diff options
| author | Jan Djärv | 2005-06-06 20:18:11 +0000 |
|---|---|---|
| committer | Jan Djärv | 2005-06-06 20:18:11 +0000 |
| commit | 7c9e516791f75909baf7269df5c1baa2ccc20f1d (patch) | |
| tree | e6e6a3594dfac31dc3da4ed5242e8d52623e6f57 | |
| parent | a7c47af82dde7daf58b30f30ae7d86dc99d2bc2f (diff) | |
| download | emacs-7c9e516791f75909baf7269df5c1baa2ccc20f1d.tar.gz emacs-7c9e516791f75909baf7269df5c1baa2ccc20f1d.zip | |
Regenerate
| -rwxr-xr-x | configure | 5157 |
1 files changed, 1718 insertions, 3439 deletions
| @@ -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 | |||
| 19 | elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then | 20 | elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then |
| 20 | set -o posix | 21 | set -o posix |
| 21 | fi | 22 | fi |
| 22 | DUALCASE=1; export DUALCASE # for MKS sh | ||
| 23 | 23 | ||
| 24 | # Support unset when possible. | 24 | # Support unset when possible. |
| 25 | if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then | 25 | if (FOO=FOO; unset FOO) >/dev/null 2>&1; then |
| 26 | as_unset=unset | 26 | as_unset=unset |
| 27 | else | 27 | else |
| 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 |
| 43 | do | 43 | do |
| 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 | |||
| 218 | if mkdir -p . 2>/dev/null; then | 218 | if mkdir -p . 2>/dev/null; then |
| 219 | as_mkdir_p=: | 219 | as_mkdir_p=: |
| 220 | else | 220 | else |
| 221 | test -d ./-p && rmdir ./-p | ||
| 222 | as_mkdir_p=false | 221 | as_mkdir_p=false |
| 223 | fi | 222 | fi |
| 224 | 223 | ||
| 225 | as_executable_p="test -f" | 224 | as_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. |
| 228 | as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" | 227 | as_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. |
| 231 | as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" | 230 | as_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. |
| 671 | for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ | 670 | for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ |
| 672 | localstatedir libdir includedir oldincludedir infodir mandir | 671 | localstatedir libdir includedir oldincludedir infodir mandir |
| 673 | do | 672 | do |
| 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 || |
| 716 | echo X"$0" | | 715 | echo 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 |
| 805 | Installation directories: | 804 | Installation 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 | ||
| 811 | By default, \`make install' will install all the files in | 810 | By 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 ;; |
| 935 | esac | 934 | esac |
| 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. | 937 | ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` |
| 939 | case `pwd` in | 938 | ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` |
| 940 | .) ac_abs_builddir="$ac_dir";; | 939 | ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` |
| 941 | *) | 940 | ac_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;; | ||
| 947 | esac | ||
| 948 | case $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;; | ||
| 956 | esac | ||
| 957 | case $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;; | ||
| 965 | esac | ||
| 966 | case $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;; | ||
| 974 | esac | ||
| 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 |
| 993 | fi | 959 | fi |
| 994 | 960 | ||
| @@ -996,7 +962,8 @@ test -n "$ac_init_help" && exit 0 | |||
| 996 | if $ac_init_version; then | 962 | if $ac_init_version; then |
| 997 | cat <<\_ACEOF | 963 | cat <<\_ACEOF |
| 998 | 964 | ||
| 999 | Copyright (C) 2003 Free Software Foundation, Inc. | 965 | Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 |
| 966 | Free Software Foundation, Inc. | ||
| 1000 | This configure script is free software; the Free Software Foundation | 967 | This configure script is free software; the Free Software Foundation |
| 1001 | gives unlimited permission to copy, distribute and modify it. | 968 | gives 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 | |||
| 1008 | running configure, to aid debugging if configure makes a mistake. | 975 | running configure, to aid debugging if configure makes a mistake. |
| 1009 | 976 | ||
| 1010 | It was created by $as_me, which was | 977 | It was created by $as_me, which was |
| 1011 | generated by GNU Autoconf 2.59. Invocation command line was | 978 | generated 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. |
| 1265 | ac_cache_corrupted=false | 1232 | ac_cache_corrupted=false |
| 1266 | for ac_var in `(set) 2>&1 | | 1233 | for 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 |
| 1285 | echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} | 1252 | echo "$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 |
| 1287 | echo "$as_me: former value: $ac_old_val" >&2;} | 1254 | echo "$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 |
| 1289 | echo "$as_me: current value: $ac_new_val" >&2;} | 1256 | echo "$as_me: current value: $ac_new_val" >&2;} |
| 1290 | ac_cache_corrupted=: | 1257 | ac_cache_corrupted=: |
| 1291 | fi;; | 1258 | fi;; |
| 1292 | esac | 1259 | esac |
| 1293 | # Pass precious variables to config.status. | 1260 | # Pass precious variables to config.status. |
| @@ -3035,6 +3002,7 @@ ac_compiler=`set X $ac_compile; echo $2` | |||
| 3035 | (exit $ac_status); } | 3002 | (exit $ac_status); } |
| 3036 | 3003 | ||
| 3037 | cat >conftest.$ac_ext <<_ACEOF | 3004 | cat >conftest.$ac_ext <<_ACEOF |
| 3005 | #line $LINENO "configure" | ||
| 3038 | /* confdefs.h. */ | 3006 | /* confdefs.h. */ |
| 3039 | _ACEOF | 3007 | _ACEOF |
| 3040 | cat confdefs.h >>conftest.$ac_ext | 3008 | cat confdefs.h >>conftest.$ac_ext |
| @@ -3054,8 +3022,8 @@ ac_clean_files="$ac_clean_files a.out a.exe b.out" | |||
| 3054 | # Try to create an executable without -o first, disregard a.out. | 3022 | # Try to create an executable without -o first, disregard a.out. |
| 3055 | # It will help us diagnose broken compilers, and finding out an intuition | 3023 | # It will help us diagnose broken compilers, and finding out an intuition |
| 3056 | # of exeext. | 3024 | # of exeext. |
| 3057 | echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 | 3025 | echo "$as_me:$LINENO: checking for C compiler default output" >&5 |
| 3058 | echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6 | 3026 | echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6 |
| 3059 | ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` | 3027 | ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` |
| 3060 | if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 | 3028 | if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 |
| 3061 | (eval $ac_link_default) 2>&5 | 3029 | (eval $ac_link_default) 2>&5 |
| @@ -3075,23 +3043,23 @@ do | |||
| 3075 | test -f "$ac_file" || continue | 3043 | test -f "$ac_file" || continue |
| 3076 | case $ac_file in | 3044 | case $ac_file in |
| 3077 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) | 3045 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) |
| 3078 | ;; | 3046 | ;; |
| 3079 | conftest.$ac_ext ) | 3047 | conftest.$ac_ext ) |
| 3080 | # This is the source file. | 3048 | # This is the source file. |
| 3081 | ;; | 3049 | ;; |
| 3082 | [ab].out ) | 3050 | [ab].out ) |
| 3083 | # We found the default executable, but exeext='' is most | 3051 | # We found the default executable, but exeext='' is most |
| 3084 | # certainly right. | 3052 | # certainly right. |
| 3085 | break;; | 3053 | break;; |
| 3086 | *.* ) | 3054 | *.* ) |
| 3087 | ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` | 3055 | ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` |
| 3088 | # FIXME: I believe we export ac_cv_exeext for Libtool, | 3056 | # FIXME: I believe we export ac_cv_exeext for Libtool, |
| 3089 | # but it would be cool to find out if it's true. Does anybody | 3057 | # but it would be cool to find out if it's true. Does anybody |
| 3090 | # maintain Libtool? --akim. | 3058 | # maintain Libtool? --akim. |
| 3091 | export ac_cv_exeext | 3059 | export ac_cv_exeext |
| 3092 | break;; | 3060 | break;; |
| 3093 | * ) | 3061 | * ) |
| 3094 | break;; | 3062 | break;; |
| 3095 | esac | 3063 | esac |
| 3096 | done | 3064 | done |
| 3097 | else | 3065 | else |
| @@ -3165,8 +3133,8 @@ for ac_file in conftest.exe conftest conftest.*; do | |||
| 3165 | case $ac_file in | 3133 | case $ac_file in |
| 3166 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; | 3134 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; |
| 3167 | *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` | 3135 | *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` |
| 3168 | export ac_cv_exeext | 3136 | export ac_cv_exeext |
| 3169 | break;; | 3137 | break;; |
| 3170 | * ) break;; | 3138 | * ) break;; |
| 3171 | esac | 3139 | esac |
| 3172 | done | 3140 | done |
| @@ -3191,6 +3159,7 @@ if test "${ac_cv_objext+set}" = set; then | |||
| 3191 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 3159 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 3192 | else | 3160 | else |
| 3193 | cat >conftest.$ac_ext <<_ACEOF | 3161 | cat >conftest.$ac_ext <<_ACEOF |
| 3162 | #line $LINENO "configure" | ||
| 3194 | /* confdefs.h. */ | 3163 | /* confdefs.h. */ |
| 3195 | _ACEOF | 3164 | _ACEOF |
| 3196 | cat confdefs.h >>conftest.$ac_ext | 3165 | cat confdefs.h >>conftest.$ac_ext |
| @@ -3241,6 +3210,7 @@ if test "${ac_cv_c_compiler_gnu+set}" = set; then | |||
| 3241 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 3210 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 3242 | else | 3211 | else |
| 3243 | cat >conftest.$ac_ext <<_ACEOF | 3212 | cat >conftest.$ac_ext <<_ACEOF |
| 3213 | #line $LINENO "configure" | ||
| 3244 | /* confdefs.h. */ | 3214 | /* confdefs.h. */ |
| 3245 | _ACEOF | 3215 | _ACEOF |
| 3246 | cat confdefs.h >>conftest.$ac_ext | 3216 | cat confdefs.h >>conftest.$ac_ext |
| @@ -3260,20 +3230,11 @@ main () | |||
| 3260 | _ACEOF | 3230 | _ACEOF |
| 3261 | rm -f conftest.$ac_objext | 3231 | rm -f conftest.$ac_objext |
| 3262 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 3232 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 3263 | (eval $ac_compile) 2>conftest.er1 | 3233 | (eval $ac_compile) 2>&5 |
| 3264 | ac_status=$? | 3234 | ac_status=$? |
| 3265 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 3266 | rm -f conftest.er1 | ||
| 3267 | cat conftest.err >&5 | ||
| 3268 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 3235 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 3269 | (exit $ac_status); } && | 3236 | (exit $ac_status); } && |
| 3270 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 3237 | { ac_try='test -s conftest.$ac_objext' |
| 3271 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 3272 | (eval $ac_try) 2>&5 | ||
| 3273 | ac_status=$? | ||
| 3274 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 3275 | (exit $ac_status); }; } && | ||
| 3276 | { ac_try='test -s conftest.$ac_objext' | ||
| 3277 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 3238 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 3278 | (eval $ac_try) 2>&5 | 3239 | (eval $ac_try) 2>&5 |
| 3279 | ac_status=$? | 3240 | ac_status=$? |
| @@ -3286,7 +3247,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 3286 | 3247 | ||
| 3287 | ac_compiler_gnu=no | 3248 | ac_compiler_gnu=no |
| 3288 | fi | 3249 | fi |
| 3289 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 3250 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 3290 | ac_cv_c_compiler_gnu=$ac_compiler_gnu | 3251 | ac_cv_c_compiler_gnu=$ac_compiler_gnu |
| 3291 | 3252 | ||
| 3292 | fi | 3253 | fi |
| @@ -3302,6 +3263,7 @@ if test "${ac_cv_prog_cc_g+set}" = set; then | |||
| 3302 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 3263 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 3303 | else | 3264 | else |
| 3304 | cat >conftest.$ac_ext <<_ACEOF | 3265 | cat >conftest.$ac_ext <<_ACEOF |
| 3266 | #line $LINENO "configure" | ||
| 3305 | /* confdefs.h. */ | 3267 | /* confdefs.h. */ |
| 3306 | _ACEOF | 3268 | _ACEOF |
| 3307 | cat confdefs.h >>conftest.$ac_ext | 3269 | cat confdefs.h >>conftest.$ac_ext |
| @@ -3318,20 +3280,11 @@ main () | |||
| 3318 | _ACEOF | 3280 | _ACEOF |
| 3319 | rm -f conftest.$ac_objext | 3281 | rm -f conftest.$ac_objext |
| 3320 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 3282 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 3321 | (eval $ac_compile) 2>conftest.er1 | 3283 | (eval $ac_compile) 2>&5 |
| 3322 | ac_status=$? | 3284 | ac_status=$? |
| 3323 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 3324 | rm -f conftest.er1 | ||
| 3325 | cat conftest.err >&5 | ||
| 3326 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 3285 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 3327 | (exit $ac_status); } && | 3286 | (exit $ac_status); } && |
| 3328 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 3287 | { ac_try='test -s conftest.$ac_objext' |
| 3329 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 3330 | (eval $ac_try) 2>&5 | ||
| 3331 | ac_status=$? | ||
| 3332 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 3333 | (exit $ac_status); }; } && | ||
| 3334 | { ac_try='test -s conftest.$ac_objext' | ||
| 3335 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 3288 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 3336 | (eval $ac_try) 2>&5 | 3289 | (eval $ac_try) 2>&5 |
| 3337 | ac_status=$? | 3290 | ac_status=$? |
| @@ -3344,7 +3297,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 3344 | 3297 | ||
| 3345 | ac_cv_prog_cc_g=no | 3298 | ac_cv_prog_cc_g=no |
| 3346 | fi | 3299 | fi |
| 3347 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 3300 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 3348 | fi | 3301 | fi |
| 3349 | echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 | 3302 | echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 |
| 3350 | echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 | 3303 | echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 |
| @@ -3371,6 +3324,7 @@ else | |||
| 3371 | ac_cv_prog_cc_stdc=no | 3324 | ac_cv_prog_cc_stdc=no |
| 3372 | ac_save_CC=$CC | 3325 | ac_save_CC=$CC |
| 3373 | cat >conftest.$ac_ext <<_ACEOF | 3326 | cat >conftest.$ac_ext <<_ACEOF |
| 3327 | #line $LINENO "configure" | ||
| 3374 | /* confdefs.h. */ | 3328 | /* confdefs.h. */ |
| 3375 | _ACEOF | 3329 | _ACEOF |
| 3376 | cat confdefs.h >>conftest.$ac_ext | 3330 | cat confdefs.h >>conftest.$ac_ext |
| @@ -3398,16 +3352,6 @@ static char *f (char * (*g) (char **, int), char **p, ...) | |||
| 3398 | va_end (v); | 3352 | va_end (v); |
| 3399 | return s; | 3353 | return s; |
| 3400 | } | 3354 | } |
| 3401 | |||
| 3402 | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | ||
| 3403 | function prototypes and stuff, but not '\xHH' hex character constants. | ||
| 3404 | These don't provoke an error unfortunately, instead are silently treated | ||
| 3405 | as 'x'. The following induces an error, until -std1 is added to get | ||
| 3406 | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | ||
| 3407 | array size at least. It's necessary to write '\x00'==0 to get something | ||
| 3408 | that's true only with -std1. */ | ||
| 3409 | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | ||
| 3410 | |||
| 3411 | int test (int i, double x); | 3355 | int test (int i, double x); |
| 3412 | struct s1 {int (*f) (int a);}; | 3356 | struct s1 {int (*f) (int a);}; |
| 3413 | struct s2 {int (*f) (double a);}; | 3357 | struct s2 {int (*f) (double a);}; |
| @@ -3434,20 +3378,11 @@ do | |||
| 3434 | CC="$ac_save_CC $ac_arg" | 3378 | CC="$ac_save_CC $ac_arg" |
| 3435 | rm -f conftest.$ac_objext | 3379 | rm -f conftest.$ac_objext |
| 3436 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 3380 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 3437 | (eval $ac_compile) 2>conftest.er1 | 3381 | (eval $ac_compile) 2>&5 |
| 3438 | ac_status=$? | 3382 | ac_status=$? |
| 3439 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 3440 | rm -f conftest.er1 | ||
| 3441 | cat conftest.err >&5 | ||
| 3442 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 3383 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 3443 | (exit $ac_status); } && | 3384 | (exit $ac_status); } && |
| 3444 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 3385 | { ac_try='test -s conftest.$ac_objext' |
| 3445 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 3446 | (eval $ac_try) 2>&5 | ||
| 3447 | ac_status=$? | ||
| 3448 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 3449 | (exit $ac_status); }; } && | ||
| 3450 | { ac_try='test -s conftest.$ac_objext' | ||
| 3451 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 3386 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 3452 | (eval $ac_try) 2>&5 | 3387 | (eval $ac_try) 2>&5 |
| 3453 | ac_status=$? | 3388 | ac_status=$? |
| @@ -3460,7 +3395,7 @@ else | |||
| 3460 | sed 's/^/| /' conftest.$ac_ext >&5 | 3395 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 3461 | 3396 | ||
| 3462 | fi | 3397 | fi |
| 3463 | rm -f conftest.err conftest.$ac_objext | 3398 | rm -f conftest.$ac_objext |
| 3464 | done | 3399 | done |
| 3465 | rm -f conftest.$ac_ext conftest.$ac_objext | 3400 | rm -f conftest.$ac_ext conftest.$ac_objext |
| 3466 | CC=$ac_save_CC | 3401 | CC=$ac_save_CC |
| @@ -3488,27 +3423,19 @@ cat >conftest.$ac_ext <<_ACEOF | |||
| 3488 | _ACEOF | 3423 | _ACEOF |
| 3489 | rm -f conftest.$ac_objext | 3424 | rm -f conftest.$ac_objext |
| 3490 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 3425 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 3491 | (eval $ac_compile) 2>conftest.er1 | 3426 | (eval $ac_compile) 2>&5 |
| 3492 | ac_status=$? | 3427 | ac_status=$? |
| 3493 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 3494 | rm -f conftest.er1 | ||
| 3495 | cat conftest.err >&5 | ||
| 3496 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 3428 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 3497 | (exit $ac_status); } && | 3429 | (exit $ac_status); } && |
| 3498 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 3430 | { ac_try='test -s conftest.$ac_objext' |
| 3499 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 3500 | (eval $ac_try) 2>&5 | ||
| 3501 | ac_status=$? | ||
| 3502 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 3503 | (exit $ac_status); }; } && | ||
| 3504 | { ac_try='test -s conftest.$ac_objext' | ||
| 3505 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 3431 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 3506 | (eval $ac_try) 2>&5 | 3432 | (eval $ac_try) 2>&5 |
| 3507 | ac_status=$? | 3433 | ac_status=$? |
| 3508 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 3434 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 3509 | (exit $ac_status); }; }; then | 3435 | (exit $ac_status); }; }; then |
| 3510 | for ac_declaration in \ | 3436 | for ac_declaration in \ |
| 3511 | '' \ | 3437 | ''\ |
| 3438 | '#include <stdlib.h>' \ | ||
| 3512 | 'extern "C" void std::exit (int) throw (); using std::exit;' \ | 3439 | 'extern "C" void std::exit (int) throw (); using std::exit;' \ |
| 3513 | 'extern "C" void std::exit (int); using std::exit;' \ | 3440 | 'extern "C" void std::exit (int); using std::exit;' \ |
| 3514 | 'extern "C" void exit (int) throw ();' \ | 3441 | 'extern "C" void exit (int) throw ();' \ |
| @@ -3516,13 +3443,14 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 3516 | 'void exit (int);' | 3443 | 'void exit (int);' |
| 3517 | do | 3444 | do |
| 3518 | cat >conftest.$ac_ext <<_ACEOF | 3445 | cat >conftest.$ac_ext <<_ACEOF |
| 3446 | #line $LINENO "configure" | ||
| 3519 | /* confdefs.h. */ | 3447 | /* confdefs.h. */ |
| 3520 | _ACEOF | 3448 | _ACEOF |
| 3521 | cat confdefs.h >>conftest.$ac_ext | 3449 | cat confdefs.h >>conftest.$ac_ext |
| 3522 | cat >>conftest.$ac_ext <<_ACEOF | 3450 | cat >>conftest.$ac_ext <<_ACEOF |
| 3523 | /* end confdefs.h. */ | 3451 | /* end confdefs.h. */ |
| 3524 | $ac_declaration | ||
| 3525 | #include <stdlib.h> | 3452 | #include <stdlib.h> |
| 3453 | $ac_declaration | ||
| 3526 | int | 3454 | int |
| 3527 | main () | 3455 | main () |
| 3528 | { | 3456 | { |
| @@ -3533,20 +3461,11 @@ exit (42); | |||
| 3533 | _ACEOF | 3461 | _ACEOF |
| 3534 | rm -f conftest.$ac_objext | 3462 | rm -f conftest.$ac_objext |
| 3535 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 3463 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 3536 | (eval $ac_compile) 2>conftest.er1 | 3464 | (eval $ac_compile) 2>&5 |
| 3537 | ac_status=$? | 3465 | ac_status=$? |
| 3538 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 3539 | rm -f conftest.er1 | ||
| 3540 | cat conftest.err >&5 | ||
| 3541 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 3466 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 3542 | (exit $ac_status); } && | 3467 | (exit $ac_status); } && |
| 3543 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 3468 | { ac_try='test -s conftest.$ac_objext' |
| 3544 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 3545 | (eval $ac_try) 2>&5 | ||
| 3546 | ac_status=$? | ||
| 3547 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 3548 | (exit $ac_status); }; } && | ||
| 3549 | { ac_try='test -s conftest.$ac_objext' | ||
| 3550 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 3469 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 3551 | (eval $ac_try) 2>&5 | 3470 | (eval $ac_try) 2>&5 |
| 3552 | ac_status=$? | 3471 | ac_status=$? |
| @@ -3559,8 +3478,9 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 3559 | 3478 | ||
| 3560 | continue | 3479 | continue |
| 3561 | fi | 3480 | fi |
| 3562 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 3481 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 3563 | cat >conftest.$ac_ext <<_ACEOF | 3482 | cat >conftest.$ac_ext <<_ACEOF |
| 3483 | #line $LINENO "configure" | ||
| 3564 | /* confdefs.h. */ | 3484 | /* confdefs.h. */ |
| 3565 | _ACEOF | 3485 | _ACEOF |
| 3566 | cat confdefs.h >>conftest.$ac_ext | 3486 | cat confdefs.h >>conftest.$ac_ext |
| @@ -3577,20 +3497,11 @@ exit (42); | |||
| 3577 | _ACEOF | 3497 | _ACEOF |
| 3578 | rm -f conftest.$ac_objext | 3498 | rm -f conftest.$ac_objext |
| 3579 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 3499 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 3580 | (eval $ac_compile) 2>conftest.er1 | 3500 | (eval $ac_compile) 2>&5 |
| 3581 | ac_status=$? | 3501 | ac_status=$? |
| 3582 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 3583 | rm -f conftest.er1 | ||
| 3584 | cat conftest.err >&5 | ||
| 3585 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 3502 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 3586 | (exit $ac_status); } && | 3503 | (exit $ac_status); } && |
| 3587 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 3504 | { ac_try='test -s conftest.$ac_objext' |
| 3588 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 3589 | (eval $ac_try) 2>&5 | ||
| 3590 | ac_status=$? | ||
| 3591 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 3592 | (exit $ac_status); }; } && | ||
| 3593 | { ac_try='test -s conftest.$ac_objext' | ||
| 3594 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 3505 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 3595 | (eval $ac_try) 2>&5 | 3506 | (eval $ac_try) 2>&5 |
| 3596 | ac_status=$? | 3507 | ac_status=$? |
| @@ -3602,7 +3513,7 @@ else | |||
| 3602 | sed 's/^/| /' conftest.$ac_ext >&5 | 3513 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 3603 | 3514 | ||
| 3604 | fi | 3515 | fi |
| 3605 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 3516 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 3606 | done | 3517 | done |
| 3607 | rm -f conftest* | 3518 | rm -f conftest* |
| 3608 | if test -n "$ac_declaration"; then | 3519 | if test -n "$ac_declaration"; then |
| @@ -3616,7 +3527,7 @@ else | |||
| 3616 | sed 's/^/| /' conftest.$ac_ext >&5 | 3527 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 3617 | 3528 | ||
| 3618 | fi | 3529 | fi |
| 3619 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 3530 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 3620 | ac_ext=c | 3531 | ac_ext=c |
| 3621 | ac_cpp='$CPP $CPPFLAGS' | 3532 | ac_cpp='$CPP $CPPFLAGS' |
| 3622 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | 3533 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
| @@ -3697,6 +3608,7 @@ do | |||
| 3697 | # On the NeXT, cc -E runs the code through the compiler's parser, | 3608 | # On the NeXT, cc -E runs the code through the compiler's parser, |
| 3698 | # not just through cpp. "Syntax error" is here to catch this case. | 3609 | # not just through cpp. "Syntax error" is here to catch this case. |
| 3699 | cat >conftest.$ac_ext <<_ACEOF | 3610 | cat >conftest.$ac_ext <<_ACEOF |
| 3611 | #line $LINENO "configure" | ||
| 3700 | /* confdefs.h. */ | 3612 | /* confdefs.h. */ |
| 3701 | _ACEOF | 3613 | _ACEOF |
| 3702 | cat confdefs.h >>conftest.$ac_ext | 3614 | cat confdefs.h >>conftest.$ac_ext |
| @@ -3707,7 +3619,7 @@ cat >>conftest.$ac_ext <<_ACEOF | |||
| 3707 | #else | 3619 | #else |
| 3708 | # include <assert.h> | 3620 | # include <assert.h> |
| 3709 | #endif | 3621 | #endif |
| 3710 | Syntax error | 3622 | Syntax error |
| 3711 | _ACEOF | 3623 | _ACEOF |
| 3712 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 3624 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| 3713 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | 3625 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
| @@ -3719,7 +3631,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 3719 | (exit $ac_status); } >/dev/null; then | 3631 | (exit $ac_status); } >/dev/null; then |
| 3720 | if test -s conftest.err; then | 3632 | if test -s conftest.err; then |
| 3721 | ac_cpp_err=$ac_c_preproc_warn_flag | 3633 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 3722 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 3723 | else | 3634 | else |
| 3724 | ac_cpp_err= | 3635 | ac_cpp_err= |
| 3725 | fi | 3636 | fi |
| @@ -3740,6 +3651,7 @@ rm -f conftest.err conftest.$ac_ext | |||
| 3740 | # OK, works on sane cases. Now check whether non-existent headers | 3651 | # OK, works on sane cases. Now check whether non-existent headers |
| 3741 | # can be detected and how. | 3652 | # can be detected and how. |
| 3742 | cat >conftest.$ac_ext <<_ACEOF | 3653 | cat >conftest.$ac_ext <<_ACEOF |
| 3654 | #line $LINENO "configure" | ||
| 3743 | /* confdefs.h. */ | 3655 | /* confdefs.h. */ |
| 3744 | _ACEOF | 3656 | _ACEOF |
| 3745 | cat confdefs.h >>conftest.$ac_ext | 3657 | cat confdefs.h >>conftest.$ac_ext |
| @@ -3757,7 +3669,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 3757 | (exit $ac_status); } >/dev/null; then | 3669 | (exit $ac_status); } >/dev/null; then |
| 3758 | if test -s conftest.err; then | 3670 | if test -s conftest.err; then |
| 3759 | ac_cpp_err=$ac_c_preproc_warn_flag | 3671 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 3760 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 3761 | else | 3672 | else |
| 3762 | ac_cpp_err= | 3673 | ac_cpp_err= |
| 3763 | fi | 3674 | fi |
| @@ -3804,6 +3715,7 @@ do | |||
| 3804 | # On the NeXT, cc -E runs the code through the compiler's parser, | 3715 | # On the NeXT, cc -E runs the code through the compiler's parser, |
| 3805 | # not just through cpp. "Syntax error" is here to catch this case. | 3716 | # not just through cpp. "Syntax error" is here to catch this case. |
| 3806 | cat >conftest.$ac_ext <<_ACEOF | 3717 | cat >conftest.$ac_ext <<_ACEOF |
| 3718 | #line $LINENO "configure" | ||
| 3807 | /* confdefs.h. */ | 3719 | /* confdefs.h. */ |
| 3808 | _ACEOF | 3720 | _ACEOF |
| 3809 | cat confdefs.h >>conftest.$ac_ext | 3721 | cat confdefs.h >>conftest.$ac_ext |
| @@ -3814,7 +3726,7 @@ cat >>conftest.$ac_ext <<_ACEOF | |||
| 3814 | #else | 3726 | #else |
| 3815 | # include <assert.h> | 3727 | # include <assert.h> |
| 3816 | #endif | 3728 | #endif |
| 3817 | Syntax error | 3729 | Syntax error |
| 3818 | _ACEOF | 3730 | _ACEOF |
| 3819 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 3731 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| 3820 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | 3732 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
| @@ -3826,7 +3738,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 3826 | (exit $ac_status); } >/dev/null; then | 3738 | (exit $ac_status); } >/dev/null; then |
| 3827 | if test -s conftest.err; then | 3739 | if test -s conftest.err; then |
| 3828 | ac_cpp_err=$ac_c_preproc_warn_flag | 3740 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 3829 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 3830 | else | 3741 | else |
| 3831 | ac_cpp_err= | 3742 | ac_cpp_err= |
| 3832 | fi | 3743 | fi |
| @@ -3847,6 +3758,7 @@ rm -f conftest.err conftest.$ac_ext | |||
| 3847 | # OK, works on sane cases. Now check whether non-existent headers | 3758 | # OK, works on sane cases. Now check whether non-existent headers |
| 3848 | # can be detected and how. | 3759 | # can be detected and how. |
| 3849 | cat >conftest.$ac_ext <<_ACEOF | 3760 | cat >conftest.$ac_ext <<_ACEOF |
| 3761 | #line $LINENO "configure" | ||
| 3850 | /* confdefs.h. */ | 3762 | /* confdefs.h. */ |
| 3851 | _ACEOF | 3763 | _ACEOF |
| 3852 | cat confdefs.h >>conftest.$ac_ext | 3764 | cat confdefs.h >>conftest.$ac_ext |
| @@ -3864,7 +3776,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 3864 | (exit $ac_status); } >/dev/null; then | 3776 | (exit $ac_status); } >/dev/null; then |
| 3865 | if test -s conftest.err; then | 3777 | if test -s conftest.err; then |
| 3866 | ac_cpp_err=$ac_c_preproc_warn_flag | 3778 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 3867 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 3868 | else | 3779 | else |
| 3869 | ac_cpp_err= | 3780 | ac_cpp_err= |
| 3870 | fi | 3781 | fi |
| @@ -3914,7 +3825,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu | |||
| 3914 | # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag | 3825 | # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag |
| 3915 | # AFS /usr/afsws/bin/install, which mishandles nonexistent args | 3826 | # AFS /usr/afsws/bin/install, which mishandles nonexistent args |
| 3916 | # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" | 3827 | # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" |
| 3917 | # OS/2's system install, which has a completely different semantic | ||
| 3918 | # ./install, which can be erroneously created by make from ./install.sh. | 3828 | # ./install, which can be erroneously created by make from ./install.sh. |
| 3919 | echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 | 3829 | echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 |
| 3920 | echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 | 3830 | echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 |
| @@ -3931,7 +3841,6 @@ do | |||
| 3931 | case $as_dir/ in | 3841 | case $as_dir/ in |
| 3932 | ./ | .// | /cC/* | \ | 3842 | ./ | .// | /cC/* | \ |
| 3933 | /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ | 3843 | /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ |
| 3934 | ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ | ||
| 3935 | /usr/ucb/* ) ;; | 3844 | /usr/ucb/* ) ;; |
| 3936 | *) | 3845 | *) |
| 3937 | # OSF1 and SCO ODT 3.0 have their own names for install. | 3846 | # OSF1 and SCO ODT 3.0 have their own names for install. |
| @@ -3939,20 +3848,20 @@ case $as_dir/ in | |||
| 3939 | # by default. | 3848 | # by default. |
| 3940 | for ac_prog in ginstall scoinst install; do | 3849 | for ac_prog in ginstall scoinst install; do |
| 3941 | for ac_exec_ext in '' $ac_executable_extensions; do | 3850 | for ac_exec_ext in '' $ac_executable_extensions; do |
| 3942 | if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then | 3851 | if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then |
| 3943 | if test $ac_prog = install && | 3852 | if test $ac_prog = install && |
| 3944 | grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then | 3853 | grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then |
| 3945 | # AIX install. It has an incompatible calling convention. | 3854 | # AIX install. It has an incompatible calling convention. |
| 3946 | : | 3855 | : |
| 3947 | elif test $ac_prog = install && | 3856 | elif test $ac_prog = install && |
| 3948 | grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then | 3857 | grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then |
| 3949 | # program-specific install script used by HP pwplus--don't use. | 3858 | # program-specific install script used by HP pwplus--don't use. |
| 3950 | : | 3859 | : |
| 3951 | else | 3860 | else |
| 3952 | ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" | 3861 | ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" |
| 3953 | break 3 | 3862 | break 3 |
| 3954 | fi | 3863 | fi |
| 3955 | fi | 3864 | fi |
| 3956 | done | 3865 | done |
| 3957 | done | 3866 | done |
| 3958 | ;; | 3867 | ;; |
| @@ -4210,20 +4119,11 @@ main(){return 0;} | |||
| 4210 | _ACEOF | 4119 | _ACEOF |
| 4211 | rm -f conftest.$ac_objext conftest$ac_exeext | 4120 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 4212 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 4121 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 4213 | (eval $ac_link) 2>conftest.er1 | 4122 | (eval $ac_link) 2>&5 |
| 4214 | ac_status=$? | 4123 | ac_status=$? |
| 4215 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 4216 | rm -f conftest.er1 | ||
| 4217 | cat conftest.err >&5 | ||
| 4218 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 4124 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4219 | (exit $ac_status); } && | 4125 | (exit $ac_status); } && |
| 4220 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 4126 | { ac_try='test -s conftest$ac_exeext' |
| 4221 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 4222 | (eval $ac_try) 2>&5 | ||
| 4223 | ac_status=$? | ||
| 4224 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 4225 | (exit $ac_status); }; } && | ||
| 4226 | { ac_try='test -s conftest$ac_exeext' | ||
| 4227 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 4127 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 4228 | (eval $ac_try) 2>&5 | 4128 | (eval $ac_try) 2>&5 |
| 4229 | ac_status=$? | 4129 | ac_status=$? |
| @@ -4239,8 +4139,7 @@ LDFLAGS=$late_LDFLAGS | |||
| 4239 | echo "$as_me:$LINENO: result: no" >&5 | 4139 | echo "$as_me:$LINENO: result: no" >&5 |
| 4240 | echo "${ECHO_T}no" >&6 | 4140 | echo "${ECHO_T}no" >&6 |
| 4241 | fi | 4141 | fi |
| 4242 | rm -f conftest.err conftest.$ac_objext \ | 4142 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 4243 | conftest$ac_exeext conftest.$ac_ext | ||
| 4244 | 4143 | ||
| 4245 | 4144 | ||
| 4246 | echo "$as_me:$LINENO: checking for egrep" >&5 | 4145 | echo "$as_me:$LINENO: checking for egrep" >&5 |
| @@ -4262,6 +4161,7 @@ echo "${ECHO_T}$ac_cv_prog_egrep" >&6 | |||
| 4262 | echo "$as_me:$LINENO: checking for AIX" >&5 | 4161 | echo "$as_me:$LINENO: checking for AIX" >&5 |
| 4263 | echo $ECHO_N "checking for AIX... $ECHO_C" >&6 | 4162 | echo $ECHO_N "checking for AIX... $ECHO_C" >&6 |
| 4264 | cat >conftest.$ac_ext <<_ACEOF | 4163 | cat >conftest.$ac_ext <<_ACEOF |
| 4164 | #line $LINENO "configure" | ||
| 4265 | /* confdefs.h. */ | 4165 | /* confdefs.h. */ |
| 4266 | _ACEOF | 4166 | _ACEOF |
| 4267 | cat confdefs.h >>conftest.$ac_ext | 4167 | cat confdefs.h >>conftest.$ac_ext |
| @@ -4461,7 +4361,8 @@ else | |||
| 4461 | while :; do | 4361 | while :; do |
| 4462 | # IRIX 6.2 and later do not support large files by default, | 4362 | # IRIX 6.2 and later do not support large files by default, |
| 4463 | # so use the C compiler's -n32 option if that helps. | 4363 | # so use the C compiler's -n32 option if that helps. |
| 4464 | cat >conftest.$ac_ext <<_ACEOF | 4364 | cat >conftest.$ac_ext <<_ACEOF |
| 4365 | #line $LINENO "configure" | ||
| 4465 | /* confdefs.h. */ | 4366 | /* confdefs.h. */ |
| 4466 | _ACEOF | 4367 | _ACEOF |
| 4467 | cat confdefs.h >>conftest.$ac_ext | 4368 | cat confdefs.h >>conftest.$ac_ext |
| @@ -4486,20 +4387,11 @@ main () | |||
| 4486 | _ACEOF | 4387 | _ACEOF |
| 4487 | rm -f conftest.$ac_objext | 4388 | rm -f conftest.$ac_objext |
| 4488 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 4389 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 4489 | (eval $ac_compile) 2>conftest.er1 | 4390 | (eval $ac_compile) 2>&5 |
| 4490 | ac_status=$? | 4391 | ac_status=$? |
| 4491 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 4492 | rm -f conftest.er1 | ||
| 4493 | cat conftest.err >&5 | ||
| 4494 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 4392 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4495 | (exit $ac_status); } && | 4393 | (exit $ac_status); } && |
| 4496 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 4394 | { ac_try='test -s conftest.$ac_objext' |
| 4497 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 4498 | (eval $ac_try) 2>&5 | ||
| 4499 | ac_status=$? | ||
| 4500 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 4501 | (exit $ac_status); }; } && | ||
| 4502 | { ac_try='test -s conftest.$ac_objext' | ||
| 4503 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 4395 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 4504 | (eval $ac_try) 2>&5 | 4396 | (eval $ac_try) 2>&5 |
| 4505 | ac_status=$? | 4397 | ac_status=$? |
| @@ -4511,24 +4403,15 @@ else | |||
| 4511 | sed 's/^/| /' conftest.$ac_ext >&5 | 4403 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 4512 | 4404 | ||
| 4513 | fi | 4405 | fi |
| 4514 | rm -f conftest.err conftest.$ac_objext | 4406 | rm -f conftest.$ac_objext |
| 4515 | CC="$CC -n32" | 4407 | CC="$CC -n32" |
| 4516 | rm -f conftest.$ac_objext | 4408 | rm -f conftest.$ac_objext |
| 4517 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 4409 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 4518 | (eval $ac_compile) 2>conftest.er1 | 4410 | (eval $ac_compile) 2>&5 |
| 4519 | ac_status=$? | 4411 | ac_status=$? |
| 4520 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 4521 | rm -f conftest.er1 | ||
| 4522 | cat conftest.err >&5 | ||
| 4523 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 4412 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4524 | (exit $ac_status); } && | 4413 | (exit $ac_status); } && |
| 4525 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 4414 | { ac_try='test -s conftest.$ac_objext' |
| 4526 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 4527 | (eval $ac_try) 2>&5 | ||
| 4528 | ac_status=$? | ||
| 4529 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 4530 | (exit $ac_status); }; } && | ||
| 4531 | { ac_try='test -s conftest.$ac_objext' | ||
| 4532 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 4415 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 4533 | (eval $ac_try) 2>&5 | 4416 | (eval $ac_try) 2>&5 |
| 4534 | ac_status=$? | 4417 | ac_status=$? |
| @@ -4540,8 +4423,8 @@ else | |||
| 4540 | sed 's/^/| /' conftest.$ac_ext >&5 | 4423 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 4541 | 4424 | ||
| 4542 | fi | 4425 | fi |
| 4543 | rm -f conftest.err conftest.$ac_objext | 4426 | rm -f conftest.$ac_objext |
| 4544 | break | 4427 | break |
| 4545 | done | 4428 | done |
| 4546 | CC=$ac_save_CC | 4429 | CC=$ac_save_CC |
| 4547 | rm -f conftest.$ac_ext | 4430 | rm -f conftest.$ac_ext |
| @@ -4561,6 +4444,7 @@ else | |||
| 4561 | while :; do | 4444 | while :; do |
| 4562 | ac_cv_sys_file_offset_bits=no | 4445 | ac_cv_sys_file_offset_bits=no |
| 4563 | cat >conftest.$ac_ext <<_ACEOF | 4446 | cat >conftest.$ac_ext <<_ACEOF |
| 4447 | #line $LINENO "configure" | ||
| 4564 | /* confdefs.h. */ | 4448 | /* confdefs.h. */ |
| 4565 | _ACEOF | 4449 | _ACEOF |
| 4566 | cat confdefs.h >>conftest.$ac_ext | 4450 | cat confdefs.h >>conftest.$ac_ext |
| @@ -4585,20 +4469,11 @@ main () | |||
| 4585 | _ACEOF | 4469 | _ACEOF |
| 4586 | rm -f conftest.$ac_objext | 4470 | rm -f conftest.$ac_objext |
| 4587 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 4471 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 4588 | (eval $ac_compile) 2>conftest.er1 | 4472 | (eval $ac_compile) 2>&5 |
| 4589 | ac_status=$? | 4473 | ac_status=$? |
| 4590 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 4591 | rm -f conftest.er1 | ||
| 4592 | cat conftest.err >&5 | ||
| 4593 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 4474 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4594 | (exit $ac_status); } && | 4475 | (exit $ac_status); } && |
| 4595 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 4476 | { ac_try='test -s conftest.$ac_objext' |
| 4596 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 4597 | (eval $ac_try) 2>&5 | ||
| 4598 | ac_status=$? | ||
| 4599 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 4600 | (exit $ac_status); }; } && | ||
| 4601 | { ac_try='test -s conftest.$ac_objext' | ||
| 4602 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 4477 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 4603 | (eval $ac_try) 2>&5 | 4478 | (eval $ac_try) 2>&5 |
| 4604 | ac_status=$? | 4479 | ac_status=$? |
| @@ -4610,8 +4485,9 @@ else | |||
| 4610 | sed 's/^/| /' conftest.$ac_ext >&5 | 4485 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 4611 | 4486 | ||
| 4612 | fi | 4487 | fi |
| 4613 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 4488 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 4614 | cat >conftest.$ac_ext <<_ACEOF | 4489 | cat >conftest.$ac_ext <<_ACEOF |
| 4490 | #line $LINENO "configure" | ||
| 4615 | /* confdefs.h. */ | 4491 | /* confdefs.h. */ |
| 4616 | _ACEOF | 4492 | _ACEOF |
| 4617 | cat confdefs.h >>conftest.$ac_ext | 4493 | cat confdefs.h >>conftest.$ac_ext |
| @@ -4637,20 +4513,11 @@ main () | |||
| 4637 | _ACEOF | 4513 | _ACEOF |
| 4638 | rm -f conftest.$ac_objext | 4514 | rm -f conftest.$ac_objext |
| 4639 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 4515 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 4640 | (eval $ac_compile) 2>conftest.er1 | 4516 | (eval $ac_compile) 2>&5 |
| 4641 | ac_status=$? | 4517 | ac_status=$? |
| 4642 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 4643 | rm -f conftest.er1 | ||
| 4644 | cat conftest.err >&5 | ||
| 4645 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 4518 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4646 | (exit $ac_status); } && | 4519 | (exit $ac_status); } && |
| 4647 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 4520 | { ac_try='test -s conftest.$ac_objext' |
| 4648 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 4649 | (eval $ac_try) 2>&5 | ||
| 4650 | ac_status=$? | ||
| 4651 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 4652 | (exit $ac_status); }; } && | ||
| 4653 | { ac_try='test -s conftest.$ac_objext' | ||
| 4654 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 4521 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 4655 | (eval $ac_try) 2>&5 | 4522 | (eval $ac_try) 2>&5 |
| 4656 | ac_status=$? | 4523 | ac_status=$? |
| @@ -4662,7 +4529,7 @@ else | |||
| 4662 | sed 's/^/| /' conftest.$ac_ext >&5 | 4529 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 4663 | 4530 | ||
| 4664 | fi | 4531 | fi |
| 4665 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 4532 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 4666 | break | 4533 | break |
| 4667 | done | 4534 | done |
| 4668 | fi | 4535 | fi |
| @@ -4684,6 +4551,7 @@ else | |||
| 4684 | while :; do | 4551 | while :; do |
| 4685 | ac_cv_sys_large_files=no | 4552 | ac_cv_sys_large_files=no |
| 4686 | cat >conftest.$ac_ext <<_ACEOF | 4553 | cat >conftest.$ac_ext <<_ACEOF |
| 4554 | #line $LINENO "configure" | ||
| 4687 | /* confdefs.h. */ | 4555 | /* confdefs.h. */ |
| 4688 | _ACEOF | 4556 | _ACEOF |
| 4689 | cat confdefs.h >>conftest.$ac_ext | 4557 | cat confdefs.h >>conftest.$ac_ext |
| @@ -4708,20 +4576,11 @@ main () | |||
| 4708 | _ACEOF | 4576 | _ACEOF |
| 4709 | rm -f conftest.$ac_objext | 4577 | rm -f conftest.$ac_objext |
| 4710 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 4578 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 4711 | (eval $ac_compile) 2>conftest.er1 | 4579 | (eval $ac_compile) 2>&5 |
| 4712 | ac_status=$? | 4580 | ac_status=$? |
| 4713 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 4714 | rm -f conftest.er1 | ||
| 4715 | cat conftest.err >&5 | ||
| 4716 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 4581 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4717 | (exit $ac_status); } && | 4582 | (exit $ac_status); } && |
| 4718 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 4583 | { ac_try='test -s conftest.$ac_objext' |
| 4719 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 4720 | (eval $ac_try) 2>&5 | ||
| 4721 | ac_status=$? | ||
| 4722 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 4723 | (exit $ac_status); }; } && | ||
| 4724 | { ac_try='test -s conftest.$ac_objext' | ||
| 4725 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 4584 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 4726 | (eval $ac_try) 2>&5 | 4585 | (eval $ac_try) 2>&5 |
| 4727 | ac_status=$? | 4586 | ac_status=$? |
| @@ -4733,8 +4592,9 @@ else | |||
| 4733 | sed 's/^/| /' conftest.$ac_ext >&5 | 4592 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 4734 | 4593 | ||
| 4735 | fi | 4594 | fi |
| 4736 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 4595 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 4737 | cat >conftest.$ac_ext <<_ACEOF | 4596 | cat >conftest.$ac_ext <<_ACEOF |
| 4597 | #line $LINENO "configure" | ||
| 4738 | /* confdefs.h. */ | 4598 | /* confdefs.h. */ |
| 4739 | _ACEOF | 4599 | _ACEOF |
| 4740 | cat confdefs.h >>conftest.$ac_ext | 4600 | cat confdefs.h >>conftest.$ac_ext |
| @@ -4760,20 +4620,11 @@ main () | |||
| 4760 | _ACEOF | 4620 | _ACEOF |
| 4761 | rm -f conftest.$ac_objext | 4621 | rm -f conftest.$ac_objext |
| 4762 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 4622 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 4763 | (eval $ac_compile) 2>conftest.er1 | 4623 | (eval $ac_compile) 2>&5 |
| 4764 | ac_status=$? | 4624 | ac_status=$? |
| 4765 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 4766 | rm -f conftest.er1 | ||
| 4767 | cat conftest.err >&5 | ||
| 4768 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 4625 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4769 | (exit $ac_status); } && | 4626 | (exit $ac_status); } && |
| 4770 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 4627 | { ac_try='test -s conftest.$ac_objext' |
| 4771 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 4772 | (eval $ac_try) 2>&5 | ||
| 4773 | ac_status=$? | ||
| 4774 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 4775 | (exit $ac_status); }; } && | ||
| 4776 | { ac_try='test -s conftest.$ac_objext' | ||
| 4777 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 4628 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 4778 | (eval $ac_try) 2>&5 | 4629 | (eval $ac_try) 2>&5 |
| 4779 | ac_status=$? | 4630 | ac_status=$? |
| @@ -4785,7 +4636,7 @@ else | |||
| 4785 | sed 's/^/| /' conftest.$ac_ext >&5 | 4636 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 4786 | 4637 | ||
| 4787 | fi | 4638 | fi |
| 4788 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 4639 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 4789 | break | 4640 | break |
| 4790 | done | 4641 | done |
| 4791 | fi | 4642 | fi |
| @@ -4810,6 +4661,7 @@ if test "${ac_cv_header_stdc+set}" = set; then | |||
| 4810 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 4661 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 4811 | else | 4662 | else |
| 4812 | cat >conftest.$ac_ext <<_ACEOF | 4663 | cat >conftest.$ac_ext <<_ACEOF |
| 4664 | #line $LINENO "configure" | ||
| 4813 | /* confdefs.h. */ | 4665 | /* confdefs.h. */ |
| 4814 | _ACEOF | 4666 | _ACEOF |
| 4815 | cat confdefs.h >>conftest.$ac_ext | 4667 | cat confdefs.h >>conftest.$ac_ext |
| @@ -4830,20 +4682,11 @@ main () | |||
| 4830 | _ACEOF | 4682 | _ACEOF |
| 4831 | rm -f conftest.$ac_objext | 4683 | rm -f conftest.$ac_objext |
| 4832 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 4684 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 4833 | (eval $ac_compile) 2>conftest.er1 | 4685 | (eval $ac_compile) 2>&5 |
| 4834 | ac_status=$? | 4686 | ac_status=$? |
| 4835 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 4836 | rm -f conftest.er1 | ||
| 4837 | cat conftest.err >&5 | ||
| 4838 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 4687 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4839 | (exit $ac_status); } && | 4688 | (exit $ac_status); } && |
| 4840 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 4689 | { ac_try='test -s conftest.$ac_objext' |
| 4841 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 4842 | (eval $ac_try) 2>&5 | ||
| 4843 | ac_status=$? | ||
| 4844 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 4845 | (exit $ac_status); }; } && | ||
| 4846 | { ac_try='test -s conftest.$ac_objext' | ||
| 4847 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 4690 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 4848 | (eval $ac_try) 2>&5 | 4691 | (eval $ac_try) 2>&5 |
| 4849 | ac_status=$? | 4692 | ac_status=$? |
| @@ -4856,11 +4699,12 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 4856 | 4699 | ||
| 4857 | ac_cv_header_stdc=no | 4700 | ac_cv_header_stdc=no |
| 4858 | fi | 4701 | fi |
| 4859 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 4702 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 4860 | 4703 | ||
| 4861 | if test $ac_cv_header_stdc = yes; then | 4704 | if test $ac_cv_header_stdc = yes; then |
| 4862 | # SunOS 4.x string.h does not declare mem*, contrary to ANSI. | 4705 | # SunOS 4.x string.h does not declare mem*, contrary to ANSI. |
| 4863 | cat >conftest.$ac_ext <<_ACEOF | 4706 | cat >conftest.$ac_ext <<_ACEOF |
| 4707 | #line $LINENO "configure" | ||
| 4864 | /* confdefs.h. */ | 4708 | /* confdefs.h. */ |
| 4865 | _ACEOF | 4709 | _ACEOF |
| 4866 | cat confdefs.h >>conftest.$ac_ext | 4710 | cat confdefs.h >>conftest.$ac_ext |
| @@ -4882,6 +4726,7 @@ fi | |||
| 4882 | if test $ac_cv_header_stdc = yes; then | 4726 | if test $ac_cv_header_stdc = yes; then |
| 4883 | # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. | 4727 | # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. |
| 4884 | cat >conftest.$ac_ext <<_ACEOF | 4728 | cat >conftest.$ac_ext <<_ACEOF |
| 4729 | #line $LINENO "configure" | ||
| 4885 | /* confdefs.h. */ | 4730 | /* confdefs.h. */ |
| 4886 | _ACEOF | 4731 | _ACEOF |
| 4887 | cat confdefs.h >>conftest.$ac_ext | 4732 | cat confdefs.h >>conftest.$ac_ext |
| @@ -4906,6 +4751,7 @@ if test $ac_cv_header_stdc = yes; then | |||
| 4906 | : | 4751 | : |
| 4907 | else | 4752 | else |
| 4908 | cat >conftest.$ac_ext <<_ACEOF | 4753 | cat >conftest.$ac_ext <<_ACEOF |
| 4754 | #line $LINENO "configure" | ||
| 4909 | /* confdefs.h. */ | 4755 | /* confdefs.h. */ |
| 4910 | _ACEOF | 4756 | _ACEOF |
| 4911 | cat confdefs.h >>conftest.$ac_ext | 4757 | cat confdefs.h >>conftest.$ac_ext |
| @@ -4917,9 +4763,9 @@ cat >>conftest.$ac_ext <<_ACEOF | |||
| 4917 | # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) | 4763 | # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) |
| 4918 | #else | 4764 | #else |
| 4919 | # define ISLOWER(c) \ | 4765 | # define ISLOWER(c) \ |
| 4920 | (('a' <= (c) && (c) <= 'i') \ | 4766 | (('a' <= (c) && (c) <= 'i') \ |
| 4921 | || ('j' <= (c) && (c) <= 'r') \ | 4767 | || ('j' <= (c) && (c) <= 'r') \ |
| 4922 | || ('s' <= (c) && (c) <= 'z')) | 4768 | || ('s' <= (c) && (c) <= 'z')) |
| 4923 | # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) | 4769 | # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) |
| 4924 | #endif | 4770 | #endif |
| 4925 | 4771 | ||
| @@ -4930,7 +4776,7 @@ main () | |||
| 4930 | int i; | 4776 | int i; |
| 4931 | for (i = 0; i < 256; i++) | 4777 | for (i = 0; i < 256; i++) |
| 4932 | if (XOR (islower (i), ISLOWER (i)) | 4778 | if (XOR (islower (i), ISLOWER (i)) |
| 4933 | || toupper (i) != TOUPPER (i)) | 4779 | || toupper (i) != TOUPPER (i)) |
| 4934 | exit(2); | 4780 | exit(2); |
| 4935 | exit (0); | 4781 | exit (0); |
| 4936 | } | 4782 | } |
| @@ -4955,7 +4801,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 4955 | ( exit $ac_status ) | 4801 | ( exit $ac_status ) |
| 4956 | ac_cv_header_stdc=no | 4802 | ac_cv_header_stdc=no |
| 4957 | fi | 4803 | fi |
| 4958 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 4804 | rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
| 4959 | fi | 4805 | fi |
| 4960 | fi | 4806 | fi |
| 4961 | fi | 4807 | fi |
| @@ -4980,7 +4826,7 @@ fi | |||
| 4980 | 4826 | ||
| 4981 | 4827 | ||
| 4982 | for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ | 4828 | for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ |
| 4983 | inttypes.h stdint.h unistd.h | 4829 | inttypes.h stdint.h unistd.h |
| 4984 | do | 4830 | do |
| 4985 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | 4831 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
| 4986 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | 4832 | echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| @@ -4989,6 +4835,7 @@ if eval "test \"\${$as_ac_Header+set}\" = set"; then | |||
| 4989 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 4835 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 4990 | else | 4836 | else |
| 4991 | cat >conftest.$ac_ext <<_ACEOF | 4837 | cat >conftest.$ac_ext <<_ACEOF |
| 4838 | #line $LINENO "configure" | ||
| 4992 | /* confdefs.h. */ | 4839 | /* confdefs.h. */ |
| 4993 | _ACEOF | 4840 | _ACEOF |
| 4994 | cat confdefs.h >>conftest.$ac_ext | 4841 | cat confdefs.h >>conftest.$ac_ext |
| @@ -5000,20 +4847,11 @@ $ac_includes_default | |||
| 5000 | _ACEOF | 4847 | _ACEOF |
| 5001 | rm -f conftest.$ac_objext | 4848 | rm -f conftest.$ac_objext |
| 5002 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 4849 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 5003 | (eval $ac_compile) 2>conftest.er1 | 4850 | (eval $ac_compile) 2>&5 |
| 5004 | ac_status=$? | 4851 | ac_status=$? |
| 5005 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 5006 | rm -f conftest.er1 | ||
| 5007 | cat conftest.err >&5 | ||
| 5008 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 4852 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5009 | (exit $ac_status); } && | 4853 | (exit $ac_status); } && |
| 5010 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 4854 | { ac_try='test -s conftest.$ac_objext' |
| 5011 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 5012 | (eval $ac_try) 2>&5 | ||
| 5013 | ac_status=$? | ||
| 5014 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 5015 | (exit $ac_status); }; } && | ||
| 5016 | { ac_try='test -s conftest.$ac_objext' | ||
| 5017 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 4855 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 5018 | (eval $ac_try) 2>&5 | 4856 | (eval $ac_try) 2>&5 |
| 5019 | ac_status=$? | 4857 | ac_status=$? |
| @@ -5026,7 +4864,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 5026 | 4864 | ||
| 5027 | eval "$as_ac_Header=no" | 4865 | eval "$as_ac_Header=no" |
| 5028 | fi | 4866 | fi |
| 5029 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 4867 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 5030 | fi | 4868 | fi |
| 5031 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | 4869 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
| 5032 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | 4870 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
| @@ -5059,6 +4897,7 @@ else | |||
| 5059 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 4897 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
| 5060 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 4898 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 5061 | cat >conftest.$ac_ext <<_ACEOF | 4899 | cat >conftest.$ac_ext <<_ACEOF |
| 4900 | #line $LINENO "configure" | ||
| 5062 | /* confdefs.h. */ | 4901 | /* confdefs.h. */ |
| 5063 | _ACEOF | 4902 | _ACEOF |
| 5064 | cat confdefs.h >>conftest.$ac_ext | 4903 | cat confdefs.h >>conftest.$ac_ext |
| @@ -5069,20 +4908,11 @@ $ac_includes_default | |||
| 5069 | _ACEOF | 4908 | _ACEOF |
| 5070 | rm -f conftest.$ac_objext | 4909 | rm -f conftest.$ac_objext |
| 5071 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 4910 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 5072 | (eval $ac_compile) 2>conftest.er1 | 4911 | (eval $ac_compile) 2>&5 |
| 5073 | ac_status=$? | 4912 | ac_status=$? |
| 5074 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 5075 | rm -f conftest.er1 | ||
| 5076 | cat conftest.err >&5 | ||
| 5077 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 4913 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5078 | (exit $ac_status); } && | 4914 | (exit $ac_status); } && |
| 5079 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 4915 | { ac_try='test -s conftest.$ac_objext' |
| 5080 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 5081 | (eval $ac_try) 2>&5 | ||
| 5082 | ac_status=$? | ||
| 5083 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 5084 | (exit $ac_status); }; } && | ||
| 5085 | { ac_try='test -s conftest.$ac_objext' | ||
| 5086 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 4916 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 5087 | (eval $ac_try) 2>&5 | 4917 | (eval $ac_try) 2>&5 |
| 5088 | ac_status=$? | 4918 | ac_status=$? |
| @@ -5095,7 +4925,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 5095 | 4925 | ||
| 5096 | ac_header_compiler=no | 4926 | ac_header_compiler=no |
| 5097 | fi | 4927 | fi |
| 5098 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 4928 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 5099 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 4929 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 5100 | echo "${ECHO_T}$ac_header_compiler" >&6 | 4930 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 5101 | 4931 | ||
| @@ -5103,6 +4933,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 5103 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 4933 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
| 5104 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 4934 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 5105 | cat >conftest.$ac_ext <<_ACEOF | 4935 | cat >conftest.$ac_ext <<_ACEOF |
| 4936 | #line $LINENO "configure" | ||
| 5106 | /* confdefs.h. */ | 4937 | /* confdefs.h. */ |
| 5107 | _ACEOF | 4938 | _ACEOF |
| 5108 | cat confdefs.h >>conftest.$ac_ext | 4939 | cat confdefs.h >>conftest.$ac_ext |
| @@ -5120,7 +4951,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 5120 | (exit $ac_status); } >/dev/null; then | 4951 | (exit $ac_status); } >/dev/null; then |
| 5121 | if test -s conftest.err; then | 4952 | if test -s conftest.err; then |
| 5122 | ac_cpp_err=$ac_c_preproc_warn_flag | 4953 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 5123 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 5124 | else | 4954 | else |
| 5125 | ac_cpp_err= | 4955 | ac_cpp_err= |
| 5126 | fi | 4956 | fi |
| @@ -5140,32 +4970,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 5140 | echo "${ECHO_T}$ac_header_preproc" >&6 | 4970 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 5141 | 4971 | ||
| 5142 | # So? What about this header? | 4972 | # So? What about this header? |
| 5143 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 4973 | case $ac_header_compiler:$ac_header_preproc in |
| 5144 | yes:no: ) | 4974 | yes:no ) |
| 5145 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 4975 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 5146 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 4976 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 5147 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 | 4977 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 5148 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | 4978 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
| 5149 | ac_header_preproc=yes | 4979 | ( |
| 4980 | cat <<\_ASBOX | ||
| 4981 | ## ------------------------------------ ## | ||
| 4982 | ## Report this to bug-autoconf@gnu.org. ## | ||
| 4983 | ## ------------------------------------ ## | ||
| 4984 | _ASBOX | ||
| 4985 | ) | | ||
| 4986 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 5150 | ;; | 4987 | ;; |
| 5151 | no:yes:* ) | 4988 | no:yes ) |
| 5152 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 4989 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| 5153 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 4990 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| 5154 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 4991 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| 5155 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 4992 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| 5156 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | ||
| 5157 | echo "$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 | ||
| 5159 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 5160 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 4993 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 5161 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | 4994 | echo "$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 | ||
| 5163 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | ||
| 5164 | ( | 4995 | ( |
| 5165 | cat <<\_ASBOX | 4996 | cat <<\_ASBOX |
| 5166 | ## ------------------------------------------ ## | 4997 | ## ------------------------------------ ## |
| 5167 | ## Report this to the AC_PACKAGE_NAME lists. ## | 4998 | ## Report this to bug-autoconf@gnu.org. ## |
| 5168 | ## ------------------------------------------ ## | 4999 | ## ------------------------------------ ## |
| 5169 | _ASBOX | 5000 | _ASBOX |
| 5170 | ) | | 5001 | ) | |
| 5171 | sed "s/^/$as_me: WARNING: /" >&2 | 5002 | sed "s/^/$as_me: WARNING: /" >&2 |
| @@ -5176,7 +5007,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |||
| 5176 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | 5007 | if eval "test \"\${$as_ac_Header+set}\" = set"; then |
| 5177 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 5008 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 5178 | else | 5009 | else |
| 5179 | eval "$as_ac_Header=\$ac_header_preproc" | 5010 | eval "$as_ac_Header=$ac_header_preproc" |
| 5180 | fi | 5011 | fi |
| 5181 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | 5012 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
| 5182 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | 5013 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
| @@ -5200,6 +5031,7 @@ else | |||
| 5200 | ac_check_lib_save_LIBS=$LIBS | 5031 | ac_check_lib_save_LIBS=$LIBS |
| 5201 | LIBS="-lossaudio $LIBS" | 5032 | LIBS="-lossaudio $LIBS" |
| 5202 | cat >conftest.$ac_ext <<_ACEOF | 5033 | cat >conftest.$ac_ext <<_ACEOF |
| 5034 | #line $LINENO "configure" | ||
| 5203 | /* confdefs.h. */ | 5035 | /* confdefs.h. */ |
| 5204 | _ACEOF | 5036 | _ACEOF |
| 5205 | cat confdefs.h >>conftest.$ac_ext | 5037 | cat confdefs.h >>conftest.$ac_ext |
| @@ -5223,20 +5055,11 @@ _oss_ioctl (); | |||
| 5223 | _ACEOF | 5055 | _ACEOF |
| 5224 | rm -f conftest.$ac_objext conftest$ac_exeext | 5056 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 5225 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 5057 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 5226 | (eval $ac_link) 2>conftest.er1 | 5058 | (eval $ac_link) 2>&5 |
| 5227 | ac_status=$? | 5059 | ac_status=$? |
| 5228 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 5229 | rm -f conftest.er1 | ||
| 5230 | cat conftest.err >&5 | ||
| 5231 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 5060 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5232 | (exit $ac_status); } && | 5061 | (exit $ac_status); } && |
| 5233 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 5062 | { ac_try='test -s conftest$ac_exeext' |
| 5234 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 5235 | (eval $ac_try) 2>&5 | ||
| 5236 | ac_status=$? | ||
| 5237 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 5238 | (exit $ac_status); }; } && | ||
| 5239 | { ac_try='test -s conftest$ac_exeext' | ||
| 5240 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 5063 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 5241 | (eval $ac_try) 2>&5 | 5064 | (eval $ac_try) 2>&5 |
| 5242 | ac_status=$? | 5065 | ac_status=$? |
| @@ -5249,8 +5072,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 5249 | 5072 | ||
| 5250 | ac_cv_lib_ossaudio__oss_ioctl=no | 5073 | ac_cv_lib_ossaudio__oss_ioctl=no |
| 5251 | fi | 5074 | fi |
| 5252 | rm -f conftest.err conftest.$ac_objext \ | 5075 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 5253 | conftest$ac_exeext conftest.$ac_ext | ||
| 5254 | LIBS=$ac_check_lib_save_LIBS | 5076 | LIBS=$ac_check_lib_save_LIBS |
| 5255 | fi | 5077 | fi |
| 5256 | echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5 | 5078 | echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5 |
| @@ -5309,6 +5131,7 @@ else | |||
| 5309 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 5131 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
| 5310 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 5132 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 5311 | cat >conftest.$ac_ext <<_ACEOF | 5133 | cat >conftest.$ac_ext <<_ACEOF |
| 5134 | #line $LINENO "configure" | ||
| 5312 | /* confdefs.h. */ | 5135 | /* confdefs.h. */ |
| 5313 | _ACEOF | 5136 | _ACEOF |
| 5314 | cat confdefs.h >>conftest.$ac_ext | 5137 | cat confdefs.h >>conftest.$ac_ext |
| @@ -5319,20 +5142,11 @@ $ac_includes_default | |||
| 5319 | _ACEOF | 5142 | _ACEOF |
| 5320 | rm -f conftest.$ac_objext | 5143 | rm -f conftest.$ac_objext |
| 5321 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 5144 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 5322 | (eval $ac_compile) 2>conftest.er1 | 5145 | (eval $ac_compile) 2>&5 |
| 5323 | ac_status=$? | 5146 | ac_status=$? |
| 5324 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 5325 | rm -f conftest.er1 | ||
| 5326 | cat conftest.err >&5 | ||
| 5327 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 5147 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5328 | (exit $ac_status); } && | 5148 | (exit $ac_status); } && |
| 5329 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 5149 | { ac_try='test -s conftest.$ac_objext' |
| 5330 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 5331 | (eval $ac_try) 2>&5 | ||
| 5332 | ac_status=$? | ||
| 5333 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 5334 | (exit $ac_status); }; } && | ||
| 5335 | { ac_try='test -s conftest.$ac_objext' | ||
| 5336 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 5150 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 5337 | (eval $ac_try) 2>&5 | 5151 | (eval $ac_try) 2>&5 |
| 5338 | ac_status=$? | 5152 | ac_status=$? |
| @@ -5345,7 +5159,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 5345 | 5159 | ||
| 5346 | ac_header_compiler=no | 5160 | ac_header_compiler=no |
| 5347 | fi | 5161 | fi |
| 5348 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 5162 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 5349 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 5163 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 5350 | echo "${ECHO_T}$ac_header_compiler" >&6 | 5164 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 5351 | 5165 | ||
| @@ -5353,6 +5167,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 5353 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 5167 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
| 5354 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 5168 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 5355 | cat >conftest.$ac_ext <<_ACEOF | 5169 | cat >conftest.$ac_ext <<_ACEOF |
| 5170 | #line $LINENO "configure" | ||
| 5356 | /* confdefs.h. */ | 5171 | /* confdefs.h. */ |
| 5357 | _ACEOF | 5172 | _ACEOF |
| 5358 | cat confdefs.h >>conftest.$ac_ext | 5173 | cat confdefs.h >>conftest.$ac_ext |
| @@ -5370,7 +5185,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 5370 | (exit $ac_status); } >/dev/null; then | 5185 | (exit $ac_status); } >/dev/null; then |
| 5371 | if test -s conftest.err; then | 5186 | if test -s conftest.err; then |
| 5372 | ac_cpp_err=$ac_c_preproc_warn_flag | 5187 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 5373 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 5374 | else | 5188 | else |
| 5375 | ac_cpp_err= | 5189 | ac_cpp_err= |
| 5376 | fi | 5190 | fi |
| @@ -5390,32 +5204,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 5390 | echo "${ECHO_T}$ac_header_preproc" >&6 | 5204 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 5391 | 5205 | ||
| 5392 | # So? What about this header? | 5206 | # So? What about this header? |
| 5393 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 5207 | case $ac_header_compiler:$ac_header_preproc in |
| 5394 | yes:no: ) | 5208 | yes:no ) |
| 5395 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 5209 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 5396 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 5210 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 5397 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 | 5211 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 5398 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | 5212 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
| 5399 | ac_header_preproc=yes | 5213 | ( |
| 5214 | cat <<\_ASBOX | ||
| 5215 | ## ------------------------------------ ## | ||
| 5216 | ## Report this to bug-autoconf@gnu.org. ## | ||
| 5217 | ## ------------------------------------ ## | ||
| 5218 | _ASBOX | ||
| 5219 | ) | | ||
| 5220 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 5400 | ;; | 5221 | ;; |
| 5401 | no:yes:* ) | 5222 | no:yes ) |
| 5402 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 5223 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| 5403 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 5224 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| 5404 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 5225 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| 5405 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 5226 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| 5406 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | ||
| 5407 | echo "$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 | ||
| 5409 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 5410 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 5227 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 5411 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | 5228 | echo "$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 | ||
| 5413 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | ||
| 5414 | ( | 5229 | ( |
| 5415 | cat <<\_ASBOX | 5230 | cat <<\_ASBOX |
| 5416 | ## ------------------------------------------ ## | 5231 | ## ------------------------------------ ## |
| 5417 | ## Report this to the AC_PACKAGE_NAME lists. ## | 5232 | ## Report this to bug-autoconf@gnu.org. ## |
| 5418 | ## ------------------------------------------ ## | 5233 | ## ------------------------------------ ## |
| 5419 | _ASBOX | 5234 | _ASBOX |
| 5420 | ) | | 5235 | ) | |
| 5421 | sed "s/^/$as_me: WARNING: /" >&2 | 5236 | sed "s/^/$as_me: WARNING: /" >&2 |
| @@ -5426,7 +5241,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |||
| 5426 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | 5241 | if eval "test \"\${$as_ac_Header+set}\" = set"; then |
| 5427 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 5242 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 5428 | else | 5243 | else |
| 5429 | eval "$as_ac_Header=\$ac_header_preproc" | 5244 | eval "$as_ac_Header=$ac_header_preproc" |
| 5430 | fi | 5245 | fi |
| 5431 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | 5246 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
| 5432 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | 5247 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
| @@ -5445,6 +5260,7 @@ done | |||
| 5445 | echo "$as_me:$LINENO: checking if personality LINUX32 can be set" >&5 | 5260 | echo "$as_me:$LINENO: checking if personality LINUX32 can be set" >&5 |
| 5446 | echo $ECHO_N "checking if personality LINUX32 can be set... $ECHO_C" >&6 | 5261 | echo $ECHO_N "checking if personality LINUX32 can be set... $ECHO_C" >&6 |
| 5447 | cat >conftest.$ac_ext <<_ACEOF | 5262 | cat >conftest.$ac_ext <<_ACEOF |
| 5263 | #line $LINENO "configure" | ||
| 5448 | /* confdefs.h. */ | 5264 | /* confdefs.h. */ |
| 5449 | _ACEOF | 5265 | _ACEOF |
| 5450 | cat confdefs.h >>conftest.$ac_ext | 5266 | cat confdefs.h >>conftest.$ac_ext |
| @@ -5461,20 +5277,11 @@ personality (PER_LINUX32) | |||
| 5461 | _ACEOF | 5277 | _ACEOF |
| 5462 | rm -f conftest.$ac_objext | 5278 | rm -f conftest.$ac_objext |
| 5463 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 5279 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 5464 | (eval $ac_compile) 2>conftest.er1 | 5280 | (eval $ac_compile) 2>&5 |
| 5465 | ac_status=$? | 5281 | ac_status=$? |
| 5466 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 5467 | rm -f conftest.er1 | ||
| 5468 | cat conftest.err >&5 | ||
| 5469 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 5282 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5470 | (exit $ac_status); } && | 5283 | (exit $ac_status); } && |
| 5471 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 5284 | { ac_try='test -s conftest.$ac_objext' |
| 5472 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 5473 | (eval $ac_try) 2>&5 | ||
| 5474 | ac_status=$? | ||
| 5475 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 5476 | (exit $ac_status); }; } && | ||
| 5477 | { ac_try='test -s conftest.$ac_objext' | ||
| 5478 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 5285 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 5479 | (eval $ac_try) 2>&5 | 5286 | (eval $ac_try) 2>&5 |
| 5480 | ac_status=$? | 5287 | ac_status=$? |
| @@ -5487,7 +5294,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 5487 | 5294 | ||
| 5488 | emacs_cv_personality_linux32=no | 5295 | emacs_cv_personality_linux32=no |
| 5489 | fi | 5296 | fi |
| 5490 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 5297 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 5491 | echo "$as_me:$LINENO: result: $emacs_cv_personality_linux32" >&5 | 5298 | echo "$as_me:$LINENO: result: $emacs_cv_personality_linux32" >&5 |
| 5492 | echo "${ECHO_T}$emacs_cv_personality_linux32" >&6 | 5299 | echo "${ECHO_T}$emacs_cv_personality_linux32" >&6 |
| 5493 | 5300 | ||
| @@ -5509,6 +5316,7 @@ if eval "test \"\${$as_ac_Header+set}\" = set"; then | |||
| 5509 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 5316 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 5510 | else | 5317 | else |
| 5511 | cat >conftest.$ac_ext <<_ACEOF | 5318 | cat >conftest.$ac_ext <<_ACEOF |
| 5319 | #line $LINENO "configure" | ||
| 5512 | /* confdefs.h. */ | 5320 | /* confdefs.h. */ |
| 5513 | _ACEOF | 5321 | _ACEOF |
| 5514 | cat confdefs.h >>conftest.$ac_ext | 5322 | cat confdefs.h >>conftest.$ac_ext |
| @@ -5526,7 +5334,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 5526 | (exit $ac_status); } >/dev/null; then | 5334 | (exit $ac_status); } >/dev/null; then |
| 5527 | if test -s conftest.err; then | 5335 | if test -s conftest.err; then |
| 5528 | ac_cpp_err=$ac_c_preproc_warn_flag | 5336 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 5529 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 5530 | else | 5337 | else |
| 5531 | ac_cpp_err= | 5338 | ac_cpp_err= |
| 5532 | fi | 5339 | fi |
| @@ -5560,6 +5367,7 @@ if test "${ac_cv_header_stdc+set}" = set; then | |||
| 5560 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 5367 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 5561 | else | 5368 | else |
| 5562 | cat >conftest.$ac_ext <<_ACEOF | 5369 | cat >conftest.$ac_ext <<_ACEOF |
| 5370 | #line $LINENO "configure" | ||
| 5563 | /* confdefs.h. */ | 5371 | /* confdefs.h. */ |
| 5564 | _ACEOF | 5372 | _ACEOF |
| 5565 | cat confdefs.h >>conftest.$ac_ext | 5373 | cat confdefs.h >>conftest.$ac_ext |
| @@ -5580,20 +5388,11 @@ main () | |||
| 5580 | _ACEOF | 5388 | _ACEOF |
| 5581 | rm -f conftest.$ac_objext | 5389 | rm -f conftest.$ac_objext |
| 5582 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 5390 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 5583 | (eval $ac_compile) 2>conftest.er1 | 5391 | (eval $ac_compile) 2>&5 |
| 5584 | ac_status=$? | 5392 | ac_status=$? |
| 5585 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 5586 | rm -f conftest.er1 | ||
| 5587 | cat conftest.err >&5 | ||
| 5588 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 5393 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5589 | (exit $ac_status); } && | 5394 | (exit $ac_status); } && |
| 5590 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 5395 | { ac_try='test -s conftest.$ac_objext' |
| 5591 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 5592 | (eval $ac_try) 2>&5 | ||
| 5593 | ac_status=$? | ||
| 5594 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 5595 | (exit $ac_status); }; } && | ||
| 5596 | { ac_try='test -s conftest.$ac_objext' | ||
| 5597 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 5396 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 5598 | (eval $ac_try) 2>&5 | 5397 | (eval $ac_try) 2>&5 |
| 5599 | ac_status=$? | 5398 | ac_status=$? |
| @@ -5606,11 +5405,12 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 5606 | 5405 | ||
| 5607 | ac_cv_header_stdc=no | 5406 | ac_cv_header_stdc=no |
| 5608 | fi | 5407 | fi |
| 5609 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 5408 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 5610 | 5409 | ||
| 5611 | if test $ac_cv_header_stdc = yes; then | 5410 | if test $ac_cv_header_stdc = yes; then |
| 5612 | # SunOS 4.x string.h does not declare mem*, contrary to ANSI. | 5411 | # SunOS 4.x string.h does not declare mem*, contrary to ANSI. |
| 5613 | cat >conftest.$ac_ext <<_ACEOF | 5412 | cat >conftest.$ac_ext <<_ACEOF |
| 5413 | #line $LINENO "configure" | ||
| 5614 | /* confdefs.h. */ | 5414 | /* confdefs.h. */ |
| 5615 | _ACEOF | 5415 | _ACEOF |
| 5616 | cat confdefs.h >>conftest.$ac_ext | 5416 | cat confdefs.h >>conftest.$ac_ext |
| @@ -5632,6 +5432,7 @@ fi | |||
| 5632 | if test $ac_cv_header_stdc = yes; then | 5432 | if test $ac_cv_header_stdc = yes; then |
| 5633 | # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. | 5433 | # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. |
| 5634 | cat >conftest.$ac_ext <<_ACEOF | 5434 | cat >conftest.$ac_ext <<_ACEOF |
| 5435 | #line $LINENO "configure" | ||
| 5635 | /* confdefs.h. */ | 5436 | /* confdefs.h. */ |
| 5636 | _ACEOF | 5437 | _ACEOF |
| 5637 | cat confdefs.h >>conftest.$ac_ext | 5438 | cat confdefs.h >>conftest.$ac_ext |
| @@ -5656,6 +5457,7 @@ if test $ac_cv_header_stdc = yes; then | |||
| 5656 | : | 5457 | : |
| 5657 | else | 5458 | else |
| 5658 | cat >conftest.$ac_ext <<_ACEOF | 5459 | cat >conftest.$ac_ext <<_ACEOF |
| 5460 | #line $LINENO "configure" | ||
| 5659 | /* confdefs.h. */ | 5461 | /* confdefs.h. */ |
| 5660 | _ACEOF | 5462 | _ACEOF |
| 5661 | cat confdefs.h >>conftest.$ac_ext | 5463 | cat confdefs.h >>conftest.$ac_ext |
| @@ -5667,9 +5469,9 @@ cat >>conftest.$ac_ext <<_ACEOF | |||
| 5667 | # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) | 5469 | # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) |
| 5668 | #else | 5470 | #else |
| 5669 | # define ISLOWER(c) \ | 5471 | # define ISLOWER(c) \ |
| 5670 | (('a' <= (c) && (c) <= 'i') \ | 5472 | (('a' <= (c) && (c) <= 'i') \ |
| 5671 | || ('j' <= (c) && (c) <= 'r') \ | 5473 | || ('j' <= (c) && (c) <= 'r') \ |
| 5672 | || ('s' <= (c) && (c) <= 'z')) | 5474 | || ('s' <= (c) && (c) <= 'z')) |
| 5673 | # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) | 5475 | # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) |
| 5674 | #endif | 5476 | #endif |
| 5675 | 5477 | ||
| @@ -5680,7 +5482,7 @@ main () | |||
| 5680 | int i; | 5482 | int i; |
| 5681 | for (i = 0; i < 256; i++) | 5483 | for (i = 0; i < 256; i++) |
| 5682 | if (XOR (islower (i), ISLOWER (i)) | 5484 | if (XOR (islower (i), ISLOWER (i)) |
| 5683 | || toupper (i) != TOUPPER (i)) | 5485 | || toupper (i) != TOUPPER (i)) |
| 5684 | exit(2); | 5486 | exit(2); |
| 5685 | exit (0); | 5487 | exit (0); |
| 5686 | } | 5488 | } |
| @@ -5705,7 +5507,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 5705 | ( exit $ac_status ) | 5507 | ( exit $ac_status ) |
| 5706 | ac_cv_header_stdc=no | 5508 | ac_cv_header_stdc=no |
| 5707 | fi | 5509 | fi |
| 5708 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 5510 | rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
| 5709 | fi | 5511 | fi |
| 5710 | fi | 5512 | fi |
| 5711 | fi | 5513 | fi |
| @@ -5725,6 +5527,7 @@ if test "${ac_cv_header_time+set}" = set; then | |||
| 5725 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 5527 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 5726 | else | 5528 | else |
| 5727 | cat >conftest.$ac_ext <<_ACEOF | 5529 | cat >conftest.$ac_ext <<_ACEOF |
| 5530 | #line $LINENO "configure" | ||
| 5728 | /* confdefs.h. */ | 5531 | /* confdefs.h. */ |
| 5729 | _ACEOF | 5532 | _ACEOF |
| 5730 | cat confdefs.h >>conftest.$ac_ext | 5533 | cat confdefs.h >>conftest.$ac_ext |
| @@ -5745,20 +5548,11 @@ return 0; | |||
| 5745 | _ACEOF | 5548 | _ACEOF |
| 5746 | rm -f conftest.$ac_objext | 5549 | rm -f conftest.$ac_objext |
| 5747 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 5550 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 5748 | (eval $ac_compile) 2>conftest.er1 | 5551 | (eval $ac_compile) 2>&5 |
| 5749 | ac_status=$? | 5552 | ac_status=$? |
| 5750 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 5751 | rm -f conftest.er1 | ||
| 5752 | cat conftest.err >&5 | ||
| 5753 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 5553 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5754 | (exit $ac_status); } && | 5554 | (exit $ac_status); } && |
| 5755 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 5555 | { ac_try='test -s conftest.$ac_objext' |
| 5756 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 5757 | (eval $ac_try) 2>&5 | ||
| 5758 | ac_status=$? | ||
| 5759 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 5760 | (exit $ac_status); }; } && | ||
| 5761 | { ac_try='test -s conftest.$ac_objext' | ||
| 5762 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 5556 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 5763 | (eval $ac_try) 2>&5 | 5557 | (eval $ac_try) 2>&5 |
| 5764 | ac_status=$? | 5558 | ac_status=$? |
| @@ -5771,7 +5565,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 5771 | 5565 | ||
| 5772 | ac_cv_header_time=no | 5566 | ac_cv_header_time=no |
| 5773 | fi | 5567 | fi |
| 5774 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 5568 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 5775 | fi | 5569 | fi |
| 5776 | echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5 | 5570 | echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5 |
| 5777 | echo "${ECHO_T}$ac_cv_header_time" >&6 | 5571 | echo "${ECHO_T}$ac_cv_header_time" >&6 |
| @@ -5789,6 +5583,7 @@ if test "${ac_cv_have_decl_sys_siglist+set}" = set; then | |||
| 5789 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 5583 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 5790 | else | 5584 | else |
| 5791 | cat >conftest.$ac_ext <<_ACEOF | 5585 | cat >conftest.$ac_ext <<_ACEOF |
| 5586 | #line $LINENO "configure" | ||
| 5792 | /* confdefs.h. */ | 5587 | /* confdefs.h. */ |
| 5793 | _ACEOF | 5588 | _ACEOF |
| 5794 | cat confdefs.h >>conftest.$ac_ext | 5589 | cat confdefs.h >>conftest.$ac_ext |
| @@ -5808,20 +5603,11 @@ main () | |||
| 5808 | _ACEOF | 5603 | _ACEOF |
| 5809 | rm -f conftest.$ac_objext | 5604 | rm -f conftest.$ac_objext |
| 5810 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 5605 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 5811 | (eval $ac_compile) 2>conftest.er1 | 5606 | (eval $ac_compile) 2>&5 |
| 5812 | ac_status=$? | 5607 | ac_status=$? |
| 5813 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 5814 | rm -f conftest.er1 | ||
| 5815 | cat conftest.err >&5 | ||
| 5816 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 5608 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5817 | (exit $ac_status); } && | 5609 | (exit $ac_status); } && |
| 5818 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 5610 | { ac_try='test -s conftest.$ac_objext' |
| 5819 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 5820 | (eval $ac_try) 2>&5 | ||
| 5821 | ac_status=$? | ||
| 5822 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 5823 | (exit $ac_status); }; } && | ||
| 5824 | { ac_try='test -s conftest.$ac_objext' | ||
| 5825 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 5611 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 5826 | (eval $ac_try) 2>&5 | 5612 | (eval $ac_try) 2>&5 |
| 5827 | ac_status=$? | 5613 | ac_status=$? |
| @@ -5834,7 +5620,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 5834 | 5620 | ||
| 5835 | ac_cv_have_decl_sys_siglist=no | 5621 | ac_cv_have_decl_sys_siglist=no |
| 5836 | fi | 5622 | fi |
| 5837 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 5623 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 5838 | fi | 5624 | fi |
| 5839 | echo "$as_me:$LINENO: result: $ac_cv_have_decl_sys_siglist" >&5 | 5625 | echo "$as_me:$LINENO: result: $ac_cv_have_decl_sys_siglist" >&5 |
| 5840 | echo "${ECHO_T}$ac_cv_have_decl_sys_siglist" >&6 | 5626 | echo "${ECHO_T}$ac_cv_have_decl_sys_siglist" >&6 |
| @@ -5862,6 +5648,7 @@ if test "${ac_cv_have_decl___sys_siglist+set}" = set; then | |||
| 5862 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 5648 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 5863 | else | 5649 | else |
| 5864 | cat >conftest.$ac_ext <<_ACEOF | 5650 | cat >conftest.$ac_ext <<_ACEOF |
| 5651 | #line $LINENO "configure" | ||
| 5865 | /* confdefs.h. */ | 5652 | /* confdefs.h. */ |
| 5866 | _ACEOF | 5653 | _ACEOF |
| 5867 | cat confdefs.h >>conftest.$ac_ext | 5654 | cat confdefs.h >>conftest.$ac_ext |
| @@ -5881,20 +5668,11 @@ main () | |||
| 5881 | _ACEOF | 5668 | _ACEOF |
| 5882 | rm -f conftest.$ac_objext | 5669 | rm -f conftest.$ac_objext |
| 5883 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 5670 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 5884 | (eval $ac_compile) 2>conftest.er1 | 5671 | (eval $ac_compile) 2>&5 |
| 5885 | ac_status=$? | 5672 | ac_status=$? |
| 5886 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 5887 | rm -f conftest.er1 | ||
| 5888 | cat conftest.err >&5 | ||
| 5889 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 5673 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5890 | (exit $ac_status); } && | 5674 | (exit $ac_status); } && |
| 5891 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 5675 | { ac_try='test -s conftest.$ac_objext' |
| 5892 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 5893 | (eval $ac_try) 2>&5 | ||
| 5894 | ac_status=$? | ||
| 5895 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 5896 | (exit $ac_status); }; } && | ||
| 5897 | { ac_try='test -s conftest.$ac_objext' | ||
| 5898 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 5676 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 5899 | (eval $ac_try) 2>&5 | 5677 | (eval $ac_try) 2>&5 |
| 5900 | ac_status=$? | 5678 | ac_status=$? |
| @@ -5907,7 +5685,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 5907 | 5685 | ||
| 5908 | ac_cv_have_decl___sys_siglist=no | 5686 | ac_cv_have_decl___sys_siglist=no |
| 5909 | fi | 5687 | fi |
| 5910 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 5688 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 5911 | fi | 5689 | fi |
| 5912 | echo "$as_me:$LINENO: result: $ac_cv_have_decl___sys_siglist" >&5 | 5690 | echo "$as_me:$LINENO: result: $ac_cv_have_decl___sys_siglist" >&5 |
| 5913 | echo "${ECHO_T}$ac_cv_have_decl___sys_siglist" >&6 | 5691 | echo "${ECHO_T}$ac_cv_have_decl___sys_siglist" >&6 |
| @@ -5941,6 +5719,7 @@ if test "${ac_cv_header_sys_wait_h+set}" = set; then | |||
| 5941 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 5719 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 5942 | else | 5720 | else |
| 5943 | cat >conftest.$ac_ext <<_ACEOF | 5721 | cat >conftest.$ac_ext <<_ACEOF |
| 5722 | #line $LINENO "configure" | ||
| 5944 | /* confdefs.h. */ | 5723 | /* confdefs.h. */ |
| 5945 | _ACEOF | 5724 | _ACEOF |
| 5946 | cat confdefs.h >>conftest.$ac_ext | 5725 | cat confdefs.h >>conftest.$ac_ext |
| @@ -5967,20 +5746,11 @@ main () | |||
| 5967 | _ACEOF | 5746 | _ACEOF |
| 5968 | rm -f conftest.$ac_objext | 5747 | rm -f conftest.$ac_objext |
| 5969 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 5748 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 5970 | (eval $ac_compile) 2>conftest.er1 | 5749 | (eval $ac_compile) 2>&5 |
| 5971 | ac_status=$? | 5750 | ac_status=$? |
| 5972 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 5973 | rm -f conftest.er1 | ||
| 5974 | cat conftest.err >&5 | ||
| 5975 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 5751 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5976 | (exit $ac_status); } && | 5752 | (exit $ac_status); } && |
| 5977 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 5753 | { ac_try='test -s conftest.$ac_objext' |
| 5978 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 5979 | (eval $ac_try) 2>&5 | ||
| 5980 | ac_status=$? | ||
| 5981 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 5982 | (exit $ac_status); }; } && | ||
| 5983 | { ac_try='test -s conftest.$ac_objext' | ||
| 5984 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 5754 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 5985 | (eval $ac_try) 2>&5 | 5755 | (eval $ac_try) 2>&5 |
| 5986 | ac_status=$? | 5756 | ac_status=$? |
| @@ -5993,7 +5763,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 5993 | 5763 | ||
| 5994 | ac_cv_header_sys_wait_h=no | 5764 | ac_cv_header_sys_wait_h=no |
| 5995 | fi | 5765 | fi |
| 5996 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 5766 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 5997 | fi | 5767 | fi |
| 5998 | echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5 | 5768 | echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5 |
| 5999 | echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6 | 5769 | echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6 |
| @@ -6012,6 +5782,7 @@ if test "${emacs_cv_struct_utimbuf+set}" = set; then | |||
| 6012 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 5782 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 6013 | else | 5783 | else |
| 6014 | cat >conftest.$ac_ext <<_ACEOF | 5784 | cat >conftest.$ac_ext <<_ACEOF |
| 5785 | #line $LINENO "configure" | ||
| 6015 | /* confdefs.h. */ | 5786 | /* confdefs.h. */ |
| 6016 | _ACEOF | 5787 | _ACEOF |
| 6017 | cat confdefs.h >>conftest.$ac_ext | 5788 | cat confdefs.h >>conftest.$ac_ext |
| @@ -6040,20 +5811,11 @@ static struct utimbuf x; x.actime = x.modtime; | |||
| 6040 | _ACEOF | 5811 | _ACEOF |
| 6041 | rm -f conftest.$ac_objext | 5812 | rm -f conftest.$ac_objext |
| 6042 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 5813 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 6043 | (eval $ac_compile) 2>conftest.er1 | 5814 | (eval $ac_compile) 2>&5 |
| 6044 | ac_status=$? | 5815 | ac_status=$? |
| 6045 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 6046 | rm -f conftest.er1 | ||
| 6047 | cat conftest.err >&5 | ||
| 6048 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 5816 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 6049 | (exit $ac_status); } && | 5817 | (exit $ac_status); } && |
| 6050 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 5818 | { ac_try='test -s conftest.$ac_objext' |
| 6051 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 6052 | (eval $ac_try) 2>&5 | ||
| 6053 | ac_status=$? | ||
| 6054 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 6055 | (exit $ac_status); }; } && | ||
| 6056 | { ac_try='test -s conftest.$ac_objext' | ||
| 6057 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 5819 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 6058 | (eval $ac_try) 2>&5 | 5820 | (eval $ac_try) 2>&5 |
| 6059 | ac_status=$? | 5821 | ac_status=$? |
| @@ -6066,7 +5828,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 6066 | 5828 | ||
| 6067 | emacs_cv_struct_utimbuf=no | 5829 | emacs_cv_struct_utimbuf=no |
| 6068 | fi | 5830 | fi |
| 6069 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 5831 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 6070 | fi | 5832 | fi |
| 6071 | echo "$as_me:$LINENO: result: $emacs_cv_struct_utimbuf" >&5 | 5833 | echo "$as_me:$LINENO: result: $emacs_cv_struct_utimbuf" >&5 |
| 6072 | echo "${ECHO_T}$emacs_cv_struct_utimbuf" >&6 | 5834 | echo "${ECHO_T}$emacs_cv_struct_utimbuf" >&6 |
| @@ -6084,6 +5846,7 @@ if test "${ac_cv_type_signal+set}" = set; then | |||
| 6084 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 5846 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 6085 | else | 5847 | else |
| 6086 | cat >conftest.$ac_ext <<_ACEOF | 5848 | cat >conftest.$ac_ext <<_ACEOF |
| 5849 | #line $LINENO "configure" | ||
| 6087 | /* confdefs.h. */ | 5850 | /* confdefs.h. */ |
| 6088 | _ACEOF | 5851 | _ACEOF |
| 6089 | cat confdefs.h >>conftest.$ac_ext | 5852 | cat confdefs.h >>conftest.$ac_ext |
| @@ -6110,20 +5873,11 @@ int i; | |||
| 6110 | _ACEOF | 5873 | _ACEOF |
| 6111 | rm -f conftest.$ac_objext | 5874 | rm -f conftest.$ac_objext |
| 6112 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 5875 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 6113 | (eval $ac_compile) 2>conftest.er1 | 5876 | (eval $ac_compile) 2>&5 |
| 6114 | ac_status=$? | 5877 | ac_status=$? |
| 6115 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 6116 | rm -f conftest.er1 | ||
| 6117 | cat conftest.err >&5 | ||
| 6118 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 5878 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 6119 | (exit $ac_status); } && | 5879 | (exit $ac_status); } && |
| 6120 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 5880 | { ac_try='test -s conftest.$ac_objext' |
| 6121 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 6122 | (eval $ac_try) 2>&5 | ||
| 6123 | ac_status=$? | ||
| 6124 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 6125 | (exit $ac_status); }; } && | ||
| 6126 | { ac_try='test -s conftest.$ac_objext' | ||
| 6127 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 5881 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 6128 | (eval $ac_try) 2>&5 | 5882 | (eval $ac_try) 2>&5 |
| 6129 | ac_status=$? | 5883 | ac_status=$? |
| @@ -6136,7 +5890,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 6136 | 5890 | ||
| 6137 | ac_cv_type_signal=int | 5891 | ac_cv_type_signal=int |
| 6138 | fi | 5892 | fi |
| 6139 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 5893 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 6140 | fi | 5894 | fi |
| 6141 | echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5 | 5895 | echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5 |
| 6142 | echo "${ECHO_T}$ac_cv_type_signal" >&6 | 5896 | echo "${ECHO_T}$ac_cv_type_signal" >&6 |
| @@ -6153,6 +5907,7 @@ if test "${emacs_cv_speed_t+set}" = set; then | |||
| 6153 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 5907 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 6154 | else | 5908 | else |
| 6155 | cat >conftest.$ac_ext <<_ACEOF | 5909 | cat >conftest.$ac_ext <<_ACEOF |
| 5910 | #line $LINENO "configure" | ||
| 6156 | /* confdefs.h. */ | 5911 | /* confdefs.h. */ |
| 6157 | _ACEOF | 5912 | _ACEOF |
| 6158 | cat confdefs.h >>conftest.$ac_ext | 5913 | cat confdefs.h >>conftest.$ac_ext |
| @@ -6169,20 +5924,11 @@ speed_t x = 1; | |||
| 6169 | _ACEOF | 5924 | _ACEOF |
| 6170 | rm -f conftest.$ac_objext | 5925 | rm -f conftest.$ac_objext |
| 6171 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 5926 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 6172 | (eval $ac_compile) 2>conftest.er1 | 5927 | (eval $ac_compile) 2>&5 |
| 6173 | ac_status=$? | 5928 | ac_status=$? |
| 6174 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 6175 | rm -f conftest.er1 | ||
| 6176 | cat conftest.err >&5 | ||
| 6177 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 5929 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 6178 | (exit $ac_status); } && | 5930 | (exit $ac_status); } && |
| 6179 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 5931 | { ac_try='test -s conftest.$ac_objext' |
| 6180 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 6181 | (eval $ac_try) 2>&5 | ||
| 6182 | ac_status=$? | ||
| 6183 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 6184 | (exit $ac_status); }; } && | ||
| 6185 | { ac_try='test -s conftest.$ac_objext' | ||
| 6186 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 5932 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 6187 | (eval $ac_try) 2>&5 | 5933 | (eval $ac_try) 2>&5 |
| 6188 | ac_status=$? | 5934 | ac_status=$? |
| @@ -6195,7 +5941,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 6195 | 5941 | ||
| 6196 | emacs_cv_speed_t=no | 5942 | emacs_cv_speed_t=no |
| 6197 | fi | 5943 | fi |
| 6198 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 5944 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 6199 | fi | 5945 | fi |
| 6200 | echo "$as_me:$LINENO: result: $emacs_cv_speed_t" >&5 | 5946 | echo "$as_me:$LINENO: result: $emacs_cv_speed_t" >&5 |
| 6201 | echo "${ECHO_T}$emacs_cv_speed_t" >&6 | 5947 | echo "${ECHO_T}$emacs_cv_speed_t" >&6 |
| @@ -6213,6 +5959,7 @@ if test "${emacs_cv_struct_timeval+set}" = set; then | |||
| 6213 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 5959 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 6214 | else | 5960 | else |
| 6215 | cat >conftest.$ac_ext <<_ACEOF | 5961 | cat >conftest.$ac_ext <<_ACEOF |
| 5962 | #line $LINENO "configure" | ||
| 6216 | /* confdefs.h. */ | 5963 | /* confdefs.h. */ |
| 6217 | _ACEOF | 5964 | _ACEOF |
| 6218 | cat confdefs.h >>conftest.$ac_ext | 5965 | cat confdefs.h >>conftest.$ac_ext |
| @@ -6238,20 +5985,11 @@ static struct timeval x; x.tv_sec = x.tv_usec; | |||
| 6238 | _ACEOF | 5985 | _ACEOF |
| 6239 | rm -f conftest.$ac_objext | 5986 | rm -f conftest.$ac_objext |
| 6240 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 5987 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 6241 | (eval $ac_compile) 2>conftest.er1 | 5988 | (eval $ac_compile) 2>&5 |
| 6242 | ac_status=$? | 5989 | ac_status=$? |
| 6243 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 6244 | rm -f conftest.er1 | ||
| 6245 | cat conftest.err >&5 | ||
| 6246 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 5990 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 6247 | (exit $ac_status); } && | 5991 | (exit $ac_status); } && |
| 6248 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 5992 | { ac_try='test -s conftest.$ac_objext' |
| 6249 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 6250 | (eval $ac_try) 2>&5 | ||
| 6251 | ac_status=$? | ||
| 6252 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 6253 | (exit $ac_status); }; } && | ||
| 6254 | { ac_try='test -s conftest.$ac_objext' | ||
| 6255 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 5993 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 6256 | (eval $ac_try) 2>&5 | 5994 | (eval $ac_try) 2>&5 |
| 6257 | ac_status=$? | 5995 | ac_status=$? |
| @@ -6264,7 +6002,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 6264 | 6002 | ||
| 6265 | emacs_cv_struct_timeval=no | 6003 | emacs_cv_struct_timeval=no |
| 6266 | fi | 6004 | fi |
| 6267 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 6005 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 6268 | fi | 6006 | fi |
| 6269 | echo "$as_me:$LINENO: result: $emacs_cv_struct_timeval" >&5 | 6007 | echo "$as_me:$LINENO: result: $emacs_cv_struct_timeval" >&5 |
| 6270 | echo "${ECHO_T}$emacs_cv_struct_timeval" >&6 | 6008 | echo "${ECHO_T}$emacs_cv_struct_timeval" >&6 |
| @@ -6283,6 +6021,7 @@ if test "${emacs_cv_struct_exception+set}" = set; then | |||
| 6283 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 6021 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 6284 | else | 6022 | else |
| 6285 | cat >conftest.$ac_ext <<_ACEOF | 6023 | cat >conftest.$ac_ext <<_ACEOF |
| 6024 | #line $LINENO "configure" | ||
| 6286 | /* confdefs.h. */ | 6025 | /* confdefs.h. */ |
| 6287 | _ACEOF | 6026 | _ACEOF |
| 6288 | cat confdefs.h >>conftest.$ac_ext | 6027 | cat confdefs.h >>conftest.$ac_ext |
| @@ -6299,20 +6038,11 @@ static struct exception x; x.arg1 = x.arg2 = x.retval; x.name = ""; x.type = 1; | |||
| 6299 | _ACEOF | 6038 | _ACEOF |
| 6300 | rm -f conftest.$ac_objext | 6039 | rm -f conftest.$ac_objext |
| 6301 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 6040 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 6302 | (eval $ac_compile) 2>conftest.er1 | 6041 | (eval $ac_compile) 2>&5 |
| 6303 | ac_status=$? | 6042 | ac_status=$? |
| 6304 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 6305 | rm -f conftest.er1 | ||
| 6306 | cat conftest.err >&5 | ||
| 6307 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 6043 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 6308 | (exit $ac_status); } && | 6044 | (exit $ac_status); } && |
| 6309 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 6045 | { ac_try='test -s conftest.$ac_objext' |
| 6310 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 6311 | (eval $ac_try) 2>&5 | ||
| 6312 | ac_status=$? | ||
| 6313 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 6314 | (exit $ac_status); }; } && | ||
| 6315 | { ac_try='test -s conftest.$ac_objext' | ||
| 6316 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 6046 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 6317 | (eval $ac_try) 2>&5 | 6047 | (eval $ac_try) 2>&5 |
| 6318 | ac_status=$? | 6048 | ac_status=$? |
| @@ -6325,7 +6055,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 6325 | 6055 | ||
| 6326 | emacs_cv_struct_exception=no | 6056 | emacs_cv_struct_exception=no |
| 6327 | fi | 6057 | fi |
| 6328 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 6058 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 6329 | fi | 6059 | fi |
| 6330 | echo "$as_me:$LINENO: result: $emacs_cv_struct_exception" >&5 | 6060 | echo "$as_me:$LINENO: result: $emacs_cv_struct_exception" >&5 |
| 6331 | echo "${ECHO_T}$emacs_cv_struct_exception" >&6 | 6061 | echo "${ECHO_T}$emacs_cv_struct_exception" >&6 |
| @@ -6355,6 +6085,7 @@ else | |||
| 6355 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 6085 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
| 6356 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 6086 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 6357 | cat >conftest.$ac_ext <<_ACEOF | 6087 | cat >conftest.$ac_ext <<_ACEOF |
| 6088 | #line $LINENO "configure" | ||
| 6358 | /* confdefs.h. */ | 6089 | /* confdefs.h. */ |
| 6359 | _ACEOF | 6090 | _ACEOF |
| 6360 | cat confdefs.h >>conftest.$ac_ext | 6091 | cat confdefs.h >>conftest.$ac_ext |
| @@ -6365,20 +6096,11 @@ $ac_includes_default | |||
| 6365 | _ACEOF | 6096 | _ACEOF |
| 6366 | rm -f conftest.$ac_objext | 6097 | rm -f conftest.$ac_objext |
| 6367 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 6098 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 6368 | (eval $ac_compile) 2>conftest.er1 | 6099 | (eval $ac_compile) 2>&5 |
| 6369 | ac_status=$? | 6100 | ac_status=$? |
| 6370 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 6371 | rm -f conftest.er1 | ||
| 6372 | cat conftest.err >&5 | ||
| 6373 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 6101 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 6374 | (exit $ac_status); } && | 6102 | (exit $ac_status); } && |
| 6375 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 6103 | { ac_try='test -s conftest.$ac_objext' |
| 6376 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 6377 | (eval $ac_try) 2>&5 | ||
| 6378 | ac_status=$? | ||
| 6379 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 6380 | (exit $ac_status); }; } && | ||
| 6381 | { ac_try='test -s conftest.$ac_objext' | ||
| 6382 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 6104 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 6383 | (eval $ac_try) 2>&5 | 6105 | (eval $ac_try) 2>&5 |
| 6384 | ac_status=$? | 6106 | ac_status=$? |
| @@ -6391,7 +6113,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 6391 | 6113 | ||
| 6392 | ac_header_compiler=no | 6114 | ac_header_compiler=no |
| 6393 | fi | 6115 | fi |
| 6394 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 6116 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 6395 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 6117 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 6396 | echo "${ECHO_T}$ac_header_compiler" >&6 | 6118 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 6397 | 6119 | ||
| @@ -6399,6 +6121,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 6399 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 6121 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
| 6400 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 6122 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 6401 | cat >conftest.$ac_ext <<_ACEOF | 6123 | cat >conftest.$ac_ext <<_ACEOF |
| 6124 | #line $LINENO "configure" | ||
| 6402 | /* confdefs.h. */ | 6125 | /* confdefs.h. */ |
| 6403 | _ACEOF | 6126 | _ACEOF |
| 6404 | cat confdefs.h >>conftest.$ac_ext | 6127 | cat confdefs.h >>conftest.$ac_ext |
| @@ -6416,7 +6139,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 6416 | (exit $ac_status); } >/dev/null; then | 6139 | (exit $ac_status); } >/dev/null; then |
| 6417 | if test -s conftest.err; then | 6140 | if test -s conftest.err; then |
| 6418 | ac_cpp_err=$ac_c_preproc_warn_flag | 6141 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 6419 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 6420 | else | 6142 | else |
| 6421 | ac_cpp_err= | 6143 | ac_cpp_err= |
| 6422 | fi | 6144 | fi |
| @@ -6436,32 +6158,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 6436 | echo "${ECHO_T}$ac_header_preproc" >&6 | 6158 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 6437 | 6159 | ||
| 6438 | # So? What about this header? | 6160 | # So? What about this header? |
| 6439 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 6161 | case $ac_header_compiler:$ac_header_preproc in |
| 6440 | yes:no: ) | 6162 | yes:no ) |
| 6441 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 6163 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 6442 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 6164 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 6443 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 | 6165 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 6444 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | 6166 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
| 6445 | ac_header_preproc=yes | 6167 | ( |
| 6168 | cat <<\_ASBOX | ||
| 6169 | ## ------------------------------------ ## | ||
| 6170 | ## Report this to bug-autoconf@gnu.org. ## | ||
| 6171 | ## ------------------------------------ ## | ||
| 6172 | _ASBOX | ||
| 6173 | ) | | ||
| 6174 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 6446 | ;; | 6175 | ;; |
| 6447 | no:yes:* ) | 6176 | no:yes ) |
| 6448 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 6177 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| 6449 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 6178 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| 6450 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 6179 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| 6451 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 6180 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| 6452 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | ||
| 6453 | echo "$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 | ||
| 6455 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 6456 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 6181 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 6457 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | 6182 | echo "$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 | ||
| 6459 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | ||
| 6460 | ( | 6183 | ( |
| 6461 | cat <<\_ASBOX | 6184 | cat <<\_ASBOX |
| 6462 | ## ------------------------------------------ ## | 6185 | ## ------------------------------------ ## |
| 6463 | ## Report this to the AC_PACKAGE_NAME lists. ## | 6186 | ## Report this to bug-autoconf@gnu.org. ## |
| 6464 | ## ------------------------------------------ ## | 6187 | ## ------------------------------------ ## |
| 6465 | _ASBOX | 6188 | _ASBOX |
| 6466 | ) | | 6189 | ) | |
| 6467 | sed "s/^/$as_me: WARNING: /" >&2 | 6190 | sed "s/^/$as_me: WARNING: /" >&2 |
| @@ -6472,7 +6195,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |||
| 6472 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | 6195 | if eval "test \"\${$as_ac_Header+set}\" = set"; then |
| 6473 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 6196 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 6474 | else | 6197 | else |
| 6475 | eval "$as_ac_Header=\$ac_header_preproc" | 6198 | eval "$as_ac_Header=$ac_header_preproc" |
| 6476 | fi | 6199 | fi |
| 6477 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | 6200 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
| 6478 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | 6201 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
| @@ -6497,6 +6220,7 @@ if eval "test \"\${$as_ac_Header+set}\" = set"; then | |||
| 6497 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 6220 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 6498 | else | 6221 | else |
| 6499 | cat >conftest.$ac_ext <<_ACEOF | 6222 | cat >conftest.$ac_ext <<_ACEOF |
| 6223 | #line $LINENO "configure" | ||
| 6500 | /* confdefs.h. */ | 6224 | /* confdefs.h. */ |
| 6501 | _ACEOF | 6225 | _ACEOF |
| 6502 | cat confdefs.h >>conftest.$ac_ext | 6226 | cat confdefs.h >>conftest.$ac_ext |
| @@ -6511,20 +6235,11 @@ $ac_includes_default | |||
| 6511 | _ACEOF | 6235 | _ACEOF |
| 6512 | rm -f conftest.$ac_objext | 6236 | rm -f conftest.$ac_objext |
| 6513 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 6237 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 6514 | (eval $ac_compile) 2>conftest.er1 | 6238 | (eval $ac_compile) 2>&5 |
| 6515 | ac_status=$? | 6239 | ac_status=$? |
| 6516 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 6517 | rm -f conftest.er1 | ||
| 6518 | cat conftest.err >&5 | ||
| 6519 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 6240 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 6520 | (exit $ac_status); } && | 6241 | (exit $ac_status); } && |
| 6521 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 6242 | { ac_try='test -s conftest.$ac_objext' |
| 6522 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 6523 | (eval $ac_try) 2>&5 | ||
| 6524 | ac_status=$? | ||
| 6525 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 6526 | (exit $ac_status); }; } && | ||
| 6527 | { ac_try='test -s conftest.$ac_objext' | ||
| 6528 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 6243 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 6529 | (eval $ac_try) 2>&5 | 6244 | (eval $ac_try) 2>&5 |
| 6530 | ac_status=$? | 6245 | ac_status=$? |
| @@ -6537,7 +6252,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 6537 | 6252 | ||
| 6538 | eval "$as_ac_Header=no" | 6253 | eval "$as_ac_Header=no" |
| 6539 | fi | 6254 | fi |
| 6540 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 6255 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 6541 | fi | 6256 | fi |
| 6542 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | 6257 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
| 6543 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | 6258 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
| @@ -6557,6 +6272,7 @@ if test "${ac_cv_struct_tm+set}" = set; then | |||
| 6557 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 6272 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 6558 | else | 6273 | else |
| 6559 | cat >conftest.$ac_ext <<_ACEOF | 6274 | cat >conftest.$ac_ext <<_ACEOF |
| 6275 | #line $LINENO "configure" | ||
| 6560 | /* confdefs.h. */ | 6276 | /* confdefs.h. */ |
| 6561 | _ACEOF | 6277 | _ACEOF |
| 6562 | cat confdefs.h >>conftest.$ac_ext | 6278 | cat confdefs.h >>conftest.$ac_ext |
| @@ -6575,20 +6291,11 @@ struct tm *tp; tp->tm_sec; | |||
| 6575 | _ACEOF | 6291 | _ACEOF |
| 6576 | rm -f conftest.$ac_objext | 6292 | rm -f conftest.$ac_objext |
| 6577 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 6293 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 6578 | (eval $ac_compile) 2>conftest.er1 | 6294 | (eval $ac_compile) 2>&5 |
| 6579 | ac_status=$? | 6295 | ac_status=$? |
| 6580 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 6581 | rm -f conftest.er1 | ||
| 6582 | cat conftest.err >&5 | ||
| 6583 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 6296 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 6584 | (exit $ac_status); } && | 6297 | (exit $ac_status); } && |
| 6585 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 6298 | { ac_try='test -s conftest.$ac_objext' |
| 6586 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 6587 | (eval $ac_try) 2>&5 | ||
| 6588 | ac_status=$? | ||
| 6589 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 6590 | (exit $ac_status); }; } && | ||
| 6591 | { ac_try='test -s conftest.$ac_objext' | ||
| 6592 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 6299 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 6593 | (eval $ac_try) 2>&5 | 6300 | (eval $ac_try) 2>&5 |
| 6594 | ac_status=$? | 6301 | ac_status=$? |
| @@ -6601,7 +6308,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 6601 | 6308 | ||
| 6602 | ac_cv_struct_tm=sys/time.h | 6309 | ac_cv_struct_tm=sys/time.h |
| 6603 | fi | 6310 | fi |
| 6604 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 6311 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 6605 | fi | 6312 | fi |
| 6606 | echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5 | 6313 | echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5 |
| 6607 | echo "${ECHO_T}$ac_cv_struct_tm" >&6 | 6314 | echo "${ECHO_T}$ac_cv_struct_tm" >&6 |
| @@ -6619,6 +6326,7 @@ if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then | |||
| 6619 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 6326 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 6620 | else | 6327 | else |
| 6621 | cat >conftest.$ac_ext <<_ACEOF | 6328 | cat >conftest.$ac_ext <<_ACEOF |
| 6329 | #line $LINENO "configure" | ||
| 6622 | /* confdefs.h. */ | 6330 | /* confdefs.h. */ |
| 6623 | _ACEOF | 6331 | _ACEOF |
| 6624 | cat confdefs.h >>conftest.$ac_ext | 6332 | cat confdefs.h >>conftest.$ac_ext |
| @@ -6640,20 +6348,11 @@ return 0; | |||
| 6640 | _ACEOF | 6348 | _ACEOF |
| 6641 | rm -f conftest.$ac_objext | 6349 | rm -f conftest.$ac_objext |
| 6642 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 6350 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 6643 | (eval $ac_compile) 2>conftest.er1 | 6351 | (eval $ac_compile) 2>&5 |
| 6644 | ac_status=$? | 6352 | ac_status=$? |
| 6645 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 6646 | rm -f conftest.er1 | ||
| 6647 | cat conftest.err >&5 | ||
| 6648 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 6353 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 6649 | (exit $ac_status); } && | 6354 | (exit $ac_status); } && |
| 6650 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 6355 | { ac_try='test -s conftest.$ac_objext' |
| 6651 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 6652 | (eval $ac_try) 2>&5 | ||
| 6653 | ac_status=$? | ||
| 6654 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 6655 | (exit $ac_status); }; } && | ||
| 6656 | { ac_try='test -s conftest.$ac_objext' | ||
| 6657 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 6356 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 6658 | (eval $ac_try) 2>&5 | 6357 | (eval $ac_try) 2>&5 |
| 6659 | ac_status=$? | 6358 | ac_status=$? |
| @@ -6665,6 +6364,7 @@ else | |||
| 6665 | sed 's/^/| /' conftest.$ac_ext >&5 | 6364 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 6666 | 6365 | ||
| 6667 | cat >conftest.$ac_ext <<_ACEOF | 6366 | cat >conftest.$ac_ext <<_ACEOF |
| 6367 | #line $LINENO "configure" | ||
| 6668 | /* confdefs.h. */ | 6368 | /* confdefs.h. */ |
| 6669 | _ACEOF | 6369 | _ACEOF |
| 6670 | cat confdefs.h >>conftest.$ac_ext | 6370 | cat confdefs.h >>conftest.$ac_ext |
| @@ -6686,20 +6386,11 @@ return 0; | |||
| 6686 | _ACEOF | 6386 | _ACEOF |
| 6687 | rm -f conftest.$ac_objext | 6387 | rm -f conftest.$ac_objext |
| 6688 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 6388 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 6689 | (eval $ac_compile) 2>conftest.er1 | 6389 | (eval $ac_compile) 2>&5 |
| 6690 | ac_status=$? | 6390 | ac_status=$? |
| 6691 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 6692 | rm -f conftest.er1 | ||
| 6693 | cat conftest.err >&5 | ||
| 6694 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 6391 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 6695 | (exit $ac_status); } && | 6392 | (exit $ac_status); } && |
| 6696 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 6393 | { ac_try='test -s conftest.$ac_objext' |
| 6697 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 6698 | (eval $ac_try) 2>&5 | ||
| 6699 | ac_status=$? | ||
| 6700 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 6701 | (exit $ac_status); }; } && | ||
| 6702 | { ac_try='test -s conftest.$ac_objext' | ||
| 6703 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 6394 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 6704 | (eval $ac_try) 2>&5 | 6395 | (eval $ac_try) 2>&5 |
| 6705 | ac_status=$? | 6396 | ac_status=$? |
| @@ -6712,9 +6403,9 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 6712 | 6403 | ||
| 6713 | ac_cv_member_struct_tm_tm_zone=no | 6404 | ac_cv_member_struct_tm_tm_zone=no |
| 6714 | fi | 6405 | fi |
| 6715 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 6406 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 6716 | fi | 6407 | fi |
| 6717 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 6408 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 6718 | fi | 6409 | fi |
| 6719 | echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_zone" >&5 | 6410 | echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_zone" >&5 |
| 6720 | echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6 | 6411 | echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6 |
| @@ -6740,6 +6431,7 @@ if test "${ac_cv_var_tzname+set}" = set; then | |||
| 6740 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 6431 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 6741 | else | 6432 | else |
| 6742 | cat >conftest.$ac_ext <<_ACEOF | 6433 | cat >conftest.$ac_ext <<_ACEOF |
| 6434 | #line $LINENO "configure" | ||
| 6743 | /* confdefs.h. */ | 6435 | /* confdefs.h. */ |
| 6744 | _ACEOF | 6436 | _ACEOF |
| 6745 | cat confdefs.h >>conftest.$ac_ext | 6437 | cat confdefs.h >>conftest.$ac_ext |
| @@ -6760,20 +6452,11 @@ atoi(*tzname); | |||
| 6760 | _ACEOF | 6452 | _ACEOF |
| 6761 | rm -f conftest.$ac_objext conftest$ac_exeext | 6453 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 6762 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 6454 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 6763 | (eval $ac_link) 2>conftest.er1 | 6455 | (eval $ac_link) 2>&5 |
| 6764 | ac_status=$? | 6456 | ac_status=$? |
| 6765 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 6766 | rm -f conftest.er1 | ||
| 6767 | cat conftest.err >&5 | ||
| 6768 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 6457 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 6769 | (exit $ac_status); } && | 6458 | (exit $ac_status); } && |
| 6770 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 6459 | { ac_try='test -s conftest$ac_exeext' |
| 6771 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 6772 | (eval $ac_try) 2>&5 | ||
| 6773 | ac_status=$? | ||
| 6774 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 6775 | (exit $ac_status); }; } && | ||
| 6776 | { ac_try='test -s conftest$ac_exeext' | ||
| 6777 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 6460 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 6778 | (eval $ac_try) 2>&5 | 6461 | (eval $ac_try) 2>&5 |
| 6779 | ac_status=$? | 6462 | ac_status=$? |
| @@ -6786,8 +6469,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 6786 | 6469 | ||
| 6787 | ac_cv_var_tzname=no | 6470 | ac_cv_var_tzname=no |
| 6788 | fi | 6471 | fi |
| 6789 | rm -f conftest.err conftest.$ac_objext \ | 6472 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 6790 | conftest$ac_exeext conftest.$ac_ext | ||
| 6791 | fi | 6473 | fi |
| 6792 | echo "$as_me:$LINENO: result: $ac_cv_var_tzname" >&5 | 6474 | echo "$as_me:$LINENO: result: $ac_cv_var_tzname" >&5 |
| 6793 | echo "${ECHO_T}$ac_cv_var_tzname" >&6 | 6475 | echo "${ECHO_T}$ac_cv_var_tzname" >&6 |
| @@ -6806,6 +6488,7 @@ if test "${ac_cv_member_struct_tm_tm_gmtoff+set}" = set; then | |||
| 6806 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 6488 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 6807 | else | 6489 | else |
| 6808 | cat >conftest.$ac_ext <<_ACEOF | 6490 | cat >conftest.$ac_ext <<_ACEOF |
| 6491 | #line $LINENO "configure" | ||
| 6809 | /* confdefs.h. */ | 6492 | /* confdefs.h. */ |
| 6810 | _ACEOF | 6493 | _ACEOF |
| 6811 | cat confdefs.h >>conftest.$ac_ext | 6494 | cat confdefs.h >>conftest.$ac_ext |
| @@ -6825,20 +6508,11 @@ return 0; | |||
| 6825 | _ACEOF | 6508 | _ACEOF |
| 6826 | rm -f conftest.$ac_objext | 6509 | rm -f conftest.$ac_objext |
| 6827 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 6510 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 6828 | (eval $ac_compile) 2>conftest.er1 | 6511 | (eval $ac_compile) 2>&5 |
| 6829 | ac_status=$? | 6512 | ac_status=$? |
| 6830 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 6831 | rm -f conftest.er1 | ||
| 6832 | cat conftest.err >&5 | ||
| 6833 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 6513 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 6834 | (exit $ac_status); } && | 6514 | (exit $ac_status); } && |
| 6835 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 6515 | { ac_try='test -s conftest.$ac_objext' |
| 6836 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 6837 | (eval $ac_try) 2>&5 | ||
| 6838 | ac_status=$? | ||
| 6839 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 6840 | (exit $ac_status); }; } && | ||
| 6841 | { ac_try='test -s conftest.$ac_objext' | ||
| 6842 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 6516 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 6843 | (eval $ac_try) 2>&5 | 6517 | (eval $ac_try) 2>&5 |
| 6844 | ac_status=$? | 6518 | ac_status=$? |
| @@ -6850,6 +6524,7 @@ else | |||
| 6850 | sed 's/^/| /' conftest.$ac_ext >&5 | 6524 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 6851 | 6525 | ||
| 6852 | cat >conftest.$ac_ext <<_ACEOF | 6526 | cat >conftest.$ac_ext <<_ACEOF |
| 6527 | #line $LINENO "configure" | ||
| 6853 | /* confdefs.h. */ | 6528 | /* confdefs.h. */ |
| 6854 | _ACEOF | 6529 | _ACEOF |
| 6855 | cat confdefs.h >>conftest.$ac_ext | 6530 | cat confdefs.h >>conftest.$ac_ext |
| @@ -6869,20 +6544,11 @@ return 0; | |||
| 6869 | _ACEOF | 6544 | _ACEOF |
| 6870 | rm -f conftest.$ac_objext | 6545 | rm -f conftest.$ac_objext |
| 6871 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 6546 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 6872 | (eval $ac_compile) 2>conftest.er1 | 6547 | (eval $ac_compile) 2>&5 |
| 6873 | ac_status=$? | 6548 | ac_status=$? |
| 6874 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 6875 | rm -f conftest.er1 | ||
| 6876 | cat conftest.err >&5 | ||
| 6877 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 6549 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 6878 | (exit $ac_status); } && | 6550 | (exit $ac_status); } && |
| 6879 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 6551 | { ac_try='test -s conftest.$ac_objext' |
| 6880 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 6881 | (eval $ac_try) 2>&5 | ||
| 6882 | ac_status=$? | ||
| 6883 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 6884 | (exit $ac_status); }; } && | ||
| 6885 | { ac_try='test -s conftest.$ac_objext' | ||
| 6886 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 6552 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 6887 | (eval $ac_try) 2>&5 | 6553 | (eval $ac_try) 2>&5 |
| 6888 | ac_status=$? | 6554 | ac_status=$? |
| @@ -6895,9 +6561,9 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 6895 | 6561 | ||
| 6896 | ac_cv_member_struct_tm_tm_gmtoff=no | 6562 | ac_cv_member_struct_tm_tm_gmtoff=no |
| 6897 | fi | 6563 | fi |
| 6898 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 6564 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 6899 | fi | 6565 | fi |
| 6900 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 6566 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 6901 | fi | 6567 | fi |
| 6902 | echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_gmtoff" >&5 | 6568 | echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_gmtoff" >&5 |
| 6903 | echo "${ECHO_T}$ac_cv_member_struct_tm_tm_gmtoff" >&6 | 6569 | echo "${ECHO_T}$ac_cv_member_struct_tm_tm_gmtoff" >&6 |
| @@ -6915,6 +6581,7 @@ if test "${ac_cv_member_struct_ifreq_ifr_flags+set}" = set; then | |||
| 6915 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 6581 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 6916 | else | 6582 | else |
| 6917 | cat >conftest.$ac_ext <<_ACEOF | 6583 | cat >conftest.$ac_ext <<_ACEOF |
| 6584 | #line $LINENO "configure" | ||
| 6918 | /* confdefs.h. */ | 6585 | /* confdefs.h. */ |
| 6919 | _ACEOF | 6586 | _ACEOF |
| 6920 | cat confdefs.h >>conftest.$ac_ext | 6587 | cat confdefs.h >>conftest.$ac_ext |
| @@ -6940,20 +6607,11 @@ return 0; | |||
| 6940 | _ACEOF | 6607 | _ACEOF |
| 6941 | rm -f conftest.$ac_objext | 6608 | rm -f conftest.$ac_objext |
| 6942 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 6609 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 6943 | (eval $ac_compile) 2>conftest.er1 | 6610 | (eval $ac_compile) 2>&5 |
| 6944 | ac_status=$? | 6611 | ac_status=$? |
| 6945 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 6946 | rm -f conftest.er1 | ||
| 6947 | cat conftest.err >&5 | ||
| 6948 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 6612 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 6949 | (exit $ac_status); } && | 6613 | (exit $ac_status); } && |
| 6950 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 6614 | { ac_try='test -s conftest.$ac_objext' |
| 6951 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 6952 | (eval $ac_try) 2>&5 | ||
| 6953 | ac_status=$? | ||
| 6954 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 6955 | (exit $ac_status); }; } && | ||
| 6956 | { ac_try='test -s conftest.$ac_objext' | ||
| 6957 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 6615 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 6958 | (eval $ac_try) 2>&5 | 6616 | (eval $ac_try) 2>&5 |
| 6959 | ac_status=$? | 6617 | ac_status=$? |
| @@ -6965,6 +6623,7 @@ else | |||
| 6965 | sed 's/^/| /' conftest.$ac_ext >&5 | 6623 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 6966 | 6624 | ||
| 6967 | cat >conftest.$ac_ext <<_ACEOF | 6625 | cat >conftest.$ac_ext <<_ACEOF |
| 6626 | #line $LINENO "configure" | ||
| 6968 | /* confdefs.h. */ | 6627 | /* confdefs.h. */ |
| 6969 | _ACEOF | 6628 | _ACEOF |
| 6970 | cat confdefs.h >>conftest.$ac_ext | 6629 | cat confdefs.h >>conftest.$ac_ext |
| @@ -6990,20 +6649,11 @@ return 0; | |||
| 6990 | _ACEOF | 6649 | _ACEOF |
| 6991 | rm -f conftest.$ac_objext | 6650 | rm -f conftest.$ac_objext |
| 6992 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 6651 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 6993 | (eval $ac_compile) 2>conftest.er1 | 6652 | (eval $ac_compile) 2>&5 |
| 6994 | ac_status=$? | 6653 | ac_status=$? |
| 6995 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 6996 | rm -f conftest.er1 | ||
| 6997 | cat conftest.err >&5 | ||
| 6998 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 6654 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 6999 | (exit $ac_status); } && | 6655 | (exit $ac_status); } && |
| 7000 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 6656 | { ac_try='test -s conftest.$ac_objext' |
| 7001 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 7002 | (eval $ac_try) 2>&5 | ||
| 7003 | ac_status=$? | ||
| 7004 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 7005 | (exit $ac_status); }; } && | ||
| 7006 | { ac_try='test -s conftest.$ac_objext' | ||
| 7007 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 6657 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 7008 | (eval $ac_try) 2>&5 | 6658 | (eval $ac_try) 2>&5 |
| 7009 | ac_status=$? | 6659 | ac_status=$? |
| @@ -7016,9 +6666,9 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 7016 | 6666 | ||
| 7017 | ac_cv_member_struct_ifreq_ifr_flags=no | 6667 | ac_cv_member_struct_ifreq_ifr_flags=no |
| 7018 | fi | 6668 | fi |
| 7019 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 6669 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 7020 | fi | 6670 | fi |
| 7021 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 6671 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 7022 | fi | 6672 | fi |
| 7023 | echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_flags" >&5 | 6673 | echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_flags" >&5 |
| 7024 | echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_flags" >&6 | 6674 | echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_flags" >&6 |
| @@ -7036,6 +6686,7 @@ if test "${ac_cv_member_struct_ifreq_ifr_hwaddr+set}" = set; then | |||
| 7036 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 6686 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 7037 | else | 6687 | else |
| 7038 | cat >conftest.$ac_ext <<_ACEOF | 6688 | cat >conftest.$ac_ext <<_ACEOF |
| 6689 | #line $LINENO "configure" | ||
| 7039 | /* confdefs.h. */ | 6690 | /* confdefs.h. */ |
| 7040 | _ACEOF | 6691 | _ACEOF |
| 7041 | cat confdefs.h >>conftest.$ac_ext | 6692 | cat confdefs.h >>conftest.$ac_ext |
| @@ -7061,20 +6712,11 @@ return 0; | |||
| 7061 | _ACEOF | 6712 | _ACEOF |
| 7062 | rm -f conftest.$ac_objext | 6713 | rm -f conftest.$ac_objext |
| 7063 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 6714 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 7064 | (eval $ac_compile) 2>conftest.er1 | 6715 | (eval $ac_compile) 2>&5 |
| 7065 | ac_status=$? | 6716 | ac_status=$? |
| 7066 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 7067 | rm -f conftest.er1 | ||
| 7068 | cat conftest.err >&5 | ||
| 7069 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 6717 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 7070 | (exit $ac_status); } && | 6718 | (exit $ac_status); } && |
| 7071 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 6719 | { ac_try='test -s conftest.$ac_objext' |
| 7072 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 7073 | (eval $ac_try) 2>&5 | ||
| 7074 | ac_status=$? | ||
| 7075 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 7076 | (exit $ac_status); }; } && | ||
| 7077 | { ac_try='test -s conftest.$ac_objext' | ||
| 7078 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 6720 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 7079 | (eval $ac_try) 2>&5 | 6721 | (eval $ac_try) 2>&5 |
| 7080 | ac_status=$? | 6722 | ac_status=$? |
| @@ -7086,6 +6728,7 @@ else | |||
| 7086 | sed 's/^/| /' conftest.$ac_ext >&5 | 6728 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 7087 | 6729 | ||
| 7088 | cat >conftest.$ac_ext <<_ACEOF | 6730 | cat >conftest.$ac_ext <<_ACEOF |
| 6731 | #line $LINENO "configure" | ||
| 7089 | /* confdefs.h. */ | 6732 | /* confdefs.h. */ |
| 7090 | _ACEOF | 6733 | _ACEOF |
| 7091 | cat confdefs.h >>conftest.$ac_ext | 6734 | cat confdefs.h >>conftest.$ac_ext |
| @@ -7111,20 +6754,11 @@ return 0; | |||
| 7111 | _ACEOF | 6754 | _ACEOF |
| 7112 | rm -f conftest.$ac_objext | 6755 | rm -f conftest.$ac_objext |
| 7113 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 6756 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 7114 | (eval $ac_compile) 2>conftest.er1 | 6757 | (eval $ac_compile) 2>&5 |
| 7115 | ac_status=$? | 6758 | ac_status=$? |
| 7116 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 7117 | rm -f conftest.er1 | ||
| 7118 | cat conftest.err >&5 | ||
| 7119 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 6759 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 7120 | (exit $ac_status); } && | 6760 | (exit $ac_status); } && |
| 7121 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 6761 | { ac_try='test -s conftest.$ac_objext' |
| 7122 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 7123 | (eval $ac_try) 2>&5 | ||
| 7124 | ac_status=$? | ||
| 7125 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 7126 | (exit $ac_status); }; } && | ||
| 7127 | { ac_try='test -s conftest.$ac_objext' | ||
| 7128 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 6762 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 7129 | (eval $ac_try) 2>&5 | 6763 | (eval $ac_try) 2>&5 |
| 7130 | ac_status=$? | 6764 | ac_status=$? |
| @@ -7137,9 +6771,9 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 7137 | 6771 | ||
| 7138 | ac_cv_member_struct_ifreq_ifr_hwaddr=no | 6772 | ac_cv_member_struct_ifreq_ifr_hwaddr=no |
| 7139 | fi | 6773 | fi |
| 7140 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 6774 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 7141 | fi | 6775 | fi |
| 7142 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 6776 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 7143 | fi | 6777 | fi |
| 7144 | echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_hwaddr" >&5 | 6778 | echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_hwaddr" >&5 |
| 7145 | echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_hwaddr" >&6 | 6779 | echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_hwaddr" >&6 |
| @@ -7157,6 +6791,7 @@ if test "${ac_cv_member_struct_ifreq_ifr_netmask+set}" = set; then | |||
| 7157 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 6791 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 7158 | else | 6792 | else |
| 7159 | cat >conftest.$ac_ext <<_ACEOF | 6793 | cat >conftest.$ac_ext <<_ACEOF |
| 6794 | #line $LINENO "configure" | ||
| 7160 | /* confdefs.h. */ | 6795 | /* confdefs.h. */ |
| 7161 | _ACEOF | 6796 | _ACEOF |
| 7162 | cat confdefs.h >>conftest.$ac_ext | 6797 | cat confdefs.h >>conftest.$ac_ext |
| @@ -7182,20 +6817,11 @@ return 0; | |||
| 7182 | _ACEOF | 6817 | _ACEOF |
| 7183 | rm -f conftest.$ac_objext | 6818 | rm -f conftest.$ac_objext |
| 7184 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 6819 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 7185 | (eval $ac_compile) 2>conftest.er1 | 6820 | (eval $ac_compile) 2>&5 |
| 7186 | ac_status=$? | 6821 | ac_status=$? |
| 7187 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 7188 | rm -f conftest.er1 | ||
| 7189 | cat conftest.err >&5 | ||
| 7190 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 6822 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 7191 | (exit $ac_status); } && | 6823 | (exit $ac_status); } && |
| 7192 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 6824 | { ac_try='test -s conftest.$ac_objext' |
| 7193 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 7194 | (eval $ac_try) 2>&5 | ||
| 7195 | ac_status=$? | ||
| 7196 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 7197 | (exit $ac_status); }; } && | ||
| 7198 | { ac_try='test -s conftest.$ac_objext' | ||
| 7199 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 6825 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 7200 | (eval $ac_try) 2>&5 | 6826 | (eval $ac_try) 2>&5 |
| 7201 | ac_status=$? | 6827 | ac_status=$? |
| @@ -7207,6 +6833,7 @@ else | |||
| 7207 | sed 's/^/| /' conftest.$ac_ext >&5 | 6833 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 7208 | 6834 | ||
| 7209 | cat >conftest.$ac_ext <<_ACEOF | 6835 | cat >conftest.$ac_ext <<_ACEOF |
| 6836 | #line $LINENO "configure" | ||
| 7210 | /* confdefs.h. */ | 6837 | /* confdefs.h. */ |
| 7211 | _ACEOF | 6838 | _ACEOF |
| 7212 | cat confdefs.h >>conftest.$ac_ext | 6839 | cat confdefs.h >>conftest.$ac_ext |
| @@ -7232,20 +6859,11 @@ return 0; | |||
| 7232 | _ACEOF | 6859 | _ACEOF |
| 7233 | rm -f conftest.$ac_objext | 6860 | rm -f conftest.$ac_objext |
| 7234 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 6861 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 7235 | (eval $ac_compile) 2>conftest.er1 | 6862 | (eval $ac_compile) 2>&5 |
| 7236 | ac_status=$? | 6863 | ac_status=$? |
| 7237 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 7238 | rm -f conftest.er1 | ||
| 7239 | cat conftest.err >&5 | ||
| 7240 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 6864 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 7241 | (exit $ac_status); } && | 6865 | (exit $ac_status); } && |
| 7242 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 6866 | { ac_try='test -s conftest.$ac_objext' |
| 7243 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 7244 | (eval $ac_try) 2>&5 | ||
| 7245 | ac_status=$? | ||
| 7246 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 7247 | (exit $ac_status); }; } && | ||
| 7248 | { ac_try='test -s conftest.$ac_objext' | ||
| 7249 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 6867 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 7250 | (eval $ac_try) 2>&5 | 6868 | (eval $ac_try) 2>&5 |
| 7251 | ac_status=$? | 6869 | ac_status=$? |
| @@ -7258,9 +6876,9 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 7258 | 6876 | ||
| 7259 | ac_cv_member_struct_ifreq_ifr_netmask=no | 6877 | ac_cv_member_struct_ifreq_ifr_netmask=no |
| 7260 | fi | 6878 | fi |
| 7261 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 6879 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 7262 | fi | 6880 | fi |
| 7263 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 6881 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 7264 | fi | 6882 | fi |
| 7265 | echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_netmask" >&5 | 6883 | echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_netmask" >&5 |
| 7266 | echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_netmask" >&6 | 6884 | echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_netmask" >&6 |
| @@ -7278,6 +6896,7 @@ if test "${ac_cv_member_struct_ifreq_ifr_broadaddr+set}" = set; then | |||
| 7278 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 6896 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 7279 | else | 6897 | else |
| 7280 | cat >conftest.$ac_ext <<_ACEOF | 6898 | cat >conftest.$ac_ext <<_ACEOF |
| 6899 | #line $LINENO "configure" | ||
| 7281 | /* confdefs.h. */ | 6900 | /* confdefs.h. */ |
| 7282 | _ACEOF | 6901 | _ACEOF |
| 7283 | cat confdefs.h >>conftest.$ac_ext | 6902 | cat confdefs.h >>conftest.$ac_ext |
| @@ -7303,20 +6922,11 @@ return 0; | |||
| 7303 | _ACEOF | 6922 | _ACEOF |
| 7304 | rm -f conftest.$ac_objext | 6923 | rm -f conftest.$ac_objext |
| 7305 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 6924 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 7306 | (eval $ac_compile) 2>conftest.er1 | 6925 | (eval $ac_compile) 2>&5 |
| 7307 | ac_status=$? | 6926 | ac_status=$? |
| 7308 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 7309 | rm -f conftest.er1 | ||
| 7310 | cat conftest.err >&5 | ||
| 7311 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 6927 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 7312 | (exit $ac_status); } && | 6928 | (exit $ac_status); } && |
| 7313 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 6929 | { ac_try='test -s conftest.$ac_objext' |
| 7314 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 7315 | (eval $ac_try) 2>&5 | ||
| 7316 | ac_status=$? | ||
| 7317 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 7318 | (exit $ac_status); }; } && | ||
| 7319 | { ac_try='test -s conftest.$ac_objext' | ||
| 7320 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 6930 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 7321 | (eval $ac_try) 2>&5 | 6931 | (eval $ac_try) 2>&5 |
| 7322 | ac_status=$? | 6932 | ac_status=$? |
| @@ -7328,6 +6938,7 @@ else | |||
| 7328 | sed 's/^/| /' conftest.$ac_ext >&5 | 6938 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 7329 | 6939 | ||
| 7330 | cat >conftest.$ac_ext <<_ACEOF | 6940 | cat >conftest.$ac_ext <<_ACEOF |
| 6941 | #line $LINENO "configure" | ||
| 7331 | /* confdefs.h. */ | 6942 | /* confdefs.h. */ |
| 7332 | _ACEOF | 6943 | _ACEOF |
| 7333 | cat confdefs.h >>conftest.$ac_ext | 6944 | cat confdefs.h >>conftest.$ac_ext |
| @@ -7353,20 +6964,11 @@ return 0; | |||
| 7353 | _ACEOF | 6964 | _ACEOF |
| 7354 | rm -f conftest.$ac_objext | 6965 | rm -f conftest.$ac_objext |
| 7355 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 6966 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 7356 | (eval $ac_compile) 2>conftest.er1 | 6967 | (eval $ac_compile) 2>&5 |
| 7357 | ac_status=$? | 6968 | ac_status=$? |
| 7358 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 7359 | rm -f conftest.er1 | ||
| 7360 | cat conftest.err >&5 | ||
| 7361 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 6969 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 7362 | (exit $ac_status); } && | 6970 | (exit $ac_status); } && |
| 7363 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 6971 | { ac_try='test -s conftest.$ac_objext' |
| 7364 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 7365 | (eval $ac_try) 2>&5 | ||
| 7366 | ac_status=$? | ||
| 7367 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 7368 | (exit $ac_status); }; } && | ||
| 7369 | { ac_try='test -s conftest.$ac_objext' | ||
| 7370 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 6972 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 7371 | (eval $ac_try) 2>&5 | 6973 | (eval $ac_try) 2>&5 |
| 7372 | ac_status=$? | 6974 | ac_status=$? |
| @@ -7379,9 +6981,9 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 7379 | 6981 | ||
| 7380 | ac_cv_member_struct_ifreq_ifr_broadaddr=no | 6982 | ac_cv_member_struct_ifreq_ifr_broadaddr=no |
| 7381 | fi | 6983 | fi |
| 7382 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 6984 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 7383 | fi | 6985 | fi |
| 7384 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 6986 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 7385 | fi | 6987 | fi |
| 7386 | echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_broadaddr" >&5 | 6988 | echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_broadaddr" >&5 |
| 7387 | echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_broadaddr" >&6 | 6989 | echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_broadaddr" >&6 |
| @@ -7399,6 +7001,7 @@ if test "${ac_cv_member_struct_ifreq_ifr_addr+set}" = set; then | |||
| 7399 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 7001 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 7400 | else | 7002 | else |
| 7401 | cat >conftest.$ac_ext <<_ACEOF | 7003 | cat >conftest.$ac_ext <<_ACEOF |
| 7004 | #line $LINENO "configure" | ||
| 7402 | /* confdefs.h. */ | 7005 | /* confdefs.h. */ |
| 7403 | _ACEOF | 7006 | _ACEOF |
| 7404 | cat confdefs.h >>conftest.$ac_ext | 7007 | cat confdefs.h >>conftest.$ac_ext |
| @@ -7424,20 +7027,11 @@ return 0; | |||
| 7424 | _ACEOF | 7027 | _ACEOF |
| 7425 | rm -f conftest.$ac_objext | 7028 | rm -f conftest.$ac_objext |
| 7426 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 7029 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 7427 | (eval $ac_compile) 2>conftest.er1 | 7030 | (eval $ac_compile) 2>&5 |
| 7428 | ac_status=$? | 7031 | ac_status=$? |
| 7429 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 7430 | rm -f conftest.er1 | ||
| 7431 | cat conftest.err >&5 | ||
| 7432 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 7032 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 7433 | (exit $ac_status); } && | 7033 | (exit $ac_status); } && |
| 7434 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 7034 | { ac_try='test -s conftest.$ac_objext' |
| 7435 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 7436 | (eval $ac_try) 2>&5 | ||
| 7437 | ac_status=$? | ||
| 7438 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 7439 | (exit $ac_status); }; } && | ||
| 7440 | { ac_try='test -s conftest.$ac_objext' | ||
| 7441 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 7035 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 7442 | (eval $ac_try) 2>&5 | 7036 | (eval $ac_try) 2>&5 |
| 7443 | ac_status=$? | 7037 | ac_status=$? |
| @@ -7449,6 +7043,7 @@ else | |||
| 7449 | sed 's/^/| /' conftest.$ac_ext >&5 | 7043 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 7450 | 7044 | ||
| 7451 | cat >conftest.$ac_ext <<_ACEOF | 7045 | cat >conftest.$ac_ext <<_ACEOF |
| 7046 | #line $LINENO "configure" | ||
| 7452 | /* confdefs.h. */ | 7047 | /* confdefs.h. */ |
| 7453 | _ACEOF | 7048 | _ACEOF |
| 7454 | cat confdefs.h >>conftest.$ac_ext | 7049 | cat confdefs.h >>conftest.$ac_ext |
| @@ -7474,20 +7069,11 @@ return 0; | |||
| 7474 | _ACEOF | 7069 | _ACEOF |
| 7475 | rm -f conftest.$ac_objext | 7070 | rm -f conftest.$ac_objext |
| 7476 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 7071 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 7477 | (eval $ac_compile) 2>conftest.er1 | 7072 | (eval $ac_compile) 2>&5 |
| 7478 | ac_status=$? | 7073 | ac_status=$? |
| 7479 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 7480 | rm -f conftest.er1 | ||
| 7481 | cat conftest.err >&5 | ||
| 7482 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 7074 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 7483 | (exit $ac_status); } && | 7075 | (exit $ac_status); } && |
| 7484 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 7076 | { ac_try='test -s conftest.$ac_objext' |
| 7485 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 7486 | (eval $ac_try) 2>&5 | ||
| 7487 | ac_status=$? | ||
| 7488 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 7489 | (exit $ac_status); }; } && | ||
| 7490 | { ac_try='test -s conftest.$ac_objext' | ||
| 7491 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 7077 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 7492 | (eval $ac_try) 2>&5 | 7078 | (eval $ac_try) 2>&5 |
| 7493 | ac_status=$? | 7079 | ac_status=$? |
| @@ -7500,9 +7086,9 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 7500 | 7086 | ||
| 7501 | ac_cv_member_struct_ifreq_ifr_addr=no | 7087 | ac_cv_member_struct_ifreq_ifr_addr=no |
| 7502 | fi | 7088 | fi |
| 7503 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 7089 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 7504 | fi | 7090 | fi |
| 7505 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 7091 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 7506 | fi | 7092 | fi |
| 7507 | echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_addr" >&5 | 7093 | echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_addr" >&5 |
| 7508 | echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_addr" >&6 | 7094 | echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_addr" >&6 |
| @@ -7543,6 +7129,7 @@ if test "${ac_cv_c_volatile+set}" = set; then | |||
| 7543 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 7129 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 7544 | else | 7130 | else |
| 7545 | cat >conftest.$ac_ext <<_ACEOF | 7131 | cat >conftest.$ac_ext <<_ACEOF |
| 7132 | #line $LINENO "configure" | ||
| 7546 | /* confdefs.h. */ | 7133 | /* confdefs.h. */ |
| 7547 | _ACEOF | 7134 | _ACEOF |
| 7548 | cat confdefs.h >>conftest.$ac_ext | 7135 | cat confdefs.h >>conftest.$ac_ext |
| @@ -7561,20 +7148,11 @@ int * volatile y; | |||
| 7561 | _ACEOF | 7148 | _ACEOF |
| 7562 | rm -f conftest.$ac_objext | 7149 | rm -f conftest.$ac_objext |
| 7563 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 7150 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 7564 | (eval $ac_compile) 2>conftest.er1 | 7151 | (eval $ac_compile) 2>&5 |
| 7565 | ac_status=$? | 7152 | ac_status=$? |
| 7566 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 7567 | rm -f conftest.er1 | ||
| 7568 | cat conftest.err >&5 | ||
| 7569 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 7153 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 7570 | (exit $ac_status); } && | 7154 | (exit $ac_status); } && |
| 7571 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 7155 | { ac_try='test -s conftest.$ac_objext' |
| 7572 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 7573 | (eval $ac_try) 2>&5 | ||
| 7574 | ac_status=$? | ||
| 7575 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 7576 | (exit $ac_status); }; } && | ||
| 7577 | { ac_try='test -s conftest.$ac_objext' | ||
| 7578 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 7156 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 7579 | (eval $ac_try) 2>&5 | 7157 | (eval $ac_try) 2>&5 |
| 7580 | ac_status=$? | 7158 | ac_status=$? |
| @@ -7587,7 +7165,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 7587 | 7165 | ||
| 7588 | ac_cv_c_volatile=no | 7166 | ac_cv_c_volatile=no |
| 7589 | fi | 7167 | fi |
| 7590 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 7168 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 7591 | fi | 7169 | fi |
| 7592 | echo "$as_me:$LINENO: result: $ac_cv_c_volatile" >&5 | 7170 | echo "$as_me:$LINENO: result: $ac_cv_c_volatile" >&5 |
| 7593 | echo "${ECHO_T}$ac_cv_c_volatile" >&6 | 7171 | echo "${ECHO_T}$ac_cv_c_volatile" >&6 |
| @@ -7605,6 +7183,7 @@ if test "${ac_cv_c_const+set}" = set; then | |||
| 7605 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 7183 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 7606 | else | 7184 | else |
| 7607 | cat >conftest.$ac_ext <<_ACEOF | 7185 | cat >conftest.$ac_ext <<_ACEOF |
| 7186 | #line $LINENO "configure" | ||
| 7608 | /* confdefs.h. */ | 7187 | /* confdefs.h. */ |
| 7609 | _ACEOF | 7188 | _ACEOF |
| 7610 | cat confdefs.h >>conftest.$ac_ext | 7189 | cat confdefs.h >>conftest.$ac_ext |
| @@ -7667,20 +7246,11 @@ main () | |||
| 7667 | _ACEOF | 7246 | _ACEOF |
| 7668 | rm -f conftest.$ac_objext | 7247 | rm -f conftest.$ac_objext |
| 7669 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 7248 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 7670 | (eval $ac_compile) 2>conftest.er1 | 7249 | (eval $ac_compile) 2>&5 |
| 7671 | ac_status=$? | 7250 | ac_status=$? |
| 7672 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 7673 | rm -f conftest.er1 | ||
| 7674 | cat conftest.err >&5 | ||
| 7675 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 7251 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 7676 | (exit $ac_status); } && | 7252 | (exit $ac_status); } && |
| 7677 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 7253 | { ac_try='test -s conftest.$ac_objext' |
| 7678 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 7679 | (eval $ac_try) 2>&5 | ||
| 7680 | ac_status=$? | ||
| 7681 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 7682 | (exit $ac_status); }; } && | ||
| 7683 | { ac_try='test -s conftest.$ac_objext' | ||
| 7684 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 7254 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 7685 | (eval $ac_try) 2>&5 | 7255 | (eval $ac_try) 2>&5 |
| 7686 | ac_status=$? | 7256 | ac_status=$? |
| @@ -7693,7 +7263,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 7693 | 7263 | ||
| 7694 | ac_cv_c_const=no | 7264 | ac_cv_c_const=no |
| 7695 | fi | 7265 | fi |
| 7696 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 7266 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 7697 | fi | 7267 | fi |
| 7698 | echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 | 7268 | echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 |
| 7699 | echo "${ECHO_T}$ac_cv_c_const" >&6 | 7269 | echo "${ECHO_T}$ac_cv_c_const" >&6 |
| @@ -7711,6 +7281,7 @@ if test "${emacs_cv_void_star+set}" = set; then | |||
| 7711 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 7281 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 7712 | else | 7282 | else |
| 7713 | cat >conftest.$ac_ext <<_ACEOF | 7283 | cat >conftest.$ac_ext <<_ACEOF |
| 7284 | #line $LINENO "configure" | ||
| 7714 | /* confdefs.h. */ | 7285 | /* confdefs.h. */ |
| 7715 | _ACEOF | 7286 | _ACEOF |
| 7716 | cat confdefs.h >>conftest.$ac_ext | 7287 | cat confdefs.h >>conftest.$ac_ext |
| @@ -7727,20 +7298,11 @@ void * foo; | |||
| 7727 | _ACEOF | 7298 | _ACEOF |
| 7728 | rm -f conftest.$ac_objext | 7299 | rm -f conftest.$ac_objext |
| 7729 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 7300 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 7730 | (eval $ac_compile) 2>conftest.er1 | 7301 | (eval $ac_compile) 2>&5 |
| 7731 | ac_status=$? | 7302 | ac_status=$? |
| 7732 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 7733 | rm -f conftest.er1 | ||
| 7734 | cat conftest.err >&5 | ||
| 7735 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 7303 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 7736 | (exit $ac_status); } && | 7304 | (exit $ac_status); } && |
| 7737 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 7305 | { ac_try='test -s conftest.$ac_objext' |
| 7738 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 7739 | (eval $ac_try) 2>&5 | ||
| 7740 | ac_status=$? | ||
| 7741 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 7742 | (exit $ac_status); }; } && | ||
| 7743 | { ac_try='test -s conftest.$ac_objext' | ||
| 7744 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 7306 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 7745 | (eval $ac_try) 2>&5 | 7307 | (eval $ac_try) 2>&5 |
| 7746 | ac_status=$? | 7308 | ac_status=$? |
| @@ -7753,7 +7315,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 7753 | 7315 | ||
| 7754 | emacs_cv_void_star=no | 7316 | emacs_cv_void_star=no |
| 7755 | fi | 7317 | fi |
| 7756 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 7318 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 7757 | fi | 7319 | fi |
| 7758 | echo "$as_me:$LINENO: result: $emacs_cv_void_star" >&5 | 7320 | echo "$as_me:$LINENO: result: $emacs_cv_void_star" >&5 |
| 7759 | echo "${ECHO_T}$emacs_cv_void_star" >&6 | 7321 | echo "${ECHO_T}$emacs_cv_void_star" >&6 |
| @@ -7775,7 +7337,7 @@ fi | |||
| 7775 | 7337 | ||
| 7776 | echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 | 7338 | echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 |
| 7777 | echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 | 7339 | echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 |
| 7778 | set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'` | 7340 | set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` |
| 7779 | if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then | 7341 | if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then |
| 7780 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 7342 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 7781 | else | 7343 | else |
| @@ -7858,7 +7420,6 @@ fi | |||
| 7858 | echo "$as_me:$LINENO: checking for X" >&5 | 7420 | echo "$as_me:$LINENO: checking for X" >&5 |
| 7859 | echo $ECHO_N "checking for X... $ECHO_C" >&6 | 7421 | echo $ECHO_N "checking for X... $ECHO_C" >&6 |
| 7860 | 7422 | ||
| 7861 | ac_path_x_has_been_run=yes | ||
| 7862 | 7423 | ||
| 7863 | # Check whether --with-x or --without-x was given. | 7424 | # Check whether --with-x or --without-x was given. |
| 7864 | if test "${with_x+set}" = set; then | 7425 | if test "${with_x+set}" = set; then |
| @@ -7893,8 +7454,8 @@ _ACEOF | |||
| 7893 | # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. | 7454 | # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. |
| 7894 | for ac_extension in a so sl; do | 7455 | for ac_extension in a so sl; do |
| 7895 | if test ! -f $ac_im_usrlibdir/libX11.$ac_extension && | 7456 | if test ! -f $ac_im_usrlibdir/libX11.$ac_extension && |
| 7896 | test -f $ac_im_libdir/libX11.$ac_extension; then | 7457 | test -f $ac_im_libdir/libX11.$ac_extension; then |
| 7897 | ac_im_usrlibdir=$ac_im_libdir; break | 7458 | ac_im_usrlibdir=$ac_im_libdir; break |
| 7898 | fi | 7459 | fi |
| 7899 | done | 7460 | done |
| 7900 | # Screen out bogus values from the imake configuration. They are | 7461 | # Screen out bogus values from the imake configuration. They are |
| @@ -7951,9 +7512,10 @@ ac_x_header_dirs=' | |||
| 7951 | /usr/openwin/share/include' | 7512 | /usr/openwin/share/include' |
| 7952 | 7513 | ||
| 7953 | if test "$ac_x_includes" = no; then | 7514 | if test "$ac_x_includes" = no; then |
| 7954 | # Guess where to find include files, by looking for a specified header file. | 7515 | # Guess where to find include files, by looking for Intrinsic.h. |
| 7955 | # First, try using that file with no special directory specified. | 7516 | # First, try using that file with no special directory specified. |
| 7956 | cat >conftest.$ac_ext <<_ACEOF | 7517 | cat >conftest.$ac_ext <<_ACEOF |
| 7518 | #line $LINENO "configure" | ||
| 7957 | /* confdefs.h. */ | 7519 | /* confdefs.h. */ |
| 7958 | _ACEOF | 7520 | _ACEOF |
| 7959 | cat confdefs.h >>conftest.$ac_ext | 7521 | cat confdefs.h >>conftest.$ac_ext |
| @@ -7971,7 +7533,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 7971 | (exit $ac_status); } >/dev/null; then | 7533 | (exit $ac_status); } >/dev/null; then |
| 7972 | if test -s conftest.err; then | 7534 | if test -s conftest.err; then |
| 7973 | ac_cpp_err=$ac_c_preproc_warn_flag | 7535 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 7974 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 7975 | else | 7536 | else |
| 7976 | ac_cpp_err= | 7537 | ac_cpp_err= |
| 7977 | fi | 7538 | fi |
| @@ -8002,6 +7563,7 @@ if test "$ac_x_libraries" = no; then | |||
| 8002 | ac_save_LIBS=$LIBS | 7563 | ac_save_LIBS=$LIBS |
| 8003 | LIBS="-lXt $LIBS" | 7564 | LIBS="-lXt $LIBS" |
| 8004 | cat >conftest.$ac_ext <<_ACEOF | 7565 | cat >conftest.$ac_ext <<_ACEOF |
| 7566 | #line $LINENO "configure" | ||
| 8005 | /* confdefs.h. */ | 7567 | /* confdefs.h. */ |
| 8006 | _ACEOF | 7568 | _ACEOF |
| 8007 | cat confdefs.h >>conftest.$ac_ext | 7569 | cat confdefs.h >>conftest.$ac_ext |
| @@ -8018,20 +7580,11 @@ XtMalloc (0) | |||
| 8018 | _ACEOF | 7580 | _ACEOF |
| 8019 | rm -f conftest.$ac_objext conftest$ac_exeext | 7581 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 8020 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 7582 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 8021 | (eval $ac_link) 2>conftest.er1 | 7583 | (eval $ac_link) 2>&5 |
| 8022 | ac_status=$? | 7584 | ac_status=$? |
| 8023 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 8024 | rm -f conftest.er1 | ||
| 8025 | cat conftest.err >&5 | ||
| 8026 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 7585 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 8027 | (exit $ac_status); } && | 7586 | (exit $ac_status); } && |
| 8028 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 7587 | { ac_try='test -s conftest$ac_exeext' |
| 8029 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 8030 | (eval $ac_try) 2>&5 | ||
| 8031 | ac_status=$? | ||
| 8032 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 8033 | (exit $ac_status); }; } && | ||
| 8034 | { ac_try='test -s conftest$ac_exeext' | ||
| 8035 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 7588 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 8036 | (eval $ac_try) 2>&5 | 7589 | (eval $ac_try) 2>&5 |
| 8037 | ac_status=$? | 7590 | ac_status=$? |
| @@ -8056,8 +7609,7 @@ do | |||
| 8056 | done | 7609 | done |
| 8057 | done | 7610 | done |
| 8058 | fi | 7611 | fi |
| 8059 | rm -f conftest.err conftest.$ac_objext \ | 7612 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 8060 | conftest$ac_exeext conftest.$ac_ext | ||
| 8061 | fi # $ac_x_libraries = no | 7613 | fi # $ac_x_libraries = no |
| 8062 | 7614 | ||
| 8063 | if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then | 7615 | if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then |
| @@ -8066,7 +7618,7 @@ if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then | |||
| 8066 | else | 7618 | else |
| 8067 | # Record where we found X for the cache. | 7619 | # Record where we found X for the cache. |
| 8068 | ac_cv_have_x="have_x=yes \ | 7620 | ac_cv_have_x="have_x=yes \ |
| 8069 | ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries" | 7621 | ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries" |
| 8070 | fi | 7622 | fi |
| 8071 | fi | 7623 | fi |
| 8072 | 7624 | ||
| @@ -8085,12 +7637,8 @@ else | |||
| 8085 | # Update the cache value to reflect the command line values. | 7637 | # Update the cache value to reflect the command line values. |
| 8086 | ac_cv_have_x="have_x=yes \ | 7638 | ac_cv_have_x="have_x=yes \ |
| 8087 | ac_x_includes=$x_includes ac_x_libraries=$x_libraries" | 7639 | ac_x_includes=$x_includes ac_x_libraries=$x_libraries" |
| 8088 | # It might be that x_includes is empty (headers are found in the | 7640 | echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5 |
| 8089 | # standard search path. Then output the corresponding message | 7641 | echo "${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 | ||
| 8093 | echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6 | ||
| 8094 | fi | 7642 | fi |
| 8095 | 7643 | ||
| 8096 | if test "$no_x" = yes; then | 7644 | if test "$no_x" = yes; then |
| @@ -8198,6 +7746,7 @@ else | |||
| 8198 | echo "$as_me:$LINENO: checking Carbon/Carbon.h usability" >&5 | 7746 | echo "$as_me:$LINENO: checking Carbon/Carbon.h usability" >&5 |
| 8199 | echo $ECHO_N "checking Carbon/Carbon.h usability... $ECHO_C" >&6 | 7747 | echo $ECHO_N "checking Carbon/Carbon.h usability... $ECHO_C" >&6 |
| 8200 | cat >conftest.$ac_ext <<_ACEOF | 7748 | cat >conftest.$ac_ext <<_ACEOF |
| 7749 | #line $LINENO "configure" | ||
| 8201 | /* confdefs.h. */ | 7750 | /* confdefs.h. */ |
| 8202 | _ACEOF | 7751 | _ACEOF |
| 8203 | cat confdefs.h >>conftest.$ac_ext | 7752 | cat confdefs.h >>conftest.$ac_ext |
| @@ -8208,20 +7757,11 @@ $ac_includes_default | |||
| 8208 | _ACEOF | 7757 | _ACEOF |
| 8209 | rm -f conftest.$ac_objext | 7758 | rm -f conftest.$ac_objext |
| 8210 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 7759 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 8211 | (eval $ac_compile) 2>conftest.er1 | 7760 | (eval $ac_compile) 2>&5 |
| 8212 | ac_status=$? | 7761 | ac_status=$? |
| 8213 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 8214 | rm -f conftest.er1 | ||
| 8215 | cat conftest.err >&5 | ||
| 8216 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 7762 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 8217 | (exit $ac_status); } && | 7763 | (exit $ac_status); } && |
| 8218 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 7764 | { ac_try='test -s conftest.$ac_objext' |
| 8219 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 8220 | (eval $ac_try) 2>&5 | ||
| 8221 | ac_status=$? | ||
| 8222 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 8223 | (exit $ac_status); }; } && | ||
| 8224 | { ac_try='test -s conftest.$ac_objext' | ||
| 8225 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 7765 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 8226 | (eval $ac_try) 2>&5 | 7766 | (eval $ac_try) 2>&5 |
| 8227 | ac_status=$? | 7767 | ac_status=$? |
| @@ -8234,7 +7774,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 8234 | 7774 | ||
| 8235 | ac_header_compiler=no | 7775 | ac_header_compiler=no |
| 8236 | fi | 7776 | fi |
| 8237 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 7777 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 8238 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 7778 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 8239 | echo "${ECHO_T}$ac_header_compiler" >&6 | 7779 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 8240 | 7780 | ||
| @@ -8242,6 +7782,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 8242 | echo "$as_me:$LINENO: checking Carbon/Carbon.h presence" >&5 | 7782 | echo "$as_me:$LINENO: checking Carbon/Carbon.h presence" >&5 |
| 8243 | echo $ECHO_N "checking Carbon/Carbon.h presence... $ECHO_C" >&6 | 7783 | echo $ECHO_N "checking Carbon/Carbon.h presence... $ECHO_C" >&6 |
| 8244 | cat >conftest.$ac_ext <<_ACEOF | 7784 | cat >conftest.$ac_ext <<_ACEOF |
| 7785 | #line $LINENO "configure" | ||
| 8245 | /* confdefs.h. */ | 7786 | /* confdefs.h. */ |
| 8246 | _ACEOF | 7787 | _ACEOF |
| 8247 | cat confdefs.h >>conftest.$ac_ext | 7788 | cat confdefs.h >>conftest.$ac_ext |
| @@ -8259,7 +7800,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 8259 | (exit $ac_status); } >/dev/null; then | 7800 | (exit $ac_status); } >/dev/null; then |
| 8260 | if test -s conftest.err; then | 7801 | if test -s conftest.err; then |
| 8261 | ac_cpp_err=$ac_c_preproc_warn_flag | 7802 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 8262 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 8263 | else | 7803 | else |
| 8264 | ac_cpp_err= | 7804 | ac_cpp_err= |
| 8265 | fi | 7805 | fi |
| @@ -8279,32 +7819,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 8279 | echo "${ECHO_T}$ac_header_preproc" >&6 | 7819 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 8280 | 7820 | ||
| 8281 | # So? What about this header? | 7821 | # So? What about this header? |
| 8282 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 7822 | case $ac_header_compiler:$ac_header_preproc in |
| 8283 | yes:no: ) | 7823 | yes:no ) |
| 8284 | { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: accepted by the compiler, rejected by the preprocessor!" >&5 | 7824 | { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 8285 | echo "$as_me: WARNING: Carbon/Carbon.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | 7825 | echo "$as_me: WARNING: Carbon/Carbon.h: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 8286 | { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: proceeding with the compiler's result" >&5 | 7826 | { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&5 |
| 8287 | echo "$as_me: WARNING: Carbon/Carbon.h: proceeding with the compiler's result" >&2;} | 7827 | echo "$as_me: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&2;} |
| 8288 | ac_header_preproc=yes | 7828 | ( |
| 7829 | cat <<\_ASBOX | ||
| 7830 | ## ------------------------------------ ## | ||
| 7831 | ## Report this to bug-autoconf@gnu.org. ## | ||
| 7832 | ## ------------------------------------ ## | ||
| 7833 | _ASBOX | ||
| 7834 | ) | | ||
| 7835 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 8289 | ;; | 7836 | ;; |
| 8290 | no:yes:* ) | 7837 | no:yes ) |
| 8291 | { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: present but cannot be compiled" >&5 | 7838 | { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: present but cannot be compiled" >&5 |
| 8292 | echo "$as_me: WARNING: Carbon/Carbon.h: present but cannot be compiled" >&2;} | 7839 | echo "$as_me: WARNING: Carbon/Carbon.h: present but cannot be compiled" >&2;} |
| 8293 | { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: check for missing prerequisite headers?" >&5 | 7840 | { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: check for missing prerequisite headers?" >&5 |
| 8294 | echo "$as_me: WARNING: Carbon/Carbon.h: check for missing prerequisite headers?" >&2;} | 7841 | echo "$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 | ||
| 8296 | echo "$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 | ||
| 8298 | echo "$as_me: WARNING: Carbon/Carbon.h: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 8299 | { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&5 | 7842 | { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&5 |
| 8300 | echo "$as_me: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&2;} | 7843 | echo "$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 | ||
| 8302 | echo "$as_me: WARNING: Carbon/Carbon.h: in the future, the compiler will take precedence" >&2;} | ||
| 8303 | ( | 7844 | ( |
| 8304 | cat <<\_ASBOX | 7845 | cat <<\_ASBOX |
| 8305 | ## ------------------------------------------ ## | 7846 | ## ------------------------------------ ## |
| 8306 | ## Report this to the AC_PACKAGE_NAME lists. ## | 7847 | ## Report this to bug-autoconf@gnu.org. ## |
| 8307 | ## ------------------------------------------ ## | 7848 | ## ------------------------------------ ## |
| 8308 | _ASBOX | 7849 | _ASBOX |
| 8309 | ) | | 7850 | ) | |
| 8310 | sed "s/^/$as_me: WARNING: /" >&2 | 7851 | sed "s/^/$as_me: WARNING: /" >&2 |
| @@ -8342,28 +7883,21 @@ if test "${ac_cv_func_malloc_get_state+set}" = set; then | |||
| 8342 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 7883 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 8343 | else | 7884 | else |
| 8344 | cat >conftest.$ac_ext <<_ACEOF | 7885 | cat >conftest.$ac_ext <<_ACEOF |
| 7886 | #line $LINENO "configure" | ||
| 8345 | /* confdefs.h. */ | 7887 | /* confdefs.h. */ |
| 8346 | _ACEOF | 7888 | _ACEOF |
| 8347 | cat confdefs.h >>conftest.$ac_ext | 7889 | cat confdefs.h >>conftest.$ac_ext |
| 8348 | cat >>conftest.$ac_ext <<_ACEOF | 7890 | cat >>conftest.$ac_ext <<_ACEOF |
| 8349 | /* end confdefs.h. */ | 7891 | /* end confdefs.h. */ |
| 8350 | /* Define malloc_get_state to an innocuous variant, in case <limits.h> declares malloc_get_state. | ||
| 8351 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | ||
| 8352 | #define malloc_get_state innocuous_malloc_get_state | ||
| 8353 | |||
| 8354 | /* System header to define __stub macros and hopefully few prototypes, | 7892 | /* System header to define __stub macros and hopefully few prototypes, |
| 8355 | which can conflict with char malloc_get_state (); below. | 7893 | which can conflict with char malloc_get_state (); below. |
| 8356 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | 7894 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 8357 | <limits.h> exists even on freestanding compilers. */ | 7895 | <limits.h> exists even on freestanding compilers. */ |
| 8358 | |||
| 8359 | #ifdef __STDC__ | 7896 | #ifdef __STDC__ |
| 8360 | # include <limits.h> | 7897 | # include <limits.h> |
| 8361 | #else | 7898 | #else |
| 8362 | # include <assert.h> | 7899 | # include <assert.h> |
| 8363 | #endif | 7900 | #endif |
| 8364 | |||
| 8365 | #undef malloc_get_state | ||
| 8366 | |||
| 8367 | /* Override any gcc2 internal prototype to avoid an error. */ | 7901 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 8368 | #ifdef __cplusplus | 7902 | #ifdef __cplusplus |
| 8369 | extern "C" | 7903 | extern "C" |
| @@ -8394,20 +7928,11 @@ return f != malloc_get_state; | |||
| 8394 | _ACEOF | 7928 | _ACEOF |
| 8395 | rm -f conftest.$ac_objext conftest$ac_exeext | 7929 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 8396 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 7930 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 8397 | (eval $ac_link) 2>conftest.er1 | 7931 | (eval $ac_link) 2>&5 |
| 8398 | ac_status=$? | 7932 | ac_status=$? |
| 8399 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 8400 | rm -f conftest.er1 | ||
| 8401 | cat conftest.err >&5 | ||
| 8402 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 7933 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 8403 | (exit $ac_status); } && | 7934 | (exit $ac_status); } && |
| 8404 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 7935 | { ac_try='test -s conftest$ac_exeext' |
| 8405 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 8406 | (eval $ac_try) 2>&5 | ||
| 8407 | ac_status=$? | ||
| 8408 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 8409 | (exit $ac_status); }; } && | ||
| 8410 | { ac_try='test -s conftest$ac_exeext' | ||
| 8411 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 7936 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 8412 | (eval $ac_try) 2>&5 | 7937 | (eval $ac_try) 2>&5 |
| 8413 | ac_status=$? | 7938 | ac_status=$? |
| @@ -8420,8 +7945,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 8420 | 7945 | ||
| 8421 | ac_cv_func_malloc_get_state=no | 7946 | ac_cv_func_malloc_get_state=no |
| 8422 | fi | 7947 | fi |
| 8423 | rm -f conftest.err conftest.$ac_objext \ | 7948 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 8424 | conftest$ac_exeext conftest.$ac_ext | ||
| 8425 | fi | 7949 | fi |
| 8426 | echo "$as_me:$LINENO: result: $ac_cv_func_malloc_get_state" >&5 | 7950 | echo "$as_me:$LINENO: result: $ac_cv_func_malloc_get_state" >&5 |
| 8427 | echo "${ECHO_T}$ac_cv_func_malloc_get_state" >&6 | 7951 | echo "${ECHO_T}$ac_cv_func_malloc_get_state" >&6 |
| @@ -8437,28 +7961,21 @@ if test "${ac_cv_func_malloc_set_state+set}" = set; then | |||
| 8437 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 7961 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 8438 | else | 7962 | else |
| 8439 | cat >conftest.$ac_ext <<_ACEOF | 7963 | cat >conftest.$ac_ext <<_ACEOF |
| 7964 | #line $LINENO "configure" | ||
| 8440 | /* confdefs.h. */ | 7965 | /* confdefs.h. */ |
| 8441 | _ACEOF | 7966 | _ACEOF |
| 8442 | cat confdefs.h >>conftest.$ac_ext | 7967 | cat confdefs.h >>conftest.$ac_ext |
| 8443 | cat >>conftest.$ac_ext <<_ACEOF | 7968 | cat >>conftest.$ac_ext <<_ACEOF |
| 8444 | /* end confdefs.h. */ | 7969 | /* end confdefs.h. */ |
| 8445 | /* Define malloc_set_state to an innocuous variant, in case <limits.h> declares malloc_set_state. | ||
| 8446 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | ||
| 8447 | #define malloc_set_state innocuous_malloc_set_state | ||
| 8448 | |||
| 8449 | /* System header to define __stub macros and hopefully few prototypes, | 7970 | /* System header to define __stub macros and hopefully few prototypes, |
| 8450 | which can conflict with char malloc_set_state (); below. | 7971 | which can conflict with char malloc_set_state (); below. |
| 8451 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | 7972 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 8452 | <limits.h> exists even on freestanding compilers. */ | 7973 | <limits.h> exists even on freestanding compilers. */ |
| 8453 | |||
| 8454 | #ifdef __STDC__ | 7974 | #ifdef __STDC__ |
| 8455 | # include <limits.h> | 7975 | # include <limits.h> |
| 8456 | #else | 7976 | #else |
| 8457 | # include <assert.h> | 7977 | # include <assert.h> |
| 8458 | #endif | 7978 | #endif |
| 8459 | |||
| 8460 | #undef malloc_set_state | ||
| 8461 | |||
| 8462 | /* Override any gcc2 internal prototype to avoid an error. */ | 7979 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 8463 | #ifdef __cplusplus | 7980 | #ifdef __cplusplus |
| 8464 | extern "C" | 7981 | extern "C" |
| @@ -8489,20 +8006,11 @@ return f != malloc_set_state; | |||
| 8489 | _ACEOF | 8006 | _ACEOF |
| 8490 | rm -f conftest.$ac_objext conftest$ac_exeext | 8007 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 8491 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 8008 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 8492 | (eval $ac_link) 2>conftest.er1 | 8009 | (eval $ac_link) 2>&5 |
| 8493 | ac_status=$? | 8010 | ac_status=$? |
| 8494 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 8495 | rm -f conftest.er1 | ||
| 8496 | cat conftest.err >&5 | ||
| 8497 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 8011 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 8498 | (exit $ac_status); } && | 8012 | (exit $ac_status); } && |
| 8499 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 8013 | { ac_try='test -s conftest$ac_exeext' |
| 8500 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 8501 | (eval $ac_try) 2>&5 | ||
| 8502 | ac_status=$? | ||
| 8503 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 8504 | (exit $ac_status); }; } && | ||
| 8505 | { ac_try='test -s conftest$ac_exeext' | ||
| 8506 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 8014 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 8507 | (eval $ac_try) 2>&5 | 8015 | (eval $ac_try) 2>&5 |
| 8508 | ac_status=$? | 8016 | ac_status=$? |
| @@ -8515,8 +8023,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 8515 | 8023 | ||
| 8516 | ac_cv_func_malloc_set_state=no | 8024 | ac_cv_func_malloc_set_state=no |
| 8517 | fi | 8025 | fi |
| 8518 | rm -f conftest.err conftest.$ac_objext \ | 8026 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 8519 | conftest$ac_exeext conftest.$ac_ext | ||
| 8520 | fi | 8027 | fi |
| 8521 | echo "$as_me:$LINENO: result: $ac_cv_func_malloc_set_state" >&5 | 8028 | echo "$as_me:$LINENO: result: $ac_cv_func_malloc_set_state" >&5 |
| 8522 | echo "${ECHO_T}$ac_cv_func_malloc_set_state" >&6 | 8029 | echo "${ECHO_T}$ac_cv_func_malloc_set_state" >&6 |
| @@ -8532,6 +8039,7 @@ if test "${emacs_cv_var___after_morecore_hook+set}" = set; then | |||
| 8532 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 8039 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 8533 | else | 8040 | else |
| 8534 | cat >conftest.$ac_ext <<_ACEOF | 8041 | cat >conftest.$ac_ext <<_ACEOF |
| 8042 | #line $LINENO "configure" | ||
| 8535 | /* confdefs.h. */ | 8043 | /* confdefs.h. */ |
| 8536 | _ACEOF | 8044 | _ACEOF |
| 8537 | cat confdefs.h >>conftest.$ac_ext | 8045 | cat confdefs.h >>conftest.$ac_ext |
| @@ -8548,20 +8056,11 @@ __after_morecore_hook = 0 | |||
| 8548 | _ACEOF | 8056 | _ACEOF |
| 8549 | rm -f conftest.$ac_objext conftest$ac_exeext | 8057 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 8550 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 8058 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 8551 | (eval $ac_link) 2>conftest.er1 | 8059 | (eval $ac_link) 2>&5 |
| 8552 | ac_status=$? | 8060 | ac_status=$? |
| 8553 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 8554 | rm -f conftest.er1 | ||
| 8555 | cat conftest.err >&5 | ||
| 8556 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 8061 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 8557 | (exit $ac_status); } && | 8062 | (exit $ac_status); } && |
| 8558 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 8063 | { ac_try='test -s conftest$ac_exeext' |
| 8559 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 8560 | (eval $ac_try) 2>&5 | ||
| 8561 | ac_status=$? | ||
| 8562 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 8563 | (exit $ac_status); }; } && | ||
| 8564 | { ac_try='test -s conftest$ac_exeext' | ||
| 8565 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 8064 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 8566 | (eval $ac_try) 2>&5 | 8065 | (eval $ac_try) 2>&5 |
| 8567 | ac_status=$? | 8066 | ac_status=$? |
| @@ -8574,8 +8073,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 8574 | 8073 | ||
| 8575 | emacs_cv_var___after_morecore_hook=no | 8074 | emacs_cv_var___after_morecore_hook=no |
| 8576 | fi | 8075 | fi |
| 8577 | rm -f conftest.err conftest.$ac_objext \ | 8076 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 8578 | conftest$ac_exeext conftest.$ac_ext | ||
| 8579 | fi | 8077 | fi |
| 8580 | echo "$as_me:$LINENO: result: $emacs_cv_var___after_morecore_hook" >&5 | 8078 | echo "$as_me:$LINENO: result: $emacs_cv_var___after_morecore_hook" >&5 |
| 8581 | echo "${ECHO_T}$emacs_cv_var___after_morecore_hook" >&6 | 8079 | echo "${ECHO_T}$emacs_cv_var___after_morecore_hook" >&6 |
| @@ -8622,6 +8120,7 @@ else | |||
| 8622 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 8120 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
| 8623 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 8121 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 8624 | cat >conftest.$ac_ext <<_ACEOF | 8122 | cat >conftest.$ac_ext <<_ACEOF |
| 8123 | #line $LINENO "configure" | ||
| 8625 | /* confdefs.h. */ | 8124 | /* confdefs.h. */ |
| 8626 | _ACEOF | 8125 | _ACEOF |
| 8627 | cat confdefs.h >>conftest.$ac_ext | 8126 | cat confdefs.h >>conftest.$ac_ext |
| @@ -8632,20 +8131,11 @@ $ac_includes_default | |||
| 8632 | _ACEOF | 8131 | _ACEOF |
| 8633 | rm -f conftest.$ac_objext | 8132 | rm -f conftest.$ac_objext |
| 8634 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 8133 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 8635 | (eval $ac_compile) 2>conftest.er1 | 8134 | (eval $ac_compile) 2>&5 |
| 8636 | ac_status=$? | 8135 | ac_status=$? |
| 8637 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 8638 | rm -f conftest.er1 | ||
| 8639 | cat conftest.err >&5 | ||
| 8640 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 8136 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 8641 | (exit $ac_status); } && | 8137 | (exit $ac_status); } && |
| 8642 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 8138 | { ac_try='test -s conftest.$ac_objext' |
| 8643 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 8644 | (eval $ac_try) 2>&5 | ||
| 8645 | ac_status=$? | ||
| 8646 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 8647 | (exit $ac_status); }; } && | ||
| 8648 | { ac_try='test -s conftest.$ac_objext' | ||
| 8649 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 8139 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 8650 | (eval $ac_try) 2>&5 | 8140 | (eval $ac_try) 2>&5 |
| 8651 | ac_status=$? | 8141 | ac_status=$? |
| @@ -8658,7 +8148,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 8658 | 8148 | ||
| 8659 | ac_header_compiler=no | 8149 | ac_header_compiler=no |
| 8660 | fi | 8150 | fi |
| 8661 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 8151 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 8662 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 8152 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 8663 | echo "${ECHO_T}$ac_header_compiler" >&6 | 8153 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 8664 | 8154 | ||
| @@ -8666,6 +8156,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 8666 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 8156 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
| 8667 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 8157 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 8668 | cat >conftest.$ac_ext <<_ACEOF | 8158 | cat >conftest.$ac_ext <<_ACEOF |
| 8159 | #line $LINENO "configure" | ||
| 8669 | /* confdefs.h. */ | 8160 | /* confdefs.h. */ |
| 8670 | _ACEOF | 8161 | _ACEOF |
| 8671 | cat confdefs.h >>conftest.$ac_ext | 8162 | cat confdefs.h >>conftest.$ac_ext |
| @@ -8683,7 +8174,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 8683 | (exit $ac_status); } >/dev/null; then | 8174 | (exit $ac_status); } >/dev/null; then |
| 8684 | if test -s conftest.err; then | 8175 | if test -s conftest.err; then |
| 8685 | ac_cpp_err=$ac_c_preproc_warn_flag | 8176 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 8686 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 8687 | else | 8177 | else |
| 8688 | ac_cpp_err= | 8178 | ac_cpp_err= |
| 8689 | fi | 8179 | fi |
| @@ -8703,32 +8193,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 8703 | echo "${ECHO_T}$ac_header_preproc" >&6 | 8193 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 8704 | 8194 | ||
| 8705 | # So? What about this header? | 8195 | # So? What about this header? |
| 8706 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 8196 | case $ac_header_compiler:$ac_header_preproc in |
| 8707 | yes:no: ) | 8197 | yes:no ) |
| 8708 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 8198 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 8709 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 8199 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 8710 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 | 8200 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 8711 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | 8201 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
| 8712 | ac_header_preproc=yes | 8202 | ( |
| 8203 | cat <<\_ASBOX | ||
| 8204 | ## ------------------------------------ ## | ||
| 8205 | ## Report this to bug-autoconf@gnu.org. ## | ||
| 8206 | ## ------------------------------------ ## | ||
| 8207 | _ASBOX | ||
| 8208 | ) | | ||
| 8209 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 8713 | ;; | 8210 | ;; |
| 8714 | no:yes:* ) | 8211 | no:yes ) |
| 8715 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 8212 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| 8716 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 8213 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| 8717 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 8214 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| 8718 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 8215 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| 8719 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | ||
| 8720 | echo "$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 | ||
| 8722 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 8723 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 8216 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 8724 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | 8217 | echo "$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 | ||
| 8726 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | ||
| 8727 | ( | 8218 | ( |
| 8728 | cat <<\_ASBOX | 8219 | cat <<\_ASBOX |
| 8729 | ## ------------------------------------------ ## | 8220 | ## ------------------------------------ ## |
| 8730 | ## Report this to the AC_PACKAGE_NAME lists. ## | 8221 | ## Report this to bug-autoconf@gnu.org. ## |
| 8731 | ## ------------------------------------------ ## | 8222 | ## ------------------------------------ ## |
| 8732 | _ASBOX | 8223 | _ASBOX |
| 8733 | ) | | 8224 | ) | |
| 8734 | sed "s/^/$as_me: WARNING: /" >&2 | 8225 | sed "s/^/$as_me: WARNING: /" >&2 |
| @@ -8739,7 +8230,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |||
| 8739 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | 8230 | if eval "test \"\${$as_ac_Header+set}\" = set"; then |
| 8740 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 8231 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 8741 | else | 8232 | else |
| 8742 | eval "$as_ac_Header=\$ac_header_preproc" | 8233 | eval "$as_ac_Header=$ac_header_preproc" |
| 8743 | fi | 8234 | fi |
| 8744 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | 8235 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
| 8745 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | 8236 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
| @@ -8764,28 +8255,21 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then | |||
| 8764 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 8255 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 8765 | else | 8256 | else |
| 8766 | cat >conftest.$ac_ext <<_ACEOF | 8257 | cat >conftest.$ac_ext <<_ACEOF |
| 8258 | #line $LINENO "configure" | ||
| 8767 | /* confdefs.h. */ | 8259 | /* confdefs.h. */ |
| 8768 | _ACEOF | 8260 | _ACEOF |
| 8769 | cat confdefs.h >>conftest.$ac_ext | 8261 | cat confdefs.h >>conftest.$ac_ext |
| 8770 | cat >>conftest.$ac_ext <<_ACEOF | 8262 | cat >>conftest.$ac_ext <<_ACEOF |
| 8771 | /* end confdefs.h. */ | 8263 | /* end confdefs.h. */ |
| 8772 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. | ||
| 8773 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | ||
| 8774 | #define $ac_func innocuous_$ac_func | ||
| 8775 | |||
| 8776 | /* System header to define __stub macros and hopefully few prototypes, | 8264 | /* System header to define __stub macros and hopefully few prototypes, |
| 8777 | which can conflict with char $ac_func (); below. | 8265 | which can conflict with char $ac_func (); below. |
| 8778 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | 8266 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 8779 | <limits.h> exists even on freestanding compilers. */ | 8267 | <limits.h> exists even on freestanding compilers. */ |
| 8780 | |||
| 8781 | #ifdef __STDC__ | 8268 | #ifdef __STDC__ |
| 8782 | # include <limits.h> | 8269 | # include <limits.h> |
| 8783 | #else | 8270 | #else |
| 8784 | # include <assert.h> | 8271 | # include <assert.h> |
| 8785 | #endif | 8272 | #endif |
| 8786 | |||
| 8787 | #undef $ac_func | ||
| 8788 | |||
| 8789 | /* Override any gcc2 internal prototype to avoid an error. */ | 8273 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 8790 | #ifdef __cplusplus | 8274 | #ifdef __cplusplus |
| 8791 | extern "C" | 8275 | extern "C" |
| @@ -8816,20 +8300,11 @@ return f != $ac_func; | |||
| 8816 | _ACEOF | 8300 | _ACEOF |
| 8817 | rm -f conftest.$ac_objext conftest$ac_exeext | 8301 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 8818 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 8302 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 8819 | (eval $ac_link) 2>conftest.er1 | 8303 | (eval $ac_link) 2>&5 |
| 8820 | ac_status=$? | 8304 | ac_status=$? |
| 8821 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 8822 | rm -f conftest.er1 | ||
| 8823 | cat conftest.err >&5 | ||
| 8824 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 8305 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 8825 | (exit $ac_status); } && | 8306 | (exit $ac_status); } && |
| 8826 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 8307 | { ac_try='test -s conftest$ac_exeext' |
| 8827 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 8828 | (eval $ac_try) 2>&5 | ||
| 8829 | ac_status=$? | ||
| 8830 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 8831 | (exit $ac_status); }; } && | ||
| 8832 | { ac_try='test -s conftest$ac_exeext' | ||
| 8833 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 8308 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 8834 | (eval $ac_try) 2>&5 | 8309 | (eval $ac_try) 2>&5 |
| 8835 | ac_status=$? | 8310 | ac_status=$? |
| @@ -8842,8 +8317,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 8842 | 8317 | ||
| 8843 | eval "$as_ac_var=no" | 8318 | eval "$as_ac_var=no" |
| 8844 | fi | 8319 | fi |
| 8845 | rm -f conftest.err conftest.$ac_objext \ | 8320 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 8846 | conftest$ac_exeext conftest.$ac_ext | ||
| 8847 | fi | 8321 | fi |
| 8848 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | 8322 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 |
| 8849 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | 8323 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
| @@ -8864,6 +8338,7 @@ else | |||
| 8864 | ac_cv_func_mmap_fixed_mapped=no | 8338 | ac_cv_func_mmap_fixed_mapped=no |
| 8865 | else | 8339 | else |
| 8866 | cat >conftest.$ac_ext <<_ACEOF | 8340 | cat >conftest.$ac_ext <<_ACEOF |
| 8341 | #line $LINENO "configure" | ||
| 8867 | /* confdefs.h. */ | 8342 | /* confdefs.h. */ |
| 8868 | _ACEOF | 8343 | _ACEOF |
| 8869 | cat confdefs.h >>conftest.$ac_ext | 8344 | cat confdefs.h >>conftest.$ac_ext |
| @@ -8971,9 +8446,9 @@ main () | |||
| 8971 | data2 = (char *) malloc (2 * pagesize); | 8446 | data2 = (char *) malloc (2 * pagesize); |
| 8972 | if (!data2) | 8447 | if (!data2) |
| 8973 | exit (1); | 8448 | exit (1); |
| 8974 | data2 += (pagesize - ((long) data2 & (pagesize - 1))) & (pagesize - 1); | 8449 | data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1); |
| 8975 | if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE, | 8450 | if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE, |
| 8976 | MAP_PRIVATE | MAP_FIXED, fd, 0L)) | 8451 | MAP_PRIVATE | MAP_FIXED, fd, 0L)) |
| 8977 | exit (1); | 8452 | exit (1); |
| 8978 | for (i = 0; i < pagesize; ++i) | 8453 | for (i = 0; i < pagesize; ++i) |
| 8979 | if (*(data + i) != *(data2 + i)) | 8454 | if (*(data + i) != *(data2 + i)) |
| @@ -9016,7 +8491,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 9016 | ( exit $ac_status ) | 8491 | ( exit $ac_status ) |
| 9017 | ac_cv_func_mmap_fixed_mapped=no | 8492 | ac_cv_func_mmap_fixed_mapped=no |
| 9018 | fi | 8493 | fi |
| 9019 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 8494 | rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
| 9020 | fi | 8495 | fi |
| 9021 | fi | 8496 | fi |
| 9022 | echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5 | 8497 | echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5 |
| @@ -9045,6 +8520,7 @@ else | |||
| 9045 | ac_check_lib_save_LIBS=$LIBS | 8520 | ac_check_lib_save_LIBS=$LIBS |
| 9046 | LIBS="-ldnet $LIBS" | 8521 | LIBS="-ldnet $LIBS" |
| 9047 | cat >conftest.$ac_ext <<_ACEOF | 8522 | cat >conftest.$ac_ext <<_ACEOF |
| 8523 | #line $LINENO "configure" | ||
| 9048 | /* confdefs.h. */ | 8524 | /* confdefs.h. */ |
| 9049 | _ACEOF | 8525 | _ACEOF |
| 9050 | cat confdefs.h >>conftest.$ac_ext | 8526 | cat confdefs.h >>conftest.$ac_ext |
| @@ -9068,20 +8544,11 @@ dnet_ntoa (); | |||
| 9068 | _ACEOF | 8544 | _ACEOF |
| 9069 | rm -f conftest.$ac_objext conftest$ac_exeext | 8545 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 9070 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 8546 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 9071 | (eval $ac_link) 2>conftest.er1 | 8547 | (eval $ac_link) 2>&5 |
| 9072 | ac_status=$? | 8548 | ac_status=$? |
| 9073 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 9074 | rm -f conftest.er1 | ||
| 9075 | cat conftest.err >&5 | ||
| 9076 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 8549 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 9077 | (exit $ac_status); } && | 8550 | (exit $ac_status); } && |
| 9078 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 8551 | { ac_try='test -s conftest$ac_exeext' |
| 9079 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 9080 | (eval $ac_try) 2>&5 | ||
| 9081 | ac_status=$? | ||
| 9082 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 9083 | (exit $ac_status); }; } && | ||
| 9084 | { ac_try='test -s conftest$ac_exeext' | ||
| 9085 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 8552 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 9086 | (eval $ac_try) 2>&5 | 8553 | (eval $ac_try) 2>&5 |
| 9087 | ac_status=$? | 8554 | ac_status=$? |
| @@ -9094,8 +8561,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 9094 | 8561 | ||
| 9095 | ac_cv_lib_dnet_dnet_ntoa=no | 8562 | ac_cv_lib_dnet_dnet_ntoa=no |
| 9096 | fi | 8563 | fi |
| 9097 | rm -f conftest.err conftest.$ac_objext \ | 8564 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 9098 | conftest$ac_exeext conftest.$ac_ext | ||
| 9099 | LIBS=$ac_check_lib_save_LIBS | 8565 | LIBS=$ac_check_lib_save_LIBS |
| 9100 | fi | 8566 | fi |
| 9101 | echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 | 8567 | echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 |
| @@ -9118,6 +8584,7 @@ else | |||
| 9118 | ac_check_lib_save_LIBS=$LIBS | 8584 | ac_check_lib_save_LIBS=$LIBS |
| 9119 | LIBS="-lXbsd $LIBS" | 8585 | LIBS="-lXbsd $LIBS" |
| 9120 | cat >conftest.$ac_ext <<_ACEOF | 8586 | cat >conftest.$ac_ext <<_ACEOF |
| 8587 | #line $LINENO "configure" | ||
| 9121 | /* confdefs.h. */ | 8588 | /* confdefs.h. */ |
| 9122 | _ACEOF | 8589 | _ACEOF |
| 9123 | cat confdefs.h >>conftest.$ac_ext | 8590 | cat confdefs.h >>conftest.$ac_ext |
| @@ -9135,20 +8602,11 @@ main (); | |||
| 9135 | _ACEOF | 8602 | _ACEOF |
| 9136 | rm -f conftest.$ac_objext conftest$ac_exeext | 8603 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 9137 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 8604 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 9138 | (eval $ac_link) 2>conftest.er1 | 8605 | (eval $ac_link) 2>&5 |
| 9139 | ac_status=$? | 8606 | ac_status=$? |
| 9140 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 9141 | rm -f conftest.er1 | ||
| 9142 | cat conftest.err >&5 | ||
| 9143 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 8607 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 9144 | (exit $ac_status); } && | 8608 | (exit $ac_status); } && |
| 9145 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 8609 | { ac_try='test -s conftest$ac_exeext' |
| 9146 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 9147 | (eval $ac_try) 2>&5 | ||
| 9148 | ac_status=$? | ||
| 9149 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 9150 | (exit $ac_status); }; } && | ||
| 9151 | { ac_try='test -s conftest$ac_exeext' | ||
| 9152 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 8610 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 9153 | (eval $ac_try) 2>&5 | 8611 | (eval $ac_try) 2>&5 |
| 9154 | ac_status=$? | 8612 | ac_status=$? |
| @@ -9161,8 +8619,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 9161 | 8619 | ||
| 9162 | ac_cv_lib_Xbsd_main=no | 8620 | ac_cv_lib_Xbsd_main=no |
| 9163 | fi | 8621 | fi |
| 9164 | rm -f conftest.err conftest.$ac_objext \ | 8622 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 9165 | conftest$ac_exeext conftest.$ac_ext | ||
| 9166 | LIBS=$ac_check_lib_save_LIBS | 8623 | LIBS=$ac_check_lib_save_LIBS |
| 9167 | fi | 8624 | fi |
| 9168 | echo "$as_me:$LINENO: result: $ac_cv_lib_Xbsd_main" >&5 | 8625 | echo "$as_me:$LINENO: result: $ac_cv_lib_Xbsd_main" >&5 |
| @@ -9181,6 +8638,7 @@ else | |||
| 9181 | ac_check_lib_save_LIBS=$LIBS | 8638 | ac_check_lib_save_LIBS=$LIBS |
| 9182 | LIBS="-lpthreads $LIBS" | 8639 | LIBS="-lpthreads $LIBS" |
| 9183 | cat >conftest.$ac_ext <<_ACEOF | 8640 | cat >conftest.$ac_ext <<_ACEOF |
| 8641 | #line $LINENO "configure" | ||
| 9184 | /* confdefs.h. */ | 8642 | /* confdefs.h. */ |
| 9185 | _ACEOF | 8643 | _ACEOF |
| 9186 | cat confdefs.h >>conftest.$ac_ext | 8644 | cat confdefs.h >>conftest.$ac_ext |
| @@ -9204,20 +8662,11 @@ cma_open (); | |||
| 9204 | _ACEOF | 8662 | _ACEOF |
| 9205 | rm -f conftest.$ac_objext conftest$ac_exeext | 8663 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 9206 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 8664 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 9207 | (eval $ac_link) 2>conftest.er1 | 8665 | (eval $ac_link) 2>&5 |
| 9208 | ac_status=$? | 8666 | ac_status=$? |
| 9209 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 9210 | rm -f conftest.er1 | ||
| 9211 | cat conftest.err >&5 | ||
| 9212 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 8667 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 9213 | (exit $ac_status); } && | 8668 | (exit $ac_status); } && |
| 9214 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 8669 | { ac_try='test -s conftest$ac_exeext' |
| 9215 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 9216 | (eval $ac_try) 2>&5 | ||
| 9217 | ac_status=$? | ||
| 9218 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 9219 | (exit $ac_status); }; } && | ||
| 9220 | { ac_try='test -s conftest$ac_exeext' | ||
| 9221 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 8670 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 9222 | (eval $ac_try) 2>&5 | 8671 | (eval $ac_try) 2>&5 |
| 9223 | ac_status=$? | 8672 | ac_status=$? |
| @@ -9230,8 +8679,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 9230 | 8679 | ||
| 9231 | ac_cv_lib_pthreads_cma_open=no | 8680 | ac_cv_lib_pthreads_cma_open=no |
| 9232 | fi | 8681 | fi |
| 9233 | rm -f conftest.err conftest.$ac_objext \ | 8682 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 9234 | conftest$ac_exeext conftest.$ac_ext | ||
| 9235 | LIBS=$ac_check_lib_save_LIBS | 8683 | LIBS=$ac_check_lib_save_LIBS |
| 9236 | fi | 8684 | fi |
| 9237 | echo "$as_me:$LINENO: result: $ac_cv_lib_pthreads_cma_open" >&5 | 8685 | echo "$as_me:$LINENO: result: $ac_cv_lib_pthreads_cma_open" >&5 |
| @@ -9273,6 +8721,7 @@ else | |||
| 9273 | 8721 | ||
| 9274 | LDFLAGS=$LDFLAGS\ $gdb_cv_bigtoc | 8722 | LDFLAGS=$LDFLAGS\ $gdb_cv_bigtoc |
| 9275 | cat >conftest.$ac_ext <<_ACEOF | 8723 | cat >conftest.$ac_ext <<_ACEOF |
| 8724 | #line $LINENO "configure" | ||
| 9276 | /* confdefs.h. */ | 8725 | /* confdefs.h. */ |
| 9277 | _ACEOF | 8726 | _ACEOF |
| 9278 | cat confdefs.h >>conftest.$ac_ext | 8727 | cat confdefs.h >>conftest.$ac_ext |
| @@ -9289,20 +8738,11 @@ int i; | |||
| 9289 | _ACEOF | 8738 | _ACEOF |
| 9290 | rm -f conftest.$ac_objext conftest$ac_exeext | 8739 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 9291 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 8740 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 9292 | (eval $ac_link) 2>conftest.er1 | 8741 | (eval $ac_link) 2>&5 |
| 9293 | ac_status=$? | 8742 | ac_status=$? |
| 9294 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 9295 | rm -f conftest.er1 | ||
| 9296 | cat conftest.err >&5 | ||
| 9297 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 8743 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 9298 | (exit $ac_status); } && | 8744 | (exit $ac_status); } && |
| 9299 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 8745 | { ac_try='test -s conftest$ac_exeext' |
| 9300 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 9301 | (eval $ac_try) 2>&5 | ||
| 9302 | ac_status=$? | ||
| 9303 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 9304 | (exit $ac_status); }; } && | ||
| 9305 | { ac_try='test -s conftest$ac_exeext' | ||
| 9306 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 8746 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 9307 | (eval $ac_try) 2>&5 | 8747 | (eval $ac_try) 2>&5 |
| 9308 | ac_status=$? | 8748 | ac_status=$? |
| @@ -9315,8 +8755,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 9315 | 8755 | ||
| 9316 | gdb_cv_bigtoc= | 8756 | gdb_cv_bigtoc= |
| 9317 | fi | 8757 | fi |
| 9318 | rm -f conftest.err conftest.$ac_objext \ | 8758 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 9319 | conftest$ac_exeext conftest.$ac_ext | ||
| 9320 | 8759 | ||
| 9321 | fi | 8760 | fi |
| 9322 | echo "$as_me:$LINENO: result: $gdb_cv_bigtoc" >&5 | 8761 | echo "$as_me:$LINENO: result: $gdb_cv_bigtoc" >&5 |
| @@ -9350,6 +8789,7 @@ if test "${HAVE_X11}" = "yes"; then | |||
| 9350 | echo "$as_me:$LINENO: checking whether X on GNU/Linux needs -b to link" >&5 | 8789 | echo "$as_me:$LINENO: checking whether X on GNU/Linux needs -b to link" >&5 |
| 9351 | echo $ECHO_N "checking whether X on GNU/Linux needs -b to link... $ECHO_C" >&6 | 8790 | echo $ECHO_N "checking whether X on GNU/Linux needs -b to link... $ECHO_C" >&6 |
| 9352 | cat >conftest.$ac_ext <<_ACEOF | 8791 | cat >conftest.$ac_ext <<_ACEOF |
| 8792 | #line $LINENO "configure" | ||
| 9353 | /* confdefs.h. */ | 8793 | /* confdefs.h. */ |
| 9354 | _ACEOF | 8794 | _ACEOF |
| 9355 | cat confdefs.h >>conftest.$ac_ext | 8795 | cat confdefs.h >>conftest.$ac_ext |
| @@ -9366,20 +8806,11 @@ XOpenDisplay ("foo"); | |||
| 9366 | _ACEOF | 8806 | _ACEOF |
| 9367 | rm -f conftest.$ac_objext conftest$ac_exeext | 8807 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 9368 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 8808 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 9369 | (eval $ac_link) 2>conftest.er1 | 8809 | (eval $ac_link) 2>&5 |
| 9370 | ac_status=$? | 8810 | ac_status=$? |
| 9371 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 9372 | rm -f conftest.er1 | ||
| 9373 | cat conftest.err >&5 | ||
| 9374 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 8811 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 9375 | (exit $ac_status); } && | 8812 | (exit $ac_status); } && |
| 9376 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 8813 | { ac_try='test -s conftest$ac_exeext' |
| 9377 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 9378 | (eval $ac_try) 2>&5 | ||
| 9379 | ac_status=$? | ||
| 9380 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 9381 | (exit $ac_status); }; } && | ||
| 9382 | { ac_try='test -s conftest$ac_exeext' | ||
| 9383 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 8814 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 9384 | (eval $ac_try) 2>&5 | 8815 | (eval $ac_try) 2>&5 |
| 9385 | ac_status=$? | 8816 | ac_status=$? |
| @@ -9392,8 +8823,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 9392 | 8823 | ||
| 9393 | xlinux_first_failure=yes | 8824 | xlinux_first_failure=yes |
| 9394 | fi | 8825 | fi |
| 9395 | rm -f conftest.err conftest.$ac_objext \ | 8826 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 9396 | conftest$ac_exeext conftest.$ac_ext | ||
| 9397 | if test "${xlinux_first_failure}" = "yes"; then | 8827 | if test "${xlinux_first_failure}" = "yes"; then |
| 9398 | OLD_LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE" | 8828 | OLD_LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE" |
| 9399 | OLD_C_SWITCH_X_SITE="$C_SWITCH_X_SITE" | 8829 | OLD_C_SWITCH_X_SITE="$C_SWITCH_X_SITE" |
| @@ -9404,6 +8834,7 @@ rm -f conftest.err conftest.$ac_objext \ | |||
| 9404 | CPPFLAGS="$CPPFLAGS -b i486-linuxaout" | 8834 | CPPFLAGS="$CPPFLAGS -b i486-linuxaout" |
| 9405 | LIBS="$LIBS -b i486-linuxaout" | 8835 | LIBS="$LIBS -b i486-linuxaout" |
| 9406 | cat >conftest.$ac_ext <<_ACEOF | 8836 | cat >conftest.$ac_ext <<_ACEOF |
| 8837 | #line $LINENO "configure" | ||
| 9407 | /* confdefs.h. */ | 8838 | /* confdefs.h. */ |
| 9408 | _ACEOF | 8839 | _ACEOF |
| 9409 | cat confdefs.h >>conftest.$ac_ext | 8840 | cat confdefs.h >>conftest.$ac_ext |
| @@ -9420,20 +8851,11 @@ XOpenDisplay ("foo"); | |||
| 9420 | _ACEOF | 8851 | _ACEOF |
| 9421 | rm -f conftest.$ac_objext conftest$ac_exeext | 8852 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 9422 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 8853 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 9423 | (eval $ac_link) 2>conftest.er1 | 8854 | (eval $ac_link) 2>&5 |
| 9424 | ac_status=$? | 8855 | ac_status=$? |
| 9425 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 9426 | rm -f conftest.er1 | ||
| 9427 | cat conftest.err >&5 | ||
| 9428 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 8856 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 9429 | (exit $ac_status); } && | 8857 | (exit $ac_status); } && |
| 9430 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 8858 | { ac_try='test -s conftest$ac_exeext' |
| 9431 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 9432 | (eval $ac_try) 2>&5 | ||
| 9433 | ac_status=$? | ||
| 9434 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 9435 | (exit $ac_status); }; } && | ||
| 9436 | { ac_try='test -s conftest$ac_exeext' | ||
| 9437 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 8859 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 9438 | (eval $ac_try) 2>&5 | 8860 | (eval $ac_try) 2>&5 |
| 9439 | ac_status=$? | 8861 | ac_status=$? |
| @@ -9446,8 +8868,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 9446 | 8868 | ||
| 9447 | xlinux_second_failure=yes | 8869 | xlinux_second_failure=yes |
| 9448 | fi | 8870 | fi |
| 9449 | rm -f conftest.err conftest.$ac_objext \ | 8871 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 9450 | conftest$ac_exeext conftest.$ac_ext | ||
| 9451 | if test "${xlinux_second_failure}" = "yes"; then | 8872 | if test "${xlinux_second_failure}" = "yes"; then |
| 9452 | # If we get the same failure with -b, there is no use adding -b. | 8873 | # If we get the same failure with -b, there is no use adding -b. |
| 9453 | # So take it out. This plays safe. | 8874 | # So take it out. This plays safe. |
| @@ -9472,6 +8893,7 @@ echo "${ECHO_T}no" >&6 | |||
| 9472 | echo "$as_me:$LINENO: checking for Xkb" >&5 | 8893 | echo "$as_me:$LINENO: checking for Xkb" >&5 |
| 9473 | echo $ECHO_N "checking for Xkb... $ECHO_C" >&6 | 8894 | echo $ECHO_N "checking for Xkb... $ECHO_C" >&6 |
| 9474 | cat >conftest.$ac_ext <<_ACEOF | 8895 | cat >conftest.$ac_ext <<_ACEOF |
| 8896 | #line $LINENO "configure" | ||
| 9475 | /* confdefs.h. */ | 8897 | /* confdefs.h. */ |
| 9476 | _ACEOF | 8898 | _ACEOF |
| 9477 | cat confdefs.h >>conftest.$ac_ext | 8899 | cat confdefs.h >>conftest.$ac_ext |
| @@ -9489,20 +8911,11 @@ XkbDescPtr kb = XkbGetKeyboard (0, XkbAllComponentsMask, XkbUseCoreKbd); | |||
| 9489 | _ACEOF | 8911 | _ACEOF |
| 9490 | rm -f conftest.$ac_objext conftest$ac_exeext | 8912 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 9491 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 8913 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 9492 | (eval $ac_link) 2>conftest.er1 | 8914 | (eval $ac_link) 2>&5 |
| 9493 | ac_status=$? | 8915 | ac_status=$? |
| 9494 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 9495 | rm -f conftest.er1 | ||
| 9496 | cat conftest.err >&5 | ||
| 9497 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 8916 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 9498 | (exit $ac_status); } && | 8917 | (exit $ac_status); } && |
| 9499 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 8918 | { ac_try='test -s conftest$ac_exeext' |
| 9500 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 9501 | (eval $ac_try) 2>&5 | ||
| 9502 | ac_status=$? | ||
| 9503 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 9504 | (exit $ac_status); }; } && | ||
| 9505 | { ac_try='test -s conftest$ac_exeext' | ||
| 9506 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 8919 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 9507 | (eval $ac_try) 2>&5 | 8920 | (eval $ac_try) 2>&5 |
| 9508 | ac_status=$? | 8921 | ac_status=$? |
| @@ -9515,8 +8928,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 9515 | 8928 | ||
| 9516 | emacs_xkb=no | 8929 | emacs_xkb=no |
| 9517 | fi | 8930 | fi |
| 9518 | rm -f conftest.err conftest.$ac_objext \ | 8931 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 9519 | conftest$ac_exeext conftest.$ac_ext | ||
| 9520 | echo "$as_me:$LINENO: result: $emacs_xkb" >&5 | 8932 | echo "$as_me:$LINENO: result: $emacs_xkb" >&5 |
| 9521 | echo "${ECHO_T}$emacs_xkb" >&6 | 8933 | echo "${ECHO_T}$emacs_xkb" >&6 |
| 9522 | if test $emacs_xkb = yes; then | 8934 | if test $emacs_xkb = yes; then |
| @@ -9541,28 +8953,21 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then | |||
| 9541 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 8953 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 9542 | else | 8954 | else |
| 9543 | cat >conftest.$ac_ext <<_ACEOF | 8955 | cat >conftest.$ac_ext <<_ACEOF |
| 8956 | #line $LINENO "configure" | ||
| 9544 | /* confdefs.h. */ | 8957 | /* confdefs.h. */ |
| 9545 | _ACEOF | 8958 | _ACEOF |
| 9546 | cat confdefs.h >>conftest.$ac_ext | 8959 | cat confdefs.h >>conftest.$ac_ext |
| 9547 | cat >>conftest.$ac_ext <<_ACEOF | 8960 | cat >>conftest.$ac_ext <<_ACEOF |
| 9548 | /* end confdefs.h. */ | 8961 | /* end confdefs.h. */ |
| 9549 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. | ||
| 9550 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | ||
| 9551 | #define $ac_func innocuous_$ac_func | ||
| 9552 | |||
| 9553 | /* System header to define __stub macros and hopefully few prototypes, | 8962 | /* System header to define __stub macros and hopefully few prototypes, |
| 9554 | which can conflict with char $ac_func (); below. | 8963 | which can conflict with char $ac_func (); below. |
| 9555 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | 8964 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 9556 | <limits.h> exists even on freestanding compilers. */ | 8965 | <limits.h> exists even on freestanding compilers. */ |
| 9557 | |||
| 9558 | #ifdef __STDC__ | 8966 | #ifdef __STDC__ |
| 9559 | # include <limits.h> | 8967 | # include <limits.h> |
| 9560 | #else | 8968 | #else |
| 9561 | # include <assert.h> | 8969 | # include <assert.h> |
| 9562 | #endif | 8970 | #endif |
| 9563 | |||
| 9564 | #undef $ac_func | ||
| 9565 | |||
| 9566 | /* Override any gcc2 internal prototype to avoid an error. */ | 8971 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 9567 | #ifdef __cplusplus | 8972 | #ifdef __cplusplus |
| 9568 | extern "C" | 8973 | extern "C" |
| @@ -9593,20 +8998,11 @@ return f != $ac_func; | |||
| 9593 | _ACEOF | 8998 | _ACEOF |
| 9594 | rm -f conftest.$ac_objext conftest$ac_exeext | 8999 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 9595 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 9000 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 9596 | (eval $ac_link) 2>conftest.er1 | 9001 | (eval $ac_link) 2>&5 |
| 9597 | ac_status=$? | 9002 | ac_status=$? |
| 9598 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 9599 | rm -f conftest.er1 | ||
| 9600 | cat conftest.err >&5 | ||
| 9601 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 9003 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 9602 | (exit $ac_status); } && | 9004 | (exit $ac_status); } && |
| 9603 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 9005 | { ac_try='test -s conftest$ac_exeext' |
| 9604 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 9605 | (eval $ac_try) 2>&5 | ||
| 9606 | ac_status=$? | ||
| 9607 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 9608 | (exit $ac_status); }; } && | ||
| 9609 | { ac_try='test -s conftest$ac_exeext' | ||
| 9610 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 9006 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 9611 | (eval $ac_try) 2>&5 | 9007 | (eval $ac_try) 2>&5 |
| 9612 | ac_status=$? | 9008 | ac_status=$? |
| @@ -9619,8 +9015,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 9619 | 9015 | ||
| 9620 | eval "$as_ac_var=no" | 9016 | eval "$as_ac_var=no" |
| 9621 | fi | 9017 | fi |
| 9622 | rm -f conftest.err conftest.$ac_objext \ | 9018 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 9623 | conftest$ac_exeext conftest.$ac_ext | ||
| 9624 | fi | 9019 | fi |
| 9625 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | 9020 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 |
| 9626 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | 9021 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
| @@ -9641,6 +9036,7 @@ echo $ECHO_N "checking X11 version 6... $ECHO_C" >&6 | |||
| 9641 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 9036 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 9642 | else | 9037 | else |
| 9643 | cat >conftest.$ac_ext <<_ACEOF | 9038 | cat >conftest.$ac_ext <<_ACEOF |
| 9039 | #line $LINENO "configure" | ||
| 9644 | /* confdefs.h. */ | 9040 | /* confdefs.h. */ |
| 9645 | _ACEOF | 9041 | _ACEOF |
| 9646 | cat confdefs.h >>conftest.$ac_ext | 9042 | cat confdefs.h >>conftest.$ac_ext |
| @@ -9660,20 +9056,11 @@ fail; | |||
| 9660 | _ACEOF | 9056 | _ACEOF |
| 9661 | rm -f conftest.$ac_objext conftest$ac_exeext | 9057 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 9662 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 9058 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 9663 | (eval $ac_link) 2>conftest.er1 | 9059 | (eval $ac_link) 2>&5 |
| 9664 | ac_status=$? | 9060 | ac_status=$? |
| 9665 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 9666 | rm -f conftest.er1 | ||
| 9667 | cat conftest.err >&5 | ||
| 9668 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 9061 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 9669 | (exit $ac_status); } && | 9062 | (exit $ac_status); } && |
| 9670 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 9063 | { ac_try='test -s conftest$ac_exeext' |
| 9671 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 9672 | (eval $ac_try) 2>&5 | ||
| 9673 | ac_status=$? | ||
| 9674 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 9675 | (exit $ac_status); }; } && | ||
| 9676 | { ac_try='test -s conftest$ac_exeext' | ||
| 9677 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 9064 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 9678 | (eval $ac_try) 2>&5 | 9065 | (eval $ac_try) 2>&5 |
| 9679 | ac_status=$? | 9066 | ac_status=$? |
| @@ -9686,8 +9073,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 9686 | 9073 | ||
| 9687 | emacs_cv_x11_version_6=no | 9074 | emacs_cv_x11_version_6=no |
| 9688 | fi | 9075 | fi |
| 9689 | rm -f conftest.err conftest.$ac_objext \ | 9076 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 9690 | conftest$ac_exeext conftest.$ac_ext | ||
| 9691 | fi | 9077 | fi |
| 9692 | 9078 | ||
| 9693 | if test $emacs_cv_x11_version_6 = yes; then | 9079 | if test $emacs_cv_x11_version_6 = yes; then |
| @@ -9711,6 +9097,7 @@ echo $ECHO_N "checking X11 version 5... $ECHO_C" >&6 | |||
| 9711 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 9097 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 9712 | else | 9098 | else |
| 9713 | cat >conftest.$ac_ext <<_ACEOF | 9099 | cat >conftest.$ac_ext <<_ACEOF |
| 9100 | #line $LINENO "configure" | ||
| 9714 | /* confdefs.h. */ | 9101 | /* confdefs.h. */ |
| 9715 | _ACEOF | 9102 | _ACEOF |
| 9716 | cat confdefs.h >>conftest.$ac_ext | 9103 | cat confdefs.h >>conftest.$ac_ext |
| @@ -9730,20 +9117,11 @@ fail; | |||
| 9730 | _ACEOF | 9117 | _ACEOF |
| 9731 | rm -f conftest.$ac_objext conftest$ac_exeext | 9118 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 9732 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 9119 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 9733 | (eval $ac_link) 2>conftest.er1 | 9120 | (eval $ac_link) 2>&5 |
| 9734 | ac_status=$? | 9121 | ac_status=$? |
| 9735 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 9736 | rm -f conftest.er1 | ||
| 9737 | cat conftest.err >&5 | ||
| 9738 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 9122 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 9739 | (exit $ac_status); } && | 9123 | (exit $ac_status); } && |
| 9740 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 9124 | { ac_try='test -s conftest$ac_exeext' |
| 9741 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 9742 | (eval $ac_try) 2>&5 | ||
| 9743 | ac_status=$? | ||
| 9744 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 9745 | (exit $ac_status); }; } && | ||
| 9746 | { ac_try='test -s conftest$ac_exeext' | ||
| 9747 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 9125 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 9748 | (eval $ac_try) 2>&5 | 9126 | (eval $ac_try) 2>&5 |
| 9749 | ac_status=$? | 9127 | ac_status=$? |
| @@ -9756,8 +9134,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 9756 | 9134 | ||
| 9757 | emacs_cv_x11_version_5=no | 9135 | emacs_cv_x11_version_5=no |
| 9758 | fi | 9136 | fi |
| 9759 | rm -f conftest.err conftest.$ac_objext \ | 9137 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 9760 | conftest$ac_exeext conftest.$ac_ext | ||
| 9761 | fi | 9138 | fi |
| 9762 | 9139 | ||
| 9763 | if test $emacs_cv_x11_version_5 = yes; then | 9140 | if test $emacs_cv_x11_version_5 = yes; then |
| @@ -9918,28 +9295,21 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then | |||
| 9918 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 9295 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 9919 | else | 9296 | else |
| 9920 | cat >conftest.$ac_ext <<_ACEOF | 9297 | cat >conftest.$ac_ext <<_ACEOF |
| 9298 | #line $LINENO "configure" | ||
| 9921 | /* confdefs.h. */ | 9299 | /* confdefs.h. */ |
| 9922 | _ACEOF | 9300 | _ACEOF |
| 9923 | cat confdefs.h >>conftest.$ac_ext | 9301 | cat confdefs.h >>conftest.$ac_ext |
| 9924 | cat >>conftest.$ac_ext <<_ACEOF | 9302 | cat >>conftest.$ac_ext <<_ACEOF |
| 9925 | /* end confdefs.h. */ | 9303 | /* end confdefs.h. */ |
| 9926 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. | ||
| 9927 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | ||
| 9928 | #define $ac_func innocuous_$ac_func | ||
| 9929 | |||
| 9930 | /* System header to define __stub macros and hopefully few prototypes, | 9304 | /* System header to define __stub macros and hopefully few prototypes, |
| 9931 | which can conflict with char $ac_func (); below. | 9305 | which can conflict with char $ac_func (); below. |
| 9932 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | 9306 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 9933 | <limits.h> exists even on freestanding compilers. */ | 9307 | <limits.h> exists even on freestanding compilers. */ |
| 9934 | |||
| 9935 | #ifdef __STDC__ | 9308 | #ifdef __STDC__ |
| 9936 | # include <limits.h> | 9309 | # include <limits.h> |
| 9937 | #else | 9310 | #else |
| 9938 | # include <assert.h> | 9311 | # include <assert.h> |
| 9939 | #endif | 9312 | #endif |
| 9940 | |||
| 9941 | #undef $ac_func | ||
| 9942 | |||
| 9943 | /* Override any gcc2 internal prototype to avoid an error. */ | 9313 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 9944 | #ifdef __cplusplus | 9314 | #ifdef __cplusplus |
| 9945 | extern "C" | 9315 | extern "C" |
| @@ -9970,20 +9340,11 @@ return f != $ac_func; | |||
| 9970 | _ACEOF | 9340 | _ACEOF |
| 9971 | rm -f conftest.$ac_objext conftest$ac_exeext | 9341 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 9972 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 9342 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 9973 | (eval $ac_link) 2>conftest.er1 | 9343 | (eval $ac_link) 2>&5 |
| 9974 | ac_status=$? | 9344 | ac_status=$? |
| 9975 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 9976 | rm -f conftest.er1 | ||
| 9977 | cat conftest.err >&5 | ||
| 9978 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 9345 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 9979 | (exit $ac_status); } && | 9346 | (exit $ac_status); } && |
| 9980 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 9347 | { ac_try='test -s conftest$ac_exeext' |
| 9981 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 9982 | (eval $ac_try) 2>&5 | ||
| 9983 | ac_status=$? | ||
| 9984 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 9985 | (exit $ac_status); }; } && | ||
| 9986 | { ac_try='test -s conftest$ac_exeext' | ||
| 9987 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 9348 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 9988 | (eval $ac_try) 2>&5 | 9349 | (eval $ac_try) 2>&5 |
| 9989 | ac_status=$? | 9350 | ac_status=$? |
| @@ -9996,8 +9357,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 9996 | 9357 | ||
| 9997 | eval "$as_ac_var=no" | 9358 | eval "$as_ac_var=no" |
| 9998 | fi | 9359 | fi |
| 9999 | rm -f conftest.err conftest.$ac_objext \ | 9360 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 10000 | conftest$ac_exeext conftest.$ac_ext | ||
| 10001 | fi | 9361 | fi |
| 10002 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | 9362 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 |
| 10003 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | 9363 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
| @@ -10027,28 +9387,21 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then | |||
| 10027 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 9387 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 10028 | else | 9388 | else |
| 10029 | cat >conftest.$ac_ext <<_ACEOF | 9389 | cat >conftest.$ac_ext <<_ACEOF |
| 9390 | #line $LINENO "configure" | ||
| 10030 | /* confdefs.h. */ | 9391 | /* confdefs.h. */ |
| 10031 | _ACEOF | 9392 | _ACEOF |
| 10032 | cat confdefs.h >>conftest.$ac_ext | 9393 | cat confdefs.h >>conftest.$ac_ext |
| 10033 | cat >>conftest.$ac_ext <<_ACEOF | 9394 | cat >>conftest.$ac_ext <<_ACEOF |
| 10034 | /* end confdefs.h. */ | 9395 | /* end confdefs.h. */ |
| 10035 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. | ||
| 10036 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | ||
| 10037 | #define $ac_func innocuous_$ac_func | ||
| 10038 | |||
| 10039 | /* System header to define __stub macros and hopefully few prototypes, | 9396 | /* System header to define __stub macros and hopefully few prototypes, |
| 10040 | which can conflict with char $ac_func (); below. | 9397 | which can conflict with char $ac_func (); below. |
| 10041 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | 9398 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 10042 | <limits.h> exists even on freestanding compilers. */ | 9399 | <limits.h> exists even on freestanding compilers. */ |
| 10043 | |||
| 10044 | #ifdef __STDC__ | 9400 | #ifdef __STDC__ |
| 10045 | # include <limits.h> | 9401 | # include <limits.h> |
| 10046 | #else | 9402 | #else |
| 10047 | # include <assert.h> | 9403 | # include <assert.h> |
| 10048 | #endif | 9404 | #endif |
| 10049 | |||
| 10050 | #undef $ac_func | ||
| 10051 | |||
| 10052 | /* Override any gcc2 internal prototype to avoid an error. */ | 9405 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 10053 | #ifdef __cplusplus | 9406 | #ifdef __cplusplus |
| 10054 | extern "C" | 9407 | extern "C" |
| @@ -10079,20 +9432,11 @@ return f != $ac_func; | |||
| 10079 | _ACEOF | 9432 | _ACEOF |
| 10080 | rm -f conftest.$ac_objext conftest$ac_exeext | 9433 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 10081 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 9434 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 10082 | (eval $ac_link) 2>conftest.er1 | 9435 | (eval $ac_link) 2>&5 |
| 10083 | ac_status=$? | 9436 | ac_status=$? |
| 10084 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 10085 | rm -f conftest.er1 | ||
| 10086 | cat conftest.err >&5 | ||
| 10087 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 9437 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 10088 | (exit $ac_status); } && | 9438 | (exit $ac_status); } && |
| 10089 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 9439 | { ac_try='test -s conftest$ac_exeext' |
| 10090 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 10091 | (eval $ac_try) 2>&5 | ||
| 10092 | ac_status=$? | ||
| 10093 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 10094 | (exit $ac_status); }; } && | ||
| 10095 | { ac_try='test -s conftest$ac_exeext' | ||
| 10096 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 9440 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 10097 | (eval $ac_try) 2>&5 | 9441 | (eval $ac_try) 2>&5 |
| 10098 | ac_status=$? | 9442 | ac_status=$? |
| @@ -10105,8 +9449,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 10105 | 9449 | ||
| 10106 | eval "$as_ac_var=no" | 9450 | eval "$as_ac_var=no" |
| 10107 | fi | 9451 | fi |
| 10108 | rm -f conftest.err conftest.$ac_objext \ | 9452 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 10109 | conftest$ac_exeext conftest.$ac_ext | ||
| 10110 | fi | 9453 | fi |
| 10111 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | 9454 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 |
| 10112 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | 9455 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
| @@ -10130,28 +9473,21 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then | |||
| 10130 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 9473 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 10131 | else | 9474 | else |
| 10132 | cat >conftest.$ac_ext <<_ACEOF | 9475 | cat >conftest.$ac_ext <<_ACEOF |
| 9476 | #line $LINENO "configure" | ||
| 10133 | /* confdefs.h. */ | 9477 | /* confdefs.h. */ |
| 10134 | _ACEOF | 9478 | _ACEOF |
| 10135 | cat confdefs.h >>conftest.$ac_ext | 9479 | cat confdefs.h >>conftest.$ac_ext |
| 10136 | cat >>conftest.$ac_ext <<_ACEOF | 9480 | cat >>conftest.$ac_ext <<_ACEOF |
| 10137 | /* end confdefs.h. */ | 9481 | /* end confdefs.h. */ |
| 10138 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. | ||
| 10139 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | ||
| 10140 | #define $ac_func innocuous_$ac_func | ||
| 10141 | |||
| 10142 | /* System header to define __stub macros and hopefully few prototypes, | 9482 | /* System header to define __stub macros and hopefully few prototypes, |
| 10143 | which can conflict with char $ac_func (); below. | 9483 | which can conflict with char $ac_func (); below. |
| 10144 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | 9484 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 10145 | <limits.h> exists even on freestanding compilers. */ | 9485 | <limits.h> exists even on freestanding compilers. */ |
| 10146 | |||
| 10147 | #ifdef __STDC__ | 9486 | #ifdef __STDC__ |
| 10148 | # include <limits.h> | 9487 | # include <limits.h> |
| 10149 | #else | 9488 | #else |
| 10150 | # include <assert.h> | 9489 | # include <assert.h> |
| 10151 | #endif | 9490 | #endif |
| 10152 | |||
| 10153 | #undef $ac_func | ||
| 10154 | |||
| 10155 | /* Override any gcc2 internal prototype to avoid an error. */ | 9491 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 10156 | #ifdef __cplusplus | 9492 | #ifdef __cplusplus |
| 10157 | extern "C" | 9493 | extern "C" |
| @@ -10182,20 +9518,11 @@ return f != $ac_func; | |||
| 10182 | _ACEOF | 9518 | _ACEOF |
| 10183 | rm -f conftest.$ac_objext conftest$ac_exeext | 9519 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 10184 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 9520 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 10185 | (eval $ac_link) 2>conftest.er1 | 9521 | (eval $ac_link) 2>&5 |
| 10186 | ac_status=$? | 9522 | ac_status=$? |
| 10187 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 10188 | rm -f conftest.er1 | ||
| 10189 | cat conftest.err >&5 | ||
| 10190 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 9523 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 10191 | (exit $ac_status); } && | 9524 | (exit $ac_status); } && |
| 10192 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 9525 | { ac_try='test -s conftest$ac_exeext' |
| 10193 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 10194 | (eval $ac_try) 2>&5 | ||
| 10195 | ac_status=$? | ||
| 10196 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 10197 | (exit $ac_status); }; } && | ||
| 10198 | { ac_try='test -s conftest$ac_exeext' | ||
| 10199 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 9526 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 10200 | (eval $ac_try) 2>&5 | 9527 | (eval $ac_try) 2>&5 |
| 10201 | ac_status=$? | 9528 | ac_status=$? |
| @@ -10208,8 +9535,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 10208 | 9535 | ||
| 10209 | eval "$as_ac_var=no" | 9536 | eval "$as_ac_var=no" |
| 10210 | fi | 9537 | fi |
| 10211 | rm -f conftest.err conftest.$ac_objext \ | 9538 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 10212 | conftest$ac_exeext conftest.$ac_ext | ||
| 10213 | fi | 9539 | fi |
| 10214 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | 9540 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 |
| 10215 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | 9541 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
| @@ -10250,6 +9576,7 @@ else | |||
| 10250 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 9576 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
| 10251 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 9577 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 10252 | cat >conftest.$ac_ext <<_ACEOF | 9578 | cat >conftest.$ac_ext <<_ACEOF |
| 9579 | #line $LINENO "configure" | ||
| 10253 | /* confdefs.h. */ | 9580 | /* confdefs.h. */ |
| 10254 | _ACEOF | 9581 | _ACEOF |
| 10255 | cat confdefs.h >>conftest.$ac_ext | 9582 | cat confdefs.h >>conftest.$ac_ext |
| @@ -10260,20 +9587,11 @@ $ac_includes_default | |||
| 10260 | _ACEOF | 9587 | _ACEOF |
| 10261 | rm -f conftest.$ac_objext | 9588 | rm -f conftest.$ac_objext |
| 10262 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 9589 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 10263 | (eval $ac_compile) 2>conftest.er1 | 9590 | (eval $ac_compile) 2>&5 |
| 10264 | ac_status=$? | 9591 | ac_status=$? |
| 10265 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 10266 | rm -f conftest.er1 | ||
| 10267 | cat conftest.err >&5 | ||
| 10268 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 9592 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 10269 | (exit $ac_status); } && | 9593 | (exit $ac_status); } && |
| 10270 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 9594 | { ac_try='test -s conftest.$ac_objext' |
| 10271 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 10272 | (eval $ac_try) 2>&5 | ||
| 10273 | ac_status=$? | ||
| 10274 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 10275 | (exit $ac_status); }; } && | ||
| 10276 | { ac_try='test -s conftest.$ac_objext' | ||
| 10277 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 9595 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 10278 | (eval $ac_try) 2>&5 | 9596 | (eval $ac_try) 2>&5 |
| 10279 | ac_status=$? | 9597 | ac_status=$? |
| @@ -10286,7 +9604,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 10286 | 9604 | ||
| 10287 | ac_header_compiler=no | 9605 | ac_header_compiler=no |
| 10288 | fi | 9606 | fi |
| 10289 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 9607 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 10290 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 9608 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 10291 | echo "${ECHO_T}$ac_header_compiler" >&6 | 9609 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 10292 | 9610 | ||
| @@ -10294,6 +9612,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 10294 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 9612 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
| 10295 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 9613 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 10296 | cat >conftest.$ac_ext <<_ACEOF | 9614 | cat >conftest.$ac_ext <<_ACEOF |
| 9615 | #line $LINENO "configure" | ||
| 10297 | /* confdefs.h. */ | 9616 | /* confdefs.h. */ |
| 10298 | _ACEOF | 9617 | _ACEOF |
| 10299 | cat confdefs.h >>conftest.$ac_ext | 9618 | cat confdefs.h >>conftest.$ac_ext |
| @@ -10311,7 +9630,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 10311 | (exit $ac_status); } >/dev/null; then | 9630 | (exit $ac_status); } >/dev/null; then |
| 10312 | if test -s conftest.err; then | 9631 | if test -s conftest.err; then |
| 10313 | ac_cpp_err=$ac_c_preproc_warn_flag | 9632 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 10314 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 10315 | else | 9633 | else |
| 10316 | ac_cpp_err= | 9634 | ac_cpp_err= |
| 10317 | fi | 9635 | fi |
| @@ -10331,32 +9649,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 10331 | echo "${ECHO_T}$ac_header_preproc" >&6 | 9649 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 10332 | 9650 | ||
| 10333 | # So? What about this header? | 9651 | # So? What about this header? |
| 10334 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 9652 | case $ac_header_compiler:$ac_header_preproc in |
| 10335 | yes:no: ) | 9653 | yes:no ) |
| 10336 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 9654 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 10337 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 9655 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 10338 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 | 9656 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 10339 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | 9657 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
| 10340 | ac_header_preproc=yes | 9658 | ( |
| 9659 | cat <<\_ASBOX | ||
| 9660 | ## ------------------------------------ ## | ||
| 9661 | ## Report this to bug-autoconf@gnu.org. ## | ||
| 9662 | ## ------------------------------------ ## | ||
| 9663 | _ASBOX | ||
| 9664 | ) | | ||
| 9665 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 10341 | ;; | 9666 | ;; |
| 10342 | no:yes:* ) | 9667 | no:yes ) |
| 10343 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 9668 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| 10344 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 9669 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| 10345 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 9670 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| 10346 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 9671 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| 10347 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | ||
| 10348 | echo "$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 | ||
| 10350 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 10351 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 9672 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 10352 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | 9673 | echo "$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 | ||
| 10354 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | ||
| 10355 | ( | 9674 | ( |
| 10356 | cat <<\_ASBOX | 9675 | cat <<\_ASBOX |
| 10357 | ## ------------------------------------------ ## | 9676 | ## ------------------------------------ ## |
| 10358 | ## Report this to the AC_PACKAGE_NAME lists. ## | 9677 | ## Report this to bug-autoconf@gnu.org. ## |
| 10359 | ## ------------------------------------------ ## | 9678 | ## ------------------------------------ ## |
| 10360 | _ASBOX | 9679 | _ASBOX |
| 10361 | ) | | 9680 | ) | |
| 10362 | sed "s/^/$as_me: WARNING: /" >&2 | 9681 | sed "s/^/$as_me: WARNING: /" >&2 |
| @@ -10367,7 +9686,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |||
| 10367 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | 9686 | if eval "test \"\${$as_ac_Header+set}\" = set"; then |
| 10368 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 9687 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 10369 | else | 9688 | else |
| 10370 | eval "$as_ac_Header=\$ac_header_preproc" | 9689 | eval "$as_ac_Header=$ac_header_preproc" |
| 10371 | fi | 9690 | fi |
| 10372 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | 9691 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
| 10373 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | 9692 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
| @@ -10391,6 +9710,7 @@ else | |||
| 10391 | ac_check_lib_save_LIBS=$LIBS | 9710 | ac_check_lib_save_LIBS=$LIBS |
| 10392 | LIBS="-lpthread $LIBS" | 9711 | LIBS="-lpthread $LIBS" |
| 10393 | cat >conftest.$ac_ext <<_ACEOF | 9712 | cat >conftest.$ac_ext <<_ACEOF |
| 9713 | #line $LINENO "configure" | ||
| 10394 | /* confdefs.h. */ | 9714 | /* confdefs.h. */ |
| 10395 | _ACEOF | 9715 | _ACEOF |
| 10396 | cat confdefs.h >>conftest.$ac_ext | 9716 | cat confdefs.h >>conftest.$ac_ext |
| @@ -10414,20 +9734,11 @@ pthread_self (); | |||
| 10414 | _ACEOF | 9734 | _ACEOF |
| 10415 | rm -f conftest.$ac_objext conftest$ac_exeext | 9735 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 10416 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 9736 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 10417 | (eval $ac_link) 2>conftest.er1 | 9737 | (eval $ac_link) 2>&5 |
| 10418 | ac_status=$? | 9738 | ac_status=$? |
| 10419 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 10420 | rm -f conftest.er1 | ||
| 10421 | cat conftest.err >&5 | ||
| 10422 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 9739 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 10423 | (exit $ac_status); } && | 9740 | (exit $ac_status); } && |
| 10424 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 9741 | { ac_try='test -s conftest$ac_exeext' |
| 10425 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 10426 | (eval $ac_try) 2>&5 | ||
| 10427 | ac_status=$? | ||
| 10428 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 10429 | (exit $ac_status); }; } && | ||
| 10430 | { ac_try='test -s conftest$ac_exeext' | ||
| 10431 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 9742 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 10432 | (eval $ac_try) 2>&5 | 9743 | (eval $ac_try) 2>&5 |
| 10433 | ac_status=$? | 9744 | ac_status=$? |
| @@ -10440,8 +9751,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 10440 | 9751 | ||
| 10441 | ac_cv_lib_pthread_pthread_self=no | 9752 | ac_cv_lib_pthread_pthread_self=no |
| 10442 | fi | 9753 | fi |
| 10443 | rm -f conftest.err conftest.$ac_objext \ | 9754 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 10444 | conftest$ac_exeext conftest.$ac_ext | ||
| 10445 | LIBS=$ac_check_lib_save_LIBS | 9755 | LIBS=$ac_check_lib_save_LIBS |
| 10446 | fi | 9756 | fi |
| 10447 | echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_self" >&5 | 9757 | echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_self" >&5 |
| @@ -10470,6 +9780,7 @@ echo $ECHO_N "checking X11 version 5 with Xaw... $ECHO_C" >&6 | |||
| 10470 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 9780 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 10471 | else | 9781 | else |
| 10472 | cat >conftest.$ac_ext <<_ACEOF | 9782 | cat >conftest.$ac_ext <<_ACEOF |
| 9783 | #line $LINENO "configure" | ||
| 10473 | /* confdefs.h. */ | 9784 | /* confdefs.h. */ |
| 10474 | _ACEOF | 9785 | _ACEOF |
| 10475 | cat confdefs.h >>conftest.$ac_ext | 9786 | cat confdefs.h >>conftest.$ac_ext |
| @@ -10488,20 +9799,11 @@ main () | |||
| 10488 | _ACEOF | 9799 | _ACEOF |
| 10489 | rm -f conftest.$ac_objext conftest$ac_exeext | 9800 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 10490 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 9801 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 10491 | (eval $ac_link) 2>conftest.er1 | 9802 | (eval $ac_link) 2>&5 |
| 10492 | ac_status=$? | 9803 | ac_status=$? |
| 10493 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 10494 | rm -f conftest.er1 | ||
| 10495 | cat conftest.err >&5 | ||
| 10496 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 9804 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 10497 | (exit $ac_status); } && | 9805 | (exit $ac_status); } && |
| 10498 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 9806 | { ac_try='test -s conftest$ac_exeext' |
| 10499 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 10500 | (eval $ac_try) 2>&5 | ||
| 10501 | ac_status=$? | ||
| 10502 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 10503 | (exit $ac_status); }; } && | ||
| 10504 | { ac_try='test -s conftest$ac_exeext' | ||
| 10505 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 9807 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 10506 | (eval $ac_try) 2>&5 | 9808 | (eval $ac_try) 2>&5 |
| 10507 | ac_status=$? | 9809 | ac_status=$? |
| @@ -10514,8 +9816,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 10514 | 9816 | ||
| 10515 | emacs_cv_x11_version_5_with_xaw=no | 9817 | emacs_cv_x11_version_5_with_xaw=no |
| 10516 | fi | 9818 | fi |
| 10517 | rm -f conftest.err conftest.$ac_objext \ | 9819 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 10518 | conftest$ac_exeext conftest.$ac_ext | ||
| 10519 | fi | 9820 | fi |
| 10520 | 9821 | ||
| 10521 | if test $emacs_cv_x11_version_5_with_xaw = yes; then | 9822 | if test $emacs_cv_x11_version_5_with_xaw = yes; then |
| @@ -10541,6 +9842,7 @@ echo $ECHO_N "checking X11 toolkit version... $ECHO_C" >&6 | |||
| 10541 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 9842 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 10542 | else | 9843 | else |
| 10543 | cat >conftest.$ac_ext <<_ACEOF | 9844 | cat >conftest.$ac_ext <<_ACEOF |
| 9845 | #line $LINENO "configure" | ||
| 10544 | /* confdefs.h. */ | 9846 | /* confdefs.h. */ |
| 10545 | _ACEOF | 9847 | _ACEOF |
| 10546 | cat confdefs.h >>conftest.$ac_ext | 9848 | cat confdefs.h >>conftest.$ac_ext |
| @@ -10560,20 +9862,11 @@ fail; | |||
| 10560 | _ACEOF | 9862 | _ACEOF |
| 10561 | rm -f conftest.$ac_objext conftest$ac_exeext | 9863 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 10562 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 9864 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 10563 | (eval $ac_link) 2>conftest.er1 | 9865 | (eval $ac_link) 2>&5 |
| 10564 | ac_status=$? | 9866 | ac_status=$? |
| 10565 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 10566 | rm -f conftest.er1 | ||
| 10567 | cat conftest.err >&5 | ||
| 10568 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 9867 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 10569 | (exit $ac_status); } && | 9868 | (exit $ac_status); } && |
| 10570 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 9869 | { ac_try='test -s conftest$ac_exeext' |
| 10571 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 10572 | (eval $ac_try) 2>&5 | ||
| 10573 | ac_status=$? | ||
| 10574 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 10575 | (exit $ac_status); }; } && | ||
| 10576 | { ac_try='test -s conftest$ac_exeext' | ||
| 10577 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 9870 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 10578 | (eval $ac_try) 2>&5 | 9871 | (eval $ac_try) 2>&5 |
| 10579 | ac_status=$? | 9872 | ac_status=$? |
| @@ -10586,8 +9879,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 10586 | 9879 | ||
| 10587 | emacs_cv_x11_toolkit_version_6=no | 9880 | emacs_cv_x11_toolkit_version_6=no |
| 10588 | fi | 9881 | fi |
| 10589 | rm -f conftest.err conftest.$ac_objext \ | 9882 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 10590 | conftest$ac_exeext conftest.$ac_ext | ||
| 10591 | fi | 9883 | fi |
| 10592 | 9884 | ||
| 10593 | HAVE_X11XTR6=$emacs_cv_x11_toolkit_version_6 | 9885 | HAVE_X11XTR6=$emacs_cv_x11_toolkit_version_6 |
| @@ -10619,6 +9911,7 @@ else | |||
| 10619 | ac_check_lib_save_LIBS=$LIBS | 9911 | ac_check_lib_save_LIBS=$LIBS |
| 10620 | LIBS="-lXmu $LIBS" | 9912 | LIBS="-lXmu $LIBS" |
| 10621 | cat >conftest.$ac_ext <<_ACEOF | 9913 | cat >conftest.$ac_ext <<_ACEOF |
| 9914 | #line $LINENO "configure" | ||
| 10622 | /* confdefs.h. */ | 9915 | /* confdefs.h. */ |
| 10623 | _ACEOF | 9916 | _ACEOF |
| 10624 | cat confdefs.h >>conftest.$ac_ext | 9917 | cat confdefs.h >>conftest.$ac_ext |
| @@ -10642,20 +9935,11 @@ XmuConvertStandardSelection (); | |||
| 10642 | _ACEOF | 9935 | _ACEOF |
| 10643 | rm -f conftest.$ac_objext conftest$ac_exeext | 9936 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 10644 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 9937 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 10645 | (eval $ac_link) 2>conftest.er1 | 9938 | (eval $ac_link) 2>&5 |
| 10646 | ac_status=$? | 9939 | ac_status=$? |
| 10647 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 10648 | rm -f conftest.er1 | ||
| 10649 | cat conftest.err >&5 | ||
| 10650 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 9940 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 10651 | (exit $ac_status); } && | 9941 | (exit $ac_status); } && |
| 10652 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 9942 | { ac_try='test -s conftest$ac_exeext' |
| 10653 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 10654 | (eval $ac_try) 2>&5 | ||
| 10655 | ac_status=$? | ||
| 10656 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 10657 | (exit $ac_status); }; } && | ||
| 10658 | { ac_try='test -s conftest$ac_exeext' | ||
| 10659 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 9943 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 10660 | (eval $ac_try) 2>&5 | 9944 | (eval $ac_try) 2>&5 |
| 10661 | ac_status=$? | 9945 | ac_status=$? |
| @@ -10668,8 +9952,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 10668 | 9952 | ||
| 10669 | ac_cv_lib_Xmu_XmuConvertStandardSelection=no | 9953 | ac_cv_lib_Xmu_XmuConvertStandardSelection=no |
| 10670 | fi | 9954 | fi |
| 10671 | rm -f conftest.err conftest.$ac_objext \ | 9955 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 10672 | conftest$ac_exeext conftest.$ac_ext | ||
| 10673 | LIBS=$ac_check_lib_save_LIBS | 9956 | LIBS=$ac_check_lib_save_LIBS |
| 10674 | fi | 9957 | fi |
| 10675 | echo "$as_me:$LINENO: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5 | 9958 | echo "$as_me:$LINENO: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5 |
| @@ -10698,6 +9981,7 @@ else | |||
| 10698 | ac_check_lib_save_LIBS=$LIBS | 9981 | ac_check_lib_save_LIBS=$LIBS |
| 10699 | LIBS="-lXext $LIBS" | 9982 | LIBS="-lXext $LIBS" |
| 10700 | cat >conftest.$ac_ext <<_ACEOF | 9983 | cat >conftest.$ac_ext <<_ACEOF |
| 9984 | #line $LINENO "configure" | ||
| 10701 | /* confdefs.h. */ | 9985 | /* confdefs.h. */ |
| 10702 | _ACEOF | 9986 | _ACEOF |
| 10703 | cat confdefs.h >>conftest.$ac_ext | 9987 | cat confdefs.h >>conftest.$ac_ext |
| @@ -10721,20 +10005,11 @@ XShapeQueryExtension (); | |||
| 10721 | _ACEOF | 10005 | _ACEOF |
| 10722 | rm -f conftest.$ac_objext conftest$ac_exeext | 10006 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 10723 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 10007 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 10724 | (eval $ac_link) 2>conftest.er1 | 10008 | (eval $ac_link) 2>&5 |
| 10725 | ac_status=$? | 10009 | ac_status=$? |
| 10726 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 10727 | rm -f conftest.er1 | ||
| 10728 | cat conftest.err >&5 | ||
| 10729 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 10010 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 10730 | (exit $ac_status); } && | 10011 | (exit $ac_status); } && |
| 10731 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 10012 | { ac_try='test -s conftest$ac_exeext' |
| 10732 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 10733 | (eval $ac_try) 2>&5 | ||
| 10734 | ac_status=$? | ||
| 10735 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 10736 | (exit $ac_status); }; } && | ||
| 10737 | { ac_try='test -s conftest$ac_exeext' | ||
| 10738 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 10013 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 10739 | (eval $ac_try) 2>&5 | 10014 | (eval $ac_try) 2>&5 |
| 10740 | ac_status=$? | 10015 | ac_status=$? |
| @@ -10747,8 +10022,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 10747 | 10022 | ||
| 10748 | ac_cv_lib_Xext_XShapeQueryExtension=no | 10023 | ac_cv_lib_Xext_XShapeQueryExtension=no |
| 10749 | fi | 10024 | fi |
| 10750 | rm -f conftest.err conftest.$ac_objext \ | 10025 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 10751 | conftest$ac_exeext conftest.$ac_ext | ||
| 10752 | LIBS=$ac_check_lib_save_LIBS | 10026 | LIBS=$ac_check_lib_save_LIBS |
| 10753 | fi | 10027 | fi |
| 10754 | echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5 | 10028 | echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5 |
| @@ -10772,6 +10046,7 @@ if test "${emacs_cv_motif_version_2_1+set}" = set; then | |||
| 10772 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 10046 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 10773 | else | 10047 | else |
| 10774 | cat >conftest.$ac_ext <<_ACEOF | 10048 | cat >conftest.$ac_ext <<_ACEOF |
| 10049 | #line $LINENO "configure" | ||
| 10775 | /* confdefs.h. */ | 10050 | /* confdefs.h. */ |
| 10776 | _ACEOF | 10051 | _ACEOF |
| 10777 | cat confdefs.h >>conftest.$ac_ext | 10052 | cat confdefs.h >>conftest.$ac_ext |
| @@ -10792,20 +10067,11 @@ Motif version prior to 2.1. | |||
| 10792 | _ACEOF | 10067 | _ACEOF |
| 10793 | rm -f conftest.$ac_objext | 10068 | rm -f conftest.$ac_objext |
| 10794 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 10069 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 10795 | (eval $ac_compile) 2>conftest.er1 | 10070 | (eval $ac_compile) 2>&5 |
| 10796 | ac_status=$? | 10071 | ac_status=$? |
| 10797 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 10798 | rm -f conftest.er1 | ||
| 10799 | cat conftest.err >&5 | ||
| 10800 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 10072 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 10801 | (exit $ac_status); } && | 10073 | (exit $ac_status); } && |
| 10802 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 10074 | { ac_try='test -s conftest.$ac_objext' |
| 10803 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 10804 | (eval $ac_try) 2>&5 | ||
| 10805 | ac_status=$? | ||
| 10806 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 10807 | (exit $ac_status); }; } && | ||
| 10808 | { ac_try='test -s conftest.$ac_objext' | ||
| 10809 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 10075 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 10810 | (eval $ac_try) 2>&5 | 10076 | (eval $ac_try) 2>&5 |
| 10811 | ac_status=$? | 10077 | ac_status=$? |
| @@ -10818,7 +10084,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 10818 | 10084 | ||
| 10819 | emacs_cv_motif_version_2_1=no | 10085 | emacs_cv_motif_version_2_1=no |
| 10820 | fi | 10086 | fi |
| 10821 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 10087 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 10822 | fi | 10088 | fi |
| 10823 | echo "$as_me:$LINENO: result: $emacs_cv_motif_version_2_1" >&5 | 10089 | echo "$as_me:$LINENO: result: $emacs_cv_motif_version_2_1" >&5 |
| 10824 | echo "${ECHO_T}$emacs_cv_motif_version_2_1" >&6 | 10090 | echo "${ECHO_T}$emacs_cv_motif_version_2_1" >&6 |
| @@ -10838,6 +10104,7 @@ else | |||
| 10838 | ac_check_lib_save_LIBS=$LIBS | 10104 | ac_check_lib_save_LIBS=$LIBS |
| 10839 | LIBS="-lXp $LIBS" | 10105 | LIBS="-lXp $LIBS" |
| 10840 | cat >conftest.$ac_ext <<_ACEOF | 10106 | cat >conftest.$ac_ext <<_ACEOF |
| 10107 | #line $LINENO "configure" | ||
| 10841 | /* confdefs.h. */ | 10108 | /* confdefs.h. */ |
| 10842 | _ACEOF | 10109 | _ACEOF |
| 10843 | cat confdefs.h >>conftest.$ac_ext | 10110 | cat confdefs.h >>conftest.$ac_ext |
| @@ -10861,20 +10128,11 @@ XpCreateContext (); | |||
| 10861 | _ACEOF | 10128 | _ACEOF |
| 10862 | rm -f conftest.$ac_objext conftest$ac_exeext | 10129 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 10863 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 10130 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 10864 | (eval $ac_link) 2>conftest.er1 | 10131 | (eval $ac_link) 2>&5 |
| 10865 | ac_status=$? | 10132 | ac_status=$? |
| 10866 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 10867 | rm -f conftest.er1 | ||
| 10868 | cat conftest.err >&5 | ||
| 10869 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 10133 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 10870 | (exit $ac_status); } && | 10134 | (exit $ac_status); } && |
| 10871 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 10135 | { ac_try='test -s conftest$ac_exeext' |
| 10872 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 10873 | (eval $ac_try) 2>&5 | ||
| 10874 | ac_status=$? | ||
| 10875 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 10876 | (exit $ac_status); }; } && | ||
| 10877 | { ac_try='test -s conftest$ac_exeext' | ||
| 10878 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 10136 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 10879 | (eval $ac_try) 2>&5 | 10137 | (eval $ac_try) 2>&5 |
| 10880 | ac_status=$? | 10138 | ac_status=$? |
| @@ -10887,8 +10145,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 10887 | 10145 | ||
| 10888 | ac_cv_lib_Xp_XpCreateContext=no | 10146 | ac_cv_lib_Xp_XpCreateContext=no |
| 10889 | fi | 10147 | fi |
| 10890 | rm -f conftest.err conftest.$ac_objext \ | 10148 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 10891 | conftest$ac_exeext conftest.$ac_ext | ||
| 10892 | LIBS=$ac_check_lib_save_LIBS | 10149 | LIBS=$ac_check_lib_save_LIBS |
| 10893 | fi | 10150 | fi |
| 10894 | echo "$as_me:$LINENO: result: $ac_cv_lib_Xp_XpCreateContext" >&5 | 10151 | echo "$as_me:$LINENO: result: $ac_cv_lib_Xp_XpCreateContext" >&5 |
| @@ -10918,6 +10175,7 @@ else | |||
| 10918 | CPPFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CPPFLAGS" | 10175 | CPPFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CPPFLAGS" |
| 10919 | CFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CFLAGS" | 10176 | CFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CFLAGS" |
| 10920 | cat >conftest.$ac_ext <<_ACEOF | 10177 | cat >conftest.$ac_ext <<_ACEOF |
| 10178 | #line $LINENO "configure" | ||
| 10921 | /* confdefs.h. */ | 10179 | /* confdefs.h. */ |
| 10922 | _ACEOF | 10180 | _ACEOF |
| 10923 | cat confdefs.h >>conftest.$ac_ext | 10181 | cat confdefs.h >>conftest.$ac_ext |
| @@ -10934,20 +10192,11 @@ int x = 5; | |||
| 10934 | _ACEOF | 10192 | _ACEOF |
| 10935 | rm -f conftest.$ac_objext | 10193 | rm -f conftest.$ac_objext |
| 10936 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 10194 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 10937 | (eval $ac_compile) 2>conftest.er1 | 10195 | (eval $ac_compile) 2>&5 |
| 10938 | ac_status=$? | 10196 | ac_status=$? |
| 10939 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 10940 | rm -f conftest.er1 | ||
| 10941 | cat conftest.err >&5 | ||
| 10942 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 10197 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 10943 | (exit $ac_status); } && | 10198 | (exit $ac_status); } && |
| 10944 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 10199 | { ac_try='test -s conftest.$ac_objext' |
| 10945 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 10946 | (eval $ac_try) 2>&5 | ||
| 10947 | ac_status=$? | ||
| 10948 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 10949 | (exit $ac_status); }; } && | ||
| 10950 | { ac_try='test -s conftest.$ac_objext' | ||
| 10951 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 10200 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 10952 | (eval $ac_try) 2>&5 | 10201 | (eval $ac_try) 2>&5 |
| 10953 | ac_status=$? | 10202 | ac_status=$? |
| @@ -10960,7 +10209,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 10960 | 10209 | ||
| 10961 | emacs_cv_lesstif=no | 10210 | emacs_cv_lesstif=no |
| 10962 | fi | 10211 | fi |
| 10963 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 10212 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 10964 | fi | 10213 | fi |
| 10965 | echo "$as_me:$LINENO: result: $emacs_cv_lesstif" >&5 | 10214 | echo "$as_me:$LINENO: result: $emacs_cv_lesstif" >&5 |
| 10966 | echo "${ECHO_T}$emacs_cv_lesstif" >&6 | 10215 | echo "${ECHO_T}$emacs_cv_lesstif" >&6 |
| @@ -10989,6 +10238,7 @@ if test "${ac_cv_header_X11_Xaw3d_Scrollbar_h+set}" = set; then | |||
| 10989 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 10238 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 10990 | else | 10239 | else |
| 10991 | cat >conftest.$ac_ext <<_ACEOF | 10240 | cat >conftest.$ac_ext <<_ACEOF |
| 10241 | #line $LINENO "configure" | ||
| 10992 | /* confdefs.h. */ | 10242 | /* confdefs.h. */ |
| 10993 | _ACEOF | 10243 | _ACEOF |
| 10994 | cat confdefs.h >>conftest.$ac_ext | 10244 | cat confdefs.h >>conftest.$ac_ext |
| @@ -11006,7 +10256,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 11006 | (exit $ac_status); } >/dev/null; then | 10256 | (exit $ac_status); } >/dev/null; then |
| 11007 | if test -s conftest.err; then | 10257 | if test -s conftest.err; then |
| 11008 | ac_cpp_err=$ac_c_preproc_warn_flag | 10258 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 11009 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 11010 | else | 10259 | else |
| 11011 | ac_cpp_err= | 10260 | ac_cpp_err= |
| 11012 | fi | 10261 | fi |
| @@ -11034,6 +10283,7 @@ else | |||
| 11034 | ac_check_lib_save_LIBS=$LIBS | 10283 | ac_check_lib_save_LIBS=$LIBS |
| 11035 | LIBS="-lXaw3d $LIBS" | 10284 | LIBS="-lXaw3d $LIBS" |
| 11036 | cat >conftest.$ac_ext <<_ACEOF | 10285 | cat >conftest.$ac_ext <<_ACEOF |
| 10286 | #line $LINENO "configure" | ||
| 11037 | /* confdefs.h. */ | 10287 | /* confdefs.h. */ |
| 11038 | _ACEOF | 10288 | _ACEOF |
| 11039 | cat confdefs.h >>conftest.$ac_ext | 10289 | cat confdefs.h >>conftest.$ac_ext |
| @@ -11057,20 +10307,11 @@ XawScrollbarSetThumb (); | |||
| 11057 | _ACEOF | 10307 | _ACEOF |
| 11058 | rm -f conftest.$ac_objext conftest$ac_exeext | 10308 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 11059 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 10309 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 11060 | (eval $ac_link) 2>conftest.er1 | 10310 | (eval $ac_link) 2>&5 |
| 11061 | ac_status=$? | 10311 | ac_status=$? |
| 11062 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 11063 | rm -f conftest.er1 | ||
| 11064 | cat conftest.err >&5 | ||
| 11065 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 10312 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 11066 | (exit $ac_status); } && | 10313 | (exit $ac_status); } && |
| 11067 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 10314 | { ac_try='test -s conftest$ac_exeext' |
| 11068 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 11069 | (eval $ac_try) 2>&5 | ||
| 11070 | ac_status=$? | ||
| 11071 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 11072 | (exit $ac_status); }; } && | ||
| 11073 | { ac_try='test -s conftest$ac_exeext' | ||
| 11074 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 10315 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 11075 | (eval $ac_try) 2>&5 | 10316 | (eval $ac_try) 2>&5 |
| 11076 | ac_status=$? | 10317 | ac_status=$? |
| @@ -11083,8 +10324,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 11083 | 10324 | ||
| 11084 | ac_cv_lib_Xaw3d_XawScrollbarSetThumb=no | 10325 | ac_cv_lib_Xaw3d_XawScrollbarSetThumb=no |
| 11085 | fi | 10326 | fi |
| 11086 | rm -f conftest.err conftest.$ac_objext \ | 10327 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 11087 | conftest$ac_exeext conftest.$ac_ext | ||
| 11088 | LIBS=$ac_check_lib_save_LIBS | 10328 | LIBS=$ac_check_lib_save_LIBS |
| 11089 | fi | 10329 | fi |
| 11090 | echo "$as_me:$LINENO: result: $ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&5 | 10330 | echo "$as_me:$LINENO: result: $ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&5 |
| @@ -11141,6 +10381,7 @@ _ACEOF | |||
| 11141 | fi | 10381 | fi |
| 11142 | 10382 | ||
| 11143 | cat >conftest.$ac_ext <<_ACEOF | 10383 | cat >conftest.$ac_ext <<_ACEOF |
| 10384 | #line $LINENO "configure" | ||
| 11144 | /* confdefs.h. */ | 10385 | /* confdefs.h. */ |
| 11145 | _ACEOF | 10386 | _ACEOF |
| 11146 | cat confdefs.h >>conftest.$ac_ext | 10387 | cat confdefs.h >>conftest.$ac_ext |
| @@ -11159,20 +10400,11 @@ XIMProc callback; | |||
| 11159 | _ACEOF | 10400 | _ACEOF |
| 11160 | rm -f conftest.$ac_objext | 10401 | rm -f conftest.$ac_objext |
| 11161 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 10402 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 11162 | (eval $ac_compile) 2>conftest.er1 | 10403 | (eval $ac_compile) 2>&5 |
| 11163 | ac_status=$? | 10404 | ac_status=$? |
| 11164 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 11165 | rm -f conftest.er1 | ||
| 11166 | cat conftest.err >&5 | ||
| 11167 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 10405 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 11168 | (exit $ac_status); } && | 10406 | (exit $ac_status); } && |
| 11169 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 10407 | { ac_try='test -s conftest.$ac_objext' |
| 11170 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 11171 | (eval $ac_try) 2>&5 | ||
| 11172 | ac_status=$? | ||
| 11173 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 11174 | (exit $ac_status); }; } && | ||
| 11175 | { ac_try='test -s conftest.$ac_objext' | ||
| 11176 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 10408 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 11177 | (eval $ac_try) 2>&5 | 10409 | (eval $ac_try) 2>&5 |
| 11178 | ac_status=$? | 10410 | ac_status=$? |
| @@ -11190,7 +10422,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 11190 | 10422 | ||
| 11191 | HAVE_XIM=no | 10423 | HAVE_XIM=no |
| 11192 | fi | 10424 | fi |
| 11193 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 10425 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 11194 | 10426 | ||
| 11195 | 10427 | ||
| 11196 | if test "${with_xim}" != "no"; then | 10428 | if test "${with_xim}" != "no"; then |
| @@ -11208,6 +10440,7 @@ if test "${HAVE_XIM}" != "no"; then | |||
| 11208 | CFLAGS="$CFLAGS --pedantic-errors" | 10440 | CFLAGS="$CFLAGS --pedantic-errors" |
| 11209 | fi | 10441 | fi |
| 11210 | cat >conftest.$ac_ext <<_ACEOF | 10442 | cat >conftest.$ac_ext <<_ACEOF |
| 10443 | #line $LINENO "configure" | ||
| 11211 | /* confdefs.h. */ | 10444 | /* confdefs.h. */ |
| 11212 | _ACEOF | 10445 | _ACEOF |
| 11213 | cat confdefs.h >>conftest.$ac_ext | 10446 | cat confdefs.h >>conftest.$ac_ext |
| @@ -11239,20 +10472,11 @@ extern Bool XRegisterIMInstantiateCallback(Display*, XrmDatabase, char*, | |||
| 11239 | _ACEOF | 10472 | _ACEOF |
| 11240 | rm -f conftest.$ac_objext | 10473 | rm -f conftest.$ac_objext |
| 11241 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 10474 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 11242 | (eval $ac_compile) 2>conftest.er1 | 10475 | (eval $ac_compile) 2>&5 |
| 11243 | ac_status=$? | 10476 | ac_status=$? |
| 11244 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 11245 | rm -f conftest.er1 | ||
| 11246 | cat conftest.err >&5 | ||
| 11247 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 10477 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 11248 | (exit $ac_status); } && | 10478 | (exit $ac_status); } && |
| 11249 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 10479 | { ac_try='test -s conftest.$ac_objext' |
| 11250 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 11251 | (eval $ac_try) 2>&5 | ||
| 11252 | ac_status=$? | ||
| 11253 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 11254 | (exit $ac_status); }; } && | ||
| 11255 | { ac_try='test -s conftest.$ac_objext' | ||
| 11256 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 10480 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 11257 | (eval $ac_try) 2>&5 | 10481 | (eval $ac_try) 2>&5 |
| 11258 | ac_status=$? | 10482 | ac_status=$? |
| @@ -11264,7 +10488,7 @@ else | |||
| 11264 | sed 's/^/| /' conftest.$ac_ext >&5 | 10488 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 11265 | 10489 | ||
| 11266 | fi | 10490 | fi |
| 11267 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 10491 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 11268 | 10492 | ||
| 11269 | if test "$emacs_cv_arg6_star" = yes; then | 10493 | if test "$emacs_cv_arg6_star" = yes; then |
| 11270 | cat >>confdefs.h <<\_ACEOF | 10494 | cat >>confdefs.h <<\_ACEOF |
| @@ -11297,6 +10521,7 @@ else | |||
| 11297 | echo "$as_me:$LINENO: checking X11/xpm.h usability" >&5 | 10521 | echo "$as_me:$LINENO: checking X11/xpm.h usability" >&5 |
| 11298 | echo $ECHO_N "checking X11/xpm.h usability... $ECHO_C" >&6 | 10522 | echo $ECHO_N "checking X11/xpm.h usability... $ECHO_C" >&6 |
| 11299 | cat >conftest.$ac_ext <<_ACEOF | 10523 | cat >conftest.$ac_ext <<_ACEOF |
| 10524 | #line $LINENO "configure" | ||
| 11300 | /* confdefs.h. */ | 10525 | /* confdefs.h. */ |
| 11301 | _ACEOF | 10526 | _ACEOF |
| 11302 | cat confdefs.h >>conftest.$ac_ext | 10527 | cat confdefs.h >>conftest.$ac_ext |
| @@ -11307,20 +10532,11 @@ $ac_includes_default | |||
| 11307 | _ACEOF | 10532 | _ACEOF |
| 11308 | rm -f conftest.$ac_objext | 10533 | rm -f conftest.$ac_objext |
| 11309 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 10534 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 11310 | (eval $ac_compile) 2>conftest.er1 | 10535 | (eval $ac_compile) 2>&5 |
| 11311 | ac_status=$? | 10536 | ac_status=$? |
| 11312 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 11313 | rm -f conftest.er1 | ||
| 11314 | cat conftest.err >&5 | ||
| 11315 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 10537 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 11316 | (exit $ac_status); } && | 10538 | (exit $ac_status); } && |
| 11317 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 10539 | { ac_try='test -s conftest.$ac_objext' |
| 11318 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 11319 | (eval $ac_try) 2>&5 | ||
| 11320 | ac_status=$? | ||
| 11321 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 11322 | (exit $ac_status); }; } && | ||
| 11323 | { ac_try='test -s conftest.$ac_objext' | ||
| 11324 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 10540 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 11325 | (eval $ac_try) 2>&5 | 10541 | (eval $ac_try) 2>&5 |
| 11326 | ac_status=$? | 10542 | ac_status=$? |
| @@ -11333,7 +10549,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 11333 | 10549 | ||
| 11334 | ac_header_compiler=no | 10550 | ac_header_compiler=no |
| 11335 | fi | 10551 | fi |
| 11336 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 10552 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 11337 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 10553 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 11338 | echo "${ECHO_T}$ac_header_compiler" >&6 | 10554 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 11339 | 10555 | ||
| @@ -11341,6 +10557,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 11341 | echo "$as_me:$LINENO: checking X11/xpm.h presence" >&5 | 10557 | echo "$as_me:$LINENO: checking X11/xpm.h presence" >&5 |
| 11342 | echo $ECHO_N "checking X11/xpm.h presence... $ECHO_C" >&6 | 10558 | echo $ECHO_N "checking X11/xpm.h presence... $ECHO_C" >&6 |
| 11343 | cat >conftest.$ac_ext <<_ACEOF | 10559 | cat >conftest.$ac_ext <<_ACEOF |
| 10560 | #line $LINENO "configure" | ||
| 11344 | /* confdefs.h. */ | 10561 | /* confdefs.h. */ |
| 11345 | _ACEOF | 10562 | _ACEOF |
| 11346 | cat confdefs.h >>conftest.$ac_ext | 10563 | cat confdefs.h >>conftest.$ac_ext |
| @@ -11358,7 +10575,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 11358 | (exit $ac_status); } >/dev/null; then | 10575 | (exit $ac_status); } >/dev/null; then |
| 11359 | if test -s conftest.err; then | 10576 | if test -s conftest.err; then |
| 11360 | ac_cpp_err=$ac_c_preproc_warn_flag | 10577 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 11361 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 11362 | else | 10578 | else |
| 11363 | ac_cpp_err= | 10579 | ac_cpp_err= |
| 11364 | fi | 10580 | fi |
| @@ -11378,32 +10594,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 11378 | echo "${ECHO_T}$ac_header_preproc" >&6 | 10594 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 11379 | 10595 | ||
| 11380 | # So? What about this header? | 10596 | # So? What about this header? |
| 11381 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 10597 | case $ac_header_compiler:$ac_header_preproc in |
| 11382 | yes:no: ) | 10598 | yes:no ) |
| 11383 | { echo "$as_me:$LINENO: WARNING: X11/xpm.h: accepted by the compiler, rejected by the preprocessor!" >&5 | 10599 | { echo "$as_me:$LINENO: WARNING: X11/xpm.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 11384 | echo "$as_me: WARNING: X11/xpm.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | 10600 | echo "$as_me: WARNING: X11/xpm.h: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 11385 | { echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the compiler's result" >&5 | 10601 | { echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&5 |
| 11386 | echo "$as_me: WARNING: X11/xpm.h: proceeding with the compiler's result" >&2;} | 10602 | echo "$as_me: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&2;} |
| 11387 | ac_header_preproc=yes | 10603 | ( |
| 10604 | cat <<\_ASBOX | ||
| 10605 | ## ------------------------------------ ## | ||
| 10606 | ## Report this to bug-autoconf@gnu.org. ## | ||
| 10607 | ## ------------------------------------ ## | ||
| 10608 | _ASBOX | ||
| 10609 | ) | | ||
| 10610 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 11388 | ;; | 10611 | ;; |
| 11389 | no:yes:* ) | 10612 | no:yes ) |
| 11390 | { echo "$as_me:$LINENO: WARNING: X11/xpm.h: present but cannot be compiled" >&5 | 10613 | { echo "$as_me:$LINENO: WARNING: X11/xpm.h: present but cannot be compiled" >&5 |
| 11391 | echo "$as_me: WARNING: X11/xpm.h: present but cannot be compiled" >&2;} | 10614 | echo "$as_me: WARNING: X11/xpm.h: present but cannot be compiled" >&2;} |
| 11392 | { echo "$as_me:$LINENO: WARNING: X11/xpm.h: check for missing prerequisite headers?" >&5 | 10615 | { echo "$as_me:$LINENO: WARNING: X11/xpm.h: check for missing prerequisite headers?" >&5 |
| 11393 | echo "$as_me: WARNING: X11/xpm.h: check for missing prerequisite headers?" >&2;} | 10616 | echo "$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 | ||
| 11395 | echo "$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 | ||
| 11397 | echo "$as_me: WARNING: X11/xpm.h: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 11398 | { echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&5 | 10617 | { echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&5 |
| 11399 | echo "$as_me: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&2;} | 10618 | echo "$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 | ||
| 11401 | echo "$as_me: WARNING: X11/xpm.h: in the future, the compiler will take precedence" >&2;} | ||
| 11402 | ( | 10619 | ( |
| 11403 | cat <<\_ASBOX | 10620 | cat <<\_ASBOX |
| 11404 | ## ------------------------------------------ ## | 10621 | ## ------------------------------------ ## |
| 11405 | ## Report this to the AC_PACKAGE_NAME lists. ## | 10622 | ## Report this to bug-autoconf@gnu.org. ## |
| 11406 | ## ------------------------------------------ ## | 10623 | ## ------------------------------------ ## |
| 11407 | _ASBOX | 10624 | _ASBOX |
| 11408 | ) | | 10625 | ) | |
| 11409 | sed "s/^/$as_me: WARNING: /" >&2 | 10626 | sed "s/^/$as_me: WARNING: /" >&2 |
| @@ -11429,6 +10646,7 @@ else | |||
| 11429 | ac_check_lib_save_LIBS=$LIBS | 10646 | ac_check_lib_save_LIBS=$LIBS |
| 11430 | LIBS="-lXpm -lX11 $LIBS" | 10647 | LIBS="-lXpm -lX11 $LIBS" |
| 11431 | cat >conftest.$ac_ext <<_ACEOF | 10648 | cat >conftest.$ac_ext <<_ACEOF |
| 10649 | #line $LINENO "configure" | ||
| 11432 | /* confdefs.h. */ | 10650 | /* confdefs.h. */ |
| 11433 | _ACEOF | 10651 | _ACEOF |
| 11434 | cat confdefs.h >>conftest.$ac_ext | 10652 | cat confdefs.h >>conftest.$ac_ext |
| @@ -11452,20 +10670,11 @@ XpmReadFileToPixmap (); | |||
| 11452 | _ACEOF | 10670 | _ACEOF |
| 11453 | rm -f conftest.$ac_objext conftest$ac_exeext | 10671 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 11454 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 10672 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 11455 | (eval $ac_link) 2>conftest.er1 | 10673 | (eval $ac_link) 2>&5 |
| 11456 | ac_status=$? | 10674 | ac_status=$? |
| 11457 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 11458 | rm -f conftest.er1 | ||
| 11459 | cat conftest.err >&5 | ||
| 11460 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 10675 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 11461 | (exit $ac_status); } && | 10676 | (exit $ac_status); } && |
| 11462 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 10677 | { ac_try='test -s conftest$ac_exeext' |
| 11463 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 11464 | (eval $ac_try) 2>&5 | ||
| 11465 | ac_status=$? | ||
| 11466 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 11467 | (exit $ac_status); }; } && | ||
| 11468 | { ac_try='test -s conftest$ac_exeext' | ||
| 11469 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 10678 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 11470 | (eval $ac_try) 2>&5 | 10679 | (eval $ac_try) 2>&5 |
| 11471 | ac_status=$? | 10680 | ac_status=$? |
| @@ -11478,8 +10687,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 11478 | 10687 | ||
| 11479 | ac_cv_lib_Xpm_XpmReadFileToPixmap=no | 10688 | ac_cv_lib_Xpm_XpmReadFileToPixmap=no |
| 11480 | fi | 10689 | fi |
| 11481 | rm -f conftest.err conftest.$ac_objext \ | 10690 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 11482 | conftest$ac_exeext conftest.$ac_ext | ||
| 11483 | LIBS=$ac_check_lib_save_LIBS | 10691 | LIBS=$ac_check_lib_save_LIBS |
| 11484 | fi | 10692 | fi |
| 11485 | echo "$as_me:$LINENO: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5 | 10693 | echo "$as_me:$LINENO: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5 |
| @@ -11495,6 +10703,7 @@ fi | |||
| 11495 | echo "$as_me:$LINENO: checking for XpmReturnAllocPixels preprocessor define" >&5 | 10703 | echo "$as_me:$LINENO: checking for XpmReturnAllocPixels preprocessor define" >&5 |
| 11496 | echo $ECHO_N "checking for XpmReturnAllocPixels preprocessor define... $ECHO_C" >&6 | 10704 | echo $ECHO_N "checking for XpmReturnAllocPixels preprocessor define... $ECHO_C" >&6 |
| 11497 | cat >conftest.$ac_ext <<_ACEOF | 10705 | cat >conftest.$ac_ext <<_ACEOF |
| 10706 | #line $LINENO "configure" | ||
| 11498 | /* confdefs.h. */ | 10707 | /* confdefs.h. */ |
| 11499 | _ACEOF | 10708 | _ACEOF |
| 11500 | cat confdefs.h >>conftest.$ac_ext | 10709 | cat confdefs.h >>conftest.$ac_ext |
| @@ -11551,6 +10760,7 @@ else | |||
| 11551 | echo "$as_me:$LINENO: checking jerror.h usability" >&5 | 10760 | echo "$as_me:$LINENO: checking jerror.h usability" >&5 |
| 11552 | echo $ECHO_N "checking jerror.h usability... $ECHO_C" >&6 | 10761 | echo $ECHO_N "checking jerror.h usability... $ECHO_C" >&6 |
| 11553 | cat >conftest.$ac_ext <<_ACEOF | 10762 | cat >conftest.$ac_ext <<_ACEOF |
| 10763 | #line $LINENO "configure" | ||
| 11554 | /* confdefs.h. */ | 10764 | /* confdefs.h. */ |
| 11555 | _ACEOF | 10765 | _ACEOF |
| 11556 | cat confdefs.h >>conftest.$ac_ext | 10766 | cat confdefs.h >>conftest.$ac_ext |
| @@ -11561,20 +10771,11 @@ $ac_includes_default | |||
| 11561 | _ACEOF | 10771 | _ACEOF |
| 11562 | rm -f conftest.$ac_objext | 10772 | rm -f conftest.$ac_objext |
| 11563 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 10773 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 11564 | (eval $ac_compile) 2>conftest.er1 | 10774 | (eval $ac_compile) 2>&5 |
| 11565 | ac_status=$? | 10775 | ac_status=$? |
| 11566 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 11567 | rm -f conftest.er1 | ||
| 11568 | cat conftest.err >&5 | ||
| 11569 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 10776 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 11570 | (exit $ac_status); } && | 10777 | (exit $ac_status); } && |
| 11571 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 10778 | { ac_try='test -s conftest.$ac_objext' |
| 11572 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 11573 | (eval $ac_try) 2>&5 | ||
| 11574 | ac_status=$? | ||
| 11575 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 11576 | (exit $ac_status); }; } && | ||
| 11577 | { ac_try='test -s conftest.$ac_objext' | ||
| 11578 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 10779 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 11579 | (eval $ac_try) 2>&5 | 10780 | (eval $ac_try) 2>&5 |
| 11580 | ac_status=$? | 10781 | ac_status=$? |
| @@ -11587,7 +10788,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 11587 | 10788 | ||
| 11588 | ac_header_compiler=no | 10789 | ac_header_compiler=no |
| 11589 | fi | 10790 | fi |
| 11590 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 10791 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 11591 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 10792 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 11592 | echo "${ECHO_T}$ac_header_compiler" >&6 | 10793 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 11593 | 10794 | ||
| @@ -11595,6 +10796,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 11595 | echo "$as_me:$LINENO: checking jerror.h presence" >&5 | 10796 | echo "$as_me:$LINENO: checking jerror.h presence" >&5 |
| 11596 | echo $ECHO_N "checking jerror.h presence... $ECHO_C" >&6 | 10797 | echo $ECHO_N "checking jerror.h presence... $ECHO_C" >&6 |
| 11597 | cat >conftest.$ac_ext <<_ACEOF | 10798 | cat >conftest.$ac_ext <<_ACEOF |
| 10799 | #line $LINENO "configure" | ||
| 11598 | /* confdefs.h. */ | 10800 | /* confdefs.h. */ |
| 11599 | _ACEOF | 10801 | _ACEOF |
| 11600 | cat confdefs.h >>conftest.$ac_ext | 10802 | cat confdefs.h >>conftest.$ac_ext |
| @@ -11612,7 +10814,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 11612 | (exit $ac_status); } >/dev/null; then | 10814 | (exit $ac_status); } >/dev/null; then |
| 11613 | if test -s conftest.err; then | 10815 | if test -s conftest.err; then |
| 11614 | ac_cpp_err=$ac_c_preproc_warn_flag | 10816 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 11615 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 11616 | else | 10817 | else |
| 11617 | ac_cpp_err= | 10818 | ac_cpp_err= |
| 11618 | fi | 10819 | fi |
| @@ -11632,32 +10833,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 11632 | echo "${ECHO_T}$ac_header_preproc" >&6 | 10833 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 11633 | 10834 | ||
| 11634 | # So? What about this header? | 10835 | # So? What about this header? |
| 11635 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 10836 | case $ac_header_compiler:$ac_header_preproc in |
| 11636 | yes:no: ) | 10837 | yes:no ) |
| 11637 | { echo "$as_me:$LINENO: WARNING: jerror.h: accepted by the compiler, rejected by the preprocessor!" >&5 | 10838 | { echo "$as_me:$LINENO: WARNING: jerror.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 11638 | echo "$as_me: WARNING: jerror.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | 10839 | echo "$as_me: WARNING: jerror.h: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 11639 | { echo "$as_me:$LINENO: WARNING: jerror.h: proceeding with the compiler's result" >&5 | 10840 | { echo "$as_me:$LINENO: WARNING: jerror.h: proceeding with the preprocessor's result" >&5 |
| 11640 | echo "$as_me: WARNING: jerror.h: proceeding with the compiler's result" >&2;} | 10841 | echo "$as_me: WARNING: jerror.h: proceeding with the preprocessor's result" >&2;} |
| 11641 | ac_header_preproc=yes | 10842 | ( |
| 10843 | cat <<\_ASBOX | ||
| 10844 | ## ------------------------------------ ## | ||
| 10845 | ## Report this to bug-autoconf@gnu.org. ## | ||
| 10846 | ## ------------------------------------ ## | ||
| 10847 | _ASBOX | ||
| 10848 | ) | | ||
| 10849 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 11642 | ;; | 10850 | ;; |
| 11643 | no:yes:* ) | 10851 | no:yes ) |
| 11644 | { echo "$as_me:$LINENO: WARNING: jerror.h: present but cannot be compiled" >&5 | 10852 | { echo "$as_me:$LINENO: WARNING: jerror.h: present but cannot be compiled" >&5 |
| 11645 | echo "$as_me: WARNING: jerror.h: present but cannot be compiled" >&2;} | 10853 | echo "$as_me: WARNING: jerror.h: present but cannot be compiled" >&2;} |
| 11646 | { echo "$as_me:$LINENO: WARNING: jerror.h: check for missing prerequisite headers?" >&5 | 10854 | { echo "$as_me:$LINENO: WARNING: jerror.h: check for missing prerequisite headers?" >&5 |
| 11647 | echo "$as_me: WARNING: jerror.h: check for missing prerequisite headers?" >&2;} | 10855 | echo "$as_me: WARNING: jerror.h: check for missing prerequisite headers?" >&2;} |
| 11648 | { echo "$as_me:$LINENO: WARNING: jerror.h: see the Autoconf documentation" >&5 | ||
| 11649 | echo "$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 | ||
| 11651 | echo "$as_me: WARNING: jerror.h: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 11652 | { echo "$as_me:$LINENO: WARNING: jerror.h: proceeding with the preprocessor's result" >&5 | 10856 | { echo "$as_me:$LINENO: WARNING: jerror.h: proceeding with the preprocessor's result" >&5 |
| 11653 | echo "$as_me: WARNING: jerror.h: proceeding with the preprocessor's result" >&2;} | 10857 | echo "$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 | ||
| 11655 | echo "$as_me: WARNING: jerror.h: in the future, the compiler will take precedence" >&2;} | ||
| 11656 | ( | 10858 | ( |
| 11657 | cat <<\_ASBOX | 10859 | cat <<\_ASBOX |
| 11658 | ## ------------------------------------------ ## | 10860 | ## ------------------------------------ ## |
| 11659 | ## Report this to the AC_PACKAGE_NAME lists. ## | 10861 | ## Report this to bug-autoconf@gnu.org. ## |
| 11660 | ## ------------------------------------------ ## | 10862 | ## ------------------------------------ ## |
| 11661 | _ASBOX | 10863 | _ASBOX |
| 11662 | ) | | 10864 | ) | |
| 11663 | sed "s/^/$as_me: WARNING: /" >&2 | 10865 | sed "s/^/$as_me: WARNING: /" >&2 |
| @@ -11683,6 +10885,7 @@ else | |||
| 11683 | ac_check_lib_save_LIBS=$LIBS | 10885 | ac_check_lib_save_LIBS=$LIBS |
| 11684 | LIBS="-ljpeg $LIBS" | 10886 | LIBS="-ljpeg $LIBS" |
| 11685 | cat >conftest.$ac_ext <<_ACEOF | 10887 | cat >conftest.$ac_ext <<_ACEOF |
| 10888 | #line $LINENO "configure" | ||
| 11686 | /* confdefs.h. */ | 10889 | /* confdefs.h. */ |
| 11687 | _ACEOF | 10890 | _ACEOF |
| 11688 | cat confdefs.h >>conftest.$ac_ext | 10891 | cat confdefs.h >>conftest.$ac_ext |
| @@ -11706,20 +10909,11 @@ jpeg_destroy_compress (); | |||
| 11706 | _ACEOF | 10909 | _ACEOF |
| 11707 | rm -f conftest.$ac_objext conftest$ac_exeext | 10910 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 11708 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 10911 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 11709 | (eval $ac_link) 2>conftest.er1 | 10912 | (eval $ac_link) 2>&5 |
| 11710 | ac_status=$? | 10913 | ac_status=$? |
| 11711 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 11712 | rm -f conftest.er1 | ||
| 11713 | cat conftest.err >&5 | ||
| 11714 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 10914 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 11715 | (exit $ac_status); } && | 10915 | (exit $ac_status); } && |
| 11716 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 10916 | { ac_try='test -s conftest$ac_exeext' |
| 11717 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 11718 | (eval $ac_try) 2>&5 | ||
| 11719 | ac_status=$? | ||
| 11720 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 11721 | (exit $ac_status); }; } && | ||
| 11722 | { ac_try='test -s conftest$ac_exeext' | ||
| 11723 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 10917 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 11724 | (eval $ac_try) 2>&5 | 10918 | (eval $ac_try) 2>&5 |
| 11725 | ac_status=$? | 10919 | ac_status=$? |
| @@ -11732,8 +10926,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 11732 | 10926 | ||
| 11733 | ac_cv_lib_jpeg_jpeg_destroy_compress=no | 10927 | ac_cv_lib_jpeg_jpeg_destroy_compress=no |
| 11734 | fi | 10928 | fi |
| 11735 | rm -f conftest.err conftest.$ac_objext \ | 10929 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 11736 | conftest$ac_exeext conftest.$ac_ext | ||
| 11737 | LIBS=$ac_check_lib_save_LIBS | 10930 | LIBS=$ac_check_lib_save_LIBS |
| 11738 | fi | 10931 | fi |
| 11739 | echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5 | 10932 | echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5 |
| @@ -11754,6 +10947,7 @@ fi | |||
| 11754 | _ACEOF | 10947 | _ACEOF |
| 11755 | 10948 | ||
| 11756 | cat >conftest.$ac_ext <<_ACEOF | 10949 | cat >conftest.$ac_ext <<_ACEOF |
| 10950 | #line $LINENO "configure" | ||
| 11757 | /* confdefs.h. */ | 10951 | /* confdefs.h. */ |
| 11758 | _ACEOF | 10952 | _ACEOF |
| 11759 | cat confdefs.h >>conftest.$ac_ext | 10953 | cat confdefs.h >>conftest.$ac_ext |
| @@ -11803,6 +10997,7 @@ else | |||
| 11803 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 10997 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
| 11804 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 10998 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 11805 | cat >conftest.$ac_ext <<_ACEOF | 10999 | cat >conftest.$ac_ext <<_ACEOF |
| 11000 | #line $LINENO "configure" | ||
| 11806 | /* confdefs.h. */ | 11001 | /* confdefs.h. */ |
| 11807 | _ACEOF | 11002 | _ACEOF |
| 11808 | cat confdefs.h >>conftest.$ac_ext | 11003 | cat confdefs.h >>conftest.$ac_ext |
| @@ -11813,20 +11008,11 @@ $ac_includes_default | |||
| 11813 | _ACEOF | 11008 | _ACEOF |
| 11814 | rm -f conftest.$ac_objext | 11009 | rm -f conftest.$ac_objext |
| 11815 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 11010 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 11816 | (eval $ac_compile) 2>conftest.er1 | 11011 | (eval $ac_compile) 2>&5 |
| 11817 | ac_status=$? | 11012 | ac_status=$? |
| 11818 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 11819 | rm -f conftest.er1 | ||
| 11820 | cat conftest.err >&5 | ||
| 11821 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 11013 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 11822 | (exit $ac_status); } && | 11014 | (exit $ac_status); } && |
| 11823 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 11015 | { ac_try='test -s conftest.$ac_objext' |
| 11824 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 11825 | (eval $ac_try) 2>&5 | ||
| 11826 | ac_status=$? | ||
| 11827 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 11828 | (exit $ac_status); }; } && | ||
| 11829 | { ac_try='test -s conftest.$ac_objext' | ||
| 11830 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 11016 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 11831 | (eval $ac_try) 2>&5 | 11017 | (eval $ac_try) 2>&5 |
| 11832 | ac_status=$? | 11018 | ac_status=$? |
| @@ -11839,7 +11025,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 11839 | 11025 | ||
| 11840 | ac_header_compiler=no | 11026 | ac_header_compiler=no |
| 11841 | fi | 11027 | fi |
| 11842 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 11028 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 11843 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 11029 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 11844 | echo "${ECHO_T}$ac_header_compiler" >&6 | 11030 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 11845 | 11031 | ||
| @@ -11847,6 +11033,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 11847 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 11033 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
| 11848 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 11034 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 11849 | cat >conftest.$ac_ext <<_ACEOF | 11035 | cat >conftest.$ac_ext <<_ACEOF |
| 11036 | #line $LINENO "configure" | ||
| 11850 | /* confdefs.h. */ | 11037 | /* confdefs.h. */ |
| 11851 | _ACEOF | 11038 | _ACEOF |
| 11852 | cat confdefs.h >>conftest.$ac_ext | 11039 | cat confdefs.h >>conftest.$ac_ext |
| @@ -11864,7 +11051,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 11864 | (exit $ac_status); } >/dev/null; then | 11051 | (exit $ac_status); } >/dev/null; then |
| 11865 | if test -s conftest.err; then | 11052 | if test -s conftest.err; then |
| 11866 | ac_cpp_err=$ac_c_preproc_warn_flag | 11053 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 11867 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 11868 | else | 11054 | else |
| 11869 | ac_cpp_err= | 11055 | ac_cpp_err= |
| 11870 | fi | 11056 | fi |
| @@ -11884,32 +11070,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 11884 | echo "${ECHO_T}$ac_header_preproc" >&6 | 11070 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 11885 | 11071 | ||
| 11886 | # So? What about this header? | 11072 | # So? What about this header? |
| 11887 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 11073 | case $ac_header_compiler:$ac_header_preproc in |
| 11888 | yes:no: ) | 11074 | yes:no ) |
| 11889 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 11075 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 11890 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 11076 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 11891 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 | 11077 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 11892 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | 11078 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
| 11893 | ac_header_preproc=yes | 11079 | ( |
| 11080 | cat <<\_ASBOX | ||
| 11081 | ## ------------------------------------ ## | ||
| 11082 | ## Report this to bug-autoconf@gnu.org. ## | ||
| 11083 | ## ------------------------------------ ## | ||
| 11084 | _ASBOX | ||
| 11085 | ) | | ||
| 11086 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 11894 | ;; | 11087 | ;; |
| 11895 | no:yes:* ) | 11088 | no:yes ) |
| 11896 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 11089 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| 11897 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 11090 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| 11898 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 11091 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| 11899 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 11092 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| 11900 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | ||
| 11901 | echo "$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 | ||
| 11903 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 11904 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 11093 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 11905 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | 11094 | echo "$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 | ||
| 11907 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | ||
| 11908 | ( | 11095 | ( |
| 11909 | cat <<\_ASBOX | 11096 | cat <<\_ASBOX |
| 11910 | ## ------------------------------------------ ## | 11097 | ## ------------------------------------ ## |
| 11911 | ## Report this to the AC_PACKAGE_NAME lists. ## | 11098 | ## Report this to bug-autoconf@gnu.org. ## |
| 11912 | ## ------------------------------------------ ## | 11099 | ## ------------------------------------ ## |
| 11913 | _ASBOX | 11100 | _ASBOX |
| 11914 | ) | | 11101 | ) | |
| 11915 | sed "s/^/$as_me: WARNING: /" >&2 | 11102 | sed "s/^/$as_me: WARNING: /" >&2 |
| @@ -11920,7 +11107,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |||
| 11920 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | 11107 | if eval "test \"\${$as_ac_Header+set}\" = set"; then |
| 11921 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 11108 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 11922 | else | 11109 | else |
| 11923 | eval "$as_ac_Header=\$ac_header_preproc" | 11110 | eval "$as_ac_Header=$ac_header_preproc" |
| 11924 | fi | 11111 | fi |
| 11925 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | 11112 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
| 11926 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | 11113 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
| @@ -11944,6 +11131,7 @@ else | |||
| 11944 | ac_check_lib_save_LIBS=$LIBS | 11131 | ac_check_lib_save_LIBS=$LIBS |
| 11945 | LIBS="-lpng -lz -lm $LIBS" | 11132 | LIBS="-lpng -lz -lm $LIBS" |
| 11946 | cat >conftest.$ac_ext <<_ACEOF | 11133 | cat >conftest.$ac_ext <<_ACEOF |
| 11134 | #line $LINENO "configure" | ||
| 11947 | /* confdefs.h. */ | 11135 | /* confdefs.h. */ |
| 11948 | _ACEOF | 11136 | _ACEOF |
| 11949 | cat confdefs.h >>conftest.$ac_ext | 11137 | cat confdefs.h >>conftest.$ac_ext |
| @@ -11967,20 +11155,11 @@ png_get_channels (); | |||
| 11967 | _ACEOF | 11155 | _ACEOF |
| 11968 | rm -f conftest.$ac_objext conftest$ac_exeext | 11156 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 11969 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 11157 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 11970 | (eval $ac_link) 2>conftest.er1 | 11158 | (eval $ac_link) 2>&5 |
| 11971 | ac_status=$? | 11159 | ac_status=$? |
| 11972 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 11973 | rm -f conftest.er1 | ||
| 11974 | cat conftest.err >&5 | ||
| 11975 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 11160 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 11976 | (exit $ac_status); } && | 11161 | (exit $ac_status); } && |
| 11977 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 11162 | { ac_try='test -s conftest$ac_exeext' |
| 11978 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 11979 | (eval $ac_try) 2>&5 | ||
| 11980 | ac_status=$? | ||
| 11981 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 11982 | (exit $ac_status); }; } && | ||
| 11983 | { ac_try='test -s conftest$ac_exeext' | ||
| 11984 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 11163 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 11985 | (eval $ac_try) 2>&5 | 11164 | (eval $ac_try) 2>&5 |
| 11986 | ac_status=$? | 11165 | ac_status=$? |
| @@ -11993,8 +11172,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 11993 | 11172 | ||
| 11994 | ac_cv_lib_png_png_get_channels=no | 11173 | ac_cv_lib_png_png_get_channels=no |
| 11995 | fi | 11174 | fi |
| 11996 | rm -f conftest.err conftest.$ac_objext \ | 11175 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 11997 | conftest$ac_exeext conftest.$ac_ext | ||
| 11998 | LIBS=$ac_check_lib_save_LIBS | 11176 | LIBS=$ac_check_lib_save_LIBS |
| 11999 | fi | 11177 | fi |
| 12000 | echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_get_channels" >&5 | 11178 | echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_get_channels" >&5 |
| @@ -12032,6 +11210,7 @@ else | |||
| 12032 | echo "$as_me:$LINENO: checking tiffio.h usability" >&5 | 11210 | echo "$as_me:$LINENO: checking tiffio.h usability" >&5 |
| 12033 | echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6 | 11211 | echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6 |
| 12034 | cat >conftest.$ac_ext <<_ACEOF | 11212 | cat >conftest.$ac_ext <<_ACEOF |
| 11213 | #line $LINENO "configure" | ||
| 12035 | /* confdefs.h. */ | 11214 | /* confdefs.h. */ |
| 12036 | _ACEOF | 11215 | _ACEOF |
| 12037 | cat confdefs.h >>conftest.$ac_ext | 11216 | cat confdefs.h >>conftest.$ac_ext |
| @@ -12042,20 +11221,11 @@ $ac_includes_default | |||
| 12042 | _ACEOF | 11221 | _ACEOF |
| 12043 | rm -f conftest.$ac_objext | 11222 | rm -f conftest.$ac_objext |
| 12044 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 11223 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 12045 | (eval $ac_compile) 2>conftest.er1 | 11224 | (eval $ac_compile) 2>&5 |
| 12046 | ac_status=$? | 11225 | ac_status=$? |
| 12047 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 12048 | rm -f conftest.er1 | ||
| 12049 | cat conftest.err >&5 | ||
| 12050 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 11226 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 12051 | (exit $ac_status); } && | 11227 | (exit $ac_status); } && |
| 12052 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 11228 | { ac_try='test -s conftest.$ac_objext' |
| 12053 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 12054 | (eval $ac_try) 2>&5 | ||
| 12055 | ac_status=$? | ||
| 12056 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 12057 | (exit $ac_status); }; } && | ||
| 12058 | { ac_try='test -s conftest.$ac_objext' | ||
| 12059 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 11229 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 12060 | (eval $ac_try) 2>&5 | 11230 | (eval $ac_try) 2>&5 |
| 12061 | ac_status=$? | 11231 | ac_status=$? |
| @@ -12068,7 +11238,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 12068 | 11238 | ||
| 12069 | ac_header_compiler=no | 11239 | ac_header_compiler=no |
| 12070 | fi | 11240 | fi |
| 12071 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 11241 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 12072 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 11242 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 12073 | echo "${ECHO_T}$ac_header_compiler" >&6 | 11243 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 12074 | 11244 | ||
| @@ -12076,6 +11246,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 12076 | echo "$as_me:$LINENO: checking tiffio.h presence" >&5 | 11246 | echo "$as_me:$LINENO: checking tiffio.h presence" >&5 |
| 12077 | echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6 | 11247 | echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6 |
| 12078 | cat >conftest.$ac_ext <<_ACEOF | 11248 | cat >conftest.$ac_ext <<_ACEOF |
| 11249 | #line $LINENO "configure" | ||
| 12079 | /* confdefs.h. */ | 11250 | /* confdefs.h. */ |
| 12080 | _ACEOF | 11251 | _ACEOF |
| 12081 | cat confdefs.h >>conftest.$ac_ext | 11252 | cat confdefs.h >>conftest.$ac_ext |
| @@ -12093,7 +11264,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 12093 | (exit $ac_status); } >/dev/null; then | 11264 | (exit $ac_status); } >/dev/null; then |
| 12094 | if test -s conftest.err; then | 11265 | if test -s conftest.err; then |
| 12095 | ac_cpp_err=$ac_c_preproc_warn_flag | 11266 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 12096 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 12097 | else | 11267 | else |
| 12098 | ac_cpp_err= | 11268 | ac_cpp_err= |
| 12099 | fi | 11269 | fi |
| @@ -12113,32 +11283,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 12113 | echo "${ECHO_T}$ac_header_preproc" >&6 | 11283 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 12114 | 11284 | ||
| 12115 | # So? What about this header? | 11285 | # So? What about this header? |
| 12116 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 11286 | case $ac_header_compiler:$ac_header_preproc in |
| 12117 | yes:no: ) | 11287 | yes:no ) |
| 12118 | { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5 | 11288 | { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 12119 | echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | 11289 | echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 12120 | { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the compiler's result" >&5 | 11290 | { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5 |
| 12121 | echo "$as_me: WARNING: tiffio.h: proceeding with the compiler's result" >&2;} | 11291 | echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;} |
| 12122 | ac_header_preproc=yes | 11292 | ( |
| 11293 | cat <<\_ASBOX | ||
| 11294 | ## ------------------------------------ ## | ||
| 11295 | ## Report this to bug-autoconf@gnu.org. ## | ||
| 11296 | ## ------------------------------------ ## | ||
| 11297 | _ASBOX | ||
| 11298 | ) | | ||
| 11299 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 12123 | ;; | 11300 | ;; |
| 12124 | no:yes:* ) | 11301 | no:yes ) |
| 12125 | { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5 | 11302 | { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5 |
| 12126 | echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;} | 11303 | echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;} |
| 12127 | { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5 | 11304 | { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5 |
| 12128 | echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;} | 11305 | echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;} |
| 12129 | { echo "$as_me:$LINENO: WARNING: tiffio.h: see the Autoconf documentation" >&5 | ||
| 12130 | echo "$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 | ||
| 12132 | echo "$as_me: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 12133 | { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5 | 11306 | { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5 |
| 12134 | echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;} | 11307 | echo "$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 | ||
| 12136 | echo "$as_me: WARNING: tiffio.h: in the future, the compiler will take precedence" >&2;} | ||
| 12137 | ( | 11308 | ( |
| 12138 | cat <<\_ASBOX | 11309 | cat <<\_ASBOX |
| 12139 | ## ------------------------------------------ ## | 11310 | ## ------------------------------------ ## |
| 12140 | ## Report this to the AC_PACKAGE_NAME lists. ## | 11311 | ## Report this to bug-autoconf@gnu.org. ## |
| 12141 | ## ------------------------------------------ ## | 11312 | ## ------------------------------------ ## |
| 12142 | _ASBOX | 11313 | _ASBOX |
| 12143 | ) | | 11314 | ) | |
| 12144 | sed "s/^/$as_me: WARNING: /" >&2 | 11315 | sed "s/^/$as_me: WARNING: /" >&2 |
| @@ -12167,6 +11338,7 @@ else | |||
| 12167 | ac_check_lib_save_LIBS=$LIBS | 11338 | ac_check_lib_save_LIBS=$LIBS |
| 12168 | LIBS="-ltiff $tifflibs $LIBS" | 11339 | LIBS="-ltiff $tifflibs $LIBS" |
| 12169 | cat >conftest.$ac_ext <<_ACEOF | 11340 | cat >conftest.$ac_ext <<_ACEOF |
| 11341 | #line $LINENO "configure" | ||
| 12170 | /* confdefs.h. */ | 11342 | /* confdefs.h. */ |
| 12171 | _ACEOF | 11343 | _ACEOF |
| 12172 | cat confdefs.h >>conftest.$ac_ext | 11344 | cat confdefs.h >>conftest.$ac_ext |
| @@ -12190,20 +11362,11 @@ TIFFGetVersion (); | |||
| 12190 | _ACEOF | 11362 | _ACEOF |
| 12191 | rm -f conftest.$ac_objext conftest$ac_exeext | 11363 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 12192 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 11364 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 12193 | (eval $ac_link) 2>conftest.er1 | 11365 | (eval $ac_link) 2>&5 |
| 12194 | ac_status=$? | 11366 | ac_status=$? |
| 12195 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 12196 | rm -f conftest.er1 | ||
| 12197 | cat conftest.err >&5 | ||
| 12198 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 11367 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 12199 | (exit $ac_status); } && | 11368 | (exit $ac_status); } && |
| 12200 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 11369 | { ac_try='test -s conftest$ac_exeext' |
| 12201 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 12202 | (eval $ac_try) 2>&5 | ||
| 12203 | ac_status=$? | ||
| 12204 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 12205 | (exit $ac_status); }; } && | ||
| 12206 | { ac_try='test -s conftest$ac_exeext' | ||
| 12207 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 11370 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 12208 | (eval $ac_try) 2>&5 | 11371 | (eval $ac_try) 2>&5 |
| 12209 | ac_status=$? | 11372 | ac_status=$? |
| @@ -12216,8 +11379,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 12216 | 11379 | ||
| 12217 | ac_cv_lib_tiff_TIFFGetVersion=no | 11380 | ac_cv_lib_tiff_TIFFGetVersion=no |
| 12218 | fi | 11381 | fi |
| 12219 | rm -f conftest.err conftest.$ac_objext \ | 11382 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 12220 | conftest$ac_exeext conftest.$ac_ext | ||
| 12221 | LIBS=$ac_check_lib_save_LIBS | 11383 | LIBS=$ac_check_lib_save_LIBS |
| 12222 | fi | 11384 | fi |
| 12223 | echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5 | 11385 | echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5 |
| @@ -12257,6 +11419,7 @@ else | |||
| 12257 | echo "$as_me:$LINENO: checking gif_lib.h usability" >&5 | 11419 | echo "$as_me:$LINENO: checking gif_lib.h usability" >&5 |
| 12258 | echo $ECHO_N "checking gif_lib.h usability... $ECHO_C" >&6 | 11420 | echo $ECHO_N "checking gif_lib.h usability... $ECHO_C" >&6 |
| 12259 | cat >conftest.$ac_ext <<_ACEOF | 11421 | cat >conftest.$ac_ext <<_ACEOF |
| 11422 | #line $LINENO "configure" | ||
| 12260 | /* confdefs.h. */ | 11423 | /* confdefs.h. */ |
| 12261 | _ACEOF | 11424 | _ACEOF |
| 12262 | cat confdefs.h >>conftest.$ac_ext | 11425 | cat confdefs.h >>conftest.$ac_ext |
| @@ -12267,20 +11430,11 @@ $ac_includes_default | |||
| 12267 | _ACEOF | 11430 | _ACEOF |
| 12268 | rm -f conftest.$ac_objext | 11431 | rm -f conftest.$ac_objext |
| 12269 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 11432 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 12270 | (eval $ac_compile) 2>conftest.er1 | 11433 | (eval $ac_compile) 2>&5 |
| 12271 | ac_status=$? | 11434 | ac_status=$? |
| 12272 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 12273 | rm -f conftest.er1 | ||
| 12274 | cat conftest.err >&5 | ||
| 12275 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 11435 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 12276 | (exit $ac_status); } && | 11436 | (exit $ac_status); } && |
| 12277 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 11437 | { ac_try='test -s conftest.$ac_objext' |
| 12278 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 12279 | (eval $ac_try) 2>&5 | ||
| 12280 | ac_status=$? | ||
| 12281 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 12282 | (exit $ac_status); }; } && | ||
| 12283 | { ac_try='test -s conftest.$ac_objext' | ||
| 12284 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 11438 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 12285 | (eval $ac_try) 2>&5 | 11439 | (eval $ac_try) 2>&5 |
| 12286 | ac_status=$? | 11440 | ac_status=$? |
| @@ -12293,7 +11447,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 12293 | 11447 | ||
| 12294 | ac_header_compiler=no | 11448 | ac_header_compiler=no |
| 12295 | fi | 11449 | fi |
| 12296 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 11450 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 12297 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 11451 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 12298 | echo "${ECHO_T}$ac_header_compiler" >&6 | 11452 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 12299 | 11453 | ||
| @@ -12301,6 +11455,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 12301 | echo "$as_me:$LINENO: checking gif_lib.h presence" >&5 | 11455 | echo "$as_me:$LINENO: checking gif_lib.h presence" >&5 |
| 12302 | echo $ECHO_N "checking gif_lib.h presence... $ECHO_C" >&6 | 11456 | echo $ECHO_N "checking gif_lib.h presence... $ECHO_C" >&6 |
| 12303 | cat >conftest.$ac_ext <<_ACEOF | 11457 | cat >conftest.$ac_ext <<_ACEOF |
| 11458 | #line $LINENO "configure" | ||
| 12304 | /* confdefs.h. */ | 11459 | /* confdefs.h. */ |
| 12305 | _ACEOF | 11460 | _ACEOF |
| 12306 | cat confdefs.h >>conftest.$ac_ext | 11461 | cat confdefs.h >>conftest.$ac_ext |
| @@ -12318,7 +11473,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 12318 | (exit $ac_status); } >/dev/null; then | 11473 | (exit $ac_status); } >/dev/null; then |
| 12319 | if test -s conftest.err; then | 11474 | if test -s conftest.err; then |
| 12320 | ac_cpp_err=$ac_c_preproc_warn_flag | 11475 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 12321 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 12322 | else | 11476 | else |
| 12323 | ac_cpp_err= | 11477 | ac_cpp_err= |
| 12324 | fi | 11478 | fi |
| @@ -12338,32 +11492,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 12338 | echo "${ECHO_T}$ac_header_preproc" >&6 | 11492 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 12339 | 11493 | ||
| 12340 | # So? What about this header? | 11494 | # So? What about this header? |
| 12341 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 11495 | case $ac_header_compiler:$ac_header_preproc in |
| 12342 | yes:no: ) | 11496 | yes:no ) |
| 12343 | { echo "$as_me:$LINENO: WARNING: gif_lib.h: accepted by the compiler, rejected by the preprocessor!" >&5 | 11497 | { echo "$as_me:$LINENO: WARNING: gif_lib.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 12344 | echo "$as_me: WARNING: gif_lib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | 11498 | echo "$as_me: WARNING: gif_lib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 12345 | { echo "$as_me:$LINENO: WARNING: gif_lib.h: proceeding with the compiler's result" >&5 | 11499 | { echo "$as_me:$LINENO: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&5 |
| 12346 | echo "$as_me: WARNING: gif_lib.h: proceeding with the compiler's result" >&2;} | 11500 | echo "$as_me: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&2;} |
| 12347 | ac_header_preproc=yes | 11501 | ( |
| 11502 | cat <<\_ASBOX | ||
| 11503 | ## ------------------------------------ ## | ||
| 11504 | ## Report this to bug-autoconf@gnu.org. ## | ||
| 11505 | ## ------------------------------------ ## | ||
| 11506 | _ASBOX | ||
| 11507 | ) | | ||
| 11508 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 12348 | ;; | 11509 | ;; |
| 12349 | no:yes:* ) | 11510 | no:yes ) |
| 12350 | { echo "$as_me:$LINENO: WARNING: gif_lib.h: present but cannot be compiled" >&5 | 11511 | { echo "$as_me:$LINENO: WARNING: gif_lib.h: present but cannot be compiled" >&5 |
| 12351 | echo "$as_me: WARNING: gif_lib.h: present but cannot be compiled" >&2;} | 11512 | echo "$as_me: WARNING: gif_lib.h: present but cannot be compiled" >&2;} |
| 12352 | { echo "$as_me:$LINENO: WARNING: gif_lib.h: check for missing prerequisite headers?" >&5 | 11513 | { echo "$as_me:$LINENO: WARNING: gif_lib.h: check for missing prerequisite headers?" >&5 |
| 12353 | echo "$as_me: WARNING: gif_lib.h: check for missing prerequisite headers?" >&2;} | 11514 | echo "$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 | ||
| 12355 | echo "$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 | ||
| 12357 | echo "$as_me: WARNING: gif_lib.h: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 12358 | { echo "$as_me:$LINENO: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&5 | 11515 | { echo "$as_me:$LINENO: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&5 |
| 12359 | echo "$as_me: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&2;} | 11516 | echo "$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 | ||
| 12361 | echo "$as_me: WARNING: gif_lib.h: in the future, the compiler will take precedence" >&2;} | ||
| 12362 | ( | 11517 | ( |
| 12363 | cat <<\_ASBOX | 11518 | cat <<\_ASBOX |
| 12364 | ## ------------------------------------------ ## | 11519 | ## ------------------------------------ ## |
| 12365 | ## Report this to the AC_PACKAGE_NAME lists. ## | 11520 | ## Report this to bug-autoconf@gnu.org. ## |
| 12366 | ## ------------------------------------------ ## | 11521 | ## ------------------------------------ ## |
| 12367 | _ASBOX | 11522 | _ASBOX |
| 12368 | ) | | 11523 | ) | |
| 12369 | sed "s/^/$as_me: WARNING: /" >&2 | 11524 | sed "s/^/$as_me: WARNING: /" >&2 |
| @@ -12391,6 +11546,7 @@ else | |||
| 12391 | ac_check_lib_save_LIBS=$LIBS | 11546 | ac_check_lib_save_LIBS=$LIBS |
| 12392 | LIBS="-lungif $LIBS" | 11547 | LIBS="-lungif $LIBS" |
| 12393 | cat >conftest.$ac_ext <<_ACEOF | 11548 | cat >conftest.$ac_ext <<_ACEOF |
| 11549 | #line $LINENO "configure" | ||
| 12394 | /* confdefs.h. */ | 11550 | /* confdefs.h. */ |
| 12395 | _ACEOF | 11551 | _ACEOF |
| 12396 | cat confdefs.h >>conftest.$ac_ext | 11552 | cat confdefs.h >>conftest.$ac_ext |
| @@ -12414,20 +11570,11 @@ EGifPutExtensionLast (); | |||
| 12414 | _ACEOF | 11570 | _ACEOF |
| 12415 | rm -f conftest.$ac_objext conftest$ac_exeext | 11571 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 12416 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 11572 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 12417 | (eval $ac_link) 2>conftest.er1 | 11573 | (eval $ac_link) 2>&5 |
| 12418 | ac_status=$? | 11574 | ac_status=$? |
| 12419 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 12420 | rm -f conftest.er1 | ||
| 12421 | cat conftest.err >&5 | ||
| 12422 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 11575 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 12423 | (exit $ac_status); } && | 11576 | (exit $ac_status); } && |
| 12424 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 11577 | { ac_try='test -s conftest$ac_exeext' |
| 12425 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 12426 | (eval $ac_try) 2>&5 | ||
| 12427 | ac_status=$? | ||
| 12428 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 12429 | (exit $ac_status); }; } && | ||
| 12430 | { ac_try='test -s conftest$ac_exeext' | ||
| 12431 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 11578 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 12432 | (eval $ac_try) 2>&5 | 11579 | (eval $ac_try) 2>&5 |
| 12433 | ac_status=$? | 11580 | ac_status=$? |
| @@ -12440,8 +11587,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 12440 | 11587 | ||
| 12441 | ac_cv_lib_ungif_EGifPutExtensionLast=no | 11588 | ac_cv_lib_ungif_EGifPutExtensionLast=no |
| 12442 | fi | 11589 | fi |
| 12443 | rm -f conftest.err conftest.$ac_objext \ | 11590 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 12444 | conftest$ac_exeext conftest.$ac_ext | ||
| 12445 | LIBS=$ac_check_lib_save_LIBS | 11591 | LIBS=$ac_check_lib_save_LIBS |
| 12446 | fi | 11592 | fi |
| 12447 | echo "$as_me:$LINENO: result: $ac_cv_lib_ungif_EGifPutExtensionLast" >&5 | 11593 | echo "$as_me:$LINENO: result: $ac_cv_lib_ungif_EGifPutExtensionLast" >&5 |
| @@ -12477,6 +11623,7 @@ else | |||
| 12477 | echo "$as_me:$LINENO: checking malloc/malloc.h usability" >&5 | 11623 | echo "$as_me:$LINENO: checking malloc/malloc.h usability" >&5 |
| 12478 | echo $ECHO_N "checking malloc/malloc.h usability... $ECHO_C" >&6 | 11624 | echo $ECHO_N "checking malloc/malloc.h usability... $ECHO_C" >&6 |
| 12479 | cat >conftest.$ac_ext <<_ACEOF | 11625 | cat >conftest.$ac_ext <<_ACEOF |
| 11626 | #line $LINENO "configure" | ||
| 12480 | /* confdefs.h. */ | 11627 | /* confdefs.h. */ |
| 12481 | _ACEOF | 11628 | _ACEOF |
| 12482 | cat confdefs.h >>conftest.$ac_ext | 11629 | cat confdefs.h >>conftest.$ac_ext |
| @@ -12487,20 +11634,11 @@ $ac_includes_default | |||
| 12487 | _ACEOF | 11634 | _ACEOF |
| 12488 | rm -f conftest.$ac_objext | 11635 | rm -f conftest.$ac_objext |
| 12489 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 11636 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 12490 | (eval $ac_compile) 2>conftest.er1 | 11637 | (eval $ac_compile) 2>&5 |
| 12491 | ac_status=$? | 11638 | ac_status=$? |
| 12492 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 12493 | rm -f conftest.er1 | ||
| 12494 | cat conftest.err >&5 | ||
| 12495 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 11639 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 12496 | (exit $ac_status); } && | 11640 | (exit $ac_status); } && |
| 12497 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 11641 | { ac_try='test -s conftest.$ac_objext' |
| 12498 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 12499 | (eval $ac_try) 2>&5 | ||
| 12500 | ac_status=$? | ||
| 12501 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 12502 | (exit $ac_status); }; } && | ||
| 12503 | { ac_try='test -s conftest.$ac_objext' | ||
| 12504 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 11642 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 12505 | (eval $ac_try) 2>&5 | 11643 | (eval $ac_try) 2>&5 |
| 12506 | ac_status=$? | 11644 | ac_status=$? |
| @@ -12513,7 +11651,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 12513 | 11651 | ||
| 12514 | ac_header_compiler=no | 11652 | ac_header_compiler=no |
| 12515 | fi | 11653 | fi |
| 12516 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 11654 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 12517 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 11655 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 12518 | echo "${ECHO_T}$ac_header_compiler" >&6 | 11656 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 12519 | 11657 | ||
| @@ -12521,6 +11659,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 12521 | echo "$as_me:$LINENO: checking malloc/malloc.h presence" >&5 | 11659 | echo "$as_me:$LINENO: checking malloc/malloc.h presence" >&5 |
| 12522 | echo $ECHO_N "checking malloc/malloc.h presence... $ECHO_C" >&6 | 11660 | echo $ECHO_N "checking malloc/malloc.h presence... $ECHO_C" >&6 |
| 12523 | cat >conftest.$ac_ext <<_ACEOF | 11661 | cat >conftest.$ac_ext <<_ACEOF |
| 11662 | #line $LINENO "configure" | ||
| 12524 | /* confdefs.h. */ | 11663 | /* confdefs.h. */ |
| 12525 | _ACEOF | 11664 | _ACEOF |
| 12526 | cat confdefs.h >>conftest.$ac_ext | 11665 | cat confdefs.h >>conftest.$ac_ext |
| @@ -12538,7 +11677,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 12538 | (exit $ac_status); } >/dev/null; then | 11677 | (exit $ac_status); } >/dev/null; then |
| 12539 | if test -s conftest.err; then | 11678 | if test -s conftest.err; then |
| 12540 | ac_cpp_err=$ac_c_preproc_warn_flag | 11679 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 12541 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 12542 | else | 11680 | else |
| 12543 | ac_cpp_err= | 11681 | ac_cpp_err= |
| 12544 | fi | 11682 | fi |
| @@ -12558,32 +11696,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 12558 | echo "${ECHO_T}$ac_header_preproc" >&6 | 11696 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 12559 | 11697 | ||
| 12560 | # So? What about this header? | 11698 | # So? What about this header? |
| 12561 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 11699 | case $ac_header_compiler:$ac_header_preproc in |
| 12562 | yes:no: ) | 11700 | yes:no ) |
| 12563 | { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: accepted by the compiler, rejected by the preprocessor!" >&5 | 11701 | { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 12564 | echo "$as_me: WARNING: malloc/malloc.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | 11702 | echo "$as_me: WARNING: malloc/malloc.h: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 12565 | { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: proceeding with the compiler's result" >&5 | 11703 | { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: proceeding with the preprocessor's result" >&5 |
| 12566 | echo "$as_me: WARNING: malloc/malloc.h: proceeding with the compiler's result" >&2;} | 11704 | echo "$as_me: WARNING: malloc/malloc.h: proceeding with the preprocessor's result" >&2;} |
| 12567 | ac_header_preproc=yes | 11705 | ( |
| 11706 | cat <<\_ASBOX | ||
| 11707 | ## ------------------------------------ ## | ||
| 11708 | ## Report this to bug-autoconf@gnu.org. ## | ||
| 11709 | ## ------------------------------------ ## | ||
| 11710 | _ASBOX | ||
| 11711 | ) | | ||
| 11712 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 12568 | ;; | 11713 | ;; |
| 12569 | no:yes:* ) | 11714 | no:yes ) |
| 12570 | { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: present but cannot be compiled" >&5 | 11715 | { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: present but cannot be compiled" >&5 |
| 12571 | echo "$as_me: WARNING: malloc/malloc.h: present but cannot be compiled" >&2;} | 11716 | echo "$as_me: WARNING: malloc/malloc.h: present but cannot be compiled" >&2;} |
| 12572 | { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: check for missing prerequisite headers?" >&5 | 11717 | { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: check for missing prerequisite headers?" >&5 |
| 12573 | echo "$as_me: WARNING: malloc/malloc.h: check for missing prerequisite headers?" >&2;} | 11718 | echo "$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 | ||
| 12575 | echo "$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 | ||
| 12577 | echo "$as_me: WARNING: malloc/malloc.h: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 12578 | { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: proceeding with the preprocessor's result" >&5 | 11719 | { echo "$as_me:$LINENO: WARNING: malloc/malloc.h: proceeding with the preprocessor's result" >&5 |
| 12579 | echo "$as_me: WARNING: malloc/malloc.h: proceeding with the preprocessor's result" >&2;} | 11720 | echo "$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 | ||
| 12581 | echo "$as_me: WARNING: malloc/malloc.h: in the future, the compiler will take precedence" >&2;} | ||
| 12582 | ( | 11721 | ( |
| 12583 | cat <<\_ASBOX | 11722 | cat <<\_ASBOX |
| 12584 | ## ------------------------------------------ ## | 11723 | ## ------------------------------------ ## |
| 12585 | ## Report this to the AC_PACKAGE_NAME lists. ## | 11724 | ## Report this to bug-autoconf@gnu.org. ## |
| 12586 | ## ------------------------------------------ ## | 11725 | ## ------------------------------------ ## |
| 12587 | _ASBOX | 11726 | _ASBOX |
| 12588 | ) | | 11727 | ) | |
| 12589 | sed "s/^/$as_me: WARNING: /" >&2 | 11728 | sed "s/^/$as_me: WARNING: /" >&2 |
| @@ -12628,6 +11767,95 @@ _ACEOF | |||
| 12628 | fi | 11767 | fi |
| 12629 | # We also have mouse menus. | 11768 | # We also have mouse menus. |
| 12630 | HAVE_MENUS=yes | 11769 | HAVE_MENUS=yes |
| 11770 | |||
| 11771 | tmp_CFLAGS="$CFLAGS" | ||
| 11772 | CFLAGS="$CFLAGS -framework Carbon" | ||
| 11773 | echo "$as_me:$LINENO: checking for CancelMenuTracking" >&5 | ||
| 11774 | echo $ECHO_N "checking for CancelMenuTracking... $ECHO_C" >&6 | ||
| 11775 | if test "${ac_cv_func_CancelMenuTracking+set}" = set; then | ||
| 11776 | echo $ECHO_N "(cached) $ECHO_C" >&6 | ||
| 11777 | else | ||
| 11778 | cat >conftest.$ac_ext <<_ACEOF | ||
| 11779 | #line $LINENO "configure" | ||
| 11780 | /* confdefs.h. */ | ||
| 11781 | _ACEOF | ||
| 11782 | cat confdefs.h >>conftest.$ac_ext | ||
| 11783 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 11784 | /* end confdefs.h. */ | ||
| 11785 | /* System header to define __stub macros and hopefully few prototypes, | ||
| 11786 | which can conflict with char CancelMenuTracking (); below. | ||
| 11787 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | ||
| 11788 | <limits.h> exists even on freestanding compilers. */ | ||
| 11789 | #ifdef __STDC__ | ||
| 11790 | # include <limits.h> | ||
| 11791 | #else | ||
| 11792 | # include <assert.h> | ||
| 11793 | #endif | ||
| 11794 | /* Override any gcc2 internal prototype to avoid an error. */ | ||
| 11795 | #ifdef __cplusplus | ||
| 11796 | extern "C" | ||
| 11797 | { | ||
| 11798 | #endif | ||
| 11799 | /* We use char because int might match the return type of a gcc2 | ||
| 11800 | builtin and then its argument prototype would still apply. */ | ||
| 11801 | char CancelMenuTracking (); | ||
| 11802 | /* The GNU C library defines this for functions which it implements | ||
| 11803 | to always fail with ENOSYS. Some functions are actually named | ||
| 11804 | something starting with __ and the normal name is an alias. */ | ||
| 11805 | #if defined (__stub_CancelMenuTracking) || defined (__stub___CancelMenuTracking) | ||
| 11806 | choke me | ||
| 11807 | #else | ||
| 11808 | char (*f) () = CancelMenuTracking; | ||
| 11809 | #endif | ||
| 11810 | #ifdef __cplusplus | ||
| 11811 | } | ||
| 11812 | #endif | ||
| 11813 | |||
| 11814 | int | ||
| 11815 | main () | ||
| 11816 | { | ||
| 11817 | return f != CancelMenuTracking; | ||
| 11818 | ; | ||
| 11819 | return 0; | ||
| 11820 | } | ||
| 11821 | _ACEOF | ||
| 11822 | rm -f conftest.$ac_objext conftest$ac_exeext | ||
| 11823 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | ||
| 11824 | (eval $ac_link) 2>&5 | ||
| 11825 | ac_status=$? | ||
| 11826 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 11827 | (exit $ac_status); } && | ||
| 11828 | { ac_try='test -s conftest$ac_exeext' | ||
| 11829 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 11830 | (eval $ac_try) 2>&5 | ||
| 11831 | ac_status=$? | ||
| 11832 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 11833 | (exit $ac_status); }; }; then | ||
| 11834 | ac_cv_func_CancelMenuTracking=yes | ||
| 11835 | else | ||
| 11836 | echo "$as_me: failed program was:" >&5 | ||
| 11837 | sed 's/^/| /' conftest.$ac_ext >&5 | ||
| 11838 | |||
| 11839 | ac_cv_func_CancelMenuTracking=no | ||
| 11840 | fi | ||
| 11841 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | ||
| 11842 | fi | ||
| 11843 | echo "$as_me:$LINENO: result: $ac_cv_func_CancelMenuTracking" >&5 | ||
| 11844 | echo "${ECHO_T}$ac_cv_func_CancelMenuTracking" >&6 | ||
| 11845 | if test $ac_cv_func_CancelMenuTracking = yes; then | ||
| 11846 | have_cmt=yes | ||
| 11847 | else | ||
| 11848 | have_cmt=no | ||
| 11849 | fi | ||
| 11850 | |||
| 11851 | if test "$have_cmt" = yes; then | ||
| 11852 | |||
| 11853 | cat >>confdefs.h <<\_ACEOF | ||
| 11854 | #define HAVE_CANCELMENUTRACKING 1 | ||
| 11855 | _ACEOF | ||
| 11856 | |||
| 11857 | fi | ||
| 11858 | CFLAGS="$tmp_CFLAGS" | ||
| 12631 | fi | 11859 | fi |
| 12632 | 11860 | ||
| 12633 | ### Use session management (-lSM -lICE) if available | 11861 | ### Use session management (-lSM -lICE) if available |
| @@ -12646,6 +11874,7 @@ else | |||
| 12646 | echo "$as_me:$LINENO: checking X11/SM/SMlib.h usability" >&5 | 11874 | echo "$as_me:$LINENO: checking X11/SM/SMlib.h usability" >&5 |
| 12647 | echo $ECHO_N "checking X11/SM/SMlib.h usability... $ECHO_C" >&6 | 11875 | echo $ECHO_N "checking X11/SM/SMlib.h usability... $ECHO_C" >&6 |
| 12648 | cat >conftest.$ac_ext <<_ACEOF | 11876 | cat >conftest.$ac_ext <<_ACEOF |
| 11877 | #line $LINENO "configure" | ||
| 12649 | /* confdefs.h. */ | 11878 | /* confdefs.h. */ |
| 12650 | _ACEOF | 11879 | _ACEOF |
| 12651 | cat confdefs.h >>conftest.$ac_ext | 11880 | cat confdefs.h >>conftest.$ac_ext |
| @@ -12656,20 +11885,11 @@ $ac_includes_default | |||
| 12656 | _ACEOF | 11885 | _ACEOF |
| 12657 | rm -f conftest.$ac_objext | 11886 | rm -f conftest.$ac_objext |
| 12658 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 11887 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 12659 | (eval $ac_compile) 2>conftest.er1 | 11888 | (eval $ac_compile) 2>&5 |
| 12660 | ac_status=$? | 11889 | ac_status=$? |
| 12661 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 12662 | rm -f conftest.er1 | ||
| 12663 | cat conftest.err >&5 | ||
| 12664 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 11890 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 12665 | (exit $ac_status); } && | 11891 | (exit $ac_status); } && |
| 12666 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 11892 | { ac_try='test -s conftest.$ac_objext' |
| 12667 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 12668 | (eval $ac_try) 2>&5 | ||
| 12669 | ac_status=$? | ||
| 12670 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 12671 | (exit $ac_status); }; } && | ||
| 12672 | { ac_try='test -s conftest.$ac_objext' | ||
| 12673 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 11893 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 12674 | (eval $ac_try) 2>&5 | 11894 | (eval $ac_try) 2>&5 |
| 12675 | ac_status=$? | 11895 | ac_status=$? |
| @@ -12682,7 +11902,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 12682 | 11902 | ||
| 12683 | ac_header_compiler=no | 11903 | ac_header_compiler=no |
| 12684 | fi | 11904 | fi |
| 12685 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 11905 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 12686 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 11906 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 12687 | echo "${ECHO_T}$ac_header_compiler" >&6 | 11907 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 12688 | 11908 | ||
| @@ -12690,6 +11910,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 12690 | echo "$as_me:$LINENO: checking X11/SM/SMlib.h presence" >&5 | 11910 | echo "$as_me:$LINENO: checking X11/SM/SMlib.h presence" >&5 |
| 12691 | echo $ECHO_N "checking X11/SM/SMlib.h presence... $ECHO_C" >&6 | 11911 | echo $ECHO_N "checking X11/SM/SMlib.h presence... $ECHO_C" >&6 |
| 12692 | cat >conftest.$ac_ext <<_ACEOF | 11912 | cat >conftest.$ac_ext <<_ACEOF |
| 11913 | #line $LINENO "configure" | ||
| 12693 | /* confdefs.h. */ | 11914 | /* confdefs.h. */ |
| 12694 | _ACEOF | 11915 | _ACEOF |
| 12695 | cat confdefs.h >>conftest.$ac_ext | 11916 | cat confdefs.h >>conftest.$ac_ext |
| @@ -12707,7 +11928,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 12707 | (exit $ac_status); } >/dev/null; then | 11928 | (exit $ac_status); } >/dev/null; then |
| 12708 | if test -s conftest.err; then | 11929 | if test -s conftest.err; then |
| 12709 | ac_cpp_err=$ac_c_preproc_warn_flag | 11930 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 12710 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 12711 | else | 11931 | else |
| 12712 | ac_cpp_err= | 11932 | ac_cpp_err= |
| 12713 | fi | 11933 | fi |
| @@ -12727,32 +11947,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 12727 | echo "${ECHO_T}$ac_header_preproc" >&6 | 11947 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 12728 | 11948 | ||
| 12729 | # So? What about this header? | 11949 | # So? What about this header? |
| 12730 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 11950 | case $ac_header_compiler:$ac_header_preproc in |
| 12731 | yes:no: ) | 11951 | yes:no ) |
| 12732 | { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: accepted by the compiler, rejected by the preprocessor!" >&5 | 11952 | { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 12733 | echo "$as_me: WARNING: X11/SM/SMlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | 11953 | echo "$as_me: WARNING: X11/SM/SMlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 12734 | { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: proceeding with the compiler's result" >&5 | 11954 | { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&5 |
| 12735 | echo "$as_me: WARNING: X11/SM/SMlib.h: proceeding with the compiler's result" >&2;} | 11955 | echo "$as_me: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&2;} |
| 12736 | ac_header_preproc=yes | 11956 | ( |
| 11957 | cat <<\_ASBOX | ||
| 11958 | ## ------------------------------------ ## | ||
| 11959 | ## Report this to bug-autoconf@gnu.org. ## | ||
| 11960 | ## ------------------------------------ ## | ||
| 11961 | _ASBOX | ||
| 11962 | ) | | ||
| 11963 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 12737 | ;; | 11964 | ;; |
| 12738 | no:yes:* ) | 11965 | no:yes ) |
| 12739 | { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: present but cannot be compiled" >&5 | 11966 | { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: present but cannot be compiled" >&5 |
| 12740 | echo "$as_me: WARNING: X11/SM/SMlib.h: present but cannot be compiled" >&2;} | 11967 | echo "$as_me: WARNING: X11/SM/SMlib.h: present but cannot be compiled" >&2;} |
| 12741 | { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: check for missing prerequisite headers?" >&5 | 11968 | { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: check for missing prerequisite headers?" >&5 |
| 12742 | echo "$as_me: WARNING: X11/SM/SMlib.h: check for missing prerequisite headers?" >&2;} | 11969 | echo "$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 | ||
| 12744 | echo "$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 | ||
| 12746 | echo "$as_me: WARNING: X11/SM/SMlib.h: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 12747 | { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&5 | 11970 | { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&5 |
| 12748 | echo "$as_me: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&2;} | 11971 | echo "$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 | ||
| 12750 | echo "$as_me: WARNING: X11/SM/SMlib.h: in the future, the compiler will take precedence" >&2;} | ||
| 12751 | ( | 11972 | ( |
| 12752 | cat <<\_ASBOX | 11973 | cat <<\_ASBOX |
| 12753 | ## ------------------------------------------ ## | 11974 | ## ------------------------------------ ## |
| 12754 | ## Report this to the AC_PACKAGE_NAME lists. ## | 11975 | ## Report this to bug-autoconf@gnu.org. ## |
| 12755 | ## ------------------------------------------ ## | 11976 | ## ------------------------------------ ## |
| 12756 | _ASBOX | 11977 | _ASBOX |
| 12757 | ) | | 11978 | ) | |
| 12758 | sed "s/^/$as_me: WARNING: /" >&2 | 11979 | sed "s/^/$as_me: WARNING: /" >&2 |
| @@ -12778,6 +11999,7 @@ else | |||
| 12778 | ac_check_lib_save_LIBS=$LIBS | 11999 | ac_check_lib_save_LIBS=$LIBS |
| 12779 | LIBS="-lSM -lICE $LIBS" | 12000 | LIBS="-lSM -lICE $LIBS" |
| 12780 | cat >conftest.$ac_ext <<_ACEOF | 12001 | cat >conftest.$ac_ext <<_ACEOF |
| 12002 | #line $LINENO "configure" | ||
| 12781 | /* confdefs.h. */ | 12003 | /* confdefs.h. */ |
| 12782 | _ACEOF | 12004 | _ACEOF |
| 12783 | cat confdefs.h >>conftest.$ac_ext | 12005 | cat confdefs.h >>conftest.$ac_ext |
| @@ -12801,20 +12023,11 @@ SmcOpenConnection (); | |||
| 12801 | _ACEOF | 12023 | _ACEOF |
| 12802 | rm -f conftest.$ac_objext conftest$ac_exeext | 12024 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 12803 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 12025 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 12804 | (eval $ac_link) 2>conftest.er1 | 12026 | (eval $ac_link) 2>&5 |
| 12805 | ac_status=$? | 12027 | ac_status=$? |
| 12806 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 12807 | rm -f conftest.er1 | ||
| 12808 | cat conftest.err >&5 | ||
| 12809 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 12028 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 12810 | (exit $ac_status); } && | 12029 | (exit $ac_status); } && |
| 12811 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 12030 | { ac_try='test -s conftest$ac_exeext' |
| 12812 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 12813 | (eval $ac_try) 2>&5 | ||
| 12814 | ac_status=$? | ||
| 12815 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 12816 | (exit $ac_status); }; } && | ||
| 12817 | { ac_try='test -s conftest$ac_exeext' | ||
| 12818 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 12031 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 12819 | (eval $ac_try) 2>&5 | 12032 | (eval $ac_try) 2>&5 |
| 12820 | ac_status=$? | 12033 | ac_status=$? |
| @@ -12827,8 +12040,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 12827 | 12040 | ||
| 12828 | ac_cv_lib_SM_SmcOpenConnection=no | 12041 | ac_cv_lib_SM_SmcOpenConnection=no |
| 12829 | fi | 12042 | fi |
| 12830 | rm -f conftest.err conftest.$ac_objext \ | 12043 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 12831 | conftest$ac_exeext conftest.$ac_ext | ||
| 12832 | LIBS=$ac_check_lib_save_LIBS | 12044 | LIBS=$ac_check_lib_save_LIBS |
| 12833 | fi | 12045 | fi |
| 12834 | echo "$as_me:$LINENO: result: $ac_cv_lib_SM_SmcOpenConnection" >&5 | 12046 | echo "$as_me:$LINENO: result: $ac_cv_lib_SM_SmcOpenConnection" >&5 |
| @@ -12861,6 +12073,7 @@ if test "${emacs_cv_netdb_declares_h_errno+set}" = set; then | |||
| 12861 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 12073 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 12862 | else | 12074 | else |
| 12863 | cat >conftest.$ac_ext <<_ACEOF | 12075 | cat >conftest.$ac_ext <<_ACEOF |
| 12076 | #line $LINENO "configure" | ||
| 12864 | /* confdefs.h. */ | 12077 | /* confdefs.h. */ |
| 12865 | _ACEOF | 12078 | _ACEOF |
| 12866 | cat confdefs.h >>conftest.$ac_ext | 12079 | cat confdefs.h >>conftest.$ac_ext |
| @@ -12877,20 +12090,11 @@ return h_errno; | |||
| 12877 | _ACEOF | 12090 | _ACEOF |
| 12878 | rm -f conftest.$ac_objext conftest$ac_exeext | 12091 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 12879 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 12092 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 12880 | (eval $ac_link) 2>conftest.er1 | 12093 | (eval $ac_link) 2>&5 |
| 12881 | ac_status=$? | 12094 | ac_status=$? |
| 12882 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 12883 | rm -f conftest.er1 | ||
| 12884 | cat conftest.err >&5 | ||
| 12885 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 12095 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 12886 | (exit $ac_status); } && | 12096 | (exit $ac_status); } && |
| 12887 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 12097 | { ac_try='test -s conftest$ac_exeext' |
| 12888 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 12889 | (eval $ac_try) 2>&5 | ||
| 12890 | ac_status=$? | ||
| 12891 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 12892 | (exit $ac_status); }; } && | ||
| 12893 | { ac_try='test -s conftest$ac_exeext' | ||
| 12894 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 12098 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 12895 | (eval $ac_try) 2>&5 | 12099 | (eval $ac_try) 2>&5 |
| 12896 | ac_status=$? | 12100 | ac_status=$? |
| @@ -12903,8 +12107,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 12903 | 12107 | ||
| 12904 | emacs_cv_netdb_declares_h_errno=no | 12108 | emacs_cv_netdb_declares_h_errno=no |
| 12905 | fi | 12109 | fi |
| 12906 | rm -f conftest.err conftest.$ac_objext \ | 12110 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 12907 | conftest$ac_exeext conftest.$ac_ext | ||
| 12908 | fi | 12111 | fi |
| 12909 | echo "$as_me:$LINENO: result: $emacs_cv_netdb_declares_h_errno" >&5 | 12112 | echo "$as_me:$LINENO: result: $emacs_cv_netdb_declares_h_errno" >&5 |
| 12910 | echo "${ECHO_T}$emacs_cv_netdb_declares_h_errno" >&6 | 12113 | echo "${ECHO_T}$emacs_cv_netdb_declares_h_errno" >&6 |
| @@ -12924,6 +12127,7 @@ if test "${ac_cv_working_alloca_h+set}" = set; then | |||
| 12924 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 12127 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 12925 | else | 12128 | else |
| 12926 | cat >conftest.$ac_ext <<_ACEOF | 12129 | cat >conftest.$ac_ext <<_ACEOF |
| 12130 | #line $LINENO "configure" | ||
| 12927 | /* confdefs.h. */ | 12131 | /* confdefs.h. */ |
| 12928 | _ACEOF | 12132 | _ACEOF |
| 12929 | cat confdefs.h >>conftest.$ac_ext | 12133 | cat confdefs.h >>conftest.$ac_ext |
| @@ -12940,20 +12144,11 @@ char *p = (char *) alloca (2 * sizeof (int)); | |||
| 12940 | _ACEOF | 12144 | _ACEOF |
| 12941 | rm -f conftest.$ac_objext conftest$ac_exeext | 12145 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 12942 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 12146 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 12943 | (eval $ac_link) 2>conftest.er1 | 12147 | (eval $ac_link) 2>&5 |
| 12944 | ac_status=$? | 12148 | ac_status=$? |
| 12945 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 12946 | rm -f conftest.er1 | ||
| 12947 | cat conftest.err >&5 | ||
| 12948 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 12149 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 12949 | (exit $ac_status); } && | 12150 | (exit $ac_status); } && |
| 12950 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 12151 | { ac_try='test -s conftest$ac_exeext' |
| 12951 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 12952 | (eval $ac_try) 2>&5 | ||
| 12953 | ac_status=$? | ||
| 12954 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 12955 | (exit $ac_status); }; } && | ||
| 12956 | { ac_try='test -s conftest$ac_exeext' | ||
| 12957 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 12152 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 12958 | (eval $ac_try) 2>&5 | 12153 | (eval $ac_try) 2>&5 |
| 12959 | ac_status=$? | 12154 | ac_status=$? |
| @@ -12966,8 +12161,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 12966 | 12161 | ||
| 12967 | ac_cv_working_alloca_h=no | 12162 | ac_cv_working_alloca_h=no |
| 12968 | fi | 12163 | fi |
| 12969 | rm -f conftest.err conftest.$ac_objext \ | 12164 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 12970 | conftest$ac_exeext conftest.$ac_ext | ||
| 12971 | fi | 12165 | fi |
| 12972 | echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5 | 12166 | echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5 |
| 12973 | echo "${ECHO_T}$ac_cv_working_alloca_h" >&6 | 12167 | echo "${ECHO_T}$ac_cv_working_alloca_h" >&6 |
| @@ -12985,6 +12179,7 @@ if test "${ac_cv_func_alloca_works+set}" = set; then | |||
| 12985 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 12179 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 12986 | else | 12180 | else |
| 12987 | cat >conftest.$ac_ext <<_ACEOF | 12181 | cat >conftest.$ac_ext <<_ACEOF |
| 12182 | #line $LINENO "configure" | ||
| 12988 | /* confdefs.h. */ | 12183 | /* confdefs.h. */ |
| 12989 | _ACEOF | 12184 | _ACEOF |
| 12990 | cat confdefs.h >>conftest.$ac_ext | 12185 | cat confdefs.h >>conftest.$ac_ext |
| @@ -13021,20 +12216,11 @@ char *p = (char *) alloca (1); | |||
| 13021 | _ACEOF | 12216 | _ACEOF |
| 13022 | rm -f conftest.$ac_objext conftest$ac_exeext | 12217 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 13023 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 12218 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 13024 | (eval $ac_link) 2>conftest.er1 | 12219 | (eval $ac_link) 2>&5 |
| 13025 | ac_status=$? | 12220 | ac_status=$? |
| 13026 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 13027 | rm -f conftest.er1 | ||
| 13028 | cat conftest.err >&5 | ||
| 13029 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 12221 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 13030 | (exit $ac_status); } && | 12222 | (exit $ac_status); } && |
| 13031 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 12223 | { ac_try='test -s conftest$ac_exeext' |
| 13032 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 13033 | (eval $ac_try) 2>&5 | ||
| 13034 | ac_status=$? | ||
| 13035 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 13036 | (exit $ac_status); }; } && | ||
| 13037 | { ac_try='test -s conftest$ac_exeext' | ||
| 13038 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 12224 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 13039 | (eval $ac_try) 2>&5 | 12225 | (eval $ac_try) 2>&5 |
| 13040 | ac_status=$? | 12226 | ac_status=$? |
| @@ -13047,8 +12233,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 13047 | 12233 | ||
| 13048 | ac_cv_func_alloca_works=no | 12234 | ac_cv_func_alloca_works=no |
| 13049 | fi | 12235 | fi |
| 13050 | rm -f conftest.err conftest.$ac_objext \ | 12236 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 13051 | conftest$ac_exeext conftest.$ac_ext | ||
| 13052 | fi | 12237 | fi |
| 13053 | echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5 | 12238 | echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5 |
| 13054 | echo "${ECHO_T}$ac_cv_func_alloca_works" >&6 | 12239 | echo "${ECHO_T}$ac_cv_func_alloca_works" >&6 |
| @@ -13078,6 +12263,7 @@ if test "${ac_cv_os_cray+set}" = set; then | |||
| 13078 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 12263 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 13079 | else | 12264 | else |
| 13080 | cat >conftest.$ac_ext <<_ACEOF | 12265 | cat >conftest.$ac_ext <<_ACEOF |
| 12266 | #line $LINENO "configure" | ||
| 13081 | /* confdefs.h. */ | 12267 | /* confdefs.h. */ |
| 13082 | _ACEOF | 12268 | _ACEOF |
| 13083 | cat confdefs.h >>conftest.$ac_ext | 12269 | cat confdefs.h >>conftest.$ac_ext |
| @@ -13110,28 +12296,21 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then | |||
| 13110 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 12296 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 13111 | else | 12297 | else |
| 13112 | cat >conftest.$ac_ext <<_ACEOF | 12298 | cat >conftest.$ac_ext <<_ACEOF |
| 12299 | #line $LINENO "configure" | ||
| 13113 | /* confdefs.h. */ | 12300 | /* confdefs.h. */ |
| 13114 | _ACEOF | 12301 | _ACEOF |
| 13115 | cat confdefs.h >>conftest.$ac_ext | 12302 | cat confdefs.h >>conftest.$ac_ext |
| 13116 | cat >>conftest.$ac_ext <<_ACEOF | 12303 | cat >>conftest.$ac_ext <<_ACEOF |
| 13117 | /* end confdefs.h. */ | 12304 | /* end confdefs.h. */ |
| 13118 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. | ||
| 13119 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | ||
| 13120 | #define $ac_func innocuous_$ac_func | ||
| 13121 | |||
| 13122 | /* System header to define __stub macros and hopefully few prototypes, | 12305 | /* System header to define __stub macros and hopefully few prototypes, |
| 13123 | which can conflict with char $ac_func (); below. | 12306 | which can conflict with char $ac_func (); below. |
| 13124 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | 12307 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 13125 | <limits.h> exists even on freestanding compilers. */ | 12308 | <limits.h> exists even on freestanding compilers. */ |
| 13126 | |||
| 13127 | #ifdef __STDC__ | 12309 | #ifdef __STDC__ |
| 13128 | # include <limits.h> | 12310 | # include <limits.h> |
| 13129 | #else | 12311 | #else |
| 13130 | # include <assert.h> | 12312 | # include <assert.h> |
| 13131 | #endif | 12313 | #endif |
| 13132 | |||
| 13133 | #undef $ac_func | ||
| 13134 | |||
| 13135 | /* Override any gcc2 internal prototype to avoid an error. */ | 12314 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 13136 | #ifdef __cplusplus | 12315 | #ifdef __cplusplus |
| 13137 | extern "C" | 12316 | extern "C" |
| @@ -13162,20 +12341,11 @@ return f != $ac_func; | |||
| 13162 | _ACEOF | 12341 | _ACEOF |
| 13163 | rm -f conftest.$ac_objext conftest$ac_exeext | 12342 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 13164 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 12343 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 13165 | (eval $ac_link) 2>conftest.er1 | 12344 | (eval $ac_link) 2>&5 |
| 13166 | ac_status=$? | 12345 | ac_status=$? |
| 13167 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 13168 | rm -f conftest.er1 | ||
| 13169 | cat conftest.err >&5 | ||
| 13170 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 12346 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 13171 | (exit $ac_status); } && | 12347 | (exit $ac_status); } && |
| 13172 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 12348 | { ac_try='test -s conftest$ac_exeext' |
| 13173 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 13174 | (eval $ac_try) 2>&5 | ||
| 13175 | ac_status=$? | ||
| 13176 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 13177 | (exit $ac_status); }; } && | ||
| 13178 | { ac_try='test -s conftest$ac_exeext' | ||
| 13179 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 12349 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 13180 | (eval $ac_try) 2>&5 | 12350 | (eval $ac_try) 2>&5 |
| 13181 | ac_status=$? | 12351 | ac_status=$? |
| @@ -13188,8 +12358,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 13188 | 12358 | ||
| 13189 | eval "$as_ac_var=no" | 12359 | eval "$as_ac_var=no" |
| 13190 | fi | 12360 | fi |
| 13191 | rm -f conftest.err conftest.$ac_objext \ | 12361 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 13192 | conftest$ac_exeext conftest.$ac_ext | ||
| 13193 | fi | 12362 | fi |
| 13194 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | 12363 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 |
| 13195 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | 12364 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
| @@ -13214,6 +12383,7 @@ else | |||
| 13214 | ac_cv_c_stack_direction=0 | 12383 | ac_cv_c_stack_direction=0 |
| 13215 | else | 12384 | else |
| 13216 | cat >conftest.$ac_ext <<_ACEOF | 12385 | cat >conftest.$ac_ext <<_ACEOF |
| 12386 | #line $LINENO "configure" | ||
| 13217 | /* confdefs.h. */ | 12387 | /* confdefs.h. */ |
| 13218 | _ACEOF | 12388 | _ACEOF |
| 13219 | cat confdefs.h >>conftest.$ac_ext | 12389 | cat confdefs.h >>conftest.$ac_ext |
| @@ -13259,7 +12429,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 13259 | ( exit $ac_status ) | 12429 | ( exit $ac_status ) |
| 13260 | ac_cv_c_stack_direction=-1 | 12430 | ac_cv_c_stack_direction=-1 |
| 13261 | fi | 12431 | fi |
| 13262 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 12432 | rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
| 13263 | fi | 12433 | fi |
| 13264 | fi | 12434 | fi |
| 13265 | echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5 | 12435 | echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5 |
| @@ -13284,6 +12454,7 @@ else | |||
| 13284 | ac_check_lib_save_LIBS=$LIBS | 12454 | ac_check_lib_save_LIBS=$LIBS |
| 13285 | LIBS="-lm $LIBS" | 12455 | LIBS="-lm $LIBS" |
| 13286 | cat >conftest.$ac_ext <<_ACEOF | 12456 | cat >conftest.$ac_ext <<_ACEOF |
| 12457 | #line $LINENO "configure" | ||
| 13287 | /* confdefs.h. */ | 12458 | /* confdefs.h. */ |
| 13288 | _ACEOF | 12459 | _ACEOF |
| 13289 | cat confdefs.h >>conftest.$ac_ext | 12460 | cat confdefs.h >>conftest.$ac_ext |
| @@ -13307,20 +12478,11 @@ sqrt (); | |||
| 13307 | _ACEOF | 12478 | _ACEOF |
| 13308 | rm -f conftest.$ac_objext conftest$ac_exeext | 12479 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 13309 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 12480 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 13310 | (eval $ac_link) 2>conftest.er1 | 12481 | (eval $ac_link) 2>&5 |
| 13311 | ac_status=$? | 12482 | ac_status=$? |
| 13312 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 13313 | rm -f conftest.er1 | ||
| 13314 | cat conftest.err >&5 | ||
| 13315 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 12483 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 13316 | (exit $ac_status); } && | 12484 | (exit $ac_status); } && |
| 13317 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 12485 | { ac_try='test -s conftest$ac_exeext' |
| 13318 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 13319 | (eval $ac_try) 2>&5 | ||
| 13320 | ac_status=$? | ||
| 13321 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 13322 | (exit $ac_status); }; } && | ||
| 13323 | { ac_try='test -s conftest$ac_exeext' | ||
| 13324 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 12486 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 13325 | (eval $ac_try) 2>&5 | 12487 | (eval $ac_try) 2>&5 |
| 13326 | ac_status=$? | 12488 | ac_status=$? |
| @@ -13333,8 +12495,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 13333 | 12495 | ||
| 13334 | ac_cv_lib_m_sqrt=no | 12496 | ac_cv_lib_m_sqrt=no |
| 13335 | fi | 12497 | fi |
| 13336 | rm -f conftest.err conftest.$ac_objext \ | 12498 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 13337 | conftest$ac_exeext conftest.$ac_ext | ||
| 13338 | LIBS=$ac_check_lib_save_LIBS | 12499 | LIBS=$ac_check_lib_save_LIBS |
| 13339 | fi | 12500 | fi |
| 13340 | echo "$as_me:$LINENO: result: $ac_cv_lib_m_sqrt" >&5 | 12501 | echo "$as_me:$LINENO: result: $ac_cv_lib_m_sqrt" >&5 |
| @@ -13360,6 +12521,7 @@ else | |||
| 13360 | ac_check_lib_save_LIBS=$LIBS | 12521 | ac_check_lib_save_LIBS=$LIBS |
| 13361 | LIBS="-lmail $LIBS" | 12522 | LIBS="-lmail $LIBS" |
| 13362 | cat >conftest.$ac_ext <<_ACEOF | 12523 | cat >conftest.$ac_ext <<_ACEOF |
| 12524 | #line $LINENO "configure" | ||
| 13363 | /* confdefs.h. */ | 12525 | /* confdefs.h. */ |
| 13364 | _ACEOF | 12526 | _ACEOF |
| 13365 | cat confdefs.h >>conftest.$ac_ext | 12527 | cat confdefs.h >>conftest.$ac_ext |
| @@ -13383,20 +12545,11 @@ maillock (); | |||
| 13383 | _ACEOF | 12545 | _ACEOF |
| 13384 | rm -f conftest.$ac_objext conftest$ac_exeext | 12546 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 13385 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 12547 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 13386 | (eval $ac_link) 2>conftest.er1 | 12548 | (eval $ac_link) 2>&5 |
| 13387 | ac_status=$? | 12549 | ac_status=$? |
| 13388 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 13389 | rm -f conftest.er1 | ||
| 13390 | cat conftest.err >&5 | ||
| 13391 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 12550 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 13392 | (exit $ac_status); } && | 12551 | (exit $ac_status); } && |
| 13393 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 12552 | { ac_try='test -s conftest$ac_exeext' |
| 13394 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 13395 | (eval $ac_try) 2>&5 | ||
| 13396 | ac_status=$? | ||
| 13397 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 13398 | (exit $ac_status); }; } && | ||
| 13399 | { ac_try='test -s conftest$ac_exeext' | ||
| 13400 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 12553 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 13401 | (eval $ac_try) 2>&5 | 12554 | (eval $ac_try) 2>&5 |
| 13402 | ac_status=$? | 12555 | ac_status=$? |
| @@ -13409,8 +12562,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 13409 | 12562 | ||
| 13410 | ac_cv_lib_mail_maillock=no | 12563 | ac_cv_lib_mail_maillock=no |
| 13411 | fi | 12564 | fi |
| 13412 | rm -f conftest.err conftest.$ac_objext \ | 12565 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 13413 | conftest$ac_exeext conftest.$ac_ext | ||
| 13414 | LIBS=$ac_check_lib_save_LIBS | 12566 | LIBS=$ac_check_lib_save_LIBS |
| 13415 | fi | 12567 | fi |
| 13416 | echo "$as_me:$LINENO: result: $ac_cv_lib_mail_maillock" >&5 | 12568 | echo "$as_me:$LINENO: result: $ac_cv_lib_mail_maillock" >&5 |
| @@ -13433,6 +12585,7 @@ else | |||
| 13433 | ac_check_lib_save_LIBS=$LIBS | 12585 | ac_check_lib_save_LIBS=$LIBS |
| 13434 | LIBS="-llockfile $LIBS" | 12586 | LIBS="-llockfile $LIBS" |
| 13435 | cat >conftest.$ac_ext <<_ACEOF | 12587 | cat >conftest.$ac_ext <<_ACEOF |
| 12588 | #line $LINENO "configure" | ||
| 13436 | /* confdefs.h. */ | 12589 | /* confdefs.h. */ |
| 13437 | _ACEOF | 12590 | _ACEOF |
| 13438 | cat confdefs.h >>conftest.$ac_ext | 12591 | cat confdefs.h >>conftest.$ac_ext |
| @@ -13456,20 +12609,11 @@ maillock (); | |||
| 13456 | _ACEOF | 12609 | _ACEOF |
| 13457 | rm -f conftest.$ac_objext conftest$ac_exeext | 12610 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 13458 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 12611 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 13459 | (eval $ac_link) 2>conftest.er1 | 12612 | (eval $ac_link) 2>&5 |
| 13460 | ac_status=$? | 12613 | ac_status=$? |
| 13461 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 13462 | rm -f conftest.er1 | ||
| 13463 | cat conftest.err >&5 | ||
| 13464 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 12614 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 13465 | (exit $ac_status); } && | 12615 | (exit $ac_status); } && |
| 13466 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 12616 | { ac_try='test -s conftest$ac_exeext' |
| 13467 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 13468 | (eval $ac_try) 2>&5 | ||
| 13469 | ac_status=$? | ||
| 13470 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 13471 | (exit $ac_status); }; } && | ||
| 13472 | { ac_try='test -s conftest$ac_exeext' | ||
| 13473 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 12617 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 13474 | (eval $ac_try) 2>&5 | 12618 | (eval $ac_try) 2>&5 |
| 13475 | ac_status=$? | 12619 | ac_status=$? |
| @@ -13482,8 +12626,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 13482 | 12626 | ||
| 13483 | ac_cv_lib_lockfile_maillock=no | 12627 | ac_cv_lib_lockfile_maillock=no |
| 13484 | fi | 12628 | fi |
| 13485 | rm -f conftest.err conftest.$ac_objext \ | 12629 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 13486 | conftest$ac_exeext conftest.$ac_ext | ||
| 13487 | LIBS=$ac_check_lib_save_LIBS | 12630 | LIBS=$ac_check_lib_save_LIBS |
| 13488 | fi | 12631 | fi |
| 13489 | echo "$as_me:$LINENO: result: $ac_cv_lib_lockfile_maillock" >&5 | 12632 | echo "$as_me:$LINENO: result: $ac_cv_lib_lockfile_maillock" >&5 |
| @@ -13559,28 +12702,21 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then | |||
| 13559 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 12702 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 13560 | else | 12703 | else |
| 13561 | cat >conftest.$ac_ext <<_ACEOF | 12704 | cat >conftest.$ac_ext <<_ACEOF |
| 12705 | #line $LINENO "configure" | ||
| 13562 | /* confdefs.h. */ | 12706 | /* confdefs.h. */ |
| 13563 | _ACEOF | 12707 | _ACEOF |
| 13564 | cat confdefs.h >>conftest.$ac_ext | 12708 | cat confdefs.h >>conftest.$ac_ext |
| 13565 | cat >>conftest.$ac_ext <<_ACEOF | 12709 | cat >>conftest.$ac_ext <<_ACEOF |
| 13566 | /* end confdefs.h. */ | 12710 | /* end confdefs.h. */ |
| 13567 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. | ||
| 13568 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | ||
| 13569 | #define $ac_func innocuous_$ac_func | ||
| 13570 | |||
| 13571 | /* System header to define __stub macros and hopefully few prototypes, | 12711 | /* System header to define __stub macros and hopefully few prototypes, |
| 13572 | which can conflict with char $ac_func (); below. | 12712 | which can conflict with char $ac_func (); below. |
| 13573 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | 12713 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 13574 | <limits.h> exists even on freestanding compilers. */ | 12714 | <limits.h> exists even on freestanding compilers. */ |
| 13575 | |||
| 13576 | #ifdef __STDC__ | 12715 | #ifdef __STDC__ |
| 13577 | # include <limits.h> | 12716 | # include <limits.h> |
| 13578 | #else | 12717 | #else |
| 13579 | # include <assert.h> | 12718 | # include <assert.h> |
| 13580 | #endif | 12719 | #endif |
| 13581 | |||
| 13582 | #undef $ac_func | ||
| 13583 | |||
| 13584 | /* Override any gcc2 internal prototype to avoid an error. */ | 12720 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 13585 | #ifdef __cplusplus | 12721 | #ifdef __cplusplus |
| 13586 | extern "C" | 12722 | extern "C" |
| @@ -13611,20 +12747,11 @@ return f != $ac_func; | |||
| 13611 | _ACEOF | 12747 | _ACEOF |
| 13612 | rm -f conftest.$ac_objext conftest$ac_exeext | 12748 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 13613 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 12749 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 13614 | (eval $ac_link) 2>conftest.er1 | 12750 | (eval $ac_link) 2>&5 |
| 13615 | ac_status=$? | 12751 | ac_status=$? |
| 13616 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 13617 | rm -f conftest.er1 | ||
| 13618 | cat conftest.err >&5 | ||
| 13619 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 12752 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 13620 | (exit $ac_status); } && | 12753 | (exit $ac_status); } && |
| 13621 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 12754 | { ac_try='test -s conftest$ac_exeext' |
| 13622 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 13623 | (eval $ac_try) 2>&5 | ||
| 13624 | ac_status=$? | ||
| 13625 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 13626 | (exit $ac_status); }; } && | ||
| 13627 | { ac_try='test -s conftest$ac_exeext' | ||
| 13628 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 12755 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 13629 | (eval $ac_try) 2>&5 | 12756 | (eval $ac_try) 2>&5 |
| 13630 | ac_status=$? | 12757 | ac_status=$? |
| @@ -13637,8 +12764,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 13637 | 12764 | ||
| 13638 | eval "$as_ac_var=no" | 12765 | eval "$as_ac_var=no" |
| 13639 | fi | 12766 | fi |
| 13640 | rm -f conftest.err conftest.$ac_objext \ | 12767 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 13641 | conftest$ac_exeext conftest.$ac_ext | ||
| 13642 | fi | 12768 | fi |
| 13643 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | 12769 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 |
| 13644 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | 12770 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
| @@ -13667,6 +12793,7 @@ else | |||
| 13667 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 12793 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
| 13668 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 12794 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 13669 | cat >conftest.$ac_ext <<_ACEOF | 12795 | cat >conftest.$ac_ext <<_ACEOF |
| 12796 | #line $LINENO "configure" | ||
| 13670 | /* confdefs.h. */ | 12797 | /* confdefs.h. */ |
| 13671 | _ACEOF | 12798 | _ACEOF |
| 13672 | cat confdefs.h >>conftest.$ac_ext | 12799 | cat confdefs.h >>conftest.$ac_ext |
| @@ -13677,20 +12804,11 @@ $ac_includes_default | |||
| 13677 | _ACEOF | 12804 | _ACEOF |
| 13678 | rm -f conftest.$ac_objext | 12805 | rm -f conftest.$ac_objext |
| 13679 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 12806 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 13680 | (eval $ac_compile) 2>conftest.er1 | 12807 | (eval $ac_compile) 2>&5 |
| 13681 | ac_status=$? | 12808 | ac_status=$? |
| 13682 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 13683 | rm -f conftest.er1 | ||
| 13684 | cat conftest.err >&5 | ||
| 13685 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 12809 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 13686 | (exit $ac_status); } && | 12810 | (exit $ac_status); } && |
| 13687 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 12811 | { ac_try='test -s conftest.$ac_objext' |
| 13688 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 13689 | (eval $ac_try) 2>&5 | ||
| 13690 | ac_status=$? | ||
| 13691 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 13692 | (exit $ac_status); }; } && | ||
| 13693 | { ac_try='test -s conftest.$ac_objext' | ||
| 13694 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 12812 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 13695 | (eval $ac_try) 2>&5 | 12813 | (eval $ac_try) 2>&5 |
| 13696 | ac_status=$? | 12814 | ac_status=$? |
| @@ -13703,7 +12821,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 13703 | 12821 | ||
| 13704 | ac_header_compiler=no | 12822 | ac_header_compiler=no |
| 13705 | fi | 12823 | fi |
| 13706 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 12824 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 13707 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 12825 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 13708 | echo "${ECHO_T}$ac_header_compiler" >&6 | 12826 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 13709 | 12827 | ||
| @@ -13711,6 +12829,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 13711 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 12829 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
| 13712 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 12830 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 13713 | cat >conftest.$ac_ext <<_ACEOF | 12831 | cat >conftest.$ac_ext <<_ACEOF |
| 12832 | #line $LINENO "configure" | ||
| 13714 | /* confdefs.h. */ | 12833 | /* confdefs.h. */ |
| 13715 | _ACEOF | 12834 | _ACEOF |
| 13716 | cat confdefs.h >>conftest.$ac_ext | 12835 | cat confdefs.h >>conftest.$ac_ext |
| @@ -13728,7 +12847,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 13728 | (exit $ac_status); } >/dev/null; then | 12847 | (exit $ac_status); } >/dev/null; then |
| 13729 | if test -s conftest.err; then | 12848 | if test -s conftest.err; then |
| 13730 | ac_cpp_err=$ac_c_preproc_warn_flag | 12849 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 13731 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 13732 | else | 12850 | else |
| 13733 | ac_cpp_err= | 12851 | ac_cpp_err= |
| 13734 | fi | 12852 | fi |
| @@ -13748,32 +12866,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 13748 | echo "${ECHO_T}$ac_header_preproc" >&6 | 12866 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 13749 | 12867 | ||
| 13750 | # So? What about this header? | 12868 | # So? What about this header? |
| 13751 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 12869 | case $ac_header_compiler:$ac_header_preproc in |
| 13752 | yes:no: ) | 12870 | yes:no ) |
| 13753 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 12871 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 13754 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 12872 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 13755 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 | 12873 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 13756 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | 12874 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
| 13757 | ac_header_preproc=yes | 12875 | ( |
| 12876 | cat <<\_ASBOX | ||
| 12877 | ## ------------------------------------ ## | ||
| 12878 | ## Report this to bug-autoconf@gnu.org. ## | ||
| 12879 | ## ------------------------------------ ## | ||
| 12880 | _ASBOX | ||
| 12881 | ) | | ||
| 12882 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 13758 | ;; | 12883 | ;; |
| 13759 | no:yes:* ) | 12884 | no:yes ) |
| 13760 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 12885 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| 13761 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 12886 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| 13762 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 12887 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| 13763 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 12888 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| 13764 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | ||
| 13765 | echo "$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 | ||
| 13767 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 13768 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 12889 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 13769 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | 12890 | echo "$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 | ||
| 13771 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | ||
| 13772 | ( | 12891 | ( |
| 13773 | cat <<\_ASBOX | 12892 | cat <<\_ASBOX |
| 13774 | ## ------------------------------------------ ## | 12893 | ## ------------------------------------ ## |
| 13775 | ## Report this to the AC_PACKAGE_NAME lists. ## | 12894 | ## Report this to bug-autoconf@gnu.org. ## |
| 13776 | ## ------------------------------------------ ## | 12895 | ## ------------------------------------ ## |
| 13777 | _ASBOX | 12896 | _ASBOX |
| 13778 | ) | | 12897 | ) | |
| 13779 | sed "s/^/$as_me: WARNING: /" >&2 | 12898 | sed "s/^/$as_me: WARNING: /" >&2 |
| @@ -13784,7 +12903,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |||
| 13784 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | 12903 | if eval "test \"\${$as_ac_Header+set}\" = set"; then |
| 13785 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 12904 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 13786 | else | 12905 | else |
| 13787 | eval "$as_ac_Header=\$ac_header_preproc" | 12906 | eval "$as_ac_Header=$ac_header_preproc" |
| 13788 | fi | 12907 | fi |
| 13789 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | 12908 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
| 13790 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | 12909 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
| @@ -13884,28 +13003,21 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then | |||
| 13884 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 13003 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 13885 | else | 13004 | else |
| 13886 | cat >conftest.$ac_ext <<_ACEOF | 13005 | cat >conftest.$ac_ext <<_ACEOF |
| 13006 | #line $LINENO "configure" | ||
| 13887 | /* confdefs.h. */ | 13007 | /* confdefs.h. */ |
| 13888 | _ACEOF | 13008 | _ACEOF |
| 13889 | cat confdefs.h >>conftest.$ac_ext | 13009 | cat confdefs.h >>conftest.$ac_ext |
| 13890 | cat >>conftest.$ac_ext <<_ACEOF | 13010 | cat >>conftest.$ac_ext <<_ACEOF |
| 13891 | /* end confdefs.h. */ | 13011 | /* end confdefs.h. */ |
| 13892 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. | ||
| 13893 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | ||
| 13894 | #define $ac_func innocuous_$ac_func | ||
| 13895 | |||
| 13896 | /* System header to define __stub macros and hopefully few prototypes, | 13012 | /* System header to define __stub macros and hopefully few prototypes, |
| 13897 | which can conflict with char $ac_func (); below. | 13013 | which can conflict with char $ac_func (); below. |
| 13898 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | 13014 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 13899 | <limits.h> exists even on freestanding compilers. */ | 13015 | <limits.h> exists even on freestanding compilers. */ |
| 13900 | |||
| 13901 | #ifdef __STDC__ | 13016 | #ifdef __STDC__ |
| 13902 | # include <limits.h> | 13017 | # include <limits.h> |
| 13903 | #else | 13018 | #else |
| 13904 | # include <assert.h> | 13019 | # include <assert.h> |
| 13905 | #endif | 13020 | #endif |
| 13906 | |||
| 13907 | #undef $ac_func | ||
| 13908 | |||
| 13909 | /* Override any gcc2 internal prototype to avoid an error. */ | 13021 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 13910 | #ifdef __cplusplus | 13022 | #ifdef __cplusplus |
| 13911 | extern "C" | 13023 | extern "C" |
| @@ -13936,20 +13048,11 @@ return f != $ac_func; | |||
| 13936 | _ACEOF | 13048 | _ACEOF |
| 13937 | rm -f conftest.$ac_objext conftest$ac_exeext | 13049 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 13938 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 13050 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 13939 | (eval $ac_link) 2>conftest.er1 | 13051 | (eval $ac_link) 2>&5 |
| 13940 | ac_status=$? | 13052 | ac_status=$? |
| 13941 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 13942 | rm -f conftest.er1 | ||
| 13943 | cat conftest.err >&5 | ||
| 13944 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 13053 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 13945 | (exit $ac_status); } && | 13054 | (exit $ac_status); } && |
| 13946 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 13055 | { ac_try='test -s conftest$ac_exeext' |
| 13947 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 13948 | (eval $ac_try) 2>&5 | ||
| 13949 | ac_status=$? | ||
| 13950 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 13951 | (exit $ac_status); }; } && | ||
| 13952 | { ac_try='test -s conftest$ac_exeext' | ||
| 13953 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 13056 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 13954 | (eval $ac_try) 2>&5 | 13057 | (eval $ac_try) 2>&5 |
| 13955 | ac_status=$? | 13058 | ac_status=$? |
| @@ -13962,8 +13065,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 13962 | 13065 | ||
| 13963 | eval "$as_ac_var=no" | 13066 | eval "$as_ac_var=no" |
| 13964 | fi | 13067 | fi |
| 13965 | rm -f conftest.err conftest.$ac_objext \ | 13068 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 13966 | conftest$ac_exeext conftest.$ac_ext | ||
| 13967 | fi | 13069 | fi |
| 13968 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | 13070 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 |
| 13969 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | 13071 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
| @@ -13993,6 +13095,7 @@ else | |||
| 13993 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 13095 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
| 13994 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 13096 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 13995 | cat >conftest.$ac_ext <<_ACEOF | 13097 | cat >conftest.$ac_ext <<_ACEOF |
| 13098 | #line $LINENO "configure" | ||
| 13996 | /* confdefs.h. */ | 13099 | /* confdefs.h. */ |
| 13997 | _ACEOF | 13100 | _ACEOF |
| 13998 | cat confdefs.h >>conftest.$ac_ext | 13101 | cat confdefs.h >>conftest.$ac_ext |
| @@ -14003,20 +13106,11 @@ $ac_includes_default | |||
| 14003 | _ACEOF | 13106 | _ACEOF |
| 14004 | rm -f conftest.$ac_objext | 13107 | rm -f conftest.$ac_objext |
| 14005 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 13108 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 14006 | (eval $ac_compile) 2>conftest.er1 | 13109 | (eval $ac_compile) 2>&5 |
| 14007 | ac_status=$? | 13110 | ac_status=$? |
| 14008 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 14009 | rm -f conftest.er1 | ||
| 14010 | cat conftest.err >&5 | ||
| 14011 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 13111 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 14012 | (exit $ac_status); } && | 13112 | (exit $ac_status); } && |
| 14013 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 13113 | { ac_try='test -s conftest.$ac_objext' |
| 14014 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 14015 | (eval $ac_try) 2>&5 | ||
| 14016 | ac_status=$? | ||
| 14017 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 14018 | (exit $ac_status); }; } && | ||
| 14019 | { ac_try='test -s conftest.$ac_objext' | ||
| 14020 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 13114 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 14021 | (eval $ac_try) 2>&5 | 13115 | (eval $ac_try) 2>&5 |
| 14022 | ac_status=$? | 13116 | ac_status=$? |
| @@ -14029,7 +13123,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 14029 | 13123 | ||
| 14030 | ac_header_compiler=no | 13124 | ac_header_compiler=no |
| 14031 | fi | 13125 | fi |
| 14032 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 13126 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 14033 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 13127 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 14034 | echo "${ECHO_T}$ac_header_compiler" >&6 | 13128 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 14035 | 13129 | ||
| @@ -14037,6 +13131,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 14037 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 13131 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
| 14038 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 13132 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 14039 | cat >conftest.$ac_ext <<_ACEOF | 13133 | cat >conftest.$ac_ext <<_ACEOF |
| 13134 | #line $LINENO "configure" | ||
| 14040 | /* confdefs.h. */ | 13135 | /* confdefs.h. */ |
| 14041 | _ACEOF | 13136 | _ACEOF |
| 14042 | cat confdefs.h >>conftest.$ac_ext | 13137 | cat confdefs.h >>conftest.$ac_ext |
| @@ -14054,7 +13149,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 14054 | (exit $ac_status); } >/dev/null; then | 13149 | (exit $ac_status); } >/dev/null; then |
| 14055 | if test -s conftest.err; then | 13150 | if test -s conftest.err; then |
| 14056 | ac_cpp_err=$ac_c_preproc_warn_flag | 13151 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 14057 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 14058 | else | 13152 | else |
| 14059 | ac_cpp_err= | 13153 | ac_cpp_err= |
| 14060 | fi | 13154 | fi |
| @@ -14074,32 +13168,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 14074 | echo "${ECHO_T}$ac_header_preproc" >&6 | 13168 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 14075 | 13169 | ||
| 14076 | # So? What about this header? | 13170 | # So? What about this header? |
| 14077 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 13171 | case $ac_header_compiler:$ac_header_preproc in |
| 14078 | yes:no: ) | 13172 | yes:no ) |
| 14079 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 13173 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 14080 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 13174 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 14081 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 | 13175 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 14082 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | 13176 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
| 14083 | ac_header_preproc=yes | 13177 | ( |
| 13178 | cat <<\_ASBOX | ||
| 13179 | ## ------------------------------------ ## | ||
| 13180 | ## Report this to bug-autoconf@gnu.org. ## | ||
| 13181 | ## ------------------------------------ ## | ||
| 13182 | _ASBOX | ||
| 13183 | ) | | ||
| 13184 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 14084 | ;; | 13185 | ;; |
| 14085 | no:yes:* ) | 13186 | no:yes ) |
| 14086 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 13187 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| 14087 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 13188 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| 14088 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 13189 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| 14089 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 13190 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| 14090 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | ||
| 14091 | echo "$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 | ||
| 14093 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 14094 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 13191 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 14095 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | 13192 | echo "$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 | ||
| 14097 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | ||
| 14098 | ( | 13193 | ( |
| 14099 | cat <<\_ASBOX | 13194 | cat <<\_ASBOX |
| 14100 | ## ------------------------------------------ ## | 13195 | ## ------------------------------------ ## |
| 14101 | ## Report this to the AC_PACKAGE_NAME lists. ## | 13196 | ## Report this to bug-autoconf@gnu.org. ## |
| 14102 | ## ------------------------------------------ ## | 13197 | ## ------------------------------------ ## |
| 14103 | _ASBOX | 13198 | _ASBOX |
| 14104 | ) | | 13199 | ) | |
| 14105 | sed "s/^/$as_me: WARNING: /" >&2 | 13200 | sed "s/^/$as_me: WARNING: /" >&2 |
| @@ -14110,7 +13205,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |||
| 14110 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | 13205 | if eval "test \"\${$as_ac_Header+set}\" = set"; then |
| 14111 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 13206 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 14112 | else | 13207 | else |
| 14113 | eval "$as_ac_Header=\$ac_header_preproc" | 13208 | eval "$as_ac_Header=$ac_header_preproc" |
| 14114 | fi | 13209 | fi |
| 14115 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | 13210 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
| 14116 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | 13211 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
| @@ -14128,8 +13223,7 @@ done | |||
| 14128 | 13223 | ||
| 14129 | 13224 | ||
| 14130 | 13225 | ||
| 14131 | 13226 | for ac_header in sys/time.h unistd.h | |
| 14132 | for ac_header in stdlib.h sys/time.h unistd.h | ||
| 14133 | do | 13227 | do |
| 14134 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | 13228 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
| 14135 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | 13229 | if eval "test \"\${$as_ac_Header+set}\" = set"; then |
| @@ -14145,6 +13239,7 @@ else | |||
| 14145 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 13239 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
| 14146 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 13240 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 14147 | cat >conftest.$ac_ext <<_ACEOF | 13241 | cat >conftest.$ac_ext <<_ACEOF |
| 13242 | #line $LINENO "configure" | ||
| 14148 | /* confdefs.h. */ | 13243 | /* confdefs.h. */ |
| 14149 | _ACEOF | 13244 | _ACEOF |
| 14150 | cat confdefs.h >>conftest.$ac_ext | 13245 | cat confdefs.h >>conftest.$ac_ext |
| @@ -14155,20 +13250,11 @@ $ac_includes_default | |||
| 14155 | _ACEOF | 13250 | _ACEOF |
| 14156 | rm -f conftest.$ac_objext | 13251 | rm -f conftest.$ac_objext |
| 14157 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 13252 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 14158 | (eval $ac_compile) 2>conftest.er1 | 13253 | (eval $ac_compile) 2>&5 |
| 14159 | ac_status=$? | 13254 | ac_status=$? |
| 14160 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 14161 | rm -f conftest.er1 | ||
| 14162 | cat conftest.err >&5 | ||
| 14163 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 13255 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 14164 | (exit $ac_status); } && | 13256 | (exit $ac_status); } && |
| 14165 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 13257 | { ac_try='test -s conftest.$ac_objext' |
| 14166 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 14167 | (eval $ac_try) 2>&5 | ||
| 14168 | ac_status=$? | ||
| 14169 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 14170 | (exit $ac_status); }; } && | ||
| 14171 | { ac_try='test -s conftest.$ac_objext' | ||
| 14172 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 13258 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 14173 | (eval $ac_try) 2>&5 | 13259 | (eval $ac_try) 2>&5 |
| 14174 | ac_status=$? | 13260 | ac_status=$? |
| @@ -14181,7 +13267,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 14181 | 13267 | ||
| 14182 | ac_header_compiler=no | 13268 | ac_header_compiler=no |
| 14183 | fi | 13269 | fi |
| 14184 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 13270 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 14185 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 13271 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 14186 | echo "${ECHO_T}$ac_header_compiler" >&6 | 13272 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 14187 | 13273 | ||
| @@ -14189,6 +13275,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 14189 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 13275 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
| 14190 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 13276 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 14191 | cat >conftest.$ac_ext <<_ACEOF | 13277 | cat >conftest.$ac_ext <<_ACEOF |
| 13278 | #line $LINENO "configure" | ||
| 14192 | /* confdefs.h. */ | 13279 | /* confdefs.h. */ |
| 14193 | _ACEOF | 13280 | _ACEOF |
| 14194 | cat confdefs.h >>conftest.$ac_ext | 13281 | cat confdefs.h >>conftest.$ac_ext |
| @@ -14206,7 +13293,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 14206 | (exit $ac_status); } >/dev/null; then | 13293 | (exit $ac_status); } >/dev/null; then |
| 14207 | if test -s conftest.err; then | 13294 | if test -s conftest.err; then |
| 14208 | ac_cpp_err=$ac_c_preproc_warn_flag | 13295 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 14209 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 14210 | else | 13296 | else |
| 14211 | ac_cpp_err= | 13297 | ac_cpp_err= |
| 14212 | fi | 13298 | fi |
| @@ -14226,32 +13312,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 14226 | echo "${ECHO_T}$ac_header_preproc" >&6 | 13312 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 14227 | 13313 | ||
| 14228 | # So? What about this header? | 13314 | # So? What about this header? |
| 14229 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 13315 | case $ac_header_compiler:$ac_header_preproc in |
| 14230 | yes:no: ) | 13316 | yes:no ) |
| 14231 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 13317 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 14232 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 13318 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 14233 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 | 13319 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 14234 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | 13320 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
| 14235 | ac_header_preproc=yes | 13321 | ( |
| 13322 | cat <<\_ASBOX | ||
| 13323 | ## ------------------------------------ ## | ||
| 13324 | ## Report this to bug-autoconf@gnu.org. ## | ||
| 13325 | ## ------------------------------------ ## | ||
| 13326 | _ASBOX | ||
| 13327 | ) | | ||
| 13328 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 14236 | ;; | 13329 | ;; |
| 14237 | no:yes:* ) | 13330 | no:yes ) |
| 14238 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 13331 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| 14239 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 13332 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| 14240 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 13333 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| 14241 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 13334 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| 14242 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | ||
| 14243 | echo "$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 | ||
| 14245 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 14246 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 13335 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 14247 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | 13336 | echo "$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 | ||
| 14249 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | ||
| 14250 | ( | 13337 | ( |
| 14251 | cat <<\_ASBOX | 13338 | cat <<\_ASBOX |
| 14252 | ## ------------------------------------------ ## | 13339 | ## ------------------------------------ ## |
| 14253 | ## Report this to the AC_PACKAGE_NAME lists. ## | 13340 | ## Report this to bug-autoconf@gnu.org. ## |
| 14254 | ## ------------------------------------------ ## | 13341 | ## ------------------------------------ ## |
| 14255 | _ASBOX | 13342 | _ASBOX |
| 14256 | ) | | 13343 | ) | |
| 14257 | sed "s/^/$as_me: WARNING: /" >&2 | 13344 | sed "s/^/$as_me: WARNING: /" >&2 |
| @@ -14262,7 +13349,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |||
| 14262 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | 13349 | if eval "test \"\${$as_ac_Header+set}\" = set"; then |
| 14263 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 13350 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 14264 | else | 13351 | else |
| 14265 | eval "$as_ac_Header=\$ac_header_preproc" | 13352 | eval "$as_ac_Header=$ac_header_preproc" |
| 14266 | fi | 13353 | fi |
| 14267 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | 13354 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
| 14268 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | 13355 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
| @@ -14287,28 +13374,21 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then | |||
| 14287 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 13374 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 14288 | else | 13375 | else |
| 14289 | cat >conftest.$ac_ext <<_ACEOF | 13376 | cat >conftest.$ac_ext <<_ACEOF |
| 13377 | #line $LINENO "configure" | ||
| 14290 | /* confdefs.h. */ | 13378 | /* confdefs.h. */ |
| 14291 | _ACEOF | 13379 | _ACEOF |
| 14292 | cat confdefs.h >>conftest.$ac_ext | 13380 | cat confdefs.h >>conftest.$ac_ext |
| 14293 | cat >>conftest.$ac_ext <<_ACEOF | 13381 | cat >>conftest.$ac_ext <<_ACEOF |
| 14294 | /* end confdefs.h. */ | 13382 | /* end confdefs.h. */ |
| 14295 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. | ||
| 14296 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | ||
| 14297 | #define $ac_func innocuous_$ac_func | ||
| 14298 | |||
| 14299 | /* System header to define __stub macros and hopefully few prototypes, | 13383 | /* System header to define __stub macros and hopefully few prototypes, |
| 14300 | which can conflict with char $ac_func (); below. | 13384 | which can conflict with char $ac_func (); below. |
| 14301 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | 13385 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 14302 | <limits.h> exists even on freestanding compilers. */ | 13386 | <limits.h> exists even on freestanding compilers. */ |
| 14303 | |||
| 14304 | #ifdef __STDC__ | 13387 | #ifdef __STDC__ |
| 14305 | # include <limits.h> | 13388 | # include <limits.h> |
| 14306 | #else | 13389 | #else |
| 14307 | # include <assert.h> | 13390 | # include <assert.h> |
| 14308 | #endif | 13391 | #endif |
| 14309 | |||
| 14310 | #undef $ac_func | ||
| 14311 | |||
| 14312 | /* Override any gcc2 internal prototype to avoid an error. */ | 13392 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 14313 | #ifdef __cplusplus | 13393 | #ifdef __cplusplus |
| 14314 | extern "C" | 13394 | extern "C" |
| @@ -14339,20 +13419,11 @@ return f != $ac_func; | |||
| 14339 | _ACEOF | 13419 | _ACEOF |
| 14340 | rm -f conftest.$ac_objext conftest$ac_exeext | 13420 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 14341 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 13421 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 14342 | (eval $ac_link) 2>conftest.er1 | 13422 | (eval $ac_link) 2>&5 |
| 14343 | ac_status=$? | 13423 | ac_status=$? |
| 14344 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 14345 | rm -f conftest.er1 | ||
| 14346 | cat conftest.err >&5 | ||
| 14347 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 13424 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 14348 | (exit $ac_status); } && | 13425 | (exit $ac_status); } && |
| 14349 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 13426 | { ac_try='test -s conftest$ac_exeext' |
| 14350 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 14351 | (eval $ac_try) 2>&5 | ||
| 14352 | ac_status=$? | ||
| 14353 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 14354 | (exit $ac_status); }; } && | ||
| 14355 | { ac_try='test -s conftest$ac_exeext' | ||
| 14356 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 13427 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 14357 | (eval $ac_try) 2>&5 | 13428 | (eval $ac_try) 2>&5 |
| 14358 | ac_status=$? | 13429 | ac_status=$? |
| @@ -14365,8 +13436,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 14365 | 13436 | ||
| 14366 | eval "$as_ac_var=no" | 13437 | eval "$as_ac_var=no" |
| 14367 | fi | 13438 | fi |
| 14368 | rm -f conftest.err conftest.$ac_objext \ | 13439 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 14369 | conftest$ac_exeext conftest.$ac_ext | ||
| 14370 | fi | 13440 | fi |
| 14371 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | 13441 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 |
| 14372 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | 13442 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
| @@ -14387,6 +13457,7 @@ else | |||
| 14387 | ac_cv_func_working_mktime=no | 13457 | ac_cv_func_working_mktime=no |
| 14388 | else | 13458 | else |
| 14389 | cat >conftest.$ac_ext <<_ACEOF | 13459 | cat >conftest.$ac_ext <<_ACEOF |
| 13460 | #line $LINENO "configure" | ||
| 14390 | /* confdefs.h. */ | 13461 | /* confdefs.h. */ |
| 14391 | _ACEOF | 13462 | _ACEOF |
| 14392 | cat confdefs.h >>conftest.$ac_ext | 13463 | cat confdefs.h >>conftest.$ac_ext |
| @@ -14404,10 +13475,6 @@ cat >>conftest.$ac_ext <<_ACEOF | |||
| 14404 | # endif | 13475 | # endif |
| 14405 | #endif | 13476 | #endif |
| 14406 | 13477 | ||
| 14407 | #if HAVE_STDLIB_H | ||
| 14408 | # include <stdlib.h> | ||
| 14409 | #endif | ||
| 14410 | |||
| 14411 | #if HAVE_UNISTD_H | 13478 | #if HAVE_UNISTD_H |
| 14412 | # include <unistd.h> | 13479 | # include <unistd.h> |
| 14413 | #endif | 13480 | #endif |
| @@ -14420,11 +13487,10 @@ cat >>conftest.$ac_ext <<_ACEOF | |||
| 14420 | #undef putenv | 13487 | #undef putenv |
| 14421 | 13488 | ||
| 14422 | static time_t time_t_max; | 13489 | static time_t time_t_max; |
| 14423 | static time_t time_t_min; | ||
| 14424 | 13490 | ||
| 14425 | /* Values we'll use to set the TZ environment variable. */ | 13491 | /* Values we'll use to set the TZ environment variable. */ |
| 14426 | static char *tz_strings[] = { | 13492 | static const char *const tz_strings[] = { |
| 14427 | (char *) 0, "TZ=GMT0", "TZ=JST-9", | 13493 | (const char *) 0, "TZ=GMT0", "TZ=JST-9", |
| 14428 | "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00" | 13494 | "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00" |
| 14429 | }; | 13495 | }; |
| 14430 | #define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0])) | 13496 | #define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0])) |
| @@ -14455,21 +13521,15 @@ spring_forward_gap () | |||
| 14455 | } | 13521 | } |
| 14456 | 13522 | ||
| 14457 | static void | 13523 | static void |
| 14458 | mktime_test1 (now) | 13524 | mktime_test (now) |
| 14459 | time_t now; | 13525 | time_t now; |
| 14460 | { | 13526 | { |
| 14461 | struct tm *lt; | 13527 | struct tm *lt; |
| 14462 | if ((lt = localtime (&now)) && mktime (lt) != now) | 13528 | if ((lt = localtime (&now)) && mktime (lt) != now) |
| 14463 | exit (1); | 13529 | exit (1); |
| 14464 | } | 13530 | now = time_t_max - now; |
| 14465 | 13531 | if ((lt = localtime (&now)) && mktime (lt) != now) | |
| 14466 | static void | 13532 | exit (1); |
| 14467 | mktime_test (now) | ||
| 14468 | time_t now; | ||
| 14469 | { | ||
| 14470 | mktime_test1 (now); | ||
| 14471 | mktime_test1 ((time_t) (time_t_max - now)); | ||
| 14472 | mktime_test1 ((time_t) (time_t_min + now)); | ||
| 14473 | } | 13533 | } |
| 14474 | 13534 | ||
| 14475 | static void | 13535 | static void |
| @@ -14529,9 +13589,6 @@ main () | |||
| 14529 | for (time_t_max = 1; 0 < time_t_max; time_t_max *= 2) | 13589 | for (time_t_max = 1; 0 < time_t_max; time_t_max *= 2) |
| 14530 | continue; | 13590 | continue; |
| 14531 | time_t_max--; | 13591 | time_t_max--; |
| 14532 | if ((time_t) -1 < 0) | ||
| 14533 | for (time_t_min = -1; (time_t) (time_t_min * 2) < 0; time_t_min *= 2) | ||
| 14534 | continue; | ||
| 14535 | delta = time_t_max / 997; /* a suitable prime number */ | 13592 | delta = time_t_max / 997; /* a suitable prime number */ |
| 14536 | for (i = 0; i < N_STRINGS; i++) | 13593 | for (i = 0; i < N_STRINGS; i++) |
| 14537 | { | 13594 | { |
| @@ -14540,12 +13597,11 @@ main () | |||
| 14540 | 13597 | ||
| 14541 | for (t = 0; t <= time_t_max - delta; t += delta) | 13598 | for (t = 0; t <= time_t_max - delta; t += delta) |
| 14542 | mktime_test (t); | 13599 | mktime_test (t); |
| 14543 | mktime_test ((time_t) 1); | 13600 | mktime_test ((time_t) 60 * 60); |
| 14544 | mktime_test ((time_t) (60 * 60)); | 13601 | mktime_test ((time_t) 60 * 60 * 24); |
| 14545 | mktime_test ((time_t) (60 * 60 * 24)); | ||
| 14546 | 13602 | ||
| 14547 | for (j = 1; 0 < j; j *= 2) | 13603 | for (j = 1; 0 < j; j *= 2) |
| 14548 | bigtime_test (j); | 13604 | bigtime_test (j); |
| 14549 | bigtime_test (j - 1); | 13605 | bigtime_test (j - 1); |
| 14550 | } | 13606 | } |
| 14551 | irix_6_4_bug (); | 13607 | irix_6_4_bug (); |
| @@ -14573,20 +13629,13 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 14573 | ( exit $ac_status ) | 13629 | ( exit $ac_status ) |
| 14574 | ac_cv_func_working_mktime=no | 13630 | ac_cv_func_working_mktime=no |
| 14575 | fi | 13631 | fi |
| 14576 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 13632 | rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
| 14577 | fi | 13633 | fi |
| 14578 | fi | 13634 | fi |
| 14579 | echo "$as_me:$LINENO: result: $ac_cv_func_working_mktime" >&5 | 13635 | echo "$as_me:$LINENO: result: $ac_cv_func_working_mktime" >&5 |
| 14580 | echo "${ECHO_T}$ac_cv_func_working_mktime" >&6 | 13636 | echo "${ECHO_T}$ac_cv_func_working_mktime" >&6 |
| 14581 | if test $ac_cv_func_working_mktime = no; then | 13637 | if test $ac_cv_func_working_mktime = no; then |
| 14582 | case $LIBOBJS in | 13638 | LIBOBJS="$LIBOBJS mktime.$ac_objext" |
| 14583 | "mktime.$ac_objext" | \ | ||
| 14584 | *" mktime.$ac_objext" | \ | ||
| 14585 | "mktime.$ac_objext "* | \ | ||
| 14586 | *" mktime.$ac_objext "* ) ;; | ||
| 14587 | *) LIBOBJS="$LIBOBJS mktime.$ac_objext" ;; | ||
| 14588 | esac | ||
| 14589 | |||
| 14590 | fi | 13639 | fi |
| 14591 | 13640 | ||
| 14592 | if test "$ac_cv_func_working_mktime" = no; then | 13641 | if test "$ac_cv_func_working_mktime" = no; then |
| @@ -14614,28 +13663,21 @@ if test "${ac_cv_func_getloadavg+set}" = set; then | |||
| 14614 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 13663 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 14615 | else | 13664 | else |
| 14616 | cat >conftest.$ac_ext <<_ACEOF | 13665 | cat >conftest.$ac_ext <<_ACEOF |
| 13666 | #line $LINENO "configure" | ||
| 14617 | /* confdefs.h. */ | 13667 | /* confdefs.h. */ |
| 14618 | _ACEOF | 13668 | _ACEOF |
| 14619 | cat confdefs.h >>conftest.$ac_ext | 13669 | cat confdefs.h >>conftest.$ac_ext |
| 14620 | cat >>conftest.$ac_ext <<_ACEOF | 13670 | cat >>conftest.$ac_ext <<_ACEOF |
| 14621 | /* end confdefs.h. */ | 13671 | /* end confdefs.h. */ |
| 14622 | /* Define getloadavg to an innocuous variant, in case <limits.h> declares getloadavg. | ||
| 14623 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | ||
| 14624 | #define getloadavg innocuous_getloadavg | ||
| 14625 | |||
| 14626 | /* System header to define __stub macros and hopefully few prototypes, | 13672 | /* System header to define __stub macros and hopefully few prototypes, |
| 14627 | which can conflict with char getloadavg (); below. | 13673 | which can conflict with char getloadavg (); below. |
| 14628 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | 13674 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 14629 | <limits.h> exists even on freestanding compilers. */ | 13675 | <limits.h> exists even on freestanding compilers. */ |
| 14630 | |||
| 14631 | #ifdef __STDC__ | 13676 | #ifdef __STDC__ |
| 14632 | # include <limits.h> | 13677 | # include <limits.h> |
| 14633 | #else | 13678 | #else |
| 14634 | # include <assert.h> | 13679 | # include <assert.h> |
| 14635 | #endif | 13680 | #endif |
| 14636 | |||
| 14637 | #undef getloadavg | ||
| 14638 | |||
| 14639 | /* Override any gcc2 internal prototype to avoid an error. */ | 13681 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 14640 | #ifdef __cplusplus | 13682 | #ifdef __cplusplus |
| 14641 | extern "C" | 13683 | extern "C" |
| @@ -14666,20 +13708,11 @@ return f != getloadavg; | |||
| 14666 | _ACEOF | 13708 | _ACEOF |
| 14667 | rm -f conftest.$ac_objext conftest$ac_exeext | 13709 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 14668 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 13710 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 14669 | (eval $ac_link) 2>conftest.er1 | 13711 | (eval $ac_link) 2>&5 |
| 14670 | ac_status=$? | 13712 | ac_status=$? |
| 14671 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 14672 | rm -f conftest.er1 | ||
| 14673 | cat conftest.err >&5 | ||
| 14674 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 13713 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 14675 | (exit $ac_status); } && | 13714 | (exit $ac_status); } && |
| 14676 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 13715 | { ac_try='test -s conftest$ac_exeext' |
| 14677 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 14678 | (eval $ac_try) 2>&5 | ||
| 14679 | ac_status=$? | ||
| 14680 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 14681 | (exit $ac_status); }; } && | ||
| 14682 | { ac_try='test -s conftest$ac_exeext' | ||
| 14683 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 13716 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 14684 | (eval $ac_try) 2>&5 | 13717 | (eval $ac_try) 2>&5 |
| 14685 | ac_status=$? | 13718 | ac_status=$? |
| @@ -14692,8 +13725,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 14692 | 13725 | ||
| 14693 | ac_cv_func_getloadavg=no | 13726 | ac_cv_func_getloadavg=no |
| 14694 | fi | 13727 | fi |
| 14695 | rm -f conftest.err conftest.$ac_objext \ | 13728 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 14696 | conftest$ac_exeext conftest.$ac_ext | ||
| 14697 | fi | 13729 | fi |
| 14698 | echo "$as_me:$LINENO: result: $ac_cv_func_getloadavg" >&5 | 13730 | echo "$as_me:$LINENO: result: $ac_cv_func_getloadavg" >&5 |
| 14699 | echo "${ECHO_T}$ac_cv_func_getloadavg" >&6 | 13731 | echo "${ECHO_T}$ac_cv_func_getloadavg" >&6 |
| @@ -14715,28 +13747,21 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then | |||
| 14715 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 13747 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 14716 | else | 13748 | else |
| 14717 | cat >conftest.$ac_ext <<_ACEOF | 13749 | cat >conftest.$ac_ext <<_ACEOF |
| 13750 | #line $LINENO "configure" | ||
| 14718 | /* confdefs.h. */ | 13751 | /* confdefs.h. */ |
| 14719 | _ACEOF | 13752 | _ACEOF |
| 14720 | cat confdefs.h >>conftest.$ac_ext | 13753 | cat confdefs.h >>conftest.$ac_ext |
| 14721 | cat >>conftest.$ac_ext <<_ACEOF | 13754 | cat >>conftest.$ac_ext <<_ACEOF |
| 14722 | /* end confdefs.h. */ | 13755 | /* end confdefs.h. */ |
| 14723 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. | ||
| 14724 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | ||
| 14725 | #define $ac_func innocuous_$ac_func | ||
| 14726 | |||
| 14727 | /* System header to define __stub macros and hopefully few prototypes, | 13756 | /* System header to define __stub macros and hopefully few prototypes, |
| 14728 | which can conflict with char $ac_func (); below. | 13757 | which can conflict with char $ac_func (); below. |
| 14729 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | 13758 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 14730 | <limits.h> exists even on freestanding compilers. */ | 13759 | <limits.h> exists even on freestanding compilers. */ |
| 14731 | |||
| 14732 | #ifdef __STDC__ | 13760 | #ifdef __STDC__ |
| 14733 | # include <limits.h> | 13761 | # include <limits.h> |
| 14734 | #else | 13762 | #else |
| 14735 | # include <assert.h> | 13763 | # include <assert.h> |
| 14736 | #endif | 13764 | #endif |
| 14737 | |||
| 14738 | #undef $ac_func | ||
| 14739 | |||
| 14740 | /* Override any gcc2 internal prototype to avoid an error. */ | 13765 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 14741 | #ifdef __cplusplus | 13766 | #ifdef __cplusplus |
| 14742 | extern "C" | 13767 | extern "C" |
| @@ -14767,20 +13792,11 @@ return f != $ac_func; | |||
| 14767 | _ACEOF | 13792 | _ACEOF |
| 14768 | rm -f conftest.$ac_objext conftest$ac_exeext | 13793 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 14769 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 13794 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 14770 | (eval $ac_link) 2>conftest.er1 | 13795 | (eval $ac_link) 2>&5 |
| 14771 | ac_status=$? | 13796 | ac_status=$? |
| 14772 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 14773 | rm -f conftest.er1 | ||
| 14774 | cat conftest.err >&5 | ||
| 14775 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 13797 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 14776 | (exit $ac_status); } && | 13798 | (exit $ac_status); } && |
| 14777 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 13799 | { ac_try='test -s conftest$ac_exeext' |
| 14778 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 14779 | (eval $ac_try) 2>&5 | ||
| 14780 | ac_status=$? | ||
| 14781 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 14782 | (exit $ac_status); }; } && | ||
| 14783 | { ac_try='test -s conftest$ac_exeext' | ||
| 14784 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 13800 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 14785 | (eval $ac_try) 2>&5 | 13801 | (eval $ac_try) 2>&5 |
| 14786 | ac_status=$? | 13802 | ac_status=$? |
| @@ -14793,8 +13809,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 14793 | 13809 | ||
| 14794 | eval "$as_ac_var=no" | 13810 | eval "$as_ac_var=no" |
| 14795 | fi | 13811 | fi |
| 14796 | rm -f conftest.err conftest.$ac_objext \ | 13812 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 14797 | conftest$ac_exeext conftest.$ac_ext | ||
| 14798 | fi | 13813 | fi |
| 14799 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | 13814 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 |
| 14800 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | 13815 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
| @@ -14817,6 +13832,7 @@ else | |||
| 14817 | ac_check_lib_save_LIBS=$LIBS | 13832 | ac_check_lib_save_LIBS=$LIBS |
| 14818 | LIBS="-lkstat $LIBS" | 13833 | LIBS="-lkstat $LIBS" |
| 14819 | cat >conftest.$ac_ext <<_ACEOF | 13834 | cat >conftest.$ac_ext <<_ACEOF |
| 13835 | #line $LINENO "configure" | ||
| 14820 | /* confdefs.h. */ | 13836 | /* confdefs.h. */ |
| 14821 | _ACEOF | 13837 | _ACEOF |
| 14822 | cat confdefs.h >>conftest.$ac_ext | 13838 | cat confdefs.h >>conftest.$ac_ext |
| @@ -14840,20 +13856,11 @@ kstat_open (); | |||
| 14840 | _ACEOF | 13856 | _ACEOF |
| 14841 | rm -f conftest.$ac_objext conftest$ac_exeext | 13857 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 14842 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 13858 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 14843 | (eval $ac_link) 2>conftest.er1 | 13859 | (eval $ac_link) 2>&5 |
| 14844 | ac_status=$? | 13860 | ac_status=$? |
| 14845 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 14846 | rm -f conftest.er1 | ||
| 14847 | cat conftest.err >&5 | ||
| 14848 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 13861 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 14849 | (exit $ac_status); } && | 13862 | (exit $ac_status); } && |
| 14850 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 13863 | { ac_try='test -s conftest$ac_exeext' |
| 14851 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 14852 | (eval $ac_try) 2>&5 | ||
| 14853 | ac_status=$? | ||
| 14854 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 14855 | (exit $ac_status); }; } && | ||
| 14856 | { ac_try='test -s conftest$ac_exeext' | ||
| 14857 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 13864 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 14858 | (eval $ac_try) 2>&5 | 13865 | (eval $ac_try) 2>&5 |
| 14859 | ac_status=$? | 13866 | ac_status=$? |
| @@ -14866,8 +13873,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 14866 | 13873 | ||
| 14867 | ac_cv_lib_kstat_kstat_open=no | 13874 | ac_cv_lib_kstat_kstat_open=no |
| 14868 | fi | 13875 | fi |
| 14869 | rm -f conftest.err conftest.$ac_objext \ | 13876 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 14870 | conftest$ac_exeext conftest.$ac_ext | ||
| 14871 | LIBS=$ac_check_lib_save_LIBS | 13877 | LIBS=$ac_check_lib_save_LIBS |
| 14872 | fi | 13878 | fi |
| 14873 | echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5 | 13879 | echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5 |
| @@ -14896,6 +13902,7 @@ else | |||
| 14896 | ac_check_lib_save_LIBS=$LIBS | 13902 | ac_check_lib_save_LIBS=$LIBS |
| 14897 | LIBS="-lelf $LIBS" | 13903 | LIBS="-lelf $LIBS" |
| 14898 | cat >conftest.$ac_ext <<_ACEOF | 13904 | cat >conftest.$ac_ext <<_ACEOF |
| 13905 | #line $LINENO "configure" | ||
| 14899 | /* confdefs.h. */ | 13906 | /* confdefs.h. */ |
| 14900 | _ACEOF | 13907 | _ACEOF |
| 14901 | cat confdefs.h >>conftest.$ac_ext | 13908 | cat confdefs.h >>conftest.$ac_ext |
| @@ -14919,20 +13926,11 @@ elf_begin (); | |||
| 14919 | _ACEOF | 13926 | _ACEOF |
| 14920 | rm -f conftest.$ac_objext conftest$ac_exeext | 13927 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 14921 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 13928 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 14922 | (eval $ac_link) 2>conftest.er1 | 13929 | (eval $ac_link) 2>&5 |
| 14923 | ac_status=$? | 13930 | ac_status=$? |
| 14924 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 14925 | rm -f conftest.er1 | ||
| 14926 | cat conftest.err >&5 | ||
| 14927 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 13931 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 14928 | (exit $ac_status); } && | 13932 | (exit $ac_status); } && |
| 14929 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 13933 | { ac_try='test -s conftest$ac_exeext' |
| 14930 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 14931 | (eval $ac_try) 2>&5 | ||
| 14932 | ac_status=$? | ||
| 14933 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 14934 | (exit $ac_status); }; } && | ||
| 14935 | { ac_try='test -s conftest$ac_exeext' | ||
| 14936 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 13934 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 14937 | (eval $ac_try) 2>&5 | 13935 | (eval $ac_try) 2>&5 |
| 14938 | ac_status=$? | 13936 | ac_status=$? |
| @@ -14945,8 +13943,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 14945 | 13943 | ||
| 14946 | ac_cv_lib_elf_elf_begin=no | 13944 | ac_cv_lib_elf_elf_begin=no |
| 14947 | fi | 13945 | fi |
| 14948 | rm -f conftest.err conftest.$ac_objext \ | 13946 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 14949 | conftest$ac_exeext conftest.$ac_ext | ||
| 14950 | LIBS=$ac_check_lib_save_LIBS | 13947 | LIBS=$ac_check_lib_save_LIBS |
| 14951 | fi | 13948 | fi |
| 14952 | echo "$as_me:$LINENO: result: $ac_cv_lib_elf_elf_begin" >&5 | 13949 | echo "$as_me:$LINENO: result: $ac_cv_lib_elf_elf_begin" >&5 |
| @@ -14965,6 +13962,7 @@ else | |||
| 14965 | ac_check_lib_save_LIBS=$LIBS | 13962 | ac_check_lib_save_LIBS=$LIBS |
| 14966 | LIBS="-lkvm $LIBS" | 13963 | LIBS="-lkvm $LIBS" |
| 14967 | cat >conftest.$ac_ext <<_ACEOF | 13964 | cat >conftest.$ac_ext <<_ACEOF |
| 13965 | #line $LINENO "configure" | ||
| 14968 | /* confdefs.h. */ | 13966 | /* confdefs.h. */ |
| 14969 | _ACEOF | 13967 | _ACEOF |
| 14970 | cat confdefs.h >>conftest.$ac_ext | 13968 | cat confdefs.h >>conftest.$ac_ext |
| @@ -14988,20 +13986,11 @@ kvm_open (); | |||
| 14988 | _ACEOF | 13986 | _ACEOF |
| 14989 | rm -f conftest.$ac_objext conftest$ac_exeext | 13987 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 14990 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 13988 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 14991 | (eval $ac_link) 2>conftest.er1 | 13989 | (eval $ac_link) 2>&5 |
| 14992 | ac_status=$? | 13990 | ac_status=$? |
| 14993 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 14994 | rm -f conftest.er1 | ||
| 14995 | cat conftest.err >&5 | ||
| 14996 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 13991 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 14997 | (exit $ac_status); } && | 13992 | (exit $ac_status); } && |
| 14998 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 13993 | { ac_try='test -s conftest$ac_exeext' |
| 14999 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 15000 | (eval $ac_try) 2>&5 | ||
| 15001 | ac_status=$? | ||
| 15002 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 15003 | (exit $ac_status); }; } && | ||
| 15004 | { ac_try='test -s conftest$ac_exeext' | ||
| 15005 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 13994 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 15006 | (eval $ac_try) 2>&5 | 13995 | (eval $ac_try) 2>&5 |
| 15007 | ac_status=$? | 13996 | ac_status=$? |
| @@ -15014,8 +14003,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 15014 | 14003 | ||
| 15015 | ac_cv_lib_kvm_kvm_open=no | 14004 | ac_cv_lib_kvm_kvm_open=no |
| 15016 | fi | 14005 | fi |
| 15017 | rm -f conftest.err conftest.$ac_objext \ | 14006 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 15018 | conftest$ac_exeext conftest.$ac_ext | ||
| 15019 | LIBS=$ac_check_lib_save_LIBS | 14007 | LIBS=$ac_check_lib_save_LIBS |
| 15020 | fi | 14008 | fi |
| 15021 | echo "$as_me:$LINENO: result: $ac_cv_lib_kvm_kvm_open" >&5 | 14009 | echo "$as_me:$LINENO: result: $ac_cv_lib_kvm_kvm_open" >&5 |
| @@ -15033,6 +14021,7 @@ else | |||
| 15033 | ac_check_lib_save_LIBS=$LIBS | 14021 | ac_check_lib_save_LIBS=$LIBS |
| 15034 | LIBS="-lutil $LIBS" | 14022 | LIBS="-lutil $LIBS" |
| 15035 | cat >conftest.$ac_ext <<_ACEOF | 14023 | cat >conftest.$ac_ext <<_ACEOF |
| 14024 | #line $LINENO "configure" | ||
| 15036 | /* confdefs.h. */ | 14025 | /* confdefs.h. */ |
| 15037 | _ACEOF | 14026 | _ACEOF |
| 15038 | cat confdefs.h >>conftest.$ac_ext | 14027 | cat confdefs.h >>conftest.$ac_ext |
| @@ -15056,20 +14045,11 @@ getloadavg (); | |||
| 15056 | _ACEOF | 14045 | _ACEOF |
| 15057 | rm -f conftest.$ac_objext conftest$ac_exeext | 14046 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 15058 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 14047 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 15059 | (eval $ac_link) 2>conftest.er1 | 14048 | (eval $ac_link) 2>&5 |
| 15060 | ac_status=$? | 14049 | ac_status=$? |
| 15061 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 15062 | rm -f conftest.er1 | ||
| 15063 | cat conftest.err >&5 | ||
| 15064 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 14050 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 15065 | (exit $ac_status); } && | 14051 | (exit $ac_status); } && |
| 15066 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 14052 | { ac_try='test -s conftest$ac_exeext' |
| 15067 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 15068 | (eval $ac_try) 2>&5 | ||
| 15069 | ac_status=$? | ||
| 15070 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 15071 | (exit $ac_status); }; } && | ||
| 15072 | { ac_try='test -s conftest$ac_exeext' | ||
| 15073 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 14053 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 15074 | (eval $ac_try) 2>&5 | 14054 | (eval $ac_try) 2>&5 |
| 15075 | ac_status=$? | 14055 | ac_status=$? |
| @@ -15082,8 +14062,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 15082 | 14062 | ||
| 15083 | ac_cv_lib_util_getloadavg=no | 14063 | ac_cv_lib_util_getloadavg=no |
| 15084 | fi | 14064 | fi |
| 15085 | rm -f conftest.err conftest.$ac_objext \ | 14065 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 15086 | conftest$ac_exeext conftest.$ac_ext | ||
| 15087 | LIBS=$ac_check_lib_save_LIBS | 14066 | LIBS=$ac_check_lib_save_LIBS |
| 15088 | fi | 14067 | fi |
| 15089 | echo "$as_me:$LINENO: result: $ac_cv_lib_util_getloadavg" >&5 | 14068 | echo "$as_me:$LINENO: result: $ac_cv_lib_util_getloadavg" >&5 |
| @@ -15107,6 +14086,7 @@ else | |||
| 15107 | ac_check_lib_save_LIBS=$LIBS | 14086 | ac_check_lib_save_LIBS=$LIBS |
| 15108 | LIBS="-lgetloadavg $LIBS" | 14087 | LIBS="-lgetloadavg $LIBS" |
| 15109 | cat >conftest.$ac_ext <<_ACEOF | 14088 | cat >conftest.$ac_ext <<_ACEOF |
| 14089 | #line $LINENO "configure" | ||
| 15110 | /* confdefs.h. */ | 14090 | /* confdefs.h. */ |
| 15111 | _ACEOF | 14091 | _ACEOF |
| 15112 | cat confdefs.h >>conftest.$ac_ext | 14092 | cat confdefs.h >>conftest.$ac_ext |
| @@ -15130,20 +14110,11 @@ getloadavg (); | |||
| 15130 | _ACEOF | 14110 | _ACEOF |
| 15131 | rm -f conftest.$ac_objext conftest$ac_exeext | 14111 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 15132 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 14112 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 15133 | (eval $ac_link) 2>conftest.er1 | 14113 | (eval $ac_link) 2>&5 |
| 15134 | ac_status=$? | 14114 | ac_status=$? |
| 15135 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 15136 | rm -f conftest.er1 | ||
| 15137 | cat conftest.err >&5 | ||
| 15138 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 14115 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 15139 | (exit $ac_status); } && | 14116 | (exit $ac_status); } && |
| 15140 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 14117 | { ac_try='test -s conftest$ac_exeext' |
| 15141 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 15142 | (eval $ac_try) 2>&5 | ||
| 15143 | ac_status=$? | ||
| 15144 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 15145 | (exit $ac_status); }; } && | ||
| 15146 | { ac_try='test -s conftest$ac_exeext' | ||
| 15147 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 14118 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 15148 | (eval $ac_try) 2>&5 | 14119 | (eval $ac_try) 2>&5 |
| 15149 | ac_status=$? | 14120 | ac_status=$? |
| @@ -15156,8 +14127,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 15156 | 14127 | ||
| 15157 | ac_cv_lib_getloadavg_getloadavg=no | 14128 | ac_cv_lib_getloadavg_getloadavg=no |
| 15158 | fi | 14129 | fi |
| 15159 | rm -f conftest.err conftest.$ac_objext \ | 14130 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 15160 | conftest$ac_exeext conftest.$ac_ext | ||
| 15161 | LIBS=$ac_check_lib_save_LIBS | 14131 | LIBS=$ac_check_lib_save_LIBS |
| 15162 | fi | 14132 | fi |
| 15163 | echo "$as_me:$LINENO: result: $ac_cv_lib_getloadavg_getloadavg" >&5 | 14133 | echo "$as_me:$LINENO: result: $ac_cv_lib_getloadavg_getloadavg" >&5 |
| @@ -15182,28 +14152,21 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then | |||
| 15182 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 14152 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 15183 | else | 14153 | else |
| 15184 | cat >conftest.$ac_ext <<_ACEOF | 14154 | cat >conftest.$ac_ext <<_ACEOF |
| 14155 | #line $LINENO "configure" | ||
| 15185 | /* confdefs.h. */ | 14156 | /* confdefs.h. */ |
| 15186 | _ACEOF | 14157 | _ACEOF |
| 15187 | cat confdefs.h >>conftest.$ac_ext | 14158 | cat confdefs.h >>conftest.$ac_ext |
| 15188 | cat >>conftest.$ac_ext <<_ACEOF | 14159 | cat >>conftest.$ac_ext <<_ACEOF |
| 15189 | /* end confdefs.h. */ | 14160 | /* end confdefs.h. */ |
| 15190 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. | ||
| 15191 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | ||
| 15192 | #define $ac_func innocuous_$ac_func | ||
| 15193 | |||
| 15194 | /* System header to define __stub macros and hopefully few prototypes, | 14161 | /* System header to define __stub macros and hopefully few prototypes, |
| 15195 | which can conflict with char $ac_func (); below. | 14162 | which can conflict with char $ac_func (); below. |
| 15196 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | 14163 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 15197 | <limits.h> exists even on freestanding compilers. */ | 14164 | <limits.h> exists even on freestanding compilers. */ |
| 15198 | |||
| 15199 | #ifdef __STDC__ | 14165 | #ifdef __STDC__ |
| 15200 | # include <limits.h> | 14166 | # include <limits.h> |
| 15201 | #else | 14167 | #else |
| 15202 | # include <assert.h> | 14168 | # include <assert.h> |
| 15203 | #endif | 14169 | #endif |
| 15204 | |||
| 15205 | #undef $ac_func | ||
| 15206 | |||
| 15207 | /* Override any gcc2 internal prototype to avoid an error. */ | 14170 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 15208 | #ifdef __cplusplus | 14171 | #ifdef __cplusplus |
| 15209 | extern "C" | 14172 | extern "C" |
| @@ -15234,20 +14197,11 @@ return f != $ac_func; | |||
| 15234 | _ACEOF | 14197 | _ACEOF |
| 15235 | rm -f conftest.$ac_objext conftest$ac_exeext | 14198 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 15236 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 14199 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 15237 | (eval $ac_link) 2>conftest.er1 | 14200 | (eval $ac_link) 2>&5 |
| 15238 | ac_status=$? | 14201 | ac_status=$? |
| 15239 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 15240 | rm -f conftest.er1 | ||
| 15241 | cat conftest.err >&5 | ||
| 15242 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 14202 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 15243 | (exit $ac_status); } && | 14203 | (exit $ac_status); } && |
| 15244 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 14204 | { ac_try='test -s conftest$ac_exeext' |
| 15245 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 15246 | (eval $ac_try) 2>&5 | ||
| 15247 | ac_status=$? | ||
| 15248 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 15249 | (exit $ac_status); }; } && | ||
| 15250 | { ac_try='test -s conftest$ac_exeext' | ||
| 15251 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 14205 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 15252 | (eval $ac_try) 2>&5 | 14206 | (eval $ac_try) 2>&5 |
| 15253 | ac_status=$? | 14207 | ac_status=$? |
| @@ -15260,8 +14214,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 15260 | 14214 | ||
| 15261 | eval "$as_ac_var=no" | 14215 | eval "$as_ac_var=no" |
| 15262 | fi | 14216 | fi |
| 15263 | rm -f conftest.err conftest.$ac_objext \ | 14217 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 15264 | conftest$ac_exeext conftest.$ac_ext | ||
| 15265 | fi | 14218 | fi |
| 15266 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | 14219 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 |
| 15267 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | 14220 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
| @@ -15271,14 +14224,7 @@ if test `eval echo '${'$as_ac_var'}'` = yes; then | |||
| 15271 | _ACEOF | 14224 | _ACEOF |
| 15272 | 14225 | ||
| 15273 | else | 14226 | else |
| 15274 | case $LIBOBJS in | 14227 | LIBOBJS="$LIBOBJS getloadavg.$ac_objext" |
| 15275 | "getloadavg.$ac_objext" | \ | ||
| 15276 | *" getloadavg.$ac_objext" | \ | ||
| 15277 | "getloadavg.$ac_objext "* | \ | ||
| 15278 | *" getloadavg.$ac_objext "* ) ;; | ||
| 15279 | *) LIBOBJS="$LIBOBJS getloadavg.$ac_objext" ;; | ||
| 15280 | esac | ||
| 15281 | |||
| 15282 | 14228 | ||
| 15283 | cat >>confdefs.h <<\_ACEOF | 14229 | cat >>confdefs.h <<\_ACEOF |
| 15284 | #define C_GETLOADAVG 1 | 14230 | #define C_GETLOADAVG 1 |
| @@ -15299,6 +14245,7 @@ else | |||
| 15299 | echo "$as_me:$LINENO: checking sys/dg_sys_info.h usability" >&5 | 14245 | echo "$as_me:$LINENO: checking sys/dg_sys_info.h usability" >&5 |
| 15300 | echo $ECHO_N "checking sys/dg_sys_info.h usability... $ECHO_C" >&6 | 14246 | echo $ECHO_N "checking sys/dg_sys_info.h usability... $ECHO_C" >&6 |
| 15301 | cat >conftest.$ac_ext <<_ACEOF | 14247 | cat >conftest.$ac_ext <<_ACEOF |
| 14248 | #line $LINENO "configure" | ||
| 15302 | /* confdefs.h. */ | 14249 | /* confdefs.h. */ |
| 15303 | _ACEOF | 14250 | _ACEOF |
| 15304 | cat confdefs.h >>conftest.$ac_ext | 14251 | cat confdefs.h >>conftest.$ac_ext |
| @@ -15309,20 +14256,11 @@ $ac_includes_default | |||
| 15309 | _ACEOF | 14256 | _ACEOF |
| 15310 | rm -f conftest.$ac_objext | 14257 | rm -f conftest.$ac_objext |
| 15311 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 14258 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 15312 | (eval $ac_compile) 2>conftest.er1 | 14259 | (eval $ac_compile) 2>&5 |
| 15313 | ac_status=$? | 14260 | ac_status=$? |
| 15314 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 15315 | rm -f conftest.er1 | ||
| 15316 | cat conftest.err >&5 | ||
| 15317 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 14261 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 15318 | (exit $ac_status); } && | 14262 | (exit $ac_status); } && |
| 15319 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 14263 | { ac_try='test -s conftest.$ac_objext' |
| 15320 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 15321 | (eval $ac_try) 2>&5 | ||
| 15322 | ac_status=$? | ||
| 15323 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 15324 | (exit $ac_status); }; } && | ||
| 15325 | { ac_try='test -s conftest.$ac_objext' | ||
| 15326 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 14264 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 15327 | (eval $ac_try) 2>&5 | 14265 | (eval $ac_try) 2>&5 |
| 15328 | ac_status=$? | 14266 | ac_status=$? |
| @@ -15335,7 +14273,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 15335 | 14273 | ||
| 15336 | ac_header_compiler=no | 14274 | ac_header_compiler=no |
| 15337 | fi | 14275 | fi |
| 15338 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 14276 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 15339 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 14277 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 15340 | echo "${ECHO_T}$ac_header_compiler" >&6 | 14278 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 15341 | 14279 | ||
| @@ -15343,6 +14281,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 15343 | echo "$as_me:$LINENO: checking sys/dg_sys_info.h presence" >&5 | 14281 | echo "$as_me:$LINENO: checking sys/dg_sys_info.h presence" >&5 |
| 15344 | echo $ECHO_N "checking sys/dg_sys_info.h presence... $ECHO_C" >&6 | 14282 | echo $ECHO_N "checking sys/dg_sys_info.h presence... $ECHO_C" >&6 |
| 15345 | cat >conftest.$ac_ext <<_ACEOF | 14283 | cat >conftest.$ac_ext <<_ACEOF |
| 14284 | #line $LINENO "configure" | ||
| 15346 | /* confdefs.h. */ | 14285 | /* confdefs.h. */ |
| 15347 | _ACEOF | 14286 | _ACEOF |
| 15348 | cat confdefs.h >>conftest.$ac_ext | 14287 | cat confdefs.h >>conftest.$ac_ext |
| @@ -15360,7 +14299,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 15360 | (exit $ac_status); } >/dev/null; then | 14299 | (exit $ac_status); } >/dev/null; then |
| 15361 | if test -s conftest.err; then | 14300 | if test -s conftest.err; then |
| 15362 | ac_cpp_err=$ac_c_preproc_warn_flag | 14301 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 15363 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 15364 | else | 14302 | else |
| 15365 | ac_cpp_err= | 14303 | ac_cpp_err= |
| 15366 | fi | 14304 | fi |
| @@ -15380,32 +14318,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 15380 | echo "${ECHO_T}$ac_header_preproc" >&6 | 14318 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 15381 | 14319 | ||
| 15382 | # So? What about this header? | 14320 | # So? What about this header? |
| 15383 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 14321 | case $ac_header_compiler:$ac_header_preproc in |
| 15384 | yes:no: ) | 14322 | yes:no ) |
| 15385 | { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: accepted by the compiler, rejected by the preprocessor!" >&5 | 14323 | { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 15386 | echo "$as_me: WARNING: sys/dg_sys_info.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | 14324 | echo "$as_me: WARNING: sys/dg_sys_info.h: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 15387 | { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the compiler's result" >&5 | 14325 | { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&5 |
| 15388 | echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the compiler's result" >&2;} | 14326 | echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&2;} |
| 15389 | ac_header_preproc=yes | 14327 | ( |
| 14328 | cat <<\_ASBOX | ||
| 14329 | ## ------------------------------------ ## | ||
| 14330 | ## Report this to bug-autoconf@gnu.org. ## | ||
| 14331 | ## ------------------------------------ ## | ||
| 14332 | _ASBOX | ||
| 14333 | ) | | ||
| 14334 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 15390 | ;; | 14335 | ;; |
| 15391 | no:yes:* ) | 14336 | no:yes ) |
| 15392 | { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: present but cannot be compiled" >&5 | 14337 | { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: present but cannot be compiled" >&5 |
| 15393 | echo "$as_me: WARNING: sys/dg_sys_info.h: present but cannot be compiled" >&2;} | 14338 | echo "$as_me: WARNING: sys/dg_sys_info.h: present but cannot be compiled" >&2;} |
| 15394 | { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: check for missing prerequisite headers?" >&5 | 14339 | { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: check for missing prerequisite headers?" >&5 |
| 15395 | echo "$as_me: WARNING: sys/dg_sys_info.h: check for missing prerequisite headers?" >&2;} | 14340 | echo "$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 | ||
| 15397 | echo "$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 | ||
| 15399 | echo "$as_me: WARNING: sys/dg_sys_info.h: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 15400 | { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&5 | 14341 | { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&5 |
| 15401 | echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&2;} | 14342 | echo "$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 | ||
| 15403 | echo "$as_me: WARNING: sys/dg_sys_info.h: in the future, the compiler will take precedence" >&2;} | ||
| 15404 | ( | 14343 | ( |
| 15405 | cat <<\_ASBOX | 14344 | cat <<\_ASBOX |
| 15406 | ## ------------------------------------------ ## | 14345 | ## ------------------------------------ ## |
| 15407 | ## Report this to the AC_PACKAGE_NAME lists. ## | 14346 | ## Report this to bug-autoconf@gnu.org. ## |
| 15408 | ## ------------------------------------------ ## | 14347 | ## ------------------------------------ ## |
| 15409 | _ASBOX | 14348 | _ASBOX |
| 15410 | ) | | 14349 | ) | |
| 15411 | sed "s/^/$as_me: WARNING: /" >&2 | 14350 | sed "s/^/$as_me: WARNING: /" >&2 |
| @@ -15438,6 +14377,7 @@ else | |||
| 15438 | ac_check_lib_save_LIBS=$LIBS | 14377 | ac_check_lib_save_LIBS=$LIBS |
| 15439 | LIBS="-ldgc $LIBS" | 14378 | LIBS="-ldgc $LIBS" |
| 15440 | cat >conftest.$ac_ext <<_ACEOF | 14379 | cat >conftest.$ac_ext <<_ACEOF |
| 14380 | #line $LINENO "configure" | ||
| 15441 | /* confdefs.h. */ | 14381 | /* confdefs.h. */ |
| 15442 | _ACEOF | 14382 | _ACEOF |
| 15443 | cat confdefs.h >>conftest.$ac_ext | 14383 | cat confdefs.h >>conftest.$ac_ext |
| @@ -15461,20 +14401,11 @@ dg_sys_info (); | |||
| 15461 | _ACEOF | 14401 | _ACEOF |
| 15462 | rm -f conftest.$ac_objext conftest$ac_exeext | 14402 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 15463 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 14403 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 15464 | (eval $ac_link) 2>conftest.er1 | 14404 | (eval $ac_link) 2>&5 |
| 15465 | ac_status=$? | 14405 | ac_status=$? |
| 15466 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 15467 | rm -f conftest.er1 | ||
| 15468 | cat conftest.err >&5 | ||
| 15469 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 14406 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 15470 | (exit $ac_status); } && | 14407 | (exit $ac_status); } && |
| 15471 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 14408 | { ac_try='test -s conftest$ac_exeext' |
| 15472 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 15473 | (eval $ac_try) 2>&5 | ||
| 15474 | ac_status=$? | ||
| 15475 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 15476 | (exit $ac_status); }; } && | ||
| 15477 | { ac_try='test -s conftest$ac_exeext' | ||
| 15478 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 14409 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 15479 | (eval $ac_try) 2>&5 | 14410 | (eval $ac_try) 2>&5 |
| 15480 | ac_status=$? | 14411 | ac_status=$? |
| @@ -15487,8 +14418,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 15487 | 14418 | ||
| 15488 | ac_cv_lib_dgc_dg_sys_info=no | 14419 | ac_cv_lib_dgc_dg_sys_info=no |
| 15489 | fi | 14420 | fi |
| 15490 | rm -f conftest.err conftest.$ac_objext \ | 14421 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 15491 | conftest$ac_exeext conftest.$ac_ext | ||
| 15492 | LIBS=$ac_check_lib_save_LIBS | 14422 | LIBS=$ac_check_lib_save_LIBS |
| 15493 | fi | 14423 | fi |
| 15494 | echo "$as_me:$LINENO: result: $ac_cv_lib_dgc_dg_sys_info" >&5 | 14424 | echo "$as_me:$LINENO: result: $ac_cv_lib_dgc_dg_sys_info" >&5 |
| @@ -15519,6 +14449,7 @@ else | |||
| 15519 | echo "$as_me:$LINENO: checking locale.h usability" >&5 | 14449 | echo "$as_me:$LINENO: checking locale.h usability" >&5 |
| 15520 | echo $ECHO_N "checking locale.h usability... $ECHO_C" >&6 | 14450 | echo $ECHO_N "checking locale.h usability... $ECHO_C" >&6 |
| 15521 | cat >conftest.$ac_ext <<_ACEOF | 14451 | cat >conftest.$ac_ext <<_ACEOF |
| 14452 | #line $LINENO "configure" | ||
| 15522 | /* confdefs.h. */ | 14453 | /* confdefs.h. */ |
| 15523 | _ACEOF | 14454 | _ACEOF |
| 15524 | cat confdefs.h >>conftest.$ac_ext | 14455 | cat confdefs.h >>conftest.$ac_ext |
| @@ -15529,20 +14460,11 @@ $ac_includes_default | |||
| 15529 | _ACEOF | 14460 | _ACEOF |
| 15530 | rm -f conftest.$ac_objext | 14461 | rm -f conftest.$ac_objext |
| 15531 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 14462 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 15532 | (eval $ac_compile) 2>conftest.er1 | 14463 | (eval $ac_compile) 2>&5 |
| 15533 | ac_status=$? | 14464 | ac_status=$? |
| 15534 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 15535 | rm -f conftest.er1 | ||
| 15536 | cat conftest.err >&5 | ||
| 15537 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 14465 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 15538 | (exit $ac_status); } && | 14466 | (exit $ac_status); } && |
| 15539 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 14467 | { ac_try='test -s conftest.$ac_objext' |
| 15540 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 15541 | (eval $ac_try) 2>&5 | ||
| 15542 | ac_status=$? | ||
| 15543 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 15544 | (exit $ac_status); }; } && | ||
| 15545 | { ac_try='test -s conftest.$ac_objext' | ||
| 15546 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 14468 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 15547 | (eval $ac_try) 2>&5 | 14469 | (eval $ac_try) 2>&5 |
| 15548 | ac_status=$? | 14470 | ac_status=$? |
| @@ -15555,7 +14477,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 15555 | 14477 | ||
| 15556 | ac_header_compiler=no | 14478 | ac_header_compiler=no |
| 15557 | fi | 14479 | fi |
| 15558 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 14480 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 15559 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 14481 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 15560 | echo "${ECHO_T}$ac_header_compiler" >&6 | 14482 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 15561 | 14483 | ||
| @@ -15563,6 +14485,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 15563 | echo "$as_me:$LINENO: checking locale.h presence" >&5 | 14485 | echo "$as_me:$LINENO: checking locale.h presence" >&5 |
| 15564 | echo $ECHO_N "checking locale.h presence... $ECHO_C" >&6 | 14486 | echo $ECHO_N "checking locale.h presence... $ECHO_C" >&6 |
| 15565 | cat >conftest.$ac_ext <<_ACEOF | 14487 | cat >conftest.$ac_ext <<_ACEOF |
| 14488 | #line $LINENO "configure" | ||
| 15566 | /* confdefs.h. */ | 14489 | /* confdefs.h. */ |
| 15567 | _ACEOF | 14490 | _ACEOF |
| 15568 | cat confdefs.h >>conftest.$ac_ext | 14491 | cat confdefs.h >>conftest.$ac_ext |
| @@ -15580,7 +14503,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 15580 | (exit $ac_status); } >/dev/null; then | 14503 | (exit $ac_status); } >/dev/null; then |
| 15581 | if test -s conftest.err; then | 14504 | if test -s conftest.err; then |
| 15582 | ac_cpp_err=$ac_c_preproc_warn_flag | 14505 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 15583 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 15584 | else | 14506 | else |
| 15585 | ac_cpp_err= | 14507 | ac_cpp_err= |
| 15586 | fi | 14508 | fi |
| @@ -15600,32 +14522,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 15600 | echo "${ECHO_T}$ac_header_preproc" >&6 | 14522 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 15601 | 14523 | ||
| 15602 | # So? What about this header? | 14524 | # So? What about this header? |
| 15603 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 14525 | case $ac_header_compiler:$ac_header_preproc in |
| 15604 | yes:no: ) | 14526 | yes:no ) |
| 15605 | { echo "$as_me:$LINENO: WARNING: locale.h: accepted by the compiler, rejected by the preprocessor!" >&5 | 14527 | { echo "$as_me:$LINENO: WARNING: locale.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 15606 | echo "$as_me: WARNING: locale.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | 14528 | echo "$as_me: WARNING: locale.h: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 15607 | { echo "$as_me:$LINENO: WARNING: locale.h: proceeding with the compiler's result" >&5 | 14529 | { echo "$as_me:$LINENO: WARNING: locale.h: proceeding with the preprocessor's result" >&5 |
| 15608 | echo "$as_me: WARNING: locale.h: proceeding with the compiler's result" >&2;} | 14530 | echo "$as_me: WARNING: locale.h: proceeding with the preprocessor's result" >&2;} |
| 15609 | ac_header_preproc=yes | 14531 | ( |
| 14532 | cat <<\_ASBOX | ||
| 14533 | ## ------------------------------------ ## | ||
| 14534 | ## Report this to bug-autoconf@gnu.org. ## | ||
| 14535 | ## ------------------------------------ ## | ||
| 14536 | _ASBOX | ||
| 14537 | ) | | ||
| 14538 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 15610 | ;; | 14539 | ;; |
| 15611 | no:yes:* ) | 14540 | no:yes ) |
| 15612 | { echo "$as_me:$LINENO: WARNING: locale.h: present but cannot be compiled" >&5 | 14541 | { echo "$as_me:$LINENO: WARNING: locale.h: present but cannot be compiled" >&5 |
| 15613 | echo "$as_me: WARNING: locale.h: present but cannot be compiled" >&2;} | 14542 | echo "$as_me: WARNING: locale.h: present but cannot be compiled" >&2;} |
| 15614 | { echo "$as_me:$LINENO: WARNING: locale.h: check for missing prerequisite headers?" >&5 | 14543 | { echo "$as_me:$LINENO: WARNING: locale.h: check for missing prerequisite headers?" >&5 |
| 15615 | echo "$as_me: WARNING: locale.h: check for missing prerequisite headers?" >&2;} | 14544 | echo "$as_me: WARNING: locale.h: check for missing prerequisite headers?" >&2;} |
| 15616 | { echo "$as_me:$LINENO: WARNING: locale.h: see the Autoconf documentation" >&5 | ||
| 15617 | echo "$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 | ||
| 15619 | echo "$as_me: WARNING: locale.h: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 15620 | { echo "$as_me:$LINENO: WARNING: locale.h: proceeding with the preprocessor's result" >&5 | 14545 | { echo "$as_me:$LINENO: WARNING: locale.h: proceeding with the preprocessor's result" >&5 |
| 15621 | echo "$as_me: WARNING: locale.h: proceeding with the preprocessor's result" >&2;} | 14546 | echo "$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 | ||
| 15623 | echo "$as_me: WARNING: locale.h: in the future, the compiler will take precedence" >&2;} | ||
| 15624 | ( | 14547 | ( |
| 15625 | cat <<\_ASBOX | 14548 | cat <<\_ASBOX |
| 15626 | ## ------------------------------------------ ## | 14549 | ## ------------------------------------ ## |
| 15627 | ## Report this to the AC_PACKAGE_NAME lists. ## | 14550 | ## Report this to bug-autoconf@gnu.org. ## |
| 15628 | ## ------------------------------------------ ## | 14551 | ## ------------------------------------ ## |
| 15629 | _ASBOX | 14552 | _ASBOX |
| 15630 | ) | | 14553 | ) | |
| 15631 | sed "s/^/$as_me: WARNING: /" >&2 | 14554 | sed "s/^/$as_me: WARNING: /" >&2 |
| @@ -15654,28 +14577,21 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then | |||
| 15654 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 14577 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 15655 | else | 14578 | else |
| 15656 | cat >conftest.$ac_ext <<_ACEOF | 14579 | cat >conftest.$ac_ext <<_ACEOF |
| 14580 | #line $LINENO "configure" | ||
| 15657 | /* confdefs.h. */ | 14581 | /* confdefs.h. */ |
| 15658 | _ACEOF | 14582 | _ACEOF |
| 15659 | cat confdefs.h >>conftest.$ac_ext | 14583 | cat confdefs.h >>conftest.$ac_ext |
| 15660 | cat >>conftest.$ac_ext <<_ACEOF | 14584 | cat >>conftest.$ac_ext <<_ACEOF |
| 15661 | /* end confdefs.h. */ | 14585 | /* end confdefs.h. */ |
| 15662 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. | ||
| 15663 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | ||
| 15664 | #define $ac_func innocuous_$ac_func | ||
| 15665 | |||
| 15666 | /* System header to define __stub macros and hopefully few prototypes, | 14586 | /* System header to define __stub macros and hopefully few prototypes, |
| 15667 | which can conflict with char $ac_func (); below. | 14587 | which can conflict with char $ac_func (); below. |
| 15668 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | 14588 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 15669 | <limits.h> exists even on freestanding compilers. */ | 14589 | <limits.h> exists even on freestanding compilers. */ |
| 15670 | |||
| 15671 | #ifdef __STDC__ | 14590 | #ifdef __STDC__ |
| 15672 | # include <limits.h> | 14591 | # include <limits.h> |
| 15673 | #else | 14592 | #else |
| 15674 | # include <assert.h> | 14593 | # include <assert.h> |
| 15675 | #endif | 14594 | #endif |
| 15676 | |||
| 15677 | #undef $ac_func | ||
| 15678 | |||
| 15679 | /* Override any gcc2 internal prototype to avoid an error. */ | 14595 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 15680 | #ifdef __cplusplus | 14596 | #ifdef __cplusplus |
| 15681 | extern "C" | 14597 | extern "C" |
| @@ -15706,20 +14622,11 @@ return f != $ac_func; | |||
| 15706 | _ACEOF | 14622 | _ACEOF |
| 15707 | rm -f conftest.$ac_objext conftest$ac_exeext | 14623 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 15708 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 14624 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 15709 | (eval $ac_link) 2>conftest.er1 | 14625 | (eval $ac_link) 2>&5 |
| 15710 | ac_status=$? | 14626 | ac_status=$? |
| 15711 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 15712 | rm -f conftest.er1 | ||
| 15713 | cat conftest.err >&5 | ||
| 15714 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 14627 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 15715 | (exit $ac_status); } && | 14628 | (exit $ac_status); } && |
| 15716 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 14629 | { ac_try='test -s conftest$ac_exeext' |
| 15717 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 15718 | (eval $ac_try) 2>&5 | ||
| 15719 | ac_status=$? | ||
| 15720 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 15721 | (exit $ac_status); }; } && | ||
| 15722 | { ac_try='test -s conftest$ac_exeext' | ||
| 15723 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 14630 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 15724 | (eval $ac_try) 2>&5 | 14631 | (eval $ac_try) 2>&5 |
| 15725 | ac_status=$? | 14632 | ac_status=$? |
| @@ -15732,8 +14639,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 15732 | 14639 | ||
| 15733 | eval "$as_ac_var=no" | 14640 | eval "$as_ac_var=no" |
| 15734 | fi | 14641 | fi |
| 15735 | rm -f conftest.err conftest.$ac_objext \ | 14642 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 15736 | conftest$ac_exeext conftest.$ac_ext | ||
| 15737 | fi | 14643 | fi |
| 15738 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | 14644 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 |
| 15739 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | 14645 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
| @@ -15772,6 +14678,7 @@ else | |||
| 15772 | echo "$as_me:$LINENO: checking inq_stats/cpustats.h usability" >&5 | 14678 | echo "$as_me:$LINENO: checking inq_stats/cpustats.h usability" >&5 |
| 15773 | echo $ECHO_N "checking inq_stats/cpustats.h usability... $ECHO_C" >&6 | 14679 | echo $ECHO_N "checking inq_stats/cpustats.h usability... $ECHO_C" >&6 |
| 15774 | cat >conftest.$ac_ext <<_ACEOF | 14680 | cat >conftest.$ac_ext <<_ACEOF |
| 14681 | #line $LINENO "configure" | ||
| 15775 | /* confdefs.h. */ | 14682 | /* confdefs.h. */ |
| 15776 | _ACEOF | 14683 | _ACEOF |
| 15777 | cat confdefs.h >>conftest.$ac_ext | 14684 | cat confdefs.h >>conftest.$ac_ext |
| @@ -15782,20 +14689,11 @@ $ac_includes_default | |||
| 15782 | _ACEOF | 14689 | _ACEOF |
| 15783 | rm -f conftest.$ac_objext | 14690 | rm -f conftest.$ac_objext |
| 15784 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 14691 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 15785 | (eval $ac_compile) 2>conftest.er1 | 14692 | (eval $ac_compile) 2>&5 |
| 15786 | ac_status=$? | 14693 | ac_status=$? |
| 15787 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 15788 | rm -f conftest.er1 | ||
| 15789 | cat conftest.err >&5 | ||
| 15790 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 14694 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 15791 | (exit $ac_status); } && | 14695 | (exit $ac_status); } && |
| 15792 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 14696 | { ac_try='test -s conftest.$ac_objext' |
| 15793 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 15794 | (eval $ac_try) 2>&5 | ||
| 15795 | ac_status=$? | ||
| 15796 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 15797 | (exit $ac_status); }; } && | ||
| 15798 | { ac_try='test -s conftest.$ac_objext' | ||
| 15799 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 14697 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 15800 | (eval $ac_try) 2>&5 | 14698 | (eval $ac_try) 2>&5 |
| 15801 | ac_status=$? | 14699 | ac_status=$? |
| @@ -15808,7 +14706,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 15808 | 14706 | ||
| 15809 | ac_header_compiler=no | 14707 | ac_header_compiler=no |
| 15810 | fi | 14708 | fi |
| 15811 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 14709 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 15812 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 14710 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 15813 | echo "${ECHO_T}$ac_header_compiler" >&6 | 14711 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 15814 | 14712 | ||
| @@ -15816,6 +14714,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 15816 | echo "$as_me:$LINENO: checking inq_stats/cpustats.h presence" >&5 | 14714 | echo "$as_me:$LINENO: checking inq_stats/cpustats.h presence" >&5 |
| 15817 | echo $ECHO_N "checking inq_stats/cpustats.h presence... $ECHO_C" >&6 | 14715 | echo $ECHO_N "checking inq_stats/cpustats.h presence... $ECHO_C" >&6 |
| 15818 | cat >conftest.$ac_ext <<_ACEOF | 14716 | cat >conftest.$ac_ext <<_ACEOF |
| 14717 | #line $LINENO "configure" | ||
| 15819 | /* confdefs.h. */ | 14718 | /* confdefs.h. */ |
| 15820 | _ACEOF | 14719 | _ACEOF |
| 15821 | cat confdefs.h >>conftest.$ac_ext | 14720 | cat confdefs.h >>conftest.$ac_ext |
| @@ -15833,7 +14732,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 15833 | (exit $ac_status); } >/dev/null; then | 14732 | (exit $ac_status); } >/dev/null; then |
| 15834 | if test -s conftest.err; then | 14733 | if test -s conftest.err; then |
| 15835 | ac_cpp_err=$ac_c_preproc_warn_flag | 14734 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 15836 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 15837 | else | 14735 | else |
| 15838 | ac_cpp_err= | 14736 | ac_cpp_err= |
| 15839 | fi | 14737 | fi |
| @@ -15853,32 +14751,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 15853 | echo "${ECHO_T}$ac_header_preproc" >&6 | 14751 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 15854 | 14752 | ||
| 15855 | # So? What about this header? | 14753 | # So? What about this header? |
| 15856 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 14754 | case $ac_header_compiler:$ac_header_preproc in |
| 15857 | yes:no: ) | 14755 | yes:no ) |
| 15858 | { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&5 | 14756 | { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 15859 | echo "$as_me: WARNING: inq_stats/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | 14757 | echo "$as_me: WARNING: inq_stats/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 15860 | { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: proceeding with the compiler's result" >&5 | 14758 | { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&5 |
| 15861 | echo "$as_me: WARNING: inq_stats/cpustats.h: proceeding with the compiler's result" >&2;} | 14759 | echo "$as_me: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&2;} |
| 15862 | ac_header_preproc=yes | 14760 | ( |
| 14761 | cat <<\_ASBOX | ||
| 14762 | ## ------------------------------------ ## | ||
| 14763 | ## Report this to bug-autoconf@gnu.org. ## | ||
| 14764 | ## ------------------------------------ ## | ||
| 14765 | _ASBOX | ||
| 14766 | ) | | ||
| 14767 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 15863 | ;; | 14768 | ;; |
| 15864 | no:yes:* ) | 14769 | no:yes ) |
| 15865 | { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: present but cannot be compiled" >&5 | 14770 | { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: present but cannot be compiled" >&5 |
| 15866 | echo "$as_me: WARNING: inq_stats/cpustats.h: present but cannot be compiled" >&2;} | 14771 | echo "$as_me: WARNING: inq_stats/cpustats.h: present but cannot be compiled" >&2;} |
| 15867 | { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: check for missing prerequisite headers?" >&5 | 14772 | { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: check for missing prerequisite headers?" >&5 |
| 15868 | echo "$as_me: WARNING: inq_stats/cpustats.h: check for missing prerequisite headers?" >&2;} | 14773 | echo "$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 | ||
| 15870 | echo "$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 | ||
| 15872 | echo "$as_me: WARNING: inq_stats/cpustats.h: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 15873 | { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&5 | 14774 | { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&5 |
| 15874 | echo "$as_me: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&2;} | 14775 | echo "$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 | ||
| 15876 | echo "$as_me: WARNING: inq_stats/cpustats.h: in the future, the compiler will take precedence" >&2;} | ||
| 15877 | ( | 14776 | ( |
| 15878 | cat <<\_ASBOX | 14777 | cat <<\_ASBOX |
| 15879 | ## ------------------------------------------ ## | 14778 | ## ------------------------------------ ## |
| 15880 | ## Report this to the AC_PACKAGE_NAME lists. ## | 14779 | ## Report this to bug-autoconf@gnu.org. ## |
| 15881 | ## ------------------------------------------ ## | 14780 | ## ------------------------------------ ## |
| 15882 | _ASBOX | 14781 | _ASBOX |
| 15883 | ) | | 14782 | ) | |
| 15884 | sed "s/^/$as_me: WARNING: /" >&2 | 14783 | sed "s/^/$as_me: WARNING: /" >&2 |
| @@ -15926,6 +14825,7 @@ else | |||
| 15926 | echo "$as_me:$LINENO: checking sys/cpustats.h usability" >&5 | 14825 | echo "$as_me:$LINENO: checking sys/cpustats.h usability" >&5 |
| 15927 | echo $ECHO_N "checking sys/cpustats.h usability... $ECHO_C" >&6 | 14826 | echo $ECHO_N "checking sys/cpustats.h usability... $ECHO_C" >&6 |
| 15928 | cat >conftest.$ac_ext <<_ACEOF | 14827 | cat >conftest.$ac_ext <<_ACEOF |
| 14828 | #line $LINENO "configure" | ||
| 15929 | /* confdefs.h. */ | 14829 | /* confdefs.h. */ |
| 15930 | _ACEOF | 14830 | _ACEOF |
| 15931 | cat confdefs.h >>conftest.$ac_ext | 14831 | cat confdefs.h >>conftest.$ac_ext |
| @@ -15936,20 +14836,11 @@ $ac_includes_default | |||
| 15936 | _ACEOF | 14836 | _ACEOF |
| 15937 | rm -f conftest.$ac_objext | 14837 | rm -f conftest.$ac_objext |
| 15938 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 14838 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 15939 | (eval $ac_compile) 2>conftest.er1 | 14839 | (eval $ac_compile) 2>&5 |
| 15940 | ac_status=$? | 14840 | ac_status=$? |
| 15941 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 15942 | rm -f conftest.er1 | ||
| 15943 | cat conftest.err >&5 | ||
| 15944 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 14841 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 15945 | (exit $ac_status); } && | 14842 | (exit $ac_status); } && |
| 15946 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 14843 | { ac_try='test -s conftest.$ac_objext' |
| 15947 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 15948 | (eval $ac_try) 2>&5 | ||
| 15949 | ac_status=$? | ||
| 15950 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 15951 | (exit $ac_status); }; } && | ||
| 15952 | { ac_try='test -s conftest.$ac_objext' | ||
| 15953 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 14844 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 15954 | (eval $ac_try) 2>&5 | 14845 | (eval $ac_try) 2>&5 |
| 15955 | ac_status=$? | 14846 | ac_status=$? |
| @@ -15962,7 +14853,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 15962 | 14853 | ||
| 15963 | ac_header_compiler=no | 14854 | ac_header_compiler=no |
| 15964 | fi | 14855 | fi |
| 15965 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 14856 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 15966 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 14857 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 15967 | echo "${ECHO_T}$ac_header_compiler" >&6 | 14858 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 15968 | 14859 | ||
| @@ -15970,6 +14861,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 15970 | echo "$as_me:$LINENO: checking sys/cpustats.h presence" >&5 | 14861 | echo "$as_me:$LINENO: checking sys/cpustats.h presence" >&5 |
| 15971 | echo $ECHO_N "checking sys/cpustats.h presence... $ECHO_C" >&6 | 14862 | echo $ECHO_N "checking sys/cpustats.h presence... $ECHO_C" >&6 |
| 15972 | cat >conftest.$ac_ext <<_ACEOF | 14863 | cat >conftest.$ac_ext <<_ACEOF |
| 14864 | #line $LINENO "configure" | ||
| 15973 | /* confdefs.h. */ | 14865 | /* confdefs.h. */ |
| 15974 | _ACEOF | 14866 | _ACEOF |
| 15975 | cat confdefs.h >>conftest.$ac_ext | 14867 | cat confdefs.h >>conftest.$ac_ext |
| @@ -15987,7 +14879,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 15987 | (exit $ac_status); } >/dev/null; then | 14879 | (exit $ac_status); } >/dev/null; then |
| 15988 | if test -s conftest.err; then | 14880 | if test -s conftest.err; then |
| 15989 | ac_cpp_err=$ac_c_preproc_warn_flag | 14881 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 15990 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 15991 | else | 14882 | else |
| 15992 | ac_cpp_err= | 14883 | ac_cpp_err= |
| 15993 | fi | 14884 | fi |
| @@ -16007,32 +14898,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 16007 | echo "${ECHO_T}$ac_header_preproc" >&6 | 14898 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 16008 | 14899 | ||
| 16009 | # So? What about this header? | 14900 | # So? What about this header? |
| 16010 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 14901 | case $ac_header_compiler:$ac_header_preproc in |
| 16011 | yes:no: ) | 14902 | yes:no ) |
| 16012 | { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&5 | 14903 | { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 16013 | echo "$as_me: WARNING: sys/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | 14904 | echo "$as_me: WARNING: sys/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 16014 | { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: proceeding with the compiler's result" >&5 | 14905 | { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&5 |
| 16015 | echo "$as_me: WARNING: sys/cpustats.h: proceeding with the compiler's result" >&2;} | 14906 | echo "$as_me: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&2;} |
| 16016 | ac_header_preproc=yes | 14907 | ( |
| 14908 | cat <<\_ASBOX | ||
| 14909 | ## ------------------------------------ ## | ||
| 14910 | ## Report this to bug-autoconf@gnu.org. ## | ||
| 14911 | ## ------------------------------------ ## | ||
| 14912 | _ASBOX | ||
| 14913 | ) | | ||
| 14914 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 16017 | ;; | 14915 | ;; |
| 16018 | no:yes:* ) | 14916 | no:yes ) |
| 16019 | { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: present but cannot be compiled" >&5 | 14917 | { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: present but cannot be compiled" >&5 |
| 16020 | echo "$as_me: WARNING: sys/cpustats.h: present but cannot be compiled" >&2;} | 14918 | echo "$as_me: WARNING: sys/cpustats.h: present but cannot be compiled" >&2;} |
| 16021 | { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: check for missing prerequisite headers?" >&5 | 14919 | { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: check for missing prerequisite headers?" >&5 |
| 16022 | echo "$as_me: WARNING: sys/cpustats.h: check for missing prerequisite headers?" >&2;} | 14920 | echo "$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 | ||
| 16024 | echo "$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 | ||
| 16026 | echo "$as_me: WARNING: sys/cpustats.h: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 16027 | { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&5 | 14921 | { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&5 |
| 16028 | echo "$as_me: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&2;} | 14922 | echo "$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 | ||
| 16030 | echo "$as_me: WARNING: sys/cpustats.h: in the future, the compiler will take precedence" >&2;} | ||
| 16031 | ( | 14923 | ( |
| 16032 | cat <<\_ASBOX | 14924 | cat <<\_ASBOX |
| 16033 | ## ------------------------------------------ ## | 14925 | ## ------------------------------------ ## |
| 16034 | ## Report this to the AC_PACKAGE_NAME lists. ## | 14926 | ## Report this to bug-autoconf@gnu.org. ## |
| 16035 | ## ------------------------------------------ ## | 14927 | ## ------------------------------------ ## |
| 16036 | _ASBOX | 14928 | _ASBOX |
| 16037 | ) | | 14929 | ) | |
| 16038 | sed "s/^/$as_me: WARNING: /" >&2 | 14930 | sed "s/^/$as_me: WARNING: /" >&2 |
| @@ -16077,6 +14969,7 @@ else | |||
| 16077 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 14969 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
| 16078 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 14970 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 16079 | cat >conftest.$ac_ext <<_ACEOF | 14971 | cat >conftest.$ac_ext <<_ACEOF |
| 14972 | #line $LINENO "configure" | ||
| 16080 | /* confdefs.h. */ | 14973 | /* confdefs.h. */ |
| 16081 | _ACEOF | 14974 | _ACEOF |
| 16082 | cat confdefs.h >>conftest.$ac_ext | 14975 | cat confdefs.h >>conftest.$ac_ext |
| @@ -16087,20 +14980,11 @@ $ac_includes_default | |||
| 16087 | _ACEOF | 14980 | _ACEOF |
| 16088 | rm -f conftest.$ac_objext | 14981 | rm -f conftest.$ac_objext |
| 16089 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 14982 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 16090 | (eval $ac_compile) 2>conftest.er1 | 14983 | (eval $ac_compile) 2>&5 |
| 16091 | ac_status=$? | 14984 | ac_status=$? |
| 16092 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 16093 | rm -f conftest.er1 | ||
| 16094 | cat conftest.err >&5 | ||
| 16095 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 14985 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 16096 | (exit $ac_status); } && | 14986 | (exit $ac_status); } && |
| 16097 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 14987 | { ac_try='test -s conftest.$ac_objext' |
| 16098 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 16099 | (eval $ac_try) 2>&5 | ||
| 16100 | ac_status=$? | ||
| 16101 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 16102 | (exit $ac_status); }; } && | ||
| 16103 | { ac_try='test -s conftest.$ac_objext' | ||
| 16104 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 14988 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 16105 | (eval $ac_try) 2>&5 | 14989 | (eval $ac_try) 2>&5 |
| 16106 | ac_status=$? | 14990 | ac_status=$? |
| @@ -16113,7 +14997,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 16113 | 14997 | ||
| 16114 | ac_header_compiler=no | 14998 | ac_header_compiler=no |
| 16115 | fi | 14999 | fi |
| 16116 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 15000 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 16117 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 15001 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 16118 | echo "${ECHO_T}$ac_header_compiler" >&6 | 15002 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 16119 | 15003 | ||
| @@ -16121,6 +15005,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 16121 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 15005 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
| 16122 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 15006 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 16123 | cat >conftest.$ac_ext <<_ACEOF | 15007 | cat >conftest.$ac_ext <<_ACEOF |
| 15008 | #line $LINENO "configure" | ||
| 16124 | /* confdefs.h. */ | 15009 | /* confdefs.h. */ |
| 16125 | _ACEOF | 15010 | _ACEOF |
| 16126 | cat confdefs.h >>conftest.$ac_ext | 15011 | cat confdefs.h >>conftest.$ac_ext |
| @@ -16138,7 +15023,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 16138 | (exit $ac_status); } >/dev/null; then | 15023 | (exit $ac_status); } >/dev/null; then |
| 16139 | if test -s conftest.err; then | 15024 | if test -s conftest.err; then |
| 16140 | ac_cpp_err=$ac_c_preproc_warn_flag | 15025 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 16141 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 16142 | else | 15026 | else |
| 16143 | ac_cpp_err= | 15027 | ac_cpp_err= |
| 16144 | fi | 15028 | fi |
| @@ -16158,32 +15042,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 16158 | echo "${ECHO_T}$ac_header_preproc" >&6 | 15042 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 16159 | 15043 | ||
| 16160 | # So? What about this header? | 15044 | # So? What about this header? |
| 16161 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 15045 | case $ac_header_compiler:$ac_header_preproc in |
| 16162 | yes:no: ) | 15046 | yes:no ) |
| 16163 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 15047 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 16164 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 15048 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 16165 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 | 15049 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 16166 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | 15050 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
| 16167 | ac_header_preproc=yes | 15051 | ( |
| 15052 | cat <<\_ASBOX | ||
| 15053 | ## ------------------------------------ ## | ||
| 15054 | ## Report this to bug-autoconf@gnu.org. ## | ||
| 15055 | ## ------------------------------------ ## | ||
| 15056 | _ASBOX | ||
| 15057 | ) | | ||
| 15058 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 16168 | ;; | 15059 | ;; |
| 16169 | no:yes:* ) | 15060 | no:yes ) |
| 16170 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 15061 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| 16171 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 15062 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| 16172 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 15063 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| 16173 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 15064 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| 16174 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | ||
| 16175 | echo "$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 | ||
| 16177 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 16178 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 15065 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 16179 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | 15066 | echo "$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 | ||
| 16181 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | ||
| 16182 | ( | 15067 | ( |
| 16183 | cat <<\_ASBOX | 15068 | cat <<\_ASBOX |
| 16184 | ## ------------------------------------------ ## | 15069 | ## ------------------------------------ ## |
| 16185 | ## Report this to the AC_PACKAGE_NAME lists. ## | 15070 | ## Report this to bug-autoconf@gnu.org. ## |
| 16186 | ## ------------------------------------------ ## | 15071 | ## ------------------------------------ ## |
| 16187 | _ASBOX | 15072 | _ASBOX |
| 16188 | ) | | 15073 | ) | |
| 16189 | sed "s/^/$as_me: WARNING: /" >&2 | 15074 | sed "s/^/$as_me: WARNING: /" >&2 |
| @@ -16194,7 +15079,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |||
| 16194 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | 15079 | if eval "test \"\${$as_ac_Header+set}\" = set"; then |
| 16195 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 15080 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 16196 | else | 15081 | else |
| 16197 | eval "$as_ac_Header=\$ac_header_preproc" | 15082 | eval "$as_ac_Header=$ac_header_preproc" |
| 16198 | fi | 15083 | fi |
| 16199 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | 15084 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
| 16200 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | 15085 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
| @@ -16228,6 +15113,7 @@ else | |||
| 16228 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 15113 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
| 16229 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 15114 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 16230 | cat >conftest.$ac_ext <<_ACEOF | 15115 | cat >conftest.$ac_ext <<_ACEOF |
| 15116 | #line $LINENO "configure" | ||
| 16231 | /* confdefs.h. */ | 15117 | /* confdefs.h. */ |
| 16232 | _ACEOF | 15118 | _ACEOF |
| 16233 | cat confdefs.h >>conftest.$ac_ext | 15119 | cat confdefs.h >>conftest.$ac_ext |
| @@ -16238,20 +15124,11 @@ $ac_includes_default | |||
| 16238 | _ACEOF | 15124 | _ACEOF |
| 16239 | rm -f conftest.$ac_objext | 15125 | rm -f conftest.$ac_objext |
| 16240 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 15126 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 16241 | (eval $ac_compile) 2>conftest.er1 | 15127 | (eval $ac_compile) 2>&5 |
| 16242 | ac_status=$? | 15128 | ac_status=$? |
| 16243 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 16244 | rm -f conftest.er1 | ||
| 16245 | cat conftest.err >&5 | ||
| 16246 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 15129 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 16247 | (exit $ac_status); } && | 15130 | (exit $ac_status); } && |
| 16248 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 15131 | { ac_try='test -s conftest.$ac_objext' |
| 16249 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 16250 | (eval $ac_try) 2>&5 | ||
| 16251 | ac_status=$? | ||
| 16252 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 16253 | (exit $ac_status); }; } && | ||
| 16254 | { ac_try='test -s conftest.$ac_objext' | ||
| 16255 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 15132 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 16256 | (eval $ac_try) 2>&5 | 15133 | (eval $ac_try) 2>&5 |
| 16257 | ac_status=$? | 15134 | ac_status=$? |
| @@ -16264,7 +15141,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 16264 | 15141 | ||
| 16265 | ac_header_compiler=no | 15142 | ac_header_compiler=no |
| 16266 | fi | 15143 | fi |
| 16267 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 15144 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 16268 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 15145 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 16269 | echo "${ECHO_T}$ac_header_compiler" >&6 | 15146 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 16270 | 15147 | ||
| @@ -16272,6 +15149,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 16272 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 15149 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
| 16273 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 15150 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 16274 | cat >conftest.$ac_ext <<_ACEOF | 15151 | cat >conftest.$ac_ext <<_ACEOF |
| 15152 | #line $LINENO "configure" | ||
| 16275 | /* confdefs.h. */ | 15153 | /* confdefs.h. */ |
| 16276 | _ACEOF | 15154 | _ACEOF |
| 16277 | cat confdefs.h >>conftest.$ac_ext | 15155 | cat confdefs.h >>conftest.$ac_ext |
| @@ -16289,7 +15167,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 16289 | (exit $ac_status); } >/dev/null; then | 15167 | (exit $ac_status); } >/dev/null; then |
| 16290 | if test -s conftest.err; then | 15168 | if test -s conftest.err; then |
| 16291 | ac_cpp_err=$ac_c_preproc_warn_flag | 15169 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 16292 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 16293 | else | 15170 | else |
| 16294 | ac_cpp_err= | 15171 | ac_cpp_err= |
| 16295 | fi | 15172 | fi |
| @@ -16309,32 +15186,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 16309 | echo "${ECHO_T}$ac_header_preproc" >&6 | 15186 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 16310 | 15187 | ||
| 16311 | # So? What about this header? | 15188 | # So? What about this header? |
| 16312 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 15189 | case $ac_header_compiler:$ac_header_preproc in |
| 16313 | yes:no: ) | 15190 | yes:no ) |
| 16314 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 15191 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 16315 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 15192 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 16316 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 | 15193 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 16317 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | 15194 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
| 16318 | ac_header_preproc=yes | 15195 | ( |
| 15196 | cat <<\_ASBOX | ||
| 15197 | ## ------------------------------------ ## | ||
| 15198 | ## Report this to bug-autoconf@gnu.org. ## | ||
| 15199 | ## ------------------------------------ ## | ||
| 15200 | _ASBOX | ||
| 15201 | ) | | ||
| 15202 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 16319 | ;; | 15203 | ;; |
| 16320 | no:yes:* ) | 15204 | no:yes ) |
| 16321 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 15205 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| 16322 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 15206 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| 16323 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 15207 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| 16324 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 15208 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| 16325 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | ||
| 16326 | echo "$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 | ||
| 16328 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 16329 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 15209 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 16330 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | 15210 | echo "$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 | ||
| 16332 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | ||
| 16333 | ( | 15211 | ( |
| 16334 | cat <<\_ASBOX | 15212 | cat <<\_ASBOX |
| 16335 | ## ------------------------------------------ ## | 15213 | ## ------------------------------------ ## |
| 16336 | ## Report this to the AC_PACKAGE_NAME lists. ## | 15214 | ## Report this to bug-autoconf@gnu.org. ## |
| 16337 | ## ------------------------------------------ ## | 15215 | ## ------------------------------------ ## |
| 16338 | _ASBOX | 15216 | _ASBOX |
| 16339 | ) | | 15217 | ) | |
| 16340 | sed "s/^/$as_me: WARNING: /" >&2 | 15218 | sed "s/^/$as_me: WARNING: /" >&2 |
| @@ -16345,7 +15223,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |||
| 16345 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | 15223 | if eval "test \"\${$as_ac_Header+set}\" = set"; then |
| 16346 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 15224 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 16347 | else | 15225 | else |
| 16348 | eval "$as_ac_Header=\$ac_header_preproc" | 15226 | eval "$as_ac_Header=$ac_header_preproc" |
| 16349 | fi | 15227 | fi |
| 16350 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | 15228 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
| 16351 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | 15229 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
| @@ -16361,6 +15239,7 @@ if test "${ac_cv_member_struct_nlist_n_un_n_name+set}" = set; then | |||
| 16361 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 15239 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 16362 | else | 15240 | else |
| 16363 | cat >conftest.$ac_ext <<_ACEOF | 15241 | cat >conftest.$ac_ext <<_ACEOF |
| 15242 | #line $LINENO "configure" | ||
| 16364 | /* confdefs.h. */ | 15243 | /* confdefs.h. */ |
| 16365 | _ACEOF | 15244 | _ACEOF |
| 16366 | cat confdefs.h >>conftest.$ac_ext | 15245 | cat confdefs.h >>conftest.$ac_ext |
| @@ -16380,20 +15259,11 @@ return 0; | |||
| 16380 | _ACEOF | 15259 | _ACEOF |
| 16381 | rm -f conftest.$ac_objext | 15260 | rm -f conftest.$ac_objext |
| 16382 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 15261 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 16383 | (eval $ac_compile) 2>conftest.er1 | 15262 | (eval $ac_compile) 2>&5 |
| 16384 | ac_status=$? | 15263 | ac_status=$? |
| 16385 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 16386 | rm -f conftest.er1 | ||
| 16387 | cat conftest.err >&5 | ||
| 16388 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 15264 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 16389 | (exit $ac_status); } && | 15265 | (exit $ac_status); } && |
| 16390 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 15266 | { ac_try='test -s conftest.$ac_objext' |
| 16391 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 16392 | (eval $ac_try) 2>&5 | ||
| 16393 | ac_status=$? | ||
| 16394 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 16395 | (exit $ac_status); }; } && | ||
| 16396 | { ac_try='test -s conftest.$ac_objext' | ||
| 16397 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 15267 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 16398 | (eval $ac_try) 2>&5 | 15268 | (eval $ac_try) 2>&5 |
| 16399 | ac_status=$? | 15269 | ac_status=$? |
| @@ -16405,6 +15275,7 @@ else | |||
| 16405 | sed 's/^/| /' conftest.$ac_ext >&5 | 15275 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 16406 | 15276 | ||
| 16407 | cat >conftest.$ac_ext <<_ACEOF | 15277 | cat >conftest.$ac_ext <<_ACEOF |
| 15278 | #line $LINENO "configure" | ||
| 16408 | /* confdefs.h. */ | 15279 | /* confdefs.h. */ |
| 16409 | _ACEOF | 15280 | _ACEOF |
| 16410 | cat confdefs.h >>conftest.$ac_ext | 15281 | cat confdefs.h >>conftest.$ac_ext |
| @@ -16424,20 +15295,11 @@ return 0; | |||
| 16424 | _ACEOF | 15295 | _ACEOF |
| 16425 | rm -f conftest.$ac_objext | 15296 | rm -f conftest.$ac_objext |
| 16426 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 15297 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 16427 | (eval $ac_compile) 2>conftest.er1 | 15298 | (eval $ac_compile) 2>&5 |
| 16428 | ac_status=$? | 15299 | ac_status=$? |
| 16429 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 16430 | rm -f conftest.er1 | ||
| 16431 | cat conftest.err >&5 | ||
| 16432 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 15300 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 16433 | (exit $ac_status); } && | 15301 | (exit $ac_status); } && |
| 16434 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 15302 | { ac_try='test -s conftest.$ac_objext' |
| 16435 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 16436 | (eval $ac_try) 2>&5 | ||
| 16437 | ac_status=$? | ||
| 16438 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 16439 | (exit $ac_status); }; } && | ||
| 16440 | { ac_try='test -s conftest.$ac_objext' | ||
| 16441 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 15303 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 16442 | (eval $ac_try) 2>&5 | 15304 | (eval $ac_try) 2>&5 |
| 16443 | ac_status=$? | 15305 | ac_status=$? |
| @@ -16450,9 +15312,9 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 16450 | 15312 | ||
| 16451 | ac_cv_member_struct_nlist_n_un_n_name=no | 15313 | ac_cv_member_struct_nlist_n_un_n_name=no |
| 16452 | fi | 15314 | fi |
| 16453 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 15315 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 16454 | fi | 15316 | fi |
| 16455 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 15317 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 16456 | fi | 15318 | fi |
| 16457 | echo "$as_me:$LINENO: result: $ac_cv_member_struct_nlist_n_un_n_name" >&5 | 15319 | echo "$as_me:$LINENO: result: $ac_cv_member_struct_nlist_n_un_n_name" >&5 |
| 16458 | echo "${ECHO_T}$ac_cv_member_struct_nlist_n_un_n_name" >&6 | 15320 | echo "${ECHO_T}$ac_cv_member_struct_nlist_n_un_n_name" >&6 |
| @@ -16485,6 +15347,7 @@ if test "${ac_cv_func_getloadavg_setgid+set}" = set; then | |||
| 16485 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 15347 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 16486 | else | 15348 | else |
| 16487 | cat >conftest.$ac_ext <<_ACEOF | 15349 | cat >conftest.$ac_ext <<_ACEOF |
| 15350 | #line $LINENO "configure" | ||
| 16488 | /* confdefs.h. */ | 15351 | /* confdefs.h. */ |
| 16489 | _ACEOF | 15352 | _ACEOF |
| 16490 | cat confdefs.h >>conftest.$ac_ext | 15353 | cat confdefs.h >>conftest.$ac_ext |
| @@ -16528,7 +15391,7 @@ else | |||
| 16528 | # If we got an error (system does not support symlinks), try without -L. | 15391 | # If we got an error (system does not support symlinks), try without -L. |
| 16529 | test -z "$ac_ls_output" && ac_ls_output=`ls -lg /dev/kmem` | 15392 | test -z "$ac_ls_output" && ac_ls_output=`ls -lg /dev/kmem` |
| 16530 | ac_cv_group_kmem=`echo $ac_ls_output \ | 15393 | ac_cv_group_kmem=`echo $ac_ls_output \ |
| 16531 | | sed -ne 's/[ ][ ]*/ /g; | 15394 | | sed -ne 's/[ ][ ]*/ /g; |
| 16532 | s/^.[sSrwx-]* *[0-9]* *\([^0-9]*\) *.*/\1/; | 15395 | s/^.[sSrwx-]* *[0-9]* *\([^0-9]*\) *.*/\1/; |
| 16533 | / /s/.* //;p;'` | 15396 | / /s/.* //;p;'` |
| 16534 | 15397 | ||
| @@ -16554,6 +15417,7 @@ else | |||
| 16554 | while :; do | 15417 | while :; do |
| 16555 | ac_cv_sys_largefile_source=no | 15418 | ac_cv_sys_largefile_source=no |
| 16556 | cat >conftest.$ac_ext <<_ACEOF | 15419 | cat >conftest.$ac_ext <<_ACEOF |
| 15420 | #line $LINENO "configure" | ||
| 16557 | /* confdefs.h. */ | 15421 | /* confdefs.h. */ |
| 16558 | _ACEOF | 15422 | _ACEOF |
| 16559 | cat confdefs.h >>conftest.$ac_ext | 15423 | cat confdefs.h >>conftest.$ac_ext |
| @@ -16570,20 +15434,11 @@ return !fseeko; | |||
| 16570 | _ACEOF | 15434 | _ACEOF |
| 16571 | rm -f conftest.$ac_objext | 15435 | rm -f conftest.$ac_objext |
| 16572 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 15436 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 16573 | (eval $ac_compile) 2>conftest.er1 | 15437 | (eval $ac_compile) 2>&5 |
| 16574 | ac_status=$? | 15438 | ac_status=$? |
| 16575 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 16576 | rm -f conftest.er1 | ||
| 16577 | cat conftest.err >&5 | ||
| 16578 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 15439 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 16579 | (exit $ac_status); } && | 15440 | (exit $ac_status); } && |
| 16580 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 15441 | { ac_try='test -s conftest.$ac_objext' |
| 16581 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 16582 | (eval $ac_try) 2>&5 | ||
| 16583 | ac_status=$? | ||
| 16584 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 16585 | (exit $ac_status); }; } && | ||
| 16586 | { ac_try='test -s conftest.$ac_objext' | ||
| 16587 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 15442 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 16588 | (eval $ac_try) 2>&5 | 15443 | (eval $ac_try) 2>&5 |
| 16589 | ac_status=$? | 15444 | ac_status=$? |
| @@ -16595,8 +15450,9 @@ else | |||
| 16595 | sed 's/^/| /' conftest.$ac_ext >&5 | 15450 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 16596 | 15451 | ||
| 16597 | fi | 15452 | fi |
| 16598 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 15453 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 16599 | cat >conftest.$ac_ext <<_ACEOF | 15454 | cat >conftest.$ac_ext <<_ACEOF |
| 15455 | #line $LINENO "configure" | ||
| 16600 | /* confdefs.h. */ | 15456 | /* confdefs.h. */ |
| 16601 | _ACEOF | 15457 | _ACEOF |
| 16602 | cat confdefs.h >>conftest.$ac_ext | 15458 | cat confdefs.h >>conftest.$ac_ext |
| @@ -16614,20 +15470,11 @@ return !fseeko; | |||
| 16614 | _ACEOF | 15470 | _ACEOF |
| 16615 | rm -f conftest.$ac_objext | 15471 | rm -f conftest.$ac_objext |
| 16616 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 15472 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 16617 | (eval $ac_compile) 2>conftest.er1 | 15473 | (eval $ac_compile) 2>&5 |
| 16618 | ac_status=$? | 15474 | ac_status=$? |
| 16619 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 16620 | rm -f conftest.er1 | ||
| 16621 | cat conftest.err >&5 | ||
| 16622 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 15475 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 16623 | (exit $ac_status); } && | 15476 | (exit $ac_status); } && |
| 16624 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 15477 | { ac_try='test -s conftest.$ac_objext' |
| 16625 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 16626 | (eval $ac_try) 2>&5 | ||
| 16627 | ac_status=$? | ||
| 16628 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 16629 | (exit $ac_status); }; } && | ||
| 16630 | { ac_try='test -s conftest.$ac_objext' | ||
| 16631 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 15478 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 16632 | (eval $ac_try) 2>&5 | 15479 | (eval $ac_try) 2>&5 |
| 16633 | ac_status=$? | 15480 | ac_status=$? |
| @@ -16639,7 +15486,7 @@ else | |||
| 16639 | sed 's/^/| /' conftest.$ac_ext >&5 | 15486 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 16640 | 15487 | ||
| 16641 | fi | 15488 | fi |
| 16642 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 15489 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 16643 | break | 15490 | break |
| 16644 | done | 15491 | done |
| 16645 | fi | 15492 | fi |
| @@ -16663,6 +15510,7 @@ if test "${ac_cv_func_fseeko+set}" = set; then | |||
| 16663 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 15510 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 16664 | else | 15511 | else |
| 16665 | cat >conftest.$ac_ext <<_ACEOF | 15512 | cat >conftest.$ac_ext <<_ACEOF |
| 15513 | #line $LINENO "configure" | ||
| 16666 | /* confdefs.h. */ | 15514 | /* confdefs.h. */ |
| 16667 | _ACEOF | 15515 | _ACEOF |
| 16668 | cat confdefs.h >>conftest.$ac_ext | 15516 | cat confdefs.h >>conftest.$ac_ext |
| @@ -16679,20 +15527,11 @@ return fseeko && fseeko (stdin, 0, 0); | |||
| 16679 | _ACEOF | 15527 | _ACEOF |
| 16680 | rm -f conftest.$ac_objext conftest$ac_exeext | 15528 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 16681 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 15529 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 16682 | (eval $ac_link) 2>conftest.er1 | 15530 | (eval $ac_link) 2>&5 |
| 16683 | ac_status=$? | 15531 | ac_status=$? |
| 16684 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 16685 | rm -f conftest.er1 | ||
| 16686 | cat conftest.err >&5 | ||
| 16687 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 15532 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 16688 | (exit $ac_status); } && | 15533 | (exit $ac_status); } && |
| 16689 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 15534 | { ac_try='test -s conftest$ac_exeext' |
| 16690 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 16691 | (eval $ac_try) 2>&5 | ||
| 16692 | ac_status=$? | ||
| 16693 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 16694 | (exit $ac_status); }; } && | ||
| 16695 | { ac_try='test -s conftest$ac_exeext' | ||
| 16696 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 15535 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 16697 | (eval $ac_try) 2>&5 | 15536 | (eval $ac_try) 2>&5 |
| 16698 | ac_status=$? | 15537 | ac_status=$? |
| @@ -16705,8 +15544,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 16705 | 15544 | ||
| 16706 | ac_cv_func_fseeko=no | 15545 | ac_cv_func_fseeko=no |
| 16707 | fi | 15546 | fi |
| 16708 | rm -f conftest.err conftest.$ac_objext \ | 15547 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 16709 | conftest$ac_exeext conftest.$ac_ext | ||
| 16710 | fi | 15548 | fi |
| 16711 | echo "$as_me:$LINENO: result: $ac_cv_func_fseeko" >&5 | 15549 | echo "$as_me:$LINENO: result: $ac_cv_func_fseeko" >&5 |
| 16712 | echo "${ECHO_T}$ac_cv_func_fseeko" >&6 | 15550 | echo "${ECHO_T}$ac_cv_func_fseeko" >&6 |
| @@ -16726,6 +15564,7 @@ if test "${ac_cv_func_getpgrp_void+set}" = set; then | |||
| 16726 | else | 15564 | else |
| 16727 | # Use it with a single arg. | 15565 | # Use it with a single arg. |
| 16728 | cat >conftest.$ac_ext <<_ACEOF | 15566 | cat >conftest.$ac_ext <<_ACEOF |
| 15567 | #line $LINENO "configure" | ||
| 16729 | /* confdefs.h. */ | 15568 | /* confdefs.h. */ |
| 16730 | _ACEOF | 15569 | _ACEOF |
| 16731 | cat confdefs.h >>conftest.$ac_ext | 15570 | cat confdefs.h >>conftest.$ac_ext |
| @@ -16742,20 +15581,11 @@ getpgrp (0); | |||
| 16742 | _ACEOF | 15581 | _ACEOF |
| 16743 | rm -f conftest.$ac_objext | 15582 | rm -f conftest.$ac_objext |
| 16744 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 15583 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 16745 | (eval $ac_compile) 2>conftest.er1 | 15584 | (eval $ac_compile) 2>&5 |
| 16746 | ac_status=$? | 15585 | ac_status=$? |
| 16747 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 16748 | rm -f conftest.er1 | ||
| 16749 | cat conftest.err >&5 | ||
| 16750 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 15586 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 16751 | (exit $ac_status); } && | 15587 | (exit $ac_status); } && |
| 16752 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 15588 | { ac_try='test -s conftest.$ac_objext' |
| 16753 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 16754 | (eval $ac_try) 2>&5 | ||
| 16755 | ac_status=$? | ||
| 16756 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 16757 | (exit $ac_status); }; } && | ||
| 16758 | { ac_try='test -s conftest.$ac_objext' | ||
| 16759 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 15589 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 16760 | (eval $ac_try) 2>&5 | 15590 | (eval $ac_try) 2>&5 |
| 16761 | ac_status=$? | 15591 | ac_status=$? |
| @@ -16768,7 +15598,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 16768 | 15598 | ||
| 16769 | ac_cv_func_getpgrp_void=yes | 15599 | ac_cv_func_getpgrp_void=yes |
| 16770 | fi | 15600 | fi |
| 16771 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 15601 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 16772 | 15602 | ||
| 16773 | fi | 15603 | fi |
| 16774 | echo "$as_me:$LINENO: result: $ac_cv_func_getpgrp_void" >&5 | 15604 | echo "$as_me:$LINENO: result: $ac_cv_func_getpgrp_void" >&5 |
| @@ -16792,28 +15622,21 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then | |||
| 16792 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 15622 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 16793 | else | 15623 | else |
| 16794 | cat >conftest.$ac_ext <<_ACEOF | 15624 | cat >conftest.$ac_ext <<_ACEOF |
| 15625 | #line $LINENO "configure" | ||
| 16795 | /* confdefs.h. */ | 15626 | /* confdefs.h. */ |
| 16796 | _ACEOF | 15627 | _ACEOF |
| 16797 | cat confdefs.h >>conftest.$ac_ext | 15628 | cat confdefs.h >>conftest.$ac_ext |
| 16798 | cat >>conftest.$ac_ext <<_ACEOF | 15629 | cat >>conftest.$ac_ext <<_ACEOF |
| 16799 | /* end confdefs.h. */ | 15630 | /* end confdefs.h. */ |
| 16800 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. | ||
| 16801 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | ||
| 16802 | #define $ac_func innocuous_$ac_func | ||
| 16803 | |||
| 16804 | /* System header to define __stub macros and hopefully few prototypes, | 15631 | /* System header to define __stub macros and hopefully few prototypes, |
| 16805 | which can conflict with char $ac_func (); below. | 15632 | which can conflict with char $ac_func (); below. |
| 16806 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | 15633 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 16807 | <limits.h> exists even on freestanding compilers. */ | 15634 | <limits.h> exists even on freestanding compilers. */ |
| 16808 | |||
| 16809 | #ifdef __STDC__ | 15635 | #ifdef __STDC__ |
| 16810 | # include <limits.h> | 15636 | # include <limits.h> |
| 16811 | #else | 15637 | #else |
| 16812 | # include <assert.h> | 15638 | # include <assert.h> |
| 16813 | #endif | 15639 | #endif |
| 16814 | |||
| 16815 | #undef $ac_func | ||
| 16816 | |||
| 16817 | /* Override any gcc2 internal prototype to avoid an error. */ | 15640 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 16818 | #ifdef __cplusplus | 15641 | #ifdef __cplusplus |
| 16819 | extern "C" | 15642 | extern "C" |
| @@ -16844,20 +15667,11 @@ return f != $ac_func; | |||
| 16844 | _ACEOF | 15667 | _ACEOF |
| 16845 | rm -f conftest.$ac_objext conftest$ac_exeext | 15668 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 16846 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 15669 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 16847 | (eval $ac_link) 2>conftest.er1 | 15670 | (eval $ac_link) 2>&5 |
| 16848 | ac_status=$? | 15671 | ac_status=$? |
| 16849 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 16850 | rm -f conftest.er1 | ||
| 16851 | cat conftest.err >&5 | ||
| 16852 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 15672 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 16853 | (exit $ac_status); } && | 15673 | (exit $ac_status); } && |
| 16854 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 15674 | { ac_try='test -s conftest$ac_exeext' |
| 16855 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 16856 | (eval $ac_try) 2>&5 | ||
| 16857 | ac_status=$? | ||
| 16858 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 16859 | (exit $ac_status); }; } && | ||
| 16860 | { ac_try='test -s conftest$ac_exeext' | ||
| 16861 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 15675 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 16862 | (eval $ac_try) 2>&5 | 15676 | (eval $ac_try) 2>&5 |
| 16863 | ac_status=$? | 15677 | ac_status=$? |
| @@ -16870,8 +15684,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 16870 | 15684 | ||
| 16871 | eval "$as_ac_var=no" | 15685 | eval "$as_ac_var=no" |
| 16872 | fi | 15686 | fi |
| 16873 | rm -f conftest.err conftest.$ac_objext \ | 15687 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 16874 | conftest$ac_exeext conftest.$ac_ext | ||
| 16875 | fi | 15688 | fi |
| 16876 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | 15689 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 |
| 16877 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | 15690 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
| @@ -16890,6 +15703,7 @@ else | |||
| 16890 | ac_check_lib_save_LIBS=$LIBS | 15703 | ac_check_lib_save_LIBS=$LIBS |
| 16891 | LIBS="-lintl $LIBS" | 15704 | LIBS="-lintl $LIBS" |
| 16892 | cat >conftest.$ac_ext <<_ACEOF | 15705 | cat >conftest.$ac_ext <<_ACEOF |
| 15706 | #line $LINENO "configure" | ||
| 16893 | /* confdefs.h. */ | 15707 | /* confdefs.h. */ |
| 16894 | _ACEOF | 15708 | _ACEOF |
| 16895 | cat confdefs.h >>conftest.$ac_ext | 15709 | cat confdefs.h >>conftest.$ac_ext |
| @@ -16913,20 +15727,11 @@ strftime (); | |||
| 16913 | _ACEOF | 15727 | _ACEOF |
| 16914 | rm -f conftest.$ac_objext conftest$ac_exeext | 15728 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 16915 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 15729 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 16916 | (eval $ac_link) 2>conftest.er1 | 15730 | (eval $ac_link) 2>&5 |
| 16917 | ac_status=$? | 15731 | ac_status=$? |
| 16918 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 16919 | rm -f conftest.er1 | ||
| 16920 | cat conftest.err >&5 | ||
| 16921 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 15732 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 16922 | (exit $ac_status); } && | 15733 | (exit $ac_status); } && |
| 16923 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 15734 | { ac_try='test -s conftest$ac_exeext' |
| 16924 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 16925 | (eval $ac_try) 2>&5 | ||
| 16926 | ac_status=$? | ||
| 16927 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 16928 | (exit $ac_status); }; } && | ||
| 16929 | { ac_try='test -s conftest$ac_exeext' | ||
| 16930 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 15735 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 16931 | (eval $ac_try) 2>&5 | 15736 | (eval $ac_try) 2>&5 |
| 16932 | ac_status=$? | 15737 | ac_status=$? |
| @@ -16939,8 +15744,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 16939 | 15744 | ||
| 16940 | ac_cv_lib_intl_strftime=no | 15745 | ac_cv_lib_intl_strftime=no |
| 16941 | fi | 15746 | fi |
| 16942 | rm -f conftest.err conftest.$ac_objext \ | 15747 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 16943 | conftest$ac_exeext conftest.$ac_ext | ||
| 16944 | LIBS=$ac_check_lib_save_LIBS | 15748 | LIBS=$ac_check_lib_save_LIBS |
| 16945 | fi | 15749 | fi |
| 16946 | echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5 | 15750 | echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5 |
| @@ -16968,28 +15772,21 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then | |||
| 16968 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 15772 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 16969 | else | 15773 | else |
| 16970 | cat >conftest.$ac_ext <<_ACEOF | 15774 | cat >conftest.$ac_ext <<_ACEOF |
| 15775 | #line $LINENO "configure" | ||
| 16971 | /* confdefs.h. */ | 15776 | /* confdefs.h. */ |
| 16972 | _ACEOF | 15777 | _ACEOF |
| 16973 | cat confdefs.h >>conftest.$ac_ext | 15778 | cat confdefs.h >>conftest.$ac_ext |
| 16974 | cat >>conftest.$ac_ext <<_ACEOF | 15779 | cat >>conftest.$ac_ext <<_ACEOF |
| 16975 | /* end confdefs.h. */ | 15780 | /* end confdefs.h. */ |
| 16976 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. | ||
| 16977 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | ||
| 16978 | #define $ac_func innocuous_$ac_func | ||
| 16979 | |||
| 16980 | /* System header to define __stub macros and hopefully few prototypes, | 15781 | /* System header to define __stub macros and hopefully few prototypes, |
| 16981 | which can conflict with char $ac_func (); below. | 15782 | which can conflict with char $ac_func (); below. |
| 16982 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | 15783 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 16983 | <limits.h> exists even on freestanding compilers. */ | 15784 | <limits.h> exists even on freestanding compilers. */ |
| 16984 | |||
| 16985 | #ifdef __STDC__ | 15785 | #ifdef __STDC__ |
| 16986 | # include <limits.h> | 15786 | # include <limits.h> |
| 16987 | #else | 15787 | #else |
| 16988 | # include <assert.h> | 15788 | # include <assert.h> |
| 16989 | #endif | 15789 | #endif |
| 16990 | |||
| 16991 | #undef $ac_func | ||
| 16992 | |||
| 16993 | /* Override any gcc2 internal prototype to avoid an error. */ | 15790 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 16994 | #ifdef __cplusplus | 15791 | #ifdef __cplusplus |
| 16995 | extern "C" | 15792 | extern "C" |
| @@ -17020,20 +15817,11 @@ return f != $ac_func; | |||
| 17020 | _ACEOF | 15817 | _ACEOF |
| 17021 | rm -f conftest.$ac_objext conftest$ac_exeext | 15818 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 17022 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 15819 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 17023 | (eval $ac_link) 2>conftest.er1 | 15820 | (eval $ac_link) 2>&5 |
| 17024 | ac_status=$? | 15821 | ac_status=$? |
| 17025 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 17026 | rm -f conftest.er1 | ||
| 17027 | cat conftest.err >&5 | ||
| 17028 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 15822 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 17029 | (exit $ac_status); } && | 15823 | (exit $ac_status); } && |
| 17030 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 15824 | { ac_try='test -s conftest$ac_exeext' |
| 17031 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 17032 | (eval $ac_try) 2>&5 | ||
| 17033 | ac_status=$? | ||
| 17034 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 17035 | (exit $ac_status); }; } && | ||
| 17036 | { ac_try='test -s conftest$ac_exeext' | ||
| 17037 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 15825 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 17038 | (eval $ac_try) 2>&5 | 15826 | (eval $ac_try) 2>&5 |
| 17039 | ac_status=$? | 15827 | ac_status=$? |
| @@ -17046,8 +15834,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 17046 | 15834 | ||
| 17047 | eval "$as_ac_var=no" | 15835 | eval "$as_ac_var=no" |
| 17048 | fi | 15836 | fi |
| 17049 | rm -f conftest.err conftest.$ac_objext \ | 15837 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 17050 | conftest$ac_exeext conftest.$ac_ext | ||
| 17051 | fi | 15838 | fi |
| 17052 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | 15839 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 |
| 17053 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | 15840 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
| @@ -17071,28 +15858,21 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then | |||
| 17071 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 15858 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 17072 | else | 15859 | else |
| 17073 | cat >conftest.$ac_ext <<_ACEOF | 15860 | cat >conftest.$ac_ext <<_ACEOF |
| 15861 | #line $LINENO "configure" | ||
| 17074 | /* confdefs.h. */ | 15862 | /* confdefs.h. */ |
| 17075 | _ACEOF | 15863 | _ACEOF |
| 17076 | cat confdefs.h >>conftest.$ac_ext | 15864 | cat confdefs.h >>conftest.$ac_ext |
| 17077 | cat >>conftest.$ac_ext <<_ACEOF | 15865 | cat >>conftest.$ac_ext <<_ACEOF |
| 17078 | /* end confdefs.h. */ | 15866 | /* end confdefs.h. */ |
| 17079 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. | ||
| 17080 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | ||
| 17081 | #define $ac_func innocuous_$ac_func | ||
| 17082 | |||
| 17083 | /* System header to define __stub macros and hopefully few prototypes, | 15867 | /* System header to define __stub macros and hopefully few prototypes, |
| 17084 | which can conflict with char $ac_func (); below. | 15868 | which can conflict with char $ac_func (); below. |
| 17085 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | 15869 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 17086 | <limits.h> exists even on freestanding compilers. */ | 15870 | <limits.h> exists even on freestanding compilers. */ |
| 17087 | |||
| 17088 | #ifdef __STDC__ | 15871 | #ifdef __STDC__ |
| 17089 | # include <limits.h> | 15872 | # include <limits.h> |
| 17090 | #else | 15873 | #else |
| 17091 | # include <assert.h> | 15874 | # include <assert.h> |
| 17092 | #endif | 15875 | #endif |
| 17093 | |||
| 17094 | #undef $ac_func | ||
| 17095 | |||
| 17096 | /* Override any gcc2 internal prototype to avoid an error. */ | 15876 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 17097 | #ifdef __cplusplus | 15877 | #ifdef __cplusplus |
| 17098 | extern "C" | 15878 | extern "C" |
| @@ -17123,20 +15903,11 @@ return f != $ac_func; | |||
| 17123 | _ACEOF | 15903 | _ACEOF |
| 17124 | rm -f conftest.$ac_objext conftest$ac_exeext | 15904 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 17125 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 15905 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 17126 | (eval $ac_link) 2>conftest.er1 | 15906 | (eval $ac_link) 2>&5 |
| 17127 | ac_status=$? | 15907 | ac_status=$? |
| 17128 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 17129 | rm -f conftest.er1 | ||
| 17130 | cat conftest.err >&5 | ||
| 17131 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 15908 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 17132 | (exit $ac_status); } && | 15909 | (exit $ac_status); } && |
| 17133 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 15910 | { ac_try='test -s conftest$ac_exeext' |
| 17134 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 17135 | (eval $ac_try) 2>&5 | ||
| 17136 | ac_status=$? | ||
| 17137 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 17138 | (exit $ac_status); }; } && | ||
| 17139 | { ac_try='test -s conftest$ac_exeext' | ||
| 17140 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 15911 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 17141 | (eval $ac_try) 2>&5 | 15912 | (eval $ac_try) 2>&5 |
| 17142 | ac_status=$? | 15913 | ac_status=$? |
| @@ -17149,8 +15920,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 17149 | 15920 | ||
| 17150 | eval "$as_ac_var=no" | 15921 | eval "$as_ac_var=no" |
| 17151 | fi | 15922 | fi |
| 17152 | rm -f conftest.err conftest.$ac_objext \ | 15923 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 17153 | conftest$ac_exeext conftest.$ac_ext | ||
| 17154 | fi | 15924 | fi |
| 17155 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | 15925 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 |
| 17156 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | 15926 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
| @@ -17176,6 +15946,7 @@ else | |||
| 17176 | ac_check_lib_save_LIBS=$LIBS | 15946 | ac_check_lib_save_LIBS=$LIBS |
| 17177 | LIBS="-lncurses $LIBS" | 15947 | LIBS="-lncurses $LIBS" |
| 17178 | cat >conftest.$ac_ext <<_ACEOF | 15948 | cat >conftest.$ac_ext <<_ACEOF |
| 15949 | #line $LINENO "configure" | ||
| 17179 | /* confdefs.h. */ | 15950 | /* confdefs.h. */ |
| 17180 | _ACEOF | 15951 | _ACEOF |
| 17181 | cat confdefs.h >>conftest.$ac_ext | 15952 | cat confdefs.h >>conftest.$ac_ext |
| @@ -17199,20 +15970,11 @@ tparm (); | |||
| 17199 | _ACEOF | 15970 | _ACEOF |
| 17200 | rm -f conftest.$ac_objext conftest$ac_exeext | 15971 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 17201 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 15972 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 17202 | (eval $ac_link) 2>conftest.er1 | 15973 | (eval $ac_link) 2>&5 |
| 17203 | ac_status=$? | 15974 | ac_status=$? |
| 17204 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 17205 | rm -f conftest.er1 | ||
| 17206 | cat conftest.err >&5 | ||
| 17207 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 15975 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 17208 | (exit $ac_status); } && | 15976 | (exit $ac_status); } && |
| 17209 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 15977 | { ac_try='test -s conftest$ac_exeext' |
| 17210 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 17211 | (eval $ac_try) 2>&5 | ||
| 17212 | ac_status=$? | ||
| 17213 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 17214 | (exit $ac_status); }; } && | ||
| 17215 | { ac_try='test -s conftest$ac_exeext' | ||
| 17216 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 15978 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 17217 | (eval $ac_try) 2>&5 | 15979 | (eval $ac_try) 2>&5 |
| 17218 | ac_status=$? | 15980 | ac_status=$? |
| @@ -17225,8 +15987,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 17225 | 15987 | ||
| 17226 | ac_cv_lib_ncurses_tparm=no | 15988 | ac_cv_lib_ncurses_tparm=no |
| 17227 | fi | 15989 | fi |
| 17228 | rm -f conftest.err conftest.$ac_objext \ | 15990 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 17229 | conftest$ac_exeext conftest.$ac_ext | ||
| 17230 | LIBS=$ac_check_lib_save_LIBS | 15991 | LIBS=$ac_check_lib_save_LIBS |
| 17231 | fi | 15992 | fi |
| 17232 | echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_tparm" >&5 | 15993 | echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_tparm" >&5 |
| @@ -17251,28 +16012,21 @@ if test "${ac_cv_func_res_send+set}" = set; then | |||
| 17251 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 16012 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 17252 | else | 16013 | else |
| 17253 | cat >conftest.$ac_ext <<_ACEOF | 16014 | cat >conftest.$ac_ext <<_ACEOF |
| 16015 | #line $LINENO "configure" | ||
| 17254 | /* confdefs.h. */ | 16016 | /* confdefs.h. */ |
| 17255 | _ACEOF | 16017 | _ACEOF |
| 17256 | cat confdefs.h >>conftest.$ac_ext | 16018 | cat confdefs.h >>conftest.$ac_ext |
| 17257 | cat >>conftest.$ac_ext <<_ACEOF | 16019 | cat >>conftest.$ac_ext <<_ACEOF |
| 17258 | /* end confdefs.h. */ | 16020 | /* end confdefs.h. */ |
| 17259 | /* Define res_send to an innocuous variant, in case <limits.h> declares res_send. | ||
| 17260 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | ||
| 17261 | #define res_send innocuous_res_send | ||
| 17262 | |||
| 17263 | /* System header to define __stub macros and hopefully few prototypes, | 16021 | /* System header to define __stub macros and hopefully few prototypes, |
| 17264 | which can conflict with char res_send (); below. | 16022 | which can conflict with char res_send (); below. |
| 17265 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | 16023 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 17266 | <limits.h> exists even on freestanding compilers. */ | 16024 | <limits.h> exists even on freestanding compilers. */ |
| 17267 | |||
| 17268 | #ifdef __STDC__ | 16025 | #ifdef __STDC__ |
| 17269 | # include <limits.h> | 16026 | # include <limits.h> |
| 17270 | #else | 16027 | #else |
| 17271 | # include <assert.h> | 16028 | # include <assert.h> |
| 17272 | #endif | 16029 | #endif |
| 17273 | |||
| 17274 | #undef res_send | ||
| 17275 | |||
| 17276 | /* Override any gcc2 internal prototype to avoid an error. */ | 16030 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 17277 | #ifdef __cplusplus | 16031 | #ifdef __cplusplus |
| 17278 | extern "C" | 16032 | extern "C" |
| @@ -17303,20 +16057,11 @@ return f != res_send; | |||
| 17303 | _ACEOF | 16057 | _ACEOF |
| 17304 | rm -f conftest.$ac_objext conftest$ac_exeext | 16058 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 17305 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 16059 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 17306 | (eval $ac_link) 2>conftest.er1 | 16060 | (eval $ac_link) 2>&5 |
| 17307 | ac_status=$? | 16061 | ac_status=$? |
| 17308 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 17309 | rm -f conftest.er1 | ||
| 17310 | cat conftest.err >&5 | ||
| 17311 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16062 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 17312 | (exit $ac_status); } && | 16063 | (exit $ac_status); } && |
| 17313 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 16064 | { ac_try='test -s conftest$ac_exeext' |
| 17314 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 17315 | (eval $ac_try) 2>&5 | ||
| 17316 | ac_status=$? | ||
| 17317 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 17318 | (exit $ac_status); }; } && | ||
| 17319 | { ac_try='test -s conftest$ac_exeext' | ||
| 17320 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 16065 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 17321 | (eval $ac_try) 2>&5 | 16066 | (eval $ac_try) 2>&5 |
| 17322 | ac_status=$? | 16067 | ac_status=$? |
| @@ -17329,8 +16074,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 17329 | 16074 | ||
| 17330 | ac_cv_func_res_send=no | 16075 | ac_cv_func_res_send=no |
| 17331 | fi | 16076 | fi |
| 17332 | rm -f conftest.err conftest.$ac_objext \ | 16077 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 17333 | conftest$ac_exeext conftest.$ac_ext | ||
| 17334 | fi | 16078 | fi |
| 17335 | echo "$as_me:$LINENO: result: $ac_cv_func_res_send" >&5 | 16079 | echo "$as_me:$LINENO: result: $ac_cv_func_res_send" >&5 |
| 17336 | echo "${ECHO_T}$ac_cv_func_res_send" >&6 | 16080 | echo "${ECHO_T}$ac_cv_func_res_send" >&6 |
| @@ -17343,28 +16087,21 @@ if test "${ac_cv_func___res_send+set}" = set; then | |||
| 17343 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 16087 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 17344 | else | 16088 | else |
| 17345 | cat >conftest.$ac_ext <<_ACEOF | 16089 | cat >conftest.$ac_ext <<_ACEOF |
| 16090 | #line $LINENO "configure" | ||
| 17346 | /* confdefs.h. */ | 16091 | /* confdefs.h. */ |
| 17347 | _ACEOF | 16092 | _ACEOF |
| 17348 | cat confdefs.h >>conftest.$ac_ext | 16093 | cat confdefs.h >>conftest.$ac_ext |
| 17349 | cat >>conftest.$ac_ext <<_ACEOF | 16094 | cat >>conftest.$ac_ext <<_ACEOF |
| 17350 | /* end confdefs.h. */ | 16095 | /* end confdefs.h. */ |
| 17351 | /* Define __res_send to an innocuous variant, in case <limits.h> declares __res_send. | ||
| 17352 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | ||
| 17353 | #define __res_send innocuous___res_send | ||
| 17354 | |||
| 17355 | /* System header to define __stub macros and hopefully few prototypes, | 16096 | /* System header to define __stub macros and hopefully few prototypes, |
| 17356 | which can conflict with char __res_send (); below. | 16097 | which can conflict with char __res_send (); below. |
| 17357 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | 16098 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 17358 | <limits.h> exists even on freestanding compilers. */ | 16099 | <limits.h> exists even on freestanding compilers. */ |
| 17359 | |||
| 17360 | #ifdef __STDC__ | 16100 | #ifdef __STDC__ |
| 17361 | # include <limits.h> | 16101 | # include <limits.h> |
| 17362 | #else | 16102 | #else |
| 17363 | # include <assert.h> | 16103 | # include <assert.h> |
| 17364 | #endif | 16104 | #endif |
| 17365 | |||
| 17366 | #undef __res_send | ||
| 17367 | |||
| 17368 | /* Override any gcc2 internal prototype to avoid an error. */ | 16105 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 17369 | #ifdef __cplusplus | 16106 | #ifdef __cplusplus |
| 17370 | extern "C" | 16107 | extern "C" |
| @@ -17395,20 +16132,11 @@ return f != __res_send; | |||
| 17395 | _ACEOF | 16132 | _ACEOF |
| 17396 | rm -f conftest.$ac_objext conftest$ac_exeext | 16133 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 17397 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 16134 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 17398 | (eval $ac_link) 2>conftest.er1 | 16135 | (eval $ac_link) 2>&5 |
| 17399 | ac_status=$? | 16136 | ac_status=$? |
| 17400 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 17401 | rm -f conftest.er1 | ||
| 17402 | cat conftest.err >&5 | ||
| 17403 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16137 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 17404 | (exit $ac_status); } && | 16138 | (exit $ac_status); } && |
| 17405 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 16139 | { ac_try='test -s conftest$ac_exeext' |
| 17406 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 17407 | (eval $ac_try) 2>&5 | ||
| 17408 | ac_status=$? | ||
| 17409 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 17410 | (exit $ac_status); }; } && | ||
| 17411 | { ac_try='test -s conftest$ac_exeext' | ||
| 17412 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 16140 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 17413 | (eval $ac_try) 2>&5 | 16141 | (eval $ac_try) 2>&5 |
| 17414 | ac_status=$? | 16142 | ac_status=$? |
| @@ -17421,8 +16149,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 17421 | 16149 | ||
| 17422 | ac_cv_func___res_send=no | 16150 | ac_cv_func___res_send=no |
| 17423 | fi | 16151 | fi |
| 17424 | rm -f conftest.err conftest.$ac_objext \ | 16152 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 17425 | conftest$ac_exeext conftest.$ac_ext | ||
| 17426 | fi | 16153 | fi |
| 17427 | echo "$as_me:$LINENO: result: $ac_cv_func___res_send" >&5 | 16154 | echo "$as_me:$LINENO: result: $ac_cv_func___res_send" >&5 |
| 17428 | echo "${ECHO_T}$ac_cv_func___res_send" >&6 | 16155 | echo "${ECHO_T}$ac_cv_func___res_send" >&6 |
| @@ -17437,6 +16164,7 @@ else | |||
| 17437 | ac_check_lib_save_LIBS=$LIBS | 16164 | ac_check_lib_save_LIBS=$LIBS |
| 17438 | LIBS="-lresolv $LIBS" | 16165 | LIBS="-lresolv $LIBS" |
| 17439 | cat >conftest.$ac_ext <<_ACEOF | 16166 | cat >conftest.$ac_ext <<_ACEOF |
| 16167 | #line $LINENO "configure" | ||
| 17440 | /* confdefs.h. */ | 16168 | /* confdefs.h. */ |
| 17441 | _ACEOF | 16169 | _ACEOF |
| 17442 | cat confdefs.h >>conftest.$ac_ext | 16170 | cat confdefs.h >>conftest.$ac_ext |
| @@ -17460,20 +16188,11 @@ res_send (); | |||
| 17460 | _ACEOF | 16188 | _ACEOF |
| 17461 | rm -f conftest.$ac_objext conftest$ac_exeext | 16189 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 17462 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 16190 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 17463 | (eval $ac_link) 2>conftest.er1 | 16191 | (eval $ac_link) 2>&5 |
| 17464 | ac_status=$? | 16192 | ac_status=$? |
| 17465 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 17466 | rm -f conftest.er1 | ||
| 17467 | cat conftest.err >&5 | ||
| 17468 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16193 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 17469 | (exit $ac_status); } && | 16194 | (exit $ac_status); } && |
| 17470 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 16195 | { ac_try='test -s conftest$ac_exeext' |
| 17471 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 17472 | (eval $ac_try) 2>&5 | ||
| 17473 | ac_status=$? | ||
| 17474 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 17475 | (exit $ac_status); }; } && | ||
| 17476 | { ac_try='test -s conftest$ac_exeext' | ||
| 17477 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 16196 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 17478 | (eval $ac_try) 2>&5 | 16197 | (eval $ac_try) 2>&5 |
| 17479 | ac_status=$? | 16198 | ac_status=$? |
| @@ -17486,8 +16205,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 17486 | 16205 | ||
| 17487 | ac_cv_lib_resolv_res_send=no | 16206 | ac_cv_lib_resolv_res_send=no |
| 17488 | fi | 16207 | fi |
| 17489 | rm -f conftest.err conftest.$ac_objext \ | 16208 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 17490 | conftest$ac_exeext conftest.$ac_ext | ||
| 17491 | LIBS=$ac_check_lib_save_LIBS | 16209 | LIBS=$ac_check_lib_save_LIBS |
| 17492 | fi | 16210 | fi |
| 17493 | echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_send" >&5 | 16211 | echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_send" >&5 |
| @@ -17503,6 +16221,7 @@ else | |||
| 17503 | ac_check_lib_save_LIBS=$LIBS | 16221 | ac_check_lib_save_LIBS=$LIBS |
| 17504 | LIBS="-lresolv $LIBS" | 16222 | LIBS="-lresolv $LIBS" |
| 17505 | cat >conftest.$ac_ext <<_ACEOF | 16223 | cat >conftest.$ac_ext <<_ACEOF |
| 16224 | #line $LINENO "configure" | ||
| 17506 | /* confdefs.h. */ | 16225 | /* confdefs.h. */ |
| 17507 | _ACEOF | 16226 | _ACEOF |
| 17508 | cat confdefs.h >>conftest.$ac_ext | 16227 | cat confdefs.h >>conftest.$ac_ext |
| @@ -17526,20 +16245,11 @@ __res_send (); | |||
| 17526 | _ACEOF | 16245 | _ACEOF |
| 17527 | rm -f conftest.$ac_objext conftest$ac_exeext | 16246 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 17528 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 16247 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 17529 | (eval $ac_link) 2>conftest.er1 | 16248 | (eval $ac_link) 2>&5 |
| 17530 | ac_status=$? | 16249 | ac_status=$? |
| 17531 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 17532 | rm -f conftest.er1 | ||
| 17533 | cat conftest.err >&5 | ||
| 17534 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16250 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 17535 | (exit $ac_status); } && | 16251 | (exit $ac_status); } && |
| 17536 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 16252 | { ac_try='test -s conftest$ac_exeext' |
| 17537 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 17538 | (eval $ac_try) 2>&5 | ||
| 17539 | ac_status=$? | ||
| 17540 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 17541 | (exit $ac_status); }; } && | ||
| 17542 | { ac_try='test -s conftest$ac_exeext' | ||
| 17543 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 16253 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 17544 | (eval $ac_try) 2>&5 | 16254 | (eval $ac_try) 2>&5 |
| 17545 | ac_status=$? | 16255 | ac_status=$? |
| @@ -17552,8 +16262,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 17552 | 16262 | ||
| 17553 | ac_cv_lib_resolv___res_send=no | 16263 | ac_cv_lib_resolv___res_send=no |
| 17554 | fi | 16264 | fi |
| 17555 | rm -f conftest.err conftest.$ac_objext \ | 16265 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 17556 | conftest$ac_exeext conftest.$ac_ext | ||
| 17557 | LIBS=$ac_check_lib_save_LIBS | 16266 | LIBS=$ac_check_lib_save_LIBS |
| 17558 | fi | 16267 | fi |
| 17559 | echo "$as_me:$LINENO: result: $ac_cv_lib_resolv___res_send" >&5 | 16268 | echo "$as_me:$LINENO: result: $ac_cv_lib_resolv___res_send" >&5 |
| @@ -17584,28 +16293,21 @@ if test "${ac_cv_func_hes_getmailhost+set}" = set; then | |||
| 17584 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 16293 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 17585 | else | 16294 | else |
| 17586 | cat >conftest.$ac_ext <<_ACEOF | 16295 | cat >conftest.$ac_ext <<_ACEOF |
| 16296 | #line $LINENO "configure" | ||
| 17587 | /* confdefs.h. */ | 16297 | /* confdefs.h. */ |
| 17588 | _ACEOF | 16298 | _ACEOF |
| 17589 | cat confdefs.h >>conftest.$ac_ext | 16299 | cat confdefs.h >>conftest.$ac_ext |
| 17590 | cat >>conftest.$ac_ext <<_ACEOF | 16300 | cat >>conftest.$ac_ext <<_ACEOF |
| 17591 | /* end confdefs.h. */ | 16301 | /* end confdefs.h. */ |
| 17592 | /* Define hes_getmailhost to an innocuous variant, in case <limits.h> declares hes_getmailhost. | ||
| 17593 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | ||
| 17594 | #define hes_getmailhost innocuous_hes_getmailhost | ||
| 17595 | |||
| 17596 | /* System header to define __stub macros and hopefully few prototypes, | 16302 | /* System header to define __stub macros and hopefully few prototypes, |
| 17597 | which can conflict with char hes_getmailhost (); below. | 16303 | which can conflict with char hes_getmailhost (); below. |
| 17598 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | 16304 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 17599 | <limits.h> exists even on freestanding compilers. */ | 16305 | <limits.h> exists even on freestanding compilers. */ |
| 17600 | |||
| 17601 | #ifdef __STDC__ | 16306 | #ifdef __STDC__ |
| 17602 | # include <limits.h> | 16307 | # include <limits.h> |
| 17603 | #else | 16308 | #else |
| 17604 | # include <assert.h> | 16309 | # include <assert.h> |
| 17605 | #endif | 16310 | #endif |
| 17606 | |||
| 17607 | #undef hes_getmailhost | ||
| 17608 | |||
| 17609 | /* Override any gcc2 internal prototype to avoid an error. */ | 16311 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 17610 | #ifdef __cplusplus | 16312 | #ifdef __cplusplus |
| 17611 | extern "C" | 16313 | extern "C" |
| @@ -17636,20 +16338,11 @@ return f != hes_getmailhost; | |||
| 17636 | _ACEOF | 16338 | _ACEOF |
| 17637 | rm -f conftest.$ac_objext conftest$ac_exeext | 16339 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 17638 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 16340 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 17639 | (eval $ac_link) 2>conftest.er1 | 16341 | (eval $ac_link) 2>&5 |
| 17640 | ac_status=$? | 16342 | ac_status=$? |
| 17641 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 17642 | rm -f conftest.er1 | ||
| 17643 | cat conftest.err >&5 | ||
| 17644 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16343 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 17645 | (exit $ac_status); } && | 16344 | (exit $ac_status); } && |
| 17646 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 16345 | { ac_try='test -s conftest$ac_exeext' |
| 17647 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 17648 | (eval $ac_try) 2>&5 | ||
| 17649 | ac_status=$? | ||
| 17650 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 17651 | (exit $ac_status); }; } && | ||
| 17652 | { ac_try='test -s conftest$ac_exeext' | ||
| 17653 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 16346 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 17654 | (eval $ac_try) 2>&5 | 16347 | (eval $ac_try) 2>&5 |
| 17655 | ac_status=$? | 16348 | ac_status=$? |
| @@ -17662,8 +16355,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 17662 | 16355 | ||
| 17663 | ac_cv_func_hes_getmailhost=no | 16356 | ac_cv_func_hes_getmailhost=no |
| 17664 | fi | 16357 | fi |
| 17665 | rm -f conftest.err conftest.$ac_objext \ | 16358 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 17666 | conftest$ac_exeext conftest.$ac_ext | ||
| 17667 | fi | 16359 | fi |
| 17668 | echo "$as_me:$LINENO: result: $ac_cv_func_hes_getmailhost" >&5 | 16360 | echo "$as_me:$LINENO: result: $ac_cv_func_hes_getmailhost" >&5 |
| 17669 | echo "${ECHO_T}$ac_cv_func_hes_getmailhost" >&6 | 16361 | echo "${ECHO_T}$ac_cv_func_hes_getmailhost" >&6 |
| @@ -17678,6 +16370,7 @@ else | |||
| 17678 | ac_check_lib_save_LIBS=$LIBS | 16370 | ac_check_lib_save_LIBS=$LIBS |
| 17679 | LIBS="-lhesiod $RESOLVLIB $LIBS" | 16371 | LIBS="-lhesiod $RESOLVLIB $LIBS" |
| 17680 | cat >conftest.$ac_ext <<_ACEOF | 16372 | cat >conftest.$ac_ext <<_ACEOF |
| 16373 | #line $LINENO "configure" | ||
| 17681 | /* confdefs.h. */ | 16374 | /* confdefs.h. */ |
| 17682 | _ACEOF | 16375 | _ACEOF |
| 17683 | cat confdefs.h >>conftest.$ac_ext | 16376 | cat confdefs.h >>conftest.$ac_ext |
| @@ -17701,20 +16394,11 @@ hes_getmailhost (); | |||
| 17701 | _ACEOF | 16394 | _ACEOF |
| 17702 | rm -f conftest.$ac_objext conftest$ac_exeext | 16395 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 17703 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 16396 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 17704 | (eval $ac_link) 2>conftest.er1 | 16397 | (eval $ac_link) 2>&5 |
| 17705 | ac_status=$? | 16398 | ac_status=$? |
| 17706 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 17707 | rm -f conftest.er1 | ||
| 17708 | cat conftest.err >&5 | ||
| 17709 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16399 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 17710 | (exit $ac_status); } && | 16400 | (exit $ac_status); } && |
| 17711 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 16401 | { ac_try='test -s conftest$ac_exeext' |
| 17712 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 17713 | (eval $ac_try) 2>&5 | ||
| 17714 | ac_status=$? | ||
| 17715 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 17716 | (exit $ac_status); }; } && | ||
| 17717 | { ac_try='test -s conftest$ac_exeext' | ||
| 17718 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 16402 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 17719 | (eval $ac_try) 2>&5 | 16403 | (eval $ac_try) 2>&5 |
| 17720 | ac_status=$? | 16404 | ac_status=$? |
| @@ -17727,8 +16411,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 17727 | 16411 | ||
| 17728 | ac_cv_lib_hesiod_hes_getmailhost=no | 16412 | ac_cv_lib_hesiod_hes_getmailhost=no |
| 17729 | fi | 16413 | fi |
| 17730 | rm -f conftest.err conftest.$ac_objext \ | 16414 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 17731 | conftest$ac_exeext conftest.$ac_ext | ||
| 17732 | LIBS=$ac_check_lib_save_LIBS | 16415 | LIBS=$ac_check_lib_save_LIBS |
| 17733 | fi | 16416 | fi |
| 17734 | echo "$as_me:$LINENO: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5 | 16417 | echo "$as_me:$LINENO: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5 |
| @@ -17758,6 +16441,7 @@ else | |||
| 17758 | ac_check_lib_save_LIBS=$LIBS | 16441 | ac_check_lib_save_LIBS=$LIBS |
| 17759 | LIBS="-lcom_err $LIBS" | 16442 | LIBS="-lcom_err $LIBS" |
| 17760 | cat >conftest.$ac_ext <<_ACEOF | 16443 | cat >conftest.$ac_ext <<_ACEOF |
| 16444 | #line $LINENO "configure" | ||
| 17761 | /* confdefs.h. */ | 16445 | /* confdefs.h. */ |
| 17762 | _ACEOF | 16446 | _ACEOF |
| 17763 | cat confdefs.h >>conftest.$ac_ext | 16447 | cat confdefs.h >>conftest.$ac_ext |
| @@ -17781,20 +16465,11 @@ com_err (); | |||
| 17781 | _ACEOF | 16465 | _ACEOF |
| 17782 | rm -f conftest.$ac_objext conftest$ac_exeext | 16466 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 17783 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 16467 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 17784 | (eval $ac_link) 2>conftest.er1 | 16468 | (eval $ac_link) 2>&5 |
| 17785 | ac_status=$? | 16469 | ac_status=$? |
| 17786 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 17787 | rm -f conftest.er1 | ||
| 17788 | cat conftest.err >&5 | ||
| 17789 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16470 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 17790 | (exit $ac_status); } && | 16471 | (exit $ac_status); } && |
| 17791 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 16472 | { ac_try='test -s conftest$ac_exeext' |
| 17792 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 17793 | (eval $ac_try) 2>&5 | ||
| 17794 | ac_status=$? | ||
| 17795 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 17796 | (exit $ac_status); }; } && | ||
| 17797 | { ac_try='test -s conftest$ac_exeext' | ||
| 17798 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 16473 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 17799 | (eval $ac_try) 2>&5 | 16474 | (eval $ac_try) 2>&5 |
| 17800 | ac_status=$? | 16475 | ac_status=$? |
| @@ -17807,8 +16482,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 17807 | 16482 | ||
| 17808 | ac_cv_lib_com_err_com_err=no | 16483 | ac_cv_lib_com_err_com_err=no |
| 17809 | fi | 16484 | fi |
| 17810 | rm -f conftest.err conftest.$ac_objext \ | 16485 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 17811 | conftest$ac_exeext conftest.$ac_ext | ||
| 17812 | LIBS=$ac_check_lib_save_LIBS | 16486 | LIBS=$ac_check_lib_save_LIBS |
| 17813 | fi | 16487 | fi |
| 17814 | echo "$as_me:$LINENO: result: $ac_cv_lib_com_err_com_err" >&5 | 16488 | echo "$as_me:$LINENO: result: $ac_cv_lib_com_err_com_err" >&5 |
| @@ -17831,6 +16505,7 @@ else | |||
| 17831 | ac_check_lib_save_LIBS=$LIBS | 16505 | ac_check_lib_save_LIBS=$LIBS |
| 17832 | LIBS="-lk5crypto $LIBS" | 16506 | LIBS="-lk5crypto $LIBS" |
| 17833 | cat >conftest.$ac_ext <<_ACEOF | 16507 | cat >conftest.$ac_ext <<_ACEOF |
| 16508 | #line $LINENO "configure" | ||
| 17834 | /* confdefs.h. */ | 16509 | /* confdefs.h. */ |
| 17835 | _ACEOF | 16510 | _ACEOF |
| 17836 | cat confdefs.h >>conftest.$ac_ext | 16511 | cat confdefs.h >>conftest.$ac_ext |
| @@ -17854,20 +16529,11 @@ mit_des_cbc_encrypt (); | |||
| 17854 | _ACEOF | 16529 | _ACEOF |
| 17855 | rm -f conftest.$ac_objext conftest$ac_exeext | 16530 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 17856 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 16531 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 17857 | (eval $ac_link) 2>conftest.er1 | 16532 | (eval $ac_link) 2>&5 |
| 17858 | ac_status=$? | 16533 | ac_status=$? |
| 17859 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 17860 | rm -f conftest.er1 | ||
| 17861 | cat conftest.err >&5 | ||
| 17862 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16534 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 17863 | (exit $ac_status); } && | 16535 | (exit $ac_status); } && |
| 17864 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 16536 | { ac_try='test -s conftest$ac_exeext' |
| 17865 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 17866 | (eval $ac_try) 2>&5 | ||
| 17867 | ac_status=$? | ||
| 17868 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 17869 | (exit $ac_status); }; } && | ||
| 17870 | { ac_try='test -s conftest$ac_exeext' | ||
| 17871 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 16537 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 17872 | (eval $ac_try) 2>&5 | 16538 | (eval $ac_try) 2>&5 |
| 17873 | ac_status=$? | 16539 | ac_status=$? |
| @@ -17880,8 +16546,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 17880 | 16546 | ||
| 17881 | ac_cv_lib_k5crypto_mit_des_cbc_encrypt=no | 16547 | ac_cv_lib_k5crypto_mit_des_cbc_encrypt=no |
| 17882 | fi | 16548 | fi |
| 17883 | rm -f conftest.err conftest.$ac_objext \ | 16549 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 17884 | conftest$ac_exeext conftest.$ac_ext | ||
| 17885 | LIBS=$ac_check_lib_save_LIBS | 16550 | LIBS=$ac_check_lib_save_LIBS |
| 17886 | fi | 16551 | fi |
| 17887 | echo "$as_me:$LINENO: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5 | 16552 | echo "$as_me:$LINENO: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5 |
| @@ -17904,6 +16569,7 @@ else | |||
| 17904 | ac_check_lib_save_LIBS=$LIBS | 16569 | ac_check_lib_save_LIBS=$LIBS |
| 17905 | LIBS="-lcrypto $LIBS" | 16570 | LIBS="-lcrypto $LIBS" |
| 17906 | cat >conftest.$ac_ext <<_ACEOF | 16571 | cat >conftest.$ac_ext <<_ACEOF |
| 16572 | #line $LINENO "configure" | ||
| 17907 | /* confdefs.h. */ | 16573 | /* confdefs.h. */ |
| 17908 | _ACEOF | 16574 | _ACEOF |
| 17909 | cat confdefs.h >>conftest.$ac_ext | 16575 | cat confdefs.h >>conftest.$ac_ext |
| @@ -17927,20 +16593,11 @@ mit_des_cbc_encrypt (); | |||
| 17927 | _ACEOF | 16593 | _ACEOF |
| 17928 | rm -f conftest.$ac_objext conftest$ac_exeext | 16594 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 17929 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 16595 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 17930 | (eval $ac_link) 2>conftest.er1 | 16596 | (eval $ac_link) 2>&5 |
| 17931 | ac_status=$? | 16597 | ac_status=$? |
| 17932 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 17933 | rm -f conftest.er1 | ||
| 17934 | cat conftest.err >&5 | ||
| 17935 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16598 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 17936 | (exit $ac_status); } && | 16599 | (exit $ac_status); } && |
| 17937 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 16600 | { ac_try='test -s conftest$ac_exeext' |
| 17938 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 17939 | (eval $ac_try) 2>&5 | ||
| 17940 | ac_status=$? | ||
| 17941 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 17942 | (exit $ac_status); }; } && | ||
| 17943 | { ac_try='test -s conftest$ac_exeext' | ||
| 17944 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 16601 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 17945 | (eval $ac_try) 2>&5 | 16602 | (eval $ac_try) 2>&5 |
| 17946 | ac_status=$? | 16603 | ac_status=$? |
| @@ -17953,8 +16610,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 17953 | 16610 | ||
| 17954 | ac_cv_lib_crypto_mit_des_cbc_encrypt=no | 16611 | ac_cv_lib_crypto_mit_des_cbc_encrypt=no |
| 17955 | fi | 16612 | fi |
| 17956 | rm -f conftest.err conftest.$ac_objext \ | 16613 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 17957 | conftest$ac_exeext conftest.$ac_ext | ||
| 17958 | LIBS=$ac_check_lib_save_LIBS | 16614 | LIBS=$ac_check_lib_save_LIBS |
| 17959 | fi | 16615 | fi |
| 17960 | echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5 | 16616 | echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5 |
| @@ -17977,6 +16633,7 @@ else | |||
| 17977 | ac_check_lib_save_LIBS=$LIBS | 16633 | ac_check_lib_save_LIBS=$LIBS |
| 17978 | LIBS="-lkrb5 $LIBS" | 16634 | LIBS="-lkrb5 $LIBS" |
| 17979 | cat >conftest.$ac_ext <<_ACEOF | 16635 | cat >conftest.$ac_ext <<_ACEOF |
| 16636 | #line $LINENO "configure" | ||
| 17980 | /* confdefs.h. */ | 16637 | /* confdefs.h. */ |
| 17981 | _ACEOF | 16638 | _ACEOF |
| 17982 | cat confdefs.h >>conftest.$ac_ext | 16639 | cat confdefs.h >>conftest.$ac_ext |
| @@ -18000,20 +16657,11 @@ krb5_init_context (); | |||
| 18000 | _ACEOF | 16657 | _ACEOF |
| 18001 | rm -f conftest.$ac_objext conftest$ac_exeext | 16658 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 18002 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 16659 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 18003 | (eval $ac_link) 2>conftest.er1 | 16660 | (eval $ac_link) 2>&5 |
| 18004 | ac_status=$? | 16661 | ac_status=$? |
| 18005 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 18006 | rm -f conftest.er1 | ||
| 18007 | cat conftest.err >&5 | ||
| 18008 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16662 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 18009 | (exit $ac_status); } && | 16663 | (exit $ac_status); } && |
| 18010 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 16664 | { ac_try='test -s conftest$ac_exeext' |
| 18011 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 18012 | (eval $ac_try) 2>&5 | ||
| 18013 | ac_status=$? | ||
| 18014 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 18015 | (exit $ac_status); }; } && | ||
| 18016 | { ac_try='test -s conftest$ac_exeext' | ||
| 18017 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 16665 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 18018 | (eval $ac_try) 2>&5 | 16666 | (eval $ac_try) 2>&5 |
| 18019 | ac_status=$? | 16667 | ac_status=$? |
| @@ -18026,8 +16674,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 18026 | 16674 | ||
| 18027 | ac_cv_lib_krb5_krb5_init_context=no | 16675 | ac_cv_lib_krb5_krb5_init_context=no |
| 18028 | fi | 16676 | fi |
| 18029 | rm -f conftest.err conftest.$ac_objext \ | 16677 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 18030 | conftest$ac_exeext conftest.$ac_ext | ||
| 18031 | LIBS=$ac_check_lib_save_LIBS | 16678 | LIBS=$ac_check_lib_save_LIBS |
| 18032 | fi | 16679 | fi |
| 18033 | echo "$as_me:$LINENO: result: $ac_cv_lib_krb5_krb5_init_context" >&5 | 16680 | echo "$as_me:$LINENO: result: $ac_cv_lib_krb5_krb5_init_context" >&5 |
| @@ -18051,6 +16698,7 @@ else | |||
| 18051 | ac_check_lib_save_LIBS=$LIBS | 16698 | ac_check_lib_save_LIBS=$LIBS |
| 18052 | LIBS="-ldes425 $LIBS" | 16699 | LIBS="-ldes425 $LIBS" |
| 18053 | cat >conftest.$ac_ext <<_ACEOF | 16700 | cat >conftest.$ac_ext <<_ACEOF |
| 16701 | #line $LINENO "configure" | ||
| 18054 | /* confdefs.h. */ | 16702 | /* confdefs.h. */ |
| 18055 | _ACEOF | 16703 | _ACEOF |
| 18056 | cat confdefs.h >>conftest.$ac_ext | 16704 | cat confdefs.h >>conftest.$ac_ext |
| @@ -18074,20 +16722,11 @@ des_cbc_encrypt (); | |||
| 18074 | _ACEOF | 16722 | _ACEOF |
| 18075 | rm -f conftest.$ac_objext conftest$ac_exeext | 16723 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 18076 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 16724 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 18077 | (eval $ac_link) 2>conftest.er1 | 16725 | (eval $ac_link) 2>&5 |
| 18078 | ac_status=$? | 16726 | ac_status=$? |
| 18079 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 18080 | rm -f conftest.er1 | ||
| 18081 | cat conftest.err >&5 | ||
| 18082 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16727 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 18083 | (exit $ac_status); } && | 16728 | (exit $ac_status); } && |
| 18084 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 16729 | { ac_try='test -s conftest$ac_exeext' |
| 18085 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 18086 | (eval $ac_try) 2>&5 | ||
| 18087 | ac_status=$? | ||
| 18088 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 18089 | (exit $ac_status); }; } && | ||
| 18090 | { ac_try='test -s conftest$ac_exeext' | ||
| 18091 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 16730 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 18092 | (eval $ac_try) 2>&5 | 16731 | (eval $ac_try) 2>&5 |
| 18093 | ac_status=$? | 16732 | ac_status=$? |
| @@ -18100,8 +16739,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 18100 | 16739 | ||
| 18101 | ac_cv_lib_des425_des_cbc_encrypt=no | 16740 | ac_cv_lib_des425_des_cbc_encrypt=no |
| 18102 | fi | 16741 | fi |
| 18103 | rm -f conftest.err conftest.$ac_objext \ | 16742 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 18104 | conftest$ac_exeext conftest.$ac_ext | ||
| 18105 | LIBS=$ac_check_lib_save_LIBS | 16743 | LIBS=$ac_check_lib_save_LIBS |
| 18106 | fi | 16744 | fi |
| 18107 | echo "$as_me:$LINENO: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5 | 16745 | echo "$as_me:$LINENO: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5 |
| @@ -18123,6 +16761,7 @@ else | |||
| 18123 | ac_check_lib_save_LIBS=$LIBS | 16761 | ac_check_lib_save_LIBS=$LIBS |
| 18124 | LIBS="-ldes $LIBS" | 16762 | LIBS="-ldes $LIBS" |
| 18125 | cat >conftest.$ac_ext <<_ACEOF | 16763 | cat >conftest.$ac_ext <<_ACEOF |
| 16764 | #line $LINENO "configure" | ||
| 18126 | /* confdefs.h. */ | 16765 | /* confdefs.h. */ |
| 18127 | _ACEOF | 16766 | _ACEOF |
| 18128 | cat confdefs.h >>conftest.$ac_ext | 16767 | cat confdefs.h >>conftest.$ac_ext |
| @@ -18146,20 +16785,11 @@ des_cbc_encrypt (); | |||
| 18146 | _ACEOF | 16785 | _ACEOF |
| 18147 | rm -f conftest.$ac_objext conftest$ac_exeext | 16786 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 18148 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 16787 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 18149 | (eval $ac_link) 2>conftest.er1 | 16788 | (eval $ac_link) 2>&5 |
| 18150 | ac_status=$? | 16789 | ac_status=$? |
| 18151 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 18152 | rm -f conftest.er1 | ||
| 18153 | cat conftest.err >&5 | ||
| 18154 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16790 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 18155 | (exit $ac_status); } && | 16791 | (exit $ac_status); } && |
| 18156 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 16792 | { ac_try='test -s conftest$ac_exeext' |
| 18157 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 18158 | (eval $ac_try) 2>&5 | ||
| 18159 | ac_status=$? | ||
| 18160 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 18161 | (exit $ac_status); }; } && | ||
| 18162 | { ac_try='test -s conftest$ac_exeext' | ||
| 18163 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 16793 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 18164 | (eval $ac_try) 2>&5 | 16794 | (eval $ac_try) 2>&5 |
| 18165 | ac_status=$? | 16795 | ac_status=$? |
| @@ -18172,8 +16802,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 18172 | 16802 | ||
| 18173 | ac_cv_lib_des_des_cbc_encrypt=no | 16803 | ac_cv_lib_des_des_cbc_encrypt=no |
| 18174 | fi | 16804 | fi |
| 18175 | rm -f conftest.err conftest.$ac_objext \ | 16805 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 18176 | conftest$ac_exeext conftest.$ac_ext | ||
| 18177 | LIBS=$ac_check_lib_save_LIBS | 16806 | LIBS=$ac_check_lib_save_LIBS |
| 18178 | fi | 16807 | fi |
| 18179 | echo "$as_me:$LINENO: result: $ac_cv_lib_des_des_cbc_encrypt" >&5 | 16808 | echo "$as_me:$LINENO: result: $ac_cv_lib_des_des_cbc_encrypt" >&5 |
| @@ -18198,6 +16827,7 @@ else | |||
| 18198 | ac_check_lib_save_LIBS=$LIBS | 16827 | ac_check_lib_save_LIBS=$LIBS |
| 18199 | LIBS="-lkrb4 $LIBS" | 16828 | LIBS="-lkrb4 $LIBS" |
| 18200 | cat >conftest.$ac_ext <<_ACEOF | 16829 | cat >conftest.$ac_ext <<_ACEOF |
| 16830 | #line $LINENO "configure" | ||
| 18201 | /* confdefs.h. */ | 16831 | /* confdefs.h. */ |
| 18202 | _ACEOF | 16832 | _ACEOF |
| 18203 | cat confdefs.h >>conftest.$ac_ext | 16833 | cat confdefs.h >>conftest.$ac_ext |
| @@ -18221,20 +16851,11 @@ krb_get_cred (); | |||
| 18221 | _ACEOF | 16851 | _ACEOF |
| 18222 | rm -f conftest.$ac_objext conftest$ac_exeext | 16852 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 18223 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 16853 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 18224 | (eval $ac_link) 2>conftest.er1 | 16854 | (eval $ac_link) 2>&5 |
| 18225 | ac_status=$? | 16855 | ac_status=$? |
| 18226 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 18227 | rm -f conftest.er1 | ||
| 18228 | cat conftest.err >&5 | ||
| 18229 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16856 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 18230 | (exit $ac_status); } && | 16857 | (exit $ac_status); } && |
| 18231 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 16858 | { ac_try='test -s conftest$ac_exeext' |
| 18232 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 18233 | (eval $ac_try) 2>&5 | ||
| 18234 | ac_status=$? | ||
| 18235 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 18236 | (exit $ac_status); }; } && | ||
| 18237 | { ac_try='test -s conftest$ac_exeext' | ||
| 18238 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 16859 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 18239 | (eval $ac_try) 2>&5 | 16860 | (eval $ac_try) 2>&5 |
| 18240 | ac_status=$? | 16861 | ac_status=$? |
| @@ -18247,8 +16868,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 18247 | 16868 | ||
| 18248 | ac_cv_lib_krb4_krb_get_cred=no | 16869 | ac_cv_lib_krb4_krb_get_cred=no |
| 18249 | fi | 16870 | fi |
| 18250 | rm -f conftest.err conftest.$ac_objext \ | 16871 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 18251 | conftest$ac_exeext conftest.$ac_ext | ||
| 18252 | LIBS=$ac_check_lib_save_LIBS | 16872 | LIBS=$ac_check_lib_save_LIBS |
| 18253 | fi | 16873 | fi |
| 18254 | echo "$as_me:$LINENO: result: $ac_cv_lib_krb4_krb_get_cred" >&5 | 16874 | echo "$as_me:$LINENO: result: $ac_cv_lib_krb4_krb_get_cred" >&5 |
| @@ -18270,6 +16890,7 @@ else | |||
| 18270 | ac_check_lib_save_LIBS=$LIBS | 16890 | ac_check_lib_save_LIBS=$LIBS |
| 18271 | LIBS="-lkrb $LIBS" | 16891 | LIBS="-lkrb $LIBS" |
| 18272 | cat >conftest.$ac_ext <<_ACEOF | 16892 | cat >conftest.$ac_ext <<_ACEOF |
| 16893 | #line $LINENO "configure" | ||
| 18273 | /* confdefs.h. */ | 16894 | /* confdefs.h. */ |
| 18274 | _ACEOF | 16895 | _ACEOF |
| 18275 | cat confdefs.h >>conftest.$ac_ext | 16896 | cat confdefs.h >>conftest.$ac_ext |
| @@ -18293,20 +16914,11 @@ krb_get_cred (); | |||
| 18293 | _ACEOF | 16914 | _ACEOF |
| 18294 | rm -f conftest.$ac_objext conftest$ac_exeext | 16915 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 18295 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 16916 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 18296 | (eval $ac_link) 2>conftest.er1 | 16917 | (eval $ac_link) 2>&5 |
| 18297 | ac_status=$? | 16918 | ac_status=$? |
| 18298 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 18299 | rm -f conftest.er1 | ||
| 18300 | cat conftest.err >&5 | ||
| 18301 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16919 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 18302 | (exit $ac_status); } && | 16920 | (exit $ac_status); } && |
| 18303 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 16921 | { ac_try='test -s conftest$ac_exeext' |
| 18304 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 18305 | (eval $ac_try) 2>&5 | ||
| 18306 | ac_status=$? | ||
| 18307 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 18308 | (exit $ac_status); }; } && | ||
| 18309 | { ac_try='test -s conftest$ac_exeext' | ||
| 18310 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 16922 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 18311 | (eval $ac_try) 2>&5 | 16923 | (eval $ac_try) 2>&5 |
| 18312 | ac_status=$? | 16924 | ac_status=$? |
| @@ -18319,8 +16931,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 18319 | 16931 | ||
| 18320 | ac_cv_lib_krb_krb_get_cred=no | 16932 | ac_cv_lib_krb_krb_get_cred=no |
| 18321 | fi | 16933 | fi |
| 18322 | rm -f conftest.err conftest.$ac_objext \ | 16934 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 18323 | conftest$ac_exeext conftest.$ac_ext | ||
| 18324 | LIBS=$ac_check_lib_save_LIBS | 16935 | LIBS=$ac_check_lib_save_LIBS |
| 18325 | fi | 16936 | fi |
| 18326 | echo "$as_me:$LINENO: result: $ac_cv_lib_krb_krb_get_cred" >&5 | 16937 | echo "$as_me:$LINENO: result: $ac_cv_lib_krb_krb_get_cred" >&5 |
| @@ -18356,6 +16967,7 @@ else | |||
| 18356 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 16967 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
| 18357 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 16968 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 18358 | cat >conftest.$ac_ext <<_ACEOF | 16969 | cat >conftest.$ac_ext <<_ACEOF |
| 16970 | #line $LINENO "configure" | ||
| 18359 | /* confdefs.h. */ | 16971 | /* confdefs.h. */ |
| 18360 | _ACEOF | 16972 | _ACEOF |
| 18361 | cat confdefs.h >>conftest.$ac_ext | 16973 | cat confdefs.h >>conftest.$ac_ext |
| @@ -18366,20 +16978,11 @@ $ac_includes_default | |||
| 18366 | _ACEOF | 16978 | _ACEOF |
| 18367 | rm -f conftest.$ac_objext | 16979 | rm -f conftest.$ac_objext |
| 18368 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 16980 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 18369 | (eval $ac_compile) 2>conftest.er1 | 16981 | (eval $ac_compile) 2>&5 |
| 18370 | ac_status=$? | 16982 | ac_status=$? |
| 18371 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 18372 | rm -f conftest.er1 | ||
| 18373 | cat conftest.err >&5 | ||
| 18374 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16983 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 18375 | (exit $ac_status); } && | 16984 | (exit $ac_status); } && |
| 18376 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 16985 | { ac_try='test -s conftest.$ac_objext' |
| 18377 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 18378 | (eval $ac_try) 2>&5 | ||
| 18379 | ac_status=$? | ||
| 18380 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 18381 | (exit $ac_status); }; } && | ||
| 18382 | { ac_try='test -s conftest.$ac_objext' | ||
| 18383 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 16986 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 18384 | (eval $ac_try) 2>&5 | 16987 | (eval $ac_try) 2>&5 |
| 18385 | ac_status=$? | 16988 | ac_status=$? |
| @@ -18392,7 +16995,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 18392 | 16995 | ||
| 18393 | ac_header_compiler=no | 16996 | ac_header_compiler=no |
| 18394 | fi | 16997 | fi |
| 18395 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 16998 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 18396 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 16999 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 18397 | echo "${ECHO_T}$ac_header_compiler" >&6 | 17000 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 18398 | 17001 | ||
| @@ -18400,6 +17003,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 18400 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 17003 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
| 18401 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 17004 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 18402 | cat >conftest.$ac_ext <<_ACEOF | 17005 | cat >conftest.$ac_ext <<_ACEOF |
| 17006 | #line $LINENO "configure" | ||
| 18403 | /* confdefs.h. */ | 17007 | /* confdefs.h. */ |
| 18404 | _ACEOF | 17008 | _ACEOF |
| 18405 | cat confdefs.h >>conftest.$ac_ext | 17009 | cat confdefs.h >>conftest.$ac_ext |
| @@ -18417,7 +17021,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 18417 | (exit $ac_status); } >/dev/null; then | 17021 | (exit $ac_status); } >/dev/null; then |
| 18418 | if test -s conftest.err; then | 17022 | if test -s conftest.err; then |
| 18419 | ac_cpp_err=$ac_c_preproc_warn_flag | 17023 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 18420 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 18421 | else | 17024 | else |
| 18422 | ac_cpp_err= | 17025 | ac_cpp_err= |
| 18423 | fi | 17026 | fi |
| @@ -18437,32 +17040,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 18437 | echo "${ECHO_T}$ac_header_preproc" >&6 | 17040 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 18438 | 17041 | ||
| 18439 | # So? What about this header? | 17042 | # So? What about this header? |
| 18440 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 17043 | case $ac_header_compiler:$ac_header_preproc in |
| 18441 | yes:no: ) | 17044 | yes:no ) |
| 18442 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 17045 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 18443 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 17046 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 18444 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 | 17047 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 18445 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | 17048 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
| 18446 | ac_header_preproc=yes | 17049 | ( |
| 17050 | cat <<\_ASBOX | ||
| 17051 | ## ------------------------------------ ## | ||
| 17052 | ## Report this to bug-autoconf@gnu.org. ## | ||
| 17053 | ## ------------------------------------ ## | ||
| 17054 | _ASBOX | ||
| 17055 | ) | | ||
| 17056 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 18447 | ;; | 17057 | ;; |
| 18448 | no:yes:* ) | 17058 | no:yes ) |
| 18449 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 17059 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| 18450 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 17060 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| 18451 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 17061 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| 18452 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 17062 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| 18453 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | ||
| 18454 | echo "$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 | ||
| 18456 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 18457 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 17063 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 18458 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | 17064 | echo "$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 | ||
| 18460 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | ||
| 18461 | ( | 17065 | ( |
| 18462 | cat <<\_ASBOX | 17066 | cat <<\_ASBOX |
| 18463 | ## ------------------------------------------ ## | 17067 | ## ------------------------------------ ## |
| 18464 | ## Report this to the AC_PACKAGE_NAME lists. ## | 17068 | ## Report this to bug-autoconf@gnu.org. ## |
| 18465 | ## ------------------------------------------ ## | 17069 | ## ------------------------------------ ## |
| 18466 | _ASBOX | 17070 | _ASBOX |
| 18467 | ) | | 17071 | ) | |
| 18468 | sed "s/^/$as_me: WARNING: /" >&2 | 17072 | sed "s/^/$as_me: WARNING: /" >&2 |
| @@ -18473,7 +17077,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |||
| 18473 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | 17077 | if eval "test \"\${$as_ac_Header+set}\" = set"; then |
| 18474 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 17078 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 18475 | else | 17079 | else |
| 18476 | eval "$as_ac_Header=\$ac_header_preproc" | 17080 | eval "$as_ac_Header=$ac_header_preproc" |
| 18477 | fi | 17081 | fi |
| 18478 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | 17082 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
| 18479 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | 17083 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
| @@ -18506,6 +17110,7 @@ else | |||
| 18506 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 17110 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
| 18507 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 17111 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 18508 | cat >conftest.$ac_ext <<_ACEOF | 17112 | cat >conftest.$ac_ext <<_ACEOF |
| 17113 | #line $LINENO "configure" | ||
| 18509 | /* confdefs.h. */ | 17114 | /* confdefs.h. */ |
| 18510 | _ACEOF | 17115 | _ACEOF |
| 18511 | cat confdefs.h >>conftest.$ac_ext | 17116 | cat confdefs.h >>conftest.$ac_ext |
| @@ -18516,20 +17121,11 @@ $ac_includes_default | |||
| 18516 | _ACEOF | 17121 | _ACEOF |
| 18517 | rm -f conftest.$ac_objext | 17122 | rm -f conftest.$ac_objext |
| 18518 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 17123 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 18519 | (eval $ac_compile) 2>conftest.er1 | 17124 | (eval $ac_compile) 2>&5 |
| 18520 | ac_status=$? | 17125 | ac_status=$? |
| 18521 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 18522 | rm -f conftest.er1 | ||
| 18523 | cat conftest.err >&5 | ||
| 18524 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 17126 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 18525 | (exit $ac_status); } && | 17127 | (exit $ac_status); } && |
| 18526 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 17128 | { ac_try='test -s conftest.$ac_objext' |
| 18527 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 18528 | (eval $ac_try) 2>&5 | ||
| 18529 | ac_status=$? | ||
| 18530 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 18531 | (exit $ac_status); }; } && | ||
| 18532 | { ac_try='test -s conftest.$ac_objext' | ||
| 18533 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 17129 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 18534 | (eval $ac_try) 2>&5 | 17130 | (eval $ac_try) 2>&5 |
| 18535 | ac_status=$? | 17131 | ac_status=$? |
| @@ -18542,7 +17138,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 18542 | 17138 | ||
| 18543 | ac_header_compiler=no | 17139 | ac_header_compiler=no |
| 18544 | fi | 17140 | fi |
| 18545 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 17141 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 18546 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 17142 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 18547 | echo "${ECHO_T}$ac_header_compiler" >&6 | 17143 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 18548 | 17144 | ||
| @@ -18550,6 +17146,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 18550 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 17146 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
| 18551 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 17147 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 18552 | cat >conftest.$ac_ext <<_ACEOF | 17148 | cat >conftest.$ac_ext <<_ACEOF |
| 17149 | #line $LINENO "configure" | ||
| 18553 | /* confdefs.h. */ | 17150 | /* confdefs.h. */ |
| 18554 | _ACEOF | 17151 | _ACEOF |
| 18555 | cat confdefs.h >>conftest.$ac_ext | 17152 | cat confdefs.h >>conftest.$ac_ext |
| @@ -18567,7 +17164,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 18567 | (exit $ac_status); } >/dev/null; then | 17164 | (exit $ac_status); } >/dev/null; then |
| 18568 | if test -s conftest.err; then | 17165 | if test -s conftest.err; then |
| 18569 | ac_cpp_err=$ac_c_preproc_warn_flag | 17166 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 18570 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 18571 | else | 17167 | else |
| 18572 | ac_cpp_err= | 17168 | ac_cpp_err= |
| 18573 | fi | 17169 | fi |
| @@ -18587,32 +17183,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 18587 | echo "${ECHO_T}$ac_header_preproc" >&6 | 17183 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 18588 | 17184 | ||
| 18589 | # So? What about this header? | 17185 | # So? What about this header? |
| 18590 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 17186 | case $ac_header_compiler:$ac_header_preproc in |
| 18591 | yes:no: ) | 17187 | yes:no ) |
| 18592 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 17188 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 18593 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 17189 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 18594 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 | 17190 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 18595 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | 17191 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
| 18596 | ac_header_preproc=yes | 17192 | ( |
| 17193 | cat <<\_ASBOX | ||
| 17194 | ## ------------------------------------ ## | ||
| 17195 | ## Report this to bug-autoconf@gnu.org. ## | ||
| 17196 | ## ------------------------------------ ## | ||
| 17197 | _ASBOX | ||
| 17198 | ) | | ||
| 17199 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 18597 | ;; | 17200 | ;; |
| 18598 | no:yes:* ) | 17201 | no:yes ) |
| 18599 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 17202 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| 18600 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 17203 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| 18601 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 17204 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| 18602 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 17205 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| 18603 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | ||
| 18604 | echo "$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 | ||
| 18606 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 18607 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 17206 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 18608 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | 17207 | echo "$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 | ||
| 18610 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | ||
| 18611 | ( | 17208 | ( |
| 18612 | cat <<\_ASBOX | 17209 | cat <<\_ASBOX |
| 18613 | ## ------------------------------------------ ## | 17210 | ## ------------------------------------ ## |
| 18614 | ## Report this to the AC_PACKAGE_NAME lists. ## | 17211 | ## Report this to bug-autoconf@gnu.org. ## |
| 18615 | ## ------------------------------------------ ## | 17212 | ## ------------------------------------ ## |
| 18616 | _ASBOX | 17213 | _ASBOX |
| 18617 | ) | | 17214 | ) | |
| 18618 | sed "s/^/$as_me: WARNING: /" >&2 | 17215 | sed "s/^/$as_me: WARNING: /" >&2 |
| @@ -18623,7 +17220,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |||
| 18623 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | 17220 | if eval "test \"\${$as_ac_Header+set}\" = set"; then |
| 18624 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 17221 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 18625 | else | 17222 | else |
| 18626 | eval "$as_ac_Header=\$ac_header_preproc" | 17223 | eval "$as_ac_Header=$ac_header_preproc" |
| 18627 | fi | 17224 | fi |
| 18628 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | 17225 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
| 18629 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | 17226 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
| @@ -18652,6 +17249,7 @@ else | |||
| 18652 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 17249 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
| 18653 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 17250 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 18654 | cat >conftest.$ac_ext <<_ACEOF | 17251 | cat >conftest.$ac_ext <<_ACEOF |
| 17252 | #line $LINENO "configure" | ||
| 18655 | /* confdefs.h. */ | 17253 | /* confdefs.h. */ |
| 18656 | _ACEOF | 17254 | _ACEOF |
| 18657 | cat confdefs.h >>conftest.$ac_ext | 17255 | cat confdefs.h >>conftest.$ac_ext |
| @@ -18662,20 +17260,11 @@ $ac_includes_default | |||
| 18662 | _ACEOF | 17260 | _ACEOF |
| 18663 | rm -f conftest.$ac_objext | 17261 | rm -f conftest.$ac_objext |
| 18664 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 17262 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 18665 | (eval $ac_compile) 2>conftest.er1 | 17263 | (eval $ac_compile) 2>&5 |
| 18666 | ac_status=$? | 17264 | ac_status=$? |
| 18667 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 18668 | rm -f conftest.er1 | ||
| 18669 | cat conftest.err >&5 | ||
| 18670 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 17265 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 18671 | (exit $ac_status); } && | 17266 | (exit $ac_status); } && |
| 18672 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 17267 | { ac_try='test -s conftest.$ac_objext' |
| 18673 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 18674 | (eval $ac_try) 2>&5 | ||
| 18675 | ac_status=$? | ||
| 18676 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 18677 | (exit $ac_status); }; } && | ||
| 18678 | { ac_try='test -s conftest.$ac_objext' | ||
| 18679 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 17268 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 18680 | (eval $ac_try) 2>&5 | 17269 | (eval $ac_try) 2>&5 |
| 18681 | ac_status=$? | 17270 | ac_status=$? |
| @@ -18688,7 +17277,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 18688 | 17277 | ||
| 18689 | ac_header_compiler=no | 17278 | ac_header_compiler=no |
| 18690 | fi | 17279 | fi |
| 18691 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 17280 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 18692 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 17281 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 18693 | echo "${ECHO_T}$ac_header_compiler" >&6 | 17282 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 18694 | 17283 | ||
| @@ -18696,6 +17285,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 18696 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 17285 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
| 18697 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 17286 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 18698 | cat >conftest.$ac_ext <<_ACEOF | 17287 | cat >conftest.$ac_ext <<_ACEOF |
| 17288 | #line $LINENO "configure" | ||
| 18699 | /* confdefs.h. */ | 17289 | /* confdefs.h. */ |
| 18700 | _ACEOF | 17290 | _ACEOF |
| 18701 | cat confdefs.h >>conftest.$ac_ext | 17291 | cat confdefs.h >>conftest.$ac_ext |
| @@ -18713,7 +17303,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 18713 | (exit $ac_status); } >/dev/null; then | 17303 | (exit $ac_status); } >/dev/null; then |
| 18714 | if test -s conftest.err; then | 17304 | if test -s conftest.err; then |
| 18715 | ac_cpp_err=$ac_c_preproc_warn_flag | 17305 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 18716 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 18717 | else | 17306 | else |
| 18718 | ac_cpp_err= | 17307 | ac_cpp_err= |
| 18719 | fi | 17308 | fi |
| @@ -18733,32 +17322,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 18733 | echo "${ECHO_T}$ac_header_preproc" >&6 | 17322 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 18734 | 17323 | ||
| 18735 | # So? What about this header? | 17324 | # So? What about this header? |
| 18736 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 17325 | case $ac_header_compiler:$ac_header_preproc in |
| 18737 | yes:no: ) | 17326 | yes:no ) |
| 18738 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 17327 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 18739 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 17328 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 18740 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 | 17329 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 18741 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | 17330 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
| 18742 | ac_header_preproc=yes | 17331 | ( |
| 17332 | cat <<\_ASBOX | ||
| 17333 | ## ------------------------------------ ## | ||
| 17334 | ## Report this to bug-autoconf@gnu.org. ## | ||
| 17335 | ## ------------------------------------ ## | ||
| 17336 | _ASBOX | ||
| 17337 | ) | | ||
| 17338 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 18743 | ;; | 17339 | ;; |
| 18744 | no:yes:* ) | 17340 | no:yes ) |
| 18745 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 17341 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| 18746 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 17342 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| 18747 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 17343 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| 18748 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 17344 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| 18749 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | ||
| 18750 | echo "$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 | ||
| 18752 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 18753 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 17345 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 18754 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | 17346 | echo "$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 | ||
| 18756 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | ||
| 18757 | ( | 17347 | ( |
| 18758 | cat <<\_ASBOX | 17348 | cat <<\_ASBOX |
| 18759 | ## ------------------------------------------ ## | 17349 | ## ------------------------------------ ## |
| 18760 | ## Report this to the AC_PACKAGE_NAME lists. ## | 17350 | ## Report this to bug-autoconf@gnu.org. ## |
| 18761 | ## ------------------------------------------ ## | 17351 | ## ------------------------------------ ## |
| 18762 | _ASBOX | 17352 | _ASBOX |
| 18763 | ) | | 17353 | ) | |
| 18764 | sed "s/^/$as_me: WARNING: /" >&2 | 17354 | sed "s/^/$as_me: WARNING: /" >&2 |
| @@ -18769,7 +17359,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |||
| 18769 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | 17359 | if eval "test \"\${$as_ac_Header+set}\" = set"; then |
| 18770 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 17360 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 18771 | else | 17361 | else |
| 18772 | eval "$as_ac_Header=\$ac_header_preproc" | 17362 | eval "$as_ac_Header=$ac_header_preproc" |
| 18773 | fi | 17363 | fi |
| 18774 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | 17364 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
| 18775 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | 17365 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
| @@ -18798,6 +17388,7 @@ else | |||
| 18798 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 17388 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
| 18799 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 17389 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 18800 | cat >conftest.$ac_ext <<_ACEOF | 17390 | cat >conftest.$ac_ext <<_ACEOF |
| 17391 | #line $LINENO "configure" | ||
| 18801 | /* confdefs.h. */ | 17392 | /* confdefs.h. */ |
| 18802 | _ACEOF | 17393 | _ACEOF |
| 18803 | cat confdefs.h >>conftest.$ac_ext | 17394 | cat confdefs.h >>conftest.$ac_ext |
| @@ -18808,20 +17399,11 @@ $ac_includes_default | |||
| 18808 | _ACEOF | 17399 | _ACEOF |
| 18809 | rm -f conftest.$ac_objext | 17400 | rm -f conftest.$ac_objext |
| 18810 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 17401 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 18811 | (eval $ac_compile) 2>conftest.er1 | 17402 | (eval $ac_compile) 2>&5 |
| 18812 | ac_status=$? | 17403 | ac_status=$? |
| 18813 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 18814 | rm -f conftest.er1 | ||
| 18815 | cat conftest.err >&5 | ||
| 18816 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 17404 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 18817 | (exit $ac_status); } && | 17405 | (exit $ac_status); } && |
| 18818 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 17406 | { ac_try='test -s conftest.$ac_objext' |
| 18819 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 18820 | (eval $ac_try) 2>&5 | ||
| 18821 | ac_status=$? | ||
| 18822 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 18823 | (exit $ac_status); }; } && | ||
| 18824 | { ac_try='test -s conftest.$ac_objext' | ||
| 18825 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 17407 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 18826 | (eval $ac_try) 2>&5 | 17408 | (eval $ac_try) 2>&5 |
| 18827 | ac_status=$? | 17409 | ac_status=$? |
| @@ -18834,7 +17416,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 18834 | 17416 | ||
| 18835 | ac_header_compiler=no | 17417 | ac_header_compiler=no |
| 18836 | fi | 17418 | fi |
| 18837 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 17419 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 18838 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 17420 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 18839 | echo "${ECHO_T}$ac_header_compiler" >&6 | 17421 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 18840 | 17422 | ||
| @@ -18842,6 +17424,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 18842 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 17424 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
| 18843 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 17425 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 18844 | cat >conftest.$ac_ext <<_ACEOF | 17426 | cat >conftest.$ac_ext <<_ACEOF |
| 17427 | #line $LINENO "configure" | ||
| 18845 | /* confdefs.h. */ | 17428 | /* confdefs.h. */ |
| 18846 | _ACEOF | 17429 | _ACEOF |
| 18847 | cat confdefs.h >>conftest.$ac_ext | 17430 | cat confdefs.h >>conftest.$ac_ext |
| @@ -18859,7 +17442,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 18859 | (exit $ac_status); } >/dev/null; then | 17442 | (exit $ac_status); } >/dev/null; then |
| 18860 | if test -s conftest.err; then | 17443 | if test -s conftest.err; then |
| 18861 | ac_cpp_err=$ac_c_preproc_warn_flag | 17444 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 18862 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 18863 | else | 17445 | else |
| 18864 | ac_cpp_err= | 17446 | ac_cpp_err= |
| 18865 | fi | 17447 | fi |
| @@ -18879,32 +17461,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 18879 | echo "${ECHO_T}$ac_header_preproc" >&6 | 17461 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 18880 | 17462 | ||
| 18881 | # So? What about this header? | 17463 | # So? What about this header? |
| 18882 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 17464 | case $ac_header_compiler:$ac_header_preproc in |
| 18883 | yes:no: ) | 17465 | yes:no ) |
| 18884 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 17466 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 18885 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 17467 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 18886 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 | 17468 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 18887 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | 17469 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
| 18888 | ac_header_preproc=yes | 17470 | ( |
| 17471 | cat <<\_ASBOX | ||
| 17472 | ## ------------------------------------ ## | ||
| 17473 | ## Report this to bug-autoconf@gnu.org. ## | ||
| 17474 | ## ------------------------------------ ## | ||
| 17475 | _ASBOX | ||
| 17476 | ) | | ||
| 17477 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 18889 | ;; | 17478 | ;; |
| 18890 | no:yes:* ) | 17479 | no:yes ) |
| 18891 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 17480 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| 18892 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 17481 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| 18893 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 17482 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| 18894 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 17483 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| 18895 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | ||
| 18896 | echo "$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 | ||
| 18898 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 18899 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 17484 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 18900 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | 17485 | echo "$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 | ||
| 18902 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | ||
| 18903 | ( | 17486 | ( |
| 18904 | cat <<\_ASBOX | 17487 | cat <<\_ASBOX |
| 18905 | ## ------------------------------------------ ## | 17488 | ## ------------------------------------ ## |
| 18906 | ## Report this to the AC_PACKAGE_NAME lists. ## | 17489 | ## Report this to bug-autoconf@gnu.org. ## |
| 18907 | ## ------------------------------------------ ## | 17490 | ## ------------------------------------ ## |
| 18908 | _ASBOX | 17491 | _ASBOX |
| 18909 | ) | | 17492 | ) | |
| 18910 | sed "s/^/$as_me: WARNING: /" >&2 | 17493 | sed "s/^/$as_me: WARNING: /" >&2 |
| @@ -18915,7 +17498,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |||
| 18915 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | 17498 | if eval "test \"\${$as_ac_Header+set}\" = set"; then |
| 18916 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 17499 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 18917 | else | 17500 | else |
| 18918 | eval "$as_ac_Header=\$ac_header_preproc" | 17501 | eval "$as_ac_Header=$ac_header_preproc" |
| 18919 | fi | 17502 | fi |
| 18920 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | 17503 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
| 18921 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | 17504 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
| @@ -18955,6 +17538,7 @@ else | |||
| 18955 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 17538 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
| 18956 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 17539 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 18957 | cat >conftest.$ac_ext <<_ACEOF | 17540 | cat >conftest.$ac_ext <<_ACEOF |
| 17541 | #line $LINENO "configure" | ||
| 18958 | /* confdefs.h. */ | 17542 | /* confdefs.h. */ |
| 18959 | _ACEOF | 17543 | _ACEOF |
| 18960 | cat confdefs.h >>conftest.$ac_ext | 17544 | cat confdefs.h >>conftest.$ac_ext |
| @@ -18965,20 +17549,11 @@ $ac_includes_default | |||
| 18965 | _ACEOF | 17549 | _ACEOF |
| 18966 | rm -f conftest.$ac_objext | 17550 | rm -f conftest.$ac_objext |
| 18967 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 17551 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 18968 | (eval $ac_compile) 2>conftest.er1 | 17552 | (eval $ac_compile) 2>&5 |
| 18969 | ac_status=$? | 17553 | ac_status=$? |
| 18970 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 18971 | rm -f conftest.er1 | ||
| 18972 | cat conftest.err >&5 | ||
| 18973 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 17554 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 18974 | (exit $ac_status); } && | 17555 | (exit $ac_status); } && |
| 18975 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 17556 | { ac_try='test -s conftest.$ac_objext' |
| 18976 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 18977 | (eval $ac_try) 2>&5 | ||
| 18978 | ac_status=$? | ||
| 18979 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 18980 | (exit $ac_status); }; } && | ||
| 18981 | { ac_try='test -s conftest.$ac_objext' | ||
| 18982 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 17557 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 18983 | (eval $ac_try) 2>&5 | 17558 | (eval $ac_try) 2>&5 |
| 18984 | ac_status=$? | 17559 | ac_status=$? |
| @@ -18991,7 +17566,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 18991 | 17566 | ||
| 18992 | ac_header_compiler=no | 17567 | ac_header_compiler=no |
| 18993 | fi | 17568 | fi |
| 18994 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 17569 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 18995 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 17570 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 18996 | echo "${ECHO_T}$ac_header_compiler" >&6 | 17571 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 18997 | 17572 | ||
| @@ -18999,6 +17574,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 18999 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 17574 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
| 19000 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 17575 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 19001 | cat >conftest.$ac_ext <<_ACEOF | 17576 | cat >conftest.$ac_ext <<_ACEOF |
| 17577 | #line $LINENO "configure" | ||
| 19002 | /* confdefs.h. */ | 17578 | /* confdefs.h. */ |
| 19003 | _ACEOF | 17579 | _ACEOF |
| 19004 | cat confdefs.h >>conftest.$ac_ext | 17580 | cat confdefs.h >>conftest.$ac_ext |
| @@ -19016,7 +17592,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 19016 | (exit $ac_status); } >/dev/null; then | 17592 | (exit $ac_status); } >/dev/null; then |
| 19017 | if test -s conftest.err; then | 17593 | if test -s conftest.err; then |
| 19018 | ac_cpp_err=$ac_c_preproc_warn_flag | 17594 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 19019 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 19020 | else | 17595 | else |
| 19021 | ac_cpp_err= | 17596 | ac_cpp_err= |
| 19022 | fi | 17597 | fi |
| @@ -19036,32 +17611,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 19036 | echo "${ECHO_T}$ac_header_preproc" >&6 | 17611 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 19037 | 17612 | ||
| 19038 | # So? What about this header? | 17613 | # So? What about this header? |
| 19039 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 17614 | case $ac_header_compiler:$ac_header_preproc in |
| 19040 | yes:no: ) | 17615 | yes:no ) |
| 19041 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 17616 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 19042 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 17617 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 19043 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 | 17618 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 19044 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | 17619 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
| 19045 | ac_header_preproc=yes | 17620 | ( |
| 17621 | cat <<\_ASBOX | ||
| 17622 | ## ------------------------------------ ## | ||
| 17623 | ## Report this to bug-autoconf@gnu.org. ## | ||
| 17624 | ## ------------------------------------ ## | ||
| 17625 | _ASBOX | ||
| 17626 | ) | | ||
| 17627 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 19046 | ;; | 17628 | ;; |
| 19047 | no:yes:* ) | 17629 | no:yes ) |
| 19048 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 17630 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| 19049 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 17631 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| 19050 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 17632 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| 19051 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 17633 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| 19052 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | ||
| 19053 | echo "$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 | ||
| 19055 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 19056 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 17634 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 19057 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | 17635 | echo "$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 | ||
| 19059 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | ||
| 19060 | ( | 17636 | ( |
| 19061 | cat <<\_ASBOX | 17637 | cat <<\_ASBOX |
| 19062 | ## ------------------------------------------ ## | 17638 | ## ------------------------------------ ## |
| 19063 | ## Report this to the AC_PACKAGE_NAME lists. ## | 17639 | ## Report this to bug-autoconf@gnu.org. ## |
| 19064 | ## ------------------------------------------ ## | 17640 | ## ------------------------------------ ## |
| 19065 | _ASBOX | 17641 | _ASBOX |
| 19066 | ) | | 17642 | ) | |
| 19067 | sed "s/^/$as_me: WARNING: /" >&2 | 17643 | sed "s/^/$as_me: WARNING: /" >&2 |
| @@ -19072,7 +17648,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |||
| 19072 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | 17648 | if eval "test \"\${$as_ac_Header+set}\" = set"; then |
| 19073 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 17649 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 19074 | else | 17650 | else |
| 19075 | eval "$as_ac_Header=\$ac_header_preproc" | 17651 | eval "$as_ac_Header=$ac_header_preproc" |
| 19076 | fi | 17652 | fi |
| 19077 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | 17653 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
| 19078 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | 17654 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
| @@ -19101,6 +17677,7 @@ else | |||
| 19101 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 17677 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
| 19102 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 17678 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 19103 | cat >conftest.$ac_ext <<_ACEOF | 17679 | cat >conftest.$ac_ext <<_ACEOF |
| 17680 | #line $LINENO "configure" | ||
| 19104 | /* confdefs.h. */ | 17681 | /* confdefs.h. */ |
| 19105 | _ACEOF | 17682 | _ACEOF |
| 19106 | cat confdefs.h >>conftest.$ac_ext | 17683 | cat confdefs.h >>conftest.$ac_ext |
| @@ -19111,20 +17688,11 @@ $ac_includes_default | |||
| 19111 | _ACEOF | 17688 | _ACEOF |
| 19112 | rm -f conftest.$ac_objext | 17689 | rm -f conftest.$ac_objext |
| 19113 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 17690 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 19114 | (eval $ac_compile) 2>conftest.er1 | 17691 | (eval $ac_compile) 2>&5 |
| 19115 | ac_status=$? | 17692 | ac_status=$? |
| 19116 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 19117 | rm -f conftest.er1 | ||
| 19118 | cat conftest.err >&5 | ||
| 19119 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 17693 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 19120 | (exit $ac_status); } && | 17694 | (exit $ac_status); } && |
| 19121 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 17695 | { ac_try='test -s conftest.$ac_objext' |
| 19122 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 19123 | (eval $ac_try) 2>&5 | ||
| 19124 | ac_status=$? | ||
| 19125 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 19126 | (exit $ac_status); }; } && | ||
| 19127 | { ac_try='test -s conftest.$ac_objext' | ||
| 19128 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 17696 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 19129 | (eval $ac_try) 2>&5 | 17697 | (eval $ac_try) 2>&5 |
| 19130 | ac_status=$? | 17698 | ac_status=$? |
| @@ -19137,7 +17705,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 19137 | 17705 | ||
| 19138 | ac_header_compiler=no | 17706 | ac_header_compiler=no |
| 19139 | fi | 17707 | fi |
| 19140 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 17708 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 19141 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 17709 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 19142 | echo "${ECHO_T}$ac_header_compiler" >&6 | 17710 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 19143 | 17711 | ||
| @@ -19145,6 +17713,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 19145 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 17713 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
| 19146 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 17714 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 19147 | cat >conftest.$ac_ext <<_ACEOF | 17715 | cat >conftest.$ac_ext <<_ACEOF |
| 17716 | #line $LINENO "configure" | ||
| 19148 | /* confdefs.h. */ | 17717 | /* confdefs.h. */ |
| 19149 | _ACEOF | 17718 | _ACEOF |
| 19150 | cat confdefs.h >>conftest.$ac_ext | 17719 | cat confdefs.h >>conftest.$ac_ext |
| @@ -19162,7 +17731,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 19162 | (exit $ac_status); } >/dev/null; then | 17731 | (exit $ac_status); } >/dev/null; then |
| 19163 | if test -s conftest.err; then | 17732 | if test -s conftest.err; then |
| 19164 | ac_cpp_err=$ac_c_preproc_warn_flag | 17733 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 19165 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 19166 | else | 17734 | else |
| 19167 | ac_cpp_err= | 17735 | ac_cpp_err= |
| 19168 | fi | 17736 | fi |
| @@ -19182,32 +17750,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 19182 | echo "${ECHO_T}$ac_header_preproc" >&6 | 17750 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 19183 | 17751 | ||
| 19184 | # So? What about this header? | 17752 | # So? What about this header? |
| 19185 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 17753 | case $ac_header_compiler:$ac_header_preproc in |
| 19186 | yes:no: ) | 17754 | yes:no ) |
| 19187 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 17755 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 19188 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 17756 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 19189 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 | 17757 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 19190 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | 17758 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
| 19191 | ac_header_preproc=yes | 17759 | ( |
| 17760 | cat <<\_ASBOX | ||
| 17761 | ## ------------------------------------ ## | ||
| 17762 | ## Report this to bug-autoconf@gnu.org. ## | ||
| 17763 | ## ------------------------------------ ## | ||
| 17764 | _ASBOX | ||
| 17765 | ) | | ||
| 17766 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 19192 | ;; | 17767 | ;; |
| 19193 | no:yes:* ) | 17768 | no:yes ) |
| 19194 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 17769 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| 19195 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 17770 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| 19196 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 17771 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| 19197 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 17772 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| 19198 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | ||
| 19199 | echo "$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 | ||
| 19201 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 19202 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 17773 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 19203 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | 17774 | echo "$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 | ||
| 19205 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | ||
| 19206 | ( | 17775 | ( |
| 19207 | cat <<\_ASBOX | 17776 | cat <<\_ASBOX |
| 19208 | ## ------------------------------------------ ## | 17777 | ## ------------------------------------ ## |
| 19209 | ## Report this to the AC_PACKAGE_NAME lists. ## | 17778 | ## Report this to bug-autoconf@gnu.org. ## |
| 19210 | ## ------------------------------------------ ## | 17779 | ## ------------------------------------ ## |
| 19211 | _ASBOX | 17780 | _ASBOX |
| 19212 | ) | | 17781 | ) | |
| 19213 | sed "s/^/$as_me: WARNING: /" >&2 | 17782 | sed "s/^/$as_me: WARNING: /" >&2 |
| @@ -19218,7 +17787,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |||
| 19218 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | 17787 | if eval "test \"\${$as_ac_Header+set}\" = set"; then |
| 19219 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 17788 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 19220 | else | 17789 | else |
| 19221 | eval "$as_ac_Header=\$ac_header_preproc" | 17790 | eval "$as_ac_Header=$ac_header_preproc" |
| 19222 | fi | 17791 | fi |
| 19223 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | 17792 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
| 19224 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | 17793 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
| @@ -19247,6 +17816,7 @@ else | |||
| 19247 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 17816 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
| 19248 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 17817 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 19249 | cat >conftest.$ac_ext <<_ACEOF | 17818 | cat >conftest.$ac_ext <<_ACEOF |
| 17819 | #line $LINENO "configure" | ||
| 19250 | /* confdefs.h. */ | 17820 | /* confdefs.h. */ |
| 19251 | _ACEOF | 17821 | _ACEOF |
| 19252 | cat confdefs.h >>conftest.$ac_ext | 17822 | cat confdefs.h >>conftest.$ac_ext |
| @@ -19257,20 +17827,11 @@ $ac_includes_default | |||
| 19257 | _ACEOF | 17827 | _ACEOF |
| 19258 | rm -f conftest.$ac_objext | 17828 | rm -f conftest.$ac_objext |
| 19259 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 17829 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 19260 | (eval $ac_compile) 2>conftest.er1 | 17830 | (eval $ac_compile) 2>&5 |
| 19261 | ac_status=$? | 17831 | ac_status=$? |
| 19262 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 19263 | rm -f conftest.er1 | ||
| 19264 | cat conftest.err >&5 | ||
| 19265 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 17832 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 19266 | (exit $ac_status); } && | 17833 | (exit $ac_status); } && |
| 19267 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 17834 | { ac_try='test -s conftest.$ac_objext' |
| 19268 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 19269 | (eval $ac_try) 2>&5 | ||
| 19270 | ac_status=$? | ||
| 19271 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 19272 | (exit $ac_status); }; } && | ||
| 19273 | { ac_try='test -s conftest.$ac_objext' | ||
| 19274 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 17835 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 19275 | (eval $ac_try) 2>&5 | 17836 | (eval $ac_try) 2>&5 |
| 19276 | ac_status=$? | 17837 | ac_status=$? |
| @@ -19283,7 +17844,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 19283 | 17844 | ||
| 19284 | ac_header_compiler=no | 17845 | ac_header_compiler=no |
| 19285 | fi | 17846 | fi |
| 19286 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 17847 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 19287 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 17848 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 19288 | echo "${ECHO_T}$ac_header_compiler" >&6 | 17849 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 19289 | 17850 | ||
| @@ -19291,6 +17852,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 19291 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 17852 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
| 19292 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 17853 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 19293 | cat >conftest.$ac_ext <<_ACEOF | 17854 | cat >conftest.$ac_ext <<_ACEOF |
| 17855 | #line $LINENO "configure" | ||
| 19294 | /* confdefs.h. */ | 17856 | /* confdefs.h. */ |
| 19295 | _ACEOF | 17857 | _ACEOF |
| 19296 | cat confdefs.h >>conftest.$ac_ext | 17858 | cat confdefs.h >>conftest.$ac_ext |
| @@ -19308,7 +17870,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 19308 | (exit $ac_status); } >/dev/null; then | 17870 | (exit $ac_status); } >/dev/null; then |
| 19309 | if test -s conftest.err; then | 17871 | if test -s conftest.err; then |
| 19310 | ac_cpp_err=$ac_c_preproc_warn_flag | 17872 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 19311 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 19312 | else | 17873 | else |
| 19313 | ac_cpp_err= | 17874 | ac_cpp_err= |
| 19314 | fi | 17875 | fi |
| @@ -19328,32 +17889,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 19328 | echo "${ECHO_T}$ac_header_preproc" >&6 | 17889 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 19329 | 17890 | ||
| 19330 | # So? What about this header? | 17891 | # So? What about this header? |
| 19331 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 17892 | case $ac_header_compiler:$ac_header_preproc in |
| 19332 | yes:no: ) | 17893 | yes:no ) |
| 19333 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 17894 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 19334 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 17895 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 19335 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 | 17896 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 19336 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | 17897 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
| 19337 | ac_header_preproc=yes | 17898 | ( |
| 17899 | cat <<\_ASBOX | ||
| 17900 | ## ------------------------------------ ## | ||
| 17901 | ## Report this to bug-autoconf@gnu.org. ## | ||
| 17902 | ## ------------------------------------ ## | ||
| 17903 | _ASBOX | ||
| 17904 | ) | | ||
| 17905 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 19338 | ;; | 17906 | ;; |
| 19339 | no:yes:* ) | 17907 | no:yes ) |
| 19340 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 17908 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| 19341 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 17909 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| 19342 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 17910 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| 19343 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 17911 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| 19344 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | ||
| 19345 | echo "$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 | ||
| 19347 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 19348 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 17912 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 19349 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | 17913 | echo "$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 | ||
| 19351 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | ||
| 19352 | ( | 17914 | ( |
| 19353 | cat <<\_ASBOX | 17915 | cat <<\_ASBOX |
| 19354 | ## ------------------------------------------ ## | 17916 | ## ------------------------------------ ## |
| 19355 | ## Report this to the AC_PACKAGE_NAME lists. ## | 17917 | ## Report this to bug-autoconf@gnu.org. ## |
| 19356 | ## ------------------------------------------ ## | 17918 | ## ------------------------------------ ## |
| 19357 | _ASBOX | 17919 | _ASBOX |
| 19358 | ) | | 17920 | ) | |
| 19359 | sed "s/^/$as_me: WARNING: /" >&2 | 17921 | sed "s/^/$as_me: WARNING: /" >&2 |
| @@ -19364,7 +17926,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |||
| 19364 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | 17926 | if eval "test \"\${$as_ac_Header+set}\" = set"; then |
| 19365 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 17927 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 19366 | else | 17928 | else |
| 19367 | eval "$as_ac_Header=\$ac_header_preproc" | 17929 | eval "$as_ac_Header=$ac_header_preproc" |
| 19368 | fi | 17930 | fi |
| 19369 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | 17931 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
| 19370 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | 17932 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
| @@ -19405,6 +17967,7 @@ else | |||
| 19405 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 17967 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
| 19406 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 17968 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 19407 | cat >conftest.$ac_ext <<_ACEOF | 17969 | cat >conftest.$ac_ext <<_ACEOF |
| 17970 | #line $LINENO "configure" | ||
| 19408 | /* confdefs.h. */ | 17971 | /* confdefs.h. */ |
| 19409 | _ACEOF | 17972 | _ACEOF |
| 19410 | cat confdefs.h >>conftest.$ac_ext | 17973 | cat confdefs.h >>conftest.$ac_ext |
| @@ -19415,20 +17978,11 @@ $ac_includes_default | |||
| 19415 | _ACEOF | 17978 | _ACEOF |
| 19416 | rm -f conftest.$ac_objext | 17979 | rm -f conftest.$ac_objext |
| 19417 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 17980 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 19418 | (eval $ac_compile) 2>conftest.er1 | 17981 | (eval $ac_compile) 2>&5 |
| 19419 | ac_status=$? | 17982 | ac_status=$? |
| 19420 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 19421 | rm -f conftest.er1 | ||
| 19422 | cat conftest.err >&5 | ||
| 19423 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 17983 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 19424 | (exit $ac_status); } && | 17984 | (exit $ac_status); } && |
| 19425 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 17985 | { ac_try='test -s conftest.$ac_objext' |
| 19426 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 19427 | (eval $ac_try) 2>&5 | ||
| 19428 | ac_status=$? | ||
| 19429 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 19430 | (exit $ac_status); }; } && | ||
| 19431 | { ac_try='test -s conftest.$ac_objext' | ||
| 19432 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 17986 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 19433 | (eval $ac_try) 2>&5 | 17987 | (eval $ac_try) 2>&5 |
| 19434 | ac_status=$? | 17988 | ac_status=$? |
| @@ -19441,7 +17995,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 19441 | 17995 | ||
| 19442 | ac_header_compiler=no | 17996 | ac_header_compiler=no |
| 19443 | fi | 17997 | fi |
| 19444 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 17998 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 19445 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 17999 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 19446 | echo "${ECHO_T}$ac_header_compiler" >&6 | 18000 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 19447 | 18001 | ||
| @@ -19449,6 +18003,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 19449 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 18003 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
| 19450 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 18004 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 19451 | cat >conftest.$ac_ext <<_ACEOF | 18005 | cat >conftest.$ac_ext <<_ACEOF |
| 18006 | #line $LINENO "configure" | ||
| 19452 | /* confdefs.h. */ | 18007 | /* confdefs.h. */ |
| 19453 | _ACEOF | 18008 | _ACEOF |
| 19454 | cat confdefs.h >>conftest.$ac_ext | 18009 | cat confdefs.h >>conftest.$ac_ext |
| @@ -19466,7 +18021,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 19466 | (exit $ac_status); } >/dev/null; then | 18021 | (exit $ac_status); } >/dev/null; then |
| 19467 | if test -s conftest.err; then | 18022 | if test -s conftest.err; then |
| 19468 | ac_cpp_err=$ac_c_preproc_warn_flag | 18023 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 19469 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 19470 | else | 18024 | else |
| 19471 | ac_cpp_err= | 18025 | ac_cpp_err= |
| 19472 | fi | 18026 | fi |
| @@ -19486,32 +18040,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 19486 | echo "${ECHO_T}$ac_header_preproc" >&6 | 18040 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 19487 | 18041 | ||
| 19488 | # So? What about this header? | 18042 | # So? What about this header? |
| 19489 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 18043 | case $ac_header_compiler:$ac_header_preproc in |
| 19490 | yes:no: ) | 18044 | yes:no ) |
| 19491 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 18045 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 19492 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 18046 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 19493 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 | 18047 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 19494 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | 18048 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
| 19495 | ac_header_preproc=yes | 18049 | ( |
| 18050 | cat <<\_ASBOX | ||
| 18051 | ## ------------------------------------ ## | ||
| 18052 | ## Report this to bug-autoconf@gnu.org. ## | ||
| 18053 | ## ------------------------------------ ## | ||
| 18054 | _ASBOX | ||
| 18055 | ) | | ||
| 18056 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 19496 | ;; | 18057 | ;; |
| 19497 | no:yes:* ) | 18058 | no:yes ) |
| 19498 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 18059 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| 19499 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 18060 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| 19500 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 18061 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| 19501 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 18062 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| 19502 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | ||
| 19503 | echo "$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 | ||
| 19505 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 19506 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 18063 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 19507 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | 18064 | echo "$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 | ||
| 19509 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | ||
| 19510 | ( | 18065 | ( |
| 19511 | cat <<\_ASBOX | 18066 | cat <<\_ASBOX |
| 19512 | ## ------------------------------------------ ## | 18067 | ## ------------------------------------ ## |
| 19513 | ## Report this to the AC_PACKAGE_NAME lists. ## | 18068 | ## Report this to bug-autoconf@gnu.org. ## |
| 19514 | ## ------------------------------------------ ## | 18069 | ## ------------------------------------ ## |
| 19515 | _ASBOX | 18070 | _ASBOX |
| 19516 | ) | | 18071 | ) | |
| 19517 | sed "s/^/$as_me: WARNING: /" >&2 | 18072 | sed "s/^/$as_me: WARNING: /" >&2 |
| @@ -19522,7 +18077,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |||
| 19522 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | 18077 | if eval "test \"\${$as_ac_Header+set}\" = set"; then |
| 19523 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 18078 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 19524 | else | 18079 | else |
| 19525 | eval "$as_ac_Header=\$ac_header_preproc" | 18080 | eval "$as_ac_Header=$ac_header_preproc" |
| 19526 | fi | 18081 | fi |
| 19527 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | 18082 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
| 19528 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | 18083 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
| @@ -19550,6 +18105,7 @@ else | |||
| 19550 | ac_check_lib_save_LIBS=$LIBS | 18105 | ac_check_lib_save_LIBS=$LIBS |
| 19551 | LIBS="-lintl $LIBS" | 18106 | LIBS="-lintl $LIBS" |
| 19552 | cat >conftest.$ac_ext <<_ACEOF | 18107 | cat >conftest.$ac_ext <<_ACEOF |
| 18108 | #line $LINENO "configure" | ||
| 19553 | /* confdefs.h. */ | 18109 | /* confdefs.h. */ |
| 19554 | _ACEOF | 18110 | _ACEOF |
| 19555 | cat confdefs.h >>conftest.$ac_ext | 18111 | cat confdefs.h >>conftest.$ac_ext |
| @@ -19573,20 +18129,11 @@ dgettext (); | |||
| 19573 | _ACEOF | 18129 | _ACEOF |
| 19574 | rm -f conftest.$ac_objext conftest$ac_exeext | 18130 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 19575 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 18131 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 19576 | (eval $ac_link) 2>conftest.er1 | 18132 | (eval $ac_link) 2>&5 |
| 19577 | ac_status=$? | 18133 | ac_status=$? |
| 19578 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 19579 | rm -f conftest.er1 | ||
| 19580 | cat conftest.err >&5 | ||
| 19581 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 18134 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 19582 | (exit $ac_status); } && | 18135 | (exit $ac_status); } && |
| 19583 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 18136 | { ac_try='test -s conftest$ac_exeext' |
| 19584 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 19585 | (eval $ac_try) 2>&5 | ||
| 19586 | ac_status=$? | ||
| 19587 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 19588 | (exit $ac_status); }; } && | ||
| 19589 | { ac_try='test -s conftest$ac_exeext' | ||
| 19590 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 18137 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 19591 | (eval $ac_try) 2>&5 | 18138 | (eval $ac_try) 2>&5 |
| 19592 | ac_status=$? | 18139 | ac_status=$? |
| @@ -19599,8 +18146,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 19599 | 18146 | ||
| 19600 | ac_cv_lib_intl_dgettext=no | 18147 | ac_cv_lib_intl_dgettext=no |
| 19601 | fi | 18148 | fi |
| 19602 | rm -f conftest.err conftest.$ac_objext \ | 18149 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 19603 | conftest$ac_exeext conftest.$ac_ext | ||
| 19604 | LIBS=$ac_check_lib_save_LIBS | 18150 | LIBS=$ac_check_lib_save_LIBS |
| 19605 | fi | 18151 | fi |
| 19606 | echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dgettext" >&5 | 18152 | echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dgettext" >&5 |
| @@ -19626,6 +18172,7 @@ if test "$cross_compiling" = yes; then | |||
| 19626 | emacs_cv_localtime_cache=yes | 18172 | emacs_cv_localtime_cache=yes |
| 19627 | else | 18173 | else |
| 19628 | cat >conftest.$ac_ext <<_ACEOF | 18174 | cat >conftest.$ac_ext <<_ACEOF |
| 18175 | #line $LINENO "configure" | ||
| 19629 | /* confdefs.h. */ | 18176 | /* confdefs.h. */ |
| 19630 | _ACEOF | 18177 | _ACEOF |
| 19631 | cat confdefs.h >>conftest.$ac_ext | 18178 | cat confdefs.h >>conftest.$ac_ext |
| @@ -19681,7 +18228,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 19681 | ( exit $ac_status ) | 18228 | ( exit $ac_status ) |
| 19682 | emacs_cv_localtime_cache=yes | 18229 | emacs_cv_localtime_cache=yes |
| 19683 | fi | 18230 | fi |
| 19684 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 18231 | rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
| 19685 | fi | 18232 | fi |
| 19686 | else | 18233 | else |
| 19687 | # If we lack tzset, report that localtime does not cache TZ, | 18234 | # If we lack tzset, report that localtime does not cache TZ, |
| @@ -19710,28 +18257,21 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then | |||
| 19710 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 18257 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 19711 | else | 18258 | else |
| 19712 | cat >conftest.$ac_ext <<_ACEOF | 18259 | cat >conftest.$ac_ext <<_ACEOF |
| 18260 | #line $LINENO "configure" | ||
| 19713 | /* confdefs.h. */ | 18261 | /* confdefs.h. */ |
| 19714 | _ACEOF | 18262 | _ACEOF |
| 19715 | cat confdefs.h >>conftest.$ac_ext | 18263 | cat confdefs.h >>conftest.$ac_ext |
| 19716 | cat >>conftest.$ac_ext <<_ACEOF | 18264 | cat >>conftest.$ac_ext <<_ACEOF |
| 19717 | /* end confdefs.h. */ | 18265 | /* end confdefs.h. */ |
| 19718 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. | ||
| 19719 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | ||
| 19720 | #define $ac_func innocuous_$ac_func | ||
| 19721 | |||
| 19722 | /* System header to define __stub macros and hopefully few prototypes, | 18266 | /* System header to define __stub macros and hopefully few prototypes, |
| 19723 | which can conflict with char $ac_func (); below. | 18267 | which can conflict with char $ac_func (); below. |
| 19724 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | 18268 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 19725 | <limits.h> exists even on freestanding compilers. */ | 18269 | <limits.h> exists even on freestanding compilers. */ |
| 19726 | |||
| 19727 | #ifdef __STDC__ | 18270 | #ifdef __STDC__ |
| 19728 | # include <limits.h> | 18271 | # include <limits.h> |
| 19729 | #else | 18272 | #else |
| 19730 | # include <assert.h> | 18273 | # include <assert.h> |
| 19731 | #endif | 18274 | #endif |
| 19732 | |||
| 19733 | #undef $ac_func | ||
| 19734 | |||
| 19735 | /* Override any gcc2 internal prototype to avoid an error. */ | 18275 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 19736 | #ifdef __cplusplus | 18276 | #ifdef __cplusplus |
| 19737 | extern "C" | 18277 | extern "C" |
| @@ -19762,20 +18302,11 @@ return f != $ac_func; | |||
| 19762 | _ACEOF | 18302 | _ACEOF |
| 19763 | rm -f conftest.$ac_objext conftest$ac_exeext | 18303 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 19764 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 18304 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 19765 | (eval $ac_link) 2>conftest.er1 | 18305 | (eval $ac_link) 2>&5 |
| 19766 | ac_status=$? | 18306 | ac_status=$? |
| 19767 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 19768 | rm -f conftest.er1 | ||
| 19769 | cat conftest.err >&5 | ||
| 19770 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 18307 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 19771 | (exit $ac_status); } && | 18308 | (exit $ac_status); } && |
| 19772 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 18309 | { ac_try='test -s conftest$ac_exeext' |
| 19773 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 19774 | (eval $ac_try) 2>&5 | ||
| 19775 | ac_status=$? | ||
| 19776 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 19777 | (exit $ac_status); }; } && | ||
| 19778 | { ac_try='test -s conftest$ac_exeext' | ||
| 19779 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 18310 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 19780 | (eval $ac_try) 2>&5 | 18311 | (eval $ac_try) 2>&5 |
| 19781 | ac_status=$? | 18312 | ac_status=$? |
| @@ -19788,8 +18319,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 19788 | 18319 | ||
| 19789 | eval "$as_ac_var=no" | 18320 | eval "$as_ac_var=no" |
| 19790 | fi | 18321 | fi |
| 19791 | rm -f conftest.err conftest.$ac_objext \ | 18322 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 19792 | conftest$ac_exeext conftest.$ac_ext | ||
| 19793 | fi | 18323 | fi |
| 19794 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | 18324 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 |
| 19795 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | 18325 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
| @@ -19808,6 +18338,7 @@ if test "${emacs_cv_gettimeofday_two_arguments+set}" = set; then | |||
| 19808 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 18338 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 19809 | else | 18339 | else |
| 19810 | cat >conftest.$ac_ext <<_ACEOF | 18340 | cat >conftest.$ac_ext <<_ACEOF |
| 18341 | #line $LINENO "configure" | ||
| 19811 | /* confdefs.h. */ | 18342 | /* confdefs.h. */ |
| 19812 | _ACEOF | 18343 | _ACEOF |
| 19813 | cat confdefs.h >>conftest.$ac_ext | 18344 | cat confdefs.h >>conftest.$ac_ext |
| @@ -19835,20 +18366,11 @@ struct timeval time; | |||
| 19835 | _ACEOF | 18366 | _ACEOF |
| 19836 | rm -f conftest.$ac_objext | 18367 | rm -f conftest.$ac_objext |
| 19837 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 18368 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 19838 | (eval $ac_compile) 2>conftest.er1 | 18369 | (eval $ac_compile) 2>&5 |
| 19839 | ac_status=$? | 18370 | ac_status=$? |
| 19840 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 19841 | rm -f conftest.er1 | ||
| 19842 | cat conftest.err >&5 | ||
| 19843 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 18371 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 19844 | (exit $ac_status); } && | 18372 | (exit $ac_status); } && |
| 19845 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 18373 | { ac_try='test -s conftest.$ac_objext' |
| 19846 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 19847 | (eval $ac_try) 2>&5 | ||
| 19848 | ac_status=$? | ||
| 19849 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 19850 | (exit $ac_status); }; } && | ||
| 19851 | { ac_try='test -s conftest.$ac_objext' | ||
| 19852 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 18374 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 19853 | (eval $ac_try) 2>&5 | 18375 | (eval $ac_try) 2>&5 |
| 19854 | ac_status=$? | 18376 | ac_status=$? |
| @@ -19861,7 +18383,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 19861 | 18383 | ||
| 19862 | emacs_cv_gettimeofday_two_arguments=no | 18384 | emacs_cv_gettimeofday_two_arguments=no |
| 19863 | fi | 18385 | fi |
| 19864 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 18386 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 19865 | fi | 18387 | fi |
| 19866 | echo "$as_me:$LINENO: result: $emacs_cv_gettimeofday_two_arguments" >&5 | 18388 | echo "$as_me:$LINENO: result: $emacs_cv_gettimeofday_two_arguments" >&5 |
| 19867 | echo "${ECHO_T}$emacs_cv_gettimeofday_two_arguments" >&6 | 18389 | echo "${ECHO_T}$emacs_cv_gettimeofday_two_arguments" >&6 |
| @@ -19882,6 +18404,7 @@ if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then | |||
| 19882 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 18404 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 19883 | else | 18405 | else |
| 19884 | cat >conftest.$ac_ext <<_ACEOF | 18406 | cat >conftest.$ac_ext <<_ACEOF |
| 18407 | #line $LINENO "configure" | ||
| 19885 | /* confdefs.h. */ | 18408 | /* confdefs.h. */ |
| 19886 | _ACEOF | 18409 | _ACEOF |
| 19887 | cat confdefs.h >>conftest.$ac_ext | 18410 | cat confdefs.h >>conftest.$ac_ext |
| @@ -19903,20 +18426,11 @@ return 0; | |||
| 19903 | _ACEOF | 18426 | _ACEOF |
| 19904 | rm -f conftest.$ac_objext | 18427 | rm -f conftest.$ac_objext |
| 19905 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 18428 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 19906 | (eval $ac_compile) 2>conftest.er1 | 18429 | (eval $ac_compile) 2>&5 |
| 19907 | ac_status=$? | 18430 | ac_status=$? |
| 19908 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 19909 | rm -f conftest.er1 | ||
| 19910 | cat conftest.err >&5 | ||
| 19911 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 18431 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 19912 | (exit $ac_status); } && | 18432 | (exit $ac_status); } && |
| 19913 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 18433 | { ac_try='test -s conftest.$ac_objext' |
| 19914 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 19915 | (eval $ac_try) 2>&5 | ||
| 19916 | ac_status=$? | ||
| 19917 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 19918 | (exit $ac_status); }; } && | ||
| 19919 | { ac_try='test -s conftest.$ac_objext' | ||
| 19920 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 18434 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 19921 | (eval $ac_try) 2>&5 | 18435 | (eval $ac_try) 2>&5 |
| 19922 | ac_status=$? | 18436 | ac_status=$? |
| @@ -19928,6 +18442,7 @@ else | |||
| 19928 | sed 's/^/| /' conftest.$ac_ext >&5 | 18442 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 19929 | 18443 | ||
| 19930 | cat >conftest.$ac_ext <<_ACEOF | 18444 | cat >conftest.$ac_ext <<_ACEOF |
| 18445 | #line $LINENO "configure" | ||
| 19931 | /* confdefs.h. */ | 18446 | /* confdefs.h. */ |
| 19932 | _ACEOF | 18447 | _ACEOF |
| 19933 | cat confdefs.h >>conftest.$ac_ext | 18448 | cat confdefs.h >>conftest.$ac_ext |
| @@ -19949,20 +18464,11 @@ return 0; | |||
| 19949 | _ACEOF | 18464 | _ACEOF |
| 19950 | rm -f conftest.$ac_objext | 18465 | rm -f conftest.$ac_objext |
| 19951 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 18466 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 19952 | (eval $ac_compile) 2>conftest.er1 | 18467 | (eval $ac_compile) 2>&5 |
| 19953 | ac_status=$? | 18468 | ac_status=$? |
| 19954 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 19955 | rm -f conftest.er1 | ||
| 19956 | cat conftest.err >&5 | ||
| 19957 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 18469 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 19958 | (exit $ac_status); } && | 18470 | (exit $ac_status); } && |
| 19959 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 18471 | { ac_try='test -s conftest.$ac_objext' |
| 19960 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 19961 | (eval $ac_try) 2>&5 | ||
| 19962 | ac_status=$? | ||
| 19963 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 19964 | (exit $ac_status); }; } && | ||
| 19965 | { ac_try='test -s conftest.$ac_objext' | ||
| 19966 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 18472 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 19967 | (eval $ac_try) 2>&5 | 18473 | (eval $ac_try) 2>&5 |
| 19968 | ac_status=$? | 18474 | ac_status=$? |
| @@ -19975,9 +18481,9 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 19975 | 18481 | ||
| 19976 | ac_cv_member_struct_tm_tm_zone=no | 18482 | ac_cv_member_struct_tm_tm_zone=no |
| 19977 | fi | 18483 | fi |
| 19978 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 18484 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 19979 | fi | 18485 | fi |
| 19980 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 18486 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 19981 | fi | 18487 | fi |
| 19982 | echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_zone" >&5 | 18488 | echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_zone" >&5 |
| 19983 | echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6 | 18489 | echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6 |
| @@ -20003,6 +18509,7 @@ if test "${ac_cv_var_tzname+set}" = set; then | |||
| 20003 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 18509 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 20004 | else | 18510 | else |
| 20005 | cat >conftest.$ac_ext <<_ACEOF | 18511 | cat >conftest.$ac_ext <<_ACEOF |
| 18512 | #line $LINENO "configure" | ||
| 20006 | /* confdefs.h. */ | 18513 | /* confdefs.h. */ |
| 20007 | _ACEOF | 18514 | _ACEOF |
| 20008 | cat confdefs.h >>conftest.$ac_ext | 18515 | cat confdefs.h >>conftest.$ac_ext |
| @@ -20023,20 +18530,11 @@ atoi(*tzname); | |||
| 20023 | _ACEOF | 18530 | _ACEOF |
| 20024 | rm -f conftest.$ac_objext conftest$ac_exeext | 18531 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 20025 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 18532 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 20026 | (eval $ac_link) 2>conftest.er1 | 18533 | (eval $ac_link) 2>&5 |
| 20027 | ac_status=$? | 18534 | ac_status=$? |
| 20028 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 20029 | rm -f conftest.er1 | ||
| 20030 | cat conftest.err >&5 | ||
| 20031 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 18535 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 20032 | (exit $ac_status); } && | 18536 | (exit $ac_status); } && |
| 20033 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 18537 | { ac_try='test -s conftest$ac_exeext' |
| 20034 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 20035 | (eval $ac_try) 2>&5 | ||
| 20036 | ac_status=$? | ||
| 20037 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 20038 | (exit $ac_status); }; } && | ||
| 20039 | { ac_try='test -s conftest$ac_exeext' | ||
| 20040 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 18538 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 20041 | (eval $ac_try) 2>&5 | 18539 | (eval $ac_try) 2>&5 |
| 20042 | ac_status=$? | 18540 | ac_status=$? |
| @@ -20049,8 +18547,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 20049 | 18547 | ||
| 20050 | ac_cv_var_tzname=no | 18548 | ac_cv_var_tzname=no |
| 20051 | fi | 18549 | fi |
| 20052 | rm -f conftest.err conftest.$ac_objext \ | 18550 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 20053 | conftest$ac_exeext conftest.$ac_ext | ||
| 20054 | fi | 18551 | fi |
| 20055 | echo "$as_me:$LINENO: result: $ac_cv_var_tzname" >&5 | 18552 | echo "$as_me:$LINENO: result: $ac_cv_var_tzname" >&5 |
| 20056 | echo "${ECHO_T}$ac_cv_var_tzname" >&6 | 18553 | echo "${ECHO_T}$ac_cv_var_tzname" >&6 |
| @@ -20071,6 +18568,7 @@ if test "${emacs_cv_struct_timezone+set}" = set; then | |||
| 20071 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 18568 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 20072 | else | 18569 | else |
| 20073 | cat >conftest.$ac_ext <<_ACEOF | 18570 | cat >conftest.$ac_ext <<_ACEOF |
| 18571 | #line $LINENO "configure" | ||
| 20074 | /* confdefs.h. */ | 18572 | /* confdefs.h. */ |
| 20075 | _ACEOF | 18573 | _ACEOF |
| 20076 | cat confdefs.h >>conftest.$ac_ext | 18574 | cat confdefs.h >>conftest.$ac_ext |
| @@ -20087,20 +18585,11 @@ struct timezone tz; | |||
| 20087 | _ACEOF | 18585 | _ACEOF |
| 20088 | rm -f conftest.$ac_objext | 18586 | rm -f conftest.$ac_objext |
| 20089 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 18587 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 20090 | (eval $ac_compile) 2>conftest.er1 | 18588 | (eval $ac_compile) 2>&5 |
| 20091 | ac_status=$? | 18589 | ac_status=$? |
| 20092 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 20093 | rm -f conftest.er1 | ||
| 20094 | cat conftest.err >&5 | ||
| 20095 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 18590 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 20096 | (exit $ac_status); } && | 18591 | (exit $ac_status); } && |
| 20097 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 18592 | { ac_try='test -s conftest.$ac_objext' |
| 20098 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 20099 | (eval $ac_try) 2>&5 | ||
| 20100 | ac_status=$? | ||
| 20101 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 20102 | (exit $ac_status); }; } && | ||
| 20103 | { ac_try='test -s conftest.$ac_objext' | ||
| 20104 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 18593 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 20105 | (eval $ac_try) 2>&5 | 18594 | (eval $ac_try) 2>&5 |
| 20106 | ac_status=$? | 18595 | ac_status=$? |
| @@ -20110,6 +18599,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 20110 | emacs_cv_struct_timezone=yes | 18599 | emacs_cv_struct_timezone=yes |
| 20111 | else | 18600 | else |
| 20112 | cat >conftest.$ac_ext <<_ACEOF | 18601 | cat >conftest.$ac_ext <<_ACEOF |
| 18602 | #line $LINENO "configure" | ||
| 20113 | /* confdefs.h. */ | 18603 | /* confdefs.h. */ |
| 20114 | _ACEOF | 18604 | _ACEOF |
| 20115 | cat confdefs.h >>conftest.$ac_ext | 18605 | cat confdefs.h >>conftest.$ac_ext |
| @@ -20152,7 +18642,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 20152 | ( exit $ac_status ) | 18642 | ( exit $ac_status ) |
| 20153 | emacs_cv_struct_timezone=no | 18643 | emacs_cv_struct_timezone=no |
| 20154 | fi | 18644 | fi |
| 20155 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 18645 | rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
| 20156 | fi | 18646 | fi |
| 20157 | else | 18647 | else |
| 20158 | echo "$as_me: failed program was:" >&5 | 18648 | echo "$as_me: failed program was:" >&5 |
| @@ -20160,7 +18650,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 20160 | 18650 | ||
| 20161 | emacs_cv_struct_timezone=no | 18651 | emacs_cv_struct_timezone=no |
| 20162 | fi | 18652 | fi |
| 20163 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 18653 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 20164 | fi | 18654 | fi |
| 20165 | echo "$as_me:$LINENO: result: $emacs_cv_struct_timezone" >&5 | 18655 | echo "$as_me:$LINENO: result: $emacs_cv_struct_timezone" >&5 |
| 20166 | echo "${ECHO_T}$emacs_cv_struct_timezone" >&6 | 18656 | echo "${ECHO_T}$emacs_cv_struct_timezone" >&6 |
| @@ -20173,28 +18663,21 @@ if test "${ac_cv_func_socket+set}" = set; then | |||
| 20173 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 18663 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 20174 | else | 18664 | else |
| 20175 | cat >conftest.$ac_ext <<_ACEOF | 18665 | cat >conftest.$ac_ext <<_ACEOF |
| 18666 | #line $LINENO "configure" | ||
| 20176 | /* confdefs.h. */ | 18667 | /* confdefs.h. */ |
| 20177 | _ACEOF | 18668 | _ACEOF |
| 20178 | cat confdefs.h >>conftest.$ac_ext | 18669 | cat confdefs.h >>conftest.$ac_ext |
| 20179 | cat >>conftest.$ac_ext <<_ACEOF | 18670 | cat >>conftest.$ac_ext <<_ACEOF |
| 20180 | /* end confdefs.h. */ | 18671 | /* end confdefs.h. */ |
| 20181 | /* Define socket to an innocuous variant, in case <limits.h> declares socket. | ||
| 20182 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | ||
| 20183 | #define socket innocuous_socket | ||
| 20184 | |||
| 20185 | /* System header to define __stub macros and hopefully few prototypes, | 18672 | /* System header to define __stub macros and hopefully few prototypes, |
| 20186 | which can conflict with char socket (); below. | 18673 | which can conflict with char socket (); below. |
| 20187 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | 18674 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 20188 | <limits.h> exists even on freestanding compilers. */ | 18675 | <limits.h> exists even on freestanding compilers. */ |
| 20189 | |||
| 20190 | #ifdef __STDC__ | 18676 | #ifdef __STDC__ |
| 20191 | # include <limits.h> | 18677 | # include <limits.h> |
| 20192 | #else | 18678 | #else |
| 20193 | # include <assert.h> | 18679 | # include <assert.h> |
| 20194 | #endif | 18680 | #endif |
| 20195 | |||
| 20196 | #undef socket | ||
| 20197 | |||
| 20198 | /* Override any gcc2 internal prototype to avoid an error. */ | 18681 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 20199 | #ifdef __cplusplus | 18682 | #ifdef __cplusplus |
| 20200 | extern "C" | 18683 | extern "C" |
| @@ -20225,20 +18708,11 @@ return f != socket; | |||
| 20225 | _ACEOF | 18708 | _ACEOF |
| 20226 | rm -f conftest.$ac_objext conftest$ac_exeext | 18709 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 20227 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 18710 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 20228 | (eval $ac_link) 2>conftest.er1 | 18711 | (eval $ac_link) 2>&5 |
| 20229 | ac_status=$? | 18712 | ac_status=$? |
| 20230 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 20231 | rm -f conftest.er1 | ||
| 20232 | cat conftest.err >&5 | ||
| 20233 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 18713 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 20234 | (exit $ac_status); } && | 18714 | (exit $ac_status); } && |
| 20235 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 18715 | { ac_try='test -s conftest$ac_exeext' |
| 20236 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 20237 | (eval $ac_try) 2>&5 | ||
| 20238 | ac_status=$? | ||
| 20239 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 20240 | (exit $ac_status); }; } && | ||
| 20241 | { ac_try='test -s conftest$ac_exeext' | ||
| 20242 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 18716 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 20243 | (eval $ac_try) 2>&5 | 18717 | (eval $ac_try) 2>&5 |
| 20244 | ac_status=$? | 18718 | ac_status=$? |
| @@ -20251,8 +18725,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 20251 | 18725 | ||
| 20252 | ac_cv_func_socket=no | 18726 | ac_cv_func_socket=no |
| 20253 | fi | 18727 | fi |
| 20254 | rm -f conftest.err conftest.$ac_objext \ | 18728 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 20255 | conftest$ac_exeext conftest.$ac_ext | ||
| 20256 | fi | 18729 | fi |
| 20257 | echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5 | 18730 | echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5 |
| 20258 | echo "${ECHO_T}$ac_cv_func_socket" >&6 | 18731 | echo "${ECHO_T}$ac_cv_func_socket" >&6 |
| @@ -20276,6 +18749,7 @@ else | |||
| 20276 | echo "$as_me:$LINENO: checking netinet/in.h usability" >&5 | 18749 | echo "$as_me:$LINENO: checking netinet/in.h usability" >&5 |
| 20277 | echo $ECHO_N "checking netinet/in.h usability... $ECHO_C" >&6 | 18750 | echo $ECHO_N "checking netinet/in.h usability... $ECHO_C" >&6 |
| 20278 | cat >conftest.$ac_ext <<_ACEOF | 18751 | cat >conftest.$ac_ext <<_ACEOF |
| 18752 | #line $LINENO "configure" | ||
| 20279 | /* confdefs.h. */ | 18753 | /* confdefs.h. */ |
| 20280 | _ACEOF | 18754 | _ACEOF |
| 20281 | cat confdefs.h >>conftest.$ac_ext | 18755 | cat confdefs.h >>conftest.$ac_ext |
| @@ -20286,20 +18760,11 @@ $ac_includes_default | |||
| 20286 | _ACEOF | 18760 | _ACEOF |
| 20287 | rm -f conftest.$ac_objext | 18761 | rm -f conftest.$ac_objext |
| 20288 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 18762 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 20289 | (eval $ac_compile) 2>conftest.er1 | 18763 | (eval $ac_compile) 2>&5 |
| 20290 | ac_status=$? | 18764 | ac_status=$? |
| 20291 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 20292 | rm -f conftest.er1 | ||
| 20293 | cat conftest.err >&5 | ||
| 20294 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 18765 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 20295 | (exit $ac_status); } && | 18766 | (exit $ac_status); } && |
| 20296 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 18767 | { ac_try='test -s conftest.$ac_objext' |
| 20297 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 20298 | (eval $ac_try) 2>&5 | ||
| 20299 | ac_status=$? | ||
| 20300 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 20301 | (exit $ac_status); }; } && | ||
| 20302 | { ac_try='test -s conftest.$ac_objext' | ||
| 20303 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 18768 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 20304 | (eval $ac_try) 2>&5 | 18769 | (eval $ac_try) 2>&5 |
| 20305 | ac_status=$? | 18770 | ac_status=$? |
| @@ -20312,7 +18777,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 20312 | 18777 | ||
| 20313 | ac_header_compiler=no | 18778 | ac_header_compiler=no |
| 20314 | fi | 18779 | fi |
| 20315 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 18780 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 20316 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 18781 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 20317 | echo "${ECHO_T}$ac_header_compiler" >&6 | 18782 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 20318 | 18783 | ||
| @@ -20320,6 +18785,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 20320 | echo "$as_me:$LINENO: checking netinet/in.h presence" >&5 | 18785 | echo "$as_me:$LINENO: checking netinet/in.h presence" >&5 |
| 20321 | echo $ECHO_N "checking netinet/in.h presence... $ECHO_C" >&6 | 18786 | echo $ECHO_N "checking netinet/in.h presence... $ECHO_C" >&6 |
| 20322 | cat >conftest.$ac_ext <<_ACEOF | 18787 | cat >conftest.$ac_ext <<_ACEOF |
| 18788 | #line $LINENO "configure" | ||
| 20323 | /* confdefs.h. */ | 18789 | /* confdefs.h. */ |
| 20324 | _ACEOF | 18790 | _ACEOF |
| 20325 | cat confdefs.h >>conftest.$ac_ext | 18791 | cat confdefs.h >>conftest.$ac_ext |
| @@ -20337,7 +18803,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 20337 | (exit $ac_status); } >/dev/null; then | 18803 | (exit $ac_status); } >/dev/null; then |
| 20338 | if test -s conftest.err; then | 18804 | if test -s conftest.err; then |
| 20339 | ac_cpp_err=$ac_c_preproc_warn_flag | 18805 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 20340 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 20341 | else | 18806 | else |
| 20342 | ac_cpp_err= | 18807 | ac_cpp_err= |
| 20343 | fi | 18808 | fi |
| @@ -20357,32 +18822,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 20357 | echo "${ECHO_T}$ac_header_preproc" >&6 | 18822 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 20358 | 18823 | ||
| 20359 | # So? What about this header? | 18824 | # So? What about this header? |
| 20360 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 18825 | case $ac_header_compiler:$ac_header_preproc in |
| 20361 | yes:no: ) | 18826 | yes:no ) |
| 20362 | { echo "$as_me:$LINENO: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&5 | 18827 | { echo "$as_me:$LINENO: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 20363 | echo "$as_me: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | 18828 | echo "$as_me: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 20364 | { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the compiler's result" >&5 | 18829 | { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&5 |
| 20365 | echo "$as_me: WARNING: netinet/in.h: proceeding with the compiler's result" >&2;} | 18830 | echo "$as_me: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&2;} |
| 20366 | ac_header_preproc=yes | 18831 | ( |
| 18832 | cat <<\_ASBOX | ||
| 18833 | ## ------------------------------------ ## | ||
| 18834 | ## Report this to bug-autoconf@gnu.org. ## | ||
| 18835 | ## ------------------------------------ ## | ||
| 18836 | _ASBOX | ||
| 18837 | ) | | ||
| 18838 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 20367 | ;; | 18839 | ;; |
| 20368 | no:yes:* ) | 18840 | no:yes ) |
| 20369 | { echo "$as_me:$LINENO: WARNING: netinet/in.h: present but cannot be compiled" >&5 | 18841 | { echo "$as_me:$LINENO: WARNING: netinet/in.h: present but cannot be compiled" >&5 |
| 20370 | echo "$as_me: WARNING: netinet/in.h: present but cannot be compiled" >&2;} | 18842 | echo "$as_me: WARNING: netinet/in.h: present but cannot be compiled" >&2;} |
| 20371 | { echo "$as_me:$LINENO: WARNING: netinet/in.h: check for missing prerequisite headers?" >&5 | 18843 | { echo "$as_me:$LINENO: WARNING: netinet/in.h: check for missing prerequisite headers?" >&5 |
| 20372 | echo "$as_me: WARNING: netinet/in.h: check for missing prerequisite headers?" >&2;} | 18844 | echo "$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 | ||
| 20374 | echo "$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 | ||
| 20376 | echo "$as_me: WARNING: netinet/in.h: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 20377 | { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&5 | 18845 | { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&5 |
| 20378 | echo "$as_me: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&2;} | 18846 | echo "$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 | ||
| 20380 | echo "$as_me: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&2;} | ||
| 20381 | ( | 18847 | ( |
| 20382 | cat <<\_ASBOX | 18848 | cat <<\_ASBOX |
| 20383 | ## ------------------------------------------ ## | 18849 | ## ------------------------------------ ## |
| 20384 | ## Report this to the AC_PACKAGE_NAME lists. ## | 18850 | ## Report this to bug-autoconf@gnu.org. ## |
| 20385 | ## ------------------------------------------ ## | 18851 | ## ------------------------------------ ## |
| 20386 | _ASBOX | 18852 | _ASBOX |
| 20387 | ) | | 18853 | ) | |
| 20388 | sed "s/^/$as_me: WARNING: /" >&2 | 18854 | sed "s/^/$as_me: WARNING: /" >&2 |
| @@ -20421,6 +18887,7 @@ else | |||
| 20421 | echo "$as_me:$LINENO: checking arpa/inet.h usability" >&5 | 18887 | echo "$as_me:$LINENO: checking arpa/inet.h usability" >&5 |
| 20422 | echo $ECHO_N "checking arpa/inet.h usability... $ECHO_C" >&6 | 18888 | echo $ECHO_N "checking arpa/inet.h usability... $ECHO_C" >&6 |
| 20423 | cat >conftest.$ac_ext <<_ACEOF | 18889 | cat >conftest.$ac_ext <<_ACEOF |
| 18890 | #line $LINENO "configure" | ||
| 20424 | /* confdefs.h. */ | 18891 | /* confdefs.h. */ |
| 20425 | _ACEOF | 18892 | _ACEOF |
| 20426 | cat confdefs.h >>conftest.$ac_ext | 18893 | cat confdefs.h >>conftest.$ac_ext |
| @@ -20431,20 +18898,11 @@ $ac_includes_default | |||
| 20431 | _ACEOF | 18898 | _ACEOF |
| 20432 | rm -f conftest.$ac_objext | 18899 | rm -f conftest.$ac_objext |
| 20433 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 18900 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 20434 | (eval $ac_compile) 2>conftest.er1 | 18901 | (eval $ac_compile) 2>&5 |
| 20435 | ac_status=$? | 18902 | ac_status=$? |
| 20436 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 20437 | rm -f conftest.er1 | ||
| 20438 | cat conftest.err >&5 | ||
| 20439 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 18903 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 20440 | (exit $ac_status); } && | 18904 | (exit $ac_status); } && |
| 20441 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 18905 | { ac_try='test -s conftest.$ac_objext' |
| 20442 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 20443 | (eval $ac_try) 2>&5 | ||
| 20444 | ac_status=$? | ||
| 20445 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 20446 | (exit $ac_status); }; } && | ||
| 20447 | { ac_try='test -s conftest.$ac_objext' | ||
| 20448 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 18906 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 20449 | (eval $ac_try) 2>&5 | 18907 | (eval $ac_try) 2>&5 |
| 20450 | ac_status=$? | 18908 | ac_status=$? |
| @@ -20457,7 +18915,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 20457 | 18915 | ||
| 20458 | ac_header_compiler=no | 18916 | ac_header_compiler=no |
| 20459 | fi | 18917 | fi |
| 20460 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 18918 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 20461 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 18919 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 20462 | echo "${ECHO_T}$ac_header_compiler" >&6 | 18920 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 20463 | 18921 | ||
| @@ -20465,6 +18923,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 20465 | echo "$as_me:$LINENO: checking arpa/inet.h presence" >&5 | 18923 | echo "$as_me:$LINENO: checking arpa/inet.h presence" >&5 |
| 20466 | echo $ECHO_N "checking arpa/inet.h presence... $ECHO_C" >&6 | 18924 | echo $ECHO_N "checking arpa/inet.h presence... $ECHO_C" >&6 |
| 20467 | cat >conftest.$ac_ext <<_ACEOF | 18925 | cat >conftest.$ac_ext <<_ACEOF |
| 18926 | #line $LINENO "configure" | ||
| 20468 | /* confdefs.h. */ | 18927 | /* confdefs.h. */ |
| 20469 | _ACEOF | 18928 | _ACEOF |
| 20470 | cat confdefs.h >>conftest.$ac_ext | 18929 | cat confdefs.h >>conftest.$ac_ext |
| @@ -20482,7 +18941,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 20482 | (exit $ac_status); } >/dev/null; then | 18941 | (exit $ac_status); } >/dev/null; then |
| 20483 | if test -s conftest.err; then | 18942 | if test -s conftest.err; then |
| 20484 | ac_cpp_err=$ac_c_preproc_warn_flag | 18943 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 20485 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 20486 | else | 18944 | else |
| 20487 | ac_cpp_err= | 18945 | ac_cpp_err= |
| 20488 | fi | 18946 | fi |
| @@ -20502,32 +18960,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 20502 | echo "${ECHO_T}$ac_header_preproc" >&6 | 18960 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 20503 | 18961 | ||
| 20504 | # So? What about this header? | 18962 | # So? What about this header? |
| 20505 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 18963 | case $ac_header_compiler:$ac_header_preproc in |
| 20506 | yes:no: ) | 18964 | yes:no ) |
| 20507 | { echo "$as_me:$LINENO: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&5 | 18965 | { echo "$as_me:$LINENO: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 20508 | echo "$as_me: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | 18966 | echo "$as_me: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 20509 | { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the compiler's result" >&5 | 18967 | { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&5 |
| 20510 | echo "$as_me: WARNING: arpa/inet.h: proceeding with the compiler's result" >&2;} | 18968 | echo "$as_me: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&2;} |
| 20511 | ac_header_preproc=yes | 18969 | ( |
| 18970 | cat <<\_ASBOX | ||
| 18971 | ## ------------------------------------ ## | ||
| 18972 | ## Report this to bug-autoconf@gnu.org. ## | ||
| 18973 | ## ------------------------------------ ## | ||
| 18974 | _ASBOX | ||
| 18975 | ) | | ||
| 18976 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 20512 | ;; | 18977 | ;; |
| 20513 | no:yes:* ) | 18978 | no:yes ) |
| 20514 | { echo "$as_me:$LINENO: WARNING: arpa/inet.h: present but cannot be compiled" >&5 | 18979 | { echo "$as_me:$LINENO: WARNING: arpa/inet.h: present but cannot be compiled" >&5 |
| 20515 | echo "$as_me: WARNING: arpa/inet.h: present but cannot be compiled" >&2;} | 18980 | echo "$as_me: WARNING: arpa/inet.h: present but cannot be compiled" >&2;} |
| 20516 | { echo "$as_me:$LINENO: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&5 | 18981 | { echo "$as_me:$LINENO: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&5 |
| 20517 | echo "$as_me: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&2;} | 18982 | echo "$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 | ||
| 20519 | echo "$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 | ||
| 20521 | echo "$as_me: WARNING: arpa/inet.h: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 20522 | { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&5 | 18983 | { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&5 |
| 20523 | echo "$as_me: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&2;} | 18984 | echo "$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 | ||
| 20525 | echo "$as_me: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&2;} | ||
| 20526 | ( | 18985 | ( |
| 20527 | cat <<\_ASBOX | 18986 | cat <<\_ASBOX |
| 20528 | ## ------------------------------------------ ## | 18987 | ## ------------------------------------ ## |
| 20529 | ## Report this to the AC_PACKAGE_NAME lists. ## | 18988 | ## Report this to bug-autoconf@gnu.org. ## |
| 20530 | ## ------------------------------------------ ## | 18989 | ## ------------------------------------ ## |
| 20531 | _ASBOX | 18990 | _ASBOX |
| 20532 | ) | | 18991 | ) | |
| 20533 | sed "s/^/$as_me: WARNING: /" >&2 | 18992 | sed "s/^/$as_me: WARNING: /" >&2 |
| @@ -20577,6 +19036,7 @@ else | |||
| 20577 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 19036 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
| 20578 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 19037 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 20579 | cat >conftest.$ac_ext <<_ACEOF | 19038 | cat >conftest.$ac_ext <<_ACEOF |
| 19039 | #line $LINENO "configure" | ||
| 20580 | /* confdefs.h. */ | 19040 | /* confdefs.h. */ |
| 20581 | _ACEOF | 19041 | _ACEOF |
| 20582 | cat confdefs.h >>conftest.$ac_ext | 19042 | cat confdefs.h >>conftest.$ac_ext |
| @@ -20587,20 +19047,11 @@ $ac_includes_default | |||
| 20587 | _ACEOF | 19047 | _ACEOF |
| 20588 | rm -f conftest.$ac_objext | 19048 | rm -f conftest.$ac_objext |
| 20589 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 19049 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 20590 | (eval $ac_compile) 2>conftest.er1 | 19050 | (eval $ac_compile) 2>&5 |
| 20591 | ac_status=$? | 19051 | ac_status=$? |
| 20592 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 20593 | rm -f conftest.er1 | ||
| 20594 | cat conftest.err >&5 | ||
| 20595 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 19052 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 20596 | (exit $ac_status); } && | 19053 | (exit $ac_status); } && |
| 20597 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 19054 | { ac_try='test -s conftest.$ac_objext' |
| 20598 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 20599 | (eval $ac_try) 2>&5 | ||
| 20600 | ac_status=$? | ||
| 20601 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 20602 | (exit $ac_status); }; } && | ||
| 20603 | { ac_try='test -s conftest.$ac_objext' | ||
| 20604 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 19055 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 20605 | (eval $ac_try) 2>&5 | 19056 | (eval $ac_try) 2>&5 |
| 20606 | ac_status=$? | 19057 | ac_status=$? |
| @@ -20613,7 +19064,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 20613 | 19064 | ||
| 20614 | ac_header_compiler=no | 19065 | ac_header_compiler=no |
| 20615 | fi | 19066 | fi |
| 20616 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 19067 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 20617 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 19068 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 20618 | echo "${ECHO_T}$ac_header_compiler" >&6 | 19069 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 20619 | 19070 | ||
| @@ -20621,6 +19072,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 20621 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 19072 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
| 20622 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 19073 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 20623 | cat >conftest.$ac_ext <<_ACEOF | 19074 | cat >conftest.$ac_ext <<_ACEOF |
| 19075 | #line $LINENO "configure" | ||
| 20624 | /* confdefs.h. */ | 19076 | /* confdefs.h. */ |
| 20625 | _ACEOF | 19077 | _ACEOF |
| 20626 | cat confdefs.h >>conftest.$ac_ext | 19078 | cat confdefs.h >>conftest.$ac_ext |
| @@ -20638,7 +19090,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 20638 | (exit $ac_status); } >/dev/null; then | 19090 | (exit $ac_status); } >/dev/null; then |
| 20639 | if test -s conftest.err; then | 19091 | if test -s conftest.err; then |
| 20640 | ac_cpp_err=$ac_c_preproc_warn_flag | 19092 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 20641 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 20642 | else | 19093 | else |
| 20643 | ac_cpp_err= | 19094 | ac_cpp_err= |
| 20644 | fi | 19095 | fi |
| @@ -20658,32 +19109,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 20658 | echo "${ECHO_T}$ac_header_preproc" >&6 | 19109 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 20659 | 19110 | ||
| 20660 | # So? What about this header? | 19111 | # So? What about this header? |
| 20661 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 19112 | case $ac_header_compiler:$ac_header_preproc in |
| 20662 | yes:no: ) | 19113 | yes:no ) |
| 20663 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 19114 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 20664 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 19115 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 20665 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 | 19116 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 20666 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | 19117 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
| 20667 | ac_header_preproc=yes | 19118 | ( |
| 19119 | cat <<\_ASBOX | ||
| 19120 | ## ------------------------------------ ## | ||
| 19121 | ## Report this to bug-autoconf@gnu.org. ## | ||
| 19122 | ## ------------------------------------ ## | ||
| 19123 | _ASBOX | ||
| 19124 | ) | | ||
| 19125 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 20668 | ;; | 19126 | ;; |
| 20669 | no:yes:* ) | 19127 | no:yes ) |
| 20670 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 19128 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| 20671 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 19129 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| 20672 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 19130 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| 20673 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 19131 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| 20674 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | ||
| 20675 | echo "$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 | ||
| 20677 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 20678 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 19132 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 20679 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | 19133 | echo "$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 | ||
| 20681 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | ||
| 20682 | ( | 19134 | ( |
| 20683 | cat <<\_ASBOX | 19135 | cat <<\_ASBOX |
| 20684 | ## ------------------------------------------ ## | 19136 | ## ------------------------------------ ## |
| 20685 | ## Report this to the AC_PACKAGE_NAME lists. ## | 19137 | ## Report this to bug-autoconf@gnu.org. ## |
| 20686 | ## ------------------------------------------ ## | 19138 | ## ------------------------------------ ## |
| 20687 | _ASBOX | 19139 | _ASBOX |
| 20688 | ) | | 19140 | ) | |
| 20689 | sed "s/^/$as_me: WARNING: /" >&2 | 19141 | sed "s/^/$as_me: WARNING: /" >&2 |
| @@ -20694,7 +19146,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |||
| 20694 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | 19146 | if eval "test \"\${$as_ac_Header+set}\" = set"; then |
| 20695 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 19147 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 20696 | else | 19148 | else |
| 20697 | eval "$as_ac_Header=\$ac_header_preproc" | 19149 | eval "$as_ac_Header=$ac_header_preproc" |
| 20698 | fi | 19150 | fi |
| 20699 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | 19151 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
| 20700 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | 19152 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
| @@ -20739,6 +19191,7 @@ if test "${ac_cv_type_pid_t+set}" = set; then | |||
| 20739 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 19191 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 20740 | else | 19192 | else |
| 20741 | cat >conftest.$ac_ext <<_ACEOF | 19193 | cat >conftest.$ac_ext <<_ACEOF |
| 19194 | #line $LINENO "configure" | ||
| 20742 | /* confdefs.h. */ | 19195 | /* confdefs.h. */ |
| 20743 | _ACEOF | 19196 | _ACEOF |
| 20744 | cat confdefs.h >>conftest.$ac_ext | 19197 | cat confdefs.h >>conftest.$ac_ext |
| @@ -20758,20 +19211,11 @@ if (sizeof (pid_t)) | |||
| 20758 | _ACEOF | 19211 | _ACEOF |
| 20759 | rm -f conftest.$ac_objext | 19212 | rm -f conftest.$ac_objext |
| 20760 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 19213 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 20761 | (eval $ac_compile) 2>conftest.er1 | 19214 | (eval $ac_compile) 2>&5 |
| 20762 | ac_status=$? | 19215 | ac_status=$? |
| 20763 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 20764 | rm -f conftest.er1 | ||
| 20765 | cat conftest.err >&5 | ||
| 20766 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 19216 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 20767 | (exit $ac_status); } && | 19217 | (exit $ac_status); } && |
| 20768 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 19218 | { ac_try='test -s conftest.$ac_objext' |
| 20769 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 20770 | (eval $ac_try) 2>&5 | ||
| 20771 | ac_status=$? | ||
| 20772 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 20773 | (exit $ac_status); }; } && | ||
| 20774 | { ac_try='test -s conftest.$ac_objext' | ||
| 20775 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 19219 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 20776 | (eval $ac_try) 2>&5 | 19220 | (eval $ac_try) 2>&5 |
| 20777 | ac_status=$? | 19221 | ac_status=$? |
| @@ -20784,7 +19228,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 20784 | 19228 | ||
| 20785 | ac_cv_type_pid_t=no | 19229 | ac_cv_type_pid_t=no |
| 20786 | fi | 19230 | fi |
| 20787 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 19231 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 20788 | fi | 19232 | fi |
| 20789 | echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5 | 19233 | echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5 |
| 20790 | echo "${ECHO_T}$ac_cv_type_pid_t" >&6 | 19234 | echo "${ECHO_T}$ac_cv_type_pid_t" >&6 |
| @@ -20816,6 +19260,7 @@ else | |||
| 20816 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 19260 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
| 20817 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 19261 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 20818 | cat >conftest.$ac_ext <<_ACEOF | 19262 | cat >conftest.$ac_ext <<_ACEOF |
| 19263 | #line $LINENO "configure" | ||
| 20819 | /* confdefs.h. */ | 19264 | /* confdefs.h. */ |
| 20820 | _ACEOF | 19265 | _ACEOF |
| 20821 | cat confdefs.h >>conftest.$ac_ext | 19266 | cat confdefs.h >>conftest.$ac_ext |
| @@ -20826,20 +19271,11 @@ $ac_includes_default | |||
| 20826 | _ACEOF | 19271 | _ACEOF |
| 20827 | rm -f conftest.$ac_objext | 19272 | rm -f conftest.$ac_objext |
| 20828 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 19273 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 20829 | (eval $ac_compile) 2>conftest.er1 | 19274 | (eval $ac_compile) 2>&5 |
| 20830 | ac_status=$? | 19275 | ac_status=$? |
| 20831 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 20832 | rm -f conftest.er1 | ||
| 20833 | cat conftest.err >&5 | ||
| 20834 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 19276 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 20835 | (exit $ac_status); } && | 19277 | (exit $ac_status); } && |
| 20836 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 19278 | { ac_try='test -s conftest.$ac_objext' |
| 20837 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 20838 | (eval $ac_try) 2>&5 | ||
| 20839 | ac_status=$? | ||
| 20840 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 20841 | (exit $ac_status); }; } && | ||
| 20842 | { ac_try='test -s conftest.$ac_objext' | ||
| 20843 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 19279 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 20844 | (eval $ac_try) 2>&5 | 19280 | (eval $ac_try) 2>&5 |
| 20845 | ac_status=$? | 19281 | ac_status=$? |
| @@ -20852,7 +19288,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 20852 | 19288 | ||
| 20853 | ac_header_compiler=no | 19289 | ac_header_compiler=no |
| 20854 | fi | 19290 | fi |
| 20855 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 19291 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 20856 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 19292 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 20857 | echo "${ECHO_T}$ac_header_compiler" >&6 | 19293 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 20858 | 19294 | ||
| @@ -20860,6 +19296,7 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 20860 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 19296 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
| 20861 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 19297 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 20862 | cat >conftest.$ac_ext <<_ACEOF | 19298 | cat >conftest.$ac_ext <<_ACEOF |
| 19299 | #line $LINENO "configure" | ||
| 20863 | /* confdefs.h. */ | 19300 | /* confdefs.h. */ |
| 20864 | _ACEOF | 19301 | _ACEOF |
| 20865 | cat confdefs.h >>conftest.$ac_ext | 19302 | cat confdefs.h >>conftest.$ac_ext |
| @@ -20877,7 +19314,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 20877 | (exit $ac_status); } >/dev/null; then | 19314 | (exit $ac_status); } >/dev/null; then |
| 20878 | if test -s conftest.err; then | 19315 | if test -s conftest.err; then |
| 20879 | ac_cpp_err=$ac_c_preproc_warn_flag | 19316 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 20880 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 20881 | else | 19317 | else |
| 20882 | ac_cpp_err= | 19318 | ac_cpp_err= |
| 20883 | fi | 19319 | fi |
| @@ -20897,32 +19333,33 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 20897 | echo "${ECHO_T}$ac_header_preproc" >&6 | 19333 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 20898 | 19334 | ||
| 20899 | # So? What about this header? | 19335 | # So? What about this header? |
| 20900 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in | 19336 | case $ac_header_compiler:$ac_header_preproc in |
| 20901 | yes:no: ) | 19337 | yes:no ) |
| 20902 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 19338 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 20903 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 19339 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 20904 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 | 19340 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 20905 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} | 19341 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
| 20906 | ac_header_preproc=yes | 19342 | ( |
| 19343 | cat <<\_ASBOX | ||
| 19344 | ## ------------------------------------ ## | ||
| 19345 | ## Report this to bug-autoconf@gnu.org. ## | ||
| 19346 | ## ------------------------------------ ## | ||
| 19347 | _ASBOX | ||
| 19348 | ) | | ||
| 19349 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 20907 | ;; | 19350 | ;; |
| 20908 | no:yes:* ) | 19351 | no:yes ) |
| 20909 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 19352 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| 20910 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 19353 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| 20911 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 19354 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| 20912 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 19355 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| 20913 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | ||
| 20914 | echo "$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 | ||
| 20916 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 20917 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 19356 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 20918 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} | 19357 | echo "$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 | ||
| 20920 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | ||
| 20921 | ( | 19358 | ( |
| 20922 | cat <<\_ASBOX | 19359 | cat <<\_ASBOX |
| 20923 | ## ------------------------------------------ ## | 19360 | ## ------------------------------------ ## |
| 20924 | ## Report this to the AC_PACKAGE_NAME lists. ## | 19361 | ## Report this to bug-autoconf@gnu.org. ## |
| 20925 | ## ------------------------------------------ ## | 19362 | ## ------------------------------------ ## |
| 20926 | _ASBOX | 19363 | _ASBOX |
| 20927 | ) | | 19364 | ) | |
| 20928 | sed "s/^/$as_me: WARNING: /" >&2 | 19365 | sed "s/^/$as_me: WARNING: /" >&2 |
| @@ -20933,7 +19370,7 @@ echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | |||
| 20933 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | 19370 | if eval "test \"\${$as_ac_Header+set}\" = set"; then |
| 20934 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 19371 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 20935 | else | 19372 | else |
| 20936 | eval "$as_ac_Header=\$ac_header_preproc" | 19373 | eval "$as_ac_Header=$ac_header_preproc" |
| 20937 | fi | 19374 | fi |
| 20938 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | 19375 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
| 20939 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | 19376 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
| @@ -20959,28 +19396,21 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then | |||
| 20959 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 19396 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 20960 | else | 19397 | else |
| 20961 | cat >conftest.$ac_ext <<_ACEOF | 19398 | cat >conftest.$ac_ext <<_ACEOF |
| 19399 | #line $LINENO "configure" | ||
| 20962 | /* confdefs.h. */ | 19400 | /* confdefs.h. */ |
| 20963 | _ACEOF | 19401 | _ACEOF |
| 20964 | cat confdefs.h >>conftest.$ac_ext | 19402 | cat confdefs.h >>conftest.$ac_ext |
| 20965 | cat >>conftest.$ac_ext <<_ACEOF | 19403 | cat >>conftest.$ac_ext <<_ACEOF |
| 20966 | /* end confdefs.h. */ | 19404 | /* end confdefs.h. */ |
| 20967 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. | ||
| 20968 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | ||
| 20969 | #define $ac_func innocuous_$ac_func | ||
| 20970 | |||
| 20971 | /* System header to define __stub macros and hopefully few prototypes, | 19405 | /* System header to define __stub macros and hopefully few prototypes, |
| 20972 | which can conflict with char $ac_func (); below. | 19406 | which can conflict with char $ac_func (); below. |
| 20973 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | 19407 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 20974 | <limits.h> exists even on freestanding compilers. */ | 19408 | <limits.h> exists even on freestanding compilers. */ |
| 20975 | |||
| 20976 | #ifdef __STDC__ | 19409 | #ifdef __STDC__ |
| 20977 | # include <limits.h> | 19410 | # include <limits.h> |
| 20978 | #else | 19411 | #else |
| 20979 | # include <assert.h> | 19412 | # include <assert.h> |
| 20980 | #endif | 19413 | #endif |
| 20981 | |||
| 20982 | #undef $ac_func | ||
| 20983 | |||
| 20984 | /* Override any gcc2 internal prototype to avoid an error. */ | 19414 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 20985 | #ifdef __cplusplus | 19415 | #ifdef __cplusplus |
| 20986 | extern "C" | 19416 | extern "C" |
| @@ -21011,20 +19441,11 @@ return f != $ac_func; | |||
| 21011 | _ACEOF | 19441 | _ACEOF |
| 21012 | rm -f conftest.$ac_objext conftest$ac_exeext | 19442 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 21013 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 19443 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 21014 | (eval $ac_link) 2>conftest.er1 | 19444 | (eval $ac_link) 2>&5 |
| 21015 | ac_status=$? | 19445 | ac_status=$? |
| 21016 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 21017 | rm -f conftest.er1 | ||
| 21018 | cat conftest.err >&5 | ||
| 21019 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 19446 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 21020 | (exit $ac_status); } && | 19447 | (exit $ac_status); } && |
| 21021 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 19448 | { ac_try='test -s conftest$ac_exeext' |
| 21022 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 21023 | (eval $ac_try) 2>&5 | ||
| 21024 | ac_status=$? | ||
| 21025 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 21026 | (exit $ac_status); }; } && | ||
| 21027 | { ac_try='test -s conftest$ac_exeext' | ||
| 21028 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 19449 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 21029 | (eval $ac_try) 2>&5 | 19450 | (eval $ac_try) 2>&5 |
| 21030 | ac_status=$? | 19451 | ac_status=$? |
| @@ -21037,8 +19458,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 21037 | 19458 | ||
| 21038 | eval "$as_ac_var=no" | 19459 | eval "$as_ac_var=no" |
| 21039 | fi | 19460 | fi |
| 21040 | rm -f conftest.err conftest.$ac_objext \ | 19461 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 21041 | conftest$ac_exeext conftest.$ac_ext | ||
| 21042 | fi | 19462 | fi |
| 21043 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | 19463 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 |
| 21044 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | 19464 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
| @@ -21068,9 +19488,9 @@ else | |||
| 21068 | /* Some systems only have a dummy stub for fork() */ | 19488 | /* Some systems only have a dummy stub for fork() */ |
| 21069 | int main () | 19489 | int main () |
| 21070 | { | 19490 | { |
| 21071 | if (fork() < 0) | 19491 | if (fork() < 0) |
| 21072 | exit (1); | 19492 | exit (1); |
| 21073 | exit (0); | 19493 | exit (0); |
| 21074 | } | 19494 | } |
| 21075 | _ACEOF | 19495 | _ACEOF |
| 21076 | rm -f conftest$ac_exeext | 19496 | rm -f conftest$ac_exeext |
| @@ -21093,7 +19513,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 21093 | ( exit $ac_status ) | 19513 | ( exit $ac_status ) |
| 21094 | ac_cv_func_fork_works=no | 19514 | ac_cv_func_fork_works=no |
| 21095 | fi | 19515 | fi |
| 21096 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 19516 | rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
| 21097 | fi | 19517 | fi |
| 21098 | fi | 19518 | fi |
| 21099 | echo "$as_me:$LINENO: result: $ac_cv_func_fork_works" >&5 | 19519 | echo "$as_me:$LINENO: result: $ac_cv_func_fork_works" >&5 |
| @@ -21126,6 +19546,7 @@ else | |||
| 21126 | ac_cv_func_vfork_works=cross | 19546 | ac_cv_func_vfork_works=cross |
| 21127 | else | 19547 | else |
| 21128 | cat >conftest.$ac_ext <<_ACEOF | 19548 | cat >conftest.$ac_ext <<_ACEOF |
| 19549 | #line $LINENO "configure" | ||
| 21129 | /* confdefs.h. */ | 19550 | /* confdefs.h. */ |
| 21130 | _ACEOF | 19551 | _ACEOF |
| 21131 | cat confdefs.h >>conftest.$ac_ext | 19552 | cat confdefs.h >>conftest.$ac_ext |
| @@ -21247,7 +19668,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 21247 | ( exit $ac_status ) | 19668 | ( exit $ac_status ) |
| 21248 | ac_cv_func_vfork_works=no | 19669 | ac_cv_func_vfork_works=no |
| 21249 | fi | 19670 | fi |
| 21250 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 19671 | rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
| 21251 | fi | 19672 | fi |
| 21252 | fi | 19673 | fi |
| 21253 | echo "$as_me:$LINENO: result: $ac_cv_func_vfork_works" >&5 | 19674 | echo "$as_me:$LINENO: result: $ac_cv_func_vfork_works" >&5 |
| @@ -21255,7 +19676,7 @@ echo "${ECHO_T}$ac_cv_func_vfork_works" >&6 | |||
| 21255 | 19676 | ||
| 21256 | fi; | 19677 | fi; |
| 21257 | if test "x$ac_cv_func_fork_works" = xcross; then | 19678 | if test "x$ac_cv_func_fork_works" = xcross; then |
| 21258 | ac_cv_func_vfork_works=$ac_cv_func_vfork | 19679 | ac_cv_func_vfork_works=ac_cv_func_vfork |
| 21259 | { echo "$as_me:$LINENO: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&5 | 19680 | { echo "$as_me:$LINENO: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&5 |
| 21260 | echo "$as_me: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&2;} | 19681 | echo "$as_me: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&2;} |
| 21261 | fi | 19682 | fi |
| @@ -21288,6 +19709,7 @@ if test "${emacs_cv_langinfo_codeset+set}" = set; then | |||
| 21288 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 19709 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 21289 | else | 19710 | else |
| 21290 | cat >conftest.$ac_ext <<_ACEOF | 19711 | cat >conftest.$ac_ext <<_ACEOF |
| 19712 | #line $LINENO "configure" | ||
| 21291 | /* confdefs.h. */ | 19713 | /* confdefs.h. */ |
| 21292 | _ACEOF | 19714 | _ACEOF |
| 21293 | cat confdefs.h >>conftest.$ac_ext | 19715 | cat confdefs.h >>conftest.$ac_ext |
| @@ -21304,20 +19726,11 @@ char* cs = nl_langinfo(CODESET); | |||
| 21304 | _ACEOF | 19726 | _ACEOF |
| 21305 | rm -f conftest.$ac_objext conftest$ac_exeext | 19727 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 21306 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 19728 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 21307 | (eval $ac_link) 2>conftest.er1 | 19729 | (eval $ac_link) 2>&5 |
| 21308 | ac_status=$? | 19730 | ac_status=$? |
| 21309 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 21310 | rm -f conftest.er1 | ||
| 21311 | cat conftest.err >&5 | ||
| 21312 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 19731 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 21313 | (exit $ac_status); } && | 19732 | (exit $ac_status); } && |
| 21314 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 19733 | { ac_try='test -s conftest$ac_exeext' |
| 21315 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 21316 | (eval $ac_try) 2>&5 | ||
| 21317 | ac_status=$? | ||
| 21318 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 21319 | (exit $ac_status); }; } && | ||
| 21320 | { ac_try='test -s conftest$ac_exeext' | ||
| 21321 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 19734 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 21322 | (eval $ac_try) 2>&5 | 19735 | (eval $ac_try) 2>&5 |
| 21323 | ac_status=$? | 19736 | ac_status=$? |
| @@ -21330,8 +19743,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 21330 | 19743 | ||
| 21331 | emacs_cv_langinfo_codeset=no | 19744 | emacs_cv_langinfo_codeset=no |
| 21332 | fi | 19745 | fi |
| 21333 | rm -f conftest.err conftest.$ac_objext \ | 19746 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| 21334 | conftest$ac_exeext conftest.$ac_ext | ||
| 21335 | 19747 | ||
| 21336 | fi | 19748 | fi |
| 21337 | echo "$as_me:$LINENO: result: $emacs_cv_langinfo_codeset" >&5 | 19749 | echo "$as_me:$LINENO: result: $emacs_cv_langinfo_codeset" >&5 |
| @@ -21350,6 +19762,7 @@ if test "${ac_cv_type_size_t+set}" = set; then | |||
| 21350 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 19762 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 21351 | else | 19763 | else |
| 21352 | cat >conftest.$ac_ext <<_ACEOF | 19764 | cat >conftest.$ac_ext <<_ACEOF |
| 19765 | #line $LINENO "configure" | ||
| 21353 | /* confdefs.h. */ | 19766 | /* confdefs.h. */ |
| 21354 | _ACEOF | 19767 | _ACEOF |
| 21355 | cat confdefs.h >>conftest.$ac_ext | 19768 | cat confdefs.h >>conftest.$ac_ext |
| @@ -21369,20 +19782,11 @@ if (sizeof (size_t)) | |||
| 21369 | _ACEOF | 19782 | _ACEOF |
| 21370 | rm -f conftest.$ac_objext | 19783 | rm -f conftest.$ac_objext |
| 21371 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 19784 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 21372 | (eval $ac_compile) 2>conftest.er1 | 19785 | (eval $ac_compile) 2>&5 |
| 21373 | ac_status=$? | 19786 | ac_status=$? |
| 21374 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 21375 | rm -f conftest.er1 | ||
| 21376 | cat conftest.err >&5 | ||
| 21377 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 19787 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 21378 | (exit $ac_status); } && | 19788 | (exit $ac_status); } && |
| 21379 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 19789 | { ac_try='test -s conftest.$ac_objext' |
| 21380 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 21381 | (eval $ac_try) 2>&5 | ||
| 21382 | ac_status=$? | ||
| 21383 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 21384 | (exit $ac_status); }; } && | ||
| 21385 | { ac_try='test -s conftest.$ac_objext' | ||
| 21386 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 19790 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 21387 | (eval $ac_try) 2>&5 | 19791 | (eval $ac_try) 2>&5 |
| 21388 | ac_status=$? | 19792 | ac_status=$? |
| @@ -21395,7 +19799,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 21395 | 19799 | ||
| 21396 | ac_cv_type_size_t=no | 19800 | ac_cv_type_size_t=no |
| 21397 | fi | 19801 | fi |
| 21398 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 19802 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 21399 | fi | 19803 | fi |
| 21400 | echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 | 19804 | echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 |
| 21401 | echo "${ECHO_T}$ac_cv_type_size_t" >&6 | 19805 | echo "${ECHO_T}$ac_cv_type_size_t" >&6 |
| @@ -21415,6 +19819,7 @@ if test "${ac_cv_type_mbstate_t+set}" = set; then | |||
| 21415 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 19819 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 21416 | else | 19820 | else |
| 21417 | cat >conftest.$ac_ext <<_ACEOF | 19821 | cat >conftest.$ac_ext <<_ACEOF |
| 19822 | #line $LINENO "configure" | ||
| 21418 | /* confdefs.h. */ | 19823 | /* confdefs.h. */ |
| 21419 | _ACEOF | 19824 | _ACEOF |
| 21420 | cat confdefs.h >>conftest.$ac_ext | 19825 | cat confdefs.h >>conftest.$ac_ext |
| @@ -21432,20 +19837,11 @@ mbstate_t x; return sizeof x; | |||
| 21432 | _ACEOF | 19837 | _ACEOF |
| 21433 | rm -f conftest.$ac_objext | 19838 | rm -f conftest.$ac_objext |
| 21434 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 19839 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 21435 | (eval $ac_compile) 2>conftest.er1 | 19840 | (eval $ac_compile) 2>&5 |
| 21436 | ac_status=$? | 19841 | ac_status=$? |
| 21437 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 21438 | rm -f conftest.er1 | ||
| 21439 | cat conftest.err >&5 | ||
| 21440 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 19842 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 21441 | (exit $ac_status); } && | 19843 | (exit $ac_status); } && |
| 21442 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 19844 | { ac_try='test -s conftest.$ac_objext' |
| 21443 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 21444 | (eval $ac_try) 2>&5 | ||
| 21445 | ac_status=$? | ||
| 21446 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 21447 | (exit $ac_status); }; } && | ||
| 21448 | { ac_try='test -s conftest.$ac_objext' | ||
| 21449 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 19845 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 21450 | (eval $ac_try) 2>&5 | 19846 | (eval $ac_try) 2>&5 |
| 21451 | ac_status=$? | 19847 | ac_status=$? |
| @@ -21458,7 +19854,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 21458 | 19854 | ||
| 21459 | ac_cv_type_mbstate_t=no | 19855 | ac_cv_type_mbstate_t=no |
| 21460 | fi | 19856 | fi |
| 21461 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 19857 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 21462 | fi | 19858 | fi |
| 21463 | echo "$as_me:$LINENO: result: $ac_cv_type_mbstate_t" >&5 | 19859 | echo "$as_me:$LINENO: result: $ac_cv_type_mbstate_t" >&5 |
| 21464 | echo "${ECHO_T}$ac_cv_type_mbstate_t" >&6 | 19860 | echo "${ECHO_T}$ac_cv_type_mbstate_t" >&6 |
| @@ -21482,6 +19878,7 @@ if test "${emacs_cv_c_restrict+set}" = set; then | |||
| 21482 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 19878 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 21483 | else | 19879 | else |
| 21484 | cat >conftest.$ac_ext <<_ACEOF | 19880 | cat >conftest.$ac_ext <<_ACEOF |
| 19881 | #line $LINENO "configure" | ||
| 21485 | /* confdefs.h. */ | 19882 | /* confdefs.h. */ |
| 21486 | _ACEOF | 19883 | _ACEOF |
| 21487 | cat confdefs.h >>conftest.$ac_ext | 19884 | cat confdefs.h >>conftest.$ac_ext |
| @@ -21498,20 +19895,11 @@ main () | |||
| 21498 | _ACEOF | 19895 | _ACEOF |
| 21499 | rm -f conftest.$ac_objext | 19896 | rm -f conftest.$ac_objext |
| 21500 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 19897 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 21501 | (eval $ac_compile) 2>conftest.er1 | 19898 | (eval $ac_compile) 2>&5 |
| 21502 | ac_status=$? | 19899 | ac_status=$? |
| 21503 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 21504 | rm -f conftest.er1 | ||
| 21505 | cat conftest.err >&5 | ||
| 21506 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 19900 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 21507 | (exit $ac_status); } && | 19901 | (exit $ac_status); } && |
| 21508 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 19902 | { ac_try='test -s conftest.$ac_objext' |
| 21509 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 21510 | (eval $ac_try) 2>&5 | ||
| 21511 | ac_status=$? | ||
| 21512 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 21513 | (exit $ac_status); }; } && | ||
| 21514 | { ac_try='test -s conftest.$ac_objext' | ||
| 21515 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 19903 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 21516 | (eval $ac_try) 2>&5 | 19904 | (eval $ac_try) 2>&5 |
| 21517 | ac_status=$? | 19905 | ac_status=$? |
| @@ -21523,6 +19911,7 @@ else | |||
| 21523 | sed 's/^/| /' conftest.$ac_ext >&5 | 19911 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 21524 | 19912 | ||
| 21525 | cat >conftest.$ac_ext <<_ACEOF | 19913 | cat >conftest.$ac_ext <<_ACEOF |
| 19914 | #line $LINENO "configure" | ||
| 21526 | /* confdefs.h. */ | 19915 | /* confdefs.h. */ |
| 21527 | _ACEOF | 19916 | _ACEOF |
| 21528 | cat confdefs.h >>conftest.$ac_ext | 19917 | cat confdefs.h >>conftest.$ac_ext |
| @@ -21539,20 +19928,11 @@ main () | |||
| 21539 | _ACEOF | 19928 | _ACEOF |
| 21540 | rm -f conftest.$ac_objext | 19929 | rm -f conftest.$ac_objext |
| 21541 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 19930 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 21542 | (eval $ac_compile) 2>conftest.er1 | 19931 | (eval $ac_compile) 2>&5 |
| 21543 | ac_status=$? | 19932 | ac_status=$? |
| 21544 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 21545 | rm -f conftest.er1 | ||
| 21546 | cat conftest.err >&5 | ||
| 21547 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 19933 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 21548 | (exit $ac_status); } && | 19934 | (exit $ac_status); } && |
| 21549 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 19935 | { ac_try='test -s conftest.$ac_objext' |
| 21550 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 21551 | (eval $ac_try) 2>&5 | ||
| 21552 | ac_status=$? | ||
| 21553 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 21554 | (exit $ac_status); }; } && | ||
| 21555 | { ac_try='test -s conftest.$ac_objext' | ||
| 21556 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 19936 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 21557 | (eval $ac_try) 2>&5 | 19937 | (eval $ac_try) 2>&5 |
| 21558 | ac_status=$? | 19938 | ac_status=$? |
| @@ -21565,9 +19945,9 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 21565 | 19945 | ||
| 21566 | emacs_cv_c_restrict=no | 19946 | emacs_cv_c_restrict=no |
| 21567 | fi | 19947 | fi |
| 21568 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 19948 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 21569 | fi | 19949 | fi |
| 21570 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 19950 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 21571 | fi | 19951 | fi |
| 21572 | echo "$as_me:$LINENO: result: $emacs_cv_c_restrict" >&5 | 19952 | echo "$as_me:$LINENO: result: $emacs_cv_c_restrict" >&5 |
| 21573 | echo "${ECHO_T}$emacs_cv_c_restrict" >&6 | 19953 | echo "${ECHO_T}$emacs_cv_c_restrict" >&6 |
| @@ -21590,6 +19970,7 @@ if test "${emacs_cv_c_restrict_arr+set}" = set; then | |||
| 21590 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 19970 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 21591 | else | 19971 | else |
| 21592 | cat >conftest.$ac_ext <<_ACEOF | 19972 | cat >conftest.$ac_ext <<_ACEOF |
| 19973 | #line $LINENO "configure" | ||
| 21593 | /* confdefs.h. */ | 19974 | /* confdefs.h. */ |
| 21594 | _ACEOF | 19975 | _ACEOF |
| 21595 | cat confdefs.h >>conftest.$ac_ext | 19976 | cat confdefs.h >>conftest.$ac_ext |
| @@ -21606,20 +19987,11 @@ main () | |||
| 21606 | _ACEOF | 19987 | _ACEOF |
| 21607 | rm -f conftest.$ac_objext | 19988 | rm -f conftest.$ac_objext |
| 21608 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 19989 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 21609 | (eval $ac_compile) 2>conftest.er1 | 19990 | (eval $ac_compile) 2>&5 |
| 21610 | ac_status=$? | 19991 | ac_status=$? |
| 21611 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 21612 | rm -f conftest.er1 | ||
| 21613 | cat conftest.err >&5 | ||
| 21614 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 19992 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 21615 | (exit $ac_status); } && | 19993 | (exit $ac_status); } && |
| 21616 | { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' | 19994 | { ac_try='test -s conftest.$ac_objext' |
| 21617 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 21618 | (eval $ac_try) 2>&5 | ||
| 21619 | ac_status=$? | ||
| 21620 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 21621 | (exit $ac_status); }; } && | ||
| 21622 | { ac_try='test -s conftest.$ac_objext' | ||
| 21623 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 19995 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 21624 | (eval $ac_try) 2>&5 | 19996 | (eval $ac_try) 2>&5 |
| 21625 | ac_status=$? | 19997 | ac_status=$? |
| @@ -21632,7 +20004,7 @@ sed 's/^/| /' conftest.$ac_ext >&5 | |||
| 21632 | 20004 | ||
| 21633 | emacs_cv_c_restrict_arr=no | 20005 | emacs_cv_c_restrict_arr=no |
| 21634 | fi | 20006 | fi |
| 21635 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext | 20007 | rm -f conftest.$ac_objext conftest.$ac_ext |
| 21636 | fi | 20008 | fi |
| 21637 | echo "$as_me:$LINENO: result: $emacs_cv_c_restrict_arr" >&5 | 20009 | echo "$as_me:$LINENO: result: $emacs_cv_c_restrict_arr" >&5 |
| 21638 | echo "${ECHO_T}$emacs_cv_c_restrict_arr" >&6 | 20010 | echo "${ECHO_T}$emacs_cv_c_restrict_arr" >&6 |
| @@ -21851,6 +20223,7 @@ test "${exec_prefix}" != NONE && | |||
| 21851 | ## C preprocessor. | 20223 | ## C preprocessor. |
| 21852 | 20224 | ||
| 21853 | cat >conftest.$ac_ext <<_ACEOF | 20225 | cat >conftest.$ac_ext <<_ACEOF |
| 20226 | #line $LINENO "configure" | ||
| 21854 | /* confdefs.h. */ | 20227 | /* confdefs.h. */ |
| 21855 | _ACEOF | 20228 | _ACEOF |
| 21856 | cat confdefs.h >>conftest.$ac_ext | 20229 | cat confdefs.h >>conftest.$ac_ext |
| @@ -21897,13 +20270,13 @@ _ACEOF | |||
| 21897 | # `set' does not quote correctly, so add quotes (double-quote | 20270 | # `set' does not quote correctly, so add quotes (double-quote |
| 21898 | # substitution turns \\\\ into \\, and sed turns \\ into \). | 20271 | # substitution turns \\\\ into \\, and sed turns \\ into \). |
| 21899 | sed -n \ | 20272 | sed -n \ |
| 21900 | "s/'/'\\\\''/g; | 20273 | "s/'/'\\\\''/g; |
| 21901 | s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" | 20274 | s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" |
| 21902 | ;; | 20275 | ;; |
| 21903 | *) | 20276 | *) |
| 21904 | # `set' quotes correctly as required by POSIX, so do not add quotes. | 20277 | # `set' quotes correctly as required by POSIX, so do not add quotes. |
| 21905 | sed -n \ | 20278 | sed -n \ |
| 21906 | "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" | 20279 | "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" |
| 21907 | ;; | 20280 | ;; |
| 21908 | esac; | 20281 | esac; |
| 21909 | } | | 20282 | } | |
| @@ -21933,13 +20306,13 @@ test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' | |||
| 21933 | # trailing colons and then remove the whole line if VPATH becomes empty | 20306 | # trailing colons and then remove the whole line if VPATH becomes empty |
| 21934 | # (actually we leave an empty line to preserve line numbers). | 20307 | # (actually we leave an empty line to preserve line numbers). |
| 21935 | if test "x$srcdir" = x.; then | 20308 | if test "x$srcdir" = x.; then |
| 21936 | ac_vpsub='/^[ ]*VPATH[ ]*=/{ | 20309 | ac_vpsub='/^[ ]*VPATH[ ]*=/{ |
| 21937 | s/:*\$(srcdir):*/:/; | 20310 | s/:*\$(srcdir):*/:/; |
| 21938 | s/:*\${srcdir}:*/:/; | 20311 | s/:*\${srcdir}:*/:/; |
| 21939 | s/:*@srcdir@:*/:/; | 20312 | s/:*@srcdir@:*/:/; |
| 21940 | s/^\([^=]*=[ ]*\):*/\1/; | 20313 | s/^\([^=]*=[ ]*\):*/\1/; |
| 21941 | s/:*$//; | 20314 | s/:*$//; |
| 21942 | s/^[^=]*=[ ]*$//; | 20315 | s/^[^=]*=[ ]*$//; |
| 21943 | }' | 20316 | }' |
| 21944 | fi | 20317 | fi |
| 21945 | 20318 | ||
| @@ -21950,7 +20323,7 @@ ac_ltlibobjs= | |||
| 21950 | for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue | 20323 | for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue |
| 21951 | # 1. Remove the extension, and $U if already installed. | 20324 | # 1. Remove the extension, and $U if already installed. |
| 21952 | ac_i=`echo "$ac_i" | | 20325 | ac_i=`echo "$ac_i" | |
| 21953 | sed 's/\$U\././;s/\.o$//;s/\.obj$//'` | 20326 | sed 's/\$U\././;s/\.o$//;s/\.obj$//'` |
| 21954 | # 2. Add them. | 20327 | # 2. Add them. |
| 21955 | ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" | 20328 | ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" |
| 21956 | ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo' | 20329 | ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo' |
| @@ -21994,10 +20367,9 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then | |||
| 21994 | elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then | 20367 | elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then |
| 21995 | set -o posix | 20368 | set -o posix |
| 21996 | fi | 20369 | fi |
| 21997 | DUALCASE=1; export DUALCASE # for MKS sh | ||
| 21998 | 20370 | ||
| 21999 | # Support unset when possible. | 20371 | # Support unset when possible. |
| 22000 | if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then | 20372 | if (FOO=FOO; unset FOO) >/dev/null 2>&1; then |
| 22001 | as_unset=unset | 20373 | as_unset=unset |
| 22002 | else | 20374 | else |
| 22003 | as_unset=false | 20375 | as_unset=false |
| @@ -22016,7 +20388,7 @@ for as_var in \ | |||
| 22016 | LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ | 20388 | LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ |
| 22017 | LC_TELEPHONE LC_TIME | 20389 | LC_TELEPHONE LC_TIME |
| 22018 | do | 20390 | do |
| 22019 | if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then | 20391 | if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then |
| 22020 | eval $as_var=C; export $as_var | 20392 | eval $as_var=C; export $as_var |
| 22021 | else | 20393 | else |
| 22022 | $as_unset $as_var | 20394 | $as_unset $as_var |
| @@ -22195,17 +20567,16 @@ rm -f conf$$ conf$$.exe conf$$.file | |||
| 22195 | if mkdir -p . 2>/dev/null; then | 20567 | if mkdir -p . 2>/dev/null; then |
| 22196 | as_mkdir_p=: | 20568 | as_mkdir_p=: |
| 22197 | else | 20569 | else |
| 22198 | test -d ./-p && rmdir ./-p | ||
| 22199 | as_mkdir_p=false | 20570 | as_mkdir_p=false |
| 22200 | fi | 20571 | fi |
| 22201 | 20572 | ||
| 22202 | as_executable_p="test -f" | 20573 | as_executable_p="test -f" |
| 22203 | 20574 | ||
| 22204 | # Sed expression to map a string onto a valid CPP name. | 20575 | # Sed expression to map a string onto a valid CPP name. |
| 22205 | as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" | 20576 | as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g" |
| 22206 | 20577 | ||
| 22207 | # Sed expression to map a string onto a valid variable name. | 20578 | # Sed expression to map a string onto a valid variable name. |
| 22208 | as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" | 20579 | as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g" |
| 22209 | 20580 | ||
| 22210 | 20581 | ||
| 22211 | # IFS | 20582 | # IFS |
| @@ -22232,7 +20603,7 @@ _ASBOX | |||
| 22232 | cat >&5 <<_CSEOF | 20603 | cat >&5 <<_CSEOF |
| 22233 | 20604 | ||
| 22234 | This file was extended by $as_me, which was | 20605 | This file was extended by $as_me, which was |
| 22235 | generated by GNU Autoconf 2.59. Invocation command line was | 20606 | generated by GNU Autoconf 2.57. Invocation command line was |
| 22236 | 20607 | ||
| 22237 | CONFIG_FILES = $CONFIG_FILES | 20608 | CONFIG_FILES = $CONFIG_FILES |
| 22238 | CONFIG_HEADERS = $CONFIG_HEADERS | 20609 | CONFIG_HEADERS = $CONFIG_HEADERS |
| @@ -22276,9 +20647,9 @@ Usage: $0 [OPTIONS] [FILE]... | |||
| 22276 | -d, --debug don't remove temporary files | 20647 | -d, --debug don't remove temporary files |
| 22277 | --recheck update $as_me by reconfiguring in the same conditions | 20648 | --recheck update $as_me by reconfiguring in the same conditions |
| 22278 | --file=FILE[:TEMPLATE] | 20649 | --file=FILE[:TEMPLATE] |
| 22279 | instantiate the configuration file FILE | 20650 | instantiate the configuration file FILE |
| 22280 | --header=FILE[:TEMPLATE] | 20651 | --header=FILE[:TEMPLATE] |
| 22281 | instantiate the configuration header FILE | 20652 | instantiate the configuration header FILE |
| 22282 | 20653 | ||
| 22283 | Configuration files: | 20654 | Configuration files: |
| 22284 | $config_files | 20655 | $config_files |
| @@ -22295,10 +20666,11 @@ _ACEOF | |||
| 22295 | cat >>$CONFIG_STATUS <<_ACEOF | 20666 | cat >>$CONFIG_STATUS <<_ACEOF |
| 22296 | ac_cs_version="\\ | 20667 | ac_cs_version="\\ |
| 22297 | config.status | 20668 | config.status |
| 22298 | configured by $0, generated by GNU Autoconf 2.59, | 20669 | configured by $0, generated by GNU Autoconf 2.57, |
| 22299 | with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" | 20670 | with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" |
| 22300 | 20671 | ||
| 22301 | Copyright (C) 2003 Free Software Foundation, Inc. | 20672 | Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 |
| 20673 | Free Software Foundation, Inc. | ||
| 22302 | This config.status script is free software; the Free Software Foundation | 20674 | This config.status script is free software; the Free Software Foundation |
| 22303 | gives unlimited permission to copy, distribute and modify it." | 20675 | gives unlimited permission to copy, distribute and modify it." |
| 22304 | srcdir=$srcdir | 20676 | srcdir=$srcdir |
| @@ -22590,9 +20962,9 @@ _ACEOF | |||
| 22590 | (echo ':t | 20962 | (echo ':t |
| 22591 | /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed | 20963 | /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed |
| 22592 | if test -z "$ac_sed_cmds"; then | 20964 | if test -z "$ac_sed_cmds"; then |
| 22593 | ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" | 20965 | ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" |
| 22594 | else | 20966 | else |
| 22595 | ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" | 20967 | ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" |
| 22596 | fi | 20968 | fi |
| 22597 | ac_sed_frag=`expr $ac_sed_frag + 1` | 20969 | ac_sed_frag=`expr $ac_sed_frag + 1` |
| 22598 | ac_beg=$ac_end | 20970 | ac_beg=$ac_end |
| @@ -22610,21 +20982,21 @@ for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue | |||
| 22610 | # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". | 20982 | # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". |
| 22611 | case $ac_file in | 20983 | case $ac_file in |
| 22612 | - | *:- | *:-:* ) # input from stdin | 20984 | - | *:- | *:-:* ) # input from stdin |
| 22613 | cat >$tmp/stdin | 20985 | cat >$tmp/stdin |
| 22614 | ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` | 20986 | ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` |
| 22615 | ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; | 20987 | ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; |
| 22616 | *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` | 20988 | *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` |
| 22617 | ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; | 20989 | ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; |
| 22618 | * ) ac_file_in=$ac_file.in ;; | 20990 | * ) ac_file_in=$ac_file.in ;; |
| 22619 | esac | 20991 | esac |
| 22620 | 20992 | ||
| 22621 | # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories. | 20993 | # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories. |
| 22622 | ac_dir=`(dirname "$ac_file") 2>/dev/null || | 20994 | ac_dir=`(dirname "$ac_file") 2>/dev/null || |
| 22623 | $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | 20995 | $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
| 22624 | X"$ac_file" : 'X\(//\)[^/]' \| \ | 20996 | X"$ac_file" : 'X\(//\)[^/]' \| \ |
| 22625 | X"$ac_file" : 'X\(//\)$' \| \ | 20997 | X"$ac_file" : 'X\(//\)$' \| \ |
| 22626 | X"$ac_file" : 'X\(/\)' \| \ | 20998 | X"$ac_file" : 'X\(/\)' \| \ |
| 22627 | . : '\(.\)' 2>/dev/null || | 20999 | . : '\(.\)' 2>/dev/null || |
| 22628 | echo X"$ac_file" | | 21000 | echo X"$ac_file" | |
| 22629 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } | 21001 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } |
| 22630 | /^X\(\/\/\)[^/].*/{ s//\1/; q; } | 21002 | /^X\(\/\/\)[^/].*/{ s//\1/; q; } |
| @@ -22640,10 +21012,10 @@ echo X"$ac_file" | | |||
| 22640 | as_dirs="$as_dir $as_dirs" | 21012 | as_dirs="$as_dir $as_dirs" |
| 22641 | as_dir=`(dirname "$as_dir") 2>/dev/null || | 21013 | as_dir=`(dirname "$as_dir") 2>/dev/null || |
| 22642 | $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | 21014 | $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
| 22643 | X"$as_dir" : 'X\(//\)[^/]' \| \ | 21015 | X"$as_dir" : 'X\(//\)[^/]' \| \ |
| 22644 | X"$as_dir" : 'X\(//\)$' \| \ | 21016 | X"$as_dir" : 'X\(//\)$' \| \ |
| 22645 | X"$as_dir" : 'X\(/\)' \| \ | 21017 | X"$as_dir" : 'X\(/\)' \| \ |
| 22646 | . : '\(.\)' 2>/dev/null || | 21018 | . : '\(.\)' 2>/dev/null || |
| 22647 | echo X"$as_dir" | | 21019 | echo X"$as_dir" | |
| 22648 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } | 21020 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } |
| 22649 | /^X\(\/\/\)[^/].*/{ s//\1/; q; } | 21021 | /^X\(\/\/\)[^/].*/{ s//\1/; q; } |
| @@ -22681,45 +21053,12 @@ case $srcdir in | |||
| 22681 | ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix | 21053 | ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix |
| 22682 | ac_top_srcdir=$ac_top_builddir$srcdir ;; | 21054 | ac_top_srcdir=$ac_top_builddir$srcdir ;; |
| 22683 | esac | 21055 | esac |
| 22684 | 21056 | # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be | |
| 22685 | # Do not use `cd foo && pwd` to compute absolute paths, because | 21057 | # absolute. |
| 22686 | # the directories may not exist. | 21058 | ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` |
| 22687 | case `pwd` in | 21059 | ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` |
| 22688 | .) ac_abs_builddir="$ac_dir";; | 21060 | ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` |
| 22689 | *) | 21061 | ac_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;; | ||
| 22695 | esac | ||
| 22696 | case $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;; | ||
| 22704 | esac | ||
| 22705 | case $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;; | ||
| 22713 | esac | ||
| 22714 | case $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;; | ||
| 22722 | esac | ||
| 22723 | 21062 | ||
| 22724 | 21063 | ||
| 22725 | case $INSTALL in | 21064 | case $INSTALL in |
| @@ -22727,6 +21066,11 @@ esac | |||
| 22727 | *) ac_INSTALL=$ac_top_builddir$INSTALL ;; | 21066 | *) ac_INSTALL=$ac_top_builddir$INSTALL ;; |
| 22728 | esac | 21067 | esac |
| 22729 | 21068 | ||
| 21069 | if test x"$ac_file" != x-; then | ||
| 21070 | { echo "$as_me:$LINENO: creating $ac_file" >&5 | ||
| 21071 | echo "$as_me: creating $ac_file" >&6;} | ||
| 21072 | rm -f "$ac_file" | ||
| 21073 | fi | ||
| 22730 | # Let's still pretend it is `configure' which instantiates (i.e., don't | 21074 | # Let's still pretend it is `configure' which instantiates (i.e., don't |
| 22731 | # use $as_me), people would be surprised to read: | 21075 | # use $as_me), people would be surprised to read: |
| 22732 | # /* config.h. Generated by config.status. */ | 21076 | # /* config.h. Generated by config.status. */ |
| @@ -22736,7 +21080,7 @@ esac | |||
| 22736 | configure_input="$ac_file. " | 21080 | configure_input="$ac_file. " |
| 22737 | fi | 21081 | fi |
| 22738 | configure_input=$configure_input"Generated from `echo $ac_file_in | | 21082 | configure_input=$configure_input"Generated from `echo $ac_file_in | |
| 22739 | sed 's,.*/,,'` by configure." | 21083 | sed 's,.*/,,'` by configure." |
| 22740 | 21084 | ||
| 22741 | # First look for the input files in the build tree, otherwise in the | 21085 | # First look for the input files in the build tree, otherwise in the |
| 22742 | # src tree. | 21086 | # src tree. |
| @@ -22745,32 +21089,26 @@ esac | |||
| 22745 | case $f in | 21089 | case $f in |
| 22746 | -) echo $tmp/stdin ;; | 21090 | -) echo $tmp/stdin ;; |
| 22747 | [\\/$]*) | 21091 | [\\/$]*) |
| 22748 | # Absolute (can't be DOS-style, as IFS=:) | 21092 | # Absolute (can't be DOS-style, as IFS=:) |
| 22749 | test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 | 21093 | test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 |
| 22750 | echo "$as_me: error: cannot find input file: $f" >&2;} | 21094 | echo "$as_me: error: cannot find input file: $f" >&2;} |
| 22751 | { (exit 1); exit 1; }; } | 21095 | { (exit 1); exit 1; }; } |
| 22752 | echo "$f";; | 21096 | echo $f;; |
| 22753 | *) # Relative | 21097 | *) # Relative |
| 22754 | if test -f "$f"; then | 21098 | if test -f "$f"; then |
| 22755 | # Build tree | 21099 | # Build tree |
| 22756 | echo "$f" | 21100 | echo $f |
| 22757 | elif test -f "$srcdir/$f"; then | 21101 | elif test -f "$srcdir/$f"; then |
| 22758 | # Source tree | 21102 | # Source tree |
| 22759 | echo "$srcdir/$f" | 21103 | echo $srcdir/$f |
| 22760 | else | 21104 | else |
| 22761 | # /dev/null tree | 21105 | # /dev/null tree |
| 22762 | { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 | 21106 | { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 |
| 22763 | echo "$as_me: error: cannot find input file: $f" >&2;} | 21107 | echo "$as_me: error: cannot find input file: $f" >&2;} |
| 22764 | { (exit 1); exit 1; }; } | 21108 | { (exit 1); exit 1; }; } |
| 22765 | fi;; | 21109 | fi;; |
| 22766 | esac | 21110 | esac |
| 22767 | done` || { (exit 1); exit 1; } | 21111 | done` || { (exit 1); exit 1; } |
| 22768 | |||
| 22769 | if test x"$ac_file" != x-; then | ||
| 22770 | { echo "$as_me:$LINENO: creating $ac_file" >&5 | ||
| 22771 | echo "$as_me: creating $ac_file" >&6;} | ||
| 22772 | rm -f "$ac_file" | ||
| 22773 | fi | ||
| 22774 | _ACEOF | 21112 | _ACEOF |
| 22775 | cat >>$CONFIG_STATUS <<_ACEOF | 21113 | cat >>$CONFIG_STATUS <<_ACEOF |
| 22776 | sed "$ac_vpsub | 21114 | sed "$ac_vpsub |
| @@ -22810,12 +21148,12 @@ cat >>$CONFIG_STATUS <<\_ACEOF | |||
| 22810 | # NAME is the cpp macro being defined and VALUE is the value it is being given. | 21148 | # NAME is the cpp macro being defined and VALUE is the value it is being given. |
| 22811 | # | 21149 | # |
| 22812 | # ac_d sets the value in "#define NAME VALUE" lines. | 21150 | # ac_d sets the value in "#define NAME VALUE" lines. |
| 22813 | ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)' | 21151 | ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)' |
| 22814 | ac_dB='[ ].*$,\1#\2' | 21152 | ac_dB='[ ].*$,\1#\2' |
| 22815 | ac_dC=' ' | 21153 | ac_dC=' ' |
| 22816 | ac_dD=',;t' | 21154 | ac_dD=',;t' |
| 22817 | # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE". | 21155 | # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE". |
| 22818 | ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' | 21156 | ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' |
| 22819 | ac_uB='$,\1#\2define\3' | 21157 | ac_uB='$,\1#\2define\3' |
| 22820 | ac_uC=' ' | 21158 | ac_uC=' ' |
| 22821 | ac_uD=',;t' | 21159 | ac_uD=',;t' |
| @@ -22824,11 +21162,11 @@ for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue | |||
| 22824 | # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". | 21162 | # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". |
| 22825 | case $ac_file in | 21163 | case $ac_file in |
| 22826 | - | *:- | *:-:* ) # input from stdin | 21164 | - | *:- | *:-:* ) # input from stdin |
| 22827 | cat >$tmp/stdin | 21165 | cat >$tmp/stdin |
| 22828 | ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` | 21166 | ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` |
| 22829 | ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; | 21167 | ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; |
| 22830 | *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` | 21168 | *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` |
| 22831 | ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; | 21169 | ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; |
| 22832 | * ) ac_file_in=$ac_file.in ;; | 21170 | * ) ac_file_in=$ac_file.in ;; |
| 22833 | esac | 21171 | esac |
| 22834 | 21172 | ||
| @@ -22842,29 +21180,28 @@ echo "$as_me: creating $ac_file" >&6;} | |||
| 22842 | case $f in | 21180 | case $f in |
| 22843 | -) echo $tmp/stdin ;; | 21181 | -) echo $tmp/stdin ;; |
| 22844 | [\\/$]*) | 21182 | [\\/$]*) |
| 22845 | # Absolute (can't be DOS-style, as IFS=:) | 21183 | # Absolute (can't be DOS-style, as IFS=:) |
| 22846 | test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 | 21184 | test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 |
| 22847 | echo "$as_me: error: cannot find input file: $f" >&2;} | 21185 | echo "$as_me: error: cannot find input file: $f" >&2;} |
| 22848 | { (exit 1); exit 1; }; } | 21186 | { (exit 1); exit 1; }; } |
| 22849 | # Do quote $f, to prevent DOS paths from being IFS'd. | 21187 | echo $f;; |
| 22850 | echo "$f";; | ||
| 22851 | *) # Relative | 21188 | *) # Relative |
| 22852 | if test -f "$f"; then | 21189 | if test -f "$f"; then |
| 22853 | # Build tree | 21190 | # Build tree |
| 22854 | echo "$f" | 21191 | echo $f |
| 22855 | elif test -f "$srcdir/$f"; then | 21192 | elif test -f "$srcdir/$f"; then |
| 22856 | # Source tree | 21193 | # Source tree |
| 22857 | echo "$srcdir/$f" | 21194 | echo $srcdir/$f |
| 22858 | else | 21195 | else |
| 22859 | # /dev/null tree | 21196 | # /dev/null tree |
| 22860 | { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 | 21197 | { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 |
| 22861 | echo "$as_me: error: cannot find input file: $f" >&2;} | 21198 | echo "$as_me: error: cannot find input file: $f" >&2;} |
| 22862 | { (exit 1); exit 1; }; } | 21199 | { (exit 1); exit 1; }; } |
| 22863 | fi;; | 21200 | fi;; |
| 22864 | esac | 21201 | esac |
| 22865 | done` || { (exit 1); exit 1; } | 21202 | done` || { (exit 1); exit 1; } |
| 22866 | # Remove the trailing spaces. | 21203 | # Remove the trailing spaces. |
| 22867 | sed 's/[ ]*$//' $ac_file_inputs >$tmp/in | 21204 | sed 's/[ ]*$//' $ac_file_inputs >$tmp/in |
| 22868 | 21205 | ||
| 22869 | _ACEOF | 21206 | _ACEOF |
| 22870 | 21207 | ||
| @@ -22887,9 +21224,9 @@ s/[\\&,]/\\&/g | |||
| 22887 | s,[\\$`],\\&,g | 21224 | s,[\\$`],\\&,g |
| 22888 | t clear | 21225 | t clear |
| 22889 | : clear | 21226 | : clear |
| 22890 | s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp | 21227 | s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp |
| 22891 | t end | 21228 | t end |
| 22892 | s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp | 21229 | s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp |
| 22893 | : end | 21230 | : end |
| 22894 | _ACEOF | 21231 | _ACEOF |
| 22895 | # If some macros were called several times there might be several times | 21232 | # If some macros were called several times there might be several times |
| @@ -22903,13 +21240,13 @@ rm -f confdef2sed.sed | |||
| 22903 | # example, in the case of _POSIX_SOURCE, which is predefined and required | 21240 | # example, in the case of _POSIX_SOURCE, which is predefined and required |
| 22904 | # on some systems where configure will not decide to define it. | 21241 | # on some systems where configure will not decide to define it. |
| 22905 | cat >>conftest.undefs <<\_ACEOF | 21242 | cat >>conftest.undefs <<\_ACEOF |
| 22906 | s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */, | 21243 | s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */, |
| 22907 | _ACEOF | 21244 | _ACEOF |
| 22908 | 21245 | ||
| 22909 | # Break up conftest.defines because some shells have a limit on the size | 21246 | # Break up conftest.defines because some shells have a limit on the size |
| 22910 | # of here documents, and old seds have small limits too (100 cmds). | 21247 | # of here documents, and old seds have small limits too (100 cmds). |
| 22911 | echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS | 21248 | echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS |
| 22912 | echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS | 21249 | echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS |
| 22913 | echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS | 21250 | echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS |
| 22914 | echo ' :' >>$CONFIG_STATUS | 21251 | echo ' :' >>$CONFIG_STATUS |
| 22915 | rm -f conftest.tail | 21252 | rm -f conftest.tail |
| @@ -22918,7 +21255,7 @@ do | |||
| 22918 | # Write a limited-size here document to $tmp/defines.sed. | 21255 | # Write a limited-size here document to $tmp/defines.sed. |
| 22919 | echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS | 21256 | echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS |
| 22920 | # Speed up: don't consider the non `#define' lines. | 21257 | # Speed up: don't consider the non `#define' lines. |
| 22921 | echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS | 21258 | echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS |
| 22922 | # Work around the forget-to-reset-the-flag bug. | 21259 | # Work around the forget-to-reset-the-flag bug. |
| 22923 | echo 't clr' >>$CONFIG_STATUS | 21260 | echo 't clr' >>$CONFIG_STATUS |
| 22924 | echo ': clr' >>$CONFIG_STATUS | 21261 | echo ': clr' >>$CONFIG_STATUS |
| @@ -22945,7 +21282,7 @@ do | |||
| 22945 | # Write a limited-size here document to $tmp/undefs.sed. | 21282 | # Write a limited-size here document to $tmp/undefs.sed. |
| 22946 | echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS | 21283 | echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS |
| 22947 | # Speed up: don't consider the non `#undef' | 21284 | # Speed up: don't consider the non `#undef' |
| 22948 | echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS | 21285 | echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS |
| 22949 | # Work around the forget-to-reset-the-flag bug. | 21286 | # Work around the forget-to-reset-the-flag bug. |
| 22950 | echo 't clr' >>$CONFIG_STATUS | 21287 | echo 't clr' >>$CONFIG_STATUS |
| 22951 | echo ': clr' >>$CONFIG_STATUS | 21288 | echo ': clr' >>$CONFIG_STATUS |
| @@ -22979,10 +21316,10 @@ echo "$as_me: $ac_file is unchanged" >&6;} | |||
| 22979 | else | 21316 | else |
| 22980 | ac_dir=`(dirname "$ac_file") 2>/dev/null || | 21317 | ac_dir=`(dirname "$ac_file") 2>/dev/null || |
| 22981 | $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | 21318 | $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
| 22982 | X"$ac_file" : 'X\(//\)[^/]' \| \ | 21319 | X"$ac_file" : 'X\(//\)[^/]' \| \ |
| 22983 | X"$ac_file" : 'X\(//\)$' \| \ | 21320 | X"$ac_file" : 'X\(//\)$' \| \ |
| 22984 | X"$ac_file" : 'X\(/\)' \| \ | 21321 | X"$ac_file" : 'X\(/\)' \| \ |
| 22985 | . : '\(.\)' 2>/dev/null || | 21322 | . : '\(.\)' 2>/dev/null || |
| 22986 | echo X"$ac_file" | | 21323 | echo X"$ac_file" | |
| 22987 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } | 21324 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } |
| 22988 | /^X\(\/\/\)[^/].*/{ s//\1/; q; } | 21325 | /^X\(\/\/\)[^/].*/{ s//\1/; q; } |
| @@ -22998,10 +21335,10 @@ echo X"$ac_file" | | |||
| 22998 | as_dirs="$as_dir $as_dirs" | 21335 | as_dirs="$as_dir $as_dirs" |
| 22999 | as_dir=`(dirname "$as_dir") 2>/dev/null || | 21336 | as_dir=`(dirname "$as_dir") 2>/dev/null || |
| 23000 | $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | 21337 | $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
| 23001 | X"$as_dir" : 'X\(//\)[^/]' \| \ | 21338 | X"$as_dir" : 'X\(//\)[^/]' \| \ |
| 23002 | X"$as_dir" : 'X\(//\)$' \| \ | 21339 | X"$as_dir" : 'X\(//\)$' \| \ |
| 23003 | X"$as_dir" : 'X\(/\)' \| \ | 21340 | X"$as_dir" : 'X\(/\)' \| \ |
| 23004 | . : '\(.\)' 2>/dev/null || | 21341 | . : '\(.\)' 2>/dev/null || |
| 23005 | echo X"$as_dir" | | 21342 | echo X"$as_dir" | |
| 23006 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } | 21343 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } |
| 23007 | /^X\(\/\/\)[^/].*/{ s//\1/; q; } | 21344 | /^X\(\/\/\)[^/].*/{ s//\1/; q; } |
| @@ -23033,41 +21370,16 @@ for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue | |||
| 23033 | ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'` | 21370 | ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'` |
| 23034 | ac_dir=`(dirname "$ac_dest") 2>/dev/null || | 21371 | ac_dir=`(dirname "$ac_dest") 2>/dev/null || |
| 23035 | $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | 21372 | $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
| 23036 | X"$ac_dest" : 'X\(//\)[^/]' \| \ | 21373 | X"$ac_dest" : 'X\(//\)[^/]' \| \ |
| 23037 | X"$ac_dest" : 'X\(//\)$' \| \ | 21374 | X"$ac_dest" : 'X\(//\)$' \| \ |
| 23038 | X"$ac_dest" : 'X\(/\)' \| \ | 21375 | X"$ac_dest" : 'X\(/\)' \| \ |
| 23039 | . : '\(.\)' 2>/dev/null || | 21376 | . : '\(.\)' 2>/dev/null || |
| 23040 | echo X"$ac_dest" | | 21377 | echo X"$ac_dest" | |
| 23041 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } | 21378 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } |
| 23042 | /^X\(\/\/\)[^/].*/{ s//\1/; q; } | 21379 | /^X\(\/\/\)[^/].*/{ s//\1/; q; } |
| 23043 | /^X\(\/\/\)$/{ s//\1/; q; } | 21380 | /^X\(\/\/\)$/{ s//\1/; q; } |
| 23044 | /^X\(\/\).*/{ s//\1/; q; } | 21381 | /^X\(\/\).*/{ s//\1/; q; } |
| 23045 | s/.*/./; q'` | 21382 | s/.*/./; q'` |
| 23046 | { if $as_mkdir_p; then | ||
| 23047 | mkdir -p "$ac_dir" | ||
| 23048 | else | ||
| 23049 | as_dir="$ac_dir" | ||
| 23050 | as_dirs= | ||
| 23051 | while test ! -d "$as_dir"; do | ||
| 23052 | as_dirs="$as_dir $as_dirs" | ||
| 23053 | as_dir=`(dirname "$as_dir") 2>/dev/null || | ||
| 23054 | $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | ||
| 23055 | X"$as_dir" : 'X\(//\)[^/]' \| \ | ||
| 23056 | X"$as_dir" : 'X\(//\)$' \| \ | ||
| 23057 | X"$as_dir" : 'X\(/\)' \| \ | ||
| 23058 | . : '\(.\)' 2>/dev/null || | ||
| 23059 | echo 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 | ||
| 23068 | echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} | ||
| 23069 | { (exit 1); exit 1; }; }; } | ||
| 23070 | |||
| 23071 | ac_builddir=. | 21383 | ac_builddir=. |
| 23072 | 21384 | ||
| 23073 | if test "$ac_dir" != .; then | 21385 | if test "$ac_dir" != .; then |
| @@ -23093,45 +21405,12 @@ case $srcdir in | |||
| 23093 | ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix | 21405 | ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix |
| 23094 | ac_top_srcdir=$ac_top_builddir$srcdir ;; | 21406 | ac_top_srcdir=$ac_top_builddir$srcdir ;; |
| 23095 | esac | 21407 | esac |
| 23096 | 21408 | # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be | |
| 23097 | # Do not use `cd foo && pwd` to compute absolute paths, because | 21409 | # absolute. |
| 23098 | # the directories may not exist. | 21410 | ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` |
| 23099 | case `pwd` in | 21411 | ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` |
| 23100 | .) ac_abs_builddir="$ac_dir";; | 21412 | ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` |
| 23101 | *) | 21413 | ac_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;; | ||
| 23107 | esac | ||
| 23108 | case $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;; | ||
| 23116 | esac | ||
| 23117 | case $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;; | ||
| 23125 | esac | ||
| 23126 | case $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;; | ||
| 23134 | esac | ||
| 23135 | 21414 | ||
| 23136 | 21415 | ||
| 23137 | { echo "$as_me:$LINENO: executing $ac_dest commands" >&5 | 21416 | { echo "$as_me:$LINENO: executing $ac_dest commands" >&5 |