aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Djärv2005-06-06 20:18:11 +0000
committerJan Djärv2005-06-06 20:18:11 +0000
commit7c9e516791f75909baf7269df5c1baa2ccc20f1d (patch)
treee6e6a3594dfac31dc3da4ed5242e8d52623e6f57
parenta7c47af82dde7daf58b30f30ae7d86dc99d2bc2f (diff)
downloademacs-7c9e516791f75909baf7269df5c1baa2ccc20f1d.tar.gz
emacs-7c9e516791f75909baf7269df5c1baa2ccc20f1d.zip
Regenerate
-rwxr-xr-xconfigure5157
1 files changed, 1718 insertions, 3439 deletions
diff --git a/configure b/configure
index b482859f4c6..3458c4c2ae6 100755
--- a/configure
+++ b/configure
@@ -1,8 +1,9 @@
1#! /bin/sh 1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles. 2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.59. 3# Generated by GNU Autoconf 2.57.
4# 4#
5# Copyright (C) 2003 Free Software Foundation, Inc. 5# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
6# Free Software Foundation, Inc.
6# This configure script is free software; the Free Software Foundation 7# This configure script is free software; the Free Software Foundation
7# gives unlimited permission to copy, distribute and modify it. 8# gives unlimited permission to copy, distribute and modify it.
8## --------------------- ## 9## --------------------- ##
@@ -19,10 +20,9 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
19elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then 20elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
20 set -o posix 21 set -o posix
21fi 22fi
22DUALCASE=1; export DUALCASE # for MKS sh
23 23
24# Support unset when possible. 24# Support unset when possible.
25if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 25if (FOO=FOO; unset FOO) >/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 -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 44 if (set +x; test -n "`(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,17 +218,16 @@ 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
222 as_mkdir_p=false 221 as_mkdir_p=false
223fi 222fi
224 223
225as_executable_p="test -f" 224as_executable_p="test -f"
226 225
227# Sed expression to map a string onto a valid CPP name. 226# Sed expression to map a string onto a valid CPP name.
228as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 227as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
229 228
230# Sed expression to map a string onto a valid variable name. 229# Sed expression to map a string onto a valid variable name.
231as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 230as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
232 231
233 232
234# IFS 233# IFS
@@ -669,7 +668,7 @@ done
669 668
670# Be sure to have absolute paths. 669# Be sure to have absolute paths.
671for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ 670for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
672 localstatedir libdir includedir oldincludedir infodir mandir 671 localstatedir libdir includedir oldincludedir infodir mandir
673do 672do
674 eval ac_val=$`echo $ac_var` 673 eval ac_val=$`echo $ac_var`
675 case $ac_val in 674 case $ac_val in
@@ -709,10 +708,10 @@ if test -z "$srcdir"; then
709 # Try the directory containing this script, then its parent. 708 # Try the directory containing this script, then its parent.
710 ac_confdir=`(dirname "$0") 2>/dev/null || 709 ac_confdir=`(dirname "$0") 2>/dev/null ||
711$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 710$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
712 X"$0" : 'X\(//\)[^/]' \| \ 711 X"$0" : 'X\(//\)[^/]' \| \
713 X"$0" : 'X\(//\)$' \| \ 712 X"$0" : 'X\(//\)$' \| \
714 X"$0" : 'X\(/\)' \| \ 713 X"$0" : 'X\(/\)' \| \
715 . : '\(.\)' 2>/dev/null || 714 . : '\(.\)' 2>/dev/null ||
716echo X"$0" | 715echo X"$0" |
717 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 716 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
718 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 717 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
@@ -804,9 +803,9 @@ _ACEOF
804 cat <<_ACEOF 803 cat <<_ACEOF
805Installation directories: 804Installation directories:
806 --prefix=PREFIX install architecture-independent files in PREFIX 805 --prefix=PREFIX install architecture-independent files in PREFIX
807 [$ac_default_prefix] 806 [$ac_default_prefix]
808 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 807 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
809 [PREFIX] 808 [PREFIX]
810 809
811By default, \`make install' will install all the files in 810By default, \`make install' will install all the files in
812\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify 811\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
@@ -933,45 +932,12 @@ case $srcdir in
933 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 932 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
934 ac_top_srcdir=$ac_top_builddir$srcdir ;; 933 ac_top_srcdir=$ac_top_builddir$srcdir ;;
935esac 934esac
936 935# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
937# Do not use `cd foo && pwd` to compute absolute paths, because 936# absolute.
938# the directories may not exist. 937ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
939case `pwd` in 938ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
940.) ac_abs_builddir="$ac_dir";; 939ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
941*) 940ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
942 case "$ac_dir" in
943 .) ac_abs_builddir=`pwd`;;
944 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
945 *) ac_abs_builddir=`pwd`/"$ac_dir";;
946 esac;;
947esac
948case $ac_abs_builddir in
949.) ac_abs_top_builddir=${ac_top_builddir}.;;
950*)
951 case ${ac_top_builddir}. in
952 .) ac_abs_top_builddir=$ac_abs_builddir;;
953 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
954 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
955 esac;;
956esac
957case $ac_abs_builddir in
958.) ac_abs_srcdir=$ac_srcdir;;
959*)
960 case $ac_srcdir in
961 .) ac_abs_srcdir=$ac_abs_builddir;;
962 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
963 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
964 esac;;
965esac
966case $ac_abs_builddir in
967.) ac_abs_top_srcdir=$ac_top_srcdir;;
968*)
969 case $ac_top_srcdir in
970 .) ac_abs_top_srcdir=$ac_abs_builddir;;
971 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
972 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
973 esac;;
974esac
975 941
976 cd $ac_dir 942 cd $ac_dir
977 # Check for guested configure; otherwise get Cygnus style configure. 943 # Check for guested configure; otherwise get Cygnus style configure.
@@ -982,13 +948,13 @@ esac
982 echo 948 echo
983 $SHELL $ac_srcdir/configure --help=recursive 949 $SHELL $ac_srcdir/configure --help=recursive
984 elif test -f $ac_srcdir/configure.ac || 950 elif test -f $ac_srcdir/configure.ac ||
985 test -f $ac_srcdir/configure.in; then 951 test -f $ac_srcdir/configure.in; then
986 echo 952 echo
987 $ac_configure --help 953 $ac_configure --help
988 else 954 else
989 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 955 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
990 fi 956 fi
991 cd "$ac_popdir" 957 cd $ac_popdir
992 done 958 done
993fi 959fi
994 960
@@ -996,7 +962,8 @@ test -n "$ac_init_help" && exit 0
996if $ac_init_version; then 962if $ac_init_version; then
997 cat <<\_ACEOF 963 cat <<\_ACEOF
998 964
999Copyright (C) 2003 Free Software Foundation, Inc. 965Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
966Free Software Foundation, Inc.
1000This configure script is free software; the Free Software Foundation 967This configure script is free software; the Free Software Foundation
1001gives unlimited permission to copy, distribute and modify it. 968gives unlimited permission to copy, distribute and modify it.
1002_ACEOF 969_ACEOF
@@ -1008,7 +975,7 @@ This file contains any messages produced by compilers while
1008running configure, to aid debugging if configure makes a mistake. 975running configure, to aid debugging if configure makes a mistake.
1009 976
1010It was created by $as_me, which was 977It was created by $as_me, which was
1011generated by GNU Autoconf 2.59. Invocation command line was 978generated by GNU Autoconf 2.57. Invocation command line was
1012 979
1013 $ $0 $@ 980 $ $0 $@
1014 981
@@ -1085,19 +1052,19 @@ do
1085 2) 1052 2)
1086 ac_configure_args1="$ac_configure_args1 '$ac_arg'" 1053 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1087 if test $ac_must_keep_next = true; then 1054 if test $ac_must_keep_next = true; then
1088 ac_must_keep_next=false # Got value, back to normal. 1055 ac_must_keep_next=false # Got value, back to normal.
1089 else 1056 else
1090 case $ac_arg in 1057 case $ac_arg in
1091 *=* | --config-cache | -C | -disable-* | --disable-* \ 1058 *=* | --config-cache | -C | -disable-* | --disable-* \
1092 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ 1059 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1093 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ 1060 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1094 | -with-* | --with-* | -without-* | --without-* | --x) 1061 | -with-* | --with-* | -without-* | --without-* | --x)
1095 case "$ac_configure_args0 " in 1062 case "$ac_configure_args0 " in
1096 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; 1063 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1097 esac 1064 esac
1098 ;; 1065 ;;
1099 -* ) ac_must_keep_next=true ;; 1066 -* ) ac_must_keep_next=true ;;
1100 esac 1067 esac
1101 fi 1068 fi
1102 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" 1069 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1103 # Get rid of the leading space. 1070 # Get rid of the leading space.
@@ -1131,12 +1098,12 @@ _ASBOX
1131 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in 1098 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1132 *ac_space=\ *) 1099 *ac_space=\ *)
1133 sed -n \ 1100 sed -n \
1134 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; 1101 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1135 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" 1102 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1136 ;; 1103 ;;
1137 *) 1104 *)
1138 sed -n \ 1105 sed -n \
1139 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 1106 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1140 ;; 1107 ;;
1141 esac; 1108 esac;
1142} 1109}
@@ -1165,7 +1132,7 @@ _ASBOX
1165 for ac_var in $ac_subst_files 1132 for ac_var in $ac_subst_files
1166 do 1133 do
1167 eval ac_val=$`echo $ac_var` 1134 eval ac_val=$`echo $ac_var`
1168 echo "$ac_var='"'"'$ac_val'"'"'" 1135 echo "$ac_var='"'"'$ac_val'"'"'"
1169 done | sort 1136 done | sort
1170 echo 1137 echo
1171 fi 1138 fi
@@ -1184,7 +1151,7 @@ _ASBOX
1184 echo "$as_me: caught signal $ac_signal" 1151 echo "$as_me: caught signal $ac_signal"
1185 echo "$as_me: exit $exit_status" 1152 echo "$as_me: exit $exit_status"
1186 } >&5 1153 } >&5
1187 rm -f core *.core && 1154 rm -f core core.* *.core &&
1188 rm -rf conftest* confdefs* conf$$* $ac_clean_files && 1155 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1189 exit $exit_status 1156 exit $exit_status
1190 ' 0 1157 ' 0
@@ -1264,7 +1231,7 @@ fi
1264# value. 1231# value.
1265ac_cache_corrupted=false 1232ac_cache_corrupted=false
1266for ac_var in `(set) 2>&1 | 1233for ac_var in `(set) 2>&1 |
1267 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do 1234 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1268 eval ac_old_set=\$ac_cv_env_${ac_var}_set 1235 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1269 eval ac_new_set=\$ac_env_${ac_var}_set 1236 eval ac_new_set=\$ac_env_${ac_var}_set
1270 eval ac_old_val="\$ac_cv_env_${ac_var}_value" 1237 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
@@ -1281,13 +1248,13 @@ echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1281 ,);; 1248 ,);;
1282 *) 1249 *)
1283 if test "x$ac_old_val" != "x$ac_new_val"; then 1250 if test "x$ac_old_val" != "x$ac_new_val"; then
1284 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1251 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1285echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1252echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1286 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 1253 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1287echo "$as_me: former value: $ac_old_val" >&2;} 1254echo "$as_me: former value: $ac_old_val" >&2;}
1288 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 1255 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1289echo "$as_me: current value: $ac_new_val" >&2;} 1256echo "$as_me: current value: $ac_new_val" >&2;}
1290 ac_cache_corrupted=: 1257 ac_cache_corrupted=:
1291 fi;; 1258 fi;;
1292 esac 1259 esac
1293 # Pass precious variables to config.status. 1260 # Pass precious variables to config.status.
@@ -3035,6 +3002,7 @@ ac_compiler=`set X $ac_compile; echo $2`
3035 (exit $ac_status); } 3002 (exit $ac_status); }
3036 3003
3037cat >conftest.$ac_ext <<_ACEOF 3004cat >conftest.$ac_ext <<_ACEOF
3005#line $LINENO "configure"
3038/* confdefs.h. */ 3006/* confdefs.h. */
3039_ACEOF 3007_ACEOF
3040cat confdefs.h >>conftest.$ac_ext 3008cat confdefs.h >>conftest.$ac_ext
@@ -3054,8 +3022,8 @@ ac_clean_files="$ac_clean_files a.out a.exe b.out"
3054# Try to create an executable without -o first, disregard a.out. 3022# Try to create an executable without -o first, disregard a.out.
3055# It will help us diagnose broken compilers, and finding out an intuition 3023# It will help us diagnose broken compilers, and finding out an intuition
3056# of exeext. 3024# of exeext.
3057echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 3025echo "$as_me:$LINENO: checking for C compiler default output" >&5
3058echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6 3026echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
3059ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 3027ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3060if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 3028if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
3061 (eval $ac_link_default) 2>&5 3029 (eval $ac_link_default) 2>&5
@@ -3075,23 +3043,23 @@ do
3075 test -f "$ac_file" || continue 3043 test -f "$ac_file" || continue
3076 case $ac_file in 3044 case $ac_file in
3077 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) 3045 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
3078 ;; 3046 ;;
3079 conftest.$ac_ext ) 3047 conftest.$ac_ext )
3080 # This is the source file. 3048 # This is the source file.
3081 ;; 3049 ;;
3082 [ab].out ) 3050 [ab].out )
3083 # We found the default executable, but exeext='' is most 3051 # We found the default executable, but exeext='' is most
3084 # certainly right. 3052 # certainly right.
3085 break;; 3053 break;;
3086 *.* ) 3054 *.* )
3087 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 3055 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3088 # FIXME: I believe we export ac_cv_exeext for Libtool, 3056 # FIXME: I believe we export ac_cv_exeext for Libtool,
3089 # but it would be cool to find out if it's true. Does anybody 3057 # but it would be cool to find out if it's true. Does anybody
3090 # maintain Libtool? --akim. 3058 # maintain Libtool? --akim.
3091 export ac_cv_exeext 3059 export ac_cv_exeext
3092 break;; 3060 break;;
3093 * ) 3061 * )
3094 break;; 3062 break;;
3095 esac 3063 esac
3096done 3064done
3097else 3065else
@@ -3165,8 +3133,8 @@ for ac_file in conftest.exe conftest conftest.*; do
3165 case $ac_file in 3133 case $ac_file in
3166 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; 3134 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
3167 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 3135 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3168 export ac_cv_exeext 3136 export ac_cv_exeext
3169 break;; 3137 break;;
3170 * ) break;; 3138 * ) break;;
3171 esac 3139 esac
3172done 3140done
@@ -3191,6 +3159,7 @@ if test "${ac_cv_objext+set}" = set; then
3191 echo $ECHO_N "(cached) $ECHO_C" >&6 3159 echo $ECHO_N "(cached) $ECHO_C" >&6
3192else 3160else
3193 cat >conftest.$ac_ext <<_ACEOF 3161 cat >conftest.$ac_ext <<_ACEOF
3162#line $LINENO "configure"
3194/* confdefs.h. */ 3163/* confdefs.h. */
3195_ACEOF 3164_ACEOF
3196cat confdefs.h >>conftest.$ac_ext 3165cat confdefs.h >>conftest.$ac_ext
@@ -3241,6 +3210,7 @@ if test "${ac_cv_c_compiler_gnu+set}" = set; then
3241 echo $ECHO_N "(cached) $ECHO_C" >&6 3210 echo $ECHO_N "(cached) $ECHO_C" >&6
3242else 3211else
3243 cat >conftest.$ac_ext <<_ACEOF 3212 cat >conftest.$ac_ext <<_ACEOF
3213#line $LINENO "configure"
3244/* confdefs.h. */ 3214/* confdefs.h. */
3245_ACEOF 3215_ACEOF
3246cat confdefs.h >>conftest.$ac_ext 3216cat confdefs.h >>conftest.$ac_ext
@@ -3260,20 +3230,11 @@ main ()
3260_ACEOF 3230_ACEOF
3261rm -f conftest.$ac_objext 3231rm -f conftest.$ac_objext
3262if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3232if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3263 (eval $ac_compile) 2>conftest.er1 3233 (eval $ac_compile) 2>&5
3264 ac_status=$? 3234 ac_status=$?
3265 grep -v '^ *+' conftest.er1 >conftest.err
3266 rm -f conftest.er1
3267 cat conftest.err >&5
3268 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3269 (exit $ac_status); } && 3236 (exit $ac_status); } &&
3270 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3237 { ac_try='test -s conftest.$ac_objext'
3271 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3272 (eval $ac_try) 2>&5
3273 ac_status=$?
3274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3275 (exit $ac_status); }; } &&
3276 { ac_try='test -s conftest.$ac_objext'
3277 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3238 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3278 (eval $ac_try) 2>&5 3239 (eval $ac_try) 2>&5
3279 ac_status=$? 3240 ac_status=$?
@@ -3286,7 +3247,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
3286 3247
3287ac_compiler_gnu=no 3248ac_compiler_gnu=no
3288fi 3249fi
3289rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 3250rm -f conftest.$ac_objext conftest.$ac_ext
3290ac_cv_c_compiler_gnu=$ac_compiler_gnu 3251ac_cv_c_compiler_gnu=$ac_compiler_gnu
3291 3252
3292fi 3253fi
@@ -3302,6 +3263,7 @@ if test "${ac_cv_prog_cc_g+set}" = set; then
3302 echo $ECHO_N "(cached) $ECHO_C" >&6 3263 echo $ECHO_N "(cached) $ECHO_C" >&6
3303else 3264else
3304 cat >conftest.$ac_ext <<_ACEOF 3265 cat >conftest.$ac_ext <<_ACEOF
3266#line $LINENO "configure"
3305/* confdefs.h. */ 3267/* confdefs.h. */
3306_ACEOF 3268_ACEOF
3307cat confdefs.h >>conftest.$ac_ext 3269cat confdefs.h >>conftest.$ac_ext
@@ -3318,20 +3280,11 @@ main ()
3318_ACEOF 3280_ACEOF
3319rm -f conftest.$ac_objext 3281rm -f conftest.$ac_objext
3320if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3282if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3321 (eval $ac_compile) 2>conftest.er1 3283 (eval $ac_compile) 2>&5
3322 ac_status=$? 3284 ac_status=$?
3323 grep -v '^ *+' conftest.er1 >conftest.err
3324 rm -f conftest.er1
3325 cat conftest.err >&5
3326 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3327 (exit $ac_status); } && 3286 (exit $ac_status); } &&
3328 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3287 { ac_try='test -s conftest.$ac_objext'
3329 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3330 (eval $ac_try) 2>&5
3331 ac_status=$?
3332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3333 (exit $ac_status); }; } &&
3334 { ac_try='test -s conftest.$ac_objext'
3335 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3288 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3336 (eval $ac_try) 2>&5 3289 (eval $ac_try) 2>&5
3337 ac_status=$? 3290 ac_status=$?
@@ -3344,7 +3297,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
3344 3297
3345ac_cv_prog_cc_g=no 3298ac_cv_prog_cc_g=no
3346fi 3299fi
3347rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 3300rm -f conftest.$ac_objext conftest.$ac_ext
3348fi 3301fi
3349echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 3302echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3350echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 3303echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
@@ -3371,6 +3324,7 @@ else
3371 ac_cv_prog_cc_stdc=no 3324 ac_cv_prog_cc_stdc=no
3372ac_save_CC=$CC 3325ac_save_CC=$CC
3373cat >conftest.$ac_ext <<_ACEOF 3326cat >conftest.$ac_ext <<_ACEOF
3327#line $LINENO "configure"
3374/* confdefs.h. */ 3328/* confdefs.h. */
3375_ACEOF 3329_ACEOF
3376cat confdefs.h >>conftest.$ac_ext 3330cat confdefs.h >>conftest.$ac_ext
@@ -3398,16 +3352,6 @@ static char *f (char * (*g) (char **, int), char **p, ...)
3398 va_end (v); 3352 va_end (v);
3399 return s; 3353 return s;
3400} 3354}
3401
3402/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3403 function prototypes and stuff, but not '\xHH' hex character constants.
3404 These don't provoke an error unfortunately, instead are silently treated
3405 as 'x'. The following induces an error, until -std1 is added to get
3406 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3407 array size at least. It's necessary to write '\x00'==0 to get something
3408 that's true only with -std1. */
3409int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3410
3411int test (int i, double x); 3355int test (int i, double x);
3412struct s1 {int (*f) (int a);}; 3356struct s1 {int (*f) (int a);};
3413struct s2 {int (*f) (double a);}; 3357struct s2 {int (*f) (double a);};
@@ -3434,20 +3378,11 @@ do
3434 CC="$ac_save_CC $ac_arg" 3378 CC="$ac_save_CC $ac_arg"
3435 rm -f conftest.$ac_objext 3379 rm -f conftest.$ac_objext
3436if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3380if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3437 (eval $ac_compile) 2>conftest.er1 3381 (eval $ac_compile) 2>&5
3438 ac_status=$? 3382 ac_status=$?
3439 grep -v '^ *+' conftest.er1 >conftest.err
3440 rm -f conftest.er1
3441 cat conftest.err >&5
3442 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3443 (exit $ac_status); } && 3384 (exit $ac_status); } &&
3444 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3385 { ac_try='test -s conftest.$ac_objext'
3445 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3446 (eval $ac_try) 2>&5
3447 ac_status=$?
3448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3449 (exit $ac_status); }; } &&
3450 { ac_try='test -s conftest.$ac_objext'
3451 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3386 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3452 (eval $ac_try) 2>&5 3387 (eval $ac_try) 2>&5
3453 ac_status=$? 3388 ac_status=$?
@@ -3460,7 +3395,7 @@ else
3460sed 's/^/| /' conftest.$ac_ext >&5 3395sed 's/^/| /' conftest.$ac_ext >&5
3461 3396
3462fi 3397fi
3463rm -f conftest.err conftest.$ac_objext 3398rm -f conftest.$ac_objext
3464done 3399done
3465rm -f conftest.$ac_ext conftest.$ac_objext 3400rm -f conftest.$ac_ext conftest.$ac_objext
3466CC=$ac_save_CC 3401CC=$ac_save_CC
@@ -3488,27 +3423,19 @@ cat >conftest.$ac_ext <<_ACEOF
3488_ACEOF 3423_ACEOF
3489rm -f conftest.$ac_objext 3424rm -f conftest.$ac_objext
3490if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3425if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3491 (eval $ac_compile) 2>conftest.er1 3426 (eval $ac_compile) 2>&5
3492 ac_status=$? 3427 ac_status=$?
3493 grep -v '^ *+' conftest.er1 >conftest.err
3494 rm -f conftest.er1
3495 cat conftest.err >&5
3496 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3497 (exit $ac_status); } && 3429 (exit $ac_status); } &&
3498 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3430 { ac_try='test -s conftest.$ac_objext'
3499 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3500 (eval $ac_try) 2>&5
3501 ac_status=$?
3502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3503 (exit $ac_status); }; } &&
3504 { ac_try='test -s conftest.$ac_objext'
3505 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3431 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3506 (eval $ac_try) 2>&5 3432 (eval $ac_try) 2>&5
3507 ac_status=$? 3433 ac_status=$?
3508 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3509 (exit $ac_status); }; }; then 3435 (exit $ac_status); }; }; then
3510 for ac_declaration in \ 3436 for ac_declaration in \
3511 '' \ 3437 ''\
3438 '#include <stdlib.h>' \
3512 'extern "C" void std::exit (int) throw (); using std::exit;' \ 3439 'extern "C" void std::exit (int) throw (); using std::exit;' \
3513 'extern "C" void std::exit (int); using std::exit;' \ 3440 'extern "C" void std::exit (int); using std::exit;' \
3514 'extern "C" void exit (int) throw ();' \ 3441 'extern "C" void exit (int) throw ();' \
@@ -3516,13 +3443,14 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3516 'void exit (int);' 3443 'void exit (int);'
3517do 3444do
3518 cat >conftest.$ac_ext <<_ACEOF 3445 cat >conftest.$ac_ext <<_ACEOF
3446#line $LINENO "configure"
3519/* confdefs.h. */ 3447/* confdefs.h. */
3520_ACEOF 3448_ACEOF
3521cat confdefs.h >>conftest.$ac_ext 3449cat confdefs.h >>conftest.$ac_ext
3522cat >>conftest.$ac_ext <<_ACEOF 3450cat >>conftest.$ac_ext <<_ACEOF
3523/* end confdefs.h. */ 3451/* end confdefs.h. */
3524$ac_declaration
3525#include <stdlib.h> 3452#include <stdlib.h>
3453$ac_declaration
3526int 3454int
3527main () 3455main ()
3528{ 3456{
@@ -3533,20 +3461,11 @@ exit (42);
3533_ACEOF 3461_ACEOF
3534rm -f conftest.$ac_objext 3462rm -f conftest.$ac_objext
3535if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3463if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3536 (eval $ac_compile) 2>conftest.er1 3464 (eval $ac_compile) 2>&5
3537 ac_status=$? 3465 ac_status=$?
3538 grep -v '^ *+' conftest.er1 >conftest.err
3539 rm -f conftest.er1
3540 cat conftest.err >&5
3541 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3542 (exit $ac_status); } && 3467 (exit $ac_status); } &&
3543 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3468 { ac_try='test -s conftest.$ac_objext'
3544 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3545 (eval $ac_try) 2>&5
3546 ac_status=$?
3547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3548 (exit $ac_status); }; } &&
3549 { ac_try='test -s conftest.$ac_objext'
3550 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3469 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3551 (eval $ac_try) 2>&5 3470 (eval $ac_try) 2>&5
3552 ac_status=$? 3471 ac_status=$?
@@ -3559,8 +3478,9 @@ sed 's/^/| /' conftest.$ac_ext >&5
3559 3478
3560continue 3479continue
3561fi 3480fi
3562rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 3481rm -f conftest.$ac_objext conftest.$ac_ext
3563 cat >conftest.$ac_ext <<_ACEOF 3482 cat >conftest.$ac_ext <<_ACEOF
3483#line $LINENO "configure"
3564/* confdefs.h. */ 3484/* confdefs.h. */
3565_ACEOF 3485_ACEOF
3566cat confdefs.h >>conftest.$ac_ext 3486cat confdefs.h >>conftest.$ac_ext
@@ -3577,20 +3497,11 @@ exit (42);
3577_ACEOF 3497_ACEOF
3578rm -f conftest.$ac_objext 3498rm -f conftest.$ac_objext
3579if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3499if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3580 (eval $ac_compile) 2>conftest.er1 3500 (eval $ac_compile) 2>&5
3581 ac_status=$? 3501 ac_status=$?
3582 grep -v '^ *+' conftest.er1 >conftest.err
3583 rm -f conftest.er1
3584 cat conftest.err >&5
3585 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3586 (exit $ac_status); } && 3503 (exit $ac_status); } &&
3587 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3504 { ac_try='test -s conftest.$ac_objext'
3588 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3589 (eval $ac_try) 2>&5
3590 ac_status=$?
3591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3592 (exit $ac_status); }; } &&
3593 { ac_try='test -s conftest.$ac_objext'
3594 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3505 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3595 (eval $ac_try) 2>&5 3506 (eval $ac_try) 2>&5
3596 ac_status=$? 3507 ac_status=$?
@@ -3602,7 +3513,7 @@ else
3602sed 's/^/| /' conftest.$ac_ext >&5 3513sed 's/^/| /' conftest.$ac_ext >&5
3603 3514
3604fi 3515fi
3605rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 3516rm -f conftest.$ac_objext conftest.$ac_ext
3606done 3517done
3607rm -f conftest* 3518rm -f conftest*
3608if test -n "$ac_declaration"; then 3519if test -n "$ac_declaration"; then
@@ -3616,7 +3527,7 @@ else
3616sed 's/^/| /' conftest.$ac_ext >&5 3527sed 's/^/| /' conftest.$ac_ext >&5
3617 3528
3618fi 3529fi
3619rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 3530rm -f conftest.$ac_objext conftest.$ac_ext
3620ac_ext=c 3531ac_ext=c
3621ac_cpp='$CPP $CPPFLAGS' 3532ac_cpp='$CPP $CPPFLAGS'
3622ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3533ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
@@ -3697,6 +3608,7 @@ do
3697 # On the NeXT, cc -E runs the code through the compiler's parser, 3608 # On the NeXT, cc -E runs the code through the compiler's parser,
3698 # not just through cpp. "Syntax error" is here to catch this case. 3609 # not just through cpp. "Syntax error" is here to catch this case.
3699 cat >conftest.$ac_ext <<_ACEOF 3610 cat >conftest.$ac_ext <<_ACEOF
3611#line $LINENO "configure"
3700/* confdefs.h. */ 3612/* confdefs.h. */
3701_ACEOF 3613_ACEOF
3702cat confdefs.h >>conftest.$ac_ext 3614cat confdefs.h >>conftest.$ac_ext
@@ -3707,7 +3619,7 @@ cat >>conftest.$ac_ext <<_ACEOF
3707#else 3619#else
3708# include <assert.h> 3620# include <assert.h>
3709#endif 3621#endif
3710 Syntax error 3622 Syntax error
3711_ACEOF 3623_ACEOF
3712if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 3624if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3713 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3625 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
@@ -3719,7 +3631,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3719 (exit $ac_status); } >/dev/null; then 3631 (exit $ac_status); } >/dev/null; then
3720 if test -s conftest.err; then 3632 if test -s conftest.err; then
3721 ac_cpp_err=$ac_c_preproc_warn_flag 3633 ac_cpp_err=$ac_c_preproc_warn_flag
3722 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3723 else 3634 else
3724 ac_cpp_err= 3635 ac_cpp_err=
3725 fi 3636 fi
@@ -3740,6 +3651,7 @@ rm -f conftest.err conftest.$ac_ext
3740 # OK, works on sane cases. Now check whether non-existent headers 3651 # OK, works on sane cases. Now check whether non-existent headers
3741 # can be detected and how. 3652 # can be detected and how.
3742 cat >conftest.$ac_ext <<_ACEOF 3653 cat >conftest.$ac_ext <<_ACEOF
3654#line $LINENO "configure"
3743/* confdefs.h. */ 3655/* confdefs.h. */
3744_ACEOF 3656_ACEOF
3745cat confdefs.h >>conftest.$ac_ext 3657cat confdefs.h >>conftest.$ac_ext
@@ -3757,7 +3669,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3757 (exit $ac_status); } >/dev/null; then 3669 (exit $ac_status); } >/dev/null; then
3758 if test -s conftest.err; then 3670 if test -s conftest.err; then
3759 ac_cpp_err=$ac_c_preproc_warn_flag 3671 ac_cpp_err=$ac_c_preproc_warn_flag
3760 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3761 else 3672 else
3762 ac_cpp_err= 3673 ac_cpp_err=
3763 fi 3674 fi
@@ -3804,6 +3715,7 @@ do
3804 # On the NeXT, cc -E runs the code through the compiler's parser, 3715 # On the NeXT, cc -E runs the code through the compiler's parser,
3805 # not just through cpp. "Syntax error" is here to catch this case. 3716 # not just through cpp. "Syntax error" is here to catch this case.
3806 cat >conftest.$ac_ext <<_ACEOF 3717 cat >conftest.$ac_ext <<_ACEOF
3718#line $LINENO "configure"
3807/* confdefs.h. */ 3719/* confdefs.h. */
3808_ACEOF 3720_ACEOF
3809cat confdefs.h >>conftest.$ac_ext 3721cat confdefs.h >>conftest.$ac_ext
@@ -3814,7 +3726,7 @@ cat >>conftest.$ac_ext <<_ACEOF
3814#else 3726#else
3815# include <assert.h> 3727# include <assert.h>
3816#endif 3728#endif
3817 Syntax error 3729 Syntax error
3818_ACEOF 3730_ACEOF
3819if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 3731if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3820 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3732 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
@@ -3826,7 +3738,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3826 (exit $ac_status); } >/dev/null; then 3738 (exit $ac_status); } >/dev/null; then
3827 if test -s conftest.err; then 3739 if test -s conftest.err; then
3828 ac_cpp_err=$ac_c_preproc_warn_flag 3740 ac_cpp_err=$ac_c_preproc_warn_flag
3829 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3830 else 3741 else
3831 ac_cpp_err= 3742 ac_cpp_err=
3832 fi 3743 fi
@@ -3847,6 +3758,7 @@ rm -f conftest.err conftest.$ac_ext
3847 # OK, works on sane cases. Now check whether non-existent headers 3758 # OK, works on sane cases. Now check whether non-existent headers
3848 # can be detected and how. 3759 # can be detected and how.
3849 cat >conftest.$ac_ext <<_ACEOF 3760 cat >conftest.$ac_ext <<_ACEOF
3761#line $LINENO "configure"
3850/* confdefs.h. */ 3762/* confdefs.h. */
3851_ACEOF 3763_ACEOF
3852cat confdefs.h >>conftest.$ac_ext 3764cat confdefs.h >>conftest.$ac_ext
@@ -3864,7 +3776,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3864 (exit $ac_status); } >/dev/null; then 3776 (exit $ac_status); } >/dev/null; then
3865 if test -s conftest.err; then 3777 if test -s conftest.err; then
3866 ac_cpp_err=$ac_c_preproc_warn_flag 3778 ac_cpp_err=$ac_c_preproc_warn_flag
3867 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3868 else 3779 else
3869 ac_cpp_err= 3780 ac_cpp_err=
3870 fi 3781 fi
@@ -3914,7 +3825,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
3914# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 3825# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3915# AFS /usr/afsws/bin/install, which mishandles nonexistent args 3826# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3916# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 3827# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3917# OS/2's system install, which has a completely different semantic
3918# ./install, which can be erroneously created by make from ./install.sh. 3828# ./install, which can be erroneously created by make from ./install.sh.
3919echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 3829echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
3920echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 3830echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
@@ -3931,7 +3841,6 @@ do
3931case $as_dir/ in 3841case $as_dir/ in
3932 ./ | .// | /cC/* | \ 3842 ./ | .// | /cC/* | \
3933 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 3843 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3934 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
3935 /usr/ucb/* ) ;; 3844 /usr/ucb/* ) ;;
3936 *) 3845 *)
3937 # OSF1 and SCO ODT 3.0 have their own names for install. 3846 # OSF1 and SCO ODT 3.0 have their own names for install.
@@ -3939,20 +3848,20 @@ case $as_dir/ in
3939 # by default. 3848 # by default.
3940 for ac_prog in ginstall scoinst install; do 3849 for ac_prog in ginstall scoinst install; do
3941 for ac_exec_ext in '' $ac_executable_extensions; do 3850 for ac_exec_ext in '' $ac_executable_extensions; do
3942 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then 3851 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3943 if test $ac_prog = install && 3852 if test $ac_prog = install &&
3944 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 3853 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3945 # AIX install. It has an incompatible calling convention. 3854 # AIX install. It has an incompatible calling convention.
3946 : 3855 :
3947 elif test $ac_prog = install && 3856 elif test $ac_prog = install &&
3948 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 3857 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3949 # program-specific install script used by HP pwplus--don't use. 3858 # program-specific install script used by HP pwplus--don't use.
3950 : 3859 :
3951 else 3860 else
3952 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 3861 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3953 break 3 3862 break 3
3954 fi 3863 fi
3955 fi 3864 fi
3956 done 3865 done
3957 done 3866 done
3958 ;; 3867 ;;
@@ -4210,20 +4119,11 @@ main(){return 0;}
4210_ACEOF 4119_ACEOF
4211rm -f conftest.$ac_objext conftest$ac_exeext 4120rm -f conftest.$ac_objext conftest$ac_exeext
4212if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 4121if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4213 (eval $ac_link) 2>conftest.er1 4122 (eval $ac_link) 2>&5
4214 ac_status=$? 4123 ac_status=$?
4215 grep -v '^ *+' conftest.er1 >conftest.err
4216 rm -f conftest.er1
4217 cat conftest.err >&5
4218 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4219 (exit $ac_status); } && 4125 (exit $ac_status); } &&
4220 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4126 { ac_try='test -s conftest$ac_exeext'
4221 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4222 (eval $ac_try) 2>&5
4223 ac_status=$?
4224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4225 (exit $ac_status); }; } &&
4226 { ac_try='test -s conftest$ac_exeext'
4227 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4127 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4228 (eval $ac_try) 2>&5 4128 (eval $ac_try) 2>&5
4229 ac_status=$? 4129 ac_status=$?
@@ -4239,8 +4139,7 @@ LDFLAGS=$late_LDFLAGS
4239 echo "$as_me:$LINENO: result: no" >&5 4139 echo "$as_me:$LINENO: result: no" >&5
4240echo "${ECHO_T}no" >&6 4140echo "${ECHO_T}no" >&6
4241fi 4141fi
4242rm -f conftest.err conftest.$ac_objext \ 4142rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
4243 conftest$ac_exeext conftest.$ac_ext
4244 4143
4245 4144
4246echo "$as_me:$LINENO: checking for egrep" >&5 4145echo "$as_me:$LINENO: checking for egrep" >&5
@@ -4262,6 +4161,7 @@ echo "${ECHO_T}$ac_cv_prog_egrep" >&6
4262echo "$as_me:$LINENO: checking for AIX" >&5 4161echo "$as_me:$LINENO: checking for AIX" >&5
4263echo $ECHO_N "checking for AIX... $ECHO_C" >&6 4162echo $ECHO_N "checking for AIX... $ECHO_C" >&6
4264cat >conftest.$ac_ext <<_ACEOF 4163cat >conftest.$ac_ext <<_ACEOF
4164#line $LINENO "configure"
4265/* confdefs.h. */ 4165/* confdefs.h. */
4266_ACEOF 4166_ACEOF
4267cat confdefs.h >>conftest.$ac_ext 4167cat confdefs.h >>conftest.$ac_ext
@@ -4461,7 +4361,8 @@ else
4461 while :; do 4361 while :; do
4462 # IRIX 6.2 and later do not support large files by default, 4362 # IRIX 6.2 and later do not support large files by default,
4463 # so use the C compiler's -n32 option if that helps. 4363 # so use the C compiler's -n32 option if that helps.
4464 cat >conftest.$ac_ext <<_ACEOF 4364 cat >conftest.$ac_ext <<_ACEOF
4365#line $LINENO "configure"
4465/* confdefs.h. */ 4366/* confdefs.h. */
4466_ACEOF 4367_ACEOF
4467cat confdefs.h >>conftest.$ac_ext 4368cat confdefs.h >>conftest.$ac_ext
@@ -4486,20 +4387,11 @@ main ()
4486_ACEOF 4387_ACEOF
4487 rm -f conftest.$ac_objext 4388 rm -f conftest.$ac_objext
4488if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4389if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4489 (eval $ac_compile) 2>conftest.er1 4390 (eval $ac_compile) 2>&5
4490 ac_status=$? 4391 ac_status=$?
4491 grep -v '^ *+' conftest.er1 >conftest.err
4492 rm -f conftest.er1
4493 cat conftest.err >&5
4494 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4495 (exit $ac_status); } && 4393 (exit $ac_status); } &&
4496 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4394 { ac_try='test -s conftest.$ac_objext'
4497 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4498 (eval $ac_try) 2>&5
4499 ac_status=$?
4500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4501 (exit $ac_status); }; } &&
4502 { ac_try='test -s conftest.$ac_objext'
4503 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4395 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4504 (eval $ac_try) 2>&5 4396 (eval $ac_try) 2>&5
4505 ac_status=$? 4397 ac_status=$?
@@ -4511,24 +4403,15 @@ else
4511sed 's/^/| /' conftest.$ac_ext >&5 4403sed 's/^/| /' conftest.$ac_ext >&5
4512 4404
4513fi 4405fi
4514rm -f conftest.err conftest.$ac_objext 4406rm -f conftest.$ac_objext
4515 CC="$CC -n32" 4407 CC="$CC -n32"
4516 rm -f conftest.$ac_objext 4408 rm -f conftest.$ac_objext
4517if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4409if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4518 (eval $ac_compile) 2>conftest.er1 4410 (eval $ac_compile) 2>&5
4519 ac_status=$? 4411 ac_status=$?
4520 grep -v '^ *+' conftest.er1 >conftest.err
4521 rm -f conftest.er1
4522 cat conftest.err >&5
4523 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4524 (exit $ac_status); } && 4413 (exit $ac_status); } &&
4525 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4414 { ac_try='test -s conftest.$ac_objext'
4526 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4527 (eval $ac_try) 2>&5
4528 ac_status=$?
4529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4530 (exit $ac_status); }; } &&
4531 { ac_try='test -s conftest.$ac_objext'
4532 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4415 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4533 (eval $ac_try) 2>&5 4416 (eval $ac_try) 2>&5
4534 ac_status=$? 4417 ac_status=$?
@@ -4540,8 +4423,8 @@ else
4540sed 's/^/| /' conftest.$ac_ext >&5 4423sed 's/^/| /' conftest.$ac_ext >&5
4541 4424
4542fi 4425fi
4543rm -f conftest.err conftest.$ac_objext 4426rm -f conftest.$ac_objext
4544 break 4427 break
4545 done 4428 done
4546 CC=$ac_save_CC 4429 CC=$ac_save_CC
4547 rm -f conftest.$ac_ext 4430 rm -f conftest.$ac_ext
@@ -4561,6 +4444,7 @@ else
4561 while :; do 4444 while :; do
4562 ac_cv_sys_file_offset_bits=no 4445 ac_cv_sys_file_offset_bits=no
4563 cat >conftest.$ac_ext <<_ACEOF 4446 cat >conftest.$ac_ext <<_ACEOF
4447#line $LINENO "configure"
4564/* confdefs.h. */ 4448/* confdefs.h. */
4565_ACEOF 4449_ACEOF
4566cat confdefs.h >>conftest.$ac_ext 4450cat confdefs.h >>conftest.$ac_ext
@@ -4585,20 +4469,11 @@ main ()
4585_ACEOF 4469_ACEOF
4586rm -f conftest.$ac_objext 4470rm -f conftest.$ac_objext
4587if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4471if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4588 (eval $ac_compile) 2>conftest.er1 4472 (eval $ac_compile) 2>&5
4589 ac_status=$? 4473 ac_status=$?
4590 grep -v '^ *+' conftest.er1 >conftest.err
4591 rm -f conftest.er1
4592 cat conftest.err >&5
4593 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4594 (exit $ac_status); } && 4475 (exit $ac_status); } &&
4595 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4476 { ac_try='test -s conftest.$ac_objext'
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'
4602 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4477 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4603 (eval $ac_try) 2>&5 4478 (eval $ac_try) 2>&5
4604 ac_status=$? 4479 ac_status=$?
@@ -4610,8 +4485,9 @@ else
4610sed 's/^/| /' conftest.$ac_ext >&5 4485sed 's/^/| /' conftest.$ac_ext >&5
4611 4486
4612fi 4487fi
4613rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 4488rm -f conftest.$ac_objext conftest.$ac_ext
4614 cat >conftest.$ac_ext <<_ACEOF 4489 cat >conftest.$ac_ext <<_ACEOF
4490#line $LINENO "configure"
4615/* confdefs.h. */ 4491/* confdefs.h. */
4616_ACEOF 4492_ACEOF
4617cat confdefs.h >>conftest.$ac_ext 4493cat confdefs.h >>conftest.$ac_ext
@@ -4637,20 +4513,11 @@ main ()
4637_ACEOF 4513_ACEOF
4638rm -f conftest.$ac_objext 4514rm -f conftest.$ac_objext
4639if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4515if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4640 (eval $ac_compile) 2>conftest.er1 4516 (eval $ac_compile) 2>&5
4641 ac_status=$? 4517 ac_status=$?
4642 grep -v '^ *+' conftest.er1 >conftest.err
4643 rm -f conftest.er1
4644 cat conftest.err >&5
4645 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4646 (exit $ac_status); } && 4519 (exit $ac_status); } &&
4647 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4520 { ac_try='test -s conftest.$ac_objext'
4648 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4649 (eval $ac_try) 2>&5
4650 ac_status=$?
4651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4652 (exit $ac_status); }; } &&
4653 { ac_try='test -s conftest.$ac_objext'
4654 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4521 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4655 (eval $ac_try) 2>&5 4522 (eval $ac_try) 2>&5
4656 ac_status=$? 4523 ac_status=$?
@@ -4662,7 +4529,7 @@ else
4662sed 's/^/| /' conftest.$ac_ext >&5 4529sed 's/^/| /' conftest.$ac_ext >&5
4663 4530
4664fi 4531fi
4665rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 4532rm -f conftest.$ac_objext conftest.$ac_ext
4666 break 4533 break
4667done 4534done
4668fi 4535fi
@@ -4684,6 +4551,7 @@ else
4684 while :; do 4551 while :; do
4685 ac_cv_sys_large_files=no 4552 ac_cv_sys_large_files=no
4686 cat >conftest.$ac_ext <<_ACEOF 4553 cat >conftest.$ac_ext <<_ACEOF
4554#line $LINENO "configure"
4687/* confdefs.h. */ 4555/* confdefs.h. */
4688_ACEOF 4556_ACEOF
4689cat confdefs.h >>conftest.$ac_ext 4557cat confdefs.h >>conftest.$ac_ext
@@ -4708,20 +4576,11 @@ main ()
4708_ACEOF 4576_ACEOF
4709rm -f conftest.$ac_objext 4577rm -f conftest.$ac_objext
4710if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4578if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4711 (eval $ac_compile) 2>conftest.er1 4579 (eval $ac_compile) 2>&5
4712 ac_status=$? 4580 ac_status=$?
4713 grep -v '^ *+' conftest.er1 >conftest.err
4714 rm -f conftest.er1
4715 cat conftest.err >&5
4716 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4581 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4717 (exit $ac_status); } && 4582 (exit $ac_status); } &&
4718 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4583 { ac_try='test -s conftest.$ac_objext'
4719 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4720 (eval $ac_try) 2>&5
4721 ac_status=$?
4722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4723 (exit $ac_status); }; } &&
4724 { ac_try='test -s conftest.$ac_objext'
4725 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4584 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4726 (eval $ac_try) 2>&5 4585 (eval $ac_try) 2>&5
4727 ac_status=$? 4586 ac_status=$?
@@ -4733,8 +4592,9 @@ else
4733sed 's/^/| /' conftest.$ac_ext >&5 4592sed 's/^/| /' conftest.$ac_ext >&5
4734 4593
4735fi 4594fi
4736rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 4595rm -f conftest.$ac_objext conftest.$ac_ext
4737 cat >conftest.$ac_ext <<_ACEOF 4596 cat >conftest.$ac_ext <<_ACEOF
4597#line $LINENO "configure"
4738/* confdefs.h. */ 4598/* confdefs.h. */
4739_ACEOF 4599_ACEOF
4740cat confdefs.h >>conftest.$ac_ext 4600cat confdefs.h >>conftest.$ac_ext
@@ -4760,20 +4620,11 @@ main ()
4760_ACEOF 4620_ACEOF
4761rm -f conftest.$ac_objext 4621rm -f conftest.$ac_objext
4762if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4622if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4763 (eval $ac_compile) 2>conftest.er1 4623 (eval $ac_compile) 2>&5
4764 ac_status=$? 4624 ac_status=$?
4765 grep -v '^ *+' conftest.er1 >conftest.err
4766 rm -f conftest.er1
4767 cat conftest.err >&5
4768 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4769 (exit $ac_status); } && 4626 (exit $ac_status); } &&
4770 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4627 { ac_try='test -s conftest.$ac_objext'
4771 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4772 (eval $ac_try) 2>&5
4773 ac_status=$?
4774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4775 (exit $ac_status); }; } &&
4776 { ac_try='test -s conftest.$ac_objext'
4777 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4628 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4778 (eval $ac_try) 2>&5 4629 (eval $ac_try) 2>&5
4779 ac_status=$? 4630 ac_status=$?
@@ -4785,7 +4636,7 @@ else
4785sed 's/^/| /' conftest.$ac_ext >&5 4636sed 's/^/| /' conftest.$ac_ext >&5
4786 4637
4787fi 4638fi
4788rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 4639rm -f conftest.$ac_objext conftest.$ac_ext
4789 break 4640 break
4790done 4641done
4791fi 4642fi
@@ -4810,6 +4661,7 @@ if test "${ac_cv_header_stdc+set}" = set; then
4810 echo $ECHO_N "(cached) $ECHO_C" >&6 4661 echo $ECHO_N "(cached) $ECHO_C" >&6
4811else 4662else
4812 cat >conftest.$ac_ext <<_ACEOF 4663 cat >conftest.$ac_ext <<_ACEOF
4664#line $LINENO "configure"
4813/* confdefs.h. */ 4665/* confdefs.h. */
4814_ACEOF 4666_ACEOF
4815cat confdefs.h >>conftest.$ac_ext 4667cat confdefs.h >>conftest.$ac_ext
@@ -4830,20 +4682,11 @@ main ()
4830_ACEOF 4682_ACEOF
4831rm -f conftest.$ac_objext 4683rm -f conftest.$ac_objext
4832if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4684if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4833 (eval $ac_compile) 2>conftest.er1 4685 (eval $ac_compile) 2>&5
4834 ac_status=$? 4686 ac_status=$?
4835 grep -v '^ *+' conftest.er1 >conftest.err
4836 rm -f conftest.er1
4837 cat conftest.err >&5
4838 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4839 (exit $ac_status); } && 4688 (exit $ac_status); } &&
4840 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4689 { ac_try='test -s conftest.$ac_objext'
4841 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4842 (eval $ac_try) 2>&5
4843 ac_status=$?
4844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4845 (exit $ac_status); }; } &&
4846 { ac_try='test -s conftest.$ac_objext'
4847 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4690 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4848 (eval $ac_try) 2>&5 4691 (eval $ac_try) 2>&5
4849 ac_status=$? 4692 ac_status=$?
@@ -4856,11 +4699,12 @@ sed 's/^/| /' conftest.$ac_ext >&5
4856 4699
4857ac_cv_header_stdc=no 4700ac_cv_header_stdc=no
4858fi 4701fi
4859rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 4702rm -f conftest.$ac_objext conftest.$ac_ext
4860 4703
4861if test $ac_cv_header_stdc = yes; then 4704if test $ac_cv_header_stdc = yes; then
4862 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 4705 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4863 cat >conftest.$ac_ext <<_ACEOF 4706 cat >conftest.$ac_ext <<_ACEOF
4707#line $LINENO "configure"
4864/* confdefs.h. */ 4708/* confdefs.h. */
4865_ACEOF 4709_ACEOF
4866cat confdefs.h >>conftest.$ac_ext 4710cat confdefs.h >>conftest.$ac_ext
@@ -4882,6 +4726,7 @@ fi
4882if test $ac_cv_header_stdc = yes; then 4726if test $ac_cv_header_stdc = yes; then
4883 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 4727 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4884 cat >conftest.$ac_ext <<_ACEOF 4728 cat >conftest.$ac_ext <<_ACEOF
4729#line $LINENO "configure"
4885/* confdefs.h. */ 4730/* confdefs.h. */
4886_ACEOF 4731_ACEOF
4887cat confdefs.h >>conftest.$ac_ext 4732cat confdefs.h >>conftest.$ac_ext
@@ -4906,6 +4751,7 @@ if test $ac_cv_header_stdc = yes; then
4906 : 4751 :
4907else 4752else
4908 cat >conftest.$ac_ext <<_ACEOF 4753 cat >conftest.$ac_ext <<_ACEOF
4754#line $LINENO "configure"
4909/* confdefs.h. */ 4755/* confdefs.h. */
4910_ACEOF 4756_ACEOF
4911cat confdefs.h >>conftest.$ac_ext 4757cat confdefs.h >>conftest.$ac_ext
@@ -4917,9 +4763,9 @@ cat >>conftest.$ac_ext <<_ACEOF
4917# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) 4763# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4918#else 4764#else
4919# define ISLOWER(c) \ 4765# define ISLOWER(c) \
4920 (('a' <= (c) && (c) <= 'i') \ 4766 (('a' <= (c) && (c) <= 'i') \
4921 || ('j' <= (c) && (c) <= 'r') \ 4767 || ('j' <= (c) && (c) <= 'r') \
4922 || ('s' <= (c) && (c) <= 'z')) 4768 || ('s' <= (c) && (c) <= 'z'))
4923# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) 4769# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4924#endif 4770#endif
4925 4771
@@ -4930,7 +4776,7 @@ main ()
4930 int i; 4776 int i;
4931 for (i = 0; i < 256; i++) 4777 for (i = 0; i < 256; i++)
4932 if (XOR (islower (i), ISLOWER (i)) 4778 if (XOR (islower (i), ISLOWER (i))
4933 || toupper (i) != TOUPPER (i)) 4779 || toupper (i) != TOUPPER (i))
4934 exit(2); 4780 exit(2);
4935 exit (0); 4781 exit (0);
4936} 4782}
@@ -4955,7 +4801,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
4955( exit $ac_status ) 4801( exit $ac_status )
4956ac_cv_header_stdc=no 4802ac_cv_header_stdc=no
4957fi 4803fi
4958rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 4804rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
4959fi 4805fi
4960fi 4806fi
4961fi 4807fi
@@ -4980,7 +4826,7 @@ fi
4980 4826
4981 4827
4982for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ 4828for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4983 inttypes.h stdint.h unistd.h 4829 inttypes.h stdint.h unistd.h
4984do 4830do
4985as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 4831as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4986echo "$as_me:$LINENO: checking for $ac_header" >&5 4832echo "$as_me:$LINENO: checking for $ac_header" >&5
@@ -4989,6 +4835,7 @@ if eval "test \"\${$as_ac_Header+set}\" = set"; then
4989 echo $ECHO_N "(cached) $ECHO_C" >&6 4835 echo $ECHO_N "(cached) $ECHO_C" >&6
4990else 4836else
4991 cat >conftest.$ac_ext <<_ACEOF 4837 cat >conftest.$ac_ext <<_ACEOF
4838#line $LINENO "configure"
4992/* confdefs.h. */ 4839/* confdefs.h. */
4993_ACEOF 4840_ACEOF
4994cat confdefs.h >>conftest.$ac_ext 4841cat confdefs.h >>conftest.$ac_ext
@@ -5000,20 +4847,11 @@ $ac_includes_default
5000_ACEOF 4847_ACEOF
5001rm -f conftest.$ac_objext 4848rm -f conftest.$ac_objext
5002if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4849if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5003 (eval $ac_compile) 2>conftest.er1 4850 (eval $ac_compile) 2>&5
5004 ac_status=$? 4851 ac_status=$?
5005 grep -v '^ *+' conftest.er1 >conftest.err
5006 rm -f conftest.er1
5007 cat conftest.err >&5
5008 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5009 (exit $ac_status); } && 4853 (exit $ac_status); } &&
5010 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4854 { ac_try='test -s conftest.$ac_objext'
5011 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5012 (eval $ac_try) 2>&5
5013 ac_status=$?
5014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5015 (exit $ac_status); }; } &&
5016 { ac_try='test -s conftest.$ac_objext'
5017 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4855 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5018 (eval $ac_try) 2>&5 4856 (eval $ac_try) 2>&5
5019 ac_status=$? 4857 ac_status=$?
@@ -5026,7 +4864,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
5026 4864
5027eval "$as_ac_Header=no" 4865eval "$as_ac_Header=no"
5028fi 4866fi
5029rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 4867rm -f conftest.$ac_objext conftest.$ac_ext
5030fi 4868fi
5031echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 4869echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5032echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 4870echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -5059,6 +4897,7 @@ else
5059echo "$as_me:$LINENO: checking $ac_header usability" >&5 4897echo "$as_me:$LINENO: checking $ac_header usability" >&5
5060echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 4898echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
5061cat >conftest.$ac_ext <<_ACEOF 4899cat >conftest.$ac_ext <<_ACEOF
4900#line $LINENO "configure"
5062/* confdefs.h. */ 4901/* confdefs.h. */
5063_ACEOF 4902_ACEOF
5064cat confdefs.h >>conftest.$ac_ext 4903cat confdefs.h >>conftest.$ac_ext
@@ -5069,20 +4908,11 @@ $ac_includes_default
5069_ACEOF 4908_ACEOF
5070rm -f conftest.$ac_objext 4909rm -f conftest.$ac_objext
5071if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4910if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5072 (eval $ac_compile) 2>conftest.er1 4911 (eval $ac_compile) 2>&5
5073 ac_status=$? 4912 ac_status=$?
5074 grep -v '^ *+' conftest.er1 >conftest.err
5075 rm -f conftest.er1
5076 cat conftest.err >&5
5077 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5078 (exit $ac_status); } && 4914 (exit $ac_status); } &&
5079 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4915 { ac_try='test -s conftest.$ac_objext'
5080 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5081 (eval $ac_try) 2>&5
5082 ac_status=$?
5083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5084 (exit $ac_status); }; } &&
5085 { ac_try='test -s conftest.$ac_objext'
5086 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4916 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5087 (eval $ac_try) 2>&5 4917 (eval $ac_try) 2>&5
5088 ac_status=$? 4918 ac_status=$?
@@ -5095,7 +4925,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
5095 4925
5096ac_header_compiler=no 4926ac_header_compiler=no
5097fi 4927fi
5098rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 4928rm -f conftest.$ac_objext conftest.$ac_ext
5099echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 4929echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5100echo "${ECHO_T}$ac_header_compiler" >&6 4930echo "${ECHO_T}$ac_header_compiler" >&6
5101 4931
@@ -5103,6 +4933,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
5103echo "$as_me:$LINENO: checking $ac_header presence" >&5 4933echo "$as_me:$LINENO: checking $ac_header presence" >&5
5104echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 4934echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
5105cat >conftest.$ac_ext <<_ACEOF 4935cat >conftest.$ac_ext <<_ACEOF
4936#line $LINENO "configure"
5106/* confdefs.h. */ 4937/* confdefs.h. */
5107_ACEOF 4938_ACEOF
5108cat confdefs.h >>conftest.$ac_ext 4939cat confdefs.h >>conftest.$ac_ext
@@ -5120,7 +4951,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5120 (exit $ac_status); } >/dev/null; then 4951 (exit $ac_status); } >/dev/null; then
5121 if test -s conftest.err; then 4952 if test -s conftest.err; then
5122 ac_cpp_err=$ac_c_preproc_warn_flag 4953 ac_cpp_err=$ac_c_preproc_warn_flag
5123 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5124 else 4954 else
5125 ac_cpp_err= 4955 ac_cpp_err=
5126 fi 4956 fi
@@ -5140,32 +4970,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5140echo "${ECHO_T}$ac_header_preproc" >&6 4970echo "${ECHO_T}$ac_header_preproc" >&6
5141 4971
5142# So? What about this header? 4972# So? What about this header?
5143case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 4973case $ac_header_compiler:$ac_header_preproc in
5144 yes:no: ) 4974 yes:no )
5145 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 4975 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
5146echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 4976echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
5147 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 4977 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5148echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 4978echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5149 ac_header_preproc=yes 4979 (
4980 cat <<\_ASBOX
4981## ------------------------------------ ##
4982## Report this to bug-autoconf@gnu.org. ##
4983## ------------------------------------ ##
4984_ASBOX
4985 ) |
4986 sed "s/^/$as_me: WARNING: /" >&2
5150 ;; 4987 ;;
5151 no:yes:* ) 4988 no:yes )
5152 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 4989 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
5153echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 4990echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
5154 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 4991 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
5155echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 4992echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
5156 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5157echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5158 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
5159echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
5160 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 4993 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5161echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 4994echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5162 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5163echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5164 ( 4995 (
5165 cat <<\_ASBOX 4996 cat <<\_ASBOX
5166## ------------------------------------------ ## 4997## ------------------------------------ ##
5167## Report this to the AC_PACKAGE_NAME lists. ## 4998## Report this to bug-autoconf@gnu.org. ##
5168## ------------------------------------------ ## 4999## ------------------------------------ ##
5169_ASBOX 5000_ASBOX
5170 ) | 5001 ) |
5171 sed "s/^/$as_me: WARNING: /" >&2 5002 sed "s/^/$as_me: WARNING: /" >&2
@@ -5176,7 +5007,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5176if eval "test \"\${$as_ac_Header+set}\" = set"; then 5007if eval "test \"\${$as_ac_Header+set}\" = set"; then
5177 echo $ECHO_N "(cached) $ECHO_C" >&6 5008 echo $ECHO_N "(cached) $ECHO_C" >&6
5178else 5009else
5179 eval "$as_ac_Header=\$ac_header_preproc" 5010 eval "$as_ac_Header=$ac_header_preproc"
5180fi 5011fi
5181echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 5012echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5182echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 5013echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -5200,6 +5031,7 @@ else
5200 ac_check_lib_save_LIBS=$LIBS 5031 ac_check_lib_save_LIBS=$LIBS
5201LIBS="-lossaudio $LIBS" 5032LIBS="-lossaudio $LIBS"
5202cat >conftest.$ac_ext <<_ACEOF 5033cat >conftest.$ac_ext <<_ACEOF
5034#line $LINENO "configure"
5203/* confdefs.h. */ 5035/* confdefs.h. */
5204_ACEOF 5036_ACEOF
5205cat confdefs.h >>conftest.$ac_ext 5037cat confdefs.h >>conftest.$ac_ext
@@ -5223,20 +5055,11 @@ _oss_ioctl ();
5223_ACEOF 5055_ACEOF
5224rm -f conftest.$ac_objext conftest$ac_exeext 5056rm -f conftest.$ac_objext conftest$ac_exeext
5225if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 5057if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5226 (eval $ac_link) 2>conftest.er1 5058 (eval $ac_link) 2>&5
5227 ac_status=$? 5059 ac_status=$?
5228 grep -v '^ *+' conftest.er1 >conftest.err
5229 rm -f conftest.er1
5230 cat conftest.err >&5
5231 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5232 (exit $ac_status); } && 5061 (exit $ac_status); } &&
5233 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5062 { ac_try='test -s conftest$ac_exeext'
5234 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5235 (eval $ac_try) 2>&5
5236 ac_status=$?
5237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5238 (exit $ac_status); }; } &&
5239 { ac_try='test -s conftest$ac_exeext'
5240 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5063 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5241 (eval $ac_try) 2>&5 5064 (eval $ac_try) 2>&5
5242 ac_status=$? 5065 ac_status=$?
@@ -5249,8 +5072,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
5249 5072
5250ac_cv_lib_ossaudio__oss_ioctl=no 5073ac_cv_lib_ossaudio__oss_ioctl=no
5251fi 5074fi
5252rm -f conftest.err conftest.$ac_objext \ 5075rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5253 conftest$ac_exeext conftest.$ac_ext
5254LIBS=$ac_check_lib_save_LIBS 5076LIBS=$ac_check_lib_save_LIBS
5255fi 5077fi
5256echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5 5078echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
@@ -5309,6 +5131,7 @@ else
5309echo "$as_me:$LINENO: checking $ac_header usability" >&5 5131echo "$as_me:$LINENO: checking $ac_header usability" >&5
5310echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 5132echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
5311cat >conftest.$ac_ext <<_ACEOF 5133cat >conftest.$ac_ext <<_ACEOF
5134#line $LINENO "configure"
5312/* confdefs.h. */ 5135/* confdefs.h. */
5313_ACEOF 5136_ACEOF
5314cat confdefs.h >>conftest.$ac_ext 5137cat confdefs.h >>conftest.$ac_ext
@@ -5319,20 +5142,11 @@ $ac_includes_default
5319_ACEOF 5142_ACEOF
5320rm -f conftest.$ac_objext 5143rm -f conftest.$ac_objext
5321if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5144if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5322 (eval $ac_compile) 2>conftest.er1 5145 (eval $ac_compile) 2>&5
5323 ac_status=$? 5146 ac_status=$?
5324 grep -v '^ *+' conftest.er1 >conftest.err
5325 rm -f conftest.er1
5326 cat conftest.err >&5
5327 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5328 (exit $ac_status); } && 5148 (exit $ac_status); } &&
5329 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5149 { ac_try='test -s conftest.$ac_objext'
5330 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5331 (eval $ac_try) 2>&5
5332 ac_status=$?
5333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5334 (exit $ac_status); }; } &&
5335 { ac_try='test -s conftest.$ac_objext'
5336 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5150 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5337 (eval $ac_try) 2>&5 5151 (eval $ac_try) 2>&5
5338 ac_status=$? 5152 ac_status=$?
@@ -5345,7 +5159,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
5345 5159
5346ac_header_compiler=no 5160ac_header_compiler=no
5347fi 5161fi
5348rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 5162rm -f conftest.$ac_objext conftest.$ac_ext
5349echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5163echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5350echo "${ECHO_T}$ac_header_compiler" >&6 5164echo "${ECHO_T}$ac_header_compiler" >&6
5351 5165
@@ -5353,6 +5167,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
5353echo "$as_me:$LINENO: checking $ac_header presence" >&5 5167echo "$as_me:$LINENO: checking $ac_header presence" >&5
5354echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 5168echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
5355cat >conftest.$ac_ext <<_ACEOF 5169cat >conftest.$ac_ext <<_ACEOF
5170#line $LINENO "configure"
5356/* confdefs.h. */ 5171/* confdefs.h. */
5357_ACEOF 5172_ACEOF
5358cat confdefs.h >>conftest.$ac_ext 5173cat confdefs.h >>conftest.$ac_ext
@@ -5370,7 +5185,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5370 (exit $ac_status); } >/dev/null; then 5185 (exit $ac_status); } >/dev/null; then
5371 if test -s conftest.err; then 5186 if test -s conftest.err; then
5372 ac_cpp_err=$ac_c_preproc_warn_flag 5187 ac_cpp_err=$ac_c_preproc_warn_flag
5373 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5374 else 5188 else
5375 ac_cpp_err= 5189 ac_cpp_err=
5376 fi 5190 fi
@@ -5390,32 +5204,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5390echo "${ECHO_T}$ac_header_preproc" >&6 5204echo "${ECHO_T}$ac_header_preproc" >&6
5391 5205
5392# So? What about this header? 5206# So? What about this header?
5393case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 5207case $ac_header_compiler:$ac_header_preproc in
5394 yes:no: ) 5208 yes:no )
5395 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 5209 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
5396echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 5210echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
5397 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 5211 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5398echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 5212echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5399 ac_header_preproc=yes 5213 (
5214 cat <<\_ASBOX
5215## ------------------------------------ ##
5216## Report this to bug-autoconf@gnu.org. ##
5217## ------------------------------------ ##
5218_ASBOX
5219 ) |
5220 sed "s/^/$as_me: WARNING: /" >&2
5400 ;; 5221 ;;
5401 no:yes:* ) 5222 no:yes )
5402 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 5223 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
5403echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 5224echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
5404 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 5225 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
5405echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 5226echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
5406 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5407echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5408 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
5409echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
5410 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 5227 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5411echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 5228echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5412 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5413echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5414 ( 5229 (
5415 cat <<\_ASBOX 5230 cat <<\_ASBOX
5416## ------------------------------------------ ## 5231## ------------------------------------ ##
5417## Report this to the AC_PACKAGE_NAME lists. ## 5232## Report this to bug-autoconf@gnu.org. ##
5418## ------------------------------------------ ## 5233## ------------------------------------ ##
5419_ASBOX 5234_ASBOX
5420 ) | 5235 ) |
5421 sed "s/^/$as_me: WARNING: /" >&2 5236 sed "s/^/$as_me: WARNING: /" >&2
@@ -5426,7 +5241,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5426if eval "test \"\${$as_ac_Header+set}\" = set"; then 5241if eval "test \"\${$as_ac_Header+set}\" = set"; then
5427 echo $ECHO_N "(cached) $ECHO_C" >&6 5242 echo $ECHO_N "(cached) $ECHO_C" >&6
5428else 5243else
5429 eval "$as_ac_Header=\$ac_header_preproc" 5244 eval "$as_ac_Header=$ac_header_preproc"
5430fi 5245fi
5431echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 5246echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5432echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 5247echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -5445,6 +5260,7 @@ done
5445echo "$as_me:$LINENO: checking if personality LINUX32 can be set" >&5 5260echo "$as_me:$LINENO: checking if personality LINUX32 can be set" >&5
5446echo $ECHO_N "checking if personality LINUX32 can be set... $ECHO_C" >&6 5261echo $ECHO_N "checking if personality LINUX32 can be set... $ECHO_C" >&6
5447cat >conftest.$ac_ext <<_ACEOF 5262cat >conftest.$ac_ext <<_ACEOF
5263#line $LINENO "configure"
5448/* confdefs.h. */ 5264/* confdefs.h. */
5449_ACEOF 5265_ACEOF
5450cat confdefs.h >>conftest.$ac_ext 5266cat confdefs.h >>conftest.$ac_ext
@@ -5461,20 +5277,11 @@ personality (PER_LINUX32)
5461_ACEOF 5277_ACEOF
5462rm -f conftest.$ac_objext 5278rm -f conftest.$ac_objext
5463if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5279if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5464 (eval $ac_compile) 2>conftest.er1 5280 (eval $ac_compile) 2>&5
5465 ac_status=$? 5281 ac_status=$?
5466 grep -v '^ *+' conftest.er1 >conftest.err
5467 rm -f conftest.er1
5468 cat conftest.err >&5
5469 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5470 (exit $ac_status); } && 5283 (exit $ac_status); } &&
5471 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5284 { ac_try='test -s conftest.$ac_objext'
5472 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5473 (eval $ac_try) 2>&5
5474 ac_status=$?
5475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5476 (exit $ac_status); }; } &&
5477 { ac_try='test -s conftest.$ac_objext'
5478 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5285 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5479 (eval $ac_try) 2>&5 5286 (eval $ac_try) 2>&5
5480 ac_status=$? 5287 ac_status=$?
@@ -5487,7 +5294,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
5487 5294
5488emacs_cv_personality_linux32=no 5295emacs_cv_personality_linux32=no
5489fi 5296fi
5490rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 5297rm -f conftest.$ac_objext conftest.$ac_ext
5491echo "$as_me:$LINENO: result: $emacs_cv_personality_linux32" >&5 5298echo "$as_me:$LINENO: result: $emacs_cv_personality_linux32" >&5
5492echo "${ECHO_T}$emacs_cv_personality_linux32" >&6 5299echo "${ECHO_T}$emacs_cv_personality_linux32" >&6
5493 5300
@@ -5509,6 +5316,7 @@ if eval "test \"\${$as_ac_Header+set}\" = set"; then
5509 echo $ECHO_N "(cached) $ECHO_C" >&6 5316 echo $ECHO_N "(cached) $ECHO_C" >&6
5510else 5317else
5511 cat >conftest.$ac_ext <<_ACEOF 5318 cat >conftest.$ac_ext <<_ACEOF
5319#line $LINENO "configure"
5512/* confdefs.h. */ 5320/* confdefs.h. */
5513_ACEOF 5321_ACEOF
5514cat confdefs.h >>conftest.$ac_ext 5322cat confdefs.h >>conftest.$ac_ext
@@ -5526,7 +5334,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5526 (exit $ac_status); } >/dev/null; then 5334 (exit $ac_status); } >/dev/null; then
5527 if test -s conftest.err; then 5335 if test -s conftest.err; then
5528 ac_cpp_err=$ac_c_preproc_warn_flag 5336 ac_cpp_err=$ac_c_preproc_warn_flag
5529 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5530 else 5337 else
5531 ac_cpp_err= 5338 ac_cpp_err=
5532 fi 5339 fi
@@ -5560,6 +5367,7 @@ if test "${ac_cv_header_stdc+set}" = set; then
5560 echo $ECHO_N "(cached) $ECHO_C" >&6 5367 echo $ECHO_N "(cached) $ECHO_C" >&6
5561else 5368else
5562 cat >conftest.$ac_ext <<_ACEOF 5369 cat >conftest.$ac_ext <<_ACEOF
5370#line $LINENO "configure"
5563/* confdefs.h. */ 5371/* confdefs.h. */
5564_ACEOF 5372_ACEOF
5565cat confdefs.h >>conftest.$ac_ext 5373cat confdefs.h >>conftest.$ac_ext
@@ -5580,20 +5388,11 @@ main ()
5580_ACEOF 5388_ACEOF
5581rm -f conftest.$ac_objext 5389rm -f conftest.$ac_objext
5582if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5390if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5583 (eval $ac_compile) 2>conftest.er1 5391 (eval $ac_compile) 2>&5
5584 ac_status=$? 5392 ac_status=$?
5585 grep -v '^ *+' conftest.er1 >conftest.err
5586 rm -f conftest.er1
5587 cat conftest.err >&5
5588 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5589 (exit $ac_status); } && 5394 (exit $ac_status); } &&
5590 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5395 { ac_try='test -s conftest.$ac_objext'
5591 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5592 (eval $ac_try) 2>&5
5593 ac_status=$?
5594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5595 (exit $ac_status); }; } &&
5596 { ac_try='test -s conftest.$ac_objext'
5597 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5396 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5598 (eval $ac_try) 2>&5 5397 (eval $ac_try) 2>&5
5599 ac_status=$? 5398 ac_status=$?
@@ -5606,11 +5405,12 @@ sed 's/^/| /' conftest.$ac_ext >&5
5606 5405
5607ac_cv_header_stdc=no 5406ac_cv_header_stdc=no
5608fi 5407fi
5609rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 5408rm -f conftest.$ac_objext conftest.$ac_ext
5610 5409
5611if test $ac_cv_header_stdc = yes; then 5410if test $ac_cv_header_stdc = yes; then
5612 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 5411 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5613 cat >conftest.$ac_ext <<_ACEOF 5412 cat >conftest.$ac_ext <<_ACEOF
5413#line $LINENO "configure"
5614/* confdefs.h. */ 5414/* confdefs.h. */
5615_ACEOF 5415_ACEOF
5616cat confdefs.h >>conftest.$ac_ext 5416cat confdefs.h >>conftest.$ac_ext
@@ -5632,6 +5432,7 @@ fi
5632if test $ac_cv_header_stdc = yes; then 5432if test $ac_cv_header_stdc = yes; then
5633 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 5433 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5634 cat >conftest.$ac_ext <<_ACEOF 5434 cat >conftest.$ac_ext <<_ACEOF
5435#line $LINENO "configure"
5635/* confdefs.h. */ 5436/* confdefs.h. */
5636_ACEOF 5437_ACEOF
5637cat confdefs.h >>conftest.$ac_ext 5438cat confdefs.h >>conftest.$ac_ext
@@ -5656,6 +5457,7 @@ if test $ac_cv_header_stdc = yes; then
5656 : 5457 :
5657else 5458else
5658 cat >conftest.$ac_ext <<_ACEOF 5459 cat >conftest.$ac_ext <<_ACEOF
5460#line $LINENO "configure"
5659/* confdefs.h. */ 5461/* confdefs.h. */
5660_ACEOF 5462_ACEOF
5661cat confdefs.h >>conftest.$ac_ext 5463cat confdefs.h >>conftest.$ac_ext
@@ -5667,9 +5469,9 @@ cat >>conftest.$ac_ext <<_ACEOF
5667# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) 5469# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5668#else 5470#else
5669# define ISLOWER(c) \ 5471# define ISLOWER(c) \
5670 (('a' <= (c) && (c) <= 'i') \ 5472 (('a' <= (c) && (c) <= 'i') \
5671 || ('j' <= (c) && (c) <= 'r') \ 5473 || ('j' <= (c) && (c) <= 'r') \
5672 || ('s' <= (c) && (c) <= 'z')) 5474 || ('s' <= (c) && (c) <= 'z'))
5673# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) 5475# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5674#endif 5476#endif
5675 5477
@@ -5680,7 +5482,7 @@ main ()
5680 int i; 5482 int i;
5681 for (i = 0; i < 256; i++) 5483 for (i = 0; i < 256; i++)
5682 if (XOR (islower (i), ISLOWER (i)) 5484 if (XOR (islower (i), ISLOWER (i))
5683 || toupper (i) != TOUPPER (i)) 5485 || toupper (i) != TOUPPER (i))
5684 exit(2); 5486 exit(2);
5685 exit (0); 5487 exit (0);
5686} 5488}
@@ -5705,7 +5507,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
5705( exit $ac_status ) 5507( exit $ac_status )
5706ac_cv_header_stdc=no 5508ac_cv_header_stdc=no
5707fi 5509fi
5708rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 5510rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5709fi 5511fi
5710fi 5512fi
5711fi 5513fi
@@ -5725,6 +5527,7 @@ if test "${ac_cv_header_time+set}" = set; then
5725 echo $ECHO_N "(cached) $ECHO_C" >&6 5527 echo $ECHO_N "(cached) $ECHO_C" >&6
5726else 5528else
5727 cat >conftest.$ac_ext <<_ACEOF 5529 cat >conftest.$ac_ext <<_ACEOF
5530#line $LINENO "configure"
5728/* confdefs.h. */ 5531/* confdefs.h. */
5729_ACEOF 5532_ACEOF
5730cat confdefs.h >>conftest.$ac_ext 5533cat confdefs.h >>conftest.$ac_ext
@@ -5745,20 +5548,11 @@ return 0;
5745_ACEOF 5548_ACEOF
5746rm -f conftest.$ac_objext 5549rm -f conftest.$ac_objext
5747if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5550if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5748 (eval $ac_compile) 2>conftest.er1 5551 (eval $ac_compile) 2>&5
5749 ac_status=$? 5552 ac_status=$?
5750 grep -v '^ *+' conftest.er1 >conftest.err
5751 rm -f conftest.er1
5752 cat conftest.err >&5
5753 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5754 (exit $ac_status); } && 5554 (exit $ac_status); } &&
5755 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5555 { ac_try='test -s conftest.$ac_objext'
5756 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5757 (eval $ac_try) 2>&5
5758 ac_status=$?
5759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5760 (exit $ac_status); }; } &&
5761 { ac_try='test -s conftest.$ac_objext'
5762 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5556 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5763 (eval $ac_try) 2>&5 5557 (eval $ac_try) 2>&5
5764 ac_status=$? 5558 ac_status=$?
@@ -5771,7 +5565,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
5771 5565
5772ac_cv_header_time=no 5566ac_cv_header_time=no
5773fi 5567fi
5774rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 5568rm -f conftest.$ac_objext conftest.$ac_ext
5775fi 5569fi
5776echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5 5570echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
5777echo "${ECHO_T}$ac_cv_header_time" >&6 5571echo "${ECHO_T}$ac_cv_header_time" >&6
@@ -5789,6 +5583,7 @@ if test "${ac_cv_have_decl_sys_siglist+set}" = set; then
5789 echo $ECHO_N "(cached) $ECHO_C" >&6 5583 echo $ECHO_N "(cached) $ECHO_C" >&6
5790else 5584else
5791 cat >conftest.$ac_ext <<_ACEOF 5585 cat >conftest.$ac_ext <<_ACEOF
5586#line $LINENO "configure"
5792/* confdefs.h. */ 5587/* confdefs.h. */
5793_ACEOF 5588_ACEOF
5794cat confdefs.h >>conftest.$ac_ext 5589cat confdefs.h >>conftest.$ac_ext
@@ -5808,20 +5603,11 @@ main ()
5808_ACEOF 5603_ACEOF
5809rm -f conftest.$ac_objext 5604rm -f conftest.$ac_objext
5810if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5605if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5811 (eval $ac_compile) 2>conftest.er1 5606 (eval $ac_compile) 2>&5
5812 ac_status=$? 5607 ac_status=$?
5813 grep -v '^ *+' conftest.er1 >conftest.err
5814 rm -f conftest.er1
5815 cat conftest.err >&5
5816 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5817 (exit $ac_status); } && 5609 (exit $ac_status); } &&
5818 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5610 { ac_try='test -s conftest.$ac_objext'
5819 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5820 (eval $ac_try) 2>&5
5821 ac_status=$?
5822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5823 (exit $ac_status); }; } &&
5824 { ac_try='test -s conftest.$ac_objext'
5825 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5611 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5826 (eval $ac_try) 2>&5 5612 (eval $ac_try) 2>&5
5827 ac_status=$? 5613 ac_status=$?
@@ -5834,7 +5620,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
5834 5620
5835ac_cv_have_decl_sys_siglist=no 5621ac_cv_have_decl_sys_siglist=no
5836fi 5622fi
5837rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 5623rm -f conftest.$ac_objext conftest.$ac_ext
5838fi 5624fi
5839echo "$as_me:$LINENO: result: $ac_cv_have_decl_sys_siglist" >&5 5625echo "$as_me:$LINENO: result: $ac_cv_have_decl_sys_siglist" >&5
5840echo "${ECHO_T}$ac_cv_have_decl_sys_siglist" >&6 5626echo "${ECHO_T}$ac_cv_have_decl_sys_siglist" >&6
@@ -5862,6 +5648,7 @@ if test "${ac_cv_have_decl___sys_siglist+set}" = set; then
5862 echo $ECHO_N "(cached) $ECHO_C" >&6 5648 echo $ECHO_N "(cached) $ECHO_C" >&6
5863else 5649else
5864 cat >conftest.$ac_ext <<_ACEOF 5650 cat >conftest.$ac_ext <<_ACEOF
5651#line $LINENO "configure"
5865/* confdefs.h. */ 5652/* confdefs.h. */
5866_ACEOF 5653_ACEOF
5867cat confdefs.h >>conftest.$ac_ext 5654cat confdefs.h >>conftest.$ac_ext
@@ -5881,20 +5668,11 @@ main ()
5881_ACEOF 5668_ACEOF
5882rm -f conftest.$ac_objext 5669rm -f conftest.$ac_objext
5883if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5670if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5884 (eval $ac_compile) 2>conftest.er1 5671 (eval $ac_compile) 2>&5
5885 ac_status=$? 5672 ac_status=$?
5886 grep -v '^ *+' conftest.er1 >conftest.err
5887 rm -f conftest.er1
5888 cat conftest.err >&5
5889 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5890 (exit $ac_status); } && 5674 (exit $ac_status); } &&
5891 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5675 { ac_try='test -s conftest.$ac_objext'
5892 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5893 (eval $ac_try) 2>&5
5894 ac_status=$?
5895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5896 (exit $ac_status); }; } &&
5897 { ac_try='test -s conftest.$ac_objext'
5898 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5676 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5899 (eval $ac_try) 2>&5 5677 (eval $ac_try) 2>&5
5900 ac_status=$? 5678 ac_status=$?
@@ -5907,7 +5685,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
5907 5685
5908ac_cv_have_decl___sys_siglist=no 5686ac_cv_have_decl___sys_siglist=no
5909fi 5687fi
5910rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 5688rm -f conftest.$ac_objext conftest.$ac_ext
5911fi 5689fi
5912echo "$as_me:$LINENO: result: $ac_cv_have_decl___sys_siglist" >&5 5690echo "$as_me:$LINENO: result: $ac_cv_have_decl___sys_siglist" >&5
5913echo "${ECHO_T}$ac_cv_have_decl___sys_siglist" >&6 5691echo "${ECHO_T}$ac_cv_have_decl___sys_siglist" >&6
@@ -5941,6 +5719,7 @@ if test "${ac_cv_header_sys_wait_h+set}" = set; then
5941 echo $ECHO_N "(cached) $ECHO_C" >&6 5719 echo $ECHO_N "(cached) $ECHO_C" >&6
5942else 5720else
5943 cat >conftest.$ac_ext <<_ACEOF 5721 cat >conftest.$ac_ext <<_ACEOF
5722#line $LINENO "configure"
5944/* confdefs.h. */ 5723/* confdefs.h. */
5945_ACEOF 5724_ACEOF
5946cat confdefs.h >>conftest.$ac_ext 5725cat confdefs.h >>conftest.$ac_ext
@@ -5967,20 +5746,11 @@ main ()
5967_ACEOF 5746_ACEOF
5968rm -f conftest.$ac_objext 5747rm -f conftest.$ac_objext
5969if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5748if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5970 (eval $ac_compile) 2>conftest.er1 5749 (eval $ac_compile) 2>&5
5971 ac_status=$? 5750 ac_status=$?
5972 grep -v '^ *+' conftest.er1 >conftest.err
5973 rm -f conftest.er1
5974 cat conftest.err >&5
5975 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5976 (exit $ac_status); } && 5752 (exit $ac_status); } &&
5977 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5753 { ac_try='test -s conftest.$ac_objext'
5978 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5979 (eval $ac_try) 2>&5
5980 ac_status=$?
5981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5982 (exit $ac_status); }; } &&
5983 { ac_try='test -s conftest.$ac_objext'
5984 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5754 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5985 (eval $ac_try) 2>&5 5755 (eval $ac_try) 2>&5
5986 ac_status=$? 5756 ac_status=$?
@@ -5993,7 +5763,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
5993 5763
5994ac_cv_header_sys_wait_h=no 5764ac_cv_header_sys_wait_h=no
5995fi 5765fi
5996rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 5766rm -f conftest.$ac_objext conftest.$ac_ext
5997fi 5767fi
5998echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5 5768echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
5999echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6 5769echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6
@@ -6012,6 +5782,7 @@ if test "${emacs_cv_struct_utimbuf+set}" = set; then
6012 echo $ECHO_N "(cached) $ECHO_C" >&6 5782 echo $ECHO_N "(cached) $ECHO_C" >&6
6013else 5783else
6014 cat >conftest.$ac_ext <<_ACEOF 5784 cat >conftest.$ac_ext <<_ACEOF
5785#line $LINENO "configure"
6015/* confdefs.h. */ 5786/* confdefs.h. */
6016_ACEOF 5787_ACEOF
6017cat confdefs.h >>conftest.$ac_ext 5788cat confdefs.h >>conftest.$ac_ext
@@ -6040,20 +5811,11 @@ static struct utimbuf x; x.actime = x.modtime;
6040_ACEOF 5811_ACEOF
6041rm -f conftest.$ac_objext 5812rm -f conftest.$ac_objext
6042if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5813if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6043 (eval $ac_compile) 2>conftest.er1 5814 (eval $ac_compile) 2>&5
6044 ac_status=$? 5815 ac_status=$?
6045 grep -v '^ *+' conftest.er1 >conftest.err
6046 rm -f conftest.er1
6047 cat conftest.err >&5
6048 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6049 (exit $ac_status); } && 5817 (exit $ac_status); } &&
6050 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5818 { ac_try='test -s conftest.$ac_objext'
6051 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6052 (eval $ac_try) 2>&5
6053 ac_status=$?
6054 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6055 (exit $ac_status); }; } &&
6056 { ac_try='test -s conftest.$ac_objext'
6057 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5819 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6058 (eval $ac_try) 2>&5 5820 (eval $ac_try) 2>&5
6059 ac_status=$? 5821 ac_status=$?
@@ -6066,7 +5828,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
6066 5828
6067emacs_cv_struct_utimbuf=no 5829emacs_cv_struct_utimbuf=no
6068fi 5830fi
6069rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 5831rm -f conftest.$ac_objext conftest.$ac_ext
6070fi 5832fi
6071echo "$as_me:$LINENO: result: $emacs_cv_struct_utimbuf" >&5 5833echo "$as_me:$LINENO: result: $emacs_cv_struct_utimbuf" >&5
6072echo "${ECHO_T}$emacs_cv_struct_utimbuf" >&6 5834echo "${ECHO_T}$emacs_cv_struct_utimbuf" >&6
@@ -6084,6 +5846,7 @@ if test "${ac_cv_type_signal+set}" = set; then
6084 echo $ECHO_N "(cached) $ECHO_C" >&6 5846 echo $ECHO_N "(cached) $ECHO_C" >&6
6085else 5847else
6086 cat >conftest.$ac_ext <<_ACEOF 5848 cat >conftest.$ac_ext <<_ACEOF
5849#line $LINENO "configure"
6087/* confdefs.h. */ 5850/* confdefs.h. */
6088_ACEOF 5851_ACEOF
6089cat confdefs.h >>conftest.$ac_ext 5852cat confdefs.h >>conftest.$ac_ext
@@ -6110,20 +5873,11 @@ int i;
6110_ACEOF 5873_ACEOF
6111rm -f conftest.$ac_objext 5874rm -f conftest.$ac_objext
6112if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5875if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6113 (eval $ac_compile) 2>conftest.er1 5876 (eval $ac_compile) 2>&5
6114 ac_status=$? 5877 ac_status=$?
6115 grep -v '^ *+' conftest.er1 >conftest.err
6116 rm -f conftest.er1
6117 cat conftest.err >&5
6118 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6119 (exit $ac_status); } && 5879 (exit $ac_status); } &&
6120 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5880 { ac_try='test -s conftest.$ac_objext'
6121 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6122 (eval $ac_try) 2>&5
6123 ac_status=$?
6124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6125 (exit $ac_status); }; } &&
6126 { ac_try='test -s conftest.$ac_objext'
6127 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5881 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6128 (eval $ac_try) 2>&5 5882 (eval $ac_try) 2>&5
6129 ac_status=$? 5883 ac_status=$?
@@ -6136,7 +5890,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
6136 5890
6137ac_cv_type_signal=int 5891ac_cv_type_signal=int
6138fi 5892fi
6139rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 5893rm -f conftest.$ac_objext conftest.$ac_ext
6140fi 5894fi
6141echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5 5895echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
6142echo "${ECHO_T}$ac_cv_type_signal" >&6 5896echo "${ECHO_T}$ac_cv_type_signal" >&6
@@ -6153,6 +5907,7 @@ if test "${emacs_cv_speed_t+set}" = set; then
6153 echo $ECHO_N "(cached) $ECHO_C" >&6 5907 echo $ECHO_N "(cached) $ECHO_C" >&6
6154else 5908else
6155 cat >conftest.$ac_ext <<_ACEOF 5909 cat >conftest.$ac_ext <<_ACEOF
5910#line $LINENO "configure"
6156/* confdefs.h. */ 5911/* confdefs.h. */
6157_ACEOF 5912_ACEOF
6158cat confdefs.h >>conftest.$ac_ext 5913cat confdefs.h >>conftest.$ac_ext
@@ -6169,20 +5924,11 @@ speed_t x = 1;
6169_ACEOF 5924_ACEOF
6170rm -f conftest.$ac_objext 5925rm -f conftest.$ac_objext
6171if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5926if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6172 (eval $ac_compile) 2>conftest.er1 5927 (eval $ac_compile) 2>&5
6173 ac_status=$? 5928 ac_status=$?
6174 grep -v '^ *+' conftest.er1 >conftest.err
6175 rm -f conftest.er1
6176 cat conftest.err >&5
6177 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6178 (exit $ac_status); } && 5930 (exit $ac_status); } &&
6179 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5931 { ac_try='test -s conftest.$ac_objext'
6180 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6181 (eval $ac_try) 2>&5
6182 ac_status=$?
6183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6184 (exit $ac_status); }; } &&
6185 { ac_try='test -s conftest.$ac_objext'
6186 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5932 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6187 (eval $ac_try) 2>&5 5933 (eval $ac_try) 2>&5
6188 ac_status=$? 5934 ac_status=$?
@@ -6195,7 +5941,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
6195 5941
6196emacs_cv_speed_t=no 5942emacs_cv_speed_t=no
6197fi 5943fi
6198rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 5944rm -f conftest.$ac_objext conftest.$ac_ext
6199fi 5945fi
6200echo "$as_me:$LINENO: result: $emacs_cv_speed_t" >&5 5946echo "$as_me:$LINENO: result: $emacs_cv_speed_t" >&5
6201echo "${ECHO_T}$emacs_cv_speed_t" >&6 5947echo "${ECHO_T}$emacs_cv_speed_t" >&6
@@ -6213,6 +5959,7 @@ if test "${emacs_cv_struct_timeval+set}" = set; then
6213 echo $ECHO_N "(cached) $ECHO_C" >&6 5959 echo $ECHO_N "(cached) $ECHO_C" >&6
6214else 5960else
6215 cat >conftest.$ac_ext <<_ACEOF 5961 cat >conftest.$ac_ext <<_ACEOF
5962#line $LINENO "configure"
6216/* confdefs.h. */ 5963/* confdefs.h. */
6217_ACEOF 5964_ACEOF
6218cat confdefs.h >>conftest.$ac_ext 5965cat confdefs.h >>conftest.$ac_ext
@@ -6238,20 +5985,11 @@ static struct timeval x; x.tv_sec = x.tv_usec;
6238_ACEOF 5985_ACEOF
6239rm -f conftest.$ac_objext 5986rm -f conftest.$ac_objext
6240if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5987if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6241 (eval $ac_compile) 2>conftest.er1 5988 (eval $ac_compile) 2>&5
6242 ac_status=$? 5989 ac_status=$?
6243 grep -v '^ *+' conftest.er1 >conftest.err
6244 rm -f conftest.er1
6245 cat conftest.err >&5
6246 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6247 (exit $ac_status); } && 5991 (exit $ac_status); } &&
6248 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5992 { ac_try='test -s conftest.$ac_objext'
6249 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6250 (eval $ac_try) 2>&5
6251 ac_status=$?
6252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6253 (exit $ac_status); }; } &&
6254 { ac_try='test -s conftest.$ac_objext'
6255 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5993 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6256 (eval $ac_try) 2>&5 5994 (eval $ac_try) 2>&5
6257 ac_status=$? 5995 ac_status=$?
@@ -6264,7 +6002,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
6264 6002
6265emacs_cv_struct_timeval=no 6003emacs_cv_struct_timeval=no
6266fi 6004fi
6267rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6005rm -f conftest.$ac_objext conftest.$ac_ext
6268fi 6006fi
6269echo "$as_me:$LINENO: result: $emacs_cv_struct_timeval" >&5 6007echo "$as_me:$LINENO: result: $emacs_cv_struct_timeval" >&5
6270echo "${ECHO_T}$emacs_cv_struct_timeval" >&6 6008echo "${ECHO_T}$emacs_cv_struct_timeval" >&6
@@ -6283,6 +6021,7 @@ if test "${emacs_cv_struct_exception+set}" = set; then
6283 echo $ECHO_N "(cached) $ECHO_C" >&6 6021 echo $ECHO_N "(cached) $ECHO_C" >&6
6284else 6022else
6285 cat >conftest.$ac_ext <<_ACEOF 6023 cat >conftest.$ac_ext <<_ACEOF
6024#line $LINENO "configure"
6286/* confdefs.h. */ 6025/* confdefs.h. */
6287_ACEOF 6026_ACEOF
6288cat confdefs.h >>conftest.$ac_ext 6027cat confdefs.h >>conftest.$ac_ext
@@ -6299,20 +6038,11 @@ static struct exception x; x.arg1 = x.arg2 = x.retval; x.name = ""; x.type = 1;
6299_ACEOF 6038_ACEOF
6300rm -f conftest.$ac_objext 6039rm -f conftest.$ac_objext
6301if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6040if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6302 (eval $ac_compile) 2>conftest.er1 6041 (eval $ac_compile) 2>&5
6303 ac_status=$? 6042 ac_status=$?
6304 grep -v '^ *+' conftest.er1 >conftest.err
6305 rm -f conftest.er1
6306 cat conftest.err >&5
6307 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6308 (exit $ac_status); } && 6044 (exit $ac_status); } &&
6309 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6045 { ac_try='test -s conftest.$ac_objext'
6310 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6311 (eval $ac_try) 2>&5
6312 ac_status=$?
6313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6314 (exit $ac_status); }; } &&
6315 { ac_try='test -s conftest.$ac_objext'
6316 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6046 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6317 (eval $ac_try) 2>&5 6047 (eval $ac_try) 2>&5
6318 ac_status=$? 6048 ac_status=$?
@@ -6325,7 +6055,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
6325 6055
6326emacs_cv_struct_exception=no 6056emacs_cv_struct_exception=no
6327fi 6057fi
6328rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6058rm -f conftest.$ac_objext conftest.$ac_ext
6329fi 6059fi
6330echo "$as_me:$LINENO: result: $emacs_cv_struct_exception" >&5 6060echo "$as_me:$LINENO: result: $emacs_cv_struct_exception" >&5
6331echo "${ECHO_T}$emacs_cv_struct_exception" >&6 6061echo "${ECHO_T}$emacs_cv_struct_exception" >&6
@@ -6355,6 +6085,7 @@ else
6355echo "$as_me:$LINENO: checking $ac_header usability" >&5 6085echo "$as_me:$LINENO: checking $ac_header usability" >&5
6356echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 6086echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6357cat >conftest.$ac_ext <<_ACEOF 6087cat >conftest.$ac_ext <<_ACEOF
6088#line $LINENO "configure"
6358/* confdefs.h. */ 6089/* confdefs.h. */
6359_ACEOF 6090_ACEOF
6360cat confdefs.h >>conftest.$ac_ext 6091cat confdefs.h >>conftest.$ac_ext
@@ -6365,20 +6096,11 @@ $ac_includes_default
6365_ACEOF 6096_ACEOF
6366rm -f conftest.$ac_objext 6097rm -f conftest.$ac_objext
6367if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6098if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6368 (eval $ac_compile) 2>conftest.er1 6099 (eval $ac_compile) 2>&5
6369 ac_status=$? 6100 ac_status=$?
6370 grep -v '^ *+' conftest.er1 >conftest.err
6371 rm -f conftest.er1
6372 cat conftest.err >&5
6373 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6374 (exit $ac_status); } && 6102 (exit $ac_status); } &&
6375 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6103 { ac_try='test -s conftest.$ac_objext'
6376 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6377 (eval $ac_try) 2>&5
6378 ac_status=$?
6379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6380 (exit $ac_status); }; } &&
6381 { ac_try='test -s conftest.$ac_objext'
6382 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6104 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6383 (eval $ac_try) 2>&5 6105 (eval $ac_try) 2>&5
6384 ac_status=$? 6106 ac_status=$?
@@ -6391,7 +6113,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
6391 6113
6392ac_header_compiler=no 6114ac_header_compiler=no
6393fi 6115fi
6394rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6116rm -f conftest.$ac_objext conftest.$ac_ext
6395echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6117echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6396echo "${ECHO_T}$ac_header_compiler" >&6 6118echo "${ECHO_T}$ac_header_compiler" >&6
6397 6119
@@ -6399,6 +6121,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
6399echo "$as_me:$LINENO: checking $ac_header presence" >&5 6121echo "$as_me:$LINENO: checking $ac_header presence" >&5
6400echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 6122echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6401cat >conftest.$ac_ext <<_ACEOF 6123cat >conftest.$ac_ext <<_ACEOF
6124#line $LINENO "configure"
6402/* confdefs.h. */ 6125/* confdefs.h. */
6403_ACEOF 6126_ACEOF
6404cat confdefs.h >>conftest.$ac_ext 6127cat confdefs.h >>conftest.$ac_ext
@@ -6416,7 +6139,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6416 (exit $ac_status); } >/dev/null; then 6139 (exit $ac_status); } >/dev/null; then
6417 if test -s conftest.err; then 6140 if test -s conftest.err; then
6418 ac_cpp_err=$ac_c_preproc_warn_flag 6141 ac_cpp_err=$ac_c_preproc_warn_flag
6419 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6420 else 6142 else
6421 ac_cpp_err= 6143 ac_cpp_err=
6422 fi 6144 fi
@@ -6436,32 +6158,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6436echo "${ECHO_T}$ac_header_preproc" >&6 6158echo "${ECHO_T}$ac_header_preproc" >&6
6437 6159
6438# So? What about this header? 6160# So? What about this header?
6439case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 6161case $ac_header_compiler:$ac_header_preproc in
6440 yes:no: ) 6162 yes:no )
6441 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 6163 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6442echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 6164echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6443 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 6165 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6444echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 6166echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6445 ac_header_preproc=yes 6167 (
6168 cat <<\_ASBOX
6169## ------------------------------------ ##
6170## Report this to bug-autoconf@gnu.org. ##
6171## ------------------------------------ ##
6172_ASBOX
6173 ) |
6174 sed "s/^/$as_me: WARNING: /" >&2
6446 ;; 6175 ;;
6447 no:yes:* ) 6176 no:yes )
6448 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 6177 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6449echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 6178echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6450 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 6179 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6451echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 6180echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6452 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6453echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6454 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6455echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6456 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 6181 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6457echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 6182echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6458 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6459echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6460 ( 6183 (
6461 cat <<\_ASBOX 6184 cat <<\_ASBOX
6462## ------------------------------------------ ## 6185## ------------------------------------ ##
6463## Report this to the AC_PACKAGE_NAME lists. ## 6186## Report this to bug-autoconf@gnu.org. ##
6464## ------------------------------------------ ## 6187## ------------------------------------ ##
6465_ASBOX 6188_ASBOX
6466 ) | 6189 ) |
6467 sed "s/^/$as_me: WARNING: /" >&2 6190 sed "s/^/$as_me: WARNING: /" >&2
@@ -6472,7 +6195,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6472if eval "test \"\${$as_ac_Header+set}\" = set"; then 6195if eval "test \"\${$as_ac_Header+set}\" = set"; then
6473 echo $ECHO_N "(cached) $ECHO_C" >&6 6196 echo $ECHO_N "(cached) $ECHO_C" >&6
6474else 6197else
6475 eval "$as_ac_Header=\$ac_header_preproc" 6198 eval "$as_ac_Header=$ac_header_preproc"
6476fi 6199fi
6477echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 6200echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6478echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 6201echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -6497,6 +6220,7 @@ if eval "test \"\${$as_ac_Header+set}\" = set"; then
6497 echo $ECHO_N "(cached) $ECHO_C" >&6 6220 echo $ECHO_N "(cached) $ECHO_C" >&6
6498else 6221else
6499 cat >conftest.$ac_ext <<_ACEOF 6222 cat >conftest.$ac_ext <<_ACEOF
6223#line $LINENO "configure"
6500/* confdefs.h. */ 6224/* confdefs.h. */
6501_ACEOF 6225_ACEOF
6502cat confdefs.h >>conftest.$ac_ext 6226cat confdefs.h >>conftest.$ac_ext
@@ -6511,20 +6235,11 @@ $ac_includes_default
6511_ACEOF 6235_ACEOF
6512rm -f conftest.$ac_objext 6236rm -f conftest.$ac_objext
6513if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6237if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6514 (eval $ac_compile) 2>conftest.er1 6238 (eval $ac_compile) 2>&5
6515 ac_status=$? 6239 ac_status=$?
6516 grep -v '^ *+' conftest.er1 >conftest.err
6517 rm -f conftest.er1
6518 cat conftest.err >&5
6519 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6520 (exit $ac_status); } && 6241 (exit $ac_status); } &&
6521 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6242 { ac_try='test -s conftest.$ac_objext'
6522 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6523 (eval $ac_try) 2>&5
6524 ac_status=$?
6525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6526 (exit $ac_status); }; } &&
6527 { ac_try='test -s conftest.$ac_objext'
6528 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6243 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6529 (eval $ac_try) 2>&5 6244 (eval $ac_try) 2>&5
6530 ac_status=$? 6245 ac_status=$?
@@ -6537,7 +6252,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
6537 6252
6538eval "$as_ac_Header=no" 6253eval "$as_ac_Header=no"
6539fi 6254fi
6540rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6255rm -f conftest.$ac_objext conftest.$ac_ext
6541fi 6256fi
6542echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 6257echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6543echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 6258echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -6557,6 +6272,7 @@ if test "${ac_cv_struct_tm+set}" = set; then
6557 echo $ECHO_N "(cached) $ECHO_C" >&6 6272 echo $ECHO_N "(cached) $ECHO_C" >&6
6558else 6273else
6559 cat >conftest.$ac_ext <<_ACEOF 6274 cat >conftest.$ac_ext <<_ACEOF
6275#line $LINENO "configure"
6560/* confdefs.h. */ 6276/* confdefs.h. */
6561_ACEOF 6277_ACEOF
6562cat confdefs.h >>conftest.$ac_ext 6278cat confdefs.h >>conftest.$ac_ext
@@ -6575,20 +6291,11 @@ struct tm *tp; tp->tm_sec;
6575_ACEOF 6291_ACEOF
6576rm -f conftest.$ac_objext 6292rm -f conftest.$ac_objext
6577if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6293if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6578 (eval $ac_compile) 2>conftest.er1 6294 (eval $ac_compile) 2>&5
6579 ac_status=$? 6295 ac_status=$?
6580 grep -v '^ *+' conftest.er1 >conftest.err
6581 rm -f conftest.er1
6582 cat conftest.err >&5
6583 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6584 (exit $ac_status); } && 6297 (exit $ac_status); } &&
6585 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6298 { ac_try='test -s conftest.$ac_objext'
6586 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6587 (eval $ac_try) 2>&5
6588 ac_status=$?
6589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6590 (exit $ac_status); }; } &&
6591 { ac_try='test -s conftest.$ac_objext'
6592 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6299 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6593 (eval $ac_try) 2>&5 6300 (eval $ac_try) 2>&5
6594 ac_status=$? 6301 ac_status=$?
@@ -6601,7 +6308,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
6601 6308
6602ac_cv_struct_tm=sys/time.h 6309ac_cv_struct_tm=sys/time.h
6603fi 6310fi
6604rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6311rm -f conftest.$ac_objext conftest.$ac_ext
6605fi 6312fi
6606echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5 6313echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5
6607echo "${ECHO_T}$ac_cv_struct_tm" >&6 6314echo "${ECHO_T}$ac_cv_struct_tm" >&6
@@ -6619,6 +6326,7 @@ if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then
6619 echo $ECHO_N "(cached) $ECHO_C" >&6 6326 echo $ECHO_N "(cached) $ECHO_C" >&6
6620else 6327else
6621 cat >conftest.$ac_ext <<_ACEOF 6328 cat >conftest.$ac_ext <<_ACEOF
6329#line $LINENO "configure"
6622/* confdefs.h. */ 6330/* confdefs.h. */
6623_ACEOF 6331_ACEOF
6624cat confdefs.h >>conftest.$ac_ext 6332cat confdefs.h >>conftest.$ac_ext
@@ -6640,20 +6348,11 @@ return 0;
6640_ACEOF 6348_ACEOF
6641rm -f conftest.$ac_objext 6349rm -f conftest.$ac_objext
6642if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6350if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6643 (eval $ac_compile) 2>conftest.er1 6351 (eval $ac_compile) 2>&5
6644 ac_status=$? 6352 ac_status=$?
6645 grep -v '^ *+' conftest.er1 >conftest.err
6646 rm -f conftest.er1
6647 cat conftest.err >&5
6648 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6649 (exit $ac_status); } && 6354 (exit $ac_status); } &&
6650 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6355 { ac_try='test -s conftest.$ac_objext'
6651 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6652 (eval $ac_try) 2>&5
6653 ac_status=$?
6654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6655 (exit $ac_status); }; } &&
6656 { ac_try='test -s conftest.$ac_objext'
6657 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6356 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6658 (eval $ac_try) 2>&5 6357 (eval $ac_try) 2>&5
6659 ac_status=$? 6358 ac_status=$?
@@ -6665,6 +6364,7 @@ else
6665sed 's/^/| /' conftest.$ac_ext >&5 6364sed 's/^/| /' conftest.$ac_ext >&5
6666 6365
6667cat >conftest.$ac_ext <<_ACEOF 6366cat >conftest.$ac_ext <<_ACEOF
6367#line $LINENO "configure"
6668/* confdefs.h. */ 6368/* confdefs.h. */
6669_ACEOF 6369_ACEOF
6670cat confdefs.h >>conftest.$ac_ext 6370cat confdefs.h >>conftest.$ac_ext
@@ -6686,20 +6386,11 @@ return 0;
6686_ACEOF 6386_ACEOF
6687rm -f conftest.$ac_objext 6387rm -f conftest.$ac_objext
6688if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6388if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6689 (eval $ac_compile) 2>conftest.er1 6389 (eval $ac_compile) 2>&5
6690 ac_status=$? 6390 ac_status=$?
6691 grep -v '^ *+' conftest.er1 >conftest.err
6692 rm -f conftest.er1
6693 cat conftest.err >&5
6694 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6695 (exit $ac_status); } && 6392 (exit $ac_status); } &&
6696 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6393 { ac_try='test -s conftest.$ac_objext'
6697 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6698 (eval $ac_try) 2>&5
6699 ac_status=$?
6700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6701 (exit $ac_status); }; } &&
6702 { ac_try='test -s conftest.$ac_objext'
6703 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6394 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6704 (eval $ac_try) 2>&5 6395 (eval $ac_try) 2>&5
6705 ac_status=$? 6396 ac_status=$?
@@ -6712,9 +6403,9 @@ sed 's/^/| /' conftest.$ac_ext >&5
6712 6403
6713ac_cv_member_struct_tm_tm_zone=no 6404ac_cv_member_struct_tm_tm_zone=no
6714fi 6405fi
6715rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6406rm -f conftest.$ac_objext conftest.$ac_ext
6716fi 6407fi
6717rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6408rm -f conftest.$ac_objext conftest.$ac_ext
6718fi 6409fi
6719echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_zone" >&5 6410echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_zone" >&5
6720echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6 6411echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6
@@ -6740,6 +6431,7 @@ if test "${ac_cv_var_tzname+set}" = set; then
6740 echo $ECHO_N "(cached) $ECHO_C" >&6 6431 echo $ECHO_N "(cached) $ECHO_C" >&6
6741else 6432else
6742 cat >conftest.$ac_ext <<_ACEOF 6433 cat >conftest.$ac_ext <<_ACEOF
6434#line $LINENO "configure"
6743/* confdefs.h. */ 6435/* confdefs.h. */
6744_ACEOF 6436_ACEOF
6745cat confdefs.h >>conftest.$ac_ext 6437cat confdefs.h >>conftest.$ac_ext
@@ -6760,20 +6452,11 @@ atoi(*tzname);
6760_ACEOF 6452_ACEOF
6761rm -f conftest.$ac_objext conftest$ac_exeext 6453rm -f conftest.$ac_objext conftest$ac_exeext
6762if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 6454if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6763 (eval $ac_link) 2>conftest.er1 6455 (eval $ac_link) 2>&5
6764 ac_status=$? 6456 ac_status=$?
6765 grep -v '^ *+' conftest.er1 >conftest.err
6766 rm -f conftest.er1
6767 cat conftest.err >&5
6768 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6769 (exit $ac_status); } && 6458 (exit $ac_status); } &&
6770 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6459 { ac_try='test -s conftest$ac_exeext'
6771 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6772 (eval $ac_try) 2>&5
6773 ac_status=$?
6774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6775 (exit $ac_status); }; } &&
6776 { ac_try='test -s conftest$ac_exeext'
6777 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6460 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6778 (eval $ac_try) 2>&5 6461 (eval $ac_try) 2>&5
6779 ac_status=$? 6462 ac_status=$?
@@ -6786,8 +6469,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
6786 6469
6787ac_cv_var_tzname=no 6470ac_cv_var_tzname=no
6788fi 6471fi
6789rm -f conftest.err conftest.$ac_objext \ 6472rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6790 conftest$ac_exeext conftest.$ac_ext
6791fi 6473fi
6792echo "$as_me:$LINENO: result: $ac_cv_var_tzname" >&5 6474echo "$as_me:$LINENO: result: $ac_cv_var_tzname" >&5
6793echo "${ECHO_T}$ac_cv_var_tzname" >&6 6475echo "${ECHO_T}$ac_cv_var_tzname" >&6
@@ -6806,6 +6488,7 @@ if test "${ac_cv_member_struct_tm_tm_gmtoff+set}" = set; then
6806 echo $ECHO_N "(cached) $ECHO_C" >&6 6488 echo $ECHO_N "(cached) $ECHO_C" >&6
6807else 6489else
6808 cat >conftest.$ac_ext <<_ACEOF 6490 cat >conftest.$ac_ext <<_ACEOF
6491#line $LINENO "configure"
6809/* confdefs.h. */ 6492/* confdefs.h. */
6810_ACEOF 6493_ACEOF
6811cat confdefs.h >>conftest.$ac_ext 6494cat confdefs.h >>conftest.$ac_ext
@@ -6825,20 +6508,11 @@ return 0;
6825_ACEOF 6508_ACEOF
6826rm -f conftest.$ac_objext 6509rm -f conftest.$ac_objext
6827if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6510if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6828 (eval $ac_compile) 2>conftest.er1 6511 (eval $ac_compile) 2>&5
6829 ac_status=$? 6512 ac_status=$?
6830 grep -v '^ *+' conftest.er1 >conftest.err
6831 rm -f conftest.er1
6832 cat conftest.err >&5
6833 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6834 (exit $ac_status); } && 6514 (exit $ac_status); } &&
6835 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6515 { ac_try='test -s conftest.$ac_objext'
6836 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6837 (eval $ac_try) 2>&5
6838 ac_status=$?
6839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6840 (exit $ac_status); }; } &&
6841 { ac_try='test -s conftest.$ac_objext'
6842 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6516 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6843 (eval $ac_try) 2>&5 6517 (eval $ac_try) 2>&5
6844 ac_status=$? 6518 ac_status=$?
@@ -6850,6 +6524,7 @@ else
6850sed 's/^/| /' conftest.$ac_ext >&5 6524sed 's/^/| /' conftest.$ac_ext >&5
6851 6525
6852cat >conftest.$ac_ext <<_ACEOF 6526cat >conftest.$ac_ext <<_ACEOF
6527#line $LINENO "configure"
6853/* confdefs.h. */ 6528/* confdefs.h. */
6854_ACEOF 6529_ACEOF
6855cat confdefs.h >>conftest.$ac_ext 6530cat confdefs.h >>conftest.$ac_ext
@@ -6869,20 +6544,11 @@ return 0;
6869_ACEOF 6544_ACEOF
6870rm -f conftest.$ac_objext 6545rm -f conftest.$ac_objext
6871if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6546if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6872 (eval $ac_compile) 2>conftest.er1 6547 (eval $ac_compile) 2>&5
6873 ac_status=$? 6548 ac_status=$?
6874 grep -v '^ *+' conftest.er1 >conftest.err
6875 rm -f conftest.er1
6876 cat conftest.err >&5
6877 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6878 (exit $ac_status); } && 6550 (exit $ac_status); } &&
6879 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6551 { ac_try='test -s conftest.$ac_objext'
6880 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6881 (eval $ac_try) 2>&5
6882 ac_status=$?
6883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6884 (exit $ac_status); }; } &&
6885 { ac_try='test -s conftest.$ac_objext'
6886 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6552 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6887 (eval $ac_try) 2>&5 6553 (eval $ac_try) 2>&5
6888 ac_status=$? 6554 ac_status=$?
@@ -6895,9 +6561,9 @@ sed 's/^/| /' conftest.$ac_ext >&5
6895 6561
6896ac_cv_member_struct_tm_tm_gmtoff=no 6562ac_cv_member_struct_tm_tm_gmtoff=no
6897fi 6563fi
6898rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6564rm -f conftest.$ac_objext conftest.$ac_ext
6899fi 6565fi
6900rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6566rm -f conftest.$ac_objext conftest.$ac_ext
6901fi 6567fi
6902echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_gmtoff" >&5 6568echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_gmtoff" >&5
6903echo "${ECHO_T}$ac_cv_member_struct_tm_tm_gmtoff" >&6 6569echo "${ECHO_T}$ac_cv_member_struct_tm_tm_gmtoff" >&6
@@ -6915,6 +6581,7 @@ if test "${ac_cv_member_struct_ifreq_ifr_flags+set}" = set; then
6915 echo $ECHO_N "(cached) $ECHO_C" >&6 6581 echo $ECHO_N "(cached) $ECHO_C" >&6
6916else 6582else
6917 cat >conftest.$ac_ext <<_ACEOF 6583 cat >conftest.$ac_ext <<_ACEOF
6584#line $LINENO "configure"
6918/* confdefs.h. */ 6585/* confdefs.h. */
6919_ACEOF 6586_ACEOF
6920cat confdefs.h >>conftest.$ac_ext 6587cat confdefs.h >>conftest.$ac_ext
@@ -6940,20 +6607,11 @@ return 0;
6940_ACEOF 6607_ACEOF
6941rm -f conftest.$ac_objext 6608rm -f conftest.$ac_objext
6942if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6609if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6943 (eval $ac_compile) 2>conftest.er1 6610 (eval $ac_compile) 2>&5
6944 ac_status=$? 6611 ac_status=$?
6945 grep -v '^ *+' conftest.er1 >conftest.err
6946 rm -f conftest.er1
6947 cat conftest.err >&5
6948 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6949 (exit $ac_status); } && 6613 (exit $ac_status); } &&
6950 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6614 { ac_try='test -s conftest.$ac_objext'
6951 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6952 (eval $ac_try) 2>&5
6953 ac_status=$?
6954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6955 (exit $ac_status); }; } &&
6956 { ac_try='test -s conftest.$ac_objext'
6957 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6615 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6958 (eval $ac_try) 2>&5 6616 (eval $ac_try) 2>&5
6959 ac_status=$? 6617 ac_status=$?
@@ -6965,6 +6623,7 @@ else
6965sed 's/^/| /' conftest.$ac_ext >&5 6623sed 's/^/| /' conftest.$ac_ext >&5
6966 6624
6967cat >conftest.$ac_ext <<_ACEOF 6625cat >conftest.$ac_ext <<_ACEOF
6626#line $LINENO "configure"
6968/* confdefs.h. */ 6627/* confdefs.h. */
6969_ACEOF 6628_ACEOF
6970cat confdefs.h >>conftest.$ac_ext 6629cat confdefs.h >>conftest.$ac_ext
@@ -6990,20 +6649,11 @@ return 0;
6990_ACEOF 6649_ACEOF
6991rm -f conftest.$ac_objext 6650rm -f conftest.$ac_objext
6992if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6651if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6993 (eval $ac_compile) 2>conftest.er1 6652 (eval $ac_compile) 2>&5
6994 ac_status=$? 6653 ac_status=$?
6995 grep -v '^ *+' conftest.er1 >conftest.err
6996 rm -f conftest.er1
6997 cat conftest.err >&5
6998 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6999 (exit $ac_status); } && 6655 (exit $ac_status); } &&
7000 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6656 { ac_try='test -s conftest.$ac_objext'
7001 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7002 (eval $ac_try) 2>&5
7003 ac_status=$?
7004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7005 (exit $ac_status); }; } &&
7006 { ac_try='test -s conftest.$ac_objext'
7007 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6657 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7008 (eval $ac_try) 2>&5 6658 (eval $ac_try) 2>&5
7009 ac_status=$? 6659 ac_status=$?
@@ -7016,9 +6666,9 @@ sed 's/^/| /' conftest.$ac_ext >&5
7016 6666
7017ac_cv_member_struct_ifreq_ifr_flags=no 6667ac_cv_member_struct_ifreq_ifr_flags=no
7018fi 6668fi
7019rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6669rm -f conftest.$ac_objext conftest.$ac_ext
7020fi 6670fi
7021rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6671rm -f conftest.$ac_objext conftest.$ac_ext
7022fi 6672fi
7023echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_flags" >&5 6673echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_flags" >&5
7024echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_flags" >&6 6674echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_flags" >&6
@@ -7036,6 +6686,7 @@ if test "${ac_cv_member_struct_ifreq_ifr_hwaddr+set}" = set; then
7036 echo $ECHO_N "(cached) $ECHO_C" >&6 6686 echo $ECHO_N "(cached) $ECHO_C" >&6
7037else 6687else
7038 cat >conftest.$ac_ext <<_ACEOF 6688 cat >conftest.$ac_ext <<_ACEOF
6689#line $LINENO "configure"
7039/* confdefs.h. */ 6690/* confdefs.h. */
7040_ACEOF 6691_ACEOF
7041cat confdefs.h >>conftest.$ac_ext 6692cat confdefs.h >>conftest.$ac_ext
@@ -7061,20 +6712,11 @@ return 0;
7061_ACEOF 6712_ACEOF
7062rm -f conftest.$ac_objext 6713rm -f conftest.$ac_objext
7063if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6714if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7064 (eval $ac_compile) 2>conftest.er1 6715 (eval $ac_compile) 2>&5
7065 ac_status=$? 6716 ac_status=$?
7066 grep -v '^ *+' conftest.er1 >conftest.err
7067 rm -f conftest.er1
7068 cat conftest.err >&5
7069 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7070 (exit $ac_status); } && 6718 (exit $ac_status); } &&
7071 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6719 { ac_try='test -s conftest.$ac_objext'
7072 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7073 (eval $ac_try) 2>&5
7074 ac_status=$?
7075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7076 (exit $ac_status); }; } &&
7077 { ac_try='test -s conftest.$ac_objext'
7078 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6720 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7079 (eval $ac_try) 2>&5 6721 (eval $ac_try) 2>&5
7080 ac_status=$? 6722 ac_status=$?
@@ -7086,6 +6728,7 @@ else
7086sed 's/^/| /' conftest.$ac_ext >&5 6728sed 's/^/| /' conftest.$ac_ext >&5
7087 6729
7088cat >conftest.$ac_ext <<_ACEOF 6730cat >conftest.$ac_ext <<_ACEOF
6731#line $LINENO "configure"
7089/* confdefs.h. */ 6732/* confdefs.h. */
7090_ACEOF 6733_ACEOF
7091cat confdefs.h >>conftest.$ac_ext 6734cat confdefs.h >>conftest.$ac_ext
@@ -7111,20 +6754,11 @@ return 0;
7111_ACEOF 6754_ACEOF
7112rm -f conftest.$ac_objext 6755rm -f conftest.$ac_objext
7113if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6756if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7114 (eval $ac_compile) 2>conftest.er1 6757 (eval $ac_compile) 2>&5
7115 ac_status=$? 6758 ac_status=$?
7116 grep -v '^ *+' conftest.er1 >conftest.err
7117 rm -f conftest.er1
7118 cat conftest.err >&5
7119 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7120 (exit $ac_status); } && 6760 (exit $ac_status); } &&
7121 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6761 { ac_try='test -s conftest.$ac_objext'
7122 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7123 (eval $ac_try) 2>&5
7124 ac_status=$?
7125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7126 (exit $ac_status); }; } &&
7127 { ac_try='test -s conftest.$ac_objext'
7128 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6762 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7129 (eval $ac_try) 2>&5 6763 (eval $ac_try) 2>&5
7130 ac_status=$? 6764 ac_status=$?
@@ -7137,9 +6771,9 @@ sed 's/^/| /' conftest.$ac_ext >&5
7137 6771
7138ac_cv_member_struct_ifreq_ifr_hwaddr=no 6772ac_cv_member_struct_ifreq_ifr_hwaddr=no
7139fi 6773fi
7140rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6774rm -f conftest.$ac_objext conftest.$ac_ext
7141fi 6775fi
7142rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6776rm -f conftest.$ac_objext conftest.$ac_ext
7143fi 6777fi
7144echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_hwaddr" >&5 6778echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_hwaddr" >&5
7145echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_hwaddr" >&6 6779echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_hwaddr" >&6
@@ -7157,6 +6791,7 @@ if test "${ac_cv_member_struct_ifreq_ifr_netmask+set}" = set; then
7157 echo $ECHO_N "(cached) $ECHO_C" >&6 6791 echo $ECHO_N "(cached) $ECHO_C" >&6
7158else 6792else
7159 cat >conftest.$ac_ext <<_ACEOF 6793 cat >conftest.$ac_ext <<_ACEOF
6794#line $LINENO "configure"
7160/* confdefs.h. */ 6795/* confdefs.h. */
7161_ACEOF 6796_ACEOF
7162cat confdefs.h >>conftest.$ac_ext 6797cat confdefs.h >>conftest.$ac_ext
@@ -7182,20 +6817,11 @@ return 0;
7182_ACEOF 6817_ACEOF
7183rm -f conftest.$ac_objext 6818rm -f conftest.$ac_objext
7184if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6819if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7185 (eval $ac_compile) 2>conftest.er1 6820 (eval $ac_compile) 2>&5
7186 ac_status=$? 6821 ac_status=$?
7187 grep -v '^ *+' conftest.er1 >conftest.err
7188 rm -f conftest.er1
7189 cat conftest.err >&5
7190 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7191 (exit $ac_status); } && 6823 (exit $ac_status); } &&
7192 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6824 { ac_try='test -s conftest.$ac_objext'
7193 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7194 (eval $ac_try) 2>&5
7195 ac_status=$?
7196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7197 (exit $ac_status); }; } &&
7198 { ac_try='test -s conftest.$ac_objext'
7199 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6825 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7200 (eval $ac_try) 2>&5 6826 (eval $ac_try) 2>&5
7201 ac_status=$? 6827 ac_status=$?
@@ -7207,6 +6833,7 @@ else
7207sed 's/^/| /' conftest.$ac_ext >&5 6833sed 's/^/| /' conftest.$ac_ext >&5
7208 6834
7209cat >conftest.$ac_ext <<_ACEOF 6835cat >conftest.$ac_ext <<_ACEOF
6836#line $LINENO "configure"
7210/* confdefs.h. */ 6837/* confdefs.h. */
7211_ACEOF 6838_ACEOF
7212cat confdefs.h >>conftest.$ac_ext 6839cat confdefs.h >>conftest.$ac_ext
@@ -7232,20 +6859,11 @@ return 0;
7232_ACEOF 6859_ACEOF
7233rm -f conftest.$ac_objext 6860rm -f conftest.$ac_objext
7234if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6861if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7235 (eval $ac_compile) 2>conftest.er1 6862 (eval $ac_compile) 2>&5
7236 ac_status=$? 6863 ac_status=$?
7237 grep -v '^ *+' conftest.er1 >conftest.err
7238 rm -f conftest.er1
7239 cat conftest.err >&5
7240 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7241 (exit $ac_status); } && 6865 (exit $ac_status); } &&
7242 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6866 { ac_try='test -s conftest.$ac_objext'
7243 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7244 (eval $ac_try) 2>&5
7245 ac_status=$?
7246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7247 (exit $ac_status); }; } &&
7248 { ac_try='test -s conftest.$ac_objext'
7249 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6867 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7250 (eval $ac_try) 2>&5 6868 (eval $ac_try) 2>&5
7251 ac_status=$? 6869 ac_status=$?
@@ -7258,9 +6876,9 @@ sed 's/^/| /' conftest.$ac_ext >&5
7258 6876
7259ac_cv_member_struct_ifreq_ifr_netmask=no 6877ac_cv_member_struct_ifreq_ifr_netmask=no
7260fi 6878fi
7261rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6879rm -f conftest.$ac_objext conftest.$ac_ext
7262fi 6880fi
7263rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6881rm -f conftest.$ac_objext conftest.$ac_ext
7264fi 6882fi
7265echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_netmask" >&5 6883echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_netmask" >&5
7266echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_netmask" >&6 6884echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_netmask" >&6
@@ -7278,6 +6896,7 @@ if test "${ac_cv_member_struct_ifreq_ifr_broadaddr+set}" = set; then
7278 echo $ECHO_N "(cached) $ECHO_C" >&6 6896 echo $ECHO_N "(cached) $ECHO_C" >&6
7279else 6897else
7280 cat >conftest.$ac_ext <<_ACEOF 6898 cat >conftest.$ac_ext <<_ACEOF
6899#line $LINENO "configure"
7281/* confdefs.h. */ 6900/* confdefs.h. */
7282_ACEOF 6901_ACEOF
7283cat confdefs.h >>conftest.$ac_ext 6902cat confdefs.h >>conftest.$ac_ext
@@ -7303,20 +6922,11 @@ return 0;
7303_ACEOF 6922_ACEOF
7304rm -f conftest.$ac_objext 6923rm -f conftest.$ac_objext
7305if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6924if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7306 (eval $ac_compile) 2>conftest.er1 6925 (eval $ac_compile) 2>&5
7307 ac_status=$? 6926 ac_status=$?
7308 grep -v '^ *+' conftest.er1 >conftest.err
7309 rm -f conftest.er1
7310 cat conftest.err >&5
7311 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7312 (exit $ac_status); } && 6928 (exit $ac_status); } &&
7313 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6929 { ac_try='test -s conftest.$ac_objext'
7314 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7315 (eval $ac_try) 2>&5
7316 ac_status=$?
7317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7318 (exit $ac_status); }; } &&
7319 { ac_try='test -s conftest.$ac_objext'
7320 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6930 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7321 (eval $ac_try) 2>&5 6931 (eval $ac_try) 2>&5
7322 ac_status=$? 6932 ac_status=$?
@@ -7328,6 +6938,7 @@ else
7328sed 's/^/| /' conftest.$ac_ext >&5 6938sed 's/^/| /' conftest.$ac_ext >&5
7329 6939
7330cat >conftest.$ac_ext <<_ACEOF 6940cat >conftest.$ac_ext <<_ACEOF
6941#line $LINENO "configure"
7331/* confdefs.h. */ 6942/* confdefs.h. */
7332_ACEOF 6943_ACEOF
7333cat confdefs.h >>conftest.$ac_ext 6944cat confdefs.h >>conftest.$ac_ext
@@ -7353,20 +6964,11 @@ return 0;
7353_ACEOF 6964_ACEOF
7354rm -f conftest.$ac_objext 6965rm -f conftest.$ac_objext
7355if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6966if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7356 (eval $ac_compile) 2>conftest.er1 6967 (eval $ac_compile) 2>&5
7357 ac_status=$? 6968 ac_status=$?
7358 grep -v '^ *+' conftest.er1 >conftest.err
7359 rm -f conftest.er1
7360 cat conftest.err >&5
7361 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7362 (exit $ac_status); } && 6970 (exit $ac_status); } &&
7363 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6971 { ac_try='test -s conftest.$ac_objext'
7364 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7365 (eval $ac_try) 2>&5
7366 ac_status=$?
7367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7368 (exit $ac_status); }; } &&
7369 { ac_try='test -s conftest.$ac_objext'
7370 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6972 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7371 (eval $ac_try) 2>&5 6973 (eval $ac_try) 2>&5
7372 ac_status=$? 6974 ac_status=$?
@@ -7379,9 +6981,9 @@ sed 's/^/| /' conftest.$ac_ext >&5
7379 6981
7380ac_cv_member_struct_ifreq_ifr_broadaddr=no 6982ac_cv_member_struct_ifreq_ifr_broadaddr=no
7381fi 6983fi
7382rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6984rm -f conftest.$ac_objext conftest.$ac_ext
7383fi 6985fi
7384rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6986rm -f conftest.$ac_objext conftest.$ac_ext
7385fi 6987fi
7386echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_broadaddr" >&5 6988echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_broadaddr" >&5
7387echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_broadaddr" >&6 6989echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_broadaddr" >&6
@@ -7399,6 +7001,7 @@ if test "${ac_cv_member_struct_ifreq_ifr_addr+set}" = set; then
7399 echo $ECHO_N "(cached) $ECHO_C" >&6 7001 echo $ECHO_N "(cached) $ECHO_C" >&6
7400else 7002else
7401 cat >conftest.$ac_ext <<_ACEOF 7003 cat >conftest.$ac_ext <<_ACEOF
7004#line $LINENO "configure"
7402/* confdefs.h. */ 7005/* confdefs.h. */
7403_ACEOF 7006_ACEOF
7404cat confdefs.h >>conftest.$ac_ext 7007cat confdefs.h >>conftest.$ac_ext
@@ -7424,20 +7027,11 @@ return 0;
7424_ACEOF 7027_ACEOF
7425rm -f conftest.$ac_objext 7028rm -f conftest.$ac_objext
7426if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7029if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7427 (eval $ac_compile) 2>conftest.er1 7030 (eval $ac_compile) 2>&5
7428 ac_status=$? 7031 ac_status=$?
7429 grep -v '^ *+' conftest.er1 >conftest.err
7430 rm -f conftest.er1
7431 cat conftest.err >&5
7432 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7032 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7433 (exit $ac_status); } && 7033 (exit $ac_status); } &&
7434 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7034 { ac_try='test -s conftest.$ac_objext'
7435 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7436 (eval $ac_try) 2>&5
7437 ac_status=$?
7438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7439 (exit $ac_status); }; } &&
7440 { ac_try='test -s conftest.$ac_objext'
7441 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7035 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7442 (eval $ac_try) 2>&5 7036 (eval $ac_try) 2>&5
7443 ac_status=$? 7037 ac_status=$?
@@ -7449,6 +7043,7 @@ else
7449sed 's/^/| /' conftest.$ac_ext >&5 7043sed 's/^/| /' conftest.$ac_ext >&5
7450 7044
7451cat >conftest.$ac_ext <<_ACEOF 7045cat >conftest.$ac_ext <<_ACEOF
7046#line $LINENO "configure"
7452/* confdefs.h. */ 7047/* confdefs.h. */
7453_ACEOF 7048_ACEOF
7454cat confdefs.h >>conftest.$ac_ext 7049cat confdefs.h >>conftest.$ac_ext
@@ -7474,20 +7069,11 @@ return 0;
7474_ACEOF 7069_ACEOF
7475rm -f conftest.$ac_objext 7070rm -f conftest.$ac_objext
7476if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7071if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7477 (eval $ac_compile) 2>conftest.er1 7072 (eval $ac_compile) 2>&5
7478 ac_status=$? 7073 ac_status=$?
7479 grep -v '^ *+' conftest.er1 >conftest.err
7480 rm -f conftest.er1
7481 cat conftest.err >&5
7482 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7483 (exit $ac_status); } && 7075 (exit $ac_status); } &&
7484 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7076 { ac_try='test -s conftest.$ac_objext'
7485 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7486 (eval $ac_try) 2>&5
7487 ac_status=$?
7488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7489 (exit $ac_status); }; } &&
7490 { ac_try='test -s conftest.$ac_objext'
7491 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7077 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7492 (eval $ac_try) 2>&5 7078 (eval $ac_try) 2>&5
7493 ac_status=$? 7079 ac_status=$?
@@ -7500,9 +7086,9 @@ sed 's/^/| /' conftest.$ac_ext >&5
7500 7086
7501ac_cv_member_struct_ifreq_ifr_addr=no 7087ac_cv_member_struct_ifreq_ifr_addr=no
7502fi 7088fi
7503rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 7089rm -f conftest.$ac_objext conftest.$ac_ext
7504fi 7090fi
7505rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 7091rm -f conftest.$ac_objext conftest.$ac_ext
7506fi 7092fi
7507echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_addr" >&5 7093echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_addr" >&5
7508echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_addr" >&6 7094echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_addr" >&6
@@ -7543,6 +7129,7 @@ if test "${ac_cv_c_volatile+set}" = set; then
7543 echo $ECHO_N "(cached) $ECHO_C" >&6 7129 echo $ECHO_N "(cached) $ECHO_C" >&6
7544else 7130else
7545 cat >conftest.$ac_ext <<_ACEOF 7131 cat >conftest.$ac_ext <<_ACEOF
7132#line $LINENO "configure"
7546/* confdefs.h. */ 7133/* confdefs.h. */
7547_ACEOF 7134_ACEOF
7548cat confdefs.h >>conftest.$ac_ext 7135cat confdefs.h >>conftest.$ac_ext
@@ -7561,20 +7148,11 @@ int * volatile y;
7561_ACEOF 7148_ACEOF
7562rm -f conftest.$ac_objext 7149rm -f conftest.$ac_objext
7563if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7150if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7564 (eval $ac_compile) 2>conftest.er1 7151 (eval $ac_compile) 2>&5
7565 ac_status=$? 7152 ac_status=$?
7566 grep -v '^ *+' conftest.er1 >conftest.err
7567 rm -f conftest.er1
7568 cat conftest.err >&5
7569 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7570 (exit $ac_status); } && 7154 (exit $ac_status); } &&
7571 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7155 { ac_try='test -s conftest.$ac_objext'
7572 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7573 (eval $ac_try) 2>&5
7574 ac_status=$?
7575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7576 (exit $ac_status); }; } &&
7577 { ac_try='test -s conftest.$ac_objext'
7578 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7156 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7579 (eval $ac_try) 2>&5 7157 (eval $ac_try) 2>&5
7580 ac_status=$? 7158 ac_status=$?
@@ -7587,7 +7165,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
7587 7165
7588ac_cv_c_volatile=no 7166ac_cv_c_volatile=no
7589fi 7167fi
7590rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 7168rm -f conftest.$ac_objext conftest.$ac_ext
7591fi 7169fi
7592echo "$as_me:$LINENO: result: $ac_cv_c_volatile" >&5 7170echo "$as_me:$LINENO: result: $ac_cv_c_volatile" >&5
7593echo "${ECHO_T}$ac_cv_c_volatile" >&6 7171echo "${ECHO_T}$ac_cv_c_volatile" >&6
@@ -7605,6 +7183,7 @@ if test "${ac_cv_c_const+set}" = set; then
7605 echo $ECHO_N "(cached) $ECHO_C" >&6 7183 echo $ECHO_N "(cached) $ECHO_C" >&6
7606else 7184else
7607 cat >conftest.$ac_ext <<_ACEOF 7185 cat >conftest.$ac_ext <<_ACEOF
7186#line $LINENO "configure"
7608/* confdefs.h. */ 7187/* confdefs.h. */
7609_ACEOF 7188_ACEOF
7610cat confdefs.h >>conftest.$ac_ext 7189cat confdefs.h >>conftest.$ac_ext
@@ -7667,20 +7246,11 @@ main ()
7667_ACEOF 7246_ACEOF
7668rm -f conftest.$ac_objext 7247rm -f conftest.$ac_objext
7669if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7248if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7670 (eval $ac_compile) 2>conftest.er1 7249 (eval $ac_compile) 2>&5
7671 ac_status=$? 7250 ac_status=$?
7672 grep -v '^ *+' conftest.er1 >conftest.err
7673 rm -f conftest.er1
7674 cat conftest.err >&5
7675 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7676 (exit $ac_status); } && 7252 (exit $ac_status); } &&
7677 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7253 { ac_try='test -s conftest.$ac_objext'
7678 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7679 (eval $ac_try) 2>&5
7680 ac_status=$?
7681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7682 (exit $ac_status); }; } &&
7683 { ac_try='test -s conftest.$ac_objext'
7684 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7254 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7685 (eval $ac_try) 2>&5 7255 (eval $ac_try) 2>&5
7686 ac_status=$? 7256 ac_status=$?
@@ -7693,7 +7263,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
7693 7263
7694ac_cv_c_const=no 7264ac_cv_c_const=no
7695fi 7265fi
7696rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 7266rm -f conftest.$ac_objext conftest.$ac_ext
7697fi 7267fi
7698echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 7268echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
7699echo "${ECHO_T}$ac_cv_c_const" >&6 7269echo "${ECHO_T}$ac_cv_c_const" >&6
@@ -7711,6 +7281,7 @@ if test "${emacs_cv_void_star+set}" = set; then
7711 echo $ECHO_N "(cached) $ECHO_C" >&6 7281 echo $ECHO_N "(cached) $ECHO_C" >&6
7712else 7282else
7713 cat >conftest.$ac_ext <<_ACEOF 7283 cat >conftest.$ac_ext <<_ACEOF
7284#line $LINENO "configure"
7714/* confdefs.h. */ 7285/* confdefs.h. */
7715_ACEOF 7286_ACEOF
7716cat confdefs.h >>conftest.$ac_ext 7287cat confdefs.h >>conftest.$ac_ext
@@ -7727,20 +7298,11 @@ void * foo;
7727_ACEOF 7298_ACEOF
7728rm -f conftest.$ac_objext 7299rm -f conftest.$ac_objext
7729if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7300if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7730 (eval $ac_compile) 2>conftest.er1 7301 (eval $ac_compile) 2>&5
7731 ac_status=$? 7302 ac_status=$?
7732 grep -v '^ *+' conftest.er1 >conftest.err
7733 rm -f conftest.er1
7734 cat conftest.err >&5
7735 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7736 (exit $ac_status); } && 7304 (exit $ac_status); } &&
7737 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7305 { ac_try='test -s conftest.$ac_objext'
7738 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7739 (eval $ac_try) 2>&5
7740 ac_status=$?
7741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7742 (exit $ac_status); }; } &&
7743 { ac_try='test -s conftest.$ac_objext'
7744 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7306 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7745 (eval $ac_try) 2>&5 7307 (eval $ac_try) 2>&5
7746 ac_status=$? 7308 ac_status=$?
@@ -7753,7 +7315,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
7753 7315
7754emacs_cv_void_star=no 7316emacs_cv_void_star=no
7755fi 7317fi
7756rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 7318rm -f conftest.$ac_objext conftest.$ac_ext
7757fi 7319fi
7758echo "$as_me:$LINENO: result: $emacs_cv_void_star" >&5 7320echo "$as_me:$LINENO: result: $emacs_cv_void_star" >&5
7759echo "${ECHO_T}$emacs_cv_void_star" >&6 7321echo "${ECHO_T}$emacs_cv_void_star" >&6
@@ -7775,7 +7337,7 @@ fi
7775 7337
7776echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 7338echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
7777echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 7339echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
7778set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'` 7340set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
7779if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then 7341if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
7780 echo $ECHO_N "(cached) $ECHO_C" >&6 7342 echo $ECHO_N "(cached) $ECHO_C" >&6
7781else 7343else
@@ -7858,7 +7420,6 @@ fi
7858echo "$as_me:$LINENO: checking for X" >&5 7420echo "$as_me:$LINENO: checking for X" >&5
7859echo $ECHO_N "checking for X... $ECHO_C" >&6 7421echo $ECHO_N "checking for X... $ECHO_C" >&6
7860 7422
7861ac_path_x_has_been_run=yes
7862 7423
7863# Check whether --with-x or --without-x was given. 7424# Check whether --with-x or --without-x was given.
7864if test "${with_x+set}" = set; then 7425if test "${with_x+set}" = set; then
@@ -7893,8 +7454,8 @@ _ACEOF
7893 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. 7454 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7894 for ac_extension in a so sl; do 7455 for ac_extension in a so sl; do
7895 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension && 7456 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
7896 test -f $ac_im_libdir/libX11.$ac_extension; then 7457 test -f $ac_im_libdir/libX11.$ac_extension; then
7897 ac_im_usrlibdir=$ac_im_libdir; break 7458 ac_im_usrlibdir=$ac_im_libdir; break
7898 fi 7459 fi
7899 done 7460 done
7900 # Screen out bogus values from the imake configuration. They are 7461 # Screen out bogus values from the imake configuration. They are
@@ -7951,9 +7512,10 @@ ac_x_header_dirs='
7951/usr/openwin/share/include' 7512/usr/openwin/share/include'
7952 7513
7953if test "$ac_x_includes" = no; then 7514if test "$ac_x_includes" = no; then
7954 # Guess where to find include files, by looking for a specified header file. 7515 # Guess where to find include files, by looking for Intrinsic.h.
7955 # First, try using that file with no special directory specified. 7516 # First, try using that file with no special directory specified.
7956 cat >conftest.$ac_ext <<_ACEOF 7517 cat >conftest.$ac_ext <<_ACEOF
7518#line $LINENO "configure"
7957/* confdefs.h. */ 7519/* confdefs.h. */
7958_ACEOF 7520_ACEOF
7959cat confdefs.h >>conftest.$ac_ext 7521cat confdefs.h >>conftest.$ac_ext
@@ -7971,7 +7533,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7971 (exit $ac_status); } >/dev/null; then 7533 (exit $ac_status); } >/dev/null; then
7972 if test -s conftest.err; then 7534 if test -s conftest.err; then
7973 ac_cpp_err=$ac_c_preproc_warn_flag 7535 ac_cpp_err=$ac_c_preproc_warn_flag
7974 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
7975 else 7536 else
7976 ac_cpp_err= 7537 ac_cpp_err=
7977 fi 7538 fi
@@ -8002,6 +7563,7 @@ if test "$ac_x_libraries" = no; then
8002 ac_save_LIBS=$LIBS 7563 ac_save_LIBS=$LIBS
8003 LIBS="-lXt $LIBS" 7564 LIBS="-lXt $LIBS"
8004 cat >conftest.$ac_ext <<_ACEOF 7565 cat >conftest.$ac_ext <<_ACEOF
7566#line $LINENO "configure"
8005/* confdefs.h. */ 7567/* confdefs.h. */
8006_ACEOF 7568_ACEOF
8007cat confdefs.h >>conftest.$ac_ext 7569cat confdefs.h >>conftest.$ac_ext
@@ -8018,20 +7580,11 @@ XtMalloc (0)
8018_ACEOF 7580_ACEOF
8019rm -f conftest.$ac_objext conftest$ac_exeext 7581rm -f conftest.$ac_objext conftest$ac_exeext
8020if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 7582if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8021 (eval $ac_link) 2>conftest.er1 7583 (eval $ac_link) 2>&5
8022 ac_status=$? 7584 ac_status=$?
8023 grep -v '^ *+' conftest.er1 >conftest.err
8024 rm -f conftest.er1
8025 cat conftest.err >&5
8026 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8027 (exit $ac_status); } && 7586 (exit $ac_status); } &&
8028 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7587 { ac_try='test -s conftest$ac_exeext'
8029 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8030 (eval $ac_try) 2>&5
8031 ac_status=$?
8032 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8033 (exit $ac_status); }; } &&
8034 { ac_try='test -s conftest$ac_exeext'
8035 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7588 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8036 (eval $ac_try) 2>&5 7589 (eval $ac_try) 2>&5
8037 ac_status=$? 7590 ac_status=$?
@@ -8056,8 +7609,7 @@ do
8056 done 7609 done
8057done 7610done
8058fi 7611fi
8059rm -f conftest.err conftest.$ac_objext \ 7612rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8060 conftest$ac_exeext conftest.$ac_ext
8061fi # $ac_x_libraries = no 7613fi # $ac_x_libraries = no
8062 7614
8063if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then 7615if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
@@ -8066,7 +7618,7 @@ if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
8066else 7618else
8067 # Record where we found X for the cache. 7619 # Record where we found X for the cache.
8068 ac_cv_have_x="have_x=yes \ 7620 ac_cv_have_x="have_x=yes \
8069 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries" 7621 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
8070fi 7622fi
8071fi 7623fi
8072 7624
@@ -8085,12 +7637,8 @@ else
8085 # Update the cache value to reflect the command line values. 7637 # Update the cache value to reflect the command line values.
8086 ac_cv_have_x="have_x=yes \ 7638 ac_cv_have_x="have_x=yes \
8087 ac_x_includes=$x_includes ac_x_libraries=$x_libraries" 7639 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
8088 # It might be that x_includes is empty (headers are found in the 7640 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
8089 # standard search path. Then output the corresponding message 7641echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6
8090 ac_out_x_includes=$x_includes
8091 test "x$x_includes" = x && ac_out_x_includes="in standard search path"
8092 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $ac_out_x_includes" >&5
8093echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6
8094fi 7642fi
8095 7643
8096if test "$no_x" = yes; then 7644if test "$no_x" = yes; then
@@ -8198,6 +7746,7 @@ else
8198echo "$as_me:$LINENO: checking Carbon/Carbon.h usability" >&5 7746echo "$as_me:$LINENO: checking Carbon/Carbon.h usability" >&5
8199echo $ECHO_N "checking Carbon/Carbon.h usability... $ECHO_C" >&6 7747echo $ECHO_N "checking Carbon/Carbon.h usability... $ECHO_C" >&6
8200cat >conftest.$ac_ext <<_ACEOF 7748cat >conftest.$ac_ext <<_ACEOF
7749#line $LINENO "configure"
8201/* confdefs.h. */ 7750/* confdefs.h. */
8202_ACEOF 7751_ACEOF
8203cat confdefs.h >>conftest.$ac_ext 7752cat confdefs.h >>conftest.$ac_ext
@@ -8208,20 +7757,11 @@ $ac_includes_default
8208_ACEOF 7757_ACEOF
8209rm -f conftest.$ac_objext 7758rm -f conftest.$ac_objext
8210if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7759if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8211 (eval $ac_compile) 2>conftest.er1 7760 (eval $ac_compile) 2>&5
8212 ac_status=$? 7761 ac_status=$?
8213 grep -v '^ *+' conftest.er1 >conftest.err
8214 rm -f conftest.er1
8215 cat conftest.err >&5
8216 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8217 (exit $ac_status); } && 7763 (exit $ac_status); } &&
8218 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7764 { ac_try='test -s conftest.$ac_objext'
8219 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8220 (eval $ac_try) 2>&5
8221 ac_status=$?
8222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8223 (exit $ac_status); }; } &&
8224 { ac_try='test -s conftest.$ac_objext'
8225 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7765 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8226 (eval $ac_try) 2>&5 7766 (eval $ac_try) 2>&5
8227 ac_status=$? 7767 ac_status=$?
@@ -8234,7 +7774,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
8234 7774
8235ac_header_compiler=no 7775ac_header_compiler=no
8236fi 7776fi
8237rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 7777rm -f conftest.$ac_objext conftest.$ac_ext
8238echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7778echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8239echo "${ECHO_T}$ac_header_compiler" >&6 7779echo "${ECHO_T}$ac_header_compiler" >&6
8240 7780
@@ -8242,6 +7782,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
8242echo "$as_me:$LINENO: checking Carbon/Carbon.h presence" >&5 7782echo "$as_me:$LINENO: checking Carbon/Carbon.h presence" >&5
8243echo $ECHO_N "checking Carbon/Carbon.h presence... $ECHO_C" >&6 7783echo $ECHO_N "checking Carbon/Carbon.h presence... $ECHO_C" >&6
8244cat >conftest.$ac_ext <<_ACEOF 7784cat >conftest.$ac_ext <<_ACEOF
7785#line $LINENO "configure"
8245/* confdefs.h. */ 7786/* confdefs.h. */
8246_ACEOF 7787_ACEOF
8247cat confdefs.h >>conftest.$ac_ext 7788cat confdefs.h >>conftest.$ac_ext
@@ -8259,7 +7800,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8259 (exit $ac_status); } >/dev/null; then 7800 (exit $ac_status); } >/dev/null; then
8260 if test -s conftest.err; then 7801 if test -s conftest.err; then
8261 ac_cpp_err=$ac_c_preproc_warn_flag 7802 ac_cpp_err=$ac_c_preproc_warn_flag
8262 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
8263 else 7803 else
8264 ac_cpp_err= 7804 ac_cpp_err=
8265 fi 7805 fi
@@ -8279,32 +7819,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8279echo "${ECHO_T}$ac_header_preproc" >&6 7819echo "${ECHO_T}$ac_header_preproc" >&6
8280 7820
8281# So? What about this header? 7821# So? What about this header?
8282case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 7822case $ac_header_compiler:$ac_header_preproc in
8283 yes:no: ) 7823 yes:no )
8284 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: accepted by the compiler, rejected by the preprocessor!" >&5 7824 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: accepted by the compiler, rejected by the preprocessor!" >&5
8285echo "$as_me: WARNING: Carbon/Carbon.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 7825echo "$as_me: WARNING: Carbon/Carbon.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
8286 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: proceeding with the compiler's result" >&5 7826 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&5
8287echo "$as_me: WARNING: Carbon/Carbon.h: proceeding with the compiler's result" >&2;} 7827echo "$as_me: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&2;}
8288 ac_header_preproc=yes 7828 (
7829 cat <<\_ASBOX
7830## ------------------------------------ ##
7831## Report this to bug-autoconf@gnu.org. ##
7832## ------------------------------------ ##
7833_ASBOX
7834 ) |
7835 sed "s/^/$as_me: WARNING: /" >&2
8289 ;; 7836 ;;
8290 no:yes:* ) 7837 no:yes )
8291 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: present but cannot be compiled" >&5 7838 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: present but cannot be compiled" >&5
8292echo "$as_me: WARNING: Carbon/Carbon.h: present but cannot be compiled" >&2;} 7839echo "$as_me: WARNING: Carbon/Carbon.h: present but cannot be compiled" >&2;}
8293 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: check for missing prerequisite headers?" >&5 7840 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: check for missing prerequisite headers?" >&5
8294echo "$as_me: WARNING: Carbon/Carbon.h: check for missing prerequisite headers?" >&2;} 7841echo "$as_me: WARNING: Carbon/Carbon.h: check for missing prerequisite headers?" >&2;}
8295 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: see the Autoconf documentation" >&5
8296echo "$as_me: WARNING: Carbon/Carbon.h: see the Autoconf documentation" >&2;}
8297 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: section \"Present But Cannot Be Compiled\"" >&5
8298echo "$as_me: WARNING: Carbon/Carbon.h: section \"Present But Cannot Be Compiled\"" >&2;}
8299 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&5 7842 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&5
8300echo "$as_me: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&2;} 7843echo "$as_me: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&2;}
8301 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: in the future, the compiler will take precedence" >&5
8302echo "$as_me: WARNING: Carbon/Carbon.h: in the future, the compiler will take precedence" >&2;}
8303 ( 7844 (
8304 cat <<\_ASBOX 7845 cat <<\_ASBOX
8305## ------------------------------------------ ## 7846## ------------------------------------ ##
8306## Report this to the AC_PACKAGE_NAME lists. ## 7847## Report this to bug-autoconf@gnu.org. ##
8307## ------------------------------------------ ## 7848## ------------------------------------ ##
8308_ASBOX 7849_ASBOX
8309 ) | 7850 ) |
8310 sed "s/^/$as_me: WARNING: /" >&2 7851 sed "s/^/$as_me: WARNING: /" >&2
@@ -8342,28 +7883,21 @@ if test "${ac_cv_func_malloc_get_state+set}" = set; then
8342 echo $ECHO_N "(cached) $ECHO_C" >&6 7883 echo $ECHO_N "(cached) $ECHO_C" >&6
8343else 7884else
8344 cat >conftest.$ac_ext <<_ACEOF 7885 cat >conftest.$ac_ext <<_ACEOF
7886#line $LINENO "configure"
8345/* confdefs.h. */ 7887/* confdefs.h. */
8346_ACEOF 7888_ACEOF
8347cat confdefs.h >>conftest.$ac_ext 7889cat confdefs.h >>conftest.$ac_ext
8348cat >>conftest.$ac_ext <<_ACEOF 7890cat >>conftest.$ac_ext <<_ACEOF
8349/* end confdefs.h. */ 7891/* end confdefs.h. */
8350/* Define malloc_get_state to an innocuous variant, in case <limits.h> declares malloc_get_state.
8351 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8352#define malloc_get_state innocuous_malloc_get_state
8353
8354/* System header to define __stub macros and hopefully few prototypes, 7892/* System header to define __stub macros and hopefully few prototypes,
8355 which can conflict with char malloc_get_state (); below. 7893 which can conflict with char malloc_get_state (); below.
8356 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 7894 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8357 <limits.h> exists even on freestanding compilers. */ 7895 <limits.h> exists even on freestanding compilers. */
8358
8359#ifdef __STDC__ 7896#ifdef __STDC__
8360# include <limits.h> 7897# include <limits.h>
8361#else 7898#else
8362# include <assert.h> 7899# include <assert.h>
8363#endif 7900#endif
8364
8365#undef malloc_get_state
8366
8367/* Override any gcc2 internal prototype to avoid an error. */ 7901/* Override any gcc2 internal prototype to avoid an error. */
8368#ifdef __cplusplus 7902#ifdef __cplusplus
8369extern "C" 7903extern "C"
@@ -8394,20 +7928,11 @@ return f != malloc_get_state;
8394_ACEOF 7928_ACEOF
8395rm -f conftest.$ac_objext conftest$ac_exeext 7929rm -f conftest.$ac_objext conftest$ac_exeext
8396if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 7930if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8397 (eval $ac_link) 2>conftest.er1 7931 (eval $ac_link) 2>&5
8398 ac_status=$? 7932 ac_status=$?
8399 grep -v '^ *+' conftest.er1 >conftest.err
8400 rm -f conftest.er1
8401 cat conftest.err >&5
8402 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8403 (exit $ac_status); } && 7934 (exit $ac_status); } &&
8404 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7935 { ac_try='test -s conftest$ac_exeext'
8405 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8406 (eval $ac_try) 2>&5
8407 ac_status=$?
8408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8409 (exit $ac_status); }; } &&
8410 { ac_try='test -s conftest$ac_exeext'
8411 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7936 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8412 (eval $ac_try) 2>&5 7937 (eval $ac_try) 2>&5
8413 ac_status=$? 7938 ac_status=$?
@@ -8420,8 +7945,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
8420 7945
8421ac_cv_func_malloc_get_state=no 7946ac_cv_func_malloc_get_state=no
8422fi 7947fi
8423rm -f conftest.err conftest.$ac_objext \ 7948rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8424 conftest$ac_exeext conftest.$ac_ext
8425fi 7949fi
8426echo "$as_me:$LINENO: result: $ac_cv_func_malloc_get_state" >&5 7950echo "$as_me:$LINENO: result: $ac_cv_func_malloc_get_state" >&5
8427echo "${ECHO_T}$ac_cv_func_malloc_get_state" >&6 7951echo "${ECHO_T}$ac_cv_func_malloc_get_state" >&6
@@ -8437,28 +7961,21 @@ if test "${ac_cv_func_malloc_set_state+set}" = set; then
8437 echo $ECHO_N "(cached) $ECHO_C" >&6 7961 echo $ECHO_N "(cached) $ECHO_C" >&6
8438else 7962else
8439 cat >conftest.$ac_ext <<_ACEOF 7963 cat >conftest.$ac_ext <<_ACEOF
7964#line $LINENO "configure"
8440/* confdefs.h. */ 7965/* confdefs.h. */
8441_ACEOF 7966_ACEOF
8442cat confdefs.h >>conftest.$ac_ext 7967cat confdefs.h >>conftest.$ac_ext
8443cat >>conftest.$ac_ext <<_ACEOF 7968cat >>conftest.$ac_ext <<_ACEOF
8444/* end confdefs.h. */ 7969/* end confdefs.h. */
8445/* Define malloc_set_state to an innocuous variant, in case <limits.h> declares malloc_set_state.
8446 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8447#define malloc_set_state innocuous_malloc_set_state
8448
8449/* System header to define __stub macros and hopefully few prototypes, 7970/* System header to define __stub macros and hopefully few prototypes,
8450 which can conflict with char malloc_set_state (); below. 7971 which can conflict with char malloc_set_state (); below.
8451 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 7972 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8452 <limits.h> exists even on freestanding compilers. */ 7973 <limits.h> exists even on freestanding compilers. */
8453
8454#ifdef __STDC__ 7974#ifdef __STDC__
8455# include <limits.h> 7975# include <limits.h>
8456#else 7976#else
8457# include <assert.h> 7977# include <assert.h>
8458#endif 7978#endif
8459
8460#undef malloc_set_state
8461
8462/* Override any gcc2 internal prototype to avoid an error. */ 7979/* Override any gcc2 internal prototype to avoid an error. */
8463#ifdef __cplusplus 7980#ifdef __cplusplus
8464extern "C" 7981extern "C"
@@ -8489,20 +8006,11 @@ return f != malloc_set_state;
8489_ACEOF 8006_ACEOF
8490rm -f conftest.$ac_objext conftest$ac_exeext 8007rm -f conftest.$ac_objext conftest$ac_exeext
8491if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8008if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8492 (eval $ac_link) 2>conftest.er1 8009 (eval $ac_link) 2>&5
8493 ac_status=$? 8010 ac_status=$?
8494 grep -v '^ *+' conftest.er1 >conftest.err
8495 rm -f conftest.er1
8496 cat conftest.err >&5
8497 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8498 (exit $ac_status); } && 8012 (exit $ac_status); } &&
8499 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8013 { ac_try='test -s conftest$ac_exeext'
8500 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8501 (eval $ac_try) 2>&5
8502 ac_status=$?
8503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8504 (exit $ac_status); }; } &&
8505 { ac_try='test -s conftest$ac_exeext'
8506 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8014 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8507 (eval $ac_try) 2>&5 8015 (eval $ac_try) 2>&5
8508 ac_status=$? 8016 ac_status=$?
@@ -8515,8 +8023,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
8515 8023
8516ac_cv_func_malloc_set_state=no 8024ac_cv_func_malloc_set_state=no
8517fi 8025fi
8518rm -f conftest.err conftest.$ac_objext \ 8026rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8519 conftest$ac_exeext conftest.$ac_ext
8520fi 8027fi
8521echo "$as_me:$LINENO: result: $ac_cv_func_malloc_set_state" >&5 8028echo "$as_me:$LINENO: result: $ac_cv_func_malloc_set_state" >&5
8522echo "${ECHO_T}$ac_cv_func_malloc_set_state" >&6 8029echo "${ECHO_T}$ac_cv_func_malloc_set_state" >&6
@@ -8532,6 +8039,7 @@ if test "${emacs_cv_var___after_morecore_hook+set}" = set; then
8532 echo $ECHO_N "(cached) $ECHO_C" >&6 8039 echo $ECHO_N "(cached) $ECHO_C" >&6
8533else 8040else
8534 cat >conftest.$ac_ext <<_ACEOF 8041 cat >conftest.$ac_ext <<_ACEOF
8042#line $LINENO "configure"
8535/* confdefs.h. */ 8043/* confdefs.h. */
8536_ACEOF 8044_ACEOF
8537cat confdefs.h >>conftest.$ac_ext 8045cat confdefs.h >>conftest.$ac_ext
@@ -8548,20 +8056,11 @@ __after_morecore_hook = 0
8548_ACEOF 8056_ACEOF
8549rm -f conftest.$ac_objext conftest$ac_exeext 8057rm -f conftest.$ac_objext conftest$ac_exeext
8550if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8058if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8551 (eval $ac_link) 2>conftest.er1 8059 (eval $ac_link) 2>&5
8552 ac_status=$? 8060 ac_status=$?
8553 grep -v '^ *+' conftest.er1 >conftest.err
8554 rm -f conftest.er1
8555 cat conftest.err >&5
8556 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8557 (exit $ac_status); } && 8062 (exit $ac_status); } &&
8558 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8063 { ac_try='test -s conftest$ac_exeext'
8559 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8560 (eval $ac_try) 2>&5
8561 ac_status=$?
8562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8563 (exit $ac_status); }; } &&
8564 { ac_try='test -s conftest$ac_exeext'
8565 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8064 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8566 (eval $ac_try) 2>&5 8065 (eval $ac_try) 2>&5
8567 ac_status=$? 8066 ac_status=$?
@@ -8574,8 +8073,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
8574 8073
8575emacs_cv_var___after_morecore_hook=no 8074emacs_cv_var___after_morecore_hook=no
8576fi 8075fi
8577rm -f conftest.err conftest.$ac_objext \ 8076rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8578 conftest$ac_exeext conftest.$ac_ext
8579fi 8077fi
8580echo "$as_me:$LINENO: result: $emacs_cv_var___after_morecore_hook" >&5 8078echo "$as_me:$LINENO: result: $emacs_cv_var___after_morecore_hook" >&5
8581echo "${ECHO_T}$emacs_cv_var___after_morecore_hook" >&6 8079echo "${ECHO_T}$emacs_cv_var___after_morecore_hook" >&6
@@ -8622,6 +8120,7 @@ else
8622echo "$as_me:$LINENO: checking $ac_header usability" >&5 8120echo "$as_me:$LINENO: checking $ac_header usability" >&5
8623echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 8121echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
8624cat >conftest.$ac_ext <<_ACEOF 8122cat >conftest.$ac_ext <<_ACEOF
8123#line $LINENO "configure"
8625/* confdefs.h. */ 8124/* confdefs.h. */
8626_ACEOF 8125_ACEOF
8627cat confdefs.h >>conftest.$ac_ext 8126cat confdefs.h >>conftest.$ac_ext
@@ -8632,20 +8131,11 @@ $ac_includes_default
8632_ACEOF 8131_ACEOF
8633rm -f conftest.$ac_objext 8132rm -f conftest.$ac_objext
8634if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 8133if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8635 (eval $ac_compile) 2>conftest.er1 8134 (eval $ac_compile) 2>&5
8636 ac_status=$? 8135 ac_status=$?
8637 grep -v '^ *+' conftest.er1 >conftest.err
8638 rm -f conftest.er1
8639 cat conftest.err >&5
8640 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8641 (exit $ac_status); } && 8137 (exit $ac_status); } &&
8642 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8138 { ac_try='test -s conftest.$ac_objext'
8643 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8644 (eval $ac_try) 2>&5
8645 ac_status=$?
8646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8647 (exit $ac_status); }; } &&
8648 { ac_try='test -s conftest.$ac_objext'
8649 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8139 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8650 (eval $ac_try) 2>&5 8140 (eval $ac_try) 2>&5
8651 ac_status=$? 8141 ac_status=$?
@@ -8658,7 +8148,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
8658 8148
8659ac_header_compiler=no 8149ac_header_compiler=no
8660fi 8150fi
8661rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 8151rm -f conftest.$ac_objext conftest.$ac_ext
8662echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8152echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8663echo "${ECHO_T}$ac_header_compiler" >&6 8153echo "${ECHO_T}$ac_header_compiler" >&6
8664 8154
@@ -8666,6 +8156,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
8666echo "$as_me:$LINENO: checking $ac_header presence" >&5 8156echo "$as_me:$LINENO: checking $ac_header presence" >&5
8667echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 8157echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
8668cat >conftest.$ac_ext <<_ACEOF 8158cat >conftest.$ac_ext <<_ACEOF
8159#line $LINENO "configure"
8669/* confdefs.h. */ 8160/* confdefs.h. */
8670_ACEOF 8161_ACEOF
8671cat confdefs.h >>conftest.$ac_ext 8162cat confdefs.h >>conftest.$ac_ext
@@ -8683,7 +8174,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8683 (exit $ac_status); } >/dev/null; then 8174 (exit $ac_status); } >/dev/null; then
8684 if test -s conftest.err; then 8175 if test -s conftest.err; then
8685 ac_cpp_err=$ac_c_preproc_warn_flag 8176 ac_cpp_err=$ac_c_preproc_warn_flag
8686 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
8687 else 8177 else
8688 ac_cpp_err= 8178 ac_cpp_err=
8689 fi 8179 fi
@@ -8703,32 +8193,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8703echo "${ECHO_T}$ac_header_preproc" >&6 8193echo "${ECHO_T}$ac_header_preproc" >&6
8704 8194
8705# So? What about this header? 8195# So? What about this header?
8706case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 8196case $ac_header_compiler:$ac_header_preproc in
8707 yes:no: ) 8197 yes:no )
8708 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 8198 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
8709echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 8199echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
8710 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 8200 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
8711echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 8201echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
8712 ac_header_preproc=yes 8202 (
8203 cat <<\_ASBOX
8204## ------------------------------------ ##
8205## Report this to bug-autoconf@gnu.org. ##
8206## ------------------------------------ ##
8207_ASBOX
8208 ) |
8209 sed "s/^/$as_me: WARNING: /" >&2
8713 ;; 8210 ;;
8714 no:yes:* ) 8211 no:yes )
8715 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 8212 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
8716echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 8213echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
8717 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 8214 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
8718echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 8215echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
8719 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
8720echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
8721 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
8722echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
8723 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 8216 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
8724echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 8217echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
8725 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
8726echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
8727 ( 8218 (
8728 cat <<\_ASBOX 8219 cat <<\_ASBOX
8729## ------------------------------------------ ## 8220## ------------------------------------ ##
8730## Report this to the AC_PACKAGE_NAME lists. ## 8221## Report this to bug-autoconf@gnu.org. ##
8731## ------------------------------------------ ## 8222## ------------------------------------ ##
8732_ASBOX 8223_ASBOX
8733 ) | 8224 ) |
8734 sed "s/^/$as_me: WARNING: /" >&2 8225 sed "s/^/$as_me: WARNING: /" >&2
@@ -8739,7 +8230,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8739if eval "test \"\${$as_ac_Header+set}\" = set"; then 8230if eval "test \"\${$as_ac_Header+set}\" = set"; then
8740 echo $ECHO_N "(cached) $ECHO_C" >&6 8231 echo $ECHO_N "(cached) $ECHO_C" >&6
8741else 8232else
8742 eval "$as_ac_Header=\$ac_header_preproc" 8233 eval "$as_ac_Header=$ac_header_preproc"
8743fi 8234fi
8744echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 8235echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8745echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 8236echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -8764,28 +8255,21 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
8764 echo $ECHO_N "(cached) $ECHO_C" >&6 8255 echo $ECHO_N "(cached) $ECHO_C" >&6
8765else 8256else
8766 cat >conftest.$ac_ext <<_ACEOF 8257 cat >conftest.$ac_ext <<_ACEOF
8258#line $LINENO "configure"
8767/* confdefs.h. */ 8259/* confdefs.h. */
8768_ACEOF 8260_ACEOF
8769cat confdefs.h >>conftest.$ac_ext 8261cat confdefs.h >>conftest.$ac_ext
8770cat >>conftest.$ac_ext <<_ACEOF 8262cat >>conftest.$ac_ext <<_ACEOF
8771/* end confdefs.h. */ 8263/* end confdefs.h. */
8772/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
8773 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8774#define $ac_func innocuous_$ac_func
8775
8776/* System header to define __stub macros and hopefully few prototypes, 8264/* System header to define __stub macros and hopefully few prototypes,
8777 which can conflict with char $ac_func (); below. 8265 which can conflict with char $ac_func (); below.
8778 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 8266 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8779 <limits.h> exists even on freestanding compilers. */ 8267 <limits.h> exists even on freestanding compilers. */
8780
8781#ifdef __STDC__ 8268#ifdef __STDC__
8782# include <limits.h> 8269# include <limits.h>
8783#else 8270#else
8784# include <assert.h> 8271# include <assert.h>
8785#endif 8272#endif
8786
8787#undef $ac_func
8788
8789/* Override any gcc2 internal prototype to avoid an error. */ 8273/* Override any gcc2 internal prototype to avoid an error. */
8790#ifdef __cplusplus 8274#ifdef __cplusplus
8791extern "C" 8275extern "C"
@@ -8816,20 +8300,11 @@ return f != $ac_func;
8816_ACEOF 8300_ACEOF
8817rm -f conftest.$ac_objext conftest$ac_exeext 8301rm -f conftest.$ac_objext conftest$ac_exeext
8818if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8302if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8819 (eval $ac_link) 2>conftest.er1 8303 (eval $ac_link) 2>&5
8820 ac_status=$? 8304 ac_status=$?
8821 grep -v '^ *+' conftest.er1 >conftest.err
8822 rm -f conftest.er1
8823 cat conftest.err >&5
8824 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8825 (exit $ac_status); } && 8306 (exit $ac_status); } &&
8826 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8307 { ac_try='test -s conftest$ac_exeext'
8827 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8828 (eval $ac_try) 2>&5
8829 ac_status=$?
8830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8831 (exit $ac_status); }; } &&
8832 { ac_try='test -s conftest$ac_exeext'
8833 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8308 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8834 (eval $ac_try) 2>&5 8309 (eval $ac_try) 2>&5
8835 ac_status=$? 8310 ac_status=$?
@@ -8842,8 +8317,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
8842 8317
8843eval "$as_ac_var=no" 8318eval "$as_ac_var=no"
8844fi 8319fi
8845rm -f conftest.err conftest.$ac_objext \ 8320rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8846 conftest$ac_exeext conftest.$ac_ext
8847fi 8321fi
8848echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 8322echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
8849echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 8323echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -8864,6 +8338,7 @@ else
8864 ac_cv_func_mmap_fixed_mapped=no 8338 ac_cv_func_mmap_fixed_mapped=no
8865else 8339else
8866 cat >conftest.$ac_ext <<_ACEOF 8340 cat >conftest.$ac_ext <<_ACEOF
8341#line $LINENO "configure"
8867/* confdefs.h. */ 8342/* confdefs.h. */
8868_ACEOF 8343_ACEOF
8869cat confdefs.h >>conftest.$ac_ext 8344cat confdefs.h >>conftest.$ac_ext
@@ -8971,9 +8446,9 @@ main ()
8971 data2 = (char *) malloc (2 * pagesize); 8446 data2 = (char *) malloc (2 * pagesize);
8972 if (!data2) 8447 if (!data2)
8973 exit (1); 8448 exit (1);
8974 data2 += (pagesize - ((long) data2 & (pagesize - 1))) & (pagesize - 1); 8449 data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1);
8975 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE, 8450 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
8976 MAP_PRIVATE | MAP_FIXED, fd, 0L)) 8451 MAP_PRIVATE | MAP_FIXED, fd, 0L))
8977 exit (1); 8452 exit (1);
8978 for (i = 0; i < pagesize; ++i) 8453 for (i = 0; i < pagesize; ++i)
8979 if (*(data + i) != *(data2 + i)) 8454 if (*(data + i) != *(data2 + i))
@@ -9016,7 +8491,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
9016( exit $ac_status ) 8491( exit $ac_status )
9017ac_cv_func_mmap_fixed_mapped=no 8492ac_cv_func_mmap_fixed_mapped=no
9018fi 8493fi
9019rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 8494rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9020fi 8495fi
9021fi 8496fi
9022echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5 8497echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5
@@ -9045,6 +8520,7 @@ else
9045 ac_check_lib_save_LIBS=$LIBS 8520 ac_check_lib_save_LIBS=$LIBS
9046LIBS="-ldnet $LIBS" 8521LIBS="-ldnet $LIBS"
9047cat >conftest.$ac_ext <<_ACEOF 8522cat >conftest.$ac_ext <<_ACEOF
8523#line $LINENO "configure"
9048/* confdefs.h. */ 8524/* confdefs.h. */
9049_ACEOF 8525_ACEOF
9050cat confdefs.h >>conftest.$ac_ext 8526cat confdefs.h >>conftest.$ac_ext
@@ -9068,20 +8544,11 @@ dnet_ntoa ();
9068_ACEOF 8544_ACEOF
9069rm -f conftest.$ac_objext conftest$ac_exeext 8545rm -f conftest.$ac_objext conftest$ac_exeext
9070if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8546if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9071 (eval $ac_link) 2>conftest.er1 8547 (eval $ac_link) 2>&5
9072 ac_status=$? 8548 ac_status=$?
9073 grep -v '^ *+' conftest.er1 >conftest.err
9074 rm -f conftest.er1
9075 cat conftest.err >&5
9076 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9077 (exit $ac_status); } && 8550 (exit $ac_status); } &&
9078 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8551 { ac_try='test -s conftest$ac_exeext'
9079 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9080 (eval $ac_try) 2>&5
9081 ac_status=$?
9082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9083 (exit $ac_status); }; } &&
9084 { ac_try='test -s conftest$ac_exeext'
9085 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8552 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9086 (eval $ac_try) 2>&5 8553 (eval $ac_try) 2>&5
9087 ac_status=$? 8554 ac_status=$?
@@ -9094,8 +8561,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
9094 8561
9095ac_cv_lib_dnet_dnet_ntoa=no 8562ac_cv_lib_dnet_dnet_ntoa=no
9096fi 8563fi
9097rm -f conftest.err conftest.$ac_objext \ 8564rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9098 conftest$ac_exeext conftest.$ac_ext
9099LIBS=$ac_check_lib_save_LIBS 8565LIBS=$ac_check_lib_save_LIBS
9100fi 8566fi
9101echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 8567echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
@@ -9118,6 +8584,7 @@ else
9118 ac_check_lib_save_LIBS=$LIBS 8584 ac_check_lib_save_LIBS=$LIBS
9119LIBS="-lXbsd $LIBS" 8585LIBS="-lXbsd $LIBS"
9120cat >conftest.$ac_ext <<_ACEOF 8586cat >conftest.$ac_ext <<_ACEOF
8587#line $LINENO "configure"
9121/* confdefs.h. */ 8588/* confdefs.h. */
9122_ACEOF 8589_ACEOF
9123cat confdefs.h >>conftest.$ac_ext 8590cat confdefs.h >>conftest.$ac_ext
@@ -9135,20 +8602,11 @@ main ();
9135_ACEOF 8602_ACEOF
9136rm -f conftest.$ac_objext conftest$ac_exeext 8603rm -f conftest.$ac_objext conftest$ac_exeext
9137if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8604if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9138 (eval $ac_link) 2>conftest.er1 8605 (eval $ac_link) 2>&5
9139 ac_status=$? 8606 ac_status=$?
9140 grep -v '^ *+' conftest.er1 >conftest.err
9141 rm -f conftest.er1
9142 cat conftest.err >&5
9143 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9144 (exit $ac_status); } && 8608 (exit $ac_status); } &&
9145 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8609 { ac_try='test -s conftest$ac_exeext'
9146 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9147 (eval $ac_try) 2>&5
9148 ac_status=$?
9149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9150 (exit $ac_status); }; } &&
9151 { ac_try='test -s conftest$ac_exeext'
9152 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8610 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9153 (eval $ac_try) 2>&5 8611 (eval $ac_try) 2>&5
9154 ac_status=$? 8612 ac_status=$?
@@ -9161,8 +8619,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
9161 8619
9162ac_cv_lib_Xbsd_main=no 8620ac_cv_lib_Xbsd_main=no
9163fi 8621fi
9164rm -f conftest.err conftest.$ac_objext \ 8622rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9165 conftest$ac_exeext conftest.$ac_ext
9166LIBS=$ac_check_lib_save_LIBS 8623LIBS=$ac_check_lib_save_LIBS
9167fi 8624fi
9168echo "$as_me:$LINENO: result: $ac_cv_lib_Xbsd_main" >&5 8625echo "$as_me:$LINENO: result: $ac_cv_lib_Xbsd_main" >&5
@@ -9181,6 +8638,7 @@ else
9181 ac_check_lib_save_LIBS=$LIBS 8638 ac_check_lib_save_LIBS=$LIBS
9182LIBS="-lpthreads $LIBS" 8639LIBS="-lpthreads $LIBS"
9183cat >conftest.$ac_ext <<_ACEOF 8640cat >conftest.$ac_ext <<_ACEOF
8641#line $LINENO "configure"
9184/* confdefs.h. */ 8642/* confdefs.h. */
9185_ACEOF 8643_ACEOF
9186cat confdefs.h >>conftest.$ac_ext 8644cat confdefs.h >>conftest.$ac_ext
@@ -9204,20 +8662,11 @@ cma_open ();
9204_ACEOF 8662_ACEOF
9205rm -f conftest.$ac_objext conftest$ac_exeext 8663rm -f conftest.$ac_objext conftest$ac_exeext
9206if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8664if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9207 (eval $ac_link) 2>conftest.er1 8665 (eval $ac_link) 2>&5
9208 ac_status=$? 8666 ac_status=$?
9209 grep -v '^ *+' conftest.er1 >conftest.err
9210 rm -f conftest.er1
9211 cat conftest.err >&5
9212 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9213 (exit $ac_status); } && 8668 (exit $ac_status); } &&
9214 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8669 { ac_try='test -s conftest$ac_exeext'
9215 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9216 (eval $ac_try) 2>&5
9217 ac_status=$?
9218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9219 (exit $ac_status); }; } &&
9220 { ac_try='test -s conftest$ac_exeext'
9221 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8670 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9222 (eval $ac_try) 2>&5 8671 (eval $ac_try) 2>&5
9223 ac_status=$? 8672 ac_status=$?
@@ -9230,8 +8679,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
9230 8679
9231ac_cv_lib_pthreads_cma_open=no 8680ac_cv_lib_pthreads_cma_open=no
9232fi 8681fi
9233rm -f conftest.err conftest.$ac_objext \ 8682rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9234 conftest$ac_exeext conftest.$ac_ext
9235LIBS=$ac_check_lib_save_LIBS 8683LIBS=$ac_check_lib_save_LIBS
9236fi 8684fi
9237echo "$as_me:$LINENO: result: $ac_cv_lib_pthreads_cma_open" >&5 8685echo "$as_me:$LINENO: result: $ac_cv_lib_pthreads_cma_open" >&5
@@ -9273,6 +8721,7 @@ else
9273 8721
9274 LDFLAGS=$LDFLAGS\ $gdb_cv_bigtoc 8722 LDFLAGS=$LDFLAGS\ $gdb_cv_bigtoc
9275 cat >conftest.$ac_ext <<_ACEOF 8723 cat >conftest.$ac_ext <<_ACEOF
8724#line $LINENO "configure"
9276/* confdefs.h. */ 8725/* confdefs.h. */
9277_ACEOF 8726_ACEOF
9278cat confdefs.h >>conftest.$ac_ext 8727cat confdefs.h >>conftest.$ac_ext
@@ -9289,20 +8738,11 @@ int i;
9289_ACEOF 8738_ACEOF
9290rm -f conftest.$ac_objext conftest$ac_exeext 8739rm -f conftest.$ac_objext conftest$ac_exeext
9291if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8740if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9292 (eval $ac_link) 2>conftest.er1 8741 (eval $ac_link) 2>&5
9293 ac_status=$? 8742 ac_status=$?
9294 grep -v '^ *+' conftest.er1 >conftest.err
9295 rm -f conftest.er1
9296 cat conftest.err >&5
9297 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9298 (exit $ac_status); } && 8744 (exit $ac_status); } &&
9299 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8745 { ac_try='test -s conftest$ac_exeext'
9300 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9301 (eval $ac_try) 2>&5
9302 ac_status=$?
9303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9304 (exit $ac_status); }; } &&
9305 { ac_try='test -s conftest$ac_exeext'
9306 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8746 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9307 (eval $ac_try) 2>&5 8747 (eval $ac_try) 2>&5
9308 ac_status=$? 8748 ac_status=$?
@@ -9315,8 +8755,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
9315 8755
9316gdb_cv_bigtoc= 8756gdb_cv_bigtoc=
9317fi 8757fi
9318rm -f conftest.err conftest.$ac_objext \ 8758rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9319 conftest$ac_exeext conftest.$ac_ext
9320 8759
9321fi 8760fi
9322echo "$as_me:$LINENO: result: $gdb_cv_bigtoc" >&5 8761echo "$as_me:$LINENO: result: $gdb_cv_bigtoc" >&5
@@ -9350,6 +8789,7 @@ if test "${HAVE_X11}" = "yes"; then
9350 echo "$as_me:$LINENO: checking whether X on GNU/Linux needs -b to link" >&5 8789 echo "$as_me:$LINENO: checking whether X on GNU/Linux needs -b to link" >&5
9351echo $ECHO_N "checking whether X on GNU/Linux needs -b to link... $ECHO_C" >&6 8790echo $ECHO_N "checking whether X on GNU/Linux needs -b to link... $ECHO_C" >&6
9352 cat >conftest.$ac_ext <<_ACEOF 8791 cat >conftest.$ac_ext <<_ACEOF
8792#line $LINENO "configure"
9353/* confdefs.h. */ 8793/* confdefs.h. */
9354_ACEOF 8794_ACEOF
9355cat confdefs.h >>conftest.$ac_ext 8795cat confdefs.h >>conftest.$ac_ext
@@ -9366,20 +8806,11 @@ XOpenDisplay ("foo");
9366_ACEOF 8806_ACEOF
9367rm -f conftest.$ac_objext conftest$ac_exeext 8807rm -f conftest.$ac_objext conftest$ac_exeext
9368if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8808if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9369 (eval $ac_link) 2>conftest.er1 8809 (eval $ac_link) 2>&5
9370 ac_status=$? 8810 ac_status=$?
9371 grep -v '^ *+' conftest.er1 >conftest.err
9372 rm -f conftest.er1
9373 cat conftest.err >&5
9374 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9375 (exit $ac_status); } && 8812 (exit $ac_status); } &&
9376 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8813 { ac_try='test -s conftest$ac_exeext'
9377 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9378 (eval $ac_try) 2>&5
9379 ac_status=$?
9380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9381 (exit $ac_status); }; } &&
9382 { ac_try='test -s conftest$ac_exeext'
9383 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8814 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9384 (eval $ac_try) 2>&5 8815 (eval $ac_try) 2>&5
9385 ac_status=$? 8816 ac_status=$?
@@ -9392,8 +8823,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
9392 8823
9393xlinux_first_failure=yes 8824xlinux_first_failure=yes
9394fi 8825fi
9395rm -f conftest.err conftest.$ac_objext \ 8826rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9396 conftest$ac_exeext conftest.$ac_ext
9397 if test "${xlinux_first_failure}" = "yes"; then 8827 if test "${xlinux_first_failure}" = "yes"; then
9398 OLD_LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE" 8828 OLD_LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE"
9399 OLD_C_SWITCH_X_SITE="$C_SWITCH_X_SITE" 8829 OLD_C_SWITCH_X_SITE="$C_SWITCH_X_SITE"
@@ -9404,6 +8834,7 @@ rm -f conftest.err conftest.$ac_objext \
9404 CPPFLAGS="$CPPFLAGS -b i486-linuxaout" 8834 CPPFLAGS="$CPPFLAGS -b i486-linuxaout"
9405 LIBS="$LIBS -b i486-linuxaout" 8835 LIBS="$LIBS -b i486-linuxaout"
9406 cat >conftest.$ac_ext <<_ACEOF 8836 cat >conftest.$ac_ext <<_ACEOF
8837#line $LINENO "configure"
9407/* confdefs.h. */ 8838/* confdefs.h. */
9408_ACEOF 8839_ACEOF
9409cat confdefs.h >>conftest.$ac_ext 8840cat confdefs.h >>conftest.$ac_ext
@@ -9420,20 +8851,11 @@ XOpenDisplay ("foo");
9420_ACEOF 8851_ACEOF
9421rm -f conftest.$ac_objext conftest$ac_exeext 8852rm -f conftest.$ac_objext conftest$ac_exeext
9422if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8853if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9423 (eval $ac_link) 2>conftest.er1 8854 (eval $ac_link) 2>&5
9424 ac_status=$? 8855 ac_status=$?
9425 grep -v '^ *+' conftest.er1 >conftest.err
9426 rm -f conftest.er1
9427 cat conftest.err >&5
9428 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9429 (exit $ac_status); } && 8857 (exit $ac_status); } &&
9430 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8858 { ac_try='test -s conftest$ac_exeext'
9431 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9432 (eval $ac_try) 2>&5
9433 ac_status=$?
9434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9435 (exit $ac_status); }; } &&
9436 { ac_try='test -s conftest$ac_exeext'
9437 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8859 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9438 (eval $ac_try) 2>&5 8860 (eval $ac_try) 2>&5
9439 ac_status=$? 8861 ac_status=$?
@@ -9446,8 +8868,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
9446 8868
9447xlinux_second_failure=yes 8869xlinux_second_failure=yes
9448fi 8870fi
9449rm -f conftest.err conftest.$ac_objext \ 8871rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9450 conftest$ac_exeext conftest.$ac_ext
9451 if test "${xlinux_second_failure}" = "yes"; then 8872 if test "${xlinux_second_failure}" = "yes"; then
9452 # If we get the same failure with -b, there is no use adding -b. 8873 # If we get the same failure with -b, there is no use adding -b.
9453 # So take it out. This plays safe. 8874 # So take it out. This plays safe.
@@ -9472,6 +8893,7 @@ echo "${ECHO_T}no" >&6
9472 echo "$as_me:$LINENO: checking for Xkb" >&5 8893 echo "$as_me:$LINENO: checking for Xkb" >&5
9473echo $ECHO_N "checking for Xkb... $ECHO_C" >&6 8894echo $ECHO_N "checking for Xkb... $ECHO_C" >&6
9474 cat >conftest.$ac_ext <<_ACEOF 8895 cat >conftest.$ac_ext <<_ACEOF
8896#line $LINENO "configure"
9475/* confdefs.h. */ 8897/* confdefs.h. */
9476_ACEOF 8898_ACEOF
9477cat confdefs.h >>conftest.$ac_ext 8899cat confdefs.h >>conftest.$ac_ext
@@ -9489,20 +8911,11 @@ XkbDescPtr kb = XkbGetKeyboard (0, XkbAllComponentsMask, XkbUseCoreKbd);
9489_ACEOF 8911_ACEOF
9490rm -f conftest.$ac_objext conftest$ac_exeext 8912rm -f conftest.$ac_objext conftest$ac_exeext
9491if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8913if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9492 (eval $ac_link) 2>conftest.er1 8914 (eval $ac_link) 2>&5
9493 ac_status=$? 8915 ac_status=$?
9494 grep -v '^ *+' conftest.er1 >conftest.err
9495 rm -f conftest.er1
9496 cat conftest.err >&5
9497 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9498 (exit $ac_status); } && 8917 (exit $ac_status); } &&
9499 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8918 { ac_try='test -s conftest$ac_exeext'
9500 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9501 (eval $ac_try) 2>&5
9502 ac_status=$?
9503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9504 (exit $ac_status); }; } &&
9505 { ac_try='test -s conftest$ac_exeext'
9506 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8919 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9507 (eval $ac_try) 2>&5 8920 (eval $ac_try) 2>&5
9508 ac_status=$? 8921 ac_status=$?
@@ -9515,8 +8928,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
9515 8928
9516emacs_xkb=no 8929emacs_xkb=no
9517fi 8930fi
9518rm -f conftest.err conftest.$ac_objext \ 8931rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9519 conftest$ac_exeext conftest.$ac_ext
9520 echo "$as_me:$LINENO: result: $emacs_xkb" >&5 8932 echo "$as_me:$LINENO: result: $emacs_xkb" >&5
9521echo "${ECHO_T}$emacs_xkb" >&6 8933echo "${ECHO_T}$emacs_xkb" >&6
9522 if test $emacs_xkb = yes; then 8934 if test $emacs_xkb = yes; then
@@ -9541,28 +8953,21 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
9541 echo $ECHO_N "(cached) $ECHO_C" >&6 8953 echo $ECHO_N "(cached) $ECHO_C" >&6
9542else 8954else
9543 cat >conftest.$ac_ext <<_ACEOF 8955 cat >conftest.$ac_ext <<_ACEOF
8956#line $LINENO "configure"
9544/* confdefs.h. */ 8957/* confdefs.h. */
9545_ACEOF 8958_ACEOF
9546cat confdefs.h >>conftest.$ac_ext 8959cat confdefs.h >>conftest.$ac_ext
9547cat >>conftest.$ac_ext <<_ACEOF 8960cat >>conftest.$ac_ext <<_ACEOF
9548/* end confdefs.h. */ 8961/* end confdefs.h. */
9549/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
9550 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9551#define $ac_func innocuous_$ac_func
9552
9553/* System header to define __stub macros and hopefully few prototypes, 8962/* System header to define __stub macros and hopefully few prototypes,
9554 which can conflict with char $ac_func (); below. 8963 which can conflict with char $ac_func (); below.
9555 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 8964 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9556 <limits.h> exists even on freestanding compilers. */ 8965 <limits.h> exists even on freestanding compilers. */
9557
9558#ifdef __STDC__ 8966#ifdef __STDC__
9559# include <limits.h> 8967# include <limits.h>
9560#else 8968#else
9561# include <assert.h> 8969# include <assert.h>
9562#endif 8970#endif
9563
9564#undef $ac_func
9565
9566/* Override any gcc2 internal prototype to avoid an error. */ 8971/* Override any gcc2 internal prototype to avoid an error. */
9567#ifdef __cplusplus 8972#ifdef __cplusplus
9568extern "C" 8973extern "C"
@@ -9593,20 +8998,11 @@ return f != $ac_func;
9593_ACEOF 8998_ACEOF
9594rm -f conftest.$ac_objext conftest$ac_exeext 8999rm -f conftest.$ac_objext conftest$ac_exeext
9595if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 9000if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9596 (eval $ac_link) 2>conftest.er1 9001 (eval $ac_link) 2>&5
9597 ac_status=$? 9002 ac_status=$?
9598 grep -v '^ *+' conftest.er1 >conftest.err
9599 rm -f conftest.er1
9600 cat conftest.err >&5
9601 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9602 (exit $ac_status); } && 9004 (exit $ac_status); } &&
9603 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9005 { ac_try='test -s conftest$ac_exeext'
9604 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9605 (eval $ac_try) 2>&5
9606 ac_status=$?
9607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9608 (exit $ac_status); }; } &&
9609 { ac_try='test -s conftest$ac_exeext'
9610 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9006 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9611 (eval $ac_try) 2>&5 9007 (eval $ac_try) 2>&5
9612 ac_status=$? 9008 ac_status=$?
@@ -9619,8 +9015,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
9619 9015
9620eval "$as_ac_var=no" 9016eval "$as_ac_var=no"
9621fi 9017fi
9622rm -f conftest.err conftest.$ac_objext \ 9018rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9623 conftest$ac_exeext conftest.$ac_ext
9624fi 9019fi
9625echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 9020echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
9626echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 9021echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -9641,6 +9036,7 @@ echo $ECHO_N "checking X11 version 6... $ECHO_C" >&6
9641 echo $ECHO_N "(cached) $ECHO_C" >&6 9036 echo $ECHO_N "(cached) $ECHO_C" >&6
9642else 9037else
9643 cat >conftest.$ac_ext <<_ACEOF 9038 cat >conftest.$ac_ext <<_ACEOF
9039#line $LINENO "configure"
9644/* confdefs.h. */ 9040/* confdefs.h. */
9645_ACEOF 9041_ACEOF
9646cat confdefs.h >>conftest.$ac_ext 9042cat confdefs.h >>conftest.$ac_ext
@@ -9660,20 +9056,11 @@ fail;
9660_ACEOF 9056_ACEOF
9661rm -f conftest.$ac_objext conftest$ac_exeext 9057rm -f conftest.$ac_objext conftest$ac_exeext
9662if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 9058if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9663 (eval $ac_link) 2>conftest.er1 9059 (eval $ac_link) 2>&5
9664 ac_status=$? 9060 ac_status=$?
9665 grep -v '^ *+' conftest.er1 >conftest.err
9666 rm -f conftest.er1
9667 cat conftest.err >&5
9668 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9669 (exit $ac_status); } && 9062 (exit $ac_status); } &&
9670 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9063 { ac_try='test -s conftest$ac_exeext'
9671 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9672 (eval $ac_try) 2>&5
9673 ac_status=$?
9674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9675 (exit $ac_status); }; } &&
9676 { ac_try='test -s conftest$ac_exeext'
9677 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9064 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9678 (eval $ac_try) 2>&5 9065 (eval $ac_try) 2>&5
9679 ac_status=$? 9066 ac_status=$?
@@ -9686,8 +9073,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
9686 9073
9687emacs_cv_x11_version_6=no 9074emacs_cv_x11_version_6=no
9688fi 9075fi
9689rm -f conftest.err conftest.$ac_objext \ 9076rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9690 conftest$ac_exeext conftest.$ac_ext
9691fi 9077fi
9692 9078
9693 if test $emacs_cv_x11_version_6 = yes; then 9079 if test $emacs_cv_x11_version_6 = yes; then
@@ -9711,6 +9097,7 @@ echo $ECHO_N "checking X11 version 5... $ECHO_C" >&6
9711 echo $ECHO_N "(cached) $ECHO_C" >&6 9097 echo $ECHO_N "(cached) $ECHO_C" >&6
9712else 9098else
9713 cat >conftest.$ac_ext <<_ACEOF 9099 cat >conftest.$ac_ext <<_ACEOF
9100#line $LINENO "configure"
9714/* confdefs.h. */ 9101/* confdefs.h. */
9715_ACEOF 9102_ACEOF
9716cat confdefs.h >>conftest.$ac_ext 9103cat confdefs.h >>conftest.$ac_ext
@@ -9730,20 +9117,11 @@ fail;
9730_ACEOF 9117_ACEOF
9731rm -f conftest.$ac_objext conftest$ac_exeext 9118rm -f conftest.$ac_objext conftest$ac_exeext
9732if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 9119if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9733 (eval $ac_link) 2>conftest.er1 9120 (eval $ac_link) 2>&5
9734 ac_status=$? 9121 ac_status=$?
9735 grep -v '^ *+' conftest.er1 >conftest.err
9736 rm -f conftest.er1
9737 cat conftest.err >&5
9738 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9739 (exit $ac_status); } && 9123 (exit $ac_status); } &&
9740 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9124 { ac_try='test -s conftest$ac_exeext'
9741 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9742 (eval $ac_try) 2>&5
9743 ac_status=$?
9744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9745 (exit $ac_status); }; } &&
9746 { ac_try='test -s conftest$ac_exeext'
9747 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9125 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9748 (eval $ac_try) 2>&5 9126 (eval $ac_try) 2>&5
9749 ac_status=$? 9127 ac_status=$?
@@ -9756,8 +9134,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
9756 9134
9757emacs_cv_x11_version_5=no 9135emacs_cv_x11_version_5=no
9758fi 9136fi
9759rm -f conftest.err conftest.$ac_objext \ 9137rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9760 conftest$ac_exeext conftest.$ac_ext
9761fi 9138fi
9762 9139
9763 if test $emacs_cv_x11_version_5 = yes; then 9140 if test $emacs_cv_x11_version_5 = yes; then
@@ -9918,28 +9295,21 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
9918 echo $ECHO_N "(cached) $ECHO_C" >&6 9295 echo $ECHO_N "(cached) $ECHO_C" >&6
9919else 9296else
9920 cat >conftest.$ac_ext <<_ACEOF 9297 cat >conftest.$ac_ext <<_ACEOF
9298#line $LINENO "configure"
9921/* confdefs.h. */ 9299/* confdefs.h. */
9922_ACEOF 9300_ACEOF
9923cat confdefs.h >>conftest.$ac_ext 9301cat confdefs.h >>conftest.$ac_ext
9924cat >>conftest.$ac_ext <<_ACEOF 9302cat >>conftest.$ac_ext <<_ACEOF
9925/* end confdefs.h. */ 9303/* end confdefs.h. */
9926/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
9927 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9928#define $ac_func innocuous_$ac_func
9929
9930/* System header to define __stub macros and hopefully few prototypes, 9304/* System header to define __stub macros and hopefully few prototypes,
9931 which can conflict with char $ac_func (); below. 9305 which can conflict with char $ac_func (); below.
9932 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 9306 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9933 <limits.h> exists even on freestanding compilers. */ 9307 <limits.h> exists even on freestanding compilers. */
9934
9935#ifdef __STDC__ 9308#ifdef __STDC__
9936# include <limits.h> 9309# include <limits.h>
9937#else 9310#else
9938# include <assert.h> 9311# include <assert.h>
9939#endif 9312#endif
9940
9941#undef $ac_func
9942
9943/* Override any gcc2 internal prototype to avoid an error. */ 9313/* Override any gcc2 internal prototype to avoid an error. */
9944#ifdef __cplusplus 9314#ifdef __cplusplus
9945extern "C" 9315extern "C"
@@ -9970,20 +9340,11 @@ return f != $ac_func;
9970_ACEOF 9340_ACEOF
9971rm -f conftest.$ac_objext conftest$ac_exeext 9341rm -f conftest.$ac_objext conftest$ac_exeext
9972if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 9342if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9973 (eval $ac_link) 2>conftest.er1 9343 (eval $ac_link) 2>&5
9974 ac_status=$? 9344 ac_status=$?
9975 grep -v '^ *+' conftest.er1 >conftest.err
9976 rm -f conftest.er1
9977 cat conftest.err >&5
9978 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9979 (exit $ac_status); } && 9346 (exit $ac_status); } &&
9980 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9347 { ac_try='test -s conftest$ac_exeext'
9981 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9982 (eval $ac_try) 2>&5
9983 ac_status=$?
9984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9985 (exit $ac_status); }; } &&
9986 { ac_try='test -s conftest$ac_exeext'
9987 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9348 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9988 (eval $ac_try) 2>&5 9349 (eval $ac_try) 2>&5
9989 ac_status=$? 9350 ac_status=$?
@@ -9996,8 +9357,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
9996 9357
9997eval "$as_ac_var=no" 9358eval "$as_ac_var=no"
9998fi 9359fi
9999rm -f conftest.err conftest.$ac_objext \ 9360rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10000 conftest$ac_exeext conftest.$ac_ext
10001fi 9361fi
10002echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 9362echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
10003echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 9363echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -10027,28 +9387,21 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
10027 echo $ECHO_N "(cached) $ECHO_C" >&6 9387 echo $ECHO_N "(cached) $ECHO_C" >&6
10028else 9388else
10029 cat >conftest.$ac_ext <<_ACEOF 9389 cat >conftest.$ac_ext <<_ACEOF
9390#line $LINENO "configure"
10030/* confdefs.h. */ 9391/* confdefs.h. */
10031_ACEOF 9392_ACEOF
10032cat confdefs.h >>conftest.$ac_ext 9393cat confdefs.h >>conftest.$ac_ext
10033cat >>conftest.$ac_ext <<_ACEOF 9394cat >>conftest.$ac_ext <<_ACEOF
10034/* end confdefs.h. */ 9395/* end confdefs.h. */
10035/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
10036 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10037#define $ac_func innocuous_$ac_func
10038
10039/* System header to define __stub macros and hopefully few prototypes, 9396/* System header to define __stub macros and hopefully few prototypes,
10040 which can conflict with char $ac_func (); below. 9397 which can conflict with char $ac_func (); below.
10041 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 9398 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10042 <limits.h> exists even on freestanding compilers. */ 9399 <limits.h> exists even on freestanding compilers. */
10043
10044#ifdef __STDC__ 9400#ifdef __STDC__
10045# include <limits.h> 9401# include <limits.h>
10046#else 9402#else
10047# include <assert.h> 9403# include <assert.h>
10048#endif 9404#endif
10049
10050#undef $ac_func
10051
10052/* Override any gcc2 internal prototype to avoid an error. */ 9405/* Override any gcc2 internal prototype to avoid an error. */
10053#ifdef __cplusplus 9406#ifdef __cplusplus
10054extern "C" 9407extern "C"
@@ -10079,20 +9432,11 @@ return f != $ac_func;
10079_ACEOF 9432_ACEOF
10080rm -f conftest.$ac_objext conftest$ac_exeext 9433rm -f conftest.$ac_objext conftest$ac_exeext
10081if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 9434if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10082 (eval $ac_link) 2>conftest.er1 9435 (eval $ac_link) 2>&5
10083 ac_status=$? 9436 ac_status=$?
10084 grep -v '^ *+' conftest.er1 >conftest.err
10085 rm -f conftest.er1
10086 cat conftest.err >&5
10087 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10088 (exit $ac_status); } && 9438 (exit $ac_status); } &&
10089 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9439 { ac_try='test -s conftest$ac_exeext'
10090 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10091 (eval $ac_try) 2>&5
10092 ac_status=$?
10093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10094 (exit $ac_status); }; } &&
10095 { ac_try='test -s conftest$ac_exeext'
10096 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9440 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10097 (eval $ac_try) 2>&5 9441 (eval $ac_try) 2>&5
10098 ac_status=$? 9442 ac_status=$?
@@ -10105,8 +9449,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
10105 9449
10106eval "$as_ac_var=no" 9450eval "$as_ac_var=no"
10107fi 9451fi
10108rm -f conftest.err conftest.$ac_objext \ 9452rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10109 conftest$ac_exeext conftest.$ac_ext
10110fi 9453fi
10111echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 9454echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
10112echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 9455echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -10130,28 +9473,21 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
10130 echo $ECHO_N "(cached) $ECHO_C" >&6 9473 echo $ECHO_N "(cached) $ECHO_C" >&6
10131else 9474else
10132 cat >conftest.$ac_ext <<_ACEOF 9475 cat >conftest.$ac_ext <<_ACEOF
9476#line $LINENO "configure"
10133/* confdefs.h. */ 9477/* confdefs.h. */
10134_ACEOF 9478_ACEOF
10135cat confdefs.h >>conftest.$ac_ext 9479cat confdefs.h >>conftest.$ac_ext
10136cat >>conftest.$ac_ext <<_ACEOF 9480cat >>conftest.$ac_ext <<_ACEOF
10137/* end confdefs.h. */ 9481/* end confdefs.h. */
10138/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
10139 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10140#define $ac_func innocuous_$ac_func
10141
10142/* System header to define __stub macros and hopefully few prototypes, 9482/* System header to define __stub macros and hopefully few prototypes,
10143 which can conflict with char $ac_func (); below. 9483 which can conflict with char $ac_func (); below.
10144 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 9484 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10145 <limits.h> exists even on freestanding compilers. */ 9485 <limits.h> exists even on freestanding compilers. */
10146
10147#ifdef __STDC__ 9486#ifdef __STDC__
10148# include <limits.h> 9487# include <limits.h>
10149#else 9488#else
10150# include <assert.h> 9489# include <assert.h>
10151#endif 9490#endif
10152
10153#undef $ac_func
10154
10155/* Override any gcc2 internal prototype to avoid an error. */ 9491/* Override any gcc2 internal prototype to avoid an error. */
10156#ifdef __cplusplus 9492#ifdef __cplusplus
10157extern "C" 9493extern "C"
@@ -10182,20 +9518,11 @@ return f != $ac_func;
10182_ACEOF 9518_ACEOF
10183rm -f conftest.$ac_objext conftest$ac_exeext 9519rm -f conftest.$ac_objext conftest$ac_exeext
10184if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 9520if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10185 (eval $ac_link) 2>conftest.er1 9521 (eval $ac_link) 2>&5
10186 ac_status=$? 9522 ac_status=$?
10187 grep -v '^ *+' conftest.er1 >conftest.err
10188 rm -f conftest.er1
10189 cat conftest.err >&5
10190 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10191 (exit $ac_status); } && 9524 (exit $ac_status); } &&
10192 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9525 { ac_try='test -s conftest$ac_exeext'
10193 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10194 (eval $ac_try) 2>&5
10195 ac_status=$?
10196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10197 (exit $ac_status); }; } &&
10198 { ac_try='test -s conftest$ac_exeext'
10199 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9526 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10200 (eval $ac_try) 2>&5 9527 (eval $ac_try) 2>&5
10201 ac_status=$? 9528 ac_status=$?
@@ -10208,8 +9535,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
10208 9535
10209eval "$as_ac_var=no" 9536eval "$as_ac_var=no"
10210fi 9537fi
10211rm -f conftest.err conftest.$ac_objext \ 9538rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10212 conftest$ac_exeext conftest.$ac_ext
10213fi 9539fi
10214echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 9540echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
10215echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 9541echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -10250,6 +9576,7 @@ else
10250echo "$as_me:$LINENO: checking $ac_header usability" >&5 9576echo "$as_me:$LINENO: checking $ac_header usability" >&5
10251echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 9577echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
10252cat >conftest.$ac_ext <<_ACEOF 9578cat >conftest.$ac_ext <<_ACEOF
9579#line $LINENO "configure"
10253/* confdefs.h. */ 9580/* confdefs.h. */
10254_ACEOF 9581_ACEOF
10255cat confdefs.h >>conftest.$ac_ext 9582cat confdefs.h >>conftest.$ac_ext
@@ -10260,20 +9587,11 @@ $ac_includes_default
10260_ACEOF 9587_ACEOF
10261rm -f conftest.$ac_objext 9588rm -f conftest.$ac_objext
10262if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 9589if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10263 (eval $ac_compile) 2>conftest.er1 9590 (eval $ac_compile) 2>&5
10264 ac_status=$? 9591 ac_status=$?
10265 grep -v '^ *+' conftest.er1 >conftest.err
10266 rm -f conftest.er1
10267 cat conftest.err >&5
10268 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10269 (exit $ac_status); } && 9593 (exit $ac_status); } &&
10270 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9594 { ac_try='test -s conftest.$ac_objext'
10271 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10272 (eval $ac_try) 2>&5
10273 ac_status=$?
10274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10275 (exit $ac_status); }; } &&
10276 { ac_try='test -s conftest.$ac_objext'
10277 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9595 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10278 (eval $ac_try) 2>&5 9596 (eval $ac_try) 2>&5
10279 ac_status=$? 9597 ac_status=$?
@@ -10286,7 +9604,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
10286 9604
10287ac_header_compiler=no 9605ac_header_compiler=no
10288fi 9606fi
10289rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 9607rm -f conftest.$ac_objext conftest.$ac_ext
10290echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 9608echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10291echo "${ECHO_T}$ac_header_compiler" >&6 9609echo "${ECHO_T}$ac_header_compiler" >&6
10292 9610
@@ -10294,6 +9612,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
10294echo "$as_me:$LINENO: checking $ac_header presence" >&5 9612echo "$as_me:$LINENO: checking $ac_header presence" >&5
10295echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 9613echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
10296cat >conftest.$ac_ext <<_ACEOF 9614cat >conftest.$ac_ext <<_ACEOF
9615#line $LINENO "configure"
10297/* confdefs.h. */ 9616/* confdefs.h. */
10298_ACEOF 9617_ACEOF
10299cat confdefs.h >>conftest.$ac_ext 9618cat confdefs.h >>conftest.$ac_ext
@@ -10311,7 +9630,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10311 (exit $ac_status); } >/dev/null; then 9630 (exit $ac_status); } >/dev/null; then
10312 if test -s conftest.err; then 9631 if test -s conftest.err; then
10313 ac_cpp_err=$ac_c_preproc_warn_flag 9632 ac_cpp_err=$ac_c_preproc_warn_flag
10314 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
10315 else 9633 else
10316 ac_cpp_err= 9634 ac_cpp_err=
10317 fi 9635 fi
@@ -10331,32 +9649,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10331echo "${ECHO_T}$ac_header_preproc" >&6 9649echo "${ECHO_T}$ac_header_preproc" >&6
10332 9650
10333# So? What about this header? 9651# So? What about this header?
10334case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 9652case $ac_header_compiler:$ac_header_preproc in
10335 yes:no: ) 9653 yes:no )
10336 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 9654 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10337echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 9655echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10338 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 9656 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10339echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 9657echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10340 ac_header_preproc=yes 9658 (
9659 cat <<\_ASBOX
9660## ------------------------------------ ##
9661## Report this to bug-autoconf@gnu.org. ##
9662## ------------------------------------ ##
9663_ASBOX
9664 ) |
9665 sed "s/^/$as_me: WARNING: /" >&2
10341 ;; 9666 ;;
10342 no:yes:* ) 9667 no:yes )
10343 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 9668 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10344echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 9669echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10345 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 9670 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
10346echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 9671echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
10347 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10348echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10349 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
10350echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
10351 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 9672 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10352echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 9673echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10353 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10354echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10355 ( 9674 (
10356 cat <<\_ASBOX 9675 cat <<\_ASBOX
10357## ------------------------------------------ ## 9676## ------------------------------------ ##
10358## Report this to the AC_PACKAGE_NAME lists. ## 9677## Report this to bug-autoconf@gnu.org. ##
10359## ------------------------------------------ ## 9678## ------------------------------------ ##
10360_ASBOX 9679_ASBOX
10361 ) | 9680 ) |
10362 sed "s/^/$as_me: WARNING: /" >&2 9681 sed "s/^/$as_me: WARNING: /" >&2
@@ -10367,7 +9686,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10367if eval "test \"\${$as_ac_Header+set}\" = set"; then 9686if eval "test \"\${$as_ac_Header+set}\" = set"; then
10368 echo $ECHO_N "(cached) $ECHO_C" >&6 9687 echo $ECHO_N "(cached) $ECHO_C" >&6
10369else 9688else
10370 eval "$as_ac_Header=\$ac_header_preproc" 9689 eval "$as_ac_Header=$ac_header_preproc"
10371fi 9690fi
10372echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 9691echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10373echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 9692echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -10391,6 +9710,7 @@ else
10391 ac_check_lib_save_LIBS=$LIBS 9710 ac_check_lib_save_LIBS=$LIBS
10392LIBS="-lpthread $LIBS" 9711LIBS="-lpthread $LIBS"
10393cat >conftest.$ac_ext <<_ACEOF 9712cat >conftest.$ac_ext <<_ACEOF
9713#line $LINENO "configure"
10394/* confdefs.h. */ 9714/* confdefs.h. */
10395_ACEOF 9715_ACEOF
10396cat confdefs.h >>conftest.$ac_ext 9716cat confdefs.h >>conftest.$ac_ext
@@ -10414,20 +9734,11 @@ pthread_self ();
10414_ACEOF 9734_ACEOF
10415rm -f conftest.$ac_objext conftest$ac_exeext 9735rm -f conftest.$ac_objext conftest$ac_exeext
10416if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 9736if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10417 (eval $ac_link) 2>conftest.er1 9737 (eval $ac_link) 2>&5
10418 ac_status=$? 9738 ac_status=$?
10419 grep -v '^ *+' conftest.er1 >conftest.err
10420 rm -f conftest.er1
10421 cat conftest.err >&5
10422 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10423 (exit $ac_status); } && 9740 (exit $ac_status); } &&
10424 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9741 { ac_try='test -s conftest$ac_exeext'
10425 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10426 (eval $ac_try) 2>&5
10427 ac_status=$?
10428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10429 (exit $ac_status); }; } &&
10430 { ac_try='test -s conftest$ac_exeext'
10431 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9742 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10432 (eval $ac_try) 2>&5 9743 (eval $ac_try) 2>&5
10433 ac_status=$? 9744 ac_status=$?
@@ -10440,8 +9751,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
10440 9751
10441ac_cv_lib_pthread_pthread_self=no 9752ac_cv_lib_pthread_pthread_self=no
10442fi 9753fi
10443rm -f conftest.err conftest.$ac_objext \ 9754rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10444 conftest$ac_exeext conftest.$ac_ext
10445LIBS=$ac_check_lib_save_LIBS 9755LIBS=$ac_check_lib_save_LIBS
10446fi 9756fi
10447echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_self" >&5 9757echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_self" >&5
@@ -10470,6 +9780,7 @@ echo $ECHO_N "checking X11 version 5 with Xaw... $ECHO_C" >&6
10470 echo $ECHO_N "(cached) $ECHO_C" >&6 9780 echo $ECHO_N "(cached) $ECHO_C" >&6
10471else 9781else
10472 cat >conftest.$ac_ext <<_ACEOF 9782 cat >conftest.$ac_ext <<_ACEOF
9783#line $LINENO "configure"
10473/* confdefs.h. */ 9784/* confdefs.h. */
10474_ACEOF 9785_ACEOF
10475cat confdefs.h >>conftest.$ac_ext 9786cat confdefs.h >>conftest.$ac_ext
@@ -10488,20 +9799,11 @@ main ()
10488_ACEOF 9799_ACEOF
10489rm -f conftest.$ac_objext conftest$ac_exeext 9800rm -f conftest.$ac_objext conftest$ac_exeext
10490if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 9801if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10491 (eval $ac_link) 2>conftest.er1 9802 (eval $ac_link) 2>&5
10492 ac_status=$? 9803 ac_status=$?
10493 grep -v '^ *+' conftest.er1 >conftest.err
10494 rm -f conftest.er1
10495 cat conftest.err >&5
10496 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10497 (exit $ac_status); } && 9805 (exit $ac_status); } &&
10498 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9806 { ac_try='test -s conftest$ac_exeext'
10499 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10500 (eval $ac_try) 2>&5
10501 ac_status=$?
10502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10503 (exit $ac_status); }; } &&
10504 { ac_try='test -s conftest$ac_exeext'
10505 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9807 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10506 (eval $ac_try) 2>&5 9808 (eval $ac_try) 2>&5
10507 ac_status=$? 9809 ac_status=$?
@@ -10514,8 +9816,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
10514 9816
10515emacs_cv_x11_version_5_with_xaw=no 9817emacs_cv_x11_version_5_with_xaw=no
10516fi 9818fi
10517rm -f conftest.err conftest.$ac_objext \ 9819rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10518 conftest$ac_exeext conftest.$ac_ext
10519fi 9820fi
10520 9821
10521 if test $emacs_cv_x11_version_5_with_xaw = yes; then 9822 if test $emacs_cv_x11_version_5_with_xaw = yes; then
@@ -10541,6 +9842,7 @@ echo $ECHO_N "checking X11 toolkit version... $ECHO_C" >&6
10541 echo $ECHO_N "(cached) $ECHO_C" >&6 9842 echo $ECHO_N "(cached) $ECHO_C" >&6
10542else 9843else
10543 cat >conftest.$ac_ext <<_ACEOF 9844 cat >conftest.$ac_ext <<_ACEOF
9845#line $LINENO "configure"
10544/* confdefs.h. */ 9846/* confdefs.h. */
10545_ACEOF 9847_ACEOF
10546cat confdefs.h >>conftest.$ac_ext 9848cat confdefs.h >>conftest.$ac_ext
@@ -10560,20 +9862,11 @@ fail;
10560_ACEOF 9862_ACEOF
10561rm -f conftest.$ac_objext conftest$ac_exeext 9863rm -f conftest.$ac_objext conftest$ac_exeext
10562if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 9864if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10563 (eval $ac_link) 2>conftest.er1 9865 (eval $ac_link) 2>&5
10564 ac_status=$? 9866 ac_status=$?
10565 grep -v '^ *+' conftest.er1 >conftest.err
10566 rm -f conftest.er1
10567 cat conftest.err >&5
10568 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10569 (exit $ac_status); } && 9868 (exit $ac_status); } &&
10570 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9869 { ac_try='test -s conftest$ac_exeext'
10571 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10572 (eval $ac_try) 2>&5
10573 ac_status=$?
10574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10575 (exit $ac_status); }; } &&
10576 { ac_try='test -s conftest$ac_exeext'
10577 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9870 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10578 (eval $ac_try) 2>&5 9871 (eval $ac_try) 2>&5
10579 ac_status=$? 9872 ac_status=$?
@@ -10586,8 +9879,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
10586 9879
10587emacs_cv_x11_toolkit_version_6=no 9880emacs_cv_x11_toolkit_version_6=no
10588fi 9881fi
10589rm -f conftest.err conftest.$ac_objext \ 9882rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10590 conftest$ac_exeext conftest.$ac_ext
10591fi 9883fi
10592 9884
10593 HAVE_X11XTR6=$emacs_cv_x11_toolkit_version_6 9885 HAVE_X11XTR6=$emacs_cv_x11_toolkit_version_6
@@ -10619,6 +9911,7 @@ else
10619 ac_check_lib_save_LIBS=$LIBS 9911 ac_check_lib_save_LIBS=$LIBS
10620LIBS="-lXmu $LIBS" 9912LIBS="-lXmu $LIBS"
10621cat >conftest.$ac_ext <<_ACEOF 9913cat >conftest.$ac_ext <<_ACEOF
9914#line $LINENO "configure"
10622/* confdefs.h. */ 9915/* confdefs.h. */
10623_ACEOF 9916_ACEOF
10624cat confdefs.h >>conftest.$ac_ext 9917cat confdefs.h >>conftest.$ac_ext
@@ -10642,20 +9935,11 @@ XmuConvertStandardSelection ();
10642_ACEOF 9935_ACEOF
10643rm -f conftest.$ac_objext conftest$ac_exeext 9936rm -f conftest.$ac_objext conftest$ac_exeext
10644if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 9937if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10645 (eval $ac_link) 2>conftest.er1 9938 (eval $ac_link) 2>&5
10646 ac_status=$? 9939 ac_status=$?
10647 grep -v '^ *+' conftest.er1 >conftest.err
10648 rm -f conftest.er1
10649 cat conftest.err >&5
10650 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10651 (exit $ac_status); } && 9941 (exit $ac_status); } &&
10652 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9942 { ac_try='test -s conftest$ac_exeext'
10653 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10654 (eval $ac_try) 2>&5
10655 ac_status=$?
10656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10657 (exit $ac_status); }; } &&
10658 { ac_try='test -s conftest$ac_exeext'
10659 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9943 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10660 (eval $ac_try) 2>&5 9944 (eval $ac_try) 2>&5
10661 ac_status=$? 9945 ac_status=$?
@@ -10668,8 +9952,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
10668 9952
10669ac_cv_lib_Xmu_XmuConvertStandardSelection=no 9953ac_cv_lib_Xmu_XmuConvertStandardSelection=no
10670fi 9954fi
10671rm -f conftest.err conftest.$ac_objext \ 9955rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10672 conftest$ac_exeext conftest.$ac_ext
10673LIBS=$ac_check_lib_save_LIBS 9956LIBS=$ac_check_lib_save_LIBS
10674fi 9957fi
10675echo "$as_me:$LINENO: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5 9958echo "$as_me:$LINENO: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5
@@ -10698,6 +9981,7 @@ else
10698 ac_check_lib_save_LIBS=$LIBS 9981 ac_check_lib_save_LIBS=$LIBS
10699LIBS="-lXext $LIBS" 9982LIBS="-lXext $LIBS"
10700cat >conftest.$ac_ext <<_ACEOF 9983cat >conftest.$ac_ext <<_ACEOF
9984#line $LINENO "configure"
10701/* confdefs.h. */ 9985/* confdefs.h. */
10702_ACEOF 9986_ACEOF
10703cat confdefs.h >>conftest.$ac_ext 9987cat confdefs.h >>conftest.$ac_ext
@@ -10721,20 +10005,11 @@ XShapeQueryExtension ();
10721_ACEOF 10005_ACEOF
10722rm -f conftest.$ac_objext conftest$ac_exeext 10006rm -f conftest.$ac_objext conftest$ac_exeext
10723if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 10007if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10724 (eval $ac_link) 2>conftest.er1 10008 (eval $ac_link) 2>&5
10725 ac_status=$? 10009 ac_status=$?
10726 grep -v '^ *+' conftest.er1 >conftest.err
10727 rm -f conftest.er1
10728 cat conftest.err >&5
10729 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10730 (exit $ac_status); } && 10011 (exit $ac_status); } &&
10731 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10012 { ac_try='test -s conftest$ac_exeext'
10732 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10733 (eval $ac_try) 2>&5
10734 ac_status=$?
10735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10736 (exit $ac_status); }; } &&
10737 { ac_try='test -s conftest$ac_exeext'
10738 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10013 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10739 (eval $ac_try) 2>&5 10014 (eval $ac_try) 2>&5
10740 ac_status=$? 10015 ac_status=$?
@@ -10747,8 +10022,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
10747 10022
10748ac_cv_lib_Xext_XShapeQueryExtension=no 10023ac_cv_lib_Xext_XShapeQueryExtension=no
10749fi 10024fi
10750rm -f conftest.err conftest.$ac_objext \ 10025rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10751 conftest$ac_exeext conftest.$ac_ext
10752LIBS=$ac_check_lib_save_LIBS 10026LIBS=$ac_check_lib_save_LIBS
10753fi 10027fi
10754echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5 10028echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
@@ -10772,6 +10046,7 @@ if test "${emacs_cv_motif_version_2_1+set}" = set; then
10772 echo $ECHO_N "(cached) $ECHO_C" >&6 10046 echo $ECHO_N "(cached) $ECHO_C" >&6
10773else 10047else
10774 cat >conftest.$ac_ext <<_ACEOF 10048 cat >conftest.$ac_ext <<_ACEOF
10049#line $LINENO "configure"
10775/* confdefs.h. */ 10050/* confdefs.h. */
10776_ACEOF 10051_ACEOF
10777cat confdefs.h >>conftest.$ac_ext 10052cat confdefs.h >>conftest.$ac_ext
@@ -10792,20 +10067,11 @@ Motif version prior to 2.1.
10792_ACEOF 10067_ACEOF
10793rm -f conftest.$ac_objext 10068rm -f conftest.$ac_objext
10794if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 10069if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10795 (eval $ac_compile) 2>conftest.er1 10070 (eval $ac_compile) 2>&5
10796 ac_status=$? 10071 ac_status=$?
10797 grep -v '^ *+' conftest.er1 >conftest.err
10798 rm -f conftest.er1
10799 cat conftest.err >&5
10800 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10801 (exit $ac_status); } && 10073 (exit $ac_status); } &&
10802 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10074 { ac_try='test -s conftest.$ac_objext'
10803 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10804 (eval $ac_try) 2>&5
10805 ac_status=$?
10806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10807 (exit $ac_status); }; } &&
10808 { ac_try='test -s conftest.$ac_objext'
10809 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10075 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10810 (eval $ac_try) 2>&5 10076 (eval $ac_try) 2>&5
10811 ac_status=$? 10077 ac_status=$?
@@ -10818,7 +10084,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
10818 10084
10819emacs_cv_motif_version_2_1=no 10085emacs_cv_motif_version_2_1=no
10820fi 10086fi
10821rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 10087rm -f conftest.$ac_objext conftest.$ac_ext
10822fi 10088fi
10823echo "$as_me:$LINENO: result: $emacs_cv_motif_version_2_1" >&5 10089echo "$as_me:$LINENO: result: $emacs_cv_motif_version_2_1" >&5
10824echo "${ECHO_T}$emacs_cv_motif_version_2_1" >&6 10090echo "${ECHO_T}$emacs_cv_motif_version_2_1" >&6
@@ -10838,6 +10104,7 @@ else
10838 ac_check_lib_save_LIBS=$LIBS 10104 ac_check_lib_save_LIBS=$LIBS
10839LIBS="-lXp $LIBS" 10105LIBS="-lXp $LIBS"
10840cat >conftest.$ac_ext <<_ACEOF 10106cat >conftest.$ac_ext <<_ACEOF
10107#line $LINENO "configure"
10841/* confdefs.h. */ 10108/* confdefs.h. */
10842_ACEOF 10109_ACEOF
10843cat confdefs.h >>conftest.$ac_ext 10110cat confdefs.h >>conftest.$ac_ext
@@ -10861,20 +10128,11 @@ XpCreateContext ();
10861_ACEOF 10128_ACEOF
10862rm -f conftest.$ac_objext conftest$ac_exeext 10129rm -f conftest.$ac_objext conftest$ac_exeext
10863if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 10130if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10864 (eval $ac_link) 2>conftest.er1 10131 (eval $ac_link) 2>&5
10865 ac_status=$? 10132 ac_status=$?
10866 grep -v '^ *+' conftest.er1 >conftest.err
10867 rm -f conftest.er1
10868 cat conftest.err >&5
10869 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10870 (exit $ac_status); } && 10134 (exit $ac_status); } &&
10871 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10135 { ac_try='test -s conftest$ac_exeext'
10872 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10873 (eval $ac_try) 2>&5
10874 ac_status=$?
10875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10876 (exit $ac_status); }; } &&
10877 { ac_try='test -s conftest$ac_exeext'
10878 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10136 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10879 (eval $ac_try) 2>&5 10137 (eval $ac_try) 2>&5
10880 ac_status=$? 10138 ac_status=$?
@@ -10887,8 +10145,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
10887 10145
10888ac_cv_lib_Xp_XpCreateContext=no 10146ac_cv_lib_Xp_XpCreateContext=no
10889fi 10147fi
10890rm -f conftest.err conftest.$ac_objext \ 10148rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10891 conftest$ac_exeext conftest.$ac_ext
10892LIBS=$ac_check_lib_save_LIBS 10149LIBS=$ac_check_lib_save_LIBS
10893fi 10150fi
10894echo "$as_me:$LINENO: result: $ac_cv_lib_Xp_XpCreateContext" >&5 10151echo "$as_me:$LINENO: result: $ac_cv_lib_Xp_XpCreateContext" >&5
@@ -10918,6 +10175,7 @@ else
10918 CPPFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CPPFLAGS" 10175 CPPFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CPPFLAGS"
10919 CFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CFLAGS" 10176 CFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CFLAGS"
10920 cat >conftest.$ac_ext <<_ACEOF 10177 cat >conftest.$ac_ext <<_ACEOF
10178#line $LINENO "configure"
10921/* confdefs.h. */ 10179/* confdefs.h. */
10922_ACEOF 10180_ACEOF
10923cat confdefs.h >>conftest.$ac_ext 10181cat confdefs.h >>conftest.$ac_ext
@@ -10934,20 +10192,11 @@ int x = 5;
10934_ACEOF 10192_ACEOF
10935rm -f conftest.$ac_objext 10193rm -f conftest.$ac_objext
10936if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 10194if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10937 (eval $ac_compile) 2>conftest.er1 10195 (eval $ac_compile) 2>&5
10938 ac_status=$? 10196 ac_status=$?
10939 grep -v '^ *+' conftest.er1 >conftest.err
10940 rm -f conftest.er1
10941 cat conftest.err >&5
10942 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10943 (exit $ac_status); } && 10198 (exit $ac_status); } &&
10944 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10199 { ac_try='test -s conftest.$ac_objext'
10945 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10946 (eval $ac_try) 2>&5
10947 ac_status=$?
10948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10949 (exit $ac_status); }; } &&
10950 { ac_try='test -s conftest.$ac_objext'
10951 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10200 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10952 (eval $ac_try) 2>&5 10201 (eval $ac_try) 2>&5
10953 ac_status=$? 10202 ac_status=$?
@@ -10960,7 +10209,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
10960 10209
10961emacs_cv_lesstif=no 10210emacs_cv_lesstif=no
10962fi 10211fi
10963rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 10212rm -f conftest.$ac_objext conftest.$ac_ext
10964fi 10213fi
10965echo "$as_me:$LINENO: result: $emacs_cv_lesstif" >&5 10214echo "$as_me:$LINENO: result: $emacs_cv_lesstif" >&5
10966echo "${ECHO_T}$emacs_cv_lesstif" >&6 10215echo "${ECHO_T}$emacs_cv_lesstif" >&6
@@ -10989,6 +10238,7 @@ if test "${ac_cv_header_X11_Xaw3d_Scrollbar_h+set}" = set; then
10989 echo $ECHO_N "(cached) $ECHO_C" >&6 10238 echo $ECHO_N "(cached) $ECHO_C" >&6
10990else 10239else
10991 cat >conftest.$ac_ext <<_ACEOF 10240 cat >conftest.$ac_ext <<_ACEOF
10241#line $LINENO "configure"
10992/* confdefs.h. */ 10242/* confdefs.h. */
10993_ACEOF 10243_ACEOF
10994cat confdefs.h >>conftest.$ac_ext 10244cat confdefs.h >>conftest.$ac_ext
@@ -11006,7 +10256,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11006 (exit $ac_status); } >/dev/null; then 10256 (exit $ac_status); } >/dev/null; then
11007 if test -s conftest.err; then 10257 if test -s conftest.err; then
11008 ac_cpp_err=$ac_c_preproc_warn_flag 10258 ac_cpp_err=$ac_c_preproc_warn_flag
11009 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
11010 else 10259 else
11011 ac_cpp_err= 10260 ac_cpp_err=
11012 fi 10261 fi
@@ -11034,6 +10283,7 @@ else
11034 ac_check_lib_save_LIBS=$LIBS 10283 ac_check_lib_save_LIBS=$LIBS
11035LIBS="-lXaw3d $LIBS" 10284LIBS="-lXaw3d $LIBS"
11036cat >conftest.$ac_ext <<_ACEOF 10285cat >conftest.$ac_ext <<_ACEOF
10286#line $LINENO "configure"
11037/* confdefs.h. */ 10287/* confdefs.h. */
11038_ACEOF 10288_ACEOF
11039cat confdefs.h >>conftest.$ac_ext 10289cat confdefs.h >>conftest.$ac_ext
@@ -11057,20 +10307,11 @@ XawScrollbarSetThumb ();
11057_ACEOF 10307_ACEOF
11058rm -f conftest.$ac_objext conftest$ac_exeext 10308rm -f conftest.$ac_objext conftest$ac_exeext
11059if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 10309if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11060 (eval $ac_link) 2>conftest.er1 10310 (eval $ac_link) 2>&5
11061 ac_status=$? 10311 ac_status=$?
11062 grep -v '^ *+' conftest.er1 >conftest.err
11063 rm -f conftest.er1
11064 cat conftest.err >&5
11065 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11066 (exit $ac_status); } && 10313 (exit $ac_status); } &&
11067 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10314 { ac_try='test -s conftest$ac_exeext'
11068 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11069 (eval $ac_try) 2>&5
11070 ac_status=$?
11071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11072 (exit $ac_status); }; } &&
11073 { ac_try='test -s conftest$ac_exeext'
11074 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10315 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11075 (eval $ac_try) 2>&5 10316 (eval $ac_try) 2>&5
11076 ac_status=$? 10317 ac_status=$?
@@ -11083,8 +10324,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
11083 10324
11084ac_cv_lib_Xaw3d_XawScrollbarSetThumb=no 10325ac_cv_lib_Xaw3d_XawScrollbarSetThumb=no
11085fi 10326fi
11086rm -f conftest.err conftest.$ac_objext \ 10327rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11087 conftest$ac_exeext conftest.$ac_ext
11088LIBS=$ac_check_lib_save_LIBS 10328LIBS=$ac_check_lib_save_LIBS
11089fi 10329fi
11090echo "$as_me:$LINENO: result: $ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&5 10330echo "$as_me:$LINENO: result: $ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&5
@@ -11141,6 +10381,7 @@ _ACEOF
11141fi 10381fi
11142 10382
11143cat >conftest.$ac_ext <<_ACEOF 10383cat >conftest.$ac_ext <<_ACEOF
10384#line $LINENO "configure"
11144/* confdefs.h. */ 10385/* confdefs.h. */
11145_ACEOF 10386_ACEOF
11146cat confdefs.h >>conftest.$ac_ext 10387cat confdefs.h >>conftest.$ac_ext
@@ -11159,20 +10400,11 @@ XIMProc callback;
11159_ACEOF 10400_ACEOF
11160rm -f conftest.$ac_objext 10401rm -f conftest.$ac_objext
11161if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 10402if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11162 (eval $ac_compile) 2>conftest.er1 10403 (eval $ac_compile) 2>&5
11163 ac_status=$? 10404 ac_status=$?
11164 grep -v '^ *+' conftest.er1 >conftest.err
11165 rm -f conftest.er1
11166 cat conftest.err >&5
11167 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11168 (exit $ac_status); } && 10406 (exit $ac_status); } &&
11169 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10407 { ac_try='test -s conftest.$ac_objext'
11170 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11171 (eval $ac_try) 2>&5
11172 ac_status=$?
11173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11174 (exit $ac_status); }; } &&
11175 { ac_try='test -s conftest.$ac_objext'
11176 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10408 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11177 (eval $ac_try) 2>&5 10409 (eval $ac_try) 2>&5
11178 ac_status=$? 10410 ac_status=$?
@@ -11190,7 +10422,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
11190 10422
11191HAVE_XIM=no 10423HAVE_XIM=no
11192fi 10424fi
11193rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 10425rm -f conftest.$ac_objext conftest.$ac_ext
11194 10426
11195 10427
11196if test "${with_xim}" != "no"; then 10428if test "${with_xim}" != "no"; then
@@ -11208,6 +10440,7 @@ if test "${HAVE_XIM}" != "no"; then
11208 CFLAGS="$CFLAGS --pedantic-errors" 10440 CFLAGS="$CFLAGS --pedantic-errors"
11209 fi 10441 fi
11210 cat >conftest.$ac_ext <<_ACEOF 10442 cat >conftest.$ac_ext <<_ACEOF
10443#line $LINENO "configure"
11211/* confdefs.h. */ 10444/* confdefs.h. */
11212_ACEOF 10445_ACEOF
11213cat confdefs.h >>conftest.$ac_ext 10446cat confdefs.h >>conftest.$ac_ext
@@ -11239,20 +10472,11 @@ extern Bool XRegisterIMInstantiateCallback(Display*, XrmDatabase, char*,
11239_ACEOF 10472_ACEOF
11240rm -f conftest.$ac_objext 10473rm -f conftest.$ac_objext
11241if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 10474if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11242 (eval $ac_compile) 2>conftest.er1 10475 (eval $ac_compile) 2>&5
11243 ac_status=$? 10476 ac_status=$?
11244 grep -v '^ *+' conftest.er1 >conftest.err
11245 rm -f conftest.er1
11246 cat conftest.err >&5
11247 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11248 (exit $ac_status); } && 10478 (exit $ac_status); } &&
11249 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10479 { ac_try='test -s conftest.$ac_objext'
11250 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11251 (eval $ac_try) 2>&5
11252 ac_status=$?
11253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11254 (exit $ac_status); }; } &&
11255 { ac_try='test -s conftest.$ac_objext'
11256 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10480 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11257 (eval $ac_try) 2>&5 10481 (eval $ac_try) 2>&5
11258 ac_status=$? 10482 ac_status=$?
@@ -11264,7 +10488,7 @@ else
11264sed 's/^/| /' conftest.$ac_ext >&5 10488sed 's/^/| /' conftest.$ac_ext >&5
11265 10489
11266fi 10490fi
11267rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 10491rm -f conftest.$ac_objext conftest.$ac_ext
11268 10492
11269 if test "$emacs_cv_arg6_star" = yes; then 10493 if test "$emacs_cv_arg6_star" = yes; then
11270 cat >>confdefs.h <<\_ACEOF 10494 cat >>confdefs.h <<\_ACEOF
@@ -11297,6 +10521,7 @@ else
11297echo "$as_me:$LINENO: checking X11/xpm.h usability" >&5 10521echo "$as_me:$LINENO: checking X11/xpm.h usability" >&5
11298echo $ECHO_N "checking X11/xpm.h usability... $ECHO_C" >&6 10522echo $ECHO_N "checking X11/xpm.h usability... $ECHO_C" >&6
11299cat >conftest.$ac_ext <<_ACEOF 10523cat >conftest.$ac_ext <<_ACEOF
10524#line $LINENO "configure"
11300/* confdefs.h. */ 10525/* confdefs.h. */
11301_ACEOF 10526_ACEOF
11302cat confdefs.h >>conftest.$ac_ext 10527cat confdefs.h >>conftest.$ac_ext
@@ -11307,20 +10532,11 @@ $ac_includes_default
11307_ACEOF 10532_ACEOF
11308rm -f conftest.$ac_objext 10533rm -f conftest.$ac_objext
11309if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 10534if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11310 (eval $ac_compile) 2>conftest.er1 10535 (eval $ac_compile) 2>&5
11311 ac_status=$? 10536 ac_status=$?
11312 grep -v '^ *+' conftest.er1 >conftest.err
11313 rm -f conftest.er1
11314 cat conftest.err >&5
11315 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11316 (exit $ac_status); } && 10538 (exit $ac_status); } &&
11317 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10539 { ac_try='test -s conftest.$ac_objext'
11318 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11319 (eval $ac_try) 2>&5
11320 ac_status=$?
11321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11322 (exit $ac_status); }; } &&
11323 { ac_try='test -s conftest.$ac_objext'
11324 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10540 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11325 (eval $ac_try) 2>&5 10541 (eval $ac_try) 2>&5
11326 ac_status=$? 10542 ac_status=$?
@@ -11333,7 +10549,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
11333 10549
11334ac_header_compiler=no 10550ac_header_compiler=no
11335fi 10551fi
11336rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 10552rm -f conftest.$ac_objext conftest.$ac_ext
11337echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 10553echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11338echo "${ECHO_T}$ac_header_compiler" >&6 10554echo "${ECHO_T}$ac_header_compiler" >&6
11339 10555
@@ -11341,6 +10557,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
11341echo "$as_me:$LINENO: checking X11/xpm.h presence" >&5 10557echo "$as_me:$LINENO: checking X11/xpm.h presence" >&5
11342echo $ECHO_N "checking X11/xpm.h presence... $ECHO_C" >&6 10558echo $ECHO_N "checking X11/xpm.h presence... $ECHO_C" >&6
11343cat >conftest.$ac_ext <<_ACEOF 10559cat >conftest.$ac_ext <<_ACEOF
10560#line $LINENO "configure"
11344/* confdefs.h. */ 10561/* confdefs.h. */
11345_ACEOF 10562_ACEOF
11346cat confdefs.h >>conftest.$ac_ext 10563cat confdefs.h >>conftest.$ac_ext
@@ -11358,7 +10575,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11358 (exit $ac_status); } >/dev/null; then 10575 (exit $ac_status); } >/dev/null; then
11359 if test -s conftest.err; then 10576 if test -s conftest.err; then
11360 ac_cpp_err=$ac_c_preproc_warn_flag 10577 ac_cpp_err=$ac_c_preproc_warn_flag
11361 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
11362 else 10578 else
11363 ac_cpp_err= 10579 ac_cpp_err=
11364 fi 10580 fi
@@ -11378,32 +10594,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11378echo "${ECHO_T}$ac_header_preproc" >&6 10594echo "${ECHO_T}$ac_header_preproc" >&6
11379 10595
11380# So? What about this header? 10596# So? What about this header?
11381case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 10597case $ac_header_compiler:$ac_header_preproc in
11382 yes:no: ) 10598 yes:no )
11383 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: accepted by the compiler, rejected by the preprocessor!" >&5 10599 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: accepted by the compiler, rejected by the preprocessor!" >&5
11384echo "$as_me: WARNING: X11/xpm.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 10600echo "$as_me: WARNING: X11/xpm.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
11385 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the compiler's result" >&5 10601 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&5
11386echo "$as_me: WARNING: X11/xpm.h: proceeding with the compiler's result" >&2;} 10602echo "$as_me: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&2;}
11387 ac_header_preproc=yes 10603 (
10604 cat <<\_ASBOX
10605## ------------------------------------ ##
10606## Report this to bug-autoconf@gnu.org. ##
10607## ------------------------------------ ##
10608_ASBOX
10609 ) |
10610 sed "s/^/$as_me: WARNING: /" >&2
11388 ;; 10611 ;;
11389 no:yes:* ) 10612 no:yes )
11390 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: present but cannot be compiled" >&5 10613 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: present but cannot be compiled" >&5
11391echo "$as_me: WARNING: X11/xpm.h: present but cannot be compiled" >&2;} 10614echo "$as_me: WARNING: X11/xpm.h: present but cannot be compiled" >&2;}
11392 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: check for missing prerequisite headers?" >&5 10615 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: check for missing prerequisite headers?" >&5
11393echo "$as_me: WARNING: X11/xpm.h: check for missing prerequisite headers?" >&2;} 10616echo "$as_me: WARNING: X11/xpm.h: check for missing prerequisite headers?" >&2;}
11394 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: see the Autoconf documentation" >&5
11395echo "$as_me: WARNING: X11/xpm.h: see the Autoconf documentation" >&2;}
11396 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: section \"Present But Cannot Be Compiled\"" >&5
11397echo "$as_me: WARNING: X11/xpm.h: section \"Present But Cannot Be Compiled\"" >&2;}
11398 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&5 10617 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&5
11399echo "$as_me: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&2;} 10618echo "$as_me: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&2;}
11400 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: in the future, the compiler will take precedence" >&5
11401echo "$as_me: WARNING: X11/xpm.h: in the future, the compiler will take precedence" >&2;}
11402 ( 10619 (
11403 cat <<\_ASBOX 10620 cat <<\_ASBOX
11404## ------------------------------------------ ## 10621## ------------------------------------ ##
11405## Report this to the AC_PACKAGE_NAME lists. ## 10622## Report this to bug-autoconf@gnu.org. ##
11406## ------------------------------------------ ## 10623## ------------------------------------ ##
11407_ASBOX 10624_ASBOX
11408 ) | 10625 ) |
11409 sed "s/^/$as_me: WARNING: /" >&2 10626 sed "s/^/$as_me: WARNING: /" >&2
@@ -11429,6 +10646,7 @@ else
11429 ac_check_lib_save_LIBS=$LIBS 10646 ac_check_lib_save_LIBS=$LIBS
11430LIBS="-lXpm -lX11 $LIBS" 10647LIBS="-lXpm -lX11 $LIBS"
11431cat >conftest.$ac_ext <<_ACEOF 10648cat >conftest.$ac_ext <<_ACEOF
10649#line $LINENO "configure"
11432/* confdefs.h. */ 10650/* confdefs.h. */
11433_ACEOF 10651_ACEOF
11434cat confdefs.h >>conftest.$ac_ext 10652cat confdefs.h >>conftest.$ac_ext
@@ -11452,20 +10670,11 @@ XpmReadFileToPixmap ();
11452_ACEOF 10670_ACEOF
11453rm -f conftest.$ac_objext conftest$ac_exeext 10671rm -f conftest.$ac_objext conftest$ac_exeext
11454if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 10672if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11455 (eval $ac_link) 2>conftest.er1 10673 (eval $ac_link) 2>&5
11456 ac_status=$? 10674 ac_status=$?
11457 grep -v '^ *+' conftest.er1 >conftest.err
11458 rm -f conftest.er1
11459 cat conftest.err >&5
11460 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11461 (exit $ac_status); } && 10676 (exit $ac_status); } &&
11462 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10677 { ac_try='test -s conftest$ac_exeext'
11463 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11464 (eval $ac_try) 2>&5
11465 ac_status=$?
11466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11467 (exit $ac_status); }; } &&
11468 { ac_try='test -s conftest$ac_exeext'
11469 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10678 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11470 (eval $ac_try) 2>&5 10679 (eval $ac_try) 2>&5
11471 ac_status=$? 10680 ac_status=$?
@@ -11478,8 +10687,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
11478 10687
11479ac_cv_lib_Xpm_XpmReadFileToPixmap=no 10688ac_cv_lib_Xpm_XpmReadFileToPixmap=no
11480fi 10689fi
11481rm -f conftest.err conftest.$ac_objext \ 10690rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11482 conftest$ac_exeext conftest.$ac_ext
11483LIBS=$ac_check_lib_save_LIBS 10691LIBS=$ac_check_lib_save_LIBS
11484fi 10692fi
11485echo "$as_me:$LINENO: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5 10693echo "$as_me:$LINENO: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5
@@ -11495,6 +10703,7 @@ fi
11495 echo "$as_me:$LINENO: checking for XpmReturnAllocPixels preprocessor define" >&5 10703 echo "$as_me:$LINENO: checking for XpmReturnAllocPixels preprocessor define" >&5
11496echo $ECHO_N "checking for XpmReturnAllocPixels preprocessor define... $ECHO_C" >&6 10704echo $ECHO_N "checking for XpmReturnAllocPixels preprocessor define... $ECHO_C" >&6
11497 cat >conftest.$ac_ext <<_ACEOF 10705 cat >conftest.$ac_ext <<_ACEOF
10706#line $LINENO "configure"
11498/* confdefs.h. */ 10707/* confdefs.h. */
11499_ACEOF 10708_ACEOF
11500cat confdefs.h >>conftest.$ac_ext 10709cat confdefs.h >>conftest.$ac_ext
@@ -11551,6 +10760,7 @@ else
11551echo "$as_me:$LINENO: checking jerror.h usability" >&5 10760echo "$as_me:$LINENO: checking jerror.h usability" >&5
11552echo $ECHO_N "checking jerror.h usability... $ECHO_C" >&6 10761echo $ECHO_N "checking jerror.h usability... $ECHO_C" >&6
11553cat >conftest.$ac_ext <<_ACEOF 10762cat >conftest.$ac_ext <<_ACEOF
10763#line $LINENO "configure"
11554/* confdefs.h. */ 10764/* confdefs.h. */
11555_ACEOF 10765_ACEOF
11556cat confdefs.h >>conftest.$ac_ext 10766cat confdefs.h >>conftest.$ac_ext
@@ -11561,20 +10771,11 @@ $ac_includes_default
11561_ACEOF 10771_ACEOF
11562rm -f conftest.$ac_objext 10772rm -f conftest.$ac_objext
11563if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 10773if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11564 (eval $ac_compile) 2>conftest.er1 10774 (eval $ac_compile) 2>&5
11565 ac_status=$? 10775 ac_status=$?
11566 grep -v '^ *+' conftest.er1 >conftest.err
11567 rm -f conftest.er1
11568 cat conftest.err >&5
11569 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11570 (exit $ac_status); } && 10777 (exit $ac_status); } &&
11571 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10778 { ac_try='test -s conftest.$ac_objext'
11572 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11573 (eval $ac_try) 2>&5
11574 ac_status=$?
11575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11576 (exit $ac_status); }; } &&
11577 { ac_try='test -s conftest.$ac_objext'
11578 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10779 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11579 (eval $ac_try) 2>&5 10780 (eval $ac_try) 2>&5
11580 ac_status=$? 10781 ac_status=$?
@@ -11587,7 +10788,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
11587 10788
11588ac_header_compiler=no 10789ac_header_compiler=no
11589fi 10790fi
11590rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 10791rm -f conftest.$ac_objext conftest.$ac_ext
11591echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 10792echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11592echo "${ECHO_T}$ac_header_compiler" >&6 10793echo "${ECHO_T}$ac_header_compiler" >&6
11593 10794
@@ -11595,6 +10796,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
11595echo "$as_me:$LINENO: checking jerror.h presence" >&5 10796echo "$as_me:$LINENO: checking jerror.h presence" >&5
11596echo $ECHO_N "checking jerror.h presence... $ECHO_C" >&6 10797echo $ECHO_N "checking jerror.h presence... $ECHO_C" >&6
11597cat >conftest.$ac_ext <<_ACEOF 10798cat >conftest.$ac_ext <<_ACEOF
10799#line $LINENO "configure"
11598/* confdefs.h. */ 10800/* confdefs.h. */
11599_ACEOF 10801_ACEOF
11600cat confdefs.h >>conftest.$ac_ext 10802cat confdefs.h >>conftest.$ac_ext
@@ -11612,7 +10814,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11612 (exit $ac_status); } >/dev/null; then 10814 (exit $ac_status); } >/dev/null; then
11613 if test -s conftest.err; then 10815 if test -s conftest.err; then
11614 ac_cpp_err=$ac_c_preproc_warn_flag 10816 ac_cpp_err=$ac_c_preproc_warn_flag
11615 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
11616 else 10817 else
11617 ac_cpp_err= 10818 ac_cpp_err=
11618 fi 10819 fi
@@ -11632,32 +10833,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11632echo "${ECHO_T}$ac_header_preproc" >&6 10833echo "${ECHO_T}$ac_header_preproc" >&6
11633 10834
11634# So? What about this header? 10835# So? What about this header?
11635case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 10836case $ac_header_compiler:$ac_header_preproc in
11636 yes:no: ) 10837 yes:no )
11637 { echo "$as_me:$LINENO: WARNING: jerror.h: accepted by the compiler, rejected by the preprocessor!" >&5 10838 { echo "$as_me:$LINENO: WARNING: jerror.h: accepted by the compiler, rejected by the preprocessor!" >&5
11638echo "$as_me: WARNING: jerror.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 10839echo "$as_me: WARNING: jerror.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
11639 { echo "$as_me:$LINENO: WARNING: jerror.h: proceeding with the compiler's result" >&5 10840 { echo "$as_me:$LINENO: WARNING: jerror.h: proceeding with the preprocessor's result" >&5
11640echo "$as_me: WARNING: jerror.h: proceeding with the compiler's result" >&2;} 10841echo "$as_me: WARNING: jerror.h: proceeding with the preprocessor's result" >&2;}
11641 ac_header_preproc=yes 10842 (
10843 cat <<\_ASBOX
10844## ------------------------------------ ##
10845## Report this to bug-autoconf@gnu.org. ##
10846## ------------------------------------ ##
10847_ASBOX
10848 ) |
10849 sed "s/^/$as_me: WARNING: /" >&2
11642 ;; 10850 ;;
11643 no:yes:* ) 10851 no:yes )
11644 { echo "$as_me:$LINENO: WARNING: jerror.h: present but cannot be compiled" >&5 10852 { echo "$as_me:$LINENO: WARNING: jerror.h: present but cannot be compiled" >&5
11645echo "$as_me: WARNING: jerror.h: present but cannot be compiled" >&2;} 10853echo "$as_me: WARNING: jerror.h: present but cannot be compiled" >&2;}
11646 { echo "$as_me:$LINENO: WARNING: jerror.h: check for missing prerequisite headers?" >&5 10854 { echo "$as_me:$LINENO: WARNING: jerror.h: check for missing prerequisite headers?" >&5
11647echo "$as_me: WARNING: jerror.h: check for missing prerequisite headers?" >&2;} 10855echo "$as_me: WARNING: jerror.h: check for missing prerequisite headers?" >&2;}
11648 { echo "$as_me:$LINENO: WARNING: jerror.h: see the Autoconf documentation" >&5
11649echo "$as_me: WARNING: jerror.h: see the Autoconf documentation" >&2;}
11650 { echo "$as_me:$LINENO: WARNING: jerror.h: section \"Present But Cannot Be Compiled\"" >&5
11651echo "$as_me: WARNING: jerror.h: section \"Present But Cannot Be Compiled\"" >&2;}
11652 { echo "$as_me:$LINENO: WARNING: jerror.h: proceeding with the preprocessor's result" >&5 10856 { echo "$as_me:$LINENO: WARNING: jerror.h: proceeding with the preprocessor's result" >&5
11653echo "$as_me: WARNING: jerror.h: proceeding with the preprocessor's result" >&2;} 10857echo "$as_me: WARNING: jerror.h: proceeding with the preprocessor's result" >&2;}
11654 { echo "$as_me:$LINENO: WARNING: jerror.h: in the future, the compiler will take precedence" >&5
11655echo "$as_me: WARNING: jerror.h: in the future, the compiler will take precedence" >&2;}
11656 ( 10858 (
11657 cat <<\_ASBOX 10859 cat <<\_ASBOX
11658## ------------------------------------------ ## 10860## ------------------------------------ ##
11659## Report this to the AC_PACKAGE_NAME lists. ## 10861## Report this to bug-autoconf@gnu.org. ##
11660## ------------------------------------------ ## 10862## ------------------------------------ ##
11661_ASBOX 10863_ASBOX
11662 ) | 10864 ) |
11663 sed "s/^/$as_me: WARNING: /" >&2 10865 sed "s/^/$as_me: WARNING: /" >&2
@@ -11683,6 +10885,7 @@ else
11683 ac_check_lib_save_LIBS=$LIBS 10885 ac_check_lib_save_LIBS=$LIBS
11684LIBS="-ljpeg $LIBS" 10886LIBS="-ljpeg $LIBS"
11685cat >conftest.$ac_ext <<_ACEOF 10887cat >conftest.$ac_ext <<_ACEOF
10888#line $LINENO "configure"
11686/* confdefs.h. */ 10889/* confdefs.h. */
11687_ACEOF 10890_ACEOF
11688cat confdefs.h >>conftest.$ac_ext 10891cat confdefs.h >>conftest.$ac_ext
@@ -11706,20 +10909,11 @@ jpeg_destroy_compress ();
11706_ACEOF 10909_ACEOF
11707rm -f conftest.$ac_objext conftest$ac_exeext 10910rm -f conftest.$ac_objext conftest$ac_exeext
11708if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 10911if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11709 (eval $ac_link) 2>conftest.er1 10912 (eval $ac_link) 2>&5
11710 ac_status=$? 10913 ac_status=$?
11711 grep -v '^ *+' conftest.er1 >conftest.err
11712 rm -f conftest.er1
11713 cat conftest.err >&5
11714 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11715 (exit $ac_status); } && 10915 (exit $ac_status); } &&
11716 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10916 { ac_try='test -s conftest$ac_exeext'
11717 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11718 (eval $ac_try) 2>&5
11719 ac_status=$?
11720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11721 (exit $ac_status); }; } &&
11722 { ac_try='test -s conftest$ac_exeext'
11723 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10917 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11724 (eval $ac_try) 2>&5 10918 (eval $ac_try) 2>&5
11725 ac_status=$? 10919 ac_status=$?
@@ -11732,8 +10926,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
11732 10926
11733ac_cv_lib_jpeg_jpeg_destroy_compress=no 10927ac_cv_lib_jpeg_jpeg_destroy_compress=no
11734fi 10928fi
11735rm -f conftest.err conftest.$ac_objext \ 10929rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11736 conftest$ac_exeext conftest.$ac_ext
11737LIBS=$ac_check_lib_save_LIBS 10930LIBS=$ac_check_lib_save_LIBS
11738fi 10931fi
11739echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5 10932echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5
@@ -11754,6 +10947,7 @@ fi
11754_ACEOF 10947_ACEOF
11755 10948
11756 cat >conftest.$ac_ext <<_ACEOF 10949 cat >conftest.$ac_ext <<_ACEOF
10950#line $LINENO "configure"
11757/* confdefs.h. */ 10951/* confdefs.h. */
11758_ACEOF 10952_ACEOF
11759cat confdefs.h >>conftest.$ac_ext 10953cat confdefs.h >>conftest.$ac_ext
@@ -11803,6 +10997,7 @@ else
11803echo "$as_me:$LINENO: checking $ac_header usability" >&5 10997echo "$as_me:$LINENO: checking $ac_header usability" >&5
11804echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 10998echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
11805cat >conftest.$ac_ext <<_ACEOF 10999cat >conftest.$ac_ext <<_ACEOF
11000#line $LINENO "configure"
11806/* confdefs.h. */ 11001/* confdefs.h. */
11807_ACEOF 11002_ACEOF
11808cat confdefs.h >>conftest.$ac_ext 11003cat confdefs.h >>conftest.$ac_ext
@@ -11813,20 +11008,11 @@ $ac_includes_default
11813_ACEOF 11008_ACEOF
11814rm -f conftest.$ac_objext 11009rm -f conftest.$ac_objext
11815if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 11010if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11816 (eval $ac_compile) 2>conftest.er1 11011 (eval $ac_compile) 2>&5
11817 ac_status=$? 11012 ac_status=$?
11818 grep -v '^ *+' conftest.er1 >conftest.err
11819 rm -f conftest.er1
11820 cat conftest.err >&5
11821 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11822 (exit $ac_status); } && 11014 (exit $ac_status); } &&
11823 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11015 { ac_try='test -s conftest.$ac_objext'
11824 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11825 (eval $ac_try) 2>&5
11826 ac_status=$?
11827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11828 (exit $ac_status); }; } &&
11829 { ac_try='test -s conftest.$ac_objext'
11830 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11016 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11831 (eval $ac_try) 2>&5 11017 (eval $ac_try) 2>&5
11832 ac_status=$? 11018 ac_status=$?
@@ -11839,7 +11025,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
11839 11025
11840ac_header_compiler=no 11026ac_header_compiler=no
11841fi 11027fi
11842rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 11028rm -f conftest.$ac_objext conftest.$ac_ext
11843echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 11029echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11844echo "${ECHO_T}$ac_header_compiler" >&6 11030echo "${ECHO_T}$ac_header_compiler" >&6
11845 11031
@@ -11847,6 +11033,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
11847echo "$as_me:$LINENO: checking $ac_header presence" >&5 11033echo "$as_me:$LINENO: checking $ac_header presence" >&5
11848echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 11034echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
11849cat >conftest.$ac_ext <<_ACEOF 11035cat >conftest.$ac_ext <<_ACEOF
11036#line $LINENO "configure"
11850/* confdefs.h. */ 11037/* confdefs.h. */
11851_ACEOF 11038_ACEOF
11852cat confdefs.h >>conftest.$ac_ext 11039cat confdefs.h >>conftest.$ac_ext
@@ -11864,7 +11051,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11864 (exit $ac_status); } >/dev/null; then 11051 (exit $ac_status); } >/dev/null; then
11865 if test -s conftest.err; then 11052 if test -s conftest.err; then
11866 ac_cpp_err=$ac_c_preproc_warn_flag 11053 ac_cpp_err=$ac_c_preproc_warn_flag
11867 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
11868 else 11054 else
11869 ac_cpp_err= 11055 ac_cpp_err=
11870 fi 11056 fi
@@ -11884,32 +11070,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11884echo "${ECHO_T}$ac_header_preproc" >&6 11070echo "${ECHO_T}$ac_header_preproc" >&6
11885 11071
11886# So? What about this header? 11072# So? What about this header?
11887case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 11073case $ac_header_compiler:$ac_header_preproc in
11888 yes:no: ) 11074 yes:no )
11889 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 11075 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11890echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 11076echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11891 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 11077 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11892echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 11078echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11893 ac_header_preproc=yes 11079 (
11080 cat <<\_ASBOX
11081## ------------------------------------ ##
11082## Report this to bug-autoconf@gnu.org. ##
11083## ------------------------------------ ##
11084_ASBOX
11085 ) |
11086 sed "s/^/$as_me: WARNING: /" >&2
11894 ;; 11087 ;;
11895 no:yes:* ) 11088 no:yes )
11896 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 11089 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11897echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 11090echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11898 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 11091 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11899echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 11092echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11900 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11901echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11902 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11903echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11904 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 11093 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11905echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 11094echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11906 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11907echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11908 ( 11095 (
11909 cat <<\_ASBOX 11096 cat <<\_ASBOX
11910## ------------------------------------------ ## 11097## ------------------------------------ ##
11911## Report this to the AC_PACKAGE_NAME lists. ## 11098## Report this to bug-autoconf@gnu.org. ##
11912## ------------------------------------------ ## 11099## ------------------------------------ ##
11913_ASBOX 11100_ASBOX
11914 ) | 11101 ) |
11915 sed "s/^/$as_me: WARNING: /" >&2 11102 sed "s/^/$as_me: WARNING: /" >&2
@@ -11920,7 +11107,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11920if eval "test \"\${$as_ac_Header+set}\" = set"; then 11107if eval "test \"\${$as_ac_Header+set}\" = set"; then
11921 echo $ECHO_N "(cached) $ECHO_C" >&6 11108 echo $ECHO_N "(cached) $ECHO_C" >&6
11922else 11109else
11923 eval "$as_ac_Header=\$ac_header_preproc" 11110 eval "$as_ac_Header=$ac_header_preproc"
11924fi 11111fi
11925echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 11112echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11926echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11113echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -11944,6 +11131,7 @@ else
11944 ac_check_lib_save_LIBS=$LIBS 11131 ac_check_lib_save_LIBS=$LIBS
11945LIBS="-lpng -lz -lm $LIBS" 11132LIBS="-lpng -lz -lm $LIBS"
11946cat >conftest.$ac_ext <<_ACEOF 11133cat >conftest.$ac_ext <<_ACEOF
11134#line $LINENO "configure"
11947/* confdefs.h. */ 11135/* confdefs.h. */
11948_ACEOF 11136_ACEOF
11949cat confdefs.h >>conftest.$ac_ext 11137cat confdefs.h >>conftest.$ac_ext
@@ -11967,20 +11155,11 @@ png_get_channels ();
11967_ACEOF 11155_ACEOF
11968rm -f conftest.$ac_objext conftest$ac_exeext 11156rm -f conftest.$ac_objext conftest$ac_exeext
11969if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 11157if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11970 (eval $ac_link) 2>conftest.er1 11158 (eval $ac_link) 2>&5
11971 ac_status=$? 11159 ac_status=$?
11972 grep -v '^ *+' conftest.er1 >conftest.err
11973 rm -f conftest.er1
11974 cat conftest.err >&5
11975 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11160 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11976 (exit $ac_status); } && 11161 (exit $ac_status); } &&
11977 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11162 { ac_try='test -s conftest$ac_exeext'
11978 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11979 (eval $ac_try) 2>&5
11980 ac_status=$?
11981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11982 (exit $ac_status); }; } &&
11983 { ac_try='test -s conftest$ac_exeext'
11984 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11163 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11985 (eval $ac_try) 2>&5 11164 (eval $ac_try) 2>&5
11986 ac_status=$? 11165 ac_status=$?
@@ -11993,8 +11172,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
11993 11172
11994ac_cv_lib_png_png_get_channels=no 11173ac_cv_lib_png_png_get_channels=no
11995fi 11174fi
11996rm -f conftest.err conftest.$ac_objext \ 11175rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11997 conftest$ac_exeext conftest.$ac_ext
11998LIBS=$ac_check_lib_save_LIBS 11176LIBS=$ac_check_lib_save_LIBS
11999fi 11177fi
12000echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_get_channels" >&5 11178echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_get_channels" >&5
@@ -12032,6 +11210,7 @@ else
12032echo "$as_me:$LINENO: checking tiffio.h usability" >&5 11210echo "$as_me:$LINENO: checking tiffio.h usability" >&5
12033echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6 11211echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6
12034cat >conftest.$ac_ext <<_ACEOF 11212cat >conftest.$ac_ext <<_ACEOF
11213#line $LINENO "configure"
12035/* confdefs.h. */ 11214/* confdefs.h. */
12036_ACEOF 11215_ACEOF
12037cat confdefs.h >>conftest.$ac_ext 11216cat confdefs.h >>conftest.$ac_ext
@@ -12042,20 +11221,11 @@ $ac_includes_default
12042_ACEOF 11221_ACEOF
12043rm -f conftest.$ac_objext 11222rm -f conftest.$ac_objext
12044if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 11223if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12045 (eval $ac_compile) 2>conftest.er1 11224 (eval $ac_compile) 2>&5
12046 ac_status=$? 11225 ac_status=$?
12047 grep -v '^ *+' conftest.er1 >conftest.err
12048 rm -f conftest.er1
12049 cat conftest.err >&5
12050 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12051 (exit $ac_status); } && 11227 (exit $ac_status); } &&
12052 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11228 { ac_try='test -s conftest.$ac_objext'
12053 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12054 (eval $ac_try) 2>&5
12055 ac_status=$?
12056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12057 (exit $ac_status); }; } &&
12058 { ac_try='test -s conftest.$ac_objext'
12059 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11229 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12060 (eval $ac_try) 2>&5 11230 (eval $ac_try) 2>&5
12061 ac_status=$? 11231 ac_status=$?
@@ -12068,7 +11238,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
12068 11238
12069ac_header_compiler=no 11239ac_header_compiler=no
12070fi 11240fi
12071rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 11241rm -f conftest.$ac_objext conftest.$ac_ext
12072echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 11242echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12073echo "${ECHO_T}$ac_header_compiler" >&6 11243echo "${ECHO_T}$ac_header_compiler" >&6
12074 11244
@@ -12076,6 +11246,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
12076echo "$as_me:$LINENO: checking tiffio.h presence" >&5 11246echo "$as_me:$LINENO: checking tiffio.h presence" >&5
12077echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6 11247echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6
12078cat >conftest.$ac_ext <<_ACEOF 11248cat >conftest.$ac_ext <<_ACEOF
11249#line $LINENO "configure"
12079/* confdefs.h. */ 11250/* confdefs.h. */
12080_ACEOF 11251_ACEOF
12081cat confdefs.h >>conftest.$ac_ext 11252cat confdefs.h >>conftest.$ac_ext
@@ -12093,7 +11264,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12093 (exit $ac_status); } >/dev/null; then 11264 (exit $ac_status); } >/dev/null; then
12094 if test -s conftest.err; then 11265 if test -s conftest.err; then
12095 ac_cpp_err=$ac_c_preproc_warn_flag 11266 ac_cpp_err=$ac_c_preproc_warn_flag
12096 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
12097 else 11267 else
12098 ac_cpp_err= 11268 ac_cpp_err=
12099 fi 11269 fi
@@ -12113,32 +11283,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12113echo "${ECHO_T}$ac_header_preproc" >&6 11283echo "${ECHO_T}$ac_header_preproc" >&6
12114 11284
12115# So? What about this header? 11285# So? What about this header?
12116case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 11286case $ac_header_compiler:$ac_header_preproc in
12117 yes:no: ) 11287 yes:no )
12118 { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5 11288 { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5
12119echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 11289echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12120 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the compiler's result" >&5 11290 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
12121echo "$as_me: WARNING: tiffio.h: proceeding with the compiler's result" >&2;} 11291echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
12122 ac_header_preproc=yes 11292 (
11293 cat <<\_ASBOX
11294## ------------------------------------ ##
11295## Report this to bug-autoconf@gnu.org. ##
11296## ------------------------------------ ##
11297_ASBOX
11298 ) |
11299 sed "s/^/$as_me: WARNING: /" >&2
12123 ;; 11300 ;;
12124 no:yes:* ) 11301 no:yes )
12125 { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5 11302 { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5
12126echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;} 11303echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;}
12127 { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5 11304 { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5
12128echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;} 11305echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;}
12129 { echo "$as_me:$LINENO: WARNING: tiffio.h: see the Autoconf documentation" >&5
12130echo "$as_me: WARNING: tiffio.h: see the Autoconf documentation" >&2;}
12131 { echo "$as_me:$LINENO: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&5
12132echo "$as_me: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&2;}
12133 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5 11306 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
12134echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;} 11307echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
12135 { echo "$as_me:$LINENO: WARNING: tiffio.h: in the future, the compiler will take precedence" >&5
12136echo "$as_me: WARNING: tiffio.h: in the future, the compiler will take precedence" >&2;}
12137 ( 11308 (
12138 cat <<\_ASBOX 11309 cat <<\_ASBOX
12139## ------------------------------------------ ## 11310## ------------------------------------ ##
12140## Report this to the AC_PACKAGE_NAME lists. ## 11311## Report this to bug-autoconf@gnu.org. ##
12141## ------------------------------------------ ## 11312## ------------------------------------ ##
12142_ASBOX 11313_ASBOX
12143 ) | 11314 ) |
12144 sed "s/^/$as_me: WARNING: /" >&2 11315 sed "s/^/$as_me: WARNING: /" >&2
@@ -12167,6 +11338,7 @@ else
12167 ac_check_lib_save_LIBS=$LIBS 11338 ac_check_lib_save_LIBS=$LIBS
12168LIBS="-ltiff $tifflibs $LIBS" 11339LIBS="-ltiff $tifflibs $LIBS"
12169cat >conftest.$ac_ext <<_ACEOF 11340cat >conftest.$ac_ext <<_ACEOF
11341#line $LINENO "configure"
12170/* confdefs.h. */ 11342/* confdefs.h. */
12171_ACEOF 11343_ACEOF
12172cat confdefs.h >>conftest.$ac_ext 11344cat confdefs.h >>conftest.$ac_ext
@@ -12190,20 +11362,11 @@ TIFFGetVersion ();
12190_ACEOF 11362_ACEOF
12191rm -f conftest.$ac_objext conftest$ac_exeext 11363rm -f conftest.$ac_objext conftest$ac_exeext
12192if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 11364if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12193 (eval $ac_link) 2>conftest.er1 11365 (eval $ac_link) 2>&5
12194 ac_status=$? 11366 ac_status=$?
12195 grep -v '^ *+' conftest.er1 >conftest.err
12196 rm -f conftest.er1
12197 cat conftest.err >&5
12198 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12199 (exit $ac_status); } && 11368 (exit $ac_status); } &&
12200 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11369 { ac_try='test -s conftest$ac_exeext'
12201 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12202 (eval $ac_try) 2>&5
12203 ac_status=$?
12204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12205 (exit $ac_status); }; } &&
12206 { ac_try='test -s conftest$ac_exeext'
12207 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11370 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12208 (eval $ac_try) 2>&5 11371 (eval $ac_try) 2>&5
12209 ac_status=$? 11372 ac_status=$?
@@ -12216,8 +11379,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
12216 11379
12217ac_cv_lib_tiff_TIFFGetVersion=no 11380ac_cv_lib_tiff_TIFFGetVersion=no
12218fi 11381fi
12219rm -f conftest.err conftest.$ac_objext \ 11382rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
12220 conftest$ac_exeext conftest.$ac_ext
12221LIBS=$ac_check_lib_save_LIBS 11383LIBS=$ac_check_lib_save_LIBS
12222fi 11384fi
12223echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5 11385echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5
@@ -12257,6 +11419,7 @@ else
12257echo "$as_me:$LINENO: checking gif_lib.h usability" >&5 11419echo "$as_me:$LINENO: checking gif_lib.h usability" >&5
12258echo $ECHO_N "checking gif_lib.h usability... $ECHO_C" >&6 11420echo $ECHO_N "checking gif_lib.h usability... $ECHO_C" >&6
12259cat >conftest.$ac_ext <<_ACEOF 11421cat >conftest.$ac_ext <<_ACEOF
11422#line $LINENO "configure"
12260/* confdefs.h. */ 11423/* confdefs.h. */
12261_ACEOF 11424_ACEOF
12262cat confdefs.h >>conftest.$ac_ext 11425cat confdefs.h >>conftest.$ac_ext
@@ -12267,20 +11430,11 @@ $ac_includes_default
12267_ACEOF 11430_ACEOF
12268rm -f conftest.$ac_objext 11431rm -f conftest.$ac_objext
12269if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 11432if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12270 (eval $ac_compile) 2>conftest.er1 11433 (eval $ac_compile) 2>&5
12271 ac_status=$? 11434 ac_status=$?
12272 grep -v '^ *+' conftest.er1 >conftest.err
12273 rm -f conftest.er1
12274 cat conftest.err >&5
12275 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12276 (exit $ac_status); } && 11436 (exit $ac_status); } &&
12277 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11437 { ac_try='test -s conftest.$ac_objext'
12278 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12279 (eval $ac_try) 2>&5
12280 ac_status=$?
12281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12282 (exit $ac_status); }; } &&
12283 { ac_try='test -s conftest.$ac_objext'
12284 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11438 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12285 (eval $ac_try) 2>&5 11439 (eval $ac_try) 2>&5
12286 ac_status=$? 11440 ac_status=$?
@@ -12293,7 +11447,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
12293 11447
12294ac_header_compiler=no 11448ac_header_compiler=no
12295fi 11449fi
12296rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 11450rm -f conftest.$ac_objext conftest.$ac_ext
12297echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 11451echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12298echo "${ECHO_T}$ac_header_compiler" >&6 11452echo "${ECHO_T}$ac_header_compiler" >&6
12299 11453
@@ -12301,6 +11455,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
12301echo "$as_me:$LINENO: checking gif_lib.h presence" >&5 11455echo "$as_me:$LINENO: checking gif_lib.h presence" >&5
12302echo $ECHO_N "checking gif_lib.h presence... $ECHO_C" >&6 11456echo $ECHO_N "checking gif_lib.h presence... $ECHO_C" >&6
12303cat >conftest.$ac_ext <<_ACEOF 11457cat >conftest.$ac_ext <<_ACEOF
11458#line $LINENO "configure"
12304/* confdefs.h. */ 11459/* confdefs.h. */
12305_ACEOF 11460_ACEOF
12306cat confdefs.h >>conftest.$ac_ext 11461cat confdefs.h >>conftest.$ac_ext
@@ -12318,7 +11473,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12318 (exit $ac_status); } >/dev/null; then 11473 (exit $ac_status); } >/dev/null; then
12319 if test -s conftest.err; then 11474 if test -s conftest.err; then
12320 ac_cpp_err=$ac_c_preproc_warn_flag 11475 ac_cpp_err=$ac_c_preproc_warn_flag
12321 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
12322 else 11476 else
12323 ac_cpp_err= 11477 ac_cpp_err=
12324 fi 11478 fi
@@ -12338,32 +11492,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12338echo "${ECHO_T}$ac_header_preproc" >&6 11492echo "${ECHO_T}$ac_header_preproc" >&6
12339 11493
12340# So? What about this header? 11494# So? What about this header?
12341case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 11495case $ac_header_compiler:$ac_header_preproc in
12342 yes:no: ) 11496 yes:no )
12343 { echo "$as_me:$LINENO: WARNING: gif_lib.h: accepted by the compiler, rejected by the preprocessor!" >&5 11497 { echo "$as_me:$LINENO: WARNING: gif_lib.h: accepted by the compiler, rejected by the preprocessor!" >&5
12344echo "$as_me: WARNING: gif_lib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 11498echo "$as_me: WARNING: gif_lib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12345 { echo "$as_me:$LINENO: WARNING: gif_lib.h: proceeding with the compiler's result" >&5 11499 { echo "$as_me:$LINENO: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&5
12346echo "$as_me: WARNING: gif_lib.h: proceeding with the compiler's result" >&2;} 11500echo "$as_me: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&2;}
12347 ac_header_preproc=yes 11501 (
11502 cat <<\_ASBOX
11503## ------------------------------------ ##
11504## Report this to bug-autoconf@gnu.org. ##
11505## ------------------------------------ ##
11506_ASBOX
11507 ) |
11508 sed "s/^/$as_me: WARNING: /" >&2
12348 ;; 11509 ;;
12349 no:yes:* ) 11510 no:yes )
12350 { echo "$as_me:$LINENO: WARNING: gif_lib.h: present but cannot be compiled" >&5 11511 { echo "$as_me:$LINENO: WARNING: gif_lib.h: present but cannot be compiled" >&5
12351echo "$as_me: WARNING: gif_lib.h: present but cannot be compiled" >&2;} 11512echo "$as_me: WARNING: gif_lib.h: present but cannot be compiled" >&2;}
12352 { echo "$as_me:$LINENO: WARNING: gif_lib.h: check for missing prerequisite headers?" >&5 11513 { echo "$as_me:$LINENO: WARNING: gif_lib.h: check for missing prerequisite headers?" >&5
12353echo "$as_me: WARNING: gif_lib.h: check for missing prerequisite headers?" >&2;} 11514echo "$as_me: WARNING: gif_lib.h: check for missing prerequisite headers?" >&2;}
12354 { echo "$as_me:$LINENO: WARNING: gif_lib.h: see the Autoconf documentation" >&5
12355echo "$as_me: WARNING: gif_lib.h: see the Autoconf documentation" >&2;}
12356 { echo "$as_me:$LINENO: WARNING: gif_lib.h: section \"Present But Cannot Be Compiled\"" >&5
12357echo "$as_me: WARNING: gif_lib.h: section \"Present But Cannot Be Compiled\"" >&2;}
12358 { echo "$as_me:$LINENO: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&5 11515 { echo "$as_me:$LINENO: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&5
12359echo "$as_me: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&2;} 11516echo "$as_me: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&2;}
12360 { echo "$as_me:$LINENO: WARNING: gif_lib.h: in the future, the compiler will take precedence" >&5
12361echo "$as_me: WARNING: gif_lib.h: in the future, the compiler will take precedence" >&2;}
12362 ( 11517 (
12363 cat <<\_ASBOX 11518 cat <<\_ASBOX
12364## ------------------------------------------ ## 11519## ------------------------------------ ##
12365## Report this to the AC_PACKAGE_NAME lists. ## 11520## Report this to bug-autoconf@gnu.org. ##
12366## ------------------------------------------ ## 11521## ------------------------------------ ##
12367_ASBOX 11522_ASBOX
12368 ) | 11523 ) |
12369 sed "s/^/$as_me: WARNING: /" >&2 11524 sed "s/^/$as_me: WARNING: /" >&2
@@ -12391,6 +11546,7 @@ else
12391 ac_check_lib_save_LIBS=$LIBS 11546 ac_check_lib_save_LIBS=$LIBS
12392LIBS="-lungif $LIBS" 11547LIBS="-lungif $LIBS"
12393cat >conftest.$ac_ext <<_ACEOF 11548cat >conftest.$ac_ext <<_ACEOF
11549#line $LINENO "configure"
12394/* confdefs.h. */ 11550/* confdefs.h. */
12395_ACEOF 11551_ACEOF
12396cat confdefs.h >>conftest.$ac_ext 11552cat confdefs.h >>conftest.$ac_ext
@@ -12414,20 +11570,11 @@ EGifPutExtensionLast ();
12414_ACEOF 11570_ACEOF
12415rm -f conftest.$ac_objext conftest$ac_exeext 11571rm -f conftest.$ac_objext conftest$ac_exeext
12416if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 11572if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12417 (eval $ac_link) 2>conftest.er1 11573 (eval $ac_link) 2>&5
12418 ac_status=$? 11574 ac_status=$?
12419 grep -v '^ *+' conftest.er1 >conftest.err
12420 rm -f conftest.er1
12421 cat conftest.err >&5
12422 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12423 (exit $ac_status); } && 11576 (exit $ac_status); } &&
12424 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11577 { ac_try='test -s conftest$ac_exeext'
12425 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12426 (eval $ac_try) 2>&5
12427 ac_status=$?
12428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12429 (exit $ac_status); }; } &&
12430 { ac_try='test -s conftest$ac_exeext'
12431 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11578 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12432 (eval $ac_try) 2>&5 11579 (eval $ac_try) 2>&5
12433 ac_status=$? 11580 ac_status=$?
@@ -12440,8 +11587,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
12440 11587
12441ac_cv_lib_ungif_EGifPutExtensionLast=no 11588ac_cv_lib_ungif_EGifPutExtensionLast=no
12442fi 11589fi
12443rm -f conftest.err conftest.$ac_objext \ 11590rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
12444 conftest$ac_exeext conftest.$ac_ext
12445LIBS=$ac_check_lib_save_LIBS 11591LIBS=$ac_check_lib_save_LIBS
12446fi 11592fi
12447echo "$as_me:$LINENO: result: $ac_cv_lib_ungif_EGifPutExtensionLast" >&5 11593echo "$as_me:$LINENO: result: $ac_cv_lib_ungif_EGifPutExtensionLast" >&5
@@ -12477,6 +11623,7 @@ else
12477echo "$as_me:$LINENO: checking malloc/malloc.h usability" >&5 11623echo "$as_me:$LINENO: checking malloc/malloc.h usability" >&5
12478echo $ECHO_N "checking malloc/malloc.h usability... $ECHO_C" >&6 11624echo $ECHO_N "checking malloc/malloc.h usability... $ECHO_C" >&6
12479cat >conftest.$ac_ext <<_ACEOF 11625cat >conftest.$ac_ext <<_ACEOF
11626#line $LINENO "configure"
12480/* confdefs.h. */ 11627/* confdefs.h. */
12481_ACEOF 11628_ACEOF
12482cat confdefs.h >>conftest.$ac_ext 11629cat confdefs.h >>conftest.$ac_ext
@@ -12487,20 +11634,11 @@ $ac_includes_default
12487_ACEOF 11634_ACEOF
12488rm -f conftest.$ac_objext 11635rm -f conftest.$ac_objext
12489if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 11636if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12490 (eval $ac_compile) 2>conftest.er1 11637 (eval $ac_compile) 2>&5
12491 ac_status=$? 11638 ac_status=$?
12492 grep -v '^ *+' conftest.er1 >conftest.err
12493 rm -f conftest.er1
12494 cat conftest.err >&5
12495 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12496 (exit $ac_status); } && 11640 (exit $ac_status); } &&
12497 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11641 { ac_try='test -s conftest.$ac_objext'
12498 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12499 (eval $ac_try) 2>&5
12500 ac_status=$?
12501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12502 (exit $ac_status); }; } &&
12503 { ac_try='test -s conftest.$ac_objext'
12504 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11642 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12505 (eval $ac_try) 2>&5 11643 (eval $ac_try) 2>&5
12506 ac_status=$? 11644 ac_status=$?
@@ -12513,7 +11651,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
12513 11651
12514ac_header_compiler=no 11652ac_header_compiler=no
12515fi 11653fi
12516rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 11654rm -f conftest.$ac_objext conftest.$ac_ext
12517echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 11655echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12518echo "${ECHO_T}$ac_header_compiler" >&6 11656echo "${ECHO_T}$ac_header_compiler" >&6
12519 11657
@@ -12521,6 +11659,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
12521echo "$as_me:$LINENO: checking malloc/malloc.h presence" >&5 11659echo "$as_me:$LINENO: checking malloc/malloc.h presence" >&5
12522echo $ECHO_N "checking malloc/malloc.h presence... $ECHO_C" >&6 11660echo $ECHO_N "checking malloc/malloc.h presence... $ECHO_C" >&6
12523cat >conftest.$ac_ext <<_ACEOF 11661cat >conftest.$ac_ext <<_ACEOF
11662#line $LINENO "configure"
12524/* confdefs.h. */ 11663/* confdefs.h. */
12525_ACEOF 11664_ACEOF
12526cat confdefs.h >>conftest.$ac_ext 11665cat confdefs.h >>conftest.$ac_ext
@@ -12538,7 +11677,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12538 (exit $ac_status); } >/dev/null; then 11677 (exit $ac_status); } >/dev/null; then
12539 if test -s conftest.err; then 11678 if test -s conftest.err; then
12540 ac_cpp_err=$ac_c_preproc_warn_flag 11679 ac_cpp_err=$ac_c_preproc_warn_flag
12541 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
12542 else 11680 else
12543 ac_cpp_err= 11681 ac_cpp_err=
12544 fi 11682 fi
@@ -12558,32 +11696,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12558echo "${ECHO_T}$ac_header_preproc" >&6 11696echo "${ECHO_T}$ac_header_preproc" >&6
12559 11697
12560# So? What about this header? 11698# So? What about this header?
12561case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 11699case $ac_header_compiler:$ac_header_preproc in
12562 yes:no: ) 11700 yes:no )
12563 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: accepted by the compiler, rejected by the preprocessor!" >&5 11701 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: accepted by the compiler, rejected by the preprocessor!" >&5
12564echo "$as_me: WARNING: malloc/malloc.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 11702echo "$as_me: WARNING: malloc/malloc.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12565 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: proceeding with the compiler's result" >&5 11703 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: proceeding with the preprocessor's result" >&5
12566echo "$as_me: WARNING: malloc/malloc.h: proceeding with the compiler's result" >&2;} 11704echo "$as_me: WARNING: malloc/malloc.h: proceeding with the preprocessor's result" >&2;}
12567 ac_header_preproc=yes 11705 (
11706 cat <<\_ASBOX
11707## ------------------------------------ ##
11708## Report this to bug-autoconf@gnu.org. ##
11709## ------------------------------------ ##
11710_ASBOX
11711 ) |
11712 sed "s/^/$as_me: WARNING: /" >&2
12568 ;; 11713 ;;
12569 no:yes:* ) 11714 no:yes )
12570 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: present but cannot be compiled" >&5 11715 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: present but cannot be compiled" >&5
12571echo "$as_me: WARNING: malloc/malloc.h: present but cannot be compiled" >&2;} 11716echo "$as_me: WARNING: malloc/malloc.h: present but cannot be compiled" >&2;}
12572 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: check for missing prerequisite headers?" >&5 11717 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: check for missing prerequisite headers?" >&5
12573echo "$as_me: WARNING: malloc/malloc.h: check for missing prerequisite headers?" >&2;} 11718echo "$as_me: WARNING: malloc/malloc.h: check for missing prerequisite headers?" >&2;}
12574 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: see the Autoconf documentation" >&5
12575echo "$as_me: WARNING: malloc/malloc.h: see the Autoconf documentation" >&2;}
12576 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: section \"Present But Cannot Be Compiled\"" >&5
12577echo "$as_me: WARNING: malloc/malloc.h: section \"Present But Cannot Be Compiled\"" >&2;}
12578 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: proceeding with the preprocessor's result" >&5 11719 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: proceeding with the preprocessor's result" >&5
12579echo "$as_me: WARNING: malloc/malloc.h: proceeding with the preprocessor's result" >&2;} 11720echo "$as_me: WARNING: malloc/malloc.h: proceeding with the preprocessor's result" >&2;}
12580 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: in the future, the compiler will take precedence" >&5
12581echo "$as_me: WARNING: malloc/malloc.h: in the future, the compiler will take precedence" >&2;}
12582 ( 11721 (
12583 cat <<\_ASBOX 11722 cat <<\_ASBOX
12584## ------------------------------------------ ## 11723## ------------------------------------ ##
12585## Report this to the AC_PACKAGE_NAME lists. ## 11724## Report this to bug-autoconf@gnu.org. ##
12586## ------------------------------------------ ## 11725## ------------------------------------ ##
12587_ASBOX 11726_ASBOX
12588 ) | 11727 ) |
12589 sed "s/^/$as_me: WARNING: /" >&2 11728 sed "s/^/$as_me: WARNING: /" >&2
@@ -12628,6 +11767,95 @@ _ACEOF
12628 fi 11767 fi
12629 # We also have mouse menus. 11768 # We also have mouse menus.
12630 HAVE_MENUS=yes 11769 HAVE_MENUS=yes
11770
11771 tmp_CFLAGS="$CFLAGS"
11772 CFLAGS="$CFLAGS -framework Carbon"
11773 echo "$as_me:$LINENO: checking for CancelMenuTracking" >&5
11774echo $ECHO_N "checking for CancelMenuTracking... $ECHO_C" >&6
11775if test "${ac_cv_func_CancelMenuTracking+set}" = set; then
11776 echo $ECHO_N "(cached) $ECHO_C" >&6
11777else
11778 cat >conftest.$ac_ext <<_ACEOF
11779#line $LINENO "configure"
11780/* confdefs.h. */
11781_ACEOF
11782cat confdefs.h >>conftest.$ac_ext
11783cat >>conftest.$ac_ext <<_ACEOF
11784/* end confdefs.h. */
11785/* System header to define __stub macros and hopefully few prototypes,
11786 which can conflict with char CancelMenuTracking (); below.
11787 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11788 <limits.h> exists even on freestanding compilers. */
11789#ifdef __STDC__
11790# include <limits.h>
11791#else
11792# include <assert.h>
11793#endif
11794/* Override any gcc2 internal prototype to avoid an error. */
11795#ifdef __cplusplus
11796extern "C"
11797{
11798#endif
11799/* We use char because int might match the return type of a gcc2
11800 builtin and then its argument prototype would still apply. */
11801char CancelMenuTracking ();
11802/* The GNU C library defines this for functions which it implements
11803 to always fail with ENOSYS. Some functions are actually named
11804 something starting with __ and the normal name is an alias. */
11805#if defined (__stub_CancelMenuTracking) || defined (__stub___CancelMenuTracking)
11806choke me
11807#else
11808char (*f) () = CancelMenuTracking;
11809#endif
11810#ifdef __cplusplus
11811}
11812#endif
11813
11814int
11815main ()
11816{
11817return f != CancelMenuTracking;
11818 ;
11819 return 0;
11820}
11821_ACEOF
11822rm -f conftest.$ac_objext conftest$ac_exeext
11823if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11824 (eval $ac_link) 2>&5
11825 ac_status=$?
11826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11827 (exit $ac_status); } &&
11828 { ac_try='test -s conftest$ac_exeext'
11829 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11830 (eval $ac_try) 2>&5
11831 ac_status=$?
11832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11833 (exit $ac_status); }; }; then
11834 ac_cv_func_CancelMenuTracking=yes
11835else
11836 echo "$as_me: failed program was:" >&5
11837sed 's/^/| /' conftest.$ac_ext >&5
11838
11839ac_cv_func_CancelMenuTracking=no
11840fi
11841rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11842fi
11843echo "$as_me:$LINENO: result: $ac_cv_func_CancelMenuTracking" >&5
11844echo "${ECHO_T}$ac_cv_func_CancelMenuTracking" >&6
11845if test $ac_cv_func_CancelMenuTracking = yes; then
11846 have_cmt=yes
11847else
11848 have_cmt=no
11849fi
11850
11851 if test "$have_cmt" = yes; then
11852
11853cat >>confdefs.h <<\_ACEOF
11854#define HAVE_CANCELMENUTRACKING 1
11855_ACEOF
11856
11857 fi
11858 CFLAGS="$tmp_CFLAGS"
12631fi 11859fi
12632 11860
12633### Use session management (-lSM -lICE) if available 11861### Use session management (-lSM -lICE) if available
@@ -12646,6 +11874,7 @@ else
12646echo "$as_me:$LINENO: checking X11/SM/SMlib.h usability" >&5 11874echo "$as_me:$LINENO: checking X11/SM/SMlib.h usability" >&5
12647echo $ECHO_N "checking X11/SM/SMlib.h usability... $ECHO_C" >&6 11875echo $ECHO_N "checking X11/SM/SMlib.h usability... $ECHO_C" >&6
12648cat >conftest.$ac_ext <<_ACEOF 11876cat >conftest.$ac_ext <<_ACEOF
11877#line $LINENO "configure"
12649/* confdefs.h. */ 11878/* confdefs.h. */
12650_ACEOF 11879_ACEOF
12651cat confdefs.h >>conftest.$ac_ext 11880cat confdefs.h >>conftest.$ac_ext
@@ -12656,20 +11885,11 @@ $ac_includes_default
12656_ACEOF 11885_ACEOF
12657rm -f conftest.$ac_objext 11886rm -f conftest.$ac_objext
12658if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 11887if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12659 (eval $ac_compile) 2>conftest.er1 11888 (eval $ac_compile) 2>&5
12660 ac_status=$? 11889 ac_status=$?
12661 grep -v '^ *+' conftest.er1 >conftest.err
12662 rm -f conftest.er1
12663 cat conftest.err >&5
12664 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12665 (exit $ac_status); } && 11891 (exit $ac_status); } &&
12666 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11892 { ac_try='test -s conftest.$ac_objext'
12667 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12668 (eval $ac_try) 2>&5
12669 ac_status=$?
12670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12671 (exit $ac_status); }; } &&
12672 { ac_try='test -s conftest.$ac_objext'
12673 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11893 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12674 (eval $ac_try) 2>&5 11894 (eval $ac_try) 2>&5
12675 ac_status=$? 11895 ac_status=$?
@@ -12682,7 +11902,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
12682 11902
12683ac_header_compiler=no 11903ac_header_compiler=no
12684fi 11904fi
12685rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 11905rm -f conftest.$ac_objext conftest.$ac_ext
12686echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 11906echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12687echo "${ECHO_T}$ac_header_compiler" >&6 11907echo "${ECHO_T}$ac_header_compiler" >&6
12688 11908
@@ -12690,6 +11910,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
12690echo "$as_me:$LINENO: checking X11/SM/SMlib.h presence" >&5 11910echo "$as_me:$LINENO: checking X11/SM/SMlib.h presence" >&5
12691echo $ECHO_N "checking X11/SM/SMlib.h presence... $ECHO_C" >&6 11911echo $ECHO_N "checking X11/SM/SMlib.h presence... $ECHO_C" >&6
12692cat >conftest.$ac_ext <<_ACEOF 11912cat >conftest.$ac_ext <<_ACEOF
11913#line $LINENO "configure"
12693/* confdefs.h. */ 11914/* confdefs.h. */
12694_ACEOF 11915_ACEOF
12695cat confdefs.h >>conftest.$ac_ext 11916cat confdefs.h >>conftest.$ac_ext
@@ -12707,7 +11928,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12707 (exit $ac_status); } >/dev/null; then 11928 (exit $ac_status); } >/dev/null; then
12708 if test -s conftest.err; then 11929 if test -s conftest.err; then
12709 ac_cpp_err=$ac_c_preproc_warn_flag 11930 ac_cpp_err=$ac_c_preproc_warn_flag
12710 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
12711 else 11931 else
12712 ac_cpp_err= 11932 ac_cpp_err=
12713 fi 11933 fi
@@ -12727,32 +11947,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12727echo "${ECHO_T}$ac_header_preproc" >&6 11947echo "${ECHO_T}$ac_header_preproc" >&6
12728 11948
12729# So? What about this header? 11949# So? What about this header?
12730case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 11950case $ac_header_compiler:$ac_header_preproc in
12731 yes:no: ) 11951 yes:no )
12732 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: accepted by the compiler, rejected by the preprocessor!" >&5 11952 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
12733echo "$as_me: WARNING: X11/SM/SMlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 11953echo "$as_me: WARNING: X11/SM/SMlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12734 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: proceeding with the compiler's result" >&5 11954 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&5
12735echo "$as_me: WARNING: X11/SM/SMlib.h: proceeding with the compiler's result" >&2;} 11955echo "$as_me: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&2;}
12736 ac_header_preproc=yes 11956 (
11957 cat <<\_ASBOX
11958## ------------------------------------ ##
11959## Report this to bug-autoconf@gnu.org. ##
11960## ------------------------------------ ##
11961_ASBOX
11962 ) |
11963 sed "s/^/$as_me: WARNING: /" >&2
12737 ;; 11964 ;;
12738 no:yes:* ) 11965 no:yes )
12739 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: present but cannot be compiled" >&5 11966 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: present but cannot be compiled" >&5
12740echo "$as_me: WARNING: X11/SM/SMlib.h: present but cannot be compiled" >&2;} 11967echo "$as_me: WARNING: X11/SM/SMlib.h: present but cannot be compiled" >&2;}
12741 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: check for missing prerequisite headers?" >&5 11968 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: check for missing prerequisite headers?" >&5
12742echo "$as_me: WARNING: X11/SM/SMlib.h: check for missing prerequisite headers?" >&2;} 11969echo "$as_me: WARNING: X11/SM/SMlib.h: check for missing prerequisite headers?" >&2;}
12743 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: see the Autoconf documentation" >&5
12744echo "$as_me: WARNING: X11/SM/SMlib.h: see the Autoconf documentation" >&2;}
12745 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: section \"Present But Cannot Be Compiled\"" >&5
12746echo "$as_me: WARNING: X11/SM/SMlib.h: section \"Present But Cannot Be Compiled\"" >&2;}
12747 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&5 11970 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&5
12748echo "$as_me: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&2;} 11971echo "$as_me: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&2;}
12749 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: in the future, the compiler will take precedence" >&5
12750echo "$as_me: WARNING: X11/SM/SMlib.h: in the future, the compiler will take precedence" >&2;}
12751 ( 11972 (
12752 cat <<\_ASBOX 11973 cat <<\_ASBOX
12753## ------------------------------------------ ## 11974## ------------------------------------ ##
12754## Report this to the AC_PACKAGE_NAME lists. ## 11975## Report this to bug-autoconf@gnu.org. ##
12755## ------------------------------------------ ## 11976## ------------------------------------ ##
12756_ASBOX 11977_ASBOX
12757 ) | 11978 ) |
12758 sed "s/^/$as_me: WARNING: /" >&2 11979 sed "s/^/$as_me: WARNING: /" >&2
@@ -12778,6 +11999,7 @@ else
12778 ac_check_lib_save_LIBS=$LIBS 11999 ac_check_lib_save_LIBS=$LIBS
12779LIBS="-lSM -lICE $LIBS" 12000LIBS="-lSM -lICE $LIBS"
12780cat >conftest.$ac_ext <<_ACEOF 12001cat >conftest.$ac_ext <<_ACEOF
12002#line $LINENO "configure"
12781/* confdefs.h. */ 12003/* confdefs.h. */
12782_ACEOF 12004_ACEOF
12783cat confdefs.h >>conftest.$ac_ext 12005cat confdefs.h >>conftest.$ac_ext
@@ -12801,20 +12023,11 @@ SmcOpenConnection ();
12801_ACEOF 12023_ACEOF
12802rm -f conftest.$ac_objext conftest$ac_exeext 12024rm -f conftest.$ac_objext conftest$ac_exeext
12803if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 12025if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12804 (eval $ac_link) 2>conftest.er1 12026 (eval $ac_link) 2>&5
12805 ac_status=$? 12027 ac_status=$?
12806 grep -v '^ *+' conftest.er1 >conftest.err
12807 rm -f conftest.er1
12808 cat conftest.err >&5
12809 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12810 (exit $ac_status); } && 12029 (exit $ac_status); } &&
12811 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12030 { ac_try='test -s conftest$ac_exeext'
12812 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12813 (eval $ac_try) 2>&5
12814 ac_status=$?
12815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12816 (exit $ac_status); }; } &&
12817 { ac_try='test -s conftest$ac_exeext'
12818 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12031 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12819 (eval $ac_try) 2>&5 12032 (eval $ac_try) 2>&5
12820 ac_status=$? 12033 ac_status=$?
@@ -12827,8 +12040,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
12827 12040
12828ac_cv_lib_SM_SmcOpenConnection=no 12041ac_cv_lib_SM_SmcOpenConnection=no
12829fi 12042fi
12830rm -f conftest.err conftest.$ac_objext \ 12043rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
12831 conftest$ac_exeext conftest.$ac_ext
12832LIBS=$ac_check_lib_save_LIBS 12044LIBS=$ac_check_lib_save_LIBS
12833fi 12045fi
12834echo "$as_me:$LINENO: result: $ac_cv_lib_SM_SmcOpenConnection" >&5 12046echo "$as_me:$LINENO: result: $ac_cv_lib_SM_SmcOpenConnection" >&5
@@ -12861,6 +12073,7 @@ if test "${emacs_cv_netdb_declares_h_errno+set}" = set; then
12861 echo $ECHO_N "(cached) $ECHO_C" >&6 12073 echo $ECHO_N "(cached) $ECHO_C" >&6
12862else 12074else
12863 cat >conftest.$ac_ext <<_ACEOF 12075 cat >conftest.$ac_ext <<_ACEOF
12076#line $LINENO "configure"
12864/* confdefs.h. */ 12077/* confdefs.h. */
12865_ACEOF 12078_ACEOF
12866cat confdefs.h >>conftest.$ac_ext 12079cat confdefs.h >>conftest.$ac_ext
@@ -12877,20 +12090,11 @@ return h_errno;
12877_ACEOF 12090_ACEOF
12878rm -f conftest.$ac_objext conftest$ac_exeext 12091rm -f conftest.$ac_objext conftest$ac_exeext
12879if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 12092if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12880 (eval $ac_link) 2>conftest.er1 12093 (eval $ac_link) 2>&5
12881 ac_status=$? 12094 ac_status=$?
12882 grep -v '^ *+' conftest.er1 >conftest.err
12883 rm -f conftest.er1
12884 cat conftest.err >&5
12885 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12886 (exit $ac_status); } && 12096 (exit $ac_status); } &&
12887 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12097 { ac_try='test -s conftest$ac_exeext'
12888 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12889 (eval $ac_try) 2>&5
12890 ac_status=$?
12891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12892 (exit $ac_status); }; } &&
12893 { ac_try='test -s conftest$ac_exeext'
12894 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12098 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12895 (eval $ac_try) 2>&5 12099 (eval $ac_try) 2>&5
12896 ac_status=$? 12100 ac_status=$?
@@ -12903,8 +12107,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
12903 12107
12904emacs_cv_netdb_declares_h_errno=no 12108emacs_cv_netdb_declares_h_errno=no
12905fi 12109fi
12906rm -f conftest.err conftest.$ac_objext \ 12110rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
12907 conftest$ac_exeext conftest.$ac_ext
12908fi 12111fi
12909echo "$as_me:$LINENO: result: $emacs_cv_netdb_declares_h_errno" >&5 12112echo "$as_me:$LINENO: result: $emacs_cv_netdb_declares_h_errno" >&5
12910echo "${ECHO_T}$emacs_cv_netdb_declares_h_errno" >&6 12113echo "${ECHO_T}$emacs_cv_netdb_declares_h_errno" >&6
@@ -12924,6 +12127,7 @@ if test "${ac_cv_working_alloca_h+set}" = set; then
12924 echo $ECHO_N "(cached) $ECHO_C" >&6 12127 echo $ECHO_N "(cached) $ECHO_C" >&6
12925else 12128else
12926 cat >conftest.$ac_ext <<_ACEOF 12129 cat >conftest.$ac_ext <<_ACEOF
12130#line $LINENO "configure"
12927/* confdefs.h. */ 12131/* confdefs.h. */
12928_ACEOF 12132_ACEOF
12929cat confdefs.h >>conftest.$ac_ext 12133cat confdefs.h >>conftest.$ac_ext
@@ -12940,20 +12144,11 @@ char *p = (char *) alloca (2 * sizeof (int));
12940_ACEOF 12144_ACEOF
12941rm -f conftest.$ac_objext conftest$ac_exeext 12145rm -f conftest.$ac_objext conftest$ac_exeext
12942if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 12146if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12943 (eval $ac_link) 2>conftest.er1 12147 (eval $ac_link) 2>&5
12944 ac_status=$? 12148 ac_status=$?
12945 grep -v '^ *+' conftest.er1 >conftest.err
12946 rm -f conftest.er1
12947 cat conftest.err >&5
12948 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12949 (exit $ac_status); } && 12150 (exit $ac_status); } &&
12950 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12151 { ac_try='test -s conftest$ac_exeext'
12951 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12952 (eval $ac_try) 2>&5
12953 ac_status=$?
12954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12955 (exit $ac_status); }; } &&
12956 { ac_try='test -s conftest$ac_exeext'
12957 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12152 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12958 (eval $ac_try) 2>&5 12153 (eval $ac_try) 2>&5
12959 ac_status=$? 12154 ac_status=$?
@@ -12966,8 +12161,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
12966 12161
12967ac_cv_working_alloca_h=no 12162ac_cv_working_alloca_h=no
12968fi 12163fi
12969rm -f conftest.err conftest.$ac_objext \ 12164rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
12970 conftest$ac_exeext conftest.$ac_ext
12971fi 12165fi
12972echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5 12166echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
12973echo "${ECHO_T}$ac_cv_working_alloca_h" >&6 12167echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
@@ -12985,6 +12179,7 @@ if test "${ac_cv_func_alloca_works+set}" = set; then
12985 echo $ECHO_N "(cached) $ECHO_C" >&6 12179 echo $ECHO_N "(cached) $ECHO_C" >&6
12986else 12180else
12987 cat >conftest.$ac_ext <<_ACEOF 12181 cat >conftest.$ac_ext <<_ACEOF
12182#line $LINENO "configure"
12988/* confdefs.h. */ 12183/* confdefs.h. */
12989_ACEOF 12184_ACEOF
12990cat confdefs.h >>conftest.$ac_ext 12185cat confdefs.h >>conftest.$ac_ext
@@ -13021,20 +12216,11 @@ char *p = (char *) alloca (1);
13021_ACEOF 12216_ACEOF
13022rm -f conftest.$ac_objext conftest$ac_exeext 12217rm -f conftest.$ac_objext conftest$ac_exeext
13023if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 12218if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13024 (eval $ac_link) 2>conftest.er1 12219 (eval $ac_link) 2>&5
13025 ac_status=$? 12220 ac_status=$?
13026 grep -v '^ *+' conftest.er1 >conftest.err
13027 rm -f conftest.er1
13028 cat conftest.err >&5
13029 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13030 (exit $ac_status); } && 12222 (exit $ac_status); } &&
13031 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12223 { ac_try='test -s conftest$ac_exeext'
13032 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13033 (eval $ac_try) 2>&5
13034 ac_status=$?
13035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13036 (exit $ac_status); }; } &&
13037 { ac_try='test -s conftest$ac_exeext'
13038 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12224 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13039 (eval $ac_try) 2>&5 12225 (eval $ac_try) 2>&5
13040 ac_status=$? 12226 ac_status=$?
@@ -13047,8 +12233,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
13047 12233
13048ac_cv_func_alloca_works=no 12234ac_cv_func_alloca_works=no
13049fi 12235fi
13050rm -f conftest.err conftest.$ac_objext \ 12236rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
13051 conftest$ac_exeext conftest.$ac_ext
13052fi 12237fi
13053echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5 12238echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
13054echo "${ECHO_T}$ac_cv_func_alloca_works" >&6 12239echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
@@ -13078,6 +12263,7 @@ if test "${ac_cv_os_cray+set}" = set; then
13078 echo $ECHO_N "(cached) $ECHO_C" >&6 12263 echo $ECHO_N "(cached) $ECHO_C" >&6
13079else 12264else
13080 cat >conftest.$ac_ext <<_ACEOF 12265 cat >conftest.$ac_ext <<_ACEOF
12266#line $LINENO "configure"
13081/* confdefs.h. */ 12267/* confdefs.h. */
13082_ACEOF 12268_ACEOF
13083cat confdefs.h >>conftest.$ac_ext 12269cat confdefs.h >>conftest.$ac_ext
@@ -13110,28 +12296,21 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
13110 echo $ECHO_N "(cached) $ECHO_C" >&6 12296 echo $ECHO_N "(cached) $ECHO_C" >&6
13111else 12297else
13112 cat >conftest.$ac_ext <<_ACEOF 12298 cat >conftest.$ac_ext <<_ACEOF
12299#line $LINENO "configure"
13113/* confdefs.h. */ 12300/* confdefs.h. */
13114_ACEOF 12301_ACEOF
13115cat confdefs.h >>conftest.$ac_ext 12302cat confdefs.h >>conftest.$ac_ext
13116cat >>conftest.$ac_ext <<_ACEOF 12303cat >>conftest.$ac_ext <<_ACEOF
13117/* end confdefs.h. */ 12304/* end confdefs.h. */
13118/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13119 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13120#define $ac_func innocuous_$ac_func
13121
13122/* System header to define __stub macros and hopefully few prototypes, 12305/* System header to define __stub macros and hopefully few prototypes,
13123 which can conflict with char $ac_func (); below. 12306 which can conflict with char $ac_func (); below.
13124 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 12307 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13125 <limits.h> exists even on freestanding compilers. */ 12308 <limits.h> exists even on freestanding compilers. */
13126
13127#ifdef __STDC__ 12309#ifdef __STDC__
13128# include <limits.h> 12310# include <limits.h>
13129#else 12311#else
13130# include <assert.h> 12312# include <assert.h>
13131#endif 12313#endif
13132
13133#undef $ac_func
13134
13135/* Override any gcc2 internal prototype to avoid an error. */ 12314/* Override any gcc2 internal prototype to avoid an error. */
13136#ifdef __cplusplus 12315#ifdef __cplusplus
13137extern "C" 12316extern "C"
@@ -13162,20 +12341,11 @@ return f != $ac_func;
13162_ACEOF 12341_ACEOF
13163rm -f conftest.$ac_objext conftest$ac_exeext 12342rm -f conftest.$ac_objext conftest$ac_exeext
13164if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 12343if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13165 (eval $ac_link) 2>conftest.er1 12344 (eval $ac_link) 2>&5
13166 ac_status=$? 12345 ac_status=$?
13167 grep -v '^ *+' conftest.er1 >conftest.err
13168 rm -f conftest.er1
13169 cat conftest.err >&5
13170 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13171 (exit $ac_status); } && 12347 (exit $ac_status); } &&
13172 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12348 { ac_try='test -s conftest$ac_exeext'
13173 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13174 (eval $ac_try) 2>&5
13175 ac_status=$?
13176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13177 (exit $ac_status); }; } &&
13178 { ac_try='test -s conftest$ac_exeext'
13179 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12349 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13180 (eval $ac_try) 2>&5 12350 (eval $ac_try) 2>&5
13181 ac_status=$? 12351 ac_status=$?
@@ -13188,8 +12358,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
13188 12358
13189eval "$as_ac_var=no" 12359eval "$as_ac_var=no"
13190fi 12360fi
13191rm -f conftest.err conftest.$ac_objext \ 12361rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
13192 conftest$ac_exeext conftest.$ac_ext
13193fi 12362fi
13194echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 12363echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
13195echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 12364echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -13214,6 +12383,7 @@ else
13214 ac_cv_c_stack_direction=0 12383 ac_cv_c_stack_direction=0
13215else 12384else
13216 cat >conftest.$ac_ext <<_ACEOF 12385 cat >conftest.$ac_ext <<_ACEOF
12386#line $LINENO "configure"
13217/* confdefs.h. */ 12387/* confdefs.h. */
13218_ACEOF 12388_ACEOF
13219cat confdefs.h >>conftest.$ac_ext 12389cat confdefs.h >>conftest.$ac_ext
@@ -13259,7 +12429,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
13259( exit $ac_status ) 12429( exit $ac_status )
13260ac_cv_c_stack_direction=-1 12430ac_cv_c_stack_direction=-1
13261fi 12431fi
13262rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 12432rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13263fi 12433fi
13264fi 12434fi
13265echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5 12435echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
@@ -13284,6 +12454,7 @@ else
13284 ac_check_lib_save_LIBS=$LIBS 12454 ac_check_lib_save_LIBS=$LIBS
13285LIBS="-lm $LIBS" 12455LIBS="-lm $LIBS"
13286cat >conftest.$ac_ext <<_ACEOF 12456cat >conftest.$ac_ext <<_ACEOF
12457#line $LINENO "configure"
13287/* confdefs.h. */ 12458/* confdefs.h. */
13288_ACEOF 12459_ACEOF
13289cat confdefs.h >>conftest.$ac_ext 12460cat confdefs.h >>conftest.$ac_ext
@@ -13307,20 +12478,11 @@ sqrt ();
13307_ACEOF 12478_ACEOF
13308rm -f conftest.$ac_objext conftest$ac_exeext 12479rm -f conftest.$ac_objext conftest$ac_exeext
13309if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 12480if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13310 (eval $ac_link) 2>conftest.er1 12481 (eval $ac_link) 2>&5
13311 ac_status=$? 12482 ac_status=$?
13312 grep -v '^ *+' conftest.er1 >conftest.err
13313 rm -f conftest.er1
13314 cat conftest.err >&5
13315 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13316 (exit $ac_status); } && 12484 (exit $ac_status); } &&
13317 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12485 { ac_try='test -s conftest$ac_exeext'
13318 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13319 (eval $ac_try) 2>&5
13320 ac_status=$?
13321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13322 (exit $ac_status); }; } &&
13323 { ac_try='test -s conftest$ac_exeext'
13324 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12486 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13325 (eval $ac_try) 2>&5 12487 (eval $ac_try) 2>&5
13326 ac_status=$? 12488 ac_status=$?
@@ -13333,8 +12495,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
13333 12495
13334ac_cv_lib_m_sqrt=no 12496ac_cv_lib_m_sqrt=no
13335fi 12497fi
13336rm -f conftest.err conftest.$ac_objext \ 12498rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
13337 conftest$ac_exeext conftest.$ac_ext
13338LIBS=$ac_check_lib_save_LIBS 12499LIBS=$ac_check_lib_save_LIBS
13339fi 12500fi
13340echo "$as_me:$LINENO: result: $ac_cv_lib_m_sqrt" >&5 12501echo "$as_me:$LINENO: result: $ac_cv_lib_m_sqrt" >&5
@@ -13360,6 +12521,7 @@ else
13360 ac_check_lib_save_LIBS=$LIBS 12521 ac_check_lib_save_LIBS=$LIBS
13361LIBS="-lmail $LIBS" 12522LIBS="-lmail $LIBS"
13362cat >conftest.$ac_ext <<_ACEOF 12523cat >conftest.$ac_ext <<_ACEOF
12524#line $LINENO "configure"
13363/* confdefs.h. */ 12525/* confdefs.h. */
13364_ACEOF 12526_ACEOF
13365cat confdefs.h >>conftest.$ac_ext 12527cat confdefs.h >>conftest.$ac_ext
@@ -13383,20 +12545,11 @@ maillock ();
13383_ACEOF 12545_ACEOF
13384rm -f conftest.$ac_objext conftest$ac_exeext 12546rm -f conftest.$ac_objext conftest$ac_exeext
13385if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 12547if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13386 (eval $ac_link) 2>conftest.er1 12548 (eval $ac_link) 2>&5
13387 ac_status=$? 12549 ac_status=$?
13388 grep -v '^ *+' conftest.er1 >conftest.err
13389 rm -f conftest.er1
13390 cat conftest.err >&5
13391 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13392 (exit $ac_status); } && 12551 (exit $ac_status); } &&
13393 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12552 { ac_try='test -s conftest$ac_exeext'
13394 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13395 (eval $ac_try) 2>&5
13396 ac_status=$?
13397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13398 (exit $ac_status); }; } &&
13399 { ac_try='test -s conftest$ac_exeext'
13400 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12553 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13401 (eval $ac_try) 2>&5 12554 (eval $ac_try) 2>&5
13402 ac_status=$? 12555 ac_status=$?
@@ -13409,8 +12562,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
13409 12562
13410ac_cv_lib_mail_maillock=no 12563ac_cv_lib_mail_maillock=no
13411fi 12564fi
13412rm -f conftest.err conftest.$ac_objext \ 12565rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
13413 conftest$ac_exeext conftest.$ac_ext
13414LIBS=$ac_check_lib_save_LIBS 12566LIBS=$ac_check_lib_save_LIBS
13415fi 12567fi
13416echo "$as_me:$LINENO: result: $ac_cv_lib_mail_maillock" >&5 12568echo "$as_me:$LINENO: result: $ac_cv_lib_mail_maillock" >&5
@@ -13433,6 +12585,7 @@ else
13433 ac_check_lib_save_LIBS=$LIBS 12585 ac_check_lib_save_LIBS=$LIBS
13434LIBS="-llockfile $LIBS" 12586LIBS="-llockfile $LIBS"
13435cat >conftest.$ac_ext <<_ACEOF 12587cat >conftest.$ac_ext <<_ACEOF
12588#line $LINENO "configure"
13436/* confdefs.h. */ 12589/* confdefs.h. */
13437_ACEOF 12590_ACEOF
13438cat confdefs.h >>conftest.$ac_ext 12591cat confdefs.h >>conftest.$ac_ext
@@ -13456,20 +12609,11 @@ maillock ();
13456_ACEOF 12609_ACEOF
13457rm -f conftest.$ac_objext conftest$ac_exeext 12610rm -f conftest.$ac_objext conftest$ac_exeext
13458if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 12611if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13459 (eval $ac_link) 2>conftest.er1 12612 (eval $ac_link) 2>&5
13460 ac_status=$? 12613 ac_status=$?
13461 grep -v '^ *+' conftest.er1 >conftest.err
13462 rm -f conftest.er1
13463 cat conftest.err >&5
13464 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13465 (exit $ac_status); } && 12615 (exit $ac_status); } &&
13466 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12616 { ac_try='test -s conftest$ac_exeext'
13467 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13468 (eval $ac_try) 2>&5
13469 ac_status=$?
13470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13471 (exit $ac_status); }; } &&
13472 { ac_try='test -s conftest$ac_exeext'
13473 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12617 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13474 (eval $ac_try) 2>&5 12618 (eval $ac_try) 2>&5
13475 ac_status=$? 12619 ac_status=$?
@@ -13482,8 +12626,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
13482 12626
13483ac_cv_lib_lockfile_maillock=no 12627ac_cv_lib_lockfile_maillock=no
13484fi 12628fi
13485rm -f conftest.err conftest.$ac_objext \ 12629rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
13486 conftest$ac_exeext conftest.$ac_ext
13487LIBS=$ac_check_lib_save_LIBS 12630LIBS=$ac_check_lib_save_LIBS
13488fi 12631fi
13489echo "$as_me:$LINENO: result: $ac_cv_lib_lockfile_maillock" >&5 12632echo "$as_me:$LINENO: result: $ac_cv_lib_lockfile_maillock" >&5
@@ -13559,28 +12702,21 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
13559 echo $ECHO_N "(cached) $ECHO_C" >&6 12702 echo $ECHO_N "(cached) $ECHO_C" >&6
13560else 12703else
13561 cat >conftest.$ac_ext <<_ACEOF 12704 cat >conftest.$ac_ext <<_ACEOF
12705#line $LINENO "configure"
13562/* confdefs.h. */ 12706/* confdefs.h. */
13563_ACEOF 12707_ACEOF
13564cat confdefs.h >>conftest.$ac_ext 12708cat confdefs.h >>conftest.$ac_ext
13565cat >>conftest.$ac_ext <<_ACEOF 12709cat >>conftest.$ac_ext <<_ACEOF
13566/* end confdefs.h. */ 12710/* end confdefs.h. */
13567/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13568 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13569#define $ac_func innocuous_$ac_func
13570
13571/* System header to define __stub macros and hopefully few prototypes, 12711/* System header to define __stub macros and hopefully few prototypes,
13572 which can conflict with char $ac_func (); below. 12712 which can conflict with char $ac_func (); below.
13573 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 12713 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13574 <limits.h> exists even on freestanding compilers. */ 12714 <limits.h> exists even on freestanding compilers. */
13575
13576#ifdef __STDC__ 12715#ifdef __STDC__
13577# include <limits.h> 12716# include <limits.h>
13578#else 12717#else
13579# include <assert.h> 12718# include <assert.h>
13580#endif 12719#endif
13581
13582#undef $ac_func
13583
13584/* Override any gcc2 internal prototype to avoid an error. */ 12720/* Override any gcc2 internal prototype to avoid an error. */
13585#ifdef __cplusplus 12721#ifdef __cplusplus
13586extern "C" 12722extern "C"
@@ -13611,20 +12747,11 @@ return f != $ac_func;
13611_ACEOF 12747_ACEOF
13612rm -f conftest.$ac_objext conftest$ac_exeext 12748rm -f conftest.$ac_objext conftest$ac_exeext
13613if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 12749if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13614 (eval $ac_link) 2>conftest.er1 12750 (eval $ac_link) 2>&5
13615 ac_status=$? 12751 ac_status=$?
13616 grep -v '^ *+' conftest.er1 >conftest.err
13617 rm -f conftest.er1
13618 cat conftest.err >&5
13619 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13620 (exit $ac_status); } && 12753 (exit $ac_status); } &&
13621 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12754 { ac_try='test -s conftest$ac_exeext'
13622 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13623 (eval $ac_try) 2>&5
13624 ac_status=$?
13625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13626 (exit $ac_status); }; } &&
13627 { ac_try='test -s conftest$ac_exeext'
13628 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12755 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13629 (eval $ac_try) 2>&5 12756 (eval $ac_try) 2>&5
13630 ac_status=$? 12757 ac_status=$?
@@ -13637,8 +12764,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
13637 12764
13638eval "$as_ac_var=no" 12765eval "$as_ac_var=no"
13639fi 12766fi
13640rm -f conftest.err conftest.$ac_objext \ 12767rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
13641 conftest$ac_exeext conftest.$ac_ext
13642fi 12768fi
13643echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 12769echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
13644echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 12770echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -13667,6 +12793,7 @@ else
13667echo "$as_me:$LINENO: checking $ac_header usability" >&5 12793echo "$as_me:$LINENO: checking $ac_header usability" >&5
13668echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 12794echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13669cat >conftest.$ac_ext <<_ACEOF 12795cat >conftest.$ac_ext <<_ACEOF
12796#line $LINENO "configure"
13670/* confdefs.h. */ 12797/* confdefs.h. */
13671_ACEOF 12798_ACEOF
13672cat confdefs.h >>conftest.$ac_ext 12799cat confdefs.h >>conftest.$ac_ext
@@ -13677,20 +12804,11 @@ $ac_includes_default
13677_ACEOF 12804_ACEOF
13678rm -f conftest.$ac_objext 12805rm -f conftest.$ac_objext
13679if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 12806if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13680 (eval $ac_compile) 2>conftest.er1 12807 (eval $ac_compile) 2>&5
13681 ac_status=$? 12808 ac_status=$?
13682 grep -v '^ *+' conftest.er1 >conftest.err
13683 rm -f conftest.er1
13684 cat conftest.err >&5
13685 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13686 (exit $ac_status); } && 12810 (exit $ac_status); } &&
13687 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12811 { ac_try='test -s conftest.$ac_objext'
13688 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13689 (eval $ac_try) 2>&5
13690 ac_status=$?
13691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13692 (exit $ac_status); }; } &&
13693 { ac_try='test -s conftest.$ac_objext'
13694 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12812 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13695 (eval $ac_try) 2>&5 12813 (eval $ac_try) 2>&5
13696 ac_status=$? 12814 ac_status=$?
@@ -13703,7 +12821,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
13703 12821
13704ac_header_compiler=no 12822ac_header_compiler=no
13705fi 12823fi
13706rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 12824rm -f conftest.$ac_objext conftest.$ac_ext
13707echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 12825echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13708echo "${ECHO_T}$ac_header_compiler" >&6 12826echo "${ECHO_T}$ac_header_compiler" >&6
13709 12827
@@ -13711,6 +12829,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
13711echo "$as_me:$LINENO: checking $ac_header presence" >&5 12829echo "$as_me:$LINENO: checking $ac_header presence" >&5
13712echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 12830echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13713cat >conftest.$ac_ext <<_ACEOF 12831cat >conftest.$ac_ext <<_ACEOF
12832#line $LINENO "configure"
13714/* confdefs.h. */ 12833/* confdefs.h. */
13715_ACEOF 12834_ACEOF
13716cat confdefs.h >>conftest.$ac_ext 12835cat confdefs.h >>conftest.$ac_ext
@@ -13728,7 +12847,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13728 (exit $ac_status); } >/dev/null; then 12847 (exit $ac_status); } >/dev/null; then
13729 if test -s conftest.err; then 12848 if test -s conftest.err; then
13730 ac_cpp_err=$ac_c_preproc_warn_flag 12849 ac_cpp_err=$ac_c_preproc_warn_flag
13731 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
13732 else 12850 else
13733 ac_cpp_err= 12851 ac_cpp_err=
13734 fi 12852 fi
@@ -13748,32 +12866,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13748echo "${ECHO_T}$ac_header_preproc" >&6 12866echo "${ECHO_T}$ac_header_preproc" >&6
13749 12867
13750# So? What about this header? 12868# So? What about this header?
13751case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 12869case $ac_header_compiler:$ac_header_preproc in
13752 yes:no: ) 12870 yes:no )
13753 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 12871 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13754echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 12872echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13755 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 12873 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13756echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 12874echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13757 ac_header_preproc=yes 12875 (
12876 cat <<\_ASBOX
12877## ------------------------------------ ##
12878## Report this to bug-autoconf@gnu.org. ##
12879## ------------------------------------ ##
12880_ASBOX
12881 ) |
12882 sed "s/^/$as_me: WARNING: /" >&2
13758 ;; 12883 ;;
13759 no:yes:* ) 12884 no:yes )
13760 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 12885 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13761echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 12886echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13762 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 12887 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13763echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 12888echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13764 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13765echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13766 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
13767echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13768 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 12889 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13769echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 12890echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13770 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13771echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13772 ( 12891 (
13773 cat <<\_ASBOX 12892 cat <<\_ASBOX
13774## ------------------------------------------ ## 12893## ------------------------------------ ##
13775## Report this to the AC_PACKAGE_NAME lists. ## 12894## Report this to bug-autoconf@gnu.org. ##
13776## ------------------------------------------ ## 12895## ------------------------------------ ##
13777_ASBOX 12896_ASBOX
13778 ) | 12897 ) |
13779 sed "s/^/$as_me: WARNING: /" >&2 12898 sed "s/^/$as_me: WARNING: /" >&2
@@ -13784,7 +12903,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13784if eval "test \"\${$as_ac_Header+set}\" = set"; then 12903if eval "test \"\${$as_ac_Header+set}\" = set"; then
13785 echo $ECHO_N "(cached) $ECHO_C" >&6 12904 echo $ECHO_N "(cached) $ECHO_C" >&6
13786else 12905else
13787 eval "$as_ac_Header=\$ac_header_preproc" 12906 eval "$as_ac_Header=$ac_header_preproc"
13788fi 12907fi
13789echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 12908echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13790echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 12909echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -13884,28 +13003,21 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
13884 echo $ECHO_N "(cached) $ECHO_C" >&6 13003 echo $ECHO_N "(cached) $ECHO_C" >&6
13885else 13004else
13886 cat >conftest.$ac_ext <<_ACEOF 13005 cat >conftest.$ac_ext <<_ACEOF
13006#line $LINENO "configure"
13887/* confdefs.h. */ 13007/* confdefs.h. */
13888_ACEOF 13008_ACEOF
13889cat confdefs.h >>conftest.$ac_ext 13009cat confdefs.h >>conftest.$ac_ext
13890cat >>conftest.$ac_ext <<_ACEOF 13010cat >>conftest.$ac_ext <<_ACEOF
13891/* end confdefs.h. */ 13011/* end confdefs.h. */
13892/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13893 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13894#define $ac_func innocuous_$ac_func
13895
13896/* System header to define __stub macros and hopefully few prototypes, 13012/* System header to define __stub macros and hopefully few prototypes,
13897 which can conflict with char $ac_func (); below. 13013 which can conflict with char $ac_func (); below.
13898 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 13014 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13899 <limits.h> exists even on freestanding compilers. */ 13015 <limits.h> exists even on freestanding compilers. */
13900
13901#ifdef __STDC__ 13016#ifdef __STDC__
13902# include <limits.h> 13017# include <limits.h>
13903#else 13018#else
13904# include <assert.h> 13019# include <assert.h>
13905#endif 13020#endif
13906
13907#undef $ac_func
13908
13909/* Override any gcc2 internal prototype to avoid an error. */ 13021/* Override any gcc2 internal prototype to avoid an error. */
13910#ifdef __cplusplus 13022#ifdef __cplusplus
13911extern "C" 13023extern "C"
@@ -13936,20 +13048,11 @@ return f != $ac_func;
13936_ACEOF 13048_ACEOF
13937rm -f conftest.$ac_objext conftest$ac_exeext 13049rm -f conftest.$ac_objext conftest$ac_exeext
13938if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 13050if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13939 (eval $ac_link) 2>conftest.er1 13051 (eval $ac_link) 2>&5
13940 ac_status=$? 13052 ac_status=$?
13941 grep -v '^ *+' conftest.er1 >conftest.err
13942 rm -f conftest.er1
13943 cat conftest.err >&5
13944 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13945 (exit $ac_status); } && 13054 (exit $ac_status); } &&
13946 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13055 { ac_try='test -s conftest$ac_exeext'
13947 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13948 (eval $ac_try) 2>&5
13949 ac_status=$?
13950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13951 (exit $ac_status); }; } &&
13952 { ac_try='test -s conftest$ac_exeext'
13953 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13056 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13954 (eval $ac_try) 2>&5 13057 (eval $ac_try) 2>&5
13955 ac_status=$? 13058 ac_status=$?
@@ -13962,8 +13065,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
13962 13065
13963eval "$as_ac_var=no" 13066eval "$as_ac_var=no"
13964fi 13067fi
13965rm -f conftest.err conftest.$ac_objext \ 13068rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
13966 conftest$ac_exeext conftest.$ac_ext
13967fi 13069fi
13968echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 13070echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
13969echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 13071echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -13993,6 +13095,7 @@ else
13993echo "$as_me:$LINENO: checking $ac_header usability" >&5 13095echo "$as_me:$LINENO: checking $ac_header usability" >&5
13994echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 13096echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13995cat >conftest.$ac_ext <<_ACEOF 13097cat >conftest.$ac_ext <<_ACEOF
13098#line $LINENO "configure"
13996/* confdefs.h. */ 13099/* confdefs.h. */
13997_ACEOF 13100_ACEOF
13998cat confdefs.h >>conftest.$ac_ext 13101cat confdefs.h >>conftest.$ac_ext
@@ -14003,20 +13106,11 @@ $ac_includes_default
14003_ACEOF 13106_ACEOF
14004rm -f conftest.$ac_objext 13107rm -f conftest.$ac_objext
14005if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 13108if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14006 (eval $ac_compile) 2>conftest.er1 13109 (eval $ac_compile) 2>&5
14007 ac_status=$? 13110 ac_status=$?
14008 grep -v '^ *+' conftest.er1 >conftest.err
14009 rm -f conftest.er1
14010 cat conftest.err >&5
14011 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14012 (exit $ac_status); } && 13112 (exit $ac_status); } &&
14013 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13113 { ac_try='test -s conftest.$ac_objext'
14014 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14015 (eval $ac_try) 2>&5
14016 ac_status=$?
14017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14018 (exit $ac_status); }; } &&
14019 { ac_try='test -s conftest.$ac_objext'
14020 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13114 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14021 (eval $ac_try) 2>&5 13115 (eval $ac_try) 2>&5
14022 ac_status=$? 13116 ac_status=$?
@@ -14029,7 +13123,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
14029 13123
14030ac_header_compiler=no 13124ac_header_compiler=no
14031fi 13125fi
14032rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 13126rm -f conftest.$ac_objext conftest.$ac_ext
14033echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 13127echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14034echo "${ECHO_T}$ac_header_compiler" >&6 13128echo "${ECHO_T}$ac_header_compiler" >&6
14035 13129
@@ -14037,6 +13131,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
14037echo "$as_me:$LINENO: checking $ac_header presence" >&5 13131echo "$as_me:$LINENO: checking $ac_header presence" >&5
14038echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 13132echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14039cat >conftest.$ac_ext <<_ACEOF 13133cat >conftest.$ac_ext <<_ACEOF
13134#line $LINENO "configure"
14040/* confdefs.h. */ 13135/* confdefs.h. */
14041_ACEOF 13136_ACEOF
14042cat confdefs.h >>conftest.$ac_ext 13137cat confdefs.h >>conftest.$ac_ext
@@ -14054,7 +13149,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14054 (exit $ac_status); } >/dev/null; then 13149 (exit $ac_status); } >/dev/null; then
14055 if test -s conftest.err; then 13150 if test -s conftest.err; then
14056 ac_cpp_err=$ac_c_preproc_warn_flag 13151 ac_cpp_err=$ac_c_preproc_warn_flag
14057 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
14058 else 13152 else
14059 ac_cpp_err= 13153 ac_cpp_err=
14060 fi 13154 fi
@@ -14074,32 +13168,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14074echo "${ECHO_T}$ac_header_preproc" >&6 13168echo "${ECHO_T}$ac_header_preproc" >&6
14075 13169
14076# So? What about this header? 13170# So? What about this header?
14077case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 13171case $ac_header_compiler:$ac_header_preproc in
14078 yes:no: ) 13172 yes:no )
14079 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 13173 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14080echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 13174echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14081 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 13175 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14082echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 13176echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14083 ac_header_preproc=yes 13177 (
13178 cat <<\_ASBOX
13179## ------------------------------------ ##
13180## Report this to bug-autoconf@gnu.org. ##
13181## ------------------------------------ ##
13182_ASBOX
13183 ) |
13184 sed "s/^/$as_me: WARNING: /" >&2
14084 ;; 13185 ;;
14085 no:yes:* ) 13186 no:yes )
14086 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 13187 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14087echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 13188echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14088 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 13189 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14089echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 13190echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14090 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14091echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14092 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14093echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
14094 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 13191 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14095echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 13192echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14096 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14097echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14098 ( 13193 (
14099 cat <<\_ASBOX 13194 cat <<\_ASBOX
14100## ------------------------------------------ ## 13195## ------------------------------------ ##
14101## Report this to the AC_PACKAGE_NAME lists. ## 13196## Report this to bug-autoconf@gnu.org. ##
14102## ------------------------------------------ ## 13197## ------------------------------------ ##
14103_ASBOX 13198_ASBOX
14104 ) | 13199 ) |
14105 sed "s/^/$as_me: WARNING: /" >&2 13200 sed "s/^/$as_me: WARNING: /" >&2
@@ -14110,7 +13205,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14110if eval "test \"\${$as_ac_Header+set}\" = set"; then 13205if eval "test \"\${$as_ac_Header+set}\" = set"; then
14111 echo $ECHO_N "(cached) $ECHO_C" >&6 13206 echo $ECHO_N "(cached) $ECHO_C" >&6
14112else 13207else
14113 eval "$as_ac_Header=\$ac_header_preproc" 13208 eval "$as_ac_Header=$ac_header_preproc"
14114fi 13209fi
14115echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 13210echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14116echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 13211echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -14128,8 +13223,7 @@ done
14128 13223
14129 13224
14130 13225
14131 13226for ac_header in sys/time.h unistd.h
14132for ac_header in stdlib.h sys/time.h unistd.h
14133do 13227do
14134as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 13228as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14135if eval "test \"\${$as_ac_Header+set}\" = set"; then 13229if eval "test \"\${$as_ac_Header+set}\" = set"; then
@@ -14145,6 +13239,7 @@ else
14145echo "$as_me:$LINENO: checking $ac_header usability" >&5 13239echo "$as_me:$LINENO: checking $ac_header usability" >&5
14146echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 13240echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14147cat >conftest.$ac_ext <<_ACEOF 13241cat >conftest.$ac_ext <<_ACEOF
13242#line $LINENO "configure"
14148/* confdefs.h. */ 13243/* confdefs.h. */
14149_ACEOF 13244_ACEOF
14150cat confdefs.h >>conftest.$ac_ext 13245cat confdefs.h >>conftest.$ac_ext
@@ -14155,20 +13250,11 @@ $ac_includes_default
14155_ACEOF 13250_ACEOF
14156rm -f conftest.$ac_objext 13251rm -f conftest.$ac_objext
14157if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 13252if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14158 (eval $ac_compile) 2>conftest.er1 13253 (eval $ac_compile) 2>&5
14159 ac_status=$? 13254 ac_status=$?
14160 grep -v '^ *+' conftest.er1 >conftest.err
14161 rm -f conftest.er1
14162 cat conftest.err >&5
14163 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14164 (exit $ac_status); } && 13256 (exit $ac_status); } &&
14165 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13257 { ac_try='test -s conftest.$ac_objext'
14166 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14167 (eval $ac_try) 2>&5
14168 ac_status=$?
14169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14170 (exit $ac_status); }; } &&
14171 { ac_try='test -s conftest.$ac_objext'
14172 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13258 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14173 (eval $ac_try) 2>&5 13259 (eval $ac_try) 2>&5
14174 ac_status=$? 13260 ac_status=$?
@@ -14181,7 +13267,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
14181 13267
14182ac_header_compiler=no 13268ac_header_compiler=no
14183fi 13269fi
14184rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 13270rm -f conftest.$ac_objext conftest.$ac_ext
14185echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 13271echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14186echo "${ECHO_T}$ac_header_compiler" >&6 13272echo "${ECHO_T}$ac_header_compiler" >&6
14187 13273
@@ -14189,6 +13275,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
14189echo "$as_me:$LINENO: checking $ac_header presence" >&5 13275echo "$as_me:$LINENO: checking $ac_header presence" >&5
14190echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 13276echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14191cat >conftest.$ac_ext <<_ACEOF 13277cat >conftest.$ac_ext <<_ACEOF
13278#line $LINENO "configure"
14192/* confdefs.h. */ 13279/* confdefs.h. */
14193_ACEOF 13280_ACEOF
14194cat confdefs.h >>conftest.$ac_ext 13281cat confdefs.h >>conftest.$ac_ext
@@ -14206,7 +13293,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14206 (exit $ac_status); } >/dev/null; then 13293 (exit $ac_status); } >/dev/null; then
14207 if test -s conftest.err; then 13294 if test -s conftest.err; then
14208 ac_cpp_err=$ac_c_preproc_warn_flag 13295 ac_cpp_err=$ac_c_preproc_warn_flag
14209 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
14210 else 13296 else
14211 ac_cpp_err= 13297 ac_cpp_err=
14212 fi 13298 fi
@@ -14226,32 +13312,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14226echo "${ECHO_T}$ac_header_preproc" >&6 13312echo "${ECHO_T}$ac_header_preproc" >&6
14227 13313
14228# So? What about this header? 13314# So? What about this header?
14229case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 13315case $ac_header_compiler:$ac_header_preproc in
14230 yes:no: ) 13316 yes:no )
14231 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 13317 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14232echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 13318echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14233 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 13319 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14234echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 13320echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14235 ac_header_preproc=yes 13321 (
13322 cat <<\_ASBOX
13323## ------------------------------------ ##
13324## Report this to bug-autoconf@gnu.org. ##
13325## ------------------------------------ ##
13326_ASBOX
13327 ) |
13328 sed "s/^/$as_me: WARNING: /" >&2
14236 ;; 13329 ;;
14237 no:yes:* ) 13330 no:yes )
14238 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 13331 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14239echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 13332echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14240 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 13333 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14241echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 13334echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14242 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14243echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14244 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14245echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
14246 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 13335 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14247echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 13336echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14248 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14249echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14250 ( 13337 (
14251 cat <<\_ASBOX 13338 cat <<\_ASBOX
14252## ------------------------------------------ ## 13339## ------------------------------------ ##
14253## Report this to the AC_PACKAGE_NAME lists. ## 13340## Report this to bug-autoconf@gnu.org. ##
14254## ------------------------------------------ ## 13341## ------------------------------------ ##
14255_ASBOX 13342_ASBOX
14256 ) | 13343 ) |
14257 sed "s/^/$as_me: WARNING: /" >&2 13344 sed "s/^/$as_me: WARNING: /" >&2
@@ -14262,7 +13349,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14262if eval "test \"\${$as_ac_Header+set}\" = set"; then 13349if eval "test \"\${$as_ac_Header+set}\" = set"; then
14263 echo $ECHO_N "(cached) $ECHO_C" >&6 13350 echo $ECHO_N "(cached) $ECHO_C" >&6
14264else 13351else
14265 eval "$as_ac_Header=\$ac_header_preproc" 13352 eval "$as_ac_Header=$ac_header_preproc"
14266fi 13353fi
14267echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 13354echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14268echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 13355echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -14287,28 +13374,21 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
14287 echo $ECHO_N "(cached) $ECHO_C" >&6 13374 echo $ECHO_N "(cached) $ECHO_C" >&6
14288else 13375else
14289 cat >conftest.$ac_ext <<_ACEOF 13376 cat >conftest.$ac_ext <<_ACEOF
13377#line $LINENO "configure"
14290/* confdefs.h. */ 13378/* confdefs.h. */
14291_ACEOF 13379_ACEOF
14292cat confdefs.h >>conftest.$ac_ext 13380cat confdefs.h >>conftest.$ac_ext
14293cat >>conftest.$ac_ext <<_ACEOF 13381cat >>conftest.$ac_ext <<_ACEOF
14294/* end confdefs.h. */ 13382/* end confdefs.h. */
14295/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14296 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14297#define $ac_func innocuous_$ac_func
14298
14299/* System header to define __stub macros and hopefully few prototypes, 13383/* System header to define __stub macros and hopefully few prototypes,
14300 which can conflict with char $ac_func (); below. 13384 which can conflict with char $ac_func (); below.
14301 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 13385 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14302 <limits.h> exists even on freestanding compilers. */ 13386 <limits.h> exists even on freestanding compilers. */
14303
14304#ifdef __STDC__ 13387#ifdef __STDC__
14305# include <limits.h> 13388# include <limits.h>
14306#else 13389#else
14307# include <assert.h> 13390# include <assert.h>
14308#endif 13391#endif
14309
14310#undef $ac_func
14311
14312/* Override any gcc2 internal prototype to avoid an error. */ 13392/* Override any gcc2 internal prototype to avoid an error. */
14313#ifdef __cplusplus 13393#ifdef __cplusplus
14314extern "C" 13394extern "C"
@@ -14339,20 +13419,11 @@ return f != $ac_func;
14339_ACEOF 13419_ACEOF
14340rm -f conftest.$ac_objext conftest$ac_exeext 13420rm -f conftest.$ac_objext conftest$ac_exeext
14341if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 13421if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14342 (eval $ac_link) 2>conftest.er1 13422 (eval $ac_link) 2>&5
14343 ac_status=$? 13423 ac_status=$?
14344 grep -v '^ *+' conftest.er1 >conftest.err
14345 rm -f conftest.er1
14346 cat conftest.err >&5
14347 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13424 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14348 (exit $ac_status); } && 13425 (exit $ac_status); } &&
14349 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13426 { ac_try='test -s conftest$ac_exeext'
14350 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14351 (eval $ac_try) 2>&5
14352 ac_status=$?
14353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14354 (exit $ac_status); }; } &&
14355 { ac_try='test -s conftest$ac_exeext'
14356 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13427 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14357 (eval $ac_try) 2>&5 13428 (eval $ac_try) 2>&5
14358 ac_status=$? 13429 ac_status=$?
@@ -14365,8 +13436,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
14365 13436
14366eval "$as_ac_var=no" 13437eval "$as_ac_var=no"
14367fi 13438fi
14368rm -f conftest.err conftest.$ac_objext \ 13439rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
14369 conftest$ac_exeext conftest.$ac_ext
14370fi 13440fi
14371echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 13441echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
14372echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 13442echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -14387,6 +13457,7 @@ else
14387 ac_cv_func_working_mktime=no 13457 ac_cv_func_working_mktime=no
14388else 13458else
14389 cat >conftest.$ac_ext <<_ACEOF 13459 cat >conftest.$ac_ext <<_ACEOF
13460#line $LINENO "configure"
14390/* confdefs.h. */ 13461/* confdefs.h. */
14391_ACEOF 13462_ACEOF
14392cat confdefs.h >>conftest.$ac_ext 13463cat confdefs.h >>conftest.$ac_ext
@@ -14404,10 +13475,6 @@ cat >>conftest.$ac_ext <<_ACEOF
14404# endif 13475# endif
14405#endif 13476#endif
14406 13477
14407#if HAVE_STDLIB_H
14408# include <stdlib.h>
14409#endif
14410
14411#if HAVE_UNISTD_H 13478#if HAVE_UNISTD_H
14412# include <unistd.h> 13479# include <unistd.h>
14413#endif 13480#endif
@@ -14420,11 +13487,10 @@ cat >>conftest.$ac_ext <<_ACEOF
14420#undef putenv 13487#undef putenv
14421 13488
14422static time_t time_t_max; 13489static time_t time_t_max;
14423static time_t time_t_min;
14424 13490
14425/* Values we'll use to set the TZ environment variable. */ 13491/* Values we'll use to set the TZ environment variable. */
14426static char *tz_strings[] = { 13492static const char *const tz_strings[] = {
14427 (char *) 0, "TZ=GMT0", "TZ=JST-9", 13493 (const char *) 0, "TZ=GMT0", "TZ=JST-9",
14428 "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00" 13494 "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00"
14429}; 13495};
14430#define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0])) 13496#define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0]))
@@ -14455,21 +13521,15 @@ spring_forward_gap ()
14455} 13521}
14456 13522
14457static void 13523static void
14458mktime_test1 (now) 13524mktime_test (now)
14459 time_t now; 13525 time_t now;
14460{ 13526{
14461 struct tm *lt; 13527 struct tm *lt;
14462 if ((lt = localtime (&now)) && mktime (lt) != now) 13528 if ((lt = localtime (&now)) && mktime (lt) != now)
14463 exit (1); 13529 exit (1);
14464} 13530 now = time_t_max - now;
14465 13531 if ((lt = localtime (&now)) && mktime (lt) != now)
14466static void 13532 exit (1);
14467mktime_test (now)
14468 time_t now;
14469{
14470 mktime_test1 (now);
14471 mktime_test1 ((time_t) (time_t_max - now));
14472 mktime_test1 ((time_t) (time_t_min + now));
14473} 13533}
14474 13534
14475static void 13535static void
@@ -14529,9 +13589,6 @@ main ()
14529 for (time_t_max = 1; 0 < time_t_max; time_t_max *= 2) 13589 for (time_t_max = 1; 0 < time_t_max; time_t_max *= 2)
14530 continue; 13590 continue;
14531 time_t_max--; 13591 time_t_max--;
14532 if ((time_t) -1 < 0)
14533 for (time_t_min = -1; (time_t) (time_t_min * 2) < 0; time_t_min *= 2)
14534 continue;
14535 delta = time_t_max / 997; /* a suitable prime number */ 13592 delta = time_t_max / 997; /* a suitable prime number */
14536 for (i = 0; i < N_STRINGS; i++) 13593 for (i = 0; i < N_STRINGS; i++)
14537 { 13594 {
@@ -14540,12 +13597,11 @@ main ()
14540 13597
14541 for (t = 0; t <= time_t_max - delta; t += delta) 13598 for (t = 0; t <= time_t_max - delta; t += delta)
14542 mktime_test (t); 13599 mktime_test (t);
14543 mktime_test ((time_t) 1); 13600 mktime_test ((time_t) 60 * 60);
14544 mktime_test ((time_t) (60 * 60)); 13601 mktime_test ((time_t) 60 * 60 * 24);
14545 mktime_test ((time_t) (60 * 60 * 24));
14546 13602
14547 for (j = 1; 0 < j; j *= 2) 13603 for (j = 1; 0 < j; j *= 2)
14548 bigtime_test (j); 13604 bigtime_test (j);
14549 bigtime_test (j - 1); 13605 bigtime_test (j - 1);
14550 } 13606 }
14551 irix_6_4_bug (); 13607 irix_6_4_bug ();
@@ -14573,20 +13629,13 @@ sed 's/^/| /' conftest.$ac_ext >&5
14573( exit $ac_status ) 13629( exit $ac_status )
14574ac_cv_func_working_mktime=no 13630ac_cv_func_working_mktime=no
14575fi 13631fi
14576rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 13632rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
14577fi 13633fi
14578fi 13634fi
14579echo "$as_me:$LINENO: result: $ac_cv_func_working_mktime" >&5 13635echo "$as_me:$LINENO: result: $ac_cv_func_working_mktime" >&5
14580echo "${ECHO_T}$ac_cv_func_working_mktime" >&6 13636echo "${ECHO_T}$ac_cv_func_working_mktime" >&6
14581if test $ac_cv_func_working_mktime = no; then 13637if test $ac_cv_func_working_mktime = no; then
14582 case $LIBOBJS in 13638 LIBOBJS="$LIBOBJS mktime.$ac_objext"
14583 "mktime.$ac_objext" | \
14584 *" mktime.$ac_objext" | \
14585 "mktime.$ac_objext "* | \
14586 *" mktime.$ac_objext "* ) ;;
14587 *) LIBOBJS="$LIBOBJS mktime.$ac_objext" ;;
14588esac
14589
14590fi 13639fi
14591 13640
14592if test "$ac_cv_func_working_mktime" = no; then 13641if test "$ac_cv_func_working_mktime" = no; then
@@ -14614,28 +13663,21 @@ if test "${ac_cv_func_getloadavg+set}" = set; then
14614 echo $ECHO_N "(cached) $ECHO_C" >&6 13663 echo $ECHO_N "(cached) $ECHO_C" >&6
14615else 13664else
14616 cat >conftest.$ac_ext <<_ACEOF 13665 cat >conftest.$ac_ext <<_ACEOF
13666#line $LINENO "configure"
14617/* confdefs.h. */ 13667/* confdefs.h. */
14618_ACEOF 13668_ACEOF
14619cat confdefs.h >>conftest.$ac_ext 13669cat confdefs.h >>conftest.$ac_ext
14620cat >>conftest.$ac_ext <<_ACEOF 13670cat >>conftest.$ac_ext <<_ACEOF
14621/* end confdefs.h. */ 13671/* end confdefs.h. */
14622/* Define getloadavg to an innocuous variant, in case <limits.h> declares getloadavg.
14623 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14624#define getloadavg innocuous_getloadavg
14625
14626/* System header to define __stub macros and hopefully few prototypes, 13672/* System header to define __stub macros and hopefully few prototypes,
14627 which can conflict with char getloadavg (); below. 13673 which can conflict with char getloadavg (); below.
14628 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 13674 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14629 <limits.h> exists even on freestanding compilers. */ 13675 <limits.h> exists even on freestanding compilers. */
14630
14631#ifdef __STDC__ 13676#ifdef __STDC__
14632# include <limits.h> 13677# include <limits.h>
14633#else 13678#else
14634# include <assert.h> 13679# include <assert.h>
14635#endif 13680#endif
14636
14637#undef getloadavg
14638
14639/* Override any gcc2 internal prototype to avoid an error. */ 13681/* Override any gcc2 internal prototype to avoid an error. */
14640#ifdef __cplusplus 13682#ifdef __cplusplus
14641extern "C" 13683extern "C"
@@ -14666,20 +13708,11 @@ return f != getloadavg;
14666_ACEOF 13708_ACEOF
14667rm -f conftest.$ac_objext conftest$ac_exeext 13709rm -f conftest.$ac_objext conftest$ac_exeext
14668if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 13710if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14669 (eval $ac_link) 2>conftest.er1 13711 (eval $ac_link) 2>&5
14670 ac_status=$? 13712 ac_status=$?
14671 grep -v '^ *+' conftest.er1 >conftest.err
14672 rm -f conftest.er1
14673 cat conftest.err >&5
14674 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14675 (exit $ac_status); } && 13714 (exit $ac_status); } &&
14676 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13715 { ac_try='test -s conftest$ac_exeext'
14677 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14678 (eval $ac_try) 2>&5
14679 ac_status=$?
14680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14681 (exit $ac_status); }; } &&
14682 { ac_try='test -s conftest$ac_exeext'
14683 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13716 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14684 (eval $ac_try) 2>&5 13717 (eval $ac_try) 2>&5
14685 ac_status=$? 13718 ac_status=$?
@@ -14692,8 +13725,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
14692 13725
14693ac_cv_func_getloadavg=no 13726ac_cv_func_getloadavg=no
14694fi 13727fi
14695rm -f conftest.err conftest.$ac_objext \ 13728rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
14696 conftest$ac_exeext conftest.$ac_ext
14697fi 13729fi
14698echo "$as_me:$LINENO: result: $ac_cv_func_getloadavg" >&5 13730echo "$as_me:$LINENO: result: $ac_cv_func_getloadavg" >&5
14699echo "${ECHO_T}$ac_cv_func_getloadavg" >&6 13731echo "${ECHO_T}$ac_cv_func_getloadavg" >&6
@@ -14715,28 +13747,21 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
14715 echo $ECHO_N "(cached) $ECHO_C" >&6 13747 echo $ECHO_N "(cached) $ECHO_C" >&6
14716else 13748else
14717 cat >conftest.$ac_ext <<_ACEOF 13749 cat >conftest.$ac_ext <<_ACEOF
13750#line $LINENO "configure"
14718/* confdefs.h. */ 13751/* confdefs.h. */
14719_ACEOF 13752_ACEOF
14720cat confdefs.h >>conftest.$ac_ext 13753cat confdefs.h >>conftest.$ac_ext
14721cat >>conftest.$ac_ext <<_ACEOF 13754cat >>conftest.$ac_ext <<_ACEOF
14722/* end confdefs.h. */ 13755/* end confdefs.h. */
14723/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14724 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14725#define $ac_func innocuous_$ac_func
14726
14727/* System header to define __stub macros and hopefully few prototypes, 13756/* System header to define __stub macros and hopefully few prototypes,
14728 which can conflict with char $ac_func (); below. 13757 which can conflict with char $ac_func (); below.
14729 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 13758 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14730 <limits.h> exists even on freestanding compilers. */ 13759 <limits.h> exists even on freestanding compilers. */
14731
14732#ifdef __STDC__ 13760#ifdef __STDC__
14733# include <limits.h> 13761# include <limits.h>
14734#else 13762#else
14735# include <assert.h> 13763# include <assert.h>
14736#endif 13764#endif
14737
14738#undef $ac_func
14739
14740/* Override any gcc2 internal prototype to avoid an error. */ 13765/* Override any gcc2 internal prototype to avoid an error. */
14741#ifdef __cplusplus 13766#ifdef __cplusplus
14742extern "C" 13767extern "C"
@@ -14767,20 +13792,11 @@ return f != $ac_func;
14767_ACEOF 13792_ACEOF
14768rm -f conftest.$ac_objext conftest$ac_exeext 13793rm -f conftest.$ac_objext conftest$ac_exeext
14769if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 13794if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14770 (eval $ac_link) 2>conftest.er1 13795 (eval $ac_link) 2>&5
14771 ac_status=$? 13796 ac_status=$?
14772 grep -v '^ *+' conftest.er1 >conftest.err
14773 rm -f conftest.er1
14774 cat conftest.err >&5
14775 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14776 (exit $ac_status); } && 13798 (exit $ac_status); } &&
14777 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13799 { ac_try='test -s conftest$ac_exeext'
14778 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14779 (eval $ac_try) 2>&5
14780 ac_status=$?
14781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14782 (exit $ac_status); }; } &&
14783 { ac_try='test -s conftest$ac_exeext'
14784 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13800 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14785 (eval $ac_try) 2>&5 13801 (eval $ac_try) 2>&5
14786 ac_status=$? 13802 ac_status=$?
@@ -14793,8 +13809,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
14793 13809
14794eval "$as_ac_var=no" 13810eval "$as_ac_var=no"
14795fi 13811fi
14796rm -f conftest.err conftest.$ac_objext \ 13812rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
14797 conftest$ac_exeext conftest.$ac_ext
14798fi 13813fi
14799echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 13814echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
14800echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 13815echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -14817,6 +13832,7 @@ else
14817 ac_check_lib_save_LIBS=$LIBS 13832 ac_check_lib_save_LIBS=$LIBS
14818LIBS="-lkstat $LIBS" 13833LIBS="-lkstat $LIBS"
14819cat >conftest.$ac_ext <<_ACEOF 13834cat >conftest.$ac_ext <<_ACEOF
13835#line $LINENO "configure"
14820/* confdefs.h. */ 13836/* confdefs.h. */
14821_ACEOF 13837_ACEOF
14822cat confdefs.h >>conftest.$ac_ext 13838cat confdefs.h >>conftest.$ac_ext
@@ -14840,20 +13856,11 @@ kstat_open ();
14840_ACEOF 13856_ACEOF
14841rm -f conftest.$ac_objext conftest$ac_exeext 13857rm -f conftest.$ac_objext conftest$ac_exeext
14842if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 13858if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14843 (eval $ac_link) 2>conftest.er1 13859 (eval $ac_link) 2>&5
14844 ac_status=$? 13860 ac_status=$?
14845 grep -v '^ *+' conftest.er1 >conftest.err
14846 rm -f conftest.er1
14847 cat conftest.err >&5
14848 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14849 (exit $ac_status); } && 13862 (exit $ac_status); } &&
14850 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13863 { ac_try='test -s conftest$ac_exeext'
14851 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14852 (eval $ac_try) 2>&5
14853 ac_status=$?
14854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14855 (exit $ac_status); }; } &&
14856 { ac_try='test -s conftest$ac_exeext'
14857 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13864 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14858 (eval $ac_try) 2>&5 13865 (eval $ac_try) 2>&5
14859 ac_status=$? 13866 ac_status=$?
@@ -14866,8 +13873,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
14866 13873
14867ac_cv_lib_kstat_kstat_open=no 13874ac_cv_lib_kstat_kstat_open=no
14868fi 13875fi
14869rm -f conftest.err conftest.$ac_objext \ 13876rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
14870 conftest$ac_exeext conftest.$ac_ext
14871LIBS=$ac_check_lib_save_LIBS 13877LIBS=$ac_check_lib_save_LIBS
14872fi 13878fi
14873echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5 13879echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5
@@ -14896,6 +13902,7 @@ else
14896 ac_check_lib_save_LIBS=$LIBS 13902 ac_check_lib_save_LIBS=$LIBS
14897LIBS="-lelf $LIBS" 13903LIBS="-lelf $LIBS"
14898cat >conftest.$ac_ext <<_ACEOF 13904cat >conftest.$ac_ext <<_ACEOF
13905#line $LINENO "configure"
14899/* confdefs.h. */ 13906/* confdefs.h. */
14900_ACEOF 13907_ACEOF
14901cat confdefs.h >>conftest.$ac_ext 13908cat confdefs.h >>conftest.$ac_ext
@@ -14919,20 +13926,11 @@ elf_begin ();
14919_ACEOF 13926_ACEOF
14920rm -f conftest.$ac_objext conftest$ac_exeext 13927rm -f conftest.$ac_objext conftest$ac_exeext
14921if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 13928if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14922 (eval $ac_link) 2>conftest.er1 13929 (eval $ac_link) 2>&5
14923 ac_status=$? 13930 ac_status=$?
14924 grep -v '^ *+' conftest.er1 >conftest.err
14925 rm -f conftest.er1
14926 cat conftest.err >&5
14927 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14928 (exit $ac_status); } && 13932 (exit $ac_status); } &&
14929 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13933 { ac_try='test -s conftest$ac_exeext'
14930 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14931 (eval $ac_try) 2>&5
14932 ac_status=$?
14933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14934 (exit $ac_status); }; } &&
14935 { ac_try='test -s conftest$ac_exeext'
14936 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13934 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14937 (eval $ac_try) 2>&5 13935 (eval $ac_try) 2>&5
14938 ac_status=$? 13936 ac_status=$?
@@ -14945,8 +13943,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
14945 13943
14946ac_cv_lib_elf_elf_begin=no 13944ac_cv_lib_elf_elf_begin=no
14947fi 13945fi
14948rm -f conftest.err conftest.$ac_objext \ 13946rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
14949 conftest$ac_exeext conftest.$ac_ext
14950LIBS=$ac_check_lib_save_LIBS 13947LIBS=$ac_check_lib_save_LIBS
14951fi 13948fi
14952echo "$as_me:$LINENO: result: $ac_cv_lib_elf_elf_begin" >&5 13949echo "$as_me:$LINENO: result: $ac_cv_lib_elf_elf_begin" >&5
@@ -14965,6 +13962,7 @@ else
14965 ac_check_lib_save_LIBS=$LIBS 13962 ac_check_lib_save_LIBS=$LIBS
14966LIBS="-lkvm $LIBS" 13963LIBS="-lkvm $LIBS"
14967cat >conftest.$ac_ext <<_ACEOF 13964cat >conftest.$ac_ext <<_ACEOF
13965#line $LINENO "configure"
14968/* confdefs.h. */ 13966/* confdefs.h. */
14969_ACEOF 13967_ACEOF
14970cat confdefs.h >>conftest.$ac_ext 13968cat confdefs.h >>conftest.$ac_ext
@@ -14988,20 +13986,11 @@ kvm_open ();
14988_ACEOF 13986_ACEOF
14989rm -f conftest.$ac_objext conftest$ac_exeext 13987rm -f conftest.$ac_objext conftest$ac_exeext
14990if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 13988if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14991 (eval $ac_link) 2>conftest.er1 13989 (eval $ac_link) 2>&5
14992 ac_status=$? 13990 ac_status=$?
14993 grep -v '^ *+' conftest.er1 >conftest.err
14994 rm -f conftest.er1
14995 cat conftest.err >&5
14996 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14997 (exit $ac_status); } && 13992 (exit $ac_status); } &&
14998 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13993 { ac_try='test -s conftest$ac_exeext'
14999 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15000 (eval $ac_try) 2>&5
15001 ac_status=$?
15002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15003 (exit $ac_status); }; } &&
15004 { ac_try='test -s conftest$ac_exeext'
15005 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13994 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15006 (eval $ac_try) 2>&5 13995 (eval $ac_try) 2>&5
15007 ac_status=$? 13996 ac_status=$?
@@ -15014,8 +14003,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
15014 14003
15015ac_cv_lib_kvm_kvm_open=no 14004ac_cv_lib_kvm_kvm_open=no
15016fi 14005fi
15017rm -f conftest.err conftest.$ac_objext \ 14006rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
15018 conftest$ac_exeext conftest.$ac_ext
15019LIBS=$ac_check_lib_save_LIBS 14007LIBS=$ac_check_lib_save_LIBS
15020fi 14008fi
15021echo "$as_me:$LINENO: result: $ac_cv_lib_kvm_kvm_open" >&5 14009echo "$as_me:$LINENO: result: $ac_cv_lib_kvm_kvm_open" >&5
@@ -15033,6 +14021,7 @@ else
15033 ac_check_lib_save_LIBS=$LIBS 14021 ac_check_lib_save_LIBS=$LIBS
15034LIBS="-lutil $LIBS" 14022LIBS="-lutil $LIBS"
15035cat >conftest.$ac_ext <<_ACEOF 14023cat >conftest.$ac_ext <<_ACEOF
14024#line $LINENO "configure"
15036/* confdefs.h. */ 14025/* confdefs.h. */
15037_ACEOF 14026_ACEOF
15038cat confdefs.h >>conftest.$ac_ext 14027cat confdefs.h >>conftest.$ac_ext
@@ -15056,20 +14045,11 @@ getloadavg ();
15056_ACEOF 14045_ACEOF
15057rm -f conftest.$ac_objext conftest$ac_exeext 14046rm -f conftest.$ac_objext conftest$ac_exeext
15058if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 14047if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15059 (eval $ac_link) 2>conftest.er1 14048 (eval $ac_link) 2>&5
15060 ac_status=$? 14049 ac_status=$?
15061 grep -v '^ *+' conftest.er1 >conftest.err
15062 rm -f conftest.er1
15063 cat conftest.err >&5
15064 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15065 (exit $ac_status); } && 14051 (exit $ac_status); } &&
15066 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14052 { ac_try='test -s conftest$ac_exeext'
15067 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15068 (eval $ac_try) 2>&5
15069 ac_status=$?
15070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15071 (exit $ac_status); }; } &&
15072 { ac_try='test -s conftest$ac_exeext'
15073 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14053 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15074 (eval $ac_try) 2>&5 14054 (eval $ac_try) 2>&5
15075 ac_status=$? 14055 ac_status=$?
@@ -15082,8 +14062,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
15082 14062
15083ac_cv_lib_util_getloadavg=no 14063ac_cv_lib_util_getloadavg=no
15084fi 14064fi
15085rm -f conftest.err conftest.$ac_objext \ 14065rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
15086 conftest$ac_exeext conftest.$ac_ext
15087LIBS=$ac_check_lib_save_LIBS 14066LIBS=$ac_check_lib_save_LIBS
15088fi 14067fi
15089echo "$as_me:$LINENO: result: $ac_cv_lib_util_getloadavg" >&5 14068echo "$as_me:$LINENO: result: $ac_cv_lib_util_getloadavg" >&5
@@ -15107,6 +14086,7 @@ else
15107 ac_check_lib_save_LIBS=$LIBS 14086 ac_check_lib_save_LIBS=$LIBS
15108LIBS="-lgetloadavg $LIBS" 14087LIBS="-lgetloadavg $LIBS"
15109cat >conftest.$ac_ext <<_ACEOF 14088cat >conftest.$ac_ext <<_ACEOF
14089#line $LINENO "configure"
15110/* confdefs.h. */ 14090/* confdefs.h. */
15111_ACEOF 14091_ACEOF
15112cat confdefs.h >>conftest.$ac_ext 14092cat confdefs.h >>conftest.$ac_ext
@@ -15130,20 +14110,11 @@ getloadavg ();
15130_ACEOF 14110_ACEOF
15131rm -f conftest.$ac_objext conftest$ac_exeext 14111rm -f conftest.$ac_objext conftest$ac_exeext
15132if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 14112if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15133 (eval $ac_link) 2>conftest.er1 14113 (eval $ac_link) 2>&5
15134 ac_status=$? 14114 ac_status=$?
15135 grep -v '^ *+' conftest.er1 >conftest.err
15136 rm -f conftest.er1
15137 cat conftest.err >&5
15138 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15139 (exit $ac_status); } && 14116 (exit $ac_status); } &&
15140 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14117 { ac_try='test -s conftest$ac_exeext'
15141 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15142 (eval $ac_try) 2>&5
15143 ac_status=$?
15144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15145 (exit $ac_status); }; } &&
15146 { ac_try='test -s conftest$ac_exeext'
15147 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14118 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15148 (eval $ac_try) 2>&5 14119 (eval $ac_try) 2>&5
15149 ac_status=$? 14120 ac_status=$?
@@ -15156,8 +14127,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
15156 14127
15157ac_cv_lib_getloadavg_getloadavg=no 14128ac_cv_lib_getloadavg_getloadavg=no
15158fi 14129fi
15159rm -f conftest.err conftest.$ac_objext \ 14130rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
15160 conftest$ac_exeext conftest.$ac_ext
15161LIBS=$ac_check_lib_save_LIBS 14131LIBS=$ac_check_lib_save_LIBS
15162fi 14132fi
15163echo "$as_me:$LINENO: result: $ac_cv_lib_getloadavg_getloadavg" >&5 14133echo "$as_me:$LINENO: result: $ac_cv_lib_getloadavg_getloadavg" >&5
@@ -15182,28 +14152,21 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
15182 echo $ECHO_N "(cached) $ECHO_C" >&6 14152 echo $ECHO_N "(cached) $ECHO_C" >&6
15183else 14153else
15184 cat >conftest.$ac_ext <<_ACEOF 14154 cat >conftest.$ac_ext <<_ACEOF
14155#line $LINENO "configure"
15185/* confdefs.h. */ 14156/* confdefs.h. */
15186_ACEOF 14157_ACEOF
15187cat confdefs.h >>conftest.$ac_ext 14158cat confdefs.h >>conftest.$ac_ext
15188cat >>conftest.$ac_ext <<_ACEOF 14159cat >>conftest.$ac_ext <<_ACEOF
15189/* end confdefs.h. */ 14160/* end confdefs.h. */
15190/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15191 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15192#define $ac_func innocuous_$ac_func
15193
15194/* System header to define __stub macros and hopefully few prototypes, 14161/* System header to define __stub macros and hopefully few prototypes,
15195 which can conflict with char $ac_func (); below. 14162 which can conflict with char $ac_func (); below.
15196 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 14163 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15197 <limits.h> exists even on freestanding compilers. */ 14164 <limits.h> exists even on freestanding compilers. */
15198
15199#ifdef __STDC__ 14165#ifdef __STDC__
15200# include <limits.h> 14166# include <limits.h>
15201#else 14167#else
15202# include <assert.h> 14168# include <assert.h>
15203#endif 14169#endif
15204
15205#undef $ac_func
15206
15207/* Override any gcc2 internal prototype to avoid an error. */ 14170/* Override any gcc2 internal prototype to avoid an error. */
15208#ifdef __cplusplus 14171#ifdef __cplusplus
15209extern "C" 14172extern "C"
@@ -15234,20 +14197,11 @@ return f != $ac_func;
15234_ACEOF 14197_ACEOF
15235rm -f conftest.$ac_objext conftest$ac_exeext 14198rm -f conftest.$ac_objext conftest$ac_exeext
15236if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 14199if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15237 (eval $ac_link) 2>conftest.er1 14200 (eval $ac_link) 2>&5
15238 ac_status=$? 14201 ac_status=$?
15239 grep -v '^ *+' conftest.er1 >conftest.err
15240 rm -f conftest.er1
15241 cat conftest.err >&5
15242 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15243 (exit $ac_status); } && 14203 (exit $ac_status); } &&
15244 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14204 { ac_try='test -s conftest$ac_exeext'
15245 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15246 (eval $ac_try) 2>&5
15247 ac_status=$?
15248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15249 (exit $ac_status); }; } &&
15250 { ac_try='test -s conftest$ac_exeext'
15251 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14205 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15252 (eval $ac_try) 2>&5 14206 (eval $ac_try) 2>&5
15253 ac_status=$? 14207 ac_status=$?
@@ -15260,8 +14214,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
15260 14214
15261eval "$as_ac_var=no" 14215eval "$as_ac_var=no"
15262fi 14216fi
15263rm -f conftest.err conftest.$ac_objext \ 14217rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
15264 conftest$ac_exeext conftest.$ac_ext
15265fi 14218fi
15266echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 14219echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
15267echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 14220echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -15271,14 +14224,7 @@ if test `eval echo '${'$as_ac_var'}'` = yes; then
15271_ACEOF 14224_ACEOF
15272 14225
15273else 14226else
15274 case $LIBOBJS in 14227 LIBOBJS="$LIBOBJS getloadavg.$ac_objext"
15275 "getloadavg.$ac_objext" | \
15276 *" getloadavg.$ac_objext" | \
15277 "getloadavg.$ac_objext "* | \
15278 *" getloadavg.$ac_objext "* ) ;;
15279 *) LIBOBJS="$LIBOBJS getloadavg.$ac_objext" ;;
15280esac
15281
15282 14228
15283cat >>confdefs.h <<\_ACEOF 14229cat >>confdefs.h <<\_ACEOF
15284#define C_GETLOADAVG 1 14230#define C_GETLOADAVG 1
@@ -15299,6 +14245,7 @@ else
15299echo "$as_me:$LINENO: checking sys/dg_sys_info.h usability" >&5 14245echo "$as_me:$LINENO: checking sys/dg_sys_info.h usability" >&5
15300echo $ECHO_N "checking sys/dg_sys_info.h usability... $ECHO_C" >&6 14246echo $ECHO_N "checking sys/dg_sys_info.h usability... $ECHO_C" >&6
15301cat >conftest.$ac_ext <<_ACEOF 14247cat >conftest.$ac_ext <<_ACEOF
14248#line $LINENO "configure"
15302/* confdefs.h. */ 14249/* confdefs.h. */
15303_ACEOF 14250_ACEOF
15304cat confdefs.h >>conftest.$ac_ext 14251cat confdefs.h >>conftest.$ac_ext
@@ -15309,20 +14256,11 @@ $ac_includes_default
15309_ACEOF 14256_ACEOF
15310rm -f conftest.$ac_objext 14257rm -f conftest.$ac_objext
15311if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 14258if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15312 (eval $ac_compile) 2>conftest.er1 14259 (eval $ac_compile) 2>&5
15313 ac_status=$? 14260 ac_status=$?
15314 grep -v '^ *+' conftest.er1 >conftest.err
15315 rm -f conftest.er1
15316 cat conftest.err >&5
15317 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15318 (exit $ac_status); } && 14262 (exit $ac_status); } &&
15319 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14263 { ac_try='test -s conftest.$ac_objext'
15320 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15321 (eval $ac_try) 2>&5
15322 ac_status=$?
15323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15324 (exit $ac_status); }; } &&
15325 { ac_try='test -s conftest.$ac_objext'
15326 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14264 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15327 (eval $ac_try) 2>&5 14265 (eval $ac_try) 2>&5
15328 ac_status=$? 14266 ac_status=$?
@@ -15335,7 +14273,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
15335 14273
15336ac_header_compiler=no 14274ac_header_compiler=no
15337fi 14275fi
15338rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 14276rm -f conftest.$ac_objext conftest.$ac_ext
15339echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 14277echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15340echo "${ECHO_T}$ac_header_compiler" >&6 14278echo "${ECHO_T}$ac_header_compiler" >&6
15341 14279
@@ -15343,6 +14281,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
15343echo "$as_me:$LINENO: checking sys/dg_sys_info.h presence" >&5 14281echo "$as_me:$LINENO: checking sys/dg_sys_info.h presence" >&5
15344echo $ECHO_N "checking sys/dg_sys_info.h presence... $ECHO_C" >&6 14282echo $ECHO_N "checking sys/dg_sys_info.h presence... $ECHO_C" >&6
15345cat >conftest.$ac_ext <<_ACEOF 14283cat >conftest.$ac_ext <<_ACEOF
14284#line $LINENO "configure"
15346/* confdefs.h. */ 14285/* confdefs.h. */
15347_ACEOF 14286_ACEOF
15348cat confdefs.h >>conftest.$ac_ext 14287cat confdefs.h >>conftest.$ac_ext
@@ -15360,7 +14299,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15360 (exit $ac_status); } >/dev/null; then 14299 (exit $ac_status); } >/dev/null; then
15361 if test -s conftest.err; then 14300 if test -s conftest.err; then
15362 ac_cpp_err=$ac_c_preproc_warn_flag 14301 ac_cpp_err=$ac_c_preproc_warn_flag
15363 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
15364 else 14302 else
15365 ac_cpp_err= 14303 ac_cpp_err=
15366 fi 14304 fi
@@ -15380,32 +14318,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15380echo "${ECHO_T}$ac_header_preproc" >&6 14318echo "${ECHO_T}$ac_header_preproc" >&6
15381 14319
15382# So? What about this header? 14320# So? What about this header?
15383case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 14321case $ac_header_compiler:$ac_header_preproc in
15384 yes:no: ) 14322 yes:no )
15385 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: accepted by the compiler, rejected by the preprocessor!" >&5 14323 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: accepted by the compiler, rejected by the preprocessor!" >&5
15386echo "$as_me: WARNING: sys/dg_sys_info.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 14324echo "$as_me: WARNING: sys/dg_sys_info.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15387 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the compiler's result" >&5 14325 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&5
15388echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the compiler's result" >&2;} 14326echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&2;}
15389 ac_header_preproc=yes 14327 (
14328 cat <<\_ASBOX
14329## ------------------------------------ ##
14330## Report this to bug-autoconf@gnu.org. ##
14331## ------------------------------------ ##
14332_ASBOX
14333 ) |
14334 sed "s/^/$as_me: WARNING: /" >&2
15390 ;; 14335 ;;
15391 no:yes:* ) 14336 no:yes )
15392 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: present but cannot be compiled" >&5 14337 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: present but cannot be compiled" >&5
15393echo "$as_me: WARNING: sys/dg_sys_info.h: present but cannot be compiled" >&2;} 14338echo "$as_me: WARNING: sys/dg_sys_info.h: present but cannot be compiled" >&2;}
15394 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: check for missing prerequisite headers?" >&5 14339 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: check for missing prerequisite headers?" >&5
15395echo "$as_me: WARNING: sys/dg_sys_info.h: check for missing prerequisite headers?" >&2;} 14340echo "$as_me: WARNING: sys/dg_sys_info.h: check for missing prerequisite headers?" >&2;}
15396 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: see the Autoconf documentation" >&5
15397echo "$as_me: WARNING: sys/dg_sys_info.h: see the Autoconf documentation" >&2;}
15398 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: section \"Present But Cannot Be Compiled\"" >&5
15399echo "$as_me: WARNING: sys/dg_sys_info.h: section \"Present But Cannot Be Compiled\"" >&2;}
15400 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&5 14341 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&5
15401echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&2;} 14342echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&2;}
15402 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: in the future, the compiler will take precedence" >&5
15403echo "$as_me: WARNING: sys/dg_sys_info.h: in the future, the compiler will take precedence" >&2;}
15404 ( 14343 (
15405 cat <<\_ASBOX 14344 cat <<\_ASBOX
15406## ------------------------------------------ ## 14345## ------------------------------------ ##
15407## Report this to the AC_PACKAGE_NAME lists. ## 14346## Report this to bug-autoconf@gnu.org. ##
15408## ------------------------------------------ ## 14347## ------------------------------------ ##
15409_ASBOX 14348_ASBOX
15410 ) | 14349 ) |
15411 sed "s/^/$as_me: WARNING: /" >&2 14350 sed "s/^/$as_me: WARNING: /" >&2
@@ -15438,6 +14377,7 @@ else
15438 ac_check_lib_save_LIBS=$LIBS 14377 ac_check_lib_save_LIBS=$LIBS
15439LIBS="-ldgc $LIBS" 14378LIBS="-ldgc $LIBS"
15440cat >conftest.$ac_ext <<_ACEOF 14379cat >conftest.$ac_ext <<_ACEOF
14380#line $LINENO "configure"
15441/* confdefs.h. */ 14381/* confdefs.h. */
15442_ACEOF 14382_ACEOF
15443cat confdefs.h >>conftest.$ac_ext 14383cat confdefs.h >>conftest.$ac_ext
@@ -15461,20 +14401,11 @@ dg_sys_info ();
15461_ACEOF 14401_ACEOF
15462rm -f conftest.$ac_objext conftest$ac_exeext 14402rm -f conftest.$ac_objext conftest$ac_exeext
15463if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 14403if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15464 (eval $ac_link) 2>conftest.er1 14404 (eval $ac_link) 2>&5
15465 ac_status=$? 14405 ac_status=$?
15466 grep -v '^ *+' conftest.er1 >conftest.err
15467 rm -f conftest.er1
15468 cat conftest.err >&5
15469 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15470 (exit $ac_status); } && 14407 (exit $ac_status); } &&
15471 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14408 { ac_try='test -s conftest$ac_exeext'
15472 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15473 (eval $ac_try) 2>&5
15474 ac_status=$?
15475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15476 (exit $ac_status); }; } &&
15477 { ac_try='test -s conftest$ac_exeext'
15478 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14409 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15479 (eval $ac_try) 2>&5 14410 (eval $ac_try) 2>&5
15480 ac_status=$? 14411 ac_status=$?
@@ -15487,8 +14418,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
15487 14418
15488ac_cv_lib_dgc_dg_sys_info=no 14419ac_cv_lib_dgc_dg_sys_info=no
15489fi 14420fi
15490rm -f conftest.err conftest.$ac_objext \ 14421rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
15491 conftest$ac_exeext conftest.$ac_ext
15492LIBS=$ac_check_lib_save_LIBS 14422LIBS=$ac_check_lib_save_LIBS
15493fi 14423fi
15494echo "$as_me:$LINENO: result: $ac_cv_lib_dgc_dg_sys_info" >&5 14424echo "$as_me:$LINENO: result: $ac_cv_lib_dgc_dg_sys_info" >&5
@@ -15519,6 +14449,7 @@ else
15519echo "$as_me:$LINENO: checking locale.h usability" >&5 14449echo "$as_me:$LINENO: checking locale.h usability" >&5
15520echo $ECHO_N "checking locale.h usability... $ECHO_C" >&6 14450echo $ECHO_N "checking locale.h usability... $ECHO_C" >&6
15521cat >conftest.$ac_ext <<_ACEOF 14451cat >conftest.$ac_ext <<_ACEOF
14452#line $LINENO "configure"
15522/* confdefs.h. */ 14453/* confdefs.h. */
15523_ACEOF 14454_ACEOF
15524cat confdefs.h >>conftest.$ac_ext 14455cat confdefs.h >>conftest.$ac_ext
@@ -15529,20 +14460,11 @@ $ac_includes_default
15529_ACEOF 14460_ACEOF
15530rm -f conftest.$ac_objext 14461rm -f conftest.$ac_objext
15531if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 14462if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15532 (eval $ac_compile) 2>conftest.er1 14463 (eval $ac_compile) 2>&5
15533 ac_status=$? 14464 ac_status=$?
15534 grep -v '^ *+' conftest.er1 >conftest.err
15535 rm -f conftest.er1
15536 cat conftest.err >&5
15537 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15538 (exit $ac_status); } && 14466 (exit $ac_status); } &&
15539 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14467 { ac_try='test -s conftest.$ac_objext'
15540 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15541 (eval $ac_try) 2>&5
15542 ac_status=$?
15543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15544 (exit $ac_status); }; } &&
15545 { ac_try='test -s conftest.$ac_objext'
15546 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14468 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15547 (eval $ac_try) 2>&5 14469 (eval $ac_try) 2>&5
15548 ac_status=$? 14470 ac_status=$?
@@ -15555,7 +14477,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
15555 14477
15556ac_header_compiler=no 14478ac_header_compiler=no
15557fi 14479fi
15558rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 14480rm -f conftest.$ac_objext conftest.$ac_ext
15559echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 14481echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15560echo "${ECHO_T}$ac_header_compiler" >&6 14482echo "${ECHO_T}$ac_header_compiler" >&6
15561 14483
@@ -15563,6 +14485,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
15563echo "$as_me:$LINENO: checking locale.h presence" >&5 14485echo "$as_me:$LINENO: checking locale.h presence" >&5
15564echo $ECHO_N "checking locale.h presence... $ECHO_C" >&6 14486echo $ECHO_N "checking locale.h presence... $ECHO_C" >&6
15565cat >conftest.$ac_ext <<_ACEOF 14487cat >conftest.$ac_ext <<_ACEOF
14488#line $LINENO "configure"
15566/* confdefs.h. */ 14489/* confdefs.h. */
15567_ACEOF 14490_ACEOF
15568cat confdefs.h >>conftest.$ac_ext 14491cat confdefs.h >>conftest.$ac_ext
@@ -15580,7 +14503,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15580 (exit $ac_status); } >/dev/null; then 14503 (exit $ac_status); } >/dev/null; then
15581 if test -s conftest.err; then 14504 if test -s conftest.err; then
15582 ac_cpp_err=$ac_c_preproc_warn_flag 14505 ac_cpp_err=$ac_c_preproc_warn_flag
15583 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
15584 else 14506 else
15585 ac_cpp_err= 14507 ac_cpp_err=
15586 fi 14508 fi
@@ -15600,32 +14522,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15600echo "${ECHO_T}$ac_header_preproc" >&6 14522echo "${ECHO_T}$ac_header_preproc" >&6
15601 14523
15602# So? What about this header? 14524# So? What about this header?
15603case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 14525case $ac_header_compiler:$ac_header_preproc in
15604 yes:no: ) 14526 yes:no )
15605 { echo "$as_me:$LINENO: WARNING: locale.h: accepted by the compiler, rejected by the preprocessor!" >&5 14527 { echo "$as_me:$LINENO: WARNING: locale.h: accepted by the compiler, rejected by the preprocessor!" >&5
15606echo "$as_me: WARNING: locale.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 14528echo "$as_me: WARNING: locale.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15607 { echo "$as_me:$LINENO: WARNING: locale.h: proceeding with the compiler's result" >&5 14529 { echo "$as_me:$LINENO: WARNING: locale.h: proceeding with the preprocessor's result" >&5
15608echo "$as_me: WARNING: locale.h: proceeding with the compiler's result" >&2;} 14530echo "$as_me: WARNING: locale.h: proceeding with the preprocessor's result" >&2;}
15609 ac_header_preproc=yes 14531 (
14532 cat <<\_ASBOX
14533## ------------------------------------ ##
14534## Report this to bug-autoconf@gnu.org. ##
14535## ------------------------------------ ##
14536_ASBOX
14537 ) |
14538 sed "s/^/$as_me: WARNING: /" >&2
15610 ;; 14539 ;;
15611 no:yes:* ) 14540 no:yes )
15612 { echo "$as_me:$LINENO: WARNING: locale.h: present but cannot be compiled" >&5 14541 { echo "$as_me:$LINENO: WARNING: locale.h: present but cannot be compiled" >&5
15613echo "$as_me: WARNING: locale.h: present but cannot be compiled" >&2;} 14542echo "$as_me: WARNING: locale.h: present but cannot be compiled" >&2;}
15614 { echo "$as_me:$LINENO: WARNING: locale.h: check for missing prerequisite headers?" >&5 14543 { echo "$as_me:$LINENO: WARNING: locale.h: check for missing prerequisite headers?" >&5
15615echo "$as_me: WARNING: locale.h: check for missing prerequisite headers?" >&2;} 14544echo "$as_me: WARNING: locale.h: check for missing prerequisite headers?" >&2;}
15616 { echo "$as_me:$LINENO: WARNING: locale.h: see the Autoconf documentation" >&5
15617echo "$as_me: WARNING: locale.h: see the Autoconf documentation" >&2;}
15618 { echo "$as_me:$LINENO: WARNING: locale.h: section \"Present But Cannot Be Compiled\"" >&5
15619echo "$as_me: WARNING: locale.h: section \"Present But Cannot Be Compiled\"" >&2;}
15620 { echo "$as_me:$LINENO: WARNING: locale.h: proceeding with the preprocessor's result" >&5 14545 { echo "$as_me:$LINENO: WARNING: locale.h: proceeding with the preprocessor's result" >&5
15621echo "$as_me: WARNING: locale.h: proceeding with the preprocessor's result" >&2;} 14546echo "$as_me: WARNING: locale.h: proceeding with the preprocessor's result" >&2;}
15622 { echo "$as_me:$LINENO: WARNING: locale.h: in the future, the compiler will take precedence" >&5
15623echo "$as_me: WARNING: locale.h: in the future, the compiler will take precedence" >&2;}
15624 ( 14547 (
15625 cat <<\_ASBOX 14548 cat <<\_ASBOX
15626## ------------------------------------------ ## 14549## ------------------------------------ ##
15627## Report this to the AC_PACKAGE_NAME lists. ## 14550## Report this to bug-autoconf@gnu.org. ##
15628## ------------------------------------------ ## 14551## ------------------------------------ ##
15629_ASBOX 14552_ASBOX
15630 ) | 14553 ) |
15631 sed "s/^/$as_me: WARNING: /" >&2 14554 sed "s/^/$as_me: WARNING: /" >&2
@@ -15654,28 +14577,21 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
15654 echo $ECHO_N "(cached) $ECHO_C" >&6 14577 echo $ECHO_N "(cached) $ECHO_C" >&6
15655else 14578else
15656 cat >conftest.$ac_ext <<_ACEOF 14579 cat >conftest.$ac_ext <<_ACEOF
14580#line $LINENO "configure"
15657/* confdefs.h. */ 14581/* confdefs.h. */
15658_ACEOF 14582_ACEOF
15659cat confdefs.h >>conftest.$ac_ext 14583cat confdefs.h >>conftest.$ac_ext
15660cat >>conftest.$ac_ext <<_ACEOF 14584cat >>conftest.$ac_ext <<_ACEOF
15661/* end confdefs.h. */ 14585/* end confdefs.h. */
15662/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15663 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15664#define $ac_func innocuous_$ac_func
15665
15666/* System header to define __stub macros and hopefully few prototypes, 14586/* System header to define __stub macros and hopefully few prototypes,
15667 which can conflict with char $ac_func (); below. 14587 which can conflict with char $ac_func (); below.
15668 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 14588 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15669 <limits.h> exists even on freestanding compilers. */ 14589 <limits.h> exists even on freestanding compilers. */
15670
15671#ifdef __STDC__ 14590#ifdef __STDC__
15672# include <limits.h> 14591# include <limits.h>
15673#else 14592#else
15674# include <assert.h> 14593# include <assert.h>
15675#endif 14594#endif
15676
15677#undef $ac_func
15678
15679/* Override any gcc2 internal prototype to avoid an error. */ 14595/* Override any gcc2 internal prototype to avoid an error. */
15680#ifdef __cplusplus 14596#ifdef __cplusplus
15681extern "C" 14597extern "C"
@@ -15706,20 +14622,11 @@ return f != $ac_func;
15706_ACEOF 14622_ACEOF
15707rm -f conftest.$ac_objext conftest$ac_exeext 14623rm -f conftest.$ac_objext conftest$ac_exeext
15708if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 14624if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15709 (eval $ac_link) 2>conftest.er1 14625 (eval $ac_link) 2>&5
15710 ac_status=$? 14626 ac_status=$?
15711 grep -v '^ *+' conftest.er1 >conftest.err
15712 rm -f conftest.er1
15713 cat conftest.err >&5
15714 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15715 (exit $ac_status); } && 14628 (exit $ac_status); } &&
15716 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14629 { ac_try='test -s conftest$ac_exeext'
15717 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15718 (eval $ac_try) 2>&5
15719 ac_status=$?
15720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15721 (exit $ac_status); }; } &&
15722 { ac_try='test -s conftest$ac_exeext'
15723 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14630 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15724 (eval $ac_try) 2>&5 14631 (eval $ac_try) 2>&5
15725 ac_status=$? 14632 ac_status=$?
@@ -15732,8 +14639,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
15732 14639
15733eval "$as_ac_var=no" 14640eval "$as_ac_var=no"
15734fi 14641fi
15735rm -f conftest.err conftest.$ac_objext \ 14642rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
15736 conftest$ac_exeext conftest.$ac_ext
15737fi 14643fi
15738echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 14644echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
15739echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 14645echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -15772,6 +14678,7 @@ else
15772echo "$as_me:$LINENO: checking inq_stats/cpustats.h usability" >&5 14678echo "$as_me:$LINENO: checking inq_stats/cpustats.h usability" >&5
15773echo $ECHO_N "checking inq_stats/cpustats.h usability... $ECHO_C" >&6 14679echo $ECHO_N "checking inq_stats/cpustats.h usability... $ECHO_C" >&6
15774cat >conftest.$ac_ext <<_ACEOF 14680cat >conftest.$ac_ext <<_ACEOF
14681#line $LINENO "configure"
15775/* confdefs.h. */ 14682/* confdefs.h. */
15776_ACEOF 14683_ACEOF
15777cat confdefs.h >>conftest.$ac_ext 14684cat confdefs.h >>conftest.$ac_ext
@@ -15782,20 +14689,11 @@ $ac_includes_default
15782_ACEOF 14689_ACEOF
15783rm -f conftest.$ac_objext 14690rm -f conftest.$ac_objext
15784if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 14691if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15785 (eval $ac_compile) 2>conftest.er1 14692 (eval $ac_compile) 2>&5
15786 ac_status=$? 14693 ac_status=$?
15787 grep -v '^ *+' conftest.er1 >conftest.err
15788 rm -f conftest.er1
15789 cat conftest.err >&5
15790 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15791 (exit $ac_status); } && 14695 (exit $ac_status); } &&
15792 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14696 { ac_try='test -s conftest.$ac_objext'
15793 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15794 (eval $ac_try) 2>&5
15795 ac_status=$?
15796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15797 (exit $ac_status); }; } &&
15798 { ac_try='test -s conftest.$ac_objext'
15799 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14697 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15800 (eval $ac_try) 2>&5 14698 (eval $ac_try) 2>&5
15801 ac_status=$? 14699 ac_status=$?
@@ -15808,7 +14706,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
15808 14706
15809ac_header_compiler=no 14707ac_header_compiler=no
15810fi 14708fi
15811rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 14709rm -f conftest.$ac_objext conftest.$ac_ext
15812echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 14710echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15813echo "${ECHO_T}$ac_header_compiler" >&6 14711echo "${ECHO_T}$ac_header_compiler" >&6
15814 14712
@@ -15816,6 +14714,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
15816echo "$as_me:$LINENO: checking inq_stats/cpustats.h presence" >&5 14714echo "$as_me:$LINENO: checking inq_stats/cpustats.h presence" >&5
15817echo $ECHO_N "checking inq_stats/cpustats.h presence... $ECHO_C" >&6 14715echo $ECHO_N "checking inq_stats/cpustats.h presence... $ECHO_C" >&6
15818cat >conftest.$ac_ext <<_ACEOF 14716cat >conftest.$ac_ext <<_ACEOF
14717#line $LINENO "configure"
15819/* confdefs.h. */ 14718/* confdefs.h. */
15820_ACEOF 14719_ACEOF
15821cat confdefs.h >>conftest.$ac_ext 14720cat confdefs.h >>conftest.$ac_ext
@@ -15833,7 +14732,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15833 (exit $ac_status); } >/dev/null; then 14732 (exit $ac_status); } >/dev/null; then
15834 if test -s conftest.err; then 14733 if test -s conftest.err; then
15835 ac_cpp_err=$ac_c_preproc_warn_flag 14734 ac_cpp_err=$ac_c_preproc_warn_flag
15836 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
15837 else 14735 else
15838 ac_cpp_err= 14736 ac_cpp_err=
15839 fi 14737 fi
@@ -15853,32 +14751,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15853echo "${ECHO_T}$ac_header_preproc" >&6 14751echo "${ECHO_T}$ac_header_preproc" >&6
15854 14752
15855# So? What about this header? 14753# So? What about this header?
15856case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 14754case $ac_header_compiler:$ac_header_preproc in
15857 yes:no: ) 14755 yes:no )
15858 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&5 14756 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&5
15859echo "$as_me: WARNING: inq_stats/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 14757echo "$as_me: WARNING: inq_stats/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15860 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: proceeding with the compiler's result" >&5 14758 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&5
15861echo "$as_me: WARNING: inq_stats/cpustats.h: proceeding with the compiler's result" >&2;} 14759echo "$as_me: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&2;}
15862 ac_header_preproc=yes 14760 (
14761 cat <<\_ASBOX
14762## ------------------------------------ ##
14763## Report this to bug-autoconf@gnu.org. ##
14764## ------------------------------------ ##
14765_ASBOX
14766 ) |
14767 sed "s/^/$as_me: WARNING: /" >&2
15863 ;; 14768 ;;
15864 no:yes:* ) 14769 no:yes )
15865 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: present but cannot be compiled" >&5 14770 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: present but cannot be compiled" >&5
15866echo "$as_me: WARNING: inq_stats/cpustats.h: present but cannot be compiled" >&2;} 14771echo "$as_me: WARNING: inq_stats/cpustats.h: present but cannot be compiled" >&2;}
15867 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: check for missing prerequisite headers?" >&5 14772 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: check for missing prerequisite headers?" >&5
15868echo "$as_me: WARNING: inq_stats/cpustats.h: check for missing prerequisite headers?" >&2;} 14773echo "$as_me: WARNING: inq_stats/cpustats.h: check for missing prerequisite headers?" >&2;}
15869 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: see the Autoconf documentation" >&5
15870echo "$as_me: WARNING: inq_stats/cpustats.h: see the Autoconf documentation" >&2;}
15871 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: section \"Present But Cannot Be Compiled\"" >&5
15872echo "$as_me: WARNING: inq_stats/cpustats.h: section \"Present But Cannot Be Compiled\"" >&2;}
15873 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&5 14774 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&5
15874echo "$as_me: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&2;} 14775echo "$as_me: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&2;}
15875 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: in the future, the compiler will take precedence" >&5
15876echo "$as_me: WARNING: inq_stats/cpustats.h: in the future, the compiler will take precedence" >&2;}
15877 ( 14776 (
15878 cat <<\_ASBOX 14777 cat <<\_ASBOX
15879## ------------------------------------------ ## 14778## ------------------------------------ ##
15880## Report this to the AC_PACKAGE_NAME lists. ## 14779## Report this to bug-autoconf@gnu.org. ##
15881## ------------------------------------------ ## 14780## ------------------------------------ ##
15882_ASBOX 14781_ASBOX
15883 ) | 14782 ) |
15884 sed "s/^/$as_me: WARNING: /" >&2 14783 sed "s/^/$as_me: WARNING: /" >&2
@@ -15926,6 +14825,7 @@ else
15926echo "$as_me:$LINENO: checking sys/cpustats.h usability" >&5 14825echo "$as_me:$LINENO: checking sys/cpustats.h usability" >&5
15927echo $ECHO_N "checking sys/cpustats.h usability... $ECHO_C" >&6 14826echo $ECHO_N "checking sys/cpustats.h usability... $ECHO_C" >&6
15928cat >conftest.$ac_ext <<_ACEOF 14827cat >conftest.$ac_ext <<_ACEOF
14828#line $LINENO "configure"
15929/* confdefs.h. */ 14829/* confdefs.h. */
15930_ACEOF 14830_ACEOF
15931cat confdefs.h >>conftest.$ac_ext 14831cat confdefs.h >>conftest.$ac_ext
@@ -15936,20 +14836,11 @@ $ac_includes_default
15936_ACEOF 14836_ACEOF
15937rm -f conftest.$ac_objext 14837rm -f conftest.$ac_objext
15938if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 14838if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15939 (eval $ac_compile) 2>conftest.er1 14839 (eval $ac_compile) 2>&5
15940 ac_status=$? 14840 ac_status=$?
15941 grep -v '^ *+' conftest.er1 >conftest.err
15942 rm -f conftest.er1
15943 cat conftest.err >&5
15944 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15945 (exit $ac_status); } && 14842 (exit $ac_status); } &&
15946 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14843 { ac_try='test -s conftest.$ac_objext'
15947 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15948 (eval $ac_try) 2>&5
15949 ac_status=$?
15950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15951 (exit $ac_status); }; } &&
15952 { ac_try='test -s conftest.$ac_objext'
15953 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14844 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15954 (eval $ac_try) 2>&5 14845 (eval $ac_try) 2>&5
15955 ac_status=$? 14846 ac_status=$?
@@ -15962,7 +14853,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
15962 14853
15963ac_header_compiler=no 14854ac_header_compiler=no
15964fi 14855fi
15965rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 14856rm -f conftest.$ac_objext conftest.$ac_ext
15966echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 14857echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15967echo "${ECHO_T}$ac_header_compiler" >&6 14858echo "${ECHO_T}$ac_header_compiler" >&6
15968 14859
@@ -15970,6 +14861,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
15970echo "$as_me:$LINENO: checking sys/cpustats.h presence" >&5 14861echo "$as_me:$LINENO: checking sys/cpustats.h presence" >&5
15971echo $ECHO_N "checking sys/cpustats.h presence... $ECHO_C" >&6 14862echo $ECHO_N "checking sys/cpustats.h presence... $ECHO_C" >&6
15972cat >conftest.$ac_ext <<_ACEOF 14863cat >conftest.$ac_ext <<_ACEOF
14864#line $LINENO "configure"
15973/* confdefs.h. */ 14865/* confdefs.h. */
15974_ACEOF 14866_ACEOF
15975cat confdefs.h >>conftest.$ac_ext 14867cat confdefs.h >>conftest.$ac_ext
@@ -15987,7 +14879,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15987 (exit $ac_status); } >/dev/null; then 14879 (exit $ac_status); } >/dev/null; then
15988 if test -s conftest.err; then 14880 if test -s conftest.err; then
15989 ac_cpp_err=$ac_c_preproc_warn_flag 14881 ac_cpp_err=$ac_c_preproc_warn_flag
15990 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
15991 else 14882 else
15992 ac_cpp_err= 14883 ac_cpp_err=
15993 fi 14884 fi
@@ -16007,32 +14898,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16007echo "${ECHO_T}$ac_header_preproc" >&6 14898echo "${ECHO_T}$ac_header_preproc" >&6
16008 14899
16009# So? What about this header? 14900# So? What about this header?
16010case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 14901case $ac_header_compiler:$ac_header_preproc in
16011 yes:no: ) 14902 yes:no )
16012 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&5 14903 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&5
16013echo "$as_me: WARNING: sys/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 14904echo "$as_me: WARNING: sys/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
16014 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: proceeding with the compiler's result" >&5 14905 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&5
16015echo "$as_me: WARNING: sys/cpustats.h: proceeding with the compiler's result" >&2;} 14906echo "$as_me: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&2;}
16016 ac_header_preproc=yes 14907 (
14908 cat <<\_ASBOX
14909## ------------------------------------ ##
14910## Report this to bug-autoconf@gnu.org. ##
14911## ------------------------------------ ##
14912_ASBOX
14913 ) |
14914 sed "s/^/$as_me: WARNING: /" >&2
16017 ;; 14915 ;;
16018 no:yes:* ) 14916 no:yes )
16019 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: present but cannot be compiled" >&5 14917 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: present but cannot be compiled" >&5
16020echo "$as_me: WARNING: sys/cpustats.h: present but cannot be compiled" >&2;} 14918echo "$as_me: WARNING: sys/cpustats.h: present but cannot be compiled" >&2;}
16021 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: check for missing prerequisite headers?" >&5 14919 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: check for missing prerequisite headers?" >&5
16022echo "$as_me: WARNING: sys/cpustats.h: check for missing prerequisite headers?" >&2;} 14920echo "$as_me: WARNING: sys/cpustats.h: check for missing prerequisite headers?" >&2;}
16023 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: see the Autoconf documentation" >&5
16024echo "$as_me: WARNING: sys/cpustats.h: see the Autoconf documentation" >&2;}
16025 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: section \"Present But Cannot Be Compiled\"" >&5
16026echo "$as_me: WARNING: sys/cpustats.h: section \"Present But Cannot Be Compiled\"" >&2;}
16027 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&5 14921 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&5
16028echo "$as_me: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&2;} 14922echo "$as_me: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&2;}
16029 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: in the future, the compiler will take precedence" >&5
16030echo "$as_me: WARNING: sys/cpustats.h: in the future, the compiler will take precedence" >&2;}
16031 ( 14923 (
16032 cat <<\_ASBOX 14924 cat <<\_ASBOX
16033## ------------------------------------------ ## 14925## ------------------------------------ ##
16034## Report this to the AC_PACKAGE_NAME lists. ## 14926## Report this to bug-autoconf@gnu.org. ##
16035## ------------------------------------------ ## 14927## ------------------------------------ ##
16036_ASBOX 14928_ASBOX
16037 ) | 14929 ) |
16038 sed "s/^/$as_me: WARNING: /" >&2 14930 sed "s/^/$as_me: WARNING: /" >&2
@@ -16077,6 +14969,7 @@ else
16077echo "$as_me:$LINENO: checking $ac_header usability" >&5 14969echo "$as_me:$LINENO: checking $ac_header usability" >&5
16078echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 14970echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
16079cat >conftest.$ac_ext <<_ACEOF 14971cat >conftest.$ac_ext <<_ACEOF
14972#line $LINENO "configure"
16080/* confdefs.h. */ 14973/* confdefs.h. */
16081_ACEOF 14974_ACEOF
16082cat confdefs.h >>conftest.$ac_ext 14975cat confdefs.h >>conftest.$ac_ext
@@ -16087,20 +14980,11 @@ $ac_includes_default
16087_ACEOF 14980_ACEOF
16088rm -f conftest.$ac_objext 14981rm -f conftest.$ac_objext
16089if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 14982if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16090 (eval $ac_compile) 2>conftest.er1 14983 (eval $ac_compile) 2>&5
16091 ac_status=$? 14984 ac_status=$?
16092 grep -v '^ *+' conftest.er1 >conftest.err
16093 rm -f conftest.er1
16094 cat conftest.err >&5
16095 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16096 (exit $ac_status); } && 14986 (exit $ac_status); } &&
16097 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14987 { ac_try='test -s conftest.$ac_objext'
16098 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16099 (eval $ac_try) 2>&5
16100 ac_status=$?
16101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16102 (exit $ac_status); }; } &&
16103 { ac_try='test -s conftest.$ac_objext'
16104 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14988 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16105 (eval $ac_try) 2>&5 14989 (eval $ac_try) 2>&5
16106 ac_status=$? 14990 ac_status=$?
@@ -16113,7 +14997,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
16113 14997
16114ac_header_compiler=no 14998ac_header_compiler=no
16115fi 14999fi
16116rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 15000rm -f conftest.$ac_objext conftest.$ac_ext
16117echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 15001echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16118echo "${ECHO_T}$ac_header_compiler" >&6 15002echo "${ECHO_T}$ac_header_compiler" >&6
16119 15003
@@ -16121,6 +15005,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
16121echo "$as_me:$LINENO: checking $ac_header presence" >&5 15005echo "$as_me:$LINENO: checking $ac_header presence" >&5
16122echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 15006echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
16123cat >conftest.$ac_ext <<_ACEOF 15007cat >conftest.$ac_ext <<_ACEOF
15008#line $LINENO "configure"
16124/* confdefs.h. */ 15009/* confdefs.h. */
16125_ACEOF 15010_ACEOF
16126cat confdefs.h >>conftest.$ac_ext 15011cat confdefs.h >>conftest.$ac_ext
@@ -16138,7 +15023,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16138 (exit $ac_status); } >/dev/null; then 15023 (exit $ac_status); } >/dev/null; then
16139 if test -s conftest.err; then 15024 if test -s conftest.err; then
16140 ac_cpp_err=$ac_c_preproc_warn_flag 15025 ac_cpp_err=$ac_c_preproc_warn_flag
16141 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
16142 else 15026 else
16143 ac_cpp_err= 15027 ac_cpp_err=
16144 fi 15028 fi
@@ -16158,32 +15042,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16158echo "${ECHO_T}$ac_header_preproc" >&6 15042echo "${ECHO_T}$ac_header_preproc" >&6
16159 15043
16160# So? What about this header? 15044# So? What about this header?
16161case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 15045case $ac_header_compiler:$ac_header_preproc in
16162 yes:no: ) 15046 yes:no )
16163 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 15047 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16164echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 15048echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16165 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 15049 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16166echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 15050echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16167 ac_header_preproc=yes 15051 (
15052 cat <<\_ASBOX
15053## ------------------------------------ ##
15054## Report this to bug-autoconf@gnu.org. ##
15055## ------------------------------------ ##
15056_ASBOX
15057 ) |
15058 sed "s/^/$as_me: WARNING: /" >&2
16168 ;; 15059 ;;
16169 no:yes:* ) 15060 no:yes )
16170 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 15061 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16171echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 15062echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16172 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 15063 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16173echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 15064echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16174 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16175echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16176 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16177echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16178 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 15065 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16179echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 15066echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16180 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16181echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16182 ( 15067 (
16183 cat <<\_ASBOX 15068 cat <<\_ASBOX
16184## ------------------------------------------ ## 15069## ------------------------------------ ##
16185## Report this to the AC_PACKAGE_NAME lists. ## 15070## Report this to bug-autoconf@gnu.org. ##
16186## ------------------------------------------ ## 15071## ------------------------------------ ##
16187_ASBOX 15072_ASBOX
16188 ) | 15073 ) |
16189 sed "s/^/$as_me: WARNING: /" >&2 15074 sed "s/^/$as_me: WARNING: /" >&2
@@ -16194,7 +15079,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16194if eval "test \"\${$as_ac_Header+set}\" = set"; then 15079if eval "test \"\${$as_ac_Header+set}\" = set"; then
16195 echo $ECHO_N "(cached) $ECHO_C" >&6 15080 echo $ECHO_N "(cached) $ECHO_C" >&6
16196else 15081else
16197 eval "$as_ac_Header=\$ac_header_preproc" 15082 eval "$as_ac_Header=$ac_header_preproc"
16198fi 15083fi
16199echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 15084echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16200echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 15085echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -16228,6 +15113,7 @@ else
16228echo "$as_me:$LINENO: checking $ac_header usability" >&5 15113echo "$as_me:$LINENO: checking $ac_header usability" >&5
16229echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 15114echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
16230cat >conftest.$ac_ext <<_ACEOF 15115cat >conftest.$ac_ext <<_ACEOF
15116#line $LINENO "configure"
16231/* confdefs.h. */ 15117/* confdefs.h. */
16232_ACEOF 15118_ACEOF
16233cat confdefs.h >>conftest.$ac_ext 15119cat confdefs.h >>conftest.$ac_ext
@@ -16238,20 +15124,11 @@ $ac_includes_default
16238_ACEOF 15124_ACEOF
16239rm -f conftest.$ac_objext 15125rm -f conftest.$ac_objext
16240if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 15126if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16241 (eval $ac_compile) 2>conftest.er1 15127 (eval $ac_compile) 2>&5
16242 ac_status=$? 15128 ac_status=$?
16243 grep -v '^ *+' conftest.er1 >conftest.err
16244 rm -f conftest.er1
16245 cat conftest.err >&5
16246 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16247 (exit $ac_status); } && 15130 (exit $ac_status); } &&
16248 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15131 { ac_try='test -s conftest.$ac_objext'
16249 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16250 (eval $ac_try) 2>&5
16251 ac_status=$?
16252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16253 (exit $ac_status); }; } &&
16254 { ac_try='test -s conftest.$ac_objext'
16255 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15132 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16256 (eval $ac_try) 2>&5 15133 (eval $ac_try) 2>&5
16257 ac_status=$? 15134 ac_status=$?
@@ -16264,7 +15141,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
16264 15141
16265ac_header_compiler=no 15142ac_header_compiler=no
16266fi 15143fi
16267rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 15144rm -f conftest.$ac_objext conftest.$ac_ext
16268echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 15145echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16269echo "${ECHO_T}$ac_header_compiler" >&6 15146echo "${ECHO_T}$ac_header_compiler" >&6
16270 15147
@@ -16272,6 +15149,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
16272echo "$as_me:$LINENO: checking $ac_header presence" >&5 15149echo "$as_me:$LINENO: checking $ac_header presence" >&5
16273echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 15150echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
16274cat >conftest.$ac_ext <<_ACEOF 15151cat >conftest.$ac_ext <<_ACEOF
15152#line $LINENO "configure"
16275/* confdefs.h. */ 15153/* confdefs.h. */
16276_ACEOF 15154_ACEOF
16277cat confdefs.h >>conftest.$ac_ext 15155cat confdefs.h >>conftest.$ac_ext
@@ -16289,7 +15167,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16289 (exit $ac_status); } >/dev/null; then 15167 (exit $ac_status); } >/dev/null; then
16290 if test -s conftest.err; then 15168 if test -s conftest.err; then
16291 ac_cpp_err=$ac_c_preproc_warn_flag 15169 ac_cpp_err=$ac_c_preproc_warn_flag
16292 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
16293 else 15170 else
16294 ac_cpp_err= 15171 ac_cpp_err=
16295 fi 15172 fi
@@ -16309,32 +15186,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16309echo "${ECHO_T}$ac_header_preproc" >&6 15186echo "${ECHO_T}$ac_header_preproc" >&6
16310 15187
16311# So? What about this header? 15188# So? What about this header?
16312case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 15189case $ac_header_compiler:$ac_header_preproc in
16313 yes:no: ) 15190 yes:no )
16314 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 15191 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16315echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 15192echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16316 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 15193 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16317echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 15194echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16318 ac_header_preproc=yes 15195 (
15196 cat <<\_ASBOX
15197## ------------------------------------ ##
15198## Report this to bug-autoconf@gnu.org. ##
15199## ------------------------------------ ##
15200_ASBOX
15201 ) |
15202 sed "s/^/$as_me: WARNING: /" >&2
16319 ;; 15203 ;;
16320 no:yes:* ) 15204 no:yes )
16321 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 15205 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16322echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 15206echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16323 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 15207 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16324echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 15208echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16325 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16326echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16327 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16328echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16329 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 15209 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16330echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 15210echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16331 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16332echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16333 ( 15211 (
16334 cat <<\_ASBOX 15212 cat <<\_ASBOX
16335## ------------------------------------------ ## 15213## ------------------------------------ ##
16336## Report this to the AC_PACKAGE_NAME lists. ## 15214## Report this to bug-autoconf@gnu.org. ##
16337## ------------------------------------------ ## 15215## ------------------------------------ ##
16338_ASBOX 15216_ASBOX
16339 ) | 15217 ) |
16340 sed "s/^/$as_me: WARNING: /" >&2 15218 sed "s/^/$as_me: WARNING: /" >&2
@@ -16345,7 +15223,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16345if eval "test \"\${$as_ac_Header+set}\" = set"; then 15223if eval "test \"\${$as_ac_Header+set}\" = set"; then
16346 echo $ECHO_N "(cached) $ECHO_C" >&6 15224 echo $ECHO_N "(cached) $ECHO_C" >&6
16347else 15225else
16348 eval "$as_ac_Header=\$ac_header_preproc" 15226 eval "$as_ac_Header=$ac_header_preproc"
16349fi 15227fi
16350echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 15228echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16351echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 15229echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -16361,6 +15239,7 @@ if test "${ac_cv_member_struct_nlist_n_un_n_name+set}" = set; then
16361 echo $ECHO_N "(cached) $ECHO_C" >&6 15239 echo $ECHO_N "(cached) $ECHO_C" >&6
16362else 15240else
16363 cat >conftest.$ac_ext <<_ACEOF 15241 cat >conftest.$ac_ext <<_ACEOF
15242#line $LINENO "configure"
16364/* confdefs.h. */ 15243/* confdefs.h. */
16365_ACEOF 15244_ACEOF
16366cat confdefs.h >>conftest.$ac_ext 15245cat confdefs.h >>conftest.$ac_ext
@@ -16380,20 +15259,11 @@ return 0;
16380_ACEOF 15259_ACEOF
16381rm -f conftest.$ac_objext 15260rm -f conftest.$ac_objext
16382if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 15261if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16383 (eval $ac_compile) 2>conftest.er1 15262 (eval $ac_compile) 2>&5
16384 ac_status=$? 15263 ac_status=$?
16385 grep -v '^ *+' conftest.er1 >conftest.err
16386 rm -f conftest.er1
16387 cat conftest.err >&5
16388 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16389 (exit $ac_status); } && 15265 (exit $ac_status); } &&
16390 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15266 { ac_try='test -s conftest.$ac_objext'
16391 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16392 (eval $ac_try) 2>&5
16393 ac_status=$?
16394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16395 (exit $ac_status); }; } &&
16396 { ac_try='test -s conftest.$ac_objext'
16397 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15267 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16398 (eval $ac_try) 2>&5 15268 (eval $ac_try) 2>&5
16399 ac_status=$? 15269 ac_status=$?
@@ -16405,6 +15275,7 @@ else
16405sed 's/^/| /' conftest.$ac_ext >&5 15275sed 's/^/| /' conftest.$ac_ext >&5
16406 15276
16407cat >conftest.$ac_ext <<_ACEOF 15277cat >conftest.$ac_ext <<_ACEOF
15278#line $LINENO "configure"
16408/* confdefs.h. */ 15279/* confdefs.h. */
16409_ACEOF 15280_ACEOF
16410cat confdefs.h >>conftest.$ac_ext 15281cat confdefs.h >>conftest.$ac_ext
@@ -16424,20 +15295,11 @@ return 0;
16424_ACEOF 15295_ACEOF
16425rm -f conftest.$ac_objext 15296rm -f conftest.$ac_objext
16426if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 15297if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16427 (eval $ac_compile) 2>conftest.er1 15298 (eval $ac_compile) 2>&5
16428 ac_status=$? 15299 ac_status=$?
16429 grep -v '^ *+' conftest.er1 >conftest.err
16430 rm -f conftest.er1
16431 cat conftest.err >&5
16432 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16433 (exit $ac_status); } && 15301 (exit $ac_status); } &&
16434 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15302 { ac_try='test -s conftest.$ac_objext'
16435 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16436 (eval $ac_try) 2>&5
16437 ac_status=$?
16438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16439 (exit $ac_status); }; } &&
16440 { ac_try='test -s conftest.$ac_objext'
16441 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15303 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16442 (eval $ac_try) 2>&5 15304 (eval $ac_try) 2>&5
16443 ac_status=$? 15305 ac_status=$?
@@ -16450,9 +15312,9 @@ sed 's/^/| /' conftest.$ac_ext >&5
16450 15312
16451ac_cv_member_struct_nlist_n_un_n_name=no 15313ac_cv_member_struct_nlist_n_un_n_name=no
16452fi 15314fi
16453rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 15315rm -f conftest.$ac_objext conftest.$ac_ext
16454fi 15316fi
16455rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 15317rm -f conftest.$ac_objext conftest.$ac_ext
16456fi 15318fi
16457echo "$as_me:$LINENO: result: $ac_cv_member_struct_nlist_n_un_n_name" >&5 15319echo "$as_me:$LINENO: result: $ac_cv_member_struct_nlist_n_un_n_name" >&5
16458echo "${ECHO_T}$ac_cv_member_struct_nlist_n_un_n_name" >&6 15320echo "${ECHO_T}$ac_cv_member_struct_nlist_n_un_n_name" >&6
@@ -16485,6 +15347,7 @@ if test "${ac_cv_func_getloadavg_setgid+set}" = set; then
16485 echo $ECHO_N "(cached) $ECHO_C" >&6 15347 echo $ECHO_N "(cached) $ECHO_C" >&6
16486else 15348else
16487 cat >conftest.$ac_ext <<_ACEOF 15349 cat >conftest.$ac_ext <<_ACEOF
15350#line $LINENO "configure"
16488/* confdefs.h. */ 15351/* confdefs.h. */
16489_ACEOF 15352_ACEOF
16490cat confdefs.h >>conftest.$ac_ext 15353cat confdefs.h >>conftest.$ac_ext
@@ -16528,7 +15391,7 @@ else
16528 # If we got an error (system does not support symlinks), try without -L. 15391 # If we got an error (system does not support symlinks), try without -L.
16529 test -z "$ac_ls_output" && ac_ls_output=`ls -lg /dev/kmem` 15392 test -z "$ac_ls_output" && ac_ls_output=`ls -lg /dev/kmem`
16530 ac_cv_group_kmem=`echo $ac_ls_output \ 15393 ac_cv_group_kmem=`echo $ac_ls_output \
16531 | sed -ne 's/[ ][ ]*/ /g; 15394 | sed -ne 's/[ ][ ]*/ /g;
16532 s/^.[sSrwx-]* *[0-9]* *\([^0-9]*\) *.*/\1/; 15395 s/^.[sSrwx-]* *[0-9]* *\([^0-9]*\) *.*/\1/;
16533 / /s/.* //;p;'` 15396 / /s/.* //;p;'`
16534 15397
@@ -16554,6 +15417,7 @@ else
16554 while :; do 15417 while :; do
16555 ac_cv_sys_largefile_source=no 15418 ac_cv_sys_largefile_source=no
16556 cat >conftest.$ac_ext <<_ACEOF 15419 cat >conftest.$ac_ext <<_ACEOF
15420#line $LINENO "configure"
16557/* confdefs.h. */ 15421/* confdefs.h. */
16558_ACEOF 15422_ACEOF
16559cat confdefs.h >>conftest.$ac_ext 15423cat confdefs.h >>conftest.$ac_ext
@@ -16570,20 +15434,11 @@ return !fseeko;
16570_ACEOF 15434_ACEOF
16571rm -f conftest.$ac_objext 15435rm -f conftest.$ac_objext
16572if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 15436if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16573 (eval $ac_compile) 2>conftest.er1 15437 (eval $ac_compile) 2>&5
16574 ac_status=$? 15438 ac_status=$?
16575 grep -v '^ *+' conftest.er1 >conftest.err
16576 rm -f conftest.er1
16577 cat conftest.err >&5
16578 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16579 (exit $ac_status); } && 15440 (exit $ac_status); } &&
16580 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15441 { ac_try='test -s conftest.$ac_objext'
16581 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16582 (eval $ac_try) 2>&5
16583 ac_status=$?
16584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16585 (exit $ac_status); }; } &&
16586 { ac_try='test -s conftest.$ac_objext'
16587 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15442 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16588 (eval $ac_try) 2>&5 15443 (eval $ac_try) 2>&5
16589 ac_status=$? 15444 ac_status=$?
@@ -16595,8 +15450,9 @@ else
16595sed 's/^/| /' conftest.$ac_ext >&5 15450sed 's/^/| /' conftest.$ac_ext >&5
16596 15451
16597fi 15452fi
16598rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 15453rm -f conftest.$ac_objext conftest.$ac_ext
16599 cat >conftest.$ac_ext <<_ACEOF 15454 cat >conftest.$ac_ext <<_ACEOF
15455#line $LINENO "configure"
16600/* confdefs.h. */ 15456/* confdefs.h. */
16601_ACEOF 15457_ACEOF
16602cat confdefs.h >>conftest.$ac_ext 15458cat confdefs.h >>conftest.$ac_ext
@@ -16614,20 +15470,11 @@ return !fseeko;
16614_ACEOF 15470_ACEOF
16615rm -f conftest.$ac_objext 15471rm -f conftest.$ac_objext
16616if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 15472if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16617 (eval $ac_compile) 2>conftest.er1 15473 (eval $ac_compile) 2>&5
16618 ac_status=$? 15474 ac_status=$?
16619 grep -v '^ *+' conftest.er1 >conftest.err
16620 rm -f conftest.er1
16621 cat conftest.err >&5
16622 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16623 (exit $ac_status); } && 15476 (exit $ac_status); } &&
16624 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15477 { ac_try='test -s conftest.$ac_objext'
16625 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16626 (eval $ac_try) 2>&5
16627 ac_status=$?
16628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16629 (exit $ac_status); }; } &&
16630 { ac_try='test -s conftest.$ac_objext'
16631 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15478 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16632 (eval $ac_try) 2>&5 15479 (eval $ac_try) 2>&5
16633 ac_status=$? 15480 ac_status=$?
@@ -16639,7 +15486,7 @@ else
16639sed 's/^/| /' conftest.$ac_ext >&5 15486sed 's/^/| /' conftest.$ac_ext >&5
16640 15487
16641fi 15488fi
16642rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 15489rm -f conftest.$ac_objext conftest.$ac_ext
16643 break 15490 break
16644done 15491done
16645fi 15492fi
@@ -16663,6 +15510,7 @@ if test "${ac_cv_func_fseeko+set}" = set; then
16663 echo $ECHO_N "(cached) $ECHO_C" >&6 15510 echo $ECHO_N "(cached) $ECHO_C" >&6
16664else 15511else
16665 cat >conftest.$ac_ext <<_ACEOF 15512 cat >conftest.$ac_ext <<_ACEOF
15513#line $LINENO "configure"
16666/* confdefs.h. */ 15514/* confdefs.h. */
16667_ACEOF 15515_ACEOF
16668cat confdefs.h >>conftest.$ac_ext 15516cat confdefs.h >>conftest.$ac_ext
@@ -16679,20 +15527,11 @@ return fseeko && fseeko (stdin, 0, 0);
16679_ACEOF 15527_ACEOF
16680rm -f conftest.$ac_objext conftest$ac_exeext 15528rm -f conftest.$ac_objext conftest$ac_exeext
16681if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 15529if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16682 (eval $ac_link) 2>conftest.er1 15530 (eval $ac_link) 2>&5
16683 ac_status=$? 15531 ac_status=$?
16684 grep -v '^ *+' conftest.er1 >conftest.err
16685 rm -f conftest.er1
16686 cat conftest.err >&5
16687 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16688 (exit $ac_status); } && 15533 (exit $ac_status); } &&
16689 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15534 { ac_try='test -s conftest$ac_exeext'
16690 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16691 (eval $ac_try) 2>&5
16692 ac_status=$?
16693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16694 (exit $ac_status); }; } &&
16695 { ac_try='test -s conftest$ac_exeext'
16696 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15535 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16697 (eval $ac_try) 2>&5 15536 (eval $ac_try) 2>&5
16698 ac_status=$? 15537 ac_status=$?
@@ -16705,8 +15544,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
16705 15544
16706ac_cv_func_fseeko=no 15545ac_cv_func_fseeko=no
16707fi 15546fi
16708rm -f conftest.err conftest.$ac_objext \ 15547rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
16709 conftest$ac_exeext conftest.$ac_ext
16710fi 15548fi
16711echo "$as_me:$LINENO: result: $ac_cv_func_fseeko" >&5 15549echo "$as_me:$LINENO: result: $ac_cv_func_fseeko" >&5
16712echo "${ECHO_T}$ac_cv_func_fseeko" >&6 15550echo "${ECHO_T}$ac_cv_func_fseeko" >&6
@@ -16726,6 +15564,7 @@ if test "${ac_cv_func_getpgrp_void+set}" = set; then
16726else 15564else
16727 # Use it with a single arg. 15565 # Use it with a single arg.
16728cat >conftest.$ac_ext <<_ACEOF 15566cat >conftest.$ac_ext <<_ACEOF
15567#line $LINENO "configure"
16729/* confdefs.h. */ 15568/* confdefs.h. */
16730_ACEOF 15569_ACEOF
16731cat confdefs.h >>conftest.$ac_ext 15570cat confdefs.h >>conftest.$ac_ext
@@ -16742,20 +15581,11 @@ getpgrp (0);
16742_ACEOF 15581_ACEOF
16743rm -f conftest.$ac_objext 15582rm -f conftest.$ac_objext
16744if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 15583if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16745 (eval $ac_compile) 2>conftest.er1 15584 (eval $ac_compile) 2>&5
16746 ac_status=$? 15585 ac_status=$?
16747 grep -v '^ *+' conftest.er1 >conftest.err
16748 rm -f conftest.er1
16749 cat conftest.err >&5
16750 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16751 (exit $ac_status); } && 15587 (exit $ac_status); } &&
16752 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15588 { ac_try='test -s conftest.$ac_objext'
16753 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16754 (eval $ac_try) 2>&5
16755 ac_status=$?
16756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16757 (exit $ac_status); }; } &&
16758 { ac_try='test -s conftest.$ac_objext'
16759 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15589 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16760 (eval $ac_try) 2>&5 15590 (eval $ac_try) 2>&5
16761 ac_status=$? 15591 ac_status=$?
@@ -16768,7 +15598,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
16768 15598
16769ac_cv_func_getpgrp_void=yes 15599ac_cv_func_getpgrp_void=yes
16770fi 15600fi
16771rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 15601rm -f conftest.$ac_objext conftest.$ac_ext
16772 15602
16773fi 15603fi
16774echo "$as_me:$LINENO: result: $ac_cv_func_getpgrp_void" >&5 15604echo "$as_me:$LINENO: result: $ac_cv_func_getpgrp_void" >&5
@@ -16792,28 +15622,21 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
16792 echo $ECHO_N "(cached) $ECHO_C" >&6 15622 echo $ECHO_N "(cached) $ECHO_C" >&6
16793else 15623else
16794 cat >conftest.$ac_ext <<_ACEOF 15624 cat >conftest.$ac_ext <<_ACEOF
15625#line $LINENO "configure"
16795/* confdefs.h. */ 15626/* confdefs.h. */
16796_ACEOF 15627_ACEOF
16797cat confdefs.h >>conftest.$ac_ext 15628cat confdefs.h >>conftest.$ac_ext
16798cat >>conftest.$ac_ext <<_ACEOF 15629cat >>conftest.$ac_ext <<_ACEOF
16799/* end confdefs.h. */ 15630/* end confdefs.h. */
16800/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
16801 For example, HP-UX 11i <limits.h> declares gettimeofday. */
16802#define $ac_func innocuous_$ac_func
16803
16804/* System header to define __stub macros and hopefully few prototypes, 15631/* System header to define __stub macros and hopefully few prototypes,
16805 which can conflict with char $ac_func (); below. 15632 which can conflict with char $ac_func (); below.
16806 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 15633 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16807 <limits.h> exists even on freestanding compilers. */ 15634 <limits.h> exists even on freestanding compilers. */
16808
16809#ifdef __STDC__ 15635#ifdef __STDC__
16810# include <limits.h> 15636# include <limits.h>
16811#else 15637#else
16812# include <assert.h> 15638# include <assert.h>
16813#endif 15639#endif
16814
16815#undef $ac_func
16816
16817/* Override any gcc2 internal prototype to avoid an error. */ 15640/* Override any gcc2 internal prototype to avoid an error. */
16818#ifdef __cplusplus 15641#ifdef __cplusplus
16819extern "C" 15642extern "C"
@@ -16844,20 +15667,11 @@ return f != $ac_func;
16844_ACEOF 15667_ACEOF
16845rm -f conftest.$ac_objext conftest$ac_exeext 15668rm -f conftest.$ac_objext conftest$ac_exeext
16846if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 15669if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16847 (eval $ac_link) 2>conftest.er1 15670 (eval $ac_link) 2>&5
16848 ac_status=$? 15671 ac_status=$?
16849 grep -v '^ *+' conftest.er1 >conftest.err
16850 rm -f conftest.er1
16851 cat conftest.err >&5
16852 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16853 (exit $ac_status); } && 15673 (exit $ac_status); } &&
16854 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15674 { ac_try='test -s conftest$ac_exeext'
16855 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16856 (eval $ac_try) 2>&5
16857 ac_status=$?
16858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16859 (exit $ac_status); }; } &&
16860 { ac_try='test -s conftest$ac_exeext'
16861 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15675 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16862 (eval $ac_try) 2>&5 15676 (eval $ac_try) 2>&5
16863 ac_status=$? 15677 ac_status=$?
@@ -16870,8 +15684,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
16870 15684
16871eval "$as_ac_var=no" 15685eval "$as_ac_var=no"
16872fi 15686fi
16873rm -f conftest.err conftest.$ac_objext \ 15687rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
16874 conftest$ac_exeext conftest.$ac_ext
16875fi 15688fi
16876echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 15689echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
16877echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 15690echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -16890,6 +15703,7 @@ else
16890 ac_check_lib_save_LIBS=$LIBS 15703 ac_check_lib_save_LIBS=$LIBS
16891LIBS="-lintl $LIBS" 15704LIBS="-lintl $LIBS"
16892cat >conftest.$ac_ext <<_ACEOF 15705cat >conftest.$ac_ext <<_ACEOF
15706#line $LINENO "configure"
16893/* confdefs.h. */ 15707/* confdefs.h. */
16894_ACEOF 15708_ACEOF
16895cat confdefs.h >>conftest.$ac_ext 15709cat confdefs.h >>conftest.$ac_ext
@@ -16913,20 +15727,11 @@ strftime ();
16913_ACEOF 15727_ACEOF
16914rm -f conftest.$ac_objext conftest$ac_exeext 15728rm -f conftest.$ac_objext conftest$ac_exeext
16915if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 15729if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16916 (eval $ac_link) 2>conftest.er1 15730 (eval $ac_link) 2>&5
16917 ac_status=$? 15731 ac_status=$?
16918 grep -v '^ *+' conftest.er1 >conftest.err
16919 rm -f conftest.er1
16920 cat conftest.err >&5
16921 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16922 (exit $ac_status); } && 15733 (exit $ac_status); } &&
16923 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15734 { ac_try='test -s conftest$ac_exeext'
16924 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16925 (eval $ac_try) 2>&5
16926 ac_status=$?
16927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16928 (exit $ac_status); }; } &&
16929 { ac_try='test -s conftest$ac_exeext'
16930 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15735 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16931 (eval $ac_try) 2>&5 15736 (eval $ac_try) 2>&5
16932 ac_status=$? 15737 ac_status=$?
@@ -16939,8 +15744,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
16939 15744
16940ac_cv_lib_intl_strftime=no 15745ac_cv_lib_intl_strftime=no
16941fi 15746fi
16942rm -f conftest.err conftest.$ac_objext \ 15747rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
16943 conftest$ac_exeext conftest.$ac_ext
16944LIBS=$ac_check_lib_save_LIBS 15748LIBS=$ac_check_lib_save_LIBS
16945fi 15749fi
16946echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5 15750echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5
@@ -16968,28 +15772,21 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
16968 echo $ECHO_N "(cached) $ECHO_C" >&6 15772 echo $ECHO_N "(cached) $ECHO_C" >&6
16969else 15773else
16970 cat >conftest.$ac_ext <<_ACEOF 15774 cat >conftest.$ac_ext <<_ACEOF
15775#line $LINENO "configure"
16971/* confdefs.h. */ 15776/* confdefs.h. */
16972_ACEOF 15777_ACEOF
16973cat confdefs.h >>conftest.$ac_ext 15778cat confdefs.h >>conftest.$ac_ext
16974cat >>conftest.$ac_ext <<_ACEOF 15779cat >>conftest.$ac_ext <<_ACEOF
16975/* end confdefs.h. */ 15780/* end confdefs.h. */
16976/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
16977 For example, HP-UX 11i <limits.h> declares gettimeofday. */
16978#define $ac_func innocuous_$ac_func
16979
16980/* System header to define __stub macros and hopefully few prototypes, 15781/* System header to define __stub macros and hopefully few prototypes,
16981 which can conflict with char $ac_func (); below. 15782 which can conflict with char $ac_func (); below.
16982 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 15783 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16983 <limits.h> exists even on freestanding compilers. */ 15784 <limits.h> exists even on freestanding compilers. */
16984
16985#ifdef __STDC__ 15785#ifdef __STDC__
16986# include <limits.h> 15786# include <limits.h>
16987#else 15787#else
16988# include <assert.h> 15788# include <assert.h>
16989#endif 15789#endif
16990
16991#undef $ac_func
16992
16993/* Override any gcc2 internal prototype to avoid an error. */ 15790/* Override any gcc2 internal prototype to avoid an error. */
16994#ifdef __cplusplus 15791#ifdef __cplusplus
16995extern "C" 15792extern "C"
@@ -17020,20 +15817,11 @@ return f != $ac_func;
17020_ACEOF 15817_ACEOF
17021rm -f conftest.$ac_objext conftest$ac_exeext 15818rm -f conftest.$ac_objext conftest$ac_exeext
17022if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 15819if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17023 (eval $ac_link) 2>conftest.er1 15820 (eval $ac_link) 2>&5
17024 ac_status=$? 15821 ac_status=$?
17025 grep -v '^ *+' conftest.er1 >conftest.err
17026 rm -f conftest.er1
17027 cat conftest.err >&5
17028 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17029 (exit $ac_status); } && 15823 (exit $ac_status); } &&
17030 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15824 { ac_try='test -s conftest$ac_exeext'
17031 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17032 (eval $ac_try) 2>&5
17033 ac_status=$?
17034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17035 (exit $ac_status); }; } &&
17036 { ac_try='test -s conftest$ac_exeext'
17037 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15825 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17038 (eval $ac_try) 2>&5 15826 (eval $ac_try) 2>&5
17039 ac_status=$? 15827 ac_status=$?
@@ -17046,8 +15834,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
17046 15834
17047eval "$as_ac_var=no" 15835eval "$as_ac_var=no"
17048fi 15836fi
17049rm -f conftest.err conftest.$ac_objext \ 15837rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
17050 conftest$ac_exeext conftest.$ac_ext
17051fi 15838fi
17052echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 15839echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
17053echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 15840echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -17071,28 +15858,21 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
17071 echo $ECHO_N "(cached) $ECHO_C" >&6 15858 echo $ECHO_N "(cached) $ECHO_C" >&6
17072else 15859else
17073 cat >conftest.$ac_ext <<_ACEOF 15860 cat >conftest.$ac_ext <<_ACEOF
15861#line $LINENO "configure"
17074/* confdefs.h. */ 15862/* confdefs.h. */
17075_ACEOF 15863_ACEOF
17076cat confdefs.h >>conftest.$ac_ext 15864cat confdefs.h >>conftest.$ac_ext
17077cat >>conftest.$ac_ext <<_ACEOF 15865cat >>conftest.$ac_ext <<_ACEOF
17078/* end confdefs.h. */ 15866/* end confdefs.h. */
17079/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17080 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17081#define $ac_func innocuous_$ac_func
17082
17083/* System header to define __stub macros and hopefully few prototypes, 15867/* System header to define __stub macros and hopefully few prototypes,
17084 which can conflict with char $ac_func (); below. 15868 which can conflict with char $ac_func (); below.
17085 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 15869 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17086 <limits.h> exists even on freestanding compilers. */ 15870 <limits.h> exists even on freestanding compilers. */
17087
17088#ifdef __STDC__ 15871#ifdef __STDC__
17089# include <limits.h> 15872# include <limits.h>
17090#else 15873#else
17091# include <assert.h> 15874# include <assert.h>
17092#endif 15875#endif
17093
17094#undef $ac_func
17095
17096/* Override any gcc2 internal prototype to avoid an error. */ 15876/* Override any gcc2 internal prototype to avoid an error. */
17097#ifdef __cplusplus 15877#ifdef __cplusplus
17098extern "C" 15878extern "C"
@@ -17123,20 +15903,11 @@ return f != $ac_func;
17123_ACEOF 15903_ACEOF
17124rm -f conftest.$ac_objext conftest$ac_exeext 15904rm -f conftest.$ac_objext conftest$ac_exeext
17125if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 15905if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17126 (eval $ac_link) 2>conftest.er1 15906 (eval $ac_link) 2>&5
17127 ac_status=$? 15907 ac_status=$?
17128 grep -v '^ *+' conftest.er1 >conftest.err
17129 rm -f conftest.er1
17130 cat conftest.err >&5
17131 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17132 (exit $ac_status); } && 15909 (exit $ac_status); } &&
17133 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15910 { ac_try='test -s conftest$ac_exeext'
17134 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17135 (eval $ac_try) 2>&5
17136 ac_status=$?
17137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17138 (exit $ac_status); }; } &&
17139 { ac_try='test -s conftest$ac_exeext'
17140 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15911 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17141 (eval $ac_try) 2>&5 15912 (eval $ac_try) 2>&5
17142 ac_status=$? 15913 ac_status=$?
@@ -17149,8 +15920,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
17149 15920
17150eval "$as_ac_var=no" 15921eval "$as_ac_var=no"
17151fi 15922fi
17152rm -f conftest.err conftest.$ac_objext \ 15923rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
17153 conftest$ac_exeext conftest.$ac_ext
17154fi 15924fi
17155echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 15925echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
17156echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 15926echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -17176,6 +15946,7 @@ else
17176 ac_check_lib_save_LIBS=$LIBS 15946 ac_check_lib_save_LIBS=$LIBS
17177LIBS="-lncurses $LIBS" 15947LIBS="-lncurses $LIBS"
17178cat >conftest.$ac_ext <<_ACEOF 15948cat >conftest.$ac_ext <<_ACEOF
15949#line $LINENO "configure"
17179/* confdefs.h. */ 15950/* confdefs.h. */
17180_ACEOF 15951_ACEOF
17181cat confdefs.h >>conftest.$ac_ext 15952cat confdefs.h >>conftest.$ac_ext
@@ -17199,20 +15970,11 @@ tparm ();
17199_ACEOF 15970_ACEOF
17200rm -f conftest.$ac_objext conftest$ac_exeext 15971rm -f conftest.$ac_objext conftest$ac_exeext
17201if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 15972if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17202 (eval $ac_link) 2>conftest.er1 15973 (eval $ac_link) 2>&5
17203 ac_status=$? 15974 ac_status=$?
17204 grep -v '^ *+' conftest.er1 >conftest.err
17205 rm -f conftest.er1
17206 cat conftest.err >&5
17207 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17208 (exit $ac_status); } && 15976 (exit $ac_status); } &&
17209 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15977 { ac_try='test -s conftest$ac_exeext'
17210 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17211 (eval $ac_try) 2>&5
17212 ac_status=$?
17213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17214 (exit $ac_status); }; } &&
17215 { ac_try='test -s conftest$ac_exeext'
17216 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15978 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17217 (eval $ac_try) 2>&5 15979 (eval $ac_try) 2>&5
17218 ac_status=$? 15980 ac_status=$?
@@ -17225,8 +15987,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
17225 15987
17226ac_cv_lib_ncurses_tparm=no 15988ac_cv_lib_ncurses_tparm=no
17227fi 15989fi
17228rm -f conftest.err conftest.$ac_objext \ 15990rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
17229 conftest$ac_exeext conftest.$ac_ext
17230LIBS=$ac_check_lib_save_LIBS 15991LIBS=$ac_check_lib_save_LIBS
17231fi 15992fi
17232echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_tparm" >&5 15993echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_tparm" >&5
@@ -17251,28 +16012,21 @@ if test "${ac_cv_func_res_send+set}" = set; then
17251 echo $ECHO_N "(cached) $ECHO_C" >&6 16012 echo $ECHO_N "(cached) $ECHO_C" >&6
17252else 16013else
17253 cat >conftest.$ac_ext <<_ACEOF 16014 cat >conftest.$ac_ext <<_ACEOF
16015#line $LINENO "configure"
17254/* confdefs.h. */ 16016/* confdefs.h. */
17255_ACEOF 16017_ACEOF
17256cat confdefs.h >>conftest.$ac_ext 16018cat confdefs.h >>conftest.$ac_ext
17257cat >>conftest.$ac_ext <<_ACEOF 16019cat >>conftest.$ac_ext <<_ACEOF
17258/* end confdefs.h. */ 16020/* end confdefs.h. */
17259/* Define res_send to an innocuous variant, in case <limits.h> declares res_send.
17260 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17261#define res_send innocuous_res_send
17262
17263/* System header to define __stub macros and hopefully few prototypes, 16021/* System header to define __stub macros and hopefully few prototypes,
17264 which can conflict with char res_send (); below. 16022 which can conflict with char res_send (); below.
17265 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 16023 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17266 <limits.h> exists even on freestanding compilers. */ 16024 <limits.h> exists even on freestanding compilers. */
17267
17268#ifdef __STDC__ 16025#ifdef __STDC__
17269# include <limits.h> 16026# include <limits.h>
17270#else 16027#else
17271# include <assert.h> 16028# include <assert.h>
17272#endif 16029#endif
17273
17274#undef res_send
17275
17276/* Override any gcc2 internal prototype to avoid an error. */ 16030/* Override any gcc2 internal prototype to avoid an error. */
17277#ifdef __cplusplus 16031#ifdef __cplusplus
17278extern "C" 16032extern "C"
@@ -17303,20 +16057,11 @@ return f != res_send;
17303_ACEOF 16057_ACEOF
17304rm -f conftest.$ac_objext conftest$ac_exeext 16058rm -f conftest.$ac_objext conftest$ac_exeext
17305if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 16059if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17306 (eval $ac_link) 2>conftest.er1 16060 (eval $ac_link) 2>&5
17307 ac_status=$? 16061 ac_status=$?
17308 grep -v '^ *+' conftest.er1 >conftest.err
17309 rm -f conftest.er1
17310 cat conftest.err >&5
17311 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17312 (exit $ac_status); } && 16063 (exit $ac_status); } &&
17313 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16064 { ac_try='test -s conftest$ac_exeext'
17314 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17315 (eval $ac_try) 2>&5
17316 ac_status=$?
17317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17318 (exit $ac_status); }; } &&
17319 { ac_try='test -s conftest$ac_exeext'
17320 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16065 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17321 (eval $ac_try) 2>&5 16066 (eval $ac_try) 2>&5
17322 ac_status=$? 16067 ac_status=$?
@@ -17329,8 +16074,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
17329 16074
17330ac_cv_func_res_send=no 16075ac_cv_func_res_send=no
17331fi 16076fi
17332rm -f conftest.err conftest.$ac_objext \ 16077rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
17333 conftest$ac_exeext conftest.$ac_ext
17334fi 16078fi
17335echo "$as_me:$LINENO: result: $ac_cv_func_res_send" >&5 16079echo "$as_me:$LINENO: result: $ac_cv_func_res_send" >&5
17336echo "${ECHO_T}$ac_cv_func_res_send" >&6 16080echo "${ECHO_T}$ac_cv_func_res_send" >&6
@@ -17343,28 +16087,21 @@ if test "${ac_cv_func___res_send+set}" = set; then
17343 echo $ECHO_N "(cached) $ECHO_C" >&6 16087 echo $ECHO_N "(cached) $ECHO_C" >&6
17344else 16088else
17345 cat >conftest.$ac_ext <<_ACEOF 16089 cat >conftest.$ac_ext <<_ACEOF
16090#line $LINENO "configure"
17346/* confdefs.h. */ 16091/* confdefs.h. */
17347_ACEOF 16092_ACEOF
17348cat confdefs.h >>conftest.$ac_ext 16093cat confdefs.h >>conftest.$ac_ext
17349cat >>conftest.$ac_ext <<_ACEOF 16094cat >>conftest.$ac_ext <<_ACEOF
17350/* end confdefs.h. */ 16095/* end confdefs.h. */
17351/* Define __res_send to an innocuous variant, in case <limits.h> declares __res_send.
17352 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17353#define __res_send innocuous___res_send
17354
17355/* System header to define __stub macros and hopefully few prototypes, 16096/* System header to define __stub macros and hopefully few prototypes,
17356 which can conflict with char __res_send (); below. 16097 which can conflict with char __res_send (); below.
17357 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 16098 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17358 <limits.h> exists even on freestanding compilers. */ 16099 <limits.h> exists even on freestanding compilers. */
17359
17360#ifdef __STDC__ 16100#ifdef __STDC__
17361# include <limits.h> 16101# include <limits.h>
17362#else 16102#else
17363# include <assert.h> 16103# include <assert.h>
17364#endif 16104#endif
17365
17366#undef __res_send
17367
17368/* Override any gcc2 internal prototype to avoid an error. */ 16105/* Override any gcc2 internal prototype to avoid an error. */
17369#ifdef __cplusplus 16106#ifdef __cplusplus
17370extern "C" 16107extern "C"
@@ -17395,20 +16132,11 @@ return f != __res_send;
17395_ACEOF 16132_ACEOF
17396rm -f conftest.$ac_objext conftest$ac_exeext 16133rm -f conftest.$ac_objext conftest$ac_exeext
17397if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 16134if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17398 (eval $ac_link) 2>conftest.er1 16135 (eval $ac_link) 2>&5
17399 ac_status=$? 16136 ac_status=$?
17400 grep -v '^ *+' conftest.er1 >conftest.err
17401 rm -f conftest.er1
17402 cat conftest.err >&5
17403 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17404 (exit $ac_status); } && 16138 (exit $ac_status); } &&
17405 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16139 { ac_try='test -s conftest$ac_exeext'
17406 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17407 (eval $ac_try) 2>&5
17408 ac_status=$?
17409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17410 (exit $ac_status); }; } &&
17411 { ac_try='test -s conftest$ac_exeext'
17412 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16140 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17413 (eval $ac_try) 2>&5 16141 (eval $ac_try) 2>&5
17414 ac_status=$? 16142 ac_status=$?
@@ -17421,8 +16149,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
17421 16149
17422ac_cv_func___res_send=no 16150ac_cv_func___res_send=no
17423fi 16151fi
17424rm -f conftest.err conftest.$ac_objext \ 16152rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
17425 conftest$ac_exeext conftest.$ac_ext
17426fi 16153fi
17427echo "$as_me:$LINENO: result: $ac_cv_func___res_send" >&5 16154echo "$as_me:$LINENO: result: $ac_cv_func___res_send" >&5
17428echo "${ECHO_T}$ac_cv_func___res_send" >&6 16155echo "${ECHO_T}$ac_cv_func___res_send" >&6
@@ -17437,6 +16164,7 @@ else
17437 ac_check_lib_save_LIBS=$LIBS 16164 ac_check_lib_save_LIBS=$LIBS
17438LIBS="-lresolv $LIBS" 16165LIBS="-lresolv $LIBS"
17439cat >conftest.$ac_ext <<_ACEOF 16166cat >conftest.$ac_ext <<_ACEOF
16167#line $LINENO "configure"
17440/* confdefs.h. */ 16168/* confdefs.h. */
17441_ACEOF 16169_ACEOF
17442cat confdefs.h >>conftest.$ac_ext 16170cat confdefs.h >>conftest.$ac_ext
@@ -17460,20 +16188,11 @@ res_send ();
17460_ACEOF 16188_ACEOF
17461rm -f conftest.$ac_objext conftest$ac_exeext 16189rm -f conftest.$ac_objext conftest$ac_exeext
17462if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 16190if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17463 (eval $ac_link) 2>conftest.er1 16191 (eval $ac_link) 2>&5
17464 ac_status=$? 16192 ac_status=$?
17465 grep -v '^ *+' conftest.er1 >conftest.err
17466 rm -f conftest.er1
17467 cat conftest.err >&5
17468 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17469 (exit $ac_status); } && 16194 (exit $ac_status); } &&
17470 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16195 { ac_try='test -s conftest$ac_exeext'
17471 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17472 (eval $ac_try) 2>&5
17473 ac_status=$?
17474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17475 (exit $ac_status); }; } &&
17476 { ac_try='test -s conftest$ac_exeext'
17477 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16196 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17478 (eval $ac_try) 2>&5 16197 (eval $ac_try) 2>&5
17479 ac_status=$? 16198 ac_status=$?
@@ -17486,8 +16205,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
17486 16205
17487ac_cv_lib_resolv_res_send=no 16206ac_cv_lib_resolv_res_send=no
17488fi 16207fi
17489rm -f conftest.err conftest.$ac_objext \ 16208rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
17490 conftest$ac_exeext conftest.$ac_ext
17491LIBS=$ac_check_lib_save_LIBS 16209LIBS=$ac_check_lib_save_LIBS
17492fi 16210fi
17493echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_send" >&5 16211echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_send" >&5
@@ -17503,6 +16221,7 @@ else
17503 ac_check_lib_save_LIBS=$LIBS 16221 ac_check_lib_save_LIBS=$LIBS
17504LIBS="-lresolv $LIBS" 16222LIBS="-lresolv $LIBS"
17505cat >conftest.$ac_ext <<_ACEOF 16223cat >conftest.$ac_ext <<_ACEOF
16224#line $LINENO "configure"
17506/* confdefs.h. */ 16225/* confdefs.h. */
17507_ACEOF 16226_ACEOF
17508cat confdefs.h >>conftest.$ac_ext 16227cat confdefs.h >>conftest.$ac_ext
@@ -17526,20 +16245,11 @@ __res_send ();
17526_ACEOF 16245_ACEOF
17527rm -f conftest.$ac_objext conftest$ac_exeext 16246rm -f conftest.$ac_objext conftest$ac_exeext
17528if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 16247if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17529 (eval $ac_link) 2>conftest.er1 16248 (eval $ac_link) 2>&5
17530 ac_status=$? 16249 ac_status=$?
17531 grep -v '^ *+' conftest.er1 >conftest.err
17532 rm -f conftest.er1
17533 cat conftest.err >&5
17534 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17535 (exit $ac_status); } && 16251 (exit $ac_status); } &&
17536 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16252 { ac_try='test -s conftest$ac_exeext'
17537 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17538 (eval $ac_try) 2>&5
17539 ac_status=$?
17540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17541 (exit $ac_status); }; } &&
17542 { ac_try='test -s conftest$ac_exeext'
17543 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16253 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17544 (eval $ac_try) 2>&5 16254 (eval $ac_try) 2>&5
17545 ac_status=$? 16255 ac_status=$?
@@ -17552,8 +16262,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
17552 16262
17553ac_cv_lib_resolv___res_send=no 16263ac_cv_lib_resolv___res_send=no
17554fi 16264fi
17555rm -f conftest.err conftest.$ac_objext \ 16265rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
17556 conftest$ac_exeext conftest.$ac_ext
17557LIBS=$ac_check_lib_save_LIBS 16266LIBS=$ac_check_lib_save_LIBS
17558fi 16267fi
17559echo "$as_me:$LINENO: result: $ac_cv_lib_resolv___res_send" >&5 16268echo "$as_me:$LINENO: result: $ac_cv_lib_resolv___res_send" >&5
@@ -17584,28 +16293,21 @@ if test "${ac_cv_func_hes_getmailhost+set}" = set; then
17584 echo $ECHO_N "(cached) $ECHO_C" >&6 16293 echo $ECHO_N "(cached) $ECHO_C" >&6
17585else 16294else
17586 cat >conftest.$ac_ext <<_ACEOF 16295 cat >conftest.$ac_ext <<_ACEOF
16296#line $LINENO "configure"
17587/* confdefs.h. */ 16297/* confdefs.h. */
17588_ACEOF 16298_ACEOF
17589cat confdefs.h >>conftest.$ac_ext 16299cat confdefs.h >>conftest.$ac_ext
17590cat >>conftest.$ac_ext <<_ACEOF 16300cat >>conftest.$ac_ext <<_ACEOF
17591/* end confdefs.h. */ 16301/* end confdefs.h. */
17592/* Define hes_getmailhost to an innocuous variant, in case <limits.h> declares hes_getmailhost.
17593 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17594#define hes_getmailhost innocuous_hes_getmailhost
17595
17596/* System header to define __stub macros and hopefully few prototypes, 16302/* System header to define __stub macros and hopefully few prototypes,
17597 which can conflict with char hes_getmailhost (); below. 16303 which can conflict with char hes_getmailhost (); below.
17598 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 16304 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17599 <limits.h> exists even on freestanding compilers. */ 16305 <limits.h> exists even on freestanding compilers. */
17600
17601#ifdef __STDC__ 16306#ifdef __STDC__
17602# include <limits.h> 16307# include <limits.h>
17603#else 16308#else
17604# include <assert.h> 16309# include <assert.h>
17605#endif 16310#endif
17606
17607#undef hes_getmailhost
17608
17609/* Override any gcc2 internal prototype to avoid an error. */ 16311/* Override any gcc2 internal prototype to avoid an error. */
17610#ifdef __cplusplus 16312#ifdef __cplusplus
17611extern "C" 16313extern "C"
@@ -17636,20 +16338,11 @@ return f != hes_getmailhost;
17636_ACEOF 16338_ACEOF
17637rm -f conftest.$ac_objext conftest$ac_exeext 16339rm -f conftest.$ac_objext conftest$ac_exeext
17638if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 16340if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17639 (eval $ac_link) 2>conftest.er1 16341 (eval $ac_link) 2>&5
17640 ac_status=$? 16342 ac_status=$?
17641 grep -v '^ *+' conftest.er1 >conftest.err
17642 rm -f conftest.er1
17643 cat conftest.err >&5
17644 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17645 (exit $ac_status); } && 16344 (exit $ac_status); } &&
17646 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16345 { ac_try='test -s conftest$ac_exeext'
17647 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17648 (eval $ac_try) 2>&5
17649 ac_status=$?
17650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17651 (exit $ac_status); }; } &&
17652 { ac_try='test -s conftest$ac_exeext'
17653 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16346 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17654 (eval $ac_try) 2>&5 16347 (eval $ac_try) 2>&5
17655 ac_status=$? 16348 ac_status=$?
@@ -17662,8 +16355,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
17662 16355
17663ac_cv_func_hes_getmailhost=no 16356ac_cv_func_hes_getmailhost=no
17664fi 16357fi
17665rm -f conftest.err conftest.$ac_objext \ 16358rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
17666 conftest$ac_exeext conftest.$ac_ext
17667fi 16359fi
17668echo "$as_me:$LINENO: result: $ac_cv_func_hes_getmailhost" >&5 16360echo "$as_me:$LINENO: result: $ac_cv_func_hes_getmailhost" >&5
17669echo "${ECHO_T}$ac_cv_func_hes_getmailhost" >&6 16361echo "${ECHO_T}$ac_cv_func_hes_getmailhost" >&6
@@ -17678,6 +16370,7 @@ else
17678 ac_check_lib_save_LIBS=$LIBS 16370 ac_check_lib_save_LIBS=$LIBS
17679LIBS="-lhesiod $RESOLVLIB $LIBS" 16371LIBS="-lhesiod $RESOLVLIB $LIBS"
17680cat >conftest.$ac_ext <<_ACEOF 16372cat >conftest.$ac_ext <<_ACEOF
16373#line $LINENO "configure"
17681/* confdefs.h. */ 16374/* confdefs.h. */
17682_ACEOF 16375_ACEOF
17683cat confdefs.h >>conftest.$ac_ext 16376cat confdefs.h >>conftest.$ac_ext
@@ -17701,20 +16394,11 @@ hes_getmailhost ();
17701_ACEOF 16394_ACEOF
17702rm -f conftest.$ac_objext conftest$ac_exeext 16395rm -f conftest.$ac_objext conftest$ac_exeext
17703if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 16396if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17704 (eval $ac_link) 2>conftest.er1 16397 (eval $ac_link) 2>&5
17705 ac_status=$? 16398 ac_status=$?
17706 grep -v '^ *+' conftest.er1 >conftest.err
17707 rm -f conftest.er1
17708 cat conftest.err >&5
17709 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17710 (exit $ac_status); } && 16400 (exit $ac_status); } &&
17711 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16401 { ac_try='test -s conftest$ac_exeext'
17712 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17713 (eval $ac_try) 2>&5
17714 ac_status=$?
17715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17716 (exit $ac_status); }; } &&
17717 { ac_try='test -s conftest$ac_exeext'
17718 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16402 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17719 (eval $ac_try) 2>&5 16403 (eval $ac_try) 2>&5
17720 ac_status=$? 16404 ac_status=$?
@@ -17727,8 +16411,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
17727 16411
17728ac_cv_lib_hesiod_hes_getmailhost=no 16412ac_cv_lib_hesiod_hes_getmailhost=no
17729fi 16413fi
17730rm -f conftest.err conftest.$ac_objext \ 16414rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
17731 conftest$ac_exeext conftest.$ac_ext
17732LIBS=$ac_check_lib_save_LIBS 16415LIBS=$ac_check_lib_save_LIBS
17733fi 16416fi
17734echo "$as_me:$LINENO: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5 16417echo "$as_me:$LINENO: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5
@@ -17758,6 +16441,7 @@ else
17758 ac_check_lib_save_LIBS=$LIBS 16441 ac_check_lib_save_LIBS=$LIBS
17759LIBS="-lcom_err $LIBS" 16442LIBS="-lcom_err $LIBS"
17760cat >conftest.$ac_ext <<_ACEOF 16443cat >conftest.$ac_ext <<_ACEOF
16444#line $LINENO "configure"
17761/* confdefs.h. */ 16445/* confdefs.h. */
17762_ACEOF 16446_ACEOF
17763cat confdefs.h >>conftest.$ac_ext 16447cat confdefs.h >>conftest.$ac_ext
@@ -17781,20 +16465,11 @@ com_err ();
17781_ACEOF 16465_ACEOF
17782rm -f conftest.$ac_objext conftest$ac_exeext 16466rm -f conftest.$ac_objext conftest$ac_exeext
17783if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 16467if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17784 (eval $ac_link) 2>conftest.er1 16468 (eval $ac_link) 2>&5
17785 ac_status=$? 16469 ac_status=$?
17786 grep -v '^ *+' conftest.er1 >conftest.err
17787 rm -f conftest.er1
17788 cat conftest.err >&5
17789 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17790 (exit $ac_status); } && 16471 (exit $ac_status); } &&
17791 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16472 { ac_try='test -s conftest$ac_exeext'
17792 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17793 (eval $ac_try) 2>&5
17794 ac_status=$?
17795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17796 (exit $ac_status); }; } &&
17797 { ac_try='test -s conftest$ac_exeext'
17798 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16473 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17799 (eval $ac_try) 2>&5 16474 (eval $ac_try) 2>&5
17800 ac_status=$? 16475 ac_status=$?
@@ -17807,8 +16482,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
17807 16482
17808ac_cv_lib_com_err_com_err=no 16483ac_cv_lib_com_err_com_err=no
17809fi 16484fi
17810rm -f conftest.err conftest.$ac_objext \ 16485rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
17811 conftest$ac_exeext conftest.$ac_ext
17812LIBS=$ac_check_lib_save_LIBS 16486LIBS=$ac_check_lib_save_LIBS
17813fi 16487fi
17814echo "$as_me:$LINENO: result: $ac_cv_lib_com_err_com_err" >&5 16488echo "$as_me:$LINENO: result: $ac_cv_lib_com_err_com_err" >&5
@@ -17831,6 +16505,7 @@ else
17831 ac_check_lib_save_LIBS=$LIBS 16505 ac_check_lib_save_LIBS=$LIBS
17832LIBS="-lk5crypto $LIBS" 16506LIBS="-lk5crypto $LIBS"
17833cat >conftest.$ac_ext <<_ACEOF 16507cat >conftest.$ac_ext <<_ACEOF
16508#line $LINENO "configure"
17834/* confdefs.h. */ 16509/* confdefs.h. */
17835_ACEOF 16510_ACEOF
17836cat confdefs.h >>conftest.$ac_ext 16511cat confdefs.h >>conftest.$ac_ext
@@ -17854,20 +16529,11 @@ mit_des_cbc_encrypt ();
17854_ACEOF 16529_ACEOF
17855rm -f conftest.$ac_objext conftest$ac_exeext 16530rm -f conftest.$ac_objext conftest$ac_exeext
17856if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 16531if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17857 (eval $ac_link) 2>conftest.er1 16532 (eval $ac_link) 2>&5
17858 ac_status=$? 16533 ac_status=$?
17859 grep -v '^ *+' conftest.er1 >conftest.err
17860 rm -f conftest.er1
17861 cat conftest.err >&5
17862 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17863 (exit $ac_status); } && 16535 (exit $ac_status); } &&
17864 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16536 { ac_try='test -s conftest$ac_exeext'
17865 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17866 (eval $ac_try) 2>&5
17867 ac_status=$?
17868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17869 (exit $ac_status); }; } &&
17870 { ac_try='test -s conftest$ac_exeext'
17871 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16537 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17872 (eval $ac_try) 2>&5 16538 (eval $ac_try) 2>&5
17873 ac_status=$? 16539 ac_status=$?
@@ -17880,8 +16546,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
17880 16546
17881ac_cv_lib_k5crypto_mit_des_cbc_encrypt=no 16547ac_cv_lib_k5crypto_mit_des_cbc_encrypt=no
17882fi 16548fi
17883rm -f conftest.err conftest.$ac_objext \ 16549rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
17884 conftest$ac_exeext conftest.$ac_ext
17885LIBS=$ac_check_lib_save_LIBS 16550LIBS=$ac_check_lib_save_LIBS
17886fi 16551fi
17887echo "$as_me:$LINENO: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5 16552echo "$as_me:$LINENO: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5
@@ -17904,6 +16569,7 @@ else
17904 ac_check_lib_save_LIBS=$LIBS 16569 ac_check_lib_save_LIBS=$LIBS
17905LIBS="-lcrypto $LIBS" 16570LIBS="-lcrypto $LIBS"
17906cat >conftest.$ac_ext <<_ACEOF 16571cat >conftest.$ac_ext <<_ACEOF
16572#line $LINENO "configure"
17907/* confdefs.h. */ 16573/* confdefs.h. */
17908_ACEOF 16574_ACEOF
17909cat confdefs.h >>conftest.$ac_ext 16575cat confdefs.h >>conftest.$ac_ext
@@ -17927,20 +16593,11 @@ mit_des_cbc_encrypt ();
17927_ACEOF 16593_ACEOF
17928rm -f conftest.$ac_objext conftest$ac_exeext 16594rm -f conftest.$ac_objext conftest$ac_exeext
17929if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 16595if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17930 (eval $ac_link) 2>conftest.er1 16596 (eval $ac_link) 2>&5
17931 ac_status=$? 16597 ac_status=$?
17932 grep -v '^ *+' conftest.er1 >conftest.err
17933 rm -f conftest.er1
17934 cat conftest.err >&5
17935 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17936 (exit $ac_status); } && 16599 (exit $ac_status); } &&
17937 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16600 { ac_try='test -s conftest$ac_exeext'
17938 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17939 (eval $ac_try) 2>&5
17940 ac_status=$?
17941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17942 (exit $ac_status); }; } &&
17943 { ac_try='test -s conftest$ac_exeext'
17944 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16601 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17945 (eval $ac_try) 2>&5 16602 (eval $ac_try) 2>&5
17946 ac_status=$? 16603 ac_status=$?
@@ -17953,8 +16610,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
17953 16610
17954ac_cv_lib_crypto_mit_des_cbc_encrypt=no 16611ac_cv_lib_crypto_mit_des_cbc_encrypt=no
17955fi 16612fi
17956rm -f conftest.err conftest.$ac_objext \ 16613rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
17957 conftest$ac_exeext conftest.$ac_ext
17958LIBS=$ac_check_lib_save_LIBS 16614LIBS=$ac_check_lib_save_LIBS
17959fi 16615fi
17960echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5 16616echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5
@@ -17977,6 +16633,7 @@ else
17977 ac_check_lib_save_LIBS=$LIBS 16633 ac_check_lib_save_LIBS=$LIBS
17978LIBS="-lkrb5 $LIBS" 16634LIBS="-lkrb5 $LIBS"
17979cat >conftest.$ac_ext <<_ACEOF 16635cat >conftest.$ac_ext <<_ACEOF
16636#line $LINENO "configure"
17980/* confdefs.h. */ 16637/* confdefs.h. */
17981_ACEOF 16638_ACEOF
17982cat confdefs.h >>conftest.$ac_ext 16639cat confdefs.h >>conftest.$ac_ext
@@ -18000,20 +16657,11 @@ krb5_init_context ();
18000_ACEOF 16657_ACEOF
18001rm -f conftest.$ac_objext conftest$ac_exeext 16658rm -f conftest.$ac_objext conftest$ac_exeext
18002if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 16659if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18003 (eval $ac_link) 2>conftest.er1 16660 (eval $ac_link) 2>&5
18004 ac_status=$? 16661 ac_status=$?
18005 grep -v '^ *+' conftest.er1 >conftest.err
18006 rm -f conftest.er1
18007 cat conftest.err >&5
18008 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18009 (exit $ac_status); } && 16663 (exit $ac_status); } &&
18010 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16664 { ac_try='test -s conftest$ac_exeext'
18011 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18012 (eval $ac_try) 2>&5
18013 ac_status=$?
18014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18015 (exit $ac_status); }; } &&
18016 { ac_try='test -s conftest$ac_exeext'
18017 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16665 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18018 (eval $ac_try) 2>&5 16666 (eval $ac_try) 2>&5
18019 ac_status=$? 16667 ac_status=$?
@@ -18026,8 +16674,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
18026 16674
18027ac_cv_lib_krb5_krb5_init_context=no 16675ac_cv_lib_krb5_krb5_init_context=no
18028fi 16676fi
18029rm -f conftest.err conftest.$ac_objext \ 16677rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
18030 conftest$ac_exeext conftest.$ac_ext
18031LIBS=$ac_check_lib_save_LIBS 16678LIBS=$ac_check_lib_save_LIBS
18032fi 16679fi
18033echo "$as_me:$LINENO: result: $ac_cv_lib_krb5_krb5_init_context" >&5 16680echo "$as_me:$LINENO: result: $ac_cv_lib_krb5_krb5_init_context" >&5
@@ -18051,6 +16698,7 @@ else
18051 ac_check_lib_save_LIBS=$LIBS 16698 ac_check_lib_save_LIBS=$LIBS
18052LIBS="-ldes425 $LIBS" 16699LIBS="-ldes425 $LIBS"
18053cat >conftest.$ac_ext <<_ACEOF 16700cat >conftest.$ac_ext <<_ACEOF
16701#line $LINENO "configure"
18054/* confdefs.h. */ 16702/* confdefs.h. */
18055_ACEOF 16703_ACEOF
18056cat confdefs.h >>conftest.$ac_ext 16704cat confdefs.h >>conftest.$ac_ext
@@ -18074,20 +16722,11 @@ des_cbc_encrypt ();
18074_ACEOF 16722_ACEOF
18075rm -f conftest.$ac_objext conftest$ac_exeext 16723rm -f conftest.$ac_objext conftest$ac_exeext
18076if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 16724if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18077 (eval $ac_link) 2>conftest.er1 16725 (eval $ac_link) 2>&5
18078 ac_status=$? 16726 ac_status=$?
18079 grep -v '^ *+' conftest.er1 >conftest.err
18080 rm -f conftest.er1
18081 cat conftest.err >&5
18082 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16727 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18083 (exit $ac_status); } && 16728 (exit $ac_status); } &&
18084 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16729 { ac_try='test -s conftest$ac_exeext'
18085 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18086 (eval $ac_try) 2>&5
18087 ac_status=$?
18088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18089 (exit $ac_status); }; } &&
18090 { ac_try='test -s conftest$ac_exeext'
18091 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16730 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18092 (eval $ac_try) 2>&5 16731 (eval $ac_try) 2>&5
18093 ac_status=$? 16732 ac_status=$?
@@ -18100,8 +16739,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
18100 16739
18101ac_cv_lib_des425_des_cbc_encrypt=no 16740ac_cv_lib_des425_des_cbc_encrypt=no
18102fi 16741fi
18103rm -f conftest.err conftest.$ac_objext \ 16742rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
18104 conftest$ac_exeext conftest.$ac_ext
18105LIBS=$ac_check_lib_save_LIBS 16743LIBS=$ac_check_lib_save_LIBS
18106fi 16744fi
18107echo "$as_me:$LINENO: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5 16745echo "$as_me:$LINENO: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5
@@ -18123,6 +16761,7 @@ else
18123 ac_check_lib_save_LIBS=$LIBS 16761 ac_check_lib_save_LIBS=$LIBS
18124LIBS="-ldes $LIBS" 16762LIBS="-ldes $LIBS"
18125cat >conftest.$ac_ext <<_ACEOF 16763cat >conftest.$ac_ext <<_ACEOF
16764#line $LINENO "configure"
18126/* confdefs.h. */ 16765/* confdefs.h. */
18127_ACEOF 16766_ACEOF
18128cat confdefs.h >>conftest.$ac_ext 16767cat confdefs.h >>conftest.$ac_ext
@@ -18146,20 +16785,11 @@ des_cbc_encrypt ();
18146_ACEOF 16785_ACEOF
18147rm -f conftest.$ac_objext conftest$ac_exeext 16786rm -f conftest.$ac_objext conftest$ac_exeext
18148if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 16787if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18149 (eval $ac_link) 2>conftest.er1 16788 (eval $ac_link) 2>&5
18150 ac_status=$? 16789 ac_status=$?
18151 grep -v '^ *+' conftest.er1 >conftest.err
18152 rm -f conftest.er1
18153 cat conftest.err >&5
18154 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18155 (exit $ac_status); } && 16791 (exit $ac_status); } &&
18156 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16792 { ac_try='test -s conftest$ac_exeext'
18157 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18158 (eval $ac_try) 2>&5
18159 ac_status=$?
18160 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18161 (exit $ac_status); }; } &&
18162 { ac_try='test -s conftest$ac_exeext'
18163 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16793 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18164 (eval $ac_try) 2>&5 16794 (eval $ac_try) 2>&5
18165 ac_status=$? 16795 ac_status=$?
@@ -18172,8 +16802,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
18172 16802
18173ac_cv_lib_des_des_cbc_encrypt=no 16803ac_cv_lib_des_des_cbc_encrypt=no
18174fi 16804fi
18175rm -f conftest.err conftest.$ac_objext \ 16805rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
18176 conftest$ac_exeext conftest.$ac_ext
18177LIBS=$ac_check_lib_save_LIBS 16806LIBS=$ac_check_lib_save_LIBS
18178fi 16807fi
18179echo "$as_me:$LINENO: result: $ac_cv_lib_des_des_cbc_encrypt" >&5 16808echo "$as_me:$LINENO: result: $ac_cv_lib_des_des_cbc_encrypt" >&5
@@ -18198,6 +16827,7 @@ else
18198 ac_check_lib_save_LIBS=$LIBS 16827 ac_check_lib_save_LIBS=$LIBS
18199LIBS="-lkrb4 $LIBS" 16828LIBS="-lkrb4 $LIBS"
18200cat >conftest.$ac_ext <<_ACEOF 16829cat >conftest.$ac_ext <<_ACEOF
16830#line $LINENO "configure"
18201/* confdefs.h. */ 16831/* confdefs.h. */
18202_ACEOF 16832_ACEOF
18203cat confdefs.h >>conftest.$ac_ext 16833cat confdefs.h >>conftest.$ac_ext
@@ -18221,20 +16851,11 @@ krb_get_cred ();
18221_ACEOF 16851_ACEOF
18222rm -f conftest.$ac_objext conftest$ac_exeext 16852rm -f conftest.$ac_objext conftest$ac_exeext
18223if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 16853if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18224 (eval $ac_link) 2>conftest.er1 16854 (eval $ac_link) 2>&5
18225 ac_status=$? 16855 ac_status=$?
18226 grep -v '^ *+' conftest.er1 >conftest.err
18227 rm -f conftest.er1
18228 cat conftest.err >&5
18229 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18230 (exit $ac_status); } && 16857 (exit $ac_status); } &&
18231 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16858 { ac_try='test -s conftest$ac_exeext'
18232 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18233 (eval $ac_try) 2>&5
18234 ac_status=$?
18235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18236 (exit $ac_status); }; } &&
18237 { ac_try='test -s conftest$ac_exeext'
18238 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16859 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18239 (eval $ac_try) 2>&5 16860 (eval $ac_try) 2>&5
18240 ac_status=$? 16861 ac_status=$?
@@ -18247,8 +16868,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
18247 16868
18248ac_cv_lib_krb4_krb_get_cred=no 16869ac_cv_lib_krb4_krb_get_cred=no
18249fi 16870fi
18250rm -f conftest.err conftest.$ac_objext \ 16871rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
18251 conftest$ac_exeext conftest.$ac_ext
18252LIBS=$ac_check_lib_save_LIBS 16872LIBS=$ac_check_lib_save_LIBS
18253fi 16873fi
18254echo "$as_me:$LINENO: result: $ac_cv_lib_krb4_krb_get_cred" >&5 16874echo "$as_me:$LINENO: result: $ac_cv_lib_krb4_krb_get_cred" >&5
@@ -18270,6 +16890,7 @@ else
18270 ac_check_lib_save_LIBS=$LIBS 16890 ac_check_lib_save_LIBS=$LIBS
18271LIBS="-lkrb $LIBS" 16891LIBS="-lkrb $LIBS"
18272cat >conftest.$ac_ext <<_ACEOF 16892cat >conftest.$ac_ext <<_ACEOF
16893#line $LINENO "configure"
18273/* confdefs.h. */ 16894/* confdefs.h. */
18274_ACEOF 16895_ACEOF
18275cat confdefs.h >>conftest.$ac_ext 16896cat confdefs.h >>conftest.$ac_ext
@@ -18293,20 +16914,11 @@ krb_get_cred ();
18293_ACEOF 16914_ACEOF
18294rm -f conftest.$ac_objext conftest$ac_exeext 16915rm -f conftest.$ac_objext conftest$ac_exeext
18295if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 16916if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18296 (eval $ac_link) 2>conftest.er1 16917 (eval $ac_link) 2>&5
18297 ac_status=$? 16918 ac_status=$?
18298 grep -v '^ *+' conftest.er1 >conftest.err
18299 rm -f conftest.er1
18300 cat conftest.err >&5
18301 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18302 (exit $ac_status); } && 16920 (exit $ac_status); } &&
18303 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16921 { ac_try='test -s conftest$ac_exeext'
18304 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18305 (eval $ac_try) 2>&5
18306 ac_status=$?
18307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18308 (exit $ac_status); }; } &&
18309 { ac_try='test -s conftest$ac_exeext'
18310 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16922 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18311 (eval $ac_try) 2>&5 16923 (eval $ac_try) 2>&5
18312 ac_status=$? 16924 ac_status=$?
@@ -18319,8 +16931,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
18319 16931
18320ac_cv_lib_krb_krb_get_cred=no 16932ac_cv_lib_krb_krb_get_cred=no
18321fi 16933fi
18322rm -f conftest.err conftest.$ac_objext \ 16934rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
18323 conftest$ac_exeext conftest.$ac_ext
18324LIBS=$ac_check_lib_save_LIBS 16935LIBS=$ac_check_lib_save_LIBS
18325fi 16936fi
18326echo "$as_me:$LINENO: result: $ac_cv_lib_krb_krb_get_cred" >&5 16937echo "$as_me:$LINENO: result: $ac_cv_lib_krb_krb_get_cred" >&5
@@ -18356,6 +16967,7 @@ else
18356echo "$as_me:$LINENO: checking $ac_header usability" >&5 16967echo "$as_me:$LINENO: checking $ac_header usability" >&5
18357echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 16968echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
18358cat >conftest.$ac_ext <<_ACEOF 16969cat >conftest.$ac_ext <<_ACEOF
16970#line $LINENO "configure"
18359/* confdefs.h. */ 16971/* confdefs.h. */
18360_ACEOF 16972_ACEOF
18361cat confdefs.h >>conftest.$ac_ext 16973cat confdefs.h >>conftest.$ac_ext
@@ -18366,20 +16978,11 @@ $ac_includes_default
18366_ACEOF 16978_ACEOF
18367rm -f conftest.$ac_objext 16979rm -f conftest.$ac_objext
18368if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 16980if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18369 (eval $ac_compile) 2>conftest.er1 16981 (eval $ac_compile) 2>&5
18370 ac_status=$? 16982 ac_status=$?
18371 grep -v '^ *+' conftest.er1 >conftest.err
18372 rm -f conftest.er1
18373 cat conftest.err >&5
18374 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18375 (exit $ac_status); } && 16984 (exit $ac_status); } &&
18376 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16985 { ac_try='test -s conftest.$ac_objext'
18377 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18378 (eval $ac_try) 2>&5
18379 ac_status=$?
18380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18381 (exit $ac_status); }; } &&
18382 { ac_try='test -s conftest.$ac_objext'
18383 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16986 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18384 (eval $ac_try) 2>&5 16987 (eval $ac_try) 2>&5
18385 ac_status=$? 16988 ac_status=$?
@@ -18392,7 +16995,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
18392 16995
18393ac_header_compiler=no 16996ac_header_compiler=no
18394fi 16997fi
18395rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 16998rm -f conftest.$ac_objext conftest.$ac_ext
18396echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 16999echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18397echo "${ECHO_T}$ac_header_compiler" >&6 17000echo "${ECHO_T}$ac_header_compiler" >&6
18398 17001
@@ -18400,6 +17003,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
18400echo "$as_me:$LINENO: checking $ac_header presence" >&5 17003echo "$as_me:$LINENO: checking $ac_header presence" >&5
18401echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 17004echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
18402cat >conftest.$ac_ext <<_ACEOF 17005cat >conftest.$ac_ext <<_ACEOF
17006#line $LINENO "configure"
18403/* confdefs.h. */ 17007/* confdefs.h. */
18404_ACEOF 17008_ACEOF
18405cat confdefs.h >>conftest.$ac_ext 17009cat confdefs.h >>conftest.$ac_ext
@@ -18417,7 +17021,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18417 (exit $ac_status); } >/dev/null; then 17021 (exit $ac_status); } >/dev/null; then
18418 if test -s conftest.err; then 17022 if test -s conftest.err; then
18419 ac_cpp_err=$ac_c_preproc_warn_flag 17023 ac_cpp_err=$ac_c_preproc_warn_flag
18420 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
18421 else 17024 else
18422 ac_cpp_err= 17025 ac_cpp_err=
18423 fi 17026 fi
@@ -18437,32 +17040,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18437echo "${ECHO_T}$ac_header_preproc" >&6 17040echo "${ECHO_T}$ac_header_preproc" >&6
18438 17041
18439# So? What about this header? 17042# So? What about this header?
18440case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 17043case $ac_header_compiler:$ac_header_preproc in
18441 yes:no: ) 17044 yes:no )
18442 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 17045 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
18443echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 17046echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
18444 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 17047 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
18445echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 17048echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
18446 ac_header_preproc=yes 17049 (
17050 cat <<\_ASBOX
17051## ------------------------------------ ##
17052## Report this to bug-autoconf@gnu.org. ##
17053## ------------------------------------ ##
17054_ASBOX
17055 ) |
17056 sed "s/^/$as_me: WARNING: /" >&2
18447 ;; 17057 ;;
18448 no:yes:* ) 17058 no:yes )
18449 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 17059 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
18450echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 17060echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
18451 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 17061 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
18452echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 17062echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
18453 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
18454echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
18455 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
18456echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
18457 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 17063 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
18458echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 17064echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
18459 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
18460echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
18461 ( 17065 (
18462 cat <<\_ASBOX 17066 cat <<\_ASBOX
18463## ------------------------------------------ ## 17067## ------------------------------------ ##
18464## Report this to the AC_PACKAGE_NAME lists. ## 17068## Report this to bug-autoconf@gnu.org. ##
18465## ------------------------------------------ ## 17069## ------------------------------------ ##
18466_ASBOX 17070_ASBOX
18467 ) | 17071 ) |
18468 sed "s/^/$as_me: WARNING: /" >&2 17072 sed "s/^/$as_me: WARNING: /" >&2
@@ -18473,7 +17077,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
18473if eval "test \"\${$as_ac_Header+set}\" = set"; then 17077if eval "test \"\${$as_ac_Header+set}\" = set"; then
18474 echo $ECHO_N "(cached) $ECHO_C" >&6 17078 echo $ECHO_N "(cached) $ECHO_C" >&6
18475else 17079else
18476 eval "$as_ac_Header=\$ac_header_preproc" 17080 eval "$as_ac_Header=$ac_header_preproc"
18477fi 17081fi
18478echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 17082echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
18479echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 17083echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -18506,6 +17110,7 @@ else
18506echo "$as_me:$LINENO: checking $ac_header usability" >&5 17110echo "$as_me:$LINENO: checking $ac_header usability" >&5
18507echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 17111echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
18508cat >conftest.$ac_ext <<_ACEOF 17112cat >conftest.$ac_ext <<_ACEOF
17113#line $LINENO "configure"
18509/* confdefs.h. */ 17114/* confdefs.h. */
18510_ACEOF 17115_ACEOF
18511cat confdefs.h >>conftest.$ac_ext 17116cat confdefs.h >>conftest.$ac_ext
@@ -18516,20 +17121,11 @@ $ac_includes_default
18516_ACEOF 17121_ACEOF
18517rm -f conftest.$ac_objext 17122rm -f conftest.$ac_objext
18518if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 17123if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18519 (eval $ac_compile) 2>conftest.er1 17124 (eval $ac_compile) 2>&5
18520 ac_status=$? 17125 ac_status=$?
18521 grep -v '^ *+' conftest.er1 >conftest.err
18522 rm -f conftest.er1
18523 cat conftest.err >&5
18524 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18525 (exit $ac_status); } && 17127 (exit $ac_status); } &&
18526 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 17128 { ac_try='test -s conftest.$ac_objext'
18527 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18528 (eval $ac_try) 2>&5
18529 ac_status=$?
18530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18531 (exit $ac_status); }; } &&
18532 { ac_try='test -s conftest.$ac_objext'
18533 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17129 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18534 (eval $ac_try) 2>&5 17130 (eval $ac_try) 2>&5
18535 ac_status=$? 17131 ac_status=$?
@@ -18542,7 +17138,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
18542 17138
18543ac_header_compiler=no 17139ac_header_compiler=no
18544fi 17140fi
18545rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 17141rm -f conftest.$ac_objext conftest.$ac_ext
18546echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 17142echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18547echo "${ECHO_T}$ac_header_compiler" >&6 17143echo "${ECHO_T}$ac_header_compiler" >&6
18548 17144
@@ -18550,6 +17146,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
18550echo "$as_me:$LINENO: checking $ac_header presence" >&5 17146echo "$as_me:$LINENO: checking $ac_header presence" >&5
18551echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 17147echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
18552cat >conftest.$ac_ext <<_ACEOF 17148cat >conftest.$ac_ext <<_ACEOF
17149#line $LINENO "configure"
18553/* confdefs.h. */ 17150/* confdefs.h. */
18554_ACEOF 17151_ACEOF
18555cat confdefs.h >>conftest.$ac_ext 17152cat confdefs.h >>conftest.$ac_ext
@@ -18567,7 +17164,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18567 (exit $ac_status); } >/dev/null; then 17164 (exit $ac_status); } >/dev/null; then
18568 if test -s conftest.err; then 17165 if test -s conftest.err; then
18569 ac_cpp_err=$ac_c_preproc_warn_flag 17166 ac_cpp_err=$ac_c_preproc_warn_flag
18570 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
18571 else 17167 else
18572 ac_cpp_err= 17168 ac_cpp_err=
18573 fi 17169 fi
@@ -18587,32 +17183,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18587echo "${ECHO_T}$ac_header_preproc" >&6 17183echo "${ECHO_T}$ac_header_preproc" >&6
18588 17184
18589# So? What about this header? 17185# So? What about this header?
18590case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 17186case $ac_header_compiler:$ac_header_preproc in
18591 yes:no: ) 17187 yes:no )
18592 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 17188 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
18593echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 17189echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
18594 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 17190 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
18595echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 17191echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
18596 ac_header_preproc=yes 17192 (
17193 cat <<\_ASBOX
17194## ------------------------------------ ##
17195## Report this to bug-autoconf@gnu.org. ##
17196## ------------------------------------ ##
17197_ASBOX
17198 ) |
17199 sed "s/^/$as_me: WARNING: /" >&2
18597 ;; 17200 ;;
18598 no:yes:* ) 17201 no:yes )
18599 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 17202 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
18600echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 17203echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
18601 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 17204 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
18602echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 17205echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
18603 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
18604echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
18605 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
18606echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
18607 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 17206 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
18608echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 17207echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
18609 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
18610echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
18611 ( 17208 (
18612 cat <<\_ASBOX 17209 cat <<\_ASBOX
18613## ------------------------------------------ ## 17210## ------------------------------------ ##
18614## Report this to the AC_PACKAGE_NAME lists. ## 17211## Report this to bug-autoconf@gnu.org. ##
18615## ------------------------------------------ ## 17212## ------------------------------------ ##
18616_ASBOX 17213_ASBOX
18617 ) | 17214 ) |
18618 sed "s/^/$as_me: WARNING: /" >&2 17215 sed "s/^/$as_me: WARNING: /" >&2
@@ -18623,7 +17220,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
18623if eval "test \"\${$as_ac_Header+set}\" = set"; then 17220if eval "test \"\${$as_ac_Header+set}\" = set"; then
18624 echo $ECHO_N "(cached) $ECHO_C" >&6 17221 echo $ECHO_N "(cached) $ECHO_C" >&6
18625else 17222else
18626 eval "$as_ac_Header=\$ac_header_preproc" 17223 eval "$as_ac_Header=$ac_header_preproc"
18627fi 17224fi
18628echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 17225echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
18629echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 17226echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -18652,6 +17249,7 @@ else
18652echo "$as_me:$LINENO: checking $ac_header usability" >&5 17249echo "$as_me:$LINENO: checking $ac_header usability" >&5
18653echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 17250echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
18654cat >conftest.$ac_ext <<_ACEOF 17251cat >conftest.$ac_ext <<_ACEOF
17252#line $LINENO "configure"
18655/* confdefs.h. */ 17253/* confdefs.h. */
18656_ACEOF 17254_ACEOF
18657cat confdefs.h >>conftest.$ac_ext 17255cat confdefs.h >>conftest.$ac_ext
@@ -18662,20 +17260,11 @@ $ac_includes_default
18662_ACEOF 17260_ACEOF
18663rm -f conftest.$ac_objext 17261rm -f conftest.$ac_objext
18664if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 17262if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18665 (eval $ac_compile) 2>conftest.er1 17263 (eval $ac_compile) 2>&5
18666 ac_status=$? 17264 ac_status=$?
18667 grep -v '^ *+' conftest.er1 >conftest.err
18668 rm -f conftest.er1
18669 cat conftest.err >&5
18670 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18671 (exit $ac_status); } && 17266 (exit $ac_status); } &&
18672 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 17267 { ac_try='test -s conftest.$ac_objext'
18673 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18674 (eval $ac_try) 2>&5
18675 ac_status=$?
18676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18677 (exit $ac_status); }; } &&
18678 { ac_try='test -s conftest.$ac_objext'
18679 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17268 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18680 (eval $ac_try) 2>&5 17269 (eval $ac_try) 2>&5
18681 ac_status=$? 17270 ac_status=$?
@@ -18688,7 +17277,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
18688 17277
18689ac_header_compiler=no 17278ac_header_compiler=no
18690fi 17279fi
18691rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 17280rm -f conftest.$ac_objext conftest.$ac_ext
18692echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 17281echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18693echo "${ECHO_T}$ac_header_compiler" >&6 17282echo "${ECHO_T}$ac_header_compiler" >&6
18694 17283
@@ -18696,6 +17285,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
18696echo "$as_me:$LINENO: checking $ac_header presence" >&5 17285echo "$as_me:$LINENO: checking $ac_header presence" >&5
18697echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 17286echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
18698cat >conftest.$ac_ext <<_ACEOF 17287cat >conftest.$ac_ext <<_ACEOF
17288#line $LINENO "configure"
18699/* confdefs.h. */ 17289/* confdefs.h. */
18700_ACEOF 17290_ACEOF
18701cat confdefs.h >>conftest.$ac_ext 17291cat confdefs.h >>conftest.$ac_ext
@@ -18713,7 +17303,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18713 (exit $ac_status); } >/dev/null; then 17303 (exit $ac_status); } >/dev/null; then
18714 if test -s conftest.err; then 17304 if test -s conftest.err; then
18715 ac_cpp_err=$ac_c_preproc_warn_flag 17305 ac_cpp_err=$ac_c_preproc_warn_flag
18716 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
18717 else 17306 else
18718 ac_cpp_err= 17307 ac_cpp_err=
18719 fi 17308 fi
@@ -18733,32 +17322,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18733echo "${ECHO_T}$ac_header_preproc" >&6 17322echo "${ECHO_T}$ac_header_preproc" >&6
18734 17323
18735# So? What about this header? 17324# So? What about this header?
18736case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 17325case $ac_header_compiler:$ac_header_preproc in
18737 yes:no: ) 17326 yes:no )
18738 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 17327 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
18739echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 17328echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
18740 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 17329 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
18741echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 17330echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
18742 ac_header_preproc=yes 17331 (
17332 cat <<\_ASBOX
17333## ------------------------------------ ##
17334## Report this to bug-autoconf@gnu.org. ##
17335## ------------------------------------ ##
17336_ASBOX
17337 ) |
17338 sed "s/^/$as_me: WARNING: /" >&2
18743 ;; 17339 ;;
18744 no:yes:* ) 17340 no:yes )
18745 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 17341 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
18746echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 17342echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
18747 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 17343 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
18748echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 17344echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
18749 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
18750echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
18751 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
18752echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
18753 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 17345 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
18754echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 17346echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
18755 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
18756echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
18757 ( 17347 (
18758 cat <<\_ASBOX 17348 cat <<\_ASBOX
18759## ------------------------------------------ ## 17349## ------------------------------------ ##
18760## Report this to the AC_PACKAGE_NAME lists. ## 17350## Report this to bug-autoconf@gnu.org. ##
18761## ------------------------------------------ ## 17351## ------------------------------------ ##
18762_ASBOX 17352_ASBOX
18763 ) | 17353 ) |
18764 sed "s/^/$as_me: WARNING: /" >&2 17354 sed "s/^/$as_me: WARNING: /" >&2
@@ -18769,7 +17359,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
18769if eval "test \"\${$as_ac_Header+set}\" = set"; then 17359if eval "test \"\${$as_ac_Header+set}\" = set"; then
18770 echo $ECHO_N "(cached) $ECHO_C" >&6 17360 echo $ECHO_N "(cached) $ECHO_C" >&6
18771else 17361else
18772 eval "$as_ac_Header=\$ac_header_preproc" 17362 eval "$as_ac_Header=$ac_header_preproc"
18773fi 17363fi
18774echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 17364echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
18775echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 17365echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -18798,6 +17388,7 @@ else
18798echo "$as_me:$LINENO: checking $ac_header usability" >&5 17388echo "$as_me:$LINENO: checking $ac_header usability" >&5
18799echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 17389echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
18800cat >conftest.$ac_ext <<_ACEOF 17390cat >conftest.$ac_ext <<_ACEOF
17391#line $LINENO "configure"
18801/* confdefs.h. */ 17392/* confdefs.h. */
18802_ACEOF 17393_ACEOF
18803cat confdefs.h >>conftest.$ac_ext 17394cat confdefs.h >>conftest.$ac_ext
@@ -18808,20 +17399,11 @@ $ac_includes_default
18808_ACEOF 17399_ACEOF
18809rm -f conftest.$ac_objext 17400rm -f conftest.$ac_objext
18810if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 17401if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18811 (eval $ac_compile) 2>conftest.er1 17402 (eval $ac_compile) 2>&5
18812 ac_status=$? 17403 ac_status=$?
18813 grep -v '^ *+' conftest.er1 >conftest.err
18814 rm -f conftest.er1
18815 cat conftest.err >&5
18816 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18817 (exit $ac_status); } && 17405 (exit $ac_status); } &&
18818 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 17406 { ac_try='test -s conftest.$ac_objext'
18819 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18820 (eval $ac_try) 2>&5
18821 ac_status=$?
18822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18823 (exit $ac_status); }; } &&
18824 { ac_try='test -s conftest.$ac_objext'
18825 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17407 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18826 (eval $ac_try) 2>&5 17408 (eval $ac_try) 2>&5
18827 ac_status=$? 17409 ac_status=$?
@@ -18834,7 +17416,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
18834 17416
18835ac_header_compiler=no 17417ac_header_compiler=no
18836fi 17418fi
18837rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 17419rm -f conftest.$ac_objext conftest.$ac_ext
18838echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 17420echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18839echo "${ECHO_T}$ac_header_compiler" >&6 17421echo "${ECHO_T}$ac_header_compiler" >&6
18840 17422
@@ -18842,6 +17424,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
18842echo "$as_me:$LINENO: checking $ac_header presence" >&5 17424echo "$as_me:$LINENO: checking $ac_header presence" >&5
18843echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 17425echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
18844cat >conftest.$ac_ext <<_ACEOF 17426cat >conftest.$ac_ext <<_ACEOF
17427#line $LINENO "configure"
18845/* confdefs.h. */ 17428/* confdefs.h. */
18846_ACEOF 17429_ACEOF
18847cat confdefs.h >>conftest.$ac_ext 17430cat confdefs.h >>conftest.$ac_ext
@@ -18859,7 +17442,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18859 (exit $ac_status); } >/dev/null; then 17442 (exit $ac_status); } >/dev/null; then
18860 if test -s conftest.err; then 17443 if test -s conftest.err; then
18861 ac_cpp_err=$ac_c_preproc_warn_flag 17444 ac_cpp_err=$ac_c_preproc_warn_flag
18862 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
18863 else 17445 else
18864 ac_cpp_err= 17446 ac_cpp_err=
18865 fi 17447 fi
@@ -18879,32 +17461,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18879echo "${ECHO_T}$ac_header_preproc" >&6 17461echo "${ECHO_T}$ac_header_preproc" >&6
18880 17462
18881# So? What about this header? 17463# So? What about this header?
18882case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 17464case $ac_header_compiler:$ac_header_preproc in
18883 yes:no: ) 17465 yes:no )
18884 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 17466 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
18885echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 17467echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
18886 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 17468 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
18887echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 17469echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
18888 ac_header_preproc=yes 17470 (
17471 cat <<\_ASBOX
17472## ------------------------------------ ##
17473## Report this to bug-autoconf@gnu.org. ##
17474## ------------------------------------ ##
17475_ASBOX
17476 ) |
17477 sed "s/^/$as_me: WARNING: /" >&2
18889 ;; 17478 ;;
18890 no:yes:* ) 17479 no:yes )
18891 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 17480 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
18892echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 17481echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
18893 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 17482 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
18894echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 17483echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
18895 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
18896echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
18897 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
18898echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
18899 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 17484 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
18900echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 17485echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
18901 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
18902echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
18903 ( 17486 (
18904 cat <<\_ASBOX 17487 cat <<\_ASBOX
18905## ------------------------------------------ ## 17488## ------------------------------------ ##
18906## Report this to the AC_PACKAGE_NAME lists. ## 17489## Report this to bug-autoconf@gnu.org. ##
18907## ------------------------------------------ ## 17490## ------------------------------------ ##
18908_ASBOX 17491_ASBOX
18909 ) | 17492 ) |
18910 sed "s/^/$as_me: WARNING: /" >&2 17493 sed "s/^/$as_me: WARNING: /" >&2
@@ -18915,7 +17498,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
18915if eval "test \"\${$as_ac_Header+set}\" = set"; then 17498if eval "test \"\${$as_ac_Header+set}\" = set"; then
18916 echo $ECHO_N "(cached) $ECHO_C" >&6 17499 echo $ECHO_N "(cached) $ECHO_C" >&6
18917else 17500else
18918 eval "$as_ac_Header=\$ac_header_preproc" 17501 eval "$as_ac_Header=$ac_header_preproc"
18919fi 17502fi
18920echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 17503echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
18921echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 17504echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -18955,6 +17538,7 @@ else
18955echo "$as_me:$LINENO: checking $ac_header usability" >&5 17538echo "$as_me:$LINENO: checking $ac_header usability" >&5
18956echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 17539echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
18957cat >conftest.$ac_ext <<_ACEOF 17540cat >conftest.$ac_ext <<_ACEOF
17541#line $LINENO "configure"
18958/* confdefs.h. */ 17542/* confdefs.h. */
18959_ACEOF 17543_ACEOF
18960cat confdefs.h >>conftest.$ac_ext 17544cat confdefs.h >>conftest.$ac_ext
@@ -18965,20 +17549,11 @@ $ac_includes_default
18965_ACEOF 17549_ACEOF
18966rm -f conftest.$ac_objext 17550rm -f conftest.$ac_objext
18967if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 17551if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18968 (eval $ac_compile) 2>conftest.er1 17552 (eval $ac_compile) 2>&5
18969 ac_status=$? 17553 ac_status=$?
18970 grep -v '^ *+' conftest.er1 >conftest.err
18971 rm -f conftest.er1
18972 cat conftest.err >&5
18973 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18974 (exit $ac_status); } && 17555 (exit $ac_status); } &&
18975 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 17556 { ac_try='test -s conftest.$ac_objext'
18976 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18977 (eval $ac_try) 2>&5
18978 ac_status=$?
18979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18980 (exit $ac_status); }; } &&
18981 { ac_try='test -s conftest.$ac_objext'
18982 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17557 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18983 (eval $ac_try) 2>&5 17558 (eval $ac_try) 2>&5
18984 ac_status=$? 17559 ac_status=$?
@@ -18991,7 +17566,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
18991 17566
18992ac_header_compiler=no 17567ac_header_compiler=no
18993fi 17568fi
18994rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 17569rm -f conftest.$ac_objext conftest.$ac_ext
18995echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 17570echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18996echo "${ECHO_T}$ac_header_compiler" >&6 17571echo "${ECHO_T}$ac_header_compiler" >&6
18997 17572
@@ -18999,6 +17574,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
18999echo "$as_me:$LINENO: checking $ac_header presence" >&5 17574echo "$as_me:$LINENO: checking $ac_header presence" >&5
19000echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 17575echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
19001cat >conftest.$ac_ext <<_ACEOF 17576cat >conftest.$ac_ext <<_ACEOF
17577#line $LINENO "configure"
19002/* confdefs.h. */ 17578/* confdefs.h. */
19003_ACEOF 17579_ACEOF
19004cat confdefs.h >>conftest.$ac_ext 17580cat confdefs.h >>conftest.$ac_ext
@@ -19016,7 +17592,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
19016 (exit $ac_status); } >/dev/null; then 17592 (exit $ac_status); } >/dev/null; then
19017 if test -s conftest.err; then 17593 if test -s conftest.err; then
19018 ac_cpp_err=$ac_c_preproc_warn_flag 17594 ac_cpp_err=$ac_c_preproc_warn_flag
19019 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
19020 else 17595 else
19021 ac_cpp_err= 17596 ac_cpp_err=
19022 fi 17597 fi
@@ -19036,32 +17611,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19036echo "${ECHO_T}$ac_header_preproc" >&6 17611echo "${ECHO_T}$ac_header_preproc" >&6
19037 17612
19038# So? What about this header? 17613# So? What about this header?
19039case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 17614case $ac_header_compiler:$ac_header_preproc in
19040 yes:no: ) 17615 yes:no )
19041 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 17616 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
19042echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 17617echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
19043 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 17618 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
19044echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 17619echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
19045 ac_header_preproc=yes 17620 (
17621 cat <<\_ASBOX
17622## ------------------------------------ ##
17623## Report this to bug-autoconf@gnu.org. ##
17624## ------------------------------------ ##
17625_ASBOX
17626 ) |
17627 sed "s/^/$as_me: WARNING: /" >&2
19046 ;; 17628 ;;
19047 no:yes:* ) 17629 no:yes )
19048 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 17630 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
19049echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 17631echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
19050 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 17632 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
19051echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 17633echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
19052 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
19053echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
19054 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
19055echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
19056 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 17634 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
19057echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 17635echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
19058 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
19059echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
19060 ( 17636 (
19061 cat <<\_ASBOX 17637 cat <<\_ASBOX
19062## ------------------------------------------ ## 17638## ------------------------------------ ##
19063## Report this to the AC_PACKAGE_NAME lists. ## 17639## Report this to bug-autoconf@gnu.org. ##
19064## ------------------------------------------ ## 17640## ------------------------------------ ##
19065_ASBOX 17641_ASBOX
19066 ) | 17642 ) |
19067 sed "s/^/$as_me: WARNING: /" >&2 17643 sed "s/^/$as_me: WARNING: /" >&2
@@ -19072,7 +17648,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
19072if eval "test \"\${$as_ac_Header+set}\" = set"; then 17648if eval "test \"\${$as_ac_Header+set}\" = set"; then
19073 echo $ECHO_N "(cached) $ECHO_C" >&6 17649 echo $ECHO_N "(cached) $ECHO_C" >&6
19074else 17650else
19075 eval "$as_ac_Header=\$ac_header_preproc" 17651 eval "$as_ac_Header=$ac_header_preproc"
19076fi 17652fi
19077echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 17653echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
19078echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 17654echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -19101,6 +17677,7 @@ else
19101echo "$as_me:$LINENO: checking $ac_header usability" >&5 17677echo "$as_me:$LINENO: checking $ac_header usability" >&5
19102echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 17678echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
19103cat >conftest.$ac_ext <<_ACEOF 17679cat >conftest.$ac_ext <<_ACEOF
17680#line $LINENO "configure"
19104/* confdefs.h. */ 17681/* confdefs.h. */
19105_ACEOF 17682_ACEOF
19106cat confdefs.h >>conftest.$ac_ext 17683cat confdefs.h >>conftest.$ac_ext
@@ -19111,20 +17688,11 @@ $ac_includes_default
19111_ACEOF 17688_ACEOF
19112rm -f conftest.$ac_objext 17689rm -f conftest.$ac_objext
19113if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 17690if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19114 (eval $ac_compile) 2>conftest.er1 17691 (eval $ac_compile) 2>&5
19115 ac_status=$? 17692 ac_status=$?
19116 grep -v '^ *+' conftest.er1 >conftest.err
19117 rm -f conftest.er1
19118 cat conftest.err >&5
19119 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19120 (exit $ac_status); } && 17694 (exit $ac_status); } &&
19121 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 17695 { ac_try='test -s conftest.$ac_objext'
19122 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19123 (eval $ac_try) 2>&5
19124 ac_status=$?
19125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19126 (exit $ac_status); }; } &&
19127 { ac_try='test -s conftest.$ac_objext'
19128 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17696 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19129 (eval $ac_try) 2>&5 17697 (eval $ac_try) 2>&5
19130 ac_status=$? 17698 ac_status=$?
@@ -19137,7 +17705,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
19137 17705
19138ac_header_compiler=no 17706ac_header_compiler=no
19139fi 17707fi
19140rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 17708rm -f conftest.$ac_objext conftest.$ac_ext
19141echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 17709echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19142echo "${ECHO_T}$ac_header_compiler" >&6 17710echo "${ECHO_T}$ac_header_compiler" >&6
19143 17711
@@ -19145,6 +17713,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
19145echo "$as_me:$LINENO: checking $ac_header presence" >&5 17713echo "$as_me:$LINENO: checking $ac_header presence" >&5
19146echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 17714echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
19147cat >conftest.$ac_ext <<_ACEOF 17715cat >conftest.$ac_ext <<_ACEOF
17716#line $LINENO "configure"
19148/* confdefs.h. */ 17717/* confdefs.h. */
19149_ACEOF 17718_ACEOF
19150cat confdefs.h >>conftest.$ac_ext 17719cat confdefs.h >>conftest.$ac_ext
@@ -19162,7 +17731,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
19162 (exit $ac_status); } >/dev/null; then 17731 (exit $ac_status); } >/dev/null; then
19163 if test -s conftest.err; then 17732 if test -s conftest.err; then
19164 ac_cpp_err=$ac_c_preproc_warn_flag 17733 ac_cpp_err=$ac_c_preproc_warn_flag
19165 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
19166 else 17734 else
19167 ac_cpp_err= 17735 ac_cpp_err=
19168 fi 17736 fi
@@ -19182,32 +17750,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19182echo "${ECHO_T}$ac_header_preproc" >&6 17750echo "${ECHO_T}$ac_header_preproc" >&6
19183 17751
19184# So? What about this header? 17752# So? What about this header?
19185case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 17753case $ac_header_compiler:$ac_header_preproc in
19186 yes:no: ) 17754 yes:no )
19187 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 17755 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
19188echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 17756echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
19189 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 17757 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
19190echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 17758echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
19191 ac_header_preproc=yes 17759 (
17760 cat <<\_ASBOX
17761## ------------------------------------ ##
17762## Report this to bug-autoconf@gnu.org. ##
17763## ------------------------------------ ##
17764_ASBOX
17765 ) |
17766 sed "s/^/$as_me: WARNING: /" >&2
19192 ;; 17767 ;;
19193 no:yes:* ) 17768 no:yes )
19194 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 17769 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
19195echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 17770echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
19196 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 17771 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
19197echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 17772echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
19198 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
19199echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
19200 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
19201echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
19202 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 17773 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
19203echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 17774echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
19204 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
19205echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
19206 ( 17775 (
19207 cat <<\_ASBOX 17776 cat <<\_ASBOX
19208## ------------------------------------------ ## 17777## ------------------------------------ ##
19209## Report this to the AC_PACKAGE_NAME lists. ## 17778## Report this to bug-autoconf@gnu.org. ##
19210## ------------------------------------------ ## 17779## ------------------------------------ ##
19211_ASBOX 17780_ASBOX
19212 ) | 17781 ) |
19213 sed "s/^/$as_me: WARNING: /" >&2 17782 sed "s/^/$as_me: WARNING: /" >&2
@@ -19218,7 +17787,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
19218if eval "test \"\${$as_ac_Header+set}\" = set"; then 17787if eval "test \"\${$as_ac_Header+set}\" = set"; then
19219 echo $ECHO_N "(cached) $ECHO_C" >&6 17788 echo $ECHO_N "(cached) $ECHO_C" >&6
19220else 17789else
19221 eval "$as_ac_Header=\$ac_header_preproc" 17790 eval "$as_ac_Header=$ac_header_preproc"
19222fi 17791fi
19223echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 17792echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
19224echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 17793echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -19247,6 +17816,7 @@ else
19247echo "$as_me:$LINENO: checking $ac_header usability" >&5 17816echo "$as_me:$LINENO: checking $ac_header usability" >&5
19248echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 17817echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
19249cat >conftest.$ac_ext <<_ACEOF 17818cat >conftest.$ac_ext <<_ACEOF
17819#line $LINENO "configure"
19250/* confdefs.h. */ 17820/* confdefs.h. */
19251_ACEOF 17821_ACEOF
19252cat confdefs.h >>conftest.$ac_ext 17822cat confdefs.h >>conftest.$ac_ext
@@ -19257,20 +17827,11 @@ $ac_includes_default
19257_ACEOF 17827_ACEOF
19258rm -f conftest.$ac_objext 17828rm -f conftest.$ac_objext
19259if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 17829if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19260 (eval $ac_compile) 2>conftest.er1 17830 (eval $ac_compile) 2>&5
19261 ac_status=$? 17831 ac_status=$?
19262 grep -v '^ *+' conftest.er1 >conftest.err
19263 rm -f conftest.er1
19264 cat conftest.err >&5
19265 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19266 (exit $ac_status); } && 17833 (exit $ac_status); } &&
19267 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 17834 { ac_try='test -s conftest.$ac_objext'
19268 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19269 (eval $ac_try) 2>&5
19270 ac_status=$?
19271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19272 (exit $ac_status); }; } &&
19273 { ac_try='test -s conftest.$ac_objext'
19274 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17835 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19275 (eval $ac_try) 2>&5 17836 (eval $ac_try) 2>&5
19276 ac_status=$? 17837 ac_status=$?
@@ -19283,7 +17844,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
19283 17844
19284ac_header_compiler=no 17845ac_header_compiler=no
19285fi 17846fi
19286rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 17847rm -f conftest.$ac_objext conftest.$ac_ext
19287echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 17848echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19288echo "${ECHO_T}$ac_header_compiler" >&6 17849echo "${ECHO_T}$ac_header_compiler" >&6
19289 17850
@@ -19291,6 +17852,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
19291echo "$as_me:$LINENO: checking $ac_header presence" >&5 17852echo "$as_me:$LINENO: checking $ac_header presence" >&5
19292echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 17853echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
19293cat >conftest.$ac_ext <<_ACEOF 17854cat >conftest.$ac_ext <<_ACEOF
17855#line $LINENO "configure"
19294/* confdefs.h. */ 17856/* confdefs.h. */
19295_ACEOF 17857_ACEOF
19296cat confdefs.h >>conftest.$ac_ext 17858cat confdefs.h >>conftest.$ac_ext
@@ -19308,7 +17870,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
19308 (exit $ac_status); } >/dev/null; then 17870 (exit $ac_status); } >/dev/null; then
19309 if test -s conftest.err; then 17871 if test -s conftest.err; then
19310 ac_cpp_err=$ac_c_preproc_warn_flag 17872 ac_cpp_err=$ac_c_preproc_warn_flag
19311 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
19312 else 17873 else
19313 ac_cpp_err= 17874 ac_cpp_err=
19314 fi 17875 fi
@@ -19328,32 +17889,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19328echo "${ECHO_T}$ac_header_preproc" >&6 17889echo "${ECHO_T}$ac_header_preproc" >&6
19329 17890
19330# So? What about this header? 17891# So? What about this header?
19331case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 17892case $ac_header_compiler:$ac_header_preproc in
19332 yes:no: ) 17893 yes:no )
19333 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 17894 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
19334echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 17895echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
19335 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 17896 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
19336echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 17897echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
19337 ac_header_preproc=yes 17898 (
17899 cat <<\_ASBOX
17900## ------------------------------------ ##
17901## Report this to bug-autoconf@gnu.org. ##
17902## ------------------------------------ ##
17903_ASBOX
17904 ) |
17905 sed "s/^/$as_me: WARNING: /" >&2
19338 ;; 17906 ;;
19339 no:yes:* ) 17907 no:yes )
19340 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 17908 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
19341echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 17909echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
19342 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 17910 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
19343echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 17911echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
19344 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
19345echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
19346 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
19347echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
19348 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 17912 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
19349echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 17913echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
19350 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
19351echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
19352 ( 17914 (
19353 cat <<\_ASBOX 17915 cat <<\_ASBOX
19354## ------------------------------------------ ## 17916## ------------------------------------ ##
19355## Report this to the AC_PACKAGE_NAME lists. ## 17917## Report this to bug-autoconf@gnu.org. ##
19356## ------------------------------------------ ## 17918## ------------------------------------ ##
19357_ASBOX 17919_ASBOX
19358 ) | 17920 ) |
19359 sed "s/^/$as_me: WARNING: /" >&2 17921 sed "s/^/$as_me: WARNING: /" >&2
@@ -19364,7 +17926,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
19364if eval "test \"\${$as_ac_Header+set}\" = set"; then 17926if eval "test \"\${$as_ac_Header+set}\" = set"; then
19365 echo $ECHO_N "(cached) $ECHO_C" >&6 17927 echo $ECHO_N "(cached) $ECHO_C" >&6
19366else 17928else
19367 eval "$as_ac_Header=\$ac_header_preproc" 17929 eval "$as_ac_Header=$ac_header_preproc"
19368fi 17930fi
19369echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 17931echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
19370echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 17932echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -19405,6 +17967,7 @@ else
19405echo "$as_me:$LINENO: checking $ac_header usability" >&5 17967echo "$as_me:$LINENO: checking $ac_header usability" >&5
19406echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 17968echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
19407cat >conftest.$ac_ext <<_ACEOF 17969cat >conftest.$ac_ext <<_ACEOF
17970#line $LINENO "configure"
19408/* confdefs.h. */ 17971/* confdefs.h. */
19409_ACEOF 17972_ACEOF
19410cat confdefs.h >>conftest.$ac_ext 17973cat confdefs.h >>conftest.$ac_ext
@@ -19415,20 +17978,11 @@ $ac_includes_default
19415_ACEOF 17978_ACEOF
19416rm -f conftest.$ac_objext 17979rm -f conftest.$ac_objext
19417if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 17980if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19418 (eval $ac_compile) 2>conftest.er1 17981 (eval $ac_compile) 2>&5
19419 ac_status=$? 17982 ac_status=$?
19420 grep -v '^ *+' conftest.er1 >conftest.err
19421 rm -f conftest.er1
19422 cat conftest.err >&5
19423 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19424 (exit $ac_status); } && 17984 (exit $ac_status); } &&
19425 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 17985 { ac_try='test -s conftest.$ac_objext'
19426 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19427 (eval $ac_try) 2>&5
19428 ac_status=$?
19429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19430 (exit $ac_status); }; } &&
19431 { ac_try='test -s conftest.$ac_objext'
19432 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17986 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19433 (eval $ac_try) 2>&5 17987 (eval $ac_try) 2>&5
19434 ac_status=$? 17988 ac_status=$?
@@ -19441,7 +17995,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
19441 17995
19442ac_header_compiler=no 17996ac_header_compiler=no
19443fi 17997fi
19444rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 17998rm -f conftest.$ac_objext conftest.$ac_ext
19445echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 17999echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19446echo "${ECHO_T}$ac_header_compiler" >&6 18000echo "${ECHO_T}$ac_header_compiler" >&6
19447 18001
@@ -19449,6 +18003,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
19449echo "$as_me:$LINENO: checking $ac_header presence" >&5 18003echo "$as_me:$LINENO: checking $ac_header presence" >&5
19450echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 18004echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
19451cat >conftest.$ac_ext <<_ACEOF 18005cat >conftest.$ac_ext <<_ACEOF
18006#line $LINENO "configure"
19452/* confdefs.h. */ 18007/* confdefs.h. */
19453_ACEOF 18008_ACEOF
19454cat confdefs.h >>conftest.$ac_ext 18009cat confdefs.h >>conftest.$ac_ext
@@ -19466,7 +18021,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
19466 (exit $ac_status); } >/dev/null; then 18021 (exit $ac_status); } >/dev/null; then
19467 if test -s conftest.err; then 18022 if test -s conftest.err; then
19468 ac_cpp_err=$ac_c_preproc_warn_flag 18023 ac_cpp_err=$ac_c_preproc_warn_flag
19469 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
19470 else 18024 else
19471 ac_cpp_err= 18025 ac_cpp_err=
19472 fi 18026 fi
@@ -19486,32 +18040,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19486echo "${ECHO_T}$ac_header_preproc" >&6 18040echo "${ECHO_T}$ac_header_preproc" >&6
19487 18041
19488# So? What about this header? 18042# So? What about this header?
19489case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 18043case $ac_header_compiler:$ac_header_preproc in
19490 yes:no: ) 18044 yes:no )
19491 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 18045 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
19492echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 18046echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
19493 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 18047 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
19494echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 18048echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
19495 ac_header_preproc=yes 18049 (
18050 cat <<\_ASBOX
18051## ------------------------------------ ##
18052## Report this to bug-autoconf@gnu.org. ##
18053## ------------------------------------ ##
18054_ASBOX
18055 ) |
18056 sed "s/^/$as_me: WARNING: /" >&2
19496 ;; 18057 ;;
19497 no:yes:* ) 18058 no:yes )
19498 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 18059 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
19499echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 18060echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
19500 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 18061 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
19501echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 18062echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
19502 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
19503echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
19504 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
19505echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
19506 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 18063 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
19507echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 18064echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
19508 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
19509echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
19510 ( 18065 (
19511 cat <<\_ASBOX 18066 cat <<\_ASBOX
19512## ------------------------------------------ ## 18067## ------------------------------------ ##
19513## Report this to the AC_PACKAGE_NAME lists. ## 18068## Report this to bug-autoconf@gnu.org. ##
19514## ------------------------------------------ ## 18069## ------------------------------------ ##
19515_ASBOX 18070_ASBOX
19516 ) | 18071 ) |
19517 sed "s/^/$as_me: WARNING: /" >&2 18072 sed "s/^/$as_me: WARNING: /" >&2
@@ -19522,7 +18077,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
19522if eval "test \"\${$as_ac_Header+set}\" = set"; then 18077if eval "test \"\${$as_ac_Header+set}\" = set"; then
19523 echo $ECHO_N "(cached) $ECHO_C" >&6 18078 echo $ECHO_N "(cached) $ECHO_C" >&6
19524else 18079else
19525 eval "$as_ac_Header=\$ac_header_preproc" 18080 eval "$as_ac_Header=$ac_header_preproc"
19526fi 18081fi
19527echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 18082echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
19528echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 18083echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -19550,6 +18105,7 @@ else
19550 ac_check_lib_save_LIBS=$LIBS 18105 ac_check_lib_save_LIBS=$LIBS
19551LIBS="-lintl $LIBS" 18106LIBS="-lintl $LIBS"
19552cat >conftest.$ac_ext <<_ACEOF 18107cat >conftest.$ac_ext <<_ACEOF
18108#line $LINENO "configure"
19553/* confdefs.h. */ 18109/* confdefs.h. */
19554_ACEOF 18110_ACEOF
19555cat confdefs.h >>conftest.$ac_ext 18111cat confdefs.h >>conftest.$ac_ext
@@ -19573,20 +18129,11 @@ dgettext ();
19573_ACEOF 18129_ACEOF
19574rm -f conftest.$ac_objext conftest$ac_exeext 18130rm -f conftest.$ac_objext conftest$ac_exeext
19575if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 18131if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19576 (eval $ac_link) 2>conftest.er1 18132 (eval $ac_link) 2>&5
19577 ac_status=$? 18133 ac_status=$?
19578 grep -v '^ *+' conftest.er1 >conftest.err
19579 rm -f conftest.er1
19580 cat conftest.err >&5
19581 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19582 (exit $ac_status); } && 18135 (exit $ac_status); } &&
19583 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 18136 { ac_try='test -s conftest$ac_exeext'
19584 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19585 (eval $ac_try) 2>&5
19586 ac_status=$?
19587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19588 (exit $ac_status); }; } &&
19589 { ac_try='test -s conftest$ac_exeext'
19590 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18137 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19591 (eval $ac_try) 2>&5 18138 (eval $ac_try) 2>&5
19592 ac_status=$? 18139 ac_status=$?
@@ -19599,8 +18146,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
19599 18146
19600ac_cv_lib_intl_dgettext=no 18147ac_cv_lib_intl_dgettext=no
19601fi 18148fi
19602rm -f conftest.err conftest.$ac_objext \ 18149rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
19603 conftest$ac_exeext conftest.$ac_ext
19604LIBS=$ac_check_lib_save_LIBS 18150LIBS=$ac_check_lib_save_LIBS
19605fi 18151fi
19606echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dgettext" >&5 18152echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dgettext" >&5
@@ -19626,6 +18172,7 @@ if test "$cross_compiling" = yes; then
19626emacs_cv_localtime_cache=yes 18172emacs_cv_localtime_cache=yes
19627else 18173else
19628 cat >conftest.$ac_ext <<_ACEOF 18174 cat >conftest.$ac_ext <<_ACEOF
18175#line $LINENO "configure"
19629/* confdefs.h. */ 18176/* confdefs.h. */
19630_ACEOF 18177_ACEOF
19631cat confdefs.h >>conftest.$ac_ext 18178cat confdefs.h >>conftest.$ac_ext
@@ -19681,7 +18228,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
19681( exit $ac_status ) 18228( exit $ac_status )
19682emacs_cv_localtime_cache=yes 18229emacs_cv_localtime_cache=yes
19683fi 18230fi
19684rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 18231rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
19685fi 18232fi
19686else 18233else
19687 # If we lack tzset, report that localtime does not cache TZ, 18234 # If we lack tzset, report that localtime does not cache TZ,
@@ -19710,28 +18257,21 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
19710 echo $ECHO_N "(cached) $ECHO_C" >&6 18257 echo $ECHO_N "(cached) $ECHO_C" >&6
19711else 18258else
19712 cat >conftest.$ac_ext <<_ACEOF 18259 cat >conftest.$ac_ext <<_ACEOF
18260#line $LINENO "configure"
19713/* confdefs.h. */ 18261/* confdefs.h. */
19714_ACEOF 18262_ACEOF
19715cat confdefs.h >>conftest.$ac_ext 18263cat confdefs.h >>conftest.$ac_ext
19716cat >>conftest.$ac_ext <<_ACEOF 18264cat >>conftest.$ac_ext <<_ACEOF
19717/* end confdefs.h. */ 18265/* end confdefs.h. */
19718/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19719 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19720#define $ac_func innocuous_$ac_func
19721
19722/* System header to define __stub macros and hopefully few prototypes, 18266/* System header to define __stub macros and hopefully few prototypes,
19723 which can conflict with char $ac_func (); below. 18267 which can conflict with char $ac_func (); below.
19724 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 18268 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19725 <limits.h> exists even on freestanding compilers. */ 18269 <limits.h> exists even on freestanding compilers. */
19726
19727#ifdef __STDC__ 18270#ifdef __STDC__
19728# include <limits.h> 18271# include <limits.h>
19729#else 18272#else
19730# include <assert.h> 18273# include <assert.h>
19731#endif 18274#endif
19732
19733#undef $ac_func
19734
19735/* Override any gcc2 internal prototype to avoid an error. */ 18275/* Override any gcc2 internal prototype to avoid an error. */
19736#ifdef __cplusplus 18276#ifdef __cplusplus
19737extern "C" 18277extern "C"
@@ -19762,20 +18302,11 @@ return f != $ac_func;
19762_ACEOF 18302_ACEOF
19763rm -f conftest.$ac_objext conftest$ac_exeext 18303rm -f conftest.$ac_objext conftest$ac_exeext
19764if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 18304if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19765 (eval $ac_link) 2>conftest.er1 18305 (eval $ac_link) 2>&5
19766 ac_status=$? 18306 ac_status=$?
19767 grep -v '^ *+' conftest.er1 >conftest.err
19768 rm -f conftest.er1
19769 cat conftest.err >&5
19770 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19771 (exit $ac_status); } && 18308 (exit $ac_status); } &&
19772 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 18309 { ac_try='test -s conftest$ac_exeext'
19773 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19774 (eval $ac_try) 2>&5
19775 ac_status=$?
19776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19777 (exit $ac_status); }; } &&
19778 { ac_try='test -s conftest$ac_exeext'
19779 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18310 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19780 (eval $ac_try) 2>&5 18311 (eval $ac_try) 2>&5
19781 ac_status=$? 18312 ac_status=$?
@@ -19788,8 +18319,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
19788 18319
19789eval "$as_ac_var=no" 18320eval "$as_ac_var=no"
19790fi 18321fi
19791rm -f conftest.err conftest.$ac_objext \ 18322rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
19792 conftest$ac_exeext conftest.$ac_ext
19793fi 18323fi
19794echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 18324echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
19795echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 18325echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -19808,6 +18338,7 @@ if test "${emacs_cv_gettimeofday_two_arguments+set}" = set; then
19808 echo $ECHO_N "(cached) $ECHO_C" >&6 18338 echo $ECHO_N "(cached) $ECHO_C" >&6
19809else 18339else
19810 cat >conftest.$ac_ext <<_ACEOF 18340 cat >conftest.$ac_ext <<_ACEOF
18341#line $LINENO "configure"
19811/* confdefs.h. */ 18342/* confdefs.h. */
19812_ACEOF 18343_ACEOF
19813cat confdefs.h >>conftest.$ac_ext 18344cat confdefs.h >>conftest.$ac_ext
@@ -19835,20 +18366,11 @@ struct timeval time;
19835_ACEOF 18366_ACEOF
19836rm -f conftest.$ac_objext 18367rm -f conftest.$ac_objext
19837if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 18368if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19838 (eval $ac_compile) 2>conftest.er1 18369 (eval $ac_compile) 2>&5
19839 ac_status=$? 18370 ac_status=$?
19840 grep -v '^ *+' conftest.er1 >conftest.err
19841 rm -f conftest.er1
19842 cat conftest.err >&5
19843 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19844 (exit $ac_status); } && 18372 (exit $ac_status); } &&
19845 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 18373 { ac_try='test -s conftest.$ac_objext'
19846 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19847 (eval $ac_try) 2>&5
19848 ac_status=$?
19849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19850 (exit $ac_status); }; } &&
19851 { ac_try='test -s conftest.$ac_objext'
19852 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18374 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19853 (eval $ac_try) 2>&5 18375 (eval $ac_try) 2>&5
19854 ac_status=$? 18376 ac_status=$?
@@ -19861,7 +18383,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
19861 18383
19862emacs_cv_gettimeofday_two_arguments=no 18384emacs_cv_gettimeofday_two_arguments=no
19863fi 18385fi
19864rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 18386rm -f conftest.$ac_objext conftest.$ac_ext
19865fi 18387fi
19866echo "$as_me:$LINENO: result: $emacs_cv_gettimeofday_two_arguments" >&5 18388echo "$as_me:$LINENO: result: $emacs_cv_gettimeofday_two_arguments" >&5
19867echo "${ECHO_T}$emacs_cv_gettimeofday_two_arguments" >&6 18389echo "${ECHO_T}$emacs_cv_gettimeofday_two_arguments" >&6
@@ -19882,6 +18404,7 @@ if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then
19882 echo $ECHO_N "(cached) $ECHO_C" >&6 18404 echo $ECHO_N "(cached) $ECHO_C" >&6
19883else 18405else
19884 cat >conftest.$ac_ext <<_ACEOF 18406 cat >conftest.$ac_ext <<_ACEOF
18407#line $LINENO "configure"
19885/* confdefs.h. */ 18408/* confdefs.h. */
19886_ACEOF 18409_ACEOF
19887cat confdefs.h >>conftest.$ac_ext 18410cat confdefs.h >>conftest.$ac_ext
@@ -19903,20 +18426,11 @@ return 0;
19903_ACEOF 18426_ACEOF
19904rm -f conftest.$ac_objext 18427rm -f conftest.$ac_objext
19905if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 18428if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19906 (eval $ac_compile) 2>conftest.er1 18429 (eval $ac_compile) 2>&5
19907 ac_status=$? 18430 ac_status=$?
19908 grep -v '^ *+' conftest.er1 >conftest.err
19909 rm -f conftest.er1
19910 cat conftest.err >&5
19911 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19912 (exit $ac_status); } && 18432 (exit $ac_status); } &&
19913 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 18433 { ac_try='test -s conftest.$ac_objext'
19914 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19915 (eval $ac_try) 2>&5
19916 ac_status=$?
19917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19918 (exit $ac_status); }; } &&
19919 { ac_try='test -s conftest.$ac_objext'
19920 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18434 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19921 (eval $ac_try) 2>&5 18435 (eval $ac_try) 2>&5
19922 ac_status=$? 18436 ac_status=$?
@@ -19928,6 +18442,7 @@ else
19928sed 's/^/| /' conftest.$ac_ext >&5 18442sed 's/^/| /' conftest.$ac_ext >&5
19929 18443
19930cat >conftest.$ac_ext <<_ACEOF 18444cat >conftest.$ac_ext <<_ACEOF
18445#line $LINENO "configure"
19931/* confdefs.h. */ 18446/* confdefs.h. */
19932_ACEOF 18447_ACEOF
19933cat confdefs.h >>conftest.$ac_ext 18448cat confdefs.h >>conftest.$ac_ext
@@ -19949,20 +18464,11 @@ return 0;
19949_ACEOF 18464_ACEOF
19950rm -f conftest.$ac_objext 18465rm -f conftest.$ac_objext
19951if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 18466if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19952 (eval $ac_compile) 2>conftest.er1 18467 (eval $ac_compile) 2>&5
19953 ac_status=$? 18468 ac_status=$?
19954 grep -v '^ *+' conftest.er1 >conftest.err
19955 rm -f conftest.er1
19956 cat conftest.err >&5
19957 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19958 (exit $ac_status); } && 18470 (exit $ac_status); } &&
19959 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 18471 { ac_try='test -s conftest.$ac_objext'
19960 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19961 (eval $ac_try) 2>&5
19962 ac_status=$?
19963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19964 (exit $ac_status); }; } &&
19965 { ac_try='test -s conftest.$ac_objext'
19966 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18472 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19967 (eval $ac_try) 2>&5 18473 (eval $ac_try) 2>&5
19968 ac_status=$? 18474 ac_status=$?
@@ -19975,9 +18481,9 @@ sed 's/^/| /' conftest.$ac_ext >&5
19975 18481
19976ac_cv_member_struct_tm_tm_zone=no 18482ac_cv_member_struct_tm_tm_zone=no
19977fi 18483fi
19978rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 18484rm -f conftest.$ac_objext conftest.$ac_ext
19979fi 18485fi
19980rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 18486rm -f conftest.$ac_objext conftest.$ac_ext
19981fi 18487fi
19982echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_zone" >&5 18488echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_zone" >&5
19983echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6 18489echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6
@@ -20003,6 +18509,7 @@ if test "${ac_cv_var_tzname+set}" = set; then
20003 echo $ECHO_N "(cached) $ECHO_C" >&6 18509 echo $ECHO_N "(cached) $ECHO_C" >&6
20004else 18510else
20005 cat >conftest.$ac_ext <<_ACEOF 18511 cat >conftest.$ac_ext <<_ACEOF
18512#line $LINENO "configure"
20006/* confdefs.h. */ 18513/* confdefs.h. */
20007_ACEOF 18514_ACEOF
20008cat confdefs.h >>conftest.$ac_ext 18515cat confdefs.h >>conftest.$ac_ext
@@ -20023,20 +18530,11 @@ atoi(*tzname);
20023_ACEOF 18530_ACEOF
20024rm -f conftest.$ac_objext conftest$ac_exeext 18531rm -f conftest.$ac_objext conftest$ac_exeext
20025if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 18532if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20026 (eval $ac_link) 2>conftest.er1 18533 (eval $ac_link) 2>&5
20027 ac_status=$? 18534 ac_status=$?
20028 grep -v '^ *+' conftest.er1 >conftest.err
20029 rm -f conftest.er1
20030 cat conftest.err >&5
20031 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20032 (exit $ac_status); } && 18536 (exit $ac_status); } &&
20033 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 18537 { ac_try='test -s conftest$ac_exeext'
20034 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20035 (eval $ac_try) 2>&5
20036 ac_status=$?
20037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20038 (exit $ac_status); }; } &&
20039 { ac_try='test -s conftest$ac_exeext'
20040 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18538 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20041 (eval $ac_try) 2>&5 18539 (eval $ac_try) 2>&5
20042 ac_status=$? 18540 ac_status=$?
@@ -20049,8 +18547,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
20049 18547
20050ac_cv_var_tzname=no 18548ac_cv_var_tzname=no
20051fi 18549fi
20052rm -f conftest.err conftest.$ac_objext \ 18550rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
20053 conftest$ac_exeext conftest.$ac_ext
20054fi 18551fi
20055echo "$as_me:$LINENO: result: $ac_cv_var_tzname" >&5 18552echo "$as_me:$LINENO: result: $ac_cv_var_tzname" >&5
20056echo "${ECHO_T}$ac_cv_var_tzname" >&6 18553echo "${ECHO_T}$ac_cv_var_tzname" >&6
@@ -20071,6 +18568,7 @@ if test "${emacs_cv_struct_timezone+set}" = set; then
20071 echo $ECHO_N "(cached) $ECHO_C" >&6 18568 echo $ECHO_N "(cached) $ECHO_C" >&6
20072else 18569else
20073 cat >conftest.$ac_ext <<_ACEOF 18570 cat >conftest.$ac_ext <<_ACEOF
18571#line $LINENO "configure"
20074/* confdefs.h. */ 18572/* confdefs.h. */
20075_ACEOF 18573_ACEOF
20076cat confdefs.h >>conftest.$ac_ext 18574cat confdefs.h >>conftest.$ac_ext
@@ -20087,20 +18585,11 @@ struct timezone tz;
20087_ACEOF 18585_ACEOF
20088rm -f conftest.$ac_objext 18586rm -f conftest.$ac_objext
20089if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 18587if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20090 (eval $ac_compile) 2>conftest.er1 18588 (eval $ac_compile) 2>&5
20091 ac_status=$? 18589 ac_status=$?
20092 grep -v '^ *+' conftest.er1 >conftest.err
20093 rm -f conftest.er1
20094 cat conftest.err >&5
20095 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20096 (exit $ac_status); } && 18591 (exit $ac_status); } &&
20097 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 18592 { ac_try='test -s conftest.$ac_objext'
20098 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20099 (eval $ac_try) 2>&5
20100 ac_status=$?
20101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20102 (exit $ac_status); }; } &&
20103 { ac_try='test -s conftest.$ac_objext'
20104 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18593 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20105 (eval $ac_try) 2>&5 18594 (eval $ac_try) 2>&5
20106 ac_status=$? 18595 ac_status=$?
@@ -20110,6 +18599,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20110 emacs_cv_struct_timezone=yes 18599 emacs_cv_struct_timezone=yes
20111else 18600else
20112 cat >conftest.$ac_ext <<_ACEOF 18601 cat >conftest.$ac_ext <<_ACEOF
18602#line $LINENO "configure"
20113/* confdefs.h. */ 18603/* confdefs.h. */
20114_ACEOF 18604_ACEOF
20115cat confdefs.h >>conftest.$ac_ext 18605cat confdefs.h >>conftest.$ac_ext
@@ -20152,7 +18642,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
20152( exit $ac_status ) 18642( exit $ac_status )
20153emacs_cv_struct_timezone=no 18643emacs_cv_struct_timezone=no
20154fi 18644fi
20155rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 18645rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
20156fi 18646fi
20157else 18647else
20158 echo "$as_me: failed program was:" >&5 18648 echo "$as_me: failed program was:" >&5
@@ -20160,7 +18650,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
20160 18650
20161emacs_cv_struct_timezone=no 18651emacs_cv_struct_timezone=no
20162fi 18652fi
20163rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 18653rm -f conftest.$ac_objext conftest.$ac_ext
20164fi 18654fi
20165echo "$as_me:$LINENO: result: $emacs_cv_struct_timezone" >&5 18655echo "$as_me:$LINENO: result: $emacs_cv_struct_timezone" >&5
20166echo "${ECHO_T}$emacs_cv_struct_timezone" >&6 18656echo "${ECHO_T}$emacs_cv_struct_timezone" >&6
@@ -20173,28 +18663,21 @@ if test "${ac_cv_func_socket+set}" = set; then
20173 echo $ECHO_N "(cached) $ECHO_C" >&6 18663 echo $ECHO_N "(cached) $ECHO_C" >&6
20174else 18664else
20175 cat >conftest.$ac_ext <<_ACEOF 18665 cat >conftest.$ac_ext <<_ACEOF
18666#line $LINENO "configure"
20176/* confdefs.h. */ 18667/* confdefs.h. */
20177_ACEOF 18668_ACEOF
20178cat confdefs.h >>conftest.$ac_ext 18669cat confdefs.h >>conftest.$ac_ext
20179cat >>conftest.$ac_ext <<_ACEOF 18670cat >>conftest.$ac_ext <<_ACEOF
20180/* end confdefs.h. */ 18671/* end confdefs.h. */
20181/* Define socket to an innocuous variant, in case <limits.h> declares socket.
20182 For example, HP-UX 11i <limits.h> declares gettimeofday. */
20183#define socket innocuous_socket
20184
20185/* System header to define __stub macros and hopefully few prototypes, 18672/* System header to define __stub macros and hopefully few prototypes,
20186 which can conflict with char socket (); below. 18673 which can conflict with char socket (); below.
20187 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 18674 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
20188 <limits.h> exists even on freestanding compilers. */ 18675 <limits.h> exists even on freestanding compilers. */
20189
20190#ifdef __STDC__ 18676#ifdef __STDC__
20191# include <limits.h> 18677# include <limits.h>
20192#else 18678#else
20193# include <assert.h> 18679# include <assert.h>
20194#endif 18680#endif
20195
20196#undef socket
20197
20198/* Override any gcc2 internal prototype to avoid an error. */ 18681/* Override any gcc2 internal prototype to avoid an error. */
20199#ifdef __cplusplus 18682#ifdef __cplusplus
20200extern "C" 18683extern "C"
@@ -20225,20 +18708,11 @@ return f != socket;
20225_ACEOF 18708_ACEOF
20226rm -f conftest.$ac_objext conftest$ac_exeext 18709rm -f conftest.$ac_objext conftest$ac_exeext
20227if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 18710if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20228 (eval $ac_link) 2>conftest.er1 18711 (eval $ac_link) 2>&5
20229 ac_status=$? 18712 ac_status=$?
20230 grep -v '^ *+' conftest.er1 >conftest.err
20231 rm -f conftest.er1
20232 cat conftest.err >&5
20233 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20234 (exit $ac_status); } && 18714 (exit $ac_status); } &&
20235 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 18715 { ac_try='test -s conftest$ac_exeext'
20236 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20237 (eval $ac_try) 2>&5
20238 ac_status=$?
20239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20240 (exit $ac_status); }; } &&
20241 { ac_try='test -s conftest$ac_exeext'
20242 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18716 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20243 (eval $ac_try) 2>&5 18717 (eval $ac_try) 2>&5
20244 ac_status=$? 18718 ac_status=$?
@@ -20251,8 +18725,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
20251 18725
20252ac_cv_func_socket=no 18726ac_cv_func_socket=no
20253fi 18727fi
20254rm -f conftest.err conftest.$ac_objext \ 18728rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
20255 conftest$ac_exeext conftest.$ac_ext
20256fi 18729fi
20257echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5 18730echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
20258echo "${ECHO_T}$ac_cv_func_socket" >&6 18731echo "${ECHO_T}$ac_cv_func_socket" >&6
@@ -20276,6 +18749,7 @@ else
20276echo "$as_me:$LINENO: checking netinet/in.h usability" >&5 18749echo "$as_me:$LINENO: checking netinet/in.h usability" >&5
20277echo $ECHO_N "checking netinet/in.h usability... $ECHO_C" >&6 18750echo $ECHO_N "checking netinet/in.h usability... $ECHO_C" >&6
20278cat >conftest.$ac_ext <<_ACEOF 18751cat >conftest.$ac_ext <<_ACEOF
18752#line $LINENO "configure"
20279/* confdefs.h. */ 18753/* confdefs.h. */
20280_ACEOF 18754_ACEOF
20281cat confdefs.h >>conftest.$ac_ext 18755cat confdefs.h >>conftest.$ac_ext
@@ -20286,20 +18760,11 @@ $ac_includes_default
20286_ACEOF 18760_ACEOF
20287rm -f conftest.$ac_objext 18761rm -f conftest.$ac_objext
20288if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 18762if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20289 (eval $ac_compile) 2>conftest.er1 18763 (eval $ac_compile) 2>&5
20290 ac_status=$? 18764 ac_status=$?
20291 grep -v '^ *+' conftest.er1 >conftest.err
20292 rm -f conftest.er1
20293 cat conftest.err >&5
20294 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20295 (exit $ac_status); } && 18766 (exit $ac_status); } &&
20296 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 18767 { ac_try='test -s conftest.$ac_objext'
20297 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20298 (eval $ac_try) 2>&5
20299 ac_status=$?
20300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20301 (exit $ac_status); }; } &&
20302 { ac_try='test -s conftest.$ac_objext'
20303 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18768 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20304 (eval $ac_try) 2>&5 18769 (eval $ac_try) 2>&5
20305 ac_status=$? 18770 ac_status=$?
@@ -20312,7 +18777,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
20312 18777
20313ac_header_compiler=no 18778ac_header_compiler=no
20314fi 18779fi
20315rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 18780rm -f conftest.$ac_objext conftest.$ac_ext
20316echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 18781echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20317echo "${ECHO_T}$ac_header_compiler" >&6 18782echo "${ECHO_T}$ac_header_compiler" >&6
20318 18783
@@ -20320,6 +18785,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
20320echo "$as_me:$LINENO: checking netinet/in.h presence" >&5 18785echo "$as_me:$LINENO: checking netinet/in.h presence" >&5
20321echo $ECHO_N "checking netinet/in.h presence... $ECHO_C" >&6 18786echo $ECHO_N "checking netinet/in.h presence... $ECHO_C" >&6
20322cat >conftest.$ac_ext <<_ACEOF 18787cat >conftest.$ac_ext <<_ACEOF
18788#line $LINENO "configure"
20323/* confdefs.h. */ 18789/* confdefs.h. */
20324_ACEOF 18790_ACEOF
20325cat confdefs.h >>conftest.$ac_ext 18791cat confdefs.h >>conftest.$ac_ext
@@ -20337,7 +18803,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20337 (exit $ac_status); } >/dev/null; then 18803 (exit $ac_status); } >/dev/null; then
20338 if test -s conftest.err; then 18804 if test -s conftest.err; then
20339 ac_cpp_err=$ac_c_preproc_warn_flag 18805 ac_cpp_err=$ac_c_preproc_warn_flag
20340 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
20341 else 18806 else
20342 ac_cpp_err= 18807 ac_cpp_err=
20343 fi 18808 fi
@@ -20357,32 +18822,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20357echo "${ECHO_T}$ac_header_preproc" >&6 18822echo "${ECHO_T}$ac_header_preproc" >&6
20358 18823
20359# So? What about this header? 18824# So? What about this header?
20360case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 18825case $ac_header_compiler:$ac_header_preproc in
20361 yes:no: ) 18826 yes:no )
20362 { echo "$as_me:$LINENO: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&5 18827 { echo "$as_me:$LINENO: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&5
20363echo "$as_me: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 18828echo "$as_me: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
20364 { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the compiler's result" >&5 18829 { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&5
20365echo "$as_me: WARNING: netinet/in.h: proceeding with the compiler's result" >&2;} 18830echo "$as_me: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&2;}
20366 ac_header_preproc=yes 18831 (
18832 cat <<\_ASBOX
18833## ------------------------------------ ##
18834## Report this to bug-autoconf@gnu.org. ##
18835## ------------------------------------ ##
18836_ASBOX
18837 ) |
18838 sed "s/^/$as_me: WARNING: /" >&2
20367 ;; 18839 ;;
20368 no:yes:* ) 18840 no:yes )
20369 { echo "$as_me:$LINENO: WARNING: netinet/in.h: present but cannot be compiled" >&5 18841 { echo "$as_me:$LINENO: WARNING: netinet/in.h: present but cannot be compiled" >&5
20370echo "$as_me: WARNING: netinet/in.h: present but cannot be compiled" >&2;} 18842echo "$as_me: WARNING: netinet/in.h: present but cannot be compiled" >&2;}
20371 { echo "$as_me:$LINENO: WARNING: netinet/in.h: check for missing prerequisite headers?" >&5 18843 { echo "$as_me:$LINENO: WARNING: netinet/in.h: check for missing prerequisite headers?" >&5
20372echo "$as_me: WARNING: netinet/in.h: check for missing prerequisite headers?" >&2;} 18844echo "$as_me: WARNING: netinet/in.h: check for missing prerequisite headers?" >&2;}
20373 { echo "$as_me:$LINENO: WARNING: netinet/in.h: see the Autoconf documentation" >&5
20374echo "$as_me: WARNING: netinet/in.h: see the Autoconf documentation" >&2;}
20375 { echo "$as_me:$LINENO: WARNING: netinet/in.h: section \"Present But Cannot Be Compiled\"" >&5
20376echo "$as_me: WARNING: netinet/in.h: section \"Present But Cannot Be Compiled\"" >&2;}
20377 { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&5 18845 { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&5
20378echo "$as_me: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&2;} 18846echo "$as_me: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&2;}
20379 { echo "$as_me:$LINENO: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&5
20380echo "$as_me: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&2;}
20381 ( 18847 (
20382 cat <<\_ASBOX 18848 cat <<\_ASBOX
20383## ------------------------------------------ ## 18849## ------------------------------------ ##
20384## Report this to the AC_PACKAGE_NAME lists. ## 18850## Report this to bug-autoconf@gnu.org. ##
20385## ------------------------------------------ ## 18851## ------------------------------------ ##
20386_ASBOX 18852_ASBOX
20387 ) | 18853 ) |
20388 sed "s/^/$as_me: WARNING: /" >&2 18854 sed "s/^/$as_me: WARNING: /" >&2
@@ -20421,6 +18887,7 @@ else
20421echo "$as_me:$LINENO: checking arpa/inet.h usability" >&5 18887echo "$as_me:$LINENO: checking arpa/inet.h usability" >&5
20422echo $ECHO_N "checking arpa/inet.h usability... $ECHO_C" >&6 18888echo $ECHO_N "checking arpa/inet.h usability... $ECHO_C" >&6
20423cat >conftest.$ac_ext <<_ACEOF 18889cat >conftest.$ac_ext <<_ACEOF
18890#line $LINENO "configure"
20424/* confdefs.h. */ 18891/* confdefs.h. */
20425_ACEOF 18892_ACEOF
20426cat confdefs.h >>conftest.$ac_ext 18893cat confdefs.h >>conftest.$ac_ext
@@ -20431,20 +18898,11 @@ $ac_includes_default
20431_ACEOF 18898_ACEOF
20432rm -f conftest.$ac_objext 18899rm -f conftest.$ac_objext
20433if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 18900if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20434 (eval $ac_compile) 2>conftest.er1 18901 (eval $ac_compile) 2>&5
20435 ac_status=$? 18902 ac_status=$?
20436 grep -v '^ *+' conftest.er1 >conftest.err
20437 rm -f conftest.er1
20438 cat conftest.err >&5
20439 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20440 (exit $ac_status); } && 18904 (exit $ac_status); } &&
20441 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 18905 { ac_try='test -s conftest.$ac_objext'
20442 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20443 (eval $ac_try) 2>&5
20444 ac_status=$?
20445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20446 (exit $ac_status); }; } &&
20447 { ac_try='test -s conftest.$ac_objext'
20448 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18906 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20449 (eval $ac_try) 2>&5 18907 (eval $ac_try) 2>&5
20450 ac_status=$? 18908 ac_status=$?
@@ -20457,7 +18915,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
20457 18915
20458ac_header_compiler=no 18916ac_header_compiler=no
20459fi 18917fi
20460rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 18918rm -f conftest.$ac_objext conftest.$ac_ext
20461echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 18919echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20462echo "${ECHO_T}$ac_header_compiler" >&6 18920echo "${ECHO_T}$ac_header_compiler" >&6
20463 18921
@@ -20465,6 +18923,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
20465echo "$as_me:$LINENO: checking arpa/inet.h presence" >&5 18923echo "$as_me:$LINENO: checking arpa/inet.h presence" >&5
20466echo $ECHO_N "checking arpa/inet.h presence... $ECHO_C" >&6 18924echo $ECHO_N "checking arpa/inet.h presence... $ECHO_C" >&6
20467cat >conftest.$ac_ext <<_ACEOF 18925cat >conftest.$ac_ext <<_ACEOF
18926#line $LINENO "configure"
20468/* confdefs.h. */ 18927/* confdefs.h. */
20469_ACEOF 18928_ACEOF
20470cat confdefs.h >>conftest.$ac_ext 18929cat confdefs.h >>conftest.$ac_ext
@@ -20482,7 +18941,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20482 (exit $ac_status); } >/dev/null; then 18941 (exit $ac_status); } >/dev/null; then
20483 if test -s conftest.err; then 18942 if test -s conftest.err; then
20484 ac_cpp_err=$ac_c_preproc_warn_flag 18943 ac_cpp_err=$ac_c_preproc_warn_flag
20485 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
20486 else 18944 else
20487 ac_cpp_err= 18945 ac_cpp_err=
20488 fi 18946 fi
@@ -20502,32 +18960,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20502echo "${ECHO_T}$ac_header_preproc" >&6 18960echo "${ECHO_T}$ac_header_preproc" >&6
20503 18961
20504# So? What about this header? 18962# So? What about this header?
20505case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 18963case $ac_header_compiler:$ac_header_preproc in
20506 yes:no: ) 18964 yes:no )
20507 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&5 18965 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&5
20508echo "$as_me: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 18966echo "$as_me: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
20509 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the compiler's result" >&5 18967 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&5
20510echo "$as_me: WARNING: arpa/inet.h: proceeding with the compiler's result" >&2;} 18968echo "$as_me: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&2;}
20511 ac_header_preproc=yes 18969 (
18970 cat <<\_ASBOX
18971## ------------------------------------ ##
18972## Report this to bug-autoconf@gnu.org. ##
18973## ------------------------------------ ##
18974_ASBOX
18975 ) |
18976 sed "s/^/$as_me: WARNING: /" >&2
20512 ;; 18977 ;;
20513 no:yes:* ) 18978 no:yes )
20514 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: present but cannot be compiled" >&5 18979 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: present but cannot be compiled" >&5
20515echo "$as_me: WARNING: arpa/inet.h: present but cannot be compiled" >&2;} 18980echo "$as_me: WARNING: arpa/inet.h: present but cannot be compiled" >&2;}
20516 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&5 18981 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&5
20517echo "$as_me: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&2;} 18982echo "$as_me: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&2;}
20518 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: see the Autoconf documentation" >&5
20519echo "$as_me: WARNING: arpa/inet.h: see the Autoconf documentation" >&2;}
20520 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: section \"Present But Cannot Be Compiled\"" >&5
20521echo "$as_me: WARNING: arpa/inet.h: section \"Present But Cannot Be Compiled\"" >&2;}
20522 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&5 18983 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&5
20523echo "$as_me: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&2;} 18984echo "$as_me: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&2;}
20524 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&5
20525echo "$as_me: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&2;}
20526 ( 18985 (
20527 cat <<\_ASBOX 18986 cat <<\_ASBOX
20528## ------------------------------------------ ## 18987## ------------------------------------ ##
20529## Report this to the AC_PACKAGE_NAME lists. ## 18988## Report this to bug-autoconf@gnu.org. ##
20530## ------------------------------------------ ## 18989## ------------------------------------ ##
20531_ASBOX 18990_ASBOX
20532 ) | 18991 ) |
20533 sed "s/^/$as_me: WARNING: /" >&2 18992 sed "s/^/$as_me: WARNING: /" >&2
@@ -20577,6 +19036,7 @@ else
20577echo "$as_me:$LINENO: checking $ac_header usability" >&5 19036echo "$as_me:$LINENO: checking $ac_header usability" >&5
20578echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 19037echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
20579cat >conftest.$ac_ext <<_ACEOF 19038cat >conftest.$ac_ext <<_ACEOF
19039#line $LINENO "configure"
20580/* confdefs.h. */ 19040/* confdefs.h. */
20581_ACEOF 19041_ACEOF
20582cat confdefs.h >>conftest.$ac_ext 19042cat confdefs.h >>conftest.$ac_ext
@@ -20587,20 +19047,11 @@ $ac_includes_default
20587_ACEOF 19047_ACEOF
20588rm -f conftest.$ac_objext 19048rm -f conftest.$ac_objext
20589if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 19049if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20590 (eval $ac_compile) 2>conftest.er1 19050 (eval $ac_compile) 2>&5
20591 ac_status=$? 19051 ac_status=$?
20592 grep -v '^ *+' conftest.er1 >conftest.err
20593 rm -f conftest.er1
20594 cat conftest.err >&5
20595 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20596 (exit $ac_status); } && 19053 (exit $ac_status); } &&
20597 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 19054 { ac_try='test -s conftest.$ac_objext'
20598 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20599 (eval $ac_try) 2>&5
20600 ac_status=$?
20601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20602 (exit $ac_status); }; } &&
20603 { ac_try='test -s conftest.$ac_objext'
20604 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19055 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20605 (eval $ac_try) 2>&5 19056 (eval $ac_try) 2>&5
20606 ac_status=$? 19057 ac_status=$?
@@ -20613,7 +19064,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
20613 19064
20614ac_header_compiler=no 19065ac_header_compiler=no
20615fi 19066fi
20616rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 19067rm -f conftest.$ac_objext conftest.$ac_ext
20617echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 19068echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20618echo "${ECHO_T}$ac_header_compiler" >&6 19069echo "${ECHO_T}$ac_header_compiler" >&6
20619 19070
@@ -20621,6 +19072,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
20621echo "$as_me:$LINENO: checking $ac_header presence" >&5 19072echo "$as_me:$LINENO: checking $ac_header presence" >&5
20622echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 19073echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
20623cat >conftest.$ac_ext <<_ACEOF 19074cat >conftest.$ac_ext <<_ACEOF
19075#line $LINENO "configure"
20624/* confdefs.h. */ 19076/* confdefs.h. */
20625_ACEOF 19077_ACEOF
20626cat confdefs.h >>conftest.$ac_ext 19078cat confdefs.h >>conftest.$ac_ext
@@ -20638,7 +19090,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20638 (exit $ac_status); } >/dev/null; then 19090 (exit $ac_status); } >/dev/null; then
20639 if test -s conftest.err; then 19091 if test -s conftest.err; then
20640 ac_cpp_err=$ac_c_preproc_warn_flag 19092 ac_cpp_err=$ac_c_preproc_warn_flag
20641 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
20642 else 19093 else
20643 ac_cpp_err= 19094 ac_cpp_err=
20644 fi 19095 fi
@@ -20658,32 +19109,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20658echo "${ECHO_T}$ac_header_preproc" >&6 19109echo "${ECHO_T}$ac_header_preproc" >&6
20659 19110
20660# So? What about this header? 19111# So? What about this header?
20661case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 19112case $ac_header_compiler:$ac_header_preproc in
20662 yes:no: ) 19113 yes:no )
20663 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 19114 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
20664echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 19115echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
20665 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 19116 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
20666echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 19117echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
20667 ac_header_preproc=yes 19118 (
19119 cat <<\_ASBOX
19120## ------------------------------------ ##
19121## Report this to bug-autoconf@gnu.org. ##
19122## ------------------------------------ ##
19123_ASBOX
19124 ) |
19125 sed "s/^/$as_me: WARNING: /" >&2
20668 ;; 19126 ;;
20669 no:yes:* ) 19127 no:yes )
20670 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 19128 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
20671echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 19129echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
20672 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 19130 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
20673echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 19131echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
20674 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
20675echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
20676 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
20677echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
20678 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 19132 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
20679echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 19133echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
20680 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
20681echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
20682 ( 19134 (
20683 cat <<\_ASBOX 19135 cat <<\_ASBOX
20684## ------------------------------------------ ## 19136## ------------------------------------ ##
20685## Report this to the AC_PACKAGE_NAME lists. ## 19137## Report this to bug-autoconf@gnu.org. ##
20686## ------------------------------------------ ## 19138## ------------------------------------ ##
20687_ASBOX 19139_ASBOX
20688 ) | 19140 ) |
20689 sed "s/^/$as_me: WARNING: /" >&2 19141 sed "s/^/$as_me: WARNING: /" >&2
@@ -20694,7 +19146,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
20694if eval "test \"\${$as_ac_Header+set}\" = set"; then 19146if eval "test \"\${$as_ac_Header+set}\" = set"; then
20695 echo $ECHO_N "(cached) $ECHO_C" >&6 19147 echo $ECHO_N "(cached) $ECHO_C" >&6
20696else 19148else
20697 eval "$as_ac_Header=\$ac_header_preproc" 19149 eval "$as_ac_Header=$ac_header_preproc"
20698fi 19150fi
20699echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 19151echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
20700echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 19152echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -20739,6 +19191,7 @@ if test "${ac_cv_type_pid_t+set}" = set; then
20739 echo $ECHO_N "(cached) $ECHO_C" >&6 19191 echo $ECHO_N "(cached) $ECHO_C" >&6
20740else 19192else
20741 cat >conftest.$ac_ext <<_ACEOF 19193 cat >conftest.$ac_ext <<_ACEOF
19194#line $LINENO "configure"
20742/* confdefs.h. */ 19195/* confdefs.h. */
20743_ACEOF 19196_ACEOF
20744cat confdefs.h >>conftest.$ac_ext 19197cat confdefs.h >>conftest.$ac_ext
@@ -20758,20 +19211,11 @@ if (sizeof (pid_t))
20758_ACEOF 19211_ACEOF
20759rm -f conftest.$ac_objext 19212rm -f conftest.$ac_objext
20760if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 19213if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20761 (eval $ac_compile) 2>conftest.er1 19214 (eval $ac_compile) 2>&5
20762 ac_status=$? 19215 ac_status=$?
20763 grep -v '^ *+' conftest.er1 >conftest.err
20764 rm -f conftest.er1
20765 cat conftest.err >&5
20766 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20767 (exit $ac_status); } && 19217 (exit $ac_status); } &&
20768 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 19218 { ac_try='test -s conftest.$ac_objext'
20769 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20770 (eval $ac_try) 2>&5
20771 ac_status=$?
20772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20773 (exit $ac_status); }; } &&
20774 { ac_try='test -s conftest.$ac_objext'
20775 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19219 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20776 (eval $ac_try) 2>&5 19220 (eval $ac_try) 2>&5
20777 ac_status=$? 19221 ac_status=$?
@@ -20784,7 +19228,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
20784 19228
20785ac_cv_type_pid_t=no 19229ac_cv_type_pid_t=no
20786fi 19230fi
20787rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 19231rm -f conftest.$ac_objext conftest.$ac_ext
20788fi 19232fi
20789echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5 19233echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
20790echo "${ECHO_T}$ac_cv_type_pid_t" >&6 19234echo "${ECHO_T}$ac_cv_type_pid_t" >&6
@@ -20816,6 +19260,7 @@ else
20816echo "$as_me:$LINENO: checking $ac_header usability" >&5 19260echo "$as_me:$LINENO: checking $ac_header usability" >&5
20817echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 19261echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
20818cat >conftest.$ac_ext <<_ACEOF 19262cat >conftest.$ac_ext <<_ACEOF
19263#line $LINENO "configure"
20819/* confdefs.h. */ 19264/* confdefs.h. */
20820_ACEOF 19265_ACEOF
20821cat confdefs.h >>conftest.$ac_ext 19266cat confdefs.h >>conftest.$ac_ext
@@ -20826,20 +19271,11 @@ $ac_includes_default
20826_ACEOF 19271_ACEOF
20827rm -f conftest.$ac_objext 19272rm -f conftest.$ac_objext
20828if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 19273if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20829 (eval $ac_compile) 2>conftest.er1 19274 (eval $ac_compile) 2>&5
20830 ac_status=$? 19275 ac_status=$?
20831 grep -v '^ *+' conftest.er1 >conftest.err
20832 rm -f conftest.er1
20833 cat conftest.err >&5
20834 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20835 (exit $ac_status); } && 19277 (exit $ac_status); } &&
20836 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 19278 { ac_try='test -s conftest.$ac_objext'
20837 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20838 (eval $ac_try) 2>&5
20839 ac_status=$?
20840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20841 (exit $ac_status); }; } &&
20842 { ac_try='test -s conftest.$ac_objext'
20843 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19279 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20844 (eval $ac_try) 2>&5 19280 (eval $ac_try) 2>&5
20845 ac_status=$? 19281 ac_status=$?
@@ -20852,7 +19288,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
20852 19288
20853ac_header_compiler=no 19289ac_header_compiler=no
20854fi 19290fi
20855rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 19291rm -f conftest.$ac_objext conftest.$ac_ext
20856echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 19292echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20857echo "${ECHO_T}$ac_header_compiler" >&6 19293echo "${ECHO_T}$ac_header_compiler" >&6
20858 19294
@@ -20860,6 +19296,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
20860echo "$as_me:$LINENO: checking $ac_header presence" >&5 19296echo "$as_me:$LINENO: checking $ac_header presence" >&5
20861echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 19297echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
20862cat >conftest.$ac_ext <<_ACEOF 19298cat >conftest.$ac_ext <<_ACEOF
19299#line $LINENO "configure"
20863/* confdefs.h. */ 19300/* confdefs.h. */
20864_ACEOF 19301_ACEOF
20865cat confdefs.h >>conftest.$ac_ext 19302cat confdefs.h >>conftest.$ac_ext
@@ -20877,7 +19314,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20877 (exit $ac_status); } >/dev/null; then 19314 (exit $ac_status); } >/dev/null; then
20878 if test -s conftest.err; then 19315 if test -s conftest.err; then
20879 ac_cpp_err=$ac_c_preproc_warn_flag 19316 ac_cpp_err=$ac_c_preproc_warn_flag
20880 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
20881 else 19317 else
20882 ac_cpp_err= 19318 ac_cpp_err=
20883 fi 19319 fi
@@ -20897,32 +19333,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20897echo "${ECHO_T}$ac_header_preproc" >&6 19333echo "${ECHO_T}$ac_header_preproc" >&6
20898 19334
20899# So? What about this header? 19335# So? What about this header?
20900case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 19336case $ac_header_compiler:$ac_header_preproc in
20901 yes:no: ) 19337 yes:no )
20902 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 19338 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
20903echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 19339echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
20904 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 19340 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
20905echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 19341echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
20906 ac_header_preproc=yes 19342 (
19343 cat <<\_ASBOX
19344## ------------------------------------ ##
19345## Report this to bug-autoconf@gnu.org. ##
19346## ------------------------------------ ##
19347_ASBOX
19348 ) |
19349 sed "s/^/$as_me: WARNING: /" >&2
20907 ;; 19350 ;;
20908 no:yes:* ) 19351 no:yes )
20909 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 19352 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
20910echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 19353echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
20911 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 19354 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
20912echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 19355echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
20913 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
20914echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
20915 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
20916echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
20917 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 19356 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
20918echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 19357echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
20919 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
20920echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
20921 ( 19358 (
20922 cat <<\_ASBOX 19359 cat <<\_ASBOX
20923## ------------------------------------------ ## 19360## ------------------------------------ ##
20924## Report this to the AC_PACKAGE_NAME lists. ## 19361## Report this to bug-autoconf@gnu.org. ##
20925## ------------------------------------------ ## 19362## ------------------------------------ ##
20926_ASBOX 19363_ASBOX
20927 ) | 19364 ) |
20928 sed "s/^/$as_me: WARNING: /" >&2 19365 sed "s/^/$as_me: WARNING: /" >&2
@@ -20933,7 +19370,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
20933if eval "test \"\${$as_ac_Header+set}\" = set"; then 19370if eval "test \"\${$as_ac_Header+set}\" = set"; then
20934 echo $ECHO_N "(cached) $ECHO_C" >&6 19371 echo $ECHO_N "(cached) $ECHO_C" >&6
20935else 19372else
20936 eval "$as_ac_Header=\$ac_header_preproc" 19373 eval "$as_ac_Header=$ac_header_preproc"
20937fi 19374fi
20938echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 19375echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
20939echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 19376echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -20959,28 +19396,21 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
20959 echo $ECHO_N "(cached) $ECHO_C" >&6 19396 echo $ECHO_N "(cached) $ECHO_C" >&6
20960else 19397else
20961 cat >conftest.$ac_ext <<_ACEOF 19398 cat >conftest.$ac_ext <<_ACEOF
19399#line $LINENO "configure"
20962/* confdefs.h. */ 19400/* confdefs.h. */
20963_ACEOF 19401_ACEOF
20964cat confdefs.h >>conftest.$ac_ext 19402cat confdefs.h >>conftest.$ac_ext
20965cat >>conftest.$ac_ext <<_ACEOF 19403cat >>conftest.$ac_ext <<_ACEOF
20966/* end confdefs.h. */ 19404/* end confdefs.h. */
20967/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
20968 For example, HP-UX 11i <limits.h> declares gettimeofday. */
20969#define $ac_func innocuous_$ac_func
20970
20971/* System header to define __stub macros and hopefully few prototypes, 19405/* System header to define __stub macros and hopefully few prototypes,
20972 which can conflict with char $ac_func (); below. 19406 which can conflict with char $ac_func (); below.
20973 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 19407 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
20974 <limits.h> exists even on freestanding compilers. */ 19408 <limits.h> exists even on freestanding compilers. */
20975
20976#ifdef __STDC__ 19409#ifdef __STDC__
20977# include <limits.h> 19410# include <limits.h>
20978#else 19411#else
20979# include <assert.h> 19412# include <assert.h>
20980#endif 19413#endif
20981
20982#undef $ac_func
20983
20984/* Override any gcc2 internal prototype to avoid an error. */ 19414/* Override any gcc2 internal prototype to avoid an error. */
20985#ifdef __cplusplus 19415#ifdef __cplusplus
20986extern "C" 19416extern "C"
@@ -21011,20 +19441,11 @@ return f != $ac_func;
21011_ACEOF 19441_ACEOF
21012rm -f conftest.$ac_objext conftest$ac_exeext 19442rm -f conftest.$ac_objext conftest$ac_exeext
21013if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 19443if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21014 (eval $ac_link) 2>conftest.er1 19444 (eval $ac_link) 2>&5
21015 ac_status=$? 19445 ac_status=$?
21016 grep -v '^ *+' conftest.er1 >conftest.err
21017 rm -f conftest.er1
21018 cat conftest.err >&5
21019 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21020 (exit $ac_status); } && 19447 (exit $ac_status); } &&
21021 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 19448 { ac_try='test -s conftest$ac_exeext'
21022 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21023 (eval $ac_try) 2>&5
21024 ac_status=$?
21025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21026 (exit $ac_status); }; } &&
21027 { ac_try='test -s conftest$ac_exeext'
21028 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19449 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21029 (eval $ac_try) 2>&5 19450 (eval $ac_try) 2>&5
21030 ac_status=$? 19451 ac_status=$?
@@ -21037,8 +19458,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
21037 19458
21038eval "$as_ac_var=no" 19459eval "$as_ac_var=no"
21039fi 19460fi
21040rm -f conftest.err conftest.$ac_objext \ 19461rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21041 conftest$ac_exeext conftest.$ac_ext
21042fi 19462fi
21043echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 19463echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
21044echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 19464echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -21068,9 +19488,9 @@ else
21068 /* Some systems only have a dummy stub for fork() */ 19488 /* Some systems only have a dummy stub for fork() */
21069 int main () 19489 int main ()
21070 { 19490 {
21071 if (fork() < 0) 19491 if (fork() < 0)
21072 exit (1); 19492 exit (1);
21073 exit (0); 19493 exit (0);
21074 } 19494 }
21075_ACEOF 19495_ACEOF
21076rm -f conftest$ac_exeext 19496rm -f conftest$ac_exeext
@@ -21093,7 +19513,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
21093( exit $ac_status ) 19513( exit $ac_status )
21094ac_cv_func_fork_works=no 19514ac_cv_func_fork_works=no
21095fi 19515fi
21096rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 19516rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
21097fi 19517fi
21098fi 19518fi
21099echo "$as_me:$LINENO: result: $ac_cv_func_fork_works" >&5 19519echo "$as_me:$LINENO: result: $ac_cv_func_fork_works" >&5
@@ -21126,6 +19546,7 @@ else
21126 ac_cv_func_vfork_works=cross 19546 ac_cv_func_vfork_works=cross
21127else 19547else
21128 cat >conftest.$ac_ext <<_ACEOF 19548 cat >conftest.$ac_ext <<_ACEOF
19549#line $LINENO "configure"
21129/* confdefs.h. */ 19550/* confdefs.h. */
21130_ACEOF 19551_ACEOF
21131cat confdefs.h >>conftest.$ac_ext 19552cat confdefs.h >>conftest.$ac_ext
@@ -21247,7 +19668,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
21247( exit $ac_status ) 19668( exit $ac_status )
21248ac_cv_func_vfork_works=no 19669ac_cv_func_vfork_works=no
21249fi 19670fi
21250rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 19671rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
21251fi 19672fi
21252fi 19673fi
21253echo "$as_me:$LINENO: result: $ac_cv_func_vfork_works" >&5 19674echo "$as_me:$LINENO: result: $ac_cv_func_vfork_works" >&5
@@ -21255,7 +19676,7 @@ echo "${ECHO_T}$ac_cv_func_vfork_works" >&6
21255 19676
21256fi; 19677fi;
21257if test "x$ac_cv_func_fork_works" = xcross; then 19678if test "x$ac_cv_func_fork_works" = xcross; then
21258 ac_cv_func_vfork_works=$ac_cv_func_vfork 19679 ac_cv_func_vfork_works=ac_cv_func_vfork
21259 { echo "$as_me:$LINENO: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&5 19680 { echo "$as_me:$LINENO: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&5
21260echo "$as_me: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&2;} 19681echo "$as_me: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&2;}
21261fi 19682fi
@@ -21288,6 +19709,7 @@ if test "${emacs_cv_langinfo_codeset+set}" = set; then
21288 echo $ECHO_N "(cached) $ECHO_C" >&6 19709 echo $ECHO_N "(cached) $ECHO_C" >&6
21289else 19710else
21290 cat >conftest.$ac_ext <<_ACEOF 19711 cat >conftest.$ac_ext <<_ACEOF
19712#line $LINENO "configure"
21291/* confdefs.h. */ 19713/* confdefs.h. */
21292_ACEOF 19714_ACEOF
21293cat confdefs.h >>conftest.$ac_ext 19715cat confdefs.h >>conftest.$ac_ext
@@ -21304,20 +19726,11 @@ char* cs = nl_langinfo(CODESET);
21304_ACEOF 19726_ACEOF
21305rm -f conftest.$ac_objext conftest$ac_exeext 19727rm -f conftest.$ac_objext conftest$ac_exeext
21306if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 19728if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21307 (eval $ac_link) 2>conftest.er1 19729 (eval $ac_link) 2>&5
21308 ac_status=$? 19730 ac_status=$?
21309 grep -v '^ *+' conftest.er1 >conftest.err
21310 rm -f conftest.er1
21311 cat conftest.err >&5
21312 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21313 (exit $ac_status); } && 19732 (exit $ac_status); } &&
21314 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 19733 { ac_try='test -s conftest$ac_exeext'
21315 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21316 (eval $ac_try) 2>&5
21317 ac_status=$?
21318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21319 (exit $ac_status); }; } &&
21320 { ac_try='test -s conftest$ac_exeext'
21321 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19734 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21322 (eval $ac_try) 2>&5 19735 (eval $ac_try) 2>&5
21323 ac_status=$? 19736 ac_status=$?
@@ -21330,8 +19743,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
21330 19743
21331emacs_cv_langinfo_codeset=no 19744emacs_cv_langinfo_codeset=no
21332fi 19745fi
21333rm -f conftest.err conftest.$ac_objext \ 19746rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21334 conftest$ac_exeext conftest.$ac_ext
21335 19747
21336fi 19748fi
21337echo "$as_me:$LINENO: result: $emacs_cv_langinfo_codeset" >&5 19749echo "$as_me:$LINENO: result: $emacs_cv_langinfo_codeset" >&5
@@ -21350,6 +19762,7 @@ if test "${ac_cv_type_size_t+set}" = set; then
21350 echo $ECHO_N "(cached) $ECHO_C" >&6 19762 echo $ECHO_N "(cached) $ECHO_C" >&6
21351else 19763else
21352 cat >conftest.$ac_ext <<_ACEOF 19764 cat >conftest.$ac_ext <<_ACEOF
19765#line $LINENO "configure"
21353/* confdefs.h. */ 19766/* confdefs.h. */
21354_ACEOF 19767_ACEOF
21355cat confdefs.h >>conftest.$ac_ext 19768cat confdefs.h >>conftest.$ac_ext
@@ -21369,20 +19782,11 @@ if (sizeof (size_t))
21369_ACEOF 19782_ACEOF
21370rm -f conftest.$ac_objext 19783rm -f conftest.$ac_objext
21371if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 19784if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21372 (eval $ac_compile) 2>conftest.er1 19785 (eval $ac_compile) 2>&5
21373 ac_status=$? 19786 ac_status=$?
21374 grep -v '^ *+' conftest.er1 >conftest.err
21375 rm -f conftest.er1
21376 cat conftest.err >&5
21377 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21378 (exit $ac_status); } && 19788 (exit $ac_status); } &&
21379 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 19789 { ac_try='test -s conftest.$ac_objext'
21380 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21381 (eval $ac_try) 2>&5
21382 ac_status=$?
21383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21384 (exit $ac_status); }; } &&
21385 { ac_try='test -s conftest.$ac_objext'
21386 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19790 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21387 (eval $ac_try) 2>&5 19791 (eval $ac_try) 2>&5
21388 ac_status=$? 19792 ac_status=$?
@@ -21395,7 +19799,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
21395 19799
21396ac_cv_type_size_t=no 19800ac_cv_type_size_t=no
21397fi 19801fi
21398rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 19802rm -f conftest.$ac_objext conftest.$ac_ext
21399fi 19803fi
21400echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 19804echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
21401echo "${ECHO_T}$ac_cv_type_size_t" >&6 19805echo "${ECHO_T}$ac_cv_type_size_t" >&6
@@ -21415,6 +19819,7 @@ if test "${ac_cv_type_mbstate_t+set}" = set; then
21415 echo $ECHO_N "(cached) $ECHO_C" >&6 19819 echo $ECHO_N "(cached) $ECHO_C" >&6
21416else 19820else
21417 cat >conftest.$ac_ext <<_ACEOF 19821 cat >conftest.$ac_ext <<_ACEOF
19822#line $LINENO "configure"
21418/* confdefs.h. */ 19823/* confdefs.h. */
21419_ACEOF 19824_ACEOF
21420cat confdefs.h >>conftest.$ac_ext 19825cat confdefs.h >>conftest.$ac_ext
@@ -21432,20 +19837,11 @@ mbstate_t x; return sizeof x;
21432_ACEOF 19837_ACEOF
21433rm -f conftest.$ac_objext 19838rm -f conftest.$ac_objext
21434if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 19839if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21435 (eval $ac_compile) 2>conftest.er1 19840 (eval $ac_compile) 2>&5
21436 ac_status=$? 19841 ac_status=$?
21437 grep -v '^ *+' conftest.er1 >conftest.err
21438 rm -f conftest.er1
21439 cat conftest.err >&5
21440 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21441 (exit $ac_status); } && 19843 (exit $ac_status); } &&
21442 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 19844 { ac_try='test -s conftest.$ac_objext'
21443 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21444 (eval $ac_try) 2>&5
21445 ac_status=$?
21446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21447 (exit $ac_status); }; } &&
21448 { ac_try='test -s conftest.$ac_objext'
21449 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19845 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21450 (eval $ac_try) 2>&5 19846 (eval $ac_try) 2>&5
21451 ac_status=$? 19847 ac_status=$?
@@ -21458,7 +19854,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
21458 19854
21459ac_cv_type_mbstate_t=no 19855ac_cv_type_mbstate_t=no
21460fi 19856fi
21461rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 19857rm -f conftest.$ac_objext conftest.$ac_ext
21462fi 19858fi
21463echo "$as_me:$LINENO: result: $ac_cv_type_mbstate_t" >&5 19859echo "$as_me:$LINENO: result: $ac_cv_type_mbstate_t" >&5
21464echo "${ECHO_T}$ac_cv_type_mbstate_t" >&6 19860echo "${ECHO_T}$ac_cv_type_mbstate_t" >&6
@@ -21482,6 +19878,7 @@ if test "${emacs_cv_c_restrict+set}" = set; then
21482 echo $ECHO_N "(cached) $ECHO_C" >&6 19878 echo $ECHO_N "(cached) $ECHO_C" >&6
21483else 19879else
21484 cat >conftest.$ac_ext <<_ACEOF 19880 cat >conftest.$ac_ext <<_ACEOF
19881#line $LINENO "configure"
21485/* confdefs.h. */ 19882/* confdefs.h. */
21486_ACEOF 19883_ACEOF
21487cat confdefs.h >>conftest.$ac_ext 19884cat confdefs.h >>conftest.$ac_ext
@@ -21498,20 +19895,11 @@ main ()
21498_ACEOF 19895_ACEOF
21499rm -f conftest.$ac_objext 19896rm -f conftest.$ac_objext
21500if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 19897if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21501 (eval $ac_compile) 2>conftest.er1 19898 (eval $ac_compile) 2>&5
21502 ac_status=$? 19899 ac_status=$?
21503 grep -v '^ *+' conftest.er1 >conftest.err
21504 rm -f conftest.er1
21505 cat conftest.err >&5
21506 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21507 (exit $ac_status); } && 19901 (exit $ac_status); } &&
21508 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 19902 { ac_try='test -s conftest.$ac_objext'
21509 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21510 (eval $ac_try) 2>&5
21511 ac_status=$?
21512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21513 (exit $ac_status); }; } &&
21514 { ac_try='test -s conftest.$ac_objext'
21515 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19903 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21516 (eval $ac_try) 2>&5 19904 (eval $ac_try) 2>&5
21517 ac_status=$? 19905 ac_status=$?
@@ -21523,6 +19911,7 @@ else
21523sed 's/^/| /' conftest.$ac_ext >&5 19911sed 's/^/| /' conftest.$ac_ext >&5
21524 19912
21525cat >conftest.$ac_ext <<_ACEOF 19913cat >conftest.$ac_ext <<_ACEOF
19914#line $LINENO "configure"
21526/* confdefs.h. */ 19915/* confdefs.h. */
21527_ACEOF 19916_ACEOF
21528cat confdefs.h >>conftest.$ac_ext 19917cat confdefs.h >>conftest.$ac_ext
@@ -21539,20 +19928,11 @@ main ()
21539_ACEOF 19928_ACEOF
21540rm -f conftest.$ac_objext 19929rm -f conftest.$ac_objext
21541if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 19930if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21542 (eval $ac_compile) 2>conftest.er1 19931 (eval $ac_compile) 2>&5
21543 ac_status=$? 19932 ac_status=$?
21544 grep -v '^ *+' conftest.er1 >conftest.err
21545 rm -f conftest.er1
21546 cat conftest.err >&5
21547 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21548 (exit $ac_status); } && 19934 (exit $ac_status); } &&
21549 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 19935 { ac_try='test -s conftest.$ac_objext'
21550 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21551 (eval $ac_try) 2>&5
21552 ac_status=$?
21553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21554 (exit $ac_status); }; } &&
21555 { ac_try='test -s conftest.$ac_objext'
21556 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19936 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21557 (eval $ac_try) 2>&5 19937 (eval $ac_try) 2>&5
21558 ac_status=$? 19938 ac_status=$?
@@ -21565,9 +19945,9 @@ sed 's/^/| /' conftest.$ac_ext >&5
21565 19945
21566emacs_cv_c_restrict=no 19946emacs_cv_c_restrict=no
21567fi 19947fi
21568rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 19948rm -f conftest.$ac_objext conftest.$ac_ext
21569fi 19949fi
21570rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 19950rm -f conftest.$ac_objext conftest.$ac_ext
21571fi 19951fi
21572echo "$as_me:$LINENO: result: $emacs_cv_c_restrict" >&5 19952echo "$as_me:$LINENO: result: $emacs_cv_c_restrict" >&5
21573echo "${ECHO_T}$emacs_cv_c_restrict" >&6 19953echo "${ECHO_T}$emacs_cv_c_restrict" >&6
@@ -21590,6 +19970,7 @@ if test "${emacs_cv_c_restrict_arr+set}" = set; then
21590 echo $ECHO_N "(cached) $ECHO_C" >&6 19970 echo $ECHO_N "(cached) $ECHO_C" >&6
21591else 19971else
21592 cat >conftest.$ac_ext <<_ACEOF 19972 cat >conftest.$ac_ext <<_ACEOF
19973#line $LINENO "configure"
21593/* confdefs.h. */ 19974/* confdefs.h. */
21594_ACEOF 19975_ACEOF
21595cat confdefs.h >>conftest.$ac_ext 19976cat confdefs.h >>conftest.$ac_ext
@@ -21606,20 +19987,11 @@ main ()
21606_ACEOF 19987_ACEOF
21607rm -f conftest.$ac_objext 19988rm -f conftest.$ac_objext
21608if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 19989if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21609 (eval $ac_compile) 2>conftest.er1 19990 (eval $ac_compile) 2>&5
21610 ac_status=$? 19991 ac_status=$?
21611 grep -v '^ *+' conftest.er1 >conftest.err
21612 rm -f conftest.er1
21613 cat conftest.err >&5
21614 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21615 (exit $ac_status); } && 19993 (exit $ac_status); } &&
21616 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 19994 { ac_try='test -s conftest.$ac_objext'
21617 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21618 (eval $ac_try) 2>&5
21619 ac_status=$?
21620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21621 (exit $ac_status); }; } &&
21622 { ac_try='test -s conftest.$ac_objext'
21623 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19995 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21624 (eval $ac_try) 2>&5 19996 (eval $ac_try) 2>&5
21625 ac_status=$? 19997 ac_status=$?
@@ -21632,7 +20004,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
21632 20004
21633emacs_cv_c_restrict_arr=no 20005emacs_cv_c_restrict_arr=no
21634fi 20006fi
21635rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 20007rm -f conftest.$ac_objext conftest.$ac_ext
21636fi 20008fi
21637echo "$as_me:$LINENO: result: $emacs_cv_c_restrict_arr" >&5 20009echo "$as_me:$LINENO: result: $emacs_cv_c_restrict_arr" >&5
21638echo "${ECHO_T}$emacs_cv_c_restrict_arr" >&6 20010echo "${ECHO_T}$emacs_cv_c_restrict_arr" >&6
@@ -21851,6 +20223,7 @@ test "${exec_prefix}" != NONE &&
21851## C preprocessor. 20223## C preprocessor.
21852 20224
21853cat >conftest.$ac_ext <<_ACEOF 20225cat >conftest.$ac_ext <<_ACEOF
20226#line $LINENO "configure"
21854/* confdefs.h. */ 20227/* confdefs.h. */
21855_ACEOF 20228_ACEOF
21856cat confdefs.h >>conftest.$ac_ext 20229cat confdefs.h >>conftest.$ac_ext
@@ -21897,13 +20270,13 @@ _ACEOF
21897 # `set' does not quote correctly, so add quotes (double-quote 20270 # `set' does not quote correctly, so add quotes (double-quote
21898 # substitution turns \\\\ into \\, and sed turns \\ into \). 20271 # substitution turns \\\\ into \\, and sed turns \\ into \).
21899 sed -n \ 20272 sed -n \
21900 "s/'/'\\\\''/g; 20273 "s/'/'\\\\''/g;
21901 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" 20274 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
21902 ;; 20275 ;;
21903 *) 20276 *)
21904 # `set' quotes correctly as required by POSIX, so do not add quotes. 20277 # `set' quotes correctly as required by POSIX, so do not add quotes.
21905 sed -n \ 20278 sed -n \
21906 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 20279 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
21907 ;; 20280 ;;
21908 esac; 20281 esac;
21909} | 20282} |
@@ -21933,13 +20306,13 @@ test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
21933# trailing colons and then remove the whole line if VPATH becomes empty 20306# trailing colons and then remove the whole line if VPATH becomes empty
21934# (actually we leave an empty line to preserve line numbers). 20307# (actually we leave an empty line to preserve line numbers).
21935if test "x$srcdir" = x.; then 20308if test "x$srcdir" = x.; then
21936 ac_vpsub='/^[ ]*VPATH[ ]*=/{ 20309 ac_vpsub='/^[ ]*VPATH[ ]*=/{
21937s/:*\$(srcdir):*/:/; 20310s/:*\$(srcdir):*/:/;
21938s/:*\${srcdir}:*/:/; 20311s/:*\${srcdir}:*/:/;
21939s/:*@srcdir@:*/:/; 20312s/:*@srcdir@:*/:/;
21940s/^\([^=]*=[ ]*\):*/\1/; 20313s/^\([^=]*=[ ]*\):*/\1/;
21941s/:*$//; 20314s/:*$//;
21942s/^[^=]*=[ ]*$//; 20315s/^[^=]*=[ ]*$//;
21943}' 20316}'
21944fi 20317fi
21945 20318
@@ -21950,7 +20323,7 @@ ac_ltlibobjs=
21950for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 20323for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
21951 # 1. Remove the extension, and $U if already installed. 20324 # 1. Remove the extension, and $U if already installed.
21952 ac_i=`echo "$ac_i" | 20325 ac_i=`echo "$ac_i" |
21953 sed 's/\$U\././;s/\.o$//;s/\.obj$//'` 20326 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
21954 # 2. Add them. 20327 # 2. Add them.
21955 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" 20328 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
21956 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo' 20329 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
@@ -21994,10 +20367,9 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
21994elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then 20367elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
21995 set -o posix 20368 set -o posix
21996fi 20369fi
21997DUALCASE=1; export DUALCASE # for MKS sh
21998 20370
21999# Support unset when possible. 20371# Support unset when possible.
22000if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 20372if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
22001 as_unset=unset 20373 as_unset=unset
22002else 20374else
22003 as_unset=false 20375 as_unset=false
@@ -22016,7 +20388,7 @@ for as_var in \
22016 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 20388 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
22017 LC_TELEPHONE LC_TIME 20389 LC_TELEPHONE LC_TIME
22018do 20390do
22019 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 20391 if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
22020 eval $as_var=C; export $as_var 20392 eval $as_var=C; export $as_var
22021 else 20393 else
22022 $as_unset $as_var 20394 $as_unset $as_var
@@ -22195,17 +20567,16 @@ rm -f conf$$ conf$$.exe conf$$.file
22195if mkdir -p . 2>/dev/null; then 20567if mkdir -p . 2>/dev/null; then
22196 as_mkdir_p=: 20568 as_mkdir_p=:
22197else 20569else
22198 test -d ./-p && rmdir ./-p
22199 as_mkdir_p=false 20570 as_mkdir_p=false
22200fi 20571fi
22201 20572
22202as_executable_p="test -f" 20573as_executable_p="test -f"
22203 20574
22204# Sed expression to map a string onto a valid CPP name. 20575# Sed expression to map a string onto a valid CPP name.
22205as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 20576as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
22206 20577
22207# Sed expression to map a string onto a valid variable name. 20578# Sed expression to map a string onto a valid variable name.
22208as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 20579as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
22209 20580
22210 20581
22211# IFS 20582# IFS
@@ -22232,7 +20603,7 @@ _ASBOX
22232cat >&5 <<_CSEOF 20603cat >&5 <<_CSEOF
22233 20604
22234This file was extended by $as_me, which was 20605This file was extended by $as_me, which was
22235generated by GNU Autoconf 2.59. Invocation command line was 20606generated by GNU Autoconf 2.57. Invocation command line was
22236 20607
22237 CONFIG_FILES = $CONFIG_FILES 20608 CONFIG_FILES = $CONFIG_FILES
22238 CONFIG_HEADERS = $CONFIG_HEADERS 20609 CONFIG_HEADERS = $CONFIG_HEADERS
@@ -22276,9 +20647,9 @@ Usage: $0 [OPTIONS] [FILE]...
22276 -d, --debug don't remove temporary files 20647 -d, --debug don't remove temporary files
22277 --recheck update $as_me by reconfiguring in the same conditions 20648 --recheck update $as_me by reconfiguring in the same conditions
22278 --file=FILE[:TEMPLATE] 20649 --file=FILE[:TEMPLATE]
22279 instantiate the configuration file FILE 20650 instantiate the configuration file FILE
22280 --header=FILE[:TEMPLATE] 20651 --header=FILE[:TEMPLATE]
22281 instantiate the configuration header FILE 20652 instantiate the configuration header FILE
22282 20653
22283Configuration files: 20654Configuration files:
22284$config_files 20655$config_files
@@ -22295,10 +20666,11 @@ _ACEOF
22295cat >>$CONFIG_STATUS <<_ACEOF 20666cat >>$CONFIG_STATUS <<_ACEOF
22296ac_cs_version="\\ 20667ac_cs_version="\\
22297config.status 20668config.status
22298configured by $0, generated by GNU Autoconf 2.59, 20669configured by $0, generated by GNU Autoconf 2.57,
22299 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" 20670 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
22300 20671
22301Copyright (C) 2003 Free Software Foundation, Inc. 20672Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
20673Free Software Foundation, Inc.
22302This config.status script is free software; the Free Software Foundation 20674This config.status script is free software; the Free Software Foundation
22303gives unlimited permission to copy, distribute and modify it." 20675gives unlimited permission to copy, distribute and modify it."
22304srcdir=$srcdir 20676srcdir=$srcdir
@@ -22590,9 +20962,9 @@ _ACEOF
22590 (echo ':t 20962 (echo ':t
22591 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed 20963 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
22592 if test -z "$ac_sed_cmds"; then 20964 if test -z "$ac_sed_cmds"; then
22593 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" 20965 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
22594 else 20966 else
22595 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" 20967 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
22596 fi 20968 fi
22597 ac_sed_frag=`expr $ac_sed_frag + 1` 20969 ac_sed_frag=`expr $ac_sed_frag + 1`
22598 ac_beg=$ac_end 20970 ac_beg=$ac_end
@@ -22610,21 +20982,21 @@ for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
22610 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 20982 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
22611 case $ac_file in 20983 case $ac_file in
22612 - | *:- | *:-:* ) # input from stdin 20984 - | *:- | *:-:* ) # input from stdin
22613 cat >$tmp/stdin 20985 cat >$tmp/stdin
22614 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 20986 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
22615 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 20987 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
22616 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 20988 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
22617 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 20989 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
22618 * ) ac_file_in=$ac_file.in ;; 20990 * ) ac_file_in=$ac_file.in ;;
22619 esac 20991 esac
22620 20992
22621 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories. 20993 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
22622 ac_dir=`(dirname "$ac_file") 2>/dev/null || 20994 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
22623$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 20995$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
22624 X"$ac_file" : 'X\(//\)[^/]' \| \ 20996 X"$ac_file" : 'X\(//\)[^/]' \| \
22625 X"$ac_file" : 'X\(//\)$' \| \ 20997 X"$ac_file" : 'X\(//\)$' \| \
22626 X"$ac_file" : 'X\(/\)' \| \ 20998 X"$ac_file" : 'X\(/\)' \| \
22627 . : '\(.\)' 2>/dev/null || 20999 . : '\(.\)' 2>/dev/null ||
22628echo X"$ac_file" | 21000echo X"$ac_file" |
22629 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 21001 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
22630 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 21002 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
@@ -22640,10 +21012,10 @@ echo X"$ac_file" |
22640 as_dirs="$as_dir $as_dirs" 21012 as_dirs="$as_dir $as_dirs"
22641 as_dir=`(dirname "$as_dir") 2>/dev/null || 21013 as_dir=`(dirname "$as_dir") 2>/dev/null ||
22642$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 21014$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
22643 X"$as_dir" : 'X\(//\)[^/]' \| \ 21015 X"$as_dir" : 'X\(//\)[^/]' \| \
22644 X"$as_dir" : 'X\(//\)$' \| \ 21016 X"$as_dir" : 'X\(//\)$' \| \
22645 X"$as_dir" : 'X\(/\)' \| \ 21017 X"$as_dir" : 'X\(/\)' \| \
22646 . : '\(.\)' 2>/dev/null || 21018 . : '\(.\)' 2>/dev/null ||
22647echo X"$as_dir" | 21019echo X"$as_dir" |
22648 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 21020 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
22649 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 21021 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
@@ -22681,45 +21053,12 @@ case $srcdir in
22681 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 21053 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
22682 ac_top_srcdir=$ac_top_builddir$srcdir ;; 21054 ac_top_srcdir=$ac_top_builddir$srcdir ;;
22683esac 21055esac
22684 21056# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
22685# Do not use `cd foo && pwd` to compute absolute paths, because 21057# absolute.
22686# the directories may not exist. 21058ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
22687case `pwd` in 21059ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
22688.) ac_abs_builddir="$ac_dir";; 21060ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
22689*) 21061ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
22690 case "$ac_dir" in
22691 .) ac_abs_builddir=`pwd`;;
22692 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
22693 *) ac_abs_builddir=`pwd`/"$ac_dir";;
22694 esac;;
22695esac
22696case $ac_abs_builddir in
22697.) ac_abs_top_builddir=${ac_top_builddir}.;;
22698*)
22699 case ${ac_top_builddir}. in
22700 .) ac_abs_top_builddir=$ac_abs_builddir;;
22701 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
22702 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
22703 esac;;
22704esac
22705case $ac_abs_builddir in
22706.) ac_abs_srcdir=$ac_srcdir;;
22707*)
22708 case $ac_srcdir in
22709 .) ac_abs_srcdir=$ac_abs_builddir;;
22710 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
22711 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
22712 esac;;
22713esac
22714case $ac_abs_builddir in
22715.) ac_abs_top_srcdir=$ac_top_srcdir;;
22716*)
22717 case $ac_top_srcdir in
22718 .) ac_abs_top_srcdir=$ac_abs_builddir;;
22719 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
22720 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
22721 esac;;
22722esac
22723 21062
22724 21063
22725 case $INSTALL in 21064 case $INSTALL in
@@ -22727,6 +21066,11 @@ esac
22727 *) ac_INSTALL=$ac_top_builddir$INSTALL ;; 21066 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
22728 esac 21067 esac
22729 21068
21069 if test x"$ac_file" != x-; then
21070 { echo "$as_me:$LINENO: creating $ac_file" >&5
21071echo "$as_me: creating $ac_file" >&6;}
21072 rm -f "$ac_file"
21073 fi
22730 # Let's still pretend it is `configure' which instantiates (i.e., don't 21074 # Let's still pretend it is `configure' which instantiates (i.e., don't
22731 # use $as_me), people would be surprised to read: 21075 # use $as_me), people would be surprised to read:
22732 # /* config.h. Generated by config.status. */ 21076 # /* config.h. Generated by config.status. */
@@ -22736,7 +21080,7 @@ esac
22736 configure_input="$ac_file. " 21080 configure_input="$ac_file. "
22737 fi 21081 fi
22738 configure_input=$configure_input"Generated from `echo $ac_file_in | 21082 configure_input=$configure_input"Generated from `echo $ac_file_in |
22739 sed 's,.*/,,'` by configure." 21083 sed 's,.*/,,'` by configure."
22740 21084
22741 # First look for the input files in the build tree, otherwise in the 21085 # First look for the input files in the build tree, otherwise in the
22742 # src tree. 21086 # src tree.
@@ -22745,32 +21089,26 @@ esac
22745 case $f in 21089 case $f in
22746 -) echo $tmp/stdin ;; 21090 -) echo $tmp/stdin ;;
22747 [\\/$]*) 21091 [\\/$]*)
22748 # Absolute (can't be DOS-style, as IFS=:) 21092 # Absolute (can't be DOS-style, as IFS=:)
22749 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 21093 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
22750echo "$as_me: error: cannot find input file: $f" >&2;} 21094echo "$as_me: error: cannot find input file: $f" >&2;}
22751 { (exit 1); exit 1; }; } 21095 { (exit 1); exit 1; }; }
22752 echo "$f";; 21096 echo $f;;
22753 *) # Relative 21097 *) # Relative
22754 if test -f "$f"; then 21098 if test -f "$f"; then
22755 # Build tree 21099 # Build tree
22756 echo "$f" 21100 echo $f
22757 elif test -f "$srcdir/$f"; then 21101 elif test -f "$srcdir/$f"; then
22758 # Source tree 21102 # Source tree
22759 echo "$srcdir/$f" 21103 echo $srcdir/$f
22760 else 21104 else
22761 # /dev/null tree 21105 # /dev/null tree
22762 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 21106 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
22763echo "$as_me: error: cannot find input file: $f" >&2;} 21107echo "$as_me: error: cannot find input file: $f" >&2;}
22764 { (exit 1); exit 1; }; } 21108 { (exit 1); exit 1; }; }
22765 fi;; 21109 fi;;
22766 esac 21110 esac
22767 done` || { (exit 1); exit 1; } 21111 done` || { (exit 1); exit 1; }
22768
22769 if test x"$ac_file" != x-; then
22770 { echo "$as_me:$LINENO: creating $ac_file" >&5
22771echo "$as_me: creating $ac_file" >&6;}
22772 rm -f "$ac_file"
22773 fi
22774_ACEOF 21112_ACEOF
22775cat >>$CONFIG_STATUS <<_ACEOF 21113cat >>$CONFIG_STATUS <<_ACEOF
22776 sed "$ac_vpsub 21114 sed "$ac_vpsub
@@ -22810,12 +21148,12 @@ cat >>$CONFIG_STATUS <<\_ACEOF
22810# NAME is the cpp macro being defined and VALUE is the value it is being given. 21148# NAME is the cpp macro being defined and VALUE is the value it is being given.
22811# 21149#
22812# ac_d sets the value in "#define NAME VALUE" lines. 21150# ac_d sets the value in "#define NAME VALUE" lines.
22813ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)' 21151ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
22814ac_dB='[ ].*$,\1#\2' 21152ac_dB='[ ].*$,\1#\2'
22815ac_dC=' ' 21153ac_dC=' '
22816ac_dD=',;t' 21154ac_dD=',;t'
22817# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE". 21155# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
22818ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' 21156ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
22819ac_uB='$,\1#\2define\3' 21157ac_uB='$,\1#\2define\3'
22820ac_uC=' ' 21158ac_uC=' '
22821ac_uD=',;t' 21159ac_uD=',;t'
@@ -22824,11 +21162,11 @@ for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
22824 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 21162 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
22825 case $ac_file in 21163 case $ac_file in
22826 - | *:- | *:-:* ) # input from stdin 21164 - | *:- | *:-:* ) # input from stdin
22827 cat >$tmp/stdin 21165 cat >$tmp/stdin
22828 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 21166 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
22829 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 21167 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
22830 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 21168 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
22831 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 21169 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
22832 * ) ac_file_in=$ac_file.in ;; 21170 * ) ac_file_in=$ac_file.in ;;
22833 esac 21171 esac
22834 21172
@@ -22842,29 +21180,28 @@ echo "$as_me: creating $ac_file" >&6;}
22842 case $f in 21180 case $f in
22843 -) echo $tmp/stdin ;; 21181 -) echo $tmp/stdin ;;
22844 [\\/$]*) 21182 [\\/$]*)
22845 # Absolute (can't be DOS-style, as IFS=:) 21183 # Absolute (can't be DOS-style, as IFS=:)
22846 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 21184 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
22847echo "$as_me: error: cannot find input file: $f" >&2;} 21185echo "$as_me: error: cannot find input file: $f" >&2;}
22848 { (exit 1); exit 1; }; } 21186 { (exit 1); exit 1; }; }
22849 # Do quote $f, to prevent DOS paths from being IFS'd. 21187 echo $f;;
22850 echo "$f";;
22851 *) # Relative 21188 *) # Relative
22852 if test -f "$f"; then 21189 if test -f "$f"; then
22853 # Build tree 21190 # Build tree
22854 echo "$f" 21191 echo $f
22855 elif test -f "$srcdir/$f"; then 21192 elif test -f "$srcdir/$f"; then
22856 # Source tree 21193 # Source tree
22857 echo "$srcdir/$f" 21194 echo $srcdir/$f
22858 else 21195 else
22859 # /dev/null tree 21196 # /dev/null tree
22860 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 21197 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
22861echo "$as_me: error: cannot find input file: $f" >&2;} 21198echo "$as_me: error: cannot find input file: $f" >&2;}
22862 { (exit 1); exit 1; }; } 21199 { (exit 1); exit 1; }; }
22863 fi;; 21200 fi;;
22864 esac 21201 esac
22865 done` || { (exit 1); exit 1; } 21202 done` || { (exit 1); exit 1; }
22866 # Remove the trailing spaces. 21203 # Remove the trailing spaces.
22867 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in 21204 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
22868 21205
22869_ACEOF 21206_ACEOF
22870 21207
@@ -22887,9 +21224,9 @@ s/[\\&,]/\\&/g
22887s,[\\$`],\\&,g 21224s,[\\$`],\\&,g
22888t clear 21225t clear
22889: clear 21226: clear
22890s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp 21227s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
22891t end 21228t end
22892s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp 21229s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
22893: end 21230: end
22894_ACEOF 21231_ACEOF
22895# If some macros were called several times there might be several times 21232# If some macros were called several times there might be several times
@@ -22903,13 +21240,13 @@ rm -f confdef2sed.sed
22903# example, in the case of _POSIX_SOURCE, which is predefined and required 21240# example, in the case of _POSIX_SOURCE, which is predefined and required
22904# on some systems where configure will not decide to define it. 21241# on some systems where configure will not decide to define it.
22905cat >>conftest.undefs <<\_ACEOF 21242cat >>conftest.undefs <<\_ACEOF
22906s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */, 21243s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
22907_ACEOF 21244_ACEOF
22908 21245
22909# Break up conftest.defines because some shells have a limit on the size 21246# Break up conftest.defines because some shells have a limit on the size
22910# of here documents, and old seds have small limits too (100 cmds). 21247# of here documents, and old seds have small limits too (100 cmds).
22911echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS 21248echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
22912echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS 21249echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
22913echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS 21250echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
22914echo ' :' >>$CONFIG_STATUS 21251echo ' :' >>$CONFIG_STATUS
22915rm -f conftest.tail 21252rm -f conftest.tail
@@ -22918,7 +21255,7 @@ do
22918 # Write a limited-size here document to $tmp/defines.sed. 21255 # Write a limited-size here document to $tmp/defines.sed.
22919 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS 21256 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
22920 # Speed up: don't consider the non `#define' lines. 21257 # Speed up: don't consider the non `#define' lines.
22921 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS 21258 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
22922 # Work around the forget-to-reset-the-flag bug. 21259 # Work around the forget-to-reset-the-flag bug.
22923 echo 't clr' >>$CONFIG_STATUS 21260 echo 't clr' >>$CONFIG_STATUS
22924 echo ': clr' >>$CONFIG_STATUS 21261 echo ': clr' >>$CONFIG_STATUS
@@ -22945,7 +21282,7 @@ do
22945 # Write a limited-size here document to $tmp/undefs.sed. 21282 # Write a limited-size here document to $tmp/undefs.sed.
22946 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS 21283 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
22947 # Speed up: don't consider the non `#undef' 21284 # Speed up: don't consider the non `#undef'
22948 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS 21285 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
22949 # Work around the forget-to-reset-the-flag bug. 21286 # Work around the forget-to-reset-the-flag bug.
22950 echo 't clr' >>$CONFIG_STATUS 21287 echo 't clr' >>$CONFIG_STATUS
22951 echo ': clr' >>$CONFIG_STATUS 21288 echo ': clr' >>$CONFIG_STATUS
@@ -22979,10 +21316,10 @@ echo "$as_me: $ac_file is unchanged" >&6;}
22979 else 21316 else
22980 ac_dir=`(dirname "$ac_file") 2>/dev/null || 21317 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
22981$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 21318$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
22982 X"$ac_file" : 'X\(//\)[^/]' \| \ 21319 X"$ac_file" : 'X\(//\)[^/]' \| \
22983 X"$ac_file" : 'X\(//\)$' \| \ 21320 X"$ac_file" : 'X\(//\)$' \| \
22984 X"$ac_file" : 'X\(/\)' \| \ 21321 X"$ac_file" : 'X\(/\)' \| \
22985 . : '\(.\)' 2>/dev/null || 21322 . : '\(.\)' 2>/dev/null ||
22986echo X"$ac_file" | 21323echo X"$ac_file" |
22987 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 21324 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
22988 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 21325 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
@@ -22998,10 +21335,10 @@ echo X"$ac_file" |
22998 as_dirs="$as_dir $as_dirs" 21335 as_dirs="$as_dir $as_dirs"
22999 as_dir=`(dirname "$as_dir") 2>/dev/null || 21336 as_dir=`(dirname "$as_dir") 2>/dev/null ||
23000$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 21337$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
23001 X"$as_dir" : 'X\(//\)[^/]' \| \ 21338 X"$as_dir" : 'X\(//\)[^/]' \| \
23002 X"$as_dir" : 'X\(//\)$' \| \ 21339 X"$as_dir" : 'X\(//\)$' \| \
23003 X"$as_dir" : 'X\(/\)' \| \ 21340 X"$as_dir" : 'X\(/\)' \| \
23004 . : '\(.\)' 2>/dev/null || 21341 . : '\(.\)' 2>/dev/null ||
23005echo X"$as_dir" | 21342echo X"$as_dir" |
23006 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 21343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
23007 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 21344 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
@@ -23033,41 +21370,16 @@ for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
23033 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'` 21370 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
23034 ac_dir=`(dirname "$ac_dest") 2>/dev/null || 21371 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
23035$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 21372$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
23036 X"$ac_dest" : 'X\(//\)[^/]' \| \ 21373 X"$ac_dest" : 'X\(//\)[^/]' \| \
23037 X"$ac_dest" : 'X\(//\)$' \| \ 21374 X"$ac_dest" : 'X\(//\)$' \| \
23038 X"$ac_dest" : 'X\(/\)' \| \ 21375 X"$ac_dest" : 'X\(/\)' \| \
23039 . : '\(.\)' 2>/dev/null || 21376 . : '\(.\)' 2>/dev/null ||
23040echo X"$ac_dest" | 21377echo X"$ac_dest" |
23041 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 21378 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
23042 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 21379 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
23043 /^X\(\/\/\)$/{ s//\1/; q; } 21380 /^X\(\/\/\)$/{ s//\1/; q; }
23044 /^X\(\/\).*/{ s//\1/; q; } 21381 /^X\(\/\).*/{ s//\1/; q; }
23045 s/.*/./; q'` 21382 s/.*/./; q'`
23046 { if $as_mkdir_p; then
23047 mkdir -p "$ac_dir"
23048 else
23049 as_dir="$ac_dir"
23050 as_dirs=
23051 while test ! -d "$as_dir"; do
23052 as_dirs="$as_dir $as_dirs"
23053 as_dir=`(dirname "$as_dir") 2>/dev/null ||
23054$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
23055 X"$as_dir" : 'X\(//\)[^/]' \| \
23056 X"$as_dir" : 'X\(//\)$' \| \
23057 X"$as_dir" : 'X\(/\)' \| \
23058 . : '\(.\)' 2>/dev/null ||
23059echo X"$as_dir" |
23060 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
23061 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
23062 /^X\(\/\/\)$/{ s//\1/; q; }
23063 /^X\(\/\).*/{ s//\1/; q; }
23064 s/.*/./; q'`
23065 done
23066 test ! -n "$as_dirs" || mkdir $as_dirs
23067 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
23068echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
23069 { (exit 1); exit 1; }; }; }
23070
23071 ac_builddir=. 21383 ac_builddir=.
23072 21384
23073if test "$ac_dir" != .; then 21385if test "$ac_dir" != .; then
@@ -23093,45 +21405,12 @@ case $srcdir in
23093 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 21405 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
23094 ac_top_srcdir=$ac_top_builddir$srcdir ;; 21406 ac_top_srcdir=$ac_top_builddir$srcdir ;;
23095esac 21407esac
23096 21408# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
23097# Do not use `cd foo && pwd` to compute absolute paths, because 21409# absolute.
23098# the directories may not exist. 21410ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
23099case `pwd` in 21411ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
23100.) ac_abs_builddir="$ac_dir";; 21412ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
23101*) 21413ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
23102 case "$ac_dir" in
23103 .) ac_abs_builddir=`pwd`;;
23104 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
23105 *) ac_abs_builddir=`pwd`/"$ac_dir";;
23106 esac;;
23107esac
23108case $ac_abs_builddir in
23109.) ac_abs_top_builddir=${ac_top_builddir}.;;
23110*)
23111 case ${ac_top_builddir}. in
23112 .) ac_abs_top_builddir=$ac_abs_builddir;;
23113 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
23114 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
23115 esac;;
23116esac
23117case $ac_abs_builddir in
23118.) ac_abs_srcdir=$ac_srcdir;;
23119*)
23120 case $ac_srcdir in
23121 .) ac_abs_srcdir=$ac_abs_builddir;;
23122 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
23123 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
23124 esac;;
23125esac
23126case $ac_abs_builddir in
23127.) ac_abs_top_srcdir=$ac_top_srcdir;;
23128*)
23129 case $ac_top_srcdir in
23130 .) ac_abs_top_srcdir=$ac_abs_builddir;;
23131 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
23132 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
23133 esac;;
23134esac
23135 21414
23136 21415
23137 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5 21416 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5