aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab2002-03-05 10:54:56 +0000
committerAndreas Schwab2002-03-05 10:54:56 +0000
commitdf645f7c69bab982e6ffeee2bc3291f7736a4915 (patch)
treee2880220820a70a5acadeb1eb24bf832c0dc4691
parent5d335845144496f831be1dc36f9d9b6a571d5073 (diff)
downloademacs-df645f7c69bab982e6ffeee2bc3291f7736a4915.tar.gz
emacs-df645f7c69bab982e6ffeee2bc3291f7736a4915.zip
Regenerated.
-rwxr-xr-xconfigure2204
1 files changed, 1117 insertions, 1087 deletions
diff --git a/configure b/configure
index e8ef9bc6d28..8e909d44ec7 100755
--- a/configure
+++ b/configure
@@ -2,7 +2,7 @@
2# Guess values for system-dependent variables and create Makefiles. 2# Guess values for system-dependent variables and create Makefiles.
3# Generated by Autoconf 2.52. 3# Generated by Autoconf 2.52.
4# 4#
5# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 5# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
6# Free Software Foundation, Inc. 6# Free Software Foundation, Inc.
7# This configure script is free software; the Free Software Foundation 7# This configure script is free software; the Free Software Foundation
8# gives unlimited permission to copy, distribute and modify it. 8# gives unlimited permission to copy, distribute and modify it.
@@ -1149,7 +1149,10 @@ case "${srcdir}" in
1149 . ) 1149 . )
1150 ## We may be able to use the $PWD environment variable to make this 1150 ## We may be able to use the $PWD environment variable to make this
1151 ## absolute. But sometimes PWD is inaccurate. 1151 ## absolute. But sometimes PWD is inaccurate.
1152 if test ".${PWD}" != "." && test ".`(cd ${PWD} ; sh -c pwd)`" = ".${PWD}" ; 1152 ## Note: we used to use ${PWD} at the end instead of `pwd`,
1153 ## but that tested only for a well-formed and valid PWD,
1154 ## it did not object when PWD was well-formed and valid but just wrong.
1155 if test ".${PWD}" != "." && test ".`(cd ${PWD} ; sh -c pwd)`" = ".`pwd`" ;
1153 then 1156 then
1154 srcdir="$PWD" 1157 srcdir="$PWD"
1155 else 1158 else
@@ -1162,7 +1165,7 @@ esac
1162#### Check if the source directory already has a configured system in it. 1165#### Check if the source directory already has a configured system in it.
1163if test `pwd` != `(cd ${srcdir} && pwd)` \ 1166if test `pwd` != `(cd ${srcdir} && pwd)` \
1164 && test -f "${srcdir}/src/config.h" ; then 1167 && test -f "${srcdir}/src/config.h" ; then
1165 { echo "$as_me:1165: WARNING: The directory tree \`${srcdir}' is being used 1168 { echo "$as_me:1168: WARNING: The directory tree \`${srcdir}' is being used
1166 as a build directory right now; it has been configured in its own 1169 as a build directory right now; it has been configured in its own
1167 right. To configure in another directory as well, you MUST 1170 right. To configure in another directory as well, you MUST
1168 use GNU make. If you do not have GNU make, then you must 1171 use GNU make. If you do not have GNU make, then you must
@@ -1207,7 +1210,7 @@ for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1207 fi 1210 fi
1208done 1211done
1209if test -z "$ac_aux_dir"; then 1212if test -z "$ac_aux_dir"; then
1210 { { echo "$as_me:1210: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 1213 { { echo "$as_me:1213: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1211echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;} 1214echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1212 { (exit 1); exit 1; }; } 1215 { (exit 1); exit 1; }; }
1213fi 1216fi
@@ -1217,11 +1220,11 @@ ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1217 1220
1218# Make sure we can run config.sub. 1221# Make sure we can run config.sub.
1219$ac_config_sub sun4 >/dev/null 2>&1 || 1222$ac_config_sub sun4 >/dev/null 2>&1 ||
1220 { { echo "$as_me:1220: error: cannot run $ac_config_sub" >&5 1223 { { echo "$as_me:1223: error: cannot run $ac_config_sub" >&5
1221echo "$as_me: error: cannot run $ac_config_sub" >&2;} 1224echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1222 { (exit 1); exit 1; }; } 1225 { (exit 1); exit 1; }; }
1223 1226
1224echo "$as_me:1224: checking build system type" >&5 1227echo "$as_me:1227: checking build system type" >&5
1225echo $ECHO_N "checking build system type... $ECHO_C" >&6 1228echo $ECHO_N "checking build system type... $ECHO_C" >&6
1226if test "${ac_cv_build+set}" = set; then 1229if test "${ac_cv_build+set}" = set; then
1227 echo $ECHO_N "(cached) $ECHO_C" >&6 1230 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1230,23 +1233,23 @@ else
1230test -z "$ac_cv_build_alias" && 1233test -z "$ac_cv_build_alias" &&
1231 ac_cv_build_alias=`$ac_config_guess` 1234 ac_cv_build_alias=`$ac_config_guess`
1232test -z "$ac_cv_build_alias" && 1235test -z "$ac_cv_build_alias" &&
1233 { { echo "$as_me:1233: error: cannot guess build type; you must specify one" >&5 1236 { { echo "$as_me:1236: error: cannot guess build type; you must specify one" >&5
1234echo "$as_me: error: cannot guess build type; you must specify one" >&2;} 1237echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1235 { (exit 1); exit 1; }; } 1238 { (exit 1); exit 1; }; }
1236ac_cv_build=`$ac_config_sub $ac_cv_build_alias` || 1239ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1237 { { echo "$as_me:1237: error: $ac_config_sub $ac_cv_build_alias failed." >&5 1240 { { echo "$as_me:1240: error: $ac_config_sub $ac_cv_build_alias failed." >&5
1238echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;} 1241echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;}
1239 { (exit 1); exit 1; }; } 1242 { (exit 1); exit 1; }; }
1240 1243
1241fi 1244fi
1242echo "$as_me:1242: result: $ac_cv_build" >&5 1245echo "$as_me:1245: result: $ac_cv_build" >&5
1243echo "${ECHO_T}$ac_cv_build" >&6 1246echo "${ECHO_T}$ac_cv_build" >&6
1244build=$ac_cv_build 1247build=$ac_cv_build
1245build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 1248build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1246build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` 1249build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1247build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 1250build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1248 1251
1249echo "$as_me:1249: checking host system type" >&5 1252echo "$as_me:1252: checking host system type" >&5
1250echo $ECHO_N "checking host system type... $ECHO_C" >&6 1253echo $ECHO_N "checking host system type... $ECHO_C" >&6
1251if test "${ac_cv_host+set}" = set; then 1254if test "${ac_cv_host+set}" = set; then
1252 echo $ECHO_N "(cached) $ECHO_C" >&6 1255 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1255,12 +1258,12 @@ else
1255test -z "$ac_cv_host_alias" && 1258test -z "$ac_cv_host_alias" &&
1256 ac_cv_host_alias=$ac_cv_build_alias 1259 ac_cv_host_alias=$ac_cv_build_alias
1257ac_cv_host=`$ac_config_sub $ac_cv_host_alias` || 1260ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1258 { { echo "$as_me:1258: 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
1259echo "$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;}
1260 { (exit 1); exit 1; }; } 1263 { (exit 1); exit 1; }; }
1261 1264
1262fi 1265fi
1263echo "$as_me:1263: result: $ac_cv_host" >&5 1266echo "$as_me:1266: result: $ac_cv_host" >&5
1264echo "${ECHO_T}$ac_cv_host" >&6 1267echo "${ECHO_T}$ac_cv_host" >&6
1265host=$ac_cv_host 1268host=$ac_cv_host
1266host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 1269host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
@@ -1468,6 +1471,11 @@ case "${canonical}" in
1468 ## operating system. 1471 ## operating system.
1469 ;; 1472 ;;
1470 1473
1474 ## Compaq Nonstop
1475 mips-compaq-nonstopux* )
1476 machine=nonstopux opsys=nonstopux
1477 ;;
1478
1471 ## Convex 1479 ## Convex
1472 *-convex-bsd* | *-convex-convexos* ) 1480 *-convex-bsd* | *-convex-convexos* )
1473 machine=convex opsys=bsd4-3 1481 machine=convex opsys=bsd4-3
@@ -2222,7 +2230,7 @@ if test x"${opsys}" = x; then
2222fi 2230fi
2223 2231
2224if test $unported = yes; then 2232if test $unported = yes; then
2225 { { echo "$as_me:2225: error: Emacs hasn't been ported to \`${canonical}' systems. 2233 { { echo "$as_me:2233: error: Emacs hasn't been ported to \`${canonical}' systems.
2226Check \`etc/MACHINES' for recognized configuration names." >&5 2234Check \`etc/MACHINES' for recognized configuration names." >&5
2227echo "$as_me: error: Emacs hasn't been ported to \`${canonical}' systems. 2235echo "$as_me: error: Emacs hasn't been ported to \`${canonical}' systems.
2228Check \`etc/MACHINES' for recognized configuration names." >&2;} 2236Check \`etc/MACHINES' for recognized configuration names." >&2;}
@@ -2251,7 +2259,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
2251if test -n "$ac_tool_prefix"; then 2259if test -n "$ac_tool_prefix"; then
2252 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 2260 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2253set dummy ${ac_tool_prefix}gcc; ac_word=$2 2261set dummy ${ac_tool_prefix}gcc; ac_word=$2
2254echo "$as_me:2254: checking for $ac_word" >&5 2262echo "$as_me:2262: checking for $ac_word" >&5
2255echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2263echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2256if test "${ac_cv_prog_CC+set}" = set; then 2264if test "${ac_cv_prog_CC+set}" = set; then
2257 echo $ECHO_N "(cached) $ECHO_C" >&6 2265 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2266,7 +2274,7 @@ for ac_dir in $ac_dummy; do
2266 test -z "$ac_dir" && ac_dir=. 2274 test -z "$ac_dir" && ac_dir=.
2267 $as_executable_p "$ac_dir/$ac_word" || continue 2275 $as_executable_p "$ac_dir/$ac_word" || continue
2268ac_cv_prog_CC="${ac_tool_prefix}gcc" 2276ac_cv_prog_CC="${ac_tool_prefix}gcc"
2269echo "$as_me:2269: found $ac_dir/$ac_word" >&5 2277echo "$as_me:2277: found $ac_dir/$ac_word" >&5
2270break 2278break
2271done 2279done
2272 2280
@@ -2274,10 +2282,10 @@ fi
2274fi 2282fi
2275CC=$ac_cv_prog_CC 2283CC=$ac_cv_prog_CC
2276if test -n "$CC"; then 2284if test -n "$CC"; then
2277 echo "$as_me:2277: result: $CC" >&5 2285 echo "$as_me:2285: result: $CC" >&5
2278echo "${ECHO_T}$CC" >&6 2286echo "${ECHO_T}$CC" >&6
2279else 2287else
2280 echo "$as_me:2280: result: no" >&5 2288 echo "$as_me:2288: result: no" >&5
2281echo "${ECHO_T}no" >&6 2289echo "${ECHO_T}no" >&6
2282fi 2290fi
2283 2291
@@ -2286,7 +2294,7 @@ if test -z "$ac_cv_prog_CC"; then
2286 ac_ct_CC=$CC 2294 ac_ct_CC=$CC
2287 # Extract the first word of "gcc", so it can be a program name with args. 2295 # Extract the first word of "gcc", so it can be a program name with args.
2288set dummy gcc; ac_word=$2 2296set dummy gcc; ac_word=$2
2289echo "$as_me:2289: checking for $ac_word" >&5 2297echo "$as_me:2297: checking for $ac_word" >&5
2290echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2298echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2291if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2299if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2292 echo $ECHO_N "(cached) $ECHO_C" >&6 2300 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2301,7 +2309,7 @@ for ac_dir in $ac_dummy; do
2301 test -z "$ac_dir" && ac_dir=. 2309 test -z "$ac_dir" && ac_dir=.
2302 $as_executable_p "$ac_dir/$ac_word" || continue 2310 $as_executable_p "$ac_dir/$ac_word" || continue
2303ac_cv_prog_ac_ct_CC="gcc" 2311ac_cv_prog_ac_ct_CC="gcc"
2304echo "$as_me:2304: found $ac_dir/$ac_word" >&5 2312echo "$as_me:2312: found $ac_dir/$ac_word" >&5
2305break 2313break
2306done 2314done
2307 2315
@@ -2309,10 +2317,10 @@ fi
2309fi 2317fi
2310ac_ct_CC=$ac_cv_prog_ac_ct_CC 2318ac_ct_CC=$ac_cv_prog_ac_ct_CC
2311if test -n "$ac_ct_CC"; then 2319if test -n "$ac_ct_CC"; then
2312 echo "$as_me:2312: result: $ac_ct_CC" >&5 2320 echo "$as_me:2320: result: $ac_ct_CC" >&5
2313echo "${ECHO_T}$ac_ct_CC" >&6 2321echo "${ECHO_T}$ac_ct_CC" >&6
2314else 2322else
2315 echo "$as_me:2315: result: no" >&5 2323 echo "$as_me:2323: result: no" >&5
2316echo "${ECHO_T}no" >&6 2324echo "${ECHO_T}no" >&6
2317fi 2325fi
2318 2326
@@ -2325,7 +2333,7 @@ if test -z "$CC"; then
2325 if test -n "$ac_tool_prefix"; then 2333 if test -n "$ac_tool_prefix"; then
2326 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 2334 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2327set dummy ${ac_tool_prefix}cc; ac_word=$2 2335set dummy ${ac_tool_prefix}cc; ac_word=$2
2328echo "$as_me:2328: checking for $ac_word" >&5 2336echo "$as_me:2336: checking for $ac_word" >&5
2329echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2337echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2330if test "${ac_cv_prog_CC+set}" = set; then 2338if test "${ac_cv_prog_CC+set}" = set; then
2331 echo $ECHO_N "(cached) $ECHO_C" >&6 2339 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2340,7 +2348,7 @@ for ac_dir in $ac_dummy; do
2340 test -z "$ac_dir" && ac_dir=. 2348 test -z "$ac_dir" && ac_dir=.
2341 $as_executable_p "$ac_dir/$ac_word" || continue 2349 $as_executable_p "$ac_dir/$ac_word" || continue
2342ac_cv_prog_CC="${ac_tool_prefix}cc" 2350ac_cv_prog_CC="${ac_tool_prefix}cc"
2343echo "$as_me:2343: found $ac_dir/$ac_word" >&5 2351echo "$as_me:2351: found $ac_dir/$ac_word" >&5
2344break 2352break
2345done 2353done
2346 2354
@@ -2348,10 +2356,10 @@ fi
2348fi 2356fi
2349CC=$ac_cv_prog_CC 2357CC=$ac_cv_prog_CC
2350if test -n "$CC"; then 2358if test -n "$CC"; then
2351 echo "$as_me:2351: result: $CC" >&5 2359 echo "$as_me:2359: result: $CC" >&5
2352echo "${ECHO_T}$CC" >&6 2360echo "${ECHO_T}$CC" >&6
2353else 2361else
2354 echo "$as_me:2354: result: no" >&5 2362 echo "$as_me:2362: result: no" >&5
2355echo "${ECHO_T}no" >&6 2363echo "${ECHO_T}no" >&6
2356fi 2364fi
2357 2365
@@ -2360,7 +2368,7 @@ if test -z "$ac_cv_prog_CC"; then
2360 ac_ct_CC=$CC 2368 ac_ct_CC=$CC
2361 # Extract the first word of "cc", so it can be a program name with args. 2369 # Extract the first word of "cc", so it can be a program name with args.
2362set dummy cc; ac_word=$2 2370set dummy cc; ac_word=$2
2363echo "$as_me:2363: checking for $ac_word" >&5 2371echo "$as_me:2371: checking for $ac_word" >&5
2364echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2372echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2365if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2373if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2366 echo $ECHO_N "(cached) $ECHO_C" >&6 2374 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2375,7 +2383,7 @@ for ac_dir in $ac_dummy; do
2375 test -z "$ac_dir" && ac_dir=. 2383 test -z "$ac_dir" && ac_dir=.
2376 $as_executable_p "$ac_dir/$ac_word" || continue 2384 $as_executable_p "$ac_dir/$ac_word" || continue
2377ac_cv_prog_ac_ct_CC="cc" 2385ac_cv_prog_ac_ct_CC="cc"
2378echo "$as_me:2378: found $ac_dir/$ac_word" >&5 2386echo "$as_me:2386: found $ac_dir/$ac_word" >&5
2379break 2387break
2380done 2388done
2381 2389
@@ -2383,10 +2391,10 @@ fi
2383fi 2391fi
2384ac_ct_CC=$ac_cv_prog_ac_ct_CC 2392ac_ct_CC=$ac_cv_prog_ac_ct_CC
2385if test -n "$ac_ct_CC"; then 2393if test -n "$ac_ct_CC"; then
2386 echo "$as_me:2386: result: $ac_ct_CC" >&5 2394 echo "$as_me:2394: result: $ac_ct_CC" >&5
2387echo "${ECHO_T}$ac_ct_CC" >&6 2395echo "${ECHO_T}$ac_ct_CC" >&6
2388else 2396else
2389 echo "$as_me:2389: result: no" >&5 2397 echo "$as_me:2397: result: no" >&5
2390echo "${ECHO_T}no" >&6 2398echo "${ECHO_T}no" >&6
2391fi 2399fi
2392 2400
@@ -2399,7 +2407,7 @@ fi
2399if test -z "$CC"; then 2407if test -z "$CC"; then
2400 # Extract the first word of "cc", so it can be a program name with args. 2408 # Extract the first word of "cc", so it can be a program name with args.
2401set dummy cc; ac_word=$2 2409set dummy cc; ac_word=$2
2402echo "$as_me:2402: checking for $ac_word" >&5 2410echo "$as_me:2410: checking for $ac_word" >&5
2403echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2411echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2404if test "${ac_cv_prog_CC+set}" = set; then 2412if test "${ac_cv_prog_CC+set}" = set; then
2405 echo $ECHO_N "(cached) $ECHO_C" >&6 2413 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2419,7 +2427,7 @@ if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
2419 continue 2427 continue
2420fi 2428fi
2421ac_cv_prog_CC="cc" 2429ac_cv_prog_CC="cc"
2422echo "$as_me:2422: found $ac_dir/$ac_word" >&5 2430echo "$as_me:2430: found $ac_dir/$ac_word" >&5
2423break 2431break
2424done 2432done
2425 2433
@@ -2441,10 +2449,10 @@ fi
2441fi 2449fi
2442CC=$ac_cv_prog_CC 2450CC=$ac_cv_prog_CC
2443if test -n "$CC"; then 2451if test -n "$CC"; then
2444 echo "$as_me:2444: result: $CC" >&5 2452 echo "$as_me:2452: result: $CC" >&5
2445echo "${ECHO_T}$CC" >&6 2453echo "${ECHO_T}$CC" >&6
2446else 2454else
2447 echo "$as_me:2447: result: no" >&5 2455 echo "$as_me:2455: result: no" >&5
2448echo "${ECHO_T}no" >&6 2456echo "${ECHO_T}no" >&6
2449fi 2457fi
2450 2458
@@ -2455,7 +2463,7 @@ if test -z "$CC"; then
2455 do 2463 do
2456 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2464 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2457set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2465set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2458echo "$as_me:2458: checking for $ac_word" >&5 2466echo "$as_me:2466: checking for $ac_word" >&5
2459echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2467echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2460if test "${ac_cv_prog_CC+set}" = set; then 2468if test "${ac_cv_prog_CC+set}" = set; then
2461 echo $ECHO_N "(cached) $ECHO_C" >&6 2469 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2470,7 +2478,7 @@ for ac_dir in $ac_dummy; do
2470 test -z "$ac_dir" && ac_dir=. 2478 test -z "$ac_dir" && ac_dir=.
2471 $as_executable_p "$ac_dir/$ac_word" || continue 2479 $as_executable_p "$ac_dir/$ac_word" || continue
2472ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 2480ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2473echo "$as_me:2473: found $ac_dir/$ac_word" >&5 2481echo "$as_me:2481: found $ac_dir/$ac_word" >&5
2474break 2482break
2475done 2483done
2476 2484
@@ -2478,10 +2486,10 @@ fi
2478fi 2486fi
2479CC=$ac_cv_prog_CC 2487CC=$ac_cv_prog_CC
2480if test -n "$CC"; then 2488if test -n "$CC"; then
2481 echo "$as_me:2481: result: $CC" >&5 2489 echo "$as_me:2489: result: $CC" >&5
2482echo "${ECHO_T}$CC" >&6 2490echo "${ECHO_T}$CC" >&6
2483else 2491else
2484 echo "$as_me:2484: result: no" >&5 2492 echo "$as_me:2492: result: no" >&5
2485echo "${ECHO_T}no" >&6 2493echo "${ECHO_T}no" >&6
2486fi 2494fi
2487 2495
@@ -2494,7 +2502,7 @@ if test -z "$CC"; then
2494do 2502do
2495 # Extract the first word of "$ac_prog", so it can be a program name with args. 2503 # Extract the first word of "$ac_prog", so it can be a program name with args.
2496set dummy $ac_prog; ac_word=$2 2504set dummy $ac_prog; ac_word=$2
2497echo "$as_me:2497: checking for $ac_word" >&5 2505echo "$as_me:2505: checking for $ac_word" >&5
2498echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2506echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2499if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2507if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2500 echo $ECHO_N "(cached) $ECHO_C" >&6 2508 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2509,7 +2517,7 @@ for ac_dir in $ac_dummy; do
2509 test -z "$ac_dir" && ac_dir=. 2517 test -z "$ac_dir" && ac_dir=.
2510 $as_executable_p "$ac_dir/$ac_word" || continue 2518 $as_executable_p "$ac_dir/$ac_word" || continue
2511ac_cv_prog_ac_ct_CC="$ac_prog" 2519ac_cv_prog_ac_ct_CC="$ac_prog"
2512echo "$as_me:2512: found $ac_dir/$ac_word" >&5 2520echo "$as_me:2520: found $ac_dir/$ac_word" >&5
2513break 2521break
2514done 2522done
2515 2523
@@ -2517,10 +2525,10 @@ fi
2517fi 2525fi
2518ac_ct_CC=$ac_cv_prog_ac_ct_CC 2526ac_ct_CC=$ac_cv_prog_ac_ct_CC
2519if test -n "$ac_ct_CC"; then 2527if test -n "$ac_ct_CC"; then
2520 echo "$as_me:2520: result: $ac_ct_CC" >&5 2528 echo "$as_me:2528: result: $ac_ct_CC" >&5
2521echo "${ECHO_T}$ac_ct_CC" >&6 2529echo "${ECHO_T}$ac_ct_CC" >&6
2522else 2530else
2523 echo "$as_me:2523: result: no" >&5 2531 echo "$as_me:2531: result: no" >&5
2524echo "${ECHO_T}no" >&6 2532echo "${ECHO_T}no" >&6
2525fi 2533fi
2526 2534
@@ -2532,32 +2540,32 @@ fi
2532 2540
2533fi 2541fi
2534 2542
2535test -z "$CC" && { { echo "$as_me:2535: error: no acceptable cc found in \$PATH" >&5 2543test -z "$CC" && { { echo "$as_me:2543: error: no acceptable cc found in \$PATH" >&5
2536echo "$as_me: error: no acceptable cc found in \$PATH" >&2;} 2544echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}
2537 { (exit 1); exit 1; }; } 2545 { (exit 1); exit 1; }; }
2538 2546
2539# Provide some information about the compiler. 2547# Provide some information about the compiler.
2540echo "$as_me:2540:" \ 2548echo "$as_me:2548:" \
2541 "checking for C compiler version" >&5 2549 "checking for C compiler version" >&5
2542ac_compiler=`set X $ac_compile; echo $2` 2550ac_compiler=`set X $ac_compile; echo $2`
2543{ (eval echo "$as_me:2543: \"$ac_compiler --version </dev/null >&5\"") >&5 2551{ (eval echo "$as_me:2551: \"$ac_compiler --version </dev/null >&5\"") >&5
2544 (eval $ac_compiler --version </dev/null >&5) 2>&5 2552 (eval $ac_compiler --version </dev/null >&5) 2>&5
2545 ac_status=$? 2553 ac_status=$?
2546 echo "$as_me:2546: \$? = $ac_status" >&5 2554 echo "$as_me:2554: \$? = $ac_status" >&5
2547 (exit $ac_status); } 2555 (exit $ac_status); }
2548{ (eval echo "$as_me:2548: \"$ac_compiler -v </dev/null >&5\"") >&5 2556{ (eval echo "$as_me:2556: \"$ac_compiler -v </dev/null >&5\"") >&5
2549 (eval $ac_compiler -v </dev/null >&5) 2>&5 2557 (eval $ac_compiler -v </dev/null >&5) 2>&5
2550 ac_status=$? 2558 ac_status=$?
2551 echo "$as_me:2551: \$? = $ac_status" >&5 2559 echo "$as_me:2559: \$? = $ac_status" >&5
2552 (exit $ac_status); } 2560 (exit $ac_status); }
2553{ (eval echo "$as_me:2553: \"$ac_compiler -V </dev/null >&5\"") >&5 2561{ (eval echo "$as_me:2561: \"$ac_compiler -V </dev/null >&5\"") >&5
2554 (eval $ac_compiler -V </dev/null >&5) 2>&5 2562 (eval $ac_compiler -V </dev/null >&5) 2>&5
2555 ac_status=$? 2563 ac_status=$?
2556 echo "$as_me:2556: \$? = $ac_status" >&5 2564 echo "$as_me:2564: \$? = $ac_status" >&5
2557 (exit $ac_status); } 2565 (exit $ac_status); }
2558 2566
2559cat >conftest.$ac_ext <<_ACEOF 2567cat >conftest.$ac_ext <<_ACEOF
2560#line 2560 "configure" 2568#line 2568 "configure"
2561#include "confdefs.h" 2569#include "confdefs.h"
2562 2570
2563int 2571int
@@ -2573,13 +2581,13 @@ ac_clean_files="$ac_clean_files a.out a.exe"
2573# Try to create an executable without -o first, disregard a.out. 2581# Try to create an executable without -o first, disregard a.out.
2574# It will help us diagnose broken compilers, and finding out an intuition 2582# It will help us diagnose broken compilers, and finding out an intuition
2575# of exeext. 2583# of exeext.
2576echo "$as_me:2576: checking for C compiler default output" >&5 2584echo "$as_me:2584: checking for C compiler default output" >&5
2577echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6 2585echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
2578ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2586ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2579if { (eval echo "$as_me:2579: \"$ac_link_default\"") >&5 2587if { (eval echo "$as_me:2587: \"$ac_link_default\"") >&5
2580 (eval $ac_link_default) 2>&5 2588 (eval $ac_link_default) 2>&5
2581 ac_status=$? 2589 ac_status=$?
2582 echo "$as_me:2582: \$? = $ac_status" >&5 2590 echo "$as_me:2590: \$? = $ac_status" >&5
2583 (exit $ac_status); }; then 2591 (exit $ac_status); }; then
2584 # Find the output, starting from the most likely. This scheme is 2592 # Find the output, starting from the most likely. This scheme is
2585# not robust to junk in `.', hence go to wildcards (a.*) only as a last 2593# not robust to junk in `.', hence go to wildcards (a.*) only as a last
@@ -2602,34 +2610,34 @@ done
2602else 2610else
2603 echo "$as_me: failed program was:" >&5 2611 echo "$as_me: failed program was:" >&5
2604cat conftest.$ac_ext >&5 2612cat conftest.$ac_ext >&5
2605{ { echo "$as_me:2605: error: C compiler cannot create executables" >&5 2613{ { echo "$as_me:2613: error: C compiler cannot create executables" >&5
2606echo "$as_me: error: C compiler cannot create executables" >&2;} 2614echo "$as_me: error: C compiler cannot create executables" >&2;}
2607 { (exit 77); exit 77; }; } 2615 { (exit 77); exit 77; }; }
2608fi 2616fi
2609 2617
2610ac_exeext=$ac_cv_exeext 2618ac_exeext=$ac_cv_exeext
2611echo "$as_me:2611: result: $ac_file" >&5 2619echo "$as_me:2619: result: $ac_file" >&5
2612echo "${ECHO_T}$ac_file" >&6 2620echo "${ECHO_T}$ac_file" >&6
2613 2621
2614# Check the compiler produces executables we can run. If not, either 2622# Check the compiler produces executables we can run. If not, either
2615# the compiler is broken, or we cross compile. 2623# the compiler is broken, or we cross compile.
2616echo "$as_me:2616: checking whether the C compiler works" >&5 2624echo "$as_me:2624: checking whether the C compiler works" >&5
2617echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6 2625echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2618# FIXME: These cross compiler hacks should be removed for Autoconf 3.0 2626# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2619# If not cross compiling, check that we can run a simple program. 2627# If not cross compiling, check that we can run a simple program.
2620if test "$cross_compiling" != yes; then 2628if test "$cross_compiling" != yes; then
2621 if { ac_try='./$ac_file' 2629 if { ac_try='./$ac_file'
2622 { (eval echo "$as_me:2622: \"$ac_try\"") >&5 2630 { (eval echo "$as_me:2630: \"$ac_try\"") >&5
2623 (eval $ac_try) 2>&5 2631 (eval $ac_try) 2>&5
2624 ac_status=$? 2632 ac_status=$?
2625 echo "$as_me:2625: \$? = $ac_status" >&5 2633 echo "$as_me:2633: \$? = $ac_status" >&5
2626 (exit $ac_status); }; }; then 2634 (exit $ac_status); }; }; then
2627 cross_compiling=no 2635 cross_compiling=no
2628 else 2636 else
2629 if test "$cross_compiling" = maybe; then 2637 if test "$cross_compiling" = maybe; then
2630 cross_compiling=yes 2638 cross_compiling=yes
2631 else 2639 else
2632 { { echo "$as_me:2632: error: cannot run C compiled programs. 2640 { { echo "$as_me:2640: error: cannot run C compiled programs.
2633If you meant to cross compile, use \`--host'." >&5 2641If you meant to cross compile, use \`--host'." >&5
2634echo "$as_me: error: cannot run C compiled programs. 2642echo "$as_me: error: cannot run C compiled programs.
2635If you meant to cross compile, use \`--host'." >&2;} 2643If you meant to cross compile, use \`--host'." >&2;}
@@ -2637,24 +2645,24 @@ If you meant to cross compile, use \`--host'." >&2;}
2637 fi 2645 fi
2638 fi 2646 fi
2639fi 2647fi
2640echo "$as_me:2640: result: yes" >&5 2648echo "$as_me:2648: result: yes" >&5
2641echo "${ECHO_T}yes" >&6 2649echo "${ECHO_T}yes" >&6
2642 2650
2643rm -f a.out a.exe conftest$ac_cv_exeext 2651rm -f a.out a.exe conftest$ac_cv_exeext
2644ac_clean_files=$ac_clean_files_save 2652ac_clean_files=$ac_clean_files_save
2645# Check the compiler produces executables we can run. If not, either 2653# Check the compiler produces executables we can run. If not, either
2646# the compiler is broken, or we cross compile. 2654# the compiler is broken, or we cross compile.
2647echo "$as_me:2647: checking whether we are cross compiling" >&5 2655echo "$as_me:2655: checking whether we are cross compiling" >&5
2648echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 2656echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2649echo "$as_me:2649: result: $cross_compiling" >&5 2657echo "$as_me:2657: result: $cross_compiling" >&5
2650echo "${ECHO_T}$cross_compiling" >&6 2658echo "${ECHO_T}$cross_compiling" >&6
2651 2659
2652echo "$as_me:2652: checking for executable suffix" >&5 2660echo "$as_me:2660: checking for executable suffix" >&5
2653echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6 2661echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6
2654if { (eval echo "$as_me:2654: \"$ac_link\"") >&5 2662if { (eval echo "$as_me:2662: \"$ac_link\"") >&5
2655 (eval $ac_link) 2>&5 2663 (eval $ac_link) 2>&5
2656 ac_status=$? 2664 ac_status=$?
2657 echo "$as_me:2657: \$? = $ac_status" >&5 2665 echo "$as_me:2665: \$? = $ac_status" >&5
2658 (exit $ac_status); }; then 2666 (exit $ac_status); }; then
2659 # If both `conftest.exe' and `conftest' are `present' (well, observable) 2667 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2660# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will 2668# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
@@ -2670,25 +2678,25 @@ for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do
2670 esac 2678 esac
2671done 2679done
2672else 2680else
2673 { { echo "$as_me:2673: error: cannot compute EXEEXT: cannot compile and link" >&5 2681 { { echo "$as_me:2681: error: cannot compute EXEEXT: cannot compile and link" >&5
2674echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;} 2682echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;}
2675 { (exit 1); exit 1; }; } 2683 { (exit 1); exit 1; }; }
2676fi 2684fi
2677 2685
2678rm -f conftest$ac_cv_exeext 2686rm -f conftest$ac_cv_exeext
2679echo "$as_me:2679: result: $ac_cv_exeext" >&5 2687echo "$as_me:2687: result: $ac_cv_exeext" >&5
2680echo "${ECHO_T}$ac_cv_exeext" >&6 2688echo "${ECHO_T}$ac_cv_exeext" >&6
2681 2689
2682rm -f conftest.$ac_ext 2690rm -f conftest.$ac_ext
2683EXEEXT=$ac_cv_exeext 2691EXEEXT=$ac_cv_exeext
2684ac_exeext=$EXEEXT 2692ac_exeext=$EXEEXT
2685echo "$as_me:2685: checking for object suffix" >&5 2693echo "$as_me:2693: checking for object suffix" >&5
2686echo $ECHO_N "checking for object suffix... $ECHO_C" >&6 2694echo $ECHO_N "checking for object suffix... $ECHO_C" >&6
2687if test "${ac_cv_objext+set}" = set; then 2695if test "${ac_cv_objext+set}" = set; then
2688 echo $ECHO_N "(cached) $ECHO_C" >&6 2696 echo $ECHO_N "(cached) $ECHO_C" >&6
2689else 2697else
2690 cat >conftest.$ac_ext <<_ACEOF 2698 cat >conftest.$ac_ext <<_ACEOF
2691#line 2691 "configure" 2699#line 2699 "configure"
2692#include "confdefs.h" 2700#include "confdefs.h"
2693 2701
2694int 2702int
@@ -2700,10 +2708,10 @@ main ()
2700} 2708}
2701_ACEOF 2709_ACEOF
2702rm -f conftest.o conftest.obj 2710rm -f conftest.o conftest.obj
2703if { (eval echo "$as_me:2703: \"$ac_compile\"") >&5 2711if { (eval echo "$as_me:2711: \"$ac_compile\"") >&5
2704 (eval $ac_compile) 2>&5 2712 (eval $ac_compile) 2>&5
2705 ac_status=$? 2713 ac_status=$?
2706 echo "$as_me:2706: \$? = $ac_status" >&5 2714 echo "$as_me:2714: \$? = $ac_status" >&5
2707 (exit $ac_status); }; then 2715 (exit $ac_status); }; then
2708 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do 2716 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2709 case $ac_file in 2717 case $ac_file in
@@ -2715,24 +2723,24 @@ done
2715else 2723else
2716 echo "$as_me: failed program was:" >&5 2724 echo "$as_me: failed program was:" >&5
2717cat conftest.$ac_ext >&5 2725cat conftest.$ac_ext >&5
2718{ { echo "$as_me:2718: error: cannot compute OBJEXT: cannot compile" >&5 2726{ { echo "$as_me:2726: error: cannot compute OBJEXT: cannot compile" >&5
2719echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;} 2727echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;}
2720 { (exit 1); exit 1; }; } 2728 { (exit 1); exit 1; }; }
2721fi 2729fi
2722 2730
2723rm -f conftest.$ac_cv_objext conftest.$ac_ext 2731rm -f conftest.$ac_cv_objext conftest.$ac_ext
2724fi 2732fi
2725echo "$as_me:2725: result: $ac_cv_objext" >&5 2733echo "$as_me:2733: result: $ac_cv_objext" >&5
2726echo "${ECHO_T}$ac_cv_objext" >&6 2734echo "${ECHO_T}$ac_cv_objext" >&6
2727OBJEXT=$ac_cv_objext 2735OBJEXT=$ac_cv_objext
2728ac_objext=$OBJEXT 2736ac_objext=$OBJEXT
2729echo "$as_me:2729: checking whether we are using the GNU C compiler" >&5 2737echo "$as_me:2737: checking whether we are using the GNU C compiler" >&5
2730echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 2738echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2731if test "${ac_cv_c_compiler_gnu+set}" = set; then 2739if test "${ac_cv_c_compiler_gnu+set}" = set; then
2732 echo $ECHO_N "(cached) $ECHO_C" >&6 2740 echo $ECHO_N "(cached) $ECHO_C" >&6
2733else 2741else
2734 cat >conftest.$ac_ext <<_ACEOF 2742 cat >conftest.$ac_ext <<_ACEOF
2735#line 2735 "configure" 2743#line 2743 "configure"
2736#include "confdefs.h" 2744#include "confdefs.h"
2737 2745
2738int 2746int
@@ -2747,16 +2755,16 @@ main ()
2747} 2755}
2748_ACEOF 2756_ACEOF
2749rm -f conftest.$ac_objext 2757rm -f conftest.$ac_objext
2750if { (eval echo "$as_me:2750: \"$ac_compile\"") >&5 2758if { (eval echo "$as_me:2758: \"$ac_compile\"") >&5
2751 (eval $ac_compile) 2>&5 2759 (eval $ac_compile) 2>&5
2752 ac_status=$? 2760 ac_status=$?
2753 echo "$as_me:2753: \$? = $ac_status" >&5 2761 echo "$as_me:2761: \$? = $ac_status" >&5
2754 (exit $ac_status); } && 2762 (exit $ac_status); } &&
2755 { ac_try='test -s conftest.$ac_objext' 2763 { ac_try='test -s conftest.$ac_objext'
2756 { (eval echo "$as_me:2756: \"$ac_try\"") >&5 2764 { (eval echo "$as_me:2764: \"$ac_try\"") >&5
2757 (eval $ac_try) 2>&5 2765 (eval $ac_try) 2>&5
2758 ac_status=$? 2766 ac_status=$?
2759 echo "$as_me:2759: \$? = $ac_status" >&5 2767 echo "$as_me:2767: \$? = $ac_status" >&5
2760 (exit $ac_status); }; }; then 2768 (exit $ac_status); }; }; then
2761 ac_compiler_gnu=yes 2769 ac_compiler_gnu=yes
2762else 2770else
@@ -2768,19 +2776,19 @@ rm -f conftest.$ac_objext conftest.$ac_ext
2768ac_cv_c_compiler_gnu=$ac_compiler_gnu 2776ac_cv_c_compiler_gnu=$ac_compiler_gnu
2769 2777
2770fi 2778fi
2771echo "$as_me:2771: result: $ac_cv_c_compiler_gnu" >&5 2779echo "$as_me:2779: result: $ac_cv_c_compiler_gnu" >&5
2772echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 2780echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2773GCC=`test $ac_compiler_gnu = yes && echo yes` 2781GCC=`test $ac_compiler_gnu = yes && echo yes`
2774ac_test_CFLAGS=${CFLAGS+set} 2782ac_test_CFLAGS=${CFLAGS+set}
2775ac_save_CFLAGS=$CFLAGS 2783ac_save_CFLAGS=$CFLAGS
2776CFLAGS="-g" 2784CFLAGS="-g"
2777echo "$as_me:2777: checking whether $CC accepts -g" >&5 2785echo "$as_me:2785: checking whether $CC accepts -g" >&5
2778echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 2786echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2779if test "${ac_cv_prog_cc_g+set}" = set; then 2787if test "${ac_cv_prog_cc_g+set}" = set; then
2780 echo $ECHO_N "(cached) $ECHO_C" >&6 2788 echo $ECHO_N "(cached) $ECHO_C" >&6
2781else 2789else
2782 cat >conftest.$ac_ext <<_ACEOF 2790 cat >conftest.$ac_ext <<_ACEOF
2783#line 2783 "configure" 2791#line 2791 "configure"
2784#include "confdefs.h" 2792#include "confdefs.h"
2785 2793
2786int 2794int
@@ -2792,16 +2800,16 @@ main ()
2792} 2800}
2793_ACEOF 2801_ACEOF
2794rm -f conftest.$ac_objext 2802rm -f conftest.$ac_objext
2795if { (eval echo "$as_me:2795: \"$ac_compile\"") >&5 2803if { (eval echo "$as_me:2803: \"$ac_compile\"") >&5
2796 (eval $ac_compile) 2>&5 2804 (eval $ac_compile) 2>&5
2797 ac_status=$? 2805 ac_status=$?
2798 echo "$as_me:2798: \$? = $ac_status" >&5 2806 echo "$as_me:2806: \$? = $ac_status" >&5
2799 (exit $ac_status); } && 2807 (exit $ac_status); } &&
2800 { ac_try='test -s conftest.$ac_objext' 2808 { ac_try='test -s conftest.$ac_objext'
2801 { (eval echo "$as_me:2801: \"$ac_try\"") >&5 2809 { (eval echo "$as_me:2809: \"$ac_try\"") >&5
2802 (eval $ac_try) 2>&5 2810 (eval $ac_try) 2>&5
2803 ac_status=$? 2811 ac_status=$?
2804 echo "$as_me:2804: \$? = $ac_status" >&5 2812 echo "$as_me:2812: \$? = $ac_status" >&5
2805 (exit $ac_status); }; }; then 2813 (exit $ac_status); }; }; then
2806 ac_cv_prog_cc_g=yes 2814 ac_cv_prog_cc_g=yes
2807else 2815else
@@ -2811,7 +2819,7 @@ ac_cv_prog_cc_g=no
2811fi 2819fi
2812rm -f conftest.$ac_objext conftest.$ac_ext 2820rm -f conftest.$ac_objext conftest.$ac_ext
2813fi 2821fi
2814echo "$as_me:2814: result: $ac_cv_prog_cc_g" >&5 2822echo "$as_me:2822: result: $ac_cv_prog_cc_g" >&5
2815echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 2823echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2816if test "$ac_test_CFLAGS" = set; then 2824if test "$ac_test_CFLAGS" = set; then
2817 CFLAGS=$ac_save_CFLAGS 2825 CFLAGS=$ac_save_CFLAGS
@@ -2838,16 +2846,16 @@ cat >conftest.$ac_ext <<_ACEOF
2838#endif 2846#endif
2839_ACEOF 2847_ACEOF
2840rm -f conftest.$ac_objext 2848rm -f conftest.$ac_objext
2841if { (eval echo "$as_me:2841: \"$ac_compile\"") >&5 2849if { (eval echo "$as_me:2849: \"$ac_compile\"") >&5
2842 (eval $ac_compile) 2>&5 2850 (eval $ac_compile) 2>&5
2843 ac_status=$? 2851 ac_status=$?
2844 echo "$as_me:2844: \$? = $ac_status" >&5 2852 echo "$as_me:2852: \$? = $ac_status" >&5
2845 (exit $ac_status); } && 2853 (exit $ac_status); } &&
2846 { ac_try='test -s conftest.$ac_objext' 2854 { ac_try='test -s conftest.$ac_objext'
2847 { (eval echo "$as_me:2847: \"$ac_try\"") >&5 2855 { (eval echo "$as_me:2855: \"$ac_try\"") >&5
2848 (eval $ac_try) 2>&5 2856 (eval $ac_try) 2>&5
2849 ac_status=$? 2857 ac_status=$?
2850 echo "$as_me:2850: \$? = $ac_status" >&5 2858 echo "$as_me:2858: \$? = $ac_status" >&5
2851 (exit $ac_status); }; }; then 2859 (exit $ac_status); }; }; then
2852 for ac_declaration in \ 2860 for ac_declaration in \
2853 ''\ 2861 ''\
@@ -2859,7 +2867,7 @@ if { (eval echo "$as_me:2841: \"$ac_compile\"") >&5
2859 'void exit (int);' 2867 'void exit (int);'
2860do 2868do
2861 cat >conftest.$ac_ext <<_ACEOF 2869 cat >conftest.$ac_ext <<_ACEOF
2862#line 2862 "configure" 2870#line 2870 "configure"
2863#include "confdefs.h" 2871#include "confdefs.h"
2864#include <stdlib.h> 2872#include <stdlib.h>
2865$ac_declaration 2873$ac_declaration
@@ -2872,16 +2880,16 @@ exit (42);
2872} 2880}
2873_ACEOF 2881_ACEOF
2874rm -f conftest.$ac_objext 2882rm -f conftest.$ac_objext
2875if { (eval echo "$as_me:2875: \"$ac_compile\"") >&5 2883if { (eval echo "$as_me:2883: \"$ac_compile\"") >&5
2876 (eval $ac_compile) 2>&5 2884 (eval $ac_compile) 2>&5
2877 ac_status=$? 2885 ac_status=$?
2878 echo "$as_me:2878: \$? = $ac_status" >&5 2886 echo "$as_me:2886: \$? = $ac_status" >&5
2879 (exit $ac_status); } && 2887 (exit $ac_status); } &&
2880 { ac_try='test -s conftest.$ac_objext' 2888 { ac_try='test -s conftest.$ac_objext'
2881 { (eval echo "$as_me:2881: \"$ac_try\"") >&5 2889 { (eval echo "$as_me:2889: \"$ac_try\"") >&5
2882 (eval $ac_try) 2>&5 2890 (eval $ac_try) 2>&5
2883 ac_status=$? 2891 ac_status=$?
2884 echo "$as_me:2884: \$? = $ac_status" >&5 2892 echo "$as_me:2892: \$? = $ac_status" >&5
2885 (exit $ac_status); }; }; then 2893 (exit $ac_status); }; }; then
2886 : 2894 :
2887else 2895else
@@ -2891,7 +2899,7 @@ continue
2891fi 2899fi
2892rm -f conftest.$ac_objext conftest.$ac_ext 2900rm -f conftest.$ac_objext conftest.$ac_ext
2893 cat >conftest.$ac_ext <<_ACEOF 2901 cat >conftest.$ac_ext <<_ACEOF
2894#line 2894 "configure" 2902#line 2902 "configure"
2895#include "confdefs.h" 2903#include "confdefs.h"
2896$ac_declaration 2904$ac_declaration
2897int 2905int
@@ -2903,16 +2911,16 @@ exit (42);
2903} 2911}
2904_ACEOF 2912_ACEOF
2905rm -f conftest.$ac_objext 2913rm -f conftest.$ac_objext
2906if { (eval echo "$as_me:2906: \"$ac_compile\"") >&5 2914if { (eval echo "$as_me:2914: \"$ac_compile\"") >&5
2907 (eval $ac_compile) 2>&5 2915 (eval $ac_compile) 2>&5
2908 ac_status=$? 2916 ac_status=$?
2909 echo "$as_me:2909: \$? = $ac_status" >&5 2917 echo "$as_me:2917: \$? = $ac_status" >&5
2910 (exit $ac_status); } && 2918 (exit $ac_status); } &&
2911 { ac_try='test -s conftest.$ac_objext' 2919 { ac_try='test -s conftest.$ac_objext'
2912 { (eval echo "$as_me:2912: \"$ac_try\"") >&5 2920 { (eval echo "$as_me:2920: \"$ac_try\"") >&5
2913 (eval $ac_try) 2>&5 2921 (eval $ac_try) 2>&5
2914 ac_status=$? 2922 ac_status=$?
2915 echo "$as_me:2915: \$? = $ac_status" >&5 2923 echo "$as_me:2923: \$? = $ac_status" >&5
2916 (exit $ac_status); }; }; then 2924 (exit $ac_status); }; }; then
2917 break 2925 break
2918else 2926else
@@ -2985,14 +2993,14 @@ fi
2985#### should make an entry in src/config.h, don't forget to add an 2993#### should make an entry in src/config.h, don't forget to add an
2986#### #undef clause to src/config.h.in for autoconf to modify. 2994#### #undef clause to src/config.h.in for autoconf to modify.
2987 2995
2988echo "$as_me:2988: checking whether ln -s works" >&5 2996echo "$as_me:2996: checking whether ln -s works" >&5
2989echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6 2997echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
2990LN_S=$as_ln_s 2998LN_S=$as_ln_s
2991if test "$LN_S" = "ln -s"; then 2999if test "$LN_S" = "ln -s"; then
2992 echo "$as_me:2992: result: yes" >&5 3000 echo "$as_me:3000: result: yes" >&5
2993echo "${ECHO_T}yes" >&6 3001echo "${ECHO_T}yes" >&6
2994else 3002else
2995 echo "$as_me:2995: result: no, using $LN_S" >&5 3003 echo "$as_me:3003: result: no, using $LN_S" >&5
2996echo "${ECHO_T}no, using $LN_S" >&6 3004echo "${ECHO_T}no, using $LN_S" >&6
2997fi 3005fi
2998 3006
@@ -3001,7 +3009,7 @@ ac_cpp='$CPP $CPPFLAGS'
3001ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3009ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3002ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3010ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3003ac_compiler_gnu=$ac_cv_c_compiler_gnu 3011ac_compiler_gnu=$ac_cv_c_compiler_gnu
3004echo "$as_me:3004: checking how to run the C preprocessor" >&5 3012echo "$as_me:3012: checking how to run the C preprocessor" >&5
3005echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 3013echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
3006# On Suns, sometimes $CPP names a directory. 3014# On Suns, sometimes $CPP names a directory.
3007if test -n "$CPP" && test -d "$CPP"; then 3015if test -n "$CPP" && test -d "$CPP"; then
@@ -3022,18 +3030,18 @@ do
3022 # On the NeXT, cc -E runs the code through the compiler's parser, 3030 # On the NeXT, cc -E runs the code through the compiler's parser,
3023 # not just through cpp. "Syntax error" is here to catch this case. 3031 # not just through cpp. "Syntax error" is here to catch this case.
3024 cat >conftest.$ac_ext <<_ACEOF 3032 cat >conftest.$ac_ext <<_ACEOF
3025#line 3025 "configure" 3033#line 3033 "configure"
3026#include "confdefs.h" 3034#include "confdefs.h"
3027#include <assert.h> 3035#include <assert.h>
3028 Syntax error 3036 Syntax error
3029_ACEOF 3037_ACEOF
3030if { (eval echo "$as_me:3030: \"$ac_cpp conftest.$ac_ext\"") >&5 3038if { (eval echo "$as_me:3038: \"$ac_cpp conftest.$ac_ext\"") >&5
3031 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3039 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3032 ac_status=$? 3040 ac_status=$?
3033 egrep -v '^ *\+' conftest.er1 >conftest.err 3041 egrep -v '^ *\+' conftest.er1 >conftest.err
3034 rm -f conftest.er1 3042 rm -f conftest.er1
3035 cat conftest.err >&5 3043 cat conftest.err >&5
3036 echo "$as_me:3036: \$? = $ac_status" >&5 3044 echo "$as_me:3044: \$? = $ac_status" >&5
3037 (exit $ac_status); } >/dev/null; then 3045 (exit $ac_status); } >/dev/null; then
3038 if test -s conftest.err; then 3046 if test -s conftest.err; then
3039 ac_cpp_err=$ac_c_preproc_warn_flag 3047 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -3056,17 +3064,17 @@ rm -f conftest.err conftest.$ac_ext
3056 # OK, works on sane cases. Now check whether non-existent headers 3064 # OK, works on sane cases. Now check whether non-existent headers
3057 # can be detected and how. 3065 # can be detected and how.
3058 cat >conftest.$ac_ext <<_ACEOF 3066 cat >conftest.$ac_ext <<_ACEOF
3059#line 3059 "configure" 3067#line 3067 "configure"
3060#include "confdefs.h" 3068#include "confdefs.h"
3061#include <ac_nonexistent.h> 3069#include <ac_nonexistent.h>
3062_ACEOF 3070_ACEOF
3063if { (eval echo "$as_me:3063: \"$ac_cpp conftest.$ac_ext\"") >&5 3071if { (eval echo "$as_me:3071: \"$ac_cpp conftest.$ac_ext\"") >&5
3064 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3072 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3065 ac_status=$? 3073 ac_status=$?
3066 egrep -v '^ *\+' conftest.er1 >conftest.err 3074 egrep -v '^ *\+' conftest.er1 >conftest.err
3067 rm -f conftest.er1 3075 rm -f conftest.er1
3068 cat conftest.err >&5 3076 cat conftest.err >&5
3069 echo "$as_me:3069: \$? = $ac_status" >&5 3077 echo "$as_me:3077: \$? = $ac_status" >&5
3070 (exit $ac_status); } >/dev/null; then 3078 (exit $ac_status); } >/dev/null; then
3071 if test -s conftest.err; then 3079 if test -s conftest.err; then
3072 ac_cpp_err=$ac_c_preproc_warn_flag 3080 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -3103,7 +3111,7 @@ fi
3103else 3111else
3104 ac_cv_prog_CPP=$CPP 3112 ac_cv_prog_CPP=$CPP
3105fi 3113fi
3106echo "$as_me:3106: result: $CPP" >&5 3114echo "$as_me:3114: result: $CPP" >&5
3107echo "${ECHO_T}$CPP" >&6 3115echo "${ECHO_T}$CPP" >&6
3108ac_preproc_ok=false 3116ac_preproc_ok=false
3109for ac_c_preproc_warn_flag in '' yes 3117for ac_c_preproc_warn_flag in '' yes
@@ -3113,18 +3121,18 @@ do
3113 # On the NeXT, cc -E runs the code through the compiler's parser, 3121 # On the NeXT, cc -E runs the code through the compiler's parser,
3114 # not just through cpp. "Syntax error" is here to catch this case. 3122 # not just through cpp. "Syntax error" is here to catch this case.
3115 cat >conftest.$ac_ext <<_ACEOF 3123 cat >conftest.$ac_ext <<_ACEOF
3116#line 3116 "configure" 3124#line 3124 "configure"
3117#include "confdefs.h" 3125#include "confdefs.h"
3118#include <assert.h> 3126#include <assert.h>
3119 Syntax error 3127 Syntax error
3120_ACEOF 3128_ACEOF
3121if { (eval echo "$as_me:3121: \"$ac_cpp conftest.$ac_ext\"") >&5 3129if { (eval echo "$as_me:3129: \"$ac_cpp conftest.$ac_ext\"") >&5
3122 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3130 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3123 ac_status=$? 3131 ac_status=$?
3124 egrep -v '^ *\+' conftest.er1 >conftest.err 3132 egrep -v '^ *\+' conftest.er1 >conftest.err
3125 rm -f conftest.er1 3133 rm -f conftest.er1
3126 cat conftest.err >&5 3134 cat conftest.err >&5
3127 echo "$as_me:3127: \$? = $ac_status" >&5 3135 echo "$as_me:3135: \$? = $ac_status" >&5
3128 (exit $ac_status); } >/dev/null; then 3136 (exit $ac_status); } >/dev/null; then
3129 if test -s conftest.err; then 3137 if test -s conftest.err; then
3130 ac_cpp_err=$ac_c_preproc_warn_flag 3138 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -3147,17 +3155,17 @@ rm -f conftest.err conftest.$ac_ext
3147 # OK, works on sane cases. Now check whether non-existent headers 3155 # OK, works on sane cases. Now check whether non-existent headers
3148 # can be detected and how. 3156 # can be detected and how.
3149 cat >conftest.$ac_ext <<_ACEOF 3157 cat >conftest.$ac_ext <<_ACEOF
3150#line 3150 "configure" 3158#line 3158 "configure"
3151#include "confdefs.h" 3159#include "confdefs.h"
3152#include <ac_nonexistent.h> 3160#include <ac_nonexistent.h>
3153_ACEOF 3161_ACEOF
3154if { (eval echo "$as_me:3154: \"$ac_cpp conftest.$ac_ext\"") >&5 3162if { (eval echo "$as_me:3162: \"$ac_cpp conftest.$ac_ext\"") >&5
3155 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3163 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3156 ac_status=$? 3164 ac_status=$?
3157 egrep -v '^ *\+' conftest.er1 >conftest.err 3165 egrep -v '^ *\+' conftest.er1 >conftest.err
3158 rm -f conftest.er1 3166 rm -f conftest.er1
3159 cat conftest.err >&5 3167 cat conftest.err >&5
3160 echo "$as_me:3160: \$? = $ac_status" >&5 3168 echo "$as_me:3168: \$? = $ac_status" >&5
3161 (exit $ac_status); } >/dev/null; then 3169 (exit $ac_status); } >/dev/null; then
3162 if test -s conftest.err; then 3170 if test -s conftest.err; then
3163 ac_cpp_err=$ac_c_preproc_warn_flag 3171 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -3185,7 +3193,7 @@ rm -f conftest.err conftest.$ac_ext
3185if $ac_preproc_ok; then 3193if $ac_preproc_ok; then
3186 : 3194 :
3187else 3195else
3188 { { echo "$as_me:3188: error: C preprocessor \"$CPP\" fails sanity check" >&5 3196 { { echo "$as_me:3196: error: C preprocessor \"$CPP\" fails sanity check" >&5
3189echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;} 3197echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}
3190 { (exit 1); exit 1; }; } 3198 { (exit 1); exit 1; }; }
3191fi 3199fi
@@ -3208,7 +3216,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
3208# AFS /usr/afsws/bin/install, which mishandles nonexistent args 3216# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3209# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 3217# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3210# ./install, which can be erroneously created by make from ./install.sh. 3218# ./install, which can be erroneously created by make from ./install.sh.
3211echo "$as_me:3211: checking for a BSD compatible install" >&5 3219echo "$as_me:3219: checking for a BSD compatible install" >&5
3212echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6 3220echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6
3213if test -z "$INSTALL"; then 3221if test -z "$INSTALL"; then
3214if test "${ac_cv_path_install+set}" = set; then 3222if test "${ac_cv_path_install+set}" = set; then
@@ -3257,7 +3265,7 @@ fi
3257 INSTALL=$ac_install_sh 3265 INSTALL=$ac_install_sh
3258 fi 3266 fi
3259fi 3267fi
3260echo "$as_me:3260: result: $INSTALL" >&5 3268echo "$as_me:3268: result: $INSTALL" >&5
3261echo "${ECHO_T}$INSTALL" >&6 3269echo "${ECHO_T}$INSTALL" >&6
3262 3270
3263# Use test -z because SunOS4 sh mishandles braces in ${var-val}. 3271# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
@@ -3272,7 +3280,7 @@ for ac_prog in 'bison -y' byacc
3272do 3280do
3273 # Extract the first word of "$ac_prog", so it can be a program name with args. 3281 # Extract the first word of "$ac_prog", so it can be a program name with args.
3274set dummy $ac_prog; ac_word=$2 3282set dummy $ac_prog; ac_word=$2
3275echo "$as_me:3275: checking for $ac_word" >&5 3283echo "$as_me:3283: checking for $ac_word" >&5
3276echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3284echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3277if test "${ac_cv_prog_YACC+set}" = set; then 3285if test "${ac_cv_prog_YACC+set}" = set; then
3278 echo $ECHO_N "(cached) $ECHO_C" >&6 3286 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3287,7 +3295,7 @@ for ac_dir in $ac_dummy; do
3287 test -z "$ac_dir" && ac_dir=. 3295 test -z "$ac_dir" && ac_dir=.
3288 $as_executable_p "$ac_dir/$ac_word" || continue 3296 $as_executable_p "$ac_dir/$ac_word" || continue
3289ac_cv_prog_YACC="$ac_prog" 3297ac_cv_prog_YACC="$ac_prog"
3290echo "$as_me:3290: found $ac_dir/$ac_word" >&5 3298echo "$as_me:3298: found $ac_dir/$ac_word" >&5
3291break 3299break
3292done 3300done
3293 3301
@@ -3295,10 +3303,10 @@ fi
3295fi 3303fi
3296YACC=$ac_cv_prog_YACC 3304YACC=$ac_cv_prog_YACC
3297if test -n "$YACC"; then 3305if test -n "$YACC"; then
3298 echo "$as_me:3298: result: $YACC" >&5 3306 echo "$as_me:3306: result: $YACC" >&5
3299echo "${ECHO_T}$YACC" >&6 3307echo "${ECHO_T}$YACC" >&6
3300else 3308else
3301 echo "$as_me:3301: result: no" >&5 3309 echo "$as_me:3309: result: no" >&5
3302echo "${ECHO_T}no" >&6 3310echo "${ECHO_T}no" >&6
3303fi 3311fi
3304 3312
@@ -3310,7 +3318,7 @@ if test "x$RANLIB" = x; then
3310 if test -n "$ac_tool_prefix"; then 3318 if test -n "$ac_tool_prefix"; then
3311 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 3319 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
3312set dummy ${ac_tool_prefix}ranlib; ac_word=$2 3320set dummy ${ac_tool_prefix}ranlib; ac_word=$2
3313echo "$as_me:3313: checking for $ac_word" >&5 3321echo "$as_me:3321: checking for $ac_word" >&5
3314echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3322echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3315if test "${ac_cv_prog_RANLIB+set}" = set; then 3323if test "${ac_cv_prog_RANLIB+set}" = set; then
3316 echo $ECHO_N "(cached) $ECHO_C" >&6 3324 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3325,7 +3333,7 @@ for ac_dir in $ac_dummy; do
3325 test -z "$ac_dir" && ac_dir=. 3333 test -z "$ac_dir" && ac_dir=.
3326 $as_executable_p "$ac_dir/$ac_word" || continue 3334 $as_executable_p "$ac_dir/$ac_word" || continue
3327ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 3335ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
3328echo "$as_me:3328: found $ac_dir/$ac_word" >&5 3336echo "$as_me:3336: found $ac_dir/$ac_word" >&5
3329break 3337break
3330done 3338done
3331 3339
@@ -3333,10 +3341,10 @@ fi
3333fi 3341fi
3334RANLIB=$ac_cv_prog_RANLIB 3342RANLIB=$ac_cv_prog_RANLIB
3335if test -n "$RANLIB"; then 3343if test -n "$RANLIB"; then
3336 echo "$as_me:3336: result: $RANLIB" >&5 3344 echo "$as_me:3344: result: $RANLIB" >&5
3337echo "${ECHO_T}$RANLIB" >&6 3345echo "${ECHO_T}$RANLIB" >&6
3338else 3346else
3339 echo "$as_me:3339: result: no" >&5 3347 echo "$as_me:3347: result: no" >&5
3340echo "${ECHO_T}no" >&6 3348echo "${ECHO_T}no" >&6
3341fi 3349fi
3342 3350
@@ -3345,7 +3353,7 @@ if test -z "$ac_cv_prog_RANLIB"; then
3345 ac_ct_RANLIB=$RANLIB 3353 ac_ct_RANLIB=$RANLIB
3346 # Extract the first word of "ranlib", so it can be a program name with args. 3354 # Extract the first word of "ranlib", so it can be a program name with args.
3347set dummy ranlib; ac_word=$2 3355set dummy ranlib; ac_word=$2
3348echo "$as_me:3348: checking for $ac_word" >&5 3356echo "$as_me:3356: checking for $ac_word" >&5
3349echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3357echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3350if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then 3358if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
3351 echo $ECHO_N "(cached) $ECHO_C" >&6 3359 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3360,7 +3368,7 @@ for ac_dir in $ac_dummy; do
3360 test -z "$ac_dir" && ac_dir=. 3368 test -z "$ac_dir" && ac_dir=.
3361 $as_executable_p "$ac_dir/$ac_word" || continue 3369 $as_executable_p "$ac_dir/$ac_word" || continue
3362ac_cv_prog_ac_ct_RANLIB="ranlib" 3370ac_cv_prog_ac_ct_RANLIB="ranlib"
3363echo "$as_me:3363: found $ac_dir/$ac_word" >&5 3371echo "$as_me:3371: found $ac_dir/$ac_word" >&5
3364break 3372break
3365done 3373done
3366 3374
@@ -3369,10 +3377,10 @@ fi
3369fi 3377fi
3370ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB 3378ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
3371if test -n "$ac_ct_RANLIB"; then 3379if test -n "$ac_ct_RANLIB"; then
3372 echo "$as_me:3372: result: $ac_ct_RANLIB" >&5 3380 echo "$as_me:3380: result: $ac_ct_RANLIB" >&5
3373echo "${ECHO_T}$ac_ct_RANLIB" >&6 3381echo "${ECHO_T}$ac_ct_RANLIB" >&6
3374else 3382else
3375 echo "$as_me:3375: result: no" >&5 3383 echo "$as_me:3383: result: no" >&5
3376echo "${ECHO_T}no" >&6 3384echo "${ECHO_T}no" >&6
3377fi 3385fi
3378 3386
@@ -3383,10 +3391,10 @@ fi
3383 3391
3384fi 3392fi
3385 3393
3386echo "$as_me:3386: checking for AIX" >&5 3394echo "$as_me:3394: checking for AIX" >&5
3387echo $ECHO_N "checking for AIX... $ECHO_C" >&6 3395echo $ECHO_N "checking for AIX... $ECHO_C" >&6
3388cat >conftest.$ac_ext <<_ACEOF 3396cat >conftest.$ac_ext <<_ACEOF
3389#line 3389 "configure" 3397#line 3397 "configure"
3390#include "confdefs.h" 3398#include "confdefs.h"
3391#ifdef _AIX 3399#ifdef _AIX
3392 yes 3400 yes
@@ -3395,21 +3403,21 @@ cat >conftest.$ac_ext <<_ACEOF
3395_ACEOF 3403_ACEOF
3396if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 3404if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3397 egrep "yes" >/dev/null 2>&1; then 3405 egrep "yes" >/dev/null 2>&1; then
3398 echo "$as_me:3398: result: yes" >&5 3406 echo "$as_me:3406: result: yes" >&5
3399echo "${ECHO_T}yes" >&6 3407echo "${ECHO_T}yes" >&6
3400cat >>confdefs.h <<\EOF 3408cat >>confdefs.h <<\EOF
3401#define _ALL_SOURCE 1 3409#define _ALL_SOURCE 1
3402EOF 3410EOF
3403 3411
3404else 3412else
3405 echo "$as_me:3405: result: no" >&5 3413 echo "$as_me:3413: result: no" >&5
3406echo "${ECHO_T}no" >&6 3414echo "${ECHO_T}no" >&6
3407fi 3415fi
3408rm -f conftest* 3416rm -f conftest*
3409 3417
3410#### Extract some information from the operating system and machine files. 3418#### Extract some information from the operating system and machine files.
3411 3419
3412{ echo "$as_me:3412: checking the machine- and system-dependent files to find out 3420{ echo "$as_me:3420: checking the machine- and system-dependent files to find out
3413 - which libraries the lib-src programs will want, and 3421 - which libraries the lib-src programs will want, and
3414 - whether the GNU malloc routines are usable..." >&5 3422 - whether the GNU malloc routines are usable..." >&5
3415echo "$as_me: checking the machine- and system-dependent files to find out 3423echo "$as_me: checking the machine- and system-dependent files to find out
@@ -3559,7 +3567,7 @@ if test "${enable_largefile+set}" = set; then
3559fi; 3567fi;
3560if test "$enable_largefile" != no; then 3568if test "$enable_largefile" != no; then
3561 3569
3562 echo "$as_me:3562: checking for special C compiler options needed for large files" >&5 3570 echo "$as_me:3570: checking for special C compiler options needed for large files" >&5
3563echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6 3571echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6
3564if test "${ac_cv_sys_largefile_CC+set}" = set; then 3572if test "${ac_cv_sys_largefile_CC+set}" = set; then
3565 echo $ECHO_N "(cached) $ECHO_C" >&6 3573 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3571,7 +3579,7 @@ else
3571 # IRIX 6.2 and later do not support large files by default, 3579 # IRIX 6.2 and later do not support large files by default,
3572 # so use the C compiler's -n32 option if that helps. 3580 # so use the C compiler's -n32 option if that helps.
3573 cat >conftest.$ac_ext <<_ACEOF 3581 cat >conftest.$ac_ext <<_ACEOF
3574#line 3574 "configure" 3582#line 3582 "configure"
3575#include "confdefs.h" 3583#include "confdefs.h"
3576#include <sys/types.h> 3584#include <sys/types.h>
3577 /* Check that off_t can represent 2**63 - 1 correctly. 3585 /* Check that off_t can represent 2**63 - 1 correctly.
@@ -3591,16 +3599,16 @@ main ()
3591} 3599}
3592_ACEOF 3600_ACEOF
3593 rm -f conftest.$ac_objext 3601 rm -f conftest.$ac_objext
3594if { (eval echo "$as_me:3594: \"$ac_compile\"") >&5 3602if { (eval echo "$as_me:3602: \"$ac_compile\"") >&5
3595 (eval $ac_compile) 2>&5 3603 (eval $ac_compile) 2>&5
3596 ac_status=$? 3604 ac_status=$?
3597 echo "$as_me:3597: \$? = $ac_status" >&5 3605 echo "$as_me:3605: \$? = $ac_status" >&5
3598 (exit $ac_status); } && 3606 (exit $ac_status); } &&
3599 { ac_try='test -s conftest.$ac_objext' 3607 { ac_try='test -s conftest.$ac_objext'
3600 { (eval echo "$as_me:3600: \"$ac_try\"") >&5 3608 { (eval echo "$as_me:3608: \"$ac_try\"") >&5
3601 (eval $ac_try) 2>&5 3609 (eval $ac_try) 2>&5
3602 ac_status=$? 3610 ac_status=$?
3603 echo "$as_me:3603: \$? = $ac_status" >&5 3611 echo "$as_me:3611: \$? = $ac_status" >&5
3604 (exit $ac_status); }; }; then 3612 (exit $ac_status); }; }; then
3605 break 3613 break
3606else 3614else
@@ -3610,16 +3618,16 @@ fi
3610rm -f conftest.$ac_objext 3618rm -f conftest.$ac_objext
3611 CC="$CC -n32" 3619 CC="$CC -n32"
3612 rm -f conftest.$ac_objext 3620 rm -f conftest.$ac_objext
3613if { (eval echo "$as_me:3613: \"$ac_compile\"") >&5 3621if { (eval echo "$as_me:3621: \"$ac_compile\"") >&5
3614 (eval $ac_compile) 2>&5 3622 (eval $ac_compile) 2>&5
3615 ac_status=$? 3623 ac_status=$?
3616 echo "$as_me:3616: \$? = $ac_status" >&5 3624 echo "$as_me:3624: \$? = $ac_status" >&5
3617 (exit $ac_status); } && 3625 (exit $ac_status); } &&
3618 { ac_try='test -s conftest.$ac_objext' 3626 { ac_try='test -s conftest.$ac_objext'
3619 { (eval echo "$as_me:3619: \"$ac_try\"") >&5 3627 { (eval echo "$as_me:3627: \"$ac_try\"") >&5
3620 (eval $ac_try) 2>&5 3628 (eval $ac_try) 2>&5
3621 ac_status=$? 3629 ac_status=$?
3622 echo "$as_me:3622: \$? = $ac_status" >&5 3630 echo "$as_me:3630: \$? = $ac_status" >&5
3623 (exit $ac_status); }; }; then 3631 (exit $ac_status); }; }; then
3624 ac_cv_sys_largefile_CC=' -n32'; break 3632 ac_cv_sys_largefile_CC=' -n32'; break
3625else 3633else
@@ -3633,13 +3641,13 @@ rm -f conftest.$ac_objext
3633 rm -f conftest.$ac_ext 3641 rm -f conftest.$ac_ext
3634 fi 3642 fi
3635fi 3643fi
3636echo "$as_me:3636: result: $ac_cv_sys_largefile_CC" >&5 3644echo "$as_me:3644: result: $ac_cv_sys_largefile_CC" >&5
3637echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6 3645echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6
3638 if test "$ac_cv_sys_largefile_CC" != no; then 3646 if test "$ac_cv_sys_largefile_CC" != no; then
3639 CC=$CC$ac_cv_sys_largefile_CC 3647 CC=$CC$ac_cv_sys_largefile_CC
3640 fi 3648 fi
3641 3649
3642 echo "$as_me:3642: checking for _FILE_OFFSET_BITS value needed for large files" >&5 3650 echo "$as_me:3650: checking for _FILE_OFFSET_BITS value needed for large files" >&5
3643echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6 3651echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
3644if test "${ac_cv_sys_file_offset_bits+set}" = set; then 3652if test "${ac_cv_sys_file_offset_bits+set}" = set; then
3645 echo $ECHO_N "(cached) $ECHO_C" >&6 3653 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3647,7 +3655,7 @@ else
3647 while :; do 3655 while :; do
3648 ac_cv_sys_file_offset_bits=no 3656 ac_cv_sys_file_offset_bits=no
3649 cat >conftest.$ac_ext <<_ACEOF 3657 cat >conftest.$ac_ext <<_ACEOF
3650#line 3650 "configure" 3658#line 3658 "configure"
3651#include "confdefs.h" 3659#include "confdefs.h"
3652#include <sys/types.h> 3660#include <sys/types.h>
3653 /* Check that off_t can represent 2**63 - 1 correctly. 3661 /* Check that off_t can represent 2**63 - 1 correctly.
@@ -3667,16 +3675,16 @@ main ()
3667} 3675}
3668_ACEOF 3676_ACEOF
3669rm -f conftest.$ac_objext 3677rm -f conftest.$ac_objext
3670if { (eval echo "$as_me:3670: \"$ac_compile\"") >&5 3678if { (eval echo "$as_me:3678: \"$ac_compile\"") >&5
3671 (eval $ac_compile) 2>&5 3679 (eval $ac_compile) 2>&5
3672 ac_status=$? 3680 ac_status=$?
3673 echo "$as_me:3673: \$? = $ac_status" >&5 3681 echo "$as_me:3681: \$? = $ac_status" >&5
3674 (exit $ac_status); } && 3682 (exit $ac_status); } &&
3675 { ac_try='test -s conftest.$ac_objext' 3683 { ac_try='test -s conftest.$ac_objext'
3676 { (eval echo "$as_me:3676: \"$ac_try\"") >&5 3684 { (eval echo "$as_me:3684: \"$ac_try\"") >&5
3677 (eval $ac_try) 2>&5 3685 (eval $ac_try) 2>&5
3678 ac_status=$? 3686 ac_status=$?
3679 echo "$as_me:3679: \$? = $ac_status" >&5 3687 echo "$as_me:3687: \$? = $ac_status" >&5
3680 (exit $ac_status); }; }; then 3688 (exit $ac_status); }; }; then
3681 break 3689 break
3682else 3690else
@@ -3685,7 +3693,7 @@ cat conftest.$ac_ext >&5
3685fi 3693fi
3686rm -f conftest.$ac_objext conftest.$ac_ext 3694rm -f conftest.$ac_objext conftest.$ac_ext
3687 cat >conftest.$ac_ext <<_ACEOF 3695 cat >conftest.$ac_ext <<_ACEOF
3688#line 3688 "configure" 3696#line 3696 "configure"
3689#include "confdefs.h" 3697#include "confdefs.h"
3690#define _FILE_OFFSET_BITS 64 3698#define _FILE_OFFSET_BITS 64
3691#include <sys/types.h> 3699#include <sys/types.h>
@@ -3706,16 +3714,16 @@ main ()
3706} 3714}
3707_ACEOF 3715_ACEOF
3708rm -f conftest.$ac_objext 3716rm -f conftest.$ac_objext
3709if { (eval echo "$as_me:3709: \"$ac_compile\"") >&5 3717if { (eval echo "$as_me:3717: \"$ac_compile\"") >&5
3710 (eval $ac_compile) 2>&5 3718 (eval $ac_compile) 2>&5
3711 ac_status=$? 3719 ac_status=$?
3712 echo "$as_me:3712: \$? = $ac_status" >&5 3720 echo "$as_me:3720: \$? = $ac_status" >&5
3713 (exit $ac_status); } && 3721 (exit $ac_status); } &&
3714 { ac_try='test -s conftest.$ac_objext' 3722 { ac_try='test -s conftest.$ac_objext'
3715 { (eval echo "$as_me:3715: \"$ac_try\"") >&5 3723 { (eval echo "$as_me:3723: \"$ac_try\"") >&5
3716 (eval $ac_try) 2>&5 3724 (eval $ac_try) 2>&5
3717 ac_status=$? 3725 ac_status=$?
3718 echo "$as_me:3718: \$? = $ac_status" >&5 3726 echo "$as_me:3726: \$? = $ac_status" >&5
3719 (exit $ac_status); }; }; then 3727 (exit $ac_status); }; }; then
3720 ac_cv_sys_file_offset_bits=64; break 3728 ac_cv_sys_file_offset_bits=64; break
3721else 3729else
@@ -3726,7 +3734,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
3726 break 3734 break
3727done 3735done
3728fi 3736fi
3729echo "$as_me:3729: result: $ac_cv_sys_file_offset_bits" >&5 3737echo "$as_me:3737: result: $ac_cv_sys_file_offset_bits" >&5
3730echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6 3738echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
3731if test "$ac_cv_sys_file_offset_bits" != no; then 3739if test "$ac_cv_sys_file_offset_bits" != no; then
3732 3740
@@ -3736,7 +3744,7 @@ EOF
3736 3744
3737fi 3745fi
3738rm -f conftest* 3746rm -f conftest*
3739 echo "$as_me:3739: checking for _LARGE_FILES value needed for large files" >&5 3747 echo "$as_me:3747: checking for _LARGE_FILES value needed for large files" >&5
3740echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6 3748echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
3741if test "${ac_cv_sys_large_files+set}" = set; then 3749if test "${ac_cv_sys_large_files+set}" = set; then
3742 echo $ECHO_N "(cached) $ECHO_C" >&6 3750 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3744,7 +3752,7 @@ else
3744 while :; do 3752 while :; do
3745 ac_cv_sys_large_files=no 3753 ac_cv_sys_large_files=no
3746 cat >conftest.$ac_ext <<_ACEOF 3754 cat >conftest.$ac_ext <<_ACEOF
3747#line 3747 "configure" 3755#line 3755 "configure"
3748#include "confdefs.h" 3756#include "confdefs.h"
3749#include <sys/types.h> 3757#include <sys/types.h>
3750 /* Check that off_t can represent 2**63 - 1 correctly. 3758 /* Check that off_t can represent 2**63 - 1 correctly.
@@ -3764,16 +3772,16 @@ main ()
3764} 3772}
3765_ACEOF 3773_ACEOF
3766rm -f conftest.$ac_objext 3774rm -f conftest.$ac_objext
3767if { (eval echo "$as_me:3767: \"$ac_compile\"") >&5 3775if { (eval echo "$as_me:3775: \"$ac_compile\"") >&5
3768 (eval $ac_compile) 2>&5 3776 (eval $ac_compile) 2>&5
3769 ac_status=$? 3777 ac_status=$?
3770 echo "$as_me:3770: \$? = $ac_status" >&5 3778 echo "$as_me:3778: \$? = $ac_status" >&5
3771 (exit $ac_status); } && 3779 (exit $ac_status); } &&
3772 { ac_try='test -s conftest.$ac_objext' 3780 { ac_try='test -s conftest.$ac_objext'
3773 { (eval echo "$as_me:3773: \"$ac_try\"") >&5 3781 { (eval echo "$as_me:3781: \"$ac_try\"") >&5
3774 (eval $ac_try) 2>&5 3782 (eval $ac_try) 2>&5
3775 ac_status=$? 3783 ac_status=$?
3776 echo "$as_me:3776: \$? = $ac_status" >&5 3784 echo "$as_me:3784: \$? = $ac_status" >&5
3777 (exit $ac_status); }; }; then 3785 (exit $ac_status); }; }; then
3778 break 3786 break
3779else 3787else
@@ -3782,7 +3790,7 @@ cat conftest.$ac_ext >&5
3782fi 3790fi
3783rm -f conftest.$ac_objext conftest.$ac_ext 3791rm -f conftest.$ac_objext conftest.$ac_ext
3784 cat >conftest.$ac_ext <<_ACEOF 3792 cat >conftest.$ac_ext <<_ACEOF
3785#line 3785 "configure" 3793#line 3793 "configure"
3786#include "confdefs.h" 3794#include "confdefs.h"
3787#define _LARGE_FILES 1 3795#define _LARGE_FILES 1
3788#include <sys/types.h> 3796#include <sys/types.h>
@@ -3803,16 +3811,16 @@ main ()
3803} 3811}
3804_ACEOF 3812_ACEOF
3805rm -f conftest.$ac_objext 3813rm -f conftest.$ac_objext
3806if { (eval echo "$as_me:3806: \"$ac_compile\"") >&5 3814if { (eval echo "$as_me:3814: \"$ac_compile\"") >&5
3807 (eval $ac_compile) 2>&5 3815 (eval $ac_compile) 2>&5
3808 ac_status=$? 3816 ac_status=$?
3809 echo "$as_me:3809: \$? = $ac_status" >&5 3817 echo "$as_me:3817: \$? = $ac_status" >&5
3810 (exit $ac_status); } && 3818 (exit $ac_status); } &&
3811 { ac_try='test -s conftest.$ac_objext' 3819 { ac_try='test -s conftest.$ac_objext'
3812 { (eval echo "$as_me:3812: \"$ac_try\"") >&5 3820 { (eval echo "$as_me:3820: \"$ac_try\"") >&5
3813 (eval $ac_try) 2>&5 3821 (eval $ac_try) 2>&5
3814 ac_status=$? 3822 ac_status=$?
3815 echo "$as_me:3815: \$? = $ac_status" >&5 3823 echo "$as_me:3823: \$? = $ac_status" >&5
3816 (exit $ac_status); }; }; then 3824 (exit $ac_status); }; }; then
3817 ac_cv_sys_large_files=1; break 3825 ac_cv_sys_large_files=1; break
3818else 3826else
@@ -3823,7 +3831,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
3823 break 3831 break
3824done 3832done
3825fi 3833fi
3826echo "$as_me:3826: result: $ac_cv_sys_large_files" >&5 3834echo "$as_me:3834: result: $ac_cv_sys_large_files" >&5
3827echo "${ECHO_T}$ac_cv_sys_large_files" >&6 3835echo "${ECHO_T}$ac_cv_sys_large_files" >&6
3828if test "$ac_cv_sys_large_files" != no; then 3836if test "$ac_cv_sys_large_files" != no; then
3829 3837
@@ -3840,23 +3848,23 @@ fi
3840for ac_header in machine/soundcard.h sys/soundcard.h soundcard.h 3848for ac_header in machine/soundcard.h sys/soundcard.h soundcard.h
3841do 3849do
3842as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 3850as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3843echo "$as_me:3843: checking for $ac_header" >&5 3851echo "$as_me:3851: checking for $ac_header" >&5
3844echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 3852echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3845if eval "test \"\${$as_ac_Header+set}\" = set"; then 3853if eval "test \"\${$as_ac_Header+set}\" = set"; then
3846 echo $ECHO_N "(cached) $ECHO_C" >&6 3854 echo $ECHO_N "(cached) $ECHO_C" >&6
3847else 3855else
3848 cat >conftest.$ac_ext <<_ACEOF 3856 cat >conftest.$ac_ext <<_ACEOF
3849#line 3849 "configure" 3857#line 3857 "configure"
3850#include "confdefs.h" 3858#include "confdefs.h"
3851#include <$ac_header> 3859#include <$ac_header>
3852_ACEOF 3860_ACEOF
3853if { (eval echo "$as_me:3853: \"$ac_cpp conftest.$ac_ext\"") >&5 3861if { (eval echo "$as_me:3861: \"$ac_cpp conftest.$ac_ext\"") >&5
3854 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3862 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3855 ac_status=$? 3863 ac_status=$?
3856 egrep -v '^ *\+' conftest.er1 >conftest.err 3864 egrep -v '^ *\+' conftest.er1 >conftest.err
3857 rm -f conftest.er1 3865 rm -f conftest.er1
3858 cat conftest.err >&5 3866 cat conftest.err >&5
3859 echo "$as_me:3859: \$? = $ac_status" >&5 3867 echo "$as_me:3867: \$? = $ac_status" >&5
3860 (exit $ac_status); } >/dev/null; then 3868 (exit $ac_status); } >/dev/null; then
3861 if test -s conftest.err; then 3869 if test -s conftest.err; then
3862 ac_cpp_err=$ac_c_preproc_warn_flag 3870 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -3875,7 +3883,7 @@ else
3875fi 3883fi
3876rm -f conftest.err conftest.$ac_ext 3884rm -f conftest.err conftest.$ac_ext
3877fi 3885fi
3878echo "$as_me:3878: result: `eval echo '${'$as_ac_Header'}'`" >&5 3886echo "$as_me:3886: result: `eval echo '${'$as_ac_Header'}'`" >&5
3879echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 3887echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3880if test `eval echo '${'$as_ac_Header'}'` = yes; then 3888if test `eval echo '${'$as_ac_Header'}'` = yes; then
3881 cat >>confdefs.h <<EOF 3889 cat >>confdefs.h <<EOF
@@ -3886,7 +3894,7 @@ fi
3886done 3894done
3887 3895
3888# Emulation library used on NetBSD. 3896# Emulation library used on NetBSD.
3889echo "$as_me:3889: checking for _oss_ioctl in -lossaudio" >&5 3897echo "$as_me:3897: checking for _oss_ioctl in -lossaudio" >&5
3890echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6 3898echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6
3891if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then 3899if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
3892 echo $ECHO_N "(cached) $ECHO_C" >&6 3900 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3894,7 +3902,7 @@ else
3894 ac_check_lib_save_LIBS=$LIBS 3902 ac_check_lib_save_LIBS=$LIBS
3895LIBS="-lossaudio $LIBS" 3903LIBS="-lossaudio $LIBS"
3896cat >conftest.$ac_ext <<_ACEOF 3904cat >conftest.$ac_ext <<_ACEOF
3897#line 3897 "configure" 3905#line 3905 "configure"
3898#include "confdefs.h" 3906#include "confdefs.h"
3899 3907
3900/* Override any gcc2 internal prototype to avoid an error. */ 3908/* Override any gcc2 internal prototype to avoid an error. */
@@ -3913,16 +3921,16 @@ _oss_ioctl ();
3913} 3921}
3914_ACEOF 3922_ACEOF
3915rm -f conftest.$ac_objext conftest$ac_exeext 3923rm -f conftest.$ac_objext conftest$ac_exeext
3916if { (eval echo "$as_me:3916: \"$ac_link\"") >&5 3924if { (eval echo "$as_me:3924: \"$ac_link\"") >&5
3917 (eval $ac_link) 2>&5 3925 (eval $ac_link) 2>&5
3918 ac_status=$? 3926 ac_status=$?
3919 echo "$as_me:3919: \$? = $ac_status" >&5 3927 echo "$as_me:3927: \$? = $ac_status" >&5
3920 (exit $ac_status); } && 3928 (exit $ac_status); } &&
3921 { ac_try='test -s conftest$ac_exeext' 3929 { ac_try='test -s conftest$ac_exeext'
3922 { (eval echo "$as_me:3922: \"$ac_try\"") >&5 3930 { (eval echo "$as_me:3930: \"$ac_try\"") >&5
3923 (eval $ac_try) 2>&5 3931 (eval $ac_try) 2>&5
3924 ac_status=$? 3932 ac_status=$?
3925 echo "$as_me:3925: \$? = $ac_status" >&5 3933 echo "$as_me:3933: \$? = $ac_status" >&5
3926 (exit $ac_status); }; }; then 3934 (exit $ac_status); }; }; then
3927 ac_cv_lib_ossaudio__oss_ioctl=yes 3935 ac_cv_lib_ossaudio__oss_ioctl=yes
3928else 3936else
@@ -3933,7 +3941,7 @@ fi
3933rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 3941rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
3934LIBS=$ac_check_lib_save_LIBS 3942LIBS=$ac_check_lib_save_LIBS
3935fi 3943fi
3936echo "$as_me:3936: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5 3944echo "$as_me:3944: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
3937echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6 3945echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6
3938if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then 3946if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
3939 LIBSOUND=-lossaudio 3947 LIBSOUND=-lossaudio
@@ -3946,23 +3954,23 @@ for ac_header in sys/select.h sys/timeb.h sys/time.h unistd.h utime.h \
3946 termcap.h stdio_ext.h fcntl.h term.h strings.h coff.h 3954 termcap.h stdio_ext.h fcntl.h term.h strings.h coff.h
3947do 3955do
3948as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 3956as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3949echo "$as_me:3949: checking for $ac_header" >&5 3957echo "$as_me:3957: checking for $ac_header" >&5
3950echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 3958echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3951if eval "test \"\${$as_ac_Header+set}\" = set"; then 3959if eval "test \"\${$as_ac_Header+set}\" = set"; then
3952 echo $ECHO_N "(cached) $ECHO_C" >&6 3960 echo $ECHO_N "(cached) $ECHO_C" >&6
3953else 3961else
3954 cat >conftest.$ac_ext <<_ACEOF 3962 cat >conftest.$ac_ext <<_ACEOF
3955#line 3955 "configure" 3963#line 3963 "configure"
3956#include "confdefs.h" 3964#include "confdefs.h"
3957#include <$ac_header> 3965#include <$ac_header>
3958_ACEOF 3966_ACEOF
3959if { (eval echo "$as_me:3959: \"$ac_cpp conftest.$ac_ext\"") >&5 3967if { (eval echo "$as_me:3967: \"$ac_cpp conftest.$ac_ext\"") >&5
3960 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3968 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3961 ac_status=$? 3969 ac_status=$?
3962 egrep -v '^ *\+' conftest.er1 >conftest.err 3970 egrep -v '^ *\+' conftest.er1 >conftest.err
3963 rm -f conftest.er1 3971 rm -f conftest.er1
3964 cat conftest.err >&5 3972 cat conftest.err >&5
3965 echo "$as_me:3965: \$? = $ac_status" >&5 3973 echo "$as_me:3973: \$? = $ac_status" >&5
3966 (exit $ac_status); } >/dev/null; then 3974 (exit $ac_status); } >/dev/null; then
3967 if test -s conftest.err; then 3975 if test -s conftest.err; then
3968 ac_cpp_err=$ac_c_preproc_warn_flag 3976 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -3981,7 +3989,7 @@ else
3981fi 3989fi
3982rm -f conftest.err conftest.$ac_ext 3990rm -f conftest.err conftest.$ac_ext
3983fi 3991fi
3984echo "$as_me:3984: result: `eval echo '${'$as_ac_Header'}'`" >&5 3992echo "$as_me:3992: result: `eval echo '${'$as_ac_Header'}'`" >&5
3985echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 3993echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3986if test `eval echo '${'$as_ac_Header'}'` = yes; then 3994if test `eval echo '${'$as_ac_Header'}'` = yes; then
3987 cat >>confdefs.h <<EOF 3995 cat >>confdefs.h <<EOF
@@ -3991,13 +3999,13 @@ EOF
3991fi 3999fi
3992done 4000done
3993 4001
3994echo "$as_me:3994: checking for ANSI C header files" >&5 4002echo "$as_me:4002: checking for ANSI C header files" >&5
3995echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 4003echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
3996if test "${ac_cv_header_stdc+set}" = set; then 4004if test "${ac_cv_header_stdc+set}" = set; then
3997 echo $ECHO_N "(cached) $ECHO_C" >&6 4005 echo $ECHO_N "(cached) $ECHO_C" >&6
3998else 4006else
3999 cat >conftest.$ac_ext <<_ACEOF 4007 cat >conftest.$ac_ext <<_ACEOF
4000#line 4000 "configure" 4008#line 4008 "configure"
4001#include "confdefs.h" 4009#include "confdefs.h"
4002#include <stdlib.h> 4010#include <stdlib.h>
4003#include <stdarg.h> 4011#include <stdarg.h>
@@ -4005,13 +4013,13 @@ else
4005#include <float.h> 4013#include <float.h>
4006 4014
4007_ACEOF 4015_ACEOF
4008if { (eval echo "$as_me:4008: \"$ac_cpp conftest.$ac_ext\"") >&5 4016if { (eval echo "$as_me:4016: \"$ac_cpp conftest.$ac_ext\"") >&5
4009 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 4017 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4010 ac_status=$? 4018 ac_status=$?
4011 egrep -v '^ *\+' conftest.er1 >conftest.err 4019 egrep -v '^ *\+' conftest.er1 >conftest.err
4012 rm -f conftest.er1 4020 rm -f conftest.er1
4013 cat conftest.err >&5 4021 cat conftest.err >&5
4014 echo "$as_me:4014: \$? = $ac_status" >&5 4022 echo "$as_me:4022: \$? = $ac_status" >&5
4015 (exit $ac_status); } >/dev/null; then 4023 (exit $ac_status); } >/dev/null; then
4016 if test -s conftest.err; then 4024 if test -s conftest.err; then
4017 ac_cpp_err=$ac_c_preproc_warn_flag 4025 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -4033,7 +4041,7 @@ rm -f conftest.err conftest.$ac_ext
4033if test $ac_cv_header_stdc = yes; then 4041if test $ac_cv_header_stdc = yes; then
4034 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 4042 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4035 cat >conftest.$ac_ext <<_ACEOF 4043 cat >conftest.$ac_ext <<_ACEOF
4036#line 4036 "configure" 4044#line 4044 "configure"
4037#include "confdefs.h" 4045#include "confdefs.h"
4038#include <string.h> 4046#include <string.h>
4039 4047
@@ -4051,7 +4059,7 @@ fi
4051if test $ac_cv_header_stdc = yes; then 4059if test $ac_cv_header_stdc = yes; then
4052 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 4060 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4053 cat >conftest.$ac_ext <<_ACEOF 4061 cat >conftest.$ac_ext <<_ACEOF
4054#line 4054 "configure" 4062#line 4062 "configure"
4055#include "confdefs.h" 4063#include "confdefs.h"
4056#include <stdlib.h> 4064#include <stdlib.h>
4057 4065
@@ -4072,7 +4080,7 @@ if test $ac_cv_header_stdc = yes; then
4072 : 4080 :
4073else 4081else
4074 cat >conftest.$ac_ext <<_ACEOF 4082 cat >conftest.$ac_ext <<_ACEOF
4075#line 4075 "configure" 4083#line 4083 "configure"
4076#include "confdefs.h" 4084#include "confdefs.h"
4077#include <ctype.h> 4085#include <ctype.h>
4078#if ((' ' & 0x0FF) == 0x020) 4086#if ((' ' & 0x0FF) == 0x020)
@@ -4098,15 +4106,15 @@ main ()
4098} 4106}
4099_ACEOF 4107_ACEOF
4100rm -f conftest$ac_exeext 4108rm -f conftest$ac_exeext
4101if { (eval echo "$as_me:4101: \"$ac_link\"") >&5 4109if { (eval echo "$as_me:4109: \"$ac_link\"") >&5
4102 (eval $ac_link) 2>&5 4110 (eval $ac_link) 2>&5
4103 ac_status=$? 4111 ac_status=$?
4104 echo "$as_me:4104: \$? = $ac_status" >&5 4112 echo "$as_me:4112: \$? = $ac_status" >&5
4105 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 4113 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
4106 { (eval echo "$as_me:4106: \"$ac_try\"") >&5 4114 { (eval echo "$as_me:4114: \"$ac_try\"") >&5
4107 (eval $ac_try) 2>&5 4115 (eval $ac_try) 2>&5
4108 ac_status=$? 4116 ac_status=$?
4109 echo "$as_me:4109: \$? = $ac_status" >&5 4117 echo "$as_me:4117: \$? = $ac_status" >&5
4110 (exit $ac_status); }; }; then 4118 (exit $ac_status); }; }; then
4111 : 4119 :
4112else 4120else
@@ -4119,7 +4127,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
4119fi 4127fi
4120fi 4128fi
4121fi 4129fi
4122echo "$as_me:4122: result: $ac_cv_header_stdc" >&5 4130echo "$as_me:4130: result: $ac_cv_header_stdc" >&5
4123echo "${ECHO_T}$ac_cv_header_stdc" >&6 4131echo "${ECHO_T}$ac_cv_header_stdc" >&6
4124if test $ac_cv_header_stdc = yes; then 4132if test $ac_cv_header_stdc = yes; then
4125 4133
@@ -4129,13 +4137,13 @@ EOF
4129 4137
4130fi 4138fi
4131 4139
4132echo "$as_me:4132: checking whether time.h and sys/time.h may both be included" >&5 4140echo "$as_me:4140: checking whether time.h and sys/time.h may both be included" >&5
4133echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6 4141echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
4134if test "${ac_cv_header_time+set}" = set; then 4142if test "${ac_cv_header_time+set}" = set; then
4135 echo $ECHO_N "(cached) $ECHO_C" >&6 4143 echo $ECHO_N "(cached) $ECHO_C" >&6
4136else 4144else
4137 cat >conftest.$ac_ext <<_ACEOF 4145 cat >conftest.$ac_ext <<_ACEOF
4138#line 4138 "configure" 4146#line 4146 "configure"
4139#include "confdefs.h" 4147#include "confdefs.h"
4140#include <sys/types.h> 4148#include <sys/types.h>
4141#include <sys/time.h> 4149#include <sys/time.h>
@@ -4151,16 +4159,16 @@ return 0;
4151} 4159}
4152_ACEOF 4160_ACEOF
4153rm -f conftest.$ac_objext 4161rm -f conftest.$ac_objext
4154if { (eval echo "$as_me:4154: \"$ac_compile\"") >&5 4162if { (eval echo "$as_me:4162: \"$ac_compile\"") >&5
4155 (eval $ac_compile) 2>&5 4163 (eval $ac_compile) 2>&5
4156 ac_status=$? 4164 ac_status=$?
4157 echo "$as_me:4157: \$? = $ac_status" >&5 4165 echo "$as_me:4165: \$? = $ac_status" >&5
4158 (exit $ac_status); } && 4166 (exit $ac_status); } &&
4159 { ac_try='test -s conftest.$ac_objext' 4167 { ac_try='test -s conftest.$ac_objext'
4160 { (eval echo "$as_me:4160: \"$ac_try\"") >&5 4168 { (eval echo "$as_me:4168: \"$ac_try\"") >&5
4161 (eval $ac_try) 2>&5 4169 (eval $ac_try) 2>&5
4162 ac_status=$? 4170 ac_status=$?
4163 echo "$as_me:4163: \$? = $ac_status" >&5 4171 echo "$as_me:4171: \$? = $ac_status" >&5
4164 (exit $ac_status); }; }; then 4172 (exit $ac_status); }; }; then
4165 ac_cv_header_time=yes 4173 ac_cv_header_time=yes
4166else 4174else
@@ -4170,7 +4178,7 @@ ac_cv_header_time=no
4170fi 4178fi
4171rm -f conftest.$ac_objext conftest.$ac_ext 4179rm -f conftest.$ac_objext conftest.$ac_ext
4172fi 4180fi
4173echo "$as_me:4173: result: $ac_cv_header_time" >&5 4181echo "$as_me:4181: result: $ac_cv_header_time" >&5
4174echo "${ECHO_T}$ac_cv_header_time" >&6 4182echo "${ECHO_T}$ac_cv_header_time" >&6
4175if test $ac_cv_header_time = yes; then 4183if test $ac_cv_header_time = yes; then
4176 4184
@@ -4180,13 +4188,13 @@ EOF
4180 4188
4181fi 4189fi
4182 4190
4183echo "$as_me:4183: checking for sys_siglist declaration in signal.h or unistd.h" >&5 4191echo "$as_me:4191: checking for sys_siglist declaration in signal.h or unistd.h" >&5
4184echo $ECHO_N "checking for sys_siglist declaration in signal.h or unistd.h... $ECHO_C" >&6 4192echo $ECHO_N "checking for sys_siglist declaration in signal.h or unistd.h... $ECHO_C" >&6
4185if test "${ac_cv_decl_sys_siglist+set}" = set; then 4193if test "${ac_cv_decl_sys_siglist+set}" = set; then
4186 echo $ECHO_N "(cached) $ECHO_C" >&6 4194 echo $ECHO_N "(cached) $ECHO_C" >&6
4187else 4195else
4188 cat >conftest.$ac_ext <<_ACEOF 4196 cat >conftest.$ac_ext <<_ACEOF
4189#line 4189 "configure" 4197#line 4197 "configure"
4190#include "confdefs.h" 4198#include "confdefs.h"
4191#include <sys/types.h> 4199#include <sys/types.h>
4192#include <signal.h> 4200#include <signal.h>
@@ -4204,16 +4212,16 @@ char *msg = *(sys_siglist + 1);
4204} 4212}
4205_ACEOF 4213_ACEOF
4206rm -f conftest.$ac_objext 4214rm -f conftest.$ac_objext
4207if { (eval echo "$as_me:4207: \"$ac_compile\"") >&5 4215if { (eval echo "$as_me:4215: \"$ac_compile\"") >&5
4208 (eval $ac_compile) 2>&5 4216 (eval $ac_compile) 2>&5
4209 ac_status=$? 4217 ac_status=$?
4210 echo "$as_me:4210: \$? = $ac_status" >&5 4218 echo "$as_me:4218: \$? = $ac_status" >&5
4211 (exit $ac_status); } && 4219 (exit $ac_status); } &&
4212 { ac_try='test -s conftest.$ac_objext' 4220 { ac_try='test -s conftest.$ac_objext'
4213 { (eval echo "$as_me:4213: \"$ac_try\"") >&5 4221 { (eval echo "$as_me:4221: \"$ac_try\"") >&5
4214 (eval $ac_try) 2>&5 4222 (eval $ac_try) 2>&5
4215 ac_status=$? 4223 ac_status=$?
4216 echo "$as_me:4216: \$? = $ac_status" >&5 4224 echo "$as_me:4224: \$? = $ac_status" >&5
4217 (exit $ac_status); }; }; then 4225 (exit $ac_status); }; }; then
4218 ac_cv_decl_sys_siglist=yes 4226 ac_cv_decl_sys_siglist=yes
4219else 4227else
@@ -4223,7 +4231,7 @@ ac_cv_decl_sys_siglist=no
4223fi 4231fi
4224rm -f conftest.$ac_objext conftest.$ac_ext 4232rm -f conftest.$ac_objext conftest.$ac_ext
4225fi 4233fi
4226echo "$as_me:4226: result: $ac_cv_decl_sys_siglist" >&5 4234echo "$as_me:4234: result: $ac_cv_decl_sys_siglist" >&5
4227echo "${ECHO_T}$ac_cv_decl_sys_siglist" >&6 4235echo "${ECHO_T}$ac_cv_decl_sys_siglist" >&6
4228if test $ac_cv_decl_sys_siglist = yes; then 4236if test $ac_cv_decl_sys_siglist = yes; then
4229 4237
@@ -4233,13 +4241,13 @@ EOF
4233 4241
4234fi 4242fi
4235 4243
4236echo "$as_me:4236: checking for sys/wait.h that is POSIX.1 compatible" >&5 4244echo "$as_me:4244: checking for sys/wait.h that is POSIX.1 compatible" >&5
4237echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6 4245echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6
4238if test "${ac_cv_header_sys_wait_h+set}" = set; then 4246if test "${ac_cv_header_sys_wait_h+set}" = set; then
4239 echo $ECHO_N "(cached) $ECHO_C" >&6 4247 echo $ECHO_N "(cached) $ECHO_C" >&6
4240else 4248else
4241 cat >conftest.$ac_ext <<_ACEOF 4249 cat >conftest.$ac_ext <<_ACEOF
4242#line 4242 "configure" 4250#line 4250 "configure"
4243#include "confdefs.h" 4251#include "confdefs.h"
4244#include <sys/types.h> 4252#include <sys/types.h>
4245#include <sys/wait.h> 4253#include <sys/wait.h>
@@ -4261,16 +4269,16 @@ main ()
4261} 4269}
4262_ACEOF 4270_ACEOF
4263rm -f conftest.$ac_objext 4271rm -f conftest.$ac_objext
4264if { (eval echo "$as_me:4264: \"$ac_compile\"") >&5 4272if { (eval echo "$as_me:4272: \"$ac_compile\"") >&5
4265 (eval $ac_compile) 2>&5 4273 (eval $ac_compile) 2>&5
4266 ac_status=$? 4274 ac_status=$?
4267 echo "$as_me:4267: \$? = $ac_status" >&5 4275 echo "$as_me:4275: \$? = $ac_status" >&5
4268 (exit $ac_status); } && 4276 (exit $ac_status); } &&
4269 { ac_try='test -s conftest.$ac_objext' 4277 { ac_try='test -s conftest.$ac_objext'
4270 { (eval echo "$as_me:4270: \"$ac_try\"") >&5 4278 { (eval echo "$as_me:4278: \"$ac_try\"") >&5
4271 (eval $ac_try) 2>&5 4279 (eval $ac_try) 2>&5
4272 ac_status=$? 4280 ac_status=$?
4273 echo "$as_me:4273: \$? = $ac_status" >&5 4281 echo "$as_me:4281: \$? = $ac_status" >&5
4274 (exit $ac_status); }; }; then 4282 (exit $ac_status); }; }; then
4275 ac_cv_header_sys_wait_h=yes 4283 ac_cv_header_sys_wait_h=yes
4276else 4284else
@@ -4280,7 +4288,7 @@ ac_cv_header_sys_wait_h=no
4280fi 4288fi
4281rm -f conftest.$ac_objext conftest.$ac_ext 4289rm -f conftest.$ac_objext conftest.$ac_ext
4282fi 4290fi
4283echo "$as_me:4283: result: $ac_cv_header_sys_wait_h" >&5 4291echo "$as_me:4291: result: $ac_cv_header_sys_wait_h" >&5
4284echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6 4292echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6
4285if test $ac_cv_header_sys_wait_h = yes; then 4293if test $ac_cv_header_sys_wait_h = yes; then
4286 4294
@@ -4290,13 +4298,13 @@ EOF
4290 4298
4291fi 4299fi
4292 4300
4293echo "$as_me:4293: checking for struct utimbuf" >&5 4301echo "$as_me:4301: checking for struct utimbuf" >&5
4294echo $ECHO_N "checking for struct utimbuf... $ECHO_C" >&6 4302echo $ECHO_N "checking for struct utimbuf... $ECHO_C" >&6
4295if test "${emacs_cv_struct_utimbuf+set}" = set; then 4303if test "${emacs_cv_struct_utimbuf+set}" = set; then
4296 echo $ECHO_N "(cached) $ECHO_C" >&6 4304 echo $ECHO_N "(cached) $ECHO_C" >&6
4297else 4305else
4298 cat >conftest.$ac_ext <<_ACEOF 4306 cat >conftest.$ac_ext <<_ACEOF
4299#line 4299 "configure" 4307#line 4307 "configure"
4300#include "confdefs.h" 4308#include "confdefs.h"
4301#ifdef TIME_WITH_SYS_TIME 4309#ifdef TIME_WITH_SYS_TIME
4302#include <sys/time.h> 4310#include <sys/time.h>
@@ -4320,16 +4328,16 @@ static struct utimbuf x; x.actime = x.modtime;
4320} 4328}
4321_ACEOF 4329_ACEOF
4322rm -f conftest.$ac_objext 4330rm -f conftest.$ac_objext
4323if { (eval echo "$as_me:4323: \"$ac_compile\"") >&5 4331if { (eval echo "$as_me:4331: \"$ac_compile\"") >&5
4324 (eval $ac_compile) 2>&5 4332 (eval $ac_compile) 2>&5
4325 ac_status=$? 4333 ac_status=$?
4326 echo "$as_me:4326: \$? = $ac_status" >&5 4334 echo "$as_me:4334: \$? = $ac_status" >&5
4327 (exit $ac_status); } && 4335 (exit $ac_status); } &&
4328 { ac_try='test -s conftest.$ac_objext' 4336 { ac_try='test -s conftest.$ac_objext'
4329 { (eval echo "$as_me:4329: \"$ac_try\"") >&5 4337 { (eval echo "$as_me:4337: \"$ac_try\"") >&5
4330 (eval $ac_try) 2>&5 4338 (eval $ac_try) 2>&5
4331 ac_status=$? 4339 ac_status=$?
4332 echo "$as_me:4332: \$? = $ac_status" >&5 4340 echo "$as_me:4340: \$? = $ac_status" >&5
4333 (exit $ac_status); }; }; then 4341 (exit $ac_status); }; }; then
4334 emacs_cv_struct_utimbuf=yes 4342 emacs_cv_struct_utimbuf=yes
4335else 4343else
@@ -4339,7 +4347,7 @@ emacs_cv_struct_utimbuf=no
4339fi 4347fi
4340rm -f conftest.$ac_objext conftest.$ac_ext 4348rm -f conftest.$ac_objext conftest.$ac_ext
4341fi 4349fi
4342echo "$as_me:4342: result: $emacs_cv_struct_utimbuf" >&5 4350echo "$as_me:4350: result: $emacs_cv_struct_utimbuf" >&5
4343echo "${ECHO_T}$emacs_cv_struct_utimbuf" >&6 4351echo "${ECHO_T}$emacs_cv_struct_utimbuf" >&6
4344if test $emacs_cv_struct_utimbuf = yes; then 4352if test $emacs_cv_struct_utimbuf = yes; then
4345 cat >>confdefs.h <<\EOF 4353 cat >>confdefs.h <<\EOF
@@ -4348,13 +4356,13 @@ EOF
4348 4356
4349fi 4357fi
4350 4358
4351echo "$as_me:4351: checking return type of signal handlers" >&5 4359echo "$as_me:4359: checking return type of signal handlers" >&5
4352echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6 4360echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
4353if test "${ac_cv_type_signal+set}" = set; then 4361if test "${ac_cv_type_signal+set}" = set; then
4354 echo $ECHO_N "(cached) $ECHO_C" >&6 4362 echo $ECHO_N "(cached) $ECHO_C" >&6
4355else 4363else
4356 cat >conftest.$ac_ext <<_ACEOF 4364 cat >conftest.$ac_ext <<_ACEOF
4357#line 4357 "configure" 4365#line 4365 "configure"
4358#include "confdefs.h" 4366#include "confdefs.h"
4359#include <sys/types.h> 4367#include <sys/types.h>
4360#include <signal.h> 4368#include <signal.h>
@@ -4376,16 +4384,16 @@ int i;
4376} 4384}
4377_ACEOF 4385_ACEOF
4378rm -f conftest.$ac_objext 4386rm -f conftest.$ac_objext
4379if { (eval echo "$as_me:4379: \"$ac_compile\"") >&5 4387if { (eval echo "$as_me:4387: \"$ac_compile\"") >&5
4380 (eval $ac_compile) 2>&5 4388 (eval $ac_compile) 2>&5
4381 ac_status=$? 4389 ac_status=$?
4382 echo "$as_me:4382: \$? = $ac_status" >&5 4390 echo "$as_me:4390: \$? = $ac_status" >&5
4383 (exit $ac_status); } && 4391 (exit $ac_status); } &&
4384 { ac_try='test -s conftest.$ac_objext' 4392 { ac_try='test -s conftest.$ac_objext'
4385 { (eval echo "$as_me:4385: \"$ac_try\"") >&5 4393 { (eval echo "$as_me:4393: \"$ac_try\"") >&5
4386 (eval $ac_try) 2>&5 4394 (eval $ac_try) 2>&5
4387 ac_status=$? 4395 ac_status=$?
4388 echo "$as_me:4388: \$? = $ac_status" >&5 4396 echo "$as_me:4396: \$? = $ac_status" >&5
4389 (exit $ac_status); }; }; then 4397 (exit $ac_status); }; }; then
4390 ac_cv_type_signal=void 4398 ac_cv_type_signal=void
4391else 4399else
@@ -4395,20 +4403,20 @@ ac_cv_type_signal=int
4395fi 4403fi
4396rm -f conftest.$ac_objext conftest.$ac_ext 4404rm -f conftest.$ac_objext conftest.$ac_ext
4397fi 4405fi
4398echo "$as_me:4398: result: $ac_cv_type_signal" >&5 4406echo "$as_me:4406: result: $ac_cv_type_signal" >&5
4399echo "${ECHO_T}$ac_cv_type_signal" >&6 4407echo "${ECHO_T}$ac_cv_type_signal" >&6
4400 4408
4401cat >>confdefs.h <<EOF 4409cat >>confdefs.h <<EOF
4402#define RETSIGTYPE $ac_cv_type_signal 4410#define RETSIGTYPE $ac_cv_type_signal
4403EOF 4411EOF
4404 4412
4405echo "$as_me:4405: checking for speed_t" >&5 4413echo "$as_me:4413: checking for speed_t" >&5
4406echo $ECHO_N "checking for speed_t... $ECHO_C" >&6 4414echo $ECHO_N "checking for speed_t... $ECHO_C" >&6
4407if test "${emacs_cv_speed_t+set}" = set; then 4415if test "${emacs_cv_speed_t+set}" = set; then
4408 echo $ECHO_N "(cached) $ECHO_C" >&6 4416 echo $ECHO_N "(cached) $ECHO_C" >&6
4409else 4417else
4410 cat >conftest.$ac_ext <<_ACEOF 4418 cat >conftest.$ac_ext <<_ACEOF
4411#line 4411 "configure" 4419#line 4419 "configure"
4412#include "confdefs.h" 4420#include "confdefs.h"
4413#include <termios.h> 4421#include <termios.h>
4414int 4422int
@@ -4420,16 +4428,16 @@ speed_t x = 1;
4420} 4428}
4421_ACEOF 4429_ACEOF
4422rm -f conftest.$ac_objext 4430rm -f conftest.$ac_objext
4423if { (eval echo "$as_me:4423: \"$ac_compile\"") >&5 4431if { (eval echo "$as_me:4431: \"$ac_compile\"") >&5
4424 (eval $ac_compile) 2>&5 4432 (eval $ac_compile) 2>&5
4425 ac_status=$? 4433 ac_status=$?
4426 echo "$as_me:4426: \$? = $ac_status" >&5 4434 echo "$as_me:4434: \$? = $ac_status" >&5
4427 (exit $ac_status); } && 4435 (exit $ac_status); } &&
4428 { ac_try='test -s conftest.$ac_objext' 4436 { ac_try='test -s conftest.$ac_objext'
4429 { (eval echo "$as_me:4429: \"$ac_try\"") >&5 4437 { (eval echo "$as_me:4437: \"$ac_try\"") >&5
4430 (eval $ac_try) 2>&5 4438 (eval $ac_try) 2>&5
4431 ac_status=$? 4439 ac_status=$?
4432 echo "$as_me:4432: \$? = $ac_status" >&5 4440 echo "$as_me:4440: \$? = $ac_status" >&5
4433 (exit $ac_status); }; }; then 4441 (exit $ac_status); }; }; then
4434 emacs_cv_speed_t=yes 4442 emacs_cv_speed_t=yes
4435else 4443else
@@ -4439,7 +4447,7 @@ emacs_cv_speed_t=no
4439fi 4447fi
4440rm -f conftest.$ac_objext conftest.$ac_ext 4448rm -f conftest.$ac_objext conftest.$ac_ext
4441fi 4449fi
4442echo "$as_me:4442: result: $emacs_cv_speed_t" >&5 4450echo "$as_me:4450: result: $emacs_cv_speed_t" >&5
4443echo "${ECHO_T}$emacs_cv_speed_t" >&6 4451echo "${ECHO_T}$emacs_cv_speed_t" >&6
4444if test $emacs_cv_speed_t = yes; then 4452if test $emacs_cv_speed_t = yes; then
4445 cat >>confdefs.h <<\EOF 4453 cat >>confdefs.h <<\EOF
@@ -4448,13 +4456,13 @@ EOF
4448 4456
4449fi 4457fi
4450 4458
4451echo "$as_me:4451: checking for struct timeval" >&5 4459echo "$as_me:4459: checking for struct timeval" >&5
4452echo $ECHO_N "checking for struct timeval... $ECHO_C" >&6 4460echo $ECHO_N "checking for struct timeval... $ECHO_C" >&6
4453if test "${emacs_cv_struct_timeval+set}" = set; then 4461if test "${emacs_cv_struct_timeval+set}" = set; then
4454 echo $ECHO_N "(cached) $ECHO_C" >&6 4462 echo $ECHO_N "(cached) $ECHO_C" >&6
4455else 4463else
4456 cat >conftest.$ac_ext <<_ACEOF 4464 cat >conftest.$ac_ext <<_ACEOF
4457#line 4457 "configure" 4465#line 4465 "configure"
4458#include "confdefs.h" 4466#include "confdefs.h"
4459#ifdef TIME_WITH_SYS_TIME 4467#ifdef TIME_WITH_SYS_TIME
4460#include <sys/time.h> 4468#include <sys/time.h>
@@ -4475,16 +4483,16 @@ static struct timeval x; x.tv_sec = x.tv_usec;
4475} 4483}
4476_ACEOF 4484_ACEOF
4477rm -f conftest.$ac_objext 4485rm -f conftest.$ac_objext
4478if { (eval echo "$as_me:4478: \"$ac_compile\"") >&5 4486if { (eval echo "$as_me:4486: \"$ac_compile\"") >&5
4479 (eval $ac_compile) 2>&5 4487 (eval $ac_compile) 2>&5
4480 ac_status=$? 4488 ac_status=$?
4481 echo "$as_me:4481: \$? = $ac_status" >&5 4489 echo "$as_me:4489: \$? = $ac_status" >&5
4482 (exit $ac_status); } && 4490 (exit $ac_status); } &&
4483 { ac_try='test -s conftest.$ac_objext' 4491 { ac_try='test -s conftest.$ac_objext'
4484 { (eval echo "$as_me:4484: \"$ac_try\"") >&5 4492 { (eval echo "$as_me:4492: \"$ac_try\"") >&5
4485 (eval $ac_try) 2>&5 4493 (eval $ac_try) 2>&5
4486 ac_status=$? 4494 ac_status=$?
4487 echo "$as_me:4487: \$? = $ac_status" >&5 4495 echo "$as_me:4495: \$? = $ac_status" >&5
4488 (exit $ac_status); }; }; then 4496 (exit $ac_status); }; }; then
4489 emacs_cv_struct_timeval=yes 4497 emacs_cv_struct_timeval=yes
4490else 4498else
@@ -4494,7 +4502,7 @@ emacs_cv_struct_timeval=no
4494fi 4502fi
4495rm -f conftest.$ac_objext conftest.$ac_ext 4503rm -f conftest.$ac_objext conftest.$ac_ext
4496fi 4504fi
4497echo "$as_me:4497: result: $emacs_cv_struct_timeval" >&5 4505echo "$as_me:4505: result: $emacs_cv_struct_timeval" >&5
4498echo "${ECHO_T}$emacs_cv_struct_timeval" >&6 4506echo "${ECHO_T}$emacs_cv_struct_timeval" >&6
4499HAVE_TIMEVAL=$emacs_cv_struct_timeval 4507HAVE_TIMEVAL=$emacs_cv_struct_timeval
4500if test $emacs_cv_struct_timeval = yes; then 4508if test $emacs_cv_struct_timeval = yes; then
@@ -4504,13 +4512,13 @@ EOF
4504 4512
4505fi 4513fi
4506 4514
4507echo "$as_me:4507: checking for struct exception" >&5 4515echo "$as_me:4515: checking for struct exception" >&5
4508echo $ECHO_N "checking for struct exception... $ECHO_C" >&6 4516echo $ECHO_N "checking for struct exception... $ECHO_C" >&6
4509if test "${emacs_cv_struct_exception+set}" = set; then 4517if test "${emacs_cv_struct_exception+set}" = set; then
4510 echo $ECHO_N "(cached) $ECHO_C" >&6 4518 echo $ECHO_N "(cached) $ECHO_C" >&6
4511else 4519else
4512 cat >conftest.$ac_ext <<_ACEOF 4520 cat >conftest.$ac_ext <<_ACEOF
4513#line 4513 "configure" 4521#line 4521 "configure"
4514#include "confdefs.h" 4522#include "confdefs.h"
4515#include <math.h> 4523#include <math.h>
4516int 4524int
@@ -4522,16 +4530,16 @@ static struct exception x; x.arg1 = x.arg2 = x.retval; x.name = ""; x.type = 1;
4522} 4530}
4523_ACEOF 4531_ACEOF
4524rm -f conftest.$ac_objext 4532rm -f conftest.$ac_objext
4525if { (eval echo "$as_me:4525: \"$ac_compile\"") >&5 4533if { (eval echo "$as_me:4533: \"$ac_compile\"") >&5
4526 (eval $ac_compile) 2>&5 4534 (eval $ac_compile) 2>&5
4527 ac_status=$? 4535 ac_status=$?
4528 echo "$as_me:4528: \$? = $ac_status" >&5 4536 echo "$as_me:4536: \$? = $ac_status" >&5
4529 (exit $ac_status); } && 4537 (exit $ac_status); } &&
4530 { ac_try='test -s conftest.$ac_objext' 4538 { ac_try='test -s conftest.$ac_objext'
4531 { (eval echo "$as_me:4531: \"$ac_try\"") >&5 4539 { (eval echo "$as_me:4539: \"$ac_try\"") >&5
4532 (eval $ac_try) 2>&5 4540 (eval $ac_try) 2>&5
4533 ac_status=$? 4541 ac_status=$?
4534 echo "$as_me:4534: \$? = $ac_status" >&5 4542 echo "$as_me:4542: \$? = $ac_status" >&5
4535 (exit $ac_status); }; }; then 4543 (exit $ac_status); }; }; then
4536 emacs_cv_struct_exception=yes 4544 emacs_cv_struct_exception=yes
4537else 4545else
@@ -4541,7 +4549,7 @@ emacs_cv_struct_exception=no
4541fi 4549fi
4542rm -f conftest.$ac_objext conftest.$ac_ext 4550rm -f conftest.$ac_objext conftest.$ac_ext
4543fi 4551fi
4544echo "$as_me:4544: result: $emacs_cv_struct_exception" >&5 4552echo "$as_me:4552: result: $emacs_cv_struct_exception" >&5
4545echo "${ECHO_T}$emacs_cv_struct_exception" >&6 4553echo "${ECHO_T}$emacs_cv_struct_exception" >&6
4546HAVE_EXCEPTION=$emacs_cv_struct_exception 4554HAVE_EXCEPTION=$emacs_cv_struct_exception
4547if test $emacs_cv_struct_exception != yes; then 4555if test $emacs_cv_struct_exception != yes; then
@@ -4551,13 +4559,13 @@ EOF
4551 4559
4552fi 4560fi
4553 4561
4554echo "$as_me:4554: checking whether struct tm is in sys/time.h or time.h" >&5 4562echo "$as_me:4562: checking whether struct tm is in sys/time.h or time.h" >&5
4555echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6 4563echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6
4556if test "${ac_cv_struct_tm+set}" = set; then 4564if test "${ac_cv_struct_tm+set}" = set; then
4557 echo $ECHO_N "(cached) $ECHO_C" >&6 4565 echo $ECHO_N "(cached) $ECHO_C" >&6
4558else 4566else
4559 cat >conftest.$ac_ext <<_ACEOF 4567 cat >conftest.$ac_ext <<_ACEOF
4560#line 4560 "configure" 4568#line 4568 "configure"
4561#include "confdefs.h" 4569#include "confdefs.h"
4562#include <sys/types.h> 4570#include <sys/types.h>
4563#include <time.h> 4571#include <time.h>
@@ -4571,16 +4579,16 @@ struct tm *tp; tp->tm_sec;
4571} 4579}
4572_ACEOF 4580_ACEOF
4573rm -f conftest.$ac_objext 4581rm -f conftest.$ac_objext
4574if { (eval echo "$as_me:4574: \"$ac_compile\"") >&5 4582if { (eval echo "$as_me:4582: \"$ac_compile\"") >&5
4575 (eval $ac_compile) 2>&5 4583 (eval $ac_compile) 2>&5
4576 ac_status=$? 4584 ac_status=$?
4577 echo "$as_me:4577: \$? = $ac_status" >&5 4585 echo "$as_me:4585: \$? = $ac_status" >&5
4578 (exit $ac_status); } && 4586 (exit $ac_status); } &&
4579 { ac_try='test -s conftest.$ac_objext' 4587 { ac_try='test -s conftest.$ac_objext'
4580 { (eval echo "$as_me:4580: \"$ac_try\"") >&5 4588 { (eval echo "$as_me:4588: \"$ac_try\"") >&5
4581 (eval $ac_try) 2>&5 4589 (eval $ac_try) 2>&5
4582 ac_status=$? 4590 ac_status=$?
4583 echo "$as_me:4583: \$? = $ac_status" >&5 4591 echo "$as_me:4591: \$? = $ac_status" >&5
4584 (exit $ac_status); }; }; then 4592 (exit $ac_status); }; }; then
4585 ac_cv_struct_tm=time.h 4593 ac_cv_struct_tm=time.h
4586else 4594else
@@ -4590,7 +4598,7 @@ ac_cv_struct_tm=sys/time.h
4590fi 4598fi
4591rm -f conftest.$ac_objext conftest.$ac_ext 4599rm -f conftest.$ac_objext conftest.$ac_ext
4592fi 4600fi
4593echo "$as_me:4593: result: $ac_cv_struct_tm" >&5 4601echo "$as_me:4601: result: $ac_cv_struct_tm" >&5
4594echo "${ECHO_T}$ac_cv_struct_tm" >&6 4602echo "${ECHO_T}$ac_cv_struct_tm" >&6
4595if test $ac_cv_struct_tm = sys/time.h; then 4603if test $ac_cv_struct_tm = sys/time.h; then
4596 4604
@@ -4600,13 +4608,13 @@ EOF
4600 4608
4601fi 4609fi
4602 4610
4603echo "$as_me:4603: checking for struct tm.tm_zone" >&5 4611echo "$as_me:4611: checking for struct tm.tm_zone" >&5
4604echo $ECHO_N "checking for struct tm.tm_zone... $ECHO_C" >&6 4612echo $ECHO_N "checking for struct tm.tm_zone... $ECHO_C" >&6
4605if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then 4613if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then
4606 echo $ECHO_N "(cached) $ECHO_C" >&6 4614 echo $ECHO_N "(cached) $ECHO_C" >&6
4607else 4615else
4608 cat >conftest.$ac_ext <<_ACEOF 4616 cat >conftest.$ac_ext <<_ACEOF
4609#line 4609 "configure" 4617#line 4617 "configure"
4610#include "confdefs.h" 4618#include "confdefs.h"
4611#include <sys/types.h> 4619#include <sys/types.h>
4612#include <$ac_cv_struct_tm> 4620#include <$ac_cv_struct_tm>
@@ -4622,16 +4630,16 @@ return 0;
4622} 4630}
4623_ACEOF 4631_ACEOF
4624rm -f conftest.$ac_objext 4632rm -f conftest.$ac_objext
4625if { (eval echo "$as_me:4625: \"$ac_compile\"") >&5 4633if { (eval echo "$as_me:4633: \"$ac_compile\"") >&5
4626 (eval $ac_compile) 2>&5 4634 (eval $ac_compile) 2>&5
4627 ac_status=$? 4635 ac_status=$?
4628 echo "$as_me:4628: \$? = $ac_status" >&5 4636 echo "$as_me:4636: \$? = $ac_status" >&5
4629 (exit $ac_status); } && 4637 (exit $ac_status); } &&
4630 { ac_try='test -s conftest.$ac_objext' 4638 { ac_try='test -s conftest.$ac_objext'
4631 { (eval echo "$as_me:4631: \"$ac_try\"") >&5 4639 { (eval echo "$as_me:4639: \"$ac_try\"") >&5
4632 (eval $ac_try) 2>&5 4640 (eval $ac_try) 2>&5
4633 ac_status=$? 4641 ac_status=$?
4634 echo "$as_me:4634: \$? = $ac_status" >&5 4642 echo "$as_me:4642: \$? = $ac_status" >&5
4635 (exit $ac_status); }; }; then 4643 (exit $ac_status); }; }; then
4636 ac_cv_member_struct_tm_tm_zone=yes 4644 ac_cv_member_struct_tm_tm_zone=yes
4637else 4645else
@@ -4641,7 +4649,7 @@ ac_cv_member_struct_tm_tm_zone=no
4641fi 4649fi
4642rm -f conftest.$ac_objext conftest.$ac_ext 4650rm -f conftest.$ac_objext conftest.$ac_ext
4643fi 4651fi
4644echo "$as_me:4644: result: $ac_cv_member_struct_tm_tm_zone" >&5 4652echo "$as_me:4652: result: $ac_cv_member_struct_tm_tm_zone" >&5
4645echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6 4653echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6
4646if test $ac_cv_member_struct_tm_tm_zone = yes; then 4654if test $ac_cv_member_struct_tm_tm_zone = yes; then
4647 4655
@@ -4658,13 +4666,13 @@ cat >>confdefs.h <<\EOF
4658EOF 4666EOF
4659 4667
4660else 4668else
4661 echo "$as_me:4661: checking for tzname" >&5 4669 echo "$as_me:4669: checking for tzname" >&5
4662echo $ECHO_N "checking for tzname... $ECHO_C" >&6 4670echo $ECHO_N "checking for tzname... $ECHO_C" >&6
4663if test "${ac_cv_var_tzname+set}" = set; then 4671if test "${ac_cv_var_tzname+set}" = set; then
4664 echo $ECHO_N "(cached) $ECHO_C" >&6 4672 echo $ECHO_N "(cached) $ECHO_C" >&6
4665else 4673else
4666 cat >conftest.$ac_ext <<_ACEOF 4674 cat >conftest.$ac_ext <<_ACEOF
4667#line 4667 "configure" 4675#line 4675 "configure"
4668#include "confdefs.h" 4676#include "confdefs.h"
4669#include <time.h> 4677#include <time.h>
4670#ifndef tzname /* For SGI. */ 4678#ifndef tzname /* For SGI. */
@@ -4680,16 +4688,16 @@ atoi(*tzname);
4680} 4688}
4681_ACEOF 4689_ACEOF
4682rm -f conftest.$ac_objext conftest$ac_exeext 4690rm -f conftest.$ac_objext conftest$ac_exeext
4683if { (eval echo "$as_me:4683: \"$ac_link\"") >&5 4691if { (eval echo "$as_me:4691: \"$ac_link\"") >&5
4684 (eval $ac_link) 2>&5 4692 (eval $ac_link) 2>&5
4685 ac_status=$? 4693 ac_status=$?
4686 echo "$as_me:4686: \$? = $ac_status" >&5 4694 echo "$as_me:4694: \$? = $ac_status" >&5
4687 (exit $ac_status); } && 4695 (exit $ac_status); } &&
4688 { ac_try='test -s conftest$ac_exeext' 4696 { ac_try='test -s conftest$ac_exeext'
4689 { (eval echo "$as_me:4689: \"$ac_try\"") >&5 4697 { (eval echo "$as_me:4697: \"$ac_try\"") >&5
4690 (eval $ac_try) 2>&5 4698 (eval $ac_try) 2>&5
4691 ac_status=$? 4699 ac_status=$?
4692 echo "$as_me:4692: \$? = $ac_status" >&5 4700 echo "$as_me:4700: \$? = $ac_status" >&5
4693 (exit $ac_status); }; }; then 4701 (exit $ac_status); }; }; then
4694 ac_cv_var_tzname=yes 4702 ac_cv_var_tzname=yes
4695else 4703else
@@ -4699,7 +4707,7 @@ ac_cv_var_tzname=no
4699fi 4707fi
4700rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4708rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
4701fi 4709fi
4702echo "$as_me:4702: result: $ac_cv_var_tzname" >&5 4710echo "$as_me:4710: result: $ac_cv_var_tzname" >&5
4703echo "${ECHO_T}$ac_cv_var_tzname" >&6 4711echo "${ECHO_T}$ac_cv_var_tzname" >&6
4704 if test $ac_cv_var_tzname = yes; then 4712 if test $ac_cv_var_tzname = yes; then
4705 4713
@@ -4710,13 +4718,13 @@ EOF
4710 fi 4718 fi
4711fi 4719fi
4712 4720
4713echo "$as_me:4713: checking for tm_gmtoff in struct tm" >&5 4721echo "$as_me:4721: checking for tm_gmtoff in struct tm" >&5
4714echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6 4722echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6
4715if test "${emacs_cv_tm_gmtoff+set}" = set; then 4723if test "${emacs_cv_tm_gmtoff+set}" = set; then
4716 echo $ECHO_N "(cached) $ECHO_C" >&6 4724 echo $ECHO_N "(cached) $ECHO_C" >&6
4717else 4725else
4718 cat >conftest.$ac_ext <<_ACEOF 4726 cat >conftest.$ac_ext <<_ACEOF
4719#line 4719 "configure" 4727#line 4727 "configure"
4720#include "confdefs.h" 4728#include "confdefs.h"
4721#include <time.h> 4729#include <time.h>
4722int 4730int
@@ -4728,16 +4736,16 @@ struct tm t; t.tm_gmtoff = 0
4728} 4736}
4729_ACEOF 4737_ACEOF
4730rm -f conftest.$ac_objext conftest$ac_exeext 4738rm -f conftest.$ac_objext conftest$ac_exeext
4731if { (eval echo "$as_me:4731: \"$ac_link\"") >&5 4739if { (eval echo "$as_me:4739: \"$ac_link\"") >&5
4732 (eval $ac_link) 2>&5 4740 (eval $ac_link) 2>&5
4733 ac_status=$? 4741 ac_status=$?
4734 echo "$as_me:4734: \$? = $ac_status" >&5 4742 echo "$as_me:4742: \$? = $ac_status" >&5
4735 (exit $ac_status); } && 4743 (exit $ac_status); } &&
4736 { ac_try='test -s conftest$ac_exeext' 4744 { ac_try='test -s conftest$ac_exeext'
4737 { (eval echo "$as_me:4737: \"$ac_try\"") >&5 4745 { (eval echo "$as_me:4745: \"$ac_try\"") >&5
4738 (eval $ac_try) 2>&5 4746 (eval $ac_try) 2>&5
4739 ac_status=$? 4747 ac_status=$?
4740 echo "$as_me:4740: \$? = $ac_status" >&5 4748 echo "$as_me:4748: \$? = $ac_status" >&5
4741 (exit $ac_status); }; }; then 4749 (exit $ac_status); }; }; then
4742 emacs_cv_tm_gmtoff=yes 4750 emacs_cv_tm_gmtoff=yes
4743else 4751else
@@ -4747,7 +4755,7 @@ emacs_cv_tm_gmtoff=no
4747fi 4755fi
4748rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4756rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
4749fi 4757fi
4750echo "$as_me:4750: result: $emacs_cv_tm_gmtoff" >&5 4758echo "$as_me:4758: result: $emacs_cv_tm_gmtoff" >&5
4751echo "${ECHO_T}$emacs_cv_tm_gmtoff" >&6 4759echo "${ECHO_T}$emacs_cv_tm_gmtoff" >&6
4752if test $emacs_cv_tm_gmtoff = yes; then 4760if test $emacs_cv_tm_gmtoff = yes; then
4753 cat >>confdefs.h <<\EOF 4761 cat >>confdefs.h <<\EOF
@@ -4756,7 +4764,7 @@ EOF
4756 4764
4757fi 4765fi
4758 4766
4759echo "$as_me:4759: checking for $CC option to accept ANSI C" >&5 4767echo "$as_me:4767: checking for $CC option to accept ANSI C" >&5
4760echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 4768echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
4761if test "${ac_cv_prog_cc_stdc+set}" = set; then 4769if test "${ac_cv_prog_cc_stdc+set}" = set; then
4762 echo $ECHO_N "(cached) $ECHO_C" >&6 4770 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4764,7 +4772,7 @@ else
4764 ac_cv_prog_cc_stdc=no 4772 ac_cv_prog_cc_stdc=no
4765ac_save_CC=$CC 4773ac_save_CC=$CC
4766cat >conftest.$ac_ext <<_ACEOF 4774cat >conftest.$ac_ext <<_ACEOF
4767#line 4767 "configure" 4775#line 4775 "configure"
4768#include "confdefs.h" 4776#include "confdefs.h"
4769#include <stdarg.h> 4777#include <stdarg.h>
4770#include <stdio.h> 4778#include <stdio.h>
@@ -4813,16 +4821,16 @@ for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIO
4813do 4821do
4814 CC="$ac_save_CC $ac_arg" 4822 CC="$ac_save_CC $ac_arg"
4815 rm -f conftest.$ac_objext 4823 rm -f conftest.$ac_objext
4816if { (eval echo "$as_me:4816: \"$ac_compile\"") >&5 4824if { (eval echo "$as_me:4824: \"$ac_compile\"") >&5
4817 (eval $ac_compile) 2>&5 4825 (eval $ac_compile) 2>&5
4818 ac_status=$? 4826 ac_status=$?
4819 echo "$as_me:4819: \$? = $ac_status" >&5 4827 echo "$as_me:4827: \$? = $ac_status" >&5
4820 (exit $ac_status); } && 4828 (exit $ac_status); } &&
4821 { ac_try='test -s conftest.$ac_objext' 4829 { ac_try='test -s conftest.$ac_objext'
4822 { (eval echo "$as_me:4822: \"$ac_try\"") >&5 4830 { (eval echo "$as_me:4830: \"$ac_try\"") >&5
4823 (eval $ac_try) 2>&5 4831 (eval $ac_try) 2>&5
4824 ac_status=$? 4832 ac_status=$?
4825 echo "$as_me:4825: \$? = $ac_status" >&5 4833 echo "$as_me:4833: \$? = $ac_status" >&5
4826 (exit $ac_status); }; }; then 4834 (exit $ac_status); }; }; then
4827 ac_cv_prog_cc_stdc=$ac_arg 4835 ac_cv_prog_cc_stdc=$ac_arg
4828break 4836break
@@ -4839,18 +4847,18 @@ fi
4839 4847
4840case "x$ac_cv_prog_cc_stdc" in 4848case "x$ac_cv_prog_cc_stdc" in
4841 x|xno) 4849 x|xno)
4842 echo "$as_me:4842: result: none needed" >&5 4850 echo "$as_me:4850: result: none needed" >&5
4843echo "${ECHO_T}none needed" >&6 ;; 4851echo "${ECHO_T}none needed" >&6 ;;
4844 *) 4852 *)
4845 echo "$as_me:4845: result: $ac_cv_prog_cc_stdc" >&5 4853 echo "$as_me:4853: result: $ac_cv_prog_cc_stdc" >&5
4846echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 4854echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
4847 CC="$CC $ac_cv_prog_cc_stdc" ;; 4855 CC="$CC $ac_cv_prog_cc_stdc" ;;
4848esac 4856esac
4849 4857
4850echo "$as_me:4850: checking for function prototypes" >&5 4858echo "$as_me:4858: checking for function prototypes" >&5
4851echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6 4859echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6
4852if test "$ac_cv_prog_cc_stdc" != no; then 4860if test "$ac_cv_prog_cc_stdc" != no; then
4853 echo "$as_me:4853: result: yes" >&5 4861 echo "$as_me:4861: result: yes" >&5
4854echo "${ECHO_T}yes" >&6 4862echo "${ECHO_T}yes" >&6
4855 4863
4856cat >>confdefs.h <<\EOF 4864cat >>confdefs.h <<\EOF
@@ -4858,17 +4866,17 @@ cat >>confdefs.h <<\EOF
4858EOF 4866EOF
4859 4867
4860else 4868else
4861 echo "$as_me:4861: result: no" >&5 4869 echo "$as_me:4869: result: no" >&5
4862echo "${ECHO_T}no" >&6 4870echo "${ECHO_T}no" >&6
4863fi 4871fi
4864 4872
4865echo "$as_me:4865: checking for working volatile" >&5 4873echo "$as_me:4873: checking for working volatile" >&5
4866echo $ECHO_N "checking for working volatile... $ECHO_C" >&6 4874echo $ECHO_N "checking for working volatile... $ECHO_C" >&6
4867if test "${ac_cv_c_volatile+set}" = set; then 4875if test "${ac_cv_c_volatile+set}" = set; then
4868 echo $ECHO_N "(cached) $ECHO_C" >&6 4876 echo $ECHO_N "(cached) $ECHO_C" >&6
4869else 4877else
4870 cat >conftest.$ac_ext <<_ACEOF 4878 cat >conftest.$ac_ext <<_ACEOF
4871#line 4871 "configure" 4879#line 4879 "configure"
4872#include "confdefs.h" 4880#include "confdefs.h"
4873 4881
4874int 4882int
@@ -4882,16 +4890,16 @@ int * volatile y;
4882} 4890}
4883_ACEOF 4891_ACEOF
4884rm -f conftest.$ac_objext 4892rm -f conftest.$ac_objext
4885if { (eval echo "$as_me:4885: \"$ac_compile\"") >&5 4893if { (eval echo "$as_me:4893: \"$ac_compile\"") >&5
4886 (eval $ac_compile) 2>&5 4894 (eval $ac_compile) 2>&5
4887 ac_status=$? 4895 ac_status=$?
4888 echo "$as_me:4888: \$? = $ac_status" >&5 4896 echo "$as_me:4896: \$? = $ac_status" >&5
4889 (exit $ac_status); } && 4897 (exit $ac_status); } &&
4890 { ac_try='test -s conftest.$ac_objext' 4898 { ac_try='test -s conftest.$ac_objext'
4891 { (eval echo "$as_me:4891: \"$ac_try\"") >&5 4899 { (eval echo "$as_me:4899: \"$ac_try\"") >&5
4892 (eval $ac_try) 2>&5 4900 (eval $ac_try) 2>&5
4893 ac_status=$? 4901 ac_status=$?
4894 echo "$as_me:4894: \$? = $ac_status" >&5 4902 echo "$as_me:4902: \$? = $ac_status" >&5
4895 (exit $ac_status); }; }; then 4903 (exit $ac_status); }; }; then
4896 ac_cv_c_volatile=yes 4904 ac_cv_c_volatile=yes
4897else 4905else
@@ -4901,7 +4909,7 @@ ac_cv_c_volatile=no
4901fi 4909fi
4902rm -f conftest.$ac_objext conftest.$ac_ext 4910rm -f conftest.$ac_objext conftest.$ac_ext
4903fi 4911fi
4904echo "$as_me:4904: result: $ac_cv_c_volatile" >&5 4912echo "$as_me:4912: result: $ac_cv_c_volatile" >&5
4905echo "${ECHO_T}$ac_cv_c_volatile" >&6 4913echo "${ECHO_T}$ac_cv_c_volatile" >&6
4906if test $ac_cv_c_volatile = no; then 4914if test $ac_cv_c_volatile = no; then
4907 4915
@@ -4911,13 +4919,13 @@ EOF
4911 4919
4912fi 4920fi
4913 4921
4914echo "$as_me:4914: checking for an ANSI C-conforming const" >&5 4922echo "$as_me:4922: checking for an ANSI C-conforming const" >&5
4915echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6 4923echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
4916if test "${ac_cv_c_const+set}" = set; then 4924if test "${ac_cv_c_const+set}" = set; then
4917 echo $ECHO_N "(cached) $ECHO_C" >&6 4925 echo $ECHO_N "(cached) $ECHO_C" >&6
4918else 4926else
4919 cat >conftest.$ac_ext <<_ACEOF 4927 cat >conftest.$ac_ext <<_ACEOF
4920#line 4920 "configure" 4928#line 4928 "configure"
4921#include "confdefs.h" 4929#include "confdefs.h"
4922 4930
4923int 4931int
@@ -4975,16 +4983,16 @@ main ()
4975} 4983}
4976_ACEOF 4984_ACEOF
4977rm -f conftest.$ac_objext 4985rm -f conftest.$ac_objext
4978if { (eval echo "$as_me:4978: \"$ac_compile\"") >&5 4986if { (eval echo "$as_me:4986: \"$ac_compile\"") >&5
4979 (eval $ac_compile) 2>&5 4987 (eval $ac_compile) 2>&5
4980 ac_status=$? 4988 ac_status=$?
4981 echo "$as_me:4981: \$? = $ac_status" >&5 4989 echo "$as_me:4989: \$? = $ac_status" >&5
4982 (exit $ac_status); } && 4990 (exit $ac_status); } &&
4983 { ac_try='test -s conftest.$ac_objext' 4991 { ac_try='test -s conftest.$ac_objext'
4984 { (eval echo "$as_me:4984: \"$ac_try\"") >&5 4992 { (eval echo "$as_me:4992: \"$ac_try\"") >&5
4985 (eval $ac_try) 2>&5 4993 (eval $ac_try) 2>&5
4986 ac_status=$? 4994 ac_status=$?
4987 echo "$as_me:4987: \$? = $ac_status" >&5 4995 echo "$as_me:4995: \$? = $ac_status" >&5
4988 (exit $ac_status); }; }; then 4996 (exit $ac_status); }; }; then
4989 ac_cv_c_const=yes 4997 ac_cv_c_const=yes
4990else 4998else
@@ -4994,7 +5002,7 @@ ac_cv_c_const=no
4994fi 5002fi
4995rm -f conftest.$ac_objext conftest.$ac_ext 5003rm -f conftest.$ac_objext conftest.$ac_ext
4996fi 5004fi
4997echo "$as_me:4997: result: $ac_cv_c_const" >&5 5005echo "$as_me:5005: result: $ac_cv_c_const" >&5
4998echo "${ECHO_T}$ac_cv_c_const" >&6 5006echo "${ECHO_T}$ac_cv_c_const" >&6
4999if test $ac_cv_c_const = no; then 5007if test $ac_cv_c_const = no; then
5000 5008
@@ -5004,13 +5012,13 @@ EOF
5004 5012
5005fi 5013fi
5006 5014
5007echo "$as_me:5007: checking for void * support" >&5 5015echo "$as_me:5015: checking for void * support" >&5
5008echo $ECHO_N "checking for void * support... $ECHO_C" >&6 5016echo $ECHO_N "checking for void * support... $ECHO_C" >&6
5009if test "${emacs_cv_void_star+set}" = set; then 5017if test "${emacs_cv_void_star+set}" = set; then
5010 echo $ECHO_N "(cached) $ECHO_C" >&6 5018 echo $ECHO_N "(cached) $ECHO_C" >&6
5011else 5019else
5012 cat >conftest.$ac_ext <<_ACEOF 5020 cat >conftest.$ac_ext <<_ACEOF
5013#line 5013 "configure" 5021#line 5021 "configure"
5014#include "confdefs.h" 5022#include "confdefs.h"
5015 5023
5016int 5024int
@@ -5022,16 +5030,16 @@ void * foo;
5022} 5030}
5023_ACEOF 5031_ACEOF
5024rm -f conftest.$ac_objext 5032rm -f conftest.$ac_objext
5025if { (eval echo "$as_me:5025: \"$ac_compile\"") >&5 5033if { (eval echo "$as_me:5033: \"$ac_compile\"") >&5
5026 (eval $ac_compile) 2>&5 5034 (eval $ac_compile) 2>&5
5027 ac_status=$? 5035 ac_status=$?
5028 echo "$as_me:5028: \$? = $ac_status" >&5 5036 echo "$as_me:5036: \$? = $ac_status" >&5
5029 (exit $ac_status); } && 5037 (exit $ac_status); } &&
5030 { ac_try='test -s conftest.$ac_objext' 5038 { ac_try='test -s conftest.$ac_objext'
5031 { (eval echo "$as_me:5031: \"$ac_try\"") >&5 5039 { (eval echo "$as_me:5039: \"$ac_try\"") >&5
5032 (eval $ac_try) 2>&5 5040 (eval $ac_try) 2>&5
5033 ac_status=$? 5041 ac_status=$?
5034 echo "$as_me:5034: \$? = $ac_status" >&5 5042 echo "$as_me:5042: \$? = $ac_status" >&5
5035 (exit $ac_status); }; }; then 5043 (exit $ac_status); }; }; then
5036 emacs_cv_void_star=yes 5044 emacs_cv_void_star=yes
5037else 5045else
@@ -5041,7 +5049,7 @@ emacs_cv_void_star=no
5041fi 5049fi
5042rm -f conftest.$ac_objext conftest.$ac_ext 5050rm -f conftest.$ac_objext conftest.$ac_ext
5043fi 5051fi
5044echo "$as_me:5044: result: $emacs_cv_void_star" >&5 5052echo "$as_me:5052: result: $emacs_cv_void_star" >&5
5045echo "${ECHO_T}$emacs_cv_void_star" >&6 5053echo "${ECHO_T}$emacs_cv_void_star" >&6
5046if test $emacs_cv_void_star = yes; then 5054if test $emacs_cv_void_star = yes; then
5047 cat >>confdefs.h <<\EOF 5055 cat >>confdefs.h <<\EOF
@@ -5055,7 +5063,7 @@ EOF
5055 5063
5056fi 5064fi
5057 5065
5058echo "$as_me:5058: checking whether ${MAKE-make} sets \${MAKE}" >&5 5066echo "$as_me:5066: checking whether ${MAKE-make} sets \${MAKE}" >&5
5059echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6 5067echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6
5060set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` 5068set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
5061if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then 5069if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
@@ -5075,16 +5083,16 @@ fi
5075rm -f conftest.make 5083rm -f conftest.make
5076fi 5084fi
5077if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then 5085if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
5078 echo "$as_me:5078: result: yes" >&5 5086 echo "$as_me:5086: result: yes" >&5
5079echo "${ECHO_T}yes" >&6 5087echo "${ECHO_T}yes" >&6
5080 SET_MAKE= 5088 SET_MAKE=
5081else 5089else
5082 echo "$as_me:5082: result: no" >&5 5090 echo "$as_me:5090: result: no" >&5
5083echo "${ECHO_T}no" >&6 5091echo "${ECHO_T}no" >&6
5084 SET_MAKE="MAKE=${MAKE-make}" 5092 SET_MAKE="MAKE=${MAKE-make}"
5085fi 5093fi
5086 5094
5087echo "$as_me:5087: checking for long file names" >&5 5095echo "$as_me:5095: checking for long file names" >&5
5088echo $ECHO_N "checking for long file names... $ECHO_C" >&6 5096echo $ECHO_N "checking for long file names... $ECHO_C" >&6
5089if test "${ac_cv_sys_long_file_names+set}" = set; then 5097if test "${ac_cv_sys_long_file_names+set}" = set; then
5090 echo $ECHO_N "(cached) $ECHO_C" >&6 5098 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5123,7 +5131,7 @@ for ac_dir in . $ac_tmpdirs `eval echo $prefix/lib $exec_prefix/lib` ; do
5123 rm -rf $ac_xdir 2>/dev/null 5131 rm -rf $ac_xdir 2>/dev/null
5124done 5132done
5125fi 5133fi
5126echo "$as_me:5126: result: $ac_cv_sys_long_file_names" >&5 5134echo "$as_me:5134: result: $ac_cv_sys_long_file_names" >&5
5127echo "${ECHO_T}$ac_cv_sys_long_file_names" >&6 5135echo "${ECHO_T}$ac_cv_sys_long_file_names" >&6
5128if test $ac_cv_sys_long_file_names = yes; then 5136if test $ac_cv_sys_long_file_names = yes; then
5129 5137
@@ -5135,7 +5143,7 @@ fi
5135 5143
5136#### Choose a window system. 5144#### Choose a window system.
5137 5145
5138echo "$as_me:5138: checking for X" >&5 5146echo "$as_me:5146: checking for X" >&5
5139echo $ECHO_N "checking for X... $ECHO_C" >&6 5147echo $ECHO_N "checking for X... $ECHO_C" >&6
5140 5148
5141# Check whether --with-x or --without-x was given. 5149# Check whether --with-x or --without-x was given.
@@ -5232,17 +5240,17 @@ if test "$ac_x_includes" = no; then
5232 # Guess where to find include files, by looking for Intrinsic.h. 5240 # Guess where to find include files, by looking for Intrinsic.h.
5233 # First, try using that file with no special directory specified. 5241 # First, try using that file with no special directory specified.
5234 cat >conftest.$ac_ext <<_ACEOF 5242 cat >conftest.$ac_ext <<_ACEOF
5235#line 5235 "configure" 5243#line 5243 "configure"
5236#include "confdefs.h" 5244#include "confdefs.h"
5237#include <X11/Intrinsic.h> 5245#include <X11/Intrinsic.h>
5238_ACEOF 5246_ACEOF
5239if { (eval echo "$as_me:5239: \"$ac_cpp conftest.$ac_ext\"") >&5 5247if { (eval echo "$as_me:5247: \"$ac_cpp conftest.$ac_ext\"") >&5
5240 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 5248 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5241 ac_status=$? 5249 ac_status=$?
5242 egrep -v '^ *\+' conftest.er1 >conftest.err 5250 egrep -v '^ *\+' conftest.er1 >conftest.err
5243 rm -f conftest.er1 5251 rm -f conftest.er1
5244 cat conftest.err >&5 5252 cat conftest.err >&5
5245 echo "$as_me:5245: \$? = $ac_status" >&5 5253 echo "$as_me:5253: \$? = $ac_status" >&5
5246 (exit $ac_status); } >/dev/null; then 5254 (exit $ac_status); } >/dev/null; then
5247 if test -s conftest.err; then 5255 if test -s conftest.err; then
5248 ac_cpp_err=$ac_c_preproc_warn_flag 5256 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -5275,7 +5283,7 @@ if test "$ac_x_libraries" = no; then
5275 ac_save_LIBS=$LIBS 5283 ac_save_LIBS=$LIBS
5276 LIBS="-lXt $LIBS" 5284 LIBS="-lXt $LIBS"
5277 cat >conftest.$ac_ext <<_ACEOF 5285 cat >conftest.$ac_ext <<_ACEOF
5278#line 5278 "configure" 5286#line 5286 "configure"
5279#include "confdefs.h" 5287#include "confdefs.h"
5280#include <X11/Intrinsic.h> 5288#include <X11/Intrinsic.h>
5281int 5289int
@@ -5287,16 +5295,16 @@ XtMalloc (0)
5287} 5295}
5288_ACEOF 5296_ACEOF
5289rm -f conftest.$ac_objext conftest$ac_exeext 5297rm -f conftest.$ac_objext conftest$ac_exeext
5290if { (eval echo "$as_me:5290: \"$ac_link\"") >&5 5298if { (eval echo "$as_me:5298: \"$ac_link\"") >&5
5291 (eval $ac_link) 2>&5 5299 (eval $ac_link) 2>&5
5292 ac_status=$? 5300 ac_status=$?
5293 echo "$as_me:5293: \$? = $ac_status" >&5 5301 echo "$as_me:5301: \$? = $ac_status" >&5
5294 (exit $ac_status); } && 5302 (exit $ac_status); } &&
5295 { ac_try='test -s conftest$ac_exeext' 5303 { ac_try='test -s conftest$ac_exeext'
5296 { (eval echo "$as_me:5296: \"$ac_try\"") >&5 5304 { (eval echo "$as_me:5304: \"$ac_try\"") >&5
5297 (eval $ac_try) 2>&5 5305 (eval $ac_try) 2>&5
5298 ac_status=$? 5306 ac_status=$?
5299 echo "$as_me:5299: \$? = $ac_status" >&5 5307 echo "$as_me:5307: \$? = $ac_status" >&5
5300 (exit $ac_status); }; }; then 5308 (exit $ac_status); }; }; then
5301 LIBS=$ac_save_LIBS 5309 LIBS=$ac_save_LIBS
5302# We can link X programs with no special library path. 5310# We can link X programs with no special library path.
@@ -5334,7 +5342,7 @@ fi
5334fi # $with_x != no 5342fi # $with_x != no
5335 5343
5336if test "$have_x" != yes; then 5344if test "$have_x" != yes; then
5337 echo "$as_me:5337: result: $have_x" >&5 5345 echo "$as_me:5345: result: $have_x" >&5
5338echo "${ECHO_T}$have_x" >&6 5346echo "${ECHO_T}$have_x" >&6
5339 no_x=yes 5347 no_x=yes
5340else 5348else
@@ -5344,7 +5352,7 @@ else
5344 # Update the cache value to reflect the command line values. 5352 # Update the cache value to reflect the command line values.
5345 ac_cv_have_x="have_x=yes \ 5353 ac_cv_have_x="have_x=yes \
5346 ac_x_includes=$x_includes ac_x_libraries=$x_libraries" 5354 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
5347 echo "$as_me:5347: result: libraries $x_libraries, headers $x_includes" >&5 5355 echo "$as_me:5355: result: libraries $x_libraries, headers $x_includes" >&5
5348echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6 5356echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6
5349fi 5357fi
5350 5358
@@ -5442,13 +5450,13 @@ UNEXEC_SRC="`echo ${unexec} | sed 's/\.o/.c/'`"
5442# Assume not, until told otherwise. 5450# Assume not, until told otherwise.
5443GNU_MALLOC=yes 5451GNU_MALLOC=yes
5444doug_lea_malloc=yes 5452doug_lea_malloc=yes
5445echo "$as_me:5445: checking for malloc_get_state" >&5 5453echo "$as_me:5453: checking for malloc_get_state" >&5
5446echo $ECHO_N "checking for malloc_get_state... $ECHO_C" >&6 5454echo $ECHO_N "checking for malloc_get_state... $ECHO_C" >&6
5447if test "${ac_cv_func_malloc_get_state+set}" = set; then 5455if test "${ac_cv_func_malloc_get_state+set}" = set; then
5448 echo $ECHO_N "(cached) $ECHO_C" >&6 5456 echo $ECHO_N "(cached) $ECHO_C" >&6
5449else 5457else
5450 cat >conftest.$ac_ext <<_ACEOF 5458 cat >conftest.$ac_ext <<_ACEOF
5451#line 5451 "configure" 5459#line 5459 "configure"
5452#include "confdefs.h" 5460#include "confdefs.h"
5453/* System header to define __stub macros and hopefully few prototypes, 5461/* System header to define __stub macros and hopefully few prototypes,
5454 which can conflict with char malloc_get_state (); below. */ 5462 which can conflict with char malloc_get_state (); below. */
@@ -5479,16 +5487,16 @@ f = malloc_get_state;
5479} 5487}
5480_ACEOF 5488_ACEOF
5481rm -f conftest.$ac_objext conftest$ac_exeext 5489rm -f conftest.$ac_objext conftest$ac_exeext
5482if { (eval echo "$as_me:5482: \"$ac_link\"") >&5 5490if { (eval echo "$as_me:5490: \"$ac_link\"") >&5
5483 (eval $ac_link) 2>&5 5491 (eval $ac_link) 2>&5
5484 ac_status=$? 5492 ac_status=$?
5485 echo "$as_me:5485: \$? = $ac_status" >&5 5493 echo "$as_me:5493: \$? = $ac_status" >&5
5486 (exit $ac_status); } && 5494 (exit $ac_status); } &&
5487 { ac_try='test -s conftest$ac_exeext' 5495 { ac_try='test -s conftest$ac_exeext'
5488 { (eval echo "$as_me:5488: \"$ac_try\"") >&5 5496 { (eval echo "$as_me:5496: \"$ac_try\"") >&5
5489 (eval $ac_try) 2>&5 5497 (eval $ac_try) 2>&5
5490 ac_status=$? 5498 ac_status=$?
5491 echo "$as_me:5491: \$? = $ac_status" >&5 5499 echo "$as_me:5499: \$? = $ac_status" >&5
5492 (exit $ac_status); }; }; then 5500 (exit $ac_status); }; }; then
5493 ac_cv_func_malloc_get_state=yes 5501 ac_cv_func_malloc_get_state=yes
5494else 5502else
@@ -5498,7 +5506,7 @@ ac_cv_func_malloc_get_state=no
5498fi 5506fi
5499rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5507rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5500fi 5508fi
5501echo "$as_me:5501: result: $ac_cv_func_malloc_get_state" >&5 5509echo "$as_me:5509: result: $ac_cv_func_malloc_get_state" >&5
5502echo "${ECHO_T}$ac_cv_func_malloc_get_state" >&6 5510echo "${ECHO_T}$ac_cv_func_malloc_get_state" >&6
5503if test $ac_cv_func_malloc_get_state = yes; then 5511if test $ac_cv_func_malloc_get_state = yes; then
5504 : 5512 :
@@ -5506,13 +5514,13 @@ else
5506 doug_lea_malloc=no 5514 doug_lea_malloc=no
5507fi 5515fi
5508 5516
5509echo "$as_me:5509: checking for malloc_set_state" >&5 5517echo "$as_me:5517: checking for malloc_set_state" >&5
5510echo $ECHO_N "checking for malloc_set_state... $ECHO_C" >&6 5518echo $ECHO_N "checking for malloc_set_state... $ECHO_C" >&6
5511if test "${ac_cv_func_malloc_set_state+set}" = set; then 5519if test "${ac_cv_func_malloc_set_state+set}" = set; then
5512 echo $ECHO_N "(cached) $ECHO_C" >&6 5520 echo $ECHO_N "(cached) $ECHO_C" >&6
5513else 5521else
5514 cat >conftest.$ac_ext <<_ACEOF 5522 cat >conftest.$ac_ext <<_ACEOF
5515#line 5515 "configure" 5523#line 5523 "configure"
5516#include "confdefs.h" 5524#include "confdefs.h"
5517/* System header to define __stub macros and hopefully few prototypes, 5525/* System header to define __stub macros and hopefully few prototypes,
5518 which can conflict with char malloc_set_state (); below. */ 5526 which can conflict with char malloc_set_state (); below. */
@@ -5543,16 +5551,16 @@ f = malloc_set_state;
5543} 5551}
5544_ACEOF 5552_ACEOF
5545rm -f conftest.$ac_objext conftest$ac_exeext 5553rm -f conftest.$ac_objext conftest$ac_exeext
5546if { (eval echo "$as_me:5546: \"$ac_link\"") >&5 5554if { (eval echo "$as_me:5554: \"$ac_link\"") >&5
5547 (eval $ac_link) 2>&5 5555 (eval $ac_link) 2>&5
5548 ac_status=$? 5556 ac_status=$?
5549 echo "$as_me:5549: \$? = $ac_status" >&5 5557 echo "$as_me:5557: \$? = $ac_status" >&5
5550 (exit $ac_status); } && 5558 (exit $ac_status); } &&
5551 { ac_try='test -s conftest$ac_exeext' 5559 { ac_try='test -s conftest$ac_exeext'
5552 { (eval echo "$as_me:5552: \"$ac_try\"") >&5 5560 { (eval echo "$as_me:5560: \"$ac_try\"") >&5
5553 (eval $ac_try) 2>&5 5561 (eval $ac_try) 2>&5
5554 ac_status=$? 5562 ac_status=$?
5555 echo "$as_me:5555: \$? = $ac_status" >&5 5563 echo "$as_me:5563: \$? = $ac_status" >&5
5556 (exit $ac_status); }; }; then 5564 (exit $ac_status); }; }; then
5557 ac_cv_func_malloc_set_state=yes 5565 ac_cv_func_malloc_set_state=yes
5558else 5566else
@@ -5562,7 +5570,7 @@ ac_cv_func_malloc_set_state=no
5562fi 5570fi
5563rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5571rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5564fi 5572fi
5565echo "$as_me:5565: result: $ac_cv_func_malloc_set_state" >&5 5573echo "$as_me:5573: result: $ac_cv_func_malloc_set_state" >&5
5566echo "${ECHO_T}$ac_cv_func_malloc_set_state" >&6 5574echo "${ECHO_T}$ac_cv_func_malloc_set_state" >&6
5567if test $ac_cv_func_malloc_set_state = yes; then 5575if test $ac_cv_func_malloc_set_state = yes; then
5568 : 5576 :
@@ -5570,13 +5578,13 @@ else
5570 doug_lea_malloc=no 5578 doug_lea_malloc=no
5571fi 5579fi
5572 5580
5573echo "$as_me:5573: checking whether __after_morecore_hook exists" >&5 5581echo "$as_me:5581: checking whether __after_morecore_hook exists" >&5
5574echo $ECHO_N "checking whether __after_morecore_hook exists... $ECHO_C" >&6 5582echo $ECHO_N "checking whether __after_morecore_hook exists... $ECHO_C" >&6
5575if test "${emacs_cv_var___after_morecore_hook+set}" = set; then 5583if test "${emacs_cv_var___after_morecore_hook+set}" = set; then
5576 echo $ECHO_N "(cached) $ECHO_C" >&6 5584 echo $ECHO_N "(cached) $ECHO_C" >&6
5577else 5585else
5578 cat >conftest.$ac_ext <<_ACEOF 5586 cat >conftest.$ac_ext <<_ACEOF
5579#line 5579 "configure" 5587#line 5587 "configure"
5580#include "confdefs.h" 5588#include "confdefs.h"
5581extern void (* __after_morecore_hook)(); 5589extern void (* __after_morecore_hook)();
5582int 5590int
@@ -5588,16 +5596,16 @@ __after_morecore_hook = 0
5588} 5596}
5589_ACEOF 5597_ACEOF
5590rm -f conftest.$ac_objext conftest$ac_exeext 5598rm -f conftest.$ac_objext conftest$ac_exeext
5591if { (eval echo "$as_me:5591: \"$ac_link\"") >&5 5599if { (eval echo "$as_me:5599: \"$ac_link\"") >&5
5592 (eval $ac_link) 2>&5 5600 (eval $ac_link) 2>&5
5593 ac_status=$? 5601 ac_status=$?
5594 echo "$as_me:5594: \$? = $ac_status" >&5 5602 echo "$as_me:5602: \$? = $ac_status" >&5
5595 (exit $ac_status); } && 5603 (exit $ac_status); } &&
5596 { ac_try='test -s conftest$ac_exeext' 5604 { ac_try='test -s conftest$ac_exeext'
5597 { (eval echo "$as_me:5597: \"$ac_try\"") >&5 5605 { (eval echo "$as_me:5605: \"$ac_try\"") >&5
5598 (eval $ac_try) 2>&5 5606 (eval $ac_try) 2>&5
5599 ac_status=$? 5607 ac_status=$?
5600 echo "$as_me:5600: \$? = $ac_status" >&5 5608 echo "$as_me:5608: \$? = $ac_status" >&5
5601 (exit $ac_status); }; }; then 5609 (exit $ac_status); }; }; then
5602 emacs_cv_var___after_morecore_hook=yes 5610 emacs_cv_var___after_morecore_hook=yes
5603else 5611else
@@ -5607,7 +5615,7 @@ emacs_cv_var___after_morecore_hook=no
5607fi 5615fi
5608rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5616rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5609fi 5617fi
5610echo "$as_me:5610: result: $emacs_cv_var___after_morecore_hook" >&5 5618echo "$as_me:5618: result: $emacs_cv_var___after_morecore_hook" >&5
5611echo "${ECHO_T}$emacs_cv_var___after_morecore_hook" >&6 5619echo "${ECHO_T}$emacs_cv_var___after_morecore_hook" >&6
5612if test $emacs_cv_var___after_morecore_hook = no; then 5620if test $emacs_cv_var___after_morecore_hook = no; then
5613 doug_lea_malloc=no 5621 doug_lea_malloc=no
@@ -5638,28 +5646,28 @@ for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5638 inttypes.h stdint.h unistd.h 5646 inttypes.h stdint.h unistd.h
5639do 5647do
5640as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 5648as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5641echo "$as_me:5641: checking for $ac_header" >&5 5649echo "$as_me:5649: checking for $ac_header" >&5
5642echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 5650echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5643if eval "test \"\${$as_ac_Header+set}\" = set"; then 5651if eval "test \"\${$as_ac_Header+set}\" = set"; then
5644 echo $ECHO_N "(cached) $ECHO_C" >&6 5652 echo $ECHO_N "(cached) $ECHO_C" >&6
5645else 5653else
5646 cat >conftest.$ac_ext <<_ACEOF 5654 cat >conftest.$ac_ext <<_ACEOF
5647#line 5647 "configure" 5655#line 5655 "configure"
5648#include "confdefs.h" 5656#include "confdefs.h"
5649$ac_includes_default 5657$ac_includes_default
5650#include <$ac_header> 5658#include <$ac_header>
5651_ACEOF 5659_ACEOF
5652rm -f conftest.$ac_objext 5660rm -f conftest.$ac_objext
5653if { (eval echo "$as_me:5653: \"$ac_compile\"") >&5 5661if { (eval echo "$as_me:5661: \"$ac_compile\"") >&5
5654 (eval $ac_compile) 2>&5 5662 (eval $ac_compile) 2>&5
5655 ac_status=$? 5663 ac_status=$?
5656 echo "$as_me:5656: \$? = $ac_status" >&5 5664 echo "$as_me:5664: \$? = $ac_status" >&5
5657 (exit $ac_status); } && 5665 (exit $ac_status); } &&
5658 { ac_try='test -s conftest.$ac_objext' 5666 { ac_try='test -s conftest.$ac_objext'
5659 { (eval echo "$as_me:5659: \"$ac_try\"") >&5 5667 { (eval echo "$as_me:5667: \"$ac_try\"") >&5
5660 (eval $ac_try) 2>&5 5668 (eval $ac_try) 2>&5
5661 ac_status=$? 5669 ac_status=$?
5662 echo "$as_me:5662: \$? = $ac_status" >&5 5670 echo "$as_me:5670: \$? = $ac_status" >&5
5663 (exit $ac_status); }; }; then 5671 (exit $ac_status); }; }; then
5664 eval "$as_ac_Header=yes" 5672 eval "$as_ac_Header=yes"
5665else 5673else
@@ -5669,7 +5677,7 @@ eval "$as_ac_Header=no"
5669fi 5677fi
5670rm -f conftest.$ac_objext conftest.$ac_ext 5678rm -f conftest.$ac_objext conftest.$ac_ext
5671fi 5679fi
5672echo "$as_me:5672: result: `eval echo '${'$as_ac_Header'}'`" >&5 5680echo "$as_me:5680: result: `eval echo '${'$as_ac_Header'}'`" >&5
5673echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 5681echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5674if test `eval echo '${'$as_ac_Header'}'` = yes; then 5682if test `eval echo '${'$as_ac_Header'}'` = yes; then
5675 cat >>confdefs.h <<EOF 5683 cat >>confdefs.h <<EOF
@@ -5682,23 +5690,23 @@ done
5682for ac_header in stdlib.h unistd.h 5690for ac_header in stdlib.h unistd.h
5683do 5691do
5684as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 5692as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5685echo "$as_me:5685: checking for $ac_header" >&5 5693echo "$as_me:5693: checking for $ac_header" >&5
5686echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 5694echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5687if eval "test \"\${$as_ac_Header+set}\" = set"; then 5695if eval "test \"\${$as_ac_Header+set}\" = set"; then
5688 echo $ECHO_N "(cached) $ECHO_C" >&6 5696 echo $ECHO_N "(cached) $ECHO_C" >&6
5689else 5697else
5690 cat >conftest.$ac_ext <<_ACEOF 5698 cat >conftest.$ac_ext <<_ACEOF
5691#line 5691 "configure" 5699#line 5699 "configure"
5692#include "confdefs.h" 5700#include "confdefs.h"
5693#include <$ac_header> 5701#include <$ac_header>
5694_ACEOF 5702_ACEOF
5695if { (eval echo "$as_me:5695: \"$ac_cpp conftest.$ac_ext\"") >&5 5703if { (eval echo "$as_me:5703: \"$ac_cpp conftest.$ac_ext\"") >&5
5696 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 5704 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5697 ac_status=$? 5705 ac_status=$?
5698 egrep -v '^ *\+' conftest.er1 >conftest.err 5706 egrep -v '^ *\+' conftest.er1 >conftest.err
5699 rm -f conftest.er1 5707 rm -f conftest.er1
5700 cat conftest.err >&5 5708 cat conftest.err >&5
5701 echo "$as_me:5701: \$? = $ac_status" >&5 5709 echo "$as_me:5709: \$? = $ac_status" >&5
5702 (exit $ac_status); } >/dev/null; then 5710 (exit $ac_status); } >/dev/null; then
5703 if test -s conftest.err; then 5711 if test -s conftest.err; then
5704 ac_cpp_err=$ac_c_preproc_warn_flag 5712 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -5717,7 +5725,7 @@ else
5717fi 5725fi
5718rm -f conftest.err conftest.$ac_ext 5726rm -f conftest.err conftest.$ac_ext
5719fi 5727fi
5720echo "$as_me:5720: result: `eval echo '${'$as_ac_Header'}'`" >&5 5728echo "$as_me:5728: result: `eval echo '${'$as_ac_Header'}'`" >&5
5721echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 5729echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5722if test `eval echo '${'$as_ac_Header'}'` = yes; then 5730if test `eval echo '${'$as_ac_Header'}'` = yes; then
5723 cat >>confdefs.h <<EOF 5731 cat >>confdefs.h <<EOF
@@ -5730,13 +5738,13 @@ done
5730for ac_func in getpagesize 5738for ac_func in getpagesize
5731do 5739do
5732as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 5740as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
5733echo "$as_me:5733: checking for $ac_func" >&5 5741echo "$as_me:5741: checking for $ac_func" >&5
5734echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 5742echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
5735if eval "test \"\${$as_ac_var+set}\" = set"; then 5743if eval "test \"\${$as_ac_var+set}\" = set"; then
5736 echo $ECHO_N "(cached) $ECHO_C" >&6 5744 echo $ECHO_N "(cached) $ECHO_C" >&6
5737else 5745else
5738 cat >conftest.$ac_ext <<_ACEOF 5746 cat >conftest.$ac_ext <<_ACEOF
5739#line 5739 "configure" 5747#line 5747 "configure"
5740#include "confdefs.h" 5748#include "confdefs.h"
5741/* System header to define __stub macros and hopefully few prototypes, 5749/* System header to define __stub macros and hopefully few prototypes,
5742 which can conflict with char $ac_func (); below. */ 5750 which can conflict with char $ac_func (); below. */
@@ -5767,16 +5775,16 @@ f = $ac_func;
5767} 5775}
5768_ACEOF 5776_ACEOF
5769rm -f conftest.$ac_objext conftest$ac_exeext 5777rm -f conftest.$ac_objext conftest$ac_exeext
5770if { (eval echo "$as_me:5770: \"$ac_link\"") >&5 5778if { (eval echo "$as_me:5778: \"$ac_link\"") >&5
5771 (eval $ac_link) 2>&5 5779 (eval $ac_link) 2>&5
5772 ac_status=$? 5780 ac_status=$?
5773 echo "$as_me:5773: \$? = $ac_status" >&5 5781 echo "$as_me:5781: \$? = $ac_status" >&5
5774 (exit $ac_status); } && 5782 (exit $ac_status); } &&
5775 { ac_try='test -s conftest$ac_exeext' 5783 { ac_try='test -s conftest$ac_exeext'
5776 { (eval echo "$as_me:5776: \"$ac_try\"") >&5 5784 { (eval echo "$as_me:5784: \"$ac_try\"") >&5
5777 (eval $ac_try) 2>&5 5785 (eval $ac_try) 2>&5
5778 ac_status=$? 5786 ac_status=$?
5779 echo "$as_me:5779: \$? = $ac_status" >&5 5787 echo "$as_me:5787: \$? = $ac_status" >&5
5780 (exit $ac_status); }; }; then 5788 (exit $ac_status); }; }; then
5781 eval "$as_ac_var=yes" 5789 eval "$as_ac_var=yes"
5782else 5790else
@@ -5786,7 +5794,7 @@ eval "$as_ac_var=no"
5786fi 5794fi
5787rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5795rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5788fi 5796fi
5789echo "$as_me:5789: result: `eval echo '${'$as_ac_var'}'`" >&5 5797echo "$as_me:5797: result: `eval echo '${'$as_ac_var'}'`" >&5
5790echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 5798echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
5791if test `eval echo '${'$as_ac_var'}'` = yes; then 5799if test `eval echo '${'$as_ac_var'}'` = yes; then
5792 cat >>confdefs.h <<EOF 5800 cat >>confdefs.h <<EOF
@@ -5796,7 +5804,7 @@ EOF
5796fi 5804fi
5797done 5805done
5798 5806
5799echo "$as_me:5799: checking for working mmap" >&5 5807echo "$as_me:5807: checking for working mmap" >&5
5800echo $ECHO_N "checking for working mmap... $ECHO_C" >&6 5808echo $ECHO_N "checking for working mmap... $ECHO_C" >&6
5801if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then 5809if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then
5802 echo $ECHO_N "(cached) $ECHO_C" >&6 5810 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5805,7 +5813,7 @@ else
5805 ac_cv_func_mmap_fixed_mapped=no 5813 ac_cv_func_mmap_fixed_mapped=no
5806else 5814else
5807 cat >conftest.$ac_ext <<_ACEOF 5815 cat >conftest.$ac_ext <<_ACEOF
5808#line 5808 "configure" 5816#line 5816 "configure"
5809#include "confdefs.h" 5817#include "confdefs.h"
5810$ac_includes_default 5818$ac_includes_default
5811/* Thanks to Mike Haertel and Jim Avera for this test. 5819/* Thanks to Mike Haertel and Jim Avera for this test.
@@ -5932,15 +5940,15 @@ main ()
5932} 5940}
5933_ACEOF 5941_ACEOF
5934rm -f conftest$ac_exeext 5942rm -f conftest$ac_exeext
5935if { (eval echo "$as_me:5935: \"$ac_link\"") >&5 5943if { (eval echo "$as_me:5943: \"$ac_link\"") >&5
5936 (eval $ac_link) 2>&5 5944 (eval $ac_link) 2>&5
5937 ac_status=$? 5945 ac_status=$?
5938 echo "$as_me:5938: \$? = $ac_status" >&5 5946 echo "$as_me:5946: \$? = $ac_status" >&5
5939 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 5947 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5940 { (eval echo "$as_me:5940: \"$ac_try\"") >&5 5948 { (eval echo "$as_me:5948: \"$ac_try\"") >&5
5941 (eval $ac_try) 2>&5 5949 (eval $ac_try) 2>&5
5942 ac_status=$? 5950 ac_status=$?
5943 echo "$as_me:5943: \$? = $ac_status" >&5 5951 echo "$as_me:5951: \$? = $ac_status" >&5
5944 (exit $ac_status); }; }; then 5952 (exit $ac_status); }; }; then
5945 ac_cv_func_mmap_fixed_mapped=yes 5953 ac_cv_func_mmap_fixed_mapped=yes
5946else 5954else
@@ -5952,7 +5960,7 @@ fi
5952rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 5960rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5953fi 5961fi
5954fi 5962fi
5955echo "$as_me:5955: result: $ac_cv_func_mmap_fixed_mapped" >&5 5963echo "$as_me:5963: result: $ac_cv_func_mmap_fixed_mapped" >&5
5956echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6 5964echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6
5957if test $ac_cv_func_mmap_fixed_mapped = yes; then 5965if test $ac_cv_func_mmap_fixed_mapped = yes; then
5958 5966
@@ -5969,7 +5977,7 @@ fi
5969 5977
5970LIBS="$libsrc_libs $LIBS" 5978LIBS="$libsrc_libs $LIBS"
5971 5979
5972echo "$as_me:5972: checking for dnet_ntoa in -ldnet" >&5 5980echo "$as_me:5980: checking for dnet_ntoa in -ldnet" >&5
5973echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6 5981echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
5974if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then 5982if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
5975 echo $ECHO_N "(cached) $ECHO_C" >&6 5983 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5977,7 +5985,7 @@ else
5977 ac_check_lib_save_LIBS=$LIBS 5985 ac_check_lib_save_LIBS=$LIBS
5978LIBS="-ldnet $LIBS" 5986LIBS="-ldnet $LIBS"
5979cat >conftest.$ac_ext <<_ACEOF 5987cat >conftest.$ac_ext <<_ACEOF
5980#line 5980 "configure" 5988#line 5988 "configure"
5981#include "confdefs.h" 5989#include "confdefs.h"
5982 5990
5983/* Override any gcc2 internal prototype to avoid an error. */ 5991/* Override any gcc2 internal prototype to avoid an error. */
@@ -5996,16 +6004,16 @@ dnet_ntoa ();
5996} 6004}
5997_ACEOF 6005_ACEOF
5998rm -f conftest.$ac_objext conftest$ac_exeext 6006rm -f conftest.$ac_objext conftest$ac_exeext
5999if { (eval echo "$as_me:5999: \"$ac_link\"") >&5 6007if { (eval echo "$as_me:6007: \"$ac_link\"") >&5
6000 (eval $ac_link) 2>&5 6008 (eval $ac_link) 2>&5
6001 ac_status=$? 6009 ac_status=$?
6002 echo "$as_me:6002: \$? = $ac_status" >&5 6010 echo "$as_me:6010: \$? = $ac_status" >&5
6003 (exit $ac_status); } && 6011 (exit $ac_status); } &&
6004 { ac_try='test -s conftest$ac_exeext' 6012 { ac_try='test -s conftest$ac_exeext'
6005 { (eval echo "$as_me:6005: \"$ac_try\"") >&5 6013 { (eval echo "$as_me:6013: \"$ac_try\"") >&5
6006 (eval $ac_try) 2>&5 6014 (eval $ac_try) 2>&5
6007 ac_status=$? 6015 ac_status=$?
6008 echo "$as_me:6008: \$? = $ac_status" >&5 6016 echo "$as_me:6016: \$? = $ac_status" >&5
6009 (exit $ac_status); }; }; then 6017 (exit $ac_status); }; }; then
6010 ac_cv_lib_dnet_dnet_ntoa=yes 6018 ac_cv_lib_dnet_dnet_ntoa=yes
6011else 6019else
@@ -6016,7 +6024,7 @@ fi
6016rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6024rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6017LIBS=$ac_check_lib_save_LIBS 6025LIBS=$ac_check_lib_save_LIBS
6018fi 6026fi
6019echo "$as_me:6019: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 6027echo "$as_me:6027: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
6020echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6 6028echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
6021if test $ac_cv_lib_dnet_dnet_ntoa = yes; then 6029if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
6022 cat >>confdefs.h <<EOF 6030 cat >>confdefs.h <<EOF
@@ -6027,7 +6035,7 @@ EOF
6027 6035
6028fi 6036fi
6029 6037
6030echo "$as_me:6030: checking for main in -lXbsd" >&5 6038echo "$as_me:6038: checking for main in -lXbsd" >&5
6031echo $ECHO_N "checking for main in -lXbsd... $ECHO_C" >&6 6039echo $ECHO_N "checking for main in -lXbsd... $ECHO_C" >&6
6032if test "${ac_cv_lib_Xbsd_main+set}" = set; then 6040if test "${ac_cv_lib_Xbsd_main+set}" = set; then
6033 echo $ECHO_N "(cached) $ECHO_C" >&6 6041 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6035,7 +6043,7 @@ else
6035 ac_check_lib_save_LIBS=$LIBS 6043 ac_check_lib_save_LIBS=$LIBS
6036LIBS="-lXbsd $LIBS" 6044LIBS="-lXbsd $LIBS"
6037cat >conftest.$ac_ext <<_ACEOF 6045cat >conftest.$ac_ext <<_ACEOF
6038#line 6038 "configure" 6046#line 6046 "configure"
6039#include "confdefs.h" 6047#include "confdefs.h"
6040 6048
6041int 6049int
@@ -6047,16 +6055,16 @@ main ();
6047} 6055}
6048_ACEOF 6056_ACEOF
6049rm -f conftest.$ac_objext conftest$ac_exeext 6057rm -f conftest.$ac_objext conftest$ac_exeext
6050if { (eval echo "$as_me:6050: \"$ac_link\"") >&5 6058if { (eval echo "$as_me:6058: \"$ac_link\"") >&5
6051 (eval $ac_link) 2>&5 6059 (eval $ac_link) 2>&5
6052 ac_status=$? 6060 ac_status=$?
6053 echo "$as_me:6053: \$? = $ac_status" >&5 6061 echo "$as_me:6061: \$? = $ac_status" >&5
6054 (exit $ac_status); } && 6062 (exit $ac_status); } &&
6055 { ac_try='test -s conftest$ac_exeext' 6063 { ac_try='test -s conftest$ac_exeext'
6056 { (eval echo "$as_me:6056: \"$ac_try\"") >&5 6064 { (eval echo "$as_me:6064: \"$ac_try\"") >&5
6057 (eval $ac_try) 2>&5 6065 (eval $ac_try) 2>&5
6058 ac_status=$? 6066 ac_status=$?
6059 echo "$as_me:6059: \$? = $ac_status" >&5 6067 echo "$as_me:6067: \$? = $ac_status" >&5
6060 (exit $ac_status); }; }; then 6068 (exit $ac_status); }; }; then
6061 ac_cv_lib_Xbsd_main=yes 6069 ac_cv_lib_Xbsd_main=yes
6062else 6070else
@@ -6067,13 +6075,13 @@ fi
6067rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6075rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6068LIBS=$ac_check_lib_save_LIBS 6076LIBS=$ac_check_lib_save_LIBS
6069fi 6077fi
6070echo "$as_me:6070: result: $ac_cv_lib_Xbsd_main" >&5 6078echo "$as_me:6078: result: $ac_cv_lib_Xbsd_main" >&5
6071echo "${ECHO_T}$ac_cv_lib_Xbsd_main" >&6 6079echo "${ECHO_T}$ac_cv_lib_Xbsd_main" >&6
6072if test $ac_cv_lib_Xbsd_main = yes; then 6080if test $ac_cv_lib_Xbsd_main = yes; then
6073 LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd" 6081 LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd"
6074fi 6082fi
6075 6083
6076echo "$as_me:6076: checking for cma_open in -lpthreads" >&5 6084echo "$as_me:6084: checking for cma_open in -lpthreads" >&5
6077echo $ECHO_N "checking for cma_open in -lpthreads... $ECHO_C" >&6 6085echo $ECHO_N "checking for cma_open in -lpthreads... $ECHO_C" >&6
6078if test "${ac_cv_lib_pthreads_cma_open+set}" = set; then 6086if test "${ac_cv_lib_pthreads_cma_open+set}" = set; then
6079 echo $ECHO_N "(cached) $ECHO_C" >&6 6087 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6081,7 +6089,7 @@ else
6081 ac_check_lib_save_LIBS=$LIBS 6089 ac_check_lib_save_LIBS=$LIBS
6082LIBS="-lpthreads $LIBS" 6090LIBS="-lpthreads $LIBS"
6083cat >conftest.$ac_ext <<_ACEOF 6091cat >conftest.$ac_ext <<_ACEOF
6084#line 6084 "configure" 6092#line 6092 "configure"
6085#include "confdefs.h" 6093#include "confdefs.h"
6086 6094
6087/* Override any gcc2 internal prototype to avoid an error. */ 6095/* Override any gcc2 internal prototype to avoid an error. */
@@ -6100,16 +6108,16 @@ cma_open ();
6100} 6108}
6101_ACEOF 6109_ACEOF
6102rm -f conftest.$ac_objext conftest$ac_exeext 6110rm -f conftest.$ac_objext conftest$ac_exeext
6103if { (eval echo "$as_me:6103: \"$ac_link\"") >&5 6111if { (eval echo "$as_me:6111: \"$ac_link\"") >&5
6104 (eval $ac_link) 2>&5 6112 (eval $ac_link) 2>&5
6105 ac_status=$? 6113 ac_status=$?
6106 echo "$as_me:6106: \$? = $ac_status" >&5 6114 echo "$as_me:6114: \$? = $ac_status" >&5
6107 (exit $ac_status); } && 6115 (exit $ac_status); } &&
6108 { ac_try='test -s conftest$ac_exeext' 6116 { ac_try='test -s conftest$ac_exeext'
6109 { (eval echo "$as_me:6109: \"$ac_try\"") >&5 6117 { (eval echo "$as_me:6117: \"$ac_try\"") >&5
6110 (eval $ac_try) 2>&5 6118 (eval $ac_try) 2>&5
6111 ac_status=$? 6119 ac_status=$?
6112 echo "$as_me:6112: \$? = $ac_status" >&5 6120 echo "$as_me:6120: \$? = $ac_status" >&5
6113 (exit $ac_status); }; }; then 6121 (exit $ac_status); }; }; then
6114 ac_cv_lib_pthreads_cma_open=yes 6122 ac_cv_lib_pthreads_cma_open=yes
6115else 6123else
@@ -6120,7 +6128,7 @@ fi
6120rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6128rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6121LIBS=$ac_check_lib_save_LIBS 6129LIBS=$ac_check_lib_save_LIBS
6122fi 6130fi
6123echo "$as_me:6123: result: $ac_cv_lib_pthreads_cma_open" >&5 6131echo "$as_me:6131: result: $ac_cv_lib_pthreads_cma_open" >&5
6124echo "${ECHO_T}$ac_cv_lib_pthreads_cma_open" >&6 6132echo "${ECHO_T}$ac_cv_lib_pthreads_cma_open" >&6
6125if test $ac_cv_lib_pthreads_cma_open = yes; then 6133if test $ac_cv_lib_pthreads_cma_open = yes; then
6126 cat >>confdefs.h <<EOF 6134 cat >>confdefs.h <<EOF
@@ -6131,7 +6139,7 @@ EOF
6131 6139
6132fi 6140fi
6133 6141
6134echo "$as_me:6134: checking for XFree86 in /usr/X386" >&5 6142echo "$as_me:6142: checking for XFree86 in /usr/X386" >&5
6135echo $ECHO_N "checking for XFree86 in /usr/X386... $ECHO_C" >&6 6143echo $ECHO_N "checking for XFree86 in /usr/X386... $ECHO_C" >&6
6136if test -d /usr/X386/include; then 6144if test -d /usr/X386/include; then
6137 HAVE_XFREE386=yes 6145 HAVE_XFREE386=yes
@@ -6139,7 +6147,7 @@ if test -d /usr/X386/include; then
6139else 6147else
6140 HAVE_XFREE386=no 6148 HAVE_XFREE386=no
6141fi 6149fi
6142echo "$as_me:6142: result: $HAVE_XFREE386" >&5 6150echo "$as_me:6150: result: $HAVE_XFREE386" >&5
6143echo "${ECHO_T}$HAVE_XFREE386" >&6 6151echo "${ECHO_T}$HAVE_XFREE386" >&6
6144 6152
6145# Change CFLAGS temporarily so that C_SWITCH_X_SITE gets used 6153# Change CFLAGS temporarily so that C_SWITCH_X_SITE gets used
@@ -6164,10 +6172,10 @@ if test "${HAVE_X11}" = "yes"; then
6164 fi 6172 fi
6165 6173
6166 if test "${opsys}" = "gnu-linux"; then 6174 if test "${opsys}" = "gnu-linux"; then
6167 echo "$as_me:6167: checking whether X on GNU/Linux needs -b to link" >&5 6175 echo "$as_me:6175: checking whether X on GNU/Linux needs -b to link" >&5
6168echo $ECHO_N "checking whether X on GNU/Linux needs -b to link... $ECHO_C" >&6 6176echo $ECHO_N "checking whether X on GNU/Linux needs -b to link... $ECHO_C" >&6
6169 cat >conftest.$ac_ext <<_ACEOF 6177 cat >conftest.$ac_ext <<_ACEOF
6170#line 6170 "configure" 6178#line 6178 "configure"
6171#include "confdefs.h" 6179#include "confdefs.h"
6172 6180
6173int 6181int
@@ -6179,16 +6187,16 @@ XOpenDisplay ("foo");
6179} 6187}
6180_ACEOF 6188_ACEOF
6181rm -f conftest.$ac_objext conftest$ac_exeext 6189rm -f conftest.$ac_objext conftest$ac_exeext
6182if { (eval echo "$as_me:6182: \"$ac_link\"") >&5 6190if { (eval echo "$as_me:6190: \"$ac_link\"") >&5
6183 (eval $ac_link) 2>&5 6191 (eval $ac_link) 2>&5
6184 ac_status=$? 6192 ac_status=$?
6185 echo "$as_me:6185: \$? = $ac_status" >&5 6193 echo "$as_me:6193: \$? = $ac_status" >&5
6186 (exit $ac_status); } && 6194 (exit $ac_status); } &&
6187 { ac_try='test -s conftest$ac_exeext' 6195 { ac_try='test -s conftest$ac_exeext'
6188 { (eval echo "$as_me:6188: \"$ac_try\"") >&5 6196 { (eval echo "$as_me:6196: \"$ac_try\"") >&5
6189 (eval $ac_try) 2>&5 6197 (eval $ac_try) 2>&5
6190 ac_status=$? 6198 ac_status=$?
6191 echo "$as_me:6191: \$? = $ac_status" >&5 6199 echo "$as_me:6199: \$? = $ac_status" >&5
6192 (exit $ac_status); }; }; then 6200 (exit $ac_status); }; }; then
6193 xlinux_first_failure=no 6201 xlinux_first_failure=no
6194else 6202else
@@ -6207,7 +6215,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6207 CPPFLAGS="$CPPFLAGS -b i486-linuxaout" 6215 CPPFLAGS="$CPPFLAGS -b i486-linuxaout"
6208 LIBS="$LIBS -b i486-linuxaout" 6216 LIBS="$LIBS -b i486-linuxaout"
6209 cat >conftest.$ac_ext <<_ACEOF 6217 cat >conftest.$ac_ext <<_ACEOF
6210#line 6210 "configure" 6218#line 6218 "configure"
6211#include "confdefs.h" 6219#include "confdefs.h"
6212 6220
6213int 6221int
@@ -6219,16 +6227,16 @@ XOpenDisplay ("foo");
6219} 6227}
6220_ACEOF 6228_ACEOF
6221rm -f conftest.$ac_objext conftest$ac_exeext 6229rm -f conftest.$ac_objext conftest$ac_exeext
6222if { (eval echo "$as_me:6222: \"$ac_link\"") >&5 6230if { (eval echo "$as_me:6230: \"$ac_link\"") >&5
6223 (eval $ac_link) 2>&5 6231 (eval $ac_link) 2>&5
6224 ac_status=$? 6232 ac_status=$?
6225 echo "$as_me:6225: \$? = $ac_status" >&5 6233 echo "$as_me:6233: \$? = $ac_status" >&5
6226 (exit $ac_status); } && 6234 (exit $ac_status); } &&
6227 { ac_try='test -s conftest$ac_exeext' 6235 { ac_try='test -s conftest$ac_exeext'
6228 { (eval echo "$as_me:6228: \"$ac_try\"") >&5 6236 { (eval echo "$as_me:6236: \"$ac_try\"") >&5
6229 (eval $ac_try) 2>&5 6237 (eval $ac_try) 2>&5
6230 ac_status=$? 6238 ac_status=$?
6231 echo "$as_me:6231: \$? = $ac_status" >&5 6239 echo "$as_me:6239: \$? = $ac_status" >&5
6232 (exit $ac_status); }; }; then 6240 (exit $ac_status); }; }; then
6233 xlinux_second_failure=no 6241 xlinux_second_failure=no
6234else 6242else
@@ -6244,24 +6252,24 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6244 C_SWITCH_X_SITE="$OLD_C_SWITCH_X_SITE" 6252 C_SWITCH_X_SITE="$OLD_C_SWITCH_X_SITE"
6245 CPPFLAGS="$OLD_CPPFLAGS" 6253 CPPFLAGS="$OLD_CPPFLAGS"
6246 LIBS="$OLD_LIBS" 6254 LIBS="$OLD_LIBS"
6247 echo "$as_me:6247: result: no" >&5 6255 echo "$as_me:6255: result: no" >&5
6248echo "${ECHO_T}no" >&6 6256echo "${ECHO_T}no" >&6
6249 else 6257 else
6250 echo "$as_me:6250: result: yes" >&5 6258 echo "$as_me:6258: result: yes" >&5
6251echo "${ECHO_T}yes" >&6 6259echo "${ECHO_T}yes" >&6
6252 fi 6260 fi
6253 else 6261 else
6254 echo "$as_me:6254: result: no" >&5 6262 echo "$as_me:6262: result: no" >&5
6255echo "${ECHO_T}no" >&6 6263echo "${ECHO_T}no" >&6
6256 fi 6264 fi
6257 fi 6265 fi
6258 6266
6259 # Reportedly, some broken Solaris systems have XKBlib.h but are missing 6267 # Reportedly, some broken Solaris systems have XKBlib.h but are missing
6260 # header files included from there. 6268 # header files included from there.
6261 echo "$as_me:6261: checking for Xkb" >&5 6269 echo "$as_me:6269: checking for Xkb" >&5
6262echo $ECHO_N "checking for Xkb... $ECHO_C" >&6 6270echo $ECHO_N "checking for Xkb... $ECHO_C" >&6
6263 cat >conftest.$ac_ext <<_ACEOF 6271 cat >conftest.$ac_ext <<_ACEOF
6264#line 6264 "configure" 6272#line 6272 "configure"
6265#include "confdefs.h" 6273#include "confdefs.h"
6266#include <X11/Xlib.h> 6274#include <X11/Xlib.h>
6267#include <X11/XKBlib.h> 6275#include <X11/XKBlib.h>
@@ -6274,16 +6282,16 @@ XkbDescPtr kb = XkbGetKeyboard (0, XkbAllComponentsMask, XkbUseCoreKbd);
6274} 6282}
6275_ACEOF 6283_ACEOF
6276rm -f conftest.$ac_objext conftest$ac_exeext 6284rm -f conftest.$ac_objext conftest$ac_exeext
6277if { (eval echo "$as_me:6277: \"$ac_link\"") >&5 6285if { (eval echo "$as_me:6285: \"$ac_link\"") >&5
6278 (eval $ac_link) 2>&5 6286 (eval $ac_link) 2>&5
6279 ac_status=$? 6287 ac_status=$?
6280 echo "$as_me:6280: \$? = $ac_status" >&5 6288 echo "$as_me:6288: \$? = $ac_status" >&5
6281 (exit $ac_status); } && 6289 (exit $ac_status); } &&
6282 { ac_try='test -s conftest$ac_exeext' 6290 { ac_try='test -s conftest$ac_exeext'
6283 { (eval echo "$as_me:6283: \"$ac_try\"") >&5 6291 { (eval echo "$as_me:6291: \"$ac_try\"") >&5
6284 (eval $ac_try) 2>&5 6292 (eval $ac_try) 2>&5
6285 ac_status=$? 6293 ac_status=$?
6286 echo "$as_me:6286: \$? = $ac_status" >&5 6294 echo "$as_me:6294: \$? = $ac_status" >&5
6287 (exit $ac_status); }; }; then 6295 (exit $ac_status); }; }; then
6288 emacs_xkb=yes 6296 emacs_xkb=yes
6289else 6297else
@@ -6292,7 +6300,7 @@ cat conftest.$ac_ext >&5
6292emacs_xkb=no 6300emacs_xkb=no
6293fi 6301fi
6294rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6302rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6295 echo "$as_me:6295: result: $emacs_xkb" >&5 6303 echo "$as_me:6303: result: $emacs_xkb" >&5
6296echo "${ECHO_T}$emacs_xkb" >&6 6304echo "${ECHO_T}$emacs_xkb" >&6
6297 if test $emacs_xkb = yes; then 6305 if test $emacs_xkb = yes; then
6298 cat >>confdefs.h <<\EOF 6306 cat >>confdefs.h <<\EOF
@@ -6305,13 +6313,13 @@ for ac_func in XrmSetDatabase XScreenResourceString \
6305XScreenNumberOfScreen XSetWMProtocols 6313XScreenNumberOfScreen XSetWMProtocols
6306do 6314do
6307as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 6315as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6308echo "$as_me:6308: checking for $ac_func" >&5 6316echo "$as_me:6316: checking for $ac_func" >&5
6309echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 6317echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
6310if eval "test \"\${$as_ac_var+set}\" = set"; then 6318if eval "test \"\${$as_ac_var+set}\" = set"; then
6311 echo $ECHO_N "(cached) $ECHO_C" >&6 6319 echo $ECHO_N "(cached) $ECHO_C" >&6
6312else 6320else
6313 cat >conftest.$ac_ext <<_ACEOF 6321 cat >conftest.$ac_ext <<_ACEOF
6314#line 6314 "configure" 6322#line 6322 "configure"
6315#include "confdefs.h" 6323#include "confdefs.h"
6316/* System header to define __stub macros and hopefully few prototypes, 6324/* System header to define __stub macros and hopefully few prototypes,
6317 which can conflict with char $ac_func (); below. */ 6325 which can conflict with char $ac_func (); below. */
@@ -6342,16 +6350,16 @@ f = $ac_func;
6342} 6350}
6343_ACEOF 6351_ACEOF
6344rm -f conftest.$ac_objext conftest$ac_exeext 6352rm -f conftest.$ac_objext conftest$ac_exeext
6345if { (eval echo "$as_me:6345: \"$ac_link\"") >&5 6353if { (eval echo "$as_me:6353: \"$ac_link\"") >&5
6346 (eval $ac_link) 2>&5 6354 (eval $ac_link) 2>&5
6347 ac_status=$? 6355 ac_status=$?
6348 echo "$as_me:6348: \$? = $ac_status" >&5 6356 echo "$as_me:6356: \$? = $ac_status" >&5
6349 (exit $ac_status); } && 6357 (exit $ac_status); } &&
6350 { ac_try='test -s conftest$ac_exeext' 6358 { ac_try='test -s conftest$ac_exeext'
6351 { (eval echo "$as_me:6351: \"$ac_try\"") >&5 6359 { (eval echo "$as_me:6359: \"$ac_try\"") >&5
6352 (eval $ac_try) 2>&5 6360 (eval $ac_try) 2>&5
6353 ac_status=$? 6361 ac_status=$?
6354 echo "$as_me:6354: \$? = $ac_status" >&5 6362 echo "$as_me:6362: \$? = $ac_status" >&5
6355 (exit $ac_status); }; }; then 6363 (exit $ac_status); }; }; then
6356 eval "$as_ac_var=yes" 6364 eval "$as_ac_var=yes"
6357else 6365else
@@ -6361,7 +6369,7 @@ eval "$as_ac_var=no"
6361fi 6369fi
6362rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6370rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6363fi 6371fi
6364echo "$as_me:6364: result: `eval echo '${'$as_ac_var'}'`" >&5 6372echo "$as_me:6372: result: `eval echo '${'$as_ac_var'}'`" >&5
6365echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 6373echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
6366if test `eval echo '${'$as_ac_var'}'` = yes; then 6374if test `eval echo '${'$as_ac_var'}'` = yes; then
6367 cat >>confdefs.h <<EOF 6375 cat >>confdefs.h <<EOF
@@ -6374,13 +6382,13 @@ done
6374fi 6382fi
6375 6383
6376if test "${window_system}" = "x11"; then 6384if test "${window_system}" = "x11"; then
6377 echo "$as_me:6377: checking X11 version 6" >&5 6385 echo "$as_me:6385: checking X11 version 6" >&5
6378echo $ECHO_N "checking X11 version 6... $ECHO_C" >&6 6386echo $ECHO_N "checking X11 version 6... $ECHO_C" >&6
6379 if test "${emacs_cv_x11_version_6+set}" = set; then 6387 if test "${emacs_cv_x11_version_6+set}" = set; then
6380 echo $ECHO_N "(cached) $ECHO_C" >&6 6388 echo $ECHO_N "(cached) $ECHO_C" >&6
6381else 6389else
6382 cat >conftest.$ac_ext <<_ACEOF 6390 cat >conftest.$ac_ext <<_ACEOF
6383#line 6383 "configure" 6391#line 6391 "configure"
6384#include "confdefs.h" 6392#include "confdefs.h"
6385#include <X11/Xlib.h> 6393#include <X11/Xlib.h>
6386int 6394int
@@ -6395,16 +6403,16 @@ fail;
6395} 6403}
6396_ACEOF 6404_ACEOF
6397rm -f conftest.$ac_objext conftest$ac_exeext 6405rm -f conftest.$ac_objext conftest$ac_exeext
6398if { (eval echo "$as_me:6398: \"$ac_link\"") >&5 6406if { (eval echo "$as_me:6406: \"$ac_link\"") >&5
6399 (eval $ac_link) 2>&5 6407 (eval $ac_link) 2>&5
6400 ac_status=$? 6408 ac_status=$?
6401 echo "$as_me:6401: \$? = $ac_status" >&5 6409 echo "$as_me:6409: \$? = $ac_status" >&5
6402 (exit $ac_status); } && 6410 (exit $ac_status); } &&
6403 { ac_try='test -s conftest$ac_exeext' 6411 { ac_try='test -s conftest$ac_exeext'
6404 { (eval echo "$as_me:6404: \"$ac_try\"") >&5 6412 { (eval echo "$as_me:6412: \"$ac_try\"") >&5
6405 (eval $ac_try) 2>&5 6413 (eval $ac_try) 2>&5
6406 ac_status=$? 6414 ac_status=$?
6407 echo "$as_me:6407: \$? = $ac_status" >&5 6415 echo "$as_me:6415: \$? = $ac_status" >&5
6408 (exit $ac_status); }; }; then 6416 (exit $ac_status); }; }; then
6409 emacs_cv_x11_version_6=yes 6417 emacs_cv_x11_version_6=yes
6410else 6418else
@@ -6416,26 +6424,26 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6416fi 6424fi
6417 6425
6418 if test $emacs_cv_x11_version_6 = yes; then 6426 if test $emacs_cv_x11_version_6 = yes; then
6419 echo "$as_me:6419: result: 6 or newer" >&5 6427 echo "$as_me:6427: result: 6 or newer" >&5
6420echo "${ECHO_T}6 or newer" >&6 6428echo "${ECHO_T}6 or newer" >&6
6421 cat >>confdefs.h <<\EOF 6429 cat >>confdefs.h <<\EOF
6422#define HAVE_X11R6 1 6430#define HAVE_X11R6 1
6423EOF 6431EOF
6424 6432
6425 else 6433 else
6426 echo "$as_me:6426: result: before 6" >&5 6434 echo "$as_me:6434: result: before 6" >&5
6427echo "${ECHO_T}before 6" >&6 6435echo "${ECHO_T}before 6" >&6
6428 fi 6436 fi
6429fi 6437fi
6430 6438
6431if test "${window_system}" = "x11"; then 6439if test "${window_system}" = "x11"; then
6432 echo "$as_me:6432: checking X11 version 5" >&5 6440 echo "$as_me:6440: checking X11 version 5" >&5
6433echo $ECHO_N "checking X11 version 5... $ECHO_C" >&6 6441echo $ECHO_N "checking X11 version 5... $ECHO_C" >&6
6434 if test "${emacs_cv_x11_version_5+set}" = set; then 6442 if test "${emacs_cv_x11_version_5+set}" = set; then
6435 echo $ECHO_N "(cached) $ECHO_C" >&6 6443 echo $ECHO_N "(cached) $ECHO_C" >&6
6436else 6444else
6437 cat >conftest.$ac_ext <<_ACEOF 6445 cat >conftest.$ac_ext <<_ACEOF
6438#line 6438 "configure" 6446#line 6446 "configure"
6439#include "confdefs.h" 6447#include "confdefs.h"
6440#include <X11/Xlib.h> 6448#include <X11/Xlib.h>
6441int 6449int
@@ -6450,16 +6458,16 @@ fail;
6450} 6458}
6451_ACEOF 6459_ACEOF
6452rm -f conftest.$ac_objext conftest$ac_exeext 6460rm -f conftest.$ac_objext conftest$ac_exeext
6453if { (eval echo "$as_me:6453: \"$ac_link\"") >&5 6461if { (eval echo "$as_me:6461: \"$ac_link\"") >&5
6454 (eval $ac_link) 2>&5 6462 (eval $ac_link) 2>&5
6455 ac_status=$? 6463 ac_status=$?
6456 echo "$as_me:6456: \$? = $ac_status" >&5 6464 echo "$as_me:6464: \$? = $ac_status" >&5
6457 (exit $ac_status); } && 6465 (exit $ac_status); } &&
6458 { ac_try='test -s conftest$ac_exeext' 6466 { ac_try='test -s conftest$ac_exeext'
6459 { (eval echo "$as_me:6459: \"$ac_try\"") >&5 6467 { (eval echo "$as_me:6467: \"$ac_try\"") >&5
6460 (eval $ac_try) 2>&5 6468 (eval $ac_try) 2>&5
6461 ac_status=$? 6469 ac_status=$?
6462 echo "$as_me:6462: \$? = $ac_status" >&5 6470 echo "$as_me:6470: \$? = $ac_status" >&5
6463 (exit $ac_status); }; }; then 6471 (exit $ac_status); }; }; then
6464 emacs_cv_x11_version_5=yes 6472 emacs_cv_x11_version_5=yes
6465else 6473else
@@ -6471,7 +6479,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6471fi 6479fi
6472 6480
6473 if test $emacs_cv_x11_version_5 = yes; then 6481 if test $emacs_cv_x11_version_5 = yes; then
6474 echo "$as_me:6474: result: 5 or newer" >&5 6482 echo "$as_me:6482: result: 5 or newer" >&5
6475echo "${ECHO_T}5 or newer" >&6 6483echo "${ECHO_T}5 or newer" >&6
6476 HAVE_X11R5=yes 6484 HAVE_X11R5=yes
6477 cat >>confdefs.h <<\EOF 6485 cat >>confdefs.h <<\EOF
@@ -6480,20 +6488,20 @@ EOF
6480 6488
6481 else 6489 else
6482 HAVE_X11R5=no 6490 HAVE_X11R5=no
6483 echo "$as_me:6483: result: before 5" >&5 6491 echo "$as_me:6491: result: before 5" >&5
6484echo "${ECHO_T}before 5" >&6 6492echo "${ECHO_T}before 5" >&6
6485 fi 6493 fi
6486fi 6494fi
6487 6495
6488if test x"${USE_X_TOOLKIT}" = xmaybe; then 6496if test x"${USE_X_TOOLKIT}" = xmaybe; then
6489 if test x"${HAVE_X11R5}" = xyes; then 6497 if test x"${HAVE_X11R5}" = xyes; then
6490 echo "$as_me:6490: checking X11 version 5 with Xaw" >&5 6498 echo "$as_me:6498: checking X11 version 5 with Xaw" >&5
6491echo $ECHO_N "checking X11 version 5 with Xaw... $ECHO_C" >&6 6499echo $ECHO_N "checking X11 version 5 with Xaw... $ECHO_C" >&6
6492 if test "${emacs_cv_x11_version_5_with_xaw+set}" = set; then 6500 if test "${emacs_cv_x11_version_5_with_xaw+set}" = set; then
6493 echo $ECHO_N "(cached) $ECHO_C" >&6 6501 echo $ECHO_N "(cached) $ECHO_C" >&6
6494else 6502else
6495 cat >conftest.$ac_ext <<_ACEOF 6503 cat >conftest.$ac_ext <<_ACEOF
6496#line 6496 "configure" 6504#line 6504 "configure"
6497#include "confdefs.h" 6505#include "confdefs.h"
6498 6506
6499#include <X11/Intrinsic.h> 6507#include <X11/Intrinsic.h>
@@ -6507,16 +6515,16 @@ main ()
6507} 6515}
6508_ACEOF 6516_ACEOF
6509rm -f conftest.$ac_objext conftest$ac_exeext 6517rm -f conftest.$ac_objext conftest$ac_exeext
6510if { (eval echo "$as_me:6510: \"$ac_link\"") >&5 6518if { (eval echo "$as_me:6518: \"$ac_link\"") >&5
6511 (eval $ac_link) 2>&5 6519 (eval $ac_link) 2>&5
6512 ac_status=$? 6520 ac_status=$?
6513 echo "$as_me:6513: \$? = $ac_status" >&5 6521 echo "$as_me:6521: \$? = $ac_status" >&5
6514 (exit $ac_status); } && 6522 (exit $ac_status); } &&
6515 { ac_try='test -s conftest$ac_exeext' 6523 { ac_try='test -s conftest$ac_exeext'
6516 { (eval echo "$as_me:6516: \"$ac_try\"") >&5 6524 { (eval echo "$as_me:6524: \"$ac_try\"") >&5
6517 (eval $ac_try) 2>&5 6525 (eval $ac_try) 2>&5
6518 ac_status=$? 6526 ac_status=$?
6519 echo "$as_me:6519: \$? = $ac_status" >&5 6527 echo "$as_me:6527: \$? = $ac_status" >&5
6520 (exit $ac_status); }; }; then 6528 (exit $ac_status); }; }; then
6521 emacs_cv_x11_version_5_with_xaw=yes 6529 emacs_cv_x11_version_5_with_xaw=yes
6522else 6530else
@@ -6528,11 +6536,11 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6528fi 6536fi
6529 6537
6530 if test $emacs_cv_x11_version_5_with_xaw = yes; then 6538 if test $emacs_cv_x11_version_5_with_xaw = yes; then
6531 echo "$as_me:6531: result: 5 or newer, with Xaw; use toolkit by default" >&5 6539 echo "$as_me:6539: result: 5 or newer, with Xaw; use toolkit by default" >&5
6532echo "${ECHO_T}5 or newer, with Xaw; use toolkit by default" >&6 6540echo "${ECHO_T}5 or newer, with Xaw; use toolkit by default" >&6
6533 USE_X_TOOLKIT=LUCID 6541 USE_X_TOOLKIT=LUCID
6534 else 6542 else
6535 echo "$as_me:6535: result: before 5 or no Xaw; do not use toolkit by default" >&5 6543 echo "$as_me:6543: result: before 5 or no Xaw; do not use toolkit by default" >&5
6536echo "${ECHO_T}before 5 or no Xaw; do not use toolkit by default" >&6 6544echo "${ECHO_T}before 5 or no Xaw; do not use toolkit by default" >&6
6537 USE_X_TOOLKIT=none 6545 USE_X_TOOLKIT=none
6538 fi 6546 fi
@@ -6544,13 +6552,13 @@ fi
6544X_TOOLKIT_TYPE=$USE_X_TOOLKIT 6552X_TOOLKIT_TYPE=$USE_X_TOOLKIT
6545 6553
6546if test "${USE_X_TOOLKIT}" != "none"; then 6554if test "${USE_X_TOOLKIT}" != "none"; then
6547 echo "$as_me:6547: checking X11 toolkit version" >&5 6555 echo "$as_me:6555: checking X11 toolkit version" >&5
6548echo $ECHO_N "checking X11 toolkit version... $ECHO_C" >&6 6556echo $ECHO_N "checking X11 toolkit version... $ECHO_C" >&6
6549 if test "${emacs_cv_x11_toolkit_version_6+set}" = set; then 6557 if test "${emacs_cv_x11_toolkit_version_6+set}" = set; then
6550 echo $ECHO_N "(cached) $ECHO_C" >&6 6558 echo $ECHO_N "(cached) $ECHO_C" >&6
6551else 6559else
6552 cat >conftest.$ac_ext <<_ACEOF 6560 cat >conftest.$ac_ext <<_ACEOF
6553#line 6553 "configure" 6561#line 6561 "configure"
6554#include "confdefs.h" 6562#include "confdefs.h"
6555#include <X11/Intrinsic.h> 6563#include <X11/Intrinsic.h>
6556int 6564int
@@ -6565,16 +6573,16 @@ fail;
6565} 6573}
6566_ACEOF 6574_ACEOF
6567rm -f conftest.$ac_objext conftest$ac_exeext 6575rm -f conftest.$ac_objext conftest$ac_exeext
6568if { (eval echo "$as_me:6568: \"$ac_link\"") >&5 6576if { (eval echo "$as_me:6576: \"$ac_link\"") >&5
6569 (eval $ac_link) 2>&5 6577 (eval $ac_link) 2>&5
6570 ac_status=$? 6578 ac_status=$?
6571 echo "$as_me:6571: \$? = $ac_status" >&5 6579 echo "$as_me:6579: \$? = $ac_status" >&5
6572 (exit $ac_status); } && 6580 (exit $ac_status); } &&
6573 { ac_try='test -s conftest$ac_exeext' 6581 { ac_try='test -s conftest$ac_exeext'
6574 { (eval echo "$as_me:6574: \"$ac_try\"") >&5 6582 { (eval echo "$as_me:6582: \"$ac_try\"") >&5
6575 (eval $ac_try) 2>&5 6583 (eval $ac_try) 2>&5
6576 ac_status=$? 6584 ac_status=$?
6577 echo "$as_me:6577: \$? = $ac_status" >&5 6585 echo "$as_me:6585: \$? = $ac_status" >&5
6578 (exit $ac_status); }; }; then 6586 (exit $ac_status); }; }; then
6579 emacs_cv_x11_toolkit_version_6=yes 6587 emacs_cv_x11_toolkit_version_6=yes
6580else 6588else
@@ -6587,14 +6595,14 @@ fi
6587 6595
6588 HAVE_X11XTR6=$emacs_cv_x11_toolkit_version_6 6596 HAVE_X11XTR6=$emacs_cv_x11_toolkit_version_6
6589 if test $emacs_cv_x11_toolkit_version_6 = yes; then 6597 if test $emacs_cv_x11_toolkit_version_6 = yes; then
6590 echo "$as_me:6590: result: 6 or newer" >&5 6598 echo "$as_me:6598: result: 6 or newer" >&5
6591echo "${ECHO_T}6 or newer" >&6 6599echo "${ECHO_T}6 or newer" >&6
6592 cat >>confdefs.h <<\EOF 6600 cat >>confdefs.h <<\EOF
6593#define HAVE_X11XTR6 1 6601#define HAVE_X11XTR6 1
6594EOF 6602EOF
6595 6603
6596 else 6604 else
6597 echo "$as_me:6597: result: before 6" >&5 6605 echo "$as_me:6605: result: before 6" >&5
6598echo "${ECHO_T}before 6" >&6 6606echo "${ECHO_T}before 6" >&6
6599 fi 6607 fi
6600 6608
@@ -6605,7 +6613,7 @@ echo "${ECHO_T}before 6" >&6
6605 LIBS="-lXt $LIBS" 6613 LIBS="-lXt $LIBS"
6606 fi 6614 fi
6607 6615
6608echo "$as_me:6608: checking for XmuConvertStandardSelection in -lXmu" >&5 6616echo "$as_me:6616: checking for XmuConvertStandardSelection in -lXmu" >&5
6609echo $ECHO_N "checking for XmuConvertStandardSelection in -lXmu... $ECHO_C" >&6 6617echo $ECHO_N "checking for XmuConvertStandardSelection in -lXmu... $ECHO_C" >&6
6610if test "${ac_cv_lib_Xmu_XmuConvertStandardSelection+set}" = set; then 6618if test "${ac_cv_lib_Xmu_XmuConvertStandardSelection+set}" = set; then
6611 echo $ECHO_N "(cached) $ECHO_C" >&6 6619 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6613,7 +6621,7 @@ else
6613 ac_check_lib_save_LIBS=$LIBS 6621 ac_check_lib_save_LIBS=$LIBS
6614LIBS="-lXmu $LIBS" 6622LIBS="-lXmu $LIBS"
6615cat >conftest.$ac_ext <<_ACEOF 6623cat >conftest.$ac_ext <<_ACEOF
6616#line 6616 "configure" 6624#line 6624 "configure"
6617#include "confdefs.h" 6625#include "confdefs.h"
6618 6626
6619/* Override any gcc2 internal prototype to avoid an error. */ 6627/* Override any gcc2 internal prototype to avoid an error. */
@@ -6632,16 +6640,16 @@ XmuConvertStandardSelection ();
6632} 6640}
6633_ACEOF 6641_ACEOF
6634rm -f conftest.$ac_objext conftest$ac_exeext 6642rm -f conftest.$ac_objext conftest$ac_exeext
6635if { (eval echo "$as_me:6635: \"$ac_link\"") >&5 6643if { (eval echo "$as_me:6643: \"$ac_link\"") >&5
6636 (eval $ac_link) 2>&5 6644 (eval $ac_link) 2>&5
6637 ac_status=$? 6645 ac_status=$?
6638 echo "$as_me:6638: \$? = $ac_status" >&5 6646 echo "$as_me:6646: \$? = $ac_status" >&5
6639 (exit $ac_status); } && 6647 (exit $ac_status); } &&
6640 { ac_try='test -s conftest$ac_exeext' 6648 { ac_try='test -s conftest$ac_exeext'
6641 { (eval echo "$as_me:6641: \"$ac_try\"") >&5 6649 { (eval echo "$as_me:6649: \"$ac_try\"") >&5
6642 (eval $ac_try) 2>&5 6650 (eval $ac_try) 2>&5
6643 ac_status=$? 6651 ac_status=$?
6644 echo "$as_me:6644: \$? = $ac_status" >&5 6652 echo "$as_me:6652: \$? = $ac_status" >&5
6645 (exit $ac_status); }; }; then 6653 (exit $ac_status); }; }; then
6646 ac_cv_lib_Xmu_XmuConvertStandardSelection=yes 6654 ac_cv_lib_Xmu_XmuConvertStandardSelection=yes
6647else 6655else
@@ -6652,7 +6660,7 @@ fi
6652rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6660rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6653LIBS=$ac_check_lib_save_LIBS 6661LIBS=$ac_check_lib_save_LIBS
6654fi 6662fi
6655echo "$as_me:6655: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5 6663echo "$as_me:6663: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5
6656echo "${ECHO_T}$ac_cv_lib_Xmu_XmuConvertStandardSelection" >&6 6664echo "${ECHO_T}$ac_cv_lib_Xmu_XmuConvertStandardSelection" >&6
6657if test $ac_cv_lib_Xmu_XmuConvertStandardSelection = yes; then 6665if test $ac_cv_lib_Xmu_XmuConvertStandardSelection = yes; then
6658 cat >>confdefs.h <<EOF 6666 cat >>confdefs.h <<EOF
@@ -6670,7 +6678,7 @@ fi
6670if test "${HAVE_X11}" = "yes"; then 6678if test "${HAVE_X11}" = "yes"; then
6671 if test "${USE_X_TOOLKIT}" != "none"; then 6679 if test "${USE_X_TOOLKIT}" != "none"; then
6672 6680
6673echo "$as_me:6673: checking for XShapeQueryExtension in -lXext" >&5 6681echo "$as_me:6681: checking for XShapeQueryExtension in -lXext" >&5
6674echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6 6682echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6
6675if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then 6683if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
6676 echo $ECHO_N "(cached) $ECHO_C" >&6 6684 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6678,7 +6686,7 @@ else
6678 ac_check_lib_save_LIBS=$LIBS 6686 ac_check_lib_save_LIBS=$LIBS
6679LIBS="-lXext $LIBS" 6687LIBS="-lXext $LIBS"
6680cat >conftest.$ac_ext <<_ACEOF 6688cat >conftest.$ac_ext <<_ACEOF
6681#line 6681 "configure" 6689#line 6689 "configure"
6682#include "confdefs.h" 6690#include "confdefs.h"
6683 6691
6684/* Override any gcc2 internal prototype to avoid an error. */ 6692/* Override any gcc2 internal prototype to avoid an error. */
@@ -6697,16 +6705,16 @@ XShapeQueryExtension ();
6697} 6705}
6698_ACEOF 6706_ACEOF
6699rm -f conftest.$ac_objext conftest$ac_exeext 6707rm -f conftest.$ac_objext conftest$ac_exeext
6700if { (eval echo "$as_me:6700: \"$ac_link\"") >&5 6708if { (eval echo "$as_me:6708: \"$ac_link\"") >&5
6701 (eval $ac_link) 2>&5 6709 (eval $ac_link) 2>&5
6702 ac_status=$? 6710 ac_status=$?
6703 echo "$as_me:6703: \$? = $ac_status" >&5 6711 echo "$as_me:6711: \$? = $ac_status" >&5
6704 (exit $ac_status); } && 6712 (exit $ac_status); } &&
6705 { ac_try='test -s conftest$ac_exeext' 6713 { ac_try='test -s conftest$ac_exeext'
6706 { (eval echo "$as_me:6706: \"$ac_try\"") >&5 6714 { (eval echo "$as_me:6714: \"$ac_try\"") >&5
6707 (eval $ac_try) 2>&5 6715 (eval $ac_try) 2>&5
6708 ac_status=$? 6716 ac_status=$?
6709 echo "$as_me:6709: \$? = $ac_status" >&5 6717 echo "$as_me:6717: \$? = $ac_status" >&5
6710 (exit $ac_status); }; }; then 6718 (exit $ac_status); }; }; then
6711 ac_cv_lib_Xext_XShapeQueryExtension=yes 6719 ac_cv_lib_Xext_XShapeQueryExtension=yes
6712else 6720else
@@ -6717,7 +6725,7 @@ fi
6717rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6725rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6718LIBS=$ac_check_lib_save_LIBS 6726LIBS=$ac_check_lib_save_LIBS
6719fi 6727fi
6720echo "$as_me:6720: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5 6728echo "$as_me:6728: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
6721echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6 6729echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6
6722if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then 6730if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
6723 cat >>confdefs.h <<EOF 6731 cat >>confdefs.h <<EOF
@@ -6732,13 +6740,13 @@ fi
6732fi 6740fi
6733 6741
6734if test "${USE_X_TOOLKIT}" = "MOTIF"; then 6742if test "${USE_X_TOOLKIT}" = "MOTIF"; then
6735 echo "$as_me:6735: checking for Motif version 2.1" >&5 6743 echo "$as_me:6743: checking for Motif version 2.1" >&5
6736echo $ECHO_N "checking for Motif version 2.1... $ECHO_C" >&6 6744echo $ECHO_N "checking for Motif version 2.1... $ECHO_C" >&6
6737if test "${emacs_cv_motif_version_2_1+set}" = set; then 6745if test "${emacs_cv_motif_version_2_1+set}" = set; then
6738 echo $ECHO_N "(cached) $ECHO_C" >&6 6746 echo $ECHO_N "(cached) $ECHO_C" >&6
6739else 6747else
6740 cat >conftest.$ac_ext <<_ACEOF 6748 cat >conftest.$ac_ext <<_ACEOF
6741#line 6741 "configure" 6749#line 6749 "configure"
6742#include "confdefs.h" 6750#include "confdefs.h"
6743#include <Xm/Xm.h> 6751#include <Xm/Xm.h>
6744int 6752int
@@ -6754,16 +6762,16 @@ Motif version prior to 2.1.
6754} 6762}
6755_ACEOF 6763_ACEOF
6756rm -f conftest.$ac_objext 6764rm -f conftest.$ac_objext
6757if { (eval echo "$as_me:6757: \"$ac_compile\"") >&5 6765if { (eval echo "$as_me:6765: \"$ac_compile\"") >&5
6758 (eval $ac_compile) 2>&5 6766 (eval $ac_compile) 2>&5
6759 ac_status=$? 6767 ac_status=$?
6760 echo "$as_me:6760: \$? = $ac_status" >&5 6768 echo "$as_me:6768: \$? = $ac_status" >&5
6761 (exit $ac_status); } && 6769 (exit $ac_status); } &&
6762 { ac_try='test -s conftest.$ac_objext' 6770 { ac_try='test -s conftest.$ac_objext'
6763 { (eval echo "$as_me:6763: \"$ac_try\"") >&5 6771 { (eval echo "$as_me:6771: \"$ac_try\"") >&5
6764 (eval $ac_try) 2>&5 6772 (eval $ac_try) 2>&5
6765 ac_status=$? 6773 ac_status=$?
6766 echo "$as_me:6766: \$? = $ac_status" >&5 6774 echo "$as_me:6774: \$? = $ac_status" >&5
6767 (exit $ac_status); }; }; then 6775 (exit $ac_status); }; }; then
6768 emacs_cv_motif_version_2_1=yes 6776 emacs_cv_motif_version_2_1=yes
6769else 6777else
@@ -6773,7 +6781,7 @@ emacs_cv_motif_version_2_1=no
6773fi 6781fi
6774rm -f conftest.$ac_objext conftest.$ac_ext 6782rm -f conftest.$ac_objext conftest.$ac_ext
6775fi 6783fi
6776echo "$as_me:6776: result: $emacs_cv_motif_version_2_1" >&5 6784echo "$as_me:6784: result: $emacs_cv_motif_version_2_1" >&5
6777echo "${ECHO_T}$emacs_cv_motif_version_2_1" >&6 6785echo "${ECHO_T}$emacs_cv_motif_version_2_1" >&6
6778 HAVE_MOTIF_2_1=$emacs_cv_motif_version_2_1 6786 HAVE_MOTIF_2_1=$emacs_cv_motif_version_2_1
6779 if test $emacs_cv_motif_version_2_1 = yes; then 6787 if test $emacs_cv_motif_version_2_1 = yes; then
@@ -6782,7 +6790,7 @@ echo "${ECHO_T}$emacs_cv_motif_version_2_1" >&6
6782#define HAVE_MOTIF_2_1 1 6790#define HAVE_MOTIF_2_1 1
6783EOF 6791EOF
6784 6792
6785 echo "$as_me:6785: checking for XpCreateContext in -lXp" >&5 6793 echo "$as_me:6793: checking for XpCreateContext in -lXp" >&5
6786echo $ECHO_N "checking for XpCreateContext in -lXp... $ECHO_C" >&6 6794echo $ECHO_N "checking for XpCreateContext in -lXp... $ECHO_C" >&6
6787if test "${ac_cv_lib_Xp_XpCreateContext+set}" = set; then 6795if test "${ac_cv_lib_Xp_XpCreateContext+set}" = set; then
6788 echo $ECHO_N "(cached) $ECHO_C" >&6 6796 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6790,7 +6798,7 @@ else
6790 ac_check_lib_save_LIBS=$LIBS 6798 ac_check_lib_save_LIBS=$LIBS
6791LIBS="-lXp $LIBS" 6799LIBS="-lXp $LIBS"
6792cat >conftest.$ac_ext <<_ACEOF 6800cat >conftest.$ac_ext <<_ACEOF
6793#line 6793 "configure" 6801#line 6801 "configure"
6794#include "confdefs.h" 6802#include "confdefs.h"
6795 6803
6796/* Override any gcc2 internal prototype to avoid an error. */ 6804/* Override any gcc2 internal prototype to avoid an error. */
@@ -6809,16 +6817,16 @@ XpCreateContext ();
6809} 6817}
6810_ACEOF 6818_ACEOF
6811rm -f conftest.$ac_objext conftest$ac_exeext 6819rm -f conftest.$ac_objext conftest$ac_exeext
6812if { (eval echo "$as_me:6812: \"$ac_link\"") >&5 6820if { (eval echo "$as_me:6820: \"$ac_link\"") >&5
6813 (eval $ac_link) 2>&5 6821 (eval $ac_link) 2>&5
6814 ac_status=$? 6822 ac_status=$?
6815 echo "$as_me:6815: \$? = $ac_status" >&5 6823 echo "$as_me:6823: \$? = $ac_status" >&5
6816 (exit $ac_status); } && 6824 (exit $ac_status); } &&
6817 { ac_try='test -s conftest$ac_exeext' 6825 { ac_try='test -s conftest$ac_exeext'
6818 { (eval echo "$as_me:6818: \"$ac_try\"") >&5 6826 { (eval echo "$as_me:6826: \"$ac_try\"") >&5
6819 (eval $ac_try) 2>&5 6827 (eval $ac_try) 2>&5
6820 ac_status=$? 6828 ac_status=$?
6821 echo "$as_me:6821: \$? = $ac_status" >&5 6829 echo "$as_me:6829: \$? = $ac_status" >&5
6822 (exit $ac_status); }; }; then 6830 (exit $ac_status); }; }; then
6823 ac_cv_lib_Xp_XpCreateContext=yes 6831 ac_cv_lib_Xp_XpCreateContext=yes
6824else 6832else
@@ -6829,7 +6837,7 @@ fi
6829rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6837rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6830LIBS=$ac_check_lib_save_LIBS 6838LIBS=$ac_check_lib_save_LIBS
6831fi 6839fi
6832echo "$as_me:6832: result: $ac_cv_lib_Xp_XpCreateContext" >&5 6840echo "$as_me:6840: result: $ac_cv_lib_Xp_XpCreateContext" >&5
6833echo "${ECHO_T}$ac_cv_lib_Xp_XpCreateContext" >&6 6841echo "${ECHO_T}$ac_cv_lib_Xp_XpCreateContext" >&6
6834if test $ac_cv_lib_Xp_XpCreateContext = yes; then 6842if test $ac_cv_lib_Xp_XpCreateContext = yes; then
6835 HAVE_LIBXP=yes 6843 HAVE_LIBXP=yes
@@ -6848,23 +6856,23 @@ fi
6848HAVE_XAW3D=no 6856HAVE_XAW3D=no
6849if test "${HAVE_X11}" = "yes"; then 6857if test "${HAVE_X11}" = "yes"; then
6850 if test "${USE_X_TOOLKIT}" != "none"; then 6858 if test "${USE_X_TOOLKIT}" != "none"; then
6851 echo "$as_me:6851: checking for X11/Xaw3d/Scrollbar.h" >&5 6859 echo "$as_me:6859: checking for X11/Xaw3d/Scrollbar.h" >&5
6852echo $ECHO_N "checking for X11/Xaw3d/Scrollbar.h... $ECHO_C" >&6 6860echo $ECHO_N "checking for X11/Xaw3d/Scrollbar.h... $ECHO_C" >&6
6853if test "${ac_cv_header_X11_Xaw3d_Scrollbar_h+set}" = set; then 6861if test "${ac_cv_header_X11_Xaw3d_Scrollbar_h+set}" = set; then
6854 echo $ECHO_N "(cached) $ECHO_C" >&6 6862 echo $ECHO_N "(cached) $ECHO_C" >&6
6855else 6863else
6856 cat >conftest.$ac_ext <<_ACEOF 6864 cat >conftest.$ac_ext <<_ACEOF
6857#line 6857 "configure" 6865#line 6865 "configure"
6858#include "confdefs.h" 6866#include "confdefs.h"
6859#include <X11/Xaw3d/Scrollbar.h> 6867#include <X11/Xaw3d/Scrollbar.h>
6860_ACEOF 6868_ACEOF
6861if { (eval echo "$as_me:6861: \"$ac_cpp conftest.$ac_ext\"") >&5 6869if { (eval echo "$as_me:6869: \"$ac_cpp conftest.$ac_ext\"") >&5
6862 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 6870 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6863 ac_status=$? 6871 ac_status=$?
6864 egrep -v '^ *\+' conftest.er1 >conftest.err 6872 egrep -v '^ *\+' conftest.er1 >conftest.err
6865 rm -f conftest.er1 6873 rm -f conftest.er1
6866 cat conftest.err >&5 6874 cat conftest.err >&5
6867 echo "$as_me:6867: \$? = $ac_status" >&5 6875 echo "$as_me:6875: \$? = $ac_status" >&5
6868 (exit $ac_status); } >/dev/null; then 6876 (exit $ac_status); } >/dev/null; then
6869 if test -s conftest.err; then 6877 if test -s conftest.err; then
6870 ac_cpp_err=$ac_c_preproc_warn_flag 6878 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -6883,10 +6891,10 @@ else
6883fi 6891fi
6884rm -f conftest.err conftest.$ac_ext 6892rm -f conftest.err conftest.$ac_ext
6885fi 6893fi
6886echo "$as_me:6886: result: $ac_cv_header_X11_Xaw3d_Scrollbar_h" >&5 6894echo "$as_me:6894: result: $ac_cv_header_X11_Xaw3d_Scrollbar_h" >&5
6887echo "${ECHO_T}$ac_cv_header_X11_Xaw3d_Scrollbar_h" >&6 6895echo "${ECHO_T}$ac_cv_header_X11_Xaw3d_Scrollbar_h" >&6
6888if test $ac_cv_header_X11_Xaw3d_Scrollbar_h = yes; then 6896if test $ac_cv_header_X11_Xaw3d_Scrollbar_h = yes; then
6889 echo "$as_me:6889: checking for XawScrollbarSetThumb in -lXaw3d" >&5 6897 echo "$as_me:6897: checking for XawScrollbarSetThumb in -lXaw3d" >&5
6890echo $ECHO_N "checking for XawScrollbarSetThumb in -lXaw3d... $ECHO_C" >&6 6898echo $ECHO_N "checking for XawScrollbarSetThumb in -lXaw3d... $ECHO_C" >&6
6891if test "${ac_cv_lib_Xaw3d_XawScrollbarSetThumb+set}" = set; then 6899if test "${ac_cv_lib_Xaw3d_XawScrollbarSetThumb+set}" = set; then
6892 echo $ECHO_N "(cached) $ECHO_C" >&6 6900 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6894,7 +6902,7 @@ else
6894 ac_check_lib_save_LIBS=$LIBS 6902 ac_check_lib_save_LIBS=$LIBS
6895LIBS="-lXaw3d $LIBS" 6903LIBS="-lXaw3d $LIBS"
6896cat >conftest.$ac_ext <<_ACEOF 6904cat >conftest.$ac_ext <<_ACEOF
6897#line 6897 "configure" 6905#line 6905 "configure"
6898#include "confdefs.h" 6906#include "confdefs.h"
6899 6907
6900/* Override any gcc2 internal prototype to avoid an error. */ 6908/* Override any gcc2 internal prototype to avoid an error. */
@@ -6913,16 +6921,16 @@ XawScrollbarSetThumb ();
6913} 6921}
6914_ACEOF 6922_ACEOF
6915rm -f conftest.$ac_objext conftest$ac_exeext 6923rm -f conftest.$ac_objext conftest$ac_exeext
6916if { (eval echo "$as_me:6916: \"$ac_link\"") >&5 6924if { (eval echo "$as_me:6924: \"$ac_link\"") >&5
6917 (eval $ac_link) 2>&5 6925 (eval $ac_link) 2>&5
6918 ac_status=$? 6926 ac_status=$?
6919 echo "$as_me:6919: \$? = $ac_status" >&5 6927 echo "$as_me:6927: \$? = $ac_status" >&5
6920 (exit $ac_status); } && 6928 (exit $ac_status); } &&
6921 { ac_try='test -s conftest$ac_exeext' 6929 { ac_try='test -s conftest$ac_exeext'
6922 { (eval echo "$as_me:6922: \"$ac_try\"") >&5 6930 { (eval echo "$as_me:6930: \"$ac_try\"") >&5
6923 (eval $ac_try) 2>&5 6931 (eval $ac_try) 2>&5
6924 ac_status=$? 6932 ac_status=$?
6925 echo "$as_me:6925: \$? = $ac_status" >&5 6933 echo "$as_me:6933: \$? = $ac_status" >&5
6926 (exit $ac_status); }; }; then 6934 (exit $ac_status); }; }; then
6927 ac_cv_lib_Xaw3d_XawScrollbarSetThumb=yes 6935 ac_cv_lib_Xaw3d_XawScrollbarSetThumb=yes
6928else 6936else
@@ -6933,7 +6941,7 @@ fi
6933rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6941rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6934LIBS=$ac_check_lib_save_LIBS 6942LIBS=$ac_check_lib_save_LIBS
6935fi 6943fi
6936echo "$as_me:6936: result: $ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&5 6944echo "$as_me:6944: result: $ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&5
6937echo "${ECHO_T}$ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&6 6945echo "${ECHO_T}$ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&6
6938if test $ac_cv_lib_Xaw3d_XawScrollbarSetThumb = yes; then 6946if test $ac_cv_lib_Xaw3d_XawScrollbarSetThumb = yes; then
6939 HAVE_XAW3D=yes 6947 HAVE_XAW3D=yes
@@ -6981,23 +6989,23 @@ fi
6981HAVE_XPM=no 6989HAVE_XPM=no
6982if test "${HAVE_X11}" = "yes"; then 6990if test "${HAVE_X11}" = "yes"; then
6983 if test "${with_xpm}" != "no"; then 6991 if test "${with_xpm}" != "no"; then
6984 echo "$as_me:6984: checking for X11/xpm.h" >&5 6992 echo "$as_me:6992: checking for X11/xpm.h" >&5
6985echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6 6993echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6
6986if test "${ac_cv_header_X11_xpm_h+set}" = set; then 6994if test "${ac_cv_header_X11_xpm_h+set}" = set; then
6987 echo $ECHO_N "(cached) $ECHO_C" >&6 6995 echo $ECHO_N "(cached) $ECHO_C" >&6
6988else 6996else
6989 cat >conftest.$ac_ext <<_ACEOF 6997 cat >conftest.$ac_ext <<_ACEOF
6990#line 6990 "configure" 6998#line 6998 "configure"
6991#include "confdefs.h" 6999#include "confdefs.h"
6992#include <X11/xpm.h> 7000#include <X11/xpm.h>
6993_ACEOF 7001_ACEOF
6994if { (eval echo "$as_me:6994: \"$ac_cpp conftest.$ac_ext\"") >&5 7002if { (eval echo "$as_me:7002: \"$ac_cpp conftest.$ac_ext\"") >&5
6995 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7003 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6996 ac_status=$? 7004 ac_status=$?
6997 egrep -v '^ *\+' conftest.er1 >conftest.err 7005 egrep -v '^ *\+' conftest.er1 >conftest.err
6998 rm -f conftest.er1 7006 rm -f conftest.er1
6999 cat conftest.err >&5 7007 cat conftest.err >&5
7000 echo "$as_me:7000: \$? = $ac_status" >&5 7008 echo "$as_me:7008: \$? = $ac_status" >&5
7001 (exit $ac_status); } >/dev/null; then 7009 (exit $ac_status); } >/dev/null; then
7002 if test -s conftest.err; then 7010 if test -s conftest.err; then
7003 ac_cpp_err=$ac_c_preproc_warn_flag 7011 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -7016,10 +7024,10 @@ else
7016fi 7024fi
7017rm -f conftest.err conftest.$ac_ext 7025rm -f conftest.err conftest.$ac_ext
7018fi 7026fi
7019echo "$as_me:7019: result: $ac_cv_header_X11_xpm_h" >&5 7027echo "$as_me:7027: result: $ac_cv_header_X11_xpm_h" >&5
7020echo "${ECHO_T}$ac_cv_header_X11_xpm_h" >&6 7028echo "${ECHO_T}$ac_cv_header_X11_xpm_h" >&6
7021if test $ac_cv_header_X11_xpm_h = yes; then 7029if test $ac_cv_header_X11_xpm_h = yes; then
7022 echo "$as_me:7022: checking for XpmReadFileToPixmap in -lXpm" >&5 7030 echo "$as_me:7030: checking for XpmReadFileToPixmap in -lXpm" >&5
7023echo $ECHO_N "checking for XpmReadFileToPixmap in -lXpm... $ECHO_C" >&6 7031echo $ECHO_N "checking for XpmReadFileToPixmap in -lXpm... $ECHO_C" >&6
7024if test "${ac_cv_lib_Xpm_XpmReadFileToPixmap+set}" = set; then 7032if test "${ac_cv_lib_Xpm_XpmReadFileToPixmap+set}" = set; then
7025 echo $ECHO_N "(cached) $ECHO_C" >&6 7033 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7027,7 +7035,7 @@ else
7027 ac_check_lib_save_LIBS=$LIBS 7035 ac_check_lib_save_LIBS=$LIBS
7028LIBS="-lXpm -lX11 $LIBS" 7036LIBS="-lXpm -lX11 $LIBS"
7029cat >conftest.$ac_ext <<_ACEOF 7037cat >conftest.$ac_ext <<_ACEOF
7030#line 7030 "configure" 7038#line 7038 "configure"
7031#include "confdefs.h" 7039#include "confdefs.h"
7032 7040
7033/* Override any gcc2 internal prototype to avoid an error. */ 7041/* Override any gcc2 internal prototype to avoid an error. */
@@ -7046,16 +7054,16 @@ XpmReadFileToPixmap ();
7046} 7054}
7047_ACEOF 7055_ACEOF
7048rm -f conftest.$ac_objext conftest$ac_exeext 7056rm -f conftest.$ac_objext conftest$ac_exeext
7049if { (eval echo "$as_me:7049: \"$ac_link\"") >&5 7057if { (eval echo "$as_me:7057: \"$ac_link\"") >&5
7050 (eval $ac_link) 2>&5 7058 (eval $ac_link) 2>&5
7051 ac_status=$? 7059 ac_status=$?
7052 echo "$as_me:7052: \$? = $ac_status" >&5 7060 echo "$as_me:7060: \$? = $ac_status" >&5
7053 (exit $ac_status); } && 7061 (exit $ac_status); } &&
7054 { ac_try='test -s conftest$ac_exeext' 7062 { ac_try='test -s conftest$ac_exeext'
7055 { (eval echo "$as_me:7055: \"$ac_try\"") >&5 7063 { (eval echo "$as_me:7063: \"$ac_try\"") >&5
7056 (eval $ac_try) 2>&5 7064 (eval $ac_try) 2>&5
7057 ac_status=$? 7065 ac_status=$?
7058 echo "$as_me:7058: \$? = $ac_status" >&5 7066 echo "$as_me:7066: \$? = $ac_status" >&5
7059 (exit $ac_status); }; }; then 7067 (exit $ac_status); }; }; then
7060 ac_cv_lib_Xpm_XpmReadFileToPixmap=yes 7068 ac_cv_lib_Xpm_XpmReadFileToPixmap=yes
7061else 7069else
@@ -7066,7 +7074,7 @@ fi
7066rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7074rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7067LIBS=$ac_check_lib_save_LIBS 7075LIBS=$ac_check_lib_save_LIBS
7068fi 7076fi
7069echo "$as_me:7069: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5 7077echo "$as_me:7077: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5
7070echo "${ECHO_T}$ac_cv_lib_Xpm_XpmReadFileToPixmap" >&6 7078echo "${ECHO_T}$ac_cv_lib_Xpm_XpmReadFileToPixmap" >&6
7071if test $ac_cv_lib_Xpm_XpmReadFileToPixmap = yes; then 7079if test $ac_cv_lib_Xpm_XpmReadFileToPixmap = yes; then
7072 HAVE_XPM=yes 7080 HAVE_XPM=yes
@@ -7075,10 +7083,10 @@ fi
7075fi 7083fi
7076 7084
7077 if test "${HAVE_XPM}" = "yes"; then 7085 if test "${HAVE_XPM}" = "yes"; then
7078 echo "$as_me:7078: checking for XpmReturnAllocPixels preprocessor define" >&5 7086 echo "$as_me:7086: checking for XpmReturnAllocPixels preprocessor define" >&5
7079echo $ECHO_N "checking for XpmReturnAllocPixels preprocessor define... $ECHO_C" >&6 7087echo $ECHO_N "checking for XpmReturnAllocPixels preprocessor define... $ECHO_C" >&6
7080 cat >conftest.$ac_ext <<_ACEOF 7088 cat >conftest.$ac_ext <<_ACEOF
7081#line 7081 "configure" 7089#line 7089 "configure"
7082#include "confdefs.h" 7090#include "confdefs.h"
7083#include "X11/xpm.h" 7091#include "X11/xpm.h"
7084#ifndef XpmReturnAllocPixels 7092#ifndef XpmReturnAllocPixels
@@ -7095,10 +7103,10 @@ fi
7095rm -f conftest* 7103rm -f conftest*
7096 7104
7097 if test "${HAVE_XPM}" = "yes"; then 7105 if test "${HAVE_XPM}" = "yes"; then
7098 echo "$as_me:7098: result: yes" >&5 7106 echo "$as_me:7106: result: yes" >&5
7099echo "${ECHO_T}yes" >&6 7107echo "${ECHO_T}yes" >&6
7100 else 7108 else
7101 echo "$as_me:7101: result: no" >&5 7109 echo "$as_me:7109: result: no" >&5
7102echo "${ECHO_T}no" >&6 7110echo "${ECHO_T}no" >&6
7103 fi 7111 fi
7104 fi 7112 fi
@@ -7116,23 +7124,23 @@ fi
7116HAVE_JPEG=no 7124HAVE_JPEG=no
7117if test "${HAVE_X11}" = "yes"; then 7125if test "${HAVE_X11}" = "yes"; then
7118 if test "${with_jpeg}" != "no"; then 7126 if test "${with_jpeg}" != "no"; then
7119 echo "$as_me:7119: checking for jerror.h" >&5 7127 echo "$as_me:7127: checking for jerror.h" >&5
7120echo $ECHO_N "checking for jerror.h... $ECHO_C" >&6 7128echo $ECHO_N "checking for jerror.h... $ECHO_C" >&6
7121if test "${ac_cv_header_jerror_h+set}" = set; then 7129if test "${ac_cv_header_jerror_h+set}" = set; then
7122 echo $ECHO_N "(cached) $ECHO_C" >&6 7130 echo $ECHO_N "(cached) $ECHO_C" >&6
7123else 7131else
7124 cat >conftest.$ac_ext <<_ACEOF 7132 cat >conftest.$ac_ext <<_ACEOF
7125#line 7125 "configure" 7133#line 7133 "configure"
7126#include "confdefs.h" 7134#include "confdefs.h"
7127#include <jerror.h> 7135#include <jerror.h>
7128_ACEOF 7136_ACEOF
7129if { (eval echo "$as_me:7129: \"$ac_cpp conftest.$ac_ext\"") >&5 7137if { (eval echo "$as_me:7137: \"$ac_cpp conftest.$ac_ext\"") >&5
7130 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7138 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7131 ac_status=$? 7139 ac_status=$?
7132 egrep -v '^ *\+' conftest.er1 >conftest.err 7140 egrep -v '^ *\+' conftest.er1 >conftest.err
7133 rm -f conftest.er1 7141 rm -f conftest.er1
7134 cat conftest.err >&5 7142 cat conftest.err >&5
7135 echo "$as_me:7135: \$? = $ac_status" >&5 7143 echo "$as_me:7143: \$? = $ac_status" >&5
7136 (exit $ac_status); } >/dev/null; then 7144 (exit $ac_status); } >/dev/null; then
7137 if test -s conftest.err; then 7145 if test -s conftest.err; then
7138 ac_cpp_err=$ac_c_preproc_warn_flag 7146 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -7151,10 +7159,10 @@ else
7151fi 7159fi
7152rm -f conftest.err conftest.$ac_ext 7160rm -f conftest.err conftest.$ac_ext
7153fi 7161fi
7154echo "$as_me:7154: result: $ac_cv_header_jerror_h" >&5 7162echo "$as_me:7162: result: $ac_cv_header_jerror_h" >&5
7155echo "${ECHO_T}$ac_cv_header_jerror_h" >&6 7163echo "${ECHO_T}$ac_cv_header_jerror_h" >&6
7156if test $ac_cv_header_jerror_h = yes; then 7164if test $ac_cv_header_jerror_h = yes; then
7157 echo "$as_me:7157: checking for jpeg_destroy_compress in -ljpeg" >&5 7165 echo "$as_me:7165: checking for jpeg_destroy_compress in -ljpeg" >&5
7158echo $ECHO_N "checking for jpeg_destroy_compress in -ljpeg... $ECHO_C" >&6 7166echo $ECHO_N "checking for jpeg_destroy_compress in -ljpeg... $ECHO_C" >&6
7159if test "${ac_cv_lib_jpeg_jpeg_destroy_compress+set}" = set; then 7167if test "${ac_cv_lib_jpeg_jpeg_destroy_compress+set}" = set; then
7160 echo $ECHO_N "(cached) $ECHO_C" >&6 7168 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7162,7 +7170,7 @@ else
7162 ac_check_lib_save_LIBS=$LIBS 7170 ac_check_lib_save_LIBS=$LIBS
7163LIBS="-ljpeg $LIBS" 7171LIBS="-ljpeg $LIBS"
7164cat >conftest.$ac_ext <<_ACEOF 7172cat >conftest.$ac_ext <<_ACEOF
7165#line 7165 "configure" 7173#line 7173 "configure"
7166#include "confdefs.h" 7174#include "confdefs.h"
7167 7175
7168/* Override any gcc2 internal prototype to avoid an error. */ 7176/* Override any gcc2 internal prototype to avoid an error. */
@@ -7181,16 +7189,16 @@ jpeg_destroy_compress ();
7181} 7189}
7182_ACEOF 7190_ACEOF
7183rm -f conftest.$ac_objext conftest$ac_exeext 7191rm -f conftest.$ac_objext conftest$ac_exeext
7184if { (eval echo "$as_me:7184: \"$ac_link\"") >&5 7192if { (eval echo "$as_me:7192: \"$ac_link\"") >&5
7185 (eval $ac_link) 2>&5 7193 (eval $ac_link) 2>&5
7186 ac_status=$? 7194 ac_status=$?
7187 echo "$as_me:7187: \$? = $ac_status" >&5 7195 echo "$as_me:7195: \$? = $ac_status" >&5
7188 (exit $ac_status); } && 7196 (exit $ac_status); } &&
7189 { ac_try='test -s conftest$ac_exeext' 7197 { ac_try='test -s conftest$ac_exeext'
7190 { (eval echo "$as_me:7190: \"$ac_try\"") >&5 7198 { (eval echo "$as_me:7198: \"$ac_try\"") >&5
7191 (eval $ac_try) 2>&5 7199 (eval $ac_try) 2>&5
7192 ac_status=$? 7200 ac_status=$?
7193 echo "$as_me:7193: \$? = $ac_status" >&5 7201 echo "$as_me:7201: \$? = $ac_status" >&5
7194 (exit $ac_status); }; }; then 7202 (exit $ac_status); }; }; then
7195 ac_cv_lib_jpeg_jpeg_destroy_compress=yes 7203 ac_cv_lib_jpeg_jpeg_destroy_compress=yes
7196else 7204else
@@ -7201,7 +7209,7 @@ fi
7201rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7209rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7202LIBS=$ac_check_lib_save_LIBS 7210LIBS=$ac_check_lib_save_LIBS
7203fi 7211fi
7204echo "$as_me:7204: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5 7212echo "$as_me:7212: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5
7205echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_destroy_compress" >&6 7213echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_destroy_compress" >&6
7206if test $ac_cv_lib_jpeg_jpeg_destroy_compress = yes; then 7214if test $ac_cv_lib_jpeg_jpeg_destroy_compress = yes; then
7207 HAVE_JPEG=yes 7215 HAVE_JPEG=yes
@@ -7216,6 +7224,26 @@ fi
7216#define HAVE_JPEG 1 7224#define HAVE_JPEG 1
7217EOF 7225EOF
7218 7226
7227 cat >conftest.$ac_ext <<_ACEOF
7228#line 7228 "configure"
7229#include "confdefs.h"
7230 #include <jpeglib.h>
7231 version=JPEG_LIB_VERSION
7232
7233_ACEOF
7234if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7235 egrep "version= *(6[2-9]|[7-9][0-9])" >/dev/null 2>&1; then
7236 cat >>confdefs.h <<\EOF
7237#define HAVE_JPEG 1
7238EOF
7239
7240else
7241 { echo "$as_me:7241: WARNING: libjpeg found, but not version 6b or later" >&5
7242echo "$as_me: WARNING: libjpeg found, but not version 6b or later" >&2;}
7243 HAVE_JPEG=no
7244fi
7245rm -f conftest*
7246
7219 fi 7247 fi
7220fi 7248fi
7221 7249
@@ -7223,23 +7251,23 @@ fi
7223HAVE_PNG=no 7251HAVE_PNG=no
7224if test "${HAVE_X11}" = "yes"; then 7252if test "${HAVE_X11}" = "yes"; then
7225 if test "${with_png}" != "no"; then 7253 if test "${with_png}" != "no"; then
7226 echo "$as_me:7226: checking for png.h" >&5 7254 echo "$as_me:7254: checking for png.h" >&5
7227echo $ECHO_N "checking for png.h... $ECHO_C" >&6 7255echo $ECHO_N "checking for png.h... $ECHO_C" >&6
7228if test "${ac_cv_header_png_h+set}" = set; then 7256if test "${ac_cv_header_png_h+set}" = set; then
7229 echo $ECHO_N "(cached) $ECHO_C" >&6 7257 echo $ECHO_N "(cached) $ECHO_C" >&6
7230else 7258else
7231 cat >conftest.$ac_ext <<_ACEOF 7259 cat >conftest.$ac_ext <<_ACEOF
7232#line 7232 "configure" 7260#line 7260 "configure"
7233#include "confdefs.h" 7261#include "confdefs.h"
7234#include <png.h> 7262#include <png.h>
7235_ACEOF 7263_ACEOF
7236if { (eval echo "$as_me:7236: \"$ac_cpp conftest.$ac_ext\"") >&5 7264if { (eval echo "$as_me:7264: \"$ac_cpp conftest.$ac_ext\"") >&5
7237 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7265 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7238 ac_status=$? 7266 ac_status=$?
7239 egrep -v '^ *\+' conftest.er1 >conftest.err 7267 egrep -v '^ *\+' conftest.er1 >conftest.err
7240 rm -f conftest.er1 7268 rm -f conftest.er1
7241 cat conftest.err >&5 7269 cat conftest.err >&5
7242 echo "$as_me:7242: \$? = $ac_status" >&5 7270 echo "$as_me:7270: \$? = $ac_status" >&5
7243 (exit $ac_status); } >/dev/null; then 7271 (exit $ac_status); } >/dev/null; then
7244 if test -s conftest.err; then 7272 if test -s conftest.err; then
7245 ac_cpp_err=$ac_c_preproc_warn_flag 7273 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -7258,10 +7286,10 @@ else
7258fi 7286fi
7259rm -f conftest.err conftest.$ac_ext 7287rm -f conftest.err conftest.$ac_ext
7260fi 7288fi
7261echo "$as_me:7261: result: $ac_cv_header_png_h" >&5 7289echo "$as_me:7289: result: $ac_cv_header_png_h" >&5
7262echo "${ECHO_T}$ac_cv_header_png_h" >&6 7290echo "${ECHO_T}$ac_cv_header_png_h" >&6
7263if test $ac_cv_header_png_h = yes; then 7291if test $ac_cv_header_png_h = yes; then
7264 echo "$as_me:7264: checking for png_get_channels in -lpng" >&5 7292 echo "$as_me:7292: checking for png_get_channels in -lpng" >&5
7265echo $ECHO_N "checking for png_get_channels in -lpng... $ECHO_C" >&6 7293echo $ECHO_N "checking for png_get_channels in -lpng... $ECHO_C" >&6
7266if test "${ac_cv_lib_png_png_get_channels+set}" = set; then 7294if test "${ac_cv_lib_png_png_get_channels+set}" = set; then
7267 echo $ECHO_N "(cached) $ECHO_C" >&6 7295 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7269,7 +7297,7 @@ else
7269 ac_check_lib_save_LIBS=$LIBS 7297 ac_check_lib_save_LIBS=$LIBS
7270LIBS="-lpng -lz -lm $LIBS" 7298LIBS="-lpng -lz -lm $LIBS"
7271cat >conftest.$ac_ext <<_ACEOF 7299cat >conftest.$ac_ext <<_ACEOF
7272#line 7272 "configure" 7300#line 7300 "configure"
7273#include "confdefs.h" 7301#include "confdefs.h"
7274 7302
7275/* Override any gcc2 internal prototype to avoid an error. */ 7303/* Override any gcc2 internal prototype to avoid an error. */
@@ -7288,16 +7316,16 @@ png_get_channels ();
7288} 7316}
7289_ACEOF 7317_ACEOF
7290rm -f conftest.$ac_objext conftest$ac_exeext 7318rm -f conftest.$ac_objext conftest$ac_exeext
7291if { (eval echo "$as_me:7291: \"$ac_link\"") >&5 7319if { (eval echo "$as_me:7319: \"$ac_link\"") >&5
7292 (eval $ac_link) 2>&5 7320 (eval $ac_link) 2>&5
7293 ac_status=$? 7321 ac_status=$?
7294 echo "$as_me:7294: \$? = $ac_status" >&5 7322 echo "$as_me:7322: \$? = $ac_status" >&5
7295 (exit $ac_status); } && 7323 (exit $ac_status); } &&
7296 { ac_try='test -s conftest$ac_exeext' 7324 { ac_try='test -s conftest$ac_exeext'
7297 { (eval echo "$as_me:7297: \"$ac_try\"") >&5 7325 { (eval echo "$as_me:7325: \"$ac_try\"") >&5
7298 (eval $ac_try) 2>&5 7326 (eval $ac_try) 2>&5
7299 ac_status=$? 7327 ac_status=$?
7300 echo "$as_me:7300: \$? = $ac_status" >&5 7328 echo "$as_me:7328: \$? = $ac_status" >&5
7301 (exit $ac_status); }; }; then 7329 (exit $ac_status); }; }; then
7302 ac_cv_lib_png_png_get_channels=yes 7330 ac_cv_lib_png_png_get_channels=yes
7303else 7331else
@@ -7308,7 +7336,7 @@ fi
7308rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7336rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7309LIBS=$ac_check_lib_save_LIBS 7337LIBS=$ac_check_lib_save_LIBS
7310fi 7338fi
7311echo "$as_me:7311: result: $ac_cv_lib_png_png_get_channels" >&5 7339echo "$as_me:7339: result: $ac_cv_lib_png_png_get_channels" >&5
7312echo "${ECHO_T}$ac_cv_lib_png_png_get_channels" >&6 7340echo "${ECHO_T}$ac_cv_lib_png_png_get_channels" >&6
7313if test $ac_cv_lib_png_png_get_channels = yes; then 7341if test $ac_cv_lib_png_png_get_channels = yes; then
7314 HAVE_PNG=yes 7342 HAVE_PNG=yes
@@ -7330,23 +7358,23 @@ fi
7330HAVE_TIFF=no 7358HAVE_TIFF=no
7331if test "${HAVE_X11}" = "yes"; then 7359if test "${HAVE_X11}" = "yes"; then
7332 if test "${with_tiff}" != "no"; then 7360 if test "${with_tiff}" != "no"; then
7333 echo "$as_me:7333: checking for tiffio.h" >&5 7361 echo "$as_me:7361: checking for tiffio.h" >&5
7334echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6 7362echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
7335if test "${ac_cv_header_tiffio_h+set}" = set; then 7363if test "${ac_cv_header_tiffio_h+set}" = set; then
7336 echo $ECHO_N "(cached) $ECHO_C" >&6 7364 echo $ECHO_N "(cached) $ECHO_C" >&6
7337else 7365else
7338 cat >conftest.$ac_ext <<_ACEOF 7366 cat >conftest.$ac_ext <<_ACEOF
7339#line 7339 "configure" 7367#line 7367 "configure"
7340#include "confdefs.h" 7368#include "confdefs.h"
7341#include <tiffio.h> 7369#include <tiffio.h>
7342_ACEOF 7370_ACEOF
7343if { (eval echo "$as_me:7343: \"$ac_cpp conftest.$ac_ext\"") >&5 7371if { (eval echo "$as_me:7371: \"$ac_cpp conftest.$ac_ext\"") >&5
7344 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7372 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7345 ac_status=$? 7373 ac_status=$?
7346 egrep -v '^ *\+' conftest.er1 >conftest.err 7374 egrep -v '^ *\+' conftest.er1 >conftest.err
7347 rm -f conftest.er1 7375 rm -f conftest.er1
7348 cat conftest.err >&5 7376 cat conftest.err >&5
7349 echo "$as_me:7349: \$? = $ac_status" >&5 7377 echo "$as_me:7377: \$? = $ac_status" >&5
7350 (exit $ac_status); } >/dev/null; then 7378 (exit $ac_status); } >/dev/null; then
7351 if test -s conftest.err; then 7379 if test -s conftest.err; then
7352 ac_cpp_err=$ac_c_preproc_warn_flag 7380 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -7365,13 +7393,13 @@ else
7365fi 7393fi
7366rm -f conftest.err conftest.$ac_ext 7394rm -f conftest.err conftest.$ac_ext
7367fi 7395fi
7368echo "$as_me:7368: result: $ac_cv_header_tiffio_h" >&5 7396echo "$as_me:7396: result: $ac_cv_header_tiffio_h" >&5
7369echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6 7397echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
7370if test $ac_cv_header_tiffio_h = yes; then 7398if test $ac_cv_header_tiffio_h = yes; then
7371 tifflibs="-lz -lm" 7399 tifflibs="-lz -lm"
7372 # At least one tiff package requires the jpeg library. 7400 # At least one tiff package requires the jpeg library.
7373 if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi 7401 if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi
7374 echo "$as_me:7374: checking for TIFFGetVersion in -ltiff" >&5 7402 echo "$as_me:7402: checking for TIFFGetVersion in -ltiff" >&5
7375echo $ECHO_N "checking for TIFFGetVersion in -ltiff... $ECHO_C" >&6 7403echo $ECHO_N "checking for TIFFGetVersion in -ltiff... $ECHO_C" >&6
7376if test "${ac_cv_lib_tiff_TIFFGetVersion+set}" = set; then 7404if test "${ac_cv_lib_tiff_TIFFGetVersion+set}" = set; then
7377 echo $ECHO_N "(cached) $ECHO_C" >&6 7405 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7379,7 +7407,7 @@ else
7379 ac_check_lib_save_LIBS=$LIBS 7407 ac_check_lib_save_LIBS=$LIBS
7380LIBS="-ltiff $tifflibs $LIBS" 7408LIBS="-ltiff $tifflibs $LIBS"
7381cat >conftest.$ac_ext <<_ACEOF 7409cat >conftest.$ac_ext <<_ACEOF
7382#line 7382 "configure" 7410#line 7410 "configure"
7383#include "confdefs.h" 7411#include "confdefs.h"
7384 7412
7385/* Override any gcc2 internal prototype to avoid an error. */ 7413/* Override any gcc2 internal prototype to avoid an error. */
@@ -7398,16 +7426,16 @@ TIFFGetVersion ();
7398} 7426}
7399_ACEOF 7427_ACEOF
7400rm -f conftest.$ac_objext conftest$ac_exeext 7428rm -f conftest.$ac_objext conftest$ac_exeext
7401if { (eval echo "$as_me:7401: \"$ac_link\"") >&5 7429if { (eval echo "$as_me:7429: \"$ac_link\"") >&5
7402 (eval $ac_link) 2>&5 7430 (eval $ac_link) 2>&5
7403 ac_status=$? 7431 ac_status=$?
7404 echo "$as_me:7404: \$? = $ac_status" >&5 7432 echo "$as_me:7432: \$? = $ac_status" >&5
7405 (exit $ac_status); } && 7433 (exit $ac_status); } &&
7406 { ac_try='test -s conftest$ac_exeext' 7434 { ac_try='test -s conftest$ac_exeext'
7407 { (eval echo "$as_me:7407: \"$ac_try\"") >&5 7435 { (eval echo "$as_me:7435: \"$ac_try\"") >&5
7408 (eval $ac_try) 2>&5 7436 (eval $ac_try) 2>&5
7409 ac_status=$? 7437 ac_status=$?
7410 echo "$as_me:7410: \$? = $ac_status" >&5 7438 echo "$as_me:7438: \$? = $ac_status" >&5
7411 (exit $ac_status); }; }; then 7439 (exit $ac_status); }; }; then
7412 ac_cv_lib_tiff_TIFFGetVersion=yes 7440 ac_cv_lib_tiff_TIFFGetVersion=yes
7413else 7441else
@@ -7418,7 +7446,7 @@ fi
7418rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7446rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7419LIBS=$ac_check_lib_save_LIBS 7447LIBS=$ac_check_lib_save_LIBS
7420fi 7448fi
7421echo "$as_me:7421: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5 7449echo "$as_me:7449: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5
7422echo "${ECHO_T}$ac_cv_lib_tiff_TIFFGetVersion" >&6 7450echo "${ECHO_T}$ac_cv_lib_tiff_TIFFGetVersion" >&6
7423if test $ac_cv_lib_tiff_TIFFGetVersion = yes; then 7451if test $ac_cv_lib_tiff_TIFFGetVersion = yes; then
7424 HAVE_TIFF=yes 7452 HAVE_TIFF=yes
@@ -7440,23 +7468,23 @@ fi
7440HAVE_GIF=no 7468HAVE_GIF=no
7441if test "${HAVE_X11}" = "yes"; then 7469if test "${HAVE_X11}" = "yes"; then
7442 if test "${with_gif}" != "no"; then 7470 if test "${with_gif}" != "no"; then
7443 echo "$as_me:7443: checking for gif_lib.h" >&5 7471 echo "$as_me:7471: checking for gif_lib.h" >&5
7444echo $ECHO_N "checking for gif_lib.h... $ECHO_C" >&6 7472echo $ECHO_N "checking for gif_lib.h... $ECHO_C" >&6
7445if test "${ac_cv_header_gif_lib_h+set}" = set; then 7473if test "${ac_cv_header_gif_lib_h+set}" = set; then
7446 echo $ECHO_N "(cached) $ECHO_C" >&6 7474 echo $ECHO_N "(cached) $ECHO_C" >&6
7447else 7475else
7448 cat >conftest.$ac_ext <<_ACEOF 7476 cat >conftest.$ac_ext <<_ACEOF
7449#line 7449 "configure" 7477#line 7477 "configure"
7450#include "confdefs.h" 7478#include "confdefs.h"
7451#include <gif_lib.h> 7479#include <gif_lib.h>
7452_ACEOF 7480_ACEOF
7453if { (eval echo "$as_me:7453: \"$ac_cpp conftest.$ac_ext\"") >&5 7481if { (eval echo "$as_me:7481: \"$ac_cpp conftest.$ac_ext\"") >&5
7454 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7482 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7455 ac_status=$? 7483 ac_status=$?
7456 egrep -v '^ *\+' conftest.er1 >conftest.err 7484 egrep -v '^ *\+' conftest.er1 >conftest.err
7457 rm -f conftest.er1 7485 rm -f conftest.er1
7458 cat conftest.err >&5 7486 cat conftest.err >&5
7459 echo "$as_me:7459: \$? = $ac_status" >&5 7487 echo "$as_me:7487: \$? = $ac_status" >&5
7460 (exit $ac_status); } >/dev/null; then 7488 (exit $ac_status); } >/dev/null; then
7461 if test -s conftest.err; then 7489 if test -s conftest.err; then
7462 ac_cpp_err=$ac_c_preproc_warn_flag 7490 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -7475,18 +7503,20 @@ else
7475fi 7503fi
7476rm -f conftest.err conftest.$ac_ext 7504rm -f conftest.err conftest.$ac_ext
7477fi 7505fi
7478echo "$as_me:7478: result: $ac_cv_header_gif_lib_h" >&5 7506echo "$as_me:7506: result: $ac_cv_header_gif_lib_h" >&5
7479echo "${ECHO_T}$ac_cv_header_gif_lib_h" >&6 7507echo "${ECHO_T}$ac_cv_header_gif_lib_h" >&6
7480if test $ac_cv_header_gif_lib_h = yes; then 7508if test $ac_cv_header_gif_lib_h = yes; then
7481 echo "$as_me:7481: checking for DGifOpen in -lungif" >&5 7509 # EGifPutExtensionLast only exists from version libungif-4.1.0b1.
7482echo $ECHO_N "checking for DGifOpen in -lungif... $ECHO_C" >&6 7510# Earlier versions can crash Emacs.
7483if test "${ac_cv_lib_ungif_DGifOpen+set}" = set; then 7511 echo "$as_me:7511: checking for EGifPutExtensionLast in -lungif" >&5
7512echo $ECHO_N "checking for EGifPutExtensionLast in -lungif... $ECHO_C" >&6
7513if test "${ac_cv_lib_ungif_EGifPutExtensionLast+set}" = set; then
7484 echo $ECHO_N "(cached) $ECHO_C" >&6 7514 echo $ECHO_N "(cached) $ECHO_C" >&6
7485else 7515else
7486 ac_check_lib_save_LIBS=$LIBS 7516 ac_check_lib_save_LIBS=$LIBS
7487LIBS="-lungif $LIBS" 7517LIBS="-lungif $LIBS"
7488cat >conftest.$ac_ext <<_ACEOF 7518cat >conftest.$ac_ext <<_ACEOF
7489#line 7489 "configure" 7519#line 7519 "configure"
7490#include "confdefs.h" 7520#include "confdefs.h"
7491 7521
7492/* Override any gcc2 internal prototype to avoid an error. */ 7522/* Override any gcc2 internal prototype to avoid an error. */
@@ -7495,39 +7525,39 @@ extern "C"
7495#endif 7525#endif
7496/* We use char because int might match the return type of a gcc2 7526/* We use char because int might match the return type of a gcc2
7497 builtin and then its argument prototype would still apply. */ 7527 builtin and then its argument prototype would still apply. */
7498char DGifOpen (); 7528char EGifPutExtensionLast ();
7499int 7529int
7500main () 7530main ()
7501{ 7531{
7502DGifOpen (); 7532EGifPutExtensionLast ();
7503 ; 7533 ;
7504 return 0; 7534 return 0;
7505} 7535}
7506_ACEOF 7536_ACEOF
7507rm -f conftest.$ac_objext conftest$ac_exeext 7537rm -f conftest.$ac_objext conftest$ac_exeext
7508if { (eval echo "$as_me:7508: \"$ac_link\"") >&5 7538if { (eval echo "$as_me:7538: \"$ac_link\"") >&5
7509 (eval $ac_link) 2>&5 7539 (eval $ac_link) 2>&5
7510 ac_status=$? 7540 ac_status=$?
7511 echo "$as_me:7511: \$? = $ac_status" >&5 7541 echo "$as_me:7541: \$? = $ac_status" >&5
7512 (exit $ac_status); } && 7542 (exit $ac_status); } &&
7513 { ac_try='test -s conftest$ac_exeext' 7543 { ac_try='test -s conftest$ac_exeext'
7514 { (eval echo "$as_me:7514: \"$ac_try\"") >&5 7544 { (eval echo "$as_me:7544: \"$ac_try\"") >&5
7515 (eval $ac_try) 2>&5 7545 (eval $ac_try) 2>&5
7516 ac_status=$? 7546 ac_status=$?
7517 echo "$as_me:7517: \$? = $ac_status" >&5 7547 echo "$as_me:7547: \$? = $ac_status" >&5
7518 (exit $ac_status); }; }; then 7548 (exit $ac_status); }; }; then
7519 ac_cv_lib_ungif_DGifOpen=yes 7549 ac_cv_lib_ungif_EGifPutExtensionLast=yes
7520else 7550else
7521 echo "$as_me: failed program was:" >&5 7551 echo "$as_me: failed program was:" >&5
7522cat conftest.$ac_ext >&5 7552cat conftest.$ac_ext >&5
7523ac_cv_lib_ungif_DGifOpen=no 7553ac_cv_lib_ungif_EGifPutExtensionLast=no
7524fi 7554fi
7525rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7555rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7526LIBS=$ac_check_lib_save_LIBS 7556LIBS=$ac_check_lib_save_LIBS
7527fi 7557fi
7528echo "$as_me:7528: result: $ac_cv_lib_ungif_DGifOpen" >&5 7558echo "$as_me:7558: result: $ac_cv_lib_ungif_EGifPutExtensionLast" >&5
7529echo "${ECHO_T}$ac_cv_lib_ungif_DGifOpen" >&6 7559echo "${ECHO_T}$ac_cv_lib_ungif_EGifPutExtensionLast" >&6
7530if test $ac_cv_lib_ungif_DGifOpen = yes; then 7560if test $ac_cv_lib_ungif_EGifPutExtensionLast = yes; then
7531 HAVE_GIF=yes 7561 HAVE_GIF=yes
7532fi 7562fi
7533 7563
@@ -7544,13 +7574,13 @@ EOF
7544fi 7574fi
7545 7575
7546# If netdb.h doesn't declare h_errno, we must declare it by hand. 7576# If netdb.h doesn't declare h_errno, we must declare it by hand.
7547echo "$as_me:7547: checking whether netdb declares h_errno" >&5 7577echo "$as_me:7577: checking whether netdb declares h_errno" >&5
7548echo $ECHO_N "checking whether netdb declares h_errno... $ECHO_C" >&6 7578echo $ECHO_N "checking whether netdb declares h_errno... $ECHO_C" >&6
7549if test "${emacs_cv_netdb_declares_h_errno+set}" = set; then 7579if test "${emacs_cv_netdb_declares_h_errno+set}" = set; then
7550 echo $ECHO_N "(cached) $ECHO_C" >&6 7580 echo $ECHO_N "(cached) $ECHO_C" >&6
7551else 7581else
7552 cat >conftest.$ac_ext <<_ACEOF 7582 cat >conftest.$ac_ext <<_ACEOF
7553#line 7553 "configure" 7583#line 7583 "configure"
7554#include "confdefs.h" 7584#include "confdefs.h"
7555#include <netdb.h> 7585#include <netdb.h>
7556int 7586int
@@ -7562,16 +7592,16 @@ return h_errno;
7562} 7592}
7563_ACEOF 7593_ACEOF
7564rm -f conftest.$ac_objext conftest$ac_exeext 7594rm -f conftest.$ac_objext conftest$ac_exeext
7565if { (eval echo "$as_me:7565: \"$ac_link\"") >&5 7595if { (eval echo "$as_me:7595: \"$ac_link\"") >&5
7566 (eval $ac_link) 2>&5 7596 (eval $ac_link) 2>&5
7567 ac_status=$? 7597 ac_status=$?
7568 echo "$as_me:7568: \$? = $ac_status" >&5 7598 echo "$as_me:7598: \$? = $ac_status" >&5
7569 (exit $ac_status); } && 7599 (exit $ac_status); } &&
7570 { ac_try='test -s conftest$ac_exeext' 7600 { ac_try='test -s conftest$ac_exeext'
7571 { (eval echo "$as_me:7571: \"$ac_try\"") >&5 7601 { (eval echo "$as_me:7601: \"$ac_try\"") >&5
7572 (eval $ac_try) 2>&5 7602 (eval $ac_try) 2>&5
7573 ac_status=$? 7603 ac_status=$?
7574 echo "$as_me:7574: \$? = $ac_status" >&5 7604 echo "$as_me:7604: \$? = $ac_status" >&5
7575 (exit $ac_status); }; }; then 7605 (exit $ac_status); }; }; then
7576 emacs_cv_netdb_declares_h_errno=yes 7606 emacs_cv_netdb_declares_h_errno=yes
7577else 7607else
@@ -7581,7 +7611,7 @@ emacs_cv_netdb_declares_h_errno=no
7581fi 7611fi
7582rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7612rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7583fi 7613fi
7584echo "$as_me:7584: result: $emacs_cv_netdb_declares_h_errno" >&5 7614echo "$as_me:7614: result: $emacs_cv_netdb_declares_h_errno" >&5
7585echo "${ECHO_T}$emacs_cv_netdb_declares_h_errno" >&6 7615echo "${ECHO_T}$emacs_cv_netdb_declares_h_errno" >&6
7586if test $emacs_cv_netdb_declares_h_errno = yes; then 7616if test $emacs_cv_netdb_declares_h_errno = yes; then
7587 cat >>confdefs.h <<\EOF 7617 cat >>confdefs.h <<\EOF
@@ -7592,13 +7622,13 @@ fi
7592 7622
7593# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works 7623# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
7594# for constant arguments. Useless! 7624# for constant arguments. Useless!
7595echo "$as_me:7595: checking for working alloca.h" >&5 7625echo "$as_me:7625: checking for working alloca.h" >&5
7596echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6 7626echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
7597if test "${ac_cv_working_alloca_h+set}" = set; then 7627if test "${ac_cv_working_alloca_h+set}" = set; then
7598 echo $ECHO_N "(cached) $ECHO_C" >&6 7628 echo $ECHO_N "(cached) $ECHO_C" >&6
7599else 7629else
7600 cat >conftest.$ac_ext <<_ACEOF 7630 cat >conftest.$ac_ext <<_ACEOF
7601#line 7601 "configure" 7631#line 7631 "configure"
7602#include "confdefs.h" 7632#include "confdefs.h"
7603#include <alloca.h> 7633#include <alloca.h>
7604int 7634int
@@ -7610,16 +7640,16 @@ char *p = (char *) alloca (2 * sizeof (int));
7610} 7640}
7611_ACEOF 7641_ACEOF
7612rm -f conftest.$ac_objext conftest$ac_exeext 7642rm -f conftest.$ac_objext conftest$ac_exeext
7613if { (eval echo "$as_me:7613: \"$ac_link\"") >&5 7643if { (eval echo "$as_me:7643: \"$ac_link\"") >&5
7614 (eval $ac_link) 2>&5 7644 (eval $ac_link) 2>&5
7615 ac_status=$? 7645 ac_status=$?
7616 echo "$as_me:7616: \$? = $ac_status" >&5 7646 echo "$as_me:7646: \$? = $ac_status" >&5
7617 (exit $ac_status); } && 7647 (exit $ac_status); } &&
7618 { ac_try='test -s conftest$ac_exeext' 7648 { ac_try='test -s conftest$ac_exeext'
7619 { (eval echo "$as_me:7619: \"$ac_try\"") >&5 7649 { (eval echo "$as_me:7649: \"$ac_try\"") >&5
7620 (eval $ac_try) 2>&5 7650 (eval $ac_try) 2>&5
7621 ac_status=$? 7651 ac_status=$?
7622 echo "$as_me:7622: \$? = $ac_status" >&5 7652 echo "$as_me:7652: \$? = $ac_status" >&5
7623 (exit $ac_status); }; }; then 7653 (exit $ac_status); }; }; then
7624 ac_cv_working_alloca_h=yes 7654 ac_cv_working_alloca_h=yes
7625else 7655else
@@ -7629,7 +7659,7 @@ ac_cv_working_alloca_h=no
7629fi 7659fi
7630rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7660rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7631fi 7661fi
7632echo "$as_me:7632: result: $ac_cv_working_alloca_h" >&5 7662echo "$as_me:7662: result: $ac_cv_working_alloca_h" >&5
7633echo "${ECHO_T}$ac_cv_working_alloca_h" >&6 7663echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
7634if test $ac_cv_working_alloca_h = yes; then 7664if test $ac_cv_working_alloca_h = yes; then
7635 7665
@@ -7639,13 +7669,13 @@ EOF
7639 7669
7640fi 7670fi
7641 7671
7642echo "$as_me:7642: checking for alloca" >&5 7672echo "$as_me:7672: checking for alloca" >&5
7643echo $ECHO_N "checking for alloca... $ECHO_C" >&6 7673echo $ECHO_N "checking for alloca... $ECHO_C" >&6
7644if test "${ac_cv_func_alloca_works+set}" = set; then 7674if test "${ac_cv_func_alloca_works+set}" = set; then
7645 echo $ECHO_N "(cached) $ECHO_C" >&6 7675 echo $ECHO_N "(cached) $ECHO_C" >&6
7646else 7676else
7647 cat >conftest.$ac_ext <<_ACEOF 7677 cat >conftest.$ac_ext <<_ACEOF
7648#line 7648 "configure" 7678#line 7678 "configure"
7649#include "confdefs.h" 7679#include "confdefs.h"
7650#ifdef __GNUC__ 7680#ifdef __GNUC__
7651# define alloca __builtin_alloca 7681# define alloca __builtin_alloca
@@ -7677,16 +7707,16 @@ char *p = (char *) alloca (1);
7677} 7707}
7678_ACEOF 7708_ACEOF
7679rm -f conftest.$ac_objext conftest$ac_exeext 7709rm -f conftest.$ac_objext conftest$ac_exeext
7680if { (eval echo "$as_me:7680: \"$ac_link\"") >&5 7710if { (eval echo "$as_me:7710: \"$ac_link\"") >&5
7681 (eval $ac_link) 2>&5 7711 (eval $ac_link) 2>&5
7682 ac_status=$? 7712 ac_status=$?
7683 echo "$as_me:7683: \$? = $ac_status" >&5 7713 echo "$as_me:7713: \$? = $ac_status" >&5
7684 (exit $ac_status); } && 7714 (exit $ac_status); } &&
7685 { ac_try='test -s conftest$ac_exeext' 7715 { ac_try='test -s conftest$ac_exeext'
7686 { (eval echo "$as_me:7686: \"$ac_try\"") >&5 7716 { (eval echo "$as_me:7716: \"$ac_try\"") >&5
7687 (eval $ac_try) 2>&5 7717 (eval $ac_try) 2>&5
7688 ac_status=$? 7718 ac_status=$?
7689 echo "$as_me:7689: \$? = $ac_status" >&5 7719 echo "$as_me:7719: \$? = $ac_status" >&5
7690 (exit $ac_status); }; }; then 7720 (exit $ac_status); }; }; then
7691 ac_cv_func_alloca_works=yes 7721 ac_cv_func_alloca_works=yes
7692else 7722else
@@ -7696,7 +7726,7 @@ ac_cv_func_alloca_works=no
7696fi 7726fi
7697rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7727rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7698fi 7728fi
7699echo "$as_me:7699: result: $ac_cv_func_alloca_works" >&5 7729echo "$as_me:7729: result: $ac_cv_func_alloca_works" >&5
7700echo "${ECHO_T}$ac_cv_func_alloca_works" >&6 7730echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
7701 7731
7702if test $ac_cv_func_alloca_works = yes; then 7732if test $ac_cv_func_alloca_works = yes; then
@@ -7717,13 +7747,13 @@ cat >>confdefs.h <<\EOF
7717#define C_ALLOCA 1 7747#define C_ALLOCA 1
7718EOF 7748EOF
7719 7749
7720echo "$as_me:7720: checking whether \`alloca.c' needs Cray hooks" >&5 7750echo "$as_me:7750: checking whether \`alloca.c' needs Cray hooks" >&5
7721echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6 7751echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
7722if test "${ac_cv_os_cray+set}" = set; then 7752if test "${ac_cv_os_cray+set}" = set; then
7723 echo $ECHO_N "(cached) $ECHO_C" >&6 7753 echo $ECHO_N "(cached) $ECHO_C" >&6
7724else 7754else
7725 cat >conftest.$ac_ext <<_ACEOF 7755 cat >conftest.$ac_ext <<_ACEOF
7726#line 7726 "configure" 7756#line 7756 "configure"
7727#include "confdefs.h" 7757#include "confdefs.h"
7728#if defined(CRAY) && ! defined(CRAY2) 7758#if defined(CRAY) && ! defined(CRAY2)
7729webecray 7759webecray
@@ -7741,18 +7771,18 @@ fi
7741rm -f conftest* 7771rm -f conftest*
7742 7772
7743fi 7773fi
7744echo "$as_me:7744: result: $ac_cv_os_cray" >&5 7774echo "$as_me:7774: result: $ac_cv_os_cray" >&5
7745echo "${ECHO_T}$ac_cv_os_cray" >&6 7775echo "${ECHO_T}$ac_cv_os_cray" >&6
7746if test $ac_cv_os_cray = yes; then 7776if test $ac_cv_os_cray = yes; then
7747 for ac_func in _getb67 GETB67 getb67; do 7777 for ac_func in _getb67 GETB67 getb67; do
7748 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 7778 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7749echo "$as_me:7749: checking for $ac_func" >&5 7779echo "$as_me:7779: checking for $ac_func" >&5
7750echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 7780echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7751if eval "test \"\${$as_ac_var+set}\" = set"; then 7781if eval "test \"\${$as_ac_var+set}\" = set"; then
7752 echo $ECHO_N "(cached) $ECHO_C" >&6 7782 echo $ECHO_N "(cached) $ECHO_C" >&6
7753else 7783else
7754 cat >conftest.$ac_ext <<_ACEOF 7784 cat >conftest.$ac_ext <<_ACEOF
7755#line 7755 "configure" 7785#line 7785 "configure"
7756#include "confdefs.h" 7786#include "confdefs.h"
7757/* System header to define __stub macros and hopefully few prototypes, 7787/* System header to define __stub macros and hopefully few prototypes,
7758 which can conflict with char $ac_func (); below. */ 7788 which can conflict with char $ac_func (); below. */
@@ -7783,16 +7813,16 @@ f = $ac_func;
7783} 7813}
7784_ACEOF 7814_ACEOF
7785rm -f conftest.$ac_objext conftest$ac_exeext 7815rm -f conftest.$ac_objext conftest$ac_exeext
7786if { (eval echo "$as_me:7786: \"$ac_link\"") >&5 7816if { (eval echo "$as_me:7816: \"$ac_link\"") >&5
7787 (eval $ac_link) 2>&5 7817 (eval $ac_link) 2>&5
7788 ac_status=$? 7818 ac_status=$?
7789 echo "$as_me:7789: \$? = $ac_status" >&5 7819 echo "$as_me:7819: \$? = $ac_status" >&5
7790 (exit $ac_status); } && 7820 (exit $ac_status); } &&
7791 { ac_try='test -s conftest$ac_exeext' 7821 { ac_try='test -s conftest$ac_exeext'
7792 { (eval echo "$as_me:7792: \"$ac_try\"") >&5 7822 { (eval echo "$as_me:7822: \"$ac_try\"") >&5
7793 (eval $ac_try) 2>&5 7823 (eval $ac_try) 2>&5
7794 ac_status=$? 7824 ac_status=$?
7795 echo "$as_me:7795: \$? = $ac_status" >&5 7825 echo "$as_me:7825: \$? = $ac_status" >&5
7796 (exit $ac_status); }; }; then 7826 (exit $ac_status); }; }; then
7797 eval "$as_ac_var=yes" 7827 eval "$as_ac_var=yes"
7798else 7828else
@@ -7802,7 +7832,7 @@ eval "$as_ac_var=no"
7802fi 7832fi
7803rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7833rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7804fi 7834fi
7805echo "$as_me:7805: result: `eval echo '${'$as_ac_var'}'`" >&5 7835echo "$as_me:7835: result: `eval echo '${'$as_ac_var'}'`" >&5
7806echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 7836echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7807if test `eval echo '${'$as_ac_var'}'` = yes; then 7837if test `eval echo '${'$as_ac_var'}'` = yes; then
7808 7838
@@ -7816,7 +7846,7 @@ fi
7816 done 7846 done
7817fi 7847fi
7818 7848
7819echo "$as_me:7819: checking stack direction for C alloca" >&5 7849echo "$as_me:7849: checking stack direction for C alloca" >&5
7820echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6 7850echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
7821if test "${ac_cv_c_stack_direction+set}" = set; then 7851if test "${ac_cv_c_stack_direction+set}" = set; then
7822 echo $ECHO_N "(cached) $ECHO_C" >&6 7852 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7825,7 +7855,7 @@ else
7825 ac_cv_c_stack_direction=0 7855 ac_cv_c_stack_direction=0
7826else 7856else
7827 cat >conftest.$ac_ext <<_ACEOF 7857 cat >conftest.$ac_ext <<_ACEOF
7828#line 7828 "configure" 7858#line 7858 "configure"
7829#include "confdefs.h" 7859#include "confdefs.h"
7830int 7860int
7831find_stack_direction () 7861find_stack_direction ()
@@ -7848,15 +7878,15 @@ main ()
7848} 7878}
7849_ACEOF 7879_ACEOF
7850rm -f conftest$ac_exeext 7880rm -f conftest$ac_exeext
7851if { (eval echo "$as_me:7851: \"$ac_link\"") >&5 7881if { (eval echo "$as_me:7881: \"$ac_link\"") >&5
7852 (eval $ac_link) 2>&5 7882 (eval $ac_link) 2>&5
7853 ac_status=$? 7883 ac_status=$?
7854 echo "$as_me:7854: \$? = $ac_status" >&5 7884 echo "$as_me:7884: \$? = $ac_status" >&5
7855 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 7885 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7856 { (eval echo "$as_me:7856: \"$ac_try\"") >&5 7886 { (eval echo "$as_me:7886: \"$ac_try\"") >&5
7857 (eval $ac_try) 2>&5 7887 (eval $ac_try) 2>&5
7858 ac_status=$? 7888 ac_status=$?
7859 echo "$as_me:7859: \$? = $ac_status" >&5 7889 echo "$as_me:7889: \$? = $ac_status" >&5
7860 (exit $ac_status); }; }; then 7890 (exit $ac_status); }; }; then
7861 ac_cv_c_stack_direction=1 7891 ac_cv_c_stack_direction=1
7862else 7892else
@@ -7868,7 +7898,7 @@ fi
7868rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 7898rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7869fi 7899fi
7870fi 7900fi
7871echo "$as_me:7871: result: $ac_cv_c_stack_direction" >&5 7901echo "$as_me:7901: result: $ac_cv_c_stack_direction" >&5
7872echo "${ECHO_T}$ac_cv_c_stack_direction" >&6 7902echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
7873 7903
7874cat >>confdefs.h <<EOF 7904cat >>confdefs.h <<EOF
@@ -7880,7 +7910,7 @@ fi
7880# fmod, logb, and frexp are found in -lm on most systems. 7910# fmod, logb, and frexp are found in -lm on most systems.
7881# On HPUX 9.01, -lm does not contain logb, so check for sqrt. 7911# On HPUX 9.01, -lm does not contain logb, so check for sqrt.
7882 7912
7883echo "$as_me:7883: checking for sqrt in -lm" >&5 7913echo "$as_me:7913: checking for sqrt in -lm" >&5
7884echo $ECHO_N "checking for sqrt in -lm... $ECHO_C" >&6 7914echo $ECHO_N "checking for sqrt in -lm... $ECHO_C" >&6
7885if test "${ac_cv_lib_m_sqrt+set}" = set; then 7915if test "${ac_cv_lib_m_sqrt+set}" = set; then
7886 echo $ECHO_N "(cached) $ECHO_C" >&6 7916 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7888,7 +7918,7 @@ else
7888 ac_check_lib_save_LIBS=$LIBS 7918 ac_check_lib_save_LIBS=$LIBS
7889LIBS="-lm $LIBS" 7919LIBS="-lm $LIBS"
7890cat >conftest.$ac_ext <<_ACEOF 7920cat >conftest.$ac_ext <<_ACEOF
7891#line 7891 "configure" 7921#line 7921 "configure"
7892#include "confdefs.h" 7922#include "confdefs.h"
7893 7923
7894/* Override any gcc2 internal prototype to avoid an error. */ 7924/* Override any gcc2 internal prototype to avoid an error. */
@@ -7907,16 +7937,16 @@ sqrt ();
7907} 7937}
7908_ACEOF 7938_ACEOF
7909rm -f conftest.$ac_objext conftest$ac_exeext 7939rm -f conftest.$ac_objext conftest$ac_exeext
7910if { (eval echo "$as_me:7910: \"$ac_link\"") >&5 7940if { (eval echo "$as_me:7940: \"$ac_link\"") >&5
7911 (eval $ac_link) 2>&5 7941 (eval $ac_link) 2>&5
7912 ac_status=$? 7942 ac_status=$?
7913 echo "$as_me:7913: \$? = $ac_status" >&5 7943 echo "$as_me:7943: \$? = $ac_status" >&5
7914 (exit $ac_status); } && 7944 (exit $ac_status); } &&
7915 { ac_try='test -s conftest$ac_exeext' 7945 { ac_try='test -s conftest$ac_exeext'
7916 { (eval echo "$as_me:7916: \"$ac_try\"") >&5 7946 { (eval echo "$as_me:7946: \"$ac_try\"") >&5
7917 (eval $ac_try) 2>&5 7947 (eval $ac_try) 2>&5
7918 ac_status=$? 7948 ac_status=$?
7919 echo "$as_me:7919: \$? = $ac_status" >&5 7949 echo "$as_me:7949: \$? = $ac_status" >&5
7920 (exit $ac_status); }; }; then 7950 (exit $ac_status); }; }; then
7921 ac_cv_lib_m_sqrt=yes 7951 ac_cv_lib_m_sqrt=yes
7922else 7952else
@@ -7927,7 +7957,7 @@ fi
7927rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7957rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7928LIBS=$ac_check_lib_save_LIBS 7958LIBS=$ac_check_lib_save_LIBS
7929fi 7959fi
7930echo "$as_me:7930: result: $ac_cv_lib_m_sqrt" >&5 7960echo "$as_me:7960: result: $ac_cv_lib_m_sqrt" >&5
7931echo "${ECHO_T}$ac_cv_lib_m_sqrt" >&6 7961echo "${ECHO_T}$ac_cv_lib_m_sqrt" >&6
7932if test $ac_cv_lib_m_sqrt = yes; then 7962if test $ac_cv_lib_m_sqrt = yes; then
7933 cat >>confdefs.h <<EOF 7963 cat >>confdefs.h <<EOF
@@ -7940,7 +7970,7 @@ fi
7940 7970
7941# Check for mail-locking functions in a "mail" library 7971# Check for mail-locking functions in a "mail" library
7942 7972
7943echo "$as_me:7943: checking for maillock in -lmail" >&5 7973echo "$as_me:7973: checking for maillock in -lmail" >&5
7944echo $ECHO_N "checking for maillock in -lmail... $ECHO_C" >&6 7974echo $ECHO_N "checking for maillock in -lmail... $ECHO_C" >&6
7945if test "${ac_cv_lib_mail_maillock+set}" = set; then 7975if test "${ac_cv_lib_mail_maillock+set}" = set; then
7946 echo $ECHO_N "(cached) $ECHO_C" >&6 7976 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7948,7 +7978,7 @@ else
7948 ac_check_lib_save_LIBS=$LIBS 7978 ac_check_lib_save_LIBS=$LIBS
7949LIBS="-lmail $LIBS" 7979LIBS="-lmail $LIBS"
7950cat >conftest.$ac_ext <<_ACEOF 7980cat >conftest.$ac_ext <<_ACEOF
7951#line 7951 "configure" 7981#line 7981 "configure"
7952#include "confdefs.h" 7982#include "confdefs.h"
7953 7983
7954/* Override any gcc2 internal prototype to avoid an error. */ 7984/* Override any gcc2 internal prototype to avoid an error. */
@@ -7967,16 +7997,16 @@ maillock ();
7967} 7997}
7968_ACEOF 7998_ACEOF
7969rm -f conftest.$ac_objext conftest$ac_exeext 7999rm -f conftest.$ac_objext conftest$ac_exeext
7970if { (eval echo "$as_me:7970: \"$ac_link\"") >&5 8000if { (eval echo "$as_me:8000: \"$ac_link\"") >&5
7971 (eval $ac_link) 2>&5 8001 (eval $ac_link) 2>&5
7972 ac_status=$? 8002 ac_status=$?
7973 echo "$as_me:7973: \$? = $ac_status" >&5 8003 echo "$as_me:8003: \$? = $ac_status" >&5
7974 (exit $ac_status); } && 8004 (exit $ac_status); } &&
7975 { ac_try='test -s conftest$ac_exeext' 8005 { ac_try='test -s conftest$ac_exeext'
7976 { (eval echo "$as_me:7976: \"$ac_try\"") >&5 8006 { (eval echo "$as_me:8006: \"$ac_try\"") >&5
7977 (eval $ac_try) 2>&5 8007 (eval $ac_try) 2>&5
7978 ac_status=$? 8008 ac_status=$?
7979 echo "$as_me:7979: \$? = $ac_status" >&5 8009 echo "$as_me:8009: \$? = $ac_status" >&5
7980 (exit $ac_status); }; }; then 8010 (exit $ac_status); }; }; then
7981 ac_cv_lib_mail_maillock=yes 8011 ac_cv_lib_mail_maillock=yes
7982else 8012else
@@ -7987,7 +8017,7 @@ fi
7987rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8017rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7988LIBS=$ac_check_lib_save_LIBS 8018LIBS=$ac_check_lib_save_LIBS
7989fi 8019fi
7990echo "$as_me:7990: result: $ac_cv_lib_mail_maillock" >&5 8020echo "$as_me:8020: result: $ac_cv_lib_mail_maillock" >&5
7991echo "${ECHO_T}$ac_cv_lib_mail_maillock" >&6 8021echo "${ECHO_T}$ac_cv_lib_mail_maillock" >&6
7992if test $ac_cv_lib_mail_maillock = yes; then 8022if test $ac_cv_lib_mail_maillock = yes; then
7993 cat >>confdefs.h <<EOF 8023 cat >>confdefs.h <<EOF
@@ -7998,7 +8028,7 @@ EOF
7998 8028
7999fi 8029fi
8000 8030
8001echo "$as_me:8001: checking for maillock in -llockfile" >&5 8031echo "$as_me:8031: checking for maillock in -llockfile" >&5
8002echo $ECHO_N "checking for maillock in -llockfile... $ECHO_C" >&6 8032echo $ECHO_N "checking for maillock in -llockfile... $ECHO_C" >&6
8003if test "${ac_cv_lib_lockfile_maillock+set}" = set; then 8033if test "${ac_cv_lib_lockfile_maillock+set}" = set; then
8004 echo $ECHO_N "(cached) $ECHO_C" >&6 8034 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8006,7 +8036,7 @@ else
8006 ac_check_lib_save_LIBS=$LIBS 8036 ac_check_lib_save_LIBS=$LIBS
8007LIBS="-llockfile $LIBS" 8037LIBS="-llockfile $LIBS"
8008cat >conftest.$ac_ext <<_ACEOF 8038cat >conftest.$ac_ext <<_ACEOF
8009#line 8009 "configure" 8039#line 8039 "configure"
8010#include "confdefs.h" 8040#include "confdefs.h"
8011 8041
8012/* Override any gcc2 internal prototype to avoid an error. */ 8042/* Override any gcc2 internal prototype to avoid an error. */
@@ -8025,16 +8055,16 @@ maillock ();
8025} 8055}
8026_ACEOF 8056_ACEOF
8027rm -f conftest.$ac_objext conftest$ac_exeext 8057rm -f conftest.$ac_objext conftest$ac_exeext
8028if { (eval echo "$as_me:8028: \"$ac_link\"") >&5 8058if { (eval echo "$as_me:8058: \"$ac_link\"") >&5
8029 (eval $ac_link) 2>&5 8059 (eval $ac_link) 2>&5
8030 ac_status=$? 8060 ac_status=$?
8031 echo "$as_me:8031: \$? = $ac_status" >&5 8061 echo "$as_me:8061: \$? = $ac_status" >&5
8032 (exit $ac_status); } && 8062 (exit $ac_status); } &&
8033 { ac_try='test -s conftest$ac_exeext' 8063 { ac_try='test -s conftest$ac_exeext'
8034 { (eval echo "$as_me:8034: \"$ac_try\"") >&5 8064 { (eval echo "$as_me:8064: \"$ac_try\"") >&5
8035 (eval $ac_try) 2>&5 8065 (eval $ac_try) 2>&5
8036 ac_status=$? 8066 ac_status=$?
8037 echo "$as_me:8037: \$? = $ac_status" >&5 8067 echo "$as_me:8067: \$? = $ac_status" >&5
8038 (exit $ac_status); }; }; then 8068 (exit $ac_status); }; }; then
8039 ac_cv_lib_lockfile_maillock=yes 8069 ac_cv_lib_lockfile_maillock=yes
8040else 8070else
@@ -8045,7 +8075,7 @@ fi
8045rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8075rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8046LIBS=$ac_check_lib_save_LIBS 8076LIBS=$ac_check_lib_save_LIBS
8047fi 8077fi
8048echo "$as_me:8048: result: $ac_cv_lib_lockfile_maillock" >&5 8078echo "$as_me:8078: result: $ac_cv_lib_lockfile_maillock" >&5
8049echo "${ECHO_T}$ac_cv_lib_lockfile_maillock" >&6 8079echo "${ECHO_T}$ac_cv_lib_lockfile_maillock" >&6
8050if test $ac_cv_lib_lockfile_maillock = yes; then 8080if test $ac_cv_lib_lockfile_maillock = yes; then
8051 cat >>confdefs.h <<EOF 8081 cat >>confdefs.h <<EOF
@@ -8062,7 +8092,7 @@ fi
8062if test "$ac_cv_lib_lockfile_maillock" = no; then 8092if test "$ac_cv_lib_lockfile_maillock" = no; then
8063 # Extract the first word of "liblockfile.so", so it can be a program name with args. 8093 # Extract the first word of "liblockfile.so", so it can be a program name with args.
8064set dummy liblockfile.so; ac_word=$2 8094set dummy liblockfile.so; ac_word=$2
8065echo "$as_me:8065: checking for $ac_word" >&5 8095echo "$as_me:8095: checking for $ac_word" >&5
8066echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 8096echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8067if test "${ac_cv_prog_liblockfile+set}" = set; then 8097if test "${ac_cv_prog_liblockfile+set}" = set; then
8068 echo $ECHO_N "(cached) $ECHO_C" >&6 8098 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8077,7 +8107,7 @@ for ac_dir in $ac_dummy; do
8077 test -z "$ac_dir" && ac_dir=. 8107 test -z "$ac_dir" && ac_dir=.
8078 $as_executable_p "$ac_dir/$ac_word" || continue 8108 $as_executable_p "$ac_dir/$ac_word" || continue
8079ac_cv_prog_liblockfile="yes" 8109ac_cv_prog_liblockfile="yes"
8080echo "$as_me:8080: found $ac_dir/$ac_word" >&5 8110echo "$as_me:8110: found $ac_dir/$ac_word" >&5
8081break 8111break
8082done 8112done
8083 8113
@@ -8086,15 +8116,15 @@ fi
8086fi 8116fi
8087liblockfile=$ac_cv_prog_liblockfile 8117liblockfile=$ac_cv_prog_liblockfile
8088if test -n "$liblockfile"; then 8118if test -n "$liblockfile"; then
8089 echo "$as_me:8089: result: $liblockfile" >&5 8119 echo "$as_me:8119: result: $liblockfile" >&5
8090echo "${ECHO_T}$liblockfile" >&6 8120echo "${ECHO_T}$liblockfile" >&6
8091else 8121else
8092 echo "$as_me:8092: result: no" >&5 8122 echo "$as_me:8122: result: no" >&5
8093echo "${ECHO_T}no" >&6 8123echo "${ECHO_T}no" >&6
8094fi 8124fi
8095 8125
8096 if test $ac_cv_prog_liblockfile = yes; then 8126 if test $ac_cv_prog_liblockfile = yes; then
8097 { { echo "$as_me:8097: error: Shared liblockfile found but can't link against it. 8127 { { echo "$as_me:8127: error: Shared liblockfile found but can't link against it.
8098This probably means that movemail could lose mail. 8128This probably means that movemail could lose mail.
8099There may be a \`development' package to install containing liblockfile." >&5 8129There may be a \`development' package to install containing liblockfile." >&5
8100echo "$as_me: error: Shared liblockfile found but can't link against it. 8130echo "$as_me: error: Shared liblockfile found but can't link against it.
@@ -8112,13 +8142,13 @@ fi
8112for ac_func in touchlock 8142for ac_func in touchlock
8113do 8143do
8114as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 8144as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8115echo "$as_me:8115: checking for $ac_func" >&5 8145echo "$as_me:8145: checking for $ac_func" >&5
8116echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 8146echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8117if eval "test \"\${$as_ac_var+set}\" = set"; then 8147if eval "test \"\${$as_ac_var+set}\" = set"; then
8118 echo $ECHO_N "(cached) $ECHO_C" >&6 8148 echo $ECHO_N "(cached) $ECHO_C" >&6
8119else 8149else
8120 cat >conftest.$ac_ext <<_ACEOF 8150 cat >conftest.$ac_ext <<_ACEOF
8121#line 8121 "configure" 8151#line 8151 "configure"
8122#include "confdefs.h" 8152#include "confdefs.h"
8123/* System header to define __stub macros and hopefully few prototypes, 8153/* System header to define __stub macros and hopefully few prototypes,
8124 which can conflict with char $ac_func (); below. */ 8154 which can conflict with char $ac_func (); below. */
@@ -8149,16 +8179,16 @@ f = $ac_func;
8149} 8179}
8150_ACEOF 8180_ACEOF
8151rm -f conftest.$ac_objext conftest$ac_exeext 8181rm -f conftest.$ac_objext conftest$ac_exeext
8152if { (eval echo "$as_me:8152: \"$ac_link\"") >&5 8182if { (eval echo "$as_me:8182: \"$ac_link\"") >&5
8153 (eval $ac_link) 2>&5 8183 (eval $ac_link) 2>&5
8154 ac_status=$? 8184 ac_status=$?
8155 echo "$as_me:8155: \$? = $ac_status" >&5 8185 echo "$as_me:8185: \$? = $ac_status" >&5
8156 (exit $ac_status); } && 8186 (exit $ac_status); } &&
8157 { ac_try='test -s conftest$ac_exeext' 8187 { ac_try='test -s conftest$ac_exeext'
8158 { (eval echo "$as_me:8158: \"$ac_try\"") >&5 8188 { (eval echo "$as_me:8188: \"$ac_try\"") >&5
8159 (eval $ac_try) 2>&5 8189 (eval $ac_try) 2>&5
8160 ac_status=$? 8190 ac_status=$?
8161 echo "$as_me:8161: \$? = $ac_status" >&5 8191 echo "$as_me:8191: \$? = $ac_status" >&5
8162 (exit $ac_status); }; }; then 8192 (exit $ac_status); }; }; then
8163 eval "$as_ac_var=yes" 8193 eval "$as_ac_var=yes"
8164else 8194else
@@ -8168,7 +8198,7 @@ eval "$as_ac_var=no"
8168fi 8198fi
8169rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8199rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8170fi 8200fi
8171echo "$as_me:8171: result: `eval echo '${'$as_ac_var'}'`" >&5 8201echo "$as_me:8201: result: `eval echo '${'$as_ac_var'}'`" >&5
8172echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 8202echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8173if test `eval echo '${'$as_ac_var'}'` = yes; then 8203if test `eval echo '${'$as_ac_var'}'` = yes; then
8174 cat >>confdefs.h <<EOF 8204 cat >>confdefs.h <<EOF
@@ -8181,23 +8211,23 @@ done
8181for ac_header in maillock.h 8211for ac_header in maillock.h
8182do 8212do
8183as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 8213as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8184echo "$as_me:8184: checking for $ac_header" >&5 8214echo "$as_me:8214: checking for $ac_header" >&5
8185echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 8215echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8186if eval "test \"\${$as_ac_Header+set}\" = set"; then 8216if eval "test \"\${$as_ac_Header+set}\" = set"; then
8187 echo $ECHO_N "(cached) $ECHO_C" >&6 8217 echo $ECHO_N "(cached) $ECHO_C" >&6
8188else 8218else
8189 cat >conftest.$ac_ext <<_ACEOF 8219 cat >conftest.$ac_ext <<_ACEOF
8190#line 8190 "configure" 8220#line 8220 "configure"
8191#include "confdefs.h" 8221#include "confdefs.h"
8192#include <$ac_header> 8222#include <$ac_header>
8193_ACEOF 8223_ACEOF
8194if { (eval echo "$as_me:8194: \"$ac_cpp conftest.$ac_ext\"") >&5 8224if { (eval echo "$as_me:8224: \"$ac_cpp conftest.$ac_ext\"") >&5
8195 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 8225 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
8196 ac_status=$? 8226 ac_status=$?
8197 egrep -v '^ *\+' conftest.er1 >conftest.err 8227 egrep -v '^ *\+' conftest.er1 >conftest.err
8198 rm -f conftest.er1 8228 rm -f conftest.er1
8199 cat conftest.err >&5 8229 cat conftest.err >&5
8200 echo "$as_me:8200: \$? = $ac_status" >&5 8230 echo "$as_me:8230: \$? = $ac_status" >&5
8201 (exit $ac_status); } >/dev/null; then 8231 (exit $ac_status); } >/dev/null; then
8202 if test -s conftest.err; then 8232 if test -s conftest.err; then
8203 ac_cpp_err=$ac_c_preproc_warn_flag 8233 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -8216,7 +8246,7 @@ else
8216fi 8246fi
8217rm -f conftest.err conftest.$ac_ext 8247rm -f conftest.err conftest.$ac_ext
8218fi 8248fi
8219echo "$as_me:8219: result: `eval echo '${'$as_ac_Header'}'`" >&5 8249echo "$as_me:8249: result: `eval echo '${'$as_ac_Header'}'`" >&5
8220echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 8250echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8221if test `eval echo '${'$as_ac_Header'}'` = yes; then 8251if test `eval echo '${'$as_ac_Header'}'` = yes; then
8222 cat >>confdefs.h <<EOF 8252 cat >>confdefs.h <<EOF
@@ -8235,13 +8265,13 @@ __fpending mblen mbrlen mbsinit strsignal setitimer ualarm index rindex \
8235gai_strerror mkstemp 8265gai_strerror mkstemp
8236do 8266do
8237as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 8267as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8238echo "$as_me:8238: checking for $ac_func" >&5 8268echo "$as_me:8268: checking for $ac_func" >&5
8239echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 8269echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8240if eval "test \"\${$as_ac_var+set}\" = set"; then 8270if eval "test \"\${$as_ac_var+set}\" = set"; then
8241 echo $ECHO_N "(cached) $ECHO_C" >&6 8271 echo $ECHO_N "(cached) $ECHO_C" >&6
8242else 8272else
8243 cat >conftest.$ac_ext <<_ACEOF 8273 cat >conftest.$ac_ext <<_ACEOF
8244#line 8244 "configure" 8274#line 8274 "configure"
8245#include "confdefs.h" 8275#include "confdefs.h"
8246/* System header to define __stub macros and hopefully few prototypes, 8276/* System header to define __stub macros and hopefully few prototypes,
8247 which can conflict with char $ac_func (); below. */ 8277 which can conflict with char $ac_func (); below. */
@@ -8272,16 +8302,16 @@ f = $ac_func;
8272} 8302}
8273_ACEOF 8303_ACEOF
8274rm -f conftest.$ac_objext conftest$ac_exeext 8304rm -f conftest.$ac_objext conftest$ac_exeext
8275if { (eval echo "$as_me:8275: \"$ac_link\"") >&5 8305if { (eval echo "$as_me:8305: \"$ac_link\"") >&5
8276 (eval $ac_link) 2>&5 8306 (eval $ac_link) 2>&5
8277 ac_status=$? 8307 ac_status=$?
8278 echo "$as_me:8278: \$? = $ac_status" >&5 8308 echo "$as_me:8308: \$? = $ac_status" >&5
8279 (exit $ac_status); } && 8309 (exit $ac_status); } &&
8280 { ac_try='test -s conftest$ac_exeext' 8310 { ac_try='test -s conftest$ac_exeext'
8281 { (eval echo "$as_me:8281: \"$ac_try\"") >&5 8311 { (eval echo "$as_me:8311: \"$ac_try\"") >&5
8282 (eval $ac_try) 2>&5 8312 (eval $ac_try) 2>&5
8283 ac_status=$? 8313 ac_status=$?
8284 echo "$as_me:8284: \$? = $ac_status" >&5 8314 echo "$as_me:8314: \$? = $ac_status" >&5
8285 (exit $ac_status); }; }; then 8315 (exit $ac_status); }; }; then
8286 eval "$as_ac_var=yes" 8316 eval "$as_ac_var=yes"
8287else 8317else
@@ -8291,7 +8321,7 @@ eval "$as_ac_var=no"
8291fi 8321fi
8292rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8322rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8293fi 8323fi
8294echo "$as_me:8294: result: `eval echo '${'$as_ac_var'}'`" >&5 8324echo "$as_me:8324: result: `eval echo '${'$as_ac_var'}'`" >&5
8295echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 8325echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8296if test `eval echo '${'$as_ac_var'}'` = yes; then 8326if test `eval echo '${'$as_ac_var'}'` = yes; then
8297 cat >>confdefs.h <<EOF 8327 cat >>confdefs.h <<EOF
@@ -8304,23 +8334,23 @@ done
8304for ac_header in sys/time.h unistd.h 8334for ac_header in sys/time.h unistd.h
8305do 8335do
8306as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 8336as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8307echo "$as_me:8307: checking for $ac_header" >&5 8337echo "$as_me:8337: checking for $ac_header" >&5
8308echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 8338echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8309if eval "test \"\${$as_ac_Header+set}\" = set"; then 8339if eval "test \"\${$as_ac_Header+set}\" = set"; then
8310 echo $ECHO_N "(cached) $ECHO_C" >&6 8340 echo $ECHO_N "(cached) $ECHO_C" >&6
8311else 8341else
8312 cat >conftest.$ac_ext <<_ACEOF 8342 cat >conftest.$ac_ext <<_ACEOF
8313#line 8313 "configure" 8343#line 8343 "configure"
8314#include "confdefs.h" 8344#include "confdefs.h"
8315#include <$ac_header> 8345#include <$ac_header>
8316_ACEOF 8346_ACEOF
8317if { (eval echo "$as_me:8317: \"$ac_cpp conftest.$ac_ext\"") >&5 8347if { (eval echo "$as_me:8347: \"$ac_cpp conftest.$ac_ext\"") >&5
8318 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 8348 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
8319 ac_status=$? 8349 ac_status=$?
8320 egrep -v '^ *\+' conftest.er1 >conftest.err 8350 egrep -v '^ *\+' conftest.er1 >conftest.err
8321 rm -f conftest.er1 8351 rm -f conftest.er1
8322 cat conftest.err >&5 8352 cat conftest.err >&5
8323 echo "$as_me:8323: \$? = $ac_status" >&5 8353 echo "$as_me:8353: \$? = $ac_status" >&5
8324 (exit $ac_status); } >/dev/null; then 8354 (exit $ac_status); } >/dev/null; then
8325 if test -s conftest.err; then 8355 if test -s conftest.err; then
8326 ac_cpp_err=$ac_c_preproc_warn_flag 8356 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -8339,7 +8369,7 @@ else
8339fi 8369fi
8340rm -f conftest.err conftest.$ac_ext 8370rm -f conftest.err conftest.$ac_ext
8341fi 8371fi
8342echo "$as_me:8342: result: `eval echo '${'$as_ac_Header'}'`" >&5 8372echo "$as_me:8372: result: `eval echo '${'$as_ac_Header'}'`" >&5
8343echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 8373echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8344if test `eval echo '${'$as_ac_Header'}'` = yes; then 8374if test `eval echo '${'$as_ac_Header'}'` = yes; then
8345 cat >>confdefs.h <<EOF 8375 cat >>confdefs.h <<EOF
@@ -8352,13 +8382,13 @@ done
8352for ac_func in alarm 8382for ac_func in alarm
8353do 8383do
8354as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 8384as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8355echo "$as_me:8355: checking for $ac_func" >&5 8385echo "$as_me:8385: checking for $ac_func" >&5
8356echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 8386echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8357if eval "test \"\${$as_ac_var+set}\" = set"; then 8387if eval "test \"\${$as_ac_var+set}\" = set"; then
8358 echo $ECHO_N "(cached) $ECHO_C" >&6 8388 echo $ECHO_N "(cached) $ECHO_C" >&6
8359else 8389else
8360 cat >conftest.$ac_ext <<_ACEOF 8390 cat >conftest.$ac_ext <<_ACEOF
8361#line 8361 "configure" 8391#line 8391 "configure"
8362#include "confdefs.h" 8392#include "confdefs.h"
8363/* System header to define __stub macros and hopefully few prototypes, 8393/* System header to define __stub macros and hopefully few prototypes,
8364 which can conflict with char $ac_func (); below. */ 8394 which can conflict with char $ac_func (); below. */
@@ -8389,16 +8419,16 @@ f = $ac_func;
8389} 8419}
8390_ACEOF 8420_ACEOF
8391rm -f conftest.$ac_objext conftest$ac_exeext 8421rm -f conftest.$ac_objext conftest$ac_exeext
8392if { (eval echo "$as_me:8392: \"$ac_link\"") >&5 8422if { (eval echo "$as_me:8422: \"$ac_link\"") >&5
8393 (eval $ac_link) 2>&5 8423 (eval $ac_link) 2>&5
8394 ac_status=$? 8424 ac_status=$?
8395 echo "$as_me:8395: \$? = $ac_status" >&5 8425 echo "$as_me:8425: \$? = $ac_status" >&5
8396 (exit $ac_status); } && 8426 (exit $ac_status); } &&
8397 { ac_try='test -s conftest$ac_exeext' 8427 { ac_try='test -s conftest$ac_exeext'
8398 { (eval echo "$as_me:8398: \"$ac_try\"") >&5 8428 { (eval echo "$as_me:8428: \"$ac_try\"") >&5
8399 (eval $ac_try) 2>&5 8429 (eval $ac_try) 2>&5
8400 ac_status=$? 8430 ac_status=$?
8401 echo "$as_me:8401: \$? = $ac_status" >&5 8431 echo "$as_me:8431: \$? = $ac_status" >&5
8402 (exit $ac_status); }; }; then 8432 (exit $ac_status); }; }; then
8403 eval "$as_ac_var=yes" 8433 eval "$as_ac_var=yes"
8404else 8434else
@@ -8408,7 +8438,7 @@ eval "$as_ac_var=no"
8408fi 8438fi
8409rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8439rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8410fi 8440fi
8411echo "$as_me:8411: result: `eval echo '${'$as_ac_var'}'`" >&5 8441echo "$as_me:8441: result: `eval echo '${'$as_ac_var'}'`" >&5
8412echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 8442echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8413if test `eval echo '${'$as_ac_var'}'` = yes; then 8443if test `eval echo '${'$as_ac_var'}'` = yes; then
8414 cat >>confdefs.h <<EOF 8444 cat >>confdefs.h <<EOF
@@ -8418,7 +8448,7 @@ EOF
8418fi 8448fi
8419done 8449done
8420 8450
8421echo "$as_me:8421: checking for working mktime" >&5 8451echo "$as_me:8451: checking for working mktime" >&5
8422echo $ECHO_N "checking for working mktime... $ECHO_C" >&6 8452echo $ECHO_N "checking for working mktime... $ECHO_C" >&6
8423if test "${ac_cv_func_working_mktime+set}" = set; then 8453if test "${ac_cv_func_working_mktime+set}" = set; then
8424 echo $ECHO_N "(cached) $ECHO_C" >&6 8454 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8427,7 +8457,7 @@ else
8427 ac_cv_func_working_mktime=no 8457 ac_cv_func_working_mktime=no
8428else 8458else
8429 cat >conftest.$ac_ext <<_ACEOF 8459 cat >conftest.$ac_ext <<_ACEOF
8430#line 8430 "configure" 8460#line 8460 "configure"
8431#include "confdefs.h" 8461#include "confdefs.h"
8432/* Test program from Paul Eggert and Tony Leneis. */ 8462/* Test program from Paul Eggert and Tony Leneis. */
8433#if TIME_WITH_SYS_TIME 8463#if TIME_WITH_SYS_TIME
@@ -8576,15 +8606,15 @@ main ()
8576} 8606}
8577_ACEOF 8607_ACEOF
8578rm -f conftest$ac_exeext 8608rm -f conftest$ac_exeext
8579if { (eval echo "$as_me:8579: \"$ac_link\"") >&5 8609if { (eval echo "$as_me:8609: \"$ac_link\"") >&5
8580 (eval $ac_link) 2>&5 8610 (eval $ac_link) 2>&5
8581 ac_status=$? 8611 ac_status=$?
8582 echo "$as_me:8582: \$? = $ac_status" >&5 8612 echo "$as_me:8612: \$? = $ac_status" >&5
8583 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 8613 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8584 { (eval echo "$as_me:8584: \"$ac_try\"") >&5 8614 { (eval echo "$as_me:8614: \"$ac_try\"") >&5
8585 (eval $ac_try) 2>&5 8615 (eval $ac_try) 2>&5
8586 ac_status=$? 8616 ac_status=$?
8587 echo "$as_me:8587: \$? = $ac_status" >&5 8617 echo "$as_me:8617: \$? = $ac_status" >&5
8588 (exit $ac_status); }; }; then 8618 (exit $ac_status); }; }; then
8589 ac_cv_func_working_mktime=yes 8619 ac_cv_func_working_mktime=yes
8590else 8620else
@@ -8596,7 +8626,7 @@ fi
8596rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 8626rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8597fi 8627fi
8598fi 8628fi
8599echo "$as_me:8599: result: $ac_cv_func_working_mktime" >&5 8629echo "$as_me:8629: result: $ac_cv_func_working_mktime" >&5
8600echo "${ECHO_T}$ac_cv_func_working_mktime" >&6 8630echo "${ECHO_T}$ac_cv_func_working_mktime" >&6
8601if test $ac_cv_func_working_mktime = no; then 8631if test $ac_cv_func_working_mktime = no; then
8602 LIBOBJS="$LIBOBJS mktime.$ac_objext" 8632 LIBOBJS="$LIBOBJS mktime.$ac_objext"
@@ -8614,13 +8644,13 @@ ac_have_func=no # yes means we've found a way to get the load average.
8614ac_save_LIBS=$LIBS 8644ac_save_LIBS=$LIBS
8615 8645
8616# Check for getloadavg, but be sure not to touch the cache variable. 8646# Check for getloadavg, but be sure not to touch the cache variable.
8617(echo "$as_me:8617: checking for getloadavg" >&5 8647(echo "$as_me:8647: checking for getloadavg" >&5
8618echo $ECHO_N "checking for getloadavg... $ECHO_C" >&6 8648echo $ECHO_N "checking for getloadavg... $ECHO_C" >&6
8619if test "${ac_cv_func_getloadavg+set}" = set; then 8649if test "${ac_cv_func_getloadavg+set}" = set; then
8620 echo $ECHO_N "(cached) $ECHO_C" >&6 8650 echo $ECHO_N "(cached) $ECHO_C" >&6
8621else 8651else
8622 cat >conftest.$ac_ext <<_ACEOF 8652 cat >conftest.$ac_ext <<_ACEOF
8623#line 8623 "configure" 8653#line 8653 "configure"
8624#include "confdefs.h" 8654#include "confdefs.h"
8625/* System header to define __stub macros and hopefully few prototypes, 8655/* System header to define __stub macros and hopefully few prototypes,
8626 which can conflict with char getloadavg (); below. */ 8656 which can conflict with char getloadavg (); below. */
@@ -8651,16 +8681,16 @@ f = getloadavg;
8651} 8681}
8652_ACEOF 8682_ACEOF
8653rm -f conftest.$ac_objext conftest$ac_exeext 8683rm -f conftest.$ac_objext conftest$ac_exeext
8654if { (eval echo "$as_me:8654: \"$ac_link\"") >&5 8684if { (eval echo "$as_me:8684: \"$ac_link\"") >&5
8655 (eval $ac_link) 2>&5 8685 (eval $ac_link) 2>&5
8656 ac_status=$? 8686 ac_status=$?
8657 echo "$as_me:8657: \$? = $ac_status" >&5 8687 echo "$as_me:8687: \$? = $ac_status" >&5
8658 (exit $ac_status); } && 8688 (exit $ac_status); } &&
8659 { ac_try='test -s conftest$ac_exeext' 8689 { ac_try='test -s conftest$ac_exeext'
8660 { (eval echo "$as_me:8660: \"$ac_try\"") >&5 8690 { (eval echo "$as_me:8690: \"$ac_try\"") >&5
8661 (eval $ac_try) 2>&5 8691 (eval $ac_try) 2>&5
8662 ac_status=$? 8692 ac_status=$?
8663 echo "$as_me:8663: \$? = $ac_status" >&5 8693 echo "$as_me:8693: \$? = $ac_status" >&5
8664 (exit $ac_status); }; }; then 8694 (exit $ac_status); }; }; then
8665 ac_cv_func_getloadavg=yes 8695 ac_cv_func_getloadavg=yes
8666else 8696else
@@ -8670,7 +8700,7 @@ ac_cv_func_getloadavg=no
8670fi 8700fi
8671rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8701rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8672fi 8702fi
8673echo "$as_me:8673: result: $ac_cv_func_getloadavg" >&5 8703echo "$as_me:8703: result: $ac_cv_func_getloadavg" >&5
8674echo "${ECHO_T}$ac_cv_func_getloadavg" >&6 8704echo "${ECHO_T}$ac_cv_func_getloadavg" >&6
8675if test $ac_cv_func_getloadavg = yes; then 8705if test $ac_cv_func_getloadavg = yes; then
8676 exit 0 8706 exit 0
@@ -8684,13 +8714,13 @@ fi
8684for ac_func in pstat_getdynamic 8714for ac_func in pstat_getdynamic
8685do 8715do
8686as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 8716as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8687echo "$as_me:8687: checking for $ac_func" >&5 8717echo "$as_me:8717: checking for $ac_func" >&5
8688echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 8718echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8689if eval "test \"\${$as_ac_var+set}\" = set"; then 8719if eval "test \"\${$as_ac_var+set}\" = set"; then
8690 echo $ECHO_N "(cached) $ECHO_C" >&6 8720 echo $ECHO_N "(cached) $ECHO_C" >&6
8691else 8721else
8692 cat >conftest.$ac_ext <<_ACEOF 8722 cat >conftest.$ac_ext <<_ACEOF
8693#line 8693 "configure" 8723#line 8723 "configure"
8694#include "confdefs.h" 8724#include "confdefs.h"
8695/* System header to define __stub macros and hopefully few prototypes, 8725/* System header to define __stub macros and hopefully few prototypes,
8696 which can conflict with char $ac_func (); below. */ 8726 which can conflict with char $ac_func (); below. */
@@ -8721,16 +8751,16 @@ f = $ac_func;
8721} 8751}
8722_ACEOF 8752_ACEOF
8723rm -f conftest.$ac_objext conftest$ac_exeext 8753rm -f conftest.$ac_objext conftest$ac_exeext
8724if { (eval echo "$as_me:8724: \"$ac_link\"") >&5 8754if { (eval echo "$as_me:8754: \"$ac_link\"") >&5
8725 (eval $ac_link) 2>&5 8755 (eval $ac_link) 2>&5
8726 ac_status=$? 8756 ac_status=$?
8727 echo "$as_me:8727: \$? = $ac_status" >&5 8757 echo "$as_me:8757: \$? = $ac_status" >&5
8728 (exit $ac_status); } && 8758 (exit $ac_status); } &&
8729 { ac_try='test -s conftest$ac_exeext' 8759 { ac_try='test -s conftest$ac_exeext'
8730 { (eval echo "$as_me:8730: \"$ac_try\"") >&5 8760 { (eval echo "$as_me:8760: \"$ac_try\"") >&5
8731 (eval $ac_try) 2>&5 8761 (eval $ac_try) 2>&5
8732 ac_status=$? 8762 ac_status=$?
8733 echo "$as_me:8733: \$? = $ac_status" >&5 8763 echo "$as_me:8763: \$? = $ac_status" >&5
8734 (exit $ac_status); }; }; then 8764 (exit $ac_status); }; }; then
8735 eval "$as_ac_var=yes" 8765 eval "$as_ac_var=yes"
8736else 8766else
@@ -8740,7 +8770,7 @@ eval "$as_ac_var=no"
8740fi 8770fi
8741rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8771rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8742fi 8772fi
8743echo "$as_me:8743: result: `eval echo '${'$as_ac_var'}'`" >&5 8773echo "$as_me:8773: result: `eval echo '${'$as_ac_var'}'`" >&5
8744echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 8774echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8745if test `eval echo '${'$as_ac_var'}'` = yes; then 8775if test `eval echo '${'$as_ac_var'}'` = yes; then
8746 cat >>confdefs.h <<EOF 8776 cat >>confdefs.h <<EOF
@@ -8752,7 +8782,7 @@ done
8752 8782
8753# Solaris has libkstat which does not require root. 8783# Solaris has libkstat which does not require root.
8754 8784
8755echo "$as_me:8755: checking for kstat_open in -lkstat" >&5 8785echo "$as_me:8785: checking for kstat_open in -lkstat" >&5
8756echo $ECHO_N "checking for kstat_open in -lkstat... $ECHO_C" >&6 8786echo $ECHO_N "checking for kstat_open in -lkstat... $ECHO_C" >&6
8757if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then 8787if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
8758 echo $ECHO_N "(cached) $ECHO_C" >&6 8788 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8760,7 +8790,7 @@ else
8760 ac_check_lib_save_LIBS=$LIBS 8790 ac_check_lib_save_LIBS=$LIBS
8761LIBS="-lkstat $LIBS" 8791LIBS="-lkstat $LIBS"
8762cat >conftest.$ac_ext <<_ACEOF 8792cat >conftest.$ac_ext <<_ACEOF
8763#line 8763 "configure" 8793#line 8793 "configure"
8764#include "confdefs.h" 8794#include "confdefs.h"
8765 8795
8766/* Override any gcc2 internal prototype to avoid an error. */ 8796/* Override any gcc2 internal prototype to avoid an error. */
@@ -8779,16 +8809,16 @@ kstat_open ();
8779} 8809}
8780_ACEOF 8810_ACEOF
8781rm -f conftest.$ac_objext conftest$ac_exeext 8811rm -f conftest.$ac_objext conftest$ac_exeext
8782if { (eval echo "$as_me:8782: \"$ac_link\"") >&5 8812if { (eval echo "$as_me:8812: \"$ac_link\"") >&5
8783 (eval $ac_link) 2>&5 8813 (eval $ac_link) 2>&5
8784 ac_status=$? 8814 ac_status=$?
8785 echo "$as_me:8785: \$? = $ac_status" >&5 8815 echo "$as_me:8815: \$? = $ac_status" >&5
8786 (exit $ac_status); } && 8816 (exit $ac_status); } &&
8787 { ac_try='test -s conftest$ac_exeext' 8817 { ac_try='test -s conftest$ac_exeext'
8788 { (eval echo "$as_me:8788: \"$ac_try\"") >&5 8818 { (eval echo "$as_me:8818: \"$ac_try\"") >&5
8789 (eval $ac_try) 2>&5 8819 (eval $ac_try) 2>&5
8790 ac_status=$? 8820 ac_status=$?
8791 echo "$as_me:8791: \$? = $ac_status" >&5 8821 echo "$as_me:8821: \$? = $ac_status" >&5
8792 (exit $ac_status); }; }; then 8822 (exit $ac_status); }; }; then
8793 ac_cv_lib_kstat_kstat_open=yes 8823 ac_cv_lib_kstat_kstat_open=yes
8794else 8824else
@@ -8799,7 +8829,7 @@ fi
8799rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8829rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8800LIBS=$ac_check_lib_save_LIBS 8830LIBS=$ac_check_lib_save_LIBS
8801fi 8831fi
8802echo "$as_me:8802: result: $ac_cv_lib_kstat_kstat_open" >&5 8832echo "$as_me:8832: result: $ac_cv_lib_kstat_kstat_open" >&5
8803echo "${ECHO_T}$ac_cv_lib_kstat_kstat_open" >&6 8833echo "${ECHO_T}$ac_cv_lib_kstat_kstat_open" >&6
8804if test $ac_cv_lib_kstat_kstat_open = yes; then 8834if test $ac_cv_lib_kstat_kstat_open = yes; then
8805 cat >>confdefs.h <<EOF 8835 cat >>confdefs.h <<EOF
@@ -8817,7 +8847,7 @@ test $ac_cv_lib_kstat_kstat_open = yes && ac_have_func=yes
8817# to get the right answer into the cache. 8847# to get the right answer into the cache.
8818# For kstat on solaris, we need libelf to force the definition of SVR4 below. 8848# For kstat on solaris, we need libelf to force the definition of SVR4 below.
8819if test $ac_have_func = no; then 8849if test $ac_have_func = no; then
8820 echo "$as_me:8820: checking for elf_begin in -lelf" >&5 8850 echo "$as_me:8850: checking for elf_begin in -lelf" >&5
8821echo $ECHO_N "checking for elf_begin in -lelf... $ECHO_C" >&6 8851echo $ECHO_N "checking for elf_begin in -lelf... $ECHO_C" >&6
8822if test "${ac_cv_lib_elf_elf_begin+set}" = set; then 8852if test "${ac_cv_lib_elf_elf_begin+set}" = set; then
8823 echo $ECHO_N "(cached) $ECHO_C" >&6 8853 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8825,7 +8855,7 @@ else
8825 ac_check_lib_save_LIBS=$LIBS 8855 ac_check_lib_save_LIBS=$LIBS
8826LIBS="-lelf $LIBS" 8856LIBS="-lelf $LIBS"
8827cat >conftest.$ac_ext <<_ACEOF 8857cat >conftest.$ac_ext <<_ACEOF
8828#line 8828 "configure" 8858#line 8858 "configure"
8829#include "confdefs.h" 8859#include "confdefs.h"
8830 8860
8831/* Override any gcc2 internal prototype to avoid an error. */ 8861/* Override any gcc2 internal prototype to avoid an error. */
@@ -8844,16 +8874,16 @@ elf_begin ();
8844} 8874}
8845_ACEOF 8875_ACEOF
8846rm -f conftest.$ac_objext conftest$ac_exeext 8876rm -f conftest.$ac_objext conftest$ac_exeext
8847if { (eval echo "$as_me:8847: \"$ac_link\"") >&5 8877if { (eval echo "$as_me:8877: \"$ac_link\"") >&5
8848 (eval $ac_link) 2>&5 8878 (eval $ac_link) 2>&5
8849 ac_status=$? 8879 ac_status=$?
8850 echo "$as_me:8850: \$? = $ac_status" >&5 8880 echo "$as_me:8880: \$? = $ac_status" >&5
8851 (exit $ac_status); } && 8881 (exit $ac_status); } &&
8852 { ac_try='test -s conftest$ac_exeext' 8882 { ac_try='test -s conftest$ac_exeext'
8853 { (eval echo "$as_me:8853: \"$ac_try\"") >&5 8883 { (eval echo "$as_me:8883: \"$ac_try\"") >&5
8854 (eval $ac_try) 2>&5 8884 (eval $ac_try) 2>&5
8855 ac_status=$? 8885 ac_status=$?
8856 echo "$as_me:8856: \$? = $ac_status" >&5 8886 echo "$as_me:8886: \$? = $ac_status" >&5
8857 (exit $ac_status); }; }; then 8887 (exit $ac_status); }; }; then
8858 ac_cv_lib_elf_elf_begin=yes 8888 ac_cv_lib_elf_elf_begin=yes
8859else 8889else
@@ -8864,7 +8894,7 @@ fi
8864rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8894rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8865LIBS=$ac_check_lib_save_LIBS 8895LIBS=$ac_check_lib_save_LIBS
8866fi 8896fi
8867echo "$as_me:8867: result: $ac_cv_lib_elf_elf_begin" >&5 8897echo "$as_me:8897: result: $ac_cv_lib_elf_elf_begin" >&5
8868echo "${ECHO_T}$ac_cv_lib_elf_elf_begin" >&6 8898echo "${ECHO_T}$ac_cv_lib_elf_elf_begin" >&6
8869if test $ac_cv_lib_elf_elf_begin = yes; then 8899if test $ac_cv_lib_elf_elf_begin = yes; then
8870 LIBS="-lelf $LIBS" 8900 LIBS="-lelf $LIBS"
@@ -8872,7 +8902,7 @@ fi
8872 8902
8873fi 8903fi
8874if test $ac_have_func = no; then 8904if test $ac_have_func = no; then
8875 echo "$as_me:8875: checking for kvm_open in -lkvm" >&5 8905 echo "$as_me:8905: checking for kvm_open in -lkvm" >&5
8876echo $ECHO_N "checking for kvm_open in -lkvm... $ECHO_C" >&6 8906echo $ECHO_N "checking for kvm_open in -lkvm... $ECHO_C" >&6
8877if test "${ac_cv_lib_kvm_kvm_open+set}" = set; then 8907if test "${ac_cv_lib_kvm_kvm_open+set}" = set; then
8878 echo $ECHO_N "(cached) $ECHO_C" >&6 8908 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8880,7 +8910,7 @@ else
8880 ac_check_lib_save_LIBS=$LIBS 8910 ac_check_lib_save_LIBS=$LIBS
8881LIBS="-lkvm $LIBS" 8911LIBS="-lkvm $LIBS"
8882cat >conftest.$ac_ext <<_ACEOF 8912cat >conftest.$ac_ext <<_ACEOF
8883#line 8883 "configure" 8913#line 8913 "configure"
8884#include "confdefs.h" 8914#include "confdefs.h"
8885 8915
8886/* Override any gcc2 internal prototype to avoid an error. */ 8916/* Override any gcc2 internal prototype to avoid an error. */
@@ -8899,16 +8929,16 @@ kvm_open ();
8899} 8929}
8900_ACEOF 8930_ACEOF
8901rm -f conftest.$ac_objext conftest$ac_exeext 8931rm -f conftest.$ac_objext conftest$ac_exeext
8902if { (eval echo "$as_me:8902: \"$ac_link\"") >&5 8932if { (eval echo "$as_me:8932: \"$ac_link\"") >&5
8903 (eval $ac_link) 2>&5 8933 (eval $ac_link) 2>&5
8904 ac_status=$? 8934 ac_status=$?
8905 echo "$as_me:8905: \$? = $ac_status" >&5 8935 echo "$as_me:8935: \$? = $ac_status" >&5
8906 (exit $ac_status); } && 8936 (exit $ac_status); } &&
8907 { ac_try='test -s conftest$ac_exeext' 8937 { ac_try='test -s conftest$ac_exeext'
8908 { (eval echo "$as_me:8908: \"$ac_try\"") >&5 8938 { (eval echo "$as_me:8938: \"$ac_try\"") >&5
8909 (eval $ac_try) 2>&5 8939 (eval $ac_try) 2>&5
8910 ac_status=$? 8940 ac_status=$?
8911 echo "$as_me:8911: \$? = $ac_status" >&5 8941 echo "$as_me:8941: \$? = $ac_status" >&5
8912 (exit $ac_status); }; }; then 8942 (exit $ac_status); }; }; then
8913 ac_cv_lib_kvm_kvm_open=yes 8943 ac_cv_lib_kvm_kvm_open=yes
8914else 8944else
@@ -8919,14 +8949,14 @@ fi
8919rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8949rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8920LIBS=$ac_check_lib_save_LIBS 8950LIBS=$ac_check_lib_save_LIBS
8921fi 8951fi
8922echo "$as_me:8922: result: $ac_cv_lib_kvm_kvm_open" >&5 8952echo "$as_me:8952: result: $ac_cv_lib_kvm_kvm_open" >&5
8923echo "${ECHO_T}$ac_cv_lib_kvm_kvm_open" >&6 8953echo "${ECHO_T}$ac_cv_lib_kvm_kvm_open" >&6
8924if test $ac_cv_lib_kvm_kvm_open = yes; then 8954if test $ac_cv_lib_kvm_kvm_open = yes; then
8925 LIBS="-lkvm $LIBS" 8955 LIBS="-lkvm $LIBS"
8926fi 8956fi
8927 8957
8928 # Check for the 4.4BSD definition of getloadavg. 8958 # Check for the 4.4BSD definition of getloadavg.
8929 echo "$as_me:8929: checking for getloadavg in -lutil" >&5 8959 echo "$as_me:8959: checking for getloadavg in -lutil" >&5
8930echo $ECHO_N "checking for getloadavg in -lutil... $ECHO_C" >&6 8960echo $ECHO_N "checking for getloadavg in -lutil... $ECHO_C" >&6
8931if test "${ac_cv_lib_util_getloadavg+set}" = set; then 8961if test "${ac_cv_lib_util_getloadavg+set}" = set; then
8932 echo $ECHO_N "(cached) $ECHO_C" >&6 8962 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8934,7 +8964,7 @@ else
8934 ac_check_lib_save_LIBS=$LIBS 8964 ac_check_lib_save_LIBS=$LIBS
8935LIBS="-lutil $LIBS" 8965LIBS="-lutil $LIBS"
8936cat >conftest.$ac_ext <<_ACEOF 8966cat >conftest.$ac_ext <<_ACEOF
8937#line 8937 "configure" 8967#line 8967 "configure"
8938#include "confdefs.h" 8968#include "confdefs.h"
8939 8969
8940/* Override any gcc2 internal prototype to avoid an error. */ 8970/* Override any gcc2 internal prototype to avoid an error. */
@@ -8953,16 +8983,16 @@ getloadavg ();
8953} 8983}
8954_ACEOF 8984_ACEOF
8955rm -f conftest.$ac_objext conftest$ac_exeext 8985rm -f conftest.$ac_objext conftest$ac_exeext
8956if { (eval echo "$as_me:8956: \"$ac_link\"") >&5 8986if { (eval echo "$as_me:8986: \"$ac_link\"") >&5
8957 (eval $ac_link) 2>&5 8987 (eval $ac_link) 2>&5
8958 ac_status=$? 8988 ac_status=$?
8959 echo "$as_me:8959: \$? = $ac_status" >&5 8989 echo "$as_me:8989: \$? = $ac_status" >&5
8960 (exit $ac_status); } && 8990 (exit $ac_status); } &&
8961 { ac_try='test -s conftest$ac_exeext' 8991 { ac_try='test -s conftest$ac_exeext'
8962 { (eval echo "$as_me:8962: \"$ac_try\"") >&5 8992 { (eval echo "$as_me:8992: \"$ac_try\"") >&5
8963 (eval $ac_try) 2>&5 8993 (eval $ac_try) 2>&5
8964 ac_status=$? 8994 ac_status=$?
8965 echo "$as_me:8965: \$? = $ac_status" >&5 8995 echo "$as_me:8995: \$? = $ac_status" >&5
8966 (exit $ac_status); }; }; then 8996 (exit $ac_status); }; }; then
8967 ac_cv_lib_util_getloadavg=yes 8997 ac_cv_lib_util_getloadavg=yes
8968else 8998else
@@ -8973,7 +9003,7 @@ fi
8973rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9003rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8974LIBS=$ac_check_lib_save_LIBS 9004LIBS=$ac_check_lib_save_LIBS
8975fi 9005fi
8976echo "$as_me:8976: result: $ac_cv_lib_util_getloadavg" >&5 9006echo "$as_me:9006: result: $ac_cv_lib_util_getloadavg" >&5
8977echo "${ECHO_T}$ac_cv_lib_util_getloadavg" >&6 9007echo "${ECHO_T}$ac_cv_lib_util_getloadavg" >&6
8978if test $ac_cv_lib_util_getloadavg = yes; then 9008if test $ac_cv_lib_util_getloadavg = yes; then
8979 LIBS="-lutil $LIBS" ac_have_func=yes ac_cv_func_getloadavg_setgid=yes 9009 LIBS="-lutil $LIBS" ac_have_func=yes ac_cv_func_getloadavg_setgid=yes
@@ -8986,7 +9016,7 @@ if test $ac_have_func = no; then
8986 # Since it is not a standard part of AIX, it might be installed locally. 9016 # Since it is not a standard part of AIX, it might be installed locally.
8987 ac_getloadavg_LIBS=$LIBS 9017 ac_getloadavg_LIBS=$LIBS
8988 LIBS="-L/usr/local/lib $LIBS" 9018 LIBS="-L/usr/local/lib $LIBS"
8989 echo "$as_me:8989: checking for getloadavg in -lgetloadavg" >&5 9019 echo "$as_me:9019: checking for getloadavg in -lgetloadavg" >&5
8990echo $ECHO_N "checking for getloadavg in -lgetloadavg... $ECHO_C" >&6 9020echo $ECHO_N "checking for getloadavg in -lgetloadavg... $ECHO_C" >&6
8991if test "${ac_cv_lib_getloadavg_getloadavg+set}" = set; then 9021if test "${ac_cv_lib_getloadavg_getloadavg+set}" = set; then
8992 echo $ECHO_N "(cached) $ECHO_C" >&6 9022 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8994,7 +9024,7 @@ else
8994 ac_check_lib_save_LIBS=$LIBS 9024 ac_check_lib_save_LIBS=$LIBS
8995LIBS="-lgetloadavg $LIBS" 9025LIBS="-lgetloadavg $LIBS"
8996cat >conftest.$ac_ext <<_ACEOF 9026cat >conftest.$ac_ext <<_ACEOF
8997#line 8997 "configure" 9027#line 9027 "configure"
8998#include "confdefs.h" 9028#include "confdefs.h"
8999 9029
9000/* Override any gcc2 internal prototype to avoid an error. */ 9030/* Override any gcc2 internal prototype to avoid an error. */
@@ -9013,16 +9043,16 @@ getloadavg ();
9013} 9043}
9014_ACEOF 9044_ACEOF
9015rm -f conftest.$ac_objext conftest$ac_exeext 9045rm -f conftest.$ac_objext conftest$ac_exeext
9016if { (eval echo "$as_me:9016: \"$ac_link\"") >&5 9046if { (eval echo "$as_me:9046: \"$ac_link\"") >&5
9017 (eval $ac_link) 2>&5 9047 (eval $ac_link) 2>&5
9018 ac_status=$? 9048 ac_status=$?
9019 echo "$as_me:9019: \$? = $ac_status" >&5 9049 echo "$as_me:9049: \$? = $ac_status" >&5
9020 (exit $ac_status); } && 9050 (exit $ac_status); } &&
9021 { ac_try='test -s conftest$ac_exeext' 9051 { ac_try='test -s conftest$ac_exeext'
9022 { (eval echo "$as_me:9022: \"$ac_try\"") >&5 9052 { (eval echo "$as_me:9052: \"$ac_try\"") >&5
9023 (eval $ac_try) 2>&5 9053 (eval $ac_try) 2>&5
9024 ac_status=$? 9054 ac_status=$?
9025 echo "$as_me:9025: \$? = $ac_status" >&5 9055 echo "$as_me:9055: \$? = $ac_status" >&5
9026 (exit $ac_status); }; }; then 9056 (exit $ac_status); }; }; then
9027 ac_cv_lib_getloadavg_getloadavg=yes 9057 ac_cv_lib_getloadavg_getloadavg=yes
9028else 9058else
@@ -9033,7 +9063,7 @@ fi
9033rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9063rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9034LIBS=$ac_check_lib_save_LIBS 9064LIBS=$ac_check_lib_save_LIBS
9035fi 9065fi
9036echo "$as_me:9036: result: $ac_cv_lib_getloadavg_getloadavg" >&5 9066echo "$as_me:9066: result: $ac_cv_lib_getloadavg_getloadavg" >&5
9037echo "${ECHO_T}$ac_cv_lib_getloadavg_getloadavg" >&6 9067echo "${ECHO_T}$ac_cv_lib_getloadavg_getloadavg" >&6
9038if test $ac_cv_lib_getloadavg_getloadavg = yes; then 9068if test $ac_cv_lib_getloadavg_getloadavg = yes; then
9039 LIBS="-lgetloadavg $LIBS" 9069 LIBS="-lgetloadavg $LIBS"
@@ -9049,13 +9079,13 @@ fi
9049for ac_func in getloadavg 9079for ac_func in getloadavg
9050do 9080do
9051as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 9081as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9052echo "$as_me:9052: checking for $ac_func" >&5 9082echo "$as_me:9082: checking for $ac_func" >&5
9053echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 9083echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9054if eval "test \"\${$as_ac_var+set}\" = set"; then 9084if eval "test \"\${$as_ac_var+set}\" = set"; then
9055 echo $ECHO_N "(cached) $ECHO_C" >&6 9085 echo $ECHO_N "(cached) $ECHO_C" >&6
9056else 9086else
9057 cat >conftest.$ac_ext <<_ACEOF 9087 cat >conftest.$ac_ext <<_ACEOF
9058#line 9058 "configure" 9088#line 9088 "configure"
9059#include "confdefs.h" 9089#include "confdefs.h"
9060/* System header to define __stub macros and hopefully few prototypes, 9090/* System header to define __stub macros and hopefully few prototypes,
9061 which can conflict with char $ac_func (); below. */ 9091 which can conflict with char $ac_func (); below. */
@@ -9086,16 +9116,16 @@ f = $ac_func;
9086} 9116}
9087_ACEOF 9117_ACEOF
9088rm -f conftest.$ac_objext conftest$ac_exeext 9118rm -f conftest.$ac_objext conftest$ac_exeext
9089if { (eval echo "$as_me:9089: \"$ac_link\"") >&5 9119if { (eval echo "$as_me:9119: \"$ac_link\"") >&5
9090 (eval $ac_link) 2>&5 9120 (eval $ac_link) 2>&5
9091 ac_status=$? 9121 ac_status=$?
9092 echo "$as_me:9092: \$? = $ac_status" >&5 9122 echo "$as_me:9122: \$? = $ac_status" >&5
9093 (exit $ac_status); } && 9123 (exit $ac_status); } &&
9094 { ac_try='test -s conftest$ac_exeext' 9124 { ac_try='test -s conftest$ac_exeext'
9095 { (eval echo "$as_me:9095: \"$ac_try\"") >&5 9125 { (eval echo "$as_me:9125: \"$ac_try\"") >&5
9096 (eval $ac_try) 2>&5 9126 (eval $ac_try) 2>&5
9097 ac_status=$? 9127 ac_status=$?
9098 echo "$as_me:9098: \$? = $ac_status" >&5 9128 echo "$as_me:9128: \$? = $ac_status" >&5
9099 (exit $ac_status); }; }; then 9129 (exit $ac_status); }; }; then
9100 eval "$as_ac_var=yes" 9130 eval "$as_ac_var=yes"
9101else 9131else
@@ -9105,7 +9135,7 @@ eval "$as_ac_var=no"
9105fi 9135fi
9106rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9136rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9107fi 9137fi
9108echo "$as_me:9108: result: `eval echo '${'$as_ac_var'}'`" >&5 9138echo "$as_me:9138: result: `eval echo '${'$as_ac_var'}'`" >&5
9109echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 9139echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9110if test `eval echo '${'$as_ac_var'}'` = yes; then 9140if test `eval echo '${'$as_ac_var'}'` = yes; then
9111 cat >>confdefs.h <<EOF 9141 cat >>confdefs.h <<EOF
@@ -9121,23 +9151,23 @@ EOF
9121 9151
9122# Figure out what our getloadavg.c needs. 9152# Figure out what our getloadavg.c needs.
9123ac_have_func=no 9153ac_have_func=no
9124echo "$as_me:9124: checking for sys/dg_sys_info.h" >&5 9154echo "$as_me:9154: checking for sys/dg_sys_info.h" >&5
9125echo $ECHO_N "checking for sys/dg_sys_info.h... $ECHO_C" >&6 9155echo $ECHO_N "checking for sys/dg_sys_info.h... $ECHO_C" >&6
9126if test "${ac_cv_header_sys_dg_sys_info_h+set}" = set; then 9156if test "${ac_cv_header_sys_dg_sys_info_h+set}" = set; then
9127 echo $ECHO_N "(cached) $ECHO_C" >&6 9157 echo $ECHO_N "(cached) $ECHO_C" >&6
9128else 9158else
9129 cat >conftest.$ac_ext <<_ACEOF 9159 cat >conftest.$ac_ext <<_ACEOF
9130#line 9130 "configure" 9160#line 9160 "configure"
9131#include "confdefs.h" 9161#include "confdefs.h"
9132#include <sys/dg_sys_info.h> 9162#include <sys/dg_sys_info.h>
9133_ACEOF 9163_ACEOF
9134if { (eval echo "$as_me:9134: \"$ac_cpp conftest.$ac_ext\"") >&5 9164if { (eval echo "$as_me:9164: \"$ac_cpp conftest.$ac_ext\"") >&5
9135 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9165 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9136 ac_status=$? 9166 ac_status=$?
9137 egrep -v '^ *\+' conftest.er1 >conftest.err 9167 egrep -v '^ *\+' conftest.er1 >conftest.err
9138 rm -f conftest.er1 9168 rm -f conftest.er1
9139 cat conftest.err >&5 9169 cat conftest.err >&5
9140 echo "$as_me:9140: \$? = $ac_status" >&5 9170 echo "$as_me:9170: \$? = $ac_status" >&5
9141 (exit $ac_status); } >/dev/null; then 9171 (exit $ac_status); } >/dev/null; then
9142 if test -s conftest.err; then 9172 if test -s conftest.err; then
9143 ac_cpp_err=$ac_c_preproc_warn_flag 9173 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -9156,7 +9186,7 @@ else
9156fi 9186fi
9157rm -f conftest.err conftest.$ac_ext 9187rm -f conftest.err conftest.$ac_ext
9158fi 9188fi
9159echo "$as_me:9159: result: $ac_cv_header_sys_dg_sys_info_h" >&5 9189echo "$as_me:9189: result: $ac_cv_header_sys_dg_sys_info_h" >&5
9160echo "${ECHO_T}$ac_cv_header_sys_dg_sys_info_h" >&6 9190echo "${ECHO_T}$ac_cv_header_sys_dg_sys_info_h" >&6
9161if test $ac_cv_header_sys_dg_sys_info_h = yes; then 9191if test $ac_cv_header_sys_dg_sys_info_h = yes; then
9162 ac_have_func=yes 9192 ac_have_func=yes
@@ -9165,7 +9195,7 @@ cat >>confdefs.h <<\EOF
9165#define DGUX 1 9195#define DGUX 1
9166EOF 9196EOF
9167 9197
9168echo "$as_me:9168: checking for dg_sys_info in -ldgc" >&5 9198echo "$as_me:9198: checking for dg_sys_info in -ldgc" >&5
9169echo $ECHO_N "checking for dg_sys_info in -ldgc... $ECHO_C" >&6 9199echo $ECHO_N "checking for dg_sys_info in -ldgc... $ECHO_C" >&6
9170if test "${ac_cv_lib_dgc_dg_sys_info+set}" = set; then 9200if test "${ac_cv_lib_dgc_dg_sys_info+set}" = set; then
9171 echo $ECHO_N "(cached) $ECHO_C" >&6 9201 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9173,7 +9203,7 @@ else
9173 ac_check_lib_save_LIBS=$LIBS 9203 ac_check_lib_save_LIBS=$LIBS
9174LIBS="-ldgc $LIBS" 9204LIBS="-ldgc $LIBS"
9175cat >conftest.$ac_ext <<_ACEOF 9205cat >conftest.$ac_ext <<_ACEOF
9176#line 9176 "configure" 9206#line 9206 "configure"
9177#include "confdefs.h" 9207#include "confdefs.h"
9178 9208
9179/* Override any gcc2 internal prototype to avoid an error. */ 9209/* Override any gcc2 internal prototype to avoid an error. */
@@ -9192,16 +9222,16 @@ dg_sys_info ();
9192} 9222}
9193_ACEOF 9223_ACEOF
9194rm -f conftest.$ac_objext conftest$ac_exeext 9224rm -f conftest.$ac_objext conftest$ac_exeext
9195if { (eval echo "$as_me:9195: \"$ac_link\"") >&5 9225if { (eval echo "$as_me:9225: \"$ac_link\"") >&5
9196 (eval $ac_link) 2>&5 9226 (eval $ac_link) 2>&5
9197 ac_status=$? 9227 ac_status=$?
9198 echo "$as_me:9198: \$? = $ac_status" >&5 9228 echo "$as_me:9228: \$? = $ac_status" >&5
9199 (exit $ac_status); } && 9229 (exit $ac_status); } &&
9200 { ac_try='test -s conftest$ac_exeext' 9230 { ac_try='test -s conftest$ac_exeext'
9201 { (eval echo "$as_me:9201: \"$ac_try\"") >&5 9231 { (eval echo "$as_me:9231: \"$ac_try\"") >&5
9202 (eval $ac_try) 2>&5 9232 (eval $ac_try) 2>&5
9203 ac_status=$? 9233 ac_status=$?
9204 echo "$as_me:9204: \$? = $ac_status" >&5 9234 echo "$as_me:9234: \$? = $ac_status" >&5
9205 (exit $ac_status); }; }; then 9235 (exit $ac_status); }; }; then
9206 ac_cv_lib_dgc_dg_sys_info=yes 9236 ac_cv_lib_dgc_dg_sys_info=yes
9207else 9237else
@@ -9212,7 +9242,7 @@ fi
9212rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9242rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9213LIBS=$ac_check_lib_save_LIBS 9243LIBS=$ac_check_lib_save_LIBS
9214fi 9244fi
9215echo "$as_me:9215: result: $ac_cv_lib_dgc_dg_sys_info" >&5 9245echo "$as_me:9245: result: $ac_cv_lib_dgc_dg_sys_info" >&5
9216echo "${ECHO_T}$ac_cv_lib_dgc_dg_sys_info" >&6 9246echo "${ECHO_T}$ac_cv_lib_dgc_dg_sys_info" >&6
9217if test $ac_cv_lib_dgc_dg_sys_info = yes; then 9247if test $ac_cv_lib_dgc_dg_sys_info = yes; then
9218 cat >>confdefs.h <<EOF 9248 cat >>confdefs.h <<EOF
@@ -9225,23 +9255,23 @@ fi
9225 9255
9226fi 9256fi
9227 9257
9228echo "$as_me:9228: checking for locale.h" >&5 9258echo "$as_me:9258: checking for locale.h" >&5
9229echo $ECHO_N "checking for locale.h... $ECHO_C" >&6 9259echo $ECHO_N "checking for locale.h... $ECHO_C" >&6
9230if test "${ac_cv_header_locale_h+set}" = set; then 9260if test "${ac_cv_header_locale_h+set}" = set; then
9231 echo $ECHO_N "(cached) $ECHO_C" >&6 9261 echo $ECHO_N "(cached) $ECHO_C" >&6
9232else 9262else
9233 cat >conftest.$ac_ext <<_ACEOF 9263 cat >conftest.$ac_ext <<_ACEOF
9234#line 9234 "configure" 9264#line 9264 "configure"
9235#include "confdefs.h" 9265#include "confdefs.h"
9236#include <locale.h> 9266#include <locale.h>
9237_ACEOF 9267_ACEOF
9238if { (eval echo "$as_me:9238: \"$ac_cpp conftest.$ac_ext\"") >&5 9268if { (eval echo "$as_me:9268: \"$ac_cpp conftest.$ac_ext\"") >&5
9239 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9269 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9240 ac_status=$? 9270 ac_status=$?
9241 egrep -v '^ *\+' conftest.er1 >conftest.err 9271 egrep -v '^ *\+' conftest.er1 >conftest.err
9242 rm -f conftest.er1 9272 rm -f conftest.er1
9243 cat conftest.err >&5 9273 cat conftest.err >&5
9244 echo "$as_me:9244: \$? = $ac_status" >&5 9274 echo "$as_me:9274: \$? = $ac_status" >&5
9245 (exit $ac_status); } >/dev/null; then 9275 (exit $ac_status); } >/dev/null; then
9246 if test -s conftest.err; then 9276 if test -s conftest.err; then
9247 ac_cpp_err=$ac_c_preproc_warn_flag 9277 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -9260,19 +9290,19 @@ else
9260fi 9290fi
9261rm -f conftest.err conftest.$ac_ext 9291rm -f conftest.err conftest.$ac_ext
9262fi 9292fi
9263echo "$as_me:9263: result: $ac_cv_header_locale_h" >&5 9293echo "$as_me:9293: result: $ac_cv_header_locale_h" >&5
9264echo "${ECHO_T}$ac_cv_header_locale_h" >&6 9294echo "${ECHO_T}$ac_cv_header_locale_h" >&6
9265 9295
9266for ac_func in setlocale 9296for ac_func in setlocale
9267do 9297do
9268as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 9298as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9269echo "$as_me:9269: checking for $ac_func" >&5 9299echo "$as_me:9299: checking for $ac_func" >&5
9270echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 9300echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9271if eval "test \"\${$as_ac_var+set}\" = set"; then 9301if eval "test \"\${$as_ac_var+set}\" = set"; then
9272 echo $ECHO_N "(cached) $ECHO_C" >&6 9302 echo $ECHO_N "(cached) $ECHO_C" >&6
9273else 9303else
9274 cat >conftest.$ac_ext <<_ACEOF 9304 cat >conftest.$ac_ext <<_ACEOF
9275#line 9275 "configure" 9305#line 9305 "configure"
9276#include "confdefs.h" 9306#include "confdefs.h"
9277/* System header to define __stub macros and hopefully few prototypes, 9307/* System header to define __stub macros and hopefully few prototypes,
9278 which can conflict with char $ac_func (); below. */ 9308 which can conflict with char $ac_func (); below. */
@@ -9303,16 +9333,16 @@ f = $ac_func;
9303} 9333}
9304_ACEOF 9334_ACEOF
9305rm -f conftest.$ac_objext conftest$ac_exeext 9335rm -f conftest.$ac_objext conftest$ac_exeext
9306if { (eval echo "$as_me:9306: \"$ac_link\"") >&5 9336if { (eval echo "$as_me:9336: \"$ac_link\"") >&5
9307 (eval $ac_link) 2>&5 9337 (eval $ac_link) 2>&5
9308 ac_status=$? 9338 ac_status=$?
9309 echo "$as_me:9309: \$? = $ac_status" >&5 9339 echo "$as_me:9339: \$? = $ac_status" >&5
9310 (exit $ac_status); } && 9340 (exit $ac_status); } &&
9311 { ac_try='test -s conftest$ac_exeext' 9341 { ac_try='test -s conftest$ac_exeext'
9312 { (eval echo "$as_me:9312: \"$ac_try\"") >&5 9342 { (eval echo "$as_me:9342: \"$ac_try\"") >&5
9313 (eval $ac_try) 2>&5 9343 (eval $ac_try) 2>&5
9314 ac_status=$? 9344 ac_status=$?
9315 echo "$as_me:9315: \$? = $ac_status" >&5 9345 echo "$as_me:9345: \$? = $ac_status" >&5
9316 (exit $ac_status); }; }; then 9346 (exit $ac_status); }; }; then
9317 eval "$as_ac_var=yes" 9347 eval "$as_ac_var=yes"
9318else 9348else
@@ -9322,7 +9352,7 @@ eval "$as_ac_var=no"
9322fi 9352fi
9323rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9353rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9324fi 9354fi
9325echo "$as_me:9325: result: `eval echo '${'$as_ac_var'}'`" >&5 9355echo "$as_me:9355: result: `eval echo '${'$as_ac_var'}'`" >&5
9326echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 9356echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9327if test `eval echo '${'$as_ac_var'}'` = yes; then 9357if test `eval echo '${'$as_ac_var'}'` = yes; then
9328 cat >>confdefs.h <<EOF 9358 cat >>confdefs.h <<EOF
@@ -9345,23 +9375,23 @@ EOF
9345fi 9375fi
9346 9376
9347if test $ac_have_func = no; then 9377if test $ac_have_func = no; then
9348 echo "$as_me:9348: checking for inq_stats/cpustats.h" >&5 9378 echo "$as_me:9378: checking for inq_stats/cpustats.h" >&5
9349echo $ECHO_N "checking for inq_stats/cpustats.h... $ECHO_C" >&6 9379echo $ECHO_N "checking for inq_stats/cpustats.h... $ECHO_C" >&6
9350if test "${ac_cv_header_inq_stats_cpustats_h+set}" = set; then 9380if test "${ac_cv_header_inq_stats_cpustats_h+set}" = set; then
9351 echo $ECHO_N "(cached) $ECHO_C" >&6 9381 echo $ECHO_N "(cached) $ECHO_C" >&6
9352else 9382else
9353 cat >conftest.$ac_ext <<_ACEOF 9383 cat >conftest.$ac_ext <<_ACEOF
9354#line 9354 "configure" 9384#line 9384 "configure"
9355#include "confdefs.h" 9385#include "confdefs.h"
9356#include <inq_stats/cpustats.h> 9386#include <inq_stats/cpustats.h>
9357_ACEOF 9387_ACEOF
9358if { (eval echo "$as_me:9358: \"$ac_cpp conftest.$ac_ext\"") >&5 9388if { (eval echo "$as_me:9388: \"$ac_cpp conftest.$ac_ext\"") >&5
9359 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9389 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9360 ac_status=$? 9390 ac_status=$?
9361 egrep -v '^ *\+' conftest.er1 >conftest.err 9391 egrep -v '^ *\+' conftest.er1 >conftest.err
9362 rm -f conftest.er1 9392 rm -f conftest.er1
9363 cat conftest.err >&5 9393 cat conftest.err >&5
9364 echo "$as_me:9364: \$? = $ac_status" >&5 9394 echo "$as_me:9394: \$? = $ac_status" >&5
9365 (exit $ac_status); } >/dev/null; then 9395 (exit $ac_status); } >/dev/null; then
9366 if test -s conftest.err; then 9396 if test -s conftest.err; then
9367 ac_cpp_err=$ac_c_preproc_warn_flag 9397 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -9380,7 +9410,7 @@ else
9380fi 9410fi
9381rm -f conftest.err conftest.$ac_ext 9411rm -f conftest.err conftest.$ac_ext
9382fi 9412fi
9383echo "$as_me:9383: result: $ac_cv_header_inq_stats_cpustats_h" >&5 9413echo "$as_me:9413: result: $ac_cv_header_inq_stats_cpustats_h" >&5
9384echo "${ECHO_T}$ac_cv_header_inq_stats_cpustats_h" >&6 9414echo "${ECHO_T}$ac_cv_header_inq_stats_cpustats_h" >&6
9385if test $ac_cv_header_inq_stats_cpustats_h = yes; then 9415if test $ac_cv_header_inq_stats_cpustats_h = yes; then
9386 ac_have_func=yes 9416 ac_have_func=yes
@@ -9398,23 +9428,23 @@ fi
9398fi 9428fi
9399 9429
9400if test $ac_have_func = no; then 9430if test $ac_have_func = no; then
9401 echo "$as_me:9401: checking for sys/cpustats.h" >&5 9431 echo "$as_me:9431: checking for sys/cpustats.h" >&5
9402echo $ECHO_N "checking for sys/cpustats.h... $ECHO_C" >&6 9432echo $ECHO_N "checking for sys/cpustats.h... $ECHO_C" >&6
9403if test "${ac_cv_header_sys_cpustats_h+set}" = set; then 9433if test "${ac_cv_header_sys_cpustats_h+set}" = set; then
9404 echo $ECHO_N "(cached) $ECHO_C" >&6 9434 echo $ECHO_N "(cached) $ECHO_C" >&6
9405else 9435else
9406 cat >conftest.$ac_ext <<_ACEOF 9436 cat >conftest.$ac_ext <<_ACEOF
9407#line 9407 "configure" 9437#line 9437 "configure"
9408#include "confdefs.h" 9438#include "confdefs.h"
9409#include <sys/cpustats.h> 9439#include <sys/cpustats.h>
9410_ACEOF 9440_ACEOF
9411if { (eval echo "$as_me:9411: \"$ac_cpp conftest.$ac_ext\"") >&5 9441if { (eval echo "$as_me:9441: \"$ac_cpp conftest.$ac_ext\"") >&5
9412 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9442 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9413 ac_status=$? 9443 ac_status=$?
9414 egrep -v '^ *\+' conftest.er1 >conftest.err 9444 egrep -v '^ *\+' conftest.er1 >conftest.err
9415 rm -f conftest.er1 9445 rm -f conftest.er1
9416 cat conftest.err >&5 9446 cat conftest.err >&5
9417 echo "$as_me:9417: \$? = $ac_status" >&5 9447 echo "$as_me:9447: \$? = $ac_status" >&5
9418 (exit $ac_status); } >/dev/null; then 9448 (exit $ac_status); } >/dev/null; then
9419 if test -s conftest.err; then 9449 if test -s conftest.err; then
9420 ac_cpp_err=$ac_c_preproc_warn_flag 9450 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -9433,7 +9463,7 @@ else
9433fi 9463fi
9434rm -f conftest.err conftest.$ac_ext 9464rm -f conftest.err conftest.$ac_ext
9435fi 9465fi
9436echo "$as_me:9436: result: $ac_cv_header_sys_cpustats_h" >&5 9466echo "$as_me:9466: result: $ac_cv_header_sys_cpustats_h" >&5
9437echo "${ECHO_T}$ac_cv_header_sys_cpustats_h" >&6 9467echo "${ECHO_T}$ac_cv_header_sys_cpustats_h" >&6
9438if test $ac_cv_header_sys_cpustats_h = yes; then 9468if test $ac_cv_header_sys_cpustats_h = yes; then
9439 ac_have_func=yes; cat >>confdefs.h <<\EOF 9469 ac_have_func=yes; cat >>confdefs.h <<\EOF
@@ -9449,23 +9479,23 @@ if test $ac_have_func = no; then
9449for ac_header in mach/mach.h 9479for ac_header in mach/mach.h
9450do 9480do
9451as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 9481as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9452echo "$as_me:9452: checking for $ac_header" >&5 9482echo "$as_me:9482: checking for $ac_header" >&5
9453echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 9483echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9454if eval "test \"\${$as_ac_Header+set}\" = set"; then 9484if eval "test \"\${$as_ac_Header+set}\" = set"; then
9455 echo $ECHO_N "(cached) $ECHO_C" >&6 9485 echo $ECHO_N "(cached) $ECHO_C" >&6
9456else 9486else
9457 cat >conftest.$ac_ext <<_ACEOF 9487 cat >conftest.$ac_ext <<_ACEOF
9458#line 9458 "configure" 9488#line 9488 "configure"
9459#include "confdefs.h" 9489#include "confdefs.h"
9460#include <$ac_header> 9490#include <$ac_header>
9461_ACEOF 9491_ACEOF
9462if { (eval echo "$as_me:9462: \"$ac_cpp conftest.$ac_ext\"") >&5 9492if { (eval echo "$as_me:9492: \"$ac_cpp conftest.$ac_ext\"") >&5
9463 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9493 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9464 ac_status=$? 9494 ac_status=$?
9465 egrep -v '^ *\+' conftest.er1 >conftest.err 9495 egrep -v '^ *\+' conftest.er1 >conftest.err
9466 rm -f conftest.er1 9496 rm -f conftest.er1
9467 cat conftest.err >&5 9497 cat conftest.err >&5
9468 echo "$as_me:9468: \$? = $ac_status" >&5 9498 echo "$as_me:9498: \$? = $ac_status" >&5
9469 (exit $ac_status); } >/dev/null; then 9499 (exit $ac_status); } >/dev/null; then
9470 if test -s conftest.err; then 9500 if test -s conftest.err; then
9471 ac_cpp_err=$ac_c_preproc_warn_flag 9501 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -9484,7 +9514,7 @@ else
9484fi 9514fi
9485rm -f conftest.err conftest.$ac_ext 9515rm -f conftest.err conftest.$ac_ext
9486fi 9516fi
9487echo "$as_me:9487: result: `eval echo '${'$as_ac_Header'}'`" >&5 9517echo "$as_me:9517: result: `eval echo '${'$as_ac_Header'}'`" >&5
9488echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 9518echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9489if test `eval echo '${'$as_ac_Header'}'` = yes; then 9519if test `eval echo '${'$as_ac_Header'}'` = yes; then
9490 cat >>confdefs.h <<EOF 9520 cat >>confdefs.h <<EOF
@@ -9499,23 +9529,23 @@ fi
9499for ac_header in nlist.h 9529for ac_header in nlist.h
9500do 9530do
9501as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 9531as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9502echo "$as_me:9502: checking for $ac_header" >&5 9532echo "$as_me:9532: checking for $ac_header" >&5
9503echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 9533echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9504if eval "test \"\${$as_ac_Header+set}\" = set"; then 9534if eval "test \"\${$as_ac_Header+set}\" = set"; then
9505 echo $ECHO_N "(cached) $ECHO_C" >&6 9535 echo $ECHO_N "(cached) $ECHO_C" >&6
9506else 9536else
9507 cat >conftest.$ac_ext <<_ACEOF 9537 cat >conftest.$ac_ext <<_ACEOF
9508#line 9508 "configure" 9538#line 9538 "configure"
9509#include "confdefs.h" 9539#include "confdefs.h"
9510#include <$ac_header> 9540#include <$ac_header>
9511_ACEOF 9541_ACEOF
9512if { (eval echo "$as_me:9512: \"$ac_cpp conftest.$ac_ext\"") >&5 9542if { (eval echo "$as_me:9542: \"$ac_cpp conftest.$ac_ext\"") >&5
9513 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9543 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9514 ac_status=$? 9544 ac_status=$?
9515 egrep -v '^ *\+' conftest.er1 >conftest.err 9545 egrep -v '^ *\+' conftest.er1 >conftest.err
9516 rm -f conftest.er1 9546 rm -f conftest.er1
9517 cat conftest.err >&5 9547 cat conftest.err >&5
9518 echo "$as_me:9518: \$? = $ac_status" >&5 9548 echo "$as_me:9548: \$? = $ac_status" >&5
9519 (exit $ac_status); } >/dev/null; then 9549 (exit $ac_status); } >/dev/null; then
9520 if test -s conftest.err; then 9550 if test -s conftest.err; then
9521 ac_cpp_err=$ac_c_preproc_warn_flag 9551 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -9534,19 +9564,19 @@ else
9534fi 9564fi
9535rm -f conftest.err conftest.$ac_ext 9565rm -f conftest.err conftest.$ac_ext
9536fi 9566fi
9537echo "$as_me:9537: result: `eval echo '${'$as_ac_Header'}'`" >&5 9567echo "$as_me:9567: result: `eval echo '${'$as_ac_Header'}'`" >&5
9538echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 9568echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9539if test `eval echo '${'$as_ac_Header'}'` = yes; then 9569if test `eval echo '${'$as_ac_Header'}'` = yes; then
9540 cat >>confdefs.h <<EOF 9570 cat >>confdefs.h <<EOF
9541#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 9571#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9542EOF 9572EOF
9543 echo "$as_me:9543: checking for struct nlist.n_un.n_name" >&5 9573 echo "$as_me:9573: checking for struct nlist.n_un.n_name" >&5
9544echo $ECHO_N "checking for struct nlist.n_un.n_name... $ECHO_C" >&6 9574echo $ECHO_N "checking for struct nlist.n_un.n_name... $ECHO_C" >&6
9545if test "${ac_cv_member_struct_nlist_n_un_n_name+set}" = set; then 9575if test "${ac_cv_member_struct_nlist_n_un_n_name+set}" = set; then
9546 echo $ECHO_N "(cached) $ECHO_C" >&6 9576 echo $ECHO_N "(cached) $ECHO_C" >&6
9547else 9577else
9548 cat >conftest.$ac_ext <<_ACEOF 9578 cat >conftest.$ac_ext <<_ACEOF
9549#line 9549 "configure" 9579#line 9579 "configure"
9550#include "confdefs.h" 9580#include "confdefs.h"
9551#include <nlist.h> 9581#include <nlist.h>
9552 9582
@@ -9561,16 +9591,16 @@ return 0;
9561} 9591}
9562_ACEOF 9592_ACEOF
9563rm -f conftest.$ac_objext 9593rm -f conftest.$ac_objext
9564if { (eval echo "$as_me:9564: \"$ac_compile\"") >&5 9594if { (eval echo "$as_me:9594: \"$ac_compile\"") >&5
9565 (eval $ac_compile) 2>&5 9595 (eval $ac_compile) 2>&5
9566 ac_status=$? 9596 ac_status=$?
9567 echo "$as_me:9567: \$? = $ac_status" >&5 9597 echo "$as_me:9597: \$? = $ac_status" >&5
9568 (exit $ac_status); } && 9598 (exit $ac_status); } &&
9569 { ac_try='test -s conftest.$ac_objext' 9599 { ac_try='test -s conftest.$ac_objext'
9570 { (eval echo "$as_me:9570: \"$ac_try\"") >&5 9600 { (eval echo "$as_me:9600: \"$ac_try\"") >&5
9571 (eval $ac_try) 2>&5 9601 (eval $ac_try) 2>&5
9572 ac_status=$? 9602 ac_status=$?
9573 echo "$as_me:9573: \$? = $ac_status" >&5 9603 echo "$as_me:9603: \$? = $ac_status" >&5
9574 (exit $ac_status); }; }; then 9604 (exit $ac_status); }; }; then
9575 ac_cv_member_struct_nlist_n_un_n_name=yes 9605 ac_cv_member_struct_nlist_n_un_n_name=yes
9576else 9606else
@@ -9580,7 +9610,7 @@ ac_cv_member_struct_nlist_n_un_n_name=no
9580fi 9610fi
9581rm -f conftest.$ac_objext conftest.$ac_ext 9611rm -f conftest.$ac_objext conftest.$ac_ext
9582fi 9612fi
9583echo "$as_me:9583: result: $ac_cv_member_struct_nlist_n_un_n_name" >&5 9613echo "$as_me:9613: result: $ac_cv_member_struct_nlist_n_un_n_name" >&5
9584echo "${ECHO_T}$ac_cv_member_struct_nlist_n_un_n_name" >&6 9614echo "${ECHO_T}$ac_cv_member_struct_nlist_n_un_n_name" >&6
9585if test $ac_cv_member_struct_nlist_n_un_n_name = yes; then 9615if test $ac_cv_member_struct_nlist_n_un_n_name = yes; then
9586 9616
@@ -9601,13 +9631,13 @@ fi
9601done 9631done
9602 9632
9603# Some definitions of getloadavg require that the program be installed setgid. 9633# Some definitions of getloadavg require that the program be installed setgid.
9604echo "$as_me:9604: checking whether getloadavg requires setgid" >&5 9634echo "$as_me:9634: checking whether getloadavg requires setgid" >&5
9605echo $ECHO_N "checking whether getloadavg requires setgid... $ECHO_C" >&6 9635echo $ECHO_N "checking whether getloadavg requires setgid... $ECHO_C" >&6
9606if test "${ac_cv_func_getloadavg_setgid+set}" = set; then 9636if test "${ac_cv_func_getloadavg_setgid+set}" = set; then
9607 echo $ECHO_N "(cached) $ECHO_C" >&6 9637 echo $ECHO_N "(cached) $ECHO_C" >&6
9608else 9638else
9609 cat >conftest.$ac_ext <<_ACEOF 9639 cat >conftest.$ac_ext <<_ACEOF
9610#line 9610 "configure" 9640#line 9640 "configure"
9611#include "confdefs.h" 9641#include "confdefs.h"
9612#include "$srcdir/getloadavg.c" 9642#include "$srcdir/getloadavg.c"
9613#ifdef LDAV_PRIVILEGED 9643#ifdef LDAV_PRIVILEGED
@@ -9623,7 +9653,7 @@ fi
9623rm -f conftest* 9653rm -f conftest*
9624 9654
9625fi 9655fi
9626echo "$as_me:9626: result: $ac_cv_func_getloadavg_setgid" >&5 9656echo "$as_me:9656: result: $ac_cv_func_getloadavg_setgid" >&5
9627echo "${ECHO_T}$ac_cv_func_getloadavg_setgid" >&6 9657echo "${ECHO_T}$ac_cv_func_getloadavg_setgid" >&6
9628if test $ac_cv_func_getloadavg_setgid = yes; then 9658if test $ac_cv_func_getloadavg_setgid = yes; then
9629 NEED_SETGID=true 9659 NEED_SETGID=true
@@ -9637,7 +9667,7 @@ else
9637fi 9667fi
9638 9668
9639if test $ac_cv_func_getloadavg_setgid = yes; then 9669if test $ac_cv_func_getloadavg_setgid = yes; then
9640 echo "$as_me:9640: checking group of /dev/kmem" >&5 9670 echo "$as_me:9670: checking group of /dev/kmem" >&5
9641echo $ECHO_N "checking group of /dev/kmem... $ECHO_C" >&6 9671echo $ECHO_N "checking group of /dev/kmem... $ECHO_C" >&6
9642if test "${ac_cv_group_kmem+set}" = set; then 9672if test "${ac_cv_group_kmem+set}" = set; then
9643 echo $ECHO_N "(cached) $ECHO_C" >&6 9673 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9652,7 +9682,7 @@ else
9652 / /s/.* //;p;'` 9682 / /s/.* //;p;'`
9653 9683
9654fi 9684fi
9655echo "$as_me:9655: result: $ac_cv_group_kmem" >&5 9685echo "$as_me:9685: result: $ac_cv_group_kmem" >&5
9656echo "${ECHO_T}$ac_cv_group_kmem" >&6 9686echo "${ECHO_T}$ac_cv_group_kmem" >&6
9657 KMEM_GROUP=$ac_cv_group_kmem 9687 KMEM_GROUP=$ac_cv_group_kmem
9658fi 9688fi
@@ -9663,7 +9693,7 @@ else
9663fi 9693fi
9664LIBS=$ac_save_LIBS 9694LIBS=$ac_save_LIBS
9665 9695
9666echo "$as_me:9666: checking for _LARGEFILE_SOURCE value needed for large files" >&5 9696echo "$as_me:9696: checking for _LARGEFILE_SOURCE value needed for large files" >&5
9667echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6 9697echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6
9668if test "${ac_cv_sys_largefile_source+set}" = set; then 9698if test "${ac_cv_sys_largefile_source+set}" = set; then
9669 echo $ECHO_N "(cached) $ECHO_C" >&6 9699 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9671,7 +9701,7 @@ else
9671 while :; do 9701 while :; do
9672 ac_cv_sys_largefile_source=no 9702 ac_cv_sys_largefile_source=no
9673 cat >conftest.$ac_ext <<_ACEOF 9703 cat >conftest.$ac_ext <<_ACEOF
9674#line 9674 "configure" 9704#line 9704 "configure"
9675#include "confdefs.h" 9705#include "confdefs.h"
9676#include <stdio.h> 9706#include <stdio.h>
9677int 9707int
@@ -9683,16 +9713,16 @@ return !fseeko;
9683} 9713}
9684_ACEOF 9714_ACEOF
9685rm -f conftest.$ac_objext 9715rm -f conftest.$ac_objext
9686if { (eval echo "$as_me:9686: \"$ac_compile\"") >&5 9716if { (eval echo "$as_me:9716: \"$ac_compile\"") >&5
9687 (eval $ac_compile) 2>&5 9717 (eval $ac_compile) 2>&5
9688 ac_status=$? 9718 ac_status=$?
9689 echo "$as_me:9689: \$? = $ac_status" >&5 9719 echo "$as_me:9719: \$? = $ac_status" >&5
9690 (exit $ac_status); } && 9720 (exit $ac_status); } &&
9691 { ac_try='test -s conftest.$ac_objext' 9721 { ac_try='test -s conftest.$ac_objext'
9692 { (eval echo "$as_me:9692: \"$ac_try\"") >&5 9722 { (eval echo "$as_me:9722: \"$ac_try\"") >&5
9693 (eval $ac_try) 2>&5 9723 (eval $ac_try) 2>&5
9694 ac_status=$? 9724 ac_status=$?
9695 echo "$as_me:9695: \$? = $ac_status" >&5 9725 echo "$as_me:9725: \$? = $ac_status" >&5
9696 (exit $ac_status); }; }; then 9726 (exit $ac_status); }; }; then
9697 break 9727 break
9698else 9728else
@@ -9701,7 +9731,7 @@ cat conftest.$ac_ext >&5
9701fi 9731fi
9702rm -f conftest.$ac_objext conftest.$ac_ext 9732rm -f conftest.$ac_objext conftest.$ac_ext
9703 cat >conftest.$ac_ext <<_ACEOF 9733 cat >conftest.$ac_ext <<_ACEOF
9704#line 9704 "configure" 9734#line 9734 "configure"
9705#include "confdefs.h" 9735#include "confdefs.h"
9706#define _LARGEFILE_SOURCE 1 9736#define _LARGEFILE_SOURCE 1
9707#include <stdio.h> 9737#include <stdio.h>
@@ -9714,16 +9744,16 @@ return !fseeko;
9714} 9744}
9715_ACEOF 9745_ACEOF
9716rm -f conftest.$ac_objext 9746rm -f conftest.$ac_objext
9717if { (eval echo "$as_me:9717: \"$ac_compile\"") >&5 9747if { (eval echo "$as_me:9747: \"$ac_compile\"") >&5
9718 (eval $ac_compile) 2>&5 9748 (eval $ac_compile) 2>&5
9719 ac_status=$? 9749 ac_status=$?
9720 echo "$as_me:9720: \$? = $ac_status" >&5 9750 echo "$as_me:9750: \$? = $ac_status" >&5
9721 (exit $ac_status); } && 9751 (exit $ac_status); } &&
9722 { ac_try='test -s conftest.$ac_objext' 9752 { ac_try='test -s conftest.$ac_objext'
9723 { (eval echo "$as_me:9723: \"$ac_try\"") >&5 9753 { (eval echo "$as_me:9753: \"$ac_try\"") >&5
9724 (eval $ac_try) 2>&5 9754 (eval $ac_try) 2>&5
9725 ac_status=$? 9755 ac_status=$?
9726 echo "$as_me:9726: \$? = $ac_status" >&5 9756 echo "$as_me:9756: \$? = $ac_status" >&5
9727 (exit $ac_status); }; }; then 9757 (exit $ac_status); }; }; then
9728 ac_cv_sys_largefile_source=1; break 9758 ac_cv_sys_largefile_source=1; break
9729else 9759else
@@ -9734,7 +9764,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
9734 break 9764 break
9735done 9765done
9736fi 9766fi
9737echo "$as_me:9737: result: $ac_cv_sys_largefile_source" >&5 9767echo "$as_me:9767: result: $ac_cv_sys_largefile_source" >&5
9738echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6 9768echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6
9739if test "$ac_cv_sys_largefile_source" != no; then 9769if test "$ac_cv_sys_largefile_source" != no; then
9740 9770
@@ -9748,13 +9778,13 @@ rm -f conftest*
9748# We used to try defining _XOPEN_SOURCE=500 too, to work around a bug 9778# We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
9749# in glibc 2.1.3, but that breaks too many other things. 9779# in glibc 2.1.3, but that breaks too many other things.
9750# If you want fseeko and ftello with glibc, upgrade to a fixed glibc. 9780# If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
9751echo "$as_me:9751: checking for fseeko" >&5 9781echo "$as_me:9781: checking for fseeko" >&5
9752echo $ECHO_N "checking for fseeko... $ECHO_C" >&6 9782echo $ECHO_N "checking for fseeko... $ECHO_C" >&6
9753if test "${ac_cv_func_fseeko+set}" = set; then 9783if test "${ac_cv_func_fseeko+set}" = set; then
9754 echo $ECHO_N "(cached) $ECHO_C" >&6 9784 echo $ECHO_N "(cached) $ECHO_C" >&6
9755else 9785else
9756 cat >conftest.$ac_ext <<_ACEOF 9786 cat >conftest.$ac_ext <<_ACEOF
9757#line 9757 "configure" 9787#line 9787 "configure"
9758#include "confdefs.h" 9788#include "confdefs.h"
9759#include <stdio.h> 9789#include <stdio.h>
9760int 9790int
@@ -9766,16 +9796,16 @@ return fseeko && fseeko (stdin, 0, 0);
9766} 9796}
9767_ACEOF 9797_ACEOF
9768rm -f conftest.$ac_objext conftest$ac_exeext 9798rm -f conftest.$ac_objext conftest$ac_exeext
9769if { (eval echo "$as_me:9769: \"$ac_link\"") >&5 9799if { (eval echo "$as_me:9799: \"$ac_link\"") >&5
9770 (eval $ac_link) 2>&5 9800 (eval $ac_link) 2>&5
9771 ac_status=$? 9801 ac_status=$?
9772 echo "$as_me:9772: \$? = $ac_status" >&5 9802 echo "$as_me:9802: \$? = $ac_status" >&5
9773 (exit $ac_status); } && 9803 (exit $ac_status); } &&
9774 { ac_try='test -s conftest$ac_exeext' 9804 { ac_try='test -s conftest$ac_exeext'
9775 { (eval echo "$as_me:9775: \"$ac_try\"") >&5 9805 { (eval echo "$as_me:9805: \"$ac_try\"") >&5
9776 (eval $ac_try) 2>&5 9806 (eval $ac_try) 2>&5
9777 ac_status=$? 9807 ac_status=$?
9778 echo "$as_me:9778: \$? = $ac_status" >&5 9808 echo "$as_me:9808: \$? = $ac_status" >&5
9779 (exit $ac_status); }; }; then 9809 (exit $ac_status); }; }; then
9780 ac_cv_func_fseeko=yes 9810 ac_cv_func_fseeko=yes
9781else 9811else
@@ -9785,7 +9815,7 @@ ac_cv_func_fseeko=no
9785fi 9815fi
9786rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9816rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9787fi 9817fi
9788echo "$as_me:9788: result: $ac_cv_func_fseeko" >&5 9818echo "$as_me:9818: result: $ac_cv_func_fseeko" >&5
9789echo "${ECHO_T}$ac_cv_func_fseeko" >&6 9819echo "${ECHO_T}$ac_cv_func_fseeko" >&6
9790if test $ac_cv_func_fseeko = yes; then 9820if test $ac_cv_func_fseeko = yes; then
9791 9821
@@ -9800,13 +9830,13 @@ fi
9800for ac_func in grantpt 9830for ac_func in grantpt
9801do 9831do
9802as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 9832as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9803echo "$as_me:9803: checking for $ac_func" >&5 9833echo "$as_me:9833: checking for $ac_func" >&5
9804echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 9834echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9805if eval "test \"\${$as_ac_var+set}\" = set"; then 9835if eval "test \"\${$as_ac_var+set}\" = set"; then
9806 echo $ECHO_N "(cached) $ECHO_C" >&6 9836 echo $ECHO_N "(cached) $ECHO_C" >&6
9807else 9837else
9808 cat >conftest.$ac_ext <<_ACEOF 9838 cat >conftest.$ac_ext <<_ACEOF
9809#line 9809 "configure" 9839#line 9839 "configure"
9810#include "confdefs.h" 9840#include "confdefs.h"
9811/* System header to define __stub macros and hopefully few prototypes, 9841/* System header to define __stub macros and hopefully few prototypes,
9812 which can conflict with char $ac_func (); below. */ 9842 which can conflict with char $ac_func (); below. */
@@ -9837,16 +9867,16 @@ f = $ac_func;
9837} 9867}
9838_ACEOF 9868_ACEOF
9839rm -f conftest.$ac_objext conftest$ac_exeext 9869rm -f conftest.$ac_objext conftest$ac_exeext
9840if { (eval echo "$as_me:9840: \"$ac_link\"") >&5 9870if { (eval echo "$as_me:9870: \"$ac_link\"") >&5
9841 (eval $ac_link) 2>&5 9871 (eval $ac_link) 2>&5
9842 ac_status=$? 9872 ac_status=$?
9843 echo "$as_me:9843: \$? = $ac_status" >&5 9873 echo "$as_me:9873: \$? = $ac_status" >&5
9844 (exit $ac_status); } && 9874 (exit $ac_status); } &&
9845 { ac_try='test -s conftest$ac_exeext' 9875 { ac_try='test -s conftest$ac_exeext'
9846 { (eval echo "$as_me:9846: \"$ac_try\"") >&5 9876 { (eval echo "$as_me:9876: \"$ac_try\"") >&5
9847 (eval $ac_try) 2>&5 9877 (eval $ac_try) 2>&5
9848 ac_status=$? 9878 ac_status=$?
9849 echo "$as_me:9849: \$? = $ac_status" >&5 9879 echo "$as_me:9879: \$? = $ac_status" >&5
9850 (exit $ac_status); }; }; then 9880 (exit $ac_status); }; }; then
9851 eval "$as_ac_var=yes" 9881 eval "$as_ac_var=yes"
9852else 9882else
@@ -9856,7 +9886,7 @@ eval "$as_ac_var=no"
9856fi 9886fi
9857rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9887rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9858fi 9888fi
9859echo "$as_me:9859: result: `eval echo '${'$as_ac_var'}'`" >&5 9889echo "$as_me:9889: result: `eval echo '${'$as_ac_var'}'`" >&5
9860echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 9890echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9861if test `eval echo '${'$as_ac_var'}'` = yes; then 9891if test `eval echo '${'$as_ac_var'}'` = yes; then
9862 cat >>confdefs.h <<EOF 9892 cat >>confdefs.h <<EOF
@@ -9871,13 +9901,13 @@ done
9871for ac_func in getpt 9901for ac_func in getpt
9872do 9902do
9873as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 9903as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9874echo "$as_me:9874: checking for $ac_func" >&5 9904echo "$as_me:9904: checking for $ac_func" >&5
9875echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 9905echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9876if eval "test \"\${$as_ac_var+set}\" = set"; then 9906if eval "test \"\${$as_ac_var+set}\" = set"; then
9877 echo $ECHO_N "(cached) $ECHO_C" >&6 9907 echo $ECHO_N "(cached) $ECHO_C" >&6
9878else 9908else
9879 cat >conftest.$ac_ext <<_ACEOF 9909 cat >conftest.$ac_ext <<_ACEOF
9880#line 9880 "configure" 9910#line 9910 "configure"
9881#include "confdefs.h" 9911#include "confdefs.h"
9882/* System header to define __stub macros and hopefully few prototypes, 9912/* System header to define __stub macros and hopefully few prototypes,
9883 which can conflict with char $ac_func (); below. */ 9913 which can conflict with char $ac_func (); below. */
@@ -9908,16 +9938,16 @@ f = $ac_func;
9908} 9938}
9909_ACEOF 9939_ACEOF
9910rm -f conftest.$ac_objext conftest$ac_exeext 9940rm -f conftest.$ac_objext conftest$ac_exeext
9911if { (eval echo "$as_me:9911: \"$ac_link\"") >&5 9941if { (eval echo "$as_me:9941: \"$ac_link\"") >&5
9912 (eval $ac_link) 2>&5 9942 (eval $ac_link) 2>&5
9913 ac_status=$? 9943 ac_status=$?
9914 echo "$as_me:9914: \$? = $ac_status" >&5 9944 echo "$as_me:9944: \$? = $ac_status" >&5
9915 (exit $ac_status); } && 9945 (exit $ac_status); } &&
9916 { ac_try='test -s conftest$ac_exeext' 9946 { ac_try='test -s conftest$ac_exeext'
9917 { (eval echo "$as_me:9917: \"$ac_try\"") >&5 9947 { (eval echo "$as_me:9947: \"$ac_try\"") >&5
9918 (eval $ac_try) 2>&5 9948 (eval $ac_try) 2>&5
9919 ac_status=$? 9949 ac_status=$?
9920 echo "$as_me:9920: \$? = $ac_status" >&5 9950 echo "$as_me:9950: \$? = $ac_status" >&5
9921 (exit $ac_status); }; }; then 9951 (exit $ac_status); }; }; then
9922 eval "$as_ac_var=yes" 9952 eval "$as_ac_var=yes"
9923else 9953else
@@ -9927,7 +9957,7 @@ eval "$as_ac_var=no"
9927fi 9957fi
9928rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9958rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9929fi 9959fi
9930echo "$as_me:9930: result: `eval echo '${'$as_ac_var'}'`" >&5 9960echo "$as_me:9960: result: `eval echo '${'$as_ac_var'}'`" >&5
9931echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 9961echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9932if test `eval echo '${'$as_ac_var'}'` = yes; then 9962if test `eval echo '${'$as_ac_var'}'` = yes; then
9933 cat >>confdefs.h <<EOF 9963 cat >>confdefs.h <<EOF
@@ -9942,7 +9972,7 @@ done
9942# It's better to believe a function is not available 9972# It's better to believe a function is not available
9943# than to expect to find it in ncurses. 9973# than to expect to find it in ncurses.
9944 9974
9945echo "$as_me:9945: checking for tparm in -lncurses" >&5 9975echo "$as_me:9975: checking for tparm in -lncurses" >&5
9946echo $ECHO_N "checking for tparm in -lncurses... $ECHO_C" >&6 9976echo $ECHO_N "checking for tparm in -lncurses... $ECHO_C" >&6
9947if test "${ac_cv_lib_ncurses_tparm+set}" = set; then 9977if test "${ac_cv_lib_ncurses_tparm+set}" = set; then
9948 echo $ECHO_N "(cached) $ECHO_C" >&6 9978 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9950,7 +9980,7 @@ else
9950 ac_check_lib_save_LIBS=$LIBS 9980 ac_check_lib_save_LIBS=$LIBS
9951LIBS="-lncurses $LIBS" 9981LIBS="-lncurses $LIBS"
9952cat >conftest.$ac_ext <<_ACEOF 9982cat >conftest.$ac_ext <<_ACEOF
9953#line 9953 "configure" 9983#line 9983 "configure"
9954#include "confdefs.h" 9984#include "confdefs.h"
9955 9985
9956/* Override any gcc2 internal prototype to avoid an error. */ 9986/* Override any gcc2 internal prototype to avoid an error. */
@@ -9969,16 +9999,16 @@ tparm ();
9969} 9999}
9970_ACEOF 10000_ACEOF
9971rm -f conftest.$ac_objext conftest$ac_exeext 10001rm -f conftest.$ac_objext conftest$ac_exeext
9972if { (eval echo "$as_me:9972: \"$ac_link\"") >&5 10002if { (eval echo "$as_me:10002: \"$ac_link\"") >&5
9973 (eval $ac_link) 2>&5 10003 (eval $ac_link) 2>&5
9974 ac_status=$? 10004 ac_status=$?
9975 echo "$as_me:9975: \$? = $ac_status" >&5 10005 echo "$as_me:10005: \$? = $ac_status" >&5
9976 (exit $ac_status); } && 10006 (exit $ac_status); } &&
9977 { ac_try='test -s conftest$ac_exeext' 10007 { ac_try='test -s conftest$ac_exeext'
9978 { (eval echo "$as_me:9978: \"$ac_try\"") >&5 10008 { (eval echo "$as_me:10008: \"$ac_try\"") >&5
9979 (eval $ac_try) 2>&5 10009 (eval $ac_try) 2>&5
9980 ac_status=$? 10010 ac_status=$?
9981 echo "$as_me:9981: \$? = $ac_status" >&5 10011 echo "$as_me:10011: \$? = $ac_status" >&5
9982 (exit $ac_status); }; }; then 10012 (exit $ac_status); }; }; then
9983 ac_cv_lib_ncurses_tparm=yes 10013 ac_cv_lib_ncurses_tparm=yes
9984else 10014else
@@ -9989,7 +10019,7 @@ fi
9989rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10019rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9990LIBS=$ac_check_lib_save_LIBS 10020LIBS=$ac_check_lib_save_LIBS
9991fi 10021fi
9992echo "$as_me:9992: result: $ac_cv_lib_ncurses_tparm" >&5 10022echo "$as_me:10022: result: $ac_cv_lib_ncurses_tparm" >&5
9993echo "${ECHO_T}$ac_cv_lib_ncurses_tparm" >&6 10023echo "${ECHO_T}$ac_cv_lib_ncurses_tparm" >&6
9994if test $ac_cv_lib_ncurses_tparm = yes; then 10024if test $ac_cv_lib_ncurses_tparm = yes; then
9995 cat >>confdefs.h <<EOF 10025 cat >>confdefs.h <<EOF
@@ -10004,13 +10034,13 @@ fi
10004if test "$with_hesiod" = yes ; then 10034if test "$with_hesiod" = yes ; then
10005 # Don't set $LIBS here -- see comments above. 10035 # Don't set $LIBS here -- see comments above.
10006 resolv=no 10036 resolv=no
10007 echo "$as_me:10007: checking for res_send" >&5 10037 echo "$as_me:10037: checking for res_send" >&5
10008echo $ECHO_N "checking for res_send... $ECHO_C" >&6 10038echo $ECHO_N "checking for res_send... $ECHO_C" >&6
10009if test "${ac_cv_func_res_send+set}" = set; then 10039if test "${ac_cv_func_res_send+set}" = set; then
10010 echo $ECHO_N "(cached) $ECHO_C" >&6 10040 echo $ECHO_N "(cached) $ECHO_C" >&6
10011else 10041else
10012 cat >conftest.$ac_ext <<_ACEOF 10042 cat >conftest.$ac_ext <<_ACEOF
10013#line 10013 "configure" 10043#line 10043 "configure"
10014#include "confdefs.h" 10044#include "confdefs.h"
10015/* System header to define __stub macros and hopefully few prototypes, 10045/* System header to define __stub macros and hopefully few prototypes,
10016 which can conflict with char res_send (); below. */ 10046 which can conflict with char res_send (); below. */
@@ -10041,16 +10071,16 @@ f = res_send;
10041} 10071}
10042_ACEOF 10072_ACEOF
10043rm -f conftest.$ac_objext conftest$ac_exeext 10073rm -f conftest.$ac_objext conftest$ac_exeext
10044if { (eval echo "$as_me:10044: \"$ac_link\"") >&5 10074if { (eval echo "$as_me:10074: \"$ac_link\"") >&5
10045 (eval $ac_link) 2>&5 10075 (eval $ac_link) 2>&5
10046 ac_status=$? 10076 ac_status=$?
10047 echo "$as_me:10047: \$? = $ac_status" >&5 10077 echo "$as_me:10077: \$? = $ac_status" >&5
10048 (exit $ac_status); } && 10078 (exit $ac_status); } &&
10049 { ac_try='test -s conftest$ac_exeext' 10079 { ac_try='test -s conftest$ac_exeext'
10050 { (eval echo "$as_me:10050: \"$ac_try\"") >&5 10080 { (eval echo "$as_me:10080: \"$ac_try\"") >&5
10051 (eval $ac_try) 2>&5 10081 (eval $ac_try) 2>&5
10052 ac_status=$? 10082 ac_status=$?
10053 echo "$as_me:10053: \$? = $ac_status" >&5 10083 echo "$as_me:10083: \$? = $ac_status" >&5
10054 (exit $ac_status); }; }; then 10084 (exit $ac_status); }; }; then
10055 ac_cv_func_res_send=yes 10085 ac_cv_func_res_send=yes
10056else 10086else
@@ -10060,18 +10090,18 @@ ac_cv_func_res_send=no
10060fi 10090fi
10061rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10091rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10062fi 10092fi
10063echo "$as_me:10063: result: $ac_cv_func_res_send" >&5 10093echo "$as_me:10093: result: $ac_cv_func_res_send" >&5
10064echo "${ECHO_T}$ac_cv_func_res_send" >&6 10094echo "${ECHO_T}$ac_cv_func_res_send" >&6
10065if test $ac_cv_func_res_send = yes; then 10095if test $ac_cv_func_res_send = yes; then
10066 : 10096 :
10067else 10097else
10068 echo "$as_me:10068: checking for __res_send" >&5 10098 echo "$as_me:10098: checking for __res_send" >&5
10069echo $ECHO_N "checking for __res_send... $ECHO_C" >&6 10099echo $ECHO_N "checking for __res_send... $ECHO_C" >&6
10070if test "${ac_cv_func___res_send+set}" = set; then 10100if test "${ac_cv_func___res_send+set}" = set; then
10071 echo $ECHO_N "(cached) $ECHO_C" >&6 10101 echo $ECHO_N "(cached) $ECHO_C" >&6
10072else 10102else
10073 cat >conftest.$ac_ext <<_ACEOF 10103 cat >conftest.$ac_ext <<_ACEOF
10074#line 10074 "configure" 10104#line 10104 "configure"
10075#include "confdefs.h" 10105#include "confdefs.h"
10076/* System header to define __stub macros and hopefully few prototypes, 10106/* System header to define __stub macros and hopefully few prototypes,
10077 which can conflict with char __res_send (); below. */ 10107 which can conflict with char __res_send (); below. */
@@ -10102,16 +10132,16 @@ f = __res_send;
10102} 10132}
10103_ACEOF 10133_ACEOF
10104rm -f conftest.$ac_objext conftest$ac_exeext 10134rm -f conftest.$ac_objext conftest$ac_exeext
10105if { (eval echo "$as_me:10105: \"$ac_link\"") >&5 10135if { (eval echo "$as_me:10135: \"$ac_link\"") >&5
10106 (eval $ac_link) 2>&5 10136 (eval $ac_link) 2>&5
10107 ac_status=$? 10137 ac_status=$?
10108 echo "$as_me:10108: \$? = $ac_status" >&5 10138 echo "$as_me:10138: \$? = $ac_status" >&5
10109 (exit $ac_status); } && 10139 (exit $ac_status); } &&
10110 { ac_try='test -s conftest$ac_exeext' 10140 { ac_try='test -s conftest$ac_exeext'
10111 { (eval echo "$as_me:10111: \"$ac_try\"") >&5 10141 { (eval echo "$as_me:10141: \"$ac_try\"") >&5
10112 (eval $ac_try) 2>&5 10142 (eval $ac_try) 2>&5
10113 ac_status=$? 10143 ac_status=$?
10114 echo "$as_me:10114: \$? = $ac_status" >&5 10144 echo "$as_me:10144: \$? = $ac_status" >&5
10115 (exit $ac_status); }; }; then 10145 (exit $ac_status); }; }; then
10116 ac_cv_func___res_send=yes 10146 ac_cv_func___res_send=yes
10117else 10147else
@@ -10121,12 +10151,12 @@ ac_cv_func___res_send=no
10121fi 10151fi
10122rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10152rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10123fi 10153fi
10124echo "$as_me:10124: result: $ac_cv_func___res_send" >&5 10154echo "$as_me:10154: result: $ac_cv_func___res_send" >&5
10125echo "${ECHO_T}$ac_cv_func___res_send" >&6 10155echo "${ECHO_T}$ac_cv_func___res_send" >&6
10126if test $ac_cv_func___res_send = yes; then 10156if test $ac_cv_func___res_send = yes; then
10127 : 10157 :
10128else 10158else
10129 echo "$as_me:10129: checking for res_send in -lresolv" >&5 10159 echo "$as_me:10159: checking for res_send in -lresolv" >&5
10130echo $ECHO_N "checking for res_send in -lresolv... $ECHO_C" >&6 10160echo $ECHO_N "checking for res_send in -lresolv... $ECHO_C" >&6
10131if test "${ac_cv_lib_resolv_res_send+set}" = set; then 10161if test "${ac_cv_lib_resolv_res_send+set}" = set; then
10132 echo $ECHO_N "(cached) $ECHO_C" >&6 10162 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10134,7 +10164,7 @@ else
10134 ac_check_lib_save_LIBS=$LIBS 10164 ac_check_lib_save_LIBS=$LIBS
10135LIBS="-lresolv $LIBS" 10165LIBS="-lresolv $LIBS"
10136cat >conftest.$ac_ext <<_ACEOF 10166cat >conftest.$ac_ext <<_ACEOF
10137#line 10137 "configure" 10167#line 10167 "configure"
10138#include "confdefs.h" 10168#include "confdefs.h"
10139 10169
10140/* Override any gcc2 internal prototype to avoid an error. */ 10170/* Override any gcc2 internal prototype to avoid an error. */
@@ -10153,16 +10183,16 @@ res_send ();
10153} 10183}
10154_ACEOF 10184_ACEOF
10155rm -f conftest.$ac_objext conftest$ac_exeext 10185rm -f conftest.$ac_objext conftest$ac_exeext
10156if { (eval echo "$as_me:10156: \"$ac_link\"") >&5 10186if { (eval echo "$as_me:10186: \"$ac_link\"") >&5
10157 (eval $ac_link) 2>&5 10187 (eval $ac_link) 2>&5
10158 ac_status=$? 10188 ac_status=$?
10159 echo "$as_me:10159: \$? = $ac_status" >&5 10189 echo "$as_me:10189: \$? = $ac_status" >&5
10160 (exit $ac_status); } && 10190 (exit $ac_status); } &&
10161 { ac_try='test -s conftest$ac_exeext' 10191 { ac_try='test -s conftest$ac_exeext'
10162 { (eval echo "$as_me:10162: \"$ac_try\"") >&5 10192 { (eval echo "$as_me:10192: \"$ac_try\"") >&5
10163 (eval $ac_try) 2>&5 10193 (eval $ac_try) 2>&5
10164 ac_status=$? 10194 ac_status=$?
10165 echo "$as_me:10165: \$? = $ac_status" >&5 10195 echo "$as_me:10195: \$? = $ac_status" >&5
10166 (exit $ac_status); }; }; then 10196 (exit $ac_status); }; }; then
10167 ac_cv_lib_resolv_res_send=yes 10197 ac_cv_lib_resolv_res_send=yes
10168else 10198else
@@ -10173,12 +10203,12 @@ fi
10173rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10203rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10174LIBS=$ac_check_lib_save_LIBS 10204LIBS=$ac_check_lib_save_LIBS
10175fi 10205fi
10176echo "$as_me:10176: result: $ac_cv_lib_resolv_res_send" >&5 10206echo "$as_me:10206: result: $ac_cv_lib_resolv_res_send" >&5
10177echo "${ECHO_T}$ac_cv_lib_resolv_res_send" >&6 10207echo "${ECHO_T}$ac_cv_lib_resolv_res_send" >&6
10178if test $ac_cv_lib_resolv_res_send = yes; then 10208if test $ac_cv_lib_resolv_res_send = yes; then
10179 resolv=yes 10209 resolv=yes
10180else 10210else
10181 echo "$as_me:10181: checking for __res_send in -lresolv" >&5 10211 echo "$as_me:10211: checking for __res_send in -lresolv" >&5
10182echo $ECHO_N "checking for __res_send in -lresolv... $ECHO_C" >&6 10212echo $ECHO_N "checking for __res_send in -lresolv... $ECHO_C" >&6
10183if test "${ac_cv_lib_resolv___res_send+set}" = set; then 10213if test "${ac_cv_lib_resolv___res_send+set}" = set; then
10184 echo $ECHO_N "(cached) $ECHO_C" >&6 10214 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10186,7 +10216,7 @@ else
10186 ac_check_lib_save_LIBS=$LIBS 10216 ac_check_lib_save_LIBS=$LIBS
10187LIBS="-lresolv $LIBS" 10217LIBS="-lresolv $LIBS"
10188cat >conftest.$ac_ext <<_ACEOF 10218cat >conftest.$ac_ext <<_ACEOF
10189#line 10189 "configure" 10219#line 10219 "configure"
10190#include "confdefs.h" 10220#include "confdefs.h"
10191 10221
10192/* Override any gcc2 internal prototype to avoid an error. */ 10222/* Override any gcc2 internal prototype to avoid an error. */
@@ -10205,16 +10235,16 @@ __res_send ();
10205} 10235}
10206_ACEOF 10236_ACEOF
10207rm -f conftest.$ac_objext conftest$ac_exeext 10237rm -f conftest.$ac_objext conftest$ac_exeext
10208if { (eval echo "$as_me:10208: \"$ac_link\"") >&5 10238if { (eval echo "$as_me:10238: \"$ac_link\"") >&5
10209 (eval $ac_link) 2>&5 10239 (eval $ac_link) 2>&5
10210 ac_status=$? 10240 ac_status=$?
10211 echo "$as_me:10211: \$? = $ac_status" >&5 10241 echo "$as_me:10241: \$? = $ac_status" >&5
10212 (exit $ac_status); } && 10242 (exit $ac_status); } &&
10213 { ac_try='test -s conftest$ac_exeext' 10243 { ac_try='test -s conftest$ac_exeext'
10214 { (eval echo "$as_me:10214: \"$ac_try\"") >&5 10244 { (eval echo "$as_me:10244: \"$ac_try\"") >&5
10215 (eval $ac_try) 2>&5 10245 (eval $ac_try) 2>&5
10216 ac_status=$? 10246 ac_status=$?
10217 echo "$as_me:10217: \$? = $ac_status" >&5 10247 echo "$as_me:10247: \$? = $ac_status" >&5
10218 (exit $ac_status); }; }; then 10248 (exit $ac_status); }; }; then
10219 ac_cv_lib_resolv___res_send=yes 10249 ac_cv_lib_resolv___res_send=yes
10220else 10250else
@@ -10225,7 +10255,7 @@ fi
10225rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10255rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10226LIBS=$ac_check_lib_save_LIBS 10256LIBS=$ac_check_lib_save_LIBS
10227fi 10257fi
10228echo "$as_me:10228: result: $ac_cv_lib_resolv___res_send" >&5 10258echo "$as_me:10258: result: $ac_cv_lib_resolv___res_send" >&5
10229echo "${ECHO_T}$ac_cv_lib_resolv___res_send" >&6 10259echo "${ECHO_T}$ac_cv_lib_resolv___res_send" >&6
10230if test $ac_cv_lib_resolv___res_send = yes; then 10260if test $ac_cv_lib_resolv___res_send = yes; then
10231 resolv=yes 10261 resolv=yes
@@ -10246,13 +10276,13 @@ EOF
10246 else 10276 else
10247 RESOLVLIB= 10277 RESOLVLIB=
10248 fi 10278 fi
10249 echo "$as_me:10249: checking for hes_getmailhost" >&5 10279 echo "$as_me:10279: checking for hes_getmailhost" >&5
10250echo $ECHO_N "checking for hes_getmailhost... $ECHO_C" >&6 10280echo $ECHO_N "checking for hes_getmailhost... $ECHO_C" >&6
10251if test "${ac_cv_func_hes_getmailhost+set}" = set; then 10281if test "${ac_cv_func_hes_getmailhost+set}" = set; then
10252 echo $ECHO_N "(cached) $ECHO_C" >&6 10282 echo $ECHO_N "(cached) $ECHO_C" >&6
10253else 10283else
10254 cat >conftest.$ac_ext <<_ACEOF 10284 cat >conftest.$ac_ext <<_ACEOF
10255#line 10255 "configure" 10285#line 10285 "configure"
10256#include "confdefs.h" 10286#include "confdefs.h"
10257/* System header to define __stub macros and hopefully few prototypes, 10287/* System header to define __stub macros and hopefully few prototypes,
10258 which can conflict with char hes_getmailhost (); below. */ 10288 which can conflict with char hes_getmailhost (); below. */
@@ -10283,16 +10313,16 @@ f = hes_getmailhost;
10283} 10313}
10284_ACEOF 10314_ACEOF
10285rm -f conftest.$ac_objext conftest$ac_exeext 10315rm -f conftest.$ac_objext conftest$ac_exeext
10286if { (eval echo "$as_me:10286: \"$ac_link\"") >&5 10316if { (eval echo "$as_me:10316: \"$ac_link\"") >&5
10287 (eval $ac_link) 2>&5 10317 (eval $ac_link) 2>&5
10288 ac_status=$? 10318 ac_status=$?
10289 echo "$as_me:10289: \$? = $ac_status" >&5 10319 echo "$as_me:10319: \$? = $ac_status" >&5
10290 (exit $ac_status); } && 10320 (exit $ac_status); } &&
10291 { ac_try='test -s conftest$ac_exeext' 10321 { ac_try='test -s conftest$ac_exeext'
10292 { (eval echo "$as_me:10292: \"$ac_try\"") >&5 10322 { (eval echo "$as_me:10322: \"$ac_try\"") >&5
10293 (eval $ac_try) 2>&5 10323 (eval $ac_try) 2>&5
10294 ac_status=$? 10324 ac_status=$?
10295 echo "$as_me:10295: \$? = $ac_status" >&5 10325 echo "$as_me:10325: \$? = $ac_status" >&5
10296 (exit $ac_status); }; }; then 10326 (exit $ac_status); }; }; then
10297 ac_cv_func_hes_getmailhost=yes 10327 ac_cv_func_hes_getmailhost=yes
10298else 10328else
@@ -10302,12 +10332,12 @@ ac_cv_func_hes_getmailhost=no
10302fi 10332fi
10303rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10333rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10304fi 10334fi
10305echo "$as_me:10305: result: $ac_cv_func_hes_getmailhost" >&5 10335echo "$as_me:10335: result: $ac_cv_func_hes_getmailhost" >&5
10306echo "${ECHO_T}$ac_cv_func_hes_getmailhost" >&6 10336echo "${ECHO_T}$ac_cv_func_hes_getmailhost" >&6
10307if test $ac_cv_func_hes_getmailhost = yes; then 10337if test $ac_cv_func_hes_getmailhost = yes; then
10308 : 10338 :
10309else 10339else
10310 echo "$as_me:10310: checking for hes_getmailhost in -lhesiod" >&5 10340 echo "$as_me:10340: checking for hes_getmailhost in -lhesiod" >&5
10311echo $ECHO_N "checking for hes_getmailhost in -lhesiod... $ECHO_C" >&6 10341echo $ECHO_N "checking for hes_getmailhost in -lhesiod... $ECHO_C" >&6
10312if test "${ac_cv_lib_hesiod_hes_getmailhost+set}" = set; then 10342if test "${ac_cv_lib_hesiod_hes_getmailhost+set}" = set; then
10313 echo $ECHO_N "(cached) $ECHO_C" >&6 10343 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10315,7 +10345,7 @@ else
10315 ac_check_lib_save_LIBS=$LIBS 10345 ac_check_lib_save_LIBS=$LIBS
10316LIBS="-lhesiod $RESOLVLIB $LIBS" 10346LIBS="-lhesiod $RESOLVLIB $LIBS"
10317cat >conftest.$ac_ext <<_ACEOF 10347cat >conftest.$ac_ext <<_ACEOF
10318#line 10318 "configure" 10348#line 10348 "configure"
10319#include "confdefs.h" 10349#include "confdefs.h"
10320 10350
10321/* Override any gcc2 internal prototype to avoid an error. */ 10351/* Override any gcc2 internal prototype to avoid an error. */
@@ -10334,16 +10364,16 @@ hes_getmailhost ();
10334} 10364}
10335_ACEOF 10365_ACEOF
10336rm -f conftest.$ac_objext conftest$ac_exeext 10366rm -f conftest.$ac_objext conftest$ac_exeext
10337if { (eval echo "$as_me:10337: \"$ac_link\"") >&5 10367if { (eval echo "$as_me:10367: \"$ac_link\"") >&5
10338 (eval $ac_link) 2>&5 10368 (eval $ac_link) 2>&5
10339 ac_status=$? 10369 ac_status=$?
10340 echo "$as_me:10340: \$? = $ac_status" >&5 10370 echo "$as_me:10370: \$? = $ac_status" >&5
10341 (exit $ac_status); } && 10371 (exit $ac_status); } &&
10342 { ac_try='test -s conftest$ac_exeext' 10372 { ac_try='test -s conftest$ac_exeext'
10343 { (eval echo "$as_me:10343: \"$ac_try\"") >&5 10373 { (eval echo "$as_me:10373: \"$ac_try\"") >&5
10344 (eval $ac_try) 2>&5 10374 (eval $ac_try) 2>&5
10345 ac_status=$? 10375 ac_status=$?
10346 echo "$as_me:10346: \$? = $ac_status" >&5 10376 echo "$as_me:10376: \$? = $ac_status" >&5
10347 (exit $ac_status); }; }; then 10377 (exit $ac_status); }; }; then
10348 ac_cv_lib_hesiod_hes_getmailhost=yes 10378 ac_cv_lib_hesiod_hes_getmailhost=yes
10349else 10379else
@@ -10354,7 +10384,7 @@ fi
10354rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10384rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10355LIBS=$ac_check_lib_save_LIBS 10385LIBS=$ac_check_lib_save_LIBS
10356fi 10386fi
10357echo "$as_me:10357: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5 10387echo "$as_me:10387: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5
10358echo "${ECHO_T}$ac_cv_lib_hesiod_hes_getmailhost" >&6 10388echo "${ECHO_T}$ac_cv_lib_hesiod_hes_getmailhost" >&6
10359if test $ac_cv_lib_hesiod_hes_getmailhost = yes; then 10389if test $ac_cv_lib_hesiod_hes_getmailhost = yes; then
10360 cat >>confdefs.h <<\EOF 10390 cat >>confdefs.h <<\EOF
@@ -10372,7 +10402,7 @@ fi
10372# These tell us which Kerberos-related libraries to use. 10402# These tell us which Kerberos-related libraries to use.
10373if test "${with_kerberos+set}" = set; then 10403if test "${with_kerberos+set}" = set; then
10374 10404
10375echo "$as_me:10375: checking for com_err in -lcom_err" >&5 10405echo "$as_me:10405: checking for com_err in -lcom_err" >&5
10376echo $ECHO_N "checking for com_err in -lcom_err... $ECHO_C" >&6 10406echo $ECHO_N "checking for com_err in -lcom_err... $ECHO_C" >&6
10377if test "${ac_cv_lib_com_err_com_err+set}" = set; then 10407if test "${ac_cv_lib_com_err_com_err+set}" = set; then
10378 echo $ECHO_N "(cached) $ECHO_C" >&6 10408 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10380,7 +10410,7 @@ else
10380 ac_check_lib_save_LIBS=$LIBS 10410 ac_check_lib_save_LIBS=$LIBS
10381LIBS="-lcom_err $LIBS" 10411LIBS="-lcom_err $LIBS"
10382cat >conftest.$ac_ext <<_ACEOF 10412cat >conftest.$ac_ext <<_ACEOF
10383#line 10383 "configure" 10413#line 10413 "configure"
10384#include "confdefs.h" 10414#include "confdefs.h"
10385 10415
10386/* Override any gcc2 internal prototype to avoid an error. */ 10416/* Override any gcc2 internal prototype to avoid an error. */
@@ -10399,16 +10429,16 @@ com_err ();
10399} 10429}
10400_ACEOF 10430_ACEOF
10401rm -f conftest.$ac_objext conftest$ac_exeext 10431rm -f conftest.$ac_objext conftest$ac_exeext
10402if { (eval echo "$as_me:10402: \"$ac_link\"") >&5 10432if { (eval echo "$as_me:10432: \"$ac_link\"") >&5
10403 (eval $ac_link) 2>&5 10433 (eval $ac_link) 2>&5
10404 ac_status=$? 10434 ac_status=$?
10405 echo "$as_me:10405: \$? = $ac_status" >&5 10435 echo "$as_me:10435: \$? = $ac_status" >&5
10406 (exit $ac_status); } && 10436 (exit $ac_status); } &&
10407 { ac_try='test -s conftest$ac_exeext' 10437 { ac_try='test -s conftest$ac_exeext'
10408 { (eval echo "$as_me:10408: \"$ac_try\"") >&5 10438 { (eval echo "$as_me:10438: \"$ac_try\"") >&5
10409 (eval $ac_try) 2>&5 10439 (eval $ac_try) 2>&5
10410 ac_status=$? 10440 ac_status=$?
10411 echo "$as_me:10411: \$? = $ac_status" >&5 10441 echo "$as_me:10441: \$? = $ac_status" >&5
10412 (exit $ac_status); }; }; then 10442 (exit $ac_status); }; }; then
10413 ac_cv_lib_com_err_com_err=yes 10443 ac_cv_lib_com_err_com_err=yes
10414else 10444else
@@ -10419,7 +10449,7 @@ fi
10419rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10449rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10420LIBS=$ac_check_lib_save_LIBS 10450LIBS=$ac_check_lib_save_LIBS
10421fi 10451fi
10422echo "$as_me:10422: result: $ac_cv_lib_com_err_com_err" >&5 10452echo "$as_me:10452: result: $ac_cv_lib_com_err_com_err" >&5
10423echo "${ECHO_T}$ac_cv_lib_com_err_com_err" >&6 10453echo "${ECHO_T}$ac_cv_lib_com_err_com_err" >&6
10424if test $ac_cv_lib_com_err_com_err = yes; then 10454if test $ac_cv_lib_com_err_com_err = yes; then
10425 cat >>confdefs.h <<EOF 10455 cat >>confdefs.h <<EOF
@@ -10430,7 +10460,7 @@ EOF
10430 10460
10431fi 10461fi
10432 10462
10433echo "$as_me:10433: checking for mit_des_cbc_encrypt in -lk5crypto" >&5 10463echo "$as_me:10463: checking for mit_des_cbc_encrypt in -lk5crypto" >&5
10434echo $ECHO_N "checking for mit_des_cbc_encrypt in -lk5crypto... $ECHO_C" >&6 10464echo $ECHO_N "checking for mit_des_cbc_encrypt in -lk5crypto... $ECHO_C" >&6
10435if test "${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+set}" = set; then 10465if test "${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+set}" = set; then
10436 echo $ECHO_N "(cached) $ECHO_C" >&6 10466 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10438,7 +10468,7 @@ else
10438 ac_check_lib_save_LIBS=$LIBS 10468 ac_check_lib_save_LIBS=$LIBS
10439LIBS="-lk5crypto $LIBS" 10469LIBS="-lk5crypto $LIBS"
10440cat >conftest.$ac_ext <<_ACEOF 10470cat >conftest.$ac_ext <<_ACEOF
10441#line 10441 "configure" 10471#line 10471 "configure"
10442#include "confdefs.h" 10472#include "confdefs.h"
10443 10473
10444/* Override any gcc2 internal prototype to avoid an error. */ 10474/* Override any gcc2 internal prototype to avoid an error. */
@@ -10457,16 +10487,16 @@ mit_des_cbc_encrypt ();
10457} 10487}
10458_ACEOF 10488_ACEOF
10459rm -f conftest.$ac_objext conftest$ac_exeext 10489rm -f conftest.$ac_objext conftest$ac_exeext
10460if { (eval echo "$as_me:10460: \"$ac_link\"") >&5 10490if { (eval echo "$as_me:10490: \"$ac_link\"") >&5
10461 (eval $ac_link) 2>&5 10491 (eval $ac_link) 2>&5
10462 ac_status=$? 10492 ac_status=$?
10463 echo "$as_me:10463: \$? = $ac_status" >&5 10493 echo "$as_me:10493: \$? = $ac_status" >&5
10464 (exit $ac_status); } && 10494 (exit $ac_status); } &&
10465 { ac_try='test -s conftest$ac_exeext' 10495 { ac_try='test -s conftest$ac_exeext'
10466 { (eval echo "$as_me:10466: \"$ac_try\"") >&5 10496 { (eval echo "$as_me:10496: \"$ac_try\"") >&5
10467 (eval $ac_try) 2>&5 10497 (eval $ac_try) 2>&5
10468 ac_status=$? 10498 ac_status=$?
10469 echo "$as_me:10469: \$? = $ac_status" >&5 10499 echo "$as_me:10499: \$? = $ac_status" >&5
10470 (exit $ac_status); }; }; then 10500 (exit $ac_status); }; }; then
10471 ac_cv_lib_k5crypto_mit_des_cbc_encrypt=yes 10501 ac_cv_lib_k5crypto_mit_des_cbc_encrypt=yes
10472else 10502else
@@ -10477,7 +10507,7 @@ fi
10477rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10507rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10478LIBS=$ac_check_lib_save_LIBS 10508LIBS=$ac_check_lib_save_LIBS
10479fi 10509fi
10480echo "$as_me:10480: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5 10510echo "$as_me:10510: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5
10481echo "${ECHO_T}$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&6 10511echo "${ECHO_T}$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&6
10482if test $ac_cv_lib_k5crypto_mit_des_cbc_encrypt = yes; then 10512if test $ac_cv_lib_k5crypto_mit_des_cbc_encrypt = yes; then
10483 cat >>confdefs.h <<EOF 10513 cat >>confdefs.h <<EOF
@@ -10488,7 +10518,7 @@ EOF
10488 10518
10489fi 10519fi
10490 10520
10491echo "$as_me:10491: checking for mit_des_cbc_encrypt in -lcrypto" >&5 10521echo "$as_me:10521: checking for mit_des_cbc_encrypt in -lcrypto" >&5
10492echo $ECHO_N "checking for mit_des_cbc_encrypt in -lcrypto... $ECHO_C" >&6 10522echo $ECHO_N "checking for mit_des_cbc_encrypt in -lcrypto... $ECHO_C" >&6
10493if test "${ac_cv_lib_crypto_mit_des_cbc_encrypt+set}" = set; then 10523if test "${ac_cv_lib_crypto_mit_des_cbc_encrypt+set}" = set; then
10494 echo $ECHO_N "(cached) $ECHO_C" >&6 10524 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10496,7 +10526,7 @@ else
10496 ac_check_lib_save_LIBS=$LIBS 10526 ac_check_lib_save_LIBS=$LIBS
10497LIBS="-lcrypto $LIBS" 10527LIBS="-lcrypto $LIBS"
10498cat >conftest.$ac_ext <<_ACEOF 10528cat >conftest.$ac_ext <<_ACEOF
10499#line 10499 "configure" 10529#line 10529 "configure"
10500#include "confdefs.h" 10530#include "confdefs.h"
10501 10531
10502/* Override any gcc2 internal prototype to avoid an error. */ 10532/* Override any gcc2 internal prototype to avoid an error. */
@@ -10515,16 +10545,16 @@ mit_des_cbc_encrypt ();
10515} 10545}
10516_ACEOF 10546_ACEOF
10517rm -f conftest.$ac_objext conftest$ac_exeext 10547rm -f conftest.$ac_objext conftest$ac_exeext
10518if { (eval echo "$as_me:10518: \"$ac_link\"") >&5 10548if { (eval echo "$as_me:10548: \"$ac_link\"") >&5
10519 (eval $ac_link) 2>&5 10549 (eval $ac_link) 2>&5
10520 ac_status=$? 10550 ac_status=$?
10521 echo "$as_me:10521: \$? = $ac_status" >&5 10551 echo "$as_me:10551: \$? = $ac_status" >&5
10522 (exit $ac_status); } && 10552 (exit $ac_status); } &&
10523 { ac_try='test -s conftest$ac_exeext' 10553 { ac_try='test -s conftest$ac_exeext'
10524 { (eval echo "$as_me:10524: \"$ac_try\"") >&5 10554 { (eval echo "$as_me:10554: \"$ac_try\"") >&5
10525 (eval $ac_try) 2>&5 10555 (eval $ac_try) 2>&5
10526 ac_status=$? 10556 ac_status=$?
10527 echo "$as_me:10527: \$? = $ac_status" >&5 10557 echo "$as_me:10557: \$? = $ac_status" >&5
10528 (exit $ac_status); }; }; then 10558 (exit $ac_status); }; }; then
10529 ac_cv_lib_crypto_mit_des_cbc_encrypt=yes 10559 ac_cv_lib_crypto_mit_des_cbc_encrypt=yes
10530else 10560else
@@ -10535,7 +10565,7 @@ fi
10535rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10565rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10536LIBS=$ac_check_lib_save_LIBS 10566LIBS=$ac_check_lib_save_LIBS
10537fi 10567fi
10538echo "$as_me:10538: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5 10568echo "$as_me:10568: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5
10539echo "${ECHO_T}$ac_cv_lib_crypto_mit_des_cbc_encrypt" >&6 10569echo "${ECHO_T}$ac_cv_lib_crypto_mit_des_cbc_encrypt" >&6
10540if test $ac_cv_lib_crypto_mit_des_cbc_encrypt = yes; then 10570if test $ac_cv_lib_crypto_mit_des_cbc_encrypt = yes; then
10541 cat >>confdefs.h <<EOF 10571 cat >>confdefs.h <<EOF
@@ -10546,7 +10576,7 @@ EOF
10546 10576
10547fi 10577fi
10548 10578
10549echo "$as_me:10549: checking for krb5_init_context in -lkrb5" >&5 10579echo "$as_me:10579: checking for krb5_init_context in -lkrb5" >&5
10550echo $ECHO_N "checking for krb5_init_context in -lkrb5... $ECHO_C" >&6 10580echo $ECHO_N "checking for krb5_init_context in -lkrb5... $ECHO_C" >&6
10551if test "${ac_cv_lib_krb5_krb5_init_context+set}" = set; then 10581if test "${ac_cv_lib_krb5_krb5_init_context+set}" = set; then
10552 echo $ECHO_N "(cached) $ECHO_C" >&6 10582 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10554,7 +10584,7 @@ else
10554 ac_check_lib_save_LIBS=$LIBS 10584 ac_check_lib_save_LIBS=$LIBS
10555LIBS="-lkrb5 $LIBS" 10585LIBS="-lkrb5 $LIBS"
10556cat >conftest.$ac_ext <<_ACEOF 10586cat >conftest.$ac_ext <<_ACEOF
10557#line 10557 "configure" 10587#line 10587 "configure"
10558#include "confdefs.h" 10588#include "confdefs.h"
10559 10589
10560/* Override any gcc2 internal prototype to avoid an error. */ 10590/* Override any gcc2 internal prototype to avoid an error. */
@@ -10573,16 +10603,16 @@ krb5_init_context ();
10573} 10603}
10574_ACEOF 10604_ACEOF
10575rm -f conftest.$ac_objext conftest$ac_exeext 10605rm -f conftest.$ac_objext conftest$ac_exeext
10576if { (eval echo "$as_me:10576: \"$ac_link\"") >&5 10606if { (eval echo "$as_me:10606: \"$ac_link\"") >&5
10577 (eval $ac_link) 2>&5 10607 (eval $ac_link) 2>&5
10578 ac_status=$? 10608 ac_status=$?
10579 echo "$as_me:10579: \$? = $ac_status" >&5 10609 echo "$as_me:10609: \$? = $ac_status" >&5
10580 (exit $ac_status); } && 10610 (exit $ac_status); } &&
10581 { ac_try='test -s conftest$ac_exeext' 10611 { ac_try='test -s conftest$ac_exeext'
10582 { (eval echo "$as_me:10582: \"$ac_try\"") >&5 10612 { (eval echo "$as_me:10612: \"$ac_try\"") >&5
10583 (eval $ac_try) 2>&5 10613 (eval $ac_try) 2>&5
10584 ac_status=$? 10614 ac_status=$?
10585 echo "$as_me:10585: \$? = $ac_status" >&5 10615 echo "$as_me:10615: \$? = $ac_status" >&5
10586 (exit $ac_status); }; }; then 10616 (exit $ac_status); }; }; then
10587 ac_cv_lib_krb5_krb5_init_context=yes 10617 ac_cv_lib_krb5_krb5_init_context=yes
10588else 10618else
@@ -10593,7 +10623,7 @@ fi
10593rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10623rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10594LIBS=$ac_check_lib_save_LIBS 10624LIBS=$ac_check_lib_save_LIBS
10595fi 10625fi
10596echo "$as_me:10596: result: $ac_cv_lib_krb5_krb5_init_context" >&5 10626echo "$as_me:10626: result: $ac_cv_lib_krb5_krb5_init_context" >&5
10597echo "${ECHO_T}$ac_cv_lib_krb5_krb5_init_context" >&6 10627echo "${ECHO_T}$ac_cv_lib_krb5_krb5_init_context" >&6
10598if test $ac_cv_lib_krb5_krb5_init_context = yes; then 10628if test $ac_cv_lib_krb5_krb5_init_context = yes; then
10599 cat >>confdefs.h <<EOF 10629 cat >>confdefs.h <<EOF
@@ -10606,7 +10636,7 @@ fi
10606 10636
10607 if test "${with_kerberos5+set}" != set; then 10637 if test "${with_kerberos5+set}" != set; then
10608 10638
10609echo "$as_me:10609: checking for des_cbc_encrypt in -ldes425" >&5 10639echo "$as_me:10639: checking for des_cbc_encrypt in -ldes425" >&5
10610echo $ECHO_N "checking for des_cbc_encrypt in -ldes425... $ECHO_C" >&6 10640echo $ECHO_N "checking for des_cbc_encrypt in -ldes425... $ECHO_C" >&6
10611if test "${ac_cv_lib_des425_des_cbc_encrypt+set}" = set; then 10641if test "${ac_cv_lib_des425_des_cbc_encrypt+set}" = set; then
10612 echo $ECHO_N "(cached) $ECHO_C" >&6 10642 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10614,7 +10644,7 @@ else
10614 ac_check_lib_save_LIBS=$LIBS 10644 ac_check_lib_save_LIBS=$LIBS
10615LIBS="-ldes425 $LIBS" 10645LIBS="-ldes425 $LIBS"
10616cat >conftest.$ac_ext <<_ACEOF 10646cat >conftest.$ac_ext <<_ACEOF
10617#line 10617 "configure" 10647#line 10647 "configure"
10618#include "confdefs.h" 10648#include "confdefs.h"
10619 10649
10620/* Override any gcc2 internal prototype to avoid an error. */ 10650/* Override any gcc2 internal prototype to avoid an error. */
@@ -10633,16 +10663,16 @@ des_cbc_encrypt ();
10633} 10663}
10634_ACEOF 10664_ACEOF
10635rm -f conftest.$ac_objext conftest$ac_exeext 10665rm -f conftest.$ac_objext conftest$ac_exeext
10636if { (eval echo "$as_me:10636: \"$ac_link\"") >&5 10666if { (eval echo "$as_me:10666: \"$ac_link\"") >&5
10637 (eval $ac_link) 2>&5 10667 (eval $ac_link) 2>&5
10638 ac_status=$? 10668 ac_status=$?
10639 echo "$as_me:10639: \$? = $ac_status" >&5 10669 echo "$as_me:10669: \$? = $ac_status" >&5
10640 (exit $ac_status); } && 10670 (exit $ac_status); } &&
10641 { ac_try='test -s conftest$ac_exeext' 10671 { ac_try='test -s conftest$ac_exeext'
10642 { (eval echo "$as_me:10642: \"$ac_try\"") >&5 10672 { (eval echo "$as_me:10672: \"$ac_try\"") >&5
10643 (eval $ac_try) 2>&5 10673 (eval $ac_try) 2>&5
10644 ac_status=$? 10674 ac_status=$?
10645 echo "$as_me:10645: \$? = $ac_status" >&5 10675 echo "$as_me:10675: \$? = $ac_status" >&5
10646 (exit $ac_status); }; }; then 10676 (exit $ac_status); }; }; then
10647 ac_cv_lib_des425_des_cbc_encrypt=yes 10677 ac_cv_lib_des425_des_cbc_encrypt=yes
10648else 10678else
@@ -10653,7 +10683,7 @@ fi
10653rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10683rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10654LIBS=$ac_check_lib_save_LIBS 10684LIBS=$ac_check_lib_save_LIBS
10655fi 10685fi
10656echo "$as_me:10656: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5 10686echo "$as_me:10686: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5
10657echo "${ECHO_T}$ac_cv_lib_des425_des_cbc_encrypt" >&6 10687echo "${ECHO_T}$ac_cv_lib_des425_des_cbc_encrypt" >&6
10658if test $ac_cv_lib_des425_des_cbc_encrypt = yes; then 10688if test $ac_cv_lib_des425_des_cbc_encrypt = yes; then
10659 cat >>confdefs.h <<EOF 10689 cat >>confdefs.h <<EOF
@@ -10664,7 +10694,7 @@ EOF
10664 10694
10665else 10695else
10666 10696
10667echo "$as_me:10667: checking for des_cbc_encrypt in -ldes" >&5 10697echo "$as_me:10697: checking for des_cbc_encrypt in -ldes" >&5
10668echo $ECHO_N "checking for des_cbc_encrypt in -ldes... $ECHO_C" >&6 10698echo $ECHO_N "checking for des_cbc_encrypt in -ldes... $ECHO_C" >&6
10669if test "${ac_cv_lib_des_des_cbc_encrypt+set}" = set; then 10699if test "${ac_cv_lib_des_des_cbc_encrypt+set}" = set; then
10670 echo $ECHO_N "(cached) $ECHO_C" >&6 10700 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10672,7 +10702,7 @@ else
10672 ac_check_lib_save_LIBS=$LIBS 10702 ac_check_lib_save_LIBS=$LIBS
10673LIBS="-ldes $LIBS" 10703LIBS="-ldes $LIBS"
10674cat >conftest.$ac_ext <<_ACEOF 10704cat >conftest.$ac_ext <<_ACEOF
10675#line 10675 "configure" 10705#line 10705 "configure"
10676#include "confdefs.h" 10706#include "confdefs.h"
10677 10707
10678/* Override any gcc2 internal prototype to avoid an error. */ 10708/* Override any gcc2 internal prototype to avoid an error. */
@@ -10691,16 +10721,16 @@ des_cbc_encrypt ();
10691} 10721}
10692_ACEOF 10722_ACEOF
10693rm -f conftest.$ac_objext conftest$ac_exeext 10723rm -f conftest.$ac_objext conftest$ac_exeext
10694if { (eval echo "$as_me:10694: \"$ac_link\"") >&5 10724if { (eval echo "$as_me:10724: \"$ac_link\"") >&5
10695 (eval $ac_link) 2>&5 10725 (eval $ac_link) 2>&5
10696 ac_status=$? 10726 ac_status=$?
10697 echo "$as_me:10697: \$? = $ac_status" >&5 10727 echo "$as_me:10727: \$? = $ac_status" >&5
10698 (exit $ac_status); } && 10728 (exit $ac_status); } &&
10699 { ac_try='test -s conftest$ac_exeext' 10729 { ac_try='test -s conftest$ac_exeext'
10700 { (eval echo "$as_me:10700: \"$ac_try\"") >&5 10730 { (eval echo "$as_me:10730: \"$ac_try\"") >&5
10701 (eval $ac_try) 2>&5 10731 (eval $ac_try) 2>&5
10702 ac_status=$? 10732 ac_status=$?
10703 echo "$as_me:10703: \$? = $ac_status" >&5 10733 echo "$as_me:10733: \$? = $ac_status" >&5
10704 (exit $ac_status); }; }; then 10734 (exit $ac_status); }; }; then
10705 ac_cv_lib_des_des_cbc_encrypt=yes 10735 ac_cv_lib_des_des_cbc_encrypt=yes
10706else 10736else
@@ -10711,7 +10741,7 @@ fi
10711rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10741rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10712LIBS=$ac_check_lib_save_LIBS 10742LIBS=$ac_check_lib_save_LIBS
10713fi 10743fi
10714echo "$as_me:10714: result: $ac_cv_lib_des_des_cbc_encrypt" >&5 10744echo "$as_me:10744: result: $ac_cv_lib_des_des_cbc_encrypt" >&5
10715echo "${ECHO_T}$ac_cv_lib_des_des_cbc_encrypt" >&6 10745echo "${ECHO_T}$ac_cv_lib_des_des_cbc_encrypt" >&6
10716if test $ac_cv_lib_des_des_cbc_encrypt = yes; then 10746if test $ac_cv_lib_des_des_cbc_encrypt = yes; then
10717 cat >>confdefs.h <<EOF 10747 cat >>confdefs.h <<EOF
@@ -10724,7 +10754,7 @@ fi
10724 10754
10725fi 10755fi
10726 10756
10727echo "$as_me:10727: checking for krb_get_cred in -lkrb4" >&5 10757echo "$as_me:10757: checking for krb_get_cred in -lkrb4" >&5
10728echo $ECHO_N "checking for krb_get_cred in -lkrb4... $ECHO_C" >&6 10758echo $ECHO_N "checking for krb_get_cred in -lkrb4... $ECHO_C" >&6
10729if test "${ac_cv_lib_krb4_krb_get_cred+set}" = set; then 10759if test "${ac_cv_lib_krb4_krb_get_cred+set}" = set; then
10730 echo $ECHO_N "(cached) $ECHO_C" >&6 10760 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10732,7 +10762,7 @@ else
10732 ac_check_lib_save_LIBS=$LIBS 10762 ac_check_lib_save_LIBS=$LIBS
10733LIBS="-lkrb4 $LIBS" 10763LIBS="-lkrb4 $LIBS"
10734cat >conftest.$ac_ext <<_ACEOF 10764cat >conftest.$ac_ext <<_ACEOF
10735#line 10735 "configure" 10765#line 10765 "configure"
10736#include "confdefs.h" 10766#include "confdefs.h"
10737 10767
10738/* Override any gcc2 internal prototype to avoid an error. */ 10768/* Override any gcc2 internal prototype to avoid an error. */
@@ -10751,16 +10781,16 @@ krb_get_cred ();
10751} 10781}
10752_ACEOF 10782_ACEOF
10753rm -f conftest.$ac_objext conftest$ac_exeext 10783rm -f conftest.$ac_objext conftest$ac_exeext
10754if { (eval echo "$as_me:10754: \"$ac_link\"") >&5 10784if { (eval echo "$as_me:10784: \"$ac_link\"") >&5
10755 (eval $ac_link) 2>&5 10785 (eval $ac_link) 2>&5
10756 ac_status=$? 10786 ac_status=$?
10757 echo "$as_me:10757: \$? = $ac_status" >&5 10787 echo "$as_me:10787: \$? = $ac_status" >&5
10758 (exit $ac_status); } && 10788 (exit $ac_status); } &&
10759 { ac_try='test -s conftest$ac_exeext' 10789 { ac_try='test -s conftest$ac_exeext'
10760 { (eval echo "$as_me:10760: \"$ac_try\"") >&5 10790 { (eval echo "$as_me:10790: \"$ac_try\"") >&5
10761 (eval $ac_try) 2>&5 10791 (eval $ac_try) 2>&5
10762 ac_status=$? 10792 ac_status=$?
10763 echo "$as_me:10763: \$? = $ac_status" >&5 10793 echo "$as_me:10793: \$? = $ac_status" >&5
10764 (exit $ac_status); }; }; then 10794 (exit $ac_status); }; }; then
10765 ac_cv_lib_krb4_krb_get_cred=yes 10795 ac_cv_lib_krb4_krb_get_cred=yes
10766else 10796else
@@ -10771,7 +10801,7 @@ fi
10771rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10801rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10772LIBS=$ac_check_lib_save_LIBS 10802LIBS=$ac_check_lib_save_LIBS
10773fi 10803fi
10774echo "$as_me:10774: result: $ac_cv_lib_krb4_krb_get_cred" >&5 10804echo "$as_me:10804: result: $ac_cv_lib_krb4_krb_get_cred" >&5
10775echo "${ECHO_T}$ac_cv_lib_krb4_krb_get_cred" >&6 10805echo "${ECHO_T}$ac_cv_lib_krb4_krb_get_cred" >&6
10776if test $ac_cv_lib_krb4_krb_get_cred = yes; then 10806if test $ac_cv_lib_krb4_krb_get_cred = yes; then
10777 cat >>confdefs.h <<EOF 10807 cat >>confdefs.h <<EOF
@@ -10782,7 +10812,7 @@ EOF
10782 10812
10783else 10813else
10784 10814
10785echo "$as_me:10785: checking for krb_get_cred in -lkrb" >&5 10815echo "$as_me:10815: checking for krb_get_cred in -lkrb" >&5
10786echo $ECHO_N "checking for krb_get_cred in -lkrb... $ECHO_C" >&6 10816echo $ECHO_N "checking for krb_get_cred in -lkrb... $ECHO_C" >&6
10787if test "${ac_cv_lib_krb_krb_get_cred+set}" = set; then 10817if test "${ac_cv_lib_krb_krb_get_cred+set}" = set; then
10788 echo $ECHO_N "(cached) $ECHO_C" >&6 10818 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10790,7 +10820,7 @@ else
10790 ac_check_lib_save_LIBS=$LIBS 10820 ac_check_lib_save_LIBS=$LIBS
10791LIBS="-lkrb $LIBS" 10821LIBS="-lkrb $LIBS"
10792cat >conftest.$ac_ext <<_ACEOF 10822cat >conftest.$ac_ext <<_ACEOF
10793#line 10793 "configure" 10823#line 10823 "configure"
10794#include "confdefs.h" 10824#include "confdefs.h"
10795 10825
10796/* Override any gcc2 internal prototype to avoid an error. */ 10826/* Override any gcc2 internal prototype to avoid an error. */
@@ -10809,16 +10839,16 @@ krb_get_cred ();
10809} 10839}
10810_ACEOF 10840_ACEOF
10811rm -f conftest.$ac_objext conftest$ac_exeext 10841rm -f conftest.$ac_objext conftest$ac_exeext
10812if { (eval echo "$as_me:10812: \"$ac_link\"") >&5 10842if { (eval echo "$as_me:10842: \"$ac_link\"") >&5
10813 (eval $ac_link) 2>&5 10843 (eval $ac_link) 2>&5
10814 ac_status=$? 10844 ac_status=$?
10815 echo "$as_me:10815: \$? = $ac_status" >&5 10845 echo "$as_me:10845: \$? = $ac_status" >&5
10816 (exit $ac_status); } && 10846 (exit $ac_status); } &&
10817 { ac_try='test -s conftest$ac_exeext' 10847 { ac_try='test -s conftest$ac_exeext'
10818 { (eval echo "$as_me:10818: \"$ac_try\"") >&5 10848 { (eval echo "$as_me:10848: \"$ac_try\"") >&5
10819 (eval $ac_try) 2>&5 10849 (eval $ac_try) 2>&5
10820 ac_status=$? 10850 ac_status=$?
10821 echo "$as_me:10821: \$? = $ac_status" >&5 10851 echo "$as_me:10851: \$? = $ac_status" >&5
10822 (exit $ac_status); }; }; then 10852 (exit $ac_status); }; }; then
10823 ac_cv_lib_krb_krb_get_cred=yes 10853 ac_cv_lib_krb_krb_get_cred=yes
10824else 10854else
@@ -10829,7 +10859,7 @@ fi
10829rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10859rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10830LIBS=$ac_check_lib_save_LIBS 10860LIBS=$ac_check_lib_save_LIBS
10831fi 10861fi
10832echo "$as_me:10832: result: $ac_cv_lib_krb_krb_get_cred" >&5 10862echo "$as_me:10862: result: $ac_cv_lib_krb_krb_get_cred" >&5
10833echo "${ECHO_T}$ac_cv_lib_krb_krb_get_cred" >&6 10863echo "${ECHO_T}$ac_cv_lib_krb_krb_get_cred" >&6
10834if test $ac_cv_lib_krb_krb_get_cred = yes; then 10864if test $ac_cv_lib_krb_krb_get_cred = yes; then
10835 cat >>confdefs.h <<EOF 10865 cat >>confdefs.h <<EOF
@@ -10849,23 +10879,23 @@ fi
10849for ac_header in krb5.h 10879for ac_header in krb5.h
10850do 10880do
10851as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 10881as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10852echo "$as_me:10852: checking for $ac_header" >&5 10882echo "$as_me:10882: checking for $ac_header" >&5
10853echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 10883echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10854if eval "test \"\${$as_ac_Header+set}\" = set"; then 10884if eval "test \"\${$as_ac_Header+set}\" = set"; then
10855 echo $ECHO_N "(cached) $ECHO_C" >&6 10885 echo $ECHO_N "(cached) $ECHO_C" >&6
10856else 10886else
10857 cat >conftest.$ac_ext <<_ACEOF 10887 cat >conftest.$ac_ext <<_ACEOF
10858#line 10858 "configure" 10888#line 10888 "configure"
10859#include "confdefs.h" 10889#include "confdefs.h"
10860#include <$ac_header> 10890#include <$ac_header>
10861_ACEOF 10891_ACEOF
10862if { (eval echo "$as_me:10862: \"$ac_cpp conftest.$ac_ext\"") >&5 10892if { (eval echo "$as_me:10892: \"$ac_cpp conftest.$ac_ext\"") >&5
10863 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 10893 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10864 ac_status=$? 10894 ac_status=$?
10865 egrep -v '^ *\+' conftest.er1 >conftest.err 10895 egrep -v '^ *\+' conftest.er1 >conftest.err
10866 rm -f conftest.er1 10896 rm -f conftest.er1
10867 cat conftest.err >&5 10897 cat conftest.err >&5
10868 echo "$as_me:10868: \$? = $ac_status" >&5 10898 echo "$as_me:10898: \$? = $ac_status" >&5
10869 (exit $ac_status); } >/dev/null; then 10899 (exit $ac_status); } >/dev/null; then
10870 if test -s conftest.err; then 10900 if test -s conftest.err; then
10871 ac_cpp_err=$ac_c_preproc_warn_flag 10901 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -10884,7 +10914,7 @@ else
10884fi 10914fi
10885rm -f conftest.err conftest.$ac_ext 10915rm -f conftest.err conftest.$ac_ext
10886fi 10916fi
10887echo "$as_me:10887: result: `eval echo '${'$as_ac_Header'}'`" >&5 10917echo "$as_me:10917: result: `eval echo '${'$as_ac_Header'}'`" >&5
10888echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 10918echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10889if test `eval echo '${'$as_ac_Header'}'` = yes; then 10919if test `eval echo '${'$as_ac_Header'}'` = yes; then
10890 cat >>confdefs.h <<EOF 10920 cat >>confdefs.h <<EOF
@@ -10899,23 +10929,23 @@ done
10899for ac_header in des.h 10929for ac_header in des.h
10900do 10930do
10901as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 10931as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10902echo "$as_me:10902: checking for $ac_header" >&5 10932echo "$as_me:10932: checking for $ac_header" >&5
10903echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 10933echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10904if eval "test \"\${$as_ac_Header+set}\" = set"; then 10934if eval "test \"\${$as_ac_Header+set}\" = set"; then
10905 echo $ECHO_N "(cached) $ECHO_C" >&6 10935 echo $ECHO_N "(cached) $ECHO_C" >&6
10906else 10936else
10907 cat >conftest.$ac_ext <<_ACEOF 10937 cat >conftest.$ac_ext <<_ACEOF
10908#line 10908 "configure" 10938#line 10938 "configure"
10909#include "confdefs.h" 10939#include "confdefs.h"
10910#include <$ac_header> 10940#include <$ac_header>
10911_ACEOF 10941_ACEOF
10912if { (eval echo "$as_me:10912: \"$ac_cpp conftest.$ac_ext\"") >&5 10942if { (eval echo "$as_me:10942: \"$ac_cpp conftest.$ac_ext\"") >&5
10913 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 10943 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10914 ac_status=$? 10944 ac_status=$?
10915 egrep -v '^ *\+' conftest.er1 >conftest.err 10945 egrep -v '^ *\+' conftest.er1 >conftest.err
10916 rm -f conftest.er1 10946 rm -f conftest.er1
10917 cat conftest.err >&5 10947 cat conftest.err >&5
10918 echo "$as_me:10918: \$? = $ac_status" >&5 10948 echo "$as_me:10948: \$? = $ac_status" >&5
10919 (exit $ac_status); } >/dev/null; then 10949 (exit $ac_status); } >/dev/null; then
10920 if test -s conftest.err; then 10950 if test -s conftest.err; then
10921 ac_cpp_err=$ac_c_preproc_warn_flag 10951 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -10934,7 +10964,7 @@ else
10934fi 10964fi
10935rm -f conftest.err conftest.$ac_ext 10965rm -f conftest.err conftest.$ac_ext
10936fi 10966fi
10937echo "$as_me:10937: result: `eval echo '${'$as_ac_Header'}'`" >&5 10967echo "$as_me:10967: result: `eval echo '${'$as_ac_Header'}'`" >&5
10938echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 10968echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10939if test `eval echo '${'$as_ac_Header'}'` = yes; then 10969if test `eval echo '${'$as_ac_Header'}'` = yes; then
10940 cat >>confdefs.h <<EOF 10970 cat >>confdefs.h <<EOF
@@ -10946,23 +10976,23 @@ else
10946for ac_header in kerberosIV/des.h 10976for ac_header in kerberosIV/des.h
10947do 10977do
10948as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 10978as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10949echo "$as_me:10949: checking for $ac_header" >&5 10979echo "$as_me:10979: checking for $ac_header" >&5
10950echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 10980echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10951if eval "test \"\${$as_ac_Header+set}\" = set"; then 10981if eval "test \"\${$as_ac_Header+set}\" = set"; then
10952 echo $ECHO_N "(cached) $ECHO_C" >&6 10982 echo $ECHO_N "(cached) $ECHO_C" >&6
10953else 10983else
10954 cat >conftest.$ac_ext <<_ACEOF 10984 cat >conftest.$ac_ext <<_ACEOF
10955#line 10955 "configure" 10985#line 10985 "configure"
10956#include "confdefs.h" 10986#include "confdefs.h"
10957#include <$ac_header> 10987#include <$ac_header>
10958_ACEOF 10988_ACEOF
10959if { (eval echo "$as_me:10959: \"$ac_cpp conftest.$ac_ext\"") >&5 10989if { (eval echo "$as_me:10989: \"$ac_cpp conftest.$ac_ext\"") >&5
10960 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 10990 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10961 ac_status=$? 10991 ac_status=$?
10962 egrep -v '^ *\+' conftest.er1 >conftest.err 10992 egrep -v '^ *\+' conftest.er1 >conftest.err
10963 rm -f conftest.er1 10993 rm -f conftest.er1
10964 cat conftest.err >&5 10994 cat conftest.err >&5
10965 echo "$as_me:10965: \$? = $ac_status" >&5 10995 echo "$as_me:10995: \$? = $ac_status" >&5
10966 (exit $ac_status); } >/dev/null; then 10996 (exit $ac_status); } >/dev/null; then
10967 if test -s conftest.err; then 10997 if test -s conftest.err; then
10968 ac_cpp_err=$ac_c_preproc_warn_flag 10998 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -10981,7 +11011,7 @@ else
10981fi 11011fi
10982rm -f conftest.err conftest.$ac_ext 11012rm -f conftest.err conftest.$ac_ext
10983fi 11013fi
10984echo "$as_me:10984: result: `eval echo '${'$as_ac_Header'}'`" >&5 11014echo "$as_me:11014: result: `eval echo '${'$as_ac_Header'}'`" >&5
10985echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11015echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10986if test `eval echo '${'$as_ac_Header'}'` = yes; then 11016if test `eval echo '${'$as_ac_Header'}'` = yes; then
10987 cat >>confdefs.h <<EOF 11017 cat >>confdefs.h <<EOF
@@ -10993,23 +11023,23 @@ else
10993for ac_header in kerberos/des.h 11023for ac_header in kerberos/des.h
10994do 11024do
10995as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 11025as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10996echo "$as_me:10996: checking for $ac_header" >&5 11026echo "$as_me:11026: checking for $ac_header" >&5
10997echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 11027echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10998if eval "test \"\${$as_ac_Header+set}\" = set"; then 11028if eval "test \"\${$as_ac_Header+set}\" = set"; then
10999 echo $ECHO_N "(cached) $ECHO_C" >&6 11029 echo $ECHO_N "(cached) $ECHO_C" >&6
11000else 11030else
11001 cat >conftest.$ac_ext <<_ACEOF 11031 cat >conftest.$ac_ext <<_ACEOF
11002#line 11002 "configure" 11032#line 11032 "configure"
11003#include "confdefs.h" 11033#include "confdefs.h"
11004#include <$ac_header> 11034#include <$ac_header>
11005_ACEOF 11035_ACEOF
11006if { (eval echo "$as_me:11006: \"$ac_cpp conftest.$ac_ext\"") >&5 11036if { (eval echo "$as_me:11036: \"$ac_cpp conftest.$ac_ext\"") >&5
11007 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11037 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11008 ac_status=$? 11038 ac_status=$?
11009 egrep -v '^ *\+' conftest.er1 >conftest.err 11039 egrep -v '^ *\+' conftest.er1 >conftest.err
11010 rm -f conftest.er1 11040 rm -f conftest.er1
11011 cat conftest.err >&5 11041 cat conftest.err >&5
11012 echo "$as_me:11012: \$? = $ac_status" >&5 11042 echo "$as_me:11042: \$? = $ac_status" >&5
11013 (exit $ac_status); } >/dev/null; then 11043 (exit $ac_status); } >/dev/null; then
11014 if test -s conftest.err; then 11044 if test -s conftest.err; then
11015 ac_cpp_err=$ac_c_preproc_warn_flag 11045 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11028,7 +11058,7 @@ else
11028fi 11058fi
11029rm -f conftest.err conftest.$ac_ext 11059rm -f conftest.err conftest.$ac_ext
11030fi 11060fi
11031echo "$as_me:11031: result: `eval echo '${'$as_ac_Header'}'`" >&5 11061echo "$as_me:11061: result: `eval echo '${'$as_ac_Header'}'`" >&5
11032echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11062echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11033if test `eval echo '${'$as_ac_Header'}'` = yes; then 11063if test `eval echo '${'$as_ac_Header'}'` = yes; then
11034 cat >>confdefs.h <<EOF 11064 cat >>confdefs.h <<EOF
@@ -11047,23 +11077,23 @@ done
11047for ac_header in krb.h 11077for ac_header in krb.h
11048do 11078do
11049as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 11079as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11050echo "$as_me:11050: checking for $ac_header" >&5 11080echo "$as_me:11080: checking for $ac_header" >&5
11051echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 11081echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11052if eval "test \"\${$as_ac_Header+set}\" = set"; then 11082if eval "test \"\${$as_ac_Header+set}\" = set"; then
11053 echo $ECHO_N "(cached) $ECHO_C" >&6 11083 echo $ECHO_N "(cached) $ECHO_C" >&6
11054else 11084else
11055 cat >conftest.$ac_ext <<_ACEOF 11085 cat >conftest.$ac_ext <<_ACEOF
11056#line 11056 "configure" 11086#line 11086 "configure"
11057#include "confdefs.h" 11087#include "confdefs.h"
11058#include <$ac_header> 11088#include <$ac_header>
11059_ACEOF 11089_ACEOF
11060if { (eval echo "$as_me:11060: \"$ac_cpp conftest.$ac_ext\"") >&5 11090if { (eval echo "$as_me:11090: \"$ac_cpp conftest.$ac_ext\"") >&5
11061 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11091 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11062 ac_status=$? 11092 ac_status=$?
11063 egrep -v '^ *\+' conftest.er1 >conftest.err 11093 egrep -v '^ *\+' conftest.er1 >conftest.err
11064 rm -f conftest.er1 11094 rm -f conftest.er1
11065 cat conftest.err >&5 11095 cat conftest.err >&5
11066 echo "$as_me:11066: \$? = $ac_status" >&5 11096 echo "$as_me:11096: \$? = $ac_status" >&5
11067 (exit $ac_status); } >/dev/null; then 11097 (exit $ac_status); } >/dev/null; then
11068 if test -s conftest.err; then 11098 if test -s conftest.err; then
11069 ac_cpp_err=$ac_c_preproc_warn_flag 11099 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11082,7 +11112,7 @@ else
11082fi 11112fi
11083rm -f conftest.err conftest.$ac_ext 11113rm -f conftest.err conftest.$ac_ext
11084fi 11114fi
11085echo "$as_me:11085: result: `eval echo '${'$as_ac_Header'}'`" >&5 11115echo "$as_me:11115: result: `eval echo '${'$as_ac_Header'}'`" >&5
11086echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11116echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11087if test `eval echo '${'$as_ac_Header'}'` = yes; then 11117if test `eval echo '${'$as_ac_Header'}'` = yes; then
11088 cat >>confdefs.h <<EOF 11118 cat >>confdefs.h <<EOF
@@ -11094,23 +11124,23 @@ else
11094for ac_header in kerberosIV/krb.h 11124for ac_header in kerberosIV/krb.h
11095do 11125do
11096as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 11126as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11097echo "$as_me:11097: checking for $ac_header" >&5 11127echo "$as_me:11127: checking for $ac_header" >&5
11098echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 11128echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11099if eval "test \"\${$as_ac_Header+set}\" = set"; then 11129if eval "test \"\${$as_ac_Header+set}\" = set"; then
11100 echo $ECHO_N "(cached) $ECHO_C" >&6 11130 echo $ECHO_N "(cached) $ECHO_C" >&6
11101else 11131else
11102 cat >conftest.$ac_ext <<_ACEOF 11132 cat >conftest.$ac_ext <<_ACEOF
11103#line 11103 "configure" 11133#line 11133 "configure"
11104#include "confdefs.h" 11134#include "confdefs.h"
11105#include <$ac_header> 11135#include <$ac_header>
11106_ACEOF 11136_ACEOF
11107if { (eval echo "$as_me:11107: \"$ac_cpp conftest.$ac_ext\"") >&5 11137if { (eval echo "$as_me:11137: \"$ac_cpp conftest.$ac_ext\"") >&5
11108 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11138 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11109 ac_status=$? 11139 ac_status=$?
11110 egrep -v '^ *\+' conftest.er1 >conftest.err 11140 egrep -v '^ *\+' conftest.er1 >conftest.err
11111 rm -f conftest.er1 11141 rm -f conftest.er1
11112 cat conftest.err >&5 11142 cat conftest.err >&5
11113 echo "$as_me:11113: \$? = $ac_status" >&5 11143 echo "$as_me:11143: \$? = $ac_status" >&5
11114 (exit $ac_status); } >/dev/null; then 11144 (exit $ac_status); } >/dev/null; then
11115 if test -s conftest.err; then 11145 if test -s conftest.err; then
11116 ac_cpp_err=$ac_c_preproc_warn_flag 11146 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11129,7 +11159,7 @@ else
11129fi 11159fi
11130rm -f conftest.err conftest.$ac_ext 11160rm -f conftest.err conftest.$ac_ext
11131fi 11161fi
11132echo "$as_me:11132: result: `eval echo '${'$as_ac_Header'}'`" >&5 11162echo "$as_me:11162: result: `eval echo '${'$as_ac_Header'}'`" >&5
11133echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11163echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11134if test `eval echo '${'$as_ac_Header'}'` = yes; then 11164if test `eval echo '${'$as_ac_Header'}'` = yes; then
11135 cat >>confdefs.h <<EOF 11165 cat >>confdefs.h <<EOF
@@ -11141,23 +11171,23 @@ else
11141for ac_header in kerberos/krb.h 11171for ac_header in kerberos/krb.h
11142do 11172do
11143as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 11173as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11144echo "$as_me:11144: checking for $ac_header" >&5 11174echo "$as_me:11174: checking for $ac_header" >&5
11145echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 11175echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11146if eval "test \"\${$as_ac_Header+set}\" = set"; then 11176if eval "test \"\${$as_ac_Header+set}\" = set"; then
11147 echo $ECHO_N "(cached) $ECHO_C" >&6 11177 echo $ECHO_N "(cached) $ECHO_C" >&6
11148else 11178else
11149 cat >conftest.$ac_ext <<_ACEOF 11179 cat >conftest.$ac_ext <<_ACEOF
11150#line 11150 "configure" 11180#line 11180 "configure"
11151#include "confdefs.h" 11181#include "confdefs.h"
11152#include <$ac_header> 11182#include <$ac_header>
11153_ACEOF 11183_ACEOF
11154if { (eval echo "$as_me:11154: \"$ac_cpp conftest.$ac_ext\"") >&5 11184if { (eval echo "$as_me:11184: \"$ac_cpp conftest.$ac_ext\"") >&5
11155 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11185 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11156 ac_status=$? 11186 ac_status=$?
11157 egrep -v '^ *\+' conftest.er1 >conftest.err 11187 egrep -v '^ *\+' conftest.er1 >conftest.err
11158 rm -f conftest.er1 11188 rm -f conftest.er1
11159 cat conftest.err >&5 11189 cat conftest.err >&5
11160 echo "$as_me:11160: \$? = $ac_status" >&5 11190 echo "$as_me:11190: \$? = $ac_status" >&5
11161 (exit $ac_status); } >/dev/null; then 11191 (exit $ac_status); } >/dev/null; then
11162 if test -s conftest.err; then 11192 if test -s conftest.err; then
11163 ac_cpp_err=$ac_c_preproc_warn_flag 11193 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11176,7 +11206,7 @@ else
11176fi 11206fi
11177rm -f conftest.err conftest.$ac_ext 11207rm -f conftest.err conftest.$ac_ext
11178fi 11208fi
11179echo "$as_me:11179: result: `eval echo '${'$as_ac_Header'}'`" >&5 11209echo "$as_me:11209: result: `eval echo '${'$as_ac_Header'}'`" >&5
11180echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11210echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11181if test `eval echo '${'$as_ac_Header'}'` = yes; then 11211if test `eval echo '${'$as_ac_Header'}'` = yes; then
11182 cat >>confdefs.h <<EOF 11212 cat >>confdefs.h <<EOF
@@ -11197,23 +11227,23 @@ done
11197for ac_header in com_err.h 11227for ac_header in com_err.h
11198do 11228do
11199as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 11229as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11200echo "$as_me:11200: checking for $ac_header" >&5 11230echo "$as_me:11230: checking for $ac_header" >&5
11201echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 11231echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11202if eval "test \"\${$as_ac_Header+set}\" = set"; then 11232if eval "test \"\${$as_ac_Header+set}\" = set"; then
11203 echo $ECHO_N "(cached) $ECHO_C" >&6 11233 echo $ECHO_N "(cached) $ECHO_C" >&6
11204else 11234else
11205 cat >conftest.$ac_ext <<_ACEOF 11235 cat >conftest.$ac_ext <<_ACEOF
11206#line 11206 "configure" 11236#line 11236 "configure"
11207#include "confdefs.h" 11237#include "confdefs.h"
11208#include <$ac_header> 11238#include <$ac_header>
11209_ACEOF 11239_ACEOF
11210if { (eval echo "$as_me:11210: \"$ac_cpp conftest.$ac_ext\"") >&5 11240if { (eval echo "$as_me:11240: \"$ac_cpp conftest.$ac_ext\"") >&5
11211 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11241 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11212 ac_status=$? 11242 ac_status=$?
11213 egrep -v '^ *\+' conftest.er1 >conftest.err 11243 egrep -v '^ *\+' conftest.er1 >conftest.err
11214 rm -f conftest.er1 11244 rm -f conftest.er1
11215 cat conftest.err >&5 11245 cat conftest.err >&5
11216 echo "$as_me:11216: \$? = $ac_status" >&5 11246 echo "$as_me:11246: \$? = $ac_status" >&5
11217 (exit $ac_status); } >/dev/null; then 11247 (exit $ac_status); } >/dev/null; then
11218 if test -s conftest.err; then 11248 if test -s conftest.err; then
11219 ac_cpp_err=$ac_c_preproc_warn_flag 11249 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11232,7 +11262,7 @@ else
11232fi 11262fi
11233rm -f conftest.err conftest.$ac_ext 11263rm -f conftest.err conftest.$ac_ext
11234fi 11264fi
11235echo "$as_me:11235: result: `eval echo '${'$as_ac_Header'}'`" >&5 11265echo "$as_me:11265: result: `eval echo '${'$as_ac_Header'}'`" >&5
11236echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11266echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11237if test `eval echo '${'$as_ac_Header'}'` = yes; then 11267if test `eval echo '${'$as_ac_Header'}'` = yes; then
11238 cat >>confdefs.h <<EOF 11268 cat >>confdefs.h <<EOF
@@ -11247,7 +11277,7 @@ fi
11247# Solaris requires -lintl if you want strerror (which calls dgettext) 11277# Solaris requires -lintl if you want strerror (which calls dgettext)
11248# to return localized messages. 11278# to return localized messages.
11249 11279
11250echo "$as_me:11250: checking for dgettext in -lintl" >&5 11280echo "$as_me:11280: checking for dgettext in -lintl" >&5
11251echo $ECHO_N "checking for dgettext in -lintl... $ECHO_C" >&6 11281echo $ECHO_N "checking for dgettext in -lintl... $ECHO_C" >&6
11252if test "${ac_cv_lib_intl_dgettext+set}" = set; then 11282if test "${ac_cv_lib_intl_dgettext+set}" = set; then
11253 echo $ECHO_N "(cached) $ECHO_C" >&6 11283 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11255,7 +11285,7 @@ else
11255 ac_check_lib_save_LIBS=$LIBS 11285 ac_check_lib_save_LIBS=$LIBS
11256LIBS="-lintl $LIBS" 11286LIBS="-lintl $LIBS"
11257cat >conftest.$ac_ext <<_ACEOF 11287cat >conftest.$ac_ext <<_ACEOF
11258#line 11258 "configure" 11288#line 11288 "configure"
11259#include "confdefs.h" 11289#include "confdefs.h"
11260 11290
11261/* Override any gcc2 internal prototype to avoid an error. */ 11291/* Override any gcc2 internal prototype to avoid an error. */
@@ -11274,16 +11304,16 @@ dgettext ();
11274} 11304}
11275_ACEOF 11305_ACEOF
11276rm -f conftest.$ac_objext conftest$ac_exeext 11306rm -f conftest.$ac_objext conftest$ac_exeext
11277if { (eval echo "$as_me:11277: \"$ac_link\"") >&5 11307if { (eval echo "$as_me:11307: \"$ac_link\"") >&5
11278 (eval $ac_link) 2>&5 11308 (eval $ac_link) 2>&5
11279 ac_status=$? 11309 ac_status=$?
11280 echo "$as_me:11280: \$? = $ac_status" >&5 11310 echo "$as_me:11310: \$? = $ac_status" >&5
11281 (exit $ac_status); } && 11311 (exit $ac_status); } &&
11282 { ac_try='test -s conftest$ac_exeext' 11312 { ac_try='test -s conftest$ac_exeext'
11283 { (eval echo "$as_me:11283: \"$ac_try\"") >&5 11313 { (eval echo "$as_me:11313: \"$ac_try\"") >&5
11284 (eval $ac_try) 2>&5 11314 (eval $ac_try) 2>&5
11285 ac_status=$? 11315 ac_status=$?
11286 echo "$as_me:11286: \$? = $ac_status" >&5 11316 echo "$as_me:11316: \$? = $ac_status" >&5
11287 (exit $ac_status); }; }; then 11317 (exit $ac_status); }; }; then
11288 ac_cv_lib_intl_dgettext=yes 11318 ac_cv_lib_intl_dgettext=yes
11289else 11319else
@@ -11294,7 +11324,7 @@ fi
11294rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11324rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11295LIBS=$ac_check_lib_save_LIBS 11325LIBS=$ac_check_lib_save_LIBS
11296fi 11326fi
11297echo "$as_me:11297: result: $ac_cv_lib_intl_dgettext" >&5 11327echo "$as_me:11327: result: $ac_cv_lib_intl_dgettext" >&5
11298echo "${ECHO_T}$ac_cv_lib_intl_dgettext" >&6 11328echo "${ECHO_T}$ac_cv_lib_intl_dgettext" >&6
11299if test $ac_cv_lib_intl_dgettext = yes; then 11329if test $ac_cv_lib_intl_dgettext = yes; then
11300 cat >>confdefs.h <<EOF 11330 cat >>confdefs.h <<EOF
@@ -11305,7 +11335,7 @@ EOF
11305 11335
11306fi 11336fi
11307 11337
11308echo "$as_me:11308: checking whether localtime caches TZ" >&5 11338echo "$as_me:11338: checking whether localtime caches TZ" >&5
11309echo $ECHO_N "checking whether localtime caches TZ... $ECHO_C" >&6 11339echo $ECHO_N "checking whether localtime caches TZ... $ECHO_C" >&6
11310if test "${emacs_cv_localtime_cache+set}" = set; then 11340if test "${emacs_cv_localtime_cache+set}" = set; then
11311 echo $ECHO_N "(cached) $ECHO_C" >&6 11341 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11316,7 +11346,7 @@ if test "$cross_compiling" = yes; then
11316emacs_cv_localtime_cache=yes 11346emacs_cv_localtime_cache=yes
11317else 11347else
11318 cat >conftest.$ac_ext <<_ACEOF 11348 cat >conftest.$ac_ext <<_ACEOF
11319#line 11319 "configure" 11349#line 11349 "configure"
11320#include "confdefs.h" 11350#include "confdefs.h"
11321#include <time.h> 11351#include <time.h>
11322extern char **environ; 11352extern char **environ;
@@ -11349,15 +11379,15 @@ main()
11349} 11379}
11350_ACEOF 11380_ACEOF
11351rm -f conftest$ac_exeext 11381rm -f conftest$ac_exeext
11352if { (eval echo "$as_me:11352: \"$ac_link\"") >&5 11382if { (eval echo "$as_me:11382: \"$ac_link\"") >&5
11353 (eval $ac_link) 2>&5 11383 (eval $ac_link) 2>&5
11354 ac_status=$? 11384 ac_status=$?
11355 echo "$as_me:11355: \$? = $ac_status" >&5 11385 echo "$as_me:11385: \$? = $ac_status" >&5
11356 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 11386 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11357 { (eval echo "$as_me:11357: \"$ac_try\"") >&5 11387 { (eval echo "$as_me:11387: \"$ac_try\"") >&5
11358 (eval $ac_try) 2>&5 11388 (eval $ac_try) 2>&5
11359 ac_status=$? 11389 ac_status=$?
11360 echo "$as_me:11360: \$? = $ac_status" >&5 11390 echo "$as_me:11390: \$? = $ac_status" >&5
11361 (exit $ac_status); }; }; then 11391 (exit $ac_status); }; }; then
11362 emacs_cv_localtime_cache=no 11392 emacs_cv_localtime_cache=no
11363else 11393else
@@ -11374,7 +11404,7 @@ else
11374 emacs_cv_localtime_cache=no 11404 emacs_cv_localtime_cache=no
11375fi 11405fi
11376fi 11406fi
11377echo "$as_me:11377: result: $emacs_cv_localtime_cache" >&5 11407echo "$as_me:11407: result: $emacs_cv_localtime_cache" >&5
11378echo "${ECHO_T}$emacs_cv_localtime_cache" >&6 11408echo "${ECHO_T}$emacs_cv_localtime_cache" >&6
11379if test $emacs_cv_localtime_cache = yes; then 11409if test $emacs_cv_localtime_cache = yes; then
11380 cat >>confdefs.h <<\EOF 11410 cat >>confdefs.h <<\EOF
@@ -11388,13 +11418,13 @@ if test "x$HAVE_TIMEVAL" = xyes; then
11388for ac_func in gettimeofday 11418for ac_func in gettimeofday
11389do 11419do
11390as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 11420as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
11391echo "$as_me:11391: checking for $ac_func" >&5 11421echo "$as_me:11421: checking for $ac_func" >&5
11392echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 11422echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
11393if eval "test \"\${$as_ac_var+set}\" = set"; then 11423if eval "test \"\${$as_ac_var+set}\" = set"; then
11394 echo $ECHO_N "(cached) $ECHO_C" >&6 11424 echo $ECHO_N "(cached) $ECHO_C" >&6
11395else 11425else
11396 cat >conftest.$ac_ext <<_ACEOF 11426 cat >conftest.$ac_ext <<_ACEOF
11397#line 11397 "configure" 11427#line 11427 "configure"
11398#include "confdefs.h" 11428#include "confdefs.h"
11399/* System header to define __stub macros and hopefully few prototypes, 11429/* System header to define __stub macros and hopefully few prototypes,
11400 which can conflict with char $ac_func (); below. */ 11430 which can conflict with char $ac_func (); below. */
@@ -11425,16 +11455,16 @@ f = $ac_func;
11425} 11455}
11426_ACEOF 11456_ACEOF
11427rm -f conftest.$ac_objext conftest$ac_exeext 11457rm -f conftest.$ac_objext conftest$ac_exeext
11428if { (eval echo "$as_me:11428: \"$ac_link\"") >&5 11458if { (eval echo "$as_me:11458: \"$ac_link\"") >&5
11429 (eval $ac_link) 2>&5 11459 (eval $ac_link) 2>&5
11430 ac_status=$? 11460 ac_status=$?
11431 echo "$as_me:11431: \$? = $ac_status" >&5 11461 echo "$as_me:11461: \$? = $ac_status" >&5
11432 (exit $ac_status); } && 11462 (exit $ac_status); } &&
11433 { ac_try='test -s conftest$ac_exeext' 11463 { ac_try='test -s conftest$ac_exeext'
11434 { (eval echo "$as_me:11434: \"$ac_try\"") >&5 11464 { (eval echo "$as_me:11464: \"$ac_try\"") >&5
11435 (eval $ac_try) 2>&5 11465 (eval $ac_try) 2>&5
11436 ac_status=$? 11466 ac_status=$?
11437 echo "$as_me:11437: \$? = $ac_status" >&5 11467 echo "$as_me:11467: \$? = $ac_status" >&5
11438 (exit $ac_status); }; }; then 11468 (exit $ac_status); }; }; then
11439 eval "$as_ac_var=yes" 11469 eval "$as_ac_var=yes"
11440else 11470else
@@ -11444,7 +11474,7 @@ eval "$as_ac_var=no"
11444fi 11474fi
11445rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11475rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11446fi 11476fi
11447echo "$as_me:11447: result: `eval echo '${'$as_ac_var'}'`" >&5 11477echo "$as_me:11477: result: `eval echo '${'$as_ac_var'}'`" >&5
11448echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 11478echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
11449if test `eval echo '${'$as_ac_var'}'` = yes; then 11479if test `eval echo '${'$as_ac_var'}'` = yes; then
11450 cat >>confdefs.h <<EOF 11480 cat >>confdefs.h <<EOF
@@ -11454,13 +11484,13 @@ EOF
11454fi 11484fi
11455done 11485done
11456 11486
11457 echo "$as_me:11457: checking whether gettimeofday can accept two arguments" >&5 11487 echo "$as_me:11487: checking whether gettimeofday can accept two arguments" >&5
11458echo $ECHO_N "checking whether gettimeofday can accept two arguments... $ECHO_C" >&6 11488echo $ECHO_N "checking whether gettimeofday can accept two arguments... $ECHO_C" >&6
11459if test "${emacs_cv_gettimeofday_two_arguments+set}" = set; then 11489if test "${emacs_cv_gettimeofday_two_arguments+set}" = set; then
11460 echo $ECHO_N "(cached) $ECHO_C" >&6 11490 echo $ECHO_N "(cached) $ECHO_C" >&6
11461else 11491else
11462 cat >conftest.$ac_ext <<_ACEOF 11492 cat >conftest.$ac_ext <<_ACEOF
11463#line 11463 "configure" 11493#line 11493 "configure"
11464#include "confdefs.h" 11494#include "confdefs.h"
11465 11495
11466#ifdef TIME_WITH_SYS_TIME 11496#ifdef TIME_WITH_SYS_TIME
@@ -11483,16 +11513,16 @@ struct timeval time;
11483} 11513}
11484_ACEOF 11514_ACEOF
11485rm -f conftest.$ac_objext 11515rm -f conftest.$ac_objext
11486if { (eval echo "$as_me:11486: \"$ac_compile\"") >&5 11516if { (eval echo "$as_me:11516: \"$ac_compile\"") >&5
11487 (eval $ac_compile) 2>&5 11517 (eval $ac_compile) 2>&5
11488 ac_status=$? 11518 ac_status=$?
11489 echo "$as_me:11489: \$? = $ac_status" >&5 11519 echo "$as_me:11519: \$? = $ac_status" >&5
11490 (exit $ac_status); } && 11520 (exit $ac_status); } &&
11491 { ac_try='test -s conftest.$ac_objext' 11521 { ac_try='test -s conftest.$ac_objext'
11492 { (eval echo "$as_me:11492: \"$ac_try\"") >&5 11522 { (eval echo "$as_me:11522: \"$ac_try\"") >&5
11493 (eval $ac_try) 2>&5 11523 (eval $ac_try) 2>&5
11494 ac_status=$? 11524 ac_status=$?
11495 echo "$as_me:11495: \$? = $ac_status" >&5 11525 echo "$as_me:11525: \$? = $ac_status" >&5
11496 (exit $ac_status); }; }; then 11526 (exit $ac_status); }; }; then
11497 emacs_cv_gettimeofday_two_arguments=yes 11527 emacs_cv_gettimeofday_two_arguments=yes
11498else 11528else
@@ -11502,7 +11532,7 @@ emacs_cv_gettimeofday_two_arguments=no
11502fi 11532fi
11503rm -f conftest.$ac_objext conftest.$ac_ext 11533rm -f conftest.$ac_objext conftest.$ac_ext
11504fi 11534fi
11505echo "$as_me:11505: result: $emacs_cv_gettimeofday_two_arguments" >&5 11535echo "$as_me:11535: result: $emacs_cv_gettimeofday_two_arguments" >&5
11506echo "${ECHO_T}$emacs_cv_gettimeofday_two_arguments" >&6 11536echo "${ECHO_T}$emacs_cv_gettimeofday_two_arguments" >&6
11507 if test $emacs_cv_gettimeofday_two_arguments = no; then 11537 if test $emacs_cv_gettimeofday_two_arguments = no; then
11508 cat >>confdefs.h <<\EOF 11538 cat >>confdefs.h <<\EOF
@@ -11513,13 +11543,13 @@ EOF
11513fi 11543fi
11514 11544
11515if test "$ac_cv_func_gettimeofday" = yes; then 11545if test "$ac_cv_func_gettimeofday" = yes; then
11516 echo "$as_me:11516: checking for struct timezone" >&5 11546 echo "$as_me:11546: checking for struct timezone" >&5
11517echo $ECHO_N "checking for struct timezone... $ECHO_C" >&6 11547echo $ECHO_N "checking for struct timezone... $ECHO_C" >&6
11518if test "${emacs_cv_struct_timezone+set}" = set; then 11548if test "${emacs_cv_struct_timezone+set}" = set; then
11519 echo $ECHO_N "(cached) $ECHO_C" >&6 11549 echo $ECHO_N "(cached) $ECHO_C" >&6
11520else 11550else
11521 cat >conftest.$ac_ext <<_ACEOF 11551 cat >conftest.$ac_ext <<_ACEOF
11522#line 11522 "configure" 11552#line 11552 "configure"
11523#include "confdefs.h" 11553#include "confdefs.h"
11524#include <sys/time.h> 11554#include <sys/time.h>
11525int 11555int
@@ -11531,22 +11561,22 @@ struct timezone tz;
11531} 11561}
11532_ACEOF 11562_ACEOF
11533rm -f conftest.$ac_objext 11563rm -f conftest.$ac_objext
11534if { (eval echo "$as_me:11534: \"$ac_compile\"") >&5 11564if { (eval echo "$as_me:11564: \"$ac_compile\"") >&5
11535 (eval $ac_compile) 2>&5 11565 (eval $ac_compile) 2>&5
11536 ac_status=$? 11566 ac_status=$?
11537 echo "$as_me:11537: \$? = $ac_status" >&5 11567 echo "$as_me:11567: \$? = $ac_status" >&5
11538 (exit $ac_status); } && 11568 (exit $ac_status); } &&
11539 { ac_try='test -s conftest.$ac_objext' 11569 { ac_try='test -s conftest.$ac_objext'
11540 { (eval echo "$as_me:11540: \"$ac_try\"") >&5 11570 { (eval echo "$as_me:11570: \"$ac_try\"") >&5
11541 (eval $ac_try) 2>&5 11571 (eval $ac_try) 2>&5
11542 ac_status=$? 11572 ac_status=$?
11543 echo "$as_me:11543: \$? = $ac_status" >&5 11573 echo "$as_me:11573: \$? = $ac_status" >&5
11544 (exit $ac_status); }; }; then 11574 (exit $ac_status); }; }; then
11545 if test "$cross_compiling" = yes; then 11575 if test "$cross_compiling" = yes; then
11546 emacs_cv_struct_timezone=yes 11576 emacs_cv_struct_timezone=yes
11547else 11577else
11548 cat >conftest.$ac_ext <<_ACEOF 11578 cat >conftest.$ac_ext <<_ACEOF
11549#line 11549 "configure" 11579#line 11579 "configure"
11550#include "confdefs.h" 11580#include "confdefs.h"
11551 11581
11552#ifdef TIME_WITH_SYS_TIME 11582#ifdef TIME_WITH_SYS_TIME
@@ -11566,15 +11596,15 @@ main () {
11566} 11596}
11567_ACEOF 11597_ACEOF
11568rm -f conftest$ac_exeext 11598rm -f conftest$ac_exeext
11569if { (eval echo "$as_me:11569: \"$ac_link\"") >&5 11599if { (eval echo "$as_me:11599: \"$ac_link\"") >&5
11570 (eval $ac_link) 2>&5 11600 (eval $ac_link) 2>&5
11571 ac_status=$? 11601 ac_status=$?
11572 echo "$as_me:11572: \$? = $ac_status" >&5 11602 echo "$as_me:11602: \$? = $ac_status" >&5
11573 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 11603 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11574 { (eval echo "$as_me:11574: \"$ac_try\"") >&5 11604 { (eval echo "$as_me:11604: \"$ac_try\"") >&5
11575 (eval $ac_try) 2>&5 11605 (eval $ac_try) 2>&5
11576 ac_status=$? 11606 ac_status=$?
11577 echo "$as_me:11577: \$? = $ac_status" >&5 11607 echo "$as_me:11607: \$? = $ac_status" >&5
11578 (exit $ac_status); }; }; then 11608 (exit $ac_status); }; }; then
11579 emacs_cv_struct_timezone=yes 11609 emacs_cv_struct_timezone=yes
11580else 11610else
@@ -11592,18 +11622,18 @@ emacs_cv_struct_timezone=no
11592fi 11622fi
11593rm -f conftest.$ac_objext conftest.$ac_ext 11623rm -f conftest.$ac_objext conftest.$ac_ext
11594fi 11624fi
11595echo "$as_me:11595: result: $emacs_cv_struct_timezone" >&5 11625echo "$as_me:11625: result: $emacs_cv_struct_timezone" >&5
11596echo "${ECHO_T}$emacs_cv_struct_timezone" >&6 11626echo "${ECHO_T}$emacs_cv_struct_timezone" >&6
11597fi 11627fi
11598 11628
11599ok_so_far=yes 11629ok_so_far=yes
11600echo "$as_me:11600: checking for socket" >&5 11630echo "$as_me:11630: checking for socket" >&5
11601echo $ECHO_N "checking for socket... $ECHO_C" >&6 11631echo $ECHO_N "checking for socket... $ECHO_C" >&6
11602if test "${ac_cv_func_socket+set}" = set; then 11632if test "${ac_cv_func_socket+set}" = set; then
11603 echo $ECHO_N "(cached) $ECHO_C" >&6 11633 echo $ECHO_N "(cached) $ECHO_C" >&6
11604else 11634else
11605 cat >conftest.$ac_ext <<_ACEOF 11635 cat >conftest.$ac_ext <<_ACEOF
11606#line 11606 "configure" 11636#line 11636 "configure"
11607#include "confdefs.h" 11637#include "confdefs.h"
11608/* System header to define __stub macros and hopefully few prototypes, 11638/* System header to define __stub macros and hopefully few prototypes,
11609 which can conflict with char socket (); below. */ 11639 which can conflict with char socket (); below. */
@@ -11634,16 +11664,16 @@ f = socket;
11634} 11664}
11635_ACEOF 11665_ACEOF
11636rm -f conftest.$ac_objext conftest$ac_exeext 11666rm -f conftest.$ac_objext conftest$ac_exeext
11637if { (eval echo "$as_me:11637: \"$ac_link\"") >&5 11667if { (eval echo "$as_me:11667: \"$ac_link\"") >&5
11638 (eval $ac_link) 2>&5 11668 (eval $ac_link) 2>&5
11639 ac_status=$? 11669 ac_status=$?
11640 echo "$as_me:11640: \$? = $ac_status" >&5 11670 echo "$as_me:11670: \$? = $ac_status" >&5
11641 (exit $ac_status); } && 11671 (exit $ac_status); } &&
11642 { ac_try='test -s conftest$ac_exeext' 11672 { ac_try='test -s conftest$ac_exeext'
11643 { (eval echo "$as_me:11643: \"$ac_try\"") >&5 11673 { (eval echo "$as_me:11673: \"$ac_try\"") >&5
11644 (eval $ac_try) 2>&5 11674 (eval $ac_try) 2>&5
11645 ac_status=$? 11675 ac_status=$?
11646 echo "$as_me:11646: \$? = $ac_status" >&5 11676 echo "$as_me:11676: \$? = $ac_status" >&5
11647 (exit $ac_status); }; }; then 11677 (exit $ac_status); }; }; then
11648 ac_cv_func_socket=yes 11678 ac_cv_func_socket=yes
11649else 11679else
@@ -11653,7 +11683,7 @@ ac_cv_func_socket=no
11653fi 11683fi
11654rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11684rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11655fi 11685fi
11656echo "$as_me:11656: result: $ac_cv_func_socket" >&5 11686echo "$as_me:11686: result: $ac_cv_func_socket" >&5
11657echo "${ECHO_T}$ac_cv_func_socket" >&6 11687echo "${ECHO_T}$ac_cv_func_socket" >&6
11658if test $ac_cv_func_socket = yes; then 11688if test $ac_cv_func_socket = yes; then
11659 : 11689 :
@@ -11662,23 +11692,23 @@ else
11662fi 11692fi
11663 11693
11664if test $ok_so_far = yes; then 11694if test $ok_so_far = yes; then
11665 echo "$as_me:11665: checking for netinet/in.h" >&5 11695 echo "$as_me:11695: checking for netinet/in.h" >&5
11666echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6 11696echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6
11667if test "${ac_cv_header_netinet_in_h+set}" = set; then 11697if test "${ac_cv_header_netinet_in_h+set}" = set; then
11668 echo $ECHO_N "(cached) $ECHO_C" >&6 11698 echo $ECHO_N "(cached) $ECHO_C" >&6
11669else 11699else
11670 cat >conftest.$ac_ext <<_ACEOF 11700 cat >conftest.$ac_ext <<_ACEOF
11671#line 11671 "configure" 11701#line 11701 "configure"
11672#include "confdefs.h" 11702#include "confdefs.h"
11673#include <netinet/in.h> 11703#include <netinet/in.h>
11674_ACEOF 11704_ACEOF
11675if { (eval echo "$as_me:11675: \"$ac_cpp conftest.$ac_ext\"") >&5 11705if { (eval echo "$as_me:11705: \"$ac_cpp conftest.$ac_ext\"") >&5
11676 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11706 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11677 ac_status=$? 11707 ac_status=$?
11678 egrep -v '^ *\+' conftest.er1 >conftest.err 11708 egrep -v '^ *\+' conftest.er1 >conftest.err
11679 rm -f conftest.er1 11709 rm -f conftest.er1
11680 cat conftest.err >&5 11710 cat conftest.err >&5
11681 echo "$as_me:11681: \$? = $ac_status" >&5 11711 echo "$as_me:11711: \$? = $ac_status" >&5
11682 (exit $ac_status); } >/dev/null; then 11712 (exit $ac_status); } >/dev/null; then
11683 if test -s conftest.err; then 11713 if test -s conftest.err; then
11684 ac_cpp_err=$ac_c_preproc_warn_flag 11714 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11697,7 +11727,7 @@ else
11697fi 11727fi
11698rm -f conftest.err conftest.$ac_ext 11728rm -f conftest.err conftest.$ac_ext
11699fi 11729fi
11700echo "$as_me:11700: result: $ac_cv_header_netinet_in_h" >&5 11730echo "$as_me:11730: result: $ac_cv_header_netinet_in_h" >&5
11701echo "${ECHO_T}$ac_cv_header_netinet_in_h" >&6 11731echo "${ECHO_T}$ac_cv_header_netinet_in_h" >&6
11702if test $ac_cv_header_netinet_in_h = yes; then 11732if test $ac_cv_header_netinet_in_h = yes; then
11703 : 11733 :
@@ -11707,23 +11737,23 @@ fi
11707 11737
11708fi 11738fi
11709if test $ok_so_far = yes; then 11739if test $ok_so_far = yes; then
11710 echo "$as_me:11710: checking for arpa/inet.h" >&5 11740 echo "$as_me:11740: checking for arpa/inet.h" >&5
11711echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6 11741echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6
11712if test "${ac_cv_header_arpa_inet_h+set}" = set; then 11742if test "${ac_cv_header_arpa_inet_h+set}" = set; then
11713 echo $ECHO_N "(cached) $ECHO_C" >&6 11743 echo $ECHO_N "(cached) $ECHO_C" >&6
11714else 11744else
11715 cat >conftest.$ac_ext <<_ACEOF 11745 cat >conftest.$ac_ext <<_ACEOF
11716#line 11716 "configure" 11746#line 11746 "configure"
11717#include "confdefs.h" 11747#include "confdefs.h"
11718#include <arpa/inet.h> 11748#include <arpa/inet.h>
11719_ACEOF 11749_ACEOF
11720if { (eval echo "$as_me:11720: \"$ac_cpp conftest.$ac_ext\"") >&5 11750if { (eval echo "$as_me:11750: \"$ac_cpp conftest.$ac_ext\"") >&5
11721 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11751 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11722 ac_status=$? 11752 ac_status=$?
11723 egrep -v '^ *\+' conftest.er1 >conftest.err 11753 egrep -v '^ *\+' conftest.er1 >conftest.err
11724 rm -f conftest.er1 11754 rm -f conftest.er1
11725 cat conftest.err >&5 11755 cat conftest.err >&5
11726 echo "$as_me:11726: \$? = $ac_status" >&5 11756 echo "$as_me:11756: \$? = $ac_status" >&5
11727 (exit $ac_status); } >/dev/null; then 11757 (exit $ac_status); } >/dev/null; then
11728 if test -s conftest.err; then 11758 if test -s conftest.err; then
11729 ac_cpp_err=$ac_c_preproc_warn_flag 11759 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11742,7 +11772,7 @@ else
11742fi 11772fi
11743rm -f conftest.err conftest.$ac_ext 11773rm -f conftest.err conftest.$ac_ext
11744fi 11774fi
11745echo "$as_me:11745: result: $ac_cv_header_arpa_inet_h" >&5 11775echo "$as_me:11775: result: $ac_cv_header_arpa_inet_h" >&5
11746echo "${ECHO_T}$ac_cv_header_arpa_inet_h" >&6 11776echo "${ECHO_T}$ac_cv_header_arpa_inet_h" >&6
11747if test $ac_cv_header_arpa_inet_h = yes; then 11777if test $ac_cv_header_arpa_inet_h = yes; then
11748 : 11778 :
@@ -11765,27 +11795,27 @@ EOF
11765 11795
11766fi 11796fi
11767 11797
11768echo "$as_me:11768: checking whether system supports dynamic ptys" >&5 11798echo "$as_me:11798: checking whether system supports dynamic ptys" >&5
11769echo $ECHO_N "checking whether system supports dynamic ptys... $ECHO_C" >&6 11799echo $ECHO_N "checking whether system supports dynamic ptys... $ECHO_C" >&6
11770if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then 11800if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then
11771 echo "$as_me:11771: result: yes" >&5 11801 echo "$as_me:11801: result: yes" >&5
11772echo "${ECHO_T}yes" >&6 11802echo "${ECHO_T}yes" >&6
11773 cat >>confdefs.h <<\EOF 11803 cat >>confdefs.h <<\EOF
11774#define HAVE_DEV_PTMX 1 11804#define HAVE_DEV_PTMX 1
11775EOF 11805EOF
11776 11806
11777else 11807else
11778 echo "$as_me:11778: result: no" >&5 11808 echo "$as_me:11808: result: no" >&5
11779echo "${ECHO_T}no" >&6 11809echo "${ECHO_T}no" >&6
11780fi 11810fi
11781 11811
11782echo "$as_me:11782: checking for pid_t" >&5 11812echo "$as_me:11812: checking for pid_t" >&5
11783echo $ECHO_N "checking for pid_t... $ECHO_C" >&6 11813echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
11784if test "${ac_cv_type_pid_t+set}" = set; then 11814if test "${ac_cv_type_pid_t+set}" = set; then
11785 echo $ECHO_N "(cached) $ECHO_C" >&6 11815 echo $ECHO_N "(cached) $ECHO_C" >&6
11786else 11816else
11787 cat >conftest.$ac_ext <<_ACEOF 11817 cat >conftest.$ac_ext <<_ACEOF
11788#line 11788 "configure" 11818#line 11818 "configure"
11789#include "confdefs.h" 11819#include "confdefs.h"
11790$ac_includes_default 11820$ac_includes_default
11791int 11821int
@@ -11800,16 +11830,16 @@ if (sizeof (pid_t))
11800} 11830}
11801_ACEOF 11831_ACEOF
11802rm -f conftest.$ac_objext 11832rm -f conftest.$ac_objext
11803if { (eval echo "$as_me:11803: \"$ac_compile\"") >&5 11833if { (eval echo "$as_me:11833: \"$ac_compile\"") >&5
11804 (eval $ac_compile) 2>&5 11834 (eval $ac_compile) 2>&5
11805 ac_status=$? 11835 ac_status=$?
11806 echo "$as_me:11806: \$? = $ac_status" >&5 11836 echo "$as_me:11836: \$? = $ac_status" >&5
11807 (exit $ac_status); } && 11837 (exit $ac_status); } &&
11808 { ac_try='test -s conftest.$ac_objext' 11838 { ac_try='test -s conftest.$ac_objext'
11809 { (eval echo "$as_me:11809: \"$ac_try\"") >&5 11839 { (eval echo "$as_me:11839: \"$ac_try\"") >&5
11810 (eval $ac_try) 2>&5 11840 (eval $ac_try) 2>&5
11811 ac_status=$? 11841 ac_status=$?
11812 echo "$as_me:11812: \$? = $ac_status" >&5 11842 echo "$as_me:11842: \$? = $ac_status" >&5
11813 (exit $ac_status); }; }; then 11843 (exit $ac_status); }; }; then
11814 ac_cv_type_pid_t=yes 11844 ac_cv_type_pid_t=yes
11815else 11845else
@@ -11819,7 +11849,7 @@ ac_cv_type_pid_t=no
11819fi 11849fi
11820rm -f conftest.$ac_objext conftest.$ac_ext 11850rm -f conftest.$ac_objext conftest.$ac_ext
11821fi 11851fi
11822echo "$as_me:11822: result: $ac_cv_type_pid_t" >&5 11852echo "$as_me:11852: result: $ac_cv_type_pid_t" >&5
11823echo "${ECHO_T}$ac_cv_type_pid_t" >&6 11853echo "${ECHO_T}$ac_cv_type_pid_t" >&6
11824if test $ac_cv_type_pid_t = yes; then 11854if test $ac_cv_type_pid_t = yes; then
11825 : 11855 :
@@ -11834,23 +11864,23 @@ fi
11834for ac_header in unistd.h vfork.h 11864for ac_header in unistd.h vfork.h
11835do 11865do
11836as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 11866as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11837echo "$as_me:11837: checking for $ac_header" >&5 11867echo "$as_me:11867: checking for $ac_header" >&5
11838echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 11868echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11839if eval "test \"\${$as_ac_Header+set}\" = set"; then 11869if eval "test \"\${$as_ac_Header+set}\" = set"; then
11840 echo $ECHO_N "(cached) $ECHO_C" >&6 11870 echo $ECHO_N "(cached) $ECHO_C" >&6
11841else 11871else
11842 cat >conftest.$ac_ext <<_ACEOF 11872 cat >conftest.$ac_ext <<_ACEOF
11843#line 11843 "configure" 11873#line 11873 "configure"
11844#include "confdefs.h" 11874#include "confdefs.h"
11845#include <$ac_header> 11875#include <$ac_header>
11846_ACEOF 11876_ACEOF
11847if { (eval echo "$as_me:11847: \"$ac_cpp conftest.$ac_ext\"") >&5 11877if { (eval echo "$as_me:11877: \"$ac_cpp conftest.$ac_ext\"") >&5
11848 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11878 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11849 ac_status=$? 11879 ac_status=$?
11850 egrep -v '^ *\+' conftest.er1 >conftest.err 11880 egrep -v '^ *\+' conftest.er1 >conftest.err
11851 rm -f conftest.er1 11881 rm -f conftest.er1
11852 cat conftest.err >&5 11882 cat conftest.err >&5
11853 echo "$as_me:11853: \$? = $ac_status" >&5 11883 echo "$as_me:11883: \$? = $ac_status" >&5
11854 (exit $ac_status); } >/dev/null; then 11884 (exit $ac_status); } >/dev/null; then
11855 if test -s conftest.err; then 11885 if test -s conftest.err; then
11856 ac_cpp_err=$ac_c_preproc_warn_flag 11886 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11869,7 +11899,7 @@ else
11869fi 11899fi
11870rm -f conftest.err conftest.$ac_ext 11900rm -f conftest.err conftest.$ac_ext
11871fi 11901fi
11872echo "$as_me:11872: result: `eval echo '${'$as_ac_Header'}'`" >&5 11902echo "$as_me:11902: result: `eval echo '${'$as_ac_Header'}'`" >&5
11873echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11903echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11874if test `eval echo '${'$as_ac_Header'}'` = yes; then 11904if test `eval echo '${'$as_ac_Header'}'` = yes; then
11875 cat >>confdefs.h <<EOF 11905 cat >>confdefs.h <<EOF
@@ -11882,13 +11912,13 @@ done
11882for ac_func in fork vfork 11912for ac_func in fork vfork
11883do 11913do
11884as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 11914as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
11885echo "$as_me:11885: checking for $ac_func" >&5 11915echo "$as_me:11915: checking for $ac_func" >&5
11886echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 11916echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
11887if eval "test \"\${$as_ac_var+set}\" = set"; then 11917if eval "test \"\${$as_ac_var+set}\" = set"; then
11888 echo $ECHO_N "(cached) $ECHO_C" >&6 11918 echo $ECHO_N "(cached) $ECHO_C" >&6
11889else 11919else
11890 cat >conftest.$ac_ext <<_ACEOF 11920 cat >conftest.$ac_ext <<_ACEOF
11891#line 11891 "configure" 11921#line 11921 "configure"
11892#include "confdefs.h" 11922#include "confdefs.h"
11893/* System header to define __stub macros and hopefully few prototypes, 11923/* System header to define __stub macros and hopefully few prototypes,
11894 which can conflict with char $ac_func (); below. */ 11924 which can conflict with char $ac_func (); below. */
@@ -11919,16 +11949,16 @@ f = $ac_func;
11919} 11949}
11920_ACEOF 11950_ACEOF
11921rm -f conftest.$ac_objext conftest$ac_exeext 11951rm -f conftest.$ac_objext conftest$ac_exeext
11922if { (eval echo "$as_me:11922: \"$ac_link\"") >&5 11952if { (eval echo "$as_me:11952: \"$ac_link\"") >&5
11923 (eval $ac_link) 2>&5 11953 (eval $ac_link) 2>&5
11924 ac_status=$? 11954 ac_status=$?
11925 echo "$as_me:11925: \$? = $ac_status" >&5 11955 echo "$as_me:11955: \$? = $ac_status" >&5
11926 (exit $ac_status); } && 11956 (exit $ac_status); } &&
11927 { ac_try='test -s conftest$ac_exeext' 11957 { ac_try='test -s conftest$ac_exeext'
11928 { (eval echo "$as_me:11928: \"$ac_try\"") >&5 11958 { (eval echo "$as_me:11958: \"$ac_try\"") >&5
11929 (eval $ac_try) 2>&5 11959 (eval $ac_try) 2>&5
11930 ac_status=$? 11960 ac_status=$?
11931 echo "$as_me:11931: \$? = $ac_status" >&5 11961 echo "$as_me:11961: \$? = $ac_status" >&5
11932 (exit $ac_status); }; }; then 11962 (exit $ac_status); }; }; then
11933 eval "$as_ac_var=yes" 11963 eval "$as_ac_var=yes"
11934else 11964else
@@ -11938,7 +11968,7 @@ eval "$as_ac_var=no"
11938fi 11968fi
11939rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11969rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11940fi 11970fi
11941echo "$as_me:11941: result: `eval echo '${'$as_ac_var'}'`" >&5 11971echo "$as_me:11971: result: `eval echo '${'$as_ac_var'}'`" >&5
11942echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 11972echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
11943if test `eval echo '${'$as_ac_var'}'` = yes; then 11973if test `eval echo '${'$as_ac_var'}'` = yes; then
11944 cat >>confdefs.h <<EOF 11974 cat >>confdefs.h <<EOF
@@ -11950,7 +11980,7 @@ done
11950 11980
11951ac_cv_func_fork_works=$ac_cv_func_fork 11981ac_cv_func_fork_works=$ac_cv_func_fork
11952if test "x$ac_cv_func_fork" = xyes; then 11982if test "x$ac_cv_func_fork" = xyes; then
11953 echo "$as_me:11953: checking for working fork" >&5 11983 echo "$as_me:11983: checking for working fork" >&5
11954echo $ECHO_N "checking for working fork... $ECHO_C" >&6 11984echo $ECHO_N "checking for working fork... $ECHO_C" >&6
11955if test "${ac_cv_func_fork_works+set}" = set; then 11985if test "${ac_cv_func_fork_works+set}" = set; then
11956 echo $ECHO_N "(cached) $ECHO_C" >&6 11986 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11973,15 +12003,15 @@ else
11973 } 12003 }
11974_ACEOF 12004_ACEOF
11975rm -f conftest$ac_exeext 12005rm -f conftest$ac_exeext
11976if { (eval echo "$as_me:11976: \"$ac_link\"") >&5 12006if { (eval echo "$as_me:12006: \"$ac_link\"") >&5
11977 (eval $ac_link) 2>&5 12007 (eval $ac_link) 2>&5
11978 ac_status=$? 12008 ac_status=$?
11979 echo "$as_me:11979: \$? = $ac_status" >&5 12009 echo "$as_me:12009: \$? = $ac_status" >&5
11980 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 12010 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11981 { (eval echo "$as_me:11981: \"$ac_try\"") >&5 12011 { (eval echo "$as_me:12011: \"$ac_try\"") >&5
11982 (eval $ac_try) 2>&5 12012 (eval $ac_try) 2>&5
11983 ac_status=$? 12013 ac_status=$?
11984 echo "$as_me:11984: \$? = $ac_status" >&5 12014 echo "$as_me:12014: \$? = $ac_status" >&5
11985 (exit $ac_status); }; }; then 12015 (exit $ac_status); }; }; then
11986 ac_cv_func_fork_works=yes 12016 ac_cv_func_fork_works=yes
11987else 12017else
@@ -11993,7 +12023,7 @@ fi
11993rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 12023rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11994fi 12024fi
11995fi 12025fi
11996echo "$as_me:11996: result: $ac_cv_func_fork_works" >&5 12026echo "$as_me:12026: result: $ac_cv_func_fork_works" >&5
11997echo "${ECHO_T}$ac_cv_func_fork_works" >&6 12027echo "${ECHO_T}$ac_cv_func_fork_works" >&6
11998 12028
11999fi 12029fi
@@ -12007,12 +12037,12 @@ if test "x$ac_cv_func_fork_works" = xcross; then
12007 ac_cv_func_fork_works=yes 12037 ac_cv_func_fork_works=yes
12008 ;; 12038 ;;
12009 esac 12039 esac
12010 { echo "$as_me:12010: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&5 12040 { echo "$as_me:12040: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&5
12011echo "$as_me: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&2;} 12041echo "$as_me: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&2;}
12012fi 12042fi
12013ac_cv_func_vfork_works=$ac_cv_func_vfork 12043ac_cv_func_vfork_works=$ac_cv_func_vfork
12014if test "x$ac_cv_func_vfork" = xyes; then 12044if test "x$ac_cv_func_vfork" = xyes; then
12015 echo "$as_me:12015: checking for working vfork" >&5 12045 echo "$as_me:12045: checking for working vfork" >&5
12016echo $ECHO_N "checking for working vfork... $ECHO_C" >&6 12046echo $ECHO_N "checking for working vfork... $ECHO_C" >&6
12017if test "${ac_cv_func_vfork_works+set}" = set; then 12047if test "${ac_cv_func_vfork_works+set}" = set; then
12018 echo $ECHO_N "(cached) $ECHO_C" >&6 12048 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -12021,7 +12051,7 @@ else
12021 ac_cv_func_vfork_works=cross 12051 ac_cv_func_vfork_works=cross
12022else 12052else
12023 cat >conftest.$ac_ext <<_ACEOF 12053 cat >conftest.$ac_ext <<_ACEOF
12024#line 12024 "configure" 12054#line 12054 "configure"
12025#include "confdefs.h" 12055#include "confdefs.h"
12026/* Thanks to Paul Eggert for this test. */ 12056/* Thanks to Paul Eggert for this test. */
12027#include <stdio.h> 12057#include <stdio.h>
@@ -12118,15 +12148,15 @@ main ()
12118} 12148}
12119_ACEOF 12149_ACEOF
12120rm -f conftest$ac_exeext 12150rm -f conftest$ac_exeext
12121if { (eval echo "$as_me:12121: \"$ac_link\"") >&5 12151if { (eval echo "$as_me:12151: \"$ac_link\"") >&5
12122 (eval $ac_link) 2>&5 12152 (eval $ac_link) 2>&5
12123 ac_status=$? 12153 ac_status=$?
12124 echo "$as_me:12124: \$? = $ac_status" >&5 12154 echo "$as_me:12154: \$? = $ac_status" >&5
12125 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 12155 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12126 { (eval echo "$as_me:12126: \"$ac_try\"") >&5 12156 { (eval echo "$as_me:12156: \"$ac_try\"") >&5
12127 (eval $ac_try) 2>&5 12157 (eval $ac_try) 2>&5
12128 ac_status=$? 12158 ac_status=$?
12129 echo "$as_me:12129: \$? = $ac_status" >&5 12159 echo "$as_me:12159: \$? = $ac_status" >&5
12130 (exit $ac_status); }; }; then 12160 (exit $ac_status); }; }; then
12131 ac_cv_func_vfork_works=yes 12161 ac_cv_func_vfork_works=yes
12132else 12162else
@@ -12138,13 +12168,13 @@ fi
12138rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 12168rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12139fi 12169fi
12140fi 12170fi
12141echo "$as_me:12141: result: $ac_cv_func_vfork_works" >&5 12171echo "$as_me:12171: result: $ac_cv_func_vfork_works" >&5
12142echo "${ECHO_T}$ac_cv_func_vfork_works" >&6 12172echo "${ECHO_T}$ac_cv_func_vfork_works" >&6
12143 12173
12144fi; 12174fi;
12145if test "x$ac_cv_func_fork_works" = xcross; then 12175if test "x$ac_cv_func_fork_works" = xcross; then
12146 ac_cv_func_vfork_works=ac_cv_func_vfork 12176 ac_cv_func_vfork_works=ac_cv_func_vfork
12147 { echo "$as_me:12147: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&5 12177 { echo "$as_me:12177: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&5
12148echo "$as_me: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&2;} 12178echo "$as_me: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&2;}
12149fi 12179fi
12150 12180
@@ -12170,13 +12200,13 @@ EOF
12170fi 12200fi
12171 12201
12172# Fixme: This should be replaced when we have autoconf 2.14. 12202# Fixme: This should be replaced when we have autoconf 2.14.
12173echo "$as_me:12173: checking for size_t" >&5 12203echo "$as_me:12203: checking for size_t" >&5
12174echo $ECHO_N "checking for size_t... $ECHO_C" >&6 12204echo $ECHO_N "checking for size_t... $ECHO_C" >&6
12175if test "${ac_cv_type_size_t+set}" = set; then 12205if test "${ac_cv_type_size_t+set}" = set; then
12176 echo $ECHO_N "(cached) $ECHO_C" >&6 12206 echo $ECHO_N "(cached) $ECHO_C" >&6
12177else 12207else
12178 cat >conftest.$ac_ext <<_ACEOF 12208 cat >conftest.$ac_ext <<_ACEOF
12179#line 12179 "configure" 12209#line 12209 "configure"
12180#include "confdefs.h" 12210#include "confdefs.h"
12181$ac_includes_default 12211$ac_includes_default
12182int 12212int
@@ -12191,16 +12221,16 @@ if (sizeof (size_t))
12191} 12221}
12192_ACEOF 12222_ACEOF
12193rm -f conftest.$ac_objext 12223rm -f conftest.$ac_objext
12194if { (eval echo "$as_me:12194: \"$ac_compile\"") >&5 12224if { (eval echo "$as_me:12224: \"$ac_compile\"") >&5
12195 (eval $ac_compile) 2>&5 12225 (eval $ac_compile) 2>&5
12196 ac_status=$? 12226 ac_status=$?
12197 echo "$as_me:12197: \$? = $ac_status" >&5 12227 echo "$as_me:12227: \$? = $ac_status" >&5
12198 (exit $ac_status); } && 12228 (exit $ac_status); } &&
12199 { ac_try='test -s conftest.$ac_objext' 12229 { ac_try='test -s conftest.$ac_objext'
12200 { (eval echo "$as_me:12200: \"$ac_try\"") >&5 12230 { (eval echo "$as_me:12230: \"$ac_try\"") >&5
12201 (eval $ac_try) 2>&5 12231 (eval $ac_try) 2>&5
12202 ac_status=$? 12232 ac_status=$?
12203 echo "$as_me:12203: \$? = $ac_status" >&5 12233 echo "$as_me:12233: \$? = $ac_status" >&5
12204 (exit $ac_status); }; }; then 12234 (exit $ac_status); }; }; then
12205 ac_cv_type_size_t=yes 12235 ac_cv_type_size_t=yes
12206else 12236else
@@ -12210,7 +12240,7 @@ ac_cv_type_size_t=no
12210fi 12240fi
12211rm -f conftest.$ac_objext conftest.$ac_ext 12241rm -f conftest.$ac_objext conftest.$ac_ext
12212fi 12242fi
12213echo "$as_me:12213: result: $ac_cv_type_size_t" >&5 12243echo "$as_me:12243: result: $ac_cv_type_size_t" >&5
12214echo "${ECHO_T}$ac_cv_type_size_t" >&6 12244echo "${ECHO_T}$ac_cv_type_size_t" >&6
12215if test $ac_cv_type_size_t = yes; then 12245if test $ac_cv_type_size_t = yes; then
12216 : 12246 :
@@ -12230,7 +12260,7 @@ CPPFLAGS="$REAL_CPPFLAGS"
12230version=`grep 'defconst[ ]*emacs-version' ${srcdir}/lisp/version.el \ 12260version=`grep 'defconst[ ]*emacs-version' ${srcdir}/lisp/version.el \
12231 | sed -e 's/^[^"]*"\([^"]*\)".*$/\1/'` 12261 | sed -e 's/^[^"]*"\([^"]*\)".*$/\1/'`
12232if test x"${version}" = x; then 12262if test x"${version}" = x; then
12233 { { echo "$as_me:12233: error: can't find current emacs version in \`${srcdir}/lisp/version.el'." >&5 12263 { { echo "$as_me:12263: error: can't find current emacs version in \`${srcdir}/lisp/version.el'." >&5
12234echo "$as_me: error: can't find current emacs version in \`${srcdir}/lisp/version.el'." >&2;} 12264echo "$as_me: error: can't find current emacs version in \`${srcdir}/lisp/version.el'." >&2;}
12235 { (exit 1); exit 1; }; } 12265 { (exit 1); exit 1; }; }
12236fi 12266fi
@@ -12316,23 +12346,23 @@ fi
12316for ac_header in nlist.h 12346for ac_header in nlist.h
12317do 12347do
12318as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 12348as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12319echo "$as_me:12319: checking for $ac_header" >&5 12349echo "$as_me:12349: checking for $ac_header" >&5
12320echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 12350echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12321if eval "test \"\${$as_ac_Header+set}\" = set"; then 12351if eval "test \"\${$as_ac_Header+set}\" = set"; then
12322 echo $ECHO_N "(cached) $ECHO_C" >&6 12352 echo $ECHO_N "(cached) $ECHO_C" >&6
12323else 12353else
12324 cat >conftest.$ac_ext <<_ACEOF 12354 cat >conftest.$ac_ext <<_ACEOF
12325#line 12325 "configure" 12355#line 12355 "configure"
12326#include "confdefs.h" 12356#include "confdefs.h"
12327#include <$ac_header> 12357#include <$ac_header>
12328_ACEOF 12358_ACEOF
12329if { (eval echo "$as_me:12329: \"$ac_cpp conftest.$ac_ext\"") >&5 12359if { (eval echo "$as_me:12359: \"$ac_cpp conftest.$ac_ext\"") >&5
12330 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 12360 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12331 ac_status=$? 12361 ac_status=$?
12332 egrep -v '^ *\+' conftest.er1 >conftest.err 12362 egrep -v '^ *\+' conftest.er1 >conftest.err
12333 rm -f conftest.er1 12363 rm -f conftest.er1
12334 cat conftest.err >&5 12364 cat conftest.err >&5
12335 echo "$as_me:12335: \$? = $ac_status" >&5 12365 echo "$as_me:12365: \$? = $ac_status" >&5
12336 (exit $ac_status); } >/dev/null; then 12366 (exit $ac_status); } >/dev/null; then
12337 if test -s conftest.err; then 12367 if test -s conftest.err; then
12338 ac_cpp_err=$ac_c_preproc_warn_flag 12368 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -12351,7 +12381,7 @@ else
12351fi 12381fi
12352rm -f conftest.err conftest.$ac_ext 12382rm -f conftest.err conftest.$ac_ext
12353fi 12383fi
12354echo "$as_me:12354: result: `eval echo '${'$as_ac_Header'}'`" >&5 12384echo "$as_me:12384: result: `eval echo '${'$as_ac_Header'}'`" >&5
12355echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 12385echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12356if test `eval echo '${'$as_ac_Header'}'` = yes; then 12386if test `eval echo '${'$as_ac_Header'}'` = yes; then
12357 cat >>confdefs.h <<EOF 12387 cat >>confdefs.h <<EOF
@@ -12411,7 +12441,7 @@ test "${exec_prefix}" != NONE &&
12411## C preprocessor. 12441## C preprocessor.
12412 12442
12413cat >conftest.$ac_ext <<_ACEOF 12443cat >conftest.$ac_ext <<_ACEOF
12414#line 12414 "configure" 12444#line 12444 "configure"
12415#include "confdefs.h" 12445#include "confdefs.h"
12416yes..yes 12446yes..yes
12417_ACEOF 12447_ACEOF
@@ -12504,7 +12534,7 @@ DEFS=-DHAVE_CONFIG_H
12504: ${CONFIG_STATUS=./config.status} 12534: ${CONFIG_STATUS=./config.status}
12505ac_clean_files_save=$ac_clean_files 12535ac_clean_files_save=$ac_clean_files
12506ac_clean_files="$ac_clean_files $CONFIG_STATUS" 12536ac_clean_files="$ac_clean_files $CONFIG_STATUS"
12507{ echo "$as_me:12507: creating $CONFIG_STATUS" >&5 12537{ echo "$as_me:12537: creating $CONFIG_STATUS" >&5
12508echo "$as_me: creating $CONFIG_STATUS" >&6;} 12538echo "$as_me: creating $CONFIG_STATUS" >&6;}
12509cat >$CONFIG_STATUS <<_ACEOF 12539cat >$CONFIG_STATUS <<_ACEOF
12510#! $SHELL 12540#! $SHELL
@@ -12680,7 +12710,7 @@ cat >>$CONFIG_STATUS <<\EOF
12680 echo "$ac_cs_version"; exit 0 ;; 12710 echo "$ac_cs_version"; exit 0 ;;
12681 --he | --h) 12711 --he | --h)
12682 # Conflict between --help and --header 12712 # Conflict between --help and --header
12683 { { echo "$as_me:12683: error: ambiguous option: $1 12713 { { echo "$as_me:12713: error: ambiguous option: $1
12684Try \`$0 --help' for more information." >&5 12714Try \`$0 --help' for more information." >&5
12685echo "$as_me: error: ambiguous option: $1 12715echo "$as_me: error: ambiguous option: $1
12686Try \`$0 --help' for more information." >&2;} 12716Try \`$0 --help' for more information." >&2;}
@@ -12699,7 +12729,7 @@ Try \`$0 --help' for more information." >&2;}
12699 ac_need_defaults=false;; 12729 ac_need_defaults=false;;
12700 12730
12701 # This is an error. 12731 # This is an error.
12702 -*) { { echo "$as_me:12702: error: unrecognized option: $1 12732 -*) { { echo "$as_me:12732: error: unrecognized option: $1
12703Try \`$0 --help' for more information." >&5 12733Try \`$0 --help' for more information." >&5
12704echo "$as_me: error: unrecognized option: $1 12734echo "$as_me: error: unrecognized option: $1
12705Try \`$0 --help' for more information." >&2;} 12735Try \`$0 --help' for more information." >&2;}
@@ -12755,7 +12785,7 @@ do
12755 "leim/Makefile" ) CONFIG_FILES="$CONFIG_FILES leim/Makefile" ;; 12785 "leim/Makefile" ) CONFIG_FILES="$CONFIG_FILES leim/Makefile" ;;
12756 "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;; 12786 "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
12757 "src/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS src/config.h:src/config.in" ;; 12787 "src/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS src/config.h:src/config.in" ;;
12758 *) { { echo "$as_me:12758: error: invalid argument: $ac_config_target" >&5 12788 *) { { echo "$as_me:12788: error: invalid argument: $ac_config_target" >&5
12759echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 12789echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
12760 { (exit 1); exit 1; }; };; 12790 { (exit 1); exit 1; }; };;
12761 esac 12791 esac
@@ -13002,7 +13032,7 @@ done; }
13002 esac 13032 esac
13003 13033
13004 if test x"$ac_file" != x-; then 13034 if test x"$ac_file" != x-; then
13005 { echo "$as_me:13005: creating $ac_file" >&5 13035 { echo "$as_me:13035: creating $ac_file" >&5
13006echo "$as_me: creating $ac_file" >&6;} 13036echo "$as_me: creating $ac_file" >&6;}
13007 rm -f "$ac_file" 13037 rm -f "$ac_file"
13008 fi 13038 fi
@@ -13020,7 +13050,7 @@ echo "$as_me: creating $ac_file" >&6;}
13020 -) echo $tmp/stdin ;; 13050 -) echo $tmp/stdin ;;
13021 [\\/$]*) 13051 [\\/$]*)
13022 # Absolute (can't be DOS-style, as IFS=:) 13052 # Absolute (can't be DOS-style, as IFS=:)
13023 test -f "$f" || { { echo "$as_me:13023: error: cannot find input file: $f" >&5 13053 test -f "$f" || { { echo "$as_me:13053: error: cannot find input file: $f" >&5
13024echo "$as_me: error: cannot find input file: $f" >&2;} 13054echo "$as_me: error: cannot find input file: $f" >&2;}
13025 { (exit 1); exit 1; }; } 13055 { (exit 1); exit 1; }; }
13026 echo $f;; 13056 echo $f;;
@@ -13033,7 +13063,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;}
13033 echo $srcdir/$f 13063 echo $srcdir/$f
13034 else 13064 else
13035 # /dev/null tree 13065 # /dev/null tree
13036 { { echo "$as_me:13036: error: cannot find input file: $f" >&5 13066 { { echo "$as_me:13066: error: cannot find input file: $f" >&5
13037echo "$as_me: error: cannot find input file: $f" >&2;} 13067echo "$as_me: error: cannot find input file: $f" >&2;}
13038 { (exit 1); exit 1; }; } 13068 { (exit 1); exit 1; }; }
13039 fi;; 13069 fi;;
@@ -13094,7 +13124,7 @@ for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
13094 * ) ac_file_in=$ac_file.in ;; 13124 * ) ac_file_in=$ac_file.in ;;
13095 esac 13125 esac
13096 13126
13097 test x"$ac_file" != x- && { echo "$as_me:13097: creating $ac_file" >&5 13127 test x"$ac_file" != x- && { echo "$as_me:13127: creating $ac_file" >&5
13098echo "$as_me: creating $ac_file" >&6;} 13128echo "$as_me: creating $ac_file" >&6;}
13099 13129
13100 # First look for the input files in the build tree, otherwise in the 13130 # First look for the input files in the build tree, otherwise in the
@@ -13105,7 +13135,7 @@ echo "$as_me: creating $ac_file" >&6;}
13105 -) echo $tmp/stdin ;; 13135 -) echo $tmp/stdin ;;
13106 [\\/$]*) 13136 [\\/$]*)
13107 # Absolute (can't be DOS-style, as IFS=:) 13137 # Absolute (can't be DOS-style, as IFS=:)
13108 test -f "$f" || { { echo "$as_me:13108: error: cannot find input file: $f" >&5 13138 test -f "$f" || { { echo "$as_me:13138: error: cannot find input file: $f" >&5
13109echo "$as_me: error: cannot find input file: $f" >&2;} 13139echo "$as_me: error: cannot find input file: $f" >&2;}
13110 { (exit 1); exit 1; }; } 13140 { (exit 1); exit 1; }; }
13111 echo $f;; 13141 echo $f;;
@@ -13118,7 +13148,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;}
13118 echo $srcdir/$f 13148 echo $srcdir/$f
13119 else 13149 else
13120 # /dev/null tree 13150 # /dev/null tree
13121 { { echo "$as_me:13121: error: cannot find input file: $f" >&5 13151 { { echo "$as_me:13151: error: cannot find input file: $f" >&5
13122echo "$as_me: error: cannot find input file: $f" >&2;} 13152echo "$as_me: error: cannot find input file: $f" >&2;}
13123 { (exit 1); exit 1; }; } 13153 { (exit 1); exit 1; }; }
13124 fi;; 13154 fi;;
@@ -13235,7 +13265,7 @@ cat >>$CONFIG_STATUS <<\EOF
13235 rm -f $tmp/in 13265 rm -f $tmp/in
13236 if test x"$ac_file" != x-; then 13266 if test x"$ac_file" != x-; then
13237 if cmp -s $ac_file $tmp/config.h 2>/dev/null; then 13267 if cmp -s $ac_file $tmp/config.h 2>/dev/null; then
13238 { echo "$as_me:13238: $ac_file is unchanged" >&5 13268 { echo "$as_me:13268: $ac_file is unchanged" >&5
13239echo "$as_me: $ac_file is unchanged" >&6;} 13269echo "$as_me: $ac_file is unchanged" >&6;}
13240 else 13270 else
13241 ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 13271 ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \