diff options
| author | Miles Bader | 2004-04-19 07:18:52 +0000 |
|---|---|---|
| committer | Miles Bader | 2004-04-19 07:18:52 +0000 |
| commit | 1ec5e09ebe78a5f798c8498de16de3536cfc9a5c (patch) | |
| tree | 01ebd9aa3f92fbd23b107443cccba60e444b72e0 | |
| parent | cda62d166b91e203451aa038f791ee9d4503791a (diff) | |
| download | emacs-1ec5e09ebe78a5f798c8498de16de3536cfc9a5c.tar.gz emacs-1ec5e09ebe78a5f798c8498de16de3536cfc9a5c.zip | |
Updated unicode branch
| -rwxr-xr-x | configure | 7781 | ||||
| -rwxr-xr-x | make-dist | 10 |
2 files changed, 5829 insertions, 1962 deletions
| @@ -1,9 +1,8 @@ | |||
| 1 | #! /bin/sh | 1 | #! /bin/sh |
| 2 | # Guess values for system-dependent variables and create Makefiles. | 2 | # Guess values for system-dependent variables and create Makefiles. |
| 3 | # Generated by GNU Autoconf 2.54. | 3 | # Generated by GNU Autoconf 2.59. |
| 4 | # | 4 | # |
| 5 | # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 | 5 | # Copyright (C) 2003 Free Software Foundation, Inc. |
| 6 | # Free Software Foundation, Inc. | ||
| 7 | # This configure script is free software; the Free Software Foundation | 6 | # This configure script is free software; the Free Software Foundation |
| 8 | # gives unlimited permission to copy, distribute and modify it. | 7 | # gives unlimited permission to copy, distribute and modify it. |
| 9 | ## --------------------- ## | 8 | ## --------------------- ## |
| @@ -20,9 +19,10 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then | |||
| 20 | elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then | 19 | elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then |
| 21 | set -o posix | 20 | set -o posix |
| 22 | fi | 21 | fi |
| 22 | DUALCASE=1; export DUALCASE # for MKS sh | ||
| 23 | 23 | ||
| 24 | # Support unset when possible. | 24 | # Support unset when possible. |
| 25 | if (FOO=FOO; unset FOO) >/dev/null 2>&1; then | 25 | if ( (MAIL=60; unset MAIL) || exit) >/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 |
| @@ -36,9 +36,12 @@ PS2='> ' | |||
| 36 | PS4='+ ' | 36 | PS4='+ ' |
| 37 | 37 | ||
| 38 | # NLS nuisances. | 38 | # NLS nuisances. |
| 39 | for as_var in LANG LANGUAGE LC_ALL LC_COLLATE LC_CTYPE LC_NUMERIC LC_MESSAGES LC_TIME | 39 | for as_var in \ |
| 40 | LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ | ||
| 41 | LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ | ||
| 42 | LC_TELEPHONE LC_TIME | ||
| 40 | do | 43 | do |
| 41 | if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then | 44 | if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then |
| 42 | eval $as_var=C; export $as_var | 45 | eval $as_var=C; export $as_var |
| 43 | else | 46 | else |
| 44 | $as_unset $as_var | 47 | $as_unset $as_var |
| @@ -82,15 +85,15 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits | |||
| 82 | 85 | ||
| 83 | # The user is always right. | 86 | # The user is always right. |
| 84 | if test "${PATH_SEPARATOR+set}" != set; then | 87 | if test "${PATH_SEPARATOR+set}" != set; then |
| 85 | echo "#! /bin/sh" >conftest.sh | 88 | echo "#! /bin/sh" >conf$$.sh |
| 86 | echo "exit 0" >>conftest.sh | 89 | echo "exit 0" >>conf$$.sh |
| 87 | chmod +x conftest.sh | 90 | chmod +x conf$$.sh |
| 88 | if (PATH="/nonexistent;."; conftest.sh) >/dev/null 2>&1; then | 91 | if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then |
| 89 | PATH_SEPARATOR=';' | 92 | PATH_SEPARATOR=';' |
| 90 | else | 93 | else |
| 91 | PATH_SEPARATOR=: | 94 | PATH_SEPARATOR=: |
| 92 | fi | 95 | fi |
| 93 | rm -f conftest.sh | 96 | rm -f conf$$.sh |
| 94 | fi | 97 | fi |
| 95 | 98 | ||
| 96 | 99 | ||
| @@ -215,16 +218,17 @@ rm -f conf$$ conf$$.exe conf$$.file | |||
| 215 | if mkdir -p . 2>/dev/null; then | 218 | if mkdir -p . 2>/dev/null; then |
| 216 | as_mkdir_p=: | 219 | as_mkdir_p=: |
| 217 | else | 220 | else |
| 221 | test -d ./-p && rmdir ./-p | ||
| 218 | as_mkdir_p=false | 222 | as_mkdir_p=false |
| 219 | fi | 223 | fi |
| 220 | 224 | ||
| 221 | as_executable_p="test -f" | 225 | as_executable_p="test -f" |
| 222 | 226 | ||
| 223 | # Sed expression to map a string onto a valid CPP name. | 227 | # Sed expression to map a string onto a valid CPP name. |
| 224 | as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g" | 228 | as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" |
| 225 | 229 | ||
| 226 | # Sed expression to map a string onto a valid variable name. | 230 | # Sed expression to map a string onto a valid variable name. |
| 227 | as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g" | 231 | as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" |
| 228 | 232 | ||
| 229 | 233 | ||
| 230 | # IFS | 234 | # IFS |
| @@ -665,7 +669,7 @@ done | |||
| 665 | 669 | ||
| 666 | # Be sure to have absolute paths. | 670 | # Be sure to have absolute paths. |
| 667 | for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ | 671 | for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ |
| 668 | localstatedir libdir includedir oldincludedir infodir mandir | 672 | localstatedir libdir includedir oldincludedir infodir mandir |
| 669 | do | 673 | do |
| 670 | eval ac_val=$`echo $ac_var` | 674 | eval ac_val=$`echo $ac_var` |
| 671 | case $ac_val in | 675 | case $ac_val in |
| @@ -705,10 +709,10 @@ if test -z "$srcdir"; then | |||
| 705 | # Try the directory containing this script, then its parent. | 709 | # Try the directory containing this script, then its parent. |
| 706 | ac_confdir=`(dirname "$0") 2>/dev/null || | 710 | ac_confdir=`(dirname "$0") 2>/dev/null || |
| 707 | $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | 711 | $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
| 708 | X"$0" : 'X\(//\)[^/]' \| \ | 712 | X"$0" : 'X\(//\)[^/]' \| \ |
| 709 | X"$0" : 'X\(//\)$' \| \ | 713 | X"$0" : 'X\(//\)$' \| \ |
| 710 | X"$0" : 'X\(/\)' \| \ | 714 | X"$0" : 'X\(/\)' \| \ |
| 711 | . : '\(.\)' 2>/dev/null || | 715 | . : '\(.\)' 2>/dev/null || |
| 712 | echo X"$0" | | 716 | echo X"$0" | |
| 713 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } | 717 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } |
| 714 | /^X\(\/\/\)[^/].*/{ s//\1/; q; } | 718 | /^X\(\/\/\)[^/].*/{ s//\1/; q; } |
| @@ -800,9 +804,9 @@ _ACEOF | |||
| 800 | cat <<_ACEOF | 804 | cat <<_ACEOF |
| 801 | Installation directories: | 805 | Installation directories: |
| 802 | --prefix=PREFIX install architecture-independent files in PREFIX | 806 | --prefix=PREFIX install architecture-independent files in PREFIX |
| 803 | [$ac_default_prefix] | 807 | [$ac_default_prefix] |
| 804 | --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX | 808 | --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX |
| 805 | [PREFIX] | 809 | [PREFIX] |
| 806 | 810 | ||
| 807 | By default, \`make install' will install all the files in | 811 | By default, \`make install' will install all the files in |
| 808 | \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify | 812 | \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify |
| @@ -925,12 +929,45 @@ case $srcdir in | |||
| 925 | ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix | 929 | ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix |
| 926 | ac_top_srcdir=$ac_top_builddir$srcdir ;; | 930 | ac_top_srcdir=$ac_top_builddir$srcdir ;; |
| 927 | esac | 931 | esac |
| 928 | # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be | 932 | |
| 929 | # absolute. | 933 | # Do not use `cd foo && pwd` to compute absolute paths, because |
| 930 | ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` | 934 | # the directories may not exist. |
| 931 | ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` | 935 | case `pwd` in |
| 932 | ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` | 936 | .) ac_abs_builddir="$ac_dir";; |
| 933 | ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` | 937 | *) |
| 938 | case "$ac_dir" in | ||
| 939 | .) ac_abs_builddir=`pwd`;; | ||
| 940 | [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; | ||
| 941 | *) ac_abs_builddir=`pwd`/"$ac_dir";; | ||
| 942 | esac;; | ||
| 943 | esac | ||
| 944 | case $ac_abs_builddir in | ||
| 945 | .) ac_abs_top_builddir=${ac_top_builddir}.;; | ||
| 946 | *) | ||
| 947 | case ${ac_top_builddir}. in | ||
| 948 | .) ac_abs_top_builddir=$ac_abs_builddir;; | ||
| 949 | [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; | ||
| 950 | *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; | ||
| 951 | esac;; | ||
| 952 | esac | ||
| 953 | case $ac_abs_builddir in | ||
| 954 | .) ac_abs_srcdir=$ac_srcdir;; | ||
| 955 | *) | ||
| 956 | case $ac_srcdir in | ||
| 957 | .) ac_abs_srcdir=$ac_abs_builddir;; | ||
| 958 | [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; | ||
| 959 | *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; | ||
| 960 | esac;; | ||
| 961 | esac | ||
| 962 | case $ac_abs_builddir in | ||
| 963 | .) ac_abs_top_srcdir=$ac_top_srcdir;; | ||
| 964 | *) | ||
| 965 | case $ac_top_srcdir in | ||
| 966 | .) ac_abs_top_srcdir=$ac_abs_builddir;; | ||
| 967 | [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; | ||
| 968 | *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; | ||
| 969 | esac;; | ||
| 970 | esac | ||
| 934 | 971 | ||
| 935 | cd $ac_dir | 972 | cd $ac_dir |
| 936 | # Check for guested configure; otherwise get Cygnus style configure. | 973 | # Check for guested configure; otherwise get Cygnus style configure. |
| @@ -941,7 +978,7 @@ ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` | |||
| 941 | echo | 978 | echo |
| 942 | $SHELL $ac_srcdir/configure --help=recursive | 979 | $SHELL $ac_srcdir/configure --help=recursive |
| 943 | elif test -f $ac_srcdir/configure.ac || | 980 | elif test -f $ac_srcdir/configure.ac || |
| 944 | test -f $ac_srcdir/configure.in; then | 981 | test -f $ac_srcdir/configure.in; then |
| 945 | echo | 982 | echo |
| 946 | $ac_configure --help | 983 | $ac_configure --help |
| 947 | else | 984 | else |
| @@ -955,8 +992,7 @@ test -n "$ac_init_help" && exit 0 | |||
| 955 | if $ac_init_version; then | 992 | if $ac_init_version; then |
| 956 | cat <<\_ACEOF | 993 | cat <<\_ACEOF |
| 957 | 994 | ||
| 958 | Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 | 995 | Copyright (C) 2003 Free Software Foundation, Inc. |
| 959 | Free Software Foundation, Inc. | ||
| 960 | This configure script is free software; the Free Software Foundation | 996 | This configure script is free software; the Free Software Foundation |
| 961 | gives unlimited permission to copy, distribute and modify it. | 997 | gives unlimited permission to copy, distribute and modify it. |
| 962 | _ACEOF | 998 | _ACEOF |
| @@ -968,7 +1004,7 @@ This file contains any messages produced by compilers while | |||
| 968 | running configure, to aid debugging if configure makes a mistake. | 1004 | running configure, to aid debugging if configure makes a mistake. |
| 969 | 1005 | ||
| 970 | It was created by $as_me, which was | 1006 | It was created by $as_me, which was |
| 971 | generated by GNU Autoconf 2.54. Invocation command line was | 1007 | generated by GNU Autoconf 2.59. Invocation command line was |
| 972 | 1008 | ||
| 973 | $ $0 $@ | 1009 | $ $0 $@ |
| 974 | 1010 | ||
| @@ -1020,24 +1056,54 @@ _ACEOF | |||
| 1020 | 1056 | ||
| 1021 | # Keep a trace of the command line. | 1057 | # Keep a trace of the command line. |
| 1022 | # Strip out --no-create and --no-recursion so they do not pile up. | 1058 | # Strip out --no-create and --no-recursion so they do not pile up. |
| 1059 | # Strip out --silent because we don't want to record it for future runs. | ||
| 1023 | # Also quote any args containing shell meta-characters. | 1060 | # Also quote any args containing shell meta-characters. |
| 1061 | # Make two passes to allow for proper duplicate-argument suppression. | ||
| 1024 | ac_configure_args= | 1062 | ac_configure_args= |
| 1063 | ac_configure_args0= | ||
| 1064 | ac_configure_args1= | ||
| 1025 | ac_sep= | 1065 | ac_sep= |
| 1026 | for ac_arg | 1066 | ac_must_keep_next=false |
| 1067 | for ac_pass in 1 2 | ||
| 1027 | do | 1068 | do |
| 1028 | case $ac_arg in | 1069 | for ac_arg |
| 1029 | -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | 1070 | do |
| 1030 | | --no-cr | --no-c | -n ) continue ;; | 1071 | case $ac_arg in |
| 1031 | -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | 1072 | -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; |
| 1032 | | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) | 1073 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ |
| 1033 | continue ;; | 1074 | | -silent | --silent | --silen | --sile | --sil) |
| 1034 | *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) | 1075 | continue ;; |
| 1035 | ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; | 1076 | *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) |
| 1036 | esac | 1077 | ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; |
| 1037 | ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" | 1078 | esac |
| 1038 | # Get rid of the leading space. | 1079 | case $ac_pass in |
| 1039 | ac_sep=" " | 1080 | 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; |
| 1081 | 2) | ||
| 1082 | ac_configure_args1="$ac_configure_args1 '$ac_arg'" | ||
| 1083 | if test $ac_must_keep_next = true; then | ||
| 1084 | ac_must_keep_next=false # Got value, back to normal. | ||
| 1085 | else | ||
| 1086 | case $ac_arg in | ||
| 1087 | *=* | --config-cache | -C | -disable-* | --disable-* \ | ||
| 1088 | | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ | ||
| 1089 | | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ | ||
| 1090 | | -with-* | --with-* | -without-* | --without-* | --x) | ||
| 1091 | case "$ac_configure_args0 " in | ||
| 1092 | "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; | ||
| 1093 | esac | ||
| 1094 | ;; | ||
| 1095 | -* ) ac_must_keep_next=true ;; | ||
| 1096 | esac | ||
| 1097 | fi | ||
| 1098 | ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" | ||
| 1099 | # Get rid of the leading space. | ||
| 1100 | ac_sep=" " | ||
| 1101 | ;; | ||
| 1102 | esac | ||
| 1103 | done | ||
| 1040 | done | 1104 | done |
| 1105 | $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; } | ||
| 1106 | $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; } | ||
| 1041 | 1107 | ||
| 1042 | # When interrupted or exit'd, cleanup temporary files, and complete | 1108 | # When interrupted or exit'd, cleanup temporary files, and complete |
| 1043 | # config.log. We remove comments because anyway the quotes in there | 1109 | # config.log. We remove comments because anyway the quotes in there |
| @@ -1061,12 +1127,12 @@ _ASBOX | |||
| 1061 | case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in | 1127 | case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in |
| 1062 | *ac_space=\ *) | 1128 | *ac_space=\ *) |
| 1063 | sed -n \ | 1129 | sed -n \ |
| 1064 | "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; | 1130 | "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; |
| 1065 | s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" | 1131 | s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" |
| 1066 | ;; | 1132 | ;; |
| 1067 | *) | 1133 | *) |
| 1068 | sed -n \ | 1134 | sed -n \ |
| 1069 | "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" | 1135 | "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" |
| 1070 | ;; | 1136 | ;; |
| 1071 | esac; | 1137 | esac; |
| 1072 | } | 1138 | } |
| @@ -1095,7 +1161,7 @@ _ASBOX | |||
| 1095 | for ac_var in $ac_subst_files | 1161 | for ac_var in $ac_subst_files |
| 1096 | do | 1162 | do |
| 1097 | eval ac_val=$`echo $ac_var` | 1163 | eval ac_val=$`echo $ac_var` |
| 1098 | echo "$ac_var='"'"'$ac_val'"'"'" | 1164 | echo "$ac_var='"'"'$ac_val'"'"'" |
| 1099 | done | sort | 1165 | done | sort |
| 1100 | echo | 1166 | echo |
| 1101 | fi | 1167 | fi |
| @@ -1114,7 +1180,7 @@ _ASBOX | |||
| 1114 | echo "$as_me: caught signal $ac_signal" | 1180 | echo "$as_me: caught signal $ac_signal" |
| 1115 | echo "$as_me: exit $exit_status" | 1181 | echo "$as_me: exit $exit_status" |
| 1116 | } >&5 | 1182 | } >&5 |
| 1117 | rm -f core core.* *.core && | 1183 | rm -f core *.core && |
| 1118 | rm -rf conftest* confdefs* conf$$* $ac_clean_files && | 1184 | rm -rf conftest* confdefs* conf$$* $ac_clean_files && |
| 1119 | exit $exit_status | 1185 | exit $exit_status |
| 1120 | ' 0 | 1186 | ' 0 |
| @@ -1194,7 +1260,7 @@ fi | |||
| 1194 | # value. | 1260 | # value. |
| 1195 | ac_cache_corrupted=false | 1261 | ac_cache_corrupted=false |
| 1196 | for ac_var in `(set) 2>&1 | | 1262 | for ac_var in `(set) 2>&1 | |
| 1197 | sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do | 1263 | sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do |
| 1198 | eval ac_old_set=\$ac_cv_env_${ac_var}_set | 1264 | eval ac_old_set=\$ac_cv_env_${ac_var}_set |
| 1199 | eval ac_new_set=\$ac_env_${ac_var}_set | 1265 | eval ac_new_set=\$ac_env_${ac_var}_set |
| 1200 | eval ac_old_val="\$ac_cv_env_${ac_var}_value" | 1266 | eval ac_old_val="\$ac_cv_env_${ac_var}_value" |
| @@ -1211,13 +1277,13 @@ echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} | |||
| 1211 | ,);; | 1277 | ,);; |
| 1212 | *) | 1278 | *) |
| 1213 | if test "x$ac_old_val" != "x$ac_new_val"; then | 1279 | if test "x$ac_old_val" != "x$ac_new_val"; then |
| 1214 | { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 | 1280 | { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 |
| 1215 | echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} | 1281 | echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} |
| 1216 | { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 | 1282 | { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 |
| 1217 | echo "$as_me: former value: $ac_old_val" >&2;} | 1283 | echo "$as_me: former value: $ac_old_val" >&2;} |
| 1218 | { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 | 1284 | { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 |
| 1219 | echo "$as_me: current value: $ac_new_val" >&2;} | 1285 | echo "$as_me: current value: $ac_new_val" >&2;} |
| 1220 | ac_cache_corrupted=: | 1286 | ac_cache_corrupted=: |
| 1221 | fi;; | 1287 | fi;; |
| 1222 | esac | 1288 | esac |
| 1223 | # Pass precious variables to config.status. | 1289 | # Pass precious variables to config.status. |
| @@ -2934,8 +3000,10 @@ fi | |||
| 2934 | fi | 3000 | fi |
| 2935 | 3001 | ||
| 2936 | 3002 | ||
| 2937 | test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH" >&5 | 3003 | test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH |
| 2938 | echo "$as_me: error: no acceptable C compiler found in \$PATH" >&2;} | 3004 | See \`config.log' for more details." >&5 |
| 3005 | echo "$as_me: error: no acceptable C compiler found in \$PATH | ||
| 3006 | See \`config.log' for more details." >&2;} | ||
| 2939 | { (exit 1); exit 1; }; } | 3007 | { (exit 1); exit 1; }; } |
| 2940 | 3008 | ||
| 2941 | # Provide some information about the compiler. | 3009 | # Provide some information about the compiler. |
| @@ -2959,8 +3027,11 @@ ac_compiler=`set X $ac_compile; echo $2` | |||
| 2959 | (exit $ac_status); } | 3027 | (exit $ac_status); } |
| 2960 | 3028 | ||
| 2961 | cat >conftest.$ac_ext <<_ACEOF | 3029 | cat >conftest.$ac_ext <<_ACEOF |
| 2962 | #line $LINENO "configure" | 3030 | /* confdefs.h. */ |
| 2963 | #include "confdefs.h" | 3031 | _ACEOF |
| 3032 | cat confdefs.h >>conftest.$ac_ext | ||
| 3033 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 3034 | /* end confdefs.h. */ | ||
| 2964 | 3035 | ||
| 2965 | int | 3036 | int |
| 2966 | main () | 3037 | main () |
| @@ -2971,12 +3042,12 @@ main () | |||
| 2971 | } | 3042 | } |
| 2972 | _ACEOF | 3043 | _ACEOF |
| 2973 | ac_clean_files_save=$ac_clean_files | 3044 | ac_clean_files_save=$ac_clean_files |
| 2974 | ac_clean_files="$ac_clean_files a.out a.exe" | 3045 | ac_clean_files="$ac_clean_files a.out a.exe b.out" |
| 2975 | # Try to create an executable without -o first, disregard a.out. | 3046 | # Try to create an executable without -o first, disregard a.out. |
| 2976 | # It will help us diagnose broken compilers, and finding out an intuition | 3047 | # It will help us diagnose broken compilers, and finding out an intuition |
| 2977 | # of exeext. | 3048 | # of exeext. |
| 2978 | echo "$as_me:$LINENO: checking for C compiler default output" >&5 | 3049 | echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 |
| 2979 | echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6 | 3050 | echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6 |
| 2980 | ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` | 3051 | ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` |
| 2981 | if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 | 3052 | if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 |
| 2982 | (eval $ac_link_default) 2>&5 | 3053 | (eval $ac_link_default) 2>&5 |
| @@ -2990,27 +3061,39 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 | |||
| 2990 | # Be careful to initialize this variable, since it used to be cached. | 3061 | # Be careful to initialize this variable, since it used to be cached. |
| 2991 | # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile. | 3062 | # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile. |
| 2992 | ac_cv_exeext= | 3063 | ac_cv_exeext= |
| 2993 | for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.*; do | 3064 | # b.out is created by i960 compilers. |
| 3065 | for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out | ||
| 3066 | do | ||
| 2994 | test -f "$ac_file" || continue | 3067 | test -f "$ac_file" || continue |
| 2995 | case $ac_file in | 3068 | case $ac_file in |
| 2996 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; | 3069 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) |
| 2997 | a.out ) # We found the default executable, but exeext='' is most | 3070 | ;; |
| 2998 | # certainly right. | 3071 | conftest.$ac_ext ) |
| 2999 | break;; | 3072 | # This is the source file. |
| 3000 | *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` | 3073 | ;; |
| 3001 | # FIXME: I believe we export ac_cv_exeext for Libtool --akim. | 3074 | [ab].out ) |
| 3002 | export ac_cv_exeext | 3075 | # We found the default executable, but exeext='' is most |
| 3003 | break;; | 3076 | # certainly right. |
| 3004 | * ) break;; | 3077 | break;; |
| 3078 | *.* ) | ||
| 3079 | ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` | ||
| 3080 | # FIXME: I believe we export ac_cv_exeext for Libtool, | ||
| 3081 | # but it would be cool to find out if it's true. Does anybody | ||
| 3082 | # maintain Libtool? --akim. | ||
| 3083 | export ac_cv_exeext | ||
| 3084 | break;; | ||
| 3085 | * ) | ||
| 3086 | break;; | ||
| 3005 | esac | 3087 | esac |
| 3006 | done | 3088 | done |
| 3007 | else | 3089 | else |
| 3008 | echo "$as_me: failed program was:" >&5 | 3090 | echo "$as_me: failed program was:" >&5 |
| 3009 | cat conftest.$ac_ext >&5 | 3091 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 3092 | |||
| 3010 | { { echo "$as_me:$LINENO: error: C compiler cannot create executables | 3093 | { { echo "$as_me:$LINENO: error: C compiler cannot create executables |
| 3011 | check \`config.log' for details." >&5 | 3094 | See \`config.log' for more details." >&5 |
| 3012 | echo "$as_me: error: C compiler cannot create executables | 3095 | echo "$as_me: error: C compiler cannot create executables |
| 3013 | check \`config.log' for details." >&2;} | 3096 | See \`config.log' for more details." >&2;} |
| 3014 | { (exit 77); exit 77; }; } | 3097 | { (exit 77); exit 77; }; } |
| 3015 | fi | 3098 | fi |
| 3016 | 3099 | ||
| @@ -3037,9 +3120,11 @@ if test "$cross_compiling" != yes; then | |||
| 3037 | cross_compiling=yes | 3120 | cross_compiling=yes |
| 3038 | else | 3121 | else |
| 3039 | { { echo "$as_me:$LINENO: error: cannot run C compiled programs. | 3122 | { { echo "$as_me:$LINENO: error: cannot run C compiled programs. |
| 3040 | If you meant to cross compile, use \`--host'." >&5 | 3123 | If you meant to cross compile, use \`--host'. |
| 3124 | See \`config.log' for more details." >&5 | ||
| 3041 | echo "$as_me: error: cannot run C compiled programs. | 3125 | echo "$as_me: error: cannot run C compiled programs. |
| 3042 | If you meant to cross compile, use \`--host'." >&2;} | 3126 | If you meant to cross compile, use \`--host'. |
| 3127 | See \`config.log' for more details." >&2;} | ||
| 3043 | { (exit 1); exit 1; }; } | 3128 | { (exit 1); exit 1; }; } |
| 3044 | fi | 3129 | fi |
| 3045 | fi | 3130 | fi |
| @@ -3047,7 +3132,7 @@ fi | |||
| 3047 | echo "$as_me:$LINENO: result: yes" >&5 | 3132 | echo "$as_me:$LINENO: result: yes" >&5 |
| 3048 | echo "${ECHO_T}yes" >&6 | 3133 | echo "${ECHO_T}yes" >&6 |
| 3049 | 3134 | ||
| 3050 | rm -f a.out a.exe conftest$ac_cv_exeext | 3135 | rm -f a.out a.exe conftest$ac_cv_exeext b.out |
| 3051 | ac_clean_files=$ac_clean_files_save | 3136 | ac_clean_files=$ac_clean_files_save |
| 3052 | # Check the compiler produces executables we can run. If not, either | 3137 | # Check the compiler produces executables we can run. If not, either |
| 3053 | # the compiler is broken, or we cross compile. | 3138 | # the compiler is broken, or we cross compile. |
| @@ -3072,14 +3157,16 @@ for ac_file in conftest.exe conftest conftest.*; do | |||
| 3072 | case $ac_file in | 3157 | case $ac_file in |
| 3073 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; | 3158 | *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; |
| 3074 | *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` | 3159 | *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` |
| 3075 | export ac_cv_exeext | 3160 | export ac_cv_exeext |
| 3076 | break;; | 3161 | break;; |
| 3077 | * ) break;; | 3162 | * ) break;; |
| 3078 | esac | 3163 | esac |
| 3079 | done | 3164 | done |
| 3080 | else | 3165 | else |
| 3081 | { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link" >&5 | 3166 | { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link |
| 3082 | echo "$as_me: error: cannot compute suffix of executables: cannot compile and link" >&2;} | 3167 | See \`config.log' for more details." >&5 |
| 3168 | echo "$as_me: error: cannot compute suffix of executables: cannot compile and link | ||
| 3169 | See \`config.log' for more details." >&2;} | ||
| 3083 | { (exit 1); exit 1; }; } | 3170 | { (exit 1); exit 1; }; } |
| 3084 | fi | 3171 | fi |
| 3085 | 3172 | ||
| @@ -3096,8 +3183,11 @@ if test "${ac_cv_objext+set}" = set; then | |||
| 3096 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 3183 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 3097 | else | 3184 | else |
| 3098 | cat >conftest.$ac_ext <<_ACEOF | 3185 | cat >conftest.$ac_ext <<_ACEOF |
| 3099 | #line $LINENO "configure" | 3186 | /* confdefs.h. */ |
| 3100 | #include "confdefs.h" | 3187 | _ACEOF |
| 3188 | cat confdefs.h >>conftest.$ac_ext | ||
| 3189 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 3190 | /* end confdefs.h. */ | ||
| 3101 | 3191 | ||
| 3102 | int | 3192 | int |
| 3103 | main () | 3193 | main () |
| @@ -3122,9 +3212,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 3122 | done | 3212 | done |
| 3123 | else | 3213 | else |
| 3124 | echo "$as_me: failed program was:" >&5 | 3214 | echo "$as_me: failed program was:" >&5 |
| 3125 | cat conftest.$ac_ext >&5 | 3215 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 3126 | { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile" >&5 | 3216 | |
| 3127 | echo "$as_me: error: cannot compute suffix of object files: cannot compile" >&2;} | 3217 | { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile |
| 3218 | See \`config.log' for more details." >&5 | ||
| 3219 | echo "$as_me: error: cannot compute suffix of object files: cannot compile | ||
| 3220 | See \`config.log' for more details." >&2;} | ||
| 3128 | { (exit 1); exit 1; }; } | 3221 | { (exit 1); exit 1; }; } |
| 3129 | fi | 3222 | fi |
| 3130 | 3223 | ||
| @@ -3140,8 +3233,11 @@ if test "${ac_cv_c_compiler_gnu+set}" = set; then | |||
| 3140 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 3233 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 3141 | else | 3234 | else |
| 3142 | cat >conftest.$ac_ext <<_ACEOF | 3235 | cat >conftest.$ac_ext <<_ACEOF |
| 3143 | #line $LINENO "configure" | 3236 | /* confdefs.h. */ |
| 3144 | #include "confdefs.h" | 3237 | _ACEOF |
| 3238 | cat confdefs.h >>conftest.$ac_ext | ||
| 3239 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 3240 | /* end confdefs.h. */ | ||
| 3145 | 3241 | ||
| 3146 | int | 3242 | int |
| 3147 | main () | 3243 | main () |
| @@ -3156,11 +3252,21 @@ main () | |||
| 3156 | _ACEOF | 3252 | _ACEOF |
| 3157 | rm -f conftest.$ac_objext | 3253 | rm -f conftest.$ac_objext |
| 3158 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 3254 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 3159 | (eval $ac_compile) 2>&5 | 3255 | (eval $ac_compile) 2>conftest.er1 |
| 3160 | ac_status=$? | 3256 | ac_status=$? |
| 3257 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 3258 | rm -f conftest.er1 | ||
| 3259 | cat conftest.err >&5 | ||
| 3161 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 3260 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 3162 | (exit $ac_status); } && | 3261 | (exit $ac_status); } && |
| 3163 | { ac_try='test -s conftest.$ac_objext' | 3262 | { ac_try='test -z "$ac_c_werror_flag" |
| 3263 | || test ! -s conftest.err' | ||
| 3264 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 3265 | (eval $ac_try) 2>&5 | ||
| 3266 | ac_status=$? | ||
| 3267 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 3268 | (exit $ac_status); }; } && | ||
| 3269 | { ac_try='test -s conftest.$ac_objext' | ||
| 3164 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 3270 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 3165 | (eval $ac_try) 2>&5 | 3271 | (eval $ac_try) 2>&5 |
| 3166 | ac_status=$? | 3272 | ac_status=$? |
| @@ -3169,10 +3275,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 3169 | ac_compiler_gnu=yes | 3275 | ac_compiler_gnu=yes |
| 3170 | else | 3276 | else |
| 3171 | echo "$as_me: failed program was:" >&5 | 3277 | echo "$as_me: failed program was:" >&5 |
| 3172 | cat conftest.$ac_ext >&5 | 3278 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 3279 | |||
| 3173 | ac_compiler_gnu=no | 3280 | ac_compiler_gnu=no |
| 3174 | fi | 3281 | fi |
| 3175 | rm -f conftest.$ac_objext conftest.$ac_ext | 3282 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 3176 | ac_cv_c_compiler_gnu=$ac_compiler_gnu | 3283 | ac_cv_c_compiler_gnu=$ac_compiler_gnu |
| 3177 | 3284 | ||
| 3178 | fi | 3285 | fi |
| @@ -3188,8 +3295,11 @@ if test "${ac_cv_prog_cc_g+set}" = set; then | |||
| 3188 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 3295 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 3189 | else | 3296 | else |
| 3190 | cat >conftest.$ac_ext <<_ACEOF | 3297 | cat >conftest.$ac_ext <<_ACEOF |
| 3191 | #line $LINENO "configure" | 3298 | /* confdefs.h. */ |
| 3192 | #include "confdefs.h" | 3299 | _ACEOF |
| 3300 | cat confdefs.h >>conftest.$ac_ext | ||
| 3301 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 3302 | /* end confdefs.h. */ | ||
| 3193 | 3303 | ||
| 3194 | int | 3304 | int |
| 3195 | main () | 3305 | main () |
| @@ -3201,11 +3311,21 @@ main () | |||
| 3201 | _ACEOF | 3311 | _ACEOF |
| 3202 | rm -f conftest.$ac_objext | 3312 | rm -f conftest.$ac_objext |
| 3203 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 3313 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 3204 | (eval $ac_compile) 2>&5 | 3314 | (eval $ac_compile) 2>conftest.er1 |
| 3205 | ac_status=$? | 3315 | ac_status=$? |
| 3316 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 3317 | rm -f conftest.er1 | ||
| 3318 | cat conftest.err >&5 | ||
| 3206 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 3319 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 3207 | (exit $ac_status); } && | 3320 | (exit $ac_status); } && |
| 3208 | { ac_try='test -s conftest.$ac_objext' | 3321 | { ac_try='test -z "$ac_c_werror_flag" |
| 3322 | || test ! -s conftest.err' | ||
| 3323 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 3324 | (eval $ac_try) 2>&5 | ||
| 3325 | ac_status=$? | ||
| 3326 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 3327 | (exit $ac_status); }; } && | ||
| 3328 | { ac_try='test -s conftest.$ac_objext' | ||
| 3209 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 3329 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 3210 | (eval $ac_try) 2>&5 | 3330 | (eval $ac_try) 2>&5 |
| 3211 | ac_status=$? | 3331 | ac_status=$? |
| @@ -3214,10 +3334,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 3214 | ac_cv_prog_cc_g=yes | 3334 | ac_cv_prog_cc_g=yes |
| 3215 | else | 3335 | else |
| 3216 | echo "$as_me: failed program was:" >&5 | 3336 | echo "$as_me: failed program was:" >&5 |
| 3217 | cat conftest.$ac_ext >&5 | 3337 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 3338 | |||
| 3218 | ac_cv_prog_cc_g=no | 3339 | ac_cv_prog_cc_g=no |
| 3219 | fi | 3340 | fi |
| 3220 | rm -f conftest.$ac_objext conftest.$ac_ext | 3341 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 3221 | fi | 3342 | fi |
| 3222 | echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 | 3343 | echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 |
| 3223 | echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 | 3344 | echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 |
| @@ -3244,8 +3365,11 @@ else | |||
| 3244 | ac_cv_prog_cc_stdc=no | 3365 | ac_cv_prog_cc_stdc=no |
| 3245 | ac_save_CC=$CC | 3366 | ac_save_CC=$CC |
| 3246 | cat >conftest.$ac_ext <<_ACEOF | 3367 | cat >conftest.$ac_ext <<_ACEOF |
| 3247 | #line $LINENO "configure" | 3368 | /* confdefs.h. */ |
| 3248 | #include "confdefs.h" | 3369 | _ACEOF |
| 3370 | cat confdefs.h >>conftest.$ac_ext | ||
| 3371 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 3372 | /* end confdefs.h. */ | ||
| 3249 | #include <stdarg.h> | 3373 | #include <stdarg.h> |
| 3250 | #include <stdio.h> | 3374 | #include <stdio.h> |
| 3251 | #include <sys/types.h> | 3375 | #include <sys/types.h> |
| @@ -3268,6 +3392,16 @@ static char *f (char * (*g) (char **, int), char **p, ...) | |||
| 3268 | va_end (v); | 3392 | va_end (v); |
| 3269 | return s; | 3393 | return s; |
| 3270 | } | 3394 | } |
| 3395 | |||
| 3396 | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | ||
| 3397 | function prototypes and stuff, but not '\xHH' hex character constants. | ||
| 3398 | These don't provoke an error unfortunately, instead are silently treated | ||
| 3399 | as 'x'. The following induces an error, until -std1 is added to get | ||
| 3400 | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | ||
| 3401 | array size at least. It's necessary to write '\x00'==0 to get something | ||
| 3402 | that's true only with -std1. */ | ||
| 3403 | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | ||
| 3404 | |||
| 3271 | int test (int i, double x); | 3405 | int test (int i, double x); |
| 3272 | struct s1 {int (*f) (int a);}; | 3406 | struct s1 {int (*f) (int a);}; |
| 3273 | struct s2 {int (*f) (double a);}; | 3407 | struct s2 {int (*f) (double a);}; |
| @@ -3294,11 +3428,21 @@ do | |||
| 3294 | CC="$ac_save_CC $ac_arg" | 3428 | CC="$ac_save_CC $ac_arg" |
| 3295 | rm -f conftest.$ac_objext | 3429 | rm -f conftest.$ac_objext |
| 3296 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 3430 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 3297 | (eval $ac_compile) 2>&5 | 3431 | (eval $ac_compile) 2>conftest.er1 |
| 3298 | ac_status=$? | 3432 | ac_status=$? |
| 3433 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 3434 | rm -f conftest.er1 | ||
| 3435 | cat conftest.err >&5 | ||
| 3299 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 3436 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 3300 | (exit $ac_status); } && | 3437 | (exit $ac_status); } && |
| 3301 | { ac_try='test -s conftest.$ac_objext' | 3438 | { ac_try='test -z "$ac_c_werror_flag" |
| 3439 | || test ! -s conftest.err' | ||
| 3440 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 3441 | (eval $ac_try) 2>&5 | ||
| 3442 | ac_status=$? | ||
| 3443 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 3444 | (exit $ac_status); }; } && | ||
| 3445 | { ac_try='test -s conftest.$ac_objext' | ||
| 3302 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 3446 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 3303 | (eval $ac_try) 2>&5 | 3447 | (eval $ac_try) 2>&5 |
| 3304 | ac_status=$? | 3448 | ac_status=$? |
| @@ -3308,9 +3452,10 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 3308 | break | 3452 | break |
| 3309 | else | 3453 | else |
| 3310 | echo "$as_me: failed program was:" >&5 | 3454 | echo "$as_me: failed program was:" >&5 |
| 3311 | cat conftest.$ac_ext >&5 | 3455 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 3456 | |||
| 3312 | fi | 3457 | fi |
| 3313 | rm -f conftest.$ac_objext | 3458 | rm -f conftest.err conftest.$ac_objext |
| 3314 | done | 3459 | done |
| 3315 | rm -f conftest.$ac_ext conftest.$ac_objext | 3460 | rm -f conftest.$ac_ext conftest.$ac_objext |
| 3316 | CC=$ac_save_CC | 3461 | CC=$ac_save_CC |
| @@ -3338,19 +3483,28 @@ cat >conftest.$ac_ext <<_ACEOF | |||
| 3338 | _ACEOF | 3483 | _ACEOF |
| 3339 | rm -f conftest.$ac_objext | 3484 | rm -f conftest.$ac_objext |
| 3340 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 3485 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 3341 | (eval $ac_compile) 2>&5 | 3486 | (eval $ac_compile) 2>conftest.er1 |
| 3342 | ac_status=$? | 3487 | ac_status=$? |
| 3488 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 3489 | rm -f conftest.er1 | ||
| 3490 | cat conftest.err >&5 | ||
| 3343 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 3491 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 3344 | (exit $ac_status); } && | 3492 | (exit $ac_status); } && |
| 3345 | { ac_try='test -s conftest.$ac_objext' | 3493 | { ac_try='test -z "$ac_c_werror_flag" |
| 3494 | || test ! -s conftest.err' | ||
| 3495 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 3496 | (eval $ac_try) 2>&5 | ||
| 3497 | ac_status=$? | ||
| 3498 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 3499 | (exit $ac_status); }; } && | ||
| 3500 | { ac_try='test -s conftest.$ac_objext' | ||
| 3346 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 3501 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 3347 | (eval $ac_try) 2>&5 | 3502 | (eval $ac_try) 2>&5 |
| 3348 | ac_status=$? | 3503 | ac_status=$? |
| 3349 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 3504 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 3350 | (exit $ac_status); }; }; then | 3505 | (exit $ac_status); }; }; then |
| 3351 | for ac_declaration in \ | 3506 | for ac_declaration in \ |
| 3352 | ''\ | 3507 | '' \ |
| 3353 | '#include <stdlib.h>' \ | ||
| 3354 | 'extern "C" void std::exit (int) throw (); using std::exit;' \ | 3508 | 'extern "C" void std::exit (int) throw (); using std::exit;' \ |
| 3355 | 'extern "C" void std::exit (int); using std::exit;' \ | 3509 | 'extern "C" void std::exit (int); using std::exit;' \ |
| 3356 | 'extern "C" void exit (int) throw ();' \ | 3510 | 'extern "C" void exit (int) throw ();' \ |
| @@ -3358,10 +3512,13 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 3358 | 'void exit (int);' | 3512 | 'void exit (int);' |
| 3359 | do | 3513 | do |
| 3360 | cat >conftest.$ac_ext <<_ACEOF | 3514 | cat >conftest.$ac_ext <<_ACEOF |
| 3361 | #line $LINENO "configure" | 3515 | /* confdefs.h. */ |
| 3362 | #include "confdefs.h" | 3516 | _ACEOF |
| 3363 | #include <stdlib.h> | 3517 | cat confdefs.h >>conftest.$ac_ext |
| 3518 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 3519 | /* end confdefs.h. */ | ||
| 3364 | $ac_declaration | 3520 | $ac_declaration |
| 3521 | #include <stdlib.h> | ||
| 3365 | int | 3522 | int |
| 3366 | main () | 3523 | main () |
| 3367 | { | 3524 | { |
| @@ -3372,11 +3529,21 @@ exit (42); | |||
| 3372 | _ACEOF | 3529 | _ACEOF |
| 3373 | rm -f conftest.$ac_objext | 3530 | rm -f conftest.$ac_objext |
| 3374 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 3531 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 3375 | (eval $ac_compile) 2>&5 | 3532 | (eval $ac_compile) 2>conftest.er1 |
| 3376 | ac_status=$? | 3533 | ac_status=$? |
| 3534 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 3535 | rm -f conftest.er1 | ||
| 3536 | cat conftest.err >&5 | ||
| 3377 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 3537 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 3378 | (exit $ac_status); } && | 3538 | (exit $ac_status); } && |
| 3379 | { ac_try='test -s conftest.$ac_objext' | 3539 | { ac_try='test -z "$ac_c_werror_flag" |
| 3540 | || test ! -s conftest.err' | ||
| 3541 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 3542 | (eval $ac_try) 2>&5 | ||
| 3543 | ac_status=$? | ||
| 3544 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 3545 | (exit $ac_status); }; } && | ||
| 3546 | { ac_try='test -s conftest.$ac_objext' | ||
| 3380 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 3547 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 3381 | (eval $ac_try) 2>&5 | 3548 | (eval $ac_try) 2>&5 |
| 3382 | ac_status=$? | 3549 | ac_status=$? |
| @@ -3385,13 +3552,17 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 3385 | : | 3552 | : |
| 3386 | else | 3553 | else |
| 3387 | echo "$as_me: failed program was:" >&5 | 3554 | echo "$as_me: failed program was:" >&5 |
| 3388 | cat conftest.$ac_ext >&5 | 3555 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 3556 | |||
| 3389 | continue | 3557 | continue |
| 3390 | fi | 3558 | fi |
| 3391 | rm -f conftest.$ac_objext conftest.$ac_ext | 3559 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 3392 | cat >conftest.$ac_ext <<_ACEOF | 3560 | cat >conftest.$ac_ext <<_ACEOF |
| 3393 | #line $LINENO "configure" | 3561 | /* confdefs.h. */ |
| 3394 | #include "confdefs.h" | 3562 | _ACEOF |
| 3563 | cat confdefs.h >>conftest.$ac_ext | ||
| 3564 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 3565 | /* end confdefs.h. */ | ||
| 3395 | $ac_declaration | 3566 | $ac_declaration |
| 3396 | int | 3567 | int |
| 3397 | main () | 3568 | main () |
| @@ -3403,11 +3574,21 @@ exit (42); | |||
| 3403 | _ACEOF | 3574 | _ACEOF |
| 3404 | rm -f conftest.$ac_objext | 3575 | rm -f conftest.$ac_objext |
| 3405 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 3576 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 3406 | (eval $ac_compile) 2>&5 | 3577 | (eval $ac_compile) 2>conftest.er1 |
| 3407 | ac_status=$? | 3578 | ac_status=$? |
| 3579 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 3580 | rm -f conftest.er1 | ||
| 3581 | cat conftest.err >&5 | ||
| 3408 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 3582 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 3409 | (exit $ac_status); } && | 3583 | (exit $ac_status); } && |
| 3410 | { ac_try='test -s conftest.$ac_objext' | 3584 | { ac_try='test -z "$ac_c_werror_flag" |
| 3585 | || test ! -s conftest.err' | ||
| 3586 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 3587 | (eval $ac_try) 2>&5 | ||
| 3588 | ac_status=$? | ||
| 3589 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 3590 | (exit $ac_status); }; } && | ||
| 3591 | { ac_try='test -s conftest.$ac_objext' | ||
| 3411 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 3592 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 3412 | (eval $ac_try) 2>&5 | 3593 | (eval $ac_try) 2>&5 |
| 3413 | ac_status=$? | 3594 | ac_status=$? |
| @@ -3416,9 +3597,10 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 3416 | break | 3597 | break |
| 3417 | else | 3598 | else |
| 3418 | echo "$as_me: failed program was:" >&5 | 3599 | echo "$as_me: failed program was:" >&5 |
| 3419 | cat conftest.$ac_ext >&5 | 3600 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 3601 | |||
| 3420 | fi | 3602 | fi |
| 3421 | rm -f conftest.$ac_objext conftest.$ac_ext | 3603 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 3422 | done | 3604 | done |
| 3423 | rm -f conftest* | 3605 | rm -f conftest* |
| 3424 | if test -n "$ac_declaration"; then | 3606 | if test -n "$ac_declaration"; then |
| @@ -3429,9 +3611,10 @@ fi | |||
| 3429 | 3611 | ||
| 3430 | else | 3612 | else |
| 3431 | echo "$as_me: failed program was:" >&5 | 3613 | echo "$as_me: failed program was:" >&5 |
| 3432 | cat conftest.$ac_ext >&5 | 3614 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 3615 | |||
| 3433 | fi | 3616 | fi |
| 3434 | rm -f conftest.$ac_objext conftest.$ac_ext | 3617 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 3435 | ac_ext=c | 3618 | ac_ext=c |
| 3436 | ac_cpp='$CPP $CPPFLAGS' | 3619 | ac_cpp='$CPP $CPPFLAGS' |
| 3437 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | 3620 | ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
| @@ -3507,13 +3690,22 @@ for ac_c_preproc_warn_flag in '' yes | |||
| 3507 | do | 3690 | do |
| 3508 | # Use a header file that comes with gcc, so configuring glibc | 3691 | # Use a header file that comes with gcc, so configuring glibc |
| 3509 | # with a fresh cross-compiler works. | 3692 | # with a fresh cross-compiler works. |
| 3693 | # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | ||
| 3694 | # <limits.h> exists even on freestanding compilers. | ||
| 3510 | # On the NeXT, cc -E runs the code through the compiler's parser, | 3695 | # On the NeXT, cc -E runs the code through the compiler's parser, |
| 3511 | # not just through cpp. "Syntax error" is here to catch this case. | 3696 | # not just through cpp. "Syntax error" is here to catch this case. |
| 3512 | cat >conftest.$ac_ext <<_ACEOF | 3697 | cat >conftest.$ac_ext <<_ACEOF |
| 3513 | #line $LINENO "configure" | 3698 | /* confdefs.h. */ |
| 3514 | #include "confdefs.h" | 3699 | _ACEOF |
| 3515 | #include <assert.h> | 3700 | cat confdefs.h >>conftest.$ac_ext |
| 3516 | Syntax error | 3701 | cat >>conftest.$ac_ext <<_ACEOF |
| 3702 | /* end confdefs.h. */ | ||
| 3703 | #ifdef __STDC__ | ||
| 3704 | # include <limits.h> | ||
| 3705 | #else | ||
| 3706 | # include <assert.h> | ||
| 3707 | #endif | ||
| 3708 | Syntax error | ||
| 3517 | _ACEOF | 3709 | _ACEOF |
| 3518 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 3710 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| 3519 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | 3711 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
| @@ -3525,6 +3717,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 3525 | (exit $ac_status); } >/dev/null; then | 3717 | (exit $ac_status); } >/dev/null; then |
| 3526 | if test -s conftest.err; then | 3718 | if test -s conftest.err; then |
| 3527 | ac_cpp_err=$ac_c_preproc_warn_flag | 3719 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 3720 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 3528 | else | 3721 | else |
| 3529 | ac_cpp_err= | 3722 | ac_cpp_err= |
| 3530 | fi | 3723 | fi |
| @@ -3535,7 +3728,8 @@ if test -z "$ac_cpp_err"; then | |||
| 3535 | : | 3728 | : |
| 3536 | else | 3729 | else |
| 3537 | echo "$as_me: failed program was:" >&5 | 3730 | echo "$as_me: failed program was:" >&5 |
| 3538 | cat conftest.$ac_ext >&5 | 3731 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 3732 | |||
| 3539 | # Broken: fails on valid input. | 3733 | # Broken: fails on valid input. |
| 3540 | continue | 3734 | continue |
| 3541 | fi | 3735 | fi |
| @@ -3544,8 +3738,11 @@ rm -f conftest.err conftest.$ac_ext | |||
| 3544 | # OK, works on sane cases. Now check whether non-existent headers | 3738 | # OK, works on sane cases. Now check whether non-existent headers |
| 3545 | # can be detected and how. | 3739 | # can be detected and how. |
| 3546 | cat >conftest.$ac_ext <<_ACEOF | 3740 | cat >conftest.$ac_ext <<_ACEOF |
| 3547 | #line $LINENO "configure" | 3741 | /* confdefs.h. */ |
| 3548 | #include "confdefs.h" | 3742 | _ACEOF |
| 3743 | cat confdefs.h >>conftest.$ac_ext | ||
| 3744 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 3745 | /* end confdefs.h. */ | ||
| 3549 | #include <ac_nonexistent.h> | 3746 | #include <ac_nonexistent.h> |
| 3550 | _ACEOF | 3747 | _ACEOF |
| 3551 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 3748 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| @@ -3558,6 +3755,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 3558 | (exit $ac_status); } >/dev/null; then | 3755 | (exit $ac_status); } >/dev/null; then |
| 3559 | if test -s conftest.err; then | 3756 | if test -s conftest.err; then |
| 3560 | ac_cpp_err=$ac_c_preproc_warn_flag | 3757 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 3758 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 3561 | else | 3759 | else |
| 3562 | ac_cpp_err= | 3760 | ac_cpp_err= |
| 3563 | fi | 3761 | fi |
| @@ -3569,7 +3767,8 @@ if test -z "$ac_cpp_err"; then | |||
| 3569 | continue | 3767 | continue |
| 3570 | else | 3768 | else |
| 3571 | echo "$as_me: failed program was:" >&5 | 3769 | echo "$as_me: failed program was:" >&5 |
| 3572 | cat conftest.$ac_ext >&5 | 3770 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 3771 | |||
| 3573 | # Passes both tests. | 3772 | # Passes both tests. |
| 3574 | ac_preproc_ok=: | 3773 | ac_preproc_ok=: |
| 3575 | break | 3774 | break |
| @@ -3598,13 +3797,22 @@ for ac_c_preproc_warn_flag in '' yes | |||
| 3598 | do | 3797 | do |
| 3599 | # Use a header file that comes with gcc, so configuring glibc | 3798 | # Use a header file that comes with gcc, so configuring glibc |
| 3600 | # with a fresh cross-compiler works. | 3799 | # with a fresh cross-compiler works. |
| 3800 | # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | ||
| 3801 | # <limits.h> exists even on freestanding compilers. | ||
| 3601 | # On the NeXT, cc -E runs the code through the compiler's parser, | 3802 | # On the NeXT, cc -E runs the code through the compiler's parser, |
| 3602 | # not just through cpp. "Syntax error" is here to catch this case. | 3803 | # not just through cpp. "Syntax error" is here to catch this case. |
| 3603 | cat >conftest.$ac_ext <<_ACEOF | 3804 | cat >conftest.$ac_ext <<_ACEOF |
| 3604 | #line $LINENO "configure" | 3805 | /* confdefs.h. */ |
| 3605 | #include "confdefs.h" | 3806 | _ACEOF |
| 3606 | #include <assert.h> | 3807 | cat confdefs.h >>conftest.$ac_ext |
| 3607 | Syntax error | 3808 | cat >>conftest.$ac_ext <<_ACEOF |
| 3809 | /* end confdefs.h. */ | ||
| 3810 | #ifdef __STDC__ | ||
| 3811 | # include <limits.h> | ||
| 3812 | #else | ||
| 3813 | # include <assert.h> | ||
| 3814 | #endif | ||
| 3815 | Syntax error | ||
| 3608 | _ACEOF | 3816 | _ACEOF |
| 3609 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 3817 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| 3610 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | 3818 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
| @@ -3616,6 +3824,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 3616 | (exit $ac_status); } >/dev/null; then | 3824 | (exit $ac_status); } >/dev/null; then |
| 3617 | if test -s conftest.err; then | 3825 | if test -s conftest.err; then |
| 3618 | ac_cpp_err=$ac_c_preproc_warn_flag | 3826 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 3827 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 3619 | else | 3828 | else |
| 3620 | ac_cpp_err= | 3829 | ac_cpp_err= |
| 3621 | fi | 3830 | fi |
| @@ -3626,7 +3835,8 @@ if test -z "$ac_cpp_err"; then | |||
| 3626 | : | 3835 | : |
| 3627 | else | 3836 | else |
| 3628 | echo "$as_me: failed program was:" >&5 | 3837 | echo "$as_me: failed program was:" >&5 |
| 3629 | cat conftest.$ac_ext >&5 | 3838 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 3839 | |||
| 3630 | # Broken: fails on valid input. | 3840 | # Broken: fails on valid input. |
| 3631 | continue | 3841 | continue |
| 3632 | fi | 3842 | fi |
| @@ -3635,8 +3845,11 @@ rm -f conftest.err conftest.$ac_ext | |||
| 3635 | # OK, works on sane cases. Now check whether non-existent headers | 3845 | # OK, works on sane cases. Now check whether non-existent headers |
| 3636 | # can be detected and how. | 3846 | # can be detected and how. |
| 3637 | cat >conftest.$ac_ext <<_ACEOF | 3847 | cat >conftest.$ac_ext <<_ACEOF |
| 3638 | #line $LINENO "configure" | 3848 | /* confdefs.h. */ |
| 3639 | #include "confdefs.h" | 3849 | _ACEOF |
| 3850 | cat confdefs.h >>conftest.$ac_ext | ||
| 3851 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 3852 | /* end confdefs.h. */ | ||
| 3640 | #include <ac_nonexistent.h> | 3853 | #include <ac_nonexistent.h> |
| 3641 | _ACEOF | 3854 | _ACEOF |
| 3642 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 3855 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| @@ -3649,6 +3862,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 3649 | (exit $ac_status); } >/dev/null; then | 3862 | (exit $ac_status); } >/dev/null; then |
| 3650 | if test -s conftest.err; then | 3863 | if test -s conftest.err; then |
| 3651 | ac_cpp_err=$ac_c_preproc_warn_flag | 3864 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 3865 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 3652 | else | 3866 | else |
| 3653 | ac_cpp_err= | 3867 | ac_cpp_err= |
| 3654 | fi | 3868 | fi |
| @@ -3660,7 +3874,8 @@ if test -z "$ac_cpp_err"; then | |||
| 3660 | continue | 3874 | continue |
| 3661 | else | 3875 | else |
| 3662 | echo "$as_me: failed program was:" >&5 | 3876 | echo "$as_me: failed program was:" >&5 |
| 3663 | cat conftest.$ac_ext >&5 | 3877 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 3878 | |||
| 3664 | # Passes both tests. | 3879 | # Passes both tests. |
| 3665 | ac_preproc_ok=: | 3880 | ac_preproc_ok=: |
| 3666 | break | 3881 | break |
| @@ -3673,8 +3888,10 @@ rm -f conftest.err conftest.$ac_ext | |||
| 3673 | if $ac_preproc_ok; then | 3888 | if $ac_preproc_ok; then |
| 3674 | : | 3889 | : |
| 3675 | else | 3890 | else |
| 3676 | { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check" >&5 | 3891 | { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check |
| 3677 | echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;} | 3892 | See \`config.log' for more details." >&5 |
| 3893 | echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check | ||
| 3894 | See \`config.log' for more details." >&2;} | ||
| 3678 | { (exit 1); exit 1; }; } | 3895 | { (exit 1); exit 1; }; } |
| 3679 | fi | 3896 | fi |
| 3680 | 3897 | ||
| @@ -3695,6 +3912,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu | |||
| 3695 | # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag | 3912 | # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag |
| 3696 | # AFS /usr/afsws/bin/install, which mishandles nonexistent args | 3913 | # AFS /usr/afsws/bin/install, which mishandles nonexistent args |
| 3697 | # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" | 3914 | # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" |
| 3915 | # OS/2's system install, which has a completely different semantic | ||
| 3698 | # ./install, which can be erroneously created by make from ./install.sh. | 3916 | # ./install, which can be erroneously created by make from ./install.sh. |
| 3699 | echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 | 3917 | echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 |
| 3700 | echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 | 3918 | echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 |
| @@ -3711,6 +3929,7 @@ do | |||
| 3711 | case $as_dir/ in | 3929 | case $as_dir/ in |
| 3712 | ./ | .// | /cC/* | \ | 3930 | ./ | .// | /cC/* | \ |
| 3713 | /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ | 3931 | /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ |
| 3932 | ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ | ||
| 3714 | /usr/ucb/* ) ;; | 3933 | /usr/ucb/* ) ;; |
| 3715 | *) | 3934 | *) |
| 3716 | # OSF1 and SCO ODT 3.0 have their own names for install. | 3935 | # OSF1 and SCO ODT 3.0 have their own names for install. |
| @@ -3718,20 +3937,20 @@ case $as_dir/ in | |||
| 3718 | # by default. | 3937 | # by default. |
| 3719 | for ac_prog in ginstall scoinst install; do | 3938 | for ac_prog in ginstall scoinst install; do |
| 3720 | for ac_exec_ext in '' $ac_executable_extensions; do | 3939 | for ac_exec_ext in '' $ac_executable_extensions; do |
| 3721 | if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then | 3940 | if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then |
| 3722 | if test $ac_prog = install && | 3941 | if test $ac_prog = install && |
| 3723 | grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then | 3942 | grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then |
| 3724 | # AIX install. It has an incompatible calling convention. | 3943 | # AIX install. It has an incompatible calling convention. |
| 3725 | : | 3944 | : |
| 3726 | elif test $ac_prog = install && | 3945 | elif test $ac_prog = install && |
| 3727 | grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then | 3946 | grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then |
| 3728 | # program-specific install script used by HP pwplus--don't use. | 3947 | # program-specific install script used by HP pwplus--don't use. |
| 3729 | : | 3948 | : |
| 3730 | else | 3949 | else |
| 3731 | ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" | 3950 | ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" |
| 3732 | break 3 | 3951 | break 3 |
| 3733 | fi | 3952 | fi |
| 3734 | fi | 3953 | fi |
| 3735 | done | 3954 | done |
| 3736 | done | 3955 | done |
| 3737 | ;; | 3956 | ;; |
| @@ -3974,42 +4193,6 @@ then | |||
| 3974 | fi | 4193 | fi |
| 3975 | 4194 | ||
| 3976 | 4195 | ||
| 3977 | late_LDFLAGS=$LDFLAGS | ||
| 3978 | if test $GCC = yes; then | ||
| 3979 | LDFLAGS="$LDFLAGS -Wl,-znocombreloc" | ||
| 3980 | else | ||
| 3981 | LDFLAGS="$LDFLAGS -znocombreloc" | ||
| 3982 | fi | ||
| 3983 | |||
| 3984 | echo "$as_me:$LINENO: checking For -znocombreloc" >&5 | ||
| 3985 | echo $ECHO_N "checking For -znocombreloc... $ECHO_C" >&6 | ||
| 3986 | |||
| 3987 | cat >conftest.$ac_ext <<_ACEOF | ||
| 3988 | main(){return 0;} | ||
| 3989 | _ACEOF | ||
| 3990 | rm -f conftest.$ac_objext conftest$ac_exeext | ||
| 3991 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | ||
| 3992 | (eval $ac_link) 2>&5 | ||
| 3993 | ac_status=$? | ||
| 3994 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 3995 | (exit $ac_status); } && | ||
| 3996 | { ac_try='test -s conftest$ac_exeext' | ||
| 3997 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 3998 | (eval $ac_try) 2>&5 | ||
| 3999 | ac_status=$? | ||
| 4000 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 4001 | (exit $ac_status); }; }; then | ||
| 4002 | echo "$as_me:$LINENO: result: yes" >&5 | ||
| 4003 | echo "${ECHO_T}yes" >&6 | ||
| 4004 | else | ||
| 4005 | echo "$as_me: failed program was:" >&5 | ||
| 4006 | cat conftest.$ac_ext >&5 | ||
| 4007 | LDFLAGS=$late_LDFLAGS | ||
| 4008 | echo "$as_me:$LINENO: result: no" >&5 | ||
| 4009 | echo "${ECHO_T}no" >&6 | ||
| 4010 | fi | ||
| 4011 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | ||
| 4012 | |||
| 4013 | 4196 | ||
| 4014 | echo "$as_me:$LINENO: checking for egrep" >&5 | 4197 | echo "$as_me:$LINENO: checking for egrep" >&5 |
| 4015 | echo $ECHO_N "checking for egrep... $ECHO_C" >&6 | 4198 | echo $ECHO_N "checking for egrep... $ECHO_C" >&6 |
| @@ -4030,8 +4213,11 @@ echo "${ECHO_T}$ac_cv_prog_egrep" >&6 | |||
| 4030 | echo "$as_me:$LINENO: checking for AIX" >&5 | 4213 | echo "$as_me:$LINENO: checking for AIX" >&5 |
| 4031 | echo $ECHO_N "checking for AIX... $ECHO_C" >&6 | 4214 | echo $ECHO_N "checking for AIX... $ECHO_C" >&6 |
| 4032 | cat >conftest.$ac_ext <<_ACEOF | 4215 | cat >conftest.$ac_ext <<_ACEOF |
| 4033 | #line $LINENO "configure" | 4216 | /* confdefs.h. */ |
| 4034 | #include "confdefs.h" | 4217 | _ACEOF |
| 4218 | cat confdefs.h >>conftest.$ac_ext | ||
| 4219 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 4220 | /* end confdefs.h. */ | ||
| 4035 | #ifdef _AIX | 4221 | #ifdef _AIX |
| 4036 | yes | 4222 | yes |
| 4037 | #endif | 4223 | #endif |
| @@ -4225,9 +4411,12 @@ else | |||
| 4225 | while :; do | 4411 | while :; do |
| 4226 | # IRIX 6.2 and later do not support large files by default, | 4412 | # IRIX 6.2 and later do not support large files by default, |
| 4227 | # so use the C compiler's -n32 option if that helps. | 4413 | # so use the C compiler's -n32 option if that helps. |
| 4228 | cat >conftest.$ac_ext <<_ACEOF | 4414 | cat >conftest.$ac_ext <<_ACEOF |
| 4229 | #line $LINENO "configure" | 4415 | /* confdefs.h. */ |
| 4230 | #include "confdefs.h" | 4416 | _ACEOF |
| 4417 | cat confdefs.h >>conftest.$ac_ext | ||
| 4418 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 4419 | /* end confdefs.h. */ | ||
| 4231 | #include <sys/types.h> | 4420 | #include <sys/types.h> |
| 4232 | /* Check that off_t can represent 2**63 - 1 correctly. | 4421 | /* Check that off_t can represent 2**63 - 1 correctly. |
| 4233 | We can't simply define LARGE_OFF_T to be 9223372036854775807, | 4422 | We can't simply define LARGE_OFF_T to be 9223372036854775807, |
| @@ -4247,11 +4436,21 @@ main () | |||
| 4247 | _ACEOF | 4436 | _ACEOF |
| 4248 | rm -f conftest.$ac_objext | 4437 | rm -f conftest.$ac_objext |
| 4249 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 4438 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 4250 | (eval $ac_compile) 2>&5 | 4439 | (eval $ac_compile) 2>conftest.er1 |
| 4251 | ac_status=$? | 4440 | ac_status=$? |
| 4441 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 4442 | rm -f conftest.er1 | ||
| 4443 | cat conftest.err >&5 | ||
| 4252 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 4444 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4253 | (exit $ac_status); } && | 4445 | (exit $ac_status); } && |
| 4254 | { ac_try='test -s conftest.$ac_objext' | 4446 | { ac_try='test -z "$ac_c_werror_flag" |
| 4447 | || test ! -s conftest.err' | ||
| 4448 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 4449 | (eval $ac_try) 2>&5 | ||
| 4450 | ac_status=$? | ||
| 4451 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 4452 | (exit $ac_status); }; } && | ||
| 4453 | { ac_try='test -s conftest.$ac_objext' | ||
| 4255 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 4454 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 4256 | (eval $ac_try) 2>&5 | 4455 | (eval $ac_try) 2>&5 |
| 4257 | ac_status=$? | 4456 | ac_status=$? |
| @@ -4260,17 +4459,28 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 4260 | break | 4459 | break |
| 4261 | else | 4460 | else |
| 4262 | echo "$as_me: failed program was:" >&5 | 4461 | echo "$as_me: failed program was:" >&5 |
| 4263 | cat conftest.$ac_ext >&5 | 4462 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 4463 | |||
| 4264 | fi | 4464 | fi |
| 4265 | rm -f conftest.$ac_objext | 4465 | rm -f conftest.err conftest.$ac_objext |
| 4266 | CC="$CC -n32" | 4466 | CC="$CC -n32" |
| 4267 | rm -f conftest.$ac_objext | 4467 | rm -f conftest.$ac_objext |
| 4268 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 4468 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 4269 | (eval $ac_compile) 2>&5 | 4469 | (eval $ac_compile) 2>conftest.er1 |
| 4270 | ac_status=$? | 4470 | ac_status=$? |
| 4471 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 4472 | rm -f conftest.er1 | ||
| 4473 | cat conftest.err >&5 | ||
| 4271 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 4474 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4272 | (exit $ac_status); } && | 4475 | (exit $ac_status); } && |
| 4273 | { ac_try='test -s conftest.$ac_objext' | 4476 | { ac_try='test -z "$ac_c_werror_flag" |
| 4477 | || test ! -s conftest.err' | ||
| 4478 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 4479 | (eval $ac_try) 2>&5 | ||
| 4480 | ac_status=$? | ||
| 4481 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 4482 | (exit $ac_status); }; } && | ||
| 4483 | { ac_try='test -s conftest.$ac_objext' | ||
| 4274 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 4484 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 4275 | (eval $ac_try) 2>&5 | 4485 | (eval $ac_try) 2>&5 |
| 4276 | ac_status=$? | 4486 | ac_status=$? |
| @@ -4279,10 +4489,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 4279 | ac_cv_sys_largefile_CC=' -n32'; break | 4489 | ac_cv_sys_largefile_CC=' -n32'; break |
| 4280 | else | 4490 | else |
| 4281 | echo "$as_me: failed program was:" >&5 | 4491 | echo "$as_me: failed program was:" >&5 |
| 4282 | cat conftest.$ac_ext >&5 | 4492 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 4493 | |||
| 4283 | fi | 4494 | fi |
| 4284 | rm -f conftest.$ac_objext | 4495 | rm -f conftest.err conftest.$ac_objext |
| 4285 | break | 4496 | break |
| 4286 | done | 4497 | done |
| 4287 | CC=$ac_save_CC | 4498 | CC=$ac_save_CC |
| 4288 | rm -f conftest.$ac_ext | 4499 | rm -f conftest.$ac_ext |
| @@ -4302,8 +4513,11 @@ else | |||
| 4302 | while :; do | 4513 | while :; do |
| 4303 | ac_cv_sys_file_offset_bits=no | 4514 | ac_cv_sys_file_offset_bits=no |
| 4304 | cat >conftest.$ac_ext <<_ACEOF | 4515 | cat >conftest.$ac_ext <<_ACEOF |
| 4305 | #line $LINENO "configure" | 4516 | /* confdefs.h. */ |
| 4306 | #include "confdefs.h" | 4517 | _ACEOF |
| 4518 | cat confdefs.h >>conftest.$ac_ext | ||
| 4519 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 4520 | /* end confdefs.h. */ | ||
| 4307 | #include <sys/types.h> | 4521 | #include <sys/types.h> |
| 4308 | /* Check that off_t can represent 2**63 - 1 correctly. | 4522 | /* Check that off_t can represent 2**63 - 1 correctly. |
| 4309 | We can't simply define LARGE_OFF_T to be 9223372036854775807, | 4523 | We can't simply define LARGE_OFF_T to be 9223372036854775807, |
| @@ -4323,11 +4537,21 @@ main () | |||
| 4323 | _ACEOF | 4537 | _ACEOF |
| 4324 | rm -f conftest.$ac_objext | 4538 | rm -f conftest.$ac_objext |
| 4325 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 4539 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 4326 | (eval $ac_compile) 2>&5 | 4540 | (eval $ac_compile) 2>conftest.er1 |
| 4327 | ac_status=$? | 4541 | ac_status=$? |
| 4542 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 4543 | rm -f conftest.er1 | ||
| 4544 | cat conftest.err >&5 | ||
| 4328 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 4545 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4329 | (exit $ac_status); } && | 4546 | (exit $ac_status); } && |
| 4330 | { ac_try='test -s conftest.$ac_objext' | 4547 | { ac_try='test -z "$ac_c_werror_flag" |
| 4548 | || test ! -s conftest.err' | ||
| 4549 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 4550 | (eval $ac_try) 2>&5 | ||
| 4551 | ac_status=$? | ||
| 4552 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 4553 | (exit $ac_status); }; } && | ||
| 4554 | { ac_try='test -s conftest.$ac_objext' | ||
| 4331 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 4555 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 4332 | (eval $ac_try) 2>&5 | 4556 | (eval $ac_try) 2>&5 |
| 4333 | ac_status=$? | 4557 | ac_status=$? |
| @@ -4336,12 +4560,16 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 4336 | break | 4560 | break |
| 4337 | else | 4561 | else |
| 4338 | echo "$as_me: failed program was:" >&5 | 4562 | echo "$as_me: failed program was:" >&5 |
| 4339 | cat conftest.$ac_ext >&5 | 4563 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 4564 | |||
| 4340 | fi | 4565 | fi |
| 4341 | rm -f conftest.$ac_objext conftest.$ac_ext | 4566 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 4342 | cat >conftest.$ac_ext <<_ACEOF | 4567 | cat >conftest.$ac_ext <<_ACEOF |
| 4343 | #line $LINENO "configure" | 4568 | /* confdefs.h. */ |
| 4344 | #include "confdefs.h" | 4569 | _ACEOF |
| 4570 | cat confdefs.h >>conftest.$ac_ext | ||
| 4571 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 4572 | /* end confdefs.h. */ | ||
| 4345 | #define _FILE_OFFSET_BITS 64 | 4573 | #define _FILE_OFFSET_BITS 64 |
| 4346 | #include <sys/types.h> | 4574 | #include <sys/types.h> |
| 4347 | /* Check that off_t can represent 2**63 - 1 correctly. | 4575 | /* Check that off_t can represent 2**63 - 1 correctly. |
| @@ -4362,11 +4590,21 @@ main () | |||
| 4362 | _ACEOF | 4590 | _ACEOF |
| 4363 | rm -f conftest.$ac_objext | 4591 | rm -f conftest.$ac_objext |
| 4364 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 4592 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 4365 | (eval $ac_compile) 2>&5 | 4593 | (eval $ac_compile) 2>conftest.er1 |
| 4366 | ac_status=$? | 4594 | ac_status=$? |
| 4595 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 4596 | rm -f conftest.er1 | ||
| 4597 | cat conftest.err >&5 | ||
| 4367 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 4598 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4368 | (exit $ac_status); } && | 4599 | (exit $ac_status); } && |
| 4369 | { ac_try='test -s conftest.$ac_objext' | 4600 | { ac_try='test -z "$ac_c_werror_flag" |
| 4601 | || test ! -s conftest.err' | ||
| 4602 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 4603 | (eval $ac_try) 2>&5 | ||
| 4604 | ac_status=$? | ||
| 4605 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 4606 | (exit $ac_status); }; } && | ||
| 4607 | { ac_try='test -s conftest.$ac_objext' | ||
| 4370 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 4608 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 4371 | (eval $ac_try) 2>&5 | 4609 | (eval $ac_try) 2>&5 |
| 4372 | ac_status=$? | 4610 | ac_status=$? |
| @@ -4375,9 +4613,10 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 4375 | ac_cv_sys_file_offset_bits=64; break | 4613 | ac_cv_sys_file_offset_bits=64; break |
| 4376 | else | 4614 | else |
| 4377 | echo "$as_me: failed program was:" >&5 | 4615 | echo "$as_me: failed program was:" >&5 |
| 4378 | cat conftest.$ac_ext >&5 | 4616 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 4617 | |||
| 4379 | fi | 4618 | fi |
| 4380 | rm -f conftest.$ac_objext conftest.$ac_ext | 4619 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 4381 | break | 4620 | break |
| 4382 | done | 4621 | done |
| 4383 | fi | 4622 | fi |
| @@ -4399,8 +4638,11 @@ else | |||
| 4399 | while :; do | 4638 | while :; do |
| 4400 | ac_cv_sys_large_files=no | 4639 | ac_cv_sys_large_files=no |
| 4401 | cat >conftest.$ac_ext <<_ACEOF | 4640 | cat >conftest.$ac_ext <<_ACEOF |
| 4402 | #line $LINENO "configure" | 4641 | /* confdefs.h. */ |
| 4403 | #include "confdefs.h" | 4642 | _ACEOF |
| 4643 | cat confdefs.h >>conftest.$ac_ext | ||
| 4644 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 4645 | /* end confdefs.h. */ | ||
| 4404 | #include <sys/types.h> | 4646 | #include <sys/types.h> |
| 4405 | /* Check that off_t can represent 2**63 - 1 correctly. | 4647 | /* Check that off_t can represent 2**63 - 1 correctly. |
| 4406 | We can't simply define LARGE_OFF_T to be 9223372036854775807, | 4648 | We can't simply define LARGE_OFF_T to be 9223372036854775807, |
| @@ -4420,11 +4662,21 @@ main () | |||
| 4420 | _ACEOF | 4662 | _ACEOF |
| 4421 | rm -f conftest.$ac_objext | 4663 | rm -f conftest.$ac_objext |
| 4422 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 4664 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 4423 | (eval $ac_compile) 2>&5 | 4665 | (eval $ac_compile) 2>conftest.er1 |
| 4424 | ac_status=$? | 4666 | ac_status=$? |
| 4667 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 4668 | rm -f conftest.er1 | ||
| 4669 | cat conftest.err >&5 | ||
| 4425 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 4670 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4426 | (exit $ac_status); } && | 4671 | (exit $ac_status); } && |
| 4427 | { ac_try='test -s conftest.$ac_objext' | 4672 | { ac_try='test -z "$ac_c_werror_flag" |
| 4673 | || test ! -s conftest.err' | ||
| 4674 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 4675 | (eval $ac_try) 2>&5 | ||
| 4676 | ac_status=$? | ||
| 4677 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 4678 | (exit $ac_status); }; } && | ||
| 4679 | { ac_try='test -s conftest.$ac_objext' | ||
| 4428 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 4680 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 4429 | (eval $ac_try) 2>&5 | 4681 | (eval $ac_try) 2>&5 |
| 4430 | ac_status=$? | 4682 | ac_status=$? |
| @@ -4433,12 +4685,16 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 4433 | break | 4685 | break |
| 4434 | else | 4686 | else |
| 4435 | echo "$as_me: failed program was:" >&5 | 4687 | echo "$as_me: failed program was:" >&5 |
| 4436 | cat conftest.$ac_ext >&5 | 4688 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 4689 | |||
| 4437 | fi | 4690 | fi |
| 4438 | rm -f conftest.$ac_objext conftest.$ac_ext | 4691 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 4439 | cat >conftest.$ac_ext <<_ACEOF | 4692 | cat >conftest.$ac_ext <<_ACEOF |
| 4440 | #line $LINENO "configure" | 4693 | /* confdefs.h. */ |
| 4441 | #include "confdefs.h" | 4694 | _ACEOF |
| 4695 | cat confdefs.h >>conftest.$ac_ext | ||
| 4696 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 4697 | /* end confdefs.h. */ | ||
| 4442 | #define _LARGE_FILES 1 | 4698 | #define _LARGE_FILES 1 |
| 4443 | #include <sys/types.h> | 4699 | #include <sys/types.h> |
| 4444 | /* Check that off_t can represent 2**63 - 1 correctly. | 4700 | /* Check that off_t can represent 2**63 - 1 correctly. |
| @@ -4459,11 +4715,21 @@ main () | |||
| 4459 | _ACEOF | 4715 | _ACEOF |
| 4460 | rm -f conftest.$ac_objext | 4716 | rm -f conftest.$ac_objext |
| 4461 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 4717 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 4462 | (eval $ac_compile) 2>&5 | 4718 | (eval $ac_compile) 2>conftest.er1 |
| 4463 | ac_status=$? | 4719 | ac_status=$? |
| 4720 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 4721 | rm -f conftest.er1 | ||
| 4722 | cat conftest.err >&5 | ||
| 4464 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 4723 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4465 | (exit $ac_status); } && | 4724 | (exit $ac_status); } && |
| 4466 | { ac_try='test -s conftest.$ac_objext' | 4725 | { ac_try='test -z "$ac_c_werror_flag" |
| 4726 | || test ! -s conftest.err' | ||
| 4727 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 4728 | (eval $ac_try) 2>&5 | ||
| 4729 | ac_status=$? | ||
| 4730 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 4731 | (exit $ac_status); }; } && | ||
| 4732 | { ac_try='test -s conftest.$ac_objext' | ||
| 4467 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 4733 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 4468 | (eval $ac_try) 2>&5 | 4734 | (eval $ac_try) 2>&5 |
| 4469 | ac_status=$? | 4735 | ac_status=$? |
| @@ -4472,9 +4738,10 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 4472 | ac_cv_sys_large_files=1; break | 4738 | ac_cv_sys_large_files=1; break |
| 4473 | else | 4739 | else |
| 4474 | echo "$as_me: failed program was:" >&5 | 4740 | echo "$as_me: failed program was:" >&5 |
| 4475 | cat conftest.$ac_ext >&5 | 4741 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 4742 | |||
| 4476 | fi | 4743 | fi |
| 4477 | rm -f conftest.$ac_objext conftest.$ac_ext | 4744 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 4478 | break | 4745 | break |
| 4479 | done | 4746 | done |
| 4480 | fi | 4747 | fi |
| @@ -4499,44 +4766,63 @@ if test "${ac_cv_header_stdc+set}" = set; then | |||
| 4499 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 4766 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 4500 | else | 4767 | else |
| 4501 | cat >conftest.$ac_ext <<_ACEOF | 4768 | cat >conftest.$ac_ext <<_ACEOF |
| 4502 | #line $LINENO "configure" | 4769 | /* confdefs.h. */ |
| 4503 | #include "confdefs.h" | 4770 | _ACEOF |
| 4771 | cat confdefs.h >>conftest.$ac_ext | ||
| 4772 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 4773 | /* end confdefs.h. */ | ||
| 4504 | #include <stdlib.h> | 4774 | #include <stdlib.h> |
| 4505 | #include <stdarg.h> | 4775 | #include <stdarg.h> |
| 4506 | #include <string.h> | 4776 | #include <string.h> |
| 4507 | #include <float.h> | 4777 | #include <float.h> |
| 4508 | 4778 | ||
| 4779 | int | ||
| 4780 | main () | ||
| 4781 | { | ||
| 4782 | |||
| 4783 | ; | ||
| 4784 | return 0; | ||
| 4785 | } | ||
| 4509 | _ACEOF | 4786 | _ACEOF |
| 4510 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 4787 | rm -f conftest.$ac_objext |
| 4511 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | 4788 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 4789 | (eval $ac_compile) 2>conftest.er1 | ||
| 4512 | ac_status=$? | 4790 | ac_status=$? |
| 4513 | grep -v '^ *+' conftest.er1 >conftest.err | 4791 | grep -v '^ *+' conftest.er1 >conftest.err |
| 4514 | rm -f conftest.er1 | 4792 | rm -f conftest.er1 |
| 4515 | cat conftest.err >&5 | 4793 | cat conftest.err >&5 |
| 4516 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 4794 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4517 | (exit $ac_status); } >/dev/null; then | 4795 | (exit $ac_status); } && |
| 4518 | if test -s conftest.err; then | 4796 | { ac_try='test -z "$ac_c_werror_flag" |
| 4519 | ac_cpp_err=$ac_c_preproc_warn_flag | 4797 | || test ! -s conftest.err' |
| 4520 | else | 4798 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 4521 | ac_cpp_err= | 4799 | (eval $ac_try) 2>&5 |
| 4522 | fi | 4800 | ac_status=$? |
| 4523 | else | 4801 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4524 | ac_cpp_err=yes | 4802 | (exit $ac_status); }; } && |
| 4525 | fi | 4803 | { ac_try='test -s conftest.$ac_objext' |
| 4526 | if test -z "$ac_cpp_err"; then | 4804 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 4805 | (eval $ac_try) 2>&5 | ||
| 4806 | ac_status=$? | ||
| 4807 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 4808 | (exit $ac_status); }; }; then | ||
| 4527 | ac_cv_header_stdc=yes | 4809 | ac_cv_header_stdc=yes |
| 4528 | else | 4810 | else |
| 4529 | echo "$as_me: failed program was:" >&5 | 4811 | echo "$as_me: failed program was:" >&5 |
| 4530 | cat conftest.$ac_ext >&5 | 4812 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 4531 | ac_cv_header_stdc=no | 4813 | |
| 4814 | ac_cv_header_stdc=no | ||
| 4532 | fi | 4815 | fi |
| 4533 | rm -f conftest.err conftest.$ac_ext | 4816 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 4534 | 4817 | ||
| 4535 | if test $ac_cv_header_stdc = yes; then | 4818 | if test $ac_cv_header_stdc = yes; then |
| 4536 | # SunOS 4.x string.h does not declare mem*, contrary to ANSI. | 4819 | # SunOS 4.x string.h does not declare mem*, contrary to ANSI. |
| 4537 | cat >conftest.$ac_ext <<_ACEOF | 4820 | cat >conftest.$ac_ext <<_ACEOF |
| 4538 | #line $LINENO "configure" | 4821 | /* confdefs.h. */ |
| 4539 | #include "confdefs.h" | 4822 | _ACEOF |
| 4823 | cat confdefs.h >>conftest.$ac_ext | ||
| 4824 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 4825 | /* end confdefs.h. */ | ||
| 4540 | #include <string.h> | 4826 | #include <string.h> |
| 4541 | 4827 | ||
| 4542 | _ACEOF | 4828 | _ACEOF |
| @@ -4553,8 +4839,11 @@ fi | |||
| 4553 | if test $ac_cv_header_stdc = yes; then | 4839 | if test $ac_cv_header_stdc = yes; then |
| 4554 | # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. | 4840 | # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. |
| 4555 | cat >conftest.$ac_ext <<_ACEOF | 4841 | cat >conftest.$ac_ext <<_ACEOF |
| 4556 | #line $LINENO "configure" | 4842 | /* confdefs.h. */ |
| 4557 | #include "confdefs.h" | 4843 | _ACEOF |
| 4844 | cat confdefs.h >>conftest.$ac_ext | ||
| 4845 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 4846 | /* end confdefs.h. */ | ||
| 4558 | #include <stdlib.h> | 4847 | #include <stdlib.h> |
| 4559 | 4848 | ||
| 4560 | _ACEOF | 4849 | _ACEOF |
| @@ -4574,16 +4863,20 @@ if test $ac_cv_header_stdc = yes; then | |||
| 4574 | : | 4863 | : |
| 4575 | else | 4864 | else |
| 4576 | cat >conftest.$ac_ext <<_ACEOF | 4865 | cat >conftest.$ac_ext <<_ACEOF |
| 4577 | #line $LINENO "configure" | 4866 | /* confdefs.h. */ |
| 4578 | #include "confdefs.h" | 4867 | _ACEOF |
| 4868 | cat confdefs.h >>conftest.$ac_ext | ||
| 4869 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 4870 | /* end confdefs.h. */ | ||
| 4579 | #include <ctype.h> | 4871 | #include <ctype.h> |
| 4580 | #if ((' ' & 0x0FF) == 0x020) | 4872 | #if ((' ' & 0x0FF) == 0x020) |
| 4581 | # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') | 4873 | # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') |
| 4582 | # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) | 4874 | # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) |
| 4583 | #else | 4875 | #else |
| 4584 | # define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \ | 4876 | # define ISLOWER(c) \ |
| 4585 | || ('j' <= (c) && (c) <= 'r') \ | 4877 | (('a' <= (c) && (c) <= 'i') \ |
| 4586 | || ('s' <= (c) && (c) <= 'z')) | 4878 | || ('j' <= (c) && (c) <= 'r') \ |
| 4879 | || ('s' <= (c) && (c) <= 'z')) | ||
| 4587 | # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) | 4880 | # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) |
| 4588 | #endif | 4881 | #endif |
| 4589 | 4882 | ||
| @@ -4594,7 +4887,7 @@ main () | |||
| 4594 | int i; | 4887 | int i; |
| 4595 | for (i = 0; i < 256; i++) | 4888 | for (i = 0; i < 256; i++) |
| 4596 | if (XOR (islower (i), ISLOWER (i)) | 4889 | if (XOR (islower (i), ISLOWER (i)) |
| 4597 | || toupper (i) != TOUPPER (i)) | 4890 | || toupper (i) != TOUPPER (i)) |
| 4598 | exit(2); | 4891 | exit(2); |
| 4599 | exit (0); | 4892 | exit (0); |
| 4600 | } | 4893 | } |
| @@ -4614,11 +4907,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 4614 | else | 4907 | else |
| 4615 | echo "$as_me: program exited with status $ac_status" >&5 | 4908 | echo "$as_me: program exited with status $ac_status" >&5 |
| 4616 | echo "$as_me: failed program was:" >&5 | 4909 | echo "$as_me: failed program was:" >&5 |
| 4617 | cat conftest.$ac_ext >&5 | 4910 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 4911 | |||
| 4618 | ( exit $ac_status ) | 4912 | ( exit $ac_status ) |
| 4619 | ac_cv_header_stdc=no | 4913 | ac_cv_header_stdc=no |
| 4620 | fi | 4914 | fi |
| 4621 | rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 4915 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
| 4622 | fi | 4916 | fi |
| 4623 | fi | 4917 | fi |
| 4624 | fi | 4918 | fi |
| @@ -4643,7 +4937,7 @@ fi | |||
| 4643 | 4937 | ||
| 4644 | 4938 | ||
| 4645 | for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ | 4939 | for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ |
| 4646 | inttypes.h stdint.h unistd.h | 4940 | inttypes.h stdint.h unistd.h |
| 4647 | do | 4941 | do |
| 4648 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | 4942 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
| 4649 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | 4943 | echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| @@ -4652,19 +4946,32 @@ if eval "test \"\${$as_ac_Header+set}\" = set"; then | |||
| 4652 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 4946 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 4653 | else | 4947 | else |
| 4654 | cat >conftest.$ac_ext <<_ACEOF | 4948 | cat >conftest.$ac_ext <<_ACEOF |
| 4655 | #line $LINENO "configure" | 4949 | /* confdefs.h. */ |
| 4656 | #include "confdefs.h" | 4950 | _ACEOF |
| 4951 | cat confdefs.h >>conftest.$ac_ext | ||
| 4952 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 4953 | /* end confdefs.h. */ | ||
| 4657 | $ac_includes_default | 4954 | $ac_includes_default |
| 4658 | 4955 | ||
| 4659 | #include <$ac_header> | 4956 | #include <$ac_header> |
| 4660 | _ACEOF | 4957 | _ACEOF |
| 4661 | rm -f conftest.$ac_objext | 4958 | rm -f conftest.$ac_objext |
| 4662 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 4959 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 4663 | (eval $ac_compile) 2>&5 | 4960 | (eval $ac_compile) 2>conftest.er1 |
| 4664 | ac_status=$? | 4961 | ac_status=$? |
| 4962 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 4963 | rm -f conftest.er1 | ||
| 4964 | cat conftest.err >&5 | ||
| 4665 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 4965 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4666 | (exit $ac_status); } && | 4966 | (exit $ac_status); } && |
| 4667 | { ac_try='test -s conftest.$ac_objext' | 4967 | { ac_try='test -z "$ac_c_werror_flag" |
| 4968 | || test ! -s conftest.err' | ||
| 4969 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 4970 | (eval $ac_try) 2>&5 | ||
| 4971 | ac_status=$? | ||
| 4972 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 4973 | (exit $ac_status); }; } && | ||
| 4974 | { ac_try='test -s conftest.$ac_objext' | ||
| 4668 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 4975 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 4669 | (eval $ac_try) 2>&5 | 4976 | (eval $ac_try) 2>&5 |
| 4670 | ac_status=$? | 4977 | ac_status=$? |
| @@ -4673,10 +4980,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 4673 | eval "$as_ac_Header=yes" | 4980 | eval "$as_ac_Header=yes" |
| 4674 | else | 4981 | else |
| 4675 | echo "$as_me: failed program was:" >&5 | 4982 | echo "$as_me: failed program was:" >&5 |
| 4676 | cat conftest.$ac_ext >&5 | 4983 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 4984 | |||
| 4677 | eval "$as_ac_Header=no" | 4985 | eval "$as_ac_Header=no" |
| 4678 | fi | 4986 | fi |
| 4679 | rm -f conftest.$ac_objext conftest.$ac_ext | 4987 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 4680 | fi | 4988 | fi |
| 4681 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | 4989 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
| 4682 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | 4990 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
| @@ -4709,18 +5017,31 @@ else | |||
| 4709 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 5017 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
| 4710 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 5018 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 4711 | cat >conftest.$ac_ext <<_ACEOF | 5019 | cat >conftest.$ac_ext <<_ACEOF |
| 4712 | #line $LINENO "configure" | 5020 | /* confdefs.h. */ |
| 4713 | #include "confdefs.h" | 5021 | _ACEOF |
| 5022 | cat confdefs.h >>conftest.$ac_ext | ||
| 5023 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 5024 | /* end confdefs.h. */ | ||
| 4714 | $ac_includes_default | 5025 | $ac_includes_default |
| 4715 | #include <$ac_header> | 5026 | #include <$ac_header> |
| 4716 | _ACEOF | 5027 | _ACEOF |
| 4717 | rm -f conftest.$ac_objext | 5028 | rm -f conftest.$ac_objext |
| 4718 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 5029 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 4719 | (eval $ac_compile) 2>&5 | 5030 | (eval $ac_compile) 2>conftest.er1 |
| 4720 | ac_status=$? | 5031 | ac_status=$? |
| 5032 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 5033 | rm -f conftest.er1 | ||
| 5034 | cat conftest.err >&5 | ||
| 4721 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 5035 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4722 | (exit $ac_status); } && | 5036 | (exit $ac_status); } && |
| 4723 | { ac_try='test -s conftest.$ac_objext' | 5037 | { ac_try='test -z "$ac_c_werror_flag" |
| 5038 | || test ! -s conftest.err' | ||
| 5039 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 5040 | (eval $ac_try) 2>&5 | ||
| 5041 | ac_status=$? | ||
| 5042 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 5043 | (exit $ac_status); }; } && | ||
| 5044 | { ac_try='test -s conftest.$ac_objext' | ||
| 4724 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 5045 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 4725 | (eval $ac_try) 2>&5 | 5046 | (eval $ac_try) 2>&5 |
| 4726 | ac_status=$? | 5047 | ac_status=$? |
| @@ -4729,10 +5050,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 4729 | ac_header_compiler=yes | 5050 | ac_header_compiler=yes |
| 4730 | else | 5051 | else |
| 4731 | echo "$as_me: failed program was:" >&5 | 5052 | echo "$as_me: failed program was:" >&5 |
| 4732 | cat conftest.$ac_ext >&5 | 5053 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 5054 | |||
| 4733 | ac_header_compiler=no | 5055 | ac_header_compiler=no |
| 4734 | fi | 5056 | fi |
| 4735 | rm -f conftest.$ac_objext conftest.$ac_ext | 5057 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 4736 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 5058 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 4737 | echo "${ECHO_T}$ac_header_compiler" >&6 | 5059 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 4738 | 5060 | ||
| @@ -4740,8 +5062,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 4740 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 5062 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
| 4741 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 5063 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 4742 | cat >conftest.$ac_ext <<_ACEOF | 5064 | cat >conftest.$ac_ext <<_ACEOF |
| 4743 | #line $LINENO "configure" | 5065 | /* confdefs.h. */ |
| 4744 | #include "confdefs.h" | 5066 | _ACEOF |
| 5067 | cat confdefs.h >>conftest.$ac_ext | ||
| 5068 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 5069 | /* end confdefs.h. */ | ||
| 4745 | #include <$ac_header> | 5070 | #include <$ac_header> |
| 4746 | _ACEOF | 5071 | _ACEOF |
| 4747 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 5072 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| @@ -4754,6 +5079,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 4754 | (exit $ac_status); } >/dev/null; then | 5079 | (exit $ac_status); } >/dev/null; then |
| 4755 | if test -s conftest.err; then | 5080 | if test -s conftest.err; then |
| 4756 | ac_cpp_err=$ac_c_preproc_warn_flag | 5081 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 5082 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 4757 | else | 5083 | else |
| 4758 | ac_cpp_err= | 5084 | ac_cpp_err= |
| 4759 | fi | 5085 | fi |
| @@ -4764,7 +5090,8 @@ if test -z "$ac_cpp_err"; then | |||
| 4764 | ac_header_preproc=yes | 5090 | ac_header_preproc=yes |
| 4765 | else | 5091 | else |
| 4766 | echo "$as_me: failed program was:" >&5 | 5092 | echo "$as_me: failed program was:" >&5 |
| 4767 | cat conftest.$ac_ext >&5 | 5093 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 5094 | |||
| 4768 | ac_header_preproc=no | 5095 | ac_header_preproc=no |
| 4769 | fi | 5096 | fi |
| 4770 | rm -f conftest.err conftest.$ac_ext | 5097 | rm -f conftest.err conftest.$ac_ext |
| @@ -4772,26 +5099,43 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 4772 | echo "${ECHO_T}$ac_header_preproc" >&6 | 5099 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 4773 | 5100 | ||
| 4774 | # So? What about this header? | 5101 | # So? What about this header? |
| 4775 | case $ac_header_compiler:$ac_header_preproc in | 5102 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
| 4776 | yes:no ) | 5103 | yes:no: ) |
| 4777 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 5104 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 4778 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 5105 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 4779 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 5106 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
| 4780 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 5107 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} |
| 4781 | no:yes ) | 5108 | ac_header_preproc=yes |
| 5109 | ;; | ||
| 5110 | no:yes:* ) | ||
| 4782 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 5111 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| 4783 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 5112 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| 4784 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 5113 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| 4785 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 5114 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| 5115 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | ||
| 5116 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | ||
| 5117 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | ||
| 5118 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 4786 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 5119 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 4787 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 5120 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
| 5121 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 | ||
| 5122 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | ||
| 5123 | ( | ||
| 5124 | cat <<\_ASBOX | ||
| 5125 | ## ------------------------------------------ ## | ||
| 5126 | ## Report this to the AC_PACKAGE_NAME lists. ## | ||
| 5127 | ## ------------------------------------------ ## | ||
| 5128 | _ASBOX | ||
| 5129 | ) | | ||
| 5130 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 5131 | ;; | ||
| 4788 | esac | 5132 | esac |
| 4789 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | 5133 | echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 4790 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | 5134 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
| 4791 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | 5135 | if eval "test \"\${$as_ac_Header+set}\" = set"; then |
| 4792 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 5136 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 4793 | else | 5137 | else |
| 4794 | eval "$as_ac_Header=$ac_header_preproc" | 5138 | eval "$as_ac_Header=\$ac_header_preproc" |
| 4795 | fi | 5139 | fi |
| 4796 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | 5140 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
| 4797 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | 5141 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
| @@ -4815,8 +5159,11 @@ else | |||
| 4815 | ac_check_lib_save_LIBS=$LIBS | 5159 | ac_check_lib_save_LIBS=$LIBS |
| 4816 | LIBS="-lossaudio $LIBS" | 5160 | LIBS="-lossaudio $LIBS" |
| 4817 | cat >conftest.$ac_ext <<_ACEOF | 5161 | cat >conftest.$ac_ext <<_ACEOF |
| 4818 | #line $LINENO "configure" | 5162 | /* confdefs.h. */ |
| 4819 | #include "confdefs.h" | 5163 | _ACEOF |
| 5164 | cat confdefs.h >>conftest.$ac_ext | ||
| 5165 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 5166 | /* end confdefs.h. */ | ||
| 4820 | 5167 | ||
| 4821 | /* Override any gcc2 internal prototype to avoid an error. */ | 5168 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 4822 | #ifdef __cplusplus | 5169 | #ifdef __cplusplus |
| @@ -4835,11 +5182,21 @@ _oss_ioctl (); | |||
| 4835 | _ACEOF | 5182 | _ACEOF |
| 4836 | rm -f conftest.$ac_objext conftest$ac_exeext | 5183 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 4837 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 5184 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 4838 | (eval $ac_link) 2>&5 | 5185 | (eval $ac_link) 2>conftest.er1 |
| 4839 | ac_status=$? | 5186 | ac_status=$? |
| 5187 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 5188 | rm -f conftest.er1 | ||
| 5189 | cat conftest.err >&5 | ||
| 4840 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 5190 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4841 | (exit $ac_status); } && | 5191 | (exit $ac_status); } && |
| 4842 | { ac_try='test -s conftest$ac_exeext' | 5192 | { ac_try='test -z "$ac_c_werror_flag" |
| 5193 | || test ! -s conftest.err' | ||
| 5194 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 5195 | (eval $ac_try) 2>&5 | ||
| 5196 | ac_status=$? | ||
| 5197 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 5198 | (exit $ac_status); }; } && | ||
| 5199 | { ac_try='test -s conftest$ac_exeext' | ||
| 4843 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 5200 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 4844 | (eval $ac_try) 2>&5 | 5201 | (eval $ac_try) 2>&5 |
| 4845 | ac_status=$? | 5202 | ac_status=$? |
| @@ -4848,10 +5205,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 4848 | ac_cv_lib_ossaudio__oss_ioctl=yes | 5205 | ac_cv_lib_ossaudio__oss_ioctl=yes |
| 4849 | else | 5206 | else |
| 4850 | echo "$as_me: failed program was:" >&5 | 5207 | echo "$as_me: failed program was:" >&5 |
| 4851 | cat conftest.$ac_ext >&5 | 5208 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 5209 | |||
| 4852 | ac_cv_lib_ossaudio__oss_ioctl=no | 5210 | ac_cv_lib_ossaudio__oss_ioctl=no |
| 4853 | fi | 5211 | fi |
| 4854 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 5212 | rm -f conftest.err conftest.$ac_objext \ |
| 5213 | conftest$ac_exeext conftest.$ac_ext | ||
| 4855 | LIBS=$ac_check_lib_save_LIBS | 5214 | LIBS=$ac_check_lib_save_LIBS |
| 4856 | fi | 5215 | fi |
| 4857 | echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5 | 5216 | echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5 |
| @@ -4907,18 +5266,31 @@ else | |||
| 4907 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 5266 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
| 4908 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 5267 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 4909 | cat >conftest.$ac_ext <<_ACEOF | 5268 | cat >conftest.$ac_ext <<_ACEOF |
| 4910 | #line $LINENO "configure" | 5269 | /* confdefs.h. */ |
| 4911 | #include "confdefs.h" | 5270 | _ACEOF |
| 5271 | cat confdefs.h >>conftest.$ac_ext | ||
| 5272 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 5273 | /* end confdefs.h. */ | ||
| 4912 | $ac_includes_default | 5274 | $ac_includes_default |
| 4913 | #include <$ac_header> | 5275 | #include <$ac_header> |
| 4914 | _ACEOF | 5276 | _ACEOF |
| 4915 | rm -f conftest.$ac_objext | 5277 | rm -f conftest.$ac_objext |
| 4916 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 5278 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 4917 | (eval $ac_compile) 2>&5 | 5279 | (eval $ac_compile) 2>conftest.er1 |
| 4918 | ac_status=$? | 5280 | ac_status=$? |
| 5281 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 5282 | rm -f conftest.er1 | ||
| 5283 | cat conftest.err >&5 | ||
| 4919 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 5284 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 4920 | (exit $ac_status); } && | 5285 | (exit $ac_status); } && |
| 4921 | { ac_try='test -s conftest.$ac_objext' | 5286 | { ac_try='test -z "$ac_c_werror_flag" |
| 5287 | || test ! -s conftest.err' | ||
| 5288 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 5289 | (eval $ac_try) 2>&5 | ||
| 5290 | ac_status=$? | ||
| 5291 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 5292 | (exit $ac_status); }; } && | ||
| 5293 | { ac_try='test -s conftest.$ac_objext' | ||
| 4922 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 5294 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 4923 | (eval $ac_try) 2>&5 | 5295 | (eval $ac_try) 2>&5 |
| 4924 | ac_status=$? | 5296 | ac_status=$? |
| @@ -4927,10 +5299,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 4927 | ac_header_compiler=yes | 5299 | ac_header_compiler=yes |
| 4928 | else | 5300 | else |
| 4929 | echo "$as_me: failed program was:" >&5 | 5301 | echo "$as_me: failed program was:" >&5 |
| 4930 | cat conftest.$ac_ext >&5 | 5302 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 5303 | |||
| 4931 | ac_header_compiler=no | 5304 | ac_header_compiler=no |
| 4932 | fi | 5305 | fi |
| 4933 | rm -f conftest.$ac_objext conftest.$ac_ext | 5306 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 4934 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 5307 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 4935 | echo "${ECHO_T}$ac_header_compiler" >&6 | 5308 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 4936 | 5309 | ||
| @@ -4938,8 +5311,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 4938 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 5311 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
| 4939 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 5312 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 4940 | cat >conftest.$ac_ext <<_ACEOF | 5313 | cat >conftest.$ac_ext <<_ACEOF |
| 4941 | #line $LINENO "configure" | 5314 | /* confdefs.h. */ |
| 4942 | #include "confdefs.h" | 5315 | _ACEOF |
| 5316 | cat confdefs.h >>conftest.$ac_ext | ||
| 5317 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 5318 | /* end confdefs.h. */ | ||
| 4943 | #include <$ac_header> | 5319 | #include <$ac_header> |
| 4944 | _ACEOF | 5320 | _ACEOF |
| 4945 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 5321 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| @@ -4952,6 +5328,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 4952 | (exit $ac_status); } >/dev/null; then | 5328 | (exit $ac_status); } >/dev/null; then |
| 4953 | if test -s conftest.err; then | 5329 | if test -s conftest.err; then |
| 4954 | ac_cpp_err=$ac_c_preproc_warn_flag | 5330 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 5331 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 4955 | else | 5332 | else |
| 4956 | ac_cpp_err= | 5333 | ac_cpp_err= |
| 4957 | fi | 5334 | fi |
| @@ -4962,7 +5339,8 @@ if test -z "$ac_cpp_err"; then | |||
| 4962 | ac_header_preproc=yes | 5339 | ac_header_preproc=yes |
| 4963 | else | 5340 | else |
| 4964 | echo "$as_me: failed program was:" >&5 | 5341 | echo "$as_me: failed program was:" >&5 |
| 4965 | cat conftest.$ac_ext >&5 | 5342 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 5343 | |||
| 4966 | ac_header_preproc=no | 5344 | ac_header_preproc=no |
| 4967 | fi | 5345 | fi |
| 4968 | rm -f conftest.err conftest.$ac_ext | 5346 | rm -f conftest.err conftest.$ac_ext |
| @@ -4970,26 +5348,43 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 4970 | echo "${ECHO_T}$ac_header_preproc" >&6 | 5348 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 4971 | 5349 | ||
| 4972 | # So? What about this header? | 5350 | # So? What about this header? |
| 4973 | case $ac_header_compiler:$ac_header_preproc in | 5351 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
| 4974 | yes:no ) | 5352 | yes:no: ) |
| 4975 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 5353 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 4976 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 5354 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 4977 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 5355 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
| 4978 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 5356 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} |
| 4979 | no:yes ) | 5357 | ac_header_preproc=yes |
| 5358 | ;; | ||
| 5359 | no:yes:* ) | ||
| 4980 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 5360 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| 4981 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 5361 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| 4982 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 5362 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| 4983 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 5363 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| 5364 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | ||
| 5365 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | ||
| 5366 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | ||
| 5367 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 4984 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 5368 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 4985 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 5369 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
| 5370 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 | ||
| 5371 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | ||
| 5372 | ( | ||
| 5373 | cat <<\_ASBOX | ||
| 5374 | ## ------------------------------------------ ## | ||
| 5375 | ## Report this to the AC_PACKAGE_NAME lists. ## | ||
| 5376 | ## ------------------------------------------ ## | ||
| 5377 | _ASBOX | ||
| 5378 | ) | | ||
| 5379 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 5380 | ;; | ||
| 4986 | esac | 5381 | esac |
| 4987 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | 5382 | echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 4988 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | 5383 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
| 4989 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | 5384 | if eval "test \"\${$as_ac_Header+set}\" = set"; then |
| 4990 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 5385 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 4991 | else | 5386 | else |
| 4992 | eval "$as_ac_Header=$ac_header_preproc" | 5387 | eval "$as_ac_Header=\$ac_header_preproc" |
| 4993 | fi | 5388 | fi |
| 4994 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | 5389 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
| 4995 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | 5390 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
| @@ -5014,8 +5409,11 @@ if eval "test \"\${$as_ac_Header+set}\" = set"; then | |||
| 5014 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 5409 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 5015 | else | 5410 | else |
| 5016 | cat >conftest.$ac_ext <<_ACEOF | 5411 | cat >conftest.$ac_ext <<_ACEOF |
| 5017 | #line $LINENO "configure" | 5412 | /* confdefs.h. */ |
| 5018 | #include "confdefs.h" | 5413 | _ACEOF |
| 5414 | cat confdefs.h >>conftest.$ac_ext | ||
| 5415 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 5416 | /* end confdefs.h. */ | ||
| 5019 | #include <$ac_header> | 5417 | #include <$ac_header> |
| 5020 | _ACEOF | 5418 | _ACEOF |
| 5021 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 5419 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| @@ -5028,6 +5426,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 5028 | (exit $ac_status); } >/dev/null; then | 5426 | (exit $ac_status); } >/dev/null; then |
| 5029 | if test -s conftest.err; then | 5427 | if test -s conftest.err; then |
| 5030 | ac_cpp_err=$ac_c_preproc_warn_flag | 5428 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 5429 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 5031 | else | 5430 | else |
| 5032 | ac_cpp_err= | 5431 | ac_cpp_err= |
| 5033 | fi | 5432 | fi |
| @@ -5038,7 +5437,8 @@ if test -z "$ac_cpp_err"; then | |||
| 5038 | eval "$as_ac_Header=yes" | 5437 | eval "$as_ac_Header=yes" |
| 5039 | else | 5438 | else |
| 5040 | echo "$as_me: failed program was:" >&5 | 5439 | echo "$as_me: failed program was:" >&5 |
| 5041 | cat conftest.$ac_ext >&5 | 5440 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 5441 | |||
| 5042 | eval "$as_ac_Header=no" | 5442 | eval "$as_ac_Header=no" |
| 5043 | fi | 5443 | fi |
| 5044 | rm -f conftest.err conftest.$ac_ext | 5444 | rm -f conftest.err conftest.$ac_ext |
| @@ -5060,44 +5460,63 @@ if test "${ac_cv_header_stdc+set}" = set; then | |||
| 5060 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 5460 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 5061 | else | 5461 | else |
| 5062 | cat >conftest.$ac_ext <<_ACEOF | 5462 | cat >conftest.$ac_ext <<_ACEOF |
| 5063 | #line $LINENO "configure" | 5463 | /* confdefs.h. */ |
| 5064 | #include "confdefs.h" | 5464 | _ACEOF |
| 5465 | cat confdefs.h >>conftest.$ac_ext | ||
| 5466 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 5467 | /* end confdefs.h. */ | ||
| 5065 | #include <stdlib.h> | 5468 | #include <stdlib.h> |
| 5066 | #include <stdarg.h> | 5469 | #include <stdarg.h> |
| 5067 | #include <string.h> | 5470 | #include <string.h> |
| 5068 | #include <float.h> | 5471 | #include <float.h> |
| 5069 | 5472 | ||
| 5473 | int | ||
| 5474 | main () | ||
| 5475 | { | ||
| 5476 | |||
| 5477 | ; | ||
| 5478 | return 0; | ||
| 5479 | } | ||
| 5070 | _ACEOF | 5480 | _ACEOF |
| 5071 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 5481 | rm -f conftest.$ac_objext |
| 5072 | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | 5482 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 5483 | (eval $ac_compile) 2>conftest.er1 | ||
| 5073 | ac_status=$? | 5484 | ac_status=$? |
| 5074 | grep -v '^ *+' conftest.er1 >conftest.err | 5485 | grep -v '^ *+' conftest.er1 >conftest.err |
| 5075 | rm -f conftest.er1 | 5486 | rm -f conftest.er1 |
| 5076 | cat conftest.err >&5 | 5487 | cat conftest.err >&5 |
| 5077 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 5488 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5078 | (exit $ac_status); } >/dev/null; then | 5489 | (exit $ac_status); } && |
| 5079 | if test -s conftest.err; then | 5490 | { ac_try='test -z "$ac_c_werror_flag" |
| 5080 | ac_cpp_err=$ac_c_preproc_warn_flag | 5491 | || test ! -s conftest.err' |
| 5081 | else | 5492 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 5082 | ac_cpp_err= | 5493 | (eval $ac_try) 2>&5 |
| 5083 | fi | 5494 | ac_status=$? |
| 5084 | else | 5495 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5085 | ac_cpp_err=yes | 5496 | (exit $ac_status); }; } && |
| 5086 | fi | 5497 | { ac_try='test -s conftest.$ac_objext' |
| 5087 | if test -z "$ac_cpp_err"; then | 5498 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 5499 | (eval $ac_try) 2>&5 | ||
| 5500 | ac_status=$? | ||
| 5501 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 5502 | (exit $ac_status); }; }; then | ||
| 5088 | ac_cv_header_stdc=yes | 5503 | ac_cv_header_stdc=yes |
| 5089 | else | 5504 | else |
| 5090 | echo "$as_me: failed program was:" >&5 | 5505 | echo "$as_me: failed program was:" >&5 |
| 5091 | cat conftest.$ac_ext >&5 | 5506 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 5092 | ac_cv_header_stdc=no | 5507 | |
| 5508 | ac_cv_header_stdc=no | ||
| 5093 | fi | 5509 | fi |
| 5094 | rm -f conftest.err conftest.$ac_ext | 5510 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 5095 | 5511 | ||
| 5096 | if test $ac_cv_header_stdc = yes; then | 5512 | if test $ac_cv_header_stdc = yes; then |
| 5097 | # SunOS 4.x string.h does not declare mem*, contrary to ANSI. | 5513 | # SunOS 4.x string.h does not declare mem*, contrary to ANSI. |
| 5098 | cat >conftest.$ac_ext <<_ACEOF | 5514 | cat >conftest.$ac_ext <<_ACEOF |
| 5099 | #line $LINENO "configure" | 5515 | /* confdefs.h. */ |
| 5100 | #include "confdefs.h" | 5516 | _ACEOF |
| 5517 | cat confdefs.h >>conftest.$ac_ext | ||
| 5518 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 5519 | /* end confdefs.h. */ | ||
| 5101 | #include <string.h> | 5520 | #include <string.h> |
| 5102 | 5521 | ||
| 5103 | _ACEOF | 5522 | _ACEOF |
| @@ -5114,8 +5533,11 @@ fi | |||
| 5114 | if test $ac_cv_header_stdc = yes; then | 5533 | if test $ac_cv_header_stdc = yes; then |
| 5115 | # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. | 5534 | # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. |
| 5116 | cat >conftest.$ac_ext <<_ACEOF | 5535 | cat >conftest.$ac_ext <<_ACEOF |
| 5117 | #line $LINENO "configure" | 5536 | /* confdefs.h. */ |
| 5118 | #include "confdefs.h" | 5537 | _ACEOF |
| 5538 | cat confdefs.h >>conftest.$ac_ext | ||
| 5539 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 5540 | /* end confdefs.h. */ | ||
| 5119 | #include <stdlib.h> | 5541 | #include <stdlib.h> |
| 5120 | 5542 | ||
| 5121 | _ACEOF | 5543 | _ACEOF |
| @@ -5135,16 +5557,20 @@ if test $ac_cv_header_stdc = yes; then | |||
| 5135 | : | 5557 | : |
| 5136 | else | 5558 | else |
| 5137 | cat >conftest.$ac_ext <<_ACEOF | 5559 | cat >conftest.$ac_ext <<_ACEOF |
| 5138 | #line $LINENO "configure" | 5560 | /* confdefs.h. */ |
| 5139 | #include "confdefs.h" | 5561 | _ACEOF |
| 5562 | cat confdefs.h >>conftest.$ac_ext | ||
| 5563 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 5564 | /* end confdefs.h. */ | ||
| 5140 | #include <ctype.h> | 5565 | #include <ctype.h> |
| 5141 | #if ((' ' & 0x0FF) == 0x020) | 5566 | #if ((' ' & 0x0FF) == 0x020) |
| 5142 | # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') | 5567 | # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') |
| 5143 | # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) | 5568 | # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) |
| 5144 | #else | 5569 | #else |
| 5145 | # define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \ | 5570 | # define ISLOWER(c) \ |
| 5146 | || ('j' <= (c) && (c) <= 'r') \ | 5571 | (('a' <= (c) && (c) <= 'i') \ |
| 5147 | || ('s' <= (c) && (c) <= 'z')) | 5572 | || ('j' <= (c) && (c) <= 'r') \ |
| 5573 | || ('s' <= (c) && (c) <= 'z')) | ||
| 5148 | # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) | 5574 | # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) |
| 5149 | #endif | 5575 | #endif |
| 5150 | 5576 | ||
| @@ -5155,7 +5581,7 @@ main () | |||
| 5155 | int i; | 5581 | int i; |
| 5156 | for (i = 0; i < 256; i++) | 5582 | for (i = 0; i < 256; i++) |
| 5157 | if (XOR (islower (i), ISLOWER (i)) | 5583 | if (XOR (islower (i), ISLOWER (i)) |
| 5158 | || toupper (i) != TOUPPER (i)) | 5584 | || toupper (i) != TOUPPER (i)) |
| 5159 | exit(2); | 5585 | exit(2); |
| 5160 | exit (0); | 5586 | exit (0); |
| 5161 | } | 5587 | } |
| @@ -5175,11 +5601,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 5175 | else | 5601 | else |
| 5176 | echo "$as_me: program exited with status $ac_status" >&5 | 5602 | echo "$as_me: program exited with status $ac_status" >&5 |
| 5177 | echo "$as_me: failed program was:" >&5 | 5603 | echo "$as_me: failed program was:" >&5 |
| 5178 | cat conftest.$ac_ext >&5 | 5604 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 5605 | |||
| 5179 | ( exit $ac_status ) | 5606 | ( exit $ac_status ) |
| 5180 | ac_cv_header_stdc=no | 5607 | ac_cv_header_stdc=no |
| 5181 | fi | 5608 | fi |
| 5182 | rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 5609 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
| 5183 | fi | 5610 | fi |
| 5184 | fi | 5611 | fi |
| 5185 | fi | 5612 | fi |
| @@ -5199,8 +5626,11 @@ if test "${ac_cv_header_time+set}" = set; then | |||
| 5199 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 5626 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 5200 | else | 5627 | else |
| 5201 | cat >conftest.$ac_ext <<_ACEOF | 5628 | cat >conftest.$ac_ext <<_ACEOF |
| 5202 | #line $LINENO "configure" | 5629 | /* confdefs.h. */ |
| 5203 | #include "confdefs.h" | 5630 | _ACEOF |
| 5631 | cat confdefs.h >>conftest.$ac_ext | ||
| 5632 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 5633 | /* end confdefs.h. */ | ||
| 5204 | #include <sys/types.h> | 5634 | #include <sys/types.h> |
| 5205 | #include <sys/time.h> | 5635 | #include <sys/time.h> |
| 5206 | #include <time.h> | 5636 | #include <time.h> |
| @@ -5216,11 +5646,21 @@ return 0; | |||
| 5216 | _ACEOF | 5646 | _ACEOF |
| 5217 | rm -f conftest.$ac_objext | 5647 | rm -f conftest.$ac_objext |
| 5218 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 5648 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 5219 | (eval $ac_compile) 2>&5 | 5649 | (eval $ac_compile) 2>conftest.er1 |
| 5220 | ac_status=$? | 5650 | ac_status=$? |
| 5651 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 5652 | rm -f conftest.er1 | ||
| 5653 | cat conftest.err >&5 | ||
| 5221 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 5654 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5222 | (exit $ac_status); } && | 5655 | (exit $ac_status); } && |
| 5223 | { ac_try='test -s conftest.$ac_objext' | 5656 | { ac_try='test -z "$ac_c_werror_flag" |
| 5657 | || test ! -s conftest.err' | ||
| 5658 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 5659 | (eval $ac_try) 2>&5 | ||
| 5660 | ac_status=$? | ||
| 5661 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 5662 | (exit $ac_status); }; } && | ||
| 5663 | { ac_try='test -s conftest.$ac_objext' | ||
| 5224 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 5664 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 5225 | (eval $ac_try) 2>&5 | 5665 | (eval $ac_try) 2>&5 |
| 5226 | ac_status=$? | 5666 | ac_status=$? |
| @@ -5229,10 +5669,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 5229 | ac_cv_header_time=yes | 5669 | ac_cv_header_time=yes |
| 5230 | else | 5670 | else |
| 5231 | echo "$as_me: failed program was:" >&5 | 5671 | echo "$as_me: failed program was:" >&5 |
| 5232 | cat conftest.$ac_ext >&5 | 5672 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 5673 | |||
| 5233 | ac_cv_header_time=no | 5674 | ac_cv_header_time=no |
| 5234 | fi | 5675 | fi |
| 5235 | rm -f conftest.$ac_objext conftest.$ac_ext | 5676 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 5236 | fi | 5677 | fi |
| 5237 | echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5 | 5678 | echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5 |
| 5238 | echo "${ECHO_T}$ac_cv_header_time" >&6 | 5679 | echo "${ECHO_T}$ac_cv_header_time" >&6 |
| @@ -5250,8 +5691,11 @@ if test "${ac_cv_have_decl_sys_siglist+set}" = set; then | |||
| 5250 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 5691 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 5251 | else | 5692 | else |
| 5252 | cat >conftest.$ac_ext <<_ACEOF | 5693 | cat >conftest.$ac_ext <<_ACEOF |
| 5253 | #line $LINENO "configure" | 5694 | /* confdefs.h. */ |
| 5254 | #include "confdefs.h" | 5695 | _ACEOF |
| 5696 | cat confdefs.h >>conftest.$ac_ext | ||
| 5697 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 5698 | /* end confdefs.h. */ | ||
| 5255 | $ac_includes_default | 5699 | $ac_includes_default |
| 5256 | int | 5700 | int |
| 5257 | main () | 5701 | main () |
| @@ -5266,11 +5710,21 @@ main () | |||
| 5266 | _ACEOF | 5710 | _ACEOF |
| 5267 | rm -f conftest.$ac_objext | 5711 | rm -f conftest.$ac_objext |
| 5268 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 5712 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 5269 | (eval $ac_compile) 2>&5 | 5713 | (eval $ac_compile) 2>conftest.er1 |
| 5270 | ac_status=$? | 5714 | ac_status=$? |
| 5715 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 5716 | rm -f conftest.er1 | ||
| 5717 | cat conftest.err >&5 | ||
| 5271 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 5718 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5272 | (exit $ac_status); } && | 5719 | (exit $ac_status); } && |
| 5273 | { ac_try='test -s conftest.$ac_objext' | 5720 | { ac_try='test -z "$ac_c_werror_flag" |
| 5721 | || test ! -s conftest.err' | ||
| 5722 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 5723 | (eval $ac_try) 2>&5 | ||
| 5724 | ac_status=$? | ||
| 5725 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 5726 | (exit $ac_status); }; } && | ||
| 5727 | { ac_try='test -s conftest.$ac_objext' | ||
| 5274 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 5728 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 5275 | (eval $ac_try) 2>&5 | 5729 | (eval $ac_try) 2>&5 |
| 5276 | ac_status=$? | 5730 | ac_status=$? |
| @@ -5279,10 +5733,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 5279 | ac_cv_have_decl_sys_siglist=yes | 5733 | ac_cv_have_decl_sys_siglist=yes |
| 5280 | else | 5734 | else |
| 5281 | echo "$as_me: failed program was:" >&5 | 5735 | echo "$as_me: failed program was:" >&5 |
| 5282 | cat conftest.$ac_ext >&5 | 5736 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 5737 | |||
| 5283 | ac_cv_have_decl_sys_siglist=no | 5738 | ac_cv_have_decl_sys_siglist=no |
| 5284 | fi | 5739 | fi |
| 5285 | rm -f conftest.$ac_objext conftest.$ac_ext | 5740 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 5286 | fi | 5741 | fi |
| 5287 | echo "$as_me:$LINENO: result: $ac_cv_have_decl_sys_siglist" >&5 | 5742 | echo "$as_me:$LINENO: result: $ac_cv_have_decl_sys_siglist" >&5 |
| 5288 | echo "${ECHO_T}$ac_cv_have_decl_sys_siglist" >&6 | 5743 | echo "${ECHO_T}$ac_cv_have_decl_sys_siglist" >&6 |
| @@ -5310,8 +5765,11 @@ if test "${ac_cv_have_decl___sys_siglist+set}" = set; then | |||
| 5310 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 5765 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 5311 | else | 5766 | else |
| 5312 | cat >conftest.$ac_ext <<_ACEOF | 5767 | cat >conftest.$ac_ext <<_ACEOF |
| 5313 | #line $LINENO "configure" | 5768 | /* confdefs.h. */ |
| 5314 | #include "confdefs.h" | 5769 | _ACEOF |
| 5770 | cat confdefs.h >>conftest.$ac_ext | ||
| 5771 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 5772 | /* end confdefs.h. */ | ||
| 5315 | $ac_includes_default | 5773 | $ac_includes_default |
| 5316 | int | 5774 | int |
| 5317 | main () | 5775 | main () |
| @@ -5326,11 +5784,21 @@ main () | |||
| 5326 | _ACEOF | 5784 | _ACEOF |
| 5327 | rm -f conftest.$ac_objext | 5785 | rm -f conftest.$ac_objext |
| 5328 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 5786 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 5329 | (eval $ac_compile) 2>&5 | 5787 | (eval $ac_compile) 2>conftest.er1 |
| 5330 | ac_status=$? | 5788 | ac_status=$? |
| 5789 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 5790 | rm -f conftest.er1 | ||
| 5791 | cat conftest.err >&5 | ||
| 5331 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 5792 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5332 | (exit $ac_status); } && | 5793 | (exit $ac_status); } && |
| 5333 | { ac_try='test -s conftest.$ac_objext' | 5794 | { ac_try='test -z "$ac_c_werror_flag" |
| 5795 | || test ! -s conftest.err' | ||
| 5796 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 5797 | (eval $ac_try) 2>&5 | ||
| 5798 | ac_status=$? | ||
| 5799 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 5800 | (exit $ac_status); }; } && | ||
| 5801 | { ac_try='test -s conftest.$ac_objext' | ||
| 5334 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 5802 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 5335 | (eval $ac_try) 2>&5 | 5803 | (eval $ac_try) 2>&5 |
| 5336 | ac_status=$? | 5804 | ac_status=$? |
| @@ -5339,10 +5807,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 5339 | ac_cv_have_decl___sys_siglist=yes | 5807 | ac_cv_have_decl___sys_siglist=yes |
| 5340 | else | 5808 | else |
| 5341 | echo "$as_me: failed program was:" >&5 | 5809 | echo "$as_me: failed program was:" >&5 |
| 5342 | cat conftest.$ac_ext >&5 | 5810 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 5811 | |||
| 5343 | ac_cv_have_decl___sys_siglist=no | 5812 | ac_cv_have_decl___sys_siglist=no |
| 5344 | fi | 5813 | fi |
| 5345 | rm -f conftest.$ac_objext conftest.$ac_ext | 5814 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 5346 | fi | 5815 | fi |
| 5347 | echo "$as_me:$LINENO: result: $ac_cv_have_decl___sys_siglist" >&5 | 5816 | echo "$as_me:$LINENO: result: $ac_cv_have_decl___sys_siglist" >&5 |
| 5348 | echo "${ECHO_T}$ac_cv_have_decl___sys_siglist" >&6 | 5817 | echo "${ECHO_T}$ac_cv_have_decl___sys_siglist" >&6 |
| @@ -5376,8 +5845,11 @@ if test "${ac_cv_header_sys_wait_h+set}" = set; then | |||
| 5376 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 5845 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 5377 | else | 5846 | else |
| 5378 | cat >conftest.$ac_ext <<_ACEOF | 5847 | cat >conftest.$ac_ext <<_ACEOF |
| 5379 | #line $LINENO "configure" | 5848 | /* confdefs.h. */ |
| 5380 | #include "confdefs.h" | 5849 | _ACEOF |
| 5850 | cat confdefs.h >>conftest.$ac_ext | ||
| 5851 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 5852 | /* end confdefs.h. */ | ||
| 5381 | #include <sys/types.h> | 5853 | #include <sys/types.h> |
| 5382 | #include <sys/wait.h> | 5854 | #include <sys/wait.h> |
| 5383 | #ifndef WEXITSTATUS | 5855 | #ifndef WEXITSTATUS |
| @@ -5399,11 +5871,21 @@ main () | |||
| 5399 | _ACEOF | 5871 | _ACEOF |
| 5400 | rm -f conftest.$ac_objext | 5872 | rm -f conftest.$ac_objext |
| 5401 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 5873 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 5402 | (eval $ac_compile) 2>&5 | 5874 | (eval $ac_compile) 2>conftest.er1 |
| 5403 | ac_status=$? | 5875 | ac_status=$? |
| 5876 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 5877 | rm -f conftest.er1 | ||
| 5878 | cat conftest.err >&5 | ||
| 5404 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 5879 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5405 | (exit $ac_status); } && | 5880 | (exit $ac_status); } && |
| 5406 | { ac_try='test -s conftest.$ac_objext' | 5881 | { ac_try='test -z "$ac_c_werror_flag" |
| 5882 | || test ! -s conftest.err' | ||
| 5883 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 5884 | (eval $ac_try) 2>&5 | ||
| 5885 | ac_status=$? | ||
| 5886 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 5887 | (exit $ac_status); }; } && | ||
| 5888 | { ac_try='test -s conftest.$ac_objext' | ||
| 5407 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 5889 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 5408 | (eval $ac_try) 2>&5 | 5890 | (eval $ac_try) 2>&5 |
| 5409 | ac_status=$? | 5891 | ac_status=$? |
| @@ -5412,10 +5894,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 5412 | ac_cv_header_sys_wait_h=yes | 5894 | ac_cv_header_sys_wait_h=yes |
| 5413 | else | 5895 | else |
| 5414 | echo "$as_me: failed program was:" >&5 | 5896 | echo "$as_me: failed program was:" >&5 |
| 5415 | cat conftest.$ac_ext >&5 | 5897 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 5898 | |||
| 5416 | ac_cv_header_sys_wait_h=no | 5899 | ac_cv_header_sys_wait_h=no |
| 5417 | fi | 5900 | fi |
| 5418 | rm -f conftest.$ac_objext conftest.$ac_ext | 5901 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 5419 | fi | 5902 | fi |
| 5420 | echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5 | 5903 | echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5 |
| 5421 | echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6 | 5904 | echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6 |
| @@ -5434,8 +5917,11 @@ if test "${emacs_cv_struct_utimbuf+set}" = set; then | |||
| 5434 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 5917 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 5435 | else | 5918 | else |
| 5436 | cat >conftest.$ac_ext <<_ACEOF | 5919 | cat >conftest.$ac_ext <<_ACEOF |
| 5437 | #line $LINENO "configure" | 5920 | /* confdefs.h. */ |
| 5438 | #include "confdefs.h" | 5921 | _ACEOF |
| 5922 | cat confdefs.h >>conftest.$ac_ext | ||
| 5923 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 5924 | /* end confdefs.h. */ | ||
| 5439 | #ifdef TIME_WITH_SYS_TIME | 5925 | #ifdef TIME_WITH_SYS_TIME |
| 5440 | #include <sys/time.h> | 5926 | #include <sys/time.h> |
| 5441 | #include <time.h> | 5927 | #include <time.h> |
| @@ -5459,11 +5945,21 @@ static struct utimbuf x; x.actime = x.modtime; | |||
| 5459 | _ACEOF | 5945 | _ACEOF |
| 5460 | rm -f conftest.$ac_objext | 5946 | rm -f conftest.$ac_objext |
| 5461 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 5947 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 5462 | (eval $ac_compile) 2>&5 | 5948 | (eval $ac_compile) 2>conftest.er1 |
| 5463 | ac_status=$? | 5949 | ac_status=$? |
| 5950 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 5951 | rm -f conftest.er1 | ||
| 5952 | cat conftest.err >&5 | ||
| 5464 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 5953 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5465 | (exit $ac_status); } && | 5954 | (exit $ac_status); } && |
| 5466 | { ac_try='test -s conftest.$ac_objext' | 5955 | { ac_try='test -z "$ac_c_werror_flag" |
| 5956 | || test ! -s conftest.err' | ||
| 5957 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 5958 | (eval $ac_try) 2>&5 | ||
| 5959 | ac_status=$? | ||
| 5960 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 5961 | (exit $ac_status); }; } && | ||
| 5962 | { ac_try='test -s conftest.$ac_objext' | ||
| 5467 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 5963 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 5468 | (eval $ac_try) 2>&5 | 5964 | (eval $ac_try) 2>&5 |
| 5469 | ac_status=$? | 5965 | ac_status=$? |
| @@ -5472,10 +5968,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 5472 | emacs_cv_struct_utimbuf=yes | 5968 | emacs_cv_struct_utimbuf=yes |
| 5473 | else | 5969 | else |
| 5474 | echo "$as_me: failed program was:" >&5 | 5970 | echo "$as_me: failed program was:" >&5 |
| 5475 | cat conftest.$ac_ext >&5 | 5971 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 5972 | |||
| 5476 | emacs_cv_struct_utimbuf=no | 5973 | emacs_cv_struct_utimbuf=no |
| 5477 | fi | 5974 | fi |
| 5478 | rm -f conftest.$ac_objext conftest.$ac_ext | 5975 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 5479 | fi | 5976 | fi |
| 5480 | echo "$as_me:$LINENO: result: $emacs_cv_struct_utimbuf" >&5 | 5977 | echo "$as_me:$LINENO: result: $emacs_cv_struct_utimbuf" >&5 |
| 5481 | echo "${ECHO_T}$emacs_cv_struct_utimbuf" >&6 | 5978 | echo "${ECHO_T}$emacs_cv_struct_utimbuf" >&6 |
| @@ -5493,8 +5990,11 @@ if test "${ac_cv_type_signal+set}" = set; then | |||
| 5493 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 5990 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 5494 | else | 5991 | else |
| 5495 | cat >conftest.$ac_ext <<_ACEOF | 5992 | cat >conftest.$ac_ext <<_ACEOF |
| 5496 | #line $LINENO "configure" | 5993 | /* confdefs.h. */ |
| 5497 | #include "confdefs.h" | 5994 | _ACEOF |
| 5995 | cat confdefs.h >>conftest.$ac_ext | ||
| 5996 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 5997 | /* end confdefs.h. */ | ||
| 5498 | #include <sys/types.h> | 5998 | #include <sys/types.h> |
| 5499 | #include <signal.h> | 5999 | #include <signal.h> |
| 5500 | #ifdef signal | 6000 | #ifdef signal |
| @@ -5516,11 +6016,21 @@ int i; | |||
| 5516 | _ACEOF | 6016 | _ACEOF |
| 5517 | rm -f conftest.$ac_objext | 6017 | rm -f conftest.$ac_objext |
| 5518 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 6018 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 5519 | (eval $ac_compile) 2>&5 | 6019 | (eval $ac_compile) 2>conftest.er1 |
| 5520 | ac_status=$? | 6020 | ac_status=$? |
| 6021 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 6022 | rm -f conftest.er1 | ||
| 6023 | cat conftest.err >&5 | ||
| 5521 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 6024 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5522 | (exit $ac_status); } && | 6025 | (exit $ac_status); } && |
| 5523 | { ac_try='test -s conftest.$ac_objext' | 6026 | { ac_try='test -z "$ac_c_werror_flag" |
| 6027 | || test ! -s conftest.err' | ||
| 6028 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 6029 | (eval $ac_try) 2>&5 | ||
| 6030 | ac_status=$? | ||
| 6031 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 6032 | (exit $ac_status); }; } && | ||
| 6033 | { ac_try='test -s conftest.$ac_objext' | ||
| 5524 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 6034 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 5525 | (eval $ac_try) 2>&5 | 6035 | (eval $ac_try) 2>&5 |
| 5526 | ac_status=$? | 6036 | ac_status=$? |
| @@ -5529,10 +6039,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 5529 | ac_cv_type_signal=void | 6039 | ac_cv_type_signal=void |
| 5530 | else | 6040 | else |
| 5531 | echo "$as_me: failed program was:" >&5 | 6041 | echo "$as_me: failed program was:" >&5 |
| 5532 | cat conftest.$ac_ext >&5 | 6042 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 6043 | |||
| 5533 | ac_cv_type_signal=int | 6044 | ac_cv_type_signal=int |
| 5534 | fi | 6045 | fi |
| 5535 | rm -f conftest.$ac_objext conftest.$ac_ext | 6046 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 5536 | fi | 6047 | fi |
| 5537 | echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5 | 6048 | echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5 |
| 5538 | echo "${ECHO_T}$ac_cv_type_signal" >&6 | 6049 | echo "${ECHO_T}$ac_cv_type_signal" >&6 |
| @@ -5549,8 +6060,11 @@ if test "${emacs_cv_speed_t+set}" = set; then | |||
| 5549 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 6060 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 5550 | else | 6061 | else |
| 5551 | cat >conftest.$ac_ext <<_ACEOF | 6062 | cat >conftest.$ac_ext <<_ACEOF |
| 5552 | #line $LINENO "configure" | 6063 | /* confdefs.h. */ |
| 5553 | #include "confdefs.h" | 6064 | _ACEOF |
| 6065 | cat confdefs.h >>conftest.$ac_ext | ||
| 6066 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 6067 | /* end confdefs.h. */ | ||
| 5554 | #include <termios.h> | 6068 | #include <termios.h> |
| 5555 | int | 6069 | int |
| 5556 | main () | 6070 | main () |
| @@ -5562,11 +6076,21 @@ speed_t x = 1; | |||
| 5562 | _ACEOF | 6076 | _ACEOF |
| 5563 | rm -f conftest.$ac_objext | 6077 | rm -f conftest.$ac_objext |
| 5564 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 6078 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 5565 | (eval $ac_compile) 2>&5 | 6079 | (eval $ac_compile) 2>conftest.er1 |
| 5566 | ac_status=$? | 6080 | ac_status=$? |
| 6081 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 6082 | rm -f conftest.er1 | ||
| 6083 | cat conftest.err >&5 | ||
| 5567 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 6084 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5568 | (exit $ac_status); } && | 6085 | (exit $ac_status); } && |
| 5569 | { ac_try='test -s conftest.$ac_objext' | 6086 | { ac_try='test -z "$ac_c_werror_flag" |
| 6087 | || test ! -s conftest.err' | ||
| 6088 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 6089 | (eval $ac_try) 2>&5 | ||
| 6090 | ac_status=$? | ||
| 6091 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 6092 | (exit $ac_status); }; } && | ||
| 6093 | { ac_try='test -s conftest.$ac_objext' | ||
| 5570 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 6094 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 5571 | (eval $ac_try) 2>&5 | 6095 | (eval $ac_try) 2>&5 |
| 5572 | ac_status=$? | 6096 | ac_status=$? |
| @@ -5575,10 +6099,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 5575 | emacs_cv_speed_t=yes | 6099 | emacs_cv_speed_t=yes |
| 5576 | else | 6100 | else |
| 5577 | echo "$as_me: failed program was:" >&5 | 6101 | echo "$as_me: failed program was:" >&5 |
| 5578 | cat conftest.$ac_ext >&5 | 6102 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 6103 | |||
| 5579 | emacs_cv_speed_t=no | 6104 | emacs_cv_speed_t=no |
| 5580 | fi | 6105 | fi |
| 5581 | rm -f conftest.$ac_objext conftest.$ac_ext | 6106 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 5582 | fi | 6107 | fi |
| 5583 | echo "$as_me:$LINENO: result: $emacs_cv_speed_t" >&5 | 6108 | echo "$as_me:$LINENO: result: $emacs_cv_speed_t" >&5 |
| 5584 | echo "${ECHO_T}$emacs_cv_speed_t" >&6 | 6109 | echo "${ECHO_T}$emacs_cv_speed_t" >&6 |
| @@ -5596,8 +6121,11 @@ if test "${emacs_cv_struct_timeval+set}" = set; then | |||
| 5596 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 6121 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 5597 | else | 6122 | else |
| 5598 | cat >conftest.$ac_ext <<_ACEOF | 6123 | cat >conftest.$ac_ext <<_ACEOF |
| 5599 | #line $LINENO "configure" | 6124 | /* confdefs.h. */ |
| 5600 | #include "confdefs.h" | 6125 | _ACEOF |
| 6126 | cat confdefs.h >>conftest.$ac_ext | ||
| 6127 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 6128 | /* end confdefs.h. */ | ||
| 5601 | #ifdef TIME_WITH_SYS_TIME | 6129 | #ifdef TIME_WITH_SYS_TIME |
| 5602 | #include <sys/time.h> | 6130 | #include <sys/time.h> |
| 5603 | #include <time.h> | 6131 | #include <time.h> |
| @@ -5618,11 +6146,21 @@ static struct timeval x; x.tv_sec = x.tv_usec; | |||
| 5618 | _ACEOF | 6146 | _ACEOF |
| 5619 | rm -f conftest.$ac_objext | 6147 | rm -f conftest.$ac_objext |
| 5620 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 6148 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 5621 | (eval $ac_compile) 2>&5 | 6149 | (eval $ac_compile) 2>conftest.er1 |
| 5622 | ac_status=$? | 6150 | ac_status=$? |
| 6151 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 6152 | rm -f conftest.er1 | ||
| 6153 | cat conftest.err >&5 | ||
| 5623 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 6154 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5624 | (exit $ac_status); } && | 6155 | (exit $ac_status); } && |
| 5625 | { ac_try='test -s conftest.$ac_objext' | 6156 | { ac_try='test -z "$ac_c_werror_flag" |
| 6157 | || test ! -s conftest.err' | ||
| 6158 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 6159 | (eval $ac_try) 2>&5 | ||
| 6160 | ac_status=$? | ||
| 6161 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 6162 | (exit $ac_status); }; } && | ||
| 6163 | { ac_try='test -s conftest.$ac_objext' | ||
| 5626 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 6164 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 5627 | (eval $ac_try) 2>&5 | 6165 | (eval $ac_try) 2>&5 |
| 5628 | ac_status=$? | 6166 | ac_status=$? |
| @@ -5631,10 +6169,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 5631 | emacs_cv_struct_timeval=yes | 6169 | emacs_cv_struct_timeval=yes |
| 5632 | else | 6170 | else |
| 5633 | echo "$as_me: failed program was:" >&5 | 6171 | echo "$as_me: failed program was:" >&5 |
| 5634 | cat conftest.$ac_ext >&5 | 6172 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 6173 | |||
| 5635 | emacs_cv_struct_timeval=no | 6174 | emacs_cv_struct_timeval=no |
| 5636 | fi | 6175 | fi |
| 5637 | rm -f conftest.$ac_objext conftest.$ac_ext | 6176 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 5638 | fi | 6177 | fi |
| 5639 | echo "$as_me:$LINENO: result: $emacs_cv_struct_timeval" >&5 | 6178 | echo "$as_me:$LINENO: result: $emacs_cv_struct_timeval" >&5 |
| 5640 | echo "${ECHO_T}$emacs_cv_struct_timeval" >&6 | 6179 | echo "${ECHO_T}$emacs_cv_struct_timeval" >&6 |
| @@ -5653,8 +6192,11 @@ if test "${emacs_cv_struct_exception+set}" = set; then | |||
| 5653 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 6192 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 5654 | else | 6193 | else |
| 5655 | cat >conftest.$ac_ext <<_ACEOF | 6194 | cat >conftest.$ac_ext <<_ACEOF |
| 5656 | #line $LINENO "configure" | 6195 | /* confdefs.h. */ |
| 5657 | #include "confdefs.h" | 6196 | _ACEOF |
| 6197 | cat confdefs.h >>conftest.$ac_ext | ||
| 6198 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 6199 | /* end confdefs.h. */ | ||
| 5658 | #include <math.h> | 6200 | #include <math.h> |
| 5659 | int | 6201 | int |
| 5660 | main () | 6202 | main () |
| @@ -5666,11 +6208,21 @@ static struct exception x; x.arg1 = x.arg2 = x.retval; x.name = ""; x.type = 1; | |||
| 5666 | _ACEOF | 6208 | _ACEOF |
| 5667 | rm -f conftest.$ac_objext | 6209 | rm -f conftest.$ac_objext |
| 5668 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 6210 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 5669 | (eval $ac_compile) 2>&5 | 6211 | (eval $ac_compile) 2>conftest.er1 |
| 5670 | ac_status=$? | 6212 | ac_status=$? |
| 6213 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 6214 | rm -f conftest.er1 | ||
| 6215 | cat conftest.err >&5 | ||
| 5671 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 6216 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5672 | (exit $ac_status); } && | 6217 | (exit $ac_status); } && |
| 5673 | { ac_try='test -s conftest.$ac_objext' | 6218 | { ac_try='test -z "$ac_c_werror_flag" |
| 6219 | || test ! -s conftest.err' | ||
| 6220 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 6221 | (eval $ac_try) 2>&5 | ||
| 6222 | ac_status=$? | ||
| 6223 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 6224 | (exit $ac_status); }; } && | ||
| 6225 | { ac_try='test -s conftest.$ac_objext' | ||
| 5674 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 6226 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 5675 | (eval $ac_try) 2>&5 | 6227 | (eval $ac_try) 2>&5 |
| 5676 | ac_status=$? | 6228 | ac_status=$? |
| @@ -5679,10 +6231,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 5679 | emacs_cv_struct_exception=yes | 6231 | emacs_cv_struct_exception=yes |
| 5680 | else | 6232 | else |
| 5681 | echo "$as_me: failed program was:" >&5 | 6233 | echo "$as_me: failed program was:" >&5 |
| 5682 | cat conftest.$ac_ext >&5 | 6234 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 6235 | |||
| 5683 | emacs_cv_struct_exception=no | 6236 | emacs_cv_struct_exception=no |
| 5684 | fi | 6237 | fi |
| 5685 | rm -f conftest.$ac_objext conftest.$ac_ext | 6238 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 5686 | fi | 6239 | fi |
| 5687 | echo "$as_me:$LINENO: result: $emacs_cv_struct_exception" >&5 | 6240 | echo "$as_me:$LINENO: result: $emacs_cv_struct_exception" >&5 |
| 5688 | echo "${ECHO_T}$emacs_cv_struct_exception" >&6 | 6241 | echo "${ECHO_T}$emacs_cv_struct_exception" >&6 |
| @@ -5712,18 +6265,31 @@ else | |||
| 5712 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 6265 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
| 5713 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 6266 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 5714 | cat >conftest.$ac_ext <<_ACEOF | 6267 | cat >conftest.$ac_ext <<_ACEOF |
| 5715 | #line $LINENO "configure" | 6268 | /* confdefs.h. */ |
| 5716 | #include "confdefs.h" | 6269 | _ACEOF |
| 6270 | cat confdefs.h >>conftest.$ac_ext | ||
| 6271 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 6272 | /* end confdefs.h. */ | ||
| 5717 | $ac_includes_default | 6273 | $ac_includes_default |
| 5718 | #include <$ac_header> | 6274 | #include <$ac_header> |
| 5719 | _ACEOF | 6275 | _ACEOF |
| 5720 | rm -f conftest.$ac_objext | 6276 | rm -f conftest.$ac_objext |
| 5721 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 6277 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 5722 | (eval $ac_compile) 2>&5 | 6278 | (eval $ac_compile) 2>conftest.er1 |
| 5723 | ac_status=$? | 6279 | ac_status=$? |
| 6280 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 6281 | rm -f conftest.er1 | ||
| 6282 | cat conftest.err >&5 | ||
| 5724 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 6283 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5725 | (exit $ac_status); } && | 6284 | (exit $ac_status); } && |
| 5726 | { ac_try='test -s conftest.$ac_objext' | 6285 | { ac_try='test -z "$ac_c_werror_flag" |
| 6286 | || test ! -s conftest.err' | ||
| 6287 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 6288 | (eval $ac_try) 2>&5 | ||
| 6289 | ac_status=$? | ||
| 6290 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 6291 | (exit $ac_status); }; } && | ||
| 6292 | { ac_try='test -s conftest.$ac_objext' | ||
| 5727 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 6293 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 5728 | (eval $ac_try) 2>&5 | 6294 | (eval $ac_try) 2>&5 |
| 5729 | ac_status=$? | 6295 | ac_status=$? |
| @@ -5732,10 +6298,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 5732 | ac_header_compiler=yes | 6298 | ac_header_compiler=yes |
| 5733 | else | 6299 | else |
| 5734 | echo "$as_me: failed program was:" >&5 | 6300 | echo "$as_me: failed program was:" >&5 |
| 5735 | cat conftest.$ac_ext >&5 | 6301 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 6302 | |||
| 5736 | ac_header_compiler=no | 6303 | ac_header_compiler=no |
| 5737 | fi | 6304 | fi |
| 5738 | rm -f conftest.$ac_objext conftest.$ac_ext | 6305 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 5739 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 6306 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 5740 | echo "${ECHO_T}$ac_header_compiler" >&6 | 6307 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 5741 | 6308 | ||
| @@ -5743,8 +6310,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 5743 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 6310 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
| 5744 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 6311 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 5745 | cat >conftest.$ac_ext <<_ACEOF | 6312 | cat >conftest.$ac_ext <<_ACEOF |
| 5746 | #line $LINENO "configure" | 6313 | /* confdefs.h. */ |
| 5747 | #include "confdefs.h" | 6314 | _ACEOF |
| 6315 | cat confdefs.h >>conftest.$ac_ext | ||
| 6316 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 6317 | /* end confdefs.h. */ | ||
| 5748 | #include <$ac_header> | 6318 | #include <$ac_header> |
| 5749 | _ACEOF | 6319 | _ACEOF |
| 5750 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 6320 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| @@ -5757,6 +6327,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 5757 | (exit $ac_status); } >/dev/null; then | 6327 | (exit $ac_status); } >/dev/null; then |
| 5758 | if test -s conftest.err; then | 6328 | if test -s conftest.err; then |
| 5759 | ac_cpp_err=$ac_c_preproc_warn_flag | 6329 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 6330 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 5760 | else | 6331 | else |
| 5761 | ac_cpp_err= | 6332 | ac_cpp_err= |
| 5762 | fi | 6333 | fi |
| @@ -5767,7 +6338,8 @@ if test -z "$ac_cpp_err"; then | |||
| 5767 | ac_header_preproc=yes | 6338 | ac_header_preproc=yes |
| 5768 | else | 6339 | else |
| 5769 | echo "$as_me: failed program was:" >&5 | 6340 | echo "$as_me: failed program was:" >&5 |
| 5770 | cat conftest.$ac_ext >&5 | 6341 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 6342 | |||
| 5771 | ac_header_preproc=no | 6343 | ac_header_preproc=no |
| 5772 | fi | 6344 | fi |
| 5773 | rm -f conftest.err conftest.$ac_ext | 6345 | rm -f conftest.err conftest.$ac_ext |
| @@ -5775,26 +6347,43 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 5775 | echo "${ECHO_T}$ac_header_preproc" >&6 | 6347 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 5776 | 6348 | ||
| 5777 | # So? What about this header? | 6349 | # So? What about this header? |
| 5778 | case $ac_header_compiler:$ac_header_preproc in | 6350 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
| 5779 | yes:no ) | 6351 | yes:no: ) |
| 5780 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 6352 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 5781 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 6353 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 5782 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 6354 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
| 5783 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 6355 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} |
| 5784 | no:yes ) | 6356 | ac_header_preproc=yes |
| 6357 | ;; | ||
| 6358 | no:yes:* ) | ||
| 5785 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 6359 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| 5786 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 6360 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| 5787 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 6361 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| 5788 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 6362 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| 6363 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | ||
| 6364 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | ||
| 6365 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | ||
| 6366 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 5789 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 6367 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 5790 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 6368 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
| 6369 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 | ||
| 6370 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | ||
| 6371 | ( | ||
| 6372 | cat <<\_ASBOX | ||
| 6373 | ## ------------------------------------------ ## | ||
| 6374 | ## Report this to the AC_PACKAGE_NAME lists. ## | ||
| 6375 | ## ------------------------------------------ ## | ||
| 6376 | _ASBOX | ||
| 6377 | ) | | ||
| 6378 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 6379 | ;; | ||
| 5791 | esac | 6380 | esac |
| 5792 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | 6381 | echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 5793 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | 6382 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
| 5794 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | 6383 | if eval "test \"\${$as_ac_Header+set}\" = set"; then |
| 5795 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 6384 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 5796 | else | 6385 | else |
| 5797 | eval "$as_ac_Header=$ac_header_preproc" | 6386 | eval "$as_ac_Header=\$ac_header_preproc" |
| 5798 | fi | 6387 | fi |
| 5799 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | 6388 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
| 5800 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | 6389 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
| @@ -5819,8 +6408,11 @@ if eval "test \"\${$as_ac_Header+set}\" = set"; then | |||
| 5819 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 6408 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 5820 | else | 6409 | else |
| 5821 | cat >conftest.$ac_ext <<_ACEOF | 6410 | cat >conftest.$ac_ext <<_ACEOF |
| 5822 | #line $LINENO "configure" | 6411 | /* confdefs.h. */ |
| 5823 | #include "confdefs.h" | 6412 | _ACEOF |
| 6413 | cat confdefs.h >>conftest.$ac_ext | ||
| 6414 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 6415 | /* end confdefs.h. */ | ||
| 5824 | $ac_includes_default | 6416 | $ac_includes_default |
| 5825 | #if HAVE_SYS_SOCKET_H | 6417 | #if HAVE_SYS_SOCKET_H |
| 5826 | #include <sys/socket.h> | 6418 | #include <sys/socket.h> |
| @@ -5830,11 +6422,21 @@ $ac_includes_default | |||
| 5830 | _ACEOF | 6422 | _ACEOF |
| 5831 | rm -f conftest.$ac_objext | 6423 | rm -f conftest.$ac_objext |
| 5832 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 6424 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 5833 | (eval $ac_compile) 2>&5 | 6425 | (eval $ac_compile) 2>conftest.er1 |
| 5834 | ac_status=$? | 6426 | ac_status=$? |
| 6427 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 6428 | rm -f conftest.er1 | ||
| 6429 | cat conftest.err >&5 | ||
| 5835 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 6430 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5836 | (exit $ac_status); } && | 6431 | (exit $ac_status); } && |
| 5837 | { ac_try='test -s conftest.$ac_objext' | 6432 | { ac_try='test -z "$ac_c_werror_flag" |
| 6433 | || test ! -s conftest.err' | ||
| 6434 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 6435 | (eval $ac_try) 2>&5 | ||
| 6436 | ac_status=$? | ||
| 6437 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 6438 | (exit $ac_status); }; } && | ||
| 6439 | { ac_try='test -s conftest.$ac_objext' | ||
| 5838 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 6440 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 5839 | (eval $ac_try) 2>&5 | 6441 | (eval $ac_try) 2>&5 |
| 5840 | ac_status=$? | 6442 | ac_status=$? |
| @@ -5843,10 +6445,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 5843 | eval "$as_ac_Header=yes" | 6445 | eval "$as_ac_Header=yes" |
| 5844 | else | 6446 | else |
| 5845 | echo "$as_me: failed program was:" >&5 | 6447 | echo "$as_me: failed program was:" >&5 |
| 5846 | cat conftest.$ac_ext >&5 | 6448 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 6449 | |||
| 5847 | eval "$as_ac_Header=no" | 6450 | eval "$as_ac_Header=no" |
| 5848 | fi | 6451 | fi |
| 5849 | rm -f conftest.$ac_objext conftest.$ac_ext | 6452 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 5850 | fi | 6453 | fi |
| 5851 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | 6454 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
| 5852 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | 6455 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
| @@ -5866,8 +6469,11 @@ if test "${ac_cv_struct_tm+set}" = set; then | |||
| 5866 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 6469 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 5867 | else | 6470 | else |
| 5868 | cat >conftest.$ac_ext <<_ACEOF | 6471 | cat >conftest.$ac_ext <<_ACEOF |
| 5869 | #line $LINENO "configure" | 6472 | /* confdefs.h. */ |
| 5870 | #include "confdefs.h" | 6473 | _ACEOF |
| 6474 | cat confdefs.h >>conftest.$ac_ext | ||
| 6475 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 6476 | /* end confdefs.h. */ | ||
| 5871 | #include <sys/types.h> | 6477 | #include <sys/types.h> |
| 5872 | #include <time.h> | 6478 | #include <time.h> |
| 5873 | 6479 | ||
| @@ -5881,11 +6487,21 @@ struct tm *tp; tp->tm_sec; | |||
| 5881 | _ACEOF | 6487 | _ACEOF |
| 5882 | rm -f conftest.$ac_objext | 6488 | rm -f conftest.$ac_objext |
| 5883 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 6489 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 5884 | (eval $ac_compile) 2>&5 | 6490 | (eval $ac_compile) 2>conftest.er1 |
| 5885 | ac_status=$? | 6491 | ac_status=$? |
| 6492 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 6493 | rm -f conftest.er1 | ||
| 6494 | cat conftest.err >&5 | ||
| 5886 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 6495 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5887 | (exit $ac_status); } && | 6496 | (exit $ac_status); } && |
| 5888 | { ac_try='test -s conftest.$ac_objext' | 6497 | { ac_try='test -z "$ac_c_werror_flag" |
| 6498 | || test ! -s conftest.err' | ||
| 6499 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 6500 | (eval $ac_try) 2>&5 | ||
| 6501 | ac_status=$? | ||
| 6502 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 6503 | (exit $ac_status); }; } && | ||
| 6504 | { ac_try='test -s conftest.$ac_objext' | ||
| 5889 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 6505 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 5890 | (eval $ac_try) 2>&5 | 6506 | (eval $ac_try) 2>&5 |
| 5891 | ac_status=$? | 6507 | ac_status=$? |
| @@ -5894,10 +6510,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 5894 | ac_cv_struct_tm=time.h | 6510 | ac_cv_struct_tm=time.h |
| 5895 | else | 6511 | else |
| 5896 | echo "$as_me: failed program was:" >&5 | 6512 | echo "$as_me: failed program was:" >&5 |
| 5897 | cat conftest.$ac_ext >&5 | 6513 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 6514 | |||
| 5898 | ac_cv_struct_tm=sys/time.h | 6515 | ac_cv_struct_tm=sys/time.h |
| 5899 | fi | 6516 | fi |
| 5900 | rm -f conftest.$ac_objext conftest.$ac_ext | 6517 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 5901 | fi | 6518 | fi |
| 5902 | echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5 | 6519 | echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5 |
| 5903 | echo "${ECHO_T}$ac_cv_struct_tm" >&6 | 6520 | echo "${ECHO_T}$ac_cv_struct_tm" >&6 |
| @@ -5915,8 +6532,11 @@ if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then | |||
| 5915 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 6532 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 5916 | else | 6533 | else |
| 5917 | cat >conftest.$ac_ext <<_ACEOF | 6534 | cat >conftest.$ac_ext <<_ACEOF |
| 5918 | #line $LINENO "configure" | 6535 | /* confdefs.h. */ |
| 5919 | #include "confdefs.h" | 6536 | _ACEOF |
| 6537 | cat confdefs.h >>conftest.$ac_ext | ||
| 6538 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 6539 | /* end confdefs.h. */ | ||
| 5920 | #include <sys/types.h> | 6540 | #include <sys/types.h> |
| 5921 | #include <$ac_cv_struct_tm> | 6541 | #include <$ac_cv_struct_tm> |
| 5922 | 6542 | ||
| @@ -5933,11 +6553,21 @@ return 0; | |||
| 5933 | _ACEOF | 6553 | _ACEOF |
| 5934 | rm -f conftest.$ac_objext | 6554 | rm -f conftest.$ac_objext |
| 5935 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 6555 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 5936 | (eval $ac_compile) 2>&5 | 6556 | (eval $ac_compile) 2>conftest.er1 |
| 5937 | ac_status=$? | 6557 | ac_status=$? |
| 6558 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 6559 | rm -f conftest.er1 | ||
| 6560 | cat conftest.err >&5 | ||
| 5938 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 6561 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5939 | (exit $ac_status); } && | 6562 | (exit $ac_status); } && |
| 5940 | { ac_try='test -s conftest.$ac_objext' | 6563 | { ac_try='test -z "$ac_c_werror_flag" |
| 6564 | || test ! -s conftest.err' | ||
| 6565 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 6566 | (eval $ac_try) 2>&5 | ||
| 6567 | ac_status=$? | ||
| 6568 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 6569 | (exit $ac_status); }; } && | ||
| 6570 | { ac_try='test -s conftest.$ac_objext' | ||
| 5941 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 6571 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 5942 | (eval $ac_try) 2>&5 | 6572 | (eval $ac_try) 2>&5 |
| 5943 | ac_status=$? | 6573 | ac_status=$? |
| @@ -5946,10 +6576,14 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 5946 | ac_cv_member_struct_tm_tm_zone=yes | 6576 | ac_cv_member_struct_tm_tm_zone=yes |
| 5947 | else | 6577 | else |
| 5948 | echo "$as_me: failed program was:" >&5 | 6578 | echo "$as_me: failed program was:" >&5 |
| 5949 | cat conftest.$ac_ext >&5 | 6579 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 6580 | |||
| 5950 | cat >conftest.$ac_ext <<_ACEOF | 6581 | cat >conftest.$ac_ext <<_ACEOF |
| 5951 | #line $LINENO "configure" | 6582 | /* confdefs.h. */ |
| 5952 | #include "confdefs.h" | 6583 | _ACEOF |
| 6584 | cat confdefs.h >>conftest.$ac_ext | ||
| 6585 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 6586 | /* end confdefs.h. */ | ||
| 5953 | #include <sys/types.h> | 6587 | #include <sys/types.h> |
| 5954 | #include <$ac_cv_struct_tm> | 6588 | #include <$ac_cv_struct_tm> |
| 5955 | 6589 | ||
| @@ -5966,11 +6600,21 @@ return 0; | |||
| 5966 | _ACEOF | 6600 | _ACEOF |
| 5967 | rm -f conftest.$ac_objext | 6601 | rm -f conftest.$ac_objext |
| 5968 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 6602 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 5969 | (eval $ac_compile) 2>&5 | 6603 | (eval $ac_compile) 2>conftest.er1 |
| 5970 | ac_status=$? | 6604 | ac_status=$? |
| 6605 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 6606 | rm -f conftest.er1 | ||
| 6607 | cat conftest.err >&5 | ||
| 5971 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 6608 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 5972 | (exit $ac_status); } && | 6609 | (exit $ac_status); } && |
| 5973 | { ac_try='test -s conftest.$ac_objext' | 6610 | { ac_try='test -z "$ac_c_werror_flag" |
| 6611 | || test ! -s conftest.err' | ||
| 6612 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 6613 | (eval $ac_try) 2>&5 | ||
| 6614 | ac_status=$? | ||
| 6615 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 6616 | (exit $ac_status); }; } && | ||
| 6617 | { ac_try='test -s conftest.$ac_objext' | ||
| 5974 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 6618 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 5975 | (eval $ac_try) 2>&5 | 6619 | (eval $ac_try) 2>&5 |
| 5976 | ac_status=$? | 6620 | ac_status=$? |
| @@ -5979,12 +6623,13 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 5979 | ac_cv_member_struct_tm_tm_zone=yes | 6623 | ac_cv_member_struct_tm_tm_zone=yes |
| 5980 | else | 6624 | else |
| 5981 | echo "$as_me: failed program was:" >&5 | 6625 | echo "$as_me: failed program was:" >&5 |
| 5982 | cat conftest.$ac_ext >&5 | 6626 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 6627 | |||
| 5983 | ac_cv_member_struct_tm_tm_zone=no | 6628 | ac_cv_member_struct_tm_tm_zone=no |
| 5984 | fi | 6629 | fi |
| 5985 | rm -f conftest.$ac_objext conftest.$ac_ext | 6630 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 5986 | fi | 6631 | fi |
| 5987 | rm -f conftest.$ac_objext conftest.$ac_ext | 6632 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 5988 | fi | 6633 | fi |
| 5989 | echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_zone" >&5 | 6634 | echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_zone" >&5 |
| 5990 | echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6 | 6635 | echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6 |
| @@ -6010,8 +6655,11 @@ if test "${ac_cv_var_tzname+set}" = set; then | |||
| 6010 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 6655 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 6011 | else | 6656 | else |
| 6012 | cat >conftest.$ac_ext <<_ACEOF | 6657 | cat >conftest.$ac_ext <<_ACEOF |
| 6013 | #line $LINENO "configure" | 6658 | /* confdefs.h. */ |
| 6014 | #include "confdefs.h" | 6659 | _ACEOF |
| 6660 | cat confdefs.h >>conftest.$ac_ext | ||
| 6661 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 6662 | /* end confdefs.h. */ | ||
| 6015 | #include <time.h> | 6663 | #include <time.h> |
| 6016 | #ifndef tzname /* For SGI. */ | 6664 | #ifndef tzname /* For SGI. */ |
| 6017 | extern char *tzname[]; /* RS6000 and others reject char **tzname. */ | 6665 | extern char *tzname[]; /* RS6000 and others reject char **tzname. */ |
| @@ -6027,11 +6675,21 @@ atoi(*tzname); | |||
| 6027 | _ACEOF | 6675 | _ACEOF |
| 6028 | rm -f conftest.$ac_objext conftest$ac_exeext | 6676 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 6029 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 6677 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 6030 | (eval $ac_link) 2>&5 | 6678 | (eval $ac_link) 2>conftest.er1 |
| 6031 | ac_status=$? | 6679 | ac_status=$? |
| 6680 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 6681 | rm -f conftest.er1 | ||
| 6682 | cat conftest.err >&5 | ||
| 6032 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 6683 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 6033 | (exit $ac_status); } && | 6684 | (exit $ac_status); } && |
| 6034 | { ac_try='test -s conftest$ac_exeext' | 6685 | { ac_try='test -z "$ac_c_werror_flag" |
| 6686 | || test ! -s conftest.err' | ||
| 6687 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 6688 | (eval $ac_try) 2>&5 | ||
| 6689 | ac_status=$? | ||
| 6690 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 6691 | (exit $ac_status); }; } && | ||
| 6692 | { ac_try='test -s conftest$ac_exeext' | ||
| 6035 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 6693 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 6036 | (eval $ac_try) 2>&5 | 6694 | (eval $ac_try) 2>&5 |
| 6037 | ac_status=$? | 6695 | ac_status=$? |
| @@ -6040,10 +6698,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 6040 | ac_cv_var_tzname=yes | 6698 | ac_cv_var_tzname=yes |
| 6041 | else | 6699 | else |
| 6042 | echo "$as_me: failed program was:" >&5 | 6700 | echo "$as_me: failed program was:" >&5 |
| 6043 | cat conftest.$ac_ext >&5 | 6701 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 6702 | |||
| 6044 | ac_cv_var_tzname=no | 6703 | ac_cv_var_tzname=no |
| 6045 | fi | 6704 | fi |
| 6046 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 6705 | rm -f conftest.err conftest.$ac_objext \ |
| 6706 | conftest$ac_exeext conftest.$ac_ext | ||
| 6047 | fi | 6707 | fi |
| 6048 | echo "$as_me:$LINENO: result: $ac_cv_var_tzname" >&5 | 6708 | echo "$as_me:$LINENO: result: $ac_cv_var_tzname" >&5 |
| 6049 | echo "${ECHO_T}$ac_cv_var_tzname" >&6 | 6709 | echo "${ECHO_T}$ac_cv_var_tzname" >&6 |
| @@ -6062,8 +6722,11 @@ if test "${ac_cv_member_struct_tm_tm_gmtoff+set}" = set; then | |||
| 6062 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 6722 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 6063 | else | 6723 | else |
| 6064 | cat >conftest.$ac_ext <<_ACEOF | 6724 | cat >conftest.$ac_ext <<_ACEOF |
| 6065 | #line $LINENO "configure" | 6725 | /* confdefs.h. */ |
| 6066 | #include "confdefs.h" | 6726 | _ACEOF |
| 6727 | cat confdefs.h >>conftest.$ac_ext | ||
| 6728 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 6729 | /* end confdefs.h. */ | ||
| 6067 | #include <time.h> | 6730 | #include <time.h> |
| 6068 | 6731 | ||
| 6069 | int | 6732 | int |
| @@ -6078,11 +6741,21 @@ return 0; | |||
| 6078 | _ACEOF | 6741 | _ACEOF |
| 6079 | rm -f conftest.$ac_objext | 6742 | rm -f conftest.$ac_objext |
| 6080 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 6743 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 6081 | (eval $ac_compile) 2>&5 | 6744 | (eval $ac_compile) 2>conftest.er1 |
| 6082 | ac_status=$? | 6745 | ac_status=$? |
| 6746 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 6747 | rm -f conftest.er1 | ||
| 6748 | cat conftest.err >&5 | ||
| 6083 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 6749 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 6084 | (exit $ac_status); } && | 6750 | (exit $ac_status); } && |
| 6085 | { ac_try='test -s conftest.$ac_objext' | 6751 | { ac_try='test -z "$ac_c_werror_flag" |
| 6752 | || test ! -s conftest.err' | ||
| 6753 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 6754 | (eval $ac_try) 2>&5 | ||
| 6755 | ac_status=$? | ||
| 6756 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 6757 | (exit $ac_status); }; } && | ||
| 6758 | { ac_try='test -s conftest.$ac_objext' | ||
| 6086 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 6759 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 6087 | (eval $ac_try) 2>&5 | 6760 | (eval $ac_try) 2>&5 |
| 6088 | ac_status=$? | 6761 | ac_status=$? |
| @@ -6091,10 +6764,14 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 6091 | ac_cv_member_struct_tm_tm_gmtoff=yes | 6764 | ac_cv_member_struct_tm_tm_gmtoff=yes |
| 6092 | else | 6765 | else |
| 6093 | echo "$as_me: failed program was:" >&5 | 6766 | echo "$as_me: failed program was:" >&5 |
| 6094 | cat conftest.$ac_ext >&5 | 6767 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 6768 | |||
| 6095 | cat >conftest.$ac_ext <<_ACEOF | 6769 | cat >conftest.$ac_ext <<_ACEOF |
| 6096 | #line $LINENO "configure" | 6770 | /* confdefs.h. */ |
| 6097 | #include "confdefs.h" | 6771 | _ACEOF |
| 6772 | cat confdefs.h >>conftest.$ac_ext | ||
| 6773 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 6774 | /* end confdefs.h. */ | ||
| 6098 | #include <time.h> | 6775 | #include <time.h> |
| 6099 | 6776 | ||
| 6100 | int | 6777 | int |
| @@ -6109,11 +6786,21 @@ return 0; | |||
| 6109 | _ACEOF | 6786 | _ACEOF |
| 6110 | rm -f conftest.$ac_objext | 6787 | rm -f conftest.$ac_objext |
| 6111 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 6788 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 6112 | (eval $ac_compile) 2>&5 | 6789 | (eval $ac_compile) 2>conftest.er1 |
| 6113 | ac_status=$? | 6790 | ac_status=$? |
| 6791 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 6792 | rm -f conftest.er1 | ||
| 6793 | cat conftest.err >&5 | ||
| 6114 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 6794 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 6115 | (exit $ac_status); } && | 6795 | (exit $ac_status); } && |
| 6116 | { ac_try='test -s conftest.$ac_objext' | 6796 | { ac_try='test -z "$ac_c_werror_flag" |
| 6797 | || test ! -s conftest.err' | ||
| 6798 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 6799 | (eval $ac_try) 2>&5 | ||
| 6800 | ac_status=$? | ||
| 6801 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 6802 | (exit $ac_status); }; } && | ||
| 6803 | { ac_try='test -s conftest.$ac_objext' | ||
| 6117 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 6804 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 6118 | (eval $ac_try) 2>&5 | 6805 | (eval $ac_try) 2>&5 |
| 6119 | ac_status=$? | 6806 | ac_status=$? |
| @@ -6122,12 +6809,13 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 6122 | ac_cv_member_struct_tm_tm_gmtoff=yes | 6809 | ac_cv_member_struct_tm_tm_gmtoff=yes |
| 6123 | else | 6810 | else |
| 6124 | echo "$as_me: failed program was:" >&5 | 6811 | echo "$as_me: failed program was:" >&5 |
| 6125 | cat conftest.$ac_ext >&5 | 6812 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 6813 | |||
| 6126 | ac_cv_member_struct_tm_tm_gmtoff=no | 6814 | ac_cv_member_struct_tm_tm_gmtoff=no |
| 6127 | fi | 6815 | fi |
| 6128 | rm -f conftest.$ac_objext conftest.$ac_ext | 6816 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 6129 | fi | 6817 | fi |
| 6130 | rm -f conftest.$ac_objext conftest.$ac_ext | 6818 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 6131 | fi | 6819 | fi |
| 6132 | echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_gmtoff" >&5 | 6820 | echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_gmtoff" >&5 |
| 6133 | echo "${ECHO_T}$ac_cv_member_struct_tm_tm_gmtoff" >&6 | 6821 | echo "${ECHO_T}$ac_cv_member_struct_tm_tm_gmtoff" >&6 |
| @@ -6145,8 +6833,11 @@ if test "${ac_cv_member_struct_ifreq_ifr_flags+set}" = set; then | |||
| 6145 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 6833 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 6146 | else | 6834 | else |
| 6147 | cat >conftest.$ac_ext <<_ACEOF | 6835 | cat >conftest.$ac_ext <<_ACEOF |
| 6148 | #line $LINENO "configure" | 6836 | /* confdefs.h. */ |
| 6149 | #include "confdefs.h" | 6837 | _ACEOF |
| 6838 | cat confdefs.h >>conftest.$ac_ext | ||
| 6839 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 6840 | /* end confdefs.h. */ | ||
| 6150 | $ac_includes_default | 6841 | $ac_includes_default |
| 6151 | #if HAVE_SYS_SOCKET_H | 6842 | #if HAVE_SYS_SOCKET_H |
| 6152 | #include <sys/socket.h> | 6843 | #include <sys/socket.h> |
| @@ -6167,11 +6858,21 @@ return 0; | |||
| 6167 | _ACEOF | 6858 | _ACEOF |
| 6168 | rm -f conftest.$ac_objext | 6859 | rm -f conftest.$ac_objext |
| 6169 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 6860 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 6170 | (eval $ac_compile) 2>&5 | 6861 | (eval $ac_compile) 2>conftest.er1 |
| 6171 | ac_status=$? | 6862 | ac_status=$? |
| 6863 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 6864 | rm -f conftest.er1 | ||
| 6865 | cat conftest.err >&5 | ||
| 6172 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 6866 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 6173 | (exit $ac_status); } && | 6867 | (exit $ac_status); } && |
| 6174 | { ac_try='test -s conftest.$ac_objext' | 6868 | { ac_try='test -z "$ac_c_werror_flag" |
| 6869 | || test ! -s conftest.err' | ||
| 6870 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 6871 | (eval $ac_try) 2>&5 | ||
| 6872 | ac_status=$? | ||
| 6873 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 6874 | (exit $ac_status); }; } && | ||
| 6875 | { ac_try='test -s conftest.$ac_objext' | ||
| 6175 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 6876 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 6176 | (eval $ac_try) 2>&5 | 6877 | (eval $ac_try) 2>&5 |
| 6177 | ac_status=$? | 6878 | ac_status=$? |
| @@ -6180,10 +6881,14 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 6180 | ac_cv_member_struct_ifreq_ifr_flags=yes | 6881 | ac_cv_member_struct_ifreq_ifr_flags=yes |
| 6181 | else | 6882 | else |
| 6182 | echo "$as_me: failed program was:" >&5 | 6883 | echo "$as_me: failed program was:" >&5 |
| 6183 | cat conftest.$ac_ext >&5 | 6884 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 6885 | |||
| 6184 | cat >conftest.$ac_ext <<_ACEOF | 6886 | cat >conftest.$ac_ext <<_ACEOF |
| 6185 | #line $LINENO "configure" | 6887 | /* confdefs.h. */ |
| 6186 | #include "confdefs.h" | 6888 | _ACEOF |
| 6889 | cat confdefs.h >>conftest.$ac_ext | ||
| 6890 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 6891 | /* end confdefs.h. */ | ||
| 6187 | $ac_includes_default | 6892 | $ac_includes_default |
| 6188 | #if HAVE_SYS_SOCKET_H | 6893 | #if HAVE_SYS_SOCKET_H |
| 6189 | #include <sys/socket.h> | 6894 | #include <sys/socket.h> |
| @@ -6204,11 +6909,21 @@ return 0; | |||
| 6204 | _ACEOF | 6909 | _ACEOF |
| 6205 | rm -f conftest.$ac_objext | 6910 | rm -f conftest.$ac_objext |
| 6206 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 6911 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 6207 | (eval $ac_compile) 2>&5 | 6912 | (eval $ac_compile) 2>conftest.er1 |
| 6208 | ac_status=$? | 6913 | ac_status=$? |
| 6914 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 6915 | rm -f conftest.er1 | ||
| 6916 | cat conftest.err >&5 | ||
| 6209 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 6917 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 6210 | (exit $ac_status); } && | 6918 | (exit $ac_status); } && |
| 6211 | { ac_try='test -s conftest.$ac_objext' | 6919 | { ac_try='test -z "$ac_c_werror_flag" |
| 6920 | || test ! -s conftest.err' | ||
| 6921 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 6922 | (eval $ac_try) 2>&5 | ||
| 6923 | ac_status=$? | ||
| 6924 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 6925 | (exit $ac_status); }; } && | ||
| 6926 | { ac_try='test -s conftest.$ac_objext' | ||
| 6212 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 6927 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 6213 | (eval $ac_try) 2>&5 | 6928 | (eval $ac_try) 2>&5 |
| 6214 | ac_status=$? | 6929 | ac_status=$? |
| @@ -6217,12 +6932,13 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 6217 | ac_cv_member_struct_ifreq_ifr_flags=yes | 6932 | ac_cv_member_struct_ifreq_ifr_flags=yes |
| 6218 | else | 6933 | else |
| 6219 | echo "$as_me: failed program was:" >&5 | 6934 | echo "$as_me: failed program was:" >&5 |
| 6220 | cat conftest.$ac_ext >&5 | 6935 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 6936 | |||
| 6221 | ac_cv_member_struct_ifreq_ifr_flags=no | 6937 | ac_cv_member_struct_ifreq_ifr_flags=no |
| 6222 | fi | 6938 | fi |
| 6223 | rm -f conftest.$ac_objext conftest.$ac_ext | 6939 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 6224 | fi | 6940 | fi |
| 6225 | rm -f conftest.$ac_objext conftest.$ac_ext | 6941 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 6226 | fi | 6942 | fi |
| 6227 | echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_flags" >&5 | 6943 | echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_flags" >&5 |
| 6228 | echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_flags" >&6 | 6944 | echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_flags" >&6 |
| @@ -6240,8 +6956,11 @@ if test "${ac_cv_member_struct_ifreq_ifr_hwaddr+set}" = set; then | |||
| 6240 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 6956 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 6241 | else | 6957 | else |
| 6242 | cat >conftest.$ac_ext <<_ACEOF | 6958 | cat >conftest.$ac_ext <<_ACEOF |
| 6243 | #line $LINENO "configure" | 6959 | /* confdefs.h. */ |
| 6244 | #include "confdefs.h" | 6960 | _ACEOF |
| 6961 | cat confdefs.h >>conftest.$ac_ext | ||
| 6962 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 6963 | /* end confdefs.h. */ | ||
| 6245 | $ac_includes_default | 6964 | $ac_includes_default |
| 6246 | #if HAVE_SYS_SOCKET_H | 6965 | #if HAVE_SYS_SOCKET_H |
| 6247 | #include <sys/socket.h> | 6966 | #include <sys/socket.h> |
| @@ -6262,11 +6981,21 @@ return 0; | |||
| 6262 | _ACEOF | 6981 | _ACEOF |
| 6263 | rm -f conftest.$ac_objext | 6982 | rm -f conftest.$ac_objext |
| 6264 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 6983 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 6265 | (eval $ac_compile) 2>&5 | 6984 | (eval $ac_compile) 2>conftest.er1 |
| 6266 | ac_status=$? | 6985 | ac_status=$? |
| 6986 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 6987 | rm -f conftest.er1 | ||
| 6988 | cat conftest.err >&5 | ||
| 6267 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 6989 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 6268 | (exit $ac_status); } && | 6990 | (exit $ac_status); } && |
| 6269 | { ac_try='test -s conftest.$ac_objext' | 6991 | { ac_try='test -z "$ac_c_werror_flag" |
| 6992 | || test ! -s conftest.err' | ||
| 6993 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 6994 | (eval $ac_try) 2>&5 | ||
| 6995 | ac_status=$? | ||
| 6996 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 6997 | (exit $ac_status); }; } && | ||
| 6998 | { ac_try='test -s conftest.$ac_objext' | ||
| 6270 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 6999 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 6271 | (eval $ac_try) 2>&5 | 7000 | (eval $ac_try) 2>&5 |
| 6272 | ac_status=$? | 7001 | ac_status=$? |
| @@ -6275,10 +7004,14 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 6275 | ac_cv_member_struct_ifreq_ifr_hwaddr=yes | 7004 | ac_cv_member_struct_ifreq_ifr_hwaddr=yes |
| 6276 | else | 7005 | else |
| 6277 | echo "$as_me: failed program was:" >&5 | 7006 | echo "$as_me: failed program was:" >&5 |
| 6278 | cat conftest.$ac_ext >&5 | 7007 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 7008 | |||
| 6279 | cat >conftest.$ac_ext <<_ACEOF | 7009 | cat >conftest.$ac_ext <<_ACEOF |
| 6280 | #line $LINENO "configure" | 7010 | /* confdefs.h. */ |
| 6281 | #include "confdefs.h" | 7011 | _ACEOF |
| 7012 | cat confdefs.h >>conftest.$ac_ext | ||
| 7013 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 7014 | /* end confdefs.h. */ | ||
| 6282 | $ac_includes_default | 7015 | $ac_includes_default |
| 6283 | #if HAVE_SYS_SOCKET_H | 7016 | #if HAVE_SYS_SOCKET_H |
| 6284 | #include <sys/socket.h> | 7017 | #include <sys/socket.h> |
| @@ -6299,11 +7032,21 @@ return 0; | |||
| 6299 | _ACEOF | 7032 | _ACEOF |
| 6300 | rm -f conftest.$ac_objext | 7033 | rm -f conftest.$ac_objext |
| 6301 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 7034 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 6302 | (eval $ac_compile) 2>&5 | 7035 | (eval $ac_compile) 2>conftest.er1 |
| 6303 | ac_status=$? | 7036 | ac_status=$? |
| 7037 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 7038 | rm -f conftest.er1 | ||
| 7039 | cat conftest.err >&5 | ||
| 6304 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 7040 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 6305 | (exit $ac_status); } && | 7041 | (exit $ac_status); } && |
| 6306 | { ac_try='test -s conftest.$ac_objext' | 7042 | { ac_try='test -z "$ac_c_werror_flag" |
| 7043 | || test ! -s conftest.err' | ||
| 7044 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 7045 | (eval $ac_try) 2>&5 | ||
| 7046 | ac_status=$? | ||
| 7047 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 7048 | (exit $ac_status); }; } && | ||
| 7049 | { ac_try='test -s conftest.$ac_objext' | ||
| 6307 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 7050 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 6308 | (eval $ac_try) 2>&5 | 7051 | (eval $ac_try) 2>&5 |
| 6309 | ac_status=$? | 7052 | ac_status=$? |
| @@ -6312,12 +7055,13 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 6312 | ac_cv_member_struct_ifreq_ifr_hwaddr=yes | 7055 | ac_cv_member_struct_ifreq_ifr_hwaddr=yes |
| 6313 | else | 7056 | else |
| 6314 | echo "$as_me: failed program was:" >&5 | 7057 | echo "$as_me: failed program was:" >&5 |
| 6315 | cat conftest.$ac_ext >&5 | 7058 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 7059 | |||
| 6316 | ac_cv_member_struct_ifreq_ifr_hwaddr=no | 7060 | ac_cv_member_struct_ifreq_ifr_hwaddr=no |
| 6317 | fi | 7061 | fi |
| 6318 | rm -f conftest.$ac_objext conftest.$ac_ext | 7062 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 6319 | fi | 7063 | fi |
| 6320 | rm -f conftest.$ac_objext conftest.$ac_ext | 7064 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 6321 | fi | 7065 | fi |
| 6322 | echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_hwaddr" >&5 | 7066 | echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_hwaddr" >&5 |
| 6323 | echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_hwaddr" >&6 | 7067 | echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_hwaddr" >&6 |
| @@ -6335,8 +7079,11 @@ if test "${ac_cv_member_struct_ifreq_ifr_netmask+set}" = set; then | |||
| 6335 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 7079 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 6336 | else | 7080 | else |
| 6337 | cat >conftest.$ac_ext <<_ACEOF | 7081 | cat >conftest.$ac_ext <<_ACEOF |
| 6338 | #line $LINENO "configure" | 7082 | /* confdefs.h. */ |
| 6339 | #include "confdefs.h" | 7083 | _ACEOF |
| 7084 | cat confdefs.h >>conftest.$ac_ext | ||
| 7085 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 7086 | /* end confdefs.h. */ | ||
| 6340 | $ac_includes_default | 7087 | $ac_includes_default |
| 6341 | #if HAVE_SYS_SOCKET_H | 7088 | #if HAVE_SYS_SOCKET_H |
| 6342 | #include <sys/socket.h> | 7089 | #include <sys/socket.h> |
| @@ -6357,11 +7104,21 @@ return 0; | |||
| 6357 | _ACEOF | 7104 | _ACEOF |
| 6358 | rm -f conftest.$ac_objext | 7105 | rm -f conftest.$ac_objext |
| 6359 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 7106 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 6360 | (eval $ac_compile) 2>&5 | 7107 | (eval $ac_compile) 2>conftest.er1 |
| 6361 | ac_status=$? | 7108 | ac_status=$? |
| 7109 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 7110 | rm -f conftest.er1 | ||
| 7111 | cat conftest.err >&5 | ||
| 6362 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 7112 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 6363 | (exit $ac_status); } && | 7113 | (exit $ac_status); } && |
| 6364 | { ac_try='test -s conftest.$ac_objext' | 7114 | { ac_try='test -z "$ac_c_werror_flag" |
| 7115 | || test ! -s conftest.err' | ||
| 7116 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 7117 | (eval $ac_try) 2>&5 | ||
| 7118 | ac_status=$? | ||
| 7119 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 7120 | (exit $ac_status); }; } && | ||
| 7121 | { ac_try='test -s conftest.$ac_objext' | ||
| 6365 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 7122 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 6366 | (eval $ac_try) 2>&5 | 7123 | (eval $ac_try) 2>&5 |
| 6367 | ac_status=$? | 7124 | ac_status=$? |
| @@ -6370,10 +7127,14 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 6370 | ac_cv_member_struct_ifreq_ifr_netmask=yes | 7127 | ac_cv_member_struct_ifreq_ifr_netmask=yes |
| 6371 | else | 7128 | else |
| 6372 | echo "$as_me: failed program was:" >&5 | 7129 | echo "$as_me: failed program was:" >&5 |
| 6373 | cat conftest.$ac_ext >&5 | 7130 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 7131 | |||
| 6374 | cat >conftest.$ac_ext <<_ACEOF | 7132 | cat >conftest.$ac_ext <<_ACEOF |
| 6375 | #line $LINENO "configure" | 7133 | /* confdefs.h. */ |
| 6376 | #include "confdefs.h" | 7134 | _ACEOF |
| 7135 | cat confdefs.h >>conftest.$ac_ext | ||
| 7136 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 7137 | /* end confdefs.h. */ | ||
| 6377 | $ac_includes_default | 7138 | $ac_includes_default |
| 6378 | #if HAVE_SYS_SOCKET_H | 7139 | #if HAVE_SYS_SOCKET_H |
| 6379 | #include <sys/socket.h> | 7140 | #include <sys/socket.h> |
| @@ -6394,11 +7155,21 @@ return 0; | |||
| 6394 | _ACEOF | 7155 | _ACEOF |
| 6395 | rm -f conftest.$ac_objext | 7156 | rm -f conftest.$ac_objext |
| 6396 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 7157 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 6397 | (eval $ac_compile) 2>&5 | 7158 | (eval $ac_compile) 2>conftest.er1 |
| 6398 | ac_status=$? | 7159 | ac_status=$? |
| 7160 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 7161 | rm -f conftest.er1 | ||
| 7162 | cat conftest.err >&5 | ||
| 6399 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 7163 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 6400 | (exit $ac_status); } && | 7164 | (exit $ac_status); } && |
| 6401 | { ac_try='test -s conftest.$ac_objext' | 7165 | { ac_try='test -z "$ac_c_werror_flag" |
| 7166 | || test ! -s conftest.err' | ||
| 7167 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 7168 | (eval $ac_try) 2>&5 | ||
| 7169 | ac_status=$? | ||
| 7170 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 7171 | (exit $ac_status); }; } && | ||
| 7172 | { ac_try='test -s conftest.$ac_objext' | ||
| 6402 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 7173 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 6403 | (eval $ac_try) 2>&5 | 7174 | (eval $ac_try) 2>&5 |
| 6404 | ac_status=$? | 7175 | ac_status=$? |
| @@ -6407,12 +7178,13 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 6407 | ac_cv_member_struct_ifreq_ifr_netmask=yes | 7178 | ac_cv_member_struct_ifreq_ifr_netmask=yes |
| 6408 | else | 7179 | else |
| 6409 | echo "$as_me: failed program was:" >&5 | 7180 | echo "$as_me: failed program was:" >&5 |
| 6410 | cat conftest.$ac_ext >&5 | 7181 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 7182 | |||
| 6411 | ac_cv_member_struct_ifreq_ifr_netmask=no | 7183 | ac_cv_member_struct_ifreq_ifr_netmask=no |
| 6412 | fi | 7184 | fi |
| 6413 | rm -f conftest.$ac_objext conftest.$ac_ext | 7185 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 6414 | fi | 7186 | fi |
| 6415 | rm -f conftest.$ac_objext conftest.$ac_ext | 7187 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 6416 | fi | 7188 | fi |
| 6417 | echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_netmask" >&5 | 7189 | echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_netmask" >&5 |
| 6418 | echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_netmask" >&6 | 7190 | echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_netmask" >&6 |
| @@ -6430,8 +7202,11 @@ if test "${ac_cv_member_struct_ifreq_ifr_broadaddr+set}" = set; then | |||
| 6430 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 7202 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 6431 | else | 7203 | else |
| 6432 | cat >conftest.$ac_ext <<_ACEOF | 7204 | cat >conftest.$ac_ext <<_ACEOF |
| 6433 | #line $LINENO "configure" | 7205 | /* confdefs.h. */ |
| 6434 | #include "confdefs.h" | 7206 | _ACEOF |
| 7207 | cat confdefs.h >>conftest.$ac_ext | ||
| 7208 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 7209 | /* end confdefs.h. */ | ||
| 6435 | $ac_includes_default | 7210 | $ac_includes_default |
| 6436 | #if HAVE_SYS_SOCKET_H | 7211 | #if HAVE_SYS_SOCKET_H |
| 6437 | #include <sys/socket.h> | 7212 | #include <sys/socket.h> |
| @@ -6452,11 +7227,21 @@ return 0; | |||
| 6452 | _ACEOF | 7227 | _ACEOF |
| 6453 | rm -f conftest.$ac_objext | 7228 | rm -f conftest.$ac_objext |
| 6454 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 7229 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 6455 | (eval $ac_compile) 2>&5 | 7230 | (eval $ac_compile) 2>conftest.er1 |
| 6456 | ac_status=$? | 7231 | ac_status=$? |
| 7232 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 7233 | rm -f conftest.er1 | ||
| 7234 | cat conftest.err >&5 | ||
| 6457 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 7235 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 6458 | (exit $ac_status); } && | 7236 | (exit $ac_status); } && |
| 6459 | { ac_try='test -s conftest.$ac_objext' | 7237 | { ac_try='test -z "$ac_c_werror_flag" |
| 7238 | || test ! -s conftest.err' | ||
| 7239 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 7240 | (eval $ac_try) 2>&5 | ||
| 7241 | ac_status=$? | ||
| 7242 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 7243 | (exit $ac_status); }; } && | ||
| 7244 | { ac_try='test -s conftest.$ac_objext' | ||
| 6460 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 7245 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 6461 | (eval $ac_try) 2>&5 | 7246 | (eval $ac_try) 2>&5 |
| 6462 | ac_status=$? | 7247 | ac_status=$? |
| @@ -6465,10 +7250,14 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 6465 | ac_cv_member_struct_ifreq_ifr_broadaddr=yes | 7250 | ac_cv_member_struct_ifreq_ifr_broadaddr=yes |
| 6466 | else | 7251 | else |
| 6467 | echo "$as_me: failed program was:" >&5 | 7252 | echo "$as_me: failed program was:" >&5 |
| 6468 | cat conftest.$ac_ext >&5 | 7253 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 7254 | |||
| 6469 | cat >conftest.$ac_ext <<_ACEOF | 7255 | cat >conftest.$ac_ext <<_ACEOF |
| 6470 | #line $LINENO "configure" | 7256 | /* confdefs.h. */ |
| 6471 | #include "confdefs.h" | 7257 | _ACEOF |
| 7258 | cat confdefs.h >>conftest.$ac_ext | ||
| 7259 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 7260 | /* end confdefs.h. */ | ||
| 6472 | $ac_includes_default | 7261 | $ac_includes_default |
| 6473 | #if HAVE_SYS_SOCKET_H | 7262 | #if HAVE_SYS_SOCKET_H |
| 6474 | #include <sys/socket.h> | 7263 | #include <sys/socket.h> |
| @@ -6489,11 +7278,21 @@ return 0; | |||
| 6489 | _ACEOF | 7278 | _ACEOF |
| 6490 | rm -f conftest.$ac_objext | 7279 | rm -f conftest.$ac_objext |
| 6491 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 7280 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 6492 | (eval $ac_compile) 2>&5 | 7281 | (eval $ac_compile) 2>conftest.er1 |
| 6493 | ac_status=$? | 7282 | ac_status=$? |
| 7283 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 7284 | rm -f conftest.er1 | ||
| 7285 | cat conftest.err >&5 | ||
| 6494 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 7286 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 6495 | (exit $ac_status); } && | 7287 | (exit $ac_status); } && |
| 6496 | { ac_try='test -s conftest.$ac_objext' | 7288 | { ac_try='test -z "$ac_c_werror_flag" |
| 7289 | || test ! -s conftest.err' | ||
| 7290 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 7291 | (eval $ac_try) 2>&5 | ||
| 7292 | ac_status=$? | ||
| 7293 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 7294 | (exit $ac_status); }; } && | ||
| 7295 | { ac_try='test -s conftest.$ac_objext' | ||
| 6497 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 7296 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 6498 | (eval $ac_try) 2>&5 | 7297 | (eval $ac_try) 2>&5 |
| 6499 | ac_status=$? | 7298 | ac_status=$? |
| @@ -6502,12 +7301,13 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 6502 | ac_cv_member_struct_ifreq_ifr_broadaddr=yes | 7301 | ac_cv_member_struct_ifreq_ifr_broadaddr=yes |
| 6503 | else | 7302 | else |
| 6504 | echo "$as_me: failed program was:" >&5 | 7303 | echo "$as_me: failed program was:" >&5 |
| 6505 | cat conftest.$ac_ext >&5 | 7304 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 7305 | |||
| 6506 | ac_cv_member_struct_ifreq_ifr_broadaddr=no | 7306 | ac_cv_member_struct_ifreq_ifr_broadaddr=no |
| 6507 | fi | 7307 | fi |
| 6508 | rm -f conftest.$ac_objext conftest.$ac_ext | 7308 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 6509 | fi | 7309 | fi |
| 6510 | rm -f conftest.$ac_objext conftest.$ac_ext | 7310 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 6511 | fi | 7311 | fi |
| 6512 | echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_broadaddr" >&5 | 7312 | echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_broadaddr" >&5 |
| 6513 | echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_broadaddr" >&6 | 7313 | echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_broadaddr" >&6 |
| @@ -6525,8 +7325,11 @@ if test "${ac_cv_member_struct_ifreq_ifr_addr+set}" = set; then | |||
| 6525 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 7325 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 6526 | else | 7326 | else |
| 6527 | cat >conftest.$ac_ext <<_ACEOF | 7327 | cat >conftest.$ac_ext <<_ACEOF |
| 6528 | #line $LINENO "configure" | 7328 | /* confdefs.h. */ |
| 6529 | #include "confdefs.h" | 7329 | _ACEOF |
| 7330 | cat confdefs.h >>conftest.$ac_ext | ||
| 7331 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 7332 | /* end confdefs.h. */ | ||
| 6530 | $ac_includes_default | 7333 | $ac_includes_default |
| 6531 | #if HAVE_SYS_SOCKET_H | 7334 | #if HAVE_SYS_SOCKET_H |
| 6532 | #include <sys/socket.h> | 7335 | #include <sys/socket.h> |
| @@ -6547,11 +7350,21 @@ return 0; | |||
| 6547 | _ACEOF | 7350 | _ACEOF |
| 6548 | rm -f conftest.$ac_objext | 7351 | rm -f conftest.$ac_objext |
| 6549 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 7352 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 6550 | (eval $ac_compile) 2>&5 | 7353 | (eval $ac_compile) 2>conftest.er1 |
| 6551 | ac_status=$? | 7354 | ac_status=$? |
| 7355 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 7356 | rm -f conftest.er1 | ||
| 7357 | cat conftest.err >&5 | ||
| 6552 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 7358 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 6553 | (exit $ac_status); } && | 7359 | (exit $ac_status); } && |
| 6554 | { ac_try='test -s conftest.$ac_objext' | 7360 | { ac_try='test -z "$ac_c_werror_flag" |
| 7361 | || test ! -s conftest.err' | ||
| 7362 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 7363 | (eval $ac_try) 2>&5 | ||
| 7364 | ac_status=$? | ||
| 7365 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 7366 | (exit $ac_status); }; } && | ||
| 7367 | { ac_try='test -s conftest.$ac_objext' | ||
| 6555 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 7368 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 6556 | (eval $ac_try) 2>&5 | 7369 | (eval $ac_try) 2>&5 |
| 6557 | ac_status=$? | 7370 | ac_status=$? |
| @@ -6560,10 +7373,14 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 6560 | ac_cv_member_struct_ifreq_ifr_addr=yes | 7373 | ac_cv_member_struct_ifreq_ifr_addr=yes |
| 6561 | else | 7374 | else |
| 6562 | echo "$as_me: failed program was:" >&5 | 7375 | echo "$as_me: failed program was:" >&5 |
| 6563 | cat conftest.$ac_ext >&5 | 7376 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 7377 | |||
| 6564 | cat >conftest.$ac_ext <<_ACEOF | 7378 | cat >conftest.$ac_ext <<_ACEOF |
| 6565 | #line $LINENO "configure" | 7379 | /* confdefs.h. */ |
| 6566 | #include "confdefs.h" | 7380 | _ACEOF |
| 7381 | cat confdefs.h >>conftest.$ac_ext | ||
| 7382 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 7383 | /* end confdefs.h. */ | ||
| 6567 | $ac_includes_default | 7384 | $ac_includes_default |
| 6568 | #if HAVE_SYS_SOCKET_H | 7385 | #if HAVE_SYS_SOCKET_H |
| 6569 | #include <sys/socket.h> | 7386 | #include <sys/socket.h> |
| @@ -6584,11 +7401,21 @@ return 0; | |||
| 6584 | _ACEOF | 7401 | _ACEOF |
| 6585 | rm -f conftest.$ac_objext | 7402 | rm -f conftest.$ac_objext |
| 6586 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 7403 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 6587 | (eval $ac_compile) 2>&5 | 7404 | (eval $ac_compile) 2>conftest.er1 |
| 6588 | ac_status=$? | 7405 | ac_status=$? |
| 7406 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 7407 | rm -f conftest.er1 | ||
| 7408 | cat conftest.err >&5 | ||
| 6589 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 7409 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 6590 | (exit $ac_status); } && | 7410 | (exit $ac_status); } && |
| 6591 | { ac_try='test -s conftest.$ac_objext' | 7411 | { ac_try='test -z "$ac_c_werror_flag" |
| 7412 | || test ! -s conftest.err' | ||
| 7413 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 7414 | (eval $ac_try) 2>&5 | ||
| 7415 | ac_status=$? | ||
| 7416 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 7417 | (exit $ac_status); }; } && | ||
| 7418 | { ac_try='test -s conftest.$ac_objext' | ||
| 6592 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 7419 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 6593 | (eval $ac_try) 2>&5 | 7420 | (eval $ac_try) 2>&5 |
| 6594 | ac_status=$? | 7421 | ac_status=$? |
| @@ -6597,12 +7424,13 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 6597 | ac_cv_member_struct_ifreq_ifr_addr=yes | 7424 | ac_cv_member_struct_ifreq_ifr_addr=yes |
| 6598 | else | 7425 | else |
| 6599 | echo "$as_me: failed program was:" >&5 | 7426 | echo "$as_me: failed program was:" >&5 |
| 6600 | cat conftest.$ac_ext >&5 | 7427 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 7428 | |||
| 6601 | ac_cv_member_struct_ifreq_ifr_addr=no | 7429 | ac_cv_member_struct_ifreq_ifr_addr=no |
| 6602 | fi | 7430 | fi |
| 6603 | rm -f conftest.$ac_objext conftest.$ac_ext | 7431 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 6604 | fi | 7432 | fi |
| 6605 | rm -f conftest.$ac_objext conftest.$ac_ext | 7433 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 6606 | fi | 7434 | fi |
| 6607 | echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_addr" >&5 | 7435 | echo "$as_me:$LINENO: result: $ac_cv_member_struct_ifreq_ifr_addr" >&5 |
| 6608 | echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_addr" >&6 | 7436 | echo "${ECHO_T}$ac_cv_member_struct_ifreq_ifr_addr" >&6 |
| @@ -6643,8 +7471,11 @@ if test "${ac_cv_c_volatile+set}" = set; then | |||
| 6643 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 7471 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 6644 | else | 7472 | else |
| 6645 | cat >conftest.$ac_ext <<_ACEOF | 7473 | cat >conftest.$ac_ext <<_ACEOF |
| 6646 | #line $LINENO "configure" | 7474 | /* confdefs.h. */ |
| 6647 | #include "confdefs.h" | 7475 | _ACEOF |
| 7476 | cat confdefs.h >>conftest.$ac_ext | ||
| 7477 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 7478 | /* end confdefs.h. */ | ||
| 6648 | 7479 | ||
| 6649 | int | 7480 | int |
| 6650 | main () | 7481 | main () |
| @@ -6658,11 +7489,21 @@ int * volatile y; | |||
| 6658 | _ACEOF | 7489 | _ACEOF |
| 6659 | rm -f conftest.$ac_objext | 7490 | rm -f conftest.$ac_objext |
| 6660 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 7491 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 6661 | (eval $ac_compile) 2>&5 | 7492 | (eval $ac_compile) 2>conftest.er1 |
| 6662 | ac_status=$? | 7493 | ac_status=$? |
| 7494 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 7495 | rm -f conftest.er1 | ||
| 7496 | cat conftest.err >&5 | ||
| 6663 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 7497 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 6664 | (exit $ac_status); } && | 7498 | (exit $ac_status); } && |
| 6665 | { ac_try='test -s conftest.$ac_objext' | 7499 | { ac_try='test -z "$ac_c_werror_flag" |
| 7500 | || test ! -s conftest.err' | ||
| 7501 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 7502 | (eval $ac_try) 2>&5 | ||
| 7503 | ac_status=$? | ||
| 7504 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 7505 | (exit $ac_status); }; } && | ||
| 7506 | { ac_try='test -s conftest.$ac_objext' | ||
| 6666 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 7507 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 6667 | (eval $ac_try) 2>&5 | 7508 | (eval $ac_try) 2>&5 |
| 6668 | ac_status=$? | 7509 | ac_status=$? |
| @@ -6671,10 +7512,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 6671 | ac_cv_c_volatile=yes | 7512 | ac_cv_c_volatile=yes |
| 6672 | else | 7513 | else |
| 6673 | echo "$as_me: failed program was:" >&5 | 7514 | echo "$as_me: failed program was:" >&5 |
| 6674 | cat conftest.$ac_ext >&5 | 7515 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 7516 | |||
| 6675 | ac_cv_c_volatile=no | 7517 | ac_cv_c_volatile=no |
| 6676 | fi | 7518 | fi |
| 6677 | rm -f conftest.$ac_objext conftest.$ac_ext | 7519 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 6678 | fi | 7520 | fi |
| 6679 | echo "$as_me:$LINENO: result: $ac_cv_c_volatile" >&5 | 7521 | echo "$as_me:$LINENO: result: $ac_cv_c_volatile" >&5 |
| 6680 | echo "${ECHO_T}$ac_cv_c_volatile" >&6 | 7522 | echo "${ECHO_T}$ac_cv_c_volatile" >&6 |
| @@ -6692,8 +7534,11 @@ if test "${ac_cv_c_const+set}" = set; then | |||
| 6692 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 7534 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 6693 | else | 7535 | else |
| 6694 | cat >conftest.$ac_ext <<_ACEOF | 7536 | cat >conftest.$ac_ext <<_ACEOF |
| 6695 | #line $LINENO "configure" | 7537 | /* confdefs.h. */ |
| 6696 | #include "confdefs.h" | 7538 | _ACEOF |
| 7539 | cat confdefs.h >>conftest.$ac_ext | ||
| 7540 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 7541 | /* end confdefs.h. */ | ||
| 6697 | 7542 | ||
| 6698 | int | 7543 | int |
| 6699 | main () | 7544 | main () |
| @@ -6751,11 +7596,21 @@ main () | |||
| 6751 | _ACEOF | 7596 | _ACEOF |
| 6752 | rm -f conftest.$ac_objext | 7597 | rm -f conftest.$ac_objext |
| 6753 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 7598 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 6754 | (eval $ac_compile) 2>&5 | 7599 | (eval $ac_compile) 2>conftest.er1 |
| 6755 | ac_status=$? | 7600 | ac_status=$? |
| 7601 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 7602 | rm -f conftest.er1 | ||
| 7603 | cat conftest.err >&5 | ||
| 6756 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 7604 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 6757 | (exit $ac_status); } && | 7605 | (exit $ac_status); } && |
| 6758 | { ac_try='test -s conftest.$ac_objext' | 7606 | { ac_try='test -z "$ac_c_werror_flag" |
| 7607 | || test ! -s conftest.err' | ||
| 7608 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 7609 | (eval $ac_try) 2>&5 | ||
| 7610 | ac_status=$? | ||
| 7611 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 7612 | (exit $ac_status); }; } && | ||
| 7613 | { ac_try='test -s conftest.$ac_objext' | ||
| 6759 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 7614 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 6760 | (eval $ac_try) 2>&5 | 7615 | (eval $ac_try) 2>&5 |
| 6761 | ac_status=$? | 7616 | ac_status=$? |
| @@ -6764,10 +7619,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 6764 | ac_cv_c_const=yes | 7619 | ac_cv_c_const=yes |
| 6765 | else | 7620 | else |
| 6766 | echo "$as_me: failed program was:" >&5 | 7621 | echo "$as_me: failed program was:" >&5 |
| 6767 | cat conftest.$ac_ext >&5 | 7622 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 7623 | |||
| 6768 | ac_cv_c_const=no | 7624 | ac_cv_c_const=no |
| 6769 | fi | 7625 | fi |
| 6770 | rm -f conftest.$ac_objext conftest.$ac_ext | 7626 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 6771 | fi | 7627 | fi |
| 6772 | echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 | 7628 | echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 |
| 6773 | echo "${ECHO_T}$ac_cv_c_const" >&6 | 7629 | echo "${ECHO_T}$ac_cv_c_const" >&6 |
| @@ -6785,8 +7641,11 @@ if test "${emacs_cv_void_star+set}" = set; then | |||
| 6785 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 7641 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 6786 | else | 7642 | else |
| 6787 | cat >conftest.$ac_ext <<_ACEOF | 7643 | cat >conftest.$ac_ext <<_ACEOF |
| 6788 | #line $LINENO "configure" | 7644 | /* confdefs.h. */ |
| 6789 | #include "confdefs.h" | 7645 | _ACEOF |
| 7646 | cat confdefs.h >>conftest.$ac_ext | ||
| 7647 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 7648 | /* end confdefs.h. */ | ||
| 6790 | 7649 | ||
| 6791 | int | 7650 | int |
| 6792 | main () | 7651 | main () |
| @@ -6798,11 +7657,21 @@ void * foo; | |||
| 6798 | _ACEOF | 7657 | _ACEOF |
| 6799 | rm -f conftest.$ac_objext | 7658 | rm -f conftest.$ac_objext |
| 6800 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 7659 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 6801 | (eval $ac_compile) 2>&5 | 7660 | (eval $ac_compile) 2>conftest.er1 |
| 6802 | ac_status=$? | 7661 | ac_status=$? |
| 7662 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 7663 | rm -f conftest.er1 | ||
| 7664 | cat conftest.err >&5 | ||
| 6803 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 7665 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 6804 | (exit $ac_status); } && | 7666 | (exit $ac_status); } && |
| 6805 | { ac_try='test -s conftest.$ac_objext' | 7667 | { ac_try='test -z "$ac_c_werror_flag" |
| 7668 | || test ! -s conftest.err' | ||
| 7669 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 7670 | (eval $ac_try) 2>&5 | ||
| 7671 | ac_status=$? | ||
| 7672 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 7673 | (exit $ac_status); }; } && | ||
| 7674 | { ac_try='test -s conftest.$ac_objext' | ||
| 6806 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 7675 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 6807 | (eval $ac_try) 2>&5 | 7676 | (eval $ac_try) 2>&5 |
| 6808 | ac_status=$? | 7677 | ac_status=$? |
| @@ -6811,10 +7680,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 6811 | emacs_cv_void_star=yes | 7680 | emacs_cv_void_star=yes |
| 6812 | else | 7681 | else |
| 6813 | echo "$as_me: failed program was:" >&5 | 7682 | echo "$as_me: failed program was:" >&5 |
| 6814 | cat conftest.$ac_ext >&5 | 7683 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 7684 | |||
| 6815 | emacs_cv_void_star=no | 7685 | emacs_cv_void_star=no |
| 6816 | fi | 7686 | fi |
| 6817 | rm -f conftest.$ac_objext conftest.$ac_ext | 7687 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 6818 | fi | 7688 | fi |
| 6819 | echo "$as_me:$LINENO: result: $emacs_cv_void_star" >&5 | 7689 | echo "$as_me:$LINENO: result: $emacs_cv_void_star" >&5 |
| 6820 | echo "${ECHO_T}$emacs_cv_void_star" >&6 | 7690 | echo "${ECHO_T}$emacs_cv_void_star" >&6 |
| @@ -6832,15 +7702,15 @@ fi | |||
| 6832 | 7702 | ||
| 6833 | 7703 | ||
| 6834 | 7704 | ||
| 6835 | echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \${MAKE}" >&5 | 7705 | echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 |
| 6836 | echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6 | 7706 | echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 |
| 6837 | set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` | 7707 | set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'` |
| 6838 | if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then | 7708 | if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then |
| 6839 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 7709 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 6840 | else | 7710 | else |
| 6841 | cat >conftest.make <<\_ACEOF | 7711 | cat >conftest.make <<\_ACEOF |
| 6842 | all: | 7712 | all: |
| 6843 | @echo 'ac_maketemp="${MAKE}"' | 7713 | @echo 'ac_maketemp="$(MAKE)"' |
| 6844 | _ACEOF | 7714 | _ACEOF |
| 6845 | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. | 7715 | # GNU make sometimes prints "make[1]: Entering...", which would confuse us. |
| 6846 | eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=` | 7716 | eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=` |
| @@ -6951,8 +7821,8 @@ _ACEOF | |||
| 6951 | # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. | 7821 | # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. |
| 6952 | for ac_extension in a so sl; do | 7822 | for ac_extension in a so sl; do |
| 6953 | if test ! -f $ac_im_usrlibdir/libX11.$ac_extension && | 7823 | if test ! -f $ac_im_usrlibdir/libX11.$ac_extension && |
| 6954 | test -f $ac_im_libdir/libX11.$ac_extension; then | 7824 | test -f $ac_im_libdir/libX11.$ac_extension; then |
| 6955 | ac_im_usrlibdir=$ac_im_libdir; break | 7825 | ac_im_usrlibdir=$ac_im_libdir; break |
| 6956 | fi | 7826 | fi |
| 6957 | done | 7827 | done |
| 6958 | # Screen out bogus values from the imake configuration. They are | 7828 | # Screen out bogus values from the imake configuration. They are |
| @@ -7012,8 +7882,11 @@ if test "$ac_x_includes" = no; then | |||
| 7012 | # Guess where to find include files, by looking for Intrinsic.h. | 7882 | # Guess where to find include files, by looking for Intrinsic.h. |
| 7013 | # First, try using that file with no special directory specified. | 7883 | # First, try using that file with no special directory specified. |
| 7014 | cat >conftest.$ac_ext <<_ACEOF | 7884 | cat >conftest.$ac_ext <<_ACEOF |
| 7015 | #line $LINENO "configure" | 7885 | /* confdefs.h. */ |
| 7016 | #include "confdefs.h" | 7886 | _ACEOF |
| 7887 | cat confdefs.h >>conftest.$ac_ext | ||
| 7888 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 7889 | /* end confdefs.h. */ | ||
| 7017 | #include <X11/Intrinsic.h> | 7890 | #include <X11/Intrinsic.h> |
| 7018 | _ACEOF | 7891 | _ACEOF |
| 7019 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 7892 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| @@ -7026,6 +7899,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 7026 | (exit $ac_status); } >/dev/null; then | 7899 | (exit $ac_status); } >/dev/null; then |
| 7027 | if test -s conftest.err; then | 7900 | if test -s conftest.err; then |
| 7028 | ac_cpp_err=$ac_c_preproc_warn_flag | 7901 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 7902 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 7029 | else | 7903 | else |
| 7030 | ac_cpp_err= | 7904 | ac_cpp_err= |
| 7031 | fi | 7905 | fi |
| @@ -7037,7 +7911,8 @@ if test -z "$ac_cpp_err"; then | |||
| 7037 | ac_x_includes= | 7911 | ac_x_includes= |
| 7038 | else | 7912 | else |
| 7039 | echo "$as_me: failed program was:" >&5 | 7913 | echo "$as_me: failed program was:" >&5 |
| 7040 | cat conftest.$ac_ext >&5 | 7914 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 7915 | |||
| 7041 | for ac_dir in $ac_x_header_dirs; do | 7916 | for ac_dir in $ac_x_header_dirs; do |
| 7042 | if test -r "$ac_dir/X11/Intrinsic.h"; then | 7917 | if test -r "$ac_dir/X11/Intrinsic.h"; then |
| 7043 | ac_x_includes=$ac_dir | 7918 | ac_x_includes=$ac_dir |
| @@ -7055,8 +7930,11 @@ if test "$ac_x_libraries" = no; then | |||
| 7055 | ac_save_LIBS=$LIBS | 7930 | ac_save_LIBS=$LIBS |
| 7056 | LIBS="-lXt $LIBS" | 7931 | LIBS="-lXt $LIBS" |
| 7057 | cat >conftest.$ac_ext <<_ACEOF | 7932 | cat >conftest.$ac_ext <<_ACEOF |
| 7058 | #line $LINENO "configure" | 7933 | /* confdefs.h. */ |
| 7059 | #include "confdefs.h" | 7934 | _ACEOF |
| 7935 | cat confdefs.h >>conftest.$ac_ext | ||
| 7936 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 7937 | /* end confdefs.h. */ | ||
| 7060 | #include <X11/Intrinsic.h> | 7938 | #include <X11/Intrinsic.h> |
| 7061 | int | 7939 | int |
| 7062 | main () | 7940 | main () |
| @@ -7068,11 +7946,21 @@ XtMalloc (0) | |||
| 7068 | _ACEOF | 7946 | _ACEOF |
| 7069 | rm -f conftest.$ac_objext conftest$ac_exeext | 7947 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 7070 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 7948 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 7071 | (eval $ac_link) 2>&5 | 7949 | (eval $ac_link) 2>conftest.er1 |
| 7072 | ac_status=$? | 7950 | ac_status=$? |
| 7951 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 7952 | rm -f conftest.er1 | ||
| 7953 | cat conftest.err >&5 | ||
| 7073 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 7954 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 7074 | (exit $ac_status); } && | 7955 | (exit $ac_status); } && |
| 7075 | { ac_try='test -s conftest$ac_exeext' | 7956 | { ac_try='test -z "$ac_c_werror_flag" |
| 7957 | || test ! -s conftest.err' | ||
| 7958 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 7959 | (eval $ac_try) 2>&5 | ||
| 7960 | ac_status=$? | ||
| 7961 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 7962 | (exit $ac_status); }; } && | ||
| 7963 | { ac_try='test -s conftest$ac_exeext' | ||
| 7076 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 7964 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 7077 | (eval $ac_try) 2>&5 | 7965 | (eval $ac_try) 2>&5 |
| 7078 | ac_status=$? | 7966 | ac_status=$? |
| @@ -7083,7 +7971,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 7083 | ac_x_libraries= | 7971 | ac_x_libraries= |
| 7084 | else | 7972 | else |
| 7085 | echo "$as_me: failed program was:" >&5 | 7973 | echo "$as_me: failed program was:" >&5 |
| 7086 | cat conftest.$ac_ext >&5 | 7974 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 7975 | |||
| 7087 | LIBS=$ac_save_LIBS | 7976 | LIBS=$ac_save_LIBS |
| 7088 | for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g` | 7977 | for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g` |
| 7089 | do | 7978 | do |
| @@ -7096,7 +7985,8 @@ do | |||
| 7096 | done | 7985 | done |
| 7097 | done | 7986 | done |
| 7098 | fi | 7987 | fi |
| 7099 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 7988 | rm -f conftest.err conftest.$ac_objext \ |
| 7989 | conftest$ac_exeext conftest.$ac_ext | ||
| 7100 | fi # $ac_x_libraries = no | 7990 | fi # $ac_x_libraries = no |
| 7101 | 7991 | ||
| 7102 | if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then | 7992 | if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then |
| @@ -7105,7 +7995,7 @@ if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then | |||
| 7105 | else | 7995 | else |
| 7106 | # Record where we found X for the cache. | 7996 | # Record where we found X for the cache. |
| 7107 | ac_cv_have_x="have_x=yes \ | 7997 | ac_cv_have_x="have_x=yes \ |
| 7108 | ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries" | 7998 | ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries" |
| 7109 | fi | 7999 | fi |
| 7110 | fi | 8000 | fi |
| 7111 | 8001 | ||
| @@ -7230,43 +8120,73 @@ if test "${ac_cv_func_malloc_get_state+set}" = set; then | |||
| 7230 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 8120 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 7231 | else | 8121 | else |
| 7232 | cat >conftest.$ac_ext <<_ACEOF | 8122 | cat >conftest.$ac_ext <<_ACEOF |
| 7233 | #line $LINENO "configure" | 8123 | /* confdefs.h. */ |
| 7234 | #include "confdefs.h" | 8124 | _ACEOF |
| 8125 | cat confdefs.h >>conftest.$ac_ext | ||
| 8126 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 8127 | /* end confdefs.h. */ | ||
| 8128 | /* Define malloc_get_state to an innocuous variant, in case <limits.h> declares malloc_get_state. | ||
| 8129 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | ||
| 8130 | #define malloc_get_state innocuous_malloc_get_state | ||
| 8131 | |||
| 7235 | /* System header to define __stub macros and hopefully few prototypes, | 8132 | /* System header to define __stub macros and hopefully few prototypes, |
| 7236 | which can conflict with char malloc_get_state (); below. */ | 8133 | which can conflict with char malloc_get_state (); below. |
| 7237 | #include <assert.h> | 8134 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 8135 | <limits.h> exists even on freestanding compilers. */ | ||
| 8136 | |||
| 8137 | #ifdef __STDC__ | ||
| 8138 | # include <limits.h> | ||
| 8139 | #else | ||
| 8140 | # include <assert.h> | ||
| 8141 | #endif | ||
| 8142 | |||
| 8143 | #undef malloc_get_state | ||
| 8144 | |||
| 7238 | /* Override any gcc2 internal prototype to avoid an error. */ | 8145 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 7239 | #ifdef __cplusplus | 8146 | #ifdef __cplusplus |
| 7240 | extern "C" | 8147 | extern "C" |
| 8148 | { | ||
| 7241 | #endif | 8149 | #endif |
| 7242 | /* We use char because int might match the return type of a gcc2 | 8150 | /* We use char because int might match the return type of a gcc2 |
| 7243 | builtin and then its argument prototype would still apply. */ | 8151 | builtin and then its argument prototype would still apply. */ |
| 7244 | char malloc_get_state (); | 8152 | char malloc_get_state (); |
| 7245 | char (*f) (); | ||
| 7246 | |||
| 7247 | int | ||
| 7248 | main () | ||
| 7249 | { | ||
| 7250 | /* The GNU C library defines this for functions which it implements | 8153 | /* The GNU C library defines this for functions which it implements |
| 7251 | to always fail with ENOSYS. Some functions are actually named | 8154 | to always fail with ENOSYS. Some functions are actually named |
| 7252 | something starting with __ and the normal name is an alias. */ | 8155 | something starting with __ and the normal name is an alias. */ |
| 7253 | #if defined (__stub_malloc_get_state) || defined (__stub___malloc_get_state) | 8156 | #if defined (__stub_malloc_get_state) || defined (__stub___malloc_get_state) |
| 7254 | choke me | 8157 | choke me |
| 7255 | #else | 8158 | #else |
| 7256 | f = malloc_get_state; | 8159 | char (*f) () = malloc_get_state; |
| 8160 | #endif | ||
| 8161 | #ifdef __cplusplus | ||
| 8162 | } | ||
| 7257 | #endif | 8163 | #endif |
| 7258 | 8164 | ||
| 8165 | int | ||
| 8166 | main () | ||
| 8167 | { | ||
| 8168 | return f != malloc_get_state; | ||
| 7259 | ; | 8169 | ; |
| 7260 | return 0; | 8170 | return 0; |
| 7261 | } | 8171 | } |
| 7262 | _ACEOF | 8172 | _ACEOF |
| 7263 | rm -f conftest.$ac_objext conftest$ac_exeext | 8173 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 7264 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 8174 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 7265 | (eval $ac_link) 2>&5 | 8175 | (eval $ac_link) 2>conftest.er1 |
| 7266 | ac_status=$? | 8176 | ac_status=$? |
| 8177 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 8178 | rm -f conftest.er1 | ||
| 8179 | cat conftest.err >&5 | ||
| 7267 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 8180 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 7268 | (exit $ac_status); } && | 8181 | (exit $ac_status); } && |
| 7269 | { ac_try='test -s conftest$ac_exeext' | 8182 | { ac_try='test -z "$ac_c_werror_flag" |
| 8183 | || test ! -s conftest.err' | ||
| 8184 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 8185 | (eval $ac_try) 2>&5 | ||
| 8186 | ac_status=$? | ||
| 8187 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 8188 | (exit $ac_status); }; } && | ||
| 8189 | { ac_try='test -s conftest$ac_exeext' | ||
| 7270 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 8190 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 7271 | (eval $ac_try) 2>&5 | 8191 | (eval $ac_try) 2>&5 |
| 7272 | ac_status=$? | 8192 | ac_status=$? |
| @@ -7275,10 +8195,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 7275 | ac_cv_func_malloc_get_state=yes | 8195 | ac_cv_func_malloc_get_state=yes |
| 7276 | else | 8196 | else |
| 7277 | echo "$as_me: failed program was:" >&5 | 8197 | echo "$as_me: failed program was:" >&5 |
| 7278 | cat conftest.$ac_ext >&5 | 8198 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 8199 | |||
| 7279 | ac_cv_func_malloc_get_state=no | 8200 | ac_cv_func_malloc_get_state=no |
| 7280 | fi | 8201 | fi |
| 7281 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 8202 | rm -f conftest.err conftest.$ac_objext \ |
| 8203 | conftest$ac_exeext conftest.$ac_ext | ||
| 7282 | fi | 8204 | fi |
| 7283 | echo "$as_me:$LINENO: result: $ac_cv_func_malloc_get_state" >&5 | 8205 | echo "$as_me:$LINENO: result: $ac_cv_func_malloc_get_state" >&5 |
| 7284 | echo "${ECHO_T}$ac_cv_func_malloc_get_state" >&6 | 8206 | echo "${ECHO_T}$ac_cv_func_malloc_get_state" >&6 |
| @@ -7294,43 +8216,73 @@ if test "${ac_cv_func_malloc_set_state+set}" = set; then | |||
| 7294 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 8216 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 7295 | else | 8217 | else |
| 7296 | cat >conftest.$ac_ext <<_ACEOF | 8218 | cat >conftest.$ac_ext <<_ACEOF |
| 7297 | #line $LINENO "configure" | 8219 | /* confdefs.h. */ |
| 7298 | #include "confdefs.h" | 8220 | _ACEOF |
| 8221 | cat confdefs.h >>conftest.$ac_ext | ||
| 8222 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 8223 | /* end confdefs.h. */ | ||
| 8224 | /* Define malloc_set_state to an innocuous variant, in case <limits.h> declares malloc_set_state. | ||
| 8225 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | ||
| 8226 | #define malloc_set_state innocuous_malloc_set_state | ||
| 8227 | |||
| 7299 | /* System header to define __stub macros and hopefully few prototypes, | 8228 | /* System header to define __stub macros and hopefully few prototypes, |
| 7300 | which can conflict with char malloc_set_state (); below. */ | 8229 | which can conflict with char malloc_set_state (); below. |
| 7301 | #include <assert.h> | 8230 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 8231 | <limits.h> exists even on freestanding compilers. */ | ||
| 8232 | |||
| 8233 | #ifdef __STDC__ | ||
| 8234 | # include <limits.h> | ||
| 8235 | #else | ||
| 8236 | # include <assert.h> | ||
| 8237 | #endif | ||
| 8238 | |||
| 8239 | #undef malloc_set_state | ||
| 8240 | |||
| 7302 | /* Override any gcc2 internal prototype to avoid an error. */ | 8241 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 7303 | #ifdef __cplusplus | 8242 | #ifdef __cplusplus |
| 7304 | extern "C" | 8243 | extern "C" |
| 8244 | { | ||
| 7305 | #endif | 8245 | #endif |
| 7306 | /* We use char because int might match the return type of a gcc2 | 8246 | /* We use char because int might match the return type of a gcc2 |
| 7307 | builtin and then its argument prototype would still apply. */ | 8247 | builtin and then its argument prototype would still apply. */ |
| 7308 | char malloc_set_state (); | 8248 | char malloc_set_state (); |
| 7309 | char (*f) (); | ||
| 7310 | |||
| 7311 | int | ||
| 7312 | main () | ||
| 7313 | { | ||
| 7314 | /* The GNU C library defines this for functions which it implements | 8249 | /* The GNU C library defines this for functions which it implements |
| 7315 | to always fail with ENOSYS. Some functions are actually named | 8250 | to always fail with ENOSYS. Some functions are actually named |
| 7316 | something starting with __ and the normal name is an alias. */ | 8251 | something starting with __ and the normal name is an alias. */ |
| 7317 | #if defined (__stub_malloc_set_state) || defined (__stub___malloc_set_state) | 8252 | #if defined (__stub_malloc_set_state) || defined (__stub___malloc_set_state) |
| 7318 | choke me | 8253 | choke me |
| 7319 | #else | 8254 | #else |
| 7320 | f = malloc_set_state; | 8255 | char (*f) () = malloc_set_state; |
| 8256 | #endif | ||
| 8257 | #ifdef __cplusplus | ||
| 8258 | } | ||
| 7321 | #endif | 8259 | #endif |
| 7322 | 8260 | ||
| 8261 | int | ||
| 8262 | main () | ||
| 8263 | { | ||
| 8264 | return f != malloc_set_state; | ||
| 7323 | ; | 8265 | ; |
| 7324 | return 0; | 8266 | return 0; |
| 7325 | } | 8267 | } |
| 7326 | _ACEOF | 8268 | _ACEOF |
| 7327 | rm -f conftest.$ac_objext conftest$ac_exeext | 8269 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 7328 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 8270 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 7329 | (eval $ac_link) 2>&5 | 8271 | (eval $ac_link) 2>conftest.er1 |
| 7330 | ac_status=$? | 8272 | ac_status=$? |
| 8273 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 8274 | rm -f conftest.er1 | ||
| 8275 | cat conftest.err >&5 | ||
| 7331 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 8276 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 7332 | (exit $ac_status); } && | 8277 | (exit $ac_status); } && |
| 7333 | { ac_try='test -s conftest$ac_exeext' | 8278 | { ac_try='test -z "$ac_c_werror_flag" |
| 8279 | || test ! -s conftest.err' | ||
| 8280 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 8281 | (eval $ac_try) 2>&5 | ||
| 8282 | ac_status=$? | ||
| 8283 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 8284 | (exit $ac_status); }; } && | ||
| 8285 | { ac_try='test -s conftest$ac_exeext' | ||
| 7334 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 8286 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 7335 | (eval $ac_try) 2>&5 | 8287 | (eval $ac_try) 2>&5 |
| 7336 | ac_status=$? | 8288 | ac_status=$? |
| @@ -7339,10 +8291,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 7339 | ac_cv_func_malloc_set_state=yes | 8291 | ac_cv_func_malloc_set_state=yes |
| 7340 | else | 8292 | else |
| 7341 | echo "$as_me: failed program was:" >&5 | 8293 | echo "$as_me: failed program was:" >&5 |
| 7342 | cat conftest.$ac_ext >&5 | 8294 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 8295 | |||
| 7343 | ac_cv_func_malloc_set_state=no | 8296 | ac_cv_func_malloc_set_state=no |
| 7344 | fi | 8297 | fi |
| 7345 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 8298 | rm -f conftest.err conftest.$ac_objext \ |
| 8299 | conftest$ac_exeext conftest.$ac_ext | ||
| 7346 | fi | 8300 | fi |
| 7347 | echo "$as_me:$LINENO: result: $ac_cv_func_malloc_set_state" >&5 | 8301 | echo "$as_me:$LINENO: result: $ac_cv_func_malloc_set_state" >&5 |
| 7348 | echo "${ECHO_T}$ac_cv_func_malloc_set_state" >&6 | 8302 | echo "${ECHO_T}$ac_cv_func_malloc_set_state" >&6 |
| @@ -7358,8 +8312,11 @@ if test "${emacs_cv_var___after_morecore_hook+set}" = set; then | |||
| 7358 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 8312 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 7359 | else | 8313 | else |
| 7360 | cat >conftest.$ac_ext <<_ACEOF | 8314 | cat >conftest.$ac_ext <<_ACEOF |
| 7361 | #line $LINENO "configure" | 8315 | /* confdefs.h. */ |
| 7362 | #include "confdefs.h" | 8316 | _ACEOF |
| 8317 | cat confdefs.h >>conftest.$ac_ext | ||
| 8318 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 8319 | /* end confdefs.h. */ | ||
| 7363 | extern void (* __after_morecore_hook)(); | 8320 | extern void (* __after_morecore_hook)(); |
| 7364 | int | 8321 | int |
| 7365 | main () | 8322 | main () |
| @@ -7371,11 +8328,21 @@ __after_morecore_hook = 0 | |||
| 7371 | _ACEOF | 8328 | _ACEOF |
| 7372 | rm -f conftest.$ac_objext conftest$ac_exeext | 8329 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 7373 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 8330 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 7374 | (eval $ac_link) 2>&5 | 8331 | (eval $ac_link) 2>conftest.er1 |
| 7375 | ac_status=$? | 8332 | ac_status=$? |
| 8333 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 8334 | rm -f conftest.er1 | ||
| 8335 | cat conftest.err >&5 | ||
| 7376 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 8336 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 7377 | (exit $ac_status); } && | 8337 | (exit $ac_status); } && |
| 7378 | { ac_try='test -s conftest$ac_exeext' | 8338 | { ac_try='test -z "$ac_c_werror_flag" |
| 8339 | || test ! -s conftest.err' | ||
| 8340 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 8341 | (eval $ac_try) 2>&5 | ||
| 8342 | ac_status=$? | ||
| 8343 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 8344 | (exit $ac_status); }; } && | ||
| 8345 | { ac_try='test -s conftest$ac_exeext' | ||
| 7379 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 8346 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 7380 | (eval $ac_try) 2>&5 | 8347 | (eval $ac_try) 2>&5 |
| 7381 | ac_status=$? | 8348 | ac_status=$? |
| @@ -7384,10 +8351,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 7384 | emacs_cv_var___after_morecore_hook=yes | 8351 | emacs_cv_var___after_morecore_hook=yes |
| 7385 | else | 8352 | else |
| 7386 | echo "$as_me: failed program was:" >&5 | 8353 | echo "$as_me: failed program was:" >&5 |
| 7387 | cat conftest.$ac_ext >&5 | 8354 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 8355 | |||
| 7388 | emacs_cv_var___after_morecore_hook=no | 8356 | emacs_cv_var___after_morecore_hook=no |
| 7389 | fi | 8357 | fi |
| 7390 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 8358 | rm -f conftest.err conftest.$ac_objext \ |
| 8359 | conftest$ac_exeext conftest.$ac_ext | ||
| 7391 | fi | 8360 | fi |
| 7392 | echo "$as_me:$LINENO: result: $emacs_cv_var___after_morecore_hook" >&5 | 8361 | echo "$as_me:$LINENO: result: $emacs_cv_var___after_morecore_hook" >&5 |
| 7393 | echo "${ECHO_T}$emacs_cv_var___after_morecore_hook" >&6 | 8362 | echo "${ECHO_T}$emacs_cv_var___after_morecore_hook" >&6 |
| @@ -7434,18 +8403,31 @@ else | |||
| 7434 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 8403 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
| 7435 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 8404 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 7436 | cat >conftest.$ac_ext <<_ACEOF | 8405 | cat >conftest.$ac_ext <<_ACEOF |
| 7437 | #line $LINENO "configure" | 8406 | /* confdefs.h. */ |
| 7438 | #include "confdefs.h" | 8407 | _ACEOF |
| 8408 | cat confdefs.h >>conftest.$ac_ext | ||
| 8409 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 8410 | /* end confdefs.h. */ | ||
| 7439 | $ac_includes_default | 8411 | $ac_includes_default |
| 7440 | #include <$ac_header> | 8412 | #include <$ac_header> |
| 7441 | _ACEOF | 8413 | _ACEOF |
| 7442 | rm -f conftest.$ac_objext | 8414 | rm -f conftest.$ac_objext |
| 7443 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 8415 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 7444 | (eval $ac_compile) 2>&5 | 8416 | (eval $ac_compile) 2>conftest.er1 |
| 7445 | ac_status=$? | 8417 | ac_status=$? |
| 8418 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 8419 | rm -f conftest.er1 | ||
| 8420 | cat conftest.err >&5 | ||
| 7446 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 8421 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 7447 | (exit $ac_status); } && | 8422 | (exit $ac_status); } && |
| 7448 | { ac_try='test -s conftest.$ac_objext' | 8423 | { ac_try='test -z "$ac_c_werror_flag" |
| 8424 | || test ! -s conftest.err' | ||
| 8425 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 8426 | (eval $ac_try) 2>&5 | ||
| 8427 | ac_status=$? | ||
| 8428 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 8429 | (exit $ac_status); }; } && | ||
| 8430 | { ac_try='test -s conftest.$ac_objext' | ||
| 7449 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 8431 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 7450 | (eval $ac_try) 2>&5 | 8432 | (eval $ac_try) 2>&5 |
| 7451 | ac_status=$? | 8433 | ac_status=$? |
| @@ -7454,10 +8436,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 7454 | ac_header_compiler=yes | 8436 | ac_header_compiler=yes |
| 7455 | else | 8437 | else |
| 7456 | echo "$as_me: failed program was:" >&5 | 8438 | echo "$as_me: failed program was:" >&5 |
| 7457 | cat conftest.$ac_ext >&5 | 8439 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 8440 | |||
| 7458 | ac_header_compiler=no | 8441 | ac_header_compiler=no |
| 7459 | fi | 8442 | fi |
| 7460 | rm -f conftest.$ac_objext conftest.$ac_ext | 8443 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 7461 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 8444 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 7462 | echo "${ECHO_T}$ac_header_compiler" >&6 | 8445 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 7463 | 8446 | ||
| @@ -7465,8 +8448,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 7465 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 8448 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
| 7466 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 8449 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 7467 | cat >conftest.$ac_ext <<_ACEOF | 8450 | cat >conftest.$ac_ext <<_ACEOF |
| 7468 | #line $LINENO "configure" | 8451 | /* confdefs.h. */ |
| 7469 | #include "confdefs.h" | 8452 | _ACEOF |
| 8453 | cat confdefs.h >>conftest.$ac_ext | ||
| 8454 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 8455 | /* end confdefs.h. */ | ||
| 7470 | #include <$ac_header> | 8456 | #include <$ac_header> |
| 7471 | _ACEOF | 8457 | _ACEOF |
| 7472 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 8458 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| @@ -7479,6 +8465,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 7479 | (exit $ac_status); } >/dev/null; then | 8465 | (exit $ac_status); } >/dev/null; then |
| 7480 | if test -s conftest.err; then | 8466 | if test -s conftest.err; then |
| 7481 | ac_cpp_err=$ac_c_preproc_warn_flag | 8467 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 8468 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 7482 | else | 8469 | else |
| 7483 | ac_cpp_err= | 8470 | ac_cpp_err= |
| 7484 | fi | 8471 | fi |
| @@ -7489,7 +8476,8 @@ if test -z "$ac_cpp_err"; then | |||
| 7489 | ac_header_preproc=yes | 8476 | ac_header_preproc=yes |
| 7490 | else | 8477 | else |
| 7491 | echo "$as_me: failed program was:" >&5 | 8478 | echo "$as_me: failed program was:" >&5 |
| 7492 | cat conftest.$ac_ext >&5 | 8479 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 8480 | |||
| 7493 | ac_header_preproc=no | 8481 | ac_header_preproc=no |
| 7494 | fi | 8482 | fi |
| 7495 | rm -f conftest.err conftest.$ac_ext | 8483 | rm -f conftest.err conftest.$ac_ext |
| @@ -7497,26 +8485,43 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 7497 | echo "${ECHO_T}$ac_header_preproc" >&6 | 8485 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 7498 | 8486 | ||
| 7499 | # So? What about this header? | 8487 | # So? What about this header? |
| 7500 | case $ac_header_compiler:$ac_header_preproc in | 8488 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
| 7501 | yes:no ) | 8489 | yes:no: ) |
| 7502 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 8490 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 7503 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 8491 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 7504 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 8492 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
| 7505 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 8493 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} |
| 7506 | no:yes ) | 8494 | ac_header_preproc=yes |
| 8495 | ;; | ||
| 8496 | no:yes:* ) | ||
| 7507 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 8497 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| 7508 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 8498 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| 7509 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 8499 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| 7510 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 8500 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| 8501 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | ||
| 8502 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | ||
| 8503 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | ||
| 8504 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 7511 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 8505 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 7512 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 8506 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
| 8507 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 | ||
| 8508 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | ||
| 8509 | ( | ||
| 8510 | cat <<\_ASBOX | ||
| 8511 | ## ------------------------------------------ ## | ||
| 8512 | ## Report this to the AC_PACKAGE_NAME lists. ## | ||
| 8513 | ## ------------------------------------------ ## | ||
| 8514 | _ASBOX | ||
| 8515 | ) | | ||
| 8516 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 8517 | ;; | ||
| 7513 | esac | 8518 | esac |
| 7514 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | 8519 | echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 7515 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | 8520 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
| 7516 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | 8521 | if eval "test \"\${$as_ac_Header+set}\" = set"; then |
| 7517 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 8522 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 7518 | else | 8523 | else |
| 7519 | eval "$as_ac_Header=$ac_header_preproc" | 8524 | eval "$as_ac_Header=\$ac_header_preproc" |
| 7520 | fi | 8525 | fi |
| 7521 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | 8526 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
| 7522 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | 8527 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
| @@ -7541,43 +8546,73 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then | |||
| 7541 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 8546 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 7542 | else | 8547 | else |
| 7543 | cat >conftest.$ac_ext <<_ACEOF | 8548 | cat >conftest.$ac_ext <<_ACEOF |
| 7544 | #line $LINENO "configure" | 8549 | /* confdefs.h. */ |
| 7545 | #include "confdefs.h" | 8550 | _ACEOF |
| 8551 | cat confdefs.h >>conftest.$ac_ext | ||
| 8552 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 8553 | /* end confdefs.h. */ | ||
| 8554 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. | ||
| 8555 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | ||
| 8556 | #define $ac_func innocuous_$ac_func | ||
| 8557 | |||
| 7546 | /* System header to define __stub macros and hopefully few prototypes, | 8558 | /* System header to define __stub macros and hopefully few prototypes, |
| 7547 | which can conflict with char $ac_func (); below. */ | 8559 | which can conflict with char $ac_func (); below. |
| 7548 | #include <assert.h> | 8560 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 8561 | <limits.h> exists even on freestanding compilers. */ | ||
| 8562 | |||
| 8563 | #ifdef __STDC__ | ||
| 8564 | # include <limits.h> | ||
| 8565 | #else | ||
| 8566 | # include <assert.h> | ||
| 8567 | #endif | ||
| 8568 | |||
| 8569 | #undef $ac_func | ||
| 8570 | |||
| 7549 | /* Override any gcc2 internal prototype to avoid an error. */ | 8571 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 7550 | #ifdef __cplusplus | 8572 | #ifdef __cplusplus |
| 7551 | extern "C" | 8573 | extern "C" |
| 8574 | { | ||
| 7552 | #endif | 8575 | #endif |
| 7553 | /* We use char because int might match the return type of a gcc2 | 8576 | /* We use char because int might match the return type of a gcc2 |
| 7554 | builtin and then its argument prototype would still apply. */ | 8577 | builtin and then its argument prototype would still apply. */ |
| 7555 | char $ac_func (); | 8578 | char $ac_func (); |
| 7556 | char (*f) (); | ||
| 7557 | |||
| 7558 | int | ||
| 7559 | main () | ||
| 7560 | { | ||
| 7561 | /* The GNU C library defines this for functions which it implements | 8579 | /* The GNU C library defines this for functions which it implements |
| 7562 | to always fail with ENOSYS. Some functions are actually named | 8580 | to always fail with ENOSYS. Some functions are actually named |
| 7563 | something starting with __ and the normal name is an alias. */ | 8581 | something starting with __ and the normal name is an alias. */ |
| 7564 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | 8582 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) |
| 7565 | choke me | 8583 | choke me |
| 7566 | #else | 8584 | #else |
| 7567 | f = $ac_func; | 8585 | char (*f) () = $ac_func; |
| 8586 | #endif | ||
| 8587 | #ifdef __cplusplus | ||
| 8588 | } | ||
| 7568 | #endif | 8589 | #endif |
| 7569 | 8590 | ||
| 8591 | int | ||
| 8592 | main () | ||
| 8593 | { | ||
| 8594 | return f != $ac_func; | ||
| 7570 | ; | 8595 | ; |
| 7571 | return 0; | 8596 | return 0; |
| 7572 | } | 8597 | } |
| 7573 | _ACEOF | 8598 | _ACEOF |
| 7574 | rm -f conftest.$ac_objext conftest$ac_exeext | 8599 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 7575 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 8600 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 7576 | (eval $ac_link) 2>&5 | 8601 | (eval $ac_link) 2>conftest.er1 |
| 7577 | ac_status=$? | 8602 | ac_status=$? |
| 8603 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 8604 | rm -f conftest.er1 | ||
| 8605 | cat conftest.err >&5 | ||
| 7578 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 8606 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 7579 | (exit $ac_status); } && | 8607 | (exit $ac_status); } && |
| 7580 | { ac_try='test -s conftest$ac_exeext' | 8608 | { ac_try='test -z "$ac_c_werror_flag" |
| 8609 | || test ! -s conftest.err' | ||
| 8610 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 8611 | (eval $ac_try) 2>&5 | ||
| 8612 | ac_status=$? | ||
| 8613 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 8614 | (exit $ac_status); }; } && | ||
| 8615 | { ac_try='test -s conftest$ac_exeext' | ||
| 7581 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 8616 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 7582 | (eval $ac_try) 2>&5 | 8617 | (eval $ac_try) 2>&5 |
| 7583 | ac_status=$? | 8618 | ac_status=$? |
| @@ -7586,10 +8621,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 7586 | eval "$as_ac_var=yes" | 8621 | eval "$as_ac_var=yes" |
| 7587 | else | 8622 | else |
| 7588 | echo "$as_me: failed program was:" >&5 | 8623 | echo "$as_me: failed program was:" >&5 |
| 7589 | cat conftest.$ac_ext >&5 | 8624 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 8625 | |||
| 7590 | eval "$as_ac_var=no" | 8626 | eval "$as_ac_var=no" |
| 7591 | fi | 8627 | fi |
| 7592 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 8628 | rm -f conftest.err conftest.$ac_objext \ |
| 8629 | conftest$ac_exeext conftest.$ac_ext | ||
| 7593 | fi | 8630 | fi |
| 7594 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | 8631 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 |
| 7595 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | 8632 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
| @@ -7610,8 +8647,11 @@ else | |||
| 7610 | ac_cv_func_mmap_fixed_mapped=no | 8647 | ac_cv_func_mmap_fixed_mapped=no |
| 7611 | else | 8648 | else |
| 7612 | cat >conftest.$ac_ext <<_ACEOF | 8649 | cat >conftest.$ac_ext <<_ACEOF |
| 7613 | #line $LINENO "configure" | 8650 | /* confdefs.h. */ |
| 7614 | #include "confdefs.h" | 8651 | _ACEOF |
| 8652 | cat confdefs.h >>conftest.$ac_ext | ||
| 8653 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 8654 | /* end confdefs.h. */ | ||
| 7615 | $ac_includes_default | 8655 | $ac_includes_default |
| 7616 | /* malloc might have been renamed as rpl_malloc. */ | 8656 | /* malloc might have been renamed as rpl_malloc. */ |
| 7617 | #undef malloc | 8657 | #undef malloc |
| @@ -7714,9 +8754,9 @@ main () | |||
| 7714 | data2 = (char *) malloc (2 * pagesize); | 8754 | data2 = (char *) malloc (2 * pagesize); |
| 7715 | if (!data2) | 8755 | if (!data2) |
| 7716 | exit (1); | 8756 | exit (1); |
| 7717 | data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1); | 8757 | data2 += (pagesize - ((long) data2 & (pagesize - 1))) & (pagesize - 1); |
| 7718 | if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE, | 8758 | if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE, |
| 7719 | MAP_PRIVATE | MAP_FIXED, fd, 0L)) | 8759 | MAP_PRIVATE | MAP_FIXED, fd, 0L)) |
| 7720 | exit (1); | 8760 | exit (1); |
| 7721 | for (i = 0; i < pagesize; ++i) | 8761 | for (i = 0; i < pagesize; ++i) |
| 7722 | if (*(data + i) != *(data2 + i)) | 8762 | if (*(data + i) != *(data2 + i)) |
| @@ -7754,11 +8794,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 7754 | else | 8794 | else |
| 7755 | echo "$as_me: program exited with status $ac_status" >&5 | 8795 | echo "$as_me: program exited with status $ac_status" >&5 |
| 7756 | echo "$as_me: failed program was:" >&5 | 8796 | echo "$as_me: failed program was:" >&5 |
| 7757 | cat conftest.$ac_ext >&5 | 8797 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 8798 | |||
| 7758 | ( exit $ac_status ) | 8799 | ( exit $ac_status ) |
| 7759 | ac_cv_func_mmap_fixed_mapped=no | 8800 | ac_cv_func_mmap_fixed_mapped=no |
| 7760 | fi | 8801 | fi |
| 7761 | rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 8802 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
| 7762 | fi | 8803 | fi |
| 7763 | fi | 8804 | fi |
| 7764 | echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5 | 8805 | echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5 |
| @@ -7787,8 +8828,11 @@ else | |||
| 7787 | ac_check_lib_save_LIBS=$LIBS | 8828 | ac_check_lib_save_LIBS=$LIBS |
| 7788 | LIBS="-ldnet $LIBS" | 8829 | LIBS="-ldnet $LIBS" |
| 7789 | cat >conftest.$ac_ext <<_ACEOF | 8830 | cat >conftest.$ac_ext <<_ACEOF |
| 7790 | #line $LINENO "configure" | 8831 | /* confdefs.h. */ |
| 7791 | #include "confdefs.h" | 8832 | _ACEOF |
| 8833 | cat confdefs.h >>conftest.$ac_ext | ||
| 8834 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 8835 | /* end confdefs.h. */ | ||
| 7792 | 8836 | ||
| 7793 | /* Override any gcc2 internal prototype to avoid an error. */ | 8837 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 7794 | #ifdef __cplusplus | 8838 | #ifdef __cplusplus |
| @@ -7807,11 +8851,21 @@ dnet_ntoa (); | |||
| 7807 | _ACEOF | 8851 | _ACEOF |
| 7808 | rm -f conftest.$ac_objext conftest$ac_exeext | 8852 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 7809 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 8853 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 7810 | (eval $ac_link) 2>&5 | 8854 | (eval $ac_link) 2>conftest.er1 |
| 7811 | ac_status=$? | 8855 | ac_status=$? |
| 8856 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 8857 | rm -f conftest.er1 | ||
| 8858 | cat conftest.err >&5 | ||
| 7812 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 8859 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 7813 | (exit $ac_status); } && | 8860 | (exit $ac_status); } && |
| 7814 | { ac_try='test -s conftest$ac_exeext' | 8861 | { ac_try='test -z "$ac_c_werror_flag" |
| 8862 | || test ! -s conftest.err' | ||
| 8863 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 8864 | (eval $ac_try) 2>&5 | ||
| 8865 | ac_status=$? | ||
| 8866 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 8867 | (exit $ac_status); }; } && | ||
| 8868 | { ac_try='test -s conftest$ac_exeext' | ||
| 7815 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 8869 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 7816 | (eval $ac_try) 2>&5 | 8870 | (eval $ac_try) 2>&5 |
| 7817 | ac_status=$? | 8871 | ac_status=$? |
| @@ -7820,10 +8874,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 7820 | ac_cv_lib_dnet_dnet_ntoa=yes | 8874 | ac_cv_lib_dnet_dnet_ntoa=yes |
| 7821 | else | 8875 | else |
| 7822 | echo "$as_me: failed program was:" >&5 | 8876 | echo "$as_me: failed program was:" >&5 |
| 7823 | cat conftest.$ac_ext >&5 | 8877 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 8878 | |||
| 7824 | ac_cv_lib_dnet_dnet_ntoa=no | 8879 | ac_cv_lib_dnet_dnet_ntoa=no |
| 7825 | fi | 8880 | fi |
| 7826 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 8881 | rm -f conftest.err conftest.$ac_objext \ |
| 8882 | conftest$ac_exeext conftest.$ac_ext | ||
| 7827 | LIBS=$ac_check_lib_save_LIBS | 8883 | LIBS=$ac_check_lib_save_LIBS |
| 7828 | fi | 8884 | fi |
| 7829 | echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 | 8885 | echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 |
| @@ -7846,8 +8902,11 @@ else | |||
| 7846 | ac_check_lib_save_LIBS=$LIBS | 8902 | ac_check_lib_save_LIBS=$LIBS |
| 7847 | LIBS="-lXbsd $LIBS" | 8903 | LIBS="-lXbsd $LIBS" |
| 7848 | cat >conftest.$ac_ext <<_ACEOF | 8904 | cat >conftest.$ac_ext <<_ACEOF |
| 7849 | #line $LINENO "configure" | 8905 | /* confdefs.h. */ |
| 7850 | #include "confdefs.h" | 8906 | _ACEOF |
| 8907 | cat confdefs.h >>conftest.$ac_ext | ||
| 8908 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 8909 | /* end confdefs.h. */ | ||
| 7851 | 8910 | ||
| 7852 | 8911 | ||
| 7853 | int | 8912 | int |
| @@ -7860,11 +8919,21 @@ main (); | |||
| 7860 | _ACEOF | 8919 | _ACEOF |
| 7861 | rm -f conftest.$ac_objext conftest$ac_exeext | 8920 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 7862 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 8921 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 7863 | (eval $ac_link) 2>&5 | 8922 | (eval $ac_link) 2>conftest.er1 |
| 7864 | ac_status=$? | 8923 | ac_status=$? |
| 8924 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 8925 | rm -f conftest.er1 | ||
| 8926 | cat conftest.err >&5 | ||
| 7865 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 8927 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 7866 | (exit $ac_status); } && | 8928 | (exit $ac_status); } && |
| 7867 | { ac_try='test -s conftest$ac_exeext' | 8929 | { ac_try='test -z "$ac_c_werror_flag" |
| 8930 | || test ! -s conftest.err' | ||
| 8931 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 8932 | (eval $ac_try) 2>&5 | ||
| 8933 | ac_status=$? | ||
| 8934 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 8935 | (exit $ac_status); }; } && | ||
| 8936 | { ac_try='test -s conftest$ac_exeext' | ||
| 7868 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 8937 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 7869 | (eval $ac_try) 2>&5 | 8938 | (eval $ac_try) 2>&5 |
| 7870 | ac_status=$? | 8939 | ac_status=$? |
| @@ -7873,10 +8942,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 7873 | ac_cv_lib_Xbsd_main=yes | 8942 | ac_cv_lib_Xbsd_main=yes |
| 7874 | else | 8943 | else |
| 7875 | echo "$as_me: failed program was:" >&5 | 8944 | echo "$as_me: failed program was:" >&5 |
| 7876 | cat conftest.$ac_ext >&5 | 8945 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 8946 | |||
| 7877 | ac_cv_lib_Xbsd_main=no | 8947 | ac_cv_lib_Xbsd_main=no |
| 7878 | fi | 8948 | fi |
| 7879 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 8949 | rm -f conftest.err conftest.$ac_objext \ |
| 8950 | conftest$ac_exeext conftest.$ac_ext | ||
| 7880 | LIBS=$ac_check_lib_save_LIBS | 8951 | LIBS=$ac_check_lib_save_LIBS |
| 7881 | fi | 8952 | fi |
| 7882 | echo "$as_me:$LINENO: result: $ac_cv_lib_Xbsd_main" >&5 | 8953 | echo "$as_me:$LINENO: result: $ac_cv_lib_Xbsd_main" >&5 |
| @@ -7895,8 +8966,11 @@ else | |||
| 7895 | ac_check_lib_save_LIBS=$LIBS | 8966 | ac_check_lib_save_LIBS=$LIBS |
| 7896 | LIBS="-lpthreads $LIBS" | 8967 | LIBS="-lpthreads $LIBS" |
| 7897 | cat >conftest.$ac_ext <<_ACEOF | 8968 | cat >conftest.$ac_ext <<_ACEOF |
| 7898 | #line $LINENO "configure" | 8969 | /* confdefs.h. */ |
| 7899 | #include "confdefs.h" | 8970 | _ACEOF |
| 8971 | cat confdefs.h >>conftest.$ac_ext | ||
| 8972 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 8973 | /* end confdefs.h. */ | ||
| 7900 | 8974 | ||
| 7901 | /* Override any gcc2 internal prototype to avoid an error. */ | 8975 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 7902 | #ifdef __cplusplus | 8976 | #ifdef __cplusplus |
| @@ -7915,11 +8989,21 @@ cma_open (); | |||
| 7915 | _ACEOF | 8989 | _ACEOF |
| 7916 | rm -f conftest.$ac_objext conftest$ac_exeext | 8990 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 7917 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 8991 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 7918 | (eval $ac_link) 2>&5 | 8992 | (eval $ac_link) 2>conftest.er1 |
| 7919 | ac_status=$? | 8993 | ac_status=$? |
| 8994 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 8995 | rm -f conftest.er1 | ||
| 8996 | cat conftest.err >&5 | ||
| 7920 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 8997 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 7921 | (exit $ac_status); } && | 8998 | (exit $ac_status); } && |
| 7922 | { ac_try='test -s conftest$ac_exeext' | 8999 | { ac_try='test -z "$ac_c_werror_flag" |
| 9000 | || test ! -s conftest.err' | ||
| 9001 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 9002 | (eval $ac_try) 2>&5 | ||
| 9003 | ac_status=$? | ||
| 9004 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 9005 | (exit $ac_status); }; } && | ||
| 9006 | { ac_try='test -s conftest$ac_exeext' | ||
| 7923 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 9007 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 7924 | (eval $ac_try) 2>&5 | 9008 | (eval $ac_try) 2>&5 |
| 7925 | ac_status=$? | 9009 | ac_status=$? |
| @@ -7928,10 +9012,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 7928 | ac_cv_lib_pthreads_cma_open=yes | 9012 | ac_cv_lib_pthreads_cma_open=yes |
| 7929 | else | 9013 | else |
| 7930 | echo "$as_me: failed program was:" >&5 | 9014 | echo "$as_me: failed program was:" >&5 |
| 7931 | cat conftest.$ac_ext >&5 | 9015 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 9016 | |||
| 7932 | ac_cv_lib_pthreads_cma_open=no | 9017 | ac_cv_lib_pthreads_cma_open=no |
| 7933 | fi | 9018 | fi |
| 7934 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 9019 | rm -f conftest.err conftest.$ac_objext \ |
| 9020 | conftest$ac_exeext conftest.$ac_ext | ||
| 7935 | LIBS=$ac_check_lib_save_LIBS | 9021 | LIBS=$ac_check_lib_save_LIBS |
| 7936 | fi | 9022 | fi |
| 7937 | echo "$as_me:$LINENO: result: $ac_cv_lib_pthreads_cma_open" >&5 | 9023 | echo "$as_me:$LINENO: result: $ac_cv_lib_pthreads_cma_open" >&5 |
| @@ -7973,8 +9059,11 @@ else | |||
| 7973 | 9059 | ||
| 7974 | LDFLAGS=$LDFLAGS\ $gdb_cv_bigtoc | 9060 | LDFLAGS=$LDFLAGS\ $gdb_cv_bigtoc |
| 7975 | cat >conftest.$ac_ext <<_ACEOF | 9061 | cat >conftest.$ac_ext <<_ACEOF |
| 7976 | #line $LINENO "configure" | 9062 | /* confdefs.h. */ |
| 7977 | #include "confdefs.h" | 9063 | _ACEOF |
| 9064 | cat confdefs.h >>conftest.$ac_ext | ||
| 9065 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 9066 | /* end confdefs.h. */ | ||
| 7978 | 9067 | ||
| 7979 | int | 9068 | int |
| 7980 | main () | 9069 | main () |
| @@ -7986,11 +9075,21 @@ int i; | |||
| 7986 | _ACEOF | 9075 | _ACEOF |
| 7987 | rm -f conftest.$ac_objext conftest$ac_exeext | 9076 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 7988 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 9077 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 7989 | (eval $ac_link) 2>&5 | 9078 | (eval $ac_link) 2>conftest.er1 |
| 7990 | ac_status=$? | 9079 | ac_status=$? |
| 9080 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 9081 | rm -f conftest.er1 | ||
| 9082 | cat conftest.err >&5 | ||
| 7991 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 9083 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 7992 | (exit $ac_status); } && | 9084 | (exit $ac_status); } && |
| 7993 | { ac_try='test -s conftest$ac_exeext' | 9085 | { ac_try='test -z "$ac_c_werror_flag" |
| 9086 | || test ! -s conftest.err' | ||
| 9087 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 9088 | (eval $ac_try) 2>&5 | ||
| 9089 | ac_status=$? | ||
| 9090 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 9091 | (exit $ac_status); }; } && | ||
| 9092 | { ac_try='test -s conftest$ac_exeext' | ||
| 7994 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 9093 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 7995 | (eval $ac_try) 2>&5 | 9094 | (eval $ac_try) 2>&5 |
| 7996 | ac_status=$? | 9095 | ac_status=$? |
| @@ -7999,10 +9098,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 7999 | : | 9098 | : |
| 8000 | else | 9099 | else |
| 8001 | echo "$as_me: failed program was:" >&5 | 9100 | echo "$as_me: failed program was:" >&5 |
| 8002 | cat conftest.$ac_ext >&5 | 9101 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 9102 | |||
| 8003 | gdb_cv_bigtoc= | 9103 | gdb_cv_bigtoc= |
| 8004 | fi | 9104 | fi |
| 8005 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 9105 | rm -f conftest.err conftest.$ac_objext \ |
| 9106 | conftest$ac_exeext conftest.$ac_ext | ||
| 8006 | 9107 | ||
| 8007 | fi | 9108 | fi |
| 8008 | echo "$as_me:$LINENO: result: $gdb_cv_bigtoc" >&5 | 9109 | echo "$as_me:$LINENO: result: $gdb_cv_bigtoc" >&5 |
| @@ -8036,8 +9137,11 @@ if test "${HAVE_X11}" = "yes"; then | |||
| 8036 | echo "$as_me:$LINENO: checking whether X on GNU/Linux needs -b to link" >&5 | 9137 | echo "$as_me:$LINENO: checking whether X on GNU/Linux needs -b to link" >&5 |
| 8037 | echo $ECHO_N "checking whether X on GNU/Linux needs -b to link... $ECHO_C" >&6 | 9138 | echo $ECHO_N "checking whether X on GNU/Linux needs -b to link... $ECHO_C" >&6 |
| 8038 | cat >conftest.$ac_ext <<_ACEOF | 9139 | cat >conftest.$ac_ext <<_ACEOF |
| 8039 | #line $LINENO "configure" | 9140 | /* confdefs.h. */ |
| 8040 | #include "confdefs.h" | 9141 | _ACEOF |
| 9142 | cat confdefs.h >>conftest.$ac_ext | ||
| 9143 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 9144 | /* end confdefs.h. */ | ||
| 8041 | 9145 | ||
| 8042 | int | 9146 | int |
| 8043 | main () | 9147 | main () |
| @@ -8049,11 +9153,21 @@ XOpenDisplay ("foo"); | |||
| 8049 | _ACEOF | 9153 | _ACEOF |
| 8050 | rm -f conftest.$ac_objext conftest$ac_exeext | 9154 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 8051 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 9155 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 8052 | (eval $ac_link) 2>&5 | 9156 | (eval $ac_link) 2>conftest.er1 |
| 8053 | ac_status=$? | 9157 | ac_status=$? |
| 9158 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 9159 | rm -f conftest.er1 | ||
| 9160 | cat conftest.err >&5 | ||
| 8054 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 9161 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 8055 | (exit $ac_status); } && | 9162 | (exit $ac_status); } && |
| 8056 | { ac_try='test -s conftest$ac_exeext' | 9163 | { ac_try='test -z "$ac_c_werror_flag" |
| 9164 | || test ! -s conftest.err' | ||
| 9165 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 9166 | (eval $ac_try) 2>&5 | ||
| 9167 | ac_status=$? | ||
| 9168 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 9169 | (exit $ac_status); }; } && | ||
| 9170 | { ac_try='test -s conftest$ac_exeext' | ||
| 8057 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 9171 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 8058 | (eval $ac_try) 2>&5 | 9172 | (eval $ac_try) 2>&5 |
| 8059 | ac_status=$? | 9173 | ac_status=$? |
| @@ -8062,10 +9176,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 8062 | xlinux_first_failure=no | 9176 | xlinux_first_failure=no |
| 8063 | else | 9177 | else |
| 8064 | echo "$as_me: failed program was:" >&5 | 9178 | echo "$as_me: failed program was:" >&5 |
| 8065 | cat conftest.$ac_ext >&5 | 9179 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 9180 | |||
| 8066 | xlinux_first_failure=yes | 9181 | xlinux_first_failure=yes |
| 8067 | fi | 9182 | fi |
| 8068 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 9183 | rm -f conftest.err conftest.$ac_objext \ |
| 9184 | conftest$ac_exeext conftest.$ac_ext | ||
| 8069 | if test "${xlinux_first_failure}" = "yes"; then | 9185 | if test "${xlinux_first_failure}" = "yes"; then |
| 8070 | OLD_LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE" | 9186 | OLD_LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE" |
| 8071 | OLD_C_SWITCH_X_SITE="$C_SWITCH_X_SITE" | 9187 | OLD_C_SWITCH_X_SITE="$C_SWITCH_X_SITE" |
| @@ -8076,8 +9192,11 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | |||
| 8076 | CPPFLAGS="$CPPFLAGS -b i486-linuxaout" | 9192 | CPPFLAGS="$CPPFLAGS -b i486-linuxaout" |
| 8077 | LIBS="$LIBS -b i486-linuxaout" | 9193 | LIBS="$LIBS -b i486-linuxaout" |
| 8078 | cat >conftest.$ac_ext <<_ACEOF | 9194 | cat >conftest.$ac_ext <<_ACEOF |
| 8079 | #line $LINENO "configure" | 9195 | /* confdefs.h. */ |
| 8080 | #include "confdefs.h" | 9196 | _ACEOF |
| 9197 | cat confdefs.h >>conftest.$ac_ext | ||
| 9198 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 9199 | /* end confdefs.h. */ | ||
| 8081 | 9200 | ||
| 8082 | int | 9201 | int |
| 8083 | main () | 9202 | main () |
| @@ -8089,11 +9208,21 @@ XOpenDisplay ("foo"); | |||
| 8089 | _ACEOF | 9208 | _ACEOF |
| 8090 | rm -f conftest.$ac_objext conftest$ac_exeext | 9209 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 8091 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 9210 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 8092 | (eval $ac_link) 2>&5 | 9211 | (eval $ac_link) 2>conftest.er1 |
| 8093 | ac_status=$? | 9212 | ac_status=$? |
| 9213 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 9214 | rm -f conftest.er1 | ||
| 9215 | cat conftest.err >&5 | ||
| 8094 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 9216 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 8095 | (exit $ac_status); } && | 9217 | (exit $ac_status); } && |
| 8096 | { ac_try='test -s conftest$ac_exeext' | 9218 | { ac_try='test -z "$ac_c_werror_flag" |
| 9219 | || test ! -s conftest.err' | ||
| 9220 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 9221 | (eval $ac_try) 2>&5 | ||
| 9222 | ac_status=$? | ||
| 9223 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 9224 | (exit $ac_status); }; } && | ||
| 9225 | { ac_try='test -s conftest$ac_exeext' | ||
| 8097 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 9226 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 8098 | (eval $ac_try) 2>&5 | 9227 | (eval $ac_try) 2>&5 |
| 8099 | ac_status=$? | 9228 | ac_status=$? |
| @@ -8102,10 +9231,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 8102 | xlinux_second_failure=no | 9231 | xlinux_second_failure=no |
| 8103 | else | 9232 | else |
| 8104 | echo "$as_me: failed program was:" >&5 | 9233 | echo "$as_me: failed program was:" >&5 |
| 8105 | cat conftest.$ac_ext >&5 | 9234 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 9235 | |||
| 8106 | xlinux_second_failure=yes | 9236 | xlinux_second_failure=yes |
| 8107 | fi | 9237 | fi |
| 8108 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 9238 | rm -f conftest.err conftest.$ac_objext \ |
| 9239 | conftest$ac_exeext conftest.$ac_ext | ||
| 8109 | if test "${xlinux_second_failure}" = "yes"; then | 9240 | if test "${xlinux_second_failure}" = "yes"; then |
| 8110 | # If we get the same failure with -b, there is no use adding -b. | 9241 | # If we get the same failure with -b, there is no use adding -b. |
| 8111 | # So take it out. This plays safe. | 9242 | # So take it out. This plays safe. |
| @@ -8130,8 +9261,11 @@ echo "${ECHO_T}no" >&6 | |||
| 8130 | echo "$as_me:$LINENO: checking for Xkb" >&5 | 9261 | echo "$as_me:$LINENO: checking for Xkb" >&5 |
| 8131 | echo $ECHO_N "checking for Xkb... $ECHO_C" >&6 | 9262 | echo $ECHO_N "checking for Xkb... $ECHO_C" >&6 |
| 8132 | cat >conftest.$ac_ext <<_ACEOF | 9263 | cat >conftest.$ac_ext <<_ACEOF |
| 8133 | #line $LINENO "configure" | 9264 | /* confdefs.h. */ |
| 8134 | #include "confdefs.h" | 9265 | _ACEOF |
| 9266 | cat confdefs.h >>conftest.$ac_ext | ||
| 9267 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 9268 | /* end confdefs.h. */ | ||
| 8135 | #include <X11/Xlib.h> | 9269 | #include <X11/Xlib.h> |
| 8136 | #include <X11/XKBlib.h> | 9270 | #include <X11/XKBlib.h> |
| 8137 | int | 9271 | int |
| @@ -8144,11 +9278,21 @@ XkbDescPtr kb = XkbGetKeyboard (0, XkbAllComponentsMask, XkbUseCoreKbd); | |||
| 8144 | _ACEOF | 9278 | _ACEOF |
| 8145 | rm -f conftest.$ac_objext conftest$ac_exeext | 9279 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 8146 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 9280 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 8147 | (eval $ac_link) 2>&5 | 9281 | (eval $ac_link) 2>conftest.er1 |
| 8148 | ac_status=$? | 9282 | ac_status=$? |
| 9283 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 9284 | rm -f conftest.er1 | ||
| 9285 | cat conftest.err >&5 | ||
| 8149 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 9286 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 8150 | (exit $ac_status); } && | 9287 | (exit $ac_status); } && |
| 8151 | { ac_try='test -s conftest$ac_exeext' | 9288 | { ac_try='test -z "$ac_c_werror_flag" |
| 9289 | || test ! -s conftest.err' | ||
| 9290 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 9291 | (eval $ac_try) 2>&5 | ||
| 9292 | ac_status=$? | ||
| 9293 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 9294 | (exit $ac_status); }; } && | ||
| 9295 | { ac_try='test -s conftest$ac_exeext' | ||
| 8152 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 9296 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 8153 | (eval $ac_try) 2>&5 | 9297 | (eval $ac_try) 2>&5 |
| 8154 | ac_status=$? | 9298 | ac_status=$? |
| @@ -8157,10 +9301,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 8157 | emacs_xkb=yes | 9301 | emacs_xkb=yes |
| 8158 | else | 9302 | else |
| 8159 | echo "$as_me: failed program was:" >&5 | 9303 | echo "$as_me: failed program was:" >&5 |
| 8160 | cat conftest.$ac_ext >&5 | 9304 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 9305 | |||
| 8161 | emacs_xkb=no | 9306 | emacs_xkb=no |
| 8162 | fi | 9307 | fi |
| 8163 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 9308 | rm -f conftest.err conftest.$ac_objext \ |
| 9309 | conftest$ac_exeext conftest.$ac_ext | ||
| 8164 | echo "$as_me:$LINENO: result: $emacs_xkb" >&5 | 9310 | echo "$as_me:$LINENO: result: $emacs_xkb" >&5 |
| 8165 | echo "${ECHO_T}$emacs_xkb" >&6 | 9311 | echo "${ECHO_T}$emacs_xkb" >&6 |
| 8166 | if test $emacs_xkb = yes; then | 9312 | if test $emacs_xkb = yes; then |
| @@ -8185,43 +9331,73 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then | |||
| 8185 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 9331 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 8186 | else | 9332 | else |
| 8187 | cat >conftest.$ac_ext <<_ACEOF | 9333 | cat >conftest.$ac_ext <<_ACEOF |
| 8188 | #line $LINENO "configure" | 9334 | /* confdefs.h. */ |
| 8189 | #include "confdefs.h" | 9335 | _ACEOF |
| 9336 | cat confdefs.h >>conftest.$ac_ext | ||
| 9337 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 9338 | /* end confdefs.h. */ | ||
| 9339 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. | ||
| 9340 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | ||
| 9341 | #define $ac_func innocuous_$ac_func | ||
| 9342 | |||
| 8190 | /* System header to define __stub macros and hopefully few prototypes, | 9343 | /* System header to define __stub macros and hopefully few prototypes, |
| 8191 | which can conflict with char $ac_func (); below. */ | 9344 | which can conflict with char $ac_func (); below. |
| 8192 | #include <assert.h> | 9345 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 9346 | <limits.h> exists even on freestanding compilers. */ | ||
| 9347 | |||
| 9348 | #ifdef __STDC__ | ||
| 9349 | # include <limits.h> | ||
| 9350 | #else | ||
| 9351 | # include <assert.h> | ||
| 9352 | #endif | ||
| 9353 | |||
| 9354 | #undef $ac_func | ||
| 9355 | |||
| 8193 | /* Override any gcc2 internal prototype to avoid an error. */ | 9356 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 8194 | #ifdef __cplusplus | 9357 | #ifdef __cplusplus |
| 8195 | extern "C" | 9358 | extern "C" |
| 9359 | { | ||
| 8196 | #endif | 9360 | #endif |
| 8197 | /* We use char because int might match the return type of a gcc2 | 9361 | /* We use char because int might match the return type of a gcc2 |
| 8198 | builtin and then its argument prototype would still apply. */ | 9362 | builtin and then its argument prototype would still apply. */ |
| 8199 | char $ac_func (); | 9363 | char $ac_func (); |
| 8200 | char (*f) (); | ||
| 8201 | |||
| 8202 | int | ||
| 8203 | main () | ||
| 8204 | { | ||
| 8205 | /* The GNU C library defines this for functions which it implements | 9364 | /* The GNU C library defines this for functions which it implements |
| 8206 | to always fail with ENOSYS. Some functions are actually named | 9365 | to always fail with ENOSYS. Some functions are actually named |
| 8207 | something starting with __ and the normal name is an alias. */ | 9366 | something starting with __ and the normal name is an alias. */ |
| 8208 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | 9367 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) |
| 8209 | choke me | 9368 | choke me |
| 8210 | #else | 9369 | #else |
| 8211 | f = $ac_func; | 9370 | char (*f) () = $ac_func; |
| 9371 | #endif | ||
| 9372 | #ifdef __cplusplus | ||
| 9373 | } | ||
| 8212 | #endif | 9374 | #endif |
| 8213 | 9375 | ||
| 9376 | int | ||
| 9377 | main () | ||
| 9378 | { | ||
| 9379 | return f != $ac_func; | ||
| 8214 | ; | 9380 | ; |
| 8215 | return 0; | 9381 | return 0; |
| 8216 | } | 9382 | } |
| 8217 | _ACEOF | 9383 | _ACEOF |
| 8218 | rm -f conftest.$ac_objext conftest$ac_exeext | 9384 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 8219 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 9385 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 8220 | (eval $ac_link) 2>&5 | 9386 | (eval $ac_link) 2>conftest.er1 |
| 8221 | ac_status=$? | 9387 | ac_status=$? |
| 9388 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 9389 | rm -f conftest.er1 | ||
| 9390 | cat conftest.err >&5 | ||
| 8222 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 9391 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 8223 | (exit $ac_status); } && | 9392 | (exit $ac_status); } && |
| 8224 | { ac_try='test -s conftest$ac_exeext' | 9393 | { ac_try='test -z "$ac_c_werror_flag" |
| 9394 | || test ! -s conftest.err' | ||
| 9395 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 9396 | (eval $ac_try) 2>&5 | ||
| 9397 | ac_status=$? | ||
| 9398 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 9399 | (exit $ac_status); }; } && | ||
| 9400 | { ac_try='test -s conftest$ac_exeext' | ||
| 8225 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 9401 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 8226 | (eval $ac_try) 2>&5 | 9402 | (eval $ac_try) 2>&5 |
| 8227 | ac_status=$? | 9403 | ac_status=$? |
| @@ -8230,10 +9406,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 8230 | eval "$as_ac_var=yes" | 9406 | eval "$as_ac_var=yes" |
| 8231 | else | 9407 | else |
| 8232 | echo "$as_me: failed program was:" >&5 | 9408 | echo "$as_me: failed program was:" >&5 |
| 8233 | cat conftest.$ac_ext >&5 | 9409 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 9410 | |||
| 8234 | eval "$as_ac_var=no" | 9411 | eval "$as_ac_var=no" |
| 8235 | fi | 9412 | fi |
| 8236 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 9413 | rm -f conftest.err conftest.$ac_objext \ |
| 9414 | conftest$ac_exeext conftest.$ac_ext | ||
| 8237 | fi | 9415 | fi |
| 8238 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | 9416 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 |
| 8239 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | 9417 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
| @@ -8254,8 +9432,11 @@ echo $ECHO_N "checking X11 version 6... $ECHO_C" >&6 | |||
| 8254 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 9432 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 8255 | else | 9433 | else |
| 8256 | cat >conftest.$ac_ext <<_ACEOF | 9434 | cat >conftest.$ac_ext <<_ACEOF |
| 8257 | #line $LINENO "configure" | 9435 | /* confdefs.h. */ |
| 8258 | #include "confdefs.h" | 9436 | _ACEOF |
| 9437 | cat confdefs.h >>conftest.$ac_ext | ||
| 9438 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 9439 | /* end confdefs.h. */ | ||
| 8259 | #include <X11/Xlib.h> | 9440 | #include <X11/Xlib.h> |
| 8260 | int | 9441 | int |
| 8261 | main () | 9442 | main () |
| @@ -8270,11 +9451,21 @@ fail; | |||
| 8270 | _ACEOF | 9451 | _ACEOF |
| 8271 | rm -f conftest.$ac_objext conftest$ac_exeext | 9452 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 8272 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 9453 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 8273 | (eval $ac_link) 2>&5 | 9454 | (eval $ac_link) 2>conftest.er1 |
| 8274 | ac_status=$? | 9455 | ac_status=$? |
| 9456 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 9457 | rm -f conftest.er1 | ||
| 9458 | cat conftest.err >&5 | ||
| 8275 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 9459 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 8276 | (exit $ac_status); } && | 9460 | (exit $ac_status); } && |
| 8277 | { ac_try='test -s conftest$ac_exeext' | 9461 | { ac_try='test -z "$ac_c_werror_flag" |
| 9462 | || test ! -s conftest.err' | ||
| 9463 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 9464 | (eval $ac_try) 2>&5 | ||
| 9465 | ac_status=$? | ||
| 9466 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 9467 | (exit $ac_status); }; } && | ||
| 9468 | { ac_try='test -s conftest$ac_exeext' | ||
| 8278 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 9469 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 8279 | (eval $ac_try) 2>&5 | 9470 | (eval $ac_try) 2>&5 |
| 8280 | ac_status=$? | 9471 | ac_status=$? |
| @@ -8283,10 +9474,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 8283 | emacs_cv_x11_version_6=yes | 9474 | emacs_cv_x11_version_6=yes |
| 8284 | else | 9475 | else |
| 8285 | echo "$as_me: failed program was:" >&5 | 9476 | echo "$as_me: failed program was:" >&5 |
| 8286 | cat conftest.$ac_ext >&5 | 9477 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 9478 | |||
| 8287 | emacs_cv_x11_version_6=no | 9479 | emacs_cv_x11_version_6=no |
| 8288 | fi | 9480 | fi |
| 8289 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 9481 | rm -f conftest.err conftest.$ac_objext \ |
| 9482 | conftest$ac_exeext conftest.$ac_ext | ||
| 8290 | fi | 9483 | fi |
| 8291 | 9484 | ||
| 8292 | if test $emacs_cv_x11_version_6 = yes; then | 9485 | if test $emacs_cv_x11_version_6 = yes; then |
| @@ -8310,8 +9503,11 @@ echo $ECHO_N "checking X11 version 5... $ECHO_C" >&6 | |||
| 8310 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 9503 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 8311 | else | 9504 | else |
| 8312 | cat >conftest.$ac_ext <<_ACEOF | 9505 | cat >conftest.$ac_ext <<_ACEOF |
| 8313 | #line $LINENO "configure" | 9506 | /* confdefs.h. */ |
| 8314 | #include "confdefs.h" | 9507 | _ACEOF |
| 9508 | cat confdefs.h >>conftest.$ac_ext | ||
| 9509 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 9510 | /* end confdefs.h. */ | ||
| 8315 | #include <X11/Xlib.h> | 9511 | #include <X11/Xlib.h> |
| 8316 | int | 9512 | int |
| 8317 | main () | 9513 | main () |
| @@ -8326,11 +9522,21 @@ fail; | |||
| 8326 | _ACEOF | 9522 | _ACEOF |
| 8327 | rm -f conftest.$ac_objext conftest$ac_exeext | 9523 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 8328 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 9524 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 8329 | (eval $ac_link) 2>&5 | 9525 | (eval $ac_link) 2>conftest.er1 |
| 8330 | ac_status=$? | 9526 | ac_status=$? |
| 9527 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 9528 | rm -f conftest.er1 | ||
| 9529 | cat conftest.err >&5 | ||
| 8331 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 9530 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 8332 | (exit $ac_status); } && | 9531 | (exit $ac_status); } && |
| 8333 | { ac_try='test -s conftest$ac_exeext' | 9532 | { ac_try='test -z "$ac_c_werror_flag" |
| 9533 | || test ! -s conftest.err' | ||
| 9534 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 9535 | (eval $ac_try) 2>&5 | ||
| 9536 | ac_status=$? | ||
| 9537 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 9538 | (exit $ac_status); }; } && | ||
| 9539 | { ac_try='test -s conftest$ac_exeext' | ||
| 8334 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 9540 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 8335 | (eval $ac_try) 2>&5 | 9541 | (eval $ac_try) 2>&5 |
| 8336 | ac_status=$? | 9542 | ac_status=$? |
| @@ -8339,10 +9545,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 8339 | emacs_cv_x11_version_5=yes | 9545 | emacs_cv_x11_version_5=yes |
| 8340 | else | 9546 | else |
| 8341 | echo "$as_me: failed program was:" >&5 | 9547 | echo "$as_me: failed program was:" >&5 |
| 8342 | cat conftest.$ac_ext >&5 | 9548 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 9549 | |||
| 8343 | emacs_cv_x11_version_5=no | 9550 | emacs_cv_x11_version_5=no |
| 8344 | fi | 9551 | fi |
| 8345 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 9552 | rm -f conftest.err conftest.$ac_objext \ |
| 9553 | conftest$ac_exeext conftest.$ac_ext | ||
| 8346 | fi | 9554 | fi |
| 8347 | 9555 | ||
| 8348 | if test $emacs_cv_x11_version_5 = yes; then | 9556 | if test $emacs_cv_x11_version_5 = yes; then |
| @@ -8501,43 +9709,73 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then | |||
| 8501 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 9709 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 8502 | else | 9710 | else |
| 8503 | cat >conftest.$ac_ext <<_ACEOF | 9711 | cat >conftest.$ac_ext <<_ACEOF |
| 8504 | #line $LINENO "configure" | 9712 | /* confdefs.h. */ |
| 8505 | #include "confdefs.h" | 9713 | _ACEOF |
| 9714 | cat confdefs.h >>conftest.$ac_ext | ||
| 9715 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 9716 | /* end confdefs.h. */ | ||
| 9717 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. | ||
| 9718 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | ||
| 9719 | #define $ac_func innocuous_$ac_func | ||
| 9720 | |||
| 8506 | /* System header to define __stub macros and hopefully few prototypes, | 9721 | /* System header to define __stub macros and hopefully few prototypes, |
| 8507 | which can conflict with char $ac_func (); below. */ | 9722 | which can conflict with char $ac_func (); below. |
| 8508 | #include <assert.h> | 9723 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 9724 | <limits.h> exists even on freestanding compilers. */ | ||
| 9725 | |||
| 9726 | #ifdef __STDC__ | ||
| 9727 | # include <limits.h> | ||
| 9728 | #else | ||
| 9729 | # include <assert.h> | ||
| 9730 | #endif | ||
| 9731 | |||
| 9732 | #undef $ac_func | ||
| 9733 | |||
| 8509 | /* Override any gcc2 internal prototype to avoid an error. */ | 9734 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 8510 | #ifdef __cplusplus | 9735 | #ifdef __cplusplus |
| 8511 | extern "C" | 9736 | extern "C" |
| 9737 | { | ||
| 8512 | #endif | 9738 | #endif |
| 8513 | /* We use char because int might match the return type of a gcc2 | 9739 | /* We use char because int might match the return type of a gcc2 |
| 8514 | builtin and then its argument prototype would still apply. */ | 9740 | builtin and then its argument prototype would still apply. */ |
| 8515 | char $ac_func (); | 9741 | char $ac_func (); |
| 8516 | char (*f) (); | ||
| 8517 | |||
| 8518 | int | ||
| 8519 | main () | ||
| 8520 | { | ||
| 8521 | /* The GNU C library defines this for functions which it implements | 9742 | /* The GNU C library defines this for functions which it implements |
| 8522 | to always fail with ENOSYS. Some functions are actually named | 9743 | to always fail with ENOSYS. Some functions are actually named |
| 8523 | something starting with __ and the normal name is an alias. */ | 9744 | something starting with __ and the normal name is an alias. */ |
| 8524 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | 9745 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) |
| 8525 | choke me | 9746 | choke me |
| 8526 | #else | 9747 | #else |
| 8527 | f = $ac_func; | 9748 | char (*f) () = $ac_func; |
| 9749 | #endif | ||
| 9750 | #ifdef __cplusplus | ||
| 9751 | } | ||
| 8528 | #endif | 9752 | #endif |
| 8529 | 9753 | ||
| 9754 | int | ||
| 9755 | main () | ||
| 9756 | { | ||
| 9757 | return f != $ac_func; | ||
| 8530 | ; | 9758 | ; |
| 8531 | return 0; | 9759 | return 0; |
| 8532 | } | 9760 | } |
| 8533 | _ACEOF | 9761 | _ACEOF |
| 8534 | rm -f conftest.$ac_objext conftest$ac_exeext | 9762 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 8535 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 9763 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 8536 | (eval $ac_link) 2>&5 | 9764 | (eval $ac_link) 2>conftest.er1 |
| 8537 | ac_status=$? | 9765 | ac_status=$? |
| 9766 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 9767 | rm -f conftest.er1 | ||
| 9768 | cat conftest.err >&5 | ||
| 8538 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 9769 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 8539 | (exit $ac_status); } && | 9770 | (exit $ac_status); } && |
| 8540 | { ac_try='test -s conftest$ac_exeext' | 9771 | { ac_try='test -z "$ac_c_werror_flag" |
| 9772 | || test ! -s conftest.err' | ||
| 9773 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 9774 | (eval $ac_try) 2>&5 | ||
| 9775 | ac_status=$? | ||
| 9776 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 9777 | (exit $ac_status); }; } && | ||
| 9778 | { ac_try='test -s conftest$ac_exeext' | ||
| 8541 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 9779 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 8542 | (eval $ac_try) 2>&5 | 9780 | (eval $ac_try) 2>&5 |
| 8543 | ac_status=$? | 9781 | ac_status=$? |
| @@ -8546,10 +9784,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 8546 | eval "$as_ac_var=yes" | 9784 | eval "$as_ac_var=yes" |
| 8547 | else | 9785 | else |
| 8548 | echo "$as_me: failed program was:" >&5 | 9786 | echo "$as_me: failed program was:" >&5 |
| 8549 | cat conftest.$ac_ext >&5 | 9787 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 9788 | |||
| 8550 | eval "$as_ac_var=no" | 9789 | eval "$as_ac_var=no" |
| 8551 | fi | 9790 | fi |
| 8552 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 9791 | rm -f conftest.err conftest.$ac_objext \ |
| 9792 | conftest$ac_exeext conftest.$ac_ext | ||
| 8553 | fi | 9793 | fi |
| 8554 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | 9794 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 |
| 8555 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | 9795 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
| @@ -8578,8 +9818,11 @@ echo $ECHO_N "checking X11 version 5 with Xaw... $ECHO_C" >&6 | |||
| 8578 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 9818 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 8579 | else | 9819 | else |
| 8580 | cat >conftest.$ac_ext <<_ACEOF | 9820 | cat >conftest.$ac_ext <<_ACEOF |
| 8581 | #line $LINENO "configure" | 9821 | /* confdefs.h. */ |
| 8582 | #include "confdefs.h" | 9822 | _ACEOF |
| 9823 | cat confdefs.h >>conftest.$ac_ext | ||
| 9824 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 9825 | /* end confdefs.h. */ | ||
| 8583 | 9826 | ||
| 8584 | #include <X11/Intrinsic.h> | 9827 | #include <X11/Intrinsic.h> |
| 8585 | #include <X11/Xaw/Simple.h> | 9828 | #include <X11/Xaw/Simple.h> |
| @@ -8593,11 +9836,21 @@ main () | |||
| 8593 | _ACEOF | 9836 | _ACEOF |
| 8594 | rm -f conftest.$ac_objext conftest$ac_exeext | 9837 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 8595 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 9838 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 8596 | (eval $ac_link) 2>&5 | 9839 | (eval $ac_link) 2>conftest.er1 |
| 8597 | ac_status=$? | 9840 | ac_status=$? |
| 9841 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 9842 | rm -f conftest.er1 | ||
| 9843 | cat conftest.err >&5 | ||
| 8598 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 9844 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 8599 | (exit $ac_status); } && | 9845 | (exit $ac_status); } && |
| 8600 | { ac_try='test -s conftest$ac_exeext' | 9846 | { ac_try='test -z "$ac_c_werror_flag" |
| 9847 | || test ! -s conftest.err' | ||
| 9848 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 9849 | (eval $ac_try) 2>&5 | ||
| 9850 | ac_status=$? | ||
| 9851 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 9852 | (exit $ac_status); }; } && | ||
| 9853 | { ac_try='test -s conftest$ac_exeext' | ||
| 8601 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 9854 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 8602 | (eval $ac_try) 2>&5 | 9855 | (eval $ac_try) 2>&5 |
| 8603 | ac_status=$? | 9856 | ac_status=$? |
| @@ -8606,10 +9859,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 8606 | emacs_cv_x11_version_5_with_xaw=yes | 9859 | emacs_cv_x11_version_5_with_xaw=yes |
| 8607 | else | 9860 | else |
| 8608 | echo "$as_me: failed program was:" >&5 | 9861 | echo "$as_me: failed program was:" >&5 |
| 8609 | cat conftest.$ac_ext >&5 | 9862 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 9863 | |||
| 8610 | emacs_cv_x11_version_5_with_xaw=no | 9864 | emacs_cv_x11_version_5_with_xaw=no |
| 8611 | fi | 9865 | fi |
| 8612 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 9866 | rm -f conftest.err conftest.$ac_objext \ |
| 9867 | conftest$ac_exeext conftest.$ac_ext | ||
| 8613 | fi | 9868 | fi |
| 8614 | 9869 | ||
| 8615 | if test $emacs_cv_x11_version_5_with_xaw = yes; then | 9870 | if test $emacs_cv_x11_version_5_with_xaw = yes; then |
| @@ -8635,8 +9890,11 @@ echo $ECHO_N "checking X11 toolkit version... $ECHO_C" >&6 | |||
| 8635 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 9890 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 8636 | else | 9891 | else |
| 8637 | cat >conftest.$ac_ext <<_ACEOF | 9892 | cat >conftest.$ac_ext <<_ACEOF |
| 8638 | #line $LINENO "configure" | 9893 | /* confdefs.h. */ |
| 8639 | #include "confdefs.h" | 9894 | _ACEOF |
| 9895 | cat confdefs.h >>conftest.$ac_ext | ||
| 9896 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 9897 | /* end confdefs.h. */ | ||
| 8640 | #include <X11/Intrinsic.h> | 9898 | #include <X11/Intrinsic.h> |
| 8641 | int | 9899 | int |
| 8642 | main () | 9900 | main () |
| @@ -8651,11 +9909,21 @@ fail; | |||
| 8651 | _ACEOF | 9909 | _ACEOF |
| 8652 | rm -f conftest.$ac_objext conftest$ac_exeext | 9910 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 8653 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 9911 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 8654 | (eval $ac_link) 2>&5 | 9912 | (eval $ac_link) 2>conftest.er1 |
| 8655 | ac_status=$? | 9913 | ac_status=$? |
| 9914 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 9915 | rm -f conftest.er1 | ||
| 9916 | cat conftest.err >&5 | ||
| 8656 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 9917 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 8657 | (exit $ac_status); } && | 9918 | (exit $ac_status); } && |
| 8658 | { ac_try='test -s conftest$ac_exeext' | 9919 | { ac_try='test -z "$ac_c_werror_flag" |
| 9920 | || test ! -s conftest.err' | ||
| 9921 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 9922 | (eval $ac_try) 2>&5 | ||
| 9923 | ac_status=$? | ||
| 9924 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 9925 | (exit $ac_status); }; } && | ||
| 9926 | { ac_try='test -s conftest$ac_exeext' | ||
| 8659 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 9927 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 8660 | (eval $ac_try) 2>&5 | 9928 | (eval $ac_try) 2>&5 |
| 8661 | ac_status=$? | 9929 | ac_status=$? |
| @@ -8664,10 +9932,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 8664 | emacs_cv_x11_toolkit_version_6=yes | 9932 | emacs_cv_x11_toolkit_version_6=yes |
| 8665 | else | 9933 | else |
| 8666 | echo "$as_me: failed program was:" >&5 | 9934 | echo "$as_me: failed program was:" >&5 |
| 8667 | cat conftest.$ac_ext >&5 | 9935 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 9936 | |||
| 8668 | emacs_cv_x11_toolkit_version_6=no | 9937 | emacs_cv_x11_toolkit_version_6=no |
| 8669 | fi | 9938 | fi |
| 8670 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 9939 | rm -f conftest.err conftest.$ac_objext \ |
| 9940 | conftest$ac_exeext conftest.$ac_ext | ||
| 8671 | fi | 9941 | fi |
| 8672 | 9942 | ||
| 8673 | HAVE_X11XTR6=$emacs_cv_x11_toolkit_version_6 | 9943 | HAVE_X11XTR6=$emacs_cv_x11_toolkit_version_6 |
| @@ -8699,8 +9969,11 @@ else | |||
| 8699 | ac_check_lib_save_LIBS=$LIBS | 9969 | ac_check_lib_save_LIBS=$LIBS |
| 8700 | LIBS="-lXmu $LIBS" | 9970 | LIBS="-lXmu $LIBS" |
| 8701 | cat >conftest.$ac_ext <<_ACEOF | 9971 | cat >conftest.$ac_ext <<_ACEOF |
| 8702 | #line $LINENO "configure" | 9972 | /* confdefs.h. */ |
| 8703 | #include "confdefs.h" | 9973 | _ACEOF |
| 9974 | cat confdefs.h >>conftest.$ac_ext | ||
| 9975 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 9976 | /* end confdefs.h. */ | ||
| 8704 | 9977 | ||
| 8705 | /* Override any gcc2 internal prototype to avoid an error. */ | 9978 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 8706 | #ifdef __cplusplus | 9979 | #ifdef __cplusplus |
| @@ -8719,11 +9992,21 @@ XmuConvertStandardSelection (); | |||
| 8719 | _ACEOF | 9992 | _ACEOF |
| 8720 | rm -f conftest.$ac_objext conftest$ac_exeext | 9993 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 8721 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 9994 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 8722 | (eval $ac_link) 2>&5 | 9995 | (eval $ac_link) 2>conftest.er1 |
| 8723 | ac_status=$? | 9996 | ac_status=$? |
| 9997 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 9998 | rm -f conftest.er1 | ||
| 9999 | cat conftest.err >&5 | ||
| 8724 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 10000 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 8725 | (exit $ac_status); } && | 10001 | (exit $ac_status); } && |
| 8726 | { ac_try='test -s conftest$ac_exeext' | 10002 | { ac_try='test -z "$ac_c_werror_flag" |
| 10003 | || test ! -s conftest.err' | ||
| 10004 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 10005 | (eval $ac_try) 2>&5 | ||
| 10006 | ac_status=$? | ||
| 10007 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 10008 | (exit $ac_status); }; } && | ||
| 10009 | { ac_try='test -s conftest$ac_exeext' | ||
| 8727 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 10010 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 8728 | (eval $ac_try) 2>&5 | 10011 | (eval $ac_try) 2>&5 |
| 8729 | ac_status=$? | 10012 | ac_status=$? |
| @@ -8732,10 +10015,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 8732 | ac_cv_lib_Xmu_XmuConvertStandardSelection=yes | 10015 | ac_cv_lib_Xmu_XmuConvertStandardSelection=yes |
| 8733 | else | 10016 | else |
| 8734 | echo "$as_me: failed program was:" >&5 | 10017 | echo "$as_me: failed program was:" >&5 |
| 8735 | cat conftest.$ac_ext >&5 | 10018 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 10019 | |||
| 8736 | ac_cv_lib_Xmu_XmuConvertStandardSelection=no | 10020 | ac_cv_lib_Xmu_XmuConvertStandardSelection=no |
| 8737 | fi | 10021 | fi |
| 8738 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 10022 | rm -f conftest.err conftest.$ac_objext \ |
| 10023 | conftest$ac_exeext conftest.$ac_ext | ||
| 8739 | LIBS=$ac_check_lib_save_LIBS | 10024 | LIBS=$ac_check_lib_save_LIBS |
| 8740 | fi | 10025 | fi |
| 8741 | echo "$as_me:$LINENO: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5 | 10026 | echo "$as_me:$LINENO: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5 |
| @@ -8764,8 +10049,11 @@ else | |||
| 8764 | ac_check_lib_save_LIBS=$LIBS | 10049 | ac_check_lib_save_LIBS=$LIBS |
| 8765 | LIBS="-lXext $LIBS" | 10050 | LIBS="-lXext $LIBS" |
| 8766 | cat >conftest.$ac_ext <<_ACEOF | 10051 | cat >conftest.$ac_ext <<_ACEOF |
| 8767 | #line $LINENO "configure" | 10052 | /* confdefs.h. */ |
| 8768 | #include "confdefs.h" | 10053 | _ACEOF |
| 10054 | cat confdefs.h >>conftest.$ac_ext | ||
| 10055 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 10056 | /* end confdefs.h. */ | ||
| 8769 | 10057 | ||
| 8770 | /* Override any gcc2 internal prototype to avoid an error. */ | 10058 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 8771 | #ifdef __cplusplus | 10059 | #ifdef __cplusplus |
| @@ -8784,11 +10072,21 @@ XShapeQueryExtension (); | |||
| 8784 | _ACEOF | 10072 | _ACEOF |
| 8785 | rm -f conftest.$ac_objext conftest$ac_exeext | 10073 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 8786 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 10074 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 8787 | (eval $ac_link) 2>&5 | 10075 | (eval $ac_link) 2>conftest.er1 |
| 8788 | ac_status=$? | 10076 | ac_status=$? |
| 10077 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 10078 | rm -f conftest.er1 | ||
| 10079 | cat conftest.err >&5 | ||
| 8789 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 10080 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 8790 | (exit $ac_status); } && | 10081 | (exit $ac_status); } && |
| 8791 | { ac_try='test -s conftest$ac_exeext' | 10082 | { ac_try='test -z "$ac_c_werror_flag" |
| 10083 | || test ! -s conftest.err' | ||
| 10084 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 10085 | (eval $ac_try) 2>&5 | ||
| 10086 | ac_status=$? | ||
| 10087 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 10088 | (exit $ac_status); }; } && | ||
| 10089 | { ac_try='test -s conftest$ac_exeext' | ||
| 8792 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 10090 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 8793 | (eval $ac_try) 2>&5 | 10091 | (eval $ac_try) 2>&5 |
| 8794 | ac_status=$? | 10092 | ac_status=$? |
| @@ -8797,10 +10095,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 8797 | ac_cv_lib_Xext_XShapeQueryExtension=yes | 10095 | ac_cv_lib_Xext_XShapeQueryExtension=yes |
| 8798 | else | 10096 | else |
| 8799 | echo "$as_me: failed program was:" >&5 | 10097 | echo "$as_me: failed program was:" >&5 |
| 8800 | cat conftest.$ac_ext >&5 | 10098 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 10099 | |||
| 8801 | ac_cv_lib_Xext_XShapeQueryExtension=no | 10100 | ac_cv_lib_Xext_XShapeQueryExtension=no |
| 8802 | fi | 10101 | fi |
| 8803 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 10102 | rm -f conftest.err conftest.$ac_objext \ |
| 10103 | conftest$ac_exeext conftest.$ac_ext | ||
| 8804 | LIBS=$ac_check_lib_save_LIBS | 10104 | LIBS=$ac_check_lib_save_LIBS |
| 8805 | fi | 10105 | fi |
| 8806 | echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5 | 10106 | echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5 |
| @@ -8831,8 +10131,11 @@ else | |||
| 8831 | CPPFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CPPFLAGS" | 10131 | CPPFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CPPFLAGS" |
| 8832 | CFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CFLAGS" | 10132 | CFLAGS="-I/usr/X11R6/LessTif/Motif1.2/include $CFLAGS" |
| 8833 | cat >conftest.$ac_ext <<_ACEOF | 10133 | cat >conftest.$ac_ext <<_ACEOF |
| 8834 | #line $LINENO "configure" | 10134 | /* confdefs.h. */ |
| 8835 | #include "confdefs.h" | 10135 | _ACEOF |
| 10136 | cat confdefs.h >>conftest.$ac_ext | ||
| 10137 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 10138 | /* end confdefs.h. */ | ||
| 8836 | #include </usr/X11R6/LessTif/Motif1.2/include/Xm/Xm.h> | 10139 | #include </usr/X11R6/LessTif/Motif1.2/include/Xm/Xm.h> |
| 8837 | int | 10140 | int |
| 8838 | main () | 10141 | main () |
| @@ -8844,11 +10147,21 @@ int x = 5; | |||
| 8844 | _ACEOF | 10147 | _ACEOF |
| 8845 | rm -f conftest.$ac_objext | 10148 | rm -f conftest.$ac_objext |
| 8846 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 10149 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 8847 | (eval $ac_compile) 2>&5 | 10150 | (eval $ac_compile) 2>conftest.er1 |
| 8848 | ac_status=$? | 10151 | ac_status=$? |
| 10152 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 10153 | rm -f conftest.er1 | ||
| 10154 | cat conftest.err >&5 | ||
| 8849 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 10155 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 8850 | (exit $ac_status); } && | 10156 | (exit $ac_status); } && |
| 8851 | { ac_try='test -s conftest.$ac_objext' | 10157 | { ac_try='test -z "$ac_c_werror_flag" |
| 10158 | || test ! -s conftest.err' | ||
| 10159 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 10160 | (eval $ac_try) 2>&5 | ||
| 10161 | ac_status=$? | ||
| 10162 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 10163 | (exit $ac_status); }; } && | ||
| 10164 | { ac_try='test -s conftest.$ac_objext' | ||
| 8852 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 10165 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 8853 | (eval $ac_try) 2>&5 | 10166 | (eval $ac_try) 2>&5 |
| 8854 | ac_status=$? | 10167 | ac_status=$? |
| @@ -8857,10 +10170,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 8857 | emacs_cv_lesstif=yes | 10170 | emacs_cv_lesstif=yes |
| 8858 | else | 10171 | else |
| 8859 | echo "$as_me: failed program was:" >&5 | 10172 | echo "$as_me: failed program was:" >&5 |
| 8860 | cat conftest.$ac_ext >&5 | 10173 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 10174 | |||
| 8861 | emacs_cv_lesstif=no | 10175 | emacs_cv_lesstif=no |
| 8862 | fi | 10176 | fi |
| 8863 | rm -f conftest.$ac_objext conftest.$ac_ext | 10177 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 8864 | fi | 10178 | fi |
| 8865 | echo "$as_me:$LINENO: result: $emacs_cv_lesstif" >&5 | 10179 | echo "$as_me:$LINENO: result: $emacs_cv_lesstif" >&5 |
| 8866 | echo "${ECHO_T}$emacs_cv_lesstif" >&6 | 10180 | echo "${ECHO_T}$emacs_cv_lesstif" >&6 |
| @@ -8882,8 +10196,11 @@ if test "${emacs_cv_motif_version_2_1+set}" = set; then | |||
| 8882 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 10196 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 8883 | else | 10197 | else |
| 8884 | cat >conftest.$ac_ext <<_ACEOF | 10198 | cat >conftest.$ac_ext <<_ACEOF |
| 8885 | #line $LINENO "configure" | 10199 | /* confdefs.h. */ |
| 8886 | #include "confdefs.h" | 10200 | _ACEOF |
| 10201 | cat confdefs.h >>conftest.$ac_ext | ||
| 10202 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 10203 | /* end confdefs.h. */ | ||
| 8887 | #include <Xm/Xm.h> | 10204 | #include <Xm/Xm.h> |
| 8888 | int | 10205 | int |
| 8889 | main () | 10206 | main () |
| @@ -8899,11 +10216,21 @@ Motif version prior to 2.1. | |||
| 8899 | _ACEOF | 10216 | _ACEOF |
| 8900 | rm -f conftest.$ac_objext | 10217 | rm -f conftest.$ac_objext |
| 8901 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 10218 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 8902 | (eval $ac_compile) 2>&5 | 10219 | (eval $ac_compile) 2>conftest.er1 |
| 8903 | ac_status=$? | 10220 | ac_status=$? |
| 10221 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 10222 | rm -f conftest.er1 | ||
| 10223 | cat conftest.err >&5 | ||
| 8904 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 10224 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 8905 | (exit $ac_status); } && | 10225 | (exit $ac_status); } && |
| 8906 | { ac_try='test -s conftest.$ac_objext' | 10226 | { ac_try='test -z "$ac_c_werror_flag" |
| 10227 | || test ! -s conftest.err' | ||
| 10228 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 10229 | (eval $ac_try) 2>&5 | ||
| 10230 | ac_status=$? | ||
| 10231 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 10232 | (exit $ac_status); }; } && | ||
| 10233 | { ac_try='test -s conftest.$ac_objext' | ||
| 8907 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 10234 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 8908 | (eval $ac_try) 2>&5 | 10235 | (eval $ac_try) 2>&5 |
| 8909 | ac_status=$? | 10236 | ac_status=$? |
| @@ -8912,10 +10239,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 8912 | emacs_cv_motif_version_2_1=yes | 10239 | emacs_cv_motif_version_2_1=yes |
| 8913 | else | 10240 | else |
| 8914 | echo "$as_me: failed program was:" >&5 | 10241 | echo "$as_me: failed program was:" >&5 |
| 8915 | cat conftest.$ac_ext >&5 | 10242 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 10243 | |||
| 8916 | emacs_cv_motif_version_2_1=no | 10244 | emacs_cv_motif_version_2_1=no |
| 8917 | fi | 10245 | fi |
| 8918 | rm -f conftest.$ac_objext conftest.$ac_ext | 10246 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 8919 | fi | 10247 | fi |
| 8920 | echo "$as_me:$LINENO: result: $emacs_cv_motif_version_2_1" >&5 | 10248 | echo "$as_me:$LINENO: result: $emacs_cv_motif_version_2_1" >&5 |
| 8921 | echo "${ECHO_T}$emacs_cv_motif_version_2_1" >&6 | 10249 | echo "${ECHO_T}$emacs_cv_motif_version_2_1" >&6 |
| @@ -8935,8 +10263,11 @@ else | |||
| 8935 | ac_check_lib_save_LIBS=$LIBS | 10263 | ac_check_lib_save_LIBS=$LIBS |
| 8936 | LIBS="-lXp $LIBS" | 10264 | LIBS="-lXp $LIBS" |
| 8937 | cat >conftest.$ac_ext <<_ACEOF | 10265 | cat >conftest.$ac_ext <<_ACEOF |
| 8938 | #line $LINENO "configure" | 10266 | /* confdefs.h. */ |
| 8939 | #include "confdefs.h" | 10267 | _ACEOF |
| 10268 | cat confdefs.h >>conftest.$ac_ext | ||
| 10269 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 10270 | /* end confdefs.h. */ | ||
| 8940 | 10271 | ||
| 8941 | /* Override any gcc2 internal prototype to avoid an error. */ | 10272 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 8942 | #ifdef __cplusplus | 10273 | #ifdef __cplusplus |
| @@ -8955,11 +10286,21 @@ XpCreateContext (); | |||
| 8955 | _ACEOF | 10286 | _ACEOF |
| 8956 | rm -f conftest.$ac_objext conftest$ac_exeext | 10287 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 8957 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 10288 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 8958 | (eval $ac_link) 2>&5 | 10289 | (eval $ac_link) 2>conftest.er1 |
| 8959 | ac_status=$? | 10290 | ac_status=$? |
| 10291 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 10292 | rm -f conftest.er1 | ||
| 10293 | cat conftest.err >&5 | ||
| 8960 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 10294 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 8961 | (exit $ac_status); } && | 10295 | (exit $ac_status); } && |
| 8962 | { ac_try='test -s conftest$ac_exeext' | 10296 | { ac_try='test -z "$ac_c_werror_flag" |
| 10297 | || test ! -s conftest.err' | ||
| 10298 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 10299 | (eval $ac_try) 2>&5 | ||
| 10300 | ac_status=$? | ||
| 10301 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 10302 | (exit $ac_status); }; } && | ||
| 10303 | { ac_try='test -s conftest$ac_exeext' | ||
| 8963 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 10304 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 8964 | (eval $ac_try) 2>&5 | 10305 | (eval $ac_try) 2>&5 |
| 8965 | ac_status=$? | 10306 | ac_status=$? |
| @@ -8968,10 +10309,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 8968 | ac_cv_lib_Xp_XpCreateContext=yes | 10309 | ac_cv_lib_Xp_XpCreateContext=yes |
| 8969 | else | 10310 | else |
| 8970 | echo "$as_me: failed program was:" >&5 | 10311 | echo "$as_me: failed program was:" >&5 |
| 8971 | cat conftest.$ac_ext >&5 | 10312 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 10313 | |||
| 8972 | ac_cv_lib_Xp_XpCreateContext=no | 10314 | ac_cv_lib_Xp_XpCreateContext=no |
| 8973 | fi | 10315 | fi |
| 8974 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 10316 | rm -f conftest.err conftest.$ac_objext \ |
| 10317 | conftest$ac_exeext conftest.$ac_ext | ||
| 8975 | LIBS=$ac_check_lib_save_LIBS | 10318 | LIBS=$ac_check_lib_save_LIBS |
| 8976 | fi | 10319 | fi |
| 8977 | echo "$as_me:$LINENO: result: $ac_cv_lib_Xp_XpCreateContext" >&5 | 10320 | echo "$as_me:$LINENO: result: $ac_cv_lib_Xp_XpCreateContext" >&5 |
| @@ -9000,8 +10343,11 @@ if test "${ac_cv_header_X11_Xaw3d_Scrollbar_h+set}" = set; then | |||
| 9000 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 10343 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 9001 | else | 10344 | else |
| 9002 | cat >conftest.$ac_ext <<_ACEOF | 10345 | cat >conftest.$ac_ext <<_ACEOF |
| 9003 | #line $LINENO "configure" | 10346 | /* confdefs.h. */ |
| 9004 | #include "confdefs.h" | 10347 | _ACEOF |
| 10348 | cat confdefs.h >>conftest.$ac_ext | ||
| 10349 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 10350 | /* end confdefs.h. */ | ||
| 9005 | #include <X11/Xaw3d/Scrollbar.h> | 10351 | #include <X11/Xaw3d/Scrollbar.h> |
| 9006 | _ACEOF | 10352 | _ACEOF |
| 9007 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 10353 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| @@ -9014,6 +10360,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 9014 | (exit $ac_status); } >/dev/null; then | 10360 | (exit $ac_status); } >/dev/null; then |
| 9015 | if test -s conftest.err; then | 10361 | if test -s conftest.err; then |
| 9016 | ac_cpp_err=$ac_c_preproc_warn_flag | 10362 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 10363 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 9017 | else | 10364 | else |
| 9018 | ac_cpp_err= | 10365 | ac_cpp_err= |
| 9019 | fi | 10366 | fi |
| @@ -9024,7 +10371,8 @@ if test -z "$ac_cpp_err"; then | |||
| 9024 | ac_cv_header_X11_Xaw3d_Scrollbar_h=yes | 10371 | ac_cv_header_X11_Xaw3d_Scrollbar_h=yes |
| 9025 | else | 10372 | else |
| 9026 | echo "$as_me: failed program was:" >&5 | 10373 | echo "$as_me: failed program was:" >&5 |
| 9027 | cat conftest.$ac_ext >&5 | 10374 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 10375 | |||
| 9028 | ac_cv_header_X11_Xaw3d_Scrollbar_h=no | 10376 | ac_cv_header_X11_Xaw3d_Scrollbar_h=no |
| 9029 | fi | 10377 | fi |
| 9030 | rm -f conftest.err conftest.$ac_ext | 10378 | rm -f conftest.err conftest.$ac_ext |
| @@ -9040,8 +10388,11 @@ else | |||
| 9040 | ac_check_lib_save_LIBS=$LIBS | 10388 | ac_check_lib_save_LIBS=$LIBS |
| 9041 | LIBS="-lXaw3d $LIBS" | 10389 | LIBS="-lXaw3d $LIBS" |
| 9042 | cat >conftest.$ac_ext <<_ACEOF | 10390 | cat >conftest.$ac_ext <<_ACEOF |
| 9043 | #line $LINENO "configure" | 10391 | /* confdefs.h. */ |
| 9044 | #include "confdefs.h" | 10392 | _ACEOF |
| 10393 | cat confdefs.h >>conftest.$ac_ext | ||
| 10394 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 10395 | /* end confdefs.h. */ | ||
| 9045 | 10396 | ||
| 9046 | /* Override any gcc2 internal prototype to avoid an error. */ | 10397 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 9047 | #ifdef __cplusplus | 10398 | #ifdef __cplusplus |
| @@ -9060,11 +10411,21 @@ XawScrollbarSetThumb (); | |||
| 9060 | _ACEOF | 10411 | _ACEOF |
| 9061 | rm -f conftest.$ac_objext conftest$ac_exeext | 10412 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 9062 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 10413 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 9063 | (eval $ac_link) 2>&5 | 10414 | (eval $ac_link) 2>conftest.er1 |
| 9064 | ac_status=$? | 10415 | ac_status=$? |
| 10416 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 10417 | rm -f conftest.er1 | ||
| 10418 | cat conftest.err >&5 | ||
| 9065 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 10419 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 9066 | (exit $ac_status); } && | 10420 | (exit $ac_status); } && |
| 9067 | { ac_try='test -s conftest$ac_exeext' | 10421 | { ac_try='test -z "$ac_c_werror_flag" |
| 10422 | || test ! -s conftest.err' | ||
| 10423 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 10424 | (eval $ac_try) 2>&5 | ||
| 10425 | ac_status=$? | ||
| 10426 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 10427 | (exit $ac_status); }; } && | ||
| 10428 | { ac_try='test -s conftest$ac_exeext' | ||
| 9068 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 10429 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 9069 | (eval $ac_try) 2>&5 | 10430 | (eval $ac_try) 2>&5 |
| 9070 | ac_status=$? | 10431 | ac_status=$? |
| @@ -9073,10 +10434,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 9073 | ac_cv_lib_Xaw3d_XawScrollbarSetThumb=yes | 10434 | ac_cv_lib_Xaw3d_XawScrollbarSetThumb=yes |
| 9074 | else | 10435 | else |
| 9075 | echo "$as_me: failed program was:" >&5 | 10436 | echo "$as_me: failed program was:" >&5 |
| 9076 | cat conftest.$ac_ext >&5 | 10437 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 10438 | |||
| 9077 | ac_cv_lib_Xaw3d_XawScrollbarSetThumb=no | 10439 | ac_cv_lib_Xaw3d_XawScrollbarSetThumb=no |
| 9078 | fi | 10440 | fi |
| 9079 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 10441 | rm -f conftest.err conftest.$ac_objext \ |
| 10442 | conftest$ac_exeext conftest.$ac_ext | ||
| 9080 | LIBS=$ac_check_lib_save_LIBS | 10443 | LIBS=$ac_check_lib_save_LIBS |
| 9081 | fi | 10444 | fi |
| 9082 | echo "$as_me:$LINENO: result: $ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&5 | 10445 | echo "$as_me:$LINENO: result: $ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&5 |
| @@ -9127,8 +10490,11 @@ _ACEOF | |||
| 9127 | fi | 10490 | fi |
| 9128 | 10491 | ||
| 9129 | cat >conftest.$ac_ext <<_ACEOF | 10492 | cat >conftest.$ac_ext <<_ACEOF |
| 9130 | #line $LINENO "configure" | 10493 | /* confdefs.h. */ |
| 9131 | #include "confdefs.h" | 10494 | _ACEOF |
| 10495 | cat confdefs.h >>conftest.$ac_ext | ||
| 10496 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 10497 | /* end confdefs.h. */ | ||
| 9132 | 10498 | ||
| 9133 | #include <X11/Xlib.h> | 10499 | #include <X11/Xlib.h> |
| 9134 | #include <X11/Xresource.h> | 10500 | #include <X11/Xresource.h> |
| @@ -9142,11 +10508,21 @@ XIMProc callback; | |||
| 9142 | _ACEOF | 10508 | _ACEOF |
| 9143 | rm -f conftest.$ac_objext | 10509 | rm -f conftest.$ac_objext |
| 9144 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 10510 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 9145 | (eval $ac_compile) 2>&5 | 10511 | (eval $ac_compile) 2>conftest.er1 |
| 9146 | ac_status=$? | 10512 | ac_status=$? |
| 10513 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 10514 | rm -f conftest.er1 | ||
| 10515 | cat conftest.err >&5 | ||
| 9147 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 10516 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 9148 | (exit $ac_status); } && | 10517 | (exit $ac_status); } && |
| 9149 | { ac_try='test -s conftest.$ac_objext' | 10518 | { ac_try='test -z "$ac_c_werror_flag" |
| 10519 | || test ! -s conftest.err' | ||
| 10520 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 10521 | (eval $ac_try) 2>&5 | ||
| 10522 | ac_status=$? | ||
| 10523 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 10524 | (exit $ac_status); }; } && | ||
| 10525 | { ac_try='test -s conftest.$ac_objext' | ||
| 9150 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 10526 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 9151 | (eval $ac_try) 2>&5 | 10527 | (eval $ac_try) 2>&5 |
| 9152 | ac_status=$? | 10528 | ac_status=$? |
| @@ -9160,10 +10536,11 @@ _ACEOF | |||
| 9160 | 10536 | ||
| 9161 | else | 10537 | else |
| 9162 | echo "$as_me: failed program was:" >&5 | 10538 | echo "$as_me: failed program was:" >&5 |
| 9163 | cat conftest.$ac_ext >&5 | 10539 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 10540 | |||
| 9164 | HAVE_XIM=no | 10541 | HAVE_XIM=no |
| 9165 | fi | 10542 | fi |
| 9166 | rm -f conftest.$ac_objext conftest.$ac_ext | 10543 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 9167 | 10544 | ||
| 9168 | 10545 | ||
| 9169 | if test "${with_xim}" != "no"; then | 10546 | if test "${with_xim}" != "no"; then |
| @@ -9181,8 +10558,11 @@ if test "${HAVE_XIM}" != "no"; then | |||
| 9181 | CFLAGS="$CFLAGS --pedantic-errors" | 10558 | CFLAGS="$CFLAGS --pedantic-errors" |
| 9182 | fi | 10559 | fi |
| 9183 | cat >conftest.$ac_ext <<_ACEOF | 10560 | cat >conftest.$ac_ext <<_ACEOF |
| 9184 | #line $LINENO "configure" | 10561 | /* confdefs.h. */ |
| 9185 | #include "confdefs.h" | 10562 | _ACEOF |
| 10563 | cat confdefs.h >>conftest.$ac_ext | ||
| 10564 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 10565 | /* end confdefs.h. */ | ||
| 9186 | 10566 | ||
| 9187 | #include <X11/Xlib.h> | 10567 | #include <X11/Xlib.h> |
| 9188 | #include <X11/Xresource.h> | 10568 | #include <X11/Xresource.h> |
| @@ -9209,11 +10589,21 @@ extern Bool XRegisterIMInstantiateCallback(Display*, XrmDatabase, char*, | |||
| 9209 | _ACEOF | 10589 | _ACEOF |
| 9210 | rm -f conftest.$ac_objext | 10590 | rm -f conftest.$ac_objext |
| 9211 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 10591 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 9212 | (eval $ac_compile) 2>&5 | 10592 | (eval $ac_compile) 2>conftest.er1 |
| 9213 | ac_status=$? | 10593 | ac_status=$? |
| 10594 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 10595 | rm -f conftest.er1 | ||
| 10596 | cat conftest.err >&5 | ||
| 9214 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 10597 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 9215 | (exit $ac_status); } && | 10598 | (exit $ac_status); } && |
| 9216 | { ac_try='test -s conftest.$ac_objext' | 10599 | { ac_try='test -z "$ac_c_werror_flag" |
| 10600 | || test ! -s conftest.err' | ||
| 10601 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 10602 | (eval $ac_try) 2>&5 | ||
| 10603 | ac_status=$? | ||
| 10604 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 10605 | (exit $ac_status); }; } && | ||
| 10606 | { ac_try='test -s conftest.$ac_objext' | ||
| 9217 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 10607 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 9218 | (eval $ac_try) 2>&5 | 10608 | (eval $ac_try) 2>&5 |
| 9219 | ac_status=$? | 10609 | ac_status=$? |
| @@ -9222,9 +10612,10 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 9222 | emacs_cv_arg6_star=yes | 10612 | emacs_cv_arg6_star=yes |
| 9223 | else | 10613 | else |
| 9224 | echo "$as_me: failed program was:" >&5 | 10614 | echo "$as_me: failed program was:" >&5 |
| 9225 | cat conftest.$ac_ext >&5 | 10615 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 10616 | |||
| 9226 | fi | 10617 | fi |
| 9227 | rm -f conftest.$ac_objext conftest.$ac_ext | 10618 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 9228 | 10619 | ||
| 9229 | if test "$emacs_cv_arg6_star" = yes; then | 10620 | if test "$emacs_cv_arg6_star" = yes; then |
| 9230 | cat >>confdefs.h <<\_ACEOF | 10621 | cat >>confdefs.h <<\_ACEOF |
| @@ -9257,18 +10648,31 @@ else | |||
| 9257 | echo "$as_me:$LINENO: checking X11/xpm.h usability" >&5 | 10648 | echo "$as_me:$LINENO: checking X11/xpm.h usability" >&5 |
| 9258 | echo $ECHO_N "checking X11/xpm.h usability... $ECHO_C" >&6 | 10649 | echo $ECHO_N "checking X11/xpm.h usability... $ECHO_C" >&6 |
| 9259 | cat >conftest.$ac_ext <<_ACEOF | 10650 | cat >conftest.$ac_ext <<_ACEOF |
| 9260 | #line $LINENO "configure" | 10651 | /* confdefs.h. */ |
| 9261 | #include "confdefs.h" | 10652 | _ACEOF |
| 10653 | cat confdefs.h >>conftest.$ac_ext | ||
| 10654 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 10655 | /* end confdefs.h. */ | ||
| 9262 | $ac_includes_default | 10656 | $ac_includes_default |
| 9263 | #include <X11/xpm.h> | 10657 | #include <X11/xpm.h> |
| 9264 | _ACEOF | 10658 | _ACEOF |
| 9265 | rm -f conftest.$ac_objext | 10659 | rm -f conftest.$ac_objext |
| 9266 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 10660 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 9267 | (eval $ac_compile) 2>&5 | 10661 | (eval $ac_compile) 2>conftest.er1 |
| 9268 | ac_status=$? | 10662 | ac_status=$? |
| 10663 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 10664 | rm -f conftest.er1 | ||
| 10665 | cat conftest.err >&5 | ||
| 9269 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 10666 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 9270 | (exit $ac_status); } && | 10667 | (exit $ac_status); } && |
| 9271 | { ac_try='test -s conftest.$ac_objext' | 10668 | { ac_try='test -z "$ac_c_werror_flag" |
| 10669 | || test ! -s conftest.err' | ||
| 10670 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 10671 | (eval $ac_try) 2>&5 | ||
| 10672 | ac_status=$? | ||
| 10673 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 10674 | (exit $ac_status); }; } && | ||
| 10675 | { ac_try='test -s conftest.$ac_objext' | ||
| 9272 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 10676 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 9273 | (eval $ac_try) 2>&5 | 10677 | (eval $ac_try) 2>&5 |
| 9274 | ac_status=$? | 10678 | ac_status=$? |
| @@ -9277,10 +10681,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 9277 | ac_header_compiler=yes | 10681 | ac_header_compiler=yes |
| 9278 | else | 10682 | else |
| 9279 | echo "$as_me: failed program was:" >&5 | 10683 | echo "$as_me: failed program was:" >&5 |
| 9280 | cat conftest.$ac_ext >&5 | 10684 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 10685 | |||
| 9281 | ac_header_compiler=no | 10686 | ac_header_compiler=no |
| 9282 | fi | 10687 | fi |
| 9283 | rm -f conftest.$ac_objext conftest.$ac_ext | 10688 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 9284 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 10689 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 9285 | echo "${ECHO_T}$ac_header_compiler" >&6 | 10690 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 9286 | 10691 | ||
| @@ -9288,8 +10693,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 9288 | echo "$as_me:$LINENO: checking X11/xpm.h presence" >&5 | 10693 | echo "$as_me:$LINENO: checking X11/xpm.h presence" >&5 |
| 9289 | echo $ECHO_N "checking X11/xpm.h presence... $ECHO_C" >&6 | 10694 | echo $ECHO_N "checking X11/xpm.h presence... $ECHO_C" >&6 |
| 9290 | cat >conftest.$ac_ext <<_ACEOF | 10695 | cat >conftest.$ac_ext <<_ACEOF |
| 9291 | #line $LINENO "configure" | 10696 | /* confdefs.h. */ |
| 9292 | #include "confdefs.h" | 10697 | _ACEOF |
| 10698 | cat confdefs.h >>conftest.$ac_ext | ||
| 10699 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 10700 | /* end confdefs.h. */ | ||
| 9293 | #include <X11/xpm.h> | 10701 | #include <X11/xpm.h> |
| 9294 | _ACEOF | 10702 | _ACEOF |
| 9295 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 10703 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| @@ -9302,6 +10710,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 9302 | (exit $ac_status); } >/dev/null; then | 10710 | (exit $ac_status); } >/dev/null; then |
| 9303 | if test -s conftest.err; then | 10711 | if test -s conftest.err; then |
| 9304 | ac_cpp_err=$ac_c_preproc_warn_flag | 10712 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 10713 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 9305 | else | 10714 | else |
| 9306 | ac_cpp_err= | 10715 | ac_cpp_err= |
| 9307 | fi | 10716 | fi |
| @@ -9312,7 +10721,8 @@ if test -z "$ac_cpp_err"; then | |||
| 9312 | ac_header_preproc=yes | 10721 | ac_header_preproc=yes |
| 9313 | else | 10722 | else |
| 9314 | echo "$as_me: failed program was:" >&5 | 10723 | echo "$as_me: failed program was:" >&5 |
| 9315 | cat conftest.$ac_ext >&5 | 10724 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 10725 | |||
| 9316 | ac_header_preproc=no | 10726 | ac_header_preproc=no |
| 9317 | fi | 10727 | fi |
| 9318 | rm -f conftest.err conftest.$ac_ext | 10728 | rm -f conftest.err conftest.$ac_ext |
| @@ -9320,19 +10730,36 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 9320 | echo "${ECHO_T}$ac_header_preproc" >&6 | 10730 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 9321 | 10731 | ||
| 9322 | # So? What about this header? | 10732 | # So? What about this header? |
| 9323 | case $ac_header_compiler:$ac_header_preproc in | 10733 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
| 9324 | yes:no ) | 10734 | yes:no: ) |
| 9325 | { echo "$as_me:$LINENO: WARNING: X11/xpm.h: accepted by the compiler, rejected by the preprocessor!" >&5 | 10735 | { echo "$as_me:$LINENO: WARNING: X11/xpm.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 9326 | echo "$as_me: WARNING: X11/xpm.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | 10736 | echo "$as_me: WARNING: X11/xpm.h: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 9327 | { echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&5 | 10737 | { echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the compiler's result" >&5 |
| 9328 | echo "$as_me: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&2;};; | 10738 | echo "$as_me: WARNING: X11/xpm.h: proceeding with the compiler's result" >&2;} |
| 9329 | no:yes ) | 10739 | ac_header_preproc=yes |
| 10740 | ;; | ||
| 10741 | no:yes:* ) | ||
| 9330 | { echo "$as_me:$LINENO: WARNING: X11/xpm.h: present but cannot be compiled" >&5 | 10742 | { echo "$as_me:$LINENO: WARNING: X11/xpm.h: present but cannot be compiled" >&5 |
| 9331 | echo "$as_me: WARNING: X11/xpm.h: present but cannot be compiled" >&2;} | 10743 | echo "$as_me: WARNING: X11/xpm.h: present but cannot be compiled" >&2;} |
| 9332 | { echo "$as_me:$LINENO: WARNING: X11/xpm.h: check for missing prerequisite headers?" >&5 | 10744 | { echo "$as_me:$LINENO: WARNING: X11/xpm.h: check for missing prerequisite headers?" >&5 |
| 9333 | echo "$as_me: WARNING: X11/xpm.h: check for missing prerequisite headers?" >&2;} | 10745 | echo "$as_me: WARNING: X11/xpm.h: check for missing prerequisite headers?" >&2;} |
| 10746 | { echo "$as_me:$LINENO: WARNING: X11/xpm.h: see the Autoconf documentation" >&5 | ||
| 10747 | echo "$as_me: WARNING: X11/xpm.h: see the Autoconf documentation" >&2;} | ||
| 10748 | { echo "$as_me:$LINENO: WARNING: X11/xpm.h: section \"Present But Cannot Be Compiled\"" >&5 | ||
| 10749 | echo "$as_me: WARNING: X11/xpm.h: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 9334 | { echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&5 | 10750 | { echo "$as_me:$LINENO: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&5 |
| 9335 | echo "$as_me: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&2;};; | 10751 | echo "$as_me: WARNING: X11/xpm.h: proceeding with the preprocessor's result" >&2;} |
| 10752 | { echo "$as_me:$LINENO: WARNING: X11/xpm.h: in the future, the compiler will take precedence" >&5 | ||
| 10753 | echo "$as_me: WARNING: X11/xpm.h: in the future, the compiler will take precedence" >&2;} | ||
| 10754 | ( | ||
| 10755 | cat <<\_ASBOX | ||
| 10756 | ## ------------------------------------------ ## | ||
| 10757 | ## Report this to the AC_PACKAGE_NAME lists. ## | ||
| 10758 | ## ------------------------------------------ ## | ||
| 10759 | _ASBOX | ||
| 10760 | ) | | ||
| 10761 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 10762 | ;; | ||
| 9336 | esac | 10763 | esac |
| 9337 | echo "$as_me:$LINENO: checking for X11/xpm.h" >&5 | 10764 | echo "$as_me:$LINENO: checking for X11/xpm.h" >&5 |
| 9338 | echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6 | 10765 | echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6 |
| @@ -9354,8 +10781,11 @@ else | |||
| 9354 | ac_check_lib_save_LIBS=$LIBS | 10781 | ac_check_lib_save_LIBS=$LIBS |
| 9355 | LIBS="-lXpm -lX11 $LIBS" | 10782 | LIBS="-lXpm -lX11 $LIBS" |
| 9356 | cat >conftest.$ac_ext <<_ACEOF | 10783 | cat >conftest.$ac_ext <<_ACEOF |
| 9357 | #line $LINENO "configure" | 10784 | /* confdefs.h. */ |
| 9358 | #include "confdefs.h" | 10785 | _ACEOF |
| 10786 | cat confdefs.h >>conftest.$ac_ext | ||
| 10787 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 10788 | /* end confdefs.h. */ | ||
| 9359 | 10789 | ||
| 9360 | /* Override any gcc2 internal prototype to avoid an error. */ | 10790 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 9361 | #ifdef __cplusplus | 10791 | #ifdef __cplusplus |
| @@ -9374,11 +10804,21 @@ XpmReadFileToPixmap (); | |||
| 9374 | _ACEOF | 10804 | _ACEOF |
| 9375 | rm -f conftest.$ac_objext conftest$ac_exeext | 10805 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 9376 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 10806 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 9377 | (eval $ac_link) 2>&5 | 10807 | (eval $ac_link) 2>conftest.er1 |
| 9378 | ac_status=$? | 10808 | ac_status=$? |
| 10809 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 10810 | rm -f conftest.er1 | ||
| 10811 | cat conftest.err >&5 | ||
| 9379 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 10812 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 9380 | (exit $ac_status); } && | 10813 | (exit $ac_status); } && |
| 9381 | { ac_try='test -s conftest$ac_exeext' | 10814 | { ac_try='test -z "$ac_c_werror_flag" |
| 10815 | || test ! -s conftest.err' | ||
| 10816 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 10817 | (eval $ac_try) 2>&5 | ||
| 10818 | ac_status=$? | ||
| 10819 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 10820 | (exit $ac_status); }; } && | ||
| 10821 | { ac_try='test -s conftest$ac_exeext' | ||
| 9382 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 10822 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 9383 | (eval $ac_try) 2>&5 | 10823 | (eval $ac_try) 2>&5 |
| 9384 | ac_status=$? | 10824 | ac_status=$? |
| @@ -9387,10 +10827,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 9387 | ac_cv_lib_Xpm_XpmReadFileToPixmap=yes | 10827 | ac_cv_lib_Xpm_XpmReadFileToPixmap=yes |
| 9388 | else | 10828 | else |
| 9389 | echo "$as_me: failed program was:" >&5 | 10829 | echo "$as_me: failed program was:" >&5 |
| 9390 | cat conftest.$ac_ext >&5 | 10830 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 10831 | |||
| 9391 | ac_cv_lib_Xpm_XpmReadFileToPixmap=no | 10832 | ac_cv_lib_Xpm_XpmReadFileToPixmap=no |
| 9392 | fi | 10833 | fi |
| 9393 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 10834 | rm -f conftest.err conftest.$ac_objext \ |
| 10835 | conftest$ac_exeext conftest.$ac_ext | ||
| 9394 | LIBS=$ac_check_lib_save_LIBS | 10836 | LIBS=$ac_check_lib_save_LIBS |
| 9395 | fi | 10837 | fi |
| 9396 | echo "$as_me:$LINENO: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5 | 10838 | echo "$as_me:$LINENO: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5 |
| @@ -9406,8 +10848,11 @@ fi | |||
| 9406 | echo "$as_me:$LINENO: checking for XpmReturnAllocPixels preprocessor define" >&5 | 10848 | echo "$as_me:$LINENO: checking for XpmReturnAllocPixels preprocessor define" >&5 |
| 9407 | echo $ECHO_N "checking for XpmReturnAllocPixels preprocessor define... $ECHO_C" >&6 | 10849 | echo $ECHO_N "checking for XpmReturnAllocPixels preprocessor define... $ECHO_C" >&6 |
| 9408 | cat >conftest.$ac_ext <<_ACEOF | 10850 | cat >conftest.$ac_ext <<_ACEOF |
| 9409 | #line $LINENO "configure" | 10851 | /* confdefs.h. */ |
| 9410 | #include "confdefs.h" | 10852 | _ACEOF |
| 10853 | cat confdefs.h >>conftest.$ac_ext | ||
| 10854 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 10855 | /* end confdefs.h. */ | ||
| 9411 | #include "X11/xpm.h" | 10856 | #include "X11/xpm.h" |
| 9412 | #ifndef XpmReturnAllocPixels | 10857 | #ifndef XpmReturnAllocPixels |
| 9413 | no_return_alloc_pixels | 10858 | no_return_alloc_pixels |
| @@ -9459,18 +10904,31 @@ else | |||
| 9459 | echo "$as_me:$LINENO: checking jerror.h usability" >&5 | 10904 | echo "$as_me:$LINENO: checking jerror.h usability" >&5 |
| 9460 | echo $ECHO_N "checking jerror.h usability... $ECHO_C" >&6 | 10905 | echo $ECHO_N "checking jerror.h usability... $ECHO_C" >&6 |
| 9461 | cat >conftest.$ac_ext <<_ACEOF | 10906 | cat >conftest.$ac_ext <<_ACEOF |
| 9462 | #line $LINENO "configure" | 10907 | /* confdefs.h. */ |
| 9463 | #include "confdefs.h" | 10908 | _ACEOF |
| 10909 | cat confdefs.h >>conftest.$ac_ext | ||
| 10910 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 10911 | /* end confdefs.h. */ | ||
| 9464 | $ac_includes_default | 10912 | $ac_includes_default |
| 9465 | #include <jerror.h> | 10913 | #include <jerror.h> |
| 9466 | _ACEOF | 10914 | _ACEOF |
| 9467 | rm -f conftest.$ac_objext | 10915 | rm -f conftest.$ac_objext |
| 9468 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 10916 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 9469 | (eval $ac_compile) 2>&5 | 10917 | (eval $ac_compile) 2>conftest.er1 |
| 9470 | ac_status=$? | 10918 | ac_status=$? |
| 10919 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 10920 | rm -f conftest.er1 | ||
| 10921 | cat conftest.err >&5 | ||
| 9471 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 10922 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 9472 | (exit $ac_status); } && | 10923 | (exit $ac_status); } && |
| 9473 | { ac_try='test -s conftest.$ac_objext' | 10924 | { ac_try='test -z "$ac_c_werror_flag" |
| 10925 | || test ! -s conftest.err' | ||
| 10926 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 10927 | (eval $ac_try) 2>&5 | ||
| 10928 | ac_status=$? | ||
| 10929 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 10930 | (exit $ac_status); }; } && | ||
| 10931 | { ac_try='test -s conftest.$ac_objext' | ||
| 9474 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 10932 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 9475 | (eval $ac_try) 2>&5 | 10933 | (eval $ac_try) 2>&5 |
| 9476 | ac_status=$? | 10934 | ac_status=$? |
| @@ -9479,10 +10937,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 9479 | ac_header_compiler=yes | 10937 | ac_header_compiler=yes |
| 9480 | else | 10938 | else |
| 9481 | echo "$as_me: failed program was:" >&5 | 10939 | echo "$as_me: failed program was:" >&5 |
| 9482 | cat conftest.$ac_ext >&5 | 10940 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 10941 | |||
| 9483 | ac_header_compiler=no | 10942 | ac_header_compiler=no |
| 9484 | fi | 10943 | fi |
| 9485 | rm -f conftest.$ac_objext conftest.$ac_ext | 10944 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 9486 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 10945 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 9487 | echo "${ECHO_T}$ac_header_compiler" >&6 | 10946 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 9488 | 10947 | ||
| @@ -9490,8 +10949,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 9490 | echo "$as_me:$LINENO: checking jerror.h presence" >&5 | 10949 | echo "$as_me:$LINENO: checking jerror.h presence" >&5 |
| 9491 | echo $ECHO_N "checking jerror.h presence... $ECHO_C" >&6 | 10950 | echo $ECHO_N "checking jerror.h presence... $ECHO_C" >&6 |
| 9492 | cat >conftest.$ac_ext <<_ACEOF | 10951 | cat >conftest.$ac_ext <<_ACEOF |
| 9493 | #line $LINENO "configure" | 10952 | /* confdefs.h. */ |
| 9494 | #include "confdefs.h" | 10953 | _ACEOF |
| 10954 | cat confdefs.h >>conftest.$ac_ext | ||
| 10955 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 10956 | /* end confdefs.h. */ | ||
| 9495 | #include <jerror.h> | 10957 | #include <jerror.h> |
| 9496 | _ACEOF | 10958 | _ACEOF |
| 9497 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 10959 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| @@ -9504,6 +10966,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 9504 | (exit $ac_status); } >/dev/null; then | 10966 | (exit $ac_status); } >/dev/null; then |
| 9505 | if test -s conftest.err; then | 10967 | if test -s conftest.err; then |
| 9506 | ac_cpp_err=$ac_c_preproc_warn_flag | 10968 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 10969 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 9507 | else | 10970 | else |
| 9508 | ac_cpp_err= | 10971 | ac_cpp_err= |
| 9509 | fi | 10972 | fi |
| @@ -9514,7 +10977,8 @@ if test -z "$ac_cpp_err"; then | |||
| 9514 | ac_header_preproc=yes | 10977 | ac_header_preproc=yes |
| 9515 | else | 10978 | else |
| 9516 | echo "$as_me: failed program was:" >&5 | 10979 | echo "$as_me: failed program was:" >&5 |
| 9517 | cat conftest.$ac_ext >&5 | 10980 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 10981 | |||
| 9518 | ac_header_preproc=no | 10982 | ac_header_preproc=no |
| 9519 | fi | 10983 | fi |
| 9520 | rm -f conftest.err conftest.$ac_ext | 10984 | rm -f conftest.err conftest.$ac_ext |
| @@ -9522,19 +10986,36 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 9522 | echo "${ECHO_T}$ac_header_preproc" >&6 | 10986 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 9523 | 10987 | ||
| 9524 | # So? What about this header? | 10988 | # So? What about this header? |
| 9525 | case $ac_header_compiler:$ac_header_preproc in | 10989 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
| 9526 | yes:no ) | 10990 | yes:no: ) |
| 9527 | { echo "$as_me:$LINENO: WARNING: jerror.h: accepted by the compiler, rejected by the preprocessor!" >&5 | 10991 | { echo "$as_me:$LINENO: WARNING: jerror.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 9528 | echo "$as_me: WARNING: jerror.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | 10992 | echo "$as_me: WARNING: jerror.h: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 9529 | { echo "$as_me:$LINENO: WARNING: jerror.h: proceeding with the preprocessor's result" >&5 | 10993 | { echo "$as_me:$LINENO: WARNING: jerror.h: proceeding with the compiler's result" >&5 |
| 9530 | echo "$as_me: WARNING: jerror.h: proceeding with the preprocessor's result" >&2;};; | 10994 | echo "$as_me: WARNING: jerror.h: proceeding with the compiler's result" >&2;} |
| 9531 | no:yes ) | 10995 | ac_header_preproc=yes |
| 10996 | ;; | ||
| 10997 | no:yes:* ) | ||
| 9532 | { echo "$as_me:$LINENO: WARNING: jerror.h: present but cannot be compiled" >&5 | 10998 | { echo "$as_me:$LINENO: WARNING: jerror.h: present but cannot be compiled" >&5 |
| 9533 | echo "$as_me: WARNING: jerror.h: present but cannot be compiled" >&2;} | 10999 | echo "$as_me: WARNING: jerror.h: present but cannot be compiled" >&2;} |
| 9534 | { echo "$as_me:$LINENO: WARNING: jerror.h: check for missing prerequisite headers?" >&5 | 11000 | { echo "$as_me:$LINENO: WARNING: jerror.h: check for missing prerequisite headers?" >&5 |
| 9535 | echo "$as_me: WARNING: jerror.h: check for missing prerequisite headers?" >&2;} | 11001 | echo "$as_me: WARNING: jerror.h: check for missing prerequisite headers?" >&2;} |
| 11002 | { echo "$as_me:$LINENO: WARNING: jerror.h: see the Autoconf documentation" >&5 | ||
| 11003 | echo "$as_me: WARNING: jerror.h: see the Autoconf documentation" >&2;} | ||
| 11004 | { echo "$as_me:$LINENO: WARNING: jerror.h: section \"Present But Cannot Be Compiled\"" >&5 | ||
| 11005 | echo "$as_me: WARNING: jerror.h: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 9536 | { echo "$as_me:$LINENO: WARNING: jerror.h: proceeding with the preprocessor's result" >&5 | 11006 | { echo "$as_me:$LINENO: WARNING: jerror.h: proceeding with the preprocessor's result" >&5 |
| 9537 | echo "$as_me: WARNING: jerror.h: proceeding with the preprocessor's result" >&2;};; | 11007 | echo "$as_me: WARNING: jerror.h: proceeding with the preprocessor's result" >&2;} |
| 11008 | { echo "$as_me:$LINENO: WARNING: jerror.h: in the future, the compiler will take precedence" >&5 | ||
| 11009 | echo "$as_me: WARNING: jerror.h: in the future, the compiler will take precedence" >&2;} | ||
| 11010 | ( | ||
| 11011 | cat <<\_ASBOX | ||
| 11012 | ## ------------------------------------------ ## | ||
| 11013 | ## Report this to the AC_PACKAGE_NAME lists. ## | ||
| 11014 | ## ------------------------------------------ ## | ||
| 11015 | _ASBOX | ||
| 11016 | ) | | ||
| 11017 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 11018 | ;; | ||
| 9538 | esac | 11019 | esac |
| 9539 | echo "$as_me:$LINENO: checking for jerror.h" >&5 | 11020 | echo "$as_me:$LINENO: checking for jerror.h" >&5 |
| 9540 | echo $ECHO_N "checking for jerror.h... $ECHO_C" >&6 | 11021 | echo $ECHO_N "checking for jerror.h... $ECHO_C" >&6 |
| @@ -9556,8 +11037,11 @@ else | |||
| 9556 | ac_check_lib_save_LIBS=$LIBS | 11037 | ac_check_lib_save_LIBS=$LIBS |
| 9557 | LIBS="-ljpeg $LIBS" | 11038 | LIBS="-ljpeg $LIBS" |
| 9558 | cat >conftest.$ac_ext <<_ACEOF | 11039 | cat >conftest.$ac_ext <<_ACEOF |
| 9559 | #line $LINENO "configure" | 11040 | /* confdefs.h. */ |
| 9560 | #include "confdefs.h" | 11041 | _ACEOF |
| 11042 | cat confdefs.h >>conftest.$ac_ext | ||
| 11043 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 11044 | /* end confdefs.h. */ | ||
| 9561 | 11045 | ||
| 9562 | /* Override any gcc2 internal prototype to avoid an error. */ | 11046 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 9563 | #ifdef __cplusplus | 11047 | #ifdef __cplusplus |
| @@ -9576,11 +11060,21 @@ jpeg_destroy_compress (); | |||
| 9576 | _ACEOF | 11060 | _ACEOF |
| 9577 | rm -f conftest.$ac_objext conftest$ac_exeext | 11061 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 9578 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 11062 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 9579 | (eval $ac_link) 2>&5 | 11063 | (eval $ac_link) 2>conftest.er1 |
| 9580 | ac_status=$? | 11064 | ac_status=$? |
| 11065 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 11066 | rm -f conftest.er1 | ||
| 11067 | cat conftest.err >&5 | ||
| 9581 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 11068 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 9582 | (exit $ac_status); } && | 11069 | (exit $ac_status); } && |
| 9583 | { ac_try='test -s conftest$ac_exeext' | 11070 | { ac_try='test -z "$ac_c_werror_flag" |
| 11071 | || test ! -s conftest.err' | ||
| 11072 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 11073 | (eval $ac_try) 2>&5 | ||
| 11074 | ac_status=$? | ||
| 11075 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 11076 | (exit $ac_status); }; } && | ||
| 11077 | { ac_try='test -s conftest$ac_exeext' | ||
| 9584 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 11078 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 9585 | (eval $ac_try) 2>&5 | 11079 | (eval $ac_try) 2>&5 |
| 9586 | ac_status=$? | 11080 | ac_status=$? |
| @@ -9589,10 +11083,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 9589 | ac_cv_lib_jpeg_jpeg_destroy_compress=yes | 11083 | ac_cv_lib_jpeg_jpeg_destroy_compress=yes |
| 9590 | else | 11084 | else |
| 9591 | echo "$as_me: failed program was:" >&5 | 11085 | echo "$as_me: failed program was:" >&5 |
| 9592 | cat conftest.$ac_ext >&5 | 11086 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 11087 | |||
| 9593 | ac_cv_lib_jpeg_jpeg_destroy_compress=no | 11088 | ac_cv_lib_jpeg_jpeg_destroy_compress=no |
| 9594 | fi | 11089 | fi |
| 9595 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 11090 | rm -f conftest.err conftest.$ac_objext \ |
| 11091 | conftest$ac_exeext conftest.$ac_ext | ||
| 9596 | LIBS=$ac_check_lib_save_LIBS | 11092 | LIBS=$ac_check_lib_save_LIBS |
| 9597 | fi | 11093 | fi |
| 9598 | echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5 | 11094 | echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5 |
| @@ -9613,8 +11109,11 @@ fi | |||
| 9613 | _ACEOF | 11109 | _ACEOF |
| 9614 | 11110 | ||
| 9615 | cat >conftest.$ac_ext <<_ACEOF | 11111 | cat >conftest.$ac_ext <<_ACEOF |
| 9616 | #line $LINENO "configure" | 11112 | /* confdefs.h. */ |
| 9617 | #include "confdefs.h" | 11113 | _ACEOF |
| 11114 | cat confdefs.h >>conftest.$ac_ext | ||
| 11115 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 11116 | /* end confdefs.h. */ | ||
| 9618 | #include <jpeglib.h> | 11117 | #include <jpeglib.h> |
| 9619 | version=JPEG_LIB_VERSION | 11118 | version=JPEG_LIB_VERSION |
| 9620 | 11119 | ||
| @@ -9659,18 +11158,31 @@ else | |||
| 9659 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 11158 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
| 9660 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 11159 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 9661 | cat >conftest.$ac_ext <<_ACEOF | 11160 | cat >conftest.$ac_ext <<_ACEOF |
| 9662 | #line $LINENO "configure" | 11161 | /* confdefs.h. */ |
| 9663 | #include "confdefs.h" | 11162 | _ACEOF |
| 11163 | cat confdefs.h >>conftest.$ac_ext | ||
| 11164 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 11165 | /* end confdefs.h. */ | ||
| 9664 | $ac_includes_default | 11166 | $ac_includes_default |
| 9665 | #include <$ac_header> | 11167 | #include <$ac_header> |
| 9666 | _ACEOF | 11168 | _ACEOF |
| 9667 | rm -f conftest.$ac_objext | 11169 | rm -f conftest.$ac_objext |
| 9668 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 11170 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 9669 | (eval $ac_compile) 2>&5 | 11171 | (eval $ac_compile) 2>conftest.er1 |
| 9670 | ac_status=$? | 11172 | ac_status=$? |
| 11173 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 11174 | rm -f conftest.er1 | ||
| 11175 | cat conftest.err >&5 | ||
| 9671 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 11176 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 9672 | (exit $ac_status); } && | 11177 | (exit $ac_status); } && |
| 9673 | { ac_try='test -s conftest.$ac_objext' | 11178 | { ac_try='test -z "$ac_c_werror_flag" |
| 11179 | || test ! -s conftest.err' | ||
| 11180 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 11181 | (eval $ac_try) 2>&5 | ||
| 11182 | ac_status=$? | ||
| 11183 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 11184 | (exit $ac_status); }; } && | ||
| 11185 | { ac_try='test -s conftest.$ac_objext' | ||
| 9674 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 11186 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 9675 | (eval $ac_try) 2>&5 | 11187 | (eval $ac_try) 2>&5 |
| 9676 | ac_status=$? | 11188 | ac_status=$? |
| @@ -9679,10 +11191,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 9679 | ac_header_compiler=yes | 11191 | ac_header_compiler=yes |
| 9680 | else | 11192 | else |
| 9681 | echo "$as_me: failed program was:" >&5 | 11193 | echo "$as_me: failed program was:" >&5 |
| 9682 | cat conftest.$ac_ext >&5 | 11194 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 11195 | |||
| 9683 | ac_header_compiler=no | 11196 | ac_header_compiler=no |
| 9684 | fi | 11197 | fi |
| 9685 | rm -f conftest.$ac_objext conftest.$ac_ext | 11198 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 9686 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 11199 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 9687 | echo "${ECHO_T}$ac_header_compiler" >&6 | 11200 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 9688 | 11201 | ||
| @@ -9690,8 +11203,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 9690 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 11203 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
| 9691 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 11204 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 9692 | cat >conftest.$ac_ext <<_ACEOF | 11205 | cat >conftest.$ac_ext <<_ACEOF |
| 9693 | #line $LINENO "configure" | 11206 | /* confdefs.h. */ |
| 9694 | #include "confdefs.h" | 11207 | _ACEOF |
| 11208 | cat confdefs.h >>conftest.$ac_ext | ||
| 11209 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 11210 | /* end confdefs.h. */ | ||
| 9695 | #include <$ac_header> | 11211 | #include <$ac_header> |
| 9696 | _ACEOF | 11212 | _ACEOF |
| 9697 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 11213 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| @@ -9704,6 +11220,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 9704 | (exit $ac_status); } >/dev/null; then | 11220 | (exit $ac_status); } >/dev/null; then |
| 9705 | if test -s conftest.err; then | 11221 | if test -s conftest.err; then |
| 9706 | ac_cpp_err=$ac_c_preproc_warn_flag | 11222 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 11223 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 9707 | else | 11224 | else |
| 9708 | ac_cpp_err= | 11225 | ac_cpp_err= |
| 9709 | fi | 11226 | fi |
| @@ -9714,7 +11231,8 @@ if test -z "$ac_cpp_err"; then | |||
| 9714 | ac_header_preproc=yes | 11231 | ac_header_preproc=yes |
| 9715 | else | 11232 | else |
| 9716 | echo "$as_me: failed program was:" >&5 | 11233 | echo "$as_me: failed program was:" >&5 |
| 9717 | cat conftest.$ac_ext >&5 | 11234 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 11235 | |||
| 9718 | ac_header_preproc=no | 11236 | ac_header_preproc=no |
| 9719 | fi | 11237 | fi |
| 9720 | rm -f conftest.err conftest.$ac_ext | 11238 | rm -f conftest.err conftest.$ac_ext |
| @@ -9722,26 +11240,43 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 9722 | echo "${ECHO_T}$ac_header_preproc" >&6 | 11240 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 9723 | 11241 | ||
| 9724 | # So? What about this header? | 11242 | # So? What about this header? |
| 9725 | case $ac_header_compiler:$ac_header_preproc in | 11243 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
| 9726 | yes:no ) | 11244 | yes:no: ) |
| 9727 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 11245 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 9728 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 11246 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 9729 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 11247 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
| 9730 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 11248 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} |
| 9731 | no:yes ) | 11249 | ac_header_preproc=yes |
| 11250 | ;; | ||
| 11251 | no:yes:* ) | ||
| 9732 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 11252 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| 9733 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 11253 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| 9734 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 11254 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| 9735 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 11255 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| 11256 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | ||
| 11257 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | ||
| 11258 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | ||
| 11259 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 9736 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 11260 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 9737 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 11261 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
| 11262 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 | ||
| 11263 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | ||
| 11264 | ( | ||
| 11265 | cat <<\_ASBOX | ||
| 11266 | ## ------------------------------------------ ## | ||
| 11267 | ## Report this to the AC_PACKAGE_NAME lists. ## | ||
| 11268 | ## ------------------------------------------ ## | ||
| 11269 | _ASBOX | ||
| 11270 | ) | | ||
| 11271 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 11272 | ;; | ||
| 9738 | esac | 11273 | esac |
| 9739 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | 11274 | echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 9740 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | 11275 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
| 9741 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | 11276 | if eval "test \"\${$as_ac_Header+set}\" = set"; then |
| 9742 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 11277 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 9743 | else | 11278 | else |
| 9744 | eval "$as_ac_Header=$ac_header_preproc" | 11279 | eval "$as_ac_Header=\$ac_header_preproc" |
| 9745 | fi | 11280 | fi |
| 9746 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | 11281 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
| 9747 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | 11282 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
| @@ -9765,8 +11300,11 @@ else | |||
| 9765 | ac_check_lib_save_LIBS=$LIBS | 11300 | ac_check_lib_save_LIBS=$LIBS |
| 9766 | LIBS="-lpng -lz -lm $LIBS" | 11301 | LIBS="-lpng -lz -lm $LIBS" |
| 9767 | cat >conftest.$ac_ext <<_ACEOF | 11302 | cat >conftest.$ac_ext <<_ACEOF |
| 9768 | #line $LINENO "configure" | 11303 | /* confdefs.h. */ |
| 9769 | #include "confdefs.h" | 11304 | _ACEOF |
| 11305 | cat confdefs.h >>conftest.$ac_ext | ||
| 11306 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 11307 | /* end confdefs.h. */ | ||
| 9770 | 11308 | ||
| 9771 | /* Override any gcc2 internal prototype to avoid an error. */ | 11309 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 9772 | #ifdef __cplusplus | 11310 | #ifdef __cplusplus |
| @@ -9785,11 +11323,21 @@ png_get_channels (); | |||
| 9785 | _ACEOF | 11323 | _ACEOF |
| 9786 | rm -f conftest.$ac_objext conftest$ac_exeext | 11324 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 9787 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 11325 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 9788 | (eval $ac_link) 2>&5 | 11326 | (eval $ac_link) 2>conftest.er1 |
| 9789 | ac_status=$? | 11327 | ac_status=$? |
| 11328 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 11329 | rm -f conftest.er1 | ||
| 11330 | cat conftest.err >&5 | ||
| 9790 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 11331 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 9791 | (exit $ac_status); } && | 11332 | (exit $ac_status); } && |
| 9792 | { ac_try='test -s conftest$ac_exeext' | 11333 | { ac_try='test -z "$ac_c_werror_flag" |
| 11334 | || test ! -s conftest.err' | ||
| 11335 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 11336 | (eval $ac_try) 2>&5 | ||
| 11337 | ac_status=$? | ||
| 11338 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 11339 | (exit $ac_status); }; } && | ||
| 11340 | { ac_try='test -s conftest$ac_exeext' | ||
| 9793 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 11341 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 9794 | (eval $ac_try) 2>&5 | 11342 | (eval $ac_try) 2>&5 |
| 9795 | ac_status=$? | 11343 | ac_status=$? |
| @@ -9798,10 +11346,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 9798 | ac_cv_lib_png_png_get_channels=yes | 11346 | ac_cv_lib_png_png_get_channels=yes |
| 9799 | else | 11347 | else |
| 9800 | echo "$as_me: failed program was:" >&5 | 11348 | echo "$as_me: failed program was:" >&5 |
| 9801 | cat conftest.$ac_ext >&5 | 11349 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 11350 | |||
| 9802 | ac_cv_lib_png_png_get_channels=no | 11351 | ac_cv_lib_png_png_get_channels=no |
| 9803 | fi | 11352 | fi |
| 9804 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 11353 | rm -f conftest.err conftest.$ac_objext \ |
| 11354 | conftest$ac_exeext conftest.$ac_ext | ||
| 9805 | LIBS=$ac_check_lib_save_LIBS | 11355 | LIBS=$ac_check_lib_save_LIBS |
| 9806 | fi | 11356 | fi |
| 9807 | echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_get_channels" >&5 | 11357 | echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_get_channels" >&5 |
| @@ -9839,18 +11389,31 @@ else | |||
| 9839 | echo "$as_me:$LINENO: checking tiffio.h usability" >&5 | 11389 | echo "$as_me:$LINENO: checking tiffio.h usability" >&5 |
| 9840 | echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6 | 11390 | echo $ECHO_N "checking tiffio.h usability... $ECHO_C" >&6 |
| 9841 | cat >conftest.$ac_ext <<_ACEOF | 11391 | cat >conftest.$ac_ext <<_ACEOF |
| 9842 | #line $LINENO "configure" | 11392 | /* confdefs.h. */ |
| 9843 | #include "confdefs.h" | 11393 | _ACEOF |
| 11394 | cat confdefs.h >>conftest.$ac_ext | ||
| 11395 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 11396 | /* end confdefs.h. */ | ||
| 9844 | $ac_includes_default | 11397 | $ac_includes_default |
| 9845 | #include <tiffio.h> | 11398 | #include <tiffio.h> |
| 9846 | _ACEOF | 11399 | _ACEOF |
| 9847 | rm -f conftest.$ac_objext | 11400 | rm -f conftest.$ac_objext |
| 9848 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 11401 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 9849 | (eval $ac_compile) 2>&5 | 11402 | (eval $ac_compile) 2>conftest.er1 |
| 9850 | ac_status=$? | 11403 | ac_status=$? |
| 11404 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 11405 | rm -f conftest.er1 | ||
| 11406 | cat conftest.err >&5 | ||
| 9851 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 11407 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 9852 | (exit $ac_status); } && | 11408 | (exit $ac_status); } && |
| 9853 | { ac_try='test -s conftest.$ac_objext' | 11409 | { ac_try='test -z "$ac_c_werror_flag" |
| 11410 | || test ! -s conftest.err' | ||
| 11411 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 11412 | (eval $ac_try) 2>&5 | ||
| 11413 | ac_status=$? | ||
| 11414 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 11415 | (exit $ac_status); }; } && | ||
| 11416 | { ac_try='test -s conftest.$ac_objext' | ||
| 9854 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 11417 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 9855 | (eval $ac_try) 2>&5 | 11418 | (eval $ac_try) 2>&5 |
| 9856 | ac_status=$? | 11419 | ac_status=$? |
| @@ -9859,10 +11422,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 9859 | ac_header_compiler=yes | 11422 | ac_header_compiler=yes |
| 9860 | else | 11423 | else |
| 9861 | echo "$as_me: failed program was:" >&5 | 11424 | echo "$as_me: failed program was:" >&5 |
| 9862 | cat conftest.$ac_ext >&5 | 11425 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 11426 | |||
| 9863 | ac_header_compiler=no | 11427 | ac_header_compiler=no |
| 9864 | fi | 11428 | fi |
| 9865 | rm -f conftest.$ac_objext conftest.$ac_ext | 11429 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 9866 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 11430 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 9867 | echo "${ECHO_T}$ac_header_compiler" >&6 | 11431 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 9868 | 11432 | ||
| @@ -9870,8 +11434,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 9870 | echo "$as_me:$LINENO: checking tiffio.h presence" >&5 | 11434 | echo "$as_me:$LINENO: checking tiffio.h presence" >&5 |
| 9871 | echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6 | 11435 | echo $ECHO_N "checking tiffio.h presence... $ECHO_C" >&6 |
| 9872 | cat >conftest.$ac_ext <<_ACEOF | 11436 | cat >conftest.$ac_ext <<_ACEOF |
| 9873 | #line $LINENO "configure" | 11437 | /* confdefs.h. */ |
| 9874 | #include "confdefs.h" | 11438 | _ACEOF |
| 11439 | cat confdefs.h >>conftest.$ac_ext | ||
| 11440 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 11441 | /* end confdefs.h. */ | ||
| 9875 | #include <tiffio.h> | 11442 | #include <tiffio.h> |
| 9876 | _ACEOF | 11443 | _ACEOF |
| 9877 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 11444 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| @@ -9884,6 +11451,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 9884 | (exit $ac_status); } >/dev/null; then | 11451 | (exit $ac_status); } >/dev/null; then |
| 9885 | if test -s conftest.err; then | 11452 | if test -s conftest.err; then |
| 9886 | ac_cpp_err=$ac_c_preproc_warn_flag | 11453 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 11454 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 9887 | else | 11455 | else |
| 9888 | ac_cpp_err= | 11456 | ac_cpp_err= |
| 9889 | fi | 11457 | fi |
| @@ -9894,7 +11462,8 @@ if test -z "$ac_cpp_err"; then | |||
| 9894 | ac_header_preproc=yes | 11462 | ac_header_preproc=yes |
| 9895 | else | 11463 | else |
| 9896 | echo "$as_me: failed program was:" >&5 | 11464 | echo "$as_me: failed program was:" >&5 |
| 9897 | cat conftest.$ac_ext >&5 | 11465 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 11466 | |||
| 9898 | ac_header_preproc=no | 11467 | ac_header_preproc=no |
| 9899 | fi | 11468 | fi |
| 9900 | rm -f conftest.err conftest.$ac_ext | 11469 | rm -f conftest.err conftest.$ac_ext |
| @@ -9902,19 +11471,36 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 9902 | echo "${ECHO_T}$ac_header_preproc" >&6 | 11471 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 9903 | 11472 | ||
| 9904 | # So? What about this header? | 11473 | # So? What about this header? |
| 9905 | case $ac_header_compiler:$ac_header_preproc in | 11474 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
| 9906 | yes:no ) | 11475 | yes:no: ) |
| 9907 | { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5 | 11476 | { echo "$as_me:$LINENO: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 9908 | echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | 11477 | echo "$as_me: WARNING: tiffio.h: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 9909 | { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5 | 11478 | { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the compiler's result" >&5 |
| 9910 | echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;};; | 11479 | echo "$as_me: WARNING: tiffio.h: proceeding with the compiler's result" >&2;} |
| 9911 | no:yes ) | 11480 | ac_header_preproc=yes |
| 11481 | ;; | ||
| 11482 | no:yes:* ) | ||
| 9912 | { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5 | 11483 | { echo "$as_me:$LINENO: WARNING: tiffio.h: present but cannot be compiled" >&5 |
| 9913 | echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;} | 11484 | echo "$as_me: WARNING: tiffio.h: present but cannot be compiled" >&2;} |
| 9914 | { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5 | 11485 | { echo "$as_me:$LINENO: WARNING: tiffio.h: check for missing prerequisite headers?" >&5 |
| 9915 | echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;} | 11486 | echo "$as_me: WARNING: tiffio.h: check for missing prerequisite headers?" >&2;} |
| 11487 | { echo "$as_me:$LINENO: WARNING: tiffio.h: see the Autoconf documentation" >&5 | ||
| 11488 | echo "$as_me: WARNING: tiffio.h: see the Autoconf documentation" >&2;} | ||
| 11489 | { echo "$as_me:$LINENO: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&5 | ||
| 11490 | echo "$as_me: WARNING: tiffio.h: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 9916 | { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5 | 11491 | { echo "$as_me:$LINENO: WARNING: tiffio.h: proceeding with the preprocessor's result" >&5 |
| 9917 | echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;};; | 11492 | echo "$as_me: WARNING: tiffio.h: proceeding with the preprocessor's result" >&2;} |
| 11493 | { echo "$as_me:$LINENO: WARNING: tiffio.h: in the future, the compiler will take precedence" >&5 | ||
| 11494 | echo "$as_me: WARNING: tiffio.h: in the future, the compiler will take precedence" >&2;} | ||
| 11495 | ( | ||
| 11496 | cat <<\_ASBOX | ||
| 11497 | ## ------------------------------------------ ## | ||
| 11498 | ## Report this to the AC_PACKAGE_NAME lists. ## | ||
| 11499 | ## ------------------------------------------ ## | ||
| 11500 | _ASBOX | ||
| 11501 | ) | | ||
| 11502 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 11503 | ;; | ||
| 9918 | esac | 11504 | esac |
| 9919 | echo "$as_me:$LINENO: checking for tiffio.h" >&5 | 11505 | echo "$as_me:$LINENO: checking for tiffio.h" >&5 |
| 9920 | echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6 | 11506 | echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6 |
| @@ -9939,8 +11525,11 @@ else | |||
| 9939 | ac_check_lib_save_LIBS=$LIBS | 11525 | ac_check_lib_save_LIBS=$LIBS |
| 9940 | LIBS="-ltiff $tifflibs $LIBS" | 11526 | LIBS="-ltiff $tifflibs $LIBS" |
| 9941 | cat >conftest.$ac_ext <<_ACEOF | 11527 | cat >conftest.$ac_ext <<_ACEOF |
| 9942 | #line $LINENO "configure" | 11528 | /* confdefs.h. */ |
| 9943 | #include "confdefs.h" | 11529 | _ACEOF |
| 11530 | cat confdefs.h >>conftest.$ac_ext | ||
| 11531 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 11532 | /* end confdefs.h. */ | ||
| 9944 | 11533 | ||
| 9945 | /* Override any gcc2 internal prototype to avoid an error. */ | 11534 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 9946 | #ifdef __cplusplus | 11535 | #ifdef __cplusplus |
| @@ -9959,11 +11548,21 @@ TIFFGetVersion (); | |||
| 9959 | _ACEOF | 11548 | _ACEOF |
| 9960 | rm -f conftest.$ac_objext conftest$ac_exeext | 11549 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 9961 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 11550 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 9962 | (eval $ac_link) 2>&5 | 11551 | (eval $ac_link) 2>conftest.er1 |
| 9963 | ac_status=$? | 11552 | ac_status=$? |
| 11553 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 11554 | rm -f conftest.er1 | ||
| 11555 | cat conftest.err >&5 | ||
| 9964 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 11556 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 9965 | (exit $ac_status); } && | 11557 | (exit $ac_status); } && |
| 9966 | { ac_try='test -s conftest$ac_exeext' | 11558 | { ac_try='test -z "$ac_c_werror_flag" |
| 11559 | || test ! -s conftest.err' | ||
| 11560 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 11561 | (eval $ac_try) 2>&5 | ||
| 11562 | ac_status=$? | ||
| 11563 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 11564 | (exit $ac_status); }; } && | ||
| 11565 | { ac_try='test -s conftest$ac_exeext' | ||
| 9967 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 11566 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 9968 | (eval $ac_try) 2>&5 | 11567 | (eval $ac_try) 2>&5 |
| 9969 | ac_status=$? | 11568 | ac_status=$? |
| @@ -9972,10 +11571,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 9972 | ac_cv_lib_tiff_TIFFGetVersion=yes | 11571 | ac_cv_lib_tiff_TIFFGetVersion=yes |
| 9973 | else | 11572 | else |
| 9974 | echo "$as_me: failed program was:" >&5 | 11573 | echo "$as_me: failed program was:" >&5 |
| 9975 | cat conftest.$ac_ext >&5 | 11574 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 11575 | |||
| 9976 | ac_cv_lib_tiff_TIFFGetVersion=no | 11576 | ac_cv_lib_tiff_TIFFGetVersion=no |
| 9977 | fi | 11577 | fi |
| 9978 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 11578 | rm -f conftest.err conftest.$ac_objext \ |
| 11579 | conftest$ac_exeext conftest.$ac_ext | ||
| 9979 | LIBS=$ac_check_lib_save_LIBS | 11580 | LIBS=$ac_check_lib_save_LIBS |
| 9980 | fi | 11581 | fi |
| 9981 | echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5 | 11582 | echo "$as_me:$LINENO: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5 |
| @@ -10015,18 +11616,31 @@ else | |||
| 10015 | echo "$as_me:$LINENO: checking gif_lib.h usability" >&5 | 11616 | echo "$as_me:$LINENO: checking gif_lib.h usability" >&5 |
| 10016 | echo $ECHO_N "checking gif_lib.h usability... $ECHO_C" >&6 | 11617 | echo $ECHO_N "checking gif_lib.h usability... $ECHO_C" >&6 |
| 10017 | cat >conftest.$ac_ext <<_ACEOF | 11618 | cat >conftest.$ac_ext <<_ACEOF |
| 10018 | #line $LINENO "configure" | 11619 | /* confdefs.h. */ |
| 10019 | #include "confdefs.h" | 11620 | _ACEOF |
| 11621 | cat confdefs.h >>conftest.$ac_ext | ||
| 11622 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 11623 | /* end confdefs.h. */ | ||
| 10020 | $ac_includes_default | 11624 | $ac_includes_default |
| 10021 | #include <gif_lib.h> | 11625 | #include <gif_lib.h> |
| 10022 | _ACEOF | 11626 | _ACEOF |
| 10023 | rm -f conftest.$ac_objext | 11627 | rm -f conftest.$ac_objext |
| 10024 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 11628 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 10025 | (eval $ac_compile) 2>&5 | 11629 | (eval $ac_compile) 2>conftest.er1 |
| 10026 | ac_status=$? | 11630 | ac_status=$? |
| 11631 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 11632 | rm -f conftest.er1 | ||
| 11633 | cat conftest.err >&5 | ||
| 10027 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 11634 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 10028 | (exit $ac_status); } && | 11635 | (exit $ac_status); } && |
| 10029 | { ac_try='test -s conftest.$ac_objext' | 11636 | { ac_try='test -z "$ac_c_werror_flag" |
| 11637 | || test ! -s conftest.err' | ||
| 11638 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 11639 | (eval $ac_try) 2>&5 | ||
| 11640 | ac_status=$? | ||
| 11641 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 11642 | (exit $ac_status); }; } && | ||
| 11643 | { ac_try='test -s conftest.$ac_objext' | ||
| 10030 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 11644 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 10031 | (eval $ac_try) 2>&5 | 11645 | (eval $ac_try) 2>&5 |
| 10032 | ac_status=$? | 11646 | ac_status=$? |
| @@ -10035,10 +11649,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 10035 | ac_header_compiler=yes | 11649 | ac_header_compiler=yes |
| 10036 | else | 11650 | else |
| 10037 | echo "$as_me: failed program was:" >&5 | 11651 | echo "$as_me: failed program was:" >&5 |
| 10038 | cat conftest.$ac_ext >&5 | 11652 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 11653 | |||
| 10039 | ac_header_compiler=no | 11654 | ac_header_compiler=no |
| 10040 | fi | 11655 | fi |
| 10041 | rm -f conftest.$ac_objext conftest.$ac_ext | 11656 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 10042 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 11657 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 10043 | echo "${ECHO_T}$ac_header_compiler" >&6 | 11658 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 10044 | 11659 | ||
| @@ -10046,8 +11661,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 10046 | echo "$as_me:$LINENO: checking gif_lib.h presence" >&5 | 11661 | echo "$as_me:$LINENO: checking gif_lib.h presence" >&5 |
| 10047 | echo $ECHO_N "checking gif_lib.h presence... $ECHO_C" >&6 | 11662 | echo $ECHO_N "checking gif_lib.h presence... $ECHO_C" >&6 |
| 10048 | cat >conftest.$ac_ext <<_ACEOF | 11663 | cat >conftest.$ac_ext <<_ACEOF |
| 10049 | #line $LINENO "configure" | 11664 | /* confdefs.h. */ |
| 10050 | #include "confdefs.h" | 11665 | _ACEOF |
| 11666 | cat confdefs.h >>conftest.$ac_ext | ||
| 11667 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 11668 | /* end confdefs.h. */ | ||
| 10051 | #include <gif_lib.h> | 11669 | #include <gif_lib.h> |
| 10052 | _ACEOF | 11670 | _ACEOF |
| 10053 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 11671 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| @@ -10060,6 +11678,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 10060 | (exit $ac_status); } >/dev/null; then | 11678 | (exit $ac_status); } >/dev/null; then |
| 10061 | if test -s conftest.err; then | 11679 | if test -s conftest.err; then |
| 10062 | ac_cpp_err=$ac_c_preproc_warn_flag | 11680 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 11681 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 10063 | else | 11682 | else |
| 10064 | ac_cpp_err= | 11683 | ac_cpp_err= |
| 10065 | fi | 11684 | fi |
| @@ -10070,7 +11689,8 @@ if test -z "$ac_cpp_err"; then | |||
| 10070 | ac_header_preproc=yes | 11689 | ac_header_preproc=yes |
| 10071 | else | 11690 | else |
| 10072 | echo "$as_me: failed program was:" >&5 | 11691 | echo "$as_me: failed program was:" >&5 |
| 10073 | cat conftest.$ac_ext >&5 | 11692 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 11693 | |||
| 10074 | ac_header_preproc=no | 11694 | ac_header_preproc=no |
| 10075 | fi | 11695 | fi |
| 10076 | rm -f conftest.err conftest.$ac_ext | 11696 | rm -f conftest.err conftest.$ac_ext |
| @@ -10078,19 +11698,36 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 10078 | echo "${ECHO_T}$ac_header_preproc" >&6 | 11698 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 10079 | 11699 | ||
| 10080 | # So? What about this header? | 11700 | # So? What about this header? |
| 10081 | case $ac_header_compiler:$ac_header_preproc in | 11701 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
| 10082 | yes:no ) | 11702 | yes:no: ) |
| 10083 | { echo "$as_me:$LINENO: WARNING: gif_lib.h: accepted by the compiler, rejected by the preprocessor!" >&5 | 11703 | { echo "$as_me:$LINENO: WARNING: gif_lib.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 10084 | echo "$as_me: WARNING: gif_lib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | 11704 | echo "$as_me: WARNING: gif_lib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 10085 | { echo "$as_me:$LINENO: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&5 | 11705 | { echo "$as_me:$LINENO: WARNING: gif_lib.h: proceeding with the compiler's result" >&5 |
| 10086 | echo "$as_me: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&2;};; | 11706 | echo "$as_me: WARNING: gif_lib.h: proceeding with the compiler's result" >&2;} |
| 10087 | no:yes ) | 11707 | ac_header_preproc=yes |
| 11708 | ;; | ||
| 11709 | no:yes:* ) | ||
| 10088 | { echo "$as_me:$LINENO: WARNING: gif_lib.h: present but cannot be compiled" >&5 | 11710 | { echo "$as_me:$LINENO: WARNING: gif_lib.h: present but cannot be compiled" >&5 |
| 10089 | echo "$as_me: WARNING: gif_lib.h: present but cannot be compiled" >&2;} | 11711 | echo "$as_me: WARNING: gif_lib.h: present but cannot be compiled" >&2;} |
| 10090 | { echo "$as_me:$LINENO: WARNING: gif_lib.h: check for missing prerequisite headers?" >&5 | 11712 | { echo "$as_me:$LINENO: WARNING: gif_lib.h: check for missing prerequisite headers?" >&5 |
| 10091 | echo "$as_me: WARNING: gif_lib.h: check for missing prerequisite headers?" >&2;} | 11713 | echo "$as_me: WARNING: gif_lib.h: check for missing prerequisite headers?" >&2;} |
| 11714 | { echo "$as_me:$LINENO: WARNING: gif_lib.h: see the Autoconf documentation" >&5 | ||
| 11715 | echo "$as_me: WARNING: gif_lib.h: see the Autoconf documentation" >&2;} | ||
| 11716 | { echo "$as_me:$LINENO: WARNING: gif_lib.h: section \"Present But Cannot Be Compiled\"" >&5 | ||
| 11717 | echo "$as_me: WARNING: gif_lib.h: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 10092 | { echo "$as_me:$LINENO: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&5 | 11718 | { echo "$as_me:$LINENO: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&5 |
| 10093 | echo "$as_me: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&2;};; | 11719 | echo "$as_me: WARNING: gif_lib.h: proceeding with the preprocessor's result" >&2;} |
| 11720 | { echo "$as_me:$LINENO: WARNING: gif_lib.h: in the future, the compiler will take precedence" >&5 | ||
| 11721 | echo "$as_me: WARNING: gif_lib.h: in the future, the compiler will take precedence" >&2;} | ||
| 11722 | ( | ||
| 11723 | cat <<\_ASBOX | ||
| 11724 | ## ------------------------------------------ ## | ||
| 11725 | ## Report this to the AC_PACKAGE_NAME lists. ## | ||
| 11726 | ## ------------------------------------------ ## | ||
| 11727 | _ASBOX | ||
| 11728 | ) | | ||
| 11729 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 11730 | ;; | ||
| 10094 | esac | 11731 | esac |
| 10095 | echo "$as_me:$LINENO: checking for gif_lib.h" >&5 | 11732 | echo "$as_me:$LINENO: checking for gif_lib.h" >&5 |
| 10096 | echo $ECHO_N "checking for gif_lib.h... $ECHO_C" >&6 | 11733 | echo $ECHO_N "checking for gif_lib.h... $ECHO_C" >&6 |
| @@ -10114,8 +11751,11 @@ else | |||
| 10114 | ac_check_lib_save_LIBS=$LIBS | 11751 | ac_check_lib_save_LIBS=$LIBS |
| 10115 | LIBS="-lungif $LIBS" | 11752 | LIBS="-lungif $LIBS" |
| 10116 | cat >conftest.$ac_ext <<_ACEOF | 11753 | cat >conftest.$ac_ext <<_ACEOF |
| 10117 | #line $LINENO "configure" | 11754 | /* confdefs.h. */ |
| 10118 | #include "confdefs.h" | 11755 | _ACEOF |
| 11756 | cat confdefs.h >>conftest.$ac_ext | ||
| 11757 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 11758 | /* end confdefs.h. */ | ||
| 10119 | 11759 | ||
| 10120 | /* Override any gcc2 internal prototype to avoid an error. */ | 11760 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 10121 | #ifdef __cplusplus | 11761 | #ifdef __cplusplus |
| @@ -10134,11 +11774,21 @@ EGifPutExtensionLast (); | |||
| 10134 | _ACEOF | 11774 | _ACEOF |
| 10135 | rm -f conftest.$ac_objext conftest$ac_exeext | 11775 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 10136 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 11776 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 10137 | (eval $ac_link) 2>&5 | 11777 | (eval $ac_link) 2>conftest.er1 |
| 10138 | ac_status=$? | 11778 | ac_status=$? |
| 11779 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 11780 | rm -f conftest.er1 | ||
| 11781 | cat conftest.err >&5 | ||
| 10139 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 11782 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 10140 | (exit $ac_status); } && | 11783 | (exit $ac_status); } && |
| 10141 | { ac_try='test -s conftest$ac_exeext' | 11784 | { ac_try='test -z "$ac_c_werror_flag" |
| 11785 | || test ! -s conftest.err' | ||
| 11786 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 11787 | (eval $ac_try) 2>&5 | ||
| 11788 | ac_status=$? | ||
| 11789 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 11790 | (exit $ac_status); }; } && | ||
| 11791 | { ac_try='test -s conftest$ac_exeext' | ||
| 10142 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 11792 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 10143 | (eval $ac_try) 2>&5 | 11793 | (eval $ac_try) 2>&5 |
| 10144 | ac_status=$? | 11794 | ac_status=$? |
| @@ -10147,10 +11797,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 10147 | ac_cv_lib_ungif_EGifPutExtensionLast=yes | 11797 | ac_cv_lib_ungif_EGifPutExtensionLast=yes |
| 10148 | else | 11798 | else |
| 10149 | echo "$as_me: failed program was:" >&5 | 11799 | echo "$as_me: failed program was:" >&5 |
| 10150 | cat conftest.$ac_ext >&5 | 11800 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 11801 | |||
| 10151 | ac_cv_lib_ungif_EGifPutExtensionLast=no | 11802 | ac_cv_lib_ungif_EGifPutExtensionLast=no |
| 10152 | fi | 11803 | fi |
| 10153 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 11804 | rm -f conftest.err conftest.$ac_objext \ |
| 11805 | conftest$ac_exeext conftest.$ac_ext | ||
| 10154 | LIBS=$ac_check_lib_save_LIBS | 11806 | LIBS=$ac_check_lib_save_LIBS |
| 10155 | fi | 11807 | fi |
| 10156 | echo "$as_me:$LINENO: result: $ac_cv_lib_ungif_EGifPutExtensionLast" >&5 | 11808 | echo "$as_me:$LINENO: result: $ac_cv_lib_ungif_EGifPutExtensionLast" >&5 |
| @@ -10189,18 +11841,31 @@ else | |||
| 10189 | echo "$as_me:$LINENO: checking Carbon/Carbon.h usability" >&5 | 11841 | echo "$as_me:$LINENO: checking Carbon/Carbon.h usability" >&5 |
| 10190 | echo $ECHO_N "checking Carbon/Carbon.h usability... $ECHO_C" >&6 | 11842 | echo $ECHO_N "checking Carbon/Carbon.h usability... $ECHO_C" >&6 |
| 10191 | cat >conftest.$ac_ext <<_ACEOF | 11843 | cat >conftest.$ac_ext <<_ACEOF |
| 10192 | #line $LINENO "configure" | 11844 | /* confdefs.h. */ |
| 10193 | #include "confdefs.h" | 11845 | _ACEOF |
| 11846 | cat confdefs.h >>conftest.$ac_ext | ||
| 11847 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 11848 | /* end confdefs.h. */ | ||
| 10194 | $ac_includes_default | 11849 | $ac_includes_default |
| 10195 | #include <Carbon/Carbon.h> | 11850 | #include <Carbon/Carbon.h> |
| 10196 | _ACEOF | 11851 | _ACEOF |
| 10197 | rm -f conftest.$ac_objext | 11852 | rm -f conftest.$ac_objext |
| 10198 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 11853 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 10199 | (eval $ac_compile) 2>&5 | 11854 | (eval $ac_compile) 2>conftest.er1 |
| 10200 | ac_status=$? | 11855 | ac_status=$? |
| 11856 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 11857 | rm -f conftest.er1 | ||
| 11858 | cat conftest.err >&5 | ||
| 10201 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 11859 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 10202 | (exit $ac_status); } && | 11860 | (exit $ac_status); } && |
| 10203 | { ac_try='test -s conftest.$ac_objext' | 11861 | { ac_try='test -z "$ac_c_werror_flag" |
| 11862 | || test ! -s conftest.err' | ||
| 11863 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 11864 | (eval $ac_try) 2>&5 | ||
| 11865 | ac_status=$? | ||
| 11866 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 11867 | (exit $ac_status); }; } && | ||
| 11868 | { ac_try='test -s conftest.$ac_objext' | ||
| 10204 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 11869 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 10205 | (eval $ac_try) 2>&5 | 11870 | (eval $ac_try) 2>&5 |
| 10206 | ac_status=$? | 11871 | ac_status=$? |
| @@ -10209,10 +11874,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 10209 | ac_header_compiler=yes | 11874 | ac_header_compiler=yes |
| 10210 | else | 11875 | else |
| 10211 | echo "$as_me: failed program was:" >&5 | 11876 | echo "$as_me: failed program was:" >&5 |
| 10212 | cat conftest.$ac_ext >&5 | 11877 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 11878 | |||
| 10213 | ac_header_compiler=no | 11879 | ac_header_compiler=no |
| 10214 | fi | 11880 | fi |
| 10215 | rm -f conftest.$ac_objext conftest.$ac_ext | 11881 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 10216 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 11882 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 10217 | echo "${ECHO_T}$ac_header_compiler" >&6 | 11883 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 10218 | 11884 | ||
| @@ -10220,8 +11886,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 10220 | echo "$as_me:$LINENO: checking Carbon/Carbon.h presence" >&5 | 11886 | echo "$as_me:$LINENO: checking Carbon/Carbon.h presence" >&5 |
| 10221 | echo $ECHO_N "checking Carbon/Carbon.h presence... $ECHO_C" >&6 | 11887 | echo $ECHO_N "checking Carbon/Carbon.h presence... $ECHO_C" >&6 |
| 10222 | cat >conftest.$ac_ext <<_ACEOF | 11888 | cat >conftest.$ac_ext <<_ACEOF |
| 10223 | #line $LINENO "configure" | 11889 | /* confdefs.h. */ |
| 10224 | #include "confdefs.h" | 11890 | _ACEOF |
| 11891 | cat confdefs.h >>conftest.$ac_ext | ||
| 11892 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 11893 | /* end confdefs.h. */ | ||
| 10225 | #include <Carbon/Carbon.h> | 11894 | #include <Carbon/Carbon.h> |
| 10226 | _ACEOF | 11895 | _ACEOF |
| 10227 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 11896 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| @@ -10234,6 +11903,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 10234 | (exit $ac_status); } >/dev/null; then | 11903 | (exit $ac_status); } >/dev/null; then |
| 10235 | if test -s conftest.err; then | 11904 | if test -s conftest.err; then |
| 10236 | ac_cpp_err=$ac_c_preproc_warn_flag | 11905 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 11906 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 10237 | else | 11907 | else |
| 10238 | ac_cpp_err= | 11908 | ac_cpp_err= |
| 10239 | fi | 11909 | fi |
| @@ -10244,7 +11914,8 @@ if test -z "$ac_cpp_err"; then | |||
| 10244 | ac_header_preproc=yes | 11914 | ac_header_preproc=yes |
| 10245 | else | 11915 | else |
| 10246 | echo "$as_me: failed program was:" >&5 | 11916 | echo "$as_me: failed program was:" >&5 |
| 10247 | cat conftest.$ac_ext >&5 | 11917 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 11918 | |||
| 10248 | ac_header_preproc=no | 11919 | ac_header_preproc=no |
| 10249 | fi | 11920 | fi |
| 10250 | rm -f conftest.err conftest.$ac_ext | 11921 | rm -f conftest.err conftest.$ac_ext |
| @@ -10252,19 +11923,36 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 10252 | echo "${ECHO_T}$ac_header_preproc" >&6 | 11923 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 10253 | 11924 | ||
| 10254 | # So? What about this header? | 11925 | # So? What about this header? |
| 10255 | case $ac_header_compiler:$ac_header_preproc in | 11926 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
| 10256 | yes:no ) | 11927 | yes:no: ) |
| 10257 | { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: accepted by the compiler, rejected by the preprocessor!" >&5 | 11928 | { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 10258 | echo "$as_me: WARNING: Carbon/Carbon.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | 11929 | echo "$as_me: WARNING: Carbon/Carbon.h: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 10259 | { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&5 | 11930 | { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: proceeding with the compiler's result" >&5 |
| 10260 | echo "$as_me: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&2;};; | 11931 | echo "$as_me: WARNING: Carbon/Carbon.h: proceeding with the compiler's result" >&2;} |
| 10261 | no:yes ) | 11932 | ac_header_preproc=yes |
| 11933 | ;; | ||
| 11934 | no:yes:* ) | ||
| 10262 | { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: present but cannot be compiled" >&5 | 11935 | { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: present but cannot be compiled" >&5 |
| 10263 | echo "$as_me: WARNING: Carbon/Carbon.h: present but cannot be compiled" >&2;} | 11936 | echo "$as_me: WARNING: Carbon/Carbon.h: present but cannot be compiled" >&2;} |
| 10264 | { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: check for missing prerequisite headers?" >&5 | 11937 | { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: check for missing prerequisite headers?" >&5 |
| 10265 | echo "$as_me: WARNING: Carbon/Carbon.h: check for missing prerequisite headers?" >&2;} | 11938 | echo "$as_me: WARNING: Carbon/Carbon.h: check for missing prerequisite headers?" >&2;} |
| 11939 | { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: see the Autoconf documentation" >&5 | ||
| 11940 | echo "$as_me: WARNING: Carbon/Carbon.h: see the Autoconf documentation" >&2;} | ||
| 11941 | { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: section \"Present But Cannot Be Compiled\"" >&5 | ||
| 11942 | echo "$as_me: WARNING: Carbon/Carbon.h: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 10266 | { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&5 | 11943 | { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&5 |
| 10267 | echo "$as_me: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&2;};; | 11944 | echo "$as_me: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result" >&2;} |
| 11945 | { echo "$as_me:$LINENO: WARNING: Carbon/Carbon.h: in the future, the compiler will take precedence" >&5 | ||
| 11946 | echo "$as_me: WARNING: Carbon/Carbon.h: in the future, the compiler will take precedence" >&2;} | ||
| 11947 | ( | ||
| 11948 | cat <<\_ASBOX | ||
| 11949 | ## ------------------------------------------ ## | ||
| 11950 | ## Report this to the AC_PACKAGE_NAME lists. ## | ||
| 11951 | ## ------------------------------------------ ## | ||
| 11952 | _ASBOX | ||
| 11953 | ) | | ||
| 11954 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 11955 | ;; | ||
| 10268 | esac | 11956 | esac |
| 10269 | echo "$as_me:$LINENO: checking for Carbon/Carbon.h" >&5 | 11957 | echo "$as_me:$LINENO: checking for Carbon/Carbon.h" >&5 |
| 10270 | echo $ECHO_N "checking for Carbon/Carbon.h... $ECHO_C" >&6 | 11958 | echo $ECHO_N "checking for Carbon/Carbon.h... $ECHO_C" >&6 |
| @@ -10319,18 +12007,31 @@ else | |||
| 10319 | echo "$as_me:$LINENO: checking X11/SM/SMlib.h usability" >&5 | 12007 | echo "$as_me:$LINENO: checking X11/SM/SMlib.h usability" >&5 |
| 10320 | echo $ECHO_N "checking X11/SM/SMlib.h usability... $ECHO_C" >&6 | 12008 | echo $ECHO_N "checking X11/SM/SMlib.h usability... $ECHO_C" >&6 |
| 10321 | cat >conftest.$ac_ext <<_ACEOF | 12009 | cat >conftest.$ac_ext <<_ACEOF |
| 10322 | #line $LINENO "configure" | 12010 | /* confdefs.h. */ |
| 10323 | #include "confdefs.h" | 12011 | _ACEOF |
| 12012 | cat confdefs.h >>conftest.$ac_ext | ||
| 12013 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 12014 | /* end confdefs.h. */ | ||
| 10324 | $ac_includes_default | 12015 | $ac_includes_default |
| 10325 | #include <X11/SM/SMlib.h> | 12016 | #include <X11/SM/SMlib.h> |
| 10326 | _ACEOF | 12017 | _ACEOF |
| 10327 | rm -f conftest.$ac_objext | 12018 | rm -f conftest.$ac_objext |
| 10328 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 12019 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 10329 | (eval $ac_compile) 2>&5 | 12020 | (eval $ac_compile) 2>conftest.er1 |
| 10330 | ac_status=$? | 12021 | ac_status=$? |
| 12022 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 12023 | rm -f conftest.er1 | ||
| 12024 | cat conftest.err >&5 | ||
| 10331 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 12025 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 10332 | (exit $ac_status); } && | 12026 | (exit $ac_status); } && |
| 10333 | { ac_try='test -s conftest.$ac_objext' | 12027 | { ac_try='test -z "$ac_c_werror_flag" |
| 12028 | || test ! -s conftest.err' | ||
| 12029 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 12030 | (eval $ac_try) 2>&5 | ||
| 12031 | ac_status=$? | ||
| 12032 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 12033 | (exit $ac_status); }; } && | ||
| 12034 | { ac_try='test -s conftest.$ac_objext' | ||
| 10334 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 12035 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 10335 | (eval $ac_try) 2>&5 | 12036 | (eval $ac_try) 2>&5 |
| 10336 | ac_status=$? | 12037 | ac_status=$? |
| @@ -10339,10 +12040,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 10339 | ac_header_compiler=yes | 12040 | ac_header_compiler=yes |
| 10340 | else | 12041 | else |
| 10341 | echo "$as_me: failed program was:" >&5 | 12042 | echo "$as_me: failed program was:" >&5 |
| 10342 | cat conftest.$ac_ext >&5 | 12043 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 12044 | |||
| 10343 | ac_header_compiler=no | 12045 | ac_header_compiler=no |
| 10344 | fi | 12046 | fi |
| 10345 | rm -f conftest.$ac_objext conftest.$ac_ext | 12047 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 10346 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 12048 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 10347 | echo "${ECHO_T}$ac_header_compiler" >&6 | 12049 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 10348 | 12050 | ||
| @@ -10350,8 +12052,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 10350 | echo "$as_me:$LINENO: checking X11/SM/SMlib.h presence" >&5 | 12052 | echo "$as_me:$LINENO: checking X11/SM/SMlib.h presence" >&5 |
| 10351 | echo $ECHO_N "checking X11/SM/SMlib.h presence... $ECHO_C" >&6 | 12053 | echo $ECHO_N "checking X11/SM/SMlib.h presence... $ECHO_C" >&6 |
| 10352 | cat >conftest.$ac_ext <<_ACEOF | 12054 | cat >conftest.$ac_ext <<_ACEOF |
| 10353 | #line $LINENO "configure" | 12055 | /* confdefs.h. */ |
| 10354 | #include "confdefs.h" | 12056 | _ACEOF |
| 12057 | cat confdefs.h >>conftest.$ac_ext | ||
| 12058 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 12059 | /* end confdefs.h. */ | ||
| 10355 | #include <X11/SM/SMlib.h> | 12060 | #include <X11/SM/SMlib.h> |
| 10356 | _ACEOF | 12061 | _ACEOF |
| 10357 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 12062 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| @@ -10364,6 +12069,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 10364 | (exit $ac_status); } >/dev/null; then | 12069 | (exit $ac_status); } >/dev/null; then |
| 10365 | if test -s conftest.err; then | 12070 | if test -s conftest.err; then |
| 10366 | ac_cpp_err=$ac_c_preproc_warn_flag | 12071 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 12072 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 10367 | else | 12073 | else |
| 10368 | ac_cpp_err= | 12074 | ac_cpp_err= |
| 10369 | fi | 12075 | fi |
| @@ -10374,7 +12080,8 @@ if test -z "$ac_cpp_err"; then | |||
| 10374 | ac_header_preproc=yes | 12080 | ac_header_preproc=yes |
| 10375 | else | 12081 | else |
| 10376 | echo "$as_me: failed program was:" >&5 | 12082 | echo "$as_me: failed program was:" >&5 |
| 10377 | cat conftest.$ac_ext >&5 | 12083 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 12084 | |||
| 10378 | ac_header_preproc=no | 12085 | ac_header_preproc=no |
| 10379 | fi | 12086 | fi |
| 10380 | rm -f conftest.err conftest.$ac_ext | 12087 | rm -f conftest.err conftest.$ac_ext |
| @@ -10382,19 +12089,36 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 10382 | echo "${ECHO_T}$ac_header_preproc" >&6 | 12089 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 10383 | 12090 | ||
| 10384 | # So? What about this header? | 12091 | # So? What about this header? |
| 10385 | case $ac_header_compiler:$ac_header_preproc in | 12092 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
| 10386 | yes:no ) | 12093 | yes:no: ) |
| 10387 | { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: accepted by the compiler, rejected by the preprocessor!" >&5 | 12094 | { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 10388 | echo "$as_me: WARNING: X11/SM/SMlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | 12095 | echo "$as_me: WARNING: X11/SM/SMlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 10389 | { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&5 | 12096 | { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: proceeding with the compiler's result" >&5 |
| 10390 | echo "$as_me: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&2;};; | 12097 | echo "$as_me: WARNING: X11/SM/SMlib.h: proceeding with the compiler's result" >&2;} |
| 10391 | no:yes ) | 12098 | ac_header_preproc=yes |
| 12099 | ;; | ||
| 12100 | no:yes:* ) | ||
| 10392 | { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: present but cannot be compiled" >&5 | 12101 | { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: present but cannot be compiled" >&5 |
| 10393 | echo "$as_me: WARNING: X11/SM/SMlib.h: present but cannot be compiled" >&2;} | 12102 | echo "$as_me: WARNING: X11/SM/SMlib.h: present but cannot be compiled" >&2;} |
| 10394 | { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: check for missing prerequisite headers?" >&5 | 12103 | { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: check for missing prerequisite headers?" >&5 |
| 10395 | echo "$as_me: WARNING: X11/SM/SMlib.h: check for missing prerequisite headers?" >&2;} | 12104 | echo "$as_me: WARNING: X11/SM/SMlib.h: check for missing prerequisite headers?" >&2;} |
| 12105 | { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: see the Autoconf documentation" >&5 | ||
| 12106 | echo "$as_me: WARNING: X11/SM/SMlib.h: see the Autoconf documentation" >&2;} | ||
| 12107 | { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: section \"Present But Cannot Be Compiled\"" >&5 | ||
| 12108 | echo "$as_me: WARNING: X11/SM/SMlib.h: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 10396 | { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&5 | 12109 | { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&5 |
| 10397 | echo "$as_me: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&2;};; | 12110 | echo "$as_me: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result" >&2;} |
| 12111 | { echo "$as_me:$LINENO: WARNING: X11/SM/SMlib.h: in the future, the compiler will take precedence" >&5 | ||
| 12112 | echo "$as_me: WARNING: X11/SM/SMlib.h: in the future, the compiler will take precedence" >&2;} | ||
| 12113 | ( | ||
| 12114 | cat <<\_ASBOX | ||
| 12115 | ## ------------------------------------------ ## | ||
| 12116 | ## Report this to the AC_PACKAGE_NAME lists. ## | ||
| 12117 | ## ------------------------------------------ ## | ||
| 12118 | _ASBOX | ||
| 12119 | ) | | ||
| 12120 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 12121 | ;; | ||
| 10398 | esac | 12122 | esac |
| 10399 | echo "$as_me:$LINENO: checking for X11/SM/SMlib.h" >&5 | 12123 | echo "$as_me:$LINENO: checking for X11/SM/SMlib.h" >&5 |
| 10400 | echo $ECHO_N "checking for X11/SM/SMlib.h... $ECHO_C" >&6 | 12124 | echo $ECHO_N "checking for X11/SM/SMlib.h... $ECHO_C" >&6 |
| @@ -10416,8 +12140,11 @@ else | |||
| 10416 | ac_check_lib_save_LIBS=$LIBS | 12140 | ac_check_lib_save_LIBS=$LIBS |
| 10417 | LIBS="-lSM -lICE $LIBS" | 12141 | LIBS="-lSM -lICE $LIBS" |
| 10418 | cat >conftest.$ac_ext <<_ACEOF | 12142 | cat >conftest.$ac_ext <<_ACEOF |
| 10419 | #line $LINENO "configure" | 12143 | /* confdefs.h. */ |
| 10420 | #include "confdefs.h" | 12144 | _ACEOF |
| 12145 | cat confdefs.h >>conftest.$ac_ext | ||
| 12146 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 12147 | /* end confdefs.h. */ | ||
| 10421 | 12148 | ||
| 10422 | /* Override any gcc2 internal prototype to avoid an error. */ | 12149 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 10423 | #ifdef __cplusplus | 12150 | #ifdef __cplusplus |
| @@ -10436,11 +12163,21 @@ SmcOpenConnection (); | |||
| 10436 | _ACEOF | 12163 | _ACEOF |
| 10437 | rm -f conftest.$ac_objext conftest$ac_exeext | 12164 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 10438 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 12165 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 10439 | (eval $ac_link) 2>&5 | 12166 | (eval $ac_link) 2>conftest.er1 |
| 10440 | ac_status=$? | 12167 | ac_status=$? |
| 12168 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 12169 | rm -f conftest.er1 | ||
| 12170 | cat conftest.err >&5 | ||
| 10441 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 12171 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 10442 | (exit $ac_status); } && | 12172 | (exit $ac_status); } && |
| 10443 | { ac_try='test -s conftest$ac_exeext' | 12173 | { ac_try='test -z "$ac_c_werror_flag" |
| 12174 | || test ! -s conftest.err' | ||
| 12175 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 12176 | (eval $ac_try) 2>&5 | ||
| 12177 | ac_status=$? | ||
| 12178 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 12179 | (exit $ac_status); }; } && | ||
| 12180 | { ac_try='test -s conftest$ac_exeext' | ||
| 10444 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 12181 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 10445 | (eval $ac_try) 2>&5 | 12182 | (eval $ac_try) 2>&5 |
| 10446 | ac_status=$? | 12183 | ac_status=$? |
| @@ -10449,10 +12186,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 10449 | ac_cv_lib_SM_SmcOpenConnection=yes | 12186 | ac_cv_lib_SM_SmcOpenConnection=yes |
| 10450 | else | 12187 | else |
| 10451 | echo "$as_me: failed program was:" >&5 | 12188 | echo "$as_me: failed program was:" >&5 |
| 10452 | cat conftest.$ac_ext >&5 | 12189 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 12190 | |||
| 10453 | ac_cv_lib_SM_SmcOpenConnection=no | 12191 | ac_cv_lib_SM_SmcOpenConnection=no |
| 10454 | fi | 12192 | fi |
| 10455 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 12193 | rm -f conftest.err conftest.$ac_objext \ |
| 12194 | conftest$ac_exeext conftest.$ac_ext | ||
| 10456 | LIBS=$ac_check_lib_save_LIBS | 12195 | LIBS=$ac_check_lib_save_LIBS |
| 10457 | fi | 12196 | fi |
| 10458 | echo "$as_me:$LINENO: result: $ac_cv_lib_SM_SmcOpenConnection" >&5 | 12197 | echo "$as_me:$LINENO: result: $ac_cv_lib_SM_SmcOpenConnection" >&5 |
| @@ -10485,8 +12224,11 @@ if test "${emacs_cv_netdb_declares_h_errno+set}" = set; then | |||
| 10485 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 12224 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 10486 | else | 12225 | else |
| 10487 | cat >conftest.$ac_ext <<_ACEOF | 12226 | cat >conftest.$ac_ext <<_ACEOF |
| 10488 | #line $LINENO "configure" | 12227 | /* confdefs.h. */ |
| 10489 | #include "confdefs.h" | 12228 | _ACEOF |
| 12229 | cat confdefs.h >>conftest.$ac_ext | ||
| 12230 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 12231 | /* end confdefs.h. */ | ||
| 10490 | #include <netdb.h> | 12232 | #include <netdb.h> |
| 10491 | int | 12233 | int |
| 10492 | main () | 12234 | main () |
| @@ -10498,11 +12240,21 @@ return h_errno; | |||
| 10498 | _ACEOF | 12240 | _ACEOF |
| 10499 | rm -f conftest.$ac_objext conftest$ac_exeext | 12241 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 10500 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 12242 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 10501 | (eval $ac_link) 2>&5 | 12243 | (eval $ac_link) 2>conftest.er1 |
| 10502 | ac_status=$? | 12244 | ac_status=$? |
| 12245 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 12246 | rm -f conftest.er1 | ||
| 12247 | cat conftest.err >&5 | ||
| 10503 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 12248 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 10504 | (exit $ac_status); } && | 12249 | (exit $ac_status); } && |
| 10505 | { ac_try='test -s conftest$ac_exeext' | 12250 | { ac_try='test -z "$ac_c_werror_flag" |
| 12251 | || test ! -s conftest.err' | ||
| 12252 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 12253 | (eval $ac_try) 2>&5 | ||
| 12254 | ac_status=$? | ||
| 12255 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 12256 | (exit $ac_status); }; } && | ||
| 12257 | { ac_try='test -s conftest$ac_exeext' | ||
| 10506 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 12258 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 10507 | (eval $ac_try) 2>&5 | 12259 | (eval $ac_try) 2>&5 |
| 10508 | ac_status=$? | 12260 | ac_status=$? |
| @@ -10511,10 +12263,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 10511 | emacs_cv_netdb_declares_h_errno=yes | 12263 | emacs_cv_netdb_declares_h_errno=yes |
| 10512 | else | 12264 | else |
| 10513 | echo "$as_me: failed program was:" >&5 | 12265 | echo "$as_me: failed program was:" >&5 |
| 10514 | cat conftest.$ac_ext >&5 | 12266 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 12267 | |||
| 10515 | emacs_cv_netdb_declares_h_errno=no | 12268 | emacs_cv_netdb_declares_h_errno=no |
| 10516 | fi | 12269 | fi |
| 10517 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 12270 | rm -f conftest.err conftest.$ac_objext \ |
| 12271 | conftest$ac_exeext conftest.$ac_ext | ||
| 10518 | fi | 12272 | fi |
| 10519 | echo "$as_me:$LINENO: result: $emacs_cv_netdb_declares_h_errno" >&5 | 12273 | echo "$as_me:$LINENO: result: $emacs_cv_netdb_declares_h_errno" >&5 |
| 10520 | echo "${ECHO_T}$emacs_cv_netdb_declares_h_errno" >&6 | 12274 | echo "${ECHO_T}$emacs_cv_netdb_declares_h_errno" >&6 |
| @@ -10534,8 +12288,11 @@ if test "${ac_cv_working_alloca_h+set}" = set; then | |||
| 10534 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 12288 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 10535 | else | 12289 | else |
| 10536 | cat >conftest.$ac_ext <<_ACEOF | 12290 | cat >conftest.$ac_ext <<_ACEOF |
| 10537 | #line $LINENO "configure" | 12291 | /* confdefs.h. */ |
| 10538 | #include "confdefs.h" | 12292 | _ACEOF |
| 12293 | cat confdefs.h >>conftest.$ac_ext | ||
| 12294 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 12295 | /* end confdefs.h. */ | ||
| 10539 | #include <alloca.h> | 12296 | #include <alloca.h> |
| 10540 | int | 12297 | int |
| 10541 | main () | 12298 | main () |
| @@ -10547,11 +12304,21 @@ char *p = (char *) alloca (2 * sizeof (int)); | |||
| 10547 | _ACEOF | 12304 | _ACEOF |
| 10548 | rm -f conftest.$ac_objext conftest$ac_exeext | 12305 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 10549 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 12306 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 10550 | (eval $ac_link) 2>&5 | 12307 | (eval $ac_link) 2>conftest.er1 |
| 10551 | ac_status=$? | 12308 | ac_status=$? |
| 12309 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 12310 | rm -f conftest.er1 | ||
| 12311 | cat conftest.err >&5 | ||
| 10552 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 12312 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 10553 | (exit $ac_status); } && | 12313 | (exit $ac_status); } && |
| 10554 | { ac_try='test -s conftest$ac_exeext' | 12314 | { ac_try='test -z "$ac_c_werror_flag" |
| 12315 | || test ! -s conftest.err' | ||
| 12316 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 12317 | (eval $ac_try) 2>&5 | ||
| 12318 | ac_status=$? | ||
| 12319 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 12320 | (exit $ac_status); }; } && | ||
| 12321 | { ac_try='test -s conftest$ac_exeext' | ||
| 10555 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 12322 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 10556 | (eval $ac_try) 2>&5 | 12323 | (eval $ac_try) 2>&5 |
| 10557 | ac_status=$? | 12324 | ac_status=$? |
| @@ -10560,10 +12327,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 10560 | ac_cv_working_alloca_h=yes | 12327 | ac_cv_working_alloca_h=yes |
| 10561 | else | 12328 | else |
| 10562 | echo "$as_me: failed program was:" >&5 | 12329 | echo "$as_me: failed program was:" >&5 |
| 10563 | cat conftest.$ac_ext >&5 | 12330 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 12331 | |||
| 10564 | ac_cv_working_alloca_h=no | 12332 | ac_cv_working_alloca_h=no |
| 10565 | fi | 12333 | fi |
| 10566 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 12334 | rm -f conftest.err conftest.$ac_objext \ |
| 12335 | conftest$ac_exeext conftest.$ac_ext | ||
| 10567 | fi | 12336 | fi |
| 10568 | echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5 | 12337 | echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5 |
| 10569 | echo "${ECHO_T}$ac_cv_working_alloca_h" >&6 | 12338 | echo "${ECHO_T}$ac_cv_working_alloca_h" >&6 |
| @@ -10581,8 +12350,11 @@ if test "${ac_cv_func_alloca_works+set}" = set; then | |||
| 10581 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 12350 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 10582 | else | 12351 | else |
| 10583 | cat >conftest.$ac_ext <<_ACEOF | 12352 | cat >conftest.$ac_ext <<_ACEOF |
| 10584 | #line $LINENO "configure" | 12353 | /* confdefs.h. */ |
| 10585 | #include "confdefs.h" | 12354 | _ACEOF |
| 12355 | cat confdefs.h >>conftest.$ac_ext | ||
| 12356 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 12357 | /* end confdefs.h. */ | ||
| 10586 | #ifdef __GNUC__ | 12358 | #ifdef __GNUC__ |
| 10587 | # define alloca __builtin_alloca | 12359 | # define alloca __builtin_alloca |
| 10588 | #else | 12360 | #else |
| @@ -10614,11 +12386,21 @@ char *p = (char *) alloca (1); | |||
| 10614 | _ACEOF | 12386 | _ACEOF |
| 10615 | rm -f conftest.$ac_objext conftest$ac_exeext | 12387 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 10616 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 12388 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 10617 | (eval $ac_link) 2>&5 | 12389 | (eval $ac_link) 2>conftest.er1 |
| 10618 | ac_status=$? | 12390 | ac_status=$? |
| 12391 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 12392 | rm -f conftest.er1 | ||
| 12393 | cat conftest.err >&5 | ||
| 10619 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 12394 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 10620 | (exit $ac_status); } && | 12395 | (exit $ac_status); } && |
| 10621 | { ac_try='test -s conftest$ac_exeext' | 12396 | { ac_try='test -z "$ac_c_werror_flag" |
| 12397 | || test ! -s conftest.err' | ||
| 12398 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 12399 | (eval $ac_try) 2>&5 | ||
| 12400 | ac_status=$? | ||
| 12401 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 12402 | (exit $ac_status); }; } && | ||
| 12403 | { ac_try='test -s conftest$ac_exeext' | ||
| 10622 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 12404 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 10623 | (eval $ac_try) 2>&5 | 12405 | (eval $ac_try) 2>&5 |
| 10624 | ac_status=$? | 12406 | ac_status=$? |
| @@ -10627,10 +12409,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 10627 | ac_cv_func_alloca_works=yes | 12409 | ac_cv_func_alloca_works=yes |
| 10628 | else | 12410 | else |
| 10629 | echo "$as_me: failed program was:" >&5 | 12411 | echo "$as_me: failed program was:" >&5 |
| 10630 | cat conftest.$ac_ext >&5 | 12412 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 12413 | |||
| 10631 | ac_cv_func_alloca_works=no | 12414 | ac_cv_func_alloca_works=no |
| 10632 | fi | 12415 | fi |
| 10633 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 12416 | rm -f conftest.err conftest.$ac_objext \ |
| 12417 | conftest$ac_exeext conftest.$ac_ext | ||
| 10634 | fi | 12418 | fi |
| 10635 | echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5 | 12419 | echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5 |
| 10636 | echo "${ECHO_T}$ac_cv_func_alloca_works" >&6 | 12420 | echo "${ECHO_T}$ac_cv_func_alloca_works" >&6 |
| @@ -10660,8 +12444,11 @@ if test "${ac_cv_os_cray+set}" = set; then | |||
| 10660 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 12444 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 10661 | else | 12445 | else |
| 10662 | cat >conftest.$ac_ext <<_ACEOF | 12446 | cat >conftest.$ac_ext <<_ACEOF |
| 10663 | #line $LINENO "configure" | 12447 | /* confdefs.h. */ |
| 10664 | #include "confdefs.h" | 12448 | _ACEOF |
| 12449 | cat confdefs.h >>conftest.$ac_ext | ||
| 12450 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 12451 | /* end confdefs.h. */ | ||
| 10665 | #if defined(CRAY) && ! defined(CRAY2) | 12452 | #if defined(CRAY) && ! defined(CRAY2) |
| 10666 | webecray | 12453 | webecray |
| 10667 | #else | 12454 | #else |
| @@ -10689,43 +12476,73 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then | |||
| 10689 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 12476 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 10690 | else | 12477 | else |
| 10691 | cat >conftest.$ac_ext <<_ACEOF | 12478 | cat >conftest.$ac_ext <<_ACEOF |
| 10692 | #line $LINENO "configure" | 12479 | /* confdefs.h. */ |
| 10693 | #include "confdefs.h" | 12480 | _ACEOF |
| 12481 | cat confdefs.h >>conftest.$ac_ext | ||
| 12482 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 12483 | /* end confdefs.h. */ | ||
| 12484 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. | ||
| 12485 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | ||
| 12486 | #define $ac_func innocuous_$ac_func | ||
| 12487 | |||
| 10694 | /* System header to define __stub macros and hopefully few prototypes, | 12488 | /* System header to define __stub macros and hopefully few prototypes, |
| 10695 | which can conflict with char $ac_func (); below. */ | 12489 | which can conflict with char $ac_func (); below. |
| 10696 | #include <assert.h> | 12490 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 12491 | <limits.h> exists even on freestanding compilers. */ | ||
| 12492 | |||
| 12493 | #ifdef __STDC__ | ||
| 12494 | # include <limits.h> | ||
| 12495 | #else | ||
| 12496 | # include <assert.h> | ||
| 12497 | #endif | ||
| 12498 | |||
| 12499 | #undef $ac_func | ||
| 12500 | |||
| 10697 | /* Override any gcc2 internal prototype to avoid an error. */ | 12501 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 10698 | #ifdef __cplusplus | 12502 | #ifdef __cplusplus |
| 10699 | extern "C" | 12503 | extern "C" |
| 12504 | { | ||
| 10700 | #endif | 12505 | #endif |
| 10701 | /* We use char because int might match the return type of a gcc2 | 12506 | /* We use char because int might match the return type of a gcc2 |
| 10702 | builtin and then its argument prototype would still apply. */ | 12507 | builtin and then its argument prototype would still apply. */ |
| 10703 | char $ac_func (); | 12508 | char $ac_func (); |
| 10704 | char (*f) (); | ||
| 10705 | |||
| 10706 | int | ||
| 10707 | main () | ||
| 10708 | { | ||
| 10709 | /* The GNU C library defines this for functions which it implements | 12509 | /* The GNU C library defines this for functions which it implements |
| 10710 | to always fail with ENOSYS. Some functions are actually named | 12510 | to always fail with ENOSYS. Some functions are actually named |
| 10711 | something starting with __ and the normal name is an alias. */ | 12511 | something starting with __ and the normal name is an alias. */ |
| 10712 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | 12512 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) |
| 10713 | choke me | 12513 | choke me |
| 10714 | #else | 12514 | #else |
| 10715 | f = $ac_func; | 12515 | char (*f) () = $ac_func; |
| 12516 | #endif | ||
| 12517 | #ifdef __cplusplus | ||
| 12518 | } | ||
| 10716 | #endif | 12519 | #endif |
| 10717 | 12520 | ||
| 12521 | int | ||
| 12522 | main () | ||
| 12523 | { | ||
| 12524 | return f != $ac_func; | ||
| 10718 | ; | 12525 | ; |
| 10719 | return 0; | 12526 | return 0; |
| 10720 | } | 12527 | } |
| 10721 | _ACEOF | 12528 | _ACEOF |
| 10722 | rm -f conftest.$ac_objext conftest$ac_exeext | 12529 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 10723 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 12530 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 10724 | (eval $ac_link) 2>&5 | 12531 | (eval $ac_link) 2>conftest.er1 |
| 10725 | ac_status=$? | 12532 | ac_status=$? |
| 12533 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 12534 | rm -f conftest.er1 | ||
| 12535 | cat conftest.err >&5 | ||
| 10726 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 12536 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 10727 | (exit $ac_status); } && | 12537 | (exit $ac_status); } && |
| 10728 | { ac_try='test -s conftest$ac_exeext' | 12538 | { ac_try='test -z "$ac_c_werror_flag" |
| 12539 | || test ! -s conftest.err' | ||
| 12540 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 12541 | (eval $ac_try) 2>&5 | ||
| 12542 | ac_status=$? | ||
| 12543 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 12544 | (exit $ac_status); }; } && | ||
| 12545 | { ac_try='test -s conftest$ac_exeext' | ||
| 10729 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 12546 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 10730 | (eval $ac_try) 2>&5 | 12547 | (eval $ac_try) 2>&5 |
| 10731 | ac_status=$? | 12548 | ac_status=$? |
| @@ -10734,10 +12551,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 10734 | eval "$as_ac_var=yes" | 12551 | eval "$as_ac_var=yes" |
| 10735 | else | 12552 | else |
| 10736 | echo "$as_me: failed program was:" >&5 | 12553 | echo "$as_me: failed program was:" >&5 |
| 10737 | cat conftest.$ac_ext >&5 | 12554 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 12555 | |||
| 10738 | eval "$as_ac_var=no" | 12556 | eval "$as_ac_var=no" |
| 10739 | fi | 12557 | fi |
| 10740 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 12558 | rm -f conftest.err conftest.$ac_objext \ |
| 12559 | conftest$ac_exeext conftest.$ac_ext | ||
| 10741 | fi | 12560 | fi |
| 10742 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | 12561 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 |
| 10743 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | 12562 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
| @@ -10762,8 +12581,11 @@ else | |||
| 10762 | ac_cv_c_stack_direction=0 | 12581 | ac_cv_c_stack_direction=0 |
| 10763 | else | 12582 | else |
| 10764 | cat >conftest.$ac_ext <<_ACEOF | 12583 | cat >conftest.$ac_ext <<_ACEOF |
| 10765 | #line $LINENO "configure" | 12584 | /* confdefs.h. */ |
| 10766 | #include "confdefs.h" | 12585 | _ACEOF |
| 12586 | cat confdefs.h >>conftest.$ac_ext | ||
| 12587 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 12588 | /* end confdefs.h. */ | ||
| 10767 | int | 12589 | int |
| 10768 | find_stack_direction () | 12590 | find_stack_direction () |
| 10769 | { | 12591 | { |
| @@ -10799,11 +12621,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 10799 | else | 12621 | else |
| 10800 | echo "$as_me: program exited with status $ac_status" >&5 | 12622 | echo "$as_me: program exited with status $ac_status" >&5 |
| 10801 | echo "$as_me: failed program was:" >&5 | 12623 | echo "$as_me: failed program was:" >&5 |
| 10802 | cat conftest.$ac_ext >&5 | 12624 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 12625 | |||
| 10803 | ( exit $ac_status ) | 12626 | ( exit $ac_status ) |
| 10804 | ac_cv_c_stack_direction=-1 | 12627 | ac_cv_c_stack_direction=-1 |
| 10805 | fi | 12628 | fi |
| 10806 | rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 12629 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
| 10807 | fi | 12630 | fi |
| 10808 | fi | 12631 | fi |
| 10809 | echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5 | 12632 | echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5 |
| @@ -10828,8 +12651,11 @@ else | |||
| 10828 | ac_check_lib_save_LIBS=$LIBS | 12651 | ac_check_lib_save_LIBS=$LIBS |
| 10829 | LIBS="-lm $LIBS" | 12652 | LIBS="-lm $LIBS" |
| 10830 | cat >conftest.$ac_ext <<_ACEOF | 12653 | cat >conftest.$ac_ext <<_ACEOF |
| 10831 | #line $LINENO "configure" | 12654 | /* confdefs.h. */ |
| 10832 | #include "confdefs.h" | 12655 | _ACEOF |
| 12656 | cat confdefs.h >>conftest.$ac_ext | ||
| 12657 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 12658 | /* end confdefs.h. */ | ||
| 10833 | 12659 | ||
| 10834 | /* Override any gcc2 internal prototype to avoid an error. */ | 12660 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 10835 | #ifdef __cplusplus | 12661 | #ifdef __cplusplus |
| @@ -10848,11 +12674,21 @@ sqrt (); | |||
| 10848 | _ACEOF | 12674 | _ACEOF |
| 10849 | rm -f conftest.$ac_objext conftest$ac_exeext | 12675 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 10850 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 12676 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 10851 | (eval $ac_link) 2>&5 | 12677 | (eval $ac_link) 2>conftest.er1 |
| 10852 | ac_status=$? | 12678 | ac_status=$? |
| 12679 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 12680 | rm -f conftest.er1 | ||
| 12681 | cat conftest.err >&5 | ||
| 10853 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 12682 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 10854 | (exit $ac_status); } && | 12683 | (exit $ac_status); } && |
| 10855 | { ac_try='test -s conftest$ac_exeext' | 12684 | { ac_try='test -z "$ac_c_werror_flag" |
| 12685 | || test ! -s conftest.err' | ||
| 12686 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 12687 | (eval $ac_try) 2>&5 | ||
| 12688 | ac_status=$? | ||
| 12689 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 12690 | (exit $ac_status); }; } && | ||
| 12691 | { ac_try='test -s conftest$ac_exeext' | ||
| 10856 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 12692 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 10857 | (eval $ac_try) 2>&5 | 12693 | (eval $ac_try) 2>&5 |
| 10858 | ac_status=$? | 12694 | ac_status=$? |
| @@ -10861,10 +12697,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 10861 | ac_cv_lib_m_sqrt=yes | 12697 | ac_cv_lib_m_sqrt=yes |
| 10862 | else | 12698 | else |
| 10863 | echo "$as_me: failed program was:" >&5 | 12699 | echo "$as_me: failed program was:" >&5 |
| 10864 | cat conftest.$ac_ext >&5 | 12700 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 12701 | |||
| 10865 | ac_cv_lib_m_sqrt=no | 12702 | ac_cv_lib_m_sqrt=no |
| 10866 | fi | 12703 | fi |
| 10867 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 12704 | rm -f conftest.err conftest.$ac_objext \ |
| 12705 | conftest$ac_exeext conftest.$ac_ext | ||
| 10868 | LIBS=$ac_check_lib_save_LIBS | 12706 | LIBS=$ac_check_lib_save_LIBS |
| 10869 | fi | 12707 | fi |
| 10870 | echo "$as_me:$LINENO: result: $ac_cv_lib_m_sqrt" >&5 | 12708 | echo "$as_me:$LINENO: result: $ac_cv_lib_m_sqrt" >&5 |
| @@ -10890,8 +12728,11 @@ else | |||
| 10890 | ac_check_lib_save_LIBS=$LIBS | 12728 | ac_check_lib_save_LIBS=$LIBS |
| 10891 | LIBS="-lmail $LIBS" | 12729 | LIBS="-lmail $LIBS" |
| 10892 | cat >conftest.$ac_ext <<_ACEOF | 12730 | cat >conftest.$ac_ext <<_ACEOF |
| 10893 | #line $LINENO "configure" | 12731 | /* confdefs.h. */ |
| 10894 | #include "confdefs.h" | 12732 | _ACEOF |
| 12733 | cat confdefs.h >>conftest.$ac_ext | ||
| 12734 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 12735 | /* end confdefs.h. */ | ||
| 10895 | 12736 | ||
| 10896 | /* Override any gcc2 internal prototype to avoid an error. */ | 12737 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 10897 | #ifdef __cplusplus | 12738 | #ifdef __cplusplus |
| @@ -10910,11 +12751,21 @@ maillock (); | |||
| 10910 | _ACEOF | 12751 | _ACEOF |
| 10911 | rm -f conftest.$ac_objext conftest$ac_exeext | 12752 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 10912 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 12753 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 10913 | (eval $ac_link) 2>&5 | 12754 | (eval $ac_link) 2>conftest.er1 |
| 10914 | ac_status=$? | 12755 | ac_status=$? |
| 12756 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 12757 | rm -f conftest.er1 | ||
| 12758 | cat conftest.err >&5 | ||
| 10915 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 12759 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 10916 | (exit $ac_status); } && | 12760 | (exit $ac_status); } && |
| 10917 | { ac_try='test -s conftest$ac_exeext' | 12761 | { ac_try='test -z "$ac_c_werror_flag" |
| 12762 | || test ! -s conftest.err' | ||
| 12763 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 12764 | (eval $ac_try) 2>&5 | ||
| 12765 | ac_status=$? | ||
| 12766 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 12767 | (exit $ac_status); }; } && | ||
| 12768 | { ac_try='test -s conftest$ac_exeext' | ||
| 10918 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 12769 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 10919 | (eval $ac_try) 2>&5 | 12770 | (eval $ac_try) 2>&5 |
| 10920 | ac_status=$? | 12771 | ac_status=$? |
| @@ -10923,10 +12774,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 10923 | ac_cv_lib_mail_maillock=yes | 12774 | ac_cv_lib_mail_maillock=yes |
| 10924 | else | 12775 | else |
| 10925 | echo "$as_me: failed program was:" >&5 | 12776 | echo "$as_me: failed program was:" >&5 |
| 10926 | cat conftest.$ac_ext >&5 | 12777 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 12778 | |||
| 10927 | ac_cv_lib_mail_maillock=no | 12779 | ac_cv_lib_mail_maillock=no |
| 10928 | fi | 12780 | fi |
| 10929 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 12781 | rm -f conftest.err conftest.$ac_objext \ |
| 12782 | conftest$ac_exeext conftest.$ac_ext | ||
| 10930 | LIBS=$ac_check_lib_save_LIBS | 12783 | LIBS=$ac_check_lib_save_LIBS |
| 10931 | fi | 12784 | fi |
| 10932 | echo "$as_me:$LINENO: result: $ac_cv_lib_mail_maillock" >&5 | 12785 | echo "$as_me:$LINENO: result: $ac_cv_lib_mail_maillock" >&5 |
| @@ -10949,8 +12802,11 @@ else | |||
| 10949 | ac_check_lib_save_LIBS=$LIBS | 12802 | ac_check_lib_save_LIBS=$LIBS |
| 10950 | LIBS="-llockfile $LIBS" | 12803 | LIBS="-llockfile $LIBS" |
| 10951 | cat >conftest.$ac_ext <<_ACEOF | 12804 | cat >conftest.$ac_ext <<_ACEOF |
| 10952 | #line $LINENO "configure" | 12805 | /* confdefs.h. */ |
| 10953 | #include "confdefs.h" | 12806 | _ACEOF |
| 12807 | cat confdefs.h >>conftest.$ac_ext | ||
| 12808 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 12809 | /* end confdefs.h. */ | ||
| 10954 | 12810 | ||
| 10955 | /* Override any gcc2 internal prototype to avoid an error. */ | 12811 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 10956 | #ifdef __cplusplus | 12812 | #ifdef __cplusplus |
| @@ -10969,11 +12825,21 @@ maillock (); | |||
| 10969 | _ACEOF | 12825 | _ACEOF |
| 10970 | rm -f conftest.$ac_objext conftest$ac_exeext | 12826 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 10971 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 12827 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 10972 | (eval $ac_link) 2>&5 | 12828 | (eval $ac_link) 2>conftest.er1 |
| 10973 | ac_status=$? | 12829 | ac_status=$? |
| 12830 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 12831 | rm -f conftest.er1 | ||
| 12832 | cat conftest.err >&5 | ||
| 10974 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 12833 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 10975 | (exit $ac_status); } && | 12834 | (exit $ac_status); } && |
| 10976 | { ac_try='test -s conftest$ac_exeext' | 12835 | { ac_try='test -z "$ac_c_werror_flag" |
| 12836 | || test ! -s conftest.err' | ||
| 12837 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 12838 | (eval $ac_try) 2>&5 | ||
| 12839 | ac_status=$? | ||
| 12840 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 12841 | (exit $ac_status); }; } && | ||
| 12842 | { ac_try='test -s conftest$ac_exeext' | ||
| 10977 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 12843 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 10978 | (eval $ac_try) 2>&5 | 12844 | (eval $ac_try) 2>&5 |
| 10979 | ac_status=$? | 12845 | ac_status=$? |
| @@ -10982,10 +12848,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 10982 | ac_cv_lib_lockfile_maillock=yes | 12848 | ac_cv_lib_lockfile_maillock=yes |
| 10983 | else | 12849 | else |
| 10984 | echo "$as_me: failed program was:" >&5 | 12850 | echo "$as_me: failed program was:" >&5 |
| 10985 | cat conftest.$ac_ext >&5 | 12851 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 12852 | |||
| 10986 | ac_cv_lib_lockfile_maillock=no | 12853 | ac_cv_lib_lockfile_maillock=no |
| 10987 | fi | 12854 | fi |
| 10988 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 12855 | rm -f conftest.err conftest.$ac_objext \ |
| 12856 | conftest$ac_exeext conftest.$ac_ext | ||
| 10989 | LIBS=$ac_check_lib_save_LIBS | 12857 | LIBS=$ac_check_lib_save_LIBS |
| 10990 | fi | 12858 | fi |
| 10991 | echo "$as_me:$LINENO: result: $ac_cv_lib_lockfile_maillock" >&5 | 12859 | echo "$as_me:$LINENO: result: $ac_cv_lib_lockfile_maillock" >&5 |
| @@ -11061,43 +12929,73 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then | |||
| 11061 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 12929 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 11062 | else | 12930 | else |
| 11063 | cat >conftest.$ac_ext <<_ACEOF | 12931 | cat >conftest.$ac_ext <<_ACEOF |
| 11064 | #line $LINENO "configure" | 12932 | /* confdefs.h. */ |
| 11065 | #include "confdefs.h" | 12933 | _ACEOF |
| 12934 | cat confdefs.h >>conftest.$ac_ext | ||
| 12935 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 12936 | /* end confdefs.h. */ | ||
| 12937 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. | ||
| 12938 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | ||
| 12939 | #define $ac_func innocuous_$ac_func | ||
| 12940 | |||
| 11066 | /* System header to define __stub macros and hopefully few prototypes, | 12941 | /* System header to define __stub macros and hopefully few prototypes, |
| 11067 | which can conflict with char $ac_func (); below. */ | 12942 | which can conflict with char $ac_func (); below. |
| 11068 | #include <assert.h> | 12943 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 12944 | <limits.h> exists even on freestanding compilers. */ | ||
| 12945 | |||
| 12946 | #ifdef __STDC__ | ||
| 12947 | # include <limits.h> | ||
| 12948 | #else | ||
| 12949 | # include <assert.h> | ||
| 12950 | #endif | ||
| 12951 | |||
| 12952 | #undef $ac_func | ||
| 12953 | |||
| 11069 | /* Override any gcc2 internal prototype to avoid an error. */ | 12954 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 11070 | #ifdef __cplusplus | 12955 | #ifdef __cplusplus |
| 11071 | extern "C" | 12956 | extern "C" |
| 12957 | { | ||
| 11072 | #endif | 12958 | #endif |
| 11073 | /* We use char because int might match the return type of a gcc2 | 12959 | /* We use char because int might match the return type of a gcc2 |
| 11074 | builtin and then its argument prototype would still apply. */ | 12960 | builtin and then its argument prototype would still apply. */ |
| 11075 | char $ac_func (); | 12961 | char $ac_func (); |
| 11076 | char (*f) (); | ||
| 11077 | |||
| 11078 | int | ||
| 11079 | main () | ||
| 11080 | { | ||
| 11081 | /* The GNU C library defines this for functions which it implements | 12962 | /* The GNU C library defines this for functions which it implements |
| 11082 | to always fail with ENOSYS. Some functions are actually named | 12963 | to always fail with ENOSYS. Some functions are actually named |
| 11083 | something starting with __ and the normal name is an alias. */ | 12964 | something starting with __ and the normal name is an alias. */ |
| 11084 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | 12965 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) |
| 11085 | choke me | 12966 | choke me |
| 11086 | #else | 12967 | #else |
| 11087 | f = $ac_func; | 12968 | char (*f) () = $ac_func; |
| 12969 | #endif | ||
| 12970 | #ifdef __cplusplus | ||
| 12971 | } | ||
| 11088 | #endif | 12972 | #endif |
| 11089 | 12973 | ||
| 12974 | int | ||
| 12975 | main () | ||
| 12976 | { | ||
| 12977 | return f != $ac_func; | ||
| 11090 | ; | 12978 | ; |
| 11091 | return 0; | 12979 | return 0; |
| 11092 | } | 12980 | } |
| 11093 | _ACEOF | 12981 | _ACEOF |
| 11094 | rm -f conftest.$ac_objext conftest$ac_exeext | 12982 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 11095 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 12983 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 11096 | (eval $ac_link) 2>&5 | 12984 | (eval $ac_link) 2>conftest.er1 |
| 11097 | ac_status=$? | 12985 | ac_status=$? |
| 12986 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 12987 | rm -f conftest.er1 | ||
| 12988 | cat conftest.err >&5 | ||
| 11098 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 12989 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 11099 | (exit $ac_status); } && | 12990 | (exit $ac_status); } && |
| 11100 | { ac_try='test -s conftest$ac_exeext' | 12991 | { ac_try='test -z "$ac_c_werror_flag" |
| 12992 | || test ! -s conftest.err' | ||
| 12993 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 12994 | (eval $ac_try) 2>&5 | ||
| 12995 | ac_status=$? | ||
| 12996 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 12997 | (exit $ac_status); }; } && | ||
| 12998 | { ac_try='test -s conftest$ac_exeext' | ||
| 11101 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 12999 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 11102 | (eval $ac_try) 2>&5 | 13000 | (eval $ac_try) 2>&5 |
| 11103 | ac_status=$? | 13001 | ac_status=$? |
| @@ -11106,10 +13004,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 11106 | eval "$as_ac_var=yes" | 13004 | eval "$as_ac_var=yes" |
| 11107 | else | 13005 | else |
| 11108 | echo "$as_me: failed program was:" >&5 | 13006 | echo "$as_me: failed program was:" >&5 |
| 11109 | cat conftest.$ac_ext >&5 | 13007 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 13008 | |||
| 11110 | eval "$as_ac_var=no" | 13009 | eval "$as_ac_var=no" |
| 11111 | fi | 13010 | fi |
| 11112 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 13011 | rm -f conftest.err conftest.$ac_objext \ |
| 13012 | conftest$ac_exeext conftest.$ac_ext | ||
| 11113 | fi | 13013 | fi |
| 11114 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | 13014 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 |
| 11115 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | 13015 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
| @@ -11138,18 +13038,31 @@ else | |||
| 11138 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 13038 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
| 11139 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 13039 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 11140 | cat >conftest.$ac_ext <<_ACEOF | 13040 | cat >conftest.$ac_ext <<_ACEOF |
| 11141 | #line $LINENO "configure" | 13041 | /* confdefs.h. */ |
| 11142 | #include "confdefs.h" | 13042 | _ACEOF |
| 13043 | cat confdefs.h >>conftest.$ac_ext | ||
| 13044 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 13045 | /* end confdefs.h. */ | ||
| 11143 | $ac_includes_default | 13046 | $ac_includes_default |
| 11144 | #include <$ac_header> | 13047 | #include <$ac_header> |
| 11145 | _ACEOF | 13048 | _ACEOF |
| 11146 | rm -f conftest.$ac_objext | 13049 | rm -f conftest.$ac_objext |
| 11147 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 13050 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 11148 | (eval $ac_compile) 2>&5 | 13051 | (eval $ac_compile) 2>conftest.er1 |
| 11149 | ac_status=$? | 13052 | ac_status=$? |
| 13053 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 13054 | rm -f conftest.er1 | ||
| 13055 | cat conftest.err >&5 | ||
| 11150 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 13056 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 11151 | (exit $ac_status); } && | 13057 | (exit $ac_status); } && |
| 11152 | { ac_try='test -s conftest.$ac_objext' | 13058 | { ac_try='test -z "$ac_c_werror_flag" |
| 13059 | || test ! -s conftest.err' | ||
| 13060 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 13061 | (eval $ac_try) 2>&5 | ||
| 13062 | ac_status=$? | ||
| 13063 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 13064 | (exit $ac_status); }; } && | ||
| 13065 | { ac_try='test -s conftest.$ac_objext' | ||
| 11153 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 13066 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 11154 | (eval $ac_try) 2>&5 | 13067 | (eval $ac_try) 2>&5 |
| 11155 | ac_status=$? | 13068 | ac_status=$? |
| @@ -11158,10 +13071,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 11158 | ac_header_compiler=yes | 13071 | ac_header_compiler=yes |
| 11159 | else | 13072 | else |
| 11160 | echo "$as_me: failed program was:" >&5 | 13073 | echo "$as_me: failed program was:" >&5 |
| 11161 | cat conftest.$ac_ext >&5 | 13074 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 13075 | |||
| 11162 | ac_header_compiler=no | 13076 | ac_header_compiler=no |
| 11163 | fi | 13077 | fi |
| 11164 | rm -f conftest.$ac_objext conftest.$ac_ext | 13078 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 11165 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 13079 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 11166 | echo "${ECHO_T}$ac_header_compiler" >&6 | 13080 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 11167 | 13081 | ||
| @@ -11169,8 +13083,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 11169 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 13083 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
| 11170 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 13084 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 11171 | cat >conftest.$ac_ext <<_ACEOF | 13085 | cat >conftest.$ac_ext <<_ACEOF |
| 11172 | #line $LINENO "configure" | 13086 | /* confdefs.h. */ |
| 11173 | #include "confdefs.h" | 13087 | _ACEOF |
| 13088 | cat confdefs.h >>conftest.$ac_ext | ||
| 13089 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 13090 | /* end confdefs.h. */ | ||
| 11174 | #include <$ac_header> | 13091 | #include <$ac_header> |
| 11175 | _ACEOF | 13092 | _ACEOF |
| 11176 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 13093 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| @@ -11183,6 +13100,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 11183 | (exit $ac_status); } >/dev/null; then | 13100 | (exit $ac_status); } >/dev/null; then |
| 11184 | if test -s conftest.err; then | 13101 | if test -s conftest.err; then |
| 11185 | ac_cpp_err=$ac_c_preproc_warn_flag | 13102 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 13103 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 11186 | else | 13104 | else |
| 11187 | ac_cpp_err= | 13105 | ac_cpp_err= |
| 11188 | fi | 13106 | fi |
| @@ -11193,7 +13111,8 @@ if test -z "$ac_cpp_err"; then | |||
| 11193 | ac_header_preproc=yes | 13111 | ac_header_preproc=yes |
| 11194 | else | 13112 | else |
| 11195 | echo "$as_me: failed program was:" >&5 | 13113 | echo "$as_me: failed program was:" >&5 |
| 11196 | cat conftest.$ac_ext >&5 | 13114 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 13115 | |||
| 11197 | ac_header_preproc=no | 13116 | ac_header_preproc=no |
| 11198 | fi | 13117 | fi |
| 11199 | rm -f conftest.err conftest.$ac_ext | 13118 | rm -f conftest.err conftest.$ac_ext |
| @@ -11201,26 +13120,43 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 11201 | echo "${ECHO_T}$ac_header_preproc" >&6 | 13120 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 11202 | 13121 | ||
| 11203 | # So? What about this header? | 13122 | # So? What about this header? |
| 11204 | case $ac_header_compiler:$ac_header_preproc in | 13123 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
| 11205 | yes:no ) | 13124 | yes:no: ) |
| 11206 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 13125 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 11207 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 13126 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 11208 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 13127 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
| 11209 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 13128 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} |
| 11210 | no:yes ) | 13129 | ac_header_preproc=yes |
| 13130 | ;; | ||
| 13131 | no:yes:* ) | ||
| 11211 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 13132 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| 11212 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 13133 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| 11213 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 13134 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| 11214 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 13135 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| 13136 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | ||
| 13137 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | ||
| 13138 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | ||
| 13139 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 11215 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 13140 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 11216 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 13141 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
| 13142 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 | ||
| 13143 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | ||
| 13144 | ( | ||
| 13145 | cat <<\_ASBOX | ||
| 13146 | ## ------------------------------------------ ## | ||
| 13147 | ## Report this to the AC_PACKAGE_NAME lists. ## | ||
| 13148 | ## ------------------------------------------ ## | ||
| 13149 | _ASBOX | ||
| 13150 | ) | | ||
| 13151 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 13152 | ;; | ||
| 11217 | esac | 13153 | esac |
| 11218 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | 13154 | echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 11219 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | 13155 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
| 11220 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | 13156 | if eval "test \"\${$as_ac_Header+set}\" = set"; then |
| 11221 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 13157 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 11222 | else | 13158 | else |
| 11223 | eval "$as_ac_Header=$ac_header_preproc" | 13159 | eval "$as_ac_Header=\$ac_header_preproc" |
| 11224 | fi | 13160 | fi |
| 11225 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | 13161 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
| 11226 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | 13162 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
| @@ -11320,43 +13256,73 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then | |||
| 11320 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 13256 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 11321 | else | 13257 | else |
| 11322 | cat >conftest.$ac_ext <<_ACEOF | 13258 | cat >conftest.$ac_ext <<_ACEOF |
| 11323 | #line $LINENO "configure" | 13259 | /* confdefs.h. */ |
| 11324 | #include "confdefs.h" | 13260 | _ACEOF |
| 13261 | cat confdefs.h >>conftest.$ac_ext | ||
| 13262 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 13263 | /* end confdefs.h. */ | ||
| 13264 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. | ||
| 13265 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | ||
| 13266 | #define $ac_func innocuous_$ac_func | ||
| 13267 | |||
| 11325 | /* System header to define __stub macros and hopefully few prototypes, | 13268 | /* System header to define __stub macros and hopefully few prototypes, |
| 11326 | which can conflict with char $ac_func (); below. */ | 13269 | which can conflict with char $ac_func (); below. |
| 11327 | #include <assert.h> | 13270 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 13271 | <limits.h> exists even on freestanding compilers. */ | ||
| 13272 | |||
| 13273 | #ifdef __STDC__ | ||
| 13274 | # include <limits.h> | ||
| 13275 | #else | ||
| 13276 | # include <assert.h> | ||
| 13277 | #endif | ||
| 13278 | |||
| 13279 | #undef $ac_func | ||
| 13280 | |||
| 11328 | /* Override any gcc2 internal prototype to avoid an error. */ | 13281 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 11329 | #ifdef __cplusplus | 13282 | #ifdef __cplusplus |
| 11330 | extern "C" | 13283 | extern "C" |
| 13284 | { | ||
| 11331 | #endif | 13285 | #endif |
| 11332 | /* We use char because int might match the return type of a gcc2 | 13286 | /* We use char because int might match the return type of a gcc2 |
| 11333 | builtin and then its argument prototype would still apply. */ | 13287 | builtin and then its argument prototype would still apply. */ |
| 11334 | char $ac_func (); | 13288 | char $ac_func (); |
| 11335 | char (*f) (); | ||
| 11336 | |||
| 11337 | int | ||
| 11338 | main () | ||
| 11339 | { | ||
| 11340 | /* The GNU C library defines this for functions which it implements | 13289 | /* The GNU C library defines this for functions which it implements |
| 11341 | to always fail with ENOSYS. Some functions are actually named | 13290 | to always fail with ENOSYS. Some functions are actually named |
| 11342 | something starting with __ and the normal name is an alias. */ | 13291 | something starting with __ and the normal name is an alias. */ |
| 11343 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | 13292 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) |
| 11344 | choke me | 13293 | choke me |
| 11345 | #else | 13294 | #else |
| 11346 | f = $ac_func; | 13295 | char (*f) () = $ac_func; |
| 13296 | #endif | ||
| 13297 | #ifdef __cplusplus | ||
| 13298 | } | ||
| 11347 | #endif | 13299 | #endif |
| 11348 | 13300 | ||
| 13301 | int | ||
| 13302 | main () | ||
| 13303 | { | ||
| 13304 | return f != $ac_func; | ||
| 11349 | ; | 13305 | ; |
| 11350 | return 0; | 13306 | return 0; |
| 11351 | } | 13307 | } |
| 11352 | _ACEOF | 13308 | _ACEOF |
| 11353 | rm -f conftest.$ac_objext conftest$ac_exeext | 13309 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 11354 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 13310 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 11355 | (eval $ac_link) 2>&5 | 13311 | (eval $ac_link) 2>conftest.er1 |
| 11356 | ac_status=$? | 13312 | ac_status=$? |
| 13313 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 13314 | rm -f conftest.er1 | ||
| 13315 | cat conftest.err >&5 | ||
| 11357 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 13316 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 11358 | (exit $ac_status); } && | 13317 | (exit $ac_status); } && |
| 11359 | { ac_try='test -s conftest$ac_exeext' | 13318 | { ac_try='test -z "$ac_c_werror_flag" |
| 13319 | || test ! -s conftest.err' | ||
| 13320 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 13321 | (eval $ac_try) 2>&5 | ||
| 13322 | ac_status=$? | ||
| 13323 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 13324 | (exit $ac_status); }; } && | ||
| 13325 | { ac_try='test -s conftest$ac_exeext' | ||
| 11360 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 13326 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 11361 | (eval $ac_try) 2>&5 | 13327 | (eval $ac_try) 2>&5 |
| 11362 | ac_status=$? | 13328 | ac_status=$? |
| @@ -11365,10 +13331,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 11365 | eval "$as_ac_var=yes" | 13331 | eval "$as_ac_var=yes" |
| 11366 | else | 13332 | else |
| 11367 | echo "$as_me: failed program was:" >&5 | 13333 | echo "$as_me: failed program was:" >&5 |
| 11368 | cat conftest.$ac_ext >&5 | 13334 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 13335 | |||
| 11369 | eval "$as_ac_var=no" | 13336 | eval "$as_ac_var=no" |
| 11370 | fi | 13337 | fi |
| 11371 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 13338 | rm -f conftest.err conftest.$ac_objext \ |
| 13339 | conftest$ac_exeext conftest.$ac_ext | ||
| 11372 | fi | 13340 | fi |
| 11373 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | 13341 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 |
| 11374 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | 13342 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
| @@ -11398,18 +13366,31 @@ else | |||
| 11398 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 13366 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
| 11399 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 13367 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 11400 | cat >conftest.$ac_ext <<_ACEOF | 13368 | cat >conftest.$ac_ext <<_ACEOF |
| 11401 | #line $LINENO "configure" | 13369 | /* confdefs.h. */ |
| 11402 | #include "confdefs.h" | 13370 | _ACEOF |
| 13371 | cat confdefs.h >>conftest.$ac_ext | ||
| 13372 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 13373 | /* end confdefs.h. */ | ||
| 11403 | $ac_includes_default | 13374 | $ac_includes_default |
| 11404 | #include <$ac_header> | 13375 | #include <$ac_header> |
| 11405 | _ACEOF | 13376 | _ACEOF |
| 11406 | rm -f conftest.$ac_objext | 13377 | rm -f conftest.$ac_objext |
| 11407 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 13378 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 11408 | (eval $ac_compile) 2>&5 | 13379 | (eval $ac_compile) 2>conftest.er1 |
| 11409 | ac_status=$? | 13380 | ac_status=$? |
| 13381 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 13382 | rm -f conftest.er1 | ||
| 13383 | cat conftest.err >&5 | ||
| 11410 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 13384 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 11411 | (exit $ac_status); } && | 13385 | (exit $ac_status); } && |
| 11412 | { ac_try='test -s conftest.$ac_objext' | 13386 | { ac_try='test -z "$ac_c_werror_flag" |
| 13387 | || test ! -s conftest.err' | ||
| 13388 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 13389 | (eval $ac_try) 2>&5 | ||
| 13390 | ac_status=$? | ||
| 13391 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 13392 | (exit $ac_status); }; } && | ||
| 13393 | { ac_try='test -s conftest.$ac_objext' | ||
| 11413 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 13394 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 11414 | (eval $ac_try) 2>&5 | 13395 | (eval $ac_try) 2>&5 |
| 11415 | ac_status=$? | 13396 | ac_status=$? |
| @@ -11418,10 +13399,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 11418 | ac_header_compiler=yes | 13399 | ac_header_compiler=yes |
| 11419 | else | 13400 | else |
| 11420 | echo "$as_me: failed program was:" >&5 | 13401 | echo "$as_me: failed program was:" >&5 |
| 11421 | cat conftest.$ac_ext >&5 | 13402 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 13403 | |||
| 11422 | ac_header_compiler=no | 13404 | ac_header_compiler=no |
| 11423 | fi | 13405 | fi |
| 11424 | rm -f conftest.$ac_objext conftest.$ac_ext | 13406 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 11425 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 13407 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 11426 | echo "${ECHO_T}$ac_header_compiler" >&6 | 13408 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 11427 | 13409 | ||
| @@ -11429,8 +13411,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 11429 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 13411 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
| 11430 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 13412 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 11431 | cat >conftest.$ac_ext <<_ACEOF | 13413 | cat >conftest.$ac_ext <<_ACEOF |
| 11432 | #line $LINENO "configure" | 13414 | /* confdefs.h. */ |
| 11433 | #include "confdefs.h" | 13415 | _ACEOF |
| 13416 | cat confdefs.h >>conftest.$ac_ext | ||
| 13417 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 13418 | /* end confdefs.h. */ | ||
| 11434 | #include <$ac_header> | 13419 | #include <$ac_header> |
| 11435 | _ACEOF | 13420 | _ACEOF |
| 11436 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 13421 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| @@ -11443,6 +13428,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 11443 | (exit $ac_status); } >/dev/null; then | 13428 | (exit $ac_status); } >/dev/null; then |
| 11444 | if test -s conftest.err; then | 13429 | if test -s conftest.err; then |
| 11445 | ac_cpp_err=$ac_c_preproc_warn_flag | 13430 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 13431 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 11446 | else | 13432 | else |
| 11447 | ac_cpp_err= | 13433 | ac_cpp_err= |
| 11448 | fi | 13434 | fi |
| @@ -11453,7 +13439,8 @@ if test -z "$ac_cpp_err"; then | |||
| 11453 | ac_header_preproc=yes | 13439 | ac_header_preproc=yes |
| 11454 | else | 13440 | else |
| 11455 | echo "$as_me: failed program was:" >&5 | 13441 | echo "$as_me: failed program was:" >&5 |
| 11456 | cat conftest.$ac_ext >&5 | 13442 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 13443 | |||
| 11457 | ac_header_preproc=no | 13444 | ac_header_preproc=no |
| 11458 | fi | 13445 | fi |
| 11459 | rm -f conftest.err conftest.$ac_ext | 13446 | rm -f conftest.err conftest.$ac_ext |
| @@ -11461,26 +13448,43 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 11461 | echo "${ECHO_T}$ac_header_preproc" >&6 | 13448 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 11462 | 13449 | ||
| 11463 | # So? What about this header? | 13450 | # So? What about this header? |
| 11464 | case $ac_header_compiler:$ac_header_preproc in | 13451 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
| 11465 | yes:no ) | 13452 | yes:no: ) |
| 11466 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 13453 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 11467 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 13454 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 11468 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 13455 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
| 11469 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 13456 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} |
| 11470 | no:yes ) | 13457 | ac_header_preproc=yes |
| 13458 | ;; | ||
| 13459 | no:yes:* ) | ||
| 11471 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 13460 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| 11472 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 13461 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| 11473 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 13462 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| 11474 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 13463 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| 13464 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | ||
| 13465 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | ||
| 13466 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | ||
| 13467 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 11475 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 13468 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 11476 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 13469 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
| 13470 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 | ||
| 13471 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | ||
| 13472 | ( | ||
| 13473 | cat <<\_ASBOX | ||
| 13474 | ## ------------------------------------------ ## | ||
| 13475 | ## Report this to the AC_PACKAGE_NAME lists. ## | ||
| 13476 | ## ------------------------------------------ ## | ||
| 13477 | _ASBOX | ||
| 13478 | ) | | ||
| 13479 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 13480 | ;; | ||
| 11477 | esac | 13481 | esac |
| 11478 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | 13482 | echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 11479 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | 13483 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
| 11480 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | 13484 | if eval "test \"\${$as_ac_Header+set}\" = set"; then |
| 11481 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 13485 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 11482 | else | 13486 | else |
| 11483 | eval "$as_ac_Header=$ac_header_preproc" | 13487 | eval "$as_ac_Header=\$ac_header_preproc" |
| 11484 | fi | 13488 | fi |
| 11485 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | 13489 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
| 11486 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | 13490 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
| @@ -11498,7 +13502,8 @@ done | |||
| 11498 | 13502 | ||
| 11499 | 13503 | ||
| 11500 | 13504 | ||
| 11501 | for ac_header in sys/time.h unistd.h | 13505 | |
| 13506 | for ac_header in stdlib.h sys/time.h unistd.h | ||
| 11502 | do | 13507 | do |
| 11503 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | 13508 | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
| 11504 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | 13509 | if eval "test \"\${$as_ac_Header+set}\" = set"; then |
| @@ -11514,18 +13519,31 @@ else | |||
| 11514 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 13519 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
| 11515 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 13520 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 11516 | cat >conftest.$ac_ext <<_ACEOF | 13521 | cat >conftest.$ac_ext <<_ACEOF |
| 11517 | #line $LINENO "configure" | 13522 | /* confdefs.h. */ |
| 11518 | #include "confdefs.h" | 13523 | _ACEOF |
| 13524 | cat confdefs.h >>conftest.$ac_ext | ||
| 13525 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 13526 | /* end confdefs.h. */ | ||
| 11519 | $ac_includes_default | 13527 | $ac_includes_default |
| 11520 | #include <$ac_header> | 13528 | #include <$ac_header> |
| 11521 | _ACEOF | 13529 | _ACEOF |
| 11522 | rm -f conftest.$ac_objext | 13530 | rm -f conftest.$ac_objext |
| 11523 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 13531 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 11524 | (eval $ac_compile) 2>&5 | 13532 | (eval $ac_compile) 2>conftest.er1 |
| 11525 | ac_status=$? | 13533 | ac_status=$? |
| 13534 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 13535 | rm -f conftest.er1 | ||
| 13536 | cat conftest.err >&5 | ||
| 11526 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 13537 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 11527 | (exit $ac_status); } && | 13538 | (exit $ac_status); } && |
| 11528 | { ac_try='test -s conftest.$ac_objext' | 13539 | { ac_try='test -z "$ac_c_werror_flag" |
| 13540 | || test ! -s conftest.err' | ||
| 13541 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 13542 | (eval $ac_try) 2>&5 | ||
| 13543 | ac_status=$? | ||
| 13544 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 13545 | (exit $ac_status); }; } && | ||
| 13546 | { ac_try='test -s conftest.$ac_objext' | ||
| 11529 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 13547 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 11530 | (eval $ac_try) 2>&5 | 13548 | (eval $ac_try) 2>&5 |
| 11531 | ac_status=$? | 13549 | ac_status=$? |
| @@ -11534,10 +13552,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 11534 | ac_header_compiler=yes | 13552 | ac_header_compiler=yes |
| 11535 | else | 13553 | else |
| 11536 | echo "$as_me: failed program was:" >&5 | 13554 | echo "$as_me: failed program was:" >&5 |
| 11537 | cat conftest.$ac_ext >&5 | 13555 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 13556 | |||
| 11538 | ac_header_compiler=no | 13557 | ac_header_compiler=no |
| 11539 | fi | 13558 | fi |
| 11540 | rm -f conftest.$ac_objext conftest.$ac_ext | 13559 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 11541 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 13560 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 11542 | echo "${ECHO_T}$ac_header_compiler" >&6 | 13561 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 11543 | 13562 | ||
| @@ -11545,8 +13564,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 11545 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 13564 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
| 11546 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 13565 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 11547 | cat >conftest.$ac_ext <<_ACEOF | 13566 | cat >conftest.$ac_ext <<_ACEOF |
| 11548 | #line $LINENO "configure" | 13567 | /* confdefs.h. */ |
| 11549 | #include "confdefs.h" | 13568 | _ACEOF |
| 13569 | cat confdefs.h >>conftest.$ac_ext | ||
| 13570 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 13571 | /* end confdefs.h. */ | ||
| 11550 | #include <$ac_header> | 13572 | #include <$ac_header> |
| 11551 | _ACEOF | 13573 | _ACEOF |
| 11552 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 13574 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| @@ -11559,6 +13581,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 11559 | (exit $ac_status); } >/dev/null; then | 13581 | (exit $ac_status); } >/dev/null; then |
| 11560 | if test -s conftest.err; then | 13582 | if test -s conftest.err; then |
| 11561 | ac_cpp_err=$ac_c_preproc_warn_flag | 13583 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 13584 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 11562 | else | 13585 | else |
| 11563 | ac_cpp_err= | 13586 | ac_cpp_err= |
| 11564 | fi | 13587 | fi |
| @@ -11569,7 +13592,8 @@ if test -z "$ac_cpp_err"; then | |||
| 11569 | ac_header_preproc=yes | 13592 | ac_header_preproc=yes |
| 11570 | else | 13593 | else |
| 11571 | echo "$as_me: failed program was:" >&5 | 13594 | echo "$as_me: failed program was:" >&5 |
| 11572 | cat conftest.$ac_ext >&5 | 13595 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 13596 | |||
| 11573 | ac_header_preproc=no | 13597 | ac_header_preproc=no |
| 11574 | fi | 13598 | fi |
| 11575 | rm -f conftest.err conftest.$ac_ext | 13599 | rm -f conftest.err conftest.$ac_ext |
| @@ -11577,26 +13601,43 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 11577 | echo "${ECHO_T}$ac_header_preproc" >&6 | 13601 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 11578 | 13602 | ||
| 11579 | # So? What about this header? | 13603 | # So? What about this header? |
| 11580 | case $ac_header_compiler:$ac_header_preproc in | 13604 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
| 11581 | yes:no ) | 13605 | yes:no: ) |
| 11582 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 13606 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 11583 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 13607 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 11584 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 13608 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
| 11585 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 13609 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} |
| 11586 | no:yes ) | 13610 | ac_header_preproc=yes |
| 13611 | ;; | ||
| 13612 | no:yes:* ) | ||
| 11587 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 13613 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| 11588 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 13614 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| 11589 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 13615 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| 11590 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 13616 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| 13617 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | ||
| 13618 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | ||
| 13619 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | ||
| 13620 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 11591 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 13621 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 11592 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 13622 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
| 13623 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 | ||
| 13624 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | ||
| 13625 | ( | ||
| 13626 | cat <<\_ASBOX | ||
| 13627 | ## ------------------------------------------ ## | ||
| 13628 | ## Report this to the AC_PACKAGE_NAME lists. ## | ||
| 13629 | ## ------------------------------------------ ## | ||
| 13630 | _ASBOX | ||
| 13631 | ) | | ||
| 13632 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 13633 | ;; | ||
| 11593 | esac | 13634 | esac |
| 11594 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | 13635 | echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 11595 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | 13636 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
| 11596 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | 13637 | if eval "test \"\${$as_ac_Header+set}\" = set"; then |
| 11597 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 13638 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 11598 | else | 13639 | else |
| 11599 | eval "$as_ac_Header=$ac_header_preproc" | 13640 | eval "$as_ac_Header=\$ac_header_preproc" |
| 11600 | fi | 13641 | fi |
| 11601 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | 13642 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
| 11602 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | 13643 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
| @@ -11621,43 +13662,73 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then | |||
| 11621 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 13662 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 11622 | else | 13663 | else |
| 11623 | cat >conftest.$ac_ext <<_ACEOF | 13664 | cat >conftest.$ac_ext <<_ACEOF |
| 11624 | #line $LINENO "configure" | 13665 | /* confdefs.h. */ |
| 11625 | #include "confdefs.h" | 13666 | _ACEOF |
| 13667 | cat confdefs.h >>conftest.$ac_ext | ||
| 13668 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 13669 | /* end confdefs.h. */ | ||
| 13670 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. | ||
| 13671 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | ||
| 13672 | #define $ac_func innocuous_$ac_func | ||
| 13673 | |||
| 11626 | /* System header to define __stub macros and hopefully few prototypes, | 13674 | /* System header to define __stub macros and hopefully few prototypes, |
| 11627 | which can conflict with char $ac_func (); below. */ | 13675 | which can conflict with char $ac_func (); below. |
| 11628 | #include <assert.h> | 13676 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 13677 | <limits.h> exists even on freestanding compilers. */ | ||
| 13678 | |||
| 13679 | #ifdef __STDC__ | ||
| 13680 | # include <limits.h> | ||
| 13681 | #else | ||
| 13682 | # include <assert.h> | ||
| 13683 | #endif | ||
| 13684 | |||
| 13685 | #undef $ac_func | ||
| 13686 | |||
| 11629 | /* Override any gcc2 internal prototype to avoid an error. */ | 13687 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 11630 | #ifdef __cplusplus | 13688 | #ifdef __cplusplus |
| 11631 | extern "C" | 13689 | extern "C" |
| 13690 | { | ||
| 11632 | #endif | 13691 | #endif |
| 11633 | /* We use char because int might match the return type of a gcc2 | 13692 | /* We use char because int might match the return type of a gcc2 |
| 11634 | builtin and then its argument prototype would still apply. */ | 13693 | builtin and then its argument prototype would still apply. */ |
| 11635 | char $ac_func (); | 13694 | char $ac_func (); |
| 11636 | char (*f) (); | ||
| 11637 | |||
| 11638 | int | ||
| 11639 | main () | ||
| 11640 | { | ||
| 11641 | /* The GNU C library defines this for functions which it implements | 13695 | /* The GNU C library defines this for functions which it implements |
| 11642 | to always fail with ENOSYS. Some functions are actually named | 13696 | to always fail with ENOSYS. Some functions are actually named |
| 11643 | something starting with __ and the normal name is an alias. */ | 13697 | something starting with __ and the normal name is an alias. */ |
| 11644 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | 13698 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) |
| 11645 | choke me | 13699 | choke me |
| 11646 | #else | 13700 | #else |
| 11647 | f = $ac_func; | 13701 | char (*f) () = $ac_func; |
| 13702 | #endif | ||
| 13703 | #ifdef __cplusplus | ||
| 13704 | } | ||
| 11648 | #endif | 13705 | #endif |
| 11649 | 13706 | ||
| 13707 | int | ||
| 13708 | main () | ||
| 13709 | { | ||
| 13710 | return f != $ac_func; | ||
| 11650 | ; | 13711 | ; |
| 11651 | return 0; | 13712 | return 0; |
| 11652 | } | 13713 | } |
| 11653 | _ACEOF | 13714 | _ACEOF |
| 11654 | rm -f conftest.$ac_objext conftest$ac_exeext | 13715 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 11655 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 13716 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 11656 | (eval $ac_link) 2>&5 | 13717 | (eval $ac_link) 2>conftest.er1 |
| 11657 | ac_status=$? | 13718 | ac_status=$? |
| 13719 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 13720 | rm -f conftest.er1 | ||
| 13721 | cat conftest.err >&5 | ||
| 11658 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 13722 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 11659 | (exit $ac_status); } && | 13723 | (exit $ac_status); } && |
| 11660 | { ac_try='test -s conftest$ac_exeext' | 13724 | { ac_try='test -z "$ac_c_werror_flag" |
| 13725 | || test ! -s conftest.err' | ||
| 13726 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 13727 | (eval $ac_try) 2>&5 | ||
| 13728 | ac_status=$? | ||
| 13729 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 13730 | (exit $ac_status); }; } && | ||
| 13731 | { ac_try='test -s conftest$ac_exeext' | ||
| 11661 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 13732 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 11662 | (eval $ac_try) 2>&5 | 13733 | (eval $ac_try) 2>&5 |
| 11663 | ac_status=$? | 13734 | ac_status=$? |
| @@ -11666,10 +13737,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 11666 | eval "$as_ac_var=yes" | 13737 | eval "$as_ac_var=yes" |
| 11667 | else | 13738 | else |
| 11668 | echo "$as_me: failed program was:" >&5 | 13739 | echo "$as_me: failed program was:" >&5 |
| 11669 | cat conftest.$ac_ext >&5 | 13740 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 13741 | |||
| 11670 | eval "$as_ac_var=no" | 13742 | eval "$as_ac_var=no" |
| 11671 | fi | 13743 | fi |
| 11672 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 13744 | rm -f conftest.err conftest.$ac_objext \ |
| 13745 | conftest$ac_exeext conftest.$ac_ext | ||
| 11673 | fi | 13746 | fi |
| 11674 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | 13747 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 |
| 11675 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | 13748 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
| @@ -11690,8 +13763,11 @@ else | |||
| 11690 | ac_cv_func_working_mktime=no | 13763 | ac_cv_func_working_mktime=no |
| 11691 | else | 13764 | else |
| 11692 | cat >conftest.$ac_ext <<_ACEOF | 13765 | cat >conftest.$ac_ext <<_ACEOF |
| 11693 | #line $LINENO "configure" | 13766 | /* confdefs.h. */ |
| 11694 | #include "confdefs.h" | 13767 | _ACEOF |
| 13768 | cat confdefs.h >>conftest.$ac_ext | ||
| 13769 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 13770 | /* end confdefs.h. */ | ||
| 11695 | /* Test program from Paul Eggert and Tony Leneis. */ | 13771 | /* Test program from Paul Eggert and Tony Leneis. */ |
| 11696 | #if TIME_WITH_SYS_TIME | 13772 | #if TIME_WITH_SYS_TIME |
| 11697 | # include <sys/time.h> | 13773 | # include <sys/time.h> |
| @@ -11704,6 +13780,10 @@ else | |||
| 11704 | # endif | 13780 | # endif |
| 11705 | #endif | 13781 | #endif |
| 11706 | 13782 | ||
| 13783 | #if HAVE_STDLIB_H | ||
| 13784 | # include <stdlib.h> | ||
| 13785 | #endif | ||
| 13786 | |||
| 11707 | #if HAVE_UNISTD_H | 13787 | #if HAVE_UNISTD_H |
| 11708 | # include <unistd.h> | 13788 | # include <unistd.h> |
| 11709 | #endif | 13789 | #endif |
| @@ -11716,10 +13796,11 @@ else | |||
| 11716 | #undef putenv | 13796 | #undef putenv |
| 11717 | 13797 | ||
| 11718 | static time_t time_t_max; | 13798 | static time_t time_t_max; |
| 13799 | static time_t time_t_min; | ||
| 11719 | 13800 | ||
| 11720 | /* Values we'll use to set the TZ environment variable. */ | 13801 | /* Values we'll use to set the TZ environment variable. */ |
| 11721 | static const char *const tz_strings[] = { | 13802 | static char *tz_strings[] = { |
| 11722 | (const char *) 0, "TZ=GMT0", "TZ=JST-9", | 13803 | (char *) 0, "TZ=GMT0", "TZ=JST-9", |
| 11723 | "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00" | 13804 | "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00" |
| 11724 | }; | 13805 | }; |
| 11725 | #define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0])) | 13806 | #define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0])) |
| @@ -11750,15 +13831,21 @@ spring_forward_gap () | |||
| 11750 | } | 13831 | } |
| 11751 | 13832 | ||
| 11752 | static void | 13833 | static void |
| 11753 | mktime_test (now) | 13834 | mktime_test1 (now) |
| 11754 | time_t now; | 13835 | time_t now; |
| 11755 | { | 13836 | { |
| 11756 | struct tm *lt; | 13837 | struct tm *lt; |
| 11757 | if ((lt = localtime (&now)) && mktime (lt) != now) | 13838 | if ((lt = localtime (&now)) && mktime (lt) != now) |
| 11758 | exit (1); | 13839 | exit (1); |
| 11759 | now = time_t_max - now; | 13840 | } |
| 11760 | if ((lt = localtime (&now)) && mktime (lt) != now) | 13841 | |
| 11761 | exit (1); | 13842 | static void |
| 13843 | mktime_test (now) | ||
| 13844 | time_t now; | ||
| 13845 | { | ||
| 13846 | mktime_test1 (now); | ||
| 13847 | mktime_test1 ((time_t) (time_t_max - now)); | ||
| 13848 | mktime_test1 ((time_t) (time_t_min + now)); | ||
| 11762 | } | 13849 | } |
| 11763 | 13850 | ||
| 11764 | static void | 13851 | static void |
| @@ -11818,6 +13905,9 @@ main () | |||
| 11818 | for (time_t_max = 1; 0 < time_t_max; time_t_max *= 2) | 13905 | for (time_t_max = 1; 0 < time_t_max; time_t_max *= 2) |
| 11819 | continue; | 13906 | continue; |
| 11820 | time_t_max--; | 13907 | time_t_max--; |
| 13908 | if ((time_t) -1 < 0) | ||
| 13909 | for (time_t_min = -1; (time_t) (time_t_min * 2) < 0; time_t_min *= 2) | ||
| 13910 | continue; | ||
| 11821 | delta = time_t_max / 997; /* a suitable prime number */ | 13911 | delta = time_t_max / 997; /* a suitable prime number */ |
| 11822 | for (i = 0; i < N_STRINGS; i++) | 13912 | for (i = 0; i < N_STRINGS; i++) |
| 11823 | { | 13913 | { |
| @@ -11826,11 +13916,12 @@ main () | |||
| 11826 | 13916 | ||
| 11827 | for (t = 0; t <= time_t_max - delta; t += delta) | 13917 | for (t = 0; t <= time_t_max - delta; t += delta) |
| 11828 | mktime_test (t); | 13918 | mktime_test (t); |
| 11829 | mktime_test ((time_t) 60 * 60); | 13919 | mktime_test ((time_t) 1); |
| 11830 | mktime_test ((time_t) 60 * 60 * 24); | 13920 | mktime_test ((time_t) (60 * 60)); |
| 13921 | mktime_test ((time_t) (60 * 60 * 24)); | ||
| 11831 | 13922 | ||
| 11832 | for (j = 1; 0 < j; j *= 2) | 13923 | for (j = 1; 0 < j; j *= 2) |
| 11833 | bigtime_test (j); | 13924 | bigtime_test (j); |
| 11834 | bigtime_test (j - 1); | 13925 | bigtime_test (j - 1); |
| 11835 | } | 13926 | } |
| 11836 | irix_6_4_bug (); | 13927 | irix_6_4_bug (); |
| @@ -11853,17 +13944,25 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 11853 | else | 13944 | else |
| 11854 | echo "$as_me: program exited with status $ac_status" >&5 | 13945 | echo "$as_me: program exited with status $ac_status" >&5 |
| 11855 | echo "$as_me: failed program was:" >&5 | 13946 | echo "$as_me: failed program was:" >&5 |
| 11856 | cat conftest.$ac_ext >&5 | 13947 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 13948 | |||
| 11857 | ( exit $ac_status ) | 13949 | ( exit $ac_status ) |
| 11858 | ac_cv_func_working_mktime=no | 13950 | ac_cv_func_working_mktime=no |
| 11859 | fi | 13951 | fi |
| 11860 | rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 13952 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
| 11861 | fi | 13953 | fi |
| 11862 | fi | 13954 | fi |
| 11863 | echo "$as_me:$LINENO: result: $ac_cv_func_working_mktime" >&5 | 13955 | echo "$as_me:$LINENO: result: $ac_cv_func_working_mktime" >&5 |
| 11864 | echo "${ECHO_T}$ac_cv_func_working_mktime" >&6 | 13956 | echo "${ECHO_T}$ac_cv_func_working_mktime" >&6 |
| 11865 | if test $ac_cv_func_working_mktime = no; then | 13957 | if test $ac_cv_func_working_mktime = no; then |
| 11866 | LIBOBJS="$LIBOBJS mktime.$ac_objext" | 13958 | case $LIBOBJS in |
| 13959 | "mktime.$ac_objext" | \ | ||
| 13960 | *" mktime.$ac_objext" | \ | ||
| 13961 | "mktime.$ac_objext "* | \ | ||
| 13962 | *" mktime.$ac_objext "* ) ;; | ||
| 13963 | *) LIBOBJS="$LIBOBJS mktime.$ac_objext" ;; | ||
| 13964 | esac | ||
| 13965 | |||
| 11867 | fi | 13966 | fi |
| 11868 | 13967 | ||
| 11869 | if test "$ac_cv_func_working_mktime" = no; then | 13968 | if test "$ac_cv_func_working_mktime" = no; then |
| @@ -11891,43 +13990,73 @@ if test "${ac_cv_func_getloadavg+set}" = set; then | |||
| 11891 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 13990 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 11892 | else | 13991 | else |
| 11893 | cat >conftest.$ac_ext <<_ACEOF | 13992 | cat >conftest.$ac_ext <<_ACEOF |
| 11894 | #line $LINENO "configure" | 13993 | /* confdefs.h. */ |
| 11895 | #include "confdefs.h" | 13994 | _ACEOF |
| 13995 | cat confdefs.h >>conftest.$ac_ext | ||
| 13996 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 13997 | /* end confdefs.h. */ | ||
| 13998 | /* Define getloadavg to an innocuous variant, in case <limits.h> declares getloadavg. | ||
| 13999 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | ||
| 14000 | #define getloadavg innocuous_getloadavg | ||
| 14001 | |||
| 11896 | /* System header to define __stub macros and hopefully few prototypes, | 14002 | /* System header to define __stub macros and hopefully few prototypes, |
| 11897 | which can conflict with char getloadavg (); below. */ | 14003 | which can conflict with char getloadavg (); below. |
| 11898 | #include <assert.h> | 14004 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 14005 | <limits.h> exists even on freestanding compilers. */ | ||
| 14006 | |||
| 14007 | #ifdef __STDC__ | ||
| 14008 | # include <limits.h> | ||
| 14009 | #else | ||
| 14010 | # include <assert.h> | ||
| 14011 | #endif | ||
| 14012 | |||
| 14013 | #undef getloadavg | ||
| 14014 | |||
| 11899 | /* Override any gcc2 internal prototype to avoid an error. */ | 14015 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 11900 | #ifdef __cplusplus | 14016 | #ifdef __cplusplus |
| 11901 | extern "C" | 14017 | extern "C" |
| 14018 | { | ||
| 11902 | #endif | 14019 | #endif |
| 11903 | /* We use char because int might match the return type of a gcc2 | 14020 | /* We use char because int might match the return type of a gcc2 |
| 11904 | builtin and then its argument prototype would still apply. */ | 14021 | builtin and then its argument prototype would still apply. */ |
| 11905 | char getloadavg (); | 14022 | char getloadavg (); |
| 11906 | char (*f) (); | ||
| 11907 | |||
| 11908 | int | ||
| 11909 | main () | ||
| 11910 | { | ||
| 11911 | /* The GNU C library defines this for functions which it implements | 14023 | /* The GNU C library defines this for functions which it implements |
| 11912 | to always fail with ENOSYS. Some functions are actually named | 14024 | to always fail with ENOSYS. Some functions are actually named |
| 11913 | something starting with __ and the normal name is an alias. */ | 14025 | something starting with __ and the normal name is an alias. */ |
| 11914 | #if defined (__stub_getloadavg) || defined (__stub___getloadavg) | 14026 | #if defined (__stub_getloadavg) || defined (__stub___getloadavg) |
| 11915 | choke me | 14027 | choke me |
| 11916 | #else | 14028 | #else |
| 11917 | f = getloadavg; | 14029 | char (*f) () = getloadavg; |
| 14030 | #endif | ||
| 14031 | #ifdef __cplusplus | ||
| 14032 | } | ||
| 11918 | #endif | 14033 | #endif |
| 11919 | 14034 | ||
| 14035 | int | ||
| 14036 | main () | ||
| 14037 | { | ||
| 14038 | return f != getloadavg; | ||
| 11920 | ; | 14039 | ; |
| 11921 | return 0; | 14040 | return 0; |
| 11922 | } | 14041 | } |
| 11923 | _ACEOF | 14042 | _ACEOF |
| 11924 | rm -f conftest.$ac_objext conftest$ac_exeext | 14043 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 11925 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 14044 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 11926 | (eval $ac_link) 2>&5 | 14045 | (eval $ac_link) 2>conftest.er1 |
| 11927 | ac_status=$? | 14046 | ac_status=$? |
| 14047 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 14048 | rm -f conftest.er1 | ||
| 14049 | cat conftest.err >&5 | ||
| 11928 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 14050 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 11929 | (exit $ac_status); } && | 14051 | (exit $ac_status); } && |
| 11930 | { ac_try='test -s conftest$ac_exeext' | 14052 | { ac_try='test -z "$ac_c_werror_flag" |
| 14053 | || test ! -s conftest.err' | ||
| 14054 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 14055 | (eval $ac_try) 2>&5 | ||
| 14056 | ac_status=$? | ||
| 14057 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 14058 | (exit $ac_status); }; } && | ||
| 14059 | { ac_try='test -s conftest$ac_exeext' | ||
| 11931 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 14060 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 11932 | (eval $ac_try) 2>&5 | 14061 | (eval $ac_try) 2>&5 |
| 11933 | ac_status=$? | 14062 | ac_status=$? |
| @@ -11936,10 +14065,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 11936 | ac_cv_func_getloadavg=yes | 14065 | ac_cv_func_getloadavg=yes |
| 11937 | else | 14066 | else |
| 11938 | echo "$as_me: failed program was:" >&5 | 14067 | echo "$as_me: failed program was:" >&5 |
| 11939 | cat conftest.$ac_ext >&5 | 14068 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 14069 | |||
| 11940 | ac_cv_func_getloadavg=no | 14070 | ac_cv_func_getloadavg=no |
| 11941 | fi | 14071 | fi |
| 11942 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 14072 | rm -f conftest.err conftest.$ac_objext \ |
| 14073 | conftest$ac_exeext conftest.$ac_ext | ||
| 11943 | fi | 14074 | fi |
| 11944 | echo "$as_me:$LINENO: result: $ac_cv_func_getloadavg" >&5 | 14075 | echo "$as_me:$LINENO: result: $ac_cv_func_getloadavg" >&5 |
| 11945 | echo "${ECHO_T}$ac_cv_func_getloadavg" >&6 | 14076 | echo "${ECHO_T}$ac_cv_func_getloadavg" >&6 |
| @@ -11961,43 +14092,73 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then | |||
| 11961 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 14092 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 11962 | else | 14093 | else |
| 11963 | cat >conftest.$ac_ext <<_ACEOF | 14094 | cat >conftest.$ac_ext <<_ACEOF |
| 11964 | #line $LINENO "configure" | 14095 | /* confdefs.h. */ |
| 11965 | #include "confdefs.h" | 14096 | _ACEOF |
| 14097 | cat confdefs.h >>conftest.$ac_ext | ||
| 14098 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 14099 | /* end confdefs.h. */ | ||
| 14100 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. | ||
| 14101 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | ||
| 14102 | #define $ac_func innocuous_$ac_func | ||
| 14103 | |||
| 11966 | /* System header to define __stub macros and hopefully few prototypes, | 14104 | /* System header to define __stub macros and hopefully few prototypes, |
| 11967 | which can conflict with char $ac_func (); below. */ | 14105 | which can conflict with char $ac_func (); below. |
| 11968 | #include <assert.h> | 14106 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 14107 | <limits.h> exists even on freestanding compilers. */ | ||
| 14108 | |||
| 14109 | #ifdef __STDC__ | ||
| 14110 | # include <limits.h> | ||
| 14111 | #else | ||
| 14112 | # include <assert.h> | ||
| 14113 | #endif | ||
| 14114 | |||
| 14115 | #undef $ac_func | ||
| 14116 | |||
| 11969 | /* Override any gcc2 internal prototype to avoid an error. */ | 14117 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 11970 | #ifdef __cplusplus | 14118 | #ifdef __cplusplus |
| 11971 | extern "C" | 14119 | extern "C" |
| 14120 | { | ||
| 11972 | #endif | 14121 | #endif |
| 11973 | /* We use char because int might match the return type of a gcc2 | 14122 | /* We use char because int might match the return type of a gcc2 |
| 11974 | builtin and then its argument prototype would still apply. */ | 14123 | builtin and then its argument prototype would still apply. */ |
| 11975 | char $ac_func (); | 14124 | char $ac_func (); |
| 11976 | char (*f) (); | ||
| 11977 | |||
| 11978 | int | ||
| 11979 | main () | ||
| 11980 | { | ||
| 11981 | /* The GNU C library defines this for functions which it implements | 14125 | /* The GNU C library defines this for functions which it implements |
| 11982 | to always fail with ENOSYS. Some functions are actually named | 14126 | to always fail with ENOSYS. Some functions are actually named |
| 11983 | something starting with __ and the normal name is an alias. */ | 14127 | something starting with __ and the normal name is an alias. */ |
| 11984 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | 14128 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) |
| 11985 | choke me | 14129 | choke me |
| 11986 | #else | 14130 | #else |
| 11987 | f = $ac_func; | 14131 | char (*f) () = $ac_func; |
| 14132 | #endif | ||
| 14133 | #ifdef __cplusplus | ||
| 14134 | } | ||
| 11988 | #endif | 14135 | #endif |
| 11989 | 14136 | ||
| 14137 | int | ||
| 14138 | main () | ||
| 14139 | { | ||
| 14140 | return f != $ac_func; | ||
| 11990 | ; | 14141 | ; |
| 11991 | return 0; | 14142 | return 0; |
| 11992 | } | 14143 | } |
| 11993 | _ACEOF | 14144 | _ACEOF |
| 11994 | rm -f conftest.$ac_objext conftest$ac_exeext | 14145 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 11995 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 14146 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 11996 | (eval $ac_link) 2>&5 | 14147 | (eval $ac_link) 2>conftest.er1 |
| 11997 | ac_status=$? | 14148 | ac_status=$? |
| 14149 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 14150 | rm -f conftest.er1 | ||
| 14151 | cat conftest.err >&5 | ||
| 11998 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 14152 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 11999 | (exit $ac_status); } && | 14153 | (exit $ac_status); } && |
| 12000 | { ac_try='test -s conftest$ac_exeext' | 14154 | { ac_try='test -z "$ac_c_werror_flag" |
| 14155 | || test ! -s conftest.err' | ||
| 14156 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 14157 | (eval $ac_try) 2>&5 | ||
| 14158 | ac_status=$? | ||
| 14159 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 14160 | (exit $ac_status); }; } && | ||
| 14161 | { ac_try='test -s conftest$ac_exeext' | ||
| 12001 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 14162 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 12002 | (eval $ac_try) 2>&5 | 14163 | (eval $ac_try) 2>&5 |
| 12003 | ac_status=$? | 14164 | ac_status=$? |
| @@ -12006,10 +14167,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 12006 | eval "$as_ac_var=yes" | 14167 | eval "$as_ac_var=yes" |
| 12007 | else | 14168 | else |
| 12008 | echo "$as_me: failed program was:" >&5 | 14169 | echo "$as_me: failed program was:" >&5 |
| 12009 | cat conftest.$ac_ext >&5 | 14170 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 14171 | |||
| 12010 | eval "$as_ac_var=no" | 14172 | eval "$as_ac_var=no" |
| 12011 | fi | 14173 | fi |
| 12012 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 14174 | rm -f conftest.err conftest.$ac_objext \ |
| 14175 | conftest$ac_exeext conftest.$ac_ext | ||
| 12013 | fi | 14176 | fi |
| 12014 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | 14177 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 |
| 12015 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | 14178 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
| @@ -12032,8 +14195,11 @@ else | |||
| 12032 | ac_check_lib_save_LIBS=$LIBS | 14195 | ac_check_lib_save_LIBS=$LIBS |
| 12033 | LIBS="-lkstat $LIBS" | 14196 | LIBS="-lkstat $LIBS" |
| 12034 | cat >conftest.$ac_ext <<_ACEOF | 14197 | cat >conftest.$ac_ext <<_ACEOF |
| 12035 | #line $LINENO "configure" | 14198 | /* confdefs.h. */ |
| 12036 | #include "confdefs.h" | 14199 | _ACEOF |
| 14200 | cat confdefs.h >>conftest.$ac_ext | ||
| 14201 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 14202 | /* end confdefs.h. */ | ||
| 12037 | 14203 | ||
| 12038 | /* Override any gcc2 internal prototype to avoid an error. */ | 14204 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 12039 | #ifdef __cplusplus | 14205 | #ifdef __cplusplus |
| @@ -12052,11 +14218,21 @@ kstat_open (); | |||
| 12052 | _ACEOF | 14218 | _ACEOF |
| 12053 | rm -f conftest.$ac_objext conftest$ac_exeext | 14219 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 12054 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 14220 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 12055 | (eval $ac_link) 2>&5 | 14221 | (eval $ac_link) 2>conftest.er1 |
| 12056 | ac_status=$? | 14222 | ac_status=$? |
| 14223 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 14224 | rm -f conftest.er1 | ||
| 14225 | cat conftest.err >&5 | ||
| 12057 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 14226 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 12058 | (exit $ac_status); } && | 14227 | (exit $ac_status); } && |
| 12059 | { ac_try='test -s conftest$ac_exeext' | 14228 | { ac_try='test -z "$ac_c_werror_flag" |
| 14229 | || test ! -s conftest.err' | ||
| 14230 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 14231 | (eval $ac_try) 2>&5 | ||
| 14232 | ac_status=$? | ||
| 14233 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 14234 | (exit $ac_status); }; } && | ||
| 14235 | { ac_try='test -s conftest$ac_exeext' | ||
| 12060 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 14236 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 12061 | (eval $ac_try) 2>&5 | 14237 | (eval $ac_try) 2>&5 |
| 12062 | ac_status=$? | 14238 | ac_status=$? |
| @@ -12065,10 +14241,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 12065 | ac_cv_lib_kstat_kstat_open=yes | 14241 | ac_cv_lib_kstat_kstat_open=yes |
| 12066 | else | 14242 | else |
| 12067 | echo "$as_me: failed program was:" >&5 | 14243 | echo "$as_me: failed program was:" >&5 |
| 12068 | cat conftest.$ac_ext >&5 | 14244 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 14245 | |||
| 12069 | ac_cv_lib_kstat_kstat_open=no | 14246 | ac_cv_lib_kstat_kstat_open=no |
| 12070 | fi | 14247 | fi |
| 12071 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 14248 | rm -f conftest.err conftest.$ac_objext \ |
| 14249 | conftest$ac_exeext conftest.$ac_ext | ||
| 12072 | LIBS=$ac_check_lib_save_LIBS | 14250 | LIBS=$ac_check_lib_save_LIBS |
| 12073 | fi | 14251 | fi |
| 12074 | echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5 | 14252 | echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5 |
| @@ -12097,8 +14275,11 @@ else | |||
| 12097 | ac_check_lib_save_LIBS=$LIBS | 14275 | ac_check_lib_save_LIBS=$LIBS |
| 12098 | LIBS="-lelf $LIBS" | 14276 | LIBS="-lelf $LIBS" |
| 12099 | cat >conftest.$ac_ext <<_ACEOF | 14277 | cat >conftest.$ac_ext <<_ACEOF |
| 12100 | #line $LINENO "configure" | 14278 | /* confdefs.h. */ |
| 12101 | #include "confdefs.h" | 14279 | _ACEOF |
| 14280 | cat confdefs.h >>conftest.$ac_ext | ||
| 14281 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 14282 | /* end confdefs.h. */ | ||
| 12102 | 14283 | ||
| 12103 | /* Override any gcc2 internal prototype to avoid an error. */ | 14284 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 12104 | #ifdef __cplusplus | 14285 | #ifdef __cplusplus |
| @@ -12117,11 +14298,21 @@ elf_begin (); | |||
| 12117 | _ACEOF | 14298 | _ACEOF |
| 12118 | rm -f conftest.$ac_objext conftest$ac_exeext | 14299 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 12119 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 14300 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 12120 | (eval $ac_link) 2>&5 | 14301 | (eval $ac_link) 2>conftest.er1 |
| 12121 | ac_status=$? | 14302 | ac_status=$? |
| 14303 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 14304 | rm -f conftest.er1 | ||
| 14305 | cat conftest.err >&5 | ||
| 12122 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 14306 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 12123 | (exit $ac_status); } && | 14307 | (exit $ac_status); } && |
| 12124 | { ac_try='test -s conftest$ac_exeext' | 14308 | { ac_try='test -z "$ac_c_werror_flag" |
| 14309 | || test ! -s conftest.err' | ||
| 14310 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 14311 | (eval $ac_try) 2>&5 | ||
| 14312 | ac_status=$? | ||
| 14313 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 14314 | (exit $ac_status); }; } && | ||
| 14315 | { ac_try='test -s conftest$ac_exeext' | ||
| 12125 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 14316 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 12126 | (eval $ac_try) 2>&5 | 14317 | (eval $ac_try) 2>&5 |
| 12127 | ac_status=$? | 14318 | ac_status=$? |
| @@ -12130,10 +14321,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 12130 | ac_cv_lib_elf_elf_begin=yes | 14321 | ac_cv_lib_elf_elf_begin=yes |
| 12131 | else | 14322 | else |
| 12132 | echo "$as_me: failed program was:" >&5 | 14323 | echo "$as_me: failed program was:" >&5 |
| 12133 | cat conftest.$ac_ext >&5 | 14324 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 14325 | |||
| 12134 | ac_cv_lib_elf_elf_begin=no | 14326 | ac_cv_lib_elf_elf_begin=no |
| 12135 | fi | 14327 | fi |
| 12136 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 14328 | rm -f conftest.err conftest.$ac_objext \ |
| 14329 | conftest$ac_exeext conftest.$ac_ext | ||
| 12137 | LIBS=$ac_check_lib_save_LIBS | 14330 | LIBS=$ac_check_lib_save_LIBS |
| 12138 | fi | 14331 | fi |
| 12139 | echo "$as_me:$LINENO: result: $ac_cv_lib_elf_elf_begin" >&5 | 14332 | echo "$as_me:$LINENO: result: $ac_cv_lib_elf_elf_begin" >&5 |
| @@ -12152,8 +14345,11 @@ else | |||
| 12152 | ac_check_lib_save_LIBS=$LIBS | 14345 | ac_check_lib_save_LIBS=$LIBS |
| 12153 | LIBS="-lkvm $LIBS" | 14346 | LIBS="-lkvm $LIBS" |
| 12154 | cat >conftest.$ac_ext <<_ACEOF | 14347 | cat >conftest.$ac_ext <<_ACEOF |
| 12155 | #line $LINENO "configure" | 14348 | /* confdefs.h. */ |
| 12156 | #include "confdefs.h" | 14349 | _ACEOF |
| 14350 | cat confdefs.h >>conftest.$ac_ext | ||
| 14351 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 14352 | /* end confdefs.h. */ | ||
| 12157 | 14353 | ||
| 12158 | /* Override any gcc2 internal prototype to avoid an error. */ | 14354 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 12159 | #ifdef __cplusplus | 14355 | #ifdef __cplusplus |
| @@ -12172,11 +14368,21 @@ kvm_open (); | |||
| 12172 | _ACEOF | 14368 | _ACEOF |
| 12173 | rm -f conftest.$ac_objext conftest$ac_exeext | 14369 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 12174 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 14370 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 12175 | (eval $ac_link) 2>&5 | 14371 | (eval $ac_link) 2>conftest.er1 |
| 12176 | ac_status=$? | 14372 | ac_status=$? |
| 14373 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 14374 | rm -f conftest.er1 | ||
| 14375 | cat conftest.err >&5 | ||
| 12177 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 14376 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 12178 | (exit $ac_status); } && | 14377 | (exit $ac_status); } && |
| 12179 | { ac_try='test -s conftest$ac_exeext' | 14378 | { ac_try='test -z "$ac_c_werror_flag" |
| 14379 | || test ! -s conftest.err' | ||
| 14380 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 14381 | (eval $ac_try) 2>&5 | ||
| 14382 | ac_status=$? | ||
| 14383 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 14384 | (exit $ac_status); }; } && | ||
| 14385 | { ac_try='test -s conftest$ac_exeext' | ||
| 12180 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 14386 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 12181 | (eval $ac_try) 2>&5 | 14387 | (eval $ac_try) 2>&5 |
| 12182 | ac_status=$? | 14388 | ac_status=$? |
| @@ -12185,10 +14391,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 12185 | ac_cv_lib_kvm_kvm_open=yes | 14391 | ac_cv_lib_kvm_kvm_open=yes |
| 12186 | else | 14392 | else |
| 12187 | echo "$as_me: failed program was:" >&5 | 14393 | echo "$as_me: failed program was:" >&5 |
| 12188 | cat conftest.$ac_ext >&5 | 14394 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 14395 | |||
| 12189 | ac_cv_lib_kvm_kvm_open=no | 14396 | ac_cv_lib_kvm_kvm_open=no |
| 12190 | fi | 14397 | fi |
| 12191 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 14398 | rm -f conftest.err conftest.$ac_objext \ |
| 14399 | conftest$ac_exeext conftest.$ac_ext | ||
| 12192 | LIBS=$ac_check_lib_save_LIBS | 14400 | LIBS=$ac_check_lib_save_LIBS |
| 12193 | fi | 14401 | fi |
| 12194 | echo "$as_me:$LINENO: result: $ac_cv_lib_kvm_kvm_open" >&5 | 14402 | echo "$as_me:$LINENO: result: $ac_cv_lib_kvm_kvm_open" >&5 |
| @@ -12206,8 +14414,11 @@ else | |||
| 12206 | ac_check_lib_save_LIBS=$LIBS | 14414 | ac_check_lib_save_LIBS=$LIBS |
| 12207 | LIBS="-lutil $LIBS" | 14415 | LIBS="-lutil $LIBS" |
| 12208 | cat >conftest.$ac_ext <<_ACEOF | 14416 | cat >conftest.$ac_ext <<_ACEOF |
| 12209 | #line $LINENO "configure" | 14417 | /* confdefs.h. */ |
| 12210 | #include "confdefs.h" | 14418 | _ACEOF |
| 14419 | cat confdefs.h >>conftest.$ac_ext | ||
| 14420 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 14421 | /* end confdefs.h. */ | ||
| 12211 | 14422 | ||
| 12212 | /* Override any gcc2 internal prototype to avoid an error. */ | 14423 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 12213 | #ifdef __cplusplus | 14424 | #ifdef __cplusplus |
| @@ -12226,11 +14437,21 @@ getloadavg (); | |||
| 12226 | _ACEOF | 14437 | _ACEOF |
| 12227 | rm -f conftest.$ac_objext conftest$ac_exeext | 14438 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 12228 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 14439 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 12229 | (eval $ac_link) 2>&5 | 14440 | (eval $ac_link) 2>conftest.er1 |
| 12230 | ac_status=$? | 14441 | ac_status=$? |
| 14442 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 14443 | rm -f conftest.er1 | ||
| 14444 | cat conftest.err >&5 | ||
| 12231 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 14445 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 12232 | (exit $ac_status); } && | 14446 | (exit $ac_status); } && |
| 12233 | { ac_try='test -s conftest$ac_exeext' | 14447 | { ac_try='test -z "$ac_c_werror_flag" |
| 14448 | || test ! -s conftest.err' | ||
| 14449 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 14450 | (eval $ac_try) 2>&5 | ||
| 14451 | ac_status=$? | ||
| 14452 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 14453 | (exit $ac_status); }; } && | ||
| 14454 | { ac_try='test -s conftest$ac_exeext' | ||
| 12234 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 14455 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 12235 | (eval $ac_try) 2>&5 | 14456 | (eval $ac_try) 2>&5 |
| 12236 | ac_status=$? | 14457 | ac_status=$? |
| @@ -12239,10 +14460,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 12239 | ac_cv_lib_util_getloadavg=yes | 14460 | ac_cv_lib_util_getloadavg=yes |
| 12240 | else | 14461 | else |
| 12241 | echo "$as_me: failed program was:" >&5 | 14462 | echo "$as_me: failed program was:" >&5 |
| 12242 | cat conftest.$ac_ext >&5 | 14463 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 14464 | |||
| 12243 | ac_cv_lib_util_getloadavg=no | 14465 | ac_cv_lib_util_getloadavg=no |
| 12244 | fi | 14466 | fi |
| 12245 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 14467 | rm -f conftest.err conftest.$ac_objext \ |
| 14468 | conftest$ac_exeext conftest.$ac_ext | ||
| 12246 | LIBS=$ac_check_lib_save_LIBS | 14469 | LIBS=$ac_check_lib_save_LIBS |
| 12247 | fi | 14470 | fi |
| 12248 | echo "$as_me:$LINENO: result: $ac_cv_lib_util_getloadavg" >&5 | 14471 | echo "$as_me:$LINENO: result: $ac_cv_lib_util_getloadavg" >&5 |
| @@ -12266,8 +14489,11 @@ else | |||
| 12266 | ac_check_lib_save_LIBS=$LIBS | 14489 | ac_check_lib_save_LIBS=$LIBS |
| 12267 | LIBS="-lgetloadavg $LIBS" | 14490 | LIBS="-lgetloadavg $LIBS" |
| 12268 | cat >conftest.$ac_ext <<_ACEOF | 14491 | cat >conftest.$ac_ext <<_ACEOF |
| 12269 | #line $LINENO "configure" | 14492 | /* confdefs.h. */ |
| 12270 | #include "confdefs.h" | 14493 | _ACEOF |
| 14494 | cat confdefs.h >>conftest.$ac_ext | ||
| 14495 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 14496 | /* end confdefs.h. */ | ||
| 12271 | 14497 | ||
| 12272 | /* Override any gcc2 internal prototype to avoid an error. */ | 14498 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 12273 | #ifdef __cplusplus | 14499 | #ifdef __cplusplus |
| @@ -12286,11 +14512,21 @@ getloadavg (); | |||
| 12286 | _ACEOF | 14512 | _ACEOF |
| 12287 | rm -f conftest.$ac_objext conftest$ac_exeext | 14513 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 12288 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 14514 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 12289 | (eval $ac_link) 2>&5 | 14515 | (eval $ac_link) 2>conftest.er1 |
| 12290 | ac_status=$? | 14516 | ac_status=$? |
| 14517 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 14518 | rm -f conftest.er1 | ||
| 14519 | cat conftest.err >&5 | ||
| 12291 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 14520 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 12292 | (exit $ac_status); } && | 14521 | (exit $ac_status); } && |
| 12293 | { ac_try='test -s conftest$ac_exeext' | 14522 | { ac_try='test -z "$ac_c_werror_flag" |
| 14523 | || test ! -s conftest.err' | ||
| 14524 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 14525 | (eval $ac_try) 2>&5 | ||
| 14526 | ac_status=$? | ||
| 14527 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 14528 | (exit $ac_status); }; } && | ||
| 14529 | { ac_try='test -s conftest$ac_exeext' | ||
| 12294 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 14530 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 12295 | (eval $ac_try) 2>&5 | 14531 | (eval $ac_try) 2>&5 |
| 12296 | ac_status=$? | 14532 | ac_status=$? |
| @@ -12299,10 +14535,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 12299 | ac_cv_lib_getloadavg_getloadavg=yes | 14535 | ac_cv_lib_getloadavg_getloadavg=yes |
| 12300 | else | 14536 | else |
| 12301 | echo "$as_me: failed program was:" >&5 | 14537 | echo "$as_me: failed program was:" >&5 |
| 12302 | cat conftest.$ac_ext >&5 | 14538 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 14539 | |||
| 12303 | ac_cv_lib_getloadavg_getloadavg=no | 14540 | ac_cv_lib_getloadavg_getloadavg=no |
| 12304 | fi | 14541 | fi |
| 12305 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 14542 | rm -f conftest.err conftest.$ac_objext \ |
| 14543 | conftest$ac_exeext conftest.$ac_ext | ||
| 12306 | LIBS=$ac_check_lib_save_LIBS | 14544 | LIBS=$ac_check_lib_save_LIBS |
| 12307 | fi | 14545 | fi |
| 12308 | echo "$as_me:$LINENO: result: $ac_cv_lib_getloadavg_getloadavg" >&5 | 14546 | echo "$as_me:$LINENO: result: $ac_cv_lib_getloadavg_getloadavg" >&5 |
| @@ -12327,43 +14565,73 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then | |||
| 12327 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 14565 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 12328 | else | 14566 | else |
| 12329 | cat >conftest.$ac_ext <<_ACEOF | 14567 | cat >conftest.$ac_ext <<_ACEOF |
| 12330 | #line $LINENO "configure" | 14568 | /* confdefs.h. */ |
| 12331 | #include "confdefs.h" | 14569 | _ACEOF |
| 14570 | cat confdefs.h >>conftest.$ac_ext | ||
| 14571 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 14572 | /* end confdefs.h. */ | ||
| 14573 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. | ||
| 14574 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | ||
| 14575 | #define $ac_func innocuous_$ac_func | ||
| 14576 | |||
| 12332 | /* System header to define __stub macros and hopefully few prototypes, | 14577 | /* System header to define __stub macros and hopefully few prototypes, |
| 12333 | which can conflict with char $ac_func (); below. */ | 14578 | which can conflict with char $ac_func (); below. |
| 12334 | #include <assert.h> | 14579 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 14580 | <limits.h> exists even on freestanding compilers. */ | ||
| 14581 | |||
| 14582 | #ifdef __STDC__ | ||
| 14583 | # include <limits.h> | ||
| 14584 | #else | ||
| 14585 | # include <assert.h> | ||
| 14586 | #endif | ||
| 14587 | |||
| 14588 | #undef $ac_func | ||
| 14589 | |||
| 12335 | /* Override any gcc2 internal prototype to avoid an error. */ | 14590 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 12336 | #ifdef __cplusplus | 14591 | #ifdef __cplusplus |
| 12337 | extern "C" | 14592 | extern "C" |
| 14593 | { | ||
| 12338 | #endif | 14594 | #endif |
| 12339 | /* We use char because int might match the return type of a gcc2 | 14595 | /* We use char because int might match the return type of a gcc2 |
| 12340 | builtin and then its argument prototype would still apply. */ | 14596 | builtin and then its argument prototype would still apply. */ |
| 12341 | char $ac_func (); | 14597 | char $ac_func (); |
| 12342 | char (*f) (); | ||
| 12343 | |||
| 12344 | int | ||
| 12345 | main () | ||
| 12346 | { | ||
| 12347 | /* The GNU C library defines this for functions which it implements | 14598 | /* The GNU C library defines this for functions which it implements |
| 12348 | to always fail with ENOSYS. Some functions are actually named | 14599 | to always fail with ENOSYS. Some functions are actually named |
| 12349 | something starting with __ and the normal name is an alias. */ | 14600 | something starting with __ and the normal name is an alias. */ |
| 12350 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | 14601 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) |
| 12351 | choke me | 14602 | choke me |
| 12352 | #else | 14603 | #else |
| 12353 | f = $ac_func; | 14604 | char (*f) () = $ac_func; |
| 14605 | #endif | ||
| 14606 | #ifdef __cplusplus | ||
| 14607 | } | ||
| 12354 | #endif | 14608 | #endif |
| 12355 | 14609 | ||
| 14610 | int | ||
| 14611 | main () | ||
| 14612 | { | ||
| 14613 | return f != $ac_func; | ||
| 12356 | ; | 14614 | ; |
| 12357 | return 0; | 14615 | return 0; |
| 12358 | } | 14616 | } |
| 12359 | _ACEOF | 14617 | _ACEOF |
| 12360 | rm -f conftest.$ac_objext conftest$ac_exeext | 14618 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 12361 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 14619 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 12362 | (eval $ac_link) 2>&5 | 14620 | (eval $ac_link) 2>conftest.er1 |
| 12363 | ac_status=$? | 14621 | ac_status=$? |
| 14622 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 14623 | rm -f conftest.er1 | ||
| 14624 | cat conftest.err >&5 | ||
| 12364 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 14625 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 12365 | (exit $ac_status); } && | 14626 | (exit $ac_status); } && |
| 12366 | { ac_try='test -s conftest$ac_exeext' | 14627 | { ac_try='test -z "$ac_c_werror_flag" |
| 14628 | || test ! -s conftest.err' | ||
| 14629 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 14630 | (eval $ac_try) 2>&5 | ||
| 14631 | ac_status=$? | ||
| 14632 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 14633 | (exit $ac_status); }; } && | ||
| 14634 | { ac_try='test -s conftest$ac_exeext' | ||
| 12367 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 14635 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 12368 | (eval $ac_try) 2>&5 | 14636 | (eval $ac_try) 2>&5 |
| 12369 | ac_status=$? | 14637 | ac_status=$? |
| @@ -12372,10 +14640,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 12372 | eval "$as_ac_var=yes" | 14640 | eval "$as_ac_var=yes" |
| 12373 | else | 14641 | else |
| 12374 | echo "$as_me: failed program was:" >&5 | 14642 | echo "$as_me: failed program was:" >&5 |
| 12375 | cat conftest.$ac_ext >&5 | 14643 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 14644 | |||
| 12376 | eval "$as_ac_var=no" | 14645 | eval "$as_ac_var=no" |
| 12377 | fi | 14646 | fi |
| 12378 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 14647 | rm -f conftest.err conftest.$ac_objext \ |
| 14648 | conftest$ac_exeext conftest.$ac_ext | ||
| 12379 | fi | 14649 | fi |
| 12380 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | 14650 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 |
| 12381 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | 14651 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
| @@ -12385,7 +14655,14 @@ if test `eval echo '${'$as_ac_var'}'` = yes; then | |||
| 12385 | _ACEOF | 14655 | _ACEOF |
| 12386 | 14656 | ||
| 12387 | else | 14657 | else |
| 12388 | LIBOBJS="$LIBOBJS getloadavg.$ac_objext" | 14658 | case $LIBOBJS in |
| 14659 | "getloadavg.$ac_objext" | \ | ||
| 14660 | *" getloadavg.$ac_objext" | \ | ||
| 14661 | "getloadavg.$ac_objext "* | \ | ||
| 14662 | *" getloadavg.$ac_objext "* ) ;; | ||
| 14663 | *) LIBOBJS="$LIBOBJS getloadavg.$ac_objext" ;; | ||
| 14664 | esac | ||
| 14665 | |||
| 12389 | 14666 | ||
| 12390 | cat >>confdefs.h <<\_ACEOF | 14667 | cat >>confdefs.h <<\_ACEOF |
| 12391 | #define C_GETLOADAVG 1 | 14668 | #define C_GETLOADAVG 1 |
| @@ -12406,18 +14683,31 @@ else | |||
| 12406 | echo "$as_me:$LINENO: checking sys/dg_sys_info.h usability" >&5 | 14683 | echo "$as_me:$LINENO: checking sys/dg_sys_info.h usability" >&5 |
| 12407 | echo $ECHO_N "checking sys/dg_sys_info.h usability... $ECHO_C" >&6 | 14684 | echo $ECHO_N "checking sys/dg_sys_info.h usability... $ECHO_C" >&6 |
| 12408 | cat >conftest.$ac_ext <<_ACEOF | 14685 | cat >conftest.$ac_ext <<_ACEOF |
| 12409 | #line $LINENO "configure" | 14686 | /* confdefs.h. */ |
| 12410 | #include "confdefs.h" | 14687 | _ACEOF |
| 14688 | cat confdefs.h >>conftest.$ac_ext | ||
| 14689 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 14690 | /* end confdefs.h. */ | ||
| 12411 | $ac_includes_default | 14691 | $ac_includes_default |
| 12412 | #include <sys/dg_sys_info.h> | 14692 | #include <sys/dg_sys_info.h> |
| 12413 | _ACEOF | 14693 | _ACEOF |
| 12414 | rm -f conftest.$ac_objext | 14694 | rm -f conftest.$ac_objext |
| 12415 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 14695 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 12416 | (eval $ac_compile) 2>&5 | 14696 | (eval $ac_compile) 2>conftest.er1 |
| 12417 | ac_status=$? | 14697 | ac_status=$? |
| 14698 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 14699 | rm -f conftest.er1 | ||
| 14700 | cat conftest.err >&5 | ||
| 12418 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 14701 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 12419 | (exit $ac_status); } && | 14702 | (exit $ac_status); } && |
| 12420 | { ac_try='test -s conftest.$ac_objext' | 14703 | { ac_try='test -z "$ac_c_werror_flag" |
| 14704 | || test ! -s conftest.err' | ||
| 14705 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 14706 | (eval $ac_try) 2>&5 | ||
| 14707 | ac_status=$? | ||
| 14708 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 14709 | (exit $ac_status); }; } && | ||
| 14710 | { ac_try='test -s conftest.$ac_objext' | ||
| 12421 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 14711 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 12422 | (eval $ac_try) 2>&5 | 14712 | (eval $ac_try) 2>&5 |
| 12423 | ac_status=$? | 14713 | ac_status=$? |
| @@ -12426,10 +14716,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 12426 | ac_header_compiler=yes | 14716 | ac_header_compiler=yes |
| 12427 | else | 14717 | else |
| 12428 | echo "$as_me: failed program was:" >&5 | 14718 | echo "$as_me: failed program was:" >&5 |
| 12429 | cat conftest.$ac_ext >&5 | 14719 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 14720 | |||
| 12430 | ac_header_compiler=no | 14721 | ac_header_compiler=no |
| 12431 | fi | 14722 | fi |
| 12432 | rm -f conftest.$ac_objext conftest.$ac_ext | 14723 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 12433 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 14724 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 12434 | echo "${ECHO_T}$ac_header_compiler" >&6 | 14725 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 12435 | 14726 | ||
| @@ -12437,8 +14728,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 12437 | echo "$as_me:$LINENO: checking sys/dg_sys_info.h presence" >&5 | 14728 | echo "$as_me:$LINENO: checking sys/dg_sys_info.h presence" >&5 |
| 12438 | echo $ECHO_N "checking sys/dg_sys_info.h presence... $ECHO_C" >&6 | 14729 | echo $ECHO_N "checking sys/dg_sys_info.h presence... $ECHO_C" >&6 |
| 12439 | cat >conftest.$ac_ext <<_ACEOF | 14730 | cat >conftest.$ac_ext <<_ACEOF |
| 12440 | #line $LINENO "configure" | 14731 | /* confdefs.h. */ |
| 12441 | #include "confdefs.h" | 14732 | _ACEOF |
| 14733 | cat confdefs.h >>conftest.$ac_ext | ||
| 14734 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 14735 | /* end confdefs.h. */ | ||
| 12442 | #include <sys/dg_sys_info.h> | 14736 | #include <sys/dg_sys_info.h> |
| 12443 | _ACEOF | 14737 | _ACEOF |
| 12444 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 14738 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| @@ -12451,6 +14745,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 12451 | (exit $ac_status); } >/dev/null; then | 14745 | (exit $ac_status); } >/dev/null; then |
| 12452 | if test -s conftest.err; then | 14746 | if test -s conftest.err; then |
| 12453 | ac_cpp_err=$ac_c_preproc_warn_flag | 14747 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 14748 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 12454 | else | 14749 | else |
| 12455 | ac_cpp_err= | 14750 | ac_cpp_err= |
| 12456 | fi | 14751 | fi |
| @@ -12461,7 +14756,8 @@ if test -z "$ac_cpp_err"; then | |||
| 12461 | ac_header_preproc=yes | 14756 | ac_header_preproc=yes |
| 12462 | else | 14757 | else |
| 12463 | echo "$as_me: failed program was:" >&5 | 14758 | echo "$as_me: failed program was:" >&5 |
| 12464 | cat conftest.$ac_ext >&5 | 14759 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 14760 | |||
| 12465 | ac_header_preproc=no | 14761 | ac_header_preproc=no |
| 12466 | fi | 14762 | fi |
| 12467 | rm -f conftest.err conftest.$ac_ext | 14763 | rm -f conftest.err conftest.$ac_ext |
| @@ -12469,19 +14765,36 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 12469 | echo "${ECHO_T}$ac_header_preproc" >&6 | 14765 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 12470 | 14766 | ||
| 12471 | # So? What about this header? | 14767 | # So? What about this header? |
| 12472 | case $ac_header_compiler:$ac_header_preproc in | 14768 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
| 12473 | yes:no ) | 14769 | yes:no: ) |
| 12474 | { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: accepted by the compiler, rejected by the preprocessor!" >&5 | 14770 | { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 12475 | echo "$as_me: WARNING: sys/dg_sys_info.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | 14771 | echo "$as_me: WARNING: sys/dg_sys_info.h: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 12476 | { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&5 | 14772 | { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the compiler's result" >&5 |
| 12477 | echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&2;};; | 14773 | echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the compiler's result" >&2;} |
| 12478 | no:yes ) | 14774 | ac_header_preproc=yes |
| 14775 | ;; | ||
| 14776 | no:yes:* ) | ||
| 12479 | { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: present but cannot be compiled" >&5 | 14777 | { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: present but cannot be compiled" >&5 |
| 12480 | echo "$as_me: WARNING: sys/dg_sys_info.h: present but cannot be compiled" >&2;} | 14778 | echo "$as_me: WARNING: sys/dg_sys_info.h: present but cannot be compiled" >&2;} |
| 12481 | { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: check for missing prerequisite headers?" >&5 | 14779 | { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: check for missing prerequisite headers?" >&5 |
| 12482 | echo "$as_me: WARNING: sys/dg_sys_info.h: check for missing prerequisite headers?" >&2;} | 14780 | echo "$as_me: WARNING: sys/dg_sys_info.h: check for missing prerequisite headers?" >&2;} |
| 14781 | { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: see the Autoconf documentation" >&5 | ||
| 14782 | echo "$as_me: WARNING: sys/dg_sys_info.h: see the Autoconf documentation" >&2;} | ||
| 14783 | { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: section \"Present But Cannot Be Compiled\"" >&5 | ||
| 14784 | echo "$as_me: WARNING: sys/dg_sys_info.h: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 12483 | { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&5 | 14785 | { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&5 |
| 12484 | echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&2;};; | 14786 | echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&2;} |
| 14787 | { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: in the future, the compiler will take precedence" >&5 | ||
| 14788 | echo "$as_me: WARNING: sys/dg_sys_info.h: in the future, the compiler will take precedence" >&2;} | ||
| 14789 | ( | ||
| 14790 | cat <<\_ASBOX | ||
| 14791 | ## ------------------------------------------ ## | ||
| 14792 | ## Report this to the AC_PACKAGE_NAME lists. ## | ||
| 14793 | ## ------------------------------------------ ## | ||
| 14794 | _ASBOX | ||
| 14795 | ) | | ||
| 14796 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 14797 | ;; | ||
| 12485 | esac | 14798 | esac |
| 12486 | echo "$as_me:$LINENO: checking for sys/dg_sys_info.h" >&5 | 14799 | echo "$as_me:$LINENO: checking for sys/dg_sys_info.h" >&5 |
| 12487 | echo $ECHO_N "checking for sys/dg_sys_info.h... $ECHO_C" >&6 | 14800 | echo $ECHO_N "checking for sys/dg_sys_info.h... $ECHO_C" >&6 |
| @@ -12510,8 +14823,11 @@ else | |||
| 12510 | ac_check_lib_save_LIBS=$LIBS | 14823 | ac_check_lib_save_LIBS=$LIBS |
| 12511 | LIBS="-ldgc $LIBS" | 14824 | LIBS="-ldgc $LIBS" |
| 12512 | cat >conftest.$ac_ext <<_ACEOF | 14825 | cat >conftest.$ac_ext <<_ACEOF |
| 12513 | #line $LINENO "configure" | 14826 | /* confdefs.h. */ |
| 12514 | #include "confdefs.h" | 14827 | _ACEOF |
| 14828 | cat confdefs.h >>conftest.$ac_ext | ||
| 14829 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 14830 | /* end confdefs.h. */ | ||
| 12515 | 14831 | ||
| 12516 | /* Override any gcc2 internal prototype to avoid an error. */ | 14832 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 12517 | #ifdef __cplusplus | 14833 | #ifdef __cplusplus |
| @@ -12530,11 +14846,21 @@ dg_sys_info (); | |||
| 12530 | _ACEOF | 14846 | _ACEOF |
| 12531 | rm -f conftest.$ac_objext conftest$ac_exeext | 14847 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 12532 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 14848 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 12533 | (eval $ac_link) 2>&5 | 14849 | (eval $ac_link) 2>conftest.er1 |
| 12534 | ac_status=$? | 14850 | ac_status=$? |
| 14851 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 14852 | rm -f conftest.er1 | ||
| 14853 | cat conftest.err >&5 | ||
| 12535 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 14854 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 12536 | (exit $ac_status); } && | 14855 | (exit $ac_status); } && |
| 12537 | { ac_try='test -s conftest$ac_exeext' | 14856 | { ac_try='test -z "$ac_c_werror_flag" |
| 14857 | || test ! -s conftest.err' | ||
| 14858 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 14859 | (eval $ac_try) 2>&5 | ||
| 14860 | ac_status=$? | ||
| 14861 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 14862 | (exit $ac_status); }; } && | ||
| 14863 | { ac_try='test -s conftest$ac_exeext' | ||
| 12538 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 14864 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 12539 | (eval $ac_try) 2>&5 | 14865 | (eval $ac_try) 2>&5 |
| 12540 | ac_status=$? | 14866 | ac_status=$? |
| @@ -12543,10 +14869,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 12543 | ac_cv_lib_dgc_dg_sys_info=yes | 14869 | ac_cv_lib_dgc_dg_sys_info=yes |
| 12544 | else | 14870 | else |
| 12545 | echo "$as_me: failed program was:" >&5 | 14871 | echo "$as_me: failed program was:" >&5 |
| 12546 | cat conftest.$ac_ext >&5 | 14872 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 14873 | |||
| 12547 | ac_cv_lib_dgc_dg_sys_info=no | 14874 | ac_cv_lib_dgc_dg_sys_info=no |
| 12548 | fi | 14875 | fi |
| 12549 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 14876 | rm -f conftest.err conftest.$ac_objext \ |
| 14877 | conftest$ac_exeext conftest.$ac_ext | ||
| 12550 | LIBS=$ac_check_lib_save_LIBS | 14878 | LIBS=$ac_check_lib_save_LIBS |
| 12551 | fi | 14879 | fi |
| 12552 | echo "$as_me:$LINENO: result: $ac_cv_lib_dgc_dg_sys_info" >&5 | 14880 | echo "$as_me:$LINENO: result: $ac_cv_lib_dgc_dg_sys_info" >&5 |
| @@ -12577,18 +14905,31 @@ else | |||
| 12577 | echo "$as_me:$LINENO: checking locale.h usability" >&5 | 14905 | echo "$as_me:$LINENO: checking locale.h usability" >&5 |
| 12578 | echo $ECHO_N "checking locale.h usability... $ECHO_C" >&6 | 14906 | echo $ECHO_N "checking locale.h usability... $ECHO_C" >&6 |
| 12579 | cat >conftest.$ac_ext <<_ACEOF | 14907 | cat >conftest.$ac_ext <<_ACEOF |
| 12580 | #line $LINENO "configure" | 14908 | /* confdefs.h. */ |
| 12581 | #include "confdefs.h" | 14909 | _ACEOF |
| 14910 | cat confdefs.h >>conftest.$ac_ext | ||
| 14911 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 14912 | /* end confdefs.h. */ | ||
| 12582 | $ac_includes_default | 14913 | $ac_includes_default |
| 12583 | #include <locale.h> | 14914 | #include <locale.h> |
| 12584 | _ACEOF | 14915 | _ACEOF |
| 12585 | rm -f conftest.$ac_objext | 14916 | rm -f conftest.$ac_objext |
| 12586 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 14917 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 12587 | (eval $ac_compile) 2>&5 | 14918 | (eval $ac_compile) 2>conftest.er1 |
| 12588 | ac_status=$? | 14919 | ac_status=$? |
| 14920 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 14921 | rm -f conftest.er1 | ||
| 14922 | cat conftest.err >&5 | ||
| 12589 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 14923 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 12590 | (exit $ac_status); } && | 14924 | (exit $ac_status); } && |
| 12591 | { ac_try='test -s conftest.$ac_objext' | 14925 | { ac_try='test -z "$ac_c_werror_flag" |
| 14926 | || test ! -s conftest.err' | ||
| 14927 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 14928 | (eval $ac_try) 2>&5 | ||
| 14929 | ac_status=$? | ||
| 14930 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 14931 | (exit $ac_status); }; } && | ||
| 14932 | { ac_try='test -s conftest.$ac_objext' | ||
| 12592 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 14933 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 12593 | (eval $ac_try) 2>&5 | 14934 | (eval $ac_try) 2>&5 |
| 12594 | ac_status=$? | 14935 | ac_status=$? |
| @@ -12597,10 +14938,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 12597 | ac_header_compiler=yes | 14938 | ac_header_compiler=yes |
| 12598 | else | 14939 | else |
| 12599 | echo "$as_me: failed program was:" >&5 | 14940 | echo "$as_me: failed program was:" >&5 |
| 12600 | cat conftest.$ac_ext >&5 | 14941 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 14942 | |||
| 12601 | ac_header_compiler=no | 14943 | ac_header_compiler=no |
| 12602 | fi | 14944 | fi |
| 12603 | rm -f conftest.$ac_objext conftest.$ac_ext | 14945 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 12604 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 14946 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 12605 | echo "${ECHO_T}$ac_header_compiler" >&6 | 14947 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 12606 | 14948 | ||
| @@ -12608,8 +14950,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 12608 | echo "$as_me:$LINENO: checking locale.h presence" >&5 | 14950 | echo "$as_me:$LINENO: checking locale.h presence" >&5 |
| 12609 | echo $ECHO_N "checking locale.h presence... $ECHO_C" >&6 | 14951 | echo $ECHO_N "checking locale.h presence... $ECHO_C" >&6 |
| 12610 | cat >conftest.$ac_ext <<_ACEOF | 14952 | cat >conftest.$ac_ext <<_ACEOF |
| 12611 | #line $LINENO "configure" | 14953 | /* confdefs.h. */ |
| 12612 | #include "confdefs.h" | 14954 | _ACEOF |
| 14955 | cat confdefs.h >>conftest.$ac_ext | ||
| 14956 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 14957 | /* end confdefs.h. */ | ||
| 12613 | #include <locale.h> | 14958 | #include <locale.h> |
| 12614 | _ACEOF | 14959 | _ACEOF |
| 12615 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 14960 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| @@ -12622,6 +14967,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 12622 | (exit $ac_status); } >/dev/null; then | 14967 | (exit $ac_status); } >/dev/null; then |
| 12623 | if test -s conftest.err; then | 14968 | if test -s conftest.err; then |
| 12624 | ac_cpp_err=$ac_c_preproc_warn_flag | 14969 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 14970 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 12625 | else | 14971 | else |
| 12626 | ac_cpp_err= | 14972 | ac_cpp_err= |
| 12627 | fi | 14973 | fi |
| @@ -12632,7 +14978,8 @@ if test -z "$ac_cpp_err"; then | |||
| 12632 | ac_header_preproc=yes | 14978 | ac_header_preproc=yes |
| 12633 | else | 14979 | else |
| 12634 | echo "$as_me: failed program was:" >&5 | 14980 | echo "$as_me: failed program was:" >&5 |
| 12635 | cat conftest.$ac_ext >&5 | 14981 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 14982 | |||
| 12636 | ac_header_preproc=no | 14983 | ac_header_preproc=no |
| 12637 | fi | 14984 | fi |
| 12638 | rm -f conftest.err conftest.$ac_ext | 14985 | rm -f conftest.err conftest.$ac_ext |
| @@ -12640,19 +14987,36 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 12640 | echo "${ECHO_T}$ac_header_preproc" >&6 | 14987 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 12641 | 14988 | ||
| 12642 | # So? What about this header? | 14989 | # So? What about this header? |
| 12643 | case $ac_header_compiler:$ac_header_preproc in | 14990 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
| 12644 | yes:no ) | 14991 | yes:no: ) |
| 12645 | { echo "$as_me:$LINENO: WARNING: locale.h: accepted by the compiler, rejected by the preprocessor!" >&5 | 14992 | { echo "$as_me:$LINENO: WARNING: locale.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 12646 | echo "$as_me: WARNING: locale.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | 14993 | echo "$as_me: WARNING: locale.h: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 12647 | { echo "$as_me:$LINENO: WARNING: locale.h: proceeding with the preprocessor's result" >&5 | 14994 | { echo "$as_me:$LINENO: WARNING: locale.h: proceeding with the compiler's result" >&5 |
| 12648 | echo "$as_me: WARNING: locale.h: proceeding with the preprocessor's result" >&2;};; | 14995 | echo "$as_me: WARNING: locale.h: proceeding with the compiler's result" >&2;} |
| 12649 | no:yes ) | 14996 | ac_header_preproc=yes |
| 14997 | ;; | ||
| 14998 | no:yes:* ) | ||
| 12650 | { echo "$as_me:$LINENO: WARNING: locale.h: present but cannot be compiled" >&5 | 14999 | { echo "$as_me:$LINENO: WARNING: locale.h: present but cannot be compiled" >&5 |
| 12651 | echo "$as_me: WARNING: locale.h: present but cannot be compiled" >&2;} | 15000 | echo "$as_me: WARNING: locale.h: present but cannot be compiled" >&2;} |
| 12652 | { echo "$as_me:$LINENO: WARNING: locale.h: check for missing prerequisite headers?" >&5 | 15001 | { echo "$as_me:$LINENO: WARNING: locale.h: check for missing prerequisite headers?" >&5 |
| 12653 | echo "$as_me: WARNING: locale.h: check for missing prerequisite headers?" >&2;} | 15002 | echo "$as_me: WARNING: locale.h: check for missing prerequisite headers?" >&2;} |
| 15003 | { echo "$as_me:$LINENO: WARNING: locale.h: see the Autoconf documentation" >&5 | ||
| 15004 | echo "$as_me: WARNING: locale.h: see the Autoconf documentation" >&2;} | ||
| 15005 | { echo "$as_me:$LINENO: WARNING: locale.h: section \"Present But Cannot Be Compiled\"" >&5 | ||
| 15006 | echo "$as_me: WARNING: locale.h: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 12654 | { echo "$as_me:$LINENO: WARNING: locale.h: proceeding with the preprocessor's result" >&5 | 15007 | { echo "$as_me:$LINENO: WARNING: locale.h: proceeding with the preprocessor's result" >&5 |
| 12655 | echo "$as_me: WARNING: locale.h: proceeding with the preprocessor's result" >&2;};; | 15008 | echo "$as_me: WARNING: locale.h: proceeding with the preprocessor's result" >&2;} |
| 15009 | { echo "$as_me:$LINENO: WARNING: locale.h: in the future, the compiler will take precedence" >&5 | ||
| 15010 | echo "$as_me: WARNING: locale.h: in the future, the compiler will take precedence" >&2;} | ||
| 15011 | ( | ||
| 15012 | cat <<\_ASBOX | ||
| 15013 | ## ------------------------------------------ ## | ||
| 15014 | ## Report this to the AC_PACKAGE_NAME lists. ## | ||
| 15015 | ## ------------------------------------------ ## | ||
| 15016 | _ASBOX | ||
| 15017 | ) | | ||
| 15018 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 15019 | ;; | ||
| 12656 | esac | 15020 | esac |
| 12657 | echo "$as_me:$LINENO: checking for locale.h" >&5 | 15021 | echo "$as_me:$LINENO: checking for locale.h" >&5 |
| 12658 | echo $ECHO_N "checking for locale.h... $ECHO_C" >&6 | 15022 | echo $ECHO_N "checking for locale.h... $ECHO_C" >&6 |
| @@ -12677,43 +15041,73 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then | |||
| 12677 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 15041 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 12678 | else | 15042 | else |
| 12679 | cat >conftest.$ac_ext <<_ACEOF | 15043 | cat >conftest.$ac_ext <<_ACEOF |
| 12680 | #line $LINENO "configure" | 15044 | /* confdefs.h. */ |
| 12681 | #include "confdefs.h" | 15045 | _ACEOF |
| 15046 | cat confdefs.h >>conftest.$ac_ext | ||
| 15047 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 15048 | /* end confdefs.h. */ | ||
| 15049 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. | ||
| 15050 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | ||
| 15051 | #define $ac_func innocuous_$ac_func | ||
| 15052 | |||
| 12682 | /* System header to define __stub macros and hopefully few prototypes, | 15053 | /* System header to define __stub macros and hopefully few prototypes, |
| 12683 | which can conflict with char $ac_func (); below. */ | 15054 | which can conflict with char $ac_func (); below. |
| 12684 | #include <assert.h> | 15055 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 15056 | <limits.h> exists even on freestanding compilers. */ | ||
| 15057 | |||
| 15058 | #ifdef __STDC__ | ||
| 15059 | # include <limits.h> | ||
| 15060 | #else | ||
| 15061 | # include <assert.h> | ||
| 15062 | #endif | ||
| 15063 | |||
| 15064 | #undef $ac_func | ||
| 15065 | |||
| 12685 | /* Override any gcc2 internal prototype to avoid an error. */ | 15066 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 12686 | #ifdef __cplusplus | 15067 | #ifdef __cplusplus |
| 12687 | extern "C" | 15068 | extern "C" |
| 15069 | { | ||
| 12688 | #endif | 15070 | #endif |
| 12689 | /* We use char because int might match the return type of a gcc2 | 15071 | /* We use char because int might match the return type of a gcc2 |
| 12690 | builtin and then its argument prototype would still apply. */ | 15072 | builtin and then its argument prototype would still apply. */ |
| 12691 | char $ac_func (); | 15073 | char $ac_func (); |
| 12692 | char (*f) (); | ||
| 12693 | |||
| 12694 | int | ||
| 12695 | main () | ||
| 12696 | { | ||
| 12697 | /* The GNU C library defines this for functions which it implements | 15074 | /* The GNU C library defines this for functions which it implements |
| 12698 | to always fail with ENOSYS. Some functions are actually named | 15075 | to always fail with ENOSYS. Some functions are actually named |
| 12699 | something starting with __ and the normal name is an alias. */ | 15076 | something starting with __ and the normal name is an alias. */ |
| 12700 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | 15077 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) |
| 12701 | choke me | 15078 | choke me |
| 12702 | #else | 15079 | #else |
| 12703 | f = $ac_func; | 15080 | char (*f) () = $ac_func; |
| 15081 | #endif | ||
| 15082 | #ifdef __cplusplus | ||
| 15083 | } | ||
| 12704 | #endif | 15084 | #endif |
| 12705 | 15085 | ||
| 15086 | int | ||
| 15087 | main () | ||
| 15088 | { | ||
| 15089 | return f != $ac_func; | ||
| 12706 | ; | 15090 | ; |
| 12707 | return 0; | 15091 | return 0; |
| 12708 | } | 15092 | } |
| 12709 | _ACEOF | 15093 | _ACEOF |
| 12710 | rm -f conftest.$ac_objext conftest$ac_exeext | 15094 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 12711 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 15095 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 12712 | (eval $ac_link) 2>&5 | 15096 | (eval $ac_link) 2>conftest.er1 |
| 12713 | ac_status=$? | 15097 | ac_status=$? |
| 15098 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 15099 | rm -f conftest.er1 | ||
| 15100 | cat conftest.err >&5 | ||
| 12714 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 15101 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 12715 | (exit $ac_status); } && | 15102 | (exit $ac_status); } && |
| 12716 | { ac_try='test -s conftest$ac_exeext' | 15103 | { ac_try='test -z "$ac_c_werror_flag" |
| 15104 | || test ! -s conftest.err' | ||
| 15105 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 15106 | (eval $ac_try) 2>&5 | ||
| 15107 | ac_status=$? | ||
| 15108 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 15109 | (exit $ac_status); }; } && | ||
| 15110 | { ac_try='test -s conftest$ac_exeext' | ||
| 12717 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 15111 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 12718 | (eval $ac_try) 2>&5 | 15112 | (eval $ac_try) 2>&5 |
| 12719 | ac_status=$? | 15113 | ac_status=$? |
| @@ -12722,10 +15116,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 12722 | eval "$as_ac_var=yes" | 15116 | eval "$as_ac_var=yes" |
| 12723 | else | 15117 | else |
| 12724 | echo "$as_me: failed program was:" >&5 | 15118 | echo "$as_me: failed program was:" >&5 |
| 12725 | cat conftest.$ac_ext >&5 | 15119 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 15120 | |||
| 12726 | eval "$as_ac_var=no" | 15121 | eval "$as_ac_var=no" |
| 12727 | fi | 15122 | fi |
| 12728 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 15123 | rm -f conftest.err conftest.$ac_objext \ |
| 15124 | conftest$ac_exeext conftest.$ac_ext | ||
| 12729 | fi | 15125 | fi |
| 12730 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | 15126 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 |
| 12731 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | 15127 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
| @@ -12764,18 +15160,31 @@ else | |||
| 12764 | echo "$as_me:$LINENO: checking inq_stats/cpustats.h usability" >&5 | 15160 | echo "$as_me:$LINENO: checking inq_stats/cpustats.h usability" >&5 |
| 12765 | echo $ECHO_N "checking inq_stats/cpustats.h usability... $ECHO_C" >&6 | 15161 | echo $ECHO_N "checking inq_stats/cpustats.h usability... $ECHO_C" >&6 |
| 12766 | cat >conftest.$ac_ext <<_ACEOF | 15162 | cat >conftest.$ac_ext <<_ACEOF |
| 12767 | #line $LINENO "configure" | 15163 | /* confdefs.h. */ |
| 12768 | #include "confdefs.h" | 15164 | _ACEOF |
| 15165 | cat confdefs.h >>conftest.$ac_ext | ||
| 15166 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 15167 | /* end confdefs.h. */ | ||
| 12769 | $ac_includes_default | 15168 | $ac_includes_default |
| 12770 | #include <inq_stats/cpustats.h> | 15169 | #include <inq_stats/cpustats.h> |
| 12771 | _ACEOF | 15170 | _ACEOF |
| 12772 | rm -f conftest.$ac_objext | 15171 | rm -f conftest.$ac_objext |
| 12773 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 15172 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 12774 | (eval $ac_compile) 2>&5 | 15173 | (eval $ac_compile) 2>conftest.er1 |
| 12775 | ac_status=$? | 15174 | ac_status=$? |
| 15175 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 15176 | rm -f conftest.er1 | ||
| 15177 | cat conftest.err >&5 | ||
| 12776 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 15178 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 12777 | (exit $ac_status); } && | 15179 | (exit $ac_status); } && |
| 12778 | { ac_try='test -s conftest.$ac_objext' | 15180 | { ac_try='test -z "$ac_c_werror_flag" |
| 15181 | || test ! -s conftest.err' | ||
| 15182 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 15183 | (eval $ac_try) 2>&5 | ||
| 15184 | ac_status=$? | ||
| 15185 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 15186 | (exit $ac_status); }; } && | ||
| 15187 | { ac_try='test -s conftest.$ac_objext' | ||
| 12779 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 15188 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 12780 | (eval $ac_try) 2>&5 | 15189 | (eval $ac_try) 2>&5 |
| 12781 | ac_status=$? | 15190 | ac_status=$? |
| @@ -12784,10 +15193,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 12784 | ac_header_compiler=yes | 15193 | ac_header_compiler=yes |
| 12785 | else | 15194 | else |
| 12786 | echo "$as_me: failed program was:" >&5 | 15195 | echo "$as_me: failed program was:" >&5 |
| 12787 | cat conftest.$ac_ext >&5 | 15196 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 15197 | |||
| 12788 | ac_header_compiler=no | 15198 | ac_header_compiler=no |
| 12789 | fi | 15199 | fi |
| 12790 | rm -f conftest.$ac_objext conftest.$ac_ext | 15200 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 12791 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 15201 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 12792 | echo "${ECHO_T}$ac_header_compiler" >&6 | 15202 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 12793 | 15203 | ||
| @@ -12795,8 +15205,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 12795 | echo "$as_me:$LINENO: checking inq_stats/cpustats.h presence" >&5 | 15205 | echo "$as_me:$LINENO: checking inq_stats/cpustats.h presence" >&5 |
| 12796 | echo $ECHO_N "checking inq_stats/cpustats.h presence... $ECHO_C" >&6 | 15206 | echo $ECHO_N "checking inq_stats/cpustats.h presence... $ECHO_C" >&6 |
| 12797 | cat >conftest.$ac_ext <<_ACEOF | 15207 | cat >conftest.$ac_ext <<_ACEOF |
| 12798 | #line $LINENO "configure" | 15208 | /* confdefs.h. */ |
| 12799 | #include "confdefs.h" | 15209 | _ACEOF |
| 15210 | cat confdefs.h >>conftest.$ac_ext | ||
| 15211 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 15212 | /* end confdefs.h. */ | ||
| 12800 | #include <inq_stats/cpustats.h> | 15213 | #include <inq_stats/cpustats.h> |
| 12801 | _ACEOF | 15214 | _ACEOF |
| 12802 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 15215 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| @@ -12809,6 +15222,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 12809 | (exit $ac_status); } >/dev/null; then | 15222 | (exit $ac_status); } >/dev/null; then |
| 12810 | if test -s conftest.err; then | 15223 | if test -s conftest.err; then |
| 12811 | ac_cpp_err=$ac_c_preproc_warn_flag | 15224 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 15225 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 12812 | else | 15226 | else |
| 12813 | ac_cpp_err= | 15227 | ac_cpp_err= |
| 12814 | fi | 15228 | fi |
| @@ -12819,7 +15233,8 @@ if test -z "$ac_cpp_err"; then | |||
| 12819 | ac_header_preproc=yes | 15233 | ac_header_preproc=yes |
| 12820 | else | 15234 | else |
| 12821 | echo "$as_me: failed program was:" >&5 | 15235 | echo "$as_me: failed program was:" >&5 |
| 12822 | cat conftest.$ac_ext >&5 | 15236 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 15237 | |||
| 12823 | ac_header_preproc=no | 15238 | ac_header_preproc=no |
| 12824 | fi | 15239 | fi |
| 12825 | rm -f conftest.err conftest.$ac_ext | 15240 | rm -f conftest.err conftest.$ac_ext |
| @@ -12827,19 +15242,36 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 12827 | echo "${ECHO_T}$ac_header_preproc" >&6 | 15242 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 12828 | 15243 | ||
| 12829 | # So? What about this header? | 15244 | # So? What about this header? |
| 12830 | case $ac_header_compiler:$ac_header_preproc in | 15245 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
| 12831 | yes:no ) | 15246 | yes:no: ) |
| 12832 | { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&5 | 15247 | { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 12833 | echo "$as_me: WARNING: inq_stats/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | 15248 | echo "$as_me: WARNING: inq_stats/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 12834 | { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&5 | 15249 | { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: proceeding with the compiler's result" >&5 |
| 12835 | echo "$as_me: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&2;};; | 15250 | echo "$as_me: WARNING: inq_stats/cpustats.h: proceeding with the compiler's result" >&2;} |
| 12836 | no:yes ) | 15251 | ac_header_preproc=yes |
| 15252 | ;; | ||
| 15253 | no:yes:* ) | ||
| 12837 | { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: present but cannot be compiled" >&5 | 15254 | { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: present but cannot be compiled" >&5 |
| 12838 | echo "$as_me: WARNING: inq_stats/cpustats.h: present but cannot be compiled" >&2;} | 15255 | echo "$as_me: WARNING: inq_stats/cpustats.h: present but cannot be compiled" >&2;} |
| 12839 | { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: check for missing prerequisite headers?" >&5 | 15256 | { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: check for missing prerequisite headers?" >&5 |
| 12840 | echo "$as_me: WARNING: inq_stats/cpustats.h: check for missing prerequisite headers?" >&2;} | 15257 | echo "$as_me: WARNING: inq_stats/cpustats.h: check for missing prerequisite headers?" >&2;} |
| 15258 | { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: see the Autoconf documentation" >&5 | ||
| 15259 | echo "$as_me: WARNING: inq_stats/cpustats.h: see the Autoconf documentation" >&2;} | ||
| 15260 | { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: section \"Present But Cannot Be Compiled\"" >&5 | ||
| 15261 | echo "$as_me: WARNING: inq_stats/cpustats.h: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 12841 | { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&5 | 15262 | { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&5 |
| 12842 | echo "$as_me: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&2;};; | 15263 | echo "$as_me: WARNING: inq_stats/cpustats.h: proceeding with the preprocessor's result" >&2;} |
| 15264 | { echo "$as_me:$LINENO: WARNING: inq_stats/cpustats.h: in the future, the compiler will take precedence" >&5 | ||
| 15265 | echo "$as_me: WARNING: inq_stats/cpustats.h: in the future, the compiler will take precedence" >&2;} | ||
| 15266 | ( | ||
| 15267 | cat <<\_ASBOX | ||
| 15268 | ## ------------------------------------------ ## | ||
| 15269 | ## Report this to the AC_PACKAGE_NAME lists. ## | ||
| 15270 | ## ------------------------------------------ ## | ||
| 15271 | _ASBOX | ||
| 15272 | ) | | ||
| 15273 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 15274 | ;; | ||
| 12843 | esac | 15275 | esac |
| 12844 | echo "$as_me:$LINENO: checking for inq_stats/cpustats.h" >&5 | 15276 | echo "$as_me:$LINENO: checking for inq_stats/cpustats.h" >&5 |
| 12845 | echo $ECHO_N "checking for inq_stats/cpustats.h... $ECHO_C" >&6 | 15277 | echo $ECHO_N "checking for inq_stats/cpustats.h... $ECHO_C" >&6 |
| @@ -12883,18 +15315,31 @@ else | |||
| 12883 | echo "$as_me:$LINENO: checking sys/cpustats.h usability" >&5 | 15315 | echo "$as_me:$LINENO: checking sys/cpustats.h usability" >&5 |
| 12884 | echo $ECHO_N "checking sys/cpustats.h usability... $ECHO_C" >&6 | 15316 | echo $ECHO_N "checking sys/cpustats.h usability... $ECHO_C" >&6 |
| 12885 | cat >conftest.$ac_ext <<_ACEOF | 15317 | cat >conftest.$ac_ext <<_ACEOF |
| 12886 | #line $LINENO "configure" | 15318 | /* confdefs.h. */ |
| 12887 | #include "confdefs.h" | 15319 | _ACEOF |
| 15320 | cat confdefs.h >>conftest.$ac_ext | ||
| 15321 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 15322 | /* end confdefs.h. */ | ||
| 12888 | $ac_includes_default | 15323 | $ac_includes_default |
| 12889 | #include <sys/cpustats.h> | 15324 | #include <sys/cpustats.h> |
| 12890 | _ACEOF | 15325 | _ACEOF |
| 12891 | rm -f conftest.$ac_objext | 15326 | rm -f conftest.$ac_objext |
| 12892 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 15327 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 12893 | (eval $ac_compile) 2>&5 | 15328 | (eval $ac_compile) 2>conftest.er1 |
| 12894 | ac_status=$? | 15329 | ac_status=$? |
| 15330 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 15331 | rm -f conftest.er1 | ||
| 15332 | cat conftest.err >&5 | ||
| 12895 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 15333 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 12896 | (exit $ac_status); } && | 15334 | (exit $ac_status); } && |
| 12897 | { ac_try='test -s conftest.$ac_objext' | 15335 | { ac_try='test -z "$ac_c_werror_flag" |
| 15336 | || test ! -s conftest.err' | ||
| 15337 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 15338 | (eval $ac_try) 2>&5 | ||
| 15339 | ac_status=$? | ||
| 15340 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 15341 | (exit $ac_status); }; } && | ||
| 15342 | { ac_try='test -s conftest.$ac_objext' | ||
| 12898 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 15343 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 12899 | (eval $ac_try) 2>&5 | 15344 | (eval $ac_try) 2>&5 |
| 12900 | ac_status=$? | 15345 | ac_status=$? |
| @@ -12903,10 +15348,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 12903 | ac_header_compiler=yes | 15348 | ac_header_compiler=yes |
| 12904 | else | 15349 | else |
| 12905 | echo "$as_me: failed program was:" >&5 | 15350 | echo "$as_me: failed program was:" >&5 |
| 12906 | cat conftest.$ac_ext >&5 | 15351 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 15352 | |||
| 12907 | ac_header_compiler=no | 15353 | ac_header_compiler=no |
| 12908 | fi | 15354 | fi |
| 12909 | rm -f conftest.$ac_objext conftest.$ac_ext | 15355 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 12910 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 15356 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 12911 | echo "${ECHO_T}$ac_header_compiler" >&6 | 15357 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 12912 | 15358 | ||
| @@ -12914,8 +15360,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 12914 | echo "$as_me:$LINENO: checking sys/cpustats.h presence" >&5 | 15360 | echo "$as_me:$LINENO: checking sys/cpustats.h presence" >&5 |
| 12915 | echo $ECHO_N "checking sys/cpustats.h presence... $ECHO_C" >&6 | 15361 | echo $ECHO_N "checking sys/cpustats.h presence... $ECHO_C" >&6 |
| 12916 | cat >conftest.$ac_ext <<_ACEOF | 15362 | cat >conftest.$ac_ext <<_ACEOF |
| 12917 | #line $LINENO "configure" | 15363 | /* confdefs.h. */ |
| 12918 | #include "confdefs.h" | 15364 | _ACEOF |
| 15365 | cat confdefs.h >>conftest.$ac_ext | ||
| 15366 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 15367 | /* end confdefs.h. */ | ||
| 12919 | #include <sys/cpustats.h> | 15368 | #include <sys/cpustats.h> |
| 12920 | _ACEOF | 15369 | _ACEOF |
| 12921 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 15370 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| @@ -12928,6 +15377,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 12928 | (exit $ac_status); } >/dev/null; then | 15377 | (exit $ac_status); } >/dev/null; then |
| 12929 | if test -s conftest.err; then | 15378 | if test -s conftest.err; then |
| 12930 | ac_cpp_err=$ac_c_preproc_warn_flag | 15379 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 15380 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 12931 | else | 15381 | else |
| 12932 | ac_cpp_err= | 15382 | ac_cpp_err= |
| 12933 | fi | 15383 | fi |
| @@ -12938,7 +15388,8 @@ if test -z "$ac_cpp_err"; then | |||
| 12938 | ac_header_preproc=yes | 15388 | ac_header_preproc=yes |
| 12939 | else | 15389 | else |
| 12940 | echo "$as_me: failed program was:" >&5 | 15390 | echo "$as_me: failed program was:" >&5 |
| 12941 | cat conftest.$ac_ext >&5 | 15391 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 15392 | |||
| 12942 | ac_header_preproc=no | 15393 | ac_header_preproc=no |
| 12943 | fi | 15394 | fi |
| 12944 | rm -f conftest.err conftest.$ac_ext | 15395 | rm -f conftest.err conftest.$ac_ext |
| @@ -12946,19 +15397,36 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 12946 | echo "${ECHO_T}$ac_header_preproc" >&6 | 15397 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 12947 | 15398 | ||
| 12948 | # So? What about this header? | 15399 | # So? What about this header? |
| 12949 | case $ac_header_compiler:$ac_header_preproc in | 15400 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
| 12950 | yes:no ) | 15401 | yes:no: ) |
| 12951 | { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&5 | 15402 | { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 12952 | echo "$as_me: WARNING: sys/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | 15403 | echo "$as_me: WARNING: sys/cpustats.h: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 12953 | { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&5 | 15404 | { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: proceeding with the compiler's result" >&5 |
| 12954 | echo "$as_me: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&2;};; | 15405 | echo "$as_me: WARNING: sys/cpustats.h: proceeding with the compiler's result" >&2;} |
| 12955 | no:yes ) | 15406 | ac_header_preproc=yes |
| 15407 | ;; | ||
| 15408 | no:yes:* ) | ||
| 12956 | { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: present but cannot be compiled" >&5 | 15409 | { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: present but cannot be compiled" >&5 |
| 12957 | echo "$as_me: WARNING: sys/cpustats.h: present but cannot be compiled" >&2;} | 15410 | echo "$as_me: WARNING: sys/cpustats.h: present but cannot be compiled" >&2;} |
| 12958 | { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: check for missing prerequisite headers?" >&5 | 15411 | { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: check for missing prerequisite headers?" >&5 |
| 12959 | echo "$as_me: WARNING: sys/cpustats.h: check for missing prerequisite headers?" >&2;} | 15412 | echo "$as_me: WARNING: sys/cpustats.h: check for missing prerequisite headers?" >&2;} |
| 15413 | { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: see the Autoconf documentation" >&5 | ||
| 15414 | echo "$as_me: WARNING: sys/cpustats.h: see the Autoconf documentation" >&2;} | ||
| 15415 | { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: section \"Present But Cannot Be Compiled\"" >&5 | ||
| 15416 | echo "$as_me: WARNING: sys/cpustats.h: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 12960 | { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&5 | 15417 | { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&5 |
| 12961 | echo "$as_me: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&2;};; | 15418 | echo "$as_me: WARNING: sys/cpustats.h: proceeding with the preprocessor's result" >&2;} |
| 15419 | { echo "$as_me:$LINENO: WARNING: sys/cpustats.h: in the future, the compiler will take precedence" >&5 | ||
| 15420 | echo "$as_me: WARNING: sys/cpustats.h: in the future, the compiler will take precedence" >&2;} | ||
| 15421 | ( | ||
| 15422 | cat <<\_ASBOX | ||
| 15423 | ## ------------------------------------------ ## | ||
| 15424 | ## Report this to the AC_PACKAGE_NAME lists. ## | ||
| 15425 | ## ------------------------------------------ ## | ||
| 15426 | _ASBOX | ||
| 15427 | ) | | ||
| 15428 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 15429 | ;; | ||
| 12962 | esac | 15430 | esac |
| 12963 | echo "$as_me:$LINENO: checking for sys/cpustats.h" >&5 | 15431 | echo "$as_me:$LINENO: checking for sys/cpustats.h" >&5 |
| 12964 | echo $ECHO_N "checking for sys/cpustats.h... $ECHO_C" >&6 | 15432 | echo $ECHO_N "checking for sys/cpustats.h... $ECHO_C" >&6 |
| @@ -12999,18 +15467,31 @@ else | |||
| 12999 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 15467 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
| 13000 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 15468 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 13001 | cat >conftest.$ac_ext <<_ACEOF | 15469 | cat >conftest.$ac_ext <<_ACEOF |
| 13002 | #line $LINENO "configure" | 15470 | /* confdefs.h. */ |
| 13003 | #include "confdefs.h" | 15471 | _ACEOF |
| 15472 | cat confdefs.h >>conftest.$ac_ext | ||
| 15473 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 15474 | /* end confdefs.h. */ | ||
| 13004 | $ac_includes_default | 15475 | $ac_includes_default |
| 13005 | #include <$ac_header> | 15476 | #include <$ac_header> |
| 13006 | _ACEOF | 15477 | _ACEOF |
| 13007 | rm -f conftest.$ac_objext | 15478 | rm -f conftest.$ac_objext |
| 13008 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 15479 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 13009 | (eval $ac_compile) 2>&5 | 15480 | (eval $ac_compile) 2>conftest.er1 |
| 13010 | ac_status=$? | 15481 | ac_status=$? |
| 15482 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 15483 | rm -f conftest.er1 | ||
| 15484 | cat conftest.err >&5 | ||
| 13011 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 15485 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 13012 | (exit $ac_status); } && | 15486 | (exit $ac_status); } && |
| 13013 | { ac_try='test -s conftest.$ac_objext' | 15487 | { ac_try='test -z "$ac_c_werror_flag" |
| 15488 | || test ! -s conftest.err' | ||
| 15489 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 15490 | (eval $ac_try) 2>&5 | ||
| 15491 | ac_status=$? | ||
| 15492 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 15493 | (exit $ac_status); }; } && | ||
| 15494 | { ac_try='test -s conftest.$ac_objext' | ||
| 13014 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 15495 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 13015 | (eval $ac_try) 2>&5 | 15496 | (eval $ac_try) 2>&5 |
| 13016 | ac_status=$? | 15497 | ac_status=$? |
| @@ -13019,10 +15500,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 13019 | ac_header_compiler=yes | 15500 | ac_header_compiler=yes |
| 13020 | else | 15501 | else |
| 13021 | echo "$as_me: failed program was:" >&5 | 15502 | echo "$as_me: failed program was:" >&5 |
| 13022 | cat conftest.$ac_ext >&5 | 15503 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 15504 | |||
| 13023 | ac_header_compiler=no | 15505 | ac_header_compiler=no |
| 13024 | fi | 15506 | fi |
| 13025 | rm -f conftest.$ac_objext conftest.$ac_ext | 15507 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 13026 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 15508 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 13027 | echo "${ECHO_T}$ac_header_compiler" >&6 | 15509 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 13028 | 15510 | ||
| @@ -13030,8 +15512,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 13030 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 15512 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
| 13031 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 15513 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 13032 | cat >conftest.$ac_ext <<_ACEOF | 15514 | cat >conftest.$ac_ext <<_ACEOF |
| 13033 | #line $LINENO "configure" | 15515 | /* confdefs.h. */ |
| 13034 | #include "confdefs.h" | 15516 | _ACEOF |
| 15517 | cat confdefs.h >>conftest.$ac_ext | ||
| 15518 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 15519 | /* end confdefs.h. */ | ||
| 13035 | #include <$ac_header> | 15520 | #include <$ac_header> |
| 13036 | _ACEOF | 15521 | _ACEOF |
| 13037 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 15522 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| @@ -13044,6 +15529,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 13044 | (exit $ac_status); } >/dev/null; then | 15529 | (exit $ac_status); } >/dev/null; then |
| 13045 | if test -s conftest.err; then | 15530 | if test -s conftest.err; then |
| 13046 | ac_cpp_err=$ac_c_preproc_warn_flag | 15531 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 15532 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 13047 | else | 15533 | else |
| 13048 | ac_cpp_err= | 15534 | ac_cpp_err= |
| 13049 | fi | 15535 | fi |
| @@ -13054,7 +15540,8 @@ if test -z "$ac_cpp_err"; then | |||
| 13054 | ac_header_preproc=yes | 15540 | ac_header_preproc=yes |
| 13055 | else | 15541 | else |
| 13056 | echo "$as_me: failed program was:" >&5 | 15542 | echo "$as_me: failed program was:" >&5 |
| 13057 | cat conftest.$ac_ext >&5 | 15543 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 15544 | |||
| 13058 | ac_header_preproc=no | 15545 | ac_header_preproc=no |
| 13059 | fi | 15546 | fi |
| 13060 | rm -f conftest.err conftest.$ac_ext | 15547 | rm -f conftest.err conftest.$ac_ext |
| @@ -13062,26 +15549,43 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 13062 | echo "${ECHO_T}$ac_header_preproc" >&6 | 15549 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 13063 | 15550 | ||
| 13064 | # So? What about this header? | 15551 | # So? What about this header? |
| 13065 | case $ac_header_compiler:$ac_header_preproc in | 15552 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
| 13066 | yes:no ) | 15553 | yes:no: ) |
| 13067 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 15554 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 13068 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 15555 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 13069 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 15556 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
| 13070 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 15557 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} |
| 13071 | no:yes ) | 15558 | ac_header_preproc=yes |
| 15559 | ;; | ||
| 15560 | no:yes:* ) | ||
| 13072 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 15561 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| 13073 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 15562 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| 13074 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 15563 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| 13075 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 15564 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| 15565 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | ||
| 15566 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | ||
| 15567 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | ||
| 15568 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 13076 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 15569 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 13077 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 15570 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
| 15571 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 | ||
| 15572 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | ||
| 15573 | ( | ||
| 15574 | cat <<\_ASBOX | ||
| 15575 | ## ------------------------------------------ ## | ||
| 15576 | ## Report this to the AC_PACKAGE_NAME lists. ## | ||
| 15577 | ## ------------------------------------------ ## | ||
| 15578 | _ASBOX | ||
| 15579 | ) | | ||
| 15580 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 15581 | ;; | ||
| 13078 | esac | 15582 | esac |
| 13079 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | 15583 | echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 13080 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | 15584 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
| 13081 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | 15585 | if eval "test \"\${$as_ac_Header+set}\" = set"; then |
| 13082 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 15586 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 13083 | else | 15587 | else |
| 13084 | eval "$as_ac_Header=$ac_header_preproc" | 15588 | eval "$as_ac_Header=\$ac_header_preproc" |
| 13085 | fi | 15589 | fi |
| 13086 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | 15590 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
| 13087 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | 15591 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
| @@ -13115,18 +15619,31 @@ else | |||
| 13115 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 15619 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
| 13116 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 15620 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 13117 | cat >conftest.$ac_ext <<_ACEOF | 15621 | cat >conftest.$ac_ext <<_ACEOF |
| 13118 | #line $LINENO "configure" | 15622 | /* confdefs.h. */ |
| 13119 | #include "confdefs.h" | 15623 | _ACEOF |
| 15624 | cat confdefs.h >>conftest.$ac_ext | ||
| 15625 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 15626 | /* end confdefs.h. */ | ||
| 13120 | $ac_includes_default | 15627 | $ac_includes_default |
| 13121 | #include <$ac_header> | 15628 | #include <$ac_header> |
| 13122 | _ACEOF | 15629 | _ACEOF |
| 13123 | rm -f conftest.$ac_objext | 15630 | rm -f conftest.$ac_objext |
| 13124 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 15631 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 13125 | (eval $ac_compile) 2>&5 | 15632 | (eval $ac_compile) 2>conftest.er1 |
| 13126 | ac_status=$? | 15633 | ac_status=$? |
| 15634 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 15635 | rm -f conftest.er1 | ||
| 15636 | cat conftest.err >&5 | ||
| 13127 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 15637 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 13128 | (exit $ac_status); } && | 15638 | (exit $ac_status); } && |
| 13129 | { ac_try='test -s conftest.$ac_objext' | 15639 | { ac_try='test -z "$ac_c_werror_flag" |
| 15640 | || test ! -s conftest.err' | ||
| 15641 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 15642 | (eval $ac_try) 2>&5 | ||
| 15643 | ac_status=$? | ||
| 15644 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 15645 | (exit $ac_status); }; } && | ||
| 15646 | { ac_try='test -s conftest.$ac_objext' | ||
| 13130 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 15647 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 13131 | (eval $ac_try) 2>&5 | 15648 | (eval $ac_try) 2>&5 |
| 13132 | ac_status=$? | 15649 | ac_status=$? |
| @@ -13135,10 +15652,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 13135 | ac_header_compiler=yes | 15652 | ac_header_compiler=yes |
| 13136 | else | 15653 | else |
| 13137 | echo "$as_me: failed program was:" >&5 | 15654 | echo "$as_me: failed program was:" >&5 |
| 13138 | cat conftest.$ac_ext >&5 | 15655 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 15656 | |||
| 13139 | ac_header_compiler=no | 15657 | ac_header_compiler=no |
| 13140 | fi | 15658 | fi |
| 13141 | rm -f conftest.$ac_objext conftest.$ac_ext | 15659 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 13142 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 15660 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 13143 | echo "${ECHO_T}$ac_header_compiler" >&6 | 15661 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 13144 | 15662 | ||
| @@ -13146,8 +15664,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 13146 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 15664 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
| 13147 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 15665 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 13148 | cat >conftest.$ac_ext <<_ACEOF | 15666 | cat >conftest.$ac_ext <<_ACEOF |
| 13149 | #line $LINENO "configure" | 15667 | /* confdefs.h. */ |
| 13150 | #include "confdefs.h" | 15668 | _ACEOF |
| 15669 | cat confdefs.h >>conftest.$ac_ext | ||
| 15670 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 15671 | /* end confdefs.h. */ | ||
| 13151 | #include <$ac_header> | 15672 | #include <$ac_header> |
| 13152 | _ACEOF | 15673 | _ACEOF |
| 13153 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 15674 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| @@ -13160,6 +15681,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 13160 | (exit $ac_status); } >/dev/null; then | 15681 | (exit $ac_status); } >/dev/null; then |
| 13161 | if test -s conftest.err; then | 15682 | if test -s conftest.err; then |
| 13162 | ac_cpp_err=$ac_c_preproc_warn_flag | 15683 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 15684 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 13163 | else | 15685 | else |
| 13164 | ac_cpp_err= | 15686 | ac_cpp_err= |
| 13165 | fi | 15687 | fi |
| @@ -13170,7 +15692,8 @@ if test -z "$ac_cpp_err"; then | |||
| 13170 | ac_header_preproc=yes | 15692 | ac_header_preproc=yes |
| 13171 | else | 15693 | else |
| 13172 | echo "$as_me: failed program was:" >&5 | 15694 | echo "$as_me: failed program was:" >&5 |
| 13173 | cat conftest.$ac_ext >&5 | 15695 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 15696 | |||
| 13174 | ac_header_preproc=no | 15697 | ac_header_preproc=no |
| 13175 | fi | 15698 | fi |
| 13176 | rm -f conftest.err conftest.$ac_ext | 15699 | rm -f conftest.err conftest.$ac_ext |
| @@ -13178,26 +15701,43 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 13178 | echo "${ECHO_T}$ac_header_preproc" >&6 | 15701 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 13179 | 15702 | ||
| 13180 | # So? What about this header? | 15703 | # So? What about this header? |
| 13181 | case $ac_header_compiler:$ac_header_preproc in | 15704 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
| 13182 | yes:no ) | 15705 | yes:no: ) |
| 13183 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 15706 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 13184 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 15707 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 13185 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 15708 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
| 13186 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 15709 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} |
| 13187 | no:yes ) | 15710 | ac_header_preproc=yes |
| 15711 | ;; | ||
| 15712 | no:yes:* ) | ||
| 13188 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 15713 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| 13189 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 15714 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| 13190 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 15715 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| 13191 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 15716 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| 15717 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | ||
| 15718 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | ||
| 15719 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | ||
| 15720 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 13192 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 15721 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 13193 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 15722 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
| 15723 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 | ||
| 15724 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | ||
| 15725 | ( | ||
| 15726 | cat <<\_ASBOX | ||
| 15727 | ## ------------------------------------------ ## | ||
| 15728 | ## Report this to the AC_PACKAGE_NAME lists. ## | ||
| 15729 | ## ------------------------------------------ ## | ||
| 15730 | _ASBOX | ||
| 15731 | ) | | ||
| 15732 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 15733 | ;; | ||
| 13194 | esac | 15734 | esac |
| 13195 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | 15735 | echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 13196 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | 15736 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
| 13197 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | 15737 | if eval "test \"\${$as_ac_Header+set}\" = set"; then |
| 13198 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 15738 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 13199 | else | 15739 | else |
| 13200 | eval "$as_ac_Header=$ac_header_preproc" | 15740 | eval "$as_ac_Header=\$ac_header_preproc" |
| 13201 | fi | 15741 | fi |
| 13202 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | 15742 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
| 13203 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | 15743 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
| @@ -13213,8 +15753,11 @@ if test "${ac_cv_member_struct_nlist_n_un_n_name+set}" = set; then | |||
| 13213 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 15753 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 13214 | else | 15754 | else |
| 13215 | cat >conftest.$ac_ext <<_ACEOF | 15755 | cat >conftest.$ac_ext <<_ACEOF |
| 13216 | #line $LINENO "configure" | 15756 | /* confdefs.h. */ |
| 13217 | #include "confdefs.h" | 15757 | _ACEOF |
| 15758 | cat confdefs.h >>conftest.$ac_ext | ||
| 15759 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 15760 | /* end confdefs.h. */ | ||
| 13218 | #include <nlist.h> | 15761 | #include <nlist.h> |
| 13219 | 15762 | ||
| 13220 | int | 15763 | int |
| @@ -13229,11 +15772,21 @@ return 0; | |||
| 13229 | _ACEOF | 15772 | _ACEOF |
| 13230 | rm -f conftest.$ac_objext | 15773 | rm -f conftest.$ac_objext |
| 13231 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 15774 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 13232 | (eval $ac_compile) 2>&5 | 15775 | (eval $ac_compile) 2>conftest.er1 |
| 13233 | ac_status=$? | 15776 | ac_status=$? |
| 15777 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 15778 | rm -f conftest.er1 | ||
| 15779 | cat conftest.err >&5 | ||
| 13234 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 15780 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 13235 | (exit $ac_status); } && | 15781 | (exit $ac_status); } && |
| 13236 | { ac_try='test -s conftest.$ac_objext' | 15782 | { ac_try='test -z "$ac_c_werror_flag" |
| 15783 | || test ! -s conftest.err' | ||
| 15784 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 15785 | (eval $ac_try) 2>&5 | ||
| 15786 | ac_status=$? | ||
| 15787 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 15788 | (exit $ac_status); }; } && | ||
| 15789 | { ac_try='test -s conftest.$ac_objext' | ||
| 13237 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 15790 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 13238 | (eval $ac_try) 2>&5 | 15791 | (eval $ac_try) 2>&5 |
| 13239 | ac_status=$? | 15792 | ac_status=$? |
| @@ -13242,10 +15795,14 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 13242 | ac_cv_member_struct_nlist_n_un_n_name=yes | 15795 | ac_cv_member_struct_nlist_n_un_n_name=yes |
| 13243 | else | 15796 | else |
| 13244 | echo "$as_me: failed program was:" >&5 | 15797 | echo "$as_me: failed program was:" >&5 |
| 13245 | cat conftest.$ac_ext >&5 | 15798 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 15799 | |||
| 13246 | cat >conftest.$ac_ext <<_ACEOF | 15800 | cat >conftest.$ac_ext <<_ACEOF |
| 13247 | #line $LINENO "configure" | 15801 | /* confdefs.h. */ |
| 13248 | #include "confdefs.h" | 15802 | _ACEOF |
| 15803 | cat confdefs.h >>conftest.$ac_ext | ||
| 15804 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 15805 | /* end confdefs.h. */ | ||
| 13249 | #include <nlist.h> | 15806 | #include <nlist.h> |
| 13250 | 15807 | ||
| 13251 | int | 15808 | int |
| @@ -13260,11 +15817,21 @@ return 0; | |||
| 13260 | _ACEOF | 15817 | _ACEOF |
| 13261 | rm -f conftest.$ac_objext | 15818 | rm -f conftest.$ac_objext |
| 13262 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 15819 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 13263 | (eval $ac_compile) 2>&5 | 15820 | (eval $ac_compile) 2>conftest.er1 |
| 13264 | ac_status=$? | 15821 | ac_status=$? |
| 15822 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 15823 | rm -f conftest.er1 | ||
| 15824 | cat conftest.err >&5 | ||
| 13265 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 15825 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 13266 | (exit $ac_status); } && | 15826 | (exit $ac_status); } && |
| 13267 | { ac_try='test -s conftest.$ac_objext' | 15827 | { ac_try='test -z "$ac_c_werror_flag" |
| 15828 | || test ! -s conftest.err' | ||
| 15829 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 15830 | (eval $ac_try) 2>&5 | ||
| 15831 | ac_status=$? | ||
| 15832 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 15833 | (exit $ac_status); }; } && | ||
| 15834 | { ac_try='test -s conftest.$ac_objext' | ||
| 13268 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 15835 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 13269 | (eval $ac_try) 2>&5 | 15836 | (eval $ac_try) 2>&5 |
| 13270 | ac_status=$? | 15837 | ac_status=$? |
| @@ -13273,12 +15840,13 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 13273 | ac_cv_member_struct_nlist_n_un_n_name=yes | 15840 | ac_cv_member_struct_nlist_n_un_n_name=yes |
| 13274 | else | 15841 | else |
| 13275 | echo "$as_me: failed program was:" >&5 | 15842 | echo "$as_me: failed program was:" >&5 |
| 13276 | cat conftest.$ac_ext >&5 | 15843 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 15844 | |||
| 13277 | ac_cv_member_struct_nlist_n_un_n_name=no | 15845 | ac_cv_member_struct_nlist_n_un_n_name=no |
| 13278 | fi | 15846 | fi |
| 13279 | rm -f conftest.$ac_objext conftest.$ac_ext | 15847 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 13280 | fi | 15848 | fi |
| 13281 | rm -f conftest.$ac_objext conftest.$ac_ext | 15849 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 13282 | fi | 15850 | fi |
| 13283 | echo "$as_me:$LINENO: result: $ac_cv_member_struct_nlist_n_un_n_name" >&5 | 15851 | echo "$as_me:$LINENO: result: $ac_cv_member_struct_nlist_n_un_n_name" >&5 |
| 13284 | echo "${ECHO_T}$ac_cv_member_struct_nlist_n_un_n_name" >&6 | 15852 | echo "${ECHO_T}$ac_cv_member_struct_nlist_n_un_n_name" >&6 |
| @@ -13311,8 +15879,11 @@ if test "${ac_cv_func_getloadavg_setgid+set}" = set; then | |||
| 13311 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 15879 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 13312 | else | 15880 | else |
| 13313 | cat >conftest.$ac_ext <<_ACEOF | 15881 | cat >conftest.$ac_ext <<_ACEOF |
| 13314 | #line $LINENO "configure" | 15882 | /* confdefs.h. */ |
| 13315 | #include "confdefs.h" | 15883 | _ACEOF |
| 15884 | cat confdefs.h >>conftest.$ac_ext | ||
| 15885 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 15886 | /* end confdefs.h. */ | ||
| 13316 | #include "$srcdir/$ac_config_libobj_dir/getloadavg.c" | 15887 | #include "$srcdir/$ac_config_libobj_dir/getloadavg.c" |
| 13317 | #ifdef LDAV_PRIVILEGED | 15888 | #ifdef LDAV_PRIVILEGED |
| 13318 | Yowza Am I SETGID yet | 15889 | Yowza Am I SETGID yet |
| @@ -13351,7 +15922,7 @@ else | |||
| 13351 | # If we got an error (system does not support symlinks), try without -L. | 15922 | # If we got an error (system does not support symlinks), try without -L. |
| 13352 | test -z "$ac_ls_output" && ac_ls_output=`ls -lg /dev/kmem` | 15923 | test -z "$ac_ls_output" && ac_ls_output=`ls -lg /dev/kmem` |
| 13353 | ac_cv_group_kmem=`echo $ac_ls_output \ | 15924 | ac_cv_group_kmem=`echo $ac_ls_output \ |
| 13354 | | sed -ne 's/[ ][ ]*/ /g; | 15925 | | sed -ne 's/[ ][ ]*/ /g; |
| 13355 | s/^.[sSrwx-]* *[0-9]* *\([^0-9]*\) *.*/\1/; | 15926 | s/^.[sSrwx-]* *[0-9]* *\([^0-9]*\) *.*/\1/; |
| 13356 | / /s/.* //;p;'` | 15927 | / /s/.* //;p;'` |
| 13357 | 15928 | ||
| @@ -13377,8 +15948,11 @@ else | |||
| 13377 | while :; do | 15948 | while :; do |
| 13378 | ac_cv_sys_largefile_source=no | 15949 | ac_cv_sys_largefile_source=no |
| 13379 | cat >conftest.$ac_ext <<_ACEOF | 15950 | cat >conftest.$ac_ext <<_ACEOF |
| 13380 | #line $LINENO "configure" | 15951 | /* confdefs.h. */ |
| 13381 | #include "confdefs.h" | 15952 | _ACEOF |
| 15953 | cat confdefs.h >>conftest.$ac_ext | ||
| 15954 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 15955 | /* end confdefs.h. */ | ||
| 13382 | #include <stdio.h> | 15956 | #include <stdio.h> |
| 13383 | int | 15957 | int |
| 13384 | main () | 15958 | main () |
| @@ -13390,11 +15964,21 @@ return !fseeko; | |||
| 13390 | _ACEOF | 15964 | _ACEOF |
| 13391 | rm -f conftest.$ac_objext | 15965 | rm -f conftest.$ac_objext |
| 13392 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 15966 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 13393 | (eval $ac_compile) 2>&5 | 15967 | (eval $ac_compile) 2>conftest.er1 |
| 13394 | ac_status=$? | 15968 | ac_status=$? |
| 15969 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 15970 | rm -f conftest.er1 | ||
| 15971 | cat conftest.err >&5 | ||
| 13395 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 15972 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 13396 | (exit $ac_status); } && | 15973 | (exit $ac_status); } && |
| 13397 | { ac_try='test -s conftest.$ac_objext' | 15974 | { ac_try='test -z "$ac_c_werror_flag" |
| 15975 | || test ! -s conftest.err' | ||
| 15976 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 15977 | (eval $ac_try) 2>&5 | ||
| 15978 | ac_status=$? | ||
| 15979 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 15980 | (exit $ac_status); }; } && | ||
| 15981 | { ac_try='test -s conftest.$ac_objext' | ||
| 13398 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 15982 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 13399 | (eval $ac_try) 2>&5 | 15983 | (eval $ac_try) 2>&5 |
| 13400 | ac_status=$? | 15984 | ac_status=$? |
| @@ -13403,12 +15987,16 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 13403 | break | 15987 | break |
| 13404 | else | 15988 | else |
| 13405 | echo "$as_me: failed program was:" >&5 | 15989 | echo "$as_me: failed program was:" >&5 |
| 13406 | cat conftest.$ac_ext >&5 | 15990 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 15991 | |||
| 13407 | fi | 15992 | fi |
| 13408 | rm -f conftest.$ac_objext conftest.$ac_ext | 15993 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 13409 | cat >conftest.$ac_ext <<_ACEOF | 15994 | cat >conftest.$ac_ext <<_ACEOF |
| 13410 | #line $LINENO "configure" | 15995 | /* confdefs.h. */ |
| 13411 | #include "confdefs.h" | 15996 | _ACEOF |
| 15997 | cat confdefs.h >>conftest.$ac_ext | ||
| 15998 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 15999 | /* end confdefs.h. */ | ||
| 13412 | #define _LARGEFILE_SOURCE 1 | 16000 | #define _LARGEFILE_SOURCE 1 |
| 13413 | #include <stdio.h> | 16001 | #include <stdio.h> |
| 13414 | int | 16002 | int |
| @@ -13421,11 +16009,21 @@ return !fseeko; | |||
| 13421 | _ACEOF | 16009 | _ACEOF |
| 13422 | rm -f conftest.$ac_objext | 16010 | rm -f conftest.$ac_objext |
| 13423 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 16011 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 13424 | (eval $ac_compile) 2>&5 | 16012 | (eval $ac_compile) 2>conftest.er1 |
| 13425 | ac_status=$? | 16013 | ac_status=$? |
| 16014 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 16015 | rm -f conftest.er1 | ||
| 16016 | cat conftest.err >&5 | ||
| 13426 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16017 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 13427 | (exit $ac_status); } && | 16018 | (exit $ac_status); } && |
| 13428 | { ac_try='test -s conftest.$ac_objext' | 16019 | { ac_try='test -z "$ac_c_werror_flag" |
| 16020 | || test ! -s conftest.err' | ||
| 16021 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 16022 | (eval $ac_try) 2>&5 | ||
| 16023 | ac_status=$? | ||
| 16024 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 16025 | (exit $ac_status); }; } && | ||
| 16026 | { ac_try='test -s conftest.$ac_objext' | ||
| 13429 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 16027 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 13430 | (eval $ac_try) 2>&5 | 16028 | (eval $ac_try) 2>&5 |
| 13431 | ac_status=$? | 16029 | ac_status=$? |
| @@ -13434,9 +16032,10 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 13434 | ac_cv_sys_largefile_source=1; break | 16032 | ac_cv_sys_largefile_source=1; break |
| 13435 | else | 16033 | else |
| 13436 | echo "$as_me: failed program was:" >&5 | 16034 | echo "$as_me: failed program was:" >&5 |
| 13437 | cat conftest.$ac_ext >&5 | 16035 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 16036 | |||
| 13438 | fi | 16037 | fi |
| 13439 | rm -f conftest.$ac_objext conftest.$ac_ext | 16038 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 13440 | break | 16039 | break |
| 13441 | done | 16040 | done |
| 13442 | fi | 16041 | fi |
| @@ -13460,8 +16059,11 @@ if test "${ac_cv_func_fseeko+set}" = set; then | |||
| 13460 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 16059 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 13461 | else | 16060 | else |
| 13462 | cat >conftest.$ac_ext <<_ACEOF | 16061 | cat >conftest.$ac_ext <<_ACEOF |
| 13463 | #line $LINENO "configure" | 16062 | /* confdefs.h. */ |
| 13464 | #include "confdefs.h" | 16063 | _ACEOF |
| 16064 | cat confdefs.h >>conftest.$ac_ext | ||
| 16065 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 16066 | /* end confdefs.h. */ | ||
| 13465 | #include <stdio.h> | 16067 | #include <stdio.h> |
| 13466 | int | 16068 | int |
| 13467 | main () | 16069 | main () |
| @@ -13473,11 +16075,21 @@ return fseeko && fseeko (stdin, 0, 0); | |||
| 13473 | _ACEOF | 16075 | _ACEOF |
| 13474 | rm -f conftest.$ac_objext conftest$ac_exeext | 16076 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 13475 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 16077 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 13476 | (eval $ac_link) 2>&5 | 16078 | (eval $ac_link) 2>conftest.er1 |
| 13477 | ac_status=$? | 16079 | ac_status=$? |
| 16080 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 16081 | rm -f conftest.er1 | ||
| 16082 | cat conftest.err >&5 | ||
| 13478 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16083 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 13479 | (exit $ac_status); } && | 16084 | (exit $ac_status); } && |
| 13480 | { ac_try='test -s conftest$ac_exeext' | 16085 | { ac_try='test -z "$ac_c_werror_flag" |
| 16086 | || test ! -s conftest.err' | ||
| 16087 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 16088 | (eval $ac_try) 2>&5 | ||
| 16089 | ac_status=$? | ||
| 16090 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 16091 | (exit $ac_status); }; } && | ||
| 16092 | { ac_try='test -s conftest$ac_exeext' | ||
| 13481 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 16093 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 13482 | (eval $ac_try) 2>&5 | 16094 | (eval $ac_try) 2>&5 |
| 13483 | ac_status=$? | 16095 | ac_status=$? |
| @@ -13486,10 +16098,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 13486 | ac_cv_func_fseeko=yes | 16098 | ac_cv_func_fseeko=yes |
| 13487 | else | 16099 | else |
| 13488 | echo "$as_me: failed program was:" >&5 | 16100 | echo "$as_me: failed program was:" >&5 |
| 13489 | cat conftest.$ac_ext >&5 | 16101 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 16102 | |||
| 13490 | ac_cv_func_fseeko=no | 16103 | ac_cv_func_fseeko=no |
| 13491 | fi | 16104 | fi |
| 13492 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 16105 | rm -f conftest.err conftest.$ac_objext \ |
| 16106 | conftest$ac_exeext conftest.$ac_ext | ||
| 13493 | fi | 16107 | fi |
| 13494 | echo "$as_me:$LINENO: result: $ac_cv_func_fseeko" >&5 | 16108 | echo "$as_me:$LINENO: result: $ac_cv_func_fseeko" >&5 |
| 13495 | echo "${ECHO_T}$ac_cv_func_fseeko" >&6 | 16109 | echo "${ECHO_T}$ac_cv_func_fseeko" >&6 |
| @@ -13509,8 +16123,11 @@ if test "${ac_cv_func_getpgrp_void+set}" = set; then | |||
| 13509 | else | 16123 | else |
| 13510 | # Use it with a single arg. | 16124 | # Use it with a single arg. |
| 13511 | cat >conftest.$ac_ext <<_ACEOF | 16125 | cat >conftest.$ac_ext <<_ACEOF |
| 13512 | #line $LINENO "configure" | 16126 | /* confdefs.h. */ |
| 13513 | #include "confdefs.h" | 16127 | _ACEOF |
| 16128 | cat confdefs.h >>conftest.$ac_ext | ||
| 16129 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 16130 | /* end confdefs.h. */ | ||
| 13514 | $ac_includes_default | 16131 | $ac_includes_default |
| 13515 | int | 16132 | int |
| 13516 | main () | 16133 | main () |
| @@ -13522,11 +16139,21 @@ getpgrp (0); | |||
| 13522 | _ACEOF | 16139 | _ACEOF |
| 13523 | rm -f conftest.$ac_objext | 16140 | rm -f conftest.$ac_objext |
| 13524 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 16141 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 13525 | (eval $ac_compile) 2>&5 | 16142 | (eval $ac_compile) 2>conftest.er1 |
| 13526 | ac_status=$? | 16143 | ac_status=$? |
| 16144 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 16145 | rm -f conftest.er1 | ||
| 16146 | cat conftest.err >&5 | ||
| 13527 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16147 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 13528 | (exit $ac_status); } && | 16148 | (exit $ac_status); } && |
| 13529 | { ac_try='test -s conftest.$ac_objext' | 16149 | { ac_try='test -z "$ac_c_werror_flag" |
| 16150 | || test ! -s conftest.err' | ||
| 16151 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 16152 | (eval $ac_try) 2>&5 | ||
| 16153 | ac_status=$? | ||
| 16154 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 16155 | (exit $ac_status); }; } && | ||
| 16156 | { ac_try='test -s conftest.$ac_objext' | ||
| 13530 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 16157 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 13531 | (eval $ac_try) 2>&5 | 16158 | (eval $ac_try) 2>&5 |
| 13532 | ac_status=$? | 16159 | ac_status=$? |
| @@ -13535,10 +16162,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 13535 | ac_cv_func_getpgrp_void=no | 16162 | ac_cv_func_getpgrp_void=no |
| 13536 | else | 16163 | else |
| 13537 | echo "$as_me: failed program was:" >&5 | 16164 | echo "$as_me: failed program was:" >&5 |
| 13538 | cat conftest.$ac_ext >&5 | 16165 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 16166 | |||
| 13539 | ac_cv_func_getpgrp_void=yes | 16167 | ac_cv_func_getpgrp_void=yes |
| 13540 | fi | 16168 | fi |
| 13541 | rm -f conftest.$ac_objext conftest.$ac_ext | 16169 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 13542 | 16170 | ||
| 13543 | fi | 16171 | fi |
| 13544 | echo "$as_me:$LINENO: result: $ac_cv_func_getpgrp_void" >&5 | 16172 | echo "$as_me:$LINENO: result: $ac_cv_func_getpgrp_void" >&5 |
| @@ -13562,43 +16190,73 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then | |||
| 13562 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 16190 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 13563 | else | 16191 | else |
| 13564 | cat >conftest.$ac_ext <<_ACEOF | 16192 | cat >conftest.$ac_ext <<_ACEOF |
| 13565 | #line $LINENO "configure" | 16193 | /* confdefs.h. */ |
| 13566 | #include "confdefs.h" | 16194 | _ACEOF |
| 16195 | cat confdefs.h >>conftest.$ac_ext | ||
| 16196 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 16197 | /* end confdefs.h. */ | ||
| 16198 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. | ||
| 16199 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | ||
| 16200 | #define $ac_func innocuous_$ac_func | ||
| 16201 | |||
| 13567 | /* System header to define __stub macros and hopefully few prototypes, | 16202 | /* System header to define __stub macros and hopefully few prototypes, |
| 13568 | which can conflict with char $ac_func (); below. */ | 16203 | which can conflict with char $ac_func (); below. |
| 13569 | #include <assert.h> | 16204 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 16205 | <limits.h> exists even on freestanding compilers. */ | ||
| 16206 | |||
| 16207 | #ifdef __STDC__ | ||
| 16208 | # include <limits.h> | ||
| 16209 | #else | ||
| 16210 | # include <assert.h> | ||
| 16211 | #endif | ||
| 16212 | |||
| 16213 | #undef $ac_func | ||
| 16214 | |||
| 13570 | /* Override any gcc2 internal prototype to avoid an error. */ | 16215 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 13571 | #ifdef __cplusplus | 16216 | #ifdef __cplusplus |
| 13572 | extern "C" | 16217 | extern "C" |
| 16218 | { | ||
| 13573 | #endif | 16219 | #endif |
| 13574 | /* We use char because int might match the return type of a gcc2 | 16220 | /* We use char because int might match the return type of a gcc2 |
| 13575 | builtin and then its argument prototype would still apply. */ | 16221 | builtin and then its argument prototype would still apply. */ |
| 13576 | char $ac_func (); | 16222 | char $ac_func (); |
| 13577 | char (*f) (); | ||
| 13578 | |||
| 13579 | int | ||
| 13580 | main () | ||
| 13581 | { | ||
| 13582 | /* The GNU C library defines this for functions which it implements | 16223 | /* The GNU C library defines this for functions which it implements |
| 13583 | to always fail with ENOSYS. Some functions are actually named | 16224 | to always fail with ENOSYS. Some functions are actually named |
| 13584 | something starting with __ and the normal name is an alias. */ | 16225 | something starting with __ and the normal name is an alias. */ |
| 13585 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | 16226 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) |
| 13586 | choke me | 16227 | choke me |
| 13587 | #else | 16228 | #else |
| 13588 | f = $ac_func; | 16229 | char (*f) () = $ac_func; |
| 16230 | #endif | ||
| 16231 | #ifdef __cplusplus | ||
| 16232 | } | ||
| 13589 | #endif | 16233 | #endif |
| 13590 | 16234 | ||
| 16235 | int | ||
| 16236 | main () | ||
| 16237 | { | ||
| 16238 | return f != $ac_func; | ||
| 13591 | ; | 16239 | ; |
| 13592 | return 0; | 16240 | return 0; |
| 13593 | } | 16241 | } |
| 13594 | _ACEOF | 16242 | _ACEOF |
| 13595 | rm -f conftest.$ac_objext conftest$ac_exeext | 16243 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 13596 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 16244 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 13597 | (eval $ac_link) 2>&5 | 16245 | (eval $ac_link) 2>conftest.er1 |
| 13598 | ac_status=$? | 16246 | ac_status=$? |
| 16247 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 16248 | rm -f conftest.er1 | ||
| 16249 | cat conftest.err >&5 | ||
| 13599 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16250 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 13600 | (exit $ac_status); } && | 16251 | (exit $ac_status); } && |
| 13601 | { ac_try='test -s conftest$ac_exeext' | 16252 | { ac_try='test -z "$ac_c_werror_flag" |
| 16253 | || test ! -s conftest.err' | ||
| 16254 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 16255 | (eval $ac_try) 2>&5 | ||
| 16256 | ac_status=$? | ||
| 16257 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 16258 | (exit $ac_status); }; } && | ||
| 16259 | { ac_try='test -s conftest$ac_exeext' | ||
| 13602 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 16260 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 13603 | (eval $ac_try) 2>&5 | 16261 | (eval $ac_try) 2>&5 |
| 13604 | ac_status=$? | 16262 | ac_status=$? |
| @@ -13607,10 +16265,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 13607 | eval "$as_ac_var=yes" | 16265 | eval "$as_ac_var=yes" |
| 13608 | else | 16266 | else |
| 13609 | echo "$as_me: failed program was:" >&5 | 16267 | echo "$as_me: failed program was:" >&5 |
| 13610 | cat conftest.$ac_ext >&5 | 16268 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 16269 | |||
| 13611 | eval "$as_ac_var=no" | 16270 | eval "$as_ac_var=no" |
| 13612 | fi | 16271 | fi |
| 13613 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 16272 | rm -f conftest.err conftest.$ac_objext \ |
| 16273 | conftest$ac_exeext conftest.$ac_ext | ||
| 13614 | fi | 16274 | fi |
| 13615 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | 16275 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 |
| 13616 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | 16276 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
| @@ -13629,8 +16289,11 @@ else | |||
| 13629 | ac_check_lib_save_LIBS=$LIBS | 16289 | ac_check_lib_save_LIBS=$LIBS |
| 13630 | LIBS="-lintl $LIBS" | 16290 | LIBS="-lintl $LIBS" |
| 13631 | cat >conftest.$ac_ext <<_ACEOF | 16291 | cat >conftest.$ac_ext <<_ACEOF |
| 13632 | #line $LINENO "configure" | 16292 | /* confdefs.h. */ |
| 13633 | #include "confdefs.h" | 16293 | _ACEOF |
| 16294 | cat confdefs.h >>conftest.$ac_ext | ||
| 16295 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 16296 | /* end confdefs.h. */ | ||
| 13634 | 16297 | ||
| 13635 | /* Override any gcc2 internal prototype to avoid an error. */ | 16298 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 13636 | #ifdef __cplusplus | 16299 | #ifdef __cplusplus |
| @@ -13649,11 +16312,21 @@ strftime (); | |||
| 13649 | _ACEOF | 16312 | _ACEOF |
| 13650 | rm -f conftest.$ac_objext conftest$ac_exeext | 16313 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 13651 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 16314 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 13652 | (eval $ac_link) 2>&5 | 16315 | (eval $ac_link) 2>conftest.er1 |
| 13653 | ac_status=$? | 16316 | ac_status=$? |
| 16317 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 16318 | rm -f conftest.er1 | ||
| 16319 | cat conftest.err >&5 | ||
| 13654 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16320 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 13655 | (exit $ac_status); } && | 16321 | (exit $ac_status); } && |
| 13656 | { ac_try='test -s conftest$ac_exeext' | 16322 | { ac_try='test -z "$ac_c_werror_flag" |
| 16323 | || test ! -s conftest.err' | ||
| 16324 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 16325 | (eval $ac_try) 2>&5 | ||
| 16326 | ac_status=$? | ||
| 16327 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 16328 | (exit $ac_status); }; } && | ||
| 16329 | { ac_try='test -s conftest$ac_exeext' | ||
| 13657 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 16330 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 13658 | (eval $ac_try) 2>&5 | 16331 | (eval $ac_try) 2>&5 |
| 13659 | ac_status=$? | 16332 | ac_status=$? |
| @@ -13662,10 +16335,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 13662 | ac_cv_lib_intl_strftime=yes | 16335 | ac_cv_lib_intl_strftime=yes |
| 13663 | else | 16336 | else |
| 13664 | echo "$as_me: failed program was:" >&5 | 16337 | echo "$as_me: failed program was:" >&5 |
| 13665 | cat conftest.$ac_ext >&5 | 16338 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 16339 | |||
| 13666 | ac_cv_lib_intl_strftime=no | 16340 | ac_cv_lib_intl_strftime=no |
| 13667 | fi | 16341 | fi |
| 13668 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 16342 | rm -f conftest.err conftest.$ac_objext \ |
| 16343 | conftest$ac_exeext conftest.$ac_ext | ||
| 13669 | LIBS=$ac_check_lib_save_LIBS | 16344 | LIBS=$ac_check_lib_save_LIBS |
| 13670 | fi | 16345 | fi |
| 13671 | echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5 | 16346 | echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5 |
| @@ -13693,43 +16368,73 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then | |||
| 13693 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 16368 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 13694 | else | 16369 | else |
| 13695 | cat >conftest.$ac_ext <<_ACEOF | 16370 | cat >conftest.$ac_ext <<_ACEOF |
| 13696 | #line $LINENO "configure" | 16371 | /* confdefs.h. */ |
| 13697 | #include "confdefs.h" | 16372 | _ACEOF |
| 16373 | cat confdefs.h >>conftest.$ac_ext | ||
| 16374 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 16375 | /* end confdefs.h. */ | ||
| 16376 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. | ||
| 16377 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | ||
| 16378 | #define $ac_func innocuous_$ac_func | ||
| 16379 | |||
| 13698 | /* System header to define __stub macros and hopefully few prototypes, | 16380 | /* System header to define __stub macros and hopefully few prototypes, |
| 13699 | which can conflict with char $ac_func (); below. */ | 16381 | which can conflict with char $ac_func (); below. |
| 13700 | #include <assert.h> | 16382 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 16383 | <limits.h> exists even on freestanding compilers. */ | ||
| 16384 | |||
| 16385 | #ifdef __STDC__ | ||
| 16386 | # include <limits.h> | ||
| 16387 | #else | ||
| 16388 | # include <assert.h> | ||
| 16389 | #endif | ||
| 16390 | |||
| 16391 | #undef $ac_func | ||
| 16392 | |||
| 13701 | /* Override any gcc2 internal prototype to avoid an error. */ | 16393 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 13702 | #ifdef __cplusplus | 16394 | #ifdef __cplusplus |
| 13703 | extern "C" | 16395 | extern "C" |
| 16396 | { | ||
| 13704 | #endif | 16397 | #endif |
| 13705 | /* We use char because int might match the return type of a gcc2 | 16398 | /* We use char because int might match the return type of a gcc2 |
| 13706 | builtin and then its argument prototype would still apply. */ | 16399 | builtin and then its argument prototype would still apply. */ |
| 13707 | char $ac_func (); | 16400 | char $ac_func (); |
| 13708 | char (*f) (); | ||
| 13709 | |||
| 13710 | int | ||
| 13711 | main () | ||
| 13712 | { | ||
| 13713 | /* The GNU C library defines this for functions which it implements | 16401 | /* The GNU C library defines this for functions which it implements |
| 13714 | to always fail with ENOSYS. Some functions are actually named | 16402 | to always fail with ENOSYS. Some functions are actually named |
| 13715 | something starting with __ and the normal name is an alias. */ | 16403 | something starting with __ and the normal name is an alias. */ |
| 13716 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | 16404 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) |
| 13717 | choke me | 16405 | choke me |
| 13718 | #else | 16406 | #else |
| 13719 | f = $ac_func; | 16407 | char (*f) () = $ac_func; |
| 16408 | #endif | ||
| 16409 | #ifdef __cplusplus | ||
| 16410 | } | ||
| 13720 | #endif | 16411 | #endif |
| 13721 | 16412 | ||
| 16413 | int | ||
| 16414 | main () | ||
| 16415 | { | ||
| 16416 | return f != $ac_func; | ||
| 13722 | ; | 16417 | ; |
| 13723 | return 0; | 16418 | return 0; |
| 13724 | } | 16419 | } |
| 13725 | _ACEOF | 16420 | _ACEOF |
| 13726 | rm -f conftest.$ac_objext conftest$ac_exeext | 16421 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 13727 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 16422 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 13728 | (eval $ac_link) 2>&5 | 16423 | (eval $ac_link) 2>conftest.er1 |
| 13729 | ac_status=$? | 16424 | ac_status=$? |
| 16425 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 16426 | rm -f conftest.er1 | ||
| 16427 | cat conftest.err >&5 | ||
| 13730 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16428 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 13731 | (exit $ac_status); } && | 16429 | (exit $ac_status); } && |
| 13732 | { ac_try='test -s conftest$ac_exeext' | 16430 | { ac_try='test -z "$ac_c_werror_flag" |
| 16431 | || test ! -s conftest.err' | ||
| 16432 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 16433 | (eval $ac_try) 2>&5 | ||
| 16434 | ac_status=$? | ||
| 16435 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 16436 | (exit $ac_status); }; } && | ||
| 16437 | { ac_try='test -s conftest$ac_exeext' | ||
| 13733 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 16438 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 13734 | (eval $ac_try) 2>&5 | 16439 | (eval $ac_try) 2>&5 |
| 13735 | ac_status=$? | 16440 | ac_status=$? |
| @@ -13738,10 +16443,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 13738 | eval "$as_ac_var=yes" | 16443 | eval "$as_ac_var=yes" |
| 13739 | else | 16444 | else |
| 13740 | echo "$as_me: failed program was:" >&5 | 16445 | echo "$as_me: failed program was:" >&5 |
| 13741 | cat conftest.$ac_ext >&5 | 16446 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 16447 | |||
| 13742 | eval "$as_ac_var=no" | 16448 | eval "$as_ac_var=no" |
| 13743 | fi | 16449 | fi |
| 13744 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 16450 | rm -f conftest.err conftest.$ac_objext \ |
| 16451 | conftest$ac_exeext conftest.$ac_ext | ||
| 13745 | fi | 16452 | fi |
| 13746 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | 16453 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 |
| 13747 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | 16454 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
| @@ -13765,43 +16472,73 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then | |||
| 13765 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 16472 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 13766 | else | 16473 | else |
| 13767 | cat >conftest.$ac_ext <<_ACEOF | 16474 | cat >conftest.$ac_ext <<_ACEOF |
| 13768 | #line $LINENO "configure" | 16475 | /* confdefs.h. */ |
| 13769 | #include "confdefs.h" | 16476 | _ACEOF |
| 16477 | cat confdefs.h >>conftest.$ac_ext | ||
| 16478 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 16479 | /* end confdefs.h. */ | ||
| 16480 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. | ||
| 16481 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | ||
| 16482 | #define $ac_func innocuous_$ac_func | ||
| 16483 | |||
| 13770 | /* System header to define __stub macros and hopefully few prototypes, | 16484 | /* System header to define __stub macros and hopefully few prototypes, |
| 13771 | which can conflict with char $ac_func (); below. */ | 16485 | which can conflict with char $ac_func (); below. |
| 13772 | #include <assert.h> | 16486 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 16487 | <limits.h> exists even on freestanding compilers. */ | ||
| 16488 | |||
| 16489 | #ifdef __STDC__ | ||
| 16490 | # include <limits.h> | ||
| 16491 | #else | ||
| 16492 | # include <assert.h> | ||
| 16493 | #endif | ||
| 16494 | |||
| 16495 | #undef $ac_func | ||
| 16496 | |||
| 13773 | /* Override any gcc2 internal prototype to avoid an error. */ | 16497 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 13774 | #ifdef __cplusplus | 16498 | #ifdef __cplusplus |
| 13775 | extern "C" | 16499 | extern "C" |
| 16500 | { | ||
| 13776 | #endif | 16501 | #endif |
| 13777 | /* We use char because int might match the return type of a gcc2 | 16502 | /* We use char because int might match the return type of a gcc2 |
| 13778 | builtin and then its argument prototype would still apply. */ | 16503 | builtin and then its argument prototype would still apply. */ |
| 13779 | char $ac_func (); | 16504 | char $ac_func (); |
| 13780 | char (*f) (); | ||
| 13781 | |||
| 13782 | int | ||
| 13783 | main () | ||
| 13784 | { | ||
| 13785 | /* The GNU C library defines this for functions which it implements | 16505 | /* The GNU C library defines this for functions which it implements |
| 13786 | to always fail with ENOSYS. Some functions are actually named | 16506 | to always fail with ENOSYS. Some functions are actually named |
| 13787 | something starting with __ and the normal name is an alias. */ | 16507 | something starting with __ and the normal name is an alias. */ |
| 13788 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | 16508 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) |
| 13789 | choke me | 16509 | choke me |
| 13790 | #else | 16510 | #else |
| 13791 | f = $ac_func; | 16511 | char (*f) () = $ac_func; |
| 16512 | #endif | ||
| 16513 | #ifdef __cplusplus | ||
| 16514 | } | ||
| 13792 | #endif | 16515 | #endif |
| 13793 | 16516 | ||
| 16517 | int | ||
| 16518 | main () | ||
| 16519 | { | ||
| 16520 | return f != $ac_func; | ||
| 13794 | ; | 16521 | ; |
| 13795 | return 0; | 16522 | return 0; |
| 13796 | } | 16523 | } |
| 13797 | _ACEOF | 16524 | _ACEOF |
| 13798 | rm -f conftest.$ac_objext conftest$ac_exeext | 16525 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 13799 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 16526 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 13800 | (eval $ac_link) 2>&5 | 16527 | (eval $ac_link) 2>conftest.er1 |
| 13801 | ac_status=$? | 16528 | ac_status=$? |
| 16529 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 16530 | rm -f conftest.er1 | ||
| 16531 | cat conftest.err >&5 | ||
| 13802 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16532 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 13803 | (exit $ac_status); } && | 16533 | (exit $ac_status); } && |
| 13804 | { ac_try='test -s conftest$ac_exeext' | 16534 | { ac_try='test -z "$ac_c_werror_flag" |
| 16535 | || test ! -s conftest.err' | ||
| 16536 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 16537 | (eval $ac_try) 2>&5 | ||
| 16538 | ac_status=$? | ||
| 16539 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 16540 | (exit $ac_status); }; } && | ||
| 16541 | { ac_try='test -s conftest$ac_exeext' | ||
| 13805 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 16542 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 13806 | (eval $ac_try) 2>&5 | 16543 | (eval $ac_try) 2>&5 |
| 13807 | ac_status=$? | 16544 | ac_status=$? |
| @@ -13810,10 +16547,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 13810 | eval "$as_ac_var=yes" | 16547 | eval "$as_ac_var=yes" |
| 13811 | else | 16548 | else |
| 13812 | echo "$as_me: failed program was:" >&5 | 16549 | echo "$as_me: failed program was:" >&5 |
| 13813 | cat conftest.$ac_ext >&5 | 16550 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 16551 | |||
| 13814 | eval "$as_ac_var=no" | 16552 | eval "$as_ac_var=no" |
| 13815 | fi | 16553 | fi |
| 13816 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 16554 | rm -f conftest.err conftest.$ac_objext \ |
| 16555 | conftest$ac_exeext conftest.$ac_ext | ||
| 13817 | fi | 16556 | fi |
| 13818 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | 16557 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 |
| 13819 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | 16558 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
| @@ -13839,8 +16578,11 @@ else | |||
| 13839 | ac_check_lib_save_LIBS=$LIBS | 16578 | ac_check_lib_save_LIBS=$LIBS |
| 13840 | LIBS="-lncurses $LIBS" | 16579 | LIBS="-lncurses $LIBS" |
| 13841 | cat >conftest.$ac_ext <<_ACEOF | 16580 | cat >conftest.$ac_ext <<_ACEOF |
| 13842 | #line $LINENO "configure" | 16581 | /* confdefs.h. */ |
| 13843 | #include "confdefs.h" | 16582 | _ACEOF |
| 16583 | cat confdefs.h >>conftest.$ac_ext | ||
| 16584 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 16585 | /* end confdefs.h. */ | ||
| 13844 | 16586 | ||
| 13845 | /* Override any gcc2 internal prototype to avoid an error. */ | 16587 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 13846 | #ifdef __cplusplus | 16588 | #ifdef __cplusplus |
| @@ -13859,11 +16601,21 @@ tparm (); | |||
| 13859 | _ACEOF | 16601 | _ACEOF |
| 13860 | rm -f conftest.$ac_objext conftest$ac_exeext | 16602 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 13861 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 16603 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 13862 | (eval $ac_link) 2>&5 | 16604 | (eval $ac_link) 2>conftest.er1 |
| 13863 | ac_status=$? | 16605 | ac_status=$? |
| 16606 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 16607 | rm -f conftest.er1 | ||
| 16608 | cat conftest.err >&5 | ||
| 13864 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16609 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 13865 | (exit $ac_status); } && | 16610 | (exit $ac_status); } && |
| 13866 | { ac_try='test -s conftest$ac_exeext' | 16611 | { ac_try='test -z "$ac_c_werror_flag" |
| 16612 | || test ! -s conftest.err' | ||
| 16613 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 16614 | (eval $ac_try) 2>&5 | ||
| 16615 | ac_status=$? | ||
| 16616 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 16617 | (exit $ac_status); }; } && | ||
| 16618 | { ac_try='test -s conftest$ac_exeext' | ||
| 13867 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 16619 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 13868 | (eval $ac_try) 2>&5 | 16620 | (eval $ac_try) 2>&5 |
| 13869 | ac_status=$? | 16621 | ac_status=$? |
| @@ -13872,10 +16624,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 13872 | ac_cv_lib_ncurses_tparm=yes | 16624 | ac_cv_lib_ncurses_tparm=yes |
| 13873 | else | 16625 | else |
| 13874 | echo "$as_me: failed program was:" >&5 | 16626 | echo "$as_me: failed program was:" >&5 |
| 13875 | cat conftest.$ac_ext >&5 | 16627 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 16628 | |||
| 13876 | ac_cv_lib_ncurses_tparm=no | 16629 | ac_cv_lib_ncurses_tparm=no |
| 13877 | fi | 16630 | fi |
| 13878 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 16631 | rm -f conftest.err conftest.$ac_objext \ |
| 16632 | conftest$ac_exeext conftest.$ac_ext | ||
| 13879 | LIBS=$ac_check_lib_save_LIBS | 16633 | LIBS=$ac_check_lib_save_LIBS |
| 13880 | fi | 16634 | fi |
| 13881 | echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_tparm" >&5 | 16635 | echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_tparm" >&5 |
| @@ -13900,43 +16654,73 @@ if test "${ac_cv_func_res_send+set}" = set; then | |||
| 13900 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 16654 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 13901 | else | 16655 | else |
| 13902 | cat >conftest.$ac_ext <<_ACEOF | 16656 | cat >conftest.$ac_ext <<_ACEOF |
| 13903 | #line $LINENO "configure" | 16657 | /* confdefs.h. */ |
| 13904 | #include "confdefs.h" | 16658 | _ACEOF |
| 16659 | cat confdefs.h >>conftest.$ac_ext | ||
| 16660 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 16661 | /* end confdefs.h. */ | ||
| 16662 | /* Define res_send to an innocuous variant, in case <limits.h> declares res_send. | ||
| 16663 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | ||
| 16664 | #define res_send innocuous_res_send | ||
| 16665 | |||
| 13905 | /* System header to define __stub macros and hopefully few prototypes, | 16666 | /* System header to define __stub macros and hopefully few prototypes, |
| 13906 | which can conflict with char res_send (); below. */ | 16667 | which can conflict with char res_send (); below. |
| 13907 | #include <assert.h> | 16668 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 16669 | <limits.h> exists even on freestanding compilers. */ | ||
| 16670 | |||
| 16671 | #ifdef __STDC__ | ||
| 16672 | # include <limits.h> | ||
| 16673 | #else | ||
| 16674 | # include <assert.h> | ||
| 16675 | #endif | ||
| 16676 | |||
| 16677 | #undef res_send | ||
| 16678 | |||
| 13908 | /* Override any gcc2 internal prototype to avoid an error. */ | 16679 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 13909 | #ifdef __cplusplus | 16680 | #ifdef __cplusplus |
| 13910 | extern "C" | 16681 | extern "C" |
| 16682 | { | ||
| 13911 | #endif | 16683 | #endif |
| 13912 | /* We use char because int might match the return type of a gcc2 | 16684 | /* We use char because int might match the return type of a gcc2 |
| 13913 | builtin and then its argument prototype would still apply. */ | 16685 | builtin and then its argument prototype would still apply. */ |
| 13914 | char res_send (); | 16686 | char res_send (); |
| 13915 | char (*f) (); | ||
| 13916 | |||
| 13917 | int | ||
| 13918 | main () | ||
| 13919 | { | ||
| 13920 | /* The GNU C library defines this for functions which it implements | 16687 | /* The GNU C library defines this for functions which it implements |
| 13921 | to always fail with ENOSYS. Some functions are actually named | 16688 | to always fail with ENOSYS. Some functions are actually named |
| 13922 | something starting with __ and the normal name is an alias. */ | 16689 | something starting with __ and the normal name is an alias. */ |
| 13923 | #if defined (__stub_res_send) || defined (__stub___res_send) | 16690 | #if defined (__stub_res_send) || defined (__stub___res_send) |
| 13924 | choke me | 16691 | choke me |
| 13925 | #else | 16692 | #else |
| 13926 | f = res_send; | 16693 | char (*f) () = res_send; |
| 16694 | #endif | ||
| 16695 | #ifdef __cplusplus | ||
| 16696 | } | ||
| 13927 | #endif | 16697 | #endif |
| 13928 | 16698 | ||
| 16699 | int | ||
| 16700 | main () | ||
| 16701 | { | ||
| 16702 | return f != res_send; | ||
| 13929 | ; | 16703 | ; |
| 13930 | return 0; | 16704 | return 0; |
| 13931 | } | 16705 | } |
| 13932 | _ACEOF | 16706 | _ACEOF |
| 13933 | rm -f conftest.$ac_objext conftest$ac_exeext | 16707 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 13934 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 16708 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 13935 | (eval $ac_link) 2>&5 | 16709 | (eval $ac_link) 2>conftest.er1 |
| 13936 | ac_status=$? | 16710 | ac_status=$? |
| 16711 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 16712 | rm -f conftest.er1 | ||
| 16713 | cat conftest.err >&5 | ||
| 13937 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16714 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 13938 | (exit $ac_status); } && | 16715 | (exit $ac_status); } && |
| 13939 | { ac_try='test -s conftest$ac_exeext' | 16716 | { ac_try='test -z "$ac_c_werror_flag" |
| 16717 | || test ! -s conftest.err' | ||
| 16718 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 16719 | (eval $ac_try) 2>&5 | ||
| 16720 | ac_status=$? | ||
| 16721 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 16722 | (exit $ac_status); }; } && | ||
| 16723 | { ac_try='test -s conftest$ac_exeext' | ||
| 13940 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 16724 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 13941 | (eval $ac_try) 2>&5 | 16725 | (eval $ac_try) 2>&5 |
| 13942 | ac_status=$? | 16726 | ac_status=$? |
| @@ -13945,10 +16729,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 13945 | ac_cv_func_res_send=yes | 16729 | ac_cv_func_res_send=yes |
| 13946 | else | 16730 | else |
| 13947 | echo "$as_me: failed program was:" >&5 | 16731 | echo "$as_me: failed program was:" >&5 |
| 13948 | cat conftest.$ac_ext >&5 | 16732 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 16733 | |||
| 13949 | ac_cv_func_res_send=no | 16734 | ac_cv_func_res_send=no |
| 13950 | fi | 16735 | fi |
| 13951 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 16736 | rm -f conftest.err conftest.$ac_objext \ |
| 16737 | conftest$ac_exeext conftest.$ac_ext | ||
| 13952 | fi | 16738 | fi |
| 13953 | echo "$as_me:$LINENO: result: $ac_cv_func_res_send" >&5 | 16739 | echo "$as_me:$LINENO: result: $ac_cv_func_res_send" >&5 |
| 13954 | echo "${ECHO_T}$ac_cv_func_res_send" >&6 | 16740 | echo "${ECHO_T}$ac_cv_func_res_send" >&6 |
| @@ -13961,43 +16747,73 @@ if test "${ac_cv_func___res_send+set}" = set; then | |||
| 13961 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 16747 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 13962 | else | 16748 | else |
| 13963 | cat >conftest.$ac_ext <<_ACEOF | 16749 | cat >conftest.$ac_ext <<_ACEOF |
| 13964 | #line $LINENO "configure" | 16750 | /* confdefs.h. */ |
| 13965 | #include "confdefs.h" | 16751 | _ACEOF |
| 16752 | cat confdefs.h >>conftest.$ac_ext | ||
| 16753 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 16754 | /* end confdefs.h. */ | ||
| 16755 | /* Define __res_send to an innocuous variant, in case <limits.h> declares __res_send. | ||
| 16756 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | ||
| 16757 | #define __res_send innocuous___res_send | ||
| 16758 | |||
| 13966 | /* System header to define __stub macros and hopefully few prototypes, | 16759 | /* System header to define __stub macros and hopefully few prototypes, |
| 13967 | which can conflict with char __res_send (); below. */ | 16760 | which can conflict with char __res_send (); below. |
| 13968 | #include <assert.h> | 16761 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 16762 | <limits.h> exists even on freestanding compilers. */ | ||
| 16763 | |||
| 16764 | #ifdef __STDC__ | ||
| 16765 | # include <limits.h> | ||
| 16766 | #else | ||
| 16767 | # include <assert.h> | ||
| 16768 | #endif | ||
| 16769 | |||
| 16770 | #undef __res_send | ||
| 16771 | |||
| 13969 | /* Override any gcc2 internal prototype to avoid an error. */ | 16772 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 13970 | #ifdef __cplusplus | 16773 | #ifdef __cplusplus |
| 13971 | extern "C" | 16774 | extern "C" |
| 16775 | { | ||
| 13972 | #endif | 16776 | #endif |
| 13973 | /* We use char because int might match the return type of a gcc2 | 16777 | /* We use char because int might match the return type of a gcc2 |
| 13974 | builtin and then its argument prototype would still apply. */ | 16778 | builtin and then its argument prototype would still apply. */ |
| 13975 | char __res_send (); | 16779 | char __res_send (); |
| 13976 | char (*f) (); | ||
| 13977 | |||
| 13978 | int | ||
| 13979 | main () | ||
| 13980 | { | ||
| 13981 | /* The GNU C library defines this for functions which it implements | 16780 | /* The GNU C library defines this for functions which it implements |
| 13982 | to always fail with ENOSYS. Some functions are actually named | 16781 | to always fail with ENOSYS. Some functions are actually named |
| 13983 | something starting with __ and the normal name is an alias. */ | 16782 | something starting with __ and the normal name is an alias. */ |
| 13984 | #if defined (__stub___res_send) || defined (__stub_____res_send) | 16783 | #if defined (__stub___res_send) || defined (__stub_____res_send) |
| 13985 | choke me | 16784 | choke me |
| 13986 | #else | 16785 | #else |
| 13987 | f = __res_send; | 16786 | char (*f) () = __res_send; |
| 16787 | #endif | ||
| 16788 | #ifdef __cplusplus | ||
| 16789 | } | ||
| 13988 | #endif | 16790 | #endif |
| 13989 | 16791 | ||
| 16792 | int | ||
| 16793 | main () | ||
| 16794 | { | ||
| 16795 | return f != __res_send; | ||
| 13990 | ; | 16796 | ; |
| 13991 | return 0; | 16797 | return 0; |
| 13992 | } | 16798 | } |
| 13993 | _ACEOF | 16799 | _ACEOF |
| 13994 | rm -f conftest.$ac_objext conftest$ac_exeext | 16800 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 13995 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 16801 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 13996 | (eval $ac_link) 2>&5 | 16802 | (eval $ac_link) 2>conftest.er1 |
| 13997 | ac_status=$? | 16803 | ac_status=$? |
| 16804 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 16805 | rm -f conftest.er1 | ||
| 16806 | cat conftest.err >&5 | ||
| 13998 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16807 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 13999 | (exit $ac_status); } && | 16808 | (exit $ac_status); } && |
| 14000 | { ac_try='test -s conftest$ac_exeext' | 16809 | { ac_try='test -z "$ac_c_werror_flag" |
| 16810 | || test ! -s conftest.err' | ||
| 16811 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 16812 | (eval $ac_try) 2>&5 | ||
| 16813 | ac_status=$? | ||
| 16814 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 16815 | (exit $ac_status); }; } && | ||
| 16816 | { ac_try='test -s conftest$ac_exeext' | ||
| 14001 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 16817 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 14002 | (eval $ac_try) 2>&5 | 16818 | (eval $ac_try) 2>&5 |
| 14003 | ac_status=$? | 16819 | ac_status=$? |
| @@ -14006,10 +16822,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 14006 | ac_cv_func___res_send=yes | 16822 | ac_cv_func___res_send=yes |
| 14007 | else | 16823 | else |
| 14008 | echo "$as_me: failed program was:" >&5 | 16824 | echo "$as_me: failed program was:" >&5 |
| 14009 | cat conftest.$ac_ext >&5 | 16825 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 16826 | |||
| 14010 | ac_cv_func___res_send=no | 16827 | ac_cv_func___res_send=no |
| 14011 | fi | 16828 | fi |
| 14012 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 16829 | rm -f conftest.err conftest.$ac_objext \ |
| 16830 | conftest$ac_exeext conftest.$ac_ext | ||
| 14013 | fi | 16831 | fi |
| 14014 | echo "$as_me:$LINENO: result: $ac_cv_func___res_send" >&5 | 16832 | echo "$as_me:$LINENO: result: $ac_cv_func___res_send" >&5 |
| 14015 | echo "${ECHO_T}$ac_cv_func___res_send" >&6 | 16833 | echo "${ECHO_T}$ac_cv_func___res_send" >&6 |
| @@ -14024,8 +16842,11 @@ else | |||
| 14024 | ac_check_lib_save_LIBS=$LIBS | 16842 | ac_check_lib_save_LIBS=$LIBS |
| 14025 | LIBS="-lresolv $LIBS" | 16843 | LIBS="-lresolv $LIBS" |
| 14026 | cat >conftest.$ac_ext <<_ACEOF | 16844 | cat >conftest.$ac_ext <<_ACEOF |
| 14027 | #line $LINENO "configure" | 16845 | /* confdefs.h. */ |
| 14028 | #include "confdefs.h" | 16846 | _ACEOF |
| 16847 | cat confdefs.h >>conftest.$ac_ext | ||
| 16848 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 16849 | /* end confdefs.h. */ | ||
| 14029 | 16850 | ||
| 14030 | /* Override any gcc2 internal prototype to avoid an error. */ | 16851 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 14031 | #ifdef __cplusplus | 16852 | #ifdef __cplusplus |
| @@ -14044,11 +16865,21 @@ res_send (); | |||
| 14044 | _ACEOF | 16865 | _ACEOF |
| 14045 | rm -f conftest.$ac_objext conftest$ac_exeext | 16866 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 14046 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 16867 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 14047 | (eval $ac_link) 2>&5 | 16868 | (eval $ac_link) 2>conftest.er1 |
| 14048 | ac_status=$? | 16869 | ac_status=$? |
| 16870 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 16871 | rm -f conftest.er1 | ||
| 16872 | cat conftest.err >&5 | ||
| 14049 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16873 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 14050 | (exit $ac_status); } && | 16874 | (exit $ac_status); } && |
| 14051 | { ac_try='test -s conftest$ac_exeext' | 16875 | { ac_try='test -z "$ac_c_werror_flag" |
| 16876 | || test ! -s conftest.err' | ||
| 16877 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 16878 | (eval $ac_try) 2>&5 | ||
| 16879 | ac_status=$? | ||
| 16880 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 16881 | (exit $ac_status); }; } && | ||
| 16882 | { ac_try='test -s conftest$ac_exeext' | ||
| 14052 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 16883 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 14053 | (eval $ac_try) 2>&5 | 16884 | (eval $ac_try) 2>&5 |
| 14054 | ac_status=$? | 16885 | ac_status=$? |
| @@ -14057,10 +16888,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 14057 | ac_cv_lib_resolv_res_send=yes | 16888 | ac_cv_lib_resolv_res_send=yes |
| 14058 | else | 16889 | else |
| 14059 | echo "$as_me: failed program was:" >&5 | 16890 | echo "$as_me: failed program was:" >&5 |
| 14060 | cat conftest.$ac_ext >&5 | 16891 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 16892 | |||
| 14061 | ac_cv_lib_resolv_res_send=no | 16893 | ac_cv_lib_resolv_res_send=no |
| 14062 | fi | 16894 | fi |
| 14063 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 16895 | rm -f conftest.err conftest.$ac_objext \ |
| 16896 | conftest$ac_exeext conftest.$ac_ext | ||
| 14064 | LIBS=$ac_check_lib_save_LIBS | 16897 | LIBS=$ac_check_lib_save_LIBS |
| 14065 | fi | 16898 | fi |
| 14066 | echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_send" >&5 | 16899 | echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_send" >&5 |
| @@ -14076,8 +16909,11 @@ else | |||
| 14076 | ac_check_lib_save_LIBS=$LIBS | 16909 | ac_check_lib_save_LIBS=$LIBS |
| 14077 | LIBS="-lresolv $LIBS" | 16910 | LIBS="-lresolv $LIBS" |
| 14078 | cat >conftest.$ac_ext <<_ACEOF | 16911 | cat >conftest.$ac_ext <<_ACEOF |
| 14079 | #line $LINENO "configure" | 16912 | /* confdefs.h. */ |
| 14080 | #include "confdefs.h" | 16913 | _ACEOF |
| 16914 | cat confdefs.h >>conftest.$ac_ext | ||
| 16915 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 16916 | /* end confdefs.h. */ | ||
| 14081 | 16917 | ||
| 14082 | /* Override any gcc2 internal prototype to avoid an error. */ | 16918 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 14083 | #ifdef __cplusplus | 16919 | #ifdef __cplusplus |
| @@ -14096,11 +16932,21 @@ __res_send (); | |||
| 14096 | _ACEOF | 16932 | _ACEOF |
| 14097 | rm -f conftest.$ac_objext conftest$ac_exeext | 16933 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 14098 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 16934 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 14099 | (eval $ac_link) 2>&5 | 16935 | (eval $ac_link) 2>conftest.er1 |
| 14100 | ac_status=$? | 16936 | ac_status=$? |
| 16937 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 16938 | rm -f conftest.er1 | ||
| 16939 | cat conftest.err >&5 | ||
| 14101 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 16940 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 14102 | (exit $ac_status); } && | 16941 | (exit $ac_status); } && |
| 14103 | { ac_try='test -s conftest$ac_exeext' | 16942 | { ac_try='test -z "$ac_c_werror_flag" |
| 16943 | || test ! -s conftest.err' | ||
| 16944 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 16945 | (eval $ac_try) 2>&5 | ||
| 16946 | ac_status=$? | ||
| 16947 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 16948 | (exit $ac_status); }; } && | ||
| 16949 | { ac_try='test -s conftest$ac_exeext' | ||
| 14104 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 16950 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 14105 | (eval $ac_try) 2>&5 | 16951 | (eval $ac_try) 2>&5 |
| 14106 | ac_status=$? | 16952 | ac_status=$? |
| @@ -14109,10 +16955,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 14109 | ac_cv_lib_resolv___res_send=yes | 16955 | ac_cv_lib_resolv___res_send=yes |
| 14110 | else | 16956 | else |
| 14111 | echo "$as_me: failed program was:" >&5 | 16957 | echo "$as_me: failed program was:" >&5 |
| 14112 | cat conftest.$ac_ext >&5 | 16958 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 16959 | |||
| 14113 | ac_cv_lib_resolv___res_send=no | 16960 | ac_cv_lib_resolv___res_send=no |
| 14114 | fi | 16961 | fi |
| 14115 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 16962 | rm -f conftest.err conftest.$ac_objext \ |
| 16963 | conftest$ac_exeext conftest.$ac_ext | ||
| 14116 | LIBS=$ac_check_lib_save_LIBS | 16964 | LIBS=$ac_check_lib_save_LIBS |
| 14117 | fi | 16965 | fi |
| 14118 | echo "$as_me:$LINENO: result: $ac_cv_lib_resolv___res_send" >&5 | 16966 | echo "$as_me:$LINENO: result: $ac_cv_lib_resolv___res_send" >&5 |
| @@ -14143,43 +16991,73 @@ if test "${ac_cv_func_hes_getmailhost+set}" = set; then | |||
| 14143 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 16991 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 14144 | else | 16992 | else |
| 14145 | cat >conftest.$ac_ext <<_ACEOF | 16993 | cat >conftest.$ac_ext <<_ACEOF |
| 14146 | #line $LINENO "configure" | 16994 | /* confdefs.h. */ |
| 14147 | #include "confdefs.h" | 16995 | _ACEOF |
| 16996 | cat confdefs.h >>conftest.$ac_ext | ||
| 16997 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 16998 | /* end confdefs.h. */ | ||
| 16999 | /* Define hes_getmailhost to an innocuous variant, in case <limits.h> declares hes_getmailhost. | ||
| 17000 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | ||
| 17001 | #define hes_getmailhost innocuous_hes_getmailhost | ||
| 17002 | |||
| 14148 | /* System header to define __stub macros and hopefully few prototypes, | 17003 | /* System header to define __stub macros and hopefully few prototypes, |
| 14149 | which can conflict with char hes_getmailhost (); below. */ | 17004 | which can conflict with char hes_getmailhost (); below. |
| 14150 | #include <assert.h> | 17005 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 17006 | <limits.h> exists even on freestanding compilers. */ | ||
| 17007 | |||
| 17008 | #ifdef __STDC__ | ||
| 17009 | # include <limits.h> | ||
| 17010 | #else | ||
| 17011 | # include <assert.h> | ||
| 17012 | #endif | ||
| 17013 | |||
| 17014 | #undef hes_getmailhost | ||
| 17015 | |||
| 14151 | /* Override any gcc2 internal prototype to avoid an error. */ | 17016 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 14152 | #ifdef __cplusplus | 17017 | #ifdef __cplusplus |
| 14153 | extern "C" | 17018 | extern "C" |
| 17019 | { | ||
| 14154 | #endif | 17020 | #endif |
| 14155 | /* We use char because int might match the return type of a gcc2 | 17021 | /* We use char because int might match the return type of a gcc2 |
| 14156 | builtin and then its argument prototype would still apply. */ | 17022 | builtin and then its argument prototype would still apply. */ |
| 14157 | char hes_getmailhost (); | 17023 | char hes_getmailhost (); |
| 14158 | char (*f) (); | ||
| 14159 | |||
| 14160 | int | ||
| 14161 | main () | ||
| 14162 | { | ||
| 14163 | /* The GNU C library defines this for functions which it implements | 17024 | /* The GNU C library defines this for functions which it implements |
| 14164 | to always fail with ENOSYS. Some functions are actually named | 17025 | to always fail with ENOSYS. Some functions are actually named |
| 14165 | something starting with __ and the normal name is an alias. */ | 17026 | something starting with __ and the normal name is an alias. */ |
| 14166 | #if defined (__stub_hes_getmailhost) || defined (__stub___hes_getmailhost) | 17027 | #if defined (__stub_hes_getmailhost) || defined (__stub___hes_getmailhost) |
| 14167 | choke me | 17028 | choke me |
| 14168 | #else | 17029 | #else |
| 14169 | f = hes_getmailhost; | 17030 | char (*f) () = hes_getmailhost; |
| 17031 | #endif | ||
| 17032 | #ifdef __cplusplus | ||
| 17033 | } | ||
| 14170 | #endif | 17034 | #endif |
| 14171 | 17035 | ||
| 17036 | int | ||
| 17037 | main () | ||
| 17038 | { | ||
| 17039 | return f != hes_getmailhost; | ||
| 14172 | ; | 17040 | ; |
| 14173 | return 0; | 17041 | return 0; |
| 14174 | } | 17042 | } |
| 14175 | _ACEOF | 17043 | _ACEOF |
| 14176 | rm -f conftest.$ac_objext conftest$ac_exeext | 17044 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 14177 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 17045 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 14178 | (eval $ac_link) 2>&5 | 17046 | (eval $ac_link) 2>conftest.er1 |
| 14179 | ac_status=$? | 17047 | ac_status=$? |
| 17048 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 17049 | rm -f conftest.er1 | ||
| 17050 | cat conftest.err >&5 | ||
| 14180 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 17051 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 14181 | (exit $ac_status); } && | 17052 | (exit $ac_status); } && |
| 14182 | { ac_try='test -s conftest$ac_exeext' | 17053 | { ac_try='test -z "$ac_c_werror_flag" |
| 17054 | || test ! -s conftest.err' | ||
| 17055 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 17056 | (eval $ac_try) 2>&5 | ||
| 17057 | ac_status=$? | ||
| 17058 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 17059 | (exit $ac_status); }; } && | ||
| 17060 | { ac_try='test -s conftest$ac_exeext' | ||
| 14183 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 17061 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 14184 | (eval $ac_try) 2>&5 | 17062 | (eval $ac_try) 2>&5 |
| 14185 | ac_status=$? | 17063 | ac_status=$? |
| @@ -14188,10 +17066,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 14188 | ac_cv_func_hes_getmailhost=yes | 17066 | ac_cv_func_hes_getmailhost=yes |
| 14189 | else | 17067 | else |
| 14190 | echo "$as_me: failed program was:" >&5 | 17068 | echo "$as_me: failed program was:" >&5 |
| 14191 | cat conftest.$ac_ext >&5 | 17069 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 17070 | |||
| 14192 | ac_cv_func_hes_getmailhost=no | 17071 | ac_cv_func_hes_getmailhost=no |
| 14193 | fi | 17072 | fi |
| 14194 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 17073 | rm -f conftest.err conftest.$ac_objext \ |
| 17074 | conftest$ac_exeext conftest.$ac_ext | ||
| 14195 | fi | 17075 | fi |
| 14196 | echo "$as_me:$LINENO: result: $ac_cv_func_hes_getmailhost" >&5 | 17076 | echo "$as_me:$LINENO: result: $ac_cv_func_hes_getmailhost" >&5 |
| 14197 | echo "${ECHO_T}$ac_cv_func_hes_getmailhost" >&6 | 17077 | echo "${ECHO_T}$ac_cv_func_hes_getmailhost" >&6 |
| @@ -14206,8 +17086,11 @@ else | |||
| 14206 | ac_check_lib_save_LIBS=$LIBS | 17086 | ac_check_lib_save_LIBS=$LIBS |
| 14207 | LIBS="-lhesiod $RESOLVLIB $LIBS" | 17087 | LIBS="-lhesiod $RESOLVLIB $LIBS" |
| 14208 | cat >conftest.$ac_ext <<_ACEOF | 17088 | cat >conftest.$ac_ext <<_ACEOF |
| 14209 | #line $LINENO "configure" | 17089 | /* confdefs.h. */ |
| 14210 | #include "confdefs.h" | 17090 | _ACEOF |
| 17091 | cat confdefs.h >>conftest.$ac_ext | ||
| 17092 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 17093 | /* end confdefs.h. */ | ||
| 14211 | 17094 | ||
| 14212 | /* Override any gcc2 internal prototype to avoid an error. */ | 17095 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 14213 | #ifdef __cplusplus | 17096 | #ifdef __cplusplus |
| @@ -14226,11 +17109,21 @@ hes_getmailhost (); | |||
| 14226 | _ACEOF | 17109 | _ACEOF |
| 14227 | rm -f conftest.$ac_objext conftest$ac_exeext | 17110 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 14228 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 17111 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 14229 | (eval $ac_link) 2>&5 | 17112 | (eval $ac_link) 2>conftest.er1 |
| 14230 | ac_status=$? | 17113 | ac_status=$? |
| 17114 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 17115 | rm -f conftest.er1 | ||
| 17116 | cat conftest.err >&5 | ||
| 14231 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 17117 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 14232 | (exit $ac_status); } && | 17118 | (exit $ac_status); } && |
| 14233 | { ac_try='test -s conftest$ac_exeext' | 17119 | { ac_try='test -z "$ac_c_werror_flag" |
| 17120 | || test ! -s conftest.err' | ||
| 17121 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 17122 | (eval $ac_try) 2>&5 | ||
| 17123 | ac_status=$? | ||
| 17124 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 17125 | (exit $ac_status); }; } && | ||
| 17126 | { ac_try='test -s conftest$ac_exeext' | ||
| 14234 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 17127 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 14235 | (eval $ac_try) 2>&5 | 17128 | (eval $ac_try) 2>&5 |
| 14236 | ac_status=$? | 17129 | ac_status=$? |
| @@ -14239,10 +17132,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 14239 | ac_cv_lib_hesiod_hes_getmailhost=yes | 17132 | ac_cv_lib_hesiod_hes_getmailhost=yes |
| 14240 | else | 17133 | else |
| 14241 | echo "$as_me: failed program was:" >&5 | 17134 | echo "$as_me: failed program was:" >&5 |
| 14242 | cat conftest.$ac_ext >&5 | 17135 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 17136 | |||
| 14243 | ac_cv_lib_hesiod_hes_getmailhost=no | 17137 | ac_cv_lib_hesiod_hes_getmailhost=no |
| 14244 | fi | 17138 | fi |
| 14245 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 17139 | rm -f conftest.err conftest.$ac_objext \ |
| 17140 | conftest$ac_exeext conftest.$ac_ext | ||
| 14246 | LIBS=$ac_check_lib_save_LIBS | 17141 | LIBS=$ac_check_lib_save_LIBS |
| 14247 | fi | 17142 | fi |
| 14248 | echo "$as_me:$LINENO: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5 | 17143 | echo "$as_me:$LINENO: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5 |
| @@ -14272,8 +17167,11 @@ else | |||
| 14272 | ac_check_lib_save_LIBS=$LIBS | 17167 | ac_check_lib_save_LIBS=$LIBS |
| 14273 | LIBS="-lcom_err $LIBS" | 17168 | LIBS="-lcom_err $LIBS" |
| 14274 | cat >conftest.$ac_ext <<_ACEOF | 17169 | cat >conftest.$ac_ext <<_ACEOF |
| 14275 | #line $LINENO "configure" | 17170 | /* confdefs.h. */ |
| 14276 | #include "confdefs.h" | 17171 | _ACEOF |
| 17172 | cat confdefs.h >>conftest.$ac_ext | ||
| 17173 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 17174 | /* end confdefs.h. */ | ||
| 14277 | 17175 | ||
| 14278 | /* Override any gcc2 internal prototype to avoid an error. */ | 17176 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 14279 | #ifdef __cplusplus | 17177 | #ifdef __cplusplus |
| @@ -14292,11 +17190,21 @@ com_err (); | |||
| 14292 | _ACEOF | 17190 | _ACEOF |
| 14293 | rm -f conftest.$ac_objext conftest$ac_exeext | 17191 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 14294 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 17192 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 14295 | (eval $ac_link) 2>&5 | 17193 | (eval $ac_link) 2>conftest.er1 |
| 14296 | ac_status=$? | 17194 | ac_status=$? |
| 17195 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 17196 | rm -f conftest.er1 | ||
| 17197 | cat conftest.err >&5 | ||
| 14297 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 17198 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 14298 | (exit $ac_status); } && | 17199 | (exit $ac_status); } && |
| 14299 | { ac_try='test -s conftest$ac_exeext' | 17200 | { ac_try='test -z "$ac_c_werror_flag" |
| 17201 | || test ! -s conftest.err' | ||
| 17202 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 17203 | (eval $ac_try) 2>&5 | ||
| 17204 | ac_status=$? | ||
| 17205 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 17206 | (exit $ac_status); }; } && | ||
| 17207 | { ac_try='test -s conftest$ac_exeext' | ||
| 14300 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 17208 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 14301 | (eval $ac_try) 2>&5 | 17209 | (eval $ac_try) 2>&5 |
| 14302 | ac_status=$? | 17210 | ac_status=$? |
| @@ -14305,10 +17213,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 14305 | ac_cv_lib_com_err_com_err=yes | 17213 | ac_cv_lib_com_err_com_err=yes |
| 14306 | else | 17214 | else |
| 14307 | echo "$as_me: failed program was:" >&5 | 17215 | echo "$as_me: failed program was:" >&5 |
| 14308 | cat conftest.$ac_ext >&5 | 17216 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 17217 | |||
| 14309 | ac_cv_lib_com_err_com_err=no | 17218 | ac_cv_lib_com_err_com_err=no |
| 14310 | fi | 17219 | fi |
| 14311 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 17220 | rm -f conftest.err conftest.$ac_objext \ |
| 17221 | conftest$ac_exeext conftest.$ac_ext | ||
| 14312 | LIBS=$ac_check_lib_save_LIBS | 17222 | LIBS=$ac_check_lib_save_LIBS |
| 14313 | fi | 17223 | fi |
| 14314 | echo "$as_me:$LINENO: result: $ac_cv_lib_com_err_com_err" >&5 | 17224 | echo "$as_me:$LINENO: result: $ac_cv_lib_com_err_com_err" >&5 |
| @@ -14331,8 +17241,11 @@ else | |||
| 14331 | ac_check_lib_save_LIBS=$LIBS | 17241 | ac_check_lib_save_LIBS=$LIBS |
| 14332 | LIBS="-lk5crypto $LIBS" | 17242 | LIBS="-lk5crypto $LIBS" |
| 14333 | cat >conftest.$ac_ext <<_ACEOF | 17243 | cat >conftest.$ac_ext <<_ACEOF |
| 14334 | #line $LINENO "configure" | 17244 | /* confdefs.h. */ |
| 14335 | #include "confdefs.h" | 17245 | _ACEOF |
| 17246 | cat confdefs.h >>conftest.$ac_ext | ||
| 17247 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 17248 | /* end confdefs.h. */ | ||
| 14336 | 17249 | ||
| 14337 | /* Override any gcc2 internal prototype to avoid an error. */ | 17250 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 14338 | #ifdef __cplusplus | 17251 | #ifdef __cplusplus |
| @@ -14351,11 +17264,21 @@ mit_des_cbc_encrypt (); | |||
| 14351 | _ACEOF | 17264 | _ACEOF |
| 14352 | rm -f conftest.$ac_objext conftest$ac_exeext | 17265 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 14353 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 17266 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 14354 | (eval $ac_link) 2>&5 | 17267 | (eval $ac_link) 2>conftest.er1 |
| 14355 | ac_status=$? | 17268 | ac_status=$? |
| 17269 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 17270 | rm -f conftest.er1 | ||
| 17271 | cat conftest.err >&5 | ||
| 14356 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 17272 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 14357 | (exit $ac_status); } && | 17273 | (exit $ac_status); } && |
| 14358 | { ac_try='test -s conftest$ac_exeext' | 17274 | { ac_try='test -z "$ac_c_werror_flag" |
| 17275 | || test ! -s conftest.err' | ||
| 17276 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 17277 | (eval $ac_try) 2>&5 | ||
| 17278 | ac_status=$? | ||
| 17279 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 17280 | (exit $ac_status); }; } && | ||
| 17281 | { ac_try='test -s conftest$ac_exeext' | ||
| 14359 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 17282 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 14360 | (eval $ac_try) 2>&5 | 17283 | (eval $ac_try) 2>&5 |
| 14361 | ac_status=$? | 17284 | ac_status=$? |
| @@ -14364,10 +17287,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 14364 | ac_cv_lib_k5crypto_mit_des_cbc_encrypt=yes | 17287 | ac_cv_lib_k5crypto_mit_des_cbc_encrypt=yes |
| 14365 | else | 17288 | else |
| 14366 | echo "$as_me: failed program was:" >&5 | 17289 | echo "$as_me: failed program was:" >&5 |
| 14367 | cat conftest.$ac_ext >&5 | 17290 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 17291 | |||
| 14368 | ac_cv_lib_k5crypto_mit_des_cbc_encrypt=no | 17292 | ac_cv_lib_k5crypto_mit_des_cbc_encrypt=no |
| 14369 | fi | 17293 | fi |
| 14370 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 17294 | rm -f conftest.err conftest.$ac_objext \ |
| 17295 | conftest$ac_exeext conftest.$ac_ext | ||
| 14371 | LIBS=$ac_check_lib_save_LIBS | 17296 | LIBS=$ac_check_lib_save_LIBS |
| 14372 | fi | 17297 | fi |
| 14373 | echo "$as_me:$LINENO: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5 | 17298 | echo "$as_me:$LINENO: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5 |
| @@ -14390,8 +17315,11 @@ else | |||
| 14390 | ac_check_lib_save_LIBS=$LIBS | 17315 | ac_check_lib_save_LIBS=$LIBS |
| 14391 | LIBS="-lcrypto $LIBS" | 17316 | LIBS="-lcrypto $LIBS" |
| 14392 | cat >conftest.$ac_ext <<_ACEOF | 17317 | cat >conftest.$ac_ext <<_ACEOF |
| 14393 | #line $LINENO "configure" | 17318 | /* confdefs.h. */ |
| 14394 | #include "confdefs.h" | 17319 | _ACEOF |
| 17320 | cat confdefs.h >>conftest.$ac_ext | ||
| 17321 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 17322 | /* end confdefs.h. */ | ||
| 14395 | 17323 | ||
| 14396 | /* Override any gcc2 internal prototype to avoid an error. */ | 17324 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 14397 | #ifdef __cplusplus | 17325 | #ifdef __cplusplus |
| @@ -14410,11 +17338,21 @@ mit_des_cbc_encrypt (); | |||
| 14410 | _ACEOF | 17338 | _ACEOF |
| 14411 | rm -f conftest.$ac_objext conftest$ac_exeext | 17339 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 14412 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 17340 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 14413 | (eval $ac_link) 2>&5 | 17341 | (eval $ac_link) 2>conftest.er1 |
| 14414 | ac_status=$? | 17342 | ac_status=$? |
| 17343 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 17344 | rm -f conftest.er1 | ||
| 17345 | cat conftest.err >&5 | ||
| 14415 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 17346 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 14416 | (exit $ac_status); } && | 17347 | (exit $ac_status); } && |
| 14417 | { ac_try='test -s conftest$ac_exeext' | 17348 | { ac_try='test -z "$ac_c_werror_flag" |
| 17349 | || test ! -s conftest.err' | ||
| 17350 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 17351 | (eval $ac_try) 2>&5 | ||
| 17352 | ac_status=$? | ||
| 17353 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 17354 | (exit $ac_status); }; } && | ||
| 17355 | { ac_try='test -s conftest$ac_exeext' | ||
| 14418 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 17356 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 14419 | (eval $ac_try) 2>&5 | 17357 | (eval $ac_try) 2>&5 |
| 14420 | ac_status=$? | 17358 | ac_status=$? |
| @@ -14423,10 +17361,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 14423 | ac_cv_lib_crypto_mit_des_cbc_encrypt=yes | 17361 | ac_cv_lib_crypto_mit_des_cbc_encrypt=yes |
| 14424 | else | 17362 | else |
| 14425 | echo "$as_me: failed program was:" >&5 | 17363 | echo "$as_me: failed program was:" >&5 |
| 14426 | cat conftest.$ac_ext >&5 | 17364 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 17365 | |||
| 14427 | ac_cv_lib_crypto_mit_des_cbc_encrypt=no | 17366 | ac_cv_lib_crypto_mit_des_cbc_encrypt=no |
| 14428 | fi | 17367 | fi |
| 14429 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 17368 | rm -f conftest.err conftest.$ac_objext \ |
| 17369 | conftest$ac_exeext conftest.$ac_ext | ||
| 14430 | LIBS=$ac_check_lib_save_LIBS | 17370 | LIBS=$ac_check_lib_save_LIBS |
| 14431 | fi | 17371 | fi |
| 14432 | echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5 | 17372 | echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5 |
| @@ -14449,8 +17389,11 @@ else | |||
| 14449 | ac_check_lib_save_LIBS=$LIBS | 17389 | ac_check_lib_save_LIBS=$LIBS |
| 14450 | LIBS="-lkrb5 $LIBS" | 17390 | LIBS="-lkrb5 $LIBS" |
| 14451 | cat >conftest.$ac_ext <<_ACEOF | 17391 | cat >conftest.$ac_ext <<_ACEOF |
| 14452 | #line $LINENO "configure" | 17392 | /* confdefs.h. */ |
| 14453 | #include "confdefs.h" | 17393 | _ACEOF |
| 17394 | cat confdefs.h >>conftest.$ac_ext | ||
| 17395 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 17396 | /* end confdefs.h. */ | ||
| 14454 | 17397 | ||
| 14455 | /* Override any gcc2 internal prototype to avoid an error. */ | 17398 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 14456 | #ifdef __cplusplus | 17399 | #ifdef __cplusplus |
| @@ -14469,11 +17412,21 @@ krb5_init_context (); | |||
| 14469 | _ACEOF | 17412 | _ACEOF |
| 14470 | rm -f conftest.$ac_objext conftest$ac_exeext | 17413 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 14471 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 17414 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 14472 | (eval $ac_link) 2>&5 | 17415 | (eval $ac_link) 2>conftest.er1 |
| 14473 | ac_status=$? | 17416 | ac_status=$? |
| 17417 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 17418 | rm -f conftest.er1 | ||
| 17419 | cat conftest.err >&5 | ||
| 14474 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 17420 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 14475 | (exit $ac_status); } && | 17421 | (exit $ac_status); } && |
| 14476 | { ac_try='test -s conftest$ac_exeext' | 17422 | { ac_try='test -z "$ac_c_werror_flag" |
| 17423 | || test ! -s conftest.err' | ||
| 17424 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 17425 | (eval $ac_try) 2>&5 | ||
| 17426 | ac_status=$? | ||
| 17427 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 17428 | (exit $ac_status); }; } && | ||
| 17429 | { ac_try='test -s conftest$ac_exeext' | ||
| 14477 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 17430 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 14478 | (eval $ac_try) 2>&5 | 17431 | (eval $ac_try) 2>&5 |
| 14479 | ac_status=$? | 17432 | ac_status=$? |
| @@ -14482,10 +17435,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 14482 | ac_cv_lib_krb5_krb5_init_context=yes | 17435 | ac_cv_lib_krb5_krb5_init_context=yes |
| 14483 | else | 17436 | else |
| 14484 | echo "$as_me: failed program was:" >&5 | 17437 | echo "$as_me: failed program was:" >&5 |
| 14485 | cat conftest.$ac_ext >&5 | 17438 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 17439 | |||
| 14486 | ac_cv_lib_krb5_krb5_init_context=no | 17440 | ac_cv_lib_krb5_krb5_init_context=no |
| 14487 | fi | 17441 | fi |
| 14488 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 17442 | rm -f conftest.err conftest.$ac_objext \ |
| 17443 | conftest$ac_exeext conftest.$ac_ext | ||
| 14489 | LIBS=$ac_check_lib_save_LIBS | 17444 | LIBS=$ac_check_lib_save_LIBS |
| 14490 | fi | 17445 | fi |
| 14491 | echo "$as_me:$LINENO: result: $ac_cv_lib_krb5_krb5_init_context" >&5 | 17446 | echo "$as_me:$LINENO: result: $ac_cv_lib_krb5_krb5_init_context" >&5 |
| @@ -14509,8 +17464,11 @@ else | |||
| 14509 | ac_check_lib_save_LIBS=$LIBS | 17464 | ac_check_lib_save_LIBS=$LIBS |
| 14510 | LIBS="-ldes425 $LIBS" | 17465 | LIBS="-ldes425 $LIBS" |
| 14511 | cat >conftest.$ac_ext <<_ACEOF | 17466 | cat >conftest.$ac_ext <<_ACEOF |
| 14512 | #line $LINENO "configure" | 17467 | /* confdefs.h. */ |
| 14513 | #include "confdefs.h" | 17468 | _ACEOF |
| 17469 | cat confdefs.h >>conftest.$ac_ext | ||
| 17470 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 17471 | /* end confdefs.h. */ | ||
| 14514 | 17472 | ||
| 14515 | /* Override any gcc2 internal prototype to avoid an error. */ | 17473 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 14516 | #ifdef __cplusplus | 17474 | #ifdef __cplusplus |
| @@ -14529,11 +17487,21 @@ des_cbc_encrypt (); | |||
| 14529 | _ACEOF | 17487 | _ACEOF |
| 14530 | rm -f conftest.$ac_objext conftest$ac_exeext | 17488 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 14531 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 17489 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 14532 | (eval $ac_link) 2>&5 | 17490 | (eval $ac_link) 2>conftest.er1 |
| 14533 | ac_status=$? | 17491 | ac_status=$? |
| 17492 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 17493 | rm -f conftest.er1 | ||
| 17494 | cat conftest.err >&5 | ||
| 14534 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 17495 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 14535 | (exit $ac_status); } && | 17496 | (exit $ac_status); } && |
| 14536 | { ac_try='test -s conftest$ac_exeext' | 17497 | { ac_try='test -z "$ac_c_werror_flag" |
| 17498 | || test ! -s conftest.err' | ||
| 17499 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 17500 | (eval $ac_try) 2>&5 | ||
| 17501 | ac_status=$? | ||
| 17502 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 17503 | (exit $ac_status); }; } && | ||
| 17504 | { ac_try='test -s conftest$ac_exeext' | ||
| 14537 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 17505 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 14538 | (eval $ac_try) 2>&5 | 17506 | (eval $ac_try) 2>&5 |
| 14539 | ac_status=$? | 17507 | ac_status=$? |
| @@ -14542,10 +17510,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 14542 | ac_cv_lib_des425_des_cbc_encrypt=yes | 17510 | ac_cv_lib_des425_des_cbc_encrypt=yes |
| 14543 | else | 17511 | else |
| 14544 | echo "$as_me: failed program was:" >&5 | 17512 | echo "$as_me: failed program was:" >&5 |
| 14545 | cat conftest.$ac_ext >&5 | 17513 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 17514 | |||
| 14546 | ac_cv_lib_des425_des_cbc_encrypt=no | 17515 | ac_cv_lib_des425_des_cbc_encrypt=no |
| 14547 | fi | 17516 | fi |
| 14548 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 17517 | rm -f conftest.err conftest.$ac_objext \ |
| 17518 | conftest$ac_exeext conftest.$ac_ext | ||
| 14549 | LIBS=$ac_check_lib_save_LIBS | 17519 | LIBS=$ac_check_lib_save_LIBS |
| 14550 | fi | 17520 | fi |
| 14551 | echo "$as_me:$LINENO: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5 | 17521 | echo "$as_me:$LINENO: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5 |
| @@ -14567,8 +17537,11 @@ else | |||
| 14567 | ac_check_lib_save_LIBS=$LIBS | 17537 | ac_check_lib_save_LIBS=$LIBS |
| 14568 | LIBS="-ldes $LIBS" | 17538 | LIBS="-ldes $LIBS" |
| 14569 | cat >conftest.$ac_ext <<_ACEOF | 17539 | cat >conftest.$ac_ext <<_ACEOF |
| 14570 | #line $LINENO "configure" | 17540 | /* confdefs.h. */ |
| 14571 | #include "confdefs.h" | 17541 | _ACEOF |
| 17542 | cat confdefs.h >>conftest.$ac_ext | ||
| 17543 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 17544 | /* end confdefs.h. */ | ||
| 14572 | 17545 | ||
| 14573 | /* Override any gcc2 internal prototype to avoid an error. */ | 17546 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 14574 | #ifdef __cplusplus | 17547 | #ifdef __cplusplus |
| @@ -14587,11 +17560,21 @@ des_cbc_encrypt (); | |||
| 14587 | _ACEOF | 17560 | _ACEOF |
| 14588 | rm -f conftest.$ac_objext conftest$ac_exeext | 17561 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 14589 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 17562 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 14590 | (eval $ac_link) 2>&5 | 17563 | (eval $ac_link) 2>conftest.er1 |
| 14591 | ac_status=$? | 17564 | ac_status=$? |
| 17565 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 17566 | rm -f conftest.er1 | ||
| 17567 | cat conftest.err >&5 | ||
| 14592 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 17568 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 14593 | (exit $ac_status); } && | 17569 | (exit $ac_status); } && |
| 14594 | { ac_try='test -s conftest$ac_exeext' | 17570 | { ac_try='test -z "$ac_c_werror_flag" |
| 17571 | || test ! -s conftest.err' | ||
| 17572 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 17573 | (eval $ac_try) 2>&5 | ||
| 17574 | ac_status=$? | ||
| 17575 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 17576 | (exit $ac_status); }; } && | ||
| 17577 | { ac_try='test -s conftest$ac_exeext' | ||
| 14595 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 17578 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 14596 | (eval $ac_try) 2>&5 | 17579 | (eval $ac_try) 2>&5 |
| 14597 | ac_status=$? | 17580 | ac_status=$? |
| @@ -14600,10 +17583,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 14600 | ac_cv_lib_des_des_cbc_encrypt=yes | 17583 | ac_cv_lib_des_des_cbc_encrypt=yes |
| 14601 | else | 17584 | else |
| 14602 | echo "$as_me: failed program was:" >&5 | 17585 | echo "$as_me: failed program was:" >&5 |
| 14603 | cat conftest.$ac_ext >&5 | 17586 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 17587 | |||
| 14604 | ac_cv_lib_des_des_cbc_encrypt=no | 17588 | ac_cv_lib_des_des_cbc_encrypt=no |
| 14605 | fi | 17589 | fi |
| 14606 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 17590 | rm -f conftest.err conftest.$ac_objext \ |
| 17591 | conftest$ac_exeext conftest.$ac_ext | ||
| 14607 | LIBS=$ac_check_lib_save_LIBS | 17592 | LIBS=$ac_check_lib_save_LIBS |
| 14608 | fi | 17593 | fi |
| 14609 | echo "$as_me:$LINENO: result: $ac_cv_lib_des_des_cbc_encrypt" >&5 | 17594 | echo "$as_me:$LINENO: result: $ac_cv_lib_des_des_cbc_encrypt" >&5 |
| @@ -14628,8 +17613,11 @@ else | |||
| 14628 | ac_check_lib_save_LIBS=$LIBS | 17613 | ac_check_lib_save_LIBS=$LIBS |
| 14629 | LIBS="-lkrb4 $LIBS" | 17614 | LIBS="-lkrb4 $LIBS" |
| 14630 | cat >conftest.$ac_ext <<_ACEOF | 17615 | cat >conftest.$ac_ext <<_ACEOF |
| 14631 | #line $LINENO "configure" | 17616 | /* confdefs.h. */ |
| 14632 | #include "confdefs.h" | 17617 | _ACEOF |
| 17618 | cat confdefs.h >>conftest.$ac_ext | ||
| 17619 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 17620 | /* end confdefs.h. */ | ||
| 14633 | 17621 | ||
| 14634 | /* Override any gcc2 internal prototype to avoid an error. */ | 17622 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 14635 | #ifdef __cplusplus | 17623 | #ifdef __cplusplus |
| @@ -14648,11 +17636,21 @@ krb_get_cred (); | |||
| 14648 | _ACEOF | 17636 | _ACEOF |
| 14649 | rm -f conftest.$ac_objext conftest$ac_exeext | 17637 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 14650 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 17638 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 14651 | (eval $ac_link) 2>&5 | 17639 | (eval $ac_link) 2>conftest.er1 |
| 14652 | ac_status=$? | 17640 | ac_status=$? |
| 17641 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 17642 | rm -f conftest.er1 | ||
| 17643 | cat conftest.err >&5 | ||
| 14653 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 17644 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 14654 | (exit $ac_status); } && | 17645 | (exit $ac_status); } && |
| 14655 | { ac_try='test -s conftest$ac_exeext' | 17646 | { ac_try='test -z "$ac_c_werror_flag" |
| 17647 | || test ! -s conftest.err' | ||
| 17648 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 17649 | (eval $ac_try) 2>&5 | ||
| 17650 | ac_status=$? | ||
| 17651 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 17652 | (exit $ac_status); }; } && | ||
| 17653 | { ac_try='test -s conftest$ac_exeext' | ||
| 14656 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 17654 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 14657 | (eval $ac_try) 2>&5 | 17655 | (eval $ac_try) 2>&5 |
| 14658 | ac_status=$? | 17656 | ac_status=$? |
| @@ -14661,10 +17659,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 14661 | ac_cv_lib_krb4_krb_get_cred=yes | 17659 | ac_cv_lib_krb4_krb_get_cred=yes |
| 14662 | else | 17660 | else |
| 14663 | echo "$as_me: failed program was:" >&5 | 17661 | echo "$as_me: failed program was:" >&5 |
| 14664 | cat conftest.$ac_ext >&5 | 17662 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 17663 | |||
| 14665 | ac_cv_lib_krb4_krb_get_cred=no | 17664 | ac_cv_lib_krb4_krb_get_cred=no |
| 14666 | fi | 17665 | fi |
| 14667 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 17666 | rm -f conftest.err conftest.$ac_objext \ |
| 17667 | conftest$ac_exeext conftest.$ac_ext | ||
| 14668 | LIBS=$ac_check_lib_save_LIBS | 17668 | LIBS=$ac_check_lib_save_LIBS |
| 14669 | fi | 17669 | fi |
| 14670 | echo "$as_me:$LINENO: result: $ac_cv_lib_krb4_krb_get_cred" >&5 | 17670 | echo "$as_me:$LINENO: result: $ac_cv_lib_krb4_krb_get_cred" >&5 |
| @@ -14686,8 +17686,11 @@ else | |||
| 14686 | ac_check_lib_save_LIBS=$LIBS | 17686 | ac_check_lib_save_LIBS=$LIBS |
| 14687 | LIBS="-lkrb $LIBS" | 17687 | LIBS="-lkrb $LIBS" |
| 14688 | cat >conftest.$ac_ext <<_ACEOF | 17688 | cat >conftest.$ac_ext <<_ACEOF |
| 14689 | #line $LINENO "configure" | 17689 | /* confdefs.h. */ |
| 14690 | #include "confdefs.h" | 17690 | _ACEOF |
| 17691 | cat confdefs.h >>conftest.$ac_ext | ||
| 17692 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 17693 | /* end confdefs.h. */ | ||
| 14691 | 17694 | ||
| 14692 | /* Override any gcc2 internal prototype to avoid an error. */ | 17695 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 14693 | #ifdef __cplusplus | 17696 | #ifdef __cplusplus |
| @@ -14706,11 +17709,21 @@ krb_get_cred (); | |||
| 14706 | _ACEOF | 17709 | _ACEOF |
| 14707 | rm -f conftest.$ac_objext conftest$ac_exeext | 17710 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 14708 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 17711 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 14709 | (eval $ac_link) 2>&5 | 17712 | (eval $ac_link) 2>conftest.er1 |
| 14710 | ac_status=$? | 17713 | ac_status=$? |
| 17714 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 17715 | rm -f conftest.er1 | ||
| 17716 | cat conftest.err >&5 | ||
| 14711 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 17717 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 14712 | (exit $ac_status); } && | 17718 | (exit $ac_status); } && |
| 14713 | { ac_try='test -s conftest$ac_exeext' | 17719 | { ac_try='test -z "$ac_c_werror_flag" |
| 17720 | || test ! -s conftest.err' | ||
| 17721 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 17722 | (eval $ac_try) 2>&5 | ||
| 17723 | ac_status=$? | ||
| 17724 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 17725 | (exit $ac_status); }; } && | ||
| 17726 | { ac_try='test -s conftest$ac_exeext' | ||
| 14714 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 17727 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 14715 | (eval $ac_try) 2>&5 | 17728 | (eval $ac_try) 2>&5 |
| 14716 | ac_status=$? | 17729 | ac_status=$? |
| @@ -14719,10 +17732,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 14719 | ac_cv_lib_krb_krb_get_cred=yes | 17732 | ac_cv_lib_krb_krb_get_cred=yes |
| 14720 | else | 17733 | else |
| 14721 | echo "$as_me: failed program was:" >&5 | 17734 | echo "$as_me: failed program was:" >&5 |
| 14722 | cat conftest.$ac_ext >&5 | 17735 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 17736 | |||
| 14723 | ac_cv_lib_krb_krb_get_cred=no | 17737 | ac_cv_lib_krb_krb_get_cred=no |
| 14724 | fi | 17738 | fi |
| 14725 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 17739 | rm -f conftest.err conftest.$ac_objext \ |
| 17740 | conftest$ac_exeext conftest.$ac_ext | ||
| 14726 | LIBS=$ac_check_lib_save_LIBS | 17741 | LIBS=$ac_check_lib_save_LIBS |
| 14727 | fi | 17742 | fi |
| 14728 | echo "$as_me:$LINENO: result: $ac_cv_lib_krb_krb_get_cred" >&5 | 17743 | echo "$as_me:$LINENO: result: $ac_cv_lib_krb_krb_get_cred" >&5 |
| @@ -14758,18 +17773,31 @@ else | |||
| 14758 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 17773 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
| 14759 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 17774 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 14760 | cat >conftest.$ac_ext <<_ACEOF | 17775 | cat >conftest.$ac_ext <<_ACEOF |
| 14761 | #line $LINENO "configure" | 17776 | /* confdefs.h. */ |
| 14762 | #include "confdefs.h" | 17777 | _ACEOF |
| 17778 | cat confdefs.h >>conftest.$ac_ext | ||
| 17779 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 17780 | /* end confdefs.h. */ | ||
| 14763 | $ac_includes_default | 17781 | $ac_includes_default |
| 14764 | #include <$ac_header> | 17782 | #include <$ac_header> |
| 14765 | _ACEOF | 17783 | _ACEOF |
| 14766 | rm -f conftest.$ac_objext | 17784 | rm -f conftest.$ac_objext |
| 14767 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 17785 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 14768 | (eval $ac_compile) 2>&5 | 17786 | (eval $ac_compile) 2>conftest.er1 |
| 14769 | ac_status=$? | 17787 | ac_status=$? |
| 17788 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 17789 | rm -f conftest.er1 | ||
| 17790 | cat conftest.err >&5 | ||
| 14770 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 17791 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 14771 | (exit $ac_status); } && | 17792 | (exit $ac_status); } && |
| 14772 | { ac_try='test -s conftest.$ac_objext' | 17793 | { ac_try='test -z "$ac_c_werror_flag" |
| 17794 | || test ! -s conftest.err' | ||
| 17795 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 17796 | (eval $ac_try) 2>&5 | ||
| 17797 | ac_status=$? | ||
| 17798 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 17799 | (exit $ac_status); }; } && | ||
| 17800 | { ac_try='test -s conftest.$ac_objext' | ||
| 14773 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 17801 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 14774 | (eval $ac_try) 2>&5 | 17802 | (eval $ac_try) 2>&5 |
| 14775 | ac_status=$? | 17803 | ac_status=$? |
| @@ -14778,10 +17806,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 14778 | ac_header_compiler=yes | 17806 | ac_header_compiler=yes |
| 14779 | else | 17807 | else |
| 14780 | echo "$as_me: failed program was:" >&5 | 17808 | echo "$as_me: failed program was:" >&5 |
| 14781 | cat conftest.$ac_ext >&5 | 17809 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 17810 | |||
| 14782 | ac_header_compiler=no | 17811 | ac_header_compiler=no |
| 14783 | fi | 17812 | fi |
| 14784 | rm -f conftest.$ac_objext conftest.$ac_ext | 17813 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 14785 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 17814 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 14786 | echo "${ECHO_T}$ac_header_compiler" >&6 | 17815 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 14787 | 17816 | ||
| @@ -14789,8 +17818,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 14789 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 17818 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
| 14790 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 17819 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 14791 | cat >conftest.$ac_ext <<_ACEOF | 17820 | cat >conftest.$ac_ext <<_ACEOF |
| 14792 | #line $LINENO "configure" | 17821 | /* confdefs.h. */ |
| 14793 | #include "confdefs.h" | 17822 | _ACEOF |
| 17823 | cat confdefs.h >>conftest.$ac_ext | ||
| 17824 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 17825 | /* end confdefs.h. */ | ||
| 14794 | #include <$ac_header> | 17826 | #include <$ac_header> |
| 14795 | _ACEOF | 17827 | _ACEOF |
| 14796 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 17828 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| @@ -14803,6 +17835,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 14803 | (exit $ac_status); } >/dev/null; then | 17835 | (exit $ac_status); } >/dev/null; then |
| 14804 | if test -s conftest.err; then | 17836 | if test -s conftest.err; then |
| 14805 | ac_cpp_err=$ac_c_preproc_warn_flag | 17837 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 17838 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 14806 | else | 17839 | else |
| 14807 | ac_cpp_err= | 17840 | ac_cpp_err= |
| 14808 | fi | 17841 | fi |
| @@ -14813,7 +17846,8 @@ if test -z "$ac_cpp_err"; then | |||
| 14813 | ac_header_preproc=yes | 17846 | ac_header_preproc=yes |
| 14814 | else | 17847 | else |
| 14815 | echo "$as_me: failed program was:" >&5 | 17848 | echo "$as_me: failed program was:" >&5 |
| 14816 | cat conftest.$ac_ext >&5 | 17849 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 17850 | |||
| 14817 | ac_header_preproc=no | 17851 | ac_header_preproc=no |
| 14818 | fi | 17852 | fi |
| 14819 | rm -f conftest.err conftest.$ac_ext | 17853 | rm -f conftest.err conftest.$ac_ext |
| @@ -14821,26 +17855,43 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 14821 | echo "${ECHO_T}$ac_header_preproc" >&6 | 17855 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 14822 | 17856 | ||
| 14823 | # So? What about this header? | 17857 | # So? What about this header? |
| 14824 | case $ac_header_compiler:$ac_header_preproc in | 17858 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
| 14825 | yes:no ) | 17859 | yes:no: ) |
| 14826 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 17860 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 14827 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 17861 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 14828 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 17862 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
| 14829 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 17863 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} |
| 14830 | no:yes ) | 17864 | ac_header_preproc=yes |
| 17865 | ;; | ||
| 17866 | no:yes:* ) | ||
| 14831 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 17867 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| 14832 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 17868 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| 14833 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 17869 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| 14834 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 17870 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| 17871 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | ||
| 17872 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | ||
| 17873 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | ||
| 17874 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 14835 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 17875 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 14836 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 17876 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
| 17877 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 | ||
| 17878 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | ||
| 17879 | ( | ||
| 17880 | cat <<\_ASBOX | ||
| 17881 | ## ------------------------------------------ ## | ||
| 17882 | ## Report this to the AC_PACKAGE_NAME lists. ## | ||
| 17883 | ## ------------------------------------------ ## | ||
| 17884 | _ASBOX | ||
| 17885 | ) | | ||
| 17886 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 17887 | ;; | ||
| 14837 | esac | 17888 | esac |
| 14838 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | 17889 | echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 14839 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | 17890 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
| 14840 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | 17891 | if eval "test \"\${$as_ac_Header+set}\" = set"; then |
| 14841 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 17892 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 14842 | else | 17893 | else |
| 14843 | eval "$as_ac_Header=$ac_header_preproc" | 17894 | eval "$as_ac_Header=\$ac_header_preproc" |
| 14844 | fi | 17895 | fi |
| 14845 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | 17896 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
| 14846 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | 17897 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
| @@ -14873,18 +17924,31 @@ else | |||
| 14873 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 17924 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
| 14874 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 17925 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 14875 | cat >conftest.$ac_ext <<_ACEOF | 17926 | cat >conftest.$ac_ext <<_ACEOF |
| 14876 | #line $LINENO "configure" | 17927 | /* confdefs.h. */ |
| 14877 | #include "confdefs.h" | 17928 | _ACEOF |
| 17929 | cat confdefs.h >>conftest.$ac_ext | ||
| 17930 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 17931 | /* end confdefs.h. */ | ||
| 14878 | $ac_includes_default | 17932 | $ac_includes_default |
| 14879 | #include <$ac_header> | 17933 | #include <$ac_header> |
| 14880 | _ACEOF | 17934 | _ACEOF |
| 14881 | rm -f conftest.$ac_objext | 17935 | rm -f conftest.$ac_objext |
| 14882 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 17936 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 14883 | (eval $ac_compile) 2>&5 | 17937 | (eval $ac_compile) 2>conftest.er1 |
| 14884 | ac_status=$? | 17938 | ac_status=$? |
| 17939 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 17940 | rm -f conftest.er1 | ||
| 17941 | cat conftest.err >&5 | ||
| 14885 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 17942 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 14886 | (exit $ac_status); } && | 17943 | (exit $ac_status); } && |
| 14887 | { ac_try='test -s conftest.$ac_objext' | 17944 | { ac_try='test -z "$ac_c_werror_flag" |
| 17945 | || test ! -s conftest.err' | ||
| 17946 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 17947 | (eval $ac_try) 2>&5 | ||
| 17948 | ac_status=$? | ||
| 17949 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 17950 | (exit $ac_status); }; } && | ||
| 17951 | { ac_try='test -s conftest.$ac_objext' | ||
| 14888 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 17952 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 14889 | (eval $ac_try) 2>&5 | 17953 | (eval $ac_try) 2>&5 |
| 14890 | ac_status=$? | 17954 | ac_status=$? |
| @@ -14893,10 +17957,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 14893 | ac_header_compiler=yes | 17957 | ac_header_compiler=yes |
| 14894 | else | 17958 | else |
| 14895 | echo "$as_me: failed program was:" >&5 | 17959 | echo "$as_me: failed program was:" >&5 |
| 14896 | cat conftest.$ac_ext >&5 | 17960 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 17961 | |||
| 14897 | ac_header_compiler=no | 17962 | ac_header_compiler=no |
| 14898 | fi | 17963 | fi |
| 14899 | rm -f conftest.$ac_objext conftest.$ac_ext | 17964 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 14900 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 17965 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 14901 | echo "${ECHO_T}$ac_header_compiler" >&6 | 17966 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 14902 | 17967 | ||
| @@ -14904,8 +17969,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 14904 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 17969 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
| 14905 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 17970 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 14906 | cat >conftest.$ac_ext <<_ACEOF | 17971 | cat >conftest.$ac_ext <<_ACEOF |
| 14907 | #line $LINENO "configure" | 17972 | /* confdefs.h. */ |
| 14908 | #include "confdefs.h" | 17973 | _ACEOF |
| 17974 | cat confdefs.h >>conftest.$ac_ext | ||
| 17975 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 17976 | /* end confdefs.h. */ | ||
| 14909 | #include <$ac_header> | 17977 | #include <$ac_header> |
| 14910 | _ACEOF | 17978 | _ACEOF |
| 14911 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 17979 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| @@ -14918,6 +17986,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 14918 | (exit $ac_status); } >/dev/null; then | 17986 | (exit $ac_status); } >/dev/null; then |
| 14919 | if test -s conftest.err; then | 17987 | if test -s conftest.err; then |
| 14920 | ac_cpp_err=$ac_c_preproc_warn_flag | 17988 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 17989 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 14921 | else | 17990 | else |
| 14922 | ac_cpp_err= | 17991 | ac_cpp_err= |
| 14923 | fi | 17992 | fi |
| @@ -14928,7 +17997,8 @@ if test -z "$ac_cpp_err"; then | |||
| 14928 | ac_header_preproc=yes | 17997 | ac_header_preproc=yes |
| 14929 | else | 17998 | else |
| 14930 | echo "$as_me: failed program was:" >&5 | 17999 | echo "$as_me: failed program was:" >&5 |
| 14931 | cat conftest.$ac_ext >&5 | 18000 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 18001 | |||
| 14932 | ac_header_preproc=no | 18002 | ac_header_preproc=no |
| 14933 | fi | 18003 | fi |
| 14934 | rm -f conftest.err conftest.$ac_ext | 18004 | rm -f conftest.err conftest.$ac_ext |
| @@ -14936,26 +18006,43 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 14936 | echo "${ECHO_T}$ac_header_preproc" >&6 | 18006 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 14937 | 18007 | ||
| 14938 | # So? What about this header? | 18008 | # So? What about this header? |
| 14939 | case $ac_header_compiler:$ac_header_preproc in | 18009 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
| 14940 | yes:no ) | 18010 | yes:no: ) |
| 14941 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 18011 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 14942 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 18012 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 14943 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 18013 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
| 14944 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 18014 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} |
| 14945 | no:yes ) | 18015 | ac_header_preproc=yes |
| 18016 | ;; | ||
| 18017 | no:yes:* ) | ||
| 14946 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 18018 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| 14947 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 18019 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| 14948 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 18020 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| 14949 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 18021 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| 18022 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | ||
| 18023 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | ||
| 18024 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | ||
| 18025 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 14950 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 18026 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 14951 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 18027 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
| 18028 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 | ||
| 18029 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | ||
| 18030 | ( | ||
| 18031 | cat <<\_ASBOX | ||
| 18032 | ## ------------------------------------------ ## | ||
| 18033 | ## Report this to the AC_PACKAGE_NAME lists. ## | ||
| 18034 | ## ------------------------------------------ ## | ||
| 18035 | _ASBOX | ||
| 18036 | ) | | ||
| 18037 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 18038 | ;; | ||
| 14952 | esac | 18039 | esac |
| 14953 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | 18040 | echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 14954 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | 18041 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
| 14955 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | 18042 | if eval "test \"\${$as_ac_Header+set}\" = set"; then |
| 14956 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 18043 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 14957 | else | 18044 | else |
| 14958 | eval "$as_ac_Header=$ac_header_preproc" | 18045 | eval "$as_ac_Header=\$ac_header_preproc" |
| 14959 | fi | 18046 | fi |
| 14960 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | 18047 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
| 14961 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | 18048 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
| @@ -14984,18 +18071,31 @@ else | |||
| 14984 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 18071 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
| 14985 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 18072 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 14986 | cat >conftest.$ac_ext <<_ACEOF | 18073 | cat >conftest.$ac_ext <<_ACEOF |
| 14987 | #line $LINENO "configure" | 18074 | /* confdefs.h. */ |
| 14988 | #include "confdefs.h" | 18075 | _ACEOF |
| 18076 | cat confdefs.h >>conftest.$ac_ext | ||
| 18077 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 18078 | /* end confdefs.h. */ | ||
| 14989 | $ac_includes_default | 18079 | $ac_includes_default |
| 14990 | #include <$ac_header> | 18080 | #include <$ac_header> |
| 14991 | _ACEOF | 18081 | _ACEOF |
| 14992 | rm -f conftest.$ac_objext | 18082 | rm -f conftest.$ac_objext |
| 14993 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 18083 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 14994 | (eval $ac_compile) 2>&5 | 18084 | (eval $ac_compile) 2>conftest.er1 |
| 14995 | ac_status=$? | 18085 | ac_status=$? |
| 18086 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 18087 | rm -f conftest.er1 | ||
| 18088 | cat conftest.err >&5 | ||
| 14996 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 18089 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 14997 | (exit $ac_status); } && | 18090 | (exit $ac_status); } && |
| 14998 | { ac_try='test -s conftest.$ac_objext' | 18091 | { ac_try='test -z "$ac_c_werror_flag" |
| 18092 | || test ! -s conftest.err' | ||
| 18093 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 18094 | (eval $ac_try) 2>&5 | ||
| 18095 | ac_status=$? | ||
| 18096 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 18097 | (exit $ac_status); }; } && | ||
| 18098 | { ac_try='test -s conftest.$ac_objext' | ||
| 14999 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 18099 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 15000 | (eval $ac_try) 2>&5 | 18100 | (eval $ac_try) 2>&5 |
| 15001 | ac_status=$? | 18101 | ac_status=$? |
| @@ -15004,10 +18104,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 15004 | ac_header_compiler=yes | 18104 | ac_header_compiler=yes |
| 15005 | else | 18105 | else |
| 15006 | echo "$as_me: failed program was:" >&5 | 18106 | echo "$as_me: failed program was:" >&5 |
| 15007 | cat conftest.$ac_ext >&5 | 18107 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 18108 | |||
| 15008 | ac_header_compiler=no | 18109 | ac_header_compiler=no |
| 15009 | fi | 18110 | fi |
| 15010 | rm -f conftest.$ac_objext conftest.$ac_ext | 18111 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 15011 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 18112 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 15012 | echo "${ECHO_T}$ac_header_compiler" >&6 | 18113 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 15013 | 18114 | ||
| @@ -15015,8 +18116,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 15015 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 18116 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
| 15016 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 18117 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 15017 | cat >conftest.$ac_ext <<_ACEOF | 18118 | cat >conftest.$ac_ext <<_ACEOF |
| 15018 | #line $LINENO "configure" | 18119 | /* confdefs.h. */ |
| 15019 | #include "confdefs.h" | 18120 | _ACEOF |
| 18121 | cat confdefs.h >>conftest.$ac_ext | ||
| 18122 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 18123 | /* end confdefs.h. */ | ||
| 15020 | #include <$ac_header> | 18124 | #include <$ac_header> |
| 15021 | _ACEOF | 18125 | _ACEOF |
| 15022 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 18126 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| @@ -15029,6 +18133,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 15029 | (exit $ac_status); } >/dev/null; then | 18133 | (exit $ac_status); } >/dev/null; then |
| 15030 | if test -s conftest.err; then | 18134 | if test -s conftest.err; then |
| 15031 | ac_cpp_err=$ac_c_preproc_warn_flag | 18135 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 18136 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 15032 | else | 18137 | else |
| 15033 | ac_cpp_err= | 18138 | ac_cpp_err= |
| 15034 | fi | 18139 | fi |
| @@ -15039,7 +18144,8 @@ if test -z "$ac_cpp_err"; then | |||
| 15039 | ac_header_preproc=yes | 18144 | ac_header_preproc=yes |
| 15040 | else | 18145 | else |
| 15041 | echo "$as_me: failed program was:" >&5 | 18146 | echo "$as_me: failed program was:" >&5 |
| 15042 | cat conftest.$ac_ext >&5 | 18147 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 18148 | |||
| 15043 | ac_header_preproc=no | 18149 | ac_header_preproc=no |
| 15044 | fi | 18150 | fi |
| 15045 | rm -f conftest.err conftest.$ac_ext | 18151 | rm -f conftest.err conftest.$ac_ext |
| @@ -15047,26 +18153,43 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 15047 | echo "${ECHO_T}$ac_header_preproc" >&6 | 18153 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 15048 | 18154 | ||
| 15049 | # So? What about this header? | 18155 | # So? What about this header? |
| 15050 | case $ac_header_compiler:$ac_header_preproc in | 18156 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
| 15051 | yes:no ) | 18157 | yes:no: ) |
| 15052 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 18158 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 15053 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 18159 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 15054 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 18160 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
| 15055 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 18161 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} |
| 15056 | no:yes ) | 18162 | ac_header_preproc=yes |
| 18163 | ;; | ||
| 18164 | no:yes:* ) | ||
| 15057 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 18165 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| 15058 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 18166 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| 15059 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 18167 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| 15060 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 18168 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| 18169 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | ||
| 18170 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | ||
| 18171 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | ||
| 18172 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 15061 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 18173 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 15062 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 18174 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
| 18175 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 | ||
| 18176 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | ||
| 18177 | ( | ||
| 18178 | cat <<\_ASBOX | ||
| 18179 | ## ------------------------------------------ ## | ||
| 18180 | ## Report this to the AC_PACKAGE_NAME lists. ## | ||
| 18181 | ## ------------------------------------------ ## | ||
| 18182 | _ASBOX | ||
| 18183 | ) | | ||
| 18184 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 18185 | ;; | ||
| 15063 | esac | 18186 | esac |
| 15064 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | 18187 | echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 15065 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | 18188 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
| 15066 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | 18189 | if eval "test \"\${$as_ac_Header+set}\" = set"; then |
| 15067 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 18190 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 15068 | else | 18191 | else |
| 15069 | eval "$as_ac_Header=$ac_header_preproc" | 18192 | eval "$as_ac_Header=\$ac_header_preproc" |
| 15070 | fi | 18193 | fi |
| 15071 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | 18194 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
| 15072 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | 18195 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
| @@ -15095,18 +18218,31 @@ else | |||
| 15095 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 18218 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
| 15096 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 18219 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 15097 | cat >conftest.$ac_ext <<_ACEOF | 18220 | cat >conftest.$ac_ext <<_ACEOF |
| 15098 | #line $LINENO "configure" | 18221 | /* confdefs.h. */ |
| 15099 | #include "confdefs.h" | 18222 | _ACEOF |
| 18223 | cat confdefs.h >>conftest.$ac_ext | ||
| 18224 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 18225 | /* end confdefs.h. */ | ||
| 15100 | $ac_includes_default | 18226 | $ac_includes_default |
| 15101 | #include <$ac_header> | 18227 | #include <$ac_header> |
| 15102 | _ACEOF | 18228 | _ACEOF |
| 15103 | rm -f conftest.$ac_objext | 18229 | rm -f conftest.$ac_objext |
| 15104 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 18230 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 15105 | (eval $ac_compile) 2>&5 | 18231 | (eval $ac_compile) 2>conftest.er1 |
| 15106 | ac_status=$? | 18232 | ac_status=$? |
| 18233 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 18234 | rm -f conftest.er1 | ||
| 18235 | cat conftest.err >&5 | ||
| 15107 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 18236 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 15108 | (exit $ac_status); } && | 18237 | (exit $ac_status); } && |
| 15109 | { ac_try='test -s conftest.$ac_objext' | 18238 | { ac_try='test -z "$ac_c_werror_flag" |
| 18239 | || test ! -s conftest.err' | ||
| 18240 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 18241 | (eval $ac_try) 2>&5 | ||
| 18242 | ac_status=$? | ||
| 18243 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 18244 | (exit $ac_status); }; } && | ||
| 18245 | { ac_try='test -s conftest.$ac_objext' | ||
| 15110 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 18246 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 15111 | (eval $ac_try) 2>&5 | 18247 | (eval $ac_try) 2>&5 |
| 15112 | ac_status=$? | 18248 | ac_status=$? |
| @@ -15115,10 +18251,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 15115 | ac_header_compiler=yes | 18251 | ac_header_compiler=yes |
| 15116 | else | 18252 | else |
| 15117 | echo "$as_me: failed program was:" >&5 | 18253 | echo "$as_me: failed program was:" >&5 |
| 15118 | cat conftest.$ac_ext >&5 | 18254 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 18255 | |||
| 15119 | ac_header_compiler=no | 18256 | ac_header_compiler=no |
| 15120 | fi | 18257 | fi |
| 15121 | rm -f conftest.$ac_objext conftest.$ac_ext | 18258 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 15122 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 18259 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 15123 | echo "${ECHO_T}$ac_header_compiler" >&6 | 18260 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 15124 | 18261 | ||
| @@ -15126,8 +18263,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 15126 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 18263 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
| 15127 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 18264 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 15128 | cat >conftest.$ac_ext <<_ACEOF | 18265 | cat >conftest.$ac_ext <<_ACEOF |
| 15129 | #line $LINENO "configure" | 18266 | /* confdefs.h. */ |
| 15130 | #include "confdefs.h" | 18267 | _ACEOF |
| 18268 | cat confdefs.h >>conftest.$ac_ext | ||
| 18269 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 18270 | /* end confdefs.h. */ | ||
| 15131 | #include <$ac_header> | 18271 | #include <$ac_header> |
| 15132 | _ACEOF | 18272 | _ACEOF |
| 15133 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 18273 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| @@ -15140,6 +18280,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 15140 | (exit $ac_status); } >/dev/null; then | 18280 | (exit $ac_status); } >/dev/null; then |
| 15141 | if test -s conftest.err; then | 18281 | if test -s conftest.err; then |
| 15142 | ac_cpp_err=$ac_c_preproc_warn_flag | 18282 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 18283 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 15143 | else | 18284 | else |
| 15144 | ac_cpp_err= | 18285 | ac_cpp_err= |
| 15145 | fi | 18286 | fi |
| @@ -15150,7 +18291,8 @@ if test -z "$ac_cpp_err"; then | |||
| 15150 | ac_header_preproc=yes | 18291 | ac_header_preproc=yes |
| 15151 | else | 18292 | else |
| 15152 | echo "$as_me: failed program was:" >&5 | 18293 | echo "$as_me: failed program was:" >&5 |
| 15153 | cat conftest.$ac_ext >&5 | 18294 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 18295 | |||
| 15154 | ac_header_preproc=no | 18296 | ac_header_preproc=no |
| 15155 | fi | 18297 | fi |
| 15156 | rm -f conftest.err conftest.$ac_ext | 18298 | rm -f conftest.err conftest.$ac_ext |
| @@ -15158,26 +18300,43 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 15158 | echo "${ECHO_T}$ac_header_preproc" >&6 | 18300 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 15159 | 18301 | ||
| 15160 | # So? What about this header? | 18302 | # So? What about this header? |
| 15161 | case $ac_header_compiler:$ac_header_preproc in | 18303 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
| 15162 | yes:no ) | 18304 | yes:no: ) |
| 15163 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 18305 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 15164 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 18306 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 15165 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 18307 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
| 15166 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 18308 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} |
| 15167 | no:yes ) | 18309 | ac_header_preproc=yes |
| 18310 | ;; | ||
| 18311 | no:yes:* ) | ||
| 15168 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 18312 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| 15169 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 18313 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| 15170 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 18314 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| 15171 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 18315 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| 18316 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | ||
| 18317 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | ||
| 18318 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | ||
| 18319 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 15172 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 18320 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 15173 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 18321 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
| 18322 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 | ||
| 18323 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | ||
| 18324 | ( | ||
| 18325 | cat <<\_ASBOX | ||
| 18326 | ## ------------------------------------------ ## | ||
| 18327 | ## Report this to the AC_PACKAGE_NAME lists. ## | ||
| 18328 | ## ------------------------------------------ ## | ||
| 18329 | _ASBOX | ||
| 18330 | ) | | ||
| 18331 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 18332 | ;; | ||
| 15174 | esac | 18333 | esac |
| 15175 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | 18334 | echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 15176 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | 18335 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
| 15177 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | 18336 | if eval "test \"\${$as_ac_Header+set}\" = set"; then |
| 15178 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 18337 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 15179 | else | 18338 | else |
| 15180 | eval "$as_ac_Header=$ac_header_preproc" | 18339 | eval "$as_ac_Header=\$ac_header_preproc" |
| 15181 | fi | 18340 | fi |
| 15182 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | 18341 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
| 15183 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | 18342 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
| @@ -15217,18 +18376,31 @@ else | |||
| 15217 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 18376 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
| 15218 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 18377 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 15219 | cat >conftest.$ac_ext <<_ACEOF | 18378 | cat >conftest.$ac_ext <<_ACEOF |
| 15220 | #line $LINENO "configure" | 18379 | /* confdefs.h. */ |
| 15221 | #include "confdefs.h" | 18380 | _ACEOF |
| 18381 | cat confdefs.h >>conftest.$ac_ext | ||
| 18382 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 18383 | /* end confdefs.h. */ | ||
| 15222 | $ac_includes_default | 18384 | $ac_includes_default |
| 15223 | #include <$ac_header> | 18385 | #include <$ac_header> |
| 15224 | _ACEOF | 18386 | _ACEOF |
| 15225 | rm -f conftest.$ac_objext | 18387 | rm -f conftest.$ac_objext |
| 15226 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 18388 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 15227 | (eval $ac_compile) 2>&5 | 18389 | (eval $ac_compile) 2>conftest.er1 |
| 15228 | ac_status=$? | 18390 | ac_status=$? |
| 18391 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 18392 | rm -f conftest.er1 | ||
| 18393 | cat conftest.err >&5 | ||
| 15229 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 18394 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 15230 | (exit $ac_status); } && | 18395 | (exit $ac_status); } && |
| 15231 | { ac_try='test -s conftest.$ac_objext' | 18396 | { ac_try='test -z "$ac_c_werror_flag" |
| 18397 | || test ! -s conftest.err' | ||
| 18398 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 18399 | (eval $ac_try) 2>&5 | ||
| 18400 | ac_status=$? | ||
| 18401 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 18402 | (exit $ac_status); }; } && | ||
| 18403 | { ac_try='test -s conftest.$ac_objext' | ||
| 15232 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 18404 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 15233 | (eval $ac_try) 2>&5 | 18405 | (eval $ac_try) 2>&5 |
| 15234 | ac_status=$? | 18406 | ac_status=$? |
| @@ -15237,10 +18409,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 15237 | ac_header_compiler=yes | 18409 | ac_header_compiler=yes |
| 15238 | else | 18410 | else |
| 15239 | echo "$as_me: failed program was:" >&5 | 18411 | echo "$as_me: failed program was:" >&5 |
| 15240 | cat conftest.$ac_ext >&5 | 18412 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 18413 | |||
| 15241 | ac_header_compiler=no | 18414 | ac_header_compiler=no |
| 15242 | fi | 18415 | fi |
| 15243 | rm -f conftest.$ac_objext conftest.$ac_ext | 18416 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 15244 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 18417 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 15245 | echo "${ECHO_T}$ac_header_compiler" >&6 | 18418 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 15246 | 18419 | ||
| @@ -15248,8 +18421,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 15248 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 18421 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
| 15249 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 18422 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 15250 | cat >conftest.$ac_ext <<_ACEOF | 18423 | cat >conftest.$ac_ext <<_ACEOF |
| 15251 | #line $LINENO "configure" | 18424 | /* confdefs.h. */ |
| 15252 | #include "confdefs.h" | 18425 | _ACEOF |
| 18426 | cat confdefs.h >>conftest.$ac_ext | ||
| 18427 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 18428 | /* end confdefs.h. */ | ||
| 15253 | #include <$ac_header> | 18429 | #include <$ac_header> |
| 15254 | _ACEOF | 18430 | _ACEOF |
| 15255 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 18431 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| @@ -15262,6 +18438,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 15262 | (exit $ac_status); } >/dev/null; then | 18438 | (exit $ac_status); } >/dev/null; then |
| 15263 | if test -s conftest.err; then | 18439 | if test -s conftest.err; then |
| 15264 | ac_cpp_err=$ac_c_preproc_warn_flag | 18440 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 18441 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 15265 | else | 18442 | else |
| 15266 | ac_cpp_err= | 18443 | ac_cpp_err= |
| 15267 | fi | 18444 | fi |
| @@ -15272,7 +18449,8 @@ if test -z "$ac_cpp_err"; then | |||
| 15272 | ac_header_preproc=yes | 18449 | ac_header_preproc=yes |
| 15273 | else | 18450 | else |
| 15274 | echo "$as_me: failed program was:" >&5 | 18451 | echo "$as_me: failed program was:" >&5 |
| 15275 | cat conftest.$ac_ext >&5 | 18452 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 18453 | |||
| 15276 | ac_header_preproc=no | 18454 | ac_header_preproc=no |
| 15277 | fi | 18455 | fi |
| 15278 | rm -f conftest.err conftest.$ac_ext | 18456 | rm -f conftest.err conftest.$ac_ext |
| @@ -15280,26 +18458,43 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 15280 | echo "${ECHO_T}$ac_header_preproc" >&6 | 18458 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 15281 | 18459 | ||
| 15282 | # So? What about this header? | 18460 | # So? What about this header? |
| 15283 | case $ac_header_compiler:$ac_header_preproc in | 18461 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
| 15284 | yes:no ) | 18462 | yes:no: ) |
| 15285 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 18463 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 15286 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 18464 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 15287 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 18465 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
| 15288 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 18466 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} |
| 15289 | no:yes ) | 18467 | ac_header_preproc=yes |
| 18468 | ;; | ||
| 18469 | no:yes:* ) | ||
| 15290 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 18470 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| 15291 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 18471 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| 15292 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 18472 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| 15293 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 18473 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| 18474 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | ||
| 18475 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | ||
| 18476 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | ||
| 18477 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 15294 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 18478 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 15295 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 18479 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
| 18480 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 | ||
| 18481 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | ||
| 18482 | ( | ||
| 18483 | cat <<\_ASBOX | ||
| 18484 | ## ------------------------------------------ ## | ||
| 18485 | ## Report this to the AC_PACKAGE_NAME lists. ## | ||
| 18486 | ## ------------------------------------------ ## | ||
| 18487 | _ASBOX | ||
| 18488 | ) | | ||
| 18489 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 18490 | ;; | ||
| 15296 | esac | 18491 | esac |
| 15297 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | 18492 | echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 15298 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | 18493 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
| 15299 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | 18494 | if eval "test \"\${$as_ac_Header+set}\" = set"; then |
| 15300 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 18495 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 15301 | else | 18496 | else |
| 15302 | eval "$as_ac_Header=$ac_header_preproc" | 18497 | eval "$as_ac_Header=\$ac_header_preproc" |
| 15303 | fi | 18498 | fi |
| 15304 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | 18499 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
| 15305 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | 18500 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
| @@ -15328,18 +18523,31 @@ else | |||
| 15328 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 18523 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
| 15329 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 18524 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 15330 | cat >conftest.$ac_ext <<_ACEOF | 18525 | cat >conftest.$ac_ext <<_ACEOF |
| 15331 | #line $LINENO "configure" | 18526 | /* confdefs.h. */ |
| 15332 | #include "confdefs.h" | 18527 | _ACEOF |
| 18528 | cat confdefs.h >>conftest.$ac_ext | ||
| 18529 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 18530 | /* end confdefs.h. */ | ||
| 15333 | $ac_includes_default | 18531 | $ac_includes_default |
| 15334 | #include <$ac_header> | 18532 | #include <$ac_header> |
| 15335 | _ACEOF | 18533 | _ACEOF |
| 15336 | rm -f conftest.$ac_objext | 18534 | rm -f conftest.$ac_objext |
| 15337 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 18535 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 15338 | (eval $ac_compile) 2>&5 | 18536 | (eval $ac_compile) 2>conftest.er1 |
| 15339 | ac_status=$? | 18537 | ac_status=$? |
| 18538 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 18539 | rm -f conftest.er1 | ||
| 18540 | cat conftest.err >&5 | ||
| 15340 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 18541 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 15341 | (exit $ac_status); } && | 18542 | (exit $ac_status); } && |
| 15342 | { ac_try='test -s conftest.$ac_objext' | 18543 | { ac_try='test -z "$ac_c_werror_flag" |
| 18544 | || test ! -s conftest.err' | ||
| 18545 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 18546 | (eval $ac_try) 2>&5 | ||
| 18547 | ac_status=$? | ||
| 18548 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 18549 | (exit $ac_status); }; } && | ||
| 18550 | { ac_try='test -s conftest.$ac_objext' | ||
| 15343 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 18551 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 15344 | (eval $ac_try) 2>&5 | 18552 | (eval $ac_try) 2>&5 |
| 15345 | ac_status=$? | 18553 | ac_status=$? |
| @@ -15348,10 +18556,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 15348 | ac_header_compiler=yes | 18556 | ac_header_compiler=yes |
| 15349 | else | 18557 | else |
| 15350 | echo "$as_me: failed program was:" >&5 | 18558 | echo "$as_me: failed program was:" >&5 |
| 15351 | cat conftest.$ac_ext >&5 | 18559 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 18560 | |||
| 15352 | ac_header_compiler=no | 18561 | ac_header_compiler=no |
| 15353 | fi | 18562 | fi |
| 15354 | rm -f conftest.$ac_objext conftest.$ac_ext | 18563 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 15355 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 18564 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 15356 | echo "${ECHO_T}$ac_header_compiler" >&6 | 18565 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 15357 | 18566 | ||
| @@ -15359,8 +18568,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 15359 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 18568 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
| 15360 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 18569 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 15361 | cat >conftest.$ac_ext <<_ACEOF | 18570 | cat >conftest.$ac_ext <<_ACEOF |
| 15362 | #line $LINENO "configure" | 18571 | /* confdefs.h. */ |
| 15363 | #include "confdefs.h" | 18572 | _ACEOF |
| 18573 | cat confdefs.h >>conftest.$ac_ext | ||
| 18574 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 18575 | /* end confdefs.h. */ | ||
| 15364 | #include <$ac_header> | 18576 | #include <$ac_header> |
| 15365 | _ACEOF | 18577 | _ACEOF |
| 15366 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 18578 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| @@ -15373,6 +18585,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 15373 | (exit $ac_status); } >/dev/null; then | 18585 | (exit $ac_status); } >/dev/null; then |
| 15374 | if test -s conftest.err; then | 18586 | if test -s conftest.err; then |
| 15375 | ac_cpp_err=$ac_c_preproc_warn_flag | 18587 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 18588 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 15376 | else | 18589 | else |
| 15377 | ac_cpp_err= | 18590 | ac_cpp_err= |
| 15378 | fi | 18591 | fi |
| @@ -15383,7 +18596,8 @@ if test -z "$ac_cpp_err"; then | |||
| 15383 | ac_header_preproc=yes | 18596 | ac_header_preproc=yes |
| 15384 | else | 18597 | else |
| 15385 | echo "$as_me: failed program was:" >&5 | 18598 | echo "$as_me: failed program was:" >&5 |
| 15386 | cat conftest.$ac_ext >&5 | 18599 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 18600 | |||
| 15387 | ac_header_preproc=no | 18601 | ac_header_preproc=no |
| 15388 | fi | 18602 | fi |
| 15389 | rm -f conftest.err conftest.$ac_ext | 18603 | rm -f conftest.err conftest.$ac_ext |
| @@ -15391,26 +18605,43 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 15391 | echo "${ECHO_T}$ac_header_preproc" >&6 | 18605 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 15392 | 18606 | ||
| 15393 | # So? What about this header? | 18607 | # So? What about this header? |
| 15394 | case $ac_header_compiler:$ac_header_preproc in | 18608 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
| 15395 | yes:no ) | 18609 | yes:no: ) |
| 15396 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 18610 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 15397 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 18611 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 15398 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 18612 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
| 15399 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 18613 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} |
| 15400 | no:yes ) | 18614 | ac_header_preproc=yes |
| 18615 | ;; | ||
| 18616 | no:yes:* ) | ||
| 15401 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 18617 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| 15402 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 18618 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| 15403 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 18619 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| 15404 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 18620 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| 18621 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | ||
| 18622 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | ||
| 18623 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | ||
| 18624 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 15405 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 18625 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 15406 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 18626 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
| 18627 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 | ||
| 18628 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | ||
| 18629 | ( | ||
| 18630 | cat <<\_ASBOX | ||
| 18631 | ## ------------------------------------------ ## | ||
| 18632 | ## Report this to the AC_PACKAGE_NAME lists. ## | ||
| 18633 | ## ------------------------------------------ ## | ||
| 18634 | _ASBOX | ||
| 18635 | ) | | ||
| 18636 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 18637 | ;; | ||
| 15407 | esac | 18638 | esac |
| 15408 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | 18639 | echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 15409 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | 18640 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
| 15410 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | 18641 | if eval "test \"\${$as_ac_Header+set}\" = set"; then |
| 15411 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 18642 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 15412 | else | 18643 | else |
| 15413 | eval "$as_ac_Header=$ac_header_preproc" | 18644 | eval "$as_ac_Header=\$ac_header_preproc" |
| 15414 | fi | 18645 | fi |
| 15415 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | 18646 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
| 15416 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | 18647 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
| @@ -15439,18 +18670,31 @@ else | |||
| 15439 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 18670 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
| 15440 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 18671 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 15441 | cat >conftest.$ac_ext <<_ACEOF | 18672 | cat >conftest.$ac_ext <<_ACEOF |
| 15442 | #line $LINENO "configure" | 18673 | /* confdefs.h. */ |
| 15443 | #include "confdefs.h" | 18674 | _ACEOF |
| 18675 | cat confdefs.h >>conftest.$ac_ext | ||
| 18676 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 18677 | /* end confdefs.h. */ | ||
| 15444 | $ac_includes_default | 18678 | $ac_includes_default |
| 15445 | #include <$ac_header> | 18679 | #include <$ac_header> |
| 15446 | _ACEOF | 18680 | _ACEOF |
| 15447 | rm -f conftest.$ac_objext | 18681 | rm -f conftest.$ac_objext |
| 15448 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 18682 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 15449 | (eval $ac_compile) 2>&5 | 18683 | (eval $ac_compile) 2>conftest.er1 |
| 15450 | ac_status=$? | 18684 | ac_status=$? |
| 18685 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 18686 | rm -f conftest.er1 | ||
| 18687 | cat conftest.err >&5 | ||
| 15451 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 18688 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 15452 | (exit $ac_status); } && | 18689 | (exit $ac_status); } && |
| 15453 | { ac_try='test -s conftest.$ac_objext' | 18690 | { ac_try='test -z "$ac_c_werror_flag" |
| 18691 | || test ! -s conftest.err' | ||
| 18692 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 18693 | (eval $ac_try) 2>&5 | ||
| 18694 | ac_status=$? | ||
| 18695 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 18696 | (exit $ac_status); }; } && | ||
| 18697 | { ac_try='test -s conftest.$ac_objext' | ||
| 15454 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 18698 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 15455 | (eval $ac_try) 2>&5 | 18699 | (eval $ac_try) 2>&5 |
| 15456 | ac_status=$? | 18700 | ac_status=$? |
| @@ -15459,10 +18703,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 15459 | ac_header_compiler=yes | 18703 | ac_header_compiler=yes |
| 15460 | else | 18704 | else |
| 15461 | echo "$as_me: failed program was:" >&5 | 18705 | echo "$as_me: failed program was:" >&5 |
| 15462 | cat conftest.$ac_ext >&5 | 18706 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 18707 | |||
| 15463 | ac_header_compiler=no | 18708 | ac_header_compiler=no |
| 15464 | fi | 18709 | fi |
| 15465 | rm -f conftest.$ac_objext conftest.$ac_ext | 18710 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 15466 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 18711 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 15467 | echo "${ECHO_T}$ac_header_compiler" >&6 | 18712 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 15468 | 18713 | ||
| @@ -15470,8 +18715,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 15470 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 18715 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
| 15471 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 18716 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 15472 | cat >conftest.$ac_ext <<_ACEOF | 18717 | cat >conftest.$ac_ext <<_ACEOF |
| 15473 | #line $LINENO "configure" | 18718 | /* confdefs.h. */ |
| 15474 | #include "confdefs.h" | 18719 | _ACEOF |
| 18720 | cat confdefs.h >>conftest.$ac_ext | ||
| 18721 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 18722 | /* end confdefs.h. */ | ||
| 15475 | #include <$ac_header> | 18723 | #include <$ac_header> |
| 15476 | _ACEOF | 18724 | _ACEOF |
| 15477 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 18725 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| @@ -15484,6 +18732,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 15484 | (exit $ac_status); } >/dev/null; then | 18732 | (exit $ac_status); } >/dev/null; then |
| 15485 | if test -s conftest.err; then | 18733 | if test -s conftest.err; then |
| 15486 | ac_cpp_err=$ac_c_preproc_warn_flag | 18734 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 18735 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 15487 | else | 18736 | else |
| 15488 | ac_cpp_err= | 18737 | ac_cpp_err= |
| 15489 | fi | 18738 | fi |
| @@ -15494,7 +18743,8 @@ if test -z "$ac_cpp_err"; then | |||
| 15494 | ac_header_preproc=yes | 18743 | ac_header_preproc=yes |
| 15495 | else | 18744 | else |
| 15496 | echo "$as_me: failed program was:" >&5 | 18745 | echo "$as_me: failed program was:" >&5 |
| 15497 | cat conftest.$ac_ext >&5 | 18746 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 18747 | |||
| 15498 | ac_header_preproc=no | 18748 | ac_header_preproc=no |
| 15499 | fi | 18749 | fi |
| 15500 | rm -f conftest.err conftest.$ac_ext | 18750 | rm -f conftest.err conftest.$ac_ext |
| @@ -15502,26 +18752,43 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 15502 | echo "${ECHO_T}$ac_header_preproc" >&6 | 18752 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 15503 | 18753 | ||
| 15504 | # So? What about this header? | 18754 | # So? What about this header? |
| 15505 | case $ac_header_compiler:$ac_header_preproc in | 18755 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
| 15506 | yes:no ) | 18756 | yes:no: ) |
| 15507 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 18757 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 15508 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 18758 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 15509 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 18759 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
| 15510 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 18760 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} |
| 15511 | no:yes ) | 18761 | ac_header_preproc=yes |
| 18762 | ;; | ||
| 18763 | no:yes:* ) | ||
| 15512 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 18764 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| 15513 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 18765 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| 15514 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 18766 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| 15515 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 18767 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| 18768 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | ||
| 18769 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | ||
| 18770 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | ||
| 18771 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 15516 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 18772 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 15517 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 18773 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
| 18774 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 | ||
| 18775 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | ||
| 18776 | ( | ||
| 18777 | cat <<\_ASBOX | ||
| 18778 | ## ------------------------------------------ ## | ||
| 18779 | ## Report this to the AC_PACKAGE_NAME lists. ## | ||
| 18780 | ## ------------------------------------------ ## | ||
| 18781 | _ASBOX | ||
| 18782 | ) | | ||
| 18783 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 18784 | ;; | ||
| 15518 | esac | 18785 | esac |
| 15519 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | 18786 | echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 15520 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | 18787 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
| 15521 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | 18788 | if eval "test \"\${$as_ac_Header+set}\" = set"; then |
| 15522 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 18789 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 15523 | else | 18790 | else |
| 15524 | eval "$as_ac_Header=$ac_header_preproc" | 18791 | eval "$as_ac_Header=\$ac_header_preproc" |
| 15525 | fi | 18792 | fi |
| 15526 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | 18793 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
| 15527 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | 18794 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
| @@ -15562,18 +18829,31 @@ else | |||
| 15562 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 18829 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
| 15563 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 18830 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 15564 | cat >conftest.$ac_ext <<_ACEOF | 18831 | cat >conftest.$ac_ext <<_ACEOF |
| 15565 | #line $LINENO "configure" | 18832 | /* confdefs.h. */ |
| 15566 | #include "confdefs.h" | 18833 | _ACEOF |
| 18834 | cat confdefs.h >>conftest.$ac_ext | ||
| 18835 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 18836 | /* end confdefs.h. */ | ||
| 15567 | $ac_includes_default | 18837 | $ac_includes_default |
| 15568 | #include <$ac_header> | 18838 | #include <$ac_header> |
| 15569 | _ACEOF | 18839 | _ACEOF |
| 15570 | rm -f conftest.$ac_objext | 18840 | rm -f conftest.$ac_objext |
| 15571 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 18841 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 15572 | (eval $ac_compile) 2>&5 | 18842 | (eval $ac_compile) 2>conftest.er1 |
| 15573 | ac_status=$? | 18843 | ac_status=$? |
| 18844 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 18845 | rm -f conftest.er1 | ||
| 18846 | cat conftest.err >&5 | ||
| 15574 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 18847 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 15575 | (exit $ac_status); } && | 18848 | (exit $ac_status); } && |
| 15576 | { ac_try='test -s conftest.$ac_objext' | 18849 | { ac_try='test -z "$ac_c_werror_flag" |
| 18850 | || test ! -s conftest.err' | ||
| 18851 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 18852 | (eval $ac_try) 2>&5 | ||
| 18853 | ac_status=$? | ||
| 18854 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 18855 | (exit $ac_status); }; } && | ||
| 18856 | { ac_try='test -s conftest.$ac_objext' | ||
| 15577 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 18857 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 15578 | (eval $ac_try) 2>&5 | 18858 | (eval $ac_try) 2>&5 |
| 15579 | ac_status=$? | 18859 | ac_status=$? |
| @@ -15582,10 +18862,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 15582 | ac_header_compiler=yes | 18862 | ac_header_compiler=yes |
| 15583 | else | 18863 | else |
| 15584 | echo "$as_me: failed program was:" >&5 | 18864 | echo "$as_me: failed program was:" >&5 |
| 15585 | cat conftest.$ac_ext >&5 | 18865 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 18866 | |||
| 15586 | ac_header_compiler=no | 18867 | ac_header_compiler=no |
| 15587 | fi | 18868 | fi |
| 15588 | rm -f conftest.$ac_objext conftest.$ac_ext | 18869 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 15589 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 18870 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 15590 | echo "${ECHO_T}$ac_header_compiler" >&6 | 18871 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 15591 | 18872 | ||
| @@ -15593,8 +18874,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 15593 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 18874 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
| 15594 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 18875 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 15595 | cat >conftest.$ac_ext <<_ACEOF | 18876 | cat >conftest.$ac_ext <<_ACEOF |
| 15596 | #line $LINENO "configure" | 18877 | /* confdefs.h. */ |
| 15597 | #include "confdefs.h" | 18878 | _ACEOF |
| 18879 | cat confdefs.h >>conftest.$ac_ext | ||
| 18880 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 18881 | /* end confdefs.h. */ | ||
| 15598 | #include <$ac_header> | 18882 | #include <$ac_header> |
| 15599 | _ACEOF | 18883 | _ACEOF |
| 15600 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 18884 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| @@ -15607,6 +18891,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 15607 | (exit $ac_status); } >/dev/null; then | 18891 | (exit $ac_status); } >/dev/null; then |
| 15608 | if test -s conftest.err; then | 18892 | if test -s conftest.err; then |
| 15609 | ac_cpp_err=$ac_c_preproc_warn_flag | 18893 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 18894 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 15610 | else | 18895 | else |
| 15611 | ac_cpp_err= | 18896 | ac_cpp_err= |
| 15612 | fi | 18897 | fi |
| @@ -15617,7 +18902,8 @@ if test -z "$ac_cpp_err"; then | |||
| 15617 | ac_header_preproc=yes | 18902 | ac_header_preproc=yes |
| 15618 | else | 18903 | else |
| 15619 | echo "$as_me: failed program was:" >&5 | 18904 | echo "$as_me: failed program was:" >&5 |
| 15620 | cat conftest.$ac_ext >&5 | 18905 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 18906 | |||
| 15621 | ac_header_preproc=no | 18907 | ac_header_preproc=no |
| 15622 | fi | 18908 | fi |
| 15623 | rm -f conftest.err conftest.$ac_ext | 18909 | rm -f conftest.err conftest.$ac_ext |
| @@ -15625,26 +18911,43 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 15625 | echo "${ECHO_T}$ac_header_preproc" >&6 | 18911 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 15626 | 18912 | ||
| 15627 | # So? What about this header? | 18913 | # So? What about this header? |
| 15628 | case $ac_header_compiler:$ac_header_preproc in | 18914 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
| 15629 | yes:no ) | 18915 | yes:no: ) |
| 15630 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 18916 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 15631 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 18917 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 15632 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 18918 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
| 15633 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 18919 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} |
| 15634 | no:yes ) | 18920 | ac_header_preproc=yes |
| 18921 | ;; | ||
| 18922 | no:yes:* ) | ||
| 15635 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 18923 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| 15636 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 18924 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| 15637 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 18925 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| 15638 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 18926 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| 18927 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | ||
| 18928 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | ||
| 18929 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | ||
| 18930 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 15639 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 18931 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 15640 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 18932 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
| 18933 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 | ||
| 18934 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | ||
| 18935 | ( | ||
| 18936 | cat <<\_ASBOX | ||
| 18937 | ## ------------------------------------------ ## | ||
| 18938 | ## Report this to the AC_PACKAGE_NAME lists. ## | ||
| 18939 | ## ------------------------------------------ ## | ||
| 18940 | _ASBOX | ||
| 18941 | ) | | ||
| 18942 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 18943 | ;; | ||
| 15641 | esac | 18944 | esac |
| 15642 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | 18945 | echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 15643 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | 18946 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
| 15644 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | 18947 | if eval "test \"\${$as_ac_Header+set}\" = set"; then |
| 15645 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 18948 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 15646 | else | 18949 | else |
| 15647 | eval "$as_ac_Header=$ac_header_preproc" | 18950 | eval "$as_ac_Header=\$ac_header_preproc" |
| 15648 | fi | 18951 | fi |
| 15649 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | 18952 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
| 15650 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | 18953 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
| @@ -15672,8 +18975,11 @@ else | |||
| 15672 | ac_check_lib_save_LIBS=$LIBS | 18975 | ac_check_lib_save_LIBS=$LIBS |
| 15673 | LIBS="-lintl $LIBS" | 18976 | LIBS="-lintl $LIBS" |
| 15674 | cat >conftest.$ac_ext <<_ACEOF | 18977 | cat >conftest.$ac_ext <<_ACEOF |
| 15675 | #line $LINENO "configure" | 18978 | /* confdefs.h. */ |
| 15676 | #include "confdefs.h" | 18979 | _ACEOF |
| 18980 | cat confdefs.h >>conftest.$ac_ext | ||
| 18981 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 18982 | /* end confdefs.h. */ | ||
| 15677 | 18983 | ||
| 15678 | /* Override any gcc2 internal prototype to avoid an error. */ | 18984 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 15679 | #ifdef __cplusplus | 18985 | #ifdef __cplusplus |
| @@ -15692,11 +18998,21 @@ dgettext (); | |||
| 15692 | _ACEOF | 18998 | _ACEOF |
| 15693 | rm -f conftest.$ac_objext conftest$ac_exeext | 18999 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 15694 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 19000 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 15695 | (eval $ac_link) 2>&5 | 19001 | (eval $ac_link) 2>conftest.er1 |
| 15696 | ac_status=$? | 19002 | ac_status=$? |
| 19003 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 19004 | rm -f conftest.er1 | ||
| 19005 | cat conftest.err >&5 | ||
| 15697 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 19006 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 15698 | (exit $ac_status); } && | 19007 | (exit $ac_status); } && |
| 15699 | { ac_try='test -s conftest$ac_exeext' | 19008 | { ac_try='test -z "$ac_c_werror_flag" |
| 19009 | || test ! -s conftest.err' | ||
| 19010 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 19011 | (eval $ac_try) 2>&5 | ||
| 19012 | ac_status=$? | ||
| 19013 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 19014 | (exit $ac_status); }; } && | ||
| 19015 | { ac_try='test -s conftest$ac_exeext' | ||
| 15700 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 19016 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 15701 | (eval $ac_try) 2>&5 | 19017 | (eval $ac_try) 2>&5 |
| 15702 | ac_status=$? | 19018 | ac_status=$? |
| @@ -15705,10 +19021,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 15705 | ac_cv_lib_intl_dgettext=yes | 19021 | ac_cv_lib_intl_dgettext=yes |
| 15706 | else | 19022 | else |
| 15707 | echo "$as_me: failed program was:" >&5 | 19023 | echo "$as_me: failed program was:" >&5 |
| 15708 | cat conftest.$ac_ext >&5 | 19024 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 19025 | |||
| 15709 | ac_cv_lib_intl_dgettext=no | 19026 | ac_cv_lib_intl_dgettext=no |
| 15710 | fi | 19027 | fi |
| 15711 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 19028 | rm -f conftest.err conftest.$ac_objext \ |
| 19029 | conftest$ac_exeext conftest.$ac_ext | ||
| 15712 | LIBS=$ac_check_lib_save_LIBS | 19030 | LIBS=$ac_check_lib_save_LIBS |
| 15713 | fi | 19031 | fi |
| 15714 | echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dgettext" >&5 | 19032 | echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dgettext" >&5 |
| @@ -15734,8 +19052,11 @@ if test "$cross_compiling" = yes; then | |||
| 15734 | emacs_cv_localtime_cache=yes | 19052 | emacs_cv_localtime_cache=yes |
| 15735 | else | 19053 | else |
| 15736 | cat >conftest.$ac_ext <<_ACEOF | 19054 | cat >conftest.$ac_ext <<_ACEOF |
| 15737 | #line $LINENO "configure" | 19055 | /* confdefs.h. */ |
| 15738 | #include "confdefs.h" | 19056 | _ACEOF |
| 19057 | cat confdefs.h >>conftest.$ac_ext | ||
| 19058 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 19059 | /* end confdefs.h. */ | ||
| 15739 | #include <time.h> | 19060 | #include <time.h> |
| 15740 | extern char **environ; | 19061 | extern char **environ; |
| 15741 | unset_TZ () | 19062 | unset_TZ () |
| @@ -15781,11 +19102,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 15781 | else | 19102 | else |
| 15782 | echo "$as_me: program exited with status $ac_status" >&5 | 19103 | echo "$as_me: program exited with status $ac_status" >&5 |
| 15783 | echo "$as_me: failed program was:" >&5 | 19104 | echo "$as_me: failed program was:" >&5 |
| 15784 | cat conftest.$ac_ext >&5 | 19105 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 19106 | |||
| 15785 | ( exit $ac_status ) | 19107 | ( exit $ac_status ) |
| 15786 | emacs_cv_localtime_cache=yes | 19108 | emacs_cv_localtime_cache=yes |
| 15787 | fi | 19109 | fi |
| 15788 | rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 19110 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
| 15789 | fi | 19111 | fi |
| 15790 | else | 19112 | else |
| 15791 | # If we lack tzset, report that localtime does not cache TZ, | 19113 | # If we lack tzset, report that localtime does not cache TZ, |
| @@ -15814,43 +19136,73 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then | |||
| 15814 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 19136 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 15815 | else | 19137 | else |
| 15816 | cat >conftest.$ac_ext <<_ACEOF | 19138 | cat >conftest.$ac_ext <<_ACEOF |
| 15817 | #line $LINENO "configure" | 19139 | /* confdefs.h. */ |
| 15818 | #include "confdefs.h" | 19140 | _ACEOF |
| 19141 | cat confdefs.h >>conftest.$ac_ext | ||
| 19142 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 19143 | /* end confdefs.h. */ | ||
| 19144 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. | ||
| 19145 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | ||
| 19146 | #define $ac_func innocuous_$ac_func | ||
| 19147 | |||
| 15819 | /* System header to define __stub macros and hopefully few prototypes, | 19148 | /* System header to define __stub macros and hopefully few prototypes, |
| 15820 | which can conflict with char $ac_func (); below. */ | 19149 | which can conflict with char $ac_func (); below. |
| 15821 | #include <assert.h> | 19150 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 19151 | <limits.h> exists even on freestanding compilers. */ | ||
| 19152 | |||
| 19153 | #ifdef __STDC__ | ||
| 19154 | # include <limits.h> | ||
| 19155 | #else | ||
| 19156 | # include <assert.h> | ||
| 19157 | #endif | ||
| 19158 | |||
| 19159 | #undef $ac_func | ||
| 19160 | |||
| 15822 | /* Override any gcc2 internal prototype to avoid an error. */ | 19161 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 15823 | #ifdef __cplusplus | 19162 | #ifdef __cplusplus |
| 15824 | extern "C" | 19163 | extern "C" |
| 19164 | { | ||
| 15825 | #endif | 19165 | #endif |
| 15826 | /* We use char because int might match the return type of a gcc2 | 19166 | /* We use char because int might match the return type of a gcc2 |
| 15827 | builtin and then its argument prototype would still apply. */ | 19167 | builtin and then its argument prototype would still apply. */ |
| 15828 | char $ac_func (); | 19168 | char $ac_func (); |
| 15829 | char (*f) (); | ||
| 15830 | |||
| 15831 | int | ||
| 15832 | main () | ||
| 15833 | { | ||
| 15834 | /* The GNU C library defines this for functions which it implements | 19169 | /* The GNU C library defines this for functions which it implements |
| 15835 | to always fail with ENOSYS. Some functions are actually named | 19170 | to always fail with ENOSYS. Some functions are actually named |
| 15836 | something starting with __ and the normal name is an alias. */ | 19171 | something starting with __ and the normal name is an alias. */ |
| 15837 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | 19172 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) |
| 15838 | choke me | 19173 | choke me |
| 15839 | #else | 19174 | #else |
| 15840 | f = $ac_func; | 19175 | char (*f) () = $ac_func; |
| 19176 | #endif | ||
| 19177 | #ifdef __cplusplus | ||
| 19178 | } | ||
| 15841 | #endif | 19179 | #endif |
| 15842 | 19180 | ||
| 19181 | int | ||
| 19182 | main () | ||
| 19183 | { | ||
| 19184 | return f != $ac_func; | ||
| 15843 | ; | 19185 | ; |
| 15844 | return 0; | 19186 | return 0; |
| 15845 | } | 19187 | } |
| 15846 | _ACEOF | 19188 | _ACEOF |
| 15847 | rm -f conftest.$ac_objext conftest$ac_exeext | 19189 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 15848 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 19190 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 15849 | (eval $ac_link) 2>&5 | 19191 | (eval $ac_link) 2>conftest.er1 |
| 15850 | ac_status=$? | 19192 | ac_status=$? |
| 19193 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 19194 | rm -f conftest.er1 | ||
| 19195 | cat conftest.err >&5 | ||
| 15851 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 19196 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 15852 | (exit $ac_status); } && | 19197 | (exit $ac_status); } && |
| 15853 | { ac_try='test -s conftest$ac_exeext' | 19198 | { ac_try='test -z "$ac_c_werror_flag" |
| 19199 | || test ! -s conftest.err' | ||
| 19200 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 19201 | (eval $ac_try) 2>&5 | ||
| 19202 | ac_status=$? | ||
| 19203 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 19204 | (exit $ac_status); }; } && | ||
| 19205 | { ac_try='test -s conftest$ac_exeext' | ||
| 15854 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 19206 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 15855 | (eval $ac_try) 2>&5 | 19207 | (eval $ac_try) 2>&5 |
| 15856 | ac_status=$? | 19208 | ac_status=$? |
| @@ -15859,10 +19211,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 15859 | eval "$as_ac_var=yes" | 19211 | eval "$as_ac_var=yes" |
| 15860 | else | 19212 | else |
| 15861 | echo "$as_me: failed program was:" >&5 | 19213 | echo "$as_me: failed program was:" >&5 |
| 15862 | cat conftest.$ac_ext >&5 | 19214 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 19215 | |||
| 15863 | eval "$as_ac_var=no" | 19216 | eval "$as_ac_var=no" |
| 15864 | fi | 19217 | fi |
| 15865 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 19218 | rm -f conftest.err conftest.$ac_objext \ |
| 19219 | conftest$ac_exeext conftest.$ac_ext | ||
| 15866 | fi | 19220 | fi |
| 15867 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | 19221 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 |
| 15868 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | 19222 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
| @@ -15881,8 +19235,11 @@ if test "${emacs_cv_gettimeofday_two_arguments+set}" = set; then | |||
| 15881 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 19235 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 15882 | else | 19236 | else |
| 15883 | cat >conftest.$ac_ext <<_ACEOF | 19237 | cat >conftest.$ac_ext <<_ACEOF |
| 15884 | #line $LINENO "configure" | 19238 | /* confdefs.h. */ |
| 15885 | #include "confdefs.h" | 19239 | _ACEOF |
| 19240 | cat confdefs.h >>conftest.$ac_ext | ||
| 19241 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 19242 | /* end confdefs.h. */ | ||
| 15886 | 19243 | ||
| 15887 | #ifdef TIME_WITH_SYS_TIME | 19244 | #ifdef TIME_WITH_SYS_TIME |
| 15888 | #include <sys/time.h> | 19245 | #include <sys/time.h> |
| @@ -15905,11 +19262,21 @@ struct timeval time; | |||
| 15905 | _ACEOF | 19262 | _ACEOF |
| 15906 | rm -f conftest.$ac_objext | 19263 | rm -f conftest.$ac_objext |
| 15907 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 19264 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 15908 | (eval $ac_compile) 2>&5 | 19265 | (eval $ac_compile) 2>conftest.er1 |
| 15909 | ac_status=$? | 19266 | ac_status=$? |
| 19267 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 19268 | rm -f conftest.er1 | ||
| 19269 | cat conftest.err >&5 | ||
| 15910 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 19270 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 15911 | (exit $ac_status); } && | 19271 | (exit $ac_status); } && |
| 15912 | { ac_try='test -s conftest.$ac_objext' | 19272 | { ac_try='test -z "$ac_c_werror_flag" |
| 19273 | || test ! -s conftest.err' | ||
| 19274 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 19275 | (eval $ac_try) 2>&5 | ||
| 19276 | ac_status=$? | ||
| 19277 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 19278 | (exit $ac_status); }; } && | ||
| 19279 | { ac_try='test -s conftest.$ac_objext' | ||
| 15913 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 19280 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 15914 | (eval $ac_try) 2>&5 | 19281 | (eval $ac_try) 2>&5 |
| 15915 | ac_status=$? | 19282 | ac_status=$? |
| @@ -15918,10 +19285,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 15918 | emacs_cv_gettimeofday_two_arguments=yes | 19285 | emacs_cv_gettimeofday_two_arguments=yes |
| 15919 | else | 19286 | else |
| 15920 | echo "$as_me: failed program was:" >&5 | 19287 | echo "$as_me: failed program was:" >&5 |
| 15921 | cat conftest.$ac_ext >&5 | 19288 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 19289 | |||
| 15922 | emacs_cv_gettimeofday_two_arguments=no | 19290 | emacs_cv_gettimeofday_two_arguments=no |
| 15923 | fi | 19291 | fi |
| 15924 | rm -f conftest.$ac_objext conftest.$ac_ext | 19292 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 15925 | fi | 19293 | fi |
| 15926 | echo "$as_me:$LINENO: result: $emacs_cv_gettimeofday_two_arguments" >&5 | 19294 | echo "$as_me:$LINENO: result: $emacs_cv_gettimeofday_two_arguments" >&5 |
| 15927 | echo "${ECHO_T}$emacs_cv_gettimeofday_two_arguments" >&6 | 19295 | echo "${ECHO_T}$emacs_cv_gettimeofday_two_arguments" >&6 |
| @@ -15942,8 +19310,11 @@ if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then | |||
| 15942 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 19310 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 15943 | else | 19311 | else |
| 15944 | cat >conftest.$ac_ext <<_ACEOF | 19312 | cat >conftest.$ac_ext <<_ACEOF |
| 15945 | #line $LINENO "configure" | 19313 | /* confdefs.h. */ |
| 15946 | #include "confdefs.h" | 19314 | _ACEOF |
| 19315 | cat confdefs.h >>conftest.$ac_ext | ||
| 19316 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 19317 | /* end confdefs.h. */ | ||
| 15947 | #include <sys/types.h> | 19318 | #include <sys/types.h> |
| 15948 | #include <$ac_cv_struct_tm> | 19319 | #include <$ac_cv_struct_tm> |
| 15949 | 19320 | ||
| @@ -15960,11 +19331,21 @@ return 0; | |||
| 15960 | _ACEOF | 19331 | _ACEOF |
| 15961 | rm -f conftest.$ac_objext | 19332 | rm -f conftest.$ac_objext |
| 15962 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 19333 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 15963 | (eval $ac_compile) 2>&5 | 19334 | (eval $ac_compile) 2>conftest.er1 |
| 15964 | ac_status=$? | 19335 | ac_status=$? |
| 19336 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 19337 | rm -f conftest.er1 | ||
| 19338 | cat conftest.err >&5 | ||
| 15965 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 19339 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 15966 | (exit $ac_status); } && | 19340 | (exit $ac_status); } && |
| 15967 | { ac_try='test -s conftest.$ac_objext' | 19341 | { ac_try='test -z "$ac_c_werror_flag" |
| 19342 | || test ! -s conftest.err' | ||
| 19343 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 19344 | (eval $ac_try) 2>&5 | ||
| 19345 | ac_status=$? | ||
| 19346 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 19347 | (exit $ac_status); }; } && | ||
| 19348 | { ac_try='test -s conftest.$ac_objext' | ||
| 15968 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 19349 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 15969 | (eval $ac_try) 2>&5 | 19350 | (eval $ac_try) 2>&5 |
| 15970 | ac_status=$? | 19351 | ac_status=$? |
| @@ -15973,10 +19354,14 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 15973 | ac_cv_member_struct_tm_tm_zone=yes | 19354 | ac_cv_member_struct_tm_tm_zone=yes |
| 15974 | else | 19355 | else |
| 15975 | echo "$as_me: failed program was:" >&5 | 19356 | echo "$as_me: failed program was:" >&5 |
| 15976 | cat conftest.$ac_ext >&5 | 19357 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 19358 | |||
| 15977 | cat >conftest.$ac_ext <<_ACEOF | 19359 | cat >conftest.$ac_ext <<_ACEOF |
| 15978 | #line $LINENO "configure" | 19360 | /* confdefs.h. */ |
| 15979 | #include "confdefs.h" | 19361 | _ACEOF |
| 19362 | cat confdefs.h >>conftest.$ac_ext | ||
| 19363 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 19364 | /* end confdefs.h. */ | ||
| 15980 | #include <sys/types.h> | 19365 | #include <sys/types.h> |
| 15981 | #include <$ac_cv_struct_tm> | 19366 | #include <$ac_cv_struct_tm> |
| 15982 | 19367 | ||
| @@ -15993,11 +19378,21 @@ return 0; | |||
| 15993 | _ACEOF | 19378 | _ACEOF |
| 15994 | rm -f conftest.$ac_objext | 19379 | rm -f conftest.$ac_objext |
| 15995 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 19380 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 15996 | (eval $ac_compile) 2>&5 | 19381 | (eval $ac_compile) 2>conftest.er1 |
| 15997 | ac_status=$? | 19382 | ac_status=$? |
| 19383 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 19384 | rm -f conftest.er1 | ||
| 19385 | cat conftest.err >&5 | ||
| 15998 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 19386 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 15999 | (exit $ac_status); } && | 19387 | (exit $ac_status); } && |
| 16000 | { ac_try='test -s conftest.$ac_objext' | 19388 | { ac_try='test -z "$ac_c_werror_flag" |
| 19389 | || test ! -s conftest.err' | ||
| 19390 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 19391 | (eval $ac_try) 2>&5 | ||
| 19392 | ac_status=$? | ||
| 19393 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 19394 | (exit $ac_status); }; } && | ||
| 19395 | { ac_try='test -s conftest.$ac_objext' | ||
| 16001 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 19396 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 16002 | (eval $ac_try) 2>&5 | 19397 | (eval $ac_try) 2>&5 |
| 16003 | ac_status=$? | 19398 | ac_status=$? |
| @@ -16006,12 +19401,13 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 16006 | ac_cv_member_struct_tm_tm_zone=yes | 19401 | ac_cv_member_struct_tm_tm_zone=yes |
| 16007 | else | 19402 | else |
| 16008 | echo "$as_me: failed program was:" >&5 | 19403 | echo "$as_me: failed program was:" >&5 |
| 16009 | cat conftest.$ac_ext >&5 | 19404 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 19405 | |||
| 16010 | ac_cv_member_struct_tm_tm_zone=no | 19406 | ac_cv_member_struct_tm_tm_zone=no |
| 16011 | fi | 19407 | fi |
| 16012 | rm -f conftest.$ac_objext conftest.$ac_ext | 19408 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 16013 | fi | 19409 | fi |
| 16014 | rm -f conftest.$ac_objext conftest.$ac_ext | 19410 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 16015 | fi | 19411 | fi |
| 16016 | echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_zone" >&5 | 19412 | echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_zone" >&5 |
| 16017 | echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6 | 19413 | echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6 |
| @@ -16037,8 +19433,11 @@ if test "${ac_cv_var_tzname+set}" = set; then | |||
| 16037 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 19433 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 16038 | else | 19434 | else |
| 16039 | cat >conftest.$ac_ext <<_ACEOF | 19435 | cat >conftest.$ac_ext <<_ACEOF |
| 16040 | #line $LINENO "configure" | 19436 | /* confdefs.h. */ |
| 16041 | #include "confdefs.h" | 19437 | _ACEOF |
| 19438 | cat confdefs.h >>conftest.$ac_ext | ||
| 19439 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 19440 | /* end confdefs.h. */ | ||
| 16042 | #include <time.h> | 19441 | #include <time.h> |
| 16043 | #ifndef tzname /* For SGI. */ | 19442 | #ifndef tzname /* For SGI. */ |
| 16044 | extern char *tzname[]; /* RS6000 and others reject char **tzname. */ | 19443 | extern char *tzname[]; /* RS6000 and others reject char **tzname. */ |
| @@ -16054,11 +19453,21 @@ atoi(*tzname); | |||
| 16054 | _ACEOF | 19453 | _ACEOF |
| 16055 | rm -f conftest.$ac_objext conftest$ac_exeext | 19454 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 16056 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 19455 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 16057 | (eval $ac_link) 2>&5 | 19456 | (eval $ac_link) 2>conftest.er1 |
| 16058 | ac_status=$? | 19457 | ac_status=$? |
| 19458 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 19459 | rm -f conftest.er1 | ||
| 19460 | cat conftest.err >&5 | ||
| 16059 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 19461 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 16060 | (exit $ac_status); } && | 19462 | (exit $ac_status); } && |
| 16061 | { ac_try='test -s conftest$ac_exeext' | 19463 | { ac_try='test -z "$ac_c_werror_flag" |
| 19464 | || test ! -s conftest.err' | ||
| 19465 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 19466 | (eval $ac_try) 2>&5 | ||
| 19467 | ac_status=$? | ||
| 19468 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 19469 | (exit $ac_status); }; } && | ||
| 19470 | { ac_try='test -s conftest$ac_exeext' | ||
| 16062 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 19471 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 16063 | (eval $ac_try) 2>&5 | 19472 | (eval $ac_try) 2>&5 |
| 16064 | ac_status=$? | 19473 | ac_status=$? |
| @@ -16067,10 +19476,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 16067 | ac_cv_var_tzname=yes | 19476 | ac_cv_var_tzname=yes |
| 16068 | else | 19477 | else |
| 16069 | echo "$as_me: failed program was:" >&5 | 19478 | echo "$as_me: failed program was:" >&5 |
| 16070 | cat conftest.$ac_ext >&5 | 19479 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 19480 | |||
| 16071 | ac_cv_var_tzname=no | 19481 | ac_cv_var_tzname=no |
| 16072 | fi | 19482 | fi |
| 16073 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 19483 | rm -f conftest.err conftest.$ac_objext \ |
| 19484 | conftest$ac_exeext conftest.$ac_ext | ||
| 16074 | fi | 19485 | fi |
| 16075 | echo "$as_me:$LINENO: result: $ac_cv_var_tzname" >&5 | 19486 | echo "$as_me:$LINENO: result: $ac_cv_var_tzname" >&5 |
| 16076 | echo "${ECHO_T}$ac_cv_var_tzname" >&6 | 19487 | echo "${ECHO_T}$ac_cv_var_tzname" >&6 |
| @@ -16091,8 +19502,11 @@ if test "${emacs_cv_struct_timezone+set}" = set; then | |||
| 16091 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 19502 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 16092 | else | 19503 | else |
| 16093 | cat >conftest.$ac_ext <<_ACEOF | 19504 | cat >conftest.$ac_ext <<_ACEOF |
| 16094 | #line $LINENO "configure" | 19505 | /* confdefs.h. */ |
| 16095 | #include "confdefs.h" | 19506 | _ACEOF |
| 19507 | cat confdefs.h >>conftest.$ac_ext | ||
| 19508 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 19509 | /* end confdefs.h. */ | ||
| 16096 | #include <sys/time.h> | 19510 | #include <sys/time.h> |
| 16097 | int | 19511 | int |
| 16098 | main () | 19512 | main () |
| @@ -16104,11 +19518,21 @@ struct timezone tz; | |||
| 16104 | _ACEOF | 19518 | _ACEOF |
| 16105 | rm -f conftest.$ac_objext | 19519 | rm -f conftest.$ac_objext |
| 16106 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 19520 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 16107 | (eval $ac_compile) 2>&5 | 19521 | (eval $ac_compile) 2>conftest.er1 |
| 16108 | ac_status=$? | 19522 | ac_status=$? |
| 19523 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 19524 | rm -f conftest.er1 | ||
| 19525 | cat conftest.err >&5 | ||
| 16109 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 19526 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 16110 | (exit $ac_status); } && | 19527 | (exit $ac_status); } && |
| 16111 | { ac_try='test -s conftest.$ac_objext' | 19528 | { ac_try='test -z "$ac_c_werror_flag" |
| 19529 | || test ! -s conftest.err' | ||
| 19530 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 19531 | (eval $ac_try) 2>&5 | ||
| 19532 | ac_status=$? | ||
| 19533 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 19534 | (exit $ac_status); }; } && | ||
| 19535 | { ac_try='test -s conftest.$ac_objext' | ||
| 16112 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 19536 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 16113 | (eval $ac_try) 2>&5 | 19537 | (eval $ac_try) 2>&5 |
| 16114 | ac_status=$? | 19538 | ac_status=$? |
| @@ -16118,8 +19542,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 16118 | emacs_cv_struct_timezone=yes | 19542 | emacs_cv_struct_timezone=yes |
| 16119 | else | 19543 | else |
| 16120 | cat >conftest.$ac_ext <<_ACEOF | 19544 | cat >conftest.$ac_ext <<_ACEOF |
| 16121 | #line $LINENO "configure" | 19545 | /* confdefs.h. */ |
| 16122 | #include "confdefs.h" | 19546 | _ACEOF |
| 19547 | cat confdefs.h >>conftest.$ac_ext | ||
| 19548 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 19549 | /* end confdefs.h. */ | ||
| 16123 | 19550 | ||
| 16124 | #ifdef TIME_WITH_SYS_TIME | 19551 | #ifdef TIME_WITH_SYS_TIME |
| 16125 | #include <sys/time.h> | 19552 | #include <sys/time.h> |
| @@ -16152,18 +19579,20 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 16152 | else | 19579 | else |
| 16153 | echo "$as_me: program exited with status $ac_status" >&5 | 19580 | echo "$as_me: program exited with status $ac_status" >&5 |
| 16154 | echo "$as_me: failed program was:" >&5 | 19581 | echo "$as_me: failed program was:" >&5 |
| 16155 | cat conftest.$ac_ext >&5 | 19582 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 19583 | |||
| 16156 | ( exit $ac_status ) | 19584 | ( exit $ac_status ) |
| 16157 | emacs_cv_struct_timezone=no | 19585 | emacs_cv_struct_timezone=no |
| 16158 | fi | 19586 | fi |
| 16159 | rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 19587 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
| 16160 | fi | 19588 | fi |
| 16161 | else | 19589 | else |
| 16162 | echo "$as_me: failed program was:" >&5 | 19590 | echo "$as_me: failed program was:" >&5 |
| 16163 | cat conftest.$ac_ext >&5 | 19591 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 19592 | |||
| 16164 | emacs_cv_struct_timezone=no | 19593 | emacs_cv_struct_timezone=no |
| 16165 | fi | 19594 | fi |
| 16166 | rm -f conftest.$ac_objext conftest.$ac_ext | 19595 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 16167 | fi | 19596 | fi |
| 16168 | echo "$as_me:$LINENO: result: $emacs_cv_struct_timezone" >&5 | 19597 | echo "$as_me:$LINENO: result: $emacs_cv_struct_timezone" >&5 |
| 16169 | echo "${ECHO_T}$emacs_cv_struct_timezone" >&6 | 19598 | echo "${ECHO_T}$emacs_cv_struct_timezone" >&6 |
| @@ -16176,43 +19605,73 @@ if test "${ac_cv_func_socket+set}" = set; then | |||
| 16176 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 19605 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 16177 | else | 19606 | else |
| 16178 | cat >conftest.$ac_ext <<_ACEOF | 19607 | cat >conftest.$ac_ext <<_ACEOF |
| 16179 | #line $LINENO "configure" | 19608 | /* confdefs.h. */ |
| 16180 | #include "confdefs.h" | 19609 | _ACEOF |
| 19610 | cat confdefs.h >>conftest.$ac_ext | ||
| 19611 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 19612 | /* end confdefs.h. */ | ||
| 19613 | /* Define socket to an innocuous variant, in case <limits.h> declares socket. | ||
| 19614 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | ||
| 19615 | #define socket innocuous_socket | ||
| 19616 | |||
| 16181 | /* System header to define __stub macros and hopefully few prototypes, | 19617 | /* System header to define __stub macros and hopefully few prototypes, |
| 16182 | which can conflict with char socket (); below. */ | 19618 | which can conflict with char socket (); below. |
| 16183 | #include <assert.h> | 19619 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 19620 | <limits.h> exists even on freestanding compilers. */ | ||
| 19621 | |||
| 19622 | #ifdef __STDC__ | ||
| 19623 | # include <limits.h> | ||
| 19624 | #else | ||
| 19625 | # include <assert.h> | ||
| 19626 | #endif | ||
| 19627 | |||
| 19628 | #undef socket | ||
| 19629 | |||
| 16184 | /* Override any gcc2 internal prototype to avoid an error. */ | 19630 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 16185 | #ifdef __cplusplus | 19631 | #ifdef __cplusplus |
| 16186 | extern "C" | 19632 | extern "C" |
| 19633 | { | ||
| 16187 | #endif | 19634 | #endif |
| 16188 | /* We use char because int might match the return type of a gcc2 | 19635 | /* We use char because int might match the return type of a gcc2 |
| 16189 | builtin and then its argument prototype would still apply. */ | 19636 | builtin and then its argument prototype would still apply. */ |
| 16190 | char socket (); | 19637 | char socket (); |
| 16191 | char (*f) (); | ||
| 16192 | |||
| 16193 | int | ||
| 16194 | main () | ||
| 16195 | { | ||
| 16196 | /* The GNU C library defines this for functions which it implements | 19638 | /* The GNU C library defines this for functions which it implements |
| 16197 | to always fail with ENOSYS. Some functions are actually named | 19639 | to always fail with ENOSYS. Some functions are actually named |
| 16198 | something starting with __ and the normal name is an alias. */ | 19640 | something starting with __ and the normal name is an alias. */ |
| 16199 | #if defined (__stub_socket) || defined (__stub___socket) | 19641 | #if defined (__stub_socket) || defined (__stub___socket) |
| 16200 | choke me | 19642 | choke me |
| 16201 | #else | 19643 | #else |
| 16202 | f = socket; | 19644 | char (*f) () = socket; |
| 19645 | #endif | ||
| 19646 | #ifdef __cplusplus | ||
| 19647 | } | ||
| 16203 | #endif | 19648 | #endif |
| 16204 | 19649 | ||
| 19650 | int | ||
| 19651 | main () | ||
| 19652 | { | ||
| 19653 | return f != socket; | ||
| 16205 | ; | 19654 | ; |
| 16206 | return 0; | 19655 | return 0; |
| 16207 | } | 19656 | } |
| 16208 | _ACEOF | 19657 | _ACEOF |
| 16209 | rm -f conftest.$ac_objext conftest$ac_exeext | 19658 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 16210 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 19659 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 16211 | (eval $ac_link) 2>&5 | 19660 | (eval $ac_link) 2>conftest.er1 |
| 16212 | ac_status=$? | 19661 | ac_status=$? |
| 19662 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 19663 | rm -f conftest.er1 | ||
| 19664 | cat conftest.err >&5 | ||
| 16213 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 19665 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 16214 | (exit $ac_status); } && | 19666 | (exit $ac_status); } && |
| 16215 | { ac_try='test -s conftest$ac_exeext' | 19667 | { ac_try='test -z "$ac_c_werror_flag" |
| 19668 | || test ! -s conftest.err' | ||
| 19669 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 19670 | (eval $ac_try) 2>&5 | ||
| 19671 | ac_status=$? | ||
| 19672 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 19673 | (exit $ac_status); }; } && | ||
| 19674 | { ac_try='test -s conftest$ac_exeext' | ||
| 16216 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 19675 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 16217 | (eval $ac_try) 2>&5 | 19676 | (eval $ac_try) 2>&5 |
| 16218 | ac_status=$? | 19677 | ac_status=$? |
| @@ -16221,10 +19680,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 16221 | ac_cv_func_socket=yes | 19680 | ac_cv_func_socket=yes |
| 16222 | else | 19681 | else |
| 16223 | echo "$as_me: failed program was:" >&5 | 19682 | echo "$as_me: failed program was:" >&5 |
| 16224 | cat conftest.$ac_ext >&5 | 19683 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 19684 | |||
| 16225 | ac_cv_func_socket=no | 19685 | ac_cv_func_socket=no |
| 16226 | fi | 19686 | fi |
| 16227 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 19687 | rm -f conftest.err conftest.$ac_objext \ |
| 19688 | conftest$ac_exeext conftest.$ac_ext | ||
| 16228 | fi | 19689 | fi |
| 16229 | echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5 | 19690 | echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5 |
| 16230 | echo "${ECHO_T}$ac_cv_func_socket" >&6 | 19691 | echo "${ECHO_T}$ac_cv_func_socket" >&6 |
| @@ -16248,18 +19709,31 @@ else | |||
| 16248 | echo "$as_me:$LINENO: checking netinet/in.h usability" >&5 | 19709 | echo "$as_me:$LINENO: checking netinet/in.h usability" >&5 |
| 16249 | echo $ECHO_N "checking netinet/in.h usability... $ECHO_C" >&6 | 19710 | echo $ECHO_N "checking netinet/in.h usability... $ECHO_C" >&6 |
| 16250 | cat >conftest.$ac_ext <<_ACEOF | 19711 | cat >conftest.$ac_ext <<_ACEOF |
| 16251 | #line $LINENO "configure" | 19712 | /* confdefs.h. */ |
| 16252 | #include "confdefs.h" | 19713 | _ACEOF |
| 19714 | cat confdefs.h >>conftest.$ac_ext | ||
| 19715 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 19716 | /* end confdefs.h. */ | ||
| 16253 | $ac_includes_default | 19717 | $ac_includes_default |
| 16254 | #include <netinet/in.h> | 19718 | #include <netinet/in.h> |
| 16255 | _ACEOF | 19719 | _ACEOF |
| 16256 | rm -f conftest.$ac_objext | 19720 | rm -f conftest.$ac_objext |
| 16257 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 19721 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 16258 | (eval $ac_compile) 2>&5 | 19722 | (eval $ac_compile) 2>conftest.er1 |
| 16259 | ac_status=$? | 19723 | ac_status=$? |
| 19724 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 19725 | rm -f conftest.er1 | ||
| 19726 | cat conftest.err >&5 | ||
| 16260 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 19727 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 16261 | (exit $ac_status); } && | 19728 | (exit $ac_status); } && |
| 16262 | { ac_try='test -s conftest.$ac_objext' | 19729 | { ac_try='test -z "$ac_c_werror_flag" |
| 19730 | || test ! -s conftest.err' | ||
| 19731 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 19732 | (eval $ac_try) 2>&5 | ||
| 19733 | ac_status=$? | ||
| 19734 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 19735 | (exit $ac_status); }; } && | ||
| 19736 | { ac_try='test -s conftest.$ac_objext' | ||
| 16263 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 19737 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 16264 | (eval $ac_try) 2>&5 | 19738 | (eval $ac_try) 2>&5 |
| 16265 | ac_status=$? | 19739 | ac_status=$? |
| @@ -16268,10 +19742,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 16268 | ac_header_compiler=yes | 19742 | ac_header_compiler=yes |
| 16269 | else | 19743 | else |
| 16270 | echo "$as_me: failed program was:" >&5 | 19744 | echo "$as_me: failed program was:" >&5 |
| 16271 | cat conftest.$ac_ext >&5 | 19745 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 19746 | |||
| 16272 | ac_header_compiler=no | 19747 | ac_header_compiler=no |
| 16273 | fi | 19748 | fi |
| 16274 | rm -f conftest.$ac_objext conftest.$ac_ext | 19749 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 16275 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 19750 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 16276 | echo "${ECHO_T}$ac_header_compiler" >&6 | 19751 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 16277 | 19752 | ||
| @@ -16279,8 +19754,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 16279 | echo "$as_me:$LINENO: checking netinet/in.h presence" >&5 | 19754 | echo "$as_me:$LINENO: checking netinet/in.h presence" >&5 |
| 16280 | echo $ECHO_N "checking netinet/in.h presence... $ECHO_C" >&6 | 19755 | echo $ECHO_N "checking netinet/in.h presence... $ECHO_C" >&6 |
| 16281 | cat >conftest.$ac_ext <<_ACEOF | 19756 | cat >conftest.$ac_ext <<_ACEOF |
| 16282 | #line $LINENO "configure" | 19757 | /* confdefs.h. */ |
| 16283 | #include "confdefs.h" | 19758 | _ACEOF |
| 19759 | cat confdefs.h >>conftest.$ac_ext | ||
| 19760 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 19761 | /* end confdefs.h. */ | ||
| 16284 | #include <netinet/in.h> | 19762 | #include <netinet/in.h> |
| 16285 | _ACEOF | 19763 | _ACEOF |
| 16286 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 19764 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| @@ -16293,6 +19771,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 16293 | (exit $ac_status); } >/dev/null; then | 19771 | (exit $ac_status); } >/dev/null; then |
| 16294 | if test -s conftest.err; then | 19772 | if test -s conftest.err; then |
| 16295 | ac_cpp_err=$ac_c_preproc_warn_flag | 19773 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 19774 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 16296 | else | 19775 | else |
| 16297 | ac_cpp_err= | 19776 | ac_cpp_err= |
| 16298 | fi | 19777 | fi |
| @@ -16303,7 +19782,8 @@ if test -z "$ac_cpp_err"; then | |||
| 16303 | ac_header_preproc=yes | 19782 | ac_header_preproc=yes |
| 16304 | else | 19783 | else |
| 16305 | echo "$as_me: failed program was:" >&5 | 19784 | echo "$as_me: failed program was:" >&5 |
| 16306 | cat conftest.$ac_ext >&5 | 19785 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 19786 | |||
| 16307 | ac_header_preproc=no | 19787 | ac_header_preproc=no |
| 16308 | fi | 19788 | fi |
| 16309 | rm -f conftest.err conftest.$ac_ext | 19789 | rm -f conftest.err conftest.$ac_ext |
| @@ -16311,19 +19791,36 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 16311 | echo "${ECHO_T}$ac_header_preproc" >&6 | 19791 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 16312 | 19792 | ||
| 16313 | # So? What about this header? | 19793 | # So? What about this header? |
| 16314 | case $ac_header_compiler:$ac_header_preproc in | 19794 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
| 16315 | yes:no ) | 19795 | yes:no: ) |
| 16316 | { echo "$as_me:$LINENO: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&5 | 19796 | { echo "$as_me:$LINENO: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 16317 | echo "$as_me: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | 19797 | echo "$as_me: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 16318 | { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&5 | 19798 | { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the compiler's result" >&5 |
| 16319 | echo "$as_me: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&2;};; | 19799 | echo "$as_me: WARNING: netinet/in.h: proceeding with the compiler's result" >&2;} |
| 16320 | no:yes ) | 19800 | ac_header_preproc=yes |
| 19801 | ;; | ||
| 19802 | no:yes:* ) | ||
| 16321 | { echo "$as_me:$LINENO: WARNING: netinet/in.h: present but cannot be compiled" >&5 | 19803 | { echo "$as_me:$LINENO: WARNING: netinet/in.h: present but cannot be compiled" >&5 |
| 16322 | echo "$as_me: WARNING: netinet/in.h: present but cannot be compiled" >&2;} | 19804 | echo "$as_me: WARNING: netinet/in.h: present but cannot be compiled" >&2;} |
| 16323 | { echo "$as_me:$LINENO: WARNING: netinet/in.h: check for missing prerequisite headers?" >&5 | 19805 | { echo "$as_me:$LINENO: WARNING: netinet/in.h: check for missing prerequisite headers?" >&5 |
| 16324 | echo "$as_me: WARNING: netinet/in.h: check for missing prerequisite headers?" >&2;} | 19806 | echo "$as_me: WARNING: netinet/in.h: check for missing prerequisite headers?" >&2;} |
| 19807 | { echo "$as_me:$LINENO: WARNING: netinet/in.h: see the Autoconf documentation" >&5 | ||
| 19808 | echo "$as_me: WARNING: netinet/in.h: see the Autoconf documentation" >&2;} | ||
| 19809 | { echo "$as_me:$LINENO: WARNING: netinet/in.h: section \"Present But Cannot Be Compiled\"" >&5 | ||
| 19810 | echo "$as_me: WARNING: netinet/in.h: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 16325 | { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&5 | 19811 | { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&5 |
| 16326 | echo "$as_me: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&2;};; | 19812 | echo "$as_me: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&2;} |
| 19813 | { echo "$as_me:$LINENO: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&5 | ||
| 19814 | echo "$as_me: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&2;} | ||
| 19815 | ( | ||
| 19816 | cat <<\_ASBOX | ||
| 19817 | ## ------------------------------------------ ## | ||
| 19818 | ## Report this to the AC_PACKAGE_NAME lists. ## | ||
| 19819 | ## ------------------------------------------ ## | ||
| 19820 | _ASBOX | ||
| 19821 | ) | | ||
| 19822 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 19823 | ;; | ||
| 16327 | esac | 19824 | esac |
| 16328 | echo "$as_me:$LINENO: checking for netinet/in.h" >&5 | 19825 | echo "$as_me:$LINENO: checking for netinet/in.h" >&5 |
| 16329 | echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6 | 19826 | echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6 |
| @@ -16358,18 +19855,31 @@ else | |||
| 16358 | echo "$as_me:$LINENO: checking arpa/inet.h usability" >&5 | 19855 | echo "$as_me:$LINENO: checking arpa/inet.h usability" >&5 |
| 16359 | echo $ECHO_N "checking arpa/inet.h usability... $ECHO_C" >&6 | 19856 | echo $ECHO_N "checking arpa/inet.h usability... $ECHO_C" >&6 |
| 16360 | cat >conftest.$ac_ext <<_ACEOF | 19857 | cat >conftest.$ac_ext <<_ACEOF |
| 16361 | #line $LINENO "configure" | 19858 | /* confdefs.h. */ |
| 16362 | #include "confdefs.h" | 19859 | _ACEOF |
| 19860 | cat confdefs.h >>conftest.$ac_ext | ||
| 19861 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 19862 | /* end confdefs.h. */ | ||
| 16363 | $ac_includes_default | 19863 | $ac_includes_default |
| 16364 | #include <arpa/inet.h> | 19864 | #include <arpa/inet.h> |
| 16365 | _ACEOF | 19865 | _ACEOF |
| 16366 | rm -f conftest.$ac_objext | 19866 | rm -f conftest.$ac_objext |
| 16367 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 19867 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 16368 | (eval $ac_compile) 2>&5 | 19868 | (eval $ac_compile) 2>conftest.er1 |
| 16369 | ac_status=$? | 19869 | ac_status=$? |
| 19870 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 19871 | rm -f conftest.er1 | ||
| 19872 | cat conftest.err >&5 | ||
| 16370 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 19873 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 16371 | (exit $ac_status); } && | 19874 | (exit $ac_status); } && |
| 16372 | { ac_try='test -s conftest.$ac_objext' | 19875 | { ac_try='test -z "$ac_c_werror_flag" |
| 19876 | || test ! -s conftest.err' | ||
| 19877 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 19878 | (eval $ac_try) 2>&5 | ||
| 19879 | ac_status=$? | ||
| 19880 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 19881 | (exit $ac_status); }; } && | ||
| 19882 | { ac_try='test -s conftest.$ac_objext' | ||
| 16373 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 19883 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 16374 | (eval $ac_try) 2>&5 | 19884 | (eval $ac_try) 2>&5 |
| 16375 | ac_status=$? | 19885 | ac_status=$? |
| @@ -16378,10 +19888,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 16378 | ac_header_compiler=yes | 19888 | ac_header_compiler=yes |
| 16379 | else | 19889 | else |
| 16380 | echo "$as_me: failed program was:" >&5 | 19890 | echo "$as_me: failed program was:" >&5 |
| 16381 | cat conftest.$ac_ext >&5 | 19891 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 19892 | |||
| 16382 | ac_header_compiler=no | 19893 | ac_header_compiler=no |
| 16383 | fi | 19894 | fi |
| 16384 | rm -f conftest.$ac_objext conftest.$ac_ext | 19895 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 16385 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 19896 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 16386 | echo "${ECHO_T}$ac_header_compiler" >&6 | 19897 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 16387 | 19898 | ||
| @@ -16389,8 +19900,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 16389 | echo "$as_me:$LINENO: checking arpa/inet.h presence" >&5 | 19900 | echo "$as_me:$LINENO: checking arpa/inet.h presence" >&5 |
| 16390 | echo $ECHO_N "checking arpa/inet.h presence... $ECHO_C" >&6 | 19901 | echo $ECHO_N "checking arpa/inet.h presence... $ECHO_C" >&6 |
| 16391 | cat >conftest.$ac_ext <<_ACEOF | 19902 | cat >conftest.$ac_ext <<_ACEOF |
| 16392 | #line $LINENO "configure" | 19903 | /* confdefs.h. */ |
| 16393 | #include "confdefs.h" | 19904 | _ACEOF |
| 19905 | cat confdefs.h >>conftest.$ac_ext | ||
| 19906 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 19907 | /* end confdefs.h. */ | ||
| 16394 | #include <arpa/inet.h> | 19908 | #include <arpa/inet.h> |
| 16395 | _ACEOF | 19909 | _ACEOF |
| 16396 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 19910 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| @@ -16403,6 +19917,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 16403 | (exit $ac_status); } >/dev/null; then | 19917 | (exit $ac_status); } >/dev/null; then |
| 16404 | if test -s conftest.err; then | 19918 | if test -s conftest.err; then |
| 16405 | ac_cpp_err=$ac_c_preproc_warn_flag | 19919 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 19920 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 16406 | else | 19921 | else |
| 16407 | ac_cpp_err= | 19922 | ac_cpp_err= |
| 16408 | fi | 19923 | fi |
| @@ -16413,7 +19928,8 @@ if test -z "$ac_cpp_err"; then | |||
| 16413 | ac_header_preproc=yes | 19928 | ac_header_preproc=yes |
| 16414 | else | 19929 | else |
| 16415 | echo "$as_me: failed program was:" >&5 | 19930 | echo "$as_me: failed program was:" >&5 |
| 16416 | cat conftest.$ac_ext >&5 | 19931 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 19932 | |||
| 16417 | ac_header_preproc=no | 19933 | ac_header_preproc=no |
| 16418 | fi | 19934 | fi |
| 16419 | rm -f conftest.err conftest.$ac_ext | 19935 | rm -f conftest.err conftest.$ac_ext |
| @@ -16421,19 +19937,36 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 16421 | echo "${ECHO_T}$ac_header_preproc" >&6 | 19937 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 16422 | 19938 | ||
| 16423 | # So? What about this header? | 19939 | # So? What about this header? |
| 16424 | case $ac_header_compiler:$ac_header_preproc in | 19940 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
| 16425 | yes:no ) | 19941 | yes:no: ) |
| 16426 | { echo "$as_me:$LINENO: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&5 | 19942 | { echo "$as_me:$LINENO: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 16427 | echo "$as_me: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&2;} | 19943 | echo "$as_me: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 16428 | { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&5 | 19944 | { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the compiler's result" >&5 |
| 16429 | echo "$as_me: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&2;};; | 19945 | echo "$as_me: WARNING: arpa/inet.h: proceeding with the compiler's result" >&2;} |
| 16430 | no:yes ) | 19946 | ac_header_preproc=yes |
| 19947 | ;; | ||
| 19948 | no:yes:* ) | ||
| 16431 | { echo "$as_me:$LINENO: WARNING: arpa/inet.h: present but cannot be compiled" >&5 | 19949 | { echo "$as_me:$LINENO: WARNING: arpa/inet.h: present but cannot be compiled" >&5 |
| 16432 | echo "$as_me: WARNING: arpa/inet.h: present but cannot be compiled" >&2;} | 19950 | echo "$as_me: WARNING: arpa/inet.h: present but cannot be compiled" >&2;} |
| 16433 | { echo "$as_me:$LINENO: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&5 | 19951 | { echo "$as_me:$LINENO: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&5 |
| 16434 | echo "$as_me: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&2;} | 19952 | echo "$as_me: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&2;} |
| 19953 | { echo "$as_me:$LINENO: WARNING: arpa/inet.h: see the Autoconf documentation" >&5 | ||
| 19954 | echo "$as_me: WARNING: arpa/inet.h: see the Autoconf documentation" >&2;} | ||
| 19955 | { echo "$as_me:$LINENO: WARNING: arpa/inet.h: section \"Present But Cannot Be Compiled\"" >&5 | ||
| 19956 | echo "$as_me: WARNING: arpa/inet.h: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 16435 | { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&5 | 19957 | { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&5 |
| 16436 | echo "$as_me: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&2;};; | 19958 | echo "$as_me: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&2;} |
| 19959 | { echo "$as_me:$LINENO: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&5 | ||
| 19960 | echo "$as_me: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&2;} | ||
| 19961 | ( | ||
| 19962 | cat <<\_ASBOX | ||
| 19963 | ## ------------------------------------------ ## | ||
| 19964 | ## Report this to the AC_PACKAGE_NAME lists. ## | ||
| 19965 | ## ------------------------------------------ ## | ||
| 19966 | _ASBOX | ||
| 19967 | ) | | ||
| 19968 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 19969 | ;; | ||
| 16437 | esac | 19970 | esac |
| 16438 | echo "$as_me:$LINENO: checking for arpa/inet.h" >&5 | 19971 | echo "$as_me:$LINENO: checking for arpa/inet.h" >&5 |
| 16439 | echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6 | 19972 | echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6 |
| @@ -16479,18 +20012,31 @@ else | |||
| 16479 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 20012 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
| 16480 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 20013 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 16481 | cat >conftest.$ac_ext <<_ACEOF | 20014 | cat >conftest.$ac_ext <<_ACEOF |
| 16482 | #line $LINENO "configure" | 20015 | /* confdefs.h. */ |
| 16483 | #include "confdefs.h" | 20016 | _ACEOF |
| 20017 | cat confdefs.h >>conftest.$ac_ext | ||
| 20018 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 20019 | /* end confdefs.h. */ | ||
| 16484 | $ac_includes_default | 20020 | $ac_includes_default |
| 16485 | #include <$ac_header> | 20021 | #include <$ac_header> |
| 16486 | _ACEOF | 20022 | _ACEOF |
| 16487 | rm -f conftest.$ac_objext | 20023 | rm -f conftest.$ac_objext |
| 16488 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 20024 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 16489 | (eval $ac_compile) 2>&5 | 20025 | (eval $ac_compile) 2>conftest.er1 |
| 16490 | ac_status=$? | 20026 | ac_status=$? |
| 20027 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 20028 | rm -f conftest.er1 | ||
| 20029 | cat conftest.err >&5 | ||
| 16491 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 20030 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 16492 | (exit $ac_status); } && | 20031 | (exit $ac_status); } && |
| 16493 | { ac_try='test -s conftest.$ac_objext' | 20032 | { ac_try='test -z "$ac_c_werror_flag" |
| 20033 | || test ! -s conftest.err' | ||
| 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_objext' | ||
| 16494 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 20040 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 16495 | (eval $ac_try) 2>&5 | 20041 | (eval $ac_try) 2>&5 |
| 16496 | ac_status=$? | 20042 | ac_status=$? |
| @@ -16499,10 +20045,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 16499 | ac_header_compiler=yes | 20045 | ac_header_compiler=yes |
| 16500 | else | 20046 | else |
| 16501 | echo "$as_me: failed program was:" >&5 | 20047 | echo "$as_me: failed program was:" >&5 |
| 16502 | cat conftest.$ac_ext >&5 | 20048 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 20049 | |||
| 16503 | ac_header_compiler=no | 20050 | ac_header_compiler=no |
| 16504 | fi | 20051 | fi |
| 16505 | rm -f conftest.$ac_objext conftest.$ac_ext | 20052 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 16506 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 20053 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 16507 | echo "${ECHO_T}$ac_header_compiler" >&6 | 20054 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 16508 | 20055 | ||
| @@ -16510,8 +20057,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 16510 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 20057 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
| 16511 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 20058 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 16512 | cat >conftest.$ac_ext <<_ACEOF | 20059 | cat >conftest.$ac_ext <<_ACEOF |
| 16513 | #line $LINENO "configure" | 20060 | /* confdefs.h. */ |
| 16514 | #include "confdefs.h" | 20061 | _ACEOF |
| 20062 | cat confdefs.h >>conftest.$ac_ext | ||
| 20063 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 20064 | /* end confdefs.h. */ | ||
| 16515 | #include <$ac_header> | 20065 | #include <$ac_header> |
| 16516 | _ACEOF | 20066 | _ACEOF |
| 16517 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 20067 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| @@ -16524,6 +20074,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 16524 | (exit $ac_status); } >/dev/null; then | 20074 | (exit $ac_status); } >/dev/null; then |
| 16525 | if test -s conftest.err; then | 20075 | if test -s conftest.err; then |
| 16526 | ac_cpp_err=$ac_c_preproc_warn_flag | 20076 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 20077 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 16527 | else | 20078 | else |
| 16528 | ac_cpp_err= | 20079 | ac_cpp_err= |
| 16529 | fi | 20080 | fi |
| @@ -16534,7 +20085,8 @@ if test -z "$ac_cpp_err"; then | |||
| 16534 | ac_header_preproc=yes | 20085 | ac_header_preproc=yes |
| 16535 | else | 20086 | else |
| 16536 | echo "$as_me: failed program was:" >&5 | 20087 | echo "$as_me: failed program was:" >&5 |
| 16537 | cat conftest.$ac_ext >&5 | 20088 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 20089 | |||
| 16538 | ac_header_preproc=no | 20090 | ac_header_preproc=no |
| 16539 | fi | 20091 | fi |
| 16540 | rm -f conftest.err conftest.$ac_ext | 20092 | rm -f conftest.err conftest.$ac_ext |
| @@ -16542,26 +20094,43 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 16542 | echo "${ECHO_T}$ac_header_preproc" >&6 | 20094 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 16543 | 20095 | ||
| 16544 | # So? What about this header? | 20096 | # So? What about this header? |
| 16545 | case $ac_header_compiler:$ac_header_preproc in | 20097 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
| 16546 | yes:no ) | 20098 | yes:no: ) |
| 16547 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 20099 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 16548 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 20100 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 16549 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 20101 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
| 16550 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 20102 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} |
| 16551 | no:yes ) | 20103 | ac_header_preproc=yes |
| 20104 | ;; | ||
| 20105 | no:yes:* ) | ||
| 16552 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 20106 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| 16553 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 20107 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| 16554 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 20108 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| 16555 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 20109 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| 20110 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | ||
| 20111 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | ||
| 20112 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | ||
| 20113 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 16556 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 20114 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 16557 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 20115 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
| 20116 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 | ||
| 20117 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | ||
| 20118 | ( | ||
| 20119 | cat <<\_ASBOX | ||
| 20120 | ## ------------------------------------------ ## | ||
| 20121 | ## Report this to the AC_PACKAGE_NAME lists. ## | ||
| 20122 | ## ------------------------------------------ ## | ||
| 20123 | _ASBOX | ||
| 20124 | ) | | ||
| 20125 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 20126 | ;; | ||
| 16558 | esac | 20127 | esac |
| 16559 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | 20128 | echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 16560 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | 20129 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
| 16561 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | 20130 | if eval "test \"\${$as_ac_Header+set}\" = set"; then |
| 16562 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 20131 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 16563 | else | 20132 | else |
| 16564 | eval "$as_ac_Header=$ac_header_preproc" | 20133 | eval "$as_ac_Header=\$ac_header_preproc" |
| 16565 | fi | 20134 | fi |
| 16566 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | 20135 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
| 16567 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | 20136 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
| @@ -16606,8 +20175,11 @@ if test "${ac_cv_type_pid_t+set}" = set; then | |||
| 16606 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 20175 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 16607 | else | 20176 | else |
| 16608 | cat >conftest.$ac_ext <<_ACEOF | 20177 | cat >conftest.$ac_ext <<_ACEOF |
| 16609 | #line $LINENO "configure" | 20178 | /* confdefs.h. */ |
| 16610 | #include "confdefs.h" | 20179 | _ACEOF |
| 20180 | cat confdefs.h >>conftest.$ac_ext | ||
| 20181 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 20182 | /* end confdefs.h. */ | ||
| 16611 | $ac_includes_default | 20183 | $ac_includes_default |
| 16612 | int | 20184 | int |
| 16613 | main () | 20185 | main () |
| @@ -16622,11 +20194,21 @@ if (sizeof (pid_t)) | |||
| 16622 | _ACEOF | 20194 | _ACEOF |
| 16623 | rm -f conftest.$ac_objext | 20195 | rm -f conftest.$ac_objext |
| 16624 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 20196 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 16625 | (eval $ac_compile) 2>&5 | 20197 | (eval $ac_compile) 2>conftest.er1 |
| 16626 | ac_status=$? | 20198 | ac_status=$? |
| 20199 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 20200 | rm -f conftest.er1 | ||
| 20201 | cat conftest.err >&5 | ||
| 16627 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 20202 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 16628 | (exit $ac_status); } && | 20203 | (exit $ac_status); } && |
| 16629 | { ac_try='test -s conftest.$ac_objext' | 20204 | { ac_try='test -z "$ac_c_werror_flag" |
| 20205 | || test ! -s conftest.err' | ||
| 20206 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 20207 | (eval $ac_try) 2>&5 | ||
| 20208 | ac_status=$? | ||
| 20209 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 20210 | (exit $ac_status); }; } && | ||
| 20211 | { ac_try='test -s conftest.$ac_objext' | ||
| 16630 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 20212 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 16631 | (eval $ac_try) 2>&5 | 20213 | (eval $ac_try) 2>&5 |
| 16632 | ac_status=$? | 20214 | ac_status=$? |
| @@ -16635,10 +20217,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 16635 | ac_cv_type_pid_t=yes | 20217 | ac_cv_type_pid_t=yes |
| 16636 | else | 20218 | else |
| 16637 | echo "$as_me: failed program was:" >&5 | 20219 | echo "$as_me: failed program was:" >&5 |
| 16638 | cat conftest.$ac_ext >&5 | 20220 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 20221 | |||
| 16639 | ac_cv_type_pid_t=no | 20222 | ac_cv_type_pid_t=no |
| 16640 | fi | 20223 | fi |
| 16641 | rm -f conftest.$ac_objext conftest.$ac_ext | 20224 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 16642 | fi | 20225 | fi |
| 16643 | echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5 | 20226 | echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5 |
| 16644 | echo "${ECHO_T}$ac_cv_type_pid_t" >&6 | 20227 | echo "${ECHO_T}$ac_cv_type_pid_t" >&6 |
| @@ -16670,18 +20253,31 @@ else | |||
| 16670 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 | 20253 | echo "$as_me:$LINENO: checking $ac_header usability" >&5 |
| 16671 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | 20254 | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
| 16672 | cat >conftest.$ac_ext <<_ACEOF | 20255 | cat >conftest.$ac_ext <<_ACEOF |
| 16673 | #line $LINENO "configure" | 20256 | /* confdefs.h. */ |
| 16674 | #include "confdefs.h" | 20257 | _ACEOF |
| 20258 | cat confdefs.h >>conftest.$ac_ext | ||
| 20259 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 20260 | /* end confdefs.h. */ | ||
| 16675 | $ac_includes_default | 20261 | $ac_includes_default |
| 16676 | #include <$ac_header> | 20262 | #include <$ac_header> |
| 16677 | _ACEOF | 20263 | _ACEOF |
| 16678 | rm -f conftest.$ac_objext | 20264 | rm -f conftest.$ac_objext |
| 16679 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 20265 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 16680 | (eval $ac_compile) 2>&5 | 20266 | (eval $ac_compile) 2>conftest.er1 |
| 16681 | ac_status=$? | 20267 | ac_status=$? |
| 20268 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 20269 | rm -f conftest.er1 | ||
| 20270 | cat conftest.err >&5 | ||
| 16682 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 20271 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 16683 | (exit $ac_status); } && | 20272 | (exit $ac_status); } && |
| 16684 | { ac_try='test -s conftest.$ac_objext' | 20273 | { ac_try='test -z "$ac_c_werror_flag" |
| 20274 | || test ! -s conftest.err' | ||
| 20275 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 20276 | (eval $ac_try) 2>&5 | ||
| 20277 | ac_status=$? | ||
| 20278 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 20279 | (exit $ac_status); }; } && | ||
| 20280 | { ac_try='test -s conftest.$ac_objext' | ||
| 16685 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 20281 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 16686 | (eval $ac_try) 2>&5 | 20282 | (eval $ac_try) 2>&5 |
| 16687 | ac_status=$? | 20283 | ac_status=$? |
| @@ -16690,10 +20286,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 16690 | ac_header_compiler=yes | 20286 | ac_header_compiler=yes |
| 16691 | else | 20287 | else |
| 16692 | echo "$as_me: failed program was:" >&5 | 20288 | echo "$as_me: failed program was:" >&5 |
| 16693 | cat conftest.$ac_ext >&5 | 20289 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 20290 | |||
| 16694 | ac_header_compiler=no | 20291 | ac_header_compiler=no |
| 16695 | fi | 20292 | fi |
| 16696 | rm -f conftest.$ac_objext conftest.$ac_ext | 20293 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 16697 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 | 20294 | echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 |
| 16698 | echo "${ECHO_T}$ac_header_compiler" >&6 | 20295 | echo "${ECHO_T}$ac_header_compiler" >&6 |
| 16699 | 20296 | ||
| @@ -16701,8 +20298,11 @@ echo "${ECHO_T}$ac_header_compiler" >&6 | |||
| 16701 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 | 20298 | echo "$as_me:$LINENO: checking $ac_header presence" >&5 |
| 16702 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | 20299 | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
| 16703 | cat >conftest.$ac_ext <<_ACEOF | 20300 | cat >conftest.$ac_ext <<_ACEOF |
| 16704 | #line $LINENO "configure" | 20301 | /* confdefs.h. */ |
| 16705 | #include "confdefs.h" | 20302 | _ACEOF |
| 20303 | cat confdefs.h >>conftest.$ac_ext | ||
| 20304 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 20305 | /* end confdefs.h. */ | ||
| 16706 | #include <$ac_header> | 20306 | #include <$ac_header> |
| 16707 | _ACEOF | 20307 | _ACEOF |
| 16708 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | 20308 | if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 |
| @@ -16715,6 +20315,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 | |||
| 16715 | (exit $ac_status); } >/dev/null; then | 20315 | (exit $ac_status); } >/dev/null; then |
| 16716 | if test -s conftest.err; then | 20316 | if test -s conftest.err; then |
| 16717 | ac_cpp_err=$ac_c_preproc_warn_flag | 20317 | ac_cpp_err=$ac_c_preproc_warn_flag |
| 20318 | ac_cpp_err=$ac_cpp_err$ac_c_werror_flag | ||
| 16718 | else | 20319 | else |
| 16719 | ac_cpp_err= | 20320 | ac_cpp_err= |
| 16720 | fi | 20321 | fi |
| @@ -16725,7 +20326,8 @@ if test -z "$ac_cpp_err"; then | |||
| 16725 | ac_header_preproc=yes | 20326 | ac_header_preproc=yes |
| 16726 | else | 20327 | else |
| 16727 | echo "$as_me: failed program was:" >&5 | 20328 | echo "$as_me: failed program was:" >&5 |
| 16728 | cat conftest.$ac_ext >&5 | 20329 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 20330 | |||
| 16729 | ac_header_preproc=no | 20331 | ac_header_preproc=no |
| 16730 | fi | 20332 | fi |
| 16731 | rm -f conftest.err conftest.$ac_ext | 20333 | rm -f conftest.err conftest.$ac_ext |
| @@ -16733,26 +20335,43 @@ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 | |||
| 16733 | echo "${ECHO_T}$ac_header_preproc" >&6 | 20335 | echo "${ECHO_T}$ac_header_preproc" >&6 |
| 16734 | 20336 | ||
| 16735 | # So? What about this header? | 20337 | # So? What about this header? |
| 16736 | case $ac_header_compiler:$ac_header_preproc in | 20338 | case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in |
| 16737 | yes:no ) | 20339 | yes:no: ) |
| 16738 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | 20340 | { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
| 16739 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | 20341 | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
| 16740 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 20342 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 |
| 16741 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 20343 | echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} |
| 16742 | no:yes ) | 20344 | ac_header_preproc=yes |
| 20345 | ;; | ||
| 20346 | no:yes:* ) | ||
| 16743 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 | 20347 | { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 |
| 16744 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} | 20348 | echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} |
| 16745 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | 20349 | { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
| 16746 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | 20350 | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
| 20351 | { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 | ||
| 20352 | echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} | ||
| 20353 | { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 | ||
| 20354 | echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} | ||
| 16747 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | 20355 | { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
| 16748 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | 20356 | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} |
| 20357 | { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 | ||
| 20358 | echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} | ||
| 20359 | ( | ||
| 20360 | cat <<\_ASBOX | ||
| 20361 | ## ------------------------------------------ ## | ||
| 20362 | ## Report this to the AC_PACKAGE_NAME lists. ## | ||
| 20363 | ## ------------------------------------------ ## | ||
| 20364 | _ASBOX | ||
| 20365 | ) | | ||
| 20366 | sed "s/^/$as_me: WARNING: /" >&2 | ||
| 20367 | ;; | ||
| 16749 | esac | 20368 | esac |
| 16750 | echo "$as_me:$LINENO: checking for $ac_header" >&5 | 20369 | echo "$as_me:$LINENO: checking for $ac_header" >&5 |
| 16751 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | 20370 | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
| 16752 | if eval "test \"\${$as_ac_Header+set}\" = set"; then | 20371 | if eval "test \"\${$as_ac_Header+set}\" = set"; then |
| 16753 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 20372 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 16754 | else | 20373 | else |
| 16755 | eval "$as_ac_Header=$ac_header_preproc" | 20374 | eval "$as_ac_Header=\$ac_header_preproc" |
| 16756 | fi | 20375 | fi |
| 16757 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 | 20376 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
| 16758 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | 20377 | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
| @@ -16778,43 +20397,73 @@ if eval "test \"\${$as_ac_var+set}\" = set"; then | |||
| 16778 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 20397 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 16779 | else | 20398 | else |
| 16780 | cat >conftest.$ac_ext <<_ACEOF | 20399 | cat >conftest.$ac_ext <<_ACEOF |
| 16781 | #line $LINENO "configure" | 20400 | /* confdefs.h. */ |
| 16782 | #include "confdefs.h" | 20401 | _ACEOF |
| 20402 | cat confdefs.h >>conftest.$ac_ext | ||
| 20403 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 20404 | /* end confdefs.h. */ | ||
| 20405 | /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. | ||
| 20406 | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | ||
| 20407 | #define $ac_func innocuous_$ac_func | ||
| 20408 | |||
| 16783 | /* System header to define __stub macros and hopefully few prototypes, | 20409 | /* System header to define __stub macros and hopefully few prototypes, |
| 16784 | which can conflict with char $ac_func (); below. */ | 20410 | which can conflict with char $ac_func (); below. |
| 16785 | #include <assert.h> | 20411 | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 20412 | <limits.h> exists even on freestanding compilers. */ | ||
| 20413 | |||
| 20414 | #ifdef __STDC__ | ||
| 20415 | # include <limits.h> | ||
| 20416 | #else | ||
| 20417 | # include <assert.h> | ||
| 20418 | #endif | ||
| 20419 | |||
| 20420 | #undef $ac_func | ||
| 20421 | |||
| 16786 | /* Override any gcc2 internal prototype to avoid an error. */ | 20422 | /* Override any gcc2 internal prototype to avoid an error. */ |
| 16787 | #ifdef __cplusplus | 20423 | #ifdef __cplusplus |
| 16788 | extern "C" | 20424 | extern "C" |
| 20425 | { | ||
| 16789 | #endif | 20426 | #endif |
| 16790 | /* We use char because int might match the return type of a gcc2 | 20427 | /* We use char because int might match the return type of a gcc2 |
| 16791 | builtin and then its argument prototype would still apply. */ | 20428 | builtin and then its argument prototype would still apply. */ |
| 16792 | char $ac_func (); | 20429 | char $ac_func (); |
| 16793 | char (*f) (); | ||
| 16794 | |||
| 16795 | int | ||
| 16796 | main () | ||
| 16797 | { | ||
| 16798 | /* The GNU C library defines this for functions which it implements | 20430 | /* The GNU C library defines this for functions which it implements |
| 16799 | to always fail with ENOSYS. Some functions are actually named | 20431 | to always fail with ENOSYS. Some functions are actually named |
| 16800 | something starting with __ and the normal name is an alias. */ | 20432 | something starting with __ and the normal name is an alias. */ |
| 16801 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) | 20433 | #if defined (__stub_$ac_func) || defined (__stub___$ac_func) |
| 16802 | choke me | 20434 | choke me |
| 16803 | #else | 20435 | #else |
| 16804 | f = $ac_func; | 20436 | char (*f) () = $ac_func; |
| 20437 | #endif | ||
| 20438 | #ifdef __cplusplus | ||
| 20439 | } | ||
| 16805 | #endif | 20440 | #endif |
| 16806 | 20441 | ||
| 20442 | int | ||
| 20443 | main () | ||
| 20444 | { | ||
| 20445 | return f != $ac_func; | ||
| 16807 | ; | 20446 | ; |
| 16808 | return 0; | 20447 | return 0; |
| 16809 | } | 20448 | } |
| 16810 | _ACEOF | 20449 | _ACEOF |
| 16811 | rm -f conftest.$ac_objext conftest$ac_exeext | 20450 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 16812 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 20451 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 16813 | (eval $ac_link) 2>&5 | 20452 | (eval $ac_link) 2>conftest.er1 |
| 16814 | ac_status=$? | 20453 | ac_status=$? |
| 20454 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 20455 | rm -f conftest.er1 | ||
| 20456 | cat conftest.err >&5 | ||
| 16815 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 20457 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 16816 | (exit $ac_status); } && | 20458 | (exit $ac_status); } && |
| 16817 | { ac_try='test -s conftest$ac_exeext' | 20459 | { ac_try='test -z "$ac_c_werror_flag" |
| 20460 | || test ! -s conftest.err' | ||
| 20461 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 20462 | (eval $ac_try) 2>&5 | ||
| 20463 | ac_status=$? | ||
| 20464 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 20465 | (exit $ac_status); }; } && | ||
| 20466 | { ac_try='test -s conftest$ac_exeext' | ||
| 16818 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 20467 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 16819 | (eval $ac_try) 2>&5 | 20468 | (eval $ac_try) 2>&5 |
| 16820 | ac_status=$? | 20469 | ac_status=$? |
| @@ -16823,10 +20472,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 16823 | eval "$as_ac_var=yes" | 20472 | eval "$as_ac_var=yes" |
| 16824 | else | 20473 | else |
| 16825 | echo "$as_me: failed program was:" >&5 | 20474 | echo "$as_me: failed program was:" >&5 |
| 16826 | cat conftest.$ac_ext >&5 | 20475 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 20476 | |||
| 16827 | eval "$as_ac_var=no" | 20477 | eval "$as_ac_var=no" |
| 16828 | fi | 20478 | fi |
| 16829 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 20479 | rm -f conftest.err conftest.$ac_objext \ |
| 20480 | conftest$ac_exeext conftest.$ac_ext | ||
| 16830 | fi | 20481 | fi |
| 16831 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 | 20482 | echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 |
| 16832 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | 20483 | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
| @@ -16856,9 +20507,9 @@ else | |||
| 16856 | /* Some systems only have a dummy stub for fork() */ | 20507 | /* Some systems only have a dummy stub for fork() */ |
| 16857 | int main () | 20508 | int main () |
| 16858 | { | 20509 | { |
| 16859 | if (fork() < 0) | 20510 | if (fork() < 0) |
| 16860 | exit (1); | 20511 | exit (1); |
| 16861 | exit (0); | 20512 | exit (0); |
| 16862 | } | 20513 | } |
| 16863 | _ACEOF | 20514 | _ACEOF |
| 16864 | rm -f conftest$ac_exeext | 20515 | rm -f conftest$ac_exeext |
| @@ -16876,11 +20527,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 16876 | else | 20527 | else |
| 16877 | echo "$as_me: program exited with status $ac_status" >&5 | 20528 | echo "$as_me: program exited with status $ac_status" >&5 |
| 16878 | echo "$as_me: failed program was:" >&5 | 20529 | echo "$as_me: failed program was:" >&5 |
| 16879 | cat conftest.$ac_ext >&5 | 20530 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 20531 | |||
| 16880 | ( exit $ac_status ) | 20532 | ( exit $ac_status ) |
| 16881 | ac_cv_func_fork_works=no | 20533 | ac_cv_func_fork_works=no |
| 16882 | fi | 20534 | fi |
| 16883 | rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 20535 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
| 16884 | fi | 20536 | fi |
| 16885 | fi | 20537 | fi |
| 16886 | echo "$as_me:$LINENO: result: $ac_cv_func_fork_works" >&5 | 20538 | echo "$as_me:$LINENO: result: $ac_cv_func_fork_works" >&5 |
| @@ -16913,12 +20565,17 @@ else | |||
| 16913 | ac_cv_func_vfork_works=cross | 20565 | ac_cv_func_vfork_works=cross |
| 16914 | else | 20566 | else |
| 16915 | cat >conftest.$ac_ext <<_ACEOF | 20567 | cat >conftest.$ac_ext <<_ACEOF |
| 16916 | #line $LINENO "configure" | 20568 | /* confdefs.h. */ |
| 16917 | #include "confdefs.h" | 20569 | _ACEOF |
| 20570 | cat confdefs.h >>conftest.$ac_ext | ||
| 20571 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 20572 | /* end confdefs.h. */ | ||
| 16918 | /* Thanks to Paul Eggert for this test. */ | 20573 | /* Thanks to Paul Eggert for this test. */ |
| 16919 | #include <stdio.h> | 20574 | #include <stdio.h> |
| 20575 | #include <stdlib.h> | ||
| 16920 | #include <sys/types.h> | 20576 | #include <sys/types.h> |
| 16921 | #include <sys/stat.h> | 20577 | #include <sys/stat.h> |
| 20578 | #include <sys/wait.h> | ||
| 16922 | #if HAVE_UNISTD_H | 20579 | #if HAVE_UNISTD_H |
| 16923 | # include <unistd.h> | 20580 | # include <unistd.h> |
| 16924 | #endif | 20581 | #endif |
| @@ -16931,7 +20588,7 @@ else | |||
| 16931 | (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a | 20588 | (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a |
| 16932 | static variable whose address is put into a register that is | 20589 | static variable whose address is put into a register that is |
| 16933 | clobbered by the vfork. */ | 20590 | clobbered by the vfork. */ |
| 16934 | static | 20591 | static void |
| 16935 | #ifdef __cplusplus | 20592 | #ifdef __cplusplus |
| 16936 | sparc_address_test (int arg) | 20593 | sparc_address_test (int arg) |
| 16937 | # else | 20594 | # else |
| @@ -16959,7 +20616,7 @@ main () | |||
| 16959 | pid_t parent = getpid (); | 20616 | pid_t parent = getpid (); |
| 16960 | pid_t child; | 20617 | pid_t child; |
| 16961 | 20618 | ||
| 16962 | sparc_address_test (); | 20619 | sparc_address_test (0); |
| 16963 | 20620 | ||
| 16964 | child = vfork (); | 20621 | child = vfork (); |
| 16965 | 20622 | ||
| @@ -17024,11 +20681,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 17024 | else | 20681 | else |
| 17025 | echo "$as_me: program exited with status $ac_status" >&5 | 20682 | echo "$as_me: program exited with status $ac_status" >&5 |
| 17026 | echo "$as_me: failed program was:" >&5 | 20683 | echo "$as_me: failed program was:" >&5 |
| 17027 | cat conftest.$ac_ext >&5 | 20684 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 20685 | |||
| 17028 | ( exit $ac_status ) | 20686 | ( exit $ac_status ) |
| 17029 | ac_cv_func_vfork_works=no | 20687 | ac_cv_func_vfork_works=no |
| 17030 | fi | 20688 | fi |
| 17031 | rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | 20689 | rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
| 17032 | fi | 20690 | fi |
| 17033 | fi | 20691 | fi |
| 17034 | echo "$as_me:$LINENO: result: $ac_cv_func_vfork_works" >&5 | 20692 | echo "$as_me:$LINENO: result: $ac_cv_func_vfork_works" >&5 |
| @@ -17036,7 +20694,7 @@ echo "${ECHO_T}$ac_cv_func_vfork_works" >&6 | |||
| 17036 | 20694 | ||
| 17037 | fi; | 20695 | fi; |
| 17038 | if test "x$ac_cv_func_fork_works" = xcross; then | 20696 | if test "x$ac_cv_func_fork_works" = xcross; then |
| 17039 | ac_cv_func_vfork_works=ac_cv_func_vfork | 20697 | ac_cv_func_vfork_works=$ac_cv_func_vfork |
| 17040 | { echo "$as_me:$LINENO: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&5 | 20698 | { echo "$as_me:$LINENO: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&5 |
| 17041 | echo "$as_me: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&2;} | 20699 | echo "$as_me: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&2;} |
| 17042 | fi | 20700 | fi |
| @@ -17069,8 +20727,11 @@ if test "${emacs_cv_langinfo_codeset+set}" = set; then | |||
| 17069 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 20727 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 17070 | else | 20728 | else |
| 17071 | cat >conftest.$ac_ext <<_ACEOF | 20729 | cat >conftest.$ac_ext <<_ACEOF |
| 17072 | #line $LINENO "configure" | 20730 | /* confdefs.h. */ |
| 17073 | #include "confdefs.h" | 20731 | _ACEOF |
| 20732 | cat confdefs.h >>conftest.$ac_ext | ||
| 20733 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 20734 | /* end confdefs.h. */ | ||
| 17074 | #include <langinfo.h> | 20735 | #include <langinfo.h> |
| 17075 | int | 20736 | int |
| 17076 | main () | 20737 | main () |
| @@ -17082,11 +20743,21 @@ char* cs = nl_langinfo(CODESET); | |||
| 17082 | _ACEOF | 20743 | _ACEOF |
| 17083 | rm -f conftest.$ac_objext conftest$ac_exeext | 20744 | rm -f conftest.$ac_objext conftest$ac_exeext |
| 17084 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | 20745 | if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 |
| 17085 | (eval $ac_link) 2>&5 | 20746 | (eval $ac_link) 2>conftest.er1 |
| 17086 | ac_status=$? | 20747 | ac_status=$? |
| 20748 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 20749 | rm -f conftest.er1 | ||
| 20750 | cat conftest.err >&5 | ||
| 17087 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 20751 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 17088 | (exit $ac_status); } && | 20752 | (exit $ac_status); } && |
| 17089 | { ac_try='test -s conftest$ac_exeext' | 20753 | { ac_try='test -z "$ac_c_werror_flag" |
| 20754 | || test ! -s conftest.err' | ||
| 20755 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 20756 | (eval $ac_try) 2>&5 | ||
| 20757 | ac_status=$? | ||
| 20758 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 20759 | (exit $ac_status); }; } && | ||
| 20760 | { ac_try='test -s conftest$ac_exeext' | ||
| 17090 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 20761 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 17091 | (eval $ac_try) 2>&5 | 20762 | (eval $ac_try) 2>&5 |
| 17092 | ac_status=$? | 20763 | ac_status=$? |
| @@ -17095,10 +20766,12 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 | |||
| 17095 | emacs_cv_langinfo_codeset=yes | 20766 | emacs_cv_langinfo_codeset=yes |
| 17096 | else | 20767 | else |
| 17097 | echo "$as_me: failed program was:" >&5 | 20768 | echo "$as_me: failed program was:" >&5 |
| 17098 | cat conftest.$ac_ext >&5 | 20769 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 20770 | |||
| 17099 | emacs_cv_langinfo_codeset=no | 20771 | emacs_cv_langinfo_codeset=no |
| 17100 | fi | 20772 | fi |
| 17101 | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | 20773 | rm -f conftest.err conftest.$ac_objext \ |
| 20774 | conftest$ac_exeext conftest.$ac_ext | ||
| 17102 | 20775 | ||
| 17103 | fi | 20776 | fi |
| 17104 | echo "$as_me:$LINENO: result: $emacs_cv_langinfo_codeset" >&5 | 20777 | echo "$as_me:$LINENO: result: $emacs_cv_langinfo_codeset" >&5 |
| @@ -17117,8 +20790,11 @@ if test "${ac_cv_type_size_t+set}" = set; then | |||
| 17117 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 20790 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 17118 | else | 20791 | else |
| 17119 | cat >conftest.$ac_ext <<_ACEOF | 20792 | cat >conftest.$ac_ext <<_ACEOF |
| 17120 | #line $LINENO "configure" | 20793 | /* confdefs.h. */ |
| 17121 | #include "confdefs.h" | 20794 | _ACEOF |
| 20795 | cat confdefs.h >>conftest.$ac_ext | ||
| 20796 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 20797 | /* end confdefs.h. */ | ||
| 17122 | $ac_includes_default | 20798 | $ac_includes_default |
| 17123 | int | 20799 | int |
| 17124 | main () | 20800 | main () |
| @@ -17133,11 +20809,21 @@ if (sizeof (size_t)) | |||
| 17133 | _ACEOF | 20809 | _ACEOF |
| 17134 | rm -f conftest.$ac_objext | 20810 | rm -f conftest.$ac_objext |
| 17135 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 20811 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 17136 | (eval $ac_compile) 2>&5 | 20812 | (eval $ac_compile) 2>conftest.er1 |
| 17137 | ac_status=$? | 20813 | ac_status=$? |
| 20814 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 20815 | rm -f conftest.er1 | ||
| 20816 | cat conftest.err >&5 | ||
| 17138 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 20817 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 17139 | (exit $ac_status); } && | 20818 | (exit $ac_status); } && |
| 17140 | { ac_try='test -s conftest.$ac_objext' | 20819 | { ac_try='test -z "$ac_c_werror_flag" |
| 20820 | || test ! -s conftest.err' | ||
| 20821 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 20822 | (eval $ac_try) 2>&5 | ||
| 20823 | ac_status=$? | ||
| 20824 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 20825 | (exit $ac_status); }; } && | ||
| 20826 | { ac_try='test -s conftest.$ac_objext' | ||
| 17141 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 20827 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 17142 | (eval $ac_try) 2>&5 | 20828 | (eval $ac_try) 2>&5 |
| 17143 | ac_status=$? | 20829 | ac_status=$? |
| @@ -17146,10 +20832,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 17146 | ac_cv_type_size_t=yes | 20832 | ac_cv_type_size_t=yes |
| 17147 | else | 20833 | else |
| 17148 | echo "$as_me: failed program was:" >&5 | 20834 | echo "$as_me: failed program was:" >&5 |
| 17149 | cat conftest.$ac_ext >&5 | 20835 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 20836 | |||
| 17150 | ac_cv_type_size_t=no | 20837 | ac_cv_type_size_t=no |
| 17151 | fi | 20838 | fi |
| 17152 | rm -f conftest.$ac_objext conftest.$ac_ext | 20839 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 17153 | fi | 20840 | fi |
| 17154 | echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 | 20841 | echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 |
| 17155 | echo "${ECHO_T}$ac_cv_type_size_t" >&6 | 20842 | echo "${ECHO_T}$ac_cv_type_size_t" >&6 |
| @@ -17169,8 +20856,11 @@ if test "${ac_cv_type_mbstate_t+set}" = set; then | |||
| 17169 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 20856 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 17170 | else | 20857 | else |
| 17171 | cat >conftest.$ac_ext <<_ACEOF | 20858 | cat >conftest.$ac_ext <<_ACEOF |
| 17172 | #line $LINENO "configure" | 20859 | /* confdefs.h. */ |
| 17173 | #include "confdefs.h" | 20860 | _ACEOF |
| 20861 | cat confdefs.h >>conftest.$ac_ext | ||
| 20862 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 20863 | /* end confdefs.h. */ | ||
| 17174 | $ac_includes_default | 20864 | $ac_includes_default |
| 17175 | # include <wchar.h> | 20865 | # include <wchar.h> |
| 17176 | int | 20866 | int |
| @@ -17183,11 +20873,21 @@ mbstate_t x; return sizeof x; | |||
| 17183 | _ACEOF | 20873 | _ACEOF |
| 17184 | rm -f conftest.$ac_objext | 20874 | rm -f conftest.$ac_objext |
| 17185 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 20875 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 17186 | (eval $ac_compile) 2>&5 | 20876 | (eval $ac_compile) 2>conftest.er1 |
| 17187 | ac_status=$? | 20877 | ac_status=$? |
| 20878 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 20879 | rm -f conftest.er1 | ||
| 20880 | cat conftest.err >&5 | ||
| 17188 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 20881 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 17189 | (exit $ac_status); } && | 20882 | (exit $ac_status); } && |
| 17190 | { ac_try='test -s conftest.$ac_objext' | 20883 | { ac_try='test -z "$ac_c_werror_flag" |
| 20884 | || test ! -s conftest.err' | ||
| 20885 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 20886 | (eval $ac_try) 2>&5 | ||
| 20887 | ac_status=$? | ||
| 20888 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 20889 | (exit $ac_status); }; } && | ||
| 20890 | { ac_try='test -s conftest.$ac_objext' | ||
| 17191 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 20891 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 17192 | (eval $ac_try) 2>&5 | 20892 | (eval $ac_try) 2>&5 |
| 17193 | ac_status=$? | 20893 | ac_status=$? |
| @@ -17196,10 +20896,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 17196 | ac_cv_type_mbstate_t=yes | 20896 | ac_cv_type_mbstate_t=yes |
| 17197 | else | 20897 | else |
| 17198 | echo "$as_me: failed program was:" >&5 | 20898 | echo "$as_me: failed program was:" >&5 |
| 17199 | cat conftest.$ac_ext >&5 | 20899 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 20900 | |||
| 17200 | ac_cv_type_mbstate_t=no | 20901 | ac_cv_type_mbstate_t=no |
| 17201 | fi | 20902 | fi |
| 17202 | rm -f conftest.$ac_objext conftest.$ac_ext | 20903 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 17203 | fi | 20904 | fi |
| 17204 | echo "$as_me:$LINENO: result: $ac_cv_type_mbstate_t" >&5 | 20905 | echo "$as_me:$LINENO: result: $ac_cv_type_mbstate_t" >&5 |
| 17205 | echo "${ECHO_T}$ac_cv_type_mbstate_t" >&6 | 20906 | echo "${ECHO_T}$ac_cv_type_mbstate_t" >&6 |
| @@ -17223,8 +20924,11 @@ if test "${emacs_cv_c_restrict+set}" = set; then | |||
| 17223 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 20924 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 17224 | else | 20925 | else |
| 17225 | cat >conftest.$ac_ext <<_ACEOF | 20926 | cat >conftest.$ac_ext <<_ACEOF |
| 17226 | #line $LINENO "configure" | 20927 | /* confdefs.h. */ |
| 17227 | #include "confdefs.h" | 20928 | _ACEOF |
| 20929 | cat confdefs.h >>conftest.$ac_ext | ||
| 20930 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 20931 | /* end confdefs.h. */ | ||
| 17228 | void fred (int *restrict x); | 20932 | void fred (int *restrict x); |
| 17229 | int | 20933 | int |
| 17230 | main () | 20934 | main () |
| @@ -17236,11 +20940,21 @@ main () | |||
| 17236 | _ACEOF | 20940 | _ACEOF |
| 17237 | rm -f conftest.$ac_objext | 20941 | rm -f conftest.$ac_objext |
| 17238 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 20942 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 17239 | (eval $ac_compile) 2>&5 | 20943 | (eval $ac_compile) 2>conftest.er1 |
| 17240 | ac_status=$? | 20944 | ac_status=$? |
| 20945 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 20946 | rm -f conftest.er1 | ||
| 20947 | cat conftest.err >&5 | ||
| 17241 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 20948 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 17242 | (exit $ac_status); } && | 20949 | (exit $ac_status); } && |
| 17243 | { ac_try='test -s conftest.$ac_objext' | 20950 | { ac_try='test -z "$ac_c_werror_flag" |
| 20951 | || test ! -s conftest.err' | ||
| 20952 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 20953 | (eval $ac_try) 2>&5 | ||
| 20954 | ac_status=$? | ||
| 20955 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 20956 | (exit $ac_status); }; } && | ||
| 20957 | { ac_try='test -s conftest.$ac_objext' | ||
| 17244 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 20958 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 17245 | (eval $ac_try) 2>&5 | 20959 | (eval $ac_try) 2>&5 |
| 17246 | ac_status=$? | 20960 | ac_status=$? |
| @@ -17249,10 +20963,14 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 17249 | emacs_cv_c_restrict=yes | 20963 | emacs_cv_c_restrict=yes |
| 17250 | else | 20964 | else |
| 17251 | echo "$as_me: failed program was:" >&5 | 20965 | echo "$as_me: failed program was:" >&5 |
| 17252 | cat conftest.$ac_ext >&5 | 20966 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 20967 | |||
| 17253 | cat >conftest.$ac_ext <<_ACEOF | 20968 | cat >conftest.$ac_ext <<_ACEOF |
| 17254 | #line $LINENO "configure" | 20969 | /* confdefs.h. */ |
| 17255 | #include "confdefs.h" | 20970 | _ACEOF |
| 20971 | cat confdefs.h >>conftest.$ac_ext | ||
| 20972 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 20973 | /* end confdefs.h. */ | ||
| 17256 | void fred (int *__restrict x); | 20974 | void fred (int *__restrict x); |
| 17257 | int | 20975 | int |
| 17258 | main () | 20976 | main () |
| @@ -17264,11 +20982,21 @@ main () | |||
| 17264 | _ACEOF | 20982 | _ACEOF |
| 17265 | rm -f conftest.$ac_objext | 20983 | rm -f conftest.$ac_objext |
| 17266 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 20984 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 17267 | (eval $ac_compile) 2>&5 | 20985 | (eval $ac_compile) 2>conftest.er1 |
| 17268 | ac_status=$? | 20986 | ac_status=$? |
| 20987 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 20988 | rm -f conftest.er1 | ||
| 20989 | cat conftest.err >&5 | ||
| 17269 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 20990 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 17270 | (exit $ac_status); } && | 20991 | (exit $ac_status); } && |
| 17271 | { ac_try='test -s conftest.$ac_objext' | 20992 | { ac_try='test -z "$ac_c_werror_flag" |
| 20993 | || test ! -s conftest.err' | ||
| 20994 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 20995 | (eval $ac_try) 2>&5 | ||
| 20996 | ac_status=$? | ||
| 20997 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 20998 | (exit $ac_status); }; } && | ||
| 20999 | { ac_try='test -s conftest.$ac_objext' | ||
| 17272 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 21000 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 17273 | (eval $ac_try) 2>&5 | 21001 | (eval $ac_try) 2>&5 |
| 17274 | ac_status=$? | 21002 | ac_status=$? |
| @@ -17277,12 +21005,13 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 17277 | emacs_cv_c_restrict=__restrict | 21005 | emacs_cv_c_restrict=__restrict |
| 17278 | else | 21006 | else |
| 17279 | echo "$as_me: failed program was:" >&5 | 21007 | echo "$as_me: failed program was:" >&5 |
| 17280 | cat conftest.$ac_ext >&5 | 21008 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 21009 | |||
| 17281 | emacs_cv_c_restrict=no | 21010 | emacs_cv_c_restrict=no |
| 17282 | fi | 21011 | fi |
| 17283 | rm -f conftest.$ac_objext conftest.$ac_ext | 21012 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 17284 | fi | 21013 | fi |
| 17285 | rm -f conftest.$ac_objext conftest.$ac_ext | 21014 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 17286 | fi | 21015 | fi |
| 17287 | echo "$as_me:$LINENO: result: $emacs_cv_c_restrict" >&5 | 21016 | echo "$as_me:$LINENO: result: $emacs_cv_c_restrict" >&5 |
| 17288 | echo "${ECHO_T}$emacs_cv_c_restrict" >&6 | 21017 | echo "${ECHO_T}$emacs_cv_c_restrict" >&6 |
| @@ -17305,8 +21034,11 @@ if test "${emacs_cv_c_restrict_arr+set}" = set; then | |||
| 17305 | echo $ECHO_N "(cached) $ECHO_C" >&6 | 21034 | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| 17306 | else | 21035 | else |
| 17307 | cat >conftest.$ac_ext <<_ACEOF | 21036 | cat >conftest.$ac_ext <<_ACEOF |
| 17308 | #line $LINENO "configure" | 21037 | /* confdefs.h. */ |
| 17309 | #include "confdefs.h" | 21038 | _ACEOF |
| 21039 | cat confdefs.h >>conftest.$ac_ext | ||
| 21040 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 21041 | /* end confdefs.h. */ | ||
| 17310 | void fred (int x[__restrict]); | 21042 | void fred (int x[__restrict]); |
| 17311 | int | 21043 | int |
| 17312 | main () | 21044 | main () |
| @@ -17318,11 +21050,21 @@ main () | |||
| 17318 | _ACEOF | 21050 | _ACEOF |
| 17319 | rm -f conftest.$ac_objext | 21051 | rm -f conftest.$ac_objext |
| 17320 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | 21052 | if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 |
| 17321 | (eval $ac_compile) 2>&5 | 21053 | (eval $ac_compile) 2>conftest.er1 |
| 17322 | ac_status=$? | 21054 | ac_status=$? |
| 21055 | grep -v '^ *+' conftest.er1 >conftest.err | ||
| 21056 | rm -f conftest.er1 | ||
| 21057 | cat conftest.err >&5 | ||
| 17323 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | 21058 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 17324 | (exit $ac_status); } && | 21059 | (exit $ac_status); } && |
| 17325 | { ac_try='test -s conftest.$ac_objext' | 21060 | { ac_try='test -z "$ac_c_werror_flag" |
| 21061 | || test ! -s conftest.err' | ||
| 21062 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | ||
| 21063 | (eval $ac_try) 2>&5 | ||
| 21064 | ac_status=$? | ||
| 21065 | echo "$as_me:$LINENO: \$? = $ac_status" >&5 | ||
| 21066 | (exit $ac_status); }; } && | ||
| 21067 | { ac_try='test -s conftest.$ac_objext' | ||
| 17326 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 | 21068 | { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 |
| 17327 | (eval $ac_try) 2>&5 | 21069 | (eval $ac_try) 2>&5 |
| 17328 | ac_status=$? | 21070 | ac_status=$? |
| @@ -17331,10 +21073,11 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 | |||
| 17331 | emacs_cv_c_restrict_arr=yes | 21073 | emacs_cv_c_restrict_arr=yes |
| 17332 | else | 21074 | else |
| 17333 | echo "$as_me: failed program was:" >&5 | 21075 | echo "$as_me: failed program was:" >&5 |
| 17334 | cat conftest.$ac_ext >&5 | 21076 | sed 's/^/| /' conftest.$ac_ext >&5 |
| 21077 | |||
| 17335 | emacs_cv_c_restrict_arr=no | 21078 | emacs_cv_c_restrict_arr=no |
| 17336 | fi | 21079 | fi |
| 17337 | rm -f conftest.$ac_objext conftest.$ac_ext | 21080 | rm -f conftest.err conftest.$ac_objext conftest.$ac_ext |
| 17338 | fi | 21081 | fi |
| 17339 | echo "$as_me:$LINENO: result: $emacs_cv_c_restrict_arr" >&5 | 21082 | echo "$as_me:$LINENO: result: $emacs_cv_c_restrict_arr" >&5 |
| 17340 | echo "${ECHO_T}$emacs_cv_c_restrict_arr" >&6 | 21083 | echo "${ECHO_T}$emacs_cv_c_restrict_arr" >&6 |
| @@ -17545,8 +21288,11 @@ test "${exec_prefix}" != NONE && | |||
| 17545 | ## C preprocessor. | 21288 | ## C preprocessor. |
| 17546 | 21289 | ||
| 17547 | cat >conftest.$ac_ext <<_ACEOF | 21290 | cat >conftest.$ac_ext <<_ACEOF |
| 17548 | #line $LINENO "configure" | 21291 | /* confdefs.h. */ |
| 17549 | #include "confdefs.h" | 21292 | _ACEOF |
| 21293 | cat confdefs.h >>conftest.$ac_ext | ||
| 21294 | cat >>conftest.$ac_ext <<_ACEOF | ||
| 21295 | /* end confdefs.h. */ | ||
| 17550 | yes..yes | 21296 | yes..yes |
| 17551 | _ACEOF | 21297 | _ACEOF |
| 17552 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | 21298 | if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | |
| @@ -17588,13 +21334,13 @@ _ACEOF | |||
| 17588 | # `set' does not quote correctly, so add quotes (double-quote | 21334 | # `set' does not quote correctly, so add quotes (double-quote |
| 17589 | # substitution turns \\\\ into \\, and sed turns \\ into \). | 21335 | # substitution turns \\\\ into \\, and sed turns \\ into \). |
| 17590 | sed -n \ | 21336 | sed -n \ |
| 17591 | "s/'/'\\\\''/g; | 21337 | "s/'/'\\\\''/g; |
| 17592 | s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" | 21338 | s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" |
| 17593 | ;; | 21339 | ;; |
| 17594 | *) | 21340 | *) |
| 17595 | # `set' quotes correctly as required by POSIX, so do not add quotes. | 21341 | # `set' quotes correctly as required by POSIX, so do not add quotes. |
| 17596 | sed -n \ | 21342 | sed -n \ |
| 17597 | "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" | 21343 | "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" |
| 17598 | ;; | 21344 | ;; |
| 17599 | esac; | 21345 | esac; |
| 17600 | } | | 21346 | } | |
| @@ -17605,7 +21351,7 @@ _ACEOF | |||
| 17605 | t end | 21351 | t end |
| 17606 | /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ | 21352 | /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ |
| 17607 | : end' >>confcache | 21353 | : end' >>confcache |
| 17608 | if cmp -s $cache_file confcache; then :; else | 21354 | if diff $cache_file confcache >/dev/null 2>&1; then :; else |
| 17609 | if test -w $cache_file; then | 21355 | if test -w $cache_file; then |
| 17610 | test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" | 21356 | test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" |
| 17611 | cat confcache >$cache_file | 21357 | cat confcache >$cache_file |
| @@ -17624,13 +21370,13 @@ test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' | |||
| 17624 | # trailing colons and then remove the whole line if VPATH becomes empty | 21370 | # trailing colons and then remove the whole line if VPATH becomes empty |
| 17625 | # (actually we leave an empty line to preserve line numbers). | 21371 | # (actually we leave an empty line to preserve line numbers). |
| 17626 | if test "x$srcdir" = x.; then | 21372 | if test "x$srcdir" = x.; then |
| 17627 | ac_vpsub='/^[ ]*VPATH[ ]*=/{ | 21373 | ac_vpsub='/^[ ]*VPATH[ ]*=/{ |
| 17628 | s/:*\$(srcdir):*/:/; | 21374 | s/:*\$(srcdir):*/:/; |
| 17629 | s/:*\${srcdir}:*/:/; | 21375 | s/:*\${srcdir}:*/:/; |
| 17630 | s/:*@srcdir@:*/:/; | 21376 | s/:*@srcdir@:*/:/; |
| 17631 | s/^\([^=]*=[ ]*\):*/\1/; | 21377 | s/^\([^=]*=[ ]*\):*/\1/; |
| 17632 | s/:*$//; | 21378 | s/:*$//; |
| 17633 | s/^[^=]*=[ ]*$//; | 21379 | s/^[^=]*=[ ]*$//; |
| 17634 | }' | 21380 | }' |
| 17635 | fi | 21381 | fi |
| 17636 | 21382 | ||
| @@ -17641,7 +21387,7 @@ ac_ltlibobjs= | |||
| 17641 | for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue | 21387 | for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue |
| 17642 | # 1. Remove the extension, and $U if already installed. | 21388 | # 1. Remove the extension, and $U if already installed. |
| 17643 | ac_i=`echo "$ac_i" | | 21389 | ac_i=`echo "$ac_i" | |
| 17644 | sed 's/\$U\././;s/\.o$//;s/\.obj$//'` | 21390 | sed 's/\$U\././;s/\.o$//;s/\.obj$//'` |
| 17645 | # 2. Add them. | 21391 | # 2. Add them. |
| 17646 | ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" | 21392 | ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext" |
| 17647 | ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo' | 21393 | ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo' |
| @@ -17665,6 +21411,8 @@ cat >$CONFIG_STATUS <<_ACEOF | |||
| 17665 | # configure, is in config.log if it exists. | 21411 | # configure, is in config.log if it exists. |
| 17666 | 21412 | ||
| 17667 | debug=false | 21413 | debug=false |
| 21414 | ac_cs_recheck=false | ||
| 21415 | ac_cs_silent=false | ||
| 17668 | SHELL=\${CONFIG_SHELL-$SHELL} | 21416 | SHELL=\${CONFIG_SHELL-$SHELL} |
| 17669 | _ACEOF | 21417 | _ACEOF |
| 17670 | 21418 | ||
| @@ -17683,9 +21431,10 @@ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then | |||
| 17683 | elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then | 21431 | elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then |
| 17684 | set -o posix | 21432 | set -o posix |
| 17685 | fi | 21433 | fi |
| 21434 | DUALCASE=1; export DUALCASE # for MKS sh | ||
| 17686 | 21435 | ||
| 17687 | # Support unset when possible. | 21436 | # Support unset when possible. |
| 17688 | if (FOO=FOO; unset FOO) >/dev/null 2>&1; then | 21437 | if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then |
| 17689 | as_unset=unset | 21438 | as_unset=unset |
| 17690 | else | 21439 | else |
| 17691 | as_unset=false | 21440 | as_unset=false |
| @@ -17699,9 +21448,12 @@ PS2='> ' | |||
| 17699 | PS4='+ ' | 21448 | PS4='+ ' |
| 17700 | 21449 | ||
| 17701 | # NLS nuisances. | 21450 | # NLS nuisances. |
| 17702 | for as_var in LANG LANGUAGE LC_ALL LC_COLLATE LC_CTYPE LC_NUMERIC LC_MESSAGES LC_TIME | 21451 | for as_var in \ |
| 21452 | LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ | ||
| 21453 | LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ | ||
| 21454 | LC_TELEPHONE LC_TIME | ||
| 17703 | do | 21455 | do |
| 17704 | if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then | 21456 | if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then |
| 17705 | eval $as_var=C; export $as_var | 21457 | eval $as_var=C; export $as_var |
| 17706 | else | 21458 | else |
| 17707 | $as_unset $as_var | 21459 | $as_unset $as_var |
| @@ -17745,15 +21497,15 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits | |||
| 17745 | 21497 | ||
| 17746 | # The user is always right. | 21498 | # The user is always right. |
| 17747 | if test "${PATH_SEPARATOR+set}" != set; then | 21499 | if test "${PATH_SEPARATOR+set}" != set; then |
| 17748 | echo "#! /bin/sh" >conftest.sh | 21500 | echo "#! /bin/sh" >conf$$.sh |
| 17749 | echo "exit 0" >>conftest.sh | 21501 | echo "exit 0" >>conf$$.sh |
| 17750 | chmod +x conftest.sh | 21502 | chmod +x conf$$.sh |
| 17751 | if (PATH="/nonexistent;."; conftest.sh) >/dev/null 2>&1; then | 21503 | if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then |
| 17752 | PATH_SEPARATOR=';' | 21504 | PATH_SEPARATOR=';' |
| 17753 | else | 21505 | else |
| 17754 | PATH_SEPARATOR=: | 21506 | PATH_SEPARATOR=: |
| 17755 | fi | 21507 | fi |
| 17756 | rm -f conftest.sh | 21508 | rm -f conf$$.sh |
| 17757 | fi | 21509 | fi |
| 17758 | 21510 | ||
| 17759 | 21511 | ||
| @@ -17880,16 +21632,17 @@ rm -f conf$$ conf$$.exe conf$$.file | |||
| 17880 | if mkdir -p . 2>/dev/null; then | 21632 | if mkdir -p . 2>/dev/null; then |
| 17881 | as_mkdir_p=: | 21633 | as_mkdir_p=: |
| 17882 | else | 21634 | else |
| 21635 | test -d ./-p && rmdir ./-p | ||
| 17883 | as_mkdir_p=false | 21636 | as_mkdir_p=false |
| 17884 | fi | 21637 | fi |
| 17885 | 21638 | ||
| 17886 | as_executable_p="test -f" | 21639 | as_executable_p="test -f" |
| 17887 | 21640 | ||
| 17888 | # Sed expression to map a string onto a valid CPP name. | 21641 | # Sed expression to map a string onto a valid CPP name. |
| 17889 | as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g" | 21642 | as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" |
| 17890 | 21643 | ||
| 17891 | # Sed expression to map a string onto a valid variable name. | 21644 | # Sed expression to map a string onto a valid variable name. |
| 17892 | as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g" | 21645 | as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" |
| 17893 | 21646 | ||
| 17894 | 21647 | ||
| 17895 | # IFS | 21648 | # IFS |
| @@ -17916,7 +21669,7 @@ _ASBOX | |||
| 17916 | cat >&5 <<_CSEOF | 21669 | cat >&5 <<_CSEOF |
| 17917 | 21670 | ||
| 17918 | This file was extended by $as_me, which was | 21671 | This file was extended by $as_me, which was |
| 17919 | generated by GNU Autoconf 2.54. Invocation command line was | 21672 | generated by GNU Autoconf 2.59. Invocation command line was |
| 17920 | 21673 | ||
| 17921 | CONFIG_FILES = $CONFIG_FILES | 21674 | CONFIG_FILES = $CONFIG_FILES |
| 17922 | CONFIG_HEADERS = $CONFIG_HEADERS | 21675 | CONFIG_HEADERS = $CONFIG_HEADERS |
| @@ -17956,12 +21709,13 @@ Usage: $0 [OPTIONS] [FILE]... | |||
| 17956 | 21709 | ||
| 17957 | -h, --help print this help, then exit | 21710 | -h, --help print this help, then exit |
| 17958 | -V, --version print version number, then exit | 21711 | -V, --version print version number, then exit |
| 21712 | -q, --quiet do not print progress messages | ||
| 17959 | -d, --debug don't remove temporary files | 21713 | -d, --debug don't remove temporary files |
| 17960 | --recheck update $as_me by reconfiguring in the same conditions | 21714 | --recheck update $as_me by reconfiguring in the same conditions |
| 17961 | --file=FILE[:TEMPLATE] | 21715 | --file=FILE[:TEMPLATE] |
| 17962 | instantiate the configuration file FILE | 21716 | instantiate the configuration file FILE |
| 17963 | --header=FILE[:TEMPLATE] | 21717 | --header=FILE[:TEMPLATE] |
| 17964 | instantiate the configuration header FILE | 21718 | instantiate the configuration header FILE |
| 17965 | 21719 | ||
| 17966 | Configuration files: | 21720 | Configuration files: |
| 17967 | $config_files | 21721 | $config_files |
| @@ -17978,11 +21732,10 @@ _ACEOF | |||
| 17978 | cat >>$CONFIG_STATUS <<_ACEOF | 21732 | cat >>$CONFIG_STATUS <<_ACEOF |
| 17979 | ac_cs_version="\\ | 21733 | ac_cs_version="\\ |
| 17980 | config.status | 21734 | config.status |
| 17981 | configured by $0, generated by GNU Autoconf 2.54, | 21735 | configured by $0, generated by GNU Autoconf 2.59, |
| 17982 | with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" | 21736 | with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" |
| 17983 | 21737 | ||
| 17984 | Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 | 21738 | Copyright (C) 2003 Free Software Foundation, Inc. |
| 17985 | Free Software Foundation, Inc. | ||
| 17986 | This config.status script is free software; the Free Software Foundation | 21739 | This config.status script is free software; the Free Software Foundation |
| 17987 | gives unlimited permission to copy, distribute and modify it." | 21740 | gives unlimited permission to copy, distribute and modify it." |
| 17988 | srcdir=$srcdir | 21741 | srcdir=$srcdir |
| @@ -18015,12 +21768,9 @@ do | |||
| 18015 | case $ac_option in | 21768 | case $ac_option in |
| 18016 | # Handling of the options. | 21769 | # Handling of the options. |
| 18017 | _ACEOF | 21770 | _ACEOF |
| 18018 | cat >>$CONFIG_STATUS <<_ACEOF | ||
| 18019 | -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) | ||
| 18020 | echo "running $SHELL $0 " $ac_configure_args " --no-create --no-recursion" | ||
| 18021 | exec $SHELL $0 $ac_configure_args --no-create --no-recursion ;; | ||
| 18022 | _ACEOF | ||
| 18023 | cat >>$CONFIG_STATUS <<\_ACEOF | 21771 | cat >>$CONFIG_STATUS <<\_ACEOF |
| 21772 | -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) | ||
| 21773 | ac_cs_recheck=: ;; | ||
| 18024 | --version | --vers* | -V ) | 21774 | --version | --vers* | -V ) |
| 18025 | echo "$ac_cs_version"; exit 0 ;; | 21775 | echo "$ac_cs_version"; exit 0 ;; |
| 18026 | --he | --h) | 21776 | --he | --h) |
| @@ -18042,6 +21792,9 @@ Try \`$0 --help' for more information." >&2;} | |||
| 18042 | $ac_shift | 21792 | $ac_shift |
| 18043 | CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" | 21793 | CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" |
| 18044 | ac_need_defaults=false;; | 21794 | ac_need_defaults=false;; |
| 21795 | -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | ||
| 21796 | | -silent | --silent | --silen | --sile | --sil | --si | --s) | ||
| 21797 | ac_cs_silent=: ;; | ||
| 18045 | 21798 | ||
| 18046 | # This is an error. | 21799 | # This is an error. |
| 18047 | -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1 | 21800 | -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1 |
| @@ -18056,6 +21809,20 @@ Try \`$0 --help' for more information." >&2;} | |||
| 18056 | shift | 21809 | shift |
| 18057 | done | 21810 | done |
| 18058 | 21811 | ||
| 21812 | ac_configure_extra_args= | ||
| 21813 | |||
| 21814 | if $ac_cs_silent; then | ||
| 21815 | exec 6>/dev/null | ||
| 21816 | ac_configure_extra_args="$ac_configure_extra_args --silent" | ||
| 21817 | fi | ||
| 21818 | |||
| 21819 | _ACEOF | ||
| 21820 | cat >>$CONFIG_STATUS <<_ACEOF | ||
| 21821 | if \$ac_cs_recheck; then | ||
| 21822 | echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 | ||
| 21823 | exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion | ||
| 21824 | fi | ||
| 21825 | |||
| 18059 | _ACEOF | 21826 | _ACEOF |
| 18060 | 21827 | ||
| 18061 | cat >>$CONFIG_STATUS <<_ACEOF | 21828 | cat >>$CONFIG_STATUS <<_ACEOF |
| @@ -18102,6 +21869,9 @@ if $ac_need_defaults; then | |||
| 18102 | test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands | 21869 | test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands |
| 18103 | fi | 21870 | fi |
| 18104 | 21871 | ||
| 21872 | # Have a temporary directory for convenience. Make it in the build tree | ||
| 21873 | # simply because there is no reason to put it here, and in addition, | ||
| 21874 | # creating and moving files from /tmp can sometimes cause problems. | ||
| 18105 | # Create a temporary directory, and hook for its removal unless debugging. | 21875 | # Create a temporary directory, and hook for its removal unless debugging. |
| 18106 | $debug || | 21876 | $debug || |
| 18107 | { | 21877 | { |
| @@ -18110,17 +21880,17 @@ $debug || | |||
| 18110 | } | 21880 | } |
| 18111 | 21881 | ||
| 18112 | # Create a (secure) tmp directory for tmp files. | 21882 | # Create a (secure) tmp directory for tmp files. |
| 18113 | : ${TMPDIR=/tmp} | 21883 | |
| 18114 | { | 21884 | { |
| 18115 | tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` && | 21885 | tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` && |
| 18116 | test -n "$tmp" && test -d "$tmp" | 21886 | test -n "$tmp" && test -d "$tmp" |
| 18117 | } || | 21887 | } || |
| 18118 | { | 21888 | { |
| 18119 | tmp=$TMPDIR/cs$$-$RANDOM | 21889 | tmp=./confstat$$-$RANDOM |
| 18120 | (umask 077 && mkdir $tmp) | 21890 | (umask 077 && mkdir $tmp) |
| 18121 | } || | 21891 | } || |
| 18122 | { | 21892 | { |
| 18123 | echo "$me: cannot create a temporary directory in $TMPDIR" >&2 | 21893 | echo "$me: cannot create a temporary directory in ." >&2 |
| 18124 | { (exit 1); exit 1; } | 21894 | { (exit 1); exit 1; } |
| 18125 | } | 21895 | } |
| 18126 | 21896 | ||
| @@ -18257,9 +22027,9 @@ _ACEOF | |||
| 18257 | (echo ':t | 22027 | (echo ':t |
| 18258 | /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed | 22028 | /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed |
| 18259 | if test -z "$ac_sed_cmds"; then | 22029 | if test -z "$ac_sed_cmds"; then |
| 18260 | ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" | 22030 | ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" |
| 18261 | else | 22031 | else |
| 18262 | ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" | 22032 | ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" |
| 18263 | fi | 22033 | fi |
| 18264 | ac_sed_frag=`expr $ac_sed_frag + 1` | 22034 | ac_sed_frag=`expr $ac_sed_frag + 1` |
| 18265 | ac_beg=$ac_end | 22035 | ac_beg=$ac_end |
| @@ -18277,21 +22047,21 @@ for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue | |||
| 18277 | # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". | 22047 | # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". |
| 18278 | case $ac_file in | 22048 | case $ac_file in |
| 18279 | - | *:- | *:-:* ) # input from stdin | 22049 | - | *:- | *:-:* ) # input from stdin |
| 18280 | cat >$tmp/stdin | 22050 | cat >$tmp/stdin |
| 18281 | ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` | 22051 | ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` |
| 18282 | ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; | 22052 | ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; |
| 18283 | *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` | 22053 | *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` |
| 18284 | ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; | 22054 | ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; |
| 18285 | * ) ac_file_in=$ac_file.in ;; | 22055 | * ) ac_file_in=$ac_file.in ;; |
| 18286 | esac | 22056 | esac |
| 18287 | 22057 | ||
| 18288 | # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories. | 22058 | # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories. |
| 18289 | ac_dir=`(dirname "$ac_file") 2>/dev/null || | 22059 | ac_dir=`(dirname "$ac_file") 2>/dev/null || |
| 18290 | $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | 22060 | $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
| 18291 | X"$ac_file" : 'X\(//\)[^/]' \| \ | 22061 | X"$ac_file" : 'X\(//\)[^/]' \| \ |
| 18292 | X"$ac_file" : 'X\(//\)$' \| \ | 22062 | X"$ac_file" : 'X\(//\)$' \| \ |
| 18293 | X"$ac_file" : 'X\(/\)' \| \ | 22063 | X"$ac_file" : 'X\(/\)' \| \ |
| 18294 | . : '\(.\)' 2>/dev/null || | 22064 | . : '\(.\)' 2>/dev/null || |
| 18295 | echo X"$ac_file" | | 22065 | echo X"$ac_file" | |
| 18296 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } | 22066 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } |
| 18297 | /^X\(\/\/\)[^/].*/{ s//\1/; q; } | 22067 | /^X\(\/\/\)[^/].*/{ s//\1/; q; } |
| @@ -18307,10 +22077,10 @@ echo X"$ac_file" | | |||
| 18307 | as_dirs="$as_dir $as_dirs" | 22077 | as_dirs="$as_dir $as_dirs" |
| 18308 | as_dir=`(dirname "$as_dir") 2>/dev/null || | 22078 | as_dir=`(dirname "$as_dir") 2>/dev/null || |
| 18309 | $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | 22079 | $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
| 18310 | X"$as_dir" : 'X\(//\)[^/]' \| \ | 22080 | X"$as_dir" : 'X\(//\)[^/]' \| \ |
| 18311 | X"$as_dir" : 'X\(//\)$' \| \ | 22081 | X"$as_dir" : 'X\(//\)$' \| \ |
| 18312 | X"$as_dir" : 'X\(/\)' \| \ | 22082 | X"$as_dir" : 'X\(/\)' \| \ |
| 18313 | . : '\(.\)' 2>/dev/null || | 22083 | . : '\(.\)' 2>/dev/null || |
| 18314 | echo X"$as_dir" | | 22084 | echo X"$as_dir" | |
| 18315 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } | 22085 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } |
| 18316 | /^X\(\/\/\)[^/].*/{ s//\1/; q; } | 22086 | /^X\(\/\/\)[^/].*/{ s//\1/; q; } |
| @@ -18348,12 +22118,45 @@ case $srcdir in | |||
| 18348 | ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix | 22118 | ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix |
| 18349 | ac_top_srcdir=$ac_top_builddir$srcdir ;; | 22119 | ac_top_srcdir=$ac_top_builddir$srcdir ;; |
| 18350 | esac | 22120 | esac |
| 18351 | # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be | 22121 | |
| 18352 | # absolute. | 22122 | # Do not use `cd foo && pwd` to compute absolute paths, because |
| 18353 | ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` | 22123 | # the directories may not exist. |
| 18354 | ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` | 22124 | case `pwd` in |
| 18355 | ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` | 22125 | .) ac_abs_builddir="$ac_dir";; |
| 18356 | ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` | 22126 | *) |
| 22127 | case "$ac_dir" in | ||
| 22128 | .) ac_abs_builddir=`pwd`;; | ||
| 22129 | [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; | ||
| 22130 | *) ac_abs_builddir=`pwd`/"$ac_dir";; | ||
| 22131 | esac;; | ||
| 22132 | esac | ||
| 22133 | case $ac_abs_builddir in | ||
| 22134 | .) ac_abs_top_builddir=${ac_top_builddir}.;; | ||
| 22135 | *) | ||
| 22136 | case ${ac_top_builddir}. in | ||
| 22137 | .) ac_abs_top_builddir=$ac_abs_builddir;; | ||
| 22138 | [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; | ||
| 22139 | *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; | ||
| 22140 | esac;; | ||
| 22141 | esac | ||
| 22142 | case $ac_abs_builddir in | ||
| 22143 | .) ac_abs_srcdir=$ac_srcdir;; | ||
| 22144 | *) | ||
| 22145 | case $ac_srcdir in | ||
| 22146 | .) ac_abs_srcdir=$ac_abs_builddir;; | ||
| 22147 | [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; | ||
| 22148 | *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; | ||
| 22149 | esac;; | ||
| 22150 | esac | ||
| 22151 | case $ac_abs_builddir in | ||
| 22152 | .) ac_abs_top_srcdir=$ac_top_srcdir;; | ||
| 22153 | *) | ||
| 22154 | case $ac_top_srcdir in | ||
| 22155 | .) ac_abs_top_srcdir=$ac_abs_builddir;; | ||
| 22156 | [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; | ||
| 22157 | *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; | ||
| 22158 | esac;; | ||
| 22159 | esac | ||
| 18357 | 22160 | ||
| 18358 | 22161 | ||
| 18359 | case $INSTALL in | 22162 | case $INSTALL in |
| @@ -18375,7 +22178,7 @@ echo "$as_me: creating $ac_file" >&6;} | |||
| 18375 | configure_input="$ac_file. " | 22178 | configure_input="$ac_file. " |
| 18376 | fi | 22179 | fi |
| 18377 | configure_input=$configure_input"Generated from `echo $ac_file_in | | 22180 | configure_input=$configure_input"Generated from `echo $ac_file_in | |
| 18378 | sed 's,.*/,,'` by configure." | 22181 | sed 's,.*/,,'` by configure." |
| 18379 | 22182 | ||
| 18380 | # First look for the input files in the build tree, otherwise in the | 22183 | # First look for the input files in the build tree, otherwise in the |
| 18381 | # src tree. | 22184 | # src tree. |
| @@ -18384,24 +22187,24 @@ echo "$as_me: creating $ac_file" >&6;} | |||
| 18384 | case $f in | 22187 | case $f in |
| 18385 | -) echo $tmp/stdin ;; | 22188 | -) echo $tmp/stdin ;; |
| 18386 | [\\/$]*) | 22189 | [\\/$]*) |
| 18387 | # Absolute (can't be DOS-style, as IFS=:) | 22190 | # Absolute (can't be DOS-style, as IFS=:) |
| 18388 | test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 | 22191 | test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 |
| 18389 | echo "$as_me: error: cannot find input file: $f" >&2;} | 22192 | echo "$as_me: error: cannot find input file: $f" >&2;} |
| 18390 | { (exit 1); exit 1; }; } | 22193 | { (exit 1); exit 1; }; } |
| 18391 | echo $f;; | 22194 | echo "$f";; |
| 18392 | *) # Relative | 22195 | *) # Relative |
| 18393 | if test -f "$f"; then | 22196 | if test -f "$f"; then |
| 18394 | # Build tree | 22197 | # Build tree |
| 18395 | echo $f | 22198 | echo "$f" |
| 18396 | elif test -f "$srcdir/$f"; then | 22199 | elif test -f "$srcdir/$f"; then |
| 18397 | # Source tree | 22200 | # Source tree |
| 18398 | echo $srcdir/$f | 22201 | echo "$srcdir/$f" |
| 18399 | else | 22202 | else |
| 18400 | # /dev/null tree | 22203 | # /dev/null tree |
| 18401 | { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 | 22204 | { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 |
| 18402 | echo "$as_me: error: cannot find input file: $f" >&2;} | 22205 | echo "$as_me: error: cannot find input file: $f" >&2;} |
| 18403 | { (exit 1); exit 1; }; } | 22206 | { (exit 1); exit 1; }; } |
| 18404 | fi;; | 22207 | fi;; |
| 18405 | esac | 22208 | esac |
| 18406 | done` || { (exit 1); exit 1; } | 22209 | done` || { (exit 1); exit 1; } |
| 18407 | _ACEOF | 22210 | _ACEOF |
| @@ -18443,12 +22246,12 @@ cat >>$CONFIG_STATUS <<\_ACEOF | |||
| 18443 | # NAME is the cpp macro being defined and VALUE is the value it is being given. | 22246 | # NAME is the cpp macro being defined and VALUE is the value it is being given. |
| 18444 | # | 22247 | # |
| 18445 | # ac_d sets the value in "#define NAME VALUE" lines. | 22248 | # ac_d sets the value in "#define NAME VALUE" lines. |
| 18446 | ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)' | 22249 | ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)' |
| 18447 | ac_dB='[ ].*$,\1#\2' | 22250 | ac_dB='[ ].*$,\1#\2' |
| 18448 | ac_dC=' ' | 22251 | ac_dC=' ' |
| 18449 | ac_dD=',;t' | 22252 | ac_dD=',;t' |
| 18450 | # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE". | 22253 | # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE". |
| 18451 | ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' | 22254 | ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' |
| 18452 | ac_uB='$,\1#\2define\3' | 22255 | ac_uB='$,\1#\2define\3' |
| 18453 | ac_uC=' ' | 22256 | ac_uC=' ' |
| 18454 | ac_uD=',;t' | 22257 | ac_uD=',;t' |
| @@ -18457,11 +22260,11 @@ for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue | |||
| 18457 | # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". | 22260 | # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". |
| 18458 | case $ac_file in | 22261 | case $ac_file in |
| 18459 | - | *:- | *:-:* ) # input from stdin | 22262 | - | *:- | *:-:* ) # input from stdin |
| 18460 | cat >$tmp/stdin | 22263 | cat >$tmp/stdin |
| 18461 | ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` | 22264 | ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` |
| 18462 | ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; | 22265 | ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; |
| 18463 | *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` | 22266 | *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` |
| 18464 | ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; | 22267 | ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; |
| 18465 | * ) ac_file_in=$ac_file.in ;; | 22268 | * ) ac_file_in=$ac_file.in ;; |
| 18466 | esac | 22269 | esac |
| 18467 | 22270 | ||
| @@ -18475,28 +22278,29 @@ echo "$as_me: creating $ac_file" >&6;} | |||
| 18475 | case $f in | 22278 | case $f in |
| 18476 | -) echo $tmp/stdin ;; | 22279 | -) echo $tmp/stdin ;; |
| 18477 | [\\/$]*) | 22280 | [\\/$]*) |
| 18478 | # Absolute (can't be DOS-style, as IFS=:) | 22281 | # Absolute (can't be DOS-style, as IFS=:) |
| 18479 | test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 | 22282 | test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 |
| 18480 | echo "$as_me: error: cannot find input file: $f" >&2;} | 22283 | echo "$as_me: error: cannot find input file: $f" >&2;} |
| 18481 | { (exit 1); exit 1; }; } | 22284 | { (exit 1); exit 1; }; } |
| 18482 | echo $f;; | 22285 | # Do quote $f, to prevent DOS paths from being IFS'd. |
| 22286 | echo "$f";; | ||
| 18483 | *) # Relative | 22287 | *) # Relative |
| 18484 | if test -f "$f"; then | 22288 | if test -f "$f"; then |
| 18485 | # Build tree | 22289 | # Build tree |
| 18486 | echo $f | 22290 | echo "$f" |
| 18487 | elif test -f "$srcdir/$f"; then | 22291 | elif test -f "$srcdir/$f"; then |
| 18488 | # Source tree | 22292 | # Source tree |
| 18489 | echo $srcdir/$f | 22293 | echo "$srcdir/$f" |
| 18490 | else | 22294 | else |
| 18491 | # /dev/null tree | 22295 | # /dev/null tree |
| 18492 | { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 | 22296 | { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5 |
| 18493 | echo "$as_me: error: cannot find input file: $f" >&2;} | 22297 | echo "$as_me: error: cannot find input file: $f" >&2;} |
| 18494 | { (exit 1); exit 1; }; } | 22298 | { (exit 1); exit 1; }; } |
| 18495 | fi;; | 22299 | fi;; |
| 18496 | esac | 22300 | esac |
| 18497 | done` || { (exit 1); exit 1; } | 22301 | done` || { (exit 1); exit 1; } |
| 18498 | # Remove the trailing spaces. | 22302 | # Remove the trailing spaces. |
| 18499 | sed 's/[ ]*$//' $ac_file_inputs >$tmp/in | 22303 | sed 's/[ ]*$//' $ac_file_inputs >$tmp/in |
| 18500 | 22304 | ||
| 18501 | _ACEOF | 22305 | _ACEOF |
| 18502 | 22306 | ||
| @@ -18519,9 +22323,9 @@ s/[\\&,]/\\&/g | |||
| 18519 | s,[\\$`],\\&,g | 22323 | s,[\\$`],\\&,g |
| 18520 | t clear | 22324 | t clear |
| 18521 | : clear | 22325 | : clear |
| 18522 | s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp | 22326 | s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp |
| 18523 | t end | 22327 | t end |
| 18524 | s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp | 22328 | s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp |
| 18525 | : end | 22329 | : end |
| 18526 | _ACEOF | 22330 | _ACEOF |
| 18527 | # If some macros were called several times there might be several times | 22331 | # If some macros were called several times there might be several times |
| @@ -18535,13 +22339,13 @@ rm -f confdef2sed.sed | |||
| 18535 | # example, in the case of _POSIX_SOURCE, which is predefined and required | 22339 | # example, in the case of _POSIX_SOURCE, which is predefined and required |
| 18536 | # on some systems where configure will not decide to define it. | 22340 | # on some systems where configure will not decide to define it. |
| 18537 | cat >>conftest.undefs <<\_ACEOF | 22341 | cat >>conftest.undefs <<\_ACEOF |
| 18538 | s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */, | 22342 | s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */, |
| 18539 | _ACEOF | 22343 | _ACEOF |
| 18540 | 22344 | ||
| 18541 | # Break up conftest.defines because some shells have a limit on the size | 22345 | # Break up conftest.defines because some shells have a limit on the size |
| 18542 | # of here documents, and old seds have small limits too (100 cmds). | 22346 | # of here documents, and old seds have small limits too (100 cmds). |
| 18543 | echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS | 22347 | echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS |
| 18544 | echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS | 22348 | echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS |
| 18545 | echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS | 22349 | echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS |
| 18546 | echo ' :' >>$CONFIG_STATUS | 22350 | echo ' :' >>$CONFIG_STATUS |
| 18547 | rm -f conftest.tail | 22351 | rm -f conftest.tail |
| @@ -18550,7 +22354,7 @@ do | |||
| 18550 | # Write a limited-size here document to $tmp/defines.sed. | 22354 | # Write a limited-size here document to $tmp/defines.sed. |
| 18551 | echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS | 22355 | echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS |
| 18552 | # Speed up: don't consider the non `#define' lines. | 22356 | # Speed up: don't consider the non `#define' lines. |
| 18553 | echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS | 22357 | echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS |
| 18554 | # Work around the forget-to-reset-the-flag bug. | 22358 | # Work around the forget-to-reset-the-flag bug. |
| 18555 | echo 't clr' >>$CONFIG_STATUS | 22359 | echo 't clr' >>$CONFIG_STATUS |
| 18556 | echo ': clr' >>$CONFIG_STATUS | 22360 | echo ': clr' >>$CONFIG_STATUS |
| @@ -18577,7 +22381,7 @@ do | |||
| 18577 | # Write a limited-size here document to $tmp/undefs.sed. | 22381 | # Write a limited-size here document to $tmp/undefs.sed. |
| 18578 | echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS | 22382 | echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS |
| 18579 | # Speed up: don't consider the non `#undef' | 22383 | # Speed up: don't consider the non `#undef' |
| 18580 | echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS | 22384 | echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS |
| 18581 | # Work around the forget-to-reset-the-flag bug. | 22385 | # Work around the forget-to-reset-the-flag bug. |
| 18582 | echo 't clr' >>$CONFIG_STATUS | 22386 | echo 't clr' >>$CONFIG_STATUS |
| 18583 | echo ': clr' >>$CONFIG_STATUS | 22387 | echo ': clr' >>$CONFIG_STATUS |
| @@ -18605,16 +22409,16 @@ cat >>$CONFIG_STATUS <<\_ACEOF | |||
| 18605 | cat $tmp/in >>$tmp/config.h | 22409 | cat $tmp/in >>$tmp/config.h |
| 18606 | rm -f $tmp/in | 22410 | rm -f $tmp/in |
| 18607 | if test x"$ac_file" != x-; then | 22411 | if test x"$ac_file" != x-; then |
| 18608 | if cmp -s $ac_file $tmp/config.h 2>/dev/null; then | 22412 | if diff $ac_file $tmp/config.h >/dev/null 2>&1; then |
| 18609 | { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 | 22413 | { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 |
| 18610 | echo "$as_me: $ac_file is unchanged" >&6;} | 22414 | echo "$as_me: $ac_file is unchanged" >&6;} |
| 18611 | else | 22415 | else |
| 18612 | ac_dir=`(dirname "$ac_file") 2>/dev/null || | 22416 | ac_dir=`(dirname "$ac_file") 2>/dev/null || |
| 18613 | $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | 22417 | $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
| 18614 | X"$ac_file" : 'X\(//\)[^/]' \| \ | 22418 | X"$ac_file" : 'X\(//\)[^/]' \| \ |
| 18615 | X"$ac_file" : 'X\(//\)$' \| \ | 22419 | X"$ac_file" : 'X\(//\)$' \| \ |
| 18616 | X"$ac_file" : 'X\(/\)' \| \ | 22420 | X"$ac_file" : 'X\(/\)' \| \ |
| 18617 | . : '\(.\)' 2>/dev/null || | 22421 | . : '\(.\)' 2>/dev/null || |
| 18618 | echo X"$ac_file" | | 22422 | echo X"$ac_file" | |
| 18619 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } | 22423 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } |
| 18620 | /^X\(\/\/\)[^/].*/{ s//\1/; q; } | 22424 | /^X\(\/\/\)[^/].*/{ s//\1/; q; } |
| @@ -18630,10 +22434,10 @@ echo X"$ac_file" | | |||
| 18630 | as_dirs="$as_dir $as_dirs" | 22434 | as_dirs="$as_dir $as_dirs" |
| 18631 | as_dir=`(dirname "$as_dir") 2>/dev/null || | 22435 | as_dir=`(dirname "$as_dir") 2>/dev/null || |
| 18632 | $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | 22436 | $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
| 18633 | X"$as_dir" : 'X\(//\)[^/]' \| \ | 22437 | X"$as_dir" : 'X\(//\)[^/]' \| \ |
| 18634 | X"$as_dir" : 'X\(//\)$' \| \ | 22438 | X"$as_dir" : 'X\(//\)$' \| \ |
| 18635 | X"$as_dir" : 'X\(/\)' \| \ | 22439 | X"$as_dir" : 'X\(/\)' \| \ |
| 18636 | . : '\(.\)' 2>/dev/null || | 22440 | . : '\(.\)' 2>/dev/null || |
| 18637 | echo X"$as_dir" | | 22441 | echo X"$as_dir" | |
| 18638 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } | 22442 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } |
| 18639 | /^X\(\/\/\)[^/].*/{ s//\1/; q; } | 22443 | /^X\(\/\/\)[^/].*/{ s//\1/; q; } |
| @@ -18665,16 +22469,41 @@ for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue | |||
| 18665 | ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'` | 22469 | ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'` |
| 18666 | ac_dir=`(dirname "$ac_dest") 2>/dev/null || | 22470 | ac_dir=`(dirname "$ac_dest") 2>/dev/null || |
| 18667 | $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | 22471 | $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
| 18668 | X"$ac_dest" : 'X\(//\)[^/]' \| \ | 22472 | X"$ac_dest" : 'X\(//\)[^/]' \| \ |
| 18669 | X"$ac_dest" : 'X\(//\)$' \| \ | 22473 | X"$ac_dest" : 'X\(//\)$' \| \ |
| 18670 | X"$ac_dest" : 'X\(/\)' \| \ | 22474 | X"$ac_dest" : 'X\(/\)' \| \ |
| 18671 | . : '\(.\)' 2>/dev/null || | 22475 | . : '\(.\)' 2>/dev/null || |
| 18672 | echo X"$ac_dest" | | 22476 | echo X"$ac_dest" | |
| 18673 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } | 22477 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } |
| 18674 | /^X\(\/\/\)[^/].*/{ s//\1/; q; } | 22478 | /^X\(\/\/\)[^/].*/{ s//\1/; q; } |
| 18675 | /^X\(\/\/\)$/{ s//\1/; q; } | 22479 | /^X\(\/\/\)$/{ s//\1/; q; } |
| 18676 | /^X\(\/\).*/{ s//\1/; q; } | 22480 | /^X\(\/\).*/{ s//\1/; q; } |
| 18677 | s/.*/./; q'` | 22481 | s/.*/./; q'` |
| 22482 | { if $as_mkdir_p; then | ||
| 22483 | mkdir -p "$ac_dir" | ||
| 22484 | else | ||
| 22485 | as_dir="$ac_dir" | ||
| 22486 | as_dirs= | ||
| 22487 | while test ! -d "$as_dir"; do | ||
| 22488 | as_dirs="$as_dir $as_dirs" | ||
| 22489 | as_dir=`(dirname "$as_dir") 2>/dev/null || | ||
| 22490 | $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | ||
| 22491 | X"$as_dir" : 'X\(//\)[^/]' \| \ | ||
| 22492 | X"$as_dir" : 'X\(//\)$' \| \ | ||
| 22493 | X"$as_dir" : 'X\(/\)' \| \ | ||
| 22494 | . : '\(.\)' 2>/dev/null || | ||
| 22495 | echo X"$as_dir" | | ||
| 22496 | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } | ||
| 22497 | /^X\(\/\/\)[^/].*/{ s//\1/; q; } | ||
| 22498 | /^X\(\/\/\)$/{ s//\1/; q; } | ||
| 22499 | /^X\(\/\).*/{ s//\1/; q; } | ||
| 22500 | s/.*/./; q'` | ||
| 22501 | done | ||
| 22502 | test ! -n "$as_dirs" || mkdir $as_dirs | ||
| 22503 | fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5 | ||
| 22504 | echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;} | ||
| 22505 | { (exit 1); exit 1; }; }; } | ||
| 22506 | |||
| 18678 | ac_builddir=. | 22507 | ac_builddir=. |
| 18679 | 22508 | ||
| 18680 | if test "$ac_dir" != .; then | 22509 | if test "$ac_dir" != .; then |
| @@ -18700,12 +22529,45 @@ case $srcdir in | |||
| 18700 | ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix | 22529 | ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix |
| 18701 | ac_top_srcdir=$ac_top_builddir$srcdir ;; | 22530 | ac_top_srcdir=$ac_top_builddir$srcdir ;; |
| 18702 | esac | 22531 | esac |
| 18703 | # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be | 22532 | |
| 18704 | # absolute. | 22533 | # Do not use `cd foo && pwd` to compute absolute paths, because |
| 18705 | ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` | 22534 | # the directories may not exist. |
| 18706 | ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` | 22535 | case `pwd` in |
| 18707 | ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` | 22536 | .) ac_abs_builddir="$ac_dir";; |
| 18708 | ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` | 22537 | *) |
| 22538 | case "$ac_dir" in | ||
| 22539 | .) ac_abs_builddir=`pwd`;; | ||
| 22540 | [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; | ||
| 22541 | *) ac_abs_builddir=`pwd`/"$ac_dir";; | ||
| 22542 | esac;; | ||
| 22543 | esac | ||
| 22544 | case $ac_abs_builddir in | ||
| 22545 | .) ac_abs_top_builddir=${ac_top_builddir}.;; | ||
| 22546 | *) | ||
| 22547 | case ${ac_top_builddir}. in | ||
| 22548 | .) ac_abs_top_builddir=$ac_abs_builddir;; | ||
| 22549 | [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; | ||
| 22550 | *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; | ||
| 22551 | esac;; | ||
| 22552 | esac | ||
| 22553 | case $ac_abs_builddir in | ||
| 22554 | .) ac_abs_srcdir=$ac_srcdir;; | ||
| 22555 | *) | ||
| 22556 | case $ac_srcdir in | ||
| 22557 | .) ac_abs_srcdir=$ac_abs_builddir;; | ||
| 22558 | [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; | ||
| 22559 | *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; | ||
| 22560 | esac;; | ||
| 22561 | esac | ||
| 22562 | case $ac_abs_builddir in | ||
| 22563 | .) ac_abs_top_srcdir=$ac_top_srcdir;; | ||
| 22564 | *) | ||
| 22565 | case $ac_top_srcdir in | ||
| 22566 | .) ac_abs_top_srcdir=$ac_abs_builddir;; | ||
| 22567 | [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; | ||
| 22568 | *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; | ||
| 22569 | esac;; | ||
| 22570 | esac | ||
| 18709 | 22571 | ||
| 18710 | 22572 | ||
| 18711 | { echo "$as_me:$LINENO: executing $ac_dest commands" >&5 | 22573 | { echo "$as_me:$LINENO: executing $ac_dest commands" >&5 |
| @@ -18806,8 +22668,11 @@ ac_clean_files=$ac_clean_files_save | |||
| 18806 | # need to make the FD available again. | 22668 | # need to make the FD available again. |
| 18807 | if test "$no_create" != yes; then | 22669 | if test "$no_create" != yes; then |
| 18808 | ac_cs_success=: | 22670 | ac_cs_success=: |
| 22671 | ac_config_status_args= | ||
| 22672 | test "$silent" = yes && | ||
| 22673 | ac_config_status_args="$ac_config_status_args --quiet" | ||
| 18809 | exec 5>/dev/null | 22674 | exec 5>/dev/null |
| 18810 | $SHELL $CONFIG_STATUS || ac_cs_success=false | 22675 | $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false |
| 18811 | exec 5>>config.log | 22676 | exec 5>>config.log |
| 18812 | # Use ||, not &&, to avoid exiting from the if with $? = 1, which | 22677 | # Use ||, not &&, to avoid exiting from the if with $? = 1, which |
| 18813 | # would make configure fail if this is the last instruction. | 22678 | # would make configure fail if this is the last instruction. |
| @@ -512,7 +512,8 @@ echo "Making links to \`nt/inc/netinet'" | |||
| 512 | 512 | ||
| 513 | echo "Making links to \`nt/icons'" | 513 | echo "Making links to \`nt/icons'" |
| 514 | (cd nt/icons | 514 | (cd nt/icons |
| 515 | ln [a-z]*.ico ../../${tempdir}/nt/icons) | 515 | ln [a-z]*.ico ../../${tempdir}/nt/icons |
| 516 | ln [a-z]*.cur ../../${tempdir}/nt/icons) | ||
| 516 | 517 | ||
| 517 | echo "Making links to \`mac'" | 518 | echo "Making links to \`mac'" |
| 518 | (cd mac | 519 | (cd mac |
| @@ -614,9 +615,9 @@ echo "Making links to \`man'" | |||
| 614 | 615 | ||
| 615 | echo "Making links to \`lispref'" | 616 | echo "Making links to \`lispref'" |
| 616 | (cd lispref | 617 | (cd lispref |
| 617 | ln `ls -1 *.texi | grep -v index.texi` ../${tempdir}/lispref | 618 | ln `ls -1 *.texi` ../${tempdir}/lispref |
| 618 | ln *.aux *.cps *.fns *.kys *.vrs index.*perm ../${tempdir}/lispref | 619 | ln *.aux *.cps *.fns *.kys *.vrs ../${tempdir}/lispref |
| 619 | ln *.txt *.el spellfile permute-index tindex.pl ../${tempdir}/lispref | 620 | ln *.txt *.el spellfile tindex.pl ../${tempdir}/lispref |
| 620 | test -f README && ln README ../${tempdir}/lispref | 621 | test -f README && ln README ../${tempdir}/lispref |
| 621 | test -f Makefile.in && ln Makefile.in ../${tempdir}/lispref | 622 | test -f Makefile.in && ln Makefile.in ../${tempdir}/lispref |
| 622 | ln ChangeLog ../${tempdir}/lispref | 623 | ln ChangeLog ../${tempdir}/lispref |
| @@ -704,4 +705,5 @@ else | |||
| 704 | rm -rf ${tempparent} | 705 | rm -rf ${tempparent} |
| 705 | fi | 706 | fi |
| 706 | 707 | ||
| 708 | # arch-tag: 26e3eb50-a394-4ab2-82b2-d8e5af500de7 | ||
| 707 | ### make-dist ends here | 709 | ### make-dist ends here |