aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles Bader2005-06-09 07:13:03 +0000
committerMiles Bader2005-06-09 07:13:03 +0000
commitd113efea8e0a56aedd60615f5dc6669c72aca77f (patch)
treec51aa1cd5076acfc2391217b0d7dea96552011de
parent2435213ba6b74f7425e15b1f799c9ae18467e43d (diff)
parent47600d8e97925ed8816b099267e24f4ab3311e75 (diff)
downloademacs-d113efea8e0a56aedd60615f5dc6669c72aca77f.tar.gz
emacs-d113efea8e0a56aedd60615f5dc6669c72aca77f.zip
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-61
Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 353-357) - Update from CVS
-rw-r--r--ChangeLog10
-rwxr-xr-xconfigure5160
-rw-r--r--configure.in12
-rw-r--r--etc/ChangeLog12
-rw-r--r--etc/NEWS26
-rw-r--r--etc/PROBLEMS18
-rw-r--r--etc/TUTORIAL.cs2
-rw-r--r--etc/TUTORIAL.ro12
-rw-r--r--etc/TUTORIAL.sk2
-rw-r--r--etc/TUTORIAL.translators38
-rw-r--r--lisp/ChangeLog217
-rw-r--r--lisp/diff-mode.el5
-rw-r--r--lisp/dired.el2
-rw-r--r--lisp/emacs-lisp/debug.el42
-rw-r--r--lisp/emacs-lisp/easy-mmode.el15
-rw-r--r--lisp/emacs-lisp/lisp-mode.el3
-rw-r--r--lisp/emulation/cua-base.el6
-rw-r--r--lisp/emulation/cua-gmrk.el9
-rw-r--r--lisp/emulation/cua-rect.el2
-rw-r--r--lisp/faces.el31
-rw-r--r--lisp/files.el17
-rw-r--r--lisp/font-lock.el27
-rw-r--r--lisp/ido.el24
-rw-r--r--lisp/info.el52
-rw-r--r--lisp/international/iso-cvt.el1
-rw-r--r--lisp/international/latexenc.el11
-rw-r--r--lisp/isearchb.el2
-rw-r--r--lisp/iswitchb.el16
-rw-r--r--lisp/mail/supercite.el1
-rw-r--r--lisp/printing.el3
-rw-r--r--lisp/progmodes/compile.el5
-rw-r--r--lisp/progmodes/make-mode.el22
-rw-r--r--lisp/ps-print.el6
-rw-r--r--lisp/replace.el19
-rw-r--r--lisp/rfn-eshadow.el5
-rw-r--r--lisp/simple.el17
-rw-r--r--lisp/subr.el2
-rw-r--r--lisp/textmodes/flyspell.el229
-rw-r--r--lisp/textmodes/ispell.el25
-rw-r--r--lisp/textmodes/org.el10
-rw-r--r--lisp/textmodes/tex-mode.el17
-rw-r--r--lisp/thumbs.el94
-rw-r--r--lisp/tmm.el7
-rw-r--r--lispref/ChangeLog29
-rw-r--r--lispref/display.texi16
-rw-r--r--lispref/modes.texi96
-rw-r--r--lispref/searching.texi53
-rw-r--r--mac/ChangeLog6
-rw-r--r--mac/INSTALL10
-rw-r--r--mac/README3
-rw-r--r--man/ChangeLog20
-rw-r--r--man/cmdargs.texi4
-rw-r--r--man/display.texi6
-rw-r--r--man/files.texi4
-rw-r--r--man/misc.texi19
-rw-r--r--src/ChangeLog102
-rw-r--r--src/config.in9
-rw-r--r--src/eval.c2
-rw-r--r--src/image.c4
-rw-r--r--src/keyboard.c1
-rw-r--r--src/lisp.h8
-rw-r--r--src/macmenu.c155
-rw-r--r--src/macterm.c4
-rw-r--r--src/makefile.w32-in2
-rw-r--r--src/process.c38
-rw-r--r--src/process.h4
-rw-r--r--src/search.c96
-rw-r--r--src/unexmacosx.c1
-rw-r--r--src/unexw32.c3
-rw-r--r--src/w32heap.c1
-rw-r--r--src/w32heap.h9
-rw-r--r--src/w32menu.c3
-rw-r--r--src/w32proc.c5
-rw-r--r--src/window.c49
-rw-r--r--src/xdisp.c79
-rw-r--r--src/xmenu.c6
-rw-r--r--src/xterm.c7
77 files changed, 3087 insertions, 4003 deletions
diff --git a/ChangeLog b/ChangeLog
index 1ac3ab67cb8..7419760a3f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
12005-06-08 Steven Tamm <steventamm@mac.com>
2
3 * configure.in: Support Darwin/MacOSX on Intel
4 * configure: Regenerate.
5
62005-06-06 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
7
8 * configure.in (HAVE_CANCELMENUTRACKING): New test.
9 * configure: Regenerate.
10
12005-05-11 J,Ai(Br,At(Bme Marant <jmarant@marant.org> 112005-05-11 J,Ai(Br,At(Bme Marant <jmarant@marant.org>
2 12
3 * configure.in: Add --enable-locallisppath. 13 * configure.in: Add --enable-locallisppath.
diff --git a/configure b/configure
index 7e57b2d6dc0..ecb99a16cab 100755
--- a/configure
+++ b/configure
@@ -1,8 +1,9 @@
1#! /bin/sh 1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles. 2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.59. 3# Generated by GNU Autoconf 2.57.
4# 4#
5# Copyright (C) 2003 Free Software Foundation, Inc. 5# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
6# Free Software Foundation, Inc.
6# This configure script is free software; the Free Software Foundation 7# This configure script is free software; the Free Software Foundation
7# gives unlimited permission to copy, distribute and modify it. 8# gives unlimited permission to copy, distribute and modify it.
8## --------------------- ## 9## --------------------- ##
@@ -19,10 +20,9 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
19elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then 20elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
20 set -o posix 21 set -o posix
21fi 22fi
22DUALCASE=1; export DUALCASE # for MKS sh
23 23
24# Support unset when possible. 24# Support unset when possible.
25if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 25if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
26 as_unset=unset 26 as_unset=unset
27else 27else
28 as_unset=false 28 as_unset=false
@@ -41,7 +41,7 @@ for as_var in \
41 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 41 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
42 LC_TELEPHONE LC_TIME 42 LC_TELEPHONE LC_TIME
43do 43do
44 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 44 if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
45 eval $as_var=C; export $as_var 45 eval $as_var=C; export $as_var
46 else 46 else
47 $as_unset $as_var 47 $as_unset $as_var
@@ -218,17 +218,16 @@ rm -f conf$$ conf$$.exe conf$$.file
218if mkdir -p . 2>/dev/null; then 218if mkdir -p . 2>/dev/null; then
219 as_mkdir_p=: 219 as_mkdir_p=:
220else 220else
221 test -d ./-p && rmdir ./-p
222 as_mkdir_p=false 221 as_mkdir_p=false
223fi 222fi
224 223
225as_executable_p="test -f" 224as_executable_p="test -f"
226 225
227# Sed expression to map a string onto a valid CPP name. 226# Sed expression to map a string onto a valid CPP name.
228as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 227as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
229 228
230# Sed expression to map a string onto a valid variable name. 229# Sed expression to map a string onto a valid variable name.
231as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 230as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
232 231
233 232
234# IFS 233# IFS
@@ -669,7 +668,7 @@ done
669 668
670# Be sure to have absolute paths. 669# Be sure to have absolute paths.
671for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ 670for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
672 localstatedir libdir includedir oldincludedir infodir mandir 671 localstatedir libdir includedir oldincludedir infodir mandir
673do 672do
674 eval ac_val=$`echo $ac_var` 673 eval ac_val=$`echo $ac_var`
675 case $ac_val in 674 case $ac_val in
@@ -709,10 +708,10 @@ if test -z "$srcdir"; then
709 # Try the directory containing this script, then its parent. 708 # Try the directory containing this script, then its parent.
710 ac_confdir=`(dirname "$0") 2>/dev/null || 709 ac_confdir=`(dirname "$0") 2>/dev/null ||
711$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 710$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
712 X"$0" : 'X\(//\)[^/]' \| \ 711 X"$0" : 'X\(//\)[^/]' \| \
713 X"$0" : 'X\(//\)$' \| \ 712 X"$0" : 'X\(//\)$' \| \
714 X"$0" : 'X\(/\)' \| \ 713 X"$0" : 'X\(/\)' \| \
715 . : '\(.\)' 2>/dev/null || 714 . : '\(.\)' 2>/dev/null ||
716echo X"$0" | 715echo X"$0" |
717 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 716 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
718 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 717 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
@@ -804,9 +803,9 @@ _ACEOF
804 cat <<_ACEOF 803 cat <<_ACEOF
805Installation directories: 804Installation directories:
806 --prefix=PREFIX install architecture-independent files in PREFIX 805 --prefix=PREFIX install architecture-independent files in PREFIX
807 [$ac_default_prefix] 806 [$ac_default_prefix]
808 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 807 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
809 [PREFIX] 808 [PREFIX]
810 809
811By default, \`make install' will install all the files in 810By default, \`make install' will install all the files in
812\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify 811\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
@@ -933,45 +932,12 @@ case $srcdir in
933 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 932 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
934 ac_top_srcdir=$ac_top_builddir$srcdir ;; 933 ac_top_srcdir=$ac_top_builddir$srcdir ;;
935esac 934esac
936 935# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
937# Do not use `cd foo && pwd` to compute absolute paths, because 936# absolute.
938# the directories may not exist. 937ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
939case `pwd` in 938ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
940.) ac_abs_builddir="$ac_dir";; 939ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
941*) 940ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
942 case "$ac_dir" in
943 .) ac_abs_builddir=`pwd`;;
944 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
945 *) ac_abs_builddir=`pwd`/"$ac_dir";;
946 esac;;
947esac
948case $ac_abs_builddir in
949.) ac_abs_top_builddir=${ac_top_builddir}.;;
950*)
951 case ${ac_top_builddir}. in
952 .) ac_abs_top_builddir=$ac_abs_builddir;;
953 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
954 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
955 esac;;
956esac
957case $ac_abs_builddir in
958.) ac_abs_srcdir=$ac_srcdir;;
959*)
960 case $ac_srcdir in
961 .) ac_abs_srcdir=$ac_abs_builddir;;
962 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
963 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
964 esac;;
965esac
966case $ac_abs_builddir in
967.) ac_abs_top_srcdir=$ac_top_srcdir;;
968*)
969 case $ac_top_srcdir in
970 .) ac_abs_top_srcdir=$ac_abs_builddir;;
971 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
972 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
973 esac;;
974esac
975 941
976 cd $ac_dir 942 cd $ac_dir
977 # Check for guested configure; otherwise get Cygnus style configure. 943 # Check for guested configure; otherwise get Cygnus style configure.
@@ -982,13 +948,13 @@ esac
982 echo 948 echo
983 $SHELL $ac_srcdir/configure --help=recursive 949 $SHELL $ac_srcdir/configure --help=recursive
984 elif test -f $ac_srcdir/configure.ac || 950 elif test -f $ac_srcdir/configure.ac ||
985 test -f $ac_srcdir/configure.in; then 951 test -f $ac_srcdir/configure.in; then
986 echo 952 echo
987 $ac_configure --help 953 $ac_configure --help
988 else 954 else
989 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 955 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
990 fi 956 fi
991 cd "$ac_popdir" 957 cd $ac_popdir
992 done 958 done
993fi 959fi
994 960
@@ -996,7 +962,8 @@ test -n "$ac_init_help" && exit 0
996if $ac_init_version; then 962if $ac_init_version; then
997 cat <<\_ACEOF 963 cat <<\_ACEOF
998 964
999Copyright (C) 2003 Free Software Foundation, Inc. 965Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
966Free Software Foundation, Inc.
1000This configure script is free software; the Free Software Foundation 967This configure script is free software; the Free Software Foundation
1001gives unlimited permission to copy, distribute and modify it. 968gives unlimited permission to copy, distribute and modify it.
1002_ACEOF 969_ACEOF
@@ -1008,7 +975,7 @@ This file contains any messages produced by compilers while
1008running configure, to aid debugging if configure makes a mistake. 975running configure, to aid debugging if configure makes a mistake.
1009 976
1010It was created by $as_me, which was 977It was created by $as_me, which was
1011generated by GNU Autoconf 2.59. Invocation command line was 978generated by GNU Autoconf 2.57. Invocation command line was
1012 979
1013 $ $0 $@ 980 $ $0 $@
1014 981
@@ -1085,19 +1052,19 @@ do
1085 2) 1052 2)
1086 ac_configure_args1="$ac_configure_args1 '$ac_arg'" 1053 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1087 if test $ac_must_keep_next = true; then 1054 if test $ac_must_keep_next = true; then
1088 ac_must_keep_next=false # Got value, back to normal. 1055 ac_must_keep_next=false # Got value, back to normal.
1089 else 1056 else
1090 case $ac_arg in 1057 case $ac_arg in
1091 *=* | --config-cache | -C | -disable-* | --disable-* \ 1058 *=* | --config-cache | -C | -disable-* | --disable-* \
1092 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ 1059 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1093 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ 1060 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1094 | -with-* | --with-* | -without-* | --without-* | --x) 1061 | -with-* | --with-* | -without-* | --without-* | --x)
1095 case "$ac_configure_args0 " in 1062 case "$ac_configure_args0 " in
1096 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; 1063 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1097 esac 1064 esac
1098 ;; 1065 ;;
1099 -* ) ac_must_keep_next=true ;; 1066 -* ) ac_must_keep_next=true ;;
1100 esac 1067 esac
1101 fi 1068 fi
1102 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" 1069 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1103 # Get rid of the leading space. 1070 # Get rid of the leading space.
@@ -1131,12 +1098,12 @@ _ASBOX
1131 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in 1098 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1132 *ac_space=\ *) 1099 *ac_space=\ *)
1133 sed -n \ 1100 sed -n \
1134 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; 1101 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1135 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" 1102 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1136 ;; 1103 ;;
1137 *) 1104 *)
1138 sed -n \ 1105 sed -n \
1139 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 1106 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1140 ;; 1107 ;;
1141 esac; 1108 esac;
1142} 1109}
@@ -1165,7 +1132,7 @@ _ASBOX
1165 for ac_var in $ac_subst_files 1132 for ac_var in $ac_subst_files
1166 do 1133 do
1167 eval ac_val=$`echo $ac_var` 1134 eval ac_val=$`echo $ac_var`
1168 echo "$ac_var='"'"'$ac_val'"'"'" 1135 echo "$ac_var='"'"'$ac_val'"'"'"
1169 done | sort 1136 done | sort
1170 echo 1137 echo
1171 fi 1138 fi
@@ -1184,7 +1151,7 @@ _ASBOX
1184 echo "$as_me: caught signal $ac_signal" 1151 echo "$as_me: caught signal $ac_signal"
1185 echo "$as_me: exit $exit_status" 1152 echo "$as_me: exit $exit_status"
1186 } >&5 1153 } >&5
1187 rm -f core *.core && 1154 rm -f core core.* *.core &&
1188 rm -rf conftest* confdefs* conf$$* $ac_clean_files && 1155 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1189 exit $exit_status 1156 exit $exit_status
1190 ' 0 1157 ' 0
@@ -1264,7 +1231,7 @@ fi
1264# value. 1231# value.
1265ac_cache_corrupted=false 1232ac_cache_corrupted=false
1266for ac_var in `(set) 2>&1 | 1233for ac_var in `(set) 2>&1 |
1267 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do 1234 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1268 eval ac_old_set=\$ac_cv_env_${ac_var}_set 1235 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1269 eval ac_new_set=\$ac_env_${ac_var}_set 1236 eval ac_new_set=\$ac_env_${ac_var}_set
1270 eval ac_old_val="\$ac_cv_env_${ac_var}_value" 1237 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
@@ -1281,13 +1248,13 @@ echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1281 ,);; 1248 ,);;
1282 *) 1249 *)
1283 if test "x$ac_old_val" != "x$ac_new_val"; then 1250 if test "x$ac_old_val" != "x$ac_new_val"; then
1284 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 1251 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1285echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1252echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1286 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 1253 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1287echo "$as_me: former value: $ac_old_val" >&2;} 1254echo "$as_me: former value: $ac_old_val" >&2;}
1288 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 1255 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1289echo "$as_me: current value: $ac_new_val" >&2;} 1256echo "$as_me: current value: $ac_new_val" >&2;}
1290 ac_cache_corrupted=: 1257 ac_cache_corrupted=:
1291 fi;; 1258 fi;;
1292 esac 1259 esac
1293 # Pass precious variables to config.status. 1260 # Pass precious variables to config.status.
@@ -2562,6 +2529,9 @@ _ACEOF
2562 machine=intel386 2529 machine=intel386
2563 case "${canonical}" in 2530 case "${canonical}" in
2564 *-cygwin ) opsys=cygwin ;; 2531 *-cygwin ) opsys=cygwin ;;
2532 *-darwin ) opsys=darwin
2533 CPP="${CC-cc} -E -no-cpp-precomp"
2534 ;;
2565 *-lynxos* ) opsys=lynxos ;; 2535 *-lynxos* ) opsys=lynxos ;;
2566 *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;; 2536 *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;;
2567 *-isc2.2* ) opsys=isc2-2 ;; 2537 *-isc2.2* ) opsys=isc2-2 ;;
@@ -3035,6 +3005,7 @@ ac_compiler=`set X $ac_compile; echo $2`
3035 (exit $ac_status); } 3005 (exit $ac_status); }
3036 3006
3037cat >conftest.$ac_ext <<_ACEOF 3007cat >conftest.$ac_ext <<_ACEOF
3008#line $LINENO "configure"
3038/* confdefs.h. */ 3009/* confdefs.h. */
3039_ACEOF 3010_ACEOF
3040cat confdefs.h >>conftest.$ac_ext 3011cat confdefs.h >>conftest.$ac_ext
@@ -3054,8 +3025,8 @@ ac_clean_files="$ac_clean_files a.out a.exe b.out"
3054# Try to create an executable without -o first, disregard a.out. 3025# Try to create an executable without -o first, disregard a.out.
3055# It will help us diagnose broken compilers, and finding out an intuition 3026# It will help us diagnose broken compilers, and finding out an intuition
3056# of exeext. 3027# of exeext.
3057echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 3028echo "$as_me:$LINENO: checking for C compiler default output" >&5
3058echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6 3029echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
3059ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 3030ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3060if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 3031if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
3061 (eval $ac_link_default) 2>&5 3032 (eval $ac_link_default) 2>&5
@@ -3075,23 +3046,23 @@ do
3075 test -f "$ac_file" || continue 3046 test -f "$ac_file" || continue
3076 case $ac_file in 3047 case $ac_file in
3077 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) 3048 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
3078 ;; 3049 ;;
3079 conftest.$ac_ext ) 3050 conftest.$ac_ext )
3080 # This is the source file. 3051 # This is the source file.
3081 ;; 3052 ;;
3082 [ab].out ) 3053 [ab].out )
3083 # We found the default executable, but exeext='' is most 3054 # We found the default executable, but exeext='' is most
3084 # certainly right. 3055 # certainly right.
3085 break;; 3056 break;;
3086 *.* ) 3057 *.* )
3087 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 3058 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3088 # FIXME: I believe we export ac_cv_exeext for Libtool, 3059 # FIXME: I believe we export ac_cv_exeext for Libtool,
3089 # but it would be cool to find out if it's true. Does anybody 3060 # but it would be cool to find out if it's true. Does anybody
3090 # maintain Libtool? --akim. 3061 # maintain Libtool? --akim.
3091 export ac_cv_exeext 3062 export ac_cv_exeext
3092 break;; 3063 break;;
3093 * ) 3064 * )
3094 break;; 3065 break;;
3095 esac 3066 esac
3096done 3067done
3097else 3068else
@@ -3165,8 +3136,8 @@ for ac_file in conftest.exe conftest conftest.*; do
3165 case $ac_file in 3136 case $ac_file in
3166 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; 3137 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
3167 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 3138 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3168 export ac_cv_exeext 3139 export ac_cv_exeext
3169 break;; 3140 break;;
3170 * ) break;; 3141 * ) break;;
3171 esac 3142 esac
3172done 3143done
@@ -3191,6 +3162,7 @@ if test "${ac_cv_objext+set}" = set; then
3191 echo $ECHO_N "(cached) $ECHO_C" >&6 3162 echo $ECHO_N "(cached) $ECHO_C" >&6
3192else 3163else
3193 cat >conftest.$ac_ext <<_ACEOF 3164 cat >conftest.$ac_ext <<_ACEOF
3165#line $LINENO "configure"
3194/* confdefs.h. */ 3166/* confdefs.h. */
3195_ACEOF 3167_ACEOF
3196cat confdefs.h >>conftest.$ac_ext 3168cat confdefs.h >>conftest.$ac_ext
@@ -3241,6 +3213,7 @@ if test "${ac_cv_c_compiler_gnu+set}" = set; then
3241 echo $ECHO_N "(cached) $ECHO_C" >&6 3213 echo $ECHO_N "(cached) $ECHO_C" >&6
3242else 3214else
3243 cat >conftest.$ac_ext <<_ACEOF 3215 cat >conftest.$ac_ext <<_ACEOF
3216#line $LINENO "configure"
3244/* confdefs.h. */ 3217/* confdefs.h. */
3245_ACEOF 3218_ACEOF
3246cat confdefs.h >>conftest.$ac_ext 3219cat confdefs.h >>conftest.$ac_ext
@@ -3260,20 +3233,11 @@ main ()
3260_ACEOF 3233_ACEOF
3261rm -f conftest.$ac_objext 3234rm -f conftest.$ac_objext
3262if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3235if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3263 (eval $ac_compile) 2>conftest.er1 3236 (eval $ac_compile) 2>&5
3264 ac_status=$? 3237 ac_status=$?
3265 grep -v '^ *+' conftest.er1 >conftest.err
3266 rm -f conftest.er1
3267 cat conftest.err >&5
3268 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3238 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3269 (exit $ac_status); } && 3239 (exit $ac_status); } &&
3270 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3240 { ac_try='test -s conftest.$ac_objext'
3271 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3272 (eval $ac_try) 2>&5
3273 ac_status=$?
3274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3275 (exit $ac_status); }; } &&
3276 { ac_try='test -s conftest.$ac_objext'
3277 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3241 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3278 (eval $ac_try) 2>&5 3242 (eval $ac_try) 2>&5
3279 ac_status=$? 3243 ac_status=$?
@@ -3286,7 +3250,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
3286 3250
3287ac_compiler_gnu=no 3251ac_compiler_gnu=no
3288fi 3252fi
3289rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 3253rm -f conftest.$ac_objext conftest.$ac_ext
3290ac_cv_c_compiler_gnu=$ac_compiler_gnu 3254ac_cv_c_compiler_gnu=$ac_compiler_gnu
3291 3255
3292fi 3256fi
@@ -3302,6 +3266,7 @@ if test "${ac_cv_prog_cc_g+set}" = set; then
3302 echo $ECHO_N "(cached) $ECHO_C" >&6 3266 echo $ECHO_N "(cached) $ECHO_C" >&6
3303else 3267else
3304 cat >conftest.$ac_ext <<_ACEOF 3268 cat >conftest.$ac_ext <<_ACEOF
3269#line $LINENO "configure"
3305/* confdefs.h. */ 3270/* confdefs.h. */
3306_ACEOF 3271_ACEOF
3307cat confdefs.h >>conftest.$ac_ext 3272cat confdefs.h >>conftest.$ac_ext
@@ -3318,20 +3283,11 @@ main ()
3318_ACEOF 3283_ACEOF
3319rm -f conftest.$ac_objext 3284rm -f conftest.$ac_objext
3320if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3285if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3321 (eval $ac_compile) 2>conftest.er1 3286 (eval $ac_compile) 2>&5
3322 ac_status=$? 3287 ac_status=$?
3323 grep -v '^ *+' conftest.er1 >conftest.err
3324 rm -f conftest.er1
3325 cat conftest.err >&5
3326 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3327 (exit $ac_status); } && 3289 (exit $ac_status); } &&
3328 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3290 { ac_try='test -s conftest.$ac_objext'
3329 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3330 (eval $ac_try) 2>&5
3331 ac_status=$?
3332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3333 (exit $ac_status); }; } &&
3334 { ac_try='test -s conftest.$ac_objext'
3335 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3291 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3336 (eval $ac_try) 2>&5 3292 (eval $ac_try) 2>&5
3337 ac_status=$? 3293 ac_status=$?
@@ -3344,7 +3300,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
3344 3300
3345ac_cv_prog_cc_g=no 3301ac_cv_prog_cc_g=no
3346fi 3302fi
3347rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 3303rm -f conftest.$ac_objext conftest.$ac_ext
3348fi 3304fi
3349echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 3305echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3350echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 3306echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
@@ -3371,6 +3327,7 @@ else
3371 ac_cv_prog_cc_stdc=no 3327 ac_cv_prog_cc_stdc=no
3372ac_save_CC=$CC 3328ac_save_CC=$CC
3373cat >conftest.$ac_ext <<_ACEOF 3329cat >conftest.$ac_ext <<_ACEOF
3330#line $LINENO "configure"
3374/* confdefs.h. */ 3331/* confdefs.h. */
3375_ACEOF 3332_ACEOF
3376cat confdefs.h >>conftest.$ac_ext 3333cat confdefs.h >>conftest.$ac_ext
@@ -3398,16 +3355,6 @@ static char *f (char * (*g) (char **, int), char **p, ...)
3398 va_end (v); 3355 va_end (v);
3399 return s; 3356 return s;
3400} 3357}
3401
3402/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3403 function prototypes and stuff, but not '\xHH' hex character constants.
3404 These don't provoke an error unfortunately, instead are silently treated
3405 as 'x'. The following induces an error, until -std1 is added to get
3406 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3407 array size at least. It's necessary to write '\x00'==0 to get something
3408 that's true only with -std1. */
3409int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3410
3411int test (int i, double x); 3358int test (int i, double x);
3412struct s1 {int (*f) (int a);}; 3359struct s1 {int (*f) (int a);};
3413struct s2 {int (*f) (double a);}; 3360struct s2 {int (*f) (double a);};
@@ -3434,20 +3381,11 @@ do
3434 CC="$ac_save_CC $ac_arg" 3381 CC="$ac_save_CC $ac_arg"
3435 rm -f conftest.$ac_objext 3382 rm -f conftest.$ac_objext
3436if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3383if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3437 (eval $ac_compile) 2>conftest.er1 3384 (eval $ac_compile) 2>&5
3438 ac_status=$? 3385 ac_status=$?
3439 grep -v '^ *+' conftest.er1 >conftest.err
3440 rm -f conftest.er1
3441 cat conftest.err >&5
3442 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3443 (exit $ac_status); } && 3387 (exit $ac_status); } &&
3444 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3388 { ac_try='test -s conftest.$ac_objext'
3445 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3446 (eval $ac_try) 2>&5
3447 ac_status=$?
3448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3449 (exit $ac_status); }; } &&
3450 { ac_try='test -s conftest.$ac_objext'
3451 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3389 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3452 (eval $ac_try) 2>&5 3390 (eval $ac_try) 2>&5
3453 ac_status=$? 3391 ac_status=$?
@@ -3460,7 +3398,7 @@ else
3460sed 's/^/| /' conftest.$ac_ext >&5 3398sed 's/^/| /' conftest.$ac_ext >&5
3461 3399
3462fi 3400fi
3463rm -f conftest.err conftest.$ac_objext 3401rm -f conftest.$ac_objext
3464done 3402done
3465rm -f conftest.$ac_ext conftest.$ac_objext 3403rm -f conftest.$ac_ext conftest.$ac_objext
3466CC=$ac_save_CC 3404CC=$ac_save_CC
@@ -3488,27 +3426,19 @@ cat >conftest.$ac_ext <<_ACEOF
3488_ACEOF 3426_ACEOF
3489rm -f conftest.$ac_objext 3427rm -f conftest.$ac_objext
3490if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3428if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3491 (eval $ac_compile) 2>conftest.er1 3429 (eval $ac_compile) 2>&5
3492 ac_status=$? 3430 ac_status=$?
3493 grep -v '^ *+' conftest.er1 >conftest.err
3494 rm -f conftest.er1
3495 cat conftest.err >&5
3496 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3497 (exit $ac_status); } && 3432 (exit $ac_status); } &&
3498 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3433 { ac_try='test -s conftest.$ac_objext'
3499 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3500 (eval $ac_try) 2>&5
3501 ac_status=$?
3502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3503 (exit $ac_status); }; } &&
3504 { ac_try='test -s conftest.$ac_objext'
3505 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3434 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3506 (eval $ac_try) 2>&5 3435 (eval $ac_try) 2>&5
3507 ac_status=$? 3436 ac_status=$?
3508 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3509 (exit $ac_status); }; }; then 3438 (exit $ac_status); }; }; then
3510 for ac_declaration in \ 3439 for ac_declaration in \
3511 '' \ 3440 ''\
3441 '#include <stdlib.h>' \
3512 'extern "C" void std::exit (int) throw (); using std::exit;' \ 3442 'extern "C" void std::exit (int) throw (); using std::exit;' \
3513 'extern "C" void std::exit (int); using std::exit;' \ 3443 'extern "C" void std::exit (int); using std::exit;' \
3514 'extern "C" void exit (int) throw ();' \ 3444 'extern "C" void exit (int) throw ();' \
@@ -3516,13 +3446,14 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3516 'void exit (int);' 3446 'void exit (int);'
3517do 3447do
3518 cat >conftest.$ac_ext <<_ACEOF 3448 cat >conftest.$ac_ext <<_ACEOF
3449#line $LINENO "configure"
3519/* confdefs.h. */ 3450/* confdefs.h. */
3520_ACEOF 3451_ACEOF
3521cat confdefs.h >>conftest.$ac_ext 3452cat confdefs.h >>conftest.$ac_ext
3522cat >>conftest.$ac_ext <<_ACEOF 3453cat >>conftest.$ac_ext <<_ACEOF
3523/* end confdefs.h. */ 3454/* end confdefs.h. */
3524$ac_declaration
3525#include <stdlib.h> 3455#include <stdlib.h>
3456$ac_declaration
3526int 3457int
3527main () 3458main ()
3528{ 3459{
@@ -3533,20 +3464,11 @@ exit (42);
3533_ACEOF 3464_ACEOF
3534rm -f conftest.$ac_objext 3465rm -f conftest.$ac_objext
3535if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3466if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3536 (eval $ac_compile) 2>conftest.er1 3467 (eval $ac_compile) 2>&5
3537 ac_status=$? 3468 ac_status=$?
3538 grep -v '^ *+' conftest.er1 >conftest.err
3539 rm -f conftest.er1
3540 cat conftest.err >&5
3541 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3542 (exit $ac_status); } && 3470 (exit $ac_status); } &&
3543 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3471 { ac_try='test -s conftest.$ac_objext'
3544 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3545 (eval $ac_try) 2>&5
3546 ac_status=$?
3547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3548 (exit $ac_status); }; } &&
3549 { ac_try='test -s conftest.$ac_objext'
3550 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3472 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3551 (eval $ac_try) 2>&5 3473 (eval $ac_try) 2>&5
3552 ac_status=$? 3474 ac_status=$?
@@ -3559,8 +3481,9 @@ sed 's/^/| /' conftest.$ac_ext >&5
3559 3481
3560continue 3482continue
3561fi 3483fi
3562rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 3484rm -f conftest.$ac_objext conftest.$ac_ext
3563 cat >conftest.$ac_ext <<_ACEOF 3485 cat >conftest.$ac_ext <<_ACEOF
3486#line $LINENO "configure"
3564/* confdefs.h. */ 3487/* confdefs.h. */
3565_ACEOF 3488_ACEOF
3566cat confdefs.h >>conftest.$ac_ext 3489cat confdefs.h >>conftest.$ac_ext
@@ -3577,20 +3500,11 @@ exit (42);
3577_ACEOF 3500_ACEOF
3578rm -f conftest.$ac_objext 3501rm -f conftest.$ac_objext
3579if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 3502if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3580 (eval $ac_compile) 2>conftest.er1 3503 (eval $ac_compile) 2>&5
3581 ac_status=$? 3504 ac_status=$?
3582 grep -v '^ *+' conftest.er1 >conftest.err
3583 rm -f conftest.er1
3584 cat conftest.err >&5
3585 echo "$as_me:$LINENO: \$? = $ac_status" >&5 3505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3586 (exit $ac_status); } && 3506 (exit $ac_status); } &&
3587 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 3507 { ac_try='test -s conftest.$ac_objext'
3588 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3589 (eval $ac_try) 2>&5
3590 ac_status=$?
3591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3592 (exit $ac_status); }; } &&
3593 { ac_try='test -s conftest.$ac_objext'
3594 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 3508 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3595 (eval $ac_try) 2>&5 3509 (eval $ac_try) 2>&5
3596 ac_status=$? 3510 ac_status=$?
@@ -3602,7 +3516,7 @@ else
3602sed 's/^/| /' conftest.$ac_ext >&5 3516sed 's/^/| /' conftest.$ac_ext >&5
3603 3517
3604fi 3518fi
3605rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 3519rm -f conftest.$ac_objext conftest.$ac_ext
3606done 3520done
3607rm -f conftest* 3521rm -f conftest*
3608if test -n "$ac_declaration"; then 3522if test -n "$ac_declaration"; then
@@ -3616,7 +3530,7 @@ else
3616sed 's/^/| /' conftest.$ac_ext >&5 3530sed 's/^/| /' conftest.$ac_ext >&5
3617 3531
3618fi 3532fi
3619rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 3533rm -f conftest.$ac_objext conftest.$ac_ext
3620ac_ext=c 3534ac_ext=c
3621ac_cpp='$CPP $CPPFLAGS' 3535ac_cpp='$CPP $CPPFLAGS'
3622ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3536ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
@@ -3697,6 +3611,7 @@ do
3697 # On the NeXT, cc -E runs the code through the compiler's parser, 3611 # On the NeXT, cc -E runs the code through the compiler's parser,
3698 # not just through cpp. "Syntax error" is here to catch this case. 3612 # not just through cpp. "Syntax error" is here to catch this case.
3699 cat >conftest.$ac_ext <<_ACEOF 3613 cat >conftest.$ac_ext <<_ACEOF
3614#line $LINENO "configure"
3700/* confdefs.h. */ 3615/* confdefs.h. */
3701_ACEOF 3616_ACEOF
3702cat confdefs.h >>conftest.$ac_ext 3617cat confdefs.h >>conftest.$ac_ext
@@ -3707,7 +3622,7 @@ cat >>conftest.$ac_ext <<_ACEOF
3707#else 3622#else
3708# include <assert.h> 3623# include <assert.h>
3709#endif 3624#endif
3710 Syntax error 3625 Syntax error
3711_ACEOF 3626_ACEOF
3712if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 3627if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3713 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3628 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
@@ -3719,7 +3634,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3719 (exit $ac_status); } >/dev/null; then 3634 (exit $ac_status); } >/dev/null; then
3720 if test -s conftest.err; then 3635 if test -s conftest.err; then
3721 ac_cpp_err=$ac_c_preproc_warn_flag 3636 ac_cpp_err=$ac_c_preproc_warn_flag
3722 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3723 else 3637 else
3724 ac_cpp_err= 3638 ac_cpp_err=
3725 fi 3639 fi
@@ -3740,6 +3654,7 @@ rm -f conftest.err conftest.$ac_ext
3740 # OK, works on sane cases. Now check whether non-existent headers 3654 # OK, works on sane cases. Now check whether non-existent headers
3741 # can be detected and how. 3655 # can be detected and how.
3742 cat >conftest.$ac_ext <<_ACEOF 3656 cat >conftest.$ac_ext <<_ACEOF
3657#line $LINENO "configure"
3743/* confdefs.h. */ 3658/* confdefs.h. */
3744_ACEOF 3659_ACEOF
3745cat confdefs.h >>conftest.$ac_ext 3660cat confdefs.h >>conftest.$ac_ext
@@ -3757,7 +3672,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3757 (exit $ac_status); } >/dev/null; then 3672 (exit $ac_status); } >/dev/null; then
3758 if test -s conftest.err; then 3673 if test -s conftest.err; then
3759 ac_cpp_err=$ac_c_preproc_warn_flag 3674 ac_cpp_err=$ac_c_preproc_warn_flag
3760 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3761 else 3675 else
3762 ac_cpp_err= 3676 ac_cpp_err=
3763 fi 3677 fi
@@ -3804,6 +3718,7 @@ do
3804 # On the NeXT, cc -E runs the code through the compiler's parser, 3718 # On the NeXT, cc -E runs the code through the compiler's parser,
3805 # not just through cpp. "Syntax error" is here to catch this case. 3719 # not just through cpp. "Syntax error" is here to catch this case.
3806 cat >conftest.$ac_ext <<_ACEOF 3720 cat >conftest.$ac_ext <<_ACEOF
3721#line $LINENO "configure"
3807/* confdefs.h. */ 3722/* confdefs.h. */
3808_ACEOF 3723_ACEOF
3809cat confdefs.h >>conftest.$ac_ext 3724cat confdefs.h >>conftest.$ac_ext
@@ -3814,7 +3729,7 @@ cat >>conftest.$ac_ext <<_ACEOF
3814#else 3729#else
3815# include <assert.h> 3730# include <assert.h>
3816#endif 3731#endif
3817 Syntax error 3732 Syntax error
3818_ACEOF 3733_ACEOF
3819if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 3734if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3820 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3735 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
@@ -3826,7 +3741,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3826 (exit $ac_status); } >/dev/null; then 3741 (exit $ac_status); } >/dev/null; then
3827 if test -s conftest.err; then 3742 if test -s conftest.err; then
3828 ac_cpp_err=$ac_c_preproc_warn_flag 3743 ac_cpp_err=$ac_c_preproc_warn_flag
3829 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3830 else 3744 else
3831 ac_cpp_err= 3745 ac_cpp_err=
3832 fi 3746 fi
@@ -3847,6 +3761,7 @@ rm -f conftest.err conftest.$ac_ext
3847 # OK, works on sane cases. Now check whether non-existent headers 3761 # OK, works on sane cases. Now check whether non-existent headers
3848 # can be detected and how. 3762 # can be detected and how.
3849 cat >conftest.$ac_ext <<_ACEOF 3763 cat >conftest.$ac_ext <<_ACEOF
3764#line $LINENO "configure"
3850/* confdefs.h. */ 3765/* confdefs.h. */
3851_ACEOF 3766_ACEOF
3852cat confdefs.h >>conftest.$ac_ext 3767cat confdefs.h >>conftest.$ac_ext
@@ -3864,7 +3779,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3864 (exit $ac_status); } >/dev/null; then 3779 (exit $ac_status); } >/dev/null; then
3865 if test -s conftest.err; then 3780 if test -s conftest.err; then
3866 ac_cpp_err=$ac_c_preproc_warn_flag 3781 ac_cpp_err=$ac_c_preproc_warn_flag
3867 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3868 else 3782 else
3869 ac_cpp_err= 3783 ac_cpp_err=
3870 fi 3784 fi
@@ -3914,7 +3828,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
3914# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag 3828# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3915# AFS /usr/afsws/bin/install, which mishandles nonexistent args 3829# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3916# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 3830# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3917# OS/2's system install, which has a completely different semantic
3918# ./install, which can be erroneously created by make from ./install.sh. 3831# ./install, which can be erroneously created by make from ./install.sh.
3919echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 3832echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
3920echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 3833echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
@@ -3931,7 +3844,6 @@ do
3931case $as_dir/ in 3844case $as_dir/ in
3932 ./ | .// | /cC/* | \ 3845 ./ | .// | /cC/* | \
3933 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 3846 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3934 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
3935 /usr/ucb/* ) ;; 3847 /usr/ucb/* ) ;;
3936 *) 3848 *)
3937 # OSF1 and SCO ODT 3.0 have their own names for install. 3849 # OSF1 and SCO ODT 3.0 have their own names for install.
@@ -3939,20 +3851,20 @@ case $as_dir/ in
3939 # by default. 3851 # by default.
3940 for ac_prog in ginstall scoinst install; do 3852 for ac_prog in ginstall scoinst install; do
3941 for ac_exec_ext in '' $ac_executable_extensions; do 3853 for ac_exec_ext in '' $ac_executable_extensions; do
3942 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then 3854 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3943 if test $ac_prog = install && 3855 if test $ac_prog = install &&
3944 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 3856 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3945 # AIX install. It has an incompatible calling convention. 3857 # AIX install. It has an incompatible calling convention.
3946 : 3858 :
3947 elif test $ac_prog = install && 3859 elif test $ac_prog = install &&
3948 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 3860 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3949 # program-specific install script used by HP pwplus--don't use. 3861 # program-specific install script used by HP pwplus--don't use.
3950 : 3862 :
3951 else 3863 else
3952 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 3864 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3953 break 3 3865 break 3
3954 fi 3866 fi
3955 fi 3867 fi
3956 done 3868 done
3957 done 3869 done
3958 ;; 3870 ;;
@@ -4210,20 +4122,11 @@ main(){return 0;}
4210_ACEOF 4122_ACEOF
4211rm -f conftest.$ac_objext conftest$ac_exeext 4123rm -f conftest.$ac_objext conftest$ac_exeext
4212if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 4124if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4213 (eval $ac_link) 2>conftest.er1 4125 (eval $ac_link) 2>&5
4214 ac_status=$? 4126 ac_status=$?
4215 grep -v '^ *+' conftest.er1 >conftest.err
4216 rm -f conftest.er1
4217 cat conftest.err >&5
4218 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4127 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4219 (exit $ac_status); } && 4128 (exit $ac_status); } &&
4220 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4129 { ac_try='test -s conftest$ac_exeext'
4221 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4222 (eval $ac_try) 2>&5
4223 ac_status=$?
4224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4225 (exit $ac_status); }; } &&
4226 { ac_try='test -s conftest$ac_exeext'
4227 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4130 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4228 (eval $ac_try) 2>&5 4131 (eval $ac_try) 2>&5
4229 ac_status=$? 4132 ac_status=$?
@@ -4239,8 +4142,7 @@ LDFLAGS=$late_LDFLAGS
4239 echo "$as_me:$LINENO: result: no" >&5 4142 echo "$as_me:$LINENO: result: no" >&5
4240echo "${ECHO_T}no" >&6 4143echo "${ECHO_T}no" >&6
4241fi 4144fi
4242rm -f conftest.err conftest.$ac_objext \ 4145rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
4243 conftest$ac_exeext conftest.$ac_ext
4244 4146
4245 4147
4246echo "$as_me:$LINENO: checking for egrep" >&5 4148echo "$as_me:$LINENO: checking for egrep" >&5
@@ -4262,6 +4164,7 @@ echo "${ECHO_T}$ac_cv_prog_egrep" >&6
4262echo "$as_me:$LINENO: checking for AIX" >&5 4164echo "$as_me:$LINENO: checking for AIX" >&5
4263echo $ECHO_N "checking for AIX... $ECHO_C" >&6 4165echo $ECHO_N "checking for AIX... $ECHO_C" >&6
4264cat >conftest.$ac_ext <<_ACEOF 4166cat >conftest.$ac_ext <<_ACEOF
4167#line $LINENO "configure"
4265/* confdefs.h. */ 4168/* confdefs.h. */
4266_ACEOF 4169_ACEOF
4267cat confdefs.h >>conftest.$ac_ext 4170cat confdefs.h >>conftest.$ac_ext
@@ -4461,7 +4364,8 @@ else
4461 while :; do 4364 while :; do
4462 # IRIX 6.2 and later do not support large files by default, 4365 # IRIX 6.2 and later do not support large files by default,
4463 # so use the C compiler's -n32 option if that helps. 4366 # so use the C compiler's -n32 option if that helps.
4464 cat >conftest.$ac_ext <<_ACEOF 4367 cat >conftest.$ac_ext <<_ACEOF
4368#line $LINENO "configure"
4465/* confdefs.h. */ 4369/* confdefs.h. */
4466_ACEOF 4370_ACEOF
4467cat confdefs.h >>conftest.$ac_ext 4371cat confdefs.h >>conftest.$ac_ext
@@ -4486,20 +4390,11 @@ main ()
4486_ACEOF 4390_ACEOF
4487 rm -f conftest.$ac_objext 4391 rm -f conftest.$ac_objext
4488if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4392if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4489 (eval $ac_compile) 2>conftest.er1 4393 (eval $ac_compile) 2>&5
4490 ac_status=$? 4394 ac_status=$?
4491 grep -v '^ *+' conftest.er1 >conftest.err
4492 rm -f conftest.er1
4493 cat conftest.err >&5
4494 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4495 (exit $ac_status); } && 4396 (exit $ac_status); } &&
4496 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4397 { ac_try='test -s conftest.$ac_objext'
4497 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4498 (eval $ac_try) 2>&5
4499 ac_status=$?
4500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4501 (exit $ac_status); }; } &&
4502 { ac_try='test -s conftest.$ac_objext'
4503 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4398 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4504 (eval $ac_try) 2>&5 4399 (eval $ac_try) 2>&5
4505 ac_status=$? 4400 ac_status=$?
@@ -4511,24 +4406,15 @@ else
4511sed 's/^/| /' conftest.$ac_ext >&5 4406sed 's/^/| /' conftest.$ac_ext >&5
4512 4407
4513fi 4408fi
4514rm -f conftest.err conftest.$ac_objext 4409rm -f conftest.$ac_objext
4515 CC="$CC -n32" 4410 CC="$CC -n32"
4516 rm -f conftest.$ac_objext 4411 rm -f conftest.$ac_objext
4517if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4412if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4518 (eval $ac_compile) 2>conftest.er1 4413 (eval $ac_compile) 2>&5
4519 ac_status=$? 4414 ac_status=$?
4520 grep -v '^ *+' conftest.er1 >conftest.err
4521 rm -f conftest.er1
4522 cat conftest.err >&5
4523 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4524 (exit $ac_status); } && 4416 (exit $ac_status); } &&
4525 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4417 { ac_try='test -s conftest.$ac_objext'
4526 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4527 (eval $ac_try) 2>&5
4528 ac_status=$?
4529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4530 (exit $ac_status); }; } &&
4531 { ac_try='test -s conftest.$ac_objext'
4532 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4418 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4533 (eval $ac_try) 2>&5 4419 (eval $ac_try) 2>&5
4534 ac_status=$? 4420 ac_status=$?
@@ -4540,8 +4426,8 @@ else
4540sed 's/^/| /' conftest.$ac_ext >&5 4426sed 's/^/| /' conftest.$ac_ext >&5
4541 4427
4542fi 4428fi
4543rm -f conftest.err conftest.$ac_objext 4429rm -f conftest.$ac_objext
4544 break 4430 break
4545 done 4431 done
4546 CC=$ac_save_CC 4432 CC=$ac_save_CC
4547 rm -f conftest.$ac_ext 4433 rm -f conftest.$ac_ext
@@ -4561,6 +4447,7 @@ else
4561 while :; do 4447 while :; do
4562 ac_cv_sys_file_offset_bits=no 4448 ac_cv_sys_file_offset_bits=no
4563 cat >conftest.$ac_ext <<_ACEOF 4449 cat >conftest.$ac_ext <<_ACEOF
4450#line $LINENO "configure"
4564/* confdefs.h. */ 4451/* confdefs.h. */
4565_ACEOF 4452_ACEOF
4566cat confdefs.h >>conftest.$ac_ext 4453cat confdefs.h >>conftest.$ac_ext
@@ -4585,20 +4472,11 @@ main ()
4585_ACEOF 4472_ACEOF
4586rm -f conftest.$ac_objext 4473rm -f conftest.$ac_objext
4587if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4474if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4588 (eval $ac_compile) 2>conftest.er1 4475 (eval $ac_compile) 2>&5
4589 ac_status=$? 4476 ac_status=$?
4590 grep -v '^ *+' conftest.er1 >conftest.err
4591 rm -f conftest.er1
4592 cat conftest.err >&5
4593 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4594 (exit $ac_status); } && 4478 (exit $ac_status); } &&
4595 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4479 { ac_try='test -s conftest.$ac_objext'
4596 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4597 (eval $ac_try) 2>&5
4598 ac_status=$?
4599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4600 (exit $ac_status); }; } &&
4601 { ac_try='test -s conftest.$ac_objext'
4602 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4480 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4603 (eval $ac_try) 2>&5 4481 (eval $ac_try) 2>&5
4604 ac_status=$? 4482 ac_status=$?
@@ -4610,8 +4488,9 @@ else
4610sed 's/^/| /' conftest.$ac_ext >&5 4488sed 's/^/| /' conftest.$ac_ext >&5
4611 4489
4612fi 4490fi
4613rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 4491rm -f conftest.$ac_objext conftest.$ac_ext
4614 cat >conftest.$ac_ext <<_ACEOF 4492 cat >conftest.$ac_ext <<_ACEOF
4493#line $LINENO "configure"
4615/* confdefs.h. */ 4494/* confdefs.h. */
4616_ACEOF 4495_ACEOF
4617cat confdefs.h >>conftest.$ac_ext 4496cat confdefs.h >>conftest.$ac_ext
@@ -4637,20 +4516,11 @@ main ()
4637_ACEOF 4516_ACEOF
4638rm -f conftest.$ac_objext 4517rm -f conftest.$ac_objext
4639if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4518if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4640 (eval $ac_compile) 2>conftest.er1 4519 (eval $ac_compile) 2>&5
4641 ac_status=$? 4520 ac_status=$?
4642 grep -v '^ *+' conftest.er1 >conftest.err
4643 rm -f conftest.er1
4644 cat conftest.err >&5
4645 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4646 (exit $ac_status); } && 4522 (exit $ac_status); } &&
4647 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4523 { ac_try='test -s conftest.$ac_objext'
4648 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4649 (eval $ac_try) 2>&5
4650 ac_status=$?
4651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4652 (exit $ac_status); }; } &&
4653 { ac_try='test -s conftest.$ac_objext'
4654 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4524 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4655 (eval $ac_try) 2>&5 4525 (eval $ac_try) 2>&5
4656 ac_status=$? 4526 ac_status=$?
@@ -4662,7 +4532,7 @@ else
4662sed 's/^/| /' conftest.$ac_ext >&5 4532sed 's/^/| /' conftest.$ac_ext >&5
4663 4533
4664fi 4534fi
4665rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 4535rm -f conftest.$ac_objext conftest.$ac_ext
4666 break 4536 break
4667done 4537done
4668fi 4538fi
@@ -4684,6 +4554,7 @@ else
4684 while :; do 4554 while :; do
4685 ac_cv_sys_large_files=no 4555 ac_cv_sys_large_files=no
4686 cat >conftest.$ac_ext <<_ACEOF 4556 cat >conftest.$ac_ext <<_ACEOF
4557#line $LINENO "configure"
4687/* confdefs.h. */ 4558/* confdefs.h. */
4688_ACEOF 4559_ACEOF
4689cat confdefs.h >>conftest.$ac_ext 4560cat confdefs.h >>conftest.$ac_ext
@@ -4708,20 +4579,11 @@ main ()
4708_ACEOF 4579_ACEOF
4709rm -f conftest.$ac_objext 4580rm -f conftest.$ac_objext
4710if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4581if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4711 (eval $ac_compile) 2>conftest.er1 4582 (eval $ac_compile) 2>&5
4712 ac_status=$? 4583 ac_status=$?
4713 grep -v '^ *+' conftest.er1 >conftest.err
4714 rm -f conftest.er1
4715 cat conftest.err >&5
4716 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4717 (exit $ac_status); } && 4585 (exit $ac_status); } &&
4718 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4586 { ac_try='test -s conftest.$ac_objext'
4719 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4720 (eval $ac_try) 2>&5
4721 ac_status=$?
4722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4723 (exit $ac_status); }; } &&
4724 { ac_try='test -s conftest.$ac_objext'
4725 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4587 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4726 (eval $ac_try) 2>&5 4588 (eval $ac_try) 2>&5
4727 ac_status=$? 4589 ac_status=$?
@@ -4733,8 +4595,9 @@ else
4733sed 's/^/| /' conftest.$ac_ext >&5 4595sed 's/^/| /' conftest.$ac_ext >&5
4734 4596
4735fi 4597fi
4736rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 4598rm -f conftest.$ac_objext conftest.$ac_ext
4737 cat >conftest.$ac_ext <<_ACEOF 4599 cat >conftest.$ac_ext <<_ACEOF
4600#line $LINENO "configure"
4738/* confdefs.h. */ 4601/* confdefs.h. */
4739_ACEOF 4602_ACEOF
4740cat confdefs.h >>conftest.$ac_ext 4603cat confdefs.h >>conftest.$ac_ext
@@ -4760,20 +4623,11 @@ main ()
4760_ACEOF 4623_ACEOF
4761rm -f conftest.$ac_objext 4624rm -f conftest.$ac_objext
4762if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4625if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4763 (eval $ac_compile) 2>conftest.er1 4626 (eval $ac_compile) 2>&5
4764 ac_status=$? 4627 ac_status=$?
4765 grep -v '^ *+' conftest.er1 >conftest.err
4766 rm -f conftest.er1
4767 cat conftest.err >&5
4768 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4769 (exit $ac_status); } && 4629 (exit $ac_status); } &&
4770 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4630 { ac_try='test -s conftest.$ac_objext'
4771 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4772 (eval $ac_try) 2>&5
4773 ac_status=$?
4774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4775 (exit $ac_status); }; } &&
4776 { ac_try='test -s conftest.$ac_objext'
4777 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4631 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4778 (eval $ac_try) 2>&5 4632 (eval $ac_try) 2>&5
4779 ac_status=$? 4633 ac_status=$?
@@ -4785,7 +4639,7 @@ else
4785sed 's/^/| /' conftest.$ac_ext >&5 4639sed 's/^/| /' conftest.$ac_ext >&5
4786 4640
4787fi 4641fi
4788rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 4642rm -f conftest.$ac_objext conftest.$ac_ext
4789 break 4643 break
4790done 4644done
4791fi 4645fi
@@ -4810,6 +4664,7 @@ if test "${ac_cv_header_stdc+set}" = set; then
4810 echo $ECHO_N "(cached) $ECHO_C" >&6 4664 echo $ECHO_N "(cached) $ECHO_C" >&6
4811else 4665else
4812 cat >conftest.$ac_ext <<_ACEOF 4666 cat >conftest.$ac_ext <<_ACEOF
4667#line $LINENO "configure"
4813/* confdefs.h. */ 4668/* confdefs.h. */
4814_ACEOF 4669_ACEOF
4815cat confdefs.h >>conftest.$ac_ext 4670cat confdefs.h >>conftest.$ac_ext
@@ -4830,20 +4685,11 @@ main ()
4830_ACEOF 4685_ACEOF
4831rm -f conftest.$ac_objext 4686rm -f conftest.$ac_objext
4832if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4687if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4833 (eval $ac_compile) 2>conftest.er1 4688 (eval $ac_compile) 2>&5
4834 ac_status=$? 4689 ac_status=$?
4835 grep -v '^ *+' conftest.er1 >conftest.err
4836 rm -f conftest.er1
4837 cat conftest.err >&5
4838 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4839 (exit $ac_status); } && 4691 (exit $ac_status); } &&
4840 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4692 { ac_try='test -s conftest.$ac_objext'
4841 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4842 (eval $ac_try) 2>&5
4843 ac_status=$?
4844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4845 (exit $ac_status); }; } &&
4846 { ac_try='test -s conftest.$ac_objext'
4847 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4693 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4848 (eval $ac_try) 2>&5 4694 (eval $ac_try) 2>&5
4849 ac_status=$? 4695 ac_status=$?
@@ -4856,11 +4702,12 @@ sed 's/^/| /' conftest.$ac_ext >&5
4856 4702
4857ac_cv_header_stdc=no 4703ac_cv_header_stdc=no
4858fi 4704fi
4859rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 4705rm -f conftest.$ac_objext conftest.$ac_ext
4860 4706
4861if test $ac_cv_header_stdc = yes; then 4707if test $ac_cv_header_stdc = yes; then
4862 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 4708 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4863 cat >conftest.$ac_ext <<_ACEOF 4709 cat >conftest.$ac_ext <<_ACEOF
4710#line $LINENO "configure"
4864/* confdefs.h. */ 4711/* confdefs.h. */
4865_ACEOF 4712_ACEOF
4866cat confdefs.h >>conftest.$ac_ext 4713cat confdefs.h >>conftest.$ac_ext
@@ -4882,6 +4729,7 @@ fi
4882if test $ac_cv_header_stdc = yes; then 4729if test $ac_cv_header_stdc = yes; then
4883 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 4730 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4884 cat >conftest.$ac_ext <<_ACEOF 4731 cat >conftest.$ac_ext <<_ACEOF
4732#line $LINENO "configure"
4885/* confdefs.h. */ 4733/* confdefs.h. */
4886_ACEOF 4734_ACEOF
4887cat confdefs.h >>conftest.$ac_ext 4735cat confdefs.h >>conftest.$ac_ext
@@ -4906,6 +4754,7 @@ if test $ac_cv_header_stdc = yes; then
4906 : 4754 :
4907else 4755else
4908 cat >conftest.$ac_ext <<_ACEOF 4756 cat >conftest.$ac_ext <<_ACEOF
4757#line $LINENO "configure"
4909/* confdefs.h. */ 4758/* confdefs.h. */
4910_ACEOF 4759_ACEOF
4911cat confdefs.h >>conftest.$ac_ext 4760cat confdefs.h >>conftest.$ac_ext
@@ -4917,9 +4766,9 @@ cat >>conftest.$ac_ext <<_ACEOF
4917# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) 4766# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4918#else 4767#else
4919# define ISLOWER(c) \ 4768# define ISLOWER(c) \
4920 (('a' <= (c) && (c) <= 'i') \ 4769 (('a' <= (c) && (c) <= 'i') \
4921 || ('j' <= (c) && (c) <= 'r') \ 4770 || ('j' <= (c) && (c) <= 'r') \
4922 || ('s' <= (c) && (c) <= 'z')) 4771 || ('s' <= (c) && (c) <= 'z'))
4923# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) 4772# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4924#endif 4773#endif
4925 4774
@@ -4930,7 +4779,7 @@ main ()
4930 int i; 4779 int i;
4931 for (i = 0; i < 256; i++) 4780 for (i = 0; i < 256; i++)
4932 if (XOR (islower (i), ISLOWER (i)) 4781 if (XOR (islower (i), ISLOWER (i))
4933 || toupper (i) != TOUPPER (i)) 4782 || toupper (i) != TOUPPER (i))
4934 exit(2); 4783 exit(2);
4935 exit (0); 4784 exit (0);
4936} 4785}
@@ -4955,7 +4804,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
4955( exit $ac_status ) 4804( exit $ac_status )
4956ac_cv_header_stdc=no 4805ac_cv_header_stdc=no
4957fi 4806fi
4958rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 4807rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
4959fi 4808fi
4960fi 4809fi
4961fi 4810fi
@@ -4980,7 +4829,7 @@ fi
4980 4829
4981 4830
4982for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ 4831for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4983 inttypes.h stdint.h unistd.h 4832 inttypes.h stdint.h unistd.h
4984do 4833do
4985as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 4834as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4986echo "$as_me:$LINENO: checking for $ac_header" >&5 4835echo "$as_me:$LINENO: checking for $ac_header" >&5
@@ -4989,6 +4838,7 @@ if eval "test \"\${$as_ac_Header+set}\" = set"; then
4989 echo $ECHO_N "(cached) $ECHO_C" >&6 4838 echo $ECHO_N "(cached) $ECHO_C" >&6
4990else 4839else
4991 cat >conftest.$ac_ext <<_ACEOF 4840 cat >conftest.$ac_ext <<_ACEOF
4841#line $LINENO "configure"
4992/* confdefs.h. */ 4842/* confdefs.h. */
4993_ACEOF 4843_ACEOF
4994cat confdefs.h >>conftest.$ac_ext 4844cat confdefs.h >>conftest.$ac_ext
@@ -5000,20 +4850,11 @@ $ac_includes_default
5000_ACEOF 4850_ACEOF
5001rm -f conftest.$ac_objext 4851rm -f conftest.$ac_objext
5002if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4852if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5003 (eval $ac_compile) 2>conftest.er1 4853 (eval $ac_compile) 2>&5
5004 ac_status=$? 4854 ac_status=$?
5005 grep -v '^ *+' conftest.er1 >conftest.err
5006 rm -f conftest.er1
5007 cat conftest.err >&5
5008 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5009 (exit $ac_status); } && 4856 (exit $ac_status); } &&
5010 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4857 { ac_try='test -s conftest.$ac_objext'
5011 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5012 (eval $ac_try) 2>&5
5013 ac_status=$?
5014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5015 (exit $ac_status); }; } &&
5016 { ac_try='test -s conftest.$ac_objext'
5017 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4858 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5018 (eval $ac_try) 2>&5 4859 (eval $ac_try) 2>&5
5019 ac_status=$? 4860 ac_status=$?
@@ -5026,7 +4867,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
5026 4867
5027eval "$as_ac_Header=no" 4868eval "$as_ac_Header=no"
5028fi 4869fi
5029rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 4870rm -f conftest.$ac_objext conftest.$ac_ext
5030fi 4871fi
5031echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 4872echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5032echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 4873echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -5059,6 +4900,7 @@ else
5059echo "$as_me:$LINENO: checking $ac_header usability" >&5 4900echo "$as_me:$LINENO: checking $ac_header usability" >&5
5060echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 4901echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
5061cat >conftest.$ac_ext <<_ACEOF 4902cat >conftest.$ac_ext <<_ACEOF
4903#line $LINENO "configure"
5062/* confdefs.h. */ 4904/* confdefs.h. */
5063_ACEOF 4905_ACEOF
5064cat confdefs.h >>conftest.$ac_ext 4906cat confdefs.h >>conftest.$ac_ext
@@ -5069,20 +4911,11 @@ $ac_includes_default
5069_ACEOF 4911_ACEOF
5070rm -f conftest.$ac_objext 4912rm -f conftest.$ac_objext
5071if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4913if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5072 (eval $ac_compile) 2>conftest.er1 4914 (eval $ac_compile) 2>&5
5073 ac_status=$? 4915 ac_status=$?
5074 grep -v '^ *+' conftest.er1 >conftest.err
5075 rm -f conftest.er1
5076 cat conftest.err >&5
5077 echo "$as_me:$LINENO: \$? = $ac_status" >&5 4916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5078 (exit $ac_status); } && 4917 (exit $ac_status); } &&
5079 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 4918 { ac_try='test -s conftest.$ac_objext'
5080 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5081 (eval $ac_try) 2>&5
5082 ac_status=$?
5083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5084 (exit $ac_status); }; } &&
5085 { ac_try='test -s conftest.$ac_objext'
5086 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 4919 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5087 (eval $ac_try) 2>&5 4920 (eval $ac_try) 2>&5
5088 ac_status=$? 4921 ac_status=$?
@@ -5095,7 +4928,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
5095 4928
5096ac_header_compiler=no 4929ac_header_compiler=no
5097fi 4930fi
5098rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 4931rm -f conftest.$ac_objext conftest.$ac_ext
5099echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 4932echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5100echo "${ECHO_T}$ac_header_compiler" >&6 4933echo "${ECHO_T}$ac_header_compiler" >&6
5101 4934
@@ -5103,6 +4936,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
5103echo "$as_me:$LINENO: checking $ac_header presence" >&5 4936echo "$as_me:$LINENO: checking $ac_header presence" >&5
5104echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 4937echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
5105cat >conftest.$ac_ext <<_ACEOF 4938cat >conftest.$ac_ext <<_ACEOF
4939#line $LINENO "configure"
5106/* confdefs.h. */ 4940/* confdefs.h. */
5107_ACEOF 4941_ACEOF
5108cat confdefs.h >>conftest.$ac_ext 4942cat confdefs.h >>conftest.$ac_ext
@@ -5120,7 +4954,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5120 (exit $ac_status); } >/dev/null; then 4954 (exit $ac_status); } >/dev/null; then
5121 if test -s conftest.err; then 4955 if test -s conftest.err; then
5122 ac_cpp_err=$ac_c_preproc_warn_flag 4956 ac_cpp_err=$ac_c_preproc_warn_flag
5123 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5124 else 4957 else
5125 ac_cpp_err= 4958 ac_cpp_err=
5126 fi 4959 fi
@@ -5140,32 +4973,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5140echo "${ECHO_T}$ac_header_preproc" >&6 4973echo "${ECHO_T}$ac_header_preproc" >&6
5141 4974
5142# So? What about this header? 4975# So? What about this header?
5143case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 4976case $ac_header_compiler:$ac_header_preproc in
5144 yes:no: ) 4977 yes:no )
5145 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 4978 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
5146echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 4979echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
5147 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 4980 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5148echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 4981echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5149 ac_header_preproc=yes 4982 (
4983 cat <<\_ASBOX
4984## ------------------------------------ ##
4985## Report this to bug-autoconf@gnu.org. ##
4986## ------------------------------------ ##
4987_ASBOX
4988 ) |
4989 sed "s/^/$as_me: WARNING: /" >&2
5150 ;; 4990 ;;
5151 no:yes:* ) 4991 no:yes )
5152 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 4992 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
5153echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 4993echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
5154 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 4994 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
5155echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 4995echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
5156 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5157echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5158 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
5159echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
5160 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 4996 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5161echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 4997echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5162 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5163echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5164 ( 4998 (
5165 cat <<\_ASBOX 4999 cat <<\_ASBOX
5166## ------------------------------------------ ## 5000## ------------------------------------ ##
5167## Report this to the AC_PACKAGE_NAME lists. ## 5001## Report this to bug-autoconf@gnu.org. ##
5168## ------------------------------------------ ## 5002## ------------------------------------ ##
5169_ASBOX 5003_ASBOX
5170 ) | 5004 ) |
5171 sed "s/^/$as_me: WARNING: /" >&2 5005 sed "s/^/$as_me: WARNING: /" >&2
@@ -5176,7 +5010,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5176if eval "test \"\${$as_ac_Header+set}\" = set"; then 5010if eval "test \"\${$as_ac_Header+set}\" = set"; then
5177 echo $ECHO_N "(cached) $ECHO_C" >&6 5011 echo $ECHO_N "(cached) $ECHO_C" >&6
5178else 5012else
5179 eval "$as_ac_Header=\$ac_header_preproc" 5013 eval "$as_ac_Header=$ac_header_preproc"
5180fi 5014fi
5181echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 5015echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5182echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 5016echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -5200,6 +5034,7 @@ else
5200 ac_check_lib_save_LIBS=$LIBS 5034 ac_check_lib_save_LIBS=$LIBS
5201LIBS="-lossaudio $LIBS" 5035LIBS="-lossaudio $LIBS"
5202cat >conftest.$ac_ext <<_ACEOF 5036cat >conftest.$ac_ext <<_ACEOF
5037#line $LINENO "configure"
5203/* confdefs.h. */ 5038/* confdefs.h. */
5204_ACEOF 5039_ACEOF
5205cat confdefs.h >>conftest.$ac_ext 5040cat confdefs.h >>conftest.$ac_ext
@@ -5223,20 +5058,11 @@ _oss_ioctl ();
5223_ACEOF 5058_ACEOF
5224rm -f conftest.$ac_objext conftest$ac_exeext 5059rm -f conftest.$ac_objext conftest$ac_exeext
5225if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 5060if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5226 (eval $ac_link) 2>conftest.er1 5061 (eval $ac_link) 2>&5
5227 ac_status=$? 5062 ac_status=$?
5228 grep -v '^ *+' conftest.er1 >conftest.err
5229 rm -f conftest.er1
5230 cat conftest.err >&5
5231 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5232 (exit $ac_status); } && 5064 (exit $ac_status); } &&
5233 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5065 { ac_try='test -s conftest$ac_exeext'
5234 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5235 (eval $ac_try) 2>&5
5236 ac_status=$?
5237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5238 (exit $ac_status); }; } &&
5239 { ac_try='test -s conftest$ac_exeext'
5240 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5066 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5241 (eval $ac_try) 2>&5 5067 (eval $ac_try) 2>&5
5242 ac_status=$? 5068 ac_status=$?
@@ -5249,8 +5075,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
5249 5075
5250ac_cv_lib_ossaudio__oss_ioctl=no 5076ac_cv_lib_ossaudio__oss_ioctl=no
5251fi 5077fi
5252rm -f conftest.err conftest.$ac_objext \ 5078rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5253 conftest$ac_exeext conftest.$ac_ext
5254LIBS=$ac_check_lib_save_LIBS 5079LIBS=$ac_check_lib_save_LIBS
5255fi 5080fi
5256echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5 5081echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
@@ -5309,6 +5134,7 @@ else
5309echo "$as_me:$LINENO: checking $ac_header usability" >&5 5134echo "$as_me:$LINENO: checking $ac_header usability" >&5
5310echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 5135echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
5311cat >conftest.$ac_ext <<_ACEOF 5136cat >conftest.$ac_ext <<_ACEOF
5137#line $LINENO "configure"
5312/* confdefs.h. */ 5138/* confdefs.h. */
5313_ACEOF 5139_ACEOF
5314cat confdefs.h >>conftest.$ac_ext 5140cat confdefs.h >>conftest.$ac_ext
@@ -5319,20 +5145,11 @@ $ac_includes_default
5319_ACEOF 5145_ACEOF
5320rm -f conftest.$ac_objext 5146rm -f conftest.$ac_objext
5321if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5147if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5322 (eval $ac_compile) 2>conftest.er1 5148 (eval $ac_compile) 2>&5
5323 ac_status=$? 5149 ac_status=$?
5324 grep -v '^ *+' conftest.er1 >conftest.err
5325 rm -f conftest.er1
5326 cat conftest.err >&5
5327 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5328 (exit $ac_status); } && 5151 (exit $ac_status); } &&
5329 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5152 { ac_try='test -s conftest.$ac_objext'
5330 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5331 (eval $ac_try) 2>&5
5332 ac_status=$?
5333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5334 (exit $ac_status); }; } &&
5335 { ac_try='test -s conftest.$ac_objext'
5336 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5153 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5337 (eval $ac_try) 2>&5 5154 (eval $ac_try) 2>&5
5338 ac_status=$? 5155 ac_status=$?
@@ -5345,7 +5162,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
5345 5162
5346ac_header_compiler=no 5163ac_header_compiler=no
5347fi 5164fi
5348rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 5165rm -f conftest.$ac_objext conftest.$ac_ext
5349echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 5166echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5350echo "${ECHO_T}$ac_header_compiler" >&6 5167echo "${ECHO_T}$ac_header_compiler" >&6
5351 5168
@@ -5353,6 +5170,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
5353echo "$as_me:$LINENO: checking $ac_header presence" >&5 5170echo "$as_me:$LINENO: checking $ac_header presence" >&5
5354echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 5171echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
5355cat >conftest.$ac_ext <<_ACEOF 5172cat >conftest.$ac_ext <<_ACEOF
5173#line $LINENO "configure"
5356/* confdefs.h. */ 5174/* confdefs.h. */
5357_ACEOF 5175_ACEOF
5358cat confdefs.h >>conftest.$ac_ext 5176cat confdefs.h >>conftest.$ac_ext
@@ -5370,7 +5188,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5370 (exit $ac_status); } >/dev/null; then 5188 (exit $ac_status); } >/dev/null; then
5371 if test -s conftest.err; then 5189 if test -s conftest.err; then
5372 ac_cpp_err=$ac_c_preproc_warn_flag 5190 ac_cpp_err=$ac_c_preproc_warn_flag
5373 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5374 else 5191 else
5375 ac_cpp_err= 5192 ac_cpp_err=
5376 fi 5193 fi
@@ -5390,32 +5207,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5390echo "${ECHO_T}$ac_header_preproc" >&6 5207echo "${ECHO_T}$ac_header_preproc" >&6
5391 5208
5392# So? What about this header? 5209# So? What about this header?
5393case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 5210case $ac_header_compiler:$ac_header_preproc in
5394 yes:no: ) 5211 yes:no )
5395 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 5212 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
5396echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 5213echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
5397 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 5214 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5398echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 5215echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5399 ac_header_preproc=yes 5216 (
5217 cat <<\_ASBOX
5218## ------------------------------------ ##
5219## Report this to bug-autoconf@gnu.org. ##
5220## ------------------------------------ ##
5221_ASBOX
5222 ) |
5223 sed "s/^/$as_me: WARNING: /" >&2
5400 ;; 5224 ;;
5401 no:yes:* ) 5225 no:yes )
5402 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 5226 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
5403echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 5227echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
5404 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 5228 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
5405echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 5229echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
5406 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5407echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5408 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
5409echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
5410 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 5230 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5411echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 5231echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5412 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5413echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5414 ( 5232 (
5415 cat <<\_ASBOX 5233 cat <<\_ASBOX
5416## ------------------------------------------ ## 5234## ------------------------------------ ##
5417## Report this to the AC_PACKAGE_NAME lists. ## 5235## Report this to bug-autoconf@gnu.org. ##
5418## ------------------------------------------ ## 5236## ------------------------------------ ##
5419_ASBOX 5237_ASBOX
5420 ) | 5238 ) |
5421 sed "s/^/$as_me: WARNING: /" >&2 5239 sed "s/^/$as_me: WARNING: /" >&2
@@ -5426,7 +5244,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5426if eval "test \"\${$as_ac_Header+set}\" = set"; then 5244if eval "test \"\${$as_ac_Header+set}\" = set"; then
5427 echo $ECHO_N "(cached) $ECHO_C" >&6 5245 echo $ECHO_N "(cached) $ECHO_C" >&6
5428else 5246else
5429 eval "$as_ac_Header=\$ac_header_preproc" 5247 eval "$as_ac_Header=$ac_header_preproc"
5430fi 5248fi
5431echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 5249echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5432echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 5250echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -5445,6 +5263,7 @@ done
5445echo "$as_me:$LINENO: checking if personality LINUX32 can be set" >&5 5263echo "$as_me:$LINENO: checking if personality LINUX32 can be set" >&5
5446echo $ECHO_N "checking if personality LINUX32 can be set... $ECHO_C" >&6 5264echo $ECHO_N "checking if personality LINUX32 can be set... $ECHO_C" >&6
5447cat >conftest.$ac_ext <<_ACEOF 5265cat >conftest.$ac_ext <<_ACEOF
5266#line $LINENO "configure"
5448/* confdefs.h. */ 5267/* confdefs.h. */
5449_ACEOF 5268_ACEOF
5450cat confdefs.h >>conftest.$ac_ext 5269cat confdefs.h >>conftest.$ac_ext
@@ -5461,20 +5280,11 @@ personality (PER_LINUX32)
5461_ACEOF 5280_ACEOF
5462rm -f conftest.$ac_objext 5281rm -f conftest.$ac_objext
5463if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5282if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5464 (eval $ac_compile) 2>conftest.er1 5283 (eval $ac_compile) 2>&5
5465 ac_status=$? 5284 ac_status=$?
5466 grep -v '^ *+' conftest.er1 >conftest.err
5467 rm -f conftest.er1
5468 cat conftest.err >&5
5469 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5470 (exit $ac_status); } && 5286 (exit $ac_status); } &&
5471 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5287 { ac_try='test -s conftest.$ac_objext'
5472 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5473 (eval $ac_try) 2>&5
5474 ac_status=$?
5475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5476 (exit $ac_status); }; } &&
5477 { ac_try='test -s conftest.$ac_objext'
5478 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5288 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5479 (eval $ac_try) 2>&5 5289 (eval $ac_try) 2>&5
5480 ac_status=$? 5290 ac_status=$?
@@ -5487,7 +5297,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
5487 5297
5488emacs_cv_personality_linux32=no 5298emacs_cv_personality_linux32=no
5489fi 5299fi
5490rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 5300rm -f conftest.$ac_objext conftest.$ac_ext
5491echo "$as_me:$LINENO: result: $emacs_cv_personality_linux32" >&5 5301echo "$as_me:$LINENO: result: $emacs_cv_personality_linux32" >&5
5492echo "${ECHO_T}$emacs_cv_personality_linux32" >&6 5302echo "${ECHO_T}$emacs_cv_personality_linux32" >&6
5493 5303
@@ -5509,6 +5319,7 @@ if eval "test \"\${$as_ac_Header+set}\" = set"; then
5509 echo $ECHO_N "(cached) $ECHO_C" >&6 5319 echo $ECHO_N "(cached) $ECHO_C" >&6
5510else 5320else
5511 cat >conftest.$ac_ext <<_ACEOF 5321 cat >conftest.$ac_ext <<_ACEOF
5322#line $LINENO "configure"
5512/* confdefs.h. */ 5323/* confdefs.h. */
5513_ACEOF 5324_ACEOF
5514cat confdefs.h >>conftest.$ac_ext 5325cat confdefs.h >>conftest.$ac_ext
@@ -5526,7 +5337,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5526 (exit $ac_status); } >/dev/null; then 5337 (exit $ac_status); } >/dev/null; then
5527 if test -s conftest.err; then 5338 if test -s conftest.err; then
5528 ac_cpp_err=$ac_c_preproc_warn_flag 5339 ac_cpp_err=$ac_c_preproc_warn_flag
5529 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
5530 else 5340 else
5531 ac_cpp_err= 5341 ac_cpp_err=
5532 fi 5342 fi
@@ -5560,6 +5370,7 @@ if test "${ac_cv_header_stdc+set}" = set; then
5560 echo $ECHO_N "(cached) $ECHO_C" >&6 5370 echo $ECHO_N "(cached) $ECHO_C" >&6
5561else 5371else
5562 cat >conftest.$ac_ext <<_ACEOF 5372 cat >conftest.$ac_ext <<_ACEOF
5373#line $LINENO "configure"
5563/* confdefs.h. */ 5374/* confdefs.h. */
5564_ACEOF 5375_ACEOF
5565cat confdefs.h >>conftest.$ac_ext 5376cat confdefs.h >>conftest.$ac_ext
@@ -5580,20 +5391,11 @@ main ()
5580_ACEOF 5391_ACEOF
5581rm -f conftest.$ac_objext 5392rm -f conftest.$ac_objext
5582if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5393if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5583 (eval $ac_compile) 2>conftest.er1 5394 (eval $ac_compile) 2>&5
5584 ac_status=$? 5395 ac_status=$?
5585 grep -v '^ *+' conftest.er1 >conftest.err
5586 rm -f conftest.er1
5587 cat conftest.err >&5
5588 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5589 (exit $ac_status); } && 5397 (exit $ac_status); } &&
5590 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5398 { ac_try='test -s conftest.$ac_objext'
5591 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5592 (eval $ac_try) 2>&5
5593 ac_status=$?
5594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5595 (exit $ac_status); }; } &&
5596 { ac_try='test -s conftest.$ac_objext'
5597 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5399 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5598 (eval $ac_try) 2>&5 5400 (eval $ac_try) 2>&5
5599 ac_status=$? 5401 ac_status=$?
@@ -5606,11 +5408,12 @@ sed 's/^/| /' conftest.$ac_ext >&5
5606 5408
5607ac_cv_header_stdc=no 5409ac_cv_header_stdc=no
5608fi 5410fi
5609rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 5411rm -f conftest.$ac_objext conftest.$ac_ext
5610 5412
5611if test $ac_cv_header_stdc = yes; then 5413if test $ac_cv_header_stdc = yes; then
5612 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 5414 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5613 cat >conftest.$ac_ext <<_ACEOF 5415 cat >conftest.$ac_ext <<_ACEOF
5416#line $LINENO "configure"
5614/* confdefs.h. */ 5417/* confdefs.h. */
5615_ACEOF 5418_ACEOF
5616cat confdefs.h >>conftest.$ac_ext 5419cat confdefs.h >>conftest.$ac_ext
@@ -5632,6 +5435,7 @@ fi
5632if test $ac_cv_header_stdc = yes; then 5435if test $ac_cv_header_stdc = yes; then
5633 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 5436 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5634 cat >conftest.$ac_ext <<_ACEOF 5437 cat >conftest.$ac_ext <<_ACEOF
5438#line $LINENO "configure"
5635/* confdefs.h. */ 5439/* confdefs.h. */
5636_ACEOF 5440_ACEOF
5637cat confdefs.h >>conftest.$ac_ext 5441cat confdefs.h >>conftest.$ac_ext
@@ -5656,6 +5460,7 @@ if test $ac_cv_header_stdc = yes; then
5656 : 5460 :
5657else 5461else
5658 cat >conftest.$ac_ext <<_ACEOF 5462 cat >conftest.$ac_ext <<_ACEOF
5463#line $LINENO "configure"
5659/* confdefs.h. */ 5464/* confdefs.h. */
5660_ACEOF 5465_ACEOF
5661cat confdefs.h >>conftest.$ac_ext 5466cat confdefs.h >>conftest.$ac_ext
@@ -5667,9 +5472,9 @@ cat >>conftest.$ac_ext <<_ACEOF
5667# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) 5472# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5668#else 5473#else
5669# define ISLOWER(c) \ 5474# define ISLOWER(c) \
5670 (('a' <= (c) && (c) <= 'i') \ 5475 (('a' <= (c) && (c) <= 'i') \
5671 || ('j' <= (c) && (c) <= 'r') \ 5476 || ('j' <= (c) && (c) <= 'r') \
5672 || ('s' <= (c) && (c) <= 'z')) 5477 || ('s' <= (c) && (c) <= 'z'))
5673# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) 5478# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5674#endif 5479#endif
5675 5480
@@ -5680,7 +5485,7 @@ main ()
5680 int i; 5485 int i;
5681 for (i = 0; i < 256; i++) 5486 for (i = 0; i < 256; i++)
5682 if (XOR (islower (i), ISLOWER (i)) 5487 if (XOR (islower (i), ISLOWER (i))
5683 || toupper (i) != TOUPPER (i)) 5488 || toupper (i) != TOUPPER (i))
5684 exit(2); 5489 exit(2);
5685 exit (0); 5490 exit (0);
5686} 5491}
@@ -5705,7 +5510,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
5705( exit $ac_status ) 5510( exit $ac_status )
5706ac_cv_header_stdc=no 5511ac_cv_header_stdc=no
5707fi 5512fi
5708rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 5513rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5709fi 5514fi
5710fi 5515fi
5711fi 5516fi
@@ -5725,6 +5530,7 @@ if test "${ac_cv_header_time+set}" = set; then
5725 echo $ECHO_N "(cached) $ECHO_C" >&6 5530 echo $ECHO_N "(cached) $ECHO_C" >&6
5726else 5531else
5727 cat >conftest.$ac_ext <<_ACEOF 5532 cat >conftest.$ac_ext <<_ACEOF
5533#line $LINENO "configure"
5728/* confdefs.h. */ 5534/* confdefs.h. */
5729_ACEOF 5535_ACEOF
5730cat confdefs.h >>conftest.$ac_ext 5536cat confdefs.h >>conftest.$ac_ext
@@ -5745,20 +5551,11 @@ return 0;
5745_ACEOF 5551_ACEOF
5746rm -f conftest.$ac_objext 5552rm -f conftest.$ac_objext
5747if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5553if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5748 (eval $ac_compile) 2>conftest.er1 5554 (eval $ac_compile) 2>&5
5749 ac_status=$? 5555 ac_status=$?
5750 grep -v '^ *+' conftest.er1 >conftest.err
5751 rm -f conftest.er1
5752 cat conftest.err >&5
5753 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5754 (exit $ac_status); } && 5557 (exit $ac_status); } &&
5755 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5558 { ac_try='test -s conftest.$ac_objext'
5756 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5757 (eval $ac_try) 2>&5
5758 ac_status=$?
5759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5760 (exit $ac_status); }; } &&
5761 { ac_try='test -s conftest.$ac_objext'
5762 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5559 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5763 (eval $ac_try) 2>&5 5560 (eval $ac_try) 2>&5
5764 ac_status=$? 5561 ac_status=$?
@@ -5771,7 +5568,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
5771 5568
5772ac_cv_header_time=no 5569ac_cv_header_time=no
5773fi 5570fi
5774rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 5571rm -f conftest.$ac_objext conftest.$ac_ext
5775fi 5572fi
5776echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5 5573echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
5777echo "${ECHO_T}$ac_cv_header_time" >&6 5574echo "${ECHO_T}$ac_cv_header_time" >&6
@@ -5789,6 +5586,7 @@ if test "${ac_cv_have_decl_sys_siglist+set}" = set; then
5789 echo $ECHO_N "(cached) $ECHO_C" >&6 5586 echo $ECHO_N "(cached) $ECHO_C" >&6
5790else 5587else
5791 cat >conftest.$ac_ext <<_ACEOF 5588 cat >conftest.$ac_ext <<_ACEOF
5589#line $LINENO "configure"
5792/* confdefs.h. */ 5590/* confdefs.h. */
5793_ACEOF 5591_ACEOF
5794cat confdefs.h >>conftest.$ac_ext 5592cat confdefs.h >>conftest.$ac_ext
@@ -5808,20 +5606,11 @@ main ()
5808_ACEOF 5606_ACEOF
5809rm -f conftest.$ac_objext 5607rm -f conftest.$ac_objext
5810if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5608if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5811 (eval $ac_compile) 2>conftest.er1 5609 (eval $ac_compile) 2>&5
5812 ac_status=$? 5610 ac_status=$?
5813 grep -v '^ *+' conftest.er1 >conftest.err
5814 rm -f conftest.er1
5815 cat conftest.err >&5
5816 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5817 (exit $ac_status); } && 5612 (exit $ac_status); } &&
5818 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5613 { ac_try='test -s conftest.$ac_objext'
5819 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5820 (eval $ac_try) 2>&5
5821 ac_status=$?
5822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5823 (exit $ac_status); }; } &&
5824 { ac_try='test -s conftest.$ac_objext'
5825 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5614 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5826 (eval $ac_try) 2>&5 5615 (eval $ac_try) 2>&5
5827 ac_status=$? 5616 ac_status=$?
@@ -5834,7 +5623,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
5834 5623
5835ac_cv_have_decl_sys_siglist=no 5624ac_cv_have_decl_sys_siglist=no
5836fi 5625fi
5837rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 5626rm -f conftest.$ac_objext conftest.$ac_ext
5838fi 5627fi
5839echo "$as_me:$LINENO: result: $ac_cv_have_decl_sys_siglist" >&5 5628echo "$as_me:$LINENO: result: $ac_cv_have_decl_sys_siglist" >&5
5840echo "${ECHO_T}$ac_cv_have_decl_sys_siglist" >&6 5629echo "${ECHO_T}$ac_cv_have_decl_sys_siglist" >&6
@@ -5862,6 +5651,7 @@ if test "${ac_cv_have_decl___sys_siglist+set}" = set; then
5862 echo $ECHO_N "(cached) $ECHO_C" >&6 5651 echo $ECHO_N "(cached) $ECHO_C" >&6
5863else 5652else
5864 cat >conftest.$ac_ext <<_ACEOF 5653 cat >conftest.$ac_ext <<_ACEOF
5654#line $LINENO "configure"
5865/* confdefs.h. */ 5655/* confdefs.h. */
5866_ACEOF 5656_ACEOF
5867cat confdefs.h >>conftest.$ac_ext 5657cat confdefs.h >>conftest.$ac_ext
@@ -5881,20 +5671,11 @@ main ()
5881_ACEOF 5671_ACEOF
5882rm -f conftest.$ac_objext 5672rm -f conftest.$ac_objext
5883if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5673if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5884 (eval $ac_compile) 2>conftest.er1 5674 (eval $ac_compile) 2>&5
5885 ac_status=$? 5675 ac_status=$?
5886 grep -v '^ *+' conftest.er1 >conftest.err
5887 rm -f conftest.er1
5888 cat conftest.err >&5
5889 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5890 (exit $ac_status); } && 5677 (exit $ac_status); } &&
5891 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5678 { ac_try='test -s conftest.$ac_objext'
5892 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5893 (eval $ac_try) 2>&5
5894 ac_status=$?
5895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5896 (exit $ac_status); }; } &&
5897 { ac_try='test -s conftest.$ac_objext'
5898 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5679 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5899 (eval $ac_try) 2>&5 5680 (eval $ac_try) 2>&5
5900 ac_status=$? 5681 ac_status=$?
@@ -5907,7 +5688,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
5907 5688
5908ac_cv_have_decl___sys_siglist=no 5689ac_cv_have_decl___sys_siglist=no
5909fi 5690fi
5910rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 5691rm -f conftest.$ac_objext conftest.$ac_ext
5911fi 5692fi
5912echo "$as_me:$LINENO: result: $ac_cv_have_decl___sys_siglist" >&5 5693echo "$as_me:$LINENO: result: $ac_cv_have_decl___sys_siglist" >&5
5913echo "${ECHO_T}$ac_cv_have_decl___sys_siglist" >&6 5694echo "${ECHO_T}$ac_cv_have_decl___sys_siglist" >&6
@@ -5941,6 +5722,7 @@ if test "${ac_cv_header_sys_wait_h+set}" = set; then
5941 echo $ECHO_N "(cached) $ECHO_C" >&6 5722 echo $ECHO_N "(cached) $ECHO_C" >&6
5942else 5723else
5943 cat >conftest.$ac_ext <<_ACEOF 5724 cat >conftest.$ac_ext <<_ACEOF
5725#line $LINENO "configure"
5944/* confdefs.h. */ 5726/* confdefs.h. */
5945_ACEOF 5727_ACEOF
5946cat confdefs.h >>conftest.$ac_ext 5728cat confdefs.h >>conftest.$ac_ext
@@ -5967,20 +5749,11 @@ main ()
5967_ACEOF 5749_ACEOF
5968rm -f conftest.$ac_objext 5750rm -f conftest.$ac_objext
5969if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5751if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5970 (eval $ac_compile) 2>conftest.er1 5752 (eval $ac_compile) 2>&5
5971 ac_status=$? 5753 ac_status=$?
5972 grep -v '^ *+' conftest.er1 >conftest.err
5973 rm -f conftest.er1
5974 cat conftest.err >&5
5975 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5976 (exit $ac_status); } && 5755 (exit $ac_status); } &&
5977 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5756 { ac_try='test -s conftest.$ac_objext'
5978 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5979 (eval $ac_try) 2>&5
5980 ac_status=$?
5981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5982 (exit $ac_status); }; } &&
5983 { ac_try='test -s conftest.$ac_objext'
5984 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5757 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5985 (eval $ac_try) 2>&5 5758 (eval $ac_try) 2>&5
5986 ac_status=$? 5759 ac_status=$?
@@ -5993,7 +5766,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
5993 5766
5994ac_cv_header_sys_wait_h=no 5767ac_cv_header_sys_wait_h=no
5995fi 5768fi
5996rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 5769rm -f conftest.$ac_objext conftest.$ac_ext
5997fi 5770fi
5998echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5 5771echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
5999echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6 5772echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6
@@ -6012,6 +5785,7 @@ if test "${emacs_cv_struct_utimbuf+set}" = set; then
6012 echo $ECHO_N "(cached) $ECHO_C" >&6 5785 echo $ECHO_N "(cached) $ECHO_C" >&6
6013else 5786else
6014 cat >conftest.$ac_ext <<_ACEOF 5787 cat >conftest.$ac_ext <<_ACEOF
5788#line $LINENO "configure"
6015/* confdefs.h. */ 5789/* confdefs.h. */
6016_ACEOF 5790_ACEOF
6017cat confdefs.h >>conftest.$ac_ext 5791cat confdefs.h >>conftest.$ac_ext
@@ -6040,20 +5814,11 @@ static struct utimbuf x; x.actime = x.modtime;
6040_ACEOF 5814_ACEOF
6041rm -f conftest.$ac_objext 5815rm -f conftest.$ac_objext
6042if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5816if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6043 (eval $ac_compile) 2>conftest.er1 5817 (eval $ac_compile) 2>&5
6044 ac_status=$? 5818 ac_status=$?
6045 grep -v '^ *+' conftest.er1 >conftest.err
6046 rm -f conftest.er1
6047 cat conftest.err >&5
6048 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6049 (exit $ac_status); } && 5820 (exit $ac_status); } &&
6050 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5821 { ac_try='test -s conftest.$ac_objext'
6051 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6052 (eval $ac_try) 2>&5
6053 ac_status=$?
6054 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6055 (exit $ac_status); }; } &&
6056 { ac_try='test -s conftest.$ac_objext'
6057 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5822 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6058 (eval $ac_try) 2>&5 5823 (eval $ac_try) 2>&5
6059 ac_status=$? 5824 ac_status=$?
@@ -6066,7 +5831,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
6066 5831
6067emacs_cv_struct_utimbuf=no 5832emacs_cv_struct_utimbuf=no
6068fi 5833fi
6069rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 5834rm -f conftest.$ac_objext conftest.$ac_ext
6070fi 5835fi
6071echo "$as_me:$LINENO: result: $emacs_cv_struct_utimbuf" >&5 5836echo "$as_me:$LINENO: result: $emacs_cv_struct_utimbuf" >&5
6072echo "${ECHO_T}$emacs_cv_struct_utimbuf" >&6 5837echo "${ECHO_T}$emacs_cv_struct_utimbuf" >&6
@@ -6084,6 +5849,7 @@ if test "${ac_cv_type_signal+set}" = set; then
6084 echo $ECHO_N "(cached) $ECHO_C" >&6 5849 echo $ECHO_N "(cached) $ECHO_C" >&6
6085else 5850else
6086 cat >conftest.$ac_ext <<_ACEOF 5851 cat >conftest.$ac_ext <<_ACEOF
5852#line $LINENO "configure"
6087/* confdefs.h. */ 5853/* confdefs.h. */
6088_ACEOF 5854_ACEOF
6089cat confdefs.h >>conftest.$ac_ext 5855cat confdefs.h >>conftest.$ac_ext
@@ -6110,20 +5876,11 @@ int i;
6110_ACEOF 5876_ACEOF
6111rm -f conftest.$ac_objext 5877rm -f conftest.$ac_objext
6112if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5878if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6113 (eval $ac_compile) 2>conftest.er1 5879 (eval $ac_compile) 2>&5
6114 ac_status=$? 5880 ac_status=$?
6115 grep -v '^ *+' conftest.er1 >conftest.err
6116 rm -f conftest.er1
6117 cat conftest.err >&5
6118 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6119 (exit $ac_status); } && 5882 (exit $ac_status); } &&
6120 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5883 { ac_try='test -s conftest.$ac_objext'
6121 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6122 (eval $ac_try) 2>&5
6123 ac_status=$?
6124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6125 (exit $ac_status); }; } &&
6126 { ac_try='test -s conftest.$ac_objext'
6127 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5884 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6128 (eval $ac_try) 2>&5 5885 (eval $ac_try) 2>&5
6129 ac_status=$? 5886 ac_status=$?
@@ -6136,7 +5893,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
6136 5893
6137ac_cv_type_signal=int 5894ac_cv_type_signal=int
6138fi 5895fi
6139rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 5896rm -f conftest.$ac_objext conftest.$ac_ext
6140fi 5897fi
6141echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5 5898echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5
6142echo "${ECHO_T}$ac_cv_type_signal" >&6 5899echo "${ECHO_T}$ac_cv_type_signal" >&6
@@ -6153,6 +5910,7 @@ if test "${emacs_cv_speed_t+set}" = set; then
6153 echo $ECHO_N "(cached) $ECHO_C" >&6 5910 echo $ECHO_N "(cached) $ECHO_C" >&6
6154else 5911else
6155 cat >conftest.$ac_ext <<_ACEOF 5912 cat >conftest.$ac_ext <<_ACEOF
5913#line $LINENO "configure"
6156/* confdefs.h. */ 5914/* confdefs.h. */
6157_ACEOF 5915_ACEOF
6158cat confdefs.h >>conftest.$ac_ext 5916cat confdefs.h >>conftest.$ac_ext
@@ -6169,20 +5927,11 @@ speed_t x = 1;
6169_ACEOF 5927_ACEOF
6170rm -f conftest.$ac_objext 5928rm -f conftest.$ac_objext
6171if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5929if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6172 (eval $ac_compile) 2>conftest.er1 5930 (eval $ac_compile) 2>&5
6173 ac_status=$? 5931 ac_status=$?
6174 grep -v '^ *+' conftest.er1 >conftest.err
6175 rm -f conftest.er1
6176 cat conftest.err >&5
6177 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6178 (exit $ac_status); } && 5933 (exit $ac_status); } &&
6179 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5934 { ac_try='test -s conftest.$ac_objext'
6180 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6181 (eval $ac_try) 2>&5
6182 ac_status=$?
6183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6184 (exit $ac_status); }; } &&
6185 { ac_try='test -s conftest.$ac_objext'
6186 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5935 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6187 (eval $ac_try) 2>&5 5936 (eval $ac_try) 2>&5
6188 ac_status=$? 5937 ac_status=$?
@@ -6195,7 +5944,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
6195 5944
6196emacs_cv_speed_t=no 5945emacs_cv_speed_t=no
6197fi 5946fi
6198rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 5947rm -f conftest.$ac_objext conftest.$ac_ext
6199fi 5948fi
6200echo "$as_me:$LINENO: result: $emacs_cv_speed_t" >&5 5949echo "$as_me:$LINENO: result: $emacs_cv_speed_t" >&5
6201echo "${ECHO_T}$emacs_cv_speed_t" >&6 5950echo "${ECHO_T}$emacs_cv_speed_t" >&6
@@ -6213,6 +5962,7 @@ if test "${emacs_cv_struct_timeval+set}" = set; then
6213 echo $ECHO_N "(cached) $ECHO_C" >&6 5962 echo $ECHO_N "(cached) $ECHO_C" >&6
6214else 5963else
6215 cat >conftest.$ac_ext <<_ACEOF 5964 cat >conftest.$ac_ext <<_ACEOF
5965#line $LINENO "configure"
6216/* confdefs.h. */ 5966/* confdefs.h. */
6217_ACEOF 5967_ACEOF
6218cat confdefs.h >>conftest.$ac_ext 5968cat confdefs.h >>conftest.$ac_ext
@@ -6238,20 +5988,11 @@ static struct timeval x; x.tv_sec = x.tv_usec;
6238_ACEOF 5988_ACEOF
6239rm -f conftest.$ac_objext 5989rm -f conftest.$ac_objext
6240if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5990if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6241 (eval $ac_compile) 2>conftest.er1 5991 (eval $ac_compile) 2>&5
6242 ac_status=$? 5992 ac_status=$?
6243 grep -v '^ *+' conftest.er1 >conftest.err
6244 rm -f conftest.er1
6245 cat conftest.err >&5
6246 echo "$as_me:$LINENO: \$? = $ac_status" >&5 5993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6247 (exit $ac_status); } && 5994 (exit $ac_status); } &&
6248 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 5995 { ac_try='test -s conftest.$ac_objext'
6249 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6250 (eval $ac_try) 2>&5
6251 ac_status=$?
6252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6253 (exit $ac_status); }; } &&
6254 { ac_try='test -s conftest.$ac_objext'
6255 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 5996 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6256 (eval $ac_try) 2>&5 5997 (eval $ac_try) 2>&5
6257 ac_status=$? 5998 ac_status=$?
@@ -6264,7 +6005,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
6264 6005
6265emacs_cv_struct_timeval=no 6006emacs_cv_struct_timeval=no
6266fi 6007fi
6267rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6008rm -f conftest.$ac_objext conftest.$ac_ext
6268fi 6009fi
6269echo "$as_me:$LINENO: result: $emacs_cv_struct_timeval" >&5 6010echo "$as_me:$LINENO: result: $emacs_cv_struct_timeval" >&5
6270echo "${ECHO_T}$emacs_cv_struct_timeval" >&6 6011echo "${ECHO_T}$emacs_cv_struct_timeval" >&6
@@ -6283,6 +6024,7 @@ if test "${emacs_cv_struct_exception+set}" = set; then
6283 echo $ECHO_N "(cached) $ECHO_C" >&6 6024 echo $ECHO_N "(cached) $ECHO_C" >&6
6284else 6025else
6285 cat >conftest.$ac_ext <<_ACEOF 6026 cat >conftest.$ac_ext <<_ACEOF
6027#line $LINENO "configure"
6286/* confdefs.h. */ 6028/* confdefs.h. */
6287_ACEOF 6029_ACEOF
6288cat confdefs.h >>conftest.$ac_ext 6030cat confdefs.h >>conftest.$ac_ext
@@ -6299,20 +6041,11 @@ static struct exception x; x.arg1 = x.arg2 = x.retval; x.name = ""; x.type = 1;
6299_ACEOF 6041_ACEOF
6300rm -f conftest.$ac_objext 6042rm -f conftest.$ac_objext
6301if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6043if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6302 (eval $ac_compile) 2>conftest.er1 6044 (eval $ac_compile) 2>&5
6303 ac_status=$? 6045 ac_status=$?
6304 grep -v '^ *+' conftest.er1 >conftest.err
6305 rm -f conftest.er1
6306 cat conftest.err >&5
6307 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6308 (exit $ac_status); } && 6047 (exit $ac_status); } &&
6309 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6048 { ac_try='test -s conftest.$ac_objext'
6310 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6311 (eval $ac_try) 2>&5
6312 ac_status=$?
6313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6314 (exit $ac_status); }; } &&
6315 { ac_try='test -s conftest.$ac_objext'
6316 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6049 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6317 (eval $ac_try) 2>&5 6050 (eval $ac_try) 2>&5
6318 ac_status=$? 6051 ac_status=$?
@@ -6325,7 +6058,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
6325 6058
6326emacs_cv_struct_exception=no 6059emacs_cv_struct_exception=no
6327fi 6060fi
6328rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6061rm -f conftest.$ac_objext conftest.$ac_ext
6329fi 6062fi
6330echo "$as_me:$LINENO: result: $emacs_cv_struct_exception" >&5 6063echo "$as_me:$LINENO: result: $emacs_cv_struct_exception" >&5
6331echo "${ECHO_T}$emacs_cv_struct_exception" >&6 6064echo "${ECHO_T}$emacs_cv_struct_exception" >&6
@@ -6355,6 +6088,7 @@ else
6355echo "$as_me:$LINENO: checking $ac_header usability" >&5 6088echo "$as_me:$LINENO: checking $ac_header usability" >&5
6356echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 6089echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6357cat >conftest.$ac_ext <<_ACEOF 6090cat >conftest.$ac_ext <<_ACEOF
6091#line $LINENO "configure"
6358/* confdefs.h. */ 6092/* confdefs.h. */
6359_ACEOF 6093_ACEOF
6360cat confdefs.h >>conftest.$ac_ext 6094cat confdefs.h >>conftest.$ac_ext
@@ -6365,20 +6099,11 @@ $ac_includes_default
6365_ACEOF 6099_ACEOF
6366rm -f conftest.$ac_objext 6100rm -f conftest.$ac_objext
6367if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6101if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6368 (eval $ac_compile) 2>conftest.er1 6102 (eval $ac_compile) 2>&5
6369 ac_status=$? 6103 ac_status=$?
6370 grep -v '^ *+' conftest.er1 >conftest.err
6371 rm -f conftest.er1
6372 cat conftest.err >&5
6373 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6374 (exit $ac_status); } && 6105 (exit $ac_status); } &&
6375 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6106 { ac_try='test -s conftest.$ac_objext'
6376 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6377 (eval $ac_try) 2>&5
6378 ac_status=$?
6379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6380 (exit $ac_status); }; } &&
6381 { ac_try='test -s conftest.$ac_objext'
6382 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6107 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6383 (eval $ac_try) 2>&5 6108 (eval $ac_try) 2>&5
6384 ac_status=$? 6109 ac_status=$?
@@ -6391,7 +6116,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
6391 6116
6392ac_header_compiler=no 6117ac_header_compiler=no
6393fi 6118fi
6394rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6119rm -f conftest.$ac_objext conftest.$ac_ext
6395echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 6120echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6396echo "${ECHO_T}$ac_header_compiler" >&6 6121echo "${ECHO_T}$ac_header_compiler" >&6
6397 6122
@@ -6399,6 +6124,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
6399echo "$as_me:$LINENO: checking $ac_header presence" >&5 6124echo "$as_me:$LINENO: checking $ac_header presence" >&5
6400echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 6125echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6401cat >conftest.$ac_ext <<_ACEOF 6126cat >conftest.$ac_ext <<_ACEOF
6127#line $LINENO "configure"
6402/* confdefs.h. */ 6128/* confdefs.h. */
6403_ACEOF 6129_ACEOF
6404cat confdefs.h >>conftest.$ac_ext 6130cat confdefs.h >>conftest.$ac_ext
@@ -6416,7 +6142,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6416 (exit $ac_status); } >/dev/null; then 6142 (exit $ac_status); } >/dev/null; then
6417 if test -s conftest.err; then 6143 if test -s conftest.err; then
6418 ac_cpp_err=$ac_c_preproc_warn_flag 6144 ac_cpp_err=$ac_c_preproc_warn_flag
6419 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6420 else 6145 else
6421 ac_cpp_err= 6146 ac_cpp_err=
6422 fi 6147 fi
@@ -6436,32 +6161,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6436echo "${ECHO_T}$ac_header_preproc" >&6 6161echo "${ECHO_T}$ac_header_preproc" >&6
6437 6162
6438# So? What about this header? 6163# So? What about this header?
6439case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 6164case $ac_header_compiler:$ac_header_preproc in
6440 yes:no: ) 6165 yes:no )
6441 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 6166 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6442echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 6167echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6443 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 6168 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6444echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 6169echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6445 ac_header_preproc=yes 6170 (
6171 cat <<\_ASBOX
6172## ------------------------------------ ##
6173## Report this to bug-autoconf@gnu.org. ##
6174## ------------------------------------ ##
6175_ASBOX
6176 ) |
6177 sed "s/^/$as_me: WARNING: /" >&2
6446 ;; 6178 ;;
6447 no:yes:* ) 6179 no:yes )
6448 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 6180 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6449echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 6181echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6450 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 6182 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6451echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 6183echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6452 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6453echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6454 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6455echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6456 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 6184 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6457echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 6185echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6458 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6459echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6460 ( 6186 (
6461 cat <<\_ASBOX 6187 cat <<\_ASBOX
6462## ------------------------------------------ ## 6188## ------------------------------------ ##
6463## Report this to the AC_PACKAGE_NAME lists. ## 6189## Report this to bug-autoconf@gnu.org. ##
6464## ------------------------------------------ ## 6190## ------------------------------------ ##
6465_ASBOX 6191_ASBOX
6466 ) | 6192 ) |
6467 sed "s/^/$as_me: WARNING: /" >&2 6193 sed "s/^/$as_me: WARNING: /" >&2
@@ -6472,7 +6198,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6472if eval "test \"\${$as_ac_Header+set}\" = set"; then 6198if eval "test \"\${$as_ac_Header+set}\" = set"; then
6473 echo $ECHO_N "(cached) $ECHO_C" >&6 6199 echo $ECHO_N "(cached) $ECHO_C" >&6
6474else 6200else
6475 eval "$as_ac_Header=\$ac_header_preproc" 6201 eval "$as_ac_Header=$ac_header_preproc"
6476fi 6202fi
6477echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 6203echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6478echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 6204echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -6497,6 +6223,7 @@ if eval "test \"\${$as_ac_Header+set}\" = set"; then
6497 echo $ECHO_N "(cached) $ECHO_C" >&6 6223 echo $ECHO_N "(cached) $ECHO_C" >&6
6498else 6224else
6499 cat >conftest.$ac_ext <<_ACEOF 6225 cat >conftest.$ac_ext <<_ACEOF
6226#line $LINENO "configure"
6500/* confdefs.h. */ 6227/* confdefs.h. */
6501_ACEOF 6228_ACEOF
6502cat confdefs.h >>conftest.$ac_ext 6229cat confdefs.h >>conftest.$ac_ext
@@ -6511,20 +6238,11 @@ $ac_includes_default
6511_ACEOF 6238_ACEOF
6512rm -f conftest.$ac_objext 6239rm -f conftest.$ac_objext
6513if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6240if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6514 (eval $ac_compile) 2>conftest.er1 6241 (eval $ac_compile) 2>&5
6515 ac_status=$? 6242 ac_status=$?
6516 grep -v '^ *+' conftest.er1 >conftest.err
6517 rm -f conftest.er1
6518 cat conftest.err >&5
6519 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6520 (exit $ac_status); } && 6244 (exit $ac_status); } &&
6521 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6245 { ac_try='test -s conftest.$ac_objext'
6522 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6523 (eval $ac_try) 2>&5
6524 ac_status=$?
6525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6526 (exit $ac_status); }; } &&
6527 { ac_try='test -s conftest.$ac_objext'
6528 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6246 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6529 (eval $ac_try) 2>&5 6247 (eval $ac_try) 2>&5
6530 ac_status=$? 6248 ac_status=$?
@@ -6537,7 +6255,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
6537 6255
6538eval "$as_ac_Header=no" 6256eval "$as_ac_Header=no"
6539fi 6257fi
6540rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6258rm -f conftest.$ac_objext conftest.$ac_ext
6541fi 6259fi
6542echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 6260echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6543echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 6261echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -6557,6 +6275,7 @@ if test "${ac_cv_struct_tm+set}" = set; then
6557 echo $ECHO_N "(cached) $ECHO_C" >&6 6275 echo $ECHO_N "(cached) $ECHO_C" >&6
6558else 6276else
6559 cat >conftest.$ac_ext <<_ACEOF 6277 cat >conftest.$ac_ext <<_ACEOF
6278#line $LINENO "configure"
6560/* confdefs.h. */ 6279/* confdefs.h. */
6561_ACEOF 6280_ACEOF
6562cat confdefs.h >>conftest.$ac_ext 6281cat confdefs.h >>conftest.$ac_ext
@@ -6575,20 +6294,11 @@ struct tm *tp; tp->tm_sec;
6575_ACEOF 6294_ACEOF
6576rm -f conftest.$ac_objext 6295rm -f conftest.$ac_objext
6577if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6296if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6578 (eval $ac_compile) 2>conftest.er1 6297 (eval $ac_compile) 2>&5
6579 ac_status=$? 6298 ac_status=$?
6580 grep -v '^ *+' conftest.er1 >conftest.err
6581 rm -f conftest.er1
6582 cat conftest.err >&5
6583 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6584 (exit $ac_status); } && 6300 (exit $ac_status); } &&
6585 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6301 { ac_try='test -s conftest.$ac_objext'
6586 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6587 (eval $ac_try) 2>&5
6588 ac_status=$?
6589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6590 (exit $ac_status); }; } &&
6591 { ac_try='test -s conftest.$ac_objext'
6592 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6302 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6593 (eval $ac_try) 2>&5 6303 (eval $ac_try) 2>&5
6594 ac_status=$? 6304 ac_status=$?
@@ -6601,7 +6311,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
6601 6311
6602ac_cv_struct_tm=sys/time.h 6312ac_cv_struct_tm=sys/time.h
6603fi 6313fi
6604rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6314rm -f conftest.$ac_objext conftest.$ac_ext
6605fi 6315fi
6606echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5 6316echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5
6607echo "${ECHO_T}$ac_cv_struct_tm" >&6 6317echo "${ECHO_T}$ac_cv_struct_tm" >&6
@@ -6619,6 +6329,7 @@ if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then
6619 echo $ECHO_N "(cached) $ECHO_C" >&6 6329 echo $ECHO_N "(cached) $ECHO_C" >&6
6620else 6330else
6621 cat >conftest.$ac_ext <<_ACEOF 6331 cat >conftest.$ac_ext <<_ACEOF
6332#line $LINENO "configure"
6622/* confdefs.h. */ 6333/* confdefs.h. */
6623_ACEOF 6334_ACEOF
6624cat confdefs.h >>conftest.$ac_ext 6335cat confdefs.h >>conftest.$ac_ext
@@ -6640,20 +6351,11 @@ return 0;
6640_ACEOF 6351_ACEOF
6641rm -f conftest.$ac_objext 6352rm -f conftest.$ac_objext
6642if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6353if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6643 (eval $ac_compile) 2>conftest.er1 6354 (eval $ac_compile) 2>&5
6644 ac_status=$? 6355 ac_status=$?
6645 grep -v '^ *+' conftest.er1 >conftest.err
6646 rm -f conftest.er1
6647 cat conftest.err >&5
6648 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6649 (exit $ac_status); } && 6357 (exit $ac_status); } &&
6650 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6358 { ac_try='test -s conftest.$ac_objext'
6651 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6652 (eval $ac_try) 2>&5
6653 ac_status=$?
6654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6655 (exit $ac_status); }; } &&
6656 { ac_try='test -s conftest.$ac_objext'
6657 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6359 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6658 (eval $ac_try) 2>&5 6360 (eval $ac_try) 2>&5
6659 ac_status=$? 6361 ac_status=$?
@@ -6665,6 +6367,7 @@ else
6665sed 's/^/| /' conftest.$ac_ext >&5 6367sed 's/^/| /' conftest.$ac_ext >&5
6666 6368
6667cat >conftest.$ac_ext <<_ACEOF 6369cat >conftest.$ac_ext <<_ACEOF
6370#line $LINENO "configure"
6668/* confdefs.h. */ 6371/* confdefs.h. */
6669_ACEOF 6372_ACEOF
6670cat confdefs.h >>conftest.$ac_ext 6373cat confdefs.h >>conftest.$ac_ext
@@ -6686,20 +6389,11 @@ return 0;
6686_ACEOF 6389_ACEOF
6687rm -f conftest.$ac_objext 6390rm -f conftest.$ac_objext
6688if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6391if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6689 (eval $ac_compile) 2>conftest.er1 6392 (eval $ac_compile) 2>&5
6690 ac_status=$? 6393 ac_status=$?
6691 grep -v '^ *+' conftest.er1 >conftest.err
6692 rm -f conftest.er1
6693 cat conftest.err >&5
6694 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6695 (exit $ac_status); } && 6395 (exit $ac_status); } &&
6696 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6396 { ac_try='test -s conftest.$ac_objext'
6697 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6698 (eval $ac_try) 2>&5
6699 ac_status=$?
6700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6701 (exit $ac_status); }; } &&
6702 { ac_try='test -s conftest.$ac_objext'
6703 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6397 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6704 (eval $ac_try) 2>&5 6398 (eval $ac_try) 2>&5
6705 ac_status=$? 6399 ac_status=$?
@@ -6712,9 +6406,9 @@ sed 's/^/| /' conftest.$ac_ext >&5
6712 6406
6713ac_cv_member_struct_tm_tm_zone=no 6407ac_cv_member_struct_tm_tm_zone=no
6714fi 6408fi
6715rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6409rm -f conftest.$ac_objext conftest.$ac_ext
6716fi 6410fi
6717rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6411rm -f conftest.$ac_objext conftest.$ac_ext
6718fi 6412fi
6719echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_zone" >&5 6413echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_zone" >&5
6720echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6 6414echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6
@@ -6740,6 +6434,7 @@ if test "${ac_cv_var_tzname+set}" = set; then
6740 echo $ECHO_N "(cached) $ECHO_C" >&6 6434 echo $ECHO_N "(cached) $ECHO_C" >&6
6741else 6435else
6742 cat >conftest.$ac_ext <<_ACEOF 6436 cat >conftest.$ac_ext <<_ACEOF
6437#line $LINENO "configure"
6743/* confdefs.h. */ 6438/* confdefs.h. */
6744_ACEOF 6439_ACEOF
6745cat confdefs.h >>conftest.$ac_ext 6440cat confdefs.h >>conftest.$ac_ext
@@ -6760,20 +6455,11 @@ atoi(*tzname);
6760_ACEOF 6455_ACEOF
6761rm -f conftest.$ac_objext conftest$ac_exeext 6456rm -f conftest.$ac_objext conftest$ac_exeext
6762if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 6457if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6763 (eval $ac_link) 2>conftest.er1 6458 (eval $ac_link) 2>&5
6764 ac_status=$? 6459 ac_status=$?
6765 grep -v '^ *+' conftest.er1 >conftest.err
6766 rm -f conftest.er1
6767 cat conftest.err >&5
6768 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6769 (exit $ac_status); } && 6461 (exit $ac_status); } &&
6770 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6462 { ac_try='test -s conftest$ac_exeext'
6771 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6772 (eval $ac_try) 2>&5
6773 ac_status=$?
6774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6775 (exit $ac_status); }; } &&
6776 { ac_try='test -s conftest$ac_exeext'
6777 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6463 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6778 (eval $ac_try) 2>&5 6464 (eval $ac_try) 2>&5
6779 ac_status=$? 6465 ac_status=$?
@@ -6786,8 +6472,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
6786 6472
6787ac_cv_var_tzname=no 6473ac_cv_var_tzname=no
6788fi 6474fi
6789rm -f conftest.err conftest.$ac_objext \ 6475rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6790 conftest$ac_exeext conftest.$ac_ext
6791fi 6476fi
6792echo "$as_me:$LINENO: result: $ac_cv_var_tzname" >&5 6477echo "$as_me:$LINENO: result: $ac_cv_var_tzname" >&5
6793echo "${ECHO_T}$ac_cv_var_tzname" >&6 6478echo "${ECHO_T}$ac_cv_var_tzname" >&6
@@ -6806,6 +6491,7 @@ if test "${ac_cv_member_struct_tm_tm_gmtoff+set}" = set; then
6806 echo $ECHO_N "(cached) $ECHO_C" >&6 6491 echo $ECHO_N "(cached) $ECHO_C" >&6
6807else 6492else
6808 cat >conftest.$ac_ext <<_ACEOF 6493 cat >conftest.$ac_ext <<_ACEOF
6494#line $LINENO "configure"
6809/* confdefs.h. */ 6495/* confdefs.h. */
6810_ACEOF 6496_ACEOF
6811cat confdefs.h >>conftest.$ac_ext 6497cat confdefs.h >>conftest.$ac_ext
@@ -6825,20 +6511,11 @@ return 0;
6825_ACEOF 6511_ACEOF
6826rm -f conftest.$ac_objext 6512rm -f conftest.$ac_objext
6827if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6513if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6828 (eval $ac_compile) 2>conftest.er1 6514 (eval $ac_compile) 2>&5
6829 ac_status=$? 6515 ac_status=$?
6830 grep -v '^ *+' conftest.er1 >conftest.err
6831 rm -f conftest.er1
6832 cat conftest.err >&5
6833 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6834 (exit $ac_status); } && 6517 (exit $ac_status); } &&
6835 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6518 { ac_try='test -s conftest.$ac_objext'
6836 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6837 (eval $ac_try) 2>&5
6838 ac_status=$?
6839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6840 (exit $ac_status); }; } &&
6841 { ac_try='test -s conftest.$ac_objext'
6842 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6519 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6843 (eval $ac_try) 2>&5 6520 (eval $ac_try) 2>&5
6844 ac_status=$? 6521 ac_status=$?
@@ -6850,6 +6527,7 @@ else
6850sed 's/^/| /' conftest.$ac_ext >&5 6527sed 's/^/| /' conftest.$ac_ext >&5
6851 6528
6852cat >conftest.$ac_ext <<_ACEOF 6529cat >conftest.$ac_ext <<_ACEOF
6530#line $LINENO "configure"
6853/* confdefs.h. */ 6531/* confdefs.h. */
6854_ACEOF 6532_ACEOF
6855cat confdefs.h >>conftest.$ac_ext 6533cat confdefs.h >>conftest.$ac_ext
@@ -6869,20 +6547,11 @@ return 0;
6869_ACEOF 6547_ACEOF
6870rm -f conftest.$ac_objext 6548rm -f conftest.$ac_objext
6871if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6549if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6872 (eval $ac_compile) 2>conftest.er1 6550 (eval $ac_compile) 2>&5
6873 ac_status=$? 6551 ac_status=$?
6874 grep -v '^ *+' conftest.er1 >conftest.err
6875 rm -f conftest.er1
6876 cat conftest.err >&5
6877 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6878 (exit $ac_status); } && 6553 (exit $ac_status); } &&
6879 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6554 { ac_try='test -s conftest.$ac_objext'
6880 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6881 (eval $ac_try) 2>&5
6882 ac_status=$?
6883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6884 (exit $ac_status); }; } &&
6885 { ac_try='test -s conftest.$ac_objext'
6886 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6555 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6887 (eval $ac_try) 2>&5 6556 (eval $ac_try) 2>&5
6888 ac_status=$? 6557 ac_status=$?
@@ -6895,9 +6564,9 @@ sed 's/^/| /' conftest.$ac_ext >&5
6895 6564
6896ac_cv_member_struct_tm_tm_gmtoff=no 6565ac_cv_member_struct_tm_tm_gmtoff=no
6897fi 6566fi
6898rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6567rm -f conftest.$ac_objext conftest.$ac_ext
6899fi 6568fi
6900rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6569rm -f conftest.$ac_objext conftest.$ac_ext
6901fi 6570fi
6902echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_gmtoff" >&5 6571echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_gmtoff" >&5
6903echo "${ECHO_T}$ac_cv_member_struct_tm_tm_gmtoff" >&6 6572echo "${ECHO_T}$ac_cv_member_struct_tm_tm_gmtoff" >&6
@@ -6915,6 +6584,7 @@ if test "${ac_cv_member_struct_ifreq_ifr_flags+set}" = set; then
6915 echo $ECHO_N "(cached) $ECHO_C" >&6 6584 echo $ECHO_N "(cached) $ECHO_C" >&6
6916else 6585else
6917 cat >conftest.$ac_ext <<_ACEOF 6586 cat >conftest.$ac_ext <<_ACEOF
6587#line $LINENO "configure"
6918/* confdefs.h. */ 6588/* confdefs.h. */
6919_ACEOF 6589_ACEOF
6920cat confdefs.h >>conftest.$ac_ext 6590cat confdefs.h >>conftest.$ac_ext
@@ -6940,20 +6610,11 @@ return 0;
6940_ACEOF 6610_ACEOF
6941rm -f conftest.$ac_objext 6611rm -f conftest.$ac_objext
6942if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6612if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6943 (eval $ac_compile) 2>conftest.er1 6613 (eval $ac_compile) 2>&5
6944 ac_status=$? 6614 ac_status=$?
6945 grep -v '^ *+' conftest.er1 >conftest.err
6946 rm -f conftest.er1
6947 cat conftest.err >&5
6948 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6949 (exit $ac_status); } && 6616 (exit $ac_status); } &&
6950 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6617 { ac_try='test -s conftest.$ac_objext'
6951 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6952 (eval $ac_try) 2>&5
6953 ac_status=$?
6954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6955 (exit $ac_status); }; } &&
6956 { ac_try='test -s conftest.$ac_objext'
6957 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6618 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6958 (eval $ac_try) 2>&5 6619 (eval $ac_try) 2>&5
6959 ac_status=$? 6620 ac_status=$?
@@ -6965,6 +6626,7 @@ else
6965sed 's/^/| /' conftest.$ac_ext >&5 6626sed 's/^/| /' conftest.$ac_ext >&5
6966 6627
6967cat >conftest.$ac_ext <<_ACEOF 6628cat >conftest.$ac_ext <<_ACEOF
6629#line $LINENO "configure"
6968/* confdefs.h. */ 6630/* confdefs.h. */
6969_ACEOF 6631_ACEOF
6970cat confdefs.h >>conftest.$ac_ext 6632cat confdefs.h >>conftest.$ac_ext
@@ -6990,20 +6652,11 @@ return 0;
6990_ACEOF 6652_ACEOF
6991rm -f conftest.$ac_objext 6653rm -f conftest.$ac_objext
6992if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6654if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6993 (eval $ac_compile) 2>conftest.er1 6655 (eval $ac_compile) 2>&5
6994 ac_status=$? 6656 ac_status=$?
6995 grep -v '^ *+' conftest.er1 >conftest.err
6996 rm -f conftest.er1
6997 cat conftest.err >&5
6998 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6999 (exit $ac_status); } && 6658 (exit $ac_status); } &&
7000 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6659 { ac_try='test -s conftest.$ac_objext'
7001 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7002 (eval $ac_try) 2>&5
7003 ac_status=$?
7004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7005 (exit $ac_status); }; } &&
7006 { ac_try='test -s conftest.$ac_objext'
7007 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6660 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7008 (eval $ac_try) 2>&5 6661 (eval $ac_try) 2>&5
7009 ac_status=$? 6662 ac_status=$?
@@ -7016,9 +6669,9 @@ sed 's/^/| /' conftest.$ac_ext >&5
7016 6669
7017ac_cv_member_struct_ifreq_ifr_flags=no 6670ac_cv_member_struct_ifreq_ifr_flags=no
7018fi 6671fi
7019rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6672rm -f conftest.$ac_objext conftest.$ac_ext
7020fi 6673fi
7021rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6674rm -f conftest.$ac_objext conftest.$ac_ext
7022fi 6675fi
7023echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_flags" >&5 6676echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_flags" >&5
7024echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_flags" >&6 6677echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_flags" >&6
@@ -7036,6 +6689,7 @@ if test "${ac_cv_member_struct_ifreq_ifr_hwaddr+set}" = set; then
7036 echo $ECHO_N "(cached) $ECHO_C" >&6 6689 echo $ECHO_N "(cached) $ECHO_C" >&6
7037else 6690else
7038 cat >conftest.$ac_ext <<_ACEOF 6691 cat >conftest.$ac_ext <<_ACEOF
6692#line $LINENO "configure"
7039/* confdefs.h. */ 6693/* confdefs.h. */
7040_ACEOF 6694_ACEOF
7041cat confdefs.h >>conftest.$ac_ext 6695cat confdefs.h >>conftest.$ac_ext
@@ -7061,20 +6715,11 @@ return 0;
7061_ACEOF 6715_ACEOF
7062rm -f conftest.$ac_objext 6716rm -f conftest.$ac_objext
7063if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6717if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7064 (eval $ac_compile) 2>conftest.er1 6718 (eval $ac_compile) 2>&5
7065 ac_status=$? 6719 ac_status=$?
7066 grep -v '^ *+' conftest.er1 >conftest.err
7067 rm -f conftest.er1
7068 cat conftest.err >&5
7069 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7070 (exit $ac_status); } && 6721 (exit $ac_status); } &&
7071 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6722 { ac_try='test -s conftest.$ac_objext'
7072 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7073 (eval $ac_try) 2>&5
7074 ac_status=$?
7075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7076 (exit $ac_status); }; } &&
7077 { ac_try='test -s conftest.$ac_objext'
7078 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6723 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7079 (eval $ac_try) 2>&5 6724 (eval $ac_try) 2>&5
7080 ac_status=$? 6725 ac_status=$?
@@ -7086,6 +6731,7 @@ else
7086sed 's/^/| /' conftest.$ac_ext >&5 6731sed 's/^/| /' conftest.$ac_ext >&5
7087 6732
7088cat >conftest.$ac_ext <<_ACEOF 6733cat >conftest.$ac_ext <<_ACEOF
6734#line $LINENO "configure"
7089/* confdefs.h. */ 6735/* confdefs.h. */
7090_ACEOF 6736_ACEOF
7091cat confdefs.h >>conftest.$ac_ext 6737cat confdefs.h >>conftest.$ac_ext
@@ -7111,20 +6757,11 @@ return 0;
7111_ACEOF 6757_ACEOF
7112rm -f conftest.$ac_objext 6758rm -f conftest.$ac_objext
7113if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6759if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7114 (eval $ac_compile) 2>conftest.er1 6760 (eval $ac_compile) 2>&5
7115 ac_status=$? 6761 ac_status=$?
7116 grep -v '^ *+' conftest.er1 >conftest.err
7117 rm -f conftest.er1
7118 cat conftest.err >&5
7119 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7120 (exit $ac_status); } && 6763 (exit $ac_status); } &&
7121 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6764 { ac_try='test -s conftest.$ac_objext'
7122 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7123 (eval $ac_try) 2>&5
7124 ac_status=$?
7125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7126 (exit $ac_status); }; } &&
7127 { ac_try='test -s conftest.$ac_objext'
7128 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6765 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7129 (eval $ac_try) 2>&5 6766 (eval $ac_try) 2>&5
7130 ac_status=$? 6767 ac_status=$?
@@ -7137,9 +6774,9 @@ sed 's/^/| /' conftest.$ac_ext >&5
7137 6774
7138ac_cv_member_struct_ifreq_ifr_hwaddr=no 6775ac_cv_member_struct_ifreq_ifr_hwaddr=no
7139fi 6776fi
7140rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6777rm -f conftest.$ac_objext conftest.$ac_ext
7141fi 6778fi
7142rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6779rm -f conftest.$ac_objext conftest.$ac_ext
7143fi 6780fi
7144echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_hwaddr" >&5 6781echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_hwaddr" >&5
7145echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_hwaddr" >&6 6782echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_hwaddr" >&6
@@ -7157,6 +6794,7 @@ if test "${ac_cv_member_struct_ifreq_ifr_netmask+set}" = set; then
7157 echo $ECHO_N "(cached) $ECHO_C" >&6 6794 echo $ECHO_N "(cached) $ECHO_C" >&6
7158else 6795else
7159 cat >conftest.$ac_ext <<_ACEOF 6796 cat >conftest.$ac_ext <<_ACEOF
6797#line $LINENO "configure"
7160/* confdefs.h. */ 6798/* confdefs.h. */
7161_ACEOF 6799_ACEOF
7162cat confdefs.h >>conftest.$ac_ext 6800cat confdefs.h >>conftest.$ac_ext
@@ -7182,20 +6820,11 @@ return 0;
7182_ACEOF 6820_ACEOF
7183rm -f conftest.$ac_objext 6821rm -f conftest.$ac_objext
7184if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6822if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7185 (eval $ac_compile) 2>conftest.er1 6823 (eval $ac_compile) 2>&5
7186 ac_status=$? 6824 ac_status=$?
7187 grep -v '^ *+' conftest.er1 >conftest.err
7188 rm -f conftest.er1
7189 cat conftest.err >&5
7190 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7191 (exit $ac_status); } && 6826 (exit $ac_status); } &&
7192 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6827 { ac_try='test -s conftest.$ac_objext'
7193 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7194 (eval $ac_try) 2>&5
7195 ac_status=$?
7196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7197 (exit $ac_status); }; } &&
7198 { ac_try='test -s conftest.$ac_objext'
7199 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6828 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7200 (eval $ac_try) 2>&5 6829 (eval $ac_try) 2>&5
7201 ac_status=$? 6830 ac_status=$?
@@ -7207,6 +6836,7 @@ else
7207sed 's/^/| /' conftest.$ac_ext >&5 6836sed 's/^/| /' conftest.$ac_ext >&5
7208 6837
7209cat >conftest.$ac_ext <<_ACEOF 6838cat >conftest.$ac_ext <<_ACEOF
6839#line $LINENO "configure"
7210/* confdefs.h. */ 6840/* confdefs.h. */
7211_ACEOF 6841_ACEOF
7212cat confdefs.h >>conftest.$ac_ext 6842cat confdefs.h >>conftest.$ac_ext
@@ -7232,20 +6862,11 @@ return 0;
7232_ACEOF 6862_ACEOF
7233rm -f conftest.$ac_objext 6863rm -f conftest.$ac_objext
7234if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6864if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7235 (eval $ac_compile) 2>conftest.er1 6865 (eval $ac_compile) 2>&5
7236 ac_status=$? 6866 ac_status=$?
7237 grep -v '^ *+' conftest.er1 >conftest.err
7238 rm -f conftest.er1
7239 cat conftest.err >&5
7240 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7241 (exit $ac_status); } && 6868 (exit $ac_status); } &&
7242 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6869 { ac_try='test -s conftest.$ac_objext'
7243 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7244 (eval $ac_try) 2>&5
7245 ac_status=$?
7246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7247 (exit $ac_status); }; } &&
7248 { ac_try='test -s conftest.$ac_objext'
7249 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6870 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7250 (eval $ac_try) 2>&5 6871 (eval $ac_try) 2>&5
7251 ac_status=$? 6872 ac_status=$?
@@ -7258,9 +6879,9 @@ sed 's/^/| /' conftest.$ac_ext >&5
7258 6879
7259ac_cv_member_struct_ifreq_ifr_netmask=no 6880ac_cv_member_struct_ifreq_ifr_netmask=no
7260fi 6881fi
7261rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6882rm -f conftest.$ac_objext conftest.$ac_ext
7262fi 6883fi
7263rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6884rm -f conftest.$ac_objext conftest.$ac_ext
7264fi 6885fi
7265echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_netmask" >&5 6886echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_netmask" >&5
7266echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_netmask" >&6 6887echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_netmask" >&6
@@ -7278,6 +6899,7 @@ if test "${ac_cv_member_struct_ifreq_ifr_broadaddr+set}" = set; then
7278 echo $ECHO_N "(cached) $ECHO_C" >&6 6899 echo $ECHO_N "(cached) $ECHO_C" >&6
7279else 6900else
7280 cat >conftest.$ac_ext <<_ACEOF 6901 cat >conftest.$ac_ext <<_ACEOF
6902#line $LINENO "configure"
7281/* confdefs.h. */ 6903/* confdefs.h. */
7282_ACEOF 6904_ACEOF
7283cat confdefs.h >>conftest.$ac_ext 6905cat confdefs.h >>conftest.$ac_ext
@@ -7303,20 +6925,11 @@ return 0;
7303_ACEOF 6925_ACEOF
7304rm -f conftest.$ac_objext 6926rm -f conftest.$ac_objext
7305if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6927if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7306 (eval $ac_compile) 2>conftest.er1 6928 (eval $ac_compile) 2>&5
7307 ac_status=$? 6929 ac_status=$?
7308 grep -v '^ *+' conftest.er1 >conftest.err
7309 rm -f conftest.er1
7310 cat conftest.err >&5
7311 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7312 (exit $ac_status); } && 6931 (exit $ac_status); } &&
7313 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6932 { ac_try='test -s conftest.$ac_objext'
7314 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7315 (eval $ac_try) 2>&5
7316 ac_status=$?
7317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7318 (exit $ac_status); }; } &&
7319 { ac_try='test -s conftest.$ac_objext'
7320 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6933 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7321 (eval $ac_try) 2>&5 6934 (eval $ac_try) 2>&5
7322 ac_status=$? 6935 ac_status=$?
@@ -7328,6 +6941,7 @@ else
7328sed 's/^/| /' conftest.$ac_ext >&5 6941sed 's/^/| /' conftest.$ac_ext >&5
7329 6942
7330cat >conftest.$ac_ext <<_ACEOF 6943cat >conftest.$ac_ext <<_ACEOF
6944#line $LINENO "configure"
7331/* confdefs.h. */ 6945/* confdefs.h. */
7332_ACEOF 6946_ACEOF
7333cat confdefs.h >>conftest.$ac_ext 6947cat confdefs.h >>conftest.$ac_ext
@@ -7353,20 +6967,11 @@ return 0;
7353_ACEOF 6967_ACEOF
7354rm -f conftest.$ac_objext 6968rm -f conftest.$ac_objext
7355if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6969if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7356 (eval $ac_compile) 2>conftest.er1 6970 (eval $ac_compile) 2>&5
7357 ac_status=$? 6971 ac_status=$?
7358 grep -v '^ *+' conftest.er1 >conftest.err
7359 rm -f conftest.er1
7360 cat conftest.err >&5
7361 echo "$as_me:$LINENO: \$? = $ac_status" >&5 6972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7362 (exit $ac_status); } && 6973 (exit $ac_status); } &&
7363 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 6974 { ac_try='test -s conftest.$ac_objext'
7364 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7365 (eval $ac_try) 2>&5
7366 ac_status=$?
7367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7368 (exit $ac_status); }; } &&
7369 { ac_try='test -s conftest.$ac_objext'
7370 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 6975 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7371 (eval $ac_try) 2>&5 6976 (eval $ac_try) 2>&5
7372 ac_status=$? 6977 ac_status=$?
@@ -7379,9 +6984,9 @@ sed 's/^/| /' conftest.$ac_ext >&5
7379 6984
7380ac_cv_member_struct_ifreq_ifr_broadaddr=no 6985ac_cv_member_struct_ifreq_ifr_broadaddr=no
7381fi 6986fi
7382rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6987rm -f conftest.$ac_objext conftest.$ac_ext
7383fi 6988fi
7384rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 6989rm -f conftest.$ac_objext conftest.$ac_ext
7385fi 6990fi
7386echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_broadaddr" >&5 6991echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_broadaddr" >&5
7387echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_broadaddr" >&6 6992echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_broadaddr" >&6
@@ -7399,6 +7004,7 @@ if test "${ac_cv_member_struct_ifreq_ifr_addr+set}" = set; then
7399 echo $ECHO_N "(cached) $ECHO_C" >&6 7004 echo $ECHO_N "(cached) $ECHO_C" >&6
7400else 7005else
7401 cat >conftest.$ac_ext <<_ACEOF 7006 cat >conftest.$ac_ext <<_ACEOF
7007#line $LINENO "configure"
7402/* confdefs.h. */ 7008/* confdefs.h. */
7403_ACEOF 7009_ACEOF
7404cat confdefs.h >>conftest.$ac_ext 7010cat confdefs.h >>conftest.$ac_ext
@@ -7424,20 +7030,11 @@ return 0;
7424_ACEOF 7030_ACEOF
7425rm -f conftest.$ac_objext 7031rm -f conftest.$ac_objext
7426if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7032if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7427 (eval $ac_compile) 2>conftest.er1 7033 (eval $ac_compile) 2>&5
7428 ac_status=$? 7034 ac_status=$?
7429 grep -v '^ *+' conftest.er1 >conftest.err
7430 rm -f conftest.er1
7431 cat conftest.err >&5
7432 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7433 (exit $ac_status); } && 7036 (exit $ac_status); } &&
7434 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7037 { ac_try='test -s conftest.$ac_objext'
7435 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7436 (eval $ac_try) 2>&5
7437 ac_status=$?
7438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7439 (exit $ac_status); }; } &&
7440 { ac_try='test -s conftest.$ac_objext'
7441 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7038 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7442 (eval $ac_try) 2>&5 7039 (eval $ac_try) 2>&5
7443 ac_status=$? 7040 ac_status=$?
@@ -7449,6 +7046,7 @@ else
7449sed 's/^/| /' conftest.$ac_ext >&5 7046sed 's/^/| /' conftest.$ac_ext >&5
7450 7047
7451cat >conftest.$ac_ext <<_ACEOF 7048cat >conftest.$ac_ext <<_ACEOF
7049#line $LINENO "configure"
7452/* confdefs.h. */ 7050/* confdefs.h. */
7453_ACEOF 7051_ACEOF
7454cat confdefs.h >>conftest.$ac_ext 7052cat confdefs.h >>conftest.$ac_ext
@@ -7474,20 +7072,11 @@ return 0;
7474_ACEOF 7072_ACEOF
7475rm -f conftest.$ac_objext 7073rm -f conftest.$ac_objext
7476if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7074if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7477 (eval $ac_compile) 2>conftest.er1 7075 (eval $ac_compile) 2>&5
7478 ac_status=$? 7076 ac_status=$?
7479 grep -v '^ *+' conftest.er1 >conftest.err
7480 rm -f conftest.er1
7481 cat conftest.err >&5
7482 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7483 (exit $ac_status); } && 7078 (exit $ac_status); } &&
7484 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7079 { ac_try='test -s conftest.$ac_objext'
7485 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7486 (eval $ac_try) 2>&5
7487 ac_status=$?
7488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7489 (exit $ac_status); }; } &&
7490 { ac_try='test -s conftest.$ac_objext'
7491 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7080 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7492 (eval $ac_try) 2>&5 7081 (eval $ac_try) 2>&5
7493 ac_status=$? 7082 ac_status=$?
@@ -7500,9 +7089,9 @@ sed 's/^/| /' conftest.$ac_ext >&5
7500 7089
7501ac_cv_member_struct_ifreq_ifr_addr=no 7090ac_cv_member_struct_ifreq_ifr_addr=no
7502fi 7091fi
7503rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 7092rm -f conftest.$ac_objext conftest.$ac_ext
7504fi 7093fi
7505rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 7094rm -f conftest.$ac_objext conftest.$ac_ext
7506fi 7095fi
7507echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_addr" >&5 7096echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_addr" >&5
7508echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_addr" >&6 7097echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_addr" >&6
@@ -7543,6 +7132,7 @@ if test "${ac_cv_c_volatile+set}" = set; then
7543 echo $ECHO_N "(cached) $ECHO_C" >&6 7132 echo $ECHO_N "(cached) $ECHO_C" >&6
7544else 7133else
7545 cat >conftest.$ac_ext <<_ACEOF 7134 cat >conftest.$ac_ext <<_ACEOF
7135#line $LINENO "configure"
7546/* confdefs.h. */ 7136/* confdefs.h. */
7547_ACEOF 7137_ACEOF
7548cat confdefs.h >>conftest.$ac_ext 7138cat confdefs.h >>conftest.$ac_ext
@@ -7561,20 +7151,11 @@ int * volatile y;
7561_ACEOF 7151_ACEOF
7562rm -f conftest.$ac_objext 7152rm -f conftest.$ac_objext
7563if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7153if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7564 (eval $ac_compile) 2>conftest.er1 7154 (eval $ac_compile) 2>&5
7565 ac_status=$? 7155 ac_status=$?
7566 grep -v '^ *+' conftest.er1 >conftest.err
7567 rm -f conftest.er1
7568 cat conftest.err >&5
7569 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7570 (exit $ac_status); } && 7157 (exit $ac_status); } &&
7571 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7158 { ac_try='test -s conftest.$ac_objext'
7572 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7573 (eval $ac_try) 2>&5
7574 ac_status=$?
7575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7576 (exit $ac_status); }; } &&
7577 { ac_try='test -s conftest.$ac_objext'
7578 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7159 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7579 (eval $ac_try) 2>&5 7160 (eval $ac_try) 2>&5
7580 ac_status=$? 7161 ac_status=$?
@@ -7587,7 +7168,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
7587 7168
7588ac_cv_c_volatile=no 7169ac_cv_c_volatile=no
7589fi 7170fi
7590rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 7171rm -f conftest.$ac_objext conftest.$ac_ext
7591fi 7172fi
7592echo "$as_me:$LINENO: result: $ac_cv_c_volatile" >&5 7173echo "$as_me:$LINENO: result: $ac_cv_c_volatile" >&5
7593echo "${ECHO_T}$ac_cv_c_volatile" >&6 7174echo "${ECHO_T}$ac_cv_c_volatile" >&6
@@ -7605,6 +7186,7 @@ if test "${ac_cv_c_const+set}" = set; then
7605 echo $ECHO_N "(cached) $ECHO_C" >&6 7186 echo $ECHO_N "(cached) $ECHO_C" >&6
7606else 7187else
7607 cat >conftest.$ac_ext <<_ACEOF 7188 cat >conftest.$ac_ext <<_ACEOF
7189#line $LINENO "configure"
7608/* confdefs.h. */ 7190/* confdefs.h. */
7609_ACEOF 7191_ACEOF
7610cat confdefs.h >>conftest.$ac_ext 7192cat confdefs.h >>conftest.$ac_ext
@@ -7667,20 +7249,11 @@ main ()
7667_ACEOF 7249_ACEOF
7668rm -f conftest.$ac_objext 7250rm -f conftest.$ac_objext
7669if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7251if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7670 (eval $ac_compile) 2>conftest.er1 7252 (eval $ac_compile) 2>&5
7671 ac_status=$? 7253 ac_status=$?
7672 grep -v '^ *+' conftest.er1 >conftest.err
7673 rm -f conftest.er1
7674 cat conftest.err >&5
7675 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7676 (exit $ac_status); } && 7255 (exit $ac_status); } &&
7677 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7256 { ac_try='test -s conftest.$ac_objext'
7678 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7679 (eval $ac_try) 2>&5
7680 ac_status=$?
7681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7682 (exit $ac_status); }; } &&
7683 { ac_try='test -s conftest.$ac_objext'
7684 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7257 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7685 (eval $ac_try) 2>&5 7258 (eval $ac_try) 2>&5
7686 ac_status=$? 7259 ac_status=$?
@@ -7693,7 +7266,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
7693 7266
7694ac_cv_c_const=no 7267ac_cv_c_const=no
7695fi 7268fi
7696rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 7269rm -f conftest.$ac_objext conftest.$ac_ext
7697fi 7270fi
7698echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 7271echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
7699echo "${ECHO_T}$ac_cv_c_const" >&6 7272echo "${ECHO_T}$ac_cv_c_const" >&6
@@ -7711,6 +7284,7 @@ if test "${emacs_cv_void_star+set}" = set; then
7711 echo $ECHO_N "(cached) $ECHO_C" >&6 7284 echo $ECHO_N "(cached) $ECHO_C" >&6
7712else 7285else
7713 cat >conftest.$ac_ext <<_ACEOF 7286 cat >conftest.$ac_ext <<_ACEOF
7287#line $LINENO "configure"
7714/* confdefs.h. */ 7288/* confdefs.h. */
7715_ACEOF 7289_ACEOF
7716cat confdefs.h >>conftest.$ac_ext 7290cat confdefs.h >>conftest.$ac_ext
@@ -7727,20 +7301,11 @@ void * foo;
7727_ACEOF 7301_ACEOF
7728rm -f conftest.$ac_objext 7302rm -f conftest.$ac_objext
7729if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7303if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7730 (eval $ac_compile) 2>conftest.er1 7304 (eval $ac_compile) 2>&5
7731 ac_status=$? 7305 ac_status=$?
7732 grep -v '^ *+' conftest.er1 >conftest.err
7733 rm -f conftest.er1
7734 cat conftest.err >&5
7735 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7736 (exit $ac_status); } && 7307 (exit $ac_status); } &&
7737 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7308 { ac_try='test -s conftest.$ac_objext'
7738 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7739 (eval $ac_try) 2>&5
7740 ac_status=$?
7741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7742 (exit $ac_status); }; } &&
7743 { ac_try='test -s conftest.$ac_objext'
7744 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7309 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7745 (eval $ac_try) 2>&5 7310 (eval $ac_try) 2>&5
7746 ac_status=$? 7311 ac_status=$?
@@ -7753,7 +7318,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
7753 7318
7754emacs_cv_void_star=no 7319emacs_cv_void_star=no
7755fi 7320fi
7756rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 7321rm -f conftest.$ac_objext conftest.$ac_ext
7757fi 7322fi
7758echo "$as_me:$LINENO: result: $emacs_cv_void_star" >&5 7323echo "$as_me:$LINENO: result: $emacs_cv_void_star" >&5
7759echo "${ECHO_T}$emacs_cv_void_star" >&6 7324echo "${ECHO_T}$emacs_cv_void_star" >&6
@@ -7775,7 +7340,7 @@ fi
7775 7340
7776echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 7341echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
7777echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 7342echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
7778set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'` 7343set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
7779if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then 7344if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
7780 echo $ECHO_N "(cached) $ECHO_C" >&6 7345 echo $ECHO_N "(cached) $ECHO_C" >&6
7781else 7346else
@@ -7858,7 +7423,6 @@ fi
7858echo "$as_me:$LINENO: checking for X" >&5 7423echo "$as_me:$LINENO: checking for X" >&5
7859echo $ECHO_N "checking for X... $ECHO_C" >&6 7424echo $ECHO_N "checking for X... $ECHO_C" >&6
7860 7425
7861ac_path_x_has_been_run=yes
7862 7426
7863# Check whether --with-x or --without-x was given. 7427# Check whether --with-x or --without-x was given.
7864if test "${with_x+set}" = set; then 7428if test "${with_x+set}" = set; then
@@ -7893,8 +7457,8 @@ _ACEOF
7893 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. 7457 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7894 for ac_extension in a so sl; do 7458 for ac_extension in a so sl; do
7895 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension && 7459 if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
7896 test -f $ac_im_libdir/libX11.$ac_extension; then 7460 test -f $ac_im_libdir/libX11.$ac_extension; then
7897 ac_im_usrlibdir=$ac_im_libdir; break 7461 ac_im_usrlibdir=$ac_im_libdir; break
7898 fi 7462 fi
7899 done 7463 done
7900 # Screen out bogus values from the imake configuration. They are 7464 # Screen out bogus values from the imake configuration. They are
@@ -7951,9 +7515,10 @@ ac_x_header_dirs='
7951/usr/openwin/share/include' 7515/usr/openwin/share/include'
7952 7516
7953if test "$ac_x_includes" = no; then 7517if test "$ac_x_includes" = no; then
7954 # Guess where to find include files, by looking for a specified header file. 7518 # Guess where to find include files, by looking for Intrinsic.h.
7955 # First, try using that file with no special directory specified. 7519 # First, try using that file with no special directory specified.
7956 cat >conftest.$ac_ext <<_ACEOF 7520 cat >conftest.$ac_ext <<_ACEOF
7521#line $LINENO "configure"
7957/* confdefs.h. */ 7522/* confdefs.h. */
7958_ACEOF 7523_ACEOF
7959cat confdefs.h >>conftest.$ac_ext 7524cat confdefs.h >>conftest.$ac_ext
@@ -7971,7 +7536,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7971 (exit $ac_status); } >/dev/null; then 7536 (exit $ac_status); } >/dev/null; then
7972 if test -s conftest.err; then 7537 if test -s conftest.err; then
7973 ac_cpp_err=$ac_c_preproc_warn_flag 7538 ac_cpp_err=$ac_c_preproc_warn_flag
7974 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
7975 else 7539 else
7976 ac_cpp_err= 7540 ac_cpp_err=
7977 fi 7541 fi
@@ -8002,6 +7566,7 @@ if test "$ac_x_libraries" = no; then
8002 ac_save_LIBS=$LIBS 7566 ac_save_LIBS=$LIBS
8003 LIBS="-lXt $LIBS" 7567 LIBS="-lXt $LIBS"
8004 cat >conftest.$ac_ext <<_ACEOF 7568 cat >conftest.$ac_ext <<_ACEOF
7569#line $LINENO "configure"
8005/* confdefs.h. */ 7570/* confdefs.h. */
8006_ACEOF 7571_ACEOF
8007cat confdefs.h >>conftest.$ac_ext 7572cat confdefs.h >>conftest.$ac_ext
@@ -8018,20 +7583,11 @@ XtMalloc (0)
8018_ACEOF 7583_ACEOF
8019rm -f conftest.$ac_objext conftest$ac_exeext 7584rm -f conftest.$ac_objext conftest$ac_exeext
8020if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 7585if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8021 (eval $ac_link) 2>conftest.er1 7586 (eval $ac_link) 2>&5
8022 ac_status=$? 7587 ac_status=$?
8023 grep -v '^ *+' conftest.er1 >conftest.err
8024 rm -f conftest.er1
8025 cat conftest.err >&5
8026 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8027 (exit $ac_status); } && 7589 (exit $ac_status); } &&
8028 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7590 { ac_try='test -s conftest$ac_exeext'
8029 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8030 (eval $ac_try) 2>&5
8031 ac_status=$?
8032 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8033 (exit $ac_status); }; } &&
8034 { ac_try='test -s conftest$ac_exeext'
8035 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7591 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8036 (eval $ac_try) 2>&5 7592 (eval $ac_try) 2>&5
8037 ac_status=$? 7593 ac_status=$?
@@ -8056,8 +7612,7 @@ do
8056 done 7612 done
8057done 7613done
8058fi 7614fi
8059rm -f conftest.err conftest.$ac_objext \ 7615rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8060 conftest$ac_exeext conftest.$ac_ext
8061fi # $ac_x_libraries = no 7616fi # $ac_x_libraries = no
8062 7617
8063if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then 7618if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
@@ -8066,7 +7621,7 @@ if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
8066else 7621else
8067 # Record where we found X for the cache. 7622 # Record where we found X for the cache.
8068 ac_cv_have_x="have_x=yes \ 7623 ac_cv_have_x="have_x=yes \
8069 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries" 7624 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
8070fi 7625fi
8071fi 7626fi
8072 7627
@@ -8085,12 +7640,8 @@ else
8085 # Update the cache value to reflect the command line values. 7640 # Update the cache value to reflect the command line values.
8086 ac_cv_have_x="have_x=yes \ 7641 ac_cv_have_x="have_x=yes \
8087 ac_x_includes=$x_includes ac_x_libraries=$x_libraries" 7642 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
8088 # It might be that x_includes is empty (headers are found in the 7643 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
8089 # standard search path. Then output the corresponding message 7644echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6
8090 ac_out_x_includes=$x_includes
8091 test "x$x_includes" = x && ac_out_x_includes="in standard search path"
8092 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $ac_out_x_includes" >&5
8093echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6
8094fi 7645fi
8095 7646
8096if test "$no_x" = yes; then 7647if test "$no_x" = yes; then
@@ -8198,6 +7749,7 @@ else
8198echo "$as_me:$LINENO: checking Carbon/Carbon.h usability" >&5 7749echo "$as_me:$LINENO: checking Carbon/Carbon.h usability" >&5
8199echo $ECHO_N "checking Carbon/Carbon.h usability... $ECHO_C" >&6 7750echo $ECHO_N "checking Carbon/Carbon.h usability... $ECHO_C" >&6
8200cat >conftest.$ac_ext <<_ACEOF 7751cat >conftest.$ac_ext <<_ACEOF
7752#line $LINENO "configure"
8201/* confdefs.h. */ 7753/* confdefs.h. */
8202_ACEOF 7754_ACEOF
8203cat confdefs.h >>conftest.$ac_ext 7755cat confdefs.h >>conftest.$ac_ext
@@ -8208,20 +7760,11 @@ $ac_includes_default
8208_ACEOF 7760_ACEOF
8209rm -f conftest.$ac_objext 7761rm -f conftest.$ac_objext
8210if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7762if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8211 (eval $ac_compile) 2>conftest.er1 7763 (eval $ac_compile) 2>&5
8212 ac_status=$? 7764 ac_status=$?
8213 grep -v '^ *+' conftest.er1 >conftest.err
8214 rm -f conftest.er1
8215 cat conftest.err >&5
8216 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8217 (exit $ac_status); } && 7766 (exit $ac_status); } &&
8218 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7767 { ac_try='test -s conftest.$ac_objext'
8219 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8220 (eval $ac_try) 2>&5
8221 ac_status=$?
8222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8223 (exit $ac_status); }; } &&
8224 { ac_try='test -s conftest.$ac_objext'
8225 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7768 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8226 (eval $ac_try) 2>&5 7769 (eval $ac_try) 2>&5
8227 ac_status=$? 7770 ac_status=$?
@@ -8234,7 +7777,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
8234 7777
8235ac_header_compiler=no 7778ac_header_compiler=no
8236fi 7779fi
8237rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 7780rm -f conftest.$ac_objext conftest.$ac_ext
8238echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 7781echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8239echo "${ECHO_T}$ac_header_compiler" >&6 7782echo "${ECHO_T}$ac_header_compiler" >&6
8240 7783
@@ -8242,6 +7785,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
8242echo "$as_me:$LINENO: checking Carbon/Carbon.h presence" >&5 7785echo "$as_me:$LINENO: checking Carbon/Carbon.h presence" >&5
8243echo $ECHO_N "checking Carbon/Carbon.h presence... $ECHO_C" >&6 7786echo $ECHO_N "checking Carbon/Carbon.h presence... $ECHO_C" >&6
8244cat >conftest.$ac_ext <<_ACEOF 7787cat >conftest.$ac_ext <<_ACEOF
7788#line $LINENO "configure"
8245/* confdefs.h. */ 7789/* confdefs.h. */
8246_ACEOF 7790_ACEOF
8247cat confdefs.h >>conftest.$ac_ext 7791cat confdefs.h >>conftest.$ac_ext
@@ -8259,7 +7803,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8259 (exit $ac_status); } >/dev/null; then 7803 (exit $ac_status); } >/dev/null; then
8260 if test -s conftest.err; then 7804 if test -s conftest.err; then
8261 ac_cpp_err=$ac_c_preproc_warn_flag 7805 ac_cpp_err=$ac_c_preproc_warn_flag
8262 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
8263 else 7806 else
8264 ac_cpp_err= 7807 ac_cpp_err=
8265 fi 7808 fi
@@ -8279,32 +7822,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8279echo "${ECHO_T}$ac_header_preproc" >&6 7822echo "${ECHO_T}$ac_header_preproc" >&6
8280 7823
8281# So? What about this header? 7824# So? What about this header?
8282case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 7825case $ac_header_compiler:$ac_header_preproc in
8283 yes:no: ) 7826 yes:no )
8284 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: accepted by the compiler, rejected by the preprocessor!" >&5 7827 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: accepted by the compiler, rejected by the preprocessor!" >&5
8285echo "$as_me: WARNING: Carbon/Carbon.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 7828echo "$as_me: WARNING: Carbon/Carbon.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
8286 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: proceeding with the compiler's result" >&5 7829 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&5
8287echo "$as_me: WARNING: Carbon/Carbon.h: proceeding with the compiler's result" >&2;} 7830echo "$as_me: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&2;}
8288 ac_header_preproc=yes 7831 (
7832 cat <<\_ASBOX
7833## ------------------------------------ ##
7834## Report this to bug-autoconf@gnu.org. ##
7835## ------------------------------------ ##
7836_ASBOX
7837 ) |
7838 sed "s/^/$as_me: WARNING: /" >&2
8289 ;; 7839 ;;
8290 no:yes:* ) 7840 no:yes )
8291 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: present but cannot be compiled" >&5 7841 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: present but cannot be compiled" >&5
8292echo "$as_me: WARNING: Carbon/Carbon.h: present but cannot be compiled" >&2;} 7842echo "$as_me: WARNING: Carbon/Carbon.h: present but cannot be compiled" >&2;}
8293 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: check for missing prerequisite headers?" >&5 7843 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: check for missing prerequisite headers?" >&5
8294echo "$as_me: WARNING: Carbon/Carbon.h: check for missing prerequisite headers?" >&2;} 7844echo "$as_me: WARNING: Carbon/Carbon.h: check for missing prerequisite headers?" >&2;}
8295 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: see the Autoconf documentation" >&5
8296echo "$as_me: WARNING: Carbon/Carbon.h: see the Autoconf documentation" >&2;}
8297 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: section \"Present But Cannot Be Compiled\"" >&5
8298echo "$as_me: WARNING: Carbon/Carbon.h: section \"Present But Cannot Be Compiled\"" >&2;}
8299 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&5 7845 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&5
8300echo "$as_me: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&2;} 7846echo "$as_me: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&2;}
8301 { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: in the future, the compiler will take precedence" >&5
8302echo "$as_me: WARNING: Carbon/Carbon.h: in the future, the compiler will take precedence" >&2;}
8303 ( 7847 (
8304 cat <<\_ASBOX 7848 cat <<\_ASBOX
8305## ------------------------------------------ ## 7849## ------------------------------------ ##
8306## Report this to the AC_PACKAGE_NAME lists. ## 7850## Report this to bug-autoconf@gnu.org. ##
8307## ------------------------------------------ ## 7851## ------------------------------------ ##
8308_ASBOX 7852_ASBOX
8309 ) | 7853 ) |
8310 sed "s/^/$as_me: WARNING: /" >&2 7854 sed "s/^/$as_me: WARNING: /" >&2
@@ -8342,28 +7886,21 @@ if test "${ac_cv_func_malloc_get_state+set}" = set; then
8342 echo $ECHO_N "(cached) $ECHO_C" >&6 7886 echo $ECHO_N "(cached) $ECHO_C" >&6
8343else 7887else
8344 cat >conftest.$ac_ext <<_ACEOF 7888 cat >conftest.$ac_ext <<_ACEOF
7889#line $LINENO "configure"
8345/* confdefs.h. */ 7890/* confdefs.h. */
8346_ACEOF 7891_ACEOF
8347cat confdefs.h >>conftest.$ac_ext 7892cat confdefs.h >>conftest.$ac_ext
8348cat >>conftest.$ac_ext <<_ACEOF 7893cat >>conftest.$ac_ext <<_ACEOF
8349/* end confdefs.h. */ 7894/* end confdefs.h. */
8350/* Define malloc_get_state to an innocuous variant, in case <limits.h> declares malloc_get_state.
8351 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8352#define malloc_get_state innocuous_malloc_get_state
8353
8354/* System header to define __stub macros and hopefully few prototypes, 7895/* System header to define __stub macros and hopefully few prototypes,
8355 which can conflict with char malloc_get_state (); below. 7896 which can conflict with char malloc_get_state (); below.
8356 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 7897 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8357 <limits.h> exists even on freestanding compilers. */ 7898 <limits.h> exists even on freestanding compilers. */
8358
8359#ifdef __STDC__ 7899#ifdef __STDC__
8360# include <limits.h> 7900# include <limits.h>
8361#else 7901#else
8362# include <assert.h> 7902# include <assert.h>
8363#endif 7903#endif
8364
8365#undef malloc_get_state
8366
8367/* Override any gcc2 internal prototype to avoid an error. */ 7904/* Override any gcc2 internal prototype to avoid an error. */
8368#ifdef __cplusplus 7905#ifdef __cplusplus
8369extern "C" 7906extern "C"
@@ -8394,20 +7931,11 @@ return f != malloc_get_state;
8394_ACEOF 7931_ACEOF
8395rm -f conftest.$ac_objext conftest$ac_exeext 7932rm -f conftest.$ac_objext conftest$ac_exeext
8396if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 7933if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8397 (eval $ac_link) 2>conftest.er1 7934 (eval $ac_link) 2>&5
8398 ac_status=$? 7935 ac_status=$?
8399 grep -v '^ *+' conftest.er1 >conftest.err
8400 rm -f conftest.er1
8401 cat conftest.err >&5
8402 echo "$as_me:$LINENO: \$? = $ac_status" >&5 7936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8403 (exit $ac_status); } && 7937 (exit $ac_status); } &&
8404 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 7938 { ac_try='test -s conftest$ac_exeext'
8405 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8406 (eval $ac_try) 2>&5
8407 ac_status=$?
8408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8409 (exit $ac_status); }; } &&
8410 { ac_try='test -s conftest$ac_exeext'
8411 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 7939 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8412 (eval $ac_try) 2>&5 7940 (eval $ac_try) 2>&5
8413 ac_status=$? 7941 ac_status=$?
@@ -8420,8 +7948,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
8420 7948
8421ac_cv_func_malloc_get_state=no 7949ac_cv_func_malloc_get_state=no
8422fi 7950fi
8423rm -f conftest.err conftest.$ac_objext \ 7951rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8424 conftest$ac_exeext conftest.$ac_ext
8425fi 7952fi
8426echo "$as_me:$LINENO: result: $ac_cv_func_malloc_get_state" >&5 7953echo "$as_me:$LINENO: result: $ac_cv_func_malloc_get_state" >&5
8427echo "${ECHO_T}$ac_cv_func_malloc_get_state" >&6 7954echo "${ECHO_T}$ac_cv_func_malloc_get_state" >&6
@@ -8437,28 +7964,21 @@ if test "${ac_cv_func_malloc_set_state+set}" = set; then
8437 echo $ECHO_N "(cached) $ECHO_C" >&6 7964 echo $ECHO_N "(cached) $ECHO_C" >&6
8438else 7965else
8439 cat >conftest.$ac_ext <<_ACEOF 7966 cat >conftest.$ac_ext <<_ACEOF
7967#line $LINENO "configure"
8440/* confdefs.h. */ 7968/* confdefs.h. */
8441_ACEOF 7969_ACEOF
8442cat confdefs.h >>conftest.$ac_ext 7970cat confdefs.h >>conftest.$ac_ext
8443cat >>conftest.$ac_ext <<_ACEOF 7971cat >>conftest.$ac_ext <<_ACEOF
8444/* end confdefs.h. */ 7972/* end confdefs.h. */
8445/* Define malloc_set_state to an innocuous variant, in case <limits.h> declares malloc_set_state.
8446 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8447#define malloc_set_state innocuous_malloc_set_state
8448
8449/* System header to define __stub macros and hopefully few prototypes, 7973/* System header to define __stub macros and hopefully few prototypes,
8450 which can conflict with char malloc_set_state (); below. 7974 which can conflict with char malloc_set_state (); below.
8451 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 7975 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8452 <limits.h> exists even on freestanding compilers. */ 7976 <limits.h> exists even on freestanding compilers. */
8453
8454#ifdef __STDC__ 7977#ifdef __STDC__
8455# include <limits.h> 7978# include <limits.h>
8456#else 7979#else
8457# include <assert.h> 7980# include <assert.h>
8458#endif 7981#endif
8459
8460#undef malloc_set_state
8461
8462/* Override any gcc2 internal prototype to avoid an error. */ 7982/* Override any gcc2 internal prototype to avoid an error. */
8463#ifdef __cplusplus 7983#ifdef __cplusplus
8464extern "C" 7984extern "C"
@@ -8489,20 +8009,11 @@ return f != malloc_set_state;
8489_ACEOF 8009_ACEOF
8490rm -f conftest.$ac_objext conftest$ac_exeext 8010rm -f conftest.$ac_objext conftest$ac_exeext
8491if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8011if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8492 (eval $ac_link) 2>conftest.er1 8012 (eval $ac_link) 2>&5
8493 ac_status=$? 8013 ac_status=$?
8494 grep -v '^ *+' conftest.er1 >conftest.err
8495 rm -f conftest.er1
8496 cat conftest.err >&5
8497 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8498 (exit $ac_status); } && 8015 (exit $ac_status); } &&
8499 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8016 { ac_try='test -s conftest$ac_exeext'
8500 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8501 (eval $ac_try) 2>&5
8502 ac_status=$?
8503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8504 (exit $ac_status); }; } &&
8505 { ac_try='test -s conftest$ac_exeext'
8506 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8017 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8507 (eval $ac_try) 2>&5 8018 (eval $ac_try) 2>&5
8508 ac_status=$? 8019 ac_status=$?
@@ -8515,8 +8026,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
8515 8026
8516ac_cv_func_malloc_set_state=no 8027ac_cv_func_malloc_set_state=no
8517fi 8028fi
8518rm -f conftest.err conftest.$ac_objext \ 8029rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8519 conftest$ac_exeext conftest.$ac_ext
8520fi 8030fi
8521echo "$as_me:$LINENO: result: $ac_cv_func_malloc_set_state" >&5 8031echo "$as_me:$LINENO: result: $ac_cv_func_malloc_set_state" >&5
8522echo "${ECHO_T}$ac_cv_func_malloc_set_state" >&6 8032echo "${ECHO_T}$ac_cv_func_malloc_set_state" >&6
@@ -8532,6 +8042,7 @@ if test "${emacs_cv_var___after_morecore_hook+set}" = set; then
8532 echo $ECHO_N "(cached) $ECHO_C" >&6 8042 echo $ECHO_N "(cached) $ECHO_C" >&6
8533else 8043else
8534 cat >conftest.$ac_ext <<_ACEOF 8044 cat >conftest.$ac_ext <<_ACEOF
8045#line $LINENO "configure"
8535/* confdefs.h. */ 8046/* confdefs.h. */
8536_ACEOF 8047_ACEOF
8537cat confdefs.h >>conftest.$ac_ext 8048cat confdefs.h >>conftest.$ac_ext
@@ -8548,20 +8059,11 @@ __after_morecore_hook = 0
8548_ACEOF 8059_ACEOF
8549rm -f conftest.$ac_objext conftest$ac_exeext 8060rm -f conftest.$ac_objext conftest$ac_exeext
8550if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8061if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8551 (eval $ac_link) 2>conftest.er1 8062 (eval $ac_link) 2>&5
8552 ac_status=$? 8063 ac_status=$?
8553 grep -v '^ *+' conftest.er1 >conftest.err
8554 rm -f conftest.er1
8555 cat conftest.err >&5
8556 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8557 (exit $ac_status); } && 8065 (exit $ac_status); } &&
8558 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8066 { ac_try='test -s conftest$ac_exeext'
8559 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8560 (eval $ac_try) 2>&5
8561 ac_status=$?
8562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8563 (exit $ac_status); }; } &&
8564 { ac_try='test -s conftest$ac_exeext'
8565 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8067 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8566 (eval $ac_try) 2>&5 8068 (eval $ac_try) 2>&5
8567 ac_status=$? 8069 ac_status=$?
@@ -8574,8 +8076,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
8574 8076
8575emacs_cv_var___after_morecore_hook=no 8077emacs_cv_var___after_morecore_hook=no
8576fi 8078fi
8577rm -f conftest.err conftest.$ac_objext \ 8079rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8578 conftest$ac_exeext conftest.$ac_ext
8579fi 8080fi
8580echo "$as_me:$LINENO: result: $emacs_cv_var___after_morecore_hook" >&5 8081echo "$as_me:$LINENO: result: $emacs_cv_var___after_morecore_hook" >&5
8581echo "${ECHO_T}$emacs_cv_var___after_morecore_hook" >&6 8082echo "${ECHO_T}$emacs_cv_var___after_morecore_hook" >&6
@@ -8622,6 +8123,7 @@ else
8622echo "$as_me:$LINENO: checking $ac_header usability" >&5 8123echo "$as_me:$LINENO: checking $ac_header usability" >&5
8623echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 8124echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
8624cat >conftest.$ac_ext <<_ACEOF 8125cat >conftest.$ac_ext <<_ACEOF
8126#line $LINENO "configure"
8625/* confdefs.h. */ 8127/* confdefs.h. */
8626_ACEOF 8128_ACEOF
8627cat confdefs.h >>conftest.$ac_ext 8129cat confdefs.h >>conftest.$ac_ext
@@ -8632,20 +8134,11 @@ $ac_includes_default
8632_ACEOF 8134_ACEOF
8633rm -f conftest.$ac_objext 8135rm -f conftest.$ac_objext
8634if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 8136if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8635 (eval $ac_compile) 2>conftest.er1 8137 (eval $ac_compile) 2>&5
8636 ac_status=$? 8138 ac_status=$?
8637 grep -v '^ *+' conftest.er1 >conftest.err
8638 rm -f conftest.er1
8639 cat conftest.err >&5
8640 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8641 (exit $ac_status); } && 8140 (exit $ac_status); } &&
8642 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8141 { ac_try='test -s conftest.$ac_objext'
8643 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8644 (eval $ac_try) 2>&5
8645 ac_status=$?
8646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8647 (exit $ac_status); }; } &&
8648 { ac_try='test -s conftest.$ac_objext'
8649 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8142 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8650 (eval $ac_try) 2>&5 8143 (eval $ac_try) 2>&5
8651 ac_status=$? 8144 ac_status=$?
@@ -8658,7 +8151,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
8658 8151
8659ac_header_compiler=no 8152ac_header_compiler=no
8660fi 8153fi
8661rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 8154rm -f conftest.$ac_objext conftest.$ac_ext
8662echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 8155echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
8663echo "${ECHO_T}$ac_header_compiler" >&6 8156echo "${ECHO_T}$ac_header_compiler" >&6
8664 8157
@@ -8666,6 +8159,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
8666echo "$as_me:$LINENO: checking $ac_header presence" >&5 8159echo "$as_me:$LINENO: checking $ac_header presence" >&5
8667echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 8160echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
8668cat >conftest.$ac_ext <<_ACEOF 8161cat >conftest.$ac_ext <<_ACEOF
8162#line $LINENO "configure"
8669/* confdefs.h. */ 8163/* confdefs.h. */
8670_ACEOF 8164_ACEOF
8671cat confdefs.h >>conftest.$ac_ext 8165cat confdefs.h >>conftest.$ac_ext
@@ -8683,7 +8177,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8683 (exit $ac_status); } >/dev/null; then 8177 (exit $ac_status); } >/dev/null; then
8684 if test -s conftest.err; then 8178 if test -s conftest.err; then
8685 ac_cpp_err=$ac_c_preproc_warn_flag 8179 ac_cpp_err=$ac_c_preproc_warn_flag
8686 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
8687 else 8180 else
8688 ac_cpp_err= 8181 ac_cpp_err=
8689 fi 8182 fi
@@ -8703,32 +8196,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
8703echo "${ECHO_T}$ac_header_preproc" >&6 8196echo "${ECHO_T}$ac_header_preproc" >&6
8704 8197
8705# So? What about this header? 8198# So? What about this header?
8706case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 8199case $ac_header_compiler:$ac_header_preproc in
8707 yes:no: ) 8200 yes:no )
8708 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 8201 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
8709echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 8202echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
8710 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 8203 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
8711echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 8204echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
8712 ac_header_preproc=yes 8205 (
8206 cat <<\_ASBOX
8207## ------------------------------------ ##
8208## Report this to bug-autoconf@gnu.org. ##
8209## ------------------------------------ ##
8210_ASBOX
8211 ) |
8212 sed "s/^/$as_me: WARNING: /" >&2
8713 ;; 8213 ;;
8714 no:yes:* ) 8214 no:yes )
8715 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 8215 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
8716echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 8216echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
8717 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 8217 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
8718echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 8218echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
8719 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
8720echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
8721 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
8722echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
8723 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 8219 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
8724echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 8220echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
8725 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
8726echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
8727 ( 8221 (
8728 cat <<\_ASBOX 8222 cat <<\_ASBOX
8729## ------------------------------------------ ## 8223## ------------------------------------ ##
8730## Report this to the AC_PACKAGE_NAME lists. ## 8224## Report this to bug-autoconf@gnu.org. ##
8731## ------------------------------------------ ## 8225## ------------------------------------ ##
8732_ASBOX 8226_ASBOX
8733 ) | 8227 ) |
8734 sed "s/^/$as_me: WARNING: /" >&2 8228 sed "s/^/$as_me: WARNING: /" >&2
@@ -8739,7 +8233,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8739if eval "test \"\${$as_ac_Header+set}\" = set"; then 8233if eval "test \"\${$as_ac_Header+set}\" = set"; then
8740 echo $ECHO_N "(cached) $ECHO_C" >&6 8234 echo $ECHO_N "(cached) $ECHO_C" >&6
8741else 8235else
8742 eval "$as_ac_Header=\$ac_header_preproc" 8236 eval "$as_ac_Header=$ac_header_preproc"
8743fi 8237fi
8744echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 8238echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8745echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 8239echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -8764,28 +8258,21 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
8764 echo $ECHO_N "(cached) $ECHO_C" >&6 8258 echo $ECHO_N "(cached) $ECHO_C" >&6
8765else 8259else
8766 cat >conftest.$ac_ext <<_ACEOF 8260 cat >conftest.$ac_ext <<_ACEOF
8261#line $LINENO "configure"
8767/* confdefs.h. */ 8262/* confdefs.h. */
8768_ACEOF 8263_ACEOF
8769cat confdefs.h >>conftest.$ac_ext 8264cat confdefs.h >>conftest.$ac_ext
8770cat >>conftest.$ac_ext <<_ACEOF 8265cat >>conftest.$ac_ext <<_ACEOF
8771/* end confdefs.h. */ 8266/* end confdefs.h. */
8772/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
8773 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8774#define $ac_func innocuous_$ac_func
8775
8776/* System header to define __stub macros and hopefully few prototypes, 8267/* System header to define __stub macros and hopefully few prototypes,
8777 which can conflict with char $ac_func (); below. 8268 which can conflict with char $ac_func (); below.
8778 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 8269 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8779 <limits.h> exists even on freestanding compilers. */ 8270 <limits.h> exists even on freestanding compilers. */
8780
8781#ifdef __STDC__ 8271#ifdef __STDC__
8782# include <limits.h> 8272# include <limits.h>
8783#else 8273#else
8784# include <assert.h> 8274# include <assert.h>
8785#endif 8275#endif
8786
8787#undef $ac_func
8788
8789/* Override any gcc2 internal prototype to avoid an error. */ 8276/* Override any gcc2 internal prototype to avoid an error. */
8790#ifdef __cplusplus 8277#ifdef __cplusplus
8791extern "C" 8278extern "C"
@@ -8816,20 +8303,11 @@ return f != $ac_func;
8816_ACEOF 8303_ACEOF
8817rm -f conftest.$ac_objext conftest$ac_exeext 8304rm -f conftest.$ac_objext conftest$ac_exeext
8818if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8305if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8819 (eval $ac_link) 2>conftest.er1 8306 (eval $ac_link) 2>&5
8820 ac_status=$? 8307 ac_status=$?
8821 grep -v '^ *+' conftest.er1 >conftest.err
8822 rm -f conftest.er1
8823 cat conftest.err >&5
8824 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8825 (exit $ac_status); } && 8309 (exit $ac_status); } &&
8826 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8310 { ac_try='test -s conftest$ac_exeext'
8827 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8828 (eval $ac_try) 2>&5
8829 ac_status=$?
8830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8831 (exit $ac_status); }; } &&
8832 { ac_try='test -s conftest$ac_exeext'
8833 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8311 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8834 (eval $ac_try) 2>&5 8312 (eval $ac_try) 2>&5
8835 ac_status=$? 8313 ac_status=$?
@@ -8842,8 +8320,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
8842 8320
8843eval "$as_ac_var=no" 8321eval "$as_ac_var=no"
8844fi 8322fi
8845rm -f conftest.err conftest.$ac_objext \ 8323rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8846 conftest$ac_exeext conftest.$ac_ext
8847fi 8324fi
8848echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 8325echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
8849echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 8326echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -8864,6 +8341,7 @@ else
8864 ac_cv_func_mmap_fixed_mapped=no 8341 ac_cv_func_mmap_fixed_mapped=no
8865else 8342else
8866 cat >conftest.$ac_ext <<_ACEOF 8343 cat >conftest.$ac_ext <<_ACEOF
8344#line $LINENO "configure"
8867/* confdefs.h. */ 8345/* confdefs.h. */
8868_ACEOF 8346_ACEOF
8869cat confdefs.h >>conftest.$ac_ext 8347cat confdefs.h >>conftest.$ac_ext
@@ -8971,9 +8449,9 @@ main ()
8971 data2 = (char *) malloc (2 * pagesize); 8449 data2 = (char *) malloc (2 * pagesize);
8972 if (!data2) 8450 if (!data2)
8973 exit (1); 8451 exit (1);
8974 data2 += (pagesize - ((long) data2 & (pagesize - 1))) & (pagesize - 1); 8452 data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1);
8975 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE, 8453 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
8976 MAP_PRIVATE | MAP_FIXED, fd, 0L)) 8454 MAP_PRIVATE | MAP_FIXED, fd, 0L))
8977 exit (1); 8455 exit (1);
8978 for (i = 0; i < pagesize; ++i) 8456 for (i = 0; i < pagesize; ++i)
8979 if (*(data + i) != *(data2 + i)) 8457 if (*(data + i) != *(data2 + i))
@@ -9016,7 +8494,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
9016( exit $ac_status ) 8494( exit $ac_status )
9017ac_cv_func_mmap_fixed_mapped=no 8495ac_cv_func_mmap_fixed_mapped=no
9018fi 8496fi
9019rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 8497rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
9020fi 8498fi
9021fi 8499fi
9022echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5 8500echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5
@@ -9045,6 +8523,7 @@ else
9045 ac_check_lib_save_LIBS=$LIBS 8523 ac_check_lib_save_LIBS=$LIBS
9046LIBS="-ldnet $LIBS" 8524LIBS="-ldnet $LIBS"
9047cat >conftest.$ac_ext <<_ACEOF 8525cat >conftest.$ac_ext <<_ACEOF
8526#line $LINENO "configure"
9048/* confdefs.h. */ 8527/* confdefs.h. */
9049_ACEOF 8528_ACEOF
9050cat confdefs.h >>conftest.$ac_ext 8529cat confdefs.h >>conftest.$ac_ext
@@ -9068,20 +8547,11 @@ dnet_ntoa ();
9068_ACEOF 8547_ACEOF
9069rm -f conftest.$ac_objext conftest$ac_exeext 8548rm -f conftest.$ac_objext conftest$ac_exeext
9070if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8549if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9071 (eval $ac_link) 2>conftest.er1 8550 (eval $ac_link) 2>&5
9072 ac_status=$? 8551 ac_status=$?
9073 grep -v '^ *+' conftest.er1 >conftest.err
9074 rm -f conftest.er1
9075 cat conftest.err >&5
9076 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9077 (exit $ac_status); } && 8553 (exit $ac_status); } &&
9078 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8554 { ac_try='test -s conftest$ac_exeext'
9079 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9080 (eval $ac_try) 2>&5
9081 ac_status=$?
9082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9083 (exit $ac_status); }; } &&
9084 { ac_try='test -s conftest$ac_exeext'
9085 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8555 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9086 (eval $ac_try) 2>&5 8556 (eval $ac_try) 2>&5
9087 ac_status=$? 8557 ac_status=$?
@@ -9094,8 +8564,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
9094 8564
9095ac_cv_lib_dnet_dnet_ntoa=no 8565ac_cv_lib_dnet_dnet_ntoa=no
9096fi 8566fi
9097rm -f conftest.err conftest.$ac_objext \ 8567rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9098 conftest$ac_exeext conftest.$ac_ext
9099LIBS=$ac_check_lib_save_LIBS 8568LIBS=$ac_check_lib_save_LIBS
9100fi 8569fi
9101echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 8570echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
@@ -9118,6 +8587,7 @@ else
9118 ac_check_lib_save_LIBS=$LIBS 8587 ac_check_lib_save_LIBS=$LIBS
9119LIBS="-lXbsd $LIBS" 8588LIBS="-lXbsd $LIBS"
9120cat >conftest.$ac_ext <<_ACEOF 8589cat >conftest.$ac_ext <<_ACEOF
8590#line $LINENO "configure"
9121/* confdefs.h. */ 8591/* confdefs.h. */
9122_ACEOF 8592_ACEOF
9123cat confdefs.h >>conftest.$ac_ext 8593cat confdefs.h >>conftest.$ac_ext
@@ -9135,20 +8605,11 @@ main ();
9135_ACEOF 8605_ACEOF
9136rm -f conftest.$ac_objext conftest$ac_exeext 8606rm -f conftest.$ac_objext conftest$ac_exeext
9137if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8607if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9138 (eval $ac_link) 2>conftest.er1 8608 (eval $ac_link) 2>&5
9139 ac_status=$? 8609 ac_status=$?
9140 grep -v '^ *+' conftest.er1 >conftest.err
9141 rm -f conftest.er1
9142 cat conftest.err >&5
9143 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9144 (exit $ac_status); } && 8611 (exit $ac_status); } &&
9145 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8612 { ac_try='test -s conftest$ac_exeext'
9146 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9147 (eval $ac_try) 2>&5
9148 ac_status=$?
9149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9150 (exit $ac_status); }; } &&
9151 { ac_try='test -s conftest$ac_exeext'
9152 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8613 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9153 (eval $ac_try) 2>&5 8614 (eval $ac_try) 2>&5
9154 ac_status=$? 8615 ac_status=$?
@@ -9161,8 +8622,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
9161 8622
9162ac_cv_lib_Xbsd_main=no 8623ac_cv_lib_Xbsd_main=no
9163fi 8624fi
9164rm -f conftest.err conftest.$ac_objext \ 8625rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9165 conftest$ac_exeext conftest.$ac_ext
9166LIBS=$ac_check_lib_save_LIBS 8626LIBS=$ac_check_lib_save_LIBS
9167fi 8627fi
9168echo "$as_me:$LINENO: result: $ac_cv_lib_Xbsd_main" >&5 8628echo "$as_me:$LINENO: result: $ac_cv_lib_Xbsd_main" >&5
@@ -9181,6 +8641,7 @@ else
9181 ac_check_lib_save_LIBS=$LIBS 8641 ac_check_lib_save_LIBS=$LIBS
9182LIBS="-lpthreads $LIBS" 8642LIBS="-lpthreads $LIBS"
9183cat >conftest.$ac_ext <<_ACEOF 8643cat >conftest.$ac_ext <<_ACEOF
8644#line $LINENO "configure"
9184/* confdefs.h. */ 8645/* confdefs.h. */
9185_ACEOF 8646_ACEOF
9186cat confdefs.h >>conftest.$ac_ext 8647cat confdefs.h >>conftest.$ac_ext
@@ -9204,20 +8665,11 @@ cma_open ();
9204_ACEOF 8665_ACEOF
9205rm -f conftest.$ac_objext conftest$ac_exeext 8666rm -f conftest.$ac_objext conftest$ac_exeext
9206if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8667if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9207 (eval $ac_link) 2>conftest.er1 8668 (eval $ac_link) 2>&5
9208 ac_status=$? 8669 ac_status=$?
9209 grep -v '^ *+' conftest.er1 >conftest.err
9210 rm -f conftest.er1
9211 cat conftest.err >&5
9212 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9213 (exit $ac_status); } && 8671 (exit $ac_status); } &&
9214 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8672 { ac_try='test -s conftest$ac_exeext'
9215 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9216 (eval $ac_try) 2>&5
9217 ac_status=$?
9218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9219 (exit $ac_status); }; } &&
9220 { ac_try='test -s conftest$ac_exeext'
9221 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8673 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9222 (eval $ac_try) 2>&5 8674 (eval $ac_try) 2>&5
9223 ac_status=$? 8675 ac_status=$?
@@ -9230,8 +8682,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
9230 8682
9231ac_cv_lib_pthreads_cma_open=no 8683ac_cv_lib_pthreads_cma_open=no
9232fi 8684fi
9233rm -f conftest.err conftest.$ac_objext \ 8685rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9234 conftest$ac_exeext conftest.$ac_ext
9235LIBS=$ac_check_lib_save_LIBS 8686LIBS=$ac_check_lib_save_LIBS
9236fi 8687fi
9237echo "$as_me:$LINENO: result: $ac_cv_lib_pthreads_cma_open" >&5 8688echo "$as_me:$LINENO: result: $ac_cv_lib_pthreads_cma_open" >&5
@@ -9273,6 +8724,7 @@ else
9273 8724
9274 LDFLAGS=$LDFLAGS\ $gdb_cv_bigtoc 8725 LDFLAGS=$LDFLAGS\ $gdb_cv_bigtoc
9275 cat >conftest.$ac_ext <<_ACEOF 8726 cat >conftest.$ac_ext <<_ACEOF
8727#line $LINENO "configure"
9276/* confdefs.h. */ 8728/* confdefs.h. */
9277_ACEOF 8729_ACEOF
9278cat confdefs.h >>conftest.$ac_ext 8730cat confdefs.h >>conftest.$ac_ext
@@ -9289,20 +8741,11 @@ int i;
9289_ACEOF 8741_ACEOF
9290rm -f conftest.$ac_objext conftest$ac_exeext 8742rm -f conftest.$ac_objext conftest$ac_exeext
9291if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8743if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9292 (eval $ac_link) 2>conftest.er1 8744 (eval $ac_link) 2>&5
9293 ac_status=$? 8745 ac_status=$?
9294 grep -v '^ *+' conftest.er1 >conftest.err
9295 rm -f conftest.er1
9296 cat conftest.err >&5
9297 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9298 (exit $ac_status); } && 8747 (exit $ac_status); } &&
9299 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8748 { ac_try='test -s conftest$ac_exeext'
9300 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9301 (eval $ac_try) 2>&5
9302 ac_status=$?
9303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9304 (exit $ac_status); }; } &&
9305 { ac_try='test -s conftest$ac_exeext'
9306 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8749 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9307 (eval $ac_try) 2>&5 8750 (eval $ac_try) 2>&5
9308 ac_status=$? 8751 ac_status=$?
@@ -9315,8 +8758,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
9315 8758
9316gdb_cv_bigtoc= 8759gdb_cv_bigtoc=
9317fi 8760fi
9318rm -f conftest.err conftest.$ac_objext \ 8761rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9319 conftest$ac_exeext conftest.$ac_ext
9320 8762
9321fi 8763fi
9322echo "$as_me:$LINENO: result: $gdb_cv_bigtoc" >&5 8764echo "$as_me:$LINENO: result: $gdb_cv_bigtoc" >&5
@@ -9350,6 +8792,7 @@ if test "${HAVE_X11}" = "yes"; then
9350 echo "$as_me:$LINENO: checking whether X on GNU/Linux needs -b to link" >&5 8792 echo "$as_me:$LINENO: checking whether X on GNU/Linux needs -b to link" >&5
9351echo $ECHO_N "checking whether X on GNU/Linux needs -b to link... $ECHO_C" >&6 8793echo $ECHO_N "checking whether X on GNU/Linux needs -b to link... $ECHO_C" >&6
9352 cat >conftest.$ac_ext <<_ACEOF 8794 cat >conftest.$ac_ext <<_ACEOF
8795#line $LINENO "configure"
9353/* confdefs.h. */ 8796/* confdefs.h. */
9354_ACEOF 8797_ACEOF
9355cat confdefs.h >>conftest.$ac_ext 8798cat confdefs.h >>conftest.$ac_ext
@@ -9366,20 +8809,11 @@ XOpenDisplay ("foo");
9366_ACEOF 8809_ACEOF
9367rm -f conftest.$ac_objext conftest$ac_exeext 8810rm -f conftest.$ac_objext conftest$ac_exeext
9368if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8811if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9369 (eval $ac_link) 2>conftest.er1 8812 (eval $ac_link) 2>&5
9370 ac_status=$? 8813 ac_status=$?
9371 grep -v '^ *+' conftest.er1 >conftest.err
9372 rm -f conftest.er1
9373 cat conftest.err >&5
9374 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9375 (exit $ac_status); } && 8815 (exit $ac_status); } &&
9376 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8816 { ac_try='test -s conftest$ac_exeext'
9377 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9378 (eval $ac_try) 2>&5
9379 ac_status=$?
9380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9381 (exit $ac_status); }; } &&
9382 { ac_try='test -s conftest$ac_exeext'
9383 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8817 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9384 (eval $ac_try) 2>&5 8818 (eval $ac_try) 2>&5
9385 ac_status=$? 8819 ac_status=$?
@@ -9392,8 +8826,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
9392 8826
9393xlinux_first_failure=yes 8827xlinux_first_failure=yes
9394fi 8828fi
9395rm -f conftest.err conftest.$ac_objext \ 8829rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9396 conftest$ac_exeext conftest.$ac_ext
9397 if test "${xlinux_first_failure}" = "yes"; then 8830 if test "${xlinux_first_failure}" = "yes"; then
9398 OLD_LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE" 8831 OLD_LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE"
9399 OLD_C_SWITCH_X_SITE="$C_SWITCH_X_SITE" 8832 OLD_C_SWITCH_X_SITE="$C_SWITCH_X_SITE"
@@ -9404,6 +8837,7 @@ rm -f conftest.err conftest.$ac_objext \
9404 CPPFLAGS="$CPPFLAGS -b i486-linuxaout" 8837 CPPFLAGS="$CPPFLAGS -b i486-linuxaout"
9405 LIBS="$LIBS -b i486-linuxaout" 8838 LIBS="$LIBS -b i486-linuxaout"
9406 cat >conftest.$ac_ext <<_ACEOF 8839 cat >conftest.$ac_ext <<_ACEOF
8840#line $LINENO "configure"
9407/* confdefs.h. */ 8841/* confdefs.h. */
9408_ACEOF 8842_ACEOF
9409cat confdefs.h >>conftest.$ac_ext 8843cat confdefs.h >>conftest.$ac_ext
@@ -9420,20 +8854,11 @@ XOpenDisplay ("foo");
9420_ACEOF 8854_ACEOF
9421rm -f conftest.$ac_objext conftest$ac_exeext 8855rm -f conftest.$ac_objext conftest$ac_exeext
9422if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8856if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9423 (eval $ac_link) 2>conftest.er1 8857 (eval $ac_link) 2>&5
9424 ac_status=$? 8858 ac_status=$?
9425 grep -v '^ *+' conftest.er1 >conftest.err
9426 rm -f conftest.er1
9427 cat conftest.err >&5
9428 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9429 (exit $ac_status); } && 8860 (exit $ac_status); } &&
9430 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8861 { ac_try='test -s conftest$ac_exeext'
9431 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9432 (eval $ac_try) 2>&5
9433 ac_status=$?
9434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9435 (exit $ac_status); }; } &&
9436 { ac_try='test -s conftest$ac_exeext'
9437 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8862 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9438 (eval $ac_try) 2>&5 8863 (eval $ac_try) 2>&5
9439 ac_status=$? 8864 ac_status=$?
@@ -9446,8 +8871,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
9446 8871
9447xlinux_second_failure=yes 8872xlinux_second_failure=yes
9448fi 8873fi
9449rm -f conftest.err conftest.$ac_objext \ 8874rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9450 conftest$ac_exeext conftest.$ac_ext
9451 if test "${xlinux_second_failure}" = "yes"; then 8875 if test "${xlinux_second_failure}" = "yes"; then
9452 # If we get the same failure with -b, there is no use adding -b. 8876 # If we get the same failure with -b, there is no use adding -b.
9453 # So take it out. This plays safe. 8877 # So take it out. This plays safe.
@@ -9472,6 +8896,7 @@ echo "${ECHO_T}no" >&6
9472 echo "$as_me:$LINENO: checking for Xkb" >&5 8896 echo "$as_me:$LINENO: checking for Xkb" >&5
9473echo $ECHO_N "checking for Xkb... $ECHO_C" >&6 8897echo $ECHO_N "checking for Xkb... $ECHO_C" >&6
9474 cat >conftest.$ac_ext <<_ACEOF 8898 cat >conftest.$ac_ext <<_ACEOF
8899#line $LINENO "configure"
9475/* confdefs.h. */ 8900/* confdefs.h. */
9476_ACEOF 8901_ACEOF
9477cat confdefs.h >>conftest.$ac_ext 8902cat confdefs.h >>conftest.$ac_ext
@@ -9489,20 +8914,11 @@ XkbDescPtr kb = XkbGetKeyboard (0, XkbAllComponentsMask, XkbUseCoreKbd);
9489_ACEOF 8914_ACEOF
9490rm -f conftest.$ac_objext conftest$ac_exeext 8915rm -f conftest.$ac_objext conftest$ac_exeext
9491if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 8916if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9492 (eval $ac_link) 2>conftest.er1 8917 (eval $ac_link) 2>&5
9493 ac_status=$? 8918 ac_status=$?
9494 grep -v '^ *+' conftest.er1 >conftest.err
9495 rm -f conftest.er1
9496 cat conftest.err >&5
9497 echo "$as_me:$LINENO: \$? = $ac_status" >&5 8919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9498 (exit $ac_status); } && 8920 (exit $ac_status); } &&
9499 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 8921 { ac_try='test -s conftest$ac_exeext'
9500 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9501 (eval $ac_try) 2>&5
9502 ac_status=$?
9503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9504 (exit $ac_status); }; } &&
9505 { ac_try='test -s conftest$ac_exeext'
9506 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 8922 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9507 (eval $ac_try) 2>&5 8923 (eval $ac_try) 2>&5
9508 ac_status=$? 8924 ac_status=$?
@@ -9515,8 +8931,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
9515 8931
9516emacs_xkb=no 8932emacs_xkb=no
9517fi 8933fi
9518rm -f conftest.err conftest.$ac_objext \ 8934rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9519 conftest$ac_exeext conftest.$ac_ext
9520 echo "$as_me:$LINENO: result: $emacs_xkb" >&5 8935 echo "$as_me:$LINENO: result: $emacs_xkb" >&5
9521echo "${ECHO_T}$emacs_xkb" >&6 8936echo "${ECHO_T}$emacs_xkb" >&6
9522 if test $emacs_xkb = yes; then 8937 if test $emacs_xkb = yes; then
@@ -9541,28 +8956,21 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
9541 echo $ECHO_N "(cached) $ECHO_C" >&6 8956 echo $ECHO_N "(cached) $ECHO_C" >&6
9542else 8957else
9543 cat >conftest.$ac_ext <<_ACEOF 8958 cat >conftest.$ac_ext <<_ACEOF
8959#line $LINENO "configure"
9544/* confdefs.h. */ 8960/* confdefs.h. */
9545_ACEOF 8961_ACEOF
9546cat confdefs.h >>conftest.$ac_ext 8962cat confdefs.h >>conftest.$ac_ext
9547cat >>conftest.$ac_ext <<_ACEOF 8963cat >>conftest.$ac_ext <<_ACEOF
9548/* end confdefs.h. */ 8964/* end confdefs.h. */
9549/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
9550 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9551#define $ac_func innocuous_$ac_func
9552
9553/* System header to define __stub macros and hopefully few prototypes, 8965/* System header to define __stub macros and hopefully few prototypes,
9554 which can conflict with char $ac_func (); below. 8966 which can conflict with char $ac_func (); below.
9555 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 8967 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9556 <limits.h> exists even on freestanding compilers. */ 8968 <limits.h> exists even on freestanding compilers. */
9557
9558#ifdef __STDC__ 8969#ifdef __STDC__
9559# include <limits.h> 8970# include <limits.h>
9560#else 8971#else
9561# include <assert.h> 8972# include <assert.h>
9562#endif 8973#endif
9563
9564#undef $ac_func
9565
9566/* Override any gcc2 internal prototype to avoid an error. */ 8974/* Override any gcc2 internal prototype to avoid an error. */
9567#ifdef __cplusplus 8975#ifdef __cplusplus
9568extern "C" 8976extern "C"
@@ -9593,20 +9001,11 @@ return f != $ac_func;
9593_ACEOF 9001_ACEOF
9594rm -f conftest.$ac_objext conftest$ac_exeext 9002rm -f conftest.$ac_objext conftest$ac_exeext
9595if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 9003if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9596 (eval $ac_link) 2>conftest.er1 9004 (eval $ac_link) 2>&5
9597 ac_status=$? 9005 ac_status=$?
9598 grep -v '^ *+' conftest.er1 >conftest.err
9599 rm -f conftest.er1
9600 cat conftest.err >&5
9601 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9602 (exit $ac_status); } && 9007 (exit $ac_status); } &&
9603 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9008 { ac_try='test -s conftest$ac_exeext'
9604 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9605 (eval $ac_try) 2>&5
9606 ac_status=$?
9607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9608 (exit $ac_status); }; } &&
9609 { ac_try='test -s conftest$ac_exeext'
9610 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9009 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9611 (eval $ac_try) 2>&5 9010 (eval $ac_try) 2>&5
9612 ac_status=$? 9011 ac_status=$?
@@ -9619,8 +9018,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
9619 9018
9620eval "$as_ac_var=no" 9019eval "$as_ac_var=no"
9621fi 9020fi
9622rm -f conftest.err conftest.$ac_objext \ 9021rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9623 conftest$ac_exeext conftest.$ac_ext
9624fi 9022fi
9625echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 9023echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
9626echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 9024echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -9641,6 +9039,7 @@ echo $ECHO_N "checking X11 version 6... $ECHO_C" >&6
9641 echo $ECHO_N "(cached) $ECHO_C" >&6 9039 echo $ECHO_N "(cached) $ECHO_C" >&6
9642else 9040else
9643 cat >conftest.$ac_ext <<_ACEOF 9041 cat >conftest.$ac_ext <<_ACEOF
9042#line $LINENO "configure"
9644/* confdefs.h. */ 9043/* confdefs.h. */
9645_ACEOF 9044_ACEOF
9646cat confdefs.h >>conftest.$ac_ext 9045cat confdefs.h >>conftest.$ac_ext
@@ -9660,20 +9059,11 @@ fail;
9660_ACEOF 9059_ACEOF
9661rm -f conftest.$ac_objext conftest$ac_exeext 9060rm -f conftest.$ac_objext conftest$ac_exeext
9662if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 9061if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9663 (eval $ac_link) 2>conftest.er1 9062 (eval $ac_link) 2>&5
9664 ac_status=$? 9063 ac_status=$?
9665 grep -v '^ *+' conftest.er1 >conftest.err
9666 rm -f conftest.er1
9667 cat conftest.err >&5
9668 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9669 (exit $ac_status); } && 9065 (exit $ac_status); } &&
9670 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9066 { ac_try='test -s conftest$ac_exeext'
9671 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9672 (eval $ac_try) 2>&5
9673 ac_status=$?
9674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9675 (exit $ac_status); }; } &&
9676 { ac_try='test -s conftest$ac_exeext'
9677 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9067 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9678 (eval $ac_try) 2>&5 9068 (eval $ac_try) 2>&5
9679 ac_status=$? 9069 ac_status=$?
@@ -9686,8 +9076,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
9686 9076
9687emacs_cv_x11_version_6=no 9077emacs_cv_x11_version_6=no
9688fi 9078fi
9689rm -f conftest.err conftest.$ac_objext \ 9079rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9690 conftest$ac_exeext conftest.$ac_ext
9691fi 9080fi
9692 9081
9693 if test $emacs_cv_x11_version_6 = yes; then 9082 if test $emacs_cv_x11_version_6 = yes; then
@@ -9711,6 +9100,7 @@ echo $ECHO_N "checking X11 version 5... $ECHO_C" >&6
9711 echo $ECHO_N "(cached) $ECHO_C" >&6 9100 echo $ECHO_N "(cached) $ECHO_C" >&6
9712else 9101else
9713 cat >conftest.$ac_ext <<_ACEOF 9102 cat >conftest.$ac_ext <<_ACEOF
9103#line $LINENO "configure"
9714/* confdefs.h. */ 9104/* confdefs.h. */
9715_ACEOF 9105_ACEOF
9716cat confdefs.h >>conftest.$ac_ext 9106cat confdefs.h >>conftest.$ac_ext
@@ -9730,20 +9120,11 @@ fail;
9730_ACEOF 9120_ACEOF
9731rm -f conftest.$ac_objext conftest$ac_exeext 9121rm -f conftest.$ac_objext conftest$ac_exeext
9732if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 9122if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9733 (eval $ac_link) 2>conftest.er1 9123 (eval $ac_link) 2>&5
9734 ac_status=$? 9124 ac_status=$?
9735 grep -v '^ *+' conftest.er1 >conftest.err
9736 rm -f conftest.er1
9737 cat conftest.err >&5
9738 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9739 (exit $ac_status); } && 9126 (exit $ac_status); } &&
9740 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9127 { ac_try='test -s conftest$ac_exeext'
9741 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9742 (eval $ac_try) 2>&5
9743 ac_status=$?
9744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9745 (exit $ac_status); }; } &&
9746 { ac_try='test -s conftest$ac_exeext'
9747 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9128 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9748 (eval $ac_try) 2>&5 9129 (eval $ac_try) 2>&5
9749 ac_status=$? 9130 ac_status=$?
@@ -9756,8 +9137,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
9756 9137
9757emacs_cv_x11_version_5=no 9138emacs_cv_x11_version_5=no
9758fi 9139fi
9759rm -f conftest.err conftest.$ac_objext \ 9140rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9760 conftest$ac_exeext conftest.$ac_ext
9761fi 9141fi
9762 9142
9763 if test $emacs_cv_x11_version_5 = yes; then 9143 if test $emacs_cv_x11_version_5 = yes; then
@@ -9918,28 +9298,21 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
9918 echo $ECHO_N "(cached) $ECHO_C" >&6 9298 echo $ECHO_N "(cached) $ECHO_C" >&6
9919else 9299else
9920 cat >conftest.$ac_ext <<_ACEOF 9300 cat >conftest.$ac_ext <<_ACEOF
9301#line $LINENO "configure"
9921/* confdefs.h. */ 9302/* confdefs.h. */
9922_ACEOF 9303_ACEOF
9923cat confdefs.h >>conftest.$ac_ext 9304cat confdefs.h >>conftest.$ac_ext
9924cat >>conftest.$ac_ext <<_ACEOF 9305cat >>conftest.$ac_ext <<_ACEOF
9925/* end confdefs.h. */ 9306/* end confdefs.h. */
9926/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
9927 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9928#define $ac_func innocuous_$ac_func
9929
9930/* System header to define __stub macros and hopefully few prototypes, 9307/* System header to define __stub macros and hopefully few prototypes,
9931 which can conflict with char $ac_func (); below. 9308 which can conflict with char $ac_func (); below.
9932 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 9309 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9933 <limits.h> exists even on freestanding compilers. */ 9310 <limits.h> exists even on freestanding compilers. */
9934
9935#ifdef __STDC__ 9311#ifdef __STDC__
9936# include <limits.h> 9312# include <limits.h>
9937#else 9313#else
9938# include <assert.h> 9314# include <assert.h>
9939#endif 9315#endif
9940
9941#undef $ac_func
9942
9943/* Override any gcc2 internal prototype to avoid an error. */ 9316/* Override any gcc2 internal prototype to avoid an error. */
9944#ifdef __cplusplus 9317#ifdef __cplusplus
9945extern "C" 9318extern "C"
@@ -9970,20 +9343,11 @@ return f != $ac_func;
9970_ACEOF 9343_ACEOF
9971rm -f conftest.$ac_objext conftest$ac_exeext 9344rm -f conftest.$ac_objext conftest$ac_exeext
9972if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 9345if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9973 (eval $ac_link) 2>conftest.er1 9346 (eval $ac_link) 2>&5
9974 ac_status=$? 9347 ac_status=$?
9975 grep -v '^ *+' conftest.er1 >conftest.err
9976 rm -f conftest.er1
9977 cat conftest.err >&5
9978 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9979 (exit $ac_status); } && 9349 (exit $ac_status); } &&
9980 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9350 { ac_try='test -s conftest$ac_exeext'
9981 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9982 (eval $ac_try) 2>&5
9983 ac_status=$?
9984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9985 (exit $ac_status); }; } &&
9986 { ac_try='test -s conftest$ac_exeext'
9987 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9351 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9988 (eval $ac_try) 2>&5 9352 (eval $ac_try) 2>&5
9989 ac_status=$? 9353 ac_status=$?
@@ -9996,8 +9360,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
9996 9360
9997eval "$as_ac_var=no" 9361eval "$as_ac_var=no"
9998fi 9362fi
9999rm -f conftest.err conftest.$ac_objext \ 9363rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10000 conftest$ac_exeext conftest.$ac_ext
10001fi 9364fi
10002echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 9365echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
10003echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 9366echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -10027,28 +9390,21 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
10027 echo $ECHO_N "(cached) $ECHO_C" >&6 9390 echo $ECHO_N "(cached) $ECHO_C" >&6
10028else 9391else
10029 cat >conftest.$ac_ext <<_ACEOF 9392 cat >conftest.$ac_ext <<_ACEOF
9393#line $LINENO "configure"
10030/* confdefs.h. */ 9394/* confdefs.h. */
10031_ACEOF 9395_ACEOF
10032cat confdefs.h >>conftest.$ac_ext 9396cat confdefs.h >>conftest.$ac_ext
10033cat >>conftest.$ac_ext <<_ACEOF 9397cat >>conftest.$ac_ext <<_ACEOF
10034/* end confdefs.h. */ 9398/* end confdefs.h. */
10035/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
10036 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10037#define $ac_func innocuous_$ac_func
10038
10039/* System header to define __stub macros and hopefully few prototypes, 9399/* System header to define __stub macros and hopefully few prototypes,
10040 which can conflict with char $ac_func (); below. 9400 which can conflict with char $ac_func (); below.
10041 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 9401 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10042 <limits.h> exists even on freestanding compilers. */ 9402 <limits.h> exists even on freestanding compilers. */
10043
10044#ifdef __STDC__ 9403#ifdef __STDC__
10045# include <limits.h> 9404# include <limits.h>
10046#else 9405#else
10047# include <assert.h> 9406# include <assert.h>
10048#endif 9407#endif
10049
10050#undef $ac_func
10051
10052/* Override any gcc2 internal prototype to avoid an error. */ 9408/* Override any gcc2 internal prototype to avoid an error. */
10053#ifdef __cplusplus 9409#ifdef __cplusplus
10054extern "C" 9410extern "C"
@@ -10079,20 +9435,11 @@ return f != $ac_func;
10079_ACEOF 9435_ACEOF
10080rm -f conftest.$ac_objext conftest$ac_exeext 9436rm -f conftest.$ac_objext conftest$ac_exeext
10081if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 9437if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10082 (eval $ac_link) 2>conftest.er1 9438 (eval $ac_link) 2>&5
10083 ac_status=$? 9439 ac_status=$?
10084 grep -v '^ *+' conftest.er1 >conftest.err
10085 rm -f conftest.er1
10086 cat conftest.err >&5
10087 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10088 (exit $ac_status); } && 9441 (exit $ac_status); } &&
10089 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9442 { ac_try='test -s conftest$ac_exeext'
10090 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10091 (eval $ac_try) 2>&5
10092 ac_status=$?
10093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10094 (exit $ac_status); }; } &&
10095 { ac_try='test -s conftest$ac_exeext'
10096 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9443 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10097 (eval $ac_try) 2>&5 9444 (eval $ac_try) 2>&5
10098 ac_status=$? 9445 ac_status=$?
@@ -10105,8 +9452,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
10105 9452
10106eval "$as_ac_var=no" 9453eval "$as_ac_var=no"
10107fi 9454fi
10108rm -f conftest.err conftest.$ac_objext \ 9455rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10109 conftest$ac_exeext conftest.$ac_ext
10110fi 9456fi
10111echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 9457echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
10112echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 9458echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -10130,28 +9476,21 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
10130 echo $ECHO_N "(cached) $ECHO_C" >&6 9476 echo $ECHO_N "(cached) $ECHO_C" >&6
10131else 9477else
10132 cat >conftest.$ac_ext <<_ACEOF 9478 cat >conftest.$ac_ext <<_ACEOF
9479#line $LINENO "configure"
10133/* confdefs.h. */ 9480/* confdefs.h. */
10134_ACEOF 9481_ACEOF
10135cat confdefs.h >>conftest.$ac_ext 9482cat confdefs.h >>conftest.$ac_ext
10136cat >>conftest.$ac_ext <<_ACEOF 9483cat >>conftest.$ac_ext <<_ACEOF
10137/* end confdefs.h. */ 9484/* end confdefs.h. */
10138/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
10139 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10140#define $ac_func innocuous_$ac_func
10141
10142/* System header to define __stub macros and hopefully few prototypes, 9485/* System header to define __stub macros and hopefully few prototypes,
10143 which can conflict with char $ac_func (); below. 9486 which can conflict with char $ac_func (); below.
10144 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 9487 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10145 <limits.h> exists even on freestanding compilers. */ 9488 <limits.h> exists even on freestanding compilers. */
10146
10147#ifdef __STDC__ 9489#ifdef __STDC__
10148# include <limits.h> 9490# include <limits.h>
10149#else 9491#else
10150# include <assert.h> 9492# include <assert.h>
10151#endif 9493#endif
10152
10153#undef $ac_func
10154
10155/* Override any gcc2 internal prototype to avoid an error. */ 9494/* Override any gcc2 internal prototype to avoid an error. */
10156#ifdef __cplusplus 9495#ifdef __cplusplus
10157extern "C" 9496extern "C"
@@ -10182,20 +9521,11 @@ return f != $ac_func;
10182_ACEOF 9521_ACEOF
10183rm -f conftest.$ac_objext conftest$ac_exeext 9522rm -f conftest.$ac_objext conftest$ac_exeext
10184if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 9523if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10185 (eval $ac_link) 2>conftest.er1 9524 (eval $ac_link) 2>&5
10186 ac_status=$? 9525 ac_status=$?
10187 grep -v '^ *+' conftest.er1 >conftest.err
10188 rm -f conftest.er1
10189 cat conftest.err >&5
10190 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10191 (exit $ac_status); } && 9527 (exit $ac_status); } &&
10192 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9528 { ac_try='test -s conftest$ac_exeext'
10193 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10194 (eval $ac_try) 2>&5
10195 ac_status=$?
10196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10197 (exit $ac_status); }; } &&
10198 { ac_try='test -s conftest$ac_exeext'
10199 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9529 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10200 (eval $ac_try) 2>&5 9530 (eval $ac_try) 2>&5
10201 ac_status=$? 9531 ac_status=$?
@@ -10208,8 +9538,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
10208 9538
10209eval "$as_ac_var=no" 9539eval "$as_ac_var=no"
10210fi 9540fi
10211rm -f conftest.err conftest.$ac_objext \ 9541rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10212 conftest$ac_exeext conftest.$ac_ext
10213fi 9542fi
10214echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 9543echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
10215echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 9544echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -10250,6 +9579,7 @@ else
10250echo "$as_me:$LINENO: checking $ac_header usability" >&5 9579echo "$as_me:$LINENO: checking $ac_header usability" >&5
10251echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 9580echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
10252cat >conftest.$ac_ext <<_ACEOF 9581cat >conftest.$ac_ext <<_ACEOF
9582#line $LINENO "configure"
10253/* confdefs.h. */ 9583/* confdefs.h. */
10254_ACEOF 9584_ACEOF
10255cat confdefs.h >>conftest.$ac_ext 9585cat confdefs.h >>conftest.$ac_ext
@@ -10260,20 +9590,11 @@ $ac_includes_default
10260_ACEOF 9590_ACEOF
10261rm -f conftest.$ac_objext 9591rm -f conftest.$ac_objext
10262if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 9592if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10263 (eval $ac_compile) 2>conftest.er1 9593 (eval $ac_compile) 2>&5
10264 ac_status=$? 9594 ac_status=$?
10265 grep -v '^ *+' conftest.er1 >conftest.err
10266 rm -f conftest.er1
10267 cat conftest.err >&5
10268 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10269 (exit $ac_status); } && 9596 (exit $ac_status); } &&
10270 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9597 { ac_try='test -s conftest.$ac_objext'
10271 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10272 (eval $ac_try) 2>&5
10273 ac_status=$?
10274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10275 (exit $ac_status); }; } &&
10276 { ac_try='test -s conftest.$ac_objext'
10277 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9598 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10278 (eval $ac_try) 2>&5 9599 (eval $ac_try) 2>&5
10279 ac_status=$? 9600 ac_status=$?
@@ -10286,7 +9607,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
10286 9607
10287ac_header_compiler=no 9608ac_header_compiler=no
10288fi 9609fi
10289rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 9610rm -f conftest.$ac_objext conftest.$ac_ext
10290echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 9611echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10291echo "${ECHO_T}$ac_header_compiler" >&6 9612echo "${ECHO_T}$ac_header_compiler" >&6
10292 9613
@@ -10294,6 +9615,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
10294echo "$as_me:$LINENO: checking $ac_header presence" >&5 9615echo "$as_me:$LINENO: checking $ac_header presence" >&5
10295echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 9616echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
10296cat >conftest.$ac_ext <<_ACEOF 9617cat >conftest.$ac_ext <<_ACEOF
9618#line $LINENO "configure"
10297/* confdefs.h. */ 9619/* confdefs.h. */
10298_ACEOF 9620_ACEOF
10299cat confdefs.h >>conftest.$ac_ext 9621cat confdefs.h >>conftest.$ac_ext
@@ -10311,7 +9633,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10311 (exit $ac_status); } >/dev/null; then 9633 (exit $ac_status); } >/dev/null; then
10312 if test -s conftest.err; then 9634 if test -s conftest.err; then
10313 ac_cpp_err=$ac_c_preproc_warn_flag 9635 ac_cpp_err=$ac_c_preproc_warn_flag
10314 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
10315 else 9636 else
10316 ac_cpp_err= 9637 ac_cpp_err=
10317 fi 9638 fi
@@ -10331,32 +9652,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10331echo "${ECHO_T}$ac_header_preproc" >&6 9652echo "${ECHO_T}$ac_header_preproc" >&6
10332 9653
10333# So? What about this header? 9654# So? What about this header?
10334case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 9655case $ac_header_compiler:$ac_header_preproc in
10335 yes:no: ) 9656 yes:no )
10336 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 9657 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10337echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 9658echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10338 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 9659 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10339echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 9660echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10340 ac_header_preproc=yes 9661 (
9662 cat <<\_ASBOX
9663## ------------------------------------ ##
9664## Report this to bug-autoconf@gnu.org. ##
9665## ------------------------------------ ##
9666_ASBOX
9667 ) |
9668 sed "s/^/$as_me: WARNING: /" >&2
10341 ;; 9669 ;;
10342 no:yes:* ) 9670 no:yes )
10343 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 9671 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10344echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 9672echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10345 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 9673 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
10346echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 9674echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
10347 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10348echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10349 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
10350echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
10351 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 9675 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10352echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 9676echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10353 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10354echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10355 ( 9677 (
10356 cat <<\_ASBOX 9678 cat <<\_ASBOX
10357## ------------------------------------------ ## 9679## ------------------------------------ ##
10358## Report this to the AC_PACKAGE_NAME lists. ## 9680## Report this to bug-autoconf@gnu.org. ##
10359## ------------------------------------------ ## 9681## ------------------------------------ ##
10360_ASBOX 9682_ASBOX
10361 ) | 9683 ) |
10362 sed "s/^/$as_me: WARNING: /" >&2 9684 sed "s/^/$as_me: WARNING: /" >&2
@@ -10367,7 +9689,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10367if eval "test \"\${$as_ac_Header+set}\" = set"; then 9689if eval "test \"\${$as_ac_Header+set}\" = set"; then
10368 echo $ECHO_N "(cached) $ECHO_C" >&6 9690 echo $ECHO_N "(cached) $ECHO_C" >&6
10369else 9691else
10370 eval "$as_ac_Header=\$ac_header_preproc" 9692 eval "$as_ac_Header=$ac_header_preproc"
10371fi 9693fi
10372echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 9694echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10373echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 9695echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -10391,6 +9713,7 @@ else
10391 ac_check_lib_save_LIBS=$LIBS 9713 ac_check_lib_save_LIBS=$LIBS
10392LIBS="-lpthread $LIBS" 9714LIBS="-lpthread $LIBS"
10393cat >conftest.$ac_ext <<_ACEOF 9715cat >conftest.$ac_ext <<_ACEOF
9716#line $LINENO "configure"
10394/* confdefs.h. */ 9717/* confdefs.h. */
10395_ACEOF 9718_ACEOF
10396cat confdefs.h >>conftest.$ac_ext 9719cat confdefs.h >>conftest.$ac_ext
@@ -10414,20 +9737,11 @@ pthread_self ();
10414_ACEOF 9737_ACEOF
10415rm -f conftest.$ac_objext conftest$ac_exeext 9738rm -f conftest.$ac_objext conftest$ac_exeext
10416if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 9739if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10417 (eval $ac_link) 2>conftest.er1 9740 (eval $ac_link) 2>&5
10418 ac_status=$? 9741 ac_status=$?
10419 grep -v '^ *+' conftest.er1 >conftest.err
10420 rm -f conftest.er1
10421 cat conftest.err >&5
10422 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10423 (exit $ac_status); } && 9743 (exit $ac_status); } &&
10424 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9744 { ac_try='test -s conftest$ac_exeext'
10425 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10426 (eval $ac_try) 2>&5
10427 ac_status=$?
10428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10429 (exit $ac_status); }; } &&
10430 { ac_try='test -s conftest$ac_exeext'
10431 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9745 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10432 (eval $ac_try) 2>&5 9746 (eval $ac_try) 2>&5
10433 ac_status=$? 9747 ac_status=$?
@@ -10440,8 +9754,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
10440 9754
10441ac_cv_lib_pthread_pthread_self=no 9755ac_cv_lib_pthread_pthread_self=no
10442fi 9756fi
10443rm -f conftest.err conftest.$ac_objext \ 9757rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10444 conftest$ac_exeext conftest.$ac_ext
10445LIBS=$ac_check_lib_save_LIBS 9758LIBS=$ac_check_lib_save_LIBS
10446fi 9759fi
10447echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_self" >&5 9760echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_self" >&5
@@ -10470,6 +9783,7 @@ echo $ECHO_N "checking X11 version 5 with Xaw... $ECHO_C" >&6
10470 echo $ECHO_N "(cached) $ECHO_C" >&6 9783 echo $ECHO_N "(cached) $ECHO_C" >&6
10471else 9784else
10472 cat >conftest.$ac_ext <<_ACEOF 9785 cat >conftest.$ac_ext <<_ACEOF
9786#line $LINENO "configure"
10473/* confdefs.h. */ 9787/* confdefs.h. */
10474_ACEOF 9788_ACEOF
10475cat confdefs.h >>conftest.$ac_ext 9789cat confdefs.h >>conftest.$ac_ext
@@ -10488,20 +9802,11 @@ main ()
10488_ACEOF 9802_ACEOF
10489rm -f conftest.$ac_objext conftest$ac_exeext 9803rm -f conftest.$ac_objext conftest$ac_exeext
10490if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 9804if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10491 (eval $ac_link) 2>conftest.er1 9805 (eval $ac_link) 2>&5
10492 ac_status=$? 9806 ac_status=$?
10493 grep -v '^ *+' conftest.er1 >conftest.err
10494 rm -f conftest.er1
10495 cat conftest.err >&5
10496 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10497 (exit $ac_status); } && 9808 (exit $ac_status); } &&
10498 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9809 { ac_try='test -s conftest$ac_exeext'
10499 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10500 (eval $ac_try) 2>&5
10501 ac_status=$?
10502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10503 (exit $ac_status); }; } &&
10504 { ac_try='test -s conftest$ac_exeext'
10505 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9810 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10506 (eval $ac_try) 2>&5 9811 (eval $ac_try) 2>&5
10507 ac_status=$? 9812 ac_status=$?
@@ -10514,8 +9819,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
10514 9819
10515emacs_cv_x11_version_5_with_xaw=no 9820emacs_cv_x11_version_5_with_xaw=no
10516fi 9821fi
10517rm -f conftest.err conftest.$ac_objext \ 9822rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10518 conftest$ac_exeext conftest.$ac_ext
10519fi 9823fi
10520 9824
10521 if test $emacs_cv_x11_version_5_with_xaw = yes; then 9825 if test $emacs_cv_x11_version_5_with_xaw = yes; then
@@ -10541,6 +9845,7 @@ echo $ECHO_N "checking X11 toolkit version... $ECHO_C" >&6
10541 echo $ECHO_N "(cached) $ECHO_C" >&6 9845 echo $ECHO_N "(cached) $ECHO_C" >&6
10542else 9846else
10543 cat >conftest.$ac_ext <<_ACEOF 9847 cat >conftest.$ac_ext <<_ACEOF
9848#line $LINENO "configure"
10544/* confdefs.h. */ 9849/* confdefs.h. */
10545_ACEOF 9850_ACEOF
10546cat confdefs.h >>conftest.$ac_ext 9851cat confdefs.h >>conftest.$ac_ext
@@ -10560,20 +9865,11 @@ fail;
10560_ACEOF 9865_ACEOF
10561rm -f conftest.$ac_objext conftest$ac_exeext 9866rm -f conftest.$ac_objext conftest$ac_exeext
10562if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 9867if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10563 (eval $ac_link) 2>conftest.er1 9868 (eval $ac_link) 2>&5
10564 ac_status=$? 9869 ac_status=$?
10565 grep -v '^ *+' conftest.er1 >conftest.err
10566 rm -f conftest.er1
10567 cat conftest.err >&5
10568 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10569 (exit $ac_status); } && 9871 (exit $ac_status); } &&
10570 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9872 { ac_try='test -s conftest$ac_exeext'
10571 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10572 (eval $ac_try) 2>&5
10573 ac_status=$?
10574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10575 (exit $ac_status); }; } &&
10576 { ac_try='test -s conftest$ac_exeext'
10577 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9873 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10578 (eval $ac_try) 2>&5 9874 (eval $ac_try) 2>&5
10579 ac_status=$? 9875 ac_status=$?
@@ -10586,8 +9882,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
10586 9882
10587emacs_cv_x11_toolkit_version_6=no 9883emacs_cv_x11_toolkit_version_6=no
10588fi 9884fi
10589rm -f conftest.err conftest.$ac_objext \ 9885rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10590 conftest$ac_exeext conftest.$ac_ext
10591fi 9886fi
10592 9887
10593 HAVE_X11XTR6=$emacs_cv_x11_toolkit_version_6 9888 HAVE_X11XTR6=$emacs_cv_x11_toolkit_version_6
@@ -10619,6 +9914,7 @@ else
10619 ac_check_lib_save_LIBS=$LIBS 9914 ac_check_lib_save_LIBS=$LIBS
10620LIBS="-lXmu $LIBS" 9915LIBS="-lXmu $LIBS"
10621cat >conftest.$ac_ext <<_ACEOF 9916cat >conftest.$ac_ext <<_ACEOF
9917#line $LINENO "configure"
10622/* confdefs.h. */ 9918/* confdefs.h. */
10623_ACEOF 9919_ACEOF
10624cat confdefs.h >>conftest.$ac_ext 9920cat confdefs.h >>conftest.$ac_ext
@@ -10642,20 +9938,11 @@ XmuConvertStandardSelection ();
10642_ACEOF 9938_ACEOF
10643rm -f conftest.$ac_objext conftest$ac_exeext 9939rm -f conftest.$ac_objext conftest$ac_exeext
10644if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 9940if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10645 (eval $ac_link) 2>conftest.er1 9941 (eval $ac_link) 2>&5
10646 ac_status=$? 9942 ac_status=$?
10647 grep -v '^ *+' conftest.er1 >conftest.err
10648 rm -f conftest.er1
10649 cat conftest.err >&5
10650 echo "$as_me:$LINENO: \$? = $ac_status" >&5 9943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10651 (exit $ac_status); } && 9944 (exit $ac_status); } &&
10652 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 9945 { ac_try='test -s conftest$ac_exeext'
10653 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10654 (eval $ac_try) 2>&5
10655 ac_status=$?
10656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10657 (exit $ac_status); }; } &&
10658 { ac_try='test -s conftest$ac_exeext'
10659 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 9946 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10660 (eval $ac_try) 2>&5 9947 (eval $ac_try) 2>&5
10661 ac_status=$? 9948 ac_status=$?
@@ -10668,8 +9955,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
10668 9955
10669ac_cv_lib_Xmu_XmuConvertStandardSelection=no 9956ac_cv_lib_Xmu_XmuConvertStandardSelection=no
10670fi 9957fi
10671rm -f conftest.err conftest.$ac_objext \ 9958rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10672 conftest$ac_exeext conftest.$ac_ext
10673LIBS=$ac_check_lib_save_LIBS 9959LIBS=$ac_check_lib_save_LIBS
10674fi 9960fi
10675echo "$as_me:$LINENO: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5 9961echo "$as_me:$LINENO: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5
@@ -10698,6 +9984,7 @@ else
10698 ac_check_lib_save_LIBS=$LIBS 9984 ac_check_lib_save_LIBS=$LIBS
10699LIBS="-lXext $LIBS" 9985LIBS="-lXext $LIBS"
10700cat >conftest.$ac_ext <<_ACEOF 9986cat >conftest.$ac_ext <<_ACEOF
9987#line $LINENO "configure"
10701/* confdefs.h. */ 9988/* confdefs.h. */
10702_ACEOF 9989_ACEOF
10703cat confdefs.h >>conftest.$ac_ext 9990cat confdefs.h >>conftest.$ac_ext
@@ -10721,20 +10008,11 @@ XShapeQueryExtension ();
10721_ACEOF 10008_ACEOF
10722rm -f conftest.$ac_objext conftest$ac_exeext 10009rm -f conftest.$ac_objext conftest$ac_exeext
10723if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 10010if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10724 (eval $ac_link) 2>conftest.er1 10011 (eval $ac_link) 2>&5
10725 ac_status=$? 10012 ac_status=$?
10726 grep -v '^ *+' conftest.er1 >conftest.err
10727 rm -f conftest.er1
10728 cat conftest.err >&5
10729 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10730 (exit $ac_status); } && 10014 (exit $ac_status); } &&
10731 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10015 { ac_try='test -s conftest$ac_exeext'
10732 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10733 (eval $ac_try) 2>&5
10734 ac_status=$?
10735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10736 (exit $ac_status); }; } &&
10737 { ac_try='test -s conftest$ac_exeext'
10738 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10016 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10739 (eval $ac_try) 2>&5 10017 (eval $ac_try) 2>&5
10740 ac_status=$? 10018 ac_status=$?
@@ -10747,8 +10025,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
10747 10025
10748ac_cv_lib_Xext_XShapeQueryExtension=no 10026ac_cv_lib_Xext_XShapeQueryExtension=no
10749fi 10027fi
10750rm -f conftest.err conftest.$ac_objext \ 10028rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10751 conftest$ac_exeext conftest.$ac_ext
10752LIBS=$ac_check_lib_save_LIBS 10029LIBS=$ac_check_lib_save_LIBS
10753fi 10030fi
10754echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5 10031echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
@@ -10772,6 +10049,7 @@ if test "${emacs_cv_motif_version_2_1+set}" = set; then
10772 echo $ECHO_N "(cached) $ECHO_C" >&6 10049 echo $ECHO_N "(cached) $ECHO_C" >&6
10773else 10050else
10774 cat >conftest.$ac_ext <<_ACEOF 10051 cat >conftest.$ac_ext <<_ACEOF
10052#line $LINENO "configure"
10775/* confdefs.h. */ 10053/* confdefs.h. */
10776_ACEOF 10054_ACEOF
10777cat confdefs.h >>conftest.$ac_ext 10055cat confdefs.h >>conftest.$ac_ext
@@ -10792,20 +10070,11 @@ Motif version prior to 2.1.
10792_ACEOF 10070_ACEOF
10793rm -f conftest.$ac_objext 10071rm -f conftest.$ac_objext
10794if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 10072if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10795 (eval $ac_compile) 2>conftest.er1 10073 (eval $ac_compile) 2>&5
10796 ac_status=$? 10074 ac_status=$?
10797 grep -v '^ *+' conftest.er1 >conftest.err
10798 rm -f conftest.er1
10799 cat conftest.err >&5
10800 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10801 (exit $ac_status); } && 10076 (exit $ac_status); } &&
10802 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10077 { ac_try='test -s conftest.$ac_objext'
10803 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10804 (eval $ac_try) 2>&5
10805 ac_status=$?
10806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10807 (exit $ac_status); }; } &&
10808 { ac_try='test -s conftest.$ac_objext'
10809 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10078 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10810 (eval $ac_try) 2>&5 10079 (eval $ac_try) 2>&5
10811 ac_status=$? 10080 ac_status=$?
@@ -10818,7 +10087,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
10818 10087
10819emacs_cv_motif_version_2_1=no 10088emacs_cv_motif_version_2_1=no
10820fi 10089fi
10821rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 10090rm -f conftest.$ac_objext conftest.$ac_ext
10822fi 10091fi
10823echo "$as_me:$LINENO: result: $emacs_cv_motif_version_2_1" >&5 10092echo "$as_me:$LINENO: result: $emacs_cv_motif_version_2_1" >&5
10824echo "${ECHO_T}$emacs_cv_motif_version_2_1" >&6 10093echo "${ECHO_T}$emacs_cv_motif_version_2_1" >&6
@@ -10838,6 +10107,7 @@ else
10838 ac_check_lib_save_LIBS=$LIBS 10107 ac_check_lib_save_LIBS=$LIBS
10839LIBS="-lXp $LIBS" 10108LIBS="-lXp $LIBS"
10840cat >conftest.$ac_ext <<_ACEOF 10109cat >conftest.$ac_ext <<_ACEOF
10110#line $LINENO "configure"
10841/* confdefs.h. */ 10111/* confdefs.h. */
10842_ACEOF 10112_ACEOF
10843cat confdefs.h >>conftest.$ac_ext 10113cat confdefs.h >>conftest.$ac_ext
@@ -10861,20 +10131,11 @@ XpCreateContext ();
10861_ACEOF 10131_ACEOF
10862rm -f conftest.$ac_objext conftest$ac_exeext 10132rm -f conftest.$ac_objext conftest$ac_exeext
10863if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 10133if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10864 (eval $ac_link) 2>conftest.er1 10134 (eval $ac_link) 2>&5
10865 ac_status=$? 10135 ac_status=$?
10866 grep -v '^ *+' conftest.er1 >conftest.err
10867 rm -f conftest.er1
10868 cat conftest.err >&5
10869 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10870 (exit $ac_status); } && 10137 (exit $ac_status); } &&
10871 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10138 { ac_try='test -s conftest$ac_exeext'
10872 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10873 (eval $ac_try) 2>&5
10874 ac_status=$?
10875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10876 (exit $ac_status); }; } &&
10877 { ac_try='test -s conftest$ac_exeext'
10878 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10139 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10879 (eval $ac_try) 2>&5 10140 (eval $ac_try) 2>&5
10880 ac_status=$? 10141 ac_status=$?
@@ -10887,8 +10148,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
10887 10148
10888ac_cv_lib_Xp_XpCreateContext=no 10149ac_cv_lib_Xp_XpCreateContext=no
10889fi 10150fi
10890rm -f conftest.err conftest.$ac_objext \ 10151rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10891 conftest$ac_exeext conftest.$ac_ext
10892LIBS=$ac_check_lib_save_LIBS 10152LIBS=$ac_check_lib_save_LIBS
10893fi 10153fi
10894echo "$as_me:$LINENO: result: $ac_cv_lib_Xp_XpCreateContext" >&5 10154echo "$as_me:$LINENO: result: $ac_cv_lib_Xp_XpCreateContext" >&5
@@ -10918,6 +10178,7 @@ else
10918 CPPFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CPPFLAGS" 10178 CPPFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CPPFLAGS"
10919 CFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CFLAGS" 10179 CFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CFLAGS"
10920 cat >conftest.$ac_ext <<_ACEOF 10180 cat >conftest.$ac_ext <<_ACEOF
10181#line $LINENO "configure"
10921/* confdefs.h. */ 10182/* confdefs.h. */
10922_ACEOF 10183_ACEOF
10923cat confdefs.h >>conftest.$ac_ext 10184cat confdefs.h >>conftest.$ac_ext
@@ -10934,20 +10195,11 @@ int x = 5;
10934_ACEOF 10195_ACEOF
10935rm -f conftest.$ac_objext 10196rm -f conftest.$ac_objext
10936if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 10197if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10937 (eval $ac_compile) 2>conftest.er1 10198 (eval $ac_compile) 2>&5
10938 ac_status=$? 10199 ac_status=$?
10939 grep -v '^ *+' conftest.er1 >conftest.err
10940 rm -f conftest.er1
10941 cat conftest.err >&5
10942 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10943 (exit $ac_status); } && 10201 (exit $ac_status); } &&
10944 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10202 { ac_try='test -s conftest.$ac_objext'
10945 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10946 (eval $ac_try) 2>&5
10947 ac_status=$?
10948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10949 (exit $ac_status); }; } &&
10950 { ac_try='test -s conftest.$ac_objext'
10951 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10203 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10952 (eval $ac_try) 2>&5 10204 (eval $ac_try) 2>&5
10953 ac_status=$? 10205 ac_status=$?
@@ -10960,7 +10212,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
10960 10212
10961emacs_cv_lesstif=no 10213emacs_cv_lesstif=no
10962fi 10214fi
10963rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 10215rm -f conftest.$ac_objext conftest.$ac_ext
10964fi 10216fi
10965echo "$as_me:$LINENO: result: $emacs_cv_lesstif" >&5 10217echo "$as_me:$LINENO: result: $emacs_cv_lesstif" >&5
10966echo "${ECHO_T}$emacs_cv_lesstif" >&6 10218echo "${ECHO_T}$emacs_cv_lesstif" >&6
@@ -10989,6 +10241,7 @@ if test "${ac_cv_header_X11_Xaw3d_Scrollbar_h+set}" = set; then
10989 echo $ECHO_N "(cached) $ECHO_C" >&6 10241 echo $ECHO_N "(cached) $ECHO_C" >&6
10990else 10242else
10991 cat >conftest.$ac_ext <<_ACEOF 10243 cat >conftest.$ac_ext <<_ACEOF
10244#line $LINENO "configure"
10992/* confdefs.h. */ 10245/* confdefs.h. */
10993_ACEOF 10246_ACEOF
10994cat confdefs.h >>conftest.$ac_ext 10247cat confdefs.h >>conftest.$ac_ext
@@ -11006,7 +10259,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11006 (exit $ac_status); } >/dev/null; then 10259 (exit $ac_status); } >/dev/null; then
11007 if test -s conftest.err; then 10260 if test -s conftest.err; then
11008 ac_cpp_err=$ac_c_preproc_warn_flag 10261 ac_cpp_err=$ac_c_preproc_warn_flag
11009 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
11010 else 10262 else
11011 ac_cpp_err= 10263 ac_cpp_err=
11012 fi 10264 fi
@@ -11034,6 +10286,7 @@ else
11034 ac_check_lib_save_LIBS=$LIBS 10286 ac_check_lib_save_LIBS=$LIBS
11035LIBS="-lXaw3d $LIBS" 10287LIBS="-lXaw3d $LIBS"
11036cat >conftest.$ac_ext <<_ACEOF 10288cat >conftest.$ac_ext <<_ACEOF
10289#line $LINENO "configure"
11037/* confdefs.h. */ 10290/* confdefs.h. */
11038_ACEOF 10291_ACEOF
11039cat confdefs.h >>conftest.$ac_ext 10292cat confdefs.h >>conftest.$ac_ext
@@ -11057,20 +10310,11 @@ XawScrollbarSetThumb ();
11057_ACEOF 10310_ACEOF
11058rm -f conftest.$ac_objext conftest$ac_exeext 10311rm -f conftest.$ac_objext conftest$ac_exeext
11059if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 10312if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11060 (eval $ac_link) 2>conftest.er1 10313 (eval $ac_link) 2>&5
11061 ac_status=$? 10314 ac_status=$?
11062 grep -v '^ *+' conftest.er1 >conftest.err
11063 rm -f conftest.er1
11064 cat conftest.err >&5
11065 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11066 (exit $ac_status); } && 10316 (exit $ac_status); } &&
11067 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10317 { ac_try='test -s conftest$ac_exeext'
11068 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11069 (eval $ac_try) 2>&5
11070 ac_status=$?
11071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11072 (exit $ac_status); }; } &&
11073 { ac_try='test -s conftest$ac_exeext'
11074 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10318 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11075 (eval $ac_try) 2>&5 10319 (eval $ac_try) 2>&5
11076 ac_status=$? 10320 ac_status=$?
@@ -11083,8 +10327,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
11083 10327
11084ac_cv_lib_Xaw3d_XawScrollbarSetThumb=no 10328ac_cv_lib_Xaw3d_XawScrollbarSetThumb=no
11085fi 10329fi
11086rm -f conftest.err conftest.$ac_objext \ 10330rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11087 conftest$ac_exeext conftest.$ac_ext
11088LIBS=$ac_check_lib_save_LIBS 10331LIBS=$ac_check_lib_save_LIBS
11089fi 10332fi
11090echo "$as_me:$LINENO: result: $ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&5 10333echo "$as_me:$LINENO: result: $ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&5
@@ -11141,6 +10384,7 @@ _ACEOF
11141fi 10384fi
11142 10385
11143cat >conftest.$ac_ext <<_ACEOF 10386cat >conftest.$ac_ext <<_ACEOF
10387#line $LINENO "configure"
11144/* confdefs.h. */ 10388/* confdefs.h. */
11145_ACEOF 10389_ACEOF
11146cat confdefs.h >>conftest.$ac_ext 10390cat confdefs.h >>conftest.$ac_ext
@@ -11159,20 +10403,11 @@ XIMProc callback;
11159_ACEOF 10403_ACEOF
11160rm -f conftest.$ac_objext 10404rm -f conftest.$ac_objext
11161if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 10405if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11162 (eval $ac_compile) 2>conftest.er1 10406 (eval $ac_compile) 2>&5
11163 ac_status=$? 10407 ac_status=$?
11164 grep -v '^ *+' conftest.er1 >conftest.err
11165 rm -f conftest.er1
11166 cat conftest.err >&5
11167 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11168 (exit $ac_status); } && 10409 (exit $ac_status); } &&
11169 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10410 { ac_try='test -s conftest.$ac_objext'
11170 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11171 (eval $ac_try) 2>&5
11172 ac_status=$?
11173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11174 (exit $ac_status); }; } &&
11175 { ac_try='test -s conftest.$ac_objext'
11176 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10411 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11177 (eval $ac_try) 2>&5 10412 (eval $ac_try) 2>&5
11178 ac_status=$? 10413 ac_status=$?
@@ -11190,7 +10425,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
11190 10425
11191HAVE_XIM=no 10426HAVE_XIM=no
11192fi 10427fi
11193rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 10428rm -f conftest.$ac_objext conftest.$ac_ext
11194 10429
11195 10430
11196if test "${with_xim}" != "no"; then 10431if test "${with_xim}" != "no"; then
@@ -11208,6 +10443,7 @@ if test "${HAVE_XIM}" != "no"; then
11208 CFLAGS="$CFLAGS --pedantic-errors" 10443 CFLAGS="$CFLAGS --pedantic-errors"
11209 fi 10444 fi
11210 cat >conftest.$ac_ext <<_ACEOF 10445 cat >conftest.$ac_ext <<_ACEOF
10446#line $LINENO "configure"
11211/* confdefs.h. */ 10447/* confdefs.h. */
11212_ACEOF 10448_ACEOF
11213cat confdefs.h >>conftest.$ac_ext 10449cat confdefs.h >>conftest.$ac_ext
@@ -11239,20 +10475,11 @@ extern Bool XRegisterIMInstantiateCallback(Display*, XrmDatabase, char*,
11239_ACEOF 10475_ACEOF
11240rm -f conftest.$ac_objext 10476rm -f conftest.$ac_objext
11241if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 10477if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11242 (eval $ac_compile) 2>conftest.er1 10478 (eval $ac_compile) 2>&5
11243 ac_status=$? 10479 ac_status=$?
11244 grep -v '^ *+' conftest.er1 >conftest.err
11245 rm -f conftest.er1
11246 cat conftest.err >&5
11247 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11248 (exit $ac_status); } && 10481 (exit $ac_status); } &&
11249 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10482 { ac_try='test -s conftest.$ac_objext'
11250 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11251 (eval $ac_try) 2>&5
11252 ac_status=$?
11253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11254 (exit $ac_status); }; } &&
11255 { ac_try='test -s conftest.$ac_objext'
11256 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10483 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11257 (eval $ac_try) 2>&5 10484 (eval $ac_try) 2>&5
11258 ac_status=$? 10485 ac_status=$?
@@ -11264,7 +10491,7 @@ else
11264sed 's/^/| /' conftest.$ac_ext >&5 10491sed 's/^/| /' conftest.$ac_ext >&5
11265 10492
11266fi 10493fi
11267rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 10494rm -f conftest.$ac_objext conftest.$ac_ext
11268 10495
11269 if test "$emacs_cv_arg6_star" = yes; then 10496 if test "$emacs_cv_arg6_star" = yes; then
11270 cat >>confdefs.h <<\_ACEOF 10497 cat >>confdefs.h <<\_ACEOF
@@ -11297,6 +10524,7 @@ else
11297echo "$as_me:$LINENO: checking X11/xpm.h usability" >&5 10524echo "$as_me:$LINENO: checking X11/xpm.h usability" >&5
11298echo $ECHO_N "checking X11/xpm.h usability... $ECHO_C" >&6 10525echo $ECHO_N "checking X11/xpm.h usability... $ECHO_C" >&6
11299cat >conftest.$ac_ext <<_ACEOF 10526cat >conftest.$ac_ext <<_ACEOF
10527#line $LINENO "configure"
11300/* confdefs.h. */ 10528/* confdefs.h. */
11301_ACEOF 10529_ACEOF
11302cat confdefs.h >>conftest.$ac_ext 10530cat confdefs.h >>conftest.$ac_ext
@@ -11307,20 +10535,11 @@ $ac_includes_default
11307_ACEOF 10535_ACEOF
11308rm -f conftest.$ac_objext 10536rm -f conftest.$ac_objext
11309if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 10537if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11310 (eval $ac_compile) 2>conftest.er1 10538 (eval $ac_compile) 2>&5
11311 ac_status=$? 10539 ac_status=$?
11312 grep -v '^ *+' conftest.er1 >conftest.err
11313 rm -f conftest.er1
11314 cat conftest.err >&5
11315 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11316 (exit $ac_status); } && 10541 (exit $ac_status); } &&
11317 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10542 { ac_try='test -s conftest.$ac_objext'
11318 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11319 (eval $ac_try) 2>&5
11320 ac_status=$?
11321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11322 (exit $ac_status); }; } &&
11323 { ac_try='test -s conftest.$ac_objext'
11324 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10543 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11325 (eval $ac_try) 2>&5 10544 (eval $ac_try) 2>&5
11326 ac_status=$? 10545 ac_status=$?
@@ -11333,7 +10552,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
11333 10552
11334ac_header_compiler=no 10553ac_header_compiler=no
11335fi 10554fi
11336rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 10555rm -f conftest.$ac_objext conftest.$ac_ext
11337echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 10556echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11338echo "${ECHO_T}$ac_header_compiler" >&6 10557echo "${ECHO_T}$ac_header_compiler" >&6
11339 10558
@@ -11341,6 +10560,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
11341echo "$as_me:$LINENO: checking X11/xpm.h presence" >&5 10560echo "$as_me:$LINENO: checking X11/xpm.h presence" >&5
11342echo $ECHO_N "checking X11/xpm.h presence... $ECHO_C" >&6 10561echo $ECHO_N "checking X11/xpm.h presence... $ECHO_C" >&6
11343cat >conftest.$ac_ext <<_ACEOF 10562cat >conftest.$ac_ext <<_ACEOF
10563#line $LINENO "configure"
11344/* confdefs.h. */ 10564/* confdefs.h. */
11345_ACEOF 10565_ACEOF
11346cat confdefs.h >>conftest.$ac_ext 10566cat confdefs.h >>conftest.$ac_ext
@@ -11358,7 +10578,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11358 (exit $ac_status); } >/dev/null; then 10578 (exit $ac_status); } >/dev/null; then
11359 if test -s conftest.err; then 10579 if test -s conftest.err; then
11360 ac_cpp_err=$ac_c_preproc_warn_flag 10580 ac_cpp_err=$ac_c_preproc_warn_flag
11361 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
11362 else 10581 else
11363 ac_cpp_err= 10582 ac_cpp_err=
11364 fi 10583 fi
@@ -11378,32 +10597,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11378echo "${ECHO_T}$ac_header_preproc" >&6 10597echo "${ECHO_T}$ac_header_preproc" >&6
11379 10598
11380# So? What about this header? 10599# So? What about this header?
11381case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 10600case $ac_header_compiler:$ac_header_preproc in
11382 yes:no: ) 10601 yes:no )
11383 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: accepted by the compiler, rejected by the preprocessor!" >&5 10602 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: accepted by the compiler, rejected by the preprocessor!" >&5
11384echo "$as_me: WARNING: X11/xpm.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 10603echo "$as_me: WARNING: X11/xpm.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
11385 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the compiler's result" >&5 10604 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&5
11386echo "$as_me: WARNING: X11/xpm.h: proceeding with the compiler's result" >&2;} 10605echo "$as_me: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&2;}
11387 ac_header_preproc=yes 10606 (
10607 cat <<\_ASBOX
10608## ------------------------------------ ##
10609## Report this to bug-autoconf@gnu.org. ##
10610## ------------------------------------ ##
10611_ASBOX
10612 ) |
10613 sed "s/^/$as_me: WARNING: /" >&2
11388 ;; 10614 ;;
11389 no:yes:* ) 10615 no:yes )
11390 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: present but cannot be compiled" >&5 10616 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: present but cannot be compiled" >&5
11391echo "$as_me: WARNING: X11/xpm.h: present but cannot be compiled" >&2;} 10617echo "$as_me: WARNING: X11/xpm.h: present but cannot be compiled" >&2;}
11392 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: check for missing prerequisite headers?" >&5 10618 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: check for missing prerequisite headers?" >&5
11393echo "$as_me: WARNING: X11/xpm.h: check for missing prerequisite headers?" >&2;} 10619echo "$as_me: WARNING: X11/xpm.h: check for missing prerequisite headers?" >&2;}
11394 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: see the Autoconf documentation" >&5
11395echo "$as_me: WARNING: X11/xpm.h: see the Autoconf documentation" >&2;}
11396 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: section \"Present But Cannot Be Compiled\"" >&5
11397echo "$as_me: WARNING: X11/xpm.h: section \"Present But Cannot Be Compiled\"" >&2;}
11398 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&5 10620 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&5
11399echo "$as_me: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&2;} 10621echo "$as_me: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&2;}
11400 { echo "$as_me:$LINENO: WARNING: X11/xpm.h: in the future, the compiler will take precedence" >&5
11401echo "$as_me: WARNING: X11/xpm.h: in the future, the compiler will take precedence" >&2;}
11402 ( 10622 (
11403 cat <<\_ASBOX 10623 cat <<\_ASBOX
11404## ------------------------------------------ ## 10624## ------------------------------------ ##
11405## Report this to the AC_PACKAGE_NAME lists. ## 10625## Report this to bug-autoconf@gnu.org. ##
11406## ------------------------------------------ ## 10626## ------------------------------------ ##
11407_ASBOX 10627_ASBOX
11408 ) | 10628 ) |
11409 sed "s/^/$as_me: WARNING: /" >&2 10629 sed "s/^/$as_me: WARNING: /" >&2
@@ -11429,6 +10649,7 @@ else
11429 ac_check_lib_save_LIBS=$LIBS 10649 ac_check_lib_save_LIBS=$LIBS
11430LIBS="-lXpm -lX11 $LIBS" 10650LIBS="-lXpm -lX11 $LIBS"
11431cat >conftest.$ac_ext <<_ACEOF 10651cat >conftest.$ac_ext <<_ACEOF
10652#line $LINENO "configure"
11432/* confdefs.h. */ 10653/* confdefs.h. */
11433_ACEOF 10654_ACEOF
11434cat confdefs.h >>conftest.$ac_ext 10655cat confdefs.h >>conftest.$ac_ext
@@ -11452,20 +10673,11 @@ XpmReadFileToPixmap ();
11452_ACEOF 10673_ACEOF
11453rm -f conftest.$ac_objext conftest$ac_exeext 10674rm -f conftest.$ac_objext conftest$ac_exeext
11454if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 10675if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11455 (eval $ac_link) 2>conftest.er1 10676 (eval $ac_link) 2>&5
11456 ac_status=$? 10677 ac_status=$?
11457 grep -v '^ *+' conftest.er1 >conftest.err
11458 rm -f conftest.er1
11459 cat conftest.err >&5
11460 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11461 (exit $ac_status); } && 10679 (exit $ac_status); } &&
11462 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10680 { ac_try='test -s conftest$ac_exeext'
11463 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11464 (eval $ac_try) 2>&5
11465 ac_status=$?
11466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11467 (exit $ac_status); }; } &&
11468 { ac_try='test -s conftest$ac_exeext'
11469 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10681 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11470 (eval $ac_try) 2>&5 10682 (eval $ac_try) 2>&5
11471 ac_status=$? 10683 ac_status=$?
@@ -11478,8 +10690,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
11478 10690
11479ac_cv_lib_Xpm_XpmReadFileToPixmap=no 10691ac_cv_lib_Xpm_XpmReadFileToPixmap=no
11480fi 10692fi
11481rm -f conftest.err conftest.$ac_objext \ 10693rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11482 conftest$ac_exeext conftest.$ac_ext
11483LIBS=$ac_check_lib_save_LIBS 10694LIBS=$ac_check_lib_save_LIBS
11484fi 10695fi
11485echo "$as_me:$LINENO: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5 10696echo "$as_me:$LINENO: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5
@@ -11495,6 +10706,7 @@ fi
11495 echo "$as_me:$LINENO: checking for XpmReturnAllocPixels preprocessor define" >&5 10706 echo "$as_me:$LINENO: checking for XpmReturnAllocPixels preprocessor define" >&5
11496echo $ECHO_N "checking for XpmReturnAllocPixels preprocessor define... $ECHO_C" >&6 10707echo $ECHO_N "checking for XpmReturnAllocPixels preprocessor define... $ECHO_C" >&6
11497 cat >conftest.$ac_ext <<_ACEOF 10708 cat >conftest.$ac_ext <<_ACEOF
10709#line $LINENO "configure"
11498/* confdefs.h. */ 10710/* confdefs.h. */
11499_ACEOF 10711_ACEOF
11500cat confdefs.h >>conftest.$ac_ext 10712cat confdefs.h >>conftest.$ac_ext
@@ -11551,6 +10763,7 @@ else
11551echo "$as_me:$LINENO: checking jerror.h usability" >&5 10763echo "$as_me:$LINENO: checking jerror.h usability" >&5
11552echo $ECHO_N "checking jerror.h usability... $ECHO_C" >&6 10764echo $ECHO_N "checking jerror.h usability... $ECHO_C" >&6
11553cat >conftest.$ac_ext <<_ACEOF 10765cat >conftest.$ac_ext <<_ACEOF
10766#line $LINENO "configure"
11554/* confdefs.h. */ 10767/* confdefs.h. */
11555_ACEOF 10768_ACEOF
11556cat confdefs.h >>conftest.$ac_ext 10769cat confdefs.h >>conftest.$ac_ext
@@ -11561,20 +10774,11 @@ $ac_includes_default
11561_ACEOF 10774_ACEOF
11562rm -f conftest.$ac_objext 10775rm -f conftest.$ac_objext
11563if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 10776if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11564 (eval $ac_compile) 2>conftest.er1 10777 (eval $ac_compile) 2>&5
11565 ac_status=$? 10778 ac_status=$?
11566 grep -v '^ *+' conftest.er1 >conftest.err
11567 rm -f conftest.er1
11568 cat conftest.err >&5
11569 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11570 (exit $ac_status); } && 10780 (exit $ac_status); } &&
11571 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10781 { ac_try='test -s conftest.$ac_objext'
11572 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11573 (eval $ac_try) 2>&5
11574 ac_status=$?
11575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11576 (exit $ac_status); }; } &&
11577 { ac_try='test -s conftest.$ac_objext'
11578 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10782 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11579 (eval $ac_try) 2>&5 10783 (eval $ac_try) 2>&5
11580 ac_status=$? 10784 ac_status=$?
@@ -11587,7 +10791,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
11587 10791
11588ac_header_compiler=no 10792ac_header_compiler=no
11589fi 10793fi
11590rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 10794rm -f conftest.$ac_objext conftest.$ac_ext
11591echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 10795echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11592echo "${ECHO_T}$ac_header_compiler" >&6 10796echo "${ECHO_T}$ac_header_compiler" >&6
11593 10797
@@ -11595,6 +10799,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
11595echo "$as_me:$LINENO: checking jerror.h presence" >&5 10799echo "$as_me:$LINENO: checking jerror.h presence" >&5
11596echo $ECHO_N "checking jerror.h presence... $ECHO_C" >&6 10800echo $ECHO_N "checking jerror.h presence... $ECHO_C" >&6
11597cat >conftest.$ac_ext <<_ACEOF 10801cat >conftest.$ac_ext <<_ACEOF
10802#line $LINENO "configure"
11598/* confdefs.h. */ 10803/* confdefs.h. */
11599_ACEOF 10804_ACEOF
11600cat confdefs.h >>conftest.$ac_ext 10805cat confdefs.h >>conftest.$ac_ext
@@ -11612,7 +10817,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11612 (exit $ac_status); } >/dev/null; then 10817 (exit $ac_status); } >/dev/null; then
11613 if test -s conftest.err; then 10818 if test -s conftest.err; then
11614 ac_cpp_err=$ac_c_preproc_warn_flag 10819 ac_cpp_err=$ac_c_preproc_warn_flag
11615 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
11616 else 10820 else
11617 ac_cpp_err= 10821 ac_cpp_err=
11618 fi 10822 fi
@@ -11632,32 +10836,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11632echo "${ECHO_T}$ac_header_preproc" >&6 10836echo "${ECHO_T}$ac_header_preproc" >&6
11633 10837
11634# So? What about this header? 10838# So? What about this header?
11635case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 10839case $ac_header_compiler:$ac_header_preproc in
11636 yes:no: ) 10840 yes:no )
11637 { echo "$as_me:$LINENO: WARNING: jerror.h: accepted by the compiler, rejected by the preprocessor!" >&5 10841 { echo "$as_me:$LINENO: WARNING: jerror.h: accepted by the compiler, rejected by the preprocessor!" >&5
11638echo "$as_me: WARNING: jerror.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 10842echo "$as_me: WARNING: jerror.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
11639 { echo "$as_me:$LINENO: WARNING: jerror.h: proceeding with the compiler's result" >&5 10843 { echo "$as_me:$LINENO: WARNING: jerror.h: proceeding with the preprocessor's result" >&5
11640echo "$as_me: WARNING: jerror.h: proceeding with the compiler's result" >&2;} 10844echo "$as_me: WARNING: jerror.h: proceeding with the preprocessor's result" >&2;}
11641 ac_header_preproc=yes 10845 (
10846 cat <<\_ASBOX
10847## ------------------------------------ ##
10848## Report this to bug-autoconf@gnu.org. ##
10849## ------------------------------------ ##
10850_ASBOX
10851 ) |
10852 sed "s/^/$as_me: WARNING: /" >&2
11642 ;; 10853 ;;
11643 no:yes:* ) 10854 no:yes )
11644 { echo "$as_me:$LINENO: WARNING: jerror.h: present but cannot be compiled" >&5 10855 { echo "$as_me:$LINENO: WARNING: jerror.h: present but cannot be compiled" >&5
11645echo "$as_me: WARNING: jerror.h: present but cannot be compiled" >&2;} 10856echo "$as_me: WARNING: jerror.h: present but cannot be compiled" >&2;}
11646 { echo "$as_me:$LINENO: WARNING: jerror.h: check for missing prerequisite headers?" >&5 10857 { echo "$as_me:$LINENO: WARNING: jerror.h: check for missing prerequisite headers?" >&5
11647echo "$as_me: WARNING: jerror.h: check for missing prerequisite headers?" >&2;} 10858echo "$as_me: WARNING: jerror.h: check for missing prerequisite headers?" >&2;}
11648 { echo "$as_me:$LINENO: WARNING: jerror.h: see the Autoconf documentation" >&5
11649echo "$as_me: WARNING: jerror.h: see the Autoconf documentation" >&2;}
11650 { echo "$as_me:$LINENO: WARNING: jerror.h: section \"Present But Cannot Be Compiled\"" >&5
11651echo "$as_me: WARNING: jerror.h: section \"Present But Cannot Be Compiled\"" >&2;}
11652 { echo "$as_me:$LINENO: WARNING: jerror.h: proceeding with the preprocessor's result" >&5 10859 { echo "$as_me:$LINENO: WARNING: jerror.h: proceeding with the preprocessor's result" >&5
11653echo "$as_me: WARNING: jerror.h: proceeding with the preprocessor's result" >&2;} 10860echo "$as_me: WARNING: jerror.h: proceeding with the preprocessor's result" >&2;}
11654 { echo "$as_me:$LINENO: WARNING: jerror.h: in the future, the compiler will take precedence" >&5
11655echo "$as_me: WARNING: jerror.h: in the future, the compiler will take precedence" >&2;}
11656 ( 10861 (
11657 cat <<\_ASBOX 10862 cat <<\_ASBOX
11658## ------------------------------------------ ## 10863## ------------------------------------ ##
11659## Report this to the AC_PACKAGE_NAME lists. ## 10864## Report this to bug-autoconf@gnu.org. ##
11660## ------------------------------------------ ## 10865## ------------------------------------ ##
11661_ASBOX 10866_ASBOX
11662 ) | 10867 ) |
11663 sed "s/^/$as_me: WARNING: /" >&2 10868 sed "s/^/$as_me: WARNING: /" >&2
@@ -11683,6 +10888,7 @@ else
11683 ac_check_lib_save_LIBS=$LIBS 10888 ac_check_lib_save_LIBS=$LIBS
11684LIBS="-ljpeg $LIBS" 10889LIBS="-ljpeg $LIBS"
11685cat >conftest.$ac_ext <<_ACEOF 10890cat >conftest.$ac_ext <<_ACEOF
10891#line $LINENO "configure"
11686/* confdefs.h. */ 10892/* confdefs.h. */
11687_ACEOF 10893_ACEOF
11688cat confdefs.h >>conftest.$ac_ext 10894cat confdefs.h >>conftest.$ac_ext
@@ -11706,20 +10912,11 @@ jpeg_destroy_compress ();
11706_ACEOF 10912_ACEOF
11707rm -f conftest.$ac_objext conftest$ac_exeext 10913rm -f conftest.$ac_objext conftest$ac_exeext
11708if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 10914if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11709 (eval $ac_link) 2>conftest.er1 10915 (eval $ac_link) 2>&5
11710 ac_status=$? 10916 ac_status=$?
11711 grep -v '^ *+' conftest.er1 >conftest.err
11712 rm -f conftest.er1
11713 cat conftest.err >&5
11714 echo "$as_me:$LINENO: \$? = $ac_status" >&5 10917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11715 (exit $ac_status); } && 10918 (exit $ac_status); } &&
11716 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 10919 { ac_try='test -s conftest$ac_exeext'
11717 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11718 (eval $ac_try) 2>&5
11719 ac_status=$?
11720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11721 (exit $ac_status); }; } &&
11722 { ac_try='test -s conftest$ac_exeext'
11723 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 10920 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11724 (eval $ac_try) 2>&5 10921 (eval $ac_try) 2>&5
11725 ac_status=$? 10922 ac_status=$?
@@ -11732,8 +10929,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
11732 10929
11733ac_cv_lib_jpeg_jpeg_destroy_compress=no 10930ac_cv_lib_jpeg_jpeg_destroy_compress=no
11734fi 10931fi
11735rm -f conftest.err conftest.$ac_objext \ 10932rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11736 conftest$ac_exeext conftest.$ac_ext
11737LIBS=$ac_check_lib_save_LIBS 10933LIBS=$ac_check_lib_save_LIBS
11738fi 10934fi
11739echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5 10935echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5
@@ -11754,6 +10950,7 @@ fi
11754_ACEOF 10950_ACEOF
11755 10951
11756 cat >conftest.$ac_ext <<_ACEOF 10952 cat >conftest.$ac_ext <<_ACEOF
10953#line $LINENO "configure"
11757/* confdefs.h. */ 10954/* confdefs.h. */
11758_ACEOF 10955_ACEOF
11759cat confdefs.h >>conftest.$ac_ext 10956cat confdefs.h >>conftest.$ac_ext
@@ -11803,6 +11000,7 @@ else
11803echo "$as_me:$LINENO: checking $ac_header usability" >&5 11000echo "$as_me:$LINENO: checking $ac_header usability" >&5
11804echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 11001echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
11805cat >conftest.$ac_ext <<_ACEOF 11002cat >conftest.$ac_ext <<_ACEOF
11003#line $LINENO "configure"
11806/* confdefs.h. */ 11004/* confdefs.h. */
11807_ACEOF 11005_ACEOF
11808cat confdefs.h >>conftest.$ac_ext 11006cat confdefs.h >>conftest.$ac_ext
@@ -11813,20 +11011,11 @@ $ac_includes_default
11813_ACEOF 11011_ACEOF
11814rm -f conftest.$ac_objext 11012rm -f conftest.$ac_objext
11815if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 11013if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11816 (eval $ac_compile) 2>conftest.er1 11014 (eval $ac_compile) 2>&5
11817 ac_status=$? 11015 ac_status=$?
11818 grep -v '^ *+' conftest.er1 >conftest.err
11819 rm -f conftest.er1
11820 cat conftest.err >&5
11821 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11822 (exit $ac_status); } && 11017 (exit $ac_status); } &&
11823 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11018 { ac_try='test -s conftest.$ac_objext'
11824 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11825 (eval $ac_try) 2>&5
11826 ac_status=$?
11827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11828 (exit $ac_status); }; } &&
11829 { ac_try='test -s conftest.$ac_objext'
11830 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11019 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11831 (eval $ac_try) 2>&5 11020 (eval $ac_try) 2>&5
11832 ac_status=$? 11021 ac_status=$?
@@ -11839,7 +11028,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
11839 11028
11840ac_header_compiler=no 11029ac_header_compiler=no
11841fi 11030fi
11842rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 11031rm -f conftest.$ac_objext conftest.$ac_ext
11843echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 11032echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11844echo "${ECHO_T}$ac_header_compiler" >&6 11033echo "${ECHO_T}$ac_header_compiler" >&6
11845 11034
@@ -11847,6 +11036,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
11847echo "$as_me:$LINENO: checking $ac_header presence" >&5 11036echo "$as_me:$LINENO: checking $ac_header presence" >&5
11848echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 11037echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
11849cat >conftest.$ac_ext <<_ACEOF 11038cat >conftest.$ac_ext <<_ACEOF
11039#line $LINENO "configure"
11850/* confdefs.h. */ 11040/* confdefs.h. */
11851_ACEOF 11041_ACEOF
11852cat confdefs.h >>conftest.$ac_ext 11042cat confdefs.h >>conftest.$ac_ext
@@ -11864,7 +11054,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11864 (exit $ac_status); } >/dev/null; then 11054 (exit $ac_status); } >/dev/null; then
11865 if test -s conftest.err; then 11055 if test -s conftest.err; then
11866 ac_cpp_err=$ac_c_preproc_warn_flag 11056 ac_cpp_err=$ac_c_preproc_warn_flag
11867 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
11868 else 11057 else
11869 ac_cpp_err= 11058 ac_cpp_err=
11870 fi 11059 fi
@@ -11884,32 +11073,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11884echo "${ECHO_T}$ac_header_preproc" >&6 11073echo "${ECHO_T}$ac_header_preproc" >&6
11885 11074
11886# So? What about this header? 11075# So? What about this header?
11887case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 11076case $ac_header_compiler:$ac_header_preproc in
11888 yes:no: ) 11077 yes:no )
11889 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 11078 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11890echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 11079echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11891 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 11080 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11892echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 11081echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11893 ac_header_preproc=yes 11082 (
11083 cat <<\_ASBOX
11084## ------------------------------------ ##
11085## Report this to bug-autoconf@gnu.org. ##
11086## ------------------------------------ ##
11087_ASBOX
11088 ) |
11089 sed "s/^/$as_me: WARNING: /" >&2
11894 ;; 11090 ;;
11895 no:yes:* ) 11091 no:yes )
11896 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 11092 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11897echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 11093echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11898 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 11094 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11899echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 11095echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11900 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11901echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11902 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11903echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11904 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 11096 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11905echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 11097echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11906 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11907echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11908 ( 11098 (
11909 cat <<\_ASBOX 11099 cat <<\_ASBOX
11910## ------------------------------------------ ## 11100## ------------------------------------ ##
11911## Report this to the AC_PACKAGE_NAME lists. ## 11101## Report this to bug-autoconf@gnu.org. ##
11912## ------------------------------------------ ## 11102## ------------------------------------ ##
11913_ASBOX 11103_ASBOX
11914 ) | 11104 ) |
11915 sed "s/^/$as_me: WARNING: /" >&2 11105 sed "s/^/$as_me: WARNING: /" >&2
@@ -11920,7 +11110,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11920if eval "test \"\${$as_ac_Header+set}\" = set"; then 11110if eval "test \"\${$as_ac_Header+set}\" = set"; then
11921 echo $ECHO_N "(cached) $ECHO_C" >&6 11111 echo $ECHO_N "(cached) $ECHO_C" >&6
11922else 11112else
11923 eval "$as_ac_Header=\$ac_header_preproc" 11113 eval "$as_ac_Header=$ac_header_preproc"
11924fi 11114fi
11925echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 11115echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
11926echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11116echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -11944,6 +11134,7 @@ else
11944 ac_check_lib_save_LIBS=$LIBS 11134 ac_check_lib_save_LIBS=$LIBS
11945LIBS="-lpng -lz -lm $LIBS" 11135LIBS="-lpng -lz -lm $LIBS"
11946cat >conftest.$ac_ext <<_ACEOF 11136cat >conftest.$ac_ext <<_ACEOF
11137#line $LINENO "configure"
11947/* confdefs.h. */ 11138/* confdefs.h. */
11948_ACEOF 11139_ACEOF
11949cat confdefs.h >>conftest.$ac_ext 11140cat confdefs.h >>conftest.$ac_ext
@@ -11967,20 +11158,11 @@ png_get_channels ();
11967_ACEOF 11158_ACEOF
11968rm -f conftest.$ac_objext conftest$ac_exeext 11159rm -f conftest.$ac_objext conftest$ac_exeext
11969if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 11160if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11970 (eval $ac_link) 2>conftest.er1 11161 (eval $ac_link) 2>&5
11971 ac_status=$? 11162 ac_status=$?
11972 grep -v '^ *+' conftest.er1 >conftest.err
11973 rm -f conftest.er1
11974 cat conftest.err >&5
11975 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11976 (exit $ac_status); } && 11164 (exit $ac_status); } &&
11977 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11165 { ac_try='test -s conftest$ac_exeext'
11978 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11979 (eval $ac_try) 2>&5
11980 ac_status=$?
11981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11982 (exit $ac_status); }; } &&
11983 { ac_try='test -s conftest$ac_exeext'
11984 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11166 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11985 (eval $ac_try) 2>&5 11167 (eval $ac_try) 2>&5
11986 ac_status=$? 11168 ac_status=$?
@@ -11993,8 +11175,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
11993 11175
11994ac_cv_lib_png_png_get_channels=no 11176ac_cv_lib_png_png_get_channels=no
11995fi 11177fi
11996rm -f conftest.err conftest.$ac_objext \ 11178rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11997 conftest$ac_exeext conftest.$ac_ext
11998LIBS=$ac_check_lib_save_LIBS 11179LIBS=$ac_check_lib_save_LIBS
11999fi 11180fi
12000echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_get_channels" >&5 11181echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_get_channels" >&5
@@ -12032,6 +11213,7 @@ else
12032echo "$as_me:$LINENO: checking tiffio.h usability" >&5 11213echo "$as_me:$LINENO: checking tiffio.h usability" >&5
12033echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6 11214echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6
12034cat >conftest.$ac_ext <<_ACEOF 11215cat >conftest.$ac_ext <<_ACEOF
11216#line $LINENO "configure"
12035/* confdefs.h. */ 11217/* confdefs.h. */
12036_ACEOF 11218_ACEOF
12037cat confdefs.h >>conftest.$ac_ext 11219cat confdefs.h >>conftest.$ac_ext
@@ -12042,20 +11224,11 @@ $ac_includes_default
12042_ACEOF 11224_ACEOF
12043rm -f conftest.$ac_objext 11225rm -f conftest.$ac_objext
12044if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 11226if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12045 (eval $ac_compile) 2>conftest.er1 11227 (eval $ac_compile) 2>&5
12046 ac_status=$? 11228 ac_status=$?
12047 grep -v '^ *+' conftest.er1 >conftest.err
12048 rm -f conftest.er1
12049 cat conftest.err >&5
12050 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12051 (exit $ac_status); } && 11230 (exit $ac_status); } &&
12052 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11231 { ac_try='test -s conftest.$ac_objext'
12053 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12054 (eval $ac_try) 2>&5
12055 ac_status=$?
12056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12057 (exit $ac_status); }; } &&
12058 { ac_try='test -s conftest.$ac_objext'
12059 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11232 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12060 (eval $ac_try) 2>&5 11233 (eval $ac_try) 2>&5
12061 ac_status=$? 11234 ac_status=$?
@@ -12068,7 +11241,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
12068 11241
12069ac_header_compiler=no 11242ac_header_compiler=no
12070fi 11243fi
12071rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 11244rm -f conftest.$ac_objext conftest.$ac_ext
12072echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 11245echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12073echo "${ECHO_T}$ac_header_compiler" >&6 11246echo "${ECHO_T}$ac_header_compiler" >&6
12074 11247
@@ -12076,6 +11249,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
12076echo "$as_me:$LINENO: checking tiffio.h presence" >&5 11249echo "$as_me:$LINENO: checking tiffio.h presence" >&5
12077echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6 11250echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6
12078cat >conftest.$ac_ext <<_ACEOF 11251cat >conftest.$ac_ext <<_ACEOF
11252#line $LINENO "configure"
12079/* confdefs.h. */ 11253/* confdefs.h. */
12080_ACEOF 11254_ACEOF
12081cat confdefs.h >>conftest.$ac_ext 11255cat confdefs.h >>conftest.$ac_ext
@@ -12093,7 +11267,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12093 (exit $ac_status); } >/dev/null; then 11267 (exit $ac_status); } >/dev/null; then
12094 if test -s conftest.err; then 11268 if test -s conftest.err; then
12095 ac_cpp_err=$ac_c_preproc_warn_flag 11269 ac_cpp_err=$ac_c_preproc_warn_flag
12096 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
12097 else 11270 else
12098 ac_cpp_err= 11271 ac_cpp_err=
12099 fi 11272 fi
@@ -12113,32 +11286,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12113echo "${ECHO_T}$ac_header_preproc" >&6 11286echo "${ECHO_T}$ac_header_preproc" >&6
12114 11287
12115# So? What about this header? 11288# So? What about this header?
12116case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 11289case $ac_header_compiler:$ac_header_preproc in
12117 yes:no: ) 11290 yes:no )
12118 { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5 11291 { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5
12119echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 11292echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12120 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the compiler's result" >&5 11293 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
12121echo "$as_me: WARNING: tiffio.h: proceeding with the compiler's result" >&2;} 11294echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
12122 ac_header_preproc=yes 11295 (
11296 cat <<\_ASBOX
11297## ------------------------------------ ##
11298## Report this to bug-autoconf@gnu.org. ##
11299## ------------------------------------ ##
11300_ASBOX
11301 ) |
11302 sed "s/^/$as_me: WARNING: /" >&2
12123 ;; 11303 ;;
12124 no:yes:* ) 11304 no:yes )
12125 { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5 11305 { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5
12126echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;} 11306echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;}
12127 { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5 11307 { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5
12128echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;} 11308echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;}
12129 { echo "$as_me:$LINENO: WARNING: tiffio.h: see the Autoconf documentation" >&5
12130echo "$as_me: WARNING: tiffio.h: see the Autoconf documentation" >&2;}
12131 { echo "$as_me:$LINENO: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&5
12132echo "$as_me: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&2;}
12133 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5 11309 { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5
12134echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;} 11310echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;}
12135 { echo "$as_me:$LINENO: WARNING: tiffio.h: in the future, the compiler will take precedence" >&5
12136echo "$as_me: WARNING: tiffio.h: in the future, the compiler will take precedence" >&2;}
12137 ( 11311 (
12138 cat <<\_ASBOX 11312 cat <<\_ASBOX
12139## ------------------------------------------ ## 11313## ------------------------------------ ##
12140## Report this to the AC_PACKAGE_NAME lists. ## 11314## Report this to bug-autoconf@gnu.org. ##
12141## ------------------------------------------ ## 11315## ------------------------------------ ##
12142_ASBOX 11316_ASBOX
12143 ) | 11317 ) |
12144 sed "s/^/$as_me: WARNING: /" >&2 11318 sed "s/^/$as_me: WARNING: /" >&2
@@ -12167,6 +11341,7 @@ else
12167 ac_check_lib_save_LIBS=$LIBS 11341 ac_check_lib_save_LIBS=$LIBS
12168LIBS="-ltiff $tifflibs $LIBS" 11342LIBS="-ltiff $tifflibs $LIBS"
12169cat >conftest.$ac_ext <<_ACEOF 11343cat >conftest.$ac_ext <<_ACEOF
11344#line $LINENO "configure"
12170/* confdefs.h. */ 11345/* confdefs.h. */
12171_ACEOF 11346_ACEOF
12172cat confdefs.h >>conftest.$ac_ext 11347cat confdefs.h >>conftest.$ac_ext
@@ -12190,20 +11365,11 @@ TIFFGetVersion ();
12190_ACEOF 11365_ACEOF
12191rm -f conftest.$ac_objext conftest$ac_exeext 11366rm -f conftest.$ac_objext conftest$ac_exeext
12192if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 11367if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12193 (eval $ac_link) 2>conftest.er1 11368 (eval $ac_link) 2>&5
12194 ac_status=$? 11369 ac_status=$?
12195 grep -v '^ *+' conftest.er1 >conftest.err
12196 rm -f conftest.er1
12197 cat conftest.err >&5
12198 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12199 (exit $ac_status); } && 11371 (exit $ac_status); } &&
12200 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11372 { ac_try='test -s conftest$ac_exeext'
12201 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12202 (eval $ac_try) 2>&5
12203 ac_status=$?
12204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12205 (exit $ac_status); }; } &&
12206 { ac_try='test -s conftest$ac_exeext'
12207 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11373 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12208 (eval $ac_try) 2>&5 11374 (eval $ac_try) 2>&5
12209 ac_status=$? 11375 ac_status=$?
@@ -12216,8 +11382,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
12216 11382
12217ac_cv_lib_tiff_TIFFGetVersion=no 11383ac_cv_lib_tiff_TIFFGetVersion=no
12218fi 11384fi
12219rm -f conftest.err conftest.$ac_objext \ 11385rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
12220 conftest$ac_exeext conftest.$ac_ext
12221LIBS=$ac_check_lib_save_LIBS 11386LIBS=$ac_check_lib_save_LIBS
12222fi 11387fi
12223echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5 11388echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5
@@ -12257,6 +11422,7 @@ else
12257echo "$as_me:$LINENO: checking gif_lib.h usability" >&5 11422echo "$as_me:$LINENO: checking gif_lib.h usability" >&5
12258echo $ECHO_N "checking gif_lib.h usability... $ECHO_C" >&6 11423echo $ECHO_N "checking gif_lib.h usability... $ECHO_C" >&6
12259cat >conftest.$ac_ext <<_ACEOF 11424cat >conftest.$ac_ext <<_ACEOF
11425#line $LINENO "configure"
12260/* confdefs.h. */ 11426/* confdefs.h. */
12261_ACEOF 11427_ACEOF
12262cat confdefs.h >>conftest.$ac_ext 11428cat confdefs.h >>conftest.$ac_ext
@@ -12267,20 +11433,11 @@ $ac_includes_default
12267_ACEOF 11433_ACEOF
12268rm -f conftest.$ac_objext 11434rm -f conftest.$ac_objext
12269if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 11435if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12270 (eval $ac_compile) 2>conftest.er1 11436 (eval $ac_compile) 2>&5
12271 ac_status=$? 11437 ac_status=$?
12272 grep -v '^ *+' conftest.er1 >conftest.err
12273 rm -f conftest.er1
12274 cat conftest.err >&5
12275 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12276 (exit $ac_status); } && 11439 (exit $ac_status); } &&
12277 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11440 { ac_try='test -s conftest.$ac_objext'
12278 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12279 (eval $ac_try) 2>&5
12280 ac_status=$?
12281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12282 (exit $ac_status); }; } &&
12283 { ac_try='test -s conftest.$ac_objext'
12284 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11441 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12285 (eval $ac_try) 2>&5 11442 (eval $ac_try) 2>&5
12286 ac_status=$? 11443 ac_status=$?
@@ -12293,7 +11450,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
12293 11450
12294ac_header_compiler=no 11451ac_header_compiler=no
12295fi 11452fi
12296rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 11453rm -f conftest.$ac_objext conftest.$ac_ext
12297echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 11454echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12298echo "${ECHO_T}$ac_header_compiler" >&6 11455echo "${ECHO_T}$ac_header_compiler" >&6
12299 11456
@@ -12301,6 +11458,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
12301echo "$as_me:$LINENO: checking gif_lib.h presence" >&5 11458echo "$as_me:$LINENO: checking gif_lib.h presence" >&5
12302echo $ECHO_N "checking gif_lib.h presence... $ECHO_C" >&6 11459echo $ECHO_N "checking gif_lib.h presence... $ECHO_C" >&6
12303cat >conftest.$ac_ext <<_ACEOF 11460cat >conftest.$ac_ext <<_ACEOF
11461#line $LINENO "configure"
12304/* confdefs.h. */ 11462/* confdefs.h. */
12305_ACEOF 11463_ACEOF
12306cat confdefs.h >>conftest.$ac_ext 11464cat confdefs.h >>conftest.$ac_ext
@@ -12318,7 +11476,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12318 (exit $ac_status); } >/dev/null; then 11476 (exit $ac_status); } >/dev/null; then
12319 if test -s conftest.err; then 11477 if test -s conftest.err; then
12320 ac_cpp_err=$ac_c_preproc_warn_flag 11478 ac_cpp_err=$ac_c_preproc_warn_flag
12321 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
12322 else 11479 else
12323 ac_cpp_err= 11480 ac_cpp_err=
12324 fi 11481 fi
@@ -12338,32 +11495,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12338echo "${ECHO_T}$ac_header_preproc" >&6 11495echo "${ECHO_T}$ac_header_preproc" >&6
12339 11496
12340# So? What about this header? 11497# So? What about this header?
12341case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 11498case $ac_header_compiler:$ac_header_preproc in
12342 yes:no: ) 11499 yes:no )
12343 { echo "$as_me:$LINENO: WARNING: gif_lib.h: accepted by the compiler, rejected by the preprocessor!" >&5 11500 { echo "$as_me:$LINENO: WARNING: gif_lib.h: accepted by the compiler, rejected by the preprocessor!" >&5
12344echo "$as_me: WARNING: gif_lib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 11501echo "$as_me: WARNING: gif_lib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12345 { echo "$as_me:$LINENO: WARNING: gif_lib.h: proceeding with the compiler's result" >&5 11502 { echo "$as_me:$LINENO: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&5
12346echo "$as_me: WARNING: gif_lib.h: proceeding with the compiler's result" >&2;} 11503echo "$as_me: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&2;}
12347 ac_header_preproc=yes 11504 (
11505 cat <<\_ASBOX
11506## ------------------------------------ ##
11507## Report this to bug-autoconf@gnu.org. ##
11508## ------------------------------------ ##
11509_ASBOX
11510 ) |
11511 sed "s/^/$as_me: WARNING: /" >&2
12348 ;; 11512 ;;
12349 no:yes:* ) 11513 no:yes )
12350 { echo "$as_me:$LINENO: WARNING: gif_lib.h: present but cannot be compiled" >&5 11514 { echo "$as_me:$LINENO: WARNING: gif_lib.h: present but cannot be compiled" >&5
12351echo "$as_me: WARNING: gif_lib.h: present but cannot be compiled" >&2;} 11515echo "$as_me: WARNING: gif_lib.h: present but cannot be compiled" >&2;}
12352 { echo "$as_me:$LINENO: WARNING: gif_lib.h: check for missing prerequisite headers?" >&5 11516 { echo "$as_me:$LINENO: WARNING: gif_lib.h: check for missing prerequisite headers?" >&5
12353echo "$as_me: WARNING: gif_lib.h: check for missing prerequisite headers?" >&2;} 11517echo "$as_me: WARNING: gif_lib.h: check for missing prerequisite headers?" >&2;}
12354 { echo "$as_me:$LINENO: WARNING: gif_lib.h: see the Autoconf documentation" >&5
12355echo "$as_me: WARNING: gif_lib.h: see the Autoconf documentation" >&2;}
12356 { echo "$as_me:$LINENO: WARNING: gif_lib.h: section \"Present But Cannot Be Compiled\"" >&5
12357echo "$as_me: WARNING: gif_lib.h: section \"Present But Cannot Be Compiled\"" >&2;}
12358 { echo "$as_me:$LINENO: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&5 11518 { echo "$as_me:$LINENO: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&5
12359echo "$as_me: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&2;} 11519echo "$as_me: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&2;}
12360 { echo "$as_me:$LINENO: WARNING: gif_lib.h: in the future, the compiler will take precedence" >&5
12361echo "$as_me: WARNING: gif_lib.h: in the future, the compiler will take precedence" >&2;}
12362 ( 11520 (
12363 cat <<\_ASBOX 11521 cat <<\_ASBOX
12364## ------------------------------------------ ## 11522## ------------------------------------ ##
12365## Report this to the AC_PACKAGE_NAME lists. ## 11523## Report this to bug-autoconf@gnu.org. ##
12366## ------------------------------------------ ## 11524## ------------------------------------ ##
12367_ASBOX 11525_ASBOX
12368 ) | 11526 ) |
12369 sed "s/^/$as_me: WARNING: /" >&2 11527 sed "s/^/$as_me: WARNING: /" >&2
@@ -12391,6 +11549,7 @@ else
12391 ac_check_lib_save_LIBS=$LIBS 11549 ac_check_lib_save_LIBS=$LIBS
12392LIBS="-lungif $LIBS" 11550LIBS="-lungif $LIBS"
12393cat >conftest.$ac_ext <<_ACEOF 11551cat >conftest.$ac_ext <<_ACEOF
11552#line $LINENO "configure"
12394/* confdefs.h. */ 11553/* confdefs.h. */
12395_ACEOF 11554_ACEOF
12396cat confdefs.h >>conftest.$ac_ext 11555cat confdefs.h >>conftest.$ac_ext
@@ -12414,20 +11573,11 @@ EGifPutExtensionLast ();
12414_ACEOF 11573_ACEOF
12415rm -f conftest.$ac_objext conftest$ac_exeext 11574rm -f conftest.$ac_objext conftest$ac_exeext
12416if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 11575if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12417 (eval $ac_link) 2>conftest.er1 11576 (eval $ac_link) 2>&5
12418 ac_status=$? 11577 ac_status=$?
12419 grep -v '^ *+' conftest.er1 >conftest.err
12420 rm -f conftest.er1
12421 cat conftest.err >&5
12422 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12423 (exit $ac_status); } && 11579 (exit $ac_status); } &&
12424 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11580 { ac_try='test -s conftest$ac_exeext'
12425 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12426 (eval $ac_try) 2>&5
12427 ac_status=$?
12428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12429 (exit $ac_status); }; } &&
12430 { ac_try='test -s conftest$ac_exeext'
12431 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11581 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12432 (eval $ac_try) 2>&5 11582 (eval $ac_try) 2>&5
12433 ac_status=$? 11583 ac_status=$?
@@ -12440,8 +11590,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
12440 11590
12441ac_cv_lib_ungif_EGifPutExtensionLast=no 11591ac_cv_lib_ungif_EGifPutExtensionLast=no
12442fi 11592fi
12443rm -f conftest.err conftest.$ac_objext \ 11593rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
12444 conftest$ac_exeext conftest.$ac_ext
12445LIBS=$ac_check_lib_save_LIBS 11594LIBS=$ac_check_lib_save_LIBS
12446fi 11595fi
12447echo "$as_me:$LINENO: result: $ac_cv_lib_ungif_EGifPutExtensionLast" >&5 11596echo "$as_me:$LINENO: result: $ac_cv_lib_ungif_EGifPutExtensionLast" >&5
@@ -12477,6 +11626,7 @@ else
12477echo "$as_me:$LINENO: checking malloc/malloc.h usability" >&5 11626echo "$as_me:$LINENO: checking malloc/malloc.h usability" >&5
12478echo $ECHO_N "checking malloc/malloc.h usability... $ECHO_C" >&6 11627echo $ECHO_N "checking malloc/malloc.h usability... $ECHO_C" >&6
12479cat >conftest.$ac_ext <<_ACEOF 11628cat >conftest.$ac_ext <<_ACEOF
11629#line $LINENO "configure"
12480/* confdefs.h. */ 11630/* confdefs.h. */
12481_ACEOF 11631_ACEOF
12482cat confdefs.h >>conftest.$ac_ext 11632cat confdefs.h >>conftest.$ac_ext
@@ -12487,20 +11637,11 @@ $ac_includes_default
12487_ACEOF 11637_ACEOF
12488rm -f conftest.$ac_objext 11638rm -f conftest.$ac_objext
12489if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 11639if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12490 (eval $ac_compile) 2>conftest.er1 11640 (eval $ac_compile) 2>&5
12491 ac_status=$? 11641 ac_status=$?
12492 grep -v '^ *+' conftest.er1 >conftest.err
12493 rm -f conftest.er1
12494 cat conftest.err >&5
12495 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12496 (exit $ac_status); } && 11643 (exit $ac_status); } &&
12497 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11644 { ac_try='test -s conftest.$ac_objext'
12498 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12499 (eval $ac_try) 2>&5
12500 ac_status=$?
12501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12502 (exit $ac_status); }; } &&
12503 { ac_try='test -s conftest.$ac_objext'
12504 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11645 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12505 (eval $ac_try) 2>&5 11646 (eval $ac_try) 2>&5
12506 ac_status=$? 11647 ac_status=$?
@@ -12513,7 +11654,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
12513 11654
12514ac_header_compiler=no 11655ac_header_compiler=no
12515fi 11656fi
12516rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 11657rm -f conftest.$ac_objext conftest.$ac_ext
12517echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 11658echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12518echo "${ECHO_T}$ac_header_compiler" >&6 11659echo "${ECHO_T}$ac_header_compiler" >&6
12519 11660
@@ -12521,6 +11662,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
12521echo "$as_me:$LINENO: checking malloc/malloc.h presence" >&5 11662echo "$as_me:$LINENO: checking malloc/malloc.h presence" >&5
12522echo $ECHO_N "checking malloc/malloc.h presence... $ECHO_C" >&6 11663echo $ECHO_N "checking malloc/malloc.h presence... $ECHO_C" >&6
12523cat >conftest.$ac_ext <<_ACEOF 11664cat >conftest.$ac_ext <<_ACEOF
11665#line $LINENO "configure"
12524/* confdefs.h. */ 11666/* confdefs.h. */
12525_ACEOF 11667_ACEOF
12526cat confdefs.h >>conftest.$ac_ext 11668cat confdefs.h >>conftest.$ac_ext
@@ -12538,7 +11680,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12538 (exit $ac_status); } >/dev/null; then 11680 (exit $ac_status); } >/dev/null; then
12539 if test -s conftest.err; then 11681 if test -s conftest.err; then
12540 ac_cpp_err=$ac_c_preproc_warn_flag 11682 ac_cpp_err=$ac_c_preproc_warn_flag
12541 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
12542 else 11683 else
12543 ac_cpp_err= 11684 ac_cpp_err=
12544 fi 11685 fi
@@ -12558,32 +11699,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12558echo "${ECHO_T}$ac_header_preproc" >&6 11699echo "${ECHO_T}$ac_header_preproc" >&6
12559 11700
12560# So? What about this header? 11701# So? What about this header?
12561case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 11702case $ac_header_compiler:$ac_header_preproc in
12562 yes:no: ) 11703 yes:no )
12563 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: accepted by the compiler, rejected by the preprocessor!" >&5 11704 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: accepted by the compiler, rejected by the preprocessor!" >&5
12564echo "$as_me: WARNING: malloc/malloc.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 11705echo "$as_me: WARNING: malloc/malloc.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12565 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: proceeding with the compiler's result" >&5 11706 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: proceeding with the preprocessor's result" >&5
12566echo "$as_me: WARNING: malloc/malloc.h: proceeding with the compiler's result" >&2;} 11707echo "$as_me: WARNING: malloc/malloc.h: proceeding with the preprocessor's result" >&2;}
12567 ac_header_preproc=yes 11708 (
11709 cat <<\_ASBOX
11710## ------------------------------------ ##
11711## Report this to bug-autoconf@gnu.org. ##
11712## ------------------------------------ ##
11713_ASBOX
11714 ) |
11715 sed "s/^/$as_me: WARNING: /" >&2
12568 ;; 11716 ;;
12569 no:yes:* ) 11717 no:yes )
12570 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: present but cannot be compiled" >&5 11718 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: present but cannot be compiled" >&5
12571echo "$as_me: WARNING: malloc/malloc.h: present but cannot be compiled" >&2;} 11719echo "$as_me: WARNING: malloc/malloc.h: present but cannot be compiled" >&2;}
12572 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: check for missing prerequisite headers?" >&5 11720 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: check for missing prerequisite headers?" >&5
12573echo "$as_me: WARNING: malloc/malloc.h: check for missing prerequisite headers?" >&2;} 11721echo "$as_me: WARNING: malloc/malloc.h: check for missing prerequisite headers?" >&2;}
12574 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: see the Autoconf documentation" >&5
12575echo "$as_me: WARNING: malloc/malloc.h: see the Autoconf documentation" >&2;}
12576 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: section \"Present But Cannot Be Compiled\"" >&5
12577echo "$as_me: WARNING: malloc/malloc.h: section \"Present But Cannot Be Compiled\"" >&2;}
12578 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: proceeding with the preprocessor's result" >&5 11722 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: proceeding with the preprocessor's result" >&5
12579echo "$as_me: WARNING: malloc/malloc.h: proceeding with the preprocessor's result" >&2;} 11723echo "$as_me: WARNING: malloc/malloc.h: proceeding with the preprocessor's result" >&2;}
12580 { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: in the future, the compiler will take precedence" >&5
12581echo "$as_me: WARNING: malloc/malloc.h: in the future, the compiler will take precedence" >&2;}
12582 ( 11724 (
12583 cat <<\_ASBOX 11725 cat <<\_ASBOX
12584## ------------------------------------------ ## 11726## ------------------------------------ ##
12585## Report this to the AC_PACKAGE_NAME lists. ## 11727## Report this to bug-autoconf@gnu.org. ##
12586## ------------------------------------------ ## 11728## ------------------------------------ ##
12587_ASBOX 11729_ASBOX
12588 ) | 11730 ) |
12589 sed "s/^/$as_me: WARNING: /" >&2 11731 sed "s/^/$as_me: WARNING: /" >&2
@@ -12628,6 +11770,95 @@ _ACEOF
12628 fi 11770 fi
12629 # We also have mouse menus. 11771 # We also have mouse menus.
12630 HAVE_MENUS=yes 11772 HAVE_MENUS=yes
11773
11774 tmp_CFLAGS="$CFLAGS"
11775 CFLAGS="$CFLAGS -framework Carbon"
11776 echo "$as_me:$LINENO: checking for CancelMenuTracking" >&5
11777echo $ECHO_N "checking for CancelMenuTracking... $ECHO_C" >&6
11778if test "${ac_cv_func_CancelMenuTracking+set}" = set; then
11779 echo $ECHO_N "(cached) $ECHO_C" >&6
11780else
11781 cat >conftest.$ac_ext <<_ACEOF
11782#line $LINENO "configure"
11783/* confdefs.h. */
11784_ACEOF
11785cat confdefs.h >>conftest.$ac_ext
11786cat >>conftest.$ac_ext <<_ACEOF
11787/* end confdefs.h. */
11788/* System header to define __stub macros and hopefully few prototypes,
11789 which can conflict with char CancelMenuTracking (); below.
11790 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11791 <limits.h> exists even on freestanding compilers. */
11792#ifdef __STDC__
11793# include <limits.h>
11794#else
11795# include <assert.h>
11796#endif
11797/* Override any gcc2 internal prototype to avoid an error. */
11798#ifdef __cplusplus
11799extern "C"
11800{
11801#endif
11802/* We use char because int might match the return type of a gcc2
11803 builtin and then its argument prototype would still apply. */
11804char CancelMenuTracking ();
11805/* The GNU C library defines this for functions which it implements
11806 to always fail with ENOSYS. Some functions are actually named
11807 something starting with __ and the normal name is an alias. */
11808#if defined (__stub_CancelMenuTracking) || defined (__stub___CancelMenuTracking)
11809choke me
11810#else
11811char (*f) () = CancelMenuTracking;
11812#endif
11813#ifdef __cplusplus
11814}
11815#endif
11816
11817int
11818main ()
11819{
11820return f != CancelMenuTracking;
11821 ;
11822 return 0;
11823}
11824_ACEOF
11825rm -f conftest.$ac_objext conftest$ac_exeext
11826if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11827 (eval $ac_link) 2>&5
11828 ac_status=$?
11829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11830 (exit $ac_status); } &&
11831 { ac_try='test -s conftest$ac_exeext'
11832 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11833 (eval $ac_try) 2>&5
11834 ac_status=$?
11835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11836 (exit $ac_status); }; }; then
11837 ac_cv_func_CancelMenuTracking=yes
11838else
11839 echo "$as_me: failed program was:" >&5
11840sed 's/^/| /' conftest.$ac_ext >&5
11841
11842ac_cv_func_CancelMenuTracking=no
11843fi
11844rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11845fi
11846echo "$as_me:$LINENO: result: $ac_cv_func_CancelMenuTracking" >&5
11847echo "${ECHO_T}$ac_cv_func_CancelMenuTracking" >&6
11848if test $ac_cv_func_CancelMenuTracking = yes; then
11849 have_cmt=yes
11850else
11851 have_cmt=no
11852fi
11853
11854 if test "$have_cmt" = yes; then
11855
11856cat >>confdefs.h <<\_ACEOF
11857#define HAVE_CANCELMENUTRACKING 1
11858_ACEOF
11859
11860 fi
11861 CFLAGS="$tmp_CFLAGS"
12631fi 11862fi
12632 11863
12633### Use session management (-lSM -lICE) if available 11864### Use session management (-lSM -lICE) if available
@@ -12646,6 +11877,7 @@ else
12646echo "$as_me:$LINENO: checking X11/SM/SMlib.h usability" >&5 11877echo "$as_me:$LINENO: checking X11/SM/SMlib.h usability" >&5
12647echo $ECHO_N "checking X11/SM/SMlib.h usability... $ECHO_C" >&6 11878echo $ECHO_N "checking X11/SM/SMlib.h usability... $ECHO_C" >&6
12648cat >conftest.$ac_ext <<_ACEOF 11879cat >conftest.$ac_ext <<_ACEOF
11880#line $LINENO "configure"
12649/* confdefs.h. */ 11881/* confdefs.h. */
12650_ACEOF 11882_ACEOF
12651cat confdefs.h >>conftest.$ac_ext 11883cat confdefs.h >>conftest.$ac_ext
@@ -12656,20 +11888,11 @@ $ac_includes_default
12656_ACEOF 11888_ACEOF
12657rm -f conftest.$ac_objext 11889rm -f conftest.$ac_objext
12658if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 11890if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12659 (eval $ac_compile) 2>conftest.er1 11891 (eval $ac_compile) 2>&5
12660 ac_status=$? 11892 ac_status=$?
12661 grep -v '^ *+' conftest.er1 >conftest.err
12662 rm -f conftest.er1
12663 cat conftest.err >&5
12664 echo "$as_me:$LINENO: \$? = $ac_status" >&5 11893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12665 (exit $ac_status); } && 11894 (exit $ac_status); } &&
12666 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 11895 { ac_try='test -s conftest.$ac_objext'
12667 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12668 (eval $ac_try) 2>&5
12669 ac_status=$?
12670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12671 (exit $ac_status); }; } &&
12672 { ac_try='test -s conftest.$ac_objext'
12673 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 11896 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12674 (eval $ac_try) 2>&5 11897 (eval $ac_try) 2>&5
12675 ac_status=$? 11898 ac_status=$?
@@ -12682,7 +11905,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
12682 11905
12683ac_header_compiler=no 11906ac_header_compiler=no
12684fi 11907fi
12685rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 11908rm -f conftest.$ac_objext conftest.$ac_ext
12686echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 11909echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12687echo "${ECHO_T}$ac_header_compiler" >&6 11910echo "${ECHO_T}$ac_header_compiler" >&6
12688 11911
@@ -12690,6 +11913,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
12690echo "$as_me:$LINENO: checking X11/SM/SMlib.h presence" >&5 11913echo "$as_me:$LINENO: checking X11/SM/SMlib.h presence" >&5
12691echo $ECHO_N "checking X11/SM/SMlib.h presence... $ECHO_C" >&6 11914echo $ECHO_N "checking X11/SM/SMlib.h presence... $ECHO_C" >&6
12692cat >conftest.$ac_ext <<_ACEOF 11915cat >conftest.$ac_ext <<_ACEOF
11916#line $LINENO "configure"
12693/* confdefs.h. */ 11917/* confdefs.h. */
12694_ACEOF 11918_ACEOF
12695cat confdefs.h >>conftest.$ac_ext 11919cat confdefs.h >>conftest.$ac_ext
@@ -12707,7 +11931,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12707 (exit $ac_status); } >/dev/null; then 11931 (exit $ac_status); } >/dev/null; then
12708 if test -s conftest.err; then 11932 if test -s conftest.err; then
12709 ac_cpp_err=$ac_c_preproc_warn_flag 11933 ac_cpp_err=$ac_c_preproc_warn_flag
12710 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
12711 else 11934 else
12712 ac_cpp_err= 11935 ac_cpp_err=
12713 fi 11936 fi
@@ -12727,32 +11950,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12727echo "${ECHO_T}$ac_header_preproc" >&6 11950echo "${ECHO_T}$ac_header_preproc" >&6
12728 11951
12729# So? What about this header? 11952# So? What about this header?
12730case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 11953case $ac_header_compiler:$ac_header_preproc in
12731 yes:no: ) 11954 yes:no )
12732 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: accepted by the compiler, rejected by the preprocessor!" >&5 11955 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: accepted by the compiler, rejected by the preprocessor!" >&5
12733echo "$as_me: WARNING: X11/SM/SMlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 11956echo "$as_me: WARNING: X11/SM/SMlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12734 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: proceeding with the compiler's result" >&5 11957 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&5
12735echo "$as_me: WARNING: X11/SM/SMlib.h: proceeding with the compiler's result" >&2;} 11958echo "$as_me: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&2;}
12736 ac_header_preproc=yes 11959 (
11960 cat <<\_ASBOX
11961## ------------------------------------ ##
11962## Report this to bug-autoconf@gnu.org. ##
11963## ------------------------------------ ##
11964_ASBOX
11965 ) |
11966 sed "s/^/$as_me: WARNING: /" >&2
12737 ;; 11967 ;;
12738 no:yes:* ) 11968 no:yes )
12739 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: present but cannot be compiled" >&5 11969 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: present but cannot be compiled" >&5
12740echo "$as_me: WARNING: X11/SM/SMlib.h: present but cannot be compiled" >&2;} 11970echo "$as_me: WARNING: X11/SM/SMlib.h: present but cannot be compiled" >&2;}
12741 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: check for missing prerequisite headers?" >&5 11971 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: check for missing prerequisite headers?" >&5
12742echo "$as_me: WARNING: X11/SM/SMlib.h: check for missing prerequisite headers?" >&2;} 11972echo "$as_me: WARNING: X11/SM/SMlib.h: check for missing prerequisite headers?" >&2;}
12743 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: see the Autoconf documentation" >&5
12744echo "$as_me: WARNING: X11/SM/SMlib.h: see the Autoconf documentation" >&2;}
12745 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: section \"Present But Cannot Be Compiled\"" >&5
12746echo "$as_me: WARNING: X11/SM/SMlib.h: section \"Present But Cannot Be Compiled\"" >&2;}
12747 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&5 11973 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&5
12748echo "$as_me: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&2;} 11974echo "$as_me: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&2;}
12749 { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: in the future, the compiler will take precedence" >&5
12750echo "$as_me: WARNING: X11/SM/SMlib.h: in the future, the compiler will take precedence" >&2;}
12751 ( 11975 (
12752 cat <<\_ASBOX 11976 cat <<\_ASBOX
12753## ------------------------------------------ ## 11977## ------------------------------------ ##
12754## Report this to the AC_PACKAGE_NAME lists. ## 11978## Report this to bug-autoconf@gnu.org. ##
12755## ------------------------------------------ ## 11979## ------------------------------------ ##
12756_ASBOX 11980_ASBOX
12757 ) | 11981 ) |
12758 sed "s/^/$as_me: WARNING: /" >&2 11982 sed "s/^/$as_me: WARNING: /" >&2
@@ -12778,6 +12002,7 @@ else
12778 ac_check_lib_save_LIBS=$LIBS 12002 ac_check_lib_save_LIBS=$LIBS
12779LIBS="-lSM -lICE $LIBS" 12003LIBS="-lSM -lICE $LIBS"
12780cat >conftest.$ac_ext <<_ACEOF 12004cat >conftest.$ac_ext <<_ACEOF
12005#line $LINENO "configure"
12781/* confdefs.h. */ 12006/* confdefs.h. */
12782_ACEOF 12007_ACEOF
12783cat confdefs.h >>conftest.$ac_ext 12008cat confdefs.h >>conftest.$ac_ext
@@ -12801,20 +12026,11 @@ SmcOpenConnection ();
12801_ACEOF 12026_ACEOF
12802rm -f conftest.$ac_objext conftest$ac_exeext 12027rm -f conftest.$ac_objext conftest$ac_exeext
12803if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 12028if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12804 (eval $ac_link) 2>conftest.er1 12029 (eval $ac_link) 2>&5
12805 ac_status=$? 12030 ac_status=$?
12806 grep -v '^ *+' conftest.er1 >conftest.err
12807 rm -f conftest.er1
12808 cat conftest.err >&5
12809 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12810 (exit $ac_status); } && 12032 (exit $ac_status); } &&
12811 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12033 { ac_try='test -s conftest$ac_exeext'
12812 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12813 (eval $ac_try) 2>&5
12814 ac_status=$?
12815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12816 (exit $ac_status); }; } &&
12817 { ac_try='test -s conftest$ac_exeext'
12818 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12034 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12819 (eval $ac_try) 2>&5 12035 (eval $ac_try) 2>&5
12820 ac_status=$? 12036 ac_status=$?
@@ -12827,8 +12043,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
12827 12043
12828ac_cv_lib_SM_SmcOpenConnection=no 12044ac_cv_lib_SM_SmcOpenConnection=no
12829fi 12045fi
12830rm -f conftest.err conftest.$ac_objext \ 12046rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
12831 conftest$ac_exeext conftest.$ac_ext
12832LIBS=$ac_check_lib_save_LIBS 12047LIBS=$ac_check_lib_save_LIBS
12833fi 12048fi
12834echo "$as_me:$LINENO: result: $ac_cv_lib_SM_SmcOpenConnection" >&5 12049echo "$as_me:$LINENO: result: $ac_cv_lib_SM_SmcOpenConnection" >&5
@@ -12861,6 +12076,7 @@ if test "${emacs_cv_netdb_declares_h_errno+set}" = set; then
12861 echo $ECHO_N "(cached) $ECHO_C" >&6 12076 echo $ECHO_N "(cached) $ECHO_C" >&6
12862else 12077else
12863 cat >conftest.$ac_ext <<_ACEOF 12078 cat >conftest.$ac_ext <<_ACEOF
12079#line $LINENO "configure"
12864/* confdefs.h. */ 12080/* confdefs.h. */
12865_ACEOF 12081_ACEOF
12866cat confdefs.h >>conftest.$ac_ext 12082cat confdefs.h >>conftest.$ac_ext
@@ -12877,20 +12093,11 @@ return h_errno;
12877_ACEOF 12093_ACEOF
12878rm -f conftest.$ac_objext conftest$ac_exeext 12094rm -f conftest.$ac_objext conftest$ac_exeext
12879if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 12095if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12880 (eval $ac_link) 2>conftest.er1 12096 (eval $ac_link) 2>&5
12881 ac_status=$? 12097 ac_status=$?
12882 grep -v '^ *+' conftest.er1 >conftest.err
12883 rm -f conftest.er1
12884 cat conftest.err >&5
12885 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12886 (exit $ac_status); } && 12099 (exit $ac_status); } &&
12887 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12100 { ac_try='test -s conftest$ac_exeext'
12888 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12889 (eval $ac_try) 2>&5
12890 ac_status=$?
12891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12892 (exit $ac_status); }; } &&
12893 { ac_try='test -s conftest$ac_exeext'
12894 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12101 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12895 (eval $ac_try) 2>&5 12102 (eval $ac_try) 2>&5
12896 ac_status=$? 12103 ac_status=$?
@@ -12903,8 +12110,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
12903 12110
12904emacs_cv_netdb_declares_h_errno=no 12111emacs_cv_netdb_declares_h_errno=no
12905fi 12112fi
12906rm -f conftest.err conftest.$ac_objext \ 12113rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
12907 conftest$ac_exeext conftest.$ac_ext
12908fi 12114fi
12909echo "$as_me:$LINENO: result: $emacs_cv_netdb_declares_h_errno" >&5 12115echo "$as_me:$LINENO: result: $emacs_cv_netdb_declares_h_errno" >&5
12910echo "${ECHO_T}$emacs_cv_netdb_declares_h_errno" >&6 12116echo "${ECHO_T}$emacs_cv_netdb_declares_h_errno" >&6
@@ -12924,6 +12130,7 @@ if test "${ac_cv_working_alloca_h+set}" = set; then
12924 echo $ECHO_N "(cached) $ECHO_C" >&6 12130 echo $ECHO_N "(cached) $ECHO_C" >&6
12925else 12131else
12926 cat >conftest.$ac_ext <<_ACEOF 12132 cat >conftest.$ac_ext <<_ACEOF
12133#line $LINENO "configure"
12927/* confdefs.h. */ 12134/* confdefs.h. */
12928_ACEOF 12135_ACEOF
12929cat confdefs.h >>conftest.$ac_ext 12136cat confdefs.h >>conftest.$ac_ext
@@ -12940,20 +12147,11 @@ char *p = (char *) alloca (2 * sizeof (int));
12940_ACEOF 12147_ACEOF
12941rm -f conftest.$ac_objext conftest$ac_exeext 12148rm -f conftest.$ac_objext conftest$ac_exeext
12942if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 12149if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12943 (eval $ac_link) 2>conftest.er1 12150 (eval $ac_link) 2>&5
12944 ac_status=$? 12151 ac_status=$?
12945 grep -v '^ *+' conftest.er1 >conftest.err
12946 rm -f conftest.er1
12947 cat conftest.err >&5
12948 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12949 (exit $ac_status); } && 12153 (exit $ac_status); } &&
12950 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12154 { ac_try='test -s conftest$ac_exeext'
12951 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12952 (eval $ac_try) 2>&5
12953 ac_status=$?
12954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12955 (exit $ac_status); }; } &&
12956 { ac_try='test -s conftest$ac_exeext'
12957 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12155 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12958 (eval $ac_try) 2>&5 12156 (eval $ac_try) 2>&5
12959 ac_status=$? 12157 ac_status=$?
@@ -12966,8 +12164,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
12966 12164
12967ac_cv_working_alloca_h=no 12165ac_cv_working_alloca_h=no
12968fi 12166fi
12969rm -f conftest.err conftest.$ac_objext \ 12167rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
12970 conftest$ac_exeext conftest.$ac_ext
12971fi 12168fi
12972echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5 12169echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
12973echo "${ECHO_T}$ac_cv_working_alloca_h" >&6 12170echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
@@ -12985,6 +12182,7 @@ if test "${ac_cv_func_alloca_works+set}" = set; then
12985 echo $ECHO_N "(cached) $ECHO_C" >&6 12182 echo $ECHO_N "(cached) $ECHO_C" >&6
12986else 12183else
12987 cat >conftest.$ac_ext <<_ACEOF 12184 cat >conftest.$ac_ext <<_ACEOF
12185#line $LINENO "configure"
12988/* confdefs.h. */ 12186/* confdefs.h. */
12989_ACEOF 12187_ACEOF
12990cat confdefs.h >>conftest.$ac_ext 12188cat confdefs.h >>conftest.$ac_ext
@@ -13021,20 +12219,11 @@ char *p = (char *) alloca (1);
13021_ACEOF 12219_ACEOF
13022rm -f conftest.$ac_objext conftest$ac_exeext 12220rm -f conftest.$ac_objext conftest$ac_exeext
13023if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 12221if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13024 (eval $ac_link) 2>conftest.er1 12222 (eval $ac_link) 2>&5
13025 ac_status=$? 12223 ac_status=$?
13026 grep -v '^ *+' conftest.er1 >conftest.err
13027 rm -f conftest.er1
13028 cat conftest.err >&5
13029 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13030 (exit $ac_status); } && 12225 (exit $ac_status); } &&
13031 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12226 { ac_try='test -s conftest$ac_exeext'
13032 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13033 (eval $ac_try) 2>&5
13034 ac_status=$?
13035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13036 (exit $ac_status); }; } &&
13037 { ac_try='test -s conftest$ac_exeext'
13038 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12227 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13039 (eval $ac_try) 2>&5 12228 (eval $ac_try) 2>&5
13040 ac_status=$? 12229 ac_status=$?
@@ -13047,8 +12236,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
13047 12236
13048ac_cv_func_alloca_works=no 12237ac_cv_func_alloca_works=no
13049fi 12238fi
13050rm -f conftest.err conftest.$ac_objext \ 12239rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
13051 conftest$ac_exeext conftest.$ac_ext
13052fi 12240fi
13053echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5 12241echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
13054echo "${ECHO_T}$ac_cv_func_alloca_works" >&6 12242echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
@@ -13078,6 +12266,7 @@ if test "${ac_cv_os_cray+set}" = set; then
13078 echo $ECHO_N "(cached) $ECHO_C" >&6 12266 echo $ECHO_N "(cached) $ECHO_C" >&6
13079else 12267else
13080 cat >conftest.$ac_ext <<_ACEOF 12268 cat >conftest.$ac_ext <<_ACEOF
12269#line $LINENO "configure"
13081/* confdefs.h. */ 12270/* confdefs.h. */
13082_ACEOF 12271_ACEOF
13083cat confdefs.h >>conftest.$ac_ext 12272cat confdefs.h >>conftest.$ac_ext
@@ -13110,28 +12299,21 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
13110 echo $ECHO_N "(cached) $ECHO_C" >&6 12299 echo $ECHO_N "(cached) $ECHO_C" >&6
13111else 12300else
13112 cat >conftest.$ac_ext <<_ACEOF 12301 cat >conftest.$ac_ext <<_ACEOF
12302#line $LINENO "configure"
13113/* confdefs.h. */ 12303/* confdefs.h. */
13114_ACEOF 12304_ACEOF
13115cat confdefs.h >>conftest.$ac_ext 12305cat confdefs.h >>conftest.$ac_ext
13116cat >>conftest.$ac_ext <<_ACEOF 12306cat >>conftest.$ac_ext <<_ACEOF
13117/* end confdefs.h. */ 12307/* end confdefs.h. */
13118/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13119 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13120#define $ac_func innocuous_$ac_func
13121
13122/* System header to define __stub macros and hopefully few prototypes, 12308/* System header to define __stub macros and hopefully few prototypes,
13123 which can conflict with char $ac_func (); below. 12309 which can conflict with char $ac_func (); below.
13124 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 12310 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13125 <limits.h> exists even on freestanding compilers. */ 12311 <limits.h> exists even on freestanding compilers. */
13126
13127#ifdef __STDC__ 12312#ifdef __STDC__
13128# include <limits.h> 12313# include <limits.h>
13129#else 12314#else
13130# include <assert.h> 12315# include <assert.h>
13131#endif 12316#endif
13132
13133#undef $ac_func
13134
13135/* Override any gcc2 internal prototype to avoid an error. */ 12317/* Override any gcc2 internal prototype to avoid an error. */
13136#ifdef __cplusplus 12318#ifdef __cplusplus
13137extern "C" 12319extern "C"
@@ -13162,20 +12344,11 @@ return f != $ac_func;
13162_ACEOF 12344_ACEOF
13163rm -f conftest.$ac_objext conftest$ac_exeext 12345rm -f conftest.$ac_objext conftest$ac_exeext
13164if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 12346if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13165 (eval $ac_link) 2>conftest.er1 12347 (eval $ac_link) 2>&5
13166 ac_status=$? 12348 ac_status=$?
13167 grep -v '^ *+' conftest.er1 >conftest.err
13168 rm -f conftest.er1
13169 cat conftest.err >&5
13170 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13171 (exit $ac_status); } && 12350 (exit $ac_status); } &&
13172 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12351 { ac_try='test -s conftest$ac_exeext'
13173 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13174 (eval $ac_try) 2>&5
13175 ac_status=$?
13176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13177 (exit $ac_status); }; } &&
13178 { ac_try='test -s conftest$ac_exeext'
13179 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12352 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13180 (eval $ac_try) 2>&5 12353 (eval $ac_try) 2>&5
13181 ac_status=$? 12354 ac_status=$?
@@ -13188,8 +12361,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
13188 12361
13189eval "$as_ac_var=no" 12362eval "$as_ac_var=no"
13190fi 12363fi
13191rm -f conftest.err conftest.$ac_objext \ 12364rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
13192 conftest$ac_exeext conftest.$ac_ext
13193fi 12365fi
13194echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 12366echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
13195echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 12367echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -13214,6 +12386,7 @@ else
13214 ac_cv_c_stack_direction=0 12386 ac_cv_c_stack_direction=0
13215else 12387else
13216 cat >conftest.$ac_ext <<_ACEOF 12388 cat >conftest.$ac_ext <<_ACEOF
12389#line $LINENO "configure"
13217/* confdefs.h. */ 12390/* confdefs.h. */
13218_ACEOF 12391_ACEOF
13219cat confdefs.h >>conftest.$ac_ext 12392cat confdefs.h >>conftest.$ac_ext
@@ -13259,7 +12432,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
13259( exit $ac_status ) 12432( exit $ac_status )
13260ac_cv_c_stack_direction=-1 12433ac_cv_c_stack_direction=-1
13261fi 12434fi
13262rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 12435rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13263fi 12436fi
13264fi 12437fi
13265echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5 12438echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
@@ -13284,6 +12457,7 @@ else
13284 ac_check_lib_save_LIBS=$LIBS 12457 ac_check_lib_save_LIBS=$LIBS
13285LIBS="-lm $LIBS" 12458LIBS="-lm $LIBS"
13286cat >conftest.$ac_ext <<_ACEOF 12459cat >conftest.$ac_ext <<_ACEOF
12460#line $LINENO "configure"
13287/* confdefs.h. */ 12461/* confdefs.h. */
13288_ACEOF 12462_ACEOF
13289cat confdefs.h >>conftest.$ac_ext 12463cat confdefs.h >>conftest.$ac_ext
@@ -13307,20 +12481,11 @@ sqrt ();
13307_ACEOF 12481_ACEOF
13308rm -f conftest.$ac_objext conftest$ac_exeext 12482rm -f conftest.$ac_objext conftest$ac_exeext
13309if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 12483if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13310 (eval $ac_link) 2>conftest.er1 12484 (eval $ac_link) 2>&5
13311 ac_status=$? 12485 ac_status=$?
13312 grep -v '^ *+' conftest.er1 >conftest.err
13313 rm -f conftest.er1
13314 cat conftest.err >&5
13315 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13316 (exit $ac_status); } && 12487 (exit $ac_status); } &&
13317 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12488 { ac_try='test -s conftest$ac_exeext'
13318 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13319 (eval $ac_try) 2>&5
13320 ac_status=$?
13321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13322 (exit $ac_status); }; } &&
13323 { ac_try='test -s conftest$ac_exeext'
13324 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12489 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13325 (eval $ac_try) 2>&5 12490 (eval $ac_try) 2>&5
13326 ac_status=$? 12491 ac_status=$?
@@ -13333,8 +12498,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
13333 12498
13334ac_cv_lib_m_sqrt=no 12499ac_cv_lib_m_sqrt=no
13335fi 12500fi
13336rm -f conftest.err conftest.$ac_objext \ 12501rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
13337 conftest$ac_exeext conftest.$ac_ext
13338LIBS=$ac_check_lib_save_LIBS 12502LIBS=$ac_check_lib_save_LIBS
13339fi 12503fi
13340echo "$as_me:$LINENO: result: $ac_cv_lib_m_sqrt" >&5 12504echo "$as_me:$LINENO: result: $ac_cv_lib_m_sqrt" >&5
@@ -13360,6 +12524,7 @@ else
13360 ac_check_lib_save_LIBS=$LIBS 12524 ac_check_lib_save_LIBS=$LIBS
13361LIBS="-lmail $LIBS" 12525LIBS="-lmail $LIBS"
13362cat >conftest.$ac_ext <<_ACEOF 12526cat >conftest.$ac_ext <<_ACEOF
12527#line $LINENO "configure"
13363/* confdefs.h. */ 12528/* confdefs.h. */
13364_ACEOF 12529_ACEOF
13365cat confdefs.h >>conftest.$ac_ext 12530cat confdefs.h >>conftest.$ac_ext
@@ -13383,20 +12548,11 @@ maillock ();
13383_ACEOF 12548_ACEOF
13384rm -f conftest.$ac_objext conftest$ac_exeext 12549rm -f conftest.$ac_objext conftest$ac_exeext
13385if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 12550if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13386 (eval $ac_link) 2>conftest.er1 12551 (eval $ac_link) 2>&5
13387 ac_status=$? 12552 ac_status=$?
13388 grep -v '^ *+' conftest.er1 >conftest.err
13389 rm -f conftest.er1
13390 cat conftest.err >&5
13391 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13392 (exit $ac_status); } && 12554 (exit $ac_status); } &&
13393 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12555 { ac_try='test -s conftest$ac_exeext'
13394 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13395 (eval $ac_try) 2>&5
13396 ac_status=$?
13397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13398 (exit $ac_status); }; } &&
13399 { ac_try='test -s conftest$ac_exeext'
13400 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12556 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13401 (eval $ac_try) 2>&5 12557 (eval $ac_try) 2>&5
13402 ac_status=$? 12558 ac_status=$?
@@ -13409,8 +12565,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
13409 12565
13410ac_cv_lib_mail_maillock=no 12566ac_cv_lib_mail_maillock=no
13411fi 12567fi
13412rm -f conftest.err conftest.$ac_objext \ 12568rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
13413 conftest$ac_exeext conftest.$ac_ext
13414LIBS=$ac_check_lib_save_LIBS 12569LIBS=$ac_check_lib_save_LIBS
13415fi 12570fi
13416echo "$as_me:$LINENO: result: $ac_cv_lib_mail_maillock" >&5 12571echo "$as_me:$LINENO: result: $ac_cv_lib_mail_maillock" >&5
@@ -13433,6 +12588,7 @@ else
13433 ac_check_lib_save_LIBS=$LIBS 12588 ac_check_lib_save_LIBS=$LIBS
13434LIBS="-llockfile $LIBS" 12589LIBS="-llockfile $LIBS"
13435cat >conftest.$ac_ext <<_ACEOF 12590cat >conftest.$ac_ext <<_ACEOF
12591#line $LINENO "configure"
13436/* confdefs.h. */ 12592/* confdefs.h. */
13437_ACEOF 12593_ACEOF
13438cat confdefs.h >>conftest.$ac_ext 12594cat confdefs.h >>conftest.$ac_ext
@@ -13456,20 +12612,11 @@ maillock ();
13456_ACEOF 12612_ACEOF
13457rm -f conftest.$ac_objext conftest$ac_exeext 12613rm -f conftest.$ac_objext conftest$ac_exeext
13458if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 12614if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13459 (eval $ac_link) 2>conftest.er1 12615 (eval $ac_link) 2>&5
13460 ac_status=$? 12616 ac_status=$?
13461 grep -v '^ *+' conftest.er1 >conftest.err
13462 rm -f conftest.er1
13463 cat conftest.err >&5
13464 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13465 (exit $ac_status); } && 12618 (exit $ac_status); } &&
13466 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12619 { ac_try='test -s conftest$ac_exeext'
13467 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13468 (eval $ac_try) 2>&5
13469 ac_status=$?
13470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13471 (exit $ac_status); }; } &&
13472 { ac_try='test -s conftest$ac_exeext'
13473 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12620 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13474 (eval $ac_try) 2>&5 12621 (eval $ac_try) 2>&5
13475 ac_status=$? 12622 ac_status=$?
@@ -13482,8 +12629,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
13482 12629
13483ac_cv_lib_lockfile_maillock=no 12630ac_cv_lib_lockfile_maillock=no
13484fi 12631fi
13485rm -f conftest.err conftest.$ac_objext \ 12632rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
13486 conftest$ac_exeext conftest.$ac_ext
13487LIBS=$ac_check_lib_save_LIBS 12633LIBS=$ac_check_lib_save_LIBS
13488fi 12634fi
13489echo "$as_me:$LINENO: result: $ac_cv_lib_lockfile_maillock" >&5 12635echo "$as_me:$LINENO: result: $ac_cv_lib_lockfile_maillock" >&5
@@ -13559,28 +12705,21 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
13559 echo $ECHO_N "(cached) $ECHO_C" >&6 12705 echo $ECHO_N "(cached) $ECHO_C" >&6
13560else 12706else
13561 cat >conftest.$ac_ext <<_ACEOF 12707 cat >conftest.$ac_ext <<_ACEOF
12708#line $LINENO "configure"
13562/* confdefs.h. */ 12709/* confdefs.h. */
13563_ACEOF 12710_ACEOF
13564cat confdefs.h >>conftest.$ac_ext 12711cat confdefs.h >>conftest.$ac_ext
13565cat >>conftest.$ac_ext <<_ACEOF 12712cat >>conftest.$ac_ext <<_ACEOF
13566/* end confdefs.h. */ 12713/* end confdefs.h. */
13567/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13568 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13569#define $ac_func innocuous_$ac_func
13570
13571/* System header to define __stub macros and hopefully few prototypes, 12714/* System header to define __stub macros and hopefully few prototypes,
13572 which can conflict with char $ac_func (); below. 12715 which can conflict with char $ac_func (); below.
13573 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 12716 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13574 <limits.h> exists even on freestanding compilers. */ 12717 <limits.h> exists even on freestanding compilers. */
13575
13576#ifdef __STDC__ 12718#ifdef __STDC__
13577# include <limits.h> 12719# include <limits.h>
13578#else 12720#else
13579# include <assert.h> 12721# include <assert.h>
13580#endif 12722#endif
13581
13582#undef $ac_func
13583
13584/* Override any gcc2 internal prototype to avoid an error. */ 12723/* Override any gcc2 internal prototype to avoid an error. */
13585#ifdef __cplusplus 12724#ifdef __cplusplus
13586extern "C" 12725extern "C"
@@ -13611,20 +12750,11 @@ return f != $ac_func;
13611_ACEOF 12750_ACEOF
13612rm -f conftest.$ac_objext conftest$ac_exeext 12751rm -f conftest.$ac_objext conftest$ac_exeext
13613if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 12752if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13614 (eval $ac_link) 2>conftest.er1 12753 (eval $ac_link) 2>&5
13615 ac_status=$? 12754 ac_status=$?
13616 grep -v '^ *+' conftest.er1 >conftest.err
13617 rm -f conftest.er1
13618 cat conftest.err >&5
13619 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13620 (exit $ac_status); } && 12756 (exit $ac_status); } &&
13621 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12757 { ac_try='test -s conftest$ac_exeext'
13622 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13623 (eval $ac_try) 2>&5
13624 ac_status=$?
13625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13626 (exit $ac_status); }; } &&
13627 { ac_try='test -s conftest$ac_exeext'
13628 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12758 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13629 (eval $ac_try) 2>&5 12759 (eval $ac_try) 2>&5
13630 ac_status=$? 12760 ac_status=$?
@@ -13637,8 +12767,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
13637 12767
13638eval "$as_ac_var=no" 12768eval "$as_ac_var=no"
13639fi 12769fi
13640rm -f conftest.err conftest.$ac_objext \ 12770rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
13641 conftest$ac_exeext conftest.$ac_ext
13642fi 12771fi
13643echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 12772echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
13644echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 12773echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -13667,6 +12796,7 @@ else
13667echo "$as_me:$LINENO: checking $ac_header usability" >&5 12796echo "$as_me:$LINENO: checking $ac_header usability" >&5
13668echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 12797echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13669cat >conftest.$ac_ext <<_ACEOF 12798cat >conftest.$ac_ext <<_ACEOF
12799#line $LINENO "configure"
13670/* confdefs.h. */ 12800/* confdefs.h. */
13671_ACEOF 12801_ACEOF
13672cat confdefs.h >>conftest.$ac_ext 12802cat confdefs.h >>conftest.$ac_ext
@@ -13677,20 +12807,11 @@ $ac_includes_default
13677_ACEOF 12807_ACEOF
13678rm -f conftest.$ac_objext 12808rm -f conftest.$ac_objext
13679if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 12809if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13680 (eval $ac_compile) 2>conftest.er1 12810 (eval $ac_compile) 2>&5
13681 ac_status=$? 12811 ac_status=$?
13682 grep -v '^ *+' conftest.er1 >conftest.err
13683 rm -f conftest.er1
13684 cat conftest.err >&5
13685 echo "$as_me:$LINENO: \$? = $ac_status" >&5 12812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13686 (exit $ac_status); } && 12813 (exit $ac_status); } &&
13687 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 12814 { ac_try='test -s conftest.$ac_objext'
13688 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13689 (eval $ac_try) 2>&5
13690 ac_status=$?
13691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13692 (exit $ac_status); }; } &&
13693 { ac_try='test -s conftest.$ac_objext'
13694 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 12815 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13695 (eval $ac_try) 2>&5 12816 (eval $ac_try) 2>&5
13696 ac_status=$? 12817 ac_status=$?
@@ -13703,7 +12824,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
13703 12824
13704ac_header_compiler=no 12825ac_header_compiler=no
13705fi 12826fi
13706rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 12827rm -f conftest.$ac_objext conftest.$ac_ext
13707echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 12828echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13708echo "${ECHO_T}$ac_header_compiler" >&6 12829echo "${ECHO_T}$ac_header_compiler" >&6
13709 12830
@@ -13711,6 +12832,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
13711echo "$as_me:$LINENO: checking $ac_header presence" >&5 12832echo "$as_me:$LINENO: checking $ac_header presence" >&5
13712echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 12833echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
13713cat >conftest.$ac_ext <<_ACEOF 12834cat >conftest.$ac_ext <<_ACEOF
12835#line $LINENO "configure"
13714/* confdefs.h. */ 12836/* confdefs.h. */
13715_ACEOF 12837_ACEOF
13716cat confdefs.h >>conftest.$ac_ext 12838cat confdefs.h >>conftest.$ac_ext
@@ -13728,7 +12850,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
13728 (exit $ac_status); } >/dev/null; then 12850 (exit $ac_status); } >/dev/null; then
13729 if test -s conftest.err; then 12851 if test -s conftest.err; then
13730 ac_cpp_err=$ac_c_preproc_warn_flag 12852 ac_cpp_err=$ac_c_preproc_warn_flag
13731 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
13732 else 12853 else
13733 ac_cpp_err= 12854 ac_cpp_err=
13734 fi 12855 fi
@@ -13748,32 +12869,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13748echo "${ECHO_T}$ac_header_preproc" >&6 12869echo "${ECHO_T}$ac_header_preproc" >&6
13749 12870
13750# So? What about this header? 12871# So? What about this header?
13751case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 12872case $ac_header_compiler:$ac_header_preproc in
13752 yes:no: ) 12873 yes:no )
13753 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 12874 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13754echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 12875echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13755 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 12876 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13756echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 12877echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13757 ac_header_preproc=yes 12878 (
12879 cat <<\_ASBOX
12880## ------------------------------------ ##
12881## Report this to bug-autoconf@gnu.org. ##
12882## ------------------------------------ ##
12883_ASBOX
12884 ) |
12885 sed "s/^/$as_me: WARNING: /" >&2
13758 ;; 12886 ;;
13759 no:yes:* ) 12887 no:yes )
13760 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 12888 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13761echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 12889echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13762 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 12890 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
13763echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 12891echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
13764 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13765echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13766 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
13767echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
13768 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 12892 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13769echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 12893echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13770 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13771echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13772 ( 12894 (
13773 cat <<\_ASBOX 12895 cat <<\_ASBOX
13774## ------------------------------------------ ## 12896## ------------------------------------ ##
13775## Report this to the AC_PACKAGE_NAME lists. ## 12897## Report this to bug-autoconf@gnu.org. ##
13776## ------------------------------------------ ## 12898## ------------------------------------ ##
13777_ASBOX 12899_ASBOX
13778 ) | 12900 ) |
13779 sed "s/^/$as_me: WARNING: /" >&2 12901 sed "s/^/$as_me: WARNING: /" >&2
@@ -13784,7 +12906,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
13784if eval "test \"\${$as_ac_Header+set}\" = set"; then 12906if eval "test \"\${$as_ac_Header+set}\" = set"; then
13785 echo $ECHO_N "(cached) $ECHO_C" >&6 12907 echo $ECHO_N "(cached) $ECHO_C" >&6
13786else 12908else
13787 eval "$as_ac_Header=\$ac_header_preproc" 12909 eval "$as_ac_Header=$ac_header_preproc"
13788fi 12910fi
13789echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 12911echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
13790echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 12912echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -13884,28 +13006,21 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
13884 echo $ECHO_N "(cached) $ECHO_C" >&6 13006 echo $ECHO_N "(cached) $ECHO_C" >&6
13885else 13007else
13886 cat >conftest.$ac_ext <<_ACEOF 13008 cat >conftest.$ac_ext <<_ACEOF
13009#line $LINENO "configure"
13887/* confdefs.h. */ 13010/* confdefs.h. */
13888_ACEOF 13011_ACEOF
13889cat confdefs.h >>conftest.$ac_ext 13012cat confdefs.h >>conftest.$ac_ext
13890cat >>conftest.$ac_ext <<_ACEOF 13013cat >>conftest.$ac_ext <<_ACEOF
13891/* end confdefs.h. */ 13014/* end confdefs.h. */
13892/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13893 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13894#define $ac_func innocuous_$ac_func
13895
13896/* System header to define __stub macros and hopefully few prototypes, 13015/* System header to define __stub macros and hopefully few prototypes,
13897 which can conflict with char $ac_func (); below. 13016 which can conflict with char $ac_func (); below.
13898 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 13017 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13899 <limits.h> exists even on freestanding compilers. */ 13018 <limits.h> exists even on freestanding compilers. */
13900
13901#ifdef __STDC__ 13019#ifdef __STDC__
13902# include <limits.h> 13020# include <limits.h>
13903#else 13021#else
13904# include <assert.h> 13022# include <assert.h>
13905#endif 13023#endif
13906
13907#undef $ac_func
13908
13909/* Override any gcc2 internal prototype to avoid an error. */ 13024/* Override any gcc2 internal prototype to avoid an error. */
13910#ifdef __cplusplus 13025#ifdef __cplusplus
13911extern "C" 13026extern "C"
@@ -13936,20 +13051,11 @@ return f != $ac_func;
13936_ACEOF 13051_ACEOF
13937rm -f conftest.$ac_objext conftest$ac_exeext 13052rm -f conftest.$ac_objext conftest$ac_exeext
13938if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 13053if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13939 (eval $ac_link) 2>conftest.er1 13054 (eval $ac_link) 2>&5
13940 ac_status=$? 13055 ac_status=$?
13941 grep -v '^ *+' conftest.er1 >conftest.err
13942 rm -f conftest.er1
13943 cat conftest.err >&5
13944 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13945 (exit $ac_status); } && 13057 (exit $ac_status); } &&
13946 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13058 { ac_try='test -s conftest$ac_exeext'
13947 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13948 (eval $ac_try) 2>&5
13949 ac_status=$?
13950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13951 (exit $ac_status); }; } &&
13952 { ac_try='test -s conftest$ac_exeext'
13953 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13059 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13954 (eval $ac_try) 2>&5 13060 (eval $ac_try) 2>&5
13955 ac_status=$? 13061 ac_status=$?
@@ -13962,8 +13068,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
13962 13068
13963eval "$as_ac_var=no" 13069eval "$as_ac_var=no"
13964fi 13070fi
13965rm -f conftest.err conftest.$ac_objext \ 13071rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
13966 conftest$ac_exeext conftest.$ac_ext
13967fi 13072fi
13968echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 13073echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
13969echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 13074echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -13993,6 +13098,7 @@ else
13993echo "$as_me:$LINENO: checking $ac_header usability" >&5 13098echo "$as_me:$LINENO: checking $ac_header usability" >&5
13994echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 13099echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
13995cat >conftest.$ac_ext <<_ACEOF 13100cat >conftest.$ac_ext <<_ACEOF
13101#line $LINENO "configure"
13996/* confdefs.h. */ 13102/* confdefs.h. */
13997_ACEOF 13103_ACEOF
13998cat confdefs.h >>conftest.$ac_ext 13104cat confdefs.h >>conftest.$ac_ext
@@ -14003,20 +13109,11 @@ $ac_includes_default
14003_ACEOF 13109_ACEOF
14004rm -f conftest.$ac_objext 13110rm -f conftest.$ac_objext
14005if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 13111if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14006 (eval $ac_compile) 2>conftest.er1 13112 (eval $ac_compile) 2>&5
14007 ac_status=$? 13113 ac_status=$?
14008 grep -v '^ *+' conftest.er1 >conftest.err
14009 rm -f conftest.er1
14010 cat conftest.err >&5
14011 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14012 (exit $ac_status); } && 13115 (exit $ac_status); } &&
14013 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13116 { ac_try='test -s conftest.$ac_objext'
14014 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14015 (eval $ac_try) 2>&5
14016 ac_status=$?
14017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14018 (exit $ac_status); }; } &&
14019 { ac_try='test -s conftest.$ac_objext'
14020 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13117 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14021 (eval $ac_try) 2>&5 13118 (eval $ac_try) 2>&5
14022 ac_status=$? 13119 ac_status=$?
@@ -14029,7 +13126,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
14029 13126
14030ac_header_compiler=no 13127ac_header_compiler=no
14031fi 13128fi
14032rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 13129rm -f conftest.$ac_objext conftest.$ac_ext
14033echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 13130echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14034echo "${ECHO_T}$ac_header_compiler" >&6 13131echo "${ECHO_T}$ac_header_compiler" >&6
14035 13132
@@ -14037,6 +13134,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
14037echo "$as_me:$LINENO: checking $ac_header presence" >&5 13134echo "$as_me:$LINENO: checking $ac_header presence" >&5
14038echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 13135echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14039cat >conftest.$ac_ext <<_ACEOF 13136cat >conftest.$ac_ext <<_ACEOF
13137#line $LINENO "configure"
14040/* confdefs.h. */ 13138/* confdefs.h. */
14041_ACEOF 13139_ACEOF
14042cat confdefs.h >>conftest.$ac_ext 13140cat confdefs.h >>conftest.$ac_ext
@@ -14054,7 +13152,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14054 (exit $ac_status); } >/dev/null; then 13152 (exit $ac_status); } >/dev/null; then
14055 if test -s conftest.err; then 13153 if test -s conftest.err; then
14056 ac_cpp_err=$ac_c_preproc_warn_flag 13154 ac_cpp_err=$ac_c_preproc_warn_flag
14057 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
14058 else 13155 else
14059 ac_cpp_err= 13156 ac_cpp_err=
14060 fi 13157 fi
@@ -14074,32 +13171,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14074echo "${ECHO_T}$ac_header_preproc" >&6 13171echo "${ECHO_T}$ac_header_preproc" >&6
14075 13172
14076# So? What about this header? 13173# So? What about this header?
14077case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 13174case $ac_header_compiler:$ac_header_preproc in
14078 yes:no: ) 13175 yes:no )
14079 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 13176 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14080echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 13177echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14081 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 13178 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14082echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 13179echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14083 ac_header_preproc=yes 13180 (
13181 cat <<\_ASBOX
13182## ------------------------------------ ##
13183## Report this to bug-autoconf@gnu.org. ##
13184## ------------------------------------ ##
13185_ASBOX
13186 ) |
13187 sed "s/^/$as_me: WARNING: /" >&2
14084 ;; 13188 ;;
14085 no:yes:* ) 13189 no:yes )
14086 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 13190 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14087echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 13191echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14088 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 13192 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14089echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 13193echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14090 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14091echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14092 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14093echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
14094 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 13194 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14095echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 13195echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14096 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14097echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14098 ( 13196 (
14099 cat <<\_ASBOX 13197 cat <<\_ASBOX
14100## ------------------------------------------ ## 13198## ------------------------------------ ##
14101## Report this to the AC_PACKAGE_NAME lists. ## 13199## Report this to bug-autoconf@gnu.org. ##
14102## ------------------------------------------ ## 13200## ------------------------------------ ##
14103_ASBOX 13201_ASBOX
14104 ) | 13202 ) |
14105 sed "s/^/$as_me: WARNING: /" >&2 13203 sed "s/^/$as_me: WARNING: /" >&2
@@ -14110,7 +13208,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14110if eval "test \"\${$as_ac_Header+set}\" = set"; then 13208if eval "test \"\${$as_ac_Header+set}\" = set"; then
14111 echo $ECHO_N "(cached) $ECHO_C" >&6 13209 echo $ECHO_N "(cached) $ECHO_C" >&6
14112else 13210else
14113 eval "$as_ac_Header=\$ac_header_preproc" 13211 eval "$as_ac_Header=$ac_header_preproc"
14114fi 13212fi
14115echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 13213echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14116echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 13214echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -14128,8 +13226,7 @@ done
14128 13226
14129 13227
14130 13228
14131 13229for ac_header in sys/time.h unistd.h
14132for ac_header in stdlib.h sys/time.h unistd.h
14133do 13230do
14134as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 13231as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14135if eval "test \"\${$as_ac_Header+set}\" = set"; then 13232if eval "test \"\${$as_ac_Header+set}\" = set"; then
@@ -14145,6 +13242,7 @@ else
14145echo "$as_me:$LINENO: checking $ac_header usability" >&5 13242echo "$as_me:$LINENO: checking $ac_header usability" >&5
14146echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 13243echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14147cat >conftest.$ac_ext <<_ACEOF 13244cat >conftest.$ac_ext <<_ACEOF
13245#line $LINENO "configure"
14148/* confdefs.h. */ 13246/* confdefs.h. */
14149_ACEOF 13247_ACEOF
14150cat confdefs.h >>conftest.$ac_ext 13248cat confdefs.h >>conftest.$ac_ext
@@ -14155,20 +13253,11 @@ $ac_includes_default
14155_ACEOF 13253_ACEOF
14156rm -f conftest.$ac_objext 13254rm -f conftest.$ac_objext
14157if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 13255if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14158 (eval $ac_compile) 2>conftest.er1 13256 (eval $ac_compile) 2>&5
14159 ac_status=$? 13257 ac_status=$?
14160 grep -v '^ *+' conftest.er1 >conftest.err
14161 rm -f conftest.er1
14162 cat conftest.err >&5
14163 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14164 (exit $ac_status); } && 13259 (exit $ac_status); } &&
14165 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13260 { ac_try='test -s conftest.$ac_objext'
14166 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14167 (eval $ac_try) 2>&5
14168 ac_status=$?
14169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14170 (exit $ac_status); }; } &&
14171 { ac_try='test -s conftest.$ac_objext'
14172 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13261 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14173 (eval $ac_try) 2>&5 13262 (eval $ac_try) 2>&5
14174 ac_status=$? 13263 ac_status=$?
@@ -14181,7 +13270,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
14181 13270
14182ac_header_compiler=no 13271ac_header_compiler=no
14183fi 13272fi
14184rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 13273rm -f conftest.$ac_objext conftest.$ac_ext
14185echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 13274echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14186echo "${ECHO_T}$ac_header_compiler" >&6 13275echo "${ECHO_T}$ac_header_compiler" >&6
14187 13276
@@ -14189,6 +13278,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
14189echo "$as_me:$LINENO: checking $ac_header presence" >&5 13278echo "$as_me:$LINENO: checking $ac_header presence" >&5
14190echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 13279echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
14191cat >conftest.$ac_ext <<_ACEOF 13280cat >conftest.$ac_ext <<_ACEOF
13281#line $LINENO "configure"
14192/* confdefs.h. */ 13282/* confdefs.h. */
14193_ACEOF 13283_ACEOF
14194cat confdefs.h >>conftest.$ac_ext 13284cat confdefs.h >>conftest.$ac_ext
@@ -14206,7 +13296,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
14206 (exit $ac_status); } >/dev/null; then 13296 (exit $ac_status); } >/dev/null; then
14207 if test -s conftest.err; then 13297 if test -s conftest.err; then
14208 ac_cpp_err=$ac_c_preproc_warn_flag 13298 ac_cpp_err=$ac_c_preproc_warn_flag
14209 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
14210 else 13299 else
14211 ac_cpp_err= 13300 ac_cpp_err=
14212 fi 13301 fi
@@ -14226,32 +13315,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14226echo "${ECHO_T}$ac_header_preproc" >&6 13315echo "${ECHO_T}$ac_header_preproc" >&6
14227 13316
14228# So? What about this header? 13317# So? What about this header?
14229case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 13318case $ac_header_compiler:$ac_header_preproc in
14230 yes:no: ) 13319 yes:no )
14231 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 13320 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
14232echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 13321echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
14233 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 13322 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14234echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 13323echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14235 ac_header_preproc=yes 13324 (
13325 cat <<\_ASBOX
13326## ------------------------------------ ##
13327## Report this to bug-autoconf@gnu.org. ##
13328## ------------------------------------ ##
13329_ASBOX
13330 ) |
13331 sed "s/^/$as_me: WARNING: /" >&2
14236 ;; 13332 ;;
14237 no:yes:* ) 13333 no:yes )
14238 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 13334 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
14239echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 13335echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
14240 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 13336 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
14241echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 13337echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
14242 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
14243echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
14244 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
14245echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
14246 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 13338 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
14247echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 13339echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
14248 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
14249echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
14250 ( 13340 (
14251 cat <<\_ASBOX 13341 cat <<\_ASBOX
14252## ------------------------------------------ ## 13342## ------------------------------------ ##
14253## Report this to the AC_PACKAGE_NAME lists. ## 13343## Report this to bug-autoconf@gnu.org. ##
14254## ------------------------------------------ ## 13344## ------------------------------------ ##
14255_ASBOX 13345_ASBOX
14256 ) | 13346 ) |
14257 sed "s/^/$as_me: WARNING: /" >&2 13347 sed "s/^/$as_me: WARNING: /" >&2
@@ -14262,7 +13352,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14262if eval "test \"\${$as_ac_Header+set}\" = set"; then 13352if eval "test \"\${$as_ac_Header+set}\" = set"; then
14263 echo $ECHO_N "(cached) $ECHO_C" >&6 13353 echo $ECHO_N "(cached) $ECHO_C" >&6
14264else 13354else
14265 eval "$as_ac_Header=\$ac_header_preproc" 13355 eval "$as_ac_Header=$ac_header_preproc"
14266fi 13356fi
14267echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 13357echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14268echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 13358echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -14287,28 +13377,21 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
14287 echo $ECHO_N "(cached) $ECHO_C" >&6 13377 echo $ECHO_N "(cached) $ECHO_C" >&6
14288else 13378else
14289 cat >conftest.$ac_ext <<_ACEOF 13379 cat >conftest.$ac_ext <<_ACEOF
13380#line $LINENO "configure"
14290/* confdefs.h. */ 13381/* confdefs.h. */
14291_ACEOF 13382_ACEOF
14292cat confdefs.h >>conftest.$ac_ext 13383cat confdefs.h >>conftest.$ac_ext
14293cat >>conftest.$ac_ext <<_ACEOF 13384cat >>conftest.$ac_ext <<_ACEOF
14294/* end confdefs.h. */ 13385/* end confdefs.h. */
14295/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14296 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14297#define $ac_func innocuous_$ac_func
14298
14299/* System header to define __stub macros and hopefully few prototypes, 13386/* System header to define __stub macros and hopefully few prototypes,
14300 which can conflict with char $ac_func (); below. 13387 which can conflict with char $ac_func (); below.
14301 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 13388 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14302 <limits.h> exists even on freestanding compilers. */ 13389 <limits.h> exists even on freestanding compilers. */
14303
14304#ifdef __STDC__ 13390#ifdef __STDC__
14305# include <limits.h> 13391# include <limits.h>
14306#else 13392#else
14307# include <assert.h> 13393# include <assert.h>
14308#endif 13394#endif
14309
14310#undef $ac_func
14311
14312/* Override any gcc2 internal prototype to avoid an error. */ 13395/* Override any gcc2 internal prototype to avoid an error. */
14313#ifdef __cplusplus 13396#ifdef __cplusplus
14314extern "C" 13397extern "C"
@@ -14339,20 +13422,11 @@ return f != $ac_func;
14339_ACEOF 13422_ACEOF
14340rm -f conftest.$ac_objext conftest$ac_exeext 13423rm -f conftest.$ac_objext conftest$ac_exeext
14341if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 13424if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14342 (eval $ac_link) 2>conftest.er1 13425 (eval $ac_link) 2>&5
14343 ac_status=$? 13426 ac_status=$?
14344 grep -v '^ *+' conftest.er1 >conftest.err
14345 rm -f conftest.er1
14346 cat conftest.err >&5
14347 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14348 (exit $ac_status); } && 13428 (exit $ac_status); } &&
14349 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13429 { ac_try='test -s conftest$ac_exeext'
14350 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14351 (eval $ac_try) 2>&5
14352 ac_status=$?
14353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14354 (exit $ac_status); }; } &&
14355 { ac_try='test -s conftest$ac_exeext'
14356 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13430 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14357 (eval $ac_try) 2>&5 13431 (eval $ac_try) 2>&5
14358 ac_status=$? 13432 ac_status=$?
@@ -14365,8 +13439,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
14365 13439
14366eval "$as_ac_var=no" 13440eval "$as_ac_var=no"
14367fi 13441fi
14368rm -f conftest.err conftest.$ac_objext \ 13442rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
14369 conftest$ac_exeext conftest.$ac_ext
14370fi 13443fi
14371echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 13444echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
14372echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 13445echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -14387,6 +13460,7 @@ else
14387 ac_cv_func_working_mktime=no 13460 ac_cv_func_working_mktime=no
14388else 13461else
14389 cat >conftest.$ac_ext <<_ACEOF 13462 cat >conftest.$ac_ext <<_ACEOF
13463#line $LINENO "configure"
14390/* confdefs.h. */ 13464/* confdefs.h. */
14391_ACEOF 13465_ACEOF
14392cat confdefs.h >>conftest.$ac_ext 13466cat confdefs.h >>conftest.$ac_ext
@@ -14404,10 +13478,6 @@ cat >>conftest.$ac_ext <<_ACEOF
14404# endif 13478# endif
14405#endif 13479#endif
14406 13480
14407#if HAVE_STDLIB_H
14408# include <stdlib.h>
14409#endif
14410
14411#if HAVE_UNISTD_H 13481#if HAVE_UNISTD_H
14412# include <unistd.h> 13482# include <unistd.h>
14413#endif 13483#endif
@@ -14420,11 +13490,10 @@ cat >>conftest.$ac_ext <<_ACEOF
14420#undef putenv 13490#undef putenv
14421 13491
14422static time_t time_t_max; 13492static time_t time_t_max;
14423static time_t time_t_min;
14424 13493
14425/* Values we'll use to set the TZ environment variable. */ 13494/* Values we'll use to set the TZ environment variable. */
14426static char *tz_strings[] = { 13495static const char *const tz_strings[] = {
14427 (char *) 0, "TZ=GMT0", "TZ=JST-9", 13496 (const char *) 0, "TZ=GMT0", "TZ=JST-9",
14428 "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00" 13497 "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00"
14429}; 13498};
14430#define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0])) 13499#define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0]))
@@ -14455,21 +13524,15 @@ spring_forward_gap ()
14455} 13524}
14456 13525
14457static void 13526static void
14458mktime_test1 (now) 13527mktime_test (now)
14459 time_t now; 13528 time_t now;
14460{ 13529{
14461 struct tm *lt; 13530 struct tm *lt;
14462 if ((lt = localtime (&now)) && mktime (lt) != now) 13531 if ((lt = localtime (&now)) && mktime (lt) != now)
14463 exit (1); 13532 exit (1);
14464} 13533 now = time_t_max - now;
14465 13534 if ((lt = localtime (&now)) && mktime (lt) != now)
14466static void 13535 exit (1);
14467mktime_test (now)
14468 time_t now;
14469{
14470 mktime_test1 (now);
14471 mktime_test1 ((time_t) (time_t_max - now));
14472 mktime_test1 ((time_t) (time_t_min + now));
14473} 13536}
14474 13537
14475static void 13538static void
@@ -14529,9 +13592,6 @@ main ()
14529 for (time_t_max = 1; 0 < time_t_max; time_t_max *= 2) 13592 for (time_t_max = 1; 0 < time_t_max; time_t_max *= 2)
14530 continue; 13593 continue;
14531 time_t_max--; 13594 time_t_max--;
14532 if ((time_t) -1 < 0)
14533 for (time_t_min = -1; (time_t) (time_t_min * 2) < 0; time_t_min *= 2)
14534 continue;
14535 delta = time_t_max / 997; /* a suitable prime number */ 13595 delta = time_t_max / 997; /* a suitable prime number */
14536 for (i = 0; i < N_STRINGS; i++) 13596 for (i = 0; i < N_STRINGS; i++)
14537 { 13597 {
@@ -14540,12 +13600,11 @@ main ()
14540 13600
14541 for (t = 0; t <= time_t_max - delta; t += delta) 13601 for (t = 0; t <= time_t_max - delta; t += delta)
14542 mktime_test (t); 13602 mktime_test (t);
14543 mktime_test ((time_t) 1); 13603 mktime_test ((time_t) 60 * 60);
14544 mktime_test ((time_t) (60 * 60)); 13604 mktime_test ((time_t) 60 * 60 * 24);
14545 mktime_test ((time_t) (60 * 60 * 24));
14546 13605
14547 for (j = 1; 0 < j; j *= 2) 13606 for (j = 1; 0 < j; j *= 2)
14548 bigtime_test (j); 13607 bigtime_test (j);
14549 bigtime_test (j - 1); 13608 bigtime_test (j - 1);
14550 } 13609 }
14551 irix_6_4_bug (); 13610 irix_6_4_bug ();
@@ -14573,20 +13632,13 @@ sed 's/^/| /' conftest.$ac_ext >&5
14573( exit $ac_status ) 13632( exit $ac_status )
14574ac_cv_func_working_mktime=no 13633ac_cv_func_working_mktime=no
14575fi 13634fi
14576rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 13635rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
14577fi 13636fi
14578fi 13637fi
14579echo "$as_me:$LINENO: result: $ac_cv_func_working_mktime" >&5 13638echo "$as_me:$LINENO: result: $ac_cv_func_working_mktime" >&5
14580echo "${ECHO_T}$ac_cv_func_working_mktime" >&6 13639echo "${ECHO_T}$ac_cv_func_working_mktime" >&6
14581if test $ac_cv_func_working_mktime = no; then 13640if test $ac_cv_func_working_mktime = no; then
14582 case $LIBOBJS in 13641 LIBOBJS="$LIBOBJS mktime.$ac_objext"
14583 "mktime.$ac_objext" | \
14584 *" mktime.$ac_objext" | \
14585 "mktime.$ac_objext "* | \
14586 *" mktime.$ac_objext "* ) ;;
14587 *) LIBOBJS="$LIBOBJS mktime.$ac_objext" ;;
14588esac
14589
14590fi 13642fi
14591 13643
14592if test "$ac_cv_func_working_mktime" = no; then 13644if test "$ac_cv_func_working_mktime" = no; then
@@ -14614,28 +13666,21 @@ if test "${ac_cv_func_getloadavg+set}" = set; then
14614 echo $ECHO_N "(cached) $ECHO_C" >&6 13666 echo $ECHO_N "(cached) $ECHO_C" >&6
14615else 13667else
14616 cat >conftest.$ac_ext <<_ACEOF 13668 cat >conftest.$ac_ext <<_ACEOF
13669#line $LINENO "configure"
14617/* confdefs.h. */ 13670/* confdefs.h. */
14618_ACEOF 13671_ACEOF
14619cat confdefs.h >>conftest.$ac_ext 13672cat confdefs.h >>conftest.$ac_ext
14620cat >>conftest.$ac_ext <<_ACEOF 13673cat >>conftest.$ac_ext <<_ACEOF
14621/* end confdefs.h. */ 13674/* end confdefs.h. */
14622/* Define getloadavg to an innocuous variant, in case <limits.h> declares getloadavg.
14623 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14624#define getloadavg innocuous_getloadavg
14625
14626/* System header to define __stub macros and hopefully few prototypes, 13675/* System header to define __stub macros and hopefully few prototypes,
14627 which can conflict with char getloadavg (); below. 13676 which can conflict with char getloadavg (); below.
14628 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 13677 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14629 <limits.h> exists even on freestanding compilers. */ 13678 <limits.h> exists even on freestanding compilers. */
14630
14631#ifdef __STDC__ 13679#ifdef __STDC__
14632# include <limits.h> 13680# include <limits.h>
14633#else 13681#else
14634# include <assert.h> 13682# include <assert.h>
14635#endif 13683#endif
14636
14637#undef getloadavg
14638
14639/* Override any gcc2 internal prototype to avoid an error. */ 13684/* Override any gcc2 internal prototype to avoid an error. */
14640#ifdef __cplusplus 13685#ifdef __cplusplus
14641extern "C" 13686extern "C"
@@ -14666,20 +13711,11 @@ return f != getloadavg;
14666_ACEOF 13711_ACEOF
14667rm -f conftest.$ac_objext conftest$ac_exeext 13712rm -f conftest.$ac_objext conftest$ac_exeext
14668if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 13713if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14669 (eval $ac_link) 2>conftest.er1 13714 (eval $ac_link) 2>&5
14670 ac_status=$? 13715 ac_status=$?
14671 grep -v '^ *+' conftest.er1 >conftest.err
14672 rm -f conftest.er1
14673 cat conftest.err >&5
14674 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14675 (exit $ac_status); } && 13717 (exit $ac_status); } &&
14676 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13718 { ac_try='test -s conftest$ac_exeext'
14677 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14678 (eval $ac_try) 2>&5
14679 ac_status=$?
14680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14681 (exit $ac_status); }; } &&
14682 { ac_try='test -s conftest$ac_exeext'
14683 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13719 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14684 (eval $ac_try) 2>&5 13720 (eval $ac_try) 2>&5
14685 ac_status=$? 13721 ac_status=$?
@@ -14692,8 +13728,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
14692 13728
14693ac_cv_func_getloadavg=no 13729ac_cv_func_getloadavg=no
14694fi 13730fi
14695rm -f conftest.err conftest.$ac_objext \ 13731rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
14696 conftest$ac_exeext conftest.$ac_ext
14697fi 13732fi
14698echo "$as_me:$LINENO: result: $ac_cv_func_getloadavg" >&5 13733echo "$as_me:$LINENO: result: $ac_cv_func_getloadavg" >&5
14699echo "${ECHO_T}$ac_cv_func_getloadavg" >&6 13734echo "${ECHO_T}$ac_cv_func_getloadavg" >&6
@@ -14715,28 +13750,21 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
14715 echo $ECHO_N "(cached) $ECHO_C" >&6 13750 echo $ECHO_N "(cached) $ECHO_C" >&6
14716else 13751else
14717 cat >conftest.$ac_ext <<_ACEOF 13752 cat >conftest.$ac_ext <<_ACEOF
13753#line $LINENO "configure"
14718/* confdefs.h. */ 13754/* confdefs.h. */
14719_ACEOF 13755_ACEOF
14720cat confdefs.h >>conftest.$ac_ext 13756cat confdefs.h >>conftest.$ac_ext
14721cat >>conftest.$ac_ext <<_ACEOF 13757cat >>conftest.$ac_ext <<_ACEOF
14722/* end confdefs.h. */ 13758/* end confdefs.h. */
14723/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14724 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14725#define $ac_func innocuous_$ac_func
14726
14727/* System header to define __stub macros and hopefully few prototypes, 13759/* System header to define __stub macros and hopefully few prototypes,
14728 which can conflict with char $ac_func (); below. 13760 which can conflict with char $ac_func (); below.
14729 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 13761 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14730 <limits.h> exists even on freestanding compilers. */ 13762 <limits.h> exists even on freestanding compilers. */
14731
14732#ifdef __STDC__ 13763#ifdef __STDC__
14733# include <limits.h> 13764# include <limits.h>
14734#else 13765#else
14735# include <assert.h> 13766# include <assert.h>
14736#endif 13767#endif
14737
14738#undef $ac_func
14739
14740/* Override any gcc2 internal prototype to avoid an error. */ 13768/* Override any gcc2 internal prototype to avoid an error. */
14741#ifdef __cplusplus 13769#ifdef __cplusplus
14742extern "C" 13770extern "C"
@@ -14767,20 +13795,11 @@ return f != $ac_func;
14767_ACEOF 13795_ACEOF
14768rm -f conftest.$ac_objext conftest$ac_exeext 13796rm -f conftest.$ac_objext conftest$ac_exeext
14769if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 13797if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14770 (eval $ac_link) 2>conftest.er1 13798 (eval $ac_link) 2>&5
14771 ac_status=$? 13799 ac_status=$?
14772 grep -v '^ *+' conftest.er1 >conftest.err
14773 rm -f conftest.er1
14774 cat conftest.err >&5
14775 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14776 (exit $ac_status); } && 13801 (exit $ac_status); } &&
14777 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13802 { ac_try='test -s conftest$ac_exeext'
14778 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14779 (eval $ac_try) 2>&5
14780 ac_status=$?
14781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14782 (exit $ac_status); }; } &&
14783 { ac_try='test -s conftest$ac_exeext'
14784 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13803 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14785 (eval $ac_try) 2>&5 13804 (eval $ac_try) 2>&5
14786 ac_status=$? 13805 ac_status=$?
@@ -14793,8 +13812,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
14793 13812
14794eval "$as_ac_var=no" 13813eval "$as_ac_var=no"
14795fi 13814fi
14796rm -f conftest.err conftest.$ac_objext \ 13815rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
14797 conftest$ac_exeext conftest.$ac_ext
14798fi 13816fi
14799echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 13817echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
14800echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 13818echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -14817,6 +13835,7 @@ else
14817 ac_check_lib_save_LIBS=$LIBS 13835 ac_check_lib_save_LIBS=$LIBS
14818LIBS="-lkstat $LIBS" 13836LIBS="-lkstat $LIBS"
14819cat >conftest.$ac_ext <<_ACEOF 13837cat >conftest.$ac_ext <<_ACEOF
13838#line $LINENO "configure"
14820/* confdefs.h. */ 13839/* confdefs.h. */
14821_ACEOF 13840_ACEOF
14822cat confdefs.h >>conftest.$ac_ext 13841cat confdefs.h >>conftest.$ac_ext
@@ -14840,20 +13859,11 @@ kstat_open ();
14840_ACEOF 13859_ACEOF
14841rm -f conftest.$ac_objext conftest$ac_exeext 13860rm -f conftest.$ac_objext conftest$ac_exeext
14842if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 13861if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14843 (eval $ac_link) 2>conftest.er1 13862 (eval $ac_link) 2>&5
14844 ac_status=$? 13863 ac_status=$?
14845 grep -v '^ *+' conftest.er1 >conftest.err
14846 rm -f conftest.er1
14847 cat conftest.err >&5
14848 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14849 (exit $ac_status); } && 13865 (exit $ac_status); } &&
14850 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13866 { ac_try='test -s conftest$ac_exeext'
14851 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14852 (eval $ac_try) 2>&5
14853 ac_status=$?
14854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14855 (exit $ac_status); }; } &&
14856 { ac_try='test -s conftest$ac_exeext'
14857 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13867 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14858 (eval $ac_try) 2>&5 13868 (eval $ac_try) 2>&5
14859 ac_status=$? 13869 ac_status=$?
@@ -14866,8 +13876,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
14866 13876
14867ac_cv_lib_kstat_kstat_open=no 13877ac_cv_lib_kstat_kstat_open=no
14868fi 13878fi
14869rm -f conftest.err conftest.$ac_objext \ 13879rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
14870 conftest$ac_exeext conftest.$ac_ext
14871LIBS=$ac_check_lib_save_LIBS 13880LIBS=$ac_check_lib_save_LIBS
14872fi 13881fi
14873echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5 13882echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5
@@ -14896,6 +13905,7 @@ else
14896 ac_check_lib_save_LIBS=$LIBS 13905 ac_check_lib_save_LIBS=$LIBS
14897LIBS="-lelf $LIBS" 13906LIBS="-lelf $LIBS"
14898cat >conftest.$ac_ext <<_ACEOF 13907cat >conftest.$ac_ext <<_ACEOF
13908#line $LINENO "configure"
14899/* confdefs.h. */ 13909/* confdefs.h. */
14900_ACEOF 13910_ACEOF
14901cat confdefs.h >>conftest.$ac_ext 13911cat confdefs.h >>conftest.$ac_ext
@@ -14919,20 +13929,11 @@ elf_begin ();
14919_ACEOF 13929_ACEOF
14920rm -f conftest.$ac_objext conftest$ac_exeext 13930rm -f conftest.$ac_objext conftest$ac_exeext
14921if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 13931if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14922 (eval $ac_link) 2>conftest.er1 13932 (eval $ac_link) 2>&5
14923 ac_status=$? 13933 ac_status=$?
14924 grep -v '^ *+' conftest.er1 >conftest.err
14925 rm -f conftest.er1
14926 cat conftest.err >&5
14927 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14928 (exit $ac_status); } && 13935 (exit $ac_status); } &&
14929 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13936 { ac_try='test -s conftest$ac_exeext'
14930 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14931 (eval $ac_try) 2>&5
14932 ac_status=$?
14933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14934 (exit $ac_status); }; } &&
14935 { ac_try='test -s conftest$ac_exeext'
14936 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13937 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14937 (eval $ac_try) 2>&5 13938 (eval $ac_try) 2>&5
14938 ac_status=$? 13939 ac_status=$?
@@ -14945,8 +13946,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
14945 13946
14946ac_cv_lib_elf_elf_begin=no 13947ac_cv_lib_elf_elf_begin=no
14947fi 13948fi
14948rm -f conftest.err conftest.$ac_objext \ 13949rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
14949 conftest$ac_exeext conftest.$ac_ext
14950LIBS=$ac_check_lib_save_LIBS 13950LIBS=$ac_check_lib_save_LIBS
14951fi 13951fi
14952echo "$as_me:$LINENO: result: $ac_cv_lib_elf_elf_begin" >&5 13952echo "$as_me:$LINENO: result: $ac_cv_lib_elf_elf_begin" >&5
@@ -14965,6 +13965,7 @@ else
14965 ac_check_lib_save_LIBS=$LIBS 13965 ac_check_lib_save_LIBS=$LIBS
14966LIBS="-lkvm $LIBS" 13966LIBS="-lkvm $LIBS"
14967cat >conftest.$ac_ext <<_ACEOF 13967cat >conftest.$ac_ext <<_ACEOF
13968#line $LINENO "configure"
14968/* confdefs.h. */ 13969/* confdefs.h. */
14969_ACEOF 13970_ACEOF
14970cat confdefs.h >>conftest.$ac_ext 13971cat confdefs.h >>conftest.$ac_ext
@@ -14988,20 +13989,11 @@ kvm_open ();
14988_ACEOF 13989_ACEOF
14989rm -f conftest.$ac_objext conftest$ac_exeext 13990rm -f conftest.$ac_objext conftest$ac_exeext
14990if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 13991if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14991 (eval $ac_link) 2>conftest.er1 13992 (eval $ac_link) 2>&5
14992 ac_status=$? 13993 ac_status=$?
14993 grep -v '^ *+' conftest.er1 >conftest.err
14994 rm -f conftest.er1
14995 cat conftest.err >&5
14996 echo "$as_me:$LINENO: \$? = $ac_status" >&5 13994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14997 (exit $ac_status); } && 13995 (exit $ac_status); } &&
14998 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 13996 { ac_try='test -s conftest$ac_exeext'
14999 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15000 (eval $ac_try) 2>&5
15001 ac_status=$?
15002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15003 (exit $ac_status); }; } &&
15004 { ac_try='test -s conftest$ac_exeext'
15005 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 13997 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15006 (eval $ac_try) 2>&5 13998 (eval $ac_try) 2>&5
15007 ac_status=$? 13999 ac_status=$?
@@ -15014,8 +14006,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
15014 14006
15015ac_cv_lib_kvm_kvm_open=no 14007ac_cv_lib_kvm_kvm_open=no
15016fi 14008fi
15017rm -f conftest.err conftest.$ac_objext \ 14009rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
15018 conftest$ac_exeext conftest.$ac_ext
15019LIBS=$ac_check_lib_save_LIBS 14010LIBS=$ac_check_lib_save_LIBS
15020fi 14011fi
15021echo "$as_me:$LINENO: result: $ac_cv_lib_kvm_kvm_open" >&5 14012echo "$as_me:$LINENO: result: $ac_cv_lib_kvm_kvm_open" >&5
@@ -15033,6 +14024,7 @@ else
15033 ac_check_lib_save_LIBS=$LIBS 14024 ac_check_lib_save_LIBS=$LIBS
15034LIBS="-lutil $LIBS" 14025LIBS="-lutil $LIBS"
15035cat >conftest.$ac_ext <<_ACEOF 14026cat >conftest.$ac_ext <<_ACEOF
14027#line $LINENO "configure"
15036/* confdefs.h. */ 14028/* confdefs.h. */
15037_ACEOF 14029_ACEOF
15038cat confdefs.h >>conftest.$ac_ext 14030cat confdefs.h >>conftest.$ac_ext
@@ -15056,20 +14048,11 @@ getloadavg ();
15056_ACEOF 14048_ACEOF
15057rm -f conftest.$ac_objext conftest$ac_exeext 14049rm -f conftest.$ac_objext conftest$ac_exeext
15058if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 14050if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15059 (eval $ac_link) 2>conftest.er1 14051 (eval $ac_link) 2>&5
15060 ac_status=$? 14052 ac_status=$?
15061 grep -v '^ *+' conftest.er1 >conftest.err
15062 rm -f conftest.er1
15063 cat conftest.err >&5
15064 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15065 (exit $ac_status); } && 14054 (exit $ac_status); } &&
15066 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14055 { ac_try='test -s conftest$ac_exeext'
15067 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15068 (eval $ac_try) 2>&5
15069 ac_status=$?
15070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15071 (exit $ac_status); }; } &&
15072 { ac_try='test -s conftest$ac_exeext'
15073 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14056 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15074 (eval $ac_try) 2>&5 14057 (eval $ac_try) 2>&5
15075 ac_status=$? 14058 ac_status=$?
@@ -15082,8 +14065,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
15082 14065
15083ac_cv_lib_util_getloadavg=no 14066ac_cv_lib_util_getloadavg=no
15084fi 14067fi
15085rm -f conftest.err conftest.$ac_objext \ 14068rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
15086 conftest$ac_exeext conftest.$ac_ext
15087LIBS=$ac_check_lib_save_LIBS 14069LIBS=$ac_check_lib_save_LIBS
15088fi 14070fi
15089echo "$as_me:$LINENO: result: $ac_cv_lib_util_getloadavg" >&5 14071echo "$as_me:$LINENO: result: $ac_cv_lib_util_getloadavg" >&5
@@ -15107,6 +14089,7 @@ else
15107 ac_check_lib_save_LIBS=$LIBS 14089 ac_check_lib_save_LIBS=$LIBS
15108LIBS="-lgetloadavg $LIBS" 14090LIBS="-lgetloadavg $LIBS"
15109cat >conftest.$ac_ext <<_ACEOF 14091cat >conftest.$ac_ext <<_ACEOF
14092#line $LINENO "configure"
15110/* confdefs.h. */ 14093/* confdefs.h. */
15111_ACEOF 14094_ACEOF
15112cat confdefs.h >>conftest.$ac_ext 14095cat confdefs.h >>conftest.$ac_ext
@@ -15130,20 +14113,11 @@ getloadavg ();
15130_ACEOF 14113_ACEOF
15131rm -f conftest.$ac_objext conftest$ac_exeext 14114rm -f conftest.$ac_objext conftest$ac_exeext
15132if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 14115if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15133 (eval $ac_link) 2>conftest.er1 14116 (eval $ac_link) 2>&5
15134 ac_status=$? 14117 ac_status=$?
15135 grep -v '^ *+' conftest.er1 >conftest.err
15136 rm -f conftest.er1
15137 cat conftest.err >&5
15138 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15139 (exit $ac_status); } && 14119 (exit $ac_status); } &&
15140 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14120 { ac_try='test -s conftest$ac_exeext'
15141 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15142 (eval $ac_try) 2>&5
15143 ac_status=$?
15144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15145 (exit $ac_status); }; } &&
15146 { ac_try='test -s conftest$ac_exeext'
15147 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14121 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15148 (eval $ac_try) 2>&5 14122 (eval $ac_try) 2>&5
15149 ac_status=$? 14123 ac_status=$?
@@ -15156,8 +14130,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
15156 14130
15157ac_cv_lib_getloadavg_getloadavg=no 14131ac_cv_lib_getloadavg_getloadavg=no
15158fi 14132fi
15159rm -f conftest.err conftest.$ac_objext \ 14133rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
15160 conftest$ac_exeext conftest.$ac_ext
15161LIBS=$ac_check_lib_save_LIBS 14134LIBS=$ac_check_lib_save_LIBS
15162fi 14135fi
15163echo "$as_me:$LINENO: result: $ac_cv_lib_getloadavg_getloadavg" >&5 14136echo "$as_me:$LINENO: result: $ac_cv_lib_getloadavg_getloadavg" >&5
@@ -15182,28 +14155,21 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
15182 echo $ECHO_N "(cached) $ECHO_C" >&6 14155 echo $ECHO_N "(cached) $ECHO_C" >&6
15183else 14156else
15184 cat >conftest.$ac_ext <<_ACEOF 14157 cat >conftest.$ac_ext <<_ACEOF
14158#line $LINENO "configure"
15185/* confdefs.h. */ 14159/* confdefs.h. */
15186_ACEOF 14160_ACEOF
15187cat confdefs.h >>conftest.$ac_ext 14161cat confdefs.h >>conftest.$ac_ext
15188cat >>conftest.$ac_ext <<_ACEOF 14162cat >>conftest.$ac_ext <<_ACEOF
15189/* end confdefs.h. */ 14163/* end confdefs.h. */
15190/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15191 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15192#define $ac_func innocuous_$ac_func
15193
15194/* System header to define __stub macros and hopefully few prototypes, 14164/* System header to define __stub macros and hopefully few prototypes,
15195 which can conflict with char $ac_func (); below. 14165 which can conflict with char $ac_func (); below.
15196 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 14166 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15197 <limits.h> exists even on freestanding compilers. */ 14167 <limits.h> exists even on freestanding compilers. */
15198
15199#ifdef __STDC__ 14168#ifdef __STDC__
15200# include <limits.h> 14169# include <limits.h>
15201#else 14170#else
15202# include <assert.h> 14171# include <assert.h>
15203#endif 14172#endif
15204
15205#undef $ac_func
15206
15207/* Override any gcc2 internal prototype to avoid an error. */ 14173/* Override any gcc2 internal prototype to avoid an error. */
15208#ifdef __cplusplus 14174#ifdef __cplusplus
15209extern "C" 14175extern "C"
@@ -15234,20 +14200,11 @@ return f != $ac_func;
15234_ACEOF 14200_ACEOF
15235rm -f conftest.$ac_objext conftest$ac_exeext 14201rm -f conftest.$ac_objext conftest$ac_exeext
15236if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 14202if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15237 (eval $ac_link) 2>conftest.er1 14203 (eval $ac_link) 2>&5
15238 ac_status=$? 14204 ac_status=$?
15239 grep -v '^ *+' conftest.er1 >conftest.err
15240 rm -f conftest.er1
15241 cat conftest.err >&5
15242 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15243 (exit $ac_status); } && 14206 (exit $ac_status); } &&
15244 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14207 { ac_try='test -s conftest$ac_exeext'
15245 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15246 (eval $ac_try) 2>&5
15247 ac_status=$?
15248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15249 (exit $ac_status); }; } &&
15250 { ac_try='test -s conftest$ac_exeext'
15251 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14208 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15252 (eval $ac_try) 2>&5 14209 (eval $ac_try) 2>&5
15253 ac_status=$? 14210 ac_status=$?
@@ -15260,8 +14217,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
15260 14217
15261eval "$as_ac_var=no" 14218eval "$as_ac_var=no"
15262fi 14219fi
15263rm -f conftest.err conftest.$ac_objext \ 14220rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
15264 conftest$ac_exeext conftest.$ac_ext
15265fi 14221fi
15266echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 14222echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
15267echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 14223echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -15271,14 +14227,7 @@ if test `eval echo '${'$as_ac_var'}'` = yes; then
15271_ACEOF 14227_ACEOF
15272 14228
15273else 14229else
15274 case $LIBOBJS in 14230 LIBOBJS="$LIBOBJS getloadavg.$ac_objext"
15275 "getloadavg.$ac_objext" | \
15276 *" getloadavg.$ac_objext" | \
15277 "getloadavg.$ac_objext "* | \
15278 *" getloadavg.$ac_objext "* ) ;;
15279 *) LIBOBJS="$LIBOBJS getloadavg.$ac_objext" ;;
15280esac
15281
15282 14231
15283cat >>confdefs.h <<\_ACEOF 14232cat >>confdefs.h <<\_ACEOF
15284#define C_GETLOADAVG 1 14233#define C_GETLOADAVG 1
@@ -15299,6 +14248,7 @@ else
15299echo "$as_me:$LINENO: checking sys/dg_sys_info.h usability" >&5 14248echo "$as_me:$LINENO: checking sys/dg_sys_info.h usability" >&5
15300echo $ECHO_N "checking sys/dg_sys_info.h usability... $ECHO_C" >&6 14249echo $ECHO_N "checking sys/dg_sys_info.h usability... $ECHO_C" >&6
15301cat >conftest.$ac_ext <<_ACEOF 14250cat >conftest.$ac_ext <<_ACEOF
14251#line $LINENO "configure"
15302/* confdefs.h. */ 14252/* confdefs.h. */
15303_ACEOF 14253_ACEOF
15304cat confdefs.h >>conftest.$ac_ext 14254cat confdefs.h >>conftest.$ac_ext
@@ -15309,20 +14259,11 @@ $ac_includes_default
15309_ACEOF 14259_ACEOF
15310rm -f conftest.$ac_objext 14260rm -f conftest.$ac_objext
15311if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 14261if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15312 (eval $ac_compile) 2>conftest.er1 14262 (eval $ac_compile) 2>&5
15313 ac_status=$? 14263 ac_status=$?
15314 grep -v '^ *+' conftest.er1 >conftest.err
15315 rm -f conftest.er1
15316 cat conftest.err >&5
15317 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15318 (exit $ac_status); } && 14265 (exit $ac_status); } &&
15319 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14266 { ac_try='test -s conftest.$ac_objext'
15320 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15321 (eval $ac_try) 2>&5
15322 ac_status=$?
15323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15324 (exit $ac_status); }; } &&
15325 { ac_try='test -s conftest.$ac_objext'
15326 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14267 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15327 (eval $ac_try) 2>&5 14268 (eval $ac_try) 2>&5
15328 ac_status=$? 14269 ac_status=$?
@@ -15335,7 +14276,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
15335 14276
15336ac_header_compiler=no 14277ac_header_compiler=no
15337fi 14278fi
15338rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 14279rm -f conftest.$ac_objext conftest.$ac_ext
15339echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 14280echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15340echo "${ECHO_T}$ac_header_compiler" >&6 14281echo "${ECHO_T}$ac_header_compiler" >&6
15341 14282
@@ -15343,6 +14284,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
15343echo "$as_me:$LINENO: checking sys/dg_sys_info.h presence" >&5 14284echo "$as_me:$LINENO: checking sys/dg_sys_info.h presence" >&5
15344echo $ECHO_N "checking sys/dg_sys_info.h presence... $ECHO_C" >&6 14285echo $ECHO_N "checking sys/dg_sys_info.h presence... $ECHO_C" >&6
15345cat >conftest.$ac_ext <<_ACEOF 14286cat >conftest.$ac_ext <<_ACEOF
14287#line $LINENO "configure"
15346/* confdefs.h. */ 14288/* confdefs.h. */
15347_ACEOF 14289_ACEOF
15348cat confdefs.h >>conftest.$ac_ext 14290cat confdefs.h >>conftest.$ac_ext
@@ -15360,7 +14302,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15360 (exit $ac_status); } >/dev/null; then 14302 (exit $ac_status); } >/dev/null; then
15361 if test -s conftest.err; then 14303 if test -s conftest.err; then
15362 ac_cpp_err=$ac_c_preproc_warn_flag 14304 ac_cpp_err=$ac_c_preproc_warn_flag
15363 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
15364 else 14305 else
15365 ac_cpp_err= 14306 ac_cpp_err=
15366 fi 14307 fi
@@ -15380,32 +14321,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15380echo "${ECHO_T}$ac_header_preproc" >&6 14321echo "${ECHO_T}$ac_header_preproc" >&6
15381 14322
15382# So? What about this header? 14323# So? What about this header?
15383case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 14324case $ac_header_compiler:$ac_header_preproc in
15384 yes:no: ) 14325 yes:no )
15385 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: accepted by the compiler, rejected by the preprocessor!" >&5 14326 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: accepted by the compiler, rejected by the preprocessor!" >&5
15386echo "$as_me: WARNING: sys/dg_sys_info.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 14327echo "$as_me: WARNING: sys/dg_sys_info.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15387 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the compiler's result" >&5 14328 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&5
15388echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the compiler's result" >&2;} 14329echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&2;}
15389 ac_header_preproc=yes 14330 (
14331 cat <<\_ASBOX
14332## ------------------------------------ ##
14333## Report this to bug-autoconf@gnu.org. ##
14334## ------------------------------------ ##
14335_ASBOX
14336 ) |
14337 sed "s/^/$as_me: WARNING: /" >&2
15390 ;; 14338 ;;
15391 no:yes:* ) 14339 no:yes )
15392 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: present but cannot be compiled" >&5 14340 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: present but cannot be compiled" >&5
15393echo "$as_me: WARNING: sys/dg_sys_info.h: present but cannot be compiled" >&2;} 14341echo "$as_me: WARNING: sys/dg_sys_info.h: present but cannot be compiled" >&2;}
15394 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: check for missing prerequisite headers?" >&5 14342 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: check for missing prerequisite headers?" >&5
15395echo "$as_me: WARNING: sys/dg_sys_info.h: check for missing prerequisite headers?" >&2;} 14343echo "$as_me: WARNING: sys/dg_sys_info.h: check for missing prerequisite headers?" >&2;}
15396 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: see the Autoconf documentation" >&5
15397echo "$as_me: WARNING: sys/dg_sys_info.h: see the Autoconf documentation" >&2;}
15398 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: section \"Present But Cannot Be Compiled\"" >&5
15399echo "$as_me: WARNING: sys/dg_sys_info.h: section \"Present But Cannot Be Compiled\"" >&2;}
15400 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&5 14344 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&5
15401echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&2;} 14345echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&2;}
15402 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: in the future, the compiler will take precedence" >&5
15403echo "$as_me: WARNING: sys/dg_sys_info.h: in the future, the compiler will take precedence" >&2;}
15404 ( 14346 (
15405 cat <<\_ASBOX 14347 cat <<\_ASBOX
15406## ------------------------------------------ ## 14348## ------------------------------------ ##
15407## Report this to the AC_PACKAGE_NAME lists. ## 14349## Report this to bug-autoconf@gnu.org. ##
15408## ------------------------------------------ ## 14350## ------------------------------------ ##
15409_ASBOX 14351_ASBOX
15410 ) | 14352 ) |
15411 sed "s/^/$as_me: WARNING: /" >&2 14353 sed "s/^/$as_me: WARNING: /" >&2
@@ -15438,6 +14380,7 @@ else
15438 ac_check_lib_save_LIBS=$LIBS 14380 ac_check_lib_save_LIBS=$LIBS
15439LIBS="-ldgc $LIBS" 14381LIBS="-ldgc $LIBS"
15440cat >conftest.$ac_ext <<_ACEOF 14382cat >conftest.$ac_ext <<_ACEOF
14383#line $LINENO "configure"
15441/* confdefs.h. */ 14384/* confdefs.h. */
15442_ACEOF 14385_ACEOF
15443cat confdefs.h >>conftest.$ac_ext 14386cat confdefs.h >>conftest.$ac_ext
@@ -15461,20 +14404,11 @@ dg_sys_info ();
15461_ACEOF 14404_ACEOF
15462rm -f conftest.$ac_objext conftest$ac_exeext 14405rm -f conftest.$ac_objext conftest$ac_exeext
15463if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 14406if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15464 (eval $ac_link) 2>conftest.er1 14407 (eval $ac_link) 2>&5
15465 ac_status=$? 14408 ac_status=$?
15466 grep -v '^ *+' conftest.er1 >conftest.err
15467 rm -f conftest.er1
15468 cat conftest.err >&5
15469 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15470 (exit $ac_status); } && 14410 (exit $ac_status); } &&
15471 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14411 { ac_try='test -s conftest$ac_exeext'
15472 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15473 (eval $ac_try) 2>&5
15474 ac_status=$?
15475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15476 (exit $ac_status); }; } &&
15477 { ac_try='test -s conftest$ac_exeext'
15478 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14412 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15479 (eval $ac_try) 2>&5 14413 (eval $ac_try) 2>&5
15480 ac_status=$? 14414 ac_status=$?
@@ -15487,8 +14421,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
15487 14421
15488ac_cv_lib_dgc_dg_sys_info=no 14422ac_cv_lib_dgc_dg_sys_info=no
15489fi 14423fi
15490rm -f conftest.err conftest.$ac_objext \ 14424rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
15491 conftest$ac_exeext conftest.$ac_ext
15492LIBS=$ac_check_lib_save_LIBS 14425LIBS=$ac_check_lib_save_LIBS
15493fi 14426fi
15494echo "$as_me:$LINENO: result: $ac_cv_lib_dgc_dg_sys_info" >&5 14427echo "$as_me:$LINENO: result: $ac_cv_lib_dgc_dg_sys_info" >&5
@@ -15519,6 +14452,7 @@ else
15519echo "$as_me:$LINENO: checking locale.h usability" >&5 14452echo "$as_me:$LINENO: checking locale.h usability" >&5
15520echo $ECHO_N "checking locale.h usability... $ECHO_C" >&6 14453echo $ECHO_N "checking locale.h usability... $ECHO_C" >&6
15521cat >conftest.$ac_ext <<_ACEOF 14454cat >conftest.$ac_ext <<_ACEOF
14455#line $LINENO "configure"
15522/* confdefs.h. */ 14456/* confdefs.h. */
15523_ACEOF 14457_ACEOF
15524cat confdefs.h >>conftest.$ac_ext 14458cat confdefs.h >>conftest.$ac_ext
@@ -15529,20 +14463,11 @@ $ac_includes_default
15529_ACEOF 14463_ACEOF
15530rm -f conftest.$ac_objext 14464rm -f conftest.$ac_objext
15531if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 14465if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15532 (eval $ac_compile) 2>conftest.er1 14466 (eval $ac_compile) 2>&5
15533 ac_status=$? 14467 ac_status=$?
15534 grep -v '^ *+' conftest.er1 >conftest.err
15535 rm -f conftest.er1
15536 cat conftest.err >&5
15537 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15538 (exit $ac_status); } && 14469 (exit $ac_status); } &&
15539 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14470 { ac_try='test -s conftest.$ac_objext'
15540 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15541 (eval $ac_try) 2>&5
15542 ac_status=$?
15543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15544 (exit $ac_status); }; } &&
15545 { ac_try='test -s conftest.$ac_objext'
15546 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14471 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15547 (eval $ac_try) 2>&5 14472 (eval $ac_try) 2>&5
15548 ac_status=$? 14473 ac_status=$?
@@ -15555,7 +14480,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
15555 14480
15556ac_header_compiler=no 14481ac_header_compiler=no
15557fi 14482fi
15558rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 14483rm -f conftest.$ac_objext conftest.$ac_ext
15559echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 14484echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15560echo "${ECHO_T}$ac_header_compiler" >&6 14485echo "${ECHO_T}$ac_header_compiler" >&6
15561 14486
@@ -15563,6 +14488,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
15563echo "$as_me:$LINENO: checking locale.h presence" >&5 14488echo "$as_me:$LINENO: checking locale.h presence" >&5
15564echo $ECHO_N "checking locale.h presence... $ECHO_C" >&6 14489echo $ECHO_N "checking locale.h presence... $ECHO_C" >&6
15565cat >conftest.$ac_ext <<_ACEOF 14490cat >conftest.$ac_ext <<_ACEOF
14491#line $LINENO "configure"
15566/* confdefs.h. */ 14492/* confdefs.h. */
15567_ACEOF 14493_ACEOF
15568cat confdefs.h >>conftest.$ac_ext 14494cat confdefs.h >>conftest.$ac_ext
@@ -15580,7 +14506,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15580 (exit $ac_status); } >/dev/null; then 14506 (exit $ac_status); } >/dev/null; then
15581 if test -s conftest.err; then 14507 if test -s conftest.err; then
15582 ac_cpp_err=$ac_c_preproc_warn_flag 14508 ac_cpp_err=$ac_c_preproc_warn_flag
15583 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
15584 else 14509 else
15585 ac_cpp_err= 14510 ac_cpp_err=
15586 fi 14511 fi
@@ -15600,32 +14525,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15600echo "${ECHO_T}$ac_header_preproc" >&6 14525echo "${ECHO_T}$ac_header_preproc" >&6
15601 14526
15602# So? What about this header? 14527# So? What about this header?
15603case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 14528case $ac_header_compiler:$ac_header_preproc in
15604 yes:no: ) 14529 yes:no )
15605 { echo "$as_me:$LINENO: WARNING: locale.h: accepted by the compiler, rejected by the preprocessor!" >&5 14530 { echo "$as_me:$LINENO: WARNING: locale.h: accepted by the compiler, rejected by the preprocessor!" >&5
15606echo "$as_me: WARNING: locale.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 14531echo "$as_me: WARNING: locale.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15607 { echo "$as_me:$LINENO: WARNING: locale.h: proceeding with the compiler's result" >&5 14532 { echo "$as_me:$LINENO: WARNING: locale.h: proceeding with the preprocessor's result" >&5
15608echo "$as_me: WARNING: locale.h: proceeding with the compiler's result" >&2;} 14533echo "$as_me: WARNING: locale.h: proceeding with the preprocessor's result" >&2;}
15609 ac_header_preproc=yes 14534 (
14535 cat <<\_ASBOX
14536## ------------------------------------ ##
14537## Report this to bug-autoconf@gnu.org. ##
14538## ------------------------------------ ##
14539_ASBOX
14540 ) |
14541 sed "s/^/$as_me: WARNING: /" >&2
15610 ;; 14542 ;;
15611 no:yes:* ) 14543 no:yes )
15612 { echo "$as_me:$LINENO: WARNING: locale.h: present but cannot be compiled" >&5 14544 { echo "$as_me:$LINENO: WARNING: locale.h: present but cannot be compiled" >&5
15613echo "$as_me: WARNING: locale.h: present but cannot be compiled" >&2;} 14545echo "$as_me: WARNING: locale.h: present but cannot be compiled" >&2;}
15614 { echo "$as_me:$LINENO: WARNING: locale.h: check for missing prerequisite headers?" >&5 14546 { echo "$as_me:$LINENO: WARNING: locale.h: check for missing prerequisite headers?" >&5
15615echo "$as_me: WARNING: locale.h: check for missing prerequisite headers?" >&2;} 14547echo "$as_me: WARNING: locale.h: check for missing prerequisite headers?" >&2;}
15616 { echo "$as_me:$LINENO: WARNING: locale.h: see the Autoconf documentation" >&5
15617echo "$as_me: WARNING: locale.h: see the Autoconf documentation" >&2;}
15618 { echo "$as_me:$LINENO: WARNING: locale.h: section \"Present But Cannot Be Compiled\"" >&5
15619echo "$as_me: WARNING: locale.h: section \"Present But Cannot Be Compiled\"" >&2;}
15620 { echo "$as_me:$LINENO: WARNING: locale.h: proceeding with the preprocessor's result" >&5 14548 { echo "$as_me:$LINENO: WARNING: locale.h: proceeding with the preprocessor's result" >&5
15621echo "$as_me: WARNING: locale.h: proceeding with the preprocessor's result" >&2;} 14549echo "$as_me: WARNING: locale.h: proceeding with the preprocessor's result" >&2;}
15622 { echo "$as_me:$LINENO: WARNING: locale.h: in the future, the compiler will take precedence" >&5
15623echo "$as_me: WARNING: locale.h: in the future, the compiler will take precedence" >&2;}
15624 ( 14550 (
15625 cat <<\_ASBOX 14551 cat <<\_ASBOX
15626## ------------------------------------------ ## 14552## ------------------------------------ ##
15627## Report this to the AC_PACKAGE_NAME lists. ## 14553## Report this to bug-autoconf@gnu.org. ##
15628## ------------------------------------------ ## 14554## ------------------------------------ ##
15629_ASBOX 14555_ASBOX
15630 ) | 14556 ) |
15631 sed "s/^/$as_me: WARNING: /" >&2 14557 sed "s/^/$as_me: WARNING: /" >&2
@@ -15654,28 +14580,21 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
15654 echo $ECHO_N "(cached) $ECHO_C" >&6 14580 echo $ECHO_N "(cached) $ECHO_C" >&6
15655else 14581else
15656 cat >conftest.$ac_ext <<_ACEOF 14582 cat >conftest.$ac_ext <<_ACEOF
14583#line $LINENO "configure"
15657/* confdefs.h. */ 14584/* confdefs.h. */
15658_ACEOF 14585_ACEOF
15659cat confdefs.h >>conftest.$ac_ext 14586cat confdefs.h >>conftest.$ac_ext
15660cat >>conftest.$ac_ext <<_ACEOF 14587cat >>conftest.$ac_ext <<_ACEOF
15661/* end confdefs.h. */ 14588/* end confdefs.h. */
15662/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15663 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15664#define $ac_func innocuous_$ac_func
15665
15666/* System header to define __stub macros and hopefully few prototypes, 14589/* System header to define __stub macros and hopefully few prototypes,
15667 which can conflict with char $ac_func (); below. 14590 which can conflict with char $ac_func (); below.
15668 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 14591 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15669 <limits.h> exists even on freestanding compilers. */ 14592 <limits.h> exists even on freestanding compilers. */
15670
15671#ifdef __STDC__ 14593#ifdef __STDC__
15672# include <limits.h> 14594# include <limits.h>
15673#else 14595#else
15674# include <assert.h> 14596# include <assert.h>
15675#endif 14597#endif
15676
15677#undef $ac_func
15678
15679/* Override any gcc2 internal prototype to avoid an error. */ 14598/* Override any gcc2 internal prototype to avoid an error. */
15680#ifdef __cplusplus 14599#ifdef __cplusplus
15681extern "C" 14600extern "C"
@@ -15706,20 +14625,11 @@ return f != $ac_func;
15706_ACEOF 14625_ACEOF
15707rm -f conftest.$ac_objext conftest$ac_exeext 14626rm -f conftest.$ac_objext conftest$ac_exeext
15708if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 14627if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15709 (eval $ac_link) 2>conftest.er1 14628 (eval $ac_link) 2>&5
15710 ac_status=$? 14629 ac_status=$?
15711 grep -v '^ *+' conftest.er1 >conftest.err
15712 rm -f conftest.er1
15713 cat conftest.err >&5
15714 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15715 (exit $ac_status); } && 14631 (exit $ac_status); } &&
15716 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14632 { ac_try='test -s conftest$ac_exeext'
15717 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15718 (eval $ac_try) 2>&5
15719 ac_status=$?
15720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15721 (exit $ac_status); }; } &&
15722 { ac_try='test -s conftest$ac_exeext'
15723 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14633 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15724 (eval $ac_try) 2>&5 14634 (eval $ac_try) 2>&5
15725 ac_status=$? 14635 ac_status=$?
@@ -15732,8 +14642,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
15732 14642
15733eval "$as_ac_var=no" 14643eval "$as_ac_var=no"
15734fi 14644fi
15735rm -f conftest.err conftest.$ac_objext \ 14645rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
15736 conftest$ac_exeext conftest.$ac_ext
15737fi 14646fi
15738echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 14647echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
15739echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 14648echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -15772,6 +14681,7 @@ else
15772echo "$as_me:$LINENO: checking inq_stats/cpustats.h usability" >&5 14681echo "$as_me:$LINENO: checking inq_stats/cpustats.h usability" >&5
15773echo $ECHO_N "checking inq_stats/cpustats.h usability... $ECHO_C" >&6 14682echo $ECHO_N "checking inq_stats/cpustats.h usability... $ECHO_C" >&6
15774cat >conftest.$ac_ext <<_ACEOF 14683cat >conftest.$ac_ext <<_ACEOF
14684#line $LINENO "configure"
15775/* confdefs.h. */ 14685/* confdefs.h. */
15776_ACEOF 14686_ACEOF
15777cat confdefs.h >>conftest.$ac_ext 14687cat confdefs.h >>conftest.$ac_ext
@@ -15782,20 +14692,11 @@ $ac_includes_default
15782_ACEOF 14692_ACEOF
15783rm -f conftest.$ac_objext 14693rm -f conftest.$ac_objext
15784if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 14694if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15785 (eval $ac_compile) 2>conftest.er1 14695 (eval $ac_compile) 2>&5
15786 ac_status=$? 14696 ac_status=$?
15787 grep -v '^ *+' conftest.er1 >conftest.err
15788 rm -f conftest.er1
15789 cat conftest.err >&5
15790 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15791 (exit $ac_status); } && 14698 (exit $ac_status); } &&
15792 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14699 { ac_try='test -s conftest.$ac_objext'
15793 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15794 (eval $ac_try) 2>&5
15795 ac_status=$?
15796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15797 (exit $ac_status); }; } &&
15798 { ac_try='test -s conftest.$ac_objext'
15799 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14700 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15800 (eval $ac_try) 2>&5 14701 (eval $ac_try) 2>&5
15801 ac_status=$? 14702 ac_status=$?
@@ -15808,7 +14709,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
15808 14709
15809ac_header_compiler=no 14710ac_header_compiler=no
15810fi 14711fi
15811rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 14712rm -f conftest.$ac_objext conftest.$ac_ext
15812echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 14713echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15813echo "${ECHO_T}$ac_header_compiler" >&6 14714echo "${ECHO_T}$ac_header_compiler" >&6
15814 14715
@@ -15816,6 +14717,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
15816echo "$as_me:$LINENO: checking inq_stats/cpustats.h presence" >&5 14717echo "$as_me:$LINENO: checking inq_stats/cpustats.h presence" >&5
15817echo $ECHO_N "checking inq_stats/cpustats.h presence... $ECHO_C" >&6 14718echo $ECHO_N "checking inq_stats/cpustats.h presence... $ECHO_C" >&6
15818cat >conftest.$ac_ext <<_ACEOF 14719cat >conftest.$ac_ext <<_ACEOF
14720#line $LINENO "configure"
15819/* confdefs.h. */ 14721/* confdefs.h. */
15820_ACEOF 14722_ACEOF
15821cat confdefs.h >>conftest.$ac_ext 14723cat confdefs.h >>conftest.$ac_ext
@@ -15833,7 +14735,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15833 (exit $ac_status); } >/dev/null; then 14735 (exit $ac_status); } >/dev/null; then
15834 if test -s conftest.err; then 14736 if test -s conftest.err; then
15835 ac_cpp_err=$ac_c_preproc_warn_flag 14737 ac_cpp_err=$ac_c_preproc_warn_flag
15836 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
15837 else 14738 else
15838 ac_cpp_err= 14739 ac_cpp_err=
15839 fi 14740 fi
@@ -15853,32 +14754,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15853echo "${ECHO_T}$ac_header_preproc" >&6 14754echo "${ECHO_T}$ac_header_preproc" >&6
15854 14755
15855# So? What about this header? 14756# So? What about this header?
15856case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 14757case $ac_header_compiler:$ac_header_preproc in
15857 yes:no: ) 14758 yes:no )
15858 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&5 14759 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&5
15859echo "$as_me: WARNING: inq_stats/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 14760echo "$as_me: WARNING: inq_stats/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15860 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: proceeding with the compiler's result" >&5 14761 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&5
15861echo "$as_me: WARNING: inq_stats/cpustats.h: proceeding with the compiler's result" >&2;} 14762echo "$as_me: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&2;}
15862 ac_header_preproc=yes 14763 (
14764 cat <<\_ASBOX
14765## ------------------------------------ ##
14766## Report this to bug-autoconf@gnu.org. ##
14767## ------------------------------------ ##
14768_ASBOX
14769 ) |
14770 sed "s/^/$as_me: WARNING: /" >&2
15863 ;; 14771 ;;
15864 no:yes:* ) 14772 no:yes )
15865 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: present but cannot be compiled" >&5 14773 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: present but cannot be compiled" >&5
15866echo "$as_me: WARNING: inq_stats/cpustats.h: present but cannot be compiled" >&2;} 14774echo "$as_me: WARNING: inq_stats/cpustats.h: present but cannot be compiled" >&2;}
15867 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: check for missing prerequisite headers?" >&5 14775 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: check for missing prerequisite headers?" >&5
15868echo "$as_me: WARNING: inq_stats/cpustats.h: check for missing prerequisite headers?" >&2;} 14776echo "$as_me: WARNING: inq_stats/cpustats.h: check for missing prerequisite headers?" >&2;}
15869 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: see the Autoconf documentation" >&5
15870echo "$as_me: WARNING: inq_stats/cpustats.h: see the Autoconf documentation" >&2;}
15871 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: section \"Present But Cannot Be Compiled\"" >&5
15872echo "$as_me: WARNING: inq_stats/cpustats.h: section \"Present But Cannot Be Compiled\"" >&2;}
15873 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&5 14777 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&5
15874echo "$as_me: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&2;} 14778echo "$as_me: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&2;}
15875 { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: in the future, the compiler will take precedence" >&5
15876echo "$as_me: WARNING: inq_stats/cpustats.h: in the future, the compiler will take precedence" >&2;}
15877 ( 14779 (
15878 cat <<\_ASBOX 14780 cat <<\_ASBOX
15879## ------------------------------------------ ## 14781## ------------------------------------ ##
15880## Report this to the AC_PACKAGE_NAME lists. ## 14782## Report this to bug-autoconf@gnu.org. ##
15881## ------------------------------------------ ## 14783## ------------------------------------ ##
15882_ASBOX 14784_ASBOX
15883 ) | 14785 ) |
15884 sed "s/^/$as_me: WARNING: /" >&2 14786 sed "s/^/$as_me: WARNING: /" >&2
@@ -15926,6 +14828,7 @@ else
15926echo "$as_me:$LINENO: checking sys/cpustats.h usability" >&5 14828echo "$as_me:$LINENO: checking sys/cpustats.h usability" >&5
15927echo $ECHO_N "checking sys/cpustats.h usability... $ECHO_C" >&6 14829echo $ECHO_N "checking sys/cpustats.h usability... $ECHO_C" >&6
15928cat >conftest.$ac_ext <<_ACEOF 14830cat >conftest.$ac_ext <<_ACEOF
14831#line $LINENO "configure"
15929/* confdefs.h. */ 14832/* confdefs.h. */
15930_ACEOF 14833_ACEOF
15931cat confdefs.h >>conftest.$ac_ext 14834cat confdefs.h >>conftest.$ac_ext
@@ -15936,20 +14839,11 @@ $ac_includes_default
15936_ACEOF 14839_ACEOF
15937rm -f conftest.$ac_objext 14840rm -f conftest.$ac_objext
15938if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 14841if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15939 (eval $ac_compile) 2>conftest.er1 14842 (eval $ac_compile) 2>&5
15940 ac_status=$? 14843 ac_status=$?
15941 grep -v '^ *+' conftest.er1 >conftest.err
15942 rm -f conftest.er1
15943 cat conftest.err >&5
15944 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15945 (exit $ac_status); } && 14845 (exit $ac_status); } &&
15946 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14846 { ac_try='test -s conftest.$ac_objext'
15947 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15948 (eval $ac_try) 2>&5
15949 ac_status=$?
15950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15951 (exit $ac_status); }; } &&
15952 { ac_try='test -s conftest.$ac_objext'
15953 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14847 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15954 (eval $ac_try) 2>&5 14848 (eval $ac_try) 2>&5
15955 ac_status=$? 14849 ac_status=$?
@@ -15962,7 +14856,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
15962 14856
15963ac_header_compiler=no 14857ac_header_compiler=no
15964fi 14858fi
15965rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 14859rm -f conftest.$ac_objext conftest.$ac_ext
15966echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 14860echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15967echo "${ECHO_T}$ac_header_compiler" >&6 14861echo "${ECHO_T}$ac_header_compiler" >&6
15968 14862
@@ -15970,6 +14864,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
15970echo "$as_me:$LINENO: checking sys/cpustats.h presence" >&5 14864echo "$as_me:$LINENO: checking sys/cpustats.h presence" >&5
15971echo $ECHO_N "checking sys/cpustats.h presence... $ECHO_C" >&6 14865echo $ECHO_N "checking sys/cpustats.h presence... $ECHO_C" >&6
15972cat >conftest.$ac_ext <<_ACEOF 14866cat >conftest.$ac_ext <<_ACEOF
14867#line $LINENO "configure"
15973/* confdefs.h. */ 14868/* confdefs.h. */
15974_ACEOF 14869_ACEOF
15975cat confdefs.h >>conftest.$ac_ext 14870cat confdefs.h >>conftest.$ac_ext
@@ -15987,7 +14882,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15987 (exit $ac_status); } >/dev/null; then 14882 (exit $ac_status); } >/dev/null; then
15988 if test -s conftest.err; then 14883 if test -s conftest.err; then
15989 ac_cpp_err=$ac_c_preproc_warn_flag 14884 ac_cpp_err=$ac_c_preproc_warn_flag
15990 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
15991 else 14885 else
15992 ac_cpp_err= 14886 ac_cpp_err=
15993 fi 14887 fi
@@ -16007,32 +14901,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16007echo "${ECHO_T}$ac_header_preproc" >&6 14901echo "${ECHO_T}$ac_header_preproc" >&6
16008 14902
16009# So? What about this header? 14903# So? What about this header?
16010case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 14904case $ac_header_compiler:$ac_header_preproc in
16011 yes:no: ) 14905 yes:no )
16012 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&5 14906 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&5
16013echo "$as_me: WARNING: sys/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 14907echo "$as_me: WARNING: sys/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
16014 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: proceeding with the compiler's result" >&5 14908 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&5
16015echo "$as_me: WARNING: sys/cpustats.h: proceeding with the compiler's result" >&2;} 14909echo "$as_me: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&2;}
16016 ac_header_preproc=yes 14910 (
14911 cat <<\_ASBOX
14912## ------------------------------------ ##
14913## Report this to bug-autoconf@gnu.org. ##
14914## ------------------------------------ ##
14915_ASBOX
14916 ) |
14917 sed "s/^/$as_me: WARNING: /" >&2
16017 ;; 14918 ;;
16018 no:yes:* ) 14919 no:yes )
16019 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: present but cannot be compiled" >&5 14920 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: present but cannot be compiled" >&5
16020echo "$as_me: WARNING: sys/cpustats.h: present but cannot be compiled" >&2;} 14921echo "$as_me: WARNING: sys/cpustats.h: present but cannot be compiled" >&2;}
16021 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: check for missing prerequisite headers?" >&5 14922 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: check for missing prerequisite headers?" >&5
16022echo "$as_me: WARNING: sys/cpustats.h: check for missing prerequisite headers?" >&2;} 14923echo "$as_me: WARNING: sys/cpustats.h: check for missing prerequisite headers?" >&2;}
16023 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: see the Autoconf documentation" >&5
16024echo "$as_me: WARNING: sys/cpustats.h: see the Autoconf documentation" >&2;}
16025 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: section \"Present But Cannot Be Compiled\"" >&5
16026echo "$as_me: WARNING: sys/cpustats.h: section \"Present But Cannot Be Compiled\"" >&2;}
16027 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&5 14924 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&5
16028echo "$as_me: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&2;} 14925echo "$as_me: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&2;}
16029 { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: in the future, the compiler will take precedence" >&5
16030echo "$as_me: WARNING: sys/cpustats.h: in the future, the compiler will take precedence" >&2;}
16031 ( 14926 (
16032 cat <<\_ASBOX 14927 cat <<\_ASBOX
16033## ------------------------------------------ ## 14928## ------------------------------------ ##
16034## Report this to the AC_PACKAGE_NAME lists. ## 14929## Report this to bug-autoconf@gnu.org. ##
16035## ------------------------------------------ ## 14930## ------------------------------------ ##
16036_ASBOX 14931_ASBOX
16037 ) | 14932 ) |
16038 sed "s/^/$as_me: WARNING: /" >&2 14933 sed "s/^/$as_me: WARNING: /" >&2
@@ -16077,6 +14972,7 @@ else
16077echo "$as_me:$LINENO: checking $ac_header usability" >&5 14972echo "$as_me:$LINENO: checking $ac_header usability" >&5
16078echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 14973echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
16079cat >conftest.$ac_ext <<_ACEOF 14974cat >conftest.$ac_ext <<_ACEOF
14975#line $LINENO "configure"
16080/* confdefs.h. */ 14976/* confdefs.h. */
16081_ACEOF 14977_ACEOF
16082cat confdefs.h >>conftest.$ac_ext 14978cat confdefs.h >>conftest.$ac_ext
@@ -16087,20 +14983,11 @@ $ac_includes_default
16087_ACEOF 14983_ACEOF
16088rm -f conftest.$ac_objext 14984rm -f conftest.$ac_objext
16089if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 14985if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16090 (eval $ac_compile) 2>conftest.er1 14986 (eval $ac_compile) 2>&5
16091 ac_status=$? 14987 ac_status=$?
16092 grep -v '^ *+' conftest.er1 >conftest.err
16093 rm -f conftest.er1
16094 cat conftest.err >&5
16095 echo "$as_me:$LINENO: \$? = $ac_status" >&5 14988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16096 (exit $ac_status); } && 14989 (exit $ac_status); } &&
16097 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 14990 { ac_try='test -s conftest.$ac_objext'
16098 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16099 (eval $ac_try) 2>&5
16100 ac_status=$?
16101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16102 (exit $ac_status); }; } &&
16103 { ac_try='test -s conftest.$ac_objext'
16104 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 14991 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16105 (eval $ac_try) 2>&5 14992 (eval $ac_try) 2>&5
16106 ac_status=$? 14993 ac_status=$?
@@ -16113,7 +15000,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
16113 15000
16114ac_header_compiler=no 15001ac_header_compiler=no
16115fi 15002fi
16116rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 15003rm -f conftest.$ac_objext conftest.$ac_ext
16117echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 15004echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16118echo "${ECHO_T}$ac_header_compiler" >&6 15005echo "${ECHO_T}$ac_header_compiler" >&6
16119 15006
@@ -16121,6 +15008,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
16121echo "$as_me:$LINENO: checking $ac_header presence" >&5 15008echo "$as_me:$LINENO: checking $ac_header presence" >&5
16122echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 15009echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
16123cat >conftest.$ac_ext <<_ACEOF 15010cat >conftest.$ac_ext <<_ACEOF
15011#line $LINENO "configure"
16124/* confdefs.h. */ 15012/* confdefs.h. */
16125_ACEOF 15013_ACEOF
16126cat confdefs.h >>conftest.$ac_ext 15014cat confdefs.h >>conftest.$ac_ext
@@ -16138,7 +15026,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16138 (exit $ac_status); } >/dev/null; then 15026 (exit $ac_status); } >/dev/null; then
16139 if test -s conftest.err; then 15027 if test -s conftest.err; then
16140 ac_cpp_err=$ac_c_preproc_warn_flag 15028 ac_cpp_err=$ac_c_preproc_warn_flag
16141 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
16142 else 15029 else
16143 ac_cpp_err= 15030 ac_cpp_err=
16144 fi 15031 fi
@@ -16158,32 +15045,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16158echo "${ECHO_T}$ac_header_preproc" >&6 15045echo "${ECHO_T}$ac_header_preproc" >&6
16159 15046
16160# So? What about this header? 15047# So? What about this header?
16161case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 15048case $ac_header_compiler:$ac_header_preproc in
16162 yes:no: ) 15049 yes:no )
16163 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 15050 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16164echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 15051echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16165 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 15052 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16166echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 15053echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16167 ac_header_preproc=yes 15054 (
15055 cat <<\_ASBOX
15056## ------------------------------------ ##
15057## Report this to bug-autoconf@gnu.org. ##
15058## ------------------------------------ ##
15059_ASBOX
15060 ) |
15061 sed "s/^/$as_me: WARNING: /" >&2
16168 ;; 15062 ;;
16169 no:yes:* ) 15063 no:yes )
16170 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 15064 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16171echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 15065echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16172 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 15066 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16173echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 15067echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16174 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16175echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16176 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16177echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16178 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 15068 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16179echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 15069echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16180 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16181echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16182 ( 15070 (
16183 cat <<\_ASBOX 15071 cat <<\_ASBOX
16184## ------------------------------------------ ## 15072## ------------------------------------ ##
16185## Report this to the AC_PACKAGE_NAME lists. ## 15073## Report this to bug-autoconf@gnu.org. ##
16186## ------------------------------------------ ## 15074## ------------------------------------ ##
16187_ASBOX 15075_ASBOX
16188 ) | 15076 ) |
16189 sed "s/^/$as_me: WARNING: /" >&2 15077 sed "s/^/$as_me: WARNING: /" >&2
@@ -16194,7 +15082,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16194if eval "test \"\${$as_ac_Header+set}\" = set"; then 15082if eval "test \"\${$as_ac_Header+set}\" = set"; then
16195 echo $ECHO_N "(cached) $ECHO_C" >&6 15083 echo $ECHO_N "(cached) $ECHO_C" >&6
16196else 15084else
16197 eval "$as_ac_Header=\$ac_header_preproc" 15085 eval "$as_ac_Header=$ac_header_preproc"
16198fi 15086fi
16199echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 15087echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16200echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 15088echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -16228,6 +15116,7 @@ else
16228echo "$as_me:$LINENO: checking $ac_header usability" >&5 15116echo "$as_me:$LINENO: checking $ac_header usability" >&5
16229echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 15117echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
16230cat >conftest.$ac_ext <<_ACEOF 15118cat >conftest.$ac_ext <<_ACEOF
15119#line $LINENO "configure"
16231/* confdefs.h. */ 15120/* confdefs.h. */
16232_ACEOF 15121_ACEOF
16233cat confdefs.h >>conftest.$ac_ext 15122cat confdefs.h >>conftest.$ac_ext
@@ -16238,20 +15127,11 @@ $ac_includes_default
16238_ACEOF 15127_ACEOF
16239rm -f conftest.$ac_objext 15128rm -f conftest.$ac_objext
16240if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 15129if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16241 (eval $ac_compile) 2>conftest.er1 15130 (eval $ac_compile) 2>&5
16242 ac_status=$? 15131 ac_status=$?
16243 grep -v '^ *+' conftest.er1 >conftest.err
16244 rm -f conftest.er1
16245 cat conftest.err >&5
16246 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16247 (exit $ac_status); } && 15133 (exit $ac_status); } &&
16248 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15134 { ac_try='test -s conftest.$ac_objext'
16249 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16250 (eval $ac_try) 2>&5
16251 ac_status=$?
16252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16253 (exit $ac_status); }; } &&
16254 { ac_try='test -s conftest.$ac_objext'
16255 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15135 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16256 (eval $ac_try) 2>&5 15136 (eval $ac_try) 2>&5
16257 ac_status=$? 15137 ac_status=$?
@@ -16264,7 +15144,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
16264 15144
16265ac_header_compiler=no 15145ac_header_compiler=no
16266fi 15146fi
16267rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 15147rm -f conftest.$ac_objext conftest.$ac_ext
16268echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 15148echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16269echo "${ECHO_T}$ac_header_compiler" >&6 15149echo "${ECHO_T}$ac_header_compiler" >&6
16270 15150
@@ -16272,6 +15152,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
16272echo "$as_me:$LINENO: checking $ac_header presence" >&5 15152echo "$as_me:$LINENO: checking $ac_header presence" >&5
16273echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 15153echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
16274cat >conftest.$ac_ext <<_ACEOF 15154cat >conftest.$ac_ext <<_ACEOF
15155#line $LINENO "configure"
16275/* confdefs.h. */ 15156/* confdefs.h. */
16276_ACEOF 15157_ACEOF
16277cat confdefs.h >>conftest.$ac_ext 15158cat confdefs.h >>conftest.$ac_ext
@@ -16289,7 +15170,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
16289 (exit $ac_status); } >/dev/null; then 15170 (exit $ac_status); } >/dev/null; then
16290 if test -s conftest.err; then 15171 if test -s conftest.err; then
16291 ac_cpp_err=$ac_c_preproc_warn_flag 15172 ac_cpp_err=$ac_c_preproc_warn_flag
16292 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
16293 else 15173 else
16294 ac_cpp_err= 15174 ac_cpp_err=
16295 fi 15175 fi
@@ -16309,32 +15189,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16309echo "${ECHO_T}$ac_header_preproc" >&6 15189echo "${ECHO_T}$ac_header_preproc" >&6
16310 15190
16311# So? What about this header? 15191# So? What about this header?
16312case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 15192case $ac_header_compiler:$ac_header_preproc in
16313 yes:no: ) 15193 yes:no )
16314 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 15194 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16315echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 15195echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16316 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 15196 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16317echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 15197echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16318 ac_header_preproc=yes 15198 (
15199 cat <<\_ASBOX
15200## ------------------------------------ ##
15201## Report this to bug-autoconf@gnu.org. ##
15202## ------------------------------------ ##
15203_ASBOX
15204 ) |
15205 sed "s/^/$as_me: WARNING: /" >&2
16319 ;; 15206 ;;
16320 no:yes:* ) 15207 no:yes )
16321 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 15208 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16322echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 15209echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16323 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 15210 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16324echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 15211echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16325 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16326echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16327 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16328echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16329 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 15212 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16330echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 15213echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16331 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16332echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16333 ( 15214 (
16334 cat <<\_ASBOX 15215 cat <<\_ASBOX
16335## ------------------------------------------ ## 15216## ------------------------------------ ##
16336## Report this to the AC_PACKAGE_NAME lists. ## 15217## Report this to bug-autoconf@gnu.org. ##
16337## ------------------------------------------ ## 15218## ------------------------------------ ##
16338_ASBOX 15219_ASBOX
16339 ) | 15220 ) |
16340 sed "s/^/$as_me: WARNING: /" >&2 15221 sed "s/^/$as_me: WARNING: /" >&2
@@ -16345,7 +15226,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
16345if eval "test \"\${$as_ac_Header+set}\" = set"; then 15226if eval "test \"\${$as_ac_Header+set}\" = set"; then
16346 echo $ECHO_N "(cached) $ECHO_C" >&6 15227 echo $ECHO_N "(cached) $ECHO_C" >&6
16347else 15228else
16348 eval "$as_ac_Header=\$ac_header_preproc" 15229 eval "$as_ac_Header=$ac_header_preproc"
16349fi 15230fi
16350echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 15231echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
16351echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 15232echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -16361,6 +15242,7 @@ if test "${ac_cv_member_struct_nlist_n_un_n_name+set}" = set; then
16361 echo $ECHO_N "(cached) $ECHO_C" >&6 15242 echo $ECHO_N "(cached) $ECHO_C" >&6
16362else 15243else
16363 cat >conftest.$ac_ext <<_ACEOF 15244 cat >conftest.$ac_ext <<_ACEOF
15245#line $LINENO "configure"
16364/* confdefs.h. */ 15246/* confdefs.h. */
16365_ACEOF 15247_ACEOF
16366cat confdefs.h >>conftest.$ac_ext 15248cat confdefs.h >>conftest.$ac_ext
@@ -16380,20 +15262,11 @@ return 0;
16380_ACEOF 15262_ACEOF
16381rm -f conftest.$ac_objext 15263rm -f conftest.$ac_objext
16382if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 15264if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16383 (eval $ac_compile) 2>conftest.er1 15265 (eval $ac_compile) 2>&5
16384 ac_status=$? 15266 ac_status=$?
16385 grep -v '^ *+' conftest.er1 >conftest.err
16386 rm -f conftest.er1
16387 cat conftest.err >&5
16388 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16389 (exit $ac_status); } && 15268 (exit $ac_status); } &&
16390 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15269 { ac_try='test -s conftest.$ac_objext'
16391 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16392 (eval $ac_try) 2>&5
16393 ac_status=$?
16394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16395 (exit $ac_status); }; } &&
16396 { ac_try='test -s conftest.$ac_objext'
16397 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15270 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16398 (eval $ac_try) 2>&5 15271 (eval $ac_try) 2>&5
16399 ac_status=$? 15272 ac_status=$?
@@ -16405,6 +15278,7 @@ else
16405sed 's/^/| /' conftest.$ac_ext >&5 15278sed 's/^/| /' conftest.$ac_ext >&5
16406 15279
16407cat >conftest.$ac_ext <<_ACEOF 15280cat >conftest.$ac_ext <<_ACEOF
15281#line $LINENO "configure"
16408/* confdefs.h. */ 15282/* confdefs.h. */
16409_ACEOF 15283_ACEOF
16410cat confdefs.h >>conftest.$ac_ext 15284cat confdefs.h >>conftest.$ac_ext
@@ -16424,20 +15298,11 @@ return 0;
16424_ACEOF 15298_ACEOF
16425rm -f conftest.$ac_objext 15299rm -f conftest.$ac_objext
16426if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 15300if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16427 (eval $ac_compile) 2>conftest.er1 15301 (eval $ac_compile) 2>&5
16428 ac_status=$? 15302 ac_status=$?
16429 grep -v '^ *+' conftest.er1 >conftest.err
16430 rm -f conftest.er1
16431 cat conftest.err >&5
16432 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16433 (exit $ac_status); } && 15304 (exit $ac_status); } &&
16434 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15305 { ac_try='test -s conftest.$ac_objext'
16435 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16436 (eval $ac_try) 2>&5
16437 ac_status=$?
16438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16439 (exit $ac_status); }; } &&
16440 { ac_try='test -s conftest.$ac_objext'
16441 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15306 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16442 (eval $ac_try) 2>&5 15307 (eval $ac_try) 2>&5
16443 ac_status=$? 15308 ac_status=$?
@@ -16450,9 +15315,9 @@ sed 's/^/| /' conftest.$ac_ext >&5
16450 15315
16451ac_cv_member_struct_nlist_n_un_n_name=no 15316ac_cv_member_struct_nlist_n_un_n_name=no
16452fi 15317fi
16453rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 15318rm -f conftest.$ac_objext conftest.$ac_ext
16454fi 15319fi
16455rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 15320rm -f conftest.$ac_objext conftest.$ac_ext
16456fi 15321fi
16457echo "$as_me:$LINENO: result: $ac_cv_member_struct_nlist_n_un_n_name" >&5 15322echo "$as_me:$LINENO: result: $ac_cv_member_struct_nlist_n_un_n_name" >&5
16458echo "${ECHO_T}$ac_cv_member_struct_nlist_n_un_n_name" >&6 15323echo "${ECHO_T}$ac_cv_member_struct_nlist_n_un_n_name" >&6
@@ -16485,6 +15350,7 @@ if test "${ac_cv_func_getloadavg_setgid+set}" = set; then
16485 echo $ECHO_N "(cached) $ECHO_C" >&6 15350 echo $ECHO_N "(cached) $ECHO_C" >&6
16486else 15351else
16487 cat >conftest.$ac_ext <<_ACEOF 15352 cat >conftest.$ac_ext <<_ACEOF
15353#line $LINENO "configure"
16488/* confdefs.h. */ 15354/* confdefs.h. */
16489_ACEOF 15355_ACEOF
16490cat confdefs.h >>conftest.$ac_ext 15356cat confdefs.h >>conftest.$ac_ext
@@ -16528,7 +15394,7 @@ else
16528 # If we got an error (system does not support symlinks), try without -L. 15394 # If we got an error (system does not support symlinks), try without -L.
16529 test -z "$ac_ls_output" && ac_ls_output=`ls -lg /dev/kmem` 15395 test -z "$ac_ls_output" && ac_ls_output=`ls -lg /dev/kmem`
16530 ac_cv_group_kmem=`echo $ac_ls_output \ 15396 ac_cv_group_kmem=`echo $ac_ls_output \
16531 | sed -ne 's/[ ][ ]*/ /g; 15397 | sed -ne 's/[ ][ ]*/ /g;
16532 s/^.[sSrwx-]* *[0-9]* *\([^0-9]*\) *.*/\1/; 15398 s/^.[sSrwx-]* *[0-9]* *\([^0-9]*\) *.*/\1/;
16533 / /s/.* //;p;'` 15399 / /s/.* //;p;'`
16534 15400
@@ -16554,6 +15420,7 @@ else
16554 while :; do 15420 while :; do
16555 ac_cv_sys_largefile_source=no 15421 ac_cv_sys_largefile_source=no
16556 cat >conftest.$ac_ext <<_ACEOF 15422 cat >conftest.$ac_ext <<_ACEOF
15423#line $LINENO "configure"
16557/* confdefs.h. */ 15424/* confdefs.h. */
16558_ACEOF 15425_ACEOF
16559cat confdefs.h >>conftest.$ac_ext 15426cat confdefs.h >>conftest.$ac_ext
@@ -16570,20 +15437,11 @@ return !fseeko;
16570_ACEOF 15437_ACEOF
16571rm -f conftest.$ac_objext 15438rm -f conftest.$ac_objext
16572if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 15439if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16573 (eval $ac_compile) 2>conftest.er1 15440 (eval $ac_compile) 2>&5
16574 ac_status=$? 15441 ac_status=$?
16575 grep -v '^ *+' conftest.er1 >conftest.err
16576 rm -f conftest.er1
16577 cat conftest.err >&5
16578 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16579 (exit $ac_status); } && 15443 (exit $ac_status); } &&
16580 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15444 { ac_try='test -s conftest.$ac_objext'
16581 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16582 (eval $ac_try) 2>&5
16583 ac_status=$?
16584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16585 (exit $ac_status); }; } &&
16586 { ac_try='test -s conftest.$ac_objext'
16587 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15445 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16588 (eval $ac_try) 2>&5 15446 (eval $ac_try) 2>&5
16589 ac_status=$? 15447 ac_status=$?
@@ -16595,8 +15453,9 @@ else
16595sed 's/^/| /' conftest.$ac_ext >&5 15453sed 's/^/| /' conftest.$ac_ext >&5
16596 15454
16597fi 15455fi
16598rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 15456rm -f conftest.$ac_objext conftest.$ac_ext
16599 cat >conftest.$ac_ext <<_ACEOF 15457 cat >conftest.$ac_ext <<_ACEOF
15458#line $LINENO "configure"
16600/* confdefs.h. */ 15459/* confdefs.h. */
16601_ACEOF 15460_ACEOF
16602cat confdefs.h >>conftest.$ac_ext 15461cat confdefs.h >>conftest.$ac_ext
@@ -16614,20 +15473,11 @@ return !fseeko;
16614_ACEOF 15473_ACEOF
16615rm -f conftest.$ac_objext 15474rm -f conftest.$ac_objext
16616if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 15475if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16617 (eval $ac_compile) 2>conftest.er1 15476 (eval $ac_compile) 2>&5
16618 ac_status=$? 15477 ac_status=$?
16619 grep -v '^ *+' conftest.er1 >conftest.err
16620 rm -f conftest.er1
16621 cat conftest.err >&5
16622 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16623 (exit $ac_status); } && 15479 (exit $ac_status); } &&
16624 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15480 { ac_try='test -s conftest.$ac_objext'
16625 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16626 (eval $ac_try) 2>&5
16627 ac_status=$?
16628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16629 (exit $ac_status); }; } &&
16630 { ac_try='test -s conftest.$ac_objext'
16631 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15481 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16632 (eval $ac_try) 2>&5 15482 (eval $ac_try) 2>&5
16633 ac_status=$? 15483 ac_status=$?
@@ -16639,7 +15489,7 @@ else
16639sed 's/^/| /' conftest.$ac_ext >&5 15489sed 's/^/| /' conftest.$ac_ext >&5
16640 15490
16641fi 15491fi
16642rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 15492rm -f conftest.$ac_objext conftest.$ac_ext
16643 break 15493 break
16644done 15494done
16645fi 15495fi
@@ -16663,6 +15513,7 @@ if test "${ac_cv_func_fseeko+set}" = set; then
16663 echo $ECHO_N "(cached) $ECHO_C" >&6 15513 echo $ECHO_N "(cached) $ECHO_C" >&6
16664else 15514else
16665 cat >conftest.$ac_ext <<_ACEOF 15515 cat >conftest.$ac_ext <<_ACEOF
15516#line $LINENO "configure"
16666/* confdefs.h. */ 15517/* confdefs.h. */
16667_ACEOF 15518_ACEOF
16668cat confdefs.h >>conftest.$ac_ext 15519cat confdefs.h >>conftest.$ac_ext
@@ -16679,20 +15530,11 @@ return fseeko && fseeko (stdin, 0, 0);
16679_ACEOF 15530_ACEOF
16680rm -f conftest.$ac_objext conftest$ac_exeext 15531rm -f conftest.$ac_objext conftest$ac_exeext
16681if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 15532if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16682 (eval $ac_link) 2>conftest.er1 15533 (eval $ac_link) 2>&5
16683 ac_status=$? 15534 ac_status=$?
16684 grep -v '^ *+' conftest.er1 >conftest.err
16685 rm -f conftest.er1
16686 cat conftest.err >&5
16687 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16688 (exit $ac_status); } && 15536 (exit $ac_status); } &&
16689 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15537 { ac_try='test -s conftest$ac_exeext'
16690 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16691 (eval $ac_try) 2>&5
16692 ac_status=$?
16693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16694 (exit $ac_status); }; } &&
16695 { ac_try='test -s conftest$ac_exeext'
16696 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15538 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16697 (eval $ac_try) 2>&5 15539 (eval $ac_try) 2>&5
16698 ac_status=$? 15540 ac_status=$?
@@ -16705,8 +15547,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
16705 15547
16706ac_cv_func_fseeko=no 15548ac_cv_func_fseeko=no
16707fi 15549fi
16708rm -f conftest.err conftest.$ac_objext \ 15550rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
16709 conftest$ac_exeext conftest.$ac_ext
16710fi 15551fi
16711echo "$as_me:$LINENO: result: $ac_cv_func_fseeko" >&5 15552echo "$as_me:$LINENO: result: $ac_cv_func_fseeko" >&5
16712echo "${ECHO_T}$ac_cv_func_fseeko" >&6 15553echo "${ECHO_T}$ac_cv_func_fseeko" >&6
@@ -16726,6 +15567,7 @@ if test "${ac_cv_func_getpgrp_void+set}" = set; then
16726else 15567else
16727 # Use it with a single arg. 15568 # Use it with a single arg.
16728cat >conftest.$ac_ext <<_ACEOF 15569cat >conftest.$ac_ext <<_ACEOF
15570#line $LINENO "configure"
16729/* confdefs.h. */ 15571/* confdefs.h. */
16730_ACEOF 15572_ACEOF
16731cat confdefs.h >>conftest.$ac_ext 15573cat confdefs.h >>conftest.$ac_ext
@@ -16742,20 +15584,11 @@ getpgrp (0);
16742_ACEOF 15584_ACEOF
16743rm -f conftest.$ac_objext 15585rm -f conftest.$ac_objext
16744if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 15586if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16745 (eval $ac_compile) 2>conftest.er1 15587 (eval $ac_compile) 2>&5
16746 ac_status=$? 15588 ac_status=$?
16747 grep -v '^ *+' conftest.er1 >conftest.err
16748 rm -f conftest.er1
16749 cat conftest.err >&5
16750 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16751 (exit $ac_status); } && 15590 (exit $ac_status); } &&
16752 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15591 { ac_try='test -s conftest.$ac_objext'
16753 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16754 (eval $ac_try) 2>&5
16755 ac_status=$?
16756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16757 (exit $ac_status); }; } &&
16758 { ac_try='test -s conftest.$ac_objext'
16759 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15592 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16760 (eval $ac_try) 2>&5 15593 (eval $ac_try) 2>&5
16761 ac_status=$? 15594 ac_status=$?
@@ -16768,7 +15601,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
16768 15601
16769ac_cv_func_getpgrp_void=yes 15602ac_cv_func_getpgrp_void=yes
16770fi 15603fi
16771rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 15604rm -f conftest.$ac_objext conftest.$ac_ext
16772 15605
16773fi 15606fi
16774echo "$as_me:$LINENO: result: $ac_cv_func_getpgrp_void" >&5 15607echo "$as_me:$LINENO: result: $ac_cv_func_getpgrp_void" >&5
@@ -16792,28 +15625,21 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
16792 echo $ECHO_N "(cached) $ECHO_C" >&6 15625 echo $ECHO_N "(cached) $ECHO_C" >&6
16793else 15626else
16794 cat >conftest.$ac_ext <<_ACEOF 15627 cat >conftest.$ac_ext <<_ACEOF
15628#line $LINENO "configure"
16795/* confdefs.h. */ 15629/* confdefs.h. */
16796_ACEOF 15630_ACEOF
16797cat confdefs.h >>conftest.$ac_ext 15631cat confdefs.h >>conftest.$ac_ext
16798cat >>conftest.$ac_ext <<_ACEOF 15632cat >>conftest.$ac_ext <<_ACEOF
16799/* end confdefs.h. */ 15633/* end confdefs.h. */
16800/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
16801 For example, HP-UX 11i <limits.h> declares gettimeofday. */
16802#define $ac_func innocuous_$ac_func
16803
16804/* System header to define __stub macros and hopefully few prototypes, 15634/* System header to define __stub macros and hopefully few prototypes,
16805 which can conflict with char $ac_func (); below. 15635 which can conflict with char $ac_func (); below.
16806 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 15636 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16807 <limits.h> exists even on freestanding compilers. */ 15637 <limits.h> exists even on freestanding compilers. */
16808
16809#ifdef __STDC__ 15638#ifdef __STDC__
16810# include <limits.h> 15639# include <limits.h>
16811#else 15640#else
16812# include <assert.h> 15641# include <assert.h>
16813#endif 15642#endif
16814
16815#undef $ac_func
16816
16817/* Override any gcc2 internal prototype to avoid an error. */ 15643/* Override any gcc2 internal prototype to avoid an error. */
16818#ifdef __cplusplus 15644#ifdef __cplusplus
16819extern "C" 15645extern "C"
@@ -16844,20 +15670,11 @@ return f != $ac_func;
16844_ACEOF 15670_ACEOF
16845rm -f conftest.$ac_objext conftest$ac_exeext 15671rm -f conftest.$ac_objext conftest$ac_exeext
16846if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 15672if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16847 (eval $ac_link) 2>conftest.er1 15673 (eval $ac_link) 2>&5
16848 ac_status=$? 15674 ac_status=$?
16849 grep -v '^ *+' conftest.er1 >conftest.err
16850 rm -f conftest.er1
16851 cat conftest.err >&5
16852 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16853 (exit $ac_status); } && 15676 (exit $ac_status); } &&
16854 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15677 { ac_try='test -s conftest$ac_exeext'
16855 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16856 (eval $ac_try) 2>&5
16857 ac_status=$?
16858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16859 (exit $ac_status); }; } &&
16860 { ac_try='test -s conftest$ac_exeext'
16861 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15678 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16862 (eval $ac_try) 2>&5 15679 (eval $ac_try) 2>&5
16863 ac_status=$? 15680 ac_status=$?
@@ -16870,8 +15687,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
16870 15687
16871eval "$as_ac_var=no" 15688eval "$as_ac_var=no"
16872fi 15689fi
16873rm -f conftest.err conftest.$ac_objext \ 15690rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
16874 conftest$ac_exeext conftest.$ac_ext
16875fi 15691fi
16876echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 15692echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
16877echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 15693echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -16890,6 +15706,7 @@ else
16890 ac_check_lib_save_LIBS=$LIBS 15706 ac_check_lib_save_LIBS=$LIBS
16891LIBS="-lintl $LIBS" 15707LIBS="-lintl $LIBS"
16892cat >conftest.$ac_ext <<_ACEOF 15708cat >conftest.$ac_ext <<_ACEOF
15709#line $LINENO "configure"
16893/* confdefs.h. */ 15710/* confdefs.h. */
16894_ACEOF 15711_ACEOF
16895cat confdefs.h >>conftest.$ac_ext 15712cat confdefs.h >>conftest.$ac_ext
@@ -16913,20 +15730,11 @@ strftime ();
16913_ACEOF 15730_ACEOF
16914rm -f conftest.$ac_objext conftest$ac_exeext 15731rm -f conftest.$ac_objext conftest$ac_exeext
16915if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 15732if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16916 (eval $ac_link) 2>conftest.er1 15733 (eval $ac_link) 2>&5
16917 ac_status=$? 15734 ac_status=$?
16918 grep -v '^ *+' conftest.er1 >conftest.err
16919 rm -f conftest.er1
16920 cat conftest.err >&5
16921 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16922 (exit $ac_status); } && 15736 (exit $ac_status); } &&
16923 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15737 { ac_try='test -s conftest$ac_exeext'
16924 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16925 (eval $ac_try) 2>&5
16926 ac_status=$?
16927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16928 (exit $ac_status); }; } &&
16929 { ac_try='test -s conftest$ac_exeext'
16930 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15738 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16931 (eval $ac_try) 2>&5 15739 (eval $ac_try) 2>&5
16932 ac_status=$? 15740 ac_status=$?
@@ -16939,8 +15747,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
16939 15747
16940ac_cv_lib_intl_strftime=no 15748ac_cv_lib_intl_strftime=no
16941fi 15749fi
16942rm -f conftest.err conftest.$ac_objext \ 15750rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
16943 conftest$ac_exeext conftest.$ac_ext
16944LIBS=$ac_check_lib_save_LIBS 15751LIBS=$ac_check_lib_save_LIBS
16945fi 15752fi
16946echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5 15753echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5
@@ -16968,28 +15775,21 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
16968 echo $ECHO_N "(cached) $ECHO_C" >&6 15775 echo $ECHO_N "(cached) $ECHO_C" >&6
16969else 15776else
16970 cat >conftest.$ac_ext <<_ACEOF 15777 cat >conftest.$ac_ext <<_ACEOF
15778#line $LINENO "configure"
16971/* confdefs.h. */ 15779/* confdefs.h. */
16972_ACEOF 15780_ACEOF
16973cat confdefs.h >>conftest.$ac_ext 15781cat confdefs.h >>conftest.$ac_ext
16974cat >>conftest.$ac_ext <<_ACEOF 15782cat >>conftest.$ac_ext <<_ACEOF
16975/* end confdefs.h. */ 15783/* end confdefs.h. */
16976/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
16977 For example, HP-UX 11i <limits.h> declares gettimeofday. */
16978#define $ac_func innocuous_$ac_func
16979
16980/* System header to define __stub macros and hopefully few prototypes, 15784/* System header to define __stub macros and hopefully few prototypes,
16981 which can conflict with char $ac_func (); below. 15785 which can conflict with char $ac_func (); below.
16982 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 15786 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16983 <limits.h> exists even on freestanding compilers. */ 15787 <limits.h> exists even on freestanding compilers. */
16984
16985#ifdef __STDC__ 15788#ifdef __STDC__
16986# include <limits.h> 15789# include <limits.h>
16987#else 15790#else
16988# include <assert.h> 15791# include <assert.h>
16989#endif 15792#endif
16990
16991#undef $ac_func
16992
16993/* Override any gcc2 internal prototype to avoid an error. */ 15793/* Override any gcc2 internal prototype to avoid an error. */
16994#ifdef __cplusplus 15794#ifdef __cplusplus
16995extern "C" 15795extern "C"
@@ -17020,20 +15820,11 @@ return f != $ac_func;
17020_ACEOF 15820_ACEOF
17021rm -f conftest.$ac_objext conftest$ac_exeext 15821rm -f conftest.$ac_objext conftest$ac_exeext
17022if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 15822if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17023 (eval $ac_link) 2>conftest.er1 15823 (eval $ac_link) 2>&5
17024 ac_status=$? 15824 ac_status=$?
17025 grep -v '^ *+' conftest.er1 >conftest.err
17026 rm -f conftest.er1
17027 cat conftest.err >&5
17028 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17029 (exit $ac_status); } && 15826 (exit $ac_status); } &&
17030 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15827 { ac_try='test -s conftest$ac_exeext'
17031 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17032 (eval $ac_try) 2>&5
17033 ac_status=$?
17034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17035 (exit $ac_status); }; } &&
17036 { ac_try='test -s conftest$ac_exeext'
17037 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15828 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17038 (eval $ac_try) 2>&5 15829 (eval $ac_try) 2>&5
17039 ac_status=$? 15830 ac_status=$?
@@ -17046,8 +15837,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
17046 15837
17047eval "$as_ac_var=no" 15838eval "$as_ac_var=no"
17048fi 15839fi
17049rm -f conftest.err conftest.$ac_objext \ 15840rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
17050 conftest$ac_exeext conftest.$ac_ext
17051fi 15841fi
17052echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 15842echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
17053echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 15843echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -17071,28 +15861,21 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
17071 echo $ECHO_N "(cached) $ECHO_C" >&6 15861 echo $ECHO_N "(cached) $ECHO_C" >&6
17072else 15862else
17073 cat >conftest.$ac_ext <<_ACEOF 15863 cat >conftest.$ac_ext <<_ACEOF
15864#line $LINENO "configure"
17074/* confdefs.h. */ 15865/* confdefs.h. */
17075_ACEOF 15866_ACEOF
17076cat confdefs.h >>conftest.$ac_ext 15867cat confdefs.h >>conftest.$ac_ext
17077cat >>conftest.$ac_ext <<_ACEOF 15868cat >>conftest.$ac_ext <<_ACEOF
17078/* end confdefs.h. */ 15869/* end confdefs.h. */
17079/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17080 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17081#define $ac_func innocuous_$ac_func
17082
17083/* System header to define __stub macros and hopefully few prototypes, 15870/* System header to define __stub macros and hopefully few prototypes,
17084 which can conflict with char $ac_func (); below. 15871 which can conflict with char $ac_func (); below.
17085 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 15872 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17086 <limits.h> exists even on freestanding compilers. */ 15873 <limits.h> exists even on freestanding compilers. */
17087
17088#ifdef __STDC__ 15874#ifdef __STDC__
17089# include <limits.h> 15875# include <limits.h>
17090#else 15876#else
17091# include <assert.h> 15877# include <assert.h>
17092#endif 15878#endif
17093
17094#undef $ac_func
17095
17096/* Override any gcc2 internal prototype to avoid an error. */ 15879/* Override any gcc2 internal prototype to avoid an error. */
17097#ifdef __cplusplus 15880#ifdef __cplusplus
17098extern "C" 15881extern "C"
@@ -17123,20 +15906,11 @@ return f != $ac_func;
17123_ACEOF 15906_ACEOF
17124rm -f conftest.$ac_objext conftest$ac_exeext 15907rm -f conftest.$ac_objext conftest$ac_exeext
17125if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 15908if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17126 (eval $ac_link) 2>conftest.er1 15909 (eval $ac_link) 2>&5
17127 ac_status=$? 15910 ac_status=$?
17128 grep -v '^ *+' conftest.er1 >conftest.err
17129 rm -f conftest.er1
17130 cat conftest.err >&5
17131 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17132 (exit $ac_status); } && 15912 (exit $ac_status); } &&
17133 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15913 { ac_try='test -s conftest$ac_exeext'
17134 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17135 (eval $ac_try) 2>&5
17136 ac_status=$?
17137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17138 (exit $ac_status); }; } &&
17139 { ac_try='test -s conftest$ac_exeext'
17140 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15914 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17141 (eval $ac_try) 2>&5 15915 (eval $ac_try) 2>&5
17142 ac_status=$? 15916 ac_status=$?
@@ -17149,8 +15923,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
17149 15923
17150eval "$as_ac_var=no" 15924eval "$as_ac_var=no"
17151fi 15925fi
17152rm -f conftest.err conftest.$ac_objext \ 15926rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
17153 conftest$ac_exeext conftest.$ac_ext
17154fi 15927fi
17155echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 15928echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
17156echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 15929echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -17176,6 +15949,7 @@ else
17176 ac_check_lib_save_LIBS=$LIBS 15949 ac_check_lib_save_LIBS=$LIBS
17177LIBS="-lncurses $LIBS" 15950LIBS="-lncurses $LIBS"
17178cat >conftest.$ac_ext <<_ACEOF 15951cat >conftest.$ac_ext <<_ACEOF
15952#line $LINENO "configure"
17179/* confdefs.h. */ 15953/* confdefs.h. */
17180_ACEOF 15954_ACEOF
17181cat confdefs.h >>conftest.$ac_ext 15955cat confdefs.h >>conftest.$ac_ext
@@ -17199,20 +15973,11 @@ tparm ();
17199_ACEOF 15973_ACEOF
17200rm -f conftest.$ac_objext conftest$ac_exeext 15974rm -f conftest.$ac_objext conftest$ac_exeext
17201if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 15975if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17202 (eval $ac_link) 2>conftest.er1 15976 (eval $ac_link) 2>&5
17203 ac_status=$? 15977 ac_status=$?
17204 grep -v '^ *+' conftest.er1 >conftest.err
17205 rm -f conftest.er1
17206 cat conftest.err >&5
17207 echo "$as_me:$LINENO: \$? = $ac_status" >&5 15978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17208 (exit $ac_status); } && 15979 (exit $ac_status); } &&
17209 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 15980 { ac_try='test -s conftest$ac_exeext'
17210 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17211 (eval $ac_try) 2>&5
17212 ac_status=$?
17213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17214 (exit $ac_status); }; } &&
17215 { ac_try='test -s conftest$ac_exeext'
17216 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 15981 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17217 (eval $ac_try) 2>&5 15982 (eval $ac_try) 2>&5
17218 ac_status=$? 15983 ac_status=$?
@@ -17225,8 +15990,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
17225 15990
17226ac_cv_lib_ncurses_tparm=no 15991ac_cv_lib_ncurses_tparm=no
17227fi 15992fi
17228rm -f conftest.err conftest.$ac_objext \ 15993rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
17229 conftest$ac_exeext conftest.$ac_ext
17230LIBS=$ac_check_lib_save_LIBS 15994LIBS=$ac_check_lib_save_LIBS
17231fi 15995fi
17232echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_tparm" >&5 15996echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_tparm" >&5
@@ -17251,28 +16015,21 @@ if test "${ac_cv_func_res_send+set}" = set; then
17251 echo $ECHO_N "(cached) $ECHO_C" >&6 16015 echo $ECHO_N "(cached) $ECHO_C" >&6
17252else 16016else
17253 cat >conftest.$ac_ext <<_ACEOF 16017 cat >conftest.$ac_ext <<_ACEOF
16018#line $LINENO "configure"
17254/* confdefs.h. */ 16019/* confdefs.h. */
17255_ACEOF 16020_ACEOF
17256cat confdefs.h >>conftest.$ac_ext 16021cat confdefs.h >>conftest.$ac_ext
17257cat >>conftest.$ac_ext <<_ACEOF 16022cat >>conftest.$ac_ext <<_ACEOF
17258/* end confdefs.h. */ 16023/* end confdefs.h. */
17259/* Define res_send to an innocuous variant, in case <limits.h> declares res_send.
17260 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17261#define res_send innocuous_res_send
17262
17263/* System header to define __stub macros and hopefully few prototypes, 16024/* System header to define __stub macros and hopefully few prototypes,
17264 which can conflict with char res_send (); below. 16025 which can conflict with char res_send (); below.
17265 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 16026 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17266 <limits.h> exists even on freestanding compilers. */ 16027 <limits.h> exists even on freestanding compilers. */
17267
17268#ifdef __STDC__ 16028#ifdef __STDC__
17269# include <limits.h> 16029# include <limits.h>
17270#else 16030#else
17271# include <assert.h> 16031# include <assert.h>
17272#endif 16032#endif
17273
17274#undef res_send
17275
17276/* Override any gcc2 internal prototype to avoid an error. */ 16033/* Override any gcc2 internal prototype to avoid an error. */
17277#ifdef __cplusplus 16034#ifdef __cplusplus
17278extern "C" 16035extern "C"
@@ -17303,20 +16060,11 @@ return f != res_send;
17303_ACEOF 16060_ACEOF
17304rm -f conftest.$ac_objext conftest$ac_exeext 16061rm -f conftest.$ac_objext conftest$ac_exeext
17305if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 16062if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17306 (eval $ac_link) 2>conftest.er1 16063 (eval $ac_link) 2>&5
17307 ac_status=$? 16064 ac_status=$?
17308 grep -v '^ *+' conftest.er1 >conftest.err
17309 rm -f conftest.er1
17310 cat conftest.err >&5
17311 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17312 (exit $ac_status); } && 16066 (exit $ac_status); } &&
17313 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16067 { ac_try='test -s conftest$ac_exeext'
17314 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17315 (eval $ac_try) 2>&5
17316 ac_status=$?
17317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17318 (exit $ac_status); }; } &&
17319 { ac_try='test -s conftest$ac_exeext'
17320 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16068 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17321 (eval $ac_try) 2>&5 16069 (eval $ac_try) 2>&5
17322 ac_status=$? 16070 ac_status=$?
@@ -17329,8 +16077,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
17329 16077
17330ac_cv_func_res_send=no 16078ac_cv_func_res_send=no
17331fi 16079fi
17332rm -f conftest.err conftest.$ac_objext \ 16080rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
17333 conftest$ac_exeext conftest.$ac_ext
17334fi 16081fi
17335echo "$as_me:$LINENO: result: $ac_cv_func_res_send" >&5 16082echo "$as_me:$LINENO: result: $ac_cv_func_res_send" >&5
17336echo "${ECHO_T}$ac_cv_func_res_send" >&6 16083echo "${ECHO_T}$ac_cv_func_res_send" >&6
@@ -17343,28 +16090,21 @@ if test "${ac_cv_func___res_send+set}" = set; then
17343 echo $ECHO_N "(cached) $ECHO_C" >&6 16090 echo $ECHO_N "(cached) $ECHO_C" >&6
17344else 16091else
17345 cat >conftest.$ac_ext <<_ACEOF 16092 cat >conftest.$ac_ext <<_ACEOF
16093#line $LINENO "configure"
17346/* confdefs.h. */ 16094/* confdefs.h. */
17347_ACEOF 16095_ACEOF
17348cat confdefs.h >>conftest.$ac_ext 16096cat confdefs.h >>conftest.$ac_ext
17349cat >>conftest.$ac_ext <<_ACEOF 16097cat >>conftest.$ac_ext <<_ACEOF
17350/* end confdefs.h. */ 16098/* end confdefs.h. */
17351/* Define __res_send to an innocuous variant, in case <limits.h> declares __res_send.
17352 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17353#define __res_send innocuous___res_send
17354
17355/* System header to define __stub macros and hopefully few prototypes, 16099/* System header to define __stub macros and hopefully few prototypes,
17356 which can conflict with char __res_send (); below. 16100 which can conflict with char __res_send (); below.
17357 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 16101 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17358 <limits.h> exists even on freestanding compilers. */ 16102 <limits.h> exists even on freestanding compilers. */
17359
17360#ifdef __STDC__ 16103#ifdef __STDC__
17361# include <limits.h> 16104# include <limits.h>
17362#else 16105#else
17363# include <assert.h> 16106# include <assert.h>
17364#endif 16107#endif
17365
17366#undef __res_send
17367
17368/* Override any gcc2 internal prototype to avoid an error. */ 16108/* Override any gcc2 internal prototype to avoid an error. */
17369#ifdef __cplusplus 16109#ifdef __cplusplus
17370extern "C" 16110extern "C"
@@ -17395,20 +16135,11 @@ return f != __res_send;
17395_ACEOF 16135_ACEOF
17396rm -f conftest.$ac_objext conftest$ac_exeext 16136rm -f conftest.$ac_objext conftest$ac_exeext
17397if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 16137if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17398 (eval $ac_link) 2>conftest.er1 16138 (eval $ac_link) 2>&5
17399 ac_status=$? 16139 ac_status=$?
17400 grep -v '^ *+' conftest.er1 >conftest.err
17401 rm -f conftest.er1
17402 cat conftest.err >&5
17403 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17404 (exit $ac_status); } && 16141 (exit $ac_status); } &&
17405 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16142 { ac_try='test -s conftest$ac_exeext'
17406 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17407 (eval $ac_try) 2>&5
17408 ac_status=$?
17409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17410 (exit $ac_status); }; } &&
17411 { ac_try='test -s conftest$ac_exeext'
17412 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16143 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17413 (eval $ac_try) 2>&5 16144 (eval $ac_try) 2>&5
17414 ac_status=$? 16145 ac_status=$?
@@ -17421,8 +16152,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
17421 16152
17422ac_cv_func___res_send=no 16153ac_cv_func___res_send=no
17423fi 16154fi
17424rm -f conftest.err conftest.$ac_objext \ 16155rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
17425 conftest$ac_exeext conftest.$ac_ext
17426fi 16156fi
17427echo "$as_me:$LINENO: result: $ac_cv_func___res_send" >&5 16157echo "$as_me:$LINENO: result: $ac_cv_func___res_send" >&5
17428echo "${ECHO_T}$ac_cv_func___res_send" >&6 16158echo "${ECHO_T}$ac_cv_func___res_send" >&6
@@ -17437,6 +16167,7 @@ else
17437 ac_check_lib_save_LIBS=$LIBS 16167 ac_check_lib_save_LIBS=$LIBS
17438LIBS="-lresolv $LIBS" 16168LIBS="-lresolv $LIBS"
17439cat >conftest.$ac_ext <<_ACEOF 16169cat >conftest.$ac_ext <<_ACEOF
16170#line $LINENO "configure"
17440/* confdefs.h. */ 16171/* confdefs.h. */
17441_ACEOF 16172_ACEOF
17442cat confdefs.h >>conftest.$ac_ext 16173cat confdefs.h >>conftest.$ac_ext
@@ -17460,20 +16191,11 @@ res_send ();
17460_ACEOF 16191_ACEOF
17461rm -f conftest.$ac_objext conftest$ac_exeext 16192rm -f conftest.$ac_objext conftest$ac_exeext
17462if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 16193if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17463 (eval $ac_link) 2>conftest.er1 16194 (eval $ac_link) 2>&5
17464 ac_status=$? 16195 ac_status=$?
17465 grep -v '^ *+' conftest.er1 >conftest.err
17466 rm -f conftest.er1
17467 cat conftest.err >&5
17468 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17469 (exit $ac_status); } && 16197 (exit $ac_status); } &&
17470 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16198 { ac_try='test -s conftest$ac_exeext'
17471 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17472 (eval $ac_try) 2>&5
17473 ac_status=$?
17474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17475 (exit $ac_status); }; } &&
17476 { ac_try='test -s conftest$ac_exeext'
17477 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16199 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17478 (eval $ac_try) 2>&5 16200 (eval $ac_try) 2>&5
17479 ac_status=$? 16201 ac_status=$?
@@ -17486,8 +16208,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
17486 16208
17487ac_cv_lib_resolv_res_send=no 16209ac_cv_lib_resolv_res_send=no
17488fi 16210fi
17489rm -f conftest.err conftest.$ac_objext \ 16211rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
17490 conftest$ac_exeext conftest.$ac_ext
17491LIBS=$ac_check_lib_save_LIBS 16212LIBS=$ac_check_lib_save_LIBS
17492fi 16213fi
17493echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_send" >&5 16214echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_send" >&5
@@ -17503,6 +16224,7 @@ else
17503 ac_check_lib_save_LIBS=$LIBS 16224 ac_check_lib_save_LIBS=$LIBS
17504LIBS="-lresolv $LIBS" 16225LIBS="-lresolv $LIBS"
17505cat >conftest.$ac_ext <<_ACEOF 16226cat >conftest.$ac_ext <<_ACEOF
16227#line $LINENO "configure"
17506/* confdefs.h. */ 16228/* confdefs.h. */
17507_ACEOF 16229_ACEOF
17508cat confdefs.h >>conftest.$ac_ext 16230cat confdefs.h >>conftest.$ac_ext
@@ -17526,20 +16248,11 @@ __res_send ();
17526_ACEOF 16248_ACEOF
17527rm -f conftest.$ac_objext conftest$ac_exeext 16249rm -f conftest.$ac_objext conftest$ac_exeext
17528if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 16250if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17529 (eval $ac_link) 2>conftest.er1 16251 (eval $ac_link) 2>&5
17530 ac_status=$? 16252 ac_status=$?
17531 grep -v '^ *+' conftest.er1 >conftest.err
17532 rm -f conftest.er1
17533 cat conftest.err >&5
17534 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17535 (exit $ac_status); } && 16254 (exit $ac_status); } &&
17536 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16255 { ac_try='test -s conftest$ac_exeext'
17537 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17538 (eval $ac_try) 2>&5
17539 ac_status=$?
17540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17541 (exit $ac_status); }; } &&
17542 { ac_try='test -s conftest$ac_exeext'
17543 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16256 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17544 (eval $ac_try) 2>&5 16257 (eval $ac_try) 2>&5
17545 ac_status=$? 16258 ac_status=$?
@@ -17552,8 +16265,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
17552 16265
17553ac_cv_lib_resolv___res_send=no 16266ac_cv_lib_resolv___res_send=no
17554fi 16267fi
17555rm -f conftest.err conftest.$ac_objext \ 16268rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
17556 conftest$ac_exeext conftest.$ac_ext
17557LIBS=$ac_check_lib_save_LIBS 16269LIBS=$ac_check_lib_save_LIBS
17558fi 16270fi
17559echo "$as_me:$LINENO: result: $ac_cv_lib_resolv___res_send" >&5 16271echo "$as_me:$LINENO: result: $ac_cv_lib_resolv___res_send" >&5
@@ -17584,28 +16296,21 @@ if test "${ac_cv_func_hes_getmailhost+set}" = set; then
17584 echo $ECHO_N "(cached) $ECHO_C" >&6 16296 echo $ECHO_N "(cached) $ECHO_C" >&6
17585else 16297else
17586 cat >conftest.$ac_ext <<_ACEOF 16298 cat >conftest.$ac_ext <<_ACEOF
16299#line $LINENO "configure"
17587/* confdefs.h. */ 16300/* confdefs.h. */
17588_ACEOF 16301_ACEOF
17589cat confdefs.h >>conftest.$ac_ext 16302cat confdefs.h >>conftest.$ac_ext
17590cat >>conftest.$ac_ext <<_ACEOF 16303cat >>conftest.$ac_ext <<_ACEOF
17591/* end confdefs.h. */ 16304/* end confdefs.h. */
17592/* Define hes_getmailhost to an innocuous variant, in case <limits.h> declares hes_getmailhost.
17593 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17594#define hes_getmailhost innocuous_hes_getmailhost
17595
17596/* System header to define __stub macros and hopefully few prototypes, 16305/* System header to define __stub macros and hopefully few prototypes,
17597 which can conflict with char hes_getmailhost (); below. 16306 which can conflict with char hes_getmailhost (); below.
17598 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 16307 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17599 <limits.h> exists even on freestanding compilers. */ 16308 <limits.h> exists even on freestanding compilers. */
17600
17601#ifdef __STDC__ 16309#ifdef __STDC__
17602# include <limits.h> 16310# include <limits.h>
17603#else 16311#else
17604# include <assert.h> 16312# include <assert.h>
17605#endif 16313#endif
17606
17607#undef hes_getmailhost
17608
17609/* Override any gcc2 internal prototype to avoid an error. */ 16314/* Override any gcc2 internal prototype to avoid an error. */
17610#ifdef __cplusplus 16315#ifdef __cplusplus
17611extern "C" 16316extern "C"
@@ -17636,20 +16341,11 @@ return f != hes_getmailhost;
17636_ACEOF 16341_ACEOF
17637rm -f conftest.$ac_objext conftest$ac_exeext 16342rm -f conftest.$ac_objext conftest$ac_exeext
17638if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 16343if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17639 (eval $ac_link) 2>conftest.er1 16344 (eval $ac_link) 2>&5
17640 ac_status=$? 16345 ac_status=$?
17641 grep -v '^ *+' conftest.er1 >conftest.err
17642 rm -f conftest.er1
17643 cat conftest.err >&5
17644 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17645 (exit $ac_status); } && 16347 (exit $ac_status); } &&
17646 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16348 { ac_try='test -s conftest$ac_exeext'
17647 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17648 (eval $ac_try) 2>&5
17649 ac_status=$?
17650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17651 (exit $ac_status); }; } &&
17652 { ac_try='test -s conftest$ac_exeext'
17653 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16349 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17654 (eval $ac_try) 2>&5 16350 (eval $ac_try) 2>&5
17655 ac_status=$? 16351 ac_status=$?
@@ -17662,8 +16358,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
17662 16358
17663ac_cv_func_hes_getmailhost=no 16359ac_cv_func_hes_getmailhost=no
17664fi 16360fi
17665rm -f conftest.err conftest.$ac_objext \ 16361rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
17666 conftest$ac_exeext conftest.$ac_ext
17667fi 16362fi
17668echo "$as_me:$LINENO: result: $ac_cv_func_hes_getmailhost" >&5 16363echo "$as_me:$LINENO: result: $ac_cv_func_hes_getmailhost" >&5
17669echo "${ECHO_T}$ac_cv_func_hes_getmailhost" >&6 16364echo "${ECHO_T}$ac_cv_func_hes_getmailhost" >&6
@@ -17678,6 +16373,7 @@ else
17678 ac_check_lib_save_LIBS=$LIBS 16373 ac_check_lib_save_LIBS=$LIBS
17679LIBS="-lhesiod $RESOLVLIB $LIBS" 16374LIBS="-lhesiod $RESOLVLIB $LIBS"
17680cat >conftest.$ac_ext <<_ACEOF 16375cat >conftest.$ac_ext <<_ACEOF
16376#line $LINENO "configure"
17681/* confdefs.h. */ 16377/* confdefs.h. */
17682_ACEOF 16378_ACEOF
17683cat confdefs.h >>conftest.$ac_ext 16379cat confdefs.h >>conftest.$ac_ext
@@ -17701,20 +16397,11 @@ hes_getmailhost ();
17701_ACEOF 16397_ACEOF
17702rm -f conftest.$ac_objext conftest$ac_exeext 16398rm -f conftest.$ac_objext conftest$ac_exeext
17703if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 16399if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17704 (eval $ac_link) 2>conftest.er1 16400 (eval $ac_link) 2>&5
17705 ac_status=$? 16401 ac_status=$?
17706 grep -v '^ *+' conftest.er1 >conftest.err
17707 rm -f conftest.er1
17708 cat conftest.err >&5
17709 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17710 (exit $ac_status); } && 16403 (exit $ac_status); } &&
17711 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16404 { ac_try='test -s conftest$ac_exeext'
17712 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17713 (eval $ac_try) 2>&5
17714 ac_status=$?
17715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17716 (exit $ac_status); }; } &&
17717 { ac_try='test -s conftest$ac_exeext'
17718 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16405 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17719 (eval $ac_try) 2>&5 16406 (eval $ac_try) 2>&5
17720 ac_status=$? 16407 ac_status=$?
@@ -17727,8 +16414,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
17727 16414
17728ac_cv_lib_hesiod_hes_getmailhost=no 16415ac_cv_lib_hesiod_hes_getmailhost=no
17729fi 16416fi
17730rm -f conftest.err conftest.$ac_objext \ 16417rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
17731 conftest$ac_exeext conftest.$ac_ext
17732LIBS=$ac_check_lib_save_LIBS 16418LIBS=$ac_check_lib_save_LIBS
17733fi 16419fi
17734echo "$as_me:$LINENO: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5 16420echo "$as_me:$LINENO: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5
@@ -17758,6 +16444,7 @@ else
17758 ac_check_lib_save_LIBS=$LIBS 16444 ac_check_lib_save_LIBS=$LIBS
17759LIBS="-lcom_err $LIBS" 16445LIBS="-lcom_err $LIBS"
17760cat >conftest.$ac_ext <<_ACEOF 16446cat >conftest.$ac_ext <<_ACEOF
16447#line $LINENO "configure"
17761/* confdefs.h. */ 16448/* confdefs.h. */
17762_ACEOF 16449_ACEOF
17763cat confdefs.h >>conftest.$ac_ext 16450cat confdefs.h >>conftest.$ac_ext
@@ -17781,20 +16468,11 @@ com_err ();
17781_ACEOF 16468_ACEOF
17782rm -f conftest.$ac_objext conftest$ac_exeext 16469rm -f conftest.$ac_objext conftest$ac_exeext
17783if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 16470if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17784 (eval $ac_link) 2>conftest.er1 16471 (eval $ac_link) 2>&5
17785 ac_status=$? 16472 ac_status=$?
17786 grep -v '^ *+' conftest.er1 >conftest.err
17787 rm -f conftest.er1
17788 cat conftest.err >&5
17789 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17790 (exit $ac_status); } && 16474 (exit $ac_status); } &&
17791 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16475 { ac_try='test -s conftest$ac_exeext'
17792 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17793 (eval $ac_try) 2>&5
17794 ac_status=$?
17795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17796 (exit $ac_status); }; } &&
17797 { ac_try='test -s conftest$ac_exeext'
17798 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16476 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17799 (eval $ac_try) 2>&5 16477 (eval $ac_try) 2>&5
17800 ac_status=$? 16478 ac_status=$?
@@ -17807,8 +16485,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
17807 16485
17808ac_cv_lib_com_err_com_err=no 16486ac_cv_lib_com_err_com_err=no
17809fi 16487fi
17810rm -f conftest.err conftest.$ac_objext \ 16488rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
17811 conftest$ac_exeext conftest.$ac_ext
17812LIBS=$ac_check_lib_save_LIBS 16489LIBS=$ac_check_lib_save_LIBS
17813fi 16490fi
17814echo "$as_me:$LINENO: result: $ac_cv_lib_com_err_com_err" >&5 16491echo "$as_me:$LINENO: result: $ac_cv_lib_com_err_com_err" >&5
@@ -17831,6 +16508,7 @@ else
17831 ac_check_lib_save_LIBS=$LIBS 16508 ac_check_lib_save_LIBS=$LIBS
17832LIBS="-lk5crypto $LIBS" 16509LIBS="-lk5crypto $LIBS"
17833cat >conftest.$ac_ext <<_ACEOF 16510cat >conftest.$ac_ext <<_ACEOF
16511#line $LINENO "configure"
17834/* confdefs.h. */ 16512/* confdefs.h. */
17835_ACEOF 16513_ACEOF
17836cat confdefs.h >>conftest.$ac_ext 16514cat confdefs.h >>conftest.$ac_ext
@@ -17854,20 +16532,11 @@ mit_des_cbc_encrypt ();
17854_ACEOF 16532_ACEOF
17855rm -f conftest.$ac_objext conftest$ac_exeext 16533rm -f conftest.$ac_objext conftest$ac_exeext
17856if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 16534if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17857 (eval $ac_link) 2>conftest.er1 16535 (eval $ac_link) 2>&5
17858 ac_status=$? 16536 ac_status=$?
17859 grep -v '^ *+' conftest.er1 >conftest.err
17860 rm -f conftest.er1
17861 cat conftest.err >&5
17862 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17863 (exit $ac_status); } && 16538 (exit $ac_status); } &&
17864 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16539 { ac_try='test -s conftest$ac_exeext'
17865 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17866 (eval $ac_try) 2>&5
17867 ac_status=$?
17868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17869 (exit $ac_status); }; } &&
17870 { ac_try='test -s conftest$ac_exeext'
17871 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16540 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17872 (eval $ac_try) 2>&5 16541 (eval $ac_try) 2>&5
17873 ac_status=$? 16542 ac_status=$?
@@ -17880,8 +16549,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
17880 16549
17881ac_cv_lib_k5crypto_mit_des_cbc_encrypt=no 16550ac_cv_lib_k5crypto_mit_des_cbc_encrypt=no
17882fi 16551fi
17883rm -f conftest.err conftest.$ac_objext \ 16552rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
17884 conftest$ac_exeext conftest.$ac_ext
17885LIBS=$ac_check_lib_save_LIBS 16553LIBS=$ac_check_lib_save_LIBS
17886fi 16554fi
17887echo "$as_me:$LINENO: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5 16555echo "$as_me:$LINENO: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5
@@ -17904,6 +16572,7 @@ else
17904 ac_check_lib_save_LIBS=$LIBS 16572 ac_check_lib_save_LIBS=$LIBS
17905LIBS="-lcrypto $LIBS" 16573LIBS="-lcrypto $LIBS"
17906cat >conftest.$ac_ext <<_ACEOF 16574cat >conftest.$ac_ext <<_ACEOF
16575#line $LINENO "configure"
17907/* confdefs.h. */ 16576/* confdefs.h. */
17908_ACEOF 16577_ACEOF
17909cat confdefs.h >>conftest.$ac_ext 16578cat confdefs.h >>conftest.$ac_ext
@@ -17927,20 +16596,11 @@ mit_des_cbc_encrypt ();
17927_ACEOF 16596_ACEOF
17928rm -f conftest.$ac_objext conftest$ac_exeext 16597rm -f conftest.$ac_objext conftest$ac_exeext
17929if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 16598if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17930 (eval $ac_link) 2>conftest.er1 16599 (eval $ac_link) 2>&5
17931 ac_status=$? 16600 ac_status=$?
17932 grep -v '^ *+' conftest.er1 >conftest.err
17933 rm -f conftest.er1
17934 cat conftest.err >&5
17935 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17936 (exit $ac_status); } && 16602 (exit $ac_status); } &&
17937 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16603 { ac_try='test -s conftest$ac_exeext'
17938 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17939 (eval $ac_try) 2>&5
17940 ac_status=$?
17941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17942 (exit $ac_status); }; } &&
17943 { ac_try='test -s conftest$ac_exeext'
17944 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16604 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17945 (eval $ac_try) 2>&5 16605 (eval $ac_try) 2>&5
17946 ac_status=$? 16606 ac_status=$?
@@ -17953,8 +16613,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
17953 16613
17954ac_cv_lib_crypto_mit_des_cbc_encrypt=no 16614ac_cv_lib_crypto_mit_des_cbc_encrypt=no
17955fi 16615fi
17956rm -f conftest.err conftest.$ac_objext \ 16616rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
17957 conftest$ac_exeext conftest.$ac_ext
17958LIBS=$ac_check_lib_save_LIBS 16617LIBS=$ac_check_lib_save_LIBS
17959fi 16618fi
17960echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5 16619echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5
@@ -17977,6 +16636,7 @@ else
17977 ac_check_lib_save_LIBS=$LIBS 16636 ac_check_lib_save_LIBS=$LIBS
17978LIBS="-lkrb5 $LIBS" 16637LIBS="-lkrb5 $LIBS"
17979cat >conftest.$ac_ext <<_ACEOF 16638cat >conftest.$ac_ext <<_ACEOF
16639#line $LINENO "configure"
17980/* confdefs.h. */ 16640/* confdefs.h. */
17981_ACEOF 16641_ACEOF
17982cat confdefs.h >>conftest.$ac_ext 16642cat confdefs.h >>conftest.$ac_ext
@@ -18000,20 +16660,11 @@ krb5_init_context ();
18000_ACEOF 16660_ACEOF
18001rm -f conftest.$ac_objext conftest$ac_exeext 16661rm -f conftest.$ac_objext conftest$ac_exeext
18002if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 16662if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18003 (eval $ac_link) 2>conftest.er1 16663 (eval $ac_link) 2>&5
18004 ac_status=$? 16664 ac_status=$?
18005 grep -v '^ *+' conftest.er1 >conftest.err
18006 rm -f conftest.er1
18007 cat conftest.err >&5
18008 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18009 (exit $ac_status); } && 16666 (exit $ac_status); } &&
18010 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16667 { ac_try='test -s conftest$ac_exeext'
18011 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18012 (eval $ac_try) 2>&5
18013 ac_status=$?
18014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18015 (exit $ac_status); }; } &&
18016 { ac_try='test -s conftest$ac_exeext'
18017 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16668 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18018 (eval $ac_try) 2>&5 16669 (eval $ac_try) 2>&5
18019 ac_status=$? 16670 ac_status=$?
@@ -18026,8 +16677,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
18026 16677
18027ac_cv_lib_krb5_krb5_init_context=no 16678ac_cv_lib_krb5_krb5_init_context=no
18028fi 16679fi
18029rm -f conftest.err conftest.$ac_objext \ 16680rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
18030 conftest$ac_exeext conftest.$ac_ext
18031LIBS=$ac_check_lib_save_LIBS 16681LIBS=$ac_check_lib_save_LIBS
18032fi 16682fi
18033echo "$as_me:$LINENO: result: $ac_cv_lib_krb5_krb5_init_context" >&5 16683echo "$as_me:$LINENO: result: $ac_cv_lib_krb5_krb5_init_context" >&5
@@ -18051,6 +16701,7 @@ else
18051 ac_check_lib_save_LIBS=$LIBS 16701 ac_check_lib_save_LIBS=$LIBS
18052LIBS="-ldes425 $LIBS" 16702LIBS="-ldes425 $LIBS"
18053cat >conftest.$ac_ext <<_ACEOF 16703cat >conftest.$ac_ext <<_ACEOF
16704#line $LINENO "configure"
18054/* confdefs.h. */ 16705/* confdefs.h. */
18055_ACEOF 16706_ACEOF
18056cat confdefs.h >>conftest.$ac_ext 16707cat confdefs.h >>conftest.$ac_ext
@@ -18074,20 +16725,11 @@ des_cbc_encrypt ();
18074_ACEOF 16725_ACEOF
18075rm -f conftest.$ac_objext conftest$ac_exeext 16726rm -f conftest.$ac_objext conftest$ac_exeext
18076if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 16727if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18077 (eval $ac_link) 2>conftest.er1 16728 (eval $ac_link) 2>&5
18078 ac_status=$? 16729 ac_status=$?
18079 grep -v '^ *+' conftest.er1 >conftest.err
18080 rm -f conftest.er1
18081 cat conftest.err >&5
18082 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18083 (exit $ac_status); } && 16731 (exit $ac_status); } &&
18084 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16732 { ac_try='test -s conftest$ac_exeext'
18085 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18086 (eval $ac_try) 2>&5
18087 ac_status=$?
18088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18089 (exit $ac_status); }; } &&
18090 { ac_try='test -s conftest$ac_exeext'
18091 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16733 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18092 (eval $ac_try) 2>&5 16734 (eval $ac_try) 2>&5
18093 ac_status=$? 16735 ac_status=$?
@@ -18100,8 +16742,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
18100 16742
18101ac_cv_lib_des425_des_cbc_encrypt=no 16743ac_cv_lib_des425_des_cbc_encrypt=no
18102fi 16744fi
18103rm -f conftest.err conftest.$ac_objext \ 16745rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
18104 conftest$ac_exeext conftest.$ac_ext
18105LIBS=$ac_check_lib_save_LIBS 16746LIBS=$ac_check_lib_save_LIBS
18106fi 16747fi
18107echo "$as_me:$LINENO: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5 16748echo "$as_me:$LINENO: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5
@@ -18123,6 +16764,7 @@ else
18123 ac_check_lib_save_LIBS=$LIBS 16764 ac_check_lib_save_LIBS=$LIBS
18124LIBS="-ldes $LIBS" 16765LIBS="-ldes $LIBS"
18125cat >conftest.$ac_ext <<_ACEOF 16766cat >conftest.$ac_ext <<_ACEOF
16767#line $LINENO "configure"
18126/* confdefs.h. */ 16768/* confdefs.h. */
18127_ACEOF 16769_ACEOF
18128cat confdefs.h >>conftest.$ac_ext 16770cat confdefs.h >>conftest.$ac_ext
@@ -18146,20 +16788,11 @@ des_cbc_encrypt ();
18146_ACEOF 16788_ACEOF
18147rm -f conftest.$ac_objext conftest$ac_exeext 16789rm -f conftest.$ac_objext conftest$ac_exeext
18148if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 16790if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18149 (eval $ac_link) 2>conftest.er1 16791 (eval $ac_link) 2>&5
18150 ac_status=$? 16792 ac_status=$?
18151 grep -v '^ *+' conftest.er1 >conftest.err
18152 rm -f conftest.er1
18153 cat conftest.err >&5
18154 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18155 (exit $ac_status); } && 16794 (exit $ac_status); } &&
18156 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16795 { ac_try='test -s conftest$ac_exeext'
18157 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18158 (eval $ac_try) 2>&5
18159 ac_status=$?
18160 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18161 (exit $ac_status); }; } &&
18162 { ac_try='test -s conftest$ac_exeext'
18163 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16796 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18164 (eval $ac_try) 2>&5 16797 (eval $ac_try) 2>&5
18165 ac_status=$? 16798 ac_status=$?
@@ -18172,8 +16805,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
18172 16805
18173ac_cv_lib_des_des_cbc_encrypt=no 16806ac_cv_lib_des_des_cbc_encrypt=no
18174fi 16807fi
18175rm -f conftest.err conftest.$ac_objext \ 16808rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
18176 conftest$ac_exeext conftest.$ac_ext
18177LIBS=$ac_check_lib_save_LIBS 16809LIBS=$ac_check_lib_save_LIBS
18178fi 16810fi
18179echo "$as_me:$LINENO: result: $ac_cv_lib_des_des_cbc_encrypt" >&5 16811echo "$as_me:$LINENO: result: $ac_cv_lib_des_des_cbc_encrypt" >&5
@@ -18198,6 +16830,7 @@ else
18198 ac_check_lib_save_LIBS=$LIBS 16830 ac_check_lib_save_LIBS=$LIBS
18199LIBS="-lkrb4 $LIBS" 16831LIBS="-lkrb4 $LIBS"
18200cat >conftest.$ac_ext <<_ACEOF 16832cat >conftest.$ac_ext <<_ACEOF
16833#line $LINENO "configure"
18201/* confdefs.h. */ 16834/* confdefs.h. */
18202_ACEOF 16835_ACEOF
18203cat confdefs.h >>conftest.$ac_ext 16836cat confdefs.h >>conftest.$ac_ext
@@ -18221,20 +16854,11 @@ krb_get_cred ();
18221_ACEOF 16854_ACEOF
18222rm -f conftest.$ac_objext conftest$ac_exeext 16855rm -f conftest.$ac_objext conftest$ac_exeext
18223if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 16856if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18224 (eval $ac_link) 2>conftest.er1 16857 (eval $ac_link) 2>&5
18225 ac_status=$? 16858 ac_status=$?
18226 grep -v '^ *+' conftest.er1 >conftest.err
18227 rm -f conftest.er1
18228 cat conftest.err >&5
18229 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18230 (exit $ac_status); } && 16860 (exit $ac_status); } &&
18231 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16861 { ac_try='test -s conftest$ac_exeext'
18232 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18233 (eval $ac_try) 2>&5
18234 ac_status=$?
18235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18236 (exit $ac_status); }; } &&
18237 { ac_try='test -s conftest$ac_exeext'
18238 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16862 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18239 (eval $ac_try) 2>&5 16863 (eval $ac_try) 2>&5
18240 ac_status=$? 16864 ac_status=$?
@@ -18247,8 +16871,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
18247 16871
18248ac_cv_lib_krb4_krb_get_cred=no 16872ac_cv_lib_krb4_krb_get_cred=no
18249fi 16873fi
18250rm -f conftest.err conftest.$ac_objext \ 16874rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
18251 conftest$ac_exeext conftest.$ac_ext
18252LIBS=$ac_check_lib_save_LIBS 16875LIBS=$ac_check_lib_save_LIBS
18253fi 16876fi
18254echo "$as_me:$LINENO: result: $ac_cv_lib_krb4_krb_get_cred" >&5 16877echo "$as_me:$LINENO: result: $ac_cv_lib_krb4_krb_get_cred" >&5
@@ -18270,6 +16893,7 @@ else
18270 ac_check_lib_save_LIBS=$LIBS 16893 ac_check_lib_save_LIBS=$LIBS
18271LIBS="-lkrb $LIBS" 16894LIBS="-lkrb $LIBS"
18272cat >conftest.$ac_ext <<_ACEOF 16895cat >conftest.$ac_ext <<_ACEOF
16896#line $LINENO "configure"
18273/* confdefs.h. */ 16897/* confdefs.h. */
18274_ACEOF 16898_ACEOF
18275cat confdefs.h >>conftest.$ac_ext 16899cat confdefs.h >>conftest.$ac_ext
@@ -18293,20 +16917,11 @@ krb_get_cred ();
18293_ACEOF 16917_ACEOF
18294rm -f conftest.$ac_objext conftest$ac_exeext 16918rm -f conftest.$ac_objext conftest$ac_exeext
18295if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 16919if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18296 (eval $ac_link) 2>conftest.er1 16920 (eval $ac_link) 2>&5
18297 ac_status=$? 16921 ac_status=$?
18298 grep -v '^ *+' conftest.er1 >conftest.err
18299 rm -f conftest.er1
18300 cat conftest.err >&5
18301 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18302 (exit $ac_status); } && 16923 (exit $ac_status); } &&
18303 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16924 { ac_try='test -s conftest$ac_exeext'
18304 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18305 (eval $ac_try) 2>&5
18306 ac_status=$?
18307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18308 (exit $ac_status); }; } &&
18309 { ac_try='test -s conftest$ac_exeext'
18310 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16925 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18311 (eval $ac_try) 2>&5 16926 (eval $ac_try) 2>&5
18312 ac_status=$? 16927 ac_status=$?
@@ -18319,8 +16934,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
18319 16934
18320ac_cv_lib_krb_krb_get_cred=no 16935ac_cv_lib_krb_krb_get_cred=no
18321fi 16936fi
18322rm -f conftest.err conftest.$ac_objext \ 16937rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
18323 conftest$ac_exeext conftest.$ac_ext
18324LIBS=$ac_check_lib_save_LIBS 16938LIBS=$ac_check_lib_save_LIBS
18325fi 16939fi
18326echo "$as_me:$LINENO: result: $ac_cv_lib_krb_krb_get_cred" >&5 16940echo "$as_me:$LINENO: result: $ac_cv_lib_krb_krb_get_cred" >&5
@@ -18356,6 +16970,7 @@ else
18356echo "$as_me:$LINENO: checking $ac_header usability" >&5 16970echo "$as_me:$LINENO: checking $ac_header usability" >&5
18357echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 16971echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
18358cat >conftest.$ac_ext <<_ACEOF 16972cat >conftest.$ac_ext <<_ACEOF
16973#line $LINENO "configure"
18359/* confdefs.h. */ 16974/* confdefs.h. */
18360_ACEOF 16975_ACEOF
18361cat confdefs.h >>conftest.$ac_ext 16976cat confdefs.h >>conftest.$ac_ext
@@ -18366,20 +16981,11 @@ $ac_includes_default
18366_ACEOF 16981_ACEOF
18367rm -f conftest.$ac_objext 16982rm -f conftest.$ac_objext
18368if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 16983if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18369 (eval $ac_compile) 2>conftest.er1 16984 (eval $ac_compile) 2>&5
18370 ac_status=$? 16985 ac_status=$?
18371 grep -v '^ *+' conftest.er1 >conftest.err
18372 rm -f conftest.er1
18373 cat conftest.err >&5
18374 echo "$as_me:$LINENO: \$? = $ac_status" >&5 16986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18375 (exit $ac_status); } && 16987 (exit $ac_status); } &&
18376 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 16988 { ac_try='test -s conftest.$ac_objext'
18377 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18378 (eval $ac_try) 2>&5
18379 ac_status=$?
18380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18381 (exit $ac_status); }; } &&
18382 { ac_try='test -s conftest.$ac_objext'
18383 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 16989 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18384 (eval $ac_try) 2>&5 16990 (eval $ac_try) 2>&5
18385 ac_status=$? 16991 ac_status=$?
@@ -18392,7 +16998,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
18392 16998
18393ac_header_compiler=no 16999ac_header_compiler=no
18394fi 17000fi
18395rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 17001rm -f conftest.$ac_objext conftest.$ac_ext
18396echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 17002echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18397echo "${ECHO_T}$ac_header_compiler" >&6 17003echo "${ECHO_T}$ac_header_compiler" >&6
18398 17004
@@ -18400,6 +17006,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
18400echo "$as_me:$LINENO: checking $ac_header presence" >&5 17006echo "$as_me:$LINENO: checking $ac_header presence" >&5
18401echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 17007echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
18402cat >conftest.$ac_ext <<_ACEOF 17008cat >conftest.$ac_ext <<_ACEOF
17009#line $LINENO "configure"
18403/* confdefs.h. */ 17010/* confdefs.h. */
18404_ACEOF 17011_ACEOF
18405cat confdefs.h >>conftest.$ac_ext 17012cat confdefs.h >>conftest.$ac_ext
@@ -18417,7 +17024,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18417 (exit $ac_status); } >/dev/null; then 17024 (exit $ac_status); } >/dev/null; then
18418 if test -s conftest.err; then 17025 if test -s conftest.err; then
18419 ac_cpp_err=$ac_c_preproc_warn_flag 17026 ac_cpp_err=$ac_c_preproc_warn_flag
18420 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
18421 else 17027 else
18422 ac_cpp_err= 17028 ac_cpp_err=
18423 fi 17029 fi
@@ -18437,32 +17043,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18437echo "${ECHO_T}$ac_header_preproc" >&6 17043echo "${ECHO_T}$ac_header_preproc" >&6
18438 17044
18439# So? What about this header? 17045# So? What about this header?
18440case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 17046case $ac_header_compiler:$ac_header_preproc in
18441 yes:no: ) 17047 yes:no )
18442 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 17048 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
18443echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 17049echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
18444 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 17050 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
18445echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 17051echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
18446 ac_header_preproc=yes 17052 (
17053 cat <<\_ASBOX
17054## ------------------------------------ ##
17055## Report this to bug-autoconf@gnu.org. ##
17056## ------------------------------------ ##
17057_ASBOX
17058 ) |
17059 sed "s/^/$as_me: WARNING: /" >&2
18447 ;; 17060 ;;
18448 no:yes:* ) 17061 no:yes )
18449 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 17062 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
18450echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 17063echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
18451 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 17064 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
18452echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 17065echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
18453 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
18454echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
18455 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
18456echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
18457 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 17066 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
18458echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 17067echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
18459 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
18460echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
18461 ( 17068 (
18462 cat <<\_ASBOX 17069 cat <<\_ASBOX
18463## ------------------------------------------ ## 17070## ------------------------------------ ##
18464## Report this to the AC_PACKAGE_NAME lists. ## 17071## Report this to bug-autoconf@gnu.org. ##
18465## ------------------------------------------ ## 17072## ------------------------------------ ##
18466_ASBOX 17073_ASBOX
18467 ) | 17074 ) |
18468 sed "s/^/$as_me: WARNING: /" >&2 17075 sed "s/^/$as_me: WARNING: /" >&2
@@ -18473,7 +17080,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
18473if eval "test \"\${$as_ac_Header+set}\" = set"; then 17080if eval "test \"\${$as_ac_Header+set}\" = set"; then
18474 echo $ECHO_N "(cached) $ECHO_C" >&6 17081 echo $ECHO_N "(cached) $ECHO_C" >&6
18475else 17082else
18476 eval "$as_ac_Header=\$ac_header_preproc" 17083 eval "$as_ac_Header=$ac_header_preproc"
18477fi 17084fi
18478echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 17085echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
18479echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 17086echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -18506,6 +17113,7 @@ else
18506echo "$as_me:$LINENO: checking $ac_header usability" >&5 17113echo "$as_me:$LINENO: checking $ac_header usability" >&5
18507echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 17114echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
18508cat >conftest.$ac_ext <<_ACEOF 17115cat >conftest.$ac_ext <<_ACEOF
17116#line $LINENO "configure"
18509/* confdefs.h. */ 17117/* confdefs.h. */
18510_ACEOF 17118_ACEOF
18511cat confdefs.h >>conftest.$ac_ext 17119cat confdefs.h >>conftest.$ac_ext
@@ -18516,20 +17124,11 @@ $ac_includes_default
18516_ACEOF 17124_ACEOF
18517rm -f conftest.$ac_objext 17125rm -f conftest.$ac_objext
18518if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 17126if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18519 (eval $ac_compile) 2>conftest.er1 17127 (eval $ac_compile) 2>&5
18520 ac_status=$? 17128 ac_status=$?
18521 grep -v '^ *+' conftest.er1 >conftest.err
18522 rm -f conftest.er1
18523 cat conftest.err >&5
18524 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18525 (exit $ac_status); } && 17130 (exit $ac_status); } &&
18526 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 17131 { ac_try='test -s conftest.$ac_objext'
18527 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18528 (eval $ac_try) 2>&5
18529 ac_status=$?
18530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18531 (exit $ac_status); }; } &&
18532 { ac_try='test -s conftest.$ac_objext'
18533 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17132 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18534 (eval $ac_try) 2>&5 17133 (eval $ac_try) 2>&5
18535 ac_status=$? 17134 ac_status=$?
@@ -18542,7 +17141,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
18542 17141
18543ac_header_compiler=no 17142ac_header_compiler=no
18544fi 17143fi
18545rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 17144rm -f conftest.$ac_objext conftest.$ac_ext
18546echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 17145echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18547echo "${ECHO_T}$ac_header_compiler" >&6 17146echo "${ECHO_T}$ac_header_compiler" >&6
18548 17147
@@ -18550,6 +17149,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
18550echo "$as_me:$LINENO: checking $ac_header presence" >&5 17149echo "$as_me:$LINENO: checking $ac_header presence" >&5
18551echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 17150echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
18552cat >conftest.$ac_ext <<_ACEOF 17151cat >conftest.$ac_ext <<_ACEOF
17152#line $LINENO "configure"
18553/* confdefs.h. */ 17153/* confdefs.h. */
18554_ACEOF 17154_ACEOF
18555cat confdefs.h >>conftest.$ac_ext 17155cat confdefs.h >>conftest.$ac_ext
@@ -18567,7 +17167,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18567 (exit $ac_status); } >/dev/null; then 17167 (exit $ac_status); } >/dev/null; then
18568 if test -s conftest.err; then 17168 if test -s conftest.err; then
18569 ac_cpp_err=$ac_c_preproc_warn_flag 17169 ac_cpp_err=$ac_c_preproc_warn_flag
18570 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
18571 else 17170 else
18572 ac_cpp_err= 17171 ac_cpp_err=
18573 fi 17172 fi
@@ -18587,32 +17186,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18587echo "${ECHO_T}$ac_header_preproc" >&6 17186echo "${ECHO_T}$ac_header_preproc" >&6
18588 17187
18589# So? What about this header? 17188# So? What about this header?
18590case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 17189case $ac_header_compiler:$ac_header_preproc in
18591 yes:no: ) 17190 yes:no )
18592 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 17191 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
18593echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 17192echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
18594 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 17193 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
18595echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 17194echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
18596 ac_header_preproc=yes 17195 (
17196 cat <<\_ASBOX
17197## ------------------------------------ ##
17198## Report this to bug-autoconf@gnu.org. ##
17199## ------------------------------------ ##
17200_ASBOX
17201 ) |
17202 sed "s/^/$as_me: WARNING: /" >&2
18597 ;; 17203 ;;
18598 no:yes:* ) 17204 no:yes )
18599 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 17205 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
18600echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 17206echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
18601 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 17207 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
18602echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 17208echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
18603 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
18604echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
18605 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
18606echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
18607 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 17209 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
18608echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 17210echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
18609 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
18610echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
18611 ( 17211 (
18612 cat <<\_ASBOX 17212 cat <<\_ASBOX
18613## ------------------------------------------ ## 17213## ------------------------------------ ##
18614## Report this to the AC_PACKAGE_NAME lists. ## 17214## Report this to bug-autoconf@gnu.org. ##
18615## ------------------------------------------ ## 17215## ------------------------------------ ##
18616_ASBOX 17216_ASBOX
18617 ) | 17217 ) |
18618 sed "s/^/$as_me: WARNING: /" >&2 17218 sed "s/^/$as_me: WARNING: /" >&2
@@ -18623,7 +17223,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
18623if eval "test \"\${$as_ac_Header+set}\" = set"; then 17223if eval "test \"\${$as_ac_Header+set}\" = set"; then
18624 echo $ECHO_N "(cached) $ECHO_C" >&6 17224 echo $ECHO_N "(cached) $ECHO_C" >&6
18625else 17225else
18626 eval "$as_ac_Header=\$ac_header_preproc" 17226 eval "$as_ac_Header=$ac_header_preproc"
18627fi 17227fi
18628echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 17228echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
18629echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 17229echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -18652,6 +17252,7 @@ else
18652echo "$as_me:$LINENO: checking $ac_header usability" >&5 17252echo "$as_me:$LINENO: checking $ac_header usability" >&5
18653echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 17253echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
18654cat >conftest.$ac_ext <<_ACEOF 17254cat >conftest.$ac_ext <<_ACEOF
17255#line $LINENO "configure"
18655/* confdefs.h. */ 17256/* confdefs.h. */
18656_ACEOF 17257_ACEOF
18657cat confdefs.h >>conftest.$ac_ext 17258cat confdefs.h >>conftest.$ac_ext
@@ -18662,20 +17263,11 @@ $ac_includes_default
18662_ACEOF 17263_ACEOF
18663rm -f conftest.$ac_objext 17264rm -f conftest.$ac_objext
18664if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 17265if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18665 (eval $ac_compile) 2>conftest.er1 17266 (eval $ac_compile) 2>&5
18666 ac_status=$? 17267 ac_status=$?
18667 grep -v '^ *+' conftest.er1 >conftest.err
18668 rm -f conftest.er1
18669 cat conftest.err >&5
18670 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18671 (exit $ac_status); } && 17269 (exit $ac_status); } &&
18672 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 17270 { ac_try='test -s conftest.$ac_objext'
18673 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18674 (eval $ac_try) 2>&5
18675 ac_status=$?
18676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18677 (exit $ac_status); }; } &&
18678 { ac_try='test -s conftest.$ac_objext'
18679 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17271 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18680 (eval $ac_try) 2>&5 17272 (eval $ac_try) 2>&5
18681 ac_status=$? 17273 ac_status=$?
@@ -18688,7 +17280,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
18688 17280
18689ac_header_compiler=no 17281ac_header_compiler=no
18690fi 17282fi
18691rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 17283rm -f conftest.$ac_objext conftest.$ac_ext
18692echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 17284echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18693echo "${ECHO_T}$ac_header_compiler" >&6 17285echo "${ECHO_T}$ac_header_compiler" >&6
18694 17286
@@ -18696,6 +17288,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
18696echo "$as_me:$LINENO: checking $ac_header presence" >&5 17288echo "$as_me:$LINENO: checking $ac_header presence" >&5
18697echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 17289echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
18698cat >conftest.$ac_ext <<_ACEOF 17290cat >conftest.$ac_ext <<_ACEOF
17291#line $LINENO "configure"
18699/* confdefs.h. */ 17292/* confdefs.h. */
18700_ACEOF 17293_ACEOF
18701cat confdefs.h >>conftest.$ac_ext 17294cat confdefs.h >>conftest.$ac_ext
@@ -18713,7 +17306,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18713 (exit $ac_status); } >/dev/null; then 17306 (exit $ac_status); } >/dev/null; then
18714 if test -s conftest.err; then 17307 if test -s conftest.err; then
18715 ac_cpp_err=$ac_c_preproc_warn_flag 17308 ac_cpp_err=$ac_c_preproc_warn_flag
18716 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
18717 else 17309 else
18718 ac_cpp_err= 17310 ac_cpp_err=
18719 fi 17311 fi
@@ -18733,32 +17325,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18733echo "${ECHO_T}$ac_header_preproc" >&6 17325echo "${ECHO_T}$ac_header_preproc" >&6
18734 17326
18735# So? What about this header? 17327# So? What about this header?
18736case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 17328case $ac_header_compiler:$ac_header_preproc in
18737 yes:no: ) 17329 yes:no )
18738 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 17330 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
18739echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 17331echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
18740 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 17332 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
18741echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 17333echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
18742 ac_header_preproc=yes 17334 (
17335 cat <<\_ASBOX
17336## ------------------------------------ ##
17337## Report this to bug-autoconf@gnu.org. ##
17338## ------------------------------------ ##
17339_ASBOX
17340 ) |
17341 sed "s/^/$as_me: WARNING: /" >&2
18743 ;; 17342 ;;
18744 no:yes:* ) 17343 no:yes )
18745 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 17344 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
18746echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 17345echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
18747 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 17346 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
18748echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 17347echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
18749 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
18750echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
18751 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
18752echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
18753 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 17348 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
18754echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 17349echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
18755 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
18756echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
18757 ( 17350 (
18758 cat <<\_ASBOX 17351 cat <<\_ASBOX
18759## ------------------------------------------ ## 17352## ------------------------------------ ##
18760## Report this to the AC_PACKAGE_NAME lists. ## 17353## Report this to bug-autoconf@gnu.org. ##
18761## ------------------------------------------ ## 17354## ------------------------------------ ##
18762_ASBOX 17355_ASBOX
18763 ) | 17356 ) |
18764 sed "s/^/$as_me: WARNING: /" >&2 17357 sed "s/^/$as_me: WARNING: /" >&2
@@ -18769,7 +17362,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
18769if eval "test \"\${$as_ac_Header+set}\" = set"; then 17362if eval "test \"\${$as_ac_Header+set}\" = set"; then
18770 echo $ECHO_N "(cached) $ECHO_C" >&6 17363 echo $ECHO_N "(cached) $ECHO_C" >&6
18771else 17364else
18772 eval "$as_ac_Header=\$ac_header_preproc" 17365 eval "$as_ac_Header=$ac_header_preproc"
18773fi 17366fi
18774echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 17367echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
18775echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 17368echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -18798,6 +17391,7 @@ else
18798echo "$as_me:$LINENO: checking $ac_header usability" >&5 17391echo "$as_me:$LINENO: checking $ac_header usability" >&5
18799echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 17392echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
18800cat >conftest.$ac_ext <<_ACEOF 17393cat >conftest.$ac_ext <<_ACEOF
17394#line $LINENO "configure"
18801/* confdefs.h. */ 17395/* confdefs.h. */
18802_ACEOF 17396_ACEOF
18803cat confdefs.h >>conftest.$ac_ext 17397cat confdefs.h >>conftest.$ac_ext
@@ -18808,20 +17402,11 @@ $ac_includes_default
18808_ACEOF 17402_ACEOF
18809rm -f conftest.$ac_objext 17403rm -f conftest.$ac_objext
18810if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 17404if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18811 (eval $ac_compile) 2>conftest.er1 17405 (eval $ac_compile) 2>&5
18812 ac_status=$? 17406 ac_status=$?
18813 grep -v '^ *+' conftest.er1 >conftest.err
18814 rm -f conftest.er1
18815 cat conftest.err >&5
18816 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18817 (exit $ac_status); } && 17408 (exit $ac_status); } &&
18818 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 17409 { ac_try='test -s conftest.$ac_objext'
18819 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18820 (eval $ac_try) 2>&5
18821 ac_status=$?
18822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18823 (exit $ac_status); }; } &&
18824 { ac_try='test -s conftest.$ac_objext'
18825 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17410 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18826 (eval $ac_try) 2>&5 17411 (eval $ac_try) 2>&5
18827 ac_status=$? 17412 ac_status=$?
@@ -18834,7 +17419,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
18834 17419
18835ac_header_compiler=no 17420ac_header_compiler=no
18836fi 17421fi
18837rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 17422rm -f conftest.$ac_objext conftest.$ac_ext
18838echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 17423echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18839echo "${ECHO_T}$ac_header_compiler" >&6 17424echo "${ECHO_T}$ac_header_compiler" >&6
18840 17425
@@ -18842,6 +17427,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
18842echo "$as_me:$LINENO: checking $ac_header presence" >&5 17427echo "$as_me:$LINENO: checking $ac_header presence" >&5
18843echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 17428echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
18844cat >conftest.$ac_ext <<_ACEOF 17429cat >conftest.$ac_ext <<_ACEOF
17430#line $LINENO "configure"
18845/* confdefs.h. */ 17431/* confdefs.h. */
18846_ACEOF 17432_ACEOF
18847cat confdefs.h >>conftest.$ac_ext 17433cat confdefs.h >>conftest.$ac_ext
@@ -18859,7 +17445,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18859 (exit $ac_status); } >/dev/null; then 17445 (exit $ac_status); } >/dev/null; then
18860 if test -s conftest.err; then 17446 if test -s conftest.err; then
18861 ac_cpp_err=$ac_c_preproc_warn_flag 17447 ac_cpp_err=$ac_c_preproc_warn_flag
18862 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
18863 else 17448 else
18864 ac_cpp_err= 17449 ac_cpp_err=
18865 fi 17450 fi
@@ -18879,32 +17464,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
18879echo "${ECHO_T}$ac_header_preproc" >&6 17464echo "${ECHO_T}$ac_header_preproc" >&6
18880 17465
18881# So? What about this header? 17466# So? What about this header?
18882case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 17467case $ac_header_compiler:$ac_header_preproc in
18883 yes:no: ) 17468 yes:no )
18884 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 17469 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
18885echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 17470echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
18886 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 17471 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
18887echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 17472echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
18888 ac_header_preproc=yes 17473 (
17474 cat <<\_ASBOX
17475## ------------------------------------ ##
17476## Report this to bug-autoconf@gnu.org. ##
17477## ------------------------------------ ##
17478_ASBOX
17479 ) |
17480 sed "s/^/$as_me: WARNING: /" >&2
18889 ;; 17481 ;;
18890 no:yes:* ) 17482 no:yes )
18891 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 17483 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
18892echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 17484echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
18893 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 17485 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
18894echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 17486echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
18895 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
18896echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
18897 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
18898echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
18899 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 17487 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
18900echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 17488echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
18901 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
18902echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
18903 ( 17489 (
18904 cat <<\_ASBOX 17490 cat <<\_ASBOX
18905## ------------------------------------------ ## 17491## ------------------------------------ ##
18906## Report this to the AC_PACKAGE_NAME lists. ## 17492## Report this to bug-autoconf@gnu.org. ##
18907## ------------------------------------------ ## 17493## ------------------------------------ ##
18908_ASBOX 17494_ASBOX
18909 ) | 17495 ) |
18910 sed "s/^/$as_me: WARNING: /" >&2 17496 sed "s/^/$as_me: WARNING: /" >&2
@@ -18915,7 +17501,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
18915if eval "test \"\${$as_ac_Header+set}\" = set"; then 17501if eval "test \"\${$as_ac_Header+set}\" = set"; then
18916 echo $ECHO_N "(cached) $ECHO_C" >&6 17502 echo $ECHO_N "(cached) $ECHO_C" >&6
18917else 17503else
18918 eval "$as_ac_Header=\$ac_header_preproc" 17504 eval "$as_ac_Header=$ac_header_preproc"
18919fi 17505fi
18920echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 17506echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
18921echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 17507echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -18955,6 +17541,7 @@ else
18955echo "$as_me:$LINENO: checking $ac_header usability" >&5 17541echo "$as_me:$LINENO: checking $ac_header usability" >&5
18956echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 17542echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
18957cat >conftest.$ac_ext <<_ACEOF 17543cat >conftest.$ac_ext <<_ACEOF
17544#line $LINENO "configure"
18958/* confdefs.h. */ 17545/* confdefs.h. */
18959_ACEOF 17546_ACEOF
18960cat confdefs.h >>conftest.$ac_ext 17547cat confdefs.h >>conftest.$ac_ext
@@ -18965,20 +17552,11 @@ $ac_includes_default
18965_ACEOF 17552_ACEOF
18966rm -f conftest.$ac_objext 17553rm -f conftest.$ac_objext
18967if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 17554if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18968 (eval $ac_compile) 2>conftest.er1 17555 (eval $ac_compile) 2>&5
18969 ac_status=$? 17556 ac_status=$?
18970 grep -v '^ *+' conftest.er1 >conftest.err
18971 rm -f conftest.er1
18972 cat conftest.err >&5
18973 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18974 (exit $ac_status); } && 17558 (exit $ac_status); } &&
18975 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 17559 { ac_try='test -s conftest.$ac_objext'
18976 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18977 (eval $ac_try) 2>&5
18978 ac_status=$?
18979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18980 (exit $ac_status); }; } &&
18981 { ac_try='test -s conftest.$ac_objext'
18982 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17560 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18983 (eval $ac_try) 2>&5 17561 (eval $ac_try) 2>&5
18984 ac_status=$? 17562 ac_status=$?
@@ -18991,7 +17569,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
18991 17569
18992ac_header_compiler=no 17570ac_header_compiler=no
18993fi 17571fi
18994rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 17572rm -f conftest.$ac_objext conftest.$ac_ext
18995echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 17573echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
18996echo "${ECHO_T}$ac_header_compiler" >&6 17574echo "${ECHO_T}$ac_header_compiler" >&6
18997 17575
@@ -18999,6 +17577,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
18999echo "$as_me:$LINENO: checking $ac_header presence" >&5 17577echo "$as_me:$LINENO: checking $ac_header presence" >&5
19000echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 17578echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
19001cat >conftest.$ac_ext <<_ACEOF 17579cat >conftest.$ac_ext <<_ACEOF
17580#line $LINENO "configure"
19002/* confdefs.h. */ 17581/* confdefs.h. */
19003_ACEOF 17582_ACEOF
19004cat confdefs.h >>conftest.$ac_ext 17583cat confdefs.h >>conftest.$ac_ext
@@ -19016,7 +17595,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
19016 (exit $ac_status); } >/dev/null; then 17595 (exit $ac_status); } >/dev/null; then
19017 if test -s conftest.err; then 17596 if test -s conftest.err; then
19018 ac_cpp_err=$ac_c_preproc_warn_flag 17597 ac_cpp_err=$ac_c_preproc_warn_flag
19019 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
19020 else 17598 else
19021 ac_cpp_err= 17599 ac_cpp_err=
19022 fi 17600 fi
@@ -19036,32 +17614,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19036echo "${ECHO_T}$ac_header_preproc" >&6 17614echo "${ECHO_T}$ac_header_preproc" >&6
19037 17615
19038# So? What about this header? 17616# So? What about this header?
19039case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 17617case $ac_header_compiler:$ac_header_preproc in
19040 yes:no: ) 17618 yes:no )
19041 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 17619 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
19042echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 17620echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
19043 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 17621 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
19044echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 17622echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
19045 ac_header_preproc=yes 17623 (
17624 cat <<\_ASBOX
17625## ------------------------------------ ##
17626## Report this to bug-autoconf@gnu.org. ##
17627## ------------------------------------ ##
17628_ASBOX
17629 ) |
17630 sed "s/^/$as_me: WARNING: /" >&2
19046 ;; 17631 ;;
19047 no:yes:* ) 17632 no:yes )
19048 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 17633 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
19049echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 17634echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
19050 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 17635 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
19051echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 17636echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
19052 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
19053echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
19054 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
19055echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
19056 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 17637 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
19057echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 17638echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
19058 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
19059echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
19060 ( 17639 (
19061 cat <<\_ASBOX 17640 cat <<\_ASBOX
19062## ------------------------------------------ ## 17641## ------------------------------------ ##
19063## Report this to the AC_PACKAGE_NAME lists. ## 17642## Report this to bug-autoconf@gnu.org. ##
19064## ------------------------------------------ ## 17643## ------------------------------------ ##
19065_ASBOX 17644_ASBOX
19066 ) | 17645 ) |
19067 sed "s/^/$as_me: WARNING: /" >&2 17646 sed "s/^/$as_me: WARNING: /" >&2
@@ -19072,7 +17651,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
19072if eval "test \"\${$as_ac_Header+set}\" = set"; then 17651if eval "test \"\${$as_ac_Header+set}\" = set"; then
19073 echo $ECHO_N "(cached) $ECHO_C" >&6 17652 echo $ECHO_N "(cached) $ECHO_C" >&6
19074else 17653else
19075 eval "$as_ac_Header=\$ac_header_preproc" 17654 eval "$as_ac_Header=$ac_header_preproc"
19076fi 17655fi
19077echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 17656echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
19078echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 17657echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -19101,6 +17680,7 @@ else
19101echo "$as_me:$LINENO: checking $ac_header usability" >&5 17680echo "$as_me:$LINENO: checking $ac_header usability" >&5
19102echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 17681echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
19103cat >conftest.$ac_ext <<_ACEOF 17682cat >conftest.$ac_ext <<_ACEOF
17683#line $LINENO "configure"
19104/* confdefs.h. */ 17684/* confdefs.h. */
19105_ACEOF 17685_ACEOF
19106cat confdefs.h >>conftest.$ac_ext 17686cat confdefs.h >>conftest.$ac_ext
@@ -19111,20 +17691,11 @@ $ac_includes_default
19111_ACEOF 17691_ACEOF
19112rm -f conftest.$ac_objext 17692rm -f conftest.$ac_objext
19113if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 17693if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19114 (eval $ac_compile) 2>conftest.er1 17694 (eval $ac_compile) 2>&5
19115 ac_status=$? 17695 ac_status=$?
19116 grep -v '^ *+' conftest.er1 >conftest.err
19117 rm -f conftest.er1
19118 cat conftest.err >&5
19119 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19120 (exit $ac_status); } && 17697 (exit $ac_status); } &&
19121 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 17698 { ac_try='test -s conftest.$ac_objext'
19122 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19123 (eval $ac_try) 2>&5
19124 ac_status=$?
19125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19126 (exit $ac_status); }; } &&
19127 { ac_try='test -s conftest.$ac_objext'
19128 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17699 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19129 (eval $ac_try) 2>&5 17700 (eval $ac_try) 2>&5
19130 ac_status=$? 17701 ac_status=$?
@@ -19137,7 +17708,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
19137 17708
19138ac_header_compiler=no 17709ac_header_compiler=no
19139fi 17710fi
19140rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 17711rm -f conftest.$ac_objext conftest.$ac_ext
19141echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 17712echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19142echo "${ECHO_T}$ac_header_compiler" >&6 17713echo "${ECHO_T}$ac_header_compiler" >&6
19143 17714
@@ -19145,6 +17716,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
19145echo "$as_me:$LINENO: checking $ac_header presence" >&5 17716echo "$as_me:$LINENO: checking $ac_header presence" >&5
19146echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 17717echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
19147cat >conftest.$ac_ext <<_ACEOF 17718cat >conftest.$ac_ext <<_ACEOF
17719#line $LINENO "configure"
19148/* confdefs.h. */ 17720/* confdefs.h. */
19149_ACEOF 17721_ACEOF
19150cat confdefs.h >>conftest.$ac_ext 17722cat confdefs.h >>conftest.$ac_ext
@@ -19162,7 +17734,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
19162 (exit $ac_status); } >/dev/null; then 17734 (exit $ac_status); } >/dev/null; then
19163 if test -s conftest.err; then 17735 if test -s conftest.err; then
19164 ac_cpp_err=$ac_c_preproc_warn_flag 17736 ac_cpp_err=$ac_c_preproc_warn_flag
19165 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
19166 else 17737 else
19167 ac_cpp_err= 17738 ac_cpp_err=
19168 fi 17739 fi
@@ -19182,32 +17753,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19182echo "${ECHO_T}$ac_header_preproc" >&6 17753echo "${ECHO_T}$ac_header_preproc" >&6
19183 17754
19184# So? What about this header? 17755# So? What about this header?
19185case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 17756case $ac_header_compiler:$ac_header_preproc in
19186 yes:no: ) 17757 yes:no )
19187 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 17758 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
19188echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 17759echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
19189 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 17760 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
19190echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 17761echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
19191 ac_header_preproc=yes 17762 (
17763 cat <<\_ASBOX
17764## ------------------------------------ ##
17765## Report this to bug-autoconf@gnu.org. ##
17766## ------------------------------------ ##
17767_ASBOX
17768 ) |
17769 sed "s/^/$as_me: WARNING: /" >&2
19192 ;; 17770 ;;
19193 no:yes:* ) 17771 no:yes )
19194 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 17772 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
19195echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 17773echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
19196 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 17774 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
19197echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 17775echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
19198 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
19199echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
19200 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
19201echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
19202 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 17776 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
19203echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 17777echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
19204 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
19205echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
19206 ( 17778 (
19207 cat <<\_ASBOX 17779 cat <<\_ASBOX
19208## ------------------------------------------ ## 17780## ------------------------------------ ##
19209## Report this to the AC_PACKAGE_NAME lists. ## 17781## Report this to bug-autoconf@gnu.org. ##
19210## ------------------------------------------ ## 17782## ------------------------------------ ##
19211_ASBOX 17783_ASBOX
19212 ) | 17784 ) |
19213 sed "s/^/$as_me: WARNING: /" >&2 17785 sed "s/^/$as_me: WARNING: /" >&2
@@ -19218,7 +17790,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
19218if eval "test \"\${$as_ac_Header+set}\" = set"; then 17790if eval "test \"\${$as_ac_Header+set}\" = set"; then
19219 echo $ECHO_N "(cached) $ECHO_C" >&6 17791 echo $ECHO_N "(cached) $ECHO_C" >&6
19220else 17792else
19221 eval "$as_ac_Header=\$ac_header_preproc" 17793 eval "$as_ac_Header=$ac_header_preproc"
19222fi 17794fi
19223echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 17795echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
19224echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 17796echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -19247,6 +17819,7 @@ else
19247echo "$as_me:$LINENO: checking $ac_header usability" >&5 17819echo "$as_me:$LINENO: checking $ac_header usability" >&5
19248echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 17820echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
19249cat >conftest.$ac_ext <<_ACEOF 17821cat >conftest.$ac_ext <<_ACEOF
17822#line $LINENO "configure"
19250/* confdefs.h. */ 17823/* confdefs.h. */
19251_ACEOF 17824_ACEOF
19252cat confdefs.h >>conftest.$ac_ext 17825cat confdefs.h >>conftest.$ac_ext
@@ -19257,20 +17830,11 @@ $ac_includes_default
19257_ACEOF 17830_ACEOF
19258rm -f conftest.$ac_objext 17831rm -f conftest.$ac_objext
19259if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 17832if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19260 (eval $ac_compile) 2>conftest.er1 17833 (eval $ac_compile) 2>&5
19261 ac_status=$? 17834 ac_status=$?
19262 grep -v '^ *+' conftest.er1 >conftest.err
19263 rm -f conftest.er1
19264 cat conftest.err >&5
19265 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19266 (exit $ac_status); } && 17836 (exit $ac_status); } &&
19267 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 17837 { ac_try='test -s conftest.$ac_objext'
19268 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19269 (eval $ac_try) 2>&5
19270 ac_status=$?
19271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19272 (exit $ac_status); }; } &&
19273 { ac_try='test -s conftest.$ac_objext'
19274 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17838 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19275 (eval $ac_try) 2>&5 17839 (eval $ac_try) 2>&5
19276 ac_status=$? 17840 ac_status=$?
@@ -19283,7 +17847,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
19283 17847
19284ac_header_compiler=no 17848ac_header_compiler=no
19285fi 17849fi
19286rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 17850rm -f conftest.$ac_objext conftest.$ac_ext
19287echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 17851echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19288echo "${ECHO_T}$ac_header_compiler" >&6 17852echo "${ECHO_T}$ac_header_compiler" >&6
19289 17853
@@ -19291,6 +17855,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
19291echo "$as_me:$LINENO: checking $ac_header presence" >&5 17855echo "$as_me:$LINENO: checking $ac_header presence" >&5
19292echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 17856echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
19293cat >conftest.$ac_ext <<_ACEOF 17857cat >conftest.$ac_ext <<_ACEOF
17858#line $LINENO "configure"
19294/* confdefs.h. */ 17859/* confdefs.h. */
19295_ACEOF 17860_ACEOF
19296cat confdefs.h >>conftest.$ac_ext 17861cat confdefs.h >>conftest.$ac_ext
@@ -19308,7 +17873,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
19308 (exit $ac_status); } >/dev/null; then 17873 (exit $ac_status); } >/dev/null; then
19309 if test -s conftest.err; then 17874 if test -s conftest.err; then
19310 ac_cpp_err=$ac_c_preproc_warn_flag 17875 ac_cpp_err=$ac_c_preproc_warn_flag
19311 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
19312 else 17876 else
19313 ac_cpp_err= 17877 ac_cpp_err=
19314 fi 17878 fi
@@ -19328,32 +17892,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19328echo "${ECHO_T}$ac_header_preproc" >&6 17892echo "${ECHO_T}$ac_header_preproc" >&6
19329 17893
19330# So? What about this header? 17894# So? What about this header?
19331case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 17895case $ac_header_compiler:$ac_header_preproc in
19332 yes:no: ) 17896 yes:no )
19333 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 17897 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
19334echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 17898echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
19335 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 17899 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
19336echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 17900echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
19337 ac_header_preproc=yes 17901 (
17902 cat <<\_ASBOX
17903## ------------------------------------ ##
17904## Report this to bug-autoconf@gnu.org. ##
17905## ------------------------------------ ##
17906_ASBOX
17907 ) |
17908 sed "s/^/$as_me: WARNING: /" >&2
19338 ;; 17909 ;;
19339 no:yes:* ) 17910 no:yes )
19340 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 17911 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
19341echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 17912echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
19342 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 17913 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
19343echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 17914echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
19344 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
19345echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
19346 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
19347echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
19348 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 17915 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
19349echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 17916echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
19350 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
19351echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
19352 ( 17917 (
19353 cat <<\_ASBOX 17918 cat <<\_ASBOX
19354## ------------------------------------------ ## 17919## ------------------------------------ ##
19355## Report this to the AC_PACKAGE_NAME lists. ## 17920## Report this to bug-autoconf@gnu.org. ##
19356## ------------------------------------------ ## 17921## ------------------------------------ ##
19357_ASBOX 17922_ASBOX
19358 ) | 17923 ) |
19359 sed "s/^/$as_me: WARNING: /" >&2 17924 sed "s/^/$as_me: WARNING: /" >&2
@@ -19364,7 +17929,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
19364if eval "test \"\${$as_ac_Header+set}\" = set"; then 17929if eval "test \"\${$as_ac_Header+set}\" = set"; then
19365 echo $ECHO_N "(cached) $ECHO_C" >&6 17930 echo $ECHO_N "(cached) $ECHO_C" >&6
19366else 17931else
19367 eval "$as_ac_Header=\$ac_header_preproc" 17932 eval "$as_ac_Header=$ac_header_preproc"
19368fi 17933fi
19369echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 17934echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
19370echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 17935echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -19405,6 +17970,7 @@ else
19405echo "$as_me:$LINENO: checking $ac_header usability" >&5 17970echo "$as_me:$LINENO: checking $ac_header usability" >&5
19406echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 17971echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
19407cat >conftest.$ac_ext <<_ACEOF 17972cat >conftest.$ac_ext <<_ACEOF
17973#line $LINENO "configure"
19408/* confdefs.h. */ 17974/* confdefs.h. */
19409_ACEOF 17975_ACEOF
19410cat confdefs.h >>conftest.$ac_ext 17976cat confdefs.h >>conftest.$ac_ext
@@ -19415,20 +17981,11 @@ $ac_includes_default
19415_ACEOF 17981_ACEOF
19416rm -f conftest.$ac_objext 17982rm -f conftest.$ac_objext
19417if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 17983if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19418 (eval $ac_compile) 2>conftest.er1 17984 (eval $ac_compile) 2>&5
19419 ac_status=$? 17985 ac_status=$?
19420 grep -v '^ *+' conftest.er1 >conftest.err
19421 rm -f conftest.er1
19422 cat conftest.err >&5
19423 echo "$as_me:$LINENO: \$? = $ac_status" >&5 17986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19424 (exit $ac_status); } && 17987 (exit $ac_status); } &&
19425 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 17988 { ac_try='test -s conftest.$ac_objext'
19426 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19427 (eval $ac_try) 2>&5
19428 ac_status=$?
19429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19430 (exit $ac_status); }; } &&
19431 { ac_try='test -s conftest.$ac_objext'
19432 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 17989 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19433 (eval $ac_try) 2>&5 17990 (eval $ac_try) 2>&5
19434 ac_status=$? 17991 ac_status=$?
@@ -19441,7 +17998,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
19441 17998
19442ac_header_compiler=no 17999ac_header_compiler=no
19443fi 18000fi
19444rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 18001rm -f conftest.$ac_objext conftest.$ac_ext
19445echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 18002echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
19446echo "${ECHO_T}$ac_header_compiler" >&6 18003echo "${ECHO_T}$ac_header_compiler" >&6
19447 18004
@@ -19449,6 +18006,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
19449echo "$as_me:$LINENO: checking $ac_header presence" >&5 18006echo "$as_me:$LINENO: checking $ac_header presence" >&5
19450echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 18007echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
19451cat >conftest.$ac_ext <<_ACEOF 18008cat >conftest.$ac_ext <<_ACEOF
18009#line $LINENO "configure"
19452/* confdefs.h. */ 18010/* confdefs.h. */
19453_ACEOF 18011_ACEOF
19454cat confdefs.h >>conftest.$ac_ext 18012cat confdefs.h >>conftest.$ac_ext
@@ -19466,7 +18024,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
19466 (exit $ac_status); } >/dev/null; then 18024 (exit $ac_status); } >/dev/null; then
19467 if test -s conftest.err; then 18025 if test -s conftest.err; then
19468 ac_cpp_err=$ac_c_preproc_warn_flag 18026 ac_cpp_err=$ac_c_preproc_warn_flag
19469 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
19470 else 18027 else
19471 ac_cpp_err= 18028 ac_cpp_err=
19472 fi 18029 fi
@@ -19486,32 +18043,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
19486echo "${ECHO_T}$ac_header_preproc" >&6 18043echo "${ECHO_T}$ac_header_preproc" >&6
19487 18044
19488# So? What about this header? 18045# So? What about this header?
19489case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 18046case $ac_header_compiler:$ac_header_preproc in
19490 yes:no: ) 18047 yes:no )
19491 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 18048 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
19492echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 18049echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
19493 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 18050 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
19494echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 18051echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
19495 ac_header_preproc=yes 18052 (
18053 cat <<\_ASBOX
18054## ------------------------------------ ##
18055## Report this to bug-autoconf@gnu.org. ##
18056## ------------------------------------ ##
18057_ASBOX
18058 ) |
18059 sed "s/^/$as_me: WARNING: /" >&2
19496 ;; 18060 ;;
19497 no:yes:* ) 18061 no:yes )
19498 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 18062 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
19499echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 18063echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
19500 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 18064 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
19501echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 18065echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
19502 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
19503echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
19504 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
19505echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
19506 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 18066 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
19507echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 18067echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
19508 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
19509echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
19510 ( 18068 (
19511 cat <<\_ASBOX 18069 cat <<\_ASBOX
19512## ------------------------------------------ ## 18070## ------------------------------------ ##
19513## Report this to the AC_PACKAGE_NAME lists. ## 18071## Report this to bug-autoconf@gnu.org. ##
19514## ------------------------------------------ ## 18072## ------------------------------------ ##
19515_ASBOX 18073_ASBOX
19516 ) | 18074 ) |
19517 sed "s/^/$as_me: WARNING: /" >&2 18075 sed "s/^/$as_me: WARNING: /" >&2
@@ -19522,7 +18080,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
19522if eval "test \"\${$as_ac_Header+set}\" = set"; then 18080if eval "test \"\${$as_ac_Header+set}\" = set"; then
19523 echo $ECHO_N "(cached) $ECHO_C" >&6 18081 echo $ECHO_N "(cached) $ECHO_C" >&6
19524else 18082else
19525 eval "$as_ac_Header=\$ac_header_preproc" 18083 eval "$as_ac_Header=$ac_header_preproc"
19526fi 18084fi
19527echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 18085echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
19528echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 18086echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -19550,6 +18108,7 @@ else
19550 ac_check_lib_save_LIBS=$LIBS 18108 ac_check_lib_save_LIBS=$LIBS
19551LIBS="-lintl $LIBS" 18109LIBS="-lintl $LIBS"
19552cat >conftest.$ac_ext <<_ACEOF 18110cat >conftest.$ac_ext <<_ACEOF
18111#line $LINENO "configure"
19553/* confdefs.h. */ 18112/* confdefs.h. */
19554_ACEOF 18113_ACEOF
19555cat confdefs.h >>conftest.$ac_ext 18114cat confdefs.h >>conftest.$ac_ext
@@ -19573,20 +18132,11 @@ dgettext ();
19573_ACEOF 18132_ACEOF
19574rm -f conftest.$ac_objext conftest$ac_exeext 18133rm -f conftest.$ac_objext conftest$ac_exeext
19575if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 18134if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19576 (eval $ac_link) 2>conftest.er1 18135 (eval $ac_link) 2>&5
19577 ac_status=$? 18136 ac_status=$?
19578 grep -v '^ *+' conftest.er1 >conftest.err
19579 rm -f conftest.er1
19580 cat conftest.err >&5
19581 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19582 (exit $ac_status); } && 18138 (exit $ac_status); } &&
19583 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 18139 { ac_try='test -s conftest$ac_exeext'
19584 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19585 (eval $ac_try) 2>&5
19586 ac_status=$?
19587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19588 (exit $ac_status); }; } &&
19589 { ac_try='test -s conftest$ac_exeext'
19590 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18140 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19591 (eval $ac_try) 2>&5 18141 (eval $ac_try) 2>&5
19592 ac_status=$? 18142 ac_status=$?
@@ -19599,8 +18149,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
19599 18149
19600ac_cv_lib_intl_dgettext=no 18150ac_cv_lib_intl_dgettext=no
19601fi 18151fi
19602rm -f conftest.err conftest.$ac_objext \ 18152rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
19603 conftest$ac_exeext conftest.$ac_ext
19604LIBS=$ac_check_lib_save_LIBS 18153LIBS=$ac_check_lib_save_LIBS
19605fi 18154fi
19606echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dgettext" >&5 18155echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dgettext" >&5
@@ -19626,6 +18175,7 @@ if test "$cross_compiling" = yes; then
19626emacs_cv_localtime_cache=yes 18175emacs_cv_localtime_cache=yes
19627else 18176else
19628 cat >conftest.$ac_ext <<_ACEOF 18177 cat >conftest.$ac_ext <<_ACEOF
18178#line $LINENO "configure"
19629/* confdefs.h. */ 18179/* confdefs.h. */
19630_ACEOF 18180_ACEOF
19631cat confdefs.h >>conftest.$ac_ext 18181cat confdefs.h >>conftest.$ac_ext
@@ -19681,7 +18231,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
19681( exit $ac_status ) 18231( exit $ac_status )
19682emacs_cv_localtime_cache=yes 18232emacs_cv_localtime_cache=yes
19683fi 18233fi
19684rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 18234rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
19685fi 18235fi
19686else 18236else
19687 # If we lack tzset, report that localtime does not cache TZ, 18237 # If we lack tzset, report that localtime does not cache TZ,
@@ -19710,28 +18260,21 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
19710 echo $ECHO_N "(cached) $ECHO_C" >&6 18260 echo $ECHO_N "(cached) $ECHO_C" >&6
19711else 18261else
19712 cat >conftest.$ac_ext <<_ACEOF 18262 cat >conftest.$ac_ext <<_ACEOF
18263#line $LINENO "configure"
19713/* confdefs.h. */ 18264/* confdefs.h. */
19714_ACEOF 18265_ACEOF
19715cat confdefs.h >>conftest.$ac_ext 18266cat confdefs.h >>conftest.$ac_ext
19716cat >>conftest.$ac_ext <<_ACEOF 18267cat >>conftest.$ac_ext <<_ACEOF
19717/* end confdefs.h. */ 18268/* end confdefs.h. */
19718/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19719 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19720#define $ac_func innocuous_$ac_func
19721
19722/* System header to define __stub macros and hopefully few prototypes, 18269/* System header to define __stub macros and hopefully few prototypes,
19723 which can conflict with char $ac_func (); below. 18270 which can conflict with char $ac_func (); below.
19724 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 18271 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19725 <limits.h> exists even on freestanding compilers. */ 18272 <limits.h> exists even on freestanding compilers. */
19726
19727#ifdef __STDC__ 18273#ifdef __STDC__
19728# include <limits.h> 18274# include <limits.h>
19729#else 18275#else
19730# include <assert.h> 18276# include <assert.h>
19731#endif 18277#endif
19732
19733#undef $ac_func
19734
19735/* Override any gcc2 internal prototype to avoid an error. */ 18278/* Override any gcc2 internal prototype to avoid an error. */
19736#ifdef __cplusplus 18279#ifdef __cplusplus
19737extern "C" 18280extern "C"
@@ -19762,20 +18305,11 @@ return f != $ac_func;
19762_ACEOF 18305_ACEOF
19763rm -f conftest.$ac_objext conftest$ac_exeext 18306rm -f conftest.$ac_objext conftest$ac_exeext
19764if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 18307if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19765 (eval $ac_link) 2>conftest.er1 18308 (eval $ac_link) 2>&5
19766 ac_status=$? 18309 ac_status=$?
19767 grep -v '^ *+' conftest.er1 >conftest.err
19768 rm -f conftest.er1
19769 cat conftest.err >&5
19770 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19771 (exit $ac_status); } && 18311 (exit $ac_status); } &&
19772 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 18312 { ac_try='test -s conftest$ac_exeext'
19773 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19774 (eval $ac_try) 2>&5
19775 ac_status=$?
19776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19777 (exit $ac_status); }; } &&
19778 { ac_try='test -s conftest$ac_exeext'
19779 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18313 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19780 (eval $ac_try) 2>&5 18314 (eval $ac_try) 2>&5
19781 ac_status=$? 18315 ac_status=$?
@@ -19788,8 +18322,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
19788 18322
19789eval "$as_ac_var=no" 18323eval "$as_ac_var=no"
19790fi 18324fi
19791rm -f conftest.err conftest.$ac_objext \ 18325rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
19792 conftest$ac_exeext conftest.$ac_ext
19793fi 18326fi
19794echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 18327echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
19795echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 18328echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -19808,6 +18341,7 @@ if test "${emacs_cv_gettimeofday_two_arguments+set}" = set; then
19808 echo $ECHO_N "(cached) $ECHO_C" >&6 18341 echo $ECHO_N "(cached) $ECHO_C" >&6
19809else 18342else
19810 cat >conftest.$ac_ext <<_ACEOF 18343 cat >conftest.$ac_ext <<_ACEOF
18344#line $LINENO "configure"
19811/* confdefs.h. */ 18345/* confdefs.h. */
19812_ACEOF 18346_ACEOF
19813cat confdefs.h >>conftest.$ac_ext 18347cat confdefs.h >>conftest.$ac_ext
@@ -19835,20 +18369,11 @@ struct timeval time;
19835_ACEOF 18369_ACEOF
19836rm -f conftest.$ac_objext 18370rm -f conftest.$ac_objext
19837if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 18371if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19838 (eval $ac_compile) 2>conftest.er1 18372 (eval $ac_compile) 2>&5
19839 ac_status=$? 18373 ac_status=$?
19840 grep -v '^ *+' conftest.er1 >conftest.err
19841 rm -f conftest.er1
19842 cat conftest.err >&5
19843 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19844 (exit $ac_status); } && 18375 (exit $ac_status); } &&
19845 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 18376 { ac_try='test -s conftest.$ac_objext'
19846 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19847 (eval $ac_try) 2>&5
19848 ac_status=$?
19849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19850 (exit $ac_status); }; } &&
19851 { ac_try='test -s conftest.$ac_objext'
19852 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18377 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19853 (eval $ac_try) 2>&5 18378 (eval $ac_try) 2>&5
19854 ac_status=$? 18379 ac_status=$?
@@ -19861,7 +18386,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
19861 18386
19862emacs_cv_gettimeofday_two_arguments=no 18387emacs_cv_gettimeofday_two_arguments=no
19863fi 18388fi
19864rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 18389rm -f conftest.$ac_objext conftest.$ac_ext
19865fi 18390fi
19866echo "$as_me:$LINENO: result: $emacs_cv_gettimeofday_two_arguments" >&5 18391echo "$as_me:$LINENO: result: $emacs_cv_gettimeofday_two_arguments" >&5
19867echo "${ECHO_T}$emacs_cv_gettimeofday_two_arguments" >&6 18392echo "${ECHO_T}$emacs_cv_gettimeofday_two_arguments" >&6
@@ -19882,6 +18407,7 @@ if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then
19882 echo $ECHO_N "(cached) $ECHO_C" >&6 18407 echo $ECHO_N "(cached) $ECHO_C" >&6
19883else 18408else
19884 cat >conftest.$ac_ext <<_ACEOF 18409 cat >conftest.$ac_ext <<_ACEOF
18410#line $LINENO "configure"
19885/* confdefs.h. */ 18411/* confdefs.h. */
19886_ACEOF 18412_ACEOF
19887cat confdefs.h >>conftest.$ac_ext 18413cat confdefs.h >>conftest.$ac_ext
@@ -19903,20 +18429,11 @@ return 0;
19903_ACEOF 18429_ACEOF
19904rm -f conftest.$ac_objext 18430rm -f conftest.$ac_objext
19905if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 18431if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19906 (eval $ac_compile) 2>conftest.er1 18432 (eval $ac_compile) 2>&5
19907 ac_status=$? 18433 ac_status=$?
19908 grep -v '^ *+' conftest.er1 >conftest.err
19909 rm -f conftest.er1
19910 cat conftest.err >&5
19911 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19912 (exit $ac_status); } && 18435 (exit $ac_status); } &&
19913 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 18436 { ac_try='test -s conftest.$ac_objext'
19914 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19915 (eval $ac_try) 2>&5
19916 ac_status=$?
19917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19918 (exit $ac_status); }; } &&
19919 { ac_try='test -s conftest.$ac_objext'
19920 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18437 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19921 (eval $ac_try) 2>&5 18438 (eval $ac_try) 2>&5
19922 ac_status=$? 18439 ac_status=$?
@@ -19928,6 +18445,7 @@ else
19928sed 's/^/| /' conftest.$ac_ext >&5 18445sed 's/^/| /' conftest.$ac_ext >&5
19929 18446
19930cat >conftest.$ac_ext <<_ACEOF 18447cat >conftest.$ac_ext <<_ACEOF
18448#line $LINENO "configure"
19931/* confdefs.h. */ 18449/* confdefs.h. */
19932_ACEOF 18450_ACEOF
19933cat confdefs.h >>conftest.$ac_ext 18451cat confdefs.h >>conftest.$ac_ext
@@ -19949,20 +18467,11 @@ return 0;
19949_ACEOF 18467_ACEOF
19950rm -f conftest.$ac_objext 18468rm -f conftest.$ac_objext
19951if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 18469if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19952 (eval $ac_compile) 2>conftest.er1 18470 (eval $ac_compile) 2>&5
19953 ac_status=$? 18471 ac_status=$?
19954 grep -v '^ *+' conftest.er1 >conftest.err
19955 rm -f conftest.er1
19956 cat conftest.err >&5
19957 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19958 (exit $ac_status); } && 18473 (exit $ac_status); } &&
19959 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 18474 { ac_try='test -s conftest.$ac_objext'
19960 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19961 (eval $ac_try) 2>&5
19962 ac_status=$?
19963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19964 (exit $ac_status); }; } &&
19965 { ac_try='test -s conftest.$ac_objext'
19966 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18475 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19967 (eval $ac_try) 2>&5 18476 (eval $ac_try) 2>&5
19968 ac_status=$? 18477 ac_status=$?
@@ -19975,9 +18484,9 @@ sed 's/^/| /' conftest.$ac_ext >&5
19975 18484
19976ac_cv_member_struct_tm_tm_zone=no 18485ac_cv_member_struct_tm_tm_zone=no
19977fi 18486fi
19978rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 18487rm -f conftest.$ac_objext conftest.$ac_ext
19979fi 18488fi
19980rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 18489rm -f conftest.$ac_objext conftest.$ac_ext
19981fi 18490fi
19982echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_zone" >&5 18491echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_zone" >&5
19983echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6 18492echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6
@@ -20003,6 +18512,7 @@ if test "${ac_cv_var_tzname+set}" = set; then
20003 echo $ECHO_N "(cached) $ECHO_C" >&6 18512 echo $ECHO_N "(cached) $ECHO_C" >&6
20004else 18513else
20005 cat >conftest.$ac_ext <<_ACEOF 18514 cat >conftest.$ac_ext <<_ACEOF
18515#line $LINENO "configure"
20006/* confdefs.h. */ 18516/* confdefs.h. */
20007_ACEOF 18517_ACEOF
20008cat confdefs.h >>conftest.$ac_ext 18518cat confdefs.h >>conftest.$ac_ext
@@ -20023,20 +18533,11 @@ atoi(*tzname);
20023_ACEOF 18533_ACEOF
20024rm -f conftest.$ac_objext conftest$ac_exeext 18534rm -f conftest.$ac_objext conftest$ac_exeext
20025if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 18535if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20026 (eval $ac_link) 2>conftest.er1 18536 (eval $ac_link) 2>&5
20027 ac_status=$? 18537 ac_status=$?
20028 grep -v '^ *+' conftest.er1 >conftest.err
20029 rm -f conftest.er1
20030 cat conftest.err >&5
20031 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20032 (exit $ac_status); } && 18539 (exit $ac_status); } &&
20033 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 18540 { ac_try='test -s conftest$ac_exeext'
20034 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20035 (eval $ac_try) 2>&5
20036 ac_status=$?
20037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20038 (exit $ac_status); }; } &&
20039 { ac_try='test -s conftest$ac_exeext'
20040 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18541 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20041 (eval $ac_try) 2>&5 18542 (eval $ac_try) 2>&5
20042 ac_status=$? 18543 ac_status=$?
@@ -20049,8 +18550,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
20049 18550
20050ac_cv_var_tzname=no 18551ac_cv_var_tzname=no
20051fi 18552fi
20052rm -f conftest.err conftest.$ac_objext \ 18553rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
20053 conftest$ac_exeext conftest.$ac_ext
20054fi 18554fi
20055echo "$as_me:$LINENO: result: $ac_cv_var_tzname" >&5 18555echo "$as_me:$LINENO: result: $ac_cv_var_tzname" >&5
20056echo "${ECHO_T}$ac_cv_var_tzname" >&6 18556echo "${ECHO_T}$ac_cv_var_tzname" >&6
@@ -20071,6 +18571,7 @@ if test "${emacs_cv_struct_timezone+set}" = set; then
20071 echo $ECHO_N "(cached) $ECHO_C" >&6 18571 echo $ECHO_N "(cached) $ECHO_C" >&6
20072else 18572else
20073 cat >conftest.$ac_ext <<_ACEOF 18573 cat >conftest.$ac_ext <<_ACEOF
18574#line $LINENO "configure"
20074/* confdefs.h. */ 18575/* confdefs.h. */
20075_ACEOF 18576_ACEOF
20076cat confdefs.h >>conftest.$ac_ext 18577cat confdefs.h >>conftest.$ac_ext
@@ -20087,20 +18588,11 @@ struct timezone tz;
20087_ACEOF 18588_ACEOF
20088rm -f conftest.$ac_objext 18589rm -f conftest.$ac_objext
20089if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 18590if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20090 (eval $ac_compile) 2>conftest.er1 18591 (eval $ac_compile) 2>&5
20091 ac_status=$? 18592 ac_status=$?
20092 grep -v '^ *+' conftest.er1 >conftest.err
20093 rm -f conftest.er1
20094 cat conftest.err >&5
20095 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20096 (exit $ac_status); } && 18594 (exit $ac_status); } &&
20097 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 18595 { ac_try='test -s conftest.$ac_objext'
20098 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20099 (eval $ac_try) 2>&5
20100 ac_status=$?
20101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20102 (exit $ac_status); }; } &&
20103 { ac_try='test -s conftest.$ac_objext'
20104 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18596 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20105 (eval $ac_try) 2>&5 18597 (eval $ac_try) 2>&5
20106 ac_status=$? 18598 ac_status=$?
@@ -20110,6 +18602,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20110 emacs_cv_struct_timezone=yes 18602 emacs_cv_struct_timezone=yes
20111else 18603else
20112 cat >conftest.$ac_ext <<_ACEOF 18604 cat >conftest.$ac_ext <<_ACEOF
18605#line $LINENO "configure"
20113/* confdefs.h. */ 18606/* confdefs.h. */
20114_ACEOF 18607_ACEOF
20115cat confdefs.h >>conftest.$ac_ext 18608cat confdefs.h >>conftest.$ac_ext
@@ -20152,7 +18645,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
20152( exit $ac_status ) 18645( exit $ac_status )
20153emacs_cv_struct_timezone=no 18646emacs_cv_struct_timezone=no
20154fi 18647fi
20155rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 18648rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
20156fi 18649fi
20157else 18650else
20158 echo "$as_me: failed program was:" >&5 18651 echo "$as_me: failed program was:" >&5
@@ -20160,7 +18653,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
20160 18653
20161emacs_cv_struct_timezone=no 18654emacs_cv_struct_timezone=no
20162fi 18655fi
20163rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 18656rm -f conftest.$ac_objext conftest.$ac_ext
20164fi 18657fi
20165echo "$as_me:$LINENO: result: $emacs_cv_struct_timezone" >&5 18658echo "$as_me:$LINENO: result: $emacs_cv_struct_timezone" >&5
20166echo "${ECHO_T}$emacs_cv_struct_timezone" >&6 18659echo "${ECHO_T}$emacs_cv_struct_timezone" >&6
@@ -20173,28 +18666,21 @@ if test "${ac_cv_func_socket+set}" = set; then
20173 echo $ECHO_N "(cached) $ECHO_C" >&6 18666 echo $ECHO_N "(cached) $ECHO_C" >&6
20174else 18667else
20175 cat >conftest.$ac_ext <<_ACEOF 18668 cat >conftest.$ac_ext <<_ACEOF
18669#line $LINENO "configure"
20176/* confdefs.h. */ 18670/* confdefs.h. */
20177_ACEOF 18671_ACEOF
20178cat confdefs.h >>conftest.$ac_ext 18672cat confdefs.h >>conftest.$ac_ext
20179cat >>conftest.$ac_ext <<_ACEOF 18673cat >>conftest.$ac_ext <<_ACEOF
20180/* end confdefs.h. */ 18674/* end confdefs.h. */
20181/* Define socket to an innocuous variant, in case <limits.h> declares socket.
20182 For example, HP-UX 11i <limits.h> declares gettimeofday. */
20183#define socket innocuous_socket
20184
20185/* System header to define __stub macros and hopefully few prototypes, 18675/* System header to define __stub macros and hopefully few prototypes,
20186 which can conflict with char socket (); below. 18676 which can conflict with char socket (); below.
20187 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 18677 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
20188 <limits.h> exists even on freestanding compilers. */ 18678 <limits.h> exists even on freestanding compilers. */
20189
20190#ifdef __STDC__ 18679#ifdef __STDC__
20191# include <limits.h> 18680# include <limits.h>
20192#else 18681#else
20193# include <assert.h> 18682# include <assert.h>
20194#endif 18683#endif
20195
20196#undef socket
20197
20198/* Override any gcc2 internal prototype to avoid an error. */ 18684/* Override any gcc2 internal prototype to avoid an error. */
20199#ifdef __cplusplus 18685#ifdef __cplusplus
20200extern "C" 18686extern "C"
@@ -20225,20 +18711,11 @@ return f != socket;
20225_ACEOF 18711_ACEOF
20226rm -f conftest.$ac_objext conftest$ac_exeext 18712rm -f conftest.$ac_objext conftest$ac_exeext
20227if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 18713if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20228 (eval $ac_link) 2>conftest.er1 18714 (eval $ac_link) 2>&5
20229 ac_status=$? 18715 ac_status=$?
20230 grep -v '^ *+' conftest.er1 >conftest.err
20231 rm -f conftest.er1
20232 cat conftest.err >&5
20233 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20234 (exit $ac_status); } && 18717 (exit $ac_status); } &&
20235 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 18718 { ac_try='test -s conftest$ac_exeext'
20236 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20237 (eval $ac_try) 2>&5
20238 ac_status=$?
20239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20240 (exit $ac_status); }; } &&
20241 { ac_try='test -s conftest$ac_exeext'
20242 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18719 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20243 (eval $ac_try) 2>&5 18720 (eval $ac_try) 2>&5
20244 ac_status=$? 18721 ac_status=$?
@@ -20251,8 +18728,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
20251 18728
20252ac_cv_func_socket=no 18729ac_cv_func_socket=no
20253fi 18730fi
20254rm -f conftest.err conftest.$ac_objext \ 18731rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
20255 conftest$ac_exeext conftest.$ac_ext
20256fi 18732fi
20257echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5 18733echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
20258echo "${ECHO_T}$ac_cv_func_socket" >&6 18734echo "${ECHO_T}$ac_cv_func_socket" >&6
@@ -20276,6 +18752,7 @@ else
20276echo "$as_me:$LINENO: checking netinet/in.h usability" >&5 18752echo "$as_me:$LINENO: checking netinet/in.h usability" >&5
20277echo $ECHO_N "checking netinet/in.h usability... $ECHO_C" >&6 18753echo $ECHO_N "checking netinet/in.h usability... $ECHO_C" >&6
20278cat >conftest.$ac_ext <<_ACEOF 18754cat >conftest.$ac_ext <<_ACEOF
18755#line $LINENO "configure"
20279/* confdefs.h. */ 18756/* confdefs.h. */
20280_ACEOF 18757_ACEOF
20281cat confdefs.h >>conftest.$ac_ext 18758cat confdefs.h >>conftest.$ac_ext
@@ -20286,20 +18763,11 @@ $ac_includes_default
20286_ACEOF 18763_ACEOF
20287rm -f conftest.$ac_objext 18764rm -f conftest.$ac_objext
20288if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 18765if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20289 (eval $ac_compile) 2>conftest.er1 18766 (eval $ac_compile) 2>&5
20290 ac_status=$? 18767 ac_status=$?
20291 grep -v '^ *+' conftest.er1 >conftest.err
20292 rm -f conftest.er1
20293 cat conftest.err >&5
20294 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20295 (exit $ac_status); } && 18769 (exit $ac_status); } &&
20296 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 18770 { ac_try='test -s conftest.$ac_objext'
20297 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20298 (eval $ac_try) 2>&5
20299 ac_status=$?
20300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20301 (exit $ac_status); }; } &&
20302 { ac_try='test -s conftest.$ac_objext'
20303 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18771 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20304 (eval $ac_try) 2>&5 18772 (eval $ac_try) 2>&5
20305 ac_status=$? 18773 ac_status=$?
@@ -20312,7 +18780,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
20312 18780
20313ac_header_compiler=no 18781ac_header_compiler=no
20314fi 18782fi
20315rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 18783rm -f conftest.$ac_objext conftest.$ac_ext
20316echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 18784echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20317echo "${ECHO_T}$ac_header_compiler" >&6 18785echo "${ECHO_T}$ac_header_compiler" >&6
20318 18786
@@ -20320,6 +18788,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
20320echo "$as_me:$LINENO: checking netinet/in.h presence" >&5 18788echo "$as_me:$LINENO: checking netinet/in.h presence" >&5
20321echo $ECHO_N "checking netinet/in.h presence... $ECHO_C" >&6 18789echo $ECHO_N "checking netinet/in.h presence... $ECHO_C" >&6
20322cat >conftest.$ac_ext <<_ACEOF 18790cat >conftest.$ac_ext <<_ACEOF
18791#line $LINENO "configure"
20323/* confdefs.h. */ 18792/* confdefs.h. */
20324_ACEOF 18793_ACEOF
20325cat confdefs.h >>conftest.$ac_ext 18794cat confdefs.h >>conftest.$ac_ext
@@ -20337,7 +18806,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20337 (exit $ac_status); } >/dev/null; then 18806 (exit $ac_status); } >/dev/null; then
20338 if test -s conftest.err; then 18807 if test -s conftest.err; then
20339 ac_cpp_err=$ac_c_preproc_warn_flag 18808 ac_cpp_err=$ac_c_preproc_warn_flag
20340 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
20341 else 18809 else
20342 ac_cpp_err= 18810 ac_cpp_err=
20343 fi 18811 fi
@@ -20357,32 +18825,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20357echo "${ECHO_T}$ac_header_preproc" >&6 18825echo "${ECHO_T}$ac_header_preproc" >&6
20358 18826
20359# So? What about this header? 18827# So? What about this header?
20360case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 18828case $ac_header_compiler:$ac_header_preproc in
20361 yes:no: ) 18829 yes:no )
20362 { echo "$as_me:$LINENO: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&5 18830 { echo "$as_me:$LINENO: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&5
20363echo "$as_me: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 18831echo "$as_me: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
20364 { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the compiler's result" >&5 18832 { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&5
20365echo "$as_me: WARNING: netinet/in.h: proceeding with the compiler's result" >&2;} 18833echo "$as_me: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&2;}
20366 ac_header_preproc=yes 18834 (
18835 cat <<\_ASBOX
18836## ------------------------------------ ##
18837## Report this to bug-autoconf@gnu.org. ##
18838## ------------------------------------ ##
18839_ASBOX
18840 ) |
18841 sed "s/^/$as_me: WARNING: /" >&2
20367 ;; 18842 ;;
20368 no:yes:* ) 18843 no:yes )
20369 { echo "$as_me:$LINENO: WARNING: netinet/in.h: present but cannot be compiled" >&5 18844 { echo "$as_me:$LINENO: WARNING: netinet/in.h: present but cannot be compiled" >&5
20370echo "$as_me: WARNING: netinet/in.h: present but cannot be compiled" >&2;} 18845echo "$as_me: WARNING: netinet/in.h: present but cannot be compiled" >&2;}
20371 { echo "$as_me:$LINENO: WARNING: netinet/in.h: check for missing prerequisite headers?" >&5 18846 { echo "$as_me:$LINENO: WARNING: netinet/in.h: check for missing prerequisite headers?" >&5
20372echo "$as_me: WARNING: netinet/in.h: check for missing prerequisite headers?" >&2;} 18847echo "$as_me: WARNING: netinet/in.h: check for missing prerequisite headers?" >&2;}
20373 { echo "$as_me:$LINENO: WARNING: netinet/in.h: see the Autoconf documentation" >&5
20374echo "$as_me: WARNING: netinet/in.h: see the Autoconf documentation" >&2;}
20375 { echo "$as_me:$LINENO: WARNING: netinet/in.h: section \"Present But Cannot Be Compiled\"" >&5
20376echo "$as_me: WARNING: netinet/in.h: section \"Present But Cannot Be Compiled\"" >&2;}
20377 { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&5 18848 { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&5
20378echo "$as_me: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&2;} 18849echo "$as_me: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&2;}
20379 { echo "$as_me:$LINENO: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&5
20380echo "$as_me: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&2;}
20381 ( 18850 (
20382 cat <<\_ASBOX 18851 cat <<\_ASBOX
20383## ------------------------------------------ ## 18852## ------------------------------------ ##
20384## Report this to the AC_PACKAGE_NAME lists. ## 18853## Report this to bug-autoconf@gnu.org. ##
20385## ------------------------------------------ ## 18854## ------------------------------------ ##
20386_ASBOX 18855_ASBOX
20387 ) | 18856 ) |
20388 sed "s/^/$as_me: WARNING: /" >&2 18857 sed "s/^/$as_me: WARNING: /" >&2
@@ -20421,6 +18890,7 @@ else
20421echo "$as_me:$LINENO: checking arpa/inet.h usability" >&5 18890echo "$as_me:$LINENO: checking arpa/inet.h usability" >&5
20422echo $ECHO_N "checking arpa/inet.h usability... $ECHO_C" >&6 18891echo $ECHO_N "checking arpa/inet.h usability... $ECHO_C" >&6
20423cat >conftest.$ac_ext <<_ACEOF 18892cat >conftest.$ac_ext <<_ACEOF
18893#line $LINENO "configure"
20424/* confdefs.h. */ 18894/* confdefs.h. */
20425_ACEOF 18895_ACEOF
20426cat confdefs.h >>conftest.$ac_ext 18896cat confdefs.h >>conftest.$ac_ext
@@ -20431,20 +18901,11 @@ $ac_includes_default
20431_ACEOF 18901_ACEOF
20432rm -f conftest.$ac_objext 18902rm -f conftest.$ac_objext
20433if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 18903if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20434 (eval $ac_compile) 2>conftest.er1 18904 (eval $ac_compile) 2>&5
20435 ac_status=$? 18905 ac_status=$?
20436 grep -v '^ *+' conftest.er1 >conftest.err
20437 rm -f conftest.er1
20438 cat conftest.err >&5
20439 echo "$as_me:$LINENO: \$? = $ac_status" >&5 18906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20440 (exit $ac_status); } && 18907 (exit $ac_status); } &&
20441 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 18908 { ac_try='test -s conftest.$ac_objext'
20442 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20443 (eval $ac_try) 2>&5
20444 ac_status=$?
20445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20446 (exit $ac_status); }; } &&
20447 { ac_try='test -s conftest.$ac_objext'
20448 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 18909 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20449 (eval $ac_try) 2>&5 18910 (eval $ac_try) 2>&5
20450 ac_status=$? 18911 ac_status=$?
@@ -20457,7 +18918,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
20457 18918
20458ac_header_compiler=no 18919ac_header_compiler=no
20459fi 18920fi
20460rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 18921rm -f conftest.$ac_objext conftest.$ac_ext
20461echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 18922echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20462echo "${ECHO_T}$ac_header_compiler" >&6 18923echo "${ECHO_T}$ac_header_compiler" >&6
20463 18924
@@ -20465,6 +18926,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
20465echo "$as_me:$LINENO: checking arpa/inet.h presence" >&5 18926echo "$as_me:$LINENO: checking arpa/inet.h presence" >&5
20466echo $ECHO_N "checking arpa/inet.h presence... $ECHO_C" >&6 18927echo $ECHO_N "checking arpa/inet.h presence... $ECHO_C" >&6
20467cat >conftest.$ac_ext <<_ACEOF 18928cat >conftest.$ac_ext <<_ACEOF
18929#line $LINENO "configure"
20468/* confdefs.h. */ 18930/* confdefs.h. */
20469_ACEOF 18931_ACEOF
20470cat confdefs.h >>conftest.$ac_ext 18932cat confdefs.h >>conftest.$ac_ext
@@ -20482,7 +18944,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20482 (exit $ac_status); } >/dev/null; then 18944 (exit $ac_status); } >/dev/null; then
20483 if test -s conftest.err; then 18945 if test -s conftest.err; then
20484 ac_cpp_err=$ac_c_preproc_warn_flag 18946 ac_cpp_err=$ac_c_preproc_warn_flag
20485 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
20486 else 18947 else
20487 ac_cpp_err= 18948 ac_cpp_err=
20488 fi 18949 fi
@@ -20502,32 +18963,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20502echo "${ECHO_T}$ac_header_preproc" >&6 18963echo "${ECHO_T}$ac_header_preproc" >&6
20503 18964
20504# So? What about this header? 18965# So? What about this header?
20505case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 18966case $ac_header_compiler:$ac_header_preproc in
20506 yes:no: ) 18967 yes:no )
20507 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&5 18968 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&5
20508echo "$as_me: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 18969echo "$as_me: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
20509 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the compiler's result" >&5 18970 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&5
20510echo "$as_me: WARNING: arpa/inet.h: proceeding with the compiler's result" >&2;} 18971echo "$as_me: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&2;}
20511 ac_header_preproc=yes 18972 (
18973 cat <<\_ASBOX
18974## ------------------------------------ ##
18975## Report this to bug-autoconf@gnu.org. ##
18976## ------------------------------------ ##
18977_ASBOX
18978 ) |
18979 sed "s/^/$as_me: WARNING: /" >&2
20512 ;; 18980 ;;
20513 no:yes:* ) 18981 no:yes )
20514 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: present but cannot be compiled" >&5 18982 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: present but cannot be compiled" >&5
20515echo "$as_me: WARNING: arpa/inet.h: present but cannot be compiled" >&2;} 18983echo "$as_me: WARNING: arpa/inet.h: present but cannot be compiled" >&2;}
20516 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&5 18984 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&5
20517echo "$as_me: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&2;} 18985echo "$as_me: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&2;}
20518 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: see the Autoconf documentation" >&5
20519echo "$as_me: WARNING: arpa/inet.h: see the Autoconf documentation" >&2;}
20520 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: section \"Present But Cannot Be Compiled\"" >&5
20521echo "$as_me: WARNING: arpa/inet.h: section \"Present But Cannot Be Compiled\"" >&2;}
20522 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&5 18986 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&5
20523echo "$as_me: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&2;} 18987echo "$as_me: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&2;}
20524 { echo "$as_me:$LINENO: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&5
20525echo "$as_me: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&2;}
20526 ( 18988 (
20527 cat <<\_ASBOX 18989 cat <<\_ASBOX
20528## ------------------------------------------ ## 18990## ------------------------------------ ##
20529## Report this to the AC_PACKAGE_NAME lists. ## 18991## Report this to bug-autoconf@gnu.org. ##
20530## ------------------------------------------ ## 18992## ------------------------------------ ##
20531_ASBOX 18993_ASBOX
20532 ) | 18994 ) |
20533 sed "s/^/$as_me: WARNING: /" >&2 18995 sed "s/^/$as_me: WARNING: /" >&2
@@ -20577,6 +19039,7 @@ else
20577echo "$as_me:$LINENO: checking $ac_header usability" >&5 19039echo "$as_me:$LINENO: checking $ac_header usability" >&5
20578echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 19040echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
20579cat >conftest.$ac_ext <<_ACEOF 19041cat >conftest.$ac_ext <<_ACEOF
19042#line $LINENO "configure"
20580/* confdefs.h. */ 19043/* confdefs.h. */
20581_ACEOF 19044_ACEOF
20582cat confdefs.h >>conftest.$ac_ext 19045cat confdefs.h >>conftest.$ac_ext
@@ -20587,20 +19050,11 @@ $ac_includes_default
20587_ACEOF 19050_ACEOF
20588rm -f conftest.$ac_objext 19051rm -f conftest.$ac_objext
20589if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 19052if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20590 (eval $ac_compile) 2>conftest.er1 19053 (eval $ac_compile) 2>&5
20591 ac_status=$? 19054 ac_status=$?
20592 grep -v '^ *+' conftest.er1 >conftest.err
20593 rm -f conftest.er1
20594 cat conftest.err >&5
20595 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20596 (exit $ac_status); } && 19056 (exit $ac_status); } &&
20597 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 19057 { ac_try='test -s conftest.$ac_objext'
20598 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20599 (eval $ac_try) 2>&5
20600 ac_status=$?
20601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20602 (exit $ac_status); }; } &&
20603 { ac_try='test -s conftest.$ac_objext'
20604 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19058 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20605 (eval $ac_try) 2>&5 19059 (eval $ac_try) 2>&5
20606 ac_status=$? 19060 ac_status=$?
@@ -20613,7 +19067,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
20613 19067
20614ac_header_compiler=no 19068ac_header_compiler=no
20615fi 19069fi
20616rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 19070rm -f conftest.$ac_objext conftest.$ac_ext
20617echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 19071echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20618echo "${ECHO_T}$ac_header_compiler" >&6 19072echo "${ECHO_T}$ac_header_compiler" >&6
20619 19073
@@ -20621,6 +19075,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
20621echo "$as_me:$LINENO: checking $ac_header presence" >&5 19075echo "$as_me:$LINENO: checking $ac_header presence" >&5
20622echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 19076echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
20623cat >conftest.$ac_ext <<_ACEOF 19077cat >conftest.$ac_ext <<_ACEOF
19078#line $LINENO "configure"
20624/* confdefs.h. */ 19079/* confdefs.h. */
20625_ACEOF 19080_ACEOF
20626cat confdefs.h >>conftest.$ac_ext 19081cat confdefs.h >>conftest.$ac_ext
@@ -20638,7 +19093,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20638 (exit $ac_status); } >/dev/null; then 19093 (exit $ac_status); } >/dev/null; then
20639 if test -s conftest.err; then 19094 if test -s conftest.err; then
20640 ac_cpp_err=$ac_c_preproc_warn_flag 19095 ac_cpp_err=$ac_c_preproc_warn_flag
20641 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
20642 else 19096 else
20643 ac_cpp_err= 19097 ac_cpp_err=
20644 fi 19098 fi
@@ -20658,32 +19112,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20658echo "${ECHO_T}$ac_header_preproc" >&6 19112echo "${ECHO_T}$ac_header_preproc" >&6
20659 19113
20660# So? What about this header? 19114# So? What about this header?
20661case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 19115case $ac_header_compiler:$ac_header_preproc in
20662 yes:no: ) 19116 yes:no )
20663 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 19117 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
20664echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 19118echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
20665 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 19119 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
20666echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 19120echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
20667 ac_header_preproc=yes 19121 (
19122 cat <<\_ASBOX
19123## ------------------------------------ ##
19124## Report this to bug-autoconf@gnu.org. ##
19125## ------------------------------------ ##
19126_ASBOX
19127 ) |
19128 sed "s/^/$as_me: WARNING: /" >&2
20668 ;; 19129 ;;
20669 no:yes:* ) 19130 no:yes )
20670 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 19131 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
20671echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 19132echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
20672 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 19133 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
20673echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 19134echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
20674 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
20675echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
20676 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
20677echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
20678 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 19135 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
20679echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 19136echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
20680 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
20681echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
20682 ( 19137 (
20683 cat <<\_ASBOX 19138 cat <<\_ASBOX
20684## ------------------------------------------ ## 19139## ------------------------------------ ##
20685## Report this to the AC_PACKAGE_NAME lists. ## 19140## Report this to bug-autoconf@gnu.org. ##
20686## ------------------------------------------ ## 19141## ------------------------------------ ##
20687_ASBOX 19142_ASBOX
20688 ) | 19143 ) |
20689 sed "s/^/$as_me: WARNING: /" >&2 19144 sed "s/^/$as_me: WARNING: /" >&2
@@ -20694,7 +19149,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
20694if eval "test \"\${$as_ac_Header+set}\" = set"; then 19149if eval "test \"\${$as_ac_Header+set}\" = set"; then
20695 echo $ECHO_N "(cached) $ECHO_C" >&6 19150 echo $ECHO_N "(cached) $ECHO_C" >&6
20696else 19151else
20697 eval "$as_ac_Header=\$ac_header_preproc" 19152 eval "$as_ac_Header=$ac_header_preproc"
20698fi 19153fi
20699echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 19154echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
20700echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 19155echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -20739,6 +19194,7 @@ if test "${ac_cv_type_pid_t+set}" = set; then
20739 echo $ECHO_N "(cached) $ECHO_C" >&6 19194 echo $ECHO_N "(cached) $ECHO_C" >&6
20740else 19195else
20741 cat >conftest.$ac_ext <<_ACEOF 19196 cat >conftest.$ac_ext <<_ACEOF
19197#line $LINENO "configure"
20742/* confdefs.h. */ 19198/* confdefs.h. */
20743_ACEOF 19199_ACEOF
20744cat confdefs.h >>conftest.$ac_ext 19200cat confdefs.h >>conftest.$ac_ext
@@ -20758,20 +19214,11 @@ if (sizeof (pid_t))
20758_ACEOF 19214_ACEOF
20759rm -f conftest.$ac_objext 19215rm -f conftest.$ac_objext
20760if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 19216if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20761 (eval $ac_compile) 2>conftest.er1 19217 (eval $ac_compile) 2>&5
20762 ac_status=$? 19218 ac_status=$?
20763 grep -v '^ *+' conftest.er1 >conftest.err
20764 rm -f conftest.er1
20765 cat conftest.err >&5
20766 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20767 (exit $ac_status); } && 19220 (exit $ac_status); } &&
20768 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 19221 { ac_try='test -s conftest.$ac_objext'
20769 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20770 (eval $ac_try) 2>&5
20771 ac_status=$?
20772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20773 (exit $ac_status); }; } &&
20774 { ac_try='test -s conftest.$ac_objext'
20775 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19222 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20776 (eval $ac_try) 2>&5 19223 (eval $ac_try) 2>&5
20777 ac_status=$? 19224 ac_status=$?
@@ -20784,7 +19231,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
20784 19231
20785ac_cv_type_pid_t=no 19232ac_cv_type_pid_t=no
20786fi 19233fi
20787rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 19234rm -f conftest.$ac_objext conftest.$ac_ext
20788fi 19235fi
20789echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5 19236echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
20790echo "${ECHO_T}$ac_cv_type_pid_t" >&6 19237echo "${ECHO_T}$ac_cv_type_pid_t" >&6
@@ -20816,6 +19263,7 @@ else
20816echo "$as_me:$LINENO: checking $ac_header usability" >&5 19263echo "$as_me:$LINENO: checking $ac_header usability" >&5
20817echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 19264echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
20818cat >conftest.$ac_ext <<_ACEOF 19265cat >conftest.$ac_ext <<_ACEOF
19266#line $LINENO "configure"
20819/* confdefs.h. */ 19267/* confdefs.h. */
20820_ACEOF 19268_ACEOF
20821cat confdefs.h >>conftest.$ac_ext 19269cat confdefs.h >>conftest.$ac_ext
@@ -20826,20 +19274,11 @@ $ac_includes_default
20826_ACEOF 19274_ACEOF
20827rm -f conftest.$ac_objext 19275rm -f conftest.$ac_objext
20828if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 19276if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20829 (eval $ac_compile) 2>conftest.er1 19277 (eval $ac_compile) 2>&5
20830 ac_status=$? 19278 ac_status=$?
20831 grep -v '^ *+' conftest.er1 >conftest.err
20832 rm -f conftest.er1
20833 cat conftest.err >&5
20834 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20835 (exit $ac_status); } && 19280 (exit $ac_status); } &&
20836 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 19281 { ac_try='test -s conftest.$ac_objext'
20837 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20838 (eval $ac_try) 2>&5
20839 ac_status=$?
20840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20841 (exit $ac_status); }; } &&
20842 { ac_try='test -s conftest.$ac_objext'
20843 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19282 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20844 (eval $ac_try) 2>&5 19283 (eval $ac_try) 2>&5
20845 ac_status=$? 19284 ac_status=$?
@@ -20852,7 +19291,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
20852 19291
20853ac_header_compiler=no 19292ac_header_compiler=no
20854fi 19293fi
20855rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 19294rm -f conftest.$ac_objext conftest.$ac_ext
20856echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 19295echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
20857echo "${ECHO_T}$ac_header_compiler" >&6 19296echo "${ECHO_T}$ac_header_compiler" >&6
20858 19297
@@ -20860,6 +19299,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6
20860echo "$as_me:$LINENO: checking $ac_header presence" >&5 19299echo "$as_me:$LINENO: checking $ac_header presence" >&5
20861echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 19300echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
20862cat >conftest.$ac_ext <<_ACEOF 19301cat >conftest.$ac_ext <<_ACEOF
19302#line $LINENO "configure"
20863/* confdefs.h. */ 19303/* confdefs.h. */
20864_ACEOF 19304_ACEOF
20865cat confdefs.h >>conftest.$ac_ext 19305cat confdefs.h >>conftest.$ac_ext
@@ -20877,7 +19317,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
20877 (exit $ac_status); } >/dev/null; then 19317 (exit $ac_status); } >/dev/null; then
20878 if test -s conftest.err; then 19318 if test -s conftest.err; then
20879 ac_cpp_err=$ac_c_preproc_warn_flag 19319 ac_cpp_err=$ac_c_preproc_warn_flag
20880 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
20881 else 19320 else
20882 ac_cpp_err= 19321 ac_cpp_err=
20883 fi 19322 fi
@@ -20897,32 +19336,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
20897echo "${ECHO_T}$ac_header_preproc" >&6 19336echo "${ECHO_T}$ac_header_preproc" >&6
20898 19337
20899# So? What about this header? 19338# So? What about this header?
20900case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 19339case $ac_header_compiler:$ac_header_preproc in
20901 yes:no: ) 19340 yes:no )
20902 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 19341 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
20903echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} 19342echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
20904 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 19343 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
20905echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} 19344echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
20906 ac_header_preproc=yes 19345 (
19346 cat <<\_ASBOX
19347## ------------------------------------ ##
19348## Report this to bug-autoconf@gnu.org. ##
19349## ------------------------------------ ##
19350_ASBOX
19351 ) |
19352 sed "s/^/$as_me: WARNING: /" >&2
20907 ;; 19353 ;;
20908 no:yes:* ) 19354 no:yes )
20909 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 19355 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
20910echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} 19356echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
20911 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 19357 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
20912echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} 19358echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
20913 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
20914echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
20915 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
20916echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
20917 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 19359 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
20918echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} 19360echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
20919 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
20920echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
20921 ( 19361 (
20922 cat <<\_ASBOX 19362 cat <<\_ASBOX
20923## ------------------------------------------ ## 19363## ------------------------------------ ##
20924## Report this to the AC_PACKAGE_NAME lists. ## 19364## Report this to bug-autoconf@gnu.org. ##
20925## ------------------------------------------ ## 19365## ------------------------------------ ##
20926_ASBOX 19366_ASBOX
20927 ) | 19367 ) |
20928 sed "s/^/$as_me: WARNING: /" >&2 19368 sed "s/^/$as_me: WARNING: /" >&2
@@ -20933,7 +19373,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
20933if eval "test \"\${$as_ac_Header+set}\" = set"; then 19373if eval "test \"\${$as_ac_Header+set}\" = set"; then
20934 echo $ECHO_N "(cached) $ECHO_C" >&6 19374 echo $ECHO_N "(cached) $ECHO_C" >&6
20935else 19375else
20936 eval "$as_ac_Header=\$ac_header_preproc" 19376 eval "$as_ac_Header=$ac_header_preproc"
20937fi 19377fi
20938echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 19378echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
20939echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 19379echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
@@ -20959,28 +19399,21 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then
20959 echo $ECHO_N "(cached) $ECHO_C" >&6 19399 echo $ECHO_N "(cached) $ECHO_C" >&6
20960else 19400else
20961 cat >conftest.$ac_ext <<_ACEOF 19401 cat >conftest.$ac_ext <<_ACEOF
19402#line $LINENO "configure"
20962/* confdefs.h. */ 19403/* confdefs.h. */
20963_ACEOF 19404_ACEOF
20964cat confdefs.h >>conftest.$ac_ext 19405cat confdefs.h >>conftest.$ac_ext
20965cat >>conftest.$ac_ext <<_ACEOF 19406cat >>conftest.$ac_ext <<_ACEOF
20966/* end confdefs.h. */ 19407/* end confdefs.h. */
20967/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
20968 For example, HP-UX 11i <limits.h> declares gettimeofday. */
20969#define $ac_func innocuous_$ac_func
20970
20971/* System header to define __stub macros and hopefully few prototypes, 19408/* System header to define __stub macros and hopefully few prototypes,
20972 which can conflict with char $ac_func (); below. 19409 which can conflict with char $ac_func (); below.
20973 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 19410 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
20974 <limits.h> exists even on freestanding compilers. */ 19411 <limits.h> exists even on freestanding compilers. */
20975
20976#ifdef __STDC__ 19412#ifdef __STDC__
20977# include <limits.h> 19413# include <limits.h>
20978#else 19414#else
20979# include <assert.h> 19415# include <assert.h>
20980#endif 19416#endif
20981
20982#undef $ac_func
20983
20984/* Override any gcc2 internal prototype to avoid an error. */ 19417/* Override any gcc2 internal prototype to avoid an error. */
20985#ifdef __cplusplus 19418#ifdef __cplusplus
20986extern "C" 19419extern "C"
@@ -21011,20 +19444,11 @@ return f != $ac_func;
21011_ACEOF 19444_ACEOF
21012rm -f conftest.$ac_objext conftest$ac_exeext 19445rm -f conftest.$ac_objext conftest$ac_exeext
21013if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 19446if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21014 (eval $ac_link) 2>conftest.er1 19447 (eval $ac_link) 2>&5
21015 ac_status=$? 19448 ac_status=$?
21016 grep -v '^ *+' conftest.er1 >conftest.err
21017 rm -f conftest.er1
21018 cat conftest.err >&5
21019 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21020 (exit $ac_status); } && 19450 (exit $ac_status); } &&
21021 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 19451 { ac_try='test -s conftest$ac_exeext'
21022 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21023 (eval $ac_try) 2>&5
21024 ac_status=$?
21025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21026 (exit $ac_status); }; } &&
21027 { ac_try='test -s conftest$ac_exeext'
21028 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19452 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21029 (eval $ac_try) 2>&5 19453 (eval $ac_try) 2>&5
21030 ac_status=$? 19454 ac_status=$?
@@ -21037,8 +19461,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
21037 19461
21038eval "$as_ac_var=no" 19462eval "$as_ac_var=no"
21039fi 19463fi
21040rm -f conftest.err conftest.$ac_objext \ 19464rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21041 conftest$ac_exeext conftest.$ac_ext
21042fi 19465fi
21043echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 19466echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
21044echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 19467echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
@@ -21068,9 +19491,9 @@ else
21068 /* Some systems only have a dummy stub for fork() */ 19491 /* Some systems only have a dummy stub for fork() */
21069 int main () 19492 int main ()
21070 { 19493 {
21071 if (fork() < 0) 19494 if (fork() < 0)
21072 exit (1); 19495 exit (1);
21073 exit (0); 19496 exit (0);
21074 } 19497 }
21075_ACEOF 19498_ACEOF
21076rm -f conftest$ac_exeext 19499rm -f conftest$ac_exeext
@@ -21093,7 +19516,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
21093( exit $ac_status ) 19516( exit $ac_status )
21094ac_cv_func_fork_works=no 19517ac_cv_func_fork_works=no
21095fi 19518fi
21096rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 19519rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
21097fi 19520fi
21098fi 19521fi
21099echo "$as_me:$LINENO: result: $ac_cv_func_fork_works" >&5 19522echo "$as_me:$LINENO: result: $ac_cv_func_fork_works" >&5
@@ -21126,6 +19549,7 @@ else
21126 ac_cv_func_vfork_works=cross 19549 ac_cv_func_vfork_works=cross
21127else 19550else
21128 cat >conftest.$ac_ext <<_ACEOF 19551 cat >conftest.$ac_ext <<_ACEOF
19552#line $LINENO "configure"
21129/* confdefs.h. */ 19553/* confdefs.h. */
21130_ACEOF 19554_ACEOF
21131cat confdefs.h >>conftest.$ac_ext 19555cat confdefs.h >>conftest.$ac_ext
@@ -21247,7 +19671,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
21247( exit $ac_status ) 19671( exit $ac_status )
21248ac_cv_func_vfork_works=no 19672ac_cv_func_vfork_works=no
21249fi 19673fi
21250rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 19674rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
21251fi 19675fi
21252fi 19676fi
21253echo "$as_me:$LINENO: result: $ac_cv_func_vfork_works" >&5 19677echo "$as_me:$LINENO: result: $ac_cv_func_vfork_works" >&5
@@ -21255,7 +19679,7 @@ echo "${ECHO_T}$ac_cv_func_vfork_works" >&6
21255 19679
21256fi; 19680fi;
21257if test "x$ac_cv_func_fork_works" = xcross; then 19681if test "x$ac_cv_func_fork_works" = xcross; then
21258 ac_cv_func_vfork_works=$ac_cv_func_vfork 19682 ac_cv_func_vfork_works=ac_cv_func_vfork
21259 { echo "$as_me:$LINENO: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&5 19683 { echo "$as_me:$LINENO: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&5
21260echo "$as_me: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&2;} 19684echo "$as_me: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&2;}
21261fi 19685fi
@@ -21288,6 +19712,7 @@ if test "${emacs_cv_langinfo_codeset+set}" = set; then
21288 echo $ECHO_N "(cached) $ECHO_C" >&6 19712 echo $ECHO_N "(cached) $ECHO_C" >&6
21289else 19713else
21290 cat >conftest.$ac_ext <<_ACEOF 19714 cat >conftest.$ac_ext <<_ACEOF
19715#line $LINENO "configure"
21291/* confdefs.h. */ 19716/* confdefs.h. */
21292_ACEOF 19717_ACEOF
21293cat confdefs.h >>conftest.$ac_ext 19718cat confdefs.h >>conftest.$ac_ext
@@ -21304,20 +19729,11 @@ char* cs = nl_langinfo(CODESET);
21304_ACEOF 19729_ACEOF
21305rm -f conftest.$ac_objext conftest$ac_exeext 19730rm -f conftest.$ac_objext conftest$ac_exeext
21306if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 19731if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21307 (eval $ac_link) 2>conftest.er1 19732 (eval $ac_link) 2>&5
21308 ac_status=$? 19733 ac_status=$?
21309 grep -v '^ *+' conftest.er1 >conftest.err
21310 rm -f conftest.er1
21311 cat conftest.err >&5
21312 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21313 (exit $ac_status); } && 19735 (exit $ac_status); } &&
21314 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 19736 { ac_try='test -s conftest$ac_exeext'
21315 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21316 (eval $ac_try) 2>&5
21317 ac_status=$?
21318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21319 (exit $ac_status); }; } &&
21320 { ac_try='test -s conftest$ac_exeext'
21321 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19737 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21322 (eval $ac_try) 2>&5 19738 (eval $ac_try) 2>&5
21323 ac_status=$? 19739 ac_status=$?
@@ -21330,8 +19746,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
21330 19746
21331emacs_cv_langinfo_codeset=no 19747emacs_cv_langinfo_codeset=no
21332fi 19748fi
21333rm -f conftest.err conftest.$ac_objext \ 19749rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
21334 conftest$ac_exeext conftest.$ac_ext
21335 19750
21336fi 19751fi
21337echo "$as_me:$LINENO: result: $emacs_cv_langinfo_codeset" >&5 19752echo "$as_me:$LINENO: result: $emacs_cv_langinfo_codeset" >&5
@@ -21350,6 +19765,7 @@ if test "${ac_cv_type_size_t+set}" = set; then
21350 echo $ECHO_N "(cached) $ECHO_C" >&6 19765 echo $ECHO_N "(cached) $ECHO_C" >&6
21351else 19766else
21352 cat >conftest.$ac_ext <<_ACEOF 19767 cat >conftest.$ac_ext <<_ACEOF
19768#line $LINENO "configure"
21353/* confdefs.h. */ 19769/* confdefs.h. */
21354_ACEOF 19770_ACEOF
21355cat confdefs.h >>conftest.$ac_ext 19771cat confdefs.h >>conftest.$ac_ext
@@ -21369,20 +19785,11 @@ if (sizeof (size_t))
21369_ACEOF 19785_ACEOF
21370rm -f conftest.$ac_objext 19786rm -f conftest.$ac_objext
21371if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 19787if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21372 (eval $ac_compile) 2>conftest.er1 19788 (eval $ac_compile) 2>&5
21373 ac_status=$? 19789 ac_status=$?
21374 grep -v '^ *+' conftest.er1 >conftest.err
21375 rm -f conftest.er1
21376 cat conftest.err >&5
21377 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21378 (exit $ac_status); } && 19791 (exit $ac_status); } &&
21379 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 19792 { ac_try='test -s conftest.$ac_objext'
21380 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21381 (eval $ac_try) 2>&5
21382 ac_status=$?
21383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21384 (exit $ac_status); }; } &&
21385 { ac_try='test -s conftest.$ac_objext'
21386 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19793 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21387 (eval $ac_try) 2>&5 19794 (eval $ac_try) 2>&5
21388 ac_status=$? 19795 ac_status=$?
@@ -21395,7 +19802,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
21395 19802
21396ac_cv_type_size_t=no 19803ac_cv_type_size_t=no
21397fi 19804fi
21398rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 19805rm -f conftest.$ac_objext conftest.$ac_ext
21399fi 19806fi
21400echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 19807echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
21401echo "${ECHO_T}$ac_cv_type_size_t" >&6 19808echo "${ECHO_T}$ac_cv_type_size_t" >&6
@@ -21415,6 +19822,7 @@ if test "${ac_cv_type_mbstate_t+set}" = set; then
21415 echo $ECHO_N "(cached) $ECHO_C" >&6 19822 echo $ECHO_N "(cached) $ECHO_C" >&6
21416else 19823else
21417 cat >conftest.$ac_ext <<_ACEOF 19824 cat >conftest.$ac_ext <<_ACEOF
19825#line $LINENO "configure"
21418/* confdefs.h. */ 19826/* confdefs.h. */
21419_ACEOF 19827_ACEOF
21420cat confdefs.h >>conftest.$ac_ext 19828cat confdefs.h >>conftest.$ac_ext
@@ -21432,20 +19840,11 @@ mbstate_t x; return sizeof x;
21432_ACEOF 19840_ACEOF
21433rm -f conftest.$ac_objext 19841rm -f conftest.$ac_objext
21434if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 19842if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21435 (eval $ac_compile) 2>conftest.er1 19843 (eval $ac_compile) 2>&5
21436 ac_status=$? 19844 ac_status=$?
21437 grep -v '^ *+' conftest.er1 >conftest.err
21438 rm -f conftest.er1
21439 cat conftest.err >&5
21440 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21441 (exit $ac_status); } && 19846 (exit $ac_status); } &&
21442 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 19847 { ac_try='test -s conftest.$ac_objext'
21443 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21444 (eval $ac_try) 2>&5
21445 ac_status=$?
21446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21447 (exit $ac_status); }; } &&
21448 { ac_try='test -s conftest.$ac_objext'
21449 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19848 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21450 (eval $ac_try) 2>&5 19849 (eval $ac_try) 2>&5
21451 ac_status=$? 19850 ac_status=$?
@@ -21458,7 +19857,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
21458 19857
21459ac_cv_type_mbstate_t=no 19858ac_cv_type_mbstate_t=no
21460fi 19859fi
21461rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 19860rm -f conftest.$ac_objext conftest.$ac_ext
21462fi 19861fi
21463echo "$as_me:$LINENO: result: $ac_cv_type_mbstate_t" >&5 19862echo "$as_me:$LINENO: result: $ac_cv_type_mbstate_t" >&5
21464echo "${ECHO_T}$ac_cv_type_mbstate_t" >&6 19863echo "${ECHO_T}$ac_cv_type_mbstate_t" >&6
@@ -21482,6 +19881,7 @@ if test "${emacs_cv_c_restrict+set}" = set; then
21482 echo $ECHO_N "(cached) $ECHO_C" >&6 19881 echo $ECHO_N "(cached) $ECHO_C" >&6
21483else 19882else
21484 cat >conftest.$ac_ext <<_ACEOF 19883 cat >conftest.$ac_ext <<_ACEOF
19884#line $LINENO "configure"
21485/* confdefs.h. */ 19885/* confdefs.h. */
21486_ACEOF 19886_ACEOF
21487cat confdefs.h >>conftest.$ac_ext 19887cat confdefs.h >>conftest.$ac_ext
@@ -21498,20 +19898,11 @@ main ()
21498_ACEOF 19898_ACEOF
21499rm -f conftest.$ac_objext 19899rm -f conftest.$ac_objext
21500if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 19900if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21501 (eval $ac_compile) 2>conftest.er1 19901 (eval $ac_compile) 2>&5
21502 ac_status=$? 19902 ac_status=$?
21503 grep -v '^ *+' conftest.er1 >conftest.err
21504 rm -f conftest.er1
21505 cat conftest.err >&5
21506 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21507 (exit $ac_status); } && 19904 (exit $ac_status); } &&
21508 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 19905 { ac_try='test -s conftest.$ac_objext'
21509 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21510 (eval $ac_try) 2>&5
21511 ac_status=$?
21512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21513 (exit $ac_status); }; } &&
21514 { ac_try='test -s conftest.$ac_objext'
21515 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19906 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21516 (eval $ac_try) 2>&5 19907 (eval $ac_try) 2>&5
21517 ac_status=$? 19908 ac_status=$?
@@ -21523,6 +19914,7 @@ else
21523sed 's/^/| /' conftest.$ac_ext >&5 19914sed 's/^/| /' conftest.$ac_ext >&5
21524 19915
21525cat >conftest.$ac_ext <<_ACEOF 19916cat >conftest.$ac_ext <<_ACEOF
19917#line $LINENO "configure"
21526/* confdefs.h. */ 19918/* confdefs.h. */
21527_ACEOF 19919_ACEOF
21528cat confdefs.h >>conftest.$ac_ext 19920cat confdefs.h >>conftest.$ac_ext
@@ -21539,20 +19931,11 @@ main ()
21539_ACEOF 19931_ACEOF
21540rm -f conftest.$ac_objext 19932rm -f conftest.$ac_objext
21541if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 19933if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21542 (eval $ac_compile) 2>conftest.er1 19934 (eval $ac_compile) 2>&5
21543 ac_status=$? 19935 ac_status=$?
21544 grep -v '^ *+' conftest.er1 >conftest.err
21545 rm -f conftest.er1
21546 cat conftest.err >&5
21547 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21548 (exit $ac_status); } && 19937 (exit $ac_status); } &&
21549 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 19938 { ac_try='test -s conftest.$ac_objext'
21550 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21551 (eval $ac_try) 2>&5
21552 ac_status=$?
21553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21554 (exit $ac_status); }; } &&
21555 { ac_try='test -s conftest.$ac_objext'
21556 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19939 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21557 (eval $ac_try) 2>&5 19940 (eval $ac_try) 2>&5
21558 ac_status=$? 19941 ac_status=$?
@@ -21565,9 +19948,9 @@ sed 's/^/| /' conftest.$ac_ext >&5
21565 19948
21566emacs_cv_c_restrict=no 19949emacs_cv_c_restrict=no
21567fi 19950fi
21568rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 19951rm -f conftest.$ac_objext conftest.$ac_ext
21569fi 19952fi
21570rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 19953rm -f conftest.$ac_objext conftest.$ac_ext
21571fi 19954fi
21572echo "$as_me:$LINENO: result: $emacs_cv_c_restrict" >&5 19955echo "$as_me:$LINENO: result: $emacs_cv_c_restrict" >&5
21573echo "${ECHO_T}$emacs_cv_c_restrict" >&6 19956echo "${ECHO_T}$emacs_cv_c_restrict" >&6
@@ -21590,6 +19973,7 @@ if test "${emacs_cv_c_restrict_arr+set}" = set; then
21590 echo $ECHO_N "(cached) $ECHO_C" >&6 19973 echo $ECHO_N "(cached) $ECHO_C" >&6
21591else 19974else
21592 cat >conftest.$ac_ext <<_ACEOF 19975 cat >conftest.$ac_ext <<_ACEOF
19976#line $LINENO "configure"
21593/* confdefs.h. */ 19977/* confdefs.h. */
21594_ACEOF 19978_ACEOF
21595cat confdefs.h >>conftest.$ac_ext 19979cat confdefs.h >>conftest.$ac_ext
@@ -21606,20 +19990,11 @@ main ()
21606_ACEOF 19990_ACEOF
21607rm -f conftest.$ac_objext 19991rm -f conftest.$ac_objext
21608if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 19992if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
21609 (eval $ac_compile) 2>conftest.er1 19993 (eval $ac_compile) 2>&5
21610 ac_status=$? 19994 ac_status=$?
21611 grep -v '^ *+' conftest.er1 >conftest.err
21612 rm -f conftest.er1
21613 cat conftest.err >&5
21614 echo "$as_me:$LINENO: \$? = $ac_status" >&5 19995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21615 (exit $ac_status); } && 19996 (exit $ac_status); } &&
21616 { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 19997 { ac_try='test -s conftest.$ac_objext'
21617 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21618 (eval $ac_try) 2>&5
21619 ac_status=$?
21620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21621 (exit $ac_status); }; } &&
21622 { ac_try='test -s conftest.$ac_objext'
21623 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 19998 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21624 (eval $ac_try) 2>&5 19999 (eval $ac_try) 2>&5
21625 ac_status=$? 20000 ac_status=$?
@@ -21632,7 +20007,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
21632 20007
21633emacs_cv_c_restrict_arr=no 20008emacs_cv_c_restrict_arr=no
21634fi 20009fi
21635rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 20010rm -f conftest.$ac_objext conftest.$ac_ext
21636fi 20011fi
21637echo "$as_me:$LINENO: result: $emacs_cv_c_restrict_arr" >&5 20012echo "$as_me:$LINENO: result: $emacs_cv_c_restrict_arr" >&5
21638echo "${ECHO_T}$emacs_cv_c_restrict_arr" >&6 20013echo "${ECHO_T}$emacs_cv_c_restrict_arr" >&6
@@ -21851,6 +20226,7 @@ test "${exec_prefix}" != NONE &&
21851## C preprocessor. 20226## C preprocessor.
21852 20227
21853cat >conftest.$ac_ext <<_ACEOF 20228cat >conftest.$ac_ext <<_ACEOF
20229#line $LINENO "configure"
21854/* confdefs.h. */ 20230/* confdefs.h. */
21855_ACEOF 20231_ACEOF
21856cat confdefs.h >>conftest.$ac_ext 20232cat confdefs.h >>conftest.$ac_ext
@@ -21897,13 +20273,13 @@ _ACEOF
21897 # `set' does not quote correctly, so add quotes (double-quote 20273 # `set' does not quote correctly, so add quotes (double-quote
21898 # substitution turns \\\\ into \\, and sed turns \\ into \). 20274 # substitution turns \\\\ into \\, and sed turns \\ into \).
21899 sed -n \ 20275 sed -n \
21900 "s/'/'\\\\''/g; 20276 "s/'/'\\\\''/g;
21901 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" 20277 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
21902 ;; 20278 ;;
21903 *) 20279 *)
21904 # `set' quotes correctly as required by POSIX, so do not add quotes. 20280 # `set' quotes correctly as required by POSIX, so do not add quotes.
21905 sed -n \ 20281 sed -n \
21906 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 20282 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
21907 ;; 20283 ;;
21908 esac; 20284 esac;
21909} | 20285} |
@@ -21933,13 +20309,13 @@ test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
21933# trailing colons and then remove the whole line if VPATH becomes empty 20309# trailing colons and then remove the whole line if VPATH becomes empty
21934# (actually we leave an empty line to preserve line numbers). 20310# (actually we leave an empty line to preserve line numbers).
21935if test "x$srcdir" = x.; then 20311if test "x$srcdir" = x.; then
21936 ac_vpsub='/^[ ]*VPATH[ ]*=/{ 20312 ac_vpsub='/^[ ]*VPATH[ ]*=/{
21937s/:*\$(srcdir):*/:/; 20313s/:*\$(srcdir):*/:/;
21938s/:*\${srcdir}:*/:/; 20314s/:*\${srcdir}:*/:/;
21939s/:*@srcdir@:*/:/; 20315s/:*@srcdir@:*/:/;
21940s/^\([^=]*=[ ]*\):*/\1/; 20316s/^\([^=]*=[ ]*\):*/\1/;
21941s/:*$//; 20317s/:*$//;
21942s/^[^=]*=[ ]*$//; 20318s/^[^=]*=[ ]*$//;
21943}' 20319}'
21944fi 20320fi
21945 20321
@@ -21950,7 +20326,7 @@ ac_ltlibobjs=
21950for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue 20326for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
21951 # 1. Remove the extension, and $U if already installed. 20327 # 1. Remove the extension, and $U if already installed.
21952 ac_i=`echo "$ac_i" | 20328 ac_i=`echo "$ac_i" |
21953 sed 's/\$U\././;s/\.o$//;s/\.obj$//'` 20329 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
21954 # 2. Add them. 20330 # 2. Add them.
21955 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" 20331 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
21956 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo' 20332 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
@@ -21994,10 +20370,9 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
21994elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then 20370elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
21995 set -o posix 20371 set -o posix
21996fi 20372fi
21997DUALCASE=1; export DUALCASE # for MKS sh
21998 20373
21999# Support unset when possible. 20374# Support unset when possible.
22000if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 20375if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
22001 as_unset=unset 20376 as_unset=unset
22002else 20377else
22003 as_unset=false 20378 as_unset=false
@@ -22016,7 +20391,7 @@ for as_var in \
22016 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 20391 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
22017 LC_TELEPHONE LC_TIME 20392 LC_TELEPHONE LC_TIME
22018do 20393do
22019 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 20394 if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
22020 eval $as_var=C; export $as_var 20395 eval $as_var=C; export $as_var
22021 else 20396 else
22022 $as_unset $as_var 20397 $as_unset $as_var
@@ -22195,17 +20570,16 @@ rm -f conf$$ conf$$.exe conf$$.file
22195if mkdir -p . 2>/dev/null; then 20570if mkdir -p . 2>/dev/null; then
22196 as_mkdir_p=: 20571 as_mkdir_p=:
22197else 20572else
22198 test -d ./-p && rmdir ./-p
22199 as_mkdir_p=false 20573 as_mkdir_p=false
22200fi 20574fi
22201 20575
22202as_executable_p="test -f" 20576as_executable_p="test -f"
22203 20577
22204# Sed expression to map a string onto a valid CPP name. 20578# Sed expression to map a string onto a valid CPP name.
22205as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 20579as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
22206 20580
22207# Sed expression to map a string onto a valid variable name. 20581# Sed expression to map a string onto a valid variable name.
22208as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 20582as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
22209 20583
22210 20584
22211# IFS 20585# IFS
@@ -22232,7 +20606,7 @@ _ASBOX
22232cat >&5 <<_CSEOF 20606cat >&5 <<_CSEOF
22233 20607
22234This file was extended by $as_me, which was 20608This file was extended by $as_me, which was
22235generated by GNU Autoconf 2.59. Invocation command line was 20609generated by GNU Autoconf 2.57. Invocation command line was
22236 20610
22237 CONFIG_FILES = $CONFIG_FILES 20611 CONFIG_FILES = $CONFIG_FILES
22238 CONFIG_HEADERS = $CONFIG_HEADERS 20612 CONFIG_HEADERS = $CONFIG_HEADERS
@@ -22276,9 +20650,9 @@ Usage: $0 [OPTIONS] [FILE]...
22276 -d, --debug don't remove temporary files 20650 -d, --debug don't remove temporary files
22277 --recheck update $as_me by reconfiguring in the same conditions 20651 --recheck update $as_me by reconfiguring in the same conditions
22278 --file=FILE[:TEMPLATE] 20652 --file=FILE[:TEMPLATE]
22279 instantiate the configuration file FILE 20653 instantiate the configuration file FILE
22280 --header=FILE[:TEMPLATE] 20654 --header=FILE[:TEMPLATE]
22281 instantiate the configuration header FILE 20655 instantiate the configuration header FILE
22282 20656
22283Configuration files: 20657Configuration files:
22284$config_files 20658$config_files
@@ -22295,10 +20669,11 @@ _ACEOF
22295cat >>$CONFIG_STATUS <<_ACEOF 20669cat >>$CONFIG_STATUS <<_ACEOF
22296ac_cs_version="\\ 20670ac_cs_version="\\
22297config.status 20671config.status
22298configured by $0, generated by GNU Autoconf 2.59, 20672configured by $0, generated by GNU Autoconf 2.57,
22299 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" 20673 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
22300 20674
22301Copyright (C) 2003 Free Software Foundation, Inc. 20675Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
20676Free Software Foundation, Inc.
22302This config.status script is free software; the Free Software Foundation 20677This config.status script is free software; the Free Software Foundation
22303gives unlimited permission to copy, distribute and modify it." 20678gives unlimited permission to copy, distribute and modify it."
22304srcdir=$srcdir 20679srcdir=$srcdir
@@ -22590,9 +20965,9 @@ _ACEOF
22590 (echo ':t 20965 (echo ':t
22591 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed 20966 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
22592 if test -z "$ac_sed_cmds"; then 20967 if test -z "$ac_sed_cmds"; then
22593 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" 20968 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
22594 else 20969 else
22595 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" 20970 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
22596 fi 20971 fi
22597 ac_sed_frag=`expr $ac_sed_frag + 1` 20972 ac_sed_frag=`expr $ac_sed_frag + 1`
22598 ac_beg=$ac_end 20973 ac_beg=$ac_end
@@ -22610,21 +20985,21 @@ for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
22610 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 20985 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
22611 case $ac_file in 20986 case $ac_file in
22612 - | *:- | *:-:* ) # input from stdin 20987 - | *:- | *:-:* ) # input from stdin
22613 cat >$tmp/stdin 20988 cat >$tmp/stdin
22614 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 20989 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
22615 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 20990 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
22616 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 20991 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
22617 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 20992 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
22618 * ) ac_file_in=$ac_file.in ;; 20993 * ) ac_file_in=$ac_file.in ;;
22619 esac 20994 esac
22620 20995
22621 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories. 20996 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
22622 ac_dir=`(dirname "$ac_file") 2>/dev/null || 20997 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
22623$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 20998$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
22624 X"$ac_file" : 'X\(//\)[^/]' \| \ 20999 X"$ac_file" : 'X\(//\)[^/]' \| \
22625 X"$ac_file" : 'X\(//\)$' \| \ 21000 X"$ac_file" : 'X\(//\)$' \| \
22626 X"$ac_file" : 'X\(/\)' \| \ 21001 X"$ac_file" : 'X\(/\)' \| \
22627 . : '\(.\)' 2>/dev/null || 21002 . : '\(.\)' 2>/dev/null ||
22628echo X"$ac_file" | 21003echo X"$ac_file" |
22629 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 21004 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
22630 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 21005 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
@@ -22640,10 +21015,10 @@ echo X"$ac_file" |
22640 as_dirs="$as_dir $as_dirs" 21015 as_dirs="$as_dir $as_dirs"
22641 as_dir=`(dirname "$as_dir") 2>/dev/null || 21016 as_dir=`(dirname "$as_dir") 2>/dev/null ||
22642$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 21017$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
22643 X"$as_dir" : 'X\(//\)[^/]' \| \ 21018 X"$as_dir" : 'X\(//\)[^/]' \| \
22644 X"$as_dir" : 'X\(//\)$' \| \ 21019 X"$as_dir" : 'X\(//\)$' \| \
22645 X"$as_dir" : 'X\(/\)' \| \ 21020 X"$as_dir" : 'X\(/\)' \| \
22646 . : '\(.\)' 2>/dev/null || 21021 . : '\(.\)' 2>/dev/null ||
22647echo X"$as_dir" | 21022echo X"$as_dir" |
22648 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 21023 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
22649 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 21024 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
@@ -22681,45 +21056,12 @@ case $srcdir in
22681 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 21056 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
22682 ac_top_srcdir=$ac_top_builddir$srcdir ;; 21057 ac_top_srcdir=$ac_top_builddir$srcdir ;;
22683esac 21058esac
22684 21059# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
22685# Do not use `cd foo && pwd` to compute absolute paths, because 21060# absolute.
22686# the directories may not exist. 21061ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
22687case `pwd` in 21062ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
22688.) ac_abs_builddir="$ac_dir";; 21063ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
22689*) 21064ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
22690 case "$ac_dir" in
22691 .) ac_abs_builddir=`pwd`;;
22692 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
22693 *) ac_abs_builddir=`pwd`/"$ac_dir";;
22694 esac;;
22695esac
22696case $ac_abs_builddir in
22697.) ac_abs_top_builddir=${ac_top_builddir}.;;
22698*)
22699 case ${ac_top_builddir}. in
22700 .) ac_abs_top_builddir=$ac_abs_builddir;;
22701 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
22702 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
22703 esac;;
22704esac
22705case $ac_abs_builddir in
22706.) ac_abs_srcdir=$ac_srcdir;;
22707*)
22708 case $ac_srcdir in
22709 .) ac_abs_srcdir=$ac_abs_builddir;;
22710 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
22711 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
22712 esac;;
22713esac
22714case $ac_abs_builddir in
22715.) ac_abs_top_srcdir=$ac_top_srcdir;;
22716*)
22717 case $ac_top_srcdir in
22718 .) ac_abs_top_srcdir=$ac_abs_builddir;;
22719 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
22720 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
22721 esac;;
22722esac
22723 21065
22724 21066
22725 case $INSTALL in 21067 case $INSTALL in
@@ -22727,6 +21069,11 @@ esac
22727 *) ac_INSTALL=$ac_top_builddir$INSTALL ;; 21069 *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
22728 esac 21070 esac
22729 21071
21072 if test x"$ac_file" != x-; then
21073 { echo "$as_me:$LINENO: creating $ac_file" >&5
21074echo "$as_me: creating $ac_file" >&6;}
21075 rm -f "$ac_file"
21076 fi
22730 # Let's still pretend it is `configure' which instantiates (i.e., don't 21077 # Let's still pretend it is `configure' which instantiates (i.e., don't
22731 # use $as_me), people would be surprised to read: 21078 # use $as_me), people would be surprised to read:
22732 # /* config.h. Generated by config.status. */ 21079 # /* config.h. Generated by config.status. */
@@ -22736,7 +21083,7 @@ esac
22736 configure_input="$ac_file. " 21083 configure_input="$ac_file. "
22737 fi 21084 fi
22738 configure_input=$configure_input"Generated from `echo $ac_file_in | 21085 configure_input=$configure_input"Generated from `echo $ac_file_in |
22739 sed 's,.*/,,'` by configure." 21086 sed 's,.*/,,'` by configure."
22740 21087
22741 # First look for the input files in the build tree, otherwise in the 21088 # First look for the input files in the build tree, otherwise in the
22742 # src tree. 21089 # src tree.
@@ -22745,32 +21092,26 @@ esac
22745 case $f in 21092 case $f in
22746 -) echo $tmp/stdin ;; 21093 -) echo $tmp/stdin ;;
22747 [\\/$]*) 21094 [\\/$]*)
22748 # Absolute (can't be DOS-style, as IFS=:) 21095 # Absolute (can't be DOS-style, as IFS=:)
22749 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 21096 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
22750echo "$as_me: error: cannot find input file: $f" >&2;} 21097echo "$as_me: error: cannot find input file: $f" >&2;}
22751 { (exit 1); exit 1; }; } 21098 { (exit 1); exit 1; }; }
22752 echo "$f";; 21099 echo $f;;
22753 *) # Relative 21100 *) # Relative
22754 if test -f "$f"; then 21101 if test -f "$f"; then
22755 # Build tree 21102 # Build tree
22756 echo "$f" 21103 echo $f
22757 elif test -f "$srcdir/$f"; then 21104 elif test -f "$srcdir/$f"; then
22758 # Source tree 21105 # Source tree
22759 echo "$srcdir/$f" 21106 echo $srcdir/$f
22760 else 21107 else
22761 # /dev/null tree 21108 # /dev/null tree
22762 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 21109 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
22763echo "$as_me: error: cannot find input file: $f" >&2;} 21110echo "$as_me: error: cannot find input file: $f" >&2;}
22764 { (exit 1); exit 1; }; } 21111 { (exit 1); exit 1; }; }
22765 fi;; 21112 fi;;
22766 esac 21113 esac
22767 done` || { (exit 1); exit 1; } 21114 done` || { (exit 1); exit 1; }
22768
22769 if test x"$ac_file" != x-; then
22770 { echo "$as_me:$LINENO: creating $ac_file" >&5
22771echo "$as_me: creating $ac_file" >&6;}
22772 rm -f "$ac_file"
22773 fi
22774_ACEOF 21115_ACEOF
22775cat >>$CONFIG_STATUS <<_ACEOF 21116cat >>$CONFIG_STATUS <<_ACEOF
22776 sed "$ac_vpsub 21117 sed "$ac_vpsub
@@ -22810,12 +21151,12 @@ cat >>$CONFIG_STATUS <<\_ACEOF
22810# NAME is the cpp macro being defined and VALUE is the value it is being given. 21151# NAME is the cpp macro being defined and VALUE is the value it is being given.
22811# 21152#
22812# ac_d sets the value in "#define NAME VALUE" lines. 21153# ac_d sets the value in "#define NAME VALUE" lines.
22813ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)' 21154ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
22814ac_dB='[ ].*$,\1#\2' 21155ac_dB='[ ].*$,\1#\2'
22815ac_dC=' ' 21156ac_dC=' '
22816ac_dD=',;t' 21157ac_dD=',;t'
22817# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE". 21158# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
22818ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' 21159ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
22819ac_uB='$,\1#\2define\3' 21160ac_uB='$,\1#\2define\3'
22820ac_uC=' ' 21161ac_uC=' '
22821ac_uD=',;t' 21162ac_uD=',;t'
@@ -22824,11 +21165,11 @@ for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
22824 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 21165 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
22825 case $ac_file in 21166 case $ac_file in
22826 - | *:- | *:-:* ) # input from stdin 21167 - | *:- | *:-:* ) # input from stdin
22827 cat >$tmp/stdin 21168 cat >$tmp/stdin
22828 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 21169 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
22829 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 21170 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
22830 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 21171 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
22831 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 21172 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
22832 * ) ac_file_in=$ac_file.in ;; 21173 * ) ac_file_in=$ac_file.in ;;
22833 esac 21174 esac
22834 21175
@@ -22842,29 +21183,28 @@ echo "$as_me: creating $ac_file" >&6;}
22842 case $f in 21183 case $f in
22843 -) echo $tmp/stdin ;; 21184 -) echo $tmp/stdin ;;
22844 [\\/$]*) 21185 [\\/$]*)
22845 # Absolute (can't be DOS-style, as IFS=:) 21186 # Absolute (can't be DOS-style, as IFS=:)
22846 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 21187 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
22847echo "$as_me: error: cannot find input file: $f" >&2;} 21188echo "$as_me: error: cannot find input file: $f" >&2;}
22848 { (exit 1); exit 1; }; } 21189 { (exit 1); exit 1; }; }
22849 # Do quote $f, to prevent DOS paths from being IFS'd. 21190 echo $f;;
22850 echo "$f";;
22851 *) # Relative 21191 *) # Relative
22852 if test -f "$f"; then 21192 if test -f "$f"; then
22853 # Build tree 21193 # Build tree
22854 echo "$f" 21194 echo $f
22855 elif test -f "$srcdir/$f"; then 21195 elif test -f "$srcdir/$f"; then
22856 # Source tree 21196 # Source tree
22857 echo "$srcdir/$f" 21197 echo $srcdir/$f
22858 else 21198 else
22859 # /dev/null tree 21199 # /dev/null tree
22860 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 21200 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
22861echo "$as_me: error: cannot find input file: $f" >&2;} 21201echo "$as_me: error: cannot find input file: $f" >&2;}
22862 { (exit 1); exit 1; }; } 21202 { (exit 1); exit 1; }; }
22863 fi;; 21203 fi;;
22864 esac 21204 esac
22865 done` || { (exit 1); exit 1; } 21205 done` || { (exit 1); exit 1; }
22866 # Remove the trailing spaces. 21206 # Remove the trailing spaces.
22867 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in 21207 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
22868 21208
22869_ACEOF 21209_ACEOF
22870 21210
@@ -22887,9 +21227,9 @@ s/[\\&,]/\\&/g
22887s,[\\$`],\\&,g 21227s,[\\$`],\\&,g
22888t clear 21228t clear
22889: clear 21229: clear
22890s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp 21230s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
22891t end 21231t end
22892s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp 21232s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
22893: end 21233: end
22894_ACEOF 21234_ACEOF
22895# If some macros were called several times there might be several times 21235# If some macros were called several times there might be several times
@@ -22903,13 +21243,13 @@ rm -f confdef2sed.sed
22903# example, in the case of _POSIX_SOURCE, which is predefined and required 21243# example, in the case of _POSIX_SOURCE, which is predefined and required
22904# on some systems where configure will not decide to define it. 21244# on some systems where configure will not decide to define it.
22905cat >>conftest.undefs <<\_ACEOF 21245cat >>conftest.undefs <<\_ACEOF
22906s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */, 21246s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
22907_ACEOF 21247_ACEOF
22908 21248
22909# Break up conftest.defines because some shells have a limit on the size 21249# Break up conftest.defines because some shells have a limit on the size
22910# of here documents, and old seds have small limits too (100 cmds). 21250# of here documents, and old seds have small limits too (100 cmds).
22911echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS 21251echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
22912echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS 21252echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
22913echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS 21253echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
22914echo ' :' >>$CONFIG_STATUS 21254echo ' :' >>$CONFIG_STATUS
22915rm -f conftest.tail 21255rm -f conftest.tail
@@ -22918,7 +21258,7 @@ do
22918 # Write a limited-size here document to $tmp/defines.sed. 21258 # Write a limited-size here document to $tmp/defines.sed.
22919 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS 21259 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
22920 # Speed up: don't consider the non `#define' lines. 21260 # Speed up: don't consider the non `#define' lines.
22921 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS 21261 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
22922 # Work around the forget-to-reset-the-flag bug. 21262 # Work around the forget-to-reset-the-flag bug.
22923 echo 't clr' >>$CONFIG_STATUS 21263 echo 't clr' >>$CONFIG_STATUS
22924 echo ': clr' >>$CONFIG_STATUS 21264 echo ': clr' >>$CONFIG_STATUS
@@ -22945,7 +21285,7 @@ do
22945 # Write a limited-size here document to $tmp/undefs.sed. 21285 # Write a limited-size here document to $tmp/undefs.sed.
22946 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS 21286 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
22947 # Speed up: don't consider the non `#undef' 21287 # Speed up: don't consider the non `#undef'
22948 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS 21288 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
22949 # Work around the forget-to-reset-the-flag bug. 21289 # Work around the forget-to-reset-the-flag bug.
22950 echo 't clr' >>$CONFIG_STATUS 21290 echo 't clr' >>$CONFIG_STATUS
22951 echo ': clr' >>$CONFIG_STATUS 21291 echo ': clr' >>$CONFIG_STATUS
@@ -22979,10 +21319,10 @@ echo "$as_me: $ac_file is unchanged" >&6;}
22979 else 21319 else
22980 ac_dir=`(dirname "$ac_file") 2>/dev/null || 21320 ac_dir=`(dirname "$ac_file") 2>/dev/null ||
22981$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 21321$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
22982 X"$ac_file" : 'X\(//\)[^/]' \| \ 21322 X"$ac_file" : 'X\(//\)[^/]' \| \
22983 X"$ac_file" : 'X\(//\)$' \| \ 21323 X"$ac_file" : 'X\(//\)$' \| \
22984 X"$ac_file" : 'X\(/\)' \| \ 21324 X"$ac_file" : 'X\(/\)' \| \
22985 . : '\(.\)' 2>/dev/null || 21325 . : '\(.\)' 2>/dev/null ||
22986echo X"$ac_file" | 21326echo X"$ac_file" |
22987 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 21327 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
22988 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 21328 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
@@ -22998,10 +21338,10 @@ echo X"$ac_file" |
22998 as_dirs="$as_dir $as_dirs" 21338 as_dirs="$as_dir $as_dirs"
22999 as_dir=`(dirname "$as_dir") 2>/dev/null || 21339 as_dir=`(dirname "$as_dir") 2>/dev/null ||
23000$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 21340$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
23001 X"$as_dir" : 'X\(//\)[^/]' \| \ 21341 X"$as_dir" : 'X\(//\)[^/]' \| \
23002 X"$as_dir" : 'X\(//\)$' \| \ 21342 X"$as_dir" : 'X\(//\)$' \| \
23003 X"$as_dir" : 'X\(/\)' \| \ 21343 X"$as_dir" : 'X\(/\)' \| \
23004 . : '\(.\)' 2>/dev/null || 21344 . : '\(.\)' 2>/dev/null ||
23005echo X"$as_dir" | 21345echo X"$as_dir" |
23006 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 21346 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
23007 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 21347 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
@@ -23033,41 +21373,16 @@ for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
23033 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'` 21373 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
23034 ac_dir=`(dirname "$ac_dest") 2>/dev/null || 21374 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
23035$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 21375$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
23036 X"$ac_dest" : 'X\(//\)[^/]' \| \ 21376 X"$ac_dest" : 'X\(//\)[^/]' \| \
23037 X"$ac_dest" : 'X\(//\)$' \| \ 21377 X"$ac_dest" : 'X\(//\)$' \| \
23038 X"$ac_dest" : 'X\(/\)' \| \ 21378 X"$ac_dest" : 'X\(/\)' \| \
23039 . : '\(.\)' 2>/dev/null || 21379 . : '\(.\)' 2>/dev/null ||
23040echo X"$ac_dest" | 21380echo X"$ac_dest" |
23041 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 21381 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
23042 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 21382 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
23043 /^X\(\/\/\)$/{ s//\1/; q; } 21383 /^X\(\/\/\)$/{ s//\1/; q; }
23044 /^X\(\/\).*/{ s//\1/; q; } 21384 /^X\(\/\).*/{ s//\1/; q; }
23045 s/.*/./; q'` 21385 s/.*/./; q'`
23046 { if $as_mkdir_p; then
23047 mkdir -p "$ac_dir"
23048 else
23049 as_dir="$ac_dir"
23050 as_dirs=
23051 while test ! -d "$as_dir"; do
23052 as_dirs="$as_dir $as_dirs"
23053 as_dir=`(dirname "$as_dir") 2>/dev/null ||
23054$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
23055 X"$as_dir" : 'X\(//\)[^/]' \| \
23056 X"$as_dir" : 'X\(//\)$' \| \
23057 X"$as_dir" : 'X\(/\)' \| \
23058 . : '\(.\)' 2>/dev/null ||
23059echo X"$as_dir" |
23060 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
23061 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
23062 /^X\(\/\/\)$/{ s//\1/; q; }
23063 /^X\(\/\).*/{ s//\1/; q; }
23064 s/.*/./; q'`
23065 done
23066 test ! -n "$as_dirs" || mkdir $as_dirs
23067 fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
23068echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
23069 { (exit 1); exit 1; }; }; }
23070
23071 ac_builddir=. 21386 ac_builddir=.
23072 21387
23073if test "$ac_dir" != .; then 21388if test "$ac_dir" != .; then
@@ -23093,45 +21408,12 @@ case $srcdir in
23093 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix 21408 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
23094 ac_top_srcdir=$ac_top_builddir$srcdir ;; 21409 ac_top_srcdir=$ac_top_builddir$srcdir ;;
23095esac 21410esac
23096 21411# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
23097# Do not use `cd foo && pwd` to compute absolute paths, because 21412# absolute.
23098# the directories may not exist. 21413ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
23099case `pwd` in 21414ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
23100.) ac_abs_builddir="$ac_dir";; 21415ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
23101*) 21416ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
23102 case "$ac_dir" in
23103 .) ac_abs_builddir=`pwd`;;
23104 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
23105 *) ac_abs_builddir=`pwd`/"$ac_dir";;
23106 esac;;
23107esac
23108case $ac_abs_builddir in
23109.) ac_abs_top_builddir=${ac_top_builddir}.;;
23110*)
23111 case ${ac_top_builddir}. in
23112 .) ac_abs_top_builddir=$ac_abs_builddir;;
23113 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
23114 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
23115 esac;;
23116esac
23117case $ac_abs_builddir in
23118.) ac_abs_srcdir=$ac_srcdir;;
23119*)
23120 case $ac_srcdir in
23121 .) ac_abs_srcdir=$ac_abs_builddir;;
23122 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
23123 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
23124 esac;;
23125esac
23126case $ac_abs_builddir in
23127.) ac_abs_top_srcdir=$ac_top_srcdir;;
23128*)
23129 case $ac_top_srcdir in
23130 .) ac_abs_top_srcdir=$ac_abs_builddir;;
23131 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
23132 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
23133 esac;;
23134esac
23135 21417
23136 21418
23137 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5 21419 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
diff --git a/configure.in b/configure.in
index 22ed448803b..2181f9ac3d6 100644
--- a/configure.in
+++ b/configure.in
@@ -1080,6 +1080,9 @@ dnl see the `changequote' comment above.
1080 machine=intel386 1080 machine=intel386
1081 case "${canonical}" in 1081 case "${canonical}" in
1082 *-cygwin ) opsys=cygwin ;; 1082 *-cygwin ) opsys=cygwin ;;
1083 *-darwin ) opsys=darwin
1084 CPP="${CC-cc} -E -no-cpp-precomp"
1085 ;;
1083 *-lynxos* ) opsys=lynxos ;; 1086 *-lynxos* ) opsys=lynxos ;;
1084 *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;; 1087 *-isc1.* | *-isc2.[01]* ) opsys=386-ix ;;
1085 *-isc2.2* ) opsys=isc2-2 ;; 1088 *-isc2.2* ) opsys=isc2-2 ;;
@@ -2345,6 +2348,15 @@ if test "${HAVE_CARBON}" = "yes"; then
2345 fi 2348 fi
2346 # We also have mouse menus. 2349 # We also have mouse menus.
2347 HAVE_MENUS=yes 2350 HAVE_MENUS=yes
2351
2352 tmp_CFLAGS="$CFLAGS"
2353 CFLAGS="$CFLAGS -framework Carbon"
2354 AC_CHECK_FUNC(CancelMenuTracking, have_cmt=yes, have_cmt=no)
2355 if test "$have_cmt" = yes; then
2356 AC_DEFINE(HAVE_CANCELMENUTRACKING, 1,
2357 [Define to 1 if CancelMenuTracking is available (Mac OSX).])
2358 fi
2359 CFLAGS="$tmp_CFLAGS"
2348fi 2360fi
2349 2361
2350### Use session management (-lSM -lICE) if available 2362### Use session management (-lSM -lICE) if available
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 2a21b596300..796d2db3190 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,15 @@
12005-06-08 Kim F. Storm <storm@cua.dk>
2
3 * PROBLEMS: Linux kernel 2.6.10 may corrupt process output.
4 Warn that using CVS+SSH may corrupt files, include work-around.
5
62005-06-06 Juri Linkov <juri@jurta.org>
7
8 * TUTORIAL.cs, TUTORIAL.sk: Change NBSP to space.
9
10 * TUTORIAL.ro: Change NBSP to space. Move coding cookie from the
11 second line to Local Variables. Fix title line.
12
12005-05-30 Miles Bader <miles@gnu.org> 132005-05-30 Miles Bader <miles@gnu.org>
2 14
3 * emacs-buffer.gdb: Remove RCS keywords. 15 * emacs-buffer.gdb: Remove RCS keywords.
diff --git a/etc/NEWS b/etc/NEWS
index 3de259d9599..5a042464e83 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -873,6 +873,21 @@ appears in.
873*** The variable `cursor-in-non-selected-windows' can now be set to any 873*** The variable `cursor-in-non-selected-windows' can now be set to any
874of the recognized cursor types. 874of the recognized cursor types.
875 875
876** New faces:
877
878+++
879*** `mode-line-highlight' is the standard face indicating mouse sensitive
880elements on mode-line (and header-line) like `highlight' face on text
881areas.
882
883+++
884*** `shadow' face defines the appearance of the "shadowed" text, i.e.
885the text which should be less noticeable than the surrounding text.
886This can be achieved by using shades of grey in contrast with either
887black or white default foreground color. This generic shadow face
888allows customization of the appearance of shadowed text in one place,
889so package-specific faces can inherit from it.
890
876** Font-Lock changes: 891** Font-Lock changes:
877 892
878+++ 893+++
@@ -3589,6 +3604,14 @@ element, if the last match was on a buffer. `set-match-data'
3589accepts such a list for restoring the match state. 3604accepts such a list for restoring the match state.
3590 3605
3591+++ 3606+++
3607*** Functions `match-data' and `set-match-data' now have an optional
3608argument `reseat'. When non-nil, all markers in the match data list
3609passed to these function will be reseated to point to nowhere, and if
3610the value of `reseat' is `evaporate', the markers are put onto the
3611free list. Note that no other references to those markers must exist
3612if `evaporate' is specified for the `reseat' argument.
3613
3614+++
3592*** The default value of `sentence-end' is now defined using the new 3615*** The default value of `sentence-end' is now defined using the new
3593variable `sentence-end-without-space', which contains such characters 3616variable `sentence-end-without-space', which contains such characters
3594that end a sentence without following spaces. 3617that end a sentence without following spaces.
@@ -4872,9 +4895,6 @@ line.
4872 4895
4873+++ 4896+++
4874*** Mouse-face on mode-line (and header-line) is now supported. 4897*** Mouse-face on mode-line (and header-line) is now supported.
4875`mode-line-highlight' is the standard face indicating mouse sensitive
4876elements on mode-line (and header-line) like `highlight' face on text
4877areas.
4878 4898
4879** Menu manipulation changes: 4899** Menu manipulation changes:
4880 4900
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index bddd5f633e3..f2c0cfaec50 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -1583,6 +1583,24 @@ global-font-lock-mode RET" or by customizing the variable
1583 1583
1584** GNU/Linux 1584** GNU/Linux
1585 1585
1586*** GNU/Linux: Process output is corrupted.
1587
1588There is a bug in Linux kernel 2.6.10 PTYs that can cause emacs to
1589read corrupted process output.
1590
1591*** GNU/Linux: Remote access to CVS with SSH causes file corruption.
1592
1593If you access a remote CVS repository via SSH, files may be corrupted
1594due to bad interaction between CVS, SSH, and libc.
1595
1596To fix the problem, save the following script into a file, make it
1597executable, and set CVS_RSH environment variable to the file name of
1598the script:
1599
1600#!/bin/bash
1601exec 2> >(exec cat >&2 2>/dev/null)
1602exec ssh "$@"
1603
1586*** GNU/Linux: On Linux-based GNU systems using libc versions 5.4.19 through 1604*** GNU/Linux: On Linux-based GNU systems using libc versions 5.4.19 through
15875.4.22, Emacs crashes at startup with a segmentation fault. 16055.4.22, Emacs crashes at startup with a segmentation fault.
1588 1606
diff --git a/etc/TUTORIAL.cs b/etc/TUTORIAL.cs
index 54b77094a37..9a244a5e750 100644
--- a/etc/TUTORIAL.cs
+++ b/etc/TUTORIAL.cs
@@ -489,7 +489,7 @@ vyvoláte pøíkaz
489 C-x C-f Vyhledání souboru 489 C-x C-f Vyhledání souboru
490 490
491Emacs se vás zeptá na jméno souboru. Jméno souboru, které pí¹ete, se 491Emacs se vás zeptá na jméno souboru. Jméno souboru, které pí¹ete, se
492objevuje ve spodním øádku obrazovky, který se v této situaci nazývá 492objevuje ve spodním øádku obrazovky, který se v této situaci nazývá
493minibuffer. Pro editaci jména souboru mù¾ete pou¾ívat obvyklé editaèní 493minibuffer. Pro editaci jména souboru mù¾ete pou¾ívat obvyklé editaèní
494pøíkazy Emacsu. 494pøíkazy Emacsu.
495 495
diff --git a/etc/TUTORIAL.ro b/etc/TUTORIAL.ro
index 459d3726cee..71b2466eca9 100644
--- a/etc/TUTORIAL.ro
+++ b/etc/TUTORIAL.ro
@@ -1,10 +1,8 @@
1tutorialului de Emacs. 1Tutorialului de Emacs. A se citi sfârºitul pentru condiþii.
2Copyright (c) 1998 Free Software Foundation -*-coding: latin-2;-*- 2Copyright (c) 1998 Free Software Foundation
3Traducere din englezã de Tudor Hulubei <tudor@gnu.org>. 3Traducere din englezã de Tudor Hulubei <tudor@gnu.org>.
4Mulþumiri Aidei Hulubei <aida@chang.pub.ro> pentru corecturi ºi sugestii. 4Mulþumiri Aidei Hulubei <aida@chang.pub.ro> pentru corecturi ºi sugestii.
5 5
6A se citi sfârºitul pentru condiþii.
7
8Aceastã versiune a fost produsã plecând de la versiunea în limba 6Aceastã versiune a fost produsã plecând de la versiunea în limba
9englezã, care este 7englezã, care este
10Copyright (c) 1985 Free Software Foundation, Inc. 8Copyright (c) 1985 Free Software Foundation, Inc.
@@ -1112,4 +1110,8 @@ spirit. Citiþi fiºierul COPYING ºi apoi distribuiþi prietenilor copii
1112ale Emacs-ului. Contribuiþi la eliminarea obstrucþionismului software 1110ale Emacs-ului. Contribuiþi la eliminarea obstrucþionismului software
1113folosind, scriind ºi distribuind free software! 1111folosind, scriind ºi distribuind free software!
1114 1112
1113;;; Local Variables:
1114;;; coding: iso-latin-2
1115;;; End:
1116
1115;;; arch-tag: dcf252cf-bd67-4f8d-a440-1ec4b8dbfd70 1117;;; arch-tag: dcf252cf-bd67-4f8d-a440-1ec4b8dbfd70
diff --git a/etc/TUTORIAL.sk b/etc/TUTORIAL.sk
index 47f104ffa77..67e20f1497c 100644
--- a/etc/TUTORIAL.sk
+++ b/etc/TUTORIAL.sk
@@ -501,7 +501,7 @@ vyvoláte príkaz
501 C-x C-f Vyhµadanie súboru 501 C-x C-f Vyhµadanie súboru
502 502
503Emacs sa Vás opýta na meno súboru. Meno súboru, ktoré pí¹ete, sa 503Emacs sa Vás opýta na meno súboru. Meno súboru, ktoré pí¹ete, sa
504objavuje v spodnom riadku obrazovky, ktorý sa v tejto situácii nazýva 504objavuje v spodnom riadku obrazovky, ktorý sa v tejto situácii nazýva
505minibuffer. Pre editáciu mena súboru mô¾ete pou¾íva» obvyklé editaèné 505minibuffer. Pre editáciu mena súboru mô¾ete pou¾íva» obvyklé editaèné
506príkazy Emacsu. 506príkazy Emacsu.
507 507
diff --git a/etc/TUTORIAL.translators b/etc/TUTORIAL.translators
index d0c09e5bc7b..671c52e0b1e 100644
--- a/etc/TUTORIAL.translators
+++ b/etc/TUTORIAL.translators
@@ -1,86 +1,86 @@
1This file contains the list of translators and maintainers of the 1This file contains the list of translators and maintainers of the
2tutorial. 2tutorial.
3 3
4* TUTORIAL.bg: 4* TUTORIAL.bg:
5Author: Ognyan Kulev <ogi@fmi.uni-sofia.bg> 5Author: Ognyan Kulev <ogi@fmi.uni-sofia.bg>
6Maintainer: Ognyan Kulev <ogi@fmi.uni-sofia.bg> 6Maintainer: Ognyan Kulev <ogi@fmi.uni-sofia.bg>
7 7
8* TUTORIAL.cn: 8* TUTORIAL.cn:
9Author: Chao-Hong Liu <chliu@gnu.org> 9Author: Chao-Hong Liu <chliu@gnu.org>
10Maintainer: Chao-Hong Liu <chliu@gnu.org> 10Maintainer: Chao-Hong Liu <chliu@gnu.org>
11 11
12* TUTORIAL.cs: 12* TUTORIAL.cs:
13Author: Milan Zamazal <pdm@zamazal.org> 13Author: Milan Zamazal <pdm@zamazal.org>
14 Pavel Janík <Pavel@Janik.cz> 14 Pavel Janík <Pavel@Janik.cz>
15Maintainer: Milan Zamazal <pdm@zamazal.org> 15Maintainer: Milan Zamazal <pdm@zamazal.org>
16 Pavel Janík <Pavel@Janik.cz> 16 Pavel Janík <Pavel@Janik.cz>
17 17
18* TUTORIAL.de: 18* TUTORIAL.de:
19Author: Werner Lemberg <wl@gnu.org> 19Author: Werner Lemberg <wl@gnu.org>
20Maintainer: Werner Lemberg <wl@gnu.org> 20Maintainer: Werner Lemberg <wl@gnu.org>
21 21
22* TUTORIAL.es: 22* TUTORIAL.es:
23Author: Rafael Sepúlveda <drs@gnulinux.org.mx> 23Author: Rafael Sepúlveda <drs@gnulinux.org.mx>
24Maintainer: Rafael Sepúlveda <drs@gnulinux.org.mx> 24Maintainer: Rafael Sepúlveda <drs@gnulinux.org.mx>
25 25
26* TUTORIAL.fr: 26* TUTORIAL.fr:
27Author: Éric Jacoboni <jaco@teaser.fr> 27Author: Éric Jacoboni <jaco@teaser.fr>
28Maintainer: Éric Jacoboni <jaco@teaser.fr> 28Maintainer: Éric Jacoboni <jaco@teaser.fr>
29 29
30* TUTORIAL.it: 30* TUTORIAL.it:
31Author: Alfredo Finelli <alfredofnl@tiscali.it> 31Author: Alfredo Finelli <alfredofnl@tiscali.it>
32 Italian GNU Translation Group <tp@lists.linux.it> 32 Italian GNU Translation Group <tp@lists.linux.it>
33Maintainer: Alfredo Finelli <alfredofnl@tiscali.it> 33Maintainer: Alfredo Finelli <alfredofnl@tiscali.it>
34 Italian GNU Translation Group <tp@lists.linux.it> 34 Italian GNU Translation Group <tp@lists.linux.it>
35 35
36* TUTORIAL.ja: 36* TUTORIAL.ja:
37Author: Kenichi Handa <handa@m17n.org> 37Author: Kenichi Handa <handa@m17n.org>
38Maintainer: Kenichi Handa <handa@m17n.org> 38Maintainer: Kenichi Handa <handa@m17n.org>
39 39
40* TUTORIAL.ko: 40* TUTORIAL.ko:
41Author: Koaunghi Un <koaunghi@ling.cnu.ac.kr> 41Author: Koaunghi Un <koaunghi@ling.cnu.ac.kr>
42Maintainer: Maintainer needed. 42Maintainer: Maintainer needed.
43 43
44* TUTORIAL.nl: 44* TUTORIAL.nl:
45Author: Pieter Schoenmakers <tiggr@tiggr.net> 45Author: Pieter Schoenmakers <tiggr@tiggr.net>
46Maintainer: Pieter Schoenmakers <tiggr@tiggr.net> 46Maintainer: Pieter Schoenmakers <tiggr@tiggr.net>
47 47
48* TUTORIAL.pl: 48* TUTORIAL.pl:
49Author: Beatę Wierzchołowską <beataw@orient.uw.edu.pl> 49Author: Beatę Wierzchołowską <beataw@orient.uw.edu.pl>
50 Janusz S. Bien <jsbien@mail.uw.edu.pl> 50 Janusz S. Bien <jsbien@mail.uw.edu.pl>
51Maintainer: Beatę Wierzchołowską <beataw@orient.uw.edu.pl> 51Maintainer: Beatę Wierzchołowską <beataw@orient.uw.edu.pl>
52 Janusz S. Bien <jsbien@mail.uw.edu.pl> 52 Janusz S. Bien <jsbien@mail.uw.edu.pl>
53 53
54* TUTORIAL.pt_BR: 54* TUTORIAL.pt_BR:
55Author: Marcelo Toledo <marcelo@gnu.org> 55Author: Marcelo Toledo <marcelo@gnu.org>
56Maintainer: Marcelo Toledo <marcelo@gnu.org> 56Maintainer: Marcelo Toledo <marcelo@gnu.org>
57 57
58* TUTORIAL.ro: 58* TUTORIAL.ro:
59Author: Tudor Hulubei <tudor@gnu.org> 59Author: Tudor Hulubei <tudor@gnu.org>
60Maintainer: Maintainer needed. 60Maintainer: Maintainer needed.
61 61
62* TUTORIAL.ru: 62* TUTORIAL.ru:
63Author: Alex Ott <ottalex@narod.ru> 63Author: Alex Ott <ottalex@narod.ru>
64Maintainer: Alex Ott <ottalex@narod.ru> 64Maintainer: Alex Ott <ottalex@narod.ru>
65 65
66* TUTORIAL.sk: 66* TUTORIAL.sk:
67Author: Miroslav Vaško <vasko@debian.cz> 67Author: Miroslav Vaško <vasko@debian.cz>
68 Pavel Janík <Pavel@Janik.cz> 68 Pavel Janík <Pavel@Janik.cz>
69Maintainer: Pavel Janík <Pavel@Janik.cz> 69Maintainer: Pavel Janík <Pavel@Janik.cz>
70 70
71* TUTORIAL.sl: 71* TUTORIAL.sl:
72Author: Primož Peterlin <primoz.peterlin@biofiz.mf.uni-lj.si> 72Author: Primož Peterlin <primoz.peterlin@biofiz.mf.uni-lj.si>
73Maintainer: Primož Peterlin <primoz.peterlin@biofiz.mf.uni-lj.si> 73Maintainer: Primož Peterlin <primoz.peterlin@biofiz.mf.uni-lj.si>
74 74
75* TUTORIAL.sv: 75* TUTORIAL.sv:
76Author: Mats Lidell <matsl@contactor.se> 76Author: Mats Lidell <matsl@contactor.se>
77Maintainer: Mats Lidell <matsl@contactor.se> 77Maintainer: Mats Lidell <matsl@contactor.se>
78 78
79* TUTORIAL.th: 79* TUTORIAL.th:
80Author: Virach Sornlertlamvanich <virach@nectec.or.th> 80Author: Virach Sornlertlamvanich <virach@nectec.or.th>
81Maintainer: Virach Sornlertlamvanich <virach@nectec.or.th> 81Maintainer: Virach Sornlertlamvanich <virach@nectec.or.th>
82 82
83* TUTORIAL.zh: 83* TUTORIAL.zh:
84Author: Chao-Hong Liu <chliu@gnu.org> 84Author: Chao-Hong Liu <chliu@gnu.org>
85Maintainer: Chao-Hong Liu <chliu@gnu.org> 85Maintainer: Chao-Hong Liu <chliu@gnu.org>
86 86
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 72e02620a50..1e4298f970e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,203 @@
12005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/debug.el (debugger-will-be-back): New var.
4 (debug): Use it.
5 (debugger-step-through, debugger-continue, debugger-jump)
6 (debugger-return-value): Set it when needed.
7 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
8 Use inhibit-read-only.
9
102005-06-09 Juanma Barranquero <lekktu@gmail.com>
11
12 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
13 thumbnails directory on loading.
14 (thumbs-conversion-program): Use `eq' to check the system type,
15 not `equal'.
16 (thumbs-temp-dir): Initialize to `temporary-file-directory',
17 not "/tmp". Fix docstring.
18 (thumbs-thumbsdir): New function to return the thumbnails
19 directory, creating it if needed.
20 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
21 (thumbs-temp-file): Delete variable and make it into a function.
22 (thumbs-resize-image, thumbs-modify-image): Use it.
23 (thumbs-kill-buffer): Simplify.
24 (thumbs-gensym): Defalias or duplicate CL `gensym'.
25 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
26 docstrings.
27
282005-06-09 Kim F. Storm <storm@cua.dk>
29
30 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
31 set-match-data to free markers in match-data.
32
33 * replace.el (replace-match-data): Pass RESEAT arg `t' to
34 match-data to unchain markers in match-data.
35
362005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
37
38 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
39 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
40 unnecessary now.
41
422005-06-08 Richard M. Stallman <rms@gnu.org>
43
44 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
45 give the variable a doc string that doesn't say don't set it directly.
46
47 * textmodes/ispell.el (ispell-check-version):
48 Use match-string-no-properties.
49 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
50 (ispell-buffer-local-words): Likewise.
51
52 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
53 except on terminals with enough colors to really display it.
54 (makefile-dependency-regex): Delete spurious `bb'.
55
56 * faces.el (escape-glyph): Use blue once again in last case.
57 (no-break-space): Redefine so that it isn't invisible on a tty.
58
592005-06-08 Kim F. Storm <storm@cua.dk>
60
61 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
62 also when reading directory name.
63
642005-06-08 Lute Kamstra <lute@gnu.org>
65
66 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
67 (flyspell-mode-line-string): Remove autoload cookie.
68 (flyspell-mode): Remove defvar.
69
702005-06-07 Lute Kamstra <lute@gnu.org>
71
72 * textmodes/org.el (org-run-mode-hooks): New function.
73 (org-agenda-mode): Use it.
74
752005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
76
77 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
78
792005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
80
81 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
82
832005-06-06 Luc Teirlinck <teirllm@auburn.edu>
84
85 * font-lock.el (font-lock-add-keywords): Doc fix.
86
872005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
88
89 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
90 (tex-compile-default): In the absence of any history, use the order in
91 tex-compile-alist to choose the preferred command.
92 (tex-compile-commands): Reorder a bit.
93
94 * textmodes/flyspell.el (flyspell-auto-correct-binding)
95 (flyspell-incorrect-face, flyspell-duplicate-face):
96 Use (X)Emacs-agnostic code.
97 (flyspell-mode-map): Don't overwrite at each load. Remove code
98 redundant with the subsequent add-minor-mode. Merge Emacs and
99 XEmacs code.
100 (flyspell-word): Minor simplification.
101 (flyspell-math-tex-command-p): Quieten the byte-compiler.
102 (flyspell-external-point-words): Remove unused vars `size' and `start'.
103 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
104 Merge the corresponding Emacs code.
105 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
106
107 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
108 a dedicated window.
109
110 * international/latexenc.el (latexenc-find-file-coding-system):
111 Undo part of last patch, to turn off a compiler warning.
112
1132005-06-06 Juri Linkov <juri@jurta.org>
114
115 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
116 Rename `tmm-inactive-face' to `tmm-inactive'.
117
1182005-06-06 Matt Hodges <MPHodges@member.fsf.org>
119
120 * iswitchb.el: Rename faces.
121
1222005-06-06 Kim F. Storm <storm@cua.dk>
123
124 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
125 (cua-global-mark): Remove -face suffix from face names.
126
127 * emulation/cua-gmrk.el (cua--init-global-mark):
128 Remove cua-global-mark face setup.
129
1302005-06-06 Richard M. Stallman <rms@gnu.org>
131
132 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
133 just like other allowed characters.
134 (makefile-match-dependency): Exclude leading and training whitespace
135 from the range of regexp subexp 1.
136 (makefile-macroassign-regex): Don't try to match the body,
137 just the name of the macro being defined.
138
139 * info.el (Info-read-node-name-2): New function.
140 (Info-read-node-name-1): Use that.
141 Add a completion-base-size-function property.
142
143 * simple.el (completion-setup-function): Look for
144 completion-base-size-function property of
145 minibuffer-completion-table.
146
147 * files.el (locate-file-completion): Doc fix.
148
149 * printing.el: Don't call pr-update-menus; user must do that.
150
151 * emacs-lisp/debug.el (debugger-window): New variable.
152 (debug): Use debugger-window if it is set and still alive.
153 Record debugger-window for next entry.
154
155 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
156
1572005-06-06 Matthias F,Av(Brste <slashdevslashnull@gmx.net>
158
159 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
160 (hack-one-local-variable, hack-local-variables)
161 (hack-local-variables-prop-line): Pass that arg.
162
1632005-06-06 Kim F. Storm <storm@cua.dk>
164
165 * ido.el (ido-first-match, ido-only-match, ido-subdir)
166 (ido-indicator): Remove -face suffix from face names.
167
1682005-06-06 Juri Linkov <juri@jurta.org>
169
170 * font-lock.el (font-lock-regexp-backslash)
171 (font-lock-regexp-backslash-construct): New faces.
172 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
173 after `('. Add `while-no-input' to control structures.
174
175 * faces.el (no-break-space, shadow): New faces.
176 (escape-glyph): Use less loud colors pink2 and red4.
177
178 * diff-mode.el (diff-context-face)
179 * dired.el (dired-ignored)
180 * rfn-eshadow.el (file-name-shadow)
181 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
182
183 * info.el (Info-title-1-face): Use green instead of yellow because
184 bold yellow is not readable on light backgrounds.
185
186 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
187 before selecting the desired mode to not spend time fontifying
188 old contents.
189
1902005-06-06 Juanma Barranquero <lekktu@gmail.com>
191
192 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
193 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
194
195 * ps-print.el (ps-default-fg, ps-default-bg):
196 Fix typos in docstrings.
197
198 * isearchb.el (isearchb): Don't pass a spurious second argument to
199 `iswitchb-completions'.
200
12005-06-05 Nick Roberts <nickrob@snap.net.nz> 2012005-06-05 Nick Roberts <nickrob@snap.net.nz>
2 202
3 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point 203 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
@@ -5,16 +205,16 @@
5 (gdb-find-file-hook): Add doc string. 205 (gdb-find-file-hook): Add doc string.
6 206
7 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate 207 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
8 C dereferenced pointer expression. 208 C dereferenced pointer expression.
9 (gud-tool-bar-map): Put it on the tool bar. Re-order icons. 209 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
10 210
11 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files. 211 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
12 212
13 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm, 213 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
14 toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm, 214 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
15 toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm, 215 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
16 toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm, 216 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
17 toolbar/gud-up.xpm, toolbar/gud-watch.xpm: 217 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
18 Make background transparent. 218 Make background transparent.
19 219
202005-06-04 Luc Teirlinck <teirllm@auburn.edu> 2202005-06-04 Luc Teirlinck <teirllm@auburn.edu>
@@ -44,7 +244,7 @@
44 (iswitchb-current-match-face, iswitchb-virtual-matches-face) 244 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
45 (iswitchb-invalid-regexp-face): New faces. 245 (iswitchb-invalid-regexp-face): New faces.
46 (iswitchb-completions): Use them. 246 (iswitchb-completions): Use them.
47 (iswitchb-use-faces): Renamed from iswitchb-use-fonts, which is 247 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
48 now marked as an obsolete alias. 248 now marked as an obsolete alias.
49 (iswitchb-read-buffer): Remove check for bound font variables. 249 (iswitchb-read-buffer): Remove check for bound font variables.
50 (iswitchb-invalid-regexp): New free variable. 250 (iswitchb-invalid-regexp): New free variable.
@@ -151,8 +351,7 @@
151 (gdb-info-breakpoints-custom, gdb-delete-breakpoint) 351 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
152 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location) 352 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
153 (gdb-assembler-custom): Improve regexps. 353 (gdb-assembler-custom): Improve regexps.
154 (def-gdb-auto-update-handler): Use window point to preserve 354 (def-gdb-auto-update-handler): Use window point to preserve point.
155 point.
156 355
1572005-05-31 Stefan Monnier <monnier@iro.umontreal.ca> 3562005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
158 357
diff --git a/lisp/diff-mode.el b/lisp/diff-mode.el
index aabd09e98ee..5deb7880bdf 100644
--- a/lisp/diff-mode.el
+++ b/lisp/diff-mode.el
@@ -243,10 +243,7 @@ when editing big diffs)."
243(defvar diff-function-face 'diff-function-face) 243(defvar diff-function-face 'diff-function-face)
244 244
245(defface diff-context-face 245(defface diff-context-face
246 '((((class color) (background light)) 246 '((t :inherit shadow))
247 :foreground "grey50")
248 (((class color) (background dark))
249 :foreground "grey70"))
250 "`diff-mode' face used to highlight context and other side-information." 247 "`diff-mode' face used to highlight context and other side-information."
251 :group 'diff-mode) 248 :group 'diff-mode)
252(defvar diff-context-face 'diff-context-face) 249(defvar diff-context-face 'diff-context-face)
diff --git a/lisp/dired.el b/lisp/dired.el
index b0d86297e71..61aca72db5b 100644
--- a/lisp/dired.el
+++ b/lisp/dired.el
@@ -356,7 +356,7 @@ Subexpression 2 must end right before the \\n or \\r.")
356 "Face name used for symbolic links.") 356 "Face name used for symbolic links.")
357 357
358(defface dired-ignored 358(defface dired-ignored
359 '((t (:inherit font-lock-string-face))) 359 '((t (:inherit shadow)))
360 "Face used for files suffixed with `completion-ignored-extensions'." 360 "Face used for files suffixed with `completion-ignored-extensions'."
361 :group 'dired-faces 361 :group 'dired-faces
362 :version "22.1") 362 :version "22.1")
diff --git a/lisp/emacs-lisp/debug.el b/lisp/emacs-lisp/debug.el
index 2149cba8720..f1ff37551d7 100644
--- a/lisp/emacs-lisp/debug.el
+++ b/lisp/emacs-lisp/debug.el
@@ -88,6 +88,8 @@ This is to optimize `debugger-make-xrefs'.")
88(defvar debugger-outer-standard-output) 88(defvar debugger-outer-standard-output)
89(defvar debugger-outer-inhibit-redisplay) 89(defvar debugger-outer-inhibit-redisplay)
90(defvar debugger-outer-cursor-in-echo-area) 90(defvar debugger-outer-cursor-in-echo-area)
91(defvar debugger-will-be-back nil
92 "Non-nil if we expect to get back in the debugger soon.")
91 93
92(defvar inhibit-debug-on-entry nil 94(defvar inhibit-debug-on-entry nil
93 "Non-nil means that debug-on-entry is disabled.") 95 "Non-nil means that debug-on-entry is disabled.")
@@ -97,6 +99,8 @@ This is to optimize `debugger-make-xrefs'.")
97This variable is used by `debugger-jump', `debugger-step-through', 99This variable is used by `debugger-jump', `debugger-step-through',
98and `debugger-reenable' to temporarily disable debug-on-entry.") 100and `debugger-reenable' to temporarily disable debug-on-entry.")
99 101
102(defvar inhibit-trace) ;Not yet implemented.
103
100;;;###autoload 104;;;###autoload
101(setq debugger 'debug) 105(setq debugger 'debug)
102;;;###autoload 106;;;###autoload
@@ -121,6 +125,7 @@ first will be printed into the backtrace buffer."
121 (get-buffer-create "*Backtrace*"))) 125 (get-buffer-create "*Backtrace*")))
122 (debugger-old-buffer (current-buffer)) 126 (debugger-old-buffer (current-buffer))
123 (debugger-step-after-exit nil) 127 (debugger-step-after-exit nil)
128 (debugger-will-be-back nil)
124 ;; Don't keep reading from an executing kbd macro! 129 ;; Don't keep reading from an executing kbd macro!
125 (executing-kbd-macro nil) 130 (executing-kbd-macro nil)
126 ;; Save the outer values of these vars for the `e' command 131 ;; Save the outer values of these vars for the `e' command
@@ -178,7 +183,7 @@ first will be printed into the backtrace buffer."
178 ;; Place an extra debug-on-exit for macro's. 183 ;; Place an extra debug-on-exit for macro's.
179 (when (eq 'lambda (car-safe (cadr (backtrace-frame 4)))) 184 (when (eq 'lambda (car-safe (cadr (backtrace-frame 4))))
180 (backtrace-debug 5 t))) 185 (backtrace-debug 5 t)))
181 (pop-to-buffer debugger-buffer) 186 (pop-to-buffer debugger-buffer)
182 (debugger-mode) 187 (debugger-mode)
183 (debugger-setup-buffer debugger-args) 188 (debugger-setup-buffer debugger-args)
184 (when noninteractive 189 (when noninteractive
@@ -210,12 +215,23 @@ first will be printed into the backtrace buffer."
210 ;; Still visible despite the save-window-excursion? Maybe it 215 ;; Still visible despite the save-window-excursion? Maybe it
211 ;; it's in a pop-up frame. It would be annoying to delete and 216 ;; it's in a pop-up frame. It would be annoying to delete and
212 ;; recreate it every time the debugger stops, so instead we'll 217 ;; recreate it every time the debugger stops, so instead we'll
213 ;; erase it and hide it but keep it alive. 218 ;; erase it (and maybe hide it) but keep it alive.
214 (with-current-buffer debugger-buffer 219 (with-current-buffer debugger-buffer
215 (erase-buffer) 220 (erase-buffer)
216 (fundamental-mode) 221 (fundamental-mode)
217 (with-selected-window (get-buffer-window debugger-buffer 0) 222 (with-selected-window (get-buffer-window debugger-buffer 0)
218 (bury-buffer))) 223 (when (and (window-dedicated-p (selected-window))
224 (not debugger-will-be-back))
225 ;; If the window is not dedicated, burying the buffer
226 ;; will mean that the frame created for it is left
227 ;; around showing some random buffer, and next time we
228 ;; pop to the debugger buffer we'll create yet
229 ;; another frame.
230 ;; If debugger-will-be-back is non-nil, the frame
231 ;; would need to be de-iconified anyway immediately
232 ;; after when we re-enter the debugger, so iconifying it
233 ;; here would cause flashing.
234 (bury-buffer))))
219 (kill-buffer debugger-buffer)) 235 (kill-buffer debugger-buffer))
220 (set-match-data debugger-outer-match-data))) 236 (set-match-data debugger-outer-match-data)))
221 ;; Put into effect the modified values of these variables 237 ;; Put into effect the modified values of these variables
@@ -307,7 +323,7 @@ That buffer should be current already."
307 (save-excursion 323 (save-excursion
308 (set-buffer (or buffer (current-buffer))) 324 (set-buffer (or buffer (current-buffer)))
309 (setq buffer (current-buffer)) 325 (setq buffer (current-buffer))
310 (let ((buffer-read-only nil) 326 (let ((inhibit-read-only t)
311 (old-end (point-min)) (new-end (point-min))) 327 (old-end (point-min)) (new-end (point-min)))
312 ;; If we saved an old backtrace, find the common part 328 ;; If we saved an old backtrace, find the common part
313 ;; between the new and the old. 329 ;; between the new and the old.
@@ -377,6 +393,7 @@ Enter another debugger on next entry to eval, apply or funcall."
377 (interactive) 393 (interactive)
378 (setq debugger-step-after-exit t) 394 (setq debugger-step-after-exit t)
379 (setq debugger-jumping-flag t) 395 (setq debugger-jumping-flag t)
396 (setq debugger-will-be-back t)
380 (add-hook 'post-command-hook 'debugger-reenable) 397 (add-hook 'post-command-hook 'debugger-reenable)
381 (message "Proceeding, will debug on next eval or call.") 398 (message "Proceeding, will debug on next eval or call.")
382 (exit-recursive-edit)) 399 (exit-recursive-edit))
@@ -387,6 +404,12 @@ Enter another debugger on next entry to eval, apply or funcall."
387 (unless debugger-may-continue 404 (unless debugger-may-continue
388 (error "Cannot continue")) 405 (error "Cannot continue"))
389 (message "Continuing.") 406 (message "Continuing.")
407 (save-excursion
408 ;; Check to see if we've flagged some frame for debug-on-exit, in which
409 ;; case we'll probably come back to the debugger soon.
410 (goto-char (point-min))
411 (if (re-search-forward "^\\* " nil t)
412 (setq debugger-will-be-back t)))
390 (exit-recursive-edit)) 413 (exit-recursive-edit))
391 414
392(defun debugger-return-value (val) 415(defun debugger-return-value (val)
@@ -397,6 +420,12 @@ will be used, such as in a debug on exit from a frame."
397 (setq debugger-value val) 420 (setq debugger-value val)
398 (princ "Returning " t) 421 (princ "Returning " t)
399 (prin1 debugger-value) 422 (prin1 debugger-value)
423 (save-excursion
424 ;; Check to see if we've flagged some frame for debug-on-exit, in which
425 ;; case we'll probably come back to the debugger soon.
426 (goto-char (point-min))
427 (if (re-search-forward "^\\* " nil t)
428 (setq debugger-will-be-back t)))
400 (exit-recursive-edit)) 429 (exit-recursive-edit))
401 430
402(defun debugger-jump () 431(defun debugger-jump ()
@@ -406,6 +435,7 @@ will be used, such as in a debug on exit from a frame."
406 (setq debugger-jumping-flag t) 435 (setq debugger-jumping-flag t)
407 (add-hook 'post-command-hook 'debugger-reenable) 436 (add-hook 'post-command-hook 'debugger-reenable)
408 (message "Continuing through this frame") 437 (message "Continuing through this frame")
438 (setq debugger-will-be-back t)
409 (exit-recursive-edit)) 439 (exit-recursive-edit))
410 440
411(defun debugger-reenable () 441(defun debugger-reenable ()
@@ -454,7 +484,7 @@ Applies to the frame whose line point is on in the backtrace."
454 (beginning-of-line) 484 (beginning-of-line)
455 (backtrace-debug (debugger-frame-number) t) 485 (backtrace-debug (debugger-frame-number) t)
456 (if (= (following-char) ? ) 486 (if (= (following-char) ? )
457 (let ((buffer-read-only nil)) 487 (let ((inhibit-read-only t))
458 (delete-char 1) 488 (delete-char 1)
459 (insert ?*))) 489 (insert ?*)))
460 (beginning-of-line)) 490 (beginning-of-line))
@@ -470,7 +500,7 @@ Applies to the frame whose line point is on in the backtrace."
470 (beginning-of-line) 500 (beginning-of-line)
471 (backtrace-debug (debugger-frame-number) nil) 501 (backtrace-debug (debugger-frame-number) nil)
472 (if (= (following-char) ?*) 502 (if (= (following-char) ?*)
473 (let ((buffer-read-only nil)) 503 (let ((inhibit-read-only t))
474 (delete-char 1) 504 (delete-char 1)
475 (insert ? ))) 505 (insert ? )))
476 (beginning-of-line)) 506 (beginning-of-line))
diff --git a/lisp/emacs-lisp/easy-mmode.el b/lisp/emacs-lisp/easy-mmode.el
index bb0fa666217..a342f8a5530 100644
--- a/lisp/emacs-lisp/easy-mmode.el
+++ b/lisp/emacs-lisp/easy-mmode.el
@@ -183,13 +183,18 @@ Use the command `%s' to change this variable." pretty-name mode))
183 183
184 (let ((curfile (or (and (boundp 'byte-compile-current-file) 184 (let ((curfile (or (and (boundp 'byte-compile-current-file)
185 byte-compile-current-file) 185 byte-compile-current-file)
186 load-file-name))) 186 load-file-name))
187 `(defcustom ,mode ,init-value 187 base-doc-string)
188 ,(format "Non-nil if %s is enabled. 188 (setq base-doc-string "Non-nil if %s is enabled.
189See the command `%s' for a description of this minor-mode. 189See the command `%s' for a description of this minor-mode.
190Setting this variable directly does not take effect; 190Setting this variable directly does not take effect;
191use either \\[customize] or the function `%s'." 191use either \\[customize] or the function `%s'.")
192 pretty-name mode mode) 192 (if (null body)
193 (setq base-doc-string "Non-nil if %s is enabled.
194See the command `%s' for a description of this minor-mode."))
195
196 `(defcustom ,mode ,init-value
197 ,(format base-doc-string pretty-name mode mode)
193 :set 'custom-set-minor-mode 198 :set 'custom-set-minor-mode
194 :initialize 'custom-initialize-default 199 :initialize 'custom-initialize-default
195 ,@group 200 ,@group
diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el
index bb815481bf0..72924417109 100644
--- a/lisp/emacs-lisp/lisp-mode.el
+++ b/lisp/emacs-lisp/lisp-mode.el
@@ -129,6 +129,7 @@
129(put 'defmacro 'doc-string-elt 3) 129(put 'defmacro 'doc-string-elt 3)
130(put 'defmacro* 'doc-string-elt 3) 130(put 'defmacro* 'doc-string-elt 3)
131(put 'defsubst 'doc-string-elt 3) 131(put 'defsubst 'doc-string-elt 3)
132(put 'defstruct 'doc-string-elt 2)
132(put 'define-skeleton 'doc-string-elt 2) 133(put 'define-skeleton 'doc-string-elt 2)
133(put 'define-derived-mode 'doc-string-elt 4) 134(put 'define-derived-mode 'doc-string-elt 4)
134(put 'define-compilation-mode 'doc-string-elt 3) 135(put 'define-compilation-mode 'doc-string-elt 3)
@@ -194,7 +195,7 @@
194 (setq comment-start-skip "\\(\\(^\\|[^\\\\\n]\\)\\(\\\\\\\\\\)*\\);+ *") 195 (setq comment-start-skip "\\(\\(^\\|[^\\\\\n]\\)\\(\\\\\\\\\\)*\\);+ *")
195 (make-local-variable 'font-lock-comment-start-skip) 196 (make-local-variable 'font-lock-comment-start-skip)
196 ;; Font lock mode uses this only when it KNOWS a comment is starting. 197 ;; Font lock mode uses this only when it KNOWS a comment is starting.
197 (setq font-lock-comment-start-skip ";+ *") 198 (setq font-lock-comment-start-skip ";+ *")
198 (make-local-variable 'comment-add) 199 (make-local-variable 'comment-add)
199 (setq comment-add 1) ;default to `;;' in comment-region 200 (setq comment-add 1) ;default to `;;' in comment-region
200 (make-local-variable 'comment-column) 201 (make-local-variable 'comment-column)
diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el
index 6ea6bfb7f3d..fe2b0a892a8 100644
--- a/lisp/emulation/cua-base.el
+++ b/lisp/emulation/cua-base.el
@@ -384,13 +384,13 @@ and after the region marked by the rectangle to search."
384 :type 'boolean 384 :type 'boolean
385 :group 'cua) 385 :group 'cua)
386 386
387(defface cua-rectangle-face 387(defface cua-rectangle
388 '((default :inherit region) 388 '((default :inherit region)
389 (((class color)) :foreground "white" :background "maroon")) 389 (((class color)) :foreground "white" :background "maroon"))
390 "*Font used by CUA for highlighting the rectangle." 390 "*Font used by CUA for highlighting the rectangle."
391 :group 'cua) 391 :group 'cua)
392 392
393(defface cua-rectangle-noselect-face 393(defface cua-rectangle-noselect
394 '((default :inherit region) 394 '((default :inherit region)
395 (((class color)) :foreground "white" :background "dimgray")) 395 (((class color)) :foreground "white" :background "dimgray"))
396 "*Font used by CUA for highlighting the non-selected rectangle lines." 396 "*Font used by CUA for highlighting the non-selected rectangle lines."
@@ -404,7 +404,7 @@ and after the region marked by the rectangle to search."
404 :type 'boolean 404 :type 'boolean
405 :group 'cua) 405 :group 'cua)
406 406
407(defface cua-global-mark-face 407(defface cua-global-mark
408 '((((min-colors 88)(class color)) :foreground "black" :background "yellow1") 408 '((((min-colors 88)(class color)) :foreground "black" :background "yellow1")
409 (((class color)) :foreground "black" :background "yellow") 409 (((class color)) :foreground "black" :background "yellow")
410 (t :bold t)) 410 (t :bold t))
diff --git a/lisp/emulation/cua-gmrk.el b/lisp/emulation/cua-gmrk.el
index 8280691ae18..b8874df0f34 100644
--- a/lisp/emulation/cua-gmrk.el
+++ b/lisp/emulation/cua-gmrk.el
@@ -74,7 +74,7 @@
74 (move-overlay cua--global-mark-overlay (point) (1+ (point))) 74 (move-overlay cua--global-mark-overlay (point) (1+ (point)))
75 (setq cua--global-mark-overlay 75 (setq cua--global-mark-overlay
76 (make-overlay (point) (1+ (point)))) 76 (make-overlay (point) (1+ (point))))
77 (overlay-put cua--global-mark-overlay 'face 'cua-global-mark-face)) 77 (overlay-put cua--global-mark-overlay 'face 'cua-global-mark))
78 (if (and cua-global-mark-blink-cursor-interval 78 (if (and cua-global-mark-blink-cursor-interval
79 (not cua--orig-blink-cursor-interval)) 79 (not cua--orig-blink-cursor-interval))
80 (setq cua--orig-blink-cursor-interval blink-cursor-interval 80 (setq cua--orig-blink-cursor-interval blink-cursor-interval
@@ -218,7 +218,7 @@ With prefix argument, don't jump to global mark when cancelling it."
218 (let ((olist (overlays-at (marker-position cua--global-mark-marker))) 218 (let ((olist (overlays-at (marker-position cua--global-mark-marker)))
219 in-rect) 219 in-rect)
220 (while olist 220 (while olist
221 (if (eq (overlay-get (car olist) 'face) 'cua-rectangle-face) 221 (if (eq (overlay-get (car olist) 'face) 'cua-rectangle)
222 (setq in-rect t olist nil) 222 (setq in-rect t olist nil)
223 (setq olist (cdr olist)))) 223 (setq olist (cdr olist))))
224 (if in-rect 224 (if in-rect
@@ -358,11 +358,6 @@ With prefix argument, don't jump to global mark when cancelling it."
358;;; Initialization 358;;; Initialization
359 359
360(defun cua--init-global-mark () 360(defun cua--init-global-mark ()
361 (unless (face-background 'cua-global-mark-face)
362 (copy-face 'region 'cua-global-mark-face)
363 (set-face-foreground 'cua-global-mark-face "black")
364 (set-face-background 'cua-global-mark-face "cyan"))
365
366 (define-key cua--global-mark-keymap [remap copy-region-as-kill] 'cua-copy-to-global-mark) 361 (define-key cua--global-mark-keymap [remap copy-region-as-kill] 'cua-copy-to-global-mark)
367 (define-key cua--global-mark-keymap [remap kill-ring-save] 'cua-copy-to-global-mark) 362 (define-key cua--global-mark-keymap [remap kill-ring-save] 'cua-copy-to-global-mark)
368 (define-key cua--global-mark-keymap [remap kill-region] 'cua-cut-to-global-mark) 363 (define-key cua--global-mark-keymap [remap kill-region] 'cua-cut-to-global-mark)
diff --git a/lisp/emulation/cua-rect.el b/lisp/emulation/cua-rect.el
index 932448079dd..72fd9195850 100644
--- a/lisp/emulation/cua-rect.el
+++ b/lisp/emulation/cua-rect.el
@@ -755,7 +755,7 @@ If command is repeated at same position, delete the rectangle."
755 (sit-for 0) ; make window top/bottom reliable 755 (sit-for 0) ; make window top/bottom reliable
756 (cua--rectangle-operation nil t nil nil nil ; do not tabify 756 (cua--rectangle-operation nil t nil nil nil ; do not tabify
757 '(lambda (s e l r v) 757 '(lambda (s e l r v)
758 (let ((rface (if v 'cua-rectangle-face 'cua-rectangle-noselect-face)) 758 (let ((rface (if v 'cua-rectangle 'cua-rectangle-noselect))
759 overlay bs ms as) 759 overlay bs ms as)
760 (when (cua--rectangle-virtual-edges) 760 (when (cua--rectangle-virtual-edges)
761 (let ((lb (line-beginning-position)) 761 (let ((lb (line-beginning-position))
diff --git a/lisp/faces.el b/lisp/faces.el
index 6bbf7da3761..8240cceaaef 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -2085,13 +2085,32 @@ Note: Other faces cannot inherit from the cursor face."
2085 :group 'whitespace ; like `show-trailing-whitespace' 2085 :group 'whitespace ; like `show-trailing-whitespace'
2086 :group 'basic-faces) 2086 :group 'basic-faces)
2087 2087
2088(defface escape-glyph '((((background dark)) :foreground "cyan") 2088(defface escape-glyph
2089 ;; See the comment in minibuffer-prompt for 2089 '((((background dark)) :foreground "pink2")
2090 ;; the reason not to use blue on MS-DOS. 2090 ;; See the comment in minibuffer-prompt for
2091 (((type pc)) :foreground "magenta") 2091 ;; the reason not to use blue on MS-DOS.
2092 (t :foreground "blue")) 2092 (((type pc)) :foreground "magenta")
2093 ;; red4 is too light -- rms.
2094 (t :foreground "blue"))
2093 "Face for characters displayed as ^-sequences or \-sequences." 2095 "Face for characters displayed as ^-sequences or \-sequences."
2094 :group 'basic-faces) 2096 :group 'basic-faces
2097 :version "22.1")
2098
2099(defface no-break-space
2100 '((((class color) (min-colors 88)) :inherit escape-glyph :underline t)
2101 (((class color) (min-colors 8)) :background "magenta" :foreground )
2102 (t :inverse-video t))
2103 "Face for non-breaking space."
2104 :group 'basic-faces
2105 :version "22.1")
2106
2107(defface shadow
2108 '((((background dark)) :foreground "grey70")
2109 (((background light)) :foreground "grey50"))
2110 "Basic face for shadowed text."
2111 :group 'basic-faces
2112 :version "22.1")
2113
2095 2114
2096;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 2115;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2097;;; Manipulating font names. 2116;;; Manipulating font names.
diff --git a/lisp/files.el b/lisp/files.el
index a75b6b2fc89..b8ec5bf1cd0 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -658,7 +658,7 @@ one or more of those symbols."
658 658
659(defun locate-file-completion (string path-and-suffixes action) 659(defun locate-file-completion (string path-and-suffixes action)
660 "Do completion for file names passed to `locate-file'. 660 "Do completion for file names passed to `locate-file'.
661PATH-AND-SUFFIXES is a pair of lists (DIRECTORIES . SUFFIXES)." 661PATH-AND-SUFFIXES is a pair of lists, (DIRECTORIES . SUFFIXES)."
662 (if (file-name-absolute-p string) 662 (if (file-name-absolute-p string)
663 (read-file-name-internal string nil action) 663 (read-file-name-internal string nil action)
664 (let ((names nil) 664 (let ((names nil)
@@ -2159,9 +2159,9 @@ Otherwise, return nil; point may be changed."
2159 (goto-char beg) 2159 (goto-char beg)
2160 end)))) 2160 end))))
2161 2161
2162(defun hack-local-variables-confirm (string) 2162(defun hack-local-variables-confirm (string flag-to-check)
2163 (or (eq enable-local-variables t) 2163 (or (eq flag-to-check t)
2164 (and enable-local-variables 2164 (and flag-to-check
2165 (save-window-excursion 2165 (save-window-excursion
2166 (condition-case nil 2166 (condition-case nil
2167 (switch-to-buffer (current-buffer)) 2167 (switch-to-buffer (current-buffer))
@@ -2236,7 +2236,8 @@ is specified, returning t if it is specified."
2236 (if (and result 2236 (if (and result
2237 (or mode-only 2237 (or mode-only
2238 (hack-local-variables-confirm 2238 (hack-local-variables-confirm
2239 "Set local variables as specified in -*- line of %s? "))) 2239 "Set local variables as specified in -*- line of %s? "
2240 enable-local-variables)))
2240 (let ((enable-local-eval enable-local-eval)) 2241 (let ((enable-local-eval enable-local-eval))
2241 (while result 2242 (while result
2242 (hack-one-local-variable (car (car result)) (cdr (car result))) 2243 (hack-one-local-variable (car (car result)) (cdr (car result)))
@@ -2267,7 +2268,8 @@ is specified, returning t if it is specified."
2267 (and (search-forward "Local Variables:" nil t) 2268 (and (search-forward "Local Variables:" nil t)
2268 (or mode-only 2269 (or mode-only
2269 (hack-local-variables-confirm 2270 (hack-local-variables-confirm
2270 "Set local variables as specified at end of %s? ")))) 2271 "Set local variables as specified at end of %s? "
2272 enable-local-variables))))
2271 (skip-chars-forward " \t") 2273 (skip-chars-forward " \t")
2272 (let ((enable-local-eval enable-local-eval) 2274 (let ((enable-local-eval enable-local-eval)
2273 ;; suffix is what comes after "local variables:" in its line. 2275 ;; suffix is what comes after "local variables:" in its line.
@@ -2489,7 +2491,8 @@ is considered risky."
2489 ;; Permit eval if not root and user says ok. 2491 ;; Permit eval if not root and user says ok.
2490 (and (not (zerop (user-uid))) 2492 (and (not (zerop (user-uid)))
2491 (hack-local-variables-confirm 2493 (hack-local-variables-confirm
2492 "Process `eval' or hook local variables in %s? "))) 2494 "Process `eval' or hook local variables in %s? "
2495 enable-local-eval)))
2493 (if (eq var 'eval) 2496 (if (eq var 'eval)
2494 (save-excursion (eval val)) 2497 (save-excursion (eval val))
2495 (make-local-variable var) 2498 (make-local-variable var)
diff --git a/lisp/font-lock.el b/lisp/font-lock.el
index 1d07e5a9283..4457f9cfe03 100644
--- a/lisp/font-lock.el
+++ b/lisp/font-lock.el
@@ -691,7 +691,7 @@ For example:
691 691
692 (add-hook 'c-mode-hook 692 (add-hook 'c-mode-hook
693 (lambda () 693 (lambda ()
694 (font-lock-add-keywords 'c-mode 694 (font-lock-add-keywords nil
695 '((\"\\\\\\=<\\\\(FIXME\\\\):\" 1 font-lock-warning-face prepend) 695 '((\"\\\\\\=<\\\\(FIXME\\\\):\" 1 font-lock-warning-face prepend)
696 (\"\\\\\\=<\\\\(and\\\\|or\\\\|not\\\\)\\\\\\=>\" . 696 (\"\\\\\\=<\\\\(and\\\\|or\\\\|not\\\\)\\\\\\=>\" .
697 font-lock-keyword-face))))) 697 font-lock-keyword-face)))))
@@ -905,7 +905,7 @@ The value of this variable is used when Font Lock mode is turned on."
905 'font-lock-after-change-function t) 905 'font-lock-after-change-function t)
906 (set (make-local-variable 'font-lock-fontify-buffer-function) 906 (set (make-local-variable 'font-lock-fontify-buffer-function)
907 'jit-lock-refontify) 907 'jit-lock-refontify)
908 ;; Don't fontify eagerly (and don't abort is the buffer is large). 908 ;; Don't fontify eagerly (and don't abort if the buffer is large).
909 (set (make-local-variable 'font-lock-fontified) t) 909 (set (make-local-variable 'font-lock-fontified) t)
910 ;; Use jit-lock. 910 ;; Use jit-lock.
911 (jit-lock-register 'font-lock-fontify-region 911 (jit-lock-register 'font-lock-fontify-region
@@ -1826,6 +1826,17 @@ Sets various variables using `font-lock-defaults' (or, if nil, using
1826 "Font Lock mode face used to highlight preprocessor directives." 1826 "Font Lock mode face used to highlight preprocessor directives."
1827 :group 'font-lock-highlighting-faces) 1827 :group 'font-lock-highlighting-faces)
1828 1828
1829(defface font-lock-regexp-backslash
1830 '((((class color) (min-colors 16)) :inherit escape-glyph)
1831 (t :inherit bold))
1832 "Font Lock mode face used to highlight a backslash in Lisp regexps."
1833 :group 'font-lock-highlighting-faces)
1834
1835(defface font-lock-regexp-backslash-construct
1836 '((t :inherit bold))
1837 "Font Lock mode face used to highlight `\' constructs in Lisp regexps."
1838 :group 'font-lock-highlighting-faces)
1839
1829;;; End of Colour etc. support. 1840;;; End of Colour etc. support.
1830 1841
1831;;; Menu support. 1842;;; Menu support.
@@ -2020,7 +2031,7 @@ This function could be MATCHER in a MATCH-ANCHORED `font-lock-keywords' item."
2020 `(;; Control structures. Emacs Lisp forms. 2031 `(;; Control structures. Emacs Lisp forms.
2021 (,(concat 2032 (,(concat
2022 "(" (regexp-opt 2033 "(" (regexp-opt
2023 '("cond" "if" "while" "let" "let*" 2034 '("cond" "if" "while" "while-no-input" "let" "let*"
2024 "prog" "progn" "progv" "prog1" "prog2" "prog*" 2035 "prog" "progn" "progv" "prog1" "prog2" "prog*"
2025 "inline" "lambda" "save-restriction" "save-excursion" 2036 "inline" "lambda" "save-restriction" "save-excursion"
2026 "save-window-excursion" "save-selected-window" 2037 "save-window-excursion" "save-selected-window"
@@ -2076,16 +2087,14 @@ This function could be MATCHER in a MATCH-ANCHORED `font-lock-keywords' item."
2076 ;; Make regexp grouping constructs bold, so they stand out, but only 2087 ;; Make regexp grouping constructs bold, so they stand out, but only
2077 ;; in strings. 2088 ;; in strings.
2078 ((lambda (bound) 2089 ((lambda (bound)
2079 (if (re-search-forward "\\(\\\\\\\\\\)\\([(|)]\\)\\(\\?:\\)?" bound t) 2090 (if (re-search-forward "\\(\\\\\\\\\\)\\((\\(?:?:\\)?\\|[|)]\\)" bound t)
2080 (let ((face (get-text-property (1- (point)) 'face))) 2091 (let ((face (get-text-property (1- (point)) 'face)))
2081 (if (listp face) 2092 (if (listp face)
2082 (memq 'font-lock-string-face face) 2093 (memq 'font-lock-string-face face)
2083 (eq 'font-lock-string-face face))))) 2094 (eq 'font-lock-string-face face)))))
2084 ;; Should we introduce a lowlight face for this? 2095 (1 'font-lock-regexp-backslash prepend)
2085 ;; Ideally that would retain the color, dimmed. 2096 (2 'font-lock-regexp-backslash-construct prepend))
2086 (1 font-lock-comment-face prepend) 2097
2087 (2 'bold prepend)
2088 (3 font-lock-type-face prepend t))
2089 ;; Underline innermost grouping, so that you can more easily see what 2098 ;; Underline innermost grouping, so that you can more easily see what
2090 ;; belongs together. 2005-05-12: Font-lock can go into an 2099 ;; belongs together. 2005-05-12: Font-lock can go into an
2091 ;; unbreakable endless loop on this -- something's broken. 2100 ;; unbreakable endless loop on this -- something's broken.
diff --git a/lisp/ido.el b/lisp/ido.el
index b01e9e35c37..4ac9546de64 100644
--- a/lisp/ido.el
+++ b/lisp/ido.el
@@ -299,8 +299,8 @@
299;; ------------ 299;; ------------
300 300
301;; The highlighting of matching items is controlled via ido-use-faces. 301;; The highlighting of matching items is controlled via ido-use-faces.
302;; The faces used are ido-first-match-face, ido-only-match-face and 302;; The faces used are ido-first-match, ido-only-match and
303;; ido-subdir-face. 303;; ido-subdir.
304;; Colouring of the matching item was suggested by 304;; Colouring of the matching item was suggested by
305;; Carsten Dominik (dominik@strw.leidenuniv.nl). 305;; Carsten Dominik (dominik@strw.leidenuniv.nl).
306 306
@@ -740,17 +740,17 @@ subdirs in the alternatives."
740 :type 'boolean 740 :type 'boolean
741 :group 'ido) 741 :group 'ido)
742 742
743(defface ido-first-match-face '((t (:bold t))) 743(defface ido-first-match '((t (:bold t)))
744 "*Font used by ido for highlighting first match." 744 "*Font used by ido for highlighting first match."
745 :group 'ido) 745 :group 'ido)
746 746
747(defface ido-only-match-face '((((class color)) 747(defface ido-only-match '((((class color))
748 (:foreground "ForestGreen")) 748 (:foreground "ForestGreen"))
749 (t (:italic t))) 749 (t (:italic t)))
750 "*Font used by ido for highlighting only match." 750 "*Font used by ido for highlighting only match."
751 :group 'ido) 751 :group 'ido)
752 752
753(defface ido-subdir-face '((((min-colors 88) (class color)) 753(defface ido-subdir '((((min-colors 88) (class color))
754 (:foreground "red1")) 754 (:foreground "red1"))
755 (((class color)) 755 (((class color))
756 (:foreground "red")) 756 (:foreground "red"))
@@ -758,7 +758,7 @@ subdirs in the alternatives."
758 "*Font used by ido for highlighting subdirs in the alternatives." 758 "*Font used by ido for highlighting subdirs in the alternatives."
759 :group 'ido) 759 :group 'ido)
760 760
761(defface ido-indicator-face '((((min-colors 88) (class color)) 761(defface ido-indicator '((((min-colors 88) (class color))
762 (:foreground "yellow1" 762 (:foreground "yellow1"
763 :background "red1" 763 :background "red1"
764 :width condensed)) 764 :width condensed))
@@ -4039,7 +4039,7 @@ For details of keybindings, do `\\[describe-function] ido-find-file'."
4039 first) 4039 first)
4040 4040
4041 (if (and ind ido-use-faces) 4041 (if (and ind ido-use-faces)
4042 (put-text-property 0 1 'face 'ido-indicator-face ind)) 4042 (put-text-property 0 1 'face 'ido-indicator ind))
4043 4043
4044 (if (and ido-use-faces comps) 4044 (if (and ido-use-faces comps)
4045 (let* ((fn (ido-name (car comps))) 4045 (let* ((fn (ido-name (car comps)))
@@ -4047,8 +4047,8 @@ For details of keybindings, do `\\[describe-function] ido-find-file'."
4047 (setq first (format "%s" fn)) 4047 (setq first (format "%s" fn))
4048 (put-text-property 0 ln 'face 4048 (put-text-property 0 ln 'face
4049 (if (= (length comps) 1) 4049 (if (= (length comps) 1)
4050 'ido-only-match-face 4050 'ido-only-match
4051 'ido-first-match-face) 4051 'ido-first-match)
4052 first) 4052 first)
4053 (if ind (setq first (concat first ind))) 4053 (if ind (setq first (concat first ind)))
4054 (setq comps (cons first (cdr comps))))) 4054 (setq comps (cons first (cdr comps)))))
@@ -4091,7 +4091,7 @@ For details of keybindings, do `\\[describe-function] ido-find-file'."
4091 (if (and ido-use-faces 4091 (if (and ido-use-faces
4092 (not (string= str first)) 4092 (not (string= str first))
4093 (ido-final-slash str)) 4093 (ido-final-slash str))
4094 (put-text-property 0 (length str) 'face 'ido-subdir-face str)) 4094 (put-text-property 0 (length str) 'face 'ido-subdir str))
4095 str))))) 4095 str)))))
4096 comps)))))) 4096 comps))))))
4097 4097
@@ -4193,7 +4193,9 @@ See `read-file-name' for additional parameters."
4193 (eq (get this-command 'ido) 'dir) 4193 (eq (get this-command 'ido) 'dir)
4194 (memq this-command ido-read-file-name-as-directory-commands)) 4194 (memq this-command ido-read-file-name-as-directory-commands))
4195 (setq filename 4195 (setq filename
4196 (ido-read-directory-name prompt dir default-filename mustmatch initial))) 4196 (ido-read-directory-name prompt dir default-filename mustmatch initial))
4197 (if (eq ido-exit 'fallback)
4198 (setq filename 'fallback)))
4197 ((and (not (eq (get this-command 'ido) 'ignore)) 4199 ((and (not (eq (get this-command 'ido) 'ignore))
4198 (not (memq this-command ido-read-file-name-non-ido)) 4200 (not (memq this-command ido-read-file-name-non-ido))
4199 (or (null predicate) (eq predicate 'file-exists-p))) 4201 (or (null predicate) (eq predicate 'file-exists-p)))
diff --git a/lisp/info.el b/lisp/info.el
index c36554e6a7a..4c6a0ea027d 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -1379,6 +1379,43 @@ If FORK is a string, it is the name to use for the new buffer."
1379 1379
1380(defvar Info-read-node-completion-table) 1380(defvar Info-read-node-completion-table)
1381 1381
1382(defun Info-read-node-name-2 (string path-and-suffixes action)
1383 "Virtual completion table for file names input in Info node names.
1384PATH-AND-SUFFIXES is a pair of lists, (DIRECTORIES . SUFFIXES)."
1385 (let* ((names nil)
1386 (suffixes (remove "" (cdr path-and-suffixes)))
1387 (suffix (concat (regexp-opt suffixes t) "\\'"))
1388 (string-dir (file-name-directory string))
1389 (dirs
1390 (if (file-name-absolute-p string)
1391 (list (file-name-directory string))
1392 (car path-and-suffixes))))
1393 (dolist (dir dirs)
1394 (unless dir
1395 (setq dir default-directory))
1396 (if string-dir (setq dir (expand-file-name string-dir dir)))
1397 (when (file-directory-p dir)
1398 (dolist (file (file-name-all-completions
1399 (file-name-nondirectory string) dir))
1400 ;; If the file name has no suffix or a standard suffix,
1401 ;; include it.
1402 (and (or (null (file-name-extension file))
1403 (string-match suffix file))
1404 ;; But exclude subfiles of split info files.
1405 (not (string-match "-[0-9]+\\'" file))
1406 ;; And exclude backup files.
1407 (not (string-match "~\\'" file))
1408 (push (if string-dir (concat string-dir file) file) names))
1409 ;; If the file name ends in a standard suffix,
1410 ;; add the unsuffixed name as a completion option.
1411 (when (string-match suffix file)
1412 (setq file (substring file 0 (match-beginning 0)))
1413 (push (if string-dir (concat string-dir file) file) names)))))
1414 (cond
1415 ((eq action t) (all-completions string names))
1416 ((null action) (try-completion string names))
1417 (t (test-completion string names)))))
1418
1382;; This function is used as the "completion table" while reading a node name. 1419;; This function is used as the "completion table" while reading a node name.
1383;; It does completion using the alist in Info-read-node-completion-table 1420;; It does completion using the alist in Info-read-node-completion-table
1384;; unless STRING starts with an open-paren. 1421;; unless STRING starts with an open-paren.
@@ -1389,15 +1426,16 @@ If FORK is a string, it is the name to use for the new buffer."
1389 (let ((file (substring string 1))) 1426 (let ((file (substring string 1)))
1390 (cond 1427 (cond
1391 ((eq code nil) 1428 ((eq code nil)
1392 (let ((comp (try-completion file 'locate-file-completion 1429 (let ((comp (try-completion file 'Info-read-node-name-2
1393 (cons Info-directory-list 1430 (cons Info-directory-list
1394 (mapcar 'car Info-suffix-list))))) 1431 (mapcar 'car Info-suffix-list)))))
1395 (cond 1432 (cond
1396 ((eq comp t) (concat string ")")) 1433 ((eq comp t) (concat string ")"))
1397 (comp (concat "(" comp))))) 1434 (comp (concat "(" comp)))))
1398 ((eq code t) (all-completions file 'locate-file-completion 1435 ((eq code t)
1399 (cons Info-directory-list 1436 (all-completions file 'Info-read-node-name-2
1400 (mapcar 'car Info-suffix-list)))) 1437 (cons Info-directory-list
1438 (mapcar 'car Info-suffix-list))))
1401 (t nil)))) 1439 (t nil))))
1402 ;; If a file name was given, then any node is fair game. 1440 ;; If a file name was given, then any node is fair game.
1403 ((string-match "\\`(" string) 1441 ((string-match "\\`(" string)
@@ -1413,6 +1451,10 @@ If FORK is a string, it is the name to use for the new buffer."
1413 (t 1451 (t
1414 (test-completion string Info-read-node-completion-table predicate)))) 1452 (test-completion string Info-read-node-completion-table predicate))))
1415 1453
1454;; Arrange to highlight the proper letters in the completion list buffer.
1455(put 'Info-read-node-name-1 'completion-base-size-function
1456 (lambda () 1))
1457
1416(defun Info-read-node-name (prompt &optional default) 1458(defun Info-read-node-name (prompt &optional default)
1417 (let* ((completion-ignore-case t) 1459 (let* ((completion-ignore-case t)
1418 (Info-read-node-completion-table (Info-build-node-completions)) 1460 (Info-read-node-completion-table (Info-build-node-completions))
@@ -3483,7 +3525,7 @@ the variable `Info-file-list-for-emacs'."
3483 (Info-goto-emacs-command-node command))))) 3525 (Info-goto-emacs-command-node command)))))
3484 3526
3485(defface Info-title-1-face 3527(defface Info-title-1-face
3486 '((((type tty pc) (class color)) :foreground "yellow" :weight bold) 3528 '((((type tty pc) (class color)) :foreground "green" :weight bold)
3487 (t :height 1.2 :inherit Info-title-2-face)) 3529 (t :height 1.2 :inherit Info-title-2-face))
3488 "Face for Info titles at level 1." 3530 "Face for Info titles at level 1."
3489 :group 'info) 3531 :group 'info)
diff --git a/lisp/international/iso-cvt.el b/lisp/international/iso-cvt.el
index f7e325b0ca3..f896773e53c 100644
--- a/lisp/international/iso-cvt.el
+++ b/lisp/international/iso-cvt.el
@@ -791,6 +791,7 @@ Optional arg BUFFER is ignored (for use in `format-alist')."
791 ("&iuml;" "ï") 791 ("&iuml;" "ï")
792 ("&eth;" "ð") 792 ("&eth;" "ð")
793 ("&ntilde;" "ñ") 793 ("&ntilde;" "ñ")
794 ("&nbsp;" " ")
794 ("&ograve;" "ò") 795 ("&ograve;" "ò")
795 ("&oacute;" "ó") 796 ("&oacute;" "ó")
796 ("&ocirc;" "ô") 797 ("&ocirc;" "ô")
diff --git a/lisp/international/latexenc.el b/lisp/international/latexenc.el
index 24f7ebc6000..6ce21a5328a 100644
--- a/lisp/international/latexenc.el
+++ b/lisp/international/latexenc.el
@@ -47,7 +47,7 @@
47;; like this 47;; like this
48 48
49;; (add-to-list 'file-coding-system-alist 49;; (add-to-list 'file-coding-system-alist
50;; '("\\.tex\\|\\.ltx\\|\\.dtx\\|\\.drv\\'" . latexenc-find-file-coding-system)) 50;; '("\\.\\(tex\\|ltx\\|dtx\\|drv\\)\\'" . latexenc-find-file-coding-system))
51 51
52;;; Code: 52;;; Code:
53 53
@@ -159,10 +159,11 @@ coding system names is determined from `latex-inputenc-coding-alist'."
159 (setq latexenc-main-file (concat file ext))))))) 159 (setq latexenc-main-file (concat file ext)))))))
160 ;; try tex-modes tex-guess-main-file 160 ;; try tex-modes tex-guess-main-file
161 (when (and (not latexenc-dont-use-tex-guess-main-file-flag) 161 (when (and (not latexenc-dont-use-tex-guess-main-file-flag)
162 (not latexenc-main-file) 162 (not latexenc-main-file))
163 (fboundp 'tex-guess-main-file)) 163 ;; Use a separate `when' so the byte-compiler sees the fboundp.
164 (let ((tex-start-of-header "\\\\document\\(style\\|class\\)")) 164 (when (fboundp 'tex-guess-main-file)
165 (setq latexenc-main-file (tex-guess-main-file)))) 165 (let ((tex-start-of-header "\\\\document\\(style\\|class\\)"))
166 (setq latexenc-main-file (tex-guess-main-file)))))
166 ;; if we found a master/main file get the coding system from it 167 ;; if we found a master/main file get the coding system from it
167 (if (and latexenc-main-file 168 (if (and latexenc-main-file
168 (file-readable-p latexenc-main-file)) 169 (file-readable-p latexenc-main-file))
diff --git a/lisp/isearchb.el b/lisp/isearchb.el
index 9714701944f..5c70bd8fc00 100644
--- a/lisp/isearchb.el
+++ b/lisp/isearchb.el
@@ -151,7 +151,7 @@ It's purpose is to pass different call arguments to
151 (switch-to-buffer buf) 151 (switch-to-buffer buf)
152 (if isearchb-show-completions 152 (if isearchb-show-completions
153 (message "isearchb: %s%s" iswitchb-text 153 (message "isearchb: %s%s" iswitchb-text
154 (iswitchb-completions iswitchb-text nil)) 154 (iswitchb-completions iswitchb-text))
155 (if (= 1 (length iswitchb-matches)) 155 (if (= 1 (length iswitchb-matches))
156 (message "isearchb: %s (only match)" iswitchb-text) 156 (message "isearchb: %s (only match)" iswitchb-text)
157 (message "isearchb: %s" iswitchb-text)))))) 157 (message "isearchb: %s" iswitchb-text))))))
diff --git a/lisp/iswitchb.el b/lisp/iswitchb.el
index 2943be851a0..0cb12d391ff 100644
--- a/lisp/iswitchb.el
+++ b/lisp/iswitchb.el
@@ -404,21 +404,21 @@ iswitchb is running."
404 :type 'hook 404 :type 'hook
405 :group 'iswitchb) 405 :group 'iswitchb)
406 406
407(defface iswitchb-single-match-face 407(defface iswitchb-single-match
408 '((t 408 '((t
409 (:inherit font-lock-comment-face))) 409 (:inherit font-lock-comment-face)))
410 "Iswitchb face for single matching buffer name." 410 "Iswitchb face for single matching buffer name."
411 :version "22.1" 411 :version "22.1"
412 :group 'iswitchb) 412 :group 'iswitchb)
413 413
414(defface iswitchb-current-match-face 414(defface iswitchb-current-match
415 '((t 415 '((t
416 (:inherit font-lock-function-name-face))) 416 (:inherit font-lock-function-name-face)))
417 "Iswitchb face for current matching buffer name." 417 "Iswitchb face for current matching buffer name."
418 :version "22.1" 418 :version "22.1"
419 :group 'iswitchb) 419 :group 'iswitchb)
420 420
421(defface iswitchb-virtual-matches-face 421(defface iswitchb-virtual-matches
422 '((t 422 '((t
423 (:inherit font-lock-builtin-face))) 423 (:inherit font-lock-builtin-face)))
424 "Iswitchb face for matching virtual buffer names. 424 "Iswitchb face for matching virtual buffer names.
@@ -426,7 +426,7 @@ See also `iswitchb-use-virtual-buffers'."
426 :version "22.1" 426 :version "22.1"
427 :group 'iswitchb) 427 :group 'iswitchb)
428 428
429(defface iswitchb-invalid-regexp-face 429(defface iswitchb-invalid-regexp
430 '((t 430 '((t
431 (:inherit font-lock-warning-face))) 431 (:inherit font-lock-warning-face)))
432 "Iswitchb face for indicating invalid regexp. " 432 "Iswitchb face for indicating invalid regexp. "
@@ -1299,9 +1299,9 @@ Modified from `icomplete-completions'."
1299 (put-text-property 0 (length first) 'face 1299 (put-text-property 0 (length first) 'face
1300 (if (= (length comps) 1) 1300 (if (= (length comps) 1)
1301 (if iswitchb-invalid-regexp 1301 (if iswitchb-invalid-regexp
1302 'iswitchb-invalid-regexp-face 1302 'iswitchb-invalid-regexp
1303 'iswitchb-single-match-face) 1303 'iswitchb-single-match)
1304 'iswitchb-current-match-face) 1304 'iswitchb-current-match)
1305 first) 1305 first)
1306 (setq comps (cons first (cdr comps))))) 1306 (setq comps (cons first (cdr comps)))))
1307 1307
@@ -1330,7 +1330,7 @@ Modified from `icomplete-completions'."
1330 (let ((comp comps)) 1330 (let ((comp comps))
1331 (while comp 1331 (while comp
1332 (put-text-property 0 (length (car comp)) 1332 (put-text-property 0 (length (car comp))
1333 'face 'iswitchb-virtual-matches-face 1333 'face 'iswitchb-virtual-matches
1334 (car comp)) 1334 (car comp))
1335 (setq comp (cdr comp)))))) 1335 (setq comp (cdr comp))))))
1336 1336
diff --git a/lisp/mail/supercite.el b/lisp/mail/supercite.el
index ba4aca881ef..593f46cad40 100644
--- a/lisp/mail/supercite.el
+++ b/lisp/mail/supercite.el
@@ -720,6 +720,7 @@ the list should be unique."
720 (sc-mail-warn-if-non-rfc822-p (sc-mail-error-in-mail-field)) 720 (sc-mail-warn-if-non-rfc822-p (sc-mail-error-in-mail-field))
721 (end (setq sc-mail-headers-end (point)))) 721 (end (setq sc-mail-headers-end (point))))
722 "Regi frame for glomming mail header information.") 722 "Regi frame for glomming mail header information.")
723(put 'sc-mail-glom-frame 'risky-local-variable t)
723 724
724(defvar curline) ; dynamic bondage 725(defvar curline) ; dynamic bondage
725 726
diff --git a/lisp/printing.el b/lisp/printing.el
index ddfe6fd5cc0..41ea0238c6b 100644
--- a/lisp/printing.el
+++ b/lisp/printing.el
@@ -6434,7 +6434,8 @@ COMMAND.exe, COMMAND.bat and COMMAND.com in this order."
6434;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 6434;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6435 6435
6436 6436
6437(pr-update-menus t) 6437;;; Files are not supposed to change Emacs behavior when you merely load them.
6438;;; (pr-update-menus t)
6438 6439
6439 6440
6440(provide 'printing) 6441(provide 'printing)
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el
index a27a5282b42..e0c8ded307a 100644
--- a/lisp/progmodes/compile.el
+++ b/lisp/progmodes/compile.el
@@ -935,6 +935,7 @@ Returns the compilation buffer created."
935 (substitute-env-vars (match-string 1 command)) 935 (substitute-env-vars (match-string 1 command))
936 "~") 936 "~")
937 default-directory)) 937 default-directory))
938 (erase-buffer)
938 ;; Select the desired mode. 939 ;; Select the desired mode.
939 (if (not (eq mode t)) 940 (if (not (eq mode t))
940 (funcall mode) 941 (funcall mode)
@@ -944,11 +945,11 @@ Returns the compilation buffer created."
944 (if highlight-regexp 945 (if highlight-regexp
945 (set (make-local-variable 'compilation-highlight-regexp) 946 (set (make-local-variable 'compilation-highlight-regexp)
946 highlight-regexp)) 947 highlight-regexp))
947 (erase-buffer)
948 ;; Output a mode setter, for saving and later reloading this buffer. 948 ;; Output a mode setter, for saving and later reloading this buffer.
949 (insert "-*- mode: " name-of-mode 949 (insert "-*- mode: " name-of-mode
950 "; default-directory: " (prin1-to-string default-directory) 950 "; default-directory: " (prin1-to-string default-directory)
951 " -*-\n" command "\n") (setq thisdir default-directory)) 951 " -*-\n" command "\n")
952 (setq thisdir default-directory))
952 (set-buffer-modified-p nil)) 953 (set-buffer-modified-p nil))
953 ;; If we're already in the compilation buffer, go to the end 954 ;; If we're already in the compilation buffer, go to the end
954 ;; of the buffer, so point will track the compilation output. 955 ;; of the buffer, so point will track the compilation output.
diff --git a/lisp/progmodes/make-mode.el b/lisp/progmodes/make-mode.el
index 7356583fb90..d2d2dc6263a 100644
--- a/lisp/progmodes/make-mode.el
+++ b/lisp/progmodes/make-mode.el
@@ -115,9 +115,8 @@
115 :version "22.1") 115 :version "22.1")
116 116
117(defface makefile-shell-face 117(defface makefile-shell-face
118 '((((class color) (background light)) (:background "seashell1")) 118 '((((class color) (min-colors 88) (background light)) (:background "seashell1"))
119 (((class color) (background dark)) (:background "seashell4")) 119 (((class color) (min-colors 88) (background dark)) (:background "seashell4")))
120 (t (:reverse-video t)))
121 "Face to use for additionally highlighting Shell commands in Font-Lock mode." 120 "Face to use for additionally highlighting Shell commands in Font-Lock mode."
122 :group 'faces 121 :group 'faces
123 :group 'makefile 122 :group 'makefile
@@ -262,7 +261,7 @@ not be enclosed in { } or ( )."
262;; index in makefile-imenu-generic-expression. 261;; index in makefile-imenu-generic-expression.
263(defvar makefile-dependency-regex 262(defvar makefile-dependency-regex
264 ;; Allow for two nested levels $(v1:$(v2:$(v3:a=b)=c)=d) 263 ;; Allow for two nested levels $(v1:$(v2:$(v3:a=b)=c)=d)
265 "^ *\\(\\(?: *\\$\\(?:[({]\\(?:\\$\\(?:[({]\\(?:\\$\\(?:[^({]\\|.[^\n$#})]+?[})]\\)\\|[^\n$#)}]\\)+?[})]\\|[^({]\\)\\|[^\n$#)}]\\)+?[})]\\|[^({]\\)\\| *[^ \n$#:=]+\\)+?\\)[ \t]*\\(:\\)\\(?:[ \t]*$\\|[^=\n]\\(?:[^#\n]*?;[ \t]*\\(.+\\)\\)?\\)" 264 "^\\(\\(?:\\$\\(?:[({]\\(?:\\$\\(?:[({]\\(?:\\$\\(?:[^({]\\|.[^\n$#})]+?[})]\\)\\|[^\n$#)}]\\)+?[})]\\|[^({]\\)\\|[^\n$#)}]\\)+?[})]\\|[^({]\\)\\|[^\n$#:=]\\)+?\\)\\(:\\)\\(?:[ \t]*$\\|[^=\n]\\(?:[^#\n]*?;[ \t]*\\(.+\\)\\)?\\)"
266 "Regex used to find dependency lines in a makefile.") 265 "Regex used to find dependency lines in a makefile.")
267 266
268(defconst makefile-bsdmake-dependency-regex 267(defconst makefile-bsdmake-dependency-regex
@@ -291,7 +290,7 @@ not be enclosed in { } or ( )."
291;; that if you change this regexp you might have to fix the imenu index in 290;; that if you change this regexp you might have to fix the imenu index in
292;; makefile-imenu-generic-expression. 291;; makefile-imenu-generic-expression.
293(defconst makefile-macroassign-regex 292(defconst makefile-macroassign-regex
294 "^ *\\([^ \n\t][^:#= \t\n]*\\)[ \t]*\\(?:!=[ \t]*\\(\\(?:.+\\\\\n\\)*.+\\)\\|[*:+]?[:?]?=[ \t]*\\(\\(?:.*\\\\\n\\)*.*\\)\\)" 293 "^ *\\([^ \n\t][^:#= \t\n]*\\)[ \t]*\\(?:!=\\|[*:+]?[:?]?=\\)"
295 "Regex used to find macro assignment lines in a makefile.") 294 "Regex used to find macro assignment lines in a makefile.")
296 295
297(defconst makefile-var-use-regex 296(defconst makefile-var-use-regex
@@ -1704,6 +1703,19 @@ matched in a rule action."
1704 (when (save-excursion 1703 (when (save-excursion
1705 (beginning-of-line) 1704 (beginning-of-line)
1706 (looking-at makefile-dependency-regex)) 1705 (looking-at makefile-dependency-regex))
1706 (save-excursion
1707 (let ((deps-end (match-end 1))
1708 (match-data (match-data)))
1709 (goto-char deps-end)
1710 (skip-chars-backward " \t")
1711 (setq deps-end (point))
1712 (beginning-of-line)
1713 (skip-chars-forward " \t")
1714 ;; Alter the bounds recorded for subexp 1,
1715 ;; which is what is supposed to match the targets.
1716 (setcar (nthcdr 2 match-data) (point))
1717 (setcar (nthcdr 3 match-data) deps-end)
1718 (store-match-data match-data)))
1707 (end-of-line) 1719 (end-of-line)
1708 (throw 'found (point))))) 1720 (throw 'found (point)))))
1709 (goto-char pt)) 1721 (goto-char pt))
diff --git a/lisp/ps-print.el b/lisp/ps-print.el
index 0b2a33f27c0..509a74cf6a5 100644
--- a/lisp/ps-print.el
+++ b/lisp/ps-print.el
@@ -3019,7 +3019,7 @@ Valid values are:
3019 NUMBER It's a real value between 0.0 (black) and 1.0 (white) that 3019 NUMBER It's a real value between 0.0 (black) and 1.0 (white) that
3020 indicate the gray color. 3020 indicate the gray color.
3021 3021
3022 COLOR-NAME It's a string wich contains the color name. For example: 3022 COLOR-NAME It's a string which contains the color name. For example:
3023 \"yellow\". 3023 \"yellow\".
3024 3024
3025 LIST It's a list of RGB values, that is a list of three real values 3025 LIST It's a list of RGB values, that is a list of three real values
@@ -3059,7 +3059,7 @@ Valid values are:
3059 NUMBER It's a real value between 0.0 (black) and 1.0 (white) that 3059 NUMBER It's a real value between 0.0 (black) and 1.0 (white) that
3060 indicate the gray color. 3060 indicate the gray color.
3061 3061
3062 COLOR-NAME It's a string wich contains the color name. For example: 3062 COLOR-NAME It's a string which contains the color name. For example:
3063 \"yellow\". 3063 \"yellow\".
3064 3064
3065 LIST It's a list of RGB values, that is a list of three real values 3065 LIST It's a list of RGB values, that is a list of three real values
@@ -6119,7 +6119,7 @@ XSTART YSTART are the relative position for the first page in a sheet.")
6119 (if (and (boundp 'ucs-mule-8859-to-mule-unicode) 6119 (if (and (boundp 'ucs-mule-8859-to-mule-unicode)
6120 (char-table-p ucs-mule-8859-to-mule-unicode)) 6120 (char-table-p ucs-mule-8859-to-mule-unicode))
6121 (map-char-table 6121 (map-char-table
6122 #'(lambda (k v) 6122 #'(lambda (k v)
6123 (if (and v (eq (char-charset v) 'latin-iso8859-1) (/= k v)) 6123 (if (and v (eq (char-charset v) 'latin-iso8859-1) (/= k v))
6124 (aset tbl k v))) 6124 (aset tbl k v)))
6125 ucs-mule-8859-to-mule-unicode)) 6125 ucs-mule-8859-to-mule-unicode))
diff --git a/lisp/replace.el b/lisp/replace.el
index ba3d5fcfbf4..d5ccd8723c2 100644
--- a/lisp/replace.el
+++ b/lisp/replace.el
@@ -217,7 +217,7 @@ Fourth and fifth arg START and END specify the region to operate on.
217 217
218To customize possible responses, change the \"bindings\" in `query-replace-map'." 218To customize possible responses, change the \"bindings\" in `query-replace-map'."
219 (interactive (let ((common 219 (interactive (let ((common
220 (query-replace-read-args 220 (query-replace-read-args
221 (if (and transient-mark-mode mark-active) 221 (if (and transient-mark-mode mark-active)
222 "Query replace in region" 222 "Query replace in region"
223 "Query replace") 223 "Query replace")
@@ -281,7 +281,7 @@ text, TO-STRING is actually made a list instead of a string.
281Use \\[repeat-complex-command] after this command for details." 281Use \\[repeat-complex-command] after this command for details."
282 (interactive 282 (interactive
283 (let ((common 283 (let ((common
284 (query-replace-read-args 284 (query-replace-read-args
285 (if (and transient-mark-mode mark-active) 285 (if (and transient-mark-mode mark-active)
286 "Query replace regexp in region" 286 "Query replace regexp in region"
287 "Query replace regexp") 287 "Query replace regexp")
@@ -431,7 +431,7 @@ which will run faster and will not set the mark or print anything.
431and TO-STRING is also null.)" 431and TO-STRING is also null.)"
432 (interactive 432 (interactive
433 (let ((common 433 (let ((common
434 (query-replace-read-args 434 (query-replace-read-args
435 (if (and transient-mark-mode mark-active) 435 (if (and transient-mark-mode mark-active)
436 "Replace string in region" 436 "Replace string in region"
437 "Replace string") 437 "Replace string")
@@ -489,10 +489,10 @@ What you probably want is a loop like this:
489which will run faster and will not set the mark or print anything." 489which will run faster and will not set the mark or print anything."
490 (interactive 490 (interactive
491 (let ((common 491 (let ((common
492 (query-replace-read-args 492 (query-replace-read-args
493 (if (and transient-mark-mode mark-active) 493 (if (and transient-mark-mode mark-active)
494 "Replace regexp in region" 494 "Replace regexp in region"
495 "Replace regexp") 495 "Replace regexp")
496 t))) 496 t)))
497 (list (nth 0 common) (nth 1 common) (nth 2 common) 497 (list (nth 0 common) (nth 1 common) (nth 2 common)
498 (if (and transient-mark-mode mark-active) 498 (if (and transient-mark-mode mark-active)
@@ -1268,12 +1268,7 @@ but coerced to the correct value of INTEGERS."
1268 (and (eq new reuse) 1268 (and (eq new reuse)
1269 (eq (null integers) (markerp (car reuse))) 1269 (eq (null integers) (markerp (car reuse)))
1270 new))) 1270 new)))
1271 (match-data integers 1271 (match-data integers reuse t)))
1272 (prog1 reuse
1273 (while reuse
1274 (if (markerp (car reuse))
1275 (set-marker (car reuse) nil))
1276 (setq reuse (cdr reuse)))))))
1277 1272
1278(defun replace-match-maybe-edit (newtext fixedcase literal noedit match-data) 1273(defun replace-match-maybe-edit (newtext fixedcase literal noedit match-data)
1279 "Make a replacement with `replace-match', editing `\\?'. 1274 "Make a replacement with `replace-match', editing `\\?'.
diff --git a/lisp/rfn-eshadow.el b/lisp/rfn-eshadow.el
index 5fb31561c41..84731115d1a 100644
--- a/lisp/rfn-eshadow.el
+++ b/lisp/rfn-eshadow.el
@@ -113,10 +113,7 @@ system, `file-name-shadow-properties' is used instead."
113 :group 'minibuffer) 113 :group 'minibuffer)
114 114
115(defface file-name-shadow 115(defface file-name-shadow
116 '((((background dark)) 116 '((t :inherit shadow))
117 :foreground "grey50")
118 (t
119 :foreground "grey70"))
120 "Face used by `file-name-shadow-mode' for the shadow." 117 "Face used by `file-name-shadow-mode' for the shadow."
121 :group 'minibuffer) 118 :group 'minibuffer)
122 119
diff --git a/lisp/simple.el b/lisp/simple.el
index 016c48924e0..0d71efcf3bc 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -3342,10 +3342,15 @@ Outline mode sets this."
3342 (or (memq prop buffer-invisibility-spec) 3342 (or (memq prop buffer-invisibility-spec)
3343 (assq prop buffer-invisibility-spec))))) 3343 (assq prop buffer-invisibility-spec)))))
3344 3344
3345;; Perform vertical scrolling of tall images if necessary. 3345;; This is like line-move-1 except that it also performs
3346;; Don't vscroll in a keyboard macro. 3346;; vertical scrolling of tall images if appropriate.
3347;; That is not really a clean thing to do, since it mixes
3348;; scrolling with cursor motion. But so far we don't have
3349;; a cleaner solution to the problem of making C-n do something
3350;; useful given a tall image.
3347(defun line-move (arg &optional noerror to-end try-vscroll) 3351(defun line-move (arg &optional noerror to-end try-vscroll)
3348 (if (and auto-window-vscroll try-vscroll 3352 (if (and auto-window-vscroll try-vscroll
3353 ;; But don't vscroll in a keyboard macro.
3349 (not defining-kbd-macro) 3354 (not defining-kbd-macro)
3350 (not executing-kbd-macro)) 3355 (not executing-kbd-macro))
3351 (let ((forward (> arg 0)) 3356 (let ((forward (> arg 0))
@@ -3368,6 +3373,8 @@ Outline mode sets this."
3368 ;; Update display before calling pos-visible-in-window-p, 3373 ;; Update display before calling pos-visible-in-window-p,
3369 ;; because it depends on window-start being up-to-date. 3374 ;; because it depends on window-start being up-to-date.
3370 (sit-for 0) 3375 (sit-for 0)
3376 ;; If the current line is partly hidden at the bottom,
3377 ;; scroll it partially up so as to unhide the bottom.
3371 (if (and (setq part (nth 2 (pos-visible-in-window-p 3378 (if (and (setq part (nth 2 (pos-visible-in-window-p
3372 (line-beginning-position) nil t))) 3379 (line-beginning-position) nil t)))
3373 (> (cdr part) 0)) 3380 (> (cdr part) 0))
@@ -4833,7 +4840,11 @@ of the differing parts is, by contrast, slightly highlighted."
4833 (- (point) (minibuffer-prompt-end))))) 4840 (- (point) (minibuffer-prompt-end)))))
4834 ;; Otherwise, in minibuffer, the whole input is being completed. 4841 ;; Otherwise, in minibuffer, the whole input is being completed.
4835 (if (minibufferp mainbuf) 4842 (if (minibufferp mainbuf)
4836 (setq completion-base-size 0))) 4843 (if (and (symbolp minibuffer-completion-table)
4844 (get minibuffer-completion-table 'completion-base-size-function))
4845 (setq completion-base-size
4846 (funcall (get minibuffer-completion-table 'completion-base-size-function)))
4847 (setq completion-base-size 0))))
4837 ;; Put faces on first uncommon characters and common parts. 4848 ;; Put faces on first uncommon characters and common parts.
4838 (when completion-base-size 4849 (when completion-base-size
4839 (let* ((common-string-length 4850 (let* ((common-string-length
diff --git a/lisp/subr.el b/lisp/subr.el
index 2fe94e2a3c5..71d20ba350e 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -1970,7 +1970,7 @@ The value returned is the value of the last form in BODY."
1970 '((save-match-data-internal (match-data))) 1970 '((save-match-data-internal (match-data)))
1971 (list 'unwind-protect 1971 (list 'unwind-protect
1972 (cons 'progn body) 1972 (cons 'progn body)
1973 '(set-match-data save-match-data-internal)))) 1973 '(set-match-data save-match-data-internal 'evaporate))))
1974 1974
1975(defun match-string (num &optional string) 1975(defun match-string (num &optional string)
1976 "Return string of text matched by last search. 1976 "Return string of text matched by last search.
diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el
index 500c9c4e113..0326510f75f 100644
--- a/lisp/textmodes/flyspell.el
+++ b/lisp/textmodes/flyspell.el
@@ -228,7 +228,6 @@ http://strw.leidenuniv.nl/~dominik/Tools"
228 :version "21.1" 228 :version "21.1"
229 :type 'boolean) 229 :type 'boolean)
230 230
231;;;###autoload
232(defcustom flyspell-mode-line-string " Fly" 231(defcustom flyspell-mode-line-string " Fly"
233 "*String displayed on the modeline when flyspell is active. 232 "*String displayed on the modeline when flyspell is active.
234Set this to nil if you don't want a modeline indicator." 233Set this to nil if you don't want a modeline indicator."
@@ -268,11 +267,7 @@ If `flyspell-large-region' is nil, all regions are treated as small."
268 :type 'boolean) 267 :type 'boolean)
269 268
270(defcustom flyspell-auto-correct-binding 269(defcustom flyspell-auto-correct-binding
271 (cond 270 [(control ?\;)]
272 ((eq flyspell-emacs 'xemacs)
273 [(control \;)])
274 (t
275 [?\C-\;]))
276 "The key binding for flyspell auto correction." 271 "The key binding for flyspell auto correction."
277 :group 'flyspell) 272 :group 'flyspell)
278 273
@@ -410,10 +405,6 @@ property of the major mode name.")
410;*---------------------------------------------------------------------*/ 405;*---------------------------------------------------------------------*/
411(eval-when-compile (defvar flyspell-local-mouse-map)) 406(eval-when-compile (defvar flyspell-local-mouse-map))
412 407
413;;;###autoload
414(defvar flyspell-mode nil)
415(make-variable-buffer-local 'flyspell-mode)
416
417(defvar flyspell-mouse-map 408(defvar flyspell-mouse-map
418 (let ((map (make-sparse-keymap))) 409 (let ((map (make-sparse-keymap)))
419 (if flyspell-use-meta-tab 410 (if flyspell-use-meta-tab
@@ -425,26 +416,18 @@ property of the major mode name.")
425 (define-key map [(control \.)] 'flyspell-auto-correct-word) 416 (define-key map [(control \.)] 'flyspell-auto-correct-word)
426 map)) 417 map))
427 418
428;;;###autoload 419(defvar flyspell-mode-map
429(defvar flyspell-mode-map (make-sparse-keymap)) 420 (let ((map (make-sparse-keymap)))
430 421 ;; mouse, keyboard bindings and misc definition
431;; mouse, keyboard bindings and misc definition 422 (if flyspell-use-meta-tab
432(when (or (assoc 'flyspell-mode minor-mode-map-alist) 423 (define-key map "\M-\t" 'flyspell-auto-correct-word))
433 (setq minor-mode-map-alist 424 (cond
434 (cons (cons 'flyspell-mode flyspell-mode-map) 425 ;; I don't understand this test, so I left it as is. --Stef
435 minor-mode-map-alist))) 426 ((or (featurep 'xemacs) flyspell-use-local-map)
436 (if flyspell-use-meta-tab 427 (define-key map flyspell-auto-correct-binding 'flyspell-auto-correct-previous-word)
437 (define-key flyspell-mode-map "\M-\t" 'flyspell-auto-correct-word)) 428 (define-key map [(control ?\,)] 'flyspell-goto-next-error)
438 (cond 429 (define-key map [(control ?\.)] 'flyspell-auto-correct-word)))
439 ((eq flyspell-emacs 'xemacs) 430 map))
440 (define-key flyspell-mode-map flyspell-auto-correct-binding 'flyspell-auto-correct-previous-word)
441 (define-key flyspell-mode-map [(control \,)] 'flyspell-goto-next-error)
442 (define-key flyspell-mode-map [(control \.)] 'flyspell-auto-correct-word))
443 (flyspell-use-local-map
444 (define-key flyspell-mode-map flyspell-auto-correct-binding 'flyspell-auto-correct-previous-word)
445 (define-key flyspell-mode-map [?\C-\,] 'flyspell-goto-next-error)
446 (define-key flyspell-mode-map [?\C-\.] 'flyspell-auto-correct-word))))
447
448 431
449;; the name of the overlay property that defines the keymap 432;; the name of the overlay property that defines the keymap
450(defvar flyspell-overlay-keymap-property-name 'keymap) 433(defvar flyspell-overlay-keymap-property-name 'keymap)
@@ -462,20 +445,14 @@ property of the major mode name.")
462;* Highlighting */ 445;* Highlighting */
463;*---------------------------------------------------------------------*/ 446;*---------------------------------------------------------------------*/
464(defface flyspell-incorrect-face 447(defface flyspell-incorrect-face
465 (if (eq flyspell-emacs 'xemacs) 448 '((((class color)) (:foreground "OrangeRed" :bold t :underline t))
466 '((((class color)) (:foreground "OrangeRed" :bold t :underline t)) 449 (t (:bold t)))
467 (t (:bold t)))
468 '((((class color)) (:foreground "OrangeRed" :weight bold :underline t))
469 (t (:weight bold))))
470 "Face used for marking a misspelled word in Flyspell." 450 "Face used for marking a misspelled word in Flyspell."
471 :group 'flyspell) 451 :group 'flyspell)
472 452
473(defface flyspell-duplicate-face 453(defface flyspell-duplicate-face
474 (if (eq flyspell-emacs 'xemacs) 454 '((((class color)) (:foreground "Gold3" :bold t :underline t))
475 '((((class color)) (:foreground "Gold3" :bold t :underline t)) 455 (t (:bold t)))
476 (t (:bold t)))
477 '((((class color)) (:foreground "Gold3" :weight bold :underline t))
478 (t (:weight bold))))
479 "Face used for marking a misspelled word that appears twice in the buffer. 456 "Face used for marking a misspelled word that appears twice in the buffer.
480See also `flyspell-duplicate-distance'." 457See also `flyspell-duplicate-distance'."
481 :group 'flyspell) 458 :group 'flyspell)
@@ -486,7 +463,7 @@ See also `flyspell-duplicate-distance'."
486;* flyspell-mode ... */ 463;* flyspell-mode ... */
487;*---------------------------------------------------------------------*/ 464;*---------------------------------------------------------------------*/
488;;;###autoload 465;;;###autoload
489(defun flyspell-mode (&optional arg) 466(define-minor-mode flyspell-mode
490 "Minor mode performing on-the-fly spelling checking. 467 "Minor mode performing on-the-fly spelling checking.
491This spawns a single Ispell process and checks each word. 468This spawns a single Ispell process and checks each word.
492The default flyspell behavior is to highlight incorrect words. 469The default flyspell behavior is to highlight incorrect words.
@@ -514,28 +491,12 @@ in your .emacs file.
514 491
515\\[flyspell-region] checks all words inside a region. 492\\[flyspell-region] checks all words inside a region.
516\\[flyspell-buffer] checks the whole buffer." 493\\[flyspell-buffer] checks the whole buffer."
517 (interactive "P") 494 :lighter flyspell-mode-line-string
518 (let ((old-flyspell-mode flyspell-mode)) 495 :keymap flyspell-mode-map
519 ;; Mark the mode as on or off. 496 :group 'flyspell
520 (setq flyspell-mode (not (or (and (null arg) flyspell-mode) 497 (if flyspell-mode
521 (<= (prefix-numeric-value arg) 0)))) 498 (flyspell-mode-on)
522 ;; Do the real work. 499 (flyspell-mode-off)))
523 (unless (eq flyspell-mode old-flyspell-mode)
524 (if flyspell-mode
525 (flyspell-mode-on)
526 (flyspell-mode-off))
527 ;; Force modeline redisplay.
528 (set-buffer-modified-p (buffer-modified-p)))))
529
530;*---------------------------------------------------------------------*/
531;* Autoloading */
532;*---------------------------------------------------------------------*/
533;;;###autoload
534(add-minor-mode 'flyspell-mode
535 'flyspell-mode-line-string
536 flyspell-mode-map
537 nil
538 'flyspell-mode)
539 500
540;*---------------------------------------------------------------------*/ 501;*---------------------------------------------------------------------*/
541;* flyspell-buffers ... */ 502;* flyspell-buffers ... */
@@ -1057,8 +1018,7 @@ Mostly we check word delimiters."
1057 (cond 1018 (cond
1058 ((and (or (not (eq ispell-parser 'tex)) 1019 ((and (or (not (eq ispell-parser 'tex))
1059 (and (> start (point-min)) 1020 (and (> start (point-min))
1060 (not (eq (char-after (1- start)) ?})) 1021 (not (memq (char-after (1- start)) '(?\} ?\\)))))
1061 (not (eq (char-after (1- start)) ?\\))))
1062 flyspell-mark-duplications-flag 1022 flyspell-mark-duplications-flag
1063 (save-excursion 1023 (save-excursion
1064 (goto-char (1- start)) 1024 (goto-char (1- start))
@@ -1181,20 +1141,21 @@ Mostly we check word delimiters."
1181;* time that function is called. */ 1141;* time that function is called. */
1182;*---------------------------------------------------------------------*/ 1142;*---------------------------------------------------------------------*/
1183(defun flyspell-math-tex-command-p () 1143(defun flyspell-math-tex-command-p ()
1184 (cond 1144 (when (fboundp 'texmathp)
1185 (flyspell-check-tex-math-command 1145 (cond
1186 nil) 1146 (flyspell-check-tex-math-command
1187 ((eq flyspell-tex-math-initialized t) 1147 nil)
1188 (texmathp)) 1148 ((eq flyspell-tex-math-initialized t)
1189 ((eq flyspell-tex-math-initialized 'error) 1149 (texmathp))
1190 nil) 1150 ((eq flyspell-tex-math-initialized 'error)
1191 (t 1151 nil)
1192 (setq flyspell-tex-math-initialized t) 1152 (t
1193 (condition-case nil 1153 (setq flyspell-tex-math-initialized t)
1194 (texmathp) 1154 (condition-case nil
1195 (error (progn 1155 (texmathp)
1196 (setq flyspell-tex-math-initialized 'error) 1156 (error (progn
1197 nil)))))) 1157 (setq flyspell-tex-math-initialized 'error)
1158 nil)))))))
1198 1159
1199;*---------------------------------------------------------------------*/ 1160;*---------------------------------------------------------------------*/
1200;* flyspell-tex-command-p ... */ 1161;* flyspell-tex-command-p ... */
@@ -1381,9 +1342,7 @@ Word syntax described by `flyspell-dictionary-alist' (which see)."
1381 (let ((buffer flyspell-external-ispell-buffer)) 1342 (let ((buffer flyspell-external-ispell-buffer))
1382 (set-buffer buffer) 1343 (set-buffer buffer)
1383 (goto-char (point-min)) 1344 (goto-char (point-min))
1384 (let ((size (- flyspell-large-region-end flyspell-large-region-beg)) 1345 (let ((pword "")
1385 (start flyspell-large-region-beg)
1386 (pword "")
1387 (pcount 1)) 1346 (pcount 1))
1388 ;; now we are done with ispell, we have to find the word in 1347 ;; now we are done with ispell, we have to find the word in
1389 ;; the initial buffer 1348 ;; the initial buffer
@@ -1954,7 +1913,7 @@ The word checked is the word at the mouse position."
1954 (let ((start (car (cdr word))) 1913 (let ((start (car (cdr word)))
1955 (end (car (cdr (cdr word)))) 1914 (end (car (cdr (cdr word))))
1956 (word (car word)) 1915 (word (car word))
1957 poss replace) 1916 poss)
1958 ;; now check spelling of word. 1917 ;; now check spelling of word.
1959 (process-send-string ispell-process "%\n") ;put in verbose mode 1918 (process-send-string ispell-process "%\n") ;put in verbose mode
1960 (process-send-string ispell-process (concat "^" word "\n")) 1919 (process-send-string ispell-process (concat "^" word "\n"))
@@ -1972,89 +1931,65 @@ The word checked is the word at the mouse position."
1972 ((null poss) 1931 ((null poss)
1973 ;; ispell error 1932 ;; ispell error
1974 (error "Ispell: error in Ispell process")) 1933 (error "Ispell: error in Ispell process"))
1975 ((string-match "GNU" (emacs-version)) 1934 ((featurep 'xemacs)
1976 ;; the word is incorrect, we have to propose a replacement
1977 (setq replace (flyspell-emacs-popup event poss word))
1978 (cond ((eq replace 'ignore)
1979 (goto-char save)
1980 nil)
1981 ((eq replace 'save)
1982 (goto-char save)
1983 (process-send-string ispell-process
1984 (concat "*" word "\n"))
1985 (flyspell-unhighlight-at cursor-location)
1986 (setq ispell-pdict-modified-p '(t)))
1987 ((or (eq replace 'buffer) (eq replace 'session))
1988 (process-send-string ispell-process
1989 (concat "@" word "\n"))
1990 (if (null ispell-pdict-modified-p)
1991 (setq ispell-pdict-modified-p
1992 (list ispell-pdict-modified-p)))
1993 (flyspell-unhighlight-at cursor-location)
1994 (goto-char save)
1995 (if (eq replace 'buffer)
1996 (ispell-add-per-file-word-list word)))
1997 (replace
1998 (flyspell-unhighlight-at cursor-location)
1999 (let ((new-word (if (atom replace)
2000 replace
2001 (car replace)))
2002 (cursor-location
2003 (+ (- (length word) (- end start))
2004 cursor-location)))
2005 (if (not (equal new-word (car poss)))
2006 (let ((old-max (point-max)))
2007 (delete-region start end)
2008 (funcall flyspell-insert-function new-word)
2009 (if flyspell-abbrev-p
2010 (flyspell-define-abbrev word new-word))
2011 (flyspell-ajust-cursor-point save
2012 cursor-location
2013 old-max)))))
2014 (t
2015 (goto-char save)
2016 nil)))
2017 ((eq flyspell-emacs 'xemacs)
2018 (flyspell-xemacs-popup 1935 (flyspell-xemacs-popup
2019 event poss word cursor-location start end save) 1936 event poss word cursor-location start end save))
2020 (goto-char save))) 1937 (t
1938 ;; The word is incorrect, we have to propose a replacement.
1939 (flyspell-do-correct (flyspell-emacs-popup event poss word)
1940 poss word cursor-location start end save)))
2021 (ispell-pdict-save t)))))) 1941 (ispell-pdict-save t))))))
2022 1942
2023;*---------------------------------------------------------------------*/ 1943;*---------------------------------------------------------------------*/
2024;* flyspell-xemacs-correct ... */ 1944;* flyspell-do-correct ... */
2025;*---------------------------------------------------------------------*/ 1945;*---------------------------------------------------------------------*/
2026(defun flyspell-xemacs-correct (replace poss word cursor-location start end save) 1946(defun flyspell-do-correct (replace poss word cursor-location start end save)
2027 "The xemacs popup menu callback." 1947 "The popup menu callback."
1948 ;; Originally, the XEmacs code didn't do the (goto-char save) here and did
1949 ;; it instead right after calling the function.
2028 (cond ((eq replace 'ignore) 1950 (cond ((eq replace 'ignore)
1951 (goto-char save)
2029 nil) 1952 nil)
2030 ((eq replace 'save) 1953 ((eq replace 'save)
2031 (process-send-string ispell-process (concat "*" word "\n")) 1954 (goto-char save)
2032 (process-send-string ispell-process "#\n") 1955 (ispell-send-string (concat "*" word "\n"))
1956 ;; This was added only to the XEmacs side in revision 1.18 of
1957 ;; flyspell. I assume its absence on the Emacs side was an
1958 ;; oversight. --Stef
1959 (ispell-send-string "#\n")
2033 (flyspell-unhighlight-at cursor-location) 1960 (flyspell-unhighlight-at cursor-location)
2034 (setq ispell-pdict-modified-p '(t))) 1961 (setq ispell-pdict-modified-p '(t)))
2035 ((or (eq replace 'buffer) (eq replace 'session)) 1962 ((or (eq replace 'buffer) (eq replace 'session))
2036 (process-send-string ispell-process (concat "@" word "\n")) 1963 (ispell-send-string (concat "@" word "\n"))
2037 (flyspell-unhighlight-at cursor-location) 1964 (flyspell-unhighlight-at cursor-location)
2038 (if (null ispell-pdict-modified-p) 1965 (if (null ispell-pdict-modified-p)
2039 (setq ispell-pdict-modified-p 1966 (setq ispell-pdict-modified-p
2040 (list ispell-pdict-modified-p))) 1967 (list ispell-pdict-modified-p)))
1968 (goto-char save)
2041 (if (eq replace 'buffer) 1969 (if (eq replace 'buffer)
2042 (ispell-add-per-file-word-list word))) 1970 (ispell-add-per-file-word-list word)))
2043 (replace 1971 (replace
1972 ;; This was added only to the Emacs side. I assume its absence on
1973 ;; the XEmacs side was an oversight. --Stef
1974 (flyspell-unhighlight-at cursor-location)
2044 (let ((old-max (point-max)) 1975 (let ((old-max (point-max))
2045 (new-word (if (atom replace) 1976 (new-word (if (atom replace)
2046 replace 1977 replace
2047 (car replace))) 1978 (car replace)))
2048 (cursor-location (+ (- (length word) (- end start)) 1979 (cursor-location (+ (- (length word) (- end start))
2049 cursor-location))) 1980 cursor-location)))
2050 (if (not (equal new-word (car poss))) 1981 (unless (equal new-word (car poss))
2051 (progn 1982 (delete-region start end)
2052 (delete-region start end) 1983 (goto-char start)
2053 (goto-char start) 1984 (funcall flyspell-insert-function new-word)
2054 (funcall flyspell-insert-function new-word) 1985 (if flyspell-abbrev-p
2055 (if flyspell-abbrev-p 1986 (flyspell-define-abbrev word new-word)))
2056 (flyspell-define-abbrev word new-word)))) 1987 ;; In the original Emacs code, this was only called in the body
2057 (flyspell-ajust-cursor-point save cursor-location old-max))))) 1988 ;; of the if. I arbitrarily kept the XEmacs behavior instead.
1989 (flyspell-ajust-cursor-point save cursor-location old-max)))
1990 (t
1991 (goto-char save)
1992 nil)))
2058 1993
2059;*---------------------------------------------------------------------*/ 1994;*---------------------------------------------------------------------*/
2060;* flyspell-ajust-cursor-point ... */ 1995;* flyspell-ajust-cursor-point ... */
@@ -2123,7 +2058,7 @@ The word checked is the word at the mouse position."
2123 (cor-menu (if (consp corrects) 2058 (cor-menu (if (consp corrects)
2124 (mapcar (lambda (correct) 2059 (mapcar (lambda (correct)
2125 (vector correct 2060 (vector correct
2126 (list 'flyspell-xemacs-correct 2061 (list 'flyspell-do-correct
2127 correct 2062 correct
2128 (list 'quote poss) 2063 (list 'quote poss)
2129 word 2064 word
@@ -2138,7 +2073,7 @@ The word checked is the word at the mouse position."
2138 (menu (let ((save (if (consp affix) 2073 (menu (let ((save (if (consp affix)
2139 (vector 2074 (vector
2140 (concat "Save affix: " (car affix)) 2075 (concat "Save affix: " (car affix))
2141 (list 'flyspell-xemacs-correct 2076 (list 'flyspell-do-correct
2142 ''save 2077 ''save
2143 (list 'quote poss) 2078 (list 'quote poss)
2144 word 2079 word
@@ -2149,7 +2084,7 @@ The word checked is the word at the mouse position."
2149 t) 2084 t)
2150 (vector 2085 (vector
2151 "Save word" 2086 "Save word"
2152 (list 'flyspell-xemacs-correct 2087 (list 'flyspell-do-correct
2153 ''save 2088 ''save
2154 (list 'quote poss) 2089 (list 'quote poss)
2155 word 2090 word
@@ -2159,7 +2094,7 @@ The word checked is the word at the mouse position."
2159 save) 2094 save)
2160 t))) 2095 t)))
2161 (session (vector "Accept (session)" 2096 (session (vector "Accept (session)"
2162 (list 'flyspell-xemacs-correct 2097 (list 'flyspell-do-correct
2163 ''session 2098 ''session
2164 (list 'quote poss) 2099 (list 'quote poss)
2165 word 2100 word
@@ -2169,7 +2104,7 @@ The word checked is the word at the mouse position."
2169 save) 2104 save)
2170 t)) 2105 t))
2171 (buffer (vector "Accept (buffer)" 2106 (buffer (vector "Accept (buffer)"
2172 (list 'flyspell-xemacs-correct 2107 (list 'flyspell-do-correct
2173 ''buffer 2108 ''buffer
2174 (list 'quote poss) 2109 (list 'quote poss)
2175 word 2110 word
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index 6aff0a731c7..5b0542edaf2 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -796,19 +796,16 @@ Otherwise returns the library directory name, if that is defined."
796 nil t) 796 nil t)
797 case-fold-search case-fold-search-val) 797 case-fold-search case-fold-search-val)
798 (if (or (not status) ; major version mismatch 798 (if (or (not status) ; major version mismatch
799 (< (car (read-from-string (buffer-substring-no-properties 799 (< (car (read-from-string (match-string-no-properties 2)))
800 (match-beginning 2) (match-end 2))))
801 (car (cdr ispell-required-version)))) ; minor version mismatch 800 (car (cdr ispell-required-version)))) ; minor version mismatch
802 (error "%s version 3 release %d.%d.%d or greater is required" 801 (error "%s version 3 release %d.%d.%d or greater is required"
803 ispell-program-name (car ispell-required-version) 802 ispell-program-name (car ispell-required-version)
804 (car (cdr ispell-required-version)) 803 (car (cdr ispell-required-version))
805 (car (cdr (cdr ispell-required-version)))) 804 (car (cdr (cdr ispell-required-version))))
806 ;; check that it is the correct version. 805 ;; check that it is the correct version.
807 (if (and (= (car (read-from-string (buffer-substring-no-properties 806 (if (and (= (car (read-from-string (match-string-no-properties 2)))
808 (match-beginning 2)(match-end 2))))
809 (car (cdr ispell-required-version))) 807 (car (cdr ispell-required-version)))
810 (< (car (read-from-string (buffer-substring-no-properties 808 (< (car (read-from-string (match-string-no-properties 3)))
811 (match-beginning 3)(match-end 3))))
812 (car (cdr (cdr ispell-required-version))))) 809 (car (cdr (cdr ispell-required-version)))))
813 (setq ispell-offset 0)) 810 (setq ispell-offset 0))
814 ;; Check to see if it's really aspell. 811 ;; Check to see if it's really aspell.
@@ -2537,9 +2534,7 @@ Return nil if spell session is quit,
2537 (ispell-begin-skip-region-regexp) 2534 (ispell-begin-skip-region-regexp)
2538 ispell-region-end t)) 2535 ispell-region-end t))
2539 (progn 2536 (progn
2540 (setq key (buffer-substring-no-properties 2537 (setq key (match-string-no-properties 0))
2541 (car (match-data))
2542 (car (cdr (match-data)))))
2543 (set-marker skip-region-start 2538 (set-marker skip-region-start
2544 (- (point) (length key))) 2539 (- (point) (length key)))
2545 (goto-char rstart)) 2540 (goto-char rstart))
@@ -3480,8 +3475,7 @@ Includes Latex/Nroff modes and extended character mode."
3480 (search-forward ispell-parsing-keyword) 3475 (search-forward ispell-parsing-keyword)
3481 (while (re-search-forward " *\\([^ \"]+\\)" end t) 3476 (while (re-search-forward " *\\([^ \"]+\\)" end t)
3482 ;; space separated definitions. 3477 ;; space separated definitions.
3483 (setq string (downcase (buffer-substring-no-properties 3478 (setq string (downcase (match-string-no-properties 1)))
3484 (match-beginning 1) (match-end 1))))
3485 (cond ((and (string-match "latex-mode" string) 3479 (cond ((and (string-match "latex-mode" string)
3486 (not (eq 'exclusive ispell-check-comments))) 3480 (not (eq 'exclusive ispell-check-comments)))
3487 (ispell-send-string "+\n~tex\n")) 3481 (ispell-send-string "+\n~tex\n"))
@@ -3514,8 +3508,7 @@ Both should not be used to define a buffer-local dictionary."
3514 (setq end (save-excursion (end-of-line) (point))) 3508 (setq end (save-excursion (end-of-line) (point)))
3515 (if (re-search-forward " *\\([^ \"]+\\)" end t) 3509 (if (re-search-forward " *\\([^ \"]+\\)" end t)
3516 (setq ispell-local-dictionary 3510 (setq ispell-local-dictionary
3517 (buffer-substring-no-properties (match-beginning 1) 3511 (match-string-no-properties 1))))))
3518 (match-end 1)))))))
3519 (goto-char (point-max)) 3512 (goto-char (point-max))
3520 (if (search-backward ispell-pdict-keyword nil t) 3513 (if (search-backward ispell-pdict-keyword nil t)
3521 (progn 3514 (progn
@@ -3523,8 +3516,7 @@ Both should not be used to define a buffer-local dictionary."
3523 (setq end (save-excursion (end-of-line) (point))) 3516 (setq end (save-excursion (end-of-line) (point)))
3524 (if (re-search-forward " *\\([^ \"]+\\)" end t) 3517 (if (re-search-forward " *\\([^ \"]+\\)" end t)
3525 (setq ispell-local-pdict 3518 (setq ispell-local-pdict
3526 (buffer-substring-no-properties (match-beginning 1) 3519 (match-string-no-properties 1)))))))
3527 (match-end 1))))))))
3528 ;; Reload if new personal dictionary defined. 3520 ;; Reload if new personal dictionary defined.
3529 (if (and ispell-local-pdict 3521 (if (and ispell-local-pdict
3530 (not (equal ispell-local-pdict ispell-personal-dictionary))) 3522 (not (equal ispell-local-pdict ispell-personal-dictionary)))
@@ -3554,8 +3546,7 @@ Both should not be used to define a buffer-local dictionary."
3554 ;; buffer-local words separated by a space, and can contain 3546 ;; buffer-local words separated by a space, and can contain
3555 ;; any character other than a space. Not rigorous enough. 3547 ;; any character other than a space. Not rigorous enough.
3556 (while (re-search-forward " *\\([^ ]+\\)" end t) 3548 (while (re-search-forward " *\\([^ ]+\\)" end t)
3557 (setq string (buffer-substring-no-properties (match-beginning 1) 3549 (setq string (match-string-no-properties 1))
3558 (match-end 1)))
3559 ;; This can fail when string contains a word with illegal chars. 3550 ;; This can fail when string contains a word with illegal chars.
3560 ;; Error handling needs to be added between ispell and emacs. 3551 ;; Error handling needs to be added between ispell and emacs.
3561 (if (and (< 1 (length string)) 3552 (if (and (< 1 (length string))
diff --git a/lisp/textmodes/org.el b/lisp/textmodes/org.el
index bbc59768aaf..d13a7514c16 100644
--- a/lisp/textmodes/org.el
+++ b/lisp/textmodes/org.el
@@ -154,8 +154,6 @@
154(require 'outline) 154(require 'outline)
155(require 'time-date) 155(require 'time-date)
156(require 'easymenu) 156(require 'easymenu)
157(or (fboundp 'run-mode-hooks)
158 (defalias 'run-mode-hooks 'run-hooks))
159 157
160;;; Customization variables 158;;; Customization variables
161 159
@@ -384,6 +382,12 @@ or contain a special line
384If the file does not specify a category, then file's base name 382If the file does not specify a category, then file's base name
385is used instead.") 383is used instead.")
386 384
385(defun org-run-mode-hooks (&rest hooks)
386 "Call `run-mode-hooks' if it is available; otherwise call `run-hooks'."
387 (if (fboundp 'run-mode-hooks)
388 (apply 'run-mode-hooks hooks)
389 (apply 'run-hooks hooks)))
390
387(defun org-set-regexps-and-options () 391(defun org-set-regexps-and-options ()
388 "Precompute regular expressions for current buffer." 392 "Precompute regular expressions for current buffer."
389 (when (eq major-mode 'org-mode) 393 (when (eq major-mode 'org-mode)
@@ -3118,7 +3122,7 @@ The following commands are available:
3118 "--") 3122 "--")
3119 (mapcar 'org-file-menu-entry org-agenda-files))) 3123 (mapcar 'org-file-menu-entry org-agenda-files)))
3120 (org-agenda-set-mode-name) 3124 (org-agenda-set-mode-name)
3121 (run-mode-hooks 'org-agenda-mode-hook)) 3125 (org-run-mode-hooks 'org-agenda-mode-hook))
3122 3126
3123(define-key org-agenda-mode-map [(tab)] 'org-agenda-goto) 3127(define-key org-agenda-mode-map [(tab)] 'org-agenda-goto)
3124(define-key org-agenda-mode-map [(return)] 'org-agenda-switch-to) 3128(define-key org-agenda-mode-map [(return)] 'org-agenda-switch-to)
diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el
index 3b5bab5b4dc..91f714af9d9 100644
--- a/lisp/textmodes/tex-mode.el
+++ b/lisp/textmodes/tex-mode.el
@@ -795,7 +795,7 @@ Inherits `shell-mode-map' with a few additions.")
795 (regexp-opt '("documentstyle" "documentclass" 795 (regexp-opt '("documentstyle" "documentclass"
796 "begin" "subsection" "section" 796 "begin" "subsection" "section"
797 "part" "chapter" "newcommand" 797 "part" "chapter" "newcommand"
798 "renewcommand") 'words) 798 "renewcommand" "RequirePackage") 'words)
799 "\\|NeedsTeXFormat{LaTeX"))) 799 "\\|NeedsTeXFormat{LaTeX")))
800 (if (and (looking-at 800 (if (and (looking-at
801 "document\\(style\\|class\\)\\(\\[.*\\]\\)?{slides}") 801 "document\\(style\\|class\\)\\(\\[.*\\]\\)?{slides}")
@@ -1639,9 +1639,12 @@ If NOT-ALL is non-nil, save the `.dvi' file."
1639 " " (if (< 0 (length tex-start-commands)) 1639 " " (if (< 0 (length tex-start-commands))
1640 (shell-quote-argument tex-start-commands)) " %f") 1640 (shell-quote-argument tex-start-commands)) " %f")
1641 t "%r.dvi") 1641 t "%r.dvi")
1642 ("yap %r &" "%r.dvi")
1643 ("xdvi %r &" "%r.dvi") 1642 ("xdvi %r &" "%r.dvi")
1643 ("xpdf %r.pdf &" "%r.pdf")
1644 ("gv %r.ps &" "%r.ps")
1645 ("yap %r &" "%r.dvi")
1644 ("advi %r &" "%r.dvi") 1646 ("advi %r &" "%r.dvi")
1647 ("gv %r.pdf &" "%r.pdf")
1645 ("bibtex %r" "%r.aux" "%r.bbl") 1648 ("bibtex %r" "%r.aux" "%r.bbl")
1646 ("makeindex %r" "%r.idx" "%r.ind") 1649 ("makeindex %r" "%r.idx" "%r.ind")
1647 ("texindex %r.??") 1650 ("texindex %r.??")
@@ -1649,9 +1652,6 @@ If NOT-ALL is non-nil, save the `.dvi' file."
1649 ("dvipdf %r" "%r.dvi" "%r.pdf") 1652 ("dvipdf %r" "%r.dvi" "%r.pdf")
1650 ("dvips -o %r.ps %r" "%r.dvi" "%r.ps") 1653 ("dvips -o %r.ps %r" "%r.dvi" "%r.ps")
1651 ("ps2pdf %r.ps" "%r.ps" "%r.pdf") 1654 ("ps2pdf %r.ps" "%r.ps" "%r.pdf")
1652 ("gv %r.ps &" "%r.ps")
1653 ("gv %r.pdf &" "%r.pdf")
1654 ("xpdf %r.pdf &" "%r.pdf")
1655 ("lpr %r.ps" "%r.ps")) 1655 ("lpr %r.ps" "%r.ps"))
1656 "List of commands for `tex-compile'. 1656 "List of commands for `tex-compile'.
1657Each element should be of the form (FORMAT IN OUT) where 1657Each element should be of the form (FORMAT IN OUT) where
@@ -1830,8 +1830,7 @@ FILE is typically the output DVI or PDF file."
1830 (push cmd cmds) 1830 (push cmd cmds)
1831 (push (nth 1 cmd) unchanged-in)))) 1831 (push (nth 1 cmd) unchanged-in))))
1832 ;; If no command seems to be applicable, arbitrarily pick the first one. 1832 ;; If no command seems to be applicable, arbitrarily pick the first one.
1833 (unless cmds 1833 (setq cmds (if cmds (nreverse cmds) (list (car tex-compile-commands))))
1834 (setq cmds (list (car tex-compile-commands))))
1835 ;; Remove those commands whose input was considered stable for 1834 ;; Remove those commands whose input was considered stable for
1836 ;; some other command (typically if (t . "%.pdf") is inactive 1835 ;; some other command (typically if (t . "%.pdf") is inactive
1837 ;; then we're using pdflatex and the fact that the dvi file 1836 ;; then we're using pdflatex and the fact that the dvi file
@@ -1841,7 +1840,7 @@ FILE is typically the output DVI or PDF file."
1841 (unless (member (nth 1 cmd) unchanged-in) 1840 (unless (member (nth 1 cmd) unchanged-in)
1842 (push cmd tmp))) 1841 (push cmd tmp)))
1843 ;; Only remove if there's something left. 1842 ;; Only remove if there's something left.
1844 (if tmp (setq cmds tmp))) 1843 (if tmp (setq cmds (nreverse tmp))))
1845 ;; Remove commands whose input is not uptodate either. 1844 ;; Remove commands whose input is not uptodate either.
1846 (let ((outs (delq nil (mapcar (lambda (x) (nth 2 x)) cmds))) 1845 (let ((outs (delq nil (mapcar (lambda (x) (nth 2 x)) cmds)))
1847 (tmp nil)) 1846 (tmp nil))
@@ -1849,7 +1848,7 @@ FILE is typically the output DVI or PDF file."
1849 (unless (member (nth 1 cmd) outs) 1848 (unless (member (nth 1 cmd) outs)
1850 (push cmd tmp))) 1849 (push cmd tmp)))
1851 ;; Only remove if there's something left. 1850 ;; Only remove if there's something left.
1852 (if tmp (setq cmds tmp))) 1851 (if tmp (setq cmds (nreverse tmp))))
1853 ;; Select which file we're going to operate on (the latest). 1852 ;; Select which file we're going to operate on (the latest).
1854 (let ((latest (nth 1 (car cmds)))) 1853 (let ((latest (nth 1 (car cmds))))
1855 (dolist (cmd (prog1 (cdr cmds) (setq cmds (list (car cmds))))) 1854 (dolist (cmd (prog1 (cdr cmds) (setq cmds (list (car cmds)))))
diff --git a/lisp/thumbs.el b/lisp/thumbs.el
index 321fe7266cc..0fa44a3b8ee 100644
--- a/lisp/thumbs.el
+++ b/lisp/thumbs.el
@@ -65,8 +65,7 @@
65 :version "22.1" 65 :version "22.1"
66 :group 'multimedia) 66 :group 'multimedia)
67 67
68(defcustom thumbs-thumbsdir 68(defcustom thumbs-thumbsdir "~/.emacs-thumbs"
69 (expand-file-name "~/.emacs-thumbs")
70 "*Directory to store thumbnails." 69 "*Directory to store thumbnails."
71 :type 'directory 70 :type 'directory
72 :group 'thumbs) 71 :group 'thumbs)
@@ -83,12 +82,12 @@
83 82
84(defcustom thumbs-thumbsdir-max-size 50000000 83(defcustom thumbs-thumbsdir-max-size 50000000
85 "Max size for thumbnails directory. 84 "Max size for thumbnails directory.
86When it reachs that size (in bytes), a warning is sent." 85When it reaches that size (in bytes), a warning is sent."
87 :type 'string 86 :type 'string
88 :group 'thumbs) 87 :group 'thumbs)
89 88
90(defcustom thumbs-conversion-program 89(defcustom thumbs-conversion-program
91 (if (equal 'windows-nt system-type) 90 (if (eq system-type 'windows-nt)
92 "convert.exe" 91 "convert.exe"
93 (or (executable-find "convert") 92 (or (executable-find "convert")
94 "/usr/X11R6/bin/convert")) 93 "/usr/X11R6/bin/convert"))
@@ -117,20 +116,19 @@ This is where you see the cursor."
117(defcustom thumbs-thumbsdir-auto-clean t 116(defcustom thumbs-thumbsdir-auto-clean t
118 "If set, delete older file in the thumbnails directory. 117 "If set, delete older file in the thumbnails directory.
119Deletion is done at load time when the directory size is bigger 118Deletion is done at load time when the directory size is bigger
120than 'thumbs-thumbsdir-max-size'." 119than `thumbs-thumbsdir-max-size'."
121 :type 'boolean 120 :type 'boolean
122 :group 'thumbs) 121 :group 'thumbs)
123 122
124(defcustom thumbs-image-resizing-step 10 123(defcustom thumbs-image-resizing-step 10
125 "Step by wich to resize image." 124 "Step by which to resize image."
126 :type 'string 125 :type 'string
127 :group 'thumbs) 126 :group 'thumbs)
128 127
129(defcustom thumbs-temp-dir 128(defcustom thumbs-temp-dir temporary-file-directory
130 "/tmp/"
131 "Temporary directory to use. 129 "Temporary directory to use.
132Leaving it to default '/tmp/' can let another user 130Defaults to `temporary-file-directory'. Leaving it to
133see some of your images." 131this value can let another user see some of your images."
134 :type 'directory 132 :type 'directory
135 :group 'thumbs) 133 :group 'thumbs)
136 134
@@ -140,10 +138,6 @@ see some of your images."
140 :group 'thumbs) 138 :group 'thumbs)
141 139
142;; Initialize some variable, for later use. 140;; Initialize some variable, for later use.
143(defvar thumbs-temp-file
144 (concat thumbs-temp-dir thumbs-temp-prefix)
145 "Temporary filename for images.")
146
147(defvar thumbs-current-tmp-filename 141(defvar thumbs-current-tmp-filename
148 nil 142 nil
149 "Temporary filename of current image.") 143 "Temporary filename of current image.")
@@ -163,28 +157,36 @@ see some of your images."
163 nil 157 nil
164 "List of marked files.") 158 "List of marked files.")
165 159
166;; Make sure auto-image-file-mode is ON. 160(defalias 'thumbs-gensym
167(auto-image-file-mode t) 161 (if (fboundp 'gensym)
168 162 'gensym
169;; Create the thumbs directory if it does not exists. 163 ;; Copied from cl-macs.el
170(setq thumbs-thumbsdir (expand-file-name thumbs-thumbsdir)) 164 (defvar thumbs-gensym-counter 0)
171 165 (lambda (&optional prefix)
172(when (not (file-directory-p thumbs-thumbsdir)) 166 "Generate a new uninterned symbol.
173 (progn 167The name is made by appending a number to PREFIX, default \"G\"."
174 (make-directory thumbs-thumbsdir) 168 (let ((pfix (if (stringp prefix) prefix "G"))
175 (message "Creating thumbnails directory"))) 169 (num (if (integerp prefix) prefix
176 170 (prog1 thumbs-gensym-counter
177(defvar thumbs-gensym-counter 0) 171 (setq thumbs-gensym-counter
178 172 (1+ thumbs-gensym-counter))))))
179(defun thumbs-gensym (&optional arg) 173 (make-symbol (format "%s%d" pfix num))))))
180 "Generate a new uninterned symbol. 174
181The name is made by appending a number to PREFIX, default \"Thumbs\"." 175(defun thumbs-temp-file ()
182 (let ((prefix (if (stringp arg) arg "Thumbs")) 176 "Return a unique temporary filename for an image."
183 (num (if (integerp arg) arg 177 (format "%s%s-%s.jpg"
184 (prog1 178 (expand-file-name thumbs-temp-dir)
185 thumbs-gensym-counter 179 thumbs-temp-prefix
186 (setq thumbs-gensym-counter (1+ thumbs-gensym-counter)))))) 180 (thumbs-gensym "T")))
187 (make-symbol (format "%s%d" prefix num)))) 181
182(defun thumbs-thumbsdir ()
183 "Return the current thumbnails directory (from `thumbs-thumbsdir').
184Create the thumbnails directory if it does not exist."
185 (let ((thumbs-thumbsdir (expand-file-name thumbs-thumbsdir)))
186 (unless (file-directory-p thumbs-thumbsdir)
187 (make-directory thumbs-thumbsdir)
188 (message "Creating thumbnails directory"))
189 thumbs-thumbsdir))
188 190
189(defun thumbs-cleanup-thumbsdir () 191(defun thumbs-cleanup-thumbsdir ()
190 "Clean the thumbnails directory. 192 "Clean the thumbnails directory.
@@ -197,8 +199,8 @@ reached."
197 (lambda (f) 199 (lambda (f)
198 (let ((fattribsL (file-attributes f))) 200 (let ((fattribsL (file-attributes f)))
199 `(,(nth 4 fattribsL) ,(nth 7 fattribsL) ,f))) 201 `(,(nth 4 fattribsL) ,(nth 7 fattribsL) ,f)))
200 (directory-files thumbs-thumbsdir t (image-file-name-regexp))) 202 (directory-files (thumbs-thumbsdir) t (image-file-name-regexp)))
201 '(lambda (l1 l2) (time-less-p (car l1)(car l2))))) 203 '(lambda (l1 l2) (time-less-p (car l1) (car l2)))))
202 (dirsize (apply '+ (mapcar (lambda (x) (cadr x)) filesL)))) 204 (dirsize (apply '+ (mapcar (lambda (x) (cadr x)) filesL))))
203 (while (> dirsize thumbs-thumbsdir-max-size) 205 (while (> dirsize thumbs-thumbsdir-max-size)
204 (progn 206 (progn
@@ -258,7 +260,7 @@ ACTION-PREFIX is the symbol to place before the ACTION command
258 260
259(defun thumbs-resize-image (&optional increment size) 261(defun thumbs-resize-image (&optional increment size)
260 "Resize image in current buffer. 262 "Resize image in current buffer.
261if INCREMENT is set, make the image bigger, else smaller. 263If INCREMENT is set, make the image bigger, else smaller.
262Or, alternatively, a SIZE may be specified." 264Or, alternatively, a SIZE may be specified."
263 (interactive) 265 (interactive)
264 ;; cleaning of old temp file 266 ;; cleaning of old temp file
@@ -276,7 +278,7 @@ Or, alternatively, a SIZE may be specified."
276 thumbs-current-image-size) 278 thumbs-current-image-size)
277 (thumbs-decrement-image-size 279 (thumbs-decrement-image-size
278 thumbs-current-image-size)))) 280 thumbs-current-image-size))))
279 (tmp (format "%s%s.jpg" thumbs-temp-file (thumbs-gensym)))) 281 (tmp (thumbs-temp-file)))
280 (erase-buffer) 282 (erase-buffer)
281 (thumbs-call-convert thumbs-current-image-filename 283 (thumbs-call-convert thumbs-current-image-filename
282 tmp "sample" 284 tmp "sample"
@@ -286,7 +288,7 @@ Or, alternatively, a SIZE may be specified."
286 (setq thumbs-current-tmp-filename tmp))) 288 (setq thumbs-current-tmp-filename tmp)))
287 289
288(defun thumbs-resize-interactive (width height) 290(defun thumbs-resize-interactive (width height)
289 "Resize Image interactively to specified WIDTH and HEIGHT." 291 "Resize image interactively to specified WIDTH and HEIGHT."
290 (interactive "nWidth: \nnHeight: ") 292 (interactive "nWidth: \nnHeight: ")
291 (thumbs-resize-image nil (cons width height))) 293 (thumbs-resize-image nil (cons width height)))
292 294
@@ -305,7 +307,7 @@ Or, alternatively, a SIZE may be specified."
305 (convert-standard-filename 307 (convert-standard-filename
306 (let ((filename (expand-file-name img))) 308 (let ((filename (expand-file-name img)))
307 (format "%s/%08x-%s.jpg" 309 (format "%s/%08x-%s.jpg"
308 thumbs-thumbsdir 310 (thumbs-thumbsdir)
309 (sxhash filename) 311 (sxhash filename)
310 (subst-char-in-string 312 (subst-char-in-string
311 ?\s ?\_ 313 ?\s ?\_
@@ -562,11 +564,7 @@ Open another window."
562(defun thumbs-kill-buffer () 564(defun thumbs-kill-buffer ()
563 "Kill the current buffer." 565 "Kill the current buffer."
564 (interactive) 566 (interactive)
565 (let ((buffer (current-buffer))) 567 (quit-window t (selected-window)))
566 (condition-case nil
567 (delete-window (selected-window))
568 (error nil))
569 (kill-buffer buffer)))
570 568
571(defun thumbs-show-image-num (num) 569(defun thumbs-show-image-num (num)
572 "Show the image with number NUM." 570 "Show the image with number NUM."
@@ -643,7 +641,7 @@ ACTION and ARG should be a valid convert command."
643 t 641 t
644 thumbs-temp-prefix)) 642 thumbs-temp-prefix))
645 (let ((buffer-read-only nil) 643 (let ((buffer-read-only nil)
646 (tmp (format "%s%s.jpg" thumbs-temp-file (thumbs-gensym)))) 644 (tmp (thumbs-temp-file)))
647 (erase-buffer) 645 (erase-buffer)
648 (thumbs-call-convert thumbs-current-image-filename 646 (thumbs-call-convert thumbs-current-image-filename
649 tmp 647 tmp
diff --git a/lisp/tmm.el b/lisp/tmm.el
index 51e04941730..aa47012c642 100644
--- a/lisp/tmm.el
+++ b/lisp/tmm.el
@@ -133,9 +133,8 @@ specify nil for this variable."
133 :type '(choice integer (const nil)) 133 :type '(choice integer (const nil))
134 :group 'tmm) 134 :group 'tmm)
135 135
136(require 'font-lock) 136(defface tmm-inactive
137(defface tmm-inactive-face 137 '((t :inherit shadow))
138 '((t :inherit font-lock-comment-face))
139 "Face used for inactive menu items." 138 "Face used for inactive menu items."
140 :group 'tmm) 139 :group 'tmm)
141 140
@@ -350,7 +349,7 @@ Stores a list of all the shortcuts in the free variable `tmm-short-cuts'."
350 (setq next (next-single-char-property-change (point) 'mouse-face)) 349 (setq next (next-single-char-property-change (point) 'mouse-face))
351 (when (looking-at inactive-string) 350 (when (looking-at inactive-string)
352 (remove-text-properties (point) next '(mouse-face)) 351 (remove-text-properties (point) next '(mouse-face))
353 (add-text-properties (point) next '(face tmm-inactive-face))) 352 (add-text-properties (point) next '(face tmm-inactive)))
354 (goto-char next))) 353 (goto-char next)))
355 (set-buffer-modified-p nil))) 354 (set-buffer-modified-p nil)))
356 355
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 6077deea9bb..6742080bd03 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,32 @@
12005-06-09 Kim F. Storm <storm@cua.dk>
2
3 * searching.texi (Entire Match Data): Explain new `reseat' argument to
4 match-data and set-match-data.
5
62005-06-08 Richard M. Stallman <rms@gnu.org>
7
8 * searching.texi (Entire Match Data): Clarify when match-data
9 returns markers and when integers.
10
11 * display.texi (Defining Faces): Explain that face name should not
12 end in `-face'.
13
14 * modes.texi (Mode Line Data): Minor cleanup.
15 (Customizing Keywords): Node split out of Search-based Fontification.
16 Add example of using font-lock-add-keywords from a hook.
17 Clarify when MODE should be non-nil, and when nil.
18
192005-06-06 Richard M. Stallman <rms@gnu.org>
20
21 * modes.texi (Mode Line Data): Explain what happens when the car
22 of a list is a void symbol.
23 (Search-based Fontification): Explain MODE arg to
24 font-lock-add-keywords and warn about calls from major modes.
25
262005-06-08 Juri Linkov <juri@jurta.org>
27
28 * display.texi (Standard Faces): Add `shadow' face.
29
12005-05-29 Luc Teirlinck <teirllm@auburn.edu> 302005-05-29 Luc Teirlinck <teirllm@auburn.edu>
2 31
3 * modes.texi (Major Mode Conventions): A derived mode only needs 32 * modes.texi (Major Mode Conventions): A derived mode only needs
diff --git a/lispref/display.texi b/lispref/display.texi
index 7b4db373f63..87520fb4d4f 100644
--- a/lispref/display.texi
+++ b/lispref/display.texi
@@ -1775,6 +1775,11 @@ This face forces use of a particular fixed-width font.
1775This face forces use of a particular variable-width font. It's 1775This face forces use of a particular variable-width font. It's
1776reasonable to customize this to use a different variable-width font, if 1776reasonable to customize this to use a different variable-width font, if
1777you like, but you should not make it a fixed-width font. 1777you like, but you should not make it a fixed-width font.
1778
1779@item shadow
1780@kindex shadow @r{(face name)}
1781This face is used for making the text less noticeable than the
1782surrounding ordinary text.
1778@end table 1783@end table
1779 1784
1780@defvar show-trailing-whitespace 1785@defvar show-trailing-whitespace
@@ -1790,14 +1795,15 @@ end of a line.
1790 The way to define a new face is with @code{defface}. This creates a 1795 The way to define a new face is with @code{defface}. This creates a
1791kind of customization item (@pxref{Customization}) which the user can 1796kind of customization item (@pxref{Customization}) which the user can
1792customize using the Customization buffer (@pxref{Easy Customization,,, 1797customize using the Customization buffer (@pxref{Easy Customization,,,
1793emacs, The GNU Emacs Manual}). 1798emacs, The GNU Emacs Manual}).
1794 1799
1795@defmac defface face spec doc [keyword value]... 1800@defmac defface face spec doc [keyword value]...
1796This declares @var{face} as a customizable face that defaults according 1801This declares @var{face} as a customizable face that defaults
1797to @var{spec}. You should not quote the symbol @var{face}. The 1802according to @var{spec}. You should not quote the symbol @var{face},
1803and it should not end in @samp{-face} (that would be redundant). The
1798argument @var{doc} specifies the face documentation. The keywords you 1804argument @var{doc} specifies the face documentation. The keywords you
1799can use in @code{defface} are the same ones that are meaningful in both 1805can use in @code{defface} are the same as in @code{defgroup} and
1800@code{defgroup} and @code{defcustom} (@pxref{Common Keywords}). 1806@code{defcustom} (@pxref{Common Keywords}).
1801 1807
1802When @code{defface} executes, it defines the face according to 1808When @code{defface} executes, it defines the face according to
1803@var{spec}, then uses any customizations that were read from the 1809@var{spec}, then uses any customizations that were read from the
diff --git a/lispref/modes.texi b/lispref/modes.texi
index f8c1ae82a4e..2366fca5b96 100644
--- a/lispref/modes.texi
+++ b/lispref/modes.texi
@@ -1650,13 +1650,13 @@ properties specified by @var{props} to the result. The argument
1650@var{value}. (This feature is new as of Emacs 22.1.) 1650@var{value}. (This feature is new as of Emacs 22.1.)
1651 1651
1652@item (@var{symbol} @var{then} @var{else}) 1652@item (@var{symbol} @var{then} @var{else})
1653A list whose first element is a symbol that is not a keyword specifies a 1653A list whose first element is a symbol that is not a keyword specifies
1654conditional. Its meaning depends on the value of @var{symbol}. If the 1654a conditional. Its meaning depends on the value of @var{symbol}. If
1655value is non-@code{nil}, the second element, @var{then}, is processed 1655@var{symbol} has a non-@code{nil} value, the second element,
1656recursively as a mode-line element. But if the value of @var{symbol} is 1656@var{then}, is processed recursively as a mode-line element.
1657@code{nil}, the third element, @var{else}, is processed recursively. 1657Otherwise, the third element, @var{else}, is processed recursively.
1658You may omit @var{else}; then the mode-line element displays nothing if 1658You may omit @var{else}; then the mode-line element displays nothing
1659the value of @var{symbol} is @code{nil}. 1659if the value of @var{symbol} is @code{nil} or void.
1660 1660
1661@item (@var{width} @var{rest}@dots{}) 1661@item (@var{width} @var{rest}@dots{})
1662A list whose first element is an integer specifies truncation or 1662A list whose first element is an integer specifies truncation or
@@ -2319,6 +2319,7 @@ Search-based fontification happens second.
2319@menu 2319@menu
2320* Font Lock Basics:: Overview of customizing Font Lock. 2320* Font Lock Basics:: Overview of customizing Font Lock.
2321* Search-based Fontification:: Fontification based on regexps. 2321* Search-based Fontification:: Fontification based on regexps.
2322* Customizing Keywords:: Customizing search-based fontification.
2322* Other Font Lock Variables:: Additional customization facilities. 2323* Other Font Lock Variables:: Additional customization facilities.
2323* Levels of Font Lock:: Each mode can define alternative levels 2324* Levels of Font Lock:: Each mode can define alternative levels
2324 so that the user can select more or less. 2325 so that the user can select more or less.
@@ -2624,19 +2625,27 @@ Non-@code{nil} means that regular expression matching for the sake of
2624@code{font-lock-keywords} should be case-insensitive. 2625@code{font-lock-keywords} should be case-insensitive.
2625@end defvar 2626@end defvar
2626 2627
2627You can use @code{font-lock-add-keywords} to add additional 2628@node Customizing Keywords
2629@subsection Customizing Search-Based Fontification
2630
2631 You can use @code{font-lock-add-keywords} to add additional
2628search-based fontification rules to a major mode, and 2632search-based fontification rules to a major mode, and
2629@code{font-lock-remove-keywords} to removes rules. 2633@code{font-lock-remove-keywords} to removes rules.
2630 2634
2631@defun font-lock-add-keywords mode keywords &optional append 2635@defun font-lock-add-keywords mode keywords &optional append
2632This function adds highlighting @var{keywords} for @var{mode}. The 2636This function adds highlighting @var{keywords}, for the current buffer
2633argument @var{keywords} should be a list with the same format as the 2637or for major mode @var{mode}. The argument @var{keywords} should be a
2634variable @code{font-lock-keywords}. @var{mode} should be a symbol, 2638list with the same format as the variable @code{font-lock-keywords}.
2635the major mode command name, such as @code{c-mode}. When Font Lock 2639
2636mode is turned on in @var{mode}, it adds @var{keywords} to 2640If @var{mode} is a symbol which is a major mode command name, such as
2637@code{font-lock-keywords}. @var{mode} can also be @code{nil}; the 2641@code{c-mode}, the effect is that enabling Font Lock mode in
2638highlighting @var{keywords} are immediately added to 2642@var{mode} will add @var{keywords} to @code{font-lock-keywords}.
2639@code{font-lock-keywords} in the current buffer in that case. 2643Calling with a non-@code{nil} value of @var{mode} is correct only in
2644your @file{~/.emacs} file.
2645
2646If @var{mode} is @code{nil}, this function adds @var{keywords} to
2647@code{font-lock-keywords} in the current buffer. This way of calling
2648@code{font-lock-add-keywords} is usually used in mode hook functions.
2640 2649
2641By default, @var{keywords} are added at the beginning of 2650By default, @var{keywords} are added at the beginning of
2642@code{font-lock-keywords}. If the optional argument @var{append} is 2651@code{font-lock-keywords}. If the optional argument @var{append} is
@@ -2645,7 +2654,29 @@ By default, @var{keywords} are added at the beginning of
2645non-@code{nil} value, they are added at the end of 2654non-@code{nil} value, they are added at the end of
2646@code{font-lock-keywords}. 2655@code{font-lock-keywords}.
2647 2656
2648For example: 2657Some modes provide specialized support you can use in additional
2658highlighting patterns. See the variables
2659@code{c-font-lock-extra-types}, @code{c++-font-lock-extra-types},
2660@code{objc-font-lock-extra-types} and
2661@code{java-font-lock-extra-types}, for example.
2662
2663@strong{Warning:} major mode functions must not call
2664@code{font-lock-add-keywords} under any circumstances, either directly
2665or indirectly, except through their mode hooks. (Doing so would lead
2666to incorrect behavior for some minor modes.) They should set up their
2667rules for search-based fontification by setting
2668@code{font-lock-keywords}.
2669@end defun
2670
2671@defun font-lock-remove-keywords mode keywords
2672This function removes @var{keywords} from @code{font-lock-keywords}
2673for the current buffer or for major mode @var{mode}. As in
2674@code{font-lock-add-keywords}, @var{mode} should be a major mode
2675command name or @code{nil}. All the caveats and requirments for
2676@code{font-lock-add-keywords} apply here too.
2677@end defun
2678
2679 For example, this code
2649 2680
2650@smallexample 2681@smallexample
2651(font-lock-add-keywords 'c-mode 2682(font-lock-add-keywords 'c-mode
@@ -2653,30 +2684,23 @@ For example:
2653 ("\\<\\(and\\|or\\|not\\)\\>" . font-lock-keyword-face))) 2684 ("\\<\\(and\\|or\\|not\\)\\>" . font-lock-keyword-face)))
2654@end smallexample 2685@end smallexample
2655 2686
2687@noindent
2656adds two fontification patterns for C mode: one to fontify the word 2688adds two fontification patterns for C mode: one to fontify the word
2657@samp{FIXME}, even in comments, and another to fontify the words 2689@samp{FIXME}, even in comments, and another to fontify the words
2658@samp{and}, @samp{or} and @samp{not} as keywords. 2690@samp{and}, @samp{or} and @samp{not} as keywords.
2659 2691
2660Some modes have specialized support for additional patterns. See the 2692@noindent
2661variables @code{c-font-lock-extra-types}, 2693That example affects only C mode proper. To add the same patterns to
2662@code{c++-font-lock-extra-types}, @code{objc-font-lock-extra-types} 2694C mode @emph{and} all modes derived from it, do this instead:
2663and @code{java-font-lock-extra-types}, for example.
2664@end defun
2665
2666@defun font-lock-remove-keywords mode keywords
2667This function removes highlighting @var{keywords} for @var{mode}. As
2668in @code{font-lock-add-keywords}, @var{mode} should be a major mode
2669command name or @code{nil}. If @code{nil}, the highlighting
2670@var{keywords} are immediately removed in the current buffer.
2671@end defun
2672 2695
2673@strong{Warning:} Only use a non-@code{nil} @var{mode} argument when 2696@smallexample
2674you use @code{font-lock-add-keywords} or 2697(add-hook 'c-mode-hook
2675@code{font-lock-remove-keywords} in your @file{.emacs} file. When you 2698 (lambda ()
2676use these functions from a Lisp program (such as a minor mode), we 2699 (font-lock-add-keywords nil
2677recommend that you use @code{nil} for @var{mode} (and place the call 2700 '(("\\<\\(FIXME\\):" 1 font-lock-warning-face prepend)
2678on a hook) to avoid subtle problems due to the details of the 2701 ("\\<\\(and\\|or\\|not\\)\\>" .
2679implementation. 2702 font-lock-keyword-face)))))
2703@end smallexample
2680 2704
2681@node Other Font Lock Variables 2705@node Other Font Lock Variables
2682@subsection Other Font Lock Variables 2706@subsection Other Font Lock Variables
diff --git a/lispref/searching.texi b/lispref/searching.texi
index 1f4a82d3f1f..15037068dd2 100644
--- a/lispref/searching.texi
+++ b/lispref/searching.texi
@@ -1485,13 +1485,14 @@ character of the buffer counts as 1.)
1485 The functions @code{match-data} and @code{set-match-data} read or 1485 The functions @code{match-data} and @code{set-match-data} read or
1486write the entire match data, all at once. 1486write the entire match data, all at once.
1487 1487
1488@defun match-data &optional integers reuse 1488@defun match-data &optional integers reuse reseat
1489This function returns a newly constructed list containing all the 1489This function returns a list of positions (markers or integers) that
1490information on what text the last search matched. Element zero is the 1490record all the information on what text the last search matched.
1491position of the beginning of the match for the whole expression; element 1491Element zero is the position of the beginning of the match for the
1492one is the position of the end of the match for the expression. The 1492whole expression; element one is the position of the end of the match
1493next two elements are the positions of the beginning and end of the 1493for the expression. The next two elements are the positions of the
1494match for the first subexpression, and so on. In general, element 1494beginning and end of the match for the first subexpression, and so on.
1495In general, element
1495@ifnottex 1496@ifnottex
1496number 2@var{n} 1497number 2@var{n}
1497@end ifnottex 1498@end ifnottex
@@ -1508,15 +1509,13 @@ number {\mathsurround=0pt $2n+1$}
1508@end tex 1509@end tex
1509corresponds to @code{(match-end @var{n})}. 1510corresponds to @code{(match-end @var{n})}.
1510 1511
1511All the elements are markers or @code{nil} if matching was done on a 1512Normally all the elements are markers or @code{nil}, but if
1512buffer and all are integers or @code{nil} if matching was done on a 1513@var{integers} is non-@code{nil}, that means to use integers instead
1513string with @code{string-match}. If @var{integers} is 1514of markers. (In that case, the buffer itself is appended as an
1514non-@code{nil}, then the elements are integers or @code{nil}, even if 1515additional element at the end of the list, to facilitate complete
1515matching was done on a buffer. In that case, the buffer itself is 1516restoration of the match data.) If the last match was done on a
1516appended as an additional element at the end of the list 1517string with @code{string-match}, then integers are always used,
1517to facilitate complete restoration of the match data. Also, 1518since markers can't point into a string.
1518@code{match-beginning} and
1519@code{match-end} always return integers or @code{nil}.
1520 1519
1521If @var{reuse} is non-@code{nil}, it should be a list. In that case, 1520If @var{reuse} is non-@code{nil}, it should be a list. In that case,
1522@code{match-data} stores the match data in @var{reuse}. That is, 1521@code{match-data} stores the match data in @var{reuse}. That is,
@@ -1524,8 +1523,16 @@ If @var{reuse} is non-@code{nil}, it should be a list. In that case,
1524have the right length. If it is not long enough to contain the match 1523have the right length. If it is not long enough to contain the match
1525data, it is extended. If it is too long, the length of @var{reuse} 1524data, it is extended. If it is too long, the length of @var{reuse}
1526stays the same, but the elements that were not used are set to 1525stays the same, but the elements that were not used are set to
1527@code{nil}. The purpose of this feature is to avoid producing too 1526@code{nil}. The purpose of this feature is to reduce the need for
1528much garbage, that would later have to be collected. 1527garbage collection.
1528
1529If @var{reseat} is non-@code{nil}, all markers on the @var{reuse} list
1530are reseated to point to nowhere, and if the value is @code{evaporate},
1531the markers are put back on the free list.
1532
1533@strong{Warning:} When @code{evaporate} is specified for @var{reseat},
1534no other references to the markers on the @var{reuse} list; otherwise,
1535Emacs may crash during the next garbage collection.
1529 1536
1530As always, there must be no possibility of intervening searches between 1537As always, there must be no possibility of intervening searches between
1531the call to a search function and the call to @code{match-data} that is 1538the call to a search function and the call to @code{match-data} that is
@@ -1542,7 +1549,7 @@ intended to access the match data for that search.
1542@end example 1549@end example
1543@end defun 1550@end defun
1544 1551
1545@defun set-match-data match-list 1552@defun set-match-data match-list &optional reseat
1546This function sets the match data from the elements of @var{match-list}, 1553This function sets the match data from the elements of @var{match-list},
1547which should be a list that was the value of a previous call to 1554which should be a list that was the value of a previous call to
1548@code{match-data}. (More precisely, anything that has the same format 1555@code{match-data}. (More precisely, anything that has the same format
@@ -1551,6 +1558,14 @@ will work.)
1551If @var{match-list} refers to a buffer that doesn't exist, you don't get 1558If @var{match-list} refers to a buffer that doesn't exist, you don't get
1552an error; that sets the match data in a meaningless but harmless way. 1559an error; that sets the match data in a meaningless but harmless way.
1553 1560
1561If @var{reseat} is non-@code{nil}, all markers on the @var{match-list} list
1562are reseated to point to nowhere, and if the value is @code{evaporate},
1563the markers are put back on the free list.
1564
1565@strong{Warning:} When @code{evaporate} is specified for @var{reseat},
1566no other references to the markers on the @var{match-list} list; otherwise,
1567Emacs may crash during the next garbage collection.
1568
1554@findex store-match-data 1569@findex store-match-data
1555@code{store-match-data} is a semi-obsolete alias for @code{set-match-data}. 1570@code{store-match-data} is a semi-obsolete alias for @code{set-match-data}.
1556@end defun 1571@end defun
diff --git a/mac/ChangeLog b/mac/ChangeLog
index 61489e5a88e..38a1a8fe2e3 100644
--- a/mac/ChangeLog
+++ b/mac/ChangeLog
@@ -1,3 +1,9 @@
12005-06-08 Steven Tamm <steventamm@mac.com>
2
3 * INSTALL: Explain that a universal binary cannot be created and
4 builds for on emachine cannot be targeted to the other.
5 * README: Add Universal Binary to the Todo List.
6
12005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 72005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 8
3 * makefile.MPW (buildobj.lst): New target. 9 * makefile.MPW (buildobj.lst): New target.
diff --git a/mac/INSTALL b/mac/INSTALL
index 4463b8f32e2..9dcf1324f7d 100644
--- a/mac/INSTALL
+++ b/mac/INSTALL
@@ -230,7 +230,11 @@ system sofware updates possibly overwriting the distribution. If this
230is a concern, as it should be in normal binary distributions, please 230is a concern, as it should be in normal binary distributions, please
231use /usr/local as the prefix for installation. 231use /usr/local as the prefix for installation.
232 232
233Enjoy! 233Emacs supports both PowerPC and Intel-based Macintoshes. However,
234due to the unexec process that Emacs uses to dump core, it is not
235possible at this time to generate a universal binary that supports both
236architectures. In addition, Rosetta doesn't appear to work correctly
237with PowerPC builds of Emacs; you will have to recompile for Intel.
238Therefore, builds of Emacs are architecture specific.
234 239
235Andrew. 240Enjoy!
236<akochoi@mac.com>
diff --git a/mac/README b/mac/README
index 2163ea191c3..6a352e04af6 100644
--- a/mac/README
+++ b/mac/README
@@ -53,6 +53,9 @@ A number of things do not work yet:
53+ Support for certain image types (such as XPM) is not as extensive as 53+ Support for certain image types (such as XPM) is not as extensive as
54 on other plaforms. 54 on other plaforms.
55 55
56+ Incorporate Apple's wrappers to be able to create a universal
57 binary that unexecs on first run for the given architecture.
58
56If your Mac is connected to the Internet, report bugs by typing `M-x 59If your Mac is connected to the Internet, report bugs by typing `M-x
57report-emacs-bug' or by choosing the entry `Send Bug Report...' in 60report-emacs-bug' or by choosing the entry `Send Bug Report...' in
58the `Help' menu. This will send the bug report to the address 61the `Help' menu. This will send the bug report to the address
diff --git a/man/ChangeLog b/man/ChangeLog
index 74b6e19d0ed..ef16f71987a 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,23 @@
12005-06-08 Luc Teirlinck <teirllm@auburn.edu>
2
3 * files.texi (Log Buffer): Document when there can be more than
4 one file to be committed.
5
62005-06-08 Juri Linkov <juri@jurta.org>
7
8 * display.texi (Faces): Add `shadow' face.
9
102005-06-07 Masatake YAMATO <jet@gyve.org>
11
12 * display.texi (Faces): Write about mode-line-highlight.
13
142005-06-06 Richard M. Stallman <rms@gnu.org>
15
16 * misc.texi (Printing Package): Explain how to initialize
17 printing package.
18
19 * cmdargs.texi (Action Arguments): Clarify directory default for -l.
20
12005-06-05 Chong Yidong <cyd@stupidchicken.com> 212005-06-05 Chong Yidong <cyd@stupidchicken.com>
2 22
3 * emacs.texi: Rename Hardcopy to Printing. 23 * emacs.texi: Rename Hardcopy to Printing.
diff --git a/man/cmdargs.texi b/man/cmdargs.texi
index e47a66bcf91..5094a924cc7 100644
--- a/man/cmdargs.texi
+++ b/man/cmdargs.texi
@@ -119,6 +119,10 @@ the library can be found either in the current directory, or in the
119Emacs library search path as specified with @env{EMACSLOADPATH} 119Emacs library search path as specified with @env{EMACSLOADPATH}
120(@pxref{General Variables}). 120(@pxref{General Variables}).
121 121
122@strong{Warning:} If previous command-line arguments have visited
123files, the current directory is the directory of the last file
124visited.
125
122@item -L @var{dir} 126@item -L @var{dir}
123@opindex -L 127@opindex -L
124@itemx --directory=@var{dir} 128@itemx --directory=@var{dir}
diff --git a/man/display.texi b/man/display.texi
index 11e45e353cf..4276209326d 100644
--- a/man/display.texi
+++ b/man/display.texi
@@ -118,6 +118,8 @@ This face is used for the prompt strings displayed in the minibuffer.
118@item highlight 118@item highlight
119This face is used for highlighting portions of text, in various modes. 119This face is used for highlighting portions of text, in various modes.
120For example, mouse-sensitive text is highlighted using this face. 120For example, mouse-sensitive text is highlighted using this face.
121@item mode-line-highlight
122Like @code{highlight}, but used for portions of text on mode lines.
121@item isearch 123@item isearch
122This face is used for highlighting Isearch matches. 124This face is used for highlighting Isearch matches.
123@item lazy-highlight 125@item lazy-highlight
@@ -167,6 +169,10 @@ The face for highlighting trailing whitespace when
167Whitespace}. 169Whitespace}.
168@item variable-pitch 170@item variable-pitch
169The basic variable-pitch face. 171The basic variable-pitch face.
172@item shadow
173The basic face for making the text less noticeable than the surrounding
174ordinary text. Usually this is achieved by using shades of grey in
175contrast with either black or white default foreground color.
170@end table 176@end table
171 177
172@cindex @code{region} face 178@cindex @code{region} face
diff --git a/man/files.texi b/man/files.texi
index c83572a8550..26f6af37603 100644
--- a/man/files.texi
+++ b/man/files.texi
@@ -1545,7 +1545,9 @@ working---generating ChangeLog entries from the revision control log.
1545 1545
1546In the @samp{*VC-Log*} buffer, @kbd{C-c C-f} (@kbd{M-x log-edit-show-files}) 1546In the @samp{*VC-Log*} buffer, @kbd{C-c C-f} (@kbd{M-x log-edit-show-files})
1547shows the list of files to be committed in case you need to check 1547shows the list of files to be committed in case you need to check
1548that. 1548that. (This can be a list of more than one file if you use VC Dired
1549mode or PCL-CVS. @xref{VC Dired Mode}, and @ref{Top, , About PCL-CVS,
1550pcl-cvs, PCL-CVS --- The Emacs Front-End to CVS}.)
1549 1551
1550When you have finished editing the log message, type @kbd{C-c C-c} to 1552When you have finished editing the log message, type @kbd{C-c C-c} to
1551exit the buffer and commit the change. 1553exit the buffer and commit the change.
diff --git a/man/misc.texi b/man/misc.texi
index cf2fa5ff28d..b52264e1f57 100644
--- a/man/misc.texi
+++ b/man/misc.texi
@@ -1609,15 +1609,16 @@ used.
1609 1609
1610@findex pr-interface 1610@findex pr-interface
1611 To use the Printing package, add @code{(require 'printing)} to your 1611 To use the Printing package, add @code{(require 'printing)} to your
1612init file (@pxref{Init File}). The usual printing options in the menu 1612init file (@pxref{Init File}), followed by @code{(pr-update-menus)}.
1613bar will be replaced with a @samp{Printing} submenu, containing 1613This function replaces the usual printing commands in the menu bar
1614various printing options. You can also type @kbd{M-x pr-interface 1614with a @samp{Printing} submenu that contains various printing options.
1615RET}; this creates a @samp{*Printing Interface*} buffer, similar to a 1615You can also type @kbd{M-x pr-interface RET}; this creates a
1616customization buffer , where you can set the printing options. After 1616@samp{*Printing Interface*} buffer, similar to a customization buffer,
1617selecting what and how to print, start the print job using the 1617where you can set the printing options. After selecting what and how
1618@samp{Print} button (click @kbd{mouse-2} on it, or move point over it 1618to print, you start the print job using the @samp{Print} button (click
1619and type @kbd{RET}). For further information on the various options, 1619@kbd{mouse-2} on it, or move point over it and type @kbd{RET}). For
1620use the @samp{Interface Help} button. 1620further information on the various options, use the @samp{Interface
1621Help} button.
1621 1622
1622@node Sorting, Narrowing, Printing, Top 1623@node Sorting, Narrowing, Printing, Top
1623@section Sorting Text 1624@section Sorting Text
diff --git a/src/ChangeLog b/src/ChangeLog
index 6eeb4fc09f5..8736a6f156a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,105 @@
12005-06-08 Steven Tamm <steventamm@mac.com>
2
3 * unexmacosx.c (copy_data_segment): Copy __la_sym_ptr2 section
4 used by gcc4 on intel mac.
5
62005-06-09 Kim F. Storm <storm@cua.dk>
7
8 * search.c (Fmatch_data): Add optional RESEAT arg. Unchain markers
9 in REUSE list if non-nil; free them if equal to evaporate.
10 (Fset_match_data): Add optional RESEAT arg. Unchain markers in LIST
11 if non-nil; free them if equal to evaporate. Use XCAR/XCDR.
12 (restore_search_regs): Rename from restore_match_data. Uses changed.
13 (unwind_set_match_data): New function.
14 (record_unwind_save_match_data): New function like save-match-data.
15
16 * lisp.h (Fmatch_data, Fset_match_data): Fix EXFUN.
17 (record_unwind_save_match_data): Add prototype.
18 (restore_search_regs): Rename from restore_match_data.
19
20 * composite.c (compose_chars_in_text):
21 * eval.c (do_autoload):
22 * macmenu.c (set_frame_menubar):
23 * process.c (read_process_output, exec_sentinel):
24 * xmenu.c (set_frame_menubar):
25 * xdisp.c (prepare_menu_bars, update_menu_bar, update_tool_bar):
26 * w32menu.c (set_frame_menubar):
27 Use record_unwind_save_match_data.
28
292005-06-08 Richard M. Stallman <rms@gnu.org>
30
31 * xdisp.c (get_next_display_element): Alter previous change:
32 Distinguish Vshow_nonbreak_escape = t or not t.
33 For t, use escape_glyph once again, as before previous change.
34 Use space or hyphen for display, instead of the non-ASCII char.
35 (syms_of_xdisp) <show-nonbreak-escape>: Doc fix.
36
37 * process.c (Fstart_process): Don't touch command_channel_p slot.
38
39 * process.h (struct process): Delete command_channel_p.
40
412005-06-07 Masatake YAMATO <jet@gyve.org>
42
43 * xdisp.c (note_mode_line_or_margin_highlight): Check
44 the overlapping of re-rendering area to avoid flickering.
45 (note_mouse_highlight): Call clear_mouse_face if PART
46 is not ON_MODE_LINE nor ON_HEADER_LINE.
47
482005-06-07 Kim F. Storm <storm@cua.dk>
49
50 * process.c: Improve commentary for adaptive read buffering.
51
522005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
53
54 * xterm.c (x_create_toolkit_scroll_bar): Use XtNarrowScrollbars
55 if available.
56
572005-06-06 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
58
59 * macmenu.c (menu_quit_handler, install_menu_quit_handler): New
60 functions for popping down menus on C-g.
61 (set_frame_menubar, mac_menu_show): Call install_menu_quit_handler.
62
63 * macterm.c: Make mac_quit_char_modifiers and mac_quit_char_keycode
64 non-static.
65
66 * config.in: Added HAVE_CANCELMENUTRACKING
67
682005-06-06 Eli Zaretskii <eliz@gnu.org>
69
70 * w32heap.h (OFFSET_TO_RVA, RVA_TO_OFFSET, RVA_TO_PTR): Remove
71 macros.
72
73 * unexw32.c (RVA_TO_PTR): Moved here from w32heap.h.
74
75 * w32proc.c (RVA_TO_PTR): New macro.
76
77 * w32heap.c (RVA_TO_PTR): No need to #undef now.
78
79 * makefile.w32-in ($(BLD)/emacs.$(O), $(BLD)/w32select.$(O)):
80 Depend on w32heap.h.
81
822005-06-06 Luc Teirlinck <teirllm@auburn.edu>
83
84 * keyboard.c (command_loop_1): Update Vthis_original_command.
85
862005-06-06 Richard M. Stallman <rms@gnu.org>
87
88 * xmenu.c (popup_get_selection): Undo previous change.
89
902005-06-06 Juri Linkov <juri@jurta.org>
91
92 * xdisp.c (Qno_break_space): New variable.
93 (syms_of_xdisp): Initialize it.
94 (get_next_display_element): Add no-break space and soft hypen
95 codes for iso8859-2 and iso8859-5. Don't add `\' for them.
96 Use `no-break-space' face for no-break spaces.
97
982005-06-06 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
99
100 * window.c (delete_window): Handle the case where a h/vchild has
101 a h/vchild.
102
12005-06-05 Eli Zaretskii <eliz@gnu.org> 1032005-06-05 Eli Zaretskii <eliz@gnu.org>
2 104
3 * w32.c (sys_setsockopt): Change arg 4 to `const void *'. In the 105 * w32.c (sys_setsockopt): Change arg 4 to `const void *'. In the
diff --git a/src/config.in b/src/config.in
index 6939ff2577c..93ee6488e0c 100644
--- a/src/config.in
+++ b/src/config.in
@@ -96,6 +96,9 @@ Boston, MA 02111-1307, USA. */
96/* Define to 1 if you have the `bzero' function. */ 96/* Define to 1 if you have the `bzero' function. */
97#undef HAVE_BZERO 97#undef HAVE_BZERO
98 98
99/* Define to 1 if CancelMenuTracking is available (Mac OSX). */
100#undef HAVE_CANCELMENUTRACKING
101
99/* Define to 1 if you are using the Carbon API on Mac OS X. */ 102/* Define to 1 if you are using the Carbon API on Mac OS X. */
100#undef HAVE_CARBON 103#undef HAVE_CARBON
101 104
@@ -782,9 +785,9 @@ Boston, MA 02111-1307, USA. */
782/* If using the C implementation of alloca, define if you know the 785/* If using the C implementation of alloca, define if you know the
783 direction of stack growth for your system; otherwise it will be 786 direction of stack growth for your system; otherwise it will be
784 automatically deduced at run-time. 787 automatically deduced at run-time.
785 STACK_DIRECTION > 0 => grows toward higher addresses 788 STACK_DIRECTION > 0 => grows toward higher addresses
786 STACK_DIRECTION < 0 => grows toward lower addresses 789 STACK_DIRECTION < 0 => grows toward lower addresses
787 STACK_DIRECTION = 0 => direction of growth unknown */ 790 STACK_DIRECTION = 0 => direction of growth unknown */
788#undef STACK_DIRECTION 791#undef STACK_DIRECTION
789 792
790/* Define to 1 if you have the ANSI C header files. */ 793/* Define to 1 if you have the ANSI C header files. */
diff --git a/src/eval.c b/src/eval.c
index 0eb1482ee0b..46affcac418 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -1971,7 +1971,7 @@ do_autoload (fundef, funname)
1971 GCPRO3 (fun, funname, fundef); 1971 GCPRO3 (fun, funname, fundef);
1972 1972
1973 /* Preserve the match data. */ 1973 /* Preserve the match data. */
1974 record_unwind_protect (Fset_match_data, Fmatch_data (Qnil, Qnil)); 1974 record_unwind_save_match_data ();
1975 1975
1976 /* Value saved here is to be restored into Vautoload_queue. */ 1976 /* Value saved here is to be restored into Vautoload_queue. */
1977 record_unwind_protect (un_autoload, Vautoload_queue); 1977 record_unwind_protect (un_autoload, Vautoload_queue);
diff --git a/src/image.c b/src/image.c
index 15e835fef3b..bc88c9d1d04 100644
--- a/src/image.c
+++ b/src/image.c
@@ -6265,8 +6265,8 @@ jpeg_image_p (object)
6265#endif /* HAVE_STLIB_H */ 6265#endif /* HAVE_STLIB_H */
6266 6266
6267#if defined (HAVE_NTGUI) && !defined (__WIN32__) 6267#if defined (HAVE_NTGUI) && !defined (__WIN32__)
6268/* jpeglib.h will define boolean differently depending on __WIN32__, 6268/* In older releases of the jpeg library, jpeglib.h will define boolean
6269 so make sure it is defined. */ 6269 differently depending on __WIN32__, so make sure it is defined. */
6270#define __WIN32__ 1 6270#define __WIN32__ 1
6271#endif 6271#endif
6272 6272
diff --git a/src/keyboard.c b/src/keyboard.c
index 31c0b5d709c..dee131b8c61 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -1522,6 +1522,7 @@ command_loop_1 ()
1522 1522
1523 Vthis_command = Qnil; 1523 Vthis_command = Qnil;
1524 real_this_command = Qnil; 1524 real_this_command = Qnil;
1525 Vthis_original_command = Qnil;
1525 1526
1526 /* Read next key sequence; i gets its length. */ 1527 /* Read next key sequence; i gets its length. */
1527 i = read_key_sequence (keybuf, sizeof keybuf / sizeof keybuf[0], 1528 i = read_key_sequence (keybuf, sizeof keybuf / sizeof keybuf[0],
diff --git a/src/lisp.h b/src/lisp.h
index fa08ab07dce..af07de3fbaa 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -2804,6 +2804,7 @@ EXFUN (Fbuffer_disable_undo, 1);
2804EXFUN (Fbuffer_enable_undo, 1); 2804EXFUN (Fbuffer_enable_undo, 1);
2805EXFUN (Ferase_buffer, 0); 2805EXFUN (Ferase_buffer, 0);
2806extern Lisp_Object Qoverlayp; 2806extern Lisp_Object Qoverlayp;
2807extern Lisp_Object Qevaporate;
2807extern Lisp_Object get_truename_buffer P_ ((Lisp_Object)); 2808extern Lisp_Object get_truename_buffer P_ ((Lisp_Object));
2808extern struct buffer *all_buffers; 2809extern struct buffer *all_buffers;
2809EXFUN (Fprevious_overlay_change, 1); 2810EXFUN (Fprevious_overlay_change, 1);
@@ -2871,11 +2872,12 @@ extern void syms_of_abbrev P_ ((void));
2871/* defined in search.c */ 2872/* defined in search.c */
2872extern void shrink_regexp_cache P_ ((void)); 2873extern void shrink_regexp_cache P_ ((void));
2873EXFUN (Fstring_match, 3); 2874EXFUN (Fstring_match, 3);
2874extern void restore_match_data P_ ((void)); 2875extern void restore_search_regs P_ ((void));
2875EXFUN (Fmatch_data, 2); 2876EXFUN (Fmatch_data, 3);
2876EXFUN (Fset_match_data, 1); 2877EXFUN (Fset_match_data, 2);
2877EXFUN (Fmatch_beginning, 1); 2878EXFUN (Fmatch_beginning, 1);
2878EXFUN (Fmatch_end, 1); 2879EXFUN (Fmatch_end, 1);
2880extern void record_unwind_save_match_data P_ ((void));
2879EXFUN (Flooking_at, 1); 2881EXFUN (Flooking_at, 1);
2880extern int fast_string_match P_ ((Lisp_Object, Lisp_Object)); 2882extern int fast_string_match P_ ((Lisp_Object, Lisp_Object));
2881extern int fast_c_string_match_ignore_case P_ ((Lisp_Object, const char *)); 2883extern int fast_c_string_match_ignore_case P_ ((Lisp_Object, const char *));
diff --git a/src/macmenu.c b/src/macmenu.c
index e97a968d92d..ee83a5f609f 100644
--- a/src/macmenu.c
+++ b/src/macmenu.c
@@ -1356,6 +1356,68 @@ update_submenu_strings (first_wv)
1356} 1356}
1357 1357
1358 1358
1359/* Event handler function that pops down a menu on C-g. We can only pop
1360 down menus if CancelMenuTracking is present (OSX 10.3 or later). */
1361
1362#ifdef HAVE_CANCELMENUTRACKING
1363static pascal OSStatus
1364menu_quit_handler (nextHandler, theEvent, userData)
1365 EventHandlerCallRef nextHandler;
1366 EventRef theEvent;
1367 void* userData;
1368{
1369 UInt32 keyCode;
1370 UInt32 keyModifiers;
1371 extern int mac_quit_char_modifiers;
1372 extern int mac_quit_char_keycode;
1373
1374 GetEventParameter (theEvent, kEventParamKeyCode,
1375 typeUInt32, NULL, sizeof(UInt32), NULL, &keyCode);
1376
1377 GetEventParameter (theEvent, kEventParamKeyModifiers,
1378 typeUInt32, NULL, sizeof(UInt32),
1379 NULL, &keyModifiers);
1380
1381 if (keyCode == mac_quit_char_keycode
1382 && keyModifiers == mac_quit_char_modifiers)
1383 {
1384 MenuRef menu = userData != 0
1385 ? (MenuRef)userData : AcquireRootMenu ();
1386
1387 CancelMenuTracking (menu, true, 0);
1388 if (!userData) ReleaseMenu (menu);
1389 return noErr;
1390 }
1391
1392 return CallNextEventHandler (nextHandler, theEvent);
1393}
1394#endif /* HAVE_CANCELMENUTRACKING */
1395
1396/* Add event handler for MENU_HANDLE so we can detect C-g.
1397 If MENU_HANDLE is NULL, install handler for all menus in the menu bar.
1398 If CancelMenuTracking isn't available, do nothing. */
1399
1400static void
1401install_menu_quit_handler (MenuHandle menu_handle)
1402{
1403#ifdef HAVE_CANCELMENUTRACKING
1404 EventHandlerUPP handler = NewEventHandlerUPP(menu_quit_handler);
1405 UInt32 numTypes = 1;
1406 EventTypeSpec typesList[] = { { kEventClassKeyboard, kEventRawKeyDown } };
1407 int i = MIN_MENU_ID;
1408 MenuHandle menu = menu_handle ? menu_handle : GetMenuHandle (i);
1409
1410 while (menu != NULL)
1411 {
1412 InstallMenuEventHandler (menu, handler, GetEventTypeCount (typesList),
1413 typesList, menu_handle, NULL);
1414 if (menu_handle) break;
1415 menu = GetMenuHandle (++i);
1416 }
1417 DisposeEventHandlerUPP (handler);
1418#endif /* HAVE_CANCELMENUTRACKING */
1419}
1420
1359/* Set the contents of the menubar widgets of frame F. 1421/* Set the contents of the menubar widgets of frame F.
1360 The argument FIRST_TIME is currently ignored; 1422 The argument FIRST_TIME is currently ignored;
1361 it is set the first time this is called, from initialize_frame_menubar. */ 1423 it is set the first time this is called, from initialize_frame_menubar. */
@@ -1413,7 +1475,7 @@ set_frame_menubar (f, first_time, deep_p)
1413 because it is not reentrant. */ 1475 because it is not reentrant. */
1414 specbind (Qdebug_on_next_call, Qnil); 1476 specbind (Qdebug_on_next_call, Qnil);
1415 1477
1416 record_unwind_protect (Fset_match_data, Fmatch_data (Qnil, Qnil)); 1478 record_unwind_save_match_data ();
1417 if (NILP (Voverriding_local_map_menu_flag)) 1479 if (NILP (Voverriding_local_map_menu_flag))
1418 { 1480 {
1419 specbind (Qoverriding_terminal_local_map, Qnil); 1481 specbind (Qoverriding_terminal_local_map, Qnil);
@@ -1575,6 +1637,8 @@ set_frame_menubar (f, first_time, deep_p)
1575 1637
1576 DrawMenuBar (); 1638 DrawMenuBar ();
1577 1639
1640 /* Add event handler so we can detect C-g. */
1641 install_menu_quit_handler (NULL);
1578 free_menubar_widget_value_tree (first_wv); 1642 free_menubar_widget_value_tree (first_wv);
1579 1643
1580 UNBLOCK_INPUT; 1644 UNBLOCK_INPUT;
@@ -1606,7 +1670,43 @@ free_frame_menubar (f)
1606} 1670}
1607 1671
1608 1672
1609/* mac_menu_show actually displays a menu using the panes and items in 1673static Lisp_Object
1674pop_down_menu (arg)
1675 Lisp_Object arg;
1676{
1677 struct Lisp_Save_Value *p1 = XSAVE_VALUE (Fcar (arg));
1678 struct Lisp_Save_Value *p2 = XSAVE_VALUE (Fcdr (arg));
1679
1680 FRAME_PTR f = p1->pointer;
1681 MenuHandle *menu = p2->pointer;
1682
1683 BLOCK_INPUT;
1684
1685 /* Must reset this manually because the button release event is not
1686 passed to Emacs event loop. */
1687 FRAME_MAC_DISPLAY_INFO (f)->grabbed = 0;
1688
1689 /* delete all menus */
1690 {
1691 int i = MIN_POPUP_SUBMENU_ID;
1692 MenuHandle submenu = GetMenuHandle (i);
1693 while (submenu != NULL)
1694 {
1695 DeleteMenu (i);
1696 DisposeMenu (submenu);
1697 submenu = GetMenuHandle (++i);
1698 }
1699 }
1700
1701 DeleteMenu (POPUP_SUBMENU_ID);
1702 DisposeMenu (*menu);
1703
1704 UNBLOCK_INPUT;
1705
1706 return Qnil;
1707}
1708
1709/* Mac_menu_show actually displays a menu using the panes and items in
1610 menu_items and returns the value selected from it; we assume input 1710 menu_items and returns the value selected from it; we assume input
1611 is blocked by the caller. */ 1711 is blocked by the caller. */
1612 1712
@@ -1644,6 +1744,7 @@ mac_menu_show (f, x, y, for_click, keymaps, title, error)
1644 = (Lisp_Object *) alloca (menu_items_used * sizeof (Lisp_Object)); 1744 = (Lisp_Object *) alloca (menu_items_used * sizeof (Lisp_Object));
1645 int submenu_depth = 0; 1745 int submenu_depth = 0;
1646 int first_pane; 1746 int first_pane;
1747 int specpdl_count = SPECPDL_INDEX ();
1647 1748
1648 *error = NULL; 1749 *error = NULL;
1649 1750
@@ -1817,7 +1918,7 @@ mac_menu_show (f, x, y, for_click, keymaps, title, error)
1817 title = ENCODE_MENU_STRING (title); 1918 title = ENCODE_MENU_STRING (title);
1818#endif 1919#endif
1819 wv_title->name = (char *) SDATA (title); 1920 wv_title->name = (char *) SDATA (title);
1820 wv_title->enabled = TRUE; 1921 wv_title->enabled = FALSE;
1821 wv_title->title = TRUE; 1922 wv_title->title = TRUE;
1822 wv_title->button_type = BUTTON_TYPE_NONE; 1923 wv_title->button_type = BUTTON_TYPE_NONE;
1823 wv_title->help = Qnil; 1924 wv_title->help = Qnil;
@@ -1830,6 +1931,10 @@ mac_menu_show (f, x, y, for_click, keymaps, title, error)
1830 submenu_id = MIN_POPUP_SUBMENU_ID; 1931 submenu_id = MIN_POPUP_SUBMENU_ID;
1831 fill_submenu (menu, first_wv->contents); 1932 fill_submenu (menu, first_wv->contents);
1832 1933
1934 /* Free the widget_value objects we used to specify the
1935 contents. */
1936 free_menubar_widget_value_tree (first_wv);
1937
1833 /* Adjust coordinates to be root-window-relative. */ 1938 /* Adjust coordinates to be root-window-relative. */
1834 pos.h = x; 1939 pos.h = x;
1835 pos.v = y; 1940 pos.v = y;
@@ -1844,11 +1949,18 @@ mac_menu_show (f, x, y, for_click, keymaps, title, error)
1844 1949
1845 InsertMenu (menu, -1); 1950 InsertMenu (menu, -1);
1846 1951
1952 record_unwind_protect (pop_down_menu,
1953 Fcons (make_save_value (f, 0),
1954 make_save_value (&menu, 0)));
1955
1956 /* Add event handler so we can detect C-g. */
1957 install_menu_quit_handler (menu);
1958
1847 /* Display the menu. */ 1959 /* Display the menu. */
1848 menu_item_choice = PopUpMenuSelect (menu, pos.v, pos.h, 0); 1960 menu_item_choice = PopUpMenuSelect (menu, pos.v, pos.h, 0);
1849 menu_item_selection = LoWord (menu_item_choice); 1961 menu_item_selection = LoWord (menu_item_choice);
1850 1962
1851 /* Get the refcon to find the correct item*/ 1963 /* Get the refcon to find the correct item */
1852 if (menu_item_selection) 1964 if (menu_item_selection)
1853 { 1965 {
1854 MenuHandle sel_menu = GetMenuHandle (HiWord (menu_item_choice)); 1966 MenuHandle sel_menu = GetMenuHandle (HiWord (menu_item_choice));
@@ -1856,35 +1968,10 @@ mac_menu_show (f, x, y, for_click, keymaps, title, error)
1856 GetMenuItemRefCon (sel_menu, menu_item_selection, &refcon); 1968 GetMenuItemRefCon (sel_menu, menu_item_selection, &refcon);
1857 } 1969 }
1858 } 1970 }
1859 1971 else if (! for_click)
1860#if 0 1972 /* Make "Cancel" equivalent to C-g unless this menu was popped up by
1861 /* Clean up extraneous mouse events which might have been generated 1973 a mouse press. */
1862 during the call. */ 1974 Fsignal (Qquit, Qnil);
1863 discard_mouse_events ();
1864#endif
1865
1866 /* Must reset this manually because the button release event is not
1867 passed to Emacs event loop. */
1868 FRAME_MAC_DISPLAY_INFO (f)->grabbed = 0;
1869
1870 /* Free the widget_value objects we used to specify the
1871 contents. */
1872 free_menubar_widget_value_tree (first_wv);
1873
1874 /* delete all menus */
1875 {
1876 int i = MIN_POPUP_SUBMENU_ID;
1877 MenuHandle submenu = GetMenuHandle (i);
1878 while (submenu != NULL)
1879 {
1880 DeleteMenu (i);
1881 DisposeMenu (submenu);
1882 submenu = GetMenuHandle (++i);
1883 }
1884 }
1885
1886 DeleteMenu (POPUP_SUBMENU_ID);
1887 DisposeMenu (menu);
1888 1975
1889 /* Find the selected item, and its pane, to return 1976 /* Find the selected item, and its pane, to return
1890 the proper value. */ 1977 the proper value. */
@@ -1944,6 +2031,8 @@ mac_menu_show (f, x, y, for_click, keymaps, title, error)
1944 /* Make "Cancel" equivalent to C-g. */ 2031 /* Make "Cancel" equivalent to C-g. */
1945 Fsignal (Qquit, Qnil); 2032 Fsignal (Qquit, Qnil);
1946 2033
2034 unbind_to (specpdl_count, Qnil);
2035
1947 return Qnil; 2036 return Qnil;
1948} 2037}
1949 2038
diff --git a/src/macterm.c b/src/macterm.c
index 13d8fb455d8..dd48d43a039 100644
--- a/src/macterm.c
+++ b/src/macterm.c
@@ -9916,8 +9916,8 @@ MakeMeTheFrontProcess ()
9916/***** Code to handle C-g testing *****/ 9916/***** Code to handle C-g testing *****/
9917 9917
9918/* Contains the Mac modifier formed from quit_char */ 9918/* Contains the Mac modifier formed from quit_char */
9919static mac_quit_char_modifiers = 0; 9919int mac_quit_char_modifiers = 0;
9920static mac_quit_char_keycode; 9920int mac_quit_char_keycode;
9921extern int quit_char; 9921extern int quit_char;
9922 9922
9923static void 9923static void
diff --git a/src/makefile.w32-in b/src/makefile.w32-in
index 553ebb72abb..471f0cbc6ea 100644
--- a/src/makefile.w32-in
+++ b/src/makefile.w32-in
@@ -634,6 +634,7 @@ $(BLD)/emacs.$(O) : \
634 $(SRC)/termhooks.h \ 634 $(SRC)/termhooks.h \
635 $(SRC)/w32bdf.h \ 635 $(SRC)/w32bdf.h \
636 $(SRC)/w32gui.h \ 636 $(SRC)/w32gui.h \
637 $(SRC)/w32heap.h \
637 $(SRC)/window.h 638 $(SRC)/window.h
638 639
639$(BLD)/eval.$(O) : \ 640$(BLD)/eval.$(O) : \
@@ -1494,6 +1495,7 @@ $(BLD)/w32select.$(O): \
1494 $(SRC)/systime.h \ 1495 $(SRC)/systime.h \
1495 $(SRC)/w32bdf.h \ 1496 $(SRC)/w32bdf.h \
1496 $(SRC)/w32gui.h \ 1497 $(SRC)/w32gui.h \
1498 $(SRC)/w32heap.h \
1497 $(SRC)/w32term.h 1499 $(SRC)/w32term.h
1498 1500
1499$(BLD)/w32reg.$(O): \ 1501$(BLD)/w32reg.$(O): \
diff --git a/src/process.c b/src/process.c
index 34966d35160..d60fe1e3bf6 100644
--- a/src/process.c
+++ b/src/process.c
@@ -272,17 +272,19 @@ int update_tick;
272#define READ_OUTPUT_DELAY_MAX (READ_OUTPUT_DELAY_INCREMENT * 5) 272#define READ_OUTPUT_DELAY_MAX (READ_OUTPUT_DELAY_INCREMENT * 5)
273#define READ_OUTPUT_DELAY_MAX_MAX (READ_OUTPUT_DELAY_INCREMENT * 7) 273#define READ_OUTPUT_DELAY_MAX_MAX (READ_OUTPUT_DELAY_INCREMENT * 7)
274 274
275/* Number of processes which might be delayed. */ 275/* Number of processes which have a non-zero read_output_delay,
276 and therefore might be delayed for adaptive read buffering. */
276 277
277static int process_output_delay_count; 278static int process_output_delay_count;
278 279
279/* Non-zero if any process has non-nil process_output_skip. */ 280/* Non-zero if any process has non-nil read_output_skip. */
280 281
281static int process_output_skip; 282static int process_output_skip;
282 283
283/* Non-nil means to delay reading process output to improve buffering. 284/* Non-nil means to delay reading process output to improve buffering.
284 A value of t means that delay is reset after each send, any other 285 A value of t means that delay is reset after each send, any other
285 non-nil value does not reset the delay. */ 286 non-nil value does not reset the delay. A value of nil disables
287 adaptive read buffering completely. */
286static Lisp_Object Vprocess_adaptive_read_buffering; 288static Lisp_Object Vprocess_adaptive_read_buffering;
287#else 289#else
288#define process_output_delay_count 0 290#define process_output_delay_count 0
@@ -1536,7 +1538,6 @@ usage: (start-process NAME BUFFER PROGRAM &rest PROGRAM-ARGS) */)
1536 1538
1537 XPROCESS (proc)->childp = Qt; 1539 XPROCESS (proc)->childp = Qt;
1538 XPROCESS (proc)->plist = Qnil; 1540 XPROCESS (proc)->plist = Qnil;
1539 XPROCESS (proc)->command_channel_p = Qnil;
1540 XPROCESS (proc)->buffer = buffer; 1541 XPROCESS (proc)->buffer = buffer;
1541 XPROCESS (proc)->sentinel = Qnil; 1542 XPROCESS (proc)->sentinel = Qnil;
1542 XPROCESS (proc)->filter = Qnil; 1543 XPROCESS (proc)->filter = Qnil;
@@ -4320,6 +4321,11 @@ wait_reading_process_output (time_limit, microsecs, read_kbd, do_display,
4320#endif 4321#endif
4321 4322
4322#ifdef ADAPTIVE_READ_BUFFERING 4323#ifdef ADAPTIVE_READ_BUFFERING
4324 /* Set the timeout for adaptive read buffering if any
4325 process has non-nil read_output_skip and non-zero
4326 read_output_delay, and we are not reading output for a
4327 specific wait_channel. It is not executed if
4328 Vprocess_adaptive_read_buffering is nil. */
4323 if (process_output_skip && check_delay > 0) 4329 if (process_output_skip && check_delay > 0)
4324 { 4330 {
4325 int usecs = EMACS_USECS (timeout); 4331 int usecs = EMACS_USECS (timeout);
@@ -4330,6 +4336,8 @@ wait_reading_process_output (time_limit, microsecs, read_kbd, do_display,
4330 proc = chan_process[channel]; 4336 proc = chan_process[channel];
4331 if (NILP (proc)) 4337 if (NILP (proc))
4332 continue; 4338 continue;
4339 /* Find minimum non-zero read_output_delay among the
4340 processes with non-nil read_output_skip. */
4333 if (XINT (XPROCESS (proc)->read_output_delay) > 0) 4341 if (XINT (XPROCESS (proc)->read_output_delay) > 0)
4334 { 4342 {
4335 check_delay--; 4343 check_delay--;
@@ -4880,10 +4888,10 @@ read_process_output (proc, channel)
4880 { 4888 {
4881 Lisp_Object tem; 4889 Lisp_Object tem;
4882 /* Don't clobber the CURRENT match data, either! */ 4890 /* Don't clobber the CURRENT match data, either! */
4883 tem = Fmatch_data (Qnil, Qnil); 4891 tem = Fmatch_data (Qnil, Qnil, Qnil);
4884 restore_match_data (); 4892 restore_search_regs ();
4885 record_unwind_protect (Fset_match_data, Fmatch_data (Qnil, Qnil)); 4893 record_unwind_save_match_data ();
4886 Fset_match_data (tem); 4894 Fset_match_data (tem, Qt);
4887 } 4895 }
4888 4896
4889 /* For speed, if a search happens within this code, 4897 /* For speed, if a search happens within this code,
@@ -4939,7 +4947,7 @@ read_process_output (proc, channel)
4939 read_process_output_error_handler); 4947 read_process_output_error_handler);
4940 4948
4941 /* If we saved the match data nonrecursively, restore it now. */ 4949 /* If we saved the match data nonrecursively, restore it now. */
4942 restore_match_data (); 4950 restore_search_regs ();
4943 running_asynch_code = outer_running_asynch_code; 4951 running_asynch_code = outer_running_asynch_code;
4944 4952
4945 /* Handling the process output should not deactivate the mark. */ 4953 /* Handling the process output should not deactivate the mark. */
@@ -6338,10 +6346,10 @@ exec_sentinel (proc, reason)
6338 if (outer_running_asynch_code) 6346 if (outer_running_asynch_code)
6339 { 6347 {
6340 Lisp_Object tem; 6348 Lisp_Object tem;
6341 tem = Fmatch_data (Qnil, Qnil); 6349 tem = Fmatch_data (Qnil, Qnil, Qnil);
6342 restore_match_data (); 6350 restore_search_regs ();
6343 record_unwind_protect (Fset_match_data, Fmatch_data (Qnil, Qnil)); 6351 record_unwind_save_match_data ();
6344 Fset_match_data (tem); 6352 Fset_match_data (tem, Qt);
6345 } 6353 }
6346 6354
6347 /* For speed, if a search happens within this code, 6355 /* For speed, if a search happens within this code,
@@ -6355,7 +6363,7 @@ exec_sentinel (proc, reason)
6355 exec_sentinel_error_handler); 6363 exec_sentinel_error_handler);
6356 6364
6357 /* If we saved the match data nonrecursively, restore it now. */ 6365 /* If we saved the match data nonrecursively, restore it now. */
6358 restore_match_data (); 6366 restore_search_regs ();
6359 running_asynch_code = outer_running_asynch_code; 6367 running_asynch_code = outer_running_asynch_code;
6360 6368
6361 Vdeactivate_mark = odeactivate; 6369 Vdeactivate_mark = odeactivate;
@@ -6709,7 +6717,7 @@ init_process ()
6709#endif /* HAVE_SOCKETS */ 6717#endif /* HAVE_SOCKETS */
6710 6718
6711#if defined (DARWIN) || defined (MAC_OSX) 6719#if defined (DARWIN) || defined (MAC_OSX)
6712 /* PTYs are broken on Darwin < 6, but are sometimes useful for interactive 6720 /* PTYs are broken on Darwin < 6, but are sometimes useful for interactive
6713 processes. As such, we only change the default value. */ 6721 processes. As such, we only change the default value. */
6714 if (initialized) 6722 if (initialized)
6715 { 6723 {
diff --git a/src/process.h b/src/process.h
index 6e2641d6b06..8e3f9028c0b 100644
--- a/src/process.h
+++ b/src/process.h
@@ -52,8 +52,6 @@ struct Lisp_Process
52 Lisp_Object buffer; 52 Lisp_Object buffer;
53 /* Number of this process */ 53 /* Number of this process */
54 Lisp_Object pid; 54 Lisp_Object pid;
55 /* Non-nil if this is really a command channel */
56 Lisp_Object command_channel_p;
57 /* t if this is a real child process. 55 /* t if this is a real child process.
58 For a net connection, it is a plist based on the arguments to make-network-process. */ 56 For a net connection, it is a plist based on the arguments to make-network-process. */
59 Lisp_Object childp; 57 Lisp_Object childp;
@@ -105,7 +103,7 @@ struct Lisp_Process
105 Initialized from `Vprocess_adaptive_read_buffering'. */ 103 Initialized from `Vprocess_adaptive_read_buffering'. */
106 Lisp_Object adaptive_read_buffering; 104 Lisp_Object adaptive_read_buffering;
107 /* Hysteresis to try to read process output in larger blocks. 105 /* Hysteresis to try to read process output in larger blocks.
108 On some systems, e.g. the Linux kernel, emacs is seen as 106 On some systems, e.g. GNU/Linux, Emacs is seen as
109 an interactive app also when reading process output, meaning 107 an interactive app also when reading process output, meaning
110 that process output can be read in as little as 1 byte at a 108 that process output can be read in as little as 1 byte at a
111 time. Value is micro-seconds to delay reading output from 109 time. Value is micro-seconds to delay reading output from
diff --git a/src/search.c b/src/search.c
index b7d3e78ac1d..18f92f41327 100644
--- a/src/search.c
+++ b/src/search.c
@@ -2701,7 +2701,7 @@ Zero means the entire text matched by the whole regexp or whole string. */)
2701 return match_limit (subexp, 0); 2701 return match_limit (subexp, 0);
2702} 2702}
2703 2703
2704DEFUN ("match-data", Fmatch_data, Smatch_data, 0, 2, 0, 2704DEFUN ("match-data", Fmatch_data, Smatch_data, 0, 3, 0,
2705 doc: /* Return a list containing all info on what the last search matched. 2705 doc: /* Return a list containing all info on what the last search matched.
2706Element 2N is `(match-beginning N)'; element 2N + 1 is `(match-end N)'. 2706Element 2N is `(match-beginning N)'; element 2N + 1 is `(match-end N)'.
2707All the elements are markers or nil (nil if the Nth pair didn't match) 2707All the elements are markers or nil (nil if the Nth pair didn't match)
@@ -2713,17 +2713,35 @@ integers \(rather than markers) to represent buffer positions. In
2713this case, and if the last match was in a buffer, the buffer will get 2713this case, and if the last match was in a buffer, the buffer will get
2714stored as one additional element at the end of the list. 2714stored as one additional element at the end of the list.
2715 2715
2716If REUSE is a list, reuse it as part of the value. If REUSE is long enough 2716If REUSE is a list, reuse it as part of the value. If REUSE is long
2717to hold all the values, and if INTEGERS is non-nil, no consing is done. 2717enough to hold all the values, and if INTEGERS is non-nil, no consing
2718is done.
2719
2720If optional third arg RESEAT is non-nil, any previous markers on the
2721REUSE list will be modified to point to nowhere.
2722
2723If RESEAT is `evaporate', put markers back on the free list.
2724Note: No other references to the markers must exist if you use this.
2718 2725
2719Return value is undefined if the last search failed. */) 2726Return value is undefined if the last search failed. */)
2720 (integers, reuse) 2727 (integers, reuse, reseat)
2721 Lisp_Object integers, reuse; 2728 Lisp_Object integers, reuse, reseat;
2722{ 2729{
2723 Lisp_Object tail, prev; 2730 Lisp_Object tail, prev;
2724 Lisp_Object *data; 2731 Lisp_Object *data;
2725 int i, len; 2732 int i, len;
2726 2733
2734 if (!NILP (reseat))
2735 for (tail = reuse; CONSP (tail); tail = XCDR (tail))
2736 if (MARKERP (XCAR (tail)))
2737 {
2738 if (EQ (reseat, Qevaporate))
2739 free_marker (XCAR (tail));
2740 else
2741 unchain_marker (XMARKER (XCAR (tail)));
2742 XSETCAR (tail, Qnil);
2743 }
2744
2727 if (NILP (last_thing_searched)) 2745 if (NILP (last_thing_searched))
2728 return Qnil; 2746 return Qnil;
2729 2747
@@ -2759,10 +2777,10 @@ Return value is undefined if the last search failed. */)
2759 /* last_thing_searched must always be Qt, a buffer, or Qnil. */ 2777 /* last_thing_searched must always be Qt, a buffer, or Qnil. */
2760 abort (); 2778 abort ();
2761 2779
2762 len = 2*(i+1); 2780 len = 2 * i + 2;
2763 } 2781 }
2764 else 2782 else
2765 data[2 * i] = data [2 * i + 1] = Qnil; 2783 data[2 * i] = data[2 * i + 1] = Qnil;
2766 } 2784 }
2767 2785
2768 if (BUFFERP (last_thing_searched) && !NILP (integers)) 2786 if (BUFFERP (last_thing_searched) && !NILP (integers))
@@ -2796,11 +2814,15 @@ Return value is undefined if the last search failed. */)
2796} 2814}
2797 2815
2798 2816
2799DEFUN ("set-match-data", Fset_match_data, Sset_match_data, 1, 1, 0, 2817DEFUN ("set-match-data", Fset_match_data, Sset_match_data, 1, 2, 0,
2800 doc: /* Set internal data on last search match from elements of LIST. 2818 doc: /* Set internal data on last search match from elements of LIST.
2801LIST should have been created by calling `match-data' previously. */) 2819LIST should have been created by calling `match-data' previously.
2802 (list) 2820
2803 register Lisp_Object list; 2821If optional arg RESEAT is non-nil, make markers on LIST point nowhere.
2822If RESEAT is `evaporate', put the markers back on the free list.
2823Note: No other references to the markers must exist if you use this. */)
2824 (list, reseat)
2825 register Lisp_Object list, reseat;
2804{ 2826{
2805 register int i; 2827 register int i;
2806 register Lisp_Object marker; 2828 register Lisp_Object marker;
@@ -2844,9 +2866,9 @@ LIST should have been created by calling `match-data' previously. */)
2844 search_regs.num_regs = length; 2866 search_regs.num_regs = length;
2845 } 2867 }
2846 2868
2847 for (i = 0;; i++) 2869 for (i = 0; CONSP (list); i++)
2848 { 2870 {
2849 marker = Fcar (list); 2871 marker = XCAR (list);
2850 if (BUFFERP (marker)) 2872 if (BUFFERP (marker))
2851 { 2873 {
2852 last_thing_searched = marker; 2874 last_thing_searched = marker;
@@ -2857,12 +2879,14 @@ LIST should have been created by calling `match-data' previously. */)
2857 if (NILP (marker)) 2879 if (NILP (marker))
2858 { 2880 {
2859 search_regs.start[i] = -1; 2881 search_regs.start[i] = -1;
2860 list = Fcdr (list); 2882 list = XCDR (list);
2861 } 2883 }
2862 else 2884 else
2863 { 2885 {
2864 int from; 2886 int from;
2887 Lisp_Object m;
2865 2888
2889 m = marker;
2866 if (MARKERP (marker)) 2890 if (MARKERP (marker))
2867 { 2891 {
2868 if (XMARKER (marker)->buffer == 0) 2892 if (XMARKER (marker)->buffer == 0)
@@ -2873,17 +2897,38 @@ LIST should have been created by calling `match-data' previously. */)
2873 2897
2874 CHECK_NUMBER_COERCE_MARKER (marker); 2898 CHECK_NUMBER_COERCE_MARKER (marker);
2875 from = XINT (marker); 2899 from = XINT (marker);
2876 list = Fcdr (list);
2877 2900
2878 marker = Fcar (list); 2901 if (!NILP (reseat) && MARKERP (m))
2902 {
2903 if (EQ (reseat, Qevaporate))
2904 free_marker (m);
2905 else
2906 unchain_marker (XMARKER (m));
2907 XSETCAR (list, Qnil);
2908 }
2909
2910 if ((list = XCDR (list), !CONSP (list)))
2911 break;
2912
2913 m = marker = XCAR (list);
2914
2879 if (MARKERP (marker) && XMARKER (marker)->buffer == 0) 2915 if (MARKERP (marker) && XMARKER (marker)->buffer == 0)
2880 XSETFASTINT (marker, 0); 2916 XSETFASTINT (marker, 0);
2881 2917
2882 CHECK_NUMBER_COERCE_MARKER (marker); 2918 CHECK_NUMBER_COERCE_MARKER (marker);
2883 search_regs.start[i] = from; 2919 search_regs.start[i] = from;
2884 search_regs.end[i] = XINT (marker); 2920 search_regs.end[i] = XINT (marker);
2921
2922 if (!NILP (reseat) && MARKERP (m))
2923 {
2924 if (EQ (reseat, Qevaporate))
2925 free_marker (m);
2926 else
2927 unchain_marker (XMARKER (m));
2928 XSETCAR (list, Qnil);
2929 }
2885 } 2930 }
2886 list = Fcdr (list); 2931 list = XCDR (list);
2887 } 2932 }
2888 2933
2889 for (; i < search_regs.num_regs; i++) 2934 for (; i < search_regs.num_regs; i++)
@@ -2921,7 +2966,7 @@ save_search_regs ()
2921 2966
2922/* Called upon exit from filters and sentinels. */ 2967/* Called upon exit from filters and sentinels. */
2923void 2968void
2924restore_match_data () 2969restore_search_regs ()
2925{ 2970{
2926 if (search_regs_saved) 2971 if (search_regs_saved)
2927 { 2972 {
@@ -2939,6 +2984,21 @@ restore_match_data ()
2939 } 2984 }
2940} 2985}
2941 2986
2987static Lisp_Object
2988unwind_set_match_data (list)
2989 Lisp_Object list;
2990{
2991 return Fset_match_data (list, Qevaporate);
2992}
2993
2994/* Called to unwind protect the match data. */
2995void
2996record_unwind_save_match_data ()
2997{
2998 record_unwind_protect (unwind_set_match_data,
2999 Fmatch_data (Qnil, Qnil, Qnil));
3000}
3001
2942/* Quote a string to inactivate reg-expr chars */ 3002/* Quote a string to inactivate reg-expr chars */
2943 3003
2944DEFUN ("regexp-quote", Fregexp_quote, Sregexp_quote, 1, 1, 0, 3004DEFUN ("regexp-quote", Fregexp_quote, Sregexp_quote, 1, 1, 0,
diff --git a/src/unexmacosx.c b/src/unexmacosx.c
index e54dbea448c..1a2c211a09d 100644
--- a/src/unexmacosx.c
+++ b/src/unexmacosx.c
@@ -695,6 +695,7 @@ copy_data_segment (struct load_command *lc)
695 } 695 }
696 else if (strncmp (sectp->sectname, "__la_symbol_ptr", 16) == 0 696 else if (strncmp (sectp->sectname, "__la_symbol_ptr", 16) == 0
697 || strncmp (sectp->sectname, "__nl_symbol_ptr", 16) == 0 697 || strncmp (sectp->sectname, "__nl_symbol_ptr", 16) == 0
698 || strncmp (sectp->sectname, "__la_sym_ptr2", 16) == 0
698 || strncmp (sectp->sectname, "__dyld", 16) == 0 699 || strncmp (sectp->sectname, "__dyld", 16) == 0
699 || strncmp (sectp->sectname, "__const", 16) == 0 700 || strncmp (sectp->sectname, "__const", 16) == 0
700 || strncmp (sectp->sectname, "__cfstring", 16) == 0) 701 || strncmp (sectp->sectname, "__cfstring", 16) == 0)
diff --git a/src/unexw32.c b/src/unexw32.c
index b1838644965..1b2dbe74c31 100644
--- a/src/unexw32.c
+++ b/src/unexw32.c
@@ -325,6 +325,9 @@ relocate_offset (DWORD offset,
325/* Convert address in executing image to RVA. */ 325/* Convert address in executing image to RVA. */
326#define PTR_TO_RVA(ptr) ((DWORD)(ptr) - (DWORD) GetModuleHandle (NULL)) 326#define PTR_TO_RVA(ptr) ((DWORD)(ptr) - (DWORD) GetModuleHandle (NULL))
327 327
328#define RVA_TO_PTR(var,section,filedata) \
329 ((void *)(RVA_TO_OFFSET(var,section) + (filedata).file_base))
330
328#define PTR_TO_OFFSET(ptr, pfile_data) \ 331#define PTR_TO_OFFSET(ptr, pfile_data) \
329 ((unsigned char *)(ptr) - (pfile_data)->file_base) 332 ((unsigned char *)(ptr) - (pfile_data)->file_base)
330 333
diff --git a/src/w32heap.c b/src/w32heap.c
index d947842474f..4c28718a510 100644
--- a/src/w32heap.c
+++ b/src/w32heap.c
@@ -31,7 +31,6 @@ Boston, MA 02111-1307, USA.
31#include "w32heap.h" 31#include "w32heap.h"
32#include "lisp.h" /* for VALMASK */ 32#include "lisp.h" /* for VALMASK */
33 33
34#undef RVA_TO_PTR
35#define RVA_TO_PTR(rva) ((unsigned char *)((DWORD)(rva) + (DWORD)GetModuleHandle (NULL))) 34#define RVA_TO_PTR(rva) ((unsigned char *)((DWORD)(rva) + (DWORD)GetModuleHandle (NULL)))
36 35
37/* This gives us the page size and the size of the allocation unit on NT. */ 36/* This gives us the page size and the size of the allocation unit on NT. */
diff --git a/src/w32heap.h b/src/w32heap.h
index 7fdf952683c..556c7fb28b4 100644
--- a/src/w32heap.h
+++ b/src/w32heap.h
@@ -82,15 +82,6 @@ typedef struct file_data {
82 unsigned char *file_base; 82 unsigned char *file_base;
83} file_data; 83} file_data;
84 84
85#define OFFSET_TO_RVA(var,section) \
86 (section->VirtualAddress + ((DWORD)(var) - section->PointerToRawData))
87
88#define RVA_TO_OFFSET(var,section) \
89 (section->PointerToRawData + ((DWORD)(var) - section->VirtualAddress))
90
91#define RVA_TO_PTR(var,section,filedata) \
92 ((void *)(RVA_TO_OFFSET(var,section) + (filedata).file_base))
93
94int open_input_file (file_data *p_file, char *name); 85int open_input_file (file_data *p_file, char *name);
95int open_output_file (file_data *p_file, char *name, unsigned long size); 86int open_output_file (file_data *p_file, char *name, unsigned long size);
96void close_file_data (file_data *p_file); 87void close_file_data (file_data *p_file);
diff --git a/src/w32menu.c b/src/w32menu.c
index 8a90eae7ec7..c5af0aae980 100644
--- a/src/w32menu.c
+++ b/src/w32menu.c
@@ -1443,7 +1443,8 @@ set_frame_menubar (f, first_time, deep_p)
1443 because it is not reentrant. */ 1443 because it is not reentrant. */
1444 specbind (Qdebug_on_next_call, Qnil); 1444 specbind (Qdebug_on_next_call, Qnil);
1445 1445
1446 record_unwind_protect (Fset_match_data, Fmatch_data (Qnil, Qnil)); 1446 record_unwind_save_match_data ();
1447
1447 if (NILP (Voverriding_local_map_menu_flag)) 1448 if (NILP (Voverriding_local_map_menu_flag))
1448 { 1449 {
1449 specbind (Qoverriding_terminal_local_map, Qnil); 1450 specbind (Qoverriding_terminal_local_map, Qnil);
diff --git a/src/w32proc.c b/src/w32proc.c
index 9abee2bf0c2..48b5e2c14a3 100644
--- a/src/w32proc.c
+++ b/src/w32proc.c
@@ -57,6 +57,11 @@ extern BOOL WINAPI IsValidLocale(LCID, DWORD);
57#include "syssignal.h" 57#include "syssignal.h"
58#include "w32term.h" 58#include "w32term.h"
59 59
60#define RVA_TO_PTR(var,section,filedata) \
61 ((void *)((section)->PointerToRawData \
62 + ((DWORD)(var) - (section)->VirtualAddress) \
63 + (filedata).file_base))
64
60/* Control whether spawnve quotes arguments as necessary to ensure 65/* Control whether spawnve quotes arguments as necessary to ensure
61 correct parsing by child process. Because not all uses of spawnve 66 correct parsing by child process. Because not all uses of spawnve
62 are careful about constructing argv arrays, we make this behaviour 67 are careful about constructing argv arrays, we make this behaviour
diff --git a/src/window.c b/src/window.c
index 35aeb4411ae..4d7c71f82c6 100644
--- a/src/window.c
+++ b/src/window.c
@@ -1452,8 +1452,10 @@ delete_window (window)
1452 tem = par->hchild; 1452 tem = par->hchild;
1453 if (NILP (tem)) 1453 if (NILP (tem))
1454 tem = par->vchild; 1454 tem = par->vchild;
1455 if (NILP (XWINDOW (tem)->next)) 1455 if (NILP (XWINDOW (tem)->next)) {
1456 replace_window (parent, tem); 1456 replace_window (parent, tem);
1457 par = XWINDOW (tem);
1458 }
1457 1459
1458 /* Since we may be deleting combination windows, we must make sure that 1460 /* Since we may be deleting combination windows, we must make sure that
1459 not only p but all its children have been marked as deleted. */ 1461 not only p but all its children have been marked as deleted. */
@@ -1465,6 +1467,51 @@ delete_window (window)
1465 /* Mark this window as deleted. */ 1467 /* Mark this window as deleted. */
1466 p->buffer = p->hchild = p->vchild = Qnil; 1468 p->buffer = p->hchild = p->vchild = Qnil;
1467 1469
1470 if (! NILP (par->parent))
1471 par = XWINDOW (par->parent);
1472
1473 /* Check if we have a v/hchild with a v/hchild. In that case remove
1474 one of them. */
1475
1476 if (! NILP (par->vchild) && ! NILP (XWINDOW (par->vchild)->vchild))
1477 {
1478 p = XWINDOW (par->vchild);
1479 par->vchild = p->vchild;
1480 tem = p->vchild;
1481 }
1482 else if (! NILP (par->hchild) && ! NILP (XWINDOW (par->hchild)->hchild))
1483 {
1484 p = XWINDOW (par->hchild);
1485 par->hchild = p->hchild;
1486 tem = p->hchild;
1487 }
1488 else
1489 p = 0;
1490
1491 if (p)
1492 {
1493 while (! NILP (tem)) {
1494 XWINDOW (tem)->parent = p->parent;
1495 if (NILP (XWINDOW (tem)->next))
1496 break;
1497 tem = XWINDOW (tem)->next;
1498 }
1499 if (! NILP (tem)) {
1500 /* The next of the v/hchild we are removing is now the next of the
1501 last child for the v/hchild:
1502 Before v/hchild -> v/hchild -> next1 -> next2
1503 |
1504 -> next3
1505 After: v/hchild -> next1 -> next2 -> next3
1506 */
1507 XWINDOW (tem)->next = p->next;
1508 if (! NILP (p->next))
1509 XWINDOW (p->next)->prev = tem;
1510 }
1511 p->next = p->prev = p->vchild = p->hchild = p->buffer = Qnil;
1512 }
1513
1514
1468 /* Adjust glyph matrices. */ 1515 /* Adjust glyph matrices. */
1469 adjust_glyphs (f); 1516 adjust_glyphs (f);
1470 UNBLOCK_INPUT; 1517 UNBLOCK_INPUT;
diff --git a/src/xdisp.c b/src/xdisp.c
index 6ad0bb9166a..54e6c7fe8f6 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -351,6 +351,10 @@ Lisp_Object Qtrailing_whitespace;
351 351
352Lisp_Object Qescape_glyph; 352Lisp_Object Qescape_glyph;
353 353
354/* Name and number of the face used to highlight non-breaking spaces. */
355
356Lisp_Object Qno_break_space;
357
354/* The symbol `image' which is the car of the lists used to represent 358/* The symbol `image' which is the car of the lists used to represent
355 images in Lisp. */ 359 images in Lisp. */
356 360
@@ -5203,6 +5207,8 @@ get_next_display_element (it)
5203 int face_id, lface_id = 0 ; 5207 int face_id, lface_id = 0 ;
5204 GLYPH escape_glyph; 5208 GLYPH escape_glyph;
5205 5209
5210 /* Handle control characters with ^. */
5211
5206 if (it->c < 128 && it->ctl_arrow_p) 5212 if (it->c < 128 && it->ctl_arrow_p)
5207 { 5213 {
5208 g = '^'; /* default glyph for Control */ 5214 g = '^'; /* default glyph for Control */
@@ -5234,7 +5240,28 @@ get_next_display_element (it)
5234 goto display_control; 5240 goto display_control;
5235 } 5241 }
5236 5242
5237 escape_glyph = '\\'; /* default for Octal display */ 5243 /* Handle non-break space in the mode where it only gets
5244 highlighting. */
5245
5246 if (! EQ (Vshow_nonbreak_escape, Qt)
5247 && (it->c == 0x8a0 || it->c == 0x920
5248 || it->c == 0xe20 || it->c == 0xf20))
5249 {
5250 /* Merge the no-break-space face into the current face. */
5251 face_id = merge_faces (it->f, Qno_break_space, 0,
5252 it->face_id);
5253
5254 g = it->c = ' ';
5255 XSETINT (it->ctl_chars[0], g);
5256 ctl_len = 1;
5257 goto display_control;
5258 }
5259
5260 /* Handle sequences that start with the "escape glyph". */
5261
5262 /* the default escape glyph is \. */
5263 escape_glyph = '\\';
5264
5238 if (it->dp 5265 if (it->dp
5239 && INTEGERP (DISP_ESCAPE_GLYPH (it->dp)) 5266 && INTEGERP (DISP_ESCAPE_GLYPH (it->dp))
5240 && GLYPH_CHAR_VALID_P (XFASTINT (DISP_ESCAPE_GLYPH (it->dp)))) 5267 && GLYPH_CHAR_VALID_P (XFASTINT (DISP_ESCAPE_GLYPH (it->dp))))
@@ -5244,6 +5271,8 @@ get_next_display_element (it)
5244 } 5271 }
5245 if (lface_id) 5272 if (lface_id)
5246 { 5273 {
5274 /* The display table specified a face.
5275 Merge it into face_id and also into escape_glyph. */
5247 escape_glyph = FAST_GLYPH_CHAR (escape_glyph); 5276 escape_glyph = FAST_GLYPH_CHAR (escape_glyph);
5248 face_id = merge_faces (it->f, Qt, lface_id, 5277 face_id = merge_faces (it->f, Qt, lface_id,
5249 it->face_id); 5278 it->face_id);
@@ -8552,7 +8581,7 @@ prepare_menu_bars ()
8552 Lisp_Object tail, frame; 8581 Lisp_Object tail, frame;
8553 int count = SPECPDL_INDEX (); 8582 int count = SPECPDL_INDEX ();
8554 8583
8555 record_unwind_protect (Fset_match_data, Fmatch_data (Qnil, Qnil)); 8584 record_unwind_save_match_data ();
8556 8585
8557 FOR_EACH_FRAME (tail, frame) 8586 FOR_EACH_FRAME (tail, frame)
8558 { 8587 {
@@ -8675,7 +8704,7 @@ update_menu_bar (f, save_match_data)
8675 8704
8676 set_buffer_internal_1 (XBUFFER (w->buffer)); 8705 set_buffer_internal_1 (XBUFFER (w->buffer));
8677 if (save_match_data) 8706 if (save_match_data)
8678 record_unwind_protect (Fset_match_data, Fmatch_data (Qnil, Qnil)); 8707 record_unwind_save_match_data ();
8679 if (NILP (Voverriding_local_map_menu_flag)) 8708 if (NILP (Voverriding_local_map_menu_flag))
8680 { 8709 {
8681 specbind (Qoverriding_terminal_local_map, Qnil); 8710 specbind (Qoverriding_terminal_local_map, Qnil);
@@ -8866,7 +8895,7 @@ update_tool_bar (f, save_match_data)
8866 8895
8867 /* Save match data, if we must. */ 8896 /* Save match data, if we must. */
8868 if (save_match_data) 8897 if (save_match_data)
8869 record_unwind_protect (Fset_match_data, Fmatch_data (Qnil, Qnil)); 8898 record_unwind_save_match_data ();
8870 8899
8871 /* Make sure that we don't accidentally use bogus keymaps. */ 8900 /* Make sure that we don't accidentally use bogus keymaps. */
8872 if (NILP (Voverriding_local_map_menu_flag)) 8901 if (NILP (Voverriding_local_map_menu_flag))
@@ -21620,10 +21649,8 @@ note_mode_line_or_margin_highlight (window, x, y, area)
21620 int total_pixel_width; 21649 int total_pixel_width;
21621 int ignore; 21650 int ignore;
21622 21651
21623 21652 int vpos, hpos;
21624 if (clear_mouse_face (dpyinfo)) 21653
21625 cursor = No_Cursor;
21626
21627 b = Fprevious_single_property_change (make_number (charpos + 1), 21654 b = Fprevious_single_property_change (make_number (charpos + 1),
21628 Qmouse_face, string, Qnil); 21655 Qmouse_face, string, Qnil);
21629 if (NILP (b)) 21656 if (NILP (b))
@@ -21666,15 +21693,30 @@ note_mode_line_or_margin_highlight (window, x, y, area)
21666 for (tmp_glyph = glyph - gpos; tmp_glyph != glyph; tmp_glyph++) 21693 for (tmp_glyph = glyph - gpos; tmp_glyph != glyph; tmp_glyph++)
21667 total_pixel_width += tmp_glyph->pixel_width; 21694 total_pixel_width += tmp_glyph->pixel_width;
21668 21695
21669 dpyinfo->mouse_face_beg_col = (x - gpos); 21696 /* Pre calculation of re-rendering position */
21670 dpyinfo->mouse_face_beg_row = (area == ON_MODE_LINE 21697 vpos = (x - gpos);
21671 ? (w->current_matrix)->nrows - 1 21698 hpos = (area == ON_MODE_LINE
21672 : 0); 21699 ? (w->current_matrix)->nrows - 1
21700 : 0);
21701
21702 /* If the re-rendering position is included in the last
21703 re-rendering area, we should do nothing. */
21704 if ( window == dpyinfo->mouse_face_window
21705 && dpyinfo->mouse_face_beg_col <= vpos
21706 && vpos < dpyinfo->mouse_face_end_col
21707 && dpyinfo->mouse_face_beg_row == hpos )
21708 return;
21709
21710 if (clear_mouse_face (dpyinfo))
21711 cursor = No_Cursor;
21712
21713 dpyinfo->mouse_face_beg_col = vpos;
21714 dpyinfo->mouse_face_beg_row = hpos;
21673 21715
21674 dpyinfo->mouse_face_beg_x = original_x_pixel - (total_pixel_width + dx); 21716 dpyinfo->mouse_face_beg_x = original_x_pixel - (total_pixel_width + dx);
21675 dpyinfo->mouse_face_beg_y = 0; 21717 dpyinfo->mouse_face_beg_y = 0;
21676 21718
21677 dpyinfo->mouse_face_end_col = (x - gpos) + gseq_length; 21719 dpyinfo->mouse_face_end_col = vpos + gseq_length;
21678 dpyinfo->mouse_face_end_row = dpyinfo->mouse_face_beg_row; 21720 dpyinfo->mouse_face_end_row = dpyinfo->mouse_face_beg_row;
21679 21721
21680 dpyinfo->mouse_face_end_x = 0; 21722 dpyinfo->mouse_face_end_x = 0;
@@ -21746,7 +21788,8 @@ note_mouse_highlight (f, x, y)
21746 /* If we were displaying active text in another window, clear that. 21788 /* If we were displaying active text in another window, clear that.
21747 Also clear if we move out of text area in same window. */ 21789 Also clear if we move out of text area in same window. */
21748 if (! EQ (window, dpyinfo->mouse_face_window) 21790 if (! EQ (window, dpyinfo->mouse_face_window)
21749 || (part != ON_TEXT && !NILP (dpyinfo->mouse_face_window))) 21791 || (part != ON_TEXT && part != ON_MODE_LINE && part != ON_HEADER_LINE
21792 && !NILP (dpyinfo->mouse_face_window)))
21750 clear_mouse_face (dpyinfo); 21793 clear_mouse_face (dpyinfo);
21751 21794
21752 /* Not on a window -> return. */ 21795 /* Not on a window -> return. */
@@ -22861,6 +22904,8 @@ syms_of_xdisp ()
22861 staticpro (&Qtrailing_whitespace); 22904 staticpro (&Qtrailing_whitespace);
22862 Qescape_glyph = intern ("escape-glyph"); 22905 Qescape_glyph = intern ("escape-glyph");
22863 staticpro (&Qescape_glyph); 22906 staticpro (&Qescape_glyph);
22907 Qno_break_space = intern ("no-break-space");
22908 staticpro (&Qno_break_space);
22864 Qimage = intern ("image"); 22909 Qimage = intern ("image");
22865 staticpro (&Qimage); 22910 staticpro (&Qimage);
22866 QCmap = intern (":map"); 22911 QCmap = intern (":map");
@@ -22967,7 +23012,11 @@ The face used for trailing whitespace is `trailing-whitespace'. */);
22967 Vshow_trailing_whitespace = Qnil; 23012 Vshow_trailing_whitespace = Qnil;
22968 23013
22969 DEFVAR_LISP ("show-nonbreak-escape", &Vshow_nonbreak_escape, 23014 DEFVAR_LISP ("show-nonbreak-escape", &Vshow_nonbreak_escape,
22970 doc: /* *Non-nil means display escape character before non-break space and hyphen. */); 23015 doc: /* *Control highlighting of non-break space and soft hyphen.
23016t means highlight the character itself (for non-break space,
23017use face `non-break-space'.
23018nil means no highlighting.
23019other values mean display the escape glyph before the character. */);
22971 Vshow_nonbreak_escape = Qt; 23020 Vshow_nonbreak_escape = Qt;
22972 23021
22973 DEFVAR_LISP ("void-text-area-pointer", &Vvoid_text_area_pointer, 23022 DEFVAR_LISP ("void-text-area-pointer", &Vvoid_text_area_pointer,
diff --git a/src/xmenu.c b/src/xmenu.c
index 826c9330c46..a05c9793750 100644
--- a/src/xmenu.c
+++ b/src/xmenu.c
@@ -1235,10 +1235,6 @@ popup_get_selection (initial_event, dpyinfo, id, do_timers)
1235 if (event.type == ButtonRelease 1235 if (event.type == ButtonRelease
1236 && dpyinfo->display == event.xbutton.display) 1236 && dpyinfo->display == event.xbutton.display)
1237 { 1237 {
1238 /* If the click is not on the menu, deactivate the menu. */
1239 if (x_any_window_to_frame (dpyinfo, event.xexpose.window))
1240 popup_activated_flag = 0;
1241
1242 dpyinfo->grabbed &= ~(1 << event.xbutton.button); 1238 dpyinfo->grabbed &= ~(1 << event.xbutton.button);
1243#ifdef USE_MOTIF /* Pretending that the event came from a 1239#ifdef USE_MOTIF /* Pretending that the event came from a
1244 Btn1Down seems the only way to convince Motif to 1240 Btn1Down seems the only way to convince Motif to
@@ -2034,7 +2030,7 @@ set_frame_menubar (f, first_time, deep_p)
2034 because it is not reentrant. */ 2030 because it is not reentrant. */
2035 specbind (Qdebug_on_next_call, Qnil); 2031 specbind (Qdebug_on_next_call, Qnil);
2036 2032
2037 record_unwind_protect (Fset_match_data, Fmatch_data (Qnil, Qnil)); 2033 record_unwind_save_match_data ();
2038 record_unwind_protect (unuse_menu_items, Qnil); 2034 record_unwind_protect (unuse_menu_items, Qnil);
2039 if (NILP (Voverriding_local_map_menu_flag)) 2035 if (NILP (Voverriding_local_map_menu_flag))
2040 { 2036 {
diff --git a/src/xterm.c b/src/xterm.c
index be61c15afdd..0a22930fb4f 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -4595,11 +4595,14 @@ x_create_toolkit_scroll_bar (f, bar)
4595 char *initial = ""; 4595 char *initial = "";
4596 char *val = initial; 4596 char *val = initial;
4597 XtVaGetValues (widget, XtNscrollVCursor, (XtPointer) &val, 4597 XtVaGetValues (widget, XtNscrollVCursor, (XtPointer) &val,
4598#ifdef XtNarrowScrollbars
4599 XtNarrowScrollbars, (XtPointer) &xaw3d_arrow_scroll,
4600#endif
4598 XtNpickTop, (XtPointer) &xaw3d_pick_top, NULL); 4601 XtNpickTop, (XtPointer) &xaw3d_pick_top, NULL);
4599 if (val == initial) 4602 if (xaw3d_arrow_scroll || val == initial)
4600 { /* ARROW_SCROLL */ 4603 { /* ARROW_SCROLL */
4601 xaw3d_arrow_scroll = True; 4604 xaw3d_arrow_scroll = True;
4602 /* Isn't that just a personal preference ? -sm */ 4605 /* Isn't that just a personal preference ? --Stef */
4603 XtVaSetValues (widget, XtNcursorName, "top_left_arrow", NULL); 4606 XtVaSetValues (widget, XtNcursorName, "top_left_arrow", NULL);
4604 } 4607 }
4605 } 4608 }