aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab2003-07-15 08:10:17 +0000
committerAndreas Schwab2003-07-15 08:10:17 +0000
commitdd038e2602ee6ce7614ffbd19b2046cf0d7dd83a (patch)
treebfeadb95c6999f9ba62d412e0900bf474ae3d0ea
parentda894f7da8b2a7871af55229e9c9a8f005aa1e5b (diff)
downloademacs-dd038e2602ee6ce7614ffbd19b2046cf0d7dd83a.tar.gz
emacs-dd038e2602ee6ce7614ffbd19b2046cf0d7dd83a.zip
Regenerated.
-rwxr-xr-xconfigure1984
1 files changed, 967 insertions, 1017 deletions
diff --git a/configure b/configure
index b30ee7a2c9f..475a2025fdc 100755
--- a/configure
+++ b/configure
@@ -1,9 +1,8 @@
1#! /bin/sh 1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles. 2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.57. 3# Generated by GNU Autoconf 2.57a.
4# 4#
5# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 5# Copyright (C) 2003 Free Software Foundation, Inc.
6# Free Software Foundation, Inc.
7# This configure script is free software; the Free Software Foundation 6# This configure script is free software; the Free Software Foundation
8# gives unlimited permission to copy, distribute and modify it. 7# gives unlimited permission to copy, distribute and modify it.
9## --------------------- ## 8## --------------------- ##
@@ -22,7 +21,7 @@ elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
22fi 21fi
23 22
24# Support unset when possible. 23# Support unset when possible.
25if (FOO=FOO; unset FOO) >/dev/null 2>&1; then 24if (as_foo=foo; unset as_foo) >/dev/null 2>&1; then
26 as_unset=unset 25 as_unset=unset
27else 26else
28 as_unset=false 27 as_unset=false
@@ -41,7 +40,7 @@ for as_var in \
41 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 40 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
42 LC_TELEPHONE LC_TIME 41 LC_TELEPHONE LC_TIME
43do 42do
44 if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then 43 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
45 eval $as_var=C; export $as_var 44 eval $as_var=C; export $as_var
46 else 45 else
47 $as_unset $as_var 46 $as_unset $as_var
@@ -668,7 +667,7 @@ done
668 667
669# Be sure to have absolute paths. 668# Be sure to have absolute paths.
670for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ 669for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
671 localstatedir libdir includedir oldincludedir infodir mandir 670 localstatedir libdir includedir oldincludedir infodir mandir
672do 671do
673 eval ac_val=$`echo $ac_var` 672 eval ac_val=$`echo $ac_var`
674 case $ac_val in 673 case $ac_val in
@@ -708,10 +707,10 @@ if test -z "$srcdir"; then
708 # Try the directory containing this script, then its parent. 707 # Try the directory containing this script, then its parent.
709 ac_confdir=`(dirname "$0") 2>/dev/null || 708 ac_confdir=`(dirname "$0") 2>/dev/null ||
710$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 709$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
711 X"$0" : 'X\(//\)[^/]' \| \ 710 X"$0" : 'X\(//\)[^/]' \| \
712 X"$0" : 'X\(//\)$' \| \ 711 X"$0" : 'X\(//\)$' \| \
713 X"$0" : 'X\(/\)' \| \ 712 X"$0" : 'X\(/\)' \| \
714 . : '\(.\)' 2>/dev/null || 713 . : '\(.\)' 2>/dev/null ||
715echo X"$0" | 714echo X"$0" |
716 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 715 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
717 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 716 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
@@ -803,9 +802,9 @@ _ACEOF
803 cat <<_ACEOF 802 cat <<_ACEOF
804Installation directories: 803Installation directories:
805 --prefix=PREFIX install architecture-independent files in PREFIX 804 --prefix=PREFIX install architecture-independent files in PREFIX
806 [$ac_default_prefix] 805 [$ac_default_prefix]
807 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 806 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
808 [PREFIX] 807 [PREFIX]
809 808
810By default, \`make install' will install all the files in 809By default, \`make install' will install all the files in
811\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify 810\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
@@ -942,7 +941,7 @@ ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
942 echo 941 echo
943 $SHELL $ac_srcdir/configure --help=recursive 942 $SHELL $ac_srcdir/configure --help=recursive
944 elif test -f $ac_srcdir/configure.ac || 943 elif test -f $ac_srcdir/configure.ac ||
945 test -f $ac_srcdir/configure.in; then 944 test -f $ac_srcdir/configure.in; then
946 echo 945 echo
947 $ac_configure --help 946 $ac_configure --help
948 else 947 else
@@ -956,8 +955,7 @@ test -n "$ac_init_help" && exit 0
956if $ac_init_version; then 955if $ac_init_version; then
957 cat <<\_ACEOF 956 cat <<\_ACEOF
958 957
959Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 958Copyright (C) 2003 Free Software Foundation, Inc.
960Free Software Foundation, Inc.
961This configure script is free software; the Free Software Foundation 959This configure script is free software; the Free Software Foundation
962gives unlimited permission to copy, distribute and modify it. 960gives unlimited permission to copy, distribute and modify it.
963_ACEOF 961_ACEOF
@@ -969,7 +967,7 @@ This file contains any messages produced by compilers while
969running configure, to aid debugging if configure makes a mistake. 967running configure, to aid debugging if configure makes a mistake.
970 968
971It was created by $as_me, which was 969It was created by $as_me, which was
972generated by GNU Autoconf 2.57. Invocation command line was 970generated by GNU Autoconf 2.57a. Invocation command line was
973 971
974 $ $0 $@ 972 $ $0 $@
975 973
@@ -1046,19 +1044,19 @@ do
1046 2) 1044 2)
1047 ac_configure_args1="$ac_configure_args1 '$ac_arg'" 1045 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1048 if test $ac_must_keep_next = true; then 1046 if test $ac_must_keep_next = true; then
1049 ac_must_keep_next=false # Got value, back to normal. 1047 ac_must_keep_next=false # Got value, back to normal.
1050 else 1048 else
1051 case $ac_arg in 1049 case $ac_arg in
1052 *=* | --config-cache | -C | -disable-* | --disable-* \ 1050 *=* | --config-cache | -C | -disable-* | --disable-* \
1053 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ 1051 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1054 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ 1052 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1055 | -with-* | --with-* | -without-* | --without-* | --x) 1053 | -with-* | --with-* | -without-* | --without-* | --x)
1056 case "$ac_configure_args0 " in 1054 case "$ac_configure_args0 " in
1057 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; 1055 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1058 esac 1056 esac
1059 ;; 1057 ;;
1060 -* ) ac_must_keep_next=true ;; 1058 -* ) ac_must_keep_next=true ;;
1061 esac 1059 esac
1062 fi 1060 fi
1063 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" 1061 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1064 # Get rid of the leading space. 1062 # Get rid of the leading space.
@@ -1092,12 +1090,12 @@ _ASBOX
1092 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in 1090 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1093 *ac_space=\ *) 1091 *ac_space=\ *)
1094 sed -n \ 1092 sed -n \
1095 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; 1093 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1096 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" 1094 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1097 ;; 1095 ;;
1098 *) 1096 *)
1099 sed -n \ 1097 sed -n \
1100 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 1098 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1101 ;; 1099 ;;
1102 esac; 1100 esac;
1103} 1101}
@@ -1126,7 +1124,7 @@ _ASBOX
1126 for ac_var in $ac_subst_files 1124 for ac_var in $ac_subst_files
1127 do 1125 do
1128 eval ac_val=$`echo $ac_var` 1126 eval ac_val=$`echo $ac_var`
1129 echo "$ac_var='"'"'$ac_val'"'"'" 1127 echo "$ac_var='"'"'$ac_val'"'"'"
1130 done | sort 1128 done | sort
1131 echo 1129 echo
1132 fi 1130 fi
@@ -1225,7 +1223,7 @@ fi
1225# value. 1223# value.
1226ac_cache_corrupted=false 1224ac_cache_corrupted=false
1227for ac_var in `(set) 2>&1 | 1225for ac_var in `(set) 2>&1 |
1228 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do 1226 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1229 eval ac_old_set=\$ac_cv_env_${ac_var}_set 1227 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1230 eval ac_new_set=\$ac_env_${ac_var}_set 1228 eval ac_new_set=\$ac_env_${ac_var}_set
1231 eval ac_old_val="\$ac_cv_env_${ac_var}_value" 1229 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
@@ -1242,13 +1240,13 @@ echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1242 ,);; 1240 ,);;
1243 *) 1241 *)
1244 if test "x$ac_old_val" != "x$ac_new_val"; then 1242 if test "x$ac_old_val" != "x$ac_new_val"; then
1245 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1243 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1246echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1244echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1247 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 1245 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1248echo "$as_me: former value: $ac_old_val" >&2;} 1246echo "$as_me: former value: $ac_old_val" >&2;}
1249 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 1247 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1250echo "$as_me: current value: $ac_new_val" >&2;} 1248echo "$as_me: current value: $ac_new_val" >&2;}
1251 ac_cache_corrupted=: 1249 ac_cache_corrupted=:
1252 fi;; 1250 fi;;
1253 esac 1251 esac
1254 # Pass precious variables to config.status. 1252 # Pass precious variables to config.status.
@@ -1662,6 +1660,13 @@ case "${canonical}" in
1662 ## NetBSD ports 1660 ## NetBSD ports
1663 *-*-netbsd* ) 1661 *-*-netbsd* )
1664 opsys=netbsd 1662 opsys=netbsd
1663 if test -f /usr/lib/crti.o; then
1664 cat >>confdefs.h <<\_ACEOF
1665#define HAVE_CRTIN 1
1666_ACEOF
1667
1668 fi
1669
1665 case "${canonical}" in 1670 case "${canonical}" in
1666 alpha*-*-netbsd*) machine=alpha ;; 1671 alpha*-*-netbsd*) machine=alpha ;;
1667 i[3456]86-*-netbsd*) machine=intel386 ;; 1672 i[3456]86-*-netbsd*) machine=intel386 ;;
@@ -2964,7 +2969,6 @@ ac_compiler=`set X $ac_compile; echo $2`
2964 (exit $ac_status); } 2969 (exit $ac_status); }
2965 2970
2966cat >conftest.$ac_ext <<_ACEOF 2971cat >conftest.$ac_ext <<_ACEOF
2967#line $LINENO "configure"
2968/* confdefs.h. */ 2972/* confdefs.h. */
2969_ACEOF 2973_ACEOF
2970cat confdefs.h >>conftest.$ac_ext 2974cat confdefs.h >>conftest.$ac_ext
@@ -2984,8 +2988,8 @@ ac_clean_files="$ac_clean_files a.out a.exe b.out"
2984# Try to create an executable without -o first, disregard a.out. 2988# Try to create an executable without -o first, disregard a.out.
2985# It will help us diagnose broken compilers, and finding out an intuition 2989# It will help us diagnose broken compilers, and finding out an intuition
2986# of exeext. 2990# of exeext.
2987echo "$as_me:$LINENO: checking for C compiler default output" >&5 2991echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2988echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6 2992echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
2989ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2993ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2990if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 2994if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2991 (eval $ac_link_default) 2>&5 2995 (eval $ac_link_default) 2>&5
@@ -3005,23 +3009,23 @@ do
3005 test -f "$ac_file" || continue 3009 test -f "$ac_file" || continue
3006 case $ac_file in 3010 case $ac_file in
3007 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) 3011 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
3008 ;; 3012 ;;
3009 conftest.$ac_ext ) 3013 conftest.$ac_ext )
3010 # This is the source file. 3014 # This is the source file.
3011 ;; 3015 ;;
3012 [ab].out ) 3016 [ab].out )
3013 # We found the default executable, but exeext='' is most 3017 # We found the default executable, but exeext='' is most
3014 # certainly right. 3018 # certainly right.
3015 break;; 3019 break;;
3016 *.* ) 3020 *.* )
3017 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 3021 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3018 # FIXME: I believe we export ac_cv_exeext for Libtool, 3022 # FIXME: I believe we export ac_cv_exeext for Libtool,
3019 # but it would be cool to find out if it's true. Does anybody 3023 # but it would be cool to find out if it's true. Does anybody
3020 # maintain Libtool? --akim. 3024 # maintain Libtool? --akim.
3021 export ac_cv_exeext 3025 export ac_cv_exeext
3022 break;; 3026 break;;
3023 * ) 3027 * )
3024 break;; 3028 break;;
3025 esac 3029 esac
3026done 3030done
3027else 3031else
@@ -3095,8 +3099,8 @@ for ac_file in conftest.exe conftest conftest.*; do
3095 case $ac_file in 3099 case $ac_file in
3096 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; 3100 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
3097 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 3101 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3098 export ac_cv_exeext 3102 export ac_cv_exeext
3099 break;; 3103 break;;
3100 * ) break;; 3104 * ) break;;
3101 esac 3105 esac
3102done 3106done
@@ -3121,7 +3125,6 @@ if test "${ac_cv_objext+set}" = set; then
3121 echo $ECHO_N "(cached) $ECHO_C" >&6 3125 echo $ECHO_N "(cached) $ECHO_C" >&6
3122else 3126else
3123 cat >conftest.$ac_ext <<_ACEOF 3127 cat >conftest.$ac_ext <<_ACEOF
3124#line $LINENO "configure"
3125/* confdefs.h. */ 3128/* confdefs.h. */
3126_ACEOF 3129_ACEOF
3127cat confdefs.h >>conftest.$ac_ext 3130cat confdefs.h >>conftest.$ac_ext
@@ -3172,7 +3175,6 @@ if test "${ac_cv_c_compiler_gnu+set}" = set; then
3172 echo $ECHO_N "(cached) $ECHO_C" >&6 3175 echo $ECHO_N "(cached) $ECHO_C" >&6
3173else 3176else
3174 cat >conftest.$ac_ext <<_ACEOF 3177 cat >conftest.$ac_ext <<_ACEOF
3175#line $LINENO "configure"
3176/* confdefs.h. */ 3178/* confdefs.h. */
3177_ACEOF 3179_ACEOF
3178cat confdefs.h >>conftest.$ac_ext 3180cat confdefs.h >>conftest.$ac_ext
@@ -3196,7 +3198,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3196 ac_status=$? 3198 ac_status=$?
3197 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3198 (exit $ac_status); } && 3200 (exit $ac_status); } &&
3199 { ac_try='test -s conftest.$ac_objext' 3201 { ac_try='test -s conftest.$ac_objext'
3200 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3202 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3201 (eval $ac_try) 2>&5 3203 (eval $ac_try) 2>&5
3202 ac_status=$? 3204 ac_status=$?
@@ -3225,7 +3227,6 @@ if test "${ac_cv_prog_cc_g+set}" = set; then
3225 echo $ECHO_N "(cached) $ECHO_C" >&6 3227 echo $ECHO_N "(cached) $ECHO_C" >&6
3226else 3228else
3227 cat >conftest.$ac_ext <<_ACEOF 3229 cat >conftest.$ac_ext <<_ACEOF
3228#line $LINENO "configure"
3229/* confdefs.h. */ 3230/* confdefs.h. */
3230_ACEOF 3231_ACEOF
3231cat confdefs.h >>conftest.$ac_ext 3232cat confdefs.h >>conftest.$ac_ext
@@ -3246,7 +3247,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3246 ac_status=$? 3247 ac_status=$?
3247 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3248 (exit $ac_status); } && 3249 (exit $ac_status); } &&
3249 { ac_try='test -s conftest.$ac_objext' 3250 { ac_try='test -s conftest.$ac_objext'
3250 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3251 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3251 (eval $ac_try) 2>&5 3252 (eval $ac_try) 2>&5
3252 ac_status=$? 3253 ac_status=$?
@@ -3286,7 +3287,6 @@ else
3286 ac_cv_prog_cc_stdc=no 3287 ac_cv_prog_cc_stdc=no
3287ac_save_CC=$CC 3288ac_save_CC=$CC
3288cat >conftest.$ac_ext <<_ACEOF 3289cat >conftest.$ac_ext <<_ACEOF
3289#line $LINENO "configure"
3290/* confdefs.h. */ 3290/* confdefs.h. */
3291_ACEOF 3291_ACEOF
3292cat confdefs.h >>conftest.$ac_ext 3292cat confdefs.h >>conftest.$ac_ext
@@ -3344,7 +3344,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3344 ac_status=$? 3344 ac_status=$?
3345 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3346 (exit $ac_status); } && 3346 (exit $ac_status); } &&
3347 { ac_try='test -s conftest.$ac_objext' 3347 { ac_try='test -s conftest.$ac_objext'
3348 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3348 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3349 (eval $ac_try) 2>&5 3349 (eval $ac_try) 2>&5
3350 ac_status=$? 3350 ac_status=$?
@@ -3389,15 +3389,14 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3389 ac_status=$? 3389 ac_status=$?
3390 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3391 (exit $ac_status); } && 3391 (exit $ac_status); } &&
3392 { ac_try='test -s conftest.$ac_objext' 3392 { ac_try='test -s conftest.$ac_objext'
3393 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3393 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3394 (eval $ac_try) 2>&5 3394 (eval $ac_try) 2>&5
3395 ac_status=$? 3395 ac_status=$?
3396 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3397 (exit $ac_status); }; }; then 3397 (exit $ac_status); }; }; then
3398 for ac_declaration in \ 3398 for ac_declaration in \
3399 ''\ 3399 '' \
3400 '#include <stdlib.h>' \
3401 'extern "C" void std::exit (int) throw (); using std::exit;' \ 3400 'extern "C" void std::exit (int) throw (); using std::exit;' \
3402 'extern "C" void std::exit (int); using std::exit;' \ 3401 'extern "C" void std::exit (int); using std::exit;' \
3403 'extern "C" void exit (int) throw ();' \ 3402 'extern "C" void exit (int) throw ();' \
@@ -3405,14 +3404,13 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3405 'void exit (int);' 3404 'void exit (int);'
3406do 3405do
3407 cat >conftest.$ac_ext <<_ACEOF 3406 cat >conftest.$ac_ext <<_ACEOF
3408#line $LINENO "configure"
3409/* confdefs.h. */ 3407/* confdefs.h. */
3410_ACEOF 3408_ACEOF
3411cat confdefs.h >>conftest.$ac_ext 3409cat confdefs.h >>conftest.$ac_ext
3412cat >>conftest.$ac_ext <<_ACEOF 3410cat >>conftest.$ac_ext <<_ACEOF
3413/* end confdefs.h. */ 3411/* end confdefs.h. */
3414#include <stdlib.h>
3415$ac_declaration 3412$ac_declaration
3413#include <stdlib.h>
3416int 3414int
3417main () 3415main ()
3418{ 3416{
@@ -3427,7 +3425,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3427 ac_status=$? 3425 ac_status=$?
3428 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3429 (exit $ac_status); } && 3427 (exit $ac_status); } &&
3430 { ac_try='test -s conftest.$ac_objext' 3428 { ac_try='test -s conftest.$ac_objext'
3431 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3429 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3432 (eval $ac_try) 2>&5 3430 (eval $ac_try) 2>&5
3433 ac_status=$? 3431 ac_status=$?
@@ -3442,7 +3440,6 @@ continue
3442fi 3440fi
3443rm -f conftest.$ac_objext conftest.$ac_ext 3441rm -f conftest.$ac_objext conftest.$ac_ext
3444 cat >conftest.$ac_ext <<_ACEOF 3442 cat >conftest.$ac_ext <<_ACEOF
3445#line $LINENO "configure"
3446/* confdefs.h. */ 3443/* confdefs.h. */
3447_ACEOF 3444_ACEOF
3448cat confdefs.h >>conftest.$ac_ext 3445cat confdefs.h >>conftest.$ac_ext
@@ -3463,7 +3460,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3463 ac_status=$? 3460 ac_status=$?
3464 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3465 (exit $ac_status); } && 3462 (exit $ac_status); } &&
3466 { ac_try='test -s conftest.$ac_objext' 3463 { ac_try='test -s conftest.$ac_objext'
3467 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3464 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3468 (eval $ac_try) 2>&5 3465 (eval $ac_try) 2>&5
3469 ac_status=$? 3466 ac_status=$?
@@ -3570,7 +3567,6 @@ do
3570 # On the NeXT, cc -E runs the code through the compiler's parser, 3567 # On the NeXT, cc -E runs the code through the compiler's parser,
3571 # not just through cpp. "Syntax error" is here to catch this case. 3568 # not just through cpp. "Syntax error" is here to catch this case.
3572 cat >conftest.$ac_ext <<_ACEOF 3569 cat >conftest.$ac_ext <<_ACEOF
3573#line $LINENO "configure"
3574/* confdefs.h. */ 3570/* confdefs.h. */
3575_ACEOF 3571_ACEOF
3576cat confdefs.h >>conftest.$ac_ext 3572cat confdefs.h >>conftest.$ac_ext
@@ -3581,7 +3577,7 @@ cat >>conftest.$ac_ext <<_ACEOF
3581#else 3577#else
3582# include <assert.h> 3578# include <assert.h>
3583#endif 3579#endif
3584 Syntax error 3580 Syntax error
3585_ACEOF 3581_ACEOF
3586if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 3582if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3587 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3583 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
@@ -3613,7 +3609,6 @@ rm -f conftest.err conftest.$ac_ext
3613 # OK, works on sane cases. Now check whether non-existent headers 3609 # OK, works on sane cases. Now check whether non-existent headers
3614 # can be detected and how. 3610 # can be detected and how.
3615 cat >conftest.$ac_ext <<_ACEOF 3611 cat >conftest.$ac_ext <<_ACEOF
3616#line $LINENO "configure"
3617/* confdefs.h. */ 3612/* confdefs.h. */
3618_ACEOF 3613_ACEOF
3619cat confdefs.h >>conftest.$ac_ext 3614cat confdefs.h >>conftest.$ac_ext
@@ -3677,7 +3672,6 @@ do
3677 # On the NeXT, cc -E runs the code through the compiler's parser, 3672 # On the NeXT, cc -E runs the code through the compiler's parser,
3678 # not just through cpp. "Syntax error" is here to catch this case. 3673 # not just through cpp. "Syntax error" is here to catch this case.
3679 cat >conftest.$ac_ext <<_ACEOF 3674 cat >conftest.$ac_ext <<_ACEOF
3680#line $LINENO "configure"
3681/* confdefs.h. */ 3675/* confdefs.h. */
3682_ACEOF 3676_ACEOF
3683cat confdefs.h >>conftest.$ac_ext 3677cat confdefs.h >>conftest.$ac_ext
@@ -3688,7 +3682,7 @@ cat >>conftest.$ac_ext <<_ACEOF
3688#else 3682#else
3689# include <assert.h> 3683# include <assert.h>
3690#endif 3684#endif
3691 Syntax error 3685 Syntax error
3692_ACEOF 3686_ACEOF
3693if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 3687if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3694 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3688 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
@@ -3720,7 +3714,6 @@ rm -f conftest.err conftest.$ac_ext
3720 # OK, works on sane cases. Now check whether non-existent headers 3714 # OK, works on sane cases. Now check whether non-existent headers
3721 # can be detected and how. 3715 # can be detected and how.
3722 cat >conftest.$ac_ext <<_ACEOF 3716 cat >conftest.$ac_ext <<_ACEOF
3723#line $LINENO "configure"
3724/* confdefs.h. */ 3717/* confdefs.h. */
3725_ACEOF 3718_ACEOF
3726cat confdefs.h >>conftest.$ac_ext 3719cat confdefs.h >>conftest.$ac_ext
@@ -3787,6 +3780,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
3787# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 3780# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3788# AFS /usr/afsws/bin/install, which mishandles nonexistent args 3781# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3789# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 3782# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3783# OS/2's system install, which has a completely different semantic
3790# ./install, which can be erroneously created by make from ./install.sh. 3784# ./install, which can be erroneously created by make from ./install.sh.
3791echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 3785echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
3792echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 3786echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
@@ -3803,6 +3797,7 @@ do
3803case $as_dir/ in 3797case $as_dir/ in
3804 ./ | .// | /cC/* | \ 3798 ./ | .// | /cC/* | \
3805 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 3799 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3800 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
3806 /usr/ucb/* ) ;; 3801 /usr/ucb/* ) ;;
3807 *) 3802 *)
3808 # OSF1 and SCO ODT 3.0 have their own names for install. 3803 # OSF1 and SCO ODT 3.0 have their own names for install.
@@ -3810,20 +3805,20 @@ case $as_dir/ in
3810 # by default. 3805 # by default.
3811 for ac_prog in ginstall scoinst install; do 3806 for ac_prog in ginstall scoinst install; do
3812 for ac_exec_ext in '' $ac_executable_extensions; do 3807 for ac_exec_ext in '' $ac_executable_extensions; do
3813 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then 3808 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3814 if test $ac_prog = install && 3809 if test $ac_prog = install &&
3815 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 3810 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3816 # AIX install. It has an incompatible calling convention. 3811 # AIX install. It has an incompatible calling convention.
3817 : 3812 :
3818 elif test $ac_prog = install && 3813 elif test $ac_prog = install &&
3819 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 3814 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3820 # program-specific install script used by HP pwplus--don't use. 3815 # program-specific install script used by HP pwplus--don't use.
3821 : 3816 :
3822 else 3817 else
3823 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 3818 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3824 break 3 3819 break 3
3825 fi 3820 fi
3826 fi 3821 fi
3827 done 3822 done
3828 done 3823 done
3829 ;; 3824 ;;
@@ -4086,7 +4081,6 @@ echo "${ECHO_T}$ac_cv_prog_egrep" >&6
4086echo "$as_me:$LINENO: checking for AIX" >&5 4081echo "$as_me:$LINENO: checking for AIX" >&5
4087echo $ECHO_N "checking for AIX... $ECHO_C" >&6 4082echo $ECHO_N "checking for AIX... $ECHO_C" >&6
4088cat >conftest.$ac_ext <<_ACEOF 4083cat >conftest.$ac_ext <<_ACEOF
4089#line $LINENO "configure"
4090/* confdefs.h. */ 4084/* confdefs.h. */
4091_ACEOF 4085_ACEOF
4092cat confdefs.h >>conftest.$ac_ext 4086cat confdefs.h >>conftest.$ac_ext
@@ -4285,8 +4279,7 @@ else
4285 while :; do 4279 while :; do
4286 # IRIX 6.2 and later do not support large files by default, 4280 # IRIX 6.2 and later do not support large files by default,
4287 # so use the C compiler's -n32 option if that helps. 4281 # so use the C compiler's -n32 option if that helps.
4288 cat >conftest.$ac_ext <<_ACEOF 4282 cat >conftest.$ac_ext <<_ACEOF
4289#line $LINENO "configure"
4290/* confdefs.h. */ 4283/* confdefs.h. */
4291_ACEOF 4284_ACEOF
4292cat confdefs.h >>conftest.$ac_ext 4285cat confdefs.h >>conftest.$ac_ext
@@ -4315,7 +4308,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4315 ac_status=$? 4308 ac_status=$?
4316 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4317 (exit $ac_status); } && 4310 (exit $ac_status); } &&
4318 { ac_try='test -s conftest.$ac_objext' 4311 { ac_try='test -s conftest.$ac_objext'
4319 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4312 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4320 (eval $ac_try) 2>&5 4313 (eval $ac_try) 2>&5
4321 ac_status=$? 4314 ac_status=$?
@@ -4335,7 +4328,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4335 ac_status=$? 4328 ac_status=$?
4336 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4337 (exit $ac_status); } && 4330 (exit $ac_status); } &&
4338 { ac_try='test -s conftest.$ac_objext' 4331 { ac_try='test -s conftest.$ac_objext'
4339 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4332 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4340 (eval $ac_try) 2>&5 4333 (eval $ac_try) 2>&5
4341 ac_status=$? 4334 ac_status=$?
@@ -4348,7 +4341,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
4348 4341
4349fi 4342fi
4350rm -f conftest.$ac_objext 4343rm -f conftest.$ac_objext
4351 break 4344 break
4352 done 4345 done
4353 CC=$ac_save_CC 4346 CC=$ac_save_CC
4354 rm -f conftest.$ac_ext 4347 rm -f conftest.$ac_ext
@@ -4368,7 +4361,6 @@ else
4368 while :; do 4361 while :; do
4369 ac_cv_sys_file_offset_bits=no 4362 ac_cv_sys_file_offset_bits=no
4370 cat >conftest.$ac_ext <<_ACEOF 4363 cat >conftest.$ac_ext <<_ACEOF
4371#line $LINENO "configure"
4372/* confdefs.h. */ 4364/* confdefs.h. */
4373_ACEOF 4365_ACEOF
4374cat confdefs.h >>conftest.$ac_ext 4366cat confdefs.h >>conftest.$ac_ext
@@ -4397,7 +4389,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4397 ac_status=$? 4389 ac_status=$?
4398 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4399 (exit $ac_status); } && 4391 (exit $ac_status); } &&
4400 { ac_try='test -s conftest.$ac_objext' 4392 { ac_try='test -s conftest.$ac_objext'
4401 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4393 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4402 (eval $ac_try) 2>&5 4394 (eval $ac_try) 2>&5
4403 ac_status=$? 4395 ac_status=$?
@@ -4411,7 +4403,6 @@ sed 's/^/| /' conftest.$ac_ext >&5
4411fi 4403fi
4412rm -f conftest.$ac_objext conftest.$ac_ext 4404rm -f conftest.$ac_objext conftest.$ac_ext
4413 cat >conftest.$ac_ext <<_ACEOF 4405 cat >conftest.$ac_ext <<_ACEOF
4414#line $LINENO "configure"
4415/* confdefs.h. */ 4406/* confdefs.h. */
4416_ACEOF 4407_ACEOF
4417cat confdefs.h >>conftest.$ac_ext 4408cat confdefs.h >>conftest.$ac_ext
@@ -4441,7 +4432,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4441 ac_status=$? 4432 ac_status=$?
4442 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4443 (exit $ac_status); } && 4434 (exit $ac_status); } &&
4444 { ac_try='test -s conftest.$ac_objext' 4435 { ac_try='test -s conftest.$ac_objext'
4445 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4436 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4446 (eval $ac_try) 2>&5 4437 (eval $ac_try) 2>&5
4447 ac_status=$? 4438 ac_status=$?
@@ -4475,7 +4466,6 @@ else
4475 while :; do 4466 while :; do
4476 ac_cv_sys_large_files=no 4467 ac_cv_sys_large_files=no
4477 cat >conftest.$ac_ext <<_ACEOF 4468 cat >conftest.$ac_ext <<_ACEOF
4478#line $LINENO "configure"
4479/* confdefs.h. */ 4469/* confdefs.h. */
4480_ACEOF 4470_ACEOF
4481cat confdefs.h >>conftest.$ac_ext 4471cat confdefs.h >>conftest.$ac_ext
@@ -4504,7 +4494,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4504 ac_status=$? 4494 ac_status=$?
4505 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4506 (exit $ac_status); } && 4496 (exit $ac_status); } &&
4507 { ac_try='test -s conftest.$ac_objext' 4497 { ac_try='test -s conftest.$ac_objext'
4508 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4498 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4509 (eval $ac_try) 2>&5 4499 (eval $ac_try) 2>&5
4510 ac_status=$? 4500 ac_status=$?
@@ -4518,7 +4508,6 @@ sed 's/^/| /' conftest.$ac_ext >&5
4518fi 4508fi
4519rm -f conftest.$ac_objext conftest.$ac_ext 4509rm -f conftest.$ac_objext conftest.$ac_ext
4520 cat >conftest.$ac_ext <<_ACEOF 4510 cat >conftest.$ac_ext <<_ACEOF
4521#line $LINENO "configure"
4522/* confdefs.h. */ 4511/* confdefs.h. */
4523_ACEOF 4512_ACEOF
4524cat confdefs.h >>conftest.$ac_ext 4513cat confdefs.h >>conftest.$ac_ext
@@ -4548,7 +4537,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4548 ac_status=$? 4537 ac_status=$?
4549 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4550 (exit $ac_status); } && 4539 (exit $ac_status); } &&
4551 { ac_try='test -s conftest.$ac_objext' 4540 { ac_try='test -s conftest.$ac_objext'
4552 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4541 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4553 (eval $ac_try) 2>&5 4542 (eval $ac_try) 2>&5
4554 ac_status=$? 4543 ac_status=$?
@@ -4585,7 +4574,6 @@ if test "${ac_cv_header_stdc+set}" = set; then
4585 echo $ECHO_N "(cached) $ECHO_C" >&6 4574 echo $ECHO_N "(cached) $ECHO_C" >&6
4586else 4575else
4587 cat >conftest.$ac_ext <<_ACEOF 4576 cat >conftest.$ac_ext <<_ACEOF
4588#line $LINENO "configure"
4589/* confdefs.h. */ 4577/* confdefs.h. */
4590_ACEOF 4578_ACEOF
4591cat confdefs.h >>conftest.$ac_ext 4579cat confdefs.h >>conftest.$ac_ext
@@ -4610,7 +4598,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4610 ac_status=$? 4598 ac_status=$?
4611 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4612 (exit $ac_status); } && 4600 (exit $ac_status); } &&
4613 { ac_try='test -s conftest.$ac_objext' 4601 { ac_try='test -s conftest.$ac_objext'
4614 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4602 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4615 (eval $ac_try) 2>&5 4603 (eval $ac_try) 2>&5
4616 ac_status=$? 4604 ac_status=$?
@@ -4628,7 +4616,6 @@ rm -f conftest.$ac_objext conftest.$ac_ext
4628if test $ac_cv_header_stdc = yes; then 4616if test $ac_cv_header_stdc = yes; then
4629 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 4617 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4630 cat >conftest.$ac_ext <<_ACEOF 4618 cat >conftest.$ac_ext <<_ACEOF
4631#line $LINENO "configure"
4632/* confdefs.h. */ 4619/* confdefs.h. */
4633_ACEOF 4620_ACEOF
4634cat confdefs.h >>conftest.$ac_ext 4621cat confdefs.h >>conftest.$ac_ext
@@ -4650,7 +4637,6 @@ fi
4650if test $ac_cv_header_stdc = yes; then 4637if test $ac_cv_header_stdc = yes; then
4651 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 4638 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4652 cat >conftest.$ac_ext <<_ACEOF 4639 cat >conftest.$ac_ext <<_ACEOF
4653#line $LINENO "configure"
4654/* confdefs.h. */ 4640/* confdefs.h. */
4655_ACEOF 4641_ACEOF
4656cat confdefs.h >>conftest.$ac_ext 4642cat confdefs.h >>conftest.$ac_ext
@@ -4675,7 +4661,6 @@ if test $ac_cv_header_stdc = yes; then
4675 : 4661 :
4676else 4662else
4677 cat >conftest.$ac_ext <<_ACEOF 4663 cat >conftest.$ac_ext <<_ACEOF
4678#line $LINENO "configure"
4679/* confdefs.h. */ 4664/* confdefs.h. */
4680_ACEOF 4665_ACEOF
4681cat confdefs.h >>conftest.$ac_ext 4666cat confdefs.h >>conftest.$ac_ext
@@ -4687,9 +4672,9 @@ cat >>conftest.$ac_ext <<_ACEOF
4687# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) 4672# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4688#else 4673#else
4689# define ISLOWER(c) \ 4674# define ISLOWER(c) \
4690 (('a' <= (c) && (c) <= 'i') \ 4675 (('a' <= (c) && (c) <= 'i') \
4691 || ('j' <= (c) && (c) <= 'r') \ 4676 || ('j' <= (c) && (c) <= 'r') \
4692 || ('s' <= (c) && (c) <= 'z')) 4677 || ('s' <= (c) && (c) <= 'z'))
4693# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) 4678# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4694#endif 4679#endif
4695 4680
@@ -4700,7 +4685,7 @@ main ()
4700 int i; 4685 int i;
4701 for (i = 0; i < 256; i++) 4686 for (i = 0; i < 256; i++)
4702 if (XOR (islower (i), ISLOWER (i)) 4687 if (XOR (islower (i), ISLOWER (i))
4703 || toupper (i) != TOUPPER (i)) 4688 || toupper (i) != TOUPPER (i))
4704 exit(2); 4689 exit(2);
4705 exit (0); 4690 exit (0);
4706} 4691}
@@ -4750,7 +4735,7 @@ fi
4750 4735
4751 4736
4752for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ 4737for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4753 inttypes.h stdint.h unistd.h 4738 inttypes.h stdint.h unistd.h
4754do 4739do
4755as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 4740as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4756echo "$as_me:$LINENO: checking for $ac_header" >&5 4741echo "$as_me:$LINENO: checking for $ac_header" >&5
@@ -4759,7 +4744,6 @@ if eval "test \"\${$as_ac_Header+set}\" = set"; then
4759 echo $ECHO_N "(cached) $ECHO_C" >&6 4744 echo $ECHO_N "(cached) $ECHO_C" >&6
4760else 4745else
4761 cat >conftest.$ac_ext <<_ACEOF 4746 cat >conftest.$ac_ext <<_ACEOF
4762#line $LINENO "configure"
4763/* confdefs.h. */ 4747/* confdefs.h. */
4764_ACEOF 4748_ACEOF
4765cat confdefs.h >>conftest.$ac_ext 4749cat confdefs.h >>conftest.$ac_ext
@@ -4775,7 +4759,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4775 ac_status=$? 4759 ac_status=$?
4776 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4777 (exit $ac_status); } && 4761 (exit $ac_status); } &&
4778 { ac_try='test -s conftest.$ac_objext' 4762 { ac_try='test -s conftest.$ac_objext'
4779 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4763 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4780 (eval $ac_try) 2>&5 4764 (eval $ac_try) 2>&5
4781 ac_status=$? 4765 ac_status=$?
@@ -4821,7 +4805,6 @@ else
4821echo "$as_me:$LINENO: checking $ac_header usability" >&5 4805echo "$as_me:$LINENO: checking $ac_header usability" >&5
4822echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 4806echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
4823cat >conftest.$ac_ext <<_ACEOF 4807cat >conftest.$ac_ext <<_ACEOF
4824#line $LINENO "configure"
4825/* confdefs.h. */ 4808/* confdefs.h. */
4826_ACEOF 4809_ACEOF
4827cat confdefs.h >>conftest.$ac_ext 4810cat confdefs.h >>conftest.$ac_ext
@@ -4836,7 +4819,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4836 ac_status=$? 4819 ac_status=$?
4837 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4838 (exit $ac_status); } && 4821 (exit $ac_status); } &&
4839 { ac_try='test -s conftest.$ac_objext' 4822 { ac_try='test -s conftest.$ac_objext'
4840 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4823 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4841 (eval $ac_try) 2>&5 4824 (eval $ac_try) 2>&5
4842 ac_status=$? 4825 ac_status=$?
@@ -4857,7 +4840,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
4857echo "$as_me:$LINENO: checking $ac_header presence" >&5 4840echo "$as_me:$LINENO: checking $ac_header presence" >&5
4858echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 4841echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
4859cat >conftest.$ac_ext <<_ACEOF 4842cat >conftest.$ac_ext <<_ACEOF
4860#line $LINENO "configure"
4861/* confdefs.h. */ 4843/* confdefs.h. */
4862_ACEOF 4844_ACEOF
4863cat confdefs.h >>conftest.$ac_ext 4845cat confdefs.h >>conftest.$ac_ext
@@ -4898,29 +4880,28 @@ case $ac_header_compiler:$ac_header_preproc in
4898 yes:no ) 4880 yes:no )
4899 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 4881 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
4900echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 4882echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
4901 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 4883 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
4902echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 4884echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
4903 ( 4885 ac_header_preproc=yes
4904 cat <<\_ASBOX
4905## ------------------------------------ ##
4906## Report this to bug-autoconf@gnu.org. ##
4907## ------------------------------------ ##
4908_ASBOX
4909 ) |
4910 sed "s/^/$as_me: WARNING: /" >&2
4911 ;; 4886 ;;
4912 no:yes ) 4887 no:yes )
4913 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 4888 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
4914echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 4889echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
4915 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 4890 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
4916echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 4891echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
4892 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
4893echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
4894 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
4895echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
4917 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 4896 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
4918echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 4897echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
4898 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
4899echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
4919 ( 4900 (
4920 cat <<\_ASBOX 4901 cat <<\_ASBOX
4921## ------------------------------------ ## 4902## ------------------------------------------ ##
4922## Report this to bug-autoconf@gnu.org. ## 4903## Report this to the AC_PACKAGE_NAME lists. ##
4923## ------------------------------------ ## 4904## ------------------------------------------ ##
4924_ASBOX 4905_ASBOX
4925 ) | 4906 ) |
4926 sed "s/^/$as_me: WARNING: /" >&2 4907 sed "s/^/$as_me: WARNING: /" >&2
@@ -4931,7 +4912,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4931if eval "test \"\${$as_ac_Header+set}\" = set"; then 4912if eval "test \"\${$as_ac_Header+set}\" = set"; then
4932 echo $ECHO_N "(cached) $ECHO_C" >&6 4913 echo $ECHO_N "(cached) $ECHO_C" >&6
4933else 4914else
4934 eval "$as_ac_Header=$ac_header_preproc" 4915 eval "$as_ac_Header=\$ac_header_preproc"
4935fi 4916fi
4936echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 4917echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4937echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 4918echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -4955,7 +4936,6 @@ else
4955 ac_check_lib_save_LIBS=$LIBS 4936 ac_check_lib_save_LIBS=$LIBS
4956LIBS="-lossaudio $LIBS" 4937LIBS="-lossaudio $LIBS"
4957cat >conftest.$ac_ext <<_ACEOF 4938cat >conftest.$ac_ext <<_ACEOF
4958#line $LINENO "configure"
4959/* confdefs.h. */ 4939/* confdefs.h. */
4960_ACEOF 4940_ACEOF
4961cat confdefs.h >>conftest.$ac_ext 4941cat confdefs.h >>conftest.$ac_ext
@@ -4983,7 +4963,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4983 ac_status=$? 4963 ac_status=$?
4984 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4985 (exit $ac_status); } && 4965 (exit $ac_status); } &&
4986 { ac_try='test -s conftest$ac_exeext' 4966 { ac_try='test -s conftest$ac_exeext'
4987 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4967 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4988 (eval $ac_try) 2>&5 4968 (eval $ac_try) 2>&5
4989 ac_status=$? 4969 ac_status=$?
@@ -5052,7 +5032,6 @@ else
5052echo "$as_me:$LINENO: checking $ac_header usability" >&5 5032echo "$as_me:$LINENO: checking $ac_header usability" >&5
5053echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 5033echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
5054cat >conftest.$ac_ext <<_ACEOF 5034cat >conftest.$ac_ext <<_ACEOF
5055#line $LINENO "configure"
5056/* confdefs.h. */ 5035/* confdefs.h. */
5057_ACEOF 5036_ACEOF
5058cat confdefs.h >>conftest.$ac_ext 5037cat confdefs.h >>conftest.$ac_ext
@@ -5067,7 +5046,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5067 ac_status=$? 5046 ac_status=$?
5068 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5069 (exit $ac_status); } && 5048 (exit $ac_status); } &&
5070 { ac_try='test -s conftest.$ac_objext' 5049 { ac_try='test -s conftest.$ac_objext'
5071 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5050 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5072 (eval $ac_try) 2>&5 5051 (eval $ac_try) 2>&5
5073 ac_status=$? 5052 ac_status=$?
@@ -5088,7 +5067,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
5088echo "$as_me:$LINENO: checking $ac_header presence" >&5 5067echo "$as_me:$LINENO: checking $ac_header presence" >&5
5089echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 5068echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
5090cat >conftest.$ac_ext <<_ACEOF 5069cat >conftest.$ac_ext <<_ACEOF
5091#line $LINENO "configure"
5092/* confdefs.h. */ 5070/* confdefs.h. */
5093_ACEOF 5071_ACEOF
5094cat confdefs.h >>conftest.$ac_ext 5072cat confdefs.h >>conftest.$ac_ext
@@ -5129,29 +5107,28 @@ case $ac_header_compiler:$ac_header_preproc in
5129 yes:no ) 5107 yes:no )
5130 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 5108 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
5131echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 5109echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
5132 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 5110 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
5133echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 5111echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
5134 ( 5112 ac_header_preproc=yes
5135 cat <<\_ASBOX
5136## ------------------------------------ ##
5137## Report this to bug-autoconf@gnu.org. ##
5138## ------------------------------------ ##
5139_ASBOX
5140 ) |
5141 sed "s/^/$as_me: WARNING: /" >&2
5142 ;; 5113 ;;
5143 no:yes ) 5114 no:yes )
5144 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 5115 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
5145echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 5116echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
5146 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 5117 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
5147echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 5118echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
5119 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5120echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5121 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
5122echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
5148 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 5123 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5149echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 5124echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5125 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5126echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5150 ( 5127 (
5151 cat <<\_ASBOX 5128 cat <<\_ASBOX
5152## ------------------------------------ ## 5129## ------------------------------------------ ##
5153## Report this to bug-autoconf@gnu.org. ## 5130## Report this to the AC_PACKAGE_NAME lists. ##
5154## ------------------------------------ ## 5131## ------------------------------------------ ##
5155_ASBOX 5132_ASBOX
5156 ) | 5133 ) |
5157 sed "s/^/$as_me: WARNING: /" >&2 5134 sed "s/^/$as_me: WARNING: /" >&2
@@ -5162,7 +5139,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5162if eval "test \"\${$as_ac_Header+set}\" = set"; then 5139if eval "test \"\${$as_ac_Header+set}\" = set"; then
5163 echo $ECHO_N "(cached) $ECHO_C" >&6 5140 echo $ECHO_N "(cached) $ECHO_C" >&6
5164else 5141else
5165 eval "$as_ac_Header=$ac_header_preproc" 5142 eval "$as_ac_Header=\$ac_header_preproc"
5166fi 5143fi
5167echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 5144echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5168echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 5145echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -5187,7 +5164,6 @@ if eval "test \"\${$as_ac_Header+set}\" = set"; then
5187 echo $ECHO_N "(cached) $ECHO_C" >&6 5164 echo $ECHO_N "(cached) $ECHO_C" >&6
5188else 5165else
5189 cat >conftest.$ac_ext <<_ACEOF 5166 cat >conftest.$ac_ext <<_ACEOF
5190#line $LINENO "configure"
5191/* confdefs.h. */ 5167/* confdefs.h. */
5192_ACEOF 5168_ACEOF
5193cat confdefs.h >>conftest.$ac_ext 5169cat confdefs.h >>conftest.$ac_ext
@@ -5238,7 +5214,6 @@ if test "${ac_cv_header_stdc+set}" = set; then
5238 echo $ECHO_N "(cached) $ECHO_C" >&6 5214 echo $ECHO_N "(cached) $ECHO_C" >&6
5239else 5215else
5240 cat >conftest.$ac_ext <<_ACEOF 5216 cat >conftest.$ac_ext <<_ACEOF
5241#line $LINENO "configure"
5242/* confdefs.h. */ 5217/* confdefs.h. */
5243_ACEOF 5218_ACEOF
5244cat confdefs.h >>conftest.$ac_ext 5219cat confdefs.h >>conftest.$ac_ext
@@ -5263,7 +5238,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5263 ac_status=$? 5238 ac_status=$?
5264 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5265 (exit $ac_status); } && 5240 (exit $ac_status); } &&
5266 { ac_try='test -s conftest.$ac_objext' 5241 { ac_try='test -s conftest.$ac_objext'
5267 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5242 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5268 (eval $ac_try) 2>&5 5243 (eval $ac_try) 2>&5
5269 ac_status=$? 5244 ac_status=$?
@@ -5281,7 +5256,6 @@ rm -f conftest.$ac_objext conftest.$ac_ext
5281if test $ac_cv_header_stdc = yes; then 5256if test $ac_cv_header_stdc = yes; then
5282 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 5257 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5283 cat >conftest.$ac_ext <<_ACEOF 5258 cat >conftest.$ac_ext <<_ACEOF
5284#line $LINENO "configure"
5285/* confdefs.h. */ 5259/* confdefs.h. */
5286_ACEOF 5260_ACEOF
5287cat confdefs.h >>conftest.$ac_ext 5261cat confdefs.h >>conftest.$ac_ext
@@ -5303,7 +5277,6 @@ fi
5303if test $ac_cv_header_stdc = yes; then 5277if test $ac_cv_header_stdc = yes; then
5304 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 5278 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5305 cat >conftest.$ac_ext <<_ACEOF 5279 cat >conftest.$ac_ext <<_ACEOF
5306#line $LINENO "configure"
5307/* confdefs.h. */ 5280/* confdefs.h. */
5308_ACEOF 5281_ACEOF
5309cat confdefs.h >>conftest.$ac_ext 5282cat confdefs.h >>conftest.$ac_ext
@@ -5328,7 +5301,6 @@ if test $ac_cv_header_stdc = yes; then
5328 : 5301 :
5329else 5302else
5330 cat >conftest.$ac_ext <<_ACEOF 5303 cat >conftest.$ac_ext <<_ACEOF
5331#line $LINENO "configure"
5332/* confdefs.h. */ 5304/* confdefs.h. */
5333_ACEOF 5305_ACEOF
5334cat confdefs.h >>conftest.$ac_ext 5306cat confdefs.h >>conftest.$ac_ext
@@ -5340,9 +5312,9 @@ cat >>conftest.$ac_ext <<_ACEOF
5340# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) 5312# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5341#else 5313#else
5342# define ISLOWER(c) \ 5314# define ISLOWER(c) \
5343 (('a' <= (c) && (c) <= 'i') \ 5315 (('a' <= (c) && (c) <= 'i') \
5344 || ('j' <= (c) && (c) <= 'r') \ 5316 || ('j' <= (c) && (c) <= 'r') \
5345 || ('s' <= (c) && (c) <= 'z')) 5317 || ('s' <= (c) && (c) <= 'z'))
5346# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) 5318# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5347#endif 5319#endif
5348 5320
@@ -5353,7 +5325,7 @@ main ()
5353 int i; 5325 int i;
5354 for (i = 0; i < 256; i++) 5326 for (i = 0; i < 256; i++)
5355 if (XOR (islower (i), ISLOWER (i)) 5327 if (XOR (islower (i), ISLOWER (i))
5356 || toupper (i) != TOUPPER (i)) 5328 || toupper (i) != TOUPPER (i))
5357 exit(2); 5329 exit(2);
5358 exit (0); 5330 exit (0);
5359} 5331}
@@ -5398,7 +5370,6 @@ if test "${ac_cv_header_time+set}" = set; then
5398 echo $ECHO_N "(cached) $ECHO_C" >&6 5370 echo $ECHO_N "(cached) $ECHO_C" >&6
5399else 5371else
5400 cat >conftest.$ac_ext <<_ACEOF 5372 cat >conftest.$ac_ext <<_ACEOF
5401#line $LINENO "configure"
5402/* confdefs.h. */ 5373/* confdefs.h. */
5403_ACEOF 5374_ACEOF
5404cat confdefs.h >>conftest.$ac_ext 5375cat confdefs.h >>conftest.$ac_ext
@@ -5423,7 +5394,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5423 ac_status=$? 5394 ac_status=$?
5424 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5425 (exit $ac_status); } && 5396 (exit $ac_status); } &&
5426 { ac_try='test -s conftest.$ac_objext' 5397 { ac_try='test -s conftest.$ac_objext'
5427 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5398 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5428 (eval $ac_try) 2>&5 5399 (eval $ac_try) 2>&5
5429 ac_status=$? 5400 ac_status=$?
@@ -5454,7 +5425,6 @@ if test "${ac_cv_have_decl_sys_siglist+set}" = set; then
5454 echo $ECHO_N "(cached) $ECHO_C" >&6 5425 echo $ECHO_N "(cached) $ECHO_C" >&6
5455else 5426else
5456 cat >conftest.$ac_ext <<_ACEOF 5427 cat >conftest.$ac_ext <<_ACEOF
5457#line $LINENO "configure"
5458/* confdefs.h. */ 5428/* confdefs.h. */
5459_ACEOF 5429_ACEOF
5460cat confdefs.h >>conftest.$ac_ext 5430cat confdefs.h >>conftest.$ac_ext
@@ -5478,7 +5448,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5478 ac_status=$? 5448 ac_status=$?
5479 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5480 (exit $ac_status); } && 5450 (exit $ac_status); } &&
5481 { ac_try='test -s conftest.$ac_objext' 5451 { ac_try='test -s conftest.$ac_objext'
5482 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5452 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5483 (eval $ac_try) 2>&5 5453 (eval $ac_try) 2>&5
5484 ac_status=$? 5454 ac_status=$?
@@ -5519,7 +5489,6 @@ if test "${ac_cv_have_decl___sys_siglist+set}" = set; then
5519 echo $ECHO_N "(cached) $ECHO_C" >&6 5489 echo $ECHO_N "(cached) $ECHO_C" >&6
5520else 5490else
5521 cat >conftest.$ac_ext <<_ACEOF 5491 cat >conftest.$ac_ext <<_ACEOF
5522#line $LINENO "configure"
5523/* confdefs.h. */ 5492/* confdefs.h. */
5524_ACEOF 5493_ACEOF
5525cat confdefs.h >>conftest.$ac_ext 5494cat confdefs.h >>conftest.$ac_ext
@@ -5543,7 +5512,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5543 ac_status=$? 5512 ac_status=$?
5544 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5545 (exit $ac_status); } && 5514 (exit $ac_status); } &&
5546 { ac_try='test -s conftest.$ac_objext' 5515 { ac_try='test -s conftest.$ac_objext'
5547 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5516 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5548 (eval $ac_try) 2>&5 5517 (eval $ac_try) 2>&5
5549 ac_status=$? 5518 ac_status=$?
@@ -5590,7 +5559,6 @@ if test "${ac_cv_header_sys_wait_h+set}" = set; then
5590 echo $ECHO_N "(cached) $ECHO_C" >&6 5559 echo $ECHO_N "(cached) $ECHO_C" >&6
5591else 5560else
5592 cat >conftest.$ac_ext <<_ACEOF 5561 cat >conftest.$ac_ext <<_ACEOF
5593#line $LINENO "configure"
5594/* confdefs.h. */ 5562/* confdefs.h. */
5595_ACEOF 5563_ACEOF
5596cat confdefs.h >>conftest.$ac_ext 5564cat confdefs.h >>conftest.$ac_ext
@@ -5621,7 +5589,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5621 ac_status=$? 5589 ac_status=$?
5622 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5623 (exit $ac_status); } && 5591 (exit $ac_status); } &&
5624 { ac_try='test -s conftest.$ac_objext' 5592 { ac_try='test -s conftest.$ac_objext'
5625 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5593 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5626 (eval $ac_try) 2>&5 5594 (eval $ac_try) 2>&5
5627 ac_status=$? 5595 ac_status=$?
@@ -5653,7 +5621,6 @@ if test "${emacs_cv_struct_utimbuf+set}" = set; then
5653 echo $ECHO_N "(cached) $ECHO_C" >&6 5621 echo $ECHO_N "(cached) $ECHO_C" >&6
5654else 5622else
5655 cat >conftest.$ac_ext <<_ACEOF 5623 cat >conftest.$ac_ext <<_ACEOF
5656#line $LINENO "configure"
5657/* confdefs.h. */ 5624/* confdefs.h. */
5658_ACEOF 5625_ACEOF
5659cat confdefs.h >>conftest.$ac_ext 5626cat confdefs.h >>conftest.$ac_ext
@@ -5686,7 +5653,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5686 ac_status=$? 5653 ac_status=$?
5687 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5688 (exit $ac_status); } && 5655 (exit $ac_status); } &&
5689 { ac_try='test -s conftest.$ac_objext' 5656 { ac_try='test -s conftest.$ac_objext'
5690 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5657 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5691 (eval $ac_try) 2>&5 5658 (eval $ac_try) 2>&5
5692 ac_status=$? 5659 ac_status=$?
@@ -5717,7 +5684,6 @@ if test "${ac_cv_type_signal+set}" = set; then
5717 echo $ECHO_N "(cached) $ECHO_C" >&6 5684 echo $ECHO_N "(cached) $ECHO_C" >&6
5718else 5685else
5719 cat >conftest.$ac_ext <<_ACEOF 5686 cat >conftest.$ac_ext <<_ACEOF
5720#line $LINENO "configure"
5721/* confdefs.h. */ 5687/* confdefs.h. */
5722_ACEOF 5688_ACEOF
5723cat confdefs.h >>conftest.$ac_ext 5689cat confdefs.h >>conftest.$ac_ext
@@ -5748,7 +5714,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5748 ac_status=$? 5714 ac_status=$?
5749 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5750 (exit $ac_status); } && 5716 (exit $ac_status); } &&
5751 { ac_try='test -s conftest.$ac_objext' 5717 { ac_try='test -s conftest.$ac_objext'
5752 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5718 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5753 (eval $ac_try) 2>&5 5719 (eval $ac_try) 2>&5
5754 ac_status=$? 5720 ac_status=$?
@@ -5778,7 +5744,6 @@ if test "${emacs_cv_speed_t+set}" = set; then
5778 echo $ECHO_N "(cached) $ECHO_C" >&6 5744 echo $ECHO_N "(cached) $ECHO_C" >&6
5779else 5745else
5780 cat >conftest.$ac_ext <<_ACEOF 5746 cat >conftest.$ac_ext <<_ACEOF
5781#line $LINENO "configure"
5782/* confdefs.h. */ 5747/* confdefs.h. */
5783_ACEOF 5748_ACEOF
5784cat confdefs.h >>conftest.$ac_ext 5749cat confdefs.h >>conftest.$ac_ext
@@ -5799,7 +5764,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5799 ac_status=$? 5764 ac_status=$?
5800 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5801 (exit $ac_status); } && 5766 (exit $ac_status); } &&
5802 { ac_try='test -s conftest.$ac_objext' 5767 { ac_try='test -s conftest.$ac_objext'
5803 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5768 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5804 (eval $ac_try) 2>&5 5769 (eval $ac_try) 2>&5
5805 ac_status=$? 5770 ac_status=$?
@@ -5830,7 +5795,6 @@ if test "${emacs_cv_struct_timeval+set}" = set; then
5830 echo $ECHO_N "(cached) $ECHO_C" >&6 5795 echo $ECHO_N "(cached) $ECHO_C" >&6
5831else 5796else
5832 cat >conftest.$ac_ext <<_ACEOF 5797 cat >conftest.$ac_ext <<_ACEOF
5833#line $LINENO "configure"
5834/* confdefs.h. */ 5798/* confdefs.h. */
5835_ACEOF 5799_ACEOF
5836cat confdefs.h >>conftest.$ac_ext 5800cat confdefs.h >>conftest.$ac_ext
@@ -5860,7 +5824,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5860 ac_status=$? 5824 ac_status=$?
5861 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5862 (exit $ac_status); } && 5826 (exit $ac_status); } &&
5863 { ac_try='test -s conftest.$ac_objext' 5827 { ac_try='test -s conftest.$ac_objext'
5864 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5828 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5865 (eval $ac_try) 2>&5 5829 (eval $ac_try) 2>&5
5866 ac_status=$? 5830 ac_status=$?
@@ -5892,7 +5856,6 @@ if test "${emacs_cv_struct_exception+set}" = set; then
5892 echo $ECHO_N "(cached) $ECHO_C" >&6 5856 echo $ECHO_N "(cached) $ECHO_C" >&6
5893else 5857else
5894 cat >conftest.$ac_ext <<_ACEOF 5858 cat >conftest.$ac_ext <<_ACEOF
5895#line $LINENO "configure"
5896/* confdefs.h. */ 5859/* confdefs.h. */
5897_ACEOF 5860_ACEOF
5898cat confdefs.h >>conftest.$ac_ext 5861cat confdefs.h >>conftest.$ac_ext
@@ -5913,7 +5876,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5913 ac_status=$? 5876 ac_status=$?
5914 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5915 (exit $ac_status); } && 5878 (exit $ac_status); } &&
5916 { ac_try='test -s conftest.$ac_objext' 5879 { ac_try='test -s conftest.$ac_objext'
5917 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5880 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5918 (eval $ac_try) 2>&5 5881 (eval $ac_try) 2>&5
5919 ac_status=$? 5882 ac_status=$?
@@ -5945,7 +5908,6 @@ if test "${ac_cv_struct_tm+set}" = set; then
5945 echo $ECHO_N "(cached) $ECHO_C" >&6 5908 echo $ECHO_N "(cached) $ECHO_C" >&6
5946else 5909else
5947 cat >conftest.$ac_ext <<_ACEOF 5910 cat >conftest.$ac_ext <<_ACEOF
5948#line $LINENO "configure"
5949/* confdefs.h. */ 5911/* confdefs.h. */
5950_ACEOF 5912_ACEOF
5951cat confdefs.h >>conftest.$ac_ext 5913cat confdefs.h >>conftest.$ac_ext
@@ -5968,7 +5930,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5968 ac_status=$? 5930 ac_status=$?
5969 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5970 (exit $ac_status); } && 5932 (exit $ac_status); } &&
5971 { ac_try='test -s conftest.$ac_objext' 5933 { ac_try='test -s conftest.$ac_objext'
5972 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5934 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5973 (eval $ac_try) 2>&5 5935 (eval $ac_try) 2>&5
5974 ac_status=$? 5936 ac_status=$?
@@ -5999,7 +5961,6 @@ if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then
5999 echo $ECHO_N "(cached) $ECHO_C" >&6 5961 echo $ECHO_N "(cached) $ECHO_C" >&6
6000else 5962else
6001 cat >conftest.$ac_ext <<_ACEOF 5963 cat >conftest.$ac_ext <<_ACEOF
6002#line $LINENO "configure"
6003/* confdefs.h. */ 5964/* confdefs.h. */
6004_ACEOF 5965_ACEOF
6005cat confdefs.h >>conftest.$ac_ext 5966cat confdefs.h >>conftest.$ac_ext
@@ -6025,7 +5986,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6025 ac_status=$? 5986 ac_status=$?
6026 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6027 (exit $ac_status); } && 5988 (exit $ac_status); } &&
6028 { ac_try='test -s conftest.$ac_objext' 5989 { ac_try='test -s conftest.$ac_objext'
6029 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5990 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6030 (eval $ac_try) 2>&5 5991 (eval $ac_try) 2>&5
6031 ac_status=$? 5992 ac_status=$?
@@ -6037,7 +5998,6 @@ else
6037sed 's/^/| /' conftest.$ac_ext >&5 5998sed 's/^/| /' conftest.$ac_ext >&5
6038 5999
6039cat >conftest.$ac_ext <<_ACEOF 6000cat >conftest.$ac_ext <<_ACEOF
6040#line $LINENO "configure"
6041/* confdefs.h. */ 6001/* confdefs.h. */
6042_ACEOF 6002_ACEOF
6043cat confdefs.h >>conftest.$ac_ext 6003cat confdefs.h >>conftest.$ac_ext
@@ -6063,7 +6023,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6063 ac_status=$? 6023 ac_status=$?
6064 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6065 (exit $ac_status); } && 6025 (exit $ac_status); } &&
6066 { ac_try='test -s conftest.$ac_objext' 6026 { ac_try='test -s conftest.$ac_objext'
6067 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6027 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6068 (eval $ac_try) 2>&5 6028 (eval $ac_try) 2>&5
6069 ac_status=$? 6029 ac_status=$?
@@ -6104,7 +6064,6 @@ if test "${ac_cv_var_tzname+set}" = set; then
6104 echo $ECHO_N "(cached) $ECHO_C" >&6 6064 echo $ECHO_N "(cached) $ECHO_C" >&6
6105else 6065else
6106 cat >conftest.$ac_ext <<_ACEOF 6066 cat >conftest.$ac_ext <<_ACEOF
6107#line $LINENO "configure"
6108/* confdefs.h. */ 6067/* confdefs.h. */
6109_ACEOF 6068_ACEOF
6110cat confdefs.h >>conftest.$ac_ext 6069cat confdefs.h >>conftest.$ac_ext
@@ -6129,7 +6088,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6129 ac_status=$? 6088 ac_status=$?
6130 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6131 (exit $ac_status); } && 6090 (exit $ac_status); } &&
6132 { ac_try='test -s conftest$ac_exeext' 6091 { ac_try='test -s conftest$ac_exeext'
6133 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6092 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6134 (eval $ac_try) 2>&5 6093 (eval $ac_try) 2>&5
6135 ac_status=$? 6094 ac_status=$?
@@ -6161,7 +6120,6 @@ if test "${ac_cv_member_struct_tm_tm_gmtoff+set}" = set; then
6161 echo $ECHO_N "(cached) $ECHO_C" >&6 6120 echo $ECHO_N "(cached) $ECHO_C" >&6
6162else 6121else
6163 cat >conftest.$ac_ext <<_ACEOF 6122 cat >conftest.$ac_ext <<_ACEOF
6164#line $LINENO "configure"
6165/* confdefs.h. */ 6123/* confdefs.h. */
6166_ACEOF 6124_ACEOF
6167cat confdefs.h >>conftest.$ac_ext 6125cat confdefs.h >>conftest.$ac_ext
@@ -6185,7 +6143,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6185 ac_status=$? 6143 ac_status=$?
6186 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6187 (exit $ac_status); } && 6145 (exit $ac_status); } &&
6188 { ac_try='test -s conftest.$ac_objext' 6146 { ac_try='test -s conftest.$ac_objext'
6189 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6147 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6190 (eval $ac_try) 2>&5 6148 (eval $ac_try) 2>&5
6191 ac_status=$? 6149 ac_status=$?
@@ -6197,7 +6155,6 @@ else
6197sed 's/^/| /' conftest.$ac_ext >&5 6155sed 's/^/| /' conftest.$ac_ext >&5
6198 6156
6199cat >conftest.$ac_ext <<_ACEOF 6157cat >conftest.$ac_ext <<_ACEOF
6200#line $LINENO "configure"
6201/* confdefs.h. */ 6158/* confdefs.h. */
6202_ACEOF 6159_ACEOF
6203cat confdefs.h >>conftest.$ac_ext 6160cat confdefs.h >>conftest.$ac_ext
@@ -6221,7 +6178,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6221 ac_status=$? 6178 ac_status=$?
6222 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6223 (exit $ac_status); } && 6180 (exit $ac_status); } &&
6224 { ac_try='test -s conftest.$ac_objext' 6181 { ac_try='test -s conftest.$ac_objext'
6225 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6182 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6226 (eval $ac_try) 2>&5 6183 (eval $ac_try) 2>&5
6227 ac_status=$? 6184 ac_status=$?
@@ -6276,7 +6233,6 @@ if test "${ac_cv_c_volatile+set}" = set; then
6276 echo $ECHO_N "(cached) $ECHO_C" >&6 6233 echo $ECHO_N "(cached) $ECHO_C" >&6
6277else 6234else
6278 cat >conftest.$ac_ext <<_ACEOF 6235 cat >conftest.$ac_ext <<_ACEOF
6279#line $LINENO "configure"
6280/* confdefs.h. */ 6236/* confdefs.h. */
6281_ACEOF 6237_ACEOF
6282cat confdefs.h >>conftest.$ac_ext 6238cat confdefs.h >>conftest.$ac_ext
@@ -6299,7 +6255,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6299 ac_status=$? 6255 ac_status=$?
6300 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6301 (exit $ac_status); } && 6257 (exit $ac_status); } &&
6302 { ac_try='test -s conftest.$ac_objext' 6258 { ac_try='test -s conftest.$ac_objext'
6303 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6259 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6304 (eval $ac_try) 2>&5 6260 (eval $ac_try) 2>&5
6305 ac_status=$? 6261 ac_status=$?
@@ -6330,7 +6286,6 @@ if test "${ac_cv_c_const+set}" = set; then
6330 echo $ECHO_N "(cached) $ECHO_C" >&6 6286 echo $ECHO_N "(cached) $ECHO_C" >&6
6331else 6287else
6332 cat >conftest.$ac_ext <<_ACEOF 6288 cat >conftest.$ac_ext <<_ACEOF
6333#line $LINENO "configure"
6334/* confdefs.h. */ 6289/* confdefs.h. */
6335_ACEOF 6290_ACEOF
6336cat confdefs.h >>conftest.$ac_ext 6291cat confdefs.h >>conftest.$ac_ext
@@ -6397,7 +6352,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6397 ac_status=$? 6352 ac_status=$?
6398 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6399 (exit $ac_status); } && 6354 (exit $ac_status); } &&
6400 { ac_try='test -s conftest.$ac_objext' 6355 { ac_try='test -s conftest.$ac_objext'
6401 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6356 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6402 (eval $ac_try) 2>&5 6357 (eval $ac_try) 2>&5
6403 ac_status=$? 6358 ac_status=$?
@@ -6428,7 +6383,6 @@ if test "${emacs_cv_void_star+set}" = set; then
6428 echo $ECHO_N "(cached) $ECHO_C" >&6 6383 echo $ECHO_N "(cached) $ECHO_C" >&6
6429else 6384else
6430 cat >conftest.$ac_ext <<_ACEOF 6385 cat >conftest.$ac_ext <<_ACEOF
6431#line $LINENO "configure"
6432/* confdefs.h. */ 6386/* confdefs.h. */
6433_ACEOF 6387_ACEOF
6434cat confdefs.h >>conftest.$ac_ext 6388cat confdefs.h >>conftest.$ac_ext
@@ -6449,7 +6403,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6449 ac_status=$? 6403 ac_status=$?
6450 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6451 (exit $ac_status); } && 6405 (exit $ac_status); } &&
6452 { ac_try='test -s conftest.$ac_objext' 6406 { ac_try='test -s conftest.$ac_objext'
6453 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6407 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6454 (eval $ac_try) 2>&5 6408 (eval $ac_try) 2>&5
6455 ac_status=$? 6409 ac_status=$?
@@ -6482,7 +6436,7 @@ fi
6482 6436
6483echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 6437echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
6484echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 6438echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
6485set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` 6439set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
6486if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then 6440if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
6487 echo $ECHO_N "(cached) $ECHO_C" >&6 6441 echo $ECHO_N "(cached) $ECHO_C" >&6
6488else 6442else
@@ -6599,8 +6553,8 @@ _ACEOF
6599 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. 6553 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
6600 for ac_extension in a so sl; do 6554 for ac_extension in a so sl; do
6601 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension && 6555 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
6602 test -f $ac_im_libdir/libX11.$ac_extension; then 6556 test -f $ac_im_libdir/libX11.$ac_extension; then
6603 ac_im_usrlibdir=$ac_im_libdir; break 6557 ac_im_usrlibdir=$ac_im_libdir; break
6604 fi 6558 fi
6605 done 6559 done
6606 # Screen out bogus values from the imake configuration. They are 6560 # Screen out bogus values from the imake configuration. They are
@@ -6660,7 +6614,6 @@ if test "$ac_x_includes" = no; then
6660 # Guess where to find include files, by looking for Intrinsic.h. 6614 # Guess where to find include files, by looking for Intrinsic.h.
6661 # First, try using that file with no special directory specified. 6615 # First, try using that file with no special directory specified.
6662 cat >conftest.$ac_ext <<_ACEOF 6616 cat >conftest.$ac_ext <<_ACEOF
6663#line $LINENO "configure"
6664/* confdefs.h. */ 6617/* confdefs.h. */
6665_ACEOF 6618_ACEOF
6666cat confdefs.h >>conftest.$ac_ext 6619cat confdefs.h >>conftest.$ac_ext
@@ -6708,7 +6661,6 @@ if test "$ac_x_libraries" = no; then
6708 ac_save_LIBS=$LIBS 6661 ac_save_LIBS=$LIBS
6709 LIBS="-lXt $LIBS" 6662 LIBS="-lXt $LIBS"
6710 cat >conftest.$ac_ext <<_ACEOF 6663 cat >conftest.$ac_ext <<_ACEOF
6711#line $LINENO "configure"
6712/* confdefs.h. */ 6664/* confdefs.h. */
6713_ACEOF 6665_ACEOF
6714cat confdefs.h >>conftest.$ac_ext 6666cat confdefs.h >>conftest.$ac_ext
@@ -6729,7 +6681,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6729 ac_status=$? 6681 ac_status=$?
6730 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6731 (exit $ac_status); } && 6683 (exit $ac_status); } &&
6732 { ac_try='test -s conftest$ac_exeext' 6684 { ac_try='test -s conftest$ac_exeext'
6733 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6685 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6734 (eval $ac_try) 2>&5 6686 (eval $ac_try) 2>&5
6735 ac_status=$? 6687 ac_status=$?
@@ -6763,7 +6715,7 @@ if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
6763else 6715else
6764 # Record where we found X for the cache. 6716 # Record where we found X for the cache.
6765 ac_cv_have_x="have_x=yes \ 6717 ac_cv_have_x="have_x=yes \
6766 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries" 6718 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
6767fi 6719fi
6768fi 6720fi
6769 6721
@@ -6888,21 +6840,28 @@ if test "${ac_cv_func_malloc_get_state+set}" = set; then
6888 echo $ECHO_N "(cached) $ECHO_C" >&6 6840 echo $ECHO_N "(cached) $ECHO_C" >&6
6889else 6841else
6890 cat >conftest.$ac_ext <<_ACEOF 6842 cat >conftest.$ac_ext <<_ACEOF
6891#line $LINENO "configure"
6892/* confdefs.h. */ 6843/* confdefs.h. */
6893_ACEOF 6844_ACEOF
6894cat confdefs.h >>conftest.$ac_ext 6845cat confdefs.h >>conftest.$ac_ext
6895cat >>conftest.$ac_ext <<_ACEOF 6846cat >>conftest.$ac_ext <<_ACEOF
6896/* end confdefs.h. */ 6847/* end confdefs.h. */
6848/* Define malloc_get_state to an innocuous variant, in case <limits.h> declares malloc_get_state.
6849 For example, HP-UX 11i <limits.h> declares gettimeofday. */
6850#define malloc_get_state innocuous_malloc_get_state
6851
6897/* System header to define __stub macros and hopefully few prototypes, 6852/* System header to define __stub macros and hopefully few prototypes,
6898 which can conflict with char malloc_get_state (); below. 6853 which can conflict with char malloc_get_state (); below.
6899 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 6854 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6900 <limits.h> exists even on freestanding compilers. */ 6855 <limits.h> exists even on freestanding compilers. */
6856
6901#ifdef __STDC__ 6857#ifdef __STDC__
6902# include <limits.h> 6858# include <limits.h>
6903#else 6859#else
6904# include <assert.h> 6860# include <assert.h>
6905#endif 6861#endif
6862
6863#undef malloc_get_state
6864
6906/* Override any gcc2 internal prototype to avoid an error. */ 6865/* Override any gcc2 internal prototype to avoid an error. */
6907#ifdef __cplusplus 6866#ifdef __cplusplus
6908extern "C" 6867extern "C"
@@ -6937,7 +6896,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6937 ac_status=$? 6896 ac_status=$?
6938 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6939 (exit $ac_status); } && 6898 (exit $ac_status); } &&
6940 { ac_try='test -s conftest$ac_exeext' 6899 { ac_try='test -s conftest$ac_exeext'
6941 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6900 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6942 (eval $ac_try) 2>&5 6901 (eval $ac_try) 2>&5
6943 ac_status=$? 6902 ac_status=$?
@@ -6966,21 +6925,28 @@ if test "${ac_cv_func_malloc_set_state+set}" = set; then
6966 echo $ECHO_N "(cached) $ECHO_C" >&6 6925 echo $ECHO_N "(cached) $ECHO_C" >&6
6967else 6926else
6968 cat >conftest.$ac_ext <<_ACEOF 6927 cat >conftest.$ac_ext <<_ACEOF
6969#line $LINENO "configure"
6970/* confdefs.h. */ 6928/* confdefs.h. */
6971_ACEOF 6929_ACEOF
6972cat confdefs.h >>conftest.$ac_ext 6930cat confdefs.h >>conftest.$ac_ext
6973cat >>conftest.$ac_ext <<_ACEOF 6931cat >>conftest.$ac_ext <<_ACEOF
6974/* end confdefs.h. */ 6932/* end confdefs.h. */
6933/* Define malloc_set_state to an innocuous variant, in case <limits.h> declares malloc_set_state.
6934 For example, HP-UX 11i <limits.h> declares gettimeofday. */
6935#define malloc_set_state innocuous_malloc_set_state
6936
6975/* System header to define __stub macros and hopefully few prototypes, 6937/* System header to define __stub macros and hopefully few prototypes,
6976 which can conflict with char malloc_set_state (); below. 6938 which can conflict with char malloc_set_state (); below.
6977 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 6939 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6978 <limits.h> exists even on freestanding compilers. */ 6940 <limits.h> exists even on freestanding compilers. */
6941
6979#ifdef __STDC__ 6942#ifdef __STDC__
6980# include <limits.h> 6943# include <limits.h>
6981#else 6944#else
6982# include <assert.h> 6945# include <assert.h>
6983#endif 6946#endif
6947
6948#undef malloc_set_state
6949
6984/* Override any gcc2 internal prototype to avoid an error. */ 6950/* Override any gcc2 internal prototype to avoid an error. */
6985#ifdef __cplusplus 6951#ifdef __cplusplus
6986extern "C" 6952extern "C"
@@ -7015,7 +6981,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7015 ac_status=$? 6981 ac_status=$?
7016 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7017 (exit $ac_status); } && 6983 (exit $ac_status); } &&
7018 { ac_try='test -s conftest$ac_exeext' 6984 { ac_try='test -s conftest$ac_exeext'
7019 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6985 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7020 (eval $ac_try) 2>&5 6986 (eval $ac_try) 2>&5
7021 ac_status=$? 6987 ac_status=$?
@@ -7044,7 +7010,6 @@ if test "${emacs_cv_var___after_morecore_hook+set}" = set; then
7044 echo $ECHO_N "(cached) $ECHO_C" >&6 7010 echo $ECHO_N "(cached) $ECHO_C" >&6
7045else 7011else
7046 cat >conftest.$ac_ext <<_ACEOF 7012 cat >conftest.$ac_ext <<_ACEOF
7047#line $LINENO "configure"
7048/* confdefs.h. */ 7013/* confdefs.h. */
7049_ACEOF 7014_ACEOF
7050cat confdefs.h >>conftest.$ac_ext 7015cat confdefs.h >>conftest.$ac_ext
@@ -7065,7 +7030,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7065 ac_status=$? 7030 ac_status=$?
7066 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7067 (exit $ac_status); } && 7032 (exit $ac_status); } &&
7068 { ac_try='test -s conftest$ac_exeext' 7033 { ac_try='test -s conftest$ac_exeext'
7069 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7034 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7070 (eval $ac_try) 2>&5 7035 (eval $ac_try) 2>&5
7071 ac_status=$? 7036 ac_status=$?
@@ -7125,7 +7090,6 @@ else
7125echo "$as_me:$LINENO: checking $ac_header usability" >&5 7090echo "$as_me:$LINENO: checking $ac_header usability" >&5
7126echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 7091echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
7127cat >conftest.$ac_ext <<_ACEOF 7092cat >conftest.$ac_ext <<_ACEOF
7128#line $LINENO "configure"
7129/* confdefs.h. */ 7093/* confdefs.h. */
7130_ACEOF 7094_ACEOF
7131cat confdefs.h >>conftest.$ac_ext 7095cat confdefs.h >>conftest.$ac_ext
@@ -7140,7 +7104,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7140 ac_status=$? 7104 ac_status=$?
7141 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7142 (exit $ac_status); } && 7106 (exit $ac_status); } &&
7143 { ac_try='test -s conftest.$ac_objext' 7107 { ac_try='test -s conftest.$ac_objext'
7144 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7108 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7145 (eval $ac_try) 2>&5 7109 (eval $ac_try) 2>&5
7146 ac_status=$? 7110 ac_status=$?
@@ -7161,7 +7125,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
7161echo "$as_me:$LINENO: checking $ac_header presence" >&5 7125echo "$as_me:$LINENO: checking $ac_header presence" >&5
7162echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 7126echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
7163cat >conftest.$ac_ext <<_ACEOF 7127cat >conftest.$ac_ext <<_ACEOF
7164#line $LINENO "configure"
7165/* confdefs.h. */ 7128/* confdefs.h. */
7166_ACEOF 7129_ACEOF
7167cat confdefs.h >>conftest.$ac_ext 7130cat confdefs.h >>conftest.$ac_ext
@@ -7202,29 +7165,28 @@ case $ac_header_compiler:$ac_header_preproc in
7202 yes:no ) 7165 yes:no )
7203 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 7166 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7204echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 7167echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7205 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 7168 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7206echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 7169echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7207 ( 7170 ac_header_preproc=yes
7208 cat <<\_ASBOX
7209## ------------------------------------ ##
7210## Report this to bug-autoconf@gnu.org. ##
7211## ------------------------------------ ##
7212_ASBOX
7213 ) |
7214 sed "s/^/$as_me: WARNING: /" >&2
7215 ;; 7171 ;;
7216 no:yes ) 7172 no:yes )
7217 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 7173 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7218echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 7174echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7219 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 7175 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7220echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 7176echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7177 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7178echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7179 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7180echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7221 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 7181 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7222echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 7182echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7183 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7184echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7223 ( 7185 (
7224 cat <<\_ASBOX 7186 cat <<\_ASBOX
7225## ------------------------------------ ## 7187## ------------------------------------------ ##
7226## Report this to bug-autoconf@gnu.org. ## 7188## Report this to the AC_PACKAGE_NAME lists. ##
7227## ------------------------------------ ## 7189## ------------------------------------------ ##
7228_ASBOX 7190_ASBOX
7229 ) | 7191 ) |
7230 sed "s/^/$as_me: WARNING: /" >&2 7192 sed "s/^/$as_me: WARNING: /" >&2
@@ -7235,7 +7197,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7235if eval "test \"\${$as_ac_Header+set}\" = set"; then 7197if eval "test \"\${$as_ac_Header+set}\" = set"; then
7236 echo $ECHO_N "(cached) $ECHO_C" >&6 7198 echo $ECHO_N "(cached) $ECHO_C" >&6
7237else 7199else
7238 eval "$as_ac_Header=$ac_header_preproc" 7200 eval "$as_ac_Header=\$ac_header_preproc"
7239fi 7201fi
7240echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 7202echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7241echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 7203echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -7260,21 +7222,28 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
7260 echo $ECHO_N "(cached) $ECHO_C" >&6 7222 echo $ECHO_N "(cached) $ECHO_C" >&6
7261else 7223else
7262 cat >conftest.$ac_ext <<_ACEOF 7224 cat >conftest.$ac_ext <<_ACEOF
7263#line $LINENO "configure"
7264/* confdefs.h. */ 7225/* confdefs.h. */
7265_ACEOF 7226_ACEOF
7266cat confdefs.h >>conftest.$ac_ext 7227cat confdefs.h >>conftest.$ac_ext
7267cat >>conftest.$ac_ext <<_ACEOF 7228cat >>conftest.$ac_ext <<_ACEOF
7268/* end confdefs.h. */ 7229/* end confdefs.h. */
7230/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7231 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7232#define $ac_func innocuous_$ac_func
7233
7269/* System header to define __stub macros and hopefully few prototypes, 7234/* System header to define __stub macros and hopefully few prototypes,
7270 which can conflict with char $ac_func (); below. 7235 which can conflict with char $ac_func (); below.
7271 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 7236 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7272 <limits.h> exists even on freestanding compilers. */ 7237 <limits.h> exists even on freestanding compilers. */
7238
7273#ifdef __STDC__ 7239#ifdef __STDC__
7274# include <limits.h> 7240# include <limits.h>
7275#else 7241#else
7276# include <assert.h> 7242# include <assert.h>
7277#endif 7243#endif
7244
7245#undef $ac_func
7246
7278/* Override any gcc2 internal prototype to avoid an error. */ 7247/* Override any gcc2 internal prototype to avoid an error. */
7279#ifdef __cplusplus 7248#ifdef __cplusplus
7280extern "C" 7249extern "C"
@@ -7309,7 +7278,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7309 ac_status=$? 7278 ac_status=$?
7310 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7311 (exit $ac_status); } && 7280 (exit $ac_status); } &&
7312 { ac_try='test -s conftest$ac_exeext' 7281 { ac_try='test -s conftest$ac_exeext'
7313 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7282 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7314 (eval $ac_try) 2>&5 7283 (eval $ac_try) 2>&5
7315 ac_status=$? 7284 ac_status=$?
@@ -7343,7 +7312,6 @@ else
7343 ac_cv_func_mmap_fixed_mapped=no 7312 ac_cv_func_mmap_fixed_mapped=no
7344else 7313else
7345 cat >conftest.$ac_ext <<_ACEOF 7314 cat >conftest.$ac_ext <<_ACEOF
7346#line $LINENO "configure"
7347/* confdefs.h. */ 7315/* confdefs.h. */
7348_ACEOF 7316_ACEOF
7349cat confdefs.h >>conftest.$ac_ext 7317cat confdefs.h >>conftest.$ac_ext
@@ -7453,7 +7421,7 @@ main ()
7453 exit (1); 7421 exit (1);
7454 data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1); 7422 data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1);
7455 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE, 7423 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
7456 MAP_PRIVATE | MAP_FIXED, fd, 0L)) 7424 MAP_PRIVATE | MAP_FIXED, fd, 0L))
7457 exit (1); 7425 exit (1);
7458 for (i = 0; i < pagesize; ++i) 7426 for (i = 0; i < pagesize; ++i)
7459 if (*(data + i) != *(data2 + i)) 7427 if (*(data + i) != *(data2 + i))
@@ -7525,7 +7493,6 @@ else
7525 ac_check_lib_save_LIBS=$LIBS 7493 ac_check_lib_save_LIBS=$LIBS
7526LIBS="-ldnet $LIBS" 7494LIBS="-ldnet $LIBS"
7527cat >conftest.$ac_ext <<_ACEOF 7495cat >conftest.$ac_ext <<_ACEOF
7528#line $LINENO "configure"
7529/* confdefs.h. */ 7496/* confdefs.h. */
7530_ACEOF 7497_ACEOF
7531cat confdefs.h >>conftest.$ac_ext 7498cat confdefs.h >>conftest.$ac_ext
@@ -7553,7 +7520,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7553 ac_status=$? 7520 ac_status=$?
7554 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7555 (exit $ac_status); } && 7522 (exit $ac_status); } &&
7556 { ac_try='test -s conftest$ac_exeext' 7523 { ac_try='test -s conftest$ac_exeext'
7557 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7524 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7558 (eval $ac_try) 2>&5 7525 (eval $ac_try) 2>&5
7559 ac_status=$? 7526 ac_status=$?
@@ -7589,7 +7556,6 @@ else
7589 ac_check_lib_save_LIBS=$LIBS 7556 ac_check_lib_save_LIBS=$LIBS
7590LIBS="-lXbsd $LIBS" 7557LIBS="-lXbsd $LIBS"
7591cat >conftest.$ac_ext <<_ACEOF 7558cat >conftest.$ac_ext <<_ACEOF
7592#line $LINENO "configure"
7593/* confdefs.h. */ 7559/* confdefs.h. */
7594_ACEOF 7560_ACEOF
7595cat confdefs.h >>conftest.$ac_ext 7561cat confdefs.h >>conftest.$ac_ext
@@ -7611,7 +7577,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7611 ac_status=$? 7577 ac_status=$?
7612 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7613 (exit $ac_status); } && 7579 (exit $ac_status); } &&
7614 { ac_try='test -s conftest$ac_exeext' 7580 { ac_try='test -s conftest$ac_exeext'
7615 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7581 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7616 (eval $ac_try) 2>&5 7582 (eval $ac_try) 2>&5
7617 ac_status=$? 7583 ac_status=$?
@@ -7643,7 +7609,6 @@ else
7643 ac_check_lib_save_LIBS=$LIBS 7609 ac_check_lib_save_LIBS=$LIBS
7644LIBS="-lpthreads $LIBS" 7610LIBS="-lpthreads $LIBS"
7645cat >conftest.$ac_ext <<_ACEOF 7611cat >conftest.$ac_ext <<_ACEOF
7646#line $LINENO "configure"
7647/* confdefs.h. */ 7612/* confdefs.h. */
7648_ACEOF 7613_ACEOF
7649cat confdefs.h >>conftest.$ac_ext 7614cat confdefs.h >>conftest.$ac_ext
@@ -7671,7 +7636,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7671 ac_status=$? 7636 ac_status=$?
7672 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7673 (exit $ac_status); } && 7638 (exit $ac_status); } &&
7674 { ac_try='test -s conftest$ac_exeext' 7639 { ac_try='test -s conftest$ac_exeext'
7675 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7640 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7676 (eval $ac_try) 2>&5 7641 (eval $ac_try) 2>&5
7677 ac_status=$? 7642 ac_status=$?
@@ -7726,7 +7691,6 @@ else
7726 7691
7727 LDFLAGS=$LDFLAGS\ $gdb_cv_bigtoc 7692 LDFLAGS=$LDFLAGS\ $gdb_cv_bigtoc
7728 cat >conftest.$ac_ext <<_ACEOF 7693 cat >conftest.$ac_ext <<_ACEOF
7729#line $LINENO "configure"
7730/* confdefs.h. */ 7694/* confdefs.h. */
7731_ACEOF 7695_ACEOF
7732cat confdefs.h >>conftest.$ac_ext 7696cat confdefs.h >>conftest.$ac_ext
@@ -7747,7 +7711,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7747 ac_status=$? 7711 ac_status=$?
7748 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7749 (exit $ac_status); } && 7713 (exit $ac_status); } &&
7750 { ac_try='test -s conftest$ac_exeext' 7714 { ac_try='test -s conftest$ac_exeext'
7751 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7715 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7752 (eval $ac_try) 2>&5 7716 (eval $ac_try) 2>&5
7753 ac_status=$? 7717 ac_status=$?
@@ -7794,7 +7758,6 @@ if test "${HAVE_X11}" = "yes"; then
7794 echo "$as_me:$LINENO: checking whether X on GNU/Linux needs -b to link" >&5 7758 echo "$as_me:$LINENO: checking whether X on GNU/Linux needs -b to link" >&5
7795echo $ECHO_N "checking whether X on GNU/Linux needs -b to link... $ECHO_C" >&6 7759echo $ECHO_N "checking whether X on GNU/Linux needs -b to link... $ECHO_C" >&6
7796 cat >conftest.$ac_ext <<_ACEOF 7760 cat >conftest.$ac_ext <<_ACEOF
7797#line $LINENO "configure"
7798/* confdefs.h. */ 7761/* confdefs.h. */
7799_ACEOF 7762_ACEOF
7800cat confdefs.h >>conftest.$ac_ext 7763cat confdefs.h >>conftest.$ac_ext
@@ -7815,7 +7778,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7815 ac_status=$? 7778 ac_status=$?
7816 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7817 (exit $ac_status); } && 7780 (exit $ac_status); } &&
7818 { ac_try='test -s conftest$ac_exeext' 7781 { ac_try='test -s conftest$ac_exeext'
7819 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7782 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7820 (eval $ac_try) 2>&5 7783 (eval $ac_try) 2>&5
7821 ac_status=$? 7784 ac_status=$?
@@ -7839,7 +7802,6 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7839 CPPFLAGS="$CPPFLAGS -b i486-linuxaout" 7802 CPPFLAGS="$CPPFLAGS -b i486-linuxaout"
7840 LIBS="$LIBS -b i486-linuxaout" 7803 LIBS="$LIBS -b i486-linuxaout"
7841 cat >conftest.$ac_ext <<_ACEOF 7804 cat >conftest.$ac_ext <<_ACEOF
7842#line $LINENO "configure"
7843/* confdefs.h. */ 7805/* confdefs.h. */
7844_ACEOF 7806_ACEOF
7845cat confdefs.h >>conftest.$ac_ext 7807cat confdefs.h >>conftest.$ac_ext
@@ -7860,7 +7822,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7860 ac_status=$? 7822 ac_status=$?
7861 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7862 (exit $ac_status); } && 7824 (exit $ac_status); } &&
7863 { ac_try='test -s conftest$ac_exeext' 7825 { ac_try='test -s conftest$ac_exeext'
7864 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7826 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7865 (eval $ac_try) 2>&5 7827 (eval $ac_try) 2>&5
7866 ac_status=$? 7828 ac_status=$?
@@ -7898,7 +7860,6 @@ echo "${ECHO_T}no" >&6
7898 echo "$as_me:$LINENO: checking for Xkb" >&5 7860 echo "$as_me:$LINENO: checking for Xkb" >&5
7899echo $ECHO_N "checking for Xkb... $ECHO_C" >&6 7861echo $ECHO_N "checking for Xkb... $ECHO_C" >&6
7900 cat >conftest.$ac_ext <<_ACEOF 7862 cat >conftest.$ac_ext <<_ACEOF
7901#line $LINENO "configure"
7902/* confdefs.h. */ 7863/* confdefs.h. */
7903_ACEOF 7864_ACEOF
7904cat confdefs.h >>conftest.$ac_ext 7865cat confdefs.h >>conftest.$ac_ext
@@ -7920,7 +7881,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7920 ac_status=$? 7881 ac_status=$?
7921 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7922 (exit $ac_status); } && 7883 (exit $ac_status); } &&
7923 { ac_try='test -s conftest$ac_exeext' 7884 { ac_try='test -s conftest$ac_exeext'
7924 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7885 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7925 (eval $ac_try) 2>&5 7886 (eval $ac_try) 2>&5
7926 ac_status=$? 7887 ac_status=$?
@@ -7958,21 +7919,28 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
7958 echo $ECHO_N "(cached) $ECHO_C" >&6 7919 echo $ECHO_N "(cached) $ECHO_C" >&6
7959else 7920else
7960 cat >conftest.$ac_ext <<_ACEOF 7921 cat >conftest.$ac_ext <<_ACEOF
7961#line $LINENO "configure"
7962/* confdefs.h. */ 7922/* confdefs.h. */
7963_ACEOF 7923_ACEOF
7964cat confdefs.h >>conftest.$ac_ext 7924cat confdefs.h >>conftest.$ac_ext
7965cat >>conftest.$ac_ext <<_ACEOF 7925cat >>conftest.$ac_ext <<_ACEOF
7966/* end confdefs.h. */ 7926/* end confdefs.h. */
7927/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7928 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7929#define $ac_func innocuous_$ac_func
7930
7967/* System header to define __stub macros and hopefully few prototypes, 7931/* System header to define __stub macros and hopefully few prototypes,
7968 which can conflict with char $ac_func (); below. 7932 which can conflict with char $ac_func (); below.
7969 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 7933 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7970 <limits.h> exists even on freestanding compilers. */ 7934 <limits.h> exists even on freestanding compilers. */
7935
7971#ifdef __STDC__ 7936#ifdef __STDC__
7972# include <limits.h> 7937# include <limits.h>
7973#else 7938#else
7974# include <assert.h> 7939# include <assert.h>
7975#endif 7940#endif
7941
7942#undef $ac_func
7943
7976/* Override any gcc2 internal prototype to avoid an error. */ 7944/* Override any gcc2 internal prototype to avoid an error. */
7977#ifdef __cplusplus 7945#ifdef __cplusplus
7978extern "C" 7946extern "C"
@@ -8007,7 +7975,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8007 ac_status=$? 7975 ac_status=$?
8008 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8009 (exit $ac_status); } && 7977 (exit $ac_status); } &&
8010 { ac_try='test -s conftest$ac_exeext' 7978 { ac_try='test -s conftest$ac_exeext'
8011 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7979 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8012 (eval $ac_try) 2>&5 7980 (eval $ac_try) 2>&5
8013 ac_status=$? 7981 ac_status=$?
@@ -8041,7 +8009,6 @@ echo $ECHO_N "checking X11 version 6... $ECHO_C" >&6
8041 echo $ECHO_N "(cached) $ECHO_C" >&6 8009 echo $ECHO_N "(cached) $ECHO_C" >&6
8042else 8010else
8043 cat >conftest.$ac_ext <<_ACEOF 8011 cat >conftest.$ac_ext <<_ACEOF
8044#line $LINENO "configure"
8045/* confdefs.h. */ 8012/* confdefs.h. */
8046_ACEOF 8013_ACEOF
8047cat confdefs.h >>conftest.$ac_ext 8014cat confdefs.h >>conftest.$ac_ext
@@ -8065,7 +8032,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8065 ac_status=$? 8032 ac_status=$?
8066 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8067 (exit $ac_status); } && 8034 (exit $ac_status); } &&
8068 { ac_try='test -s conftest$ac_exeext' 8035 { ac_try='test -s conftest$ac_exeext'
8069 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8036 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8070 (eval $ac_try) 2>&5 8037 (eval $ac_try) 2>&5
8071 ac_status=$? 8038 ac_status=$?
@@ -8102,7 +8069,6 @@ echo $ECHO_N "checking X11 version 5... $ECHO_C" >&6
8102 echo $ECHO_N "(cached) $ECHO_C" >&6 8069 echo $ECHO_N "(cached) $ECHO_C" >&6
8103else 8070else
8104 cat >conftest.$ac_ext <<_ACEOF 8071 cat >conftest.$ac_ext <<_ACEOF
8105#line $LINENO "configure"
8106/* confdefs.h. */ 8072/* confdefs.h. */
8107_ACEOF 8073_ACEOF
8108cat confdefs.h >>conftest.$ac_ext 8074cat confdefs.h >>conftest.$ac_ext
@@ -8126,7 +8092,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8126 ac_status=$? 8092 ac_status=$?
8127 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8128 (exit $ac_status); } && 8094 (exit $ac_status); } &&
8129 { ac_try='test -s conftest$ac_exeext' 8095 { ac_try='test -s conftest$ac_exeext'
8130 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8096 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8131 (eval $ac_try) 2>&5 8097 (eval $ac_try) 2>&5
8132 ac_status=$? 8098 ac_status=$?
@@ -8294,7 +8260,6 @@ echo $ECHO_N "checking X11 version 5 with Xaw... $ECHO_C" >&6
8294 echo $ECHO_N "(cached) $ECHO_C" >&6 8260 echo $ECHO_N "(cached) $ECHO_C" >&6
8295else 8261else
8296 cat >conftest.$ac_ext <<_ACEOF 8262 cat >conftest.$ac_ext <<_ACEOF
8297#line $LINENO "configure"
8298/* confdefs.h. */ 8263/* confdefs.h. */
8299_ACEOF 8264_ACEOF
8300cat confdefs.h >>conftest.$ac_ext 8265cat confdefs.h >>conftest.$ac_ext
@@ -8317,7 +8282,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8317 ac_status=$? 8282 ac_status=$?
8318 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8319 (exit $ac_status); } && 8284 (exit $ac_status); } &&
8320 { ac_try='test -s conftest$ac_exeext' 8285 { ac_try='test -s conftest$ac_exeext'
8321 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8286 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8322 (eval $ac_try) 2>&5 8287 (eval $ac_try) 2>&5
8323 ac_status=$? 8288 ac_status=$?
@@ -8356,7 +8321,6 @@ echo $ECHO_N "checking X11 toolkit version... $ECHO_C" >&6
8356 echo $ECHO_N "(cached) $ECHO_C" >&6 8321 echo $ECHO_N "(cached) $ECHO_C" >&6
8357else 8322else
8358 cat >conftest.$ac_ext <<_ACEOF 8323 cat >conftest.$ac_ext <<_ACEOF
8359#line $LINENO "configure"
8360/* confdefs.h. */ 8324/* confdefs.h. */
8361_ACEOF 8325_ACEOF
8362cat confdefs.h >>conftest.$ac_ext 8326cat confdefs.h >>conftest.$ac_ext
@@ -8380,7 +8344,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8380 ac_status=$? 8344 ac_status=$?
8381 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8382 (exit $ac_status); } && 8346 (exit $ac_status); } &&
8383 { ac_try='test -s conftest$ac_exeext' 8347 { ac_try='test -s conftest$ac_exeext'
8384 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8348 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8385 (eval $ac_try) 2>&5 8349 (eval $ac_try) 2>&5
8386 ac_status=$? 8350 ac_status=$?
@@ -8425,7 +8389,6 @@ else
8425 ac_check_lib_save_LIBS=$LIBS 8389 ac_check_lib_save_LIBS=$LIBS
8426LIBS="-lXmu $LIBS" 8390LIBS="-lXmu $LIBS"
8427cat >conftest.$ac_ext <<_ACEOF 8391cat >conftest.$ac_ext <<_ACEOF
8428#line $LINENO "configure"
8429/* confdefs.h. */ 8392/* confdefs.h. */
8430_ACEOF 8393_ACEOF
8431cat confdefs.h >>conftest.$ac_ext 8394cat confdefs.h >>conftest.$ac_ext
@@ -8453,7 +8416,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8453 ac_status=$? 8416 ac_status=$?
8454 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8455 (exit $ac_status); } && 8418 (exit $ac_status); } &&
8456 { ac_try='test -s conftest$ac_exeext' 8419 { ac_try='test -s conftest$ac_exeext'
8457 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8420 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8458 (eval $ac_try) 2>&5 8421 (eval $ac_try) 2>&5
8459 ac_status=$? 8422 ac_status=$?
@@ -8495,7 +8458,6 @@ else
8495 ac_check_lib_save_LIBS=$LIBS 8458 ac_check_lib_save_LIBS=$LIBS
8496LIBS="-lXext $LIBS" 8459LIBS="-lXext $LIBS"
8497cat >conftest.$ac_ext <<_ACEOF 8460cat >conftest.$ac_ext <<_ACEOF
8498#line $LINENO "configure"
8499/* confdefs.h. */ 8461/* confdefs.h. */
8500_ACEOF 8462_ACEOF
8501cat confdefs.h >>conftest.$ac_ext 8463cat confdefs.h >>conftest.$ac_ext
@@ -8523,7 +8485,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8523 ac_status=$? 8485 ac_status=$?
8524 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8525 (exit $ac_status); } && 8487 (exit $ac_status); } &&
8526 { ac_try='test -s conftest$ac_exeext' 8488 { ac_try='test -s conftest$ac_exeext'
8527 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8489 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8528 (eval $ac_try) 2>&5 8490 (eval $ac_try) 2>&5
8529 ac_status=$? 8491 ac_status=$?
@@ -8567,7 +8529,6 @@ else
8567 CPPFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CPPFLAGS" 8529 CPPFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CPPFLAGS"
8568 CFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CFLAGS" 8530 CFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CFLAGS"
8569 cat >conftest.$ac_ext <<_ACEOF 8531 cat >conftest.$ac_ext <<_ACEOF
8570#line $LINENO "configure"
8571/* confdefs.h. */ 8532/* confdefs.h. */
8572_ACEOF 8533_ACEOF
8573cat confdefs.h >>conftest.$ac_ext 8534cat confdefs.h >>conftest.$ac_ext
@@ -8588,7 +8549,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8588 ac_status=$? 8549 ac_status=$?
8589 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8590 (exit $ac_status); } && 8551 (exit $ac_status); } &&
8591 { ac_try='test -s conftest.$ac_objext' 8552 { ac_try='test -s conftest.$ac_objext'
8592 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8553 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8593 (eval $ac_try) 2>&5 8554 (eval $ac_try) 2>&5
8594 ac_status=$? 8555 ac_status=$?
@@ -8623,7 +8584,6 @@ if test "${emacs_cv_motif_version_2_1+set}" = set; then
8623 echo $ECHO_N "(cached) $ECHO_C" >&6 8584 echo $ECHO_N "(cached) $ECHO_C" >&6
8624else 8585else
8625 cat >conftest.$ac_ext <<_ACEOF 8586 cat >conftest.$ac_ext <<_ACEOF
8626#line $LINENO "configure"
8627/* confdefs.h. */ 8587/* confdefs.h. */
8628_ACEOF 8588_ACEOF
8629cat confdefs.h >>conftest.$ac_ext 8589cat confdefs.h >>conftest.$ac_ext
@@ -8648,7 +8608,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8648 ac_status=$? 8608 ac_status=$?
8649 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8650 (exit $ac_status); } && 8610 (exit $ac_status); } &&
8651 { ac_try='test -s conftest.$ac_objext' 8611 { ac_try='test -s conftest.$ac_objext'
8652 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8612 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8653 (eval $ac_try) 2>&5 8613 (eval $ac_try) 2>&5
8654 ac_status=$? 8614 ac_status=$?
@@ -8681,7 +8641,6 @@ else
8681 ac_check_lib_save_LIBS=$LIBS 8641 ac_check_lib_save_LIBS=$LIBS
8682LIBS="-lXp $LIBS" 8642LIBS="-lXp $LIBS"
8683cat >conftest.$ac_ext <<_ACEOF 8643cat >conftest.$ac_ext <<_ACEOF
8684#line $LINENO "configure"
8685/* confdefs.h. */ 8644/* confdefs.h. */
8686_ACEOF 8645_ACEOF
8687cat confdefs.h >>conftest.$ac_ext 8646cat confdefs.h >>conftest.$ac_ext
@@ -8709,7 +8668,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8709 ac_status=$? 8668 ac_status=$?
8710 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8711 (exit $ac_status); } && 8670 (exit $ac_status); } &&
8712 { ac_try='test -s conftest$ac_exeext' 8671 { ac_try='test -s conftest$ac_exeext'
8713 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8672 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8714 (eval $ac_try) 2>&5 8673 (eval $ac_try) 2>&5
8715 ac_status=$? 8674 ac_status=$?
@@ -8751,7 +8710,6 @@ if test "${ac_cv_header_X11_Xaw3d_Scrollbar_h+set}" = set; then
8751 echo $ECHO_N "(cached) $ECHO_C" >&6 8710 echo $ECHO_N "(cached) $ECHO_C" >&6
8752else 8711else
8753 cat >conftest.$ac_ext <<_ACEOF 8712 cat >conftest.$ac_ext <<_ACEOF
8754#line $LINENO "configure"
8755/* confdefs.h. */ 8713/* confdefs.h. */
8756_ACEOF 8714_ACEOF
8757cat confdefs.h >>conftest.$ac_ext 8715cat confdefs.h >>conftest.$ac_ext
@@ -8796,7 +8754,6 @@ else
8796 ac_check_lib_save_LIBS=$LIBS 8754 ac_check_lib_save_LIBS=$LIBS
8797LIBS="-lXaw3d $LIBS" 8755LIBS="-lXaw3d $LIBS"
8798cat >conftest.$ac_ext <<_ACEOF 8756cat >conftest.$ac_ext <<_ACEOF
8799#line $LINENO "configure"
8800/* confdefs.h. */ 8757/* confdefs.h. */
8801_ACEOF 8758_ACEOF
8802cat confdefs.h >>conftest.$ac_ext 8759cat confdefs.h >>conftest.$ac_ext
@@ -8824,7 +8781,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8824 ac_status=$? 8781 ac_status=$?
8825 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8826 (exit $ac_status); } && 8783 (exit $ac_status); } &&
8827 { ac_try='test -s conftest$ac_exeext' 8784 { ac_try='test -s conftest$ac_exeext'
8828 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8785 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8829 (eval $ac_try) 2>&5 8786 (eval $ac_try) 2>&5
8830 ac_status=$? 8787 ac_status=$?
@@ -8899,7 +8856,6 @@ _ACEOF
8899 CFLAGS="$CFLAGS --pedantic-errors" 8856 CFLAGS="$CFLAGS --pedantic-errors"
8900 fi 8857 fi
8901 cat >conftest.$ac_ext <<_ACEOF 8858 cat >conftest.$ac_ext <<_ACEOF
8902#line $LINENO "configure"
8903/* confdefs.h. */ 8859/* confdefs.h. */
8904_ACEOF 8860_ACEOF
8905cat confdefs.h >>conftest.$ac_ext 8861cat confdefs.h >>conftest.$ac_ext
@@ -8935,7 +8891,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8935 ac_status=$? 8891 ac_status=$?
8936 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8937 (exit $ac_status); } && 8893 (exit $ac_status); } &&
8938 { ac_try='test -s conftest.$ac_objext' 8894 { ac_try='test -s conftest.$ac_objext'
8939 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8895 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8940 (eval $ac_try) 2>&5 8896 (eval $ac_try) 2>&5
8941 ac_status=$? 8897 ac_status=$?
@@ -8980,7 +8936,6 @@ else
8980echo "$as_me:$LINENO: checking X11/xpm.h usability" >&5 8936echo "$as_me:$LINENO: checking X11/xpm.h usability" >&5
8981echo $ECHO_N "checking X11/xpm.h usability... $ECHO_C" >&6 8937echo $ECHO_N "checking X11/xpm.h usability... $ECHO_C" >&6
8982cat >conftest.$ac_ext <<_ACEOF 8938cat >conftest.$ac_ext <<_ACEOF
8983#line $LINENO "configure"
8984/* confdefs.h. */ 8939/* confdefs.h. */
8985_ACEOF 8940_ACEOF
8986cat confdefs.h >>conftest.$ac_ext 8941cat confdefs.h >>conftest.$ac_ext
@@ -8995,7 +8950,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8995 ac_status=$? 8950 ac_status=$?
8996 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8997 (exit $ac_status); } && 8952 (exit $ac_status); } &&
8998 { ac_try='test -s conftest.$ac_objext' 8953 { ac_try='test -s conftest.$ac_objext'
8999 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8954 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9000 (eval $ac_try) 2>&5 8955 (eval $ac_try) 2>&5
9001 ac_status=$? 8956 ac_status=$?
@@ -9016,7 +8971,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
9016echo "$as_me:$LINENO: checking X11/xpm.h presence" >&5 8971echo "$as_me:$LINENO: checking X11/xpm.h presence" >&5
9017echo $ECHO_N "checking X11/xpm.h presence... $ECHO_C" >&6 8972echo $ECHO_N "checking X11/xpm.h presence... $ECHO_C" >&6
9018cat >conftest.$ac_ext <<_ACEOF 8973cat >conftest.$ac_ext <<_ACEOF
9019#line $LINENO "configure"
9020/* confdefs.h. */ 8974/* confdefs.h. */
9021_ACEOF 8975_ACEOF
9022cat confdefs.h >>conftest.$ac_ext 8976cat confdefs.h >>conftest.$ac_ext
@@ -9057,29 +9011,28 @@ case $ac_header_compiler:$ac_header_preproc in
9057 yes:no ) 9011 yes:no )
9058 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: accepted by the compiler, rejected by the preprocessor!" >&5 9012 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: accepted by the compiler, rejected by the preprocessor!" >&5
9059echo "$as_me: WARNING: X11/xpm.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 9013echo "$as_me: WARNING: X11/xpm.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
9060 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&5 9014 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the compiler's result" >&5
9061echo "$as_me: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&2;} 9015echo "$as_me: WARNING: X11/xpm.h: proceeding with the compiler's result" >&2;}
9062 ( 9016 ac_header_preproc=yes
9063 cat <<\_ASBOX
9064## ------------------------------------ ##
9065## Report this to bug-autoconf@gnu.org. ##
9066## ------------------------------------ ##
9067_ASBOX
9068 ) |
9069 sed "s/^/$as_me: WARNING: /" >&2
9070 ;; 9017 ;;
9071 no:yes ) 9018 no:yes )
9072 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: present but cannot be compiled" >&5 9019 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: present but cannot be compiled" >&5
9073echo "$as_me: WARNING: X11/xpm.h: present but cannot be compiled" >&2;} 9020echo "$as_me: WARNING: X11/xpm.h: present but cannot be compiled" >&2;}
9074 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: check for missing prerequisite headers?" >&5 9021 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: check for missing prerequisite headers?" >&5
9075echo "$as_me: WARNING: X11/xpm.h: check for missing prerequisite headers?" >&2;} 9022echo "$as_me: WARNING: X11/xpm.h: check for missing prerequisite headers?" >&2;}
9023 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: see the Autoconf documentation" >&5
9024echo "$as_me: WARNING: X11/xpm.h: see the Autoconf documentation" >&2;}
9025 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: section \"Present But Cannot Be Compiled\"" >&5
9026echo "$as_me: WARNING: X11/xpm.h: section \"Present But Cannot Be Compiled\"" >&2;}
9076 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&5 9027 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&5
9077echo "$as_me: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&2;} 9028echo "$as_me: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&2;}
9029 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: in the future, the compiler will take precedence" >&5
9030echo "$as_me: WARNING: X11/xpm.h: in the future, the compiler will take precedence" >&2;}
9078 ( 9031 (
9079 cat <<\_ASBOX 9032 cat <<\_ASBOX
9080## ------------------------------------ ## 9033## ------------------------------------------ ##
9081## Report this to bug-autoconf@gnu.org. ## 9034## Report this to the AC_PACKAGE_NAME lists. ##
9082## ------------------------------------ ## 9035## ------------------------------------------ ##
9083_ASBOX 9036_ASBOX
9084 ) | 9037 ) |
9085 sed "s/^/$as_me: WARNING: /" >&2 9038 sed "s/^/$as_me: WARNING: /" >&2
@@ -9105,7 +9058,6 @@ else
9105 ac_check_lib_save_LIBS=$LIBS 9058 ac_check_lib_save_LIBS=$LIBS
9106LIBS="-lXpm -lX11 $LIBS" 9059LIBS="-lXpm -lX11 $LIBS"
9107cat >conftest.$ac_ext <<_ACEOF 9060cat >conftest.$ac_ext <<_ACEOF
9108#line $LINENO "configure"
9109/* confdefs.h. */ 9061/* confdefs.h. */
9110_ACEOF 9062_ACEOF
9111cat confdefs.h >>conftest.$ac_ext 9063cat confdefs.h >>conftest.$ac_ext
@@ -9133,7 +9085,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9133 ac_status=$? 9085 ac_status=$?
9134 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9135 (exit $ac_status); } && 9087 (exit $ac_status); } &&
9136 { ac_try='test -s conftest$ac_exeext' 9088 { ac_try='test -s conftest$ac_exeext'
9137 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9089 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9138 (eval $ac_try) 2>&5 9090 (eval $ac_try) 2>&5
9139 ac_status=$? 9091 ac_status=$?
@@ -9162,7 +9114,6 @@ fi
9162 echo "$as_me:$LINENO: checking for XpmReturnAllocPixels preprocessor define" >&5 9114 echo "$as_me:$LINENO: checking for XpmReturnAllocPixels preprocessor define" >&5
9163echo $ECHO_N "checking for XpmReturnAllocPixels preprocessor define... $ECHO_C" >&6 9115echo $ECHO_N "checking for XpmReturnAllocPixels preprocessor define... $ECHO_C" >&6
9164 cat >conftest.$ac_ext <<_ACEOF 9116 cat >conftest.$ac_ext <<_ACEOF
9165#line $LINENO "configure"
9166/* confdefs.h. */ 9117/* confdefs.h. */
9167_ACEOF 9118_ACEOF
9168cat confdefs.h >>conftest.$ac_ext 9119cat confdefs.h >>conftest.$ac_ext
@@ -9219,7 +9170,6 @@ else
9219echo "$as_me:$LINENO: checking jerror.h usability" >&5 9170echo "$as_me:$LINENO: checking jerror.h usability" >&5
9220echo $ECHO_N "checking jerror.h usability... $ECHO_C" >&6 9171echo $ECHO_N "checking jerror.h usability... $ECHO_C" >&6
9221cat >conftest.$ac_ext <<_ACEOF 9172cat >conftest.$ac_ext <<_ACEOF
9222#line $LINENO "configure"
9223/* confdefs.h. */ 9173/* confdefs.h. */
9224_ACEOF 9174_ACEOF
9225cat confdefs.h >>conftest.$ac_ext 9175cat confdefs.h >>conftest.$ac_ext
@@ -9234,7 +9184,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9234 ac_status=$? 9184 ac_status=$?
9235 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9236 (exit $ac_status); } && 9186 (exit $ac_status); } &&
9237 { ac_try='test -s conftest.$ac_objext' 9187 { ac_try='test -s conftest.$ac_objext'
9238 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9188 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9239 (eval $ac_try) 2>&5 9189 (eval $ac_try) 2>&5
9240 ac_status=$? 9190 ac_status=$?
@@ -9255,7 +9205,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
9255echo "$as_me:$LINENO: checking jerror.h presence" >&5 9205echo "$as_me:$LINENO: checking jerror.h presence" >&5
9256echo $ECHO_N "checking jerror.h presence... $ECHO_C" >&6 9206echo $ECHO_N "checking jerror.h presence... $ECHO_C" >&6
9257cat >conftest.$ac_ext <<_ACEOF 9207cat >conftest.$ac_ext <<_ACEOF
9258#line $LINENO "configure"
9259/* confdefs.h. */ 9208/* confdefs.h. */
9260_ACEOF 9209_ACEOF
9261cat confdefs.h >>conftest.$ac_ext 9210cat confdefs.h >>conftest.$ac_ext
@@ -9296,29 +9245,28 @@ case $ac_header_compiler:$ac_header_preproc in
9296 yes:no ) 9245 yes:no )
9297 { echo "$as_me:$LINENO: WARNING: jerror.h: accepted by the compiler, rejected by the preprocessor!" >&5 9246 { echo "$as_me:$LINENO: WARNING: jerror.h: accepted by the compiler, rejected by the preprocessor!" >&5
9298echo "$as_me: WARNING: jerror.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 9247echo "$as_me: WARNING: jerror.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
9299 { echo "$as_me:$LINENO: WARNING: jerror.h: proceeding with the preprocessor's result" >&5 9248 { echo "$as_me:$LINENO: WARNING: jerror.h: proceeding with the compiler's result" >&5
9300echo "$as_me: WARNING: jerror.h: proceeding with the preprocessor's result" >&2;} 9249echo "$as_me: WARNING: jerror.h: proceeding with the compiler's result" >&2;}
9301 ( 9250 ac_header_preproc=yes
9302 cat <<\_ASBOX
9303## ------------------------------------ ##
9304## Report this to bug-autoconf@gnu.org. ##
9305## ------------------------------------ ##
9306_ASBOX
9307 ) |
9308 sed "s/^/$as_me: WARNING: /" >&2
9309 ;; 9251 ;;
9310 no:yes ) 9252 no:yes )
9311 { echo "$as_me:$LINENO: WARNING: jerror.h: present but cannot be compiled" >&5 9253 { echo "$as_me:$LINENO: WARNING: jerror.h: present but cannot be compiled" >&5
9312echo "$as_me: WARNING: jerror.h: present but cannot be compiled" >&2;} 9254echo "$as_me: WARNING: jerror.h: present but cannot be compiled" >&2;}
9313 { echo "$as_me:$LINENO: WARNING: jerror.h: check for missing prerequisite headers?" >&5 9255 { echo "$as_me:$LINENO: WARNING: jerror.h: check for missing prerequisite headers?" >&5
9314echo "$as_me: WARNING: jerror.h: check for missing prerequisite headers?" >&2;} 9256echo "$as_me: WARNING: jerror.h: check for missing prerequisite headers?" >&2;}
9257 { echo "$as_me:$LINENO: WARNING: jerror.h: see the Autoconf documentation" >&5
9258echo "$as_me: WARNING: jerror.h: see the Autoconf documentation" >&2;}
9259 { echo "$as_me:$LINENO: WARNING: jerror.h: section \"Present But Cannot Be Compiled\"" >&5
9260echo "$as_me: WARNING: jerror.h: section \"Present But Cannot Be Compiled\"" >&2;}
9315 { echo "$as_me:$LINENO: WARNING: jerror.h: proceeding with the preprocessor's result" >&5 9261 { echo "$as_me:$LINENO: WARNING: jerror.h: proceeding with the preprocessor's result" >&5
9316echo "$as_me: WARNING: jerror.h: proceeding with the preprocessor's result" >&2;} 9262echo "$as_me: WARNING: jerror.h: proceeding with the preprocessor's result" >&2;}
9263 { echo "$as_me:$LINENO: WARNING: jerror.h: in the future, the compiler will take precedence" >&5
9264echo "$as_me: WARNING: jerror.h: in the future, the compiler will take precedence" >&2;}
9317 ( 9265 (
9318 cat <<\_ASBOX 9266 cat <<\_ASBOX
9319## ------------------------------------ ## 9267## ------------------------------------------ ##
9320## Report this to bug-autoconf@gnu.org. ## 9268## Report this to the AC_PACKAGE_NAME lists. ##
9321## ------------------------------------ ## 9269## ------------------------------------------ ##
9322_ASBOX 9270_ASBOX
9323 ) | 9271 ) |
9324 sed "s/^/$as_me: WARNING: /" >&2 9272 sed "s/^/$as_me: WARNING: /" >&2
@@ -9344,7 +9292,6 @@ else
9344 ac_check_lib_save_LIBS=$LIBS 9292 ac_check_lib_save_LIBS=$LIBS
9345LIBS="-ljpeg $LIBS" 9293LIBS="-ljpeg $LIBS"
9346cat >conftest.$ac_ext <<_ACEOF 9294cat >conftest.$ac_ext <<_ACEOF
9347#line $LINENO "configure"
9348/* confdefs.h. */ 9295/* confdefs.h. */
9349_ACEOF 9296_ACEOF
9350cat confdefs.h >>conftest.$ac_ext 9297cat confdefs.h >>conftest.$ac_ext
@@ -9372,7 +9319,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9372 ac_status=$? 9319 ac_status=$?
9373 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9374 (exit $ac_status); } && 9321 (exit $ac_status); } &&
9375 { ac_try='test -s conftest$ac_exeext' 9322 { ac_try='test -s conftest$ac_exeext'
9376 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9323 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9377 (eval $ac_try) 2>&5 9324 (eval $ac_try) 2>&5
9378 ac_status=$? 9325 ac_status=$?
@@ -9406,7 +9353,6 @@ fi
9406_ACEOF 9353_ACEOF
9407 9354
9408 cat >conftest.$ac_ext <<_ACEOF 9355 cat >conftest.$ac_ext <<_ACEOF
9409#line $LINENO "configure"
9410/* confdefs.h. */ 9356/* confdefs.h. */
9411_ACEOF 9357_ACEOF
9412cat confdefs.h >>conftest.$ac_ext 9358cat confdefs.h >>conftest.$ac_ext
@@ -9449,7 +9395,6 @@ else
9449echo "$as_me:$LINENO: checking png.h usability" >&5 9395echo "$as_me:$LINENO: checking png.h usability" >&5
9450echo $ECHO_N "checking png.h usability... $ECHO_C" >&6 9396echo $ECHO_N "checking png.h usability... $ECHO_C" >&6
9451cat >conftest.$ac_ext <<_ACEOF 9397cat >conftest.$ac_ext <<_ACEOF
9452#line $LINENO "configure"
9453/* confdefs.h. */ 9398/* confdefs.h. */
9454_ACEOF 9399_ACEOF
9455cat confdefs.h >>conftest.$ac_ext 9400cat confdefs.h >>conftest.$ac_ext
@@ -9464,7 +9409,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9464 ac_status=$? 9409 ac_status=$?
9465 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9466 (exit $ac_status); } && 9411 (exit $ac_status); } &&
9467 { ac_try='test -s conftest.$ac_objext' 9412 { ac_try='test -s conftest.$ac_objext'
9468 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9413 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9469 (eval $ac_try) 2>&5 9414 (eval $ac_try) 2>&5
9470 ac_status=$? 9415 ac_status=$?
@@ -9485,7 +9430,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
9485echo "$as_me:$LINENO: checking png.h presence" >&5 9430echo "$as_me:$LINENO: checking png.h presence" >&5
9486echo $ECHO_N "checking png.h presence... $ECHO_C" >&6 9431echo $ECHO_N "checking png.h presence... $ECHO_C" >&6
9487cat >conftest.$ac_ext <<_ACEOF 9432cat >conftest.$ac_ext <<_ACEOF
9488#line $LINENO "configure"
9489/* confdefs.h. */ 9433/* confdefs.h. */
9490_ACEOF 9434_ACEOF
9491cat confdefs.h >>conftest.$ac_ext 9435cat confdefs.h >>conftest.$ac_ext
@@ -9526,29 +9470,28 @@ case $ac_header_compiler:$ac_header_preproc in
9526 yes:no ) 9470 yes:no )
9527 { echo "$as_me:$LINENO: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&5 9471 { echo "$as_me:$LINENO: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&5
9528echo "$as_me: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 9472echo "$as_me: WARNING: png.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
9529 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5 9473 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the compiler's result" >&5
9530echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;} 9474echo "$as_me: WARNING: png.h: proceeding with the compiler's result" >&2;}
9531 ( 9475 ac_header_preproc=yes
9532 cat <<\_ASBOX
9533## ------------------------------------ ##
9534## Report this to bug-autoconf@gnu.org. ##
9535## ------------------------------------ ##
9536_ASBOX
9537 ) |
9538 sed "s/^/$as_me: WARNING: /" >&2
9539 ;; 9476 ;;
9540 no:yes ) 9477 no:yes )
9541 { echo "$as_me:$LINENO: WARNING: png.h: present but cannot be compiled" >&5 9478 { echo "$as_me:$LINENO: WARNING: png.h: present but cannot be compiled" >&5
9542echo "$as_me: WARNING: png.h: present but cannot be compiled" >&2;} 9479echo "$as_me: WARNING: png.h: present but cannot be compiled" >&2;}
9543 { echo "$as_me:$LINENO: WARNING: png.h: check for missing prerequisite headers?" >&5 9480 { echo "$as_me:$LINENO: WARNING: png.h: check for missing prerequisite headers?" >&5
9544echo "$as_me: WARNING: png.h: check for missing prerequisite headers?" >&2;} 9481echo "$as_me: WARNING: png.h: check for missing prerequisite headers?" >&2;}
9482 { echo "$as_me:$LINENO: WARNING: png.h: see the Autoconf documentation" >&5
9483echo "$as_me: WARNING: png.h: see the Autoconf documentation" >&2;}
9484 { echo "$as_me:$LINENO: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&5
9485echo "$as_me: WARNING: png.h: section \"Present But Cannot Be Compiled\"" >&2;}
9545 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5 9486 { echo "$as_me:$LINENO: WARNING: png.h: proceeding with the preprocessor's result" >&5
9546echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;} 9487echo "$as_me: WARNING: png.h: proceeding with the preprocessor's result" >&2;}
9488 { echo "$as_me:$LINENO: WARNING: png.h: in the future, the compiler will take precedence" >&5
9489echo "$as_me: WARNING: png.h: in the future, the compiler will take precedence" >&2;}
9547 ( 9490 (
9548 cat <<\_ASBOX 9491 cat <<\_ASBOX
9549## ------------------------------------ ## 9492## ------------------------------------------ ##
9550## Report this to bug-autoconf@gnu.org. ## 9493## Report this to the AC_PACKAGE_NAME lists. ##
9551## ------------------------------------ ## 9494## ------------------------------------------ ##
9552_ASBOX 9495_ASBOX
9553 ) | 9496 ) |
9554 sed "s/^/$as_me: WARNING: /" >&2 9497 sed "s/^/$as_me: WARNING: /" >&2
@@ -9574,7 +9517,6 @@ else
9574 ac_check_lib_save_LIBS=$LIBS 9517 ac_check_lib_save_LIBS=$LIBS
9575LIBS="-lpng -lz -lm $LIBS" 9518LIBS="-lpng -lz -lm $LIBS"
9576cat >conftest.$ac_ext <<_ACEOF 9519cat >conftest.$ac_ext <<_ACEOF
9577#line $LINENO "configure"
9578/* confdefs.h. */ 9520/* confdefs.h. */
9579_ACEOF 9521_ACEOF
9580cat confdefs.h >>conftest.$ac_ext 9522cat confdefs.h >>conftest.$ac_ext
@@ -9602,7 +9544,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9602 ac_status=$? 9544 ac_status=$?
9603 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9604 (exit $ac_status); } && 9546 (exit $ac_status); } &&
9605 { ac_try='test -s conftest$ac_exeext' 9547 { ac_try='test -s conftest$ac_exeext'
9606 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9548 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9607 (eval $ac_try) 2>&5 9549 (eval $ac_try) 2>&5
9608 ac_status=$? 9550 ac_status=$?
@@ -9655,7 +9597,6 @@ else
9655echo "$as_me:$LINENO: checking tiffio.h usability" >&5 9597echo "$as_me:$LINENO: checking tiffio.h usability" >&5
9656echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6 9598echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6
9657cat >conftest.$ac_ext <<_ACEOF 9599cat >conftest.$ac_ext <<_ACEOF
9658#line $LINENO "configure"
9659/* confdefs.h. */ 9600/* confdefs.h. */
9660_ACEOF 9601_ACEOF
9661cat confdefs.h >>conftest.$ac_ext 9602cat confdefs.h >>conftest.$ac_ext
@@ -9670,7 +9611,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9670 ac_status=$? 9611 ac_status=$?
9671 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9672 (exit $ac_status); } && 9613 (exit $ac_status); } &&
9673 { ac_try='test -s conftest.$ac_objext' 9614 { ac_try='test -s conftest.$ac_objext'
9674 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9615 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9675 (eval $ac_try) 2>&5 9616 (eval $ac_try) 2>&5
9676 ac_status=$? 9617 ac_status=$?
@@ -9691,7 +9632,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
9691echo "$as_me:$LINENO: checking tiffio.h presence" >&5 9632echo "$as_me:$LINENO: checking tiffio.h presence" >&5
9692echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6 9633echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6
9693cat >conftest.$ac_ext <<_ACEOF 9634cat >conftest.$ac_ext <<_ACEOF
9694#line $LINENO "configure"
9695/* confdefs.h. */ 9635/* confdefs.h. */
9696_ACEOF 9636_ACEOF
9697cat confdefs.h >>conftest.$ac_ext 9637cat confdefs.h >>conftest.$ac_ext
@@ -9732,29 +9672,28 @@ case $ac_header_compiler:$ac_header_preproc in
9732 yes:no ) 9672 yes:no )
9733 { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5 9673 { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5
9734echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 9674echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
9735 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5 9675 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the compiler's result" >&5
9736echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;} 9676echo "$as_me: WARNING: tiffio.h: proceeding with the compiler's result" >&2;}
9737 ( 9677 ac_header_preproc=yes
9738 cat <<\_ASBOX
9739## ------------------------------------ ##
9740## Report this to bug-autoconf@gnu.org. ##
9741## ------------------------------------ ##
9742_ASBOX
9743 ) |
9744 sed "s/^/$as_me: WARNING: /" >&2
9745 ;; 9678 ;;
9746 no:yes ) 9679 no:yes )
9747 { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5 9680 { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5
9748echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;} 9681echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;}
9749 { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5 9682 { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5
9750echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;} 9683echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;}
9684 { echo "$as_me:$LINENO: WARNING: tiffio.h: see the Autoconf documentation" >&5
9685echo "$as_me: WARNING: tiffio.h: see the Autoconf documentation" >&2;}
9686 { echo "$as_me:$LINENO: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&5
9687echo "$as_me: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&2;}
9751 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5 9688 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
9752echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;} 9689echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
9690 { echo "$as_me:$LINENO: WARNING: tiffio.h: in the future, the compiler will take precedence" >&5
9691echo "$as_me: WARNING: tiffio.h: in the future, the compiler will take precedence" >&2;}
9753 ( 9692 (
9754 cat <<\_ASBOX 9693 cat <<\_ASBOX
9755## ------------------------------------ ## 9694## ------------------------------------------ ##
9756## Report this to bug-autoconf@gnu.org. ## 9695## Report this to the AC_PACKAGE_NAME lists. ##
9757## ------------------------------------ ## 9696## ------------------------------------------ ##
9758_ASBOX 9697_ASBOX
9759 ) | 9698 ) |
9760 sed "s/^/$as_me: WARNING: /" >&2 9699 sed "s/^/$as_me: WARNING: /" >&2
@@ -9783,7 +9722,6 @@ else
9783 ac_check_lib_save_LIBS=$LIBS 9722 ac_check_lib_save_LIBS=$LIBS
9784LIBS="-ltiff $tifflibs $LIBS" 9723LIBS="-ltiff $tifflibs $LIBS"
9785cat >conftest.$ac_ext <<_ACEOF 9724cat >conftest.$ac_ext <<_ACEOF
9786#line $LINENO "configure"
9787/* confdefs.h. */ 9725/* confdefs.h. */
9788_ACEOF 9726_ACEOF
9789cat confdefs.h >>conftest.$ac_ext 9727cat confdefs.h >>conftest.$ac_ext
@@ -9811,7 +9749,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9811 ac_status=$? 9749 ac_status=$?
9812 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9813 (exit $ac_status); } && 9751 (exit $ac_status); } &&
9814 { ac_try='test -s conftest$ac_exeext' 9752 { ac_try='test -s conftest$ac_exeext'
9815 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9753 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9816 (eval $ac_try) 2>&5 9754 (eval $ac_try) 2>&5
9817 ac_status=$? 9755 ac_status=$?
@@ -9864,7 +9802,6 @@ else
9864echo "$as_me:$LINENO: checking gif_lib.h usability" >&5 9802echo "$as_me:$LINENO: checking gif_lib.h usability" >&5
9865echo $ECHO_N "checking gif_lib.h usability... $ECHO_C" >&6 9803echo $ECHO_N "checking gif_lib.h usability... $ECHO_C" >&6
9866cat >conftest.$ac_ext <<_ACEOF 9804cat >conftest.$ac_ext <<_ACEOF
9867#line $LINENO "configure"
9868/* confdefs.h. */ 9805/* confdefs.h. */
9869_ACEOF 9806_ACEOF
9870cat confdefs.h >>conftest.$ac_ext 9807cat confdefs.h >>conftest.$ac_ext
@@ -9879,7 +9816,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9879 ac_status=$? 9816 ac_status=$?
9880 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9881 (exit $ac_status); } && 9818 (exit $ac_status); } &&
9882 { ac_try='test -s conftest.$ac_objext' 9819 { ac_try='test -s conftest.$ac_objext'
9883 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9820 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9884 (eval $ac_try) 2>&5 9821 (eval $ac_try) 2>&5
9885 ac_status=$? 9822 ac_status=$?
@@ -9900,7 +9837,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
9900echo "$as_me:$LINENO: checking gif_lib.h presence" >&5 9837echo "$as_me:$LINENO: checking gif_lib.h presence" >&5
9901echo $ECHO_N "checking gif_lib.h presence... $ECHO_C" >&6 9838echo $ECHO_N "checking gif_lib.h presence... $ECHO_C" >&6
9902cat >conftest.$ac_ext <<_ACEOF 9839cat >conftest.$ac_ext <<_ACEOF
9903#line $LINENO "configure"
9904/* confdefs.h. */ 9840/* confdefs.h. */
9905_ACEOF 9841_ACEOF
9906cat confdefs.h >>conftest.$ac_ext 9842cat confdefs.h >>conftest.$ac_ext
@@ -9941,29 +9877,28 @@ case $ac_header_compiler:$ac_header_preproc in
9941 yes:no ) 9877 yes:no )
9942 { echo "$as_me:$LINENO: WARNING: gif_lib.h: accepted by the compiler, rejected by the preprocessor!" >&5 9878 { echo "$as_me:$LINENO: WARNING: gif_lib.h: accepted by the compiler, rejected by the preprocessor!" >&5
9943echo "$as_me: WARNING: gif_lib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 9879echo "$as_me: WARNING: gif_lib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
9944 { echo "$as_me:$LINENO: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&5 9880 { echo "$as_me:$LINENO: WARNING: gif_lib.h: proceeding with the compiler's result" >&5
9945echo "$as_me: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&2;} 9881echo "$as_me: WARNING: gif_lib.h: proceeding with the compiler's result" >&2;}
9946 ( 9882 ac_header_preproc=yes
9947 cat <<\_ASBOX
9948## ------------------------------------ ##
9949## Report this to bug-autoconf@gnu.org. ##
9950## ------------------------------------ ##
9951_ASBOX
9952 ) |
9953 sed "s/^/$as_me: WARNING: /" >&2
9954 ;; 9883 ;;
9955 no:yes ) 9884 no:yes )
9956 { echo "$as_me:$LINENO: WARNING: gif_lib.h: present but cannot be compiled" >&5 9885 { echo "$as_me:$LINENO: WARNING: gif_lib.h: present but cannot be compiled" >&5
9957echo "$as_me: WARNING: gif_lib.h: present but cannot be compiled" >&2;} 9886echo "$as_me: WARNING: gif_lib.h: present but cannot be compiled" >&2;}
9958 { echo "$as_me:$LINENO: WARNING: gif_lib.h: check for missing prerequisite headers?" >&5 9887 { echo "$as_me:$LINENO: WARNING: gif_lib.h: check for missing prerequisite headers?" >&5
9959echo "$as_me: WARNING: gif_lib.h: check for missing prerequisite headers?" >&2;} 9888echo "$as_me: WARNING: gif_lib.h: check for missing prerequisite headers?" >&2;}
9889 { echo "$as_me:$LINENO: WARNING: gif_lib.h: see the Autoconf documentation" >&5
9890echo "$as_me: WARNING: gif_lib.h: see the Autoconf documentation" >&2;}
9891 { echo "$as_me:$LINENO: WARNING: gif_lib.h: section \"Present But Cannot Be Compiled\"" >&5
9892echo "$as_me: WARNING: gif_lib.h: section \"Present But Cannot Be Compiled\"" >&2;}
9960 { echo "$as_me:$LINENO: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&5 9893 { echo "$as_me:$LINENO: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&5
9961echo "$as_me: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&2;} 9894echo "$as_me: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&2;}
9895 { echo "$as_me:$LINENO: WARNING: gif_lib.h: in the future, the compiler will take precedence" >&5
9896echo "$as_me: WARNING: gif_lib.h: in the future, the compiler will take precedence" >&2;}
9962 ( 9897 (
9963 cat <<\_ASBOX 9898 cat <<\_ASBOX
9964## ------------------------------------ ## 9899## ------------------------------------------ ##
9965## Report this to bug-autoconf@gnu.org. ## 9900## Report this to the AC_PACKAGE_NAME lists. ##
9966## ------------------------------------ ## 9901## ------------------------------------------ ##
9967_ASBOX 9902_ASBOX
9968 ) | 9903 ) |
9969 sed "s/^/$as_me: WARNING: /" >&2 9904 sed "s/^/$as_me: WARNING: /" >&2
@@ -9991,7 +9926,6 @@ else
9991 ac_check_lib_save_LIBS=$LIBS 9926 ac_check_lib_save_LIBS=$LIBS
9992LIBS="-lungif $LIBS" 9927LIBS="-lungif $LIBS"
9993cat >conftest.$ac_ext <<_ACEOF 9928cat >conftest.$ac_ext <<_ACEOF
9994#line $LINENO "configure"
9995/* confdefs.h. */ 9929/* confdefs.h. */
9996_ACEOF 9930_ACEOF
9997cat confdefs.h >>conftest.$ac_ext 9931cat confdefs.h >>conftest.$ac_ext
@@ -10019,7 +9953,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10019 ac_status=$? 9953 ac_status=$?
10020 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10021 (exit $ac_status); } && 9955 (exit $ac_status); } &&
10022 { ac_try='test -s conftest$ac_exeext' 9956 { ac_try='test -s conftest$ac_exeext'
10023 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9957 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10024 (eval $ac_try) 2>&5 9958 (eval $ac_try) 2>&5
10025 ac_status=$? 9959 ac_status=$?
@@ -10071,7 +10005,6 @@ else
10071echo "$as_me:$LINENO: checking Carbon/Carbon.h usability" >&5 10005echo "$as_me:$LINENO: checking Carbon/Carbon.h usability" >&5
10072echo $ECHO_N "checking Carbon/Carbon.h usability... $ECHO_C" >&6 10006echo $ECHO_N "checking Carbon/Carbon.h usability... $ECHO_C" >&6
10073cat >conftest.$ac_ext <<_ACEOF 10007cat >conftest.$ac_ext <<_ACEOF
10074#line $LINENO "configure"
10075/* confdefs.h. */ 10008/* confdefs.h. */
10076_ACEOF 10009_ACEOF
10077cat confdefs.h >>conftest.$ac_ext 10010cat confdefs.h >>conftest.$ac_ext
@@ -10086,7 +10019,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10086 ac_status=$? 10019 ac_status=$?
10087 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10088 (exit $ac_status); } && 10021 (exit $ac_status); } &&
10089 { ac_try='test -s conftest.$ac_objext' 10022 { ac_try='test -s conftest.$ac_objext'
10090 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10023 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10091 (eval $ac_try) 2>&5 10024 (eval $ac_try) 2>&5
10092 ac_status=$? 10025 ac_status=$?
@@ -10107,7 +10040,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
10107echo "$as_me:$LINENO: checking Carbon/Carbon.h presence" >&5 10040echo "$as_me:$LINENO: checking Carbon/Carbon.h presence" >&5
10108echo $ECHO_N "checking Carbon/Carbon.h presence... $ECHO_C" >&6 10041echo $ECHO_N "checking Carbon/Carbon.h presence... $ECHO_C" >&6
10109cat >conftest.$ac_ext <<_ACEOF 10042cat >conftest.$ac_ext <<_ACEOF
10110#line $LINENO "configure"
10111/* confdefs.h. */ 10043/* confdefs.h. */
10112_ACEOF 10044_ACEOF
10113cat confdefs.h >>conftest.$ac_ext 10045cat confdefs.h >>conftest.$ac_ext
@@ -10148,29 +10080,28 @@ case $ac_header_compiler:$ac_header_preproc in
10148 yes:no ) 10080 yes:no )
10149 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: accepted by the compiler, rejected by the preprocessor!" >&5 10081 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: accepted by the compiler, rejected by the preprocessor!" >&5
10150echo "$as_me: WARNING: Carbon/Carbon.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 10082echo "$as_me: WARNING: Carbon/Carbon.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
10151 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&5 10083 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: proceeding with the compiler's result" >&5
10152echo "$as_me: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&2;} 10084echo "$as_me: WARNING: Carbon/Carbon.h: proceeding with the compiler's result" >&2;}
10153 ( 10085 ac_header_preproc=yes
10154 cat <<\_ASBOX
10155## ------------------------------------ ##
10156## Report this to bug-autoconf@gnu.org. ##
10157## ------------------------------------ ##
10158_ASBOX
10159 ) |
10160 sed "s/^/$as_me: WARNING: /" >&2
10161 ;; 10086 ;;
10162 no:yes ) 10087 no:yes )
10163 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: present but cannot be compiled" >&5 10088 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: present but cannot be compiled" >&5
10164echo "$as_me: WARNING: Carbon/Carbon.h: present but cannot be compiled" >&2;} 10089echo "$as_me: WARNING: Carbon/Carbon.h: present but cannot be compiled" >&2;}
10165 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: check for missing prerequisite headers?" >&5 10090 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: check for missing prerequisite headers?" >&5
10166echo "$as_me: WARNING: Carbon/Carbon.h: check for missing prerequisite headers?" >&2;} 10091echo "$as_me: WARNING: Carbon/Carbon.h: check for missing prerequisite headers?" >&2;}
10092 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: see the Autoconf documentation" >&5
10093echo "$as_me: WARNING: Carbon/Carbon.h: see the Autoconf documentation" >&2;}
10094 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: section \"Present But Cannot Be Compiled\"" >&5
10095echo "$as_me: WARNING: Carbon/Carbon.h: section \"Present But Cannot Be Compiled\"" >&2;}
10167 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&5 10096 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&5
10168echo "$as_me: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&2;} 10097echo "$as_me: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&2;}
10098 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: in the future, the compiler will take precedence" >&5
10099echo "$as_me: WARNING: Carbon/Carbon.h: in the future, the compiler will take precedence" >&2;}
10169 ( 10100 (
10170 cat <<\_ASBOX 10101 cat <<\_ASBOX
10171## ------------------------------------ ## 10102## ------------------------------------------ ##
10172## Report this to bug-autoconf@gnu.org. ## 10103## Report this to the AC_PACKAGE_NAME lists. ##
10173## ------------------------------------ ## 10104## ------------------------------------------ ##
10174_ASBOX 10105_ASBOX
10175 ) | 10106 ) |
10176 sed "s/^/$as_me: WARNING: /" >&2 10107 sed "s/^/$as_me: WARNING: /" >&2
@@ -10229,7 +10160,6 @@ else
10229echo "$as_me:$LINENO: checking X11/SM/SMlib.h usability" >&5 10160echo "$as_me:$LINENO: checking X11/SM/SMlib.h usability" >&5
10230echo $ECHO_N "checking X11/SM/SMlib.h usability... $ECHO_C" >&6 10161echo $ECHO_N "checking X11/SM/SMlib.h usability... $ECHO_C" >&6
10231cat >conftest.$ac_ext <<_ACEOF 10162cat >conftest.$ac_ext <<_ACEOF
10232#line $LINENO "configure"
10233/* confdefs.h. */ 10163/* confdefs.h. */
10234_ACEOF 10164_ACEOF
10235cat confdefs.h >>conftest.$ac_ext 10165cat confdefs.h >>conftest.$ac_ext
@@ -10244,7 +10174,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10244 ac_status=$? 10174 ac_status=$?
10245 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10246 (exit $ac_status); } && 10176 (exit $ac_status); } &&
10247 { ac_try='test -s conftest.$ac_objext' 10177 { ac_try='test -s conftest.$ac_objext'
10248 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10178 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10249 (eval $ac_try) 2>&5 10179 (eval $ac_try) 2>&5
10250 ac_status=$? 10180 ac_status=$?
@@ -10265,7 +10195,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
10265echo "$as_me:$LINENO: checking X11/SM/SMlib.h presence" >&5 10195echo "$as_me:$LINENO: checking X11/SM/SMlib.h presence" >&5
10266echo $ECHO_N "checking X11/SM/SMlib.h presence... $ECHO_C" >&6 10196echo $ECHO_N "checking X11/SM/SMlib.h presence... $ECHO_C" >&6
10267cat >conftest.$ac_ext <<_ACEOF 10197cat >conftest.$ac_ext <<_ACEOF
10268#line $LINENO "configure"
10269/* confdefs.h. */ 10198/* confdefs.h. */
10270_ACEOF 10199_ACEOF
10271cat confdefs.h >>conftest.$ac_ext 10200cat confdefs.h >>conftest.$ac_ext
@@ -10306,29 +10235,28 @@ case $ac_header_compiler:$ac_header_preproc in
10306 yes:no ) 10235 yes:no )
10307 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: accepted by the compiler, rejected by the preprocessor!" >&5 10236 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
10308echo "$as_me: WARNING: X11/SM/SMlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 10237echo "$as_me: WARNING: X11/SM/SMlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
10309 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&5 10238 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: proceeding with the compiler's result" >&5
10310echo "$as_me: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&2;} 10239echo "$as_me: WARNING: X11/SM/SMlib.h: proceeding with the compiler's result" >&2;}
10311 ( 10240 ac_header_preproc=yes
10312 cat <<\_ASBOX
10313## ------------------------------------ ##
10314## Report this to bug-autoconf@gnu.org. ##
10315## ------------------------------------ ##
10316_ASBOX
10317 ) |
10318 sed "s/^/$as_me: WARNING: /" >&2
10319 ;; 10241 ;;
10320 no:yes ) 10242 no:yes )
10321 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: present but cannot be compiled" >&5 10243 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: present but cannot be compiled" >&5
10322echo "$as_me: WARNING: X11/SM/SMlib.h: present but cannot be compiled" >&2;} 10244echo "$as_me: WARNING: X11/SM/SMlib.h: present but cannot be compiled" >&2;}
10323 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: check for missing prerequisite headers?" >&5 10245 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: check for missing prerequisite headers?" >&5
10324echo "$as_me: WARNING: X11/SM/SMlib.h: check for missing prerequisite headers?" >&2;} 10246echo "$as_me: WARNING: X11/SM/SMlib.h: check for missing prerequisite headers?" >&2;}
10247 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: see the Autoconf documentation" >&5
10248echo "$as_me: WARNING: X11/SM/SMlib.h: see the Autoconf documentation" >&2;}
10249 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: section \"Present But Cannot Be Compiled\"" >&5
10250echo "$as_me: WARNING: X11/SM/SMlib.h: section \"Present But Cannot Be Compiled\"" >&2;}
10325 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&5 10251 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&5
10326echo "$as_me: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&2;} 10252echo "$as_me: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&2;}
10253 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: in the future, the compiler will take precedence" >&5
10254echo "$as_me: WARNING: X11/SM/SMlib.h: in the future, the compiler will take precedence" >&2;}
10327 ( 10255 (
10328 cat <<\_ASBOX 10256 cat <<\_ASBOX
10329## ------------------------------------ ## 10257## ------------------------------------------ ##
10330## Report this to bug-autoconf@gnu.org. ## 10258## Report this to the AC_PACKAGE_NAME lists. ##
10331## ------------------------------------ ## 10259## ------------------------------------------ ##
10332_ASBOX 10260_ASBOX
10333 ) | 10261 ) |
10334 sed "s/^/$as_me: WARNING: /" >&2 10262 sed "s/^/$as_me: WARNING: /" >&2
@@ -10354,7 +10282,6 @@ else
10354 ac_check_lib_save_LIBS=$LIBS 10282 ac_check_lib_save_LIBS=$LIBS
10355LIBS="-lSM $LIBS" 10283LIBS="-lSM $LIBS"
10356cat >conftest.$ac_ext <<_ACEOF 10284cat >conftest.$ac_ext <<_ACEOF
10357#line $LINENO "configure"
10358/* confdefs.h. */ 10285/* confdefs.h. */
10359_ACEOF 10286_ACEOF
10360cat confdefs.h >>conftest.$ac_ext 10287cat confdefs.h >>conftest.$ac_ext
@@ -10382,7 +10309,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10382 ac_status=$? 10309 ac_status=$?
10383 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10384 (exit $ac_status); } && 10311 (exit $ac_status); } &&
10385 { ac_try='test -s conftest$ac_exeext' 10312 { ac_try='test -s conftest$ac_exeext'
10386 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10313 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10387 (eval $ac_try) 2>&5 10314 (eval $ac_try) 2>&5
10388 ac_status=$? 10315 ac_status=$?
@@ -10430,7 +10357,6 @@ if test "${emacs_cv_netdb_declares_h_errno+set}" = set; then
10430 echo $ECHO_N "(cached) $ECHO_C" >&6 10357 echo $ECHO_N "(cached) $ECHO_C" >&6
10431else 10358else
10432 cat >conftest.$ac_ext <<_ACEOF 10359 cat >conftest.$ac_ext <<_ACEOF
10433#line $LINENO "configure"
10434/* confdefs.h. */ 10360/* confdefs.h. */
10435_ACEOF 10361_ACEOF
10436cat confdefs.h >>conftest.$ac_ext 10362cat confdefs.h >>conftest.$ac_ext
@@ -10451,7 +10377,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10451 ac_status=$? 10377 ac_status=$?
10452 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10453 (exit $ac_status); } && 10379 (exit $ac_status); } &&
10454 { ac_try='test -s conftest$ac_exeext' 10380 { ac_try='test -s conftest$ac_exeext'
10455 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10381 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10456 (eval $ac_try) 2>&5 10382 (eval $ac_try) 2>&5
10457 ac_status=$? 10383 ac_status=$?
@@ -10484,7 +10410,6 @@ if test "${ac_cv_working_alloca_h+set}" = set; then
10484 echo $ECHO_N "(cached) $ECHO_C" >&6 10410 echo $ECHO_N "(cached) $ECHO_C" >&6
10485else 10411else
10486 cat >conftest.$ac_ext <<_ACEOF 10412 cat >conftest.$ac_ext <<_ACEOF
10487#line $LINENO "configure"
10488/* confdefs.h. */ 10413/* confdefs.h. */
10489_ACEOF 10414_ACEOF
10490cat confdefs.h >>conftest.$ac_ext 10415cat confdefs.h >>conftest.$ac_ext
@@ -10505,7 +10430,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10505 ac_status=$? 10430 ac_status=$?
10506 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10507 (exit $ac_status); } && 10432 (exit $ac_status); } &&
10508 { ac_try='test -s conftest$ac_exeext' 10433 { ac_try='test -s conftest$ac_exeext'
10509 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10434 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10510 (eval $ac_try) 2>&5 10435 (eval $ac_try) 2>&5
10511 ac_status=$? 10436 ac_status=$?
@@ -10536,7 +10461,6 @@ if test "${ac_cv_func_alloca_works+set}" = set; then
10536 echo $ECHO_N "(cached) $ECHO_C" >&6 10461 echo $ECHO_N "(cached) $ECHO_C" >&6
10537else 10462else
10538 cat >conftest.$ac_ext <<_ACEOF 10463 cat >conftest.$ac_ext <<_ACEOF
10539#line $LINENO "configure"
10540/* confdefs.h. */ 10464/* confdefs.h. */
10541_ACEOF 10465_ACEOF
10542cat confdefs.h >>conftest.$ac_ext 10466cat confdefs.h >>conftest.$ac_ext
@@ -10577,7 +10501,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10577 ac_status=$? 10501 ac_status=$?
10578 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10579 (exit $ac_status); } && 10503 (exit $ac_status); } &&
10580 { ac_try='test -s conftest$ac_exeext' 10504 { ac_try='test -s conftest$ac_exeext'
10581 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10505 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10582 (eval $ac_try) 2>&5 10506 (eval $ac_try) 2>&5
10583 ac_status=$? 10507 ac_status=$?
@@ -10620,7 +10544,6 @@ if test "${ac_cv_os_cray+set}" = set; then
10620 echo $ECHO_N "(cached) $ECHO_C" >&6 10544 echo $ECHO_N "(cached) $ECHO_C" >&6
10621else 10545else
10622 cat >conftest.$ac_ext <<_ACEOF 10546 cat >conftest.$ac_ext <<_ACEOF
10623#line $LINENO "configure"
10624/* confdefs.h. */ 10547/* confdefs.h. */
10625_ACEOF 10548_ACEOF
10626cat confdefs.h >>conftest.$ac_ext 10549cat confdefs.h >>conftest.$ac_ext
@@ -10653,21 +10576,28 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
10653 echo $ECHO_N "(cached) $ECHO_C" >&6 10576 echo $ECHO_N "(cached) $ECHO_C" >&6
10654else 10577else
10655 cat >conftest.$ac_ext <<_ACEOF 10578 cat >conftest.$ac_ext <<_ACEOF
10656#line $LINENO "configure"
10657/* confdefs.h. */ 10579/* confdefs.h. */
10658_ACEOF 10580_ACEOF
10659cat confdefs.h >>conftest.$ac_ext 10581cat confdefs.h >>conftest.$ac_ext
10660cat >>conftest.$ac_ext <<_ACEOF 10582cat >>conftest.$ac_ext <<_ACEOF
10661/* end confdefs.h. */ 10583/* end confdefs.h. */
10584/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
10585 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10586#define $ac_func innocuous_$ac_func
10587
10662/* System header to define __stub macros and hopefully few prototypes, 10588/* System header to define __stub macros and hopefully few prototypes,
10663 which can conflict with char $ac_func (); below. 10589 which can conflict with char $ac_func (); below.
10664 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 10590 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10665 <limits.h> exists even on freestanding compilers. */ 10591 <limits.h> exists even on freestanding compilers. */
10592
10666#ifdef __STDC__ 10593#ifdef __STDC__
10667# include <limits.h> 10594# include <limits.h>
10668#else 10595#else
10669# include <assert.h> 10596# include <assert.h>
10670#endif 10597#endif
10598
10599#undef $ac_func
10600
10671/* Override any gcc2 internal prototype to avoid an error. */ 10601/* Override any gcc2 internal prototype to avoid an error. */
10672#ifdef __cplusplus 10602#ifdef __cplusplus
10673extern "C" 10603extern "C"
@@ -10702,7 +10632,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10702 ac_status=$? 10632 ac_status=$?
10703 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10704 (exit $ac_status); } && 10634 (exit $ac_status); } &&
10705 { ac_try='test -s conftest$ac_exeext' 10635 { ac_try='test -s conftest$ac_exeext'
10706 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10636 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10707 (eval $ac_try) 2>&5 10637 (eval $ac_try) 2>&5
10708 ac_status=$? 10638 ac_status=$?
@@ -10740,7 +10670,6 @@ else
10740 ac_cv_c_stack_direction=0 10670 ac_cv_c_stack_direction=0
10741else 10671else
10742 cat >conftest.$ac_ext <<_ACEOF 10672 cat >conftest.$ac_ext <<_ACEOF
10743#line $LINENO "configure"
10744/* confdefs.h. */ 10673/* confdefs.h. */
10745_ACEOF 10674_ACEOF
10746cat confdefs.h >>conftest.$ac_ext 10675cat confdefs.h >>conftest.$ac_ext
@@ -10811,7 +10740,6 @@ else
10811 ac_check_lib_save_LIBS=$LIBS 10740 ac_check_lib_save_LIBS=$LIBS
10812LIBS="-lm $LIBS" 10741LIBS="-lm $LIBS"
10813cat >conftest.$ac_ext <<_ACEOF 10742cat >conftest.$ac_ext <<_ACEOF
10814#line $LINENO "configure"
10815/* confdefs.h. */ 10743/* confdefs.h. */
10816_ACEOF 10744_ACEOF
10817cat confdefs.h >>conftest.$ac_ext 10745cat confdefs.h >>conftest.$ac_ext
@@ -10839,7 +10767,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10839 ac_status=$? 10767 ac_status=$?
10840 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10841 (exit $ac_status); } && 10769 (exit $ac_status); } &&
10842 { ac_try='test -s conftest$ac_exeext' 10770 { ac_try='test -s conftest$ac_exeext'
10843 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10771 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10844 (eval $ac_try) 2>&5 10772 (eval $ac_try) 2>&5
10845 ac_status=$? 10773 ac_status=$?
@@ -10878,7 +10806,6 @@ else
10878 ac_check_lib_save_LIBS=$LIBS 10806 ac_check_lib_save_LIBS=$LIBS
10879LIBS="-lmail $LIBS" 10807LIBS="-lmail $LIBS"
10880cat >conftest.$ac_ext <<_ACEOF 10808cat >conftest.$ac_ext <<_ACEOF
10881#line $LINENO "configure"
10882/* confdefs.h. */ 10809/* confdefs.h. */
10883_ACEOF 10810_ACEOF
10884cat confdefs.h >>conftest.$ac_ext 10811cat confdefs.h >>conftest.$ac_ext
@@ -10906,7 +10833,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10906 ac_status=$? 10833 ac_status=$?
10907 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10908 (exit $ac_status); } && 10835 (exit $ac_status); } &&
10909 { ac_try='test -s conftest$ac_exeext' 10836 { ac_try='test -s conftest$ac_exeext'
10910 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10837 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10911 (eval $ac_try) 2>&5 10838 (eval $ac_try) 2>&5
10912 ac_status=$? 10839 ac_status=$?
@@ -10942,7 +10869,6 @@ else
10942 ac_check_lib_save_LIBS=$LIBS 10869 ac_check_lib_save_LIBS=$LIBS
10943LIBS="-llockfile $LIBS" 10870LIBS="-llockfile $LIBS"
10944cat >conftest.$ac_ext <<_ACEOF 10871cat >conftest.$ac_ext <<_ACEOF
10945#line $LINENO "configure"
10946/* confdefs.h. */ 10872/* confdefs.h. */
10947_ACEOF 10873_ACEOF
10948cat confdefs.h >>conftest.$ac_ext 10874cat confdefs.h >>conftest.$ac_ext
@@ -10970,7 +10896,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10970 ac_status=$? 10896 ac_status=$?
10971 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10972 (exit $ac_status); } && 10898 (exit $ac_status); } &&
10973 { ac_try='test -s conftest$ac_exeext' 10899 { ac_try='test -s conftest$ac_exeext'
10974 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10900 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10975 (eval $ac_try) 2>&5 10901 (eval $ac_try) 2>&5
10976 ac_status=$? 10902 ac_status=$?
@@ -11059,21 +10985,28 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
11059 echo $ECHO_N "(cached) $ECHO_C" >&6 10985 echo $ECHO_N "(cached) $ECHO_C" >&6
11060else 10986else
11061 cat >conftest.$ac_ext <<_ACEOF 10987 cat >conftest.$ac_ext <<_ACEOF
11062#line $LINENO "configure"
11063/* confdefs.h. */ 10988/* confdefs.h. */
11064_ACEOF 10989_ACEOF
11065cat confdefs.h >>conftest.$ac_ext 10990cat confdefs.h >>conftest.$ac_ext
11066cat >>conftest.$ac_ext <<_ACEOF 10991cat >>conftest.$ac_ext <<_ACEOF
11067/* end confdefs.h. */ 10992/* end confdefs.h. */
10993/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
10994 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10995#define $ac_func innocuous_$ac_func
10996
11068/* System header to define __stub macros and hopefully few prototypes, 10997/* System header to define __stub macros and hopefully few prototypes,
11069 which can conflict with char $ac_func (); below. 10998 which can conflict with char $ac_func (); below.
11070 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 10999 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11071 <limits.h> exists even on freestanding compilers. */ 11000 <limits.h> exists even on freestanding compilers. */
11001
11072#ifdef __STDC__ 11002#ifdef __STDC__
11073# include <limits.h> 11003# include <limits.h>
11074#else 11004#else
11075# include <assert.h> 11005# include <assert.h>
11076#endif 11006#endif
11007
11008#undef $ac_func
11009
11077/* Override any gcc2 internal prototype to avoid an error. */ 11010/* Override any gcc2 internal prototype to avoid an error. */
11078#ifdef __cplusplus 11011#ifdef __cplusplus
11079extern "C" 11012extern "C"
@@ -11108,7 +11041,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11108 ac_status=$? 11041 ac_status=$?
11109 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11110 (exit $ac_status); } && 11043 (exit $ac_status); } &&
11111 { ac_try='test -s conftest$ac_exeext' 11044 { ac_try='test -s conftest$ac_exeext'
11112 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11045 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11113 (eval $ac_try) 2>&5 11046 (eval $ac_try) 2>&5
11114 ac_status=$? 11047 ac_status=$?
@@ -11150,7 +11083,6 @@ else
11150echo "$as_me:$LINENO: checking $ac_header usability" >&5 11083echo "$as_me:$LINENO: checking $ac_header usability" >&5
11151echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 11084echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
11152cat >conftest.$ac_ext <<_ACEOF 11085cat >conftest.$ac_ext <<_ACEOF
11153#line $LINENO "configure"
11154/* confdefs.h. */ 11086/* confdefs.h. */
11155_ACEOF 11087_ACEOF
11156cat confdefs.h >>conftest.$ac_ext 11088cat confdefs.h >>conftest.$ac_ext
@@ -11165,7 +11097,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11165 ac_status=$? 11097 ac_status=$?
11166 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11167 (exit $ac_status); } && 11099 (exit $ac_status); } &&
11168 { ac_try='test -s conftest.$ac_objext' 11100 { ac_try='test -s conftest.$ac_objext'
11169 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11101 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11170 (eval $ac_try) 2>&5 11102 (eval $ac_try) 2>&5
11171 ac_status=$? 11103 ac_status=$?
@@ -11186,7 +11118,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
11186echo "$as_me:$LINENO: checking $ac_header presence" >&5 11118echo "$as_me:$LINENO: checking $ac_header presence" >&5
11187echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 11119echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
11188cat >conftest.$ac_ext <<_ACEOF 11120cat >conftest.$ac_ext <<_ACEOF
11189#line $LINENO "configure"
11190/* confdefs.h. */ 11121/* confdefs.h. */
11191_ACEOF 11122_ACEOF
11192cat confdefs.h >>conftest.$ac_ext 11123cat confdefs.h >>conftest.$ac_ext
@@ -11227,29 +11158,28 @@ case $ac_header_compiler:$ac_header_preproc in
11227 yes:no ) 11158 yes:no )
11228 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 11159 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11229echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 11160echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11230 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 11161 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11231echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 11162echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11232 ( 11163 ac_header_preproc=yes
11233 cat <<\_ASBOX
11234## ------------------------------------ ##
11235## Report this to bug-autoconf@gnu.org. ##
11236## ------------------------------------ ##
11237_ASBOX
11238 ) |
11239 sed "s/^/$as_me: WARNING: /" >&2
11240 ;; 11164 ;;
11241 no:yes ) 11165 no:yes )
11242 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 11166 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11243echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 11167echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11244 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 11168 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11245echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 11169echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11170 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11171echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11172 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11173echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11246 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 11174 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11247echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 11175echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11176 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11177echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11248 ( 11178 (
11249 cat <<\_ASBOX 11179 cat <<\_ASBOX
11250## ------------------------------------ ## 11180## ------------------------------------------ ##
11251## Report this to bug-autoconf@gnu.org. ## 11181## Report this to the AC_PACKAGE_NAME lists. ##
11252## ------------------------------------ ## 11182## ------------------------------------------ ##
11253_ASBOX 11183_ASBOX
11254 ) | 11184 ) |
11255 sed "s/^/$as_me: WARNING: /" >&2 11185 sed "s/^/$as_me: WARNING: /" >&2
@@ -11260,7 +11190,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11260if eval "test \"\${$as_ac_Header+set}\" = set"; then 11190if eval "test \"\${$as_ac_Header+set}\" = set"; then
11261 echo $ECHO_N "(cached) $ECHO_C" >&6 11191 echo $ECHO_N "(cached) $ECHO_C" >&6
11262else 11192else
11263 eval "$as_ac_Header=$ac_header_preproc" 11193 eval "$as_ac_Header=\$ac_header_preproc"
11264fi 11194fi
11265echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 11195echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11266echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11196echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -11360,21 +11290,28 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
11360 echo $ECHO_N "(cached) $ECHO_C" >&6 11290 echo $ECHO_N "(cached) $ECHO_C" >&6
11361else 11291else
11362 cat >conftest.$ac_ext <<_ACEOF 11292 cat >conftest.$ac_ext <<_ACEOF
11363#line $LINENO "configure"
11364/* confdefs.h. */ 11293/* confdefs.h. */
11365_ACEOF 11294_ACEOF
11366cat confdefs.h >>conftest.$ac_ext 11295cat confdefs.h >>conftest.$ac_ext
11367cat >>conftest.$ac_ext <<_ACEOF 11296cat >>conftest.$ac_ext <<_ACEOF
11368/* end confdefs.h. */ 11297/* end confdefs.h. */
11298/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
11299 For example, HP-UX 11i <limits.h> declares gettimeofday. */
11300#define $ac_func innocuous_$ac_func
11301
11369/* System header to define __stub macros and hopefully few prototypes, 11302/* System header to define __stub macros and hopefully few prototypes,
11370 which can conflict with char $ac_func (); below. 11303 which can conflict with char $ac_func (); below.
11371 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 11304 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11372 <limits.h> exists even on freestanding compilers. */ 11305 <limits.h> exists even on freestanding compilers. */
11306
11373#ifdef __STDC__ 11307#ifdef __STDC__
11374# include <limits.h> 11308# include <limits.h>
11375#else 11309#else
11376# include <assert.h> 11310# include <assert.h>
11377#endif 11311#endif
11312
11313#undef $ac_func
11314
11378/* Override any gcc2 internal prototype to avoid an error. */ 11315/* Override any gcc2 internal prototype to avoid an error. */
11379#ifdef __cplusplus 11316#ifdef __cplusplus
11380extern "C" 11317extern "C"
@@ -11409,7 +11346,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11409 ac_status=$? 11346 ac_status=$?
11410 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11411 (exit $ac_status); } && 11348 (exit $ac_status); } &&
11412 { ac_try='test -s conftest$ac_exeext' 11349 { ac_try='test -s conftest$ac_exeext'
11413 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11350 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11414 (eval $ac_try) 2>&5 11351 (eval $ac_try) 2>&5
11415 ac_status=$? 11352 ac_status=$?
@@ -11452,7 +11389,6 @@ else
11452echo "$as_me:$LINENO: checking $ac_header usability" >&5 11389echo "$as_me:$LINENO: checking $ac_header usability" >&5
11453echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 11390echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
11454cat >conftest.$ac_ext <<_ACEOF 11391cat >conftest.$ac_ext <<_ACEOF
11455#line $LINENO "configure"
11456/* confdefs.h. */ 11392/* confdefs.h. */
11457_ACEOF 11393_ACEOF
11458cat confdefs.h >>conftest.$ac_ext 11394cat confdefs.h >>conftest.$ac_ext
@@ -11467,7 +11403,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11467 ac_status=$? 11403 ac_status=$?
11468 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11469 (exit $ac_status); } && 11405 (exit $ac_status); } &&
11470 { ac_try='test -s conftest.$ac_objext' 11406 { ac_try='test -s conftest.$ac_objext'
11471 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11407 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11472 (eval $ac_try) 2>&5 11408 (eval $ac_try) 2>&5
11473 ac_status=$? 11409 ac_status=$?
@@ -11488,7 +11424,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
11488echo "$as_me:$LINENO: checking $ac_header presence" >&5 11424echo "$as_me:$LINENO: checking $ac_header presence" >&5
11489echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 11425echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
11490cat >conftest.$ac_ext <<_ACEOF 11426cat >conftest.$ac_ext <<_ACEOF
11491#line $LINENO "configure"
11492/* confdefs.h. */ 11427/* confdefs.h. */
11493_ACEOF 11428_ACEOF
11494cat confdefs.h >>conftest.$ac_ext 11429cat confdefs.h >>conftest.$ac_ext
@@ -11529,29 +11464,28 @@ case $ac_header_compiler:$ac_header_preproc in
11529 yes:no ) 11464 yes:no )
11530 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 11465 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11531echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 11466echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11532 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 11467 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11533echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 11468echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11534 ( 11469 ac_header_preproc=yes
11535 cat <<\_ASBOX
11536## ------------------------------------ ##
11537## Report this to bug-autoconf@gnu.org. ##
11538## ------------------------------------ ##
11539_ASBOX
11540 ) |
11541 sed "s/^/$as_me: WARNING: /" >&2
11542 ;; 11470 ;;
11543 no:yes ) 11471 no:yes )
11544 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 11472 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11545echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 11473echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11546 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 11474 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11547echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 11475echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11476 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11477echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11478 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11479echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11548 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 11480 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11549echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 11481echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11482 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11483echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11550 ( 11484 (
11551 cat <<\_ASBOX 11485 cat <<\_ASBOX
11552## ------------------------------------ ## 11486## ------------------------------------------ ##
11553## Report this to bug-autoconf@gnu.org. ## 11487## Report this to the AC_PACKAGE_NAME lists. ##
11554## ------------------------------------ ## 11488## ------------------------------------------ ##
11555_ASBOX 11489_ASBOX
11556 ) | 11490 ) |
11557 sed "s/^/$as_me: WARNING: /" >&2 11491 sed "s/^/$as_me: WARNING: /" >&2
@@ -11562,7 +11496,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11562if eval "test \"\${$as_ac_Header+set}\" = set"; then 11496if eval "test \"\${$as_ac_Header+set}\" = set"; then
11563 echo $ECHO_N "(cached) $ECHO_C" >&6 11497 echo $ECHO_N "(cached) $ECHO_C" >&6
11564else 11498else
11565 eval "$as_ac_Header=$ac_header_preproc" 11499 eval "$as_ac_Header=\$ac_header_preproc"
11566fi 11500fi
11567echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 11501echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11568echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11502echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -11580,7 +11514,8 @@ done
11580 11514
11581 11515
11582 11516
11583for ac_header in sys/time.h unistd.h 11517
11518for ac_header in stdlib.h sys/time.h unistd.h
11584do 11519do
11585as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 11520as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11586if eval "test \"\${$as_ac_Header+set}\" = set"; then 11521if eval "test \"\${$as_ac_Header+set}\" = set"; then
@@ -11596,7 +11531,6 @@ else
11596echo "$as_me:$LINENO: checking $ac_header usability" >&5 11531echo "$as_me:$LINENO: checking $ac_header usability" >&5
11597echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 11532echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
11598cat >conftest.$ac_ext <<_ACEOF 11533cat >conftest.$ac_ext <<_ACEOF
11599#line $LINENO "configure"
11600/* confdefs.h. */ 11534/* confdefs.h. */
11601_ACEOF 11535_ACEOF
11602cat confdefs.h >>conftest.$ac_ext 11536cat confdefs.h >>conftest.$ac_ext
@@ -11611,7 +11545,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11611 ac_status=$? 11545 ac_status=$?
11612 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11613 (exit $ac_status); } && 11547 (exit $ac_status); } &&
11614 { ac_try='test -s conftest.$ac_objext' 11548 { ac_try='test -s conftest.$ac_objext'
11615 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11549 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11616 (eval $ac_try) 2>&5 11550 (eval $ac_try) 2>&5
11617 ac_status=$? 11551 ac_status=$?
@@ -11632,7 +11566,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
11632echo "$as_me:$LINENO: checking $ac_header presence" >&5 11566echo "$as_me:$LINENO: checking $ac_header presence" >&5
11633echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 11567echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
11634cat >conftest.$ac_ext <<_ACEOF 11568cat >conftest.$ac_ext <<_ACEOF
11635#line $LINENO "configure"
11636/* confdefs.h. */ 11569/* confdefs.h. */
11637_ACEOF 11570_ACEOF
11638cat confdefs.h >>conftest.$ac_ext 11571cat confdefs.h >>conftest.$ac_ext
@@ -11673,29 +11606,28 @@ case $ac_header_compiler:$ac_header_preproc in
11673 yes:no ) 11606 yes:no )
11674 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 11607 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11675echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 11608echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11676 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 11609 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11677echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 11610echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11678 ( 11611 ac_header_preproc=yes
11679 cat <<\_ASBOX
11680## ------------------------------------ ##
11681## Report this to bug-autoconf@gnu.org. ##
11682## ------------------------------------ ##
11683_ASBOX
11684 ) |
11685 sed "s/^/$as_me: WARNING: /" >&2
11686 ;; 11612 ;;
11687 no:yes ) 11613 no:yes )
11688 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 11614 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11689echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 11615echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11690 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 11616 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11691echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 11617echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11618 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11619echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11620 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11621echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11692 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 11622 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11693echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 11623echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11624 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11625echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11694 ( 11626 (
11695 cat <<\_ASBOX 11627 cat <<\_ASBOX
11696## ------------------------------------ ## 11628## ------------------------------------------ ##
11697## Report this to bug-autoconf@gnu.org. ## 11629## Report this to the AC_PACKAGE_NAME lists. ##
11698## ------------------------------------ ## 11630## ------------------------------------------ ##
11699_ASBOX 11631_ASBOX
11700 ) | 11632 ) |
11701 sed "s/^/$as_me: WARNING: /" >&2 11633 sed "s/^/$as_me: WARNING: /" >&2
@@ -11706,7 +11638,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11706if eval "test \"\${$as_ac_Header+set}\" = set"; then 11638if eval "test \"\${$as_ac_Header+set}\" = set"; then
11707 echo $ECHO_N "(cached) $ECHO_C" >&6 11639 echo $ECHO_N "(cached) $ECHO_C" >&6
11708else 11640else
11709 eval "$as_ac_Header=$ac_header_preproc" 11641 eval "$as_ac_Header=\$ac_header_preproc"
11710fi 11642fi
11711echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 11643echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11712echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11644echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -11731,21 +11663,28 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
11731 echo $ECHO_N "(cached) $ECHO_C" >&6 11663 echo $ECHO_N "(cached) $ECHO_C" >&6
11732else 11664else
11733 cat >conftest.$ac_ext <<_ACEOF 11665 cat >conftest.$ac_ext <<_ACEOF
11734#line $LINENO "configure"
11735/* confdefs.h. */ 11666/* confdefs.h. */
11736_ACEOF 11667_ACEOF
11737cat confdefs.h >>conftest.$ac_ext 11668cat confdefs.h >>conftest.$ac_ext
11738cat >>conftest.$ac_ext <<_ACEOF 11669cat >>conftest.$ac_ext <<_ACEOF
11739/* end confdefs.h. */ 11670/* end confdefs.h. */
11671/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
11672 For example, HP-UX 11i <limits.h> declares gettimeofday. */
11673#define $ac_func innocuous_$ac_func
11674
11740/* System header to define __stub macros and hopefully few prototypes, 11675/* System header to define __stub macros and hopefully few prototypes,
11741 which can conflict with char $ac_func (); below. 11676 which can conflict with char $ac_func (); below.
11742 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 11677 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11743 <limits.h> exists even on freestanding compilers. */ 11678 <limits.h> exists even on freestanding compilers. */
11679
11744#ifdef __STDC__ 11680#ifdef __STDC__
11745# include <limits.h> 11681# include <limits.h>
11746#else 11682#else
11747# include <assert.h> 11683# include <assert.h>
11748#endif 11684#endif
11685
11686#undef $ac_func
11687
11749/* Override any gcc2 internal prototype to avoid an error. */ 11688/* Override any gcc2 internal prototype to avoid an error. */
11750#ifdef __cplusplus 11689#ifdef __cplusplus
11751extern "C" 11690extern "C"
@@ -11780,7 +11719,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11780 ac_status=$? 11719 ac_status=$?
11781 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11782 (exit $ac_status); } && 11721 (exit $ac_status); } &&
11783 { ac_try='test -s conftest$ac_exeext' 11722 { ac_try='test -s conftest$ac_exeext'
11784 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11723 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11785 (eval $ac_try) 2>&5 11724 (eval $ac_try) 2>&5
11786 ac_status=$? 11725 ac_status=$?
@@ -11814,7 +11753,6 @@ else
11814 ac_cv_func_working_mktime=no 11753 ac_cv_func_working_mktime=no
11815else 11754else
11816 cat >conftest.$ac_ext <<_ACEOF 11755 cat >conftest.$ac_ext <<_ACEOF
11817#line $LINENO "configure"
11818/* confdefs.h. */ 11756/* confdefs.h. */
11819_ACEOF 11757_ACEOF
11820cat confdefs.h >>conftest.$ac_ext 11758cat confdefs.h >>conftest.$ac_ext
@@ -11832,6 +11770,10 @@ cat >>conftest.$ac_ext <<_ACEOF
11832# endif 11770# endif
11833#endif 11771#endif
11834 11772
11773#if HAVE_STDLIB_H
11774# include <stdlib.h>
11775#endif
11776
11835#if HAVE_UNISTD_H 11777#if HAVE_UNISTD_H
11836# include <unistd.h> 11778# include <unistd.h>
11837#endif 11779#endif
@@ -11844,10 +11786,11 @@ cat >>conftest.$ac_ext <<_ACEOF
11844#undef putenv 11786#undef putenv
11845 11787
11846static time_t time_t_max; 11788static time_t time_t_max;
11789static time_t time_t_min;
11847 11790
11848/* Values we'll use to set the TZ environment variable. */ 11791/* Values we'll use to set the TZ environment variable. */
11849static const char *const tz_strings[] = { 11792static char *tz_strings[] = {
11850 (const char *) 0, "TZ=GMT0", "TZ=JST-9", 11793 (char *) 0, "TZ=GMT0", "TZ=JST-9",
11851 "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00" 11794 "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00"
11852}; 11795};
11853#define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0])) 11796#define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0]))
@@ -11878,15 +11821,21 @@ spring_forward_gap ()
11878} 11821}
11879 11822
11880static void 11823static void
11881mktime_test (now) 11824mktime_test1 (now)
11882 time_t now; 11825 time_t now;
11883{ 11826{
11884 struct tm *lt; 11827 struct tm *lt;
11885 if ((lt = localtime (&now)) && mktime (lt) != now) 11828 if ((lt = localtime (&now)) && mktime (lt) != now)
11886 exit (1); 11829 exit (1);
11887 now = time_t_max - now; 11830}
11888 if ((lt = localtime (&now)) && mktime (lt) != now) 11831
11889 exit (1); 11832static void
11833mktime_test (now)
11834 time_t now;
11835{
11836 mktime_test1 (now);
11837 mktime_test1 ((time_t) (time_t_max - now));
11838 mktime_test1 ((time_t) (time_t_min + now));
11890} 11839}
11891 11840
11892static void 11841static void
@@ -11946,6 +11895,9 @@ main ()
11946 for (time_t_max = 1; 0 < time_t_max; time_t_max *= 2) 11895 for (time_t_max = 1; 0 < time_t_max; time_t_max *= 2)
11947 continue; 11896 continue;
11948 time_t_max--; 11897 time_t_max--;
11898 if ((time_t) -1 < 0)
11899 for (time_t_min = -1; (time_t) (time_t_min * 2) < 0; time_t_min *= 2)
11900 continue;
11949 delta = time_t_max / 997; /* a suitable prime number */ 11901 delta = time_t_max / 997; /* a suitable prime number */
11950 for (i = 0; i < N_STRINGS; i++) 11902 for (i = 0; i < N_STRINGS; i++)
11951 { 11903 {
@@ -11954,11 +11906,12 @@ main ()
11954 11906
11955 for (t = 0; t <= time_t_max - delta; t += delta) 11907 for (t = 0; t <= time_t_max - delta; t += delta)
11956 mktime_test (t); 11908 mktime_test (t);
11957 mktime_test ((time_t) 60 * 60); 11909 mktime_test ((time_t) 1);
11958 mktime_test ((time_t) 60 * 60 * 24); 11910 mktime_test ((time_t) (60 * 60));
11911 mktime_test ((time_t) (60 * 60 * 24));
11959 11912
11960 for (j = 1; 0 < j; j *= 2) 11913 for (j = 1; 0 < j; j *= 2)
11961 bigtime_test (j); 11914 bigtime_test (j);
11962 bigtime_test (j - 1); 11915 bigtime_test (j - 1);
11963 } 11916 }
11964 irix_6_4_bug (); 11917 irix_6_4_bug ();
@@ -12020,21 +11973,28 @@ if test "${ac_cv_func_getloadavg+set}" = set; then
12020 echo $ECHO_N "(cached) $ECHO_C" >&6 11973 echo $ECHO_N "(cached) $ECHO_C" >&6
12021else 11974else
12022 cat >conftest.$ac_ext <<_ACEOF 11975 cat >conftest.$ac_ext <<_ACEOF
12023#line $LINENO "configure"
12024/* confdefs.h. */ 11976/* confdefs.h. */
12025_ACEOF 11977_ACEOF
12026cat confdefs.h >>conftest.$ac_ext 11978cat confdefs.h >>conftest.$ac_ext
12027cat >>conftest.$ac_ext <<_ACEOF 11979cat >>conftest.$ac_ext <<_ACEOF
12028/* end confdefs.h. */ 11980/* end confdefs.h. */
11981/* Define getloadavg to an innocuous variant, in case <limits.h> declares getloadavg.
11982 For example, HP-UX 11i <limits.h> declares gettimeofday. */
11983#define getloadavg innocuous_getloadavg
11984
12029/* System header to define __stub macros and hopefully few prototypes, 11985/* System header to define __stub macros and hopefully few prototypes,
12030 which can conflict with char getloadavg (); below. 11986 which can conflict with char getloadavg (); below.
12031 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 11987 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12032 <limits.h> exists even on freestanding compilers. */ 11988 <limits.h> exists even on freestanding compilers. */
11989
12033#ifdef __STDC__ 11990#ifdef __STDC__
12034# include <limits.h> 11991# include <limits.h>
12035#else 11992#else
12036# include <assert.h> 11993# include <assert.h>
12037#endif 11994#endif
11995
11996#undef getloadavg
11997
12038/* Override any gcc2 internal prototype to avoid an error. */ 11998/* Override any gcc2 internal prototype to avoid an error. */
12039#ifdef __cplusplus 11999#ifdef __cplusplus
12040extern "C" 12000extern "C"
@@ -12069,7 +12029,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12069 ac_status=$? 12029 ac_status=$?
12070 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12071 (exit $ac_status); } && 12031 (exit $ac_status); } &&
12072 { ac_try='test -s conftest$ac_exeext' 12032 { ac_try='test -s conftest$ac_exeext'
12073 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12033 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12074 (eval $ac_try) 2>&5 12034 (eval $ac_try) 2>&5
12075 ac_status=$? 12035 ac_status=$?
@@ -12104,21 +12064,28 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
12104 echo $ECHO_N "(cached) $ECHO_C" >&6 12064 echo $ECHO_N "(cached) $ECHO_C" >&6
12105else 12065else
12106 cat >conftest.$ac_ext <<_ACEOF 12066 cat >conftest.$ac_ext <<_ACEOF
12107#line $LINENO "configure"
12108/* confdefs.h. */ 12067/* confdefs.h. */
12109_ACEOF 12068_ACEOF
12110cat confdefs.h >>conftest.$ac_ext 12069cat confdefs.h >>conftest.$ac_ext
12111cat >>conftest.$ac_ext <<_ACEOF 12070cat >>conftest.$ac_ext <<_ACEOF
12112/* end confdefs.h. */ 12071/* end confdefs.h. */
12072/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12073 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12074#define $ac_func innocuous_$ac_func
12075
12113/* System header to define __stub macros and hopefully few prototypes, 12076/* System header to define __stub macros and hopefully few prototypes,
12114 which can conflict with char $ac_func (); below. 12077 which can conflict with char $ac_func (); below.
12115 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 12078 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12116 <limits.h> exists even on freestanding compilers. */ 12079 <limits.h> exists even on freestanding compilers. */
12080
12117#ifdef __STDC__ 12081#ifdef __STDC__
12118# include <limits.h> 12082# include <limits.h>
12119#else 12083#else
12120# include <assert.h> 12084# include <assert.h>
12121#endif 12085#endif
12086
12087#undef $ac_func
12088
12122/* Override any gcc2 internal prototype to avoid an error. */ 12089/* Override any gcc2 internal prototype to avoid an error. */
12123#ifdef __cplusplus 12090#ifdef __cplusplus
12124extern "C" 12091extern "C"
@@ -12153,7 +12120,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12153 ac_status=$? 12120 ac_status=$?
12154 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12121 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12155 (exit $ac_status); } && 12122 (exit $ac_status); } &&
12156 { ac_try='test -s conftest$ac_exeext' 12123 { ac_try='test -s conftest$ac_exeext'
12157 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12124 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12158 (eval $ac_try) 2>&5 12125 (eval $ac_try) 2>&5
12159 ac_status=$? 12126 ac_status=$?
@@ -12189,7 +12156,6 @@ else
12189 ac_check_lib_save_LIBS=$LIBS 12156 ac_check_lib_save_LIBS=$LIBS
12190LIBS="-lkstat $LIBS" 12157LIBS="-lkstat $LIBS"
12191cat >conftest.$ac_ext <<_ACEOF 12158cat >conftest.$ac_ext <<_ACEOF
12192#line $LINENO "configure"
12193/* confdefs.h. */ 12159/* confdefs.h. */
12194_ACEOF 12160_ACEOF
12195cat confdefs.h >>conftest.$ac_ext 12161cat confdefs.h >>conftest.$ac_ext
@@ -12217,7 +12183,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12217 ac_status=$? 12183 ac_status=$?
12218 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12219 (exit $ac_status); } && 12185 (exit $ac_status); } &&
12220 { ac_try='test -s conftest$ac_exeext' 12186 { ac_try='test -s conftest$ac_exeext'
12221 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12187 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12222 (eval $ac_try) 2>&5 12188 (eval $ac_try) 2>&5
12223 ac_status=$? 12189 ac_status=$?
@@ -12259,7 +12225,6 @@ else
12259 ac_check_lib_save_LIBS=$LIBS 12225 ac_check_lib_save_LIBS=$LIBS
12260LIBS="-lelf $LIBS" 12226LIBS="-lelf $LIBS"
12261cat >conftest.$ac_ext <<_ACEOF 12227cat >conftest.$ac_ext <<_ACEOF
12262#line $LINENO "configure"
12263/* confdefs.h. */ 12228/* confdefs.h. */
12264_ACEOF 12229_ACEOF
12265cat confdefs.h >>conftest.$ac_ext 12230cat confdefs.h >>conftest.$ac_ext
@@ -12287,7 +12252,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12287 ac_status=$? 12252 ac_status=$?
12288 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12289 (exit $ac_status); } && 12254 (exit $ac_status); } &&
12290 { ac_try='test -s conftest$ac_exeext' 12255 { ac_try='test -s conftest$ac_exeext'
12291 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12256 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12292 (eval $ac_try) 2>&5 12257 (eval $ac_try) 2>&5
12293 ac_status=$? 12258 ac_status=$?
@@ -12319,7 +12284,6 @@ else
12319 ac_check_lib_save_LIBS=$LIBS 12284 ac_check_lib_save_LIBS=$LIBS
12320LIBS="-lkvm $LIBS" 12285LIBS="-lkvm $LIBS"
12321cat >conftest.$ac_ext <<_ACEOF 12286cat >conftest.$ac_ext <<_ACEOF
12322#line $LINENO "configure"
12323/* confdefs.h. */ 12287/* confdefs.h. */
12324_ACEOF 12288_ACEOF
12325cat confdefs.h >>conftest.$ac_ext 12289cat confdefs.h >>conftest.$ac_ext
@@ -12347,7 +12311,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12347 ac_status=$? 12311 ac_status=$?
12348 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12349 (exit $ac_status); } && 12313 (exit $ac_status); } &&
12350 { ac_try='test -s conftest$ac_exeext' 12314 { ac_try='test -s conftest$ac_exeext'
12351 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12315 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12352 (eval $ac_try) 2>&5 12316 (eval $ac_try) 2>&5
12353 ac_status=$? 12317 ac_status=$?
@@ -12378,7 +12342,6 @@ else
12378 ac_check_lib_save_LIBS=$LIBS 12342 ac_check_lib_save_LIBS=$LIBS
12379LIBS="-lutil $LIBS" 12343LIBS="-lutil $LIBS"
12380cat >conftest.$ac_ext <<_ACEOF 12344cat >conftest.$ac_ext <<_ACEOF
12381#line $LINENO "configure"
12382/* confdefs.h. */ 12345/* confdefs.h. */
12383_ACEOF 12346_ACEOF
12384cat confdefs.h >>conftest.$ac_ext 12347cat confdefs.h >>conftest.$ac_ext
@@ -12406,7 +12369,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12406 ac_status=$? 12369 ac_status=$?
12407 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12408 (exit $ac_status); } && 12371 (exit $ac_status); } &&
12409 { ac_try='test -s conftest$ac_exeext' 12372 { ac_try='test -s conftest$ac_exeext'
12410 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12373 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12411 (eval $ac_try) 2>&5 12374 (eval $ac_try) 2>&5
12412 ac_status=$? 12375 ac_status=$?
@@ -12443,7 +12406,6 @@ else
12443 ac_check_lib_save_LIBS=$LIBS 12406 ac_check_lib_save_LIBS=$LIBS
12444LIBS="-lgetloadavg $LIBS" 12407LIBS="-lgetloadavg $LIBS"
12445cat >conftest.$ac_ext <<_ACEOF 12408cat >conftest.$ac_ext <<_ACEOF
12446#line $LINENO "configure"
12447/* confdefs.h. */ 12409/* confdefs.h. */
12448_ACEOF 12410_ACEOF
12449cat confdefs.h >>conftest.$ac_ext 12411cat confdefs.h >>conftest.$ac_ext
@@ -12471,7 +12433,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12471 ac_status=$? 12433 ac_status=$?
12472 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12473 (exit $ac_status); } && 12435 (exit $ac_status); } &&
12474 { ac_try='test -s conftest$ac_exeext' 12436 { ac_try='test -s conftest$ac_exeext'
12475 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12437 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12476 (eval $ac_try) 2>&5 12438 (eval $ac_try) 2>&5
12477 ac_status=$? 12439 ac_status=$?
@@ -12509,21 +12471,28 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
12509 echo $ECHO_N "(cached) $ECHO_C" >&6 12471 echo $ECHO_N "(cached) $ECHO_C" >&6
12510else 12472else
12511 cat >conftest.$ac_ext <<_ACEOF 12473 cat >conftest.$ac_ext <<_ACEOF
12512#line $LINENO "configure"
12513/* confdefs.h. */ 12474/* confdefs.h. */
12514_ACEOF 12475_ACEOF
12515cat confdefs.h >>conftest.$ac_ext 12476cat confdefs.h >>conftest.$ac_ext
12516cat >>conftest.$ac_ext <<_ACEOF 12477cat >>conftest.$ac_ext <<_ACEOF
12517/* end confdefs.h. */ 12478/* end confdefs.h. */
12479/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12480 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12481#define $ac_func innocuous_$ac_func
12482
12518/* System header to define __stub macros and hopefully few prototypes, 12483/* System header to define __stub macros and hopefully few prototypes,
12519 which can conflict with char $ac_func (); below. 12484 which can conflict with char $ac_func (); below.
12520 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 12485 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12521 <limits.h> exists even on freestanding compilers. */ 12486 <limits.h> exists even on freestanding compilers. */
12487
12522#ifdef __STDC__ 12488#ifdef __STDC__
12523# include <limits.h> 12489# include <limits.h>
12524#else 12490#else
12525# include <assert.h> 12491# include <assert.h>
12526#endif 12492#endif
12493
12494#undef $ac_func
12495
12527/* Override any gcc2 internal prototype to avoid an error. */ 12496/* Override any gcc2 internal prototype to avoid an error. */
12528#ifdef __cplusplus 12497#ifdef __cplusplus
12529extern "C" 12498extern "C"
@@ -12558,7 +12527,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12558 ac_status=$? 12527 ac_status=$?
12559 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12560 (exit $ac_status); } && 12529 (exit $ac_status); } &&
12561 { ac_try='test -s conftest$ac_exeext' 12530 { ac_try='test -s conftest$ac_exeext'
12562 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12531 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12563 (eval $ac_try) 2>&5 12532 (eval $ac_try) 2>&5
12564 ac_status=$? 12533 ac_status=$?
@@ -12602,7 +12571,6 @@ else
12602echo "$as_me:$LINENO: checking sys/dg_sys_info.h usability" >&5 12571echo "$as_me:$LINENO: checking sys/dg_sys_info.h usability" >&5
12603echo $ECHO_N "checking sys/dg_sys_info.h usability... $ECHO_C" >&6 12572echo $ECHO_N "checking sys/dg_sys_info.h usability... $ECHO_C" >&6
12604cat >conftest.$ac_ext <<_ACEOF 12573cat >conftest.$ac_ext <<_ACEOF
12605#line $LINENO "configure"
12606/* confdefs.h. */ 12574/* confdefs.h. */
12607_ACEOF 12575_ACEOF
12608cat confdefs.h >>conftest.$ac_ext 12576cat confdefs.h >>conftest.$ac_ext
@@ -12617,7 +12585,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12617 ac_status=$? 12585 ac_status=$?
12618 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12619 (exit $ac_status); } && 12587 (exit $ac_status); } &&
12620 { ac_try='test -s conftest.$ac_objext' 12588 { ac_try='test -s conftest.$ac_objext'
12621 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12589 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12622 (eval $ac_try) 2>&5 12590 (eval $ac_try) 2>&5
12623 ac_status=$? 12591 ac_status=$?
@@ -12638,7 +12606,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
12638echo "$as_me:$LINENO: checking sys/dg_sys_info.h presence" >&5 12606echo "$as_me:$LINENO: checking sys/dg_sys_info.h presence" >&5
12639echo $ECHO_N "checking sys/dg_sys_info.h presence... $ECHO_C" >&6 12607echo $ECHO_N "checking sys/dg_sys_info.h presence... $ECHO_C" >&6
12640cat >conftest.$ac_ext <<_ACEOF 12608cat >conftest.$ac_ext <<_ACEOF
12641#line $LINENO "configure"
12642/* confdefs.h. */ 12609/* confdefs.h. */
12643_ACEOF 12610_ACEOF
12644cat confdefs.h >>conftest.$ac_ext 12611cat confdefs.h >>conftest.$ac_ext
@@ -12679,29 +12646,28 @@ case $ac_header_compiler:$ac_header_preproc in
12679 yes:no ) 12646 yes:no )
12680 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: accepted by the compiler, rejected by the preprocessor!" >&5 12647 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: accepted by the compiler, rejected by the preprocessor!" >&5
12681echo "$as_me: WARNING: sys/dg_sys_info.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 12648echo "$as_me: WARNING: sys/dg_sys_info.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12682 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&5 12649 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the compiler's result" >&5
12683echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&2;} 12650echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the compiler's result" >&2;}
12684 ( 12651 ac_header_preproc=yes
12685 cat <<\_ASBOX
12686## ------------------------------------ ##
12687## Report this to bug-autoconf@gnu.org. ##
12688## ------------------------------------ ##
12689_ASBOX
12690 ) |
12691 sed "s/^/$as_me: WARNING: /" >&2
12692 ;; 12652 ;;
12693 no:yes ) 12653 no:yes )
12694 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: present but cannot be compiled" >&5 12654 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: present but cannot be compiled" >&5
12695echo "$as_me: WARNING: sys/dg_sys_info.h: present but cannot be compiled" >&2;} 12655echo "$as_me: WARNING: sys/dg_sys_info.h: present but cannot be compiled" >&2;}
12696 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: check for missing prerequisite headers?" >&5 12656 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: check for missing prerequisite headers?" >&5
12697echo "$as_me: WARNING: sys/dg_sys_info.h: check for missing prerequisite headers?" >&2;} 12657echo "$as_me: WARNING: sys/dg_sys_info.h: check for missing prerequisite headers?" >&2;}
12658 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: see the Autoconf documentation" >&5
12659echo "$as_me: WARNING: sys/dg_sys_info.h: see the Autoconf documentation" >&2;}
12660 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: section \"Present But Cannot Be Compiled\"" >&5
12661echo "$as_me: WARNING: sys/dg_sys_info.h: section \"Present But Cannot Be Compiled\"" >&2;}
12698 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&5 12662 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&5
12699echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&2;} 12663echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&2;}
12664 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: in the future, the compiler will take precedence" >&5
12665echo "$as_me: WARNING: sys/dg_sys_info.h: in the future, the compiler will take precedence" >&2;}
12700 ( 12666 (
12701 cat <<\_ASBOX 12667 cat <<\_ASBOX
12702## ------------------------------------ ## 12668## ------------------------------------------ ##
12703## Report this to bug-autoconf@gnu.org. ## 12669## Report this to the AC_PACKAGE_NAME lists. ##
12704## ------------------------------------ ## 12670## ------------------------------------------ ##
12705_ASBOX 12671_ASBOX
12706 ) | 12672 ) |
12707 sed "s/^/$as_me: WARNING: /" >&2 12673 sed "s/^/$as_me: WARNING: /" >&2
@@ -12734,7 +12700,6 @@ else
12734 ac_check_lib_save_LIBS=$LIBS 12700 ac_check_lib_save_LIBS=$LIBS
12735LIBS="-ldgc $LIBS" 12701LIBS="-ldgc $LIBS"
12736cat >conftest.$ac_ext <<_ACEOF 12702cat >conftest.$ac_ext <<_ACEOF
12737#line $LINENO "configure"
12738/* confdefs.h. */ 12703/* confdefs.h. */
12739_ACEOF 12704_ACEOF
12740cat confdefs.h >>conftest.$ac_ext 12705cat confdefs.h >>conftest.$ac_ext
@@ -12762,7 +12727,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12762 ac_status=$? 12727 ac_status=$?
12763 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12764 (exit $ac_status); } && 12729 (exit $ac_status); } &&
12765 { ac_try='test -s conftest$ac_exeext' 12730 { ac_try='test -s conftest$ac_exeext'
12766 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12731 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12767 (eval $ac_try) 2>&5 12732 (eval $ac_try) 2>&5
12768 ac_status=$? 12733 ac_status=$?
@@ -12806,7 +12771,6 @@ else
12806echo "$as_me:$LINENO: checking locale.h usability" >&5 12771echo "$as_me:$LINENO: checking locale.h usability" >&5
12807echo $ECHO_N "checking locale.h usability... $ECHO_C" >&6 12772echo $ECHO_N "checking locale.h usability... $ECHO_C" >&6
12808cat >conftest.$ac_ext <<_ACEOF 12773cat >conftest.$ac_ext <<_ACEOF
12809#line $LINENO "configure"
12810/* confdefs.h. */ 12774/* confdefs.h. */
12811_ACEOF 12775_ACEOF
12812cat confdefs.h >>conftest.$ac_ext 12776cat confdefs.h >>conftest.$ac_ext
@@ -12821,7 +12785,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12821 ac_status=$? 12785 ac_status=$?
12822 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12823 (exit $ac_status); } && 12787 (exit $ac_status); } &&
12824 { ac_try='test -s conftest.$ac_objext' 12788 { ac_try='test -s conftest.$ac_objext'
12825 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12789 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12826 (eval $ac_try) 2>&5 12790 (eval $ac_try) 2>&5
12827 ac_status=$? 12791 ac_status=$?
@@ -12842,7 +12806,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
12842echo "$as_me:$LINENO: checking locale.h presence" >&5 12806echo "$as_me:$LINENO: checking locale.h presence" >&5
12843echo $ECHO_N "checking locale.h presence... $ECHO_C" >&6 12807echo $ECHO_N "checking locale.h presence... $ECHO_C" >&6
12844cat >conftest.$ac_ext <<_ACEOF 12808cat >conftest.$ac_ext <<_ACEOF
12845#line $LINENO "configure"
12846/* confdefs.h. */ 12809/* confdefs.h. */
12847_ACEOF 12810_ACEOF
12848cat confdefs.h >>conftest.$ac_ext 12811cat confdefs.h >>conftest.$ac_ext
@@ -12883,29 +12846,28 @@ case $ac_header_compiler:$ac_header_preproc in
12883 yes:no ) 12846 yes:no )
12884 { echo "$as_me:$LINENO: WARNING: locale.h: accepted by the compiler, rejected by the preprocessor!" >&5 12847 { echo "$as_me:$LINENO: WARNING: locale.h: accepted by the compiler, rejected by the preprocessor!" >&5
12885echo "$as_me: WARNING: locale.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 12848echo "$as_me: WARNING: locale.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12886 { echo "$as_me:$LINENO: WARNING: locale.h: proceeding with the preprocessor's result" >&5 12849 { echo "$as_me:$LINENO: WARNING: locale.h: proceeding with the compiler's result" >&5
12887echo "$as_me: WARNING: locale.h: proceeding with the preprocessor's result" >&2;} 12850echo "$as_me: WARNING: locale.h: proceeding with the compiler's result" >&2;}
12888 ( 12851 ac_header_preproc=yes
12889 cat <<\_ASBOX
12890## ------------------------------------ ##
12891## Report this to bug-autoconf@gnu.org. ##
12892## ------------------------------------ ##
12893_ASBOX
12894 ) |
12895 sed "s/^/$as_me: WARNING: /" >&2
12896 ;; 12852 ;;
12897 no:yes ) 12853 no:yes )
12898 { echo "$as_me:$LINENO: WARNING: locale.h: present but cannot be compiled" >&5 12854 { echo "$as_me:$LINENO: WARNING: locale.h: present but cannot be compiled" >&5
12899echo "$as_me: WARNING: locale.h: present but cannot be compiled" >&2;} 12855echo "$as_me: WARNING: locale.h: present but cannot be compiled" >&2;}
12900 { echo "$as_me:$LINENO: WARNING: locale.h: check for missing prerequisite headers?" >&5 12856 { echo "$as_me:$LINENO: WARNING: locale.h: check for missing prerequisite headers?" >&5
12901echo "$as_me: WARNING: locale.h: check for missing prerequisite headers?" >&2;} 12857echo "$as_me: WARNING: locale.h: check for missing prerequisite headers?" >&2;}
12858 { echo "$as_me:$LINENO: WARNING: locale.h: see the Autoconf documentation" >&5
12859echo "$as_me: WARNING: locale.h: see the Autoconf documentation" >&2;}
12860 { echo "$as_me:$LINENO: WARNING: locale.h: section \"Present But Cannot Be Compiled\"" >&5
12861echo "$as_me: WARNING: locale.h: section \"Present But Cannot Be Compiled\"" >&2;}
12902 { echo "$as_me:$LINENO: WARNING: locale.h: proceeding with the preprocessor's result" >&5 12862 { echo "$as_me:$LINENO: WARNING: locale.h: proceeding with the preprocessor's result" >&5
12903echo "$as_me: WARNING: locale.h: proceeding with the preprocessor's result" >&2;} 12863echo "$as_me: WARNING: locale.h: proceeding with the preprocessor's result" >&2;}
12864 { echo "$as_me:$LINENO: WARNING: locale.h: in the future, the compiler will take precedence" >&5
12865echo "$as_me: WARNING: locale.h: in the future, the compiler will take precedence" >&2;}
12904 ( 12866 (
12905 cat <<\_ASBOX 12867 cat <<\_ASBOX
12906## ------------------------------------ ## 12868## ------------------------------------------ ##
12907## Report this to bug-autoconf@gnu.org. ## 12869## Report this to the AC_PACKAGE_NAME lists. ##
12908## ------------------------------------ ## 12870## ------------------------------------------ ##
12909_ASBOX 12871_ASBOX
12910 ) | 12872 ) |
12911 sed "s/^/$as_me: WARNING: /" >&2 12873 sed "s/^/$as_me: WARNING: /" >&2
@@ -12934,21 +12896,28 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
12934 echo $ECHO_N "(cached) $ECHO_C" >&6 12896 echo $ECHO_N "(cached) $ECHO_C" >&6
12935else 12897else
12936 cat >conftest.$ac_ext <<_ACEOF 12898 cat >conftest.$ac_ext <<_ACEOF
12937#line $LINENO "configure"
12938/* confdefs.h. */ 12899/* confdefs.h. */
12939_ACEOF 12900_ACEOF
12940cat confdefs.h >>conftest.$ac_ext 12901cat confdefs.h >>conftest.$ac_ext
12941cat >>conftest.$ac_ext <<_ACEOF 12902cat >>conftest.$ac_ext <<_ACEOF
12942/* end confdefs.h. */ 12903/* end confdefs.h. */
12904/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12905 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12906#define $ac_func innocuous_$ac_func
12907
12943/* System header to define __stub macros and hopefully few prototypes, 12908/* System header to define __stub macros and hopefully few prototypes,
12944 which can conflict with char $ac_func (); below. 12909 which can conflict with char $ac_func (); below.
12945 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 12910 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12946 <limits.h> exists even on freestanding compilers. */ 12911 <limits.h> exists even on freestanding compilers. */
12912
12947#ifdef __STDC__ 12913#ifdef __STDC__
12948# include <limits.h> 12914# include <limits.h>
12949#else 12915#else
12950# include <assert.h> 12916# include <assert.h>
12951#endif 12917#endif
12918
12919#undef $ac_func
12920
12952/* Override any gcc2 internal prototype to avoid an error. */ 12921/* Override any gcc2 internal prototype to avoid an error. */
12953#ifdef __cplusplus 12922#ifdef __cplusplus
12954extern "C" 12923extern "C"
@@ -12983,7 +12952,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12983 ac_status=$? 12952 ac_status=$?
12984 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12985 (exit $ac_status); } && 12954 (exit $ac_status); } &&
12986 { ac_try='test -s conftest$ac_exeext' 12955 { ac_try='test -s conftest$ac_exeext'
12987 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12956 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12988 (eval $ac_try) 2>&5 12957 (eval $ac_try) 2>&5
12989 ac_status=$? 12958 ac_status=$?
@@ -13035,7 +13004,6 @@ else
13035echo "$as_me:$LINENO: checking inq_stats/cpustats.h usability" >&5 13004echo "$as_me:$LINENO: checking inq_stats/cpustats.h usability" >&5
13036echo $ECHO_N "checking inq_stats/cpustats.h usability... $ECHO_C" >&6 13005echo $ECHO_N "checking inq_stats/cpustats.h usability... $ECHO_C" >&6
13037cat >conftest.$ac_ext <<_ACEOF 13006cat >conftest.$ac_ext <<_ACEOF
13038#line $LINENO "configure"
13039/* confdefs.h. */ 13007/* confdefs.h. */
13040_ACEOF 13008_ACEOF
13041cat confdefs.h >>conftest.$ac_ext 13009cat confdefs.h >>conftest.$ac_ext
@@ -13050,7 +13018,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13050 ac_status=$? 13018 ac_status=$?
13051 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13052 (exit $ac_status); } && 13020 (exit $ac_status); } &&
13053 { ac_try='test -s conftest.$ac_objext' 13021 { ac_try='test -s conftest.$ac_objext'
13054 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13022 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13055 (eval $ac_try) 2>&5 13023 (eval $ac_try) 2>&5
13056 ac_status=$? 13024 ac_status=$?
@@ -13071,7 +13039,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
13071echo "$as_me:$LINENO: checking inq_stats/cpustats.h presence" >&5 13039echo "$as_me:$LINENO: checking inq_stats/cpustats.h presence" >&5
13072echo $ECHO_N "checking inq_stats/cpustats.h presence... $ECHO_C" >&6 13040echo $ECHO_N "checking inq_stats/cpustats.h presence... $ECHO_C" >&6
13073cat >conftest.$ac_ext <<_ACEOF 13041cat >conftest.$ac_ext <<_ACEOF
13074#line $LINENO "configure"
13075/* confdefs.h. */ 13042/* confdefs.h. */
13076_ACEOF 13043_ACEOF
13077cat confdefs.h >>conftest.$ac_ext 13044cat confdefs.h >>conftest.$ac_ext
@@ -13112,29 +13079,28 @@ case $ac_header_compiler:$ac_header_preproc in
13112 yes:no ) 13079 yes:no )
13113 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&5 13080 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&5
13114echo "$as_me: WARNING: inq_stats/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 13081echo "$as_me: WARNING: inq_stats/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13115 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&5 13082 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: proceeding with the compiler's result" >&5
13116echo "$as_me: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&2;} 13083echo "$as_me: WARNING: inq_stats/cpustats.h: proceeding with the compiler's result" >&2;}
13117 ( 13084 ac_header_preproc=yes
13118 cat <<\_ASBOX
13119## ------------------------------------ ##
13120## Report this to bug-autoconf@gnu.org. ##
13121## ------------------------------------ ##
13122_ASBOX
13123 ) |
13124 sed "s/^/$as_me: WARNING: /" >&2
13125 ;; 13085 ;;
13126 no:yes ) 13086 no:yes )
13127 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: present but cannot be compiled" >&5 13087 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: present but cannot be compiled" >&5
13128echo "$as_me: WARNING: inq_stats/cpustats.h: present but cannot be compiled" >&2;} 13088echo "$as_me: WARNING: inq_stats/cpustats.h: present but cannot be compiled" >&2;}
13129 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: check for missing prerequisite headers?" >&5 13089 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: check for missing prerequisite headers?" >&5
13130echo "$as_me: WARNING: inq_stats/cpustats.h: check for missing prerequisite headers?" >&2;} 13090echo "$as_me: WARNING: inq_stats/cpustats.h: check for missing prerequisite headers?" >&2;}
13091 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: see the Autoconf documentation" >&5
13092echo "$as_me: WARNING: inq_stats/cpustats.h: see the Autoconf documentation" >&2;}
13093 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: section \"Present But Cannot Be Compiled\"" >&5
13094echo "$as_me: WARNING: inq_stats/cpustats.h: section \"Present But Cannot Be Compiled\"" >&2;}
13131 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&5 13095 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&5
13132echo "$as_me: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&2;} 13096echo "$as_me: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&2;}
13097 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: in the future, the compiler will take precedence" >&5
13098echo "$as_me: WARNING: inq_stats/cpustats.h: in the future, the compiler will take precedence" >&2;}
13133 ( 13099 (
13134 cat <<\_ASBOX 13100 cat <<\_ASBOX
13135## ------------------------------------ ## 13101## ------------------------------------------ ##
13136## Report this to bug-autoconf@gnu.org. ## 13102## Report this to the AC_PACKAGE_NAME lists. ##
13137## ------------------------------------ ## 13103## ------------------------------------------ ##
13138_ASBOX 13104_ASBOX
13139 ) | 13105 ) |
13140 sed "s/^/$as_me: WARNING: /" >&2 13106 sed "s/^/$as_me: WARNING: /" >&2
@@ -13182,7 +13148,6 @@ else
13182echo "$as_me:$LINENO: checking sys/cpustats.h usability" >&5 13148echo "$as_me:$LINENO: checking sys/cpustats.h usability" >&5
13183echo $ECHO_N "checking sys/cpustats.h usability... $ECHO_C" >&6 13149echo $ECHO_N "checking sys/cpustats.h usability... $ECHO_C" >&6
13184cat >conftest.$ac_ext <<_ACEOF 13150cat >conftest.$ac_ext <<_ACEOF
13185#line $LINENO "configure"
13186/* confdefs.h. */ 13151/* confdefs.h. */
13187_ACEOF 13152_ACEOF
13188cat confdefs.h >>conftest.$ac_ext 13153cat confdefs.h >>conftest.$ac_ext
@@ -13197,7 +13162,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13197 ac_status=$? 13162 ac_status=$?
13198 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13199 (exit $ac_status); } && 13164 (exit $ac_status); } &&
13200 { ac_try='test -s conftest.$ac_objext' 13165 { ac_try='test -s conftest.$ac_objext'
13201 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13166 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13202 (eval $ac_try) 2>&5 13167 (eval $ac_try) 2>&5
13203 ac_status=$? 13168 ac_status=$?
@@ -13218,7 +13183,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
13218echo "$as_me:$LINENO: checking sys/cpustats.h presence" >&5 13183echo "$as_me:$LINENO: checking sys/cpustats.h presence" >&5
13219echo $ECHO_N "checking sys/cpustats.h presence... $ECHO_C" >&6 13184echo $ECHO_N "checking sys/cpustats.h presence... $ECHO_C" >&6
13220cat >conftest.$ac_ext <<_ACEOF 13185cat >conftest.$ac_ext <<_ACEOF
13221#line $LINENO "configure"
13222/* confdefs.h. */ 13186/* confdefs.h. */
13223_ACEOF 13187_ACEOF
13224cat confdefs.h >>conftest.$ac_ext 13188cat confdefs.h >>conftest.$ac_ext
@@ -13259,29 +13223,28 @@ case $ac_header_compiler:$ac_header_preproc in
13259 yes:no ) 13223 yes:no )
13260 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&5 13224 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&5
13261echo "$as_me: WARNING: sys/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 13225echo "$as_me: WARNING: sys/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13262 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&5 13226 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: proceeding with the compiler's result" >&5
13263echo "$as_me: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&2;} 13227echo "$as_me: WARNING: sys/cpustats.h: proceeding with the compiler's result" >&2;}
13264 ( 13228 ac_header_preproc=yes
13265 cat <<\_ASBOX
13266## ------------------------------------ ##
13267## Report this to bug-autoconf@gnu.org. ##
13268## ------------------------------------ ##
13269_ASBOX
13270 ) |
13271 sed "s/^/$as_me: WARNING: /" >&2
13272 ;; 13229 ;;
13273 no:yes ) 13230 no:yes )
13274 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: present but cannot be compiled" >&5 13231 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: present but cannot be compiled" >&5
13275echo "$as_me: WARNING: sys/cpustats.h: present but cannot be compiled" >&2;} 13232echo "$as_me: WARNING: sys/cpustats.h: present but cannot be compiled" >&2;}
13276 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: check for missing prerequisite headers?" >&5 13233 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: check for missing prerequisite headers?" >&5
13277echo "$as_me: WARNING: sys/cpustats.h: check for missing prerequisite headers?" >&2;} 13234echo "$as_me: WARNING: sys/cpustats.h: check for missing prerequisite headers?" >&2;}
13235 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: see the Autoconf documentation" >&5
13236echo "$as_me: WARNING: sys/cpustats.h: see the Autoconf documentation" >&2;}
13237 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: section \"Present But Cannot Be Compiled\"" >&5
13238echo "$as_me: WARNING: sys/cpustats.h: section \"Present But Cannot Be Compiled\"" >&2;}
13278 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&5 13239 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&5
13279echo "$as_me: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&2;} 13240echo "$as_me: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&2;}
13241 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: in the future, the compiler will take precedence" >&5
13242echo "$as_me: WARNING: sys/cpustats.h: in the future, the compiler will take precedence" >&2;}
13280 ( 13243 (
13281 cat <<\_ASBOX 13244 cat <<\_ASBOX
13282## ------------------------------------ ## 13245## ------------------------------------------ ##
13283## Report this to bug-autoconf@gnu.org. ## 13246## Report this to the AC_PACKAGE_NAME lists. ##
13284## ------------------------------------ ## 13247## ------------------------------------------ ##
13285_ASBOX 13248_ASBOX
13286 ) | 13249 ) |
13287 sed "s/^/$as_me: WARNING: /" >&2 13250 sed "s/^/$as_me: WARNING: /" >&2
@@ -13326,7 +13289,6 @@ else
13326echo "$as_me:$LINENO: checking $ac_header usability" >&5 13289echo "$as_me:$LINENO: checking $ac_header usability" >&5
13327echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 13290echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13328cat >conftest.$ac_ext <<_ACEOF 13291cat >conftest.$ac_ext <<_ACEOF
13329#line $LINENO "configure"
13330/* confdefs.h. */ 13292/* confdefs.h. */
13331_ACEOF 13293_ACEOF
13332cat confdefs.h >>conftest.$ac_ext 13294cat confdefs.h >>conftest.$ac_ext
@@ -13341,7 +13303,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13341 ac_status=$? 13303 ac_status=$?
13342 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13343 (exit $ac_status); } && 13305 (exit $ac_status); } &&
13344 { ac_try='test -s conftest.$ac_objext' 13306 { ac_try='test -s conftest.$ac_objext'
13345 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13307 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13346 (eval $ac_try) 2>&5 13308 (eval $ac_try) 2>&5
13347 ac_status=$? 13309 ac_status=$?
@@ -13362,7 +13324,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
13362echo "$as_me:$LINENO: checking $ac_header presence" >&5 13324echo "$as_me:$LINENO: checking $ac_header presence" >&5
13363echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 13325echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13364cat >conftest.$ac_ext <<_ACEOF 13326cat >conftest.$ac_ext <<_ACEOF
13365#line $LINENO "configure"
13366/* confdefs.h. */ 13327/* confdefs.h. */
13367_ACEOF 13328_ACEOF
13368cat confdefs.h >>conftest.$ac_ext 13329cat confdefs.h >>conftest.$ac_ext
@@ -13403,29 +13364,28 @@ case $ac_header_compiler:$ac_header_preproc in
13403 yes:no ) 13364 yes:no )
13404 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 13365 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13405echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 13366echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13406 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 13367 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13407echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 13368echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13408 ( 13369 ac_header_preproc=yes
13409 cat <<\_ASBOX
13410## ------------------------------------ ##
13411## Report this to bug-autoconf@gnu.org. ##
13412## ------------------------------------ ##
13413_ASBOX
13414 ) |
13415 sed "s/^/$as_me: WARNING: /" >&2
13416 ;; 13370 ;;
13417 no:yes ) 13371 no:yes )
13418 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 13372 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13419echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 13373echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13420 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 13374 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13421echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 13375echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13376 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13377echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13378 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
13379echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13422 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 13380 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13423echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 13381echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13382 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13383echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13424 ( 13384 (
13425 cat <<\_ASBOX 13385 cat <<\_ASBOX
13426## ------------------------------------ ## 13386## ------------------------------------------ ##
13427## Report this to bug-autoconf@gnu.org. ## 13387## Report this to the AC_PACKAGE_NAME lists. ##
13428## ------------------------------------ ## 13388## ------------------------------------------ ##
13429_ASBOX 13389_ASBOX
13430 ) | 13390 ) |
13431 sed "s/^/$as_me: WARNING: /" >&2 13391 sed "s/^/$as_me: WARNING: /" >&2
@@ -13436,7 +13396,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13436if eval "test \"\${$as_ac_Header+set}\" = set"; then 13396if eval "test \"\${$as_ac_Header+set}\" = set"; then
13437 echo $ECHO_N "(cached) $ECHO_C" >&6 13397 echo $ECHO_N "(cached) $ECHO_C" >&6
13438else 13398else
13439 eval "$as_ac_Header=$ac_header_preproc" 13399 eval "$as_ac_Header=\$ac_header_preproc"
13440fi 13400fi
13441echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 13401echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13442echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 13402echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -13470,7 +13430,6 @@ else
13470echo "$as_me:$LINENO: checking $ac_header usability" >&5 13430echo "$as_me:$LINENO: checking $ac_header usability" >&5
13471echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 13431echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13472cat >conftest.$ac_ext <<_ACEOF 13432cat >conftest.$ac_ext <<_ACEOF
13473#line $LINENO "configure"
13474/* confdefs.h. */ 13433/* confdefs.h. */
13475_ACEOF 13434_ACEOF
13476cat confdefs.h >>conftest.$ac_ext 13435cat confdefs.h >>conftest.$ac_ext
@@ -13485,7 +13444,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13485 ac_status=$? 13444 ac_status=$?
13486 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13487 (exit $ac_status); } && 13446 (exit $ac_status); } &&
13488 { ac_try='test -s conftest.$ac_objext' 13447 { ac_try='test -s conftest.$ac_objext'
13489 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13448 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13490 (eval $ac_try) 2>&5 13449 (eval $ac_try) 2>&5
13491 ac_status=$? 13450 ac_status=$?
@@ -13506,7 +13465,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
13506echo "$as_me:$LINENO: checking $ac_header presence" >&5 13465echo "$as_me:$LINENO: checking $ac_header presence" >&5
13507echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 13466echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13508cat >conftest.$ac_ext <<_ACEOF 13467cat >conftest.$ac_ext <<_ACEOF
13509#line $LINENO "configure"
13510/* confdefs.h. */ 13468/* confdefs.h. */
13511_ACEOF 13469_ACEOF
13512cat confdefs.h >>conftest.$ac_ext 13470cat confdefs.h >>conftest.$ac_ext
@@ -13547,29 +13505,28 @@ case $ac_header_compiler:$ac_header_preproc in
13547 yes:no ) 13505 yes:no )
13548 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 13506 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13549echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 13507echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13550 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 13508 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13551echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 13509echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13552 ( 13510 ac_header_preproc=yes
13553 cat <<\_ASBOX
13554## ------------------------------------ ##
13555## Report this to bug-autoconf@gnu.org. ##
13556## ------------------------------------ ##
13557_ASBOX
13558 ) |
13559 sed "s/^/$as_me: WARNING: /" >&2
13560 ;; 13511 ;;
13561 no:yes ) 13512 no:yes )
13562 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 13513 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13563echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 13514echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13564 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 13515 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13565echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 13516echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13517 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13518echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13519 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
13520echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13566 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 13521 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13567echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 13522echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13523 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13524echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13568 ( 13525 (
13569 cat <<\_ASBOX 13526 cat <<\_ASBOX
13570## ------------------------------------ ## 13527## ------------------------------------------ ##
13571## Report this to bug-autoconf@gnu.org. ## 13528## Report this to the AC_PACKAGE_NAME lists. ##
13572## ------------------------------------ ## 13529## ------------------------------------------ ##
13573_ASBOX 13530_ASBOX
13574 ) | 13531 ) |
13575 sed "s/^/$as_me: WARNING: /" >&2 13532 sed "s/^/$as_me: WARNING: /" >&2
@@ -13580,7 +13537,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13580if eval "test \"\${$as_ac_Header+set}\" = set"; then 13537if eval "test \"\${$as_ac_Header+set}\" = set"; then
13581 echo $ECHO_N "(cached) $ECHO_C" >&6 13538 echo $ECHO_N "(cached) $ECHO_C" >&6
13582else 13539else
13583 eval "$as_ac_Header=$ac_header_preproc" 13540 eval "$as_ac_Header=\$ac_header_preproc"
13584fi 13541fi
13585echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 13542echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13586echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 13543echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -13596,7 +13553,6 @@ if test "${ac_cv_member_struct_nlist_n_un_n_name+set}" = set; then
13596 echo $ECHO_N "(cached) $ECHO_C" >&6 13553 echo $ECHO_N "(cached) $ECHO_C" >&6
13597else 13554else
13598 cat >conftest.$ac_ext <<_ACEOF 13555 cat >conftest.$ac_ext <<_ACEOF
13599#line $LINENO "configure"
13600/* confdefs.h. */ 13556/* confdefs.h. */
13601_ACEOF 13557_ACEOF
13602cat confdefs.h >>conftest.$ac_ext 13558cat confdefs.h >>conftest.$ac_ext
@@ -13620,7 +13576,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13620 ac_status=$? 13576 ac_status=$?
13621 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13622 (exit $ac_status); } && 13578 (exit $ac_status); } &&
13623 { ac_try='test -s conftest.$ac_objext' 13579 { ac_try='test -s conftest.$ac_objext'
13624 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13580 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13625 (eval $ac_try) 2>&5 13581 (eval $ac_try) 2>&5
13626 ac_status=$? 13582 ac_status=$?
@@ -13632,7 +13588,6 @@ else
13632sed 's/^/| /' conftest.$ac_ext >&5 13588sed 's/^/| /' conftest.$ac_ext >&5
13633 13589
13634cat >conftest.$ac_ext <<_ACEOF 13590cat >conftest.$ac_ext <<_ACEOF
13635#line $LINENO "configure"
13636/* confdefs.h. */ 13591/* confdefs.h. */
13637_ACEOF 13592_ACEOF
13638cat confdefs.h >>conftest.$ac_ext 13593cat confdefs.h >>conftest.$ac_ext
@@ -13656,7 +13611,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13656 ac_status=$? 13611 ac_status=$?
13657 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13658 (exit $ac_status); } && 13613 (exit $ac_status); } &&
13659 { ac_try='test -s conftest.$ac_objext' 13614 { ac_try='test -s conftest.$ac_objext'
13660 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13615 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13661 (eval $ac_try) 2>&5 13616 (eval $ac_try) 2>&5
13662 ac_status=$? 13617 ac_status=$?
@@ -13704,7 +13659,6 @@ if test "${ac_cv_func_getloadavg_setgid+set}" = set; then
13704 echo $ECHO_N "(cached) $ECHO_C" >&6 13659 echo $ECHO_N "(cached) $ECHO_C" >&6
13705else 13660else
13706 cat >conftest.$ac_ext <<_ACEOF 13661 cat >conftest.$ac_ext <<_ACEOF
13707#line $LINENO "configure"
13708/* confdefs.h. */ 13662/* confdefs.h. */
13709_ACEOF 13663_ACEOF
13710cat confdefs.h >>conftest.$ac_ext 13664cat confdefs.h >>conftest.$ac_ext
@@ -13748,7 +13702,7 @@ else
13748 # If we got an error (system does not support symlinks), try without -L. 13702 # If we got an error (system does not support symlinks), try without -L.
13749 test -z "$ac_ls_output" && ac_ls_output=`ls -lg /dev/kmem` 13703 test -z "$ac_ls_output" && ac_ls_output=`ls -lg /dev/kmem`
13750 ac_cv_group_kmem=`echo $ac_ls_output \ 13704 ac_cv_group_kmem=`echo $ac_ls_output \
13751 | sed -ne 's/[ ][ ]*/ /g; 13705 | sed -ne 's/[ ][ ]*/ /g;
13752 s/^.[sSrwx-]* *[0-9]* *\([^0-9]*\) *.*/\1/; 13706 s/^.[sSrwx-]* *[0-9]* *\([^0-9]*\) *.*/\1/;
13753 / /s/.* //;p;'` 13707 / /s/.* //;p;'`
13754 13708
@@ -13774,7 +13728,6 @@ else
13774 while :; do 13728 while :; do
13775 ac_cv_sys_largefile_source=no 13729 ac_cv_sys_largefile_source=no
13776 cat >conftest.$ac_ext <<_ACEOF 13730 cat >conftest.$ac_ext <<_ACEOF
13777#line $LINENO "configure"
13778/* confdefs.h. */ 13731/* confdefs.h. */
13779_ACEOF 13732_ACEOF
13780cat confdefs.h >>conftest.$ac_ext 13733cat confdefs.h >>conftest.$ac_ext
@@ -13795,7 +13748,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13795 ac_status=$? 13748 ac_status=$?
13796 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13797 (exit $ac_status); } && 13750 (exit $ac_status); } &&
13798 { ac_try='test -s conftest.$ac_objext' 13751 { ac_try='test -s conftest.$ac_objext'
13799 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13752 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13800 (eval $ac_try) 2>&5 13753 (eval $ac_try) 2>&5
13801 ac_status=$? 13754 ac_status=$?
@@ -13809,7 +13762,6 @@ sed 's/^/| /' conftest.$ac_ext >&5
13809fi 13762fi
13810rm -f conftest.$ac_objext conftest.$ac_ext 13763rm -f conftest.$ac_objext conftest.$ac_ext
13811 cat >conftest.$ac_ext <<_ACEOF 13764 cat >conftest.$ac_ext <<_ACEOF
13812#line $LINENO "configure"
13813/* confdefs.h. */ 13765/* confdefs.h. */
13814_ACEOF 13766_ACEOF
13815cat confdefs.h >>conftest.$ac_ext 13767cat confdefs.h >>conftest.$ac_ext
@@ -13831,7 +13783,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13831 ac_status=$? 13783 ac_status=$?
13832 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13833 (exit $ac_status); } && 13785 (exit $ac_status); } &&
13834 { ac_try='test -s conftest.$ac_objext' 13786 { ac_try='test -s conftest.$ac_objext'
13835 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13787 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13836 (eval $ac_try) 2>&5 13788 (eval $ac_try) 2>&5
13837 ac_status=$? 13789 ac_status=$?
@@ -13867,7 +13819,6 @@ if test "${ac_cv_func_fseeko+set}" = set; then
13867 echo $ECHO_N "(cached) $ECHO_C" >&6 13819 echo $ECHO_N "(cached) $ECHO_C" >&6
13868else 13820else
13869 cat >conftest.$ac_ext <<_ACEOF 13821 cat >conftest.$ac_ext <<_ACEOF
13870#line $LINENO "configure"
13871/* confdefs.h. */ 13822/* confdefs.h. */
13872_ACEOF 13823_ACEOF
13873cat confdefs.h >>conftest.$ac_ext 13824cat confdefs.h >>conftest.$ac_ext
@@ -13888,7 +13839,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13888 ac_status=$? 13839 ac_status=$?
13889 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13890 (exit $ac_status); } && 13841 (exit $ac_status); } &&
13891 { ac_try='test -s conftest$ac_exeext' 13842 { ac_try='test -s conftest$ac_exeext'
13892 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13843 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13893 (eval $ac_try) 2>&5 13844 (eval $ac_try) 2>&5
13894 ac_status=$? 13845 ac_status=$?
@@ -13921,7 +13872,6 @@ if test "${ac_cv_func_getpgrp_void+set}" = set; then
13921else 13872else
13922 # Use it with a single arg. 13873 # Use it with a single arg.
13923cat >conftest.$ac_ext <<_ACEOF 13874cat >conftest.$ac_ext <<_ACEOF
13924#line $LINENO "configure"
13925/* confdefs.h. */ 13875/* confdefs.h. */
13926_ACEOF 13876_ACEOF
13927cat confdefs.h >>conftest.$ac_ext 13877cat confdefs.h >>conftest.$ac_ext
@@ -13942,7 +13892,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13942 ac_status=$? 13892 ac_status=$?
13943 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13944 (exit $ac_status); } && 13894 (exit $ac_status); } &&
13945 { ac_try='test -s conftest.$ac_objext' 13895 { ac_try='test -s conftest.$ac_objext'
13946 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13896 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13947 (eval $ac_try) 2>&5 13897 (eval $ac_try) 2>&5
13948 ac_status=$? 13898 ac_status=$?
@@ -13979,21 +13929,28 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
13979 echo $ECHO_N "(cached) $ECHO_C" >&6 13929 echo $ECHO_N "(cached) $ECHO_C" >&6
13980else 13930else
13981 cat >conftest.$ac_ext <<_ACEOF 13931 cat >conftest.$ac_ext <<_ACEOF
13982#line $LINENO "configure"
13983/* confdefs.h. */ 13932/* confdefs.h. */
13984_ACEOF 13933_ACEOF
13985cat confdefs.h >>conftest.$ac_ext 13934cat confdefs.h >>conftest.$ac_ext
13986cat >>conftest.$ac_ext <<_ACEOF 13935cat >>conftest.$ac_ext <<_ACEOF
13987/* end confdefs.h. */ 13936/* end confdefs.h. */
13937/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13938 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13939#define $ac_func innocuous_$ac_func
13940
13988/* System header to define __stub macros and hopefully few prototypes, 13941/* System header to define __stub macros and hopefully few prototypes,
13989 which can conflict with char $ac_func (); below. 13942 which can conflict with char $ac_func (); below.
13990 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 13943 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13991 <limits.h> exists even on freestanding compilers. */ 13944 <limits.h> exists even on freestanding compilers. */
13945
13992#ifdef __STDC__ 13946#ifdef __STDC__
13993# include <limits.h> 13947# include <limits.h>
13994#else 13948#else
13995# include <assert.h> 13949# include <assert.h>
13996#endif 13950#endif
13951
13952#undef $ac_func
13953
13997/* Override any gcc2 internal prototype to avoid an error. */ 13954/* Override any gcc2 internal prototype to avoid an error. */
13998#ifdef __cplusplus 13955#ifdef __cplusplus
13999extern "C" 13956extern "C"
@@ -14028,7 +13985,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14028 ac_status=$? 13985 ac_status=$?
14029 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14030 (exit $ac_status); } && 13987 (exit $ac_status); } &&
14031 { ac_try='test -s conftest$ac_exeext' 13988 { ac_try='test -s conftest$ac_exeext'
14032 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13989 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14033 (eval $ac_try) 2>&5 13990 (eval $ac_try) 2>&5
14034 ac_status=$? 13991 ac_status=$?
@@ -14060,7 +14017,6 @@ else
14060 ac_check_lib_save_LIBS=$LIBS 14017 ac_check_lib_save_LIBS=$LIBS
14061LIBS="-lintl $LIBS" 14018LIBS="-lintl $LIBS"
14062cat >conftest.$ac_ext <<_ACEOF 14019cat >conftest.$ac_ext <<_ACEOF
14063#line $LINENO "configure"
14064/* confdefs.h. */ 14020/* confdefs.h. */
14065_ACEOF 14021_ACEOF
14066cat confdefs.h >>conftest.$ac_ext 14022cat confdefs.h >>conftest.$ac_ext
@@ -14088,7 +14044,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14088 ac_status=$? 14044 ac_status=$?
14089 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14090 (exit $ac_status); } && 14046 (exit $ac_status); } &&
14091 { ac_try='test -s conftest$ac_exeext' 14047 { ac_try='test -s conftest$ac_exeext'
14092 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14048 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14093 (eval $ac_try) 2>&5 14049 (eval $ac_try) 2>&5
14094 ac_status=$? 14050 ac_status=$?
@@ -14129,21 +14085,28 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
14129 echo $ECHO_N "(cached) $ECHO_C" >&6 14085 echo $ECHO_N "(cached) $ECHO_C" >&6
14130else 14086else
14131 cat >conftest.$ac_ext <<_ACEOF 14087 cat >conftest.$ac_ext <<_ACEOF
14132#line $LINENO "configure"
14133/* confdefs.h. */ 14088/* confdefs.h. */
14134_ACEOF 14089_ACEOF
14135cat confdefs.h >>conftest.$ac_ext 14090cat confdefs.h >>conftest.$ac_ext
14136cat >>conftest.$ac_ext <<_ACEOF 14091cat >>conftest.$ac_ext <<_ACEOF
14137/* end confdefs.h. */ 14092/* end confdefs.h. */
14093/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14094 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14095#define $ac_func innocuous_$ac_func
14096
14138/* System header to define __stub macros and hopefully few prototypes, 14097/* System header to define __stub macros and hopefully few prototypes,
14139 which can conflict with char $ac_func (); below. 14098 which can conflict with char $ac_func (); below.
14140 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 14099 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14141 <limits.h> exists even on freestanding compilers. */ 14100 <limits.h> exists even on freestanding compilers. */
14101
14142#ifdef __STDC__ 14102#ifdef __STDC__
14143# include <limits.h> 14103# include <limits.h>
14144#else 14104#else
14145# include <assert.h> 14105# include <assert.h>
14146#endif 14106#endif
14107
14108#undef $ac_func
14109
14147/* Override any gcc2 internal prototype to avoid an error. */ 14110/* Override any gcc2 internal prototype to avoid an error. */
14148#ifdef __cplusplus 14111#ifdef __cplusplus
14149extern "C" 14112extern "C"
@@ -14178,7 +14141,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14178 ac_status=$? 14141 ac_status=$?
14179 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14180 (exit $ac_status); } && 14143 (exit $ac_status); } &&
14181 { ac_try='test -s conftest$ac_exeext' 14144 { ac_try='test -s conftest$ac_exeext'
14182 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14145 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14183 (eval $ac_try) 2>&5 14146 (eval $ac_try) 2>&5
14184 ac_status=$? 14147 ac_status=$?
@@ -14215,21 +14178,28 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
14215 echo $ECHO_N "(cached) $ECHO_C" >&6 14178 echo $ECHO_N "(cached) $ECHO_C" >&6
14216else 14179else
14217 cat >conftest.$ac_ext <<_ACEOF 14180 cat >conftest.$ac_ext <<_ACEOF
14218#line $LINENO "configure"
14219/* confdefs.h. */ 14181/* confdefs.h. */
14220_ACEOF 14182_ACEOF
14221cat confdefs.h >>conftest.$ac_ext 14183cat confdefs.h >>conftest.$ac_ext
14222cat >>conftest.$ac_ext <<_ACEOF 14184cat >>conftest.$ac_ext <<_ACEOF
14223/* end confdefs.h. */ 14185/* end confdefs.h. */
14186/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14187 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14188#define $ac_func innocuous_$ac_func
14189
14224/* System header to define __stub macros and hopefully few prototypes, 14190/* System header to define __stub macros and hopefully few prototypes,
14225 which can conflict with char $ac_func (); below. 14191 which can conflict with char $ac_func (); below.
14226 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 14192 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14227 <limits.h> exists even on freestanding compilers. */ 14193 <limits.h> exists even on freestanding compilers. */
14194
14228#ifdef __STDC__ 14195#ifdef __STDC__
14229# include <limits.h> 14196# include <limits.h>
14230#else 14197#else
14231# include <assert.h> 14198# include <assert.h>
14232#endif 14199#endif
14200
14201#undef $ac_func
14202
14233/* Override any gcc2 internal prototype to avoid an error. */ 14203/* Override any gcc2 internal prototype to avoid an error. */
14234#ifdef __cplusplus 14204#ifdef __cplusplus
14235extern "C" 14205extern "C"
@@ -14264,7 +14234,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14264 ac_status=$? 14234 ac_status=$?
14265 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14266 (exit $ac_status); } && 14236 (exit $ac_status); } &&
14267 { ac_try='test -s conftest$ac_exeext' 14237 { ac_try='test -s conftest$ac_exeext'
14268 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14238 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14269 (eval $ac_try) 2>&5 14239 (eval $ac_try) 2>&5
14270 ac_status=$? 14240 ac_status=$?
@@ -14303,7 +14273,6 @@ else
14303 ac_check_lib_save_LIBS=$LIBS 14273 ac_check_lib_save_LIBS=$LIBS
14304LIBS="-lncurses $LIBS" 14274LIBS="-lncurses $LIBS"
14305cat >conftest.$ac_ext <<_ACEOF 14275cat >conftest.$ac_ext <<_ACEOF
14306#line $LINENO "configure"
14307/* confdefs.h. */ 14276/* confdefs.h. */
14308_ACEOF 14277_ACEOF
14309cat confdefs.h >>conftest.$ac_ext 14278cat confdefs.h >>conftest.$ac_ext
@@ -14331,7 +14300,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14331 ac_status=$? 14300 ac_status=$?
14332 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14333 (exit $ac_status); } && 14302 (exit $ac_status); } &&
14334 { ac_try='test -s conftest$ac_exeext' 14303 { ac_try='test -s conftest$ac_exeext'
14335 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14304 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14336 (eval $ac_try) 2>&5 14305 (eval $ac_try) 2>&5
14337 ac_status=$? 14306 ac_status=$?
@@ -14369,21 +14338,28 @@ if test "${ac_cv_func_res_send+set}" = set; then
14369 echo $ECHO_N "(cached) $ECHO_C" >&6 14338 echo $ECHO_N "(cached) $ECHO_C" >&6
14370else 14339else
14371 cat >conftest.$ac_ext <<_ACEOF 14340 cat >conftest.$ac_ext <<_ACEOF
14372#line $LINENO "configure"
14373/* confdefs.h. */ 14341/* confdefs.h. */
14374_ACEOF 14342_ACEOF
14375cat confdefs.h >>conftest.$ac_ext 14343cat confdefs.h >>conftest.$ac_ext
14376cat >>conftest.$ac_ext <<_ACEOF 14344cat >>conftest.$ac_ext <<_ACEOF
14377/* end confdefs.h. */ 14345/* end confdefs.h. */
14346/* Define res_send to an innocuous variant, in case <limits.h> declares res_send.
14347 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14348#define res_send innocuous_res_send
14349
14378/* System header to define __stub macros and hopefully few prototypes, 14350/* System header to define __stub macros and hopefully few prototypes,
14379 which can conflict with char res_send (); below. 14351 which can conflict with char res_send (); below.
14380 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 14352 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14381 <limits.h> exists even on freestanding compilers. */ 14353 <limits.h> exists even on freestanding compilers. */
14354
14382#ifdef __STDC__ 14355#ifdef __STDC__
14383# include <limits.h> 14356# include <limits.h>
14384#else 14357#else
14385# include <assert.h> 14358# include <assert.h>
14386#endif 14359#endif
14360
14361#undef res_send
14362
14387/* Override any gcc2 internal prototype to avoid an error. */ 14363/* Override any gcc2 internal prototype to avoid an error. */
14388#ifdef __cplusplus 14364#ifdef __cplusplus
14389extern "C" 14365extern "C"
@@ -14418,7 +14394,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14418 ac_status=$? 14394 ac_status=$?
14419 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14420 (exit $ac_status); } && 14396 (exit $ac_status); } &&
14421 { ac_try='test -s conftest$ac_exeext' 14397 { ac_try='test -s conftest$ac_exeext'
14422 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14398 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14423 (eval $ac_try) 2>&5 14399 (eval $ac_try) 2>&5
14424 ac_status=$? 14400 ac_status=$?
@@ -14444,21 +14420,28 @@ if test "${ac_cv_func___res_send+set}" = set; then
14444 echo $ECHO_N "(cached) $ECHO_C" >&6 14420 echo $ECHO_N "(cached) $ECHO_C" >&6
14445else 14421else
14446 cat >conftest.$ac_ext <<_ACEOF 14422 cat >conftest.$ac_ext <<_ACEOF
14447#line $LINENO "configure"
14448/* confdefs.h. */ 14423/* confdefs.h. */
14449_ACEOF 14424_ACEOF
14450cat confdefs.h >>conftest.$ac_ext 14425cat confdefs.h >>conftest.$ac_ext
14451cat >>conftest.$ac_ext <<_ACEOF 14426cat >>conftest.$ac_ext <<_ACEOF
14452/* end confdefs.h. */ 14427/* end confdefs.h. */
14428/* Define __res_send to an innocuous variant, in case <limits.h> declares __res_send.
14429 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14430#define __res_send innocuous___res_send
14431
14453/* System header to define __stub macros and hopefully few prototypes, 14432/* System header to define __stub macros and hopefully few prototypes,
14454 which can conflict with char __res_send (); below. 14433 which can conflict with char __res_send (); below.
14455 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 14434 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14456 <limits.h> exists even on freestanding compilers. */ 14435 <limits.h> exists even on freestanding compilers. */
14436
14457#ifdef __STDC__ 14437#ifdef __STDC__
14458# include <limits.h> 14438# include <limits.h>
14459#else 14439#else
14460# include <assert.h> 14440# include <assert.h>
14461#endif 14441#endif
14442
14443#undef __res_send
14444
14462/* Override any gcc2 internal prototype to avoid an error. */ 14445/* Override any gcc2 internal prototype to avoid an error. */
14463#ifdef __cplusplus 14446#ifdef __cplusplus
14464extern "C" 14447extern "C"
@@ -14493,7 +14476,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14493 ac_status=$? 14476 ac_status=$?
14494 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14495 (exit $ac_status); } && 14478 (exit $ac_status); } &&
14496 { ac_try='test -s conftest$ac_exeext' 14479 { ac_try='test -s conftest$ac_exeext'
14497 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14480 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14498 (eval $ac_try) 2>&5 14481 (eval $ac_try) 2>&5
14499 ac_status=$? 14482 ac_status=$?
@@ -14521,7 +14504,6 @@ else
14521 ac_check_lib_save_LIBS=$LIBS 14504 ac_check_lib_save_LIBS=$LIBS
14522LIBS="-lresolv $LIBS" 14505LIBS="-lresolv $LIBS"
14523cat >conftest.$ac_ext <<_ACEOF 14506cat >conftest.$ac_ext <<_ACEOF
14524#line $LINENO "configure"
14525/* confdefs.h. */ 14507/* confdefs.h. */
14526_ACEOF 14508_ACEOF
14527cat confdefs.h >>conftest.$ac_ext 14509cat confdefs.h >>conftest.$ac_ext
@@ -14549,7 +14531,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14549 ac_status=$? 14531 ac_status=$?
14550 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14551 (exit $ac_status); } && 14533 (exit $ac_status); } &&
14552 { ac_try='test -s conftest$ac_exeext' 14534 { ac_try='test -s conftest$ac_exeext'
14553 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14535 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14554 (eval $ac_try) 2>&5 14536 (eval $ac_try) 2>&5
14555 ac_status=$? 14537 ac_status=$?
@@ -14578,7 +14560,6 @@ else
14578 ac_check_lib_save_LIBS=$LIBS 14560 ac_check_lib_save_LIBS=$LIBS
14579LIBS="-lresolv $LIBS" 14561LIBS="-lresolv $LIBS"
14580cat >conftest.$ac_ext <<_ACEOF 14562cat >conftest.$ac_ext <<_ACEOF
14581#line $LINENO "configure"
14582/* confdefs.h. */ 14563/* confdefs.h. */
14583_ACEOF 14564_ACEOF
14584cat confdefs.h >>conftest.$ac_ext 14565cat confdefs.h >>conftest.$ac_ext
@@ -14606,7 +14587,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14606 ac_status=$? 14587 ac_status=$?
14607 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14608 (exit $ac_status); } && 14589 (exit $ac_status); } &&
14609 { ac_try='test -s conftest$ac_exeext' 14590 { ac_try='test -s conftest$ac_exeext'
14610 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14591 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14611 (eval $ac_try) 2>&5 14592 (eval $ac_try) 2>&5
14612 ac_status=$? 14593 ac_status=$?
@@ -14650,21 +14631,28 @@ if test "${ac_cv_func_hes_getmailhost+set}" = set; then
14650 echo $ECHO_N "(cached) $ECHO_C" >&6 14631 echo $ECHO_N "(cached) $ECHO_C" >&6
14651else 14632else
14652 cat >conftest.$ac_ext <<_ACEOF 14633 cat >conftest.$ac_ext <<_ACEOF
14653#line $LINENO "configure"
14654/* confdefs.h. */ 14634/* confdefs.h. */
14655_ACEOF 14635_ACEOF
14656cat confdefs.h >>conftest.$ac_ext 14636cat confdefs.h >>conftest.$ac_ext
14657cat >>conftest.$ac_ext <<_ACEOF 14637cat >>conftest.$ac_ext <<_ACEOF
14658/* end confdefs.h. */ 14638/* end confdefs.h. */
14639/* Define hes_getmailhost to an innocuous variant, in case <limits.h> declares hes_getmailhost.
14640 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14641#define hes_getmailhost innocuous_hes_getmailhost
14642
14659/* System header to define __stub macros and hopefully few prototypes, 14643/* System header to define __stub macros and hopefully few prototypes,
14660 which can conflict with char hes_getmailhost (); below. 14644 which can conflict with char hes_getmailhost (); below.
14661 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 14645 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14662 <limits.h> exists even on freestanding compilers. */ 14646 <limits.h> exists even on freestanding compilers. */
14647
14663#ifdef __STDC__ 14648#ifdef __STDC__
14664# include <limits.h> 14649# include <limits.h>
14665#else 14650#else
14666# include <assert.h> 14651# include <assert.h>
14667#endif 14652#endif
14653
14654#undef hes_getmailhost
14655
14668/* Override any gcc2 internal prototype to avoid an error. */ 14656/* Override any gcc2 internal prototype to avoid an error. */
14669#ifdef __cplusplus 14657#ifdef __cplusplus
14670extern "C" 14658extern "C"
@@ -14699,7 +14687,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14699 ac_status=$? 14687 ac_status=$?
14700 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14701 (exit $ac_status); } && 14689 (exit $ac_status); } &&
14702 { ac_try='test -s conftest$ac_exeext' 14690 { ac_try='test -s conftest$ac_exeext'
14703 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14691 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14704 (eval $ac_try) 2>&5 14692 (eval $ac_try) 2>&5
14705 ac_status=$? 14693 ac_status=$?
@@ -14727,7 +14715,6 @@ else
14727 ac_check_lib_save_LIBS=$LIBS 14715 ac_check_lib_save_LIBS=$LIBS
14728LIBS="-lhesiod $RESOLVLIB $LIBS" 14716LIBS="-lhesiod $RESOLVLIB $LIBS"
14729cat >conftest.$ac_ext <<_ACEOF 14717cat >conftest.$ac_ext <<_ACEOF
14730#line $LINENO "configure"
14731/* confdefs.h. */ 14718/* confdefs.h. */
14732_ACEOF 14719_ACEOF
14733cat confdefs.h >>conftest.$ac_ext 14720cat confdefs.h >>conftest.$ac_ext
@@ -14755,7 +14742,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14755 ac_status=$? 14742 ac_status=$?
14756 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14757 (exit $ac_status); } && 14744 (exit $ac_status); } &&
14758 { ac_try='test -s conftest$ac_exeext' 14745 { ac_try='test -s conftest$ac_exeext'
14759 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14746 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14760 (eval $ac_try) 2>&5 14747 (eval $ac_try) 2>&5
14761 ac_status=$? 14748 ac_status=$?
@@ -14798,7 +14785,6 @@ else
14798 ac_check_lib_save_LIBS=$LIBS 14785 ac_check_lib_save_LIBS=$LIBS
14799LIBS="-lcom_err $LIBS" 14786LIBS="-lcom_err $LIBS"
14800cat >conftest.$ac_ext <<_ACEOF 14787cat >conftest.$ac_ext <<_ACEOF
14801#line $LINENO "configure"
14802/* confdefs.h. */ 14788/* confdefs.h. */
14803_ACEOF 14789_ACEOF
14804cat confdefs.h >>conftest.$ac_ext 14790cat confdefs.h >>conftest.$ac_ext
@@ -14826,7 +14812,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14826 ac_status=$? 14812 ac_status=$?
14827 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14828 (exit $ac_status); } && 14814 (exit $ac_status); } &&
14829 { ac_try='test -s conftest$ac_exeext' 14815 { ac_try='test -s conftest$ac_exeext'
14830 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14816 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14831 (eval $ac_try) 2>&5 14817 (eval $ac_try) 2>&5
14832 ac_status=$? 14818 ac_status=$?
@@ -14862,7 +14848,6 @@ else
14862 ac_check_lib_save_LIBS=$LIBS 14848 ac_check_lib_save_LIBS=$LIBS
14863LIBS="-lk5crypto $LIBS" 14849LIBS="-lk5crypto $LIBS"
14864cat >conftest.$ac_ext <<_ACEOF 14850cat >conftest.$ac_ext <<_ACEOF
14865#line $LINENO "configure"
14866/* confdefs.h. */ 14851/* confdefs.h. */
14867_ACEOF 14852_ACEOF
14868cat confdefs.h >>conftest.$ac_ext 14853cat confdefs.h >>conftest.$ac_ext
@@ -14890,7 +14875,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14890 ac_status=$? 14875 ac_status=$?
14891 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14876 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14892 (exit $ac_status); } && 14877 (exit $ac_status); } &&
14893 { ac_try='test -s conftest$ac_exeext' 14878 { ac_try='test -s conftest$ac_exeext'
14894 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14879 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14895 (eval $ac_try) 2>&5 14880 (eval $ac_try) 2>&5
14896 ac_status=$? 14881 ac_status=$?
@@ -14926,7 +14911,6 @@ else
14926 ac_check_lib_save_LIBS=$LIBS 14911 ac_check_lib_save_LIBS=$LIBS
14927LIBS="-lcrypto $LIBS" 14912LIBS="-lcrypto $LIBS"
14928cat >conftest.$ac_ext <<_ACEOF 14913cat >conftest.$ac_ext <<_ACEOF
14929#line $LINENO "configure"
14930/* confdefs.h. */ 14914/* confdefs.h. */
14931_ACEOF 14915_ACEOF
14932cat confdefs.h >>conftest.$ac_ext 14916cat confdefs.h >>conftest.$ac_ext
@@ -14954,7 +14938,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14954 ac_status=$? 14938 ac_status=$?
14955 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14956 (exit $ac_status); } && 14940 (exit $ac_status); } &&
14957 { ac_try='test -s conftest$ac_exeext' 14941 { ac_try='test -s conftest$ac_exeext'
14958 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14942 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14959 (eval $ac_try) 2>&5 14943 (eval $ac_try) 2>&5
14960 ac_status=$? 14944 ac_status=$?
@@ -14990,7 +14974,6 @@ else
14990 ac_check_lib_save_LIBS=$LIBS 14974 ac_check_lib_save_LIBS=$LIBS
14991LIBS="-lkrb5 $LIBS" 14975LIBS="-lkrb5 $LIBS"
14992cat >conftest.$ac_ext <<_ACEOF 14976cat >conftest.$ac_ext <<_ACEOF
14993#line $LINENO "configure"
14994/* confdefs.h. */ 14977/* confdefs.h. */
14995_ACEOF 14978_ACEOF
14996cat confdefs.h >>conftest.$ac_ext 14979cat confdefs.h >>conftest.$ac_ext
@@ -15018,7 +15001,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15018 ac_status=$? 15001 ac_status=$?
15019 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15020 (exit $ac_status); } && 15003 (exit $ac_status); } &&
15021 { ac_try='test -s conftest$ac_exeext' 15004 { ac_try='test -s conftest$ac_exeext'
15022 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15005 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15023 (eval $ac_try) 2>&5 15006 (eval $ac_try) 2>&5
15024 ac_status=$? 15007 ac_status=$?
@@ -15055,7 +15038,6 @@ else
15055 ac_check_lib_save_LIBS=$LIBS 15038 ac_check_lib_save_LIBS=$LIBS
15056LIBS="-ldes425 $LIBS" 15039LIBS="-ldes425 $LIBS"
15057cat >conftest.$ac_ext <<_ACEOF 15040cat >conftest.$ac_ext <<_ACEOF
15058#line $LINENO "configure"
15059/* confdefs.h. */ 15041/* confdefs.h. */
15060_ACEOF 15042_ACEOF
15061cat confdefs.h >>conftest.$ac_ext 15043cat confdefs.h >>conftest.$ac_ext
@@ -15083,7 +15065,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15083 ac_status=$? 15065 ac_status=$?
15084 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15085 (exit $ac_status); } && 15067 (exit $ac_status); } &&
15086 { ac_try='test -s conftest$ac_exeext' 15068 { ac_try='test -s conftest$ac_exeext'
15087 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15069 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15088 (eval $ac_try) 2>&5 15070 (eval $ac_try) 2>&5
15089 ac_status=$? 15071 ac_status=$?
@@ -15118,7 +15100,6 @@ else
15118 ac_check_lib_save_LIBS=$LIBS 15100 ac_check_lib_save_LIBS=$LIBS
15119LIBS="-ldes $LIBS" 15101LIBS="-ldes $LIBS"
15120cat >conftest.$ac_ext <<_ACEOF 15102cat >conftest.$ac_ext <<_ACEOF
15121#line $LINENO "configure"
15122/* confdefs.h. */ 15103/* confdefs.h. */
15123_ACEOF 15104_ACEOF
15124cat confdefs.h >>conftest.$ac_ext 15105cat confdefs.h >>conftest.$ac_ext
@@ -15146,7 +15127,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15146 ac_status=$? 15127 ac_status=$?
15147 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15148 (exit $ac_status); } && 15129 (exit $ac_status); } &&
15149 { ac_try='test -s conftest$ac_exeext' 15130 { ac_try='test -s conftest$ac_exeext'
15150 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15131 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15151 (eval $ac_try) 2>&5 15132 (eval $ac_try) 2>&5
15152 ac_status=$? 15133 ac_status=$?
@@ -15184,7 +15165,6 @@ else
15184 ac_check_lib_save_LIBS=$LIBS 15165 ac_check_lib_save_LIBS=$LIBS
15185LIBS="-lkrb4 $LIBS" 15166LIBS="-lkrb4 $LIBS"
15186cat >conftest.$ac_ext <<_ACEOF 15167cat >conftest.$ac_ext <<_ACEOF
15187#line $LINENO "configure"
15188/* confdefs.h. */ 15168/* confdefs.h. */
15189_ACEOF 15169_ACEOF
15190cat confdefs.h >>conftest.$ac_ext 15170cat confdefs.h >>conftest.$ac_ext
@@ -15212,7 +15192,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15212 ac_status=$? 15192 ac_status=$?
15213 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15214 (exit $ac_status); } && 15194 (exit $ac_status); } &&
15215 { ac_try='test -s conftest$ac_exeext' 15195 { ac_try='test -s conftest$ac_exeext'
15216 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15196 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15217 (eval $ac_try) 2>&5 15197 (eval $ac_try) 2>&5
15218 ac_status=$? 15198 ac_status=$?
@@ -15247,7 +15227,6 @@ else
15247 ac_check_lib_save_LIBS=$LIBS 15227 ac_check_lib_save_LIBS=$LIBS
15248LIBS="-lkrb $LIBS" 15228LIBS="-lkrb $LIBS"
15249cat >conftest.$ac_ext <<_ACEOF 15229cat >conftest.$ac_ext <<_ACEOF
15250#line $LINENO "configure"
15251/* confdefs.h. */ 15230/* confdefs.h. */
15252_ACEOF 15231_ACEOF
15253cat confdefs.h >>conftest.$ac_ext 15232cat confdefs.h >>conftest.$ac_ext
@@ -15275,7 +15254,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15275 ac_status=$? 15254 ac_status=$?
15276 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15277 (exit $ac_status); } && 15256 (exit $ac_status); } &&
15278 { ac_try='test -s conftest$ac_exeext' 15257 { ac_try='test -s conftest$ac_exeext'
15279 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15258 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15280 (eval $ac_try) 2>&5 15259 (eval $ac_try) 2>&5
15281 ac_status=$? 15260 ac_status=$?
@@ -15324,7 +15303,6 @@ else
15324echo "$as_me:$LINENO: checking $ac_header usability" >&5 15303echo "$as_me:$LINENO: checking $ac_header usability" >&5
15325echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 15304echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15326cat >conftest.$ac_ext <<_ACEOF 15305cat >conftest.$ac_ext <<_ACEOF
15327#line $LINENO "configure"
15328/* confdefs.h. */ 15306/* confdefs.h. */
15329_ACEOF 15307_ACEOF
15330cat confdefs.h >>conftest.$ac_ext 15308cat confdefs.h >>conftest.$ac_ext
@@ -15339,7 +15317,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15339 ac_status=$? 15317 ac_status=$?
15340 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15341 (exit $ac_status); } && 15319 (exit $ac_status); } &&
15342 { ac_try='test -s conftest.$ac_objext' 15320 { ac_try='test -s conftest.$ac_objext'
15343 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15321 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15344 (eval $ac_try) 2>&5 15322 (eval $ac_try) 2>&5
15345 ac_status=$? 15323 ac_status=$?
@@ -15360,7 +15338,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
15360echo "$as_me:$LINENO: checking $ac_header presence" >&5 15338echo "$as_me:$LINENO: checking $ac_header presence" >&5
15361echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 15339echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15362cat >conftest.$ac_ext <<_ACEOF 15340cat >conftest.$ac_ext <<_ACEOF
15363#line $LINENO "configure"
15364/* confdefs.h. */ 15341/* confdefs.h. */
15365_ACEOF 15342_ACEOF
15366cat confdefs.h >>conftest.$ac_ext 15343cat confdefs.h >>conftest.$ac_ext
@@ -15401,29 +15378,28 @@ case $ac_header_compiler:$ac_header_preproc in
15401 yes:no ) 15378 yes:no )
15402 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 15379 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15403echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 15380echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15404 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 15381 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15405echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 15382echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15406 ( 15383 ac_header_preproc=yes
15407 cat <<\_ASBOX
15408## ------------------------------------ ##
15409## Report this to bug-autoconf@gnu.org. ##
15410## ------------------------------------ ##
15411_ASBOX
15412 ) |
15413 sed "s/^/$as_me: WARNING: /" >&2
15414 ;; 15384 ;;
15415 no:yes ) 15385 no:yes )
15416 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 15386 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15417echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 15387echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15418 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 15388 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15419echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 15389echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15390 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15391echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15392 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15393echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15420 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 15394 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15421echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 15395echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15396 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15397echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15422 ( 15398 (
15423 cat <<\_ASBOX 15399 cat <<\_ASBOX
15424## ------------------------------------ ## 15400## ------------------------------------------ ##
15425## Report this to bug-autoconf@gnu.org. ## 15401## Report this to the AC_PACKAGE_NAME lists. ##
15426## ------------------------------------ ## 15402## ------------------------------------------ ##
15427_ASBOX 15403_ASBOX
15428 ) | 15404 ) |
15429 sed "s/^/$as_me: WARNING: /" >&2 15405 sed "s/^/$as_me: WARNING: /" >&2
@@ -15434,7 +15410,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15434if eval "test \"\${$as_ac_Header+set}\" = set"; then 15410if eval "test \"\${$as_ac_Header+set}\" = set"; then
15435 echo $ECHO_N "(cached) $ECHO_C" >&6 15411 echo $ECHO_N "(cached) $ECHO_C" >&6
15436else 15412else
15437 eval "$as_ac_Header=$ac_header_preproc" 15413 eval "$as_ac_Header=\$ac_header_preproc"
15438fi 15414fi
15439echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 15415echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15440echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 15416echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -15467,7 +15443,6 @@ else
15467echo "$as_me:$LINENO: checking $ac_header usability" >&5 15443echo "$as_me:$LINENO: checking $ac_header usability" >&5
15468echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 15444echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15469cat >conftest.$ac_ext <<_ACEOF 15445cat >conftest.$ac_ext <<_ACEOF
15470#line $LINENO "configure"
15471/* confdefs.h. */ 15446/* confdefs.h. */
15472_ACEOF 15447_ACEOF
15473cat confdefs.h >>conftest.$ac_ext 15448cat confdefs.h >>conftest.$ac_ext
@@ -15482,7 +15457,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15482 ac_status=$? 15457 ac_status=$?
15483 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15484 (exit $ac_status); } && 15459 (exit $ac_status); } &&
15485 { ac_try='test -s conftest.$ac_objext' 15460 { ac_try='test -s conftest.$ac_objext'
15486 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15461 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15487 (eval $ac_try) 2>&5 15462 (eval $ac_try) 2>&5
15488 ac_status=$? 15463 ac_status=$?
@@ -15503,7 +15478,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
15503echo "$as_me:$LINENO: checking $ac_header presence" >&5 15478echo "$as_me:$LINENO: checking $ac_header presence" >&5
15504echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 15479echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15505cat >conftest.$ac_ext <<_ACEOF 15480cat >conftest.$ac_ext <<_ACEOF
15506#line $LINENO "configure"
15507/* confdefs.h. */ 15481/* confdefs.h. */
15508_ACEOF 15482_ACEOF
15509cat confdefs.h >>conftest.$ac_ext 15483cat confdefs.h >>conftest.$ac_ext
@@ -15544,29 +15518,28 @@ case $ac_header_compiler:$ac_header_preproc in
15544 yes:no ) 15518 yes:no )
15545 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 15519 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15546echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 15520echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15547 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 15521 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15548echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 15522echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15549 ( 15523 ac_header_preproc=yes
15550 cat <<\_ASBOX
15551## ------------------------------------ ##
15552## Report this to bug-autoconf@gnu.org. ##
15553## ------------------------------------ ##
15554_ASBOX
15555 ) |
15556 sed "s/^/$as_me: WARNING: /" >&2
15557 ;; 15524 ;;
15558 no:yes ) 15525 no:yes )
15559 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 15526 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15560echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 15527echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15561 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 15528 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15562echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 15529echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15530 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15531echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15532 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15533echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15563 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 15534 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15564echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 15535echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15536 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15537echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15565 ( 15538 (
15566 cat <<\_ASBOX 15539 cat <<\_ASBOX
15567## ------------------------------------ ## 15540## ------------------------------------------ ##
15568## Report this to bug-autoconf@gnu.org. ## 15541## Report this to the AC_PACKAGE_NAME lists. ##
15569## ------------------------------------ ## 15542## ------------------------------------------ ##
15570_ASBOX 15543_ASBOX
15571 ) | 15544 ) |
15572 sed "s/^/$as_me: WARNING: /" >&2 15545 sed "s/^/$as_me: WARNING: /" >&2
@@ -15577,7 +15550,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15577if eval "test \"\${$as_ac_Header+set}\" = set"; then 15550if eval "test \"\${$as_ac_Header+set}\" = set"; then
15578 echo $ECHO_N "(cached) $ECHO_C" >&6 15551 echo $ECHO_N "(cached) $ECHO_C" >&6
15579else 15552else
15580 eval "$as_ac_Header=$ac_header_preproc" 15553 eval "$as_ac_Header=\$ac_header_preproc"
15581fi 15554fi
15582echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 15555echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15583echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 15556echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -15606,7 +15579,6 @@ else
15606echo "$as_me:$LINENO: checking $ac_header usability" >&5 15579echo "$as_me:$LINENO: checking $ac_header usability" >&5
15607echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 15580echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15608cat >conftest.$ac_ext <<_ACEOF 15581cat >conftest.$ac_ext <<_ACEOF
15609#line $LINENO "configure"
15610/* confdefs.h. */ 15582/* confdefs.h. */
15611_ACEOF 15583_ACEOF
15612cat confdefs.h >>conftest.$ac_ext 15584cat confdefs.h >>conftest.$ac_ext
@@ -15621,7 +15593,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15621 ac_status=$? 15593 ac_status=$?
15622 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15623 (exit $ac_status); } && 15595 (exit $ac_status); } &&
15624 { ac_try='test -s conftest.$ac_objext' 15596 { ac_try='test -s conftest.$ac_objext'
15625 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15597 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15626 (eval $ac_try) 2>&5 15598 (eval $ac_try) 2>&5
15627 ac_status=$? 15599 ac_status=$?
@@ -15642,7 +15614,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
15642echo "$as_me:$LINENO: checking $ac_header presence" >&5 15614echo "$as_me:$LINENO: checking $ac_header presence" >&5
15643echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 15615echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15644cat >conftest.$ac_ext <<_ACEOF 15616cat >conftest.$ac_ext <<_ACEOF
15645#line $LINENO "configure"
15646/* confdefs.h. */ 15617/* confdefs.h. */
15647_ACEOF 15618_ACEOF
15648cat confdefs.h >>conftest.$ac_ext 15619cat confdefs.h >>conftest.$ac_ext
@@ -15683,29 +15654,28 @@ case $ac_header_compiler:$ac_header_preproc in
15683 yes:no ) 15654 yes:no )
15684 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 15655 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15685echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 15656echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15686 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 15657 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15687echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 15658echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15688 ( 15659 ac_header_preproc=yes
15689 cat <<\_ASBOX
15690## ------------------------------------ ##
15691## Report this to bug-autoconf@gnu.org. ##
15692## ------------------------------------ ##
15693_ASBOX
15694 ) |
15695 sed "s/^/$as_me: WARNING: /" >&2
15696 ;; 15660 ;;
15697 no:yes ) 15661 no:yes )
15698 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 15662 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15699echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 15663echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15700 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 15664 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15701echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 15665echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15666 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15667echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15668 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15669echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15702 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 15670 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15703echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 15671echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15672 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15673echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15704 ( 15674 (
15705 cat <<\_ASBOX 15675 cat <<\_ASBOX
15706## ------------------------------------ ## 15676## ------------------------------------------ ##
15707## Report this to bug-autoconf@gnu.org. ## 15677## Report this to the AC_PACKAGE_NAME lists. ##
15708## ------------------------------------ ## 15678## ------------------------------------------ ##
15709_ASBOX 15679_ASBOX
15710 ) | 15680 ) |
15711 sed "s/^/$as_me: WARNING: /" >&2 15681 sed "s/^/$as_me: WARNING: /" >&2
@@ -15716,7 +15686,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15716if eval "test \"\${$as_ac_Header+set}\" = set"; then 15686if eval "test \"\${$as_ac_Header+set}\" = set"; then
15717 echo $ECHO_N "(cached) $ECHO_C" >&6 15687 echo $ECHO_N "(cached) $ECHO_C" >&6
15718else 15688else
15719 eval "$as_ac_Header=$ac_header_preproc" 15689 eval "$as_ac_Header=\$ac_header_preproc"
15720fi 15690fi
15721echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 15691echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15722echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 15692echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -15745,7 +15715,6 @@ else
15745echo "$as_me:$LINENO: checking $ac_header usability" >&5 15715echo "$as_me:$LINENO: checking $ac_header usability" >&5
15746echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 15716echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15747cat >conftest.$ac_ext <<_ACEOF 15717cat >conftest.$ac_ext <<_ACEOF
15748#line $LINENO "configure"
15749/* confdefs.h. */ 15718/* confdefs.h. */
15750_ACEOF 15719_ACEOF
15751cat confdefs.h >>conftest.$ac_ext 15720cat confdefs.h >>conftest.$ac_ext
@@ -15760,7 +15729,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15760 ac_status=$? 15729 ac_status=$?
15761 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15762 (exit $ac_status); } && 15731 (exit $ac_status); } &&
15763 { ac_try='test -s conftest.$ac_objext' 15732 { ac_try='test -s conftest.$ac_objext'
15764 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15733 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15765 (eval $ac_try) 2>&5 15734 (eval $ac_try) 2>&5
15766 ac_status=$? 15735 ac_status=$?
@@ -15781,7 +15750,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
15781echo "$as_me:$LINENO: checking $ac_header presence" >&5 15750echo "$as_me:$LINENO: checking $ac_header presence" >&5
15782echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 15751echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15783cat >conftest.$ac_ext <<_ACEOF 15752cat >conftest.$ac_ext <<_ACEOF
15784#line $LINENO "configure"
15785/* confdefs.h. */ 15753/* confdefs.h. */
15786_ACEOF 15754_ACEOF
15787cat confdefs.h >>conftest.$ac_ext 15755cat confdefs.h >>conftest.$ac_ext
@@ -15822,29 +15790,28 @@ case $ac_header_compiler:$ac_header_preproc in
15822 yes:no ) 15790 yes:no )
15823 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 15791 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15824echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 15792echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15825 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 15793 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15826echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 15794echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15827 ( 15795 ac_header_preproc=yes
15828 cat <<\_ASBOX
15829## ------------------------------------ ##
15830## Report this to bug-autoconf@gnu.org. ##
15831## ------------------------------------ ##
15832_ASBOX
15833 ) |
15834 sed "s/^/$as_me: WARNING: /" >&2
15835 ;; 15796 ;;
15836 no:yes ) 15797 no:yes )
15837 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 15798 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15838echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 15799echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15839 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 15800 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15840echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 15801echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15802 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15803echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15804 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15805echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15841 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 15806 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15842echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 15807echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15808 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15809echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15843 ( 15810 (
15844 cat <<\_ASBOX 15811 cat <<\_ASBOX
15845## ------------------------------------ ## 15812## ------------------------------------------ ##
15846## Report this to bug-autoconf@gnu.org. ## 15813## Report this to the AC_PACKAGE_NAME lists. ##
15847## ------------------------------------ ## 15814## ------------------------------------------ ##
15848_ASBOX 15815_ASBOX
15849 ) | 15816 ) |
15850 sed "s/^/$as_me: WARNING: /" >&2 15817 sed "s/^/$as_me: WARNING: /" >&2
@@ -15855,7 +15822,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15855if eval "test \"\${$as_ac_Header+set}\" = set"; then 15822if eval "test \"\${$as_ac_Header+set}\" = set"; then
15856 echo $ECHO_N "(cached) $ECHO_C" >&6 15823 echo $ECHO_N "(cached) $ECHO_C" >&6
15857else 15824else
15858 eval "$as_ac_Header=$ac_header_preproc" 15825 eval "$as_ac_Header=\$ac_header_preproc"
15859fi 15826fi
15860echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 15827echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15861echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 15828echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -15895,7 +15862,6 @@ else
15895echo "$as_me:$LINENO: checking $ac_header usability" >&5 15862echo "$as_me:$LINENO: checking $ac_header usability" >&5
15896echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 15863echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15897cat >conftest.$ac_ext <<_ACEOF 15864cat >conftest.$ac_ext <<_ACEOF
15898#line $LINENO "configure"
15899/* confdefs.h. */ 15865/* confdefs.h. */
15900_ACEOF 15866_ACEOF
15901cat confdefs.h >>conftest.$ac_ext 15867cat confdefs.h >>conftest.$ac_ext
@@ -15910,7 +15876,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15910 ac_status=$? 15876 ac_status=$?
15911 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15912 (exit $ac_status); } && 15878 (exit $ac_status); } &&
15913 { ac_try='test -s conftest.$ac_objext' 15879 { ac_try='test -s conftest.$ac_objext'
15914 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15880 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15915 (eval $ac_try) 2>&5 15881 (eval $ac_try) 2>&5
15916 ac_status=$? 15882 ac_status=$?
@@ -15931,7 +15897,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
15931echo "$as_me:$LINENO: checking $ac_header presence" >&5 15897echo "$as_me:$LINENO: checking $ac_header presence" >&5
15932echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 15898echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15933cat >conftest.$ac_ext <<_ACEOF 15899cat >conftest.$ac_ext <<_ACEOF
15934#line $LINENO "configure"
15935/* confdefs.h. */ 15900/* confdefs.h. */
15936_ACEOF 15901_ACEOF
15937cat confdefs.h >>conftest.$ac_ext 15902cat confdefs.h >>conftest.$ac_ext
@@ -15972,29 +15937,28 @@ case $ac_header_compiler:$ac_header_preproc in
15972 yes:no ) 15937 yes:no )
15973 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 15938 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15974echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 15939echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15975 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 15940 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15976echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 15941echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15977 ( 15942 ac_header_preproc=yes
15978 cat <<\_ASBOX
15979## ------------------------------------ ##
15980## Report this to bug-autoconf@gnu.org. ##
15981## ------------------------------------ ##
15982_ASBOX
15983 ) |
15984 sed "s/^/$as_me: WARNING: /" >&2
15985 ;; 15943 ;;
15986 no:yes ) 15944 no:yes )
15987 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 15945 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15988echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 15946echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15989 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 15947 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15990echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 15948echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15949 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15950echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15951 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15952echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15991 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 15953 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15992echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 15954echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15955 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15956echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15993 ( 15957 (
15994 cat <<\_ASBOX 15958 cat <<\_ASBOX
15995## ------------------------------------ ## 15959## ------------------------------------------ ##
15996## Report this to bug-autoconf@gnu.org. ## 15960## Report this to the AC_PACKAGE_NAME lists. ##
15997## ------------------------------------ ## 15961## ------------------------------------------ ##
15998_ASBOX 15962_ASBOX
15999 ) | 15963 ) |
16000 sed "s/^/$as_me: WARNING: /" >&2 15964 sed "s/^/$as_me: WARNING: /" >&2
@@ -16005,7 +15969,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16005if eval "test \"\${$as_ac_Header+set}\" = set"; then 15969if eval "test \"\${$as_ac_Header+set}\" = set"; then
16006 echo $ECHO_N "(cached) $ECHO_C" >&6 15970 echo $ECHO_N "(cached) $ECHO_C" >&6
16007else 15971else
16008 eval "$as_ac_Header=$ac_header_preproc" 15972 eval "$as_ac_Header=\$ac_header_preproc"
16009fi 15973fi
16010echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 15974echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16011echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 15975echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -16034,7 +15998,6 @@ else
16034echo "$as_me:$LINENO: checking $ac_header usability" >&5 15998echo "$as_me:$LINENO: checking $ac_header usability" >&5
16035echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 15999echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
16036cat >conftest.$ac_ext <<_ACEOF 16000cat >conftest.$ac_ext <<_ACEOF
16037#line $LINENO "configure"
16038/* confdefs.h. */ 16001/* confdefs.h. */
16039_ACEOF 16002_ACEOF
16040cat confdefs.h >>conftest.$ac_ext 16003cat confdefs.h >>conftest.$ac_ext
@@ -16049,7 +16012,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16049 ac_status=$? 16012 ac_status=$?
16050 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16051 (exit $ac_status); } && 16014 (exit $ac_status); } &&
16052 { ac_try='test -s conftest.$ac_objext' 16015 { ac_try='test -s conftest.$ac_objext'
16053 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16016 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16054 (eval $ac_try) 2>&5 16017 (eval $ac_try) 2>&5
16055 ac_status=$? 16018 ac_status=$?
@@ -16070,7 +16033,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
16070echo "$as_me:$LINENO: checking $ac_header presence" >&5 16033echo "$as_me:$LINENO: checking $ac_header presence" >&5
16071echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 16034echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
16072cat >conftest.$ac_ext <<_ACEOF 16035cat >conftest.$ac_ext <<_ACEOF
16073#line $LINENO "configure"
16074/* confdefs.h. */ 16036/* confdefs.h. */
16075_ACEOF 16037_ACEOF
16076cat confdefs.h >>conftest.$ac_ext 16038cat confdefs.h >>conftest.$ac_ext
@@ -16111,29 +16073,28 @@ case $ac_header_compiler:$ac_header_preproc in
16111 yes:no ) 16073 yes:no )
16112 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 16074 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16113echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 16075echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16114 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 16076 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16115echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 16077echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16116 ( 16078 ac_header_preproc=yes
16117 cat <<\_ASBOX
16118## ------------------------------------ ##
16119## Report this to bug-autoconf@gnu.org. ##
16120## ------------------------------------ ##
16121_ASBOX
16122 ) |
16123 sed "s/^/$as_me: WARNING: /" >&2
16124 ;; 16079 ;;
16125 no:yes ) 16080 no:yes )
16126 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 16081 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16127echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 16082echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16128 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 16083 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16129echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 16084echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16085 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16086echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16087 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16088echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16130 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 16089 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16131echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 16090echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16091 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16092echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16132 ( 16093 (
16133 cat <<\_ASBOX 16094 cat <<\_ASBOX
16134## ------------------------------------ ## 16095## ------------------------------------------ ##
16135## Report this to bug-autoconf@gnu.org. ## 16096## Report this to the AC_PACKAGE_NAME lists. ##
16136## ------------------------------------ ## 16097## ------------------------------------------ ##
16137_ASBOX 16098_ASBOX
16138 ) | 16099 ) |
16139 sed "s/^/$as_me: WARNING: /" >&2 16100 sed "s/^/$as_me: WARNING: /" >&2
@@ -16144,7 +16105,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16144if eval "test \"\${$as_ac_Header+set}\" = set"; then 16105if eval "test \"\${$as_ac_Header+set}\" = set"; then
16145 echo $ECHO_N "(cached) $ECHO_C" >&6 16106 echo $ECHO_N "(cached) $ECHO_C" >&6
16146else 16107else
16147 eval "$as_ac_Header=$ac_header_preproc" 16108 eval "$as_ac_Header=\$ac_header_preproc"
16148fi 16109fi
16149echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 16110echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16150echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 16111echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -16173,7 +16134,6 @@ else
16173echo "$as_me:$LINENO: checking $ac_header usability" >&5 16134echo "$as_me:$LINENO: checking $ac_header usability" >&5
16174echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 16135echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
16175cat >conftest.$ac_ext <<_ACEOF 16136cat >conftest.$ac_ext <<_ACEOF
16176#line $LINENO "configure"
16177/* confdefs.h. */ 16137/* confdefs.h. */
16178_ACEOF 16138_ACEOF
16179cat confdefs.h >>conftest.$ac_ext 16139cat confdefs.h >>conftest.$ac_ext
@@ -16188,7 +16148,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16188 ac_status=$? 16148 ac_status=$?
16189 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16190 (exit $ac_status); } && 16150 (exit $ac_status); } &&
16191 { ac_try='test -s conftest.$ac_objext' 16151 { ac_try='test -s conftest.$ac_objext'
16192 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16152 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16193 (eval $ac_try) 2>&5 16153 (eval $ac_try) 2>&5
16194 ac_status=$? 16154 ac_status=$?
@@ -16209,7 +16169,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
16209echo "$as_me:$LINENO: checking $ac_header presence" >&5 16169echo "$as_me:$LINENO: checking $ac_header presence" >&5
16210echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 16170echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
16211cat >conftest.$ac_ext <<_ACEOF 16171cat >conftest.$ac_ext <<_ACEOF
16212#line $LINENO "configure"
16213/* confdefs.h. */ 16172/* confdefs.h. */
16214_ACEOF 16173_ACEOF
16215cat confdefs.h >>conftest.$ac_ext 16174cat confdefs.h >>conftest.$ac_ext
@@ -16250,29 +16209,28 @@ case $ac_header_compiler:$ac_header_preproc in
16250 yes:no ) 16209 yes:no )
16251 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 16210 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16252echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 16211echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16253 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 16212 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16254echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 16213echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16255 ( 16214 ac_header_preproc=yes
16256 cat <<\_ASBOX
16257## ------------------------------------ ##
16258## Report this to bug-autoconf@gnu.org. ##
16259## ------------------------------------ ##
16260_ASBOX
16261 ) |
16262 sed "s/^/$as_me: WARNING: /" >&2
16263 ;; 16215 ;;
16264 no:yes ) 16216 no:yes )
16265 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 16217 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16266echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 16218echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16267 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 16219 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16268echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 16220echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16221 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16222echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16223 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16224echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16269 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 16225 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16270echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 16226echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16227 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16228echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16271 ( 16229 (
16272 cat <<\_ASBOX 16230 cat <<\_ASBOX
16273## ------------------------------------ ## 16231## ------------------------------------------ ##
16274## Report this to bug-autoconf@gnu.org. ## 16232## Report this to the AC_PACKAGE_NAME lists. ##
16275## ------------------------------------ ## 16233## ------------------------------------------ ##
16276_ASBOX 16234_ASBOX
16277 ) | 16235 ) |
16278 sed "s/^/$as_me: WARNING: /" >&2 16236 sed "s/^/$as_me: WARNING: /" >&2
@@ -16283,7 +16241,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16283if eval "test \"\${$as_ac_Header+set}\" = set"; then 16241if eval "test \"\${$as_ac_Header+set}\" = set"; then
16284 echo $ECHO_N "(cached) $ECHO_C" >&6 16242 echo $ECHO_N "(cached) $ECHO_C" >&6
16285else 16243else
16286 eval "$as_ac_Header=$ac_header_preproc" 16244 eval "$as_ac_Header=\$ac_header_preproc"
16287fi 16245fi
16288echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 16246echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16289echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 16247echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -16324,7 +16282,6 @@ else
16324echo "$as_me:$LINENO: checking $ac_header usability" >&5 16282echo "$as_me:$LINENO: checking $ac_header usability" >&5
16325echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 16283echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
16326cat >conftest.$ac_ext <<_ACEOF 16284cat >conftest.$ac_ext <<_ACEOF
16327#line $LINENO "configure"
16328/* confdefs.h. */ 16285/* confdefs.h. */
16329_ACEOF 16286_ACEOF
16330cat confdefs.h >>conftest.$ac_ext 16287cat confdefs.h >>conftest.$ac_ext
@@ -16339,7 +16296,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16339 ac_status=$? 16296 ac_status=$?
16340 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16341 (exit $ac_status); } && 16298 (exit $ac_status); } &&
16342 { ac_try='test -s conftest.$ac_objext' 16299 { ac_try='test -s conftest.$ac_objext'
16343 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16300 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16344 (eval $ac_try) 2>&5 16301 (eval $ac_try) 2>&5
16345 ac_status=$? 16302 ac_status=$?
@@ -16360,7 +16317,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
16360echo "$as_me:$LINENO: checking $ac_header presence" >&5 16317echo "$as_me:$LINENO: checking $ac_header presence" >&5
16361echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 16318echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
16362cat >conftest.$ac_ext <<_ACEOF 16319cat >conftest.$ac_ext <<_ACEOF
16363#line $LINENO "configure"
16364/* confdefs.h. */ 16320/* confdefs.h. */
16365_ACEOF 16321_ACEOF
16366cat confdefs.h >>conftest.$ac_ext 16322cat confdefs.h >>conftest.$ac_ext
@@ -16401,29 +16357,28 @@ case $ac_header_compiler:$ac_header_preproc in
16401 yes:no ) 16357 yes:no )
16402 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 16358 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16403echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 16359echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16404 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 16360 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16405echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 16361echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16406 ( 16362 ac_header_preproc=yes
16407 cat <<\_ASBOX
16408## ------------------------------------ ##
16409## Report this to bug-autoconf@gnu.org. ##
16410## ------------------------------------ ##
16411_ASBOX
16412 ) |
16413 sed "s/^/$as_me: WARNING: /" >&2
16414 ;; 16363 ;;
16415 no:yes ) 16364 no:yes )
16416 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 16365 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16417echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 16366echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16418 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 16367 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16419echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 16368echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16369 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16370echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16371 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16372echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16420 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 16373 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16421echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 16374echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16375 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16376echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16422 ( 16377 (
16423 cat <<\_ASBOX 16378 cat <<\_ASBOX
16424## ------------------------------------ ## 16379## ------------------------------------------ ##
16425## Report this to bug-autoconf@gnu.org. ## 16380## Report this to the AC_PACKAGE_NAME lists. ##
16426## ------------------------------------ ## 16381## ------------------------------------------ ##
16427_ASBOX 16382_ASBOX
16428 ) | 16383 ) |
16429 sed "s/^/$as_me: WARNING: /" >&2 16384 sed "s/^/$as_me: WARNING: /" >&2
@@ -16434,7 +16389,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16434if eval "test \"\${$as_ac_Header+set}\" = set"; then 16389if eval "test \"\${$as_ac_Header+set}\" = set"; then
16435 echo $ECHO_N "(cached) $ECHO_C" >&6 16390 echo $ECHO_N "(cached) $ECHO_C" >&6
16436else 16391else
16437 eval "$as_ac_Header=$ac_header_preproc" 16392 eval "$as_ac_Header=\$ac_header_preproc"
16438fi 16393fi
16439echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 16394echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16440echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 16395echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -16462,7 +16417,6 @@ else
16462 ac_check_lib_save_LIBS=$LIBS 16417 ac_check_lib_save_LIBS=$LIBS
16463LIBS="-lintl $LIBS" 16418LIBS="-lintl $LIBS"
16464cat >conftest.$ac_ext <<_ACEOF 16419cat >conftest.$ac_ext <<_ACEOF
16465#line $LINENO "configure"
16466/* confdefs.h. */ 16420/* confdefs.h. */
16467_ACEOF 16421_ACEOF
16468cat confdefs.h >>conftest.$ac_ext 16422cat confdefs.h >>conftest.$ac_ext
@@ -16490,7 +16444,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16490 ac_status=$? 16444 ac_status=$?
16491 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16492 (exit $ac_status); } && 16446 (exit $ac_status); } &&
16493 { ac_try='test -s conftest$ac_exeext' 16447 { ac_try='test -s conftest$ac_exeext'
16494 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16448 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16495 (eval $ac_try) 2>&5 16449 (eval $ac_try) 2>&5
16496 ac_status=$? 16450 ac_status=$?
@@ -16529,7 +16483,6 @@ if test "$cross_compiling" = yes; then
16529emacs_cv_localtime_cache=yes 16483emacs_cv_localtime_cache=yes
16530else 16484else
16531 cat >conftest.$ac_ext <<_ACEOF 16485 cat >conftest.$ac_ext <<_ACEOF
16532#line $LINENO "configure"
16533/* confdefs.h. */ 16486/* confdefs.h. */
16534_ACEOF 16487_ACEOF
16535cat confdefs.h >>conftest.$ac_ext 16488cat confdefs.h >>conftest.$ac_ext
@@ -16614,21 +16567,28 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
16614 echo $ECHO_N "(cached) $ECHO_C" >&6 16567 echo $ECHO_N "(cached) $ECHO_C" >&6
16615else 16568else
16616 cat >conftest.$ac_ext <<_ACEOF 16569 cat >conftest.$ac_ext <<_ACEOF
16617#line $LINENO "configure"
16618/* confdefs.h. */ 16570/* confdefs.h. */
16619_ACEOF 16571_ACEOF
16620cat confdefs.h >>conftest.$ac_ext 16572cat confdefs.h >>conftest.$ac_ext
16621cat >>conftest.$ac_ext <<_ACEOF 16573cat >>conftest.$ac_ext <<_ACEOF
16622/* end confdefs.h. */ 16574/* end confdefs.h. */
16575/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
16576 For example, HP-UX 11i <limits.h> declares gettimeofday. */
16577#define $ac_func innocuous_$ac_func
16578
16623/* System header to define __stub macros and hopefully few prototypes, 16579/* System header to define __stub macros and hopefully few prototypes,
16624 which can conflict with char $ac_func (); below. 16580 which can conflict with char $ac_func (); below.
16625 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 16581 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16626 <limits.h> exists even on freestanding compilers. */ 16582 <limits.h> exists even on freestanding compilers. */
16583
16627#ifdef __STDC__ 16584#ifdef __STDC__
16628# include <limits.h> 16585# include <limits.h>
16629#else 16586#else
16630# include <assert.h> 16587# include <assert.h>
16631#endif 16588#endif
16589
16590#undef $ac_func
16591
16632/* Override any gcc2 internal prototype to avoid an error. */ 16592/* Override any gcc2 internal prototype to avoid an error. */
16633#ifdef __cplusplus 16593#ifdef __cplusplus
16634extern "C" 16594extern "C"
@@ -16663,7 +16623,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16663 ac_status=$? 16623 ac_status=$?
16664 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16665 (exit $ac_status); } && 16625 (exit $ac_status); } &&
16666 { ac_try='test -s conftest$ac_exeext' 16626 { ac_try='test -s conftest$ac_exeext'
16667 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16627 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16668 (eval $ac_try) 2>&5 16628 (eval $ac_try) 2>&5
16669 ac_status=$? 16629 ac_status=$?
@@ -16695,7 +16655,6 @@ if test "${emacs_cv_gettimeofday_two_arguments+set}" = set; then
16695 echo $ECHO_N "(cached) $ECHO_C" >&6 16655 echo $ECHO_N "(cached) $ECHO_C" >&6
16696else 16656else
16697 cat >conftest.$ac_ext <<_ACEOF 16657 cat >conftest.$ac_ext <<_ACEOF
16698#line $LINENO "configure"
16699/* confdefs.h. */ 16658/* confdefs.h. */
16700_ACEOF 16659_ACEOF
16701cat confdefs.h >>conftest.$ac_ext 16660cat confdefs.h >>conftest.$ac_ext
@@ -16727,7 +16686,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16727 ac_status=$? 16686 ac_status=$?
16728 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16729 (exit $ac_status); } && 16688 (exit $ac_status); } &&
16730 { ac_try='test -s conftest.$ac_objext' 16689 { ac_try='test -s conftest.$ac_objext'
16731 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16690 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16732 (eval $ac_try) 2>&5 16691 (eval $ac_try) 2>&5
16733 ac_status=$? 16692 ac_status=$?
@@ -16761,7 +16720,6 @@ if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then
16761 echo $ECHO_N "(cached) $ECHO_C" >&6 16720 echo $ECHO_N "(cached) $ECHO_C" >&6
16762else 16721else
16763 cat >conftest.$ac_ext <<_ACEOF 16722 cat >conftest.$ac_ext <<_ACEOF
16764#line $LINENO "configure"
16765/* confdefs.h. */ 16723/* confdefs.h. */
16766_ACEOF 16724_ACEOF
16767cat confdefs.h >>conftest.$ac_ext 16725cat confdefs.h >>conftest.$ac_ext
@@ -16787,7 +16745,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16787 ac_status=$? 16745 ac_status=$?
16788 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16789 (exit $ac_status); } && 16747 (exit $ac_status); } &&
16790 { ac_try='test -s conftest.$ac_objext' 16748 { ac_try='test -s conftest.$ac_objext'
16791 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16749 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16792 (eval $ac_try) 2>&5 16750 (eval $ac_try) 2>&5
16793 ac_status=$? 16751 ac_status=$?
@@ -16799,7 +16757,6 @@ else
16799sed 's/^/| /' conftest.$ac_ext >&5 16757sed 's/^/| /' conftest.$ac_ext >&5
16800 16758
16801cat >conftest.$ac_ext <<_ACEOF 16759cat >conftest.$ac_ext <<_ACEOF
16802#line $LINENO "configure"
16803/* confdefs.h. */ 16760/* confdefs.h. */
16804_ACEOF 16761_ACEOF
16805cat confdefs.h >>conftest.$ac_ext 16762cat confdefs.h >>conftest.$ac_ext
@@ -16825,7 +16782,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16825 ac_status=$? 16782 ac_status=$?
16826 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16827 (exit $ac_status); } && 16784 (exit $ac_status); } &&
16828 { ac_try='test -s conftest.$ac_objext' 16785 { ac_try='test -s conftest.$ac_objext'
16829 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16786 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16830 (eval $ac_try) 2>&5 16787 (eval $ac_try) 2>&5
16831 ac_status=$? 16788 ac_status=$?
@@ -16866,7 +16823,6 @@ if test "${ac_cv_var_tzname+set}" = set; then
16866 echo $ECHO_N "(cached) $ECHO_C" >&6 16823 echo $ECHO_N "(cached) $ECHO_C" >&6
16867else 16824else
16868 cat >conftest.$ac_ext <<_ACEOF 16825 cat >conftest.$ac_ext <<_ACEOF
16869#line $LINENO "configure"
16870/* confdefs.h. */ 16826/* confdefs.h. */
16871_ACEOF 16827_ACEOF
16872cat confdefs.h >>conftest.$ac_ext 16828cat confdefs.h >>conftest.$ac_ext
@@ -16891,7 +16847,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16891 ac_status=$? 16847 ac_status=$?
16892 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16893 (exit $ac_status); } && 16849 (exit $ac_status); } &&
16894 { ac_try='test -s conftest$ac_exeext' 16850 { ac_try='test -s conftest$ac_exeext'
16895 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16851 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16896 (eval $ac_try) 2>&5 16852 (eval $ac_try) 2>&5
16897 ac_status=$? 16853 ac_status=$?
@@ -16925,7 +16881,6 @@ if test "${emacs_cv_struct_timezone+set}" = set; then
16925 echo $ECHO_N "(cached) $ECHO_C" >&6 16881 echo $ECHO_N "(cached) $ECHO_C" >&6
16926else 16882else
16927 cat >conftest.$ac_ext <<_ACEOF 16883 cat >conftest.$ac_ext <<_ACEOF
16928#line $LINENO "configure"
16929/* confdefs.h. */ 16884/* confdefs.h. */
16930_ACEOF 16885_ACEOF
16931cat confdefs.h >>conftest.$ac_ext 16886cat confdefs.h >>conftest.$ac_ext
@@ -16946,7 +16901,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16946 ac_status=$? 16901 ac_status=$?
16947 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16948 (exit $ac_status); } && 16903 (exit $ac_status); } &&
16949 { ac_try='test -s conftest.$ac_objext' 16904 { ac_try='test -s conftest.$ac_objext'
16950 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16905 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16951 (eval $ac_try) 2>&5 16906 (eval $ac_try) 2>&5
16952 ac_status=$? 16907 ac_status=$?
@@ -16956,7 +16911,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16956 emacs_cv_struct_timezone=yes 16911 emacs_cv_struct_timezone=yes
16957else 16912else
16958 cat >conftest.$ac_ext <<_ACEOF 16913 cat >conftest.$ac_ext <<_ACEOF
16959#line $LINENO "configure"
16960/* confdefs.h. */ 16914/* confdefs.h. */
16961_ACEOF 16915_ACEOF
16962cat confdefs.h >>conftest.$ac_ext 16916cat confdefs.h >>conftest.$ac_ext
@@ -17020,21 +16974,28 @@ if test "${ac_cv_func_socket+set}" = set; then
17020 echo $ECHO_N "(cached) $ECHO_C" >&6 16974 echo $ECHO_N "(cached) $ECHO_C" >&6
17021else 16975else
17022 cat >conftest.$ac_ext <<_ACEOF 16976 cat >conftest.$ac_ext <<_ACEOF
17023#line $LINENO "configure"
17024/* confdefs.h. */ 16977/* confdefs.h. */
17025_ACEOF 16978_ACEOF
17026cat confdefs.h >>conftest.$ac_ext 16979cat confdefs.h >>conftest.$ac_ext
17027cat >>conftest.$ac_ext <<_ACEOF 16980cat >>conftest.$ac_ext <<_ACEOF
17028/* end confdefs.h. */ 16981/* end confdefs.h. */
16982/* Define socket to an innocuous variant, in case <limits.h> declares socket.
16983 For example, HP-UX 11i <limits.h> declares gettimeofday. */
16984#define socket innocuous_socket
16985
17029/* System header to define __stub macros and hopefully few prototypes, 16986/* System header to define __stub macros and hopefully few prototypes,
17030 which can conflict with char socket (); below. 16987 which can conflict with char socket (); below.
17031 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 16988 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17032 <limits.h> exists even on freestanding compilers. */ 16989 <limits.h> exists even on freestanding compilers. */
16990
17033#ifdef __STDC__ 16991#ifdef __STDC__
17034# include <limits.h> 16992# include <limits.h>
17035#else 16993#else
17036# include <assert.h> 16994# include <assert.h>
17037#endif 16995#endif
16996
16997#undef socket
16998
17038/* Override any gcc2 internal prototype to avoid an error. */ 16999/* Override any gcc2 internal prototype to avoid an error. */
17039#ifdef __cplusplus 17000#ifdef __cplusplus
17040extern "C" 17001extern "C"
@@ -17069,7 +17030,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17069 ac_status=$? 17030 ac_status=$?
17070 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17071 (exit $ac_status); } && 17032 (exit $ac_status); } &&
17072 { ac_try='test -s conftest$ac_exeext' 17033 { ac_try='test -s conftest$ac_exeext'
17073 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17034 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17074 (eval $ac_try) 2>&5 17035 (eval $ac_try) 2>&5
17075 ac_status=$? 17036 ac_status=$?
@@ -17106,7 +17067,6 @@ else
17106echo "$as_me:$LINENO: checking netinet/in.h usability" >&5 17067echo "$as_me:$LINENO: checking netinet/in.h usability" >&5
17107echo $ECHO_N "checking netinet/in.h usability... $ECHO_C" >&6 17068echo $ECHO_N "checking netinet/in.h usability... $ECHO_C" >&6
17108cat >conftest.$ac_ext <<_ACEOF 17069cat >conftest.$ac_ext <<_ACEOF
17109#line $LINENO "configure"
17110/* confdefs.h. */ 17070/* confdefs.h. */
17111_ACEOF 17071_ACEOF
17112cat confdefs.h >>conftest.$ac_ext 17072cat confdefs.h >>conftest.$ac_ext
@@ -17121,7 +17081,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17121 ac_status=$? 17081 ac_status=$?
17122 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17123 (exit $ac_status); } && 17083 (exit $ac_status); } &&
17124 { ac_try='test -s conftest.$ac_objext' 17084 { ac_try='test -s conftest.$ac_objext'
17125 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17085 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17126 (eval $ac_try) 2>&5 17086 (eval $ac_try) 2>&5
17127 ac_status=$? 17087 ac_status=$?
@@ -17142,7 +17102,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
17142echo "$as_me:$LINENO: checking netinet/in.h presence" >&5 17102echo "$as_me:$LINENO: checking netinet/in.h presence" >&5
17143echo $ECHO_N "checking netinet/in.h presence... $ECHO_C" >&6 17103echo $ECHO_N "checking netinet/in.h presence... $ECHO_C" >&6
17144cat >conftest.$ac_ext <<_ACEOF 17104cat >conftest.$ac_ext <<_ACEOF
17145#line $LINENO "configure"
17146/* confdefs.h. */ 17105/* confdefs.h. */
17147_ACEOF 17106_ACEOF
17148cat confdefs.h >>conftest.$ac_ext 17107cat confdefs.h >>conftest.$ac_ext
@@ -17183,29 +17142,28 @@ case $ac_header_compiler:$ac_header_preproc in
17183 yes:no ) 17142 yes:no )
17184 { echo "$as_me:$LINENO: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&5 17143 { echo "$as_me:$LINENO: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&5
17185echo "$as_me: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 17144echo "$as_me: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
17186 { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&5 17145 { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the compiler's result" >&5
17187echo "$as_me: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&2;} 17146echo "$as_me: WARNING: netinet/in.h: proceeding with the compiler's result" >&2;}
17188 ( 17147 ac_header_preproc=yes
17189 cat <<\_ASBOX
17190## ------------------------------------ ##
17191## Report this to bug-autoconf@gnu.org. ##
17192## ------------------------------------ ##
17193_ASBOX
17194 ) |
17195 sed "s/^/$as_me: WARNING: /" >&2
17196 ;; 17148 ;;
17197 no:yes ) 17149 no:yes )
17198 { echo "$as_me:$LINENO: WARNING: netinet/in.h: present but cannot be compiled" >&5 17150 { echo "$as_me:$LINENO: WARNING: netinet/in.h: present but cannot be compiled" >&5
17199echo "$as_me: WARNING: netinet/in.h: present but cannot be compiled" >&2;} 17151echo "$as_me: WARNING: netinet/in.h: present but cannot be compiled" >&2;}
17200 { echo "$as_me:$LINENO: WARNING: netinet/in.h: check for missing prerequisite headers?" >&5 17152 { echo "$as_me:$LINENO: WARNING: netinet/in.h: check for missing prerequisite headers?" >&5
17201echo "$as_me: WARNING: netinet/in.h: check for missing prerequisite headers?" >&2;} 17153echo "$as_me: WARNING: netinet/in.h: check for missing prerequisite headers?" >&2;}
17154 { echo "$as_me:$LINENO: WARNING: netinet/in.h: see the Autoconf documentation" >&5
17155echo "$as_me: WARNING: netinet/in.h: see the Autoconf documentation" >&2;}
17156 { echo "$as_me:$LINENO: WARNING: netinet/in.h: section \"Present But Cannot Be Compiled\"" >&5
17157echo "$as_me: WARNING: netinet/in.h: section \"Present But Cannot Be Compiled\"" >&2;}
17202 { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&5 17158 { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&5
17203echo "$as_me: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&2;} 17159echo "$as_me: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&2;}
17160 { echo "$as_me:$LINENO: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&5
17161echo "$as_me: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&2;}
17204 ( 17162 (
17205 cat <<\_ASBOX 17163 cat <<\_ASBOX
17206## ------------------------------------ ## 17164## ------------------------------------------ ##
17207## Report this to bug-autoconf@gnu.org. ## 17165## Report this to the AC_PACKAGE_NAME lists. ##
17208## ------------------------------------ ## 17166## ------------------------------------------ ##
17209_ASBOX 17167_ASBOX
17210 ) | 17168 ) |
17211 sed "s/^/$as_me: WARNING: /" >&2 17169 sed "s/^/$as_me: WARNING: /" >&2
@@ -17244,7 +17202,6 @@ else
17244echo "$as_me:$LINENO: checking arpa/inet.h usability" >&5 17202echo "$as_me:$LINENO: checking arpa/inet.h usability" >&5
17245echo $ECHO_N "checking arpa/inet.h usability... $ECHO_C" >&6 17203echo $ECHO_N "checking arpa/inet.h usability... $ECHO_C" >&6
17246cat >conftest.$ac_ext <<_ACEOF 17204cat >conftest.$ac_ext <<_ACEOF
17247#line $LINENO "configure"
17248/* confdefs.h. */ 17205/* confdefs.h. */
17249_ACEOF 17206_ACEOF
17250cat confdefs.h >>conftest.$ac_ext 17207cat confdefs.h >>conftest.$ac_ext
@@ -17259,7 +17216,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17259 ac_status=$? 17216 ac_status=$?
17260 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17261 (exit $ac_status); } && 17218 (exit $ac_status); } &&
17262 { ac_try='test -s conftest.$ac_objext' 17219 { ac_try='test -s conftest.$ac_objext'
17263 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17220 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17264 (eval $ac_try) 2>&5 17221 (eval $ac_try) 2>&5
17265 ac_status=$? 17222 ac_status=$?
@@ -17280,7 +17237,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
17280echo "$as_me:$LINENO: checking arpa/inet.h presence" >&5 17237echo "$as_me:$LINENO: checking arpa/inet.h presence" >&5
17281echo $ECHO_N "checking arpa/inet.h presence... $ECHO_C" >&6 17238echo $ECHO_N "checking arpa/inet.h presence... $ECHO_C" >&6
17282cat >conftest.$ac_ext <<_ACEOF 17239cat >conftest.$ac_ext <<_ACEOF
17283#line $LINENO "configure"
17284/* confdefs.h. */ 17240/* confdefs.h. */
17285_ACEOF 17241_ACEOF
17286cat confdefs.h >>conftest.$ac_ext 17242cat confdefs.h >>conftest.$ac_ext
@@ -17321,29 +17277,28 @@ case $ac_header_compiler:$ac_header_preproc in
17321 yes:no ) 17277 yes:no )
17322 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&5 17278 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&5
17323echo "$as_me: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 17279echo "$as_me: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
17324 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&5 17280 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the compiler's result" >&5
17325echo "$as_me: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&2;} 17281echo "$as_me: WARNING: arpa/inet.h: proceeding with the compiler's result" >&2;}
17326 ( 17282 ac_header_preproc=yes
17327 cat <<\_ASBOX
17328## ------------------------------------ ##
17329## Report this to bug-autoconf@gnu.org. ##
17330## ------------------------------------ ##
17331_ASBOX
17332 ) |
17333 sed "s/^/$as_me: WARNING: /" >&2
17334 ;; 17283 ;;
17335 no:yes ) 17284 no:yes )
17336 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: present but cannot be compiled" >&5 17285 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: present but cannot be compiled" >&5
17337echo "$as_me: WARNING: arpa/inet.h: present but cannot be compiled" >&2;} 17286echo "$as_me: WARNING: arpa/inet.h: present but cannot be compiled" >&2;}
17338 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&5 17287 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&5
17339echo "$as_me: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&2;} 17288echo "$as_me: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&2;}
17289 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: see the Autoconf documentation" >&5
17290echo "$as_me: WARNING: arpa/inet.h: see the Autoconf documentation" >&2;}
17291 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: section \"Present But Cannot Be Compiled\"" >&5
17292echo "$as_me: WARNING: arpa/inet.h: section \"Present But Cannot Be Compiled\"" >&2;}
17340 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&5 17293 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&5
17341echo "$as_me: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&2;} 17294echo "$as_me: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&2;}
17295 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&5
17296echo "$as_me: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&2;}
17342 ( 17297 (
17343 cat <<\_ASBOX 17298 cat <<\_ASBOX
17344## ------------------------------------ ## 17299## ------------------------------------------ ##
17345## Report this to bug-autoconf@gnu.org. ## 17300## Report this to the AC_PACKAGE_NAME lists. ##
17346## ------------------------------------ ## 17301## ------------------------------------------ ##
17347_ASBOX 17302_ASBOX
17348 ) | 17303 ) |
17349 sed "s/^/$as_me: WARNING: /" >&2 17304 sed "s/^/$as_me: WARNING: /" >&2
@@ -17405,7 +17360,6 @@ if test "${ac_cv_type_pid_t+set}" = set; then
17405 echo $ECHO_N "(cached) $ECHO_C" >&6 17360 echo $ECHO_N "(cached) $ECHO_C" >&6
17406else 17361else
17407 cat >conftest.$ac_ext <<_ACEOF 17362 cat >conftest.$ac_ext <<_ACEOF
17408#line $LINENO "configure"
17409/* confdefs.h. */ 17363/* confdefs.h. */
17410_ACEOF 17364_ACEOF
17411cat confdefs.h >>conftest.$ac_ext 17365cat confdefs.h >>conftest.$ac_ext
@@ -17429,7 +17383,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17429 ac_status=$? 17383 ac_status=$?
17430 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17431 (exit $ac_status); } && 17385 (exit $ac_status); } &&
17432 { ac_try='test -s conftest.$ac_objext' 17386 { ac_try='test -s conftest.$ac_objext'
17433 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17387 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17434 (eval $ac_try) 2>&5 17388 (eval $ac_try) 2>&5
17435 ac_status=$? 17389 ac_status=$?
@@ -17474,7 +17428,6 @@ else
17474echo "$as_me:$LINENO: checking $ac_header usability" >&5 17428echo "$as_me:$LINENO: checking $ac_header usability" >&5
17475echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 17429echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
17476cat >conftest.$ac_ext <<_ACEOF 17430cat >conftest.$ac_ext <<_ACEOF
17477#line $LINENO "configure"
17478/* confdefs.h. */ 17431/* confdefs.h. */
17479_ACEOF 17432_ACEOF
17480cat confdefs.h >>conftest.$ac_ext 17433cat confdefs.h >>conftest.$ac_ext
@@ -17489,7 +17442,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17489 ac_status=$? 17442 ac_status=$?
17490 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17443 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17491 (exit $ac_status); } && 17444 (exit $ac_status); } &&
17492 { ac_try='test -s conftest.$ac_objext' 17445 { ac_try='test -s conftest.$ac_objext'
17493 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17446 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17494 (eval $ac_try) 2>&5 17447 (eval $ac_try) 2>&5
17495 ac_status=$? 17448 ac_status=$?
@@ -17510,7 +17463,6 @@ echo "${ECHO_T}$ac_header_compiler" >&6
17510echo "$as_me:$LINENO: checking $ac_header presence" >&5 17463echo "$as_me:$LINENO: checking $ac_header presence" >&5
17511echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 17464echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
17512cat >conftest.$ac_ext <<_ACEOF 17465cat >conftest.$ac_ext <<_ACEOF
17513#line $LINENO "configure"
17514/* confdefs.h. */ 17466/* confdefs.h. */
17515_ACEOF 17467_ACEOF
17516cat confdefs.h >>conftest.$ac_ext 17468cat confdefs.h >>conftest.$ac_ext
@@ -17551,29 +17503,28 @@ case $ac_header_compiler:$ac_header_preproc in
17551 yes:no ) 17503 yes:no )
17552 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 17504 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
17553echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 17505echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
17554 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 17506 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
17555echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 17507echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
17556 ( 17508 ac_header_preproc=yes
17557 cat <<\_ASBOX
17558## ------------------------------------ ##
17559## Report this to bug-autoconf@gnu.org. ##
17560## ------------------------------------ ##
17561_ASBOX
17562 ) |
17563 sed "s/^/$as_me: WARNING: /" >&2
17564 ;; 17509 ;;
17565 no:yes ) 17510 no:yes )
17566 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 17511 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
17567echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 17512echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
17568 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 17513 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
17569echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 17514echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
17515 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
17516echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
17517 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
17518echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
17570 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 17519 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
17571echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 17520echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
17521 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
17522echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
17572 ( 17523 (
17573 cat <<\_ASBOX 17524 cat <<\_ASBOX
17574## ------------------------------------ ## 17525## ------------------------------------------ ##
17575## Report this to bug-autoconf@gnu.org. ## 17526## Report this to the AC_PACKAGE_NAME lists. ##
17576## ------------------------------------ ## 17527## ------------------------------------------ ##
17577_ASBOX 17528_ASBOX
17578 ) | 17529 ) |
17579 sed "s/^/$as_me: WARNING: /" >&2 17530 sed "s/^/$as_me: WARNING: /" >&2
@@ -17584,7 +17535,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
17584if eval "test \"\${$as_ac_Header+set}\" = set"; then 17535if eval "test \"\${$as_ac_Header+set}\" = set"; then
17585 echo $ECHO_N "(cached) $ECHO_C" >&6 17536 echo $ECHO_N "(cached) $ECHO_C" >&6
17586else 17537else
17587 eval "$as_ac_Header=$ac_header_preproc" 17538 eval "$as_ac_Header=\$ac_header_preproc"
17588fi 17539fi
17589echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 17540echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
17590echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 17541echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -17610,21 +17561,28 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
17610 echo $ECHO_N "(cached) $ECHO_C" >&6 17561 echo $ECHO_N "(cached) $ECHO_C" >&6
17611else 17562else
17612 cat >conftest.$ac_ext <<_ACEOF 17563 cat >conftest.$ac_ext <<_ACEOF
17613#line $LINENO "configure"
17614/* confdefs.h. */ 17564/* confdefs.h. */
17615_ACEOF 17565_ACEOF
17616cat confdefs.h >>conftest.$ac_ext 17566cat confdefs.h >>conftest.$ac_ext
17617cat >>conftest.$ac_ext <<_ACEOF 17567cat >>conftest.$ac_ext <<_ACEOF
17618/* end confdefs.h. */ 17568/* end confdefs.h. */
17569/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17570 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17571#define $ac_func innocuous_$ac_func
17572
17619/* System header to define __stub macros and hopefully few prototypes, 17573/* System header to define __stub macros and hopefully few prototypes,
17620 which can conflict with char $ac_func (); below. 17574 which can conflict with char $ac_func (); below.
17621 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 17575 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17622 <limits.h> exists even on freestanding compilers. */ 17576 <limits.h> exists even on freestanding compilers. */
17577
17623#ifdef __STDC__ 17578#ifdef __STDC__
17624# include <limits.h> 17579# include <limits.h>
17625#else 17580#else
17626# include <assert.h> 17581# include <assert.h>
17627#endif 17582#endif
17583
17584#undef $ac_func
17585
17628/* Override any gcc2 internal prototype to avoid an error. */ 17586/* Override any gcc2 internal prototype to avoid an error. */
17629#ifdef __cplusplus 17587#ifdef __cplusplus
17630extern "C" 17588extern "C"
@@ -17659,7 +17617,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17659 ac_status=$? 17617 ac_status=$?
17660 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17661 (exit $ac_status); } && 17619 (exit $ac_status); } &&
17662 { ac_try='test -s conftest$ac_exeext' 17620 { ac_try='test -s conftest$ac_exeext'
17663 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17621 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17664 (eval $ac_try) 2>&5 17622 (eval $ac_try) 2>&5
17665 ac_status=$? 17623 ac_status=$?
@@ -17702,9 +17660,9 @@ else
17702 /* Some systems only have a dummy stub for fork() */ 17660 /* Some systems only have a dummy stub for fork() */
17703 int main () 17661 int main ()
17704 { 17662 {
17705 if (fork() < 0) 17663 if (fork() < 0)
17706 exit (1); 17664 exit (1);
17707 exit (0); 17665 exit (0);
17708 } 17666 }
17709_ACEOF 17667_ACEOF
17710rm -f conftest$ac_exeext 17668rm -f conftest$ac_exeext
@@ -17760,7 +17718,6 @@ else
17760 ac_cv_func_vfork_works=cross 17718 ac_cv_func_vfork_works=cross
17761else 17719else
17762 cat >conftest.$ac_ext <<_ACEOF 17720 cat >conftest.$ac_ext <<_ACEOF
17763#line $LINENO "configure"
17764/* confdefs.h. */ 17721/* confdefs.h. */
17765_ACEOF 17722_ACEOF
17766cat confdefs.h >>conftest.$ac_ext 17723cat confdefs.h >>conftest.$ac_ext
@@ -17923,7 +17880,6 @@ if test "${emacs_cv_langinfo_codeset+set}" = set; then
17923 echo $ECHO_N "(cached) $ECHO_C" >&6 17880 echo $ECHO_N "(cached) $ECHO_C" >&6
17924else 17881else
17925 cat >conftest.$ac_ext <<_ACEOF 17882 cat >conftest.$ac_ext <<_ACEOF
17926#line $LINENO "configure"
17927/* confdefs.h. */ 17883/* confdefs.h. */
17928_ACEOF 17884_ACEOF
17929cat confdefs.h >>conftest.$ac_ext 17885cat confdefs.h >>conftest.$ac_ext
@@ -17944,7 +17900,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17944 ac_status=$? 17900 ac_status=$?
17945 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17946 (exit $ac_status); } && 17902 (exit $ac_status); } &&
17947 { ac_try='test -s conftest$ac_exeext' 17903 { ac_try='test -s conftest$ac_exeext'
17948 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17904 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17949 (eval $ac_try) 2>&5 17905 (eval $ac_try) 2>&5
17950 ac_status=$? 17906 ac_status=$?
@@ -17976,7 +17932,6 @@ if test "${ac_cv_type_size_t+set}" = set; then
17976 echo $ECHO_N "(cached) $ECHO_C" >&6 17932 echo $ECHO_N "(cached) $ECHO_C" >&6
17977else 17933else
17978 cat >conftest.$ac_ext <<_ACEOF 17934 cat >conftest.$ac_ext <<_ACEOF
17979#line $LINENO "configure"
17980/* confdefs.h. */ 17935/* confdefs.h. */
17981_ACEOF 17936_ACEOF
17982cat confdefs.h >>conftest.$ac_ext 17937cat confdefs.h >>conftest.$ac_ext
@@ -18000,7 +17955,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18000 ac_status=$? 17955 ac_status=$?
18001 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18002 (exit $ac_status); } && 17957 (exit $ac_status); } &&
18003 { ac_try='test -s conftest.$ac_objext' 17958 { ac_try='test -s conftest.$ac_objext'
18004 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17959 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18005 (eval $ac_try) 2>&5 17960 (eval $ac_try) 2>&5
18006 ac_status=$? 17961 ac_status=$?
@@ -18033,7 +17988,6 @@ if test "${ac_cv_type_mbstate_t+set}" = set; then
18033 echo $ECHO_N "(cached) $ECHO_C" >&6 17988 echo $ECHO_N "(cached) $ECHO_C" >&6
18034else 17989else
18035 cat >conftest.$ac_ext <<_ACEOF 17990 cat >conftest.$ac_ext <<_ACEOF
18036#line $LINENO "configure"
18037/* confdefs.h. */ 17991/* confdefs.h. */
18038_ACEOF 17992_ACEOF
18039cat confdefs.h >>conftest.$ac_ext 17993cat confdefs.h >>conftest.$ac_ext
@@ -18055,7 +18009,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18055 ac_status=$? 18009 ac_status=$?
18056 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18057 (exit $ac_status); } && 18011 (exit $ac_status); } &&
18058 { ac_try='test -s conftest.$ac_objext' 18012 { ac_try='test -s conftest.$ac_objext'
18059 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18013 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18060 (eval $ac_try) 2>&5 18014 (eval $ac_try) 2>&5
18061 ac_status=$? 18015 ac_status=$?
@@ -18092,7 +18046,6 @@ if test "${emacs_cv_c_restrict+set}" = set; then
18092 echo $ECHO_N "(cached) $ECHO_C" >&6 18046 echo $ECHO_N "(cached) $ECHO_C" >&6
18093else 18047else
18094 cat >conftest.$ac_ext <<_ACEOF 18048 cat >conftest.$ac_ext <<_ACEOF
18095#line $LINENO "configure"
18096/* confdefs.h. */ 18049/* confdefs.h. */
18097_ACEOF 18050_ACEOF
18098cat confdefs.h >>conftest.$ac_ext 18051cat confdefs.h >>conftest.$ac_ext
@@ -18113,7 +18066,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18113 ac_status=$? 18066 ac_status=$?
18114 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18115 (exit $ac_status); } && 18068 (exit $ac_status); } &&
18116 { ac_try='test -s conftest.$ac_objext' 18069 { ac_try='test -s conftest.$ac_objext'
18117 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18070 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18118 (eval $ac_try) 2>&5 18071 (eval $ac_try) 2>&5
18119 ac_status=$? 18072 ac_status=$?
@@ -18125,7 +18078,6 @@ else
18125sed 's/^/| /' conftest.$ac_ext >&5 18078sed 's/^/| /' conftest.$ac_ext >&5
18126 18079
18127cat >conftest.$ac_ext <<_ACEOF 18080cat >conftest.$ac_ext <<_ACEOF
18128#line $LINENO "configure"
18129/* confdefs.h. */ 18081/* confdefs.h. */
18130_ACEOF 18082_ACEOF
18131cat confdefs.h >>conftest.$ac_ext 18083cat confdefs.h >>conftest.$ac_ext
@@ -18146,7 +18098,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18146 ac_status=$? 18098 ac_status=$?
18147 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18148 (exit $ac_status); } && 18100 (exit $ac_status); } &&
18149 { ac_try='test -s conftest.$ac_objext' 18101 { ac_try='test -s conftest.$ac_objext'
18150 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18102 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18151 (eval $ac_try) 2>&5 18103 (eval $ac_try) 2>&5
18152 ac_status=$? 18104 ac_status=$?
@@ -18184,7 +18136,6 @@ if test "${emacs_cv_c_restrict_arr+set}" = set; then
18184 echo $ECHO_N "(cached) $ECHO_C" >&6 18136 echo $ECHO_N "(cached) $ECHO_C" >&6
18185else 18137else
18186 cat >conftest.$ac_ext <<_ACEOF 18138 cat >conftest.$ac_ext <<_ACEOF
18187#line $LINENO "configure"
18188/* confdefs.h. */ 18139/* confdefs.h. */
18189_ACEOF 18140_ACEOF
18190cat confdefs.h >>conftest.$ac_ext 18141cat confdefs.h >>conftest.$ac_ext
@@ -18205,7 +18156,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18205 ac_status=$? 18156 ac_status=$?
18206 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18157 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18207 (exit $ac_status); } && 18158 (exit $ac_status); } &&
18208 { ac_try='test -s conftest.$ac_objext' 18159 { ac_try='test -s conftest.$ac_objext'
18209 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18160 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18210 (eval $ac_try) 2>&5 18161 (eval $ac_try) 2>&5
18211 ac_status=$? 18162 ac_status=$?
@@ -18429,7 +18380,6 @@ test "${exec_prefix}" != NONE &&
18429## C preprocessor. 18380## C preprocessor.
18430 18381
18431cat >conftest.$ac_ext <<_ACEOF 18382cat >conftest.$ac_ext <<_ACEOF
18432#line $LINENO "configure"
18433/* confdefs.h. */ 18383/* confdefs.h. */
18434_ACEOF 18384_ACEOF
18435cat confdefs.h >>conftest.$ac_ext 18385cat confdefs.h >>conftest.$ac_ext
@@ -18476,13 +18426,13 @@ _ACEOF
18476 # `set' does not quote correctly, so add quotes (double-quote 18426 # `set' does not quote correctly, so add quotes (double-quote
18477 # substitution turns \\\\ into \\, and sed turns \\ into \). 18427 # substitution turns \\\\ into \\, and sed turns \\ into \).
18478 sed -n \ 18428 sed -n \
18479 "s/'/'\\\\''/g; 18429 "s/'/'\\\\''/g;
18480 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" 18430 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18481 ;; 18431 ;;
18482 *) 18432 *)
18483 # `set' quotes correctly as required by POSIX, so do not add quotes. 18433 # `set' quotes correctly as required by POSIX, so do not add quotes.
18484 sed -n \ 18434 sed -n \
18485 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 18435 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
18486 ;; 18436 ;;
18487 esac; 18437 esac;
18488} | 18438} |
@@ -18512,13 +18462,13 @@ test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
18512# trailing colons and then remove the whole line if VPATH becomes empty 18462# trailing colons and then remove the whole line if VPATH becomes empty
18513# (actually we leave an empty line to preserve line numbers). 18463# (actually we leave an empty line to preserve line numbers).
18514if test "x$srcdir" = x.; then 18464if test "x$srcdir" = x.; then
18515 ac_vpsub='/^[ ]*VPATH[ ]*=/{ 18465 ac_vpsub='/^[ ]*VPATH[ ]*=/{
18516s/:*\$(srcdir):*/:/; 18466s/:*\$(srcdir):*/:/;
18517s/:*\${srcdir}:*/:/; 18467s/:*\${srcdir}:*/:/;
18518s/:*@srcdir@:*/:/; 18468s/:*@srcdir@:*/:/;
18519s/^\([^=]*=[ ]*\):*/\1/; 18469s/^\([^=]*=[ ]*\):*/\1/;
18520s/:*$//; 18470s/:*$//;
18521s/^[^=]*=[ ]*$//; 18471s/^[^=]*=[ ]*$//;
18522}' 18472}'
18523fi 18473fi
18524 18474
@@ -18529,7 +18479,7 @@ ac_ltlibobjs=
18529for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 18479for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
18530 # 1. Remove the extension, and $U if already installed. 18480 # 1. Remove the extension, and $U if already installed.
18531 ac_i=`echo "$ac_i" | 18481 ac_i=`echo "$ac_i" |
18532 sed 's/\$U\././;s/\.o$//;s/\.obj$//'` 18482 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
18533 # 2. Add them. 18483 # 2. Add them.
18534 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" 18484 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
18535 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo' 18485 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
@@ -18575,7 +18525,7 @@ elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
18575fi 18525fi
18576 18526
18577# Support unset when possible. 18527# Support unset when possible.
18578if (FOO=FOO; unset FOO) >/dev/null 2>&1; then 18528if (as_foo=foo; unset as_foo) >/dev/null 2>&1; then
18579 as_unset=unset 18529 as_unset=unset
18580else 18530else
18581 as_unset=false 18531 as_unset=false
@@ -18594,7 +18544,7 @@ for as_var in \
18594 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 18544 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
18595 LC_TELEPHONE LC_TIME 18545 LC_TELEPHONE LC_TIME
18596do 18546do
18597 if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then 18547 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
18598 eval $as_var=C; export $as_var 18548 eval $as_var=C; export $as_var
18599 else 18549 else
18600 $as_unset $as_var 18550 $as_unset $as_var
@@ -18809,7 +18759,7 @@ _ASBOX
18809cat >&5 <<_CSEOF 18759cat >&5 <<_CSEOF
18810 18760
18811This file was extended by $as_me, which was 18761This file was extended by $as_me, which was
18812generated by GNU Autoconf 2.57. Invocation command line was 18762generated by GNU Autoconf 2.57a. Invocation command line was
18813 18763
18814 CONFIG_FILES = $CONFIG_FILES 18764 CONFIG_FILES = $CONFIG_FILES
18815 CONFIG_HEADERS = $CONFIG_HEADERS 18765 CONFIG_HEADERS = $CONFIG_HEADERS
@@ -18853,9 +18803,9 @@ Usage: $0 [OPTIONS] [FILE]...
18853 -d, --debug don't remove temporary files 18803 -d, --debug don't remove temporary files
18854 --recheck update $as_me by reconfiguring in the same conditions 18804 --recheck update $as_me by reconfiguring in the same conditions
18855 --file=FILE[:TEMPLATE] 18805 --file=FILE[:TEMPLATE]
18856 instantiate the configuration file FILE 18806 instantiate the configuration file FILE
18857 --header=FILE[:TEMPLATE] 18807 --header=FILE[:TEMPLATE]
18858 instantiate the configuration header FILE 18808 instantiate the configuration header FILE
18859 18809
18860Configuration files: 18810Configuration files:
18861$config_files 18811$config_files
@@ -18872,11 +18822,10 @@ _ACEOF
18872cat >>$CONFIG_STATUS <<_ACEOF 18822cat >>$CONFIG_STATUS <<_ACEOF
18873ac_cs_version="\\ 18823ac_cs_version="\\
18874config.status 18824config.status
18875configured by $0, generated by GNU Autoconf 2.57, 18825configured by $0, generated by GNU Autoconf 2.57a,
18876 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" 18826 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
18877 18827
18878Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 18828Copyright (C) 2003 Free Software Foundation, Inc.
18879Free Software Foundation, Inc.
18880This config.status script is free software; the Free Software Foundation 18829This config.status script is free software; the Free Software Foundation
18881gives unlimited permission to copy, distribute and modify it." 18830gives unlimited permission to copy, distribute and modify it."
18882srcdir=$srcdir 18831srcdir=$srcdir
@@ -19167,9 +19116,9 @@ _ACEOF
19167 (echo ':t 19116 (echo ':t
19168 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed 19117 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
19169 if test -z "$ac_sed_cmds"; then 19118 if test -z "$ac_sed_cmds"; then
19170 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" 19119 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
19171 else 19120 else
19172 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" 19121 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
19173 fi 19122 fi
19174 ac_sed_frag=`expr $ac_sed_frag + 1` 19123 ac_sed_frag=`expr $ac_sed_frag + 1`
19175 ac_beg=$ac_end 19124 ac_beg=$ac_end
@@ -19187,21 +19136,21 @@ for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
19187 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 19136 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
19188 case $ac_file in 19137 case $ac_file in
19189 - | *:- | *:-:* ) # input from stdin 19138 - | *:- | *:-:* ) # input from stdin
19190 cat >$tmp/stdin 19139 cat >$tmp/stdin
19191 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 19140 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
19192 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 19141 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
19193 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 19142 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
19194 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 19143 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
19195 * ) ac_file_in=$ac_file.in ;; 19144 * ) ac_file_in=$ac_file.in ;;
19196 esac 19145 esac
19197 19146
19198 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories. 19147 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
19199 ac_dir=`(dirname "$ac_file") 2>/dev/null || 19148 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
19200$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 19149$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19201 X"$ac_file" : 'X\(//\)[^/]' \| \ 19150 X"$ac_file" : 'X\(//\)[^/]' \| \
19202 X"$ac_file" : 'X\(//\)$' \| \ 19151 X"$ac_file" : 'X\(//\)$' \| \
19203 X"$ac_file" : 'X\(/\)' \| \ 19152 X"$ac_file" : 'X\(/\)' \| \
19204 . : '\(.\)' 2>/dev/null || 19153 . : '\(.\)' 2>/dev/null ||
19205echo X"$ac_file" | 19154echo X"$ac_file" |
19206 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 19155 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
19207 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 19156 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
@@ -19217,10 +19166,10 @@ echo X"$ac_file" |
19217 as_dirs="$as_dir $as_dirs" 19166 as_dirs="$as_dir $as_dirs"
19218 as_dir=`(dirname "$as_dir") 2>/dev/null || 19167 as_dir=`(dirname "$as_dir") 2>/dev/null ||
19219$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 19168$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19220 X"$as_dir" : 'X\(//\)[^/]' \| \ 19169 X"$as_dir" : 'X\(//\)[^/]' \| \
19221 X"$as_dir" : 'X\(//\)$' \| \ 19170 X"$as_dir" : 'X\(//\)$' \| \
19222 X"$as_dir" : 'X\(/\)' \| \ 19171 X"$as_dir" : 'X\(/\)' \| \
19223 . : '\(.\)' 2>/dev/null || 19172 . : '\(.\)' 2>/dev/null ||
19224echo X"$as_dir" | 19173echo X"$as_dir" |
19225 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 19174 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
19226 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 19175 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
@@ -19285,7 +19234,7 @@ echo "$as_me: creating $ac_file" >&6;}
19285 configure_input="$ac_file. " 19234 configure_input="$ac_file. "
19286 fi 19235 fi
19287 configure_input=$configure_input"Generated from `echo $ac_file_in | 19236 configure_input=$configure_input"Generated from `echo $ac_file_in |
19288 sed 's,.*/,,'` by configure." 19237 sed 's,.*/,,'` by configure."
19289 19238
19290 # First look for the input files in the build tree, otherwise in the 19239 # First look for the input files in the build tree, otherwise in the
19291 # src tree. 19240 # src tree.
@@ -19294,24 +19243,24 @@ echo "$as_me: creating $ac_file" >&6;}
19294 case $f in 19243 case $f in
19295 -) echo $tmp/stdin ;; 19244 -) echo $tmp/stdin ;;
19296 [\\/$]*) 19245 [\\/$]*)
19297 # Absolute (can't be DOS-style, as IFS=:) 19246 # Absolute (can't be DOS-style, as IFS=:)
19298 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 19247 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
19299echo "$as_me: error: cannot find input file: $f" >&2;} 19248echo "$as_me: error: cannot find input file: $f" >&2;}
19300 { (exit 1); exit 1; }; } 19249 { (exit 1); exit 1; }; }
19301 echo $f;; 19250 echo "$f";;
19302 *) # Relative 19251 *) # Relative
19303 if test -f "$f"; then 19252 if test -f "$f"; then
19304 # Build tree 19253 # Build tree
19305 echo $f 19254 echo "$f"
19306 elif test -f "$srcdir/$f"; then 19255 elif test -f "$srcdir/$f"; then
19307 # Source tree 19256 # Source tree
19308 echo $srcdir/$f 19257 echo "$srcdir/$f"
19309 else 19258 else
19310 # /dev/null tree 19259 # /dev/null tree
19311 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 19260 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
19312echo "$as_me: error: cannot find input file: $f" >&2;} 19261echo "$as_me: error: cannot find input file: $f" >&2;}
19313 { (exit 1); exit 1; }; } 19262 { (exit 1); exit 1; }; }
19314 fi;; 19263 fi;;
19315 esac 19264 esac
19316 done` || { (exit 1); exit 1; } 19265 done` || { (exit 1); exit 1; }
19317_ACEOF 19266_ACEOF
@@ -19353,12 +19302,12 @@ cat >>$CONFIG_STATUS <<\_ACEOF
19353# NAME is the cpp macro being defined and VALUE is the value it is being given. 19302# NAME is the cpp macro being defined and VALUE is the value it is being given.
19354# 19303#
19355# ac_d sets the value in "#define NAME VALUE" lines. 19304# ac_d sets the value in "#define NAME VALUE" lines.
19356ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)' 19305ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
19357ac_dB='[ ].*$,\1#\2' 19306ac_dB='[ ].*$,\1#\2'
19358ac_dC=' ' 19307ac_dC=' '
19359ac_dD=',;t' 19308ac_dD=',;t'
19360# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE". 19309# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
19361ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' 19310ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
19362ac_uB='$,\1#\2define\3' 19311ac_uB='$,\1#\2define\3'
19363ac_uC=' ' 19312ac_uC=' '
19364ac_uD=',;t' 19313ac_uD=',;t'
@@ -19367,11 +19316,11 @@ for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
19367 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 19316 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
19368 case $ac_file in 19317 case $ac_file in
19369 - | *:- | *:-:* ) # input from stdin 19318 - | *:- | *:-:* ) # input from stdin
19370 cat >$tmp/stdin 19319 cat >$tmp/stdin
19371 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 19320 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
19372 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 19321 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
19373 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 19322 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
19374 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 19323 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
19375 * ) ac_file_in=$ac_file.in ;; 19324 * ) ac_file_in=$ac_file.in ;;
19376 esac 19325 esac
19377 19326
@@ -19385,28 +19334,29 @@ echo "$as_me: creating $ac_file" >&6;}
19385 case $f in 19334 case $f in
19386 -) echo $tmp/stdin ;; 19335 -) echo $tmp/stdin ;;
19387 [\\/$]*) 19336 [\\/$]*)
19388 # Absolute (can't be DOS-style, as IFS=:) 19337 # Absolute (can't be DOS-style, as IFS=:)
19389 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 19338 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
19390echo "$as_me: error: cannot find input file: $f" >&2;} 19339echo "$as_me: error: cannot find input file: $f" >&2;}
19391 { (exit 1); exit 1; }; } 19340 { (exit 1); exit 1; }; }
19392 echo $f;; 19341 # Do quote $f, to prevent DOS paths from being IFS'd.
19342 echo "$f";;
19393 *) # Relative 19343 *) # Relative
19394 if test -f "$f"; then 19344 if test -f "$f"; then
19395 # Build tree 19345 # Build tree
19396 echo $f 19346 echo "$f"
19397 elif test -f "$srcdir/$f"; then 19347 elif test -f "$srcdir/$f"; then
19398 # Source tree 19348 # Source tree
19399 echo $srcdir/$f 19349 echo "$srcdir/$f"
19400 else 19350 else
19401 # /dev/null tree 19351 # /dev/null tree
19402 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 19352 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
19403echo "$as_me: error: cannot find input file: $f" >&2;} 19353echo "$as_me: error: cannot find input file: $f" >&2;}
19404 { (exit 1); exit 1; }; } 19354 { (exit 1); exit 1; }; }
19405 fi;; 19355 fi;;
19406 esac 19356 esac
19407 done` || { (exit 1); exit 1; } 19357 done` || { (exit 1); exit 1; }
19408 # Remove the trailing spaces. 19358 # Remove the trailing spaces.
19409 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in 19359 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
19410 19360
19411_ACEOF 19361_ACEOF
19412 19362
@@ -19429,9 +19379,9 @@ s/[\\&,]/\\&/g
19429s,[\\$`],\\&,g 19379s,[\\$`],\\&,g
19430t clear 19380t clear
19431: clear 19381: clear
19432s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp 19382s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
19433t end 19383t end
19434s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp 19384s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
19435: end 19385: end
19436_ACEOF 19386_ACEOF
19437# If some macros were called several times there might be several times 19387# If some macros were called several times there might be several times
@@ -19445,13 +19395,13 @@ rm -f confdef2sed.sed
19445# example, in the case of _POSIX_SOURCE, which is predefined and required 19395# example, in the case of _POSIX_SOURCE, which is predefined and required
19446# on some systems where configure will not decide to define it. 19396# on some systems where configure will not decide to define it.
19447cat >>conftest.undefs <<\_ACEOF 19397cat >>conftest.undefs <<\_ACEOF
19448s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */, 19398s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
19449_ACEOF 19399_ACEOF
19450 19400
19451# Break up conftest.defines because some shells have a limit on the size 19401# Break up conftest.defines because some shells have a limit on the size
19452# of here documents, and old seds have small limits too (100 cmds). 19402# of here documents, and old seds have small limits too (100 cmds).
19453echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS 19403echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
19454echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS 19404echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
19455echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS 19405echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
19456echo ' :' >>$CONFIG_STATUS 19406echo ' :' >>$CONFIG_STATUS
19457rm -f conftest.tail 19407rm -f conftest.tail
@@ -19460,7 +19410,7 @@ do
19460 # Write a limited-size here document to $tmp/defines.sed. 19410 # Write a limited-size here document to $tmp/defines.sed.
19461 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS 19411 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
19462 # Speed up: don't consider the non `#define' lines. 19412 # Speed up: don't consider the non `#define' lines.
19463 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS 19413 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
19464 # Work around the forget-to-reset-the-flag bug. 19414 # Work around the forget-to-reset-the-flag bug.
19465 echo 't clr' >>$CONFIG_STATUS 19415 echo 't clr' >>$CONFIG_STATUS
19466 echo ': clr' >>$CONFIG_STATUS 19416 echo ': clr' >>$CONFIG_STATUS
@@ -19487,7 +19437,7 @@ do
19487 # Write a limited-size here document to $tmp/undefs.sed. 19437 # Write a limited-size here document to $tmp/undefs.sed.
19488 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS 19438 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
19489 # Speed up: don't consider the non `#undef' 19439 # Speed up: don't consider the non `#undef'
19490 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS 19440 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
19491 # Work around the forget-to-reset-the-flag bug. 19441 # Work around the forget-to-reset-the-flag bug.
19492 echo 't clr' >>$CONFIG_STATUS 19442 echo 't clr' >>$CONFIG_STATUS
19493 echo ': clr' >>$CONFIG_STATUS 19443 echo ': clr' >>$CONFIG_STATUS
@@ -19521,10 +19471,10 @@ echo "$as_me: $ac_file is unchanged" >&6;}
19521 else 19471 else
19522 ac_dir=`(dirname "$ac_file") 2>/dev/null || 19472 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
19523$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 19473$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19524 X"$ac_file" : 'X\(//\)[^/]' \| \ 19474 X"$ac_file" : 'X\(//\)[^/]' \| \
19525 X"$ac_file" : 'X\(//\)$' \| \ 19475 X"$ac_file" : 'X\(//\)$' \| \
19526 X"$ac_file" : 'X\(/\)' \| \ 19476 X"$ac_file" : 'X\(/\)' \| \
19527 . : '\(.\)' 2>/dev/null || 19477 . : '\(.\)' 2>/dev/null ||
19528echo X"$ac_file" | 19478echo X"$ac_file" |
19529 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 19479 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
19530 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 19480 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
@@ -19540,10 +19490,10 @@ echo X"$ac_file" |
19540 as_dirs="$as_dir $as_dirs" 19490 as_dirs="$as_dir $as_dirs"
19541 as_dir=`(dirname "$as_dir") 2>/dev/null || 19491 as_dir=`(dirname "$as_dir") 2>/dev/null ||
19542$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 19492$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19543 X"$as_dir" : 'X\(//\)[^/]' \| \ 19493 X"$as_dir" : 'X\(//\)[^/]' \| \
19544 X"$as_dir" : 'X\(//\)$' \| \ 19494 X"$as_dir" : 'X\(//\)$' \| \
19545 X"$as_dir" : 'X\(/\)' \| \ 19495 X"$as_dir" : 'X\(/\)' \| \
19546 . : '\(.\)' 2>/dev/null || 19496 . : '\(.\)' 2>/dev/null ||
19547echo X"$as_dir" | 19497echo X"$as_dir" |
19548 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 19498 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
19549 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 19499 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
@@ -19575,10 +19525,10 @@ for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
19575 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'` 19525 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
19576 ac_dir=`(dirname "$ac_dest") 2>/dev/null || 19526 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
19577$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 19527$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19578 X"$ac_dest" : 'X\(//\)[^/]' \| \ 19528 X"$ac_dest" : 'X\(//\)[^/]' \| \
19579 X"$ac_dest" : 'X\(//\)$' \| \ 19529 X"$ac_dest" : 'X\(//\)$' \| \
19580 X"$ac_dest" : 'X\(/\)' \| \ 19530 X"$ac_dest" : 'X\(/\)' \| \
19581 . : '\(.\)' 2>/dev/null || 19531 . : '\(.\)' 2>/dev/null ||
19582echo X"$ac_dest" | 19532echo X"$ac_dest" |
19583 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 19533 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
19584 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 19534 /^X\(\/\/\)[^/].*/{ s//\1/; q; }