aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2204
1 files changed, 1114 insertions, 1090 deletions
diff --git a/configure b/configure
index c7aa5eb55b3..e6bb0fcbf1f 100755
--- a/configure
+++ b/configure
@@ -654,6 +654,11 @@ EOF
654 654
655 cat <<\EOF 655 cat <<\EOF
656 656
657Program names:
658 --program-prefix=PREFIX prepend PREFIX to installed program names
659 --program-suffix=SUFFIX append SUFFIX to installed program names
660 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
661
657X features: 662X features:
658 --x-includes=DIR X include files are in DIR 663 --x-includes=DIR X include files are in DIR
659 --x-libraries=DIR X library files are in DIR 664 --x-libraries=DIR X library files are in DIR
@@ -884,7 +889,7 @@ if test -z "$CONFIG_SITE"; then
884fi 889fi
885for ac_site_file in $CONFIG_SITE; do 890for ac_site_file in $CONFIG_SITE; do
886 if test -r "$ac_site_file"; then 891 if test -r "$ac_site_file"; then
887 { echo "$as_me:887: loading site script $ac_site_file" >&5 892 { echo "$as_me:892: loading site script $ac_site_file" >&5
888echo "$as_me: loading site script $ac_site_file" >&6;} 893echo "$as_me: loading site script $ac_site_file" >&6;}
889 cat "$ac_site_file" >&5 894 cat "$ac_site_file" >&5
890 . "$ac_site_file" 895 . "$ac_site_file"
@@ -895,7 +900,7 @@ if test -r "$cache_file"; then
895 # Some versions of bash will fail to source /dev/null (special 900 # Some versions of bash will fail to source /dev/null (special
896 # files actually), so we avoid doing that. 901 # files actually), so we avoid doing that.
897 if test -f "$cache_file"; then 902 if test -f "$cache_file"; then
898 { echo "$as_me:898: loading cache $cache_file" >&5 903 { echo "$as_me:903: loading cache $cache_file" >&5
899echo "$as_me: loading cache $cache_file" >&6;} 904echo "$as_me: loading cache $cache_file" >&6;}
900 case $cache_file in 905 case $cache_file in
901 [\\/]* | ?:[\\/]* ) . $cache_file;; 906 [\\/]* | ?:[\\/]* ) . $cache_file;;
@@ -903,7 +908,7 @@ echo "$as_me: loading cache $cache_file" >&6;}
903 esac 908 esac
904 fi 909 fi
905else 910else
906 { echo "$as_me:906: creating cache $cache_file" >&5 911 { echo "$as_me:911: creating cache $cache_file" >&5
907echo "$as_me: creating cache $cache_file" >&6;} 912echo "$as_me: creating cache $cache_file" >&6;}
908 >$cache_file 913 >$cache_file
909fi 914fi
@@ -919,21 +924,21 @@ for ac_var in `(set) 2>&1 |
919 eval ac_new_val="\$ac_env_${ac_var}_value" 924 eval ac_new_val="\$ac_env_${ac_var}_value"
920 case $ac_old_set,$ac_new_set in 925 case $ac_old_set,$ac_new_set in
921 set,) 926 set,)
922 { echo "$as_me:922: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 927 { echo "$as_me:927: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
923echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 928echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
924 ac_cache_corrupted=: ;; 929 ac_cache_corrupted=: ;;
925 ,set) 930 ,set)
926 { echo "$as_me:926: error: \`$ac_var' was not set in the previous run" >&5 931 { echo "$as_me:931: error: \`$ac_var' was not set in the previous run" >&5
927echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 932echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
928 ac_cache_corrupted=: ;; 933 ac_cache_corrupted=: ;;
929 ,);; 934 ,);;
930 *) 935 *)
931 if test "x$ac_old_val" != "x$ac_new_val"; then 936 if test "x$ac_old_val" != "x$ac_new_val"; then
932 { echo "$as_me:932: error: \`$ac_var' has changed since the previous run:" >&5 937 { echo "$as_me:937: error: \`$ac_var' has changed since the previous run:" >&5
933echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 938echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
934 { echo "$as_me:934: former value: $ac_old_val" >&5 939 { echo "$as_me:939: former value: $ac_old_val" >&5
935echo "$as_me: former value: $ac_old_val" >&2;} 940echo "$as_me: former value: $ac_old_val" >&2;}
936 { echo "$as_me:936: current value: $ac_new_val" >&5 941 { echo "$as_me:941: current value: $ac_new_val" >&5
937echo "$as_me: current value: $ac_new_val" >&2;} 942echo "$as_me: current value: $ac_new_val" >&2;}
938 ac_cache_corrupted=: 943 ac_cache_corrupted=:
939 fi;; 944 fi;;
@@ -952,9 +957,9 @@ echo "$as_me: current value: $ac_new_val" >&2;}
952 fi 957 fi
953done 958done
954if $ac_cache_corrupted; then 959if $ac_cache_corrupted; then
955 { echo "$as_me:955: error: changes in the environment can compromise the build" >&5 960 { echo "$as_me:960: error: changes in the environment can compromise the build" >&5
956echo "$as_me: error: changes in the environment can compromise the build" >&2;} 961echo "$as_me: error: changes in the environment can compromise the build" >&2;}
957 { { echo "$as_me:957: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 962 { { echo "$as_me:962: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
958echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 963echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
959 { (exit 1); exit 1; }; } 964 { (exit 1); exit 1; }; }
960fi 965fi
@@ -974,10 +979,10 @@ esac
974echo "#! $SHELL" >conftest.sh 979echo "#! $SHELL" >conftest.sh
975echo "exit 0" >>conftest.sh 980echo "exit 0" >>conftest.sh
976chmod +x conftest.sh 981chmod +x conftest.sh
977if { (echo "$as_me:977: PATH=\".;.\"; conftest.sh") >&5 982if { (echo "$as_me:982: PATH=\".;.\"; conftest.sh") >&5
978 (PATH=".;."; conftest.sh) 2>&5 983 (PATH=".;."; conftest.sh) 2>&5
979 ac_status=$? 984 ac_status=$?
980 echo "$as_me:980: \$? = $ac_status" >&5 985 echo "$as_me:985: \$? = $ac_status" >&5
981 (exit $ac_status); }; then 986 (exit $ac_status); }; then
982 ac_path_separator=';' 987 ac_path_separator=';'
983else 988else
@@ -988,6 +993,19 @@ rm -f conftest.sh
988 993
989ac_config_headers="$ac_config_headers src/config.h:src/config.in" 994ac_config_headers="$ac_config_headers src/config.h:src/config.in"
990 995
996test "$program_prefix" != NONE &&
997 program_transform_name="s,^,$program_prefix,;$program_transform_name"
998# Use a double $ so make ignores it.
999test "$program_suffix" != NONE &&
1000 program_transform_name="s,\$,$program_suffix,;$program_transform_name"
1001# Double any \ or $. echo might interpret backslashes.
1002# By default was `s,x,x', remove it if useless.
1003cat <<\_ACEOF >conftest.sed
1004s/[\\$]/&&/g;s/;s,x,x,$//
1005_ACEOF
1006program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1007rm conftest.sed
1008
991lispdir='${datadir}/emacs/${version}/lisp' 1009lispdir='${datadir}/emacs/${version}/lisp'
992locallisppath='${datadir}/emacs/${version}/site-lisp:'\ 1010locallisppath='${datadir}/emacs/${version}/site-lisp:'\
993'${datadir}/emacs/site-lisp:${datadir}/emacs/${version}/leim' 1011'${datadir}/emacs/site-lisp:${datadir}/emacs/${version}/leim'
@@ -1065,7 +1083,7 @@ if test "${with_x_toolkit+set}" = set; then
1065 a | at | ath | athe | athen | athena ) val=athena ;; 1083 a | at | ath | athe | athen | athena ) val=athena ;;
1066 m | mo | mot | moti | motif ) val=motif ;; 1084 m | mo | mot | moti | motif ) val=motif ;;
1067 * ) 1085 * )
1068{ { echo "$as_me:1068: error: \`--with-x-toolkit=$withval' is invalid\; 1086{ { echo "$as_me:1086: error: \`--with-x-toolkit=$withval' is invalid\;
1069this option's value should be \`yes', \`no', \`lucid', \`athena', or \`motif'. 1087this option's value should be \`yes', \`no', \`lucid', \`athena', or \`motif'.
1070Currently, \`yes', \`athena' and \`lucid' are synonyms." >&5 1088Currently, \`yes', \`athena' and \`lucid' are synonyms." >&5
1071echo "$as_me: error: \`--with-x-toolkit=$withval' is invalid\; 1089echo "$as_me: error: \`--with-x-toolkit=$withval' is invalid\;
@@ -1144,7 +1162,7 @@ esac
1144#### Check if the source directory already has a configured system in it. 1162#### Check if the source directory already has a configured system in it.
1145if test `pwd` != `(cd ${srcdir} && pwd)` \ 1163if test `pwd` != `(cd ${srcdir} && pwd)` \
1146 && test -f "${srcdir}/src/config.h" ; then 1164 && test -f "${srcdir}/src/config.h" ; then
1147 { echo "$as_me:1147: WARNING: The directory tree \`${srcdir}' is being used 1165 { echo "$as_me:1165: WARNING: The directory tree \`${srcdir}' is being used
1148 as a build directory right now; it has been configured in its own 1166 as a build directory right now; it has been configured in its own
1149 right. To configure in another directory as well, you MUST 1167 right. To configure in another directory as well, you MUST
1150 use GNU make. If you do not have GNU make, then you must 1168 use GNU make. If you do not have GNU make, then you must
@@ -1189,7 +1207,7 @@ for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1189 fi 1207 fi
1190done 1208done
1191if test -z "$ac_aux_dir"; then 1209if test -z "$ac_aux_dir"; then
1192 { { echo "$as_me:1192: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 1210 { { echo "$as_me:1210: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1193echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;} 1211echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1194 { (exit 1); exit 1; }; } 1212 { (exit 1); exit 1; }; }
1195fi 1213fi
@@ -1199,11 +1217,11 @@ ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1199 1217
1200# Make sure we can run config.sub. 1218# Make sure we can run config.sub.
1201$ac_config_sub sun4 >/dev/null 2>&1 || 1219$ac_config_sub sun4 >/dev/null 2>&1 ||
1202 { { echo "$as_me:1202: error: cannot run $ac_config_sub" >&5 1220 { { echo "$as_me:1220: error: cannot run $ac_config_sub" >&5
1203echo "$as_me: error: cannot run $ac_config_sub" >&2;} 1221echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1204 { (exit 1); exit 1; }; } 1222 { (exit 1); exit 1; }; }
1205 1223
1206echo "$as_me:1206: checking build system type" >&5 1224echo "$as_me:1224: checking build system type" >&5
1207echo $ECHO_N "checking build system type... $ECHO_C" >&6 1225echo $ECHO_N "checking build system type... $ECHO_C" >&6
1208if test "${ac_cv_build+set}" = set; then 1226if test "${ac_cv_build+set}" = set; then
1209 echo $ECHO_N "(cached) $ECHO_C" >&6 1227 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1212,23 +1230,26 @@ else
1212test -z "$ac_cv_build_alias" && 1230test -z "$ac_cv_build_alias" &&
1213 ac_cv_build_alias=`$ac_config_guess` 1231 ac_cv_build_alias=`$ac_config_guess`
1214test -z "$ac_cv_build_alias" && 1232test -z "$ac_cv_build_alias" &&
1215 { { echo "$as_me:1215: error: cannot guess build type; you must specify one" >&5 1233 { { echo "$as_me:1233: error: cannot guess build type; you must specify one" >&5
1216echo "$as_me: error: cannot guess build type; you must specify one" >&2;} 1234echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1217 { (exit 1); exit 1; }; } 1235 { (exit 1); exit 1; }; }
1218ac_cv_build=`$ac_config_sub $ac_cv_build_alias` || 1236ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1219 { { echo "$as_me:1219: error: $ac_config_sub $ac_cv_build_alias failed." >&5 1237 { { echo "$as_me:1237: error: $ac_config_sub $ac_cv_build_alias failed." >&5
1220echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;} 1238echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;}
1221 { (exit 1); exit 1; }; } 1239 { (exit 1); exit 1; }; }
1222 1240
1223fi 1241fi
1224echo "$as_me:1224: result: $ac_cv_build" >&5 1242echo "$as_me:1242: result: $ac_cv_build" >&5
1225echo "${ECHO_T}$ac_cv_build" >&6 1243echo "${ECHO_T}$ac_cv_build" >&6
1226build=$ac_cv_build 1244build=$ac_cv_build
1227build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 1245build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1228build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` 1246build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1229build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 1247build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1230 1248
1231echo "$as_me:1231: checking host system type" >&5 1249test -z "$build_alias" &&
1250 build_alias=$ac_cv_build
1251
1252echo "$as_me:1252: checking host system type" >&5
1232echo $ECHO_N "checking host system type... $ECHO_C" >&6 1253echo $ECHO_N "checking host system type... $ECHO_C" >&6
1233if test "${ac_cv_host+set}" = set; then 1254if test "${ac_cv_host+set}" = set; then
1234 echo $ECHO_N "(cached) $ECHO_C" >&6 1255 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1237,18 +1258,21 @@ else
1237test -z "$ac_cv_host_alias" && 1258test -z "$ac_cv_host_alias" &&
1238 ac_cv_host_alias=$ac_cv_build_alias 1259 ac_cv_host_alias=$ac_cv_build_alias
1239ac_cv_host=`$ac_config_sub $ac_cv_host_alias` || 1260ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1240 { { echo "$as_me:1240: error: $ac_config_sub $ac_cv_host_alias failed" >&5 1261 { { echo "$as_me:1261: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1241echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;} 1262echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1242 { (exit 1); exit 1; }; } 1263 { (exit 1); exit 1; }; }
1243 1264
1244fi 1265fi
1245echo "$as_me:1245: result: $ac_cv_host" >&5 1266echo "$as_me:1266: result: $ac_cv_host" >&5
1246echo "${ECHO_T}$ac_cv_host" >&6 1267echo "${ECHO_T}$ac_cv_host" >&6
1247host=$ac_cv_host 1268host=$ac_cv_host
1248host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 1269host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1249host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` 1270host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1250host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 1271host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1251 1272
1273test -z "$host_alias" &&
1274 host_alias=$ac_cv_host
1275
1252canonical=$host 1276canonical=$host
1253configuration=${host_alias-$host} 1277configuration=${host_alias-$host}
1254 1278
@@ -2192,7 +2216,7 @@ if test x"${opsys}" = x; then
2192fi 2216fi
2193 2217
2194if test $unported = yes; then 2218if test $unported = yes; then
2195 { { echo "$as_me:2195: error: Emacs hasn't been ported to \`${canonical}' systems. 2219 { { echo "$as_me:2219: error: Emacs hasn't been ported to \`${canonical}' systems.
2196Check \`etc/MACHINES' for recognized configuration names." >&5 2220Check \`etc/MACHINES' for recognized configuration names." >&5
2197echo "$as_me: error: Emacs hasn't been ported to \`${canonical}' systems. 2221echo "$as_me: error: Emacs hasn't been ported to \`${canonical}' systems.
2198Check \`etc/MACHINES' for recognized configuration names." >&2;} 2222Check \`etc/MACHINES' for recognized configuration names." >&2;}
@@ -2221,7 +2245,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
2221if test -n "$ac_tool_prefix"; then 2245if test -n "$ac_tool_prefix"; then
2222 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 2246 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2223set dummy ${ac_tool_prefix}gcc; ac_word=$2 2247set dummy ${ac_tool_prefix}gcc; ac_word=$2
2224echo "$as_me:2224: checking for $ac_word" >&5 2248echo "$as_me:2248: checking for $ac_word" >&5
2225echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2249echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2226if test "${ac_cv_prog_CC+set}" = set; then 2250if test "${ac_cv_prog_CC+set}" = set; then
2227 echo $ECHO_N "(cached) $ECHO_C" >&6 2251 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2236,7 +2260,7 @@ for ac_dir in $ac_dummy; do
2236 test -z "$ac_dir" && ac_dir=. 2260 test -z "$ac_dir" && ac_dir=.
2237 $as_executable_p "$ac_dir/$ac_word" || continue 2261 $as_executable_p "$ac_dir/$ac_word" || continue
2238ac_cv_prog_CC="${ac_tool_prefix}gcc" 2262ac_cv_prog_CC="${ac_tool_prefix}gcc"
2239echo "$as_me:2239: found $ac_dir/$ac_word" >&5 2263echo "$as_me:2263: found $ac_dir/$ac_word" >&5
2240break 2264break
2241done 2265done
2242 2266
@@ -2244,10 +2268,10 @@ fi
2244fi 2268fi
2245CC=$ac_cv_prog_CC 2269CC=$ac_cv_prog_CC
2246if test -n "$CC"; then 2270if test -n "$CC"; then
2247 echo "$as_me:2247: result: $CC" >&5 2271 echo "$as_me:2271: result: $CC" >&5
2248echo "${ECHO_T}$CC" >&6 2272echo "${ECHO_T}$CC" >&6
2249else 2273else
2250 echo "$as_me:2250: result: no" >&5 2274 echo "$as_me:2274: result: no" >&5
2251echo "${ECHO_T}no" >&6 2275echo "${ECHO_T}no" >&6
2252fi 2276fi
2253 2277
@@ -2256,7 +2280,7 @@ if test -z "$ac_cv_prog_CC"; then
2256 ac_ct_CC=$CC 2280 ac_ct_CC=$CC
2257 # Extract the first word of "gcc", so it can be a program name with args. 2281 # Extract the first word of "gcc", so it can be a program name with args.
2258set dummy gcc; ac_word=$2 2282set dummy gcc; ac_word=$2
2259echo "$as_me:2259: checking for $ac_word" >&5 2283echo "$as_me:2283: checking for $ac_word" >&5
2260echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2284echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2261if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2285if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2262 echo $ECHO_N "(cached) $ECHO_C" >&6 2286 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2271,7 +2295,7 @@ for ac_dir in $ac_dummy; do
2271 test -z "$ac_dir" && ac_dir=. 2295 test -z "$ac_dir" && ac_dir=.
2272 $as_executable_p "$ac_dir/$ac_word" || continue 2296 $as_executable_p "$ac_dir/$ac_word" || continue
2273ac_cv_prog_ac_ct_CC="gcc" 2297ac_cv_prog_ac_ct_CC="gcc"
2274echo "$as_me:2274: found $ac_dir/$ac_word" >&5 2298echo "$as_me:2298: found $ac_dir/$ac_word" >&5
2275break 2299break
2276done 2300done
2277 2301
@@ -2279,10 +2303,10 @@ fi
2279fi 2303fi
2280ac_ct_CC=$ac_cv_prog_ac_ct_CC 2304ac_ct_CC=$ac_cv_prog_ac_ct_CC
2281if test -n "$ac_ct_CC"; then 2305if test -n "$ac_ct_CC"; then
2282 echo "$as_me:2282: result: $ac_ct_CC" >&5 2306 echo "$as_me:2306: result: $ac_ct_CC" >&5
2283echo "${ECHO_T}$ac_ct_CC" >&6 2307echo "${ECHO_T}$ac_ct_CC" >&6
2284else 2308else
2285 echo "$as_me:2285: result: no" >&5 2309 echo "$as_me:2309: result: no" >&5
2286echo "${ECHO_T}no" >&6 2310echo "${ECHO_T}no" >&6
2287fi 2311fi
2288 2312
@@ -2295,7 +2319,7 @@ if test -z "$CC"; then
2295 if test -n "$ac_tool_prefix"; then 2319 if test -n "$ac_tool_prefix"; then
2296 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 2320 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2297set dummy ${ac_tool_prefix}cc; ac_word=$2 2321set dummy ${ac_tool_prefix}cc; ac_word=$2
2298echo "$as_me:2298: checking for $ac_word" >&5 2322echo "$as_me:2322: checking for $ac_word" >&5
2299echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2323echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2300if test "${ac_cv_prog_CC+set}" = set; then 2324if test "${ac_cv_prog_CC+set}" = set; then
2301 echo $ECHO_N "(cached) $ECHO_C" >&6 2325 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2310,7 +2334,7 @@ for ac_dir in $ac_dummy; do
2310 test -z "$ac_dir" && ac_dir=. 2334 test -z "$ac_dir" && ac_dir=.
2311 $as_executable_p "$ac_dir/$ac_word" || continue 2335 $as_executable_p "$ac_dir/$ac_word" || continue
2312ac_cv_prog_CC="${ac_tool_prefix}cc" 2336ac_cv_prog_CC="${ac_tool_prefix}cc"
2313echo "$as_me:2313: found $ac_dir/$ac_word" >&5 2337echo "$as_me:2337: found $ac_dir/$ac_word" >&5
2314break 2338break
2315done 2339done
2316 2340
@@ -2318,10 +2342,10 @@ fi
2318fi 2342fi
2319CC=$ac_cv_prog_CC 2343CC=$ac_cv_prog_CC
2320if test -n "$CC"; then 2344if test -n "$CC"; then
2321 echo "$as_me:2321: result: $CC" >&5 2345 echo "$as_me:2345: result: $CC" >&5
2322echo "${ECHO_T}$CC" >&6 2346echo "${ECHO_T}$CC" >&6
2323else 2347else
2324 echo "$as_me:2324: result: no" >&5 2348 echo "$as_me:2348: result: no" >&5
2325echo "${ECHO_T}no" >&6 2349echo "${ECHO_T}no" >&6
2326fi 2350fi
2327 2351
@@ -2330,7 +2354,7 @@ if test -z "$ac_cv_prog_CC"; then
2330 ac_ct_CC=$CC 2354 ac_ct_CC=$CC
2331 # Extract the first word of "cc", so it can be a program name with args. 2355 # Extract the first word of "cc", so it can be a program name with args.
2332set dummy cc; ac_word=$2 2356set dummy cc; ac_word=$2
2333echo "$as_me:2333: checking for $ac_word" >&5 2357echo "$as_me:2357: checking for $ac_word" >&5
2334echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2358echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2335if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2359if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2336 echo $ECHO_N "(cached) $ECHO_C" >&6 2360 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2345,7 +2369,7 @@ for ac_dir in $ac_dummy; do
2345 test -z "$ac_dir" && ac_dir=. 2369 test -z "$ac_dir" && ac_dir=.
2346 $as_executable_p "$ac_dir/$ac_word" || continue 2370 $as_executable_p "$ac_dir/$ac_word" || continue
2347ac_cv_prog_ac_ct_CC="cc" 2371ac_cv_prog_ac_ct_CC="cc"
2348echo "$as_me:2348: found $ac_dir/$ac_word" >&5 2372echo "$as_me:2372: found $ac_dir/$ac_word" >&5
2349break 2373break
2350done 2374done
2351 2375
@@ -2353,10 +2377,10 @@ fi
2353fi 2377fi
2354ac_ct_CC=$ac_cv_prog_ac_ct_CC 2378ac_ct_CC=$ac_cv_prog_ac_ct_CC
2355if test -n "$ac_ct_CC"; then 2379if test -n "$ac_ct_CC"; then
2356 echo "$as_me:2356: result: $ac_ct_CC" >&5 2380 echo "$as_me:2380: result: $ac_ct_CC" >&5
2357echo "${ECHO_T}$ac_ct_CC" >&6 2381echo "${ECHO_T}$ac_ct_CC" >&6
2358else 2382else
2359 echo "$as_me:2359: result: no" >&5 2383 echo "$as_me:2383: result: no" >&5
2360echo "${ECHO_T}no" >&6 2384echo "${ECHO_T}no" >&6
2361fi 2385fi
2362 2386
@@ -2369,7 +2393,7 @@ fi
2369if test -z "$CC"; then 2393if test -z "$CC"; then
2370 # Extract the first word of "cc", so it can be a program name with args. 2394 # Extract the first word of "cc", so it can be a program name with args.
2371set dummy cc; ac_word=$2 2395set dummy cc; ac_word=$2
2372echo "$as_me:2372: checking for $ac_word" >&5 2396echo "$as_me:2396: checking for $ac_word" >&5
2373echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2397echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2374if test "${ac_cv_prog_CC+set}" = set; then 2398if test "${ac_cv_prog_CC+set}" = set; then
2375 echo $ECHO_N "(cached) $ECHO_C" >&6 2399 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2389,7 +2413,7 @@ if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
2389 continue 2413 continue
2390fi 2414fi
2391ac_cv_prog_CC="cc" 2415ac_cv_prog_CC="cc"
2392echo "$as_me:2392: found $ac_dir/$ac_word" >&5 2416echo "$as_me:2416: found $ac_dir/$ac_word" >&5
2393break 2417break
2394done 2418done
2395 2419
@@ -2411,10 +2435,10 @@ fi
2411fi 2435fi
2412CC=$ac_cv_prog_CC 2436CC=$ac_cv_prog_CC
2413if test -n "$CC"; then 2437if test -n "$CC"; then
2414 echo "$as_me:2414: result: $CC" >&5 2438 echo "$as_me:2438: result: $CC" >&5
2415echo "${ECHO_T}$CC" >&6 2439echo "${ECHO_T}$CC" >&6
2416else 2440else
2417 echo "$as_me:2417: result: no" >&5 2441 echo "$as_me:2441: result: no" >&5
2418echo "${ECHO_T}no" >&6 2442echo "${ECHO_T}no" >&6
2419fi 2443fi
2420 2444
@@ -2425,7 +2449,7 @@ if test -z "$CC"; then
2425 do 2449 do
2426 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2450 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2427set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2451set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2428echo "$as_me:2428: checking for $ac_word" >&5 2452echo "$as_me:2452: checking for $ac_word" >&5
2429echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2453echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2430if test "${ac_cv_prog_CC+set}" = set; then 2454if test "${ac_cv_prog_CC+set}" = set; then
2431 echo $ECHO_N "(cached) $ECHO_C" >&6 2455 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2440,7 +2464,7 @@ for ac_dir in $ac_dummy; do
2440 test -z "$ac_dir" && ac_dir=. 2464 test -z "$ac_dir" && ac_dir=.
2441 $as_executable_p "$ac_dir/$ac_word" || continue 2465 $as_executable_p "$ac_dir/$ac_word" || continue
2442ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 2466ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2443echo "$as_me:2443: found $ac_dir/$ac_word" >&5 2467echo "$as_me:2467: found $ac_dir/$ac_word" >&5
2444break 2468break
2445done 2469done
2446 2470
@@ -2448,10 +2472,10 @@ fi
2448fi 2472fi
2449CC=$ac_cv_prog_CC 2473CC=$ac_cv_prog_CC
2450if test -n "$CC"; then 2474if test -n "$CC"; then
2451 echo "$as_me:2451: result: $CC" >&5 2475 echo "$as_me:2475: result: $CC" >&5
2452echo "${ECHO_T}$CC" >&6 2476echo "${ECHO_T}$CC" >&6
2453else 2477else
2454 echo "$as_me:2454: result: no" >&5 2478 echo "$as_me:2478: result: no" >&5
2455echo "${ECHO_T}no" >&6 2479echo "${ECHO_T}no" >&6
2456fi 2480fi
2457 2481
@@ -2464,7 +2488,7 @@ if test -z "$CC"; then
2464do 2488do
2465 # Extract the first word of "$ac_prog", so it can be a program name with args. 2489 # Extract the first word of "$ac_prog", so it can be a program name with args.
2466set dummy $ac_prog; ac_word=$2 2490set dummy $ac_prog; ac_word=$2
2467echo "$as_me:2467: checking for $ac_word" >&5 2491echo "$as_me:2491: checking for $ac_word" >&5
2468echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2492echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2469if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2493if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2470 echo $ECHO_N "(cached) $ECHO_C" >&6 2494 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2479,7 +2503,7 @@ for ac_dir in $ac_dummy; do
2479 test -z "$ac_dir" && ac_dir=. 2503 test -z "$ac_dir" && ac_dir=.
2480 $as_executable_p "$ac_dir/$ac_word" || continue 2504 $as_executable_p "$ac_dir/$ac_word" || continue
2481ac_cv_prog_ac_ct_CC="$ac_prog" 2505ac_cv_prog_ac_ct_CC="$ac_prog"
2482echo "$as_me:2482: found $ac_dir/$ac_word" >&5 2506echo "$as_me:2506: found $ac_dir/$ac_word" >&5
2483break 2507break
2484done 2508done
2485 2509
@@ -2487,10 +2511,10 @@ fi
2487fi 2511fi
2488ac_ct_CC=$ac_cv_prog_ac_ct_CC 2512ac_ct_CC=$ac_cv_prog_ac_ct_CC
2489if test -n "$ac_ct_CC"; then 2513if test -n "$ac_ct_CC"; then
2490 echo "$as_me:2490: result: $ac_ct_CC" >&5 2514 echo "$as_me:2514: result: $ac_ct_CC" >&5
2491echo "${ECHO_T}$ac_ct_CC" >&6 2515echo "${ECHO_T}$ac_ct_CC" >&6
2492else 2516else
2493 echo "$as_me:2493: result: no" >&5 2517 echo "$as_me:2517: result: no" >&5
2494echo "${ECHO_T}no" >&6 2518echo "${ECHO_T}no" >&6
2495fi 2519fi
2496 2520
@@ -2502,32 +2526,32 @@ fi
2502 2526
2503fi 2527fi
2504 2528
2505test -z "$CC" && { { echo "$as_me:2505: error: no acceptable cc found in \$PATH" >&5 2529test -z "$CC" && { { echo "$as_me:2529: error: no acceptable cc found in \$PATH" >&5
2506echo "$as_me: error: no acceptable cc found in \$PATH" >&2;} 2530echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}
2507 { (exit 1); exit 1; }; } 2531 { (exit 1); exit 1; }; }
2508 2532
2509# Provide some information about the compiler. 2533# Provide some information about the compiler.
2510echo "$as_me:2510:" \ 2534echo "$as_me:2534:" \
2511 "checking for C compiler version" >&5 2535 "checking for C compiler version" >&5
2512ac_compiler=`set X $ac_compile; echo $2` 2536ac_compiler=`set X $ac_compile; echo $2`
2513{ (eval echo "$as_me:2513: \"$ac_compiler --version </dev/null >&5\"") >&5 2537{ (eval echo "$as_me:2537: \"$ac_compiler --version </dev/null >&5\"") >&5
2514 (eval $ac_compiler --version </dev/null >&5) 2>&5 2538 (eval $ac_compiler --version </dev/null >&5) 2>&5
2515 ac_status=$? 2539 ac_status=$?
2516 echo "$as_me:2516: \$? = $ac_status" >&5 2540 echo "$as_me:2540: \$? = $ac_status" >&5
2517 (exit $ac_status); } 2541 (exit $ac_status); }
2518{ (eval echo "$as_me:2518: \"$ac_compiler -v </dev/null >&5\"") >&5 2542{ (eval echo "$as_me:2542: \"$ac_compiler -v </dev/null >&5\"") >&5
2519 (eval $ac_compiler -v </dev/null >&5) 2>&5 2543 (eval $ac_compiler -v </dev/null >&5) 2>&5
2520 ac_status=$? 2544 ac_status=$?
2521 echo "$as_me:2521: \$? = $ac_status" >&5 2545 echo "$as_me:2545: \$? = $ac_status" >&5
2522 (exit $ac_status); } 2546 (exit $ac_status); }
2523{ (eval echo "$as_me:2523: \"$ac_compiler -V </dev/null >&5\"") >&5 2547{ (eval echo "$as_me:2547: \"$ac_compiler -V </dev/null >&5\"") >&5
2524 (eval $ac_compiler -V </dev/null >&5) 2>&5 2548 (eval $ac_compiler -V </dev/null >&5) 2>&5
2525 ac_status=$? 2549 ac_status=$?
2526 echo "$as_me:2526: \$? = $ac_status" >&5 2550 echo "$as_me:2550: \$? = $ac_status" >&5
2527 (exit $ac_status); } 2551 (exit $ac_status); }
2528 2552
2529cat >conftest.$ac_ext <<_ACEOF 2553cat >conftest.$ac_ext <<_ACEOF
2530#line 2530 "configure" 2554#line 2554 "configure"
2531#include "confdefs.h" 2555#include "confdefs.h"
2532 2556
2533int 2557int
@@ -2543,13 +2567,13 @@ ac_clean_files="$ac_clean_files a.out a.exe"
2543# Try to create an executable without -o first, disregard a.out. 2567# Try to create an executable without -o first, disregard a.out.
2544# It will help us diagnose broken compilers, and finding out an intuition 2568# It will help us diagnose broken compilers, and finding out an intuition
2545# of exeext. 2569# of exeext.
2546echo "$as_me:2546: checking for C compiler default output" >&5 2570echo "$as_me:2570: checking for C compiler default output" >&5
2547echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6 2571echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
2548ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2572ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2549if { (eval echo "$as_me:2549: \"$ac_link_default\"") >&5 2573if { (eval echo "$as_me:2573: \"$ac_link_default\"") >&5
2550 (eval $ac_link_default) 2>&5 2574 (eval $ac_link_default) 2>&5
2551 ac_status=$? 2575 ac_status=$?
2552 echo "$as_me:2552: \$? = $ac_status" >&5 2576 echo "$as_me:2576: \$? = $ac_status" >&5
2553 (exit $ac_status); }; then 2577 (exit $ac_status); }; then
2554 # Find the output, starting from the most likely. This scheme is 2578 # Find the output, starting from the most likely. This scheme is
2555# not robust to junk in `.', hence go to wildcards (a.*) only as a last 2579# not robust to junk in `.', hence go to wildcards (a.*) only as a last
@@ -2572,34 +2596,34 @@ done
2572else 2596else
2573 echo "$as_me: failed program was:" >&5 2597 echo "$as_me: failed program was:" >&5
2574cat conftest.$ac_ext >&5 2598cat conftest.$ac_ext >&5
2575{ { echo "$as_me:2575: error: C compiler cannot create executables" >&5 2599{ { echo "$as_me:2599: error: C compiler cannot create executables" >&5
2576echo "$as_me: error: C compiler cannot create executables" >&2;} 2600echo "$as_me: error: C compiler cannot create executables" >&2;}
2577 { (exit 77); exit 77; }; } 2601 { (exit 77); exit 77; }; }
2578fi 2602fi
2579 2603
2580ac_exeext=$ac_cv_exeext 2604ac_exeext=$ac_cv_exeext
2581echo "$as_me:2581: result: $ac_file" >&5 2605echo "$as_me:2605: result: $ac_file" >&5
2582echo "${ECHO_T}$ac_file" >&6 2606echo "${ECHO_T}$ac_file" >&6
2583 2607
2584# Check the compiler produces executables we can run. If not, either 2608# Check the compiler produces executables we can run. If not, either
2585# the compiler is broken, or we cross compile. 2609# the compiler is broken, or we cross compile.
2586echo "$as_me:2586: checking whether the C compiler works" >&5 2610echo "$as_me:2610: checking whether the C compiler works" >&5
2587echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6 2611echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2588# FIXME: These cross compiler hacks should be removed for Autoconf 3.0 2612# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2589# If not cross compiling, check that we can run a simple program. 2613# If not cross compiling, check that we can run a simple program.
2590if test "$cross_compiling" != yes; then 2614if test "$cross_compiling" != yes; then
2591 if { ac_try='./$ac_file' 2615 if { ac_try='./$ac_file'
2592 { (eval echo "$as_me:2592: \"$ac_try\"") >&5 2616 { (eval echo "$as_me:2616: \"$ac_try\"") >&5
2593 (eval $ac_try) 2>&5 2617 (eval $ac_try) 2>&5
2594 ac_status=$? 2618 ac_status=$?
2595 echo "$as_me:2595: \$? = $ac_status" >&5 2619 echo "$as_me:2619: \$? = $ac_status" >&5
2596 (exit $ac_status); }; }; then 2620 (exit $ac_status); }; }; then
2597 cross_compiling=no 2621 cross_compiling=no
2598 else 2622 else
2599 if test "$cross_compiling" = maybe; then 2623 if test "$cross_compiling" = maybe; then
2600 cross_compiling=yes 2624 cross_compiling=yes
2601 else 2625 else
2602 { { echo "$as_me:2602: error: cannot run C compiled programs. 2626 { { echo "$as_me:2626: error: cannot run C compiled programs.
2603If you meant to cross compile, use \`--host'." >&5 2627If you meant to cross compile, use \`--host'." >&5
2604echo "$as_me: error: cannot run C compiled programs. 2628echo "$as_me: error: cannot run C compiled programs.
2605If you meant to cross compile, use \`--host'." >&2;} 2629If you meant to cross compile, use \`--host'." >&2;}
@@ -2607,24 +2631,24 @@ If you meant to cross compile, use \`--host'." >&2;}
2607 fi 2631 fi
2608 fi 2632 fi
2609fi 2633fi
2610echo "$as_me:2610: result: yes" >&5 2634echo "$as_me:2634: result: yes" >&5
2611echo "${ECHO_T}yes" >&6 2635echo "${ECHO_T}yes" >&6
2612 2636
2613rm -f a.out a.exe conftest$ac_cv_exeext 2637rm -f a.out a.exe conftest$ac_cv_exeext
2614ac_clean_files=$ac_clean_files_save 2638ac_clean_files=$ac_clean_files_save
2615# Check the compiler produces executables we can run. If not, either 2639# Check the compiler produces executables we can run. If not, either
2616# the compiler is broken, or we cross compile. 2640# the compiler is broken, or we cross compile.
2617echo "$as_me:2617: checking whether we are cross compiling" >&5 2641echo "$as_me:2641: checking whether we are cross compiling" >&5
2618echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 2642echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2619echo "$as_me:2619: result: $cross_compiling" >&5 2643echo "$as_me:2643: result: $cross_compiling" >&5
2620echo "${ECHO_T}$cross_compiling" >&6 2644echo "${ECHO_T}$cross_compiling" >&6
2621 2645
2622echo "$as_me:2622: checking for executable suffix" >&5 2646echo "$as_me:2646: checking for executable suffix" >&5
2623echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6 2647echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6
2624if { (eval echo "$as_me:2624: \"$ac_link\"") >&5 2648if { (eval echo "$as_me:2648: \"$ac_link\"") >&5
2625 (eval $ac_link) 2>&5 2649 (eval $ac_link) 2>&5
2626 ac_status=$? 2650 ac_status=$?
2627 echo "$as_me:2627: \$? = $ac_status" >&5 2651 echo "$as_me:2651: \$? = $ac_status" >&5
2628 (exit $ac_status); }; then 2652 (exit $ac_status); }; then
2629 # If both `conftest.exe' and `conftest' are `present' (well, observable) 2653 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2630# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will 2654# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
@@ -2640,25 +2664,25 @@ for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do
2640 esac 2664 esac
2641done 2665done
2642else 2666else
2643 { { echo "$as_me:2643: error: cannot compute EXEEXT: cannot compile and link" >&5 2667 { { echo "$as_me:2667: error: cannot compute EXEEXT: cannot compile and link" >&5
2644echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;} 2668echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;}
2645 { (exit 1); exit 1; }; } 2669 { (exit 1); exit 1; }; }
2646fi 2670fi
2647 2671
2648rm -f conftest$ac_cv_exeext 2672rm -f conftest$ac_cv_exeext
2649echo "$as_me:2649: result: $ac_cv_exeext" >&5 2673echo "$as_me:2673: result: $ac_cv_exeext" >&5
2650echo "${ECHO_T}$ac_cv_exeext" >&6 2674echo "${ECHO_T}$ac_cv_exeext" >&6
2651 2675
2652rm -f conftest.$ac_ext 2676rm -f conftest.$ac_ext
2653EXEEXT=$ac_cv_exeext 2677EXEEXT=$ac_cv_exeext
2654ac_exeext=$EXEEXT 2678ac_exeext=$EXEEXT
2655echo "$as_me:2655: checking for object suffix" >&5 2679echo "$as_me:2679: checking for object suffix" >&5
2656echo $ECHO_N "checking for object suffix... $ECHO_C" >&6 2680echo $ECHO_N "checking for object suffix... $ECHO_C" >&6
2657if test "${ac_cv_objext+set}" = set; then 2681if test "${ac_cv_objext+set}" = set; then
2658 echo $ECHO_N "(cached) $ECHO_C" >&6 2682 echo $ECHO_N "(cached) $ECHO_C" >&6
2659else 2683else
2660 cat >conftest.$ac_ext <<_ACEOF 2684 cat >conftest.$ac_ext <<_ACEOF
2661#line 2661 "configure" 2685#line 2685 "configure"
2662#include "confdefs.h" 2686#include "confdefs.h"
2663 2687
2664int 2688int
@@ -2670,10 +2694,10 @@ main ()
2670} 2694}
2671_ACEOF 2695_ACEOF
2672rm -f conftest.o conftest.obj 2696rm -f conftest.o conftest.obj
2673if { (eval echo "$as_me:2673: \"$ac_compile\"") >&5 2697if { (eval echo "$as_me:2697: \"$ac_compile\"") >&5
2674 (eval $ac_compile) 2>&5 2698 (eval $ac_compile) 2>&5
2675 ac_status=$? 2699 ac_status=$?
2676 echo "$as_me:2676: \$? = $ac_status" >&5 2700 echo "$as_me:2700: \$? = $ac_status" >&5
2677 (exit $ac_status); }; then 2701 (exit $ac_status); }; then
2678 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do 2702 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2679 case $ac_file in 2703 case $ac_file in
@@ -2685,24 +2709,24 @@ done
2685else 2709else
2686 echo "$as_me: failed program was:" >&5 2710 echo "$as_me: failed program was:" >&5
2687cat conftest.$ac_ext >&5 2711cat conftest.$ac_ext >&5
2688{ { echo "$as_me:2688: error: cannot compute OBJEXT: cannot compile" >&5 2712{ { echo "$as_me:2712: error: cannot compute OBJEXT: cannot compile" >&5
2689echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;} 2713echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;}
2690 { (exit 1); exit 1; }; } 2714 { (exit 1); exit 1; }; }
2691fi 2715fi
2692 2716
2693rm -f conftest.$ac_cv_objext conftest.$ac_ext 2717rm -f conftest.$ac_cv_objext conftest.$ac_ext
2694fi 2718fi
2695echo "$as_me:2695: result: $ac_cv_objext" >&5 2719echo "$as_me:2719: result: $ac_cv_objext" >&5
2696echo "${ECHO_T}$ac_cv_objext" >&6 2720echo "${ECHO_T}$ac_cv_objext" >&6
2697OBJEXT=$ac_cv_objext 2721OBJEXT=$ac_cv_objext
2698ac_objext=$OBJEXT 2722ac_objext=$OBJEXT
2699echo "$as_me:2699: checking whether we are using the GNU C compiler" >&5 2723echo "$as_me:2723: checking whether we are using the GNU C compiler" >&5
2700echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 2724echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2701if test "${ac_cv_c_compiler_gnu+set}" = set; then 2725if test "${ac_cv_c_compiler_gnu+set}" = set; then
2702 echo $ECHO_N "(cached) $ECHO_C" >&6 2726 echo $ECHO_N "(cached) $ECHO_C" >&6
2703else 2727else
2704 cat >conftest.$ac_ext <<_ACEOF 2728 cat >conftest.$ac_ext <<_ACEOF
2705#line 2705 "configure" 2729#line 2729 "configure"
2706#include "confdefs.h" 2730#include "confdefs.h"
2707 2731
2708int 2732int
@@ -2717,16 +2741,16 @@ main ()
2717} 2741}
2718_ACEOF 2742_ACEOF
2719rm -f conftest.$ac_objext 2743rm -f conftest.$ac_objext
2720if { (eval echo "$as_me:2720: \"$ac_compile\"") >&5 2744if { (eval echo "$as_me:2744: \"$ac_compile\"") >&5
2721 (eval $ac_compile) 2>&5 2745 (eval $ac_compile) 2>&5
2722 ac_status=$? 2746 ac_status=$?
2723 echo "$as_me:2723: \$? = $ac_status" >&5 2747 echo "$as_me:2747: \$? = $ac_status" >&5
2724 (exit $ac_status); } && 2748 (exit $ac_status); } &&
2725 { ac_try='test -s conftest.$ac_objext' 2749 { ac_try='test -s conftest.$ac_objext'
2726 { (eval echo "$as_me:2726: \"$ac_try\"") >&5 2750 { (eval echo "$as_me:2750: \"$ac_try\"") >&5
2727 (eval $ac_try) 2>&5 2751 (eval $ac_try) 2>&5
2728 ac_status=$? 2752 ac_status=$?
2729 echo "$as_me:2729: \$? = $ac_status" >&5 2753 echo "$as_me:2753: \$? = $ac_status" >&5
2730 (exit $ac_status); }; }; then 2754 (exit $ac_status); }; }; then
2731 ac_compiler_gnu=yes 2755 ac_compiler_gnu=yes
2732else 2756else
@@ -2738,19 +2762,19 @@ rm -f conftest.$ac_objext conftest.$ac_ext
2738ac_cv_c_compiler_gnu=$ac_compiler_gnu 2762ac_cv_c_compiler_gnu=$ac_compiler_gnu
2739 2763
2740fi 2764fi
2741echo "$as_me:2741: result: $ac_cv_c_compiler_gnu" >&5 2765echo "$as_me:2765: result: $ac_cv_c_compiler_gnu" >&5
2742echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 2766echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2743GCC=`test $ac_compiler_gnu = yes && echo yes` 2767GCC=`test $ac_compiler_gnu = yes && echo yes`
2744ac_test_CFLAGS=${CFLAGS+set} 2768ac_test_CFLAGS=${CFLAGS+set}
2745ac_save_CFLAGS=$CFLAGS 2769ac_save_CFLAGS=$CFLAGS
2746CFLAGS="-g" 2770CFLAGS="-g"
2747echo "$as_me:2747: checking whether $CC accepts -g" >&5 2771echo "$as_me:2771: checking whether $CC accepts -g" >&5
2748echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 2772echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2749if test "${ac_cv_prog_cc_g+set}" = set; then 2773if test "${ac_cv_prog_cc_g+set}" = set; then
2750 echo $ECHO_N "(cached) $ECHO_C" >&6 2774 echo $ECHO_N "(cached) $ECHO_C" >&6
2751else 2775else
2752 cat >conftest.$ac_ext <<_ACEOF 2776 cat >conftest.$ac_ext <<_ACEOF
2753#line 2753 "configure" 2777#line 2777 "configure"
2754#include "confdefs.h" 2778#include "confdefs.h"
2755 2779
2756int 2780int
@@ -2762,16 +2786,16 @@ main ()
2762} 2786}
2763_ACEOF 2787_ACEOF
2764rm -f conftest.$ac_objext 2788rm -f conftest.$ac_objext
2765if { (eval echo "$as_me:2765: \"$ac_compile\"") >&5 2789if { (eval echo "$as_me:2789: \"$ac_compile\"") >&5
2766 (eval $ac_compile) 2>&5 2790 (eval $ac_compile) 2>&5
2767 ac_status=$? 2791 ac_status=$?
2768 echo "$as_me:2768: \$? = $ac_status" >&5 2792 echo "$as_me:2792: \$? = $ac_status" >&5
2769 (exit $ac_status); } && 2793 (exit $ac_status); } &&
2770 { ac_try='test -s conftest.$ac_objext' 2794 { ac_try='test -s conftest.$ac_objext'
2771 { (eval echo "$as_me:2771: \"$ac_try\"") >&5 2795 { (eval echo "$as_me:2795: \"$ac_try\"") >&5
2772 (eval $ac_try) 2>&5 2796 (eval $ac_try) 2>&5
2773 ac_status=$? 2797 ac_status=$?
2774 echo "$as_me:2774: \$? = $ac_status" >&5 2798 echo "$as_me:2798: \$? = $ac_status" >&5
2775 (exit $ac_status); }; }; then 2799 (exit $ac_status); }; }; then
2776 ac_cv_prog_cc_g=yes 2800 ac_cv_prog_cc_g=yes
2777else 2801else
@@ -2781,7 +2805,7 @@ ac_cv_prog_cc_g=no
2781fi 2805fi
2782rm -f conftest.$ac_objext conftest.$ac_ext 2806rm -f conftest.$ac_objext conftest.$ac_ext
2783fi 2807fi
2784echo "$as_me:2784: result: $ac_cv_prog_cc_g" >&5 2808echo "$as_me:2808: result: $ac_cv_prog_cc_g" >&5
2785echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 2809echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2786if test "$ac_test_CFLAGS" = set; then 2810if test "$ac_test_CFLAGS" = set; then
2787 CFLAGS=$ac_save_CFLAGS 2811 CFLAGS=$ac_save_CFLAGS
@@ -2808,16 +2832,16 @@ cat >conftest.$ac_ext <<_ACEOF
2808#endif 2832#endif
2809_ACEOF 2833_ACEOF
2810rm -f conftest.$ac_objext 2834rm -f conftest.$ac_objext
2811if { (eval echo "$as_me:2811: \"$ac_compile\"") >&5 2835if { (eval echo "$as_me:2835: \"$ac_compile\"") >&5
2812 (eval $ac_compile) 2>&5 2836 (eval $ac_compile) 2>&5
2813 ac_status=$? 2837 ac_status=$?
2814 echo "$as_me:2814: \$? = $ac_status" >&5 2838 echo "$as_me:2838: \$? = $ac_status" >&5
2815 (exit $ac_status); } && 2839 (exit $ac_status); } &&
2816 { ac_try='test -s conftest.$ac_objext' 2840 { ac_try='test -s conftest.$ac_objext'
2817 { (eval echo "$as_me:2817: \"$ac_try\"") >&5 2841 { (eval echo "$as_me:2841: \"$ac_try\"") >&5
2818 (eval $ac_try) 2>&5 2842 (eval $ac_try) 2>&5
2819 ac_status=$? 2843 ac_status=$?
2820 echo "$as_me:2820: \$? = $ac_status" >&5 2844 echo "$as_me:2844: \$? = $ac_status" >&5
2821 (exit $ac_status); }; }; then 2845 (exit $ac_status); }; }; then
2822 for ac_declaration in \ 2846 for ac_declaration in \
2823 ''\ 2847 ''\
@@ -2829,7 +2853,7 @@ if { (eval echo "$as_me:2811: \"$ac_compile\"") >&5
2829 'void exit (int);' 2853 'void exit (int);'
2830do 2854do
2831 cat >conftest.$ac_ext <<_ACEOF 2855 cat >conftest.$ac_ext <<_ACEOF
2832#line 2832 "configure" 2856#line 2856 "configure"
2833#include "confdefs.h" 2857#include "confdefs.h"
2834#include <stdlib.h> 2858#include <stdlib.h>
2835$ac_declaration 2859$ac_declaration
@@ -2842,16 +2866,16 @@ exit (42);
2842} 2866}
2843_ACEOF 2867_ACEOF
2844rm -f conftest.$ac_objext 2868rm -f conftest.$ac_objext
2845if { (eval echo "$as_me:2845: \"$ac_compile\"") >&5 2869if { (eval echo "$as_me:2869: \"$ac_compile\"") >&5
2846 (eval $ac_compile) 2>&5 2870 (eval $ac_compile) 2>&5
2847 ac_status=$? 2871 ac_status=$?
2848 echo "$as_me:2848: \$? = $ac_status" >&5 2872 echo "$as_me:2872: \$? = $ac_status" >&5
2849 (exit $ac_status); } && 2873 (exit $ac_status); } &&
2850 { ac_try='test -s conftest.$ac_objext' 2874 { ac_try='test -s conftest.$ac_objext'
2851 { (eval echo "$as_me:2851: \"$ac_try\"") >&5 2875 { (eval echo "$as_me:2875: \"$ac_try\"") >&5
2852 (eval $ac_try) 2>&5 2876 (eval $ac_try) 2>&5
2853 ac_status=$? 2877 ac_status=$?
2854 echo "$as_me:2854: \$? = $ac_status" >&5 2878 echo "$as_me:2878: \$? = $ac_status" >&5
2855 (exit $ac_status); }; }; then 2879 (exit $ac_status); }; }; then
2856 : 2880 :
2857else 2881else
@@ -2861,7 +2885,7 @@ continue
2861fi 2885fi
2862rm -f conftest.$ac_objext conftest.$ac_ext 2886rm -f conftest.$ac_objext conftest.$ac_ext
2863 cat >conftest.$ac_ext <<_ACEOF 2887 cat >conftest.$ac_ext <<_ACEOF
2864#line 2864 "configure" 2888#line 2888 "configure"
2865#include "confdefs.h" 2889#include "confdefs.h"
2866$ac_declaration 2890$ac_declaration
2867int 2891int
@@ -2873,16 +2897,16 @@ exit (42);
2873} 2897}
2874_ACEOF 2898_ACEOF
2875rm -f conftest.$ac_objext 2899rm -f conftest.$ac_objext
2876if { (eval echo "$as_me:2876: \"$ac_compile\"") >&5 2900if { (eval echo "$as_me:2900: \"$ac_compile\"") >&5
2877 (eval $ac_compile) 2>&5 2901 (eval $ac_compile) 2>&5
2878 ac_status=$? 2902 ac_status=$?
2879 echo "$as_me:2879: \$? = $ac_status" >&5 2903 echo "$as_me:2903: \$? = $ac_status" >&5
2880 (exit $ac_status); } && 2904 (exit $ac_status); } &&
2881 { ac_try='test -s conftest.$ac_objext' 2905 { ac_try='test -s conftest.$ac_objext'
2882 { (eval echo "$as_me:2882: \"$ac_try\"") >&5 2906 { (eval echo "$as_me:2906: \"$ac_try\"") >&5
2883 (eval $ac_try) 2>&5 2907 (eval $ac_try) 2>&5
2884 ac_status=$? 2908 ac_status=$?
2885 echo "$as_me:2885: \$? = $ac_status" >&5 2909 echo "$as_me:2909: \$? = $ac_status" >&5
2886 (exit $ac_status); }; }; then 2910 (exit $ac_status); }; }; then
2887 break 2911 break
2888else 2912else
@@ -2955,14 +2979,14 @@ fi
2955#### should make an entry in src/config.h, don't forget to add an 2979#### should make an entry in src/config.h, don't forget to add an
2956#### #undef clause to src/config.h.in for autoconf to modify. 2980#### #undef clause to src/config.h.in for autoconf to modify.
2957 2981
2958echo "$as_me:2958: checking whether ln -s works" >&5 2982echo "$as_me:2982: checking whether ln -s works" >&5
2959echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6 2983echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
2960LN_S=$as_ln_s 2984LN_S=$as_ln_s
2961if test "$LN_S" = "ln -s"; then 2985if test "$LN_S" = "ln -s"; then
2962 echo "$as_me:2962: result: yes" >&5 2986 echo "$as_me:2986: result: yes" >&5
2963echo "${ECHO_T}yes" >&6 2987echo "${ECHO_T}yes" >&6
2964else 2988else
2965 echo "$as_me:2965: result: no, using $LN_S" >&5 2989 echo "$as_me:2989: result: no, using $LN_S" >&5
2966echo "${ECHO_T}no, using $LN_S" >&6 2990echo "${ECHO_T}no, using $LN_S" >&6
2967fi 2991fi
2968 2992
@@ -2971,7 +2995,7 @@ ac_cpp='$CPP $CPPFLAGS'
2971ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 2995ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2972ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 2996ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2973ac_compiler_gnu=$ac_cv_c_compiler_gnu 2997ac_compiler_gnu=$ac_cv_c_compiler_gnu
2974echo "$as_me:2974: checking how to run the C preprocessor" >&5 2998echo "$as_me:2998: checking how to run the C preprocessor" >&5
2975echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 2999echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
2976# On Suns, sometimes $CPP names a directory. 3000# On Suns, sometimes $CPP names a directory.
2977if test -n "$CPP" && test -d "$CPP"; then 3001if test -n "$CPP" && test -d "$CPP"; then
@@ -2992,18 +3016,18 @@ do
2992 # On the NeXT, cc -E runs the code through the compiler's parser, 3016 # On the NeXT, cc -E runs the code through the compiler's parser,
2993 # not just through cpp. "Syntax error" is here to catch this case. 3017 # not just through cpp. "Syntax error" is here to catch this case.
2994 cat >conftest.$ac_ext <<_ACEOF 3018 cat >conftest.$ac_ext <<_ACEOF
2995#line 2995 "configure" 3019#line 3019 "configure"
2996#include "confdefs.h" 3020#include "confdefs.h"
2997#include <assert.h> 3021#include <assert.h>
2998 Syntax error 3022 Syntax error
2999_ACEOF 3023_ACEOF
3000if { (eval echo "$as_me:3000: \"$ac_cpp conftest.$ac_ext\"") >&5 3024if { (eval echo "$as_me:3024: \"$ac_cpp conftest.$ac_ext\"") >&5
3001 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3025 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3002 ac_status=$? 3026 ac_status=$?
3003 egrep -v '^ *\+' conftest.er1 >conftest.err 3027 egrep -v '^ *\+' conftest.er1 >conftest.err
3004 rm -f conftest.er1 3028 rm -f conftest.er1
3005 cat conftest.err >&5 3029 cat conftest.err >&5
3006 echo "$as_me:3006: \$? = $ac_status" >&5 3030 echo "$as_me:3030: \$? = $ac_status" >&5
3007 (exit $ac_status); } >/dev/null; then 3031 (exit $ac_status); } >/dev/null; then
3008 if test -s conftest.err; then 3032 if test -s conftest.err; then
3009 ac_cpp_err=$ac_c_preproc_warn_flag 3033 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -3026,17 +3050,17 @@ rm -f conftest.err conftest.$ac_ext
3026 # OK, works on sane cases. Now check whether non-existent headers 3050 # OK, works on sane cases. Now check whether non-existent headers
3027 # can be detected and how. 3051 # can be detected and how.
3028 cat >conftest.$ac_ext <<_ACEOF 3052 cat >conftest.$ac_ext <<_ACEOF
3029#line 3029 "configure" 3053#line 3053 "configure"
3030#include "confdefs.h" 3054#include "confdefs.h"
3031#include <ac_nonexistent.h> 3055#include <ac_nonexistent.h>
3032_ACEOF 3056_ACEOF
3033if { (eval echo "$as_me:3033: \"$ac_cpp conftest.$ac_ext\"") >&5 3057if { (eval echo "$as_me:3057: \"$ac_cpp conftest.$ac_ext\"") >&5
3034 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3058 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3035 ac_status=$? 3059 ac_status=$?
3036 egrep -v '^ *\+' conftest.er1 >conftest.err 3060 egrep -v '^ *\+' conftest.er1 >conftest.err
3037 rm -f conftest.er1 3061 rm -f conftest.er1
3038 cat conftest.err >&5 3062 cat conftest.err >&5
3039 echo "$as_me:3039: \$? = $ac_status" >&5 3063 echo "$as_me:3063: \$? = $ac_status" >&5
3040 (exit $ac_status); } >/dev/null; then 3064 (exit $ac_status); } >/dev/null; then
3041 if test -s conftest.err; then 3065 if test -s conftest.err; then
3042 ac_cpp_err=$ac_c_preproc_warn_flag 3066 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -3073,7 +3097,7 @@ fi
3073else 3097else
3074 ac_cv_prog_CPP=$CPP 3098 ac_cv_prog_CPP=$CPP
3075fi 3099fi
3076echo "$as_me:3076: result: $CPP" >&5 3100echo "$as_me:3100: result: $CPP" >&5
3077echo "${ECHO_T}$CPP" >&6 3101echo "${ECHO_T}$CPP" >&6
3078ac_preproc_ok=false 3102ac_preproc_ok=false
3079for ac_c_preproc_warn_flag in '' yes 3103for ac_c_preproc_warn_flag in '' yes
@@ -3083,18 +3107,18 @@ do
3083 # On the NeXT, cc -E runs the code through the compiler's parser, 3107 # On the NeXT, cc -E runs the code through the compiler's parser,
3084 # not just through cpp. "Syntax error" is here to catch this case. 3108 # not just through cpp. "Syntax error" is here to catch this case.
3085 cat >conftest.$ac_ext <<_ACEOF 3109 cat >conftest.$ac_ext <<_ACEOF
3086#line 3086 "configure" 3110#line 3110 "configure"
3087#include "confdefs.h" 3111#include "confdefs.h"
3088#include <assert.h> 3112#include <assert.h>
3089 Syntax error 3113 Syntax error
3090_ACEOF 3114_ACEOF
3091if { (eval echo "$as_me:3091: \"$ac_cpp conftest.$ac_ext\"") >&5 3115if { (eval echo "$as_me:3115: \"$ac_cpp conftest.$ac_ext\"") >&5
3092 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3116 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3093 ac_status=$? 3117 ac_status=$?
3094 egrep -v '^ *\+' conftest.er1 >conftest.err 3118 egrep -v '^ *\+' conftest.er1 >conftest.err
3095 rm -f conftest.er1 3119 rm -f conftest.er1
3096 cat conftest.err >&5 3120 cat conftest.err >&5
3097 echo "$as_me:3097: \$? = $ac_status" >&5 3121 echo "$as_me:3121: \$? = $ac_status" >&5
3098 (exit $ac_status); } >/dev/null; then 3122 (exit $ac_status); } >/dev/null; then
3099 if test -s conftest.err; then 3123 if test -s conftest.err; then
3100 ac_cpp_err=$ac_c_preproc_warn_flag 3124 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -3117,17 +3141,17 @@ rm -f conftest.err conftest.$ac_ext
3117 # OK, works on sane cases. Now check whether non-existent headers 3141 # OK, works on sane cases. Now check whether non-existent headers
3118 # can be detected and how. 3142 # can be detected and how.
3119 cat >conftest.$ac_ext <<_ACEOF 3143 cat >conftest.$ac_ext <<_ACEOF
3120#line 3120 "configure" 3144#line 3144 "configure"
3121#include "confdefs.h" 3145#include "confdefs.h"
3122#include <ac_nonexistent.h> 3146#include <ac_nonexistent.h>
3123_ACEOF 3147_ACEOF
3124if { (eval echo "$as_me:3124: \"$ac_cpp conftest.$ac_ext\"") >&5 3148if { (eval echo "$as_me:3148: \"$ac_cpp conftest.$ac_ext\"") >&5
3125 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3149 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3126 ac_status=$? 3150 ac_status=$?
3127 egrep -v '^ *\+' conftest.er1 >conftest.err 3151 egrep -v '^ *\+' conftest.er1 >conftest.err
3128 rm -f conftest.er1 3152 rm -f conftest.er1
3129 cat conftest.err >&5 3153 cat conftest.err >&5
3130 echo "$as_me:3130: \$? = $ac_status" >&5 3154 echo "$as_me:3154: \$? = $ac_status" >&5
3131 (exit $ac_status); } >/dev/null; then 3155 (exit $ac_status); } >/dev/null; then
3132 if test -s conftest.err; then 3156 if test -s conftest.err; then
3133 ac_cpp_err=$ac_c_preproc_warn_flag 3157 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -3155,7 +3179,7 @@ rm -f conftest.err conftest.$ac_ext
3155if $ac_preproc_ok; then 3179if $ac_preproc_ok; then
3156 : 3180 :
3157else 3181else
3158 { { echo "$as_me:3158: error: C preprocessor \"$CPP\" fails sanity check" >&5 3182 { { echo "$as_me:3182: error: C preprocessor \"$CPP\" fails sanity check" >&5
3159echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;} 3183echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}
3160 { (exit 1); exit 1; }; } 3184 { (exit 1); exit 1; }; }
3161fi 3185fi
@@ -3178,7 +3202,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
3178# AFS /usr/afsws/bin/install, which mishandles nonexistent args 3202# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3179# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 3203# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3180# ./install, which can be erroneously created by make from ./install.sh. 3204# ./install, which can be erroneously created by make from ./install.sh.
3181echo "$as_me:3181: checking for a BSD compatible install" >&5 3205echo "$as_me:3205: checking for a BSD compatible install" >&5
3182echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6 3206echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6
3183if test -z "$INSTALL"; then 3207if test -z "$INSTALL"; then
3184if test "${ac_cv_path_install+set}" = set; then 3208if test "${ac_cv_path_install+set}" = set; then
@@ -3227,7 +3251,7 @@ fi
3227 INSTALL=$ac_install_sh 3251 INSTALL=$ac_install_sh
3228 fi 3252 fi
3229fi 3253fi
3230echo "$as_me:3230: result: $INSTALL" >&5 3254echo "$as_me:3254: result: $INSTALL" >&5
3231echo "${ECHO_T}$INSTALL" >&6 3255echo "${ECHO_T}$INSTALL" >&6
3232 3256
3233# Use test -z because SunOS4 sh mishandles braces in ${var-val}. 3257# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
@@ -3242,7 +3266,7 @@ for ac_prog in 'bison -y' byacc
3242do 3266do
3243 # Extract the first word of "$ac_prog", so it can be a program name with args. 3267 # Extract the first word of "$ac_prog", so it can be a program name with args.
3244set dummy $ac_prog; ac_word=$2 3268set dummy $ac_prog; ac_word=$2
3245echo "$as_me:3245: checking for $ac_word" >&5 3269echo "$as_me:3269: checking for $ac_word" >&5
3246echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3270echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3247if test "${ac_cv_prog_YACC+set}" = set; then 3271if test "${ac_cv_prog_YACC+set}" = set; then
3248 echo $ECHO_N "(cached) $ECHO_C" >&6 3272 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3257,7 +3281,7 @@ for ac_dir in $ac_dummy; do
3257 test -z "$ac_dir" && ac_dir=. 3281 test -z "$ac_dir" && ac_dir=.
3258 $as_executable_p "$ac_dir/$ac_word" || continue 3282 $as_executable_p "$ac_dir/$ac_word" || continue
3259ac_cv_prog_YACC="$ac_prog" 3283ac_cv_prog_YACC="$ac_prog"
3260echo "$as_me:3260: found $ac_dir/$ac_word" >&5 3284echo "$as_me:3284: found $ac_dir/$ac_word" >&5
3261break 3285break
3262done 3286done
3263 3287
@@ -3265,10 +3289,10 @@ fi
3265fi 3289fi
3266YACC=$ac_cv_prog_YACC 3290YACC=$ac_cv_prog_YACC
3267if test -n "$YACC"; then 3291if test -n "$YACC"; then
3268 echo "$as_me:3268: result: $YACC" >&5 3292 echo "$as_me:3292: result: $YACC" >&5
3269echo "${ECHO_T}$YACC" >&6 3293echo "${ECHO_T}$YACC" >&6
3270else 3294else
3271 echo "$as_me:3271: result: no" >&5 3295 echo "$as_me:3295: result: no" >&5
3272echo "${ECHO_T}no" >&6 3296echo "${ECHO_T}no" >&6
3273fi 3297fi
3274 3298
@@ -3280,7 +3304,7 @@ if test "x$RANLIB" = x; then
3280 if test -n "$ac_tool_prefix"; then 3304 if test -n "$ac_tool_prefix"; then
3281 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 3305 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
3282set dummy ${ac_tool_prefix}ranlib; ac_word=$2 3306set dummy ${ac_tool_prefix}ranlib; ac_word=$2
3283echo "$as_me:3283: checking for $ac_word" >&5 3307echo "$as_me:3307: checking for $ac_word" >&5
3284echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3308echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3285if test "${ac_cv_prog_RANLIB+set}" = set; then 3309if test "${ac_cv_prog_RANLIB+set}" = set; then
3286 echo $ECHO_N "(cached) $ECHO_C" >&6 3310 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3295,7 +3319,7 @@ for ac_dir in $ac_dummy; do
3295 test -z "$ac_dir" && ac_dir=. 3319 test -z "$ac_dir" && ac_dir=.
3296 $as_executable_p "$ac_dir/$ac_word" || continue 3320 $as_executable_p "$ac_dir/$ac_word" || continue
3297ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 3321ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
3298echo "$as_me:3298: found $ac_dir/$ac_word" >&5 3322echo "$as_me:3322: found $ac_dir/$ac_word" >&5
3299break 3323break
3300done 3324done
3301 3325
@@ -3303,10 +3327,10 @@ fi
3303fi 3327fi
3304RANLIB=$ac_cv_prog_RANLIB 3328RANLIB=$ac_cv_prog_RANLIB
3305if test -n "$RANLIB"; then 3329if test -n "$RANLIB"; then
3306 echo "$as_me:3306: result: $RANLIB" >&5 3330 echo "$as_me:3330: result: $RANLIB" >&5
3307echo "${ECHO_T}$RANLIB" >&6 3331echo "${ECHO_T}$RANLIB" >&6
3308else 3332else
3309 echo "$as_me:3309: result: no" >&5 3333 echo "$as_me:3333: result: no" >&5
3310echo "${ECHO_T}no" >&6 3334echo "${ECHO_T}no" >&6
3311fi 3335fi
3312 3336
@@ -3315,7 +3339,7 @@ if test -z "$ac_cv_prog_RANLIB"; then
3315 ac_ct_RANLIB=$RANLIB 3339 ac_ct_RANLIB=$RANLIB
3316 # Extract the first word of "ranlib", so it can be a program name with args. 3340 # Extract the first word of "ranlib", so it can be a program name with args.
3317set dummy ranlib; ac_word=$2 3341set dummy ranlib; ac_word=$2
3318echo "$as_me:3318: checking for $ac_word" >&5 3342echo "$as_me:3342: checking for $ac_word" >&5
3319echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3343echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3320if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then 3344if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
3321 echo $ECHO_N "(cached) $ECHO_C" >&6 3345 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3330,7 +3354,7 @@ for ac_dir in $ac_dummy; do
3330 test -z "$ac_dir" && ac_dir=. 3354 test -z "$ac_dir" && ac_dir=.
3331 $as_executable_p "$ac_dir/$ac_word" || continue 3355 $as_executable_p "$ac_dir/$ac_word" || continue
3332ac_cv_prog_ac_ct_RANLIB="ranlib" 3356ac_cv_prog_ac_ct_RANLIB="ranlib"
3333echo "$as_me:3333: found $ac_dir/$ac_word" >&5 3357echo "$as_me:3357: found $ac_dir/$ac_word" >&5
3334break 3358break
3335done 3359done
3336 3360
@@ -3339,10 +3363,10 @@ fi
3339fi 3363fi
3340ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB 3364ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
3341if test -n "$ac_ct_RANLIB"; then 3365if test -n "$ac_ct_RANLIB"; then
3342 echo "$as_me:3342: result: $ac_ct_RANLIB" >&5 3366 echo "$as_me:3366: result: $ac_ct_RANLIB" >&5
3343echo "${ECHO_T}$ac_ct_RANLIB" >&6 3367echo "${ECHO_T}$ac_ct_RANLIB" >&6
3344else 3368else
3345 echo "$as_me:3345: result: no" >&5 3369 echo "$as_me:3369: result: no" >&5
3346echo "${ECHO_T}no" >&6 3370echo "${ECHO_T}no" >&6
3347fi 3371fi
3348 3372
@@ -3353,10 +3377,10 @@ fi
3353 3377
3354fi 3378fi
3355 3379
3356echo "$as_me:3356: checking for AIX" >&5 3380echo "$as_me:3380: checking for AIX" >&5
3357echo $ECHO_N "checking for AIX... $ECHO_C" >&6 3381echo $ECHO_N "checking for AIX... $ECHO_C" >&6
3358cat >conftest.$ac_ext <<_ACEOF 3382cat >conftest.$ac_ext <<_ACEOF
3359#line 3359 "configure" 3383#line 3383 "configure"
3360#include "confdefs.h" 3384#include "confdefs.h"
3361#ifdef _AIX 3385#ifdef _AIX
3362 yes 3386 yes
@@ -3365,21 +3389,21 @@ cat >conftest.$ac_ext <<_ACEOF
3365_ACEOF 3389_ACEOF
3366if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 3390if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3367 egrep "yes" >/dev/null 2>&1; then 3391 egrep "yes" >/dev/null 2>&1; then
3368 echo "$as_me:3368: result: yes" >&5 3392 echo "$as_me:3392: result: yes" >&5
3369echo "${ECHO_T}yes" >&6 3393echo "${ECHO_T}yes" >&6
3370cat >>confdefs.h <<\EOF 3394cat >>confdefs.h <<\EOF
3371#define _ALL_SOURCE 1 3395#define _ALL_SOURCE 1
3372EOF 3396EOF
3373 3397
3374else 3398else
3375 echo "$as_me:3375: result: no" >&5 3399 echo "$as_me:3399: result: no" >&5
3376echo "${ECHO_T}no" >&6 3400echo "${ECHO_T}no" >&6
3377fi 3401fi
3378rm -f conftest* 3402rm -f conftest*
3379 3403
3380#### Extract some information from the operating system and machine files. 3404#### Extract some information from the operating system and machine files.
3381 3405
3382{ echo "$as_me:3382: checking the machine- and system-dependent files to find out 3406{ echo "$as_me:3406: checking the machine- and system-dependent files to find out
3383 - which libraries the lib-src programs will want, and 3407 - which libraries the lib-src programs will want, and
3384 - whether the GNU malloc routines are usable..." >&5 3408 - whether the GNU malloc routines are usable..." >&5
3385echo "$as_me: checking the machine- and system-dependent files to find out 3409echo "$as_me: checking the machine- and system-dependent files to find out
@@ -3529,7 +3553,7 @@ if test "${enable_largefile+set}" = set; then
3529fi; 3553fi;
3530if test "$enable_largefile" != no; then 3554if test "$enable_largefile" != no; then
3531 3555
3532 echo "$as_me:3532: checking for special C compiler options needed for large files" >&5 3556 echo "$as_me:3556: checking for special C compiler options needed for large files" >&5
3533echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6 3557echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6
3534if test "${ac_cv_sys_largefile_CC+set}" = set; then 3558if test "${ac_cv_sys_largefile_CC+set}" = set; then
3535 echo $ECHO_N "(cached) $ECHO_C" >&6 3559 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3541,7 +3565,7 @@ else
3541 # IRIX 6.2 and later do not support large files by default, 3565 # IRIX 6.2 and later do not support large files by default,
3542 # so use the C compiler's -n32 option if that helps. 3566 # so use the C compiler's -n32 option if that helps.
3543 cat >conftest.$ac_ext <<_ACEOF 3567 cat >conftest.$ac_ext <<_ACEOF
3544#line 3544 "configure" 3568#line 3568 "configure"
3545#include "confdefs.h" 3569#include "confdefs.h"
3546#include <sys/types.h> 3570#include <sys/types.h>
3547 /* Check that off_t can represent 2**63 - 1 correctly. 3571 /* Check that off_t can represent 2**63 - 1 correctly.
@@ -3561,16 +3585,16 @@ main ()
3561} 3585}
3562_ACEOF 3586_ACEOF
3563 rm -f conftest.$ac_objext 3587 rm -f conftest.$ac_objext
3564if { (eval echo "$as_me:3564: \"$ac_compile\"") >&5 3588if { (eval echo "$as_me:3588: \"$ac_compile\"") >&5
3565 (eval $ac_compile) 2>&5 3589 (eval $ac_compile) 2>&5
3566 ac_status=$? 3590 ac_status=$?
3567 echo "$as_me:3567: \$? = $ac_status" >&5 3591 echo "$as_me:3591: \$? = $ac_status" >&5
3568 (exit $ac_status); } && 3592 (exit $ac_status); } &&
3569 { ac_try='test -s conftest.$ac_objext' 3593 { ac_try='test -s conftest.$ac_objext'
3570 { (eval echo "$as_me:3570: \"$ac_try\"") >&5 3594 { (eval echo "$as_me:3594: \"$ac_try\"") >&5
3571 (eval $ac_try) 2>&5 3595 (eval $ac_try) 2>&5
3572 ac_status=$? 3596 ac_status=$?
3573 echo "$as_me:3573: \$? = $ac_status" >&5 3597 echo "$as_me:3597: \$? = $ac_status" >&5
3574 (exit $ac_status); }; }; then 3598 (exit $ac_status); }; }; then
3575 break 3599 break
3576else 3600else
@@ -3580,16 +3604,16 @@ fi
3580rm -f conftest.$ac_objext 3604rm -f conftest.$ac_objext
3581 CC="$CC -n32" 3605 CC="$CC -n32"
3582 rm -f conftest.$ac_objext 3606 rm -f conftest.$ac_objext
3583if { (eval echo "$as_me:3583: \"$ac_compile\"") >&5 3607if { (eval echo "$as_me:3607: \"$ac_compile\"") >&5
3584 (eval $ac_compile) 2>&5 3608 (eval $ac_compile) 2>&5
3585 ac_status=$? 3609 ac_status=$?
3586 echo "$as_me:3586: \$? = $ac_status" >&5 3610 echo "$as_me:3610: \$? = $ac_status" >&5
3587 (exit $ac_status); } && 3611 (exit $ac_status); } &&
3588 { ac_try='test -s conftest.$ac_objext' 3612 { ac_try='test -s conftest.$ac_objext'
3589 { (eval echo "$as_me:3589: \"$ac_try\"") >&5 3613 { (eval echo "$as_me:3613: \"$ac_try\"") >&5
3590 (eval $ac_try) 2>&5 3614 (eval $ac_try) 2>&5
3591 ac_status=$? 3615 ac_status=$?
3592 echo "$as_me:3592: \$? = $ac_status" >&5 3616 echo "$as_me:3616: \$? = $ac_status" >&5
3593 (exit $ac_status); }; }; then 3617 (exit $ac_status); }; }; then
3594 ac_cv_sys_largefile_CC=' -n32'; break 3618 ac_cv_sys_largefile_CC=' -n32'; break
3595else 3619else
@@ -3603,13 +3627,13 @@ rm -f conftest.$ac_objext
3603 rm -f conftest.$ac_ext 3627 rm -f conftest.$ac_ext
3604 fi 3628 fi
3605fi 3629fi
3606echo "$as_me:3606: result: $ac_cv_sys_largefile_CC" >&5 3630echo "$as_me:3630: result: $ac_cv_sys_largefile_CC" >&5
3607echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6 3631echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6
3608 if test "$ac_cv_sys_largefile_CC" != no; then 3632 if test "$ac_cv_sys_largefile_CC" != no; then
3609 CC=$CC$ac_cv_sys_largefile_CC 3633 CC=$CC$ac_cv_sys_largefile_CC
3610 fi 3634 fi
3611 3635
3612 echo "$as_me:3612: checking for _FILE_OFFSET_BITS value needed for large files" >&5 3636 echo "$as_me:3636: checking for _FILE_OFFSET_BITS value needed for large files" >&5
3613echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6 3637echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
3614if test "${ac_cv_sys_file_offset_bits+set}" = set; then 3638if test "${ac_cv_sys_file_offset_bits+set}" = set; then
3615 echo $ECHO_N "(cached) $ECHO_C" >&6 3639 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3617,7 +3641,7 @@ else
3617 while :; do 3641 while :; do
3618 ac_cv_sys_file_offset_bits=no 3642 ac_cv_sys_file_offset_bits=no
3619 cat >conftest.$ac_ext <<_ACEOF 3643 cat >conftest.$ac_ext <<_ACEOF
3620#line 3620 "configure" 3644#line 3644 "configure"
3621#include "confdefs.h" 3645#include "confdefs.h"
3622#include <sys/types.h> 3646#include <sys/types.h>
3623 /* Check that off_t can represent 2**63 - 1 correctly. 3647 /* Check that off_t can represent 2**63 - 1 correctly.
@@ -3637,16 +3661,16 @@ main ()
3637} 3661}
3638_ACEOF 3662_ACEOF
3639rm -f conftest.$ac_objext 3663rm -f conftest.$ac_objext
3640if { (eval echo "$as_me:3640: \"$ac_compile\"") >&5 3664if { (eval echo "$as_me:3664: \"$ac_compile\"") >&5
3641 (eval $ac_compile) 2>&5 3665 (eval $ac_compile) 2>&5
3642 ac_status=$? 3666 ac_status=$?
3643 echo "$as_me:3643: \$? = $ac_status" >&5 3667 echo "$as_me:3667: \$? = $ac_status" >&5
3644 (exit $ac_status); } && 3668 (exit $ac_status); } &&
3645 { ac_try='test -s conftest.$ac_objext' 3669 { ac_try='test -s conftest.$ac_objext'
3646 { (eval echo "$as_me:3646: \"$ac_try\"") >&5 3670 { (eval echo "$as_me:3670: \"$ac_try\"") >&5
3647 (eval $ac_try) 2>&5 3671 (eval $ac_try) 2>&5
3648 ac_status=$? 3672 ac_status=$?
3649 echo "$as_me:3649: \$? = $ac_status" >&5 3673 echo "$as_me:3673: \$? = $ac_status" >&5
3650 (exit $ac_status); }; }; then 3674 (exit $ac_status); }; }; then
3651 break 3675 break
3652else 3676else
@@ -3655,7 +3679,7 @@ cat conftest.$ac_ext >&5
3655fi 3679fi
3656rm -f conftest.$ac_objext conftest.$ac_ext 3680rm -f conftest.$ac_objext conftest.$ac_ext
3657 cat >conftest.$ac_ext <<_ACEOF 3681 cat >conftest.$ac_ext <<_ACEOF
3658#line 3658 "configure" 3682#line 3682 "configure"
3659#include "confdefs.h" 3683#include "confdefs.h"
3660#define _FILE_OFFSET_BITS 64 3684#define _FILE_OFFSET_BITS 64
3661#include <sys/types.h> 3685#include <sys/types.h>
@@ -3676,16 +3700,16 @@ main ()
3676} 3700}
3677_ACEOF 3701_ACEOF
3678rm -f conftest.$ac_objext 3702rm -f conftest.$ac_objext
3679if { (eval echo "$as_me:3679: \"$ac_compile\"") >&5 3703if { (eval echo "$as_me:3703: \"$ac_compile\"") >&5
3680 (eval $ac_compile) 2>&5 3704 (eval $ac_compile) 2>&5
3681 ac_status=$? 3705 ac_status=$?
3682 echo "$as_me:3682: \$? = $ac_status" >&5 3706 echo "$as_me:3706: \$? = $ac_status" >&5
3683 (exit $ac_status); } && 3707 (exit $ac_status); } &&
3684 { ac_try='test -s conftest.$ac_objext' 3708 { ac_try='test -s conftest.$ac_objext'
3685 { (eval echo "$as_me:3685: \"$ac_try\"") >&5 3709 { (eval echo "$as_me:3709: \"$ac_try\"") >&5
3686 (eval $ac_try) 2>&5 3710 (eval $ac_try) 2>&5
3687 ac_status=$? 3711 ac_status=$?
3688 echo "$as_me:3688: \$? = $ac_status" >&5 3712 echo "$as_me:3712: \$? = $ac_status" >&5
3689 (exit $ac_status); }; }; then 3713 (exit $ac_status); }; }; then
3690 ac_cv_sys_file_offset_bits=64; break 3714 ac_cv_sys_file_offset_bits=64; break
3691else 3715else
@@ -3696,7 +3720,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
3696 break 3720 break
3697done 3721done
3698fi 3722fi
3699echo "$as_me:3699: result: $ac_cv_sys_file_offset_bits" >&5 3723echo "$as_me:3723: result: $ac_cv_sys_file_offset_bits" >&5
3700echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6 3724echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
3701if test "$ac_cv_sys_file_offset_bits" != no; then 3725if test "$ac_cv_sys_file_offset_bits" != no; then
3702 3726
@@ -3706,7 +3730,7 @@ EOF
3706 3730
3707fi 3731fi
3708rm -f conftest* 3732rm -f conftest*
3709 echo "$as_me:3709: checking for _LARGE_FILES value needed for large files" >&5 3733 echo "$as_me:3733: checking for _LARGE_FILES value needed for large files" >&5
3710echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6 3734echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
3711if test "${ac_cv_sys_large_files+set}" = set; then 3735if test "${ac_cv_sys_large_files+set}" = set; then
3712 echo $ECHO_N "(cached) $ECHO_C" >&6 3736 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3714,7 +3738,7 @@ else
3714 while :; do 3738 while :; do
3715 ac_cv_sys_large_files=no 3739 ac_cv_sys_large_files=no
3716 cat >conftest.$ac_ext <<_ACEOF 3740 cat >conftest.$ac_ext <<_ACEOF
3717#line 3717 "configure" 3741#line 3741 "configure"
3718#include "confdefs.h" 3742#include "confdefs.h"
3719#include <sys/types.h> 3743#include <sys/types.h>
3720 /* Check that off_t can represent 2**63 - 1 correctly. 3744 /* Check that off_t can represent 2**63 - 1 correctly.
@@ -3734,16 +3758,16 @@ main ()
3734} 3758}
3735_ACEOF 3759_ACEOF
3736rm -f conftest.$ac_objext 3760rm -f conftest.$ac_objext
3737if { (eval echo "$as_me:3737: \"$ac_compile\"") >&5 3761if { (eval echo "$as_me:3761: \"$ac_compile\"") >&5
3738 (eval $ac_compile) 2>&5 3762 (eval $ac_compile) 2>&5
3739 ac_status=$? 3763 ac_status=$?
3740 echo "$as_me:3740: \$? = $ac_status" >&5 3764 echo "$as_me:3764: \$? = $ac_status" >&5
3741 (exit $ac_status); } && 3765 (exit $ac_status); } &&
3742 { ac_try='test -s conftest.$ac_objext' 3766 { ac_try='test -s conftest.$ac_objext'
3743 { (eval echo "$as_me:3743: \"$ac_try\"") >&5 3767 { (eval echo "$as_me:3767: \"$ac_try\"") >&5
3744 (eval $ac_try) 2>&5 3768 (eval $ac_try) 2>&5
3745 ac_status=$? 3769 ac_status=$?
3746 echo "$as_me:3746: \$? = $ac_status" >&5 3770 echo "$as_me:3770: \$? = $ac_status" >&5
3747 (exit $ac_status); }; }; then 3771 (exit $ac_status); }; }; then
3748 break 3772 break
3749else 3773else
@@ -3752,7 +3776,7 @@ cat conftest.$ac_ext >&5
3752fi 3776fi
3753rm -f conftest.$ac_objext conftest.$ac_ext 3777rm -f conftest.$ac_objext conftest.$ac_ext
3754 cat >conftest.$ac_ext <<_ACEOF 3778 cat >conftest.$ac_ext <<_ACEOF
3755#line 3755 "configure" 3779#line 3779 "configure"
3756#include "confdefs.h" 3780#include "confdefs.h"
3757#define _LARGE_FILES 1 3781#define _LARGE_FILES 1
3758#include <sys/types.h> 3782#include <sys/types.h>
@@ -3773,16 +3797,16 @@ main ()
3773} 3797}
3774_ACEOF 3798_ACEOF
3775rm -f conftest.$ac_objext 3799rm -f conftest.$ac_objext
3776if { (eval echo "$as_me:3776: \"$ac_compile\"") >&5 3800if { (eval echo "$as_me:3800: \"$ac_compile\"") >&5
3777 (eval $ac_compile) 2>&5 3801 (eval $ac_compile) 2>&5
3778 ac_status=$? 3802 ac_status=$?
3779 echo "$as_me:3779: \$? = $ac_status" >&5 3803 echo "$as_me:3803: \$? = $ac_status" >&5
3780 (exit $ac_status); } && 3804 (exit $ac_status); } &&
3781 { ac_try='test -s conftest.$ac_objext' 3805 { ac_try='test -s conftest.$ac_objext'
3782 { (eval echo "$as_me:3782: \"$ac_try\"") >&5 3806 { (eval echo "$as_me:3806: \"$ac_try\"") >&5
3783 (eval $ac_try) 2>&5 3807 (eval $ac_try) 2>&5
3784 ac_status=$? 3808 ac_status=$?
3785 echo "$as_me:3785: \$? = $ac_status" >&5 3809 echo "$as_me:3809: \$? = $ac_status" >&5
3786 (exit $ac_status); }; }; then 3810 (exit $ac_status); }; }; then
3787 ac_cv_sys_large_files=1; break 3811 ac_cv_sys_large_files=1; break
3788else 3812else
@@ -3793,7 +3817,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
3793 break 3817 break
3794done 3818done
3795fi 3819fi
3796echo "$as_me:3796: result: $ac_cv_sys_large_files" >&5 3820echo "$as_me:3820: result: $ac_cv_sys_large_files" >&5
3797echo "${ECHO_T}$ac_cv_sys_large_files" >&6 3821echo "${ECHO_T}$ac_cv_sys_large_files" >&6
3798if test "$ac_cv_sys_large_files" != no; then 3822if test "$ac_cv_sys_large_files" != no; then
3799 3823
@@ -3810,23 +3834,23 @@ fi
3810for ac_header in machine/soundcard.h sys/soundcard.h soundcard.h 3834for ac_header in machine/soundcard.h sys/soundcard.h soundcard.h
3811do 3835do
3812as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 3836as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3813echo "$as_me:3813: checking for $ac_header" >&5 3837echo "$as_me:3837: checking for $ac_header" >&5
3814echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 3838echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3815if eval "test \"\${$as_ac_Header+set}\" = set"; then 3839if eval "test \"\${$as_ac_Header+set}\" = set"; then
3816 echo $ECHO_N "(cached) $ECHO_C" >&6 3840 echo $ECHO_N "(cached) $ECHO_C" >&6
3817else 3841else
3818 cat >conftest.$ac_ext <<_ACEOF 3842 cat >conftest.$ac_ext <<_ACEOF
3819#line 3819 "configure" 3843#line 3843 "configure"
3820#include "confdefs.h" 3844#include "confdefs.h"
3821#include <$ac_header> 3845#include <$ac_header>
3822_ACEOF 3846_ACEOF
3823if { (eval echo "$as_me:3823: \"$ac_cpp conftest.$ac_ext\"") >&5 3847if { (eval echo "$as_me:3847: \"$ac_cpp conftest.$ac_ext\"") >&5
3824 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3848 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3825 ac_status=$? 3849 ac_status=$?
3826 egrep -v '^ *\+' conftest.er1 >conftest.err 3850 egrep -v '^ *\+' conftest.er1 >conftest.err
3827 rm -f conftest.er1 3851 rm -f conftest.er1
3828 cat conftest.err >&5 3852 cat conftest.err >&5
3829 echo "$as_me:3829: \$? = $ac_status" >&5 3853 echo "$as_me:3853: \$? = $ac_status" >&5
3830 (exit $ac_status); } >/dev/null; then 3854 (exit $ac_status); } >/dev/null; then
3831 if test -s conftest.err; then 3855 if test -s conftest.err; then
3832 ac_cpp_err=$ac_c_preproc_warn_flag 3856 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -3845,7 +3869,7 @@ else
3845fi 3869fi
3846rm -f conftest.err conftest.$ac_ext 3870rm -f conftest.err conftest.$ac_ext
3847fi 3871fi
3848echo "$as_me:3848: result: `eval echo '${'$as_ac_Header'}'`" >&5 3872echo "$as_me:3872: result: `eval echo '${'$as_ac_Header'}'`" >&5
3849echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 3873echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3850if test `eval echo '${'$as_ac_Header'}'` = yes; then 3874if test `eval echo '${'$as_ac_Header'}'` = yes; then
3851 cat >>confdefs.h <<EOF 3875 cat >>confdefs.h <<EOF
@@ -3856,7 +3880,7 @@ fi
3856done 3880done
3857 3881
3858# Emulation library used on NetBSD. 3882# Emulation library used on NetBSD.
3859echo "$as_me:3859: checking for _oss_ioctl in -lossaudio" >&5 3883echo "$as_me:3883: checking for _oss_ioctl in -lossaudio" >&5
3860echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6 3884echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6
3861if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then 3885if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
3862 echo $ECHO_N "(cached) $ECHO_C" >&6 3886 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3864,7 +3888,7 @@ else
3864 ac_check_lib_save_LIBS=$LIBS 3888 ac_check_lib_save_LIBS=$LIBS
3865LIBS="-lossaudio $LIBS" 3889LIBS="-lossaudio $LIBS"
3866cat >conftest.$ac_ext <<_ACEOF 3890cat >conftest.$ac_ext <<_ACEOF
3867#line 3867 "configure" 3891#line 3891 "configure"
3868#include "confdefs.h" 3892#include "confdefs.h"
3869 3893
3870/* Override any gcc2 internal prototype to avoid an error. */ 3894/* Override any gcc2 internal prototype to avoid an error. */
@@ -3883,16 +3907,16 @@ _oss_ioctl ();
3883} 3907}
3884_ACEOF 3908_ACEOF
3885rm -f conftest.$ac_objext conftest$ac_exeext 3909rm -f conftest.$ac_objext conftest$ac_exeext
3886if { (eval echo "$as_me:3886: \"$ac_link\"") >&5 3910if { (eval echo "$as_me:3910: \"$ac_link\"") >&5
3887 (eval $ac_link) 2>&5 3911 (eval $ac_link) 2>&5
3888 ac_status=$? 3912 ac_status=$?
3889 echo "$as_me:3889: \$? = $ac_status" >&5 3913 echo "$as_me:3913: \$? = $ac_status" >&5
3890 (exit $ac_status); } && 3914 (exit $ac_status); } &&
3891 { ac_try='test -s conftest$ac_exeext' 3915 { ac_try='test -s conftest$ac_exeext'
3892 { (eval echo "$as_me:3892: \"$ac_try\"") >&5 3916 { (eval echo "$as_me:3916: \"$ac_try\"") >&5
3893 (eval $ac_try) 2>&5 3917 (eval $ac_try) 2>&5
3894 ac_status=$? 3918 ac_status=$?
3895 echo "$as_me:3895: \$? = $ac_status" >&5 3919 echo "$as_me:3919: \$? = $ac_status" >&5
3896 (exit $ac_status); }; }; then 3920 (exit $ac_status); }; }; then
3897 ac_cv_lib_ossaudio__oss_ioctl=yes 3921 ac_cv_lib_ossaudio__oss_ioctl=yes
3898else 3922else
@@ -3903,7 +3927,7 @@ fi
3903rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 3927rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
3904LIBS=$ac_check_lib_save_LIBS 3928LIBS=$ac_check_lib_save_LIBS
3905fi 3929fi
3906echo "$as_me:3906: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5 3930echo "$as_me:3930: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
3907echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6 3931echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6
3908if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then 3932if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
3909 LIBSOUND=-lossaudio 3933 LIBSOUND=-lossaudio
@@ -3916,23 +3940,23 @@ for ac_header in sys/select.h sys/timeb.h sys/time.h unistd.h utime.h \
3916 termcap.h stdio_ext.h fcntl.h term.h strings.h 3940 termcap.h stdio_ext.h fcntl.h term.h strings.h
3917do 3941do
3918as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 3942as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3919echo "$as_me:3919: checking for $ac_header" >&5 3943echo "$as_me:3943: checking for $ac_header" >&5
3920echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 3944echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3921if eval "test \"\${$as_ac_Header+set}\" = set"; then 3945if eval "test \"\${$as_ac_Header+set}\" = set"; then
3922 echo $ECHO_N "(cached) $ECHO_C" >&6 3946 echo $ECHO_N "(cached) $ECHO_C" >&6
3923else 3947else
3924 cat >conftest.$ac_ext <<_ACEOF 3948 cat >conftest.$ac_ext <<_ACEOF
3925#line 3925 "configure" 3949#line 3949 "configure"
3926#include "confdefs.h" 3950#include "confdefs.h"
3927#include <$ac_header> 3951#include <$ac_header>
3928_ACEOF 3952_ACEOF
3929if { (eval echo "$as_me:3929: \"$ac_cpp conftest.$ac_ext\"") >&5 3953if { (eval echo "$as_me:3953: \"$ac_cpp conftest.$ac_ext\"") >&5
3930 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3954 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3931 ac_status=$? 3955 ac_status=$?
3932 egrep -v '^ *\+' conftest.er1 >conftest.err 3956 egrep -v '^ *\+' conftest.er1 >conftest.err
3933 rm -f conftest.er1 3957 rm -f conftest.er1
3934 cat conftest.err >&5 3958 cat conftest.err >&5
3935 echo "$as_me:3935: \$? = $ac_status" >&5 3959 echo "$as_me:3959: \$? = $ac_status" >&5
3936 (exit $ac_status); } >/dev/null; then 3960 (exit $ac_status); } >/dev/null; then
3937 if test -s conftest.err; then 3961 if test -s conftest.err; then
3938 ac_cpp_err=$ac_c_preproc_warn_flag 3962 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -3951,7 +3975,7 @@ else
3951fi 3975fi
3952rm -f conftest.err conftest.$ac_ext 3976rm -f conftest.err conftest.$ac_ext
3953fi 3977fi
3954echo "$as_me:3954: result: `eval echo '${'$as_ac_Header'}'`" >&5 3978echo "$as_me:3978: result: `eval echo '${'$as_ac_Header'}'`" >&5
3955echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 3979echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3956if test `eval echo '${'$as_ac_Header'}'` = yes; then 3980if test `eval echo '${'$as_ac_Header'}'` = yes; then
3957 cat >>confdefs.h <<EOF 3981 cat >>confdefs.h <<EOF
@@ -3961,13 +3985,13 @@ EOF
3961fi 3985fi
3962done 3986done
3963 3987
3964echo "$as_me:3964: checking for ANSI C header files" >&5 3988echo "$as_me:3988: checking for ANSI C header files" >&5
3965echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 3989echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
3966if test "${ac_cv_header_stdc+set}" = set; then 3990if test "${ac_cv_header_stdc+set}" = set; then
3967 echo $ECHO_N "(cached) $ECHO_C" >&6 3991 echo $ECHO_N "(cached) $ECHO_C" >&6
3968else 3992else
3969 cat >conftest.$ac_ext <<_ACEOF 3993 cat >conftest.$ac_ext <<_ACEOF
3970#line 3970 "configure" 3994#line 3994 "configure"
3971#include "confdefs.h" 3995#include "confdefs.h"
3972#include <stdlib.h> 3996#include <stdlib.h>
3973#include <stdarg.h> 3997#include <stdarg.h>
@@ -3975,13 +3999,13 @@ else
3975#include <float.h> 3999#include <float.h>
3976 4000
3977_ACEOF 4001_ACEOF
3978if { (eval echo "$as_me:3978: \"$ac_cpp conftest.$ac_ext\"") >&5 4002if { (eval echo "$as_me:4002: \"$ac_cpp conftest.$ac_ext\"") >&5
3979 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 4003 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3980 ac_status=$? 4004 ac_status=$?
3981 egrep -v '^ *\+' conftest.er1 >conftest.err 4005 egrep -v '^ *\+' conftest.er1 >conftest.err
3982 rm -f conftest.er1 4006 rm -f conftest.er1
3983 cat conftest.err >&5 4007 cat conftest.err >&5
3984 echo "$as_me:3984: \$? = $ac_status" >&5 4008 echo "$as_me:4008: \$? = $ac_status" >&5
3985 (exit $ac_status); } >/dev/null; then 4009 (exit $ac_status); } >/dev/null; then
3986 if test -s conftest.err; then 4010 if test -s conftest.err; then
3987 ac_cpp_err=$ac_c_preproc_warn_flag 4011 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -4003,7 +4027,7 @@ rm -f conftest.err conftest.$ac_ext
4003if test $ac_cv_header_stdc = yes; then 4027if test $ac_cv_header_stdc = yes; then
4004 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 4028 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4005 cat >conftest.$ac_ext <<_ACEOF 4029 cat >conftest.$ac_ext <<_ACEOF
4006#line 4006 "configure" 4030#line 4030 "configure"
4007#include "confdefs.h" 4031#include "confdefs.h"
4008#include <string.h> 4032#include <string.h>
4009 4033
@@ -4021,7 +4045,7 @@ fi
4021if test $ac_cv_header_stdc = yes; then 4045if test $ac_cv_header_stdc = yes; then
4022 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 4046 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4023 cat >conftest.$ac_ext <<_ACEOF 4047 cat >conftest.$ac_ext <<_ACEOF
4024#line 4024 "configure" 4048#line 4048 "configure"
4025#include "confdefs.h" 4049#include "confdefs.h"
4026#include <stdlib.h> 4050#include <stdlib.h>
4027 4051
@@ -4042,7 +4066,7 @@ if test $ac_cv_header_stdc = yes; then
4042 : 4066 :
4043else 4067else
4044 cat >conftest.$ac_ext <<_ACEOF 4068 cat >conftest.$ac_ext <<_ACEOF
4045#line 4045 "configure" 4069#line 4069 "configure"
4046#include "confdefs.h" 4070#include "confdefs.h"
4047#include <ctype.h> 4071#include <ctype.h>
4048#if ((' ' & 0x0FF) == 0x020) 4072#if ((' ' & 0x0FF) == 0x020)
@@ -4068,15 +4092,15 @@ main ()
4068} 4092}
4069_ACEOF 4093_ACEOF
4070rm -f conftest$ac_exeext 4094rm -f conftest$ac_exeext
4071if { (eval echo "$as_me:4071: \"$ac_link\"") >&5 4095if { (eval echo "$as_me:4095: \"$ac_link\"") >&5
4072 (eval $ac_link) 2>&5 4096 (eval $ac_link) 2>&5
4073 ac_status=$? 4097 ac_status=$?
4074 echo "$as_me:4074: \$? = $ac_status" >&5 4098 echo "$as_me:4098: \$? = $ac_status" >&5
4075 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 4099 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
4076 { (eval echo "$as_me:4076: \"$ac_try\"") >&5 4100 { (eval echo "$as_me:4100: \"$ac_try\"") >&5
4077 (eval $ac_try) 2>&5 4101 (eval $ac_try) 2>&5
4078 ac_status=$? 4102 ac_status=$?
4079 echo "$as_me:4079: \$? = $ac_status" >&5 4103 echo "$as_me:4103: \$? = $ac_status" >&5
4080 (exit $ac_status); }; }; then 4104 (exit $ac_status); }; }; then
4081 : 4105 :
4082else 4106else
@@ -4089,7 +4113,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
4089fi 4113fi
4090fi 4114fi
4091fi 4115fi
4092echo "$as_me:4092: result: $ac_cv_header_stdc" >&5 4116echo "$as_me:4116: result: $ac_cv_header_stdc" >&5
4093echo "${ECHO_T}$ac_cv_header_stdc" >&6 4117echo "${ECHO_T}$ac_cv_header_stdc" >&6
4094if test $ac_cv_header_stdc = yes; then 4118if test $ac_cv_header_stdc = yes; then
4095 4119
@@ -4099,13 +4123,13 @@ EOF
4099 4123
4100fi 4124fi
4101 4125
4102echo "$as_me:4102: checking whether time.h and sys/time.h may both be included" >&5 4126echo "$as_me:4126: checking whether time.h and sys/time.h may both be included" >&5
4103echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6 4127echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
4104if test "${ac_cv_header_time+set}" = set; then 4128if test "${ac_cv_header_time+set}" = set; then
4105 echo $ECHO_N "(cached) $ECHO_C" >&6 4129 echo $ECHO_N "(cached) $ECHO_C" >&6
4106else 4130else
4107 cat >conftest.$ac_ext <<_ACEOF 4131 cat >conftest.$ac_ext <<_ACEOF
4108#line 4108 "configure" 4132#line 4132 "configure"
4109#include "confdefs.h" 4133#include "confdefs.h"
4110#include <sys/types.h> 4134#include <sys/types.h>
4111#include <sys/time.h> 4135#include <sys/time.h>
@@ -4121,16 +4145,16 @@ return 0;
4121} 4145}
4122_ACEOF 4146_ACEOF
4123rm -f conftest.$ac_objext 4147rm -f conftest.$ac_objext
4124if { (eval echo "$as_me:4124: \"$ac_compile\"") >&5 4148if { (eval echo "$as_me:4148: \"$ac_compile\"") >&5
4125 (eval $ac_compile) 2>&5 4149 (eval $ac_compile) 2>&5
4126 ac_status=$? 4150 ac_status=$?
4127 echo "$as_me:4127: \$? = $ac_status" >&5 4151 echo "$as_me:4151: \$? = $ac_status" >&5
4128 (exit $ac_status); } && 4152 (exit $ac_status); } &&
4129 { ac_try='test -s conftest.$ac_objext' 4153 { ac_try='test -s conftest.$ac_objext'
4130 { (eval echo "$as_me:4130: \"$ac_try\"") >&5 4154 { (eval echo "$as_me:4154: \"$ac_try\"") >&5
4131 (eval $ac_try) 2>&5 4155 (eval $ac_try) 2>&5
4132 ac_status=$? 4156 ac_status=$?
4133 echo "$as_me:4133: \$? = $ac_status" >&5 4157 echo "$as_me:4157: \$? = $ac_status" >&5
4134 (exit $ac_status); }; }; then 4158 (exit $ac_status); }; }; then
4135 ac_cv_header_time=yes 4159 ac_cv_header_time=yes
4136else 4160else
@@ -4140,7 +4164,7 @@ ac_cv_header_time=no
4140fi 4164fi
4141rm -f conftest.$ac_objext conftest.$ac_ext 4165rm -f conftest.$ac_objext conftest.$ac_ext
4142fi 4166fi
4143echo "$as_me:4143: result: $ac_cv_header_time" >&5 4167echo "$as_me:4167: result: $ac_cv_header_time" >&5
4144echo "${ECHO_T}$ac_cv_header_time" >&6 4168echo "${ECHO_T}$ac_cv_header_time" >&6
4145if test $ac_cv_header_time = yes; then 4169if test $ac_cv_header_time = yes; then
4146 4170
@@ -4150,13 +4174,13 @@ EOF
4150 4174
4151fi 4175fi
4152 4176
4153echo "$as_me:4153: checking for sys_siglist declaration in signal.h or unistd.h" >&5 4177echo "$as_me:4177: checking for sys_siglist declaration in signal.h or unistd.h" >&5
4154echo $ECHO_N "checking for sys_siglist declaration in signal.h or unistd.h... $ECHO_C" >&6 4178echo $ECHO_N "checking for sys_siglist declaration in signal.h or unistd.h... $ECHO_C" >&6
4155if test "${ac_cv_decl_sys_siglist+set}" = set; then 4179if test "${ac_cv_decl_sys_siglist+set}" = set; then
4156 echo $ECHO_N "(cached) $ECHO_C" >&6 4180 echo $ECHO_N "(cached) $ECHO_C" >&6
4157else 4181else
4158 cat >conftest.$ac_ext <<_ACEOF 4182 cat >conftest.$ac_ext <<_ACEOF
4159#line 4159 "configure" 4183#line 4183 "configure"
4160#include "confdefs.h" 4184#include "confdefs.h"
4161#include <sys/types.h> 4185#include <sys/types.h>
4162#include <signal.h> 4186#include <signal.h>
@@ -4174,16 +4198,16 @@ char *msg = *(sys_siglist + 1);
4174} 4198}
4175_ACEOF 4199_ACEOF
4176rm -f conftest.$ac_objext 4200rm -f conftest.$ac_objext
4177if { (eval echo "$as_me:4177: \"$ac_compile\"") >&5 4201if { (eval echo "$as_me:4201: \"$ac_compile\"") >&5
4178 (eval $ac_compile) 2>&5 4202 (eval $ac_compile) 2>&5
4179 ac_status=$? 4203 ac_status=$?
4180 echo "$as_me:4180: \$? = $ac_status" >&5 4204 echo "$as_me:4204: \$? = $ac_status" >&5
4181 (exit $ac_status); } && 4205 (exit $ac_status); } &&
4182 { ac_try='test -s conftest.$ac_objext' 4206 { ac_try='test -s conftest.$ac_objext'
4183 { (eval echo "$as_me:4183: \"$ac_try\"") >&5 4207 { (eval echo "$as_me:4207: \"$ac_try\"") >&5
4184 (eval $ac_try) 2>&5 4208 (eval $ac_try) 2>&5
4185 ac_status=$? 4209 ac_status=$?
4186 echo "$as_me:4186: \$? = $ac_status" >&5 4210 echo "$as_me:4210: \$? = $ac_status" >&5
4187 (exit $ac_status); }; }; then 4211 (exit $ac_status); }; }; then
4188 ac_cv_decl_sys_siglist=yes 4212 ac_cv_decl_sys_siglist=yes
4189else 4213else
@@ -4193,7 +4217,7 @@ ac_cv_decl_sys_siglist=no
4193fi 4217fi
4194rm -f conftest.$ac_objext conftest.$ac_ext 4218rm -f conftest.$ac_objext conftest.$ac_ext
4195fi 4219fi
4196echo "$as_me:4196: result: $ac_cv_decl_sys_siglist" >&5 4220echo "$as_me:4220: result: $ac_cv_decl_sys_siglist" >&5
4197echo "${ECHO_T}$ac_cv_decl_sys_siglist" >&6 4221echo "${ECHO_T}$ac_cv_decl_sys_siglist" >&6
4198if test $ac_cv_decl_sys_siglist = yes; then 4222if test $ac_cv_decl_sys_siglist = yes; then
4199 4223
@@ -4203,13 +4227,13 @@ EOF
4203 4227
4204fi 4228fi
4205 4229
4206echo "$as_me:4206: checking for sys/wait.h that is POSIX.1 compatible" >&5 4230echo "$as_me:4230: checking for sys/wait.h that is POSIX.1 compatible" >&5
4207echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6 4231echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6
4208if test "${ac_cv_header_sys_wait_h+set}" = set; then 4232if test "${ac_cv_header_sys_wait_h+set}" = set; then
4209 echo $ECHO_N "(cached) $ECHO_C" >&6 4233 echo $ECHO_N "(cached) $ECHO_C" >&6
4210else 4234else
4211 cat >conftest.$ac_ext <<_ACEOF 4235 cat >conftest.$ac_ext <<_ACEOF
4212#line 4212 "configure" 4236#line 4236 "configure"
4213#include "confdefs.h" 4237#include "confdefs.h"
4214#include <sys/types.h> 4238#include <sys/types.h>
4215#include <sys/wait.h> 4239#include <sys/wait.h>
@@ -4231,16 +4255,16 @@ main ()
4231} 4255}
4232_ACEOF 4256_ACEOF
4233rm -f conftest.$ac_objext 4257rm -f conftest.$ac_objext
4234if { (eval echo "$as_me:4234: \"$ac_compile\"") >&5 4258if { (eval echo "$as_me:4258: \"$ac_compile\"") >&5
4235 (eval $ac_compile) 2>&5 4259 (eval $ac_compile) 2>&5
4236 ac_status=$? 4260 ac_status=$?
4237 echo "$as_me:4237: \$? = $ac_status" >&5 4261 echo "$as_me:4261: \$? = $ac_status" >&5
4238 (exit $ac_status); } && 4262 (exit $ac_status); } &&
4239 { ac_try='test -s conftest.$ac_objext' 4263 { ac_try='test -s conftest.$ac_objext'
4240 { (eval echo "$as_me:4240: \"$ac_try\"") >&5 4264 { (eval echo "$as_me:4264: \"$ac_try\"") >&5
4241 (eval $ac_try) 2>&5 4265 (eval $ac_try) 2>&5
4242 ac_status=$? 4266 ac_status=$?
4243 echo "$as_me:4243: \$? = $ac_status" >&5 4267 echo "$as_me:4267: \$? = $ac_status" >&5
4244 (exit $ac_status); }; }; then 4268 (exit $ac_status); }; }; then
4245 ac_cv_header_sys_wait_h=yes 4269 ac_cv_header_sys_wait_h=yes
4246else 4270else
@@ -4250,7 +4274,7 @@ ac_cv_header_sys_wait_h=no
4250fi 4274fi
4251rm -f conftest.$ac_objext conftest.$ac_ext 4275rm -f conftest.$ac_objext conftest.$ac_ext
4252fi 4276fi
4253echo "$as_me:4253: result: $ac_cv_header_sys_wait_h" >&5 4277echo "$as_me:4277: result: $ac_cv_header_sys_wait_h" >&5
4254echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6 4278echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6
4255if test $ac_cv_header_sys_wait_h = yes; then 4279if test $ac_cv_header_sys_wait_h = yes; then
4256 4280
@@ -4260,13 +4284,13 @@ EOF
4260 4284
4261fi 4285fi
4262 4286
4263echo "$as_me:4263: checking for struct utimbuf" >&5 4287echo "$as_me:4287: checking for struct utimbuf" >&5
4264echo $ECHO_N "checking for struct utimbuf... $ECHO_C" >&6 4288echo $ECHO_N "checking for struct utimbuf... $ECHO_C" >&6
4265if test "${emacs_cv_struct_utimbuf+set}" = set; then 4289if test "${emacs_cv_struct_utimbuf+set}" = set; then
4266 echo $ECHO_N "(cached) $ECHO_C" >&6 4290 echo $ECHO_N "(cached) $ECHO_C" >&6
4267else 4291else
4268 cat >conftest.$ac_ext <<_ACEOF 4292 cat >conftest.$ac_ext <<_ACEOF
4269#line 4269 "configure" 4293#line 4293 "configure"
4270#include "confdefs.h" 4294#include "confdefs.h"
4271#ifdef TIME_WITH_SYS_TIME 4295#ifdef TIME_WITH_SYS_TIME
4272#include <sys/time.h> 4296#include <sys/time.h>
@@ -4290,16 +4314,16 @@ static struct utimbuf x; x.actime = x.modtime;
4290} 4314}
4291_ACEOF 4315_ACEOF
4292rm -f conftest.$ac_objext 4316rm -f conftest.$ac_objext
4293if { (eval echo "$as_me:4293: \"$ac_compile\"") >&5 4317if { (eval echo "$as_me:4317: \"$ac_compile\"") >&5
4294 (eval $ac_compile) 2>&5 4318 (eval $ac_compile) 2>&5
4295 ac_status=$? 4319 ac_status=$?
4296 echo "$as_me:4296: \$? = $ac_status" >&5 4320 echo "$as_me:4320: \$? = $ac_status" >&5
4297 (exit $ac_status); } && 4321 (exit $ac_status); } &&
4298 { ac_try='test -s conftest.$ac_objext' 4322 { ac_try='test -s conftest.$ac_objext'
4299 { (eval echo "$as_me:4299: \"$ac_try\"") >&5 4323 { (eval echo "$as_me:4323: \"$ac_try\"") >&5
4300 (eval $ac_try) 2>&5 4324 (eval $ac_try) 2>&5
4301 ac_status=$? 4325 ac_status=$?
4302 echo "$as_me:4302: \$? = $ac_status" >&5 4326 echo "$as_me:4326: \$? = $ac_status" >&5
4303 (exit $ac_status); }; }; then 4327 (exit $ac_status); }; }; then
4304 emacs_cv_struct_utimbuf=yes 4328 emacs_cv_struct_utimbuf=yes
4305else 4329else
@@ -4309,7 +4333,7 @@ emacs_cv_struct_utimbuf=no
4309fi 4333fi
4310rm -f conftest.$ac_objext conftest.$ac_ext 4334rm -f conftest.$ac_objext conftest.$ac_ext
4311fi 4335fi
4312echo "$as_me:4312: result: $emacs_cv_struct_utimbuf" >&5 4336echo "$as_me:4336: result: $emacs_cv_struct_utimbuf" >&5
4313echo "${ECHO_T}$emacs_cv_struct_utimbuf" >&6 4337echo "${ECHO_T}$emacs_cv_struct_utimbuf" >&6
4314if test $emacs_cv_struct_utimbuf = yes; then 4338if test $emacs_cv_struct_utimbuf = yes; then
4315 cat >>confdefs.h <<\EOF 4339 cat >>confdefs.h <<\EOF
@@ -4318,13 +4342,13 @@ EOF
4318 4342
4319fi 4343fi
4320 4344
4321echo "$as_me:4321: checking return type of signal handlers" >&5 4345echo "$as_me:4345: checking return type of signal handlers" >&5
4322echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6 4346echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
4323if test "${ac_cv_type_signal+set}" = set; then 4347if test "${ac_cv_type_signal+set}" = set; then
4324 echo $ECHO_N "(cached) $ECHO_C" >&6 4348 echo $ECHO_N "(cached) $ECHO_C" >&6
4325else 4349else
4326 cat >conftest.$ac_ext <<_ACEOF 4350 cat >conftest.$ac_ext <<_ACEOF
4327#line 4327 "configure" 4351#line 4351 "configure"
4328#include "confdefs.h" 4352#include "confdefs.h"
4329#include <sys/types.h> 4353#include <sys/types.h>
4330#include <signal.h> 4354#include <signal.h>
@@ -4346,16 +4370,16 @@ int i;
4346} 4370}
4347_ACEOF 4371_ACEOF
4348rm -f conftest.$ac_objext 4372rm -f conftest.$ac_objext
4349if { (eval echo "$as_me:4349: \"$ac_compile\"") >&5 4373if { (eval echo "$as_me:4373: \"$ac_compile\"") >&5
4350 (eval $ac_compile) 2>&5 4374 (eval $ac_compile) 2>&5
4351 ac_status=$? 4375 ac_status=$?
4352 echo "$as_me:4352: \$? = $ac_status" >&5 4376 echo "$as_me:4376: \$? = $ac_status" >&5
4353 (exit $ac_status); } && 4377 (exit $ac_status); } &&
4354 { ac_try='test -s conftest.$ac_objext' 4378 { ac_try='test -s conftest.$ac_objext'
4355 { (eval echo "$as_me:4355: \"$ac_try\"") >&5 4379 { (eval echo "$as_me:4379: \"$ac_try\"") >&5
4356 (eval $ac_try) 2>&5 4380 (eval $ac_try) 2>&5
4357 ac_status=$? 4381 ac_status=$?
4358 echo "$as_me:4358: \$? = $ac_status" >&5 4382 echo "$as_me:4382: \$? = $ac_status" >&5
4359 (exit $ac_status); }; }; then 4383 (exit $ac_status); }; }; then
4360 ac_cv_type_signal=void 4384 ac_cv_type_signal=void
4361else 4385else
@@ -4365,20 +4389,20 @@ ac_cv_type_signal=int
4365fi 4389fi
4366rm -f conftest.$ac_objext conftest.$ac_ext 4390rm -f conftest.$ac_objext conftest.$ac_ext
4367fi 4391fi
4368echo "$as_me:4368: result: $ac_cv_type_signal" >&5 4392echo "$as_me:4392: result: $ac_cv_type_signal" >&5
4369echo "${ECHO_T}$ac_cv_type_signal" >&6 4393echo "${ECHO_T}$ac_cv_type_signal" >&6
4370 4394
4371cat >>confdefs.h <<EOF 4395cat >>confdefs.h <<EOF
4372#define RETSIGTYPE $ac_cv_type_signal 4396#define RETSIGTYPE $ac_cv_type_signal
4373EOF 4397EOF
4374 4398
4375echo "$as_me:4375: checking for speed_t" >&5 4399echo "$as_me:4399: checking for speed_t" >&5
4376echo $ECHO_N "checking for speed_t... $ECHO_C" >&6 4400echo $ECHO_N "checking for speed_t... $ECHO_C" >&6
4377if test "${emacs_cv_speed_t+set}" = set; then 4401if test "${emacs_cv_speed_t+set}" = set; then
4378 echo $ECHO_N "(cached) $ECHO_C" >&6 4402 echo $ECHO_N "(cached) $ECHO_C" >&6
4379else 4403else
4380 cat >conftest.$ac_ext <<_ACEOF 4404 cat >conftest.$ac_ext <<_ACEOF
4381#line 4381 "configure" 4405#line 4405 "configure"
4382#include "confdefs.h" 4406#include "confdefs.h"
4383#include <termios.h> 4407#include <termios.h>
4384int 4408int
@@ -4390,16 +4414,16 @@ speed_t x = 1;
4390} 4414}
4391_ACEOF 4415_ACEOF
4392rm -f conftest.$ac_objext 4416rm -f conftest.$ac_objext
4393if { (eval echo "$as_me:4393: \"$ac_compile\"") >&5 4417if { (eval echo "$as_me:4417: \"$ac_compile\"") >&5
4394 (eval $ac_compile) 2>&5 4418 (eval $ac_compile) 2>&5
4395 ac_status=$? 4419 ac_status=$?
4396 echo "$as_me:4396: \$? = $ac_status" >&5 4420 echo "$as_me:4420: \$? = $ac_status" >&5
4397 (exit $ac_status); } && 4421 (exit $ac_status); } &&
4398 { ac_try='test -s conftest.$ac_objext' 4422 { ac_try='test -s conftest.$ac_objext'
4399 { (eval echo "$as_me:4399: \"$ac_try\"") >&5 4423 { (eval echo "$as_me:4423: \"$ac_try\"") >&5
4400 (eval $ac_try) 2>&5 4424 (eval $ac_try) 2>&5
4401 ac_status=$? 4425 ac_status=$?
4402 echo "$as_me:4402: \$? = $ac_status" >&5 4426 echo "$as_me:4426: \$? = $ac_status" >&5
4403 (exit $ac_status); }; }; then 4427 (exit $ac_status); }; }; then
4404 emacs_cv_speed_t=yes 4428 emacs_cv_speed_t=yes
4405else 4429else
@@ -4409,7 +4433,7 @@ emacs_cv_speed_t=no
4409fi 4433fi
4410rm -f conftest.$ac_objext conftest.$ac_ext 4434rm -f conftest.$ac_objext conftest.$ac_ext
4411fi 4435fi
4412echo "$as_me:4412: result: $emacs_cv_speed_t" >&5 4436echo "$as_me:4436: result: $emacs_cv_speed_t" >&5
4413echo "${ECHO_T}$emacs_cv_speed_t" >&6 4437echo "${ECHO_T}$emacs_cv_speed_t" >&6
4414if test $emacs_cv_speed_t = yes; then 4438if test $emacs_cv_speed_t = yes; then
4415 cat >>confdefs.h <<\EOF 4439 cat >>confdefs.h <<\EOF
@@ -4418,13 +4442,13 @@ EOF
4418 4442
4419fi 4443fi
4420 4444
4421echo "$as_me:4421: checking for struct timeval" >&5 4445echo "$as_me:4445: checking for struct timeval" >&5
4422echo $ECHO_N "checking for struct timeval... $ECHO_C" >&6 4446echo $ECHO_N "checking for struct timeval... $ECHO_C" >&6
4423if test "${emacs_cv_struct_timeval+set}" = set; then 4447if test "${emacs_cv_struct_timeval+set}" = set; then
4424 echo $ECHO_N "(cached) $ECHO_C" >&6 4448 echo $ECHO_N "(cached) $ECHO_C" >&6
4425else 4449else
4426 cat >conftest.$ac_ext <<_ACEOF 4450 cat >conftest.$ac_ext <<_ACEOF
4427#line 4427 "configure" 4451#line 4451 "configure"
4428#include "confdefs.h" 4452#include "confdefs.h"
4429#ifdef TIME_WITH_SYS_TIME 4453#ifdef TIME_WITH_SYS_TIME
4430#include <sys/time.h> 4454#include <sys/time.h>
@@ -4445,16 +4469,16 @@ static struct timeval x; x.tv_sec = x.tv_usec;
4445} 4469}
4446_ACEOF 4470_ACEOF
4447rm -f conftest.$ac_objext 4471rm -f conftest.$ac_objext
4448if { (eval echo "$as_me:4448: \"$ac_compile\"") >&5 4472if { (eval echo "$as_me:4472: \"$ac_compile\"") >&5
4449 (eval $ac_compile) 2>&5 4473 (eval $ac_compile) 2>&5
4450 ac_status=$? 4474 ac_status=$?
4451 echo "$as_me:4451: \$? = $ac_status" >&5 4475 echo "$as_me:4475: \$? = $ac_status" >&5
4452 (exit $ac_status); } && 4476 (exit $ac_status); } &&
4453 { ac_try='test -s conftest.$ac_objext' 4477 { ac_try='test -s conftest.$ac_objext'
4454 { (eval echo "$as_me:4454: \"$ac_try\"") >&5 4478 { (eval echo "$as_me:4478: \"$ac_try\"") >&5
4455 (eval $ac_try) 2>&5 4479 (eval $ac_try) 2>&5
4456 ac_status=$? 4480 ac_status=$?
4457 echo "$as_me:4457: \$? = $ac_status" >&5 4481 echo "$as_me:4481: \$? = $ac_status" >&5
4458 (exit $ac_status); }; }; then 4482 (exit $ac_status); }; }; then
4459 emacs_cv_struct_timeval=yes 4483 emacs_cv_struct_timeval=yes
4460else 4484else
@@ -4464,7 +4488,7 @@ emacs_cv_struct_timeval=no
4464fi 4488fi
4465rm -f conftest.$ac_objext conftest.$ac_ext 4489rm -f conftest.$ac_objext conftest.$ac_ext
4466fi 4490fi
4467echo "$as_me:4467: result: $emacs_cv_struct_timeval" >&5 4491echo "$as_me:4491: result: $emacs_cv_struct_timeval" >&5
4468echo "${ECHO_T}$emacs_cv_struct_timeval" >&6 4492echo "${ECHO_T}$emacs_cv_struct_timeval" >&6
4469HAVE_TIMEVAL=$emacs_cv_struct_timeval 4493HAVE_TIMEVAL=$emacs_cv_struct_timeval
4470if test $emacs_cv_struct_timeval = yes; then 4494if test $emacs_cv_struct_timeval = yes; then
@@ -4474,13 +4498,13 @@ EOF
4474 4498
4475fi 4499fi
4476 4500
4477echo "$as_me:4477: checking for struct exception" >&5 4501echo "$as_me:4501: checking for struct exception" >&5
4478echo $ECHO_N "checking for struct exception... $ECHO_C" >&6 4502echo $ECHO_N "checking for struct exception... $ECHO_C" >&6
4479if test "${emacs_cv_struct_exception+set}" = set; then 4503if test "${emacs_cv_struct_exception+set}" = set; then
4480 echo $ECHO_N "(cached) $ECHO_C" >&6 4504 echo $ECHO_N "(cached) $ECHO_C" >&6
4481else 4505else
4482 cat >conftest.$ac_ext <<_ACEOF 4506 cat >conftest.$ac_ext <<_ACEOF
4483#line 4483 "configure" 4507#line 4507 "configure"
4484#include "confdefs.h" 4508#include "confdefs.h"
4485#include <math.h> 4509#include <math.h>
4486int 4510int
@@ -4492,16 +4516,16 @@ static struct exception x; x.arg1 = x.arg2 = x.retval; x.name = ""; x.type = 1;
4492} 4516}
4493_ACEOF 4517_ACEOF
4494rm -f conftest.$ac_objext 4518rm -f conftest.$ac_objext
4495if { (eval echo "$as_me:4495: \"$ac_compile\"") >&5 4519if { (eval echo "$as_me:4519: \"$ac_compile\"") >&5
4496 (eval $ac_compile) 2>&5 4520 (eval $ac_compile) 2>&5
4497 ac_status=$? 4521 ac_status=$?
4498 echo "$as_me:4498: \$? = $ac_status" >&5 4522 echo "$as_me:4522: \$? = $ac_status" >&5
4499 (exit $ac_status); } && 4523 (exit $ac_status); } &&
4500 { ac_try='test -s conftest.$ac_objext' 4524 { ac_try='test -s conftest.$ac_objext'
4501 { (eval echo "$as_me:4501: \"$ac_try\"") >&5 4525 { (eval echo "$as_me:4525: \"$ac_try\"") >&5
4502 (eval $ac_try) 2>&5 4526 (eval $ac_try) 2>&5
4503 ac_status=$? 4527 ac_status=$?
4504 echo "$as_me:4504: \$? = $ac_status" >&5 4528 echo "$as_me:4528: \$? = $ac_status" >&5
4505 (exit $ac_status); }; }; then 4529 (exit $ac_status); }; }; then
4506 emacs_cv_struct_exception=yes 4530 emacs_cv_struct_exception=yes
4507else 4531else
@@ -4511,7 +4535,7 @@ emacs_cv_struct_exception=no
4511fi 4535fi
4512rm -f conftest.$ac_objext conftest.$ac_ext 4536rm -f conftest.$ac_objext conftest.$ac_ext
4513fi 4537fi
4514echo "$as_me:4514: result: $emacs_cv_struct_exception" >&5 4538echo "$as_me:4538: result: $emacs_cv_struct_exception" >&5
4515echo "${ECHO_T}$emacs_cv_struct_exception" >&6 4539echo "${ECHO_T}$emacs_cv_struct_exception" >&6
4516HAVE_EXCEPTION=$emacs_cv_struct_exception 4540HAVE_EXCEPTION=$emacs_cv_struct_exception
4517if test $emacs_cv_struct_exception != yes; then 4541if test $emacs_cv_struct_exception != yes; then
@@ -4521,13 +4545,13 @@ EOF
4521 4545
4522fi 4546fi
4523 4547
4524echo "$as_me:4524: checking whether struct tm is in sys/time.h or time.h" >&5 4548echo "$as_me:4548: checking whether struct tm is in sys/time.h or time.h" >&5
4525echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6 4549echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6
4526if test "${ac_cv_struct_tm+set}" = set; then 4550if test "${ac_cv_struct_tm+set}" = set; then
4527 echo $ECHO_N "(cached) $ECHO_C" >&6 4551 echo $ECHO_N "(cached) $ECHO_C" >&6
4528else 4552else
4529 cat >conftest.$ac_ext <<_ACEOF 4553 cat >conftest.$ac_ext <<_ACEOF
4530#line 4530 "configure" 4554#line 4554 "configure"
4531#include "confdefs.h" 4555#include "confdefs.h"
4532#include <sys/types.h> 4556#include <sys/types.h>
4533#include <time.h> 4557#include <time.h>
@@ -4541,16 +4565,16 @@ struct tm *tp; tp->tm_sec;
4541} 4565}
4542_ACEOF 4566_ACEOF
4543rm -f conftest.$ac_objext 4567rm -f conftest.$ac_objext
4544if { (eval echo "$as_me:4544: \"$ac_compile\"") >&5 4568if { (eval echo "$as_me:4568: \"$ac_compile\"") >&5
4545 (eval $ac_compile) 2>&5 4569 (eval $ac_compile) 2>&5
4546 ac_status=$? 4570 ac_status=$?
4547 echo "$as_me:4547: \$? = $ac_status" >&5 4571 echo "$as_me:4571: \$? = $ac_status" >&5
4548 (exit $ac_status); } && 4572 (exit $ac_status); } &&
4549 { ac_try='test -s conftest.$ac_objext' 4573 { ac_try='test -s conftest.$ac_objext'
4550 { (eval echo "$as_me:4550: \"$ac_try\"") >&5 4574 { (eval echo "$as_me:4574: \"$ac_try\"") >&5
4551 (eval $ac_try) 2>&5 4575 (eval $ac_try) 2>&5
4552 ac_status=$? 4576 ac_status=$?
4553 echo "$as_me:4553: \$? = $ac_status" >&5 4577 echo "$as_me:4577: \$? = $ac_status" >&5
4554 (exit $ac_status); }; }; then 4578 (exit $ac_status); }; }; then
4555 ac_cv_struct_tm=time.h 4579 ac_cv_struct_tm=time.h
4556else 4580else
@@ -4560,7 +4584,7 @@ ac_cv_struct_tm=sys/time.h
4560fi 4584fi
4561rm -f conftest.$ac_objext conftest.$ac_ext 4585rm -f conftest.$ac_objext conftest.$ac_ext
4562fi 4586fi
4563echo "$as_me:4563: result: $ac_cv_struct_tm" >&5 4587echo "$as_me:4587: result: $ac_cv_struct_tm" >&5
4564echo "${ECHO_T}$ac_cv_struct_tm" >&6 4588echo "${ECHO_T}$ac_cv_struct_tm" >&6
4565if test $ac_cv_struct_tm = sys/time.h; then 4589if test $ac_cv_struct_tm = sys/time.h; then
4566 4590
@@ -4570,13 +4594,13 @@ EOF
4570 4594
4571fi 4595fi
4572 4596
4573echo "$as_me:4573: checking for struct tm.tm_zone" >&5 4597echo "$as_me:4597: checking for struct tm.tm_zone" >&5
4574echo $ECHO_N "checking for struct tm.tm_zone... $ECHO_C" >&6 4598echo $ECHO_N "checking for struct tm.tm_zone... $ECHO_C" >&6
4575if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then 4599if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then
4576 echo $ECHO_N "(cached) $ECHO_C" >&6 4600 echo $ECHO_N "(cached) $ECHO_C" >&6
4577else 4601else
4578 cat >conftest.$ac_ext <<_ACEOF 4602 cat >conftest.$ac_ext <<_ACEOF
4579#line 4579 "configure" 4603#line 4603 "configure"
4580#include "confdefs.h" 4604#include "confdefs.h"
4581#include <sys/types.h> 4605#include <sys/types.h>
4582#include <$ac_cv_struct_tm> 4606#include <$ac_cv_struct_tm>
@@ -4592,16 +4616,16 @@ return 0;
4592} 4616}
4593_ACEOF 4617_ACEOF
4594rm -f conftest.$ac_objext 4618rm -f conftest.$ac_objext
4595if { (eval echo "$as_me:4595: \"$ac_compile\"") >&5 4619if { (eval echo "$as_me:4619: \"$ac_compile\"") >&5
4596 (eval $ac_compile) 2>&5 4620 (eval $ac_compile) 2>&5
4597 ac_status=$? 4621 ac_status=$?
4598 echo "$as_me:4598: \$? = $ac_status" >&5 4622 echo "$as_me:4622: \$? = $ac_status" >&5
4599 (exit $ac_status); } && 4623 (exit $ac_status); } &&
4600 { ac_try='test -s conftest.$ac_objext' 4624 { ac_try='test -s conftest.$ac_objext'
4601 { (eval echo "$as_me:4601: \"$ac_try\"") >&5 4625 { (eval echo "$as_me:4625: \"$ac_try\"") >&5
4602 (eval $ac_try) 2>&5 4626 (eval $ac_try) 2>&5
4603 ac_status=$? 4627 ac_status=$?
4604 echo "$as_me:4604: \$? = $ac_status" >&5 4628 echo "$as_me:4628: \$? = $ac_status" >&5
4605 (exit $ac_status); }; }; then 4629 (exit $ac_status); }; }; then
4606 ac_cv_member_struct_tm_tm_zone=yes 4630 ac_cv_member_struct_tm_tm_zone=yes
4607else 4631else
@@ -4611,7 +4635,7 @@ ac_cv_member_struct_tm_tm_zone=no
4611fi 4635fi
4612rm -f conftest.$ac_objext conftest.$ac_ext 4636rm -f conftest.$ac_objext conftest.$ac_ext
4613fi 4637fi
4614echo "$as_me:4614: result: $ac_cv_member_struct_tm_tm_zone" >&5 4638echo "$as_me:4638: result: $ac_cv_member_struct_tm_tm_zone" >&5
4615echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6 4639echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6
4616if test $ac_cv_member_struct_tm_tm_zone = yes; then 4640if test $ac_cv_member_struct_tm_tm_zone = yes; then
4617 4641
@@ -4628,13 +4652,13 @@ cat >>confdefs.h <<\EOF
4628EOF 4652EOF
4629 4653
4630else 4654else
4631 echo "$as_me:4631: checking for tzname" >&5 4655 echo "$as_me:4655: checking for tzname" >&5
4632echo $ECHO_N "checking for tzname... $ECHO_C" >&6 4656echo $ECHO_N "checking for tzname... $ECHO_C" >&6
4633if test "${ac_cv_var_tzname+set}" = set; then 4657if test "${ac_cv_var_tzname+set}" = set; then
4634 echo $ECHO_N "(cached) $ECHO_C" >&6 4658 echo $ECHO_N "(cached) $ECHO_C" >&6
4635else 4659else
4636 cat >conftest.$ac_ext <<_ACEOF 4660 cat >conftest.$ac_ext <<_ACEOF
4637#line 4637 "configure" 4661#line 4661 "configure"
4638#include "confdefs.h" 4662#include "confdefs.h"
4639#include <time.h> 4663#include <time.h>
4640#ifndef tzname /* For SGI. */ 4664#ifndef tzname /* For SGI. */
@@ -4650,16 +4674,16 @@ atoi(*tzname);
4650} 4674}
4651_ACEOF 4675_ACEOF
4652rm -f conftest.$ac_objext conftest$ac_exeext 4676rm -f conftest.$ac_objext conftest$ac_exeext
4653if { (eval echo "$as_me:4653: \"$ac_link\"") >&5 4677if { (eval echo "$as_me:4677: \"$ac_link\"") >&5
4654 (eval $ac_link) 2>&5 4678 (eval $ac_link) 2>&5
4655 ac_status=$? 4679 ac_status=$?
4656 echo "$as_me:4656: \$? = $ac_status" >&5 4680 echo "$as_me:4680: \$? = $ac_status" >&5
4657 (exit $ac_status); } && 4681 (exit $ac_status); } &&
4658 { ac_try='test -s conftest$ac_exeext' 4682 { ac_try='test -s conftest$ac_exeext'
4659 { (eval echo "$as_me:4659: \"$ac_try\"") >&5 4683 { (eval echo "$as_me:4683: \"$ac_try\"") >&5
4660 (eval $ac_try) 2>&5 4684 (eval $ac_try) 2>&5
4661 ac_status=$? 4685 ac_status=$?
4662 echo "$as_me:4662: \$? = $ac_status" >&5 4686 echo "$as_me:4686: \$? = $ac_status" >&5
4663 (exit $ac_status); }; }; then 4687 (exit $ac_status); }; }; then
4664 ac_cv_var_tzname=yes 4688 ac_cv_var_tzname=yes
4665else 4689else
@@ -4669,7 +4693,7 @@ ac_cv_var_tzname=no
4669fi 4693fi
4670rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4694rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
4671fi 4695fi
4672echo "$as_me:4672: result: $ac_cv_var_tzname" >&5 4696echo "$as_me:4696: result: $ac_cv_var_tzname" >&5
4673echo "${ECHO_T}$ac_cv_var_tzname" >&6 4697echo "${ECHO_T}$ac_cv_var_tzname" >&6
4674 if test $ac_cv_var_tzname = yes; then 4698 if test $ac_cv_var_tzname = yes; then
4675 4699
@@ -4680,13 +4704,13 @@ EOF
4680 fi 4704 fi
4681fi 4705fi
4682 4706
4683echo "$as_me:4683: checking for tm_gmtoff in struct tm" >&5 4707echo "$as_me:4707: checking for tm_gmtoff in struct tm" >&5
4684echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6 4708echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6
4685if test "${emacs_cv_tm_gmtoff+set}" = set; then 4709if test "${emacs_cv_tm_gmtoff+set}" = set; then
4686 echo $ECHO_N "(cached) $ECHO_C" >&6 4710 echo $ECHO_N "(cached) $ECHO_C" >&6
4687else 4711else
4688 cat >conftest.$ac_ext <<_ACEOF 4712 cat >conftest.$ac_ext <<_ACEOF
4689#line 4689 "configure" 4713#line 4713 "configure"
4690#include "confdefs.h" 4714#include "confdefs.h"
4691#include <time.h> 4715#include <time.h>
4692int 4716int
@@ -4698,16 +4722,16 @@ struct tm t; t.tm_gmtoff = 0
4698} 4722}
4699_ACEOF 4723_ACEOF
4700rm -f conftest.$ac_objext conftest$ac_exeext 4724rm -f conftest.$ac_objext conftest$ac_exeext
4701if { (eval echo "$as_me:4701: \"$ac_link\"") >&5 4725if { (eval echo "$as_me:4725: \"$ac_link\"") >&5
4702 (eval $ac_link) 2>&5 4726 (eval $ac_link) 2>&5
4703 ac_status=$? 4727 ac_status=$?
4704 echo "$as_me:4704: \$? = $ac_status" >&5 4728 echo "$as_me:4728: \$? = $ac_status" >&5
4705 (exit $ac_status); } && 4729 (exit $ac_status); } &&
4706 { ac_try='test -s conftest$ac_exeext' 4730 { ac_try='test -s conftest$ac_exeext'
4707 { (eval echo "$as_me:4707: \"$ac_try\"") >&5 4731 { (eval echo "$as_me:4731: \"$ac_try\"") >&5
4708 (eval $ac_try) 2>&5 4732 (eval $ac_try) 2>&5
4709 ac_status=$? 4733 ac_status=$?
4710 echo "$as_me:4710: \$? = $ac_status" >&5 4734 echo "$as_me:4734: \$? = $ac_status" >&5
4711 (exit $ac_status); }; }; then 4735 (exit $ac_status); }; }; then
4712 emacs_cv_tm_gmtoff=yes 4736 emacs_cv_tm_gmtoff=yes
4713else 4737else
@@ -4717,7 +4741,7 @@ emacs_cv_tm_gmtoff=no
4717fi 4741fi
4718rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4742rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
4719fi 4743fi
4720echo "$as_me:4720: result: $emacs_cv_tm_gmtoff" >&5 4744echo "$as_me:4744: result: $emacs_cv_tm_gmtoff" >&5
4721echo "${ECHO_T}$emacs_cv_tm_gmtoff" >&6 4745echo "${ECHO_T}$emacs_cv_tm_gmtoff" >&6
4722if test $emacs_cv_tm_gmtoff = yes; then 4746if test $emacs_cv_tm_gmtoff = yes; then
4723 cat >>confdefs.h <<\EOF 4747 cat >>confdefs.h <<\EOF
@@ -4726,7 +4750,7 @@ EOF
4726 4750
4727fi 4751fi
4728 4752
4729echo "$as_me:4729: checking for $CC option to accept ANSI C" >&5 4753echo "$as_me:4753: checking for $CC option to accept ANSI C" >&5
4730echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 4754echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
4731if test "${ac_cv_prog_cc_stdc+set}" = set; then 4755if test "${ac_cv_prog_cc_stdc+set}" = set; then
4732 echo $ECHO_N "(cached) $ECHO_C" >&6 4756 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4734,7 +4758,7 @@ else
4734 ac_cv_prog_cc_stdc=no 4758 ac_cv_prog_cc_stdc=no
4735ac_save_CC=$CC 4759ac_save_CC=$CC
4736cat >conftest.$ac_ext <<_ACEOF 4760cat >conftest.$ac_ext <<_ACEOF
4737#line 4737 "configure" 4761#line 4761 "configure"
4738#include "confdefs.h" 4762#include "confdefs.h"
4739#include <stdarg.h> 4763#include <stdarg.h>
4740#include <stdio.h> 4764#include <stdio.h>
@@ -4783,16 +4807,16 @@ for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIO
4783do 4807do
4784 CC="$ac_save_CC $ac_arg" 4808 CC="$ac_save_CC $ac_arg"
4785 rm -f conftest.$ac_objext 4809 rm -f conftest.$ac_objext
4786if { (eval echo "$as_me:4786: \"$ac_compile\"") >&5 4810if { (eval echo "$as_me:4810: \"$ac_compile\"") >&5
4787 (eval $ac_compile) 2>&5 4811 (eval $ac_compile) 2>&5
4788 ac_status=$? 4812 ac_status=$?
4789 echo "$as_me:4789: \$? = $ac_status" >&5 4813 echo "$as_me:4813: \$? = $ac_status" >&5
4790 (exit $ac_status); } && 4814 (exit $ac_status); } &&
4791 { ac_try='test -s conftest.$ac_objext' 4815 { ac_try='test -s conftest.$ac_objext'
4792 { (eval echo "$as_me:4792: \"$ac_try\"") >&5 4816 { (eval echo "$as_me:4816: \"$ac_try\"") >&5
4793 (eval $ac_try) 2>&5 4817 (eval $ac_try) 2>&5
4794 ac_status=$? 4818 ac_status=$?
4795 echo "$as_me:4795: \$? = $ac_status" >&5 4819 echo "$as_me:4819: \$? = $ac_status" >&5
4796 (exit $ac_status); }; }; then 4820 (exit $ac_status); }; }; then
4797 ac_cv_prog_cc_stdc=$ac_arg 4821 ac_cv_prog_cc_stdc=$ac_arg
4798break 4822break
@@ -4809,18 +4833,18 @@ fi
4809 4833
4810case "x$ac_cv_prog_cc_stdc" in 4834case "x$ac_cv_prog_cc_stdc" in
4811 x|xno) 4835 x|xno)
4812 echo "$as_me:4812: result: none needed" >&5 4836 echo "$as_me:4836: result: none needed" >&5
4813echo "${ECHO_T}none needed" >&6 ;; 4837echo "${ECHO_T}none needed" >&6 ;;
4814 *) 4838 *)
4815 echo "$as_me:4815: result: $ac_cv_prog_cc_stdc" >&5 4839 echo "$as_me:4839: result: $ac_cv_prog_cc_stdc" >&5
4816echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 4840echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
4817 CC="$CC $ac_cv_prog_cc_stdc" ;; 4841 CC="$CC $ac_cv_prog_cc_stdc" ;;
4818esac 4842esac
4819 4843
4820echo "$as_me:4820: checking for function prototypes" >&5 4844echo "$as_me:4844: checking for function prototypes" >&5
4821echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6 4845echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6
4822if test "$ac_cv_prog_cc_stdc" != no; then 4846if test "$ac_cv_prog_cc_stdc" != no; then
4823 echo "$as_me:4823: result: yes" >&5 4847 echo "$as_me:4847: result: yes" >&5
4824echo "${ECHO_T}yes" >&6 4848echo "${ECHO_T}yes" >&6
4825 4849
4826cat >>confdefs.h <<\EOF 4850cat >>confdefs.h <<\EOF
@@ -4828,17 +4852,17 @@ cat >>confdefs.h <<\EOF
4828EOF 4852EOF
4829 4853
4830else 4854else
4831 echo "$as_me:4831: result: no" >&5 4855 echo "$as_me:4855: result: no" >&5
4832echo "${ECHO_T}no" >&6 4856echo "${ECHO_T}no" >&6
4833fi 4857fi
4834 4858
4835echo "$as_me:4835: checking for working volatile" >&5 4859echo "$as_me:4859: checking for working volatile" >&5
4836echo $ECHO_N "checking for working volatile... $ECHO_C" >&6 4860echo $ECHO_N "checking for working volatile... $ECHO_C" >&6
4837if test "${ac_cv_c_volatile+set}" = set; then 4861if test "${ac_cv_c_volatile+set}" = set; then
4838 echo $ECHO_N "(cached) $ECHO_C" >&6 4862 echo $ECHO_N "(cached) $ECHO_C" >&6
4839else 4863else
4840 cat >conftest.$ac_ext <<_ACEOF 4864 cat >conftest.$ac_ext <<_ACEOF
4841#line 4841 "configure" 4865#line 4865 "configure"
4842#include "confdefs.h" 4866#include "confdefs.h"
4843 4867
4844int 4868int
@@ -4852,16 +4876,16 @@ int * volatile y;
4852} 4876}
4853_ACEOF 4877_ACEOF
4854rm -f conftest.$ac_objext 4878rm -f conftest.$ac_objext
4855if { (eval echo "$as_me:4855: \"$ac_compile\"") >&5 4879if { (eval echo "$as_me:4879: \"$ac_compile\"") >&5
4856 (eval $ac_compile) 2>&5 4880 (eval $ac_compile) 2>&5
4857 ac_status=$? 4881 ac_status=$?
4858 echo "$as_me:4858: \$? = $ac_status" >&5 4882 echo "$as_me:4882: \$? = $ac_status" >&5
4859 (exit $ac_status); } && 4883 (exit $ac_status); } &&
4860 { ac_try='test -s conftest.$ac_objext' 4884 { ac_try='test -s conftest.$ac_objext'
4861 { (eval echo "$as_me:4861: \"$ac_try\"") >&5 4885 { (eval echo "$as_me:4885: \"$ac_try\"") >&5
4862 (eval $ac_try) 2>&5 4886 (eval $ac_try) 2>&5
4863 ac_status=$? 4887 ac_status=$?
4864 echo "$as_me:4864: \$? = $ac_status" >&5 4888 echo "$as_me:4888: \$? = $ac_status" >&5
4865 (exit $ac_status); }; }; then 4889 (exit $ac_status); }; }; then
4866 ac_cv_c_volatile=yes 4890 ac_cv_c_volatile=yes
4867else 4891else
@@ -4871,7 +4895,7 @@ ac_cv_c_volatile=no
4871fi 4895fi
4872rm -f conftest.$ac_objext conftest.$ac_ext 4896rm -f conftest.$ac_objext conftest.$ac_ext
4873fi 4897fi
4874echo "$as_me:4874: result: $ac_cv_c_volatile" >&5 4898echo "$as_me:4898: result: $ac_cv_c_volatile" >&5
4875echo "${ECHO_T}$ac_cv_c_volatile" >&6 4899echo "${ECHO_T}$ac_cv_c_volatile" >&6
4876if test $ac_cv_c_volatile = no; then 4900if test $ac_cv_c_volatile = no; then
4877 4901
@@ -4881,13 +4905,13 @@ EOF
4881 4905
4882fi 4906fi
4883 4907
4884echo "$as_me:4884: checking for an ANSI C-conforming const" >&5 4908echo "$as_me:4908: checking for an ANSI C-conforming const" >&5
4885echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6 4909echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
4886if test "${ac_cv_c_const+set}" = set; then 4910if test "${ac_cv_c_const+set}" = set; then
4887 echo $ECHO_N "(cached) $ECHO_C" >&6 4911 echo $ECHO_N "(cached) $ECHO_C" >&6
4888else 4912else
4889 cat >conftest.$ac_ext <<_ACEOF 4913 cat >conftest.$ac_ext <<_ACEOF
4890#line 4890 "configure" 4914#line 4914 "configure"
4891#include "confdefs.h" 4915#include "confdefs.h"
4892 4916
4893int 4917int
@@ -4945,16 +4969,16 @@ main ()
4945} 4969}
4946_ACEOF 4970_ACEOF
4947rm -f conftest.$ac_objext 4971rm -f conftest.$ac_objext
4948if { (eval echo "$as_me:4948: \"$ac_compile\"") >&5 4972if { (eval echo "$as_me:4972: \"$ac_compile\"") >&5
4949 (eval $ac_compile) 2>&5 4973 (eval $ac_compile) 2>&5
4950 ac_status=$? 4974 ac_status=$?
4951 echo "$as_me:4951: \$? = $ac_status" >&5 4975 echo "$as_me:4975: \$? = $ac_status" >&5
4952 (exit $ac_status); } && 4976 (exit $ac_status); } &&
4953 { ac_try='test -s conftest.$ac_objext' 4977 { ac_try='test -s conftest.$ac_objext'
4954 { (eval echo "$as_me:4954: \"$ac_try\"") >&5 4978 { (eval echo "$as_me:4978: \"$ac_try\"") >&5
4955 (eval $ac_try) 2>&5 4979 (eval $ac_try) 2>&5
4956 ac_status=$? 4980 ac_status=$?
4957 echo "$as_me:4957: \$? = $ac_status" >&5 4981 echo "$as_me:4981: \$? = $ac_status" >&5
4958 (exit $ac_status); }; }; then 4982 (exit $ac_status); }; }; then
4959 ac_cv_c_const=yes 4983 ac_cv_c_const=yes
4960else 4984else
@@ -4964,7 +4988,7 @@ ac_cv_c_const=no
4964fi 4988fi
4965rm -f conftest.$ac_objext conftest.$ac_ext 4989rm -f conftest.$ac_objext conftest.$ac_ext
4966fi 4990fi
4967echo "$as_me:4967: result: $ac_cv_c_const" >&5 4991echo "$as_me:4991: result: $ac_cv_c_const" >&5
4968echo "${ECHO_T}$ac_cv_c_const" >&6 4992echo "${ECHO_T}$ac_cv_c_const" >&6
4969if test $ac_cv_c_const = no; then 4993if test $ac_cv_c_const = no; then
4970 4994
@@ -4974,13 +4998,13 @@ EOF
4974 4998
4975fi 4999fi
4976 5000
4977echo "$as_me:4977: checking for void * support" >&5 5001echo "$as_me:5001: checking for void * support" >&5
4978echo $ECHO_N "checking for void * support... $ECHO_C" >&6 5002echo $ECHO_N "checking for void * support... $ECHO_C" >&6
4979if test "${emacs_cv_void_star+set}" = set; then 5003if test "${emacs_cv_void_star+set}" = set; then
4980 echo $ECHO_N "(cached) $ECHO_C" >&6 5004 echo $ECHO_N "(cached) $ECHO_C" >&6
4981else 5005else
4982 cat >conftest.$ac_ext <<_ACEOF 5006 cat >conftest.$ac_ext <<_ACEOF
4983#line 4983 "configure" 5007#line 5007 "configure"
4984#include "confdefs.h" 5008#include "confdefs.h"
4985 5009
4986int 5010int
@@ -4992,16 +5016,16 @@ void * foo;
4992} 5016}
4993_ACEOF 5017_ACEOF
4994rm -f conftest.$ac_objext 5018rm -f conftest.$ac_objext
4995if { (eval echo "$as_me:4995: \"$ac_compile\"") >&5 5019if { (eval echo "$as_me:5019: \"$ac_compile\"") >&5
4996 (eval $ac_compile) 2>&5 5020 (eval $ac_compile) 2>&5
4997 ac_status=$? 5021 ac_status=$?
4998 echo "$as_me:4998: \$? = $ac_status" >&5 5022 echo "$as_me:5022: \$? = $ac_status" >&5
4999 (exit $ac_status); } && 5023 (exit $ac_status); } &&
5000 { ac_try='test -s conftest.$ac_objext' 5024 { ac_try='test -s conftest.$ac_objext'
5001 { (eval echo "$as_me:5001: \"$ac_try\"") >&5 5025 { (eval echo "$as_me:5025: \"$ac_try\"") >&5
5002 (eval $ac_try) 2>&5 5026 (eval $ac_try) 2>&5
5003 ac_status=$? 5027 ac_status=$?
5004 echo "$as_me:5004: \$? = $ac_status" >&5 5028 echo "$as_me:5028: \$? = $ac_status" >&5
5005 (exit $ac_status); }; }; then 5029 (exit $ac_status); }; }; then
5006 emacs_cv_void_star=yes 5030 emacs_cv_void_star=yes
5007else 5031else
@@ -5011,7 +5035,7 @@ emacs_cv_void_star=no
5011fi 5035fi
5012rm -f conftest.$ac_objext conftest.$ac_ext 5036rm -f conftest.$ac_objext conftest.$ac_ext
5013fi 5037fi
5014echo "$as_me:5014: result: $emacs_cv_void_star" >&5 5038echo "$as_me:5038: result: $emacs_cv_void_star" >&5
5015echo "${ECHO_T}$emacs_cv_void_star" >&6 5039echo "${ECHO_T}$emacs_cv_void_star" >&6
5016if test $emacs_cv_void_star = yes; then 5040if test $emacs_cv_void_star = yes; then
5017 cat >>confdefs.h <<\EOF 5041 cat >>confdefs.h <<\EOF
@@ -5025,7 +5049,7 @@ EOF
5025 5049
5026fi 5050fi
5027 5051
5028echo "$as_me:5028: checking whether ${MAKE-make} sets \${MAKE}" >&5 5052echo "$as_me:5052: checking whether ${MAKE-make} sets \${MAKE}" >&5
5029echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6 5053echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6
5030set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` 5054set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
5031if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then 5055if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
@@ -5045,16 +5069,16 @@ fi
5045rm -f conftest.make 5069rm -f conftest.make
5046fi 5070fi
5047if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then 5071if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
5048 echo "$as_me:5048: result: yes" >&5 5072 echo "$as_me:5072: result: yes" >&5
5049echo "${ECHO_T}yes" >&6 5073echo "${ECHO_T}yes" >&6
5050 SET_MAKE= 5074 SET_MAKE=
5051else 5075else
5052 echo "$as_me:5052: result: no" >&5 5076 echo "$as_me:5076: result: no" >&5
5053echo "${ECHO_T}no" >&6 5077echo "${ECHO_T}no" >&6
5054 SET_MAKE="MAKE=${MAKE-make}" 5078 SET_MAKE="MAKE=${MAKE-make}"
5055fi 5079fi
5056 5080
5057echo "$as_me:5057: checking for long file names" >&5 5081echo "$as_me:5081: checking for long file names" >&5
5058echo $ECHO_N "checking for long file names... $ECHO_C" >&6 5082echo $ECHO_N "checking for long file names... $ECHO_C" >&6
5059if test "${ac_cv_sys_long_file_names+set}" = set; then 5083if test "${ac_cv_sys_long_file_names+set}" = set; then
5060 echo $ECHO_N "(cached) $ECHO_C" >&6 5084 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5093,7 +5117,7 @@ for ac_dir in . $ac_tmpdirs `eval echo $prefix/lib $exec_prefix/lib` ; do
5093 rm -rf $ac_xdir 2>/dev/null 5117 rm -rf $ac_xdir 2>/dev/null
5094done 5118done
5095fi 5119fi
5096echo "$as_me:5096: result: $ac_cv_sys_long_file_names" >&5 5120echo "$as_me:5120: result: $ac_cv_sys_long_file_names" >&5
5097echo "${ECHO_T}$ac_cv_sys_long_file_names" >&6 5121echo "${ECHO_T}$ac_cv_sys_long_file_names" >&6
5098if test $ac_cv_sys_long_file_names = yes; then 5122if test $ac_cv_sys_long_file_names = yes; then
5099 5123
@@ -5105,7 +5129,7 @@ fi
5105 5129
5106#### Choose a window system. 5130#### Choose a window system.
5107 5131
5108echo "$as_me:5108: checking for X" >&5 5132echo "$as_me:5132: checking for X" >&5
5109echo $ECHO_N "checking for X... $ECHO_C" >&6 5133echo $ECHO_N "checking for X... $ECHO_C" >&6
5110 5134
5111# Check whether --with-x or --without-x was given. 5135# Check whether --with-x or --without-x was given.
@@ -5202,17 +5226,17 @@ if test "$ac_x_includes" = no; then
5202 # Guess where to find include files, by looking for Intrinsic.h. 5226 # Guess where to find include files, by looking for Intrinsic.h.
5203 # First, try using that file with no special directory specified. 5227 # First, try using that file with no special directory specified.
5204 cat >conftest.$ac_ext <<_ACEOF 5228 cat >conftest.$ac_ext <<_ACEOF
5205#line 5205 "configure" 5229#line 5229 "configure"
5206#include "confdefs.h" 5230#include "confdefs.h"
5207#include <X11/Intrinsic.h> 5231#include <X11/Intrinsic.h>
5208_ACEOF 5232_ACEOF
5209if { (eval echo "$as_me:5209: \"$ac_cpp conftest.$ac_ext\"") >&5 5233if { (eval echo "$as_me:5233: \"$ac_cpp conftest.$ac_ext\"") >&5
5210 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 5234 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5211 ac_status=$? 5235 ac_status=$?
5212 egrep -v '^ *\+' conftest.er1 >conftest.err 5236 egrep -v '^ *\+' conftest.er1 >conftest.err
5213 rm -f conftest.er1 5237 rm -f conftest.er1
5214 cat conftest.err >&5 5238 cat conftest.err >&5
5215 echo "$as_me:5215: \$? = $ac_status" >&5 5239 echo "$as_me:5239: \$? = $ac_status" >&5
5216 (exit $ac_status); } >/dev/null; then 5240 (exit $ac_status); } >/dev/null; then
5217 if test -s conftest.err; then 5241 if test -s conftest.err; then
5218 ac_cpp_err=$ac_c_preproc_warn_flag 5242 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -5245,7 +5269,7 @@ if test "$ac_x_libraries" = no; then
5245 ac_save_LIBS=$LIBS 5269 ac_save_LIBS=$LIBS
5246 LIBS="-lXt $LIBS" 5270 LIBS="-lXt $LIBS"
5247 cat >conftest.$ac_ext <<_ACEOF 5271 cat >conftest.$ac_ext <<_ACEOF
5248#line 5248 "configure" 5272#line 5272 "configure"
5249#include "confdefs.h" 5273#include "confdefs.h"
5250#include <X11/Intrinsic.h> 5274#include <X11/Intrinsic.h>
5251int 5275int
@@ -5257,16 +5281,16 @@ XtMalloc (0)
5257} 5281}
5258_ACEOF 5282_ACEOF
5259rm -f conftest.$ac_objext conftest$ac_exeext 5283rm -f conftest.$ac_objext conftest$ac_exeext
5260if { (eval echo "$as_me:5260: \"$ac_link\"") >&5 5284if { (eval echo "$as_me:5284: \"$ac_link\"") >&5
5261 (eval $ac_link) 2>&5 5285 (eval $ac_link) 2>&5
5262 ac_status=$? 5286 ac_status=$?
5263 echo "$as_me:5263: \$? = $ac_status" >&5 5287 echo "$as_me:5287: \$? = $ac_status" >&5
5264 (exit $ac_status); } && 5288 (exit $ac_status); } &&
5265 { ac_try='test -s conftest$ac_exeext' 5289 { ac_try='test -s conftest$ac_exeext'
5266 { (eval echo "$as_me:5266: \"$ac_try\"") >&5 5290 { (eval echo "$as_me:5290: \"$ac_try\"") >&5
5267 (eval $ac_try) 2>&5 5291 (eval $ac_try) 2>&5
5268 ac_status=$? 5292 ac_status=$?
5269 echo "$as_me:5269: \$? = $ac_status" >&5 5293 echo "$as_me:5293: \$? = $ac_status" >&5
5270 (exit $ac_status); }; }; then 5294 (exit $ac_status); }; }; then
5271 LIBS=$ac_save_LIBS 5295 LIBS=$ac_save_LIBS
5272# We can link X programs with no special library path. 5296# We can link X programs with no special library path.
@@ -5304,7 +5328,7 @@ fi
5304fi # $with_x != no 5328fi # $with_x != no
5305 5329
5306if test "$have_x" != yes; then 5330if test "$have_x" != yes; then
5307 echo "$as_me:5307: result: $have_x" >&5 5331 echo "$as_me:5331: result: $have_x" >&5
5308echo "${ECHO_T}$have_x" >&6 5332echo "${ECHO_T}$have_x" >&6
5309 no_x=yes 5333 no_x=yes
5310else 5334else
@@ -5314,7 +5338,7 @@ else
5314 # Update the cache value to reflect the command line values. 5338 # Update the cache value to reflect the command line values.
5315 ac_cv_have_x="have_x=yes \ 5339 ac_cv_have_x="have_x=yes \
5316 ac_x_includes=$x_includes ac_x_libraries=$x_libraries" 5340 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
5317 echo "$as_me:5317: result: libraries $x_libraries, headers $x_includes" >&5 5341 echo "$as_me:5341: result: libraries $x_libraries, headers $x_includes" >&5
5318echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6 5342echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6
5319fi 5343fi
5320 5344
@@ -5412,13 +5436,13 @@ UNEXEC_SRC="`echo ${unexec} | sed 's/\.o/.c/'`"
5412# Assume not, until told otherwise. 5436# Assume not, until told otherwise.
5413GNU_MALLOC=yes 5437GNU_MALLOC=yes
5414doug_lea_malloc=yes 5438doug_lea_malloc=yes
5415echo "$as_me:5415: checking for malloc_get_state" >&5 5439echo "$as_me:5439: checking for malloc_get_state" >&5
5416echo $ECHO_N "checking for malloc_get_state... $ECHO_C" >&6 5440echo $ECHO_N "checking for malloc_get_state... $ECHO_C" >&6
5417if test "${ac_cv_func_malloc_get_state+set}" = set; then 5441if test "${ac_cv_func_malloc_get_state+set}" = set; then
5418 echo $ECHO_N "(cached) $ECHO_C" >&6 5442 echo $ECHO_N "(cached) $ECHO_C" >&6
5419else 5443else
5420 cat >conftest.$ac_ext <<_ACEOF 5444 cat >conftest.$ac_ext <<_ACEOF
5421#line 5421 "configure" 5445#line 5445 "configure"
5422#include "confdefs.h" 5446#include "confdefs.h"
5423/* System header to define __stub macros and hopefully few prototypes, 5447/* System header to define __stub macros and hopefully few prototypes,
5424 which can conflict with char malloc_get_state (); below. */ 5448 which can conflict with char malloc_get_state (); below. */
@@ -5449,16 +5473,16 @@ f = malloc_get_state;
5449} 5473}
5450_ACEOF 5474_ACEOF
5451rm -f conftest.$ac_objext conftest$ac_exeext 5475rm -f conftest.$ac_objext conftest$ac_exeext
5452if { (eval echo "$as_me:5452: \"$ac_link\"") >&5 5476if { (eval echo "$as_me:5476: \"$ac_link\"") >&5
5453 (eval $ac_link) 2>&5 5477 (eval $ac_link) 2>&5
5454 ac_status=$? 5478 ac_status=$?
5455 echo "$as_me:5455: \$? = $ac_status" >&5 5479 echo "$as_me:5479: \$? = $ac_status" >&5
5456 (exit $ac_status); } && 5480 (exit $ac_status); } &&
5457 { ac_try='test -s conftest$ac_exeext' 5481 { ac_try='test -s conftest$ac_exeext'
5458 { (eval echo "$as_me:5458: \"$ac_try\"") >&5 5482 { (eval echo "$as_me:5482: \"$ac_try\"") >&5
5459 (eval $ac_try) 2>&5 5483 (eval $ac_try) 2>&5
5460 ac_status=$? 5484 ac_status=$?
5461 echo "$as_me:5461: \$? = $ac_status" >&5 5485 echo "$as_me:5485: \$? = $ac_status" >&5
5462 (exit $ac_status); }; }; then 5486 (exit $ac_status); }; }; then
5463 ac_cv_func_malloc_get_state=yes 5487 ac_cv_func_malloc_get_state=yes
5464else 5488else
@@ -5468,7 +5492,7 @@ ac_cv_func_malloc_get_state=no
5468fi 5492fi
5469rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5493rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5470fi 5494fi
5471echo "$as_me:5471: result: $ac_cv_func_malloc_get_state" >&5 5495echo "$as_me:5495: result: $ac_cv_func_malloc_get_state" >&5
5472echo "${ECHO_T}$ac_cv_func_malloc_get_state" >&6 5496echo "${ECHO_T}$ac_cv_func_malloc_get_state" >&6
5473if test $ac_cv_func_malloc_get_state = yes; then 5497if test $ac_cv_func_malloc_get_state = yes; then
5474 : 5498 :
@@ -5476,13 +5500,13 @@ else
5476 doug_lea_malloc=no 5500 doug_lea_malloc=no
5477fi 5501fi
5478 5502
5479echo "$as_me:5479: checking for malloc_set_state" >&5 5503echo "$as_me:5503: checking for malloc_set_state" >&5
5480echo $ECHO_N "checking for malloc_set_state... $ECHO_C" >&6 5504echo $ECHO_N "checking for malloc_set_state... $ECHO_C" >&6
5481if test "${ac_cv_func_malloc_set_state+set}" = set; then 5505if test "${ac_cv_func_malloc_set_state+set}" = set; then
5482 echo $ECHO_N "(cached) $ECHO_C" >&6 5506 echo $ECHO_N "(cached) $ECHO_C" >&6
5483else 5507else
5484 cat >conftest.$ac_ext <<_ACEOF 5508 cat >conftest.$ac_ext <<_ACEOF
5485#line 5485 "configure" 5509#line 5509 "configure"
5486#include "confdefs.h" 5510#include "confdefs.h"
5487/* System header to define __stub macros and hopefully few prototypes, 5511/* System header to define __stub macros and hopefully few prototypes,
5488 which can conflict with char malloc_set_state (); below. */ 5512 which can conflict with char malloc_set_state (); below. */
@@ -5513,16 +5537,16 @@ f = malloc_set_state;
5513} 5537}
5514_ACEOF 5538_ACEOF
5515rm -f conftest.$ac_objext conftest$ac_exeext 5539rm -f conftest.$ac_objext conftest$ac_exeext
5516if { (eval echo "$as_me:5516: \"$ac_link\"") >&5 5540if { (eval echo "$as_me:5540: \"$ac_link\"") >&5
5517 (eval $ac_link) 2>&5 5541 (eval $ac_link) 2>&5
5518 ac_status=$? 5542 ac_status=$?
5519 echo "$as_me:5519: \$? = $ac_status" >&5 5543 echo "$as_me:5543: \$? = $ac_status" >&5
5520 (exit $ac_status); } && 5544 (exit $ac_status); } &&
5521 { ac_try='test -s conftest$ac_exeext' 5545 { ac_try='test -s conftest$ac_exeext'
5522 { (eval echo "$as_me:5522: \"$ac_try\"") >&5 5546 { (eval echo "$as_me:5546: \"$ac_try\"") >&5
5523 (eval $ac_try) 2>&5 5547 (eval $ac_try) 2>&5
5524 ac_status=$? 5548 ac_status=$?
5525 echo "$as_me:5525: \$? = $ac_status" >&5 5549 echo "$as_me:5549: \$? = $ac_status" >&5
5526 (exit $ac_status); }; }; then 5550 (exit $ac_status); }; }; then
5527 ac_cv_func_malloc_set_state=yes 5551 ac_cv_func_malloc_set_state=yes
5528else 5552else
@@ -5532,7 +5556,7 @@ ac_cv_func_malloc_set_state=no
5532fi 5556fi
5533rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5557rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5534fi 5558fi
5535echo "$as_me:5535: result: $ac_cv_func_malloc_set_state" >&5 5559echo "$as_me:5559: result: $ac_cv_func_malloc_set_state" >&5
5536echo "${ECHO_T}$ac_cv_func_malloc_set_state" >&6 5560echo "${ECHO_T}$ac_cv_func_malloc_set_state" >&6
5537if test $ac_cv_func_malloc_set_state = yes; then 5561if test $ac_cv_func_malloc_set_state = yes; then
5538 : 5562 :
@@ -5540,13 +5564,13 @@ else
5540 doug_lea_malloc=no 5564 doug_lea_malloc=no
5541fi 5565fi
5542 5566
5543echo "$as_me:5543: checking whether __after_morecore_hook exists" >&5 5567echo "$as_me:5567: checking whether __after_morecore_hook exists" >&5
5544echo $ECHO_N "checking whether __after_morecore_hook exists... $ECHO_C" >&6 5568echo $ECHO_N "checking whether __after_morecore_hook exists... $ECHO_C" >&6
5545if test "${emacs_cv_var___after_morecore_hook+set}" = set; then 5569if test "${emacs_cv_var___after_morecore_hook+set}" = set; then
5546 echo $ECHO_N "(cached) $ECHO_C" >&6 5570 echo $ECHO_N "(cached) $ECHO_C" >&6
5547else 5571else
5548 cat >conftest.$ac_ext <<_ACEOF 5572 cat >conftest.$ac_ext <<_ACEOF
5549#line 5549 "configure" 5573#line 5573 "configure"
5550#include "confdefs.h" 5574#include "confdefs.h"
5551extern void (* __after_morecore_hook)(); 5575extern void (* __after_morecore_hook)();
5552int 5576int
@@ -5558,16 +5582,16 @@ __after_morecore_hook = 0
5558} 5582}
5559_ACEOF 5583_ACEOF
5560rm -f conftest.$ac_objext conftest$ac_exeext 5584rm -f conftest.$ac_objext conftest$ac_exeext
5561if { (eval echo "$as_me:5561: \"$ac_link\"") >&5 5585if { (eval echo "$as_me:5585: \"$ac_link\"") >&5
5562 (eval $ac_link) 2>&5 5586 (eval $ac_link) 2>&5
5563 ac_status=$? 5587 ac_status=$?
5564 echo "$as_me:5564: \$? = $ac_status" >&5 5588 echo "$as_me:5588: \$? = $ac_status" >&5
5565 (exit $ac_status); } && 5589 (exit $ac_status); } &&
5566 { ac_try='test -s conftest$ac_exeext' 5590 { ac_try='test -s conftest$ac_exeext'
5567 { (eval echo "$as_me:5567: \"$ac_try\"") >&5 5591 { (eval echo "$as_me:5591: \"$ac_try\"") >&5
5568 (eval $ac_try) 2>&5 5592 (eval $ac_try) 2>&5
5569 ac_status=$? 5593 ac_status=$?
5570 echo "$as_me:5570: \$? = $ac_status" >&5 5594 echo "$as_me:5594: \$? = $ac_status" >&5
5571 (exit $ac_status); }; }; then 5595 (exit $ac_status); }; }; then
5572 emacs_cv_var___after_morecore_hook=yes 5596 emacs_cv_var___after_morecore_hook=yes
5573else 5597else
@@ -5577,7 +5601,7 @@ emacs_cv_var___after_morecore_hook=no
5577fi 5601fi
5578rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5602rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5579fi 5603fi
5580echo "$as_me:5580: result: $emacs_cv_var___after_morecore_hook" >&5 5604echo "$as_me:5604: result: $emacs_cv_var___after_morecore_hook" >&5
5581echo "${ECHO_T}$emacs_cv_var___after_morecore_hook" >&6 5605echo "${ECHO_T}$emacs_cv_var___after_morecore_hook" >&6
5582if test $emacs_cv_var___after_morecore_hook = no; then 5606if test $emacs_cv_var___after_morecore_hook = no; then
5583 doug_lea_malloc=no 5607 doug_lea_malloc=no
@@ -5608,28 +5632,28 @@ for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5608 inttypes.h stdint.h unistd.h 5632 inttypes.h stdint.h unistd.h
5609do 5633do
5610as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 5634as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5611echo "$as_me:5611: checking for $ac_header" >&5 5635echo "$as_me:5635: checking for $ac_header" >&5
5612echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 5636echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5613if eval "test \"\${$as_ac_Header+set}\" = set"; then 5637if eval "test \"\${$as_ac_Header+set}\" = set"; then
5614 echo $ECHO_N "(cached) $ECHO_C" >&6 5638 echo $ECHO_N "(cached) $ECHO_C" >&6
5615else 5639else
5616 cat >conftest.$ac_ext <<_ACEOF 5640 cat >conftest.$ac_ext <<_ACEOF
5617#line 5617 "configure" 5641#line 5641 "configure"
5618#include "confdefs.h" 5642#include "confdefs.h"
5619$ac_includes_default 5643$ac_includes_default
5620#include <$ac_header> 5644#include <$ac_header>
5621_ACEOF 5645_ACEOF
5622rm -f conftest.$ac_objext 5646rm -f conftest.$ac_objext
5623if { (eval echo "$as_me:5623: \"$ac_compile\"") >&5 5647if { (eval echo "$as_me:5647: \"$ac_compile\"") >&5
5624 (eval $ac_compile) 2>&5 5648 (eval $ac_compile) 2>&5
5625 ac_status=$? 5649 ac_status=$?
5626 echo "$as_me:5626: \$? = $ac_status" >&5 5650 echo "$as_me:5650: \$? = $ac_status" >&5
5627 (exit $ac_status); } && 5651 (exit $ac_status); } &&
5628 { ac_try='test -s conftest.$ac_objext' 5652 { ac_try='test -s conftest.$ac_objext'
5629 { (eval echo "$as_me:5629: \"$ac_try\"") >&5 5653 { (eval echo "$as_me:5653: \"$ac_try\"") >&5
5630 (eval $ac_try) 2>&5 5654 (eval $ac_try) 2>&5
5631 ac_status=$? 5655 ac_status=$?
5632 echo "$as_me:5632: \$? = $ac_status" >&5 5656 echo "$as_me:5656: \$? = $ac_status" >&5
5633 (exit $ac_status); }; }; then 5657 (exit $ac_status); }; }; then
5634 eval "$as_ac_Header=yes" 5658 eval "$as_ac_Header=yes"
5635else 5659else
@@ -5639,7 +5663,7 @@ eval "$as_ac_Header=no"
5639fi 5663fi
5640rm -f conftest.$ac_objext conftest.$ac_ext 5664rm -f conftest.$ac_objext conftest.$ac_ext
5641fi 5665fi
5642echo "$as_me:5642: result: `eval echo '${'$as_ac_Header'}'`" >&5 5666echo "$as_me:5666: result: `eval echo '${'$as_ac_Header'}'`" >&5
5643echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 5667echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5644if test `eval echo '${'$as_ac_Header'}'` = yes; then 5668if test `eval echo '${'$as_ac_Header'}'` = yes; then
5645 cat >>confdefs.h <<EOF 5669 cat >>confdefs.h <<EOF
@@ -5652,23 +5676,23 @@ done
5652for ac_header in stdlib.h unistd.h 5676for ac_header in stdlib.h unistd.h
5653do 5677do
5654as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 5678as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5655echo "$as_me:5655: checking for $ac_header" >&5 5679echo "$as_me:5679: checking for $ac_header" >&5
5656echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 5680echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5657if eval "test \"\${$as_ac_Header+set}\" = set"; then 5681if eval "test \"\${$as_ac_Header+set}\" = set"; then
5658 echo $ECHO_N "(cached) $ECHO_C" >&6 5682 echo $ECHO_N "(cached) $ECHO_C" >&6
5659else 5683else
5660 cat >conftest.$ac_ext <<_ACEOF 5684 cat >conftest.$ac_ext <<_ACEOF
5661#line 5661 "configure" 5685#line 5685 "configure"
5662#include "confdefs.h" 5686#include "confdefs.h"
5663#include <$ac_header> 5687#include <$ac_header>
5664_ACEOF 5688_ACEOF
5665if { (eval echo "$as_me:5665: \"$ac_cpp conftest.$ac_ext\"") >&5 5689if { (eval echo "$as_me:5689: \"$ac_cpp conftest.$ac_ext\"") >&5
5666 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 5690 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5667 ac_status=$? 5691 ac_status=$?
5668 egrep -v '^ *\+' conftest.er1 >conftest.err 5692 egrep -v '^ *\+' conftest.er1 >conftest.err
5669 rm -f conftest.er1 5693 rm -f conftest.er1
5670 cat conftest.err >&5 5694 cat conftest.err >&5
5671 echo "$as_me:5671: \$? = $ac_status" >&5 5695 echo "$as_me:5695: \$? = $ac_status" >&5
5672 (exit $ac_status); } >/dev/null; then 5696 (exit $ac_status); } >/dev/null; then
5673 if test -s conftest.err; then 5697 if test -s conftest.err; then
5674 ac_cpp_err=$ac_c_preproc_warn_flag 5698 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -5687,7 +5711,7 @@ else
5687fi 5711fi
5688rm -f conftest.err conftest.$ac_ext 5712rm -f conftest.err conftest.$ac_ext
5689fi 5713fi
5690echo "$as_me:5690: result: `eval echo '${'$as_ac_Header'}'`" >&5 5714echo "$as_me:5714: result: `eval echo '${'$as_ac_Header'}'`" >&5
5691echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 5715echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5692if test `eval echo '${'$as_ac_Header'}'` = yes; then 5716if test `eval echo '${'$as_ac_Header'}'` = yes; then
5693 cat >>confdefs.h <<EOF 5717 cat >>confdefs.h <<EOF
@@ -5700,13 +5724,13 @@ done
5700for ac_func in getpagesize 5724for ac_func in getpagesize
5701do 5725do
5702as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 5726as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
5703echo "$as_me:5703: checking for $ac_func" >&5 5727echo "$as_me:5727: checking for $ac_func" >&5
5704echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 5728echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
5705if eval "test \"\${$as_ac_var+set}\" = set"; then 5729if eval "test \"\${$as_ac_var+set}\" = set"; then
5706 echo $ECHO_N "(cached) $ECHO_C" >&6 5730 echo $ECHO_N "(cached) $ECHO_C" >&6
5707else 5731else
5708 cat >conftest.$ac_ext <<_ACEOF 5732 cat >conftest.$ac_ext <<_ACEOF
5709#line 5709 "configure" 5733#line 5733 "configure"
5710#include "confdefs.h" 5734#include "confdefs.h"
5711/* System header to define __stub macros and hopefully few prototypes, 5735/* System header to define __stub macros and hopefully few prototypes,
5712 which can conflict with char $ac_func (); below. */ 5736 which can conflict with char $ac_func (); below. */
@@ -5737,16 +5761,16 @@ f = $ac_func;
5737} 5761}
5738_ACEOF 5762_ACEOF
5739rm -f conftest.$ac_objext conftest$ac_exeext 5763rm -f conftest.$ac_objext conftest$ac_exeext
5740if { (eval echo "$as_me:5740: \"$ac_link\"") >&5 5764if { (eval echo "$as_me:5764: \"$ac_link\"") >&5
5741 (eval $ac_link) 2>&5 5765 (eval $ac_link) 2>&5
5742 ac_status=$? 5766 ac_status=$?
5743 echo "$as_me:5743: \$? = $ac_status" >&5 5767 echo "$as_me:5767: \$? = $ac_status" >&5
5744 (exit $ac_status); } && 5768 (exit $ac_status); } &&
5745 { ac_try='test -s conftest$ac_exeext' 5769 { ac_try='test -s conftest$ac_exeext'
5746 { (eval echo "$as_me:5746: \"$ac_try\"") >&5 5770 { (eval echo "$as_me:5770: \"$ac_try\"") >&5
5747 (eval $ac_try) 2>&5 5771 (eval $ac_try) 2>&5
5748 ac_status=$? 5772 ac_status=$?
5749 echo "$as_me:5749: \$? = $ac_status" >&5 5773 echo "$as_me:5773: \$? = $ac_status" >&5
5750 (exit $ac_status); }; }; then 5774 (exit $ac_status); }; }; then
5751 eval "$as_ac_var=yes" 5775 eval "$as_ac_var=yes"
5752else 5776else
@@ -5756,7 +5780,7 @@ eval "$as_ac_var=no"
5756fi 5780fi
5757rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5781rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5758fi 5782fi
5759echo "$as_me:5759: result: `eval echo '${'$as_ac_var'}'`" >&5 5783echo "$as_me:5783: result: `eval echo '${'$as_ac_var'}'`" >&5
5760echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 5784echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
5761if test `eval echo '${'$as_ac_var'}'` = yes; then 5785if test `eval echo '${'$as_ac_var'}'` = yes; then
5762 cat >>confdefs.h <<EOF 5786 cat >>confdefs.h <<EOF
@@ -5766,7 +5790,7 @@ EOF
5766fi 5790fi
5767done 5791done
5768 5792
5769echo "$as_me:5769: checking for working mmap" >&5 5793echo "$as_me:5793: checking for working mmap" >&5
5770echo $ECHO_N "checking for working mmap... $ECHO_C" >&6 5794echo $ECHO_N "checking for working mmap... $ECHO_C" >&6
5771if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then 5795if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then
5772 echo $ECHO_N "(cached) $ECHO_C" >&6 5796 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5775,7 +5799,7 @@ else
5775 ac_cv_func_mmap_fixed_mapped=no 5799 ac_cv_func_mmap_fixed_mapped=no
5776else 5800else
5777 cat >conftest.$ac_ext <<_ACEOF 5801 cat >conftest.$ac_ext <<_ACEOF
5778#line 5778 "configure" 5802#line 5802 "configure"
5779#include "confdefs.h" 5803#include "confdefs.h"
5780$ac_includes_default 5804$ac_includes_default
5781/* Thanks to Mike Haertel and Jim Avera for this test. 5805/* Thanks to Mike Haertel and Jim Avera for this test.
@@ -5902,15 +5926,15 @@ main ()
5902} 5926}
5903_ACEOF 5927_ACEOF
5904rm -f conftest$ac_exeext 5928rm -f conftest$ac_exeext
5905if { (eval echo "$as_me:5905: \"$ac_link\"") >&5 5929if { (eval echo "$as_me:5929: \"$ac_link\"") >&5
5906 (eval $ac_link) 2>&5 5930 (eval $ac_link) 2>&5
5907 ac_status=$? 5931 ac_status=$?
5908 echo "$as_me:5908: \$? = $ac_status" >&5 5932 echo "$as_me:5932: \$? = $ac_status" >&5
5909 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 5933 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5910 { (eval echo "$as_me:5910: \"$ac_try\"") >&5 5934 { (eval echo "$as_me:5934: \"$ac_try\"") >&5
5911 (eval $ac_try) 2>&5 5935 (eval $ac_try) 2>&5
5912 ac_status=$? 5936 ac_status=$?
5913 echo "$as_me:5913: \$? = $ac_status" >&5 5937 echo "$as_me:5937: \$? = $ac_status" >&5
5914 (exit $ac_status); }; }; then 5938 (exit $ac_status); }; }; then
5915 ac_cv_func_mmap_fixed_mapped=yes 5939 ac_cv_func_mmap_fixed_mapped=yes
5916else 5940else
@@ -5922,7 +5946,7 @@ fi
5922rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 5946rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5923fi 5947fi
5924fi 5948fi
5925echo "$as_me:5925: result: $ac_cv_func_mmap_fixed_mapped" >&5 5949echo "$as_me:5949: result: $ac_cv_func_mmap_fixed_mapped" >&5
5926echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6 5950echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6
5927if test $ac_cv_func_mmap_fixed_mapped = yes; then 5951if test $ac_cv_func_mmap_fixed_mapped = yes; then
5928 5952
@@ -5939,7 +5963,7 @@ fi
5939 5963
5940LIBS="$libsrc_libs $LIBS" 5964LIBS="$libsrc_libs $LIBS"
5941 5965
5942echo "$as_me:5942: checking for dnet_ntoa in -ldnet" >&5 5966echo "$as_me:5966: checking for dnet_ntoa in -ldnet" >&5
5943echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6 5967echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
5944if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then 5968if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
5945 echo $ECHO_N "(cached) $ECHO_C" >&6 5969 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5947,7 +5971,7 @@ else
5947 ac_check_lib_save_LIBS=$LIBS 5971 ac_check_lib_save_LIBS=$LIBS
5948LIBS="-ldnet $LIBS" 5972LIBS="-ldnet $LIBS"
5949cat >conftest.$ac_ext <<_ACEOF 5973cat >conftest.$ac_ext <<_ACEOF
5950#line 5950 "configure" 5974#line 5974 "configure"
5951#include "confdefs.h" 5975#include "confdefs.h"
5952 5976
5953/* Override any gcc2 internal prototype to avoid an error. */ 5977/* Override any gcc2 internal prototype to avoid an error. */
@@ -5966,16 +5990,16 @@ dnet_ntoa ();
5966} 5990}
5967_ACEOF 5991_ACEOF
5968rm -f conftest.$ac_objext conftest$ac_exeext 5992rm -f conftest.$ac_objext conftest$ac_exeext
5969if { (eval echo "$as_me:5969: \"$ac_link\"") >&5 5993if { (eval echo "$as_me:5993: \"$ac_link\"") >&5
5970 (eval $ac_link) 2>&5 5994 (eval $ac_link) 2>&5
5971 ac_status=$? 5995 ac_status=$?
5972 echo "$as_me:5972: \$? = $ac_status" >&5 5996 echo "$as_me:5996: \$? = $ac_status" >&5
5973 (exit $ac_status); } && 5997 (exit $ac_status); } &&
5974 { ac_try='test -s conftest$ac_exeext' 5998 { ac_try='test -s conftest$ac_exeext'
5975 { (eval echo "$as_me:5975: \"$ac_try\"") >&5 5999 { (eval echo "$as_me:5999: \"$ac_try\"") >&5
5976 (eval $ac_try) 2>&5 6000 (eval $ac_try) 2>&5
5977 ac_status=$? 6001 ac_status=$?
5978 echo "$as_me:5978: \$? = $ac_status" >&5 6002 echo "$as_me:6002: \$? = $ac_status" >&5
5979 (exit $ac_status); }; }; then 6003 (exit $ac_status); }; }; then
5980 ac_cv_lib_dnet_dnet_ntoa=yes 6004 ac_cv_lib_dnet_dnet_ntoa=yes
5981else 6005else
@@ -5986,7 +6010,7 @@ fi
5986rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6010rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5987LIBS=$ac_check_lib_save_LIBS 6011LIBS=$ac_check_lib_save_LIBS
5988fi 6012fi
5989echo "$as_me:5989: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 6013echo "$as_me:6013: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
5990echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6 6014echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
5991if test $ac_cv_lib_dnet_dnet_ntoa = yes; then 6015if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
5992 cat >>confdefs.h <<EOF 6016 cat >>confdefs.h <<EOF
@@ -5997,7 +6021,7 @@ EOF
5997 6021
5998fi 6022fi
5999 6023
6000echo "$as_me:6000: checking for main in -lXbsd" >&5 6024echo "$as_me:6024: checking for main in -lXbsd" >&5
6001echo $ECHO_N "checking for main in -lXbsd... $ECHO_C" >&6 6025echo $ECHO_N "checking for main in -lXbsd... $ECHO_C" >&6
6002if test "${ac_cv_lib_Xbsd_main+set}" = set; then 6026if test "${ac_cv_lib_Xbsd_main+set}" = set; then
6003 echo $ECHO_N "(cached) $ECHO_C" >&6 6027 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6005,7 +6029,7 @@ else
6005 ac_check_lib_save_LIBS=$LIBS 6029 ac_check_lib_save_LIBS=$LIBS
6006LIBS="-lXbsd $LIBS" 6030LIBS="-lXbsd $LIBS"
6007cat >conftest.$ac_ext <<_ACEOF 6031cat >conftest.$ac_ext <<_ACEOF
6008#line 6008 "configure" 6032#line 6032 "configure"
6009#include "confdefs.h" 6033#include "confdefs.h"
6010 6034
6011int 6035int
@@ -6017,16 +6041,16 @@ main ();
6017} 6041}
6018_ACEOF 6042_ACEOF
6019rm -f conftest.$ac_objext conftest$ac_exeext 6043rm -f conftest.$ac_objext conftest$ac_exeext
6020if { (eval echo "$as_me:6020: \"$ac_link\"") >&5 6044if { (eval echo "$as_me:6044: \"$ac_link\"") >&5
6021 (eval $ac_link) 2>&5 6045 (eval $ac_link) 2>&5
6022 ac_status=$? 6046 ac_status=$?
6023 echo "$as_me:6023: \$? = $ac_status" >&5 6047 echo "$as_me:6047: \$? = $ac_status" >&5
6024 (exit $ac_status); } && 6048 (exit $ac_status); } &&
6025 { ac_try='test -s conftest$ac_exeext' 6049 { ac_try='test -s conftest$ac_exeext'
6026 { (eval echo "$as_me:6026: \"$ac_try\"") >&5 6050 { (eval echo "$as_me:6050: \"$ac_try\"") >&5
6027 (eval $ac_try) 2>&5 6051 (eval $ac_try) 2>&5
6028 ac_status=$? 6052 ac_status=$?
6029 echo "$as_me:6029: \$? = $ac_status" >&5 6053 echo "$as_me:6053: \$? = $ac_status" >&5
6030 (exit $ac_status); }; }; then 6054 (exit $ac_status); }; }; then
6031 ac_cv_lib_Xbsd_main=yes 6055 ac_cv_lib_Xbsd_main=yes
6032else 6056else
@@ -6037,13 +6061,13 @@ fi
6037rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6061rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6038LIBS=$ac_check_lib_save_LIBS 6062LIBS=$ac_check_lib_save_LIBS
6039fi 6063fi
6040echo "$as_me:6040: result: $ac_cv_lib_Xbsd_main" >&5 6064echo "$as_me:6064: result: $ac_cv_lib_Xbsd_main" >&5
6041echo "${ECHO_T}$ac_cv_lib_Xbsd_main" >&6 6065echo "${ECHO_T}$ac_cv_lib_Xbsd_main" >&6
6042if test $ac_cv_lib_Xbsd_main = yes; then 6066if test $ac_cv_lib_Xbsd_main = yes; then
6043 LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd" 6067 LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd"
6044fi 6068fi
6045 6069
6046echo "$as_me:6046: checking for cma_open in -lpthreads" >&5 6070echo "$as_me:6070: checking for cma_open in -lpthreads" >&5
6047echo $ECHO_N "checking for cma_open in -lpthreads... $ECHO_C" >&6 6071echo $ECHO_N "checking for cma_open in -lpthreads... $ECHO_C" >&6
6048if test "${ac_cv_lib_pthreads_cma_open+set}" = set; then 6072if test "${ac_cv_lib_pthreads_cma_open+set}" = set; then
6049 echo $ECHO_N "(cached) $ECHO_C" >&6 6073 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6051,7 +6075,7 @@ else
6051 ac_check_lib_save_LIBS=$LIBS 6075 ac_check_lib_save_LIBS=$LIBS
6052LIBS="-lpthreads $LIBS" 6076LIBS="-lpthreads $LIBS"
6053cat >conftest.$ac_ext <<_ACEOF 6077cat >conftest.$ac_ext <<_ACEOF
6054#line 6054 "configure" 6078#line 6078 "configure"
6055#include "confdefs.h" 6079#include "confdefs.h"
6056 6080
6057/* Override any gcc2 internal prototype to avoid an error. */ 6081/* Override any gcc2 internal prototype to avoid an error. */
@@ -6070,16 +6094,16 @@ cma_open ();
6070} 6094}
6071_ACEOF 6095_ACEOF
6072rm -f conftest.$ac_objext conftest$ac_exeext 6096rm -f conftest.$ac_objext conftest$ac_exeext
6073if { (eval echo "$as_me:6073: \"$ac_link\"") >&5 6097if { (eval echo "$as_me:6097: \"$ac_link\"") >&5
6074 (eval $ac_link) 2>&5 6098 (eval $ac_link) 2>&5
6075 ac_status=$? 6099 ac_status=$?
6076 echo "$as_me:6076: \$? = $ac_status" >&5 6100 echo "$as_me:6100: \$? = $ac_status" >&5
6077 (exit $ac_status); } && 6101 (exit $ac_status); } &&
6078 { ac_try='test -s conftest$ac_exeext' 6102 { ac_try='test -s conftest$ac_exeext'
6079 { (eval echo "$as_me:6079: \"$ac_try\"") >&5 6103 { (eval echo "$as_me:6103: \"$ac_try\"") >&5
6080 (eval $ac_try) 2>&5 6104 (eval $ac_try) 2>&5
6081 ac_status=$? 6105 ac_status=$?
6082 echo "$as_me:6082: \$? = $ac_status" >&5 6106 echo "$as_me:6106: \$? = $ac_status" >&5
6083 (exit $ac_status); }; }; then 6107 (exit $ac_status); }; }; then
6084 ac_cv_lib_pthreads_cma_open=yes 6108 ac_cv_lib_pthreads_cma_open=yes
6085else 6109else
@@ -6090,7 +6114,7 @@ fi
6090rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6114rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6091LIBS=$ac_check_lib_save_LIBS 6115LIBS=$ac_check_lib_save_LIBS
6092fi 6116fi
6093echo "$as_me:6093: result: $ac_cv_lib_pthreads_cma_open" >&5 6117echo "$as_me:6117: result: $ac_cv_lib_pthreads_cma_open" >&5
6094echo "${ECHO_T}$ac_cv_lib_pthreads_cma_open" >&6 6118echo "${ECHO_T}$ac_cv_lib_pthreads_cma_open" >&6
6095if test $ac_cv_lib_pthreads_cma_open = yes; then 6119if test $ac_cv_lib_pthreads_cma_open = yes; then
6096 cat >>confdefs.h <<EOF 6120 cat >>confdefs.h <<EOF
@@ -6101,7 +6125,7 @@ EOF
6101 6125
6102fi 6126fi
6103 6127
6104echo "$as_me:6104: checking for XFree86 in /usr/X386" >&5 6128echo "$as_me:6128: checking for XFree86 in /usr/X386" >&5
6105echo $ECHO_N "checking for XFree86 in /usr/X386... $ECHO_C" >&6 6129echo $ECHO_N "checking for XFree86 in /usr/X386... $ECHO_C" >&6
6106if test -d /usr/X386/include; then 6130if test -d /usr/X386/include; then
6107 HAVE_XFREE386=yes 6131 HAVE_XFREE386=yes
@@ -6109,7 +6133,7 @@ if test -d /usr/X386/include; then
6109else 6133else
6110 HAVE_XFREE386=no 6134 HAVE_XFREE386=no
6111fi 6135fi
6112echo "$as_me:6112: result: $HAVE_XFREE386" >&5 6136echo "$as_me:6136: result: $HAVE_XFREE386" >&5
6113echo "${ECHO_T}$HAVE_XFREE386" >&6 6137echo "${ECHO_T}$HAVE_XFREE386" >&6
6114 6138
6115# Change CFLAGS temporarily so that C_SWITCH_X_SITE gets used 6139# Change CFLAGS temporarily so that C_SWITCH_X_SITE gets used
@@ -6134,10 +6158,10 @@ if test "${HAVE_X11}" = "yes"; then
6134 fi 6158 fi
6135 6159
6136 if test "${opsys}" = "gnu-linux"; then 6160 if test "${opsys}" = "gnu-linux"; then
6137 echo "$as_me:6137: checking whether X on GNU/Linux needs -b to link" >&5 6161 echo "$as_me:6161: checking whether X on GNU/Linux needs -b to link" >&5
6138echo $ECHO_N "checking whether X on GNU/Linux needs -b to link... $ECHO_C" >&6 6162echo $ECHO_N "checking whether X on GNU/Linux needs -b to link... $ECHO_C" >&6
6139 cat >conftest.$ac_ext <<_ACEOF 6163 cat >conftest.$ac_ext <<_ACEOF
6140#line 6140 "configure" 6164#line 6164 "configure"
6141#include "confdefs.h" 6165#include "confdefs.h"
6142 6166
6143int 6167int
@@ -6149,16 +6173,16 @@ XOpenDisplay ("foo");
6149} 6173}
6150_ACEOF 6174_ACEOF
6151rm -f conftest.$ac_objext conftest$ac_exeext 6175rm -f conftest.$ac_objext conftest$ac_exeext
6152if { (eval echo "$as_me:6152: \"$ac_link\"") >&5 6176if { (eval echo "$as_me:6176: \"$ac_link\"") >&5
6153 (eval $ac_link) 2>&5 6177 (eval $ac_link) 2>&5
6154 ac_status=$? 6178 ac_status=$?
6155 echo "$as_me:6155: \$? = $ac_status" >&5 6179 echo "$as_me:6179: \$? = $ac_status" >&5
6156 (exit $ac_status); } && 6180 (exit $ac_status); } &&
6157 { ac_try='test -s conftest$ac_exeext' 6181 { ac_try='test -s conftest$ac_exeext'
6158 { (eval echo "$as_me:6158: \"$ac_try\"") >&5 6182 { (eval echo "$as_me:6182: \"$ac_try\"") >&5
6159 (eval $ac_try) 2>&5 6183 (eval $ac_try) 2>&5
6160 ac_status=$? 6184 ac_status=$?
6161 echo "$as_me:6161: \$? = $ac_status" >&5 6185 echo "$as_me:6185: \$? = $ac_status" >&5
6162 (exit $ac_status); }; }; then 6186 (exit $ac_status); }; }; then
6163 xlinux_first_failure=no 6187 xlinux_first_failure=no
6164else 6188else
@@ -6177,7 +6201,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6177 CPPFLAGS="$CPPFLAGS -b i486-linuxaout" 6201 CPPFLAGS="$CPPFLAGS -b i486-linuxaout"
6178 LIBS="$LIBS -b i486-linuxaout" 6202 LIBS="$LIBS -b i486-linuxaout"
6179 cat >conftest.$ac_ext <<_ACEOF 6203 cat >conftest.$ac_ext <<_ACEOF
6180#line 6180 "configure" 6204#line 6204 "configure"
6181#include "confdefs.h" 6205#include "confdefs.h"
6182 6206
6183int 6207int
@@ -6189,16 +6213,16 @@ XOpenDisplay ("foo");
6189} 6213}
6190_ACEOF 6214_ACEOF
6191rm -f conftest.$ac_objext conftest$ac_exeext 6215rm -f conftest.$ac_objext conftest$ac_exeext
6192if { (eval echo "$as_me:6192: \"$ac_link\"") >&5 6216if { (eval echo "$as_me:6216: \"$ac_link\"") >&5
6193 (eval $ac_link) 2>&5 6217 (eval $ac_link) 2>&5
6194 ac_status=$? 6218 ac_status=$?
6195 echo "$as_me:6195: \$? = $ac_status" >&5 6219 echo "$as_me:6219: \$? = $ac_status" >&5
6196 (exit $ac_status); } && 6220 (exit $ac_status); } &&
6197 { ac_try='test -s conftest$ac_exeext' 6221 { ac_try='test -s conftest$ac_exeext'
6198 { (eval echo "$as_me:6198: \"$ac_try\"") >&5 6222 { (eval echo "$as_me:6222: \"$ac_try\"") >&5
6199 (eval $ac_try) 2>&5 6223 (eval $ac_try) 2>&5
6200 ac_status=$? 6224 ac_status=$?
6201 echo "$as_me:6201: \$? = $ac_status" >&5 6225 echo "$as_me:6225: \$? = $ac_status" >&5
6202 (exit $ac_status); }; }; then 6226 (exit $ac_status); }; }; then
6203 xlinux_second_failure=no 6227 xlinux_second_failure=no
6204else 6228else
@@ -6214,24 +6238,24 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6214 C_SWITCH_X_SITE="$OLD_C_SWITCH_X_SITE" 6238 C_SWITCH_X_SITE="$OLD_C_SWITCH_X_SITE"
6215 CPPFLAGS="$OLD_CPPFLAGS" 6239 CPPFLAGS="$OLD_CPPFLAGS"
6216 LIBS="$OLD_LIBS" 6240 LIBS="$OLD_LIBS"
6217 echo "$as_me:6217: result: no" >&5 6241 echo "$as_me:6241: result: no" >&5
6218echo "${ECHO_T}no" >&6 6242echo "${ECHO_T}no" >&6
6219 else 6243 else
6220 echo "$as_me:6220: result: yes" >&5 6244 echo "$as_me:6244: result: yes" >&5
6221echo "${ECHO_T}yes" >&6 6245echo "${ECHO_T}yes" >&6
6222 fi 6246 fi
6223 else 6247 else
6224 echo "$as_me:6224: result: no" >&5 6248 echo "$as_me:6248: result: no" >&5
6225echo "${ECHO_T}no" >&6 6249echo "${ECHO_T}no" >&6
6226 fi 6250 fi
6227 fi 6251 fi
6228 6252
6229 # Reportedly, some broken Solaris systems have XKBlib.h but are missing 6253 # Reportedly, some broken Solaris systems have XKBlib.h but are missing
6230 # header files included from there. 6254 # header files included from there.
6231 echo "$as_me:6231: checking for Xkb" >&5 6255 echo "$as_me:6255: checking for Xkb" >&5
6232echo $ECHO_N "checking for Xkb... $ECHO_C" >&6 6256echo $ECHO_N "checking for Xkb... $ECHO_C" >&6
6233 cat >conftest.$ac_ext <<_ACEOF 6257 cat >conftest.$ac_ext <<_ACEOF
6234#line 6234 "configure" 6258#line 6258 "configure"
6235#include "confdefs.h" 6259#include "confdefs.h"
6236#include <X11/Xlib.h> 6260#include <X11/Xlib.h>
6237#include <X11/XKBlib.h> 6261#include <X11/XKBlib.h>
@@ -6244,16 +6268,16 @@ XkbDescPtr kb = XkbGetKeyboard (0, XkbAllComponentsMask, XkbUseCoreKbd);
6244} 6268}
6245_ACEOF 6269_ACEOF
6246rm -f conftest.$ac_objext conftest$ac_exeext 6270rm -f conftest.$ac_objext conftest$ac_exeext
6247if { (eval echo "$as_me:6247: \"$ac_link\"") >&5 6271if { (eval echo "$as_me:6271: \"$ac_link\"") >&5
6248 (eval $ac_link) 2>&5 6272 (eval $ac_link) 2>&5
6249 ac_status=$? 6273 ac_status=$?
6250 echo "$as_me:6250: \$? = $ac_status" >&5 6274 echo "$as_me:6274: \$? = $ac_status" >&5
6251 (exit $ac_status); } && 6275 (exit $ac_status); } &&
6252 { ac_try='test -s conftest$ac_exeext' 6276 { ac_try='test -s conftest$ac_exeext'
6253 { (eval echo "$as_me:6253: \"$ac_try\"") >&5 6277 { (eval echo "$as_me:6277: \"$ac_try\"") >&5
6254 (eval $ac_try) 2>&5 6278 (eval $ac_try) 2>&5
6255 ac_status=$? 6279 ac_status=$?
6256 echo "$as_me:6256: \$? = $ac_status" >&5 6280 echo "$as_me:6280: \$? = $ac_status" >&5
6257 (exit $ac_status); }; }; then 6281 (exit $ac_status); }; }; then
6258 emacs_xkb=yes 6282 emacs_xkb=yes
6259else 6283else
@@ -6262,7 +6286,7 @@ cat conftest.$ac_ext >&5
6262emacs_xkb=no 6286emacs_xkb=no
6263fi 6287fi
6264rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6288rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6265 echo "$as_me:6265: result: $emacs_xkb" >&5 6289 echo "$as_me:6289: result: $emacs_xkb" >&5
6266echo "${ECHO_T}$emacs_xkb" >&6 6290echo "${ECHO_T}$emacs_xkb" >&6
6267 if test $emacs_xkb = yes; then 6291 if test $emacs_xkb = yes; then
6268 cat >>confdefs.h <<\EOF 6292 cat >>confdefs.h <<\EOF
@@ -6275,13 +6299,13 @@ for ac_func in XrmSetDatabase XScreenResourceString \
6275XScreenNumberOfScreen XSetWMProtocols 6299XScreenNumberOfScreen XSetWMProtocols
6276do 6300do
6277as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 6301as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6278echo "$as_me:6278: checking for $ac_func" >&5 6302echo "$as_me:6302: checking for $ac_func" >&5
6279echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 6303echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
6280if eval "test \"\${$as_ac_var+set}\" = set"; then 6304if eval "test \"\${$as_ac_var+set}\" = set"; then
6281 echo $ECHO_N "(cached) $ECHO_C" >&6 6305 echo $ECHO_N "(cached) $ECHO_C" >&6
6282else 6306else
6283 cat >conftest.$ac_ext <<_ACEOF 6307 cat >conftest.$ac_ext <<_ACEOF
6284#line 6284 "configure" 6308#line 6308 "configure"
6285#include "confdefs.h" 6309#include "confdefs.h"
6286/* System header to define __stub macros and hopefully few prototypes, 6310/* System header to define __stub macros and hopefully few prototypes,
6287 which can conflict with char $ac_func (); below. */ 6311 which can conflict with char $ac_func (); below. */
@@ -6312,16 +6336,16 @@ f = $ac_func;
6312} 6336}
6313_ACEOF 6337_ACEOF
6314rm -f conftest.$ac_objext conftest$ac_exeext 6338rm -f conftest.$ac_objext conftest$ac_exeext
6315if { (eval echo "$as_me:6315: \"$ac_link\"") >&5 6339if { (eval echo "$as_me:6339: \"$ac_link\"") >&5
6316 (eval $ac_link) 2>&5 6340 (eval $ac_link) 2>&5
6317 ac_status=$? 6341 ac_status=$?
6318 echo "$as_me:6318: \$? = $ac_status" >&5 6342 echo "$as_me:6342: \$? = $ac_status" >&5
6319 (exit $ac_status); } && 6343 (exit $ac_status); } &&
6320 { ac_try='test -s conftest$ac_exeext' 6344 { ac_try='test -s conftest$ac_exeext'
6321 { (eval echo "$as_me:6321: \"$ac_try\"") >&5 6345 { (eval echo "$as_me:6345: \"$ac_try\"") >&5
6322 (eval $ac_try) 2>&5 6346 (eval $ac_try) 2>&5
6323 ac_status=$? 6347 ac_status=$?
6324 echo "$as_me:6324: \$? = $ac_status" >&5 6348 echo "$as_me:6348: \$? = $ac_status" >&5
6325 (exit $ac_status); }; }; then 6349 (exit $ac_status); }; }; then
6326 eval "$as_ac_var=yes" 6350 eval "$as_ac_var=yes"
6327else 6351else
@@ -6331,7 +6355,7 @@ eval "$as_ac_var=no"
6331fi 6355fi
6332rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6356rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6333fi 6357fi
6334echo "$as_me:6334: result: `eval echo '${'$as_ac_var'}'`" >&5 6358echo "$as_me:6358: result: `eval echo '${'$as_ac_var'}'`" >&5
6335echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 6359echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
6336if test `eval echo '${'$as_ac_var'}'` = yes; then 6360if test `eval echo '${'$as_ac_var'}'` = yes; then
6337 cat >>confdefs.h <<EOF 6361 cat >>confdefs.h <<EOF
@@ -6344,13 +6368,13 @@ done
6344fi 6368fi
6345 6369
6346if test "${window_system}" = "x11"; then 6370if test "${window_system}" = "x11"; then
6347 echo "$as_me:6347: checking X11 version 6" >&5 6371 echo "$as_me:6371: checking X11 version 6" >&5
6348echo $ECHO_N "checking X11 version 6... $ECHO_C" >&6 6372echo $ECHO_N "checking X11 version 6... $ECHO_C" >&6
6349 if test "${emacs_cv_x11_version_6+set}" = set; then 6373 if test "${emacs_cv_x11_version_6+set}" = set; then
6350 echo $ECHO_N "(cached) $ECHO_C" >&6 6374 echo $ECHO_N "(cached) $ECHO_C" >&6
6351else 6375else
6352 cat >conftest.$ac_ext <<_ACEOF 6376 cat >conftest.$ac_ext <<_ACEOF
6353#line 6353 "configure" 6377#line 6377 "configure"
6354#include "confdefs.h" 6378#include "confdefs.h"
6355#include <X11/Xlib.h> 6379#include <X11/Xlib.h>
6356int 6380int
@@ -6365,16 +6389,16 @@ fail;
6365} 6389}
6366_ACEOF 6390_ACEOF
6367rm -f conftest.$ac_objext conftest$ac_exeext 6391rm -f conftest.$ac_objext conftest$ac_exeext
6368if { (eval echo "$as_me:6368: \"$ac_link\"") >&5 6392if { (eval echo "$as_me:6392: \"$ac_link\"") >&5
6369 (eval $ac_link) 2>&5 6393 (eval $ac_link) 2>&5
6370 ac_status=$? 6394 ac_status=$?
6371 echo "$as_me:6371: \$? = $ac_status" >&5 6395 echo "$as_me:6395: \$? = $ac_status" >&5
6372 (exit $ac_status); } && 6396 (exit $ac_status); } &&
6373 { ac_try='test -s conftest$ac_exeext' 6397 { ac_try='test -s conftest$ac_exeext'
6374 { (eval echo "$as_me:6374: \"$ac_try\"") >&5 6398 { (eval echo "$as_me:6398: \"$ac_try\"") >&5
6375 (eval $ac_try) 2>&5 6399 (eval $ac_try) 2>&5
6376 ac_status=$? 6400 ac_status=$?
6377 echo "$as_me:6377: \$? = $ac_status" >&5 6401 echo "$as_me:6401: \$? = $ac_status" >&5
6378 (exit $ac_status); }; }; then 6402 (exit $ac_status); }; }; then
6379 emacs_cv_x11_version_6=yes 6403 emacs_cv_x11_version_6=yes
6380else 6404else
@@ -6386,26 +6410,26 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6386fi 6410fi
6387 6411
6388 if test $emacs_cv_x11_version_6 = yes; then 6412 if test $emacs_cv_x11_version_6 = yes; then
6389 echo "$as_me:6389: result: 6 or newer" >&5 6413 echo "$as_me:6413: result: 6 or newer" >&5
6390echo "${ECHO_T}6 or newer" >&6 6414echo "${ECHO_T}6 or newer" >&6
6391 cat >>confdefs.h <<\EOF 6415 cat >>confdefs.h <<\EOF
6392#define HAVE_X11R6 1 6416#define HAVE_X11R6 1
6393EOF 6417EOF
6394 6418
6395 else 6419 else
6396 echo "$as_me:6396: result: before 6" >&5 6420 echo "$as_me:6420: result: before 6" >&5
6397echo "${ECHO_T}before 6" >&6 6421echo "${ECHO_T}before 6" >&6
6398 fi 6422 fi
6399fi 6423fi
6400 6424
6401if test "${window_system}" = "x11"; then 6425if test "${window_system}" = "x11"; then
6402 echo "$as_me:6402: checking X11 version 5" >&5 6426 echo "$as_me:6426: checking X11 version 5" >&5
6403echo $ECHO_N "checking X11 version 5... $ECHO_C" >&6 6427echo $ECHO_N "checking X11 version 5... $ECHO_C" >&6
6404 if test "${emacs_cv_x11_version_5+set}" = set; then 6428 if test "${emacs_cv_x11_version_5+set}" = set; then
6405 echo $ECHO_N "(cached) $ECHO_C" >&6 6429 echo $ECHO_N "(cached) $ECHO_C" >&6
6406else 6430else
6407 cat >conftest.$ac_ext <<_ACEOF 6431 cat >conftest.$ac_ext <<_ACEOF
6408#line 6408 "configure" 6432#line 6432 "configure"
6409#include "confdefs.h" 6433#include "confdefs.h"
6410#include <X11/Xlib.h> 6434#include <X11/Xlib.h>
6411int 6435int
@@ -6420,16 +6444,16 @@ fail;
6420} 6444}
6421_ACEOF 6445_ACEOF
6422rm -f conftest.$ac_objext conftest$ac_exeext 6446rm -f conftest.$ac_objext conftest$ac_exeext
6423if { (eval echo "$as_me:6423: \"$ac_link\"") >&5 6447if { (eval echo "$as_me:6447: \"$ac_link\"") >&5
6424 (eval $ac_link) 2>&5 6448 (eval $ac_link) 2>&5
6425 ac_status=$? 6449 ac_status=$?
6426 echo "$as_me:6426: \$? = $ac_status" >&5 6450 echo "$as_me:6450: \$? = $ac_status" >&5
6427 (exit $ac_status); } && 6451 (exit $ac_status); } &&
6428 { ac_try='test -s conftest$ac_exeext' 6452 { ac_try='test -s conftest$ac_exeext'
6429 { (eval echo "$as_me:6429: \"$ac_try\"") >&5 6453 { (eval echo "$as_me:6453: \"$ac_try\"") >&5
6430 (eval $ac_try) 2>&5 6454 (eval $ac_try) 2>&5
6431 ac_status=$? 6455 ac_status=$?
6432 echo "$as_me:6432: \$? = $ac_status" >&5 6456 echo "$as_me:6456: \$? = $ac_status" >&5
6433 (exit $ac_status); }; }; then 6457 (exit $ac_status); }; }; then
6434 emacs_cv_x11_version_5=yes 6458 emacs_cv_x11_version_5=yes
6435else 6459else
@@ -6441,7 +6465,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6441fi 6465fi
6442 6466
6443 if test $emacs_cv_x11_version_5 = yes; then 6467 if test $emacs_cv_x11_version_5 = yes; then
6444 echo "$as_me:6444: result: 5 or newer" >&5 6468 echo "$as_me:6468: result: 5 or newer" >&5
6445echo "${ECHO_T}5 or newer" >&6 6469echo "${ECHO_T}5 or newer" >&6
6446 HAVE_X11R5=yes 6470 HAVE_X11R5=yes
6447 cat >>confdefs.h <<\EOF 6471 cat >>confdefs.h <<\EOF
@@ -6450,20 +6474,20 @@ EOF
6450 6474
6451 else 6475 else
6452 HAVE_X11R5=no 6476 HAVE_X11R5=no
6453 echo "$as_me:6453: result: before 5" >&5 6477 echo "$as_me:6477: result: before 5" >&5
6454echo "${ECHO_T}before 5" >&6 6478echo "${ECHO_T}before 5" >&6
6455 fi 6479 fi
6456fi 6480fi
6457 6481
6458if test x"${USE_X_TOOLKIT}" = xmaybe; then 6482if test x"${USE_X_TOOLKIT}" = xmaybe; then
6459 if test x"${HAVE_X11R5}" = xyes; then 6483 if test x"${HAVE_X11R5}" = xyes; then
6460 echo "$as_me:6460: checking X11 version 5 with Xaw" >&5 6484 echo "$as_me:6484: checking X11 version 5 with Xaw" >&5
6461echo $ECHO_N "checking X11 version 5 with Xaw... $ECHO_C" >&6 6485echo $ECHO_N "checking X11 version 5 with Xaw... $ECHO_C" >&6
6462 if test "${emacs_cv_x11_version_5_with_xaw+set}" = set; then 6486 if test "${emacs_cv_x11_version_5_with_xaw+set}" = set; then
6463 echo $ECHO_N "(cached) $ECHO_C" >&6 6487 echo $ECHO_N "(cached) $ECHO_C" >&6
6464else 6488else
6465 cat >conftest.$ac_ext <<_ACEOF 6489 cat >conftest.$ac_ext <<_ACEOF
6466#line 6466 "configure" 6490#line 6490 "configure"
6467#include "confdefs.h" 6491#include "confdefs.h"
6468 6492
6469#include <X11/Intrinsic.h> 6493#include <X11/Intrinsic.h>
@@ -6477,16 +6501,16 @@ main ()
6477} 6501}
6478_ACEOF 6502_ACEOF
6479rm -f conftest.$ac_objext conftest$ac_exeext 6503rm -f conftest.$ac_objext conftest$ac_exeext
6480if { (eval echo "$as_me:6480: \"$ac_link\"") >&5 6504if { (eval echo "$as_me:6504: \"$ac_link\"") >&5
6481 (eval $ac_link) 2>&5 6505 (eval $ac_link) 2>&5
6482 ac_status=$? 6506 ac_status=$?
6483 echo "$as_me:6483: \$? = $ac_status" >&5 6507 echo "$as_me:6507: \$? = $ac_status" >&5
6484 (exit $ac_status); } && 6508 (exit $ac_status); } &&
6485 { ac_try='test -s conftest$ac_exeext' 6509 { ac_try='test -s conftest$ac_exeext'
6486 { (eval echo "$as_me:6486: \"$ac_try\"") >&5 6510 { (eval echo "$as_me:6510: \"$ac_try\"") >&5
6487 (eval $ac_try) 2>&5 6511 (eval $ac_try) 2>&5
6488 ac_status=$? 6512 ac_status=$?
6489 echo "$as_me:6489: \$? = $ac_status" >&5 6513 echo "$as_me:6513: \$? = $ac_status" >&5
6490 (exit $ac_status); }; }; then 6514 (exit $ac_status); }; }; then
6491 emacs_cv_x11_version_5_with_xaw=yes 6515 emacs_cv_x11_version_5_with_xaw=yes
6492else 6516else
@@ -6498,11 +6522,11 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6498fi 6522fi
6499 6523
6500 if test $emacs_cv_x11_version_5_with_xaw = yes; then 6524 if test $emacs_cv_x11_version_5_with_xaw = yes; then
6501 echo "$as_me:6501: result: 5 or newer, with Xaw; use toolkit by default" >&5 6525 echo "$as_me:6525: result: 5 or newer, with Xaw; use toolkit by default" >&5
6502echo "${ECHO_T}5 or newer, with Xaw; use toolkit by default" >&6 6526echo "${ECHO_T}5 or newer, with Xaw; use toolkit by default" >&6
6503 USE_X_TOOLKIT=LUCID 6527 USE_X_TOOLKIT=LUCID
6504 else 6528 else
6505 echo "$as_me:6505: result: before 5 or no Xaw; do not use toolkit by default" >&5 6529 echo "$as_me:6529: result: before 5 or no Xaw; do not use toolkit by default" >&5
6506echo "${ECHO_T}before 5 or no Xaw; do not use toolkit by default" >&6 6530echo "${ECHO_T}before 5 or no Xaw; do not use toolkit by default" >&6
6507 USE_X_TOOLKIT=none 6531 USE_X_TOOLKIT=none
6508 fi 6532 fi
@@ -6514,13 +6538,13 @@ fi
6514X_TOOLKIT_TYPE=$USE_X_TOOLKIT 6538X_TOOLKIT_TYPE=$USE_X_TOOLKIT
6515 6539
6516if test "${USE_X_TOOLKIT}" != "none"; then 6540if test "${USE_X_TOOLKIT}" != "none"; then
6517 echo "$as_me:6517: checking X11 toolkit version" >&5 6541 echo "$as_me:6541: checking X11 toolkit version" >&5
6518echo $ECHO_N "checking X11 toolkit version... $ECHO_C" >&6 6542echo $ECHO_N "checking X11 toolkit version... $ECHO_C" >&6
6519 if test "${emacs_cv_x11_toolkit_version_6+set}" = set; then 6543 if test "${emacs_cv_x11_toolkit_version_6+set}" = set; then
6520 echo $ECHO_N "(cached) $ECHO_C" >&6 6544 echo $ECHO_N "(cached) $ECHO_C" >&6
6521else 6545else
6522 cat >conftest.$ac_ext <<_ACEOF 6546 cat >conftest.$ac_ext <<_ACEOF
6523#line 6523 "configure" 6547#line 6547 "configure"
6524#include "confdefs.h" 6548#include "confdefs.h"
6525#include <X11/Intrinsic.h> 6549#include <X11/Intrinsic.h>
6526int 6550int
@@ -6535,16 +6559,16 @@ fail;
6535} 6559}
6536_ACEOF 6560_ACEOF
6537rm -f conftest.$ac_objext conftest$ac_exeext 6561rm -f conftest.$ac_objext conftest$ac_exeext
6538if { (eval echo "$as_me:6538: \"$ac_link\"") >&5 6562if { (eval echo "$as_me:6562: \"$ac_link\"") >&5
6539 (eval $ac_link) 2>&5 6563 (eval $ac_link) 2>&5
6540 ac_status=$? 6564 ac_status=$?
6541 echo "$as_me:6541: \$? = $ac_status" >&5 6565 echo "$as_me:6565: \$? = $ac_status" >&5
6542 (exit $ac_status); } && 6566 (exit $ac_status); } &&
6543 { ac_try='test -s conftest$ac_exeext' 6567 { ac_try='test -s conftest$ac_exeext'
6544 { (eval echo "$as_me:6544: \"$ac_try\"") >&5 6568 { (eval echo "$as_me:6568: \"$ac_try\"") >&5
6545 (eval $ac_try) 2>&5 6569 (eval $ac_try) 2>&5
6546 ac_status=$? 6570 ac_status=$?
6547 echo "$as_me:6547: \$? = $ac_status" >&5 6571 echo "$as_me:6571: \$? = $ac_status" >&5
6548 (exit $ac_status); }; }; then 6572 (exit $ac_status); }; }; then
6549 emacs_cv_x11_toolkit_version_6=yes 6573 emacs_cv_x11_toolkit_version_6=yes
6550else 6574else
@@ -6557,14 +6581,14 @@ fi
6557 6581
6558 HAVE_X11XTR6=$emacs_cv_x11_toolkit_version_6 6582 HAVE_X11XTR6=$emacs_cv_x11_toolkit_version_6
6559 if test $emacs_cv_x11_toolkit_version_6 = yes; then 6583 if test $emacs_cv_x11_toolkit_version_6 = yes; then
6560 echo "$as_me:6560: result: 6 or newer" >&5 6584 echo "$as_me:6584: result: 6 or newer" >&5
6561echo "${ECHO_T}6 or newer" >&6 6585echo "${ECHO_T}6 or newer" >&6
6562 cat >>confdefs.h <<\EOF 6586 cat >>confdefs.h <<\EOF
6563#define HAVE_X11XTR6 1 6587#define HAVE_X11XTR6 1
6564EOF 6588EOF
6565 6589
6566 else 6590 else
6567 echo "$as_me:6567: result: before 6" >&5 6591 echo "$as_me:6591: result: before 6" >&5
6568echo "${ECHO_T}before 6" >&6 6592echo "${ECHO_T}before 6" >&6
6569 fi 6593 fi
6570 6594
@@ -6575,7 +6599,7 @@ echo "${ECHO_T}before 6" >&6
6575 LIBS="-lXt $LIBS" 6599 LIBS="-lXt $LIBS"
6576 fi 6600 fi
6577 6601
6578echo "$as_me:6578: checking for XmuConvertStandardSelection in -lXmu" >&5 6602echo "$as_me:6602: checking for XmuConvertStandardSelection in -lXmu" >&5
6579echo $ECHO_N "checking for XmuConvertStandardSelection in -lXmu... $ECHO_C" >&6 6603echo $ECHO_N "checking for XmuConvertStandardSelection in -lXmu... $ECHO_C" >&6
6580if test "${ac_cv_lib_Xmu_XmuConvertStandardSelection+set}" = set; then 6604if test "${ac_cv_lib_Xmu_XmuConvertStandardSelection+set}" = set; then
6581 echo $ECHO_N "(cached) $ECHO_C" >&6 6605 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6583,7 +6607,7 @@ else
6583 ac_check_lib_save_LIBS=$LIBS 6607 ac_check_lib_save_LIBS=$LIBS
6584LIBS="-lXmu $LIBS" 6608LIBS="-lXmu $LIBS"
6585cat >conftest.$ac_ext <<_ACEOF 6609cat >conftest.$ac_ext <<_ACEOF
6586#line 6586 "configure" 6610#line 6610 "configure"
6587#include "confdefs.h" 6611#include "confdefs.h"
6588 6612
6589/* Override any gcc2 internal prototype to avoid an error. */ 6613/* Override any gcc2 internal prototype to avoid an error. */
@@ -6602,16 +6626,16 @@ XmuConvertStandardSelection ();
6602} 6626}
6603_ACEOF 6627_ACEOF
6604rm -f conftest.$ac_objext conftest$ac_exeext 6628rm -f conftest.$ac_objext conftest$ac_exeext
6605if { (eval echo "$as_me:6605: \"$ac_link\"") >&5 6629if { (eval echo "$as_me:6629: \"$ac_link\"") >&5
6606 (eval $ac_link) 2>&5 6630 (eval $ac_link) 2>&5
6607 ac_status=$? 6631 ac_status=$?
6608 echo "$as_me:6608: \$? = $ac_status" >&5 6632 echo "$as_me:6632: \$? = $ac_status" >&5
6609 (exit $ac_status); } && 6633 (exit $ac_status); } &&
6610 { ac_try='test -s conftest$ac_exeext' 6634 { ac_try='test -s conftest$ac_exeext'
6611 { (eval echo "$as_me:6611: \"$ac_try\"") >&5 6635 { (eval echo "$as_me:6635: \"$ac_try\"") >&5
6612 (eval $ac_try) 2>&5 6636 (eval $ac_try) 2>&5
6613 ac_status=$? 6637 ac_status=$?
6614 echo "$as_me:6614: \$? = $ac_status" >&5 6638 echo "$as_me:6638: \$? = $ac_status" >&5
6615 (exit $ac_status); }; }; then 6639 (exit $ac_status); }; }; then
6616 ac_cv_lib_Xmu_XmuConvertStandardSelection=yes 6640 ac_cv_lib_Xmu_XmuConvertStandardSelection=yes
6617else 6641else
@@ -6622,7 +6646,7 @@ fi
6622rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6646rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6623LIBS=$ac_check_lib_save_LIBS 6647LIBS=$ac_check_lib_save_LIBS
6624fi 6648fi
6625echo "$as_me:6625: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5 6649echo "$as_me:6649: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5
6626echo "${ECHO_T}$ac_cv_lib_Xmu_XmuConvertStandardSelection" >&6 6650echo "${ECHO_T}$ac_cv_lib_Xmu_XmuConvertStandardSelection" >&6
6627if test $ac_cv_lib_Xmu_XmuConvertStandardSelection = yes; then 6651if test $ac_cv_lib_Xmu_XmuConvertStandardSelection = yes; then
6628 cat >>confdefs.h <<EOF 6652 cat >>confdefs.h <<EOF
@@ -6640,7 +6664,7 @@ fi
6640if test "${HAVE_X11}" = "yes"; then 6664if test "${HAVE_X11}" = "yes"; then
6641 if test "${USE_X_TOOLKIT}" != "none"; then 6665 if test "${USE_X_TOOLKIT}" != "none"; then
6642 6666
6643echo "$as_me:6643: checking for XShapeQueryExtension in -lXext" >&5 6667echo "$as_me:6667: checking for XShapeQueryExtension in -lXext" >&5
6644echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6 6668echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6
6645if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then 6669if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
6646 echo $ECHO_N "(cached) $ECHO_C" >&6 6670 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6648,7 +6672,7 @@ else
6648 ac_check_lib_save_LIBS=$LIBS 6672 ac_check_lib_save_LIBS=$LIBS
6649LIBS="-lXext $LIBS" 6673LIBS="-lXext $LIBS"
6650cat >conftest.$ac_ext <<_ACEOF 6674cat >conftest.$ac_ext <<_ACEOF
6651#line 6651 "configure" 6675#line 6675 "configure"
6652#include "confdefs.h" 6676#include "confdefs.h"
6653 6677
6654/* Override any gcc2 internal prototype to avoid an error. */ 6678/* Override any gcc2 internal prototype to avoid an error. */
@@ -6667,16 +6691,16 @@ XShapeQueryExtension ();
6667} 6691}
6668_ACEOF 6692_ACEOF
6669rm -f conftest.$ac_objext conftest$ac_exeext 6693rm -f conftest.$ac_objext conftest$ac_exeext
6670if { (eval echo "$as_me:6670: \"$ac_link\"") >&5 6694if { (eval echo "$as_me:6694: \"$ac_link\"") >&5
6671 (eval $ac_link) 2>&5 6695 (eval $ac_link) 2>&5
6672 ac_status=$? 6696 ac_status=$?
6673 echo "$as_me:6673: \$? = $ac_status" >&5 6697 echo "$as_me:6697: \$? = $ac_status" >&5
6674 (exit $ac_status); } && 6698 (exit $ac_status); } &&
6675 { ac_try='test -s conftest$ac_exeext' 6699 { ac_try='test -s conftest$ac_exeext'
6676 { (eval echo "$as_me:6676: \"$ac_try\"") >&5 6700 { (eval echo "$as_me:6700: \"$ac_try\"") >&5
6677 (eval $ac_try) 2>&5 6701 (eval $ac_try) 2>&5
6678 ac_status=$? 6702 ac_status=$?
6679 echo "$as_me:6679: \$? = $ac_status" >&5 6703 echo "$as_me:6703: \$? = $ac_status" >&5
6680 (exit $ac_status); }; }; then 6704 (exit $ac_status); }; }; then
6681 ac_cv_lib_Xext_XShapeQueryExtension=yes 6705 ac_cv_lib_Xext_XShapeQueryExtension=yes
6682else 6706else
@@ -6687,7 +6711,7 @@ fi
6687rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6711rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6688LIBS=$ac_check_lib_save_LIBS 6712LIBS=$ac_check_lib_save_LIBS
6689fi 6713fi
6690echo "$as_me:6690: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5 6714echo "$as_me:6714: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
6691echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6 6715echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6
6692if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then 6716if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
6693 cat >>confdefs.h <<EOF 6717 cat >>confdefs.h <<EOF
@@ -6702,13 +6726,13 @@ fi
6702fi 6726fi
6703 6727
6704if test "${USE_X_TOOLKIT}" = "MOTIF"; then 6728if test "${USE_X_TOOLKIT}" = "MOTIF"; then
6705 echo "$as_me:6705: checking for Motif version 2.1" >&5 6729 echo "$as_me:6729: checking for Motif version 2.1" >&5
6706echo $ECHO_N "checking for Motif version 2.1... $ECHO_C" >&6 6730echo $ECHO_N "checking for Motif version 2.1... $ECHO_C" >&6
6707if test "${emacs_cv_motif_version_2_1+set}" = set; then 6731if test "${emacs_cv_motif_version_2_1+set}" = set; then
6708 echo $ECHO_N "(cached) $ECHO_C" >&6 6732 echo $ECHO_N "(cached) $ECHO_C" >&6
6709else 6733else
6710 cat >conftest.$ac_ext <<_ACEOF 6734 cat >conftest.$ac_ext <<_ACEOF
6711#line 6711 "configure" 6735#line 6735 "configure"
6712#include "confdefs.h" 6736#include "confdefs.h"
6713#include <Xm/Xm.h> 6737#include <Xm/Xm.h>
6714int 6738int
@@ -6724,16 +6748,16 @@ Motif version prior to 2.1.
6724} 6748}
6725_ACEOF 6749_ACEOF
6726rm -f conftest.$ac_objext 6750rm -f conftest.$ac_objext
6727if { (eval echo "$as_me:6727: \"$ac_compile\"") >&5 6751if { (eval echo "$as_me:6751: \"$ac_compile\"") >&5
6728 (eval $ac_compile) 2>&5 6752 (eval $ac_compile) 2>&5
6729 ac_status=$? 6753 ac_status=$?
6730 echo "$as_me:6730: \$? = $ac_status" >&5 6754 echo "$as_me:6754: \$? = $ac_status" >&5
6731 (exit $ac_status); } && 6755 (exit $ac_status); } &&
6732 { ac_try='test -s conftest.$ac_objext' 6756 { ac_try='test -s conftest.$ac_objext'
6733 { (eval echo "$as_me:6733: \"$ac_try\"") >&5 6757 { (eval echo "$as_me:6757: \"$ac_try\"") >&5
6734 (eval $ac_try) 2>&5 6758 (eval $ac_try) 2>&5
6735 ac_status=$? 6759 ac_status=$?
6736 echo "$as_me:6736: \$? = $ac_status" >&5 6760 echo "$as_me:6760: \$? = $ac_status" >&5
6737 (exit $ac_status); }; }; then 6761 (exit $ac_status); }; }; then
6738 emacs_cv_motif_version_2_1=yes 6762 emacs_cv_motif_version_2_1=yes
6739else 6763else
@@ -6743,7 +6767,7 @@ emacs_cv_motif_version_2_1=no
6743fi 6767fi
6744rm -f conftest.$ac_objext conftest.$ac_ext 6768rm -f conftest.$ac_objext conftest.$ac_ext
6745fi 6769fi
6746echo "$as_me:6746: result: $emacs_cv_motif_version_2_1" >&5 6770echo "$as_me:6770: result: $emacs_cv_motif_version_2_1" >&5
6747echo "${ECHO_T}$emacs_cv_motif_version_2_1" >&6 6771echo "${ECHO_T}$emacs_cv_motif_version_2_1" >&6
6748 HAVE_MOTIF_2_1=$emacs_cv_motif_version_2_1 6772 HAVE_MOTIF_2_1=$emacs_cv_motif_version_2_1
6749 if test $emacs_cv_motif_version_2_1 = yes; then 6773 if test $emacs_cv_motif_version_2_1 = yes; then
@@ -6752,7 +6776,7 @@ echo "${ECHO_T}$emacs_cv_motif_version_2_1" >&6
6752#define HAVE_MOTIF_2_1 1 6776#define HAVE_MOTIF_2_1 1
6753EOF 6777EOF
6754 6778
6755 echo "$as_me:6755: checking for XpCreateContext in -lXp" >&5 6779 echo "$as_me:6779: checking for XpCreateContext in -lXp" >&5
6756echo $ECHO_N "checking for XpCreateContext in -lXp... $ECHO_C" >&6 6780echo $ECHO_N "checking for XpCreateContext in -lXp... $ECHO_C" >&6
6757if test "${ac_cv_lib_Xp_XpCreateContext+set}" = set; then 6781if test "${ac_cv_lib_Xp_XpCreateContext+set}" = set; then
6758 echo $ECHO_N "(cached) $ECHO_C" >&6 6782 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6760,7 +6784,7 @@ else
6760 ac_check_lib_save_LIBS=$LIBS 6784 ac_check_lib_save_LIBS=$LIBS
6761LIBS="-lXp $LIBS" 6785LIBS="-lXp $LIBS"
6762cat >conftest.$ac_ext <<_ACEOF 6786cat >conftest.$ac_ext <<_ACEOF
6763#line 6763 "configure" 6787#line 6787 "configure"
6764#include "confdefs.h" 6788#include "confdefs.h"
6765 6789
6766/* Override any gcc2 internal prototype to avoid an error. */ 6790/* Override any gcc2 internal prototype to avoid an error. */
@@ -6779,16 +6803,16 @@ XpCreateContext ();
6779} 6803}
6780_ACEOF 6804_ACEOF
6781rm -f conftest.$ac_objext conftest$ac_exeext 6805rm -f conftest.$ac_objext conftest$ac_exeext
6782if { (eval echo "$as_me:6782: \"$ac_link\"") >&5 6806if { (eval echo "$as_me:6806: \"$ac_link\"") >&5
6783 (eval $ac_link) 2>&5 6807 (eval $ac_link) 2>&5
6784 ac_status=$? 6808 ac_status=$?
6785 echo "$as_me:6785: \$? = $ac_status" >&5 6809 echo "$as_me:6809: \$? = $ac_status" >&5
6786 (exit $ac_status); } && 6810 (exit $ac_status); } &&
6787 { ac_try='test -s conftest$ac_exeext' 6811 { ac_try='test -s conftest$ac_exeext'
6788 { (eval echo "$as_me:6788: \"$ac_try\"") >&5 6812 { (eval echo "$as_me:6812: \"$ac_try\"") >&5
6789 (eval $ac_try) 2>&5 6813 (eval $ac_try) 2>&5
6790 ac_status=$? 6814 ac_status=$?
6791 echo "$as_me:6791: \$? = $ac_status" >&5 6815 echo "$as_me:6815: \$? = $ac_status" >&5
6792 (exit $ac_status); }; }; then 6816 (exit $ac_status); }; }; then
6793 ac_cv_lib_Xp_XpCreateContext=yes 6817 ac_cv_lib_Xp_XpCreateContext=yes
6794else 6818else
@@ -6799,7 +6823,7 @@ fi
6799rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6823rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6800LIBS=$ac_check_lib_save_LIBS 6824LIBS=$ac_check_lib_save_LIBS
6801fi 6825fi
6802echo "$as_me:6802: result: $ac_cv_lib_Xp_XpCreateContext" >&5 6826echo "$as_me:6826: result: $ac_cv_lib_Xp_XpCreateContext" >&5
6803echo "${ECHO_T}$ac_cv_lib_Xp_XpCreateContext" >&6 6827echo "${ECHO_T}$ac_cv_lib_Xp_XpCreateContext" >&6
6804if test $ac_cv_lib_Xp_XpCreateContext = yes; then 6828if test $ac_cv_lib_Xp_XpCreateContext = yes; then
6805 HAVE_LIBXP=yes 6829 HAVE_LIBXP=yes
@@ -6818,23 +6842,23 @@ fi
6818HAVE_XAW3D=no 6842HAVE_XAW3D=no
6819if test "${HAVE_X11}" = "yes"; then 6843if test "${HAVE_X11}" = "yes"; then
6820 if test "${USE_X_TOOLKIT}" != "none"; then 6844 if test "${USE_X_TOOLKIT}" != "none"; then
6821 echo "$as_me:6821: checking for X11/Xaw3d/Scrollbar.h" >&5 6845 echo "$as_me:6845: checking for X11/Xaw3d/Scrollbar.h" >&5
6822echo $ECHO_N "checking for X11/Xaw3d/Scrollbar.h... $ECHO_C" >&6 6846echo $ECHO_N "checking for X11/Xaw3d/Scrollbar.h... $ECHO_C" >&6
6823if test "${ac_cv_header_X11_Xaw3d_Scrollbar_h+set}" = set; then 6847if test "${ac_cv_header_X11_Xaw3d_Scrollbar_h+set}" = set; then
6824 echo $ECHO_N "(cached) $ECHO_C" >&6 6848 echo $ECHO_N "(cached) $ECHO_C" >&6
6825else 6849else
6826 cat >conftest.$ac_ext <<_ACEOF 6850 cat >conftest.$ac_ext <<_ACEOF
6827#line 6827 "configure" 6851#line 6851 "configure"
6828#include "confdefs.h" 6852#include "confdefs.h"
6829#include <X11/Xaw3d/Scrollbar.h> 6853#include <X11/Xaw3d/Scrollbar.h>
6830_ACEOF 6854_ACEOF
6831if { (eval echo "$as_me:6831: \"$ac_cpp conftest.$ac_ext\"") >&5 6855if { (eval echo "$as_me:6855: \"$ac_cpp conftest.$ac_ext\"") >&5
6832 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 6856 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6833 ac_status=$? 6857 ac_status=$?
6834 egrep -v '^ *\+' conftest.er1 >conftest.err 6858 egrep -v '^ *\+' conftest.er1 >conftest.err
6835 rm -f conftest.er1 6859 rm -f conftest.er1
6836 cat conftest.err >&5 6860 cat conftest.err >&5
6837 echo "$as_me:6837: \$? = $ac_status" >&5 6861 echo "$as_me:6861: \$? = $ac_status" >&5
6838 (exit $ac_status); } >/dev/null; then 6862 (exit $ac_status); } >/dev/null; then
6839 if test -s conftest.err; then 6863 if test -s conftest.err; then
6840 ac_cpp_err=$ac_c_preproc_warn_flag 6864 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -6853,10 +6877,10 @@ else
6853fi 6877fi
6854rm -f conftest.err conftest.$ac_ext 6878rm -f conftest.err conftest.$ac_ext
6855fi 6879fi
6856echo "$as_me:6856: result: $ac_cv_header_X11_Xaw3d_Scrollbar_h" >&5 6880echo "$as_me:6880: result: $ac_cv_header_X11_Xaw3d_Scrollbar_h" >&5
6857echo "${ECHO_T}$ac_cv_header_X11_Xaw3d_Scrollbar_h" >&6 6881echo "${ECHO_T}$ac_cv_header_X11_Xaw3d_Scrollbar_h" >&6
6858if test $ac_cv_header_X11_Xaw3d_Scrollbar_h = yes; then 6882if test $ac_cv_header_X11_Xaw3d_Scrollbar_h = yes; then
6859 echo "$as_me:6859: checking for XawScrollbarSetThumb in -lXaw3d" >&5 6883 echo "$as_me:6883: checking for XawScrollbarSetThumb in -lXaw3d" >&5
6860echo $ECHO_N "checking for XawScrollbarSetThumb in -lXaw3d... $ECHO_C" >&6 6884echo $ECHO_N "checking for XawScrollbarSetThumb in -lXaw3d... $ECHO_C" >&6
6861if test "${ac_cv_lib_Xaw3d_XawScrollbarSetThumb+set}" = set; then 6885if test "${ac_cv_lib_Xaw3d_XawScrollbarSetThumb+set}" = set; then
6862 echo $ECHO_N "(cached) $ECHO_C" >&6 6886 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6864,7 +6888,7 @@ else
6864 ac_check_lib_save_LIBS=$LIBS 6888 ac_check_lib_save_LIBS=$LIBS
6865LIBS="-lXaw3d $LIBS" 6889LIBS="-lXaw3d $LIBS"
6866cat >conftest.$ac_ext <<_ACEOF 6890cat >conftest.$ac_ext <<_ACEOF
6867#line 6867 "configure" 6891#line 6891 "configure"
6868#include "confdefs.h" 6892#include "confdefs.h"
6869 6893
6870/* Override any gcc2 internal prototype to avoid an error. */ 6894/* Override any gcc2 internal prototype to avoid an error. */
@@ -6883,16 +6907,16 @@ XawScrollbarSetThumb ();
6883} 6907}
6884_ACEOF 6908_ACEOF
6885rm -f conftest.$ac_objext conftest$ac_exeext 6909rm -f conftest.$ac_objext conftest$ac_exeext
6886if { (eval echo "$as_me:6886: \"$ac_link\"") >&5 6910if { (eval echo "$as_me:6910: \"$ac_link\"") >&5
6887 (eval $ac_link) 2>&5 6911 (eval $ac_link) 2>&5
6888 ac_status=$? 6912 ac_status=$?
6889 echo "$as_me:6889: \$? = $ac_status" >&5 6913 echo "$as_me:6913: \$? = $ac_status" >&5
6890 (exit $ac_status); } && 6914 (exit $ac_status); } &&
6891 { ac_try='test -s conftest$ac_exeext' 6915 { ac_try='test -s conftest$ac_exeext'
6892 { (eval echo "$as_me:6892: \"$ac_try\"") >&5 6916 { (eval echo "$as_me:6916: \"$ac_try\"") >&5
6893 (eval $ac_try) 2>&5 6917 (eval $ac_try) 2>&5
6894 ac_status=$? 6918 ac_status=$?
6895 echo "$as_me:6895: \$? = $ac_status" >&5 6919 echo "$as_me:6919: \$? = $ac_status" >&5
6896 (exit $ac_status); }; }; then 6920 (exit $ac_status); }; }; then
6897 ac_cv_lib_Xaw3d_XawScrollbarSetThumb=yes 6921 ac_cv_lib_Xaw3d_XawScrollbarSetThumb=yes
6898else 6922else
@@ -6903,7 +6927,7 @@ fi
6903rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6927rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6904LIBS=$ac_check_lib_save_LIBS 6928LIBS=$ac_check_lib_save_LIBS
6905fi 6929fi
6906echo "$as_me:6906: result: $ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&5 6930echo "$as_me:6930: result: $ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&5
6907echo "${ECHO_T}$ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&6 6931echo "${ECHO_T}$ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&6
6908if test $ac_cv_lib_Xaw3d_XawScrollbarSetThumb = yes; then 6932if test $ac_cv_lib_Xaw3d_XawScrollbarSetThumb = yes; then
6909 HAVE_XAW3D=yes 6933 HAVE_XAW3D=yes
@@ -6951,23 +6975,23 @@ fi
6951HAVE_XPM=no 6975HAVE_XPM=no
6952if test "${HAVE_X11}" = "yes"; then 6976if test "${HAVE_X11}" = "yes"; then
6953 if test "${with_xpm}" != "no"; then 6977 if test "${with_xpm}" != "no"; then
6954 echo "$as_me:6954: checking for X11/xpm.h" >&5 6978 echo "$as_me:6978: checking for X11/xpm.h" >&5
6955echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6 6979echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6
6956if test "${ac_cv_header_X11_xpm_h+set}" = set; then 6980if test "${ac_cv_header_X11_xpm_h+set}" = set; then
6957 echo $ECHO_N "(cached) $ECHO_C" >&6 6981 echo $ECHO_N "(cached) $ECHO_C" >&6
6958else 6982else
6959 cat >conftest.$ac_ext <<_ACEOF 6983 cat >conftest.$ac_ext <<_ACEOF
6960#line 6960 "configure" 6984#line 6984 "configure"
6961#include "confdefs.h" 6985#include "confdefs.h"
6962#include <X11/xpm.h> 6986#include <X11/xpm.h>
6963_ACEOF 6987_ACEOF
6964if { (eval echo "$as_me:6964: \"$ac_cpp conftest.$ac_ext\"") >&5 6988if { (eval echo "$as_me:6988: \"$ac_cpp conftest.$ac_ext\"") >&5
6965 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 6989 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6966 ac_status=$? 6990 ac_status=$?
6967 egrep -v '^ *\+' conftest.er1 >conftest.err 6991 egrep -v '^ *\+' conftest.er1 >conftest.err
6968 rm -f conftest.er1 6992 rm -f conftest.er1
6969 cat conftest.err >&5 6993 cat conftest.err >&5
6970 echo "$as_me:6970: \$? = $ac_status" >&5 6994 echo "$as_me:6994: \$? = $ac_status" >&5
6971 (exit $ac_status); } >/dev/null; then 6995 (exit $ac_status); } >/dev/null; then
6972 if test -s conftest.err; then 6996 if test -s conftest.err; then
6973 ac_cpp_err=$ac_c_preproc_warn_flag 6997 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -6986,10 +7010,10 @@ else
6986fi 7010fi
6987rm -f conftest.err conftest.$ac_ext 7011rm -f conftest.err conftest.$ac_ext
6988fi 7012fi
6989echo "$as_me:6989: result: $ac_cv_header_X11_xpm_h" >&5 7013echo "$as_me:7013: result: $ac_cv_header_X11_xpm_h" >&5
6990echo "${ECHO_T}$ac_cv_header_X11_xpm_h" >&6 7014echo "${ECHO_T}$ac_cv_header_X11_xpm_h" >&6
6991if test $ac_cv_header_X11_xpm_h = yes; then 7015if test $ac_cv_header_X11_xpm_h = yes; then
6992 echo "$as_me:6992: checking for XpmReadFileToPixmap in -lXpm" >&5 7016 echo "$as_me:7016: checking for XpmReadFileToPixmap in -lXpm" >&5
6993echo $ECHO_N "checking for XpmReadFileToPixmap in -lXpm... $ECHO_C" >&6 7017echo $ECHO_N "checking for XpmReadFileToPixmap in -lXpm... $ECHO_C" >&6
6994if test "${ac_cv_lib_Xpm_XpmReadFileToPixmap+set}" = set; then 7018if test "${ac_cv_lib_Xpm_XpmReadFileToPixmap+set}" = set; then
6995 echo $ECHO_N "(cached) $ECHO_C" >&6 7019 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6997,7 +7021,7 @@ else
6997 ac_check_lib_save_LIBS=$LIBS 7021 ac_check_lib_save_LIBS=$LIBS
6998LIBS="-lXpm -lX11 $LIBS" 7022LIBS="-lXpm -lX11 $LIBS"
6999cat >conftest.$ac_ext <<_ACEOF 7023cat >conftest.$ac_ext <<_ACEOF
7000#line 7000 "configure" 7024#line 7024 "configure"
7001#include "confdefs.h" 7025#include "confdefs.h"
7002 7026
7003/* Override any gcc2 internal prototype to avoid an error. */ 7027/* Override any gcc2 internal prototype to avoid an error. */
@@ -7016,16 +7040,16 @@ XpmReadFileToPixmap ();
7016} 7040}
7017_ACEOF 7041_ACEOF
7018rm -f conftest.$ac_objext conftest$ac_exeext 7042rm -f conftest.$ac_objext conftest$ac_exeext
7019if { (eval echo "$as_me:7019: \"$ac_link\"") >&5 7043if { (eval echo "$as_me:7043: \"$ac_link\"") >&5
7020 (eval $ac_link) 2>&5 7044 (eval $ac_link) 2>&5
7021 ac_status=$? 7045 ac_status=$?
7022 echo "$as_me:7022: \$? = $ac_status" >&5 7046 echo "$as_me:7046: \$? = $ac_status" >&5
7023 (exit $ac_status); } && 7047 (exit $ac_status); } &&
7024 { ac_try='test -s conftest$ac_exeext' 7048 { ac_try='test -s conftest$ac_exeext'
7025 { (eval echo "$as_me:7025: \"$ac_try\"") >&5 7049 { (eval echo "$as_me:7049: \"$ac_try\"") >&5
7026 (eval $ac_try) 2>&5 7050 (eval $ac_try) 2>&5
7027 ac_status=$? 7051 ac_status=$?
7028 echo "$as_me:7028: \$? = $ac_status" >&5 7052 echo "$as_me:7052: \$? = $ac_status" >&5
7029 (exit $ac_status); }; }; then 7053 (exit $ac_status); }; }; then
7030 ac_cv_lib_Xpm_XpmReadFileToPixmap=yes 7054 ac_cv_lib_Xpm_XpmReadFileToPixmap=yes
7031else 7055else
@@ -7036,7 +7060,7 @@ fi
7036rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7060rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7037LIBS=$ac_check_lib_save_LIBS 7061LIBS=$ac_check_lib_save_LIBS
7038fi 7062fi
7039echo "$as_me:7039: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5 7063echo "$as_me:7063: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5
7040echo "${ECHO_T}$ac_cv_lib_Xpm_XpmReadFileToPixmap" >&6 7064echo "${ECHO_T}$ac_cv_lib_Xpm_XpmReadFileToPixmap" >&6
7041if test $ac_cv_lib_Xpm_XpmReadFileToPixmap = yes; then 7065if test $ac_cv_lib_Xpm_XpmReadFileToPixmap = yes; then
7042 HAVE_XPM=yes 7066 HAVE_XPM=yes
@@ -7045,10 +7069,10 @@ fi
7045fi 7069fi
7046 7070
7047 if test "${HAVE_XPM}" = "yes"; then 7071 if test "${HAVE_XPM}" = "yes"; then
7048 echo "$as_me:7048: checking for XpmReturnAllocPixels preprocessor define" >&5 7072 echo "$as_me:7072: checking for XpmReturnAllocPixels preprocessor define" >&5
7049echo $ECHO_N "checking for XpmReturnAllocPixels preprocessor define... $ECHO_C" >&6 7073echo $ECHO_N "checking for XpmReturnAllocPixels preprocessor define... $ECHO_C" >&6
7050 cat >conftest.$ac_ext <<_ACEOF 7074 cat >conftest.$ac_ext <<_ACEOF
7051#line 7051 "configure" 7075#line 7075 "configure"
7052#include "confdefs.h" 7076#include "confdefs.h"
7053#include "X11/xpm.h" 7077#include "X11/xpm.h"
7054#ifndef XpmReturnAllocPixels 7078#ifndef XpmReturnAllocPixels
@@ -7065,10 +7089,10 @@ fi
7065rm -f conftest* 7089rm -f conftest*
7066 7090
7067 if test "${HAVE_XPM}" = "yes"; then 7091 if test "${HAVE_XPM}" = "yes"; then
7068 echo "$as_me:7068: result: yes" >&5 7092 echo "$as_me:7092: result: yes" >&5
7069echo "${ECHO_T}yes" >&6 7093echo "${ECHO_T}yes" >&6
7070 else 7094 else
7071 echo "$as_me:7071: result: no" >&5 7095 echo "$as_me:7095: result: no" >&5
7072echo "${ECHO_T}no" >&6 7096echo "${ECHO_T}no" >&6
7073 fi 7097 fi
7074 fi 7098 fi
@@ -7086,23 +7110,23 @@ fi
7086HAVE_JPEG=no 7110HAVE_JPEG=no
7087if test "${HAVE_X11}" = "yes"; then 7111if test "${HAVE_X11}" = "yes"; then
7088 if test "${with_jpeg}" != "no"; then 7112 if test "${with_jpeg}" != "no"; then
7089 echo "$as_me:7089: checking for jerror.h" >&5 7113 echo "$as_me:7113: checking for jerror.h" >&5
7090echo $ECHO_N "checking for jerror.h... $ECHO_C" >&6 7114echo $ECHO_N "checking for jerror.h... $ECHO_C" >&6
7091if test "${ac_cv_header_jerror_h+set}" = set; then 7115if test "${ac_cv_header_jerror_h+set}" = set; then
7092 echo $ECHO_N "(cached) $ECHO_C" >&6 7116 echo $ECHO_N "(cached) $ECHO_C" >&6
7093else 7117else
7094 cat >conftest.$ac_ext <<_ACEOF 7118 cat >conftest.$ac_ext <<_ACEOF
7095#line 7095 "configure" 7119#line 7119 "configure"
7096#include "confdefs.h" 7120#include "confdefs.h"
7097#include <jerror.h> 7121#include <jerror.h>
7098_ACEOF 7122_ACEOF
7099if { (eval echo "$as_me:7099: \"$ac_cpp conftest.$ac_ext\"") >&5 7123if { (eval echo "$as_me:7123: \"$ac_cpp conftest.$ac_ext\"") >&5
7100 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7124 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7101 ac_status=$? 7125 ac_status=$?
7102 egrep -v '^ *\+' conftest.er1 >conftest.err 7126 egrep -v '^ *\+' conftest.er1 >conftest.err
7103 rm -f conftest.er1 7127 rm -f conftest.er1
7104 cat conftest.err >&5 7128 cat conftest.err >&5
7105 echo "$as_me:7105: \$? = $ac_status" >&5 7129 echo "$as_me:7129: \$? = $ac_status" >&5
7106 (exit $ac_status); } >/dev/null; then 7130 (exit $ac_status); } >/dev/null; then
7107 if test -s conftest.err; then 7131 if test -s conftest.err; then
7108 ac_cpp_err=$ac_c_preproc_warn_flag 7132 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -7121,10 +7145,10 @@ else
7121fi 7145fi
7122rm -f conftest.err conftest.$ac_ext 7146rm -f conftest.err conftest.$ac_ext
7123fi 7147fi
7124echo "$as_me:7124: result: $ac_cv_header_jerror_h" >&5 7148echo "$as_me:7148: result: $ac_cv_header_jerror_h" >&5
7125echo "${ECHO_T}$ac_cv_header_jerror_h" >&6 7149echo "${ECHO_T}$ac_cv_header_jerror_h" >&6
7126if test $ac_cv_header_jerror_h = yes; then 7150if test $ac_cv_header_jerror_h = yes; then
7127 echo "$as_me:7127: checking for jpeg_destroy_compress in -ljpeg" >&5 7151 echo "$as_me:7151: checking for jpeg_destroy_compress in -ljpeg" >&5
7128echo $ECHO_N "checking for jpeg_destroy_compress in -ljpeg... $ECHO_C" >&6 7152echo $ECHO_N "checking for jpeg_destroy_compress in -ljpeg... $ECHO_C" >&6
7129if test "${ac_cv_lib_jpeg_jpeg_destroy_compress+set}" = set; then 7153if test "${ac_cv_lib_jpeg_jpeg_destroy_compress+set}" = set; then
7130 echo $ECHO_N "(cached) $ECHO_C" >&6 7154 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7132,7 +7156,7 @@ else
7132 ac_check_lib_save_LIBS=$LIBS 7156 ac_check_lib_save_LIBS=$LIBS
7133LIBS="-ljpeg $LIBS" 7157LIBS="-ljpeg $LIBS"
7134cat >conftest.$ac_ext <<_ACEOF 7158cat >conftest.$ac_ext <<_ACEOF
7135#line 7135 "configure" 7159#line 7159 "configure"
7136#include "confdefs.h" 7160#include "confdefs.h"
7137 7161
7138/* Override any gcc2 internal prototype to avoid an error. */ 7162/* Override any gcc2 internal prototype to avoid an error. */
@@ -7151,16 +7175,16 @@ jpeg_destroy_compress ();
7151} 7175}
7152_ACEOF 7176_ACEOF
7153rm -f conftest.$ac_objext conftest$ac_exeext 7177rm -f conftest.$ac_objext conftest$ac_exeext
7154if { (eval echo "$as_me:7154: \"$ac_link\"") >&5 7178if { (eval echo "$as_me:7178: \"$ac_link\"") >&5
7155 (eval $ac_link) 2>&5 7179 (eval $ac_link) 2>&5
7156 ac_status=$? 7180 ac_status=$?
7157 echo "$as_me:7157: \$? = $ac_status" >&5 7181 echo "$as_me:7181: \$? = $ac_status" >&5
7158 (exit $ac_status); } && 7182 (exit $ac_status); } &&
7159 { ac_try='test -s conftest$ac_exeext' 7183 { ac_try='test -s conftest$ac_exeext'
7160 { (eval echo "$as_me:7160: \"$ac_try\"") >&5 7184 { (eval echo "$as_me:7184: \"$ac_try\"") >&5
7161 (eval $ac_try) 2>&5 7185 (eval $ac_try) 2>&5
7162 ac_status=$? 7186 ac_status=$?
7163 echo "$as_me:7163: \$? = $ac_status" >&5 7187 echo "$as_me:7187: \$? = $ac_status" >&5
7164 (exit $ac_status); }; }; then 7188 (exit $ac_status); }; }; then
7165 ac_cv_lib_jpeg_jpeg_destroy_compress=yes 7189 ac_cv_lib_jpeg_jpeg_destroy_compress=yes
7166else 7190else
@@ -7171,7 +7195,7 @@ fi
7171rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7195rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7172LIBS=$ac_check_lib_save_LIBS 7196LIBS=$ac_check_lib_save_LIBS
7173fi 7197fi
7174echo "$as_me:7174: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5 7198echo "$as_me:7198: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5
7175echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_destroy_compress" >&6 7199echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_destroy_compress" >&6
7176if test $ac_cv_lib_jpeg_jpeg_destroy_compress = yes; then 7200if test $ac_cv_lib_jpeg_jpeg_destroy_compress = yes; then
7177 HAVE_JPEG=yes 7201 HAVE_JPEG=yes
@@ -7193,23 +7217,23 @@ fi
7193HAVE_PNG=no 7217HAVE_PNG=no
7194if test "${HAVE_X11}" = "yes"; then 7218if test "${HAVE_X11}" = "yes"; then
7195 if test "${with_png}" != "no"; then 7219 if test "${with_png}" != "no"; then
7196 echo "$as_me:7196: checking for png.h" >&5 7220 echo "$as_me:7220: checking for png.h" >&5
7197echo $ECHO_N "checking for png.h... $ECHO_C" >&6 7221echo $ECHO_N "checking for png.h... $ECHO_C" >&6
7198if test "${ac_cv_header_png_h+set}" = set; then 7222if test "${ac_cv_header_png_h+set}" = set; then
7199 echo $ECHO_N "(cached) $ECHO_C" >&6 7223 echo $ECHO_N "(cached) $ECHO_C" >&6
7200else 7224else
7201 cat >conftest.$ac_ext <<_ACEOF 7225 cat >conftest.$ac_ext <<_ACEOF
7202#line 7202 "configure" 7226#line 7226 "configure"
7203#include "confdefs.h" 7227#include "confdefs.h"
7204#include <png.h> 7228#include <png.h>
7205_ACEOF 7229_ACEOF
7206if { (eval echo "$as_me:7206: \"$ac_cpp conftest.$ac_ext\"") >&5 7230if { (eval echo "$as_me:7230: \"$ac_cpp conftest.$ac_ext\"") >&5
7207 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7231 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7208 ac_status=$? 7232 ac_status=$?
7209 egrep -v '^ *\+' conftest.er1 >conftest.err 7233 egrep -v '^ *\+' conftest.er1 >conftest.err
7210 rm -f conftest.er1 7234 rm -f conftest.er1
7211 cat conftest.err >&5 7235 cat conftest.err >&5
7212 echo "$as_me:7212: \$? = $ac_status" >&5 7236 echo "$as_me:7236: \$? = $ac_status" >&5
7213 (exit $ac_status); } >/dev/null; then 7237 (exit $ac_status); } >/dev/null; then
7214 if test -s conftest.err; then 7238 if test -s conftest.err; then
7215 ac_cpp_err=$ac_c_preproc_warn_flag 7239 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -7228,10 +7252,10 @@ else
7228fi 7252fi
7229rm -f conftest.err conftest.$ac_ext 7253rm -f conftest.err conftest.$ac_ext
7230fi 7254fi
7231echo "$as_me:7231: result: $ac_cv_header_png_h" >&5 7255echo "$as_me:7255: result: $ac_cv_header_png_h" >&5
7232echo "${ECHO_T}$ac_cv_header_png_h" >&6 7256echo "${ECHO_T}$ac_cv_header_png_h" >&6
7233if test $ac_cv_header_png_h = yes; then 7257if test $ac_cv_header_png_h = yes; then
7234 echo "$as_me:7234: checking for png_get_channels in -lpng" >&5 7258 echo "$as_me:7258: checking for png_get_channels in -lpng" >&5
7235echo $ECHO_N "checking for png_get_channels in -lpng... $ECHO_C" >&6 7259echo $ECHO_N "checking for png_get_channels in -lpng... $ECHO_C" >&6
7236if test "${ac_cv_lib_png_png_get_channels+set}" = set; then 7260if test "${ac_cv_lib_png_png_get_channels+set}" = set; then
7237 echo $ECHO_N "(cached) $ECHO_C" >&6 7261 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7239,7 +7263,7 @@ else
7239 ac_check_lib_save_LIBS=$LIBS 7263 ac_check_lib_save_LIBS=$LIBS
7240LIBS="-lpng -lz -lm $LIBS" 7264LIBS="-lpng -lz -lm $LIBS"
7241cat >conftest.$ac_ext <<_ACEOF 7265cat >conftest.$ac_ext <<_ACEOF
7242#line 7242 "configure" 7266#line 7266 "configure"
7243#include "confdefs.h" 7267#include "confdefs.h"
7244 7268
7245/* Override any gcc2 internal prototype to avoid an error. */ 7269/* Override any gcc2 internal prototype to avoid an error. */
@@ -7258,16 +7282,16 @@ png_get_channels ();
7258} 7282}
7259_ACEOF 7283_ACEOF
7260rm -f conftest.$ac_objext conftest$ac_exeext 7284rm -f conftest.$ac_objext conftest$ac_exeext
7261if { (eval echo "$as_me:7261: \"$ac_link\"") >&5 7285if { (eval echo "$as_me:7285: \"$ac_link\"") >&5
7262 (eval $ac_link) 2>&5 7286 (eval $ac_link) 2>&5
7263 ac_status=$? 7287 ac_status=$?
7264 echo "$as_me:7264: \$? = $ac_status" >&5 7288 echo "$as_me:7288: \$? = $ac_status" >&5
7265 (exit $ac_status); } && 7289 (exit $ac_status); } &&
7266 { ac_try='test -s conftest$ac_exeext' 7290 { ac_try='test -s conftest$ac_exeext'
7267 { (eval echo "$as_me:7267: \"$ac_try\"") >&5 7291 { (eval echo "$as_me:7291: \"$ac_try\"") >&5
7268 (eval $ac_try) 2>&5 7292 (eval $ac_try) 2>&5
7269 ac_status=$? 7293 ac_status=$?
7270 echo "$as_me:7270: \$? = $ac_status" >&5 7294 echo "$as_me:7294: \$? = $ac_status" >&5
7271 (exit $ac_status); }; }; then 7295 (exit $ac_status); }; }; then
7272 ac_cv_lib_png_png_get_channels=yes 7296 ac_cv_lib_png_png_get_channels=yes
7273else 7297else
@@ -7278,7 +7302,7 @@ fi
7278rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7302rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7279LIBS=$ac_check_lib_save_LIBS 7303LIBS=$ac_check_lib_save_LIBS
7280fi 7304fi
7281echo "$as_me:7281: result: $ac_cv_lib_png_png_get_channels" >&5 7305echo "$as_me:7305: result: $ac_cv_lib_png_png_get_channels" >&5
7282echo "${ECHO_T}$ac_cv_lib_png_png_get_channels" >&6 7306echo "${ECHO_T}$ac_cv_lib_png_png_get_channels" >&6
7283if test $ac_cv_lib_png_png_get_channels = yes; then 7307if test $ac_cv_lib_png_png_get_channels = yes; then
7284 HAVE_PNG=yes 7308 HAVE_PNG=yes
@@ -7300,23 +7324,23 @@ fi
7300HAVE_TIFF=no 7324HAVE_TIFF=no
7301if test "${HAVE_X11}" = "yes"; then 7325if test "${HAVE_X11}" = "yes"; then
7302 if test "${with_tiff}" != "no"; then 7326 if test "${with_tiff}" != "no"; then
7303 echo "$as_me:7303: checking for tiffio.h" >&5 7327 echo "$as_me:7327: checking for tiffio.h" >&5
7304echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6 7328echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
7305if test "${ac_cv_header_tiffio_h+set}" = set; then 7329if test "${ac_cv_header_tiffio_h+set}" = set; then
7306 echo $ECHO_N "(cached) $ECHO_C" >&6 7330 echo $ECHO_N "(cached) $ECHO_C" >&6
7307else 7331else
7308 cat >conftest.$ac_ext <<_ACEOF 7332 cat >conftest.$ac_ext <<_ACEOF
7309#line 7309 "configure" 7333#line 7333 "configure"
7310#include "confdefs.h" 7334#include "confdefs.h"
7311#include <tiffio.h> 7335#include <tiffio.h>
7312_ACEOF 7336_ACEOF
7313if { (eval echo "$as_me:7313: \"$ac_cpp conftest.$ac_ext\"") >&5 7337if { (eval echo "$as_me:7337: \"$ac_cpp conftest.$ac_ext\"") >&5
7314 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7338 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7315 ac_status=$? 7339 ac_status=$?
7316 egrep -v '^ *\+' conftest.er1 >conftest.err 7340 egrep -v '^ *\+' conftest.er1 >conftest.err
7317 rm -f conftest.er1 7341 rm -f conftest.er1
7318 cat conftest.err >&5 7342 cat conftest.err >&5
7319 echo "$as_me:7319: \$? = $ac_status" >&5 7343 echo "$as_me:7343: \$? = $ac_status" >&5
7320 (exit $ac_status); } >/dev/null; then 7344 (exit $ac_status); } >/dev/null; then
7321 if test -s conftest.err; then 7345 if test -s conftest.err; then
7322 ac_cpp_err=$ac_c_preproc_warn_flag 7346 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -7335,13 +7359,13 @@ else
7335fi 7359fi
7336rm -f conftest.err conftest.$ac_ext 7360rm -f conftest.err conftest.$ac_ext
7337fi 7361fi
7338echo "$as_me:7338: result: $ac_cv_header_tiffio_h" >&5 7362echo "$as_me:7362: result: $ac_cv_header_tiffio_h" >&5
7339echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6 7363echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
7340if test $ac_cv_header_tiffio_h = yes; then 7364if test $ac_cv_header_tiffio_h = yes; then
7341 tifflibs="-lz -lm" 7365 tifflibs="-lz -lm"
7342 # At least one tiff package requires the jpeg library. 7366 # At least one tiff package requires the jpeg library.
7343 if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi 7367 if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi
7344 echo "$as_me:7344: checking for TIFFGetVersion in -ltiff" >&5 7368 echo "$as_me:7368: checking for TIFFGetVersion in -ltiff" >&5
7345echo $ECHO_N "checking for TIFFGetVersion in -ltiff... $ECHO_C" >&6 7369echo $ECHO_N "checking for TIFFGetVersion in -ltiff... $ECHO_C" >&6
7346if test "${ac_cv_lib_tiff_TIFFGetVersion+set}" = set; then 7370if test "${ac_cv_lib_tiff_TIFFGetVersion+set}" = set; then
7347 echo $ECHO_N "(cached) $ECHO_C" >&6 7371 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7349,7 +7373,7 @@ else
7349 ac_check_lib_save_LIBS=$LIBS 7373 ac_check_lib_save_LIBS=$LIBS
7350LIBS="-ltiff $tifflibs $LIBS" 7374LIBS="-ltiff $tifflibs $LIBS"
7351cat >conftest.$ac_ext <<_ACEOF 7375cat >conftest.$ac_ext <<_ACEOF
7352#line 7352 "configure" 7376#line 7376 "configure"
7353#include "confdefs.h" 7377#include "confdefs.h"
7354 7378
7355/* Override any gcc2 internal prototype to avoid an error. */ 7379/* Override any gcc2 internal prototype to avoid an error. */
@@ -7368,16 +7392,16 @@ TIFFGetVersion ();
7368} 7392}
7369_ACEOF 7393_ACEOF
7370rm -f conftest.$ac_objext conftest$ac_exeext 7394rm -f conftest.$ac_objext conftest$ac_exeext
7371if { (eval echo "$as_me:7371: \"$ac_link\"") >&5 7395if { (eval echo "$as_me:7395: \"$ac_link\"") >&5
7372 (eval $ac_link) 2>&5 7396 (eval $ac_link) 2>&5
7373 ac_status=$? 7397 ac_status=$?
7374 echo "$as_me:7374: \$? = $ac_status" >&5 7398 echo "$as_me:7398: \$? = $ac_status" >&5
7375 (exit $ac_status); } && 7399 (exit $ac_status); } &&
7376 { ac_try='test -s conftest$ac_exeext' 7400 { ac_try='test -s conftest$ac_exeext'
7377 { (eval echo "$as_me:7377: \"$ac_try\"") >&5 7401 { (eval echo "$as_me:7401: \"$ac_try\"") >&5
7378 (eval $ac_try) 2>&5 7402 (eval $ac_try) 2>&5
7379 ac_status=$? 7403 ac_status=$?
7380 echo "$as_me:7380: \$? = $ac_status" >&5 7404 echo "$as_me:7404: \$? = $ac_status" >&5
7381 (exit $ac_status); }; }; then 7405 (exit $ac_status); }; }; then
7382 ac_cv_lib_tiff_TIFFGetVersion=yes 7406 ac_cv_lib_tiff_TIFFGetVersion=yes
7383else 7407else
@@ -7388,7 +7412,7 @@ fi
7388rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7412rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7389LIBS=$ac_check_lib_save_LIBS 7413LIBS=$ac_check_lib_save_LIBS
7390fi 7414fi
7391echo "$as_me:7391: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5 7415echo "$as_me:7415: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5
7392echo "${ECHO_T}$ac_cv_lib_tiff_TIFFGetVersion" >&6 7416echo "${ECHO_T}$ac_cv_lib_tiff_TIFFGetVersion" >&6
7393if test $ac_cv_lib_tiff_TIFFGetVersion = yes; then 7417if test $ac_cv_lib_tiff_TIFFGetVersion = yes; then
7394 HAVE_TIFF=yes 7418 HAVE_TIFF=yes
@@ -7410,23 +7434,23 @@ fi
7410HAVE_GIF=no 7434HAVE_GIF=no
7411if test "${HAVE_X11}" = "yes"; then 7435if test "${HAVE_X11}" = "yes"; then
7412 if test "${with_gif}" != "no"; then 7436 if test "${with_gif}" != "no"; then
7413 echo "$as_me:7413: checking for gif_lib.h" >&5 7437 echo "$as_me:7437: checking for gif_lib.h" >&5
7414echo $ECHO_N "checking for gif_lib.h... $ECHO_C" >&6 7438echo $ECHO_N "checking for gif_lib.h... $ECHO_C" >&6
7415if test "${ac_cv_header_gif_lib_h+set}" = set; then 7439if test "${ac_cv_header_gif_lib_h+set}" = set; then
7416 echo $ECHO_N "(cached) $ECHO_C" >&6 7440 echo $ECHO_N "(cached) $ECHO_C" >&6
7417else 7441else
7418 cat >conftest.$ac_ext <<_ACEOF 7442 cat >conftest.$ac_ext <<_ACEOF
7419#line 7419 "configure" 7443#line 7443 "configure"
7420#include "confdefs.h" 7444#include "confdefs.h"
7421#include <gif_lib.h> 7445#include <gif_lib.h>
7422_ACEOF 7446_ACEOF
7423if { (eval echo "$as_me:7423: \"$ac_cpp conftest.$ac_ext\"") >&5 7447if { (eval echo "$as_me:7447: \"$ac_cpp conftest.$ac_ext\"") >&5
7424 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7448 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7425 ac_status=$? 7449 ac_status=$?
7426 egrep -v '^ *\+' conftest.er1 >conftest.err 7450 egrep -v '^ *\+' conftest.er1 >conftest.err
7427 rm -f conftest.er1 7451 rm -f conftest.er1
7428 cat conftest.err >&5 7452 cat conftest.err >&5
7429 echo "$as_me:7429: \$? = $ac_status" >&5 7453 echo "$as_me:7453: \$? = $ac_status" >&5
7430 (exit $ac_status); } >/dev/null; then 7454 (exit $ac_status); } >/dev/null; then
7431 if test -s conftest.err; then 7455 if test -s conftest.err; then
7432 ac_cpp_err=$ac_c_preproc_warn_flag 7456 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -7445,10 +7469,10 @@ else
7445fi 7469fi
7446rm -f conftest.err conftest.$ac_ext 7470rm -f conftest.err conftest.$ac_ext
7447fi 7471fi
7448echo "$as_me:7448: result: $ac_cv_header_gif_lib_h" >&5 7472echo "$as_me:7472: result: $ac_cv_header_gif_lib_h" >&5
7449echo "${ECHO_T}$ac_cv_header_gif_lib_h" >&6 7473echo "${ECHO_T}$ac_cv_header_gif_lib_h" >&6
7450if test $ac_cv_header_gif_lib_h = yes; then 7474if test $ac_cv_header_gif_lib_h = yes; then
7451 echo "$as_me:7451: checking for DGifOpen in -lungif" >&5 7475 echo "$as_me:7475: checking for DGifOpen in -lungif" >&5
7452echo $ECHO_N "checking for DGifOpen in -lungif... $ECHO_C" >&6 7476echo $ECHO_N "checking for DGifOpen in -lungif... $ECHO_C" >&6
7453if test "${ac_cv_lib_ungif_DGifOpen+set}" = set; then 7477if test "${ac_cv_lib_ungif_DGifOpen+set}" = set; then
7454 echo $ECHO_N "(cached) $ECHO_C" >&6 7478 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7456,7 +7480,7 @@ else
7456 ac_check_lib_save_LIBS=$LIBS 7480 ac_check_lib_save_LIBS=$LIBS
7457LIBS="-lungif $LIBS" 7481LIBS="-lungif $LIBS"
7458cat >conftest.$ac_ext <<_ACEOF 7482cat >conftest.$ac_ext <<_ACEOF
7459#line 7459 "configure" 7483#line 7483 "configure"
7460#include "confdefs.h" 7484#include "confdefs.h"
7461 7485
7462/* Override any gcc2 internal prototype to avoid an error. */ 7486/* Override any gcc2 internal prototype to avoid an error. */
@@ -7475,16 +7499,16 @@ DGifOpen ();
7475} 7499}
7476_ACEOF 7500_ACEOF
7477rm -f conftest.$ac_objext conftest$ac_exeext 7501rm -f conftest.$ac_objext conftest$ac_exeext
7478if { (eval echo "$as_me:7478: \"$ac_link\"") >&5 7502if { (eval echo "$as_me:7502: \"$ac_link\"") >&5
7479 (eval $ac_link) 2>&5 7503 (eval $ac_link) 2>&5
7480 ac_status=$? 7504 ac_status=$?
7481 echo "$as_me:7481: \$? = $ac_status" >&5 7505 echo "$as_me:7505: \$? = $ac_status" >&5
7482 (exit $ac_status); } && 7506 (exit $ac_status); } &&
7483 { ac_try='test -s conftest$ac_exeext' 7507 { ac_try='test -s conftest$ac_exeext'
7484 { (eval echo "$as_me:7484: \"$ac_try\"") >&5 7508 { (eval echo "$as_me:7508: \"$ac_try\"") >&5
7485 (eval $ac_try) 2>&5 7509 (eval $ac_try) 2>&5
7486 ac_status=$? 7510 ac_status=$?
7487 echo "$as_me:7487: \$? = $ac_status" >&5 7511 echo "$as_me:7511: \$? = $ac_status" >&5
7488 (exit $ac_status); }; }; then 7512 (exit $ac_status); }; }; then
7489 ac_cv_lib_ungif_DGifOpen=yes 7513 ac_cv_lib_ungif_DGifOpen=yes
7490else 7514else
@@ -7495,7 +7519,7 @@ fi
7495rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7519rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7496LIBS=$ac_check_lib_save_LIBS 7520LIBS=$ac_check_lib_save_LIBS
7497fi 7521fi
7498echo "$as_me:7498: result: $ac_cv_lib_ungif_DGifOpen" >&5 7522echo "$as_me:7522: result: $ac_cv_lib_ungif_DGifOpen" >&5
7499echo "${ECHO_T}$ac_cv_lib_ungif_DGifOpen" >&6 7523echo "${ECHO_T}$ac_cv_lib_ungif_DGifOpen" >&6
7500if test $ac_cv_lib_ungif_DGifOpen = yes; then 7524if test $ac_cv_lib_ungif_DGifOpen = yes; then
7501 HAVE_GIF=yes 7525 HAVE_GIF=yes
@@ -7514,13 +7538,13 @@ EOF
7514fi 7538fi
7515 7539
7516# If netdb.h doesn't declare h_errno, we must declare it by hand. 7540# If netdb.h doesn't declare h_errno, we must declare it by hand.
7517echo "$as_me:7517: checking whether netdb declares h_errno" >&5 7541echo "$as_me:7541: checking whether netdb declares h_errno" >&5
7518echo $ECHO_N "checking whether netdb declares h_errno... $ECHO_C" >&6 7542echo $ECHO_N "checking whether netdb declares h_errno... $ECHO_C" >&6
7519if test "${emacs_cv_netdb_declares_h_errno+set}" = set; then 7543if test "${emacs_cv_netdb_declares_h_errno+set}" = set; then
7520 echo $ECHO_N "(cached) $ECHO_C" >&6 7544 echo $ECHO_N "(cached) $ECHO_C" >&6
7521else 7545else
7522 cat >conftest.$ac_ext <<_ACEOF 7546 cat >conftest.$ac_ext <<_ACEOF
7523#line 7523 "configure" 7547#line 7547 "configure"
7524#include "confdefs.h" 7548#include "confdefs.h"
7525#include <netdb.h> 7549#include <netdb.h>
7526int 7550int
@@ -7532,16 +7556,16 @@ return h_errno;
7532} 7556}
7533_ACEOF 7557_ACEOF
7534rm -f conftest.$ac_objext conftest$ac_exeext 7558rm -f conftest.$ac_objext conftest$ac_exeext
7535if { (eval echo "$as_me:7535: \"$ac_link\"") >&5 7559if { (eval echo "$as_me:7559: \"$ac_link\"") >&5
7536 (eval $ac_link) 2>&5 7560 (eval $ac_link) 2>&5
7537 ac_status=$? 7561 ac_status=$?
7538 echo "$as_me:7538: \$? = $ac_status" >&5 7562 echo "$as_me:7562: \$? = $ac_status" >&5
7539 (exit $ac_status); } && 7563 (exit $ac_status); } &&
7540 { ac_try='test -s conftest$ac_exeext' 7564 { ac_try='test -s conftest$ac_exeext'
7541 { (eval echo "$as_me:7541: \"$ac_try\"") >&5 7565 { (eval echo "$as_me:7565: \"$ac_try\"") >&5
7542 (eval $ac_try) 2>&5 7566 (eval $ac_try) 2>&5
7543 ac_status=$? 7567 ac_status=$?
7544 echo "$as_me:7544: \$? = $ac_status" >&5 7568 echo "$as_me:7568: \$? = $ac_status" >&5
7545 (exit $ac_status); }; }; then 7569 (exit $ac_status); }; }; then
7546 emacs_cv_netdb_declares_h_errno=yes 7570 emacs_cv_netdb_declares_h_errno=yes
7547else 7571else
@@ -7551,7 +7575,7 @@ emacs_cv_netdb_declares_h_errno=no
7551fi 7575fi
7552rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7576rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7553fi 7577fi
7554echo "$as_me:7554: result: $emacs_cv_netdb_declares_h_errno" >&5 7578echo "$as_me:7578: result: $emacs_cv_netdb_declares_h_errno" >&5
7555echo "${ECHO_T}$emacs_cv_netdb_declares_h_errno" >&6 7579echo "${ECHO_T}$emacs_cv_netdb_declares_h_errno" >&6
7556if test $emacs_cv_netdb_declares_h_errno = yes; then 7580if test $emacs_cv_netdb_declares_h_errno = yes; then
7557 cat >>confdefs.h <<\EOF 7581 cat >>confdefs.h <<\EOF
@@ -7562,13 +7586,13 @@ fi
7562 7586
7563# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works 7587# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
7564# for constant arguments. Useless! 7588# for constant arguments. Useless!
7565echo "$as_me:7565: checking for working alloca.h" >&5 7589echo "$as_me:7589: checking for working alloca.h" >&5
7566echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6 7590echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
7567if test "${ac_cv_working_alloca_h+set}" = set; then 7591if test "${ac_cv_working_alloca_h+set}" = set; then
7568 echo $ECHO_N "(cached) $ECHO_C" >&6 7592 echo $ECHO_N "(cached) $ECHO_C" >&6
7569else 7593else
7570 cat >conftest.$ac_ext <<_ACEOF 7594 cat >conftest.$ac_ext <<_ACEOF
7571#line 7571 "configure" 7595#line 7595 "configure"
7572#include "confdefs.h" 7596#include "confdefs.h"
7573#include <alloca.h> 7597#include <alloca.h>
7574int 7598int
@@ -7580,16 +7604,16 @@ char *p = (char *) alloca (2 * sizeof (int));
7580} 7604}
7581_ACEOF 7605_ACEOF
7582rm -f conftest.$ac_objext conftest$ac_exeext 7606rm -f conftest.$ac_objext conftest$ac_exeext
7583if { (eval echo "$as_me:7583: \"$ac_link\"") >&5 7607if { (eval echo "$as_me:7607: \"$ac_link\"") >&5
7584 (eval $ac_link) 2>&5 7608 (eval $ac_link) 2>&5
7585 ac_status=$? 7609 ac_status=$?
7586 echo "$as_me:7586: \$? = $ac_status" >&5 7610 echo "$as_me:7610: \$? = $ac_status" >&5
7587 (exit $ac_status); } && 7611 (exit $ac_status); } &&
7588 { ac_try='test -s conftest$ac_exeext' 7612 { ac_try='test -s conftest$ac_exeext'
7589 { (eval echo "$as_me:7589: \"$ac_try\"") >&5 7613 { (eval echo "$as_me:7613: \"$ac_try\"") >&5
7590 (eval $ac_try) 2>&5 7614 (eval $ac_try) 2>&5
7591 ac_status=$? 7615 ac_status=$?
7592 echo "$as_me:7592: \$? = $ac_status" >&5 7616 echo "$as_me:7616: \$? = $ac_status" >&5
7593 (exit $ac_status); }; }; then 7617 (exit $ac_status); }; }; then
7594 ac_cv_working_alloca_h=yes 7618 ac_cv_working_alloca_h=yes
7595else 7619else
@@ -7599,7 +7623,7 @@ ac_cv_working_alloca_h=no
7599fi 7623fi
7600rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7624rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7601fi 7625fi
7602echo "$as_me:7602: result: $ac_cv_working_alloca_h" >&5 7626echo "$as_me:7626: result: $ac_cv_working_alloca_h" >&5
7603echo "${ECHO_T}$ac_cv_working_alloca_h" >&6 7627echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
7604if test $ac_cv_working_alloca_h = yes; then 7628if test $ac_cv_working_alloca_h = yes; then
7605 7629
@@ -7609,13 +7633,13 @@ EOF
7609 7633
7610fi 7634fi
7611 7635
7612echo "$as_me:7612: checking for alloca" >&5 7636echo "$as_me:7636: checking for alloca" >&5
7613echo $ECHO_N "checking for alloca... $ECHO_C" >&6 7637echo $ECHO_N "checking for alloca... $ECHO_C" >&6
7614if test "${ac_cv_func_alloca_works+set}" = set; then 7638if test "${ac_cv_func_alloca_works+set}" = set; then
7615 echo $ECHO_N "(cached) $ECHO_C" >&6 7639 echo $ECHO_N "(cached) $ECHO_C" >&6
7616else 7640else
7617 cat >conftest.$ac_ext <<_ACEOF 7641 cat >conftest.$ac_ext <<_ACEOF
7618#line 7618 "configure" 7642#line 7642 "configure"
7619#include "confdefs.h" 7643#include "confdefs.h"
7620#ifdef __GNUC__ 7644#ifdef __GNUC__
7621# define alloca __builtin_alloca 7645# define alloca __builtin_alloca
@@ -7647,16 +7671,16 @@ char *p = (char *) alloca (1);
7647} 7671}
7648_ACEOF 7672_ACEOF
7649rm -f conftest.$ac_objext conftest$ac_exeext 7673rm -f conftest.$ac_objext conftest$ac_exeext
7650if { (eval echo "$as_me:7650: \"$ac_link\"") >&5 7674if { (eval echo "$as_me:7674: \"$ac_link\"") >&5
7651 (eval $ac_link) 2>&5 7675 (eval $ac_link) 2>&5
7652 ac_status=$? 7676 ac_status=$?
7653 echo "$as_me:7653: \$? = $ac_status" >&5 7677 echo "$as_me:7677: \$? = $ac_status" >&5
7654 (exit $ac_status); } && 7678 (exit $ac_status); } &&
7655 { ac_try='test -s conftest$ac_exeext' 7679 { ac_try='test -s conftest$ac_exeext'
7656 { (eval echo "$as_me:7656: \"$ac_try\"") >&5 7680 { (eval echo "$as_me:7680: \"$ac_try\"") >&5
7657 (eval $ac_try) 2>&5 7681 (eval $ac_try) 2>&5
7658 ac_status=$? 7682 ac_status=$?
7659 echo "$as_me:7659: \$? = $ac_status" >&5 7683 echo "$as_me:7683: \$? = $ac_status" >&5
7660 (exit $ac_status); }; }; then 7684 (exit $ac_status); }; }; then
7661 ac_cv_func_alloca_works=yes 7685 ac_cv_func_alloca_works=yes
7662else 7686else
@@ -7666,7 +7690,7 @@ ac_cv_func_alloca_works=no
7666fi 7690fi
7667rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7691rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7668fi 7692fi
7669echo "$as_me:7669: result: $ac_cv_func_alloca_works" >&5 7693echo "$as_me:7693: result: $ac_cv_func_alloca_works" >&5
7670echo "${ECHO_T}$ac_cv_func_alloca_works" >&6 7694echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
7671 7695
7672if test $ac_cv_func_alloca_works = yes; then 7696if test $ac_cv_func_alloca_works = yes; then
@@ -7687,13 +7711,13 @@ cat >>confdefs.h <<\EOF
7687#define C_ALLOCA 1 7711#define C_ALLOCA 1
7688EOF 7712EOF
7689 7713
7690echo "$as_me:7690: checking whether \`alloca.c' needs Cray hooks" >&5 7714echo "$as_me:7714: checking whether \`alloca.c' needs Cray hooks" >&5
7691echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6 7715echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
7692if test "${ac_cv_os_cray+set}" = set; then 7716if test "${ac_cv_os_cray+set}" = set; then
7693 echo $ECHO_N "(cached) $ECHO_C" >&6 7717 echo $ECHO_N "(cached) $ECHO_C" >&6
7694else 7718else
7695 cat >conftest.$ac_ext <<_ACEOF 7719 cat >conftest.$ac_ext <<_ACEOF
7696#line 7696 "configure" 7720#line 7720 "configure"
7697#include "confdefs.h" 7721#include "confdefs.h"
7698#if defined(CRAY) && ! defined(CRAY2) 7722#if defined(CRAY) && ! defined(CRAY2)
7699webecray 7723webecray
@@ -7711,18 +7735,18 @@ fi
7711rm -f conftest* 7735rm -f conftest*
7712 7736
7713fi 7737fi
7714echo "$as_me:7714: result: $ac_cv_os_cray" >&5 7738echo "$as_me:7738: result: $ac_cv_os_cray" >&5
7715echo "${ECHO_T}$ac_cv_os_cray" >&6 7739echo "${ECHO_T}$ac_cv_os_cray" >&6
7716if test $ac_cv_os_cray = yes; then 7740if test $ac_cv_os_cray = yes; then
7717 for ac_func in _getb67 GETB67 getb67; do 7741 for ac_func in _getb67 GETB67 getb67; do
7718 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 7742 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7719echo "$as_me:7719: checking for $ac_func" >&5 7743echo "$as_me:7743: checking for $ac_func" >&5
7720echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 7744echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7721if eval "test \"\${$as_ac_var+set}\" = set"; then 7745if eval "test \"\${$as_ac_var+set}\" = set"; then
7722 echo $ECHO_N "(cached) $ECHO_C" >&6 7746 echo $ECHO_N "(cached) $ECHO_C" >&6
7723else 7747else
7724 cat >conftest.$ac_ext <<_ACEOF 7748 cat >conftest.$ac_ext <<_ACEOF
7725#line 7725 "configure" 7749#line 7749 "configure"
7726#include "confdefs.h" 7750#include "confdefs.h"
7727/* System header to define __stub macros and hopefully few prototypes, 7751/* System header to define __stub macros and hopefully few prototypes,
7728 which can conflict with char $ac_func (); below. */ 7752 which can conflict with char $ac_func (); below. */
@@ -7753,16 +7777,16 @@ f = $ac_func;
7753} 7777}
7754_ACEOF 7778_ACEOF
7755rm -f conftest.$ac_objext conftest$ac_exeext 7779rm -f conftest.$ac_objext conftest$ac_exeext
7756if { (eval echo "$as_me:7756: \"$ac_link\"") >&5 7780if { (eval echo "$as_me:7780: \"$ac_link\"") >&5
7757 (eval $ac_link) 2>&5 7781 (eval $ac_link) 2>&5
7758 ac_status=$? 7782 ac_status=$?
7759 echo "$as_me:7759: \$? = $ac_status" >&5 7783 echo "$as_me:7783: \$? = $ac_status" >&5
7760 (exit $ac_status); } && 7784 (exit $ac_status); } &&
7761 { ac_try='test -s conftest$ac_exeext' 7785 { ac_try='test -s conftest$ac_exeext'
7762 { (eval echo "$as_me:7762: \"$ac_try\"") >&5 7786 { (eval echo "$as_me:7786: \"$ac_try\"") >&5
7763 (eval $ac_try) 2>&5 7787 (eval $ac_try) 2>&5
7764 ac_status=$? 7788 ac_status=$?
7765 echo "$as_me:7765: \$? = $ac_status" >&5 7789 echo "$as_me:7789: \$? = $ac_status" >&5
7766 (exit $ac_status); }; }; then 7790 (exit $ac_status); }; }; then
7767 eval "$as_ac_var=yes" 7791 eval "$as_ac_var=yes"
7768else 7792else
@@ -7772,7 +7796,7 @@ eval "$as_ac_var=no"
7772fi 7796fi
7773rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7797rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7774fi 7798fi
7775echo "$as_me:7775: result: `eval echo '${'$as_ac_var'}'`" >&5 7799echo "$as_me:7799: result: `eval echo '${'$as_ac_var'}'`" >&5
7776echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 7800echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7777if test `eval echo '${'$as_ac_var'}'` = yes; then 7801if test `eval echo '${'$as_ac_var'}'` = yes; then
7778 7802
@@ -7786,7 +7810,7 @@ fi
7786 done 7810 done
7787fi 7811fi
7788 7812
7789echo "$as_me:7789: checking stack direction for C alloca" >&5 7813echo "$as_me:7813: checking stack direction for C alloca" >&5
7790echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6 7814echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
7791if test "${ac_cv_c_stack_direction+set}" = set; then 7815if test "${ac_cv_c_stack_direction+set}" = set; then
7792 echo $ECHO_N "(cached) $ECHO_C" >&6 7816 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7795,7 +7819,7 @@ else
7795 ac_cv_c_stack_direction=0 7819 ac_cv_c_stack_direction=0
7796else 7820else
7797 cat >conftest.$ac_ext <<_ACEOF 7821 cat >conftest.$ac_ext <<_ACEOF
7798#line 7798 "configure" 7822#line 7822 "configure"
7799#include "confdefs.h" 7823#include "confdefs.h"
7800int 7824int
7801find_stack_direction () 7825find_stack_direction ()
@@ -7818,15 +7842,15 @@ main ()
7818} 7842}
7819_ACEOF 7843_ACEOF
7820rm -f conftest$ac_exeext 7844rm -f conftest$ac_exeext
7821if { (eval echo "$as_me:7821: \"$ac_link\"") >&5 7845if { (eval echo "$as_me:7845: \"$ac_link\"") >&5
7822 (eval $ac_link) 2>&5 7846 (eval $ac_link) 2>&5
7823 ac_status=$? 7847 ac_status=$?
7824 echo "$as_me:7824: \$? = $ac_status" >&5 7848 echo "$as_me:7848: \$? = $ac_status" >&5
7825 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 7849 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7826 { (eval echo "$as_me:7826: \"$ac_try\"") >&5 7850 { (eval echo "$as_me:7850: \"$ac_try\"") >&5
7827 (eval $ac_try) 2>&5 7851 (eval $ac_try) 2>&5
7828 ac_status=$? 7852 ac_status=$?
7829 echo "$as_me:7829: \$? = $ac_status" >&5 7853 echo "$as_me:7853: \$? = $ac_status" >&5
7830 (exit $ac_status); }; }; then 7854 (exit $ac_status); }; }; then
7831 ac_cv_c_stack_direction=1 7855 ac_cv_c_stack_direction=1
7832else 7856else
@@ -7838,7 +7862,7 @@ fi
7838rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 7862rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7839fi 7863fi
7840fi 7864fi
7841echo "$as_me:7841: result: $ac_cv_c_stack_direction" >&5 7865echo "$as_me:7865: result: $ac_cv_c_stack_direction" >&5
7842echo "${ECHO_T}$ac_cv_c_stack_direction" >&6 7866echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
7843 7867
7844cat >>confdefs.h <<EOF 7868cat >>confdefs.h <<EOF
@@ -7850,7 +7874,7 @@ fi
7850# fmod, logb, and frexp are found in -lm on most systems. 7874# fmod, logb, and frexp are found in -lm on most systems.
7851# On HPUX 9.01, -lm does not contain logb, so check for sqrt. 7875# On HPUX 9.01, -lm does not contain logb, so check for sqrt.
7852 7876
7853echo "$as_me:7853: checking for sqrt in -lm" >&5 7877echo "$as_me:7877: checking for sqrt in -lm" >&5
7854echo $ECHO_N "checking for sqrt in -lm... $ECHO_C" >&6 7878echo $ECHO_N "checking for sqrt in -lm... $ECHO_C" >&6
7855if test "${ac_cv_lib_m_sqrt+set}" = set; then 7879if test "${ac_cv_lib_m_sqrt+set}" = set; then
7856 echo $ECHO_N "(cached) $ECHO_C" >&6 7880 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7858,7 +7882,7 @@ else
7858 ac_check_lib_save_LIBS=$LIBS 7882 ac_check_lib_save_LIBS=$LIBS
7859LIBS="-lm $LIBS" 7883LIBS="-lm $LIBS"
7860cat >conftest.$ac_ext <<_ACEOF 7884cat >conftest.$ac_ext <<_ACEOF
7861#line 7861 "configure" 7885#line 7885 "configure"
7862#include "confdefs.h" 7886#include "confdefs.h"
7863 7887
7864/* Override any gcc2 internal prototype to avoid an error. */ 7888/* Override any gcc2 internal prototype to avoid an error. */
@@ -7877,16 +7901,16 @@ sqrt ();
7877} 7901}
7878_ACEOF 7902_ACEOF
7879rm -f conftest.$ac_objext conftest$ac_exeext 7903rm -f conftest.$ac_objext conftest$ac_exeext
7880if { (eval echo "$as_me:7880: \"$ac_link\"") >&5 7904if { (eval echo "$as_me:7904: \"$ac_link\"") >&5
7881 (eval $ac_link) 2>&5 7905 (eval $ac_link) 2>&5
7882 ac_status=$? 7906 ac_status=$?
7883 echo "$as_me:7883: \$? = $ac_status" >&5 7907 echo "$as_me:7907: \$? = $ac_status" >&5
7884 (exit $ac_status); } && 7908 (exit $ac_status); } &&
7885 { ac_try='test -s conftest$ac_exeext' 7909 { ac_try='test -s conftest$ac_exeext'
7886 { (eval echo "$as_me:7886: \"$ac_try\"") >&5 7910 { (eval echo "$as_me:7910: \"$ac_try\"") >&5
7887 (eval $ac_try) 2>&5 7911 (eval $ac_try) 2>&5
7888 ac_status=$? 7912 ac_status=$?
7889 echo "$as_me:7889: \$? = $ac_status" >&5 7913 echo "$as_me:7913: \$? = $ac_status" >&5
7890 (exit $ac_status); }; }; then 7914 (exit $ac_status); }; }; then
7891 ac_cv_lib_m_sqrt=yes 7915 ac_cv_lib_m_sqrt=yes
7892else 7916else
@@ -7897,7 +7921,7 @@ fi
7897rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7921rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7898LIBS=$ac_check_lib_save_LIBS 7922LIBS=$ac_check_lib_save_LIBS
7899fi 7923fi
7900echo "$as_me:7900: result: $ac_cv_lib_m_sqrt" >&5 7924echo "$as_me:7924: result: $ac_cv_lib_m_sqrt" >&5
7901echo "${ECHO_T}$ac_cv_lib_m_sqrt" >&6 7925echo "${ECHO_T}$ac_cv_lib_m_sqrt" >&6
7902if test $ac_cv_lib_m_sqrt = yes; then 7926if test $ac_cv_lib_m_sqrt = yes; then
7903 cat >>confdefs.h <<EOF 7927 cat >>confdefs.h <<EOF
@@ -7910,7 +7934,7 @@ fi
7910 7934
7911# Check for mail-locking functions in a "mail" library 7935# Check for mail-locking functions in a "mail" library
7912 7936
7913echo "$as_me:7913: checking for maillock in -lmail" >&5 7937echo "$as_me:7937: checking for maillock in -lmail" >&5
7914echo $ECHO_N "checking for maillock in -lmail... $ECHO_C" >&6 7938echo $ECHO_N "checking for maillock in -lmail... $ECHO_C" >&6
7915if test "${ac_cv_lib_mail_maillock+set}" = set; then 7939if test "${ac_cv_lib_mail_maillock+set}" = set; then
7916 echo $ECHO_N "(cached) $ECHO_C" >&6 7940 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7918,7 +7942,7 @@ else
7918 ac_check_lib_save_LIBS=$LIBS 7942 ac_check_lib_save_LIBS=$LIBS
7919LIBS="-lmail $LIBS" 7943LIBS="-lmail $LIBS"
7920cat >conftest.$ac_ext <<_ACEOF 7944cat >conftest.$ac_ext <<_ACEOF
7921#line 7921 "configure" 7945#line 7945 "configure"
7922#include "confdefs.h" 7946#include "confdefs.h"
7923 7947
7924/* Override any gcc2 internal prototype to avoid an error. */ 7948/* Override any gcc2 internal prototype to avoid an error. */
@@ -7937,16 +7961,16 @@ maillock ();
7937} 7961}
7938_ACEOF 7962_ACEOF
7939rm -f conftest.$ac_objext conftest$ac_exeext 7963rm -f conftest.$ac_objext conftest$ac_exeext
7940if { (eval echo "$as_me:7940: \"$ac_link\"") >&5 7964if { (eval echo "$as_me:7964: \"$ac_link\"") >&5
7941 (eval $ac_link) 2>&5 7965 (eval $ac_link) 2>&5
7942 ac_status=$? 7966 ac_status=$?
7943 echo "$as_me:7943: \$? = $ac_status" >&5 7967 echo "$as_me:7967: \$? = $ac_status" >&5
7944 (exit $ac_status); } && 7968 (exit $ac_status); } &&
7945 { ac_try='test -s conftest$ac_exeext' 7969 { ac_try='test -s conftest$ac_exeext'
7946 { (eval echo "$as_me:7946: \"$ac_try\"") >&5 7970 { (eval echo "$as_me:7970: \"$ac_try\"") >&5
7947 (eval $ac_try) 2>&5 7971 (eval $ac_try) 2>&5
7948 ac_status=$? 7972 ac_status=$?
7949 echo "$as_me:7949: \$? = $ac_status" >&5 7973 echo "$as_me:7973: \$? = $ac_status" >&5
7950 (exit $ac_status); }; }; then 7974 (exit $ac_status); }; }; then
7951 ac_cv_lib_mail_maillock=yes 7975 ac_cv_lib_mail_maillock=yes
7952else 7976else
@@ -7957,7 +7981,7 @@ fi
7957rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7981rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7958LIBS=$ac_check_lib_save_LIBS 7982LIBS=$ac_check_lib_save_LIBS
7959fi 7983fi
7960echo "$as_me:7960: result: $ac_cv_lib_mail_maillock" >&5 7984echo "$as_me:7984: result: $ac_cv_lib_mail_maillock" >&5
7961echo "${ECHO_T}$ac_cv_lib_mail_maillock" >&6 7985echo "${ECHO_T}$ac_cv_lib_mail_maillock" >&6
7962if test $ac_cv_lib_mail_maillock = yes; then 7986if test $ac_cv_lib_mail_maillock = yes; then
7963 cat >>confdefs.h <<EOF 7987 cat >>confdefs.h <<EOF
@@ -7968,7 +7992,7 @@ EOF
7968 7992
7969fi 7993fi
7970 7994
7971echo "$as_me:7971: checking for maillock in -llockfile" >&5 7995echo "$as_me:7995: checking for maillock in -llockfile" >&5
7972echo $ECHO_N "checking for maillock in -llockfile... $ECHO_C" >&6 7996echo $ECHO_N "checking for maillock in -llockfile... $ECHO_C" >&6
7973if test "${ac_cv_lib_lockfile_maillock+set}" = set; then 7997if test "${ac_cv_lib_lockfile_maillock+set}" = set; then
7974 echo $ECHO_N "(cached) $ECHO_C" >&6 7998 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7976,7 +8000,7 @@ else
7976 ac_check_lib_save_LIBS=$LIBS 8000 ac_check_lib_save_LIBS=$LIBS
7977LIBS="-llockfile $LIBS" 8001LIBS="-llockfile $LIBS"
7978cat >conftest.$ac_ext <<_ACEOF 8002cat >conftest.$ac_ext <<_ACEOF
7979#line 7979 "configure" 8003#line 8003 "configure"
7980#include "confdefs.h" 8004#include "confdefs.h"
7981 8005
7982/* Override any gcc2 internal prototype to avoid an error. */ 8006/* Override any gcc2 internal prototype to avoid an error. */
@@ -7995,16 +8019,16 @@ maillock ();
7995} 8019}
7996_ACEOF 8020_ACEOF
7997rm -f conftest.$ac_objext conftest$ac_exeext 8021rm -f conftest.$ac_objext conftest$ac_exeext
7998if { (eval echo "$as_me:7998: \"$ac_link\"") >&5 8022if { (eval echo "$as_me:8022: \"$ac_link\"") >&5
7999 (eval $ac_link) 2>&5 8023 (eval $ac_link) 2>&5
8000 ac_status=$? 8024 ac_status=$?
8001 echo "$as_me:8001: \$? = $ac_status" >&5 8025 echo "$as_me:8025: \$? = $ac_status" >&5
8002 (exit $ac_status); } && 8026 (exit $ac_status); } &&
8003 { ac_try='test -s conftest$ac_exeext' 8027 { ac_try='test -s conftest$ac_exeext'
8004 { (eval echo "$as_me:8004: \"$ac_try\"") >&5 8028 { (eval echo "$as_me:8028: \"$ac_try\"") >&5
8005 (eval $ac_try) 2>&5 8029 (eval $ac_try) 2>&5
8006 ac_status=$? 8030 ac_status=$?
8007 echo "$as_me:8007: \$? = $ac_status" >&5 8031 echo "$as_me:8031: \$? = $ac_status" >&5
8008 (exit $ac_status); }; }; then 8032 (exit $ac_status); }; }; then
8009 ac_cv_lib_lockfile_maillock=yes 8033 ac_cv_lib_lockfile_maillock=yes
8010else 8034else
@@ -8015,7 +8039,7 @@ fi
8015rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8039rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8016LIBS=$ac_check_lib_save_LIBS 8040LIBS=$ac_check_lib_save_LIBS
8017fi 8041fi
8018echo "$as_me:8018: result: $ac_cv_lib_lockfile_maillock" >&5 8042echo "$as_me:8042: result: $ac_cv_lib_lockfile_maillock" >&5
8019echo "${ECHO_T}$ac_cv_lib_lockfile_maillock" >&6 8043echo "${ECHO_T}$ac_cv_lib_lockfile_maillock" >&6
8020if test $ac_cv_lib_lockfile_maillock = yes; then 8044if test $ac_cv_lib_lockfile_maillock = yes; then
8021 cat >>confdefs.h <<EOF 8045 cat >>confdefs.h <<EOF
@@ -8032,7 +8056,7 @@ fi
8032if test "$ac_cv_lib_lockfile_maillock" = no; then 8056if test "$ac_cv_lib_lockfile_maillock" = no; then
8033 # Extract the first word of "liblockfile.so", so it can be a program name with args. 8057 # Extract the first word of "liblockfile.so", so it can be a program name with args.
8034set dummy liblockfile.so; ac_word=$2 8058set dummy liblockfile.so; ac_word=$2
8035echo "$as_me:8035: checking for $ac_word" >&5 8059echo "$as_me:8059: checking for $ac_word" >&5
8036echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 8060echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8037if test "${ac_cv_prog_liblockfile+set}" = set; then 8061if test "${ac_cv_prog_liblockfile+set}" = set; then
8038 echo $ECHO_N "(cached) $ECHO_C" >&6 8062 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8047,7 +8071,7 @@ for ac_dir in $ac_dummy; do
8047 test -z "$ac_dir" && ac_dir=. 8071 test -z "$ac_dir" && ac_dir=.
8048 $as_executable_p "$ac_dir/$ac_word" || continue 8072 $as_executable_p "$ac_dir/$ac_word" || continue
8049ac_cv_prog_liblockfile="yes" 8073ac_cv_prog_liblockfile="yes"
8050echo "$as_me:8050: found $ac_dir/$ac_word" >&5 8074echo "$as_me:8074: found $ac_dir/$ac_word" >&5
8051break 8075break
8052done 8076done
8053 8077
@@ -8056,15 +8080,15 @@ fi
8056fi 8080fi
8057liblockfile=$ac_cv_prog_liblockfile 8081liblockfile=$ac_cv_prog_liblockfile
8058if test -n "$liblockfile"; then 8082if test -n "$liblockfile"; then
8059 echo "$as_me:8059: result: $liblockfile" >&5 8083 echo "$as_me:8083: result: $liblockfile" >&5
8060echo "${ECHO_T}$liblockfile" >&6 8084echo "${ECHO_T}$liblockfile" >&6
8061else 8085else
8062 echo "$as_me:8062: result: no" >&5 8086 echo "$as_me:8086: result: no" >&5
8063echo "${ECHO_T}no" >&6 8087echo "${ECHO_T}no" >&6
8064fi 8088fi
8065 8089
8066 if test $ac_cv_prog_liblockfile = yes; then 8090 if test $ac_cv_prog_liblockfile = yes; then
8067 { { echo "$as_me:8067: error: Shared liblockfile found but can't link against it. 8091 { { echo "$as_me:8091: error: Shared liblockfile found but can't link against it.
8068This probably means that movemail could lose mail. 8092This probably means that movemail could lose mail.
8069There may be a \`development' package to install containing liblockfile." >&5 8093There may be a \`development' package to install containing liblockfile." >&5
8070echo "$as_me: error: Shared liblockfile found but can't link against it. 8094echo "$as_me: error: Shared liblockfile found but can't link against it.
@@ -8082,13 +8106,13 @@ fi
8082for ac_func in touchlock 8106for ac_func in touchlock
8083do 8107do
8084as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 8108as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8085echo "$as_me:8085: checking for $ac_func" >&5 8109echo "$as_me:8109: checking for $ac_func" >&5
8086echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 8110echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8087if eval "test \"\${$as_ac_var+set}\" = set"; then 8111if eval "test \"\${$as_ac_var+set}\" = set"; then
8088 echo $ECHO_N "(cached) $ECHO_C" >&6 8112 echo $ECHO_N "(cached) $ECHO_C" >&6
8089else 8113else
8090 cat >conftest.$ac_ext <<_ACEOF 8114 cat >conftest.$ac_ext <<_ACEOF
8091#line 8091 "configure" 8115#line 8115 "configure"
8092#include "confdefs.h" 8116#include "confdefs.h"
8093/* System header to define __stub macros and hopefully few prototypes, 8117/* System header to define __stub macros and hopefully few prototypes,
8094 which can conflict with char $ac_func (); below. */ 8118 which can conflict with char $ac_func (); below. */
@@ -8119,16 +8143,16 @@ f = $ac_func;
8119} 8143}
8120_ACEOF 8144_ACEOF
8121rm -f conftest.$ac_objext conftest$ac_exeext 8145rm -f conftest.$ac_objext conftest$ac_exeext
8122if { (eval echo "$as_me:8122: \"$ac_link\"") >&5 8146if { (eval echo "$as_me:8146: \"$ac_link\"") >&5
8123 (eval $ac_link) 2>&5 8147 (eval $ac_link) 2>&5
8124 ac_status=$? 8148 ac_status=$?
8125 echo "$as_me:8125: \$? = $ac_status" >&5 8149 echo "$as_me:8149: \$? = $ac_status" >&5
8126 (exit $ac_status); } && 8150 (exit $ac_status); } &&
8127 { ac_try='test -s conftest$ac_exeext' 8151 { ac_try='test -s conftest$ac_exeext'
8128 { (eval echo "$as_me:8128: \"$ac_try\"") >&5 8152 { (eval echo "$as_me:8152: \"$ac_try\"") >&5
8129 (eval $ac_try) 2>&5 8153 (eval $ac_try) 2>&5
8130 ac_status=$? 8154 ac_status=$?
8131 echo "$as_me:8131: \$? = $ac_status" >&5 8155 echo "$as_me:8155: \$? = $ac_status" >&5
8132 (exit $ac_status); }; }; then 8156 (exit $ac_status); }; }; then
8133 eval "$as_ac_var=yes" 8157 eval "$as_ac_var=yes"
8134else 8158else
@@ -8138,7 +8162,7 @@ eval "$as_ac_var=no"
8138fi 8162fi
8139rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8163rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8140fi 8164fi
8141echo "$as_me:8141: result: `eval echo '${'$as_ac_var'}'`" >&5 8165echo "$as_me:8165: result: `eval echo '${'$as_ac_var'}'`" >&5
8142echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 8166echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8143if test `eval echo '${'$as_ac_var'}'` = yes; then 8167if test `eval echo '${'$as_ac_var'}'` = yes; then
8144 cat >>confdefs.h <<EOF 8168 cat >>confdefs.h <<EOF
@@ -8151,23 +8175,23 @@ done
8151for ac_header in maillock.h 8175for ac_header in maillock.h
8152do 8176do
8153as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 8177as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8154echo "$as_me:8154: checking for $ac_header" >&5 8178echo "$as_me:8178: checking for $ac_header" >&5
8155echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 8179echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8156if eval "test \"\${$as_ac_Header+set}\" = set"; then 8180if eval "test \"\${$as_ac_Header+set}\" = set"; then
8157 echo $ECHO_N "(cached) $ECHO_C" >&6 8181 echo $ECHO_N "(cached) $ECHO_C" >&6
8158else 8182else
8159 cat >conftest.$ac_ext <<_ACEOF 8183 cat >conftest.$ac_ext <<_ACEOF
8160#line 8160 "configure" 8184#line 8184 "configure"
8161#include "confdefs.h" 8185#include "confdefs.h"
8162#include <$ac_header> 8186#include <$ac_header>
8163_ACEOF 8187_ACEOF
8164if { (eval echo "$as_me:8164: \"$ac_cpp conftest.$ac_ext\"") >&5 8188if { (eval echo "$as_me:8188: \"$ac_cpp conftest.$ac_ext\"") >&5
8165 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 8189 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
8166 ac_status=$? 8190 ac_status=$?
8167 egrep -v '^ *\+' conftest.er1 >conftest.err 8191 egrep -v '^ *\+' conftest.er1 >conftest.err
8168 rm -f conftest.er1 8192 rm -f conftest.er1
8169 cat conftest.err >&5 8193 cat conftest.err >&5
8170 echo "$as_me:8170: \$? = $ac_status" >&5 8194 echo "$as_me:8194: \$? = $ac_status" >&5
8171 (exit $ac_status); } >/dev/null; then 8195 (exit $ac_status); } >/dev/null; then
8172 if test -s conftest.err; then 8196 if test -s conftest.err; then
8173 ac_cpp_err=$ac_c_preproc_warn_flag 8197 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -8186,7 +8210,7 @@ else
8186fi 8210fi
8187rm -f conftest.err conftest.$ac_ext 8211rm -f conftest.err conftest.$ac_ext
8188fi 8212fi
8189echo "$as_me:8189: result: `eval echo '${'$as_ac_Header'}'`" >&5 8213echo "$as_me:8213: result: `eval echo '${'$as_ac_Header'}'`" >&5
8190echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 8214echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8191if test `eval echo '${'$as_ac_Header'}'` = yes; then 8215if test `eval echo '${'$as_ac_Header'}'` = yes; then
8192 cat >>confdefs.h <<EOF 8216 cat >>confdefs.h <<EOF
@@ -8205,13 +8229,13 @@ __fpending mblen mbrlen strsignal setitimer ualarm index rindex \
8205gai_strerror mkstemp 8229gai_strerror mkstemp
8206do 8230do
8207as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 8231as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8208echo "$as_me:8208: checking for $ac_func" >&5 8232echo "$as_me:8232: checking for $ac_func" >&5
8209echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 8233echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8210if eval "test \"\${$as_ac_var+set}\" = set"; then 8234if eval "test \"\${$as_ac_var+set}\" = set"; then
8211 echo $ECHO_N "(cached) $ECHO_C" >&6 8235 echo $ECHO_N "(cached) $ECHO_C" >&6
8212else 8236else
8213 cat >conftest.$ac_ext <<_ACEOF 8237 cat >conftest.$ac_ext <<_ACEOF
8214#line 8214 "configure" 8238#line 8238 "configure"
8215#include "confdefs.h" 8239#include "confdefs.h"
8216/* System header to define __stub macros and hopefully few prototypes, 8240/* System header to define __stub macros and hopefully few prototypes,
8217 which can conflict with char $ac_func (); below. */ 8241 which can conflict with char $ac_func (); below. */
@@ -8242,16 +8266,16 @@ f = $ac_func;
8242} 8266}
8243_ACEOF 8267_ACEOF
8244rm -f conftest.$ac_objext conftest$ac_exeext 8268rm -f conftest.$ac_objext conftest$ac_exeext
8245if { (eval echo "$as_me:8245: \"$ac_link\"") >&5 8269if { (eval echo "$as_me:8269: \"$ac_link\"") >&5
8246 (eval $ac_link) 2>&5 8270 (eval $ac_link) 2>&5
8247 ac_status=$? 8271 ac_status=$?
8248 echo "$as_me:8248: \$? = $ac_status" >&5 8272 echo "$as_me:8272: \$? = $ac_status" >&5
8249 (exit $ac_status); } && 8273 (exit $ac_status); } &&
8250 { ac_try='test -s conftest$ac_exeext' 8274 { ac_try='test -s conftest$ac_exeext'
8251 { (eval echo "$as_me:8251: \"$ac_try\"") >&5 8275 { (eval echo "$as_me:8275: \"$ac_try\"") >&5
8252 (eval $ac_try) 2>&5 8276 (eval $ac_try) 2>&5
8253 ac_status=$? 8277 ac_status=$?
8254 echo "$as_me:8254: \$? = $ac_status" >&5 8278 echo "$as_me:8278: \$? = $ac_status" >&5
8255 (exit $ac_status); }; }; then 8279 (exit $ac_status); }; }; then
8256 eval "$as_ac_var=yes" 8280 eval "$as_ac_var=yes"
8257else 8281else
@@ -8261,7 +8285,7 @@ eval "$as_ac_var=no"
8261fi 8285fi
8262rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8286rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8263fi 8287fi
8264echo "$as_me:8264: result: `eval echo '${'$as_ac_var'}'`" >&5 8288echo "$as_me:8288: result: `eval echo '${'$as_ac_var'}'`" >&5
8265echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 8289echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8266if test `eval echo '${'$as_ac_var'}'` = yes; then 8290if test `eval echo '${'$as_ac_var'}'` = yes; then
8267 cat >>confdefs.h <<EOF 8291 cat >>confdefs.h <<EOF
@@ -8274,23 +8298,23 @@ done
8274for ac_header in sys/time.h unistd.h 8298for ac_header in sys/time.h unistd.h
8275do 8299do
8276as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 8300as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8277echo "$as_me:8277: checking for $ac_header" >&5 8301echo "$as_me:8301: checking for $ac_header" >&5
8278echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 8302echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8279if eval "test \"\${$as_ac_Header+set}\" = set"; then 8303if eval "test \"\${$as_ac_Header+set}\" = set"; then
8280 echo $ECHO_N "(cached) $ECHO_C" >&6 8304 echo $ECHO_N "(cached) $ECHO_C" >&6
8281else 8305else
8282 cat >conftest.$ac_ext <<_ACEOF 8306 cat >conftest.$ac_ext <<_ACEOF
8283#line 8283 "configure" 8307#line 8307 "configure"
8284#include "confdefs.h" 8308#include "confdefs.h"
8285#include <$ac_header> 8309#include <$ac_header>
8286_ACEOF 8310_ACEOF
8287if { (eval echo "$as_me:8287: \"$ac_cpp conftest.$ac_ext\"") >&5 8311if { (eval echo "$as_me:8311: \"$ac_cpp conftest.$ac_ext\"") >&5
8288 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 8312 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
8289 ac_status=$? 8313 ac_status=$?
8290 egrep -v '^ *\+' conftest.er1 >conftest.err 8314 egrep -v '^ *\+' conftest.er1 >conftest.err
8291 rm -f conftest.er1 8315 rm -f conftest.er1
8292 cat conftest.err >&5 8316 cat conftest.err >&5
8293 echo "$as_me:8293: \$? = $ac_status" >&5 8317 echo "$as_me:8317: \$? = $ac_status" >&5
8294 (exit $ac_status); } >/dev/null; then 8318 (exit $ac_status); } >/dev/null; then
8295 if test -s conftest.err; then 8319 if test -s conftest.err; then
8296 ac_cpp_err=$ac_c_preproc_warn_flag 8320 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -8309,7 +8333,7 @@ else
8309fi 8333fi
8310rm -f conftest.err conftest.$ac_ext 8334rm -f conftest.err conftest.$ac_ext
8311fi 8335fi
8312echo "$as_me:8312: result: `eval echo '${'$as_ac_Header'}'`" >&5 8336echo "$as_me:8336: result: `eval echo '${'$as_ac_Header'}'`" >&5
8313echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 8337echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8314if test `eval echo '${'$as_ac_Header'}'` = yes; then 8338if test `eval echo '${'$as_ac_Header'}'` = yes; then
8315 cat >>confdefs.h <<EOF 8339 cat >>confdefs.h <<EOF
@@ -8322,13 +8346,13 @@ done
8322for ac_func in alarm 8346for ac_func in alarm
8323do 8347do
8324as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 8348as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8325echo "$as_me:8325: checking for $ac_func" >&5 8349echo "$as_me:8349: checking for $ac_func" >&5
8326echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 8350echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8327if eval "test \"\${$as_ac_var+set}\" = set"; then 8351if eval "test \"\${$as_ac_var+set}\" = set"; then
8328 echo $ECHO_N "(cached) $ECHO_C" >&6 8352 echo $ECHO_N "(cached) $ECHO_C" >&6
8329else 8353else
8330 cat >conftest.$ac_ext <<_ACEOF 8354 cat >conftest.$ac_ext <<_ACEOF
8331#line 8331 "configure" 8355#line 8355 "configure"
8332#include "confdefs.h" 8356#include "confdefs.h"
8333/* System header to define __stub macros and hopefully few prototypes, 8357/* System header to define __stub macros and hopefully few prototypes,
8334 which can conflict with char $ac_func (); below. */ 8358 which can conflict with char $ac_func (); below. */
@@ -8359,16 +8383,16 @@ f = $ac_func;
8359} 8383}
8360_ACEOF 8384_ACEOF
8361rm -f conftest.$ac_objext conftest$ac_exeext 8385rm -f conftest.$ac_objext conftest$ac_exeext
8362if { (eval echo "$as_me:8362: \"$ac_link\"") >&5 8386if { (eval echo "$as_me:8386: \"$ac_link\"") >&5
8363 (eval $ac_link) 2>&5 8387 (eval $ac_link) 2>&5
8364 ac_status=$? 8388 ac_status=$?
8365 echo "$as_me:8365: \$? = $ac_status" >&5 8389 echo "$as_me:8389: \$? = $ac_status" >&5
8366 (exit $ac_status); } && 8390 (exit $ac_status); } &&
8367 { ac_try='test -s conftest$ac_exeext' 8391 { ac_try='test -s conftest$ac_exeext'
8368 { (eval echo "$as_me:8368: \"$ac_try\"") >&5 8392 { (eval echo "$as_me:8392: \"$ac_try\"") >&5
8369 (eval $ac_try) 2>&5 8393 (eval $ac_try) 2>&5
8370 ac_status=$? 8394 ac_status=$?
8371 echo "$as_me:8371: \$? = $ac_status" >&5 8395 echo "$as_me:8395: \$? = $ac_status" >&5
8372 (exit $ac_status); }; }; then 8396 (exit $ac_status); }; }; then
8373 eval "$as_ac_var=yes" 8397 eval "$as_ac_var=yes"
8374else 8398else
@@ -8378,7 +8402,7 @@ eval "$as_ac_var=no"
8378fi 8402fi
8379rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8403rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8380fi 8404fi
8381echo "$as_me:8381: result: `eval echo '${'$as_ac_var'}'`" >&5 8405echo "$as_me:8405: result: `eval echo '${'$as_ac_var'}'`" >&5
8382echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 8406echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8383if test `eval echo '${'$as_ac_var'}'` = yes; then 8407if test `eval echo '${'$as_ac_var'}'` = yes; then
8384 cat >>confdefs.h <<EOF 8408 cat >>confdefs.h <<EOF
@@ -8388,7 +8412,7 @@ EOF
8388fi 8412fi
8389done 8413done
8390 8414
8391echo "$as_me:8391: checking for working mktime" >&5 8415echo "$as_me:8415: checking for working mktime" >&5
8392echo $ECHO_N "checking for working mktime... $ECHO_C" >&6 8416echo $ECHO_N "checking for working mktime... $ECHO_C" >&6
8393if test "${ac_cv_func_working_mktime+set}" = set; then 8417if test "${ac_cv_func_working_mktime+set}" = set; then
8394 echo $ECHO_N "(cached) $ECHO_C" >&6 8418 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8397,7 +8421,7 @@ else
8397 ac_cv_func_working_mktime=no 8421 ac_cv_func_working_mktime=no
8398else 8422else
8399 cat >conftest.$ac_ext <<_ACEOF 8423 cat >conftest.$ac_ext <<_ACEOF
8400#line 8400 "configure" 8424#line 8424 "configure"
8401#include "confdefs.h" 8425#include "confdefs.h"
8402/* Test program from Paul Eggert and Tony Leneis. */ 8426/* Test program from Paul Eggert and Tony Leneis. */
8403#if TIME_WITH_SYS_TIME 8427#if TIME_WITH_SYS_TIME
@@ -8546,15 +8570,15 @@ main ()
8546} 8570}
8547_ACEOF 8571_ACEOF
8548rm -f conftest$ac_exeext 8572rm -f conftest$ac_exeext
8549if { (eval echo "$as_me:8549: \"$ac_link\"") >&5 8573if { (eval echo "$as_me:8573: \"$ac_link\"") >&5
8550 (eval $ac_link) 2>&5 8574 (eval $ac_link) 2>&5
8551 ac_status=$? 8575 ac_status=$?
8552 echo "$as_me:8552: \$? = $ac_status" >&5 8576 echo "$as_me:8576: \$? = $ac_status" >&5
8553 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 8577 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8554 { (eval echo "$as_me:8554: \"$ac_try\"") >&5 8578 { (eval echo "$as_me:8578: \"$ac_try\"") >&5
8555 (eval $ac_try) 2>&5 8579 (eval $ac_try) 2>&5
8556 ac_status=$? 8580 ac_status=$?
8557 echo "$as_me:8557: \$? = $ac_status" >&5 8581 echo "$as_me:8581: \$? = $ac_status" >&5
8558 (exit $ac_status); }; }; then 8582 (exit $ac_status); }; }; then
8559 ac_cv_func_working_mktime=yes 8583 ac_cv_func_working_mktime=yes
8560else 8584else
@@ -8566,7 +8590,7 @@ fi
8566rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 8590rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8567fi 8591fi
8568fi 8592fi
8569echo "$as_me:8569: result: $ac_cv_func_working_mktime" >&5 8593echo "$as_me:8593: result: $ac_cv_func_working_mktime" >&5
8570echo "${ECHO_T}$ac_cv_func_working_mktime" >&6 8594echo "${ECHO_T}$ac_cv_func_working_mktime" >&6
8571if test $ac_cv_func_working_mktime = no; then 8595if test $ac_cv_func_working_mktime = no; then
8572 LIBOBJS="$LIBOBJS mktime.$ac_objext" 8596 LIBOBJS="$LIBOBJS mktime.$ac_objext"
@@ -8584,13 +8608,13 @@ ac_have_func=no # yes means we've found a way to get the load average.
8584ac_save_LIBS=$LIBS 8608ac_save_LIBS=$LIBS
8585 8609
8586# Check for getloadavg, but be sure not to touch the cache variable. 8610# Check for getloadavg, but be sure not to touch the cache variable.
8587(echo "$as_me:8587: checking for getloadavg" >&5 8611(echo "$as_me:8611: checking for getloadavg" >&5
8588echo $ECHO_N "checking for getloadavg... $ECHO_C" >&6 8612echo $ECHO_N "checking for getloadavg... $ECHO_C" >&6
8589if test "${ac_cv_func_getloadavg+set}" = set; then 8613if test "${ac_cv_func_getloadavg+set}" = set; then
8590 echo $ECHO_N "(cached) $ECHO_C" >&6 8614 echo $ECHO_N "(cached) $ECHO_C" >&6
8591else 8615else
8592 cat >conftest.$ac_ext <<_ACEOF 8616 cat >conftest.$ac_ext <<_ACEOF
8593#line 8593 "configure" 8617#line 8617 "configure"
8594#include "confdefs.h" 8618#include "confdefs.h"
8595/* System header to define __stub macros and hopefully few prototypes, 8619/* System header to define __stub macros and hopefully few prototypes,
8596 which can conflict with char getloadavg (); below. */ 8620 which can conflict with char getloadavg (); below. */
@@ -8621,16 +8645,16 @@ f = getloadavg;
8621} 8645}
8622_ACEOF 8646_ACEOF
8623rm -f conftest.$ac_objext conftest$ac_exeext 8647rm -f conftest.$ac_objext conftest$ac_exeext
8624if { (eval echo "$as_me:8624: \"$ac_link\"") >&5 8648if { (eval echo "$as_me:8648: \"$ac_link\"") >&5
8625 (eval $ac_link) 2>&5 8649 (eval $ac_link) 2>&5
8626 ac_status=$? 8650 ac_status=$?
8627 echo "$as_me:8627: \$? = $ac_status" >&5 8651 echo "$as_me:8651: \$? = $ac_status" >&5
8628 (exit $ac_status); } && 8652 (exit $ac_status); } &&
8629 { ac_try='test -s conftest$ac_exeext' 8653 { ac_try='test -s conftest$ac_exeext'
8630 { (eval echo "$as_me:8630: \"$ac_try\"") >&5 8654 { (eval echo "$as_me:8654: \"$ac_try\"") >&5
8631 (eval $ac_try) 2>&5 8655 (eval $ac_try) 2>&5
8632 ac_status=$? 8656 ac_status=$?
8633 echo "$as_me:8633: \$? = $ac_status" >&5 8657 echo "$as_me:8657: \$? = $ac_status" >&5
8634 (exit $ac_status); }; }; then 8658 (exit $ac_status); }; }; then
8635 ac_cv_func_getloadavg=yes 8659 ac_cv_func_getloadavg=yes
8636else 8660else
@@ -8640,7 +8664,7 @@ ac_cv_func_getloadavg=no
8640fi 8664fi
8641rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8665rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8642fi 8666fi
8643echo "$as_me:8643: result: $ac_cv_func_getloadavg" >&5 8667echo "$as_me:8667: result: $ac_cv_func_getloadavg" >&5
8644echo "${ECHO_T}$ac_cv_func_getloadavg" >&6 8668echo "${ECHO_T}$ac_cv_func_getloadavg" >&6
8645if test $ac_cv_func_getloadavg = yes; then 8669if test $ac_cv_func_getloadavg = yes; then
8646 exit 0 8670 exit 0
@@ -8654,13 +8678,13 @@ fi
8654for ac_func in pstat_getdynamic 8678for ac_func in pstat_getdynamic
8655do 8679do
8656as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 8680as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8657echo "$as_me:8657: checking for $ac_func" >&5 8681echo "$as_me:8681: checking for $ac_func" >&5
8658echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 8682echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8659if eval "test \"\${$as_ac_var+set}\" = set"; then 8683if eval "test \"\${$as_ac_var+set}\" = set"; then
8660 echo $ECHO_N "(cached) $ECHO_C" >&6 8684 echo $ECHO_N "(cached) $ECHO_C" >&6
8661else 8685else
8662 cat >conftest.$ac_ext <<_ACEOF 8686 cat >conftest.$ac_ext <<_ACEOF
8663#line 8663 "configure" 8687#line 8687 "configure"
8664#include "confdefs.h" 8688#include "confdefs.h"
8665/* System header to define __stub macros and hopefully few prototypes, 8689/* System header to define __stub macros and hopefully few prototypes,
8666 which can conflict with char $ac_func (); below. */ 8690 which can conflict with char $ac_func (); below. */
@@ -8691,16 +8715,16 @@ f = $ac_func;
8691} 8715}
8692_ACEOF 8716_ACEOF
8693rm -f conftest.$ac_objext conftest$ac_exeext 8717rm -f conftest.$ac_objext conftest$ac_exeext
8694if { (eval echo "$as_me:8694: \"$ac_link\"") >&5 8718if { (eval echo "$as_me:8718: \"$ac_link\"") >&5
8695 (eval $ac_link) 2>&5 8719 (eval $ac_link) 2>&5
8696 ac_status=$? 8720 ac_status=$?
8697 echo "$as_me:8697: \$? = $ac_status" >&5 8721 echo "$as_me:8721: \$? = $ac_status" >&5
8698 (exit $ac_status); } && 8722 (exit $ac_status); } &&
8699 { ac_try='test -s conftest$ac_exeext' 8723 { ac_try='test -s conftest$ac_exeext'
8700 { (eval echo "$as_me:8700: \"$ac_try\"") >&5 8724 { (eval echo "$as_me:8724: \"$ac_try\"") >&5
8701 (eval $ac_try) 2>&5 8725 (eval $ac_try) 2>&5
8702 ac_status=$? 8726 ac_status=$?
8703 echo "$as_me:8703: \$? = $ac_status" >&5 8727 echo "$as_me:8727: \$? = $ac_status" >&5
8704 (exit $ac_status); }; }; then 8728 (exit $ac_status); }; }; then
8705 eval "$as_ac_var=yes" 8729 eval "$as_ac_var=yes"
8706else 8730else
@@ -8710,7 +8734,7 @@ eval "$as_ac_var=no"
8710fi 8734fi
8711rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8735rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8712fi 8736fi
8713echo "$as_me:8713: result: `eval echo '${'$as_ac_var'}'`" >&5 8737echo "$as_me:8737: result: `eval echo '${'$as_ac_var'}'`" >&5
8714echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 8738echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8715if test `eval echo '${'$as_ac_var'}'` = yes; then 8739if test `eval echo '${'$as_ac_var'}'` = yes; then
8716 cat >>confdefs.h <<EOF 8740 cat >>confdefs.h <<EOF
@@ -8722,7 +8746,7 @@ done
8722 8746
8723# Solaris has libkstat which does not require root. 8747# Solaris has libkstat which does not require root.
8724 8748
8725echo "$as_me:8725: checking for kstat_open in -lkstat" >&5 8749echo "$as_me:8749: checking for kstat_open in -lkstat" >&5
8726echo $ECHO_N "checking for kstat_open in -lkstat... $ECHO_C" >&6 8750echo $ECHO_N "checking for kstat_open in -lkstat... $ECHO_C" >&6
8727if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then 8751if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
8728 echo $ECHO_N "(cached) $ECHO_C" >&6 8752 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8730,7 +8754,7 @@ else
8730 ac_check_lib_save_LIBS=$LIBS 8754 ac_check_lib_save_LIBS=$LIBS
8731LIBS="-lkstat $LIBS" 8755LIBS="-lkstat $LIBS"
8732cat >conftest.$ac_ext <<_ACEOF 8756cat >conftest.$ac_ext <<_ACEOF
8733#line 8733 "configure" 8757#line 8757 "configure"
8734#include "confdefs.h" 8758#include "confdefs.h"
8735 8759
8736/* Override any gcc2 internal prototype to avoid an error. */ 8760/* Override any gcc2 internal prototype to avoid an error. */
@@ -8749,16 +8773,16 @@ kstat_open ();
8749} 8773}
8750_ACEOF 8774_ACEOF
8751rm -f conftest.$ac_objext conftest$ac_exeext 8775rm -f conftest.$ac_objext conftest$ac_exeext
8752if { (eval echo "$as_me:8752: \"$ac_link\"") >&5 8776if { (eval echo "$as_me:8776: \"$ac_link\"") >&5
8753 (eval $ac_link) 2>&5 8777 (eval $ac_link) 2>&5
8754 ac_status=$? 8778 ac_status=$?
8755 echo "$as_me:8755: \$? = $ac_status" >&5 8779 echo "$as_me:8779: \$? = $ac_status" >&5
8756 (exit $ac_status); } && 8780 (exit $ac_status); } &&
8757 { ac_try='test -s conftest$ac_exeext' 8781 { ac_try='test -s conftest$ac_exeext'
8758 { (eval echo "$as_me:8758: \"$ac_try\"") >&5 8782 { (eval echo "$as_me:8782: \"$ac_try\"") >&5
8759 (eval $ac_try) 2>&5 8783 (eval $ac_try) 2>&5
8760 ac_status=$? 8784 ac_status=$?
8761 echo "$as_me:8761: \$? = $ac_status" >&5 8785 echo "$as_me:8785: \$? = $ac_status" >&5
8762 (exit $ac_status); }; }; then 8786 (exit $ac_status); }; }; then
8763 ac_cv_lib_kstat_kstat_open=yes 8787 ac_cv_lib_kstat_kstat_open=yes
8764else 8788else
@@ -8769,7 +8793,7 @@ fi
8769rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8793rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8770LIBS=$ac_check_lib_save_LIBS 8794LIBS=$ac_check_lib_save_LIBS
8771fi 8795fi
8772echo "$as_me:8772: result: $ac_cv_lib_kstat_kstat_open" >&5 8796echo "$as_me:8796: result: $ac_cv_lib_kstat_kstat_open" >&5
8773echo "${ECHO_T}$ac_cv_lib_kstat_kstat_open" >&6 8797echo "${ECHO_T}$ac_cv_lib_kstat_kstat_open" >&6
8774if test $ac_cv_lib_kstat_kstat_open = yes; then 8798if test $ac_cv_lib_kstat_kstat_open = yes; then
8775 cat >>confdefs.h <<EOF 8799 cat >>confdefs.h <<EOF
@@ -8787,7 +8811,7 @@ test $ac_cv_lib_kstat_kstat_open = yes && ac_have_func=yes
8787# to get the right answer into the cache. 8811# to get the right answer into the cache.
8788# For kstat on solaris, we need libelf to force the definition of SVR4 below. 8812# For kstat on solaris, we need libelf to force the definition of SVR4 below.
8789if test $ac_have_func = no; then 8813if test $ac_have_func = no; then
8790 echo "$as_me:8790: checking for elf_begin in -lelf" >&5 8814 echo "$as_me:8814: checking for elf_begin in -lelf" >&5
8791echo $ECHO_N "checking for elf_begin in -lelf... $ECHO_C" >&6 8815echo $ECHO_N "checking for elf_begin in -lelf... $ECHO_C" >&6
8792if test "${ac_cv_lib_elf_elf_begin+set}" = set; then 8816if test "${ac_cv_lib_elf_elf_begin+set}" = set; then
8793 echo $ECHO_N "(cached) $ECHO_C" >&6 8817 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8795,7 +8819,7 @@ else
8795 ac_check_lib_save_LIBS=$LIBS 8819 ac_check_lib_save_LIBS=$LIBS
8796LIBS="-lelf $LIBS" 8820LIBS="-lelf $LIBS"
8797cat >conftest.$ac_ext <<_ACEOF 8821cat >conftest.$ac_ext <<_ACEOF
8798#line 8798 "configure" 8822#line 8822 "configure"
8799#include "confdefs.h" 8823#include "confdefs.h"
8800 8824
8801/* Override any gcc2 internal prototype to avoid an error. */ 8825/* Override any gcc2 internal prototype to avoid an error. */
@@ -8814,16 +8838,16 @@ elf_begin ();
8814} 8838}
8815_ACEOF 8839_ACEOF
8816rm -f conftest.$ac_objext conftest$ac_exeext 8840rm -f conftest.$ac_objext conftest$ac_exeext
8817if { (eval echo "$as_me:8817: \"$ac_link\"") >&5 8841if { (eval echo "$as_me:8841: \"$ac_link\"") >&5
8818 (eval $ac_link) 2>&5 8842 (eval $ac_link) 2>&5
8819 ac_status=$? 8843 ac_status=$?
8820 echo "$as_me:8820: \$? = $ac_status" >&5 8844 echo "$as_me:8844: \$? = $ac_status" >&5
8821 (exit $ac_status); } && 8845 (exit $ac_status); } &&
8822 { ac_try='test -s conftest$ac_exeext' 8846 { ac_try='test -s conftest$ac_exeext'
8823 { (eval echo "$as_me:8823: \"$ac_try\"") >&5 8847 { (eval echo "$as_me:8847: \"$ac_try\"") >&5
8824 (eval $ac_try) 2>&5 8848 (eval $ac_try) 2>&5
8825 ac_status=$? 8849 ac_status=$?
8826 echo "$as_me:8826: \$? = $ac_status" >&5 8850 echo "$as_me:8850: \$? = $ac_status" >&5
8827 (exit $ac_status); }; }; then 8851 (exit $ac_status); }; }; then
8828 ac_cv_lib_elf_elf_begin=yes 8852 ac_cv_lib_elf_elf_begin=yes
8829else 8853else
@@ -8834,7 +8858,7 @@ fi
8834rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8858rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8835LIBS=$ac_check_lib_save_LIBS 8859LIBS=$ac_check_lib_save_LIBS
8836fi 8860fi
8837echo "$as_me:8837: result: $ac_cv_lib_elf_elf_begin" >&5 8861echo "$as_me:8861: result: $ac_cv_lib_elf_elf_begin" >&5
8838echo "${ECHO_T}$ac_cv_lib_elf_elf_begin" >&6 8862echo "${ECHO_T}$ac_cv_lib_elf_elf_begin" >&6
8839if test $ac_cv_lib_elf_elf_begin = yes; then 8863if test $ac_cv_lib_elf_elf_begin = yes; then
8840 LIBS="-lelf $LIBS" 8864 LIBS="-lelf $LIBS"
@@ -8842,7 +8866,7 @@ fi
8842 8866
8843fi 8867fi
8844if test $ac_have_func = no; then 8868if test $ac_have_func = no; then
8845 echo "$as_me:8845: checking for kvm_open in -lkvm" >&5 8869 echo "$as_me:8869: checking for kvm_open in -lkvm" >&5
8846echo $ECHO_N "checking for kvm_open in -lkvm... $ECHO_C" >&6 8870echo $ECHO_N "checking for kvm_open in -lkvm... $ECHO_C" >&6
8847if test "${ac_cv_lib_kvm_kvm_open+set}" = set; then 8871if test "${ac_cv_lib_kvm_kvm_open+set}" = set; then
8848 echo $ECHO_N "(cached) $ECHO_C" >&6 8872 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8850,7 +8874,7 @@ else
8850 ac_check_lib_save_LIBS=$LIBS 8874 ac_check_lib_save_LIBS=$LIBS
8851LIBS="-lkvm $LIBS" 8875LIBS="-lkvm $LIBS"
8852cat >conftest.$ac_ext <<_ACEOF 8876cat >conftest.$ac_ext <<_ACEOF
8853#line 8853 "configure" 8877#line 8877 "configure"
8854#include "confdefs.h" 8878#include "confdefs.h"
8855 8879
8856/* Override any gcc2 internal prototype to avoid an error. */ 8880/* Override any gcc2 internal prototype to avoid an error. */
@@ -8869,16 +8893,16 @@ kvm_open ();
8869} 8893}
8870_ACEOF 8894_ACEOF
8871rm -f conftest.$ac_objext conftest$ac_exeext 8895rm -f conftest.$ac_objext conftest$ac_exeext
8872if { (eval echo "$as_me:8872: \"$ac_link\"") >&5 8896if { (eval echo "$as_me:8896: \"$ac_link\"") >&5
8873 (eval $ac_link) 2>&5 8897 (eval $ac_link) 2>&5
8874 ac_status=$? 8898 ac_status=$?
8875 echo "$as_me:8875: \$? = $ac_status" >&5 8899 echo "$as_me:8899: \$? = $ac_status" >&5
8876 (exit $ac_status); } && 8900 (exit $ac_status); } &&
8877 { ac_try='test -s conftest$ac_exeext' 8901 { ac_try='test -s conftest$ac_exeext'
8878 { (eval echo "$as_me:8878: \"$ac_try\"") >&5 8902 { (eval echo "$as_me:8902: \"$ac_try\"") >&5
8879 (eval $ac_try) 2>&5 8903 (eval $ac_try) 2>&5
8880 ac_status=$? 8904 ac_status=$?
8881 echo "$as_me:8881: \$? = $ac_status" >&5 8905 echo "$as_me:8905: \$? = $ac_status" >&5
8882 (exit $ac_status); }; }; then 8906 (exit $ac_status); }; }; then
8883 ac_cv_lib_kvm_kvm_open=yes 8907 ac_cv_lib_kvm_kvm_open=yes
8884else 8908else
@@ -8889,14 +8913,14 @@ fi
8889rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8913rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8890LIBS=$ac_check_lib_save_LIBS 8914LIBS=$ac_check_lib_save_LIBS
8891fi 8915fi
8892echo "$as_me:8892: result: $ac_cv_lib_kvm_kvm_open" >&5 8916echo "$as_me:8916: result: $ac_cv_lib_kvm_kvm_open" >&5
8893echo "${ECHO_T}$ac_cv_lib_kvm_kvm_open" >&6 8917echo "${ECHO_T}$ac_cv_lib_kvm_kvm_open" >&6
8894if test $ac_cv_lib_kvm_kvm_open = yes; then 8918if test $ac_cv_lib_kvm_kvm_open = yes; then
8895 LIBS="-lkvm $LIBS" 8919 LIBS="-lkvm $LIBS"
8896fi 8920fi
8897 8921
8898 # Check for the 4.4BSD definition of getloadavg. 8922 # Check for the 4.4BSD definition of getloadavg.
8899 echo "$as_me:8899: checking for getloadavg in -lutil" >&5 8923 echo "$as_me:8923: checking for getloadavg in -lutil" >&5
8900echo $ECHO_N "checking for getloadavg in -lutil... $ECHO_C" >&6 8924echo $ECHO_N "checking for getloadavg in -lutil... $ECHO_C" >&6
8901if test "${ac_cv_lib_util_getloadavg+set}" = set; then 8925if test "${ac_cv_lib_util_getloadavg+set}" = set; then
8902 echo $ECHO_N "(cached) $ECHO_C" >&6 8926 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8904,7 +8928,7 @@ else
8904 ac_check_lib_save_LIBS=$LIBS 8928 ac_check_lib_save_LIBS=$LIBS
8905LIBS="-lutil $LIBS" 8929LIBS="-lutil $LIBS"
8906cat >conftest.$ac_ext <<_ACEOF 8930cat >conftest.$ac_ext <<_ACEOF
8907#line 8907 "configure" 8931#line 8931 "configure"
8908#include "confdefs.h" 8932#include "confdefs.h"
8909 8933
8910/* Override any gcc2 internal prototype to avoid an error. */ 8934/* Override any gcc2 internal prototype to avoid an error. */
@@ -8923,16 +8947,16 @@ getloadavg ();
8923} 8947}
8924_ACEOF 8948_ACEOF
8925rm -f conftest.$ac_objext conftest$ac_exeext 8949rm -f conftest.$ac_objext conftest$ac_exeext
8926if { (eval echo "$as_me:8926: \"$ac_link\"") >&5 8950if { (eval echo "$as_me:8950: \"$ac_link\"") >&5
8927 (eval $ac_link) 2>&5 8951 (eval $ac_link) 2>&5
8928 ac_status=$? 8952 ac_status=$?
8929 echo "$as_me:8929: \$? = $ac_status" >&5 8953 echo "$as_me:8953: \$? = $ac_status" >&5
8930 (exit $ac_status); } && 8954 (exit $ac_status); } &&
8931 { ac_try='test -s conftest$ac_exeext' 8955 { ac_try='test -s conftest$ac_exeext'
8932 { (eval echo "$as_me:8932: \"$ac_try\"") >&5 8956 { (eval echo "$as_me:8956: \"$ac_try\"") >&5
8933 (eval $ac_try) 2>&5 8957 (eval $ac_try) 2>&5
8934 ac_status=$? 8958 ac_status=$?
8935 echo "$as_me:8935: \$? = $ac_status" >&5 8959 echo "$as_me:8959: \$? = $ac_status" >&5
8936 (exit $ac_status); }; }; then 8960 (exit $ac_status); }; }; then
8937 ac_cv_lib_util_getloadavg=yes 8961 ac_cv_lib_util_getloadavg=yes
8938else 8962else
@@ -8943,7 +8967,7 @@ fi
8943rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8967rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8944LIBS=$ac_check_lib_save_LIBS 8968LIBS=$ac_check_lib_save_LIBS
8945fi 8969fi
8946echo "$as_me:8946: result: $ac_cv_lib_util_getloadavg" >&5 8970echo "$as_me:8970: result: $ac_cv_lib_util_getloadavg" >&5
8947echo "${ECHO_T}$ac_cv_lib_util_getloadavg" >&6 8971echo "${ECHO_T}$ac_cv_lib_util_getloadavg" >&6
8948if test $ac_cv_lib_util_getloadavg = yes; then 8972if test $ac_cv_lib_util_getloadavg = yes; then
8949 LIBS="-lutil $LIBS" ac_have_func=yes ac_cv_func_getloadavg_setgid=yes 8973 LIBS="-lutil $LIBS" ac_have_func=yes ac_cv_func_getloadavg_setgid=yes
@@ -8956,7 +8980,7 @@ if test $ac_have_func = no; then
8956 # Since it is not a standard part of AIX, it might be installed locally. 8980 # Since it is not a standard part of AIX, it might be installed locally.
8957 ac_getloadavg_LIBS=$LIBS 8981 ac_getloadavg_LIBS=$LIBS
8958 LIBS="-L/usr/local/lib $LIBS" 8982 LIBS="-L/usr/local/lib $LIBS"
8959 echo "$as_me:8959: checking for getloadavg in -lgetloadavg" >&5 8983 echo "$as_me:8983: checking for getloadavg in -lgetloadavg" >&5
8960echo $ECHO_N "checking for getloadavg in -lgetloadavg... $ECHO_C" >&6 8984echo $ECHO_N "checking for getloadavg in -lgetloadavg... $ECHO_C" >&6
8961if test "${ac_cv_lib_getloadavg_getloadavg+set}" = set; then 8985if test "${ac_cv_lib_getloadavg_getloadavg+set}" = set; then
8962 echo $ECHO_N "(cached) $ECHO_C" >&6 8986 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8964,7 +8988,7 @@ else
8964 ac_check_lib_save_LIBS=$LIBS 8988 ac_check_lib_save_LIBS=$LIBS
8965LIBS="-lgetloadavg $LIBS" 8989LIBS="-lgetloadavg $LIBS"
8966cat >conftest.$ac_ext <<_ACEOF 8990cat >conftest.$ac_ext <<_ACEOF
8967#line 8967 "configure" 8991#line 8991 "configure"
8968#include "confdefs.h" 8992#include "confdefs.h"
8969 8993
8970/* Override any gcc2 internal prototype to avoid an error. */ 8994/* Override any gcc2 internal prototype to avoid an error. */
@@ -8983,16 +9007,16 @@ getloadavg ();
8983} 9007}
8984_ACEOF 9008_ACEOF
8985rm -f conftest.$ac_objext conftest$ac_exeext 9009rm -f conftest.$ac_objext conftest$ac_exeext
8986if { (eval echo "$as_me:8986: \"$ac_link\"") >&5 9010if { (eval echo "$as_me:9010: \"$ac_link\"") >&5
8987 (eval $ac_link) 2>&5 9011 (eval $ac_link) 2>&5
8988 ac_status=$? 9012 ac_status=$?
8989 echo "$as_me:8989: \$? = $ac_status" >&5 9013 echo "$as_me:9013: \$? = $ac_status" >&5
8990 (exit $ac_status); } && 9014 (exit $ac_status); } &&
8991 { ac_try='test -s conftest$ac_exeext' 9015 { ac_try='test -s conftest$ac_exeext'
8992 { (eval echo "$as_me:8992: \"$ac_try\"") >&5 9016 { (eval echo "$as_me:9016: \"$ac_try\"") >&5
8993 (eval $ac_try) 2>&5 9017 (eval $ac_try) 2>&5
8994 ac_status=$? 9018 ac_status=$?
8995 echo "$as_me:8995: \$? = $ac_status" >&5 9019 echo "$as_me:9019: \$? = $ac_status" >&5
8996 (exit $ac_status); }; }; then 9020 (exit $ac_status); }; }; then
8997 ac_cv_lib_getloadavg_getloadavg=yes 9021 ac_cv_lib_getloadavg_getloadavg=yes
8998else 9022else
@@ -9003,7 +9027,7 @@ fi
9003rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9027rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9004LIBS=$ac_check_lib_save_LIBS 9028LIBS=$ac_check_lib_save_LIBS
9005fi 9029fi
9006echo "$as_me:9006: result: $ac_cv_lib_getloadavg_getloadavg" >&5 9030echo "$as_me:9030: result: $ac_cv_lib_getloadavg_getloadavg" >&5
9007echo "${ECHO_T}$ac_cv_lib_getloadavg_getloadavg" >&6 9031echo "${ECHO_T}$ac_cv_lib_getloadavg_getloadavg" >&6
9008if test $ac_cv_lib_getloadavg_getloadavg = yes; then 9032if test $ac_cv_lib_getloadavg_getloadavg = yes; then
9009 LIBS="-lgetloadavg $LIBS" 9033 LIBS="-lgetloadavg $LIBS"
@@ -9019,13 +9043,13 @@ fi
9019for ac_func in getloadavg 9043for ac_func in getloadavg
9020do 9044do
9021as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 9045as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9022echo "$as_me:9022: checking for $ac_func" >&5 9046echo "$as_me:9046: checking for $ac_func" >&5
9023echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 9047echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9024if eval "test \"\${$as_ac_var+set}\" = set"; then 9048if eval "test \"\${$as_ac_var+set}\" = set"; then
9025 echo $ECHO_N "(cached) $ECHO_C" >&6 9049 echo $ECHO_N "(cached) $ECHO_C" >&6
9026else 9050else
9027 cat >conftest.$ac_ext <<_ACEOF 9051 cat >conftest.$ac_ext <<_ACEOF
9028#line 9028 "configure" 9052#line 9052 "configure"
9029#include "confdefs.h" 9053#include "confdefs.h"
9030/* System header to define __stub macros and hopefully few prototypes, 9054/* System header to define __stub macros and hopefully few prototypes,
9031 which can conflict with char $ac_func (); below. */ 9055 which can conflict with char $ac_func (); below. */
@@ -9056,16 +9080,16 @@ f = $ac_func;
9056} 9080}
9057_ACEOF 9081_ACEOF
9058rm -f conftest.$ac_objext conftest$ac_exeext 9082rm -f conftest.$ac_objext conftest$ac_exeext
9059if { (eval echo "$as_me:9059: \"$ac_link\"") >&5 9083if { (eval echo "$as_me:9083: \"$ac_link\"") >&5
9060 (eval $ac_link) 2>&5 9084 (eval $ac_link) 2>&5
9061 ac_status=$? 9085 ac_status=$?
9062 echo "$as_me:9062: \$? = $ac_status" >&5 9086 echo "$as_me:9086: \$? = $ac_status" >&5
9063 (exit $ac_status); } && 9087 (exit $ac_status); } &&
9064 { ac_try='test -s conftest$ac_exeext' 9088 { ac_try='test -s conftest$ac_exeext'
9065 { (eval echo "$as_me:9065: \"$ac_try\"") >&5 9089 { (eval echo "$as_me:9089: \"$ac_try\"") >&5
9066 (eval $ac_try) 2>&5 9090 (eval $ac_try) 2>&5
9067 ac_status=$? 9091 ac_status=$?
9068 echo "$as_me:9068: \$? = $ac_status" >&5 9092 echo "$as_me:9092: \$? = $ac_status" >&5
9069 (exit $ac_status); }; }; then 9093 (exit $ac_status); }; }; then
9070 eval "$as_ac_var=yes" 9094 eval "$as_ac_var=yes"
9071else 9095else
@@ -9075,7 +9099,7 @@ eval "$as_ac_var=no"
9075fi 9099fi
9076rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9100rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9077fi 9101fi
9078echo "$as_me:9078: result: `eval echo '${'$as_ac_var'}'`" >&5 9102echo "$as_me:9102: result: `eval echo '${'$as_ac_var'}'`" >&5
9079echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 9103echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9080if test `eval echo '${'$as_ac_var'}'` = yes; then 9104if test `eval echo '${'$as_ac_var'}'` = yes; then
9081 cat >>confdefs.h <<EOF 9105 cat >>confdefs.h <<EOF
@@ -9091,23 +9115,23 @@ EOF
9091 9115
9092# Figure out what our getloadavg.c needs. 9116# Figure out what our getloadavg.c needs.
9093ac_have_func=no 9117ac_have_func=no
9094echo "$as_me:9094: checking for sys/dg_sys_info.h" >&5 9118echo "$as_me:9118: checking for sys/dg_sys_info.h" >&5
9095echo $ECHO_N "checking for sys/dg_sys_info.h... $ECHO_C" >&6 9119echo $ECHO_N "checking for sys/dg_sys_info.h... $ECHO_C" >&6
9096if test "${ac_cv_header_sys_dg_sys_info_h+set}" = set; then 9120if test "${ac_cv_header_sys_dg_sys_info_h+set}" = set; then
9097 echo $ECHO_N "(cached) $ECHO_C" >&6 9121 echo $ECHO_N "(cached) $ECHO_C" >&6
9098else 9122else
9099 cat >conftest.$ac_ext <<_ACEOF 9123 cat >conftest.$ac_ext <<_ACEOF
9100#line 9100 "configure" 9124#line 9124 "configure"
9101#include "confdefs.h" 9125#include "confdefs.h"
9102#include <sys/dg_sys_info.h> 9126#include <sys/dg_sys_info.h>
9103_ACEOF 9127_ACEOF
9104if { (eval echo "$as_me:9104: \"$ac_cpp conftest.$ac_ext\"") >&5 9128if { (eval echo "$as_me:9128: \"$ac_cpp conftest.$ac_ext\"") >&5
9105 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9129 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9106 ac_status=$? 9130 ac_status=$?
9107 egrep -v '^ *\+' conftest.er1 >conftest.err 9131 egrep -v '^ *\+' conftest.er1 >conftest.err
9108 rm -f conftest.er1 9132 rm -f conftest.er1
9109 cat conftest.err >&5 9133 cat conftest.err >&5
9110 echo "$as_me:9110: \$? = $ac_status" >&5 9134 echo "$as_me:9134: \$? = $ac_status" >&5
9111 (exit $ac_status); } >/dev/null; then 9135 (exit $ac_status); } >/dev/null; then
9112 if test -s conftest.err; then 9136 if test -s conftest.err; then
9113 ac_cpp_err=$ac_c_preproc_warn_flag 9137 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -9126,7 +9150,7 @@ else
9126fi 9150fi
9127rm -f conftest.err conftest.$ac_ext 9151rm -f conftest.err conftest.$ac_ext
9128fi 9152fi
9129echo "$as_me:9129: result: $ac_cv_header_sys_dg_sys_info_h" >&5 9153echo "$as_me:9153: result: $ac_cv_header_sys_dg_sys_info_h" >&5
9130echo "${ECHO_T}$ac_cv_header_sys_dg_sys_info_h" >&6 9154echo "${ECHO_T}$ac_cv_header_sys_dg_sys_info_h" >&6
9131if test $ac_cv_header_sys_dg_sys_info_h = yes; then 9155if test $ac_cv_header_sys_dg_sys_info_h = yes; then
9132 ac_have_func=yes 9156 ac_have_func=yes
@@ -9135,7 +9159,7 @@ cat >>confdefs.h <<\EOF
9135#define DGUX 1 9159#define DGUX 1
9136EOF 9160EOF
9137 9161
9138echo "$as_me:9138: checking for dg_sys_info in -ldgc" >&5 9162echo "$as_me:9162: checking for dg_sys_info in -ldgc" >&5
9139echo $ECHO_N "checking for dg_sys_info in -ldgc... $ECHO_C" >&6 9163echo $ECHO_N "checking for dg_sys_info in -ldgc... $ECHO_C" >&6
9140if test "${ac_cv_lib_dgc_dg_sys_info+set}" = set; then 9164if test "${ac_cv_lib_dgc_dg_sys_info+set}" = set; then
9141 echo $ECHO_N "(cached) $ECHO_C" >&6 9165 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9143,7 +9167,7 @@ else
9143 ac_check_lib_save_LIBS=$LIBS 9167 ac_check_lib_save_LIBS=$LIBS
9144LIBS="-ldgc $LIBS" 9168LIBS="-ldgc $LIBS"
9145cat >conftest.$ac_ext <<_ACEOF 9169cat >conftest.$ac_ext <<_ACEOF
9146#line 9146 "configure" 9170#line 9170 "configure"
9147#include "confdefs.h" 9171#include "confdefs.h"
9148 9172
9149/* Override any gcc2 internal prototype to avoid an error. */ 9173/* Override any gcc2 internal prototype to avoid an error. */
@@ -9162,16 +9186,16 @@ dg_sys_info ();
9162} 9186}
9163_ACEOF 9187_ACEOF
9164rm -f conftest.$ac_objext conftest$ac_exeext 9188rm -f conftest.$ac_objext conftest$ac_exeext
9165if { (eval echo "$as_me:9165: \"$ac_link\"") >&5 9189if { (eval echo "$as_me:9189: \"$ac_link\"") >&5
9166 (eval $ac_link) 2>&5 9190 (eval $ac_link) 2>&5
9167 ac_status=$? 9191 ac_status=$?
9168 echo "$as_me:9168: \$? = $ac_status" >&5 9192 echo "$as_me:9192: \$? = $ac_status" >&5
9169 (exit $ac_status); } && 9193 (exit $ac_status); } &&
9170 { ac_try='test -s conftest$ac_exeext' 9194 { ac_try='test -s conftest$ac_exeext'
9171 { (eval echo "$as_me:9171: \"$ac_try\"") >&5 9195 { (eval echo "$as_me:9195: \"$ac_try\"") >&5
9172 (eval $ac_try) 2>&5 9196 (eval $ac_try) 2>&5
9173 ac_status=$? 9197 ac_status=$?
9174 echo "$as_me:9174: \$? = $ac_status" >&5 9198 echo "$as_me:9198: \$? = $ac_status" >&5
9175 (exit $ac_status); }; }; then 9199 (exit $ac_status); }; }; then
9176 ac_cv_lib_dgc_dg_sys_info=yes 9200 ac_cv_lib_dgc_dg_sys_info=yes
9177else 9201else
@@ -9182,7 +9206,7 @@ fi
9182rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9206rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9183LIBS=$ac_check_lib_save_LIBS 9207LIBS=$ac_check_lib_save_LIBS
9184fi 9208fi
9185echo "$as_me:9185: result: $ac_cv_lib_dgc_dg_sys_info" >&5 9209echo "$as_me:9209: result: $ac_cv_lib_dgc_dg_sys_info" >&5
9186echo "${ECHO_T}$ac_cv_lib_dgc_dg_sys_info" >&6 9210echo "${ECHO_T}$ac_cv_lib_dgc_dg_sys_info" >&6
9187if test $ac_cv_lib_dgc_dg_sys_info = yes; then 9211if test $ac_cv_lib_dgc_dg_sys_info = yes; then
9188 cat >>confdefs.h <<EOF 9212 cat >>confdefs.h <<EOF
@@ -9195,23 +9219,23 @@ fi
9195 9219
9196fi 9220fi
9197 9221
9198echo "$as_me:9198: checking for locale.h" >&5 9222echo "$as_me:9222: checking for locale.h" >&5
9199echo $ECHO_N "checking for locale.h... $ECHO_C" >&6 9223echo $ECHO_N "checking for locale.h... $ECHO_C" >&6
9200if test "${ac_cv_header_locale_h+set}" = set; then 9224if test "${ac_cv_header_locale_h+set}" = set; then
9201 echo $ECHO_N "(cached) $ECHO_C" >&6 9225 echo $ECHO_N "(cached) $ECHO_C" >&6
9202else 9226else
9203 cat >conftest.$ac_ext <<_ACEOF 9227 cat >conftest.$ac_ext <<_ACEOF
9204#line 9204 "configure" 9228#line 9228 "configure"
9205#include "confdefs.h" 9229#include "confdefs.h"
9206#include <locale.h> 9230#include <locale.h>
9207_ACEOF 9231_ACEOF
9208if { (eval echo "$as_me:9208: \"$ac_cpp conftest.$ac_ext\"") >&5 9232if { (eval echo "$as_me:9232: \"$ac_cpp conftest.$ac_ext\"") >&5
9209 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9233 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9210 ac_status=$? 9234 ac_status=$?
9211 egrep -v '^ *\+' conftest.er1 >conftest.err 9235 egrep -v '^ *\+' conftest.er1 >conftest.err
9212 rm -f conftest.er1 9236 rm -f conftest.er1
9213 cat conftest.err >&5 9237 cat conftest.err >&5
9214 echo "$as_me:9214: \$? = $ac_status" >&5 9238 echo "$as_me:9238: \$? = $ac_status" >&5
9215 (exit $ac_status); } >/dev/null; then 9239 (exit $ac_status); } >/dev/null; then
9216 if test -s conftest.err; then 9240 if test -s conftest.err; then
9217 ac_cpp_err=$ac_c_preproc_warn_flag 9241 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -9230,19 +9254,19 @@ else
9230fi 9254fi
9231rm -f conftest.err conftest.$ac_ext 9255rm -f conftest.err conftest.$ac_ext
9232fi 9256fi
9233echo "$as_me:9233: result: $ac_cv_header_locale_h" >&5 9257echo "$as_me:9257: result: $ac_cv_header_locale_h" >&5
9234echo "${ECHO_T}$ac_cv_header_locale_h" >&6 9258echo "${ECHO_T}$ac_cv_header_locale_h" >&6
9235 9259
9236for ac_func in setlocale 9260for ac_func in setlocale
9237do 9261do
9238as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 9262as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9239echo "$as_me:9239: checking for $ac_func" >&5 9263echo "$as_me:9263: checking for $ac_func" >&5
9240echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 9264echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9241if eval "test \"\${$as_ac_var+set}\" = set"; then 9265if eval "test \"\${$as_ac_var+set}\" = set"; then
9242 echo $ECHO_N "(cached) $ECHO_C" >&6 9266 echo $ECHO_N "(cached) $ECHO_C" >&6
9243else 9267else
9244 cat >conftest.$ac_ext <<_ACEOF 9268 cat >conftest.$ac_ext <<_ACEOF
9245#line 9245 "configure" 9269#line 9269 "configure"
9246#include "confdefs.h" 9270#include "confdefs.h"
9247/* System header to define __stub macros and hopefully few prototypes, 9271/* System header to define __stub macros and hopefully few prototypes,
9248 which can conflict with char $ac_func (); below. */ 9272 which can conflict with char $ac_func (); below. */
@@ -9273,16 +9297,16 @@ f = $ac_func;
9273} 9297}
9274_ACEOF 9298_ACEOF
9275rm -f conftest.$ac_objext conftest$ac_exeext 9299rm -f conftest.$ac_objext conftest$ac_exeext
9276if { (eval echo "$as_me:9276: \"$ac_link\"") >&5 9300if { (eval echo "$as_me:9300: \"$ac_link\"") >&5
9277 (eval $ac_link) 2>&5 9301 (eval $ac_link) 2>&5
9278 ac_status=$? 9302 ac_status=$?
9279 echo "$as_me:9279: \$? = $ac_status" >&5 9303 echo "$as_me:9303: \$? = $ac_status" >&5
9280 (exit $ac_status); } && 9304 (exit $ac_status); } &&
9281 { ac_try='test -s conftest$ac_exeext' 9305 { ac_try='test -s conftest$ac_exeext'
9282 { (eval echo "$as_me:9282: \"$ac_try\"") >&5 9306 { (eval echo "$as_me:9306: \"$ac_try\"") >&5
9283 (eval $ac_try) 2>&5 9307 (eval $ac_try) 2>&5
9284 ac_status=$? 9308 ac_status=$?
9285 echo "$as_me:9285: \$? = $ac_status" >&5 9309 echo "$as_me:9309: \$? = $ac_status" >&5
9286 (exit $ac_status); }; }; then 9310 (exit $ac_status); }; }; then
9287 eval "$as_ac_var=yes" 9311 eval "$as_ac_var=yes"
9288else 9312else
@@ -9292,7 +9316,7 @@ eval "$as_ac_var=no"
9292fi 9316fi
9293rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9317rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9294fi 9318fi
9295echo "$as_me:9295: result: `eval echo '${'$as_ac_var'}'`" >&5 9319echo "$as_me:9319: result: `eval echo '${'$as_ac_var'}'`" >&5
9296echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 9320echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9297if test `eval echo '${'$as_ac_var'}'` = yes; then 9321if test `eval echo '${'$as_ac_var'}'` = yes; then
9298 cat >>confdefs.h <<EOF 9322 cat >>confdefs.h <<EOF
@@ -9315,23 +9339,23 @@ EOF
9315fi 9339fi
9316 9340
9317if test $ac_have_func = no; then 9341if test $ac_have_func = no; then
9318 echo "$as_me:9318: checking for inq_stats/cpustats.h" >&5 9342 echo "$as_me:9342: checking for inq_stats/cpustats.h" >&5
9319echo $ECHO_N "checking for inq_stats/cpustats.h... $ECHO_C" >&6 9343echo $ECHO_N "checking for inq_stats/cpustats.h... $ECHO_C" >&6
9320if test "${ac_cv_header_inq_stats_cpustats_h+set}" = set; then 9344if test "${ac_cv_header_inq_stats_cpustats_h+set}" = set; then
9321 echo $ECHO_N "(cached) $ECHO_C" >&6 9345 echo $ECHO_N "(cached) $ECHO_C" >&6
9322else 9346else
9323 cat >conftest.$ac_ext <<_ACEOF 9347 cat >conftest.$ac_ext <<_ACEOF
9324#line 9324 "configure" 9348#line 9348 "configure"
9325#include "confdefs.h" 9349#include "confdefs.h"
9326#include <inq_stats/cpustats.h> 9350#include <inq_stats/cpustats.h>
9327_ACEOF 9351_ACEOF
9328if { (eval echo "$as_me:9328: \"$ac_cpp conftest.$ac_ext\"") >&5 9352if { (eval echo "$as_me:9352: \"$ac_cpp conftest.$ac_ext\"") >&5
9329 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9353 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9330 ac_status=$? 9354 ac_status=$?
9331 egrep -v '^ *\+' conftest.er1 >conftest.err 9355 egrep -v '^ *\+' conftest.er1 >conftest.err
9332 rm -f conftest.er1 9356 rm -f conftest.er1
9333 cat conftest.err >&5 9357 cat conftest.err >&5
9334 echo "$as_me:9334: \$? = $ac_status" >&5 9358 echo "$as_me:9358: \$? = $ac_status" >&5
9335 (exit $ac_status); } >/dev/null; then 9359 (exit $ac_status); } >/dev/null; then
9336 if test -s conftest.err; then 9360 if test -s conftest.err; then
9337 ac_cpp_err=$ac_c_preproc_warn_flag 9361 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -9350,7 +9374,7 @@ else
9350fi 9374fi
9351rm -f conftest.err conftest.$ac_ext 9375rm -f conftest.err conftest.$ac_ext
9352fi 9376fi
9353echo "$as_me:9353: result: $ac_cv_header_inq_stats_cpustats_h" >&5 9377echo "$as_me:9377: result: $ac_cv_header_inq_stats_cpustats_h" >&5
9354echo "${ECHO_T}$ac_cv_header_inq_stats_cpustats_h" >&6 9378echo "${ECHO_T}$ac_cv_header_inq_stats_cpustats_h" >&6
9355if test $ac_cv_header_inq_stats_cpustats_h = yes; then 9379if test $ac_cv_header_inq_stats_cpustats_h = yes; then
9356 ac_have_func=yes 9380 ac_have_func=yes
@@ -9368,23 +9392,23 @@ fi
9368fi 9392fi
9369 9393
9370if test $ac_have_func = no; then 9394if test $ac_have_func = no; then
9371 echo "$as_me:9371: checking for sys/cpustats.h" >&5 9395 echo "$as_me:9395: checking for sys/cpustats.h" >&5
9372echo $ECHO_N "checking for sys/cpustats.h... $ECHO_C" >&6 9396echo $ECHO_N "checking for sys/cpustats.h... $ECHO_C" >&6
9373if test "${ac_cv_header_sys_cpustats_h+set}" = set; then 9397if test "${ac_cv_header_sys_cpustats_h+set}" = set; then
9374 echo $ECHO_N "(cached) $ECHO_C" >&6 9398 echo $ECHO_N "(cached) $ECHO_C" >&6
9375else 9399else
9376 cat >conftest.$ac_ext <<_ACEOF 9400 cat >conftest.$ac_ext <<_ACEOF
9377#line 9377 "configure" 9401#line 9401 "configure"
9378#include "confdefs.h" 9402#include "confdefs.h"
9379#include <sys/cpustats.h> 9403#include <sys/cpustats.h>
9380_ACEOF 9404_ACEOF
9381if { (eval echo "$as_me:9381: \"$ac_cpp conftest.$ac_ext\"") >&5 9405if { (eval echo "$as_me:9405: \"$ac_cpp conftest.$ac_ext\"") >&5
9382 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9406 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9383 ac_status=$? 9407 ac_status=$?
9384 egrep -v '^ *\+' conftest.er1 >conftest.err 9408 egrep -v '^ *\+' conftest.er1 >conftest.err
9385 rm -f conftest.er1 9409 rm -f conftest.er1
9386 cat conftest.err >&5 9410 cat conftest.err >&5
9387 echo "$as_me:9387: \$? = $ac_status" >&5 9411 echo "$as_me:9411: \$? = $ac_status" >&5
9388 (exit $ac_status); } >/dev/null; then 9412 (exit $ac_status); } >/dev/null; then
9389 if test -s conftest.err; then 9413 if test -s conftest.err; then
9390 ac_cpp_err=$ac_c_preproc_warn_flag 9414 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -9403,7 +9427,7 @@ else
9403fi 9427fi
9404rm -f conftest.err conftest.$ac_ext 9428rm -f conftest.err conftest.$ac_ext
9405fi 9429fi
9406echo "$as_me:9406: result: $ac_cv_header_sys_cpustats_h" >&5 9430echo "$as_me:9430: result: $ac_cv_header_sys_cpustats_h" >&5
9407echo "${ECHO_T}$ac_cv_header_sys_cpustats_h" >&6 9431echo "${ECHO_T}$ac_cv_header_sys_cpustats_h" >&6
9408if test $ac_cv_header_sys_cpustats_h = yes; then 9432if test $ac_cv_header_sys_cpustats_h = yes; then
9409 ac_have_func=yes; cat >>confdefs.h <<\EOF 9433 ac_have_func=yes; cat >>confdefs.h <<\EOF
@@ -9419,23 +9443,23 @@ if test $ac_have_func = no; then
9419for ac_header in mach/mach.h 9443for ac_header in mach/mach.h
9420do 9444do
9421as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 9445as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9422echo "$as_me:9422: checking for $ac_header" >&5 9446echo "$as_me:9446: checking for $ac_header" >&5
9423echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 9447echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9424if eval "test \"\${$as_ac_Header+set}\" = set"; then 9448if eval "test \"\${$as_ac_Header+set}\" = set"; then
9425 echo $ECHO_N "(cached) $ECHO_C" >&6 9449 echo $ECHO_N "(cached) $ECHO_C" >&6
9426else 9450else
9427 cat >conftest.$ac_ext <<_ACEOF 9451 cat >conftest.$ac_ext <<_ACEOF
9428#line 9428 "configure" 9452#line 9452 "configure"
9429#include "confdefs.h" 9453#include "confdefs.h"
9430#include <$ac_header> 9454#include <$ac_header>
9431_ACEOF 9455_ACEOF
9432if { (eval echo "$as_me:9432: \"$ac_cpp conftest.$ac_ext\"") >&5 9456if { (eval echo "$as_me:9456: \"$ac_cpp conftest.$ac_ext\"") >&5
9433 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9457 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9434 ac_status=$? 9458 ac_status=$?
9435 egrep -v '^ *\+' conftest.er1 >conftest.err 9459 egrep -v '^ *\+' conftest.er1 >conftest.err
9436 rm -f conftest.er1 9460 rm -f conftest.er1
9437 cat conftest.err >&5 9461 cat conftest.err >&5
9438 echo "$as_me:9438: \$? = $ac_status" >&5 9462 echo "$as_me:9462: \$? = $ac_status" >&5
9439 (exit $ac_status); } >/dev/null; then 9463 (exit $ac_status); } >/dev/null; then
9440 if test -s conftest.err; then 9464 if test -s conftest.err; then
9441 ac_cpp_err=$ac_c_preproc_warn_flag 9465 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -9454,7 +9478,7 @@ else
9454fi 9478fi
9455rm -f conftest.err conftest.$ac_ext 9479rm -f conftest.err conftest.$ac_ext
9456fi 9480fi
9457echo "$as_me:9457: result: `eval echo '${'$as_ac_Header'}'`" >&5 9481echo "$as_me:9481: result: `eval echo '${'$as_ac_Header'}'`" >&5
9458echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 9482echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9459if test `eval echo '${'$as_ac_Header'}'` = yes; then 9483if test `eval echo '${'$as_ac_Header'}'` = yes; then
9460 cat >>confdefs.h <<EOF 9484 cat >>confdefs.h <<EOF
@@ -9469,23 +9493,23 @@ fi
9469for ac_header in nlist.h 9493for ac_header in nlist.h
9470do 9494do
9471as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 9495as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9472echo "$as_me:9472: checking for $ac_header" >&5 9496echo "$as_me:9496: checking for $ac_header" >&5
9473echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 9497echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9474if eval "test \"\${$as_ac_Header+set}\" = set"; then 9498if eval "test \"\${$as_ac_Header+set}\" = set"; then
9475 echo $ECHO_N "(cached) $ECHO_C" >&6 9499 echo $ECHO_N "(cached) $ECHO_C" >&6
9476else 9500else
9477 cat >conftest.$ac_ext <<_ACEOF 9501 cat >conftest.$ac_ext <<_ACEOF
9478#line 9478 "configure" 9502#line 9502 "configure"
9479#include "confdefs.h" 9503#include "confdefs.h"
9480#include <$ac_header> 9504#include <$ac_header>
9481_ACEOF 9505_ACEOF
9482if { (eval echo "$as_me:9482: \"$ac_cpp conftest.$ac_ext\"") >&5 9506if { (eval echo "$as_me:9506: \"$ac_cpp conftest.$ac_ext\"") >&5
9483 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9507 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9484 ac_status=$? 9508 ac_status=$?
9485 egrep -v '^ *\+' conftest.er1 >conftest.err 9509 egrep -v '^ *\+' conftest.er1 >conftest.err
9486 rm -f conftest.er1 9510 rm -f conftest.er1
9487 cat conftest.err >&5 9511 cat conftest.err >&5
9488 echo "$as_me:9488: \$? = $ac_status" >&5 9512 echo "$as_me:9512: \$? = $ac_status" >&5
9489 (exit $ac_status); } >/dev/null; then 9513 (exit $ac_status); } >/dev/null; then
9490 if test -s conftest.err; then 9514 if test -s conftest.err; then
9491 ac_cpp_err=$ac_c_preproc_warn_flag 9515 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -9504,19 +9528,19 @@ else
9504fi 9528fi
9505rm -f conftest.err conftest.$ac_ext 9529rm -f conftest.err conftest.$ac_ext
9506fi 9530fi
9507echo "$as_me:9507: result: `eval echo '${'$as_ac_Header'}'`" >&5 9531echo "$as_me:9531: result: `eval echo '${'$as_ac_Header'}'`" >&5
9508echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 9532echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9509if test `eval echo '${'$as_ac_Header'}'` = yes; then 9533if test `eval echo '${'$as_ac_Header'}'` = yes; then
9510 cat >>confdefs.h <<EOF 9534 cat >>confdefs.h <<EOF
9511#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 9535#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9512EOF 9536EOF
9513 echo "$as_me:9513: checking for struct nlist.n_un.n_name" >&5 9537 echo "$as_me:9537: checking for struct nlist.n_un.n_name" >&5
9514echo $ECHO_N "checking for struct nlist.n_un.n_name... $ECHO_C" >&6 9538echo $ECHO_N "checking for struct nlist.n_un.n_name... $ECHO_C" >&6
9515if test "${ac_cv_member_struct_nlist_n_un_n_name+set}" = set; then 9539if test "${ac_cv_member_struct_nlist_n_un_n_name+set}" = set; then
9516 echo $ECHO_N "(cached) $ECHO_C" >&6 9540 echo $ECHO_N "(cached) $ECHO_C" >&6
9517else 9541else
9518 cat >conftest.$ac_ext <<_ACEOF 9542 cat >conftest.$ac_ext <<_ACEOF
9519#line 9519 "configure" 9543#line 9543 "configure"
9520#include "confdefs.h" 9544#include "confdefs.h"
9521#include <nlist.h> 9545#include <nlist.h>
9522 9546
@@ -9531,16 +9555,16 @@ return 0;
9531} 9555}
9532_ACEOF 9556_ACEOF
9533rm -f conftest.$ac_objext 9557rm -f conftest.$ac_objext
9534if { (eval echo "$as_me:9534: \"$ac_compile\"") >&5 9558if { (eval echo "$as_me:9558: \"$ac_compile\"") >&5
9535 (eval $ac_compile) 2>&5 9559 (eval $ac_compile) 2>&5
9536 ac_status=$? 9560 ac_status=$?
9537 echo "$as_me:9537: \$? = $ac_status" >&5 9561 echo "$as_me:9561: \$? = $ac_status" >&5
9538 (exit $ac_status); } && 9562 (exit $ac_status); } &&
9539 { ac_try='test -s conftest.$ac_objext' 9563 { ac_try='test -s conftest.$ac_objext'
9540 { (eval echo "$as_me:9540: \"$ac_try\"") >&5 9564 { (eval echo "$as_me:9564: \"$ac_try\"") >&5
9541 (eval $ac_try) 2>&5 9565 (eval $ac_try) 2>&5
9542 ac_status=$? 9566 ac_status=$?
9543 echo "$as_me:9543: \$? = $ac_status" >&5 9567 echo "$as_me:9567: \$? = $ac_status" >&5
9544 (exit $ac_status); }; }; then 9568 (exit $ac_status); }; }; then
9545 ac_cv_member_struct_nlist_n_un_n_name=yes 9569 ac_cv_member_struct_nlist_n_un_n_name=yes
9546else 9570else
@@ -9550,7 +9574,7 @@ ac_cv_member_struct_nlist_n_un_n_name=no
9550fi 9574fi
9551rm -f conftest.$ac_objext conftest.$ac_ext 9575rm -f conftest.$ac_objext conftest.$ac_ext
9552fi 9576fi
9553echo "$as_me:9553: result: $ac_cv_member_struct_nlist_n_un_n_name" >&5 9577echo "$as_me:9577: result: $ac_cv_member_struct_nlist_n_un_n_name" >&5
9554echo "${ECHO_T}$ac_cv_member_struct_nlist_n_un_n_name" >&6 9578echo "${ECHO_T}$ac_cv_member_struct_nlist_n_un_n_name" >&6
9555if test $ac_cv_member_struct_nlist_n_un_n_name = yes; then 9579if test $ac_cv_member_struct_nlist_n_un_n_name = yes; then
9556 9580
@@ -9571,13 +9595,13 @@ fi
9571done 9595done
9572 9596
9573# Some definitions of getloadavg require that the program be installed setgid. 9597# Some definitions of getloadavg require that the program be installed setgid.
9574echo "$as_me:9574: checking whether getloadavg requires setgid" >&5 9598echo "$as_me:9598: checking whether getloadavg requires setgid" >&5
9575echo $ECHO_N "checking whether getloadavg requires setgid... $ECHO_C" >&6 9599echo $ECHO_N "checking whether getloadavg requires setgid... $ECHO_C" >&6
9576if test "${ac_cv_func_getloadavg_setgid+set}" = set; then 9600if test "${ac_cv_func_getloadavg_setgid+set}" = set; then
9577 echo $ECHO_N "(cached) $ECHO_C" >&6 9601 echo $ECHO_N "(cached) $ECHO_C" >&6
9578else 9602else
9579 cat >conftest.$ac_ext <<_ACEOF 9603 cat >conftest.$ac_ext <<_ACEOF
9580#line 9580 "configure" 9604#line 9604 "configure"
9581#include "confdefs.h" 9605#include "confdefs.h"
9582#include "$srcdir/getloadavg.c" 9606#include "$srcdir/getloadavg.c"
9583#ifdef LDAV_PRIVILEGED 9607#ifdef LDAV_PRIVILEGED
@@ -9593,7 +9617,7 @@ fi
9593rm -f conftest* 9617rm -f conftest*
9594 9618
9595fi 9619fi
9596echo "$as_me:9596: result: $ac_cv_func_getloadavg_setgid" >&5 9620echo "$as_me:9620: result: $ac_cv_func_getloadavg_setgid" >&5
9597echo "${ECHO_T}$ac_cv_func_getloadavg_setgid" >&6 9621echo "${ECHO_T}$ac_cv_func_getloadavg_setgid" >&6
9598if test $ac_cv_func_getloadavg_setgid = yes; then 9622if test $ac_cv_func_getloadavg_setgid = yes; then
9599 NEED_SETGID=true 9623 NEED_SETGID=true
@@ -9607,7 +9631,7 @@ else
9607fi 9631fi
9608 9632
9609if test $ac_cv_func_getloadavg_setgid = yes; then 9633if test $ac_cv_func_getloadavg_setgid = yes; then
9610 echo "$as_me:9610: checking group of /dev/kmem" >&5 9634 echo "$as_me:9634: checking group of /dev/kmem" >&5
9611echo $ECHO_N "checking group of /dev/kmem... $ECHO_C" >&6 9635echo $ECHO_N "checking group of /dev/kmem... $ECHO_C" >&6
9612if test "${ac_cv_group_kmem+set}" = set; then 9636if test "${ac_cv_group_kmem+set}" = set; then
9613 echo $ECHO_N "(cached) $ECHO_C" >&6 9637 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9622,7 +9646,7 @@ else
9622 / /s/.* //;p;'` 9646 / /s/.* //;p;'`
9623 9647
9624fi 9648fi
9625echo "$as_me:9625: result: $ac_cv_group_kmem" >&5 9649echo "$as_me:9649: result: $ac_cv_group_kmem" >&5
9626echo "${ECHO_T}$ac_cv_group_kmem" >&6 9650echo "${ECHO_T}$ac_cv_group_kmem" >&6
9627 KMEM_GROUP=$ac_cv_group_kmem 9651 KMEM_GROUP=$ac_cv_group_kmem
9628fi 9652fi
@@ -9633,7 +9657,7 @@ else
9633fi 9657fi
9634LIBS=$ac_save_LIBS 9658LIBS=$ac_save_LIBS
9635 9659
9636echo "$as_me:9636: checking for _LARGEFILE_SOURCE value needed for large files" >&5 9660echo "$as_me:9660: checking for _LARGEFILE_SOURCE value needed for large files" >&5
9637echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6 9661echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6
9638if test "${ac_cv_sys_largefile_source+set}" = set; then 9662if test "${ac_cv_sys_largefile_source+set}" = set; then
9639 echo $ECHO_N "(cached) $ECHO_C" >&6 9663 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9641,7 +9665,7 @@ else
9641 while :; do 9665 while :; do
9642 ac_cv_sys_largefile_source=no 9666 ac_cv_sys_largefile_source=no
9643 cat >conftest.$ac_ext <<_ACEOF 9667 cat >conftest.$ac_ext <<_ACEOF
9644#line 9644 "configure" 9668#line 9668 "configure"
9645#include "confdefs.h" 9669#include "confdefs.h"
9646#include <stdio.h> 9670#include <stdio.h>
9647int 9671int
@@ -9653,16 +9677,16 @@ return !fseeko;
9653} 9677}
9654_ACEOF 9678_ACEOF
9655rm -f conftest.$ac_objext 9679rm -f conftest.$ac_objext
9656if { (eval echo "$as_me:9656: \"$ac_compile\"") >&5 9680if { (eval echo "$as_me:9680: \"$ac_compile\"") >&5
9657 (eval $ac_compile) 2>&5 9681 (eval $ac_compile) 2>&5
9658 ac_status=$? 9682 ac_status=$?
9659 echo "$as_me:9659: \$? = $ac_status" >&5 9683 echo "$as_me:9683: \$? = $ac_status" >&5
9660 (exit $ac_status); } && 9684 (exit $ac_status); } &&
9661 { ac_try='test -s conftest.$ac_objext' 9685 { ac_try='test -s conftest.$ac_objext'
9662 { (eval echo "$as_me:9662: \"$ac_try\"") >&5 9686 { (eval echo "$as_me:9686: \"$ac_try\"") >&5
9663 (eval $ac_try) 2>&5 9687 (eval $ac_try) 2>&5
9664 ac_status=$? 9688 ac_status=$?
9665 echo "$as_me:9665: \$? = $ac_status" >&5 9689 echo "$as_me:9689: \$? = $ac_status" >&5
9666 (exit $ac_status); }; }; then 9690 (exit $ac_status); }; }; then
9667 break 9691 break
9668else 9692else
@@ -9671,7 +9695,7 @@ cat conftest.$ac_ext >&5
9671fi 9695fi
9672rm -f conftest.$ac_objext conftest.$ac_ext 9696rm -f conftest.$ac_objext conftest.$ac_ext
9673 cat >conftest.$ac_ext <<_ACEOF 9697 cat >conftest.$ac_ext <<_ACEOF
9674#line 9674 "configure" 9698#line 9698 "configure"
9675#include "confdefs.h" 9699#include "confdefs.h"
9676#define _LARGEFILE_SOURCE 1 9700#define _LARGEFILE_SOURCE 1
9677#include <stdio.h> 9701#include <stdio.h>
@@ -9684,16 +9708,16 @@ return !fseeko;
9684} 9708}
9685_ACEOF 9709_ACEOF
9686rm -f conftest.$ac_objext 9710rm -f conftest.$ac_objext
9687if { (eval echo "$as_me:9687: \"$ac_compile\"") >&5 9711if { (eval echo "$as_me:9711: \"$ac_compile\"") >&5
9688 (eval $ac_compile) 2>&5 9712 (eval $ac_compile) 2>&5
9689 ac_status=$? 9713 ac_status=$?
9690 echo "$as_me:9690: \$? = $ac_status" >&5 9714 echo "$as_me:9714: \$? = $ac_status" >&5
9691 (exit $ac_status); } && 9715 (exit $ac_status); } &&
9692 { ac_try='test -s conftest.$ac_objext' 9716 { ac_try='test -s conftest.$ac_objext'
9693 { (eval echo "$as_me:9693: \"$ac_try\"") >&5 9717 { (eval echo "$as_me:9717: \"$ac_try\"") >&5
9694 (eval $ac_try) 2>&5 9718 (eval $ac_try) 2>&5
9695 ac_status=$? 9719 ac_status=$?
9696 echo "$as_me:9696: \$? = $ac_status" >&5 9720 echo "$as_me:9720: \$? = $ac_status" >&5
9697 (exit $ac_status); }; }; then 9721 (exit $ac_status); }; }; then
9698 ac_cv_sys_largefile_source=1; break 9722 ac_cv_sys_largefile_source=1; break
9699else 9723else
@@ -9704,7 +9728,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
9704 break 9728 break
9705done 9729done
9706fi 9730fi
9707echo "$as_me:9707: result: $ac_cv_sys_largefile_source" >&5 9731echo "$as_me:9731: result: $ac_cv_sys_largefile_source" >&5
9708echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6 9732echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6
9709if test "$ac_cv_sys_largefile_source" != no; then 9733if test "$ac_cv_sys_largefile_source" != no; then
9710 9734
@@ -9718,13 +9742,13 @@ rm -f conftest*
9718# We used to try defining _XOPEN_SOURCE=500 too, to work around a bug 9742# We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
9719# in glibc 2.1.3, but that breaks too many other things. 9743# in glibc 2.1.3, but that breaks too many other things.
9720# If you want fseeko and ftello with glibc, upgrade to a fixed glibc. 9744# If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
9721echo "$as_me:9721: checking for fseeko" >&5 9745echo "$as_me:9745: checking for fseeko" >&5
9722echo $ECHO_N "checking for fseeko... $ECHO_C" >&6 9746echo $ECHO_N "checking for fseeko... $ECHO_C" >&6
9723if test "${ac_cv_func_fseeko+set}" = set; then 9747if test "${ac_cv_func_fseeko+set}" = set; then
9724 echo $ECHO_N "(cached) $ECHO_C" >&6 9748 echo $ECHO_N "(cached) $ECHO_C" >&6
9725else 9749else
9726 cat >conftest.$ac_ext <<_ACEOF 9750 cat >conftest.$ac_ext <<_ACEOF
9727#line 9727 "configure" 9751#line 9751 "configure"
9728#include "confdefs.h" 9752#include "confdefs.h"
9729#include <stdio.h> 9753#include <stdio.h>
9730int 9754int
@@ -9736,16 +9760,16 @@ return fseeko && fseeko (stdin, 0, 0);
9736} 9760}
9737_ACEOF 9761_ACEOF
9738rm -f conftest.$ac_objext conftest$ac_exeext 9762rm -f conftest.$ac_objext conftest$ac_exeext
9739if { (eval echo "$as_me:9739: \"$ac_link\"") >&5 9763if { (eval echo "$as_me:9763: \"$ac_link\"") >&5
9740 (eval $ac_link) 2>&5 9764 (eval $ac_link) 2>&5
9741 ac_status=$? 9765 ac_status=$?
9742 echo "$as_me:9742: \$? = $ac_status" >&5 9766 echo "$as_me:9766: \$? = $ac_status" >&5
9743 (exit $ac_status); } && 9767 (exit $ac_status); } &&
9744 { ac_try='test -s conftest$ac_exeext' 9768 { ac_try='test -s conftest$ac_exeext'
9745 { (eval echo "$as_me:9745: \"$ac_try\"") >&5 9769 { (eval echo "$as_me:9769: \"$ac_try\"") >&5
9746 (eval $ac_try) 2>&5 9770 (eval $ac_try) 2>&5
9747 ac_status=$? 9771 ac_status=$?
9748 echo "$as_me:9748: \$? = $ac_status" >&5 9772 echo "$as_me:9772: \$? = $ac_status" >&5
9749 (exit $ac_status); }; }; then 9773 (exit $ac_status); }; }; then
9750 ac_cv_func_fseeko=yes 9774 ac_cv_func_fseeko=yes
9751else 9775else
@@ -9755,7 +9779,7 @@ ac_cv_func_fseeko=no
9755fi 9779fi
9756rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9780rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9757fi 9781fi
9758echo "$as_me:9758: result: $ac_cv_func_fseeko" >&5 9782echo "$as_me:9782: result: $ac_cv_func_fseeko" >&5
9759echo "${ECHO_T}$ac_cv_func_fseeko" >&6 9783echo "${ECHO_T}$ac_cv_func_fseeko" >&6
9760if test $ac_cv_func_fseeko = yes; then 9784if test $ac_cv_func_fseeko = yes; then
9761 9785
@@ -9770,13 +9794,13 @@ fi
9770for ac_func in grantpt 9794for ac_func in grantpt
9771do 9795do
9772as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 9796as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9773echo "$as_me:9773: checking for $ac_func" >&5 9797echo "$as_me:9797: checking for $ac_func" >&5
9774echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 9798echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9775if eval "test \"\${$as_ac_var+set}\" = set"; then 9799if eval "test \"\${$as_ac_var+set}\" = set"; then
9776 echo $ECHO_N "(cached) $ECHO_C" >&6 9800 echo $ECHO_N "(cached) $ECHO_C" >&6
9777else 9801else
9778 cat >conftest.$ac_ext <<_ACEOF 9802 cat >conftest.$ac_ext <<_ACEOF
9779#line 9779 "configure" 9803#line 9803 "configure"
9780#include "confdefs.h" 9804#include "confdefs.h"
9781/* System header to define __stub macros and hopefully few prototypes, 9805/* System header to define __stub macros and hopefully few prototypes,
9782 which can conflict with char $ac_func (); below. */ 9806 which can conflict with char $ac_func (); below. */
@@ -9807,16 +9831,16 @@ f = $ac_func;
9807} 9831}
9808_ACEOF 9832_ACEOF
9809rm -f conftest.$ac_objext conftest$ac_exeext 9833rm -f conftest.$ac_objext conftest$ac_exeext
9810if { (eval echo "$as_me:9810: \"$ac_link\"") >&5 9834if { (eval echo "$as_me:9834: \"$ac_link\"") >&5
9811 (eval $ac_link) 2>&5 9835 (eval $ac_link) 2>&5
9812 ac_status=$? 9836 ac_status=$?
9813 echo "$as_me:9813: \$? = $ac_status" >&5 9837 echo "$as_me:9837: \$? = $ac_status" >&5
9814 (exit $ac_status); } && 9838 (exit $ac_status); } &&
9815 { ac_try='test -s conftest$ac_exeext' 9839 { ac_try='test -s conftest$ac_exeext'
9816 { (eval echo "$as_me:9816: \"$ac_try\"") >&5 9840 { (eval echo "$as_me:9840: \"$ac_try\"") >&5
9817 (eval $ac_try) 2>&5 9841 (eval $ac_try) 2>&5
9818 ac_status=$? 9842 ac_status=$?
9819 echo "$as_me:9819: \$? = $ac_status" >&5 9843 echo "$as_me:9843: \$? = $ac_status" >&5
9820 (exit $ac_status); }; }; then 9844 (exit $ac_status); }; }; then
9821 eval "$as_ac_var=yes" 9845 eval "$as_ac_var=yes"
9822else 9846else
@@ -9826,7 +9850,7 @@ eval "$as_ac_var=no"
9826fi 9850fi
9827rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9851rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9828fi 9852fi
9829echo "$as_me:9829: result: `eval echo '${'$as_ac_var'}'`" >&5 9853echo "$as_me:9853: result: `eval echo '${'$as_ac_var'}'`" >&5
9830echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 9854echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9831if test `eval echo '${'$as_ac_var'}'` = yes; then 9855if test `eval echo '${'$as_ac_var'}'` = yes; then
9832 cat >>confdefs.h <<EOF 9856 cat >>confdefs.h <<EOF
@@ -9841,13 +9865,13 @@ done
9841for ac_func in getpt 9865for ac_func in getpt
9842do 9866do
9843as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 9867as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9844echo "$as_me:9844: checking for $ac_func" >&5 9868echo "$as_me:9868: checking for $ac_func" >&5
9845echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 9869echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9846if eval "test \"\${$as_ac_var+set}\" = set"; then 9870if eval "test \"\${$as_ac_var+set}\" = set"; then
9847 echo $ECHO_N "(cached) $ECHO_C" >&6 9871 echo $ECHO_N "(cached) $ECHO_C" >&6
9848else 9872else
9849 cat >conftest.$ac_ext <<_ACEOF 9873 cat >conftest.$ac_ext <<_ACEOF
9850#line 9850 "configure" 9874#line 9874 "configure"
9851#include "confdefs.h" 9875#include "confdefs.h"
9852/* System header to define __stub macros and hopefully few prototypes, 9876/* System header to define __stub macros and hopefully few prototypes,
9853 which can conflict with char $ac_func (); below. */ 9877 which can conflict with char $ac_func (); below. */
@@ -9878,16 +9902,16 @@ f = $ac_func;
9878} 9902}
9879_ACEOF 9903_ACEOF
9880rm -f conftest.$ac_objext conftest$ac_exeext 9904rm -f conftest.$ac_objext conftest$ac_exeext
9881if { (eval echo "$as_me:9881: \"$ac_link\"") >&5 9905if { (eval echo "$as_me:9905: \"$ac_link\"") >&5
9882 (eval $ac_link) 2>&5 9906 (eval $ac_link) 2>&5
9883 ac_status=$? 9907 ac_status=$?
9884 echo "$as_me:9884: \$? = $ac_status" >&5 9908 echo "$as_me:9908: \$? = $ac_status" >&5
9885 (exit $ac_status); } && 9909 (exit $ac_status); } &&
9886 { ac_try='test -s conftest$ac_exeext' 9910 { ac_try='test -s conftest$ac_exeext'
9887 { (eval echo "$as_me:9887: \"$ac_try\"") >&5 9911 { (eval echo "$as_me:9911: \"$ac_try\"") >&5
9888 (eval $ac_try) 2>&5 9912 (eval $ac_try) 2>&5
9889 ac_status=$? 9913 ac_status=$?
9890 echo "$as_me:9890: \$? = $ac_status" >&5 9914 echo "$as_me:9914: \$? = $ac_status" >&5
9891 (exit $ac_status); }; }; then 9915 (exit $ac_status); }; }; then
9892 eval "$as_ac_var=yes" 9916 eval "$as_ac_var=yes"
9893else 9917else
@@ -9897,7 +9921,7 @@ eval "$as_ac_var=no"
9897fi 9921fi
9898rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9922rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9899fi 9923fi
9900echo "$as_me:9900: result: `eval echo '${'$as_ac_var'}'`" >&5 9924echo "$as_me:9924: result: `eval echo '${'$as_ac_var'}'`" >&5
9901echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 9925echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9902if test `eval echo '${'$as_ac_var'}'` = yes; then 9926if test `eval echo '${'$as_ac_var'}'` = yes; then
9903 cat >>confdefs.h <<EOF 9927 cat >>confdefs.h <<EOF
@@ -9912,7 +9936,7 @@ done
9912# It's better to believe a function is not available 9936# It's better to believe a function is not available
9913# than to expect to find it in ncurses. 9937# than to expect to find it in ncurses.
9914 9938
9915echo "$as_me:9915: checking for tparm in -lncurses" >&5 9939echo "$as_me:9939: checking for tparm in -lncurses" >&5
9916echo $ECHO_N "checking for tparm in -lncurses... $ECHO_C" >&6 9940echo $ECHO_N "checking for tparm in -lncurses... $ECHO_C" >&6
9917if test "${ac_cv_lib_ncurses_tparm+set}" = set; then 9941if test "${ac_cv_lib_ncurses_tparm+set}" = set; then
9918 echo $ECHO_N "(cached) $ECHO_C" >&6 9942 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9920,7 +9944,7 @@ else
9920 ac_check_lib_save_LIBS=$LIBS 9944 ac_check_lib_save_LIBS=$LIBS
9921LIBS="-lncurses $LIBS" 9945LIBS="-lncurses $LIBS"
9922cat >conftest.$ac_ext <<_ACEOF 9946cat >conftest.$ac_ext <<_ACEOF
9923#line 9923 "configure" 9947#line 9947 "configure"
9924#include "confdefs.h" 9948#include "confdefs.h"
9925 9949
9926/* Override any gcc2 internal prototype to avoid an error. */ 9950/* Override any gcc2 internal prototype to avoid an error. */
@@ -9939,16 +9963,16 @@ tparm ();
9939} 9963}
9940_ACEOF 9964_ACEOF
9941rm -f conftest.$ac_objext conftest$ac_exeext 9965rm -f conftest.$ac_objext conftest$ac_exeext
9942if { (eval echo "$as_me:9942: \"$ac_link\"") >&5 9966if { (eval echo "$as_me:9966: \"$ac_link\"") >&5
9943 (eval $ac_link) 2>&5 9967 (eval $ac_link) 2>&5
9944 ac_status=$? 9968 ac_status=$?
9945 echo "$as_me:9945: \$? = $ac_status" >&5 9969 echo "$as_me:9969: \$? = $ac_status" >&5
9946 (exit $ac_status); } && 9970 (exit $ac_status); } &&
9947 { ac_try='test -s conftest$ac_exeext' 9971 { ac_try='test -s conftest$ac_exeext'
9948 { (eval echo "$as_me:9948: \"$ac_try\"") >&5 9972 { (eval echo "$as_me:9972: \"$ac_try\"") >&5
9949 (eval $ac_try) 2>&5 9973 (eval $ac_try) 2>&5
9950 ac_status=$? 9974 ac_status=$?
9951 echo "$as_me:9951: \$? = $ac_status" >&5 9975 echo "$as_me:9975: \$? = $ac_status" >&5
9952 (exit $ac_status); }; }; then 9976 (exit $ac_status); }; }; then
9953 ac_cv_lib_ncurses_tparm=yes 9977 ac_cv_lib_ncurses_tparm=yes
9954else 9978else
@@ -9959,7 +9983,7 @@ fi
9959rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9983rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9960LIBS=$ac_check_lib_save_LIBS 9984LIBS=$ac_check_lib_save_LIBS
9961fi 9985fi
9962echo "$as_me:9962: result: $ac_cv_lib_ncurses_tparm" >&5 9986echo "$as_me:9986: result: $ac_cv_lib_ncurses_tparm" >&5
9963echo "${ECHO_T}$ac_cv_lib_ncurses_tparm" >&6 9987echo "${ECHO_T}$ac_cv_lib_ncurses_tparm" >&6
9964if test $ac_cv_lib_ncurses_tparm = yes; then 9988if test $ac_cv_lib_ncurses_tparm = yes; then
9965 cat >>confdefs.h <<EOF 9989 cat >>confdefs.h <<EOF
@@ -9974,13 +9998,13 @@ fi
9974if test "$with_hesiod" = yes ; then 9998if test "$with_hesiod" = yes ; then
9975 # Don't set $LIBS here -- see comments above. 9999 # Don't set $LIBS here -- see comments above.
9976 resolv=no 10000 resolv=no
9977 echo "$as_me:9977: checking for res_send" >&5 10001 echo "$as_me:10001: checking for res_send" >&5
9978echo $ECHO_N "checking for res_send... $ECHO_C" >&6 10002echo $ECHO_N "checking for res_send... $ECHO_C" >&6
9979if test "${ac_cv_func_res_send+set}" = set; then 10003if test "${ac_cv_func_res_send+set}" = set; then
9980 echo $ECHO_N "(cached) $ECHO_C" >&6 10004 echo $ECHO_N "(cached) $ECHO_C" >&6
9981else 10005else
9982 cat >conftest.$ac_ext <<_ACEOF 10006 cat >conftest.$ac_ext <<_ACEOF
9983#line 9983 "configure" 10007#line 10007 "configure"
9984#include "confdefs.h" 10008#include "confdefs.h"
9985/* System header to define __stub macros and hopefully few prototypes, 10009/* System header to define __stub macros and hopefully few prototypes,
9986 which can conflict with char res_send (); below. */ 10010 which can conflict with char res_send (); below. */
@@ -10011,16 +10035,16 @@ f = res_send;
10011} 10035}
10012_ACEOF 10036_ACEOF
10013rm -f conftest.$ac_objext conftest$ac_exeext 10037rm -f conftest.$ac_objext conftest$ac_exeext
10014if { (eval echo "$as_me:10014: \"$ac_link\"") >&5 10038if { (eval echo "$as_me:10038: \"$ac_link\"") >&5
10015 (eval $ac_link) 2>&5 10039 (eval $ac_link) 2>&5
10016 ac_status=$? 10040 ac_status=$?
10017 echo "$as_me:10017: \$? = $ac_status" >&5 10041 echo "$as_me:10041: \$? = $ac_status" >&5
10018 (exit $ac_status); } && 10042 (exit $ac_status); } &&
10019 { ac_try='test -s conftest$ac_exeext' 10043 { ac_try='test -s conftest$ac_exeext'
10020 { (eval echo "$as_me:10020: \"$ac_try\"") >&5 10044 { (eval echo "$as_me:10044: \"$ac_try\"") >&5
10021 (eval $ac_try) 2>&5 10045 (eval $ac_try) 2>&5
10022 ac_status=$? 10046 ac_status=$?
10023 echo "$as_me:10023: \$? = $ac_status" >&5 10047 echo "$as_me:10047: \$? = $ac_status" >&5
10024 (exit $ac_status); }; }; then 10048 (exit $ac_status); }; }; then
10025 ac_cv_func_res_send=yes 10049 ac_cv_func_res_send=yes
10026else 10050else
@@ -10030,18 +10054,18 @@ ac_cv_func_res_send=no
10030fi 10054fi
10031rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10055rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10032fi 10056fi
10033echo "$as_me:10033: result: $ac_cv_func_res_send" >&5 10057echo "$as_me:10057: result: $ac_cv_func_res_send" >&5
10034echo "${ECHO_T}$ac_cv_func_res_send" >&6 10058echo "${ECHO_T}$ac_cv_func_res_send" >&6
10035if test $ac_cv_func_res_send = yes; then 10059if test $ac_cv_func_res_send = yes; then
10036 : 10060 :
10037else 10061else
10038 echo "$as_me:10038: checking for __res_send" >&5 10062 echo "$as_me:10062: checking for __res_send" >&5
10039echo $ECHO_N "checking for __res_send... $ECHO_C" >&6 10063echo $ECHO_N "checking for __res_send... $ECHO_C" >&6
10040if test "${ac_cv_func___res_send+set}" = set; then 10064if test "${ac_cv_func___res_send+set}" = set; then
10041 echo $ECHO_N "(cached) $ECHO_C" >&6 10065 echo $ECHO_N "(cached) $ECHO_C" >&6
10042else 10066else
10043 cat >conftest.$ac_ext <<_ACEOF 10067 cat >conftest.$ac_ext <<_ACEOF
10044#line 10044 "configure" 10068#line 10068 "configure"
10045#include "confdefs.h" 10069#include "confdefs.h"
10046/* System header to define __stub macros and hopefully few prototypes, 10070/* System header to define __stub macros and hopefully few prototypes,
10047 which can conflict with char __res_send (); below. */ 10071 which can conflict with char __res_send (); below. */
@@ -10072,16 +10096,16 @@ f = __res_send;
10072} 10096}
10073_ACEOF 10097_ACEOF
10074rm -f conftest.$ac_objext conftest$ac_exeext 10098rm -f conftest.$ac_objext conftest$ac_exeext
10075if { (eval echo "$as_me:10075: \"$ac_link\"") >&5 10099if { (eval echo "$as_me:10099: \"$ac_link\"") >&5
10076 (eval $ac_link) 2>&5 10100 (eval $ac_link) 2>&5
10077 ac_status=$? 10101 ac_status=$?
10078 echo "$as_me:10078: \$? = $ac_status" >&5 10102 echo "$as_me:10102: \$? = $ac_status" >&5
10079 (exit $ac_status); } && 10103 (exit $ac_status); } &&
10080 { ac_try='test -s conftest$ac_exeext' 10104 { ac_try='test -s conftest$ac_exeext'
10081 { (eval echo "$as_me:10081: \"$ac_try\"") >&5 10105 { (eval echo "$as_me:10105: \"$ac_try\"") >&5
10082 (eval $ac_try) 2>&5 10106 (eval $ac_try) 2>&5
10083 ac_status=$? 10107 ac_status=$?
10084 echo "$as_me:10084: \$? = $ac_status" >&5 10108 echo "$as_me:10108: \$? = $ac_status" >&5
10085 (exit $ac_status); }; }; then 10109 (exit $ac_status); }; }; then
10086 ac_cv_func___res_send=yes 10110 ac_cv_func___res_send=yes
10087else 10111else
@@ -10091,12 +10115,12 @@ ac_cv_func___res_send=no
10091fi 10115fi
10092rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10116rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10093fi 10117fi
10094echo "$as_me:10094: result: $ac_cv_func___res_send" >&5 10118echo "$as_me:10118: result: $ac_cv_func___res_send" >&5
10095echo "${ECHO_T}$ac_cv_func___res_send" >&6 10119echo "${ECHO_T}$ac_cv_func___res_send" >&6
10096if test $ac_cv_func___res_send = yes; then 10120if test $ac_cv_func___res_send = yes; then
10097 : 10121 :
10098else 10122else
10099 echo "$as_me:10099: checking for res_send in -lresolv" >&5 10123 echo "$as_me:10123: checking for res_send in -lresolv" >&5
10100echo $ECHO_N "checking for res_send in -lresolv... $ECHO_C" >&6 10124echo $ECHO_N "checking for res_send in -lresolv... $ECHO_C" >&6
10101if test "${ac_cv_lib_resolv_res_send+set}" = set; then 10125if test "${ac_cv_lib_resolv_res_send+set}" = set; then
10102 echo $ECHO_N "(cached) $ECHO_C" >&6 10126 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10104,7 +10128,7 @@ else
10104 ac_check_lib_save_LIBS=$LIBS 10128 ac_check_lib_save_LIBS=$LIBS
10105LIBS="-lresolv $LIBS" 10129LIBS="-lresolv $LIBS"
10106cat >conftest.$ac_ext <<_ACEOF 10130cat >conftest.$ac_ext <<_ACEOF
10107#line 10107 "configure" 10131#line 10131 "configure"
10108#include "confdefs.h" 10132#include "confdefs.h"
10109 10133
10110/* Override any gcc2 internal prototype to avoid an error. */ 10134/* Override any gcc2 internal prototype to avoid an error. */
@@ -10123,16 +10147,16 @@ res_send ();
10123} 10147}
10124_ACEOF 10148_ACEOF
10125rm -f conftest.$ac_objext conftest$ac_exeext 10149rm -f conftest.$ac_objext conftest$ac_exeext
10126if { (eval echo "$as_me:10126: \"$ac_link\"") >&5 10150if { (eval echo "$as_me:10150: \"$ac_link\"") >&5
10127 (eval $ac_link) 2>&5 10151 (eval $ac_link) 2>&5
10128 ac_status=$? 10152 ac_status=$?
10129 echo "$as_me:10129: \$? = $ac_status" >&5 10153 echo "$as_me:10153: \$? = $ac_status" >&5
10130 (exit $ac_status); } && 10154 (exit $ac_status); } &&
10131 { ac_try='test -s conftest$ac_exeext' 10155 { ac_try='test -s conftest$ac_exeext'
10132 { (eval echo "$as_me:10132: \"$ac_try\"") >&5 10156 { (eval echo "$as_me:10156: \"$ac_try\"") >&5
10133 (eval $ac_try) 2>&5 10157 (eval $ac_try) 2>&5
10134 ac_status=$? 10158 ac_status=$?
10135 echo "$as_me:10135: \$? = $ac_status" >&5 10159 echo "$as_me:10159: \$? = $ac_status" >&5
10136 (exit $ac_status); }; }; then 10160 (exit $ac_status); }; }; then
10137 ac_cv_lib_resolv_res_send=yes 10161 ac_cv_lib_resolv_res_send=yes
10138else 10162else
@@ -10143,12 +10167,12 @@ fi
10143rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10167rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10144LIBS=$ac_check_lib_save_LIBS 10168LIBS=$ac_check_lib_save_LIBS
10145fi 10169fi
10146echo "$as_me:10146: result: $ac_cv_lib_resolv_res_send" >&5 10170echo "$as_me:10170: result: $ac_cv_lib_resolv_res_send" >&5
10147echo "${ECHO_T}$ac_cv_lib_resolv_res_send" >&6 10171echo "${ECHO_T}$ac_cv_lib_resolv_res_send" >&6
10148if test $ac_cv_lib_resolv_res_send = yes; then 10172if test $ac_cv_lib_resolv_res_send = yes; then
10149 resolv=yes 10173 resolv=yes
10150else 10174else
10151 echo "$as_me:10151: checking for __res_send in -lresolv" >&5 10175 echo "$as_me:10175: checking for __res_send in -lresolv" >&5
10152echo $ECHO_N "checking for __res_send in -lresolv... $ECHO_C" >&6 10176echo $ECHO_N "checking for __res_send in -lresolv... $ECHO_C" >&6
10153if test "${ac_cv_lib_resolv___res_send+set}" = set; then 10177if test "${ac_cv_lib_resolv___res_send+set}" = set; then
10154 echo $ECHO_N "(cached) $ECHO_C" >&6 10178 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10156,7 +10180,7 @@ else
10156 ac_check_lib_save_LIBS=$LIBS 10180 ac_check_lib_save_LIBS=$LIBS
10157LIBS="-lresolv $LIBS" 10181LIBS="-lresolv $LIBS"
10158cat >conftest.$ac_ext <<_ACEOF 10182cat >conftest.$ac_ext <<_ACEOF
10159#line 10159 "configure" 10183#line 10183 "configure"
10160#include "confdefs.h" 10184#include "confdefs.h"
10161 10185
10162/* Override any gcc2 internal prototype to avoid an error. */ 10186/* Override any gcc2 internal prototype to avoid an error. */
@@ -10175,16 +10199,16 @@ __res_send ();
10175} 10199}
10176_ACEOF 10200_ACEOF
10177rm -f conftest.$ac_objext conftest$ac_exeext 10201rm -f conftest.$ac_objext conftest$ac_exeext
10178if { (eval echo "$as_me:10178: \"$ac_link\"") >&5 10202if { (eval echo "$as_me:10202: \"$ac_link\"") >&5
10179 (eval $ac_link) 2>&5 10203 (eval $ac_link) 2>&5
10180 ac_status=$? 10204 ac_status=$?
10181 echo "$as_me:10181: \$? = $ac_status" >&5 10205 echo "$as_me:10205: \$? = $ac_status" >&5
10182 (exit $ac_status); } && 10206 (exit $ac_status); } &&
10183 { ac_try='test -s conftest$ac_exeext' 10207 { ac_try='test -s conftest$ac_exeext'
10184 { (eval echo "$as_me:10184: \"$ac_try\"") >&5 10208 { (eval echo "$as_me:10208: \"$ac_try\"") >&5
10185 (eval $ac_try) 2>&5 10209 (eval $ac_try) 2>&5
10186 ac_status=$? 10210 ac_status=$?
10187 echo "$as_me:10187: \$? = $ac_status" >&5 10211 echo "$as_me:10211: \$? = $ac_status" >&5
10188 (exit $ac_status); }; }; then 10212 (exit $ac_status); }; }; then
10189 ac_cv_lib_resolv___res_send=yes 10213 ac_cv_lib_resolv___res_send=yes
10190else 10214else
@@ -10195,7 +10219,7 @@ fi
10195rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10219rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10196LIBS=$ac_check_lib_save_LIBS 10220LIBS=$ac_check_lib_save_LIBS
10197fi 10221fi
10198echo "$as_me:10198: result: $ac_cv_lib_resolv___res_send" >&5 10222echo "$as_me:10222: result: $ac_cv_lib_resolv___res_send" >&5
10199echo "${ECHO_T}$ac_cv_lib_resolv___res_send" >&6 10223echo "${ECHO_T}$ac_cv_lib_resolv___res_send" >&6
10200if test $ac_cv_lib_resolv___res_send = yes; then 10224if test $ac_cv_lib_resolv___res_send = yes; then
10201 resolv=yes 10225 resolv=yes
@@ -10216,13 +10240,13 @@ EOF
10216 else 10240 else
10217 RESOLVLIB= 10241 RESOLVLIB=
10218 fi 10242 fi
10219 echo "$as_me:10219: checking for hes_getmailhost" >&5 10243 echo "$as_me:10243: checking for hes_getmailhost" >&5
10220echo $ECHO_N "checking for hes_getmailhost... $ECHO_C" >&6 10244echo $ECHO_N "checking for hes_getmailhost... $ECHO_C" >&6
10221if test "${ac_cv_func_hes_getmailhost+set}" = set; then 10245if test "${ac_cv_func_hes_getmailhost+set}" = set; then
10222 echo $ECHO_N "(cached) $ECHO_C" >&6 10246 echo $ECHO_N "(cached) $ECHO_C" >&6
10223else 10247else
10224 cat >conftest.$ac_ext <<_ACEOF 10248 cat >conftest.$ac_ext <<_ACEOF
10225#line 10225 "configure" 10249#line 10249 "configure"
10226#include "confdefs.h" 10250#include "confdefs.h"
10227/* System header to define __stub macros and hopefully few prototypes, 10251/* System header to define __stub macros and hopefully few prototypes,
10228 which can conflict with char hes_getmailhost (); below. */ 10252 which can conflict with char hes_getmailhost (); below. */
@@ -10253,16 +10277,16 @@ f = hes_getmailhost;
10253} 10277}
10254_ACEOF 10278_ACEOF
10255rm -f conftest.$ac_objext conftest$ac_exeext 10279rm -f conftest.$ac_objext conftest$ac_exeext
10256if { (eval echo "$as_me:10256: \"$ac_link\"") >&5 10280if { (eval echo "$as_me:10280: \"$ac_link\"") >&5
10257 (eval $ac_link) 2>&5 10281 (eval $ac_link) 2>&5
10258 ac_status=$? 10282 ac_status=$?
10259 echo "$as_me:10259: \$? = $ac_status" >&5 10283 echo "$as_me:10283: \$? = $ac_status" >&5
10260 (exit $ac_status); } && 10284 (exit $ac_status); } &&
10261 { ac_try='test -s conftest$ac_exeext' 10285 { ac_try='test -s conftest$ac_exeext'
10262 { (eval echo "$as_me:10262: \"$ac_try\"") >&5 10286 { (eval echo "$as_me:10286: \"$ac_try\"") >&5
10263 (eval $ac_try) 2>&5 10287 (eval $ac_try) 2>&5
10264 ac_status=$? 10288 ac_status=$?
10265 echo "$as_me:10265: \$? = $ac_status" >&5 10289 echo "$as_me:10289: \$? = $ac_status" >&5
10266 (exit $ac_status); }; }; then 10290 (exit $ac_status); }; }; then
10267 ac_cv_func_hes_getmailhost=yes 10291 ac_cv_func_hes_getmailhost=yes
10268else 10292else
@@ -10272,12 +10296,12 @@ ac_cv_func_hes_getmailhost=no
10272fi 10296fi
10273rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10297rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10274fi 10298fi
10275echo "$as_me:10275: result: $ac_cv_func_hes_getmailhost" >&5 10299echo "$as_me:10299: result: $ac_cv_func_hes_getmailhost" >&5
10276echo "${ECHO_T}$ac_cv_func_hes_getmailhost" >&6 10300echo "${ECHO_T}$ac_cv_func_hes_getmailhost" >&6
10277if test $ac_cv_func_hes_getmailhost = yes; then 10301if test $ac_cv_func_hes_getmailhost = yes; then
10278 : 10302 :
10279else 10303else
10280 echo "$as_me:10280: checking for hes_getmailhost in -lhesiod" >&5 10304 echo "$as_me:10304: checking for hes_getmailhost in -lhesiod" >&5
10281echo $ECHO_N "checking for hes_getmailhost in -lhesiod... $ECHO_C" >&6 10305echo $ECHO_N "checking for hes_getmailhost in -lhesiod... $ECHO_C" >&6
10282if test "${ac_cv_lib_hesiod_hes_getmailhost+set}" = set; then 10306if test "${ac_cv_lib_hesiod_hes_getmailhost+set}" = set; then
10283 echo $ECHO_N "(cached) $ECHO_C" >&6 10307 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10285,7 +10309,7 @@ else
10285 ac_check_lib_save_LIBS=$LIBS 10309 ac_check_lib_save_LIBS=$LIBS
10286LIBS="-lhesiod $RESOLVLIB $LIBS" 10310LIBS="-lhesiod $RESOLVLIB $LIBS"
10287cat >conftest.$ac_ext <<_ACEOF 10311cat >conftest.$ac_ext <<_ACEOF
10288#line 10288 "configure" 10312#line 10312 "configure"
10289#include "confdefs.h" 10313#include "confdefs.h"
10290 10314
10291/* Override any gcc2 internal prototype to avoid an error. */ 10315/* Override any gcc2 internal prototype to avoid an error. */
@@ -10304,16 +10328,16 @@ hes_getmailhost ();
10304} 10328}
10305_ACEOF 10329_ACEOF
10306rm -f conftest.$ac_objext conftest$ac_exeext 10330rm -f conftest.$ac_objext conftest$ac_exeext
10307if { (eval echo "$as_me:10307: \"$ac_link\"") >&5 10331if { (eval echo "$as_me:10331: \"$ac_link\"") >&5
10308 (eval $ac_link) 2>&5 10332 (eval $ac_link) 2>&5
10309 ac_status=$? 10333 ac_status=$?
10310 echo "$as_me:10310: \$? = $ac_status" >&5 10334 echo "$as_me:10334: \$? = $ac_status" >&5
10311 (exit $ac_status); } && 10335 (exit $ac_status); } &&
10312 { ac_try='test -s conftest$ac_exeext' 10336 { ac_try='test -s conftest$ac_exeext'
10313 { (eval echo "$as_me:10313: \"$ac_try\"") >&5 10337 { (eval echo "$as_me:10337: \"$ac_try\"") >&5
10314 (eval $ac_try) 2>&5 10338 (eval $ac_try) 2>&5
10315 ac_status=$? 10339 ac_status=$?
10316 echo "$as_me:10316: \$? = $ac_status" >&5 10340 echo "$as_me:10340: \$? = $ac_status" >&5
10317 (exit $ac_status); }; }; then 10341 (exit $ac_status); }; }; then
10318 ac_cv_lib_hesiod_hes_getmailhost=yes 10342 ac_cv_lib_hesiod_hes_getmailhost=yes
10319else 10343else
@@ -10324,7 +10348,7 @@ fi
10324rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10348rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10325LIBS=$ac_check_lib_save_LIBS 10349LIBS=$ac_check_lib_save_LIBS
10326fi 10350fi
10327echo "$as_me:10327: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5 10351echo "$as_me:10351: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5
10328echo "${ECHO_T}$ac_cv_lib_hesiod_hes_getmailhost" >&6 10352echo "${ECHO_T}$ac_cv_lib_hesiod_hes_getmailhost" >&6
10329if test $ac_cv_lib_hesiod_hes_getmailhost = yes; then 10353if test $ac_cv_lib_hesiod_hes_getmailhost = yes; then
10330 cat >>confdefs.h <<\EOF 10354 cat >>confdefs.h <<\EOF
@@ -10342,7 +10366,7 @@ fi
10342# These tell us which Kerberos-related libraries to use. 10366# These tell us which Kerberos-related libraries to use.
10343if test "${with_kerberos+set}" = set; then 10367if test "${with_kerberos+set}" = set; then
10344 10368
10345echo "$as_me:10345: checking for com_err in -lcom_err" >&5 10369echo "$as_me:10369: checking for com_err in -lcom_err" >&5
10346echo $ECHO_N "checking for com_err in -lcom_err... $ECHO_C" >&6 10370echo $ECHO_N "checking for com_err in -lcom_err... $ECHO_C" >&6
10347if test "${ac_cv_lib_com_err_com_err+set}" = set; then 10371if test "${ac_cv_lib_com_err_com_err+set}" = set; then
10348 echo $ECHO_N "(cached) $ECHO_C" >&6 10372 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10350,7 +10374,7 @@ else
10350 ac_check_lib_save_LIBS=$LIBS 10374 ac_check_lib_save_LIBS=$LIBS
10351LIBS="-lcom_err $LIBS" 10375LIBS="-lcom_err $LIBS"
10352cat >conftest.$ac_ext <<_ACEOF 10376cat >conftest.$ac_ext <<_ACEOF
10353#line 10353 "configure" 10377#line 10377 "configure"
10354#include "confdefs.h" 10378#include "confdefs.h"
10355 10379
10356/* Override any gcc2 internal prototype to avoid an error. */ 10380/* Override any gcc2 internal prototype to avoid an error. */
@@ -10369,16 +10393,16 @@ com_err ();
10369} 10393}
10370_ACEOF 10394_ACEOF
10371rm -f conftest.$ac_objext conftest$ac_exeext 10395rm -f conftest.$ac_objext conftest$ac_exeext
10372if { (eval echo "$as_me:10372: \"$ac_link\"") >&5 10396if { (eval echo "$as_me:10396: \"$ac_link\"") >&5
10373 (eval $ac_link) 2>&5 10397 (eval $ac_link) 2>&5
10374 ac_status=$? 10398 ac_status=$?
10375 echo "$as_me:10375: \$? = $ac_status" >&5 10399 echo "$as_me:10399: \$? = $ac_status" >&5
10376 (exit $ac_status); } && 10400 (exit $ac_status); } &&
10377 { ac_try='test -s conftest$ac_exeext' 10401 { ac_try='test -s conftest$ac_exeext'
10378 { (eval echo "$as_me:10378: \"$ac_try\"") >&5 10402 { (eval echo "$as_me:10402: \"$ac_try\"") >&5
10379 (eval $ac_try) 2>&5 10403 (eval $ac_try) 2>&5
10380 ac_status=$? 10404 ac_status=$?
10381 echo "$as_me:10381: \$? = $ac_status" >&5 10405 echo "$as_me:10405: \$? = $ac_status" >&5
10382 (exit $ac_status); }; }; then 10406 (exit $ac_status); }; }; then
10383 ac_cv_lib_com_err_com_err=yes 10407 ac_cv_lib_com_err_com_err=yes
10384else 10408else
@@ -10389,7 +10413,7 @@ fi
10389rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10413rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10390LIBS=$ac_check_lib_save_LIBS 10414LIBS=$ac_check_lib_save_LIBS
10391fi 10415fi
10392echo "$as_me:10392: result: $ac_cv_lib_com_err_com_err" >&5 10416echo "$as_me:10416: result: $ac_cv_lib_com_err_com_err" >&5
10393echo "${ECHO_T}$ac_cv_lib_com_err_com_err" >&6 10417echo "${ECHO_T}$ac_cv_lib_com_err_com_err" >&6
10394if test $ac_cv_lib_com_err_com_err = yes; then 10418if test $ac_cv_lib_com_err_com_err = yes; then
10395 cat >>confdefs.h <<EOF 10419 cat >>confdefs.h <<EOF
@@ -10400,7 +10424,7 @@ EOF
10400 10424
10401fi 10425fi
10402 10426
10403echo "$as_me:10403: checking for mit_des_cbc_encrypt in -lk5crypto" >&5 10427echo "$as_me:10427: checking for mit_des_cbc_encrypt in -lk5crypto" >&5
10404echo $ECHO_N "checking for mit_des_cbc_encrypt in -lk5crypto... $ECHO_C" >&6 10428echo $ECHO_N "checking for mit_des_cbc_encrypt in -lk5crypto... $ECHO_C" >&6
10405if test "${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+set}" = set; then 10429if test "${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+set}" = set; then
10406 echo $ECHO_N "(cached) $ECHO_C" >&6 10430 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10408,7 +10432,7 @@ else
10408 ac_check_lib_save_LIBS=$LIBS 10432 ac_check_lib_save_LIBS=$LIBS
10409LIBS="-lk5crypto $LIBS" 10433LIBS="-lk5crypto $LIBS"
10410cat >conftest.$ac_ext <<_ACEOF 10434cat >conftest.$ac_ext <<_ACEOF
10411#line 10411 "configure" 10435#line 10435 "configure"
10412#include "confdefs.h" 10436#include "confdefs.h"
10413 10437
10414/* Override any gcc2 internal prototype to avoid an error. */ 10438/* Override any gcc2 internal prototype to avoid an error. */
@@ -10427,16 +10451,16 @@ mit_des_cbc_encrypt ();
10427} 10451}
10428_ACEOF 10452_ACEOF
10429rm -f conftest.$ac_objext conftest$ac_exeext 10453rm -f conftest.$ac_objext conftest$ac_exeext
10430if { (eval echo "$as_me:10430: \"$ac_link\"") >&5 10454if { (eval echo "$as_me:10454: \"$ac_link\"") >&5
10431 (eval $ac_link) 2>&5 10455 (eval $ac_link) 2>&5
10432 ac_status=$? 10456 ac_status=$?
10433 echo "$as_me:10433: \$? = $ac_status" >&5 10457 echo "$as_me:10457: \$? = $ac_status" >&5
10434 (exit $ac_status); } && 10458 (exit $ac_status); } &&
10435 { ac_try='test -s conftest$ac_exeext' 10459 { ac_try='test -s conftest$ac_exeext'
10436 { (eval echo "$as_me:10436: \"$ac_try\"") >&5 10460 { (eval echo "$as_me:10460: \"$ac_try\"") >&5
10437 (eval $ac_try) 2>&5 10461 (eval $ac_try) 2>&5
10438 ac_status=$? 10462 ac_status=$?
10439 echo "$as_me:10439: \$? = $ac_status" >&5 10463 echo "$as_me:10463: \$? = $ac_status" >&5
10440 (exit $ac_status); }; }; then 10464 (exit $ac_status); }; }; then
10441 ac_cv_lib_k5crypto_mit_des_cbc_encrypt=yes 10465 ac_cv_lib_k5crypto_mit_des_cbc_encrypt=yes
10442else 10466else
@@ -10447,7 +10471,7 @@ fi
10447rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10471rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10448LIBS=$ac_check_lib_save_LIBS 10472LIBS=$ac_check_lib_save_LIBS
10449fi 10473fi
10450echo "$as_me:10450: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5 10474echo "$as_me:10474: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5
10451echo "${ECHO_T}$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&6 10475echo "${ECHO_T}$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&6
10452if test $ac_cv_lib_k5crypto_mit_des_cbc_encrypt = yes; then 10476if test $ac_cv_lib_k5crypto_mit_des_cbc_encrypt = yes; then
10453 cat >>confdefs.h <<EOF 10477 cat >>confdefs.h <<EOF
@@ -10458,7 +10482,7 @@ EOF
10458 10482
10459fi 10483fi
10460 10484
10461echo "$as_me:10461: checking for mit_des_cbc_encrypt in -lcrypto" >&5 10485echo "$as_me:10485: checking for mit_des_cbc_encrypt in -lcrypto" >&5
10462echo $ECHO_N "checking for mit_des_cbc_encrypt in -lcrypto... $ECHO_C" >&6 10486echo $ECHO_N "checking for mit_des_cbc_encrypt in -lcrypto... $ECHO_C" >&6
10463if test "${ac_cv_lib_crypto_mit_des_cbc_encrypt+set}" = set; then 10487if test "${ac_cv_lib_crypto_mit_des_cbc_encrypt+set}" = set; then
10464 echo $ECHO_N "(cached) $ECHO_C" >&6 10488 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10466,7 +10490,7 @@ else
10466 ac_check_lib_save_LIBS=$LIBS 10490 ac_check_lib_save_LIBS=$LIBS
10467LIBS="-lcrypto $LIBS" 10491LIBS="-lcrypto $LIBS"
10468cat >conftest.$ac_ext <<_ACEOF 10492cat >conftest.$ac_ext <<_ACEOF
10469#line 10469 "configure" 10493#line 10493 "configure"
10470#include "confdefs.h" 10494#include "confdefs.h"
10471 10495
10472/* Override any gcc2 internal prototype to avoid an error. */ 10496/* Override any gcc2 internal prototype to avoid an error. */
@@ -10485,16 +10509,16 @@ mit_des_cbc_encrypt ();
10485} 10509}
10486_ACEOF 10510_ACEOF
10487rm -f conftest.$ac_objext conftest$ac_exeext 10511rm -f conftest.$ac_objext conftest$ac_exeext
10488if { (eval echo "$as_me:10488: \"$ac_link\"") >&5 10512if { (eval echo "$as_me:10512: \"$ac_link\"") >&5
10489 (eval $ac_link) 2>&5 10513 (eval $ac_link) 2>&5
10490 ac_status=$? 10514 ac_status=$?
10491 echo "$as_me:10491: \$? = $ac_status" >&5 10515 echo "$as_me:10515: \$? = $ac_status" >&5
10492 (exit $ac_status); } && 10516 (exit $ac_status); } &&
10493 { ac_try='test -s conftest$ac_exeext' 10517 { ac_try='test -s conftest$ac_exeext'
10494 { (eval echo "$as_me:10494: \"$ac_try\"") >&5 10518 { (eval echo "$as_me:10518: \"$ac_try\"") >&5
10495 (eval $ac_try) 2>&5 10519 (eval $ac_try) 2>&5
10496 ac_status=$? 10520 ac_status=$?
10497 echo "$as_me:10497: \$? = $ac_status" >&5 10521 echo "$as_me:10521: \$? = $ac_status" >&5
10498 (exit $ac_status); }; }; then 10522 (exit $ac_status); }; }; then
10499 ac_cv_lib_crypto_mit_des_cbc_encrypt=yes 10523 ac_cv_lib_crypto_mit_des_cbc_encrypt=yes
10500else 10524else
@@ -10505,7 +10529,7 @@ fi
10505rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10529rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10506LIBS=$ac_check_lib_save_LIBS 10530LIBS=$ac_check_lib_save_LIBS
10507fi 10531fi
10508echo "$as_me:10508: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5 10532echo "$as_me:10532: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5
10509echo "${ECHO_T}$ac_cv_lib_crypto_mit_des_cbc_encrypt" >&6 10533echo "${ECHO_T}$ac_cv_lib_crypto_mit_des_cbc_encrypt" >&6
10510if test $ac_cv_lib_crypto_mit_des_cbc_encrypt = yes; then 10534if test $ac_cv_lib_crypto_mit_des_cbc_encrypt = yes; then
10511 cat >>confdefs.h <<EOF 10535 cat >>confdefs.h <<EOF
@@ -10516,7 +10540,7 @@ EOF
10516 10540
10517fi 10541fi
10518 10542
10519echo "$as_me:10519: checking for krb5_init_context in -lkrb5" >&5 10543echo "$as_me:10543: checking for krb5_init_context in -lkrb5" >&5
10520echo $ECHO_N "checking for krb5_init_context in -lkrb5... $ECHO_C" >&6 10544echo $ECHO_N "checking for krb5_init_context in -lkrb5... $ECHO_C" >&6
10521if test "${ac_cv_lib_krb5_krb5_init_context+set}" = set; then 10545if test "${ac_cv_lib_krb5_krb5_init_context+set}" = set; then
10522 echo $ECHO_N "(cached) $ECHO_C" >&6 10546 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10524,7 +10548,7 @@ else
10524 ac_check_lib_save_LIBS=$LIBS 10548 ac_check_lib_save_LIBS=$LIBS
10525LIBS="-lkrb5 $LIBS" 10549LIBS="-lkrb5 $LIBS"
10526cat >conftest.$ac_ext <<_ACEOF 10550cat >conftest.$ac_ext <<_ACEOF
10527#line 10527 "configure" 10551#line 10551 "configure"
10528#include "confdefs.h" 10552#include "confdefs.h"
10529 10553
10530/* Override any gcc2 internal prototype to avoid an error. */ 10554/* Override any gcc2 internal prototype to avoid an error. */
@@ -10543,16 +10567,16 @@ krb5_init_context ();
10543} 10567}
10544_ACEOF 10568_ACEOF
10545rm -f conftest.$ac_objext conftest$ac_exeext 10569rm -f conftest.$ac_objext conftest$ac_exeext
10546if { (eval echo "$as_me:10546: \"$ac_link\"") >&5 10570if { (eval echo "$as_me:10570: \"$ac_link\"") >&5
10547 (eval $ac_link) 2>&5 10571 (eval $ac_link) 2>&5
10548 ac_status=$? 10572 ac_status=$?
10549 echo "$as_me:10549: \$? = $ac_status" >&5 10573 echo "$as_me:10573: \$? = $ac_status" >&5
10550 (exit $ac_status); } && 10574 (exit $ac_status); } &&
10551 { ac_try='test -s conftest$ac_exeext' 10575 { ac_try='test -s conftest$ac_exeext'
10552 { (eval echo "$as_me:10552: \"$ac_try\"") >&5 10576 { (eval echo "$as_me:10576: \"$ac_try\"") >&5
10553 (eval $ac_try) 2>&5 10577 (eval $ac_try) 2>&5
10554 ac_status=$? 10578 ac_status=$?
10555 echo "$as_me:10555: \$? = $ac_status" >&5 10579 echo "$as_me:10579: \$? = $ac_status" >&5
10556 (exit $ac_status); }; }; then 10580 (exit $ac_status); }; }; then
10557 ac_cv_lib_krb5_krb5_init_context=yes 10581 ac_cv_lib_krb5_krb5_init_context=yes
10558else 10582else
@@ -10563,7 +10587,7 @@ fi
10563rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10587rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10564LIBS=$ac_check_lib_save_LIBS 10588LIBS=$ac_check_lib_save_LIBS
10565fi 10589fi
10566echo "$as_me:10566: result: $ac_cv_lib_krb5_krb5_init_context" >&5 10590echo "$as_me:10590: result: $ac_cv_lib_krb5_krb5_init_context" >&5
10567echo "${ECHO_T}$ac_cv_lib_krb5_krb5_init_context" >&6 10591echo "${ECHO_T}$ac_cv_lib_krb5_krb5_init_context" >&6
10568if test $ac_cv_lib_krb5_krb5_init_context = yes; then 10592if test $ac_cv_lib_krb5_krb5_init_context = yes; then
10569 cat >>confdefs.h <<EOF 10593 cat >>confdefs.h <<EOF
@@ -10576,7 +10600,7 @@ fi
10576 10600
10577 if test "${with_kerberos5+set}" != set; then 10601 if test "${with_kerberos5+set}" != set; then
10578 10602
10579echo "$as_me:10579: checking for des_cbc_encrypt in -ldes425" >&5 10603echo "$as_me:10603: checking for des_cbc_encrypt in -ldes425" >&5
10580echo $ECHO_N "checking for des_cbc_encrypt in -ldes425... $ECHO_C" >&6 10604echo $ECHO_N "checking for des_cbc_encrypt in -ldes425... $ECHO_C" >&6
10581if test "${ac_cv_lib_des425_des_cbc_encrypt+set}" = set; then 10605if test "${ac_cv_lib_des425_des_cbc_encrypt+set}" = set; then
10582 echo $ECHO_N "(cached) $ECHO_C" >&6 10606 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10584,7 +10608,7 @@ else
10584 ac_check_lib_save_LIBS=$LIBS 10608 ac_check_lib_save_LIBS=$LIBS
10585LIBS="-ldes425 $LIBS" 10609LIBS="-ldes425 $LIBS"
10586cat >conftest.$ac_ext <<_ACEOF 10610cat >conftest.$ac_ext <<_ACEOF
10587#line 10587 "configure" 10611#line 10611 "configure"
10588#include "confdefs.h" 10612#include "confdefs.h"
10589 10613
10590/* Override any gcc2 internal prototype to avoid an error. */ 10614/* Override any gcc2 internal prototype to avoid an error. */
@@ -10603,16 +10627,16 @@ des_cbc_encrypt ();
10603} 10627}
10604_ACEOF 10628_ACEOF
10605rm -f conftest.$ac_objext conftest$ac_exeext 10629rm -f conftest.$ac_objext conftest$ac_exeext
10606if { (eval echo "$as_me:10606: \"$ac_link\"") >&5 10630if { (eval echo "$as_me:10630: \"$ac_link\"") >&5
10607 (eval $ac_link) 2>&5 10631 (eval $ac_link) 2>&5
10608 ac_status=$? 10632 ac_status=$?
10609 echo "$as_me:10609: \$? = $ac_status" >&5 10633 echo "$as_me:10633: \$? = $ac_status" >&5
10610 (exit $ac_status); } && 10634 (exit $ac_status); } &&
10611 { ac_try='test -s conftest$ac_exeext' 10635 { ac_try='test -s conftest$ac_exeext'
10612 { (eval echo "$as_me:10612: \"$ac_try\"") >&5 10636 { (eval echo "$as_me:10636: \"$ac_try\"") >&5
10613 (eval $ac_try) 2>&5 10637 (eval $ac_try) 2>&5
10614 ac_status=$? 10638 ac_status=$?
10615 echo "$as_me:10615: \$? = $ac_status" >&5 10639 echo "$as_me:10639: \$? = $ac_status" >&5
10616 (exit $ac_status); }; }; then 10640 (exit $ac_status); }; }; then
10617 ac_cv_lib_des425_des_cbc_encrypt=yes 10641 ac_cv_lib_des425_des_cbc_encrypt=yes
10618else 10642else
@@ -10623,7 +10647,7 @@ fi
10623rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10647rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10624LIBS=$ac_check_lib_save_LIBS 10648LIBS=$ac_check_lib_save_LIBS
10625fi 10649fi
10626echo "$as_me:10626: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5 10650echo "$as_me:10650: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5
10627echo "${ECHO_T}$ac_cv_lib_des425_des_cbc_encrypt" >&6 10651echo "${ECHO_T}$ac_cv_lib_des425_des_cbc_encrypt" >&6
10628if test $ac_cv_lib_des425_des_cbc_encrypt = yes; then 10652if test $ac_cv_lib_des425_des_cbc_encrypt = yes; then
10629 cat >>confdefs.h <<EOF 10653 cat >>confdefs.h <<EOF
@@ -10634,7 +10658,7 @@ EOF
10634 10658
10635else 10659else
10636 10660
10637echo "$as_me:10637: checking for des_cbc_encrypt in -ldes" >&5 10661echo "$as_me:10661: checking for des_cbc_encrypt in -ldes" >&5
10638echo $ECHO_N "checking for des_cbc_encrypt in -ldes... $ECHO_C" >&6 10662echo $ECHO_N "checking for des_cbc_encrypt in -ldes... $ECHO_C" >&6
10639if test "${ac_cv_lib_des_des_cbc_encrypt+set}" = set; then 10663if test "${ac_cv_lib_des_des_cbc_encrypt+set}" = set; then
10640 echo $ECHO_N "(cached) $ECHO_C" >&6 10664 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10642,7 +10666,7 @@ else
10642 ac_check_lib_save_LIBS=$LIBS 10666 ac_check_lib_save_LIBS=$LIBS
10643LIBS="-ldes $LIBS" 10667LIBS="-ldes $LIBS"
10644cat >conftest.$ac_ext <<_ACEOF 10668cat >conftest.$ac_ext <<_ACEOF
10645#line 10645 "configure" 10669#line 10669 "configure"
10646#include "confdefs.h" 10670#include "confdefs.h"
10647 10671
10648/* Override any gcc2 internal prototype to avoid an error. */ 10672/* Override any gcc2 internal prototype to avoid an error. */
@@ -10661,16 +10685,16 @@ des_cbc_encrypt ();
10661} 10685}
10662_ACEOF 10686_ACEOF
10663rm -f conftest.$ac_objext conftest$ac_exeext 10687rm -f conftest.$ac_objext conftest$ac_exeext
10664if { (eval echo "$as_me:10664: \"$ac_link\"") >&5 10688if { (eval echo "$as_me:10688: \"$ac_link\"") >&5
10665 (eval $ac_link) 2>&5 10689 (eval $ac_link) 2>&5
10666 ac_status=$? 10690 ac_status=$?
10667 echo "$as_me:10667: \$? = $ac_status" >&5 10691 echo "$as_me:10691: \$? = $ac_status" >&5
10668 (exit $ac_status); } && 10692 (exit $ac_status); } &&
10669 { ac_try='test -s conftest$ac_exeext' 10693 { ac_try='test -s conftest$ac_exeext'
10670 { (eval echo "$as_me:10670: \"$ac_try\"") >&5 10694 { (eval echo "$as_me:10694: \"$ac_try\"") >&5
10671 (eval $ac_try) 2>&5 10695 (eval $ac_try) 2>&5
10672 ac_status=$? 10696 ac_status=$?
10673 echo "$as_me:10673: \$? = $ac_status" >&5 10697 echo "$as_me:10697: \$? = $ac_status" >&5
10674 (exit $ac_status); }; }; then 10698 (exit $ac_status); }; }; then
10675 ac_cv_lib_des_des_cbc_encrypt=yes 10699 ac_cv_lib_des_des_cbc_encrypt=yes
10676else 10700else
@@ -10681,7 +10705,7 @@ fi
10681rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10705rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10682LIBS=$ac_check_lib_save_LIBS 10706LIBS=$ac_check_lib_save_LIBS
10683fi 10707fi
10684echo "$as_me:10684: result: $ac_cv_lib_des_des_cbc_encrypt" >&5 10708echo "$as_me:10708: result: $ac_cv_lib_des_des_cbc_encrypt" >&5
10685echo "${ECHO_T}$ac_cv_lib_des_des_cbc_encrypt" >&6 10709echo "${ECHO_T}$ac_cv_lib_des_des_cbc_encrypt" >&6
10686if test $ac_cv_lib_des_des_cbc_encrypt = yes; then 10710if test $ac_cv_lib_des_des_cbc_encrypt = yes; then
10687 cat >>confdefs.h <<EOF 10711 cat >>confdefs.h <<EOF
@@ -10694,7 +10718,7 @@ fi
10694 10718
10695fi 10719fi
10696 10720
10697echo "$as_me:10697: checking for krb_get_cred in -lkrb4" >&5 10721echo "$as_me:10721: checking for krb_get_cred in -lkrb4" >&5
10698echo $ECHO_N "checking for krb_get_cred in -lkrb4... $ECHO_C" >&6 10722echo $ECHO_N "checking for krb_get_cred in -lkrb4... $ECHO_C" >&6
10699if test "${ac_cv_lib_krb4_krb_get_cred+set}" = set; then 10723if test "${ac_cv_lib_krb4_krb_get_cred+set}" = set; then
10700 echo $ECHO_N "(cached) $ECHO_C" >&6 10724 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10702,7 +10726,7 @@ else
10702 ac_check_lib_save_LIBS=$LIBS 10726 ac_check_lib_save_LIBS=$LIBS
10703LIBS="-lkrb4 $LIBS" 10727LIBS="-lkrb4 $LIBS"
10704cat >conftest.$ac_ext <<_ACEOF 10728cat >conftest.$ac_ext <<_ACEOF
10705#line 10705 "configure" 10729#line 10729 "configure"
10706#include "confdefs.h" 10730#include "confdefs.h"
10707 10731
10708/* Override any gcc2 internal prototype to avoid an error. */ 10732/* Override any gcc2 internal prototype to avoid an error. */
@@ -10721,16 +10745,16 @@ krb_get_cred ();
10721} 10745}
10722_ACEOF 10746_ACEOF
10723rm -f conftest.$ac_objext conftest$ac_exeext 10747rm -f conftest.$ac_objext conftest$ac_exeext
10724if { (eval echo "$as_me:10724: \"$ac_link\"") >&5 10748if { (eval echo "$as_me:10748: \"$ac_link\"") >&5
10725 (eval $ac_link) 2>&5 10749 (eval $ac_link) 2>&5
10726 ac_status=$? 10750 ac_status=$?
10727 echo "$as_me:10727: \$? = $ac_status" >&5 10751 echo "$as_me:10751: \$? = $ac_status" >&5
10728 (exit $ac_status); } && 10752 (exit $ac_status); } &&
10729 { ac_try='test -s conftest$ac_exeext' 10753 { ac_try='test -s conftest$ac_exeext'
10730 { (eval echo "$as_me:10730: \"$ac_try\"") >&5 10754 { (eval echo "$as_me:10754: \"$ac_try\"") >&5
10731 (eval $ac_try) 2>&5 10755 (eval $ac_try) 2>&5
10732 ac_status=$? 10756 ac_status=$?
10733 echo "$as_me:10733: \$? = $ac_status" >&5 10757 echo "$as_me:10757: \$? = $ac_status" >&5
10734 (exit $ac_status); }; }; then 10758 (exit $ac_status); }; }; then
10735 ac_cv_lib_krb4_krb_get_cred=yes 10759 ac_cv_lib_krb4_krb_get_cred=yes
10736else 10760else
@@ -10741,7 +10765,7 @@ fi
10741rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10765rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10742LIBS=$ac_check_lib_save_LIBS 10766LIBS=$ac_check_lib_save_LIBS
10743fi 10767fi
10744echo "$as_me:10744: result: $ac_cv_lib_krb4_krb_get_cred" >&5 10768echo "$as_me:10768: result: $ac_cv_lib_krb4_krb_get_cred" >&5
10745echo "${ECHO_T}$ac_cv_lib_krb4_krb_get_cred" >&6 10769echo "${ECHO_T}$ac_cv_lib_krb4_krb_get_cred" >&6
10746if test $ac_cv_lib_krb4_krb_get_cred = yes; then 10770if test $ac_cv_lib_krb4_krb_get_cred = yes; then
10747 cat >>confdefs.h <<EOF 10771 cat >>confdefs.h <<EOF
@@ -10752,7 +10776,7 @@ EOF
10752 10776
10753else 10777else
10754 10778
10755echo "$as_me:10755: checking for krb_get_cred in -lkrb" >&5 10779echo "$as_me:10779: checking for krb_get_cred in -lkrb" >&5
10756echo $ECHO_N "checking for krb_get_cred in -lkrb... $ECHO_C" >&6 10780echo $ECHO_N "checking for krb_get_cred in -lkrb... $ECHO_C" >&6
10757if test "${ac_cv_lib_krb_krb_get_cred+set}" = set; then 10781if test "${ac_cv_lib_krb_krb_get_cred+set}" = set; then
10758 echo $ECHO_N "(cached) $ECHO_C" >&6 10782 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10760,7 +10784,7 @@ else
10760 ac_check_lib_save_LIBS=$LIBS 10784 ac_check_lib_save_LIBS=$LIBS
10761LIBS="-lkrb $LIBS" 10785LIBS="-lkrb $LIBS"
10762cat >conftest.$ac_ext <<_ACEOF 10786cat >conftest.$ac_ext <<_ACEOF
10763#line 10763 "configure" 10787#line 10787 "configure"
10764#include "confdefs.h" 10788#include "confdefs.h"
10765 10789
10766/* Override any gcc2 internal prototype to avoid an error. */ 10790/* Override any gcc2 internal prototype to avoid an error. */
@@ -10779,16 +10803,16 @@ krb_get_cred ();
10779} 10803}
10780_ACEOF 10804_ACEOF
10781rm -f conftest.$ac_objext conftest$ac_exeext 10805rm -f conftest.$ac_objext conftest$ac_exeext
10782if { (eval echo "$as_me:10782: \"$ac_link\"") >&5 10806if { (eval echo "$as_me:10806: \"$ac_link\"") >&5
10783 (eval $ac_link) 2>&5 10807 (eval $ac_link) 2>&5
10784 ac_status=$? 10808 ac_status=$?
10785 echo "$as_me:10785: \$? = $ac_status" >&5 10809 echo "$as_me:10809: \$? = $ac_status" >&5
10786 (exit $ac_status); } && 10810 (exit $ac_status); } &&
10787 { ac_try='test -s conftest$ac_exeext' 10811 { ac_try='test -s conftest$ac_exeext'
10788 { (eval echo "$as_me:10788: \"$ac_try\"") >&5 10812 { (eval echo "$as_me:10812: \"$ac_try\"") >&5
10789 (eval $ac_try) 2>&5 10813 (eval $ac_try) 2>&5
10790 ac_status=$? 10814 ac_status=$?
10791 echo "$as_me:10791: \$? = $ac_status" >&5 10815 echo "$as_me:10815: \$? = $ac_status" >&5
10792 (exit $ac_status); }; }; then 10816 (exit $ac_status); }; }; then
10793 ac_cv_lib_krb_krb_get_cred=yes 10817 ac_cv_lib_krb_krb_get_cred=yes
10794else 10818else
@@ -10799,7 +10823,7 @@ fi
10799rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10823rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10800LIBS=$ac_check_lib_save_LIBS 10824LIBS=$ac_check_lib_save_LIBS
10801fi 10825fi
10802echo "$as_me:10802: result: $ac_cv_lib_krb_krb_get_cred" >&5 10826echo "$as_me:10826: result: $ac_cv_lib_krb_krb_get_cred" >&5
10803echo "${ECHO_T}$ac_cv_lib_krb_krb_get_cred" >&6 10827echo "${ECHO_T}$ac_cv_lib_krb_krb_get_cred" >&6
10804if test $ac_cv_lib_krb_krb_get_cred = yes; then 10828if test $ac_cv_lib_krb_krb_get_cred = yes; then
10805 cat >>confdefs.h <<EOF 10829 cat >>confdefs.h <<EOF
@@ -10819,23 +10843,23 @@ fi
10819for ac_header in krb5.h 10843for ac_header in krb5.h
10820do 10844do
10821as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 10845as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10822echo "$as_me:10822: checking for $ac_header" >&5 10846echo "$as_me:10846: checking for $ac_header" >&5
10823echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 10847echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10824if eval "test \"\${$as_ac_Header+set}\" = set"; then 10848if eval "test \"\${$as_ac_Header+set}\" = set"; then
10825 echo $ECHO_N "(cached) $ECHO_C" >&6 10849 echo $ECHO_N "(cached) $ECHO_C" >&6
10826else 10850else
10827 cat >conftest.$ac_ext <<_ACEOF 10851 cat >conftest.$ac_ext <<_ACEOF
10828#line 10828 "configure" 10852#line 10852 "configure"
10829#include "confdefs.h" 10853#include "confdefs.h"
10830#include <$ac_header> 10854#include <$ac_header>
10831_ACEOF 10855_ACEOF
10832if { (eval echo "$as_me:10832: \"$ac_cpp conftest.$ac_ext\"") >&5 10856if { (eval echo "$as_me:10856: \"$ac_cpp conftest.$ac_ext\"") >&5
10833 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 10857 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10834 ac_status=$? 10858 ac_status=$?
10835 egrep -v '^ *\+' conftest.er1 >conftest.err 10859 egrep -v '^ *\+' conftest.er1 >conftest.err
10836 rm -f conftest.er1 10860 rm -f conftest.er1
10837 cat conftest.err >&5 10861 cat conftest.err >&5
10838 echo "$as_me:10838: \$? = $ac_status" >&5 10862 echo "$as_me:10862: \$? = $ac_status" >&5
10839 (exit $ac_status); } >/dev/null; then 10863 (exit $ac_status); } >/dev/null; then
10840 if test -s conftest.err; then 10864 if test -s conftest.err; then
10841 ac_cpp_err=$ac_c_preproc_warn_flag 10865 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -10854,7 +10878,7 @@ else
10854fi 10878fi
10855rm -f conftest.err conftest.$ac_ext 10879rm -f conftest.err conftest.$ac_ext
10856fi 10880fi
10857echo "$as_me:10857: result: `eval echo '${'$as_ac_Header'}'`" >&5 10881echo "$as_me:10881: result: `eval echo '${'$as_ac_Header'}'`" >&5
10858echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 10882echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10859if test `eval echo '${'$as_ac_Header'}'` = yes; then 10883if test `eval echo '${'$as_ac_Header'}'` = yes; then
10860 cat >>confdefs.h <<EOF 10884 cat >>confdefs.h <<EOF
@@ -10869,23 +10893,23 @@ done
10869for ac_header in des.h 10893for ac_header in des.h
10870do 10894do
10871as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 10895as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10872echo "$as_me:10872: checking for $ac_header" >&5 10896echo "$as_me:10896: checking for $ac_header" >&5
10873echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 10897echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10874if eval "test \"\${$as_ac_Header+set}\" = set"; then 10898if eval "test \"\${$as_ac_Header+set}\" = set"; then
10875 echo $ECHO_N "(cached) $ECHO_C" >&6 10899 echo $ECHO_N "(cached) $ECHO_C" >&6
10876else 10900else
10877 cat >conftest.$ac_ext <<_ACEOF 10901 cat >conftest.$ac_ext <<_ACEOF
10878#line 10878 "configure" 10902#line 10902 "configure"
10879#include "confdefs.h" 10903#include "confdefs.h"
10880#include <$ac_header> 10904#include <$ac_header>
10881_ACEOF 10905_ACEOF
10882if { (eval echo "$as_me:10882: \"$ac_cpp conftest.$ac_ext\"") >&5 10906if { (eval echo "$as_me:10906: \"$ac_cpp conftest.$ac_ext\"") >&5
10883 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 10907 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10884 ac_status=$? 10908 ac_status=$?
10885 egrep -v '^ *\+' conftest.er1 >conftest.err 10909 egrep -v '^ *\+' conftest.er1 >conftest.err
10886 rm -f conftest.er1 10910 rm -f conftest.er1
10887 cat conftest.err >&5 10911 cat conftest.err >&5
10888 echo "$as_me:10888: \$? = $ac_status" >&5 10912 echo "$as_me:10912: \$? = $ac_status" >&5
10889 (exit $ac_status); } >/dev/null; then 10913 (exit $ac_status); } >/dev/null; then
10890 if test -s conftest.err; then 10914 if test -s conftest.err; then
10891 ac_cpp_err=$ac_c_preproc_warn_flag 10915 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -10904,7 +10928,7 @@ else
10904fi 10928fi
10905rm -f conftest.err conftest.$ac_ext 10929rm -f conftest.err conftest.$ac_ext
10906fi 10930fi
10907echo "$as_me:10907: result: `eval echo '${'$as_ac_Header'}'`" >&5 10931echo "$as_me:10931: result: `eval echo '${'$as_ac_Header'}'`" >&5
10908echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 10932echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10909if test `eval echo '${'$as_ac_Header'}'` = yes; then 10933if test `eval echo '${'$as_ac_Header'}'` = yes; then
10910 cat >>confdefs.h <<EOF 10934 cat >>confdefs.h <<EOF
@@ -10916,23 +10940,23 @@ else
10916for ac_header in kerberosIV/des.h 10940for ac_header in kerberosIV/des.h
10917do 10941do
10918as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 10942as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10919echo "$as_me:10919: checking for $ac_header" >&5 10943echo "$as_me:10943: checking for $ac_header" >&5
10920echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 10944echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10921if eval "test \"\${$as_ac_Header+set}\" = set"; then 10945if eval "test \"\${$as_ac_Header+set}\" = set"; then
10922 echo $ECHO_N "(cached) $ECHO_C" >&6 10946 echo $ECHO_N "(cached) $ECHO_C" >&6
10923else 10947else
10924 cat >conftest.$ac_ext <<_ACEOF 10948 cat >conftest.$ac_ext <<_ACEOF
10925#line 10925 "configure" 10949#line 10949 "configure"
10926#include "confdefs.h" 10950#include "confdefs.h"
10927#include <$ac_header> 10951#include <$ac_header>
10928_ACEOF 10952_ACEOF
10929if { (eval echo "$as_me:10929: \"$ac_cpp conftest.$ac_ext\"") >&5 10953if { (eval echo "$as_me:10953: \"$ac_cpp conftest.$ac_ext\"") >&5
10930 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 10954 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10931 ac_status=$? 10955 ac_status=$?
10932 egrep -v '^ *\+' conftest.er1 >conftest.err 10956 egrep -v '^ *\+' conftest.er1 >conftest.err
10933 rm -f conftest.er1 10957 rm -f conftest.er1
10934 cat conftest.err >&5 10958 cat conftest.err >&5
10935 echo "$as_me:10935: \$? = $ac_status" >&5 10959 echo "$as_me:10959: \$? = $ac_status" >&5
10936 (exit $ac_status); } >/dev/null; then 10960 (exit $ac_status); } >/dev/null; then
10937 if test -s conftest.err; then 10961 if test -s conftest.err; then
10938 ac_cpp_err=$ac_c_preproc_warn_flag 10962 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -10951,7 +10975,7 @@ else
10951fi 10975fi
10952rm -f conftest.err conftest.$ac_ext 10976rm -f conftest.err conftest.$ac_ext
10953fi 10977fi
10954echo "$as_me:10954: result: `eval echo '${'$as_ac_Header'}'`" >&5 10978echo "$as_me:10978: result: `eval echo '${'$as_ac_Header'}'`" >&5
10955echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 10979echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10956if test `eval echo '${'$as_ac_Header'}'` = yes; then 10980if test `eval echo '${'$as_ac_Header'}'` = yes; then
10957 cat >>confdefs.h <<EOF 10981 cat >>confdefs.h <<EOF
@@ -10963,23 +10987,23 @@ else
10963for ac_header in kerberos/des.h 10987for ac_header in kerberos/des.h
10964do 10988do
10965as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 10989as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10966echo "$as_me:10966: checking for $ac_header" >&5 10990echo "$as_me:10990: checking for $ac_header" >&5
10967echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 10991echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10968if eval "test \"\${$as_ac_Header+set}\" = set"; then 10992if eval "test \"\${$as_ac_Header+set}\" = set"; then
10969 echo $ECHO_N "(cached) $ECHO_C" >&6 10993 echo $ECHO_N "(cached) $ECHO_C" >&6
10970else 10994else
10971 cat >conftest.$ac_ext <<_ACEOF 10995 cat >conftest.$ac_ext <<_ACEOF
10972#line 10972 "configure" 10996#line 10996 "configure"
10973#include "confdefs.h" 10997#include "confdefs.h"
10974#include <$ac_header> 10998#include <$ac_header>
10975_ACEOF 10999_ACEOF
10976if { (eval echo "$as_me:10976: \"$ac_cpp conftest.$ac_ext\"") >&5 11000if { (eval echo "$as_me:11000: \"$ac_cpp conftest.$ac_ext\"") >&5
10977 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11001 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10978 ac_status=$? 11002 ac_status=$?
10979 egrep -v '^ *\+' conftest.er1 >conftest.err 11003 egrep -v '^ *\+' conftest.er1 >conftest.err
10980 rm -f conftest.er1 11004 rm -f conftest.er1
10981 cat conftest.err >&5 11005 cat conftest.err >&5
10982 echo "$as_me:10982: \$? = $ac_status" >&5 11006 echo "$as_me:11006: \$? = $ac_status" >&5
10983 (exit $ac_status); } >/dev/null; then 11007 (exit $ac_status); } >/dev/null; then
10984 if test -s conftest.err; then 11008 if test -s conftest.err; then
10985 ac_cpp_err=$ac_c_preproc_warn_flag 11009 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -10998,7 +11022,7 @@ else
10998fi 11022fi
10999rm -f conftest.err conftest.$ac_ext 11023rm -f conftest.err conftest.$ac_ext
11000fi 11024fi
11001echo "$as_me:11001: result: `eval echo '${'$as_ac_Header'}'`" >&5 11025echo "$as_me:11025: result: `eval echo '${'$as_ac_Header'}'`" >&5
11002echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11026echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11003if test `eval echo '${'$as_ac_Header'}'` = yes; then 11027if test `eval echo '${'$as_ac_Header'}'` = yes; then
11004 cat >>confdefs.h <<EOF 11028 cat >>confdefs.h <<EOF
@@ -11017,23 +11041,23 @@ done
11017for ac_header in krb.h 11041for ac_header in krb.h
11018do 11042do
11019as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 11043as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11020echo "$as_me:11020: checking for $ac_header" >&5 11044echo "$as_me:11044: checking for $ac_header" >&5
11021echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 11045echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11022if eval "test \"\${$as_ac_Header+set}\" = set"; then 11046if eval "test \"\${$as_ac_Header+set}\" = set"; then
11023 echo $ECHO_N "(cached) $ECHO_C" >&6 11047 echo $ECHO_N "(cached) $ECHO_C" >&6
11024else 11048else
11025 cat >conftest.$ac_ext <<_ACEOF 11049 cat >conftest.$ac_ext <<_ACEOF
11026#line 11026 "configure" 11050#line 11050 "configure"
11027#include "confdefs.h" 11051#include "confdefs.h"
11028#include <$ac_header> 11052#include <$ac_header>
11029_ACEOF 11053_ACEOF
11030if { (eval echo "$as_me:11030: \"$ac_cpp conftest.$ac_ext\"") >&5 11054if { (eval echo "$as_me:11054: \"$ac_cpp conftest.$ac_ext\"") >&5
11031 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11055 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11032 ac_status=$? 11056 ac_status=$?
11033 egrep -v '^ *\+' conftest.er1 >conftest.err 11057 egrep -v '^ *\+' conftest.er1 >conftest.err
11034 rm -f conftest.er1 11058 rm -f conftest.er1
11035 cat conftest.err >&5 11059 cat conftest.err >&5
11036 echo "$as_me:11036: \$? = $ac_status" >&5 11060 echo "$as_me:11060: \$? = $ac_status" >&5
11037 (exit $ac_status); } >/dev/null; then 11061 (exit $ac_status); } >/dev/null; then
11038 if test -s conftest.err; then 11062 if test -s conftest.err; then
11039 ac_cpp_err=$ac_c_preproc_warn_flag 11063 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11052,7 +11076,7 @@ else
11052fi 11076fi
11053rm -f conftest.err conftest.$ac_ext 11077rm -f conftest.err conftest.$ac_ext
11054fi 11078fi
11055echo "$as_me:11055: result: `eval echo '${'$as_ac_Header'}'`" >&5 11079echo "$as_me:11079: result: `eval echo '${'$as_ac_Header'}'`" >&5
11056echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11080echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11057if test `eval echo '${'$as_ac_Header'}'` = yes; then 11081if test `eval echo '${'$as_ac_Header'}'` = yes; then
11058 cat >>confdefs.h <<EOF 11082 cat >>confdefs.h <<EOF
@@ -11064,23 +11088,23 @@ else
11064for ac_header in kerberosIV/krb.h 11088for ac_header in kerberosIV/krb.h
11065do 11089do
11066as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 11090as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11067echo "$as_me:11067: checking for $ac_header" >&5 11091echo "$as_me:11091: checking for $ac_header" >&5
11068echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 11092echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11069if eval "test \"\${$as_ac_Header+set}\" = set"; then 11093if eval "test \"\${$as_ac_Header+set}\" = set"; then
11070 echo $ECHO_N "(cached) $ECHO_C" >&6 11094 echo $ECHO_N "(cached) $ECHO_C" >&6
11071else 11095else
11072 cat >conftest.$ac_ext <<_ACEOF 11096 cat >conftest.$ac_ext <<_ACEOF
11073#line 11073 "configure" 11097#line 11097 "configure"
11074#include "confdefs.h" 11098#include "confdefs.h"
11075#include <$ac_header> 11099#include <$ac_header>
11076_ACEOF 11100_ACEOF
11077if { (eval echo "$as_me:11077: \"$ac_cpp conftest.$ac_ext\"") >&5 11101if { (eval echo "$as_me:11101: \"$ac_cpp conftest.$ac_ext\"") >&5
11078 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11102 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11079 ac_status=$? 11103 ac_status=$?
11080 egrep -v '^ *\+' conftest.er1 >conftest.err 11104 egrep -v '^ *\+' conftest.er1 >conftest.err
11081 rm -f conftest.er1 11105 rm -f conftest.er1
11082 cat conftest.err >&5 11106 cat conftest.err >&5
11083 echo "$as_me:11083: \$? = $ac_status" >&5 11107 echo "$as_me:11107: \$? = $ac_status" >&5
11084 (exit $ac_status); } >/dev/null; then 11108 (exit $ac_status); } >/dev/null; then
11085 if test -s conftest.err; then 11109 if test -s conftest.err; then
11086 ac_cpp_err=$ac_c_preproc_warn_flag 11110 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11099,7 +11123,7 @@ else
11099fi 11123fi
11100rm -f conftest.err conftest.$ac_ext 11124rm -f conftest.err conftest.$ac_ext
11101fi 11125fi
11102echo "$as_me:11102: result: `eval echo '${'$as_ac_Header'}'`" >&5 11126echo "$as_me:11126: result: `eval echo '${'$as_ac_Header'}'`" >&5
11103echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11127echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11104if test `eval echo '${'$as_ac_Header'}'` = yes; then 11128if test `eval echo '${'$as_ac_Header'}'` = yes; then
11105 cat >>confdefs.h <<EOF 11129 cat >>confdefs.h <<EOF
@@ -11111,23 +11135,23 @@ else
11111for ac_header in kerberos/krb.h 11135for ac_header in kerberos/krb.h
11112do 11136do
11113as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 11137as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11114echo "$as_me:11114: checking for $ac_header" >&5 11138echo "$as_me:11138: checking for $ac_header" >&5
11115echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 11139echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11116if eval "test \"\${$as_ac_Header+set}\" = set"; then 11140if eval "test \"\${$as_ac_Header+set}\" = set"; then
11117 echo $ECHO_N "(cached) $ECHO_C" >&6 11141 echo $ECHO_N "(cached) $ECHO_C" >&6
11118else 11142else
11119 cat >conftest.$ac_ext <<_ACEOF 11143 cat >conftest.$ac_ext <<_ACEOF
11120#line 11120 "configure" 11144#line 11144 "configure"
11121#include "confdefs.h" 11145#include "confdefs.h"
11122#include <$ac_header> 11146#include <$ac_header>
11123_ACEOF 11147_ACEOF
11124if { (eval echo "$as_me:11124: \"$ac_cpp conftest.$ac_ext\"") >&5 11148if { (eval echo "$as_me:11148: \"$ac_cpp conftest.$ac_ext\"") >&5
11125 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11149 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11126 ac_status=$? 11150 ac_status=$?
11127 egrep -v '^ *\+' conftest.er1 >conftest.err 11151 egrep -v '^ *\+' conftest.er1 >conftest.err
11128 rm -f conftest.er1 11152 rm -f conftest.er1
11129 cat conftest.err >&5 11153 cat conftest.err >&5
11130 echo "$as_me:11130: \$? = $ac_status" >&5 11154 echo "$as_me:11154: \$? = $ac_status" >&5
11131 (exit $ac_status); } >/dev/null; then 11155 (exit $ac_status); } >/dev/null; then
11132 if test -s conftest.err; then 11156 if test -s conftest.err; then
11133 ac_cpp_err=$ac_c_preproc_warn_flag 11157 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11146,7 +11170,7 @@ else
11146fi 11170fi
11147rm -f conftest.err conftest.$ac_ext 11171rm -f conftest.err conftest.$ac_ext
11148fi 11172fi
11149echo "$as_me:11149: result: `eval echo '${'$as_ac_Header'}'`" >&5 11173echo "$as_me:11173: result: `eval echo '${'$as_ac_Header'}'`" >&5
11150echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11174echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11151if test `eval echo '${'$as_ac_Header'}'` = yes; then 11175if test `eval echo '${'$as_ac_Header'}'` = yes; then
11152 cat >>confdefs.h <<EOF 11176 cat >>confdefs.h <<EOF
@@ -11167,23 +11191,23 @@ done
11167for ac_header in com_err.h 11191for ac_header in com_err.h
11168do 11192do
11169as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 11193as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11170echo "$as_me:11170: checking for $ac_header" >&5 11194echo "$as_me:11194: checking for $ac_header" >&5
11171echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 11195echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11172if eval "test \"\${$as_ac_Header+set}\" = set"; then 11196if eval "test \"\${$as_ac_Header+set}\" = set"; then
11173 echo $ECHO_N "(cached) $ECHO_C" >&6 11197 echo $ECHO_N "(cached) $ECHO_C" >&6
11174else 11198else
11175 cat >conftest.$ac_ext <<_ACEOF 11199 cat >conftest.$ac_ext <<_ACEOF
11176#line 11176 "configure" 11200#line 11200 "configure"
11177#include "confdefs.h" 11201#include "confdefs.h"
11178#include <$ac_header> 11202#include <$ac_header>
11179_ACEOF 11203_ACEOF
11180if { (eval echo "$as_me:11180: \"$ac_cpp conftest.$ac_ext\"") >&5 11204if { (eval echo "$as_me:11204: \"$ac_cpp conftest.$ac_ext\"") >&5
11181 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11205 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11182 ac_status=$? 11206 ac_status=$?
11183 egrep -v '^ *\+' conftest.er1 >conftest.err 11207 egrep -v '^ *\+' conftest.er1 >conftest.err
11184 rm -f conftest.er1 11208 rm -f conftest.er1
11185 cat conftest.err >&5 11209 cat conftest.err >&5
11186 echo "$as_me:11186: \$? = $ac_status" >&5 11210 echo "$as_me:11210: \$? = $ac_status" >&5
11187 (exit $ac_status); } >/dev/null; then 11211 (exit $ac_status); } >/dev/null; then
11188 if test -s conftest.err; then 11212 if test -s conftest.err; then
11189 ac_cpp_err=$ac_c_preproc_warn_flag 11213 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11202,7 +11226,7 @@ else
11202fi 11226fi
11203rm -f conftest.err conftest.$ac_ext 11227rm -f conftest.err conftest.$ac_ext
11204fi 11228fi
11205echo "$as_me:11205: result: `eval echo '${'$as_ac_Header'}'`" >&5 11229echo "$as_me:11229: result: `eval echo '${'$as_ac_Header'}'`" >&5
11206echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11230echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11207if test `eval echo '${'$as_ac_Header'}'` = yes; then 11231if test `eval echo '${'$as_ac_Header'}'` = yes; then
11208 cat >>confdefs.h <<EOF 11232 cat >>confdefs.h <<EOF
@@ -11217,7 +11241,7 @@ fi
11217# Solaris requires -lintl if you want strerror (which calls dgettext) 11241# Solaris requires -lintl if you want strerror (which calls dgettext)
11218# to return localized messages. 11242# to return localized messages.
11219 11243
11220echo "$as_me:11220: checking for dgettext in -lintl" >&5 11244echo "$as_me:11244: checking for dgettext in -lintl" >&5
11221echo $ECHO_N "checking for dgettext in -lintl... $ECHO_C" >&6 11245echo $ECHO_N "checking for dgettext in -lintl... $ECHO_C" >&6
11222if test "${ac_cv_lib_intl_dgettext+set}" = set; then 11246if test "${ac_cv_lib_intl_dgettext+set}" = set; then
11223 echo $ECHO_N "(cached) $ECHO_C" >&6 11247 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11225,7 +11249,7 @@ else
11225 ac_check_lib_save_LIBS=$LIBS 11249 ac_check_lib_save_LIBS=$LIBS
11226LIBS="-lintl $LIBS" 11250LIBS="-lintl $LIBS"
11227cat >conftest.$ac_ext <<_ACEOF 11251cat >conftest.$ac_ext <<_ACEOF
11228#line 11228 "configure" 11252#line 11252 "configure"
11229#include "confdefs.h" 11253#include "confdefs.h"
11230 11254
11231/* Override any gcc2 internal prototype to avoid an error. */ 11255/* Override any gcc2 internal prototype to avoid an error. */
@@ -11244,16 +11268,16 @@ dgettext ();
11244} 11268}
11245_ACEOF 11269_ACEOF
11246rm -f conftest.$ac_objext conftest$ac_exeext 11270rm -f conftest.$ac_objext conftest$ac_exeext
11247if { (eval echo "$as_me:11247: \"$ac_link\"") >&5 11271if { (eval echo "$as_me:11271: \"$ac_link\"") >&5
11248 (eval $ac_link) 2>&5 11272 (eval $ac_link) 2>&5
11249 ac_status=$? 11273 ac_status=$?
11250 echo "$as_me:11250: \$? = $ac_status" >&5 11274 echo "$as_me:11274: \$? = $ac_status" >&5
11251 (exit $ac_status); } && 11275 (exit $ac_status); } &&
11252 { ac_try='test -s conftest$ac_exeext' 11276 { ac_try='test -s conftest$ac_exeext'
11253 { (eval echo "$as_me:11253: \"$ac_try\"") >&5 11277 { (eval echo "$as_me:11277: \"$ac_try\"") >&5
11254 (eval $ac_try) 2>&5 11278 (eval $ac_try) 2>&5
11255 ac_status=$? 11279 ac_status=$?
11256 echo "$as_me:11256: \$? = $ac_status" >&5 11280 echo "$as_me:11280: \$? = $ac_status" >&5
11257 (exit $ac_status); }; }; then 11281 (exit $ac_status); }; }; then
11258 ac_cv_lib_intl_dgettext=yes 11282 ac_cv_lib_intl_dgettext=yes
11259else 11283else
@@ -11264,7 +11288,7 @@ fi
11264rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11288rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11265LIBS=$ac_check_lib_save_LIBS 11289LIBS=$ac_check_lib_save_LIBS
11266fi 11290fi
11267echo "$as_me:11267: result: $ac_cv_lib_intl_dgettext" >&5 11291echo "$as_me:11291: result: $ac_cv_lib_intl_dgettext" >&5
11268echo "${ECHO_T}$ac_cv_lib_intl_dgettext" >&6 11292echo "${ECHO_T}$ac_cv_lib_intl_dgettext" >&6
11269if test $ac_cv_lib_intl_dgettext = yes; then 11293if test $ac_cv_lib_intl_dgettext = yes; then
11270 cat >>confdefs.h <<EOF 11294 cat >>confdefs.h <<EOF
@@ -11275,7 +11299,7 @@ EOF
11275 11299
11276fi 11300fi
11277 11301
11278echo "$as_me:11278: checking whether localtime caches TZ" >&5 11302echo "$as_me:11302: checking whether localtime caches TZ" >&5
11279echo $ECHO_N "checking whether localtime caches TZ... $ECHO_C" >&6 11303echo $ECHO_N "checking whether localtime caches TZ... $ECHO_C" >&6
11280if test "${emacs_cv_localtime_cache+set}" = set; then 11304if test "${emacs_cv_localtime_cache+set}" = set; then
11281 echo $ECHO_N "(cached) $ECHO_C" >&6 11305 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11286,7 +11310,7 @@ if test "$cross_compiling" = yes; then
11286emacs_cv_localtime_cache=yes 11310emacs_cv_localtime_cache=yes
11287else 11311else
11288 cat >conftest.$ac_ext <<_ACEOF 11312 cat >conftest.$ac_ext <<_ACEOF
11289#line 11289 "configure" 11313#line 11313 "configure"
11290#include "confdefs.h" 11314#include "confdefs.h"
11291#include <time.h> 11315#include <time.h>
11292extern char **environ; 11316extern char **environ;
@@ -11319,15 +11343,15 @@ main()
11319} 11343}
11320_ACEOF 11344_ACEOF
11321rm -f conftest$ac_exeext 11345rm -f conftest$ac_exeext
11322if { (eval echo "$as_me:11322: \"$ac_link\"") >&5 11346if { (eval echo "$as_me:11346: \"$ac_link\"") >&5
11323 (eval $ac_link) 2>&5 11347 (eval $ac_link) 2>&5
11324 ac_status=$? 11348 ac_status=$?
11325 echo "$as_me:11325: \$? = $ac_status" >&5 11349 echo "$as_me:11349: \$? = $ac_status" >&5
11326 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 11350 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11327 { (eval echo "$as_me:11327: \"$ac_try\"") >&5 11351 { (eval echo "$as_me:11351: \"$ac_try\"") >&5
11328 (eval $ac_try) 2>&5 11352 (eval $ac_try) 2>&5
11329 ac_status=$? 11353 ac_status=$?
11330 echo "$as_me:11330: \$? = $ac_status" >&5 11354 echo "$as_me:11354: \$? = $ac_status" >&5
11331 (exit $ac_status); }; }; then 11355 (exit $ac_status); }; }; then
11332 emacs_cv_localtime_cache=no 11356 emacs_cv_localtime_cache=no
11333else 11357else
@@ -11344,7 +11368,7 @@ else
11344 emacs_cv_localtime_cache=no 11368 emacs_cv_localtime_cache=no
11345fi 11369fi
11346fi 11370fi
11347echo "$as_me:11347: result: $emacs_cv_localtime_cache" >&5 11371echo "$as_me:11371: result: $emacs_cv_localtime_cache" >&5
11348echo "${ECHO_T}$emacs_cv_localtime_cache" >&6 11372echo "${ECHO_T}$emacs_cv_localtime_cache" >&6
11349if test $emacs_cv_localtime_cache = yes; then 11373if test $emacs_cv_localtime_cache = yes; then
11350 cat >>confdefs.h <<\EOF 11374 cat >>confdefs.h <<\EOF
@@ -11358,13 +11382,13 @@ if test "x$HAVE_TIMEVAL" = xyes; then
11358for ac_func in gettimeofday 11382for ac_func in gettimeofday
11359do 11383do
11360as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 11384as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
11361echo "$as_me:11361: checking for $ac_func" >&5 11385echo "$as_me:11385: checking for $ac_func" >&5
11362echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 11386echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
11363if eval "test \"\${$as_ac_var+set}\" = set"; then 11387if eval "test \"\${$as_ac_var+set}\" = set"; then
11364 echo $ECHO_N "(cached) $ECHO_C" >&6 11388 echo $ECHO_N "(cached) $ECHO_C" >&6
11365else 11389else
11366 cat >conftest.$ac_ext <<_ACEOF 11390 cat >conftest.$ac_ext <<_ACEOF
11367#line 11367 "configure" 11391#line 11391 "configure"
11368#include "confdefs.h" 11392#include "confdefs.h"
11369/* System header to define __stub macros and hopefully few prototypes, 11393/* System header to define __stub macros and hopefully few prototypes,
11370 which can conflict with char $ac_func (); below. */ 11394 which can conflict with char $ac_func (); below. */
@@ -11395,16 +11419,16 @@ f = $ac_func;
11395} 11419}
11396_ACEOF 11420_ACEOF
11397rm -f conftest.$ac_objext conftest$ac_exeext 11421rm -f conftest.$ac_objext conftest$ac_exeext
11398if { (eval echo "$as_me:11398: \"$ac_link\"") >&5 11422if { (eval echo "$as_me:11422: \"$ac_link\"") >&5
11399 (eval $ac_link) 2>&5 11423 (eval $ac_link) 2>&5
11400 ac_status=$? 11424 ac_status=$?
11401 echo "$as_me:11401: \$? = $ac_status" >&5 11425 echo "$as_me:11425: \$? = $ac_status" >&5
11402 (exit $ac_status); } && 11426 (exit $ac_status); } &&
11403 { ac_try='test -s conftest$ac_exeext' 11427 { ac_try='test -s conftest$ac_exeext'
11404 { (eval echo "$as_me:11404: \"$ac_try\"") >&5 11428 { (eval echo "$as_me:11428: \"$ac_try\"") >&5
11405 (eval $ac_try) 2>&5 11429 (eval $ac_try) 2>&5
11406 ac_status=$? 11430 ac_status=$?
11407 echo "$as_me:11407: \$? = $ac_status" >&5 11431 echo "$as_me:11431: \$? = $ac_status" >&5
11408 (exit $ac_status); }; }; then 11432 (exit $ac_status); }; }; then
11409 eval "$as_ac_var=yes" 11433 eval "$as_ac_var=yes"
11410else 11434else
@@ -11414,7 +11438,7 @@ eval "$as_ac_var=no"
11414fi 11438fi
11415rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11439rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11416fi 11440fi
11417echo "$as_me:11417: result: `eval echo '${'$as_ac_var'}'`" >&5 11441echo "$as_me:11441: result: `eval echo '${'$as_ac_var'}'`" >&5
11418echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 11442echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
11419if test `eval echo '${'$as_ac_var'}'` = yes; then 11443if test `eval echo '${'$as_ac_var'}'` = yes; then
11420 cat >>confdefs.h <<EOF 11444 cat >>confdefs.h <<EOF
@@ -11424,13 +11448,13 @@ EOF
11424fi 11448fi
11425done 11449done
11426 11450
11427 echo "$as_me:11427: checking whether gettimeofday can accept two arguments" >&5 11451 echo "$as_me:11451: checking whether gettimeofday can accept two arguments" >&5
11428echo $ECHO_N "checking whether gettimeofday can accept two arguments... $ECHO_C" >&6 11452echo $ECHO_N "checking whether gettimeofday can accept two arguments... $ECHO_C" >&6
11429if test "${emacs_cv_gettimeofday_two_arguments+set}" = set; then 11453if test "${emacs_cv_gettimeofday_two_arguments+set}" = set; then
11430 echo $ECHO_N "(cached) $ECHO_C" >&6 11454 echo $ECHO_N "(cached) $ECHO_C" >&6
11431else 11455else
11432 cat >conftest.$ac_ext <<_ACEOF 11456 cat >conftest.$ac_ext <<_ACEOF
11433#line 11433 "configure" 11457#line 11457 "configure"
11434#include "confdefs.h" 11458#include "confdefs.h"
11435 11459
11436#ifdef TIME_WITH_SYS_TIME 11460#ifdef TIME_WITH_SYS_TIME
@@ -11453,16 +11477,16 @@ struct timeval time;
11453} 11477}
11454_ACEOF 11478_ACEOF
11455rm -f conftest.$ac_objext 11479rm -f conftest.$ac_objext
11456if { (eval echo "$as_me:11456: \"$ac_compile\"") >&5 11480if { (eval echo "$as_me:11480: \"$ac_compile\"") >&5
11457 (eval $ac_compile) 2>&5 11481 (eval $ac_compile) 2>&5
11458 ac_status=$? 11482 ac_status=$?
11459 echo "$as_me:11459: \$? = $ac_status" >&5 11483 echo "$as_me:11483: \$? = $ac_status" >&5
11460 (exit $ac_status); } && 11484 (exit $ac_status); } &&
11461 { ac_try='test -s conftest.$ac_objext' 11485 { ac_try='test -s conftest.$ac_objext'
11462 { (eval echo "$as_me:11462: \"$ac_try\"") >&5 11486 { (eval echo "$as_me:11486: \"$ac_try\"") >&5
11463 (eval $ac_try) 2>&5 11487 (eval $ac_try) 2>&5
11464 ac_status=$? 11488 ac_status=$?
11465 echo "$as_me:11465: \$? = $ac_status" >&5 11489 echo "$as_me:11489: \$? = $ac_status" >&5
11466 (exit $ac_status); }; }; then 11490 (exit $ac_status); }; }; then
11467 emacs_cv_gettimeofday_two_arguments=yes 11491 emacs_cv_gettimeofday_two_arguments=yes
11468else 11492else
@@ -11472,7 +11496,7 @@ emacs_cv_gettimeofday_two_arguments=no
11472fi 11496fi
11473rm -f conftest.$ac_objext conftest.$ac_ext 11497rm -f conftest.$ac_objext conftest.$ac_ext
11474fi 11498fi
11475echo "$as_me:11475: result: $emacs_cv_gettimeofday_two_arguments" >&5 11499echo "$as_me:11499: result: $emacs_cv_gettimeofday_two_arguments" >&5
11476echo "${ECHO_T}$emacs_cv_gettimeofday_two_arguments" >&6 11500echo "${ECHO_T}$emacs_cv_gettimeofday_two_arguments" >&6
11477 if test $emacs_cv_gettimeofday_two_arguments = no; then 11501 if test $emacs_cv_gettimeofday_two_arguments = no; then
11478 cat >>confdefs.h <<\EOF 11502 cat >>confdefs.h <<\EOF
@@ -11483,13 +11507,13 @@ EOF
11483fi 11507fi
11484 11508
11485if test "$ac_cv_func_gettimeofday" = yes; then 11509if test "$ac_cv_func_gettimeofday" = yes; then
11486 echo "$as_me:11486: checking for struct timezone" >&5 11510 echo "$as_me:11510: checking for struct timezone" >&5
11487echo $ECHO_N "checking for struct timezone... $ECHO_C" >&6 11511echo $ECHO_N "checking for struct timezone... $ECHO_C" >&6
11488if test "${emacs_cv_struct_timezone+set}" = set; then 11512if test "${emacs_cv_struct_timezone+set}" = set; then
11489 echo $ECHO_N "(cached) $ECHO_C" >&6 11513 echo $ECHO_N "(cached) $ECHO_C" >&6
11490else 11514else
11491 cat >conftest.$ac_ext <<_ACEOF 11515 cat >conftest.$ac_ext <<_ACEOF
11492#line 11492 "configure" 11516#line 11516 "configure"
11493#include "confdefs.h" 11517#include "confdefs.h"
11494#include <sys/time.h> 11518#include <sys/time.h>
11495int 11519int
@@ -11501,22 +11525,22 @@ struct timezone tz;
11501} 11525}
11502_ACEOF 11526_ACEOF
11503rm -f conftest.$ac_objext 11527rm -f conftest.$ac_objext
11504if { (eval echo "$as_me:11504: \"$ac_compile\"") >&5 11528if { (eval echo "$as_me:11528: \"$ac_compile\"") >&5
11505 (eval $ac_compile) 2>&5 11529 (eval $ac_compile) 2>&5
11506 ac_status=$? 11530 ac_status=$?
11507 echo "$as_me:11507: \$? = $ac_status" >&5 11531 echo "$as_me:11531: \$? = $ac_status" >&5
11508 (exit $ac_status); } && 11532 (exit $ac_status); } &&
11509 { ac_try='test -s conftest.$ac_objext' 11533 { ac_try='test -s conftest.$ac_objext'
11510 { (eval echo "$as_me:11510: \"$ac_try\"") >&5 11534 { (eval echo "$as_me:11534: \"$ac_try\"") >&5
11511 (eval $ac_try) 2>&5 11535 (eval $ac_try) 2>&5
11512 ac_status=$? 11536 ac_status=$?
11513 echo "$as_me:11513: \$? = $ac_status" >&5 11537 echo "$as_me:11537: \$? = $ac_status" >&5
11514 (exit $ac_status); }; }; then 11538 (exit $ac_status); }; }; then
11515 if test "$cross_compiling" = yes; then 11539 if test "$cross_compiling" = yes; then
11516 emacs_cv_struct_timezone=yes 11540 emacs_cv_struct_timezone=yes
11517else 11541else
11518 cat >conftest.$ac_ext <<_ACEOF 11542 cat >conftest.$ac_ext <<_ACEOF
11519#line 11519 "configure" 11543#line 11543 "configure"
11520#include "confdefs.h" 11544#include "confdefs.h"
11521 11545
11522#ifdef TIME_WITH_SYS_TIME 11546#ifdef TIME_WITH_SYS_TIME
@@ -11536,15 +11560,15 @@ main () {
11536} 11560}
11537_ACEOF 11561_ACEOF
11538rm -f conftest$ac_exeext 11562rm -f conftest$ac_exeext
11539if { (eval echo "$as_me:11539: \"$ac_link\"") >&5 11563if { (eval echo "$as_me:11563: \"$ac_link\"") >&5
11540 (eval $ac_link) 2>&5 11564 (eval $ac_link) 2>&5
11541 ac_status=$? 11565 ac_status=$?
11542 echo "$as_me:11542: \$? = $ac_status" >&5 11566 echo "$as_me:11566: \$? = $ac_status" >&5
11543 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 11567 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11544 { (eval echo "$as_me:11544: \"$ac_try\"") >&5 11568 { (eval echo "$as_me:11568: \"$ac_try\"") >&5
11545 (eval $ac_try) 2>&5 11569 (eval $ac_try) 2>&5
11546 ac_status=$? 11570 ac_status=$?
11547 echo "$as_me:11547: \$? = $ac_status" >&5 11571 echo "$as_me:11571: \$? = $ac_status" >&5
11548 (exit $ac_status); }; }; then 11572 (exit $ac_status); }; }; then
11549 emacs_cv_struct_timezone=yes 11573 emacs_cv_struct_timezone=yes
11550else 11574else
@@ -11562,18 +11586,18 @@ emacs_cv_struct_timezone=no
11562fi 11586fi
11563rm -f conftest.$ac_objext conftest.$ac_ext 11587rm -f conftest.$ac_objext conftest.$ac_ext
11564fi 11588fi
11565echo "$as_me:11565: result: $emacs_cv_struct_timezone" >&5 11589echo "$as_me:11589: result: $emacs_cv_struct_timezone" >&5
11566echo "${ECHO_T}$emacs_cv_struct_timezone" >&6 11590echo "${ECHO_T}$emacs_cv_struct_timezone" >&6
11567fi 11591fi
11568 11592
11569ok_so_far=yes 11593ok_so_far=yes
11570echo "$as_me:11570: checking for socket" >&5 11594echo "$as_me:11594: checking for socket" >&5
11571echo $ECHO_N "checking for socket... $ECHO_C" >&6 11595echo $ECHO_N "checking for socket... $ECHO_C" >&6
11572if test "${ac_cv_func_socket+set}" = set; then 11596if test "${ac_cv_func_socket+set}" = set; then
11573 echo $ECHO_N "(cached) $ECHO_C" >&6 11597 echo $ECHO_N "(cached) $ECHO_C" >&6
11574else 11598else
11575 cat >conftest.$ac_ext <<_ACEOF 11599 cat >conftest.$ac_ext <<_ACEOF
11576#line 11576 "configure" 11600#line 11600 "configure"
11577#include "confdefs.h" 11601#include "confdefs.h"
11578/* System header to define __stub macros and hopefully few prototypes, 11602/* System header to define __stub macros and hopefully few prototypes,
11579 which can conflict with char socket (); below. */ 11603 which can conflict with char socket (); below. */
@@ -11604,16 +11628,16 @@ f = socket;
11604} 11628}
11605_ACEOF 11629_ACEOF
11606rm -f conftest.$ac_objext conftest$ac_exeext 11630rm -f conftest.$ac_objext conftest$ac_exeext
11607if { (eval echo "$as_me:11607: \"$ac_link\"") >&5 11631if { (eval echo "$as_me:11631: \"$ac_link\"") >&5
11608 (eval $ac_link) 2>&5 11632 (eval $ac_link) 2>&5
11609 ac_status=$? 11633 ac_status=$?
11610 echo "$as_me:11610: \$? = $ac_status" >&5 11634 echo "$as_me:11634: \$? = $ac_status" >&5
11611 (exit $ac_status); } && 11635 (exit $ac_status); } &&
11612 { ac_try='test -s conftest$ac_exeext' 11636 { ac_try='test -s conftest$ac_exeext'
11613 { (eval echo "$as_me:11613: \"$ac_try\"") >&5 11637 { (eval echo "$as_me:11637: \"$ac_try\"") >&5
11614 (eval $ac_try) 2>&5 11638 (eval $ac_try) 2>&5
11615 ac_status=$? 11639 ac_status=$?
11616 echo "$as_me:11616: \$? = $ac_status" >&5 11640 echo "$as_me:11640: \$? = $ac_status" >&5
11617 (exit $ac_status); }; }; then 11641 (exit $ac_status); }; }; then
11618 ac_cv_func_socket=yes 11642 ac_cv_func_socket=yes
11619else 11643else
@@ -11623,7 +11647,7 @@ ac_cv_func_socket=no
11623fi 11647fi
11624rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11648rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11625fi 11649fi
11626echo "$as_me:11626: result: $ac_cv_func_socket" >&5 11650echo "$as_me:11650: result: $ac_cv_func_socket" >&5
11627echo "${ECHO_T}$ac_cv_func_socket" >&6 11651echo "${ECHO_T}$ac_cv_func_socket" >&6
11628if test $ac_cv_func_socket = yes; then 11652if test $ac_cv_func_socket = yes; then
11629 : 11653 :
@@ -11632,23 +11656,23 @@ else
11632fi 11656fi
11633 11657
11634if test $ok_so_far = yes; then 11658if test $ok_so_far = yes; then
11635 echo "$as_me:11635: checking for netinet/in.h" >&5 11659 echo "$as_me:11659: checking for netinet/in.h" >&5
11636echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6 11660echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6
11637if test "${ac_cv_header_netinet_in_h+set}" = set; then 11661if test "${ac_cv_header_netinet_in_h+set}" = set; then
11638 echo $ECHO_N "(cached) $ECHO_C" >&6 11662 echo $ECHO_N "(cached) $ECHO_C" >&6
11639else 11663else
11640 cat >conftest.$ac_ext <<_ACEOF 11664 cat >conftest.$ac_ext <<_ACEOF
11641#line 11641 "configure" 11665#line 11665 "configure"
11642#include "confdefs.h" 11666#include "confdefs.h"
11643#include <netinet/in.h> 11667#include <netinet/in.h>
11644_ACEOF 11668_ACEOF
11645if { (eval echo "$as_me:11645: \"$ac_cpp conftest.$ac_ext\"") >&5 11669if { (eval echo "$as_me:11669: \"$ac_cpp conftest.$ac_ext\"") >&5
11646 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11670 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11647 ac_status=$? 11671 ac_status=$?
11648 egrep -v '^ *\+' conftest.er1 >conftest.err 11672 egrep -v '^ *\+' conftest.er1 >conftest.err
11649 rm -f conftest.er1 11673 rm -f conftest.er1
11650 cat conftest.err >&5 11674 cat conftest.err >&5
11651 echo "$as_me:11651: \$? = $ac_status" >&5 11675 echo "$as_me:11675: \$? = $ac_status" >&5
11652 (exit $ac_status); } >/dev/null; then 11676 (exit $ac_status); } >/dev/null; then
11653 if test -s conftest.err; then 11677 if test -s conftest.err; then
11654 ac_cpp_err=$ac_c_preproc_warn_flag 11678 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11667,7 +11691,7 @@ else
11667fi 11691fi
11668rm -f conftest.err conftest.$ac_ext 11692rm -f conftest.err conftest.$ac_ext
11669fi 11693fi
11670echo "$as_me:11670: result: $ac_cv_header_netinet_in_h" >&5 11694echo "$as_me:11694: result: $ac_cv_header_netinet_in_h" >&5
11671echo "${ECHO_T}$ac_cv_header_netinet_in_h" >&6 11695echo "${ECHO_T}$ac_cv_header_netinet_in_h" >&6
11672if test $ac_cv_header_netinet_in_h = yes; then 11696if test $ac_cv_header_netinet_in_h = yes; then
11673 : 11697 :
@@ -11677,23 +11701,23 @@ fi
11677 11701
11678fi 11702fi
11679if test $ok_so_far = yes; then 11703if test $ok_so_far = yes; then
11680 echo "$as_me:11680: checking for arpa/inet.h" >&5 11704 echo "$as_me:11704: checking for arpa/inet.h" >&5
11681echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6 11705echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6
11682if test "${ac_cv_header_arpa_inet_h+set}" = set; then 11706if test "${ac_cv_header_arpa_inet_h+set}" = set; then
11683 echo $ECHO_N "(cached) $ECHO_C" >&6 11707 echo $ECHO_N "(cached) $ECHO_C" >&6
11684else 11708else
11685 cat >conftest.$ac_ext <<_ACEOF 11709 cat >conftest.$ac_ext <<_ACEOF
11686#line 11686 "configure" 11710#line 11710 "configure"
11687#include "confdefs.h" 11711#include "confdefs.h"
11688#include <arpa/inet.h> 11712#include <arpa/inet.h>
11689_ACEOF 11713_ACEOF
11690if { (eval echo "$as_me:11690: \"$ac_cpp conftest.$ac_ext\"") >&5 11714if { (eval echo "$as_me:11714: \"$ac_cpp conftest.$ac_ext\"") >&5
11691 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11715 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11692 ac_status=$? 11716 ac_status=$?
11693 egrep -v '^ *\+' conftest.er1 >conftest.err 11717 egrep -v '^ *\+' conftest.er1 >conftest.err
11694 rm -f conftest.er1 11718 rm -f conftest.er1
11695 cat conftest.err >&5 11719 cat conftest.err >&5
11696 echo "$as_me:11696: \$? = $ac_status" >&5 11720 echo "$as_me:11720: \$? = $ac_status" >&5
11697 (exit $ac_status); } >/dev/null; then 11721 (exit $ac_status); } >/dev/null; then
11698 if test -s conftest.err; then 11722 if test -s conftest.err; then
11699 ac_cpp_err=$ac_c_preproc_warn_flag 11723 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11712,7 +11736,7 @@ else
11712fi 11736fi
11713rm -f conftest.err conftest.$ac_ext 11737rm -f conftest.err conftest.$ac_ext
11714fi 11738fi
11715echo "$as_me:11715: result: $ac_cv_header_arpa_inet_h" >&5 11739echo "$as_me:11739: result: $ac_cv_header_arpa_inet_h" >&5
11716echo "${ECHO_T}$ac_cv_header_arpa_inet_h" >&6 11740echo "${ECHO_T}$ac_cv_header_arpa_inet_h" >&6
11717if test $ac_cv_header_arpa_inet_h = yes; then 11741if test $ac_cv_header_arpa_inet_h = yes; then
11718 : 11742 :
@@ -11735,27 +11759,27 @@ EOF
11735 11759
11736fi 11760fi
11737 11761
11738echo "$as_me:11738: checking whether system supports dynamic ptys" >&5 11762echo "$as_me:11762: checking whether system supports dynamic ptys" >&5
11739echo $ECHO_N "checking whether system supports dynamic ptys... $ECHO_C" >&6 11763echo $ECHO_N "checking whether system supports dynamic ptys... $ECHO_C" >&6
11740if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then 11764if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then
11741 echo "$as_me:11741: result: yes" >&5 11765 echo "$as_me:11765: result: yes" >&5
11742echo "${ECHO_T}yes" >&6 11766echo "${ECHO_T}yes" >&6
11743 cat >>confdefs.h <<\EOF 11767 cat >>confdefs.h <<\EOF
11744#define HAVE_DEV_PTMX 1 11768#define HAVE_DEV_PTMX 1
11745EOF 11769EOF
11746 11770
11747else 11771else
11748 echo "$as_me:11748: result: no" >&5 11772 echo "$as_me:11772: result: no" >&5
11749echo "${ECHO_T}no" >&6 11773echo "${ECHO_T}no" >&6
11750fi 11774fi
11751 11775
11752echo "$as_me:11752: checking for pid_t" >&5 11776echo "$as_me:11776: checking for pid_t" >&5
11753echo $ECHO_N "checking for pid_t... $ECHO_C" >&6 11777echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
11754if test "${ac_cv_type_pid_t+set}" = set; then 11778if test "${ac_cv_type_pid_t+set}" = set; then
11755 echo $ECHO_N "(cached) $ECHO_C" >&6 11779 echo $ECHO_N "(cached) $ECHO_C" >&6
11756else 11780else
11757 cat >conftest.$ac_ext <<_ACEOF 11781 cat >conftest.$ac_ext <<_ACEOF
11758#line 11758 "configure" 11782#line 11782 "configure"
11759#include "confdefs.h" 11783#include "confdefs.h"
11760$ac_includes_default 11784$ac_includes_default
11761int 11785int
@@ -11770,16 +11794,16 @@ if (sizeof (pid_t))
11770} 11794}
11771_ACEOF 11795_ACEOF
11772rm -f conftest.$ac_objext 11796rm -f conftest.$ac_objext
11773if { (eval echo "$as_me:11773: \"$ac_compile\"") >&5 11797if { (eval echo "$as_me:11797: \"$ac_compile\"") >&5
11774 (eval $ac_compile) 2>&5 11798 (eval $ac_compile) 2>&5
11775 ac_status=$? 11799 ac_status=$?
11776 echo "$as_me:11776: \$? = $ac_status" >&5 11800 echo "$as_me:11800: \$? = $ac_status" >&5
11777 (exit $ac_status); } && 11801 (exit $ac_status); } &&
11778 { ac_try='test -s conftest.$ac_objext' 11802 { ac_try='test -s conftest.$ac_objext'
11779 { (eval echo "$as_me:11779: \"$ac_try\"") >&5 11803 { (eval echo "$as_me:11803: \"$ac_try\"") >&5
11780 (eval $ac_try) 2>&5 11804 (eval $ac_try) 2>&5
11781 ac_status=$? 11805 ac_status=$?
11782 echo "$as_me:11782: \$? = $ac_status" >&5 11806 echo "$as_me:11806: \$? = $ac_status" >&5
11783 (exit $ac_status); }; }; then 11807 (exit $ac_status); }; }; then
11784 ac_cv_type_pid_t=yes 11808 ac_cv_type_pid_t=yes
11785else 11809else
@@ -11789,7 +11813,7 @@ ac_cv_type_pid_t=no
11789fi 11813fi
11790rm -f conftest.$ac_objext conftest.$ac_ext 11814rm -f conftest.$ac_objext conftest.$ac_ext
11791fi 11815fi
11792echo "$as_me:11792: result: $ac_cv_type_pid_t" >&5 11816echo "$as_me:11816: result: $ac_cv_type_pid_t" >&5
11793echo "${ECHO_T}$ac_cv_type_pid_t" >&6 11817echo "${ECHO_T}$ac_cv_type_pid_t" >&6
11794if test $ac_cv_type_pid_t = yes; then 11818if test $ac_cv_type_pid_t = yes; then
11795 : 11819 :
@@ -11804,23 +11828,23 @@ fi
11804for ac_header in unistd.h vfork.h 11828for ac_header in unistd.h vfork.h
11805do 11829do
11806as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 11830as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11807echo "$as_me:11807: checking for $ac_header" >&5 11831echo "$as_me:11831: checking for $ac_header" >&5
11808echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 11832echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11809if eval "test \"\${$as_ac_Header+set}\" = set"; then 11833if eval "test \"\${$as_ac_Header+set}\" = set"; then
11810 echo $ECHO_N "(cached) $ECHO_C" >&6 11834 echo $ECHO_N "(cached) $ECHO_C" >&6
11811else 11835else
11812 cat >conftest.$ac_ext <<_ACEOF 11836 cat >conftest.$ac_ext <<_ACEOF
11813#line 11813 "configure" 11837#line 11837 "configure"
11814#include "confdefs.h" 11838#include "confdefs.h"
11815#include <$ac_header> 11839#include <$ac_header>
11816_ACEOF 11840_ACEOF
11817if { (eval echo "$as_me:11817: \"$ac_cpp conftest.$ac_ext\"") >&5 11841if { (eval echo "$as_me:11841: \"$ac_cpp conftest.$ac_ext\"") >&5
11818 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11842 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11819 ac_status=$? 11843 ac_status=$?
11820 egrep -v '^ *\+' conftest.er1 >conftest.err 11844 egrep -v '^ *\+' conftest.er1 >conftest.err
11821 rm -f conftest.er1 11845 rm -f conftest.er1
11822 cat conftest.err >&5 11846 cat conftest.err >&5
11823 echo "$as_me:11823: \$? = $ac_status" >&5 11847 echo "$as_me:11847: \$? = $ac_status" >&5
11824 (exit $ac_status); } >/dev/null; then 11848 (exit $ac_status); } >/dev/null; then
11825 if test -s conftest.err; then 11849 if test -s conftest.err; then
11826 ac_cpp_err=$ac_c_preproc_warn_flag 11850 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11839,7 +11863,7 @@ else
11839fi 11863fi
11840rm -f conftest.err conftest.$ac_ext 11864rm -f conftest.err conftest.$ac_ext
11841fi 11865fi
11842echo "$as_me:11842: result: `eval echo '${'$as_ac_Header'}'`" >&5 11866echo "$as_me:11866: result: `eval echo '${'$as_ac_Header'}'`" >&5
11843echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11867echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11844if test `eval echo '${'$as_ac_Header'}'` = yes; then 11868if test `eval echo '${'$as_ac_Header'}'` = yes; then
11845 cat >>confdefs.h <<EOF 11869 cat >>confdefs.h <<EOF
@@ -11852,13 +11876,13 @@ done
11852for ac_func in fork vfork 11876for ac_func in fork vfork
11853do 11877do
11854as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 11878as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
11855echo "$as_me:11855: checking for $ac_func" >&5 11879echo "$as_me:11879: checking for $ac_func" >&5
11856echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 11880echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
11857if eval "test \"\${$as_ac_var+set}\" = set"; then 11881if eval "test \"\${$as_ac_var+set}\" = set"; then
11858 echo $ECHO_N "(cached) $ECHO_C" >&6 11882 echo $ECHO_N "(cached) $ECHO_C" >&6
11859else 11883else
11860 cat >conftest.$ac_ext <<_ACEOF 11884 cat >conftest.$ac_ext <<_ACEOF
11861#line 11861 "configure" 11885#line 11885 "configure"
11862#include "confdefs.h" 11886#include "confdefs.h"
11863/* System header to define __stub macros and hopefully few prototypes, 11887/* System header to define __stub macros and hopefully few prototypes,
11864 which can conflict with char $ac_func (); below. */ 11888 which can conflict with char $ac_func (); below. */
@@ -11889,16 +11913,16 @@ f = $ac_func;
11889} 11913}
11890_ACEOF 11914_ACEOF
11891rm -f conftest.$ac_objext conftest$ac_exeext 11915rm -f conftest.$ac_objext conftest$ac_exeext
11892if { (eval echo "$as_me:11892: \"$ac_link\"") >&5 11916if { (eval echo "$as_me:11916: \"$ac_link\"") >&5
11893 (eval $ac_link) 2>&5 11917 (eval $ac_link) 2>&5
11894 ac_status=$? 11918 ac_status=$?
11895 echo "$as_me:11895: \$? = $ac_status" >&5 11919 echo "$as_me:11919: \$? = $ac_status" >&5
11896 (exit $ac_status); } && 11920 (exit $ac_status); } &&
11897 { ac_try='test -s conftest$ac_exeext' 11921 { ac_try='test -s conftest$ac_exeext'
11898 { (eval echo "$as_me:11898: \"$ac_try\"") >&5 11922 { (eval echo "$as_me:11922: \"$ac_try\"") >&5
11899 (eval $ac_try) 2>&5 11923 (eval $ac_try) 2>&5
11900 ac_status=$? 11924 ac_status=$?
11901 echo "$as_me:11901: \$? = $ac_status" >&5 11925 echo "$as_me:11925: \$? = $ac_status" >&5
11902 (exit $ac_status); }; }; then 11926 (exit $ac_status); }; }; then
11903 eval "$as_ac_var=yes" 11927 eval "$as_ac_var=yes"
11904else 11928else
@@ -11908,7 +11932,7 @@ eval "$as_ac_var=no"
11908fi 11932fi
11909rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11933rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11910fi 11934fi
11911echo "$as_me:11911: result: `eval echo '${'$as_ac_var'}'`" >&5 11935echo "$as_me:11935: result: `eval echo '${'$as_ac_var'}'`" >&5
11912echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 11936echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
11913if test `eval echo '${'$as_ac_var'}'` = yes; then 11937if test `eval echo '${'$as_ac_var'}'` = yes; then
11914 cat >>confdefs.h <<EOF 11938 cat >>confdefs.h <<EOF
@@ -11920,7 +11944,7 @@ done
11920 11944
11921ac_cv_func_fork_works=$ac_cv_func_fork 11945ac_cv_func_fork_works=$ac_cv_func_fork
11922if test "x$ac_cv_func_fork" = xyes; then 11946if test "x$ac_cv_func_fork" = xyes; then
11923 echo "$as_me:11923: checking for working fork" >&5 11947 echo "$as_me:11947: checking for working fork" >&5
11924echo $ECHO_N "checking for working fork... $ECHO_C" >&6 11948echo $ECHO_N "checking for working fork... $ECHO_C" >&6
11925if test "${ac_cv_func_fork_works+set}" = set; then 11949if test "${ac_cv_func_fork_works+set}" = set; then
11926 echo $ECHO_N "(cached) $ECHO_C" >&6 11950 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11943,15 +11967,15 @@ else
11943 } 11967 }
11944_ACEOF 11968_ACEOF
11945rm -f conftest$ac_exeext 11969rm -f conftest$ac_exeext
11946if { (eval echo "$as_me:11946: \"$ac_link\"") >&5 11970if { (eval echo "$as_me:11970: \"$ac_link\"") >&5
11947 (eval $ac_link) 2>&5 11971 (eval $ac_link) 2>&5
11948 ac_status=$? 11972 ac_status=$?
11949 echo "$as_me:11949: \$? = $ac_status" >&5 11973 echo "$as_me:11973: \$? = $ac_status" >&5
11950 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 11974 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11951 { (eval echo "$as_me:11951: \"$ac_try\"") >&5 11975 { (eval echo "$as_me:11975: \"$ac_try\"") >&5
11952 (eval $ac_try) 2>&5 11976 (eval $ac_try) 2>&5
11953 ac_status=$? 11977 ac_status=$?
11954 echo "$as_me:11954: \$? = $ac_status" >&5 11978 echo "$as_me:11978: \$? = $ac_status" >&5
11955 (exit $ac_status); }; }; then 11979 (exit $ac_status); }; }; then
11956 ac_cv_func_fork_works=yes 11980 ac_cv_func_fork_works=yes
11957else 11981else
@@ -11963,7 +11987,7 @@ fi
11963rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 11987rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11964fi 11988fi
11965fi 11989fi
11966echo "$as_me:11966: result: $ac_cv_func_fork_works" >&5 11990echo "$as_me:11990: result: $ac_cv_func_fork_works" >&5
11967echo "${ECHO_T}$ac_cv_func_fork_works" >&6 11991echo "${ECHO_T}$ac_cv_func_fork_works" >&6
11968 11992
11969fi 11993fi
@@ -11977,12 +12001,12 @@ if test "x$ac_cv_func_fork_works" = xcross; then
11977 ac_cv_func_fork_works=yes 12001 ac_cv_func_fork_works=yes
11978 ;; 12002 ;;
11979 esac 12003 esac
11980 { echo "$as_me:11980: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&5 12004 { echo "$as_me:12004: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&5
11981echo "$as_me: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&2;} 12005echo "$as_me: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&2;}
11982fi 12006fi
11983ac_cv_func_vfork_works=$ac_cv_func_vfork 12007ac_cv_func_vfork_works=$ac_cv_func_vfork
11984if test "x$ac_cv_func_vfork" = xyes; then 12008if test "x$ac_cv_func_vfork" = xyes; then
11985 echo "$as_me:11985: checking for working vfork" >&5 12009 echo "$as_me:12009: checking for working vfork" >&5
11986echo $ECHO_N "checking for working vfork... $ECHO_C" >&6 12010echo $ECHO_N "checking for working vfork... $ECHO_C" >&6
11987if test "${ac_cv_func_vfork_works+set}" = set; then 12011if test "${ac_cv_func_vfork_works+set}" = set; then
11988 echo $ECHO_N "(cached) $ECHO_C" >&6 12012 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11991,7 +12015,7 @@ else
11991 ac_cv_func_vfork_works=cross 12015 ac_cv_func_vfork_works=cross
11992else 12016else
11993 cat >conftest.$ac_ext <<_ACEOF 12017 cat >conftest.$ac_ext <<_ACEOF
11994#line 11994 "configure" 12018#line 12018 "configure"
11995#include "confdefs.h" 12019#include "confdefs.h"
11996/* Thanks to Paul Eggert for this test. */ 12020/* Thanks to Paul Eggert for this test. */
11997#include <stdio.h> 12021#include <stdio.h>
@@ -12088,15 +12112,15 @@ main ()
12088} 12112}
12089_ACEOF 12113_ACEOF
12090rm -f conftest$ac_exeext 12114rm -f conftest$ac_exeext
12091if { (eval echo "$as_me:12091: \"$ac_link\"") >&5 12115if { (eval echo "$as_me:12115: \"$ac_link\"") >&5
12092 (eval $ac_link) 2>&5 12116 (eval $ac_link) 2>&5
12093 ac_status=$? 12117 ac_status=$?
12094 echo "$as_me:12094: \$? = $ac_status" >&5 12118 echo "$as_me:12118: \$? = $ac_status" >&5
12095 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 12119 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12096 { (eval echo "$as_me:12096: \"$ac_try\"") >&5 12120 { (eval echo "$as_me:12120: \"$ac_try\"") >&5
12097 (eval $ac_try) 2>&5 12121 (eval $ac_try) 2>&5
12098 ac_status=$? 12122 ac_status=$?
12099 echo "$as_me:12099: \$? = $ac_status" >&5 12123 echo "$as_me:12123: \$? = $ac_status" >&5
12100 (exit $ac_status); }; }; then 12124 (exit $ac_status); }; }; then
12101 ac_cv_func_vfork_works=yes 12125 ac_cv_func_vfork_works=yes
12102else 12126else
@@ -12108,13 +12132,13 @@ fi
12108rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 12132rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12109fi 12133fi
12110fi 12134fi
12111echo "$as_me:12111: result: $ac_cv_func_vfork_works" >&5 12135echo "$as_me:12135: result: $ac_cv_func_vfork_works" >&5
12112echo "${ECHO_T}$ac_cv_func_vfork_works" >&6 12136echo "${ECHO_T}$ac_cv_func_vfork_works" >&6
12113 12137
12114fi; 12138fi;
12115if test "x$ac_cv_func_fork_works" = xcross; then 12139if test "x$ac_cv_func_fork_works" = xcross; then
12116 ac_cv_func_vfork_works=ac_cv_func_vfork 12140 ac_cv_func_vfork_works=ac_cv_func_vfork
12117 { echo "$as_me:12117: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&5 12141 { echo "$as_me:12141: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&5
12118echo "$as_me: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&2;} 12142echo "$as_me: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&2;}
12119fi 12143fi
12120 12144
@@ -12140,13 +12164,13 @@ EOF
12140fi 12164fi
12141 12165
12142# Fixme: This should be replaced when we have autoconf 2.14. 12166# Fixme: This should be replaced when we have autoconf 2.14.
12143echo "$as_me:12143: checking for size_t" >&5 12167echo "$as_me:12167: checking for size_t" >&5
12144echo $ECHO_N "checking for size_t... $ECHO_C" >&6 12168echo $ECHO_N "checking for size_t... $ECHO_C" >&6
12145if test "${ac_cv_type_size_t+set}" = set; then 12169if test "${ac_cv_type_size_t+set}" = set; then
12146 echo $ECHO_N "(cached) $ECHO_C" >&6 12170 echo $ECHO_N "(cached) $ECHO_C" >&6
12147else 12171else
12148 cat >conftest.$ac_ext <<_ACEOF 12172 cat >conftest.$ac_ext <<_ACEOF
12149#line 12149 "configure" 12173#line 12173 "configure"
12150#include "confdefs.h" 12174#include "confdefs.h"
12151$ac_includes_default 12175$ac_includes_default
12152int 12176int
@@ -12161,16 +12185,16 @@ if (sizeof (size_t))
12161} 12185}
12162_ACEOF 12186_ACEOF
12163rm -f conftest.$ac_objext 12187rm -f conftest.$ac_objext
12164if { (eval echo "$as_me:12164: \"$ac_compile\"") >&5 12188if { (eval echo "$as_me:12188: \"$ac_compile\"") >&5
12165 (eval $ac_compile) 2>&5 12189 (eval $ac_compile) 2>&5
12166 ac_status=$? 12190 ac_status=$?
12167 echo "$as_me:12167: \$? = $ac_status" >&5 12191 echo "$as_me:12191: \$? = $ac_status" >&5
12168 (exit $ac_status); } && 12192 (exit $ac_status); } &&
12169 { ac_try='test -s conftest.$ac_objext' 12193 { ac_try='test -s conftest.$ac_objext'
12170 { (eval echo "$as_me:12170: \"$ac_try\"") >&5 12194 { (eval echo "$as_me:12194: \"$ac_try\"") >&5
12171 (eval $ac_try) 2>&5 12195 (eval $ac_try) 2>&5
12172 ac_status=$? 12196 ac_status=$?
12173 echo "$as_me:12173: \$? = $ac_status" >&5 12197 echo "$as_me:12197: \$? = $ac_status" >&5
12174 (exit $ac_status); }; }; then 12198 (exit $ac_status); }; }; then
12175 ac_cv_type_size_t=yes 12199 ac_cv_type_size_t=yes
12176else 12200else
@@ -12180,7 +12204,7 @@ ac_cv_type_size_t=no
12180fi 12204fi
12181rm -f conftest.$ac_objext conftest.$ac_ext 12205rm -f conftest.$ac_objext conftest.$ac_ext
12182fi 12206fi
12183echo "$as_me:12183: result: $ac_cv_type_size_t" >&5 12207echo "$as_me:12207: result: $ac_cv_type_size_t" >&5
12184echo "${ECHO_T}$ac_cv_type_size_t" >&6 12208echo "${ECHO_T}$ac_cv_type_size_t" >&6
12185if test $ac_cv_type_size_t = yes; then 12209if test $ac_cv_type_size_t = yes; then
12186 : 12210 :
@@ -12200,7 +12224,7 @@ CPPFLAGS="$REAL_CPPFLAGS"
12200version=`grep 'defconst[ ]*emacs-version' ${srcdir}/lisp/version.el \ 12224version=`grep 'defconst[ ]*emacs-version' ${srcdir}/lisp/version.el \
12201 | sed -e 's/^[^"]*"\([^"]*\)".*$/\1/'` 12225 | sed -e 's/^[^"]*"\([^"]*\)".*$/\1/'`
12202if test x"${version}" = x; then 12226if test x"${version}" = x; then
12203 { { echo "$as_me:12203: error: can't find current emacs version in \`${srcdir}/lisp/version.el'." >&5 12227 { { echo "$as_me:12227: error: can't find current emacs version in \`${srcdir}/lisp/version.el'." >&5
12204echo "$as_me: error: can't find current emacs version in \`${srcdir}/lisp/version.el'." >&2;} 12228echo "$as_me: error: can't find current emacs version in \`${srcdir}/lisp/version.el'." >&2;}
12205 { (exit 1); exit 1; }; } 12229 { (exit 1); exit 1; }; }
12206fi 12230fi
@@ -12286,23 +12310,23 @@ fi
12286for ac_header in nlist.h 12310for ac_header in nlist.h
12287do 12311do
12288as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 12312as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12289echo "$as_me:12289: checking for $ac_header" >&5 12313echo "$as_me:12313: checking for $ac_header" >&5
12290echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 12314echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12291if eval "test \"\${$as_ac_Header+set}\" = set"; then 12315if eval "test \"\${$as_ac_Header+set}\" = set"; then
12292 echo $ECHO_N "(cached) $ECHO_C" >&6 12316 echo $ECHO_N "(cached) $ECHO_C" >&6
12293else 12317else
12294 cat >conftest.$ac_ext <<_ACEOF 12318 cat >conftest.$ac_ext <<_ACEOF
12295#line 12295 "configure" 12319#line 12319 "configure"
12296#include "confdefs.h" 12320#include "confdefs.h"
12297#include <$ac_header> 12321#include <$ac_header>
12298_ACEOF 12322_ACEOF
12299if { (eval echo "$as_me:12299: \"$ac_cpp conftest.$ac_ext\"") >&5 12323if { (eval echo "$as_me:12323: \"$ac_cpp conftest.$ac_ext\"") >&5
12300 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 12324 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12301 ac_status=$? 12325 ac_status=$?
12302 egrep -v '^ *\+' conftest.er1 >conftest.err 12326 egrep -v '^ *\+' conftest.er1 >conftest.err
12303 rm -f conftest.er1 12327 rm -f conftest.er1
12304 cat conftest.err >&5 12328 cat conftest.err >&5
12305 echo "$as_me:12305: \$? = $ac_status" >&5 12329 echo "$as_me:12329: \$? = $ac_status" >&5
12306 (exit $ac_status); } >/dev/null; then 12330 (exit $ac_status); } >/dev/null; then
12307 if test -s conftest.err; then 12331 if test -s conftest.err; then
12308 ac_cpp_err=$ac_c_preproc_warn_flag 12332 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -12321,7 +12345,7 @@ else
12321fi 12345fi
12322rm -f conftest.err conftest.$ac_ext 12346rm -f conftest.err conftest.$ac_ext
12323fi 12347fi
12324echo "$as_me:12324: result: `eval echo '${'$as_ac_Header'}'`" >&5 12348echo "$as_me:12348: result: `eval echo '${'$as_ac_Header'}'`" >&5
12325echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 12349echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12326if test `eval echo '${'$as_ac_Header'}'` = yes; then 12350if test `eval echo '${'$as_ac_Header'}'` = yes; then
12327 cat >>confdefs.h <<EOF 12351 cat >>confdefs.h <<EOF
@@ -12381,7 +12405,7 @@ test "${exec_prefix}" != NONE &&
12381## C preprocessor. 12405## C preprocessor.
12382 12406
12383cat >conftest.$ac_ext <<_ACEOF 12407cat >conftest.$ac_ext <<_ACEOF
12384#line 12384 "configure" 12408#line 12408 "configure"
12385#include "confdefs.h" 12409#include "confdefs.h"
12386yes..yes 12410yes..yes
12387_ACEOF 12411_ACEOF
@@ -12474,7 +12498,7 @@ DEFS=-DHAVE_CONFIG_H
12474: ${CONFIG_STATUS=./config.status} 12498: ${CONFIG_STATUS=./config.status}
12475ac_clean_files_save=$ac_clean_files 12499ac_clean_files_save=$ac_clean_files
12476ac_clean_files="$ac_clean_files $CONFIG_STATUS" 12500ac_clean_files="$ac_clean_files $CONFIG_STATUS"
12477{ echo "$as_me:12477: creating $CONFIG_STATUS" >&5 12501{ echo "$as_me:12501: creating $CONFIG_STATUS" >&5
12478echo "$as_me: creating $CONFIG_STATUS" >&6;} 12502echo "$as_me: creating $CONFIG_STATUS" >&6;}
12479cat >$CONFIG_STATUS <<_ACEOF 12503cat >$CONFIG_STATUS <<_ACEOF
12480#! $SHELL 12504#! $SHELL
@@ -12650,7 +12674,7 @@ cat >>$CONFIG_STATUS <<\EOF
12650 echo "$ac_cs_version"; exit 0 ;; 12674 echo "$ac_cs_version"; exit 0 ;;
12651 --he | --h) 12675 --he | --h)
12652 # Conflict between --help and --header 12676 # Conflict between --help and --header
12653 { { echo "$as_me:12653: error: ambiguous option: $1 12677 { { echo "$as_me:12677: error: ambiguous option: $1
12654Try \`$0 --help' for more information." >&5 12678Try \`$0 --help' for more information." >&5
12655echo "$as_me: error: ambiguous option: $1 12679echo "$as_me: error: ambiguous option: $1
12656Try \`$0 --help' for more information." >&2;} 12680Try \`$0 --help' for more information." >&2;}
@@ -12669,7 +12693,7 @@ Try \`$0 --help' for more information." >&2;}
12669 ac_need_defaults=false;; 12693 ac_need_defaults=false;;
12670 12694
12671 # This is an error. 12695 # This is an error.
12672 -*) { { echo "$as_me:12672: error: unrecognized option: $1 12696 -*) { { echo "$as_me:12696: error: unrecognized option: $1
12673Try \`$0 --help' for more information." >&5 12697Try \`$0 --help' for more information." >&5
12674echo "$as_me: error: unrecognized option: $1 12698echo "$as_me: error: unrecognized option: $1
12675Try \`$0 --help' for more information." >&2;} 12699Try \`$0 --help' for more information." >&2;}
@@ -12724,7 +12748,7 @@ do
12724 "leim/Makefile" ) CONFIG_FILES="$CONFIG_FILES leim/Makefile" ;; 12748 "leim/Makefile" ) CONFIG_FILES="$CONFIG_FILES leim/Makefile" ;;
12725 "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;; 12749 "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
12726 "src/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS src/config.h:src/config.in" ;; 12750 "src/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS src/config.h:src/config.in" ;;
12727 *) { { echo "$as_me:12727: error: invalid argument: $ac_config_target" >&5 12751 *) { { echo "$as_me:12751: error: invalid argument: $ac_config_target" >&5
12728echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 12752echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
12729 { (exit 1); exit 1; }; };; 12753 { (exit 1); exit 1; }; };;
12730 esac 12754 esac
@@ -12971,7 +12995,7 @@ done; }
12971 esac 12995 esac
12972 12996
12973 if test x"$ac_file" != x-; then 12997 if test x"$ac_file" != x-; then
12974 { echo "$as_me:12974: creating $ac_file" >&5 12998 { echo "$as_me:12998: creating $ac_file" >&5
12975echo "$as_me: creating $ac_file" >&6;} 12999echo "$as_me: creating $ac_file" >&6;}
12976 rm -f "$ac_file" 13000 rm -f "$ac_file"
12977 fi 13001 fi
@@ -12989,7 +13013,7 @@ echo "$as_me: creating $ac_file" >&6;}
12989 -) echo $tmp/stdin ;; 13013 -) echo $tmp/stdin ;;
12990 [\\/$]*) 13014 [\\/$]*)
12991 # Absolute (can't be DOS-style, as IFS=:) 13015 # Absolute (can't be DOS-style, as IFS=:)
12992 test -f "$f" || { { echo "$as_me:12992: error: cannot find input file: $f" >&5 13016 test -f "$f" || { { echo "$as_me:13016: error: cannot find input file: $f" >&5
12993echo "$as_me: error: cannot find input file: $f" >&2;} 13017echo "$as_me: error: cannot find input file: $f" >&2;}
12994 { (exit 1); exit 1; }; } 13018 { (exit 1); exit 1; }; }
12995 echo $f;; 13019 echo $f;;
@@ -13002,7 +13026,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;}
13002 echo $srcdir/$f 13026 echo $srcdir/$f
13003 else 13027 else
13004 # /dev/null tree 13028 # /dev/null tree
13005 { { echo "$as_me:13005: error: cannot find input file: $f" >&5 13029 { { echo "$as_me:13029: error: cannot find input file: $f" >&5
13006echo "$as_me: error: cannot find input file: $f" >&2;} 13030echo "$as_me: error: cannot find input file: $f" >&2;}
13007 { (exit 1); exit 1; }; } 13031 { (exit 1); exit 1; }; }
13008 fi;; 13032 fi;;
@@ -13063,7 +13087,7 @@ for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
13063 * ) ac_file_in=$ac_file.in ;; 13087 * ) ac_file_in=$ac_file.in ;;
13064 esac 13088 esac
13065 13089
13066 test x"$ac_file" != x- && { echo "$as_me:13066: creating $ac_file" >&5 13090 test x"$ac_file" != x- && { echo "$as_me:13090: creating $ac_file" >&5
13067echo "$as_me: creating $ac_file" >&6;} 13091echo "$as_me: creating $ac_file" >&6;}
13068 13092
13069 # First look for the input files in the build tree, otherwise in the 13093 # First look for the input files in the build tree, otherwise in the
@@ -13074,7 +13098,7 @@ echo "$as_me: creating $ac_file" >&6;}
13074 -) echo $tmp/stdin ;; 13098 -) echo $tmp/stdin ;;
13075 [\\/$]*) 13099 [\\/$]*)
13076 # Absolute (can't be DOS-style, as IFS=:) 13100 # Absolute (can't be DOS-style, as IFS=:)
13077 test -f "$f" || { { echo "$as_me:13077: error: cannot find input file: $f" >&5 13101 test -f "$f" || { { echo "$as_me:13101: error: cannot find input file: $f" >&5
13078echo "$as_me: error: cannot find input file: $f" >&2;} 13102echo "$as_me: error: cannot find input file: $f" >&2;}
13079 { (exit 1); exit 1; }; } 13103 { (exit 1); exit 1; }; }
13080 echo $f;; 13104 echo $f;;
@@ -13087,7 +13111,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;}
13087 echo $srcdir/$f 13111 echo $srcdir/$f
13088 else 13112 else
13089 # /dev/null tree 13113 # /dev/null tree
13090 { { echo "$as_me:13090: error: cannot find input file: $f" >&5 13114 { { echo "$as_me:13114: error: cannot find input file: $f" >&5
13091echo "$as_me: error: cannot find input file: $f" >&2;} 13115echo "$as_me: error: cannot find input file: $f" >&2;}
13092 { (exit 1); exit 1; }; } 13116 { (exit 1); exit 1; }; }
13093 fi;; 13117 fi;;
@@ -13204,7 +13228,7 @@ cat >>$CONFIG_STATUS <<\EOF
13204 rm -f $tmp/in 13228 rm -f $tmp/in
13205 if test x"$ac_file" != x-; then 13229 if test x"$ac_file" != x-; then
13206 if cmp -s $ac_file $tmp/config.h 2>/dev/null; then 13230 if cmp -s $ac_file $tmp/config.h 2>/dev/null; then
13207 { echo "$as_me:13207: $ac_file is unchanged" >&5 13231 { echo "$as_me:13231: $ac_file is unchanged" >&5
13208echo "$as_me: $ac_file is unchanged" >&6;} 13232echo "$as_me: $ac_file is unchanged" >&6;}
13209 else 13233 else
13210 ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 13234 ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \