aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab2003-12-24 10:46:12 +0000
committerAndreas Schwab2003-12-24 10:46:12 +0000
commit35996d226032c2b7d73eaf8521ec8a986e3b92b4 (patch)
treecc7ec8ddd4c954ac406673b89e449c73dc38aedb
parentcf59a5b75323b0f0d5b0738f7966d831742b3265 (diff)
downloademacs-35996d226032c2b7d73eaf8521ec8a986e3b92b4.tar.gz
emacs-35996d226032c2b7d73eaf8521ec8a986e3b92b4.zip
Rebuild.
-rwxr-xr-xconfigure4934
1 files changed, 3408 insertions, 1526 deletions
diff --git a/configure b/configure
index 4f0a3dca61f..ca596f2b04e 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.57. 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
@@ -41,7 +41,7 @@ for as_var in \
41 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 41 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
42 LC_TELEPHONE LC_TIME 42 LC_TELEPHONE LC_TIME
43do 43do
44 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
45 eval $as_var=C; export $as_var 45 eval $as_var=C; export $as_var
46 else 46 else
47 $as_unset $as_var 47 $as_unset $as_var
@@ -218,16 +218,17 @@ rm -f conf$$ conf$$.exe conf$$.file
218if mkdir -p . 2>/dev/null; then 218if mkdir -p . 2>/dev/null; then
219 as_mkdir_p=: 219 as_mkdir_p=:
220else 220else
221 test -d ./-p && rmdir ./-p
221 as_mkdir_p=false 222 as_mkdir_p=false
222fi 223fi
223 224
224as_executable_p="test -f" 225as_executable_p="test -f"
225 226
226# Sed expression to map a string onto a valid CPP name. 227# Sed expression to map a string onto a valid CPP name.
227as_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'"
228 229
229# Sed expression to map a string onto a valid variable name. 230# Sed expression to map a string onto a valid variable name.
230as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g" 231as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
231 232
232 233
233# IFS 234# IFS
@@ -668,7 +669,7 @@ done
668 669
669# Be sure to have absolute paths. 670# Be sure to have absolute paths.
670for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ 671for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
671 localstatedir libdir includedir oldincludedir infodir mandir 672 localstatedir libdir includedir oldincludedir infodir mandir
672do 673do
673 eval ac_val=$`echo $ac_var` 674 eval ac_val=$`echo $ac_var`
674 case $ac_val in 675 case $ac_val in
@@ -708,10 +709,10 @@ if test -z "$srcdir"; then
708 # Try the directory containing this script, then its parent. 709 # Try the directory containing this script, then its parent.
709 ac_confdir=`(dirname "$0") 2>/dev/null || 710 ac_confdir=`(dirname "$0") 2>/dev/null ||
710$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 711$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
711 X"$0" : 'X\(//\)[^/]' \| \ 712 X"$0" : 'X\(//\)[^/]' \| \
712 X"$0" : 'X\(//\)$' \| \ 713 X"$0" : 'X\(//\)$' \| \
713 X"$0" : 'X\(/\)' \| \ 714 X"$0" : 'X\(/\)' \| \
714 . : '\(.\)' 2>/dev/null || 715 . : '\(.\)' 2>/dev/null ||
715echo X"$0" | 716echo X"$0" |
716 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 717 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
717 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 718 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
@@ -803,9 +804,9 @@ _ACEOF
803 cat <<_ACEOF 804 cat <<_ACEOF
804Installation directories: 805Installation directories:
805 --prefix=PREFIX install architecture-independent files in PREFIX 806 --prefix=PREFIX install architecture-independent files in PREFIX
806 [$ac_default_prefix] 807 [$ac_default_prefix]
807 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 808 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
808 [PREFIX] 809 [PREFIX]
809 810
810By default, \`make install' will install all the files in 811By default, \`make install' will install all the files in
811\`$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
@@ -928,12 +929,45 @@ case $srcdir in
928 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 929 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
929 ac_top_srcdir=$ac_top_builddir$srcdir ;; 930 ac_top_srcdir=$ac_top_builddir$srcdir ;;
930esac 931esac
931# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be 932
932# absolute. 933# Do not use `cd foo && pwd` to compute absolute paths, because
933ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` 934# the directories may not exist.
934ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` 935case `pwd` in
935ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` 936.) ac_abs_builddir="$ac_dir";;
936ac_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
937 971
938 cd $ac_dir 972 cd $ac_dir
939 # Check for guested configure; otherwise get Cygnus style configure. 973 # Check for guested configure; otherwise get Cygnus style configure.
@@ -944,7 +978,7 @@ ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
944 echo 978 echo
945 $SHELL $ac_srcdir/configure --help=recursive 979 $SHELL $ac_srcdir/configure --help=recursive
946 elif test -f $ac_srcdir/configure.ac || 980 elif test -f $ac_srcdir/configure.ac ||
947 test -f $ac_srcdir/configure.in; then 981 test -f $ac_srcdir/configure.in; then
948 echo 982 echo
949 $ac_configure --help 983 $ac_configure --help
950 else 984 else
@@ -958,8 +992,7 @@ test -n "$ac_init_help" && exit 0
958if $ac_init_version; then 992if $ac_init_version; then
959 cat <<\_ACEOF 993 cat <<\_ACEOF
960 994
961Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 995Copyright (C) 2003 Free Software Foundation, Inc.
962Free Software Foundation, Inc.
963This configure script is free software; the Free Software Foundation 996This configure script is free software; the Free Software Foundation
964gives unlimited permission to copy, distribute and modify it. 997gives unlimited permission to copy, distribute and modify it.
965_ACEOF 998_ACEOF
@@ -971,7 +1004,7 @@ This file contains any messages produced by compilers while
971running configure, to aid debugging if configure makes a mistake. 1004running configure, to aid debugging if configure makes a mistake.
972 1005
973It was created by $as_me, which was 1006It was created by $as_me, which was
974generated by GNU Autoconf 2.57. Invocation command line was 1007generated by GNU Autoconf 2.59. Invocation command line was
975 1008
976 $ $0 $@ 1009 $ $0 $@
977 1010
@@ -1048,19 +1081,19 @@ do
1048 2) 1081 2)
1049 ac_configure_args1="$ac_configure_args1 '$ac_arg'" 1082 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1050 if test $ac_must_keep_next = true; then 1083 if test $ac_must_keep_next = true; then
1051 ac_must_keep_next=false # Got value, back to normal. 1084 ac_must_keep_next=false # Got value, back to normal.
1052 else 1085 else
1053 case $ac_arg in 1086 case $ac_arg in
1054 *=* | --config-cache | -C | -disable-* | --disable-* \ 1087 *=* | --config-cache | -C | -disable-* | --disable-* \
1055 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ 1088 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1056 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ 1089 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1057 | -with-* | --with-* | -without-* | --without-* | --x) 1090 | -with-* | --with-* | -without-* | --without-* | --x)
1058 case "$ac_configure_args0 " in 1091 case "$ac_configure_args0 " in
1059 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; 1092 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1060 esac 1093 esac
1061 ;; 1094 ;;
1062 -* ) ac_must_keep_next=true ;; 1095 -* ) ac_must_keep_next=true ;;
1063 esac 1096 esac
1064 fi 1097 fi
1065 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" 1098 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1066 # Get rid of the leading space. 1099 # Get rid of the leading space.
@@ -1094,12 +1127,12 @@ _ASBOX
1094 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in 1127 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1095 *ac_space=\ *) 1128 *ac_space=\ *)
1096 sed -n \ 1129 sed -n \
1097 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; 1130 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1098 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" 1131 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1099 ;; 1132 ;;
1100 *) 1133 *)
1101 sed -n \ 1134 sed -n \
1102 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 1135 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1103 ;; 1136 ;;
1104 esac; 1137 esac;
1105} 1138}
@@ -1128,7 +1161,7 @@ _ASBOX
1128 for ac_var in $ac_subst_files 1161 for ac_var in $ac_subst_files
1129 do 1162 do
1130 eval ac_val=$`echo $ac_var` 1163 eval ac_val=$`echo $ac_var`
1131 echo "$ac_var='"'"'$ac_val'"'"'" 1164 echo "$ac_var='"'"'$ac_val'"'"'"
1132 done | sort 1165 done | sort
1133 echo 1166 echo
1134 fi 1167 fi
@@ -1147,7 +1180,7 @@ _ASBOX
1147 echo "$as_me: caught signal $ac_signal" 1180 echo "$as_me: caught signal $ac_signal"
1148 echo "$as_me: exit $exit_status" 1181 echo "$as_me: exit $exit_status"
1149 } >&5 1182 } >&5
1150 rm -f core core.* *.core && 1183 rm -f core *.core &&
1151 rm -rf conftest* confdefs* conf$$* $ac_clean_files && 1184 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1152 exit $exit_status 1185 exit $exit_status
1153 ' 0 1186 ' 0
@@ -1227,7 +1260,7 @@ fi
1227# value. 1260# value.
1228ac_cache_corrupted=false 1261ac_cache_corrupted=false
1229for ac_var in `(set) 2>&1 | 1262for ac_var in `(set) 2>&1 |
1230 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
1231 eval ac_old_set=\$ac_cv_env_${ac_var}_set 1264 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1232 eval ac_new_set=\$ac_env_${ac_var}_set 1265 eval ac_new_set=\$ac_env_${ac_var}_set
1233 eval ac_old_val="\$ac_cv_env_${ac_var}_value" 1266 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
@@ -1244,13 +1277,13 @@ echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1244 ,);; 1277 ,);;
1245 *) 1278 *)
1246 if test "x$ac_old_val" != "x$ac_new_val"; then 1279 if test "x$ac_old_val" != "x$ac_new_val"; then
1247 { 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
1248echo "$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;}
1249 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 1282 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1250echo "$as_me: former value: $ac_old_val" >&2;} 1283echo "$as_me: former value: $ac_old_val" >&2;}
1251 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 1284 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1252echo "$as_me: current value: $ac_new_val" >&2;} 1285echo "$as_me: current value: $ac_new_val" >&2;}
1253 ac_cache_corrupted=: 1286 ac_cache_corrupted=:
1254 fi;; 1287 fi;;
1255 esac 1288 esac
1256 # Pass precious variables to config.status. 1289 # Pass precious variables to config.status.
@@ -2988,7 +3021,6 @@ ac_compiler=`set X $ac_compile; echo $2`
2988 (exit $ac_status); } 3021 (exit $ac_status); }
2989 3022
2990cat >conftest.$ac_ext <<_ACEOF 3023cat >conftest.$ac_ext <<_ACEOF
2991#line $LINENO "configure"
2992/* confdefs.h. */ 3024/* confdefs.h. */
2993_ACEOF 3025_ACEOF
2994cat confdefs.h >>conftest.$ac_ext 3026cat confdefs.h >>conftest.$ac_ext
@@ -3008,8 +3040,8 @@ ac_clean_files="$ac_clean_files a.out a.exe b.out"
3008# Try to create an executable without -o first, disregard a.out. 3040# Try to create an executable without -o first, disregard a.out.
3009# It will help us diagnose broken compilers, and finding out an intuition 3041# It will help us diagnose broken compilers, and finding out an intuition
3010# of exeext. 3042# of exeext.
3011echo "$as_me:$LINENO: checking for C compiler default output" >&5 3043echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
3012echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6 3044echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
3013ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 3045ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3014if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 3046if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
3015 (eval $ac_link_default) 2>&5 3047 (eval $ac_link_default) 2>&5
@@ -3029,23 +3061,23 @@ do
3029 test -f "$ac_file" || continue 3061 test -f "$ac_file" || continue
3030 case $ac_file in 3062 case $ac_file in
3031 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) 3063 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
3032 ;; 3064 ;;
3033 conftest.$ac_ext ) 3065 conftest.$ac_ext )
3034 # This is the source file. 3066 # This is the source file.
3035 ;; 3067 ;;
3036 [ab].out ) 3068 [ab].out )
3037 # We found the default executable, but exeext='' is most 3069 # We found the default executable, but exeext='' is most
3038 # certainly right. 3070 # certainly right.
3039 break;; 3071 break;;
3040 *.* ) 3072 *.* )
3041 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 3073 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3042 # FIXME: I believe we export ac_cv_exeext for Libtool, 3074 # FIXME: I believe we export ac_cv_exeext for Libtool,
3043 # but it would be cool to find out if it's true. Does anybody 3075 # but it would be cool to find out if it's true. Does anybody
3044 # maintain Libtool? --akim. 3076 # maintain Libtool? --akim.
3045 export ac_cv_exeext 3077 export ac_cv_exeext
3046 break;; 3078 break;;
3047 * ) 3079 * )
3048 break;; 3080 break;;
3049 esac 3081 esac
3050done 3082done
3051else 3083else
@@ -3119,8 +3151,8 @@ for ac_file in conftest.exe conftest conftest.*; do
3119 case $ac_file in 3151 case $ac_file in
3120 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; 3152 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
3121 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 3153 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3122 export ac_cv_exeext 3154 export ac_cv_exeext
3123 break;; 3155 break;;
3124 * ) break;; 3156 * ) break;;
3125 esac 3157 esac
3126done 3158done
@@ -3145,7 +3177,6 @@ if test "${ac_cv_objext+set}" = set; then
3145 echo $ECHO_N "(cached) $ECHO_C" >&6 3177 echo $ECHO_N "(cached) $ECHO_C" >&6
3146else 3178else
3147 cat >conftest.$ac_ext <<_ACEOF 3179 cat >conftest.$ac_ext <<_ACEOF
3148#line $LINENO "configure"
3149/* confdefs.h. */ 3180/* confdefs.h. */
3150_ACEOF 3181_ACEOF
3151cat confdefs.h >>conftest.$ac_ext 3182cat confdefs.h >>conftest.$ac_ext
@@ -3196,7 +3227,6 @@ if test "${ac_cv_c_compiler_gnu+set}" = set; then
3196 echo $ECHO_N "(cached) $ECHO_C" >&6 3227 echo $ECHO_N "(cached) $ECHO_C" >&6
3197else 3228else
3198 cat >conftest.$ac_ext <<_ACEOF 3229 cat >conftest.$ac_ext <<_ACEOF
3199#line $LINENO "configure"
3200/* confdefs.h. */ 3230/* confdefs.h. */
3201_ACEOF 3231_ACEOF
3202cat confdefs.h >>conftest.$ac_ext 3232cat confdefs.h >>conftest.$ac_ext
@@ -3216,11 +3246,21 @@ main ()
3216_ACEOF 3246_ACEOF
3217rm -f conftest.$ac_objext 3247rm -f conftest.$ac_objext
3218if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3248if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3219 (eval $ac_compile) 2>&5 3249 (eval $ac_compile) 2>conftest.er1
3220 ac_status=$? 3250 ac_status=$?
3251 grep -v '^ *+' conftest.er1 >conftest.err
3252 rm -f conftest.er1
3253 cat conftest.err >&5
3221 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3222 (exit $ac_status); } && 3255 (exit $ac_status); } &&
3223 { ac_try='test -s conftest.$ac_objext' 3256 { ac_try='test -z "$ac_c_werror_flag"
3257 || test ! -s conftest.err'
3258 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3259 (eval $ac_try) 2>&5
3260 ac_status=$?
3261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3262 (exit $ac_status); }; } &&
3263 { ac_try='test -s conftest.$ac_objext'
3224 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3264 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3225 (eval $ac_try) 2>&5 3265 (eval $ac_try) 2>&5
3226 ac_status=$? 3266 ac_status=$?
@@ -3233,7 +3273,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
3233 3273
3234ac_compiler_gnu=no 3274ac_compiler_gnu=no
3235fi 3275fi
3236rm -f conftest.$ac_objext conftest.$ac_ext 3276rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3237ac_cv_c_compiler_gnu=$ac_compiler_gnu 3277ac_cv_c_compiler_gnu=$ac_compiler_gnu
3238 3278
3239fi 3279fi
@@ -3249,7 +3289,6 @@ if test "${ac_cv_prog_cc_g+set}" = set; then
3249 echo $ECHO_N "(cached) $ECHO_C" >&6 3289 echo $ECHO_N "(cached) $ECHO_C" >&6
3250else 3290else
3251 cat >conftest.$ac_ext <<_ACEOF 3291 cat >conftest.$ac_ext <<_ACEOF
3252#line $LINENO "configure"
3253/* confdefs.h. */ 3292/* confdefs.h. */
3254_ACEOF 3293_ACEOF
3255cat confdefs.h >>conftest.$ac_ext 3294cat confdefs.h >>conftest.$ac_ext
@@ -3266,11 +3305,21 @@ main ()
3266_ACEOF 3305_ACEOF
3267rm -f conftest.$ac_objext 3306rm -f conftest.$ac_objext
3268if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3307if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3269 (eval $ac_compile) 2>&5 3308 (eval $ac_compile) 2>conftest.er1
3270 ac_status=$? 3309 ac_status=$?
3310 grep -v '^ *+' conftest.er1 >conftest.err
3311 rm -f conftest.er1
3312 cat conftest.err >&5
3271 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3272 (exit $ac_status); } && 3314 (exit $ac_status); } &&
3273 { ac_try='test -s conftest.$ac_objext' 3315 { ac_try='test -z "$ac_c_werror_flag"
3316 || test ! -s conftest.err'
3317 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3318 (eval $ac_try) 2>&5
3319 ac_status=$?
3320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3321 (exit $ac_status); }; } &&
3322 { ac_try='test -s conftest.$ac_objext'
3274 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3323 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3275 (eval $ac_try) 2>&5 3324 (eval $ac_try) 2>&5
3276 ac_status=$? 3325 ac_status=$?
@@ -3283,7 +3332,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
3283 3332
3284ac_cv_prog_cc_g=no 3333ac_cv_prog_cc_g=no
3285fi 3334fi
3286rm -f conftest.$ac_objext conftest.$ac_ext 3335rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3287fi 3336fi
3288echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 3337echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3289echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 3338echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
@@ -3310,7 +3359,6 @@ else
3310 ac_cv_prog_cc_stdc=no 3359 ac_cv_prog_cc_stdc=no
3311ac_save_CC=$CC 3360ac_save_CC=$CC
3312cat >conftest.$ac_ext <<_ACEOF 3361cat >conftest.$ac_ext <<_ACEOF
3313#line $LINENO "configure"
3314/* confdefs.h. */ 3362/* confdefs.h. */
3315_ACEOF 3363_ACEOF
3316cat confdefs.h >>conftest.$ac_ext 3364cat confdefs.h >>conftest.$ac_ext
@@ -3338,6 +3386,16 @@ static char *f (char * (*g) (char **, int), char **p, ...)
3338 va_end (v); 3386 va_end (v);
3339 return s; 3387 return s;
3340} 3388}
3389
3390/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3391 function prototypes and stuff, but not '\xHH' hex character constants.
3392 These don't provoke an error unfortunately, instead are silently treated
3393 as 'x'. The following induces an error, until -std1 is added to get
3394 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3395 array size at least. It's necessary to write '\x00'==0 to get something
3396 that's true only with -std1. */
3397int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3398
3341int test (int i, double x); 3399int test (int i, double x);
3342struct s1 {int (*f) (int a);}; 3400struct s1 {int (*f) (int a);};
3343struct s2 {int (*f) (double a);}; 3401struct s2 {int (*f) (double a);};
@@ -3364,11 +3422,21 @@ do
3364 CC="$ac_save_CC $ac_arg" 3422 CC="$ac_save_CC $ac_arg"
3365 rm -f conftest.$ac_objext 3423 rm -f conftest.$ac_objext
3366if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3424if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3367 (eval $ac_compile) 2>&5 3425 (eval $ac_compile) 2>conftest.er1
3368 ac_status=$? 3426 ac_status=$?
3427 grep -v '^ *+' conftest.er1 >conftest.err
3428 rm -f conftest.er1
3429 cat conftest.err >&5
3369 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3370 (exit $ac_status); } && 3431 (exit $ac_status); } &&
3371 { ac_try='test -s conftest.$ac_objext' 3432 { ac_try='test -z "$ac_c_werror_flag"
3433 || test ! -s conftest.err'
3434 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3435 (eval $ac_try) 2>&5
3436 ac_status=$?
3437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3438 (exit $ac_status); }; } &&
3439 { ac_try='test -s conftest.$ac_objext'
3372 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3440 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3373 (eval $ac_try) 2>&5 3441 (eval $ac_try) 2>&5
3374 ac_status=$? 3442 ac_status=$?
@@ -3381,7 +3449,7 @@ else
3381sed 's/^/| /' conftest.$ac_ext >&5 3449sed 's/^/| /' conftest.$ac_ext >&5
3382 3450
3383fi 3451fi
3384rm -f conftest.$ac_objext 3452rm -f conftest.err conftest.$ac_objext
3385done 3453done
3386rm -f conftest.$ac_ext conftest.$ac_objext 3454rm -f conftest.$ac_ext conftest.$ac_objext
3387CC=$ac_save_CC 3455CC=$ac_save_CC
@@ -3409,19 +3477,28 @@ cat >conftest.$ac_ext <<_ACEOF
3409_ACEOF 3477_ACEOF
3410rm -f conftest.$ac_objext 3478rm -f conftest.$ac_objext
3411if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3479if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3412 (eval $ac_compile) 2>&5 3480 (eval $ac_compile) 2>conftest.er1
3413 ac_status=$? 3481 ac_status=$?
3482 grep -v '^ *+' conftest.er1 >conftest.err
3483 rm -f conftest.er1
3484 cat conftest.err >&5
3414 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3415 (exit $ac_status); } && 3486 (exit $ac_status); } &&
3416 { ac_try='test -s conftest.$ac_objext' 3487 { ac_try='test -z "$ac_c_werror_flag"
3488 || test ! -s conftest.err'
3489 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3490 (eval $ac_try) 2>&5
3491 ac_status=$?
3492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3493 (exit $ac_status); }; } &&
3494 { ac_try='test -s conftest.$ac_objext'
3417 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3495 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3418 (eval $ac_try) 2>&5 3496 (eval $ac_try) 2>&5
3419 ac_status=$? 3497 ac_status=$?
3420 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3421 (exit $ac_status); }; }; then 3499 (exit $ac_status); }; }; then
3422 for ac_declaration in \ 3500 for ac_declaration in \
3423 ''\ 3501 '' \
3424 '#include <stdlib.h>' \
3425 'extern "C" void std::exit (int) throw (); using std::exit;' \ 3502 'extern "C" void std::exit (int) throw (); using std::exit;' \
3426 'extern "C" void std::exit (int); using std::exit;' \ 3503 'extern "C" void std::exit (int); using std::exit;' \
3427 'extern "C" void exit (int) throw ();' \ 3504 'extern "C" void exit (int) throw ();' \
@@ -3429,14 +3506,13 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3429 'void exit (int);' 3506 'void exit (int);'
3430do 3507do
3431 cat >conftest.$ac_ext <<_ACEOF 3508 cat >conftest.$ac_ext <<_ACEOF
3432#line $LINENO "configure"
3433/* confdefs.h. */ 3509/* confdefs.h. */
3434_ACEOF 3510_ACEOF
3435cat confdefs.h >>conftest.$ac_ext 3511cat confdefs.h >>conftest.$ac_ext
3436cat >>conftest.$ac_ext <<_ACEOF 3512cat >>conftest.$ac_ext <<_ACEOF
3437/* end confdefs.h. */ 3513/* end confdefs.h. */
3438#include <stdlib.h>
3439$ac_declaration 3514$ac_declaration
3515#include <stdlib.h>
3440int 3516int
3441main () 3517main ()
3442{ 3518{
@@ -3447,11 +3523,21 @@ exit (42);
3447_ACEOF 3523_ACEOF
3448rm -f conftest.$ac_objext 3524rm -f conftest.$ac_objext
3449if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3525if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3450 (eval $ac_compile) 2>&5 3526 (eval $ac_compile) 2>conftest.er1
3451 ac_status=$? 3527 ac_status=$?
3528 grep -v '^ *+' conftest.er1 >conftest.err
3529 rm -f conftest.er1
3530 cat conftest.err >&5
3452 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3453 (exit $ac_status); } && 3532 (exit $ac_status); } &&
3454 { ac_try='test -s conftest.$ac_objext' 3533 { ac_try='test -z "$ac_c_werror_flag"
3534 || test ! -s conftest.err'
3535 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3536 (eval $ac_try) 2>&5
3537 ac_status=$?
3538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3539 (exit $ac_status); }; } &&
3540 { ac_try='test -s conftest.$ac_objext'
3455 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3541 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3456 (eval $ac_try) 2>&5 3542 (eval $ac_try) 2>&5
3457 ac_status=$? 3543 ac_status=$?
@@ -3464,9 +3550,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
3464 3550
3465continue 3551continue
3466fi 3552fi
3467rm -f conftest.$ac_objext conftest.$ac_ext 3553rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3468 cat >conftest.$ac_ext <<_ACEOF 3554 cat >conftest.$ac_ext <<_ACEOF
3469#line $LINENO "configure"
3470/* confdefs.h. */ 3555/* confdefs.h. */
3471_ACEOF 3556_ACEOF
3472cat confdefs.h >>conftest.$ac_ext 3557cat confdefs.h >>conftest.$ac_ext
@@ -3483,11 +3568,21 @@ exit (42);
3483_ACEOF 3568_ACEOF
3484rm -f conftest.$ac_objext 3569rm -f conftest.$ac_objext
3485if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3570if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3486 (eval $ac_compile) 2>&5 3571 (eval $ac_compile) 2>conftest.er1
3487 ac_status=$? 3572 ac_status=$?
3573 grep -v '^ *+' conftest.er1 >conftest.err
3574 rm -f conftest.er1
3575 cat conftest.err >&5
3488 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3489 (exit $ac_status); } && 3577 (exit $ac_status); } &&
3490 { ac_try='test -s conftest.$ac_objext' 3578 { ac_try='test -z "$ac_c_werror_flag"
3579 || test ! -s conftest.err'
3580 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3581 (eval $ac_try) 2>&5
3582 ac_status=$?
3583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3584 (exit $ac_status); }; } &&
3585 { ac_try='test -s conftest.$ac_objext'
3491 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3586 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3492 (eval $ac_try) 2>&5 3587 (eval $ac_try) 2>&5
3493 ac_status=$? 3588 ac_status=$?
@@ -3499,7 +3594,7 @@ else
3499sed 's/^/| /' conftest.$ac_ext >&5 3594sed 's/^/| /' conftest.$ac_ext >&5
3500 3595
3501fi 3596fi
3502rm -f conftest.$ac_objext conftest.$ac_ext 3597rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3503done 3598done
3504rm -f conftest* 3599rm -f conftest*
3505if test -n "$ac_declaration"; then 3600if test -n "$ac_declaration"; then
@@ -3513,7 +3608,7 @@ else
3513sed 's/^/| /' conftest.$ac_ext >&5 3608sed 's/^/| /' conftest.$ac_ext >&5
3514 3609
3515fi 3610fi
3516rm -f conftest.$ac_objext conftest.$ac_ext 3611rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3517ac_ext=c 3612ac_ext=c
3518ac_cpp='$CPP $CPPFLAGS' 3613ac_cpp='$CPP $CPPFLAGS'
3519ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3614ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
@@ -3594,7 +3689,6 @@ do
3594 # On the NeXT, cc -E runs the code through the compiler's parser, 3689 # On the NeXT, cc -E runs the code through the compiler's parser,
3595 # not just through cpp. "Syntax error" is here to catch this case. 3690 # not just through cpp. "Syntax error" is here to catch this case.
3596 cat >conftest.$ac_ext <<_ACEOF 3691 cat >conftest.$ac_ext <<_ACEOF
3597#line $LINENO "configure"
3598/* confdefs.h. */ 3692/* confdefs.h. */
3599_ACEOF 3693_ACEOF
3600cat confdefs.h >>conftest.$ac_ext 3694cat confdefs.h >>conftest.$ac_ext
@@ -3605,7 +3699,7 @@ cat >>conftest.$ac_ext <<_ACEOF
3605#else 3699#else
3606# include <assert.h> 3700# include <assert.h>
3607#endif 3701#endif
3608 Syntax error 3702 Syntax error
3609_ACEOF 3703_ACEOF
3610if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 3704if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3611 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3705 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
@@ -3617,6 +3711,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3617 (exit $ac_status); } >/dev/null; then 3711 (exit $ac_status); } >/dev/null; then
3618 if test -s conftest.err; then 3712 if test -s conftest.err; then
3619 ac_cpp_err=$ac_c_preproc_warn_flag 3713 ac_cpp_err=$ac_c_preproc_warn_flag
3714 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3620 else 3715 else
3621 ac_cpp_err= 3716 ac_cpp_err=
3622 fi 3717 fi
@@ -3637,7 +3732,6 @@ rm -f conftest.err conftest.$ac_ext
3637 # OK, works on sane cases. Now check whether non-existent headers 3732 # OK, works on sane cases. Now check whether non-existent headers
3638 # can be detected and how. 3733 # can be detected and how.
3639 cat >conftest.$ac_ext <<_ACEOF 3734 cat >conftest.$ac_ext <<_ACEOF
3640#line $LINENO "configure"
3641/* confdefs.h. */ 3735/* confdefs.h. */
3642_ACEOF 3736_ACEOF
3643cat confdefs.h >>conftest.$ac_ext 3737cat confdefs.h >>conftest.$ac_ext
@@ -3655,6 +3749,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3655 (exit $ac_status); } >/dev/null; then 3749 (exit $ac_status); } >/dev/null; then
3656 if test -s conftest.err; then 3750 if test -s conftest.err; then
3657 ac_cpp_err=$ac_c_preproc_warn_flag 3751 ac_cpp_err=$ac_c_preproc_warn_flag
3752 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3658 else 3753 else
3659 ac_cpp_err= 3754 ac_cpp_err=
3660 fi 3755 fi
@@ -3701,7 +3796,6 @@ do
3701 # On the NeXT, cc -E runs the code through the compiler's parser, 3796 # On the NeXT, cc -E runs the code through the compiler's parser,
3702 # not just through cpp. "Syntax error" is here to catch this case. 3797 # not just through cpp. "Syntax error" is here to catch this case.
3703 cat >conftest.$ac_ext <<_ACEOF 3798 cat >conftest.$ac_ext <<_ACEOF
3704#line $LINENO "configure"
3705/* confdefs.h. */ 3799/* confdefs.h. */
3706_ACEOF 3800_ACEOF
3707cat confdefs.h >>conftest.$ac_ext 3801cat confdefs.h >>conftest.$ac_ext
@@ -3712,7 +3806,7 @@ cat >>conftest.$ac_ext <<_ACEOF
3712#else 3806#else
3713# include <assert.h> 3807# include <assert.h>
3714#endif 3808#endif
3715 Syntax error 3809 Syntax error
3716_ACEOF 3810_ACEOF
3717if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 3811if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3718 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3812 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
@@ -3724,6 +3818,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3724 (exit $ac_status); } >/dev/null; then 3818 (exit $ac_status); } >/dev/null; then
3725 if test -s conftest.err; then 3819 if test -s conftest.err; then
3726 ac_cpp_err=$ac_c_preproc_warn_flag 3820 ac_cpp_err=$ac_c_preproc_warn_flag
3821 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3727 else 3822 else
3728 ac_cpp_err= 3823 ac_cpp_err=
3729 fi 3824 fi
@@ -3744,7 +3839,6 @@ rm -f conftest.err conftest.$ac_ext
3744 # OK, works on sane cases. Now check whether non-existent headers 3839 # OK, works on sane cases. Now check whether non-existent headers
3745 # can be detected and how. 3840 # can be detected and how.
3746 cat >conftest.$ac_ext <<_ACEOF 3841 cat >conftest.$ac_ext <<_ACEOF
3747#line $LINENO "configure"
3748/* confdefs.h. */ 3842/* confdefs.h. */
3749_ACEOF 3843_ACEOF
3750cat confdefs.h >>conftest.$ac_ext 3844cat confdefs.h >>conftest.$ac_ext
@@ -3762,6 +3856,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3762 (exit $ac_status); } >/dev/null; then 3856 (exit $ac_status); } >/dev/null; then
3763 if test -s conftest.err; then 3857 if test -s conftest.err; then
3764 ac_cpp_err=$ac_c_preproc_warn_flag 3858 ac_cpp_err=$ac_c_preproc_warn_flag
3859 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3765 else 3860 else
3766 ac_cpp_err= 3861 ac_cpp_err=
3767 fi 3862 fi
@@ -3811,6 +3906,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
3811# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 3906# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3812# AFS /usr/afsws/bin/install, which mishandles nonexistent args 3907# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3813# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 3908# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3909# OS/2's system install, which has a completely different semantic
3814# ./install, which can be erroneously created by make from ./install.sh. 3910# ./install, which can be erroneously created by make from ./install.sh.
3815echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 3911echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
3816echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 3912echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
@@ -3827,6 +3923,7 @@ do
3827case $as_dir/ in 3923case $as_dir/ in
3828 ./ | .// | /cC/* | \ 3924 ./ | .// | /cC/* | \
3829 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 3925 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3926 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
3830 /usr/ucb/* ) ;; 3927 /usr/ucb/* ) ;;
3831 *) 3928 *)
3832 # OSF1 and SCO ODT 3.0 have their own names for install. 3929 # OSF1 and SCO ODT 3.0 have their own names for install.
@@ -3834,20 +3931,20 @@ case $as_dir/ in
3834 # by default. 3931 # by default.
3835 for ac_prog in ginstall scoinst install; do 3932 for ac_prog in ginstall scoinst install; do
3836 for ac_exec_ext in '' $ac_executable_extensions; do 3933 for ac_exec_ext in '' $ac_executable_extensions; do
3837 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then 3934 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3838 if test $ac_prog = install && 3935 if test $ac_prog = install &&
3839 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 3936 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3840 # AIX install. It has an incompatible calling convention. 3937 # AIX install. It has an incompatible calling convention.
3841 : 3938 :
3842 elif test $ac_prog = install && 3939 elif test $ac_prog = install &&
3843 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 3940 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3844 # program-specific install script used by HP pwplus--don't use. 3941 # program-specific install script used by HP pwplus--don't use.
3845 : 3942 :
3846 else 3943 else
3847 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 3944 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3848 break 3 3945 break 3
3849 fi 3946 fi
3850 fi 3947 fi
3851 done 3948 done
3852 done 3949 done
3853 ;; 3950 ;;
@@ -4110,7 +4207,6 @@ echo "${ECHO_T}$ac_cv_prog_egrep" >&6
4110echo "$as_me:$LINENO: checking for AIX" >&5 4207echo "$as_me:$LINENO: checking for AIX" >&5
4111echo $ECHO_N "checking for AIX... $ECHO_C" >&6 4208echo $ECHO_N "checking for AIX... $ECHO_C" >&6
4112cat >conftest.$ac_ext <<_ACEOF 4209cat >conftest.$ac_ext <<_ACEOF
4113#line $LINENO "configure"
4114/* confdefs.h. */ 4210/* confdefs.h. */
4115_ACEOF 4211_ACEOF
4116cat confdefs.h >>conftest.$ac_ext 4212cat confdefs.h >>conftest.$ac_ext
@@ -4309,8 +4405,7 @@ else
4309 while :; do 4405 while :; do
4310 # IRIX 6.2 and later do not support large files by default, 4406 # IRIX 6.2 and later do not support large files by default,
4311 # so use the C compiler's -n32 option if that helps. 4407 # so use the C compiler's -n32 option if that helps.
4312 cat >conftest.$ac_ext <<_ACEOF 4408 cat >conftest.$ac_ext <<_ACEOF
4313#line $LINENO "configure"
4314/* confdefs.h. */ 4409/* confdefs.h. */
4315_ACEOF 4410_ACEOF
4316cat confdefs.h >>conftest.$ac_ext 4411cat confdefs.h >>conftest.$ac_ext
@@ -4335,11 +4430,21 @@ main ()
4335_ACEOF 4430_ACEOF
4336 rm -f conftest.$ac_objext 4431 rm -f conftest.$ac_objext
4337if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4432if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4338 (eval $ac_compile) 2>&5 4433 (eval $ac_compile) 2>conftest.er1
4339 ac_status=$? 4434 ac_status=$?
4435 grep -v '^ *+' conftest.er1 >conftest.err
4436 rm -f conftest.er1
4437 cat conftest.err >&5
4340 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4341 (exit $ac_status); } && 4439 (exit $ac_status); } &&
4342 { ac_try='test -s conftest.$ac_objext' 4440 { ac_try='test -z "$ac_c_werror_flag"
4441 || test ! -s conftest.err'
4442 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4443 (eval $ac_try) 2>&5
4444 ac_status=$?
4445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4446 (exit $ac_status); }; } &&
4447 { ac_try='test -s conftest.$ac_objext'
4343 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4448 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4344 (eval $ac_try) 2>&5 4449 (eval $ac_try) 2>&5
4345 ac_status=$? 4450 ac_status=$?
@@ -4351,15 +4456,25 @@ else
4351sed 's/^/| /' conftest.$ac_ext >&5 4456sed 's/^/| /' conftest.$ac_ext >&5
4352 4457
4353fi 4458fi
4354rm -f conftest.$ac_objext 4459rm -f conftest.err conftest.$ac_objext
4355 CC="$CC -n32" 4460 CC="$CC -n32"
4356 rm -f conftest.$ac_objext 4461 rm -f conftest.$ac_objext
4357if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4462if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4358 (eval $ac_compile) 2>&5 4463 (eval $ac_compile) 2>conftest.er1
4359 ac_status=$? 4464 ac_status=$?
4465 grep -v '^ *+' conftest.er1 >conftest.err
4466 rm -f conftest.er1
4467 cat conftest.err >&5
4360 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4361 (exit $ac_status); } && 4469 (exit $ac_status); } &&
4362 { ac_try='test -s conftest.$ac_objext' 4470 { ac_try='test -z "$ac_c_werror_flag"
4471 || test ! -s conftest.err'
4472 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4473 (eval $ac_try) 2>&5
4474 ac_status=$?
4475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4476 (exit $ac_status); }; } &&
4477 { ac_try='test -s conftest.$ac_objext'
4363 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4478 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4364 (eval $ac_try) 2>&5 4479 (eval $ac_try) 2>&5
4365 ac_status=$? 4480 ac_status=$?
@@ -4371,8 +4486,8 @@ else
4371sed 's/^/| /' conftest.$ac_ext >&5 4486sed 's/^/| /' conftest.$ac_ext >&5
4372 4487
4373fi 4488fi
4374rm -f conftest.$ac_objext 4489rm -f conftest.err conftest.$ac_objext
4375 break 4490 break
4376 done 4491 done
4377 CC=$ac_save_CC 4492 CC=$ac_save_CC
4378 rm -f conftest.$ac_ext 4493 rm -f conftest.$ac_ext
@@ -4392,7 +4507,6 @@ else
4392 while :; do 4507 while :; do
4393 ac_cv_sys_file_offset_bits=no 4508 ac_cv_sys_file_offset_bits=no
4394 cat >conftest.$ac_ext <<_ACEOF 4509 cat >conftest.$ac_ext <<_ACEOF
4395#line $LINENO "configure"
4396/* confdefs.h. */ 4510/* confdefs.h. */
4397_ACEOF 4511_ACEOF
4398cat confdefs.h >>conftest.$ac_ext 4512cat confdefs.h >>conftest.$ac_ext
@@ -4417,11 +4531,21 @@ main ()
4417_ACEOF 4531_ACEOF
4418rm -f conftest.$ac_objext 4532rm -f conftest.$ac_objext
4419if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4533if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4420 (eval $ac_compile) 2>&5 4534 (eval $ac_compile) 2>conftest.er1
4421 ac_status=$? 4535 ac_status=$?
4536 grep -v '^ *+' conftest.er1 >conftest.err
4537 rm -f conftest.er1
4538 cat conftest.err >&5
4422 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4423 (exit $ac_status); } && 4540 (exit $ac_status); } &&
4424 { ac_try='test -s conftest.$ac_objext' 4541 { ac_try='test -z "$ac_c_werror_flag"
4542 || test ! -s conftest.err'
4543 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4544 (eval $ac_try) 2>&5
4545 ac_status=$?
4546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4547 (exit $ac_status); }; } &&
4548 { ac_try='test -s conftest.$ac_objext'
4425 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4549 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4426 (eval $ac_try) 2>&5 4550 (eval $ac_try) 2>&5
4427 ac_status=$? 4551 ac_status=$?
@@ -4433,9 +4557,8 @@ else
4433sed 's/^/| /' conftest.$ac_ext >&5 4557sed 's/^/| /' conftest.$ac_ext >&5
4434 4558
4435fi 4559fi
4436rm -f conftest.$ac_objext conftest.$ac_ext 4560rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4437 cat >conftest.$ac_ext <<_ACEOF 4561 cat >conftest.$ac_ext <<_ACEOF
4438#line $LINENO "configure"
4439/* confdefs.h. */ 4562/* confdefs.h. */
4440_ACEOF 4563_ACEOF
4441cat confdefs.h >>conftest.$ac_ext 4564cat confdefs.h >>conftest.$ac_ext
@@ -4461,11 +4584,21 @@ main ()
4461_ACEOF 4584_ACEOF
4462rm -f conftest.$ac_objext 4585rm -f conftest.$ac_objext
4463if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4586if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4464 (eval $ac_compile) 2>&5 4587 (eval $ac_compile) 2>conftest.er1
4465 ac_status=$? 4588 ac_status=$?
4589 grep -v '^ *+' conftest.er1 >conftest.err
4590 rm -f conftest.er1
4591 cat conftest.err >&5
4466 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4467 (exit $ac_status); } && 4593 (exit $ac_status); } &&
4468 { ac_try='test -s conftest.$ac_objext' 4594 { ac_try='test -z "$ac_c_werror_flag"
4595 || test ! -s conftest.err'
4596 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4597 (eval $ac_try) 2>&5
4598 ac_status=$?
4599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4600 (exit $ac_status); }; } &&
4601 { ac_try='test -s conftest.$ac_objext'
4469 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4602 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4470 (eval $ac_try) 2>&5 4603 (eval $ac_try) 2>&5
4471 ac_status=$? 4604 ac_status=$?
@@ -4477,7 +4610,7 @@ else
4477sed 's/^/| /' conftest.$ac_ext >&5 4610sed 's/^/| /' conftest.$ac_ext >&5
4478 4611
4479fi 4612fi
4480rm -f conftest.$ac_objext conftest.$ac_ext 4613rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4481 break 4614 break
4482done 4615done
4483fi 4616fi
@@ -4499,7 +4632,6 @@ else
4499 while :; do 4632 while :; do
4500 ac_cv_sys_large_files=no 4633 ac_cv_sys_large_files=no
4501 cat >conftest.$ac_ext <<_ACEOF 4634 cat >conftest.$ac_ext <<_ACEOF
4502#line $LINENO "configure"
4503/* confdefs.h. */ 4635/* confdefs.h. */
4504_ACEOF 4636_ACEOF
4505cat confdefs.h >>conftest.$ac_ext 4637cat confdefs.h >>conftest.$ac_ext
@@ -4524,11 +4656,21 @@ main ()
4524_ACEOF 4656_ACEOF
4525rm -f conftest.$ac_objext 4657rm -f conftest.$ac_objext
4526if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4658if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4527 (eval $ac_compile) 2>&5 4659 (eval $ac_compile) 2>conftest.er1
4528 ac_status=$? 4660 ac_status=$?
4661 grep -v '^ *+' conftest.er1 >conftest.err
4662 rm -f conftest.er1
4663 cat conftest.err >&5
4529 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4530 (exit $ac_status); } && 4665 (exit $ac_status); } &&
4531 { ac_try='test -s conftest.$ac_objext' 4666 { ac_try='test -z "$ac_c_werror_flag"
4667 || test ! -s conftest.err'
4668 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4669 (eval $ac_try) 2>&5
4670 ac_status=$?
4671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4672 (exit $ac_status); }; } &&
4673 { ac_try='test -s conftest.$ac_objext'
4532 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4674 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4533 (eval $ac_try) 2>&5 4675 (eval $ac_try) 2>&5
4534 ac_status=$? 4676 ac_status=$?
@@ -4540,9 +4682,8 @@ else
4540sed 's/^/| /' conftest.$ac_ext >&5 4682sed 's/^/| /' conftest.$ac_ext >&5
4541 4683
4542fi 4684fi
4543rm -f conftest.$ac_objext conftest.$ac_ext 4685rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4544 cat >conftest.$ac_ext <<_ACEOF 4686 cat >conftest.$ac_ext <<_ACEOF
4545#line $LINENO "configure"
4546/* confdefs.h. */ 4687/* confdefs.h. */
4547_ACEOF 4688_ACEOF
4548cat confdefs.h >>conftest.$ac_ext 4689cat confdefs.h >>conftest.$ac_ext
@@ -4568,11 +4709,21 @@ main ()
4568_ACEOF 4709_ACEOF
4569rm -f conftest.$ac_objext 4710rm -f conftest.$ac_objext
4570if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4711if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4571 (eval $ac_compile) 2>&5 4712 (eval $ac_compile) 2>conftest.er1
4572 ac_status=$? 4713 ac_status=$?
4714 grep -v '^ *+' conftest.er1 >conftest.err
4715 rm -f conftest.er1
4716 cat conftest.err >&5
4573 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4574 (exit $ac_status); } && 4718 (exit $ac_status); } &&
4575 { ac_try='test -s conftest.$ac_objext' 4719 { ac_try='test -z "$ac_c_werror_flag"
4720 || test ! -s conftest.err'
4721 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4722 (eval $ac_try) 2>&5
4723 ac_status=$?
4724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4725 (exit $ac_status); }; } &&
4726 { ac_try='test -s conftest.$ac_objext'
4576 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4727 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4577 (eval $ac_try) 2>&5 4728 (eval $ac_try) 2>&5
4578 ac_status=$? 4729 ac_status=$?
@@ -4584,7 +4735,7 @@ else
4584sed 's/^/| /' conftest.$ac_ext >&5 4735sed 's/^/| /' conftest.$ac_ext >&5
4585 4736
4586fi 4737fi
4587rm -f conftest.$ac_objext conftest.$ac_ext 4738rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4588 break 4739 break
4589done 4740done
4590fi 4741fi
@@ -4609,7 +4760,6 @@ if test "${ac_cv_header_stdc+set}" = set; then
4609 echo $ECHO_N "(cached) $ECHO_C" >&6 4760 echo $ECHO_N "(cached) $ECHO_C" >&6
4610else 4761else
4611 cat >conftest.$ac_ext <<_ACEOF 4762 cat >conftest.$ac_ext <<_ACEOF
4612#line $LINENO "configure"
4613/* confdefs.h. */ 4763/* confdefs.h. */
4614_ACEOF 4764_ACEOF
4615cat confdefs.h >>conftest.$ac_ext 4765cat confdefs.h >>conftest.$ac_ext
@@ -4630,11 +4780,21 @@ main ()
4630_ACEOF 4780_ACEOF
4631rm -f conftest.$ac_objext 4781rm -f conftest.$ac_objext
4632if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4782if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4633 (eval $ac_compile) 2>&5 4783 (eval $ac_compile) 2>conftest.er1
4634 ac_status=$? 4784 ac_status=$?
4785 grep -v '^ *+' conftest.er1 >conftest.err
4786 rm -f conftest.er1
4787 cat conftest.err >&5
4635 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4636 (exit $ac_status); } && 4789 (exit $ac_status); } &&
4637 { ac_try='test -s conftest.$ac_objext' 4790 { ac_try='test -z "$ac_c_werror_flag"
4791 || test ! -s conftest.err'
4792 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4793 (eval $ac_try) 2>&5
4794 ac_status=$?
4795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4796 (exit $ac_status); }; } &&
4797 { ac_try='test -s conftest.$ac_objext'
4638 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4798 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4639 (eval $ac_try) 2>&5 4799 (eval $ac_try) 2>&5
4640 ac_status=$? 4800 ac_status=$?
@@ -4647,12 +4807,11 @@ sed 's/^/| /' conftest.$ac_ext >&5
4647 4807
4648ac_cv_header_stdc=no 4808ac_cv_header_stdc=no
4649fi 4809fi
4650rm -f conftest.$ac_objext conftest.$ac_ext 4810rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4651 4811
4652if test $ac_cv_header_stdc = yes; then 4812if test $ac_cv_header_stdc = yes; then
4653 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 4813 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4654 cat >conftest.$ac_ext <<_ACEOF 4814 cat >conftest.$ac_ext <<_ACEOF
4655#line $LINENO "configure"
4656/* confdefs.h. */ 4815/* confdefs.h. */
4657_ACEOF 4816_ACEOF
4658cat confdefs.h >>conftest.$ac_ext 4817cat confdefs.h >>conftest.$ac_ext
@@ -4674,7 +4833,6 @@ fi
4674if test $ac_cv_header_stdc = yes; then 4833if test $ac_cv_header_stdc = yes; then
4675 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 4834 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4676 cat >conftest.$ac_ext <<_ACEOF 4835 cat >conftest.$ac_ext <<_ACEOF
4677#line $LINENO "configure"
4678/* confdefs.h. */ 4836/* confdefs.h. */
4679_ACEOF 4837_ACEOF
4680cat confdefs.h >>conftest.$ac_ext 4838cat confdefs.h >>conftest.$ac_ext
@@ -4699,7 +4857,6 @@ if test $ac_cv_header_stdc = yes; then
4699 : 4857 :
4700else 4858else
4701 cat >conftest.$ac_ext <<_ACEOF 4859 cat >conftest.$ac_ext <<_ACEOF
4702#line $LINENO "configure"
4703/* confdefs.h. */ 4860/* confdefs.h. */
4704_ACEOF 4861_ACEOF
4705cat confdefs.h >>conftest.$ac_ext 4862cat confdefs.h >>conftest.$ac_ext
@@ -4711,9 +4868,9 @@ cat >>conftest.$ac_ext <<_ACEOF
4711# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) 4868# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4712#else 4869#else
4713# define ISLOWER(c) \ 4870# define ISLOWER(c) \
4714 (('a' <= (c) && (c) <= 'i') \ 4871 (('a' <= (c) && (c) <= 'i') \
4715 || ('j' <= (c) && (c) <= 'r') \ 4872 || ('j' <= (c) && (c) <= 'r') \
4716 || ('s' <= (c) && (c) <= 'z')) 4873 || ('s' <= (c) && (c) <= 'z'))
4717# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) 4874# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4718#endif 4875#endif
4719 4876
@@ -4724,7 +4881,7 @@ main ()
4724 int i; 4881 int i;
4725 for (i = 0; i < 256; i++) 4882 for (i = 0; i < 256; i++)
4726 if (XOR (islower (i), ISLOWER (i)) 4883 if (XOR (islower (i), ISLOWER (i))
4727 || toupper (i) != TOUPPER (i)) 4884 || toupper (i) != TOUPPER (i))
4728 exit(2); 4885 exit(2);
4729 exit (0); 4886 exit (0);
4730} 4887}
@@ -4749,7 +4906,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
4749( exit $ac_status ) 4906( exit $ac_status )
4750ac_cv_header_stdc=no 4907ac_cv_header_stdc=no
4751fi 4908fi
4752rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 4909rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
4753fi 4910fi
4754fi 4911fi
4755fi 4912fi
@@ -4774,7 +4931,7 @@ fi
4774 4931
4775 4932
4776for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ 4933for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4777 inttypes.h stdint.h unistd.h 4934 inttypes.h stdint.h unistd.h
4778do 4935do
4779as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 4936as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4780echo "$as_me:$LINENO: checking for $ac_header" >&5 4937echo "$as_me:$LINENO: checking for $ac_header" >&5
@@ -4783,7 +4940,6 @@ if eval "test \"\${$as_ac_Header+set}\" = set"; then
4783 echo $ECHO_N "(cached) $ECHO_C" >&6 4940 echo $ECHO_N "(cached) $ECHO_C" >&6
4784else 4941else
4785 cat >conftest.$ac_ext <<_ACEOF 4942 cat >conftest.$ac_ext <<_ACEOF
4786#line $LINENO "configure"
4787/* confdefs.h. */ 4943/* confdefs.h. */
4788_ACEOF 4944_ACEOF
4789cat confdefs.h >>conftest.$ac_ext 4945cat confdefs.h >>conftest.$ac_ext
@@ -4795,11 +4951,21 @@ $ac_includes_default
4795_ACEOF 4951_ACEOF
4796rm -f conftest.$ac_objext 4952rm -f conftest.$ac_objext
4797if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4953if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4798 (eval $ac_compile) 2>&5 4954 (eval $ac_compile) 2>conftest.er1
4799 ac_status=$? 4955 ac_status=$?
4956 grep -v '^ *+' conftest.er1 >conftest.err
4957 rm -f conftest.er1
4958 cat conftest.err >&5
4800 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4801 (exit $ac_status); } && 4960 (exit $ac_status); } &&
4802 { ac_try='test -s conftest.$ac_objext' 4961 { ac_try='test -z "$ac_c_werror_flag"
4962 || test ! -s conftest.err'
4963 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4964 (eval $ac_try) 2>&5
4965 ac_status=$?
4966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4967 (exit $ac_status); }; } &&
4968 { ac_try='test -s conftest.$ac_objext'
4803 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4969 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4804 (eval $ac_try) 2>&5 4970 (eval $ac_try) 2>&5
4805 ac_status=$? 4971 ac_status=$?
@@ -4812,7 +4978,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
4812 4978
4813eval "$as_ac_Header=no" 4979eval "$as_ac_Header=no"
4814fi 4980fi
4815rm -f conftest.$ac_objext conftest.$ac_ext 4981rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4816fi 4982fi
4817echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 4983echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4818echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 4984echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -4845,7 +5011,6 @@ else
4845echo "$as_me:$LINENO: checking $ac_header usability" >&5 5011echo "$as_me:$LINENO: checking $ac_header usability" >&5
4846echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 5012echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
4847cat >conftest.$ac_ext <<_ACEOF 5013cat >conftest.$ac_ext <<_ACEOF
4848#line $LINENO "configure"
4849/* confdefs.h. */ 5014/* confdefs.h. */
4850_ACEOF 5015_ACEOF
4851cat confdefs.h >>conftest.$ac_ext 5016cat confdefs.h >>conftest.$ac_ext
@@ -4856,11 +5021,21 @@ $ac_includes_default
4856_ACEOF 5021_ACEOF
4857rm -f conftest.$ac_objext 5022rm -f conftest.$ac_objext
4858if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5023if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4859 (eval $ac_compile) 2>&5 5024 (eval $ac_compile) 2>conftest.er1
4860 ac_status=$? 5025 ac_status=$?
5026 grep -v '^ *+' conftest.er1 >conftest.err
5027 rm -f conftest.er1
5028 cat conftest.err >&5
4861 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4862 (exit $ac_status); } && 5030 (exit $ac_status); } &&
4863 { ac_try='test -s conftest.$ac_objext' 5031 { ac_try='test -z "$ac_c_werror_flag"
5032 || test ! -s conftest.err'
5033 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5034 (eval $ac_try) 2>&5
5035 ac_status=$?
5036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5037 (exit $ac_status); }; } &&
5038 { ac_try='test -s conftest.$ac_objext'
4864 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5039 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4865 (eval $ac_try) 2>&5 5040 (eval $ac_try) 2>&5
4866 ac_status=$? 5041 ac_status=$?
@@ -4873,7 +5048,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
4873 5048
4874ac_header_compiler=no 5049ac_header_compiler=no
4875fi 5050fi
4876rm -f conftest.$ac_objext conftest.$ac_ext 5051rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
4877echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5052echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4878echo "${ECHO_T}$ac_header_compiler" >&6 5053echo "${ECHO_T}$ac_header_compiler" >&6
4879 5054
@@ -4881,7 +5056,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
4881echo "$as_me:$LINENO: checking $ac_header presence" >&5 5056echo "$as_me:$LINENO: checking $ac_header presence" >&5
4882echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 5057echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
4883cat >conftest.$ac_ext <<_ACEOF 5058cat >conftest.$ac_ext <<_ACEOF
4884#line $LINENO "configure"
4885/* confdefs.h. */ 5059/* confdefs.h. */
4886_ACEOF 5060_ACEOF
4887cat confdefs.h >>conftest.$ac_ext 5061cat confdefs.h >>conftest.$ac_ext
@@ -4899,6 +5073,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4899 (exit $ac_status); } >/dev/null; then 5073 (exit $ac_status); } >/dev/null; then
4900 if test -s conftest.err; then 5074 if test -s conftest.err; then
4901 ac_cpp_err=$ac_c_preproc_warn_flag 5075 ac_cpp_err=$ac_c_preproc_warn_flag
5076 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
4902 else 5077 else
4903 ac_cpp_err= 5078 ac_cpp_err=
4904 fi 5079 fi
@@ -4918,33 +5093,32 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4918echo "${ECHO_T}$ac_header_preproc" >&6 5093echo "${ECHO_T}$ac_header_preproc" >&6
4919 5094
4920# So? What about this header? 5095# So? What about this header?
4921case $ac_header_compiler:$ac_header_preproc in 5096case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
4922 yes:no ) 5097 yes:no: )
4923 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 5098 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
4924echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 5099echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
4925 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 5100 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
4926echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 5101echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
4927 ( 5102 ac_header_preproc=yes
4928 cat <<\_ASBOX
4929## ------------------------------------ ##
4930## Report this to bug-autoconf@gnu.org. ##
4931## ------------------------------------ ##
4932_ASBOX
4933 ) |
4934 sed "s/^/$as_me: WARNING: /" >&2
4935 ;; 5103 ;;
4936 no:yes ) 5104 no:yes:* )
4937 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 5105 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
4938echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 5106echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
4939 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 5107 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
4940echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 5108echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
5109 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5110echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5111 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
5112echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
4941 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 5113 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
4942echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 5114echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5115 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5116echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
4943 ( 5117 (
4944 cat <<\_ASBOX 5118 cat <<\_ASBOX
4945## ------------------------------------ ## 5119## ------------------------------------------ ##
4946## Report this to bug-autoconf@gnu.org. ## 5120## Report this to the AC_PACKAGE_NAME lists. ##
4947## ------------------------------------ ## 5121## ------------------------------------------ ##
4948_ASBOX 5122_ASBOX
4949 ) | 5123 ) |
4950 sed "s/^/$as_me: WARNING: /" >&2 5124 sed "s/^/$as_me: WARNING: /" >&2
@@ -4955,7 +5129,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4955if eval "test \"\${$as_ac_Header+set}\" = set"; then 5129if eval "test \"\${$as_ac_Header+set}\" = set"; then
4956 echo $ECHO_N "(cached) $ECHO_C" >&6 5130 echo $ECHO_N "(cached) $ECHO_C" >&6
4957else 5131else
4958 eval "$as_ac_Header=$ac_header_preproc" 5132 eval "$as_ac_Header=\$ac_header_preproc"
4959fi 5133fi
4960echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 5134echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4961echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 5135echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -4979,7 +5153,6 @@ else
4979 ac_check_lib_save_LIBS=$LIBS 5153 ac_check_lib_save_LIBS=$LIBS
4980LIBS="-lossaudio $LIBS" 5154LIBS="-lossaudio $LIBS"
4981cat >conftest.$ac_ext <<_ACEOF 5155cat >conftest.$ac_ext <<_ACEOF
4982#line $LINENO "configure"
4983/* confdefs.h. */ 5156/* confdefs.h. */
4984_ACEOF 5157_ACEOF
4985cat confdefs.h >>conftest.$ac_ext 5158cat confdefs.h >>conftest.$ac_ext
@@ -5003,11 +5176,21 @@ _oss_ioctl ();
5003_ACEOF 5176_ACEOF
5004rm -f conftest.$ac_objext conftest$ac_exeext 5177rm -f conftest.$ac_objext conftest$ac_exeext
5005if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 5178if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5006 (eval $ac_link) 2>&5 5179 (eval $ac_link) 2>conftest.er1
5007 ac_status=$? 5180 ac_status=$?
5181 grep -v '^ *+' conftest.er1 >conftest.err
5182 rm -f conftest.er1
5183 cat conftest.err >&5
5008 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5009 (exit $ac_status); } && 5185 (exit $ac_status); } &&
5010 { ac_try='test -s conftest$ac_exeext' 5186 { ac_try='test -z "$ac_c_werror_flag"
5187 || test ! -s conftest.err'
5188 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5189 (eval $ac_try) 2>&5
5190 ac_status=$?
5191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5192 (exit $ac_status); }; } &&
5193 { ac_try='test -s conftest$ac_exeext'
5011 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5194 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5012 (eval $ac_try) 2>&5 5195 (eval $ac_try) 2>&5
5013 ac_status=$? 5196 ac_status=$?
@@ -5020,7 +5203,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
5020 5203
5021ac_cv_lib_ossaudio__oss_ioctl=no 5204ac_cv_lib_ossaudio__oss_ioctl=no
5022fi 5205fi
5023rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5206rm -f conftest.err conftest.$ac_objext \
5207 conftest$ac_exeext conftest.$ac_ext
5024LIBS=$ac_check_lib_save_LIBS 5208LIBS=$ac_check_lib_save_LIBS
5025fi 5209fi
5026echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5 5210echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
@@ -5076,7 +5260,6 @@ else
5076echo "$as_me:$LINENO: checking $ac_header usability" >&5 5260echo "$as_me:$LINENO: checking $ac_header usability" >&5
5077echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 5261echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
5078cat >conftest.$ac_ext <<_ACEOF 5262cat >conftest.$ac_ext <<_ACEOF
5079#line $LINENO "configure"
5080/* confdefs.h. */ 5263/* confdefs.h. */
5081_ACEOF 5264_ACEOF
5082cat confdefs.h >>conftest.$ac_ext 5265cat confdefs.h >>conftest.$ac_ext
@@ -5087,11 +5270,21 @@ $ac_includes_default
5087_ACEOF 5270_ACEOF
5088rm -f conftest.$ac_objext 5271rm -f conftest.$ac_objext
5089if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5272if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5090 (eval $ac_compile) 2>&5 5273 (eval $ac_compile) 2>conftest.er1
5091 ac_status=$? 5274 ac_status=$?
5275 grep -v '^ *+' conftest.er1 >conftest.err
5276 rm -f conftest.er1
5277 cat conftest.err >&5
5092 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5093 (exit $ac_status); } && 5279 (exit $ac_status); } &&
5094 { ac_try='test -s conftest.$ac_objext' 5280 { ac_try='test -z "$ac_c_werror_flag"
5281 || test ! -s conftest.err'
5282 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5283 (eval $ac_try) 2>&5
5284 ac_status=$?
5285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5286 (exit $ac_status); }; } &&
5287 { ac_try='test -s conftest.$ac_objext'
5095 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5288 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5096 (eval $ac_try) 2>&5 5289 (eval $ac_try) 2>&5
5097 ac_status=$? 5290 ac_status=$?
@@ -5104,7 +5297,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
5104 5297
5105ac_header_compiler=no 5298ac_header_compiler=no
5106fi 5299fi
5107rm -f conftest.$ac_objext conftest.$ac_ext 5300rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5108echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5301echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5109echo "${ECHO_T}$ac_header_compiler" >&6 5302echo "${ECHO_T}$ac_header_compiler" >&6
5110 5303
@@ -5112,7 +5305,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
5112echo "$as_me:$LINENO: checking $ac_header presence" >&5 5305echo "$as_me:$LINENO: checking $ac_header presence" >&5
5113echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 5306echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
5114cat >conftest.$ac_ext <<_ACEOF 5307cat >conftest.$ac_ext <<_ACEOF
5115#line $LINENO "configure"
5116/* confdefs.h. */ 5308/* confdefs.h. */
5117_ACEOF 5309_ACEOF
5118cat confdefs.h >>conftest.$ac_ext 5310cat confdefs.h >>conftest.$ac_ext
@@ -5130,6 +5322,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5130 (exit $ac_status); } >/dev/null; then 5322 (exit $ac_status); } >/dev/null; then
5131 if test -s conftest.err; then 5323 if test -s conftest.err; then
5132 ac_cpp_err=$ac_c_preproc_warn_flag 5324 ac_cpp_err=$ac_c_preproc_warn_flag
5325 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5133 else 5326 else
5134 ac_cpp_err= 5327 ac_cpp_err=
5135 fi 5328 fi
@@ -5149,33 +5342,32 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5149echo "${ECHO_T}$ac_header_preproc" >&6 5342echo "${ECHO_T}$ac_header_preproc" >&6
5150 5343
5151# So? What about this header? 5344# So? What about this header?
5152case $ac_header_compiler:$ac_header_preproc in 5345case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
5153 yes:no ) 5346 yes:no: )
5154 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 5347 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
5155echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 5348echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
5156 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 5349 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
5157echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 5350echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
5158 ( 5351 ac_header_preproc=yes
5159 cat <<\_ASBOX
5160## ------------------------------------ ##
5161## Report this to bug-autoconf@gnu.org. ##
5162## ------------------------------------ ##
5163_ASBOX
5164 ) |
5165 sed "s/^/$as_me: WARNING: /" >&2
5166 ;; 5352 ;;
5167 no:yes ) 5353 no:yes:* )
5168 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 5354 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
5169echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 5355echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
5170 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 5356 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
5171echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 5357echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
5358 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5359echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5360 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
5361echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
5172 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 5362 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5173echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 5363echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5364 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5365echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5174 ( 5366 (
5175 cat <<\_ASBOX 5367 cat <<\_ASBOX
5176## ------------------------------------ ## 5368## ------------------------------------------ ##
5177## Report this to bug-autoconf@gnu.org. ## 5369## Report this to the AC_PACKAGE_NAME lists. ##
5178## ------------------------------------ ## 5370## ------------------------------------------ ##
5179_ASBOX 5371_ASBOX
5180 ) | 5372 ) |
5181 sed "s/^/$as_me: WARNING: /" >&2 5373 sed "s/^/$as_me: WARNING: /" >&2
@@ -5186,7 +5378,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5186if eval "test \"\${$as_ac_Header+set}\" = set"; then 5378if eval "test \"\${$as_ac_Header+set}\" = set"; then
5187 echo $ECHO_N "(cached) $ECHO_C" >&6 5379 echo $ECHO_N "(cached) $ECHO_C" >&6
5188else 5380else
5189 eval "$as_ac_Header=$ac_header_preproc" 5381 eval "$as_ac_Header=\$ac_header_preproc"
5190fi 5382fi
5191echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 5383echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5192echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 5384echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -5211,7 +5403,6 @@ if eval "test \"\${$as_ac_Header+set}\" = set"; then
5211 echo $ECHO_N "(cached) $ECHO_C" >&6 5403 echo $ECHO_N "(cached) $ECHO_C" >&6
5212else 5404else
5213 cat >conftest.$ac_ext <<_ACEOF 5405 cat >conftest.$ac_ext <<_ACEOF
5214#line $LINENO "configure"
5215/* confdefs.h. */ 5406/* confdefs.h. */
5216_ACEOF 5407_ACEOF
5217cat confdefs.h >>conftest.$ac_ext 5408cat confdefs.h >>conftest.$ac_ext
@@ -5229,6 +5420,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5229 (exit $ac_status); } >/dev/null; then 5420 (exit $ac_status); } >/dev/null; then
5230 if test -s conftest.err; then 5421 if test -s conftest.err; then
5231 ac_cpp_err=$ac_c_preproc_warn_flag 5422 ac_cpp_err=$ac_c_preproc_warn_flag
5423 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5232 else 5424 else
5233 ac_cpp_err= 5425 ac_cpp_err=
5234 fi 5426 fi
@@ -5262,7 +5454,6 @@ if test "${ac_cv_header_stdc+set}" = set; then
5262 echo $ECHO_N "(cached) $ECHO_C" >&6 5454 echo $ECHO_N "(cached) $ECHO_C" >&6
5263else 5455else
5264 cat >conftest.$ac_ext <<_ACEOF 5456 cat >conftest.$ac_ext <<_ACEOF
5265#line $LINENO "configure"
5266/* confdefs.h. */ 5457/* confdefs.h. */
5267_ACEOF 5458_ACEOF
5268cat confdefs.h >>conftest.$ac_ext 5459cat confdefs.h >>conftest.$ac_ext
@@ -5283,11 +5474,21 @@ main ()
5283_ACEOF 5474_ACEOF
5284rm -f conftest.$ac_objext 5475rm -f conftest.$ac_objext
5285if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5476if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5286 (eval $ac_compile) 2>&5 5477 (eval $ac_compile) 2>conftest.er1
5287 ac_status=$? 5478 ac_status=$?
5479 grep -v '^ *+' conftest.er1 >conftest.err
5480 rm -f conftest.er1
5481 cat conftest.err >&5
5288 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5289 (exit $ac_status); } && 5483 (exit $ac_status); } &&
5290 { ac_try='test -s conftest.$ac_objext' 5484 { ac_try='test -z "$ac_c_werror_flag"
5485 || test ! -s conftest.err'
5486 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5487 (eval $ac_try) 2>&5
5488 ac_status=$?
5489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5490 (exit $ac_status); }; } &&
5491 { ac_try='test -s conftest.$ac_objext'
5291 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5492 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5292 (eval $ac_try) 2>&5 5493 (eval $ac_try) 2>&5
5293 ac_status=$? 5494 ac_status=$?
@@ -5300,12 +5501,11 @@ sed 's/^/| /' conftest.$ac_ext >&5
5300 5501
5301ac_cv_header_stdc=no 5502ac_cv_header_stdc=no
5302fi 5503fi
5303rm -f conftest.$ac_objext conftest.$ac_ext 5504rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5304 5505
5305if test $ac_cv_header_stdc = yes; then 5506if test $ac_cv_header_stdc = yes; then
5306 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 5507 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5307 cat >conftest.$ac_ext <<_ACEOF 5508 cat >conftest.$ac_ext <<_ACEOF
5308#line $LINENO "configure"
5309/* confdefs.h. */ 5509/* confdefs.h. */
5310_ACEOF 5510_ACEOF
5311cat confdefs.h >>conftest.$ac_ext 5511cat confdefs.h >>conftest.$ac_ext
@@ -5327,7 +5527,6 @@ fi
5327if test $ac_cv_header_stdc = yes; then 5527if test $ac_cv_header_stdc = yes; then
5328 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 5528 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5329 cat >conftest.$ac_ext <<_ACEOF 5529 cat >conftest.$ac_ext <<_ACEOF
5330#line $LINENO "configure"
5331/* confdefs.h. */ 5530/* confdefs.h. */
5332_ACEOF 5531_ACEOF
5333cat confdefs.h >>conftest.$ac_ext 5532cat confdefs.h >>conftest.$ac_ext
@@ -5352,7 +5551,6 @@ if test $ac_cv_header_stdc = yes; then
5352 : 5551 :
5353else 5552else
5354 cat >conftest.$ac_ext <<_ACEOF 5553 cat >conftest.$ac_ext <<_ACEOF
5355#line $LINENO "configure"
5356/* confdefs.h. */ 5554/* confdefs.h. */
5357_ACEOF 5555_ACEOF
5358cat confdefs.h >>conftest.$ac_ext 5556cat confdefs.h >>conftest.$ac_ext
@@ -5364,9 +5562,9 @@ cat >>conftest.$ac_ext <<_ACEOF
5364# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) 5562# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5365#else 5563#else
5366# define ISLOWER(c) \ 5564# define ISLOWER(c) \
5367 (('a' <= (c) && (c) <= 'i') \ 5565 (('a' <= (c) && (c) <= 'i') \
5368 || ('j' <= (c) && (c) <= 'r') \ 5566 || ('j' <= (c) && (c) <= 'r') \
5369 || ('s' <= (c) && (c) <= 'z')) 5567 || ('s' <= (c) && (c) <= 'z'))
5370# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) 5568# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5371#endif 5569#endif
5372 5570
@@ -5377,7 +5575,7 @@ main ()
5377 int i; 5575 int i;
5378 for (i = 0; i < 256; i++) 5576 for (i = 0; i < 256; i++)
5379 if (XOR (islower (i), ISLOWER (i)) 5577 if (XOR (islower (i), ISLOWER (i))
5380 || toupper (i) != TOUPPER (i)) 5578 || toupper (i) != TOUPPER (i))
5381 exit(2); 5579 exit(2);
5382 exit (0); 5580 exit (0);
5383} 5581}
@@ -5402,7 +5600,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
5402( exit $ac_status ) 5600( exit $ac_status )
5403ac_cv_header_stdc=no 5601ac_cv_header_stdc=no
5404fi 5602fi
5405rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 5603rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5406fi 5604fi
5407fi 5605fi
5408fi 5606fi
@@ -5422,7 +5620,6 @@ if test "${ac_cv_header_time+set}" = set; then
5422 echo $ECHO_N "(cached) $ECHO_C" >&6 5620 echo $ECHO_N "(cached) $ECHO_C" >&6
5423else 5621else
5424 cat >conftest.$ac_ext <<_ACEOF 5622 cat >conftest.$ac_ext <<_ACEOF
5425#line $LINENO "configure"
5426/* confdefs.h. */ 5623/* confdefs.h. */
5427_ACEOF 5624_ACEOF
5428cat confdefs.h >>conftest.$ac_ext 5625cat confdefs.h >>conftest.$ac_ext
@@ -5443,11 +5640,21 @@ return 0;
5443_ACEOF 5640_ACEOF
5444rm -f conftest.$ac_objext 5641rm -f conftest.$ac_objext
5445if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5642if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5446 (eval $ac_compile) 2>&5 5643 (eval $ac_compile) 2>conftest.er1
5447 ac_status=$? 5644 ac_status=$?
5645 grep -v '^ *+' conftest.er1 >conftest.err
5646 rm -f conftest.er1
5647 cat conftest.err >&5
5448 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5449 (exit $ac_status); } && 5649 (exit $ac_status); } &&
5450 { ac_try='test -s conftest.$ac_objext' 5650 { ac_try='test -z "$ac_c_werror_flag"
5651 || test ! -s conftest.err'
5652 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5653 (eval $ac_try) 2>&5
5654 ac_status=$?
5655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5656 (exit $ac_status); }; } &&
5657 { ac_try='test -s conftest.$ac_objext'
5451 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5658 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5452 (eval $ac_try) 2>&5 5659 (eval $ac_try) 2>&5
5453 ac_status=$? 5660 ac_status=$?
@@ -5460,7 +5667,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
5460 5667
5461ac_cv_header_time=no 5668ac_cv_header_time=no
5462fi 5669fi
5463rm -f conftest.$ac_objext conftest.$ac_ext 5670rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5464fi 5671fi
5465echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5 5672echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
5466echo "${ECHO_T}$ac_cv_header_time" >&6 5673echo "${ECHO_T}$ac_cv_header_time" >&6
@@ -5478,7 +5685,6 @@ if test "${ac_cv_have_decl_sys_siglist+set}" = set; then
5478 echo $ECHO_N "(cached) $ECHO_C" >&6 5685 echo $ECHO_N "(cached) $ECHO_C" >&6
5479else 5686else
5480 cat >conftest.$ac_ext <<_ACEOF 5687 cat >conftest.$ac_ext <<_ACEOF
5481#line $LINENO "configure"
5482/* confdefs.h. */ 5688/* confdefs.h. */
5483_ACEOF 5689_ACEOF
5484cat confdefs.h >>conftest.$ac_ext 5690cat confdefs.h >>conftest.$ac_ext
@@ -5498,11 +5704,21 @@ main ()
5498_ACEOF 5704_ACEOF
5499rm -f conftest.$ac_objext 5705rm -f conftest.$ac_objext
5500if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5706if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5501 (eval $ac_compile) 2>&5 5707 (eval $ac_compile) 2>conftest.er1
5502 ac_status=$? 5708 ac_status=$?
5709 grep -v '^ *+' conftest.er1 >conftest.err
5710 rm -f conftest.er1
5711 cat conftest.err >&5
5503 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5504 (exit $ac_status); } && 5713 (exit $ac_status); } &&
5505 { ac_try='test -s conftest.$ac_objext' 5714 { ac_try='test -z "$ac_c_werror_flag"
5715 || test ! -s conftest.err'
5716 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5717 (eval $ac_try) 2>&5
5718 ac_status=$?
5719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5720 (exit $ac_status); }; } &&
5721 { ac_try='test -s conftest.$ac_objext'
5506 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5722 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5507 (eval $ac_try) 2>&5 5723 (eval $ac_try) 2>&5
5508 ac_status=$? 5724 ac_status=$?
@@ -5515,7 +5731,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
5515 5731
5516ac_cv_have_decl_sys_siglist=no 5732ac_cv_have_decl_sys_siglist=no
5517fi 5733fi
5518rm -f conftest.$ac_objext conftest.$ac_ext 5734rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5519fi 5735fi
5520echo "$as_me:$LINENO: result: $ac_cv_have_decl_sys_siglist" >&5 5736echo "$as_me:$LINENO: result: $ac_cv_have_decl_sys_siglist" >&5
5521echo "${ECHO_T}$ac_cv_have_decl_sys_siglist" >&6 5737echo "${ECHO_T}$ac_cv_have_decl_sys_siglist" >&6
@@ -5543,7 +5759,6 @@ if test "${ac_cv_have_decl___sys_siglist+set}" = set; then
5543 echo $ECHO_N "(cached) $ECHO_C" >&6 5759 echo $ECHO_N "(cached) $ECHO_C" >&6
5544else 5760else
5545 cat >conftest.$ac_ext <<_ACEOF 5761 cat >conftest.$ac_ext <<_ACEOF
5546#line $LINENO "configure"
5547/* confdefs.h. */ 5762/* confdefs.h. */
5548_ACEOF 5763_ACEOF
5549cat confdefs.h >>conftest.$ac_ext 5764cat confdefs.h >>conftest.$ac_ext
@@ -5563,11 +5778,21 @@ main ()
5563_ACEOF 5778_ACEOF
5564rm -f conftest.$ac_objext 5779rm -f conftest.$ac_objext
5565if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5780if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5566 (eval $ac_compile) 2>&5 5781 (eval $ac_compile) 2>conftest.er1
5567 ac_status=$? 5782 ac_status=$?
5783 grep -v '^ *+' conftest.er1 >conftest.err
5784 rm -f conftest.er1
5785 cat conftest.err >&5
5568 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5569 (exit $ac_status); } && 5787 (exit $ac_status); } &&
5570 { ac_try='test -s conftest.$ac_objext' 5788 { ac_try='test -z "$ac_c_werror_flag"
5789 || test ! -s conftest.err'
5790 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5791 (eval $ac_try) 2>&5
5792 ac_status=$?
5793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5794 (exit $ac_status); }; } &&
5795 { ac_try='test -s conftest.$ac_objext'
5571 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5796 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5572 (eval $ac_try) 2>&5 5797 (eval $ac_try) 2>&5
5573 ac_status=$? 5798 ac_status=$?
@@ -5580,7 +5805,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
5580 5805
5581ac_cv_have_decl___sys_siglist=no 5806ac_cv_have_decl___sys_siglist=no
5582fi 5807fi
5583rm -f conftest.$ac_objext conftest.$ac_ext 5808rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5584fi 5809fi
5585echo "$as_me:$LINENO: result: $ac_cv_have_decl___sys_siglist" >&5 5810echo "$as_me:$LINENO: result: $ac_cv_have_decl___sys_siglist" >&5
5586echo "${ECHO_T}$ac_cv_have_decl___sys_siglist" >&6 5811echo "${ECHO_T}$ac_cv_have_decl___sys_siglist" >&6
@@ -5614,7 +5839,6 @@ if test "${ac_cv_header_sys_wait_h+set}" = set; then
5614 echo $ECHO_N "(cached) $ECHO_C" >&6 5839 echo $ECHO_N "(cached) $ECHO_C" >&6
5615else 5840else
5616 cat >conftest.$ac_ext <<_ACEOF 5841 cat >conftest.$ac_ext <<_ACEOF
5617#line $LINENO "configure"
5618/* confdefs.h. */ 5842/* confdefs.h. */
5619_ACEOF 5843_ACEOF
5620cat confdefs.h >>conftest.$ac_ext 5844cat confdefs.h >>conftest.$ac_ext
@@ -5641,11 +5865,21 @@ main ()
5641_ACEOF 5865_ACEOF
5642rm -f conftest.$ac_objext 5866rm -f conftest.$ac_objext
5643if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5867if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5644 (eval $ac_compile) 2>&5 5868 (eval $ac_compile) 2>conftest.er1
5645 ac_status=$? 5869 ac_status=$?
5870 grep -v '^ *+' conftest.er1 >conftest.err
5871 rm -f conftest.er1
5872 cat conftest.err >&5
5646 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5647 (exit $ac_status); } && 5874 (exit $ac_status); } &&
5648 { ac_try='test -s conftest.$ac_objext' 5875 { ac_try='test -z "$ac_c_werror_flag"
5876 || test ! -s conftest.err'
5877 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5878 (eval $ac_try) 2>&5
5879 ac_status=$?
5880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5881 (exit $ac_status); }; } &&
5882 { ac_try='test -s conftest.$ac_objext'
5649 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5883 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5650 (eval $ac_try) 2>&5 5884 (eval $ac_try) 2>&5
5651 ac_status=$? 5885 ac_status=$?
@@ -5658,7 +5892,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
5658 5892
5659ac_cv_header_sys_wait_h=no 5893ac_cv_header_sys_wait_h=no
5660fi 5894fi
5661rm -f conftest.$ac_objext conftest.$ac_ext 5895rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5662fi 5896fi
5663echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5 5897echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
5664echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6 5898echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6
@@ -5677,7 +5911,6 @@ if test "${emacs_cv_struct_utimbuf+set}" = set; then
5677 echo $ECHO_N "(cached) $ECHO_C" >&6 5911 echo $ECHO_N "(cached) $ECHO_C" >&6
5678else 5912else
5679 cat >conftest.$ac_ext <<_ACEOF 5913 cat >conftest.$ac_ext <<_ACEOF
5680#line $LINENO "configure"
5681/* confdefs.h. */ 5914/* confdefs.h. */
5682_ACEOF 5915_ACEOF
5683cat confdefs.h >>conftest.$ac_ext 5916cat confdefs.h >>conftest.$ac_ext
@@ -5706,11 +5939,21 @@ static struct utimbuf x; x.actime = x.modtime;
5706_ACEOF 5939_ACEOF
5707rm -f conftest.$ac_objext 5940rm -f conftest.$ac_objext
5708if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5941if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5709 (eval $ac_compile) 2>&5 5942 (eval $ac_compile) 2>conftest.er1
5710 ac_status=$? 5943 ac_status=$?
5944 grep -v '^ *+' conftest.er1 >conftest.err
5945 rm -f conftest.er1
5946 cat conftest.err >&5
5711 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5712 (exit $ac_status); } && 5948 (exit $ac_status); } &&
5713 { ac_try='test -s conftest.$ac_objext' 5949 { ac_try='test -z "$ac_c_werror_flag"
5950 || test ! -s conftest.err'
5951 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5952 (eval $ac_try) 2>&5
5953 ac_status=$?
5954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5955 (exit $ac_status); }; } &&
5956 { ac_try='test -s conftest.$ac_objext'
5714 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5957 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5715 (eval $ac_try) 2>&5 5958 (eval $ac_try) 2>&5
5716 ac_status=$? 5959 ac_status=$?
@@ -5723,7 +5966,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
5723 5966
5724emacs_cv_struct_utimbuf=no 5967emacs_cv_struct_utimbuf=no
5725fi 5968fi
5726rm -f conftest.$ac_objext conftest.$ac_ext 5969rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5727fi 5970fi
5728echo "$as_me:$LINENO: result: $emacs_cv_struct_utimbuf" >&5 5971echo "$as_me:$LINENO: result: $emacs_cv_struct_utimbuf" >&5
5729echo "${ECHO_T}$emacs_cv_struct_utimbuf" >&6 5972echo "${ECHO_T}$emacs_cv_struct_utimbuf" >&6
@@ -5741,7 +5984,6 @@ if test "${ac_cv_type_signal+set}" = set; then
5741 echo $ECHO_N "(cached) $ECHO_C" >&6 5984 echo $ECHO_N "(cached) $ECHO_C" >&6
5742else 5985else
5743 cat >conftest.$ac_ext <<_ACEOF 5986 cat >conftest.$ac_ext <<_ACEOF
5744#line $LINENO "configure"
5745/* confdefs.h. */ 5987/* confdefs.h. */
5746_ACEOF 5988_ACEOF
5747cat confdefs.h >>conftest.$ac_ext 5989cat confdefs.h >>conftest.$ac_ext
@@ -5768,11 +6010,21 @@ int i;
5768_ACEOF 6010_ACEOF
5769rm -f conftest.$ac_objext 6011rm -f conftest.$ac_objext
5770if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6012if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5771 (eval $ac_compile) 2>&5 6013 (eval $ac_compile) 2>conftest.er1
5772 ac_status=$? 6014 ac_status=$?
6015 grep -v '^ *+' conftest.er1 >conftest.err
6016 rm -f conftest.er1
6017 cat conftest.err >&5
5773 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5774 (exit $ac_status); } && 6019 (exit $ac_status); } &&
5775 { ac_try='test -s conftest.$ac_objext' 6020 { ac_try='test -z "$ac_c_werror_flag"
6021 || test ! -s conftest.err'
6022 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6023 (eval $ac_try) 2>&5
6024 ac_status=$?
6025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6026 (exit $ac_status); }; } &&
6027 { ac_try='test -s conftest.$ac_objext'
5776 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6028 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5777 (eval $ac_try) 2>&5 6029 (eval $ac_try) 2>&5
5778 ac_status=$? 6030 ac_status=$?
@@ -5785,7 +6037,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
5785 6037
5786ac_cv_type_signal=int 6038ac_cv_type_signal=int
5787fi 6039fi
5788rm -f conftest.$ac_objext conftest.$ac_ext 6040rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5789fi 6041fi
5790echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5 6042echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
5791echo "${ECHO_T}$ac_cv_type_signal" >&6 6043echo "${ECHO_T}$ac_cv_type_signal" >&6
@@ -5802,7 +6054,6 @@ if test "${emacs_cv_speed_t+set}" = set; then
5802 echo $ECHO_N "(cached) $ECHO_C" >&6 6054 echo $ECHO_N "(cached) $ECHO_C" >&6
5803else 6055else
5804 cat >conftest.$ac_ext <<_ACEOF 6056 cat >conftest.$ac_ext <<_ACEOF
5805#line $LINENO "configure"
5806/* confdefs.h. */ 6057/* confdefs.h. */
5807_ACEOF 6058_ACEOF
5808cat confdefs.h >>conftest.$ac_ext 6059cat confdefs.h >>conftest.$ac_ext
@@ -5819,11 +6070,21 @@ speed_t x = 1;
5819_ACEOF 6070_ACEOF
5820rm -f conftest.$ac_objext 6071rm -f conftest.$ac_objext
5821if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6072if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5822 (eval $ac_compile) 2>&5 6073 (eval $ac_compile) 2>conftest.er1
5823 ac_status=$? 6074 ac_status=$?
6075 grep -v '^ *+' conftest.er1 >conftest.err
6076 rm -f conftest.er1
6077 cat conftest.err >&5
5824 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5825 (exit $ac_status); } && 6079 (exit $ac_status); } &&
5826 { ac_try='test -s conftest.$ac_objext' 6080 { ac_try='test -z "$ac_c_werror_flag"
6081 || test ! -s conftest.err'
6082 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6083 (eval $ac_try) 2>&5
6084 ac_status=$?
6085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6086 (exit $ac_status); }; } &&
6087 { ac_try='test -s conftest.$ac_objext'
5827 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6088 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5828 (eval $ac_try) 2>&5 6089 (eval $ac_try) 2>&5
5829 ac_status=$? 6090 ac_status=$?
@@ -5836,7 +6097,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
5836 6097
5837emacs_cv_speed_t=no 6098emacs_cv_speed_t=no
5838fi 6099fi
5839rm -f conftest.$ac_objext conftest.$ac_ext 6100rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5840fi 6101fi
5841echo "$as_me:$LINENO: result: $emacs_cv_speed_t" >&5 6102echo "$as_me:$LINENO: result: $emacs_cv_speed_t" >&5
5842echo "${ECHO_T}$emacs_cv_speed_t" >&6 6103echo "${ECHO_T}$emacs_cv_speed_t" >&6
@@ -5854,7 +6115,6 @@ if test "${emacs_cv_struct_timeval+set}" = set; then
5854 echo $ECHO_N "(cached) $ECHO_C" >&6 6115 echo $ECHO_N "(cached) $ECHO_C" >&6
5855else 6116else
5856 cat >conftest.$ac_ext <<_ACEOF 6117 cat >conftest.$ac_ext <<_ACEOF
5857#line $LINENO "configure"
5858/* confdefs.h. */ 6118/* confdefs.h. */
5859_ACEOF 6119_ACEOF
5860cat confdefs.h >>conftest.$ac_ext 6120cat confdefs.h >>conftest.$ac_ext
@@ -5880,11 +6140,21 @@ static struct timeval x; x.tv_sec = x.tv_usec;
5880_ACEOF 6140_ACEOF
5881rm -f conftest.$ac_objext 6141rm -f conftest.$ac_objext
5882if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6142if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5883 (eval $ac_compile) 2>&5 6143 (eval $ac_compile) 2>conftest.er1
5884 ac_status=$? 6144 ac_status=$?
6145 grep -v '^ *+' conftest.er1 >conftest.err
6146 rm -f conftest.er1
6147 cat conftest.err >&5
5885 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5886 (exit $ac_status); } && 6149 (exit $ac_status); } &&
5887 { ac_try='test -s conftest.$ac_objext' 6150 { ac_try='test -z "$ac_c_werror_flag"
6151 || test ! -s conftest.err'
6152 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6153 (eval $ac_try) 2>&5
6154 ac_status=$?
6155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6156 (exit $ac_status); }; } &&
6157 { ac_try='test -s conftest.$ac_objext'
5888 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6158 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5889 (eval $ac_try) 2>&5 6159 (eval $ac_try) 2>&5
5890 ac_status=$? 6160 ac_status=$?
@@ -5897,7 +6167,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
5897 6167
5898emacs_cv_struct_timeval=no 6168emacs_cv_struct_timeval=no
5899fi 6169fi
5900rm -f conftest.$ac_objext conftest.$ac_ext 6170rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5901fi 6171fi
5902echo "$as_me:$LINENO: result: $emacs_cv_struct_timeval" >&5 6172echo "$as_me:$LINENO: result: $emacs_cv_struct_timeval" >&5
5903echo "${ECHO_T}$emacs_cv_struct_timeval" >&6 6173echo "${ECHO_T}$emacs_cv_struct_timeval" >&6
@@ -5916,7 +6186,6 @@ if test "${emacs_cv_struct_exception+set}" = set; then
5916 echo $ECHO_N "(cached) $ECHO_C" >&6 6186 echo $ECHO_N "(cached) $ECHO_C" >&6
5917else 6187else
5918 cat >conftest.$ac_ext <<_ACEOF 6188 cat >conftest.$ac_ext <<_ACEOF
5919#line $LINENO "configure"
5920/* confdefs.h. */ 6189/* confdefs.h. */
5921_ACEOF 6190_ACEOF
5922cat confdefs.h >>conftest.$ac_ext 6191cat confdefs.h >>conftest.$ac_ext
@@ -5933,11 +6202,21 @@ static struct exception x; x.arg1 = x.arg2 = x.retval; x.name = ""; x.type = 1;
5933_ACEOF 6202_ACEOF
5934rm -f conftest.$ac_objext 6203rm -f conftest.$ac_objext
5935if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6204if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5936 (eval $ac_compile) 2>&5 6205 (eval $ac_compile) 2>conftest.er1
5937 ac_status=$? 6206 ac_status=$?
6207 grep -v '^ *+' conftest.er1 >conftest.err
6208 rm -f conftest.er1
6209 cat conftest.err >&5
5938 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5939 (exit $ac_status); } && 6211 (exit $ac_status); } &&
5940 { ac_try='test -s conftest.$ac_objext' 6212 { ac_try='test -z "$ac_c_werror_flag"
6213 || test ! -s conftest.err'
6214 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6215 (eval $ac_try) 2>&5
6216 ac_status=$?
6217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6218 (exit $ac_status); }; } &&
6219 { ac_try='test -s conftest.$ac_objext'
5941 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6220 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5942 (eval $ac_try) 2>&5 6221 (eval $ac_try) 2>&5
5943 ac_status=$? 6222 ac_status=$?
@@ -5950,7 +6229,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
5950 6229
5951emacs_cv_struct_exception=no 6230emacs_cv_struct_exception=no
5952fi 6231fi
5953rm -f conftest.$ac_objext conftest.$ac_ext 6232rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
5954fi 6233fi
5955echo "$as_me:$LINENO: result: $emacs_cv_struct_exception" >&5 6234echo "$as_me:$LINENO: result: $emacs_cv_struct_exception" >&5
5956echo "${ECHO_T}$emacs_cv_struct_exception" >&6 6235echo "${ECHO_T}$emacs_cv_struct_exception" >&6
@@ -5969,7 +6248,6 @@ if test "${ac_cv_struct_tm+set}" = set; then
5969 echo $ECHO_N "(cached) $ECHO_C" >&6 6248 echo $ECHO_N "(cached) $ECHO_C" >&6
5970else 6249else
5971 cat >conftest.$ac_ext <<_ACEOF 6250 cat >conftest.$ac_ext <<_ACEOF
5972#line $LINENO "configure"
5973/* confdefs.h. */ 6251/* confdefs.h. */
5974_ACEOF 6252_ACEOF
5975cat confdefs.h >>conftest.$ac_ext 6253cat confdefs.h >>conftest.$ac_ext
@@ -5988,11 +6266,21 @@ struct tm *tp; tp->tm_sec;
5988_ACEOF 6266_ACEOF
5989rm -f conftest.$ac_objext 6267rm -f conftest.$ac_objext
5990if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6268if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5991 (eval $ac_compile) 2>&5 6269 (eval $ac_compile) 2>conftest.er1
5992 ac_status=$? 6270 ac_status=$?
6271 grep -v '^ *+' conftest.er1 >conftest.err
6272 rm -f conftest.er1
6273 cat conftest.err >&5
5993 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5994 (exit $ac_status); } && 6275 (exit $ac_status); } &&
5995 { ac_try='test -s conftest.$ac_objext' 6276 { ac_try='test -z "$ac_c_werror_flag"
6277 || test ! -s conftest.err'
6278 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6279 (eval $ac_try) 2>&5
6280 ac_status=$?
6281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6282 (exit $ac_status); }; } &&
6283 { ac_try='test -s conftest.$ac_objext'
5996 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6284 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5997 (eval $ac_try) 2>&5 6285 (eval $ac_try) 2>&5
5998 ac_status=$? 6286 ac_status=$?
@@ -6005,7 +6293,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
6005 6293
6006ac_cv_struct_tm=sys/time.h 6294ac_cv_struct_tm=sys/time.h
6007fi 6295fi
6008rm -f conftest.$ac_objext conftest.$ac_ext 6296rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6009fi 6297fi
6010echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5 6298echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5
6011echo "${ECHO_T}$ac_cv_struct_tm" >&6 6299echo "${ECHO_T}$ac_cv_struct_tm" >&6
@@ -6023,7 +6311,6 @@ if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then
6023 echo $ECHO_N "(cached) $ECHO_C" >&6 6311 echo $ECHO_N "(cached) $ECHO_C" >&6
6024else 6312else
6025 cat >conftest.$ac_ext <<_ACEOF 6313 cat >conftest.$ac_ext <<_ACEOF
6026#line $LINENO "configure"
6027/* confdefs.h. */ 6314/* confdefs.h. */
6028_ACEOF 6315_ACEOF
6029cat confdefs.h >>conftest.$ac_ext 6316cat confdefs.h >>conftest.$ac_ext
@@ -6045,11 +6332,21 @@ return 0;
6045_ACEOF 6332_ACEOF
6046rm -f conftest.$ac_objext 6333rm -f conftest.$ac_objext
6047if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6334if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6048 (eval $ac_compile) 2>&5 6335 (eval $ac_compile) 2>conftest.er1
6049 ac_status=$? 6336 ac_status=$?
6337 grep -v '^ *+' conftest.er1 >conftest.err
6338 rm -f conftest.er1
6339 cat conftest.err >&5
6050 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6051 (exit $ac_status); } && 6341 (exit $ac_status); } &&
6052 { ac_try='test -s conftest.$ac_objext' 6342 { ac_try='test -z "$ac_c_werror_flag"
6343 || test ! -s conftest.err'
6344 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6345 (eval $ac_try) 2>&5
6346 ac_status=$?
6347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6348 (exit $ac_status); }; } &&
6349 { ac_try='test -s conftest.$ac_objext'
6053 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6350 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6054 (eval $ac_try) 2>&5 6351 (eval $ac_try) 2>&5
6055 ac_status=$? 6352 ac_status=$?
@@ -6061,7 +6358,6 @@ else
6061sed 's/^/| /' conftest.$ac_ext >&5 6358sed 's/^/| /' conftest.$ac_ext >&5
6062 6359
6063cat >conftest.$ac_ext <<_ACEOF 6360cat >conftest.$ac_ext <<_ACEOF
6064#line $LINENO "configure"
6065/* confdefs.h. */ 6361/* confdefs.h. */
6066_ACEOF 6362_ACEOF
6067cat confdefs.h >>conftest.$ac_ext 6363cat confdefs.h >>conftest.$ac_ext
@@ -6083,11 +6379,21 @@ return 0;
6083_ACEOF 6379_ACEOF
6084rm -f conftest.$ac_objext 6380rm -f conftest.$ac_objext
6085if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6381if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6086 (eval $ac_compile) 2>&5 6382 (eval $ac_compile) 2>conftest.er1
6087 ac_status=$? 6383 ac_status=$?
6384 grep -v '^ *+' conftest.er1 >conftest.err
6385 rm -f conftest.er1
6386 cat conftest.err >&5
6088 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6089 (exit $ac_status); } && 6388 (exit $ac_status); } &&
6090 { ac_try='test -s conftest.$ac_objext' 6389 { ac_try='test -z "$ac_c_werror_flag"
6390 || test ! -s conftest.err'
6391 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6392 (eval $ac_try) 2>&5
6393 ac_status=$?
6394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6395 (exit $ac_status); }; } &&
6396 { ac_try='test -s conftest.$ac_objext'
6091 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6397 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6092 (eval $ac_try) 2>&5 6398 (eval $ac_try) 2>&5
6093 ac_status=$? 6399 ac_status=$?
@@ -6100,9 +6406,9 @@ sed 's/^/| /' conftest.$ac_ext >&5
6100 6406
6101ac_cv_member_struct_tm_tm_zone=no 6407ac_cv_member_struct_tm_tm_zone=no
6102fi 6408fi
6103rm -f conftest.$ac_objext conftest.$ac_ext 6409rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6104fi 6410fi
6105rm -f conftest.$ac_objext conftest.$ac_ext 6411rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6106fi 6412fi
6107echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_zone" >&5 6413echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_zone" >&5
6108echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6 6414echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6
@@ -6128,7 +6434,6 @@ if test "${ac_cv_var_tzname+set}" = set; then
6128 echo $ECHO_N "(cached) $ECHO_C" >&6 6434 echo $ECHO_N "(cached) $ECHO_C" >&6
6129else 6435else
6130 cat >conftest.$ac_ext <<_ACEOF 6436 cat >conftest.$ac_ext <<_ACEOF
6131#line $LINENO "configure"
6132/* confdefs.h. */ 6437/* confdefs.h. */
6133_ACEOF 6438_ACEOF
6134cat confdefs.h >>conftest.$ac_ext 6439cat confdefs.h >>conftest.$ac_ext
@@ -6149,11 +6454,21 @@ atoi(*tzname);
6149_ACEOF 6454_ACEOF
6150rm -f conftest.$ac_objext conftest$ac_exeext 6455rm -f conftest.$ac_objext conftest$ac_exeext
6151if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 6456if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6152 (eval $ac_link) 2>&5 6457 (eval $ac_link) 2>conftest.er1
6153 ac_status=$? 6458 ac_status=$?
6459 grep -v '^ *+' conftest.er1 >conftest.err
6460 rm -f conftest.er1
6461 cat conftest.err >&5
6154 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6462 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6155 (exit $ac_status); } && 6463 (exit $ac_status); } &&
6156 { ac_try='test -s conftest$ac_exeext' 6464 { ac_try='test -z "$ac_c_werror_flag"
6465 || test ! -s conftest.err'
6466 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6467 (eval $ac_try) 2>&5
6468 ac_status=$?
6469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6470 (exit $ac_status); }; } &&
6471 { ac_try='test -s conftest$ac_exeext'
6157 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6472 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6158 (eval $ac_try) 2>&5 6473 (eval $ac_try) 2>&5
6159 ac_status=$? 6474 ac_status=$?
@@ -6166,7 +6481,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
6166 6481
6167ac_cv_var_tzname=no 6482ac_cv_var_tzname=no
6168fi 6483fi
6169rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6484rm -f conftest.err conftest.$ac_objext \
6485 conftest$ac_exeext conftest.$ac_ext
6170fi 6486fi
6171echo "$as_me:$LINENO: result: $ac_cv_var_tzname" >&5 6487echo "$as_me:$LINENO: result: $ac_cv_var_tzname" >&5
6172echo "${ECHO_T}$ac_cv_var_tzname" >&6 6488echo "${ECHO_T}$ac_cv_var_tzname" >&6
@@ -6185,7 +6501,6 @@ if test "${ac_cv_member_struct_tm_tm_gmtoff+set}" = set; then
6185 echo $ECHO_N "(cached) $ECHO_C" >&6 6501 echo $ECHO_N "(cached) $ECHO_C" >&6
6186else 6502else
6187 cat >conftest.$ac_ext <<_ACEOF 6503 cat >conftest.$ac_ext <<_ACEOF
6188#line $LINENO "configure"
6189/* confdefs.h. */ 6504/* confdefs.h. */
6190_ACEOF 6505_ACEOF
6191cat confdefs.h >>conftest.$ac_ext 6506cat confdefs.h >>conftest.$ac_ext
@@ -6205,11 +6520,21 @@ return 0;
6205_ACEOF 6520_ACEOF
6206rm -f conftest.$ac_objext 6521rm -f conftest.$ac_objext
6207if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6522if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6208 (eval $ac_compile) 2>&5 6523 (eval $ac_compile) 2>conftest.er1
6209 ac_status=$? 6524 ac_status=$?
6525 grep -v '^ *+' conftest.er1 >conftest.err
6526 rm -f conftest.er1
6527 cat conftest.err >&5
6210 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6211 (exit $ac_status); } && 6529 (exit $ac_status); } &&
6212 { ac_try='test -s conftest.$ac_objext' 6530 { ac_try='test -z "$ac_c_werror_flag"
6531 || test ! -s conftest.err'
6532 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6533 (eval $ac_try) 2>&5
6534 ac_status=$?
6535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6536 (exit $ac_status); }; } &&
6537 { ac_try='test -s conftest.$ac_objext'
6213 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6538 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6214 (eval $ac_try) 2>&5 6539 (eval $ac_try) 2>&5
6215 ac_status=$? 6540 ac_status=$?
@@ -6221,7 +6546,6 @@ else
6221sed 's/^/| /' conftest.$ac_ext >&5 6546sed 's/^/| /' conftest.$ac_ext >&5
6222 6547
6223cat >conftest.$ac_ext <<_ACEOF 6548cat >conftest.$ac_ext <<_ACEOF
6224#line $LINENO "configure"
6225/* confdefs.h. */ 6549/* confdefs.h. */
6226_ACEOF 6550_ACEOF
6227cat confdefs.h >>conftest.$ac_ext 6551cat confdefs.h >>conftest.$ac_ext
@@ -6241,11 +6565,21 @@ return 0;
6241_ACEOF 6565_ACEOF
6242rm -f conftest.$ac_objext 6566rm -f conftest.$ac_objext
6243if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6567if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6244 (eval $ac_compile) 2>&5 6568 (eval $ac_compile) 2>conftest.er1
6245 ac_status=$? 6569 ac_status=$?
6570 grep -v '^ *+' conftest.er1 >conftest.err
6571 rm -f conftest.er1
6572 cat conftest.err >&5
6246 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6247 (exit $ac_status); } && 6574 (exit $ac_status); } &&
6248 { ac_try='test -s conftest.$ac_objext' 6575 { ac_try='test -z "$ac_c_werror_flag"
6576 || test ! -s conftest.err'
6577 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6578 (eval $ac_try) 2>&5
6579 ac_status=$?
6580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6581 (exit $ac_status); }; } &&
6582 { ac_try='test -s conftest.$ac_objext'
6249 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6583 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6250 (eval $ac_try) 2>&5 6584 (eval $ac_try) 2>&5
6251 ac_status=$? 6585 ac_status=$?
@@ -6258,9 +6592,9 @@ sed 's/^/| /' conftest.$ac_ext >&5
6258 6592
6259ac_cv_member_struct_tm_tm_gmtoff=no 6593ac_cv_member_struct_tm_tm_gmtoff=no
6260fi 6594fi
6261rm -f conftest.$ac_objext conftest.$ac_ext 6595rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6262fi 6596fi
6263rm -f conftest.$ac_objext conftest.$ac_ext 6597rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6264fi 6598fi
6265echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_gmtoff" >&5 6599echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_gmtoff" >&5
6266echo "${ECHO_T}$ac_cv_member_struct_tm_tm_gmtoff" >&6 6600echo "${ECHO_T}$ac_cv_member_struct_tm_tm_gmtoff" >&6
@@ -6278,7 +6612,6 @@ if test "${ac_cv_member_struct_ifreq_ifr_flags+set}" = set; then
6278 echo $ECHO_N "(cached) $ECHO_C" >&6 6612 echo $ECHO_N "(cached) $ECHO_C" >&6
6279else 6613else
6280 cat >conftest.$ac_ext <<_ACEOF 6614 cat >conftest.$ac_ext <<_ACEOF
6281#line $LINENO "configure"
6282/* confdefs.h. */ 6615/* confdefs.h. */
6283_ACEOF 6616_ACEOF
6284cat confdefs.h >>conftest.$ac_ext 6617cat confdefs.h >>conftest.$ac_ext
@@ -6298,11 +6631,21 @@ return 0;
6298_ACEOF 6631_ACEOF
6299rm -f conftest.$ac_objext 6632rm -f conftest.$ac_objext
6300if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6633if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6301 (eval $ac_compile) 2>&5 6634 (eval $ac_compile) 2>conftest.er1
6302 ac_status=$? 6635 ac_status=$?
6636 grep -v '^ *+' conftest.er1 >conftest.err
6637 rm -f conftest.er1
6638 cat conftest.err >&5
6303 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6304 (exit $ac_status); } && 6640 (exit $ac_status); } &&
6305 { ac_try='test -s conftest.$ac_objext' 6641 { ac_try='test -z "$ac_c_werror_flag"
6642 || test ! -s conftest.err'
6643 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6644 (eval $ac_try) 2>&5
6645 ac_status=$?
6646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6647 (exit $ac_status); }; } &&
6648 { ac_try='test -s conftest.$ac_objext'
6306 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6649 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6307 (eval $ac_try) 2>&5 6650 (eval $ac_try) 2>&5
6308 ac_status=$? 6651 ac_status=$?
@@ -6314,7 +6657,6 @@ else
6314sed 's/^/| /' conftest.$ac_ext >&5 6657sed 's/^/| /' conftest.$ac_ext >&5
6315 6658
6316cat >conftest.$ac_ext <<_ACEOF 6659cat >conftest.$ac_ext <<_ACEOF
6317#line $LINENO "configure"
6318/* confdefs.h. */ 6660/* confdefs.h. */
6319_ACEOF 6661_ACEOF
6320cat confdefs.h >>conftest.$ac_ext 6662cat confdefs.h >>conftest.$ac_ext
@@ -6334,11 +6676,21 @@ return 0;
6334_ACEOF 6676_ACEOF
6335rm -f conftest.$ac_objext 6677rm -f conftest.$ac_objext
6336if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6678if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6337 (eval $ac_compile) 2>&5 6679 (eval $ac_compile) 2>conftest.er1
6338 ac_status=$? 6680 ac_status=$?
6681 grep -v '^ *+' conftest.er1 >conftest.err
6682 rm -f conftest.er1
6683 cat conftest.err >&5
6339 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6340 (exit $ac_status); } && 6685 (exit $ac_status); } &&
6341 { ac_try='test -s conftest.$ac_objext' 6686 { ac_try='test -z "$ac_c_werror_flag"
6687 || test ! -s conftest.err'
6688 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6689 (eval $ac_try) 2>&5
6690 ac_status=$?
6691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6692 (exit $ac_status); }; } &&
6693 { ac_try='test -s conftest.$ac_objext'
6342 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6694 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6343 (eval $ac_try) 2>&5 6695 (eval $ac_try) 2>&5
6344 ac_status=$? 6696 ac_status=$?
@@ -6351,9 +6703,9 @@ sed 's/^/| /' conftest.$ac_ext >&5
6351 6703
6352ac_cv_member_struct_ifreq_ifr_flags=no 6704ac_cv_member_struct_ifreq_ifr_flags=no
6353fi 6705fi
6354rm -f conftest.$ac_objext conftest.$ac_ext 6706rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6355fi 6707fi
6356rm -f conftest.$ac_objext conftest.$ac_ext 6708rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6357fi 6709fi
6358echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_flags" >&5 6710echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_flags" >&5
6359echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_flags" >&6 6711echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_flags" >&6
@@ -6371,7 +6723,6 @@ if test "${ac_cv_member_struct_ifreq_ifr_hwaddr+set}" = set; then
6371 echo $ECHO_N "(cached) $ECHO_C" >&6 6723 echo $ECHO_N "(cached) $ECHO_C" >&6
6372else 6724else
6373 cat >conftest.$ac_ext <<_ACEOF 6725 cat >conftest.$ac_ext <<_ACEOF
6374#line $LINENO "configure"
6375/* confdefs.h. */ 6726/* confdefs.h. */
6376_ACEOF 6727_ACEOF
6377cat confdefs.h >>conftest.$ac_ext 6728cat confdefs.h >>conftest.$ac_ext
@@ -6391,11 +6742,21 @@ return 0;
6391_ACEOF 6742_ACEOF
6392rm -f conftest.$ac_objext 6743rm -f conftest.$ac_objext
6393if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6744if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6394 (eval $ac_compile) 2>&5 6745 (eval $ac_compile) 2>conftest.er1
6395 ac_status=$? 6746 ac_status=$?
6747 grep -v '^ *+' conftest.er1 >conftest.err
6748 rm -f conftest.er1
6749 cat conftest.err >&5
6396 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6397 (exit $ac_status); } && 6751 (exit $ac_status); } &&
6398 { ac_try='test -s conftest.$ac_objext' 6752 { ac_try='test -z "$ac_c_werror_flag"
6753 || test ! -s conftest.err'
6754 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6755 (eval $ac_try) 2>&5
6756 ac_status=$?
6757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6758 (exit $ac_status); }; } &&
6759 { ac_try='test -s conftest.$ac_objext'
6399 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6760 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6400 (eval $ac_try) 2>&5 6761 (eval $ac_try) 2>&5
6401 ac_status=$? 6762 ac_status=$?
@@ -6407,7 +6768,6 @@ else
6407sed 's/^/| /' conftest.$ac_ext >&5 6768sed 's/^/| /' conftest.$ac_ext >&5
6408 6769
6409cat >conftest.$ac_ext <<_ACEOF 6770cat >conftest.$ac_ext <<_ACEOF
6410#line $LINENO "configure"
6411/* confdefs.h. */ 6771/* confdefs.h. */
6412_ACEOF 6772_ACEOF
6413cat confdefs.h >>conftest.$ac_ext 6773cat confdefs.h >>conftest.$ac_ext
@@ -6427,11 +6787,21 @@ return 0;
6427_ACEOF 6787_ACEOF
6428rm -f conftest.$ac_objext 6788rm -f conftest.$ac_objext
6429if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6789if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6430 (eval $ac_compile) 2>&5 6790 (eval $ac_compile) 2>conftest.er1
6431 ac_status=$? 6791 ac_status=$?
6792 grep -v '^ *+' conftest.er1 >conftest.err
6793 rm -f conftest.er1
6794 cat conftest.err >&5
6432 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6433 (exit $ac_status); } && 6796 (exit $ac_status); } &&
6434 { ac_try='test -s conftest.$ac_objext' 6797 { ac_try='test -z "$ac_c_werror_flag"
6798 || test ! -s conftest.err'
6799 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6800 (eval $ac_try) 2>&5
6801 ac_status=$?
6802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6803 (exit $ac_status); }; } &&
6804 { ac_try='test -s conftest.$ac_objext'
6435 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6805 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6436 (eval $ac_try) 2>&5 6806 (eval $ac_try) 2>&5
6437 ac_status=$? 6807 ac_status=$?
@@ -6444,9 +6814,9 @@ sed 's/^/| /' conftest.$ac_ext >&5
6444 6814
6445ac_cv_member_struct_ifreq_ifr_hwaddr=no 6815ac_cv_member_struct_ifreq_ifr_hwaddr=no
6446fi 6816fi
6447rm -f conftest.$ac_objext conftest.$ac_ext 6817rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6448fi 6818fi
6449rm -f conftest.$ac_objext conftest.$ac_ext 6819rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6450fi 6820fi
6451echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_hwaddr" >&5 6821echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_hwaddr" >&5
6452echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_hwaddr" >&6 6822echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_hwaddr" >&6
@@ -6464,7 +6834,6 @@ if test "${ac_cv_member_struct_ifreq_ifr_netmask+set}" = set; then
6464 echo $ECHO_N "(cached) $ECHO_C" >&6 6834 echo $ECHO_N "(cached) $ECHO_C" >&6
6465else 6835else
6466 cat >conftest.$ac_ext <<_ACEOF 6836 cat >conftest.$ac_ext <<_ACEOF
6467#line $LINENO "configure"
6468/* confdefs.h. */ 6837/* confdefs.h. */
6469_ACEOF 6838_ACEOF
6470cat confdefs.h >>conftest.$ac_ext 6839cat confdefs.h >>conftest.$ac_ext
@@ -6484,11 +6853,21 @@ return 0;
6484_ACEOF 6853_ACEOF
6485rm -f conftest.$ac_objext 6854rm -f conftest.$ac_objext
6486if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6855if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6487 (eval $ac_compile) 2>&5 6856 (eval $ac_compile) 2>conftest.er1
6488 ac_status=$? 6857 ac_status=$?
6858 grep -v '^ *+' conftest.er1 >conftest.err
6859 rm -f conftest.er1
6860 cat conftest.err >&5
6489 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6490 (exit $ac_status); } && 6862 (exit $ac_status); } &&
6491 { ac_try='test -s conftest.$ac_objext' 6863 { ac_try='test -z "$ac_c_werror_flag"
6864 || test ! -s conftest.err'
6865 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6866 (eval $ac_try) 2>&5
6867 ac_status=$?
6868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6869 (exit $ac_status); }; } &&
6870 { ac_try='test -s conftest.$ac_objext'
6492 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6871 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6493 (eval $ac_try) 2>&5 6872 (eval $ac_try) 2>&5
6494 ac_status=$? 6873 ac_status=$?
@@ -6500,7 +6879,6 @@ else
6500sed 's/^/| /' conftest.$ac_ext >&5 6879sed 's/^/| /' conftest.$ac_ext >&5
6501 6880
6502cat >conftest.$ac_ext <<_ACEOF 6881cat >conftest.$ac_ext <<_ACEOF
6503#line $LINENO "configure"
6504/* confdefs.h. */ 6882/* confdefs.h. */
6505_ACEOF 6883_ACEOF
6506cat confdefs.h >>conftest.$ac_ext 6884cat confdefs.h >>conftest.$ac_ext
@@ -6520,11 +6898,21 @@ return 0;
6520_ACEOF 6898_ACEOF
6521rm -f conftest.$ac_objext 6899rm -f conftest.$ac_objext
6522if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6900if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6523 (eval $ac_compile) 2>&5 6901 (eval $ac_compile) 2>conftest.er1
6524 ac_status=$? 6902 ac_status=$?
6903 grep -v '^ *+' conftest.er1 >conftest.err
6904 rm -f conftest.er1
6905 cat conftest.err >&5
6525 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6526 (exit $ac_status); } && 6907 (exit $ac_status); } &&
6527 { ac_try='test -s conftest.$ac_objext' 6908 { ac_try='test -z "$ac_c_werror_flag"
6909 || test ! -s conftest.err'
6910 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6911 (eval $ac_try) 2>&5
6912 ac_status=$?
6913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6914 (exit $ac_status); }; } &&
6915 { ac_try='test -s conftest.$ac_objext'
6528 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6916 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6529 (eval $ac_try) 2>&5 6917 (eval $ac_try) 2>&5
6530 ac_status=$? 6918 ac_status=$?
@@ -6537,9 +6925,9 @@ sed 's/^/| /' conftest.$ac_ext >&5
6537 6925
6538ac_cv_member_struct_ifreq_ifr_netmask=no 6926ac_cv_member_struct_ifreq_ifr_netmask=no
6539fi 6927fi
6540rm -f conftest.$ac_objext conftest.$ac_ext 6928rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6541fi 6929fi
6542rm -f conftest.$ac_objext conftest.$ac_ext 6930rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6543fi 6931fi
6544echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_netmask" >&5 6932echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_netmask" >&5
6545echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_netmask" >&6 6933echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_netmask" >&6
@@ -6557,7 +6945,6 @@ if test "${ac_cv_member_struct_ifreq_ifr_broadaddr+set}" = set; then
6557 echo $ECHO_N "(cached) $ECHO_C" >&6 6945 echo $ECHO_N "(cached) $ECHO_C" >&6
6558else 6946else
6559 cat >conftest.$ac_ext <<_ACEOF 6947 cat >conftest.$ac_ext <<_ACEOF
6560#line $LINENO "configure"
6561/* confdefs.h. */ 6948/* confdefs.h. */
6562_ACEOF 6949_ACEOF
6563cat confdefs.h >>conftest.$ac_ext 6950cat confdefs.h >>conftest.$ac_ext
@@ -6577,11 +6964,21 @@ return 0;
6577_ACEOF 6964_ACEOF
6578rm -f conftest.$ac_objext 6965rm -f conftest.$ac_objext
6579if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6966if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6580 (eval $ac_compile) 2>&5 6967 (eval $ac_compile) 2>conftest.er1
6581 ac_status=$? 6968 ac_status=$?
6969 grep -v '^ *+' conftest.er1 >conftest.err
6970 rm -f conftest.er1
6971 cat conftest.err >&5
6582 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6583 (exit $ac_status); } && 6973 (exit $ac_status); } &&
6584 { ac_try='test -s conftest.$ac_objext' 6974 { ac_try='test -z "$ac_c_werror_flag"
6975 || test ! -s conftest.err'
6976 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6977 (eval $ac_try) 2>&5
6978 ac_status=$?
6979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6980 (exit $ac_status); }; } &&
6981 { ac_try='test -s conftest.$ac_objext'
6585 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6982 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6586 (eval $ac_try) 2>&5 6983 (eval $ac_try) 2>&5
6587 ac_status=$? 6984 ac_status=$?
@@ -6593,7 +6990,6 @@ else
6593sed 's/^/| /' conftest.$ac_ext >&5 6990sed 's/^/| /' conftest.$ac_ext >&5
6594 6991
6595cat >conftest.$ac_ext <<_ACEOF 6992cat >conftest.$ac_ext <<_ACEOF
6596#line $LINENO "configure"
6597/* confdefs.h. */ 6993/* confdefs.h. */
6598_ACEOF 6994_ACEOF
6599cat confdefs.h >>conftest.$ac_ext 6995cat confdefs.h >>conftest.$ac_ext
@@ -6613,11 +7009,21 @@ return 0;
6613_ACEOF 7009_ACEOF
6614rm -f conftest.$ac_objext 7010rm -f conftest.$ac_objext
6615if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7011if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6616 (eval $ac_compile) 2>&5 7012 (eval $ac_compile) 2>conftest.er1
6617 ac_status=$? 7013 ac_status=$?
7014 grep -v '^ *+' conftest.er1 >conftest.err
7015 rm -f conftest.er1
7016 cat conftest.err >&5
6618 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6619 (exit $ac_status); } && 7018 (exit $ac_status); } &&
6620 { ac_try='test -s conftest.$ac_objext' 7019 { ac_try='test -z "$ac_c_werror_flag"
7020 || test ! -s conftest.err'
7021 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7022 (eval $ac_try) 2>&5
7023 ac_status=$?
7024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7025 (exit $ac_status); }; } &&
7026 { ac_try='test -s conftest.$ac_objext'
6621 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7027 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6622 (eval $ac_try) 2>&5 7028 (eval $ac_try) 2>&5
6623 ac_status=$? 7029 ac_status=$?
@@ -6630,9 +7036,9 @@ sed 's/^/| /' conftest.$ac_ext >&5
6630 7036
6631ac_cv_member_struct_ifreq_ifr_broadaddr=no 7037ac_cv_member_struct_ifreq_ifr_broadaddr=no
6632fi 7038fi
6633rm -f conftest.$ac_objext conftest.$ac_ext 7039rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6634fi 7040fi
6635rm -f conftest.$ac_objext conftest.$ac_ext 7041rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6636fi 7042fi
6637echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_broadaddr" >&5 7043echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_broadaddr" >&5
6638echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_broadaddr" >&6 7044echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_broadaddr" >&6
@@ -6650,7 +7056,6 @@ if test "${ac_cv_member_struct_ifreq_ifr_addr+set}" = set; then
6650 echo $ECHO_N "(cached) $ECHO_C" >&6 7056 echo $ECHO_N "(cached) $ECHO_C" >&6
6651else 7057else
6652 cat >conftest.$ac_ext <<_ACEOF 7058 cat >conftest.$ac_ext <<_ACEOF
6653#line $LINENO "configure"
6654/* confdefs.h. */ 7059/* confdefs.h. */
6655_ACEOF 7060_ACEOF
6656cat confdefs.h >>conftest.$ac_ext 7061cat confdefs.h >>conftest.$ac_ext
@@ -6670,11 +7075,21 @@ return 0;
6670_ACEOF 7075_ACEOF
6671rm -f conftest.$ac_objext 7076rm -f conftest.$ac_objext
6672if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7077if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6673 (eval $ac_compile) 2>&5 7078 (eval $ac_compile) 2>conftest.er1
6674 ac_status=$? 7079 ac_status=$?
7080 grep -v '^ *+' conftest.er1 >conftest.err
7081 rm -f conftest.er1
7082 cat conftest.err >&5
6675 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6676 (exit $ac_status); } && 7084 (exit $ac_status); } &&
6677 { ac_try='test -s conftest.$ac_objext' 7085 { ac_try='test -z "$ac_c_werror_flag"
7086 || test ! -s conftest.err'
7087 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7088 (eval $ac_try) 2>&5
7089 ac_status=$?
7090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7091 (exit $ac_status); }; } &&
7092 { ac_try='test -s conftest.$ac_objext'
6678 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7093 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6679 (eval $ac_try) 2>&5 7094 (eval $ac_try) 2>&5
6680 ac_status=$? 7095 ac_status=$?
@@ -6686,7 +7101,6 @@ else
6686sed 's/^/| /' conftest.$ac_ext >&5 7101sed 's/^/| /' conftest.$ac_ext >&5
6687 7102
6688cat >conftest.$ac_ext <<_ACEOF 7103cat >conftest.$ac_ext <<_ACEOF
6689#line $LINENO "configure"
6690/* confdefs.h. */ 7104/* confdefs.h. */
6691_ACEOF 7105_ACEOF
6692cat confdefs.h >>conftest.$ac_ext 7106cat confdefs.h >>conftest.$ac_ext
@@ -6706,11 +7120,21 @@ return 0;
6706_ACEOF 7120_ACEOF
6707rm -f conftest.$ac_objext 7121rm -f conftest.$ac_objext
6708if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7122if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6709 (eval $ac_compile) 2>&5 7123 (eval $ac_compile) 2>conftest.er1
6710 ac_status=$? 7124 ac_status=$?
7125 grep -v '^ *+' conftest.er1 >conftest.err
7126 rm -f conftest.er1
7127 cat conftest.err >&5
6711 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6712 (exit $ac_status); } && 7129 (exit $ac_status); } &&
6713 { ac_try='test -s conftest.$ac_objext' 7130 { ac_try='test -z "$ac_c_werror_flag"
7131 || test ! -s conftest.err'
7132 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7133 (eval $ac_try) 2>&5
7134 ac_status=$?
7135 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7136 (exit $ac_status); }; } &&
7137 { ac_try='test -s conftest.$ac_objext'
6714 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7138 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6715 (eval $ac_try) 2>&5 7139 (eval $ac_try) 2>&5
6716 ac_status=$? 7140 ac_status=$?
@@ -6723,9 +7147,9 @@ sed 's/^/| /' conftest.$ac_ext >&5
6723 7147
6724ac_cv_member_struct_ifreq_ifr_addr=no 7148ac_cv_member_struct_ifreq_ifr_addr=no
6725fi 7149fi
6726rm -f conftest.$ac_objext conftest.$ac_ext 7150rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6727fi 7151fi
6728rm -f conftest.$ac_objext conftest.$ac_ext 7152rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6729fi 7153fi
6730echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_addr" >&5 7154echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_addr" >&5
6731echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_addr" >&6 7155echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_addr" >&6
@@ -6766,7 +7190,6 @@ if test "${ac_cv_c_volatile+set}" = set; then
6766 echo $ECHO_N "(cached) $ECHO_C" >&6 7190 echo $ECHO_N "(cached) $ECHO_C" >&6
6767else 7191else
6768 cat >conftest.$ac_ext <<_ACEOF 7192 cat >conftest.$ac_ext <<_ACEOF
6769#line $LINENO "configure"
6770/* confdefs.h. */ 7193/* confdefs.h. */
6771_ACEOF 7194_ACEOF
6772cat confdefs.h >>conftest.$ac_ext 7195cat confdefs.h >>conftest.$ac_ext
@@ -6785,11 +7208,21 @@ int * volatile y;
6785_ACEOF 7208_ACEOF
6786rm -f conftest.$ac_objext 7209rm -f conftest.$ac_objext
6787if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7210if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6788 (eval $ac_compile) 2>&5 7211 (eval $ac_compile) 2>conftest.er1
6789 ac_status=$? 7212 ac_status=$?
7213 grep -v '^ *+' conftest.er1 >conftest.err
7214 rm -f conftest.er1
7215 cat conftest.err >&5
6790 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6791 (exit $ac_status); } && 7217 (exit $ac_status); } &&
6792 { ac_try='test -s conftest.$ac_objext' 7218 { ac_try='test -z "$ac_c_werror_flag"
7219 || test ! -s conftest.err'
7220 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7221 (eval $ac_try) 2>&5
7222 ac_status=$?
7223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7224 (exit $ac_status); }; } &&
7225 { ac_try='test -s conftest.$ac_objext'
6793 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7226 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6794 (eval $ac_try) 2>&5 7227 (eval $ac_try) 2>&5
6795 ac_status=$? 7228 ac_status=$?
@@ -6802,7 +7235,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
6802 7235
6803ac_cv_c_volatile=no 7236ac_cv_c_volatile=no
6804fi 7237fi
6805rm -f conftest.$ac_objext conftest.$ac_ext 7238rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6806fi 7239fi
6807echo "$as_me:$LINENO: result: $ac_cv_c_volatile" >&5 7240echo "$as_me:$LINENO: result: $ac_cv_c_volatile" >&5
6808echo "${ECHO_T}$ac_cv_c_volatile" >&6 7241echo "${ECHO_T}$ac_cv_c_volatile" >&6
@@ -6820,7 +7253,6 @@ if test "${ac_cv_c_const+set}" = set; then
6820 echo $ECHO_N "(cached) $ECHO_C" >&6 7253 echo $ECHO_N "(cached) $ECHO_C" >&6
6821else 7254else
6822 cat >conftest.$ac_ext <<_ACEOF 7255 cat >conftest.$ac_ext <<_ACEOF
6823#line $LINENO "configure"
6824/* confdefs.h. */ 7256/* confdefs.h. */
6825_ACEOF 7257_ACEOF
6826cat confdefs.h >>conftest.$ac_ext 7258cat confdefs.h >>conftest.$ac_ext
@@ -6883,11 +7315,21 @@ main ()
6883_ACEOF 7315_ACEOF
6884rm -f conftest.$ac_objext 7316rm -f conftest.$ac_objext
6885if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7317if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6886 (eval $ac_compile) 2>&5 7318 (eval $ac_compile) 2>conftest.er1
6887 ac_status=$? 7319 ac_status=$?
7320 grep -v '^ *+' conftest.er1 >conftest.err
7321 rm -f conftest.er1
7322 cat conftest.err >&5
6888 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6889 (exit $ac_status); } && 7324 (exit $ac_status); } &&
6890 { ac_try='test -s conftest.$ac_objext' 7325 { ac_try='test -z "$ac_c_werror_flag"
7326 || test ! -s conftest.err'
7327 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7328 (eval $ac_try) 2>&5
7329 ac_status=$?
7330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7331 (exit $ac_status); }; } &&
7332 { ac_try='test -s conftest.$ac_objext'
6891 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7333 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6892 (eval $ac_try) 2>&5 7334 (eval $ac_try) 2>&5
6893 ac_status=$? 7335 ac_status=$?
@@ -6900,7 +7342,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
6900 7342
6901ac_cv_c_const=no 7343ac_cv_c_const=no
6902fi 7344fi
6903rm -f conftest.$ac_objext conftest.$ac_ext 7345rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6904fi 7346fi
6905echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 7347echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
6906echo "${ECHO_T}$ac_cv_c_const" >&6 7348echo "${ECHO_T}$ac_cv_c_const" >&6
@@ -6918,7 +7360,6 @@ if test "${emacs_cv_void_star+set}" = set; then
6918 echo $ECHO_N "(cached) $ECHO_C" >&6 7360 echo $ECHO_N "(cached) $ECHO_C" >&6
6919else 7361else
6920 cat >conftest.$ac_ext <<_ACEOF 7362 cat >conftest.$ac_ext <<_ACEOF
6921#line $LINENO "configure"
6922/* confdefs.h. */ 7363/* confdefs.h. */
6923_ACEOF 7364_ACEOF
6924cat confdefs.h >>conftest.$ac_ext 7365cat confdefs.h >>conftest.$ac_ext
@@ -6935,11 +7376,21 @@ void * foo;
6935_ACEOF 7376_ACEOF
6936rm -f conftest.$ac_objext 7377rm -f conftest.$ac_objext
6937if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7378if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6938 (eval $ac_compile) 2>&5 7379 (eval $ac_compile) 2>conftest.er1
6939 ac_status=$? 7380 ac_status=$?
7381 grep -v '^ *+' conftest.er1 >conftest.err
7382 rm -f conftest.er1
7383 cat conftest.err >&5
6940 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6941 (exit $ac_status); } && 7385 (exit $ac_status); } &&
6942 { ac_try='test -s conftest.$ac_objext' 7386 { ac_try='test -z "$ac_c_werror_flag"
7387 || test ! -s conftest.err'
7388 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7389 (eval $ac_try) 2>&5
7390 ac_status=$?
7391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7392 (exit $ac_status); }; } &&
7393 { ac_try='test -s conftest.$ac_objext'
6943 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7394 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6944 (eval $ac_try) 2>&5 7395 (eval $ac_try) 2>&5
6945 ac_status=$? 7396 ac_status=$?
@@ -6952,7 +7403,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
6952 7403
6953emacs_cv_void_star=no 7404emacs_cv_void_star=no
6954fi 7405fi
6955rm -f conftest.$ac_objext conftest.$ac_ext 7406rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6956fi 7407fi
6957echo "$as_me:$LINENO: result: $emacs_cv_void_star" >&5 7408echo "$as_me:$LINENO: result: $emacs_cv_void_star" >&5
6958echo "${ECHO_T}$emacs_cv_void_star" >&6 7409echo "${ECHO_T}$emacs_cv_void_star" >&6
@@ -6972,7 +7423,7 @@ fi
6972 7423
6973echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 7424echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
6974echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 7425echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
6975set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` 7426set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
6976if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then 7427if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
6977 echo $ECHO_N "(cached) $ECHO_C" >&6 7428 echo $ECHO_N "(cached) $ECHO_C" >&6
6978else 7429else
@@ -7089,8 +7540,8 @@ _ACEOF
7089 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. 7540 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7090 for ac_extension in a so sl; do 7541 for ac_extension in a so sl; do
7091 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension && 7542 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
7092 test -f $ac_im_libdir/libX11.$ac_extension; then 7543 test -f $ac_im_libdir/libX11.$ac_extension; then
7093 ac_im_usrlibdir=$ac_im_libdir; break 7544 ac_im_usrlibdir=$ac_im_libdir; break
7094 fi 7545 fi
7095 done 7546 done
7096 # Screen out bogus values from the imake configuration. They are 7547 # Screen out bogus values from the imake configuration. They are
@@ -7150,7 +7601,6 @@ if test "$ac_x_includes" = no; then
7150 # Guess where to find include files, by looking for Intrinsic.h. 7601 # Guess where to find include files, by looking for Intrinsic.h.
7151 # First, try using that file with no special directory specified. 7602 # First, try using that file with no special directory specified.
7152 cat >conftest.$ac_ext <<_ACEOF 7603 cat >conftest.$ac_ext <<_ACEOF
7153#line $LINENO "configure"
7154/* confdefs.h. */ 7604/* confdefs.h. */
7155_ACEOF 7605_ACEOF
7156cat confdefs.h >>conftest.$ac_ext 7606cat confdefs.h >>conftest.$ac_ext
@@ -7168,6 +7618,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7168 (exit $ac_status); } >/dev/null; then 7618 (exit $ac_status); } >/dev/null; then
7169 if test -s conftest.err; then 7619 if test -s conftest.err; then
7170 ac_cpp_err=$ac_c_preproc_warn_flag 7620 ac_cpp_err=$ac_c_preproc_warn_flag
7621 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
7171 else 7622 else
7172 ac_cpp_err= 7623 ac_cpp_err=
7173 fi 7624 fi
@@ -7198,7 +7649,6 @@ if test "$ac_x_libraries" = no; then
7198 ac_save_LIBS=$LIBS 7649 ac_save_LIBS=$LIBS
7199 LIBS="-lXt $LIBS" 7650 LIBS="-lXt $LIBS"
7200 cat >conftest.$ac_ext <<_ACEOF 7651 cat >conftest.$ac_ext <<_ACEOF
7201#line $LINENO "configure"
7202/* confdefs.h. */ 7652/* confdefs.h. */
7203_ACEOF 7653_ACEOF
7204cat confdefs.h >>conftest.$ac_ext 7654cat confdefs.h >>conftest.$ac_ext
@@ -7215,11 +7665,21 @@ XtMalloc (0)
7215_ACEOF 7665_ACEOF
7216rm -f conftest.$ac_objext conftest$ac_exeext 7666rm -f conftest.$ac_objext conftest$ac_exeext
7217if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 7667if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7218 (eval $ac_link) 2>&5 7668 (eval $ac_link) 2>conftest.er1
7219 ac_status=$? 7669 ac_status=$?
7670 grep -v '^ *+' conftest.er1 >conftest.err
7671 rm -f conftest.er1
7672 cat conftest.err >&5
7220 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7221 (exit $ac_status); } && 7674 (exit $ac_status); } &&
7222 { ac_try='test -s conftest$ac_exeext' 7675 { ac_try='test -z "$ac_c_werror_flag"
7676 || test ! -s conftest.err'
7677 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7678 (eval $ac_try) 2>&5
7679 ac_status=$?
7680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7681 (exit $ac_status); }; } &&
7682 { ac_try='test -s conftest$ac_exeext'
7223 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7683 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7224 (eval $ac_try) 2>&5 7684 (eval $ac_try) 2>&5
7225 ac_status=$? 7685 ac_status=$?
@@ -7244,7 +7704,8 @@ do
7244 done 7704 done
7245done 7705done
7246fi 7706fi
7247rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7707rm -f conftest.err conftest.$ac_objext \
7708 conftest$ac_exeext conftest.$ac_ext
7248fi # $ac_x_libraries = no 7709fi # $ac_x_libraries = no
7249 7710
7250if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then 7711if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
@@ -7253,7 +7714,7 @@ if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
7253else 7714else
7254 # Record where we found X for the cache. 7715 # Record where we found X for the cache.
7255 ac_cv_have_x="have_x=yes \ 7716 ac_cv_have_x="have_x=yes \
7256 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries" 7717 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
7257fi 7718fi
7258fi 7719fi
7259 7720
@@ -7378,21 +7839,28 @@ if test "${ac_cv_func_malloc_get_state+set}" = set; then
7378 echo $ECHO_N "(cached) $ECHO_C" >&6 7839 echo $ECHO_N "(cached) $ECHO_C" >&6
7379else 7840else
7380 cat >conftest.$ac_ext <<_ACEOF 7841 cat >conftest.$ac_ext <<_ACEOF
7381#line $LINENO "configure"
7382/* confdefs.h. */ 7842/* confdefs.h. */
7383_ACEOF 7843_ACEOF
7384cat confdefs.h >>conftest.$ac_ext 7844cat confdefs.h >>conftest.$ac_ext
7385cat >>conftest.$ac_ext <<_ACEOF 7845cat >>conftest.$ac_ext <<_ACEOF
7386/* end confdefs.h. */ 7846/* end confdefs.h. */
7847/* Define malloc_get_state to an innocuous variant, in case <limits.h> declares malloc_get_state.
7848 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7849#define malloc_get_state innocuous_malloc_get_state
7850
7387/* System header to define __stub macros and hopefully few prototypes, 7851/* System header to define __stub macros and hopefully few prototypes,
7388 which can conflict with char malloc_get_state (); below. 7852 which can conflict with char malloc_get_state (); below.
7389 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 7853 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7390 <limits.h> exists even on freestanding compilers. */ 7854 <limits.h> exists even on freestanding compilers. */
7855
7391#ifdef __STDC__ 7856#ifdef __STDC__
7392# include <limits.h> 7857# include <limits.h>
7393#else 7858#else
7394# include <assert.h> 7859# include <assert.h>
7395#endif 7860#endif
7861
7862#undef malloc_get_state
7863
7396/* Override any gcc2 internal prototype to avoid an error. */ 7864/* Override any gcc2 internal prototype to avoid an error. */
7397#ifdef __cplusplus 7865#ifdef __cplusplus
7398extern "C" 7866extern "C"
@@ -7423,11 +7891,21 @@ return f != malloc_get_state;
7423_ACEOF 7891_ACEOF
7424rm -f conftest.$ac_objext conftest$ac_exeext 7892rm -f conftest.$ac_objext conftest$ac_exeext
7425if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 7893if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7426 (eval $ac_link) 2>&5 7894 (eval $ac_link) 2>conftest.er1
7427 ac_status=$? 7895 ac_status=$?
7896 grep -v '^ *+' conftest.er1 >conftest.err
7897 rm -f conftest.er1
7898 cat conftest.err >&5
7428 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7429 (exit $ac_status); } && 7900 (exit $ac_status); } &&
7430 { ac_try='test -s conftest$ac_exeext' 7901 { ac_try='test -z "$ac_c_werror_flag"
7902 || test ! -s conftest.err'
7903 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7904 (eval $ac_try) 2>&5
7905 ac_status=$?
7906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7907 (exit $ac_status); }; } &&
7908 { ac_try='test -s conftest$ac_exeext'
7431 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7909 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7432 (eval $ac_try) 2>&5 7910 (eval $ac_try) 2>&5
7433 ac_status=$? 7911 ac_status=$?
@@ -7440,7 +7918,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
7440 7918
7441ac_cv_func_malloc_get_state=no 7919ac_cv_func_malloc_get_state=no
7442fi 7920fi
7443rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7921rm -f conftest.err conftest.$ac_objext \
7922 conftest$ac_exeext conftest.$ac_ext
7444fi 7923fi
7445echo "$as_me:$LINENO: result: $ac_cv_func_malloc_get_state" >&5 7924echo "$as_me:$LINENO: result: $ac_cv_func_malloc_get_state" >&5
7446echo "${ECHO_T}$ac_cv_func_malloc_get_state" >&6 7925echo "${ECHO_T}$ac_cv_func_malloc_get_state" >&6
@@ -7456,21 +7935,28 @@ if test "${ac_cv_func_malloc_set_state+set}" = set; then
7456 echo $ECHO_N "(cached) $ECHO_C" >&6 7935 echo $ECHO_N "(cached) $ECHO_C" >&6
7457else 7936else
7458 cat >conftest.$ac_ext <<_ACEOF 7937 cat >conftest.$ac_ext <<_ACEOF
7459#line $LINENO "configure"
7460/* confdefs.h. */ 7938/* confdefs.h. */
7461_ACEOF 7939_ACEOF
7462cat confdefs.h >>conftest.$ac_ext 7940cat confdefs.h >>conftest.$ac_ext
7463cat >>conftest.$ac_ext <<_ACEOF 7941cat >>conftest.$ac_ext <<_ACEOF
7464/* end confdefs.h. */ 7942/* end confdefs.h. */
7943/* Define malloc_set_state to an innocuous variant, in case <limits.h> declares malloc_set_state.
7944 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7945#define malloc_set_state innocuous_malloc_set_state
7946
7465/* System header to define __stub macros and hopefully few prototypes, 7947/* System header to define __stub macros and hopefully few prototypes,
7466 which can conflict with char malloc_set_state (); below. 7948 which can conflict with char malloc_set_state (); below.
7467 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 7949 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7468 <limits.h> exists even on freestanding compilers. */ 7950 <limits.h> exists even on freestanding compilers. */
7951
7469#ifdef __STDC__ 7952#ifdef __STDC__
7470# include <limits.h> 7953# include <limits.h>
7471#else 7954#else
7472# include <assert.h> 7955# include <assert.h>
7473#endif 7956#endif
7957
7958#undef malloc_set_state
7959
7474/* Override any gcc2 internal prototype to avoid an error. */ 7960/* Override any gcc2 internal prototype to avoid an error. */
7475#ifdef __cplusplus 7961#ifdef __cplusplus
7476extern "C" 7962extern "C"
@@ -7501,11 +7987,21 @@ return f != malloc_set_state;
7501_ACEOF 7987_ACEOF
7502rm -f conftest.$ac_objext conftest$ac_exeext 7988rm -f conftest.$ac_objext conftest$ac_exeext
7503if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 7989if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7504 (eval $ac_link) 2>&5 7990 (eval $ac_link) 2>conftest.er1
7505 ac_status=$? 7991 ac_status=$?
7992 grep -v '^ *+' conftest.er1 >conftest.err
7993 rm -f conftest.er1
7994 cat conftest.err >&5
7506 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7507 (exit $ac_status); } && 7996 (exit $ac_status); } &&
7508 { ac_try='test -s conftest$ac_exeext' 7997 { ac_try='test -z "$ac_c_werror_flag"
7998 || test ! -s conftest.err'
7999 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8000 (eval $ac_try) 2>&5
8001 ac_status=$?
8002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8003 (exit $ac_status); }; } &&
8004 { ac_try='test -s conftest$ac_exeext'
7509 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8005 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7510 (eval $ac_try) 2>&5 8006 (eval $ac_try) 2>&5
7511 ac_status=$? 8007 ac_status=$?
@@ -7518,7 +8014,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
7518 8014
7519ac_cv_func_malloc_set_state=no 8015ac_cv_func_malloc_set_state=no
7520fi 8016fi
7521rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8017rm -f conftest.err conftest.$ac_objext \
8018 conftest$ac_exeext conftest.$ac_ext
7522fi 8019fi
7523echo "$as_me:$LINENO: result: $ac_cv_func_malloc_set_state" >&5 8020echo "$as_me:$LINENO: result: $ac_cv_func_malloc_set_state" >&5
7524echo "${ECHO_T}$ac_cv_func_malloc_set_state" >&6 8021echo "${ECHO_T}$ac_cv_func_malloc_set_state" >&6
@@ -7534,7 +8031,6 @@ if test "${emacs_cv_var___after_morecore_hook+set}" = set; then
7534 echo $ECHO_N "(cached) $ECHO_C" >&6 8031 echo $ECHO_N "(cached) $ECHO_C" >&6
7535else 8032else
7536 cat >conftest.$ac_ext <<_ACEOF 8033 cat >conftest.$ac_ext <<_ACEOF
7537#line $LINENO "configure"
7538/* confdefs.h. */ 8034/* confdefs.h. */
7539_ACEOF 8035_ACEOF
7540cat confdefs.h >>conftest.$ac_ext 8036cat confdefs.h >>conftest.$ac_ext
@@ -7551,11 +8047,21 @@ __after_morecore_hook = 0
7551_ACEOF 8047_ACEOF
7552rm -f conftest.$ac_objext conftest$ac_exeext 8048rm -f conftest.$ac_objext conftest$ac_exeext
7553if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8049if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7554 (eval $ac_link) 2>&5 8050 (eval $ac_link) 2>conftest.er1
7555 ac_status=$? 8051 ac_status=$?
8052 grep -v '^ *+' conftest.er1 >conftest.err
8053 rm -f conftest.er1
8054 cat conftest.err >&5
7556 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7557 (exit $ac_status); } && 8056 (exit $ac_status); } &&
7558 { ac_try='test -s conftest$ac_exeext' 8057 { ac_try='test -z "$ac_c_werror_flag"
8058 || test ! -s conftest.err'
8059 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8060 (eval $ac_try) 2>&5
8061 ac_status=$?
8062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8063 (exit $ac_status); }; } &&
8064 { ac_try='test -s conftest$ac_exeext'
7559 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8065 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7560 (eval $ac_try) 2>&5 8066 (eval $ac_try) 2>&5
7561 ac_status=$? 8067 ac_status=$?
@@ -7568,7 +8074,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
7568 8074
7569emacs_cv_var___after_morecore_hook=no 8075emacs_cv_var___after_morecore_hook=no
7570fi 8076fi
7571rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8077rm -f conftest.err conftest.$ac_objext \
8078 conftest$ac_exeext conftest.$ac_ext
7572fi 8079fi
7573echo "$as_me:$LINENO: result: $emacs_cv_var___after_morecore_hook" >&5 8080echo "$as_me:$LINENO: result: $emacs_cv_var___after_morecore_hook" >&5
7574echo "${ECHO_T}$emacs_cv_var___after_morecore_hook" >&6 8081echo "${ECHO_T}$emacs_cv_var___after_morecore_hook" >&6
@@ -7615,7 +8122,6 @@ else
7615echo "$as_me:$LINENO: checking $ac_header usability" >&5 8122echo "$as_me:$LINENO: checking $ac_header usability" >&5
7616echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 8123echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7617cat >conftest.$ac_ext <<_ACEOF 8124cat >conftest.$ac_ext <<_ACEOF
7618#line $LINENO "configure"
7619/* confdefs.h. */ 8125/* confdefs.h. */
7620_ACEOF 8126_ACEOF
7621cat confdefs.h >>conftest.$ac_ext 8127cat confdefs.h >>conftest.$ac_ext
@@ -7626,11 +8132,21 @@ $ac_includes_default
7626_ACEOF 8132_ACEOF
7627rm -f conftest.$ac_objext 8133rm -f conftest.$ac_objext
7628if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 8134if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7629 (eval $ac_compile) 2>&5 8135 (eval $ac_compile) 2>conftest.er1
7630 ac_status=$? 8136 ac_status=$?
8137 grep -v '^ *+' conftest.er1 >conftest.err
8138 rm -f conftest.er1
8139 cat conftest.err >&5
7631 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7632 (exit $ac_status); } && 8141 (exit $ac_status); } &&
7633 { ac_try='test -s conftest.$ac_objext' 8142 { ac_try='test -z "$ac_c_werror_flag"
8143 || test ! -s conftest.err'
8144 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8145 (eval $ac_try) 2>&5
8146 ac_status=$?
8147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8148 (exit $ac_status); }; } &&
8149 { ac_try='test -s conftest.$ac_objext'
7634 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8150 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7635 (eval $ac_try) 2>&5 8151 (eval $ac_try) 2>&5
7636 ac_status=$? 8152 ac_status=$?
@@ -7643,7 +8159,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
7643 8159
7644ac_header_compiler=no 8160ac_header_compiler=no
7645fi 8161fi
7646rm -f conftest.$ac_objext conftest.$ac_ext 8162rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7647echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8163echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7648echo "${ECHO_T}$ac_header_compiler" >&6 8164echo "${ECHO_T}$ac_header_compiler" >&6
7649 8165
@@ -7651,7 +8167,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
7651echo "$as_me:$LINENO: checking $ac_header presence" >&5 8167echo "$as_me:$LINENO: checking $ac_header presence" >&5
7652echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 8168echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7653cat >conftest.$ac_ext <<_ACEOF 8169cat >conftest.$ac_ext <<_ACEOF
7654#line $LINENO "configure"
7655/* confdefs.h. */ 8170/* confdefs.h. */
7656_ACEOF 8171_ACEOF
7657cat confdefs.h >>conftest.$ac_ext 8172cat confdefs.h >>conftest.$ac_ext
@@ -7669,6 +8184,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7669 (exit $ac_status); } >/dev/null; then 8184 (exit $ac_status); } >/dev/null; then
7670 if test -s conftest.err; then 8185 if test -s conftest.err; then
7671 ac_cpp_err=$ac_c_preproc_warn_flag 8186 ac_cpp_err=$ac_c_preproc_warn_flag
8187 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
7672 else 8188 else
7673 ac_cpp_err= 8189 ac_cpp_err=
7674 fi 8190 fi
@@ -7688,33 +8204,32 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7688echo "${ECHO_T}$ac_header_preproc" >&6 8204echo "${ECHO_T}$ac_header_preproc" >&6
7689 8205
7690# So? What about this header? 8206# So? What about this header?
7691case $ac_header_compiler:$ac_header_preproc in 8207case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7692 yes:no ) 8208 yes:no: )
7693 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 8209 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7694echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 8210echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7695 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 8211 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7696echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 8212echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7697 ( 8213 ac_header_preproc=yes
7698 cat <<\_ASBOX
7699## ------------------------------------ ##
7700## Report this to bug-autoconf@gnu.org. ##
7701## ------------------------------------ ##
7702_ASBOX
7703 ) |
7704 sed "s/^/$as_me: WARNING: /" >&2
7705 ;; 8214 ;;
7706 no:yes ) 8215 no:yes:* )
7707 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 8216 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7708echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 8217echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7709 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 8218 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7710echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 8219echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
8220 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
8221echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
8222 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
8223echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7711 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 8224 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7712echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 8225echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
8226 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
8227echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7713 ( 8228 (
7714 cat <<\_ASBOX 8229 cat <<\_ASBOX
7715## ------------------------------------ ## 8230## ------------------------------------------ ##
7716## Report this to bug-autoconf@gnu.org. ## 8231## Report this to the AC_PACKAGE_NAME lists. ##
7717## ------------------------------------ ## 8232## ------------------------------------------ ##
7718_ASBOX 8233_ASBOX
7719 ) | 8234 ) |
7720 sed "s/^/$as_me: WARNING: /" >&2 8235 sed "s/^/$as_me: WARNING: /" >&2
@@ -7725,7 +8240,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7725if eval "test \"\${$as_ac_Header+set}\" = set"; then 8240if eval "test \"\${$as_ac_Header+set}\" = set"; then
7726 echo $ECHO_N "(cached) $ECHO_C" >&6 8241 echo $ECHO_N "(cached) $ECHO_C" >&6
7727else 8242else
7728 eval "$as_ac_Header=$ac_header_preproc" 8243 eval "$as_ac_Header=\$ac_header_preproc"
7729fi 8244fi
7730echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 8245echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7731echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 8246echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -7750,21 +8265,28 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
7750 echo $ECHO_N "(cached) $ECHO_C" >&6 8265 echo $ECHO_N "(cached) $ECHO_C" >&6
7751else 8266else
7752 cat >conftest.$ac_ext <<_ACEOF 8267 cat >conftest.$ac_ext <<_ACEOF
7753#line $LINENO "configure"
7754/* confdefs.h. */ 8268/* confdefs.h. */
7755_ACEOF 8269_ACEOF
7756cat confdefs.h >>conftest.$ac_ext 8270cat confdefs.h >>conftest.$ac_ext
7757cat >>conftest.$ac_ext <<_ACEOF 8271cat >>conftest.$ac_ext <<_ACEOF
7758/* end confdefs.h. */ 8272/* end confdefs.h. */
8273/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
8274 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8275#define $ac_func innocuous_$ac_func
8276
7759/* System header to define __stub macros and hopefully few prototypes, 8277/* System header to define __stub macros and hopefully few prototypes,
7760 which can conflict with char $ac_func (); below. 8278 which can conflict with char $ac_func (); below.
7761 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 8279 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7762 <limits.h> exists even on freestanding compilers. */ 8280 <limits.h> exists even on freestanding compilers. */
8281
7763#ifdef __STDC__ 8282#ifdef __STDC__
7764# include <limits.h> 8283# include <limits.h>
7765#else 8284#else
7766# include <assert.h> 8285# include <assert.h>
7767#endif 8286#endif
8287
8288#undef $ac_func
8289
7768/* Override any gcc2 internal prototype to avoid an error. */ 8290/* Override any gcc2 internal prototype to avoid an error. */
7769#ifdef __cplusplus 8291#ifdef __cplusplus
7770extern "C" 8292extern "C"
@@ -7795,11 +8317,21 @@ return f != $ac_func;
7795_ACEOF 8317_ACEOF
7796rm -f conftest.$ac_objext conftest$ac_exeext 8318rm -f conftest.$ac_objext conftest$ac_exeext
7797if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8319if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7798 (eval $ac_link) 2>&5 8320 (eval $ac_link) 2>conftest.er1
7799 ac_status=$? 8321 ac_status=$?
8322 grep -v '^ *+' conftest.er1 >conftest.err
8323 rm -f conftest.er1
8324 cat conftest.err >&5
7800 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7801 (exit $ac_status); } && 8326 (exit $ac_status); } &&
7802 { ac_try='test -s conftest$ac_exeext' 8327 { ac_try='test -z "$ac_c_werror_flag"
8328 || test ! -s conftest.err'
8329 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8330 (eval $ac_try) 2>&5
8331 ac_status=$?
8332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8333 (exit $ac_status); }; } &&
8334 { ac_try='test -s conftest$ac_exeext'
7803 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8335 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7804 (eval $ac_try) 2>&5 8336 (eval $ac_try) 2>&5
7805 ac_status=$? 8337 ac_status=$?
@@ -7812,7 +8344,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
7812 8344
7813eval "$as_ac_var=no" 8345eval "$as_ac_var=no"
7814fi 8346fi
7815rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8347rm -f conftest.err conftest.$ac_objext \
8348 conftest$ac_exeext conftest.$ac_ext
7816fi 8349fi
7817echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 8350echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
7818echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 8351echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -7833,7 +8366,6 @@ else
7833 ac_cv_func_mmap_fixed_mapped=no 8366 ac_cv_func_mmap_fixed_mapped=no
7834else 8367else
7835 cat >conftest.$ac_ext <<_ACEOF 8368 cat >conftest.$ac_ext <<_ACEOF
7836#line $LINENO "configure"
7837/* confdefs.h. */ 8369/* confdefs.h. */
7838_ACEOF 8370_ACEOF
7839cat confdefs.h >>conftest.$ac_ext 8371cat confdefs.h >>conftest.$ac_ext
@@ -7941,9 +8473,9 @@ main ()
7941 data2 = (char *) malloc (2 * pagesize); 8473 data2 = (char *) malloc (2 * pagesize);
7942 if (!data2) 8474 if (!data2)
7943 exit (1); 8475 exit (1);
7944 data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1); 8476 data2 += (pagesize - ((long) data2 & (pagesize - 1))) & (pagesize - 1);
7945 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE, 8477 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
7946 MAP_PRIVATE | MAP_FIXED, fd, 0L)) 8478 MAP_PRIVATE | MAP_FIXED, fd, 0L))
7947 exit (1); 8479 exit (1);
7948 for (i = 0; i < pagesize; ++i) 8480 for (i = 0; i < pagesize; ++i)
7949 if (*(data + i) != *(data2 + i)) 8481 if (*(data + i) != *(data2 + i))
@@ -7986,7 +8518,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
7986( exit $ac_status ) 8518( exit $ac_status )
7987ac_cv_func_mmap_fixed_mapped=no 8519ac_cv_func_mmap_fixed_mapped=no
7988fi 8520fi
7989rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 8521rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7990fi 8522fi
7991fi 8523fi
7992echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5 8524echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5
@@ -8015,7 +8547,6 @@ else
8015 ac_check_lib_save_LIBS=$LIBS 8547 ac_check_lib_save_LIBS=$LIBS
8016LIBS="-ldnet $LIBS" 8548LIBS="-ldnet $LIBS"
8017cat >conftest.$ac_ext <<_ACEOF 8549cat >conftest.$ac_ext <<_ACEOF
8018#line $LINENO "configure"
8019/* confdefs.h. */ 8550/* confdefs.h. */
8020_ACEOF 8551_ACEOF
8021cat confdefs.h >>conftest.$ac_ext 8552cat confdefs.h >>conftest.$ac_ext
@@ -8039,11 +8570,21 @@ dnet_ntoa ();
8039_ACEOF 8570_ACEOF
8040rm -f conftest.$ac_objext conftest$ac_exeext 8571rm -f conftest.$ac_objext conftest$ac_exeext
8041if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8572if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8042 (eval $ac_link) 2>&5 8573 (eval $ac_link) 2>conftest.er1
8043 ac_status=$? 8574 ac_status=$?
8575 grep -v '^ *+' conftest.er1 >conftest.err
8576 rm -f conftest.er1
8577 cat conftest.err >&5
8044 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8045 (exit $ac_status); } && 8579 (exit $ac_status); } &&
8046 { ac_try='test -s conftest$ac_exeext' 8580 { ac_try='test -z "$ac_c_werror_flag"
8581 || test ! -s conftest.err'
8582 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8583 (eval $ac_try) 2>&5
8584 ac_status=$?
8585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8586 (exit $ac_status); }; } &&
8587 { ac_try='test -s conftest$ac_exeext'
8047 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8588 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8048 (eval $ac_try) 2>&5 8589 (eval $ac_try) 2>&5
8049 ac_status=$? 8590 ac_status=$?
@@ -8056,7 +8597,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
8056 8597
8057ac_cv_lib_dnet_dnet_ntoa=no 8598ac_cv_lib_dnet_dnet_ntoa=no
8058fi 8599fi
8059rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8600rm -f conftest.err conftest.$ac_objext \
8601 conftest$ac_exeext conftest.$ac_ext
8060LIBS=$ac_check_lib_save_LIBS 8602LIBS=$ac_check_lib_save_LIBS
8061fi 8603fi
8062echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 8604echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
@@ -8079,7 +8621,6 @@ else
8079 ac_check_lib_save_LIBS=$LIBS 8621 ac_check_lib_save_LIBS=$LIBS
8080LIBS="-lXbsd $LIBS" 8622LIBS="-lXbsd $LIBS"
8081cat >conftest.$ac_ext <<_ACEOF 8623cat >conftest.$ac_ext <<_ACEOF
8082#line $LINENO "configure"
8083/* confdefs.h. */ 8624/* confdefs.h. */
8084_ACEOF 8625_ACEOF
8085cat confdefs.h >>conftest.$ac_ext 8626cat confdefs.h >>conftest.$ac_ext
@@ -8097,11 +8638,21 @@ main ();
8097_ACEOF 8638_ACEOF
8098rm -f conftest.$ac_objext conftest$ac_exeext 8639rm -f conftest.$ac_objext conftest$ac_exeext
8099if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8640if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8100 (eval $ac_link) 2>&5 8641 (eval $ac_link) 2>conftest.er1
8101 ac_status=$? 8642 ac_status=$?
8643 grep -v '^ *+' conftest.er1 >conftest.err
8644 rm -f conftest.er1
8645 cat conftest.err >&5
8102 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8103 (exit $ac_status); } && 8647 (exit $ac_status); } &&
8104 { ac_try='test -s conftest$ac_exeext' 8648 { ac_try='test -z "$ac_c_werror_flag"
8649 || test ! -s conftest.err'
8650 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8651 (eval $ac_try) 2>&5
8652 ac_status=$?
8653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8654 (exit $ac_status); }; } &&
8655 { ac_try='test -s conftest$ac_exeext'
8105 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8656 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8106 (eval $ac_try) 2>&5 8657 (eval $ac_try) 2>&5
8107 ac_status=$? 8658 ac_status=$?
@@ -8114,7 +8665,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
8114 8665
8115ac_cv_lib_Xbsd_main=no 8666ac_cv_lib_Xbsd_main=no
8116fi 8667fi
8117rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8668rm -f conftest.err conftest.$ac_objext \
8669 conftest$ac_exeext conftest.$ac_ext
8118LIBS=$ac_check_lib_save_LIBS 8670LIBS=$ac_check_lib_save_LIBS
8119fi 8671fi
8120echo "$as_me:$LINENO: result: $ac_cv_lib_Xbsd_main" >&5 8672echo "$as_me:$LINENO: result: $ac_cv_lib_Xbsd_main" >&5
@@ -8133,7 +8685,6 @@ else
8133 ac_check_lib_save_LIBS=$LIBS 8685 ac_check_lib_save_LIBS=$LIBS
8134LIBS="-lpthreads $LIBS" 8686LIBS="-lpthreads $LIBS"
8135cat >conftest.$ac_ext <<_ACEOF 8687cat >conftest.$ac_ext <<_ACEOF
8136#line $LINENO "configure"
8137/* confdefs.h. */ 8688/* confdefs.h. */
8138_ACEOF 8689_ACEOF
8139cat confdefs.h >>conftest.$ac_ext 8690cat confdefs.h >>conftest.$ac_ext
@@ -8157,11 +8708,21 @@ cma_open ();
8157_ACEOF 8708_ACEOF
8158rm -f conftest.$ac_objext conftest$ac_exeext 8709rm -f conftest.$ac_objext conftest$ac_exeext
8159if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8710if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8160 (eval $ac_link) 2>&5 8711 (eval $ac_link) 2>conftest.er1
8161 ac_status=$? 8712 ac_status=$?
8713 grep -v '^ *+' conftest.er1 >conftest.err
8714 rm -f conftest.er1
8715 cat conftest.err >&5
8162 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8163 (exit $ac_status); } && 8717 (exit $ac_status); } &&
8164 { ac_try='test -s conftest$ac_exeext' 8718 { ac_try='test -z "$ac_c_werror_flag"
8719 || test ! -s conftest.err'
8720 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8721 (eval $ac_try) 2>&5
8722 ac_status=$?
8723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8724 (exit $ac_status); }; } &&
8725 { ac_try='test -s conftest$ac_exeext'
8165 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8726 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8166 (eval $ac_try) 2>&5 8727 (eval $ac_try) 2>&5
8167 ac_status=$? 8728 ac_status=$?
@@ -8174,7 +8735,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
8174 8735
8175ac_cv_lib_pthreads_cma_open=no 8736ac_cv_lib_pthreads_cma_open=no
8176fi 8737fi
8177rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8738rm -f conftest.err conftest.$ac_objext \
8739 conftest$ac_exeext conftest.$ac_ext
8178LIBS=$ac_check_lib_save_LIBS 8740LIBS=$ac_check_lib_save_LIBS
8179fi 8741fi
8180echo "$as_me:$LINENO: result: $ac_cv_lib_pthreads_cma_open" >&5 8742echo "$as_me:$LINENO: result: $ac_cv_lib_pthreads_cma_open" >&5
@@ -8216,7 +8778,6 @@ else
8216 8778
8217 LDFLAGS=$LDFLAGS\ $gdb_cv_bigtoc 8779 LDFLAGS=$LDFLAGS\ $gdb_cv_bigtoc
8218 cat >conftest.$ac_ext <<_ACEOF 8780 cat >conftest.$ac_ext <<_ACEOF
8219#line $LINENO "configure"
8220/* confdefs.h. */ 8781/* confdefs.h. */
8221_ACEOF 8782_ACEOF
8222cat confdefs.h >>conftest.$ac_ext 8783cat confdefs.h >>conftest.$ac_ext
@@ -8233,11 +8794,21 @@ int i;
8233_ACEOF 8794_ACEOF
8234rm -f conftest.$ac_objext conftest$ac_exeext 8795rm -f conftest.$ac_objext conftest$ac_exeext
8235if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8796if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8236 (eval $ac_link) 2>&5 8797 (eval $ac_link) 2>conftest.er1
8237 ac_status=$? 8798 ac_status=$?
8799 grep -v '^ *+' conftest.er1 >conftest.err
8800 rm -f conftest.er1
8801 cat conftest.err >&5
8238 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8239 (exit $ac_status); } && 8803 (exit $ac_status); } &&
8240 { ac_try='test -s conftest$ac_exeext' 8804 { ac_try='test -z "$ac_c_werror_flag"
8805 || test ! -s conftest.err'
8806 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8807 (eval $ac_try) 2>&5
8808 ac_status=$?
8809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8810 (exit $ac_status); }; } &&
8811 { ac_try='test -s conftest$ac_exeext'
8241 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8812 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8242 (eval $ac_try) 2>&5 8813 (eval $ac_try) 2>&5
8243 ac_status=$? 8814 ac_status=$?
@@ -8250,7 +8821,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
8250 8821
8251gdb_cv_bigtoc= 8822gdb_cv_bigtoc=
8252fi 8823fi
8253rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8824rm -f conftest.err conftest.$ac_objext \
8825 conftest$ac_exeext conftest.$ac_ext
8254 8826
8255fi 8827fi
8256echo "$as_me:$LINENO: result: $gdb_cv_bigtoc" >&5 8828echo "$as_me:$LINENO: result: $gdb_cv_bigtoc" >&5
@@ -8284,7 +8856,6 @@ if test "${HAVE_X11}" = "yes"; then
8284 echo "$as_me:$LINENO: checking whether X on GNU/Linux needs -b to link" >&5 8856 echo "$as_me:$LINENO: checking whether X on GNU/Linux needs -b to link" >&5
8285echo $ECHO_N "checking whether X on GNU/Linux needs -b to link... $ECHO_C" >&6 8857echo $ECHO_N "checking whether X on GNU/Linux needs -b to link... $ECHO_C" >&6
8286 cat >conftest.$ac_ext <<_ACEOF 8858 cat >conftest.$ac_ext <<_ACEOF
8287#line $LINENO "configure"
8288/* confdefs.h. */ 8859/* confdefs.h. */
8289_ACEOF 8860_ACEOF
8290cat confdefs.h >>conftest.$ac_ext 8861cat confdefs.h >>conftest.$ac_ext
@@ -8301,11 +8872,21 @@ XOpenDisplay ("foo");
8301_ACEOF 8872_ACEOF
8302rm -f conftest.$ac_objext conftest$ac_exeext 8873rm -f conftest.$ac_objext conftest$ac_exeext
8303if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8874if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8304 (eval $ac_link) 2>&5 8875 (eval $ac_link) 2>conftest.er1
8305 ac_status=$? 8876 ac_status=$?
8877 grep -v '^ *+' conftest.er1 >conftest.err
8878 rm -f conftest.er1
8879 cat conftest.err >&5
8306 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8307 (exit $ac_status); } && 8881 (exit $ac_status); } &&
8308 { ac_try='test -s conftest$ac_exeext' 8882 { ac_try='test -z "$ac_c_werror_flag"
8883 || test ! -s conftest.err'
8884 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8885 (eval $ac_try) 2>&5
8886 ac_status=$?
8887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8888 (exit $ac_status); }; } &&
8889 { ac_try='test -s conftest$ac_exeext'
8309 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8890 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8310 (eval $ac_try) 2>&5 8891 (eval $ac_try) 2>&5
8311 ac_status=$? 8892 ac_status=$?
@@ -8318,7 +8899,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
8318 8899
8319xlinux_first_failure=yes 8900xlinux_first_failure=yes
8320fi 8901fi
8321rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8902rm -f conftest.err conftest.$ac_objext \
8903 conftest$ac_exeext conftest.$ac_ext
8322 if test "${xlinux_first_failure}" = "yes"; then 8904 if test "${xlinux_first_failure}" = "yes"; then
8323 OLD_LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE" 8905 OLD_LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE"
8324 OLD_C_SWITCH_X_SITE="$C_SWITCH_X_SITE" 8906 OLD_C_SWITCH_X_SITE="$C_SWITCH_X_SITE"
@@ -8329,7 +8911,6 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8329 CPPFLAGS="$CPPFLAGS -b i486-linuxaout" 8911 CPPFLAGS="$CPPFLAGS -b i486-linuxaout"
8330 LIBS="$LIBS -b i486-linuxaout" 8912 LIBS="$LIBS -b i486-linuxaout"
8331 cat >conftest.$ac_ext <<_ACEOF 8913 cat >conftest.$ac_ext <<_ACEOF
8332#line $LINENO "configure"
8333/* confdefs.h. */ 8914/* confdefs.h. */
8334_ACEOF 8915_ACEOF
8335cat confdefs.h >>conftest.$ac_ext 8916cat confdefs.h >>conftest.$ac_ext
@@ -8346,11 +8927,21 @@ XOpenDisplay ("foo");
8346_ACEOF 8927_ACEOF
8347rm -f conftest.$ac_objext conftest$ac_exeext 8928rm -f conftest.$ac_objext conftest$ac_exeext
8348if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8929if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8349 (eval $ac_link) 2>&5 8930 (eval $ac_link) 2>conftest.er1
8350 ac_status=$? 8931 ac_status=$?
8932 grep -v '^ *+' conftest.er1 >conftest.err
8933 rm -f conftest.er1
8934 cat conftest.err >&5
8351 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8352 (exit $ac_status); } && 8936 (exit $ac_status); } &&
8353 { ac_try='test -s conftest$ac_exeext' 8937 { ac_try='test -z "$ac_c_werror_flag"
8938 || test ! -s conftest.err'
8939 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8940 (eval $ac_try) 2>&5
8941 ac_status=$?
8942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8943 (exit $ac_status); }; } &&
8944 { ac_try='test -s conftest$ac_exeext'
8354 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8945 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8355 (eval $ac_try) 2>&5 8946 (eval $ac_try) 2>&5
8356 ac_status=$? 8947 ac_status=$?
@@ -8363,7 +8954,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
8363 8954
8364xlinux_second_failure=yes 8955xlinux_second_failure=yes
8365fi 8956fi
8366rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8957rm -f conftest.err conftest.$ac_objext \
8958 conftest$ac_exeext conftest.$ac_ext
8367 if test "${xlinux_second_failure}" = "yes"; then 8959 if test "${xlinux_second_failure}" = "yes"; then
8368 # If we get the same failure with -b, there is no use adding -b. 8960 # If we get the same failure with -b, there is no use adding -b.
8369 # So take it out. This plays safe. 8961 # So take it out. This plays safe.
@@ -8388,7 +8980,6 @@ echo "${ECHO_T}no" >&6
8388 echo "$as_me:$LINENO: checking for Xkb" >&5 8980 echo "$as_me:$LINENO: checking for Xkb" >&5
8389echo $ECHO_N "checking for Xkb... $ECHO_C" >&6 8981echo $ECHO_N "checking for Xkb... $ECHO_C" >&6
8390 cat >conftest.$ac_ext <<_ACEOF 8982 cat >conftest.$ac_ext <<_ACEOF
8391#line $LINENO "configure"
8392/* confdefs.h. */ 8983/* confdefs.h. */
8393_ACEOF 8984_ACEOF
8394cat confdefs.h >>conftest.$ac_ext 8985cat confdefs.h >>conftest.$ac_ext
@@ -8406,11 +8997,21 @@ XkbDescPtr kb = XkbGetKeyboard (0, XkbAllComponentsMask, XkbUseCoreKbd);
8406_ACEOF 8997_ACEOF
8407rm -f conftest.$ac_objext conftest$ac_exeext 8998rm -f conftest.$ac_objext conftest$ac_exeext
8408if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8999if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8409 (eval $ac_link) 2>&5 9000 (eval $ac_link) 2>conftest.er1
8410 ac_status=$? 9001 ac_status=$?
9002 grep -v '^ *+' conftest.er1 >conftest.err
9003 rm -f conftest.er1
9004 cat conftest.err >&5
8411 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8412 (exit $ac_status); } && 9006 (exit $ac_status); } &&
8413 { ac_try='test -s conftest$ac_exeext' 9007 { ac_try='test -z "$ac_c_werror_flag"
9008 || test ! -s conftest.err'
9009 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9010 (eval $ac_try) 2>&5
9011 ac_status=$?
9012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9013 (exit $ac_status); }; } &&
9014 { ac_try='test -s conftest$ac_exeext'
8414 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9015 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8415 (eval $ac_try) 2>&5 9016 (eval $ac_try) 2>&5
8416 ac_status=$? 9017 ac_status=$?
@@ -8423,7 +9024,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
8423 9024
8424emacs_xkb=no 9025emacs_xkb=no
8425fi 9026fi
8426rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9027rm -f conftest.err conftest.$ac_objext \
9028 conftest$ac_exeext conftest.$ac_ext
8427 echo "$as_me:$LINENO: result: $emacs_xkb" >&5 9029 echo "$as_me:$LINENO: result: $emacs_xkb" >&5
8428echo "${ECHO_T}$emacs_xkb" >&6 9030echo "${ECHO_T}$emacs_xkb" >&6
8429 if test $emacs_xkb = yes; then 9031 if test $emacs_xkb = yes; then
@@ -8448,21 +9050,28 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
8448 echo $ECHO_N "(cached) $ECHO_C" >&6 9050 echo $ECHO_N "(cached) $ECHO_C" >&6
8449else 9051else
8450 cat >conftest.$ac_ext <<_ACEOF 9052 cat >conftest.$ac_ext <<_ACEOF
8451#line $LINENO "configure"
8452/* confdefs.h. */ 9053/* confdefs.h. */
8453_ACEOF 9054_ACEOF
8454cat confdefs.h >>conftest.$ac_ext 9055cat confdefs.h >>conftest.$ac_ext
8455cat >>conftest.$ac_ext <<_ACEOF 9056cat >>conftest.$ac_ext <<_ACEOF
8456/* end confdefs.h. */ 9057/* end confdefs.h. */
9058/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
9059 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9060#define $ac_func innocuous_$ac_func
9061
8457/* System header to define __stub macros and hopefully few prototypes, 9062/* System header to define __stub macros and hopefully few prototypes,
8458 which can conflict with char $ac_func (); below. 9063 which can conflict with char $ac_func (); below.
8459 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 9064 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8460 <limits.h> exists even on freestanding compilers. */ 9065 <limits.h> exists even on freestanding compilers. */
9066
8461#ifdef __STDC__ 9067#ifdef __STDC__
8462# include <limits.h> 9068# include <limits.h>
8463#else 9069#else
8464# include <assert.h> 9070# include <assert.h>
8465#endif 9071#endif
9072
9073#undef $ac_func
9074
8466/* Override any gcc2 internal prototype to avoid an error. */ 9075/* Override any gcc2 internal prototype to avoid an error. */
8467#ifdef __cplusplus 9076#ifdef __cplusplus
8468extern "C" 9077extern "C"
@@ -8493,11 +9102,21 @@ return f != $ac_func;
8493_ACEOF 9102_ACEOF
8494rm -f conftest.$ac_objext conftest$ac_exeext 9103rm -f conftest.$ac_objext conftest$ac_exeext
8495if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 9104if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8496 (eval $ac_link) 2>&5 9105 (eval $ac_link) 2>conftest.er1
8497 ac_status=$? 9106 ac_status=$?
9107 grep -v '^ *+' conftest.er1 >conftest.err
9108 rm -f conftest.er1
9109 cat conftest.err >&5
8498 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8499 (exit $ac_status); } && 9111 (exit $ac_status); } &&
8500 { ac_try='test -s conftest$ac_exeext' 9112 { ac_try='test -z "$ac_c_werror_flag"
9113 || test ! -s conftest.err'
9114 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9115 (eval $ac_try) 2>&5
9116 ac_status=$?
9117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9118 (exit $ac_status); }; } &&
9119 { ac_try='test -s conftest$ac_exeext'
8501 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9120 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8502 (eval $ac_try) 2>&5 9121 (eval $ac_try) 2>&5
8503 ac_status=$? 9122 ac_status=$?
@@ -8510,7 +9129,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
8510 9129
8511eval "$as_ac_var=no" 9130eval "$as_ac_var=no"
8512fi 9131fi
8513rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9132rm -f conftest.err conftest.$ac_objext \
9133 conftest$ac_exeext conftest.$ac_ext
8514fi 9134fi
8515echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 9135echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
8516echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 9136echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -8531,7 +9151,6 @@ echo $ECHO_N "checking X11 version 6... $ECHO_C" >&6
8531 echo $ECHO_N "(cached) $ECHO_C" >&6 9151 echo $ECHO_N "(cached) $ECHO_C" >&6
8532else 9152else
8533 cat >conftest.$ac_ext <<_ACEOF 9153 cat >conftest.$ac_ext <<_ACEOF
8534#line $LINENO "configure"
8535/* confdefs.h. */ 9154/* confdefs.h. */
8536_ACEOF 9155_ACEOF
8537cat confdefs.h >>conftest.$ac_ext 9156cat confdefs.h >>conftest.$ac_ext
@@ -8551,11 +9170,21 @@ fail;
8551_ACEOF 9170_ACEOF
8552rm -f conftest.$ac_objext conftest$ac_exeext 9171rm -f conftest.$ac_objext conftest$ac_exeext
8553if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 9172if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8554 (eval $ac_link) 2>&5 9173 (eval $ac_link) 2>conftest.er1
8555 ac_status=$? 9174 ac_status=$?
9175 grep -v '^ *+' conftest.er1 >conftest.err
9176 rm -f conftest.er1
9177 cat conftest.err >&5
8556 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8557 (exit $ac_status); } && 9179 (exit $ac_status); } &&
8558 { ac_try='test -s conftest$ac_exeext' 9180 { ac_try='test -z "$ac_c_werror_flag"
9181 || test ! -s conftest.err'
9182 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9183 (eval $ac_try) 2>&5
9184 ac_status=$?
9185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9186 (exit $ac_status); }; } &&
9187 { ac_try='test -s conftest$ac_exeext'
8559 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9188 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8560 (eval $ac_try) 2>&5 9189 (eval $ac_try) 2>&5
8561 ac_status=$? 9190 ac_status=$?
@@ -8568,7 +9197,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
8568 9197
8569emacs_cv_x11_version_6=no 9198emacs_cv_x11_version_6=no
8570fi 9199fi
8571rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9200rm -f conftest.err conftest.$ac_objext \
9201 conftest$ac_exeext conftest.$ac_ext
8572fi 9202fi
8573 9203
8574 if test $emacs_cv_x11_version_6 = yes; then 9204 if test $emacs_cv_x11_version_6 = yes; then
@@ -8592,7 +9222,6 @@ echo $ECHO_N "checking X11 version 5... $ECHO_C" >&6
8592 echo $ECHO_N "(cached) $ECHO_C" >&6 9222 echo $ECHO_N "(cached) $ECHO_C" >&6
8593else 9223else
8594 cat >conftest.$ac_ext <<_ACEOF 9224 cat >conftest.$ac_ext <<_ACEOF
8595#line $LINENO "configure"
8596/* confdefs.h. */ 9225/* confdefs.h. */
8597_ACEOF 9226_ACEOF
8598cat confdefs.h >>conftest.$ac_ext 9227cat confdefs.h >>conftest.$ac_ext
@@ -8612,11 +9241,21 @@ fail;
8612_ACEOF 9241_ACEOF
8613rm -f conftest.$ac_objext conftest$ac_exeext 9242rm -f conftest.$ac_objext conftest$ac_exeext
8614if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 9243if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8615 (eval $ac_link) 2>&5 9244 (eval $ac_link) 2>conftest.er1
8616 ac_status=$? 9245 ac_status=$?
9246 grep -v '^ *+' conftest.er1 >conftest.err
9247 rm -f conftest.er1
9248 cat conftest.err >&5
8617 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8618 (exit $ac_status); } && 9250 (exit $ac_status); } &&
8619 { ac_try='test -s conftest$ac_exeext' 9251 { ac_try='test -z "$ac_c_werror_flag"
9252 || test ! -s conftest.err'
9253 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9254 (eval $ac_try) 2>&5
9255 ac_status=$?
9256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9257 (exit $ac_status); }; } &&
9258 { ac_try='test -s conftest$ac_exeext'
8620 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9259 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8621 (eval $ac_try) 2>&5 9260 (eval $ac_try) 2>&5
8622 ac_status=$? 9261 ac_status=$?
@@ -8629,7 +9268,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
8629 9268
8630emacs_cv_x11_version_5=no 9269emacs_cv_x11_version_5=no
8631fi 9270fi
8632rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9271rm -f conftest.err conftest.$ac_objext \
9272 conftest$ac_exeext conftest.$ac_ext
8633fi 9273fi
8634 9274
8635 if test $emacs_cv_x11_version_5 = yes; then 9275 if test $emacs_cv_x11_version_5 = yes; then
@@ -8788,21 +9428,28 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
8788 echo $ECHO_N "(cached) $ECHO_C" >&6 9428 echo $ECHO_N "(cached) $ECHO_C" >&6
8789else 9429else
8790 cat >conftest.$ac_ext <<_ACEOF 9430 cat >conftest.$ac_ext <<_ACEOF
8791#line $LINENO "configure"
8792/* confdefs.h. */ 9431/* confdefs.h. */
8793_ACEOF 9432_ACEOF
8794cat confdefs.h >>conftest.$ac_ext 9433cat confdefs.h >>conftest.$ac_ext
8795cat >>conftest.$ac_ext <<_ACEOF 9434cat >>conftest.$ac_ext <<_ACEOF
8796/* end confdefs.h. */ 9435/* end confdefs.h. */
9436/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
9437 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9438#define $ac_func innocuous_$ac_func
9439
8797/* System header to define __stub macros and hopefully few prototypes, 9440/* System header to define __stub macros and hopefully few prototypes,
8798 which can conflict with char $ac_func (); below. 9441 which can conflict with char $ac_func (); below.
8799 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 9442 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8800 <limits.h> exists even on freestanding compilers. */ 9443 <limits.h> exists even on freestanding compilers. */
9444
8801#ifdef __STDC__ 9445#ifdef __STDC__
8802# include <limits.h> 9446# include <limits.h>
8803#else 9447#else
8804# include <assert.h> 9448# include <assert.h>
8805#endif 9449#endif
9450
9451#undef $ac_func
9452
8806/* Override any gcc2 internal prototype to avoid an error. */ 9453/* Override any gcc2 internal prototype to avoid an error. */
8807#ifdef __cplusplus 9454#ifdef __cplusplus
8808extern "C" 9455extern "C"
@@ -8833,11 +9480,21 @@ return f != $ac_func;
8833_ACEOF 9480_ACEOF
8834rm -f conftest.$ac_objext conftest$ac_exeext 9481rm -f conftest.$ac_objext conftest$ac_exeext
8835if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 9482if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8836 (eval $ac_link) 2>&5 9483 (eval $ac_link) 2>conftest.er1
8837 ac_status=$? 9484 ac_status=$?
9485 grep -v '^ *+' conftest.er1 >conftest.err
9486 rm -f conftest.er1
9487 cat conftest.err >&5
8838 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8839 (exit $ac_status); } && 9489 (exit $ac_status); } &&
8840 { ac_try='test -s conftest$ac_exeext' 9490 { ac_try='test -z "$ac_c_werror_flag"
9491 || test ! -s conftest.err'
9492 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9493 (eval $ac_try) 2>&5
9494 ac_status=$?
9495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9496 (exit $ac_status); }; } &&
9497 { ac_try='test -s conftest$ac_exeext'
8841 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9498 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8842 (eval $ac_try) 2>&5 9499 (eval $ac_try) 2>&5
8843 ac_status=$? 9500 ac_status=$?
@@ -8850,7 +9507,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
8850 9507
8851eval "$as_ac_var=no" 9508eval "$as_ac_var=no"
8852fi 9509fi
8853rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9510rm -f conftest.err conftest.$ac_objext \
9511 conftest$ac_exeext conftest.$ac_ext
8854fi 9512fi
8855echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 9513echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
8856echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 9514echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -8879,7 +9537,6 @@ echo $ECHO_N "checking X11 version 5 with Xaw... $ECHO_C" >&6
8879 echo $ECHO_N "(cached) $ECHO_C" >&6 9537 echo $ECHO_N "(cached) $ECHO_C" >&6
8880else 9538else
8881 cat >conftest.$ac_ext <<_ACEOF 9539 cat >conftest.$ac_ext <<_ACEOF
8882#line $LINENO "configure"
8883/* confdefs.h. */ 9540/* confdefs.h. */
8884_ACEOF 9541_ACEOF
8885cat confdefs.h >>conftest.$ac_ext 9542cat confdefs.h >>conftest.$ac_ext
@@ -8898,11 +9555,21 @@ main ()
8898_ACEOF 9555_ACEOF
8899rm -f conftest.$ac_objext conftest$ac_exeext 9556rm -f conftest.$ac_objext conftest$ac_exeext
8900if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 9557if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8901 (eval $ac_link) 2>&5 9558 (eval $ac_link) 2>conftest.er1
8902 ac_status=$? 9559 ac_status=$?
9560 grep -v '^ *+' conftest.er1 >conftest.err
9561 rm -f conftest.er1
9562 cat conftest.err >&5
8903 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8904 (exit $ac_status); } && 9564 (exit $ac_status); } &&
8905 { ac_try='test -s conftest$ac_exeext' 9565 { ac_try='test -z "$ac_c_werror_flag"
9566 || test ! -s conftest.err'
9567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9568 (eval $ac_try) 2>&5
9569 ac_status=$?
9570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9571 (exit $ac_status); }; } &&
9572 { ac_try='test -s conftest$ac_exeext'
8906 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9573 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8907 (eval $ac_try) 2>&5 9574 (eval $ac_try) 2>&5
8908 ac_status=$? 9575 ac_status=$?
@@ -8915,7 +9582,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
8915 9582
8916emacs_cv_x11_version_5_with_xaw=no 9583emacs_cv_x11_version_5_with_xaw=no
8917fi 9584fi
8918rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9585rm -f conftest.err conftest.$ac_objext \
9586 conftest$ac_exeext conftest.$ac_ext
8919fi 9587fi
8920 9588
8921 if test $emacs_cv_x11_version_5_with_xaw = yes; then 9589 if test $emacs_cv_x11_version_5_with_xaw = yes; then
@@ -8941,7 +9609,6 @@ echo $ECHO_N "checking X11 toolkit version... $ECHO_C" >&6
8941 echo $ECHO_N "(cached) $ECHO_C" >&6 9609 echo $ECHO_N "(cached) $ECHO_C" >&6
8942else 9610else
8943 cat >conftest.$ac_ext <<_ACEOF 9611 cat >conftest.$ac_ext <<_ACEOF
8944#line $LINENO "configure"
8945/* confdefs.h. */ 9612/* confdefs.h. */
8946_ACEOF 9613_ACEOF
8947cat confdefs.h >>conftest.$ac_ext 9614cat confdefs.h >>conftest.$ac_ext
@@ -8961,11 +9628,21 @@ fail;
8961_ACEOF 9628_ACEOF
8962rm -f conftest.$ac_objext conftest$ac_exeext 9629rm -f conftest.$ac_objext conftest$ac_exeext
8963if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 9630if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8964 (eval $ac_link) 2>&5 9631 (eval $ac_link) 2>conftest.er1
8965 ac_status=$? 9632 ac_status=$?
9633 grep -v '^ *+' conftest.er1 >conftest.err
9634 rm -f conftest.er1
9635 cat conftest.err >&5
8966 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8967 (exit $ac_status); } && 9637 (exit $ac_status); } &&
8968 { ac_try='test -s conftest$ac_exeext' 9638 { ac_try='test -z "$ac_c_werror_flag"
9639 || test ! -s conftest.err'
9640 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9641 (eval $ac_try) 2>&5
9642 ac_status=$?
9643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9644 (exit $ac_status); }; } &&
9645 { ac_try='test -s conftest$ac_exeext'
8969 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9646 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8970 (eval $ac_try) 2>&5 9647 (eval $ac_try) 2>&5
8971 ac_status=$? 9648 ac_status=$?
@@ -8978,7 +9655,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
8978 9655
8979emacs_cv_x11_toolkit_version_6=no 9656emacs_cv_x11_toolkit_version_6=no
8980fi 9657fi
8981rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9658rm -f conftest.err conftest.$ac_objext \
9659 conftest$ac_exeext conftest.$ac_ext
8982fi 9660fi
8983 9661
8984 HAVE_X11XTR6=$emacs_cv_x11_toolkit_version_6 9662 HAVE_X11XTR6=$emacs_cv_x11_toolkit_version_6
@@ -9010,7 +9688,6 @@ else
9010 ac_check_lib_save_LIBS=$LIBS 9688 ac_check_lib_save_LIBS=$LIBS
9011LIBS="-lXmu $LIBS" 9689LIBS="-lXmu $LIBS"
9012cat >conftest.$ac_ext <<_ACEOF 9690cat >conftest.$ac_ext <<_ACEOF
9013#line $LINENO "configure"
9014/* confdefs.h. */ 9691/* confdefs.h. */
9015_ACEOF 9692_ACEOF
9016cat confdefs.h >>conftest.$ac_ext 9693cat confdefs.h >>conftest.$ac_ext
@@ -9034,11 +9711,21 @@ XmuConvertStandardSelection ();
9034_ACEOF 9711_ACEOF
9035rm -f conftest.$ac_objext conftest$ac_exeext 9712rm -f conftest.$ac_objext conftest$ac_exeext
9036if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 9713if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9037 (eval $ac_link) 2>&5 9714 (eval $ac_link) 2>conftest.er1
9038 ac_status=$? 9715 ac_status=$?
9716 grep -v '^ *+' conftest.er1 >conftest.err
9717 rm -f conftest.er1
9718 cat conftest.err >&5
9039 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9040 (exit $ac_status); } && 9720 (exit $ac_status); } &&
9041 { ac_try='test -s conftest$ac_exeext' 9721 { ac_try='test -z "$ac_c_werror_flag"
9722 || test ! -s conftest.err'
9723 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9724 (eval $ac_try) 2>&5
9725 ac_status=$?
9726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9727 (exit $ac_status); }; } &&
9728 { ac_try='test -s conftest$ac_exeext'
9042 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9729 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9043 (eval $ac_try) 2>&5 9730 (eval $ac_try) 2>&5
9044 ac_status=$? 9731 ac_status=$?
@@ -9051,7 +9738,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
9051 9738
9052ac_cv_lib_Xmu_XmuConvertStandardSelection=no 9739ac_cv_lib_Xmu_XmuConvertStandardSelection=no
9053fi 9740fi
9054rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9741rm -f conftest.err conftest.$ac_objext \
9742 conftest$ac_exeext conftest.$ac_ext
9055LIBS=$ac_check_lib_save_LIBS 9743LIBS=$ac_check_lib_save_LIBS
9056fi 9744fi
9057echo "$as_me:$LINENO: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5 9745echo "$as_me:$LINENO: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5
@@ -9080,7 +9768,6 @@ else
9080 ac_check_lib_save_LIBS=$LIBS 9768 ac_check_lib_save_LIBS=$LIBS
9081LIBS="-lXext $LIBS" 9769LIBS="-lXext $LIBS"
9082cat >conftest.$ac_ext <<_ACEOF 9770cat >conftest.$ac_ext <<_ACEOF
9083#line $LINENO "configure"
9084/* confdefs.h. */ 9771/* confdefs.h. */
9085_ACEOF 9772_ACEOF
9086cat confdefs.h >>conftest.$ac_ext 9773cat confdefs.h >>conftest.$ac_ext
@@ -9104,11 +9791,21 @@ XShapeQueryExtension ();
9104_ACEOF 9791_ACEOF
9105rm -f conftest.$ac_objext conftest$ac_exeext 9792rm -f conftest.$ac_objext conftest$ac_exeext
9106if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 9793if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9107 (eval $ac_link) 2>&5 9794 (eval $ac_link) 2>conftest.er1
9108 ac_status=$? 9795 ac_status=$?
9796 grep -v '^ *+' conftest.er1 >conftest.err
9797 rm -f conftest.er1
9798 cat conftest.err >&5
9109 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9110 (exit $ac_status); } && 9800 (exit $ac_status); } &&
9111 { ac_try='test -s conftest$ac_exeext' 9801 { ac_try='test -z "$ac_c_werror_flag"
9802 || test ! -s conftest.err'
9803 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9804 (eval $ac_try) 2>&5
9805 ac_status=$?
9806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9807 (exit $ac_status); }; } &&
9808 { ac_try='test -s conftest$ac_exeext'
9112 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9809 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9113 (eval $ac_try) 2>&5 9810 (eval $ac_try) 2>&5
9114 ac_status=$? 9811 ac_status=$?
@@ -9121,7 +9818,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
9121 9818
9122ac_cv_lib_Xext_XShapeQueryExtension=no 9819ac_cv_lib_Xext_XShapeQueryExtension=no
9123fi 9820fi
9124rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9821rm -f conftest.err conftest.$ac_objext \
9822 conftest$ac_exeext conftest.$ac_ext
9125LIBS=$ac_check_lib_save_LIBS 9823LIBS=$ac_check_lib_save_LIBS
9126fi 9824fi
9127echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5 9825echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
@@ -9152,7 +9850,6 @@ else
9152 CPPFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CPPFLAGS" 9850 CPPFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CPPFLAGS"
9153 CFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CFLAGS" 9851 CFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CFLAGS"
9154 cat >conftest.$ac_ext <<_ACEOF 9852 cat >conftest.$ac_ext <<_ACEOF
9155#line $LINENO "configure"
9156/* confdefs.h. */ 9853/* confdefs.h. */
9157_ACEOF 9854_ACEOF
9158cat confdefs.h >>conftest.$ac_ext 9855cat confdefs.h >>conftest.$ac_ext
@@ -9169,11 +9866,21 @@ int x = 5;
9169_ACEOF 9866_ACEOF
9170rm -f conftest.$ac_objext 9867rm -f conftest.$ac_objext
9171if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 9868if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9172 (eval $ac_compile) 2>&5 9869 (eval $ac_compile) 2>conftest.er1
9173 ac_status=$? 9870 ac_status=$?
9871 grep -v '^ *+' conftest.er1 >conftest.err
9872 rm -f conftest.er1
9873 cat conftest.err >&5
9174 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9175 (exit $ac_status); } && 9875 (exit $ac_status); } &&
9176 { ac_try='test -s conftest.$ac_objext' 9876 { ac_try='test -z "$ac_c_werror_flag"
9877 || test ! -s conftest.err'
9878 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9879 (eval $ac_try) 2>&5
9880 ac_status=$?
9881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9882 (exit $ac_status); }; } &&
9883 { ac_try='test -s conftest.$ac_objext'
9177 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9884 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9178 (eval $ac_try) 2>&5 9885 (eval $ac_try) 2>&5
9179 ac_status=$? 9886 ac_status=$?
@@ -9186,7 +9893,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
9186 9893
9187emacs_cv_lesstif=no 9894emacs_cv_lesstif=no
9188fi 9895fi
9189rm -f conftest.$ac_objext conftest.$ac_ext 9896rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9190fi 9897fi
9191echo "$as_me:$LINENO: result: $emacs_cv_lesstif" >&5 9898echo "$as_me:$LINENO: result: $emacs_cv_lesstif" >&5
9192echo "${ECHO_T}$emacs_cv_lesstif" >&6 9899echo "${ECHO_T}$emacs_cv_lesstif" >&6
@@ -9208,7 +9915,6 @@ if test "${emacs_cv_motif_version_2_1+set}" = set; then
9208 echo $ECHO_N "(cached) $ECHO_C" >&6 9915 echo $ECHO_N "(cached) $ECHO_C" >&6
9209else 9916else
9210 cat >conftest.$ac_ext <<_ACEOF 9917 cat >conftest.$ac_ext <<_ACEOF
9211#line $LINENO "configure"
9212/* confdefs.h. */ 9918/* confdefs.h. */
9213_ACEOF 9919_ACEOF
9214cat confdefs.h >>conftest.$ac_ext 9920cat confdefs.h >>conftest.$ac_ext
@@ -9229,11 +9935,21 @@ Motif version prior to 2.1.
9229_ACEOF 9935_ACEOF
9230rm -f conftest.$ac_objext 9936rm -f conftest.$ac_objext
9231if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 9937if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9232 (eval $ac_compile) 2>&5 9938 (eval $ac_compile) 2>conftest.er1
9233 ac_status=$? 9939 ac_status=$?
9940 grep -v '^ *+' conftest.er1 >conftest.err
9941 rm -f conftest.er1
9942 cat conftest.err >&5
9234 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9235 (exit $ac_status); } && 9944 (exit $ac_status); } &&
9236 { ac_try='test -s conftest.$ac_objext' 9945 { ac_try='test -z "$ac_c_werror_flag"
9946 || test ! -s conftest.err'
9947 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9948 (eval $ac_try) 2>&5
9949 ac_status=$?
9950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9951 (exit $ac_status); }; } &&
9952 { ac_try='test -s conftest.$ac_objext'
9237 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9953 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9238 (eval $ac_try) 2>&5 9954 (eval $ac_try) 2>&5
9239 ac_status=$? 9955 ac_status=$?
@@ -9246,7 +9962,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
9246 9962
9247emacs_cv_motif_version_2_1=no 9963emacs_cv_motif_version_2_1=no
9248fi 9964fi
9249rm -f conftest.$ac_objext conftest.$ac_ext 9965rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9250fi 9966fi
9251echo "$as_me:$LINENO: result: $emacs_cv_motif_version_2_1" >&5 9967echo "$as_me:$LINENO: result: $emacs_cv_motif_version_2_1" >&5
9252echo "${ECHO_T}$emacs_cv_motif_version_2_1" >&6 9968echo "${ECHO_T}$emacs_cv_motif_version_2_1" >&6
@@ -9266,7 +9982,6 @@ else
9266 ac_check_lib_save_LIBS=$LIBS 9982 ac_check_lib_save_LIBS=$LIBS
9267LIBS="-lXp $LIBS" 9983LIBS="-lXp $LIBS"
9268cat >conftest.$ac_ext <<_ACEOF 9984cat >conftest.$ac_ext <<_ACEOF
9269#line $LINENO "configure"
9270/* confdefs.h. */ 9985/* confdefs.h. */
9271_ACEOF 9986_ACEOF
9272cat confdefs.h >>conftest.$ac_ext 9987cat confdefs.h >>conftest.$ac_ext
@@ -9290,11 +10005,21 @@ XpCreateContext ();
9290_ACEOF 10005_ACEOF
9291rm -f conftest.$ac_objext conftest$ac_exeext 10006rm -f conftest.$ac_objext conftest$ac_exeext
9292if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 10007if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9293 (eval $ac_link) 2>&5 10008 (eval $ac_link) 2>conftest.er1
9294 ac_status=$? 10009 ac_status=$?
10010 grep -v '^ *+' conftest.er1 >conftest.err
10011 rm -f conftest.er1
10012 cat conftest.err >&5
9295 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9296 (exit $ac_status); } && 10014 (exit $ac_status); } &&
9297 { ac_try='test -s conftest$ac_exeext' 10015 { ac_try='test -z "$ac_c_werror_flag"
10016 || test ! -s conftest.err'
10017 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10018 (eval $ac_try) 2>&5
10019 ac_status=$?
10020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10021 (exit $ac_status); }; } &&
10022 { ac_try='test -s conftest$ac_exeext'
9298 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10023 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9299 (eval $ac_try) 2>&5 10024 (eval $ac_try) 2>&5
9300 ac_status=$? 10025 ac_status=$?
@@ -9307,7 +10032,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
9307 10032
9308ac_cv_lib_Xp_XpCreateContext=no 10033ac_cv_lib_Xp_XpCreateContext=no
9309fi 10034fi
9310rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10035rm -f conftest.err conftest.$ac_objext \
10036 conftest$ac_exeext conftest.$ac_ext
9311LIBS=$ac_check_lib_save_LIBS 10037LIBS=$ac_check_lib_save_LIBS
9312fi 10038fi
9313echo "$as_me:$LINENO: result: $ac_cv_lib_Xp_XpCreateContext" >&5 10039echo "$as_me:$LINENO: result: $ac_cv_lib_Xp_XpCreateContext" >&5
@@ -9336,7 +10062,6 @@ if test "${ac_cv_header_X11_Xaw3d_Scrollbar_h+set}" = set; then
9336 echo $ECHO_N "(cached) $ECHO_C" >&6 10062 echo $ECHO_N "(cached) $ECHO_C" >&6
9337else 10063else
9338 cat >conftest.$ac_ext <<_ACEOF 10064 cat >conftest.$ac_ext <<_ACEOF
9339#line $LINENO "configure"
9340/* confdefs.h. */ 10065/* confdefs.h. */
9341_ACEOF 10066_ACEOF
9342cat confdefs.h >>conftest.$ac_ext 10067cat confdefs.h >>conftest.$ac_ext
@@ -9354,6 +10079,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9354 (exit $ac_status); } >/dev/null; then 10079 (exit $ac_status); } >/dev/null; then
9355 if test -s conftest.err; then 10080 if test -s conftest.err; then
9356 ac_cpp_err=$ac_c_preproc_warn_flag 10081 ac_cpp_err=$ac_c_preproc_warn_flag
10082 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
9357 else 10083 else
9358 ac_cpp_err= 10084 ac_cpp_err=
9359 fi 10085 fi
@@ -9381,7 +10107,6 @@ else
9381 ac_check_lib_save_LIBS=$LIBS 10107 ac_check_lib_save_LIBS=$LIBS
9382LIBS="-lXaw3d $LIBS" 10108LIBS="-lXaw3d $LIBS"
9383cat >conftest.$ac_ext <<_ACEOF 10109cat >conftest.$ac_ext <<_ACEOF
9384#line $LINENO "configure"
9385/* confdefs.h. */ 10110/* confdefs.h. */
9386_ACEOF 10111_ACEOF
9387cat confdefs.h >>conftest.$ac_ext 10112cat confdefs.h >>conftest.$ac_ext
@@ -9405,11 +10130,21 @@ XawScrollbarSetThumb ();
9405_ACEOF 10130_ACEOF
9406rm -f conftest.$ac_objext conftest$ac_exeext 10131rm -f conftest.$ac_objext conftest$ac_exeext
9407if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 10132if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9408 (eval $ac_link) 2>&5 10133 (eval $ac_link) 2>conftest.er1
9409 ac_status=$? 10134 ac_status=$?
10135 grep -v '^ *+' conftest.er1 >conftest.err
10136 rm -f conftest.er1
10137 cat conftest.err >&5
9410 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9411 (exit $ac_status); } && 10139 (exit $ac_status); } &&
9412 { ac_try='test -s conftest$ac_exeext' 10140 { ac_try='test -z "$ac_c_werror_flag"
10141 || test ! -s conftest.err'
10142 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10143 (eval $ac_try) 2>&5
10144 ac_status=$?
10145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10146 (exit $ac_status); }; } &&
10147 { ac_try='test -s conftest$ac_exeext'
9413 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10148 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9414 (eval $ac_try) 2>&5 10149 (eval $ac_try) 2>&5
9415 ac_status=$? 10150 ac_status=$?
@@ -9422,7 +10157,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
9422 10157
9423ac_cv_lib_Xaw3d_XawScrollbarSetThumb=no 10158ac_cv_lib_Xaw3d_XawScrollbarSetThumb=no
9424fi 10159fi
9425rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10160rm -f conftest.err conftest.$ac_objext \
10161 conftest$ac_exeext conftest.$ac_ext
9426LIBS=$ac_check_lib_save_LIBS 10162LIBS=$ac_check_lib_save_LIBS
9427fi 10163fi
9428echo "$as_me:$LINENO: result: $ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&5 10164echo "$as_me:$LINENO: result: $ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&5
@@ -9473,7 +10209,6 @@ _ACEOF
9473fi 10209fi
9474 10210
9475cat >conftest.$ac_ext <<_ACEOF 10211cat >conftest.$ac_ext <<_ACEOF
9476#line $LINENO "configure"
9477/* confdefs.h. */ 10212/* confdefs.h. */
9478_ACEOF 10213_ACEOF
9479cat confdefs.h >>conftest.$ac_ext 10214cat confdefs.h >>conftest.$ac_ext
@@ -9492,11 +10227,21 @@ XIMProc callback;
9492_ACEOF 10227_ACEOF
9493rm -f conftest.$ac_objext 10228rm -f conftest.$ac_objext
9494if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 10229if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9495 (eval $ac_compile) 2>&5 10230 (eval $ac_compile) 2>conftest.er1
9496 ac_status=$? 10231 ac_status=$?
10232 grep -v '^ *+' conftest.er1 >conftest.err
10233 rm -f conftest.er1
10234 cat conftest.err >&5
9497 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9498 (exit $ac_status); } && 10236 (exit $ac_status); } &&
9499 { ac_try='test -s conftest.$ac_objext' 10237 { ac_try='test -z "$ac_c_werror_flag"
10238 || test ! -s conftest.err'
10239 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10240 (eval $ac_try) 2>&5
10241 ac_status=$?
10242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10243 (exit $ac_status); }; } &&
10244 { ac_try='test -s conftest.$ac_objext'
9500 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10245 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9501 (eval $ac_try) 2>&5 10246 (eval $ac_try) 2>&5
9502 ac_status=$? 10247 ac_status=$?
@@ -9514,7 +10259,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
9514 10259
9515HAVE_XIM=no 10260HAVE_XIM=no
9516fi 10261fi
9517rm -f conftest.$ac_objext conftest.$ac_ext 10262rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9518 10263
9519 10264
9520if test "${with_xim}" != "no"; then 10265if test "${with_xim}" != "no"; then
@@ -9532,7 +10277,6 @@ if test "${HAVE_XIM}" != "no"; then
9532 CFLAGS="$CFLAGS --pedantic-errors" 10277 CFLAGS="$CFLAGS --pedantic-errors"
9533 fi 10278 fi
9534 cat >conftest.$ac_ext <<_ACEOF 10279 cat >conftest.$ac_ext <<_ACEOF
9535#line $LINENO "configure"
9536/* confdefs.h. */ 10280/* confdefs.h. */
9537_ACEOF 10281_ACEOF
9538cat confdefs.h >>conftest.$ac_ext 10282cat confdefs.h >>conftest.$ac_ext
@@ -9564,11 +10308,21 @@ extern Bool XRegisterIMInstantiateCallback(Display*, XrmDatabase, char*,
9564_ACEOF 10308_ACEOF
9565rm -f conftest.$ac_objext 10309rm -f conftest.$ac_objext
9566if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 10310if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9567 (eval $ac_compile) 2>&5 10311 (eval $ac_compile) 2>conftest.er1
9568 ac_status=$? 10312 ac_status=$?
10313 grep -v '^ *+' conftest.er1 >conftest.err
10314 rm -f conftest.er1
10315 cat conftest.err >&5
9569 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9570 (exit $ac_status); } && 10317 (exit $ac_status); } &&
9571 { ac_try='test -s conftest.$ac_objext' 10318 { ac_try='test -z "$ac_c_werror_flag"
10319 || test ! -s conftest.err'
10320 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10321 (eval $ac_try) 2>&5
10322 ac_status=$?
10323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10324 (exit $ac_status); }; } &&
10325 { ac_try='test -s conftest.$ac_objext'
9572 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10326 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9573 (eval $ac_try) 2>&5 10327 (eval $ac_try) 2>&5
9574 ac_status=$? 10328 ac_status=$?
@@ -9580,7 +10334,7 @@ else
9580sed 's/^/| /' conftest.$ac_ext >&5 10334sed 's/^/| /' conftest.$ac_ext >&5
9581 10335
9582fi 10336fi
9583rm -f conftest.$ac_objext conftest.$ac_ext 10337rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9584 10338
9585 if test "$emacs_cv_arg6_star" = yes; then 10339 if test "$emacs_cv_arg6_star" = yes; then
9586 cat >>confdefs.h <<\_ACEOF 10340 cat >>confdefs.h <<\_ACEOF
@@ -9613,7 +10367,6 @@ else
9613echo "$as_me:$LINENO: checking X11/xpm.h usability" >&5 10367echo "$as_me:$LINENO: checking X11/xpm.h usability" >&5
9614echo $ECHO_N "checking X11/xpm.h usability... $ECHO_C" >&6 10368echo $ECHO_N "checking X11/xpm.h usability... $ECHO_C" >&6
9615cat >conftest.$ac_ext <<_ACEOF 10369cat >conftest.$ac_ext <<_ACEOF
9616#line $LINENO "configure"
9617/* confdefs.h. */ 10370/* confdefs.h. */
9618_ACEOF 10371_ACEOF
9619cat confdefs.h >>conftest.$ac_ext 10372cat confdefs.h >>conftest.$ac_ext
@@ -9624,11 +10377,21 @@ $ac_includes_default
9624_ACEOF 10377_ACEOF
9625rm -f conftest.$ac_objext 10378rm -f conftest.$ac_objext
9626if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 10379if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9627 (eval $ac_compile) 2>&5 10380 (eval $ac_compile) 2>conftest.er1
9628 ac_status=$? 10381 ac_status=$?
10382 grep -v '^ *+' conftest.er1 >conftest.err
10383 rm -f conftest.er1
10384 cat conftest.err >&5
9629 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9630 (exit $ac_status); } && 10386 (exit $ac_status); } &&
9631 { ac_try='test -s conftest.$ac_objext' 10387 { ac_try='test -z "$ac_c_werror_flag"
10388 || test ! -s conftest.err'
10389 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10390 (eval $ac_try) 2>&5
10391 ac_status=$?
10392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10393 (exit $ac_status); }; } &&
10394 { ac_try='test -s conftest.$ac_objext'
9632 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10395 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9633 (eval $ac_try) 2>&5 10396 (eval $ac_try) 2>&5
9634 ac_status=$? 10397 ac_status=$?
@@ -9641,7 +10404,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
9641 10404
9642ac_header_compiler=no 10405ac_header_compiler=no
9643fi 10406fi
9644rm -f conftest.$ac_objext conftest.$ac_ext 10407rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9645echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 10408echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9646echo "${ECHO_T}$ac_header_compiler" >&6 10409echo "${ECHO_T}$ac_header_compiler" >&6
9647 10410
@@ -9649,7 +10412,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
9649echo "$as_me:$LINENO: checking X11/xpm.h presence" >&5 10412echo "$as_me:$LINENO: checking X11/xpm.h presence" >&5
9650echo $ECHO_N "checking X11/xpm.h presence... $ECHO_C" >&6 10413echo $ECHO_N "checking X11/xpm.h presence... $ECHO_C" >&6
9651cat >conftest.$ac_ext <<_ACEOF 10414cat >conftest.$ac_ext <<_ACEOF
9652#line $LINENO "configure"
9653/* confdefs.h. */ 10415/* confdefs.h. */
9654_ACEOF 10416_ACEOF
9655cat confdefs.h >>conftest.$ac_ext 10417cat confdefs.h >>conftest.$ac_ext
@@ -9667,6 +10429,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9667 (exit $ac_status); } >/dev/null; then 10429 (exit $ac_status); } >/dev/null; then
9668 if test -s conftest.err; then 10430 if test -s conftest.err; then
9669 ac_cpp_err=$ac_c_preproc_warn_flag 10431 ac_cpp_err=$ac_c_preproc_warn_flag
10432 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
9670 else 10433 else
9671 ac_cpp_err= 10434 ac_cpp_err=
9672 fi 10435 fi
@@ -9686,33 +10449,32 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9686echo "${ECHO_T}$ac_header_preproc" >&6 10449echo "${ECHO_T}$ac_header_preproc" >&6
9687 10450
9688# So? What about this header? 10451# So? What about this header?
9689case $ac_header_compiler:$ac_header_preproc in 10452case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9690 yes:no ) 10453 yes:no: )
9691 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: accepted by the compiler, rejected by the preprocessor!" >&5 10454 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: accepted by the compiler, rejected by the preprocessor!" >&5
9692echo "$as_me: WARNING: X11/xpm.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 10455echo "$as_me: WARNING: X11/xpm.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
9693 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&5 10456 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the compiler's result" >&5
9694echo "$as_me: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&2;} 10457echo "$as_me: WARNING: X11/xpm.h: proceeding with the compiler's result" >&2;}
9695 ( 10458 ac_header_preproc=yes
9696 cat <<\_ASBOX
9697## ------------------------------------ ##
9698## Report this to bug-autoconf@gnu.org. ##
9699## ------------------------------------ ##
9700_ASBOX
9701 ) |
9702 sed "s/^/$as_me: WARNING: /" >&2
9703 ;; 10459 ;;
9704 no:yes ) 10460 no:yes:* )
9705 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: present but cannot be compiled" >&5 10461 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: present but cannot be compiled" >&5
9706echo "$as_me: WARNING: X11/xpm.h: present but cannot be compiled" >&2;} 10462echo "$as_me: WARNING: X11/xpm.h: present but cannot be compiled" >&2;}
9707 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: check for missing prerequisite headers?" >&5 10463 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: check for missing prerequisite headers?" >&5
9708echo "$as_me: WARNING: X11/xpm.h: check for missing prerequisite headers?" >&2;} 10464echo "$as_me: WARNING: X11/xpm.h: check for missing prerequisite headers?" >&2;}
10465 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: see the Autoconf documentation" >&5
10466echo "$as_me: WARNING: X11/xpm.h: see the Autoconf documentation" >&2;}
10467 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: section \"Present But Cannot Be Compiled\"" >&5
10468echo "$as_me: WARNING: X11/xpm.h: section \"Present But Cannot Be Compiled\"" >&2;}
9709 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&5 10469 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&5
9710echo "$as_me: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&2;} 10470echo "$as_me: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&2;}
10471 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: in the future, the compiler will take precedence" >&5
10472echo "$as_me: WARNING: X11/xpm.h: in the future, the compiler will take precedence" >&2;}
9711 ( 10473 (
9712 cat <<\_ASBOX 10474 cat <<\_ASBOX
9713## ------------------------------------ ## 10475## ------------------------------------------ ##
9714## Report this to bug-autoconf@gnu.org. ## 10476## Report this to the AC_PACKAGE_NAME lists. ##
9715## ------------------------------------ ## 10477## ------------------------------------------ ##
9716_ASBOX 10478_ASBOX
9717 ) | 10479 ) |
9718 sed "s/^/$as_me: WARNING: /" >&2 10480 sed "s/^/$as_me: WARNING: /" >&2
@@ -9738,7 +10500,6 @@ else
9738 ac_check_lib_save_LIBS=$LIBS 10500 ac_check_lib_save_LIBS=$LIBS
9739LIBS="-lXpm -lX11 $LIBS" 10501LIBS="-lXpm -lX11 $LIBS"
9740cat >conftest.$ac_ext <<_ACEOF 10502cat >conftest.$ac_ext <<_ACEOF
9741#line $LINENO "configure"
9742/* confdefs.h. */ 10503/* confdefs.h. */
9743_ACEOF 10504_ACEOF
9744cat confdefs.h >>conftest.$ac_ext 10505cat confdefs.h >>conftest.$ac_ext
@@ -9762,11 +10523,21 @@ XpmReadFileToPixmap ();
9762_ACEOF 10523_ACEOF
9763rm -f conftest.$ac_objext conftest$ac_exeext 10524rm -f conftest.$ac_objext conftest$ac_exeext
9764if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 10525if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9765 (eval $ac_link) 2>&5 10526 (eval $ac_link) 2>conftest.er1
9766 ac_status=$? 10527 ac_status=$?
10528 grep -v '^ *+' conftest.er1 >conftest.err
10529 rm -f conftest.er1
10530 cat conftest.err >&5
9767 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9768 (exit $ac_status); } && 10532 (exit $ac_status); } &&
9769 { ac_try='test -s conftest$ac_exeext' 10533 { ac_try='test -z "$ac_c_werror_flag"
10534 || test ! -s conftest.err'
10535 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10536 (eval $ac_try) 2>&5
10537 ac_status=$?
10538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10539 (exit $ac_status); }; } &&
10540 { ac_try='test -s conftest$ac_exeext'
9770 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10541 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9771 (eval $ac_try) 2>&5 10542 (eval $ac_try) 2>&5
9772 ac_status=$? 10543 ac_status=$?
@@ -9779,7 +10550,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
9779 10550
9780ac_cv_lib_Xpm_XpmReadFileToPixmap=no 10551ac_cv_lib_Xpm_XpmReadFileToPixmap=no
9781fi 10552fi
9782rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10553rm -f conftest.err conftest.$ac_objext \
10554 conftest$ac_exeext conftest.$ac_ext
9783LIBS=$ac_check_lib_save_LIBS 10555LIBS=$ac_check_lib_save_LIBS
9784fi 10556fi
9785echo "$as_me:$LINENO: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5 10557echo "$as_me:$LINENO: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5
@@ -9795,7 +10567,6 @@ fi
9795 echo "$as_me:$LINENO: checking for XpmReturnAllocPixels preprocessor define" >&5 10567 echo "$as_me:$LINENO: checking for XpmReturnAllocPixels preprocessor define" >&5
9796echo $ECHO_N "checking for XpmReturnAllocPixels preprocessor define... $ECHO_C" >&6 10568echo $ECHO_N "checking for XpmReturnAllocPixels preprocessor define... $ECHO_C" >&6
9797 cat >conftest.$ac_ext <<_ACEOF 10569 cat >conftest.$ac_ext <<_ACEOF
9798#line $LINENO "configure"
9799/* confdefs.h. */ 10570/* confdefs.h. */
9800_ACEOF 10571_ACEOF
9801cat confdefs.h >>conftest.$ac_ext 10572cat confdefs.h >>conftest.$ac_ext
@@ -9852,7 +10623,6 @@ else
9852echo "$as_me:$LINENO: checking jerror.h usability" >&5 10623echo "$as_me:$LINENO: checking jerror.h usability" >&5
9853echo $ECHO_N "checking jerror.h usability... $ECHO_C" >&6 10624echo $ECHO_N "checking jerror.h usability... $ECHO_C" >&6
9854cat >conftest.$ac_ext <<_ACEOF 10625cat >conftest.$ac_ext <<_ACEOF
9855#line $LINENO "configure"
9856/* confdefs.h. */ 10626/* confdefs.h. */
9857_ACEOF 10627_ACEOF
9858cat confdefs.h >>conftest.$ac_ext 10628cat confdefs.h >>conftest.$ac_ext
@@ -9863,11 +10633,21 @@ $ac_includes_default
9863_ACEOF 10633_ACEOF
9864rm -f conftest.$ac_objext 10634rm -f conftest.$ac_objext
9865if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 10635if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9866 (eval $ac_compile) 2>&5 10636 (eval $ac_compile) 2>conftest.er1
9867 ac_status=$? 10637 ac_status=$?
10638 grep -v '^ *+' conftest.er1 >conftest.err
10639 rm -f conftest.er1
10640 cat conftest.err >&5
9868 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9869 (exit $ac_status); } && 10642 (exit $ac_status); } &&
9870 { ac_try='test -s conftest.$ac_objext' 10643 { ac_try='test -z "$ac_c_werror_flag"
10644 || test ! -s conftest.err'
10645 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10646 (eval $ac_try) 2>&5
10647 ac_status=$?
10648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10649 (exit $ac_status); }; } &&
10650 { ac_try='test -s conftest.$ac_objext'
9871 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10651 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9872 (eval $ac_try) 2>&5 10652 (eval $ac_try) 2>&5
9873 ac_status=$? 10653 ac_status=$?
@@ -9880,7 +10660,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
9880 10660
9881ac_header_compiler=no 10661ac_header_compiler=no
9882fi 10662fi
9883rm -f conftest.$ac_objext conftest.$ac_ext 10663rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9884echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 10664echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9885echo "${ECHO_T}$ac_header_compiler" >&6 10665echo "${ECHO_T}$ac_header_compiler" >&6
9886 10666
@@ -9888,7 +10668,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
9888echo "$as_me:$LINENO: checking jerror.h presence" >&5 10668echo "$as_me:$LINENO: checking jerror.h presence" >&5
9889echo $ECHO_N "checking jerror.h presence... $ECHO_C" >&6 10669echo $ECHO_N "checking jerror.h presence... $ECHO_C" >&6
9890cat >conftest.$ac_ext <<_ACEOF 10670cat >conftest.$ac_ext <<_ACEOF
9891#line $LINENO "configure"
9892/* confdefs.h. */ 10671/* confdefs.h. */
9893_ACEOF 10672_ACEOF
9894cat confdefs.h >>conftest.$ac_ext 10673cat confdefs.h >>conftest.$ac_ext
@@ -9906,6 +10685,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9906 (exit $ac_status); } >/dev/null; then 10685 (exit $ac_status); } >/dev/null; then
9907 if test -s conftest.err; then 10686 if test -s conftest.err; then
9908 ac_cpp_err=$ac_c_preproc_warn_flag 10687 ac_cpp_err=$ac_c_preproc_warn_flag
10688 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
9909 else 10689 else
9910 ac_cpp_err= 10690 ac_cpp_err=
9911 fi 10691 fi
@@ -9925,33 +10705,32 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9925echo "${ECHO_T}$ac_header_preproc" >&6 10705echo "${ECHO_T}$ac_header_preproc" >&6
9926 10706
9927# So? What about this header? 10707# So? What about this header?
9928case $ac_header_compiler:$ac_header_preproc in 10708case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9929 yes:no ) 10709 yes:no: )
9930 { echo "$as_me:$LINENO: WARNING: jerror.h: accepted by the compiler, rejected by the preprocessor!" >&5 10710 { echo "$as_me:$LINENO: WARNING: jerror.h: accepted by the compiler, rejected by the preprocessor!" >&5
9931echo "$as_me: WARNING: jerror.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 10711echo "$as_me: WARNING: jerror.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
9932 { echo "$as_me:$LINENO: WARNING: jerror.h: proceeding with the preprocessor's result" >&5 10712 { echo "$as_me:$LINENO: WARNING: jerror.h: proceeding with the compiler's result" >&5
9933echo "$as_me: WARNING: jerror.h: proceeding with the preprocessor's result" >&2;} 10713echo "$as_me: WARNING: jerror.h: proceeding with the compiler's result" >&2;}
9934 ( 10714 ac_header_preproc=yes
9935 cat <<\_ASBOX
9936## ------------------------------------ ##
9937## Report this to bug-autoconf@gnu.org. ##
9938## ------------------------------------ ##
9939_ASBOX
9940 ) |
9941 sed "s/^/$as_me: WARNING: /" >&2
9942 ;; 10715 ;;
9943 no:yes ) 10716 no:yes:* )
9944 { echo "$as_me:$LINENO: WARNING: jerror.h: present but cannot be compiled" >&5 10717 { echo "$as_me:$LINENO: WARNING: jerror.h: present but cannot be compiled" >&5
9945echo "$as_me: WARNING: jerror.h: present but cannot be compiled" >&2;} 10718echo "$as_me: WARNING: jerror.h: present but cannot be compiled" >&2;}
9946 { echo "$as_me:$LINENO: WARNING: jerror.h: check for missing prerequisite headers?" >&5 10719 { echo "$as_me:$LINENO: WARNING: jerror.h: check for missing prerequisite headers?" >&5
9947echo "$as_me: WARNING: jerror.h: check for missing prerequisite headers?" >&2;} 10720echo "$as_me: WARNING: jerror.h: check for missing prerequisite headers?" >&2;}
10721 { echo "$as_me:$LINENO: WARNING: jerror.h: see the Autoconf documentation" >&5
10722echo "$as_me: WARNING: jerror.h: see the Autoconf documentation" >&2;}
10723 { echo "$as_me:$LINENO: WARNING: jerror.h: section \"Present But Cannot Be Compiled\"" >&5
10724echo "$as_me: WARNING: jerror.h: section \"Present But Cannot Be Compiled\"" >&2;}
9948 { echo "$as_me:$LINENO: WARNING: jerror.h: proceeding with the preprocessor's result" >&5 10725 { echo "$as_me:$LINENO: WARNING: jerror.h: proceeding with the preprocessor's result" >&5
9949echo "$as_me: WARNING: jerror.h: proceeding with the preprocessor's result" >&2;} 10726echo "$as_me: WARNING: jerror.h: proceeding with the preprocessor's result" >&2;}
10727 { echo "$as_me:$LINENO: WARNING: jerror.h: in the future, the compiler will take precedence" >&5
10728echo "$as_me: WARNING: jerror.h: in the future, the compiler will take precedence" >&2;}
9950 ( 10729 (
9951 cat <<\_ASBOX 10730 cat <<\_ASBOX
9952## ------------------------------------ ## 10731## ------------------------------------------ ##
9953## Report this to bug-autoconf@gnu.org. ## 10732## Report this to the AC_PACKAGE_NAME lists. ##
9954## ------------------------------------ ## 10733## ------------------------------------------ ##
9955_ASBOX 10734_ASBOX
9956 ) | 10735 ) |
9957 sed "s/^/$as_me: WARNING: /" >&2 10736 sed "s/^/$as_me: WARNING: /" >&2
@@ -9977,7 +10756,6 @@ else
9977 ac_check_lib_save_LIBS=$LIBS 10756 ac_check_lib_save_LIBS=$LIBS
9978LIBS="-ljpeg $LIBS" 10757LIBS="-ljpeg $LIBS"
9979cat >conftest.$ac_ext <<_ACEOF 10758cat >conftest.$ac_ext <<_ACEOF
9980#line $LINENO "configure"
9981/* confdefs.h. */ 10759/* confdefs.h. */
9982_ACEOF 10760_ACEOF
9983cat confdefs.h >>conftest.$ac_ext 10761cat confdefs.h >>conftest.$ac_ext
@@ -10001,11 +10779,21 @@ jpeg_destroy_compress ();
10001_ACEOF 10779_ACEOF
10002rm -f conftest.$ac_objext conftest$ac_exeext 10780rm -f conftest.$ac_objext conftest$ac_exeext
10003if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 10781if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10004 (eval $ac_link) 2>&5 10782 (eval $ac_link) 2>conftest.er1
10005 ac_status=$? 10783 ac_status=$?
10784 grep -v '^ *+' conftest.er1 >conftest.err
10785 rm -f conftest.er1
10786 cat conftest.err >&5
10006 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10007 (exit $ac_status); } && 10788 (exit $ac_status); } &&
10008 { ac_try='test -s conftest$ac_exeext' 10789 { ac_try='test -z "$ac_c_werror_flag"
10790 || test ! -s conftest.err'
10791 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10792 (eval $ac_try) 2>&5
10793 ac_status=$?
10794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10795 (exit $ac_status); }; } &&
10796 { ac_try='test -s conftest$ac_exeext'
10009 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10797 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10010 (eval $ac_try) 2>&5 10798 (eval $ac_try) 2>&5
10011 ac_status=$? 10799 ac_status=$?
@@ -10018,7 +10806,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
10018 10806
10019ac_cv_lib_jpeg_jpeg_destroy_compress=no 10807ac_cv_lib_jpeg_jpeg_destroy_compress=no
10020fi 10808fi
10021rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10809rm -f conftest.err conftest.$ac_objext \
10810 conftest$ac_exeext conftest.$ac_ext
10022LIBS=$ac_check_lib_save_LIBS 10811LIBS=$ac_check_lib_save_LIBS
10023fi 10812fi
10024echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5 10813echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5
@@ -10039,7 +10828,6 @@ fi
10039_ACEOF 10828_ACEOF
10040 10829
10041 cat >conftest.$ac_ext <<_ACEOF 10830 cat >conftest.$ac_ext <<_ACEOF
10042#line $LINENO "configure"
10043/* confdefs.h. */ 10831/* confdefs.h. */
10044_ACEOF 10832_ACEOF
10045cat confdefs.h >>conftest.$ac_ext 10833cat confdefs.h >>conftest.$ac_ext
@@ -10089,7 +10877,6 @@ else
10089echo "$as_me:$LINENO: checking $ac_header usability" >&5 10877echo "$as_me:$LINENO: checking $ac_header usability" >&5
10090echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 10878echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
10091cat >conftest.$ac_ext <<_ACEOF 10879cat >conftest.$ac_ext <<_ACEOF
10092#line $LINENO "configure"
10093/* confdefs.h. */ 10880/* confdefs.h. */
10094_ACEOF 10881_ACEOF
10095cat confdefs.h >>conftest.$ac_ext 10882cat confdefs.h >>conftest.$ac_ext
@@ -10100,11 +10887,21 @@ $ac_includes_default
10100_ACEOF 10887_ACEOF
10101rm -f conftest.$ac_objext 10888rm -f conftest.$ac_objext
10102if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 10889if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10103 (eval $ac_compile) 2>&5 10890 (eval $ac_compile) 2>conftest.er1
10104 ac_status=$? 10891 ac_status=$?
10892 grep -v '^ *+' conftest.er1 >conftest.err
10893 rm -f conftest.er1
10894 cat conftest.err >&5
10105 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10106 (exit $ac_status); } && 10896 (exit $ac_status); } &&
10107 { ac_try='test -s conftest.$ac_objext' 10897 { ac_try='test -z "$ac_c_werror_flag"
10898 || test ! -s conftest.err'
10899 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10900 (eval $ac_try) 2>&5
10901 ac_status=$?
10902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10903 (exit $ac_status); }; } &&
10904 { ac_try='test -s conftest.$ac_objext'
10108 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10905 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10109 (eval $ac_try) 2>&5 10906 (eval $ac_try) 2>&5
10110 ac_status=$? 10907 ac_status=$?
@@ -10117,7 +10914,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
10117 10914
10118ac_header_compiler=no 10915ac_header_compiler=no
10119fi 10916fi
10120rm -f conftest.$ac_objext conftest.$ac_ext 10917rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10121echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 10918echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10122echo "${ECHO_T}$ac_header_compiler" >&6 10919echo "${ECHO_T}$ac_header_compiler" >&6
10123 10920
@@ -10125,7 +10922,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
10125echo "$as_me:$LINENO: checking $ac_header presence" >&5 10922echo "$as_me:$LINENO: checking $ac_header presence" >&5
10126echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 10923echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
10127cat >conftest.$ac_ext <<_ACEOF 10924cat >conftest.$ac_ext <<_ACEOF
10128#line $LINENO "configure"
10129/* confdefs.h. */ 10925/* confdefs.h. */
10130_ACEOF 10926_ACEOF
10131cat confdefs.h >>conftest.$ac_ext 10927cat confdefs.h >>conftest.$ac_ext
@@ -10143,6 +10939,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10143 (exit $ac_status); } >/dev/null; then 10939 (exit $ac_status); } >/dev/null; then
10144 if test -s conftest.err; then 10940 if test -s conftest.err; then
10145 ac_cpp_err=$ac_c_preproc_warn_flag 10941 ac_cpp_err=$ac_c_preproc_warn_flag
10942 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
10146 else 10943 else
10147 ac_cpp_err= 10944 ac_cpp_err=
10148 fi 10945 fi
@@ -10162,33 +10959,32 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10162echo "${ECHO_T}$ac_header_preproc" >&6 10959echo "${ECHO_T}$ac_header_preproc" >&6
10163 10960
10164# So? What about this header? 10961# So? What about this header?
10165case $ac_header_compiler:$ac_header_preproc in 10962case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
10166 yes:no ) 10963 yes:no: )
10167 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 10964 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10168echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 10965echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10169 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 10966 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10170echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 10967echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10171 ( 10968 ac_header_preproc=yes
10172 cat <<\_ASBOX
10173## ------------------------------------ ##
10174## Report this to bug-autoconf@gnu.org. ##
10175## ------------------------------------ ##
10176_ASBOX
10177 ) |
10178 sed "s/^/$as_me: WARNING: /" >&2
10179 ;; 10969 ;;
10180 no:yes ) 10970 no:yes:* )
10181 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 10971 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10182echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 10972echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10183 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 10973 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
10184echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 10974echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
10975 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10976echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10977 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
10978echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
10185 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 10979 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10186echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 10980echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10981 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10982echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10187 ( 10983 (
10188 cat <<\_ASBOX 10984 cat <<\_ASBOX
10189## ------------------------------------ ## 10985## ------------------------------------------ ##
10190## Report this to bug-autoconf@gnu.org. ## 10986## Report this to the AC_PACKAGE_NAME lists. ##
10191## ------------------------------------ ## 10987## ------------------------------------------ ##
10192_ASBOX 10988_ASBOX
10193 ) | 10989 ) |
10194 sed "s/^/$as_me: WARNING: /" >&2 10990 sed "s/^/$as_me: WARNING: /" >&2
@@ -10199,7 +10995,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10199if eval "test \"\${$as_ac_Header+set}\" = set"; then 10995if eval "test \"\${$as_ac_Header+set}\" = set"; then
10200 echo $ECHO_N "(cached) $ECHO_C" >&6 10996 echo $ECHO_N "(cached) $ECHO_C" >&6
10201else 10997else
10202 eval "$as_ac_Header=$ac_header_preproc" 10998 eval "$as_ac_Header=\$ac_header_preproc"
10203fi 10999fi
10204echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 11000echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10205echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11001echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -10223,7 +11019,6 @@ else
10223 ac_check_lib_save_LIBS=$LIBS 11019 ac_check_lib_save_LIBS=$LIBS
10224LIBS="-lpng -lz -lm $LIBS" 11020LIBS="-lpng -lz -lm $LIBS"
10225cat >conftest.$ac_ext <<_ACEOF 11021cat >conftest.$ac_ext <<_ACEOF
10226#line $LINENO "configure"
10227/* confdefs.h. */ 11022/* confdefs.h. */
10228_ACEOF 11023_ACEOF
10229cat confdefs.h >>conftest.$ac_ext 11024cat confdefs.h >>conftest.$ac_ext
@@ -10247,11 +11042,21 @@ png_get_channels ();
10247_ACEOF 11042_ACEOF
10248rm -f conftest.$ac_objext conftest$ac_exeext 11043rm -f conftest.$ac_objext conftest$ac_exeext
10249if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 11044if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10250 (eval $ac_link) 2>&5 11045 (eval $ac_link) 2>conftest.er1
10251 ac_status=$? 11046 ac_status=$?
11047 grep -v '^ *+' conftest.er1 >conftest.err
11048 rm -f conftest.er1
11049 cat conftest.err >&5
10252 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10253 (exit $ac_status); } && 11051 (exit $ac_status); } &&
10254 { ac_try='test -s conftest$ac_exeext' 11052 { ac_try='test -z "$ac_c_werror_flag"
11053 || test ! -s conftest.err'
11054 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11055 (eval $ac_try) 2>&5
11056 ac_status=$?
11057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11058 (exit $ac_status); }; } &&
11059 { ac_try='test -s conftest$ac_exeext'
10255 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11060 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10256 (eval $ac_try) 2>&5 11061 (eval $ac_try) 2>&5
10257 ac_status=$? 11062 ac_status=$?
@@ -10264,7 +11069,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
10264 11069
10265ac_cv_lib_png_png_get_channels=no 11070ac_cv_lib_png_png_get_channels=no
10266fi 11071fi
10267rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11072rm -f conftest.err conftest.$ac_objext \
11073 conftest$ac_exeext conftest.$ac_ext
10268LIBS=$ac_check_lib_save_LIBS 11074LIBS=$ac_check_lib_save_LIBS
10269fi 11075fi
10270echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_get_channels" >&5 11076echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_get_channels" >&5
@@ -10302,7 +11108,6 @@ else
10302echo "$as_me:$LINENO: checking tiffio.h usability" >&5 11108echo "$as_me:$LINENO: checking tiffio.h usability" >&5
10303echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6 11109echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6
10304cat >conftest.$ac_ext <<_ACEOF 11110cat >conftest.$ac_ext <<_ACEOF
10305#line $LINENO "configure"
10306/* confdefs.h. */ 11111/* confdefs.h. */
10307_ACEOF 11112_ACEOF
10308cat confdefs.h >>conftest.$ac_ext 11113cat confdefs.h >>conftest.$ac_ext
@@ -10313,11 +11118,21 @@ $ac_includes_default
10313_ACEOF 11118_ACEOF
10314rm -f conftest.$ac_objext 11119rm -f conftest.$ac_objext
10315if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 11120if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10316 (eval $ac_compile) 2>&5 11121 (eval $ac_compile) 2>conftest.er1
10317 ac_status=$? 11122 ac_status=$?
11123 grep -v '^ *+' conftest.er1 >conftest.err
11124 rm -f conftest.er1
11125 cat conftest.err >&5
10318 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10319 (exit $ac_status); } && 11127 (exit $ac_status); } &&
10320 { ac_try='test -s conftest.$ac_objext' 11128 { ac_try='test -z "$ac_c_werror_flag"
11129 || test ! -s conftest.err'
11130 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11131 (eval $ac_try) 2>&5
11132 ac_status=$?
11133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11134 (exit $ac_status); }; } &&
11135 { ac_try='test -s conftest.$ac_objext'
10321 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11136 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10322 (eval $ac_try) 2>&5 11137 (eval $ac_try) 2>&5
10323 ac_status=$? 11138 ac_status=$?
@@ -10330,7 +11145,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
10330 11145
10331ac_header_compiler=no 11146ac_header_compiler=no
10332fi 11147fi
10333rm -f conftest.$ac_objext conftest.$ac_ext 11148rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10334echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 11149echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10335echo "${ECHO_T}$ac_header_compiler" >&6 11150echo "${ECHO_T}$ac_header_compiler" >&6
10336 11151
@@ -10338,7 +11153,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
10338echo "$as_me:$LINENO: checking tiffio.h presence" >&5 11153echo "$as_me:$LINENO: checking tiffio.h presence" >&5
10339echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6 11154echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6
10340cat >conftest.$ac_ext <<_ACEOF 11155cat >conftest.$ac_ext <<_ACEOF
10341#line $LINENO "configure"
10342/* confdefs.h. */ 11156/* confdefs.h. */
10343_ACEOF 11157_ACEOF
10344cat confdefs.h >>conftest.$ac_ext 11158cat confdefs.h >>conftest.$ac_ext
@@ -10356,6 +11170,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10356 (exit $ac_status); } >/dev/null; then 11170 (exit $ac_status); } >/dev/null; then
10357 if test -s conftest.err; then 11171 if test -s conftest.err; then
10358 ac_cpp_err=$ac_c_preproc_warn_flag 11172 ac_cpp_err=$ac_c_preproc_warn_flag
11173 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
10359 else 11174 else
10360 ac_cpp_err= 11175 ac_cpp_err=
10361 fi 11176 fi
@@ -10375,33 +11190,32 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10375echo "${ECHO_T}$ac_header_preproc" >&6 11190echo "${ECHO_T}$ac_header_preproc" >&6
10376 11191
10377# So? What about this header? 11192# So? What about this header?
10378case $ac_header_compiler:$ac_header_preproc in 11193case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
10379 yes:no ) 11194 yes:no: )
10380 { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5 11195 { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5
10381echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 11196echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
10382 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5 11197 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the compiler's result" >&5
10383echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;} 11198echo "$as_me: WARNING: tiffio.h: proceeding with the compiler's result" >&2;}
10384 ( 11199 ac_header_preproc=yes
10385 cat <<\_ASBOX
10386## ------------------------------------ ##
10387## Report this to bug-autoconf@gnu.org. ##
10388## ------------------------------------ ##
10389_ASBOX
10390 ) |
10391 sed "s/^/$as_me: WARNING: /" >&2
10392 ;; 11200 ;;
10393 no:yes ) 11201 no:yes:* )
10394 { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5 11202 { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5
10395echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;} 11203echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;}
10396 { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5 11204 { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5
10397echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;} 11205echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;}
11206 { echo "$as_me:$LINENO: WARNING: tiffio.h: see the Autoconf documentation" >&5
11207echo "$as_me: WARNING: tiffio.h: see the Autoconf documentation" >&2;}
11208 { echo "$as_me:$LINENO: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&5
11209echo "$as_me: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&2;}
10398 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5 11210 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
10399echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;} 11211echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
11212 { echo "$as_me:$LINENO: WARNING: tiffio.h: in the future, the compiler will take precedence" >&5
11213echo "$as_me: WARNING: tiffio.h: in the future, the compiler will take precedence" >&2;}
10400 ( 11214 (
10401 cat <<\_ASBOX 11215 cat <<\_ASBOX
10402## ------------------------------------ ## 11216## ------------------------------------------ ##
10403## Report this to bug-autoconf@gnu.org. ## 11217## Report this to the AC_PACKAGE_NAME lists. ##
10404## ------------------------------------ ## 11218## ------------------------------------------ ##
10405_ASBOX 11219_ASBOX
10406 ) | 11220 ) |
10407 sed "s/^/$as_me: WARNING: /" >&2 11221 sed "s/^/$as_me: WARNING: /" >&2
@@ -10430,7 +11244,6 @@ else
10430 ac_check_lib_save_LIBS=$LIBS 11244 ac_check_lib_save_LIBS=$LIBS
10431LIBS="-ltiff $tifflibs $LIBS" 11245LIBS="-ltiff $tifflibs $LIBS"
10432cat >conftest.$ac_ext <<_ACEOF 11246cat >conftest.$ac_ext <<_ACEOF
10433#line $LINENO "configure"
10434/* confdefs.h. */ 11247/* confdefs.h. */
10435_ACEOF 11248_ACEOF
10436cat confdefs.h >>conftest.$ac_ext 11249cat confdefs.h >>conftest.$ac_ext
@@ -10454,11 +11267,21 @@ TIFFGetVersion ();
10454_ACEOF 11267_ACEOF
10455rm -f conftest.$ac_objext conftest$ac_exeext 11268rm -f conftest.$ac_objext conftest$ac_exeext
10456if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 11269if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10457 (eval $ac_link) 2>&5 11270 (eval $ac_link) 2>conftest.er1
10458 ac_status=$? 11271 ac_status=$?
11272 grep -v '^ *+' conftest.er1 >conftest.err
11273 rm -f conftest.er1
11274 cat conftest.err >&5
10459 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10460 (exit $ac_status); } && 11276 (exit $ac_status); } &&
10461 { ac_try='test -s conftest$ac_exeext' 11277 { ac_try='test -z "$ac_c_werror_flag"
11278 || test ! -s conftest.err'
11279 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11280 (eval $ac_try) 2>&5
11281 ac_status=$?
11282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11283 (exit $ac_status); }; } &&
11284 { ac_try='test -s conftest$ac_exeext'
10462 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11285 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10463 (eval $ac_try) 2>&5 11286 (eval $ac_try) 2>&5
10464 ac_status=$? 11287 ac_status=$?
@@ -10471,7 +11294,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
10471 11294
10472ac_cv_lib_tiff_TIFFGetVersion=no 11295ac_cv_lib_tiff_TIFFGetVersion=no
10473fi 11296fi
10474rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11297rm -f conftest.err conftest.$ac_objext \
11298 conftest$ac_exeext conftest.$ac_ext
10475LIBS=$ac_check_lib_save_LIBS 11299LIBS=$ac_check_lib_save_LIBS
10476fi 11300fi
10477echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5 11301echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5
@@ -10511,7 +11335,6 @@ else
10511echo "$as_me:$LINENO: checking gif_lib.h usability" >&5 11335echo "$as_me:$LINENO: checking gif_lib.h usability" >&5
10512echo $ECHO_N "checking gif_lib.h usability... $ECHO_C" >&6 11336echo $ECHO_N "checking gif_lib.h usability... $ECHO_C" >&6
10513cat >conftest.$ac_ext <<_ACEOF 11337cat >conftest.$ac_ext <<_ACEOF
10514#line $LINENO "configure"
10515/* confdefs.h. */ 11338/* confdefs.h. */
10516_ACEOF 11339_ACEOF
10517cat confdefs.h >>conftest.$ac_ext 11340cat confdefs.h >>conftest.$ac_ext
@@ -10522,11 +11345,21 @@ $ac_includes_default
10522_ACEOF 11345_ACEOF
10523rm -f conftest.$ac_objext 11346rm -f conftest.$ac_objext
10524if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 11347if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10525 (eval $ac_compile) 2>&5 11348 (eval $ac_compile) 2>conftest.er1
10526 ac_status=$? 11349 ac_status=$?
11350 grep -v '^ *+' conftest.er1 >conftest.err
11351 rm -f conftest.er1
11352 cat conftest.err >&5
10527 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10528 (exit $ac_status); } && 11354 (exit $ac_status); } &&
10529 { ac_try='test -s conftest.$ac_objext' 11355 { ac_try='test -z "$ac_c_werror_flag"
11356 || test ! -s conftest.err'
11357 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11358 (eval $ac_try) 2>&5
11359 ac_status=$?
11360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11361 (exit $ac_status); }; } &&
11362 { ac_try='test -s conftest.$ac_objext'
10530 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11363 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10531 (eval $ac_try) 2>&5 11364 (eval $ac_try) 2>&5
10532 ac_status=$? 11365 ac_status=$?
@@ -10539,7 +11372,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
10539 11372
10540ac_header_compiler=no 11373ac_header_compiler=no
10541fi 11374fi
10542rm -f conftest.$ac_objext conftest.$ac_ext 11375rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10543echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 11376echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10544echo "${ECHO_T}$ac_header_compiler" >&6 11377echo "${ECHO_T}$ac_header_compiler" >&6
10545 11378
@@ -10547,7 +11380,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
10547echo "$as_me:$LINENO: checking gif_lib.h presence" >&5 11380echo "$as_me:$LINENO: checking gif_lib.h presence" >&5
10548echo $ECHO_N "checking gif_lib.h presence... $ECHO_C" >&6 11381echo $ECHO_N "checking gif_lib.h presence... $ECHO_C" >&6
10549cat >conftest.$ac_ext <<_ACEOF 11382cat >conftest.$ac_ext <<_ACEOF
10550#line $LINENO "configure"
10551/* confdefs.h. */ 11383/* confdefs.h. */
10552_ACEOF 11384_ACEOF
10553cat confdefs.h >>conftest.$ac_ext 11385cat confdefs.h >>conftest.$ac_ext
@@ -10565,6 +11397,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10565 (exit $ac_status); } >/dev/null; then 11397 (exit $ac_status); } >/dev/null; then
10566 if test -s conftest.err; then 11398 if test -s conftest.err; then
10567 ac_cpp_err=$ac_c_preproc_warn_flag 11399 ac_cpp_err=$ac_c_preproc_warn_flag
11400 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
10568 else 11401 else
10569 ac_cpp_err= 11402 ac_cpp_err=
10570 fi 11403 fi
@@ -10584,33 +11417,32 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10584echo "${ECHO_T}$ac_header_preproc" >&6 11417echo "${ECHO_T}$ac_header_preproc" >&6
10585 11418
10586# So? What about this header? 11419# So? What about this header?
10587case $ac_header_compiler:$ac_header_preproc in 11420case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
10588 yes:no ) 11421 yes:no: )
10589 { echo "$as_me:$LINENO: WARNING: gif_lib.h: accepted by the compiler, rejected by the preprocessor!" >&5 11422 { echo "$as_me:$LINENO: WARNING: gif_lib.h: accepted by the compiler, rejected by the preprocessor!" >&5
10590echo "$as_me: WARNING: gif_lib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 11423echo "$as_me: WARNING: gif_lib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
10591 { echo "$as_me:$LINENO: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&5 11424 { echo "$as_me:$LINENO: WARNING: gif_lib.h: proceeding with the compiler's result" >&5
10592echo "$as_me: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&2;} 11425echo "$as_me: WARNING: gif_lib.h: proceeding with the compiler's result" >&2;}
10593 ( 11426 ac_header_preproc=yes
10594 cat <<\_ASBOX
10595## ------------------------------------ ##
10596## Report this to bug-autoconf@gnu.org. ##
10597## ------------------------------------ ##
10598_ASBOX
10599 ) |
10600 sed "s/^/$as_me: WARNING: /" >&2
10601 ;; 11427 ;;
10602 no:yes ) 11428 no:yes:* )
10603 { echo "$as_me:$LINENO: WARNING: gif_lib.h: present but cannot be compiled" >&5 11429 { echo "$as_me:$LINENO: WARNING: gif_lib.h: present but cannot be compiled" >&5
10604echo "$as_me: WARNING: gif_lib.h: present but cannot be compiled" >&2;} 11430echo "$as_me: WARNING: gif_lib.h: present but cannot be compiled" >&2;}
10605 { echo "$as_me:$LINENO: WARNING: gif_lib.h: check for missing prerequisite headers?" >&5 11431 { echo "$as_me:$LINENO: WARNING: gif_lib.h: check for missing prerequisite headers?" >&5
10606echo "$as_me: WARNING: gif_lib.h: check for missing prerequisite headers?" >&2;} 11432echo "$as_me: WARNING: gif_lib.h: check for missing prerequisite headers?" >&2;}
11433 { echo "$as_me:$LINENO: WARNING: gif_lib.h: see the Autoconf documentation" >&5
11434echo "$as_me: WARNING: gif_lib.h: see the Autoconf documentation" >&2;}
11435 { echo "$as_me:$LINENO: WARNING: gif_lib.h: section \"Present But Cannot Be Compiled\"" >&5
11436echo "$as_me: WARNING: gif_lib.h: section \"Present But Cannot Be Compiled\"" >&2;}
10607 { echo "$as_me:$LINENO: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&5 11437 { echo "$as_me:$LINENO: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&5
10608echo "$as_me: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&2;} 11438echo "$as_me: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&2;}
11439 { echo "$as_me:$LINENO: WARNING: gif_lib.h: in the future, the compiler will take precedence" >&5
11440echo "$as_me: WARNING: gif_lib.h: in the future, the compiler will take precedence" >&2;}
10609 ( 11441 (
10610 cat <<\_ASBOX 11442 cat <<\_ASBOX
10611## ------------------------------------ ## 11443## ------------------------------------------ ##
10612## Report this to bug-autoconf@gnu.org. ## 11444## Report this to the AC_PACKAGE_NAME lists. ##
10613## ------------------------------------ ## 11445## ------------------------------------------ ##
10614_ASBOX 11446_ASBOX
10615 ) | 11447 ) |
10616 sed "s/^/$as_me: WARNING: /" >&2 11448 sed "s/^/$as_me: WARNING: /" >&2
@@ -10638,7 +11470,6 @@ else
10638 ac_check_lib_save_LIBS=$LIBS 11470 ac_check_lib_save_LIBS=$LIBS
10639LIBS="-lungif $LIBS" 11471LIBS="-lungif $LIBS"
10640cat >conftest.$ac_ext <<_ACEOF 11472cat >conftest.$ac_ext <<_ACEOF
10641#line $LINENO "configure"
10642/* confdefs.h. */ 11473/* confdefs.h. */
10643_ACEOF 11474_ACEOF
10644cat confdefs.h >>conftest.$ac_ext 11475cat confdefs.h >>conftest.$ac_ext
@@ -10662,11 +11493,21 @@ EGifPutExtensionLast ();
10662_ACEOF 11493_ACEOF
10663rm -f conftest.$ac_objext conftest$ac_exeext 11494rm -f conftest.$ac_objext conftest$ac_exeext
10664if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 11495if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10665 (eval $ac_link) 2>&5 11496 (eval $ac_link) 2>conftest.er1
10666 ac_status=$? 11497 ac_status=$?
11498 grep -v '^ *+' conftest.er1 >conftest.err
11499 rm -f conftest.er1
11500 cat conftest.err >&5
10667 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10668 (exit $ac_status); } && 11502 (exit $ac_status); } &&
10669 { ac_try='test -s conftest$ac_exeext' 11503 { ac_try='test -z "$ac_c_werror_flag"
11504 || test ! -s conftest.err'
11505 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11506 (eval $ac_try) 2>&5
11507 ac_status=$?
11508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11509 (exit $ac_status); }; } &&
11510 { ac_try='test -s conftest$ac_exeext'
10670 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11511 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10671 (eval $ac_try) 2>&5 11512 (eval $ac_try) 2>&5
10672 ac_status=$? 11513 ac_status=$?
@@ -10679,7 +11520,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
10679 11520
10680ac_cv_lib_ungif_EGifPutExtensionLast=no 11521ac_cv_lib_ungif_EGifPutExtensionLast=no
10681fi 11522fi
10682rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11523rm -f conftest.err conftest.$ac_objext \
11524 conftest$ac_exeext conftest.$ac_ext
10683LIBS=$ac_check_lib_save_LIBS 11525LIBS=$ac_check_lib_save_LIBS
10684fi 11526fi
10685echo "$as_me:$LINENO: result: $ac_cv_lib_ungif_EGifPutExtensionLast" >&5 11527echo "$as_me:$LINENO: result: $ac_cv_lib_ungif_EGifPutExtensionLast" >&5
@@ -10718,7 +11560,6 @@ else
10718echo "$as_me:$LINENO: checking Carbon/Carbon.h usability" >&5 11560echo "$as_me:$LINENO: checking Carbon/Carbon.h usability" >&5
10719echo $ECHO_N "checking Carbon/Carbon.h usability... $ECHO_C" >&6 11561echo $ECHO_N "checking Carbon/Carbon.h usability... $ECHO_C" >&6
10720cat >conftest.$ac_ext <<_ACEOF 11562cat >conftest.$ac_ext <<_ACEOF
10721#line $LINENO "configure"
10722/* confdefs.h. */ 11563/* confdefs.h. */
10723_ACEOF 11564_ACEOF
10724cat confdefs.h >>conftest.$ac_ext 11565cat confdefs.h >>conftest.$ac_ext
@@ -10729,11 +11570,21 @@ $ac_includes_default
10729_ACEOF 11570_ACEOF
10730rm -f conftest.$ac_objext 11571rm -f conftest.$ac_objext
10731if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 11572if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10732 (eval $ac_compile) 2>&5 11573 (eval $ac_compile) 2>conftest.er1
10733 ac_status=$? 11574 ac_status=$?
11575 grep -v '^ *+' conftest.er1 >conftest.err
11576 rm -f conftest.er1
11577 cat conftest.err >&5
10734 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10735 (exit $ac_status); } && 11579 (exit $ac_status); } &&
10736 { ac_try='test -s conftest.$ac_objext' 11580 { ac_try='test -z "$ac_c_werror_flag"
11581 || test ! -s conftest.err'
11582 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11583 (eval $ac_try) 2>&5
11584 ac_status=$?
11585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11586 (exit $ac_status); }; } &&
11587 { ac_try='test -s conftest.$ac_objext'
10737 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11588 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10738 (eval $ac_try) 2>&5 11589 (eval $ac_try) 2>&5
10739 ac_status=$? 11590 ac_status=$?
@@ -10746,7 +11597,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
10746 11597
10747ac_header_compiler=no 11598ac_header_compiler=no
10748fi 11599fi
10749rm -f conftest.$ac_objext conftest.$ac_ext 11600rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10750echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 11601echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10751echo "${ECHO_T}$ac_header_compiler" >&6 11602echo "${ECHO_T}$ac_header_compiler" >&6
10752 11603
@@ -10754,7 +11605,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
10754echo "$as_me:$LINENO: checking Carbon/Carbon.h presence" >&5 11605echo "$as_me:$LINENO: checking Carbon/Carbon.h presence" >&5
10755echo $ECHO_N "checking Carbon/Carbon.h presence... $ECHO_C" >&6 11606echo $ECHO_N "checking Carbon/Carbon.h presence... $ECHO_C" >&6
10756cat >conftest.$ac_ext <<_ACEOF 11607cat >conftest.$ac_ext <<_ACEOF
10757#line $LINENO "configure"
10758/* confdefs.h. */ 11608/* confdefs.h. */
10759_ACEOF 11609_ACEOF
10760cat confdefs.h >>conftest.$ac_ext 11610cat confdefs.h >>conftest.$ac_ext
@@ -10772,6 +11622,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10772 (exit $ac_status); } >/dev/null; then 11622 (exit $ac_status); } >/dev/null; then
10773 if test -s conftest.err; then 11623 if test -s conftest.err; then
10774 ac_cpp_err=$ac_c_preproc_warn_flag 11624 ac_cpp_err=$ac_c_preproc_warn_flag
11625 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
10775 else 11626 else
10776 ac_cpp_err= 11627 ac_cpp_err=
10777 fi 11628 fi
@@ -10791,33 +11642,32 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10791echo "${ECHO_T}$ac_header_preproc" >&6 11642echo "${ECHO_T}$ac_header_preproc" >&6
10792 11643
10793# So? What about this header? 11644# So? What about this header?
10794case $ac_header_compiler:$ac_header_preproc in 11645case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
10795 yes:no ) 11646 yes:no: )
10796 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: accepted by the compiler, rejected by the preprocessor!" >&5 11647 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: accepted by the compiler, rejected by the preprocessor!" >&5
10797echo "$as_me: WARNING: Carbon/Carbon.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 11648echo "$as_me: WARNING: Carbon/Carbon.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
10798 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&5 11649 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: proceeding with the compiler's result" >&5
10799echo "$as_me: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&2;} 11650echo "$as_me: WARNING: Carbon/Carbon.h: proceeding with the compiler's result" >&2;}
10800 ( 11651 ac_header_preproc=yes
10801 cat <<\_ASBOX
10802## ------------------------------------ ##
10803## Report this to bug-autoconf@gnu.org. ##
10804## ------------------------------------ ##
10805_ASBOX
10806 ) |
10807 sed "s/^/$as_me: WARNING: /" >&2
10808 ;; 11652 ;;
10809 no:yes ) 11653 no:yes:* )
10810 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: present but cannot be compiled" >&5 11654 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: present but cannot be compiled" >&5
10811echo "$as_me: WARNING: Carbon/Carbon.h: present but cannot be compiled" >&2;} 11655echo "$as_me: WARNING: Carbon/Carbon.h: present but cannot be compiled" >&2;}
10812 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: check for missing prerequisite headers?" >&5 11656 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: check for missing prerequisite headers?" >&5
10813echo "$as_me: WARNING: Carbon/Carbon.h: check for missing prerequisite headers?" >&2;} 11657echo "$as_me: WARNING: Carbon/Carbon.h: check for missing prerequisite headers?" >&2;}
11658 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: see the Autoconf documentation" >&5
11659echo "$as_me: WARNING: Carbon/Carbon.h: see the Autoconf documentation" >&2;}
11660 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: section \"Present But Cannot Be Compiled\"" >&5
11661echo "$as_me: WARNING: Carbon/Carbon.h: section \"Present But Cannot Be Compiled\"" >&2;}
10814 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&5 11662 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&5
10815echo "$as_me: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&2;} 11663echo "$as_me: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&2;}
11664 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: in the future, the compiler will take precedence" >&5
11665echo "$as_me: WARNING: Carbon/Carbon.h: in the future, the compiler will take precedence" >&2;}
10816 ( 11666 (
10817 cat <<\_ASBOX 11667 cat <<\_ASBOX
10818## ------------------------------------ ## 11668## ------------------------------------------ ##
10819## Report this to bug-autoconf@gnu.org. ## 11669## Report this to the AC_PACKAGE_NAME lists. ##
10820## ------------------------------------ ## 11670## ------------------------------------------ ##
10821_ASBOX 11671_ASBOX
10822 ) | 11672 ) |
10823 sed "s/^/$as_me: WARNING: /" >&2 11673 sed "s/^/$as_me: WARNING: /" >&2
@@ -10876,7 +11726,6 @@ else
10876echo "$as_me:$LINENO: checking X11/SM/SMlib.h usability" >&5 11726echo "$as_me:$LINENO: checking X11/SM/SMlib.h usability" >&5
10877echo $ECHO_N "checking X11/SM/SMlib.h usability... $ECHO_C" >&6 11727echo $ECHO_N "checking X11/SM/SMlib.h usability... $ECHO_C" >&6
10878cat >conftest.$ac_ext <<_ACEOF 11728cat >conftest.$ac_ext <<_ACEOF
10879#line $LINENO "configure"
10880/* confdefs.h. */ 11729/* confdefs.h. */
10881_ACEOF 11730_ACEOF
10882cat confdefs.h >>conftest.$ac_ext 11731cat confdefs.h >>conftest.$ac_ext
@@ -10887,11 +11736,21 @@ $ac_includes_default
10887_ACEOF 11736_ACEOF
10888rm -f conftest.$ac_objext 11737rm -f conftest.$ac_objext
10889if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 11738if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10890 (eval $ac_compile) 2>&5 11739 (eval $ac_compile) 2>conftest.er1
10891 ac_status=$? 11740 ac_status=$?
11741 grep -v '^ *+' conftest.er1 >conftest.err
11742 rm -f conftest.er1
11743 cat conftest.err >&5
10892 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10893 (exit $ac_status); } && 11745 (exit $ac_status); } &&
10894 { ac_try='test -s conftest.$ac_objext' 11746 { ac_try='test -z "$ac_c_werror_flag"
11747 || test ! -s conftest.err'
11748 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11749 (eval $ac_try) 2>&5
11750 ac_status=$?
11751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11752 (exit $ac_status); }; } &&
11753 { ac_try='test -s conftest.$ac_objext'
10895 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11754 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10896 (eval $ac_try) 2>&5 11755 (eval $ac_try) 2>&5
10897 ac_status=$? 11756 ac_status=$?
@@ -10904,7 +11763,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
10904 11763
10905ac_header_compiler=no 11764ac_header_compiler=no
10906fi 11765fi
10907rm -f conftest.$ac_objext conftest.$ac_ext 11766rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10908echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 11767echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10909echo "${ECHO_T}$ac_header_compiler" >&6 11768echo "${ECHO_T}$ac_header_compiler" >&6
10910 11769
@@ -10912,7 +11771,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
10912echo "$as_me:$LINENO: checking X11/SM/SMlib.h presence" >&5 11771echo "$as_me:$LINENO: checking X11/SM/SMlib.h presence" >&5
10913echo $ECHO_N "checking X11/SM/SMlib.h presence... $ECHO_C" >&6 11772echo $ECHO_N "checking X11/SM/SMlib.h presence... $ECHO_C" >&6
10914cat >conftest.$ac_ext <<_ACEOF 11773cat >conftest.$ac_ext <<_ACEOF
10915#line $LINENO "configure"
10916/* confdefs.h. */ 11774/* confdefs.h. */
10917_ACEOF 11775_ACEOF
10918cat confdefs.h >>conftest.$ac_ext 11776cat confdefs.h >>conftest.$ac_ext
@@ -10930,6 +11788,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10930 (exit $ac_status); } >/dev/null; then 11788 (exit $ac_status); } >/dev/null; then
10931 if test -s conftest.err; then 11789 if test -s conftest.err; then
10932 ac_cpp_err=$ac_c_preproc_warn_flag 11790 ac_cpp_err=$ac_c_preproc_warn_flag
11791 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
10933 else 11792 else
10934 ac_cpp_err= 11793 ac_cpp_err=
10935 fi 11794 fi
@@ -10949,33 +11808,32 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10949echo "${ECHO_T}$ac_header_preproc" >&6 11808echo "${ECHO_T}$ac_header_preproc" >&6
10950 11809
10951# So? What about this header? 11810# So? What about this header?
10952case $ac_header_compiler:$ac_header_preproc in 11811case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
10953 yes:no ) 11812 yes:no: )
10954 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: accepted by the compiler, rejected by the preprocessor!" >&5 11813 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
10955echo "$as_me: WARNING: X11/SM/SMlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 11814echo "$as_me: WARNING: X11/SM/SMlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
10956 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&5 11815 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: proceeding with the compiler's result" >&5
10957echo "$as_me: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&2;} 11816echo "$as_me: WARNING: X11/SM/SMlib.h: proceeding with the compiler's result" >&2;}
10958 ( 11817 ac_header_preproc=yes
10959 cat <<\_ASBOX
10960## ------------------------------------ ##
10961## Report this to bug-autoconf@gnu.org. ##
10962## ------------------------------------ ##
10963_ASBOX
10964 ) |
10965 sed "s/^/$as_me: WARNING: /" >&2
10966 ;; 11818 ;;
10967 no:yes ) 11819 no:yes:* )
10968 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: present but cannot be compiled" >&5 11820 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: present but cannot be compiled" >&5
10969echo "$as_me: WARNING: X11/SM/SMlib.h: present but cannot be compiled" >&2;} 11821echo "$as_me: WARNING: X11/SM/SMlib.h: present but cannot be compiled" >&2;}
10970 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: check for missing prerequisite headers?" >&5 11822 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: check for missing prerequisite headers?" >&5
10971echo "$as_me: WARNING: X11/SM/SMlib.h: check for missing prerequisite headers?" >&2;} 11823echo "$as_me: WARNING: X11/SM/SMlib.h: check for missing prerequisite headers?" >&2;}
11824 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: see the Autoconf documentation" >&5
11825echo "$as_me: WARNING: X11/SM/SMlib.h: see the Autoconf documentation" >&2;}
11826 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: section \"Present But Cannot Be Compiled\"" >&5
11827echo "$as_me: WARNING: X11/SM/SMlib.h: section \"Present But Cannot Be Compiled\"" >&2;}
10972 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&5 11828 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&5
10973echo "$as_me: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&2;} 11829echo "$as_me: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&2;}
11830 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: in the future, the compiler will take precedence" >&5
11831echo "$as_me: WARNING: X11/SM/SMlib.h: in the future, the compiler will take precedence" >&2;}
10974 ( 11832 (
10975 cat <<\_ASBOX 11833 cat <<\_ASBOX
10976## ------------------------------------ ## 11834## ------------------------------------------ ##
10977## Report this to bug-autoconf@gnu.org. ## 11835## Report this to the AC_PACKAGE_NAME lists. ##
10978## ------------------------------------ ## 11836## ------------------------------------------ ##
10979_ASBOX 11837_ASBOX
10980 ) | 11838 ) |
10981 sed "s/^/$as_me: WARNING: /" >&2 11839 sed "s/^/$as_me: WARNING: /" >&2
@@ -11001,7 +11859,6 @@ else
11001 ac_check_lib_save_LIBS=$LIBS 11859 ac_check_lib_save_LIBS=$LIBS
11002LIBS="-lSM -lICE $LIBS" 11860LIBS="-lSM -lICE $LIBS"
11003cat >conftest.$ac_ext <<_ACEOF 11861cat >conftest.$ac_ext <<_ACEOF
11004#line $LINENO "configure"
11005/* confdefs.h. */ 11862/* confdefs.h. */
11006_ACEOF 11863_ACEOF
11007cat confdefs.h >>conftest.$ac_ext 11864cat confdefs.h >>conftest.$ac_ext
@@ -11025,11 +11882,21 @@ SmcOpenConnection ();
11025_ACEOF 11882_ACEOF
11026rm -f conftest.$ac_objext conftest$ac_exeext 11883rm -f conftest.$ac_objext conftest$ac_exeext
11027if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 11884if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11028 (eval $ac_link) 2>&5 11885 (eval $ac_link) 2>conftest.er1
11029 ac_status=$? 11886 ac_status=$?
11887 grep -v '^ *+' conftest.er1 >conftest.err
11888 rm -f conftest.er1
11889 cat conftest.err >&5
11030 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11031 (exit $ac_status); } && 11891 (exit $ac_status); } &&
11032 { ac_try='test -s conftest$ac_exeext' 11892 { ac_try='test -z "$ac_c_werror_flag"
11893 || test ! -s conftest.err'
11894 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11895 (eval $ac_try) 2>&5
11896 ac_status=$?
11897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11898 (exit $ac_status); }; } &&
11899 { ac_try='test -s conftest$ac_exeext'
11033 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11900 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11034 (eval $ac_try) 2>&5 11901 (eval $ac_try) 2>&5
11035 ac_status=$? 11902 ac_status=$?
@@ -11042,7 +11909,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
11042 11909
11043ac_cv_lib_SM_SmcOpenConnection=no 11910ac_cv_lib_SM_SmcOpenConnection=no
11044fi 11911fi
11045rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11912rm -f conftest.err conftest.$ac_objext \
11913 conftest$ac_exeext conftest.$ac_ext
11046LIBS=$ac_check_lib_save_LIBS 11914LIBS=$ac_check_lib_save_LIBS
11047fi 11915fi
11048echo "$as_me:$LINENO: result: $ac_cv_lib_SM_SmcOpenConnection" >&5 11916echo "$as_me:$LINENO: result: $ac_cv_lib_SM_SmcOpenConnection" >&5
@@ -11075,7 +11943,6 @@ if test "${emacs_cv_netdb_declares_h_errno+set}" = set; then
11075 echo $ECHO_N "(cached) $ECHO_C" >&6 11943 echo $ECHO_N "(cached) $ECHO_C" >&6
11076else 11944else
11077 cat >conftest.$ac_ext <<_ACEOF 11945 cat >conftest.$ac_ext <<_ACEOF
11078#line $LINENO "configure"
11079/* confdefs.h. */ 11946/* confdefs.h. */
11080_ACEOF 11947_ACEOF
11081cat confdefs.h >>conftest.$ac_ext 11948cat confdefs.h >>conftest.$ac_ext
@@ -11092,11 +11959,21 @@ return h_errno;
11092_ACEOF 11959_ACEOF
11093rm -f conftest.$ac_objext conftest$ac_exeext 11960rm -f conftest.$ac_objext conftest$ac_exeext
11094if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 11961if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11095 (eval $ac_link) 2>&5 11962 (eval $ac_link) 2>conftest.er1
11096 ac_status=$? 11963 ac_status=$?
11964 grep -v '^ *+' conftest.er1 >conftest.err
11965 rm -f conftest.er1
11966 cat conftest.err >&5
11097 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11098 (exit $ac_status); } && 11968 (exit $ac_status); } &&
11099 { ac_try='test -s conftest$ac_exeext' 11969 { ac_try='test -z "$ac_c_werror_flag"
11970 || test ! -s conftest.err'
11971 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11972 (eval $ac_try) 2>&5
11973 ac_status=$?
11974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11975 (exit $ac_status); }; } &&
11976 { ac_try='test -s conftest$ac_exeext'
11100 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11977 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11101 (eval $ac_try) 2>&5 11978 (eval $ac_try) 2>&5
11102 ac_status=$? 11979 ac_status=$?
@@ -11109,7 +11986,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
11109 11986
11110emacs_cv_netdb_declares_h_errno=no 11987emacs_cv_netdb_declares_h_errno=no
11111fi 11988fi
11112rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11989rm -f conftest.err conftest.$ac_objext \
11990 conftest$ac_exeext conftest.$ac_ext
11113fi 11991fi
11114echo "$as_me:$LINENO: result: $emacs_cv_netdb_declares_h_errno" >&5 11992echo "$as_me:$LINENO: result: $emacs_cv_netdb_declares_h_errno" >&5
11115echo "${ECHO_T}$emacs_cv_netdb_declares_h_errno" >&6 11993echo "${ECHO_T}$emacs_cv_netdb_declares_h_errno" >&6
@@ -11129,7 +12007,6 @@ if test "${ac_cv_working_alloca_h+set}" = set; then
11129 echo $ECHO_N "(cached) $ECHO_C" >&6 12007 echo $ECHO_N "(cached) $ECHO_C" >&6
11130else 12008else
11131 cat >conftest.$ac_ext <<_ACEOF 12009 cat >conftest.$ac_ext <<_ACEOF
11132#line $LINENO "configure"
11133/* confdefs.h. */ 12010/* confdefs.h. */
11134_ACEOF 12011_ACEOF
11135cat confdefs.h >>conftest.$ac_ext 12012cat confdefs.h >>conftest.$ac_ext
@@ -11146,11 +12023,21 @@ char *p = (char *) alloca (2 * sizeof (int));
11146_ACEOF 12023_ACEOF
11147rm -f conftest.$ac_objext conftest$ac_exeext 12024rm -f conftest.$ac_objext conftest$ac_exeext
11148if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 12025if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11149 (eval $ac_link) 2>&5 12026 (eval $ac_link) 2>conftest.er1
11150 ac_status=$? 12027 ac_status=$?
12028 grep -v '^ *+' conftest.er1 >conftest.err
12029 rm -f conftest.er1
12030 cat conftest.err >&5
11151 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11152 (exit $ac_status); } && 12032 (exit $ac_status); } &&
11153 { ac_try='test -s conftest$ac_exeext' 12033 { ac_try='test -z "$ac_c_werror_flag"
12034 || test ! -s conftest.err'
12035 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12036 (eval $ac_try) 2>&5
12037 ac_status=$?
12038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12039 (exit $ac_status); }; } &&
12040 { ac_try='test -s conftest$ac_exeext'
11154 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12041 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11155 (eval $ac_try) 2>&5 12042 (eval $ac_try) 2>&5
11156 ac_status=$? 12043 ac_status=$?
@@ -11163,7 +12050,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
11163 12050
11164ac_cv_working_alloca_h=no 12051ac_cv_working_alloca_h=no
11165fi 12052fi
11166rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 12053rm -f conftest.err conftest.$ac_objext \
12054 conftest$ac_exeext conftest.$ac_ext
11167fi 12055fi
11168echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5 12056echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
11169echo "${ECHO_T}$ac_cv_working_alloca_h" >&6 12057echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
@@ -11181,7 +12069,6 @@ if test "${ac_cv_func_alloca_works+set}" = set; then
11181 echo $ECHO_N "(cached) $ECHO_C" >&6 12069 echo $ECHO_N "(cached) $ECHO_C" >&6
11182else 12070else
11183 cat >conftest.$ac_ext <<_ACEOF 12071 cat >conftest.$ac_ext <<_ACEOF
11184#line $LINENO "configure"
11185/* confdefs.h. */ 12072/* confdefs.h. */
11186_ACEOF 12073_ACEOF
11187cat confdefs.h >>conftest.$ac_ext 12074cat confdefs.h >>conftest.$ac_ext
@@ -11218,11 +12105,21 @@ char *p = (char *) alloca (1);
11218_ACEOF 12105_ACEOF
11219rm -f conftest.$ac_objext conftest$ac_exeext 12106rm -f conftest.$ac_objext conftest$ac_exeext
11220if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 12107if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11221 (eval $ac_link) 2>&5 12108 (eval $ac_link) 2>conftest.er1
11222 ac_status=$? 12109 ac_status=$?
12110 grep -v '^ *+' conftest.er1 >conftest.err
12111 rm -f conftest.er1
12112 cat conftest.err >&5
11223 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11224 (exit $ac_status); } && 12114 (exit $ac_status); } &&
11225 { ac_try='test -s conftest$ac_exeext' 12115 { ac_try='test -z "$ac_c_werror_flag"
12116 || test ! -s conftest.err'
12117 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12118 (eval $ac_try) 2>&5
12119 ac_status=$?
12120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12121 (exit $ac_status); }; } &&
12122 { ac_try='test -s conftest$ac_exeext'
11226 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12123 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11227 (eval $ac_try) 2>&5 12124 (eval $ac_try) 2>&5
11228 ac_status=$? 12125 ac_status=$?
@@ -11235,7 +12132,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
11235 12132
11236ac_cv_func_alloca_works=no 12133ac_cv_func_alloca_works=no
11237fi 12134fi
11238rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 12135rm -f conftest.err conftest.$ac_objext \
12136 conftest$ac_exeext conftest.$ac_ext
11239fi 12137fi
11240echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5 12138echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
11241echo "${ECHO_T}$ac_cv_func_alloca_works" >&6 12139echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
@@ -11265,7 +12163,6 @@ if test "${ac_cv_os_cray+set}" = set; then
11265 echo $ECHO_N "(cached) $ECHO_C" >&6 12163 echo $ECHO_N "(cached) $ECHO_C" >&6
11266else 12164else
11267 cat >conftest.$ac_ext <<_ACEOF 12165 cat >conftest.$ac_ext <<_ACEOF
11268#line $LINENO "configure"
11269/* confdefs.h. */ 12166/* confdefs.h. */
11270_ACEOF 12167_ACEOF
11271cat confdefs.h >>conftest.$ac_ext 12168cat confdefs.h >>conftest.$ac_ext
@@ -11298,21 +12195,28 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
11298 echo $ECHO_N "(cached) $ECHO_C" >&6 12195 echo $ECHO_N "(cached) $ECHO_C" >&6
11299else 12196else
11300 cat >conftest.$ac_ext <<_ACEOF 12197 cat >conftest.$ac_ext <<_ACEOF
11301#line $LINENO "configure"
11302/* confdefs.h. */ 12198/* confdefs.h. */
11303_ACEOF 12199_ACEOF
11304cat confdefs.h >>conftest.$ac_ext 12200cat confdefs.h >>conftest.$ac_ext
11305cat >>conftest.$ac_ext <<_ACEOF 12201cat >>conftest.$ac_ext <<_ACEOF
11306/* end confdefs.h. */ 12202/* end confdefs.h. */
12203/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12204 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12205#define $ac_func innocuous_$ac_func
12206
11307/* System header to define __stub macros and hopefully few prototypes, 12207/* System header to define __stub macros and hopefully few prototypes,
11308 which can conflict with char $ac_func (); below. 12208 which can conflict with char $ac_func (); below.
11309 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 12209 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11310 <limits.h> exists even on freestanding compilers. */ 12210 <limits.h> exists even on freestanding compilers. */
12211
11311#ifdef __STDC__ 12212#ifdef __STDC__
11312# include <limits.h> 12213# include <limits.h>
11313#else 12214#else
11314# include <assert.h> 12215# include <assert.h>
11315#endif 12216#endif
12217
12218#undef $ac_func
12219
11316/* Override any gcc2 internal prototype to avoid an error. */ 12220/* Override any gcc2 internal prototype to avoid an error. */
11317#ifdef __cplusplus 12221#ifdef __cplusplus
11318extern "C" 12222extern "C"
@@ -11343,11 +12247,21 @@ return f != $ac_func;
11343_ACEOF 12247_ACEOF
11344rm -f conftest.$ac_objext conftest$ac_exeext 12248rm -f conftest.$ac_objext conftest$ac_exeext
11345if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 12249if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11346 (eval $ac_link) 2>&5 12250 (eval $ac_link) 2>conftest.er1
11347 ac_status=$? 12251 ac_status=$?
12252 grep -v '^ *+' conftest.er1 >conftest.err
12253 rm -f conftest.er1
12254 cat conftest.err >&5
11348 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11349 (exit $ac_status); } && 12256 (exit $ac_status); } &&
11350 { ac_try='test -s conftest$ac_exeext' 12257 { ac_try='test -z "$ac_c_werror_flag"
12258 || test ! -s conftest.err'
12259 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12260 (eval $ac_try) 2>&5
12261 ac_status=$?
12262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12263 (exit $ac_status); }; } &&
12264 { ac_try='test -s conftest$ac_exeext'
11351 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12265 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11352 (eval $ac_try) 2>&5 12266 (eval $ac_try) 2>&5
11353 ac_status=$? 12267 ac_status=$?
@@ -11360,7 +12274,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
11360 12274
11361eval "$as_ac_var=no" 12275eval "$as_ac_var=no"
11362fi 12276fi
11363rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 12277rm -f conftest.err conftest.$ac_objext \
12278 conftest$ac_exeext conftest.$ac_ext
11364fi 12279fi
11365echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 12280echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
11366echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 12281echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -11385,7 +12300,6 @@ else
11385 ac_cv_c_stack_direction=0 12300 ac_cv_c_stack_direction=0
11386else 12301else
11387 cat >conftest.$ac_ext <<_ACEOF 12302 cat >conftest.$ac_ext <<_ACEOF
11388#line $LINENO "configure"
11389/* confdefs.h. */ 12303/* confdefs.h. */
11390_ACEOF 12304_ACEOF
11391cat confdefs.h >>conftest.$ac_ext 12305cat confdefs.h >>conftest.$ac_ext
@@ -11431,7 +12345,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
11431( exit $ac_status ) 12345( exit $ac_status )
11432ac_cv_c_stack_direction=-1 12346ac_cv_c_stack_direction=-1
11433fi 12347fi
11434rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 12348rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11435fi 12349fi
11436fi 12350fi
11437echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5 12351echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
@@ -11456,7 +12370,6 @@ else
11456 ac_check_lib_save_LIBS=$LIBS 12370 ac_check_lib_save_LIBS=$LIBS
11457LIBS="-lm $LIBS" 12371LIBS="-lm $LIBS"
11458cat >conftest.$ac_ext <<_ACEOF 12372cat >conftest.$ac_ext <<_ACEOF
11459#line $LINENO "configure"
11460/* confdefs.h. */ 12373/* confdefs.h. */
11461_ACEOF 12374_ACEOF
11462cat confdefs.h >>conftest.$ac_ext 12375cat confdefs.h >>conftest.$ac_ext
@@ -11480,11 +12393,21 @@ sqrt ();
11480_ACEOF 12393_ACEOF
11481rm -f conftest.$ac_objext conftest$ac_exeext 12394rm -f conftest.$ac_objext conftest$ac_exeext
11482if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 12395if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11483 (eval $ac_link) 2>&5 12396 (eval $ac_link) 2>conftest.er1
11484 ac_status=$? 12397 ac_status=$?
12398 grep -v '^ *+' conftest.er1 >conftest.err
12399 rm -f conftest.er1
12400 cat conftest.err >&5
11485 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11486 (exit $ac_status); } && 12402 (exit $ac_status); } &&
11487 { ac_try='test -s conftest$ac_exeext' 12403 { ac_try='test -z "$ac_c_werror_flag"
12404 || test ! -s conftest.err'
12405 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12406 (eval $ac_try) 2>&5
12407 ac_status=$?
12408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12409 (exit $ac_status); }; } &&
12410 { ac_try='test -s conftest$ac_exeext'
11488 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12411 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11489 (eval $ac_try) 2>&5 12412 (eval $ac_try) 2>&5
11490 ac_status=$? 12413 ac_status=$?
@@ -11497,7 +12420,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
11497 12420
11498ac_cv_lib_m_sqrt=no 12421ac_cv_lib_m_sqrt=no
11499fi 12422fi
11500rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 12423rm -f conftest.err conftest.$ac_objext \
12424 conftest$ac_exeext conftest.$ac_ext
11501LIBS=$ac_check_lib_save_LIBS 12425LIBS=$ac_check_lib_save_LIBS
11502fi 12426fi
11503echo "$as_me:$LINENO: result: $ac_cv_lib_m_sqrt" >&5 12427echo "$as_me:$LINENO: result: $ac_cv_lib_m_sqrt" >&5
@@ -11523,7 +12447,6 @@ else
11523 ac_check_lib_save_LIBS=$LIBS 12447 ac_check_lib_save_LIBS=$LIBS
11524LIBS="-lmail $LIBS" 12448LIBS="-lmail $LIBS"
11525cat >conftest.$ac_ext <<_ACEOF 12449cat >conftest.$ac_ext <<_ACEOF
11526#line $LINENO "configure"
11527/* confdefs.h. */ 12450/* confdefs.h. */
11528_ACEOF 12451_ACEOF
11529cat confdefs.h >>conftest.$ac_ext 12452cat confdefs.h >>conftest.$ac_ext
@@ -11547,11 +12470,21 @@ maillock ();
11547_ACEOF 12470_ACEOF
11548rm -f conftest.$ac_objext conftest$ac_exeext 12471rm -f conftest.$ac_objext conftest$ac_exeext
11549if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 12472if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11550 (eval $ac_link) 2>&5 12473 (eval $ac_link) 2>conftest.er1
11551 ac_status=$? 12474 ac_status=$?
12475 grep -v '^ *+' conftest.er1 >conftest.err
12476 rm -f conftest.er1
12477 cat conftest.err >&5
11552 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11553 (exit $ac_status); } && 12479 (exit $ac_status); } &&
11554 { ac_try='test -s conftest$ac_exeext' 12480 { ac_try='test -z "$ac_c_werror_flag"
12481 || test ! -s conftest.err'
12482 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12483 (eval $ac_try) 2>&5
12484 ac_status=$?
12485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12486 (exit $ac_status); }; } &&
12487 { ac_try='test -s conftest$ac_exeext'
11555 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12488 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11556 (eval $ac_try) 2>&5 12489 (eval $ac_try) 2>&5
11557 ac_status=$? 12490 ac_status=$?
@@ -11564,7 +12497,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
11564 12497
11565ac_cv_lib_mail_maillock=no 12498ac_cv_lib_mail_maillock=no
11566fi 12499fi
11567rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 12500rm -f conftest.err conftest.$ac_objext \
12501 conftest$ac_exeext conftest.$ac_ext
11568LIBS=$ac_check_lib_save_LIBS 12502LIBS=$ac_check_lib_save_LIBS
11569fi 12503fi
11570echo "$as_me:$LINENO: result: $ac_cv_lib_mail_maillock" >&5 12504echo "$as_me:$LINENO: result: $ac_cv_lib_mail_maillock" >&5
@@ -11587,7 +12521,6 @@ else
11587 ac_check_lib_save_LIBS=$LIBS 12521 ac_check_lib_save_LIBS=$LIBS
11588LIBS="-llockfile $LIBS" 12522LIBS="-llockfile $LIBS"
11589cat >conftest.$ac_ext <<_ACEOF 12523cat >conftest.$ac_ext <<_ACEOF
11590#line $LINENO "configure"
11591/* confdefs.h. */ 12524/* confdefs.h. */
11592_ACEOF 12525_ACEOF
11593cat confdefs.h >>conftest.$ac_ext 12526cat confdefs.h >>conftest.$ac_ext
@@ -11611,11 +12544,21 @@ maillock ();
11611_ACEOF 12544_ACEOF
11612rm -f conftest.$ac_objext conftest$ac_exeext 12545rm -f conftest.$ac_objext conftest$ac_exeext
11613if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 12546if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11614 (eval $ac_link) 2>&5 12547 (eval $ac_link) 2>conftest.er1
11615 ac_status=$? 12548 ac_status=$?
12549 grep -v '^ *+' conftest.er1 >conftest.err
12550 rm -f conftest.er1
12551 cat conftest.err >&5
11616 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11617 (exit $ac_status); } && 12553 (exit $ac_status); } &&
11618 { ac_try='test -s conftest$ac_exeext' 12554 { ac_try='test -z "$ac_c_werror_flag"
12555 || test ! -s conftest.err'
12556 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12557 (eval $ac_try) 2>&5
12558 ac_status=$?
12559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12560 (exit $ac_status); }; } &&
12561 { ac_try='test -s conftest$ac_exeext'
11619 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12562 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11620 (eval $ac_try) 2>&5 12563 (eval $ac_try) 2>&5
11621 ac_status=$? 12564 ac_status=$?
@@ -11628,7 +12571,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
11628 12571
11629ac_cv_lib_lockfile_maillock=no 12572ac_cv_lib_lockfile_maillock=no
11630fi 12573fi
11631rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 12574rm -f conftest.err conftest.$ac_objext \
12575 conftest$ac_exeext conftest.$ac_ext
11632LIBS=$ac_check_lib_save_LIBS 12576LIBS=$ac_check_lib_save_LIBS
11633fi 12577fi
11634echo "$as_me:$LINENO: result: $ac_cv_lib_lockfile_maillock" >&5 12578echo "$as_me:$LINENO: result: $ac_cv_lib_lockfile_maillock" >&5
@@ -11704,21 +12648,28 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
11704 echo $ECHO_N "(cached) $ECHO_C" >&6 12648 echo $ECHO_N "(cached) $ECHO_C" >&6
11705else 12649else
11706 cat >conftest.$ac_ext <<_ACEOF 12650 cat >conftest.$ac_ext <<_ACEOF
11707#line $LINENO "configure"
11708/* confdefs.h. */ 12651/* confdefs.h. */
11709_ACEOF 12652_ACEOF
11710cat confdefs.h >>conftest.$ac_ext 12653cat confdefs.h >>conftest.$ac_ext
11711cat >>conftest.$ac_ext <<_ACEOF 12654cat >>conftest.$ac_ext <<_ACEOF
11712/* end confdefs.h. */ 12655/* end confdefs.h. */
12656/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12657 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12658#define $ac_func innocuous_$ac_func
12659
11713/* System header to define __stub macros and hopefully few prototypes, 12660/* System header to define __stub macros and hopefully few prototypes,
11714 which can conflict with char $ac_func (); below. 12661 which can conflict with char $ac_func (); below.
11715 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 12662 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11716 <limits.h> exists even on freestanding compilers. */ 12663 <limits.h> exists even on freestanding compilers. */
12664
11717#ifdef __STDC__ 12665#ifdef __STDC__
11718# include <limits.h> 12666# include <limits.h>
11719#else 12667#else
11720# include <assert.h> 12668# include <assert.h>
11721#endif 12669#endif
12670
12671#undef $ac_func
12672
11722/* Override any gcc2 internal prototype to avoid an error. */ 12673/* Override any gcc2 internal prototype to avoid an error. */
11723#ifdef __cplusplus 12674#ifdef __cplusplus
11724extern "C" 12675extern "C"
@@ -11749,11 +12700,21 @@ return f != $ac_func;
11749_ACEOF 12700_ACEOF
11750rm -f conftest.$ac_objext conftest$ac_exeext 12701rm -f conftest.$ac_objext conftest$ac_exeext
11751if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 12702if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11752 (eval $ac_link) 2>&5 12703 (eval $ac_link) 2>conftest.er1
11753 ac_status=$? 12704 ac_status=$?
12705 grep -v '^ *+' conftest.er1 >conftest.err
12706 rm -f conftest.er1
12707 cat conftest.err >&5
11754 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11755 (exit $ac_status); } && 12709 (exit $ac_status); } &&
11756 { ac_try='test -s conftest$ac_exeext' 12710 { ac_try='test -z "$ac_c_werror_flag"
12711 || test ! -s conftest.err'
12712 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12713 (eval $ac_try) 2>&5
12714 ac_status=$?
12715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12716 (exit $ac_status); }; } &&
12717 { ac_try='test -s conftest$ac_exeext'
11757 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12718 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11758 (eval $ac_try) 2>&5 12719 (eval $ac_try) 2>&5
11759 ac_status=$? 12720 ac_status=$?
@@ -11766,7 +12727,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
11766 12727
11767eval "$as_ac_var=no" 12728eval "$as_ac_var=no"
11768fi 12729fi
11769rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 12730rm -f conftest.err conftest.$ac_objext \
12731 conftest$ac_exeext conftest.$ac_ext
11770fi 12732fi
11771echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 12733echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
11772echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 12734echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -11795,7 +12757,6 @@ else
11795echo "$as_me:$LINENO: checking $ac_header usability" >&5 12757echo "$as_me:$LINENO: checking $ac_header usability" >&5
11796echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 12758echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
11797cat >conftest.$ac_ext <<_ACEOF 12759cat >conftest.$ac_ext <<_ACEOF
11798#line $LINENO "configure"
11799/* confdefs.h. */ 12760/* confdefs.h. */
11800_ACEOF 12761_ACEOF
11801cat confdefs.h >>conftest.$ac_ext 12762cat confdefs.h >>conftest.$ac_ext
@@ -11806,11 +12767,21 @@ $ac_includes_default
11806_ACEOF 12767_ACEOF
11807rm -f conftest.$ac_objext 12768rm -f conftest.$ac_objext
11808if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 12769if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11809 (eval $ac_compile) 2>&5 12770 (eval $ac_compile) 2>conftest.er1
11810 ac_status=$? 12771 ac_status=$?
12772 grep -v '^ *+' conftest.er1 >conftest.err
12773 rm -f conftest.er1
12774 cat conftest.err >&5
11811 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11812 (exit $ac_status); } && 12776 (exit $ac_status); } &&
11813 { ac_try='test -s conftest.$ac_objext' 12777 { ac_try='test -z "$ac_c_werror_flag"
12778 || test ! -s conftest.err'
12779 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12780 (eval $ac_try) 2>&5
12781 ac_status=$?
12782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12783 (exit $ac_status); }; } &&
12784 { ac_try='test -s conftest.$ac_objext'
11814 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12785 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11815 (eval $ac_try) 2>&5 12786 (eval $ac_try) 2>&5
11816 ac_status=$? 12787 ac_status=$?
@@ -11823,7 +12794,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
11823 12794
11824ac_header_compiler=no 12795ac_header_compiler=no
11825fi 12796fi
11826rm -f conftest.$ac_objext conftest.$ac_ext 12797rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11827echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 12798echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11828echo "${ECHO_T}$ac_header_compiler" >&6 12799echo "${ECHO_T}$ac_header_compiler" >&6
11829 12800
@@ -11831,7 +12802,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
11831echo "$as_me:$LINENO: checking $ac_header presence" >&5 12802echo "$as_me:$LINENO: checking $ac_header presence" >&5
11832echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 12803echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
11833cat >conftest.$ac_ext <<_ACEOF 12804cat >conftest.$ac_ext <<_ACEOF
11834#line $LINENO "configure"
11835/* confdefs.h. */ 12805/* confdefs.h. */
11836_ACEOF 12806_ACEOF
11837cat confdefs.h >>conftest.$ac_ext 12807cat confdefs.h >>conftest.$ac_ext
@@ -11849,6 +12819,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11849 (exit $ac_status); } >/dev/null; then 12819 (exit $ac_status); } >/dev/null; then
11850 if test -s conftest.err; then 12820 if test -s conftest.err; then
11851 ac_cpp_err=$ac_c_preproc_warn_flag 12821 ac_cpp_err=$ac_c_preproc_warn_flag
12822 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
11852 else 12823 else
11853 ac_cpp_err= 12824 ac_cpp_err=
11854 fi 12825 fi
@@ -11868,33 +12839,32 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11868echo "${ECHO_T}$ac_header_preproc" >&6 12839echo "${ECHO_T}$ac_header_preproc" >&6
11869 12840
11870# So? What about this header? 12841# So? What about this header?
11871case $ac_header_compiler:$ac_header_preproc in 12842case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11872 yes:no ) 12843 yes:no: )
11873 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 12844 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11874echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 12845echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11875 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 12846 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11876echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 12847echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11877 ( 12848 ac_header_preproc=yes
11878 cat <<\_ASBOX
11879## ------------------------------------ ##
11880## Report this to bug-autoconf@gnu.org. ##
11881## ------------------------------------ ##
11882_ASBOX
11883 ) |
11884 sed "s/^/$as_me: WARNING: /" >&2
11885 ;; 12849 ;;
11886 no:yes ) 12850 no:yes:* )
11887 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 12851 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11888echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 12852echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11889 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 12853 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11890echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 12854echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12855 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12856echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12857 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12858echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11891 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 12859 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11892echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 12860echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12861 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12862echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11893 ( 12863 (
11894 cat <<\_ASBOX 12864 cat <<\_ASBOX
11895## ------------------------------------ ## 12865## ------------------------------------------ ##
11896## Report this to bug-autoconf@gnu.org. ## 12866## Report this to the AC_PACKAGE_NAME lists. ##
11897## ------------------------------------ ## 12867## ------------------------------------------ ##
11898_ASBOX 12868_ASBOX
11899 ) | 12869 ) |
11900 sed "s/^/$as_me: WARNING: /" >&2 12870 sed "s/^/$as_me: WARNING: /" >&2
@@ -11905,7 +12875,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11905if eval "test \"\${$as_ac_Header+set}\" = set"; then 12875if eval "test \"\${$as_ac_Header+set}\" = set"; then
11906 echo $ECHO_N "(cached) $ECHO_C" >&6 12876 echo $ECHO_N "(cached) $ECHO_C" >&6
11907else 12877else
11908 eval "$as_ac_Header=$ac_header_preproc" 12878 eval "$as_ac_Header=\$ac_header_preproc"
11909fi 12879fi
11910echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 12880echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11911echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 12881echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -12005,21 +12975,28 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
12005 echo $ECHO_N "(cached) $ECHO_C" >&6 12975 echo $ECHO_N "(cached) $ECHO_C" >&6
12006else 12976else
12007 cat >conftest.$ac_ext <<_ACEOF 12977 cat >conftest.$ac_ext <<_ACEOF
12008#line $LINENO "configure"
12009/* confdefs.h. */ 12978/* confdefs.h. */
12010_ACEOF 12979_ACEOF
12011cat confdefs.h >>conftest.$ac_ext 12980cat confdefs.h >>conftest.$ac_ext
12012cat >>conftest.$ac_ext <<_ACEOF 12981cat >>conftest.$ac_ext <<_ACEOF
12013/* end confdefs.h. */ 12982/* end confdefs.h. */
12983/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12984 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12985#define $ac_func innocuous_$ac_func
12986
12014/* System header to define __stub macros and hopefully few prototypes, 12987/* System header to define __stub macros and hopefully few prototypes,
12015 which can conflict with char $ac_func (); below. 12988 which can conflict with char $ac_func (); below.
12016 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 12989 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12017 <limits.h> exists even on freestanding compilers. */ 12990 <limits.h> exists even on freestanding compilers. */
12991
12018#ifdef __STDC__ 12992#ifdef __STDC__
12019# include <limits.h> 12993# include <limits.h>
12020#else 12994#else
12021# include <assert.h> 12995# include <assert.h>
12022#endif 12996#endif
12997
12998#undef $ac_func
12999
12023/* Override any gcc2 internal prototype to avoid an error. */ 13000/* Override any gcc2 internal prototype to avoid an error. */
12024#ifdef __cplusplus 13001#ifdef __cplusplus
12025extern "C" 13002extern "C"
@@ -12050,11 +13027,21 @@ return f != $ac_func;
12050_ACEOF 13027_ACEOF
12051rm -f conftest.$ac_objext conftest$ac_exeext 13028rm -f conftest.$ac_objext conftest$ac_exeext
12052if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 13029if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12053 (eval $ac_link) 2>&5 13030 (eval $ac_link) 2>conftest.er1
12054 ac_status=$? 13031 ac_status=$?
13032 grep -v '^ *+' conftest.er1 >conftest.err
13033 rm -f conftest.er1
13034 cat conftest.err >&5
12055 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12056 (exit $ac_status); } && 13036 (exit $ac_status); } &&
12057 { ac_try='test -s conftest$ac_exeext' 13037 { ac_try='test -z "$ac_c_werror_flag"
13038 || test ! -s conftest.err'
13039 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13040 (eval $ac_try) 2>&5
13041 ac_status=$?
13042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13043 (exit $ac_status); }; } &&
13044 { ac_try='test -s conftest$ac_exeext'
12058 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13045 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12059 (eval $ac_try) 2>&5 13046 (eval $ac_try) 2>&5
12060 ac_status=$? 13047 ac_status=$?
@@ -12067,7 +13054,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
12067 13054
12068eval "$as_ac_var=no" 13055eval "$as_ac_var=no"
12069fi 13056fi
12070rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 13057rm -f conftest.err conftest.$ac_objext \
13058 conftest$ac_exeext conftest.$ac_ext
12071fi 13059fi
12072echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 13060echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
12073echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 13061echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -12097,7 +13085,6 @@ else
12097echo "$as_me:$LINENO: checking $ac_header usability" >&5 13085echo "$as_me:$LINENO: checking $ac_header usability" >&5
12098echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 13086echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12099cat >conftest.$ac_ext <<_ACEOF 13087cat >conftest.$ac_ext <<_ACEOF
12100#line $LINENO "configure"
12101/* confdefs.h. */ 13088/* confdefs.h. */
12102_ACEOF 13089_ACEOF
12103cat confdefs.h >>conftest.$ac_ext 13090cat confdefs.h >>conftest.$ac_ext
@@ -12108,11 +13095,21 @@ $ac_includes_default
12108_ACEOF 13095_ACEOF
12109rm -f conftest.$ac_objext 13096rm -f conftest.$ac_objext
12110if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 13097if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12111 (eval $ac_compile) 2>&5 13098 (eval $ac_compile) 2>conftest.er1
12112 ac_status=$? 13099 ac_status=$?
13100 grep -v '^ *+' conftest.er1 >conftest.err
13101 rm -f conftest.er1
13102 cat conftest.err >&5
12113 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12114 (exit $ac_status); } && 13104 (exit $ac_status); } &&
12115 { ac_try='test -s conftest.$ac_objext' 13105 { ac_try='test -z "$ac_c_werror_flag"
13106 || test ! -s conftest.err'
13107 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13108 (eval $ac_try) 2>&5
13109 ac_status=$?
13110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13111 (exit $ac_status); }; } &&
13112 { ac_try='test -s conftest.$ac_objext'
12116 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13113 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12117 (eval $ac_try) 2>&5 13114 (eval $ac_try) 2>&5
12118 ac_status=$? 13115 ac_status=$?
@@ -12125,7 +13122,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
12125 13122
12126ac_header_compiler=no 13123ac_header_compiler=no
12127fi 13124fi
12128rm -f conftest.$ac_objext conftest.$ac_ext 13125rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12129echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 13126echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12130echo "${ECHO_T}$ac_header_compiler" >&6 13127echo "${ECHO_T}$ac_header_compiler" >&6
12131 13128
@@ -12133,7 +13130,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
12133echo "$as_me:$LINENO: checking $ac_header presence" >&5 13130echo "$as_me:$LINENO: checking $ac_header presence" >&5
12134echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 13131echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12135cat >conftest.$ac_ext <<_ACEOF 13132cat >conftest.$ac_ext <<_ACEOF
12136#line $LINENO "configure"
12137/* confdefs.h. */ 13133/* confdefs.h. */
12138_ACEOF 13134_ACEOF
12139cat confdefs.h >>conftest.$ac_ext 13135cat confdefs.h >>conftest.$ac_ext
@@ -12151,6 +13147,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12151 (exit $ac_status); } >/dev/null; then 13147 (exit $ac_status); } >/dev/null; then
12152 if test -s conftest.err; then 13148 if test -s conftest.err; then
12153 ac_cpp_err=$ac_c_preproc_warn_flag 13149 ac_cpp_err=$ac_c_preproc_warn_flag
13150 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
12154 else 13151 else
12155 ac_cpp_err= 13152 ac_cpp_err=
12156 fi 13153 fi
@@ -12170,33 +13167,32 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12170echo "${ECHO_T}$ac_header_preproc" >&6 13167echo "${ECHO_T}$ac_header_preproc" >&6
12171 13168
12172# So? What about this header? 13169# So? What about this header?
12173case $ac_header_compiler:$ac_header_preproc in 13170case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12174 yes:no ) 13171 yes:no: )
12175 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 13172 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12176echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 13173echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12177 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 13174 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12178echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 13175echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12179 ( 13176 ac_header_preproc=yes
12180 cat <<\_ASBOX
12181## ------------------------------------ ##
12182## Report this to bug-autoconf@gnu.org. ##
12183## ------------------------------------ ##
12184_ASBOX
12185 ) |
12186 sed "s/^/$as_me: WARNING: /" >&2
12187 ;; 13177 ;;
12188 no:yes ) 13178 no:yes:* )
12189 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 13179 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12190echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 13180echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12191 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 13181 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12192echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 13182echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13183 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13184echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13185 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
13186echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12193 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 13187 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12194echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 13188echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13189 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13190echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12195 ( 13191 (
12196 cat <<\_ASBOX 13192 cat <<\_ASBOX
12197## ------------------------------------ ## 13193## ------------------------------------------ ##
12198## Report this to bug-autoconf@gnu.org. ## 13194## Report this to the AC_PACKAGE_NAME lists. ##
12199## ------------------------------------ ## 13195## ------------------------------------------ ##
12200_ASBOX 13196_ASBOX
12201 ) | 13197 ) |
12202 sed "s/^/$as_me: WARNING: /" >&2 13198 sed "s/^/$as_me: WARNING: /" >&2
@@ -12207,7 +13203,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12207if eval "test \"\${$as_ac_Header+set}\" = set"; then 13203if eval "test \"\${$as_ac_Header+set}\" = set"; then
12208 echo $ECHO_N "(cached) $ECHO_C" >&6 13204 echo $ECHO_N "(cached) $ECHO_C" >&6
12209else 13205else
12210 eval "$as_ac_Header=$ac_header_preproc" 13206 eval "$as_ac_Header=\$ac_header_preproc"
12211fi 13207fi
12212echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 13208echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12213echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 13209echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -12225,7 +13221,8 @@ done
12225 13221
12226 13222
12227 13223
12228for ac_header in sys/time.h unistd.h 13224
13225for ac_header in stdlib.h sys/time.h unistd.h
12229do 13226do
12230as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 13227as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12231if eval "test \"\${$as_ac_Header+set}\" = set"; then 13228if eval "test \"\${$as_ac_Header+set}\" = set"; then
@@ -12241,7 +13238,6 @@ else
12241echo "$as_me:$LINENO: checking $ac_header usability" >&5 13238echo "$as_me:$LINENO: checking $ac_header usability" >&5
12242echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 13239echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
12243cat >conftest.$ac_ext <<_ACEOF 13240cat >conftest.$ac_ext <<_ACEOF
12244#line $LINENO "configure"
12245/* confdefs.h. */ 13241/* confdefs.h. */
12246_ACEOF 13242_ACEOF
12247cat confdefs.h >>conftest.$ac_ext 13243cat confdefs.h >>conftest.$ac_ext
@@ -12252,11 +13248,21 @@ $ac_includes_default
12252_ACEOF 13248_ACEOF
12253rm -f conftest.$ac_objext 13249rm -f conftest.$ac_objext
12254if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 13250if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12255 (eval $ac_compile) 2>&5 13251 (eval $ac_compile) 2>conftest.er1
12256 ac_status=$? 13252 ac_status=$?
13253 grep -v '^ *+' conftest.er1 >conftest.err
13254 rm -f conftest.er1
13255 cat conftest.err >&5
12257 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12258 (exit $ac_status); } && 13257 (exit $ac_status); } &&
12259 { ac_try='test -s conftest.$ac_objext' 13258 { ac_try='test -z "$ac_c_werror_flag"
13259 || test ! -s conftest.err'
13260 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13261 (eval $ac_try) 2>&5
13262 ac_status=$?
13263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13264 (exit $ac_status); }; } &&
13265 { ac_try='test -s conftest.$ac_objext'
12260 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13266 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12261 (eval $ac_try) 2>&5 13267 (eval $ac_try) 2>&5
12262 ac_status=$? 13268 ac_status=$?
@@ -12269,7 +13275,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
12269 13275
12270ac_header_compiler=no 13276ac_header_compiler=no
12271fi 13277fi
12272rm -f conftest.$ac_objext conftest.$ac_ext 13278rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12273echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 13279echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12274echo "${ECHO_T}$ac_header_compiler" >&6 13280echo "${ECHO_T}$ac_header_compiler" >&6
12275 13281
@@ -12277,7 +13283,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
12277echo "$as_me:$LINENO: checking $ac_header presence" >&5 13283echo "$as_me:$LINENO: checking $ac_header presence" >&5
12278echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 13284echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
12279cat >conftest.$ac_ext <<_ACEOF 13285cat >conftest.$ac_ext <<_ACEOF
12280#line $LINENO "configure"
12281/* confdefs.h. */ 13286/* confdefs.h. */
12282_ACEOF 13287_ACEOF
12283cat confdefs.h >>conftest.$ac_ext 13288cat confdefs.h >>conftest.$ac_ext
@@ -12295,6 +13300,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12295 (exit $ac_status); } >/dev/null; then 13300 (exit $ac_status); } >/dev/null; then
12296 if test -s conftest.err; then 13301 if test -s conftest.err; then
12297 ac_cpp_err=$ac_c_preproc_warn_flag 13302 ac_cpp_err=$ac_c_preproc_warn_flag
13303 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
12298 else 13304 else
12299 ac_cpp_err= 13305 ac_cpp_err=
12300 fi 13306 fi
@@ -12314,33 +13320,32 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12314echo "${ECHO_T}$ac_header_preproc" >&6 13320echo "${ECHO_T}$ac_header_preproc" >&6
12315 13321
12316# So? What about this header? 13322# So? What about this header?
12317case $ac_header_compiler:$ac_header_preproc in 13323case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12318 yes:no ) 13324 yes:no: )
12319 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 13325 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12320echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 13326echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12321 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 13327 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12322echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 13328echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12323 ( 13329 ac_header_preproc=yes
12324 cat <<\_ASBOX
12325## ------------------------------------ ##
12326## Report this to bug-autoconf@gnu.org. ##
12327## ------------------------------------ ##
12328_ASBOX
12329 ) |
12330 sed "s/^/$as_me: WARNING: /" >&2
12331 ;; 13330 ;;
12332 no:yes ) 13331 no:yes:* )
12333 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 13332 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12334echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 13333echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12335 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 13334 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12336echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 13335echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13336 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13337echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13338 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
13339echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12337 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 13340 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12338echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 13341echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13342 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13343echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12339 ( 13344 (
12340 cat <<\_ASBOX 13345 cat <<\_ASBOX
12341## ------------------------------------ ## 13346## ------------------------------------------ ##
12342## Report this to bug-autoconf@gnu.org. ## 13347## Report this to the AC_PACKAGE_NAME lists. ##
12343## ------------------------------------ ## 13348## ------------------------------------------ ##
12344_ASBOX 13349_ASBOX
12345 ) | 13350 ) |
12346 sed "s/^/$as_me: WARNING: /" >&2 13351 sed "s/^/$as_me: WARNING: /" >&2
@@ -12351,7 +13356,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12351if eval "test \"\${$as_ac_Header+set}\" = set"; then 13356if eval "test \"\${$as_ac_Header+set}\" = set"; then
12352 echo $ECHO_N "(cached) $ECHO_C" >&6 13357 echo $ECHO_N "(cached) $ECHO_C" >&6
12353else 13358else
12354 eval "$as_ac_Header=$ac_header_preproc" 13359 eval "$as_ac_Header=\$ac_header_preproc"
12355fi 13360fi
12356echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 13361echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
12357echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 13362echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -12376,21 +13381,28 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
12376 echo $ECHO_N "(cached) $ECHO_C" >&6 13381 echo $ECHO_N "(cached) $ECHO_C" >&6
12377else 13382else
12378 cat >conftest.$ac_ext <<_ACEOF 13383 cat >conftest.$ac_ext <<_ACEOF
12379#line $LINENO "configure"
12380/* confdefs.h. */ 13384/* confdefs.h. */
12381_ACEOF 13385_ACEOF
12382cat confdefs.h >>conftest.$ac_ext 13386cat confdefs.h >>conftest.$ac_ext
12383cat >>conftest.$ac_ext <<_ACEOF 13387cat >>conftest.$ac_ext <<_ACEOF
12384/* end confdefs.h. */ 13388/* end confdefs.h. */
13389/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13390 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13391#define $ac_func innocuous_$ac_func
13392
12385/* System header to define __stub macros and hopefully few prototypes, 13393/* System header to define __stub macros and hopefully few prototypes,
12386 which can conflict with char $ac_func (); below. 13394 which can conflict with char $ac_func (); below.
12387 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 13395 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12388 <limits.h> exists even on freestanding compilers. */ 13396 <limits.h> exists even on freestanding compilers. */
13397
12389#ifdef __STDC__ 13398#ifdef __STDC__
12390# include <limits.h> 13399# include <limits.h>
12391#else 13400#else
12392# include <assert.h> 13401# include <assert.h>
12393#endif 13402#endif
13403
13404#undef $ac_func
13405
12394/* Override any gcc2 internal prototype to avoid an error. */ 13406/* Override any gcc2 internal prototype to avoid an error. */
12395#ifdef __cplusplus 13407#ifdef __cplusplus
12396extern "C" 13408extern "C"
@@ -12421,11 +13433,21 @@ return f != $ac_func;
12421_ACEOF 13433_ACEOF
12422rm -f conftest.$ac_objext conftest$ac_exeext 13434rm -f conftest.$ac_objext conftest$ac_exeext
12423if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 13435if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12424 (eval $ac_link) 2>&5 13436 (eval $ac_link) 2>conftest.er1
12425 ac_status=$? 13437 ac_status=$?
13438 grep -v '^ *+' conftest.er1 >conftest.err
13439 rm -f conftest.er1
13440 cat conftest.err >&5
12426 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12427 (exit $ac_status); } && 13442 (exit $ac_status); } &&
12428 { ac_try='test -s conftest$ac_exeext' 13443 { ac_try='test -z "$ac_c_werror_flag"
13444 || test ! -s conftest.err'
13445 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13446 (eval $ac_try) 2>&5
13447 ac_status=$?
13448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13449 (exit $ac_status); }; } &&
13450 { ac_try='test -s conftest$ac_exeext'
12429 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13451 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12430 (eval $ac_try) 2>&5 13452 (eval $ac_try) 2>&5
12431 ac_status=$? 13453 ac_status=$?
@@ -12438,7 +13460,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
12438 13460
12439eval "$as_ac_var=no" 13461eval "$as_ac_var=no"
12440fi 13462fi
12441rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 13463rm -f conftest.err conftest.$ac_objext \
13464 conftest$ac_exeext conftest.$ac_ext
12442fi 13465fi
12443echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 13466echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
12444echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 13467echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -12459,7 +13482,6 @@ else
12459 ac_cv_func_working_mktime=no 13482 ac_cv_func_working_mktime=no
12460else 13483else
12461 cat >conftest.$ac_ext <<_ACEOF 13484 cat >conftest.$ac_ext <<_ACEOF
12462#line $LINENO "configure"
12463/* confdefs.h. */ 13485/* confdefs.h. */
12464_ACEOF 13486_ACEOF
12465cat confdefs.h >>conftest.$ac_ext 13487cat confdefs.h >>conftest.$ac_ext
@@ -12477,6 +13499,10 @@ cat >>conftest.$ac_ext <<_ACEOF
12477# endif 13499# endif
12478#endif 13500#endif
12479 13501
13502#if HAVE_STDLIB_H
13503# include <stdlib.h>
13504#endif
13505
12480#if HAVE_UNISTD_H 13506#if HAVE_UNISTD_H
12481# include <unistd.h> 13507# include <unistd.h>
12482#endif 13508#endif
@@ -12489,10 +13515,11 @@ cat >>conftest.$ac_ext <<_ACEOF
12489#undef putenv 13515#undef putenv
12490 13516
12491static time_t time_t_max; 13517static time_t time_t_max;
13518static time_t time_t_min;
12492 13519
12493/* Values we'll use to set the TZ environment variable. */ 13520/* Values we'll use to set the TZ environment variable. */
12494static const char *const tz_strings[] = { 13521static char *tz_strings[] = {
12495 (const char *) 0, "TZ=GMT0", "TZ=JST-9", 13522 (char *) 0, "TZ=GMT0", "TZ=JST-9",
12496 "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00" 13523 "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00"
12497}; 13524};
12498#define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0])) 13525#define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0]))
@@ -12523,15 +13550,21 @@ spring_forward_gap ()
12523} 13550}
12524 13551
12525static void 13552static void
12526mktime_test (now) 13553mktime_test1 (now)
12527 time_t now; 13554 time_t now;
12528{ 13555{
12529 struct tm *lt; 13556 struct tm *lt;
12530 if ((lt = localtime (&now)) && mktime (lt) != now) 13557 if ((lt = localtime (&now)) && mktime (lt) != now)
12531 exit (1); 13558 exit (1);
12532 now = time_t_max - now; 13559}
12533 if ((lt = localtime (&now)) && mktime (lt) != now) 13560
12534 exit (1); 13561static void
13562mktime_test (now)
13563 time_t now;
13564{
13565 mktime_test1 (now);
13566 mktime_test1 ((time_t) (time_t_max - now));
13567 mktime_test1 ((time_t) (time_t_min + now));
12535} 13568}
12536 13569
12537static void 13570static void
@@ -12591,6 +13624,9 @@ main ()
12591 for (time_t_max = 1; 0 < time_t_max; time_t_max *= 2) 13624 for (time_t_max = 1; 0 < time_t_max; time_t_max *= 2)
12592 continue; 13625 continue;
12593 time_t_max--; 13626 time_t_max--;
13627 if ((time_t) -1 < 0)
13628 for (time_t_min = -1; (time_t) (time_t_min * 2) < 0; time_t_min *= 2)
13629 continue;
12594 delta = time_t_max / 997; /* a suitable prime number */ 13630 delta = time_t_max / 997; /* a suitable prime number */
12595 for (i = 0; i < N_STRINGS; i++) 13631 for (i = 0; i < N_STRINGS; i++)
12596 { 13632 {
@@ -12599,11 +13635,12 @@ main ()
12599 13635
12600 for (t = 0; t <= time_t_max - delta; t += delta) 13636 for (t = 0; t <= time_t_max - delta; t += delta)
12601 mktime_test (t); 13637 mktime_test (t);
12602 mktime_test ((time_t) 60 * 60); 13638 mktime_test ((time_t) 1);
12603 mktime_test ((time_t) 60 * 60 * 24); 13639 mktime_test ((time_t) (60 * 60));
13640 mktime_test ((time_t) (60 * 60 * 24));
12604 13641
12605 for (j = 1; 0 < j; j *= 2) 13642 for (j = 1; 0 < j; j *= 2)
12606 bigtime_test (j); 13643 bigtime_test (j);
12607 bigtime_test (j - 1); 13644 bigtime_test (j - 1);
12608 } 13645 }
12609 irix_6_4_bug (); 13646 irix_6_4_bug ();
@@ -12631,13 +13668,20 @@ sed 's/^/| /' conftest.$ac_ext >&5
12631( exit $ac_status ) 13668( exit $ac_status )
12632ac_cv_func_working_mktime=no 13669ac_cv_func_working_mktime=no
12633fi 13670fi
12634rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 13671rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12635fi 13672fi
12636fi 13673fi
12637echo "$as_me:$LINENO: result: $ac_cv_func_working_mktime" >&5 13674echo "$as_me:$LINENO: result: $ac_cv_func_working_mktime" >&5
12638echo "${ECHO_T}$ac_cv_func_working_mktime" >&6 13675echo "${ECHO_T}$ac_cv_func_working_mktime" >&6
12639if test $ac_cv_func_working_mktime = no; then 13676if test $ac_cv_func_working_mktime = no; then
12640 LIBOBJS="$LIBOBJS mktime.$ac_objext" 13677 case $LIBOBJS in
13678 "mktime.$ac_objext" | \
13679 *" mktime.$ac_objext" | \
13680 "mktime.$ac_objext "* | \
13681 *" mktime.$ac_objext "* ) ;;
13682 *) LIBOBJS="$LIBOBJS mktime.$ac_objext" ;;
13683esac
13684
12641fi 13685fi
12642 13686
12643if test "$ac_cv_func_working_mktime" = no; then 13687if test "$ac_cv_func_working_mktime" = no; then
@@ -12665,21 +13709,28 @@ if test "${ac_cv_func_getloadavg+set}" = set; then
12665 echo $ECHO_N "(cached) $ECHO_C" >&6 13709 echo $ECHO_N "(cached) $ECHO_C" >&6
12666else 13710else
12667 cat >conftest.$ac_ext <<_ACEOF 13711 cat >conftest.$ac_ext <<_ACEOF
12668#line $LINENO "configure"
12669/* confdefs.h. */ 13712/* confdefs.h. */
12670_ACEOF 13713_ACEOF
12671cat confdefs.h >>conftest.$ac_ext 13714cat confdefs.h >>conftest.$ac_ext
12672cat >>conftest.$ac_ext <<_ACEOF 13715cat >>conftest.$ac_ext <<_ACEOF
12673/* end confdefs.h. */ 13716/* end confdefs.h. */
13717/* Define getloadavg to an innocuous variant, in case <limits.h> declares getloadavg.
13718 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13719#define getloadavg innocuous_getloadavg
13720
12674/* System header to define __stub macros and hopefully few prototypes, 13721/* System header to define __stub macros and hopefully few prototypes,
12675 which can conflict with char getloadavg (); below. 13722 which can conflict with char getloadavg (); below.
12676 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 13723 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12677 <limits.h> exists even on freestanding compilers. */ 13724 <limits.h> exists even on freestanding compilers. */
13725
12678#ifdef __STDC__ 13726#ifdef __STDC__
12679# include <limits.h> 13727# include <limits.h>
12680#else 13728#else
12681# include <assert.h> 13729# include <assert.h>
12682#endif 13730#endif
13731
13732#undef getloadavg
13733
12683/* Override any gcc2 internal prototype to avoid an error. */ 13734/* Override any gcc2 internal prototype to avoid an error. */
12684#ifdef __cplusplus 13735#ifdef __cplusplus
12685extern "C" 13736extern "C"
@@ -12710,11 +13761,21 @@ return f != getloadavg;
12710_ACEOF 13761_ACEOF
12711rm -f conftest.$ac_objext conftest$ac_exeext 13762rm -f conftest.$ac_objext conftest$ac_exeext
12712if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 13763if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12713 (eval $ac_link) 2>&5 13764 (eval $ac_link) 2>conftest.er1
12714 ac_status=$? 13765 ac_status=$?
13766 grep -v '^ *+' conftest.er1 >conftest.err
13767 rm -f conftest.er1
13768 cat conftest.err >&5
12715 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12716 (exit $ac_status); } && 13770 (exit $ac_status); } &&
12717 { ac_try='test -s conftest$ac_exeext' 13771 { ac_try='test -z "$ac_c_werror_flag"
13772 || test ! -s conftest.err'
13773 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13774 (eval $ac_try) 2>&5
13775 ac_status=$?
13776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13777 (exit $ac_status); }; } &&
13778 { ac_try='test -s conftest$ac_exeext'
12718 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13779 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12719 (eval $ac_try) 2>&5 13780 (eval $ac_try) 2>&5
12720 ac_status=$? 13781 ac_status=$?
@@ -12727,7 +13788,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
12727 13788
12728ac_cv_func_getloadavg=no 13789ac_cv_func_getloadavg=no
12729fi 13790fi
12730rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 13791rm -f conftest.err conftest.$ac_objext \
13792 conftest$ac_exeext conftest.$ac_ext
12731fi 13793fi
12732echo "$as_me:$LINENO: result: $ac_cv_func_getloadavg" >&5 13794echo "$as_me:$LINENO: result: $ac_cv_func_getloadavg" >&5
12733echo "${ECHO_T}$ac_cv_func_getloadavg" >&6 13795echo "${ECHO_T}$ac_cv_func_getloadavg" >&6
@@ -12749,21 +13811,28 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
12749 echo $ECHO_N "(cached) $ECHO_C" >&6 13811 echo $ECHO_N "(cached) $ECHO_C" >&6
12750else 13812else
12751 cat >conftest.$ac_ext <<_ACEOF 13813 cat >conftest.$ac_ext <<_ACEOF
12752#line $LINENO "configure"
12753/* confdefs.h. */ 13814/* confdefs.h. */
12754_ACEOF 13815_ACEOF
12755cat confdefs.h >>conftest.$ac_ext 13816cat confdefs.h >>conftest.$ac_ext
12756cat >>conftest.$ac_ext <<_ACEOF 13817cat >>conftest.$ac_ext <<_ACEOF
12757/* end confdefs.h. */ 13818/* end confdefs.h. */
13819/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13820 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13821#define $ac_func innocuous_$ac_func
13822
12758/* System header to define __stub macros and hopefully few prototypes, 13823/* System header to define __stub macros and hopefully few prototypes,
12759 which can conflict with char $ac_func (); below. 13824 which can conflict with char $ac_func (); below.
12760 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 13825 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12761 <limits.h> exists even on freestanding compilers. */ 13826 <limits.h> exists even on freestanding compilers. */
13827
12762#ifdef __STDC__ 13828#ifdef __STDC__
12763# include <limits.h> 13829# include <limits.h>
12764#else 13830#else
12765# include <assert.h> 13831# include <assert.h>
12766#endif 13832#endif
13833
13834#undef $ac_func
13835
12767/* Override any gcc2 internal prototype to avoid an error. */ 13836/* Override any gcc2 internal prototype to avoid an error. */
12768#ifdef __cplusplus 13837#ifdef __cplusplus
12769extern "C" 13838extern "C"
@@ -12794,11 +13863,21 @@ return f != $ac_func;
12794_ACEOF 13863_ACEOF
12795rm -f conftest.$ac_objext conftest$ac_exeext 13864rm -f conftest.$ac_objext conftest$ac_exeext
12796if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 13865if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12797 (eval $ac_link) 2>&5 13866 (eval $ac_link) 2>conftest.er1
12798 ac_status=$? 13867 ac_status=$?
13868 grep -v '^ *+' conftest.er1 >conftest.err
13869 rm -f conftest.er1
13870 cat conftest.err >&5
12799 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12800 (exit $ac_status); } && 13872 (exit $ac_status); } &&
12801 { ac_try='test -s conftest$ac_exeext' 13873 { ac_try='test -z "$ac_c_werror_flag"
13874 || test ! -s conftest.err'
13875 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13876 (eval $ac_try) 2>&5
13877 ac_status=$?
13878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13879 (exit $ac_status); }; } &&
13880 { ac_try='test -s conftest$ac_exeext'
12802 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13881 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12803 (eval $ac_try) 2>&5 13882 (eval $ac_try) 2>&5
12804 ac_status=$? 13883 ac_status=$?
@@ -12811,7 +13890,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
12811 13890
12812eval "$as_ac_var=no" 13891eval "$as_ac_var=no"
12813fi 13892fi
12814rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 13893rm -f conftest.err conftest.$ac_objext \
13894 conftest$ac_exeext conftest.$ac_ext
12815fi 13895fi
12816echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 13896echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
12817echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 13897echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -12834,7 +13914,6 @@ else
12834 ac_check_lib_save_LIBS=$LIBS 13914 ac_check_lib_save_LIBS=$LIBS
12835LIBS="-lkstat $LIBS" 13915LIBS="-lkstat $LIBS"
12836cat >conftest.$ac_ext <<_ACEOF 13916cat >conftest.$ac_ext <<_ACEOF
12837#line $LINENO "configure"
12838/* confdefs.h. */ 13917/* confdefs.h. */
12839_ACEOF 13918_ACEOF
12840cat confdefs.h >>conftest.$ac_ext 13919cat confdefs.h >>conftest.$ac_ext
@@ -12858,11 +13937,21 @@ kstat_open ();
12858_ACEOF 13937_ACEOF
12859rm -f conftest.$ac_objext conftest$ac_exeext 13938rm -f conftest.$ac_objext conftest$ac_exeext
12860if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 13939if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12861 (eval $ac_link) 2>&5 13940 (eval $ac_link) 2>conftest.er1
12862 ac_status=$? 13941 ac_status=$?
13942 grep -v '^ *+' conftest.er1 >conftest.err
13943 rm -f conftest.er1
13944 cat conftest.err >&5
12863 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12864 (exit $ac_status); } && 13946 (exit $ac_status); } &&
12865 { ac_try='test -s conftest$ac_exeext' 13947 { ac_try='test -z "$ac_c_werror_flag"
13948 || test ! -s conftest.err'
13949 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13950 (eval $ac_try) 2>&5
13951 ac_status=$?
13952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13953 (exit $ac_status); }; } &&
13954 { ac_try='test -s conftest$ac_exeext'
12866 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13955 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12867 (eval $ac_try) 2>&5 13956 (eval $ac_try) 2>&5
12868 ac_status=$? 13957 ac_status=$?
@@ -12875,7 +13964,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
12875 13964
12876ac_cv_lib_kstat_kstat_open=no 13965ac_cv_lib_kstat_kstat_open=no
12877fi 13966fi
12878rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 13967rm -f conftest.err conftest.$ac_objext \
13968 conftest$ac_exeext conftest.$ac_ext
12879LIBS=$ac_check_lib_save_LIBS 13969LIBS=$ac_check_lib_save_LIBS
12880fi 13970fi
12881echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5 13971echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5
@@ -12904,7 +13994,6 @@ else
12904 ac_check_lib_save_LIBS=$LIBS 13994 ac_check_lib_save_LIBS=$LIBS
12905LIBS="-lelf $LIBS" 13995LIBS="-lelf $LIBS"
12906cat >conftest.$ac_ext <<_ACEOF 13996cat >conftest.$ac_ext <<_ACEOF
12907#line $LINENO "configure"
12908/* confdefs.h. */ 13997/* confdefs.h. */
12909_ACEOF 13998_ACEOF
12910cat confdefs.h >>conftest.$ac_ext 13999cat confdefs.h >>conftest.$ac_ext
@@ -12928,11 +14017,21 @@ elf_begin ();
12928_ACEOF 14017_ACEOF
12929rm -f conftest.$ac_objext conftest$ac_exeext 14018rm -f conftest.$ac_objext conftest$ac_exeext
12930if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 14019if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12931 (eval $ac_link) 2>&5 14020 (eval $ac_link) 2>conftest.er1
12932 ac_status=$? 14021 ac_status=$?
14022 grep -v '^ *+' conftest.er1 >conftest.err
14023 rm -f conftest.er1
14024 cat conftest.err >&5
12933 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12934 (exit $ac_status); } && 14026 (exit $ac_status); } &&
12935 { ac_try='test -s conftest$ac_exeext' 14027 { ac_try='test -z "$ac_c_werror_flag"
14028 || test ! -s conftest.err'
14029 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14030 (eval $ac_try) 2>&5
14031 ac_status=$?
14032 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14033 (exit $ac_status); }; } &&
14034 { ac_try='test -s conftest$ac_exeext'
12936 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14035 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12937 (eval $ac_try) 2>&5 14036 (eval $ac_try) 2>&5
12938 ac_status=$? 14037 ac_status=$?
@@ -12945,7 +14044,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
12945 14044
12946ac_cv_lib_elf_elf_begin=no 14045ac_cv_lib_elf_elf_begin=no
12947fi 14046fi
12948rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 14047rm -f conftest.err conftest.$ac_objext \
14048 conftest$ac_exeext conftest.$ac_ext
12949LIBS=$ac_check_lib_save_LIBS 14049LIBS=$ac_check_lib_save_LIBS
12950fi 14050fi
12951echo "$as_me:$LINENO: result: $ac_cv_lib_elf_elf_begin" >&5 14051echo "$as_me:$LINENO: result: $ac_cv_lib_elf_elf_begin" >&5
@@ -12964,7 +14064,6 @@ else
12964 ac_check_lib_save_LIBS=$LIBS 14064 ac_check_lib_save_LIBS=$LIBS
12965LIBS="-lkvm $LIBS" 14065LIBS="-lkvm $LIBS"
12966cat >conftest.$ac_ext <<_ACEOF 14066cat >conftest.$ac_ext <<_ACEOF
12967#line $LINENO "configure"
12968/* confdefs.h. */ 14067/* confdefs.h. */
12969_ACEOF 14068_ACEOF
12970cat confdefs.h >>conftest.$ac_ext 14069cat confdefs.h >>conftest.$ac_ext
@@ -12988,11 +14087,21 @@ kvm_open ();
12988_ACEOF 14087_ACEOF
12989rm -f conftest.$ac_objext conftest$ac_exeext 14088rm -f conftest.$ac_objext conftest$ac_exeext
12990if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 14089if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12991 (eval $ac_link) 2>&5 14090 (eval $ac_link) 2>conftest.er1
12992 ac_status=$? 14091 ac_status=$?
14092 grep -v '^ *+' conftest.er1 >conftest.err
14093 rm -f conftest.er1
14094 cat conftest.err >&5
12993 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12994 (exit $ac_status); } && 14096 (exit $ac_status); } &&
12995 { ac_try='test -s conftest$ac_exeext' 14097 { ac_try='test -z "$ac_c_werror_flag"
14098 || test ! -s conftest.err'
14099 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14100 (eval $ac_try) 2>&5
14101 ac_status=$?
14102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14103 (exit $ac_status); }; } &&
14104 { ac_try='test -s conftest$ac_exeext'
12996 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14105 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12997 (eval $ac_try) 2>&5 14106 (eval $ac_try) 2>&5
12998 ac_status=$? 14107 ac_status=$?
@@ -13005,7 +14114,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
13005 14114
13006ac_cv_lib_kvm_kvm_open=no 14115ac_cv_lib_kvm_kvm_open=no
13007fi 14116fi
13008rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 14117rm -f conftest.err conftest.$ac_objext \
14118 conftest$ac_exeext conftest.$ac_ext
13009LIBS=$ac_check_lib_save_LIBS 14119LIBS=$ac_check_lib_save_LIBS
13010fi 14120fi
13011echo "$as_me:$LINENO: result: $ac_cv_lib_kvm_kvm_open" >&5 14121echo "$as_me:$LINENO: result: $ac_cv_lib_kvm_kvm_open" >&5
@@ -13023,7 +14133,6 @@ else
13023 ac_check_lib_save_LIBS=$LIBS 14133 ac_check_lib_save_LIBS=$LIBS
13024LIBS="-lutil $LIBS" 14134LIBS="-lutil $LIBS"
13025cat >conftest.$ac_ext <<_ACEOF 14135cat >conftest.$ac_ext <<_ACEOF
13026#line $LINENO "configure"
13027/* confdefs.h. */ 14136/* confdefs.h. */
13028_ACEOF 14137_ACEOF
13029cat confdefs.h >>conftest.$ac_ext 14138cat confdefs.h >>conftest.$ac_ext
@@ -13047,11 +14156,21 @@ getloadavg ();
13047_ACEOF 14156_ACEOF
13048rm -f conftest.$ac_objext conftest$ac_exeext 14157rm -f conftest.$ac_objext conftest$ac_exeext
13049if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 14158if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13050 (eval $ac_link) 2>&5 14159 (eval $ac_link) 2>conftest.er1
13051 ac_status=$? 14160 ac_status=$?
14161 grep -v '^ *+' conftest.er1 >conftest.err
14162 rm -f conftest.er1
14163 cat conftest.err >&5
13052 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13053 (exit $ac_status); } && 14165 (exit $ac_status); } &&
13054 { ac_try='test -s conftest$ac_exeext' 14166 { ac_try='test -z "$ac_c_werror_flag"
14167 || test ! -s conftest.err'
14168 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14169 (eval $ac_try) 2>&5
14170 ac_status=$?
14171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14172 (exit $ac_status); }; } &&
14173 { ac_try='test -s conftest$ac_exeext'
13055 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14174 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13056 (eval $ac_try) 2>&5 14175 (eval $ac_try) 2>&5
13057 ac_status=$? 14176 ac_status=$?
@@ -13064,7 +14183,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
13064 14183
13065ac_cv_lib_util_getloadavg=no 14184ac_cv_lib_util_getloadavg=no
13066fi 14185fi
13067rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 14186rm -f conftest.err conftest.$ac_objext \
14187 conftest$ac_exeext conftest.$ac_ext
13068LIBS=$ac_check_lib_save_LIBS 14188LIBS=$ac_check_lib_save_LIBS
13069fi 14189fi
13070echo "$as_me:$LINENO: result: $ac_cv_lib_util_getloadavg" >&5 14190echo "$as_me:$LINENO: result: $ac_cv_lib_util_getloadavg" >&5
@@ -13088,7 +14208,6 @@ else
13088 ac_check_lib_save_LIBS=$LIBS 14208 ac_check_lib_save_LIBS=$LIBS
13089LIBS="-lgetloadavg $LIBS" 14209LIBS="-lgetloadavg $LIBS"
13090cat >conftest.$ac_ext <<_ACEOF 14210cat >conftest.$ac_ext <<_ACEOF
13091#line $LINENO "configure"
13092/* confdefs.h. */ 14211/* confdefs.h. */
13093_ACEOF 14212_ACEOF
13094cat confdefs.h >>conftest.$ac_ext 14213cat confdefs.h >>conftest.$ac_ext
@@ -13112,11 +14231,21 @@ getloadavg ();
13112_ACEOF 14231_ACEOF
13113rm -f conftest.$ac_objext conftest$ac_exeext 14232rm -f conftest.$ac_objext conftest$ac_exeext
13114if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 14233if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13115 (eval $ac_link) 2>&5 14234 (eval $ac_link) 2>conftest.er1
13116 ac_status=$? 14235 ac_status=$?
14236 grep -v '^ *+' conftest.er1 >conftest.err
14237 rm -f conftest.er1
14238 cat conftest.err >&5
13117 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13118 (exit $ac_status); } && 14240 (exit $ac_status); } &&
13119 { ac_try='test -s conftest$ac_exeext' 14241 { ac_try='test -z "$ac_c_werror_flag"
14242 || test ! -s conftest.err'
14243 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14244 (eval $ac_try) 2>&5
14245 ac_status=$?
14246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14247 (exit $ac_status); }; } &&
14248 { ac_try='test -s conftest$ac_exeext'
13120 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14249 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13121 (eval $ac_try) 2>&5 14250 (eval $ac_try) 2>&5
13122 ac_status=$? 14251 ac_status=$?
@@ -13129,7 +14258,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
13129 14258
13130ac_cv_lib_getloadavg_getloadavg=no 14259ac_cv_lib_getloadavg_getloadavg=no
13131fi 14260fi
13132rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 14261rm -f conftest.err conftest.$ac_objext \
14262 conftest$ac_exeext conftest.$ac_ext
13133LIBS=$ac_check_lib_save_LIBS 14263LIBS=$ac_check_lib_save_LIBS
13134fi 14264fi
13135echo "$as_me:$LINENO: result: $ac_cv_lib_getloadavg_getloadavg" >&5 14265echo "$as_me:$LINENO: result: $ac_cv_lib_getloadavg_getloadavg" >&5
@@ -13154,21 +14284,28 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
13154 echo $ECHO_N "(cached) $ECHO_C" >&6 14284 echo $ECHO_N "(cached) $ECHO_C" >&6
13155else 14285else
13156 cat >conftest.$ac_ext <<_ACEOF 14286 cat >conftest.$ac_ext <<_ACEOF
13157#line $LINENO "configure"
13158/* confdefs.h. */ 14287/* confdefs.h. */
13159_ACEOF 14288_ACEOF
13160cat confdefs.h >>conftest.$ac_ext 14289cat confdefs.h >>conftest.$ac_ext
13161cat >>conftest.$ac_ext <<_ACEOF 14290cat >>conftest.$ac_ext <<_ACEOF
13162/* end confdefs.h. */ 14291/* end confdefs.h. */
14292/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14293 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14294#define $ac_func innocuous_$ac_func
14295
13163/* System header to define __stub macros and hopefully few prototypes, 14296/* System header to define __stub macros and hopefully few prototypes,
13164 which can conflict with char $ac_func (); below. 14297 which can conflict with char $ac_func (); below.
13165 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 14298 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13166 <limits.h> exists even on freestanding compilers. */ 14299 <limits.h> exists even on freestanding compilers. */
14300
13167#ifdef __STDC__ 14301#ifdef __STDC__
13168# include <limits.h> 14302# include <limits.h>
13169#else 14303#else
13170# include <assert.h> 14304# include <assert.h>
13171#endif 14305#endif
14306
14307#undef $ac_func
14308
13172/* Override any gcc2 internal prototype to avoid an error. */ 14309/* Override any gcc2 internal prototype to avoid an error. */
13173#ifdef __cplusplus 14310#ifdef __cplusplus
13174extern "C" 14311extern "C"
@@ -13199,11 +14336,21 @@ return f != $ac_func;
13199_ACEOF 14336_ACEOF
13200rm -f conftest.$ac_objext conftest$ac_exeext 14337rm -f conftest.$ac_objext conftest$ac_exeext
13201if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 14338if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13202 (eval $ac_link) 2>&5 14339 (eval $ac_link) 2>conftest.er1
13203 ac_status=$? 14340 ac_status=$?
14341 grep -v '^ *+' conftest.er1 >conftest.err
14342 rm -f conftest.er1
14343 cat conftest.err >&5
13204 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13205 (exit $ac_status); } && 14345 (exit $ac_status); } &&
13206 { ac_try='test -s conftest$ac_exeext' 14346 { ac_try='test -z "$ac_c_werror_flag"
14347 || test ! -s conftest.err'
14348 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14349 (eval $ac_try) 2>&5
14350 ac_status=$?
14351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14352 (exit $ac_status); }; } &&
14353 { ac_try='test -s conftest$ac_exeext'
13207 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14354 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13208 (eval $ac_try) 2>&5 14355 (eval $ac_try) 2>&5
13209 ac_status=$? 14356 ac_status=$?
@@ -13216,7 +14363,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
13216 14363
13217eval "$as_ac_var=no" 14364eval "$as_ac_var=no"
13218fi 14365fi
13219rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 14366rm -f conftest.err conftest.$ac_objext \
14367 conftest$ac_exeext conftest.$ac_ext
13220fi 14368fi
13221echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 14369echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
13222echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 14370echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -13226,7 +14374,14 @@ if test `eval echo '${'$as_ac_var'}'` = yes; then
13226_ACEOF 14374_ACEOF
13227 14375
13228else 14376else
13229 LIBOBJS="$LIBOBJS getloadavg.$ac_objext" 14377 case $LIBOBJS in
14378 "getloadavg.$ac_objext" | \
14379 *" getloadavg.$ac_objext" | \
14380 "getloadavg.$ac_objext "* | \
14381 *" getloadavg.$ac_objext "* ) ;;
14382 *) LIBOBJS="$LIBOBJS getloadavg.$ac_objext" ;;
14383esac
14384
13230 14385
13231cat >>confdefs.h <<\_ACEOF 14386cat >>confdefs.h <<\_ACEOF
13232#define C_GETLOADAVG 1 14387#define C_GETLOADAVG 1
@@ -13247,7 +14402,6 @@ else
13247echo "$as_me:$LINENO: checking sys/dg_sys_info.h usability" >&5 14402echo "$as_me:$LINENO: checking sys/dg_sys_info.h usability" >&5
13248echo $ECHO_N "checking sys/dg_sys_info.h usability... $ECHO_C" >&6 14403echo $ECHO_N "checking sys/dg_sys_info.h usability... $ECHO_C" >&6
13249cat >conftest.$ac_ext <<_ACEOF 14404cat >conftest.$ac_ext <<_ACEOF
13250#line $LINENO "configure"
13251/* confdefs.h. */ 14405/* confdefs.h. */
13252_ACEOF 14406_ACEOF
13253cat confdefs.h >>conftest.$ac_ext 14407cat confdefs.h >>conftest.$ac_ext
@@ -13258,11 +14412,21 @@ $ac_includes_default
13258_ACEOF 14412_ACEOF
13259rm -f conftest.$ac_objext 14413rm -f conftest.$ac_objext
13260if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 14414if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13261 (eval $ac_compile) 2>&5 14415 (eval $ac_compile) 2>conftest.er1
13262 ac_status=$? 14416 ac_status=$?
14417 grep -v '^ *+' conftest.er1 >conftest.err
14418 rm -f conftest.er1
14419 cat conftest.err >&5
13263 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13264 (exit $ac_status); } && 14421 (exit $ac_status); } &&
13265 { ac_try='test -s conftest.$ac_objext' 14422 { ac_try='test -z "$ac_c_werror_flag"
14423 || test ! -s conftest.err'
14424 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14425 (eval $ac_try) 2>&5
14426 ac_status=$?
14427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14428 (exit $ac_status); }; } &&
14429 { ac_try='test -s conftest.$ac_objext'
13266 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14430 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13267 (eval $ac_try) 2>&5 14431 (eval $ac_try) 2>&5
13268 ac_status=$? 14432 ac_status=$?
@@ -13275,7 +14439,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
13275 14439
13276ac_header_compiler=no 14440ac_header_compiler=no
13277fi 14441fi
13278rm -f conftest.$ac_objext conftest.$ac_ext 14442rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13279echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 14443echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13280echo "${ECHO_T}$ac_header_compiler" >&6 14444echo "${ECHO_T}$ac_header_compiler" >&6
13281 14445
@@ -13283,7 +14447,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
13283echo "$as_me:$LINENO: checking sys/dg_sys_info.h presence" >&5 14447echo "$as_me:$LINENO: checking sys/dg_sys_info.h presence" >&5
13284echo $ECHO_N "checking sys/dg_sys_info.h presence... $ECHO_C" >&6 14448echo $ECHO_N "checking sys/dg_sys_info.h presence... $ECHO_C" >&6
13285cat >conftest.$ac_ext <<_ACEOF 14449cat >conftest.$ac_ext <<_ACEOF
13286#line $LINENO "configure"
13287/* confdefs.h. */ 14450/* confdefs.h. */
13288_ACEOF 14451_ACEOF
13289cat confdefs.h >>conftest.$ac_ext 14452cat confdefs.h >>conftest.$ac_ext
@@ -13301,6 +14464,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13301 (exit $ac_status); } >/dev/null; then 14464 (exit $ac_status); } >/dev/null; then
13302 if test -s conftest.err; then 14465 if test -s conftest.err; then
13303 ac_cpp_err=$ac_c_preproc_warn_flag 14466 ac_cpp_err=$ac_c_preproc_warn_flag
14467 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
13304 else 14468 else
13305 ac_cpp_err= 14469 ac_cpp_err=
13306 fi 14470 fi
@@ -13320,33 +14484,32 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13320echo "${ECHO_T}$ac_header_preproc" >&6 14484echo "${ECHO_T}$ac_header_preproc" >&6
13321 14485
13322# So? What about this header? 14486# So? What about this header?
13323case $ac_header_compiler:$ac_header_preproc in 14487case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13324 yes:no ) 14488 yes:no: )
13325 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: accepted by the compiler, rejected by the preprocessor!" >&5 14489 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: accepted by the compiler, rejected by the preprocessor!" >&5
13326echo "$as_me: WARNING: sys/dg_sys_info.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 14490echo "$as_me: WARNING: sys/dg_sys_info.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13327 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&5 14491 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the compiler's result" >&5
13328echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&2;} 14492echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the compiler's result" >&2;}
13329 ( 14493 ac_header_preproc=yes
13330 cat <<\_ASBOX
13331## ------------------------------------ ##
13332## Report this to bug-autoconf@gnu.org. ##
13333## ------------------------------------ ##
13334_ASBOX
13335 ) |
13336 sed "s/^/$as_me: WARNING: /" >&2
13337 ;; 14494 ;;
13338 no:yes ) 14495 no:yes:* )
13339 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: present but cannot be compiled" >&5 14496 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: present but cannot be compiled" >&5
13340echo "$as_me: WARNING: sys/dg_sys_info.h: present but cannot be compiled" >&2;} 14497echo "$as_me: WARNING: sys/dg_sys_info.h: present but cannot be compiled" >&2;}
13341 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: check for missing prerequisite headers?" >&5 14498 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: check for missing prerequisite headers?" >&5
13342echo "$as_me: WARNING: sys/dg_sys_info.h: check for missing prerequisite headers?" >&2;} 14499echo "$as_me: WARNING: sys/dg_sys_info.h: check for missing prerequisite headers?" >&2;}
14500 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: see the Autoconf documentation" >&5
14501echo "$as_me: WARNING: sys/dg_sys_info.h: see the Autoconf documentation" >&2;}
14502 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: section \"Present But Cannot Be Compiled\"" >&5
14503echo "$as_me: WARNING: sys/dg_sys_info.h: section \"Present But Cannot Be Compiled\"" >&2;}
13343 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&5 14504 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&5
13344echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&2;} 14505echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&2;}
14506 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: in the future, the compiler will take precedence" >&5
14507echo "$as_me: WARNING: sys/dg_sys_info.h: in the future, the compiler will take precedence" >&2;}
13345 ( 14508 (
13346 cat <<\_ASBOX 14509 cat <<\_ASBOX
13347## ------------------------------------ ## 14510## ------------------------------------------ ##
13348## Report this to bug-autoconf@gnu.org. ## 14511## Report this to the AC_PACKAGE_NAME lists. ##
13349## ------------------------------------ ## 14512## ------------------------------------------ ##
13350_ASBOX 14513_ASBOX
13351 ) | 14514 ) |
13352 sed "s/^/$as_me: WARNING: /" >&2 14515 sed "s/^/$as_me: WARNING: /" >&2
@@ -13379,7 +14542,6 @@ else
13379 ac_check_lib_save_LIBS=$LIBS 14542 ac_check_lib_save_LIBS=$LIBS
13380LIBS="-ldgc $LIBS" 14543LIBS="-ldgc $LIBS"
13381cat >conftest.$ac_ext <<_ACEOF 14544cat >conftest.$ac_ext <<_ACEOF
13382#line $LINENO "configure"
13383/* confdefs.h. */ 14545/* confdefs.h. */
13384_ACEOF 14546_ACEOF
13385cat confdefs.h >>conftest.$ac_ext 14547cat confdefs.h >>conftest.$ac_ext
@@ -13403,11 +14565,21 @@ dg_sys_info ();
13403_ACEOF 14565_ACEOF
13404rm -f conftest.$ac_objext conftest$ac_exeext 14566rm -f conftest.$ac_objext conftest$ac_exeext
13405if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 14567if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13406 (eval $ac_link) 2>&5 14568 (eval $ac_link) 2>conftest.er1
13407 ac_status=$? 14569 ac_status=$?
14570 grep -v '^ *+' conftest.er1 >conftest.err
14571 rm -f conftest.er1
14572 cat conftest.err >&5
13408 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13409 (exit $ac_status); } && 14574 (exit $ac_status); } &&
13410 { ac_try='test -s conftest$ac_exeext' 14575 { ac_try='test -z "$ac_c_werror_flag"
14576 || test ! -s conftest.err'
14577 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14578 (eval $ac_try) 2>&5
14579 ac_status=$?
14580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14581 (exit $ac_status); }; } &&
14582 { ac_try='test -s conftest$ac_exeext'
13411 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14583 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13412 (eval $ac_try) 2>&5 14584 (eval $ac_try) 2>&5
13413 ac_status=$? 14585 ac_status=$?
@@ -13420,7 +14592,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
13420 14592
13421ac_cv_lib_dgc_dg_sys_info=no 14593ac_cv_lib_dgc_dg_sys_info=no
13422fi 14594fi
13423rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 14595rm -f conftest.err conftest.$ac_objext \
14596 conftest$ac_exeext conftest.$ac_ext
13424LIBS=$ac_check_lib_save_LIBS 14597LIBS=$ac_check_lib_save_LIBS
13425fi 14598fi
13426echo "$as_me:$LINENO: result: $ac_cv_lib_dgc_dg_sys_info" >&5 14599echo "$as_me:$LINENO: result: $ac_cv_lib_dgc_dg_sys_info" >&5
@@ -13451,7 +14624,6 @@ else
13451echo "$as_me:$LINENO: checking locale.h usability" >&5 14624echo "$as_me:$LINENO: checking locale.h usability" >&5
13452echo $ECHO_N "checking locale.h usability... $ECHO_C" >&6 14625echo $ECHO_N "checking locale.h usability... $ECHO_C" >&6
13453cat >conftest.$ac_ext <<_ACEOF 14626cat >conftest.$ac_ext <<_ACEOF
13454#line $LINENO "configure"
13455/* confdefs.h. */ 14627/* confdefs.h. */
13456_ACEOF 14628_ACEOF
13457cat confdefs.h >>conftest.$ac_ext 14629cat confdefs.h >>conftest.$ac_ext
@@ -13462,11 +14634,21 @@ $ac_includes_default
13462_ACEOF 14634_ACEOF
13463rm -f conftest.$ac_objext 14635rm -f conftest.$ac_objext
13464if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 14636if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13465 (eval $ac_compile) 2>&5 14637 (eval $ac_compile) 2>conftest.er1
13466 ac_status=$? 14638 ac_status=$?
14639 grep -v '^ *+' conftest.er1 >conftest.err
14640 rm -f conftest.er1
14641 cat conftest.err >&5
13467 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13468 (exit $ac_status); } && 14643 (exit $ac_status); } &&
13469 { ac_try='test -s conftest.$ac_objext' 14644 { ac_try='test -z "$ac_c_werror_flag"
14645 || test ! -s conftest.err'
14646 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14647 (eval $ac_try) 2>&5
14648 ac_status=$?
14649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14650 (exit $ac_status); }; } &&
14651 { ac_try='test -s conftest.$ac_objext'
13470 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14652 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13471 (eval $ac_try) 2>&5 14653 (eval $ac_try) 2>&5
13472 ac_status=$? 14654 ac_status=$?
@@ -13479,7 +14661,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
13479 14661
13480ac_header_compiler=no 14662ac_header_compiler=no
13481fi 14663fi
13482rm -f conftest.$ac_objext conftest.$ac_ext 14664rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13483echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 14665echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13484echo "${ECHO_T}$ac_header_compiler" >&6 14666echo "${ECHO_T}$ac_header_compiler" >&6
13485 14667
@@ -13487,7 +14669,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
13487echo "$as_me:$LINENO: checking locale.h presence" >&5 14669echo "$as_me:$LINENO: checking locale.h presence" >&5
13488echo $ECHO_N "checking locale.h presence... $ECHO_C" >&6 14670echo $ECHO_N "checking locale.h presence... $ECHO_C" >&6
13489cat >conftest.$ac_ext <<_ACEOF 14671cat >conftest.$ac_ext <<_ACEOF
13490#line $LINENO "configure"
13491/* confdefs.h. */ 14672/* confdefs.h. */
13492_ACEOF 14673_ACEOF
13493cat confdefs.h >>conftest.$ac_ext 14674cat confdefs.h >>conftest.$ac_ext
@@ -13505,6 +14686,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13505 (exit $ac_status); } >/dev/null; then 14686 (exit $ac_status); } >/dev/null; then
13506 if test -s conftest.err; then 14687 if test -s conftest.err; then
13507 ac_cpp_err=$ac_c_preproc_warn_flag 14688 ac_cpp_err=$ac_c_preproc_warn_flag
14689 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
13508 else 14690 else
13509 ac_cpp_err= 14691 ac_cpp_err=
13510 fi 14692 fi
@@ -13524,33 +14706,32 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13524echo "${ECHO_T}$ac_header_preproc" >&6 14706echo "${ECHO_T}$ac_header_preproc" >&6
13525 14707
13526# So? What about this header? 14708# So? What about this header?
13527case $ac_header_compiler:$ac_header_preproc in 14709case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13528 yes:no ) 14710 yes:no: )
13529 { echo "$as_me:$LINENO: WARNING: locale.h: accepted by the compiler, rejected by the preprocessor!" >&5 14711 { echo "$as_me:$LINENO: WARNING: locale.h: accepted by the compiler, rejected by the preprocessor!" >&5
13530echo "$as_me: WARNING: locale.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 14712echo "$as_me: WARNING: locale.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13531 { echo "$as_me:$LINENO: WARNING: locale.h: proceeding with the preprocessor's result" >&5 14713 { echo "$as_me:$LINENO: WARNING: locale.h: proceeding with the compiler's result" >&5
13532echo "$as_me: WARNING: locale.h: proceeding with the preprocessor's result" >&2;} 14714echo "$as_me: WARNING: locale.h: proceeding with the compiler's result" >&2;}
13533 ( 14715 ac_header_preproc=yes
13534 cat <<\_ASBOX
13535## ------------------------------------ ##
13536## Report this to bug-autoconf@gnu.org. ##
13537## ------------------------------------ ##
13538_ASBOX
13539 ) |
13540 sed "s/^/$as_me: WARNING: /" >&2
13541 ;; 14716 ;;
13542 no:yes ) 14717 no:yes:* )
13543 { echo "$as_me:$LINENO: WARNING: locale.h: present but cannot be compiled" >&5 14718 { echo "$as_me:$LINENO: WARNING: locale.h: present but cannot be compiled" >&5
13544echo "$as_me: WARNING: locale.h: present but cannot be compiled" >&2;} 14719echo "$as_me: WARNING: locale.h: present but cannot be compiled" >&2;}
13545 { echo "$as_me:$LINENO: WARNING: locale.h: check for missing prerequisite headers?" >&5 14720 { echo "$as_me:$LINENO: WARNING: locale.h: check for missing prerequisite headers?" >&5
13546echo "$as_me: WARNING: locale.h: check for missing prerequisite headers?" >&2;} 14721echo "$as_me: WARNING: locale.h: check for missing prerequisite headers?" >&2;}
14722 { echo "$as_me:$LINENO: WARNING: locale.h: see the Autoconf documentation" >&5
14723echo "$as_me: WARNING: locale.h: see the Autoconf documentation" >&2;}
14724 { echo "$as_me:$LINENO: WARNING: locale.h: section \"Present But Cannot Be Compiled\"" >&5
14725echo "$as_me: WARNING: locale.h: section \"Present But Cannot Be Compiled\"" >&2;}
13547 { echo "$as_me:$LINENO: WARNING: locale.h: proceeding with the preprocessor's result" >&5 14726 { echo "$as_me:$LINENO: WARNING: locale.h: proceeding with the preprocessor's result" >&5
13548echo "$as_me: WARNING: locale.h: proceeding with the preprocessor's result" >&2;} 14727echo "$as_me: WARNING: locale.h: proceeding with the preprocessor's result" >&2;}
14728 { echo "$as_me:$LINENO: WARNING: locale.h: in the future, the compiler will take precedence" >&5
14729echo "$as_me: WARNING: locale.h: in the future, the compiler will take precedence" >&2;}
13549 ( 14730 (
13550 cat <<\_ASBOX 14731 cat <<\_ASBOX
13551## ------------------------------------ ## 14732## ------------------------------------------ ##
13552## Report this to bug-autoconf@gnu.org. ## 14733## Report this to the AC_PACKAGE_NAME lists. ##
13553## ------------------------------------ ## 14734## ------------------------------------------ ##
13554_ASBOX 14735_ASBOX
13555 ) | 14736 ) |
13556 sed "s/^/$as_me: WARNING: /" >&2 14737 sed "s/^/$as_me: WARNING: /" >&2
@@ -13579,21 +14760,28 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
13579 echo $ECHO_N "(cached) $ECHO_C" >&6 14760 echo $ECHO_N "(cached) $ECHO_C" >&6
13580else 14761else
13581 cat >conftest.$ac_ext <<_ACEOF 14762 cat >conftest.$ac_ext <<_ACEOF
13582#line $LINENO "configure"
13583/* confdefs.h. */ 14763/* confdefs.h. */
13584_ACEOF 14764_ACEOF
13585cat confdefs.h >>conftest.$ac_ext 14765cat confdefs.h >>conftest.$ac_ext
13586cat >>conftest.$ac_ext <<_ACEOF 14766cat >>conftest.$ac_ext <<_ACEOF
13587/* end confdefs.h. */ 14767/* end confdefs.h. */
14768/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14769 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14770#define $ac_func innocuous_$ac_func
14771
13588/* System header to define __stub macros and hopefully few prototypes, 14772/* System header to define __stub macros and hopefully few prototypes,
13589 which can conflict with char $ac_func (); below. 14773 which can conflict with char $ac_func (); below.
13590 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 14774 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13591 <limits.h> exists even on freestanding compilers. */ 14775 <limits.h> exists even on freestanding compilers. */
14776
13592#ifdef __STDC__ 14777#ifdef __STDC__
13593# include <limits.h> 14778# include <limits.h>
13594#else 14779#else
13595# include <assert.h> 14780# include <assert.h>
13596#endif 14781#endif
14782
14783#undef $ac_func
14784
13597/* Override any gcc2 internal prototype to avoid an error. */ 14785/* Override any gcc2 internal prototype to avoid an error. */
13598#ifdef __cplusplus 14786#ifdef __cplusplus
13599extern "C" 14787extern "C"
@@ -13624,11 +14812,21 @@ return f != $ac_func;
13624_ACEOF 14812_ACEOF
13625rm -f conftest.$ac_objext conftest$ac_exeext 14813rm -f conftest.$ac_objext conftest$ac_exeext
13626if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 14814if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13627 (eval $ac_link) 2>&5 14815 (eval $ac_link) 2>conftest.er1
13628 ac_status=$? 14816 ac_status=$?
14817 grep -v '^ *+' conftest.er1 >conftest.err
14818 rm -f conftest.er1
14819 cat conftest.err >&5
13629 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13630 (exit $ac_status); } && 14821 (exit $ac_status); } &&
13631 { ac_try='test -s conftest$ac_exeext' 14822 { ac_try='test -z "$ac_c_werror_flag"
14823 || test ! -s conftest.err'
14824 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14825 (eval $ac_try) 2>&5
14826 ac_status=$?
14827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14828 (exit $ac_status); }; } &&
14829 { ac_try='test -s conftest$ac_exeext'
13632 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14830 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13633 (eval $ac_try) 2>&5 14831 (eval $ac_try) 2>&5
13634 ac_status=$? 14832 ac_status=$?
@@ -13641,7 +14839,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
13641 14839
13642eval "$as_ac_var=no" 14840eval "$as_ac_var=no"
13643fi 14841fi
13644rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 14842rm -f conftest.err conftest.$ac_objext \
14843 conftest$ac_exeext conftest.$ac_ext
13645fi 14844fi
13646echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 14845echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
13647echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 14846echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -13680,7 +14879,6 @@ else
13680echo "$as_me:$LINENO: checking inq_stats/cpustats.h usability" >&5 14879echo "$as_me:$LINENO: checking inq_stats/cpustats.h usability" >&5
13681echo $ECHO_N "checking inq_stats/cpustats.h usability... $ECHO_C" >&6 14880echo $ECHO_N "checking inq_stats/cpustats.h usability... $ECHO_C" >&6
13682cat >conftest.$ac_ext <<_ACEOF 14881cat >conftest.$ac_ext <<_ACEOF
13683#line $LINENO "configure"
13684/* confdefs.h. */ 14882/* confdefs.h. */
13685_ACEOF 14883_ACEOF
13686cat confdefs.h >>conftest.$ac_ext 14884cat confdefs.h >>conftest.$ac_ext
@@ -13691,11 +14889,21 @@ $ac_includes_default
13691_ACEOF 14889_ACEOF
13692rm -f conftest.$ac_objext 14890rm -f conftest.$ac_objext
13693if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 14891if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13694 (eval $ac_compile) 2>&5 14892 (eval $ac_compile) 2>conftest.er1
13695 ac_status=$? 14893 ac_status=$?
14894 grep -v '^ *+' conftest.er1 >conftest.err
14895 rm -f conftest.er1
14896 cat conftest.err >&5
13696 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13697 (exit $ac_status); } && 14898 (exit $ac_status); } &&
13698 { ac_try='test -s conftest.$ac_objext' 14899 { ac_try='test -z "$ac_c_werror_flag"
14900 || test ! -s conftest.err'
14901 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14902 (eval $ac_try) 2>&5
14903 ac_status=$?
14904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14905 (exit $ac_status); }; } &&
14906 { ac_try='test -s conftest.$ac_objext'
13699 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14907 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13700 (eval $ac_try) 2>&5 14908 (eval $ac_try) 2>&5
13701 ac_status=$? 14909 ac_status=$?
@@ -13708,7 +14916,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
13708 14916
13709ac_header_compiler=no 14917ac_header_compiler=no
13710fi 14918fi
13711rm -f conftest.$ac_objext conftest.$ac_ext 14919rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13712echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 14920echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13713echo "${ECHO_T}$ac_header_compiler" >&6 14921echo "${ECHO_T}$ac_header_compiler" >&6
13714 14922
@@ -13716,7 +14924,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
13716echo "$as_me:$LINENO: checking inq_stats/cpustats.h presence" >&5 14924echo "$as_me:$LINENO: checking inq_stats/cpustats.h presence" >&5
13717echo $ECHO_N "checking inq_stats/cpustats.h presence... $ECHO_C" >&6 14925echo $ECHO_N "checking inq_stats/cpustats.h presence... $ECHO_C" >&6
13718cat >conftest.$ac_ext <<_ACEOF 14926cat >conftest.$ac_ext <<_ACEOF
13719#line $LINENO "configure"
13720/* confdefs.h. */ 14927/* confdefs.h. */
13721_ACEOF 14928_ACEOF
13722cat confdefs.h >>conftest.$ac_ext 14929cat confdefs.h >>conftest.$ac_ext
@@ -13734,6 +14941,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13734 (exit $ac_status); } >/dev/null; then 14941 (exit $ac_status); } >/dev/null; then
13735 if test -s conftest.err; then 14942 if test -s conftest.err; then
13736 ac_cpp_err=$ac_c_preproc_warn_flag 14943 ac_cpp_err=$ac_c_preproc_warn_flag
14944 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
13737 else 14945 else
13738 ac_cpp_err= 14946 ac_cpp_err=
13739 fi 14947 fi
@@ -13753,33 +14961,32 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13753echo "${ECHO_T}$ac_header_preproc" >&6 14961echo "${ECHO_T}$ac_header_preproc" >&6
13754 14962
13755# So? What about this header? 14963# So? What about this header?
13756case $ac_header_compiler:$ac_header_preproc in 14964case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13757 yes:no ) 14965 yes:no: )
13758 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&5 14966 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&5
13759echo "$as_me: WARNING: inq_stats/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 14967echo "$as_me: WARNING: inq_stats/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13760 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&5 14968 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: proceeding with the compiler's result" >&5
13761echo "$as_me: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&2;} 14969echo "$as_me: WARNING: inq_stats/cpustats.h: proceeding with the compiler's result" >&2;}
13762 ( 14970 ac_header_preproc=yes
13763 cat <<\_ASBOX
13764## ------------------------------------ ##
13765## Report this to bug-autoconf@gnu.org. ##
13766## ------------------------------------ ##
13767_ASBOX
13768 ) |
13769 sed "s/^/$as_me: WARNING: /" >&2
13770 ;; 14971 ;;
13771 no:yes ) 14972 no:yes:* )
13772 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: present but cannot be compiled" >&5 14973 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: present but cannot be compiled" >&5
13773echo "$as_me: WARNING: inq_stats/cpustats.h: present but cannot be compiled" >&2;} 14974echo "$as_me: WARNING: inq_stats/cpustats.h: present but cannot be compiled" >&2;}
13774 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: check for missing prerequisite headers?" >&5 14975 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: check for missing prerequisite headers?" >&5
13775echo "$as_me: WARNING: inq_stats/cpustats.h: check for missing prerequisite headers?" >&2;} 14976echo "$as_me: WARNING: inq_stats/cpustats.h: check for missing prerequisite headers?" >&2;}
14977 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: see the Autoconf documentation" >&5
14978echo "$as_me: WARNING: inq_stats/cpustats.h: see the Autoconf documentation" >&2;}
14979 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: section \"Present But Cannot Be Compiled\"" >&5
14980echo "$as_me: WARNING: inq_stats/cpustats.h: section \"Present But Cannot Be Compiled\"" >&2;}
13776 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&5 14981 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&5
13777echo "$as_me: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&2;} 14982echo "$as_me: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&2;}
14983 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: in the future, the compiler will take precedence" >&5
14984echo "$as_me: WARNING: inq_stats/cpustats.h: in the future, the compiler will take precedence" >&2;}
13778 ( 14985 (
13779 cat <<\_ASBOX 14986 cat <<\_ASBOX
13780## ------------------------------------ ## 14987## ------------------------------------------ ##
13781## Report this to bug-autoconf@gnu.org. ## 14988## Report this to the AC_PACKAGE_NAME lists. ##
13782## ------------------------------------ ## 14989## ------------------------------------------ ##
13783_ASBOX 14990_ASBOX
13784 ) | 14991 ) |
13785 sed "s/^/$as_me: WARNING: /" >&2 14992 sed "s/^/$as_me: WARNING: /" >&2
@@ -13827,7 +15034,6 @@ else
13827echo "$as_me:$LINENO: checking sys/cpustats.h usability" >&5 15034echo "$as_me:$LINENO: checking sys/cpustats.h usability" >&5
13828echo $ECHO_N "checking sys/cpustats.h usability... $ECHO_C" >&6 15035echo $ECHO_N "checking sys/cpustats.h usability... $ECHO_C" >&6
13829cat >conftest.$ac_ext <<_ACEOF 15036cat >conftest.$ac_ext <<_ACEOF
13830#line $LINENO "configure"
13831/* confdefs.h. */ 15037/* confdefs.h. */
13832_ACEOF 15038_ACEOF
13833cat confdefs.h >>conftest.$ac_ext 15039cat confdefs.h >>conftest.$ac_ext
@@ -13838,11 +15044,21 @@ $ac_includes_default
13838_ACEOF 15044_ACEOF
13839rm -f conftest.$ac_objext 15045rm -f conftest.$ac_objext
13840if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 15046if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13841 (eval $ac_compile) 2>&5 15047 (eval $ac_compile) 2>conftest.er1
13842 ac_status=$? 15048 ac_status=$?
15049 grep -v '^ *+' conftest.er1 >conftest.err
15050 rm -f conftest.er1
15051 cat conftest.err >&5
13843 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13844 (exit $ac_status); } && 15053 (exit $ac_status); } &&
13845 { ac_try='test -s conftest.$ac_objext' 15054 { ac_try='test -z "$ac_c_werror_flag"
15055 || test ! -s conftest.err'
15056 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15057 (eval $ac_try) 2>&5
15058 ac_status=$?
15059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15060 (exit $ac_status); }; } &&
15061 { ac_try='test -s conftest.$ac_objext'
13846 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15062 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13847 (eval $ac_try) 2>&5 15063 (eval $ac_try) 2>&5
13848 ac_status=$? 15064 ac_status=$?
@@ -13855,7 +15071,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
13855 15071
13856ac_header_compiler=no 15072ac_header_compiler=no
13857fi 15073fi
13858rm -f conftest.$ac_objext conftest.$ac_ext 15074rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13859echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 15075echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13860echo "${ECHO_T}$ac_header_compiler" >&6 15076echo "${ECHO_T}$ac_header_compiler" >&6
13861 15077
@@ -13863,7 +15079,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
13863echo "$as_me:$LINENO: checking sys/cpustats.h presence" >&5 15079echo "$as_me:$LINENO: checking sys/cpustats.h presence" >&5
13864echo $ECHO_N "checking sys/cpustats.h presence... $ECHO_C" >&6 15080echo $ECHO_N "checking sys/cpustats.h presence... $ECHO_C" >&6
13865cat >conftest.$ac_ext <<_ACEOF 15081cat >conftest.$ac_ext <<_ACEOF
13866#line $LINENO "configure"
13867/* confdefs.h. */ 15082/* confdefs.h. */
13868_ACEOF 15083_ACEOF
13869cat confdefs.h >>conftest.$ac_ext 15084cat confdefs.h >>conftest.$ac_ext
@@ -13881,6 +15096,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13881 (exit $ac_status); } >/dev/null; then 15096 (exit $ac_status); } >/dev/null; then
13882 if test -s conftest.err; then 15097 if test -s conftest.err; then
13883 ac_cpp_err=$ac_c_preproc_warn_flag 15098 ac_cpp_err=$ac_c_preproc_warn_flag
15099 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
13884 else 15100 else
13885 ac_cpp_err= 15101 ac_cpp_err=
13886 fi 15102 fi
@@ -13900,33 +15116,32 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13900echo "${ECHO_T}$ac_header_preproc" >&6 15116echo "${ECHO_T}$ac_header_preproc" >&6
13901 15117
13902# So? What about this header? 15118# So? What about this header?
13903case $ac_header_compiler:$ac_header_preproc in 15119case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13904 yes:no ) 15120 yes:no: )
13905 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&5 15121 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&5
13906echo "$as_me: WARNING: sys/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 15122echo "$as_me: WARNING: sys/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13907 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&5 15123 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: proceeding with the compiler's result" >&5
13908echo "$as_me: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&2;} 15124echo "$as_me: WARNING: sys/cpustats.h: proceeding with the compiler's result" >&2;}
13909 ( 15125 ac_header_preproc=yes
13910 cat <<\_ASBOX
13911## ------------------------------------ ##
13912## Report this to bug-autoconf@gnu.org. ##
13913## ------------------------------------ ##
13914_ASBOX
13915 ) |
13916 sed "s/^/$as_me: WARNING: /" >&2
13917 ;; 15126 ;;
13918 no:yes ) 15127 no:yes:* )
13919 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: present but cannot be compiled" >&5 15128 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: present but cannot be compiled" >&5
13920echo "$as_me: WARNING: sys/cpustats.h: present but cannot be compiled" >&2;} 15129echo "$as_me: WARNING: sys/cpustats.h: present but cannot be compiled" >&2;}
13921 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: check for missing prerequisite headers?" >&5 15130 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: check for missing prerequisite headers?" >&5
13922echo "$as_me: WARNING: sys/cpustats.h: check for missing prerequisite headers?" >&2;} 15131echo "$as_me: WARNING: sys/cpustats.h: check for missing prerequisite headers?" >&2;}
15132 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: see the Autoconf documentation" >&5
15133echo "$as_me: WARNING: sys/cpustats.h: see the Autoconf documentation" >&2;}
15134 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: section \"Present But Cannot Be Compiled\"" >&5
15135echo "$as_me: WARNING: sys/cpustats.h: section \"Present But Cannot Be Compiled\"" >&2;}
13923 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&5 15136 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&5
13924echo "$as_me: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&2;} 15137echo "$as_me: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&2;}
15138 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: in the future, the compiler will take precedence" >&5
15139echo "$as_me: WARNING: sys/cpustats.h: in the future, the compiler will take precedence" >&2;}
13925 ( 15140 (
13926 cat <<\_ASBOX 15141 cat <<\_ASBOX
13927## ------------------------------------ ## 15142## ------------------------------------------ ##
13928## Report this to bug-autoconf@gnu.org. ## 15143## Report this to the AC_PACKAGE_NAME lists. ##
13929## ------------------------------------ ## 15144## ------------------------------------------ ##
13930_ASBOX 15145_ASBOX
13931 ) | 15146 ) |
13932 sed "s/^/$as_me: WARNING: /" >&2 15147 sed "s/^/$as_me: WARNING: /" >&2
@@ -13971,7 +15186,6 @@ else
13971echo "$as_me:$LINENO: checking $ac_header usability" >&5 15186echo "$as_me:$LINENO: checking $ac_header usability" >&5
13972echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 15187echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13973cat >conftest.$ac_ext <<_ACEOF 15188cat >conftest.$ac_ext <<_ACEOF
13974#line $LINENO "configure"
13975/* confdefs.h. */ 15189/* confdefs.h. */
13976_ACEOF 15190_ACEOF
13977cat confdefs.h >>conftest.$ac_ext 15191cat confdefs.h >>conftest.$ac_ext
@@ -13982,11 +15196,21 @@ $ac_includes_default
13982_ACEOF 15196_ACEOF
13983rm -f conftest.$ac_objext 15197rm -f conftest.$ac_objext
13984if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 15198if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13985 (eval $ac_compile) 2>&5 15199 (eval $ac_compile) 2>conftest.er1
13986 ac_status=$? 15200 ac_status=$?
15201 grep -v '^ *+' conftest.er1 >conftest.err
15202 rm -f conftest.er1
15203 cat conftest.err >&5
13987 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13988 (exit $ac_status); } && 15205 (exit $ac_status); } &&
13989 { ac_try='test -s conftest.$ac_objext' 15206 { ac_try='test -z "$ac_c_werror_flag"
15207 || test ! -s conftest.err'
15208 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15209 (eval $ac_try) 2>&5
15210 ac_status=$?
15211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15212 (exit $ac_status); }; } &&
15213 { ac_try='test -s conftest.$ac_objext'
13990 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15214 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13991 (eval $ac_try) 2>&5 15215 (eval $ac_try) 2>&5
13992 ac_status=$? 15216 ac_status=$?
@@ -13999,7 +15223,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
13999 15223
14000ac_header_compiler=no 15224ac_header_compiler=no
14001fi 15225fi
14002rm -f conftest.$ac_objext conftest.$ac_ext 15226rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14003echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 15227echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14004echo "${ECHO_T}$ac_header_compiler" >&6 15228echo "${ECHO_T}$ac_header_compiler" >&6
14005 15229
@@ -14007,7 +15231,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
14007echo "$as_me:$LINENO: checking $ac_header presence" >&5 15231echo "$as_me:$LINENO: checking $ac_header presence" >&5
14008echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 15232echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14009cat >conftest.$ac_ext <<_ACEOF 15233cat >conftest.$ac_ext <<_ACEOF
14010#line $LINENO "configure"
14011/* confdefs.h. */ 15234/* confdefs.h. */
14012_ACEOF 15235_ACEOF
14013cat confdefs.h >>conftest.$ac_ext 15236cat confdefs.h >>conftest.$ac_ext
@@ -14025,6 +15248,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14025 (exit $ac_status); } >/dev/null; then 15248 (exit $ac_status); } >/dev/null; then
14026 if test -s conftest.err; then 15249 if test -s conftest.err; then
14027 ac_cpp_err=$ac_c_preproc_warn_flag 15250 ac_cpp_err=$ac_c_preproc_warn_flag
15251 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
14028 else 15252 else
14029 ac_cpp_err= 15253 ac_cpp_err=
14030 fi 15254 fi
@@ -14044,33 +15268,32 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14044echo "${ECHO_T}$ac_header_preproc" >&6 15268echo "${ECHO_T}$ac_header_preproc" >&6
14045 15269
14046# So? What about this header? 15270# So? What about this header?
14047case $ac_header_compiler:$ac_header_preproc in 15271case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14048 yes:no ) 15272 yes:no: )
14049 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 15273 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14050echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 15274echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14051 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 15275 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14052echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 15276echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14053 ( 15277 ac_header_preproc=yes
14054 cat <<\_ASBOX
14055## ------------------------------------ ##
14056## Report this to bug-autoconf@gnu.org. ##
14057## ------------------------------------ ##
14058_ASBOX
14059 ) |
14060 sed "s/^/$as_me: WARNING: /" >&2
14061 ;; 15278 ;;
14062 no:yes ) 15279 no:yes:* )
14063 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 15280 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14064echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 15281echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14065 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 15282 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14066echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 15283echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15284 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15285echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15286 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15287echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
14067 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 15288 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14068echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 15289echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15290 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15291echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14069 ( 15292 (
14070 cat <<\_ASBOX 15293 cat <<\_ASBOX
14071## ------------------------------------ ## 15294## ------------------------------------------ ##
14072## Report this to bug-autoconf@gnu.org. ## 15295## Report this to the AC_PACKAGE_NAME lists. ##
14073## ------------------------------------ ## 15296## ------------------------------------------ ##
14074_ASBOX 15297_ASBOX
14075 ) | 15298 ) |
14076 sed "s/^/$as_me: WARNING: /" >&2 15299 sed "s/^/$as_me: WARNING: /" >&2
@@ -14081,7 +15304,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14081if eval "test \"\${$as_ac_Header+set}\" = set"; then 15304if eval "test \"\${$as_ac_Header+set}\" = set"; then
14082 echo $ECHO_N "(cached) $ECHO_C" >&6 15305 echo $ECHO_N "(cached) $ECHO_C" >&6
14083else 15306else
14084 eval "$as_ac_Header=$ac_header_preproc" 15307 eval "$as_ac_Header=\$ac_header_preproc"
14085fi 15308fi
14086echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 15309echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14087echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 15310echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -14115,7 +15338,6 @@ else
14115echo "$as_me:$LINENO: checking $ac_header usability" >&5 15338echo "$as_me:$LINENO: checking $ac_header usability" >&5
14116echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 15339echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14117cat >conftest.$ac_ext <<_ACEOF 15340cat >conftest.$ac_ext <<_ACEOF
14118#line $LINENO "configure"
14119/* confdefs.h. */ 15341/* confdefs.h. */
14120_ACEOF 15342_ACEOF
14121cat confdefs.h >>conftest.$ac_ext 15343cat confdefs.h >>conftest.$ac_ext
@@ -14126,11 +15348,21 @@ $ac_includes_default
14126_ACEOF 15348_ACEOF
14127rm -f conftest.$ac_objext 15349rm -f conftest.$ac_objext
14128if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 15350if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14129 (eval $ac_compile) 2>&5 15351 (eval $ac_compile) 2>conftest.er1
14130 ac_status=$? 15352 ac_status=$?
15353 grep -v '^ *+' conftest.er1 >conftest.err
15354 rm -f conftest.er1
15355 cat conftest.err >&5
14131 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14132 (exit $ac_status); } && 15357 (exit $ac_status); } &&
14133 { ac_try='test -s conftest.$ac_objext' 15358 { ac_try='test -z "$ac_c_werror_flag"
15359 || test ! -s conftest.err'
15360 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15361 (eval $ac_try) 2>&5
15362 ac_status=$?
15363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15364 (exit $ac_status); }; } &&
15365 { ac_try='test -s conftest.$ac_objext'
14134 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15366 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14135 (eval $ac_try) 2>&5 15367 (eval $ac_try) 2>&5
14136 ac_status=$? 15368 ac_status=$?
@@ -14143,7 +15375,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
14143 15375
14144ac_header_compiler=no 15376ac_header_compiler=no
14145fi 15377fi
14146rm -f conftest.$ac_objext conftest.$ac_ext 15378rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14147echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 15379echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14148echo "${ECHO_T}$ac_header_compiler" >&6 15380echo "${ECHO_T}$ac_header_compiler" >&6
14149 15381
@@ -14151,7 +15383,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
14151echo "$as_me:$LINENO: checking $ac_header presence" >&5 15383echo "$as_me:$LINENO: checking $ac_header presence" >&5
14152echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 15384echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14153cat >conftest.$ac_ext <<_ACEOF 15385cat >conftest.$ac_ext <<_ACEOF
14154#line $LINENO "configure"
14155/* confdefs.h. */ 15386/* confdefs.h. */
14156_ACEOF 15387_ACEOF
14157cat confdefs.h >>conftest.$ac_ext 15388cat confdefs.h >>conftest.$ac_ext
@@ -14169,6 +15400,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14169 (exit $ac_status); } >/dev/null; then 15400 (exit $ac_status); } >/dev/null; then
14170 if test -s conftest.err; then 15401 if test -s conftest.err; then
14171 ac_cpp_err=$ac_c_preproc_warn_flag 15402 ac_cpp_err=$ac_c_preproc_warn_flag
15403 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
14172 else 15404 else
14173 ac_cpp_err= 15405 ac_cpp_err=
14174 fi 15406 fi
@@ -14188,33 +15420,32 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14188echo "${ECHO_T}$ac_header_preproc" >&6 15420echo "${ECHO_T}$ac_header_preproc" >&6
14189 15421
14190# So? What about this header? 15422# So? What about this header?
14191case $ac_header_compiler:$ac_header_preproc in 15423case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14192 yes:no ) 15424 yes:no: )
14193 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 15425 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14194echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 15426echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14195 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 15427 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
14196echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 15428echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
14197 ( 15429 ac_header_preproc=yes
14198 cat <<\_ASBOX
14199## ------------------------------------ ##
14200## Report this to bug-autoconf@gnu.org. ##
14201## ------------------------------------ ##
14202_ASBOX
14203 ) |
14204 sed "s/^/$as_me: WARNING: /" >&2
14205 ;; 15430 ;;
14206 no:yes ) 15431 no:yes:* )
14207 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 15432 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14208echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 15433echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14209 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 15434 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14210echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 15435echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15436 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15437echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15438 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15439echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
14211 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 15440 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14212echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 15441echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15442 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15443echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14213 ( 15444 (
14214 cat <<\_ASBOX 15445 cat <<\_ASBOX
14215## ------------------------------------ ## 15446## ------------------------------------------ ##
14216## Report this to bug-autoconf@gnu.org. ## 15447## Report this to the AC_PACKAGE_NAME lists. ##
14217## ------------------------------------ ## 15448## ------------------------------------------ ##
14218_ASBOX 15449_ASBOX
14219 ) | 15450 ) |
14220 sed "s/^/$as_me: WARNING: /" >&2 15451 sed "s/^/$as_me: WARNING: /" >&2
@@ -14225,7 +15456,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14225if eval "test \"\${$as_ac_Header+set}\" = set"; then 15456if eval "test \"\${$as_ac_Header+set}\" = set"; then
14226 echo $ECHO_N "(cached) $ECHO_C" >&6 15457 echo $ECHO_N "(cached) $ECHO_C" >&6
14227else 15458else
14228 eval "$as_ac_Header=$ac_header_preproc" 15459 eval "$as_ac_Header=\$ac_header_preproc"
14229fi 15460fi
14230echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 15461echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14231echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 15462echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -14241,7 +15472,6 @@ if test "${ac_cv_member_struct_nlist_n_un_n_name+set}" = set; then
14241 echo $ECHO_N "(cached) $ECHO_C" >&6 15472 echo $ECHO_N "(cached) $ECHO_C" >&6
14242else 15473else
14243 cat >conftest.$ac_ext <<_ACEOF 15474 cat >conftest.$ac_ext <<_ACEOF
14244#line $LINENO "configure"
14245/* confdefs.h. */ 15475/* confdefs.h. */
14246_ACEOF 15476_ACEOF
14247cat confdefs.h >>conftest.$ac_ext 15477cat confdefs.h >>conftest.$ac_ext
@@ -14261,11 +15491,21 @@ return 0;
14261_ACEOF 15491_ACEOF
14262rm -f conftest.$ac_objext 15492rm -f conftest.$ac_objext
14263if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 15493if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14264 (eval $ac_compile) 2>&5 15494 (eval $ac_compile) 2>conftest.er1
14265 ac_status=$? 15495 ac_status=$?
15496 grep -v '^ *+' conftest.er1 >conftest.err
15497 rm -f conftest.er1
15498 cat conftest.err >&5
14266 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14267 (exit $ac_status); } && 15500 (exit $ac_status); } &&
14268 { ac_try='test -s conftest.$ac_objext' 15501 { ac_try='test -z "$ac_c_werror_flag"
15502 || test ! -s conftest.err'
15503 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15504 (eval $ac_try) 2>&5
15505 ac_status=$?
15506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15507 (exit $ac_status); }; } &&
15508 { ac_try='test -s conftest.$ac_objext'
14269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15509 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14270 (eval $ac_try) 2>&5 15510 (eval $ac_try) 2>&5
14271 ac_status=$? 15511 ac_status=$?
@@ -14277,7 +15517,6 @@ else
14277sed 's/^/| /' conftest.$ac_ext >&5 15517sed 's/^/| /' conftest.$ac_ext >&5
14278 15518
14279cat >conftest.$ac_ext <<_ACEOF 15519cat >conftest.$ac_ext <<_ACEOF
14280#line $LINENO "configure"
14281/* confdefs.h. */ 15520/* confdefs.h. */
14282_ACEOF 15521_ACEOF
14283cat confdefs.h >>conftest.$ac_ext 15522cat confdefs.h >>conftest.$ac_ext
@@ -14297,11 +15536,21 @@ return 0;
14297_ACEOF 15536_ACEOF
14298rm -f conftest.$ac_objext 15537rm -f conftest.$ac_objext
14299if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 15538if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14300 (eval $ac_compile) 2>&5 15539 (eval $ac_compile) 2>conftest.er1
14301 ac_status=$? 15540 ac_status=$?
15541 grep -v '^ *+' conftest.er1 >conftest.err
15542 rm -f conftest.er1
15543 cat conftest.err >&5
14302 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14303 (exit $ac_status); } && 15545 (exit $ac_status); } &&
14304 { ac_try='test -s conftest.$ac_objext' 15546 { ac_try='test -z "$ac_c_werror_flag"
15547 || test ! -s conftest.err'
15548 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15549 (eval $ac_try) 2>&5
15550 ac_status=$?
15551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15552 (exit $ac_status); }; } &&
15553 { ac_try='test -s conftest.$ac_objext'
14305 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15554 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14306 (eval $ac_try) 2>&5 15555 (eval $ac_try) 2>&5
14307 ac_status=$? 15556 ac_status=$?
@@ -14314,9 +15563,9 @@ sed 's/^/| /' conftest.$ac_ext >&5
14314 15563
14315ac_cv_member_struct_nlist_n_un_n_name=no 15564ac_cv_member_struct_nlist_n_un_n_name=no
14316fi 15565fi
14317rm -f conftest.$ac_objext conftest.$ac_ext 15566rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14318fi 15567fi
14319rm -f conftest.$ac_objext conftest.$ac_ext 15568rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14320fi 15569fi
14321echo "$as_me:$LINENO: result: $ac_cv_member_struct_nlist_n_un_n_name" >&5 15570echo "$as_me:$LINENO: result: $ac_cv_member_struct_nlist_n_un_n_name" >&5
14322echo "${ECHO_T}$ac_cv_member_struct_nlist_n_un_n_name" >&6 15571echo "${ECHO_T}$ac_cv_member_struct_nlist_n_un_n_name" >&6
@@ -14349,7 +15598,6 @@ if test "${ac_cv_func_getloadavg_setgid+set}" = set; then
14349 echo $ECHO_N "(cached) $ECHO_C" >&6 15598 echo $ECHO_N "(cached) $ECHO_C" >&6
14350else 15599else
14351 cat >conftest.$ac_ext <<_ACEOF 15600 cat >conftest.$ac_ext <<_ACEOF
14352#line $LINENO "configure"
14353/* confdefs.h. */ 15601/* confdefs.h. */
14354_ACEOF 15602_ACEOF
14355cat confdefs.h >>conftest.$ac_ext 15603cat confdefs.h >>conftest.$ac_ext
@@ -14393,7 +15641,7 @@ else
14393 # If we got an error (system does not support symlinks), try without -L. 15641 # If we got an error (system does not support symlinks), try without -L.
14394 test -z "$ac_ls_output" && ac_ls_output=`ls -lg /dev/kmem` 15642 test -z "$ac_ls_output" && ac_ls_output=`ls -lg /dev/kmem`
14395 ac_cv_group_kmem=`echo $ac_ls_output \ 15643 ac_cv_group_kmem=`echo $ac_ls_output \
14396 | sed -ne 's/[ ][ ]*/ /g; 15644 | sed -ne 's/[ ][ ]*/ /g;
14397 s/^.[sSrwx-]* *[0-9]* *\([^0-9]*\) *.*/\1/; 15645 s/^.[sSrwx-]* *[0-9]* *\([^0-9]*\) *.*/\1/;
14398 / /s/.* //;p;'` 15646 / /s/.* //;p;'`
14399 15647
@@ -14419,7 +15667,6 @@ else
14419 while :; do 15667 while :; do
14420 ac_cv_sys_largefile_source=no 15668 ac_cv_sys_largefile_source=no
14421 cat >conftest.$ac_ext <<_ACEOF 15669 cat >conftest.$ac_ext <<_ACEOF
14422#line $LINENO "configure"
14423/* confdefs.h. */ 15670/* confdefs.h. */
14424_ACEOF 15671_ACEOF
14425cat confdefs.h >>conftest.$ac_ext 15672cat confdefs.h >>conftest.$ac_ext
@@ -14436,11 +15683,21 @@ return !fseeko;
14436_ACEOF 15683_ACEOF
14437rm -f conftest.$ac_objext 15684rm -f conftest.$ac_objext
14438if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 15685if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14439 (eval $ac_compile) 2>&5 15686 (eval $ac_compile) 2>conftest.er1
14440 ac_status=$? 15687 ac_status=$?
15688 grep -v '^ *+' conftest.er1 >conftest.err
15689 rm -f conftest.er1
15690 cat conftest.err >&5
14441 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14442 (exit $ac_status); } && 15692 (exit $ac_status); } &&
14443 { ac_try='test -s conftest.$ac_objext' 15693 { ac_try='test -z "$ac_c_werror_flag"
15694 || test ! -s conftest.err'
15695 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15696 (eval $ac_try) 2>&5
15697 ac_status=$?
15698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15699 (exit $ac_status); }; } &&
15700 { ac_try='test -s conftest.$ac_objext'
14444 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15701 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14445 (eval $ac_try) 2>&5 15702 (eval $ac_try) 2>&5
14446 ac_status=$? 15703 ac_status=$?
@@ -14452,9 +15709,8 @@ else
14452sed 's/^/| /' conftest.$ac_ext >&5 15709sed 's/^/| /' conftest.$ac_ext >&5
14453 15710
14454fi 15711fi
14455rm -f conftest.$ac_objext conftest.$ac_ext 15712rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14456 cat >conftest.$ac_ext <<_ACEOF 15713 cat >conftest.$ac_ext <<_ACEOF
14457#line $LINENO "configure"
14458/* confdefs.h. */ 15714/* confdefs.h. */
14459_ACEOF 15715_ACEOF
14460cat confdefs.h >>conftest.$ac_ext 15716cat confdefs.h >>conftest.$ac_ext
@@ -14472,11 +15728,21 @@ return !fseeko;
14472_ACEOF 15728_ACEOF
14473rm -f conftest.$ac_objext 15729rm -f conftest.$ac_objext
14474if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 15730if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14475 (eval $ac_compile) 2>&5 15731 (eval $ac_compile) 2>conftest.er1
14476 ac_status=$? 15732 ac_status=$?
15733 grep -v '^ *+' conftest.er1 >conftest.err
15734 rm -f conftest.er1
15735 cat conftest.err >&5
14477 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14478 (exit $ac_status); } && 15737 (exit $ac_status); } &&
14479 { ac_try='test -s conftest.$ac_objext' 15738 { ac_try='test -z "$ac_c_werror_flag"
15739 || test ! -s conftest.err'
15740 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15741 (eval $ac_try) 2>&5
15742 ac_status=$?
15743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15744 (exit $ac_status); }; } &&
15745 { ac_try='test -s conftest.$ac_objext'
14480 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15746 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14481 (eval $ac_try) 2>&5 15747 (eval $ac_try) 2>&5
14482 ac_status=$? 15748 ac_status=$?
@@ -14488,7 +15754,7 @@ else
14488sed 's/^/| /' conftest.$ac_ext >&5 15754sed 's/^/| /' conftest.$ac_ext >&5
14489 15755
14490fi 15756fi
14491rm -f conftest.$ac_objext conftest.$ac_ext 15757rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14492 break 15758 break
14493done 15759done
14494fi 15760fi
@@ -14512,7 +15778,6 @@ if test "${ac_cv_func_fseeko+set}" = set; then
14512 echo $ECHO_N "(cached) $ECHO_C" >&6 15778 echo $ECHO_N "(cached) $ECHO_C" >&6
14513else 15779else
14514 cat >conftest.$ac_ext <<_ACEOF 15780 cat >conftest.$ac_ext <<_ACEOF
14515#line $LINENO "configure"
14516/* confdefs.h. */ 15781/* confdefs.h. */
14517_ACEOF 15782_ACEOF
14518cat confdefs.h >>conftest.$ac_ext 15783cat confdefs.h >>conftest.$ac_ext
@@ -14529,11 +15794,21 @@ return fseeko && fseeko (stdin, 0, 0);
14529_ACEOF 15794_ACEOF
14530rm -f conftest.$ac_objext conftest$ac_exeext 15795rm -f conftest.$ac_objext conftest$ac_exeext
14531if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 15796if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14532 (eval $ac_link) 2>&5 15797 (eval $ac_link) 2>conftest.er1
14533 ac_status=$? 15798 ac_status=$?
15799 grep -v '^ *+' conftest.er1 >conftest.err
15800 rm -f conftest.er1
15801 cat conftest.err >&5
14534 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14535 (exit $ac_status); } && 15803 (exit $ac_status); } &&
14536 { ac_try='test -s conftest$ac_exeext' 15804 { ac_try='test -z "$ac_c_werror_flag"
15805 || test ! -s conftest.err'
15806 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15807 (eval $ac_try) 2>&5
15808 ac_status=$?
15809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15810 (exit $ac_status); }; } &&
15811 { ac_try='test -s conftest$ac_exeext'
14537 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15812 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14538 (eval $ac_try) 2>&5 15813 (eval $ac_try) 2>&5
14539 ac_status=$? 15814 ac_status=$?
@@ -14546,7 +15821,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
14546 15821
14547ac_cv_func_fseeko=no 15822ac_cv_func_fseeko=no
14548fi 15823fi
14549rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 15824rm -f conftest.err conftest.$ac_objext \
15825 conftest$ac_exeext conftest.$ac_ext
14550fi 15826fi
14551echo "$as_me:$LINENO: result: $ac_cv_func_fseeko" >&5 15827echo "$as_me:$LINENO: result: $ac_cv_func_fseeko" >&5
14552echo "${ECHO_T}$ac_cv_func_fseeko" >&6 15828echo "${ECHO_T}$ac_cv_func_fseeko" >&6
@@ -14566,7 +15842,6 @@ if test "${ac_cv_func_getpgrp_void+set}" = set; then
14566else 15842else
14567 # Use it with a single arg. 15843 # Use it with a single arg.
14568cat >conftest.$ac_ext <<_ACEOF 15844cat >conftest.$ac_ext <<_ACEOF
14569#line $LINENO "configure"
14570/* confdefs.h. */ 15845/* confdefs.h. */
14571_ACEOF 15846_ACEOF
14572cat confdefs.h >>conftest.$ac_ext 15847cat confdefs.h >>conftest.$ac_ext
@@ -14583,11 +15858,21 @@ getpgrp (0);
14583_ACEOF 15858_ACEOF
14584rm -f conftest.$ac_objext 15859rm -f conftest.$ac_objext
14585if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 15860if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14586 (eval $ac_compile) 2>&5 15861 (eval $ac_compile) 2>conftest.er1
14587 ac_status=$? 15862 ac_status=$?
15863 grep -v '^ *+' conftest.er1 >conftest.err
15864 rm -f conftest.er1
15865 cat conftest.err >&5
14588 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14589 (exit $ac_status); } && 15867 (exit $ac_status); } &&
14590 { ac_try='test -s conftest.$ac_objext' 15868 { ac_try='test -z "$ac_c_werror_flag"
15869 || test ! -s conftest.err'
15870 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15871 (eval $ac_try) 2>&5
15872 ac_status=$?
15873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15874 (exit $ac_status); }; } &&
15875 { ac_try='test -s conftest.$ac_objext'
14591 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15876 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14592 (eval $ac_try) 2>&5 15877 (eval $ac_try) 2>&5
14593 ac_status=$? 15878 ac_status=$?
@@ -14600,7 +15885,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
14600 15885
14601ac_cv_func_getpgrp_void=yes 15886ac_cv_func_getpgrp_void=yes
14602fi 15887fi
14603rm -f conftest.$ac_objext conftest.$ac_ext 15888rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
14604 15889
14605fi 15890fi
14606echo "$as_me:$LINENO: result: $ac_cv_func_getpgrp_void" >&5 15891echo "$as_me:$LINENO: result: $ac_cv_func_getpgrp_void" >&5
@@ -14624,21 +15909,28 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
14624 echo $ECHO_N "(cached) $ECHO_C" >&6 15909 echo $ECHO_N "(cached) $ECHO_C" >&6
14625else 15910else
14626 cat >conftest.$ac_ext <<_ACEOF 15911 cat >conftest.$ac_ext <<_ACEOF
14627#line $LINENO "configure"
14628/* confdefs.h. */ 15912/* confdefs.h. */
14629_ACEOF 15913_ACEOF
14630cat confdefs.h >>conftest.$ac_ext 15914cat confdefs.h >>conftest.$ac_ext
14631cat >>conftest.$ac_ext <<_ACEOF 15915cat >>conftest.$ac_ext <<_ACEOF
14632/* end confdefs.h. */ 15916/* end confdefs.h. */
15917/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15918 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15919#define $ac_func innocuous_$ac_func
15920
14633/* System header to define __stub macros and hopefully few prototypes, 15921/* System header to define __stub macros and hopefully few prototypes,
14634 which can conflict with char $ac_func (); below. 15922 which can conflict with char $ac_func (); below.
14635 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 15923 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14636 <limits.h> exists even on freestanding compilers. */ 15924 <limits.h> exists even on freestanding compilers. */
15925
14637#ifdef __STDC__ 15926#ifdef __STDC__
14638# include <limits.h> 15927# include <limits.h>
14639#else 15928#else
14640# include <assert.h> 15929# include <assert.h>
14641#endif 15930#endif
15931
15932#undef $ac_func
15933
14642/* Override any gcc2 internal prototype to avoid an error. */ 15934/* Override any gcc2 internal prototype to avoid an error. */
14643#ifdef __cplusplus 15935#ifdef __cplusplus
14644extern "C" 15936extern "C"
@@ -14669,11 +15961,21 @@ return f != $ac_func;
14669_ACEOF 15961_ACEOF
14670rm -f conftest.$ac_objext conftest$ac_exeext 15962rm -f conftest.$ac_objext conftest$ac_exeext
14671if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 15963if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14672 (eval $ac_link) 2>&5 15964 (eval $ac_link) 2>conftest.er1
14673 ac_status=$? 15965 ac_status=$?
15966 grep -v '^ *+' conftest.er1 >conftest.err
15967 rm -f conftest.er1
15968 cat conftest.err >&5
14674 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14675 (exit $ac_status); } && 15970 (exit $ac_status); } &&
14676 { ac_try='test -s conftest$ac_exeext' 15971 { ac_try='test -z "$ac_c_werror_flag"
15972 || test ! -s conftest.err'
15973 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15974 (eval $ac_try) 2>&5
15975 ac_status=$?
15976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15977 (exit $ac_status); }; } &&
15978 { ac_try='test -s conftest$ac_exeext'
14677 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15979 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14678 (eval $ac_try) 2>&5 15980 (eval $ac_try) 2>&5
14679 ac_status=$? 15981 ac_status=$?
@@ -14686,7 +15988,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
14686 15988
14687eval "$as_ac_var=no" 15989eval "$as_ac_var=no"
14688fi 15990fi
14689rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 15991rm -f conftest.err conftest.$ac_objext \
15992 conftest$ac_exeext conftest.$ac_ext
14690fi 15993fi
14691echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 15994echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
14692echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 15995echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -14705,7 +16008,6 @@ else
14705 ac_check_lib_save_LIBS=$LIBS 16008 ac_check_lib_save_LIBS=$LIBS
14706LIBS="-lintl $LIBS" 16009LIBS="-lintl $LIBS"
14707cat >conftest.$ac_ext <<_ACEOF 16010cat >conftest.$ac_ext <<_ACEOF
14708#line $LINENO "configure"
14709/* confdefs.h. */ 16011/* confdefs.h. */
14710_ACEOF 16012_ACEOF
14711cat confdefs.h >>conftest.$ac_ext 16013cat confdefs.h >>conftest.$ac_ext
@@ -14729,11 +16031,21 @@ strftime ();
14729_ACEOF 16031_ACEOF
14730rm -f conftest.$ac_objext conftest$ac_exeext 16032rm -f conftest.$ac_objext conftest$ac_exeext
14731if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 16033if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14732 (eval $ac_link) 2>&5 16034 (eval $ac_link) 2>conftest.er1
14733 ac_status=$? 16035 ac_status=$?
16036 grep -v '^ *+' conftest.er1 >conftest.err
16037 rm -f conftest.er1
16038 cat conftest.err >&5
14734 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14735 (exit $ac_status); } && 16040 (exit $ac_status); } &&
14736 { ac_try='test -s conftest$ac_exeext' 16041 { ac_try='test -z "$ac_c_werror_flag"
16042 || test ! -s conftest.err'
16043 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16044 (eval $ac_try) 2>&5
16045 ac_status=$?
16046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16047 (exit $ac_status); }; } &&
16048 { ac_try='test -s conftest$ac_exeext'
14737 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16049 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14738 (eval $ac_try) 2>&5 16050 (eval $ac_try) 2>&5
14739 ac_status=$? 16051 ac_status=$?
@@ -14746,7 +16058,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
14746 16058
14747ac_cv_lib_intl_strftime=no 16059ac_cv_lib_intl_strftime=no
14748fi 16060fi
14749rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 16061rm -f conftest.err conftest.$ac_objext \
16062 conftest$ac_exeext conftest.$ac_ext
14750LIBS=$ac_check_lib_save_LIBS 16063LIBS=$ac_check_lib_save_LIBS
14751fi 16064fi
14752echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5 16065echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5
@@ -14774,21 +16087,28 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
14774 echo $ECHO_N "(cached) $ECHO_C" >&6 16087 echo $ECHO_N "(cached) $ECHO_C" >&6
14775else 16088else
14776 cat >conftest.$ac_ext <<_ACEOF 16089 cat >conftest.$ac_ext <<_ACEOF
14777#line $LINENO "configure"
14778/* confdefs.h. */ 16090/* confdefs.h. */
14779_ACEOF 16091_ACEOF
14780cat confdefs.h >>conftest.$ac_ext 16092cat confdefs.h >>conftest.$ac_ext
14781cat >>conftest.$ac_ext <<_ACEOF 16093cat >>conftest.$ac_ext <<_ACEOF
14782/* end confdefs.h. */ 16094/* end confdefs.h. */
16095/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
16096 For example, HP-UX 11i <limits.h> declares gettimeofday. */
16097#define $ac_func innocuous_$ac_func
16098
14783/* System header to define __stub macros and hopefully few prototypes, 16099/* System header to define __stub macros and hopefully few prototypes,
14784 which can conflict with char $ac_func (); below. 16100 which can conflict with char $ac_func (); below.
14785 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 16101 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14786 <limits.h> exists even on freestanding compilers. */ 16102 <limits.h> exists even on freestanding compilers. */
16103
14787#ifdef __STDC__ 16104#ifdef __STDC__
14788# include <limits.h> 16105# include <limits.h>
14789#else 16106#else
14790# include <assert.h> 16107# include <assert.h>
14791#endif 16108#endif
16109
16110#undef $ac_func
16111
14792/* Override any gcc2 internal prototype to avoid an error. */ 16112/* Override any gcc2 internal prototype to avoid an error. */
14793#ifdef __cplusplus 16113#ifdef __cplusplus
14794extern "C" 16114extern "C"
@@ -14819,11 +16139,21 @@ return f != $ac_func;
14819_ACEOF 16139_ACEOF
14820rm -f conftest.$ac_objext conftest$ac_exeext 16140rm -f conftest.$ac_objext conftest$ac_exeext
14821if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 16141if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14822 (eval $ac_link) 2>&5 16142 (eval $ac_link) 2>conftest.er1
14823 ac_status=$? 16143 ac_status=$?
16144 grep -v '^ *+' conftest.er1 >conftest.err
16145 rm -f conftest.er1
16146 cat conftest.err >&5
14824 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14825 (exit $ac_status); } && 16148 (exit $ac_status); } &&
14826 { ac_try='test -s conftest$ac_exeext' 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_exeext'
14827 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16157 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14828 (eval $ac_try) 2>&5 16158 (eval $ac_try) 2>&5
14829 ac_status=$? 16159 ac_status=$?
@@ -14836,7 +16166,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
14836 16166
14837eval "$as_ac_var=no" 16167eval "$as_ac_var=no"
14838fi 16168fi
14839rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 16169rm -f conftest.err conftest.$ac_objext \
16170 conftest$ac_exeext conftest.$ac_ext
14840fi 16171fi
14841echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 16172echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
14842echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 16173echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -14860,21 +16191,28 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
14860 echo $ECHO_N "(cached) $ECHO_C" >&6 16191 echo $ECHO_N "(cached) $ECHO_C" >&6
14861else 16192else
14862 cat >conftest.$ac_ext <<_ACEOF 16193 cat >conftest.$ac_ext <<_ACEOF
14863#line $LINENO "configure"
14864/* confdefs.h. */ 16194/* confdefs.h. */
14865_ACEOF 16195_ACEOF
14866cat confdefs.h >>conftest.$ac_ext 16196cat confdefs.h >>conftest.$ac_ext
14867cat >>conftest.$ac_ext <<_ACEOF 16197cat >>conftest.$ac_ext <<_ACEOF
14868/* end confdefs.h. */ 16198/* end confdefs.h. */
16199/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
16200 For example, HP-UX 11i <limits.h> declares gettimeofday. */
16201#define $ac_func innocuous_$ac_func
16202
14869/* System header to define __stub macros and hopefully few prototypes, 16203/* System header to define __stub macros and hopefully few prototypes,
14870 which can conflict with char $ac_func (); below. 16204 which can conflict with char $ac_func (); below.
14871 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 16205 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14872 <limits.h> exists even on freestanding compilers. */ 16206 <limits.h> exists even on freestanding compilers. */
16207
14873#ifdef __STDC__ 16208#ifdef __STDC__
14874# include <limits.h> 16209# include <limits.h>
14875#else 16210#else
14876# include <assert.h> 16211# include <assert.h>
14877#endif 16212#endif
16213
16214#undef $ac_func
16215
14878/* Override any gcc2 internal prototype to avoid an error. */ 16216/* Override any gcc2 internal prototype to avoid an error. */
14879#ifdef __cplusplus 16217#ifdef __cplusplus
14880extern "C" 16218extern "C"
@@ -14905,11 +16243,21 @@ return f != $ac_func;
14905_ACEOF 16243_ACEOF
14906rm -f conftest.$ac_objext conftest$ac_exeext 16244rm -f conftest.$ac_objext conftest$ac_exeext
14907if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 16245if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14908 (eval $ac_link) 2>&5 16246 (eval $ac_link) 2>conftest.er1
14909 ac_status=$? 16247 ac_status=$?
16248 grep -v '^ *+' conftest.er1 >conftest.err
16249 rm -f conftest.er1
16250 cat conftest.err >&5
14910 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14911 (exit $ac_status); } && 16252 (exit $ac_status); } &&
14912 { ac_try='test -s conftest$ac_exeext' 16253 { ac_try='test -z "$ac_c_werror_flag"
16254 || test ! -s conftest.err'
16255 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16256 (eval $ac_try) 2>&5
16257 ac_status=$?
16258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16259 (exit $ac_status); }; } &&
16260 { ac_try='test -s conftest$ac_exeext'
14913 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16261 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14914 (eval $ac_try) 2>&5 16262 (eval $ac_try) 2>&5
14915 ac_status=$? 16263 ac_status=$?
@@ -14922,7 +16270,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
14922 16270
14923eval "$as_ac_var=no" 16271eval "$as_ac_var=no"
14924fi 16272fi
14925rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 16273rm -f conftest.err conftest.$ac_objext \
16274 conftest$ac_exeext conftest.$ac_ext
14926fi 16275fi
14927echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 16276echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
14928echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 16277echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -14948,7 +16297,6 @@ else
14948 ac_check_lib_save_LIBS=$LIBS 16297 ac_check_lib_save_LIBS=$LIBS
14949LIBS="-lncurses $LIBS" 16298LIBS="-lncurses $LIBS"
14950cat >conftest.$ac_ext <<_ACEOF 16299cat >conftest.$ac_ext <<_ACEOF
14951#line $LINENO "configure"
14952/* confdefs.h. */ 16300/* confdefs.h. */
14953_ACEOF 16301_ACEOF
14954cat confdefs.h >>conftest.$ac_ext 16302cat confdefs.h >>conftest.$ac_ext
@@ -14972,11 +16320,21 @@ tparm ();
14972_ACEOF 16320_ACEOF
14973rm -f conftest.$ac_objext conftest$ac_exeext 16321rm -f conftest.$ac_objext conftest$ac_exeext
14974if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 16322if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14975 (eval $ac_link) 2>&5 16323 (eval $ac_link) 2>conftest.er1
14976 ac_status=$? 16324 ac_status=$?
16325 grep -v '^ *+' conftest.er1 >conftest.err
16326 rm -f conftest.er1
16327 cat conftest.err >&5
14977 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14978 (exit $ac_status); } && 16329 (exit $ac_status); } &&
14979 { ac_try='test -s conftest$ac_exeext' 16330 { ac_try='test -z "$ac_c_werror_flag"
16331 || test ! -s conftest.err'
16332 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16333 (eval $ac_try) 2>&5
16334 ac_status=$?
16335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16336 (exit $ac_status); }; } &&
16337 { ac_try='test -s conftest$ac_exeext'
14980 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16338 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14981 (eval $ac_try) 2>&5 16339 (eval $ac_try) 2>&5
14982 ac_status=$? 16340 ac_status=$?
@@ -14989,7 +16347,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
14989 16347
14990ac_cv_lib_ncurses_tparm=no 16348ac_cv_lib_ncurses_tparm=no
14991fi 16349fi
14992rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 16350rm -f conftest.err conftest.$ac_objext \
16351 conftest$ac_exeext conftest.$ac_ext
14993LIBS=$ac_check_lib_save_LIBS 16352LIBS=$ac_check_lib_save_LIBS
14994fi 16353fi
14995echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_tparm" >&5 16354echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_tparm" >&5
@@ -15014,21 +16373,28 @@ if test "${ac_cv_func_res_send+set}" = set; then
15014 echo $ECHO_N "(cached) $ECHO_C" >&6 16373 echo $ECHO_N "(cached) $ECHO_C" >&6
15015else 16374else
15016 cat >conftest.$ac_ext <<_ACEOF 16375 cat >conftest.$ac_ext <<_ACEOF
15017#line $LINENO "configure"
15018/* confdefs.h. */ 16376/* confdefs.h. */
15019_ACEOF 16377_ACEOF
15020cat confdefs.h >>conftest.$ac_ext 16378cat confdefs.h >>conftest.$ac_ext
15021cat >>conftest.$ac_ext <<_ACEOF 16379cat >>conftest.$ac_ext <<_ACEOF
15022/* end confdefs.h. */ 16380/* end confdefs.h. */
16381/* Define res_send to an innocuous variant, in case <limits.h> declares res_send.
16382 For example, HP-UX 11i <limits.h> declares gettimeofday. */
16383#define res_send innocuous_res_send
16384
15023/* System header to define __stub macros and hopefully few prototypes, 16385/* System header to define __stub macros and hopefully few prototypes,
15024 which can conflict with char res_send (); below. 16386 which can conflict with char res_send (); below.
15025 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 16387 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15026 <limits.h> exists even on freestanding compilers. */ 16388 <limits.h> exists even on freestanding compilers. */
16389
15027#ifdef __STDC__ 16390#ifdef __STDC__
15028# include <limits.h> 16391# include <limits.h>
15029#else 16392#else
15030# include <assert.h> 16393# include <assert.h>
15031#endif 16394#endif
16395
16396#undef res_send
16397
15032/* Override any gcc2 internal prototype to avoid an error. */ 16398/* Override any gcc2 internal prototype to avoid an error. */
15033#ifdef __cplusplus 16399#ifdef __cplusplus
15034extern "C" 16400extern "C"
@@ -15059,11 +16425,21 @@ return f != res_send;
15059_ACEOF 16425_ACEOF
15060rm -f conftest.$ac_objext conftest$ac_exeext 16426rm -f conftest.$ac_objext conftest$ac_exeext
15061if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 16427if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15062 (eval $ac_link) 2>&5 16428 (eval $ac_link) 2>conftest.er1
15063 ac_status=$? 16429 ac_status=$?
16430 grep -v '^ *+' conftest.er1 >conftest.err
16431 rm -f conftest.er1
16432 cat conftest.err >&5
15064 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15065 (exit $ac_status); } && 16434 (exit $ac_status); } &&
15066 { ac_try='test -s conftest$ac_exeext' 16435 { ac_try='test -z "$ac_c_werror_flag"
16436 || test ! -s conftest.err'
16437 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16438 (eval $ac_try) 2>&5
16439 ac_status=$?
16440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16441 (exit $ac_status); }; } &&
16442 { ac_try='test -s conftest$ac_exeext'
15067 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16443 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15068 (eval $ac_try) 2>&5 16444 (eval $ac_try) 2>&5
15069 ac_status=$? 16445 ac_status=$?
@@ -15076,7 +16452,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
15076 16452
15077ac_cv_func_res_send=no 16453ac_cv_func_res_send=no
15078fi 16454fi
15079rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 16455rm -f conftest.err conftest.$ac_objext \
16456 conftest$ac_exeext conftest.$ac_ext
15080fi 16457fi
15081echo "$as_me:$LINENO: result: $ac_cv_func_res_send" >&5 16458echo "$as_me:$LINENO: result: $ac_cv_func_res_send" >&5
15082echo "${ECHO_T}$ac_cv_func_res_send" >&6 16459echo "${ECHO_T}$ac_cv_func_res_send" >&6
@@ -15089,21 +16466,28 @@ if test "${ac_cv_func___res_send+set}" = set; then
15089 echo $ECHO_N "(cached) $ECHO_C" >&6 16466 echo $ECHO_N "(cached) $ECHO_C" >&6
15090else 16467else
15091 cat >conftest.$ac_ext <<_ACEOF 16468 cat >conftest.$ac_ext <<_ACEOF
15092#line $LINENO "configure"
15093/* confdefs.h. */ 16469/* confdefs.h. */
15094_ACEOF 16470_ACEOF
15095cat confdefs.h >>conftest.$ac_ext 16471cat confdefs.h >>conftest.$ac_ext
15096cat >>conftest.$ac_ext <<_ACEOF 16472cat >>conftest.$ac_ext <<_ACEOF
15097/* end confdefs.h. */ 16473/* end confdefs.h. */
16474/* Define __res_send to an innocuous variant, in case <limits.h> declares __res_send.
16475 For example, HP-UX 11i <limits.h> declares gettimeofday. */
16476#define __res_send innocuous___res_send
16477
15098/* System header to define __stub macros and hopefully few prototypes, 16478/* System header to define __stub macros and hopefully few prototypes,
15099 which can conflict with char __res_send (); below. 16479 which can conflict with char __res_send (); below.
15100 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 16480 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15101 <limits.h> exists even on freestanding compilers. */ 16481 <limits.h> exists even on freestanding compilers. */
16482
15102#ifdef __STDC__ 16483#ifdef __STDC__
15103# include <limits.h> 16484# include <limits.h>
15104#else 16485#else
15105# include <assert.h> 16486# include <assert.h>
15106#endif 16487#endif
16488
16489#undef __res_send
16490
15107/* Override any gcc2 internal prototype to avoid an error. */ 16491/* Override any gcc2 internal prototype to avoid an error. */
15108#ifdef __cplusplus 16492#ifdef __cplusplus
15109extern "C" 16493extern "C"
@@ -15134,11 +16518,21 @@ return f != __res_send;
15134_ACEOF 16518_ACEOF
15135rm -f conftest.$ac_objext conftest$ac_exeext 16519rm -f conftest.$ac_objext conftest$ac_exeext
15136if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 16520if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15137 (eval $ac_link) 2>&5 16521 (eval $ac_link) 2>conftest.er1
15138 ac_status=$? 16522 ac_status=$?
16523 grep -v '^ *+' conftest.er1 >conftest.err
16524 rm -f conftest.er1
16525 cat conftest.err >&5
15139 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15140 (exit $ac_status); } && 16527 (exit $ac_status); } &&
15141 { ac_try='test -s conftest$ac_exeext' 16528 { ac_try='test -z "$ac_c_werror_flag"
16529 || test ! -s conftest.err'
16530 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16531 (eval $ac_try) 2>&5
16532 ac_status=$?
16533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16534 (exit $ac_status); }; } &&
16535 { ac_try='test -s conftest$ac_exeext'
15142 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16536 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15143 (eval $ac_try) 2>&5 16537 (eval $ac_try) 2>&5
15144 ac_status=$? 16538 ac_status=$?
@@ -15151,7 +16545,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
15151 16545
15152ac_cv_func___res_send=no 16546ac_cv_func___res_send=no
15153fi 16547fi
15154rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 16548rm -f conftest.err conftest.$ac_objext \
16549 conftest$ac_exeext conftest.$ac_ext
15155fi 16550fi
15156echo "$as_me:$LINENO: result: $ac_cv_func___res_send" >&5 16551echo "$as_me:$LINENO: result: $ac_cv_func___res_send" >&5
15157echo "${ECHO_T}$ac_cv_func___res_send" >&6 16552echo "${ECHO_T}$ac_cv_func___res_send" >&6
@@ -15166,7 +16561,6 @@ else
15166 ac_check_lib_save_LIBS=$LIBS 16561 ac_check_lib_save_LIBS=$LIBS
15167LIBS="-lresolv $LIBS" 16562LIBS="-lresolv $LIBS"
15168cat >conftest.$ac_ext <<_ACEOF 16563cat >conftest.$ac_ext <<_ACEOF
15169#line $LINENO "configure"
15170/* confdefs.h. */ 16564/* confdefs.h. */
15171_ACEOF 16565_ACEOF
15172cat confdefs.h >>conftest.$ac_ext 16566cat confdefs.h >>conftest.$ac_ext
@@ -15190,11 +16584,21 @@ res_send ();
15190_ACEOF 16584_ACEOF
15191rm -f conftest.$ac_objext conftest$ac_exeext 16585rm -f conftest.$ac_objext conftest$ac_exeext
15192if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 16586if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15193 (eval $ac_link) 2>&5 16587 (eval $ac_link) 2>conftest.er1
15194 ac_status=$? 16588 ac_status=$?
16589 grep -v '^ *+' conftest.er1 >conftest.err
16590 rm -f conftest.er1
16591 cat conftest.err >&5
15195 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15196 (exit $ac_status); } && 16593 (exit $ac_status); } &&
15197 { ac_try='test -s conftest$ac_exeext' 16594 { ac_try='test -z "$ac_c_werror_flag"
16595 || test ! -s conftest.err'
16596 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16597 (eval $ac_try) 2>&5
16598 ac_status=$?
16599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16600 (exit $ac_status); }; } &&
16601 { ac_try='test -s conftest$ac_exeext'
15198 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16602 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15199 (eval $ac_try) 2>&5 16603 (eval $ac_try) 2>&5
15200 ac_status=$? 16604 ac_status=$?
@@ -15207,7 +16611,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
15207 16611
15208ac_cv_lib_resolv_res_send=no 16612ac_cv_lib_resolv_res_send=no
15209fi 16613fi
15210rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 16614rm -f conftest.err conftest.$ac_objext \
16615 conftest$ac_exeext conftest.$ac_ext
15211LIBS=$ac_check_lib_save_LIBS 16616LIBS=$ac_check_lib_save_LIBS
15212fi 16617fi
15213echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_send" >&5 16618echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_send" >&5
@@ -15223,7 +16628,6 @@ else
15223 ac_check_lib_save_LIBS=$LIBS 16628 ac_check_lib_save_LIBS=$LIBS
15224LIBS="-lresolv $LIBS" 16629LIBS="-lresolv $LIBS"
15225cat >conftest.$ac_ext <<_ACEOF 16630cat >conftest.$ac_ext <<_ACEOF
15226#line $LINENO "configure"
15227/* confdefs.h. */ 16631/* confdefs.h. */
15228_ACEOF 16632_ACEOF
15229cat confdefs.h >>conftest.$ac_ext 16633cat confdefs.h >>conftest.$ac_ext
@@ -15247,11 +16651,21 @@ __res_send ();
15247_ACEOF 16651_ACEOF
15248rm -f conftest.$ac_objext conftest$ac_exeext 16652rm -f conftest.$ac_objext conftest$ac_exeext
15249if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 16653if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15250 (eval $ac_link) 2>&5 16654 (eval $ac_link) 2>conftest.er1
15251 ac_status=$? 16655 ac_status=$?
16656 grep -v '^ *+' conftest.er1 >conftest.err
16657 rm -f conftest.er1
16658 cat conftest.err >&5
15252 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15253 (exit $ac_status); } && 16660 (exit $ac_status); } &&
15254 { ac_try='test -s conftest$ac_exeext' 16661 { ac_try='test -z "$ac_c_werror_flag"
16662 || test ! -s conftest.err'
16663 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16664 (eval $ac_try) 2>&5
16665 ac_status=$?
16666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16667 (exit $ac_status); }; } &&
16668 { ac_try='test -s conftest$ac_exeext'
15255 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16669 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15256 (eval $ac_try) 2>&5 16670 (eval $ac_try) 2>&5
15257 ac_status=$? 16671 ac_status=$?
@@ -15264,7 +16678,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
15264 16678
15265ac_cv_lib_resolv___res_send=no 16679ac_cv_lib_resolv___res_send=no
15266fi 16680fi
15267rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 16681rm -f conftest.err conftest.$ac_objext \
16682 conftest$ac_exeext conftest.$ac_ext
15268LIBS=$ac_check_lib_save_LIBS 16683LIBS=$ac_check_lib_save_LIBS
15269fi 16684fi
15270echo "$as_me:$LINENO: result: $ac_cv_lib_resolv___res_send" >&5 16685echo "$as_me:$LINENO: result: $ac_cv_lib_resolv___res_send" >&5
@@ -15295,21 +16710,28 @@ if test "${ac_cv_func_hes_getmailhost+set}" = set; then
15295 echo $ECHO_N "(cached) $ECHO_C" >&6 16710 echo $ECHO_N "(cached) $ECHO_C" >&6
15296else 16711else
15297 cat >conftest.$ac_ext <<_ACEOF 16712 cat >conftest.$ac_ext <<_ACEOF
15298#line $LINENO "configure"
15299/* confdefs.h. */ 16713/* confdefs.h. */
15300_ACEOF 16714_ACEOF
15301cat confdefs.h >>conftest.$ac_ext 16715cat confdefs.h >>conftest.$ac_ext
15302cat >>conftest.$ac_ext <<_ACEOF 16716cat >>conftest.$ac_ext <<_ACEOF
15303/* end confdefs.h. */ 16717/* end confdefs.h. */
16718/* Define hes_getmailhost to an innocuous variant, in case <limits.h> declares hes_getmailhost.
16719 For example, HP-UX 11i <limits.h> declares gettimeofday. */
16720#define hes_getmailhost innocuous_hes_getmailhost
16721
15304/* System header to define __stub macros and hopefully few prototypes, 16722/* System header to define __stub macros and hopefully few prototypes,
15305 which can conflict with char hes_getmailhost (); below. 16723 which can conflict with char hes_getmailhost (); below.
15306 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 16724 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15307 <limits.h> exists even on freestanding compilers. */ 16725 <limits.h> exists even on freestanding compilers. */
16726
15308#ifdef __STDC__ 16727#ifdef __STDC__
15309# include <limits.h> 16728# include <limits.h>
15310#else 16729#else
15311# include <assert.h> 16730# include <assert.h>
15312#endif 16731#endif
16732
16733#undef hes_getmailhost
16734
15313/* Override any gcc2 internal prototype to avoid an error. */ 16735/* Override any gcc2 internal prototype to avoid an error. */
15314#ifdef __cplusplus 16736#ifdef __cplusplus
15315extern "C" 16737extern "C"
@@ -15340,11 +16762,21 @@ return f != hes_getmailhost;
15340_ACEOF 16762_ACEOF
15341rm -f conftest.$ac_objext conftest$ac_exeext 16763rm -f conftest.$ac_objext conftest$ac_exeext
15342if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 16764if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15343 (eval $ac_link) 2>&5 16765 (eval $ac_link) 2>conftest.er1
15344 ac_status=$? 16766 ac_status=$?
16767 grep -v '^ *+' conftest.er1 >conftest.err
16768 rm -f conftest.er1
16769 cat conftest.err >&5
15345 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15346 (exit $ac_status); } && 16771 (exit $ac_status); } &&
15347 { ac_try='test -s conftest$ac_exeext' 16772 { ac_try='test -z "$ac_c_werror_flag"
16773 || test ! -s conftest.err'
16774 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16775 (eval $ac_try) 2>&5
16776 ac_status=$?
16777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16778 (exit $ac_status); }; } &&
16779 { ac_try='test -s conftest$ac_exeext'
15348 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16780 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15349 (eval $ac_try) 2>&5 16781 (eval $ac_try) 2>&5
15350 ac_status=$? 16782 ac_status=$?
@@ -15357,7 +16789,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
15357 16789
15358ac_cv_func_hes_getmailhost=no 16790ac_cv_func_hes_getmailhost=no
15359fi 16791fi
15360rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 16792rm -f conftest.err conftest.$ac_objext \
16793 conftest$ac_exeext conftest.$ac_ext
15361fi 16794fi
15362echo "$as_me:$LINENO: result: $ac_cv_func_hes_getmailhost" >&5 16795echo "$as_me:$LINENO: result: $ac_cv_func_hes_getmailhost" >&5
15363echo "${ECHO_T}$ac_cv_func_hes_getmailhost" >&6 16796echo "${ECHO_T}$ac_cv_func_hes_getmailhost" >&6
@@ -15372,7 +16805,6 @@ else
15372 ac_check_lib_save_LIBS=$LIBS 16805 ac_check_lib_save_LIBS=$LIBS
15373LIBS="-lhesiod $RESOLVLIB $LIBS" 16806LIBS="-lhesiod $RESOLVLIB $LIBS"
15374cat >conftest.$ac_ext <<_ACEOF 16807cat >conftest.$ac_ext <<_ACEOF
15375#line $LINENO "configure"
15376/* confdefs.h. */ 16808/* confdefs.h. */
15377_ACEOF 16809_ACEOF
15378cat confdefs.h >>conftest.$ac_ext 16810cat confdefs.h >>conftest.$ac_ext
@@ -15396,11 +16828,21 @@ hes_getmailhost ();
15396_ACEOF 16828_ACEOF
15397rm -f conftest.$ac_objext conftest$ac_exeext 16829rm -f conftest.$ac_objext conftest$ac_exeext
15398if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 16830if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15399 (eval $ac_link) 2>&5 16831 (eval $ac_link) 2>conftest.er1
15400 ac_status=$? 16832 ac_status=$?
16833 grep -v '^ *+' conftest.er1 >conftest.err
16834 rm -f conftest.er1
16835 cat conftest.err >&5
15401 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15402 (exit $ac_status); } && 16837 (exit $ac_status); } &&
15403 { ac_try='test -s conftest$ac_exeext' 16838 { ac_try='test -z "$ac_c_werror_flag"
16839 || test ! -s conftest.err'
16840 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16841 (eval $ac_try) 2>&5
16842 ac_status=$?
16843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16844 (exit $ac_status); }; } &&
16845 { ac_try='test -s conftest$ac_exeext'
15404 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16846 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15405 (eval $ac_try) 2>&5 16847 (eval $ac_try) 2>&5
15406 ac_status=$? 16848 ac_status=$?
@@ -15413,7 +16855,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
15413 16855
15414ac_cv_lib_hesiod_hes_getmailhost=no 16856ac_cv_lib_hesiod_hes_getmailhost=no
15415fi 16857fi
15416rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 16858rm -f conftest.err conftest.$ac_objext \
16859 conftest$ac_exeext conftest.$ac_ext
15417LIBS=$ac_check_lib_save_LIBS 16860LIBS=$ac_check_lib_save_LIBS
15418fi 16861fi
15419echo "$as_me:$LINENO: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5 16862echo "$as_me:$LINENO: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5
@@ -15443,7 +16886,6 @@ else
15443 ac_check_lib_save_LIBS=$LIBS 16886 ac_check_lib_save_LIBS=$LIBS
15444LIBS="-lcom_err $LIBS" 16887LIBS="-lcom_err $LIBS"
15445cat >conftest.$ac_ext <<_ACEOF 16888cat >conftest.$ac_ext <<_ACEOF
15446#line $LINENO "configure"
15447/* confdefs.h. */ 16889/* confdefs.h. */
15448_ACEOF 16890_ACEOF
15449cat confdefs.h >>conftest.$ac_ext 16891cat confdefs.h >>conftest.$ac_ext
@@ -15467,11 +16909,21 @@ com_err ();
15467_ACEOF 16909_ACEOF
15468rm -f conftest.$ac_objext conftest$ac_exeext 16910rm -f conftest.$ac_objext conftest$ac_exeext
15469if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 16911if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15470 (eval $ac_link) 2>&5 16912 (eval $ac_link) 2>conftest.er1
15471 ac_status=$? 16913 ac_status=$?
16914 grep -v '^ *+' conftest.er1 >conftest.err
16915 rm -f conftest.er1
16916 cat conftest.err >&5
15472 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15473 (exit $ac_status); } && 16918 (exit $ac_status); } &&
15474 { ac_try='test -s conftest$ac_exeext' 16919 { ac_try='test -z "$ac_c_werror_flag"
16920 || test ! -s conftest.err'
16921 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16922 (eval $ac_try) 2>&5
16923 ac_status=$?
16924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16925 (exit $ac_status); }; } &&
16926 { ac_try='test -s conftest$ac_exeext'
15475 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16927 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15476 (eval $ac_try) 2>&5 16928 (eval $ac_try) 2>&5
15477 ac_status=$? 16929 ac_status=$?
@@ -15484,7 +16936,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
15484 16936
15485ac_cv_lib_com_err_com_err=no 16937ac_cv_lib_com_err_com_err=no
15486fi 16938fi
15487rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 16939rm -f conftest.err conftest.$ac_objext \
16940 conftest$ac_exeext conftest.$ac_ext
15488LIBS=$ac_check_lib_save_LIBS 16941LIBS=$ac_check_lib_save_LIBS
15489fi 16942fi
15490echo "$as_me:$LINENO: result: $ac_cv_lib_com_err_com_err" >&5 16943echo "$as_me:$LINENO: result: $ac_cv_lib_com_err_com_err" >&5
@@ -15507,7 +16960,6 @@ else
15507 ac_check_lib_save_LIBS=$LIBS 16960 ac_check_lib_save_LIBS=$LIBS
15508LIBS="-lk5crypto $LIBS" 16961LIBS="-lk5crypto $LIBS"
15509cat >conftest.$ac_ext <<_ACEOF 16962cat >conftest.$ac_ext <<_ACEOF
15510#line $LINENO "configure"
15511/* confdefs.h. */ 16963/* confdefs.h. */
15512_ACEOF 16964_ACEOF
15513cat confdefs.h >>conftest.$ac_ext 16965cat confdefs.h >>conftest.$ac_ext
@@ -15531,11 +16983,21 @@ mit_des_cbc_encrypt ();
15531_ACEOF 16983_ACEOF
15532rm -f conftest.$ac_objext conftest$ac_exeext 16984rm -f conftest.$ac_objext conftest$ac_exeext
15533if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 16985if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15534 (eval $ac_link) 2>&5 16986 (eval $ac_link) 2>conftest.er1
15535 ac_status=$? 16987 ac_status=$?
16988 grep -v '^ *+' conftest.er1 >conftest.err
16989 rm -f conftest.er1
16990 cat conftest.err >&5
15536 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15537 (exit $ac_status); } && 16992 (exit $ac_status); } &&
15538 { ac_try='test -s conftest$ac_exeext' 16993 { ac_try='test -z "$ac_c_werror_flag"
16994 || test ! -s conftest.err'
16995 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16996 (eval $ac_try) 2>&5
16997 ac_status=$?
16998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16999 (exit $ac_status); }; } &&
17000 { ac_try='test -s conftest$ac_exeext'
15539 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17001 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15540 (eval $ac_try) 2>&5 17002 (eval $ac_try) 2>&5
15541 ac_status=$? 17003 ac_status=$?
@@ -15548,7 +17010,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
15548 17010
15549ac_cv_lib_k5crypto_mit_des_cbc_encrypt=no 17011ac_cv_lib_k5crypto_mit_des_cbc_encrypt=no
15550fi 17012fi
15551rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 17013rm -f conftest.err conftest.$ac_objext \
17014 conftest$ac_exeext conftest.$ac_ext
15552LIBS=$ac_check_lib_save_LIBS 17015LIBS=$ac_check_lib_save_LIBS
15553fi 17016fi
15554echo "$as_me:$LINENO: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5 17017echo "$as_me:$LINENO: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5
@@ -15571,7 +17034,6 @@ else
15571 ac_check_lib_save_LIBS=$LIBS 17034 ac_check_lib_save_LIBS=$LIBS
15572LIBS="-lcrypto $LIBS" 17035LIBS="-lcrypto $LIBS"
15573cat >conftest.$ac_ext <<_ACEOF 17036cat >conftest.$ac_ext <<_ACEOF
15574#line $LINENO "configure"
15575/* confdefs.h. */ 17037/* confdefs.h. */
15576_ACEOF 17038_ACEOF
15577cat confdefs.h >>conftest.$ac_ext 17039cat confdefs.h >>conftest.$ac_ext
@@ -15595,11 +17057,21 @@ mit_des_cbc_encrypt ();
15595_ACEOF 17057_ACEOF
15596rm -f conftest.$ac_objext conftest$ac_exeext 17058rm -f conftest.$ac_objext conftest$ac_exeext
15597if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 17059if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15598 (eval $ac_link) 2>&5 17060 (eval $ac_link) 2>conftest.er1
15599 ac_status=$? 17061 ac_status=$?
17062 grep -v '^ *+' conftest.er1 >conftest.err
17063 rm -f conftest.er1
17064 cat conftest.err >&5
15600 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15601 (exit $ac_status); } && 17066 (exit $ac_status); } &&
15602 { ac_try='test -s conftest$ac_exeext' 17067 { ac_try='test -z "$ac_c_werror_flag"
17068 || test ! -s conftest.err'
17069 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17070 (eval $ac_try) 2>&5
17071 ac_status=$?
17072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17073 (exit $ac_status); }; } &&
17074 { ac_try='test -s conftest$ac_exeext'
15603 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17075 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15604 (eval $ac_try) 2>&5 17076 (eval $ac_try) 2>&5
15605 ac_status=$? 17077 ac_status=$?
@@ -15612,7 +17084,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
15612 17084
15613ac_cv_lib_crypto_mit_des_cbc_encrypt=no 17085ac_cv_lib_crypto_mit_des_cbc_encrypt=no
15614fi 17086fi
15615rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 17087rm -f conftest.err conftest.$ac_objext \
17088 conftest$ac_exeext conftest.$ac_ext
15616LIBS=$ac_check_lib_save_LIBS 17089LIBS=$ac_check_lib_save_LIBS
15617fi 17090fi
15618echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5 17091echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5
@@ -15635,7 +17108,6 @@ else
15635 ac_check_lib_save_LIBS=$LIBS 17108 ac_check_lib_save_LIBS=$LIBS
15636LIBS="-lkrb5 $LIBS" 17109LIBS="-lkrb5 $LIBS"
15637cat >conftest.$ac_ext <<_ACEOF 17110cat >conftest.$ac_ext <<_ACEOF
15638#line $LINENO "configure"
15639/* confdefs.h. */ 17111/* confdefs.h. */
15640_ACEOF 17112_ACEOF
15641cat confdefs.h >>conftest.$ac_ext 17113cat confdefs.h >>conftest.$ac_ext
@@ -15659,11 +17131,21 @@ krb5_init_context ();
15659_ACEOF 17131_ACEOF
15660rm -f conftest.$ac_objext conftest$ac_exeext 17132rm -f conftest.$ac_objext conftest$ac_exeext
15661if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 17133if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15662 (eval $ac_link) 2>&5 17134 (eval $ac_link) 2>conftest.er1
15663 ac_status=$? 17135 ac_status=$?
17136 grep -v '^ *+' conftest.er1 >conftest.err
17137 rm -f conftest.er1
17138 cat conftest.err >&5
15664 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15665 (exit $ac_status); } && 17140 (exit $ac_status); } &&
15666 { ac_try='test -s conftest$ac_exeext' 17141 { ac_try='test -z "$ac_c_werror_flag"
17142 || test ! -s conftest.err'
17143 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17144 (eval $ac_try) 2>&5
17145 ac_status=$?
17146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17147 (exit $ac_status); }; } &&
17148 { ac_try='test -s conftest$ac_exeext'
15667 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17149 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15668 (eval $ac_try) 2>&5 17150 (eval $ac_try) 2>&5
15669 ac_status=$? 17151 ac_status=$?
@@ -15676,7 +17158,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
15676 17158
15677ac_cv_lib_krb5_krb5_init_context=no 17159ac_cv_lib_krb5_krb5_init_context=no
15678fi 17160fi
15679rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 17161rm -f conftest.err conftest.$ac_objext \
17162 conftest$ac_exeext conftest.$ac_ext
15680LIBS=$ac_check_lib_save_LIBS 17163LIBS=$ac_check_lib_save_LIBS
15681fi 17164fi
15682echo "$as_me:$LINENO: result: $ac_cv_lib_krb5_krb5_init_context" >&5 17165echo "$as_me:$LINENO: result: $ac_cv_lib_krb5_krb5_init_context" >&5
@@ -15700,7 +17183,6 @@ else
15700 ac_check_lib_save_LIBS=$LIBS 17183 ac_check_lib_save_LIBS=$LIBS
15701LIBS="-ldes425 $LIBS" 17184LIBS="-ldes425 $LIBS"
15702cat >conftest.$ac_ext <<_ACEOF 17185cat >conftest.$ac_ext <<_ACEOF
15703#line $LINENO "configure"
15704/* confdefs.h. */ 17186/* confdefs.h. */
15705_ACEOF 17187_ACEOF
15706cat confdefs.h >>conftest.$ac_ext 17188cat confdefs.h >>conftest.$ac_ext
@@ -15724,11 +17206,21 @@ des_cbc_encrypt ();
15724_ACEOF 17206_ACEOF
15725rm -f conftest.$ac_objext conftest$ac_exeext 17207rm -f conftest.$ac_objext conftest$ac_exeext
15726if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 17208if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15727 (eval $ac_link) 2>&5 17209 (eval $ac_link) 2>conftest.er1
15728 ac_status=$? 17210 ac_status=$?
17211 grep -v '^ *+' conftest.er1 >conftest.err
17212 rm -f conftest.er1
17213 cat conftest.err >&5
15729 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15730 (exit $ac_status); } && 17215 (exit $ac_status); } &&
15731 { ac_try='test -s conftest$ac_exeext' 17216 { ac_try='test -z "$ac_c_werror_flag"
17217 || test ! -s conftest.err'
17218 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17219 (eval $ac_try) 2>&5
17220 ac_status=$?
17221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17222 (exit $ac_status); }; } &&
17223 { ac_try='test -s conftest$ac_exeext'
15732 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17224 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15733 (eval $ac_try) 2>&5 17225 (eval $ac_try) 2>&5
15734 ac_status=$? 17226 ac_status=$?
@@ -15741,7 +17233,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
15741 17233
15742ac_cv_lib_des425_des_cbc_encrypt=no 17234ac_cv_lib_des425_des_cbc_encrypt=no
15743fi 17235fi
15744rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 17236rm -f conftest.err conftest.$ac_objext \
17237 conftest$ac_exeext conftest.$ac_ext
15745LIBS=$ac_check_lib_save_LIBS 17238LIBS=$ac_check_lib_save_LIBS
15746fi 17239fi
15747echo "$as_me:$LINENO: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5 17240echo "$as_me:$LINENO: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5
@@ -15763,7 +17256,6 @@ else
15763 ac_check_lib_save_LIBS=$LIBS 17256 ac_check_lib_save_LIBS=$LIBS
15764LIBS="-ldes $LIBS" 17257LIBS="-ldes $LIBS"
15765cat >conftest.$ac_ext <<_ACEOF 17258cat >conftest.$ac_ext <<_ACEOF
15766#line $LINENO "configure"
15767/* confdefs.h. */ 17259/* confdefs.h. */
15768_ACEOF 17260_ACEOF
15769cat confdefs.h >>conftest.$ac_ext 17261cat confdefs.h >>conftest.$ac_ext
@@ -15787,11 +17279,21 @@ des_cbc_encrypt ();
15787_ACEOF 17279_ACEOF
15788rm -f conftest.$ac_objext conftest$ac_exeext 17280rm -f conftest.$ac_objext conftest$ac_exeext
15789if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 17281if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15790 (eval $ac_link) 2>&5 17282 (eval $ac_link) 2>conftest.er1
15791 ac_status=$? 17283 ac_status=$?
17284 grep -v '^ *+' conftest.er1 >conftest.err
17285 rm -f conftest.er1
17286 cat conftest.err >&5
15792 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15793 (exit $ac_status); } && 17288 (exit $ac_status); } &&
15794 { ac_try='test -s conftest$ac_exeext' 17289 { ac_try='test -z "$ac_c_werror_flag"
17290 || test ! -s conftest.err'
17291 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17292 (eval $ac_try) 2>&5
17293 ac_status=$?
17294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17295 (exit $ac_status); }; } &&
17296 { ac_try='test -s conftest$ac_exeext'
15795 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17297 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15796 (eval $ac_try) 2>&5 17298 (eval $ac_try) 2>&5
15797 ac_status=$? 17299 ac_status=$?
@@ -15804,7 +17306,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
15804 17306
15805ac_cv_lib_des_des_cbc_encrypt=no 17307ac_cv_lib_des_des_cbc_encrypt=no
15806fi 17308fi
15807rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 17309rm -f conftest.err conftest.$ac_objext \
17310 conftest$ac_exeext conftest.$ac_ext
15808LIBS=$ac_check_lib_save_LIBS 17311LIBS=$ac_check_lib_save_LIBS
15809fi 17312fi
15810echo "$as_me:$LINENO: result: $ac_cv_lib_des_des_cbc_encrypt" >&5 17313echo "$as_me:$LINENO: result: $ac_cv_lib_des_des_cbc_encrypt" >&5
@@ -15829,7 +17332,6 @@ else
15829 ac_check_lib_save_LIBS=$LIBS 17332 ac_check_lib_save_LIBS=$LIBS
15830LIBS="-lkrb4 $LIBS" 17333LIBS="-lkrb4 $LIBS"
15831cat >conftest.$ac_ext <<_ACEOF 17334cat >conftest.$ac_ext <<_ACEOF
15832#line $LINENO "configure"
15833/* confdefs.h. */ 17335/* confdefs.h. */
15834_ACEOF 17336_ACEOF
15835cat confdefs.h >>conftest.$ac_ext 17337cat confdefs.h >>conftest.$ac_ext
@@ -15853,11 +17355,21 @@ krb_get_cred ();
15853_ACEOF 17355_ACEOF
15854rm -f conftest.$ac_objext conftest$ac_exeext 17356rm -f conftest.$ac_objext conftest$ac_exeext
15855if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 17357if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15856 (eval $ac_link) 2>&5 17358 (eval $ac_link) 2>conftest.er1
15857 ac_status=$? 17359 ac_status=$?
17360 grep -v '^ *+' conftest.er1 >conftest.err
17361 rm -f conftest.er1
17362 cat conftest.err >&5
15858 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15859 (exit $ac_status); } && 17364 (exit $ac_status); } &&
15860 { ac_try='test -s conftest$ac_exeext' 17365 { ac_try='test -z "$ac_c_werror_flag"
17366 || test ! -s conftest.err'
17367 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17368 (eval $ac_try) 2>&5
17369 ac_status=$?
17370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17371 (exit $ac_status); }; } &&
17372 { ac_try='test -s conftest$ac_exeext'
15861 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17373 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15862 (eval $ac_try) 2>&5 17374 (eval $ac_try) 2>&5
15863 ac_status=$? 17375 ac_status=$?
@@ -15870,7 +17382,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
15870 17382
15871ac_cv_lib_krb4_krb_get_cred=no 17383ac_cv_lib_krb4_krb_get_cred=no
15872fi 17384fi
15873rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 17385rm -f conftest.err conftest.$ac_objext \
17386 conftest$ac_exeext conftest.$ac_ext
15874LIBS=$ac_check_lib_save_LIBS 17387LIBS=$ac_check_lib_save_LIBS
15875fi 17388fi
15876echo "$as_me:$LINENO: result: $ac_cv_lib_krb4_krb_get_cred" >&5 17389echo "$as_me:$LINENO: result: $ac_cv_lib_krb4_krb_get_cred" >&5
@@ -15892,7 +17405,6 @@ else
15892 ac_check_lib_save_LIBS=$LIBS 17405 ac_check_lib_save_LIBS=$LIBS
15893LIBS="-lkrb $LIBS" 17406LIBS="-lkrb $LIBS"
15894cat >conftest.$ac_ext <<_ACEOF 17407cat >conftest.$ac_ext <<_ACEOF
15895#line $LINENO "configure"
15896/* confdefs.h. */ 17408/* confdefs.h. */
15897_ACEOF 17409_ACEOF
15898cat confdefs.h >>conftest.$ac_ext 17410cat confdefs.h >>conftest.$ac_ext
@@ -15916,11 +17428,21 @@ krb_get_cred ();
15916_ACEOF 17428_ACEOF
15917rm -f conftest.$ac_objext conftest$ac_exeext 17429rm -f conftest.$ac_objext conftest$ac_exeext
15918if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 17430if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15919 (eval $ac_link) 2>&5 17431 (eval $ac_link) 2>conftest.er1
15920 ac_status=$? 17432 ac_status=$?
17433 grep -v '^ *+' conftest.er1 >conftest.err
17434 rm -f conftest.er1
17435 cat conftest.err >&5
15921 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15922 (exit $ac_status); } && 17437 (exit $ac_status); } &&
15923 { ac_try='test -s conftest$ac_exeext' 17438 { ac_try='test -z "$ac_c_werror_flag"
17439 || test ! -s conftest.err'
17440 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17441 (eval $ac_try) 2>&5
17442 ac_status=$?
17443 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17444 (exit $ac_status); }; } &&
17445 { ac_try='test -s conftest$ac_exeext'
15924 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17446 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15925 (eval $ac_try) 2>&5 17447 (eval $ac_try) 2>&5
15926 ac_status=$? 17448 ac_status=$?
@@ -15933,7 +17455,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
15933 17455
15934ac_cv_lib_krb_krb_get_cred=no 17456ac_cv_lib_krb_krb_get_cred=no
15935fi 17457fi
15936rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 17458rm -f conftest.err conftest.$ac_objext \
17459 conftest$ac_exeext conftest.$ac_ext
15937LIBS=$ac_check_lib_save_LIBS 17460LIBS=$ac_check_lib_save_LIBS
15938fi 17461fi
15939echo "$as_me:$LINENO: result: $ac_cv_lib_krb_krb_get_cred" >&5 17462echo "$as_me:$LINENO: result: $ac_cv_lib_krb_krb_get_cred" >&5
@@ -15969,7 +17492,6 @@ else
15969echo "$as_me:$LINENO: checking $ac_header usability" >&5 17492echo "$as_me:$LINENO: checking $ac_header usability" >&5
15970echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 17493echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15971cat >conftest.$ac_ext <<_ACEOF 17494cat >conftest.$ac_ext <<_ACEOF
15972#line $LINENO "configure"
15973/* confdefs.h. */ 17495/* confdefs.h. */
15974_ACEOF 17496_ACEOF
15975cat confdefs.h >>conftest.$ac_ext 17497cat confdefs.h >>conftest.$ac_ext
@@ -15980,11 +17502,21 @@ $ac_includes_default
15980_ACEOF 17502_ACEOF
15981rm -f conftest.$ac_objext 17503rm -f conftest.$ac_objext
15982if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 17504if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15983 (eval $ac_compile) 2>&5 17505 (eval $ac_compile) 2>conftest.er1
15984 ac_status=$? 17506 ac_status=$?
17507 grep -v '^ *+' conftest.er1 >conftest.err
17508 rm -f conftest.er1
17509 cat conftest.err >&5
15985 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15986 (exit $ac_status); } && 17511 (exit $ac_status); } &&
15987 { ac_try='test -s conftest.$ac_objext' 17512 { ac_try='test -z "$ac_c_werror_flag"
17513 || test ! -s conftest.err'
17514 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17515 (eval $ac_try) 2>&5
17516 ac_status=$?
17517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17518 (exit $ac_status); }; } &&
17519 { ac_try='test -s conftest.$ac_objext'
15988 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17520 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15989 (eval $ac_try) 2>&5 17521 (eval $ac_try) 2>&5
15990 ac_status=$? 17522 ac_status=$?
@@ -15997,7 +17529,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
15997 17529
15998ac_header_compiler=no 17530ac_header_compiler=no
15999fi 17531fi
16000rm -f conftest.$ac_objext conftest.$ac_ext 17532rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16001echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 17533echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16002echo "${ECHO_T}$ac_header_compiler" >&6 17534echo "${ECHO_T}$ac_header_compiler" >&6
16003 17535
@@ -16005,7 +17537,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
16005echo "$as_me:$LINENO: checking $ac_header presence" >&5 17537echo "$as_me:$LINENO: checking $ac_header presence" >&5
16006echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 17538echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
16007cat >conftest.$ac_ext <<_ACEOF 17539cat >conftest.$ac_ext <<_ACEOF
16008#line $LINENO "configure"
16009/* confdefs.h. */ 17540/* confdefs.h. */
16010_ACEOF 17541_ACEOF
16011cat confdefs.h >>conftest.$ac_ext 17542cat confdefs.h >>conftest.$ac_ext
@@ -16023,6 +17554,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16023 (exit $ac_status); } >/dev/null; then 17554 (exit $ac_status); } >/dev/null; then
16024 if test -s conftest.err; then 17555 if test -s conftest.err; then
16025 ac_cpp_err=$ac_c_preproc_warn_flag 17556 ac_cpp_err=$ac_c_preproc_warn_flag
17557 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
16026 else 17558 else
16027 ac_cpp_err= 17559 ac_cpp_err=
16028 fi 17560 fi
@@ -16042,33 +17574,32 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16042echo "${ECHO_T}$ac_header_preproc" >&6 17574echo "${ECHO_T}$ac_header_preproc" >&6
16043 17575
16044# So? What about this header? 17576# So? What about this header?
16045case $ac_header_compiler:$ac_header_preproc in 17577case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16046 yes:no ) 17578 yes:no: )
16047 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 17579 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16048echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 17580echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16049 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 17581 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16050echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 17582echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16051 ( 17583 ac_header_preproc=yes
16052 cat <<\_ASBOX
16053## ------------------------------------ ##
16054## Report this to bug-autoconf@gnu.org. ##
16055## ------------------------------------ ##
16056_ASBOX
16057 ) |
16058 sed "s/^/$as_me: WARNING: /" >&2
16059 ;; 17584 ;;
16060 no:yes ) 17585 no:yes:* )
16061 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 17586 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16062echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 17587echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16063 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 17588 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16064echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 17589echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
17590 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
17591echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
17592 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
17593echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16065 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 17594 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16066echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 17595echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
17596 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
17597echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16067 ( 17598 (
16068 cat <<\_ASBOX 17599 cat <<\_ASBOX
16069## ------------------------------------ ## 17600## ------------------------------------------ ##
16070## Report this to bug-autoconf@gnu.org. ## 17601## Report this to the AC_PACKAGE_NAME lists. ##
16071## ------------------------------------ ## 17602## ------------------------------------------ ##
16072_ASBOX 17603_ASBOX
16073 ) | 17604 ) |
16074 sed "s/^/$as_me: WARNING: /" >&2 17605 sed "s/^/$as_me: WARNING: /" >&2
@@ -16079,7 +17610,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16079if eval "test \"\${$as_ac_Header+set}\" = set"; then 17610if eval "test \"\${$as_ac_Header+set}\" = set"; then
16080 echo $ECHO_N "(cached) $ECHO_C" >&6 17611 echo $ECHO_N "(cached) $ECHO_C" >&6
16081else 17612else
16082 eval "$as_ac_Header=$ac_header_preproc" 17613 eval "$as_ac_Header=\$ac_header_preproc"
16083fi 17614fi
16084echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 17615echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16085echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 17616echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -16112,7 +17643,6 @@ else
16112echo "$as_me:$LINENO: checking $ac_header usability" >&5 17643echo "$as_me:$LINENO: checking $ac_header usability" >&5
16113echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 17644echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
16114cat >conftest.$ac_ext <<_ACEOF 17645cat >conftest.$ac_ext <<_ACEOF
16115#line $LINENO "configure"
16116/* confdefs.h. */ 17646/* confdefs.h. */
16117_ACEOF 17647_ACEOF
16118cat confdefs.h >>conftest.$ac_ext 17648cat confdefs.h >>conftest.$ac_ext
@@ -16123,11 +17653,21 @@ $ac_includes_default
16123_ACEOF 17653_ACEOF
16124rm -f conftest.$ac_objext 17654rm -f conftest.$ac_objext
16125if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 17655if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16126 (eval $ac_compile) 2>&5 17656 (eval $ac_compile) 2>conftest.er1
16127 ac_status=$? 17657 ac_status=$?
17658 grep -v '^ *+' conftest.er1 >conftest.err
17659 rm -f conftest.er1
17660 cat conftest.err >&5
16128 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16129 (exit $ac_status); } && 17662 (exit $ac_status); } &&
16130 { ac_try='test -s conftest.$ac_objext' 17663 { ac_try='test -z "$ac_c_werror_flag"
17664 || test ! -s conftest.err'
17665 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17666 (eval $ac_try) 2>&5
17667 ac_status=$?
17668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17669 (exit $ac_status); }; } &&
17670 { ac_try='test -s conftest.$ac_objext'
16131 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17671 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16132 (eval $ac_try) 2>&5 17672 (eval $ac_try) 2>&5
16133 ac_status=$? 17673 ac_status=$?
@@ -16140,7 +17680,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
16140 17680
16141ac_header_compiler=no 17681ac_header_compiler=no
16142fi 17682fi
16143rm -f conftest.$ac_objext conftest.$ac_ext 17683rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16144echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 17684echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16145echo "${ECHO_T}$ac_header_compiler" >&6 17685echo "${ECHO_T}$ac_header_compiler" >&6
16146 17686
@@ -16148,7 +17688,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
16148echo "$as_me:$LINENO: checking $ac_header presence" >&5 17688echo "$as_me:$LINENO: checking $ac_header presence" >&5
16149echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 17689echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
16150cat >conftest.$ac_ext <<_ACEOF 17690cat >conftest.$ac_ext <<_ACEOF
16151#line $LINENO "configure"
16152/* confdefs.h. */ 17691/* confdefs.h. */
16153_ACEOF 17692_ACEOF
16154cat confdefs.h >>conftest.$ac_ext 17693cat confdefs.h >>conftest.$ac_ext
@@ -16166,6 +17705,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16166 (exit $ac_status); } >/dev/null; then 17705 (exit $ac_status); } >/dev/null; then
16167 if test -s conftest.err; then 17706 if test -s conftest.err; then
16168 ac_cpp_err=$ac_c_preproc_warn_flag 17707 ac_cpp_err=$ac_c_preproc_warn_flag
17708 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
16169 else 17709 else
16170 ac_cpp_err= 17710 ac_cpp_err=
16171 fi 17711 fi
@@ -16185,33 +17725,32 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16185echo "${ECHO_T}$ac_header_preproc" >&6 17725echo "${ECHO_T}$ac_header_preproc" >&6
16186 17726
16187# So? What about this header? 17727# So? What about this header?
16188case $ac_header_compiler:$ac_header_preproc in 17728case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16189 yes:no ) 17729 yes:no: )
16190 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 17730 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16191echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 17731echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16192 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 17732 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16193echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 17733echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16194 ( 17734 ac_header_preproc=yes
16195 cat <<\_ASBOX
16196## ------------------------------------ ##
16197## Report this to bug-autoconf@gnu.org. ##
16198## ------------------------------------ ##
16199_ASBOX
16200 ) |
16201 sed "s/^/$as_me: WARNING: /" >&2
16202 ;; 17735 ;;
16203 no:yes ) 17736 no:yes:* )
16204 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 17737 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16205echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 17738echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16206 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 17739 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16207echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 17740echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
17741 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
17742echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
17743 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
17744echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16208 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 17745 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16209echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 17746echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
17747 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
17748echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16210 ( 17749 (
16211 cat <<\_ASBOX 17750 cat <<\_ASBOX
16212## ------------------------------------ ## 17751## ------------------------------------------ ##
16213## Report this to bug-autoconf@gnu.org. ## 17752## Report this to the AC_PACKAGE_NAME lists. ##
16214## ------------------------------------ ## 17753## ------------------------------------------ ##
16215_ASBOX 17754_ASBOX
16216 ) | 17755 ) |
16217 sed "s/^/$as_me: WARNING: /" >&2 17756 sed "s/^/$as_me: WARNING: /" >&2
@@ -16222,7 +17761,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16222if eval "test \"\${$as_ac_Header+set}\" = set"; then 17761if eval "test \"\${$as_ac_Header+set}\" = set"; then
16223 echo $ECHO_N "(cached) $ECHO_C" >&6 17762 echo $ECHO_N "(cached) $ECHO_C" >&6
16224else 17763else
16225 eval "$as_ac_Header=$ac_header_preproc" 17764 eval "$as_ac_Header=\$ac_header_preproc"
16226fi 17765fi
16227echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 17766echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16228echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 17767echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -16251,7 +17790,6 @@ else
16251echo "$as_me:$LINENO: checking $ac_header usability" >&5 17790echo "$as_me:$LINENO: checking $ac_header usability" >&5
16252echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 17791echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
16253cat >conftest.$ac_ext <<_ACEOF 17792cat >conftest.$ac_ext <<_ACEOF
16254#line $LINENO "configure"
16255/* confdefs.h. */ 17793/* confdefs.h. */
16256_ACEOF 17794_ACEOF
16257cat confdefs.h >>conftest.$ac_ext 17795cat confdefs.h >>conftest.$ac_ext
@@ -16262,11 +17800,21 @@ $ac_includes_default
16262_ACEOF 17800_ACEOF
16263rm -f conftest.$ac_objext 17801rm -f conftest.$ac_objext
16264if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 17802if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16265 (eval $ac_compile) 2>&5 17803 (eval $ac_compile) 2>conftest.er1
16266 ac_status=$? 17804 ac_status=$?
17805 grep -v '^ *+' conftest.er1 >conftest.err
17806 rm -f conftest.er1
17807 cat conftest.err >&5
16267 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16268 (exit $ac_status); } && 17809 (exit $ac_status); } &&
16269 { ac_try='test -s conftest.$ac_objext' 17810 { ac_try='test -z "$ac_c_werror_flag"
17811 || test ! -s conftest.err'
17812 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17813 (eval $ac_try) 2>&5
17814 ac_status=$?
17815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17816 (exit $ac_status); }; } &&
17817 { ac_try='test -s conftest.$ac_objext'
16270 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17818 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16271 (eval $ac_try) 2>&5 17819 (eval $ac_try) 2>&5
16272 ac_status=$? 17820 ac_status=$?
@@ -16279,7 +17827,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
16279 17827
16280ac_header_compiler=no 17828ac_header_compiler=no
16281fi 17829fi
16282rm -f conftest.$ac_objext conftest.$ac_ext 17830rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16283echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 17831echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16284echo "${ECHO_T}$ac_header_compiler" >&6 17832echo "${ECHO_T}$ac_header_compiler" >&6
16285 17833
@@ -16287,7 +17835,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
16287echo "$as_me:$LINENO: checking $ac_header presence" >&5 17835echo "$as_me:$LINENO: checking $ac_header presence" >&5
16288echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 17836echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
16289cat >conftest.$ac_ext <<_ACEOF 17837cat >conftest.$ac_ext <<_ACEOF
16290#line $LINENO "configure"
16291/* confdefs.h. */ 17838/* confdefs.h. */
16292_ACEOF 17839_ACEOF
16293cat confdefs.h >>conftest.$ac_ext 17840cat confdefs.h >>conftest.$ac_ext
@@ -16305,6 +17852,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16305 (exit $ac_status); } >/dev/null; then 17852 (exit $ac_status); } >/dev/null; then
16306 if test -s conftest.err; then 17853 if test -s conftest.err; then
16307 ac_cpp_err=$ac_c_preproc_warn_flag 17854 ac_cpp_err=$ac_c_preproc_warn_flag
17855 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
16308 else 17856 else
16309 ac_cpp_err= 17857 ac_cpp_err=
16310 fi 17858 fi
@@ -16324,33 +17872,32 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16324echo "${ECHO_T}$ac_header_preproc" >&6 17872echo "${ECHO_T}$ac_header_preproc" >&6
16325 17873
16326# So? What about this header? 17874# So? What about this header?
16327case $ac_header_compiler:$ac_header_preproc in 17875case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16328 yes:no ) 17876 yes:no: )
16329 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 17877 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16330echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 17878echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16331 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 17879 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16332echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 17880echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16333 ( 17881 ac_header_preproc=yes
16334 cat <<\_ASBOX
16335## ------------------------------------ ##
16336## Report this to bug-autoconf@gnu.org. ##
16337## ------------------------------------ ##
16338_ASBOX
16339 ) |
16340 sed "s/^/$as_me: WARNING: /" >&2
16341 ;; 17882 ;;
16342 no:yes ) 17883 no:yes:* )
16343 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 17884 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16344echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 17885echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16345 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 17886 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16346echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 17887echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
17888 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
17889echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
17890 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
17891echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16347 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 17892 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16348echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 17893echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
17894 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
17895echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16349 ( 17896 (
16350 cat <<\_ASBOX 17897 cat <<\_ASBOX
16351## ------------------------------------ ## 17898## ------------------------------------------ ##
16352## Report this to bug-autoconf@gnu.org. ## 17899## Report this to the AC_PACKAGE_NAME lists. ##
16353## ------------------------------------ ## 17900## ------------------------------------------ ##
16354_ASBOX 17901_ASBOX
16355 ) | 17902 ) |
16356 sed "s/^/$as_me: WARNING: /" >&2 17903 sed "s/^/$as_me: WARNING: /" >&2
@@ -16361,7 +17908,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16361if eval "test \"\${$as_ac_Header+set}\" = set"; then 17908if eval "test \"\${$as_ac_Header+set}\" = set"; then
16362 echo $ECHO_N "(cached) $ECHO_C" >&6 17909 echo $ECHO_N "(cached) $ECHO_C" >&6
16363else 17910else
16364 eval "$as_ac_Header=$ac_header_preproc" 17911 eval "$as_ac_Header=\$ac_header_preproc"
16365fi 17912fi
16366echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 17913echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16367echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 17914echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -16390,7 +17937,6 @@ else
16390echo "$as_me:$LINENO: checking $ac_header usability" >&5 17937echo "$as_me:$LINENO: checking $ac_header usability" >&5
16391echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 17938echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
16392cat >conftest.$ac_ext <<_ACEOF 17939cat >conftest.$ac_ext <<_ACEOF
16393#line $LINENO "configure"
16394/* confdefs.h. */ 17940/* confdefs.h. */
16395_ACEOF 17941_ACEOF
16396cat confdefs.h >>conftest.$ac_ext 17942cat confdefs.h >>conftest.$ac_ext
@@ -16401,11 +17947,21 @@ $ac_includes_default
16401_ACEOF 17947_ACEOF
16402rm -f conftest.$ac_objext 17948rm -f conftest.$ac_objext
16403if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 17949if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16404 (eval $ac_compile) 2>&5 17950 (eval $ac_compile) 2>conftest.er1
16405 ac_status=$? 17951 ac_status=$?
17952 grep -v '^ *+' conftest.er1 >conftest.err
17953 rm -f conftest.er1
17954 cat conftest.err >&5
16406 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16407 (exit $ac_status); } && 17956 (exit $ac_status); } &&
16408 { ac_try='test -s conftest.$ac_objext' 17957 { ac_try='test -z "$ac_c_werror_flag"
17958 || test ! -s conftest.err'
17959 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17960 (eval $ac_try) 2>&5
17961 ac_status=$?
17962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17963 (exit $ac_status); }; } &&
17964 { ac_try='test -s conftest.$ac_objext'
16409 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17965 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16410 (eval $ac_try) 2>&5 17966 (eval $ac_try) 2>&5
16411 ac_status=$? 17967 ac_status=$?
@@ -16418,7 +17974,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
16418 17974
16419ac_header_compiler=no 17975ac_header_compiler=no
16420fi 17976fi
16421rm -f conftest.$ac_objext conftest.$ac_ext 17977rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16422echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 17978echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16423echo "${ECHO_T}$ac_header_compiler" >&6 17979echo "${ECHO_T}$ac_header_compiler" >&6
16424 17980
@@ -16426,7 +17982,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
16426echo "$as_me:$LINENO: checking $ac_header presence" >&5 17982echo "$as_me:$LINENO: checking $ac_header presence" >&5
16427echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 17983echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
16428cat >conftest.$ac_ext <<_ACEOF 17984cat >conftest.$ac_ext <<_ACEOF
16429#line $LINENO "configure"
16430/* confdefs.h. */ 17985/* confdefs.h. */
16431_ACEOF 17986_ACEOF
16432cat confdefs.h >>conftest.$ac_ext 17987cat confdefs.h >>conftest.$ac_ext
@@ -16444,6 +17999,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16444 (exit $ac_status); } >/dev/null; then 17999 (exit $ac_status); } >/dev/null; then
16445 if test -s conftest.err; then 18000 if test -s conftest.err; then
16446 ac_cpp_err=$ac_c_preproc_warn_flag 18001 ac_cpp_err=$ac_c_preproc_warn_flag
18002 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
16447 else 18003 else
16448 ac_cpp_err= 18004 ac_cpp_err=
16449 fi 18005 fi
@@ -16463,33 +18019,32 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16463echo "${ECHO_T}$ac_header_preproc" >&6 18019echo "${ECHO_T}$ac_header_preproc" >&6
16464 18020
16465# So? What about this header? 18021# So? What about this header?
16466case $ac_header_compiler:$ac_header_preproc in 18022case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16467 yes:no ) 18023 yes:no: )
16468 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 18024 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16469echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 18025echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16470 { 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 compiler's result" >&5
16471echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 18027echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16472 ( 18028 ac_header_preproc=yes
16473 cat <<\_ASBOX
16474## ------------------------------------ ##
16475## Report this to bug-autoconf@gnu.org. ##
16476## ------------------------------------ ##
16477_ASBOX
16478 ) |
16479 sed "s/^/$as_me: WARNING: /" >&2
16480 ;; 18029 ;;
16481 no:yes ) 18030 no:yes:* )
16482 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 18031 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16483echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 18032echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16484 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 18033 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16485echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 18034echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
18035 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
18036echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
18037 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
18038echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16486 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 18039 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16487echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 18040echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
18041 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
18042echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16488 ( 18043 (
16489 cat <<\_ASBOX 18044 cat <<\_ASBOX
16490## ------------------------------------ ## 18045## ------------------------------------------ ##
16491## Report this to bug-autoconf@gnu.org. ## 18046## Report this to the AC_PACKAGE_NAME lists. ##
16492## ------------------------------------ ## 18047## ------------------------------------------ ##
16493_ASBOX 18048_ASBOX
16494 ) | 18049 ) |
16495 sed "s/^/$as_me: WARNING: /" >&2 18050 sed "s/^/$as_me: WARNING: /" >&2
@@ -16500,7 +18055,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16500if eval "test \"\${$as_ac_Header+set}\" = set"; then 18055if eval "test \"\${$as_ac_Header+set}\" = set"; then
16501 echo $ECHO_N "(cached) $ECHO_C" >&6 18056 echo $ECHO_N "(cached) $ECHO_C" >&6
16502else 18057else
16503 eval "$as_ac_Header=$ac_header_preproc" 18058 eval "$as_ac_Header=\$ac_header_preproc"
16504fi 18059fi
16505echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 18060echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16506echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 18061echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -16540,7 +18095,6 @@ else
16540echo "$as_me:$LINENO: checking $ac_header usability" >&5 18095echo "$as_me:$LINENO: checking $ac_header usability" >&5
16541echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 18096echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
16542cat >conftest.$ac_ext <<_ACEOF 18097cat >conftest.$ac_ext <<_ACEOF
16543#line $LINENO "configure"
16544/* confdefs.h. */ 18098/* confdefs.h. */
16545_ACEOF 18099_ACEOF
16546cat confdefs.h >>conftest.$ac_ext 18100cat confdefs.h >>conftest.$ac_ext
@@ -16551,11 +18105,21 @@ $ac_includes_default
16551_ACEOF 18105_ACEOF
16552rm -f conftest.$ac_objext 18106rm -f conftest.$ac_objext
16553if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 18107if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16554 (eval $ac_compile) 2>&5 18108 (eval $ac_compile) 2>conftest.er1
16555 ac_status=$? 18109 ac_status=$?
18110 grep -v '^ *+' conftest.er1 >conftest.err
18111 rm -f conftest.er1
18112 cat conftest.err >&5
16556 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16557 (exit $ac_status); } && 18114 (exit $ac_status); } &&
16558 { ac_try='test -s conftest.$ac_objext' 18115 { ac_try='test -z "$ac_c_werror_flag"
18116 || test ! -s conftest.err'
18117 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18118 (eval $ac_try) 2>&5
18119 ac_status=$?
18120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18121 (exit $ac_status); }; } &&
18122 { ac_try='test -s conftest.$ac_objext'
16559 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18123 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16560 (eval $ac_try) 2>&5 18124 (eval $ac_try) 2>&5
16561 ac_status=$? 18125 ac_status=$?
@@ -16568,7 +18132,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
16568 18132
16569ac_header_compiler=no 18133ac_header_compiler=no
16570fi 18134fi
16571rm -f conftest.$ac_objext conftest.$ac_ext 18135rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16572echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 18136echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16573echo "${ECHO_T}$ac_header_compiler" >&6 18137echo "${ECHO_T}$ac_header_compiler" >&6
16574 18138
@@ -16576,7 +18140,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
16576echo "$as_me:$LINENO: checking $ac_header presence" >&5 18140echo "$as_me:$LINENO: checking $ac_header presence" >&5
16577echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 18141echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
16578cat >conftest.$ac_ext <<_ACEOF 18142cat >conftest.$ac_ext <<_ACEOF
16579#line $LINENO "configure"
16580/* confdefs.h. */ 18143/* confdefs.h. */
16581_ACEOF 18144_ACEOF
16582cat confdefs.h >>conftest.$ac_ext 18145cat confdefs.h >>conftest.$ac_ext
@@ -16594,6 +18157,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16594 (exit $ac_status); } >/dev/null; then 18157 (exit $ac_status); } >/dev/null; then
16595 if test -s conftest.err; then 18158 if test -s conftest.err; then
16596 ac_cpp_err=$ac_c_preproc_warn_flag 18159 ac_cpp_err=$ac_c_preproc_warn_flag
18160 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
16597 else 18161 else
16598 ac_cpp_err= 18162 ac_cpp_err=
16599 fi 18163 fi
@@ -16613,33 +18177,32 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16613echo "${ECHO_T}$ac_header_preproc" >&6 18177echo "${ECHO_T}$ac_header_preproc" >&6
16614 18178
16615# So? What about this header? 18179# So? What about this header?
16616case $ac_header_compiler:$ac_header_preproc in 18180case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16617 yes:no ) 18181 yes:no: )
16618 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 18182 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16619echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 18183echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16620 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 18184 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16621echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 18185echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16622 ( 18186 ac_header_preproc=yes
16623 cat <<\_ASBOX
16624## ------------------------------------ ##
16625## Report this to bug-autoconf@gnu.org. ##
16626## ------------------------------------ ##
16627_ASBOX
16628 ) |
16629 sed "s/^/$as_me: WARNING: /" >&2
16630 ;; 18187 ;;
16631 no:yes ) 18188 no:yes:* )
16632 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 18189 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16633echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 18190echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16634 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 18191 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16635echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 18192echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
18193 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
18194echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
18195 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
18196echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16636 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 18197 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16637echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 18198echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
18199 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
18200echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16638 ( 18201 (
16639 cat <<\_ASBOX 18202 cat <<\_ASBOX
16640## ------------------------------------ ## 18203## ------------------------------------------ ##
16641## Report this to bug-autoconf@gnu.org. ## 18204## Report this to the AC_PACKAGE_NAME lists. ##
16642## ------------------------------------ ## 18205## ------------------------------------------ ##
16643_ASBOX 18206_ASBOX
16644 ) | 18207 ) |
16645 sed "s/^/$as_me: WARNING: /" >&2 18208 sed "s/^/$as_me: WARNING: /" >&2
@@ -16650,7 +18213,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16650if eval "test \"\${$as_ac_Header+set}\" = set"; then 18213if eval "test \"\${$as_ac_Header+set}\" = set"; then
16651 echo $ECHO_N "(cached) $ECHO_C" >&6 18214 echo $ECHO_N "(cached) $ECHO_C" >&6
16652else 18215else
16653 eval "$as_ac_Header=$ac_header_preproc" 18216 eval "$as_ac_Header=\$ac_header_preproc"
16654fi 18217fi
16655echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 18218echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16656echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 18219echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -16679,7 +18242,6 @@ else
16679echo "$as_me:$LINENO: checking $ac_header usability" >&5 18242echo "$as_me:$LINENO: checking $ac_header usability" >&5
16680echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 18243echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
16681cat >conftest.$ac_ext <<_ACEOF 18244cat >conftest.$ac_ext <<_ACEOF
16682#line $LINENO "configure"
16683/* confdefs.h. */ 18245/* confdefs.h. */
16684_ACEOF 18246_ACEOF
16685cat confdefs.h >>conftest.$ac_ext 18247cat confdefs.h >>conftest.$ac_ext
@@ -16690,11 +18252,21 @@ $ac_includes_default
16690_ACEOF 18252_ACEOF
16691rm -f conftest.$ac_objext 18253rm -f conftest.$ac_objext
16692if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 18254if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16693 (eval $ac_compile) 2>&5 18255 (eval $ac_compile) 2>conftest.er1
16694 ac_status=$? 18256 ac_status=$?
18257 grep -v '^ *+' conftest.er1 >conftest.err
18258 rm -f conftest.er1
18259 cat conftest.err >&5
16695 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16696 (exit $ac_status); } && 18261 (exit $ac_status); } &&
16697 { ac_try='test -s conftest.$ac_objext' 18262 { ac_try='test -z "$ac_c_werror_flag"
18263 || test ! -s conftest.err'
18264 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18265 (eval $ac_try) 2>&5
18266 ac_status=$?
18267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18268 (exit $ac_status); }; } &&
18269 { ac_try='test -s conftest.$ac_objext'
16698 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18270 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16699 (eval $ac_try) 2>&5 18271 (eval $ac_try) 2>&5
16700 ac_status=$? 18272 ac_status=$?
@@ -16707,7 +18279,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
16707 18279
16708ac_header_compiler=no 18280ac_header_compiler=no
16709fi 18281fi
16710rm -f conftest.$ac_objext conftest.$ac_ext 18282rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16711echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 18283echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16712echo "${ECHO_T}$ac_header_compiler" >&6 18284echo "${ECHO_T}$ac_header_compiler" >&6
16713 18285
@@ -16715,7 +18287,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
16715echo "$as_me:$LINENO: checking $ac_header presence" >&5 18287echo "$as_me:$LINENO: checking $ac_header presence" >&5
16716echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 18288echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
16717cat >conftest.$ac_ext <<_ACEOF 18289cat >conftest.$ac_ext <<_ACEOF
16718#line $LINENO "configure"
16719/* confdefs.h. */ 18290/* confdefs.h. */
16720_ACEOF 18291_ACEOF
16721cat confdefs.h >>conftest.$ac_ext 18292cat confdefs.h >>conftest.$ac_ext
@@ -16733,6 +18304,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16733 (exit $ac_status); } >/dev/null; then 18304 (exit $ac_status); } >/dev/null; then
16734 if test -s conftest.err; then 18305 if test -s conftest.err; then
16735 ac_cpp_err=$ac_c_preproc_warn_flag 18306 ac_cpp_err=$ac_c_preproc_warn_flag
18307 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
16736 else 18308 else
16737 ac_cpp_err= 18309 ac_cpp_err=
16738 fi 18310 fi
@@ -16752,33 +18324,32 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16752echo "${ECHO_T}$ac_header_preproc" >&6 18324echo "${ECHO_T}$ac_header_preproc" >&6
16753 18325
16754# So? What about this header? 18326# So? What about this header?
16755case $ac_header_compiler:$ac_header_preproc in 18327case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16756 yes:no ) 18328 yes:no: )
16757 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 18329 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16758echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 18330echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16759 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 18331 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16760echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 18332echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16761 ( 18333 ac_header_preproc=yes
16762 cat <<\_ASBOX
16763## ------------------------------------ ##
16764## Report this to bug-autoconf@gnu.org. ##
16765## ------------------------------------ ##
16766_ASBOX
16767 ) |
16768 sed "s/^/$as_me: WARNING: /" >&2
16769 ;; 18334 ;;
16770 no:yes ) 18335 no:yes:* )
16771 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 18336 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16772echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 18337echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16773 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 18338 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16774echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 18339echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
18340 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
18341echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
18342 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
18343echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16775 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 18344 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16776echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 18345echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
18346 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
18347echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16777 ( 18348 (
16778 cat <<\_ASBOX 18349 cat <<\_ASBOX
16779## ------------------------------------ ## 18350## ------------------------------------------ ##
16780## Report this to bug-autoconf@gnu.org. ## 18351## Report this to the AC_PACKAGE_NAME lists. ##
16781## ------------------------------------ ## 18352## ------------------------------------------ ##
16782_ASBOX 18353_ASBOX
16783 ) | 18354 ) |
16784 sed "s/^/$as_me: WARNING: /" >&2 18355 sed "s/^/$as_me: WARNING: /" >&2
@@ -16789,7 +18360,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16789if eval "test \"\${$as_ac_Header+set}\" = set"; then 18360if eval "test \"\${$as_ac_Header+set}\" = set"; then
16790 echo $ECHO_N "(cached) $ECHO_C" >&6 18361 echo $ECHO_N "(cached) $ECHO_C" >&6
16791else 18362else
16792 eval "$as_ac_Header=$ac_header_preproc" 18363 eval "$as_ac_Header=\$ac_header_preproc"
16793fi 18364fi
16794echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 18365echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16795echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 18366echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -16818,7 +18389,6 @@ else
16818echo "$as_me:$LINENO: checking $ac_header usability" >&5 18389echo "$as_me:$LINENO: checking $ac_header usability" >&5
16819echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 18390echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
16820cat >conftest.$ac_ext <<_ACEOF 18391cat >conftest.$ac_ext <<_ACEOF
16821#line $LINENO "configure"
16822/* confdefs.h. */ 18392/* confdefs.h. */
16823_ACEOF 18393_ACEOF
16824cat confdefs.h >>conftest.$ac_ext 18394cat confdefs.h >>conftest.$ac_ext
@@ -16829,11 +18399,21 @@ $ac_includes_default
16829_ACEOF 18399_ACEOF
16830rm -f conftest.$ac_objext 18400rm -f conftest.$ac_objext
16831if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 18401if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16832 (eval $ac_compile) 2>&5 18402 (eval $ac_compile) 2>conftest.er1
16833 ac_status=$? 18403 ac_status=$?
18404 grep -v '^ *+' conftest.er1 >conftest.err
18405 rm -f conftest.er1
18406 cat conftest.err >&5
16834 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16835 (exit $ac_status); } && 18408 (exit $ac_status); } &&
16836 { ac_try='test -s conftest.$ac_objext' 18409 { ac_try='test -z "$ac_c_werror_flag"
18410 || test ! -s conftest.err'
18411 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18412 (eval $ac_try) 2>&5
18413 ac_status=$?
18414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18415 (exit $ac_status); }; } &&
18416 { ac_try='test -s conftest.$ac_objext'
16837 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18417 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16838 (eval $ac_try) 2>&5 18418 (eval $ac_try) 2>&5
16839 ac_status=$? 18419 ac_status=$?
@@ -16846,7 +18426,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
16846 18426
16847ac_header_compiler=no 18427ac_header_compiler=no
16848fi 18428fi
16849rm -f conftest.$ac_objext conftest.$ac_ext 18429rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
16850echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 18430echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16851echo "${ECHO_T}$ac_header_compiler" >&6 18431echo "${ECHO_T}$ac_header_compiler" >&6
16852 18432
@@ -16854,7 +18434,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
16854echo "$as_me:$LINENO: checking $ac_header presence" >&5 18434echo "$as_me:$LINENO: checking $ac_header presence" >&5
16855echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 18435echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
16856cat >conftest.$ac_ext <<_ACEOF 18436cat >conftest.$ac_ext <<_ACEOF
16857#line $LINENO "configure"
16858/* confdefs.h. */ 18437/* confdefs.h. */
16859_ACEOF 18438_ACEOF
16860cat confdefs.h >>conftest.$ac_ext 18439cat confdefs.h >>conftest.$ac_ext
@@ -16872,6 +18451,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16872 (exit $ac_status); } >/dev/null; then 18451 (exit $ac_status); } >/dev/null; then
16873 if test -s conftest.err; then 18452 if test -s conftest.err; then
16874 ac_cpp_err=$ac_c_preproc_warn_flag 18453 ac_cpp_err=$ac_c_preproc_warn_flag
18454 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
16875 else 18455 else
16876 ac_cpp_err= 18456 ac_cpp_err=
16877 fi 18457 fi
@@ -16891,33 +18471,32 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16891echo "${ECHO_T}$ac_header_preproc" >&6 18471echo "${ECHO_T}$ac_header_preproc" >&6
16892 18472
16893# So? What about this header? 18473# So? What about this header?
16894case $ac_header_compiler:$ac_header_preproc in 18474case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16895 yes:no ) 18475 yes:no: )
16896 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 18476 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16897echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 18477echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16898 { 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 compiler's result" >&5
16899echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 18479echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16900 ( 18480 ac_header_preproc=yes
16901 cat <<\_ASBOX
16902## ------------------------------------ ##
16903## Report this to bug-autoconf@gnu.org. ##
16904## ------------------------------------ ##
16905_ASBOX
16906 ) |
16907 sed "s/^/$as_me: WARNING: /" >&2
16908 ;; 18481 ;;
16909 no:yes ) 18482 no:yes:* )
16910 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 18483 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16911echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 18484echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16912 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 18485 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16913echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 18486echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
18487 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
18488echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
18489 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
18490echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16914 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 18491 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16915echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 18492echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
18493 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
18494echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16916 ( 18495 (
16917 cat <<\_ASBOX 18496 cat <<\_ASBOX
16918## ------------------------------------ ## 18497## ------------------------------------------ ##
16919## Report this to bug-autoconf@gnu.org. ## 18498## Report this to the AC_PACKAGE_NAME lists. ##
16920## ------------------------------------ ## 18499## ------------------------------------------ ##
16921_ASBOX 18500_ASBOX
16922 ) | 18501 ) |
16923 sed "s/^/$as_me: WARNING: /" >&2 18502 sed "s/^/$as_me: WARNING: /" >&2
@@ -16928,7 +18507,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16928if eval "test \"\${$as_ac_Header+set}\" = set"; then 18507if eval "test \"\${$as_ac_Header+set}\" = set"; then
16929 echo $ECHO_N "(cached) $ECHO_C" >&6 18508 echo $ECHO_N "(cached) $ECHO_C" >&6
16930else 18509else
16931 eval "$as_ac_Header=$ac_header_preproc" 18510 eval "$as_ac_Header=\$ac_header_preproc"
16932fi 18511fi
16933echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 18512echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16934echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 18513echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -16969,7 +18548,6 @@ else
16969echo "$as_me:$LINENO: checking $ac_header usability" >&5 18548echo "$as_me:$LINENO: checking $ac_header usability" >&5
16970echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 18549echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
16971cat >conftest.$ac_ext <<_ACEOF 18550cat >conftest.$ac_ext <<_ACEOF
16972#line $LINENO "configure"
16973/* confdefs.h. */ 18551/* confdefs.h. */
16974_ACEOF 18552_ACEOF
16975cat confdefs.h >>conftest.$ac_ext 18553cat confdefs.h >>conftest.$ac_ext
@@ -16980,11 +18558,21 @@ $ac_includes_default
16980_ACEOF 18558_ACEOF
16981rm -f conftest.$ac_objext 18559rm -f conftest.$ac_objext
16982if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 18560if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16983 (eval $ac_compile) 2>&5 18561 (eval $ac_compile) 2>conftest.er1
16984 ac_status=$? 18562 ac_status=$?
18563 grep -v '^ *+' conftest.er1 >conftest.err
18564 rm -f conftest.er1
18565 cat conftest.err >&5
16985 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16986 (exit $ac_status); } && 18567 (exit $ac_status); } &&
16987 { ac_try='test -s conftest.$ac_objext' 18568 { ac_try='test -z "$ac_c_werror_flag"
18569 || test ! -s conftest.err'
18570 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18571 (eval $ac_try) 2>&5
18572 ac_status=$?
18573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18574 (exit $ac_status); }; } &&
18575 { ac_try='test -s conftest.$ac_objext'
16988 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18576 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16989 (eval $ac_try) 2>&5 18577 (eval $ac_try) 2>&5
16990 ac_status=$? 18578 ac_status=$?
@@ -16997,7 +18585,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
16997 18585
16998ac_header_compiler=no 18586ac_header_compiler=no
16999fi 18587fi
17000rm -f conftest.$ac_objext conftest.$ac_ext 18588rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17001echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 18589echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
17002echo "${ECHO_T}$ac_header_compiler" >&6 18590echo "${ECHO_T}$ac_header_compiler" >&6
17003 18591
@@ -17005,7 +18593,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
17005echo "$as_me:$LINENO: checking $ac_header presence" >&5 18593echo "$as_me:$LINENO: checking $ac_header presence" >&5
17006echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 18594echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
17007cat >conftest.$ac_ext <<_ACEOF 18595cat >conftest.$ac_ext <<_ACEOF
17008#line $LINENO "configure"
17009/* confdefs.h. */ 18596/* confdefs.h. */
17010_ACEOF 18597_ACEOF
17011cat confdefs.h >>conftest.$ac_ext 18598cat confdefs.h >>conftest.$ac_ext
@@ -17023,6 +18610,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17023 (exit $ac_status); } >/dev/null; then 18610 (exit $ac_status); } >/dev/null; then
17024 if test -s conftest.err; then 18611 if test -s conftest.err; then
17025 ac_cpp_err=$ac_c_preproc_warn_flag 18612 ac_cpp_err=$ac_c_preproc_warn_flag
18613 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
17026 else 18614 else
17027 ac_cpp_err= 18615 ac_cpp_err=
17028 fi 18616 fi
@@ -17042,33 +18630,32 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
17042echo "${ECHO_T}$ac_header_preproc" >&6 18630echo "${ECHO_T}$ac_header_preproc" >&6
17043 18631
17044# So? What about this header? 18632# So? What about this header?
17045case $ac_header_compiler:$ac_header_preproc in 18633case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
17046 yes:no ) 18634 yes:no: )
17047 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 18635 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
17048echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 18636echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
17049 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 18637 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
17050echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 18638echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
17051 ( 18639 ac_header_preproc=yes
17052 cat <<\_ASBOX
17053## ------------------------------------ ##
17054## Report this to bug-autoconf@gnu.org. ##
17055## ------------------------------------ ##
17056_ASBOX
17057 ) |
17058 sed "s/^/$as_me: WARNING: /" >&2
17059 ;; 18640 ;;
17060 no:yes ) 18641 no:yes:* )
17061 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 18642 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
17062echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 18643echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
17063 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 18644 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
17064echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 18645echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
18646 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
18647echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
18648 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
18649echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
17065 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 18650 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
17066echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 18651echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
18652 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
18653echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
17067 ( 18654 (
17068 cat <<\_ASBOX 18655 cat <<\_ASBOX
17069## ------------------------------------ ## 18656## ------------------------------------------ ##
17070## Report this to bug-autoconf@gnu.org. ## 18657## Report this to the AC_PACKAGE_NAME lists. ##
17071## ------------------------------------ ## 18658## ------------------------------------------ ##
17072_ASBOX 18659_ASBOX
17073 ) | 18660 ) |
17074 sed "s/^/$as_me: WARNING: /" >&2 18661 sed "s/^/$as_me: WARNING: /" >&2
@@ -17079,7 +18666,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
17079if eval "test \"\${$as_ac_Header+set}\" = set"; then 18666if eval "test \"\${$as_ac_Header+set}\" = set"; then
17080 echo $ECHO_N "(cached) $ECHO_C" >&6 18667 echo $ECHO_N "(cached) $ECHO_C" >&6
17081else 18668else
17082 eval "$as_ac_Header=$ac_header_preproc" 18669 eval "$as_ac_Header=\$ac_header_preproc"
17083fi 18670fi
17084echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 18671echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
17085echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 18672echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -17107,7 +18694,6 @@ else
17107 ac_check_lib_save_LIBS=$LIBS 18694 ac_check_lib_save_LIBS=$LIBS
17108LIBS="-lintl $LIBS" 18695LIBS="-lintl $LIBS"
17109cat >conftest.$ac_ext <<_ACEOF 18696cat >conftest.$ac_ext <<_ACEOF
17110#line $LINENO "configure"
17111/* confdefs.h. */ 18697/* confdefs.h. */
17112_ACEOF 18698_ACEOF
17113cat confdefs.h >>conftest.$ac_ext 18699cat confdefs.h >>conftest.$ac_ext
@@ -17131,11 +18717,21 @@ dgettext ();
17131_ACEOF 18717_ACEOF
17132rm -f conftest.$ac_objext conftest$ac_exeext 18718rm -f conftest.$ac_objext conftest$ac_exeext
17133if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 18719if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17134 (eval $ac_link) 2>&5 18720 (eval $ac_link) 2>conftest.er1
17135 ac_status=$? 18721 ac_status=$?
18722 grep -v '^ *+' conftest.er1 >conftest.err
18723 rm -f conftest.er1
18724 cat conftest.err >&5
17136 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17137 (exit $ac_status); } && 18726 (exit $ac_status); } &&
17138 { ac_try='test -s conftest$ac_exeext' 18727 { ac_try='test -z "$ac_c_werror_flag"
18728 || test ! -s conftest.err'
18729 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18730 (eval $ac_try) 2>&5
18731 ac_status=$?
18732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18733 (exit $ac_status); }; } &&
18734 { ac_try='test -s conftest$ac_exeext'
17139 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18735 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17140 (eval $ac_try) 2>&5 18736 (eval $ac_try) 2>&5
17141 ac_status=$? 18737 ac_status=$?
@@ -17148,7 +18744,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
17148 18744
17149ac_cv_lib_intl_dgettext=no 18745ac_cv_lib_intl_dgettext=no
17150fi 18746fi
17151rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 18747rm -f conftest.err conftest.$ac_objext \
18748 conftest$ac_exeext conftest.$ac_ext
17152LIBS=$ac_check_lib_save_LIBS 18749LIBS=$ac_check_lib_save_LIBS
17153fi 18750fi
17154echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dgettext" >&5 18751echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dgettext" >&5
@@ -17174,7 +18771,6 @@ if test "$cross_compiling" = yes; then
17174emacs_cv_localtime_cache=yes 18771emacs_cv_localtime_cache=yes
17175else 18772else
17176 cat >conftest.$ac_ext <<_ACEOF 18773 cat >conftest.$ac_ext <<_ACEOF
17177#line $LINENO "configure"
17178/* confdefs.h. */ 18774/* confdefs.h. */
17179_ACEOF 18775_ACEOF
17180cat confdefs.h >>conftest.$ac_ext 18776cat confdefs.h >>conftest.$ac_ext
@@ -17230,7 +18826,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
17230( exit $ac_status ) 18826( exit $ac_status )
17231emacs_cv_localtime_cache=yes 18827emacs_cv_localtime_cache=yes
17232fi 18828fi
17233rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 18829rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17234fi 18830fi
17235else 18831else
17236 # If we lack tzset, report that localtime does not cache TZ, 18832 # If we lack tzset, report that localtime does not cache TZ,
@@ -17259,21 +18855,28 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
17259 echo $ECHO_N "(cached) $ECHO_C" >&6 18855 echo $ECHO_N "(cached) $ECHO_C" >&6
17260else 18856else
17261 cat >conftest.$ac_ext <<_ACEOF 18857 cat >conftest.$ac_ext <<_ACEOF
17262#line $LINENO "configure"
17263/* confdefs.h. */ 18858/* confdefs.h. */
17264_ACEOF 18859_ACEOF
17265cat confdefs.h >>conftest.$ac_ext 18860cat confdefs.h >>conftest.$ac_ext
17266cat >>conftest.$ac_ext <<_ACEOF 18861cat >>conftest.$ac_ext <<_ACEOF
17267/* end confdefs.h. */ 18862/* end confdefs.h. */
18863/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18864 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18865#define $ac_func innocuous_$ac_func
18866
17268/* System header to define __stub macros and hopefully few prototypes, 18867/* System header to define __stub macros and hopefully few prototypes,
17269 which can conflict with char $ac_func (); below. 18868 which can conflict with char $ac_func (); below.
17270 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 18869 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17271 <limits.h> exists even on freestanding compilers. */ 18870 <limits.h> exists even on freestanding compilers. */
18871
17272#ifdef __STDC__ 18872#ifdef __STDC__
17273# include <limits.h> 18873# include <limits.h>
17274#else 18874#else
17275# include <assert.h> 18875# include <assert.h>
17276#endif 18876#endif
18877
18878#undef $ac_func
18879
17277/* Override any gcc2 internal prototype to avoid an error. */ 18880/* Override any gcc2 internal prototype to avoid an error. */
17278#ifdef __cplusplus 18881#ifdef __cplusplus
17279extern "C" 18882extern "C"
@@ -17304,11 +18907,21 @@ return f != $ac_func;
17304_ACEOF 18907_ACEOF
17305rm -f conftest.$ac_objext conftest$ac_exeext 18908rm -f conftest.$ac_objext conftest$ac_exeext
17306if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 18909if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17307 (eval $ac_link) 2>&5 18910 (eval $ac_link) 2>conftest.er1
17308 ac_status=$? 18911 ac_status=$?
18912 grep -v '^ *+' conftest.er1 >conftest.err
18913 rm -f conftest.er1
18914 cat conftest.err >&5
17309 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18915 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17310 (exit $ac_status); } && 18916 (exit $ac_status); } &&
17311 { ac_try='test -s conftest$ac_exeext' 18917 { ac_try='test -z "$ac_c_werror_flag"
18918 || test ! -s conftest.err'
18919 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18920 (eval $ac_try) 2>&5
18921 ac_status=$?
18922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18923 (exit $ac_status); }; } &&
18924 { ac_try='test -s conftest$ac_exeext'
17312 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18925 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17313 (eval $ac_try) 2>&5 18926 (eval $ac_try) 2>&5
17314 ac_status=$? 18927 ac_status=$?
@@ -17321,7 +18934,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
17321 18934
17322eval "$as_ac_var=no" 18935eval "$as_ac_var=no"
17323fi 18936fi
17324rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 18937rm -f conftest.err conftest.$ac_objext \
18938 conftest$ac_exeext conftest.$ac_ext
17325fi 18939fi
17326echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 18940echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
17327echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 18941echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -17340,7 +18954,6 @@ if test "${emacs_cv_gettimeofday_two_arguments+set}" = set; then
17340 echo $ECHO_N "(cached) $ECHO_C" >&6 18954 echo $ECHO_N "(cached) $ECHO_C" >&6
17341else 18955else
17342 cat >conftest.$ac_ext <<_ACEOF 18956 cat >conftest.$ac_ext <<_ACEOF
17343#line $LINENO "configure"
17344/* confdefs.h. */ 18957/* confdefs.h. */
17345_ACEOF 18958_ACEOF
17346cat confdefs.h >>conftest.$ac_ext 18959cat confdefs.h >>conftest.$ac_ext
@@ -17368,11 +18981,21 @@ struct timeval time;
17368_ACEOF 18981_ACEOF
17369rm -f conftest.$ac_objext 18982rm -f conftest.$ac_objext
17370if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 18983if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17371 (eval $ac_compile) 2>&5 18984 (eval $ac_compile) 2>conftest.er1
17372 ac_status=$? 18985 ac_status=$?
18986 grep -v '^ *+' conftest.er1 >conftest.err
18987 rm -f conftest.er1
18988 cat conftest.err >&5
17373 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17374 (exit $ac_status); } && 18990 (exit $ac_status); } &&
17375 { ac_try='test -s conftest.$ac_objext' 18991 { ac_try='test -z "$ac_c_werror_flag"
18992 || test ! -s conftest.err'
18993 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18994 (eval $ac_try) 2>&5
18995 ac_status=$?
18996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18997 (exit $ac_status); }; } &&
18998 { ac_try='test -s conftest.$ac_objext'
17376 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18999 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17377 (eval $ac_try) 2>&5 19000 (eval $ac_try) 2>&5
17378 ac_status=$? 19001 ac_status=$?
@@ -17385,7 +19008,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
17385 19008
17386emacs_cv_gettimeofday_two_arguments=no 19009emacs_cv_gettimeofday_two_arguments=no
17387fi 19010fi
17388rm -f conftest.$ac_objext conftest.$ac_ext 19011rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17389fi 19012fi
17390echo "$as_me:$LINENO: result: $emacs_cv_gettimeofday_two_arguments" >&5 19013echo "$as_me:$LINENO: result: $emacs_cv_gettimeofday_two_arguments" >&5
17391echo "${ECHO_T}$emacs_cv_gettimeofday_two_arguments" >&6 19014echo "${ECHO_T}$emacs_cv_gettimeofday_two_arguments" >&6
@@ -17406,7 +19029,6 @@ if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then
17406 echo $ECHO_N "(cached) $ECHO_C" >&6 19029 echo $ECHO_N "(cached) $ECHO_C" >&6
17407else 19030else
17408 cat >conftest.$ac_ext <<_ACEOF 19031 cat >conftest.$ac_ext <<_ACEOF
17409#line $LINENO "configure"
17410/* confdefs.h. */ 19032/* confdefs.h. */
17411_ACEOF 19033_ACEOF
17412cat confdefs.h >>conftest.$ac_ext 19034cat confdefs.h >>conftest.$ac_ext
@@ -17428,11 +19050,21 @@ return 0;
17428_ACEOF 19050_ACEOF
17429rm -f conftest.$ac_objext 19051rm -f conftest.$ac_objext
17430if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 19052if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17431 (eval $ac_compile) 2>&5 19053 (eval $ac_compile) 2>conftest.er1
17432 ac_status=$? 19054 ac_status=$?
19055 grep -v '^ *+' conftest.er1 >conftest.err
19056 rm -f conftest.er1
19057 cat conftest.err >&5
17433 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17434 (exit $ac_status); } && 19059 (exit $ac_status); } &&
17435 { ac_try='test -s conftest.$ac_objext' 19060 { ac_try='test -z "$ac_c_werror_flag"
19061 || test ! -s conftest.err'
19062 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19063 (eval $ac_try) 2>&5
19064 ac_status=$?
19065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19066 (exit $ac_status); }; } &&
19067 { ac_try='test -s conftest.$ac_objext'
17436 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19068 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17437 (eval $ac_try) 2>&5 19069 (eval $ac_try) 2>&5
17438 ac_status=$? 19070 ac_status=$?
@@ -17444,7 +19076,6 @@ else
17444sed 's/^/| /' conftest.$ac_ext >&5 19076sed 's/^/| /' conftest.$ac_ext >&5
17445 19077
17446cat >conftest.$ac_ext <<_ACEOF 19078cat >conftest.$ac_ext <<_ACEOF
17447#line $LINENO "configure"
17448/* confdefs.h. */ 19079/* confdefs.h. */
17449_ACEOF 19080_ACEOF
17450cat confdefs.h >>conftest.$ac_ext 19081cat confdefs.h >>conftest.$ac_ext
@@ -17466,11 +19097,21 @@ return 0;
17466_ACEOF 19097_ACEOF
17467rm -f conftest.$ac_objext 19098rm -f conftest.$ac_objext
17468if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 19099if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17469 (eval $ac_compile) 2>&5 19100 (eval $ac_compile) 2>conftest.er1
17470 ac_status=$? 19101 ac_status=$?
19102 grep -v '^ *+' conftest.er1 >conftest.err
19103 rm -f conftest.er1
19104 cat conftest.err >&5
17471 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17472 (exit $ac_status); } && 19106 (exit $ac_status); } &&
17473 { ac_try='test -s conftest.$ac_objext' 19107 { ac_try='test -z "$ac_c_werror_flag"
19108 || test ! -s conftest.err'
19109 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19110 (eval $ac_try) 2>&5
19111 ac_status=$?
19112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19113 (exit $ac_status); }; } &&
19114 { ac_try='test -s conftest.$ac_objext'
17474 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19115 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17475 (eval $ac_try) 2>&5 19116 (eval $ac_try) 2>&5
17476 ac_status=$? 19117 ac_status=$?
@@ -17483,9 +19124,9 @@ sed 's/^/| /' conftest.$ac_ext >&5
17483 19124
17484ac_cv_member_struct_tm_tm_zone=no 19125ac_cv_member_struct_tm_tm_zone=no
17485fi 19126fi
17486rm -f conftest.$ac_objext conftest.$ac_ext 19127rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17487fi 19128fi
17488rm -f conftest.$ac_objext conftest.$ac_ext 19129rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17489fi 19130fi
17490echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_zone" >&5 19131echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_zone" >&5
17491echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6 19132echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6
@@ -17511,7 +19152,6 @@ if test "${ac_cv_var_tzname+set}" = set; then
17511 echo $ECHO_N "(cached) $ECHO_C" >&6 19152 echo $ECHO_N "(cached) $ECHO_C" >&6
17512else 19153else
17513 cat >conftest.$ac_ext <<_ACEOF 19154 cat >conftest.$ac_ext <<_ACEOF
17514#line $LINENO "configure"
17515/* confdefs.h. */ 19155/* confdefs.h. */
17516_ACEOF 19156_ACEOF
17517cat confdefs.h >>conftest.$ac_ext 19157cat confdefs.h >>conftest.$ac_ext
@@ -17532,11 +19172,21 @@ atoi(*tzname);
17532_ACEOF 19172_ACEOF
17533rm -f conftest.$ac_objext conftest$ac_exeext 19173rm -f conftest.$ac_objext conftest$ac_exeext
17534if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 19174if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17535 (eval $ac_link) 2>&5 19175 (eval $ac_link) 2>conftest.er1
17536 ac_status=$? 19176 ac_status=$?
19177 grep -v '^ *+' conftest.er1 >conftest.err
19178 rm -f conftest.er1
19179 cat conftest.err >&5
17537 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17538 (exit $ac_status); } && 19181 (exit $ac_status); } &&
17539 { ac_try='test -s conftest$ac_exeext' 19182 { ac_try='test -z "$ac_c_werror_flag"
19183 || test ! -s conftest.err'
19184 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19185 (eval $ac_try) 2>&5
19186 ac_status=$?
19187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19188 (exit $ac_status); }; } &&
19189 { ac_try='test -s conftest$ac_exeext'
17540 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19190 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17541 (eval $ac_try) 2>&5 19191 (eval $ac_try) 2>&5
17542 ac_status=$? 19192 ac_status=$?
@@ -17549,7 +19199,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
17549 19199
17550ac_cv_var_tzname=no 19200ac_cv_var_tzname=no
17551fi 19201fi
17552rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 19202rm -f conftest.err conftest.$ac_objext \
19203 conftest$ac_exeext conftest.$ac_ext
17553fi 19204fi
17554echo "$as_me:$LINENO: result: $ac_cv_var_tzname" >&5 19205echo "$as_me:$LINENO: result: $ac_cv_var_tzname" >&5
17555echo "${ECHO_T}$ac_cv_var_tzname" >&6 19206echo "${ECHO_T}$ac_cv_var_tzname" >&6
@@ -17570,7 +19221,6 @@ if test "${emacs_cv_struct_timezone+set}" = set; then
17570 echo $ECHO_N "(cached) $ECHO_C" >&6 19221 echo $ECHO_N "(cached) $ECHO_C" >&6
17571else 19222else
17572 cat >conftest.$ac_ext <<_ACEOF 19223 cat >conftest.$ac_ext <<_ACEOF
17573#line $LINENO "configure"
17574/* confdefs.h. */ 19224/* confdefs.h. */
17575_ACEOF 19225_ACEOF
17576cat confdefs.h >>conftest.$ac_ext 19226cat confdefs.h >>conftest.$ac_ext
@@ -17587,11 +19237,21 @@ struct timezone tz;
17587_ACEOF 19237_ACEOF
17588rm -f conftest.$ac_objext 19238rm -f conftest.$ac_objext
17589if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 19239if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17590 (eval $ac_compile) 2>&5 19240 (eval $ac_compile) 2>conftest.er1
17591 ac_status=$? 19241 ac_status=$?
19242 grep -v '^ *+' conftest.er1 >conftest.err
19243 rm -f conftest.er1
19244 cat conftest.err >&5
17592 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17593 (exit $ac_status); } && 19246 (exit $ac_status); } &&
17594 { ac_try='test -s conftest.$ac_objext' 19247 { ac_try='test -z "$ac_c_werror_flag"
19248 || test ! -s conftest.err'
19249 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19250 (eval $ac_try) 2>&5
19251 ac_status=$?
19252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19253 (exit $ac_status); }; } &&
19254 { ac_try='test -s conftest.$ac_objext'
17595 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19255 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17596 (eval $ac_try) 2>&5 19256 (eval $ac_try) 2>&5
17597 ac_status=$? 19257 ac_status=$?
@@ -17601,7 +19261,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17601 emacs_cv_struct_timezone=yes 19261 emacs_cv_struct_timezone=yes
17602else 19262else
17603 cat >conftest.$ac_ext <<_ACEOF 19263 cat >conftest.$ac_ext <<_ACEOF
17604#line $LINENO "configure"
17605/* confdefs.h. */ 19264/* confdefs.h. */
17606_ACEOF 19265_ACEOF
17607cat confdefs.h >>conftest.$ac_ext 19266cat confdefs.h >>conftest.$ac_ext
@@ -17644,7 +19303,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
17644( exit $ac_status ) 19303( exit $ac_status )
17645emacs_cv_struct_timezone=no 19304emacs_cv_struct_timezone=no
17646fi 19305fi
17647rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 19306rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17648fi 19307fi
17649else 19308else
17650 echo "$as_me: failed program was:" >&5 19309 echo "$as_me: failed program was:" >&5
@@ -17652,7 +19311,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
17652 19311
17653emacs_cv_struct_timezone=no 19312emacs_cv_struct_timezone=no
17654fi 19313fi
17655rm -f conftest.$ac_objext conftest.$ac_ext 19314rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17656fi 19315fi
17657echo "$as_me:$LINENO: result: $emacs_cv_struct_timezone" >&5 19316echo "$as_me:$LINENO: result: $emacs_cv_struct_timezone" >&5
17658echo "${ECHO_T}$emacs_cv_struct_timezone" >&6 19317echo "${ECHO_T}$emacs_cv_struct_timezone" >&6
@@ -17665,21 +19324,28 @@ if test "${ac_cv_func_socket+set}" = set; then
17665 echo $ECHO_N "(cached) $ECHO_C" >&6 19324 echo $ECHO_N "(cached) $ECHO_C" >&6
17666else 19325else
17667 cat >conftest.$ac_ext <<_ACEOF 19326 cat >conftest.$ac_ext <<_ACEOF
17668#line $LINENO "configure"
17669/* confdefs.h. */ 19327/* confdefs.h. */
17670_ACEOF 19328_ACEOF
17671cat confdefs.h >>conftest.$ac_ext 19329cat confdefs.h >>conftest.$ac_ext
17672cat >>conftest.$ac_ext <<_ACEOF 19330cat >>conftest.$ac_ext <<_ACEOF
17673/* end confdefs.h. */ 19331/* end confdefs.h. */
19332/* Define socket to an innocuous variant, in case <limits.h> declares socket.
19333 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19334#define socket innocuous_socket
19335
17674/* System header to define __stub macros and hopefully few prototypes, 19336/* System header to define __stub macros and hopefully few prototypes,
17675 which can conflict with char socket (); below. 19337 which can conflict with char socket (); below.
17676 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 19338 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17677 <limits.h> exists even on freestanding compilers. */ 19339 <limits.h> exists even on freestanding compilers. */
19340
17678#ifdef __STDC__ 19341#ifdef __STDC__
17679# include <limits.h> 19342# include <limits.h>
17680#else 19343#else
17681# include <assert.h> 19344# include <assert.h>
17682#endif 19345#endif
19346
19347#undef socket
19348
17683/* Override any gcc2 internal prototype to avoid an error. */ 19349/* Override any gcc2 internal prototype to avoid an error. */
17684#ifdef __cplusplus 19350#ifdef __cplusplus
17685extern "C" 19351extern "C"
@@ -17710,11 +19376,21 @@ return f != socket;
17710_ACEOF 19376_ACEOF
17711rm -f conftest.$ac_objext conftest$ac_exeext 19377rm -f conftest.$ac_objext conftest$ac_exeext
17712if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 19378if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17713 (eval $ac_link) 2>&5 19379 (eval $ac_link) 2>conftest.er1
17714 ac_status=$? 19380 ac_status=$?
19381 grep -v '^ *+' conftest.er1 >conftest.err
19382 rm -f conftest.er1
19383 cat conftest.err >&5
17715 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17716 (exit $ac_status); } && 19385 (exit $ac_status); } &&
17717 { ac_try='test -s conftest$ac_exeext' 19386 { ac_try='test -z "$ac_c_werror_flag"
19387 || test ! -s conftest.err'
19388 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19389 (eval $ac_try) 2>&5
19390 ac_status=$?
19391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19392 (exit $ac_status); }; } &&
19393 { ac_try='test -s conftest$ac_exeext'
17718 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19394 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17719 (eval $ac_try) 2>&5 19395 (eval $ac_try) 2>&5
17720 ac_status=$? 19396 ac_status=$?
@@ -17727,7 +19403,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
17727 19403
17728ac_cv_func_socket=no 19404ac_cv_func_socket=no
17729fi 19405fi
17730rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 19406rm -f conftest.err conftest.$ac_objext \
19407 conftest$ac_exeext conftest.$ac_ext
17731fi 19408fi
17732echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5 19409echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
17733echo "${ECHO_T}$ac_cv_func_socket" >&6 19410echo "${ECHO_T}$ac_cv_func_socket" >&6
@@ -17751,7 +19428,6 @@ else
17751echo "$as_me:$LINENO: checking netinet/in.h usability" >&5 19428echo "$as_me:$LINENO: checking netinet/in.h usability" >&5
17752echo $ECHO_N "checking netinet/in.h usability... $ECHO_C" >&6 19429echo $ECHO_N "checking netinet/in.h usability... $ECHO_C" >&6
17753cat >conftest.$ac_ext <<_ACEOF 19430cat >conftest.$ac_ext <<_ACEOF
17754#line $LINENO "configure"
17755/* confdefs.h. */ 19431/* confdefs.h. */
17756_ACEOF 19432_ACEOF
17757cat confdefs.h >>conftest.$ac_ext 19433cat confdefs.h >>conftest.$ac_ext
@@ -17762,11 +19438,21 @@ $ac_includes_default
17762_ACEOF 19438_ACEOF
17763rm -f conftest.$ac_objext 19439rm -f conftest.$ac_objext
17764if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 19440if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17765 (eval $ac_compile) 2>&5 19441 (eval $ac_compile) 2>conftest.er1
17766 ac_status=$? 19442 ac_status=$?
19443 grep -v '^ *+' conftest.er1 >conftest.err
19444 rm -f conftest.er1
19445 cat conftest.err >&5
17767 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17768 (exit $ac_status); } && 19447 (exit $ac_status); } &&
17769 { ac_try='test -s conftest.$ac_objext' 19448 { ac_try='test -z "$ac_c_werror_flag"
19449 || test ! -s conftest.err'
19450 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19451 (eval $ac_try) 2>&5
19452 ac_status=$?
19453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19454 (exit $ac_status); }; } &&
19455 { ac_try='test -s conftest.$ac_objext'
17770 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19456 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17771 (eval $ac_try) 2>&5 19457 (eval $ac_try) 2>&5
17772 ac_status=$? 19458 ac_status=$?
@@ -17779,7 +19465,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
17779 19465
17780ac_header_compiler=no 19466ac_header_compiler=no
17781fi 19467fi
17782rm -f conftest.$ac_objext conftest.$ac_ext 19468rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17783echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 19469echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
17784echo "${ECHO_T}$ac_header_compiler" >&6 19470echo "${ECHO_T}$ac_header_compiler" >&6
17785 19471
@@ -17787,7 +19473,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
17787echo "$as_me:$LINENO: checking netinet/in.h presence" >&5 19473echo "$as_me:$LINENO: checking netinet/in.h presence" >&5
17788echo $ECHO_N "checking netinet/in.h presence... $ECHO_C" >&6 19474echo $ECHO_N "checking netinet/in.h presence... $ECHO_C" >&6
17789cat >conftest.$ac_ext <<_ACEOF 19475cat >conftest.$ac_ext <<_ACEOF
17790#line $LINENO "configure"
17791/* confdefs.h. */ 19476/* confdefs.h. */
17792_ACEOF 19477_ACEOF
17793cat confdefs.h >>conftest.$ac_ext 19478cat confdefs.h >>conftest.$ac_ext
@@ -17805,6 +19490,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17805 (exit $ac_status); } >/dev/null; then 19490 (exit $ac_status); } >/dev/null; then
17806 if test -s conftest.err; then 19491 if test -s conftest.err; then
17807 ac_cpp_err=$ac_c_preproc_warn_flag 19492 ac_cpp_err=$ac_c_preproc_warn_flag
19493 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
17808 else 19494 else
17809 ac_cpp_err= 19495 ac_cpp_err=
17810 fi 19496 fi
@@ -17824,33 +19510,32 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
17824echo "${ECHO_T}$ac_header_preproc" >&6 19510echo "${ECHO_T}$ac_header_preproc" >&6
17825 19511
17826# So? What about this header? 19512# So? What about this header?
17827case $ac_header_compiler:$ac_header_preproc in 19513case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
17828 yes:no ) 19514 yes:no: )
17829 { echo "$as_me:$LINENO: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&5 19515 { echo "$as_me:$LINENO: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&5
17830echo "$as_me: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 19516echo "$as_me: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
17831 { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&5 19517 { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the compiler's result" >&5
17832echo "$as_me: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&2;} 19518echo "$as_me: WARNING: netinet/in.h: proceeding with the compiler's result" >&2;}
17833 ( 19519 ac_header_preproc=yes
17834 cat <<\_ASBOX
17835## ------------------------------------ ##
17836## Report this to bug-autoconf@gnu.org. ##
17837## ------------------------------------ ##
17838_ASBOX
17839 ) |
17840 sed "s/^/$as_me: WARNING: /" >&2
17841 ;; 19520 ;;
17842 no:yes ) 19521 no:yes:* )
17843 { echo "$as_me:$LINENO: WARNING: netinet/in.h: present but cannot be compiled" >&5 19522 { echo "$as_me:$LINENO: WARNING: netinet/in.h: present but cannot be compiled" >&5
17844echo "$as_me: WARNING: netinet/in.h: present but cannot be compiled" >&2;} 19523echo "$as_me: WARNING: netinet/in.h: present but cannot be compiled" >&2;}
17845 { echo "$as_me:$LINENO: WARNING: netinet/in.h: check for missing prerequisite headers?" >&5 19524 { echo "$as_me:$LINENO: WARNING: netinet/in.h: check for missing prerequisite headers?" >&5
17846echo "$as_me: WARNING: netinet/in.h: check for missing prerequisite headers?" >&2;} 19525echo "$as_me: WARNING: netinet/in.h: check for missing prerequisite headers?" >&2;}
19526 { echo "$as_me:$LINENO: WARNING: netinet/in.h: see the Autoconf documentation" >&5
19527echo "$as_me: WARNING: netinet/in.h: see the Autoconf documentation" >&2;}
19528 { echo "$as_me:$LINENO: WARNING: netinet/in.h: section \"Present But Cannot Be Compiled\"" >&5
19529echo "$as_me: WARNING: netinet/in.h: section \"Present But Cannot Be Compiled\"" >&2;}
17847 { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&5 19530 { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&5
17848echo "$as_me: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&2;} 19531echo "$as_me: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&2;}
19532 { echo "$as_me:$LINENO: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&5
19533echo "$as_me: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&2;}
17849 ( 19534 (
17850 cat <<\_ASBOX 19535 cat <<\_ASBOX
17851## ------------------------------------ ## 19536## ------------------------------------------ ##
17852## Report this to bug-autoconf@gnu.org. ## 19537## Report this to the AC_PACKAGE_NAME lists. ##
17853## ------------------------------------ ## 19538## ------------------------------------------ ##
17854_ASBOX 19539_ASBOX
17855 ) | 19540 ) |
17856 sed "s/^/$as_me: WARNING: /" >&2 19541 sed "s/^/$as_me: WARNING: /" >&2
@@ -17889,7 +19574,6 @@ else
17889echo "$as_me:$LINENO: checking arpa/inet.h usability" >&5 19574echo "$as_me:$LINENO: checking arpa/inet.h usability" >&5
17890echo $ECHO_N "checking arpa/inet.h usability... $ECHO_C" >&6 19575echo $ECHO_N "checking arpa/inet.h usability... $ECHO_C" >&6
17891cat >conftest.$ac_ext <<_ACEOF 19576cat >conftest.$ac_ext <<_ACEOF
17892#line $LINENO "configure"
17893/* confdefs.h. */ 19577/* confdefs.h. */
17894_ACEOF 19578_ACEOF
17895cat confdefs.h >>conftest.$ac_ext 19579cat confdefs.h >>conftest.$ac_ext
@@ -17900,11 +19584,21 @@ $ac_includes_default
17900_ACEOF 19584_ACEOF
17901rm -f conftest.$ac_objext 19585rm -f conftest.$ac_objext
17902if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 19586if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17903 (eval $ac_compile) 2>&5 19587 (eval $ac_compile) 2>conftest.er1
17904 ac_status=$? 19588 ac_status=$?
19589 grep -v '^ *+' conftest.er1 >conftest.err
19590 rm -f conftest.er1
19591 cat conftest.err >&5
17905 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17906 (exit $ac_status); } && 19593 (exit $ac_status); } &&
17907 { ac_try='test -s conftest.$ac_objext' 19594 { ac_try='test -z "$ac_c_werror_flag"
19595 || test ! -s conftest.err'
19596 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19597 (eval $ac_try) 2>&5
19598 ac_status=$?
19599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19600 (exit $ac_status); }; } &&
19601 { ac_try='test -s conftest.$ac_objext'
17908 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19602 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17909 (eval $ac_try) 2>&5 19603 (eval $ac_try) 2>&5
17910 ac_status=$? 19604 ac_status=$?
@@ -17917,7 +19611,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
17917 19611
17918ac_header_compiler=no 19612ac_header_compiler=no
17919fi 19613fi
17920rm -f conftest.$ac_objext conftest.$ac_ext 19614rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17921echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 19615echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
17922echo "${ECHO_T}$ac_header_compiler" >&6 19616echo "${ECHO_T}$ac_header_compiler" >&6
17923 19617
@@ -17925,7 +19619,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
17925echo "$as_me:$LINENO: checking arpa/inet.h presence" >&5 19619echo "$as_me:$LINENO: checking arpa/inet.h presence" >&5
17926echo $ECHO_N "checking arpa/inet.h presence... $ECHO_C" >&6 19620echo $ECHO_N "checking arpa/inet.h presence... $ECHO_C" >&6
17927cat >conftest.$ac_ext <<_ACEOF 19621cat >conftest.$ac_ext <<_ACEOF
17928#line $LINENO "configure"
17929/* confdefs.h. */ 19622/* confdefs.h. */
17930_ACEOF 19623_ACEOF
17931cat confdefs.h >>conftest.$ac_ext 19624cat confdefs.h >>conftest.$ac_ext
@@ -17943,6 +19636,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
17943 (exit $ac_status); } >/dev/null; then 19636 (exit $ac_status); } >/dev/null; then
17944 if test -s conftest.err; then 19637 if test -s conftest.err; then
17945 ac_cpp_err=$ac_c_preproc_warn_flag 19638 ac_cpp_err=$ac_c_preproc_warn_flag
19639 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
17946 else 19640 else
17947 ac_cpp_err= 19641 ac_cpp_err=
17948 fi 19642 fi
@@ -17962,33 +19656,32 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
17962echo "${ECHO_T}$ac_header_preproc" >&6 19656echo "${ECHO_T}$ac_header_preproc" >&6
17963 19657
17964# So? What about this header? 19658# So? What about this header?
17965case $ac_header_compiler:$ac_header_preproc in 19659case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
17966 yes:no ) 19660 yes:no: )
17967 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&5 19661 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&5
17968echo "$as_me: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 19662echo "$as_me: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
17969 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&5 19663 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the compiler's result" >&5
17970echo "$as_me: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&2;} 19664echo "$as_me: WARNING: arpa/inet.h: proceeding with the compiler's result" >&2;}
17971 ( 19665 ac_header_preproc=yes
17972 cat <<\_ASBOX
17973## ------------------------------------ ##
17974## Report this to bug-autoconf@gnu.org. ##
17975## ------------------------------------ ##
17976_ASBOX
17977 ) |
17978 sed "s/^/$as_me: WARNING: /" >&2
17979 ;; 19666 ;;
17980 no:yes ) 19667 no:yes:* )
17981 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: present but cannot be compiled" >&5 19668 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: present but cannot be compiled" >&5
17982echo "$as_me: WARNING: arpa/inet.h: present but cannot be compiled" >&2;} 19669echo "$as_me: WARNING: arpa/inet.h: present but cannot be compiled" >&2;}
17983 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&5 19670 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&5
17984echo "$as_me: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&2;} 19671echo "$as_me: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&2;}
19672 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: see the Autoconf documentation" >&5
19673echo "$as_me: WARNING: arpa/inet.h: see the Autoconf documentation" >&2;}
19674 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: section \"Present But Cannot Be Compiled\"" >&5
19675echo "$as_me: WARNING: arpa/inet.h: section \"Present But Cannot Be Compiled\"" >&2;}
17985 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&5 19676 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&5
17986echo "$as_me: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&2;} 19677echo "$as_me: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&2;}
19678 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&5
19679echo "$as_me: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&2;}
17987 ( 19680 (
17988 cat <<\_ASBOX 19681 cat <<\_ASBOX
17989## ------------------------------------ ## 19682## ------------------------------------------ ##
17990## Report this to bug-autoconf@gnu.org. ## 19683## Report this to the AC_PACKAGE_NAME lists. ##
17991## ------------------------------------ ## 19684## ------------------------------------------ ##
17992_ASBOX 19685_ASBOX
17993 ) | 19686 ) |
17994 sed "s/^/$as_me: WARNING: /" >&2 19687 sed "s/^/$as_me: WARNING: /" >&2
@@ -18039,7 +19732,6 @@ else
18039echo "$as_me:$LINENO: checking $ac_header usability" >&5 19732echo "$as_me:$LINENO: checking $ac_header usability" >&5
18040echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 19733echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
18041cat >conftest.$ac_ext <<_ACEOF 19734cat >conftest.$ac_ext <<_ACEOF
18042#line $LINENO "configure"
18043/* confdefs.h. */ 19735/* confdefs.h. */
18044_ACEOF 19736_ACEOF
18045cat confdefs.h >>conftest.$ac_ext 19737cat confdefs.h >>conftest.$ac_ext
@@ -18050,11 +19742,21 @@ $ac_includes_default
18050_ACEOF 19742_ACEOF
18051rm -f conftest.$ac_objext 19743rm -f conftest.$ac_objext
18052if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 19744if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18053 (eval $ac_compile) 2>&5 19745 (eval $ac_compile) 2>conftest.er1
18054 ac_status=$? 19746 ac_status=$?
19747 grep -v '^ *+' conftest.er1 >conftest.err
19748 rm -f conftest.er1
19749 cat conftest.err >&5
18055 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18056 (exit $ac_status); } && 19751 (exit $ac_status); } &&
18057 { ac_try='test -s conftest.$ac_objext' 19752 { ac_try='test -z "$ac_c_werror_flag"
19753 || test ! -s conftest.err'
19754 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19755 (eval $ac_try) 2>&5
19756 ac_status=$?
19757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19758 (exit $ac_status); }; } &&
19759 { ac_try='test -s conftest.$ac_objext'
18058 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19760 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18059 (eval $ac_try) 2>&5 19761 (eval $ac_try) 2>&5
18060 ac_status=$? 19762 ac_status=$?
@@ -18067,7 +19769,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
18067 19769
18068ac_header_compiler=no 19770ac_header_compiler=no
18069fi 19771fi
18070rm -f conftest.$ac_objext conftest.$ac_ext 19772rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18071echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 19773echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18072echo "${ECHO_T}$ac_header_compiler" >&6 19774echo "${ECHO_T}$ac_header_compiler" >&6
18073 19775
@@ -18075,7 +19777,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
18075echo "$as_me:$LINENO: checking $ac_header presence" >&5 19777echo "$as_me:$LINENO: checking $ac_header presence" >&5
18076echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 19778echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
18077cat >conftest.$ac_ext <<_ACEOF 19779cat >conftest.$ac_ext <<_ACEOF
18078#line $LINENO "configure"
18079/* confdefs.h. */ 19780/* confdefs.h. */
18080_ACEOF 19781_ACEOF
18081cat confdefs.h >>conftest.$ac_ext 19782cat confdefs.h >>conftest.$ac_ext
@@ -18093,6 +19794,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18093 (exit $ac_status); } >/dev/null; then 19794 (exit $ac_status); } >/dev/null; then
18094 if test -s conftest.err; then 19795 if test -s conftest.err; then
18095 ac_cpp_err=$ac_c_preproc_warn_flag 19796 ac_cpp_err=$ac_c_preproc_warn_flag
19797 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
18096 else 19798 else
18097 ac_cpp_err= 19799 ac_cpp_err=
18098 fi 19800 fi
@@ -18112,33 +19814,32 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18112echo "${ECHO_T}$ac_header_preproc" >&6 19814echo "${ECHO_T}$ac_header_preproc" >&6
18113 19815
18114# So? What about this header? 19816# So? What about this header?
18115case $ac_header_compiler:$ac_header_preproc in 19817case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
18116 yes:no ) 19818 yes:no: )
18117 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 19819 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
18118echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 19820echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
18119 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 19821 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
18120echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 19822echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
18121 ( 19823 ac_header_preproc=yes
18122 cat <<\_ASBOX
18123## ------------------------------------ ##
18124## Report this to bug-autoconf@gnu.org. ##
18125## ------------------------------------ ##
18126_ASBOX
18127 ) |
18128 sed "s/^/$as_me: WARNING: /" >&2
18129 ;; 19824 ;;
18130 no:yes ) 19825 no:yes:* )
18131 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 19826 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
18132echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 19827echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
18133 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 19828 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
18134echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 19829echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
19830 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
19831echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
19832 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
19833echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
18135 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 19834 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
18136echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 19835echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
19836 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
19837echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
18137 ( 19838 (
18138 cat <<\_ASBOX 19839 cat <<\_ASBOX
18139## ------------------------------------ ## 19840## ------------------------------------------ ##
18140## Report this to bug-autoconf@gnu.org. ## 19841## Report this to the AC_PACKAGE_NAME lists. ##
18141## ------------------------------------ ## 19842## ------------------------------------------ ##
18142_ASBOX 19843_ASBOX
18143 ) | 19844 ) |
18144 sed "s/^/$as_me: WARNING: /" >&2 19845 sed "s/^/$as_me: WARNING: /" >&2
@@ -18149,7 +19850,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
18149if eval "test \"\${$as_ac_Header+set}\" = set"; then 19850if eval "test \"\${$as_ac_Header+set}\" = set"; then
18150 echo $ECHO_N "(cached) $ECHO_C" >&6 19851 echo $ECHO_N "(cached) $ECHO_C" >&6
18151else 19852else
18152 eval "$as_ac_Header=$ac_header_preproc" 19853 eval "$as_ac_Header=\$ac_header_preproc"
18153fi 19854fi
18154echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 19855echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
18155echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 19856echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -18194,7 +19895,6 @@ if test "${ac_cv_type_pid_t+set}" = set; then
18194 echo $ECHO_N "(cached) $ECHO_C" >&6 19895 echo $ECHO_N "(cached) $ECHO_C" >&6
18195else 19896else
18196 cat >conftest.$ac_ext <<_ACEOF 19897 cat >conftest.$ac_ext <<_ACEOF
18197#line $LINENO "configure"
18198/* confdefs.h. */ 19898/* confdefs.h. */
18199_ACEOF 19899_ACEOF
18200cat confdefs.h >>conftest.$ac_ext 19900cat confdefs.h >>conftest.$ac_ext
@@ -18214,11 +19914,21 @@ if (sizeof (pid_t))
18214_ACEOF 19914_ACEOF
18215rm -f conftest.$ac_objext 19915rm -f conftest.$ac_objext
18216if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 19916if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18217 (eval $ac_compile) 2>&5 19917 (eval $ac_compile) 2>conftest.er1
18218 ac_status=$? 19918 ac_status=$?
19919 grep -v '^ *+' conftest.er1 >conftest.err
19920 rm -f conftest.er1
19921 cat conftest.err >&5
18219 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18220 (exit $ac_status); } && 19923 (exit $ac_status); } &&
18221 { ac_try='test -s conftest.$ac_objext' 19924 { ac_try='test -z "$ac_c_werror_flag"
19925 || test ! -s conftest.err'
19926 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19927 (eval $ac_try) 2>&5
19928 ac_status=$?
19929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19930 (exit $ac_status); }; } &&
19931 { ac_try='test -s conftest.$ac_objext'
18222 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19932 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18223 (eval $ac_try) 2>&5 19933 (eval $ac_try) 2>&5
18224 ac_status=$? 19934 ac_status=$?
@@ -18231,7 +19941,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
18231 19941
18232ac_cv_type_pid_t=no 19942ac_cv_type_pid_t=no
18233fi 19943fi
18234rm -f conftest.$ac_objext conftest.$ac_ext 19944rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18235fi 19945fi
18236echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5 19946echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18237echo "${ECHO_T}$ac_cv_type_pid_t" >&6 19947echo "${ECHO_T}$ac_cv_type_pid_t" >&6
@@ -18263,7 +19973,6 @@ else
18263echo "$as_me:$LINENO: checking $ac_header usability" >&5 19973echo "$as_me:$LINENO: checking $ac_header usability" >&5
18264echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 19974echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
18265cat >conftest.$ac_ext <<_ACEOF 19975cat >conftest.$ac_ext <<_ACEOF
18266#line $LINENO "configure"
18267/* confdefs.h. */ 19976/* confdefs.h. */
18268_ACEOF 19977_ACEOF
18269cat confdefs.h >>conftest.$ac_ext 19978cat confdefs.h >>conftest.$ac_ext
@@ -18274,11 +19983,21 @@ $ac_includes_default
18274_ACEOF 19983_ACEOF
18275rm -f conftest.$ac_objext 19984rm -f conftest.$ac_objext
18276if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 19985if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18277 (eval $ac_compile) 2>&5 19986 (eval $ac_compile) 2>conftest.er1
18278 ac_status=$? 19987 ac_status=$?
19988 grep -v '^ *+' conftest.er1 >conftest.err
19989 rm -f conftest.er1
19990 cat conftest.err >&5
18279 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18280 (exit $ac_status); } && 19992 (exit $ac_status); } &&
18281 { ac_try='test -s conftest.$ac_objext' 19993 { ac_try='test -z "$ac_c_werror_flag"
19994 || test ! -s conftest.err'
19995 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19996 (eval $ac_try) 2>&5
19997 ac_status=$?
19998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19999 (exit $ac_status); }; } &&
20000 { ac_try='test -s conftest.$ac_objext'
18282 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20001 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18283 (eval $ac_try) 2>&5 20002 (eval $ac_try) 2>&5
18284 ac_status=$? 20003 ac_status=$?
@@ -18291,7 +20010,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
18291 20010
18292ac_header_compiler=no 20011ac_header_compiler=no
18293fi 20012fi
18294rm -f conftest.$ac_objext conftest.$ac_ext 20013rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18295echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 20014echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18296echo "${ECHO_T}$ac_header_compiler" >&6 20015echo "${ECHO_T}$ac_header_compiler" >&6
18297 20016
@@ -18299,7 +20018,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
18299echo "$as_me:$LINENO: checking $ac_header presence" >&5 20018echo "$as_me:$LINENO: checking $ac_header presence" >&5
18300echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 20019echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
18301cat >conftest.$ac_ext <<_ACEOF 20020cat >conftest.$ac_ext <<_ACEOF
18302#line $LINENO "configure"
18303/* confdefs.h. */ 20021/* confdefs.h. */
18304_ACEOF 20022_ACEOF
18305cat confdefs.h >>conftest.$ac_ext 20023cat confdefs.h >>conftest.$ac_ext
@@ -18317,6 +20035,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18317 (exit $ac_status); } >/dev/null; then 20035 (exit $ac_status); } >/dev/null; then
18318 if test -s conftest.err; then 20036 if test -s conftest.err; then
18319 ac_cpp_err=$ac_c_preproc_warn_flag 20037 ac_cpp_err=$ac_c_preproc_warn_flag
20038 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
18320 else 20039 else
18321 ac_cpp_err= 20040 ac_cpp_err=
18322 fi 20041 fi
@@ -18336,33 +20055,32 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18336echo "${ECHO_T}$ac_header_preproc" >&6 20055echo "${ECHO_T}$ac_header_preproc" >&6
18337 20056
18338# So? What about this header? 20057# So? What about this header?
18339case $ac_header_compiler:$ac_header_preproc in 20058case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
18340 yes:no ) 20059 yes:no: )
18341 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 20060 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
18342echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 20061echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
18343 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 20062 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
18344echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 20063echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
18345 ( 20064 ac_header_preproc=yes
18346 cat <<\_ASBOX
18347## ------------------------------------ ##
18348## Report this to bug-autoconf@gnu.org. ##
18349## ------------------------------------ ##
18350_ASBOX
18351 ) |
18352 sed "s/^/$as_me: WARNING: /" >&2
18353 ;; 20065 ;;
18354 no:yes ) 20066 no:yes:* )
18355 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 20067 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
18356echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 20068echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
18357 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 20069 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
18358echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 20070echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
20071 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
20072echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
20073 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
20074echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
18359 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 20075 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
18360echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 20076echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
20077 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
20078echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
18361 ( 20079 (
18362 cat <<\_ASBOX 20080 cat <<\_ASBOX
18363## ------------------------------------ ## 20081## ------------------------------------------ ##
18364## Report this to bug-autoconf@gnu.org. ## 20082## Report this to the AC_PACKAGE_NAME lists. ##
18365## ------------------------------------ ## 20083## ------------------------------------------ ##
18366_ASBOX 20084_ASBOX
18367 ) | 20085 ) |
18368 sed "s/^/$as_me: WARNING: /" >&2 20086 sed "s/^/$as_me: WARNING: /" >&2
@@ -18373,7 +20091,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
18373if eval "test \"\${$as_ac_Header+set}\" = set"; then 20091if eval "test \"\${$as_ac_Header+set}\" = set"; then
18374 echo $ECHO_N "(cached) $ECHO_C" >&6 20092 echo $ECHO_N "(cached) $ECHO_C" >&6
18375else 20093else
18376 eval "$as_ac_Header=$ac_header_preproc" 20094 eval "$as_ac_Header=\$ac_header_preproc"
18377fi 20095fi
18378echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 20096echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
18379echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 20097echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -18399,21 +20117,28 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
18399 echo $ECHO_N "(cached) $ECHO_C" >&6 20117 echo $ECHO_N "(cached) $ECHO_C" >&6
18400else 20118else
18401 cat >conftest.$ac_ext <<_ACEOF 20119 cat >conftest.$ac_ext <<_ACEOF
18402#line $LINENO "configure"
18403/* confdefs.h. */ 20120/* confdefs.h. */
18404_ACEOF 20121_ACEOF
18405cat confdefs.h >>conftest.$ac_ext 20122cat confdefs.h >>conftest.$ac_ext
18406cat >>conftest.$ac_ext <<_ACEOF 20123cat >>conftest.$ac_ext <<_ACEOF
18407/* end confdefs.h. */ 20124/* end confdefs.h. */
20125/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
20126 For example, HP-UX 11i <limits.h> declares gettimeofday. */
20127#define $ac_func innocuous_$ac_func
20128
18408/* System header to define __stub macros and hopefully few prototypes, 20129/* System header to define __stub macros and hopefully few prototypes,
18409 which can conflict with char $ac_func (); below. 20130 which can conflict with char $ac_func (); below.
18410 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 20131 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18411 <limits.h> exists even on freestanding compilers. */ 20132 <limits.h> exists even on freestanding compilers. */
20133
18412#ifdef __STDC__ 20134#ifdef __STDC__
18413# include <limits.h> 20135# include <limits.h>
18414#else 20136#else
18415# include <assert.h> 20137# include <assert.h>
18416#endif 20138#endif
20139
20140#undef $ac_func
20141
18417/* Override any gcc2 internal prototype to avoid an error. */ 20142/* Override any gcc2 internal prototype to avoid an error. */
18418#ifdef __cplusplus 20143#ifdef __cplusplus
18419extern "C" 20144extern "C"
@@ -18444,11 +20169,21 @@ return f != $ac_func;
18444_ACEOF 20169_ACEOF
18445rm -f conftest.$ac_objext conftest$ac_exeext 20170rm -f conftest.$ac_objext conftest$ac_exeext
18446if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 20171if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18447 (eval $ac_link) 2>&5 20172 (eval $ac_link) 2>conftest.er1
18448 ac_status=$? 20173 ac_status=$?
20174 grep -v '^ *+' conftest.er1 >conftest.err
20175 rm -f conftest.er1
20176 cat conftest.err >&5
18449 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18450 (exit $ac_status); } && 20178 (exit $ac_status); } &&
18451 { ac_try='test -s conftest$ac_exeext' 20179 { ac_try='test -z "$ac_c_werror_flag"
20180 || test ! -s conftest.err'
20181 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20182 (eval $ac_try) 2>&5
20183 ac_status=$?
20184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20185 (exit $ac_status); }; } &&
20186 { ac_try='test -s conftest$ac_exeext'
18452 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20187 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18453 (eval $ac_try) 2>&5 20188 (eval $ac_try) 2>&5
18454 ac_status=$? 20189 ac_status=$?
@@ -18461,7 +20196,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
18461 20196
18462eval "$as_ac_var=no" 20197eval "$as_ac_var=no"
18463fi 20198fi
18464rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 20199rm -f conftest.err conftest.$ac_objext \
20200 conftest$ac_exeext conftest.$ac_ext
18465fi 20201fi
18466echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 20202echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
18467echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 20203echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -18491,9 +20227,9 @@ else
18491 /* Some systems only have a dummy stub for fork() */ 20227 /* Some systems only have a dummy stub for fork() */
18492 int main () 20228 int main ()
18493 { 20229 {
18494 if (fork() < 0) 20230 if (fork() < 0)
18495 exit (1); 20231 exit (1);
18496 exit (0); 20232 exit (0);
18497 } 20233 }
18498_ACEOF 20234_ACEOF
18499rm -f conftest$ac_exeext 20235rm -f conftest$ac_exeext
@@ -18516,7 +20252,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
18516( exit $ac_status ) 20252( exit $ac_status )
18517ac_cv_func_fork_works=no 20253ac_cv_func_fork_works=no
18518fi 20254fi
18519rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 20255rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
18520fi 20256fi
18521fi 20257fi
18522echo "$as_me:$LINENO: result: $ac_cv_func_fork_works" >&5 20258echo "$as_me:$LINENO: result: $ac_cv_func_fork_works" >&5
@@ -18549,7 +20285,6 @@ else
18549 ac_cv_func_vfork_works=cross 20285 ac_cv_func_vfork_works=cross
18550else 20286else
18551 cat >conftest.$ac_ext <<_ACEOF 20287 cat >conftest.$ac_ext <<_ACEOF
18552#line $LINENO "configure"
18553/* confdefs.h. */ 20288/* confdefs.h. */
18554_ACEOF 20289_ACEOF
18555cat confdefs.h >>conftest.$ac_ext 20290cat confdefs.h >>conftest.$ac_ext
@@ -18671,7 +20406,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
18671( exit $ac_status ) 20406( exit $ac_status )
18672ac_cv_func_vfork_works=no 20407ac_cv_func_vfork_works=no
18673fi 20408fi
18674rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 20409rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
18675fi 20410fi
18676fi 20411fi
18677echo "$as_me:$LINENO: result: $ac_cv_func_vfork_works" >&5 20412echo "$as_me:$LINENO: result: $ac_cv_func_vfork_works" >&5
@@ -18679,7 +20414,7 @@ echo "${ECHO_T}$ac_cv_func_vfork_works" >&6
18679 20414
18680fi; 20415fi;
18681if test "x$ac_cv_func_fork_works" = xcross; then 20416if test "x$ac_cv_func_fork_works" = xcross; then
18682 ac_cv_func_vfork_works=ac_cv_func_vfork 20417 ac_cv_func_vfork_works=$ac_cv_func_vfork
18683 { echo "$as_me:$LINENO: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&5 20418 { echo "$as_me:$LINENO: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&5
18684echo "$as_me: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&2;} 20419echo "$as_me: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&2;}
18685fi 20420fi
@@ -18712,7 +20447,6 @@ if test "${emacs_cv_langinfo_codeset+set}" = set; then
18712 echo $ECHO_N "(cached) $ECHO_C" >&6 20447 echo $ECHO_N "(cached) $ECHO_C" >&6
18713else 20448else
18714 cat >conftest.$ac_ext <<_ACEOF 20449 cat >conftest.$ac_ext <<_ACEOF
18715#line $LINENO "configure"
18716/* confdefs.h. */ 20450/* confdefs.h. */
18717_ACEOF 20451_ACEOF
18718cat confdefs.h >>conftest.$ac_ext 20452cat confdefs.h >>conftest.$ac_ext
@@ -18729,11 +20463,21 @@ char* cs = nl_langinfo(CODESET);
18729_ACEOF 20463_ACEOF
18730rm -f conftest.$ac_objext conftest$ac_exeext 20464rm -f conftest.$ac_objext conftest$ac_exeext
18731if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 20465if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18732 (eval $ac_link) 2>&5 20466 (eval $ac_link) 2>conftest.er1
18733 ac_status=$? 20467 ac_status=$?
20468 grep -v '^ *+' conftest.er1 >conftest.err
20469 rm -f conftest.er1
20470 cat conftest.err >&5
18734 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18735 (exit $ac_status); } && 20472 (exit $ac_status); } &&
18736 { ac_try='test -s conftest$ac_exeext' 20473 { ac_try='test -z "$ac_c_werror_flag"
20474 || test ! -s conftest.err'
20475 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20476 (eval $ac_try) 2>&5
20477 ac_status=$?
20478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20479 (exit $ac_status); }; } &&
20480 { ac_try='test -s conftest$ac_exeext'
18737 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20481 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18738 (eval $ac_try) 2>&5 20482 (eval $ac_try) 2>&5
18739 ac_status=$? 20483 ac_status=$?
@@ -18746,7 +20490,8 @@ sed 's/^/| /' conftest.$ac_ext >&5
18746 20490
18747emacs_cv_langinfo_codeset=no 20491emacs_cv_langinfo_codeset=no
18748fi 20492fi
18749rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 20493rm -f conftest.err conftest.$ac_objext \
20494 conftest$ac_exeext conftest.$ac_ext
18750 20495
18751fi 20496fi
18752echo "$as_me:$LINENO: result: $emacs_cv_langinfo_codeset" >&5 20497echo "$as_me:$LINENO: result: $emacs_cv_langinfo_codeset" >&5
@@ -18765,7 +20510,6 @@ if test "${ac_cv_type_size_t+set}" = set; then
18765 echo $ECHO_N "(cached) $ECHO_C" >&6 20510 echo $ECHO_N "(cached) $ECHO_C" >&6
18766else 20511else
18767 cat >conftest.$ac_ext <<_ACEOF 20512 cat >conftest.$ac_ext <<_ACEOF
18768#line $LINENO "configure"
18769/* confdefs.h. */ 20513/* confdefs.h. */
18770_ACEOF 20514_ACEOF
18771cat confdefs.h >>conftest.$ac_ext 20515cat confdefs.h >>conftest.$ac_ext
@@ -18785,11 +20529,21 @@ if (sizeof (size_t))
18785_ACEOF 20529_ACEOF
18786rm -f conftest.$ac_objext 20530rm -f conftest.$ac_objext
18787if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 20531if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18788 (eval $ac_compile) 2>&5 20532 (eval $ac_compile) 2>conftest.er1
18789 ac_status=$? 20533 ac_status=$?
20534 grep -v '^ *+' conftest.er1 >conftest.err
20535 rm -f conftest.er1
20536 cat conftest.err >&5
18790 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18791 (exit $ac_status); } && 20538 (exit $ac_status); } &&
18792 { ac_try='test -s conftest.$ac_objext' 20539 { ac_try='test -z "$ac_c_werror_flag"
20540 || test ! -s conftest.err'
20541 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20542 (eval $ac_try) 2>&5
20543 ac_status=$?
20544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20545 (exit $ac_status); }; } &&
20546 { ac_try='test -s conftest.$ac_objext'
18793 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20547 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18794 (eval $ac_try) 2>&5 20548 (eval $ac_try) 2>&5
18795 ac_status=$? 20549 ac_status=$?
@@ -18802,7 +20556,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
18802 20556
18803ac_cv_type_size_t=no 20557ac_cv_type_size_t=no
18804fi 20558fi
18805rm -f conftest.$ac_objext conftest.$ac_ext 20559rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18806fi 20560fi
18807echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 20561echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18808echo "${ECHO_T}$ac_cv_type_size_t" >&6 20562echo "${ECHO_T}$ac_cv_type_size_t" >&6
@@ -18822,7 +20576,6 @@ if test "${ac_cv_type_mbstate_t+set}" = set; then
18822 echo $ECHO_N "(cached) $ECHO_C" >&6 20576 echo $ECHO_N "(cached) $ECHO_C" >&6
18823else 20577else
18824 cat >conftest.$ac_ext <<_ACEOF 20578 cat >conftest.$ac_ext <<_ACEOF
18825#line $LINENO "configure"
18826/* confdefs.h. */ 20579/* confdefs.h. */
18827_ACEOF 20580_ACEOF
18828cat confdefs.h >>conftest.$ac_ext 20581cat confdefs.h >>conftest.$ac_ext
@@ -18840,11 +20593,21 @@ mbstate_t x; return sizeof x;
18840_ACEOF 20593_ACEOF
18841rm -f conftest.$ac_objext 20594rm -f conftest.$ac_objext
18842if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 20595if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18843 (eval $ac_compile) 2>&5 20596 (eval $ac_compile) 2>conftest.er1
18844 ac_status=$? 20597 ac_status=$?
20598 grep -v '^ *+' conftest.er1 >conftest.err
20599 rm -f conftest.er1
20600 cat conftest.err >&5
18845 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18846 (exit $ac_status); } && 20602 (exit $ac_status); } &&
18847 { ac_try='test -s conftest.$ac_objext' 20603 { ac_try='test -z "$ac_c_werror_flag"
20604 || test ! -s conftest.err'
20605 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20606 (eval $ac_try) 2>&5
20607 ac_status=$?
20608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20609 (exit $ac_status); }; } &&
20610 { ac_try='test -s conftest.$ac_objext'
18848 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20611 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18849 (eval $ac_try) 2>&5 20612 (eval $ac_try) 2>&5
18850 ac_status=$? 20613 ac_status=$?
@@ -18857,7 +20620,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
18857 20620
18858ac_cv_type_mbstate_t=no 20621ac_cv_type_mbstate_t=no
18859fi 20622fi
18860rm -f conftest.$ac_objext conftest.$ac_ext 20623rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18861fi 20624fi
18862echo "$as_me:$LINENO: result: $ac_cv_type_mbstate_t" >&5 20625echo "$as_me:$LINENO: result: $ac_cv_type_mbstate_t" >&5
18863echo "${ECHO_T}$ac_cv_type_mbstate_t" >&6 20626echo "${ECHO_T}$ac_cv_type_mbstate_t" >&6
@@ -18881,7 +20644,6 @@ if test "${emacs_cv_c_restrict+set}" = set; then
18881 echo $ECHO_N "(cached) $ECHO_C" >&6 20644 echo $ECHO_N "(cached) $ECHO_C" >&6
18882else 20645else
18883 cat >conftest.$ac_ext <<_ACEOF 20646 cat >conftest.$ac_ext <<_ACEOF
18884#line $LINENO "configure"
18885/* confdefs.h. */ 20647/* confdefs.h. */
18886_ACEOF 20648_ACEOF
18887cat confdefs.h >>conftest.$ac_ext 20649cat confdefs.h >>conftest.$ac_ext
@@ -18898,11 +20660,21 @@ main ()
18898_ACEOF 20660_ACEOF
18899rm -f conftest.$ac_objext 20661rm -f conftest.$ac_objext
18900if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 20662if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18901 (eval $ac_compile) 2>&5 20663 (eval $ac_compile) 2>conftest.er1
18902 ac_status=$? 20664 ac_status=$?
20665 grep -v '^ *+' conftest.er1 >conftest.err
20666 rm -f conftest.er1
20667 cat conftest.err >&5
18903 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18904 (exit $ac_status); } && 20669 (exit $ac_status); } &&
18905 { ac_try='test -s conftest.$ac_objext' 20670 { ac_try='test -z "$ac_c_werror_flag"
20671 || test ! -s conftest.err'
20672 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20673 (eval $ac_try) 2>&5
20674 ac_status=$?
20675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20676 (exit $ac_status); }; } &&
20677 { ac_try='test -s conftest.$ac_objext'
18906 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20678 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18907 (eval $ac_try) 2>&5 20679 (eval $ac_try) 2>&5
18908 ac_status=$? 20680 ac_status=$?
@@ -18914,7 +20686,6 @@ else
18914sed 's/^/| /' conftest.$ac_ext >&5 20686sed 's/^/| /' conftest.$ac_ext >&5
18915 20687
18916cat >conftest.$ac_ext <<_ACEOF 20688cat >conftest.$ac_ext <<_ACEOF
18917#line $LINENO "configure"
18918/* confdefs.h. */ 20689/* confdefs.h. */
18919_ACEOF 20690_ACEOF
18920cat confdefs.h >>conftest.$ac_ext 20691cat confdefs.h >>conftest.$ac_ext
@@ -18931,11 +20702,21 @@ main ()
18931_ACEOF 20702_ACEOF
18932rm -f conftest.$ac_objext 20703rm -f conftest.$ac_objext
18933if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 20704if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18934 (eval $ac_compile) 2>&5 20705 (eval $ac_compile) 2>conftest.er1
18935 ac_status=$? 20706 ac_status=$?
20707 grep -v '^ *+' conftest.er1 >conftest.err
20708 rm -f conftest.er1
20709 cat conftest.err >&5
18936 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18937 (exit $ac_status); } && 20711 (exit $ac_status); } &&
18938 { ac_try='test -s conftest.$ac_objext' 20712 { ac_try='test -z "$ac_c_werror_flag"
20713 || test ! -s conftest.err'
20714 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20715 (eval $ac_try) 2>&5
20716 ac_status=$?
20717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20718 (exit $ac_status); }; } &&
20719 { ac_try='test -s conftest.$ac_objext'
18939 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20720 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18940 (eval $ac_try) 2>&5 20721 (eval $ac_try) 2>&5
18941 ac_status=$? 20722 ac_status=$?
@@ -18948,9 +20729,9 @@ sed 's/^/| /' conftest.$ac_ext >&5
18948 20729
18949emacs_cv_c_restrict=no 20730emacs_cv_c_restrict=no
18950fi 20731fi
18951rm -f conftest.$ac_objext conftest.$ac_ext 20732rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18952fi 20733fi
18953rm -f conftest.$ac_objext conftest.$ac_ext 20734rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18954fi 20735fi
18955echo "$as_me:$LINENO: result: $emacs_cv_c_restrict" >&5 20736echo "$as_me:$LINENO: result: $emacs_cv_c_restrict" >&5
18956echo "${ECHO_T}$emacs_cv_c_restrict" >&6 20737echo "${ECHO_T}$emacs_cv_c_restrict" >&6
@@ -18973,7 +20754,6 @@ if test "${emacs_cv_c_restrict_arr+set}" = set; then
18973 echo $ECHO_N "(cached) $ECHO_C" >&6 20754 echo $ECHO_N "(cached) $ECHO_C" >&6
18974else 20755else
18975 cat >conftest.$ac_ext <<_ACEOF 20756 cat >conftest.$ac_ext <<_ACEOF
18976#line $LINENO "configure"
18977/* confdefs.h. */ 20757/* confdefs.h. */
18978_ACEOF 20758_ACEOF
18979cat confdefs.h >>conftest.$ac_ext 20759cat confdefs.h >>conftest.$ac_ext
@@ -18990,11 +20770,21 @@ main ()
18990_ACEOF 20770_ACEOF
18991rm -f conftest.$ac_objext 20771rm -f conftest.$ac_objext
18992if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 20772if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18993 (eval $ac_compile) 2>&5 20773 (eval $ac_compile) 2>conftest.er1
18994 ac_status=$? 20774 ac_status=$?
20775 grep -v '^ *+' conftest.er1 >conftest.err
20776 rm -f conftest.er1
20777 cat conftest.err >&5
18995 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18996 (exit $ac_status); } && 20779 (exit $ac_status); } &&
18997 { ac_try='test -s conftest.$ac_objext' 20780 { ac_try='test -z "$ac_c_werror_flag"
20781 || test ! -s conftest.err'
20782 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20783 (eval $ac_try) 2>&5
20784 ac_status=$?
20785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20786 (exit $ac_status); }; } &&
20787 { ac_try='test -s conftest.$ac_objext'
18998 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20788 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18999 (eval $ac_try) 2>&5 20789 (eval $ac_try) 2>&5
19000 ac_status=$? 20790 ac_status=$?
@@ -19007,7 +20797,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
19007 20797
19008emacs_cv_c_restrict_arr=no 20798emacs_cv_c_restrict_arr=no
19009fi 20799fi
19010rm -f conftest.$ac_objext conftest.$ac_ext 20800rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19011fi 20801fi
19012echo "$as_me:$LINENO: result: $emacs_cv_c_restrict_arr" >&5 20802echo "$as_me:$LINENO: result: $emacs_cv_c_restrict_arr" >&5
19013echo "${ECHO_T}$emacs_cv_c_restrict_arr" >&6 20803echo "${ECHO_T}$emacs_cv_c_restrict_arr" >&6
@@ -19218,7 +21008,6 @@ test "${exec_prefix}" != NONE &&
19218## C preprocessor. 21008## C preprocessor.
19219 21009
19220cat >conftest.$ac_ext <<_ACEOF 21010cat >conftest.$ac_ext <<_ACEOF
19221#line $LINENO "configure"
19222/* confdefs.h. */ 21011/* confdefs.h. */
19223_ACEOF 21012_ACEOF
19224cat confdefs.h >>conftest.$ac_ext 21013cat confdefs.h >>conftest.$ac_ext
@@ -19265,13 +21054,13 @@ _ACEOF
19265 # `set' does not quote correctly, so add quotes (double-quote 21054 # `set' does not quote correctly, so add quotes (double-quote
19266 # substitution turns \\\\ into \\, and sed turns \\ into \). 21055 # substitution turns \\\\ into \\, and sed turns \\ into \).
19267 sed -n \ 21056 sed -n \
19268 "s/'/'\\\\''/g; 21057 "s/'/'\\\\''/g;
19269 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" 21058 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
19270 ;; 21059 ;;
19271 *) 21060 *)
19272 # `set' quotes correctly as required by POSIX, so do not add quotes. 21061 # `set' quotes correctly as required by POSIX, so do not add quotes.
19273 sed -n \ 21062 sed -n \
19274 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 21063 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
19275 ;; 21064 ;;
19276 esac; 21065 esac;
19277} | 21066} |
@@ -19301,13 +21090,13 @@ test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
19301# trailing colons and then remove the whole line if VPATH becomes empty 21090# trailing colons and then remove the whole line if VPATH becomes empty
19302# (actually we leave an empty line to preserve line numbers). 21091# (actually we leave an empty line to preserve line numbers).
19303if test "x$srcdir" = x.; then 21092if test "x$srcdir" = x.; then
19304 ac_vpsub='/^[ ]*VPATH[ ]*=/{ 21093 ac_vpsub='/^[ ]*VPATH[ ]*=/{
19305s/:*\$(srcdir):*/:/; 21094s/:*\$(srcdir):*/:/;
19306s/:*\${srcdir}:*/:/; 21095s/:*\${srcdir}:*/:/;
19307s/:*@srcdir@:*/:/; 21096s/:*@srcdir@:*/:/;
19308s/^\([^=]*=[ ]*\):*/\1/; 21097s/^\([^=]*=[ ]*\):*/\1/;
19309s/:*$//; 21098s/:*$//;
19310s/^[^=]*=[ ]*$//; 21099s/^[^=]*=[ ]*$//;
19311}' 21100}'
19312fi 21101fi
19313 21102
@@ -19318,7 +21107,7 @@ ac_ltlibobjs=
19318for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 21107for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
19319 # 1. Remove the extension, and $U if already installed. 21108 # 1. Remove the extension, and $U if already installed.
19320 ac_i=`echo "$ac_i" | 21109 ac_i=`echo "$ac_i" |
19321 sed 's/\$U\././;s/\.o$//;s/\.obj$//'` 21110 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
19322 # 2. Add them. 21111 # 2. Add them.
19323 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" 21112 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
19324 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo' 21113 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
@@ -19362,9 +21151,10 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
19362elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then 21151elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
19363 set -o posix 21152 set -o posix
19364fi 21153fi
21154DUALCASE=1; export DUALCASE # for MKS sh
19365 21155
19366# Support unset when possible. 21156# Support unset when possible.
19367if (FOO=FOO; unset FOO) >/dev/null 2>&1; then 21157if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
19368 as_unset=unset 21158 as_unset=unset
19369else 21159else
19370 as_unset=false 21160 as_unset=false
@@ -19383,7 +21173,7 @@ for as_var in \
19383 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 21173 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
19384 LC_TELEPHONE LC_TIME 21174 LC_TELEPHONE LC_TIME
19385do 21175do
19386 if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then 21176 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
19387 eval $as_var=C; export $as_var 21177 eval $as_var=C; export $as_var
19388 else 21178 else
19389 $as_unset $as_var 21179 $as_unset $as_var
@@ -19562,16 +21352,17 @@ rm -f conf$$ conf$$.exe conf$$.file
19562if mkdir -p . 2>/dev/null; then 21352if mkdir -p . 2>/dev/null; then
19563 as_mkdir_p=: 21353 as_mkdir_p=:
19564else 21354else
21355 test -d ./-p && rmdir ./-p
19565 as_mkdir_p=false 21356 as_mkdir_p=false
19566fi 21357fi
19567 21358
19568as_executable_p="test -f" 21359as_executable_p="test -f"
19569 21360
19570# Sed expression to map a string onto a valid CPP name. 21361# Sed expression to map a string onto a valid CPP name.
19571as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g" 21362as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
19572 21363
19573# Sed expression to map a string onto a valid variable name. 21364# Sed expression to map a string onto a valid variable name.
19574as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g" 21365as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
19575 21366
19576 21367
19577# IFS 21368# IFS
@@ -19598,7 +21389,7 @@ _ASBOX
19598cat >&5 <<_CSEOF 21389cat >&5 <<_CSEOF
19599 21390
19600This file was extended by $as_me, which was 21391This file was extended by $as_me, which was
19601generated by GNU Autoconf 2.57. Invocation command line was 21392generated by GNU Autoconf 2.59. Invocation command line was
19602 21393
19603 CONFIG_FILES = $CONFIG_FILES 21394 CONFIG_FILES = $CONFIG_FILES
19604 CONFIG_HEADERS = $CONFIG_HEADERS 21395 CONFIG_HEADERS = $CONFIG_HEADERS
@@ -19642,9 +21433,9 @@ Usage: $0 [OPTIONS] [FILE]...
19642 -d, --debug don't remove temporary files 21433 -d, --debug don't remove temporary files
19643 --recheck update $as_me by reconfiguring in the same conditions 21434 --recheck update $as_me by reconfiguring in the same conditions
19644 --file=FILE[:TEMPLATE] 21435 --file=FILE[:TEMPLATE]
19645 instantiate the configuration file FILE 21436 instantiate the configuration file FILE
19646 --header=FILE[:TEMPLATE] 21437 --header=FILE[:TEMPLATE]
19647 instantiate the configuration header FILE 21438 instantiate the configuration header FILE
19648 21439
19649Configuration files: 21440Configuration files:
19650$config_files 21441$config_files
@@ -19661,11 +21452,10 @@ _ACEOF
19661cat >>$CONFIG_STATUS <<_ACEOF 21452cat >>$CONFIG_STATUS <<_ACEOF
19662ac_cs_version="\\ 21453ac_cs_version="\\
19663config.status 21454config.status
19664configured by $0, generated by GNU Autoconf 2.57, 21455configured by $0, generated by GNU Autoconf 2.59,
19665 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" 21456 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
19666 21457
19667Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 21458Copyright (C) 2003 Free Software Foundation, Inc.
19668Free Software Foundation, Inc.
19669This config.status script is free software; the Free Software Foundation 21459This config.status script is free software; the Free Software Foundation
19670gives unlimited permission to copy, distribute and modify it." 21460gives unlimited permission to copy, distribute and modify it."
19671srcdir=$srcdir 21461srcdir=$srcdir
@@ -19957,9 +21747,9 @@ _ACEOF
19957 (echo ':t 21747 (echo ':t
19958 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed 21748 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
19959 if test -z "$ac_sed_cmds"; then 21749 if test -z "$ac_sed_cmds"; then
19960 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" 21750 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
19961 else 21751 else
19962 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" 21752 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
19963 fi 21753 fi
19964 ac_sed_frag=`expr $ac_sed_frag + 1` 21754 ac_sed_frag=`expr $ac_sed_frag + 1`
19965 ac_beg=$ac_end 21755 ac_beg=$ac_end
@@ -19977,21 +21767,21 @@ for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
19977 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 21767 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
19978 case $ac_file in 21768 case $ac_file in
19979 - | *:- | *:-:* ) # input from stdin 21769 - | *:- | *:-:* ) # input from stdin
19980 cat >$tmp/stdin 21770 cat >$tmp/stdin
19981 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 21771 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
19982 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 21772 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
19983 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 21773 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
19984 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 21774 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
19985 * ) ac_file_in=$ac_file.in ;; 21775 * ) ac_file_in=$ac_file.in ;;
19986 esac 21776 esac
19987 21777
19988 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories. 21778 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
19989 ac_dir=`(dirname "$ac_file") 2>/dev/null || 21779 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
19990$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 21780$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19991 X"$ac_file" : 'X\(//\)[^/]' \| \ 21781 X"$ac_file" : 'X\(//\)[^/]' \| \
19992 X"$ac_file" : 'X\(//\)$' \| \ 21782 X"$ac_file" : 'X\(//\)$' \| \
19993 X"$ac_file" : 'X\(/\)' \| \ 21783 X"$ac_file" : 'X\(/\)' \| \
19994 . : '\(.\)' 2>/dev/null || 21784 . : '\(.\)' 2>/dev/null ||
19995echo X"$ac_file" | 21785echo X"$ac_file" |
19996 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 21786 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
19997 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 21787 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
@@ -20007,10 +21797,10 @@ echo X"$ac_file" |
20007 as_dirs="$as_dir $as_dirs" 21797 as_dirs="$as_dir $as_dirs"
20008 as_dir=`(dirname "$as_dir") 2>/dev/null || 21798 as_dir=`(dirname "$as_dir") 2>/dev/null ||
20009$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 21799$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20010 X"$as_dir" : 'X\(//\)[^/]' \| \ 21800 X"$as_dir" : 'X\(//\)[^/]' \| \
20011 X"$as_dir" : 'X\(//\)$' \| \ 21801 X"$as_dir" : 'X\(//\)$' \| \
20012 X"$as_dir" : 'X\(/\)' \| \ 21802 X"$as_dir" : 'X\(/\)' \| \
20013 . : '\(.\)' 2>/dev/null || 21803 . : '\(.\)' 2>/dev/null ||
20014echo X"$as_dir" | 21804echo X"$as_dir" |
20015 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 21805 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
20016 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 21806 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
@@ -20048,12 +21838,45 @@ case $srcdir in
20048 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 21838 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
20049 ac_top_srcdir=$ac_top_builddir$srcdir ;; 21839 ac_top_srcdir=$ac_top_builddir$srcdir ;;
20050esac 21840esac
20051# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be 21841
20052# absolute. 21842# Do not use `cd foo && pwd` to compute absolute paths, because
20053ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` 21843# the directories may not exist.
20054ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` 21844case `pwd` in
20055ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` 21845.) ac_abs_builddir="$ac_dir";;
20056ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` 21846*)
21847 case "$ac_dir" in
21848 .) ac_abs_builddir=`pwd`;;
21849 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
21850 *) ac_abs_builddir=`pwd`/"$ac_dir";;
21851 esac;;
21852esac
21853case $ac_abs_builddir in
21854.) ac_abs_top_builddir=${ac_top_builddir}.;;
21855*)
21856 case ${ac_top_builddir}. in
21857 .) ac_abs_top_builddir=$ac_abs_builddir;;
21858 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
21859 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
21860 esac;;
21861esac
21862case $ac_abs_builddir in
21863.) ac_abs_srcdir=$ac_srcdir;;
21864*)
21865 case $ac_srcdir in
21866 .) ac_abs_srcdir=$ac_abs_builddir;;
21867 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
21868 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
21869 esac;;
21870esac
21871case $ac_abs_builddir in
21872.) ac_abs_top_srcdir=$ac_top_srcdir;;
21873*)
21874 case $ac_top_srcdir in
21875 .) ac_abs_top_srcdir=$ac_abs_builddir;;
21876 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
21877 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
21878 esac;;
21879esac
20057 21880
20058 21881
20059 case $INSTALL in 21882 case $INSTALL in
@@ -20075,7 +21898,7 @@ echo "$as_me: creating $ac_file" >&6;}
20075 configure_input="$ac_file. " 21898 configure_input="$ac_file. "
20076 fi 21899 fi
20077 configure_input=$configure_input"Generated from `echo $ac_file_in | 21900 configure_input=$configure_input"Generated from `echo $ac_file_in |
20078 sed 's,.*/,,'` by configure." 21901 sed 's,.*/,,'` by configure."
20079 21902
20080 # First look for the input files in the build tree, otherwise in the 21903 # First look for the input files in the build tree, otherwise in the
20081 # src tree. 21904 # src tree.
@@ -20084,24 +21907,24 @@ echo "$as_me: creating $ac_file" >&6;}
20084 case $f in 21907 case $f in
20085 -) echo $tmp/stdin ;; 21908 -) echo $tmp/stdin ;;
20086 [\\/$]*) 21909 [\\/$]*)
20087 # Absolute (can't be DOS-style, as IFS=:) 21910 # Absolute (can't be DOS-style, as IFS=:)
20088 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 21911 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
20089echo "$as_me: error: cannot find input file: $f" >&2;} 21912echo "$as_me: error: cannot find input file: $f" >&2;}
20090 { (exit 1); exit 1; }; } 21913 { (exit 1); exit 1; }; }
20091 echo $f;; 21914 echo "$f";;
20092 *) # Relative 21915 *) # Relative
20093 if test -f "$f"; then 21916 if test -f "$f"; then
20094 # Build tree 21917 # Build tree
20095 echo $f 21918 echo "$f"
20096 elif test -f "$srcdir/$f"; then 21919 elif test -f "$srcdir/$f"; then
20097 # Source tree 21920 # Source tree
20098 echo $srcdir/$f 21921 echo "$srcdir/$f"
20099 else 21922 else
20100 # /dev/null tree 21923 # /dev/null tree
20101 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 21924 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
20102echo "$as_me: error: cannot find input file: $f" >&2;} 21925echo "$as_me: error: cannot find input file: $f" >&2;}
20103 { (exit 1); exit 1; }; } 21926 { (exit 1); exit 1; }; }
20104 fi;; 21927 fi;;
20105 esac 21928 esac
20106 done` || { (exit 1); exit 1; } 21929 done` || { (exit 1); exit 1; }
20107_ACEOF 21930_ACEOF
@@ -20143,12 +21966,12 @@ cat >>$CONFIG_STATUS <<\_ACEOF
20143# NAME is the cpp macro being defined and VALUE is the value it is being given. 21966# NAME is the cpp macro being defined and VALUE is the value it is being given.
20144# 21967#
20145# ac_d sets the value in "#define NAME VALUE" lines. 21968# ac_d sets the value in "#define NAME VALUE" lines.
20146ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)' 21969ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
20147ac_dB='[ ].*$,\1#\2' 21970ac_dB='[ ].*$,\1#\2'
20148ac_dC=' ' 21971ac_dC=' '
20149ac_dD=',;t' 21972ac_dD=',;t'
20150# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE". 21973# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
20151ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' 21974ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
20152ac_uB='$,\1#\2define\3' 21975ac_uB='$,\1#\2define\3'
20153ac_uC=' ' 21976ac_uC=' '
20154ac_uD=',;t' 21977ac_uD=',;t'
@@ -20157,11 +21980,11 @@ for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
20157 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 21980 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
20158 case $ac_file in 21981 case $ac_file in
20159 - | *:- | *:-:* ) # input from stdin 21982 - | *:- | *:-:* ) # input from stdin
20160 cat >$tmp/stdin 21983 cat >$tmp/stdin
20161 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 21984 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
20162 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 21985 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
20163 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 21986 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
20164 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 21987 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
20165 * ) ac_file_in=$ac_file.in ;; 21988 * ) ac_file_in=$ac_file.in ;;
20166 esac 21989 esac
20167 21990
@@ -20175,28 +21998,29 @@ echo "$as_me: creating $ac_file" >&6;}
20175 case $f in 21998 case $f in
20176 -) echo $tmp/stdin ;; 21999 -) echo $tmp/stdin ;;
20177 [\\/$]*) 22000 [\\/$]*)
20178 # Absolute (can't be DOS-style, as IFS=:) 22001 # Absolute (can't be DOS-style, as IFS=:)
20179 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 22002 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
20180echo "$as_me: error: cannot find input file: $f" >&2;} 22003echo "$as_me: error: cannot find input file: $f" >&2;}
20181 { (exit 1); exit 1; }; } 22004 { (exit 1); exit 1; }; }
20182 echo $f;; 22005 # Do quote $f, to prevent DOS paths from being IFS'd.
22006 echo "$f";;
20183 *) # Relative 22007 *) # Relative
20184 if test -f "$f"; then 22008 if test -f "$f"; then
20185 # Build tree 22009 # Build tree
20186 echo $f 22010 echo "$f"
20187 elif test -f "$srcdir/$f"; then 22011 elif test -f "$srcdir/$f"; then
20188 # Source tree 22012 # Source tree
20189 echo $srcdir/$f 22013 echo "$srcdir/$f"
20190 else 22014 else
20191 # /dev/null tree 22015 # /dev/null tree
20192 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 22016 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
20193echo "$as_me: error: cannot find input file: $f" >&2;} 22017echo "$as_me: error: cannot find input file: $f" >&2;}
20194 { (exit 1); exit 1; }; } 22018 { (exit 1); exit 1; }; }
20195 fi;; 22019 fi;;
20196 esac 22020 esac
20197 done` || { (exit 1); exit 1; } 22021 done` || { (exit 1); exit 1; }
20198 # Remove the trailing spaces. 22022 # Remove the trailing spaces.
20199 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in 22023 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
20200 22024
20201_ACEOF 22025_ACEOF
20202 22026
@@ -20219,9 +22043,9 @@ s/[\\&,]/\\&/g
20219s,[\\$`],\\&,g 22043s,[\\$`],\\&,g
20220t clear 22044t clear
20221: clear 22045: clear
20222s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp 22046s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
20223t end 22047t end
20224s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp 22048s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
20225: end 22049: end
20226_ACEOF 22050_ACEOF
20227# If some macros were called several times there might be several times 22051# If some macros were called several times there might be several times
@@ -20235,13 +22059,13 @@ rm -f confdef2sed.sed
20235# example, in the case of _POSIX_SOURCE, which is predefined and required 22059# example, in the case of _POSIX_SOURCE, which is predefined and required
20236# on some systems where configure will not decide to define it. 22060# on some systems where configure will not decide to define it.
20237cat >>conftest.undefs <<\_ACEOF 22061cat >>conftest.undefs <<\_ACEOF
20238s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */, 22062s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
20239_ACEOF 22063_ACEOF
20240 22064
20241# Break up conftest.defines because some shells have a limit on the size 22065# Break up conftest.defines because some shells have a limit on the size
20242# of here documents, and old seds have small limits too (100 cmds). 22066# of here documents, and old seds have small limits too (100 cmds).
20243echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS 22067echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
20244echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS 22068echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
20245echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS 22069echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
20246echo ' :' >>$CONFIG_STATUS 22070echo ' :' >>$CONFIG_STATUS
20247rm -f conftest.tail 22071rm -f conftest.tail
@@ -20250,7 +22074,7 @@ do
20250 # Write a limited-size here document to $tmp/defines.sed. 22074 # Write a limited-size here document to $tmp/defines.sed.
20251 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS 22075 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
20252 # Speed up: don't consider the non `#define' lines. 22076 # Speed up: don't consider the non `#define' lines.
20253 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS 22077 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
20254 # Work around the forget-to-reset-the-flag bug. 22078 # Work around the forget-to-reset-the-flag bug.
20255 echo 't clr' >>$CONFIG_STATUS 22079 echo 't clr' >>$CONFIG_STATUS
20256 echo ': clr' >>$CONFIG_STATUS 22080 echo ': clr' >>$CONFIG_STATUS
@@ -20277,7 +22101,7 @@ do
20277 # Write a limited-size here document to $tmp/undefs.sed. 22101 # Write a limited-size here document to $tmp/undefs.sed.
20278 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS 22102 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
20279 # Speed up: don't consider the non `#undef' 22103 # Speed up: don't consider the non `#undef'
20280 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS 22104 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
20281 # Work around the forget-to-reset-the-flag bug. 22105 # Work around the forget-to-reset-the-flag bug.
20282 echo 't clr' >>$CONFIG_STATUS 22106 echo 't clr' >>$CONFIG_STATUS
20283 echo ': clr' >>$CONFIG_STATUS 22107 echo ': clr' >>$CONFIG_STATUS
@@ -20311,10 +22135,10 @@ echo "$as_me: $ac_file is unchanged" >&6;}
20311 else 22135 else
20312 ac_dir=`(dirname "$ac_file") 2>/dev/null || 22136 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
20313$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 22137$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20314 X"$ac_file" : 'X\(//\)[^/]' \| \ 22138 X"$ac_file" : 'X\(//\)[^/]' \| \
20315 X"$ac_file" : 'X\(//\)$' \| \ 22139 X"$ac_file" : 'X\(//\)$' \| \
20316 X"$ac_file" : 'X\(/\)' \| \ 22140 X"$ac_file" : 'X\(/\)' \| \
20317 . : '\(.\)' 2>/dev/null || 22141 . : '\(.\)' 2>/dev/null ||
20318echo X"$ac_file" | 22142echo X"$ac_file" |
20319 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 22143 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
20320 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 22144 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
@@ -20330,10 +22154,10 @@ echo X"$ac_file" |
20330 as_dirs="$as_dir $as_dirs" 22154 as_dirs="$as_dir $as_dirs"
20331 as_dir=`(dirname "$as_dir") 2>/dev/null || 22155 as_dir=`(dirname "$as_dir") 2>/dev/null ||
20332$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 22156$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20333 X"$as_dir" : 'X\(//\)[^/]' \| \ 22157 X"$as_dir" : 'X\(//\)[^/]' \| \
20334 X"$as_dir" : 'X\(//\)$' \| \ 22158 X"$as_dir" : 'X\(//\)$' \| \
20335 X"$as_dir" : 'X\(/\)' \| \ 22159 X"$as_dir" : 'X\(/\)' \| \
20336 . : '\(.\)' 2>/dev/null || 22160 . : '\(.\)' 2>/dev/null ||
20337echo X"$as_dir" | 22161echo X"$as_dir" |
20338 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 22162 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
20339 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 22163 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
@@ -20365,16 +22189,41 @@ for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
20365 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'` 22189 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
20366 ac_dir=`(dirname "$ac_dest") 2>/dev/null || 22190 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
20367$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 22191$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20368 X"$ac_dest" : 'X\(//\)[^/]' \| \ 22192 X"$ac_dest" : 'X\(//\)[^/]' \| \
20369 X"$ac_dest" : 'X\(//\)$' \| \ 22193 X"$ac_dest" : 'X\(//\)$' \| \
20370 X"$ac_dest" : 'X\(/\)' \| \ 22194 X"$ac_dest" : 'X\(/\)' \| \
20371 . : '\(.\)' 2>/dev/null || 22195 . : '\(.\)' 2>/dev/null ||
20372echo X"$ac_dest" | 22196echo X"$ac_dest" |
20373 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 22197 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
20374 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 22198 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
20375 /^X\(\/\/\)$/{ s//\1/; q; } 22199 /^X\(\/\/\)$/{ s//\1/; q; }
20376 /^X\(\/\).*/{ s//\1/; q; } 22200 /^X\(\/\).*/{ s//\1/; q; }
20377 s/.*/./; q'` 22201 s/.*/./; q'`
22202 { if $as_mkdir_p; then
22203 mkdir -p "$ac_dir"
22204 else
22205 as_dir="$ac_dir"
22206 as_dirs=
22207 while test ! -d "$as_dir"; do
22208 as_dirs="$as_dir $as_dirs"
22209 as_dir=`(dirname "$as_dir") 2>/dev/null ||
22210$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
22211 X"$as_dir" : 'X\(//\)[^/]' \| \
22212 X"$as_dir" : 'X\(//\)$' \| \
22213 X"$as_dir" : 'X\(/\)' \| \
22214 . : '\(.\)' 2>/dev/null ||
22215echo X"$as_dir" |
22216 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
22217 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
22218 /^X\(\/\/\)$/{ s//\1/; q; }
22219 /^X\(\/\).*/{ s//\1/; q; }
22220 s/.*/./; q'`
22221 done
22222 test ! -n "$as_dirs" || mkdir $as_dirs
22223 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
22224echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
22225 { (exit 1); exit 1; }; }; }
22226
20378 ac_builddir=. 22227 ac_builddir=.
20379 22228
20380if test "$ac_dir" != .; then 22229if test "$ac_dir" != .; then
@@ -20400,12 +22249,45 @@ case $srcdir in
20400 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 22249 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
20401 ac_top_srcdir=$ac_top_builddir$srcdir ;; 22250 ac_top_srcdir=$ac_top_builddir$srcdir ;;
20402esac 22251esac
20403# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be 22252
20404# absolute. 22253# Do not use `cd foo && pwd` to compute absolute paths, because
20405ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` 22254# the directories may not exist.
20406ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` 22255case `pwd` in
20407ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` 22256.) ac_abs_builddir="$ac_dir";;
20408ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` 22257*)
22258 case "$ac_dir" in
22259 .) ac_abs_builddir=`pwd`;;
22260 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
22261 *) ac_abs_builddir=`pwd`/"$ac_dir";;
22262 esac;;
22263esac
22264case $ac_abs_builddir in
22265.) ac_abs_top_builddir=${ac_top_builddir}.;;
22266*)
22267 case ${ac_top_builddir}. in
22268 .) ac_abs_top_builddir=$ac_abs_builddir;;
22269 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
22270 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
22271 esac;;
22272esac
22273case $ac_abs_builddir in
22274.) ac_abs_srcdir=$ac_srcdir;;
22275*)
22276 case $ac_srcdir in
22277 .) ac_abs_srcdir=$ac_abs_builddir;;
22278 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
22279 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
22280 esac;;
22281esac
22282case $ac_abs_builddir in
22283.) ac_abs_top_srcdir=$ac_top_srcdir;;
22284*)
22285 case $ac_top_srcdir in
22286 .) ac_abs_top_srcdir=$ac_abs_builddir;;
22287 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
22288 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
22289 esac;;
22290esac
20409 22291
20410 22292
20411 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5 22293 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5