aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-11-29 12:13:52 +0000
committerGerd Moellmann2001-11-29 12:13:52 +0000
commit1096bcc057c72162ca14d6cc117c7dc6398fb0be (patch)
tree9c5676efbae6a8b141c237f407e2ed83cabe73a6
parent0860ed4256d5890962c2021123c85cd4dab532e8 (diff)
downloademacs-1096bcc057c72162ca14d6cc117c7dc6398fb0be.tar.gz
emacs-1096bcc057c72162ca14d6cc117c7dc6398fb0be.zip
*** empty log message ***
-rw-r--r--ChangeLog4
-rwxr-xr-xconfigure2144
-rw-r--r--etc/NEWS2
3 files changed, 1082 insertions, 1068 deletions
diff --git a/ChangeLog b/ChangeLog
index 7c447255e11..c74f5b00c7b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12001-11-29 Gerd Moellmann <gerd@gnu.org>
2
3 * configure.in: Add support for FreeBSD/Alpha.
4
12001-11-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 52001-11-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2 6
3 * make-dist: Add COPYING to the top-level directory of the 7 * make-dist: Add COPYING to the top-level directory of the
diff --git a/configure b/configure
index a95652facd5..2a097dde99f 100755
--- a/configure
+++ b/configure
@@ -1296,6 +1296,15 @@ configuration=${host_alias-$host}
1296machine='' opsys='' unported=no 1296machine='' opsys='' unported=no
1297case "${canonical}" in 1297case "${canonical}" in
1298 1298
1299 ## FreeBSD ports
1300 *-*-freebsd* )
1301 opsys=freebsd
1302 case "${canonical}" in
1303 alpha*-*-freebsd*) machine=alpha ;;
1304 i[3456]86-*-freebsd*) machine=intel386 ;;
1305 esac
1306 ;;
1307
1299 ## NetBSD ports 1308 ## NetBSD ports
1300 *-*-netbsd* ) 1309 *-*-netbsd* )
1301 opsys=netbsd 1310 opsys=netbsd
@@ -2140,7 +2149,6 @@ case "${canonical}" in
2140 ;; 2149 ;;
2141 *-sysv4.2uw* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;; 2150 *-sysv4.2uw* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;;
2142 *-386bsd* ) opsys=386bsd ;; 2151 *-386bsd* ) opsys=386bsd ;;
2143 *-freebsd* ) opsys=freebsd ;;
2144 *-nextstep* ) opsys=nextstep ;; 2152 *-nextstep* ) opsys=nextstep ;;
2145 ## Otherwise, we'll fall through to the generic opsys code at the bottom. 2153 ## Otherwise, we'll fall through to the generic opsys code at the bottom.
2146 esac 2154 esac
@@ -2210,7 +2218,7 @@ if test x"${opsys}" = x; then
2210fi 2218fi
2211 2219
2212if test $unported = yes; then 2220if test $unported = yes; then
2213 { { echo "$as_me:2213: error: Emacs hasn't been ported to \`${canonical}' systems. 2221 { { echo "$as_me:2221: error: Emacs hasn't been ported to \`${canonical}' systems.
2214Check \`etc/MACHINES' for recognized configuration names." >&5 2222Check \`etc/MACHINES' for recognized configuration names." >&5
2215echo "$as_me: error: Emacs hasn't been ported to \`${canonical}' systems. 2223echo "$as_me: error: Emacs hasn't been ported to \`${canonical}' systems.
2216Check \`etc/MACHINES' for recognized configuration names." >&2;} 2224Check \`etc/MACHINES' for recognized configuration names." >&2;}
@@ -2239,7 +2247,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
2239if test -n "$ac_tool_prefix"; then 2247if test -n "$ac_tool_prefix"; then
2240 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 2248 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2241set dummy ${ac_tool_prefix}gcc; ac_word=$2 2249set dummy ${ac_tool_prefix}gcc; ac_word=$2
2242echo "$as_me:2242: checking for $ac_word" >&5 2250echo "$as_me:2250: checking for $ac_word" >&5
2243echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2251echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2244if test "${ac_cv_prog_CC+set}" = set; then 2252if test "${ac_cv_prog_CC+set}" = set; then
2245 echo $ECHO_N "(cached) $ECHO_C" >&6 2253 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2254,7 +2262,7 @@ for ac_dir in $ac_dummy; do
2254 test -z "$ac_dir" && ac_dir=. 2262 test -z "$ac_dir" && ac_dir=.
2255 $as_executable_p "$ac_dir/$ac_word" || continue 2263 $as_executable_p "$ac_dir/$ac_word" || continue
2256ac_cv_prog_CC="${ac_tool_prefix}gcc" 2264ac_cv_prog_CC="${ac_tool_prefix}gcc"
2257echo "$as_me:2257: found $ac_dir/$ac_word" >&5 2265echo "$as_me:2265: found $ac_dir/$ac_word" >&5
2258break 2266break
2259done 2267done
2260 2268
@@ -2262,10 +2270,10 @@ fi
2262fi 2270fi
2263CC=$ac_cv_prog_CC 2271CC=$ac_cv_prog_CC
2264if test -n "$CC"; then 2272if test -n "$CC"; then
2265 echo "$as_me:2265: result: $CC" >&5 2273 echo "$as_me:2273: result: $CC" >&5
2266echo "${ECHO_T}$CC" >&6 2274echo "${ECHO_T}$CC" >&6
2267else 2275else
2268 echo "$as_me:2268: result: no" >&5 2276 echo "$as_me:2276: result: no" >&5
2269echo "${ECHO_T}no" >&6 2277echo "${ECHO_T}no" >&6
2270fi 2278fi
2271 2279
@@ -2274,7 +2282,7 @@ if test -z "$ac_cv_prog_CC"; then
2274 ac_ct_CC=$CC 2282 ac_ct_CC=$CC
2275 # Extract the first word of "gcc", so it can be a program name with args. 2283 # Extract the first word of "gcc", so it can be a program name with args.
2276set dummy gcc; ac_word=$2 2284set dummy gcc; ac_word=$2
2277echo "$as_me:2277: checking for $ac_word" >&5 2285echo "$as_me:2285: checking for $ac_word" >&5
2278echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2286echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2279if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2287if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2280 echo $ECHO_N "(cached) $ECHO_C" >&6 2288 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2289,7 +2297,7 @@ for ac_dir in $ac_dummy; do
2289 test -z "$ac_dir" && ac_dir=. 2297 test -z "$ac_dir" && ac_dir=.
2290 $as_executable_p "$ac_dir/$ac_word" || continue 2298 $as_executable_p "$ac_dir/$ac_word" || continue
2291ac_cv_prog_ac_ct_CC="gcc" 2299ac_cv_prog_ac_ct_CC="gcc"
2292echo "$as_me:2292: found $ac_dir/$ac_word" >&5 2300echo "$as_me:2300: found $ac_dir/$ac_word" >&5
2293break 2301break
2294done 2302done
2295 2303
@@ -2297,10 +2305,10 @@ fi
2297fi 2305fi
2298ac_ct_CC=$ac_cv_prog_ac_ct_CC 2306ac_ct_CC=$ac_cv_prog_ac_ct_CC
2299if test -n "$ac_ct_CC"; then 2307if test -n "$ac_ct_CC"; then
2300 echo "$as_me:2300: result: $ac_ct_CC" >&5 2308 echo "$as_me:2308: result: $ac_ct_CC" >&5
2301echo "${ECHO_T}$ac_ct_CC" >&6 2309echo "${ECHO_T}$ac_ct_CC" >&6
2302else 2310else
2303 echo "$as_me:2303: result: no" >&5 2311 echo "$as_me:2311: result: no" >&5
2304echo "${ECHO_T}no" >&6 2312echo "${ECHO_T}no" >&6
2305fi 2313fi
2306 2314
@@ -2313,7 +2321,7 @@ if test -z "$CC"; then
2313 if test -n "$ac_tool_prefix"; then 2321 if test -n "$ac_tool_prefix"; then
2314 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 2322 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2315set dummy ${ac_tool_prefix}cc; ac_word=$2 2323set dummy ${ac_tool_prefix}cc; ac_word=$2
2316echo "$as_me:2316: checking for $ac_word" >&5 2324echo "$as_me:2324: checking for $ac_word" >&5
2317echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2325echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2318if test "${ac_cv_prog_CC+set}" = set; then 2326if test "${ac_cv_prog_CC+set}" = set; then
2319 echo $ECHO_N "(cached) $ECHO_C" >&6 2327 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2328,7 +2336,7 @@ for ac_dir in $ac_dummy; do
2328 test -z "$ac_dir" && ac_dir=. 2336 test -z "$ac_dir" && ac_dir=.
2329 $as_executable_p "$ac_dir/$ac_word" || continue 2337 $as_executable_p "$ac_dir/$ac_word" || continue
2330ac_cv_prog_CC="${ac_tool_prefix}cc" 2338ac_cv_prog_CC="${ac_tool_prefix}cc"
2331echo "$as_me:2331: found $ac_dir/$ac_word" >&5 2339echo "$as_me:2339: found $ac_dir/$ac_word" >&5
2332break 2340break
2333done 2341done
2334 2342
@@ -2336,10 +2344,10 @@ fi
2336fi 2344fi
2337CC=$ac_cv_prog_CC 2345CC=$ac_cv_prog_CC
2338if test -n "$CC"; then 2346if test -n "$CC"; then
2339 echo "$as_me:2339: result: $CC" >&5 2347 echo "$as_me:2347: result: $CC" >&5
2340echo "${ECHO_T}$CC" >&6 2348echo "${ECHO_T}$CC" >&6
2341else 2349else
2342 echo "$as_me:2342: result: no" >&5 2350 echo "$as_me:2350: result: no" >&5
2343echo "${ECHO_T}no" >&6 2351echo "${ECHO_T}no" >&6
2344fi 2352fi
2345 2353
@@ -2348,7 +2356,7 @@ if test -z "$ac_cv_prog_CC"; then
2348 ac_ct_CC=$CC 2356 ac_ct_CC=$CC
2349 # Extract the first word of "cc", so it can be a program name with args. 2357 # Extract the first word of "cc", so it can be a program name with args.
2350set dummy cc; ac_word=$2 2358set dummy cc; ac_word=$2
2351echo "$as_me:2351: checking for $ac_word" >&5 2359echo "$as_me:2359: checking for $ac_word" >&5
2352echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2360echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2353if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2361if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2354 echo $ECHO_N "(cached) $ECHO_C" >&6 2362 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2363,7 +2371,7 @@ for ac_dir in $ac_dummy; do
2363 test -z "$ac_dir" && ac_dir=. 2371 test -z "$ac_dir" && ac_dir=.
2364 $as_executable_p "$ac_dir/$ac_word" || continue 2372 $as_executable_p "$ac_dir/$ac_word" || continue
2365ac_cv_prog_ac_ct_CC="cc" 2373ac_cv_prog_ac_ct_CC="cc"
2366echo "$as_me:2366: found $ac_dir/$ac_word" >&5 2374echo "$as_me:2374: found $ac_dir/$ac_word" >&5
2367break 2375break
2368done 2376done
2369 2377
@@ -2371,10 +2379,10 @@ fi
2371fi 2379fi
2372ac_ct_CC=$ac_cv_prog_ac_ct_CC 2380ac_ct_CC=$ac_cv_prog_ac_ct_CC
2373if test -n "$ac_ct_CC"; then 2381if test -n "$ac_ct_CC"; then
2374 echo "$as_me:2374: result: $ac_ct_CC" >&5 2382 echo "$as_me:2382: result: $ac_ct_CC" >&5
2375echo "${ECHO_T}$ac_ct_CC" >&6 2383echo "${ECHO_T}$ac_ct_CC" >&6
2376else 2384else
2377 echo "$as_me:2377: result: no" >&5 2385 echo "$as_me:2385: result: no" >&5
2378echo "${ECHO_T}no" >&6 2386echo "${ECHO_T}no" >&6
2379fi 2387fi
2380 2388
@@ -2387,7 +2395,7 @@ fi
2387if test -z "$CC"; then 2395if test -z "$CC"; then
2388 # Extract the first word of "cc", so it can be a program name with args. 2396 # Extract the first word of "cc", so it can be a program name with args.
2389set dummy cc; ac_word=$2 2397set dummy cc; ac_word=$2
2390echo "$as_me:2390: checking for $ac_word" >&5 2398echo "$as_me:2398: checking for $ac_word" >&5
2391echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2399echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2392if test "${ac_cv_prog_CC+set}" = set; then 2400if test "${ac_cv_prog_CC+set}" = set; then
2393 echo $ECHO_N "(cached) $ECHO_C" >&6 2401 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2407,7 +2415,7 @@ if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
2407 continue 2415 continue
2408fi 2416fi
2409ac_cv_prog_CC="cc" 2417ac_cv_prog_CC="cc"
2410echo "$as_me:2410: found $ac_dir/$ac_word" >&5 2418echo "$as_me:2418: found $ac_dir/$ac_word" >&5
2411break 2419break
2412done 2420done
2413 2421
@@ -2429,10 +2437,10 @@ fi
2429fi 2437fi
2430CC=$ac_cv_prog_CC 2438CC=$ac_cv_prog_CC
2431if test -n "$CC"; then 2439if test -n "$CC"; then
2432 echo "$as_me:2432: result: $CC" >&5 2440 echo "$as_me:2440: result: $CC" >&5
2433echo "${ECHO_T}$CC" >&6 2441echo "${ECHO_T}$CC" >&6
2434else 2442else
2435 echo "$as_me:2435: result: no" >&5 2443 echo "$as_me:2443: result: no" >&5
2436echo "${ECHO_T}no" >&6 2444echo "${ECHO_T}no" >&6
2437fi 2445fi
2438 2446
@@ -2443,7 +2451,7 @@ if test -z "$CC"; then
2443 do 2451 do
2444 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2452 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2445set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2453set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2446echo "$as_me:2446: checking for $ac_word" >&5 2454echo "$as_me:2454: checking for $ac_word" >&5
2447echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2455echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2448if test "${ac_cv_prog_CC+set}" = set; then 2456if test "${ac_cv_prog_CC+set}" = set; then
2449 echo $ECHO_N "(cached) $ECHO_C" >&6 2457 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2458,7 +2466,7 @@ for ac_dir in $ac_dummy; do
2458 test -z "$ac_dir" && ac_dir=. 2466 test -z "$ac_dir" && ac_dir=.
2459 $as_executable_p "$ac_dir/$ac_word" || continue 2467 $as_executable_p "$ac_dir/$ac_word" || continue
2460ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 2468ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2461echo "$as_me:2461: found $ac_dir/$ac_word" >&5 2469echo "$as_me:2469: found $ac_dir/$ac_word" >&5
2462break 2470break
2463done 2471done
2464 2472
@@ -2466,10 +2474,10 @@ fi
2466fi 2474fi
2467CC=$ac_cv_prog_CC 2475CC=$ac_cv_prog_CC
2468if test -n "$CC"; then 2476if test -n "$CC"; then
2469 echo "$as_me:2469: result: $CC" >&5 2477 echo "$as_me:2477: result: $CC" >&5
2470echo "${ECHO_T}$CC" >&6 2478echo "${ECHO_T}$CC" >&6
2471else 2479else
2472 echo "$as_me:2472: result: no" >&5 2480 echo "$as_me:2480: result: no" >&5
2473echo "${ECHO_T}no" >&6 2481echo "${ECHO_T}no" >&6
2474fi 2482fi
2475 2483
@@ -2482,7 +2490,7 @@ if test -z "$CC"; then
2482do 2490do
2483 # Extract the first word of "$ac_prog", so it can be a program name with args. 2491 # Extract the first word of "$ac_prog", so it can be a program name with args.
2484set dummy $ac_prog; ac_word=$2 2492set dummy $ac_prog; ac_word=$2
2485echo "$as_me:2485: checking for $ac_word" >&5 2493echo "$as_me:2493: checking for $ac_word" >&5
2486echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2494echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2487if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2495if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2488 echo $ECHO_N "(cached) $ECHO_C" >&6 2496 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2497,7 +2505,7 @@ for ac_dir in $ac_dummy; do
2497 test -z "$ac_dir" && ac_dir=. 2505 test -z "$ac_dir" && ac_dir=.
2498 $as_executable_p "$ac_dir/$ac_word" || continue 2506 $as_executable_p "$ac_dir/$ac_word" || continue
2499ac_cv_prog_ac_ct_CC="$ac_prog" 2507ac_cv_prog_ac_ct_CC="$ac_prog"
2500echo "$as_me:2500: found $ac_dir/$ac_word" >&5 2508echo "$as_me:2508: found $ac_dir/$ac_word" >&5
2501break 2509break
2502done 2510done
2503 2511
@@ -2505,10 +2513,10 @@ fi
2505fi 2513fi
2506ac_ct_CC=$ac_cv_prog_ac_ct_CC 2514ac_ct_CC=$ac_cv_prog_ac_ct_CC
2507if test -n "$ac_ct_CC"; then 2515if test -n "$ac_ct_CC"; then
2508 echo "$as_me:2508: result: $ac_ct_CC" >&5 2516 echo "$as_me:2516: result: $ac_ct_CC" >&5
2509echo "${ECHO_T}$ac_ct_CC" >&6 2517echo "${ECHO_T}$ac_ct_CC" >&6
2510else 2518else
2511 echo "$as_me:2511: result: no" >&5 2519 echo "$as_me:2519: result: no" >&5
2512echo "${ECHO_T}no" >&6 2520echo "${ECHO_T}no" >&6
2513fi 2521fi
2514 2522
@@ -2520,32 +2528,32 @@ fi
2520 2528
2521fi 2529fi
2522 2530
2523test -z "$CC" && { { echo "$as_me:2523: error: no acceptable cc found in \$PATH" >&5 2531test -z "$CC" && { { echo "$as_me:2531: error: no acceptable cc found in \$PATH" >&5
2524echo "$as_me: error: no acceptable cc found in \$PATH" >&2;} 2532echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}
2525 { (exit 1); exit 1; }; } 2533 { (exit 1); exit 1; }; }
2526 2534
2527# Provide some information about the compiler. 2535# Provide some information about the compiler.
2528echo "$as_me:2528:" \ 2536echo "$as_me:2536:" \
2529 "checking for C compiler version" >&5 2537 "checking for C compiler version" >&5
2530ac_compiler=`set X $ac_compile; echo $2` 2538ac_compiler=`set X $ac_compile; echo $2`
2531{ (eval echo "$as_me:2531: \"$ac_compiler --version </dev/null >&5\"") >&5 2539{ (eval echo "$as_me:2539: \"$ac_compiler --version </dev/null >&5\"") >&5
2532 (eval $ac_compiler --version </dev/null >&5) 2>&5 2540 (eval $ac_compiler --version </dev/null >&5) 2>&5
2533 ac_status=$? 2541 ac_status=$?
2534 echo "$as_me:2534: \$? = $ac_status" >&5 2542 echo "$as_me:2542: \$? = $ac_status" >&5
2535 (exit $ac_status); } 2543 (exit $ac_status); }
2536{ (eval echo "$as_me:2536: \"$ac_compiler -v </dev/null >&5\"") >&5 2544{ (eval echo "$as_me:2544: \"$ac_compiler -v </dev/null >&5\"") >&5
2537 (eval $ac_compiler -v </dev/null >&5) 2>&5 2545 (eval $ac_compiler -v </dev/null >&5) 2>&5
2538 ac_status=$? 2546 ac_status=$?
2539 echo "$as_me:2539: \$? = $ac_status" >&5 2547 echo "$as_me:2547: \$? = $ac_status" >&5
2540 (exit $ac_status); } 2548 (exit $ac_status); }
2541{ (eval echo "$as_me:2541: \"$ac_compiler -V </dev/null >&5\"") >&5 2549{ (eval echo "$as_me:2549: \"$ac_compiler -V </dev/null >&5\"") >&5
2542 (eval $ac_compiler -V </dev/null >&5) 2>&5 2550 (eval $ac_compiler -V </dev/null >&5) 2>&5
2543 ac_status=$? 2551 ac_status=$?
2544 echo "$as_me:2544: \$? = $ac_status" >&5 2552 echo "$as_me:2552: \$? = $ac_status" >&5
2545 (exit $ac_status); } 2553 (exit $ac_status); }
2546 2554
2547cat >conftest.$ac_ext <<_ACEOF 2555cat >conftest.$ac_ext <<_ACEOF
2548#line 2548 "configure" 2556#line 2556 "configure"
2549#include "confdefs.h" 2557#include "confdefs.h"
2550 2558
2551int 2559int
@@ -2561,13 +2569,13 @@ ac_clean_files="$ac_clean_files a.out a.exe"
2561# Try to create an executable without -o first, disregard a.out. 2569# Try to create an executable without -o first, disregard a.out.
2562# It will help us diagnose broken compilers, and finding out an intuition 2570# It will help us diagnose broken compilers, and finding out an intuition
2563# of exeext. 2571# of exeext.
2564echo "$as_me:2564: checking for C compiler default output" >&5 2572echo "$as_me:2572: checking for C compiler default output" >&5
2565echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6 2573echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
2566ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2574ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2567if { (eval echo "$as_me:2567: \"$ac_link_default\"") >&5 2575if { (eval echo "$as_me:2575: \"$ac_link_default\"") >&5
2568 (eval $ac_link_default) 2>&5 2576 (eval $ac_link_default) 2>&5
2569 ac_status=$? 2577 ac_status=$?
2570 echo "$as_me:2570: \$? = $ac_status" >&5 2578 echo "$as_me:2578: \$? = $ac_status" >&5
2571 (exit $ac_status); }; then 2579 (exit $ac_status); }; then
2572 # Find the output, starting from the most likely. This scheme is 2580 # Find the output, starting from the most likely. This scheme is
2573# not robust to junk in `.', hence go to wildcards (a.*) only as a last 2581# not robust to junk in `.', hence go to wildcards (a.*) only as a last
@@ -2590,34 +2598,34 @@ done
2590else 2598else
2591 echo "$as_me: failed program was:" >&5 2599 echo "$as_me: failed program was:" >&5
2592cat conftest.$ac_ext >&5 2600cat conftest.$ac_ext >&5
2593{ { echo "$as_me:2593: error: C compiler cannot create executables" >&5 2601{ { echo "$as_me:2601: error: C compiler cannot create executables" >&5
2594echo "$as_me: error: C compiler cannot create executables" >&2;} 2602echo "$as_me: error: C compiler cannot create executables" >&2;}
2595 { (exit 77); exit 77; }; } 2603 { (exit 77); exit 77; }; }
2596fi 2604fi
2597 2605
2598ac_exeext=$ac_cv_exeext 2606ac_exeext=$ac_cv_exeext
2599echo "$as_me:2599: result: $ac_file" >&5 2607echo "$as_me:2607: result: $ac_file" >&5
2600echo "${ECHO_T}$ac_file" >&6 2608echo "${ECHO_T}$ac_file" >&6
2601 2609
2602# Check the compiler produces executables we can run. If not, either 2610# Check the compiler produces executables we can run. If not, either
2603# the compiler is broken, or we cross compile. 2611# the compiler is broken, or we cross compile.
2604echo "$as_me:2604: checking whether the C compiler works" >&5 2612echo "$as_me:2612: checking whether the C compiler works" >&5
2605echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6 2613echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2606# FIXME: These cross compiler hacks should be removed for Autoconf 3.0 2614# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2607# If not cross compiling, check that we can run a simple program. 2615# If not cross compiling, check that we can run a simple program.
2608if test "$cross_compiling" != yes; then 2616if test "$cross_compiling" != yes; then
2609 if { ac_try='./$ac_file' 2617 if { ac_try='./$ac_file'
2610 { (eval echo "$as_me:2610: \"$ac_try\"") >&5 2618 { (eval echo "$as_me:2618: \"$ac_try\"") >&5
2611 (eval $ac_try) 2>&5 2619 (eval $ac_try) 2>&5
2612 ac_status=$? 2620 ac_status=$?
2613 echo "$as_me:2613: \$? = $ac_status" >&5 2621 echo "$as_me:2621: \$? = $ac_status" >&5
2614 (exit $ac_status); }; }; then 2622 (exit $ac_status); }; }; then
2615 cross_compiling=no 2623 cross_compiling=no
2616 else 2624 else
2617 if test "$cross_compiling" = maybe; then 2625 if test "$cross_compiling" = maybe; then
2618 cross_compiling=yes 2626 cross_compiling=yes
2619 else 2627 else
2620 { { echo "$as_me:2620: error: cannot run C compiled programs. 2628 { { echo "$as_me:2628: error: cannot run C compiled programs.
2621If you meant to cross compile, use \`--host'." >&5 2629If you meant to cross compile, use \`--host'." >&5
2622echo "$as_me: error: cannot run C compiled programs. 2630echo "$as_me: error: cannot run C compiled programs.
2623If you meant to cross compile, use \`--host'." >&2;} 2631If you meant to cross compile, use \`--host'." >&2;}
@@ -2625,24 +2633,24 @@ If you meant to cross compile, use \`--host'." >&2;}
2625 fi 2633 fi
2626 fi 2634 fi
2627fi 2635fi
2628echo "$as_me:2628: result: yes" >&5 2636echo "$as_me:2636: result: yes" >&5
2629echo "${ECHO_T}yes" >&6 2637echo "${ECHO_T}yes" >&6
2630 2638
2631rm -f a.out a.exe conftest$ac_cv_exeext 2639rm -f a.out a.exe conftest$ac_cv_exeext
2632ac_clean_files=$ac_clean_files_save 2640ac_clean_files=$ac_clean_files_save
2633# Check the compiler produces executables we can run. If not, either 2641# Check the compiler produces executables we can run. If not, either
2634# the compiler is broken, or we cross compile. 2642# the compiler is broken, or we cross compile.
2635echo "$as_me:2635: checking whether we are cross compiling" >&5 2643echo "$as_me:2643: checking whether we are cross compiling" >&5
2636echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 2644echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2637echo "$as_me:2637: result: $cross_compiling" >&5 2645echo "$as_me:2645: result: $cross_compiling" >&5
2638echo "${ECHO_T}$cross_compiling" >&6 2646echo "${ECHO_T}$cross_compiling" >&6
2639 2647
2640echo "$as_me:2640: checking for executable suffix" >&5 2648echo "$as_me:2648: checking for executable suffix" >&5
2641echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6 2649echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6
2642if { (eval echo "$as_me:2642: \"$ac_link\"") >&5 2650if { (eval echo "$as_me:2650: \"$ac_link\"") >&5
2643 (eval $ac_link) 2>&5 2651 (eval $ac_link) 2>&5
2644 ac_status=$? 2652 ac_status=$?
2645 echo "$as_me:2645: \$? = $ac_status" >&5 2653 echo "$as_me:2653: \$? = $ac_status" >&5
2646 (exit $ac_status); }; then 2654 (exit $ac_status); }; then
2647 # If both `conftest.exe' and `conftest' are `present' (well, observable) 2655 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2648# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will 2656# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
@@ -2658,25 +2666,25 @@ for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do
2658 esac 2666 esac
2659done 2667done
2660else 2668else
2661 { { echo "$as_me:2661: error: cannot compute EXEEXT: cannot compile and link" >&5 2669 { { echo "$as_me:2669: error: cannot compute EXEEXT: cannot compile and link" >&5
2662echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;} 2670echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;}
2663 { (exit 1); exit 1; }; } 2671 { (exit 1); exit 1; }; }
2664fi 2672fi
2665 2673
2666rm -f conftest$ac_cv_exeext 2674rm -f conftest$ac_cv_exeext
2667echo "$as_me:2667: result: $ac_cv_exeext" >&5 2675echo "$as_me:2675: result: $ac_cv_exeext" >&5
2668echo "${ECHO_T}$ac_cv_exeext" >&6 2676echo "${ECHO_T}$ac_cv_exeext" >&6
2669 2677
2670rm -f conftest.$ac_ext 2678rm -f conftest.$ac_ext
2671EXEEXT=$ac_cv_exeext 2679EXEEXT=$ac_cv_exeext
2672ac_exeext=$EXEEXT 2680ac_exeext=$EXEEXT
2673echo "$as_me:2673: checking for object suffix" >&5 2681echo "$as_me:2681: checking for object suffix" >&5
2674echo $ECHO_N "checking for object suffix... $ECHO_C" >&6 2682echo $ECHO_N "checking for object suffix... $ECHO_C" >&6
2675if test "${ac_cv_objext+set}" = set; then 2683if test "${ac_cv_objext+set}" = set; then
2676 echo $ECHO_N "(cached) $ECHO_C" >&6 2684 echo $ECHO_N "(cached) $ECHO_C" >&6
2677else 2685else
2678 cat >conftest.$ac_ext <<_ACEOF 2686 cat >conftest.$ac_ext <<_ACEOF
2679#line 2679 "configure" 2687#line 2687 "configure"
2680#include "confdefs.h" 2688#include "confdefs.h"
2681 2689
2682int 2690int
@@ -2688,10 +2696,10 @@ main ()
2688} 2696}
2689_ACEOF 2697_ACEOF
2690rm -f conftest.o conftest.obj 2698rm -f conftest.o conftest.obj
2691if { (eval echo "$as_me:2691: \"$ac_compile\"") >&5 2699if { (eval echo "$as_me:2699: \"$ac_compile\"") >&5
2692 (eval $ac_compile) 2>&5 2700 (eval $ac_compile) 2>&5
2693 ac_status=$? 2701 ac_status=$?
2694 echo "$as_me:2694: \$? = $ac_status" >&5 2702 echo "$as_me:2702: \$? = $ac_status" >&5
2695 (exit $ac_status); }; then 2703 (exit $ac_status); }; then
2696 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do 2704 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2697 case $ac_file in 2705 case $ac_file in
@@ -2703,24 +2711,24 @@ done
2703else 2711else
2704 echo "$as_me: failed program was:" >&5 2712 echo "$as_me: failed program was:" >&5
2705cat conftest.$ac_ext >&5 2713cat conftest.$ac_ext >&5
2706{ { echo "$as_me:2706: error: cannot compute OBJEXT: cannot compile" >&5 2714{ { echo "$as_me:2714: error: cannot compute OBJEXT: cannot compile" >&5
2707echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;} 2715echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;}
2708 { (exit 1); exit 1; }; } 2716 { (exit 1); exit 1; }; }
2709fi 2717fi
2710 2718
2711rm -f conftest.$ac_cv_objext conftest.$ac_ext 2719rm -f conftest.$ac_cv_objext conftest.$ac_ext
2712fi 2720fi
2713echo "$as_me:2713: result: $ac_cv_objext" >&5 2721echo "$as_me:2721: result: $ac_cv_objext" >&5
2714echo "${ECHO_T}$ac_cv_objext" >&6 2722echo "${ECHO_T}$ac_cv_objext" >&6
2715OBJEXT=$ac_cv_objext 2723OBJEXT=$ac_cv_objext
2716ac_objext=$OBJEXT 2724ac_objext=$OBJEXT
2717echo "$as_me:2717: checking whether we are using the GNU C compiler" >&5 2725echo "$as_me:2725: checking whether we are using the GNU C compiler" >&5
2718echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 2726echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2719if test "${ac_cv_c_compiler_gnu+set}" = set; then 2727if test "${ac_cv_c_compiler_gnu+set}" = set; then
2720 echo $ECHO_N "(cached) $ECHO_C" >&6 2728 echo $ECHO_N "(cached) $ECHO_C" >&6
2721else 2729else
2722 cat >conftest.$ac_ext <<_ACEOF 2730 cat >conftest.$ac_ext <<_ACEOF
2723#line 2723 "configure" 2731#line 2731 "configure"
2724#include "confdefs.h" 2732#include "confdefs.h"
2725 2733
2726int 2734int
@@ -2735,16 +2743,16 @@ main ()
2735} 2743}
2736_ACEOF 2744_ACEOF
2737rm -f conftest.$ac_objext 2745rm -f conftest.$ac_objext
2738if { (eval echo "$as_me:2738: \"$ac_compile\"") >&5 2746if { (eval echo "$as_me:2746: \"$ac_compile\"") >&5
2739 (eval $ac_compile) 2>&5 2747 (eval $ac_compile) 2>&5
2740 ac_status=$? 2748 ac_status=$?
2741 echo "$as_me:2741: \$? = $ac_status" >&5 2749 echo "$as_me:2749: \$? = $ac_status" >&5
2742 (exit $ac_status); } && 2750 (exit $ac_status); } &&
2743 { ac_try='test -s conftest.$ac_objext' 2751 { ac_try='test -s conftest.$ac_objext'
2744 { (eval echo "$as_me:2744: \"$ac_try\"") >&5 2752 { (eval echo "$as_me:2752: \"$ac_try\"") >&5
2745 (eval $ac_try) 2>&5 2753 (eval $ac_try) 2>&5
2746 ac_status=$? 2754 ac_status=$?
2747 echo "$as_me:2747: \$? = $ac_status" >&5 2755 echo "$as_me:2755: \$? = $ac_status" >&5
2748 (exit $ac_status); }; }; then 2756 (exit $ac_status); }; }; then
2749 ac_compiler_gnu=yes 2757 ac_compiler_gnu=yes
2750else 2758else
@@ -2756,19 +2764,19 @@ rm -f conftest.$ac_objext conftest.$ac_ext
2756ac_cv_c_compiler_gnu=$ac_compiler_gnu 2764ac_cv_c_compiler_gnu=$ac_compiler_gnu
2757 2765
2758fi 2766fi
2759echo "$as_me:2759: result: $ac_cv_c_compiler_gnu" >&5 2767echo "$as_me:2767: result: $ac_cv_c_compiler_gnu" >&5
2760echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 2768echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2761GCC=`test $ac_compiler_gnu = yes && echo yes` 2769GCC=`test $ac_compiler_gnu = yes && echo yes`
2762ac_test_CFLAGS=${CFLAGS+set} 2770ac_test_CFLAGS=${CFLAGS+set}
2763ac_save_CFLAGS=$CFLAGS 2771ac_save_CFLAGS=$CFLAGS
2764CFLAGS="-g" 2772CFLAGS="-g"
2765echo "$as_me:2765: checking whether $CC accepts -g" >&5 2773echo "$as_me:2773: checking whether $CC accepts -g" >&5
2766echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 2774echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2767if test "${ac_cv_prog_cc_g+set}" = set; then 2775if test "${ac_cv_prog_cc_g+set}" = set; then
2768 echo $ECHO_N "(cached) $ECHO_C" >&6 2776 echo $ECHO_N "(cached) $ECHO_C" >&6
2769else 2777else
2770 cat >conftest.$ac_ext <<_ACEOF 2778 cat >conftest.$ac_ext <<_ACEOF
2771#line 2771 "configure" 2779#line 2779 "configure"
2772#include "confdefs.h" 2780#include "confdefs.h"
2773 2781
2774int 2782int
@@ -2780,16 +2788,16 @@ main ()
2780} 2788}
2781_ACEOF 2789_ACEOF
2782rm -f conftest.$ac_objext 2790rm -f conftest.$ac_objext
2783if { (eval echo "$as_me:2783: \"$ac_compile\"") >&5 2791if { (eval echo "$as_me:2791: \"$ac_compile\"") >&5
2784 (eval $ac_compile) 2>&5 2792 (eval $ac_compile) 2>&5
2785 ac_status=$? 2793 ac_status=$?
2786 echo "$as_me:2786: \$? = $ac_status" >&5 2794 echo "$as_me:2794: \$? = $ac_status" >&5
2787 (exit $ac_status); } && 2795 (exit $ac_status); } &&
2788 { ac_try='test -s conftest.$ac_objext' 2796 { ac_try='test -s conftest.$ac_objext'
2789 { (eval echo "$as_me:2789: \"$ac_try\"") >&5 2797 { (eval echo "$as_me:2797: \"$ac_try\"") >&5
2790 (eval $ac_try) 2>&5 2798 (eval $ac_try) 2>&5
2791 ac_status=$? 2799 ac_status=$?
2792 echo "$as_me:2792: \$? = $ac_status" >&5 2800 echo "$as_me:2800: \$? = $ac_status" >&5
2793 (exit $ac_status); }; }; then 2801 (exit $ac_status); }; }; then
2794 ac_cv_prog_cc_g=yes 2802 ac_cv_prog_cc_g=yes
2795else 2803else
@@ -2799,7 +2807,7 @@ ac_cv_prog_cc_g=no
2799fi 2807fi
2800rm -f conftest.$ac_objext conftest.$ac_ext 2808rm -f conftest.$ac_objext conftest.$ac_ext
2801fi 2809fi
2802echo "$as_me:2802: result: $ac_cv_prog_cc_g" >&5 2810echo "$as_me:2810: result: $ac_cv_prog_cc_g" >&5
2803echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 2811echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2804if test "$ac_test_CFLAGS" = set; then 2812if test "$ac_test_CFLAGS" = set; then
2805 CFLAGS=$ac_save_CFLAGS 2813 CFLAGS=$ac_save_CFLAGS
@@ -2826,16 +2834,16 @@ cat >conftest.$ac_ext <<_ACEOF
2826#endif 2834#endif
2827_ACEOF 2835_ACEOF
2828rm -f conftest.$ac_objext 2836rm -f conftest.$ac_objext
2829if { (eval echo "$as_me:2829: \"$ac_compile\"") >&5 2837if { (eval echo "$as_me:2837: \"$ac_compile\"") >&5
2830 (eval $ac_compile) 2>&5 2838 (eval $ac_compile) 2>&5
2831 ac_status=$? 2839 ac_status=$?
2832 echo "$as_me:2832: \$? = $ac_status" >&5 2840 echo "$as_me:2840: \$? = $ac_status" >&5
2833 (exit $ac_status); } && 2841 (exit $ac_status); } &&
2834 { ac_try='test -s conftest.$ac_objext' 2842 { ac_try='test -s conftest.$ac_objext'
2835 { (eval echo "$as_me:2835: \"$ac_try\"") >&5 2843 { (eval echo "$as_me:2843: \"$ac_try\"") >&5
2836 (eval $ac_try) 2>&5 2844 (eval $ac_try) 2>&5
2837 ac_status=$? 2845 ac_status=$?
2838 echo "$as_me:2838: \$? = $ac_status" >&5 2846 echo "$as_me:2846: \$? = $ac_status" >&5
2839 (exit $ac_status); }; }; then 2847 (exit $ac_status); }; }; then
2840 for ac_declaration in \ 2848 for ac_declaration in \
2841 ''\ 2849 ''\
@@ -2847,7 +2855,7 @@ if { (eval echo "$as_me:2829: \"$ac_compile\"") >&5
2847 'void exit (int);' 2855 'void exit (int);'
2848do 2856do
2849 cat >conftest.$ac_ext <<_ACEOF 2857 cat >conftest.$ac_ext <<_ACEOF
2850#line 2850 "configure" 2858#line 2858 "configure"
2851#include "confdefs.h" 2859#include "confdefs.h"
2852#include <stdlib.h> 2860#include <stdlib.h>
2853$ac_declaration 2861$ac_declaration
@@ -2860,16 +2868,16 @@ exit (42);
2860} 2868}
2861_ACEOF 2869_ACEOF
2862rm -f conftest.$ac_objext 2870rm -f conftest.$ac_objext
2863if { (eval echo "$as_me:2863: \"$ac_compile\"") >&5 2871if { (eval echo "$as_me:2871: \"$ac_compile\"") >&5
2864 (eval $ac_compile) 2>&5 2872 (eval $ac_compile) 2>&5
2865 ac_status=$? 2873 ac_status=$?
2866 echo "$as_me:2866: \$? = $ac_status" >&5 2874 echo "$as_me:2874: \$? = $ac_status" >&5
2867 (exit $ac_status); } && 2875 (exit $ac_status); } &&
2868 { ac_try='test -s conftest.$ac_objext' 2876 { ac_try='test -s conftest.$ac_objext'
2869 { (eval echo "$as_me:2869: \"$ac_try\"") >&5 2877 { (eval echo "$as_me:2877: \"$ac_try\"") >&5
2870 (eval $ac_try) 2>&5 2878 (eval $ac_try) 2>&5
2871 ac_status=$? 2879 ac_status=$?
2872 echo "$as_me:2872: \$? = $ac_status" >&5 2880 echo "$as_me:2880: \$? = $ac_status" >&5
2873 (exit $ac_status); }; }; then 2881 (exit $ac_status); }; }; then
2874 : 2882 :
2875else 2883else
@@ -2879,7 +2887,7 @@ continue
2879fi 2887fi
2880rm -f conftest.$ac_objext conftest.$ac_ext 2888rm -f conftest.$ac_objext conftest.$ac_ext
2881 cat >conftest.$ac_ext <<_ACEOF 2889 cat >conftest.$ac_ext <<_ACEOF
2882#line 2882 "configure" 2890#line 2890 "configure"
2883#include "confdefs.h" 2891#include "confdefs.h"
2884$ac_declaration 2892$ac_declaration
2885int 2893int
@@ -2891,16 +2899,16 @@ exit (42);
2891} 2899}
2892_ACEOF 2900_ACEOF
2893rm -f conftest.$ac_objext 2901rm -f conftest.$ac_objext
2894if { (eval echo "$as_me:2894: \"$ac_compile\"") >&5 2902if { (eval echo "$as_me:2902: \"$ac_compile\"") >&5
2895 (eval $ac_compile) 2>&5 2903 (eval $ac_compile) 2>&5
2896 ac_status=$? 2904 ac_status=$?
2897 echo "$as_me:2897: \$? = $ac_status" >&5 2905 echo "$as_me:2905: \$? = $ac_status" >&5
2898 (exit $ac_status); } && 2906 (exit $ac_status); } &&
2899 { ac_try='test -s conftest.$ac_objext' 2907 { ac_try='test -s conftest.$ac_objext'
2900 { (eval echo "$as_me:2900: \"$ac_try\"") >&5 2908 { (eval echo "$as_me:2908: \"$ac_try\"") >&5
2901 (eval $ac_try) 2>&5 2909 (eval $ac_try) 2>&5
2902 ac_status=$? 2910 ac_status=$?
2903 echo "$as_me:2903: \$? = $ac_status" >&5 2911 echo "$as_me:2911: \$? = $ac_status" >&5
2904 (exit $ac_status); }; }; then 2912 (exit $ac_status); }; }; then
2905 break 2913 break
2906else 2914else
@@ -2973,14 +2981,14 @@ fi
2973#### should make an entry in src/config.h, don't forget to add an 2981#### should make an entry in src/config.h, don't forget to add an
2974#### #undef clause to src/config.h.in for autoconf to modify. 2982#### #undef clause to src/config.h.in for autoconf to modify.
2975 2983
2976echo "$as_me:2976: checking whether ln -s works" >&5 2984echo "$as_me:2984: checking whether ln -s works" >&5
2977echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6 2985echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
2978LN_S=$as_ln_s 2986LN_S=$as_ln_s
2979if test "$LN_S" = "ln -s"; then 2987if test "$LN_S" = "ln -s"; then
2980 echo "$as_me:2980: result: yes" >&5 2988 echo "$as_me:2988: result: yes" >&5
2981echo "${ECHO_T}yes" >&6 2989echo "${ECHO_T}yes" >&6
2982else 2990else
2983 echo "$as_me:2983: result: no, using $LN_S" >&5 2991 echo "$as_me:2991: result: no, using $LN_S" >&5
2984echo "${ECHO_T}no, using $LN_S" >&6 2992echo "${ECHO_T}no, using $LN_S" >&6
2985fi 2993fi
2986 2994
@@ -2989,7 +2997,7 @@ ac_cpp='$CPP $CPPFLAGS'
2989ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 2997ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2990ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 2998ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2991ac_compiler_gnu=$ac_cv_c_compiler_gnu 2999ac_compiler_gnu=$ac_cv_c_compiler_gnu
2992echo "$as_me:2992: checking how to run the C preprocessor" >&5 3000echo "$as_me:3000: checking how to run the C preprocessor" >&5
2993echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 3001echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
2994# On Suns, sometimes $CPP names a directory. 3002# On Suns, sometimes $CPP names a directory.
2995if test -n "$CPP" && test -d "$CPP"; then 3003if test -n "$CPP" && test -d "$CPP"; then
@@ -3010,18 +3018,18 @@ do
3010 # On the NeXT, cc -E runs the code through the compiler's parser, 3018 # On the NeXT, cc -E runs the code through the compiler's parser,
3011 # not just through cpp. "Syntax error" is here to catch this case. 3019 # not just through cpp. "Syntax error" is here to catch this case.
3012 cat >conftest.$ac_ext <<_ACEOF 3020 cat >conftest.$ac_ext <<_ACEOF
3013#line 3013 "configure" 3021#line 3021 "configure"
3014#include "confdefs.h" 3022#include "confdefs.h"
3015#include <assert.h> 3023#include <assert.h>
3016 Syntax error 3024 Syntax error
3017_ACEOF 3025_ACEOF
3018if { (eval echo "$as_me:3018: \"$ac_cpp conftest.$ac_ext\"") >&5 3026if { (eval echo "$as_me:3026: \"$ac_cpp conftest.$ac_ext\"") >&5
3019 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3027 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3020 ac_status=$? 3028 ac_status=$?
3021 egrep -v '^ *\+' conftest.er1 >conftest.err 3029 egrep -v '^ *\+' conftest.er1 >conftest.err
3022 rm -f conftest.er1 3030 rm -f conftest.er1
3023 cat conftest.err >&5 3031 cat conftest.err >&5
3024 echo "$as_me:3024: \$? = $ac_status" >&5 3032 echo "$as_me:3032: \$? = $ac_status" >&5
3025 (exit $ac_status); } >/dev/null; then 3033 (exit $ac_status); } >/dev/null; then
3026 if test -s conftest.err; then 3034 if test -s conftest.err; then
3027 ac_cpp_err=$ac_c_preproc_warn_flag 3035 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -3044,17 +3052,17 @@ rm -f conftest.err conftest.$ac_ext
3044 # OK, works on sane cases. Now check whether non-existent headers 3052 # OK, works on sane cases. Now check whether non-existent headers
3045 # can be detected and how. 3053 # can be detected and how.
3046 cat >conftest.$ac_ext <<_ACEOF 3054 cat >conftest.$ac_ext <<_ACEOF
3047#line 3047 "configure" 3055#line 3055 "configure"
3048#include "confdefs.h" 3056#include "confdefs.h"
3049#include <ac_nonexistent.h> 3057#include <ac_nonexistent.h>
3050_ACEOF 3058_ACEOF
3051if { (eval echo "$as_me:3051: \"$ac_cpp conftest.$ac_ext\"") >&5 3059if { (eval echo "$as_me:3059: \"$ac_cpp conftest.$ac_ext\"") >&5
3052 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3060 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3053 ac_status=$? 3061 ac_status=$?
3054 egrep -v '^ *\+' conftest.er1 >conftest.err 3062 egrep -v '^ *\+' conftest.er1 >conftest.err
3055 rm -f conftest.er1 3063 rm -f conftest.er1
3056 cat conftest.err >&5 3064 cat conftest.err >&5
3057 echo "$as_me:3057: \$? = $ac_status" >&5 3065 echo "$as_me:3065: \$? = $ac_status" >&5
3058 (exit $ac_status); } >/dev/null; then 3066 (exit $ac_status); } >/dev/null; then
3059 if test -s conftest.err; then 3067 if test -s conftest.err; then
3060 ac_cpp_err=$ac_c_preproc_warn_flag 3068 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -3091,7 +3099,7 @@ fi
3091else 3099else
3092 ac_cv_prog_CPP=$CPP 3100 ac_cv_prog_CPP=$CPP
3093fi 3101fi
3094echo "$as_me:3094: result: $CPP" >&5 3102echo "$as_me:3102: result: $CPP" >&5
3095echo "${ECHO_T}$CPP" >&6 3103echo "${ECHO_T}$CPP" >&6
3096ac_preproc_ok=false 3104ac_preproc_ok=false
3097for ac_c_preproc_warn_flag in '' yes 3105for ac_c_preproc_warn_flag in '' yes
@@ -3101,18 +3109,18 @@ do
3101 # On the NeXT, cc -E runs the code through the compiler's parser, 3109 # On the NeXT, cc -E runs the code through the compiler's parser,
3102 # not just through cpp. "Syntax error" is here to catch this case. 3110 # not just through cpp. "Syntax error" is here to catch this case.
3103 cat >conftest.$ac_ext <<_ACEOF 3111 cat >conftest.$ac_ext <<_ACEOF
3104#line 3104 "configure" 3112#line 3112 "configure"
3105#include "confdefs.h" 3113#include "confdefs.h"
3106#include <assert.h> 3114#include <assert.h>
3107 Syntax error 3115 Syntax error
3108_ACEOF 3116_ACEOF
3109if { (eval echo "$as_me:3109: \"$ac_cpp conftest.$ac_ext\"") >&5 3117if { (eval echo "$as_me:3117: \"$ac_cpp conftest.$ac_ext\"") >&5
3110 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3118 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3111 ac_status=$? 3119 ac_status=$?
3112 egrep -v '^ *\+' conftest.er1 >conftest.err 3120 egrep -v '^ *\+' conftest.er1 >conftest.err
3113 rm -f conftest.er1 3121 rm -f conftest.er1
3114 cat conftest.err >&5 3122 cat conftest.err >&5
3115 echo "$as_me:3115: \$? = $ac_status" >&5 3123 echo "$as_me:3123: \$? = $ac_status" >&5
3116 (exit $ac_status); } >/dev/null; then 3124 (exit $ac_status); } >/dev/null; then
3117 if test -s conftest.err; then 3125 if test -s conftest.err; then
3118 ac_cpp_err=$ac_c_preproc_warn_flag 3126 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -3135,17 +3143,17 @@ rm -f conftest.err conftest.$ac_ext
3135 # OK, works on sane cases. Now check whether non-existent headers 3143 # OK, works on sane cases. Now check whether non-existent headers
3136 # can be detected and how. 3144 # can be detected and how.
3137 cat >conftest.$ac_ext <<_ACEOF 3145 cat >conftest.$ac_ext <<_ACEOF
3138#line 3138 "configure" 3146#line 3146 "configure"
3139#include "confdefs.h" 3147#include "confdefs.h"
3140#include <ac_nonexistent.h> 3148#include <ac_nonexistent.h>
3141_ACEOF 3149_ACEOF
3142if { (eval echo "$as_me:3142: \"$ac_cpp conftest.$ac_ext\"") >&5 3150if { (eval echo "$as_me:3150: \"$ac_cpp conftest.$ac_ext\"") >&5
3143 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3151 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3144 ac_status=$? 3152 ac_status=$?
3145 egrep -v '^ *\+' conftest.er1 >conftest.err 3153 egrep -v '^ *\+' conftest.er1 >conftest.err
3146 rm -f conftest.er1 3154 rm -f conftest.er1
3147 cat conftest.err >&5 3155 cat conftest.err >&5
3148 echo "$as_me:3148: \$? = $ac_status" >&5 3156 echo "$as_me:3156: \$? = $ac_status" >&5
3149 (exit $ac_status); } >/dev/null; then 3157 (exit $ac_status); } >/dev/null; then
3150 if test -s conftest.err; then 3158 if test -s conftest.err; then
3151 ac_cpp_err=$ac_c_preproc_warn_flag 3159 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -3173,7 +3181,7 @@ rm -f conftest.err conftest.$ac_ext
3173if $ac_preproc_ok; then 3181if $ac_preproc_ok; then
3174 : 3182 :
3175else 3183else
3176 { { echo "$as_me:3176: error: C preprocessor \"$CPP\" fails sanity check" >&5 3184 { { echo "$as_me:3184: error: C preprocessor \"$CPP\" fails sanity check" >&5
3177echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;} 3185echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}
3178 { (exit 1); exit 1; }; } 3186 { (exit 1); exit 1; }; }
3179fi 3187fi
@@ -3196,7 +3204,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
3196# AFS /usr/afsws/bin/install, which mishandles nonexistent args 3204# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3197# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 3205# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3198# ./install, which can be erroneously created by make from ./install.sh. 3206# ./install, which can be erroneously created by make from ./install.sh.
3199echo "$as_me:3199: checking for a BSD compatible install" >&5 3207echo "$as_me:3207: checking for a BSD compatible install" >&5
3200echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6 3208echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6
3201if test -z "$INSTALL"; then 3209if test -z "$INSTALL"; then
3202if test "${ac_cv_path_install+set}" = set; then 3210if test "${ac_cv_path_install+set}" = set; then
@@ -3245,7 +3253,7 @@ fi
3245 INSTALL=$ac_install_sh 3253 INSTALL=$ac_install_sh
3246 fi 3254 fi
3247fi 3255fi
3248echo "$as_me:3248: result: $INSTALL" >&5 3256echo "$as_me:3256: result: $INSTALL" >&5
3249echo "${ECHO_T}$INSTALL" >&6 3257echo "${ECHO_T}$INSTALL" >&6
3250 3258
3251# Use test -z because SunOS4 sh mishandles braces in ${var-val}. 3259# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
@@ -3260,7 +3268,7 @@ for ac_prog in 'bison -y' byacc
3260do 3268do
3261 # Extract the first word of "$ac_prog", so it can be a program name with args. 3269 # Extract the first word of "$ac_prog", so it can be a program name with args.
3262set dummy $ac_prog; ac_word=$2 3270set dummy $ac_prog; ac_word=$2
3263echo "$as_me:3263: checking for $ac_word" >&5 3271echo "$as_me:3271: checking for $ac_word" >&5
3264echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3272echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3265if test "${ac_cv_prog_YACC+set}" = set; then 3273if test "${ac_cv_prog_YACC+set}" = set; then
3266 echo $ECHO_N "(cached) $ECHO_C" >&6 3274 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3275,7 +3283,7 @@ for ac_dir in $ac_dummy; do
3275 test -z "$ac_dir" && ac_dir=. 3283 test -z "$ac_dir" && ac_dir=.
3276 $as_executable_p "$ac_dir/$ac_word" || continue 3284 $as_executable_p "$ac_dir/$ac_word" || continue
3277ac_cv_prog_YACC="$ac_prog" 3285ac_cv_prog_YACC="$ac_prog"
3278echo "$as_me:3278: found $ac_dir/$ac_word" >&5 3286echo "$as_me:3286: found $ac_dir/$ac_word" >&5
3279break 3287break
3280done 3288done
3281 3289
@@ -3283,10 +3291,10 @@ fi
3283fi 3291fi
3284YACC=$ac_cv_prog_YACC 3292YACC=$ac_cv_prog_YACC
3285if test -n "$YACC"; then 3293if test -n "$YACC"; then
3286 echo "$as_me:3286: result: $YACC" >&5 3294 echo "$as_me:3294: result: $YACC" >&5
3287echo "${ECHO_T}$YACC" >&6 3295echo "${ECHO_T}$YACC" >&6
3288else 3296else
3289 echo "$as_me:3289: result: no" >&5 3297 echo "$as_me:3297: result: no" >&5
3290echo "${ECHO_T}no" >&6 3298echo "${ECHO_T}no" >&6
3291fi 3299fi
3292 3300
@@ -3298,7 +3306,7 @@ if test "x$RANLIB" = x; then
3298 if test -n "$ac_tool_prefix"; then 3306 if test -n "$ac_tool_prefix"; then
3299 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 3307 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
3300set dummy ${ac_tool_prefix}ranlib; ac_word=$2 3308set dummy ${ac_tool_prefix}ranlib; ac_word=$2
3301echo "$as_me:3301: checking for $ac_word" >&5 3309echo "$as_me:3309: checking for $ac_word" >&5
3302echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3310echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3303if test "${ac_cv_prog_RANLIB+set}" = set; then 3311if test "${ac_cv_prog_RANLIB+set}" = set; then
3304 echo $ECHO_N "(cached) $ECHO_C" >&6 3312 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3313,7 +3321,7 @@ for ac_dir in $ac_dummy; do
3313 test -z "$ac_dir" && ac_dir=. 3321 test -z "$ac_dir" && ac_dir=.
3314 $as_executable_p "$ac_dir/$ac_word" || continue 3322 $as_executable_p "$ac_dir/$ac_word" || continue
3315ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 3323ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
3316echo "$as_me:3316: found $ac_dir/$ac_word" >&5 3324echo "$as_me:3324: found $ac_dir/$ac_word" >&5
3317break 3325break
3318done 3326done
3319 3327
@@ -3321,10 +3329,10 @@ fi
3321fi 3329fi
3322RANLIB=$ac_cv_prog_RANLIB 3330RANLIB=$ac_cv_prog_RANLIB
3323if test -n "$RANLIB"; then 3331if test -n "$RANLIB"; then
3324 echo "$as_me:3324: result: $RANLIB" >&5 3332 echo "$as_me:3332: result: $RANLIB" >&5
3325echo "${ECHO_T}$RANLIB" >&6 3333echo "${ECHO_T}$RANLIB" >&6
3326else 3334else
3327 echo "$as_me:3327: result: no" >&5 3335 echo "$as_me:3335: result: no" >&5
3328echo "${ECHO_T}no" >&6 3336echo "${ECHO_T}no" >&6
3329fi 3337fi
3330 3338
@@ -3333,7 +3341,7 @@ if test -z "$ac_cv_prog_RANLIB"; then
3333 ac_ct_RANLIB=$RANLIB 3341 ac_ct_RANLIB=$RANLIB
3334 # Extract the first word of "ranlib", so it can be a program name with args. 3342 # Extract the first word of "ranlib", so it can be a program name with args.
3335set dummy ranlib; ac_word=$2 3343set dummy ranlib; ac_word=$2
3336echo "$as_me:3336: checking for $ac_word" >&5 3344echo "$as_me:3344: checking for $ac_word" >&5
3337echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3345echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3338if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then 3346if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
3339 echo $ECHO_N "(cached) $ECHO_C" >&6 3347 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3348,7 +3356,7 @@ for ac_dir in $ac_dummy; do
3348 test -z "$ac_dir" && ac_dir=. 3356 test -z "$ac_dir" && ac_dir=.
3349 $as_executable_p "$ac_dir/$ac_word" || continue 3357 $as_executable_p "$ac_dir/$ac_word" || continue
3350ac_cv_prog_ac_ct_RANLIB="ranlib" 3358ac_cv_prog_ac_ct_RANLIB="ranlib"
3351echo "$as_me:3351: found $ac_dir/$ac_word" >&5 3359echo "$as_me:3359: found $ac_dir/$ac_word" >&5
3352break 3360break
3353done 3361done
3354 3362
@@ -3357,10 +3365,10 @@ fi
3357fi 3365fi
3358ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB 3366ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
3359if test -n "$ac_ct_RANLIB"; then 3367if test -n "$ac_ct_RANLIB"; then
3360 echo "$as_me:3360: result: $ac_ct_RANLIB" >&5 3368 echo "$as_me:3368: result: $ac_ct_RANLIB" >&5
3361echo "${ECHO_T}$ac_ct_RANLIB" >&6 3369echo "${ECHO_T}$ac_ct_RANLIB" >&6
3362else 3370else
3363 echo "$as_me:3363: result: no" >&5 3371 echo "$as_me:3371: result: no" >&5
3364echo "${ECHO_T}no" >&6 3372echo "${ECHO_T}no" >&6
3365fi 3373fi
3366 3374
@@ -3371,10 +3379,10 @@ fi
3371 3379
3372fi 3380fi
3373 3381
3374echo "$as_me:3374: checking for AIX" >&5 3382echo "$as_me:3382: checking for AIX" >&5
3375echo $ECHO_N "checking for AIX... $ECHO_C" >&6 3383echo $ECHO_N "checking for AIX... $ECHO_C" >&6
3376cat >conftest.$ac_ext <<_ACEOF 3384cat >conftest.$ac_ext <<_ACEOF
3377#line 3377 "configure" 3385#line 3385 "configure"
3378#include "confdefs.h" 3386#include "confdefs.h"
3379#ifdef _AIX 3387#ifdef _AIX
3380 yes 3388 yes
@@ -3383,21 +3391,21 @@ cat >conftest.$ac_ext <<_ACEOF
3383_ACEOF 3391_ACEOF
3384if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 3392if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3385 egrep "yes" >/dev/null 2>&1; then 3393 egrep "yes" >/dev/null 2>&1; then
3386 echo "$as_me:3386: result: yes" >&5 3394 echo "$as_me:3394: result: yes" >&5
3387echo "${ECHO_T}yes" >&6 3395echo "${ECHO_T}yes" >&6
3388cat >>confdefs.h <<\EOF 3396cat >>confdefs.h <<\EOF
3389#define _ALL_SOURCE 1 3397#define _ALL_SOURCE 1
3390EOF 3398EOF
3391 3399
3392else 3400else
3393 echo "$as_me:3393: result: no" >&5 3401 echo "$as_me:3401: result: no" >&5
3394echo "${ECHO_T}no" >&6 3402echo "${ECHO_T}no" >&6
3395fi 3403fi
3396rm -f conftest* 3404rm -f conftest*
3397 3405
3398#### Extract some information from the operating system and machine files. 3406#### Extract some information from the operating system and machine files.
3399 3407
3400{ echo "$as_me:3400: checking the machine- and system-dependent files to find out 3408{ echo "$as_me:3408: checking the machine- and system-dependent files to find out
3401 - which libraries the lib-src programs will want, and 3409 - which libraries the lib-src programs will want, and
3402 - whether the GNU malloc routines are usable..." >&5 3410 - whether the GNU malloc routines are usable..." >&5
3403echo "$as_me: checking the machine- and system-dependent files to find out 3411echo "$as_me: checking the machine- and system-dependent files to find out
@@ -3547,7 +3555,7 @@ if test "${enable_largefile+set}" = set; then
3547fi; 3555fi;
3548if test "$enable_largefile" != no; then 3556if test "$enable_largefile" != no; then
3549 3557
3550 echo "$as_me:3550: checking for special C compiler options needed for large files" >&5 3558 echo "$as_me:3558: checking for special C compiler options needed for large files" >&5
3551echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6 3559echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6
3552if test "${ac_cv_sys_largefile_CC+set}" = set; then 3560if test "${ac_cv_sys_largefile_CC+set}" = set; then
3553 echo $ECHO_N "(cached) $ECHO_C" >&6 3561 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3559,7 +3567,7 @@ else
3559 # IRIX 6.2 and later do not support large files by default, 3567 # IRIX 6.2 and later do not support large files by default,
3560 # so use the C compiler's -n32 option if that helps. 3568 # so use the C compiler's -n32 option if that helps.
3561 cat >conftest.$ac_ext <<_ACEOF 3569 cat >conftest.$ac_ext <<_ACEOF
3562#line 3562 "configure" 3570#line 3570 "configure"
3563#include "confdefs.h" 3571#include "confdefs.h"
3564#include <sys/types.h> 3572#include <sys/types.h>
3565 /* Check that off_t can represent 2**63 - 1 correctly. 3573 /* Check that off_t can represent 2**63 - 1 correctly.
@@ -3579,16 +3587,16 @@ main ()
3579} 3587}
3580_ACEOF 3588_ACEOF
3581 rm -f conftest.$ac_objext 3589 rm -f conftest.$ac_objext
3582if { (eval echo "$as_me:3582: \"$ac_compile\"") >&5 3590if { (eval echo "$as_me:3590: \"$ac_compile\"") >&5
3583 (eval $ac_compile) 2>&5 3591 (eval $ac_compile) 2>&5
3584 ac_status=$? 3592 ac_status=$?
3585 echo "$as_me:3585: \$? = $ac_status" >&5 3593 echo "$as_me:3593: \$? = $ac_status" >&5
3586 (exit $ac_status); } && 3594 (exit $ac_status); } &&
3587 { ac_try='test -s conftest.$ac_objext' 3595 { ac_try='test -s conftest.$ac_objext'
3588 { (eval echo "$as_me:3588: \"$ac_try\"") >&5 3596 { (eval echo "$as_me:3596: \"$ac_try\"") >&5
3589 (eval $ac_try) 2>&5 3597 (eval $ac_try) 2>&5
3590 ac_status=$? 3598 ac_status=$?
3591 echo "$as_me:3591: \$? = $ac_status" >&5 3599 echo "$as_me:3599: \$? = $ac_status" >&5
3592 (exit $ac_status); }; }; then 3600 (exit $ac_status); }; }; then
3593 break 3601 break
3594else 3602else
@@ -3598,16 +3606,16 @@ fi
3598rm -f conftest.$ac_objext 3606rm -f conftest.$ac_objext
3599 CC="$CC -n32" 3607 CC="$CC -n32"
3600 rm -f conftest.$ac_objext 3608 rm -f conftest.$ac_objext
3601if { (eval echo "$as_me:3601: \"$ac_compile\"") >&5 3609if { (eval echo "$as_me:3609: \"$ac_compile\"") >&5
3602 (eval $ac_compile) 2>&5 3610 (eval $ac_compile) 2>&5
3603 ac_status=$? 3611 ac_status=$?
3604 echo "$as_me:3604: \$? = $ac_status" >&5 3612 echo "$as_me:3612: \$? = $ac_status" >&5
3605 (exit $ac_status); } && 3613 (exit $ac_status); } &&
3606 { ac_try='test -s conftest.$ac_objext' 3614 { ac_try='test -s conftest.$ac_objext'
3607 { (eval echo "$as_me:3607: \"$ac_try\"") >&5 3615 { (eval echo "$as_me:3615: \"$ac_try\"") >&5
3608 (eval $ac_try) 2>&5 3616 (eval $ac_try) 2>&5
3609 ac_status=$? 3617 ac_status=$?
3610 echo "$as_me:3610: \$? = $ac_status" >&5 3618 echo "$as_me:3618: \$? = $ac_status" >&5
3611 (exit $ac_status); }; }; then 3619 (exit $ac_status); }; }; then
3612 ac_cv_sys_largefile_CC=' -n32'; break 3620 ac_cv_sys_largefile_CC=' -n32'; break
3613else 3621else
@@ -3621,13 +3629,13 @@ rm -f conftest.$ac_objext
3621 rm -f conftest.$ac_ext 3629 rm -f conftest.$ac_ext
3622 fi 3630 fi
3623fi 3631fi
3624echo "$as_me:3624: result: $ac_cv_sys_largefile_CC" >&5 3632echo "$as_me:3632: result: $ac_cv_sys_largefile_CC" >&5
3625echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6 3633echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6
3626 if test "$ac_cv_sys_largefile_CC" != no; then 3634 if test "$ac_cv_sys_largefile_CC" != no; then
3627 CC=$CC$ac_cv_sys_largefile_CC 3635 CC=$CC$ac_cv_sys_largefile_CC
3628 fi 3636 fi
3629 3637
3630 echo "$as_me:3630: checking for _FILE_OFFSET_BITS value needed for large files" >&5 3638 echo "$as_me:3638: checking for _FILE_OFFSET_BITS value needed for large files" >&5
3631echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6 3639echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
3632if test "${ac_cv_sys_file_offset_bits+set}" = set; then 3640if test "${ac_cv_sys_file_offset_bits+set}" = set; then
3633 echo $ECHO_N "(cached) $ECHO_C" >&6 3641 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3635,7 +3643,7 @@ else
3635 while :; do 3643 while :; do
3636 ac_cv_sys_file_offset_bits=no 3644 ac_cv_sys_file_offset_bits=no
3637 cat >conftest.$ac_ext <<_ACEOF 3645 cat >conftest.$ac_ext <<_ACEOF
3638#line 3638 "configure" 3646#line 3646 "configure"
3639#include "confdefs.h" 3647#include "confdefs.h"
3640#include <sys/types.h> 3648#include <sys/types.h>
3641 /* Check that off_t can represent 2**63 - 1 correctly. 3649 /* Check that off_t can represent 2**63 - 1 correctly.
@@ -3655,16 +3663,16 @@ main ()
3655} 3663}
3656_ACEOF 3664_ACEOF
3657rm -f conftest.$ac_objext 3665rm -f conftest.$ac_objext
3658if { (eval echo "$as_me:3658: \"$ac_compile\"") >&5 3666if { (eval echo "$as_me:3666: \"$ac_compile\"") >&5
3659 (eval $ac_compile) 2>&5 3667 (eval $ac_compile) 2>&5
3660 ac_status=$? 3668 ac_status=$?
3661 echo "$as_me:3661: \$? = $ac_status" >&5 3669 echo "$as_me:3669: \$? = $ac_status" >&5
3662 (exit $ac_status); } && 3670 (exit $ac_status); } &&
3663 { ac_try='test -s conftest.$ac_objext' 3671 { ac_try='test -s conftest.$ac_objext'
3664 { (eval echo "$as_me:3664: \"$ac_try\"") >&5 3672 { (eval echo "$as_me:3672: \"$ac_try\"") >&5
3665 (eval $ac_try) 2>&5 3673 (eval $ac_try) 2>&5
3666 ac_status=$? 3674 ac_status=$?
3667 echo "$as_me:3667: \$? = $ac_status" >&5 3675 echo "$as_me:3675: \$? = $ac_status" >&5
3668 (exit $ac_status); }; }; then 3676 (exit $ac_status); }; }; then
3669 break 3677 break
3670else 3678else
@@ -3673,7 +3681,7 @@ cat conftest.$ac_ext >&5
3673fi 3681fi
3674rm -f conftest.$ac_objext conftest.$ac_ext 3682rm -f conftest.$ac_objext conftest.$ac_ext
3675 cat >conftest.$ac_ext <<_ACEOF 3683 cat >conftest.$ac_ext <<_ACEOF
3676#line 3676 "configure" 3684#line 3684 "configure"
3677#include "confdefs.h" 3685#include "confdefs.h"
3678#define _FILE_OFFSET_BITS 64 3686#define _FILE_OFFSET_BITS 64
3679#include <sys/types.h> 3687#include <sys/types.h>
@@ -3694,16 +3702,16 @@ main ()
3694} 3702}
3695_ACEOF 3703_ACEOF
3696rm -f conftest.$ac_objext 3704rm -f conftest.$ac_objext
3697if { (eval echo "$as_me:3697: \"$ac_compile\"") >&5 3705if { (eval echo "$as_me:3705: \"$ac_compile\"") >&5
3698 (eval $ac_compile) 2>&5 3706 (eval $ac_compile) 2>&5
3699 ac_status=$? 3707 ac_status=$?
3700 echo "$as_me:3700: \$? = $ac_status" >&5 3708 echo "$as_me:3708: \$? = $ac_status" >&5
3701 (exit $ac_status); } && 3709 (exit $ac_status); } &&
3702 { ac_try='test -s conftest.$ac_objext' 3710 { ac_try='test -s conftest.$ac_objext'
3703 { (eval echo "$as_me:3703: \"$ac_try\"") >&5 3711 { (eval echo "$as_me:3711: \"$ac_try\"") >&5
3704 (eval $ac_try) 2>&5 3712 (eval $ac_try) 2>&5
3705 ac_status=$? 3713 ac_status=$?
3706 echo "$as_me:3706: \$? = $ac_status" >&5 3714 echo "$as_me:3714: \$? = $ac_status" >&5
3707 (exit $ac_status); }; }; then 3715 (exit $ac_status); }; }; then
3708 ac_cv_sys_file_offset_bits=64; break 3716 ac_cv_sys_file_offset_bits=64; break
3709else 3717else
@@ -3714,7 +3722,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
3714 break 3722 break
3715done 3723done
3716fi 3724fi
3717echo "$as_me:3717: result: $ac_cv_sys_file_offset_bits" >&5 3725echo "$as_me:3725: result: $ac_cv_sys_file_offset_bits" >&5
3718echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6 3726echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
3719if test "$ac_cv_sys_file_offset_bits" != no; then 3727if test "$ac_cv_sys_file_offset_bits" != no; then
3720 3728
@@ -3724,7 +3732,7 @@ EOF
3724 3732
3725fi 3733fi
3726rm -f conftest* 3734rm -f conftest*
3727 echo "$as_me:3727: checking for _LARGE_FILES value needed for large files" >&5 3735 echo "$as_me:3735: checking for _LARGE_FILES value needed for large files" >&5
3728echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6 3736echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
3729if test "${ac_cv_sys_large_files+set}" = set; then 3737if test "${ac_cv_sys_large_files+set}" = set; then
3730 echo $ECHO_N "(cached) $ECHO_C" >&6 3738 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3732,7 +3740,7 @@ else
3732 while :; do 3740 while :; do
3733 ac_cv_sys_large_files=no 3741 ac_cv_sys_large_files=no
3734 cat >conftest.$ac_ext <<_ACEOF 3742 cat >conftest.$ac_ext <<_ACEOF
3735#line 3735 "configure" 3743#line 3743 "configure"
3736#include "confdefs.h" 3744#include "confdefs.h"
3737#include <sys/types.h> 3745#include <sys/types.h>
3738 /* Check that off_t can represent 2**63 - 1 correctly. 3746 /* Check that off_t can represent 2**63 - 1 correctly.
@@ -3752,16 +3760,16 @@ main ()
3752} 3760}
3753_ACEOF 3761_ACEOF
3754rm -f conftest.$ac_objext 3762rm -f conftest.$ac_objext
3755if { (eval echo "$as_me:3755: \"$ac_compile\"") >&5 3763if { (eval echo "$as_me:3763: \"$ac_compile\"") >&5
3756 (eval $ac_compile) 2>&5 3764 (eval $ac_compile) 2>&5
3757 ac_status=$? 3765 ac_status=$?
3758 echo "$as_me:3758: \$? = $ac_status" >&5 3766 echo "$as_me:3766: \$? = $ac_status" >&5
3759 (exit $ac_status); } && 3767 (exit $ac_status); } &&
3760 { ac_try='test -s conftest.$ac_objext' 3768 { ac_try='test -s conftest.$ac_objext'
3761 { (eval echo "$as_me:3761: \"$ac_try\"") >&5 3769 { (eval echo "$as_me:3769: \"$ac_try\"") >&5
3762 (eval $ac_try) 2>&5 3770 (eval $ac_try) 2>&5
3763 ac_status=$? 3771 ac_status=$?
3764 echo "$as_me:3764: \$? = $ac_status" >&5 3772 echo "$as_me:3772: \$? = $ac_status" >&5
3765 (exit $ac_status); }; }; then 3773 (exit $ac_status); }; }; then
3766 break 3774 break
3767else 3775else
@@ -3770,7 +3778,7 @@ cat conftest.$ac_ext >&5
3770fi 3778fi
3771rm -f conftest.$ac_objext conftest.$ac_ext 3779rm -f conftest.$ac_objext conftest.$ac_ext
3772 cat >conftest.$ac_ext <<_ACEOF 3780 cat >conftest.$ac_ext <<_ACEOF
3773#line 3773 "configure" 3781#line 3781 "configure"
3774#include "confdefs.h" 3782#include "confdefs.h"
3775#define _LARGE_FILES 1 3783#define _LARGE_FILES 1
3776#include <sys/types.h> 3784#include <sys/types.h>
@@ -3791,16 +3799,16 @@ main ()
3791} 3799}
3792_ACEOF 3800_ACEOF
3793rm -f conftest.$ac_objext 3801rm -f conftest.$ac_objext
3794if { (eval echo "$as_me:3794: \"$ac_compile\"") >&5 3802if { (eval echo "$as_me:3802: \"$ac_compile\"") >&5
3795 (eval $ac_compile) 2>&5 3803 (eval $ac_compile) 2>&5
3796 ac_status=$? 3804 ac_status=$?
3797 echo "$as_me:3797: \$? = $ac_status" >&5 3805 echo "$as_me:3805: \$? = $ac_status" >&5
3798 (exit $ac_status); } && 3806 (exit $ac_status); } &&
3799 { ac_try='test -s conftest.$ac_objext' 3807 { ac_try='test -s conftest.$ac_objext'
3800 { (eval echo "$as_me:3800: \"$ac_try\"") >&5 3808 { (eval echo "$as_me:3808: \"$ac_try\"") >&5
3801 (eval $ac_try) 2>&5 3809 (eval $ac_try) 2>&5
3802 ac_status=$? 3810 ac_status=$?
3803 echo "$as_me:3803: \$? = $ac_status" >&5 3811 echo "$as_me:3811: \$? = $ac_status" >&5
3804 (exit $ac_status); }; }; then 3812 (exit $ac_status); }; }; then
3805 ac_cv_sys_large_files=1; break 3813 ac_cv_sys_large_files=1; break
3806else 3814else
@@ -3811,7 +3819,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
3811 break 3819 break
3812done 3820done
3813fi 3821fi
3814echo "$as_me:3814: result: $ac_cv_sys_large_files" >&5 3822echo "$as_me:3822: result: $ac_cv_sys_large_files" >&5
3815echo "${ECHO_T}$ac_cv_sys_large_files" >&6 3823echo "${ECHO_T}$ac_cv_sys_large_files" >&6
3816if test "$ac_cv_sys_large_files" != no; then 3824if test "$ac_cv_sys_large_files" != no; then
3817 3825
@@ -3828,23 +3836,23 @@ fi
3828for ac_header in machine/soundcard.h sys/soundcard.h soundcard.h 3836for ac_header in machine/soundcard.h sys/soundcard.h soundcard.h
3829do 3837do
3830as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 3838as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3831echo "$as_me:3831: checking for $ac_header" >&5 3839echo "$as_me:3839: checking for $ac_header" >&5
3832echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 3840echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3833if eval "test \"\${$as_ac_Header+set}\" = set"; then 3841if eval "test \"\${$as_ac_Header+set}\" = set"; then
3834 echo $ECHO_N "(cached) $ECHO_C" >&6 3842 echo $ECHO_N "(cached) $ECHO_C" >&6
3835else 3843else
3836 cat >conftest.$ac_ext <<_ACEOF 3844 cat >conftest.$ac_ext <<_ACEOF
3837#line 3837 "configure" 3845#line 3845 "configure"
3838#include "confdefs.h" 3846#include "confdefs.h"
3839#include <$ac_header> 3847#include <$ac_header>
3840_ACEOF 3848_ACEOF
3841if { (eval echo "$as_me:3841: \"$ac_cpp conftest.$ac_ext\"") >&5 3849if { (eval echo "$as_me:3849: \"$ac_cpp conftest.$ac_ext\"") >&5
3842 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3850 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3843 ac_status=$? 3851 ac_status=$?
3844 egrep -v '^ *\+' conftest.er1 >conftest.err 3852 egrep -v '^ *\+' conftest.er1 >conftest.err
3845 rm -f conftest.er1 3853 rm -f conftest.er1
3846 cat conftest.err >&5 3854 cat conftest.err >&5
3847 echo "$as_me:3847: \$? = $ac_status" >&5 3855 echo "$as_me:3855: \$? = $ac_status" >&5
3848 (exit $ac_status); } >/dev/null; then 3856 (exit $ac_status); } >/dev/null; then
3849 if test -s conftest.err; then 3857 if test -s conftest.err; then
3850 ac_cpp_err=$ac_c_preproc_warn_flag 3858 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -3863,7 +3871,7 @@ else
3863fi 3871fi
3864rm -f conftest.err conftest.$ac_ext 3872rm -f conftest.err conftest.$ac_ext
3865fi 3873fi
3866echo "$as_me:3866: result: `eval echo '${'$as_ac_Header'}'`" >&5 3874echo "$as_me:3874: result: `eval echo '${'$as_ac_Header'}'`" >&5
3867echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 3875echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3868if test `eval echo '${'$as_ac_Header'}'` = yes; then 3876if test `eval echo '${'$as_ac_Header'}'` = yes; then
3869 cat >>confdefs.h <<EOF 3877 cat >>confdefs.h <<EOF
@@ -3874,7 +3882,7 @@ fi
3874done 3882done
3875 3883
3876# Emulation library used on NetBSD. 3884# Emulation library used on NetBSD.
3877echo "$as_me:3877: checking for _oss_ioctl in -lossaudio" >&5 3885echo "$as_me:3885: checking for _oss_ioctl in -lossaudio" >&5
3878echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6 3886echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6
3879if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then 3887if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
3880 echo $ECHO_N "(cached) $ECHO_C" >&6 3888 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3882,7 +3890,7 @@ else
3882 ac_check_lib_save_LIBS=$LIBS 3890 ac_check_lib_save_LIBS=$LIBS
3883LIBS="-lossaudio $LIBS" 3891LIBS="-lossaudio $LIBS"
3884cat >conftest.$ac_ext <<_ACEOF 3892cat >conftest.$ac_ext <<_ACEOF
3885#line 3885 "configure" 3893#line 3893 "configure"
3886#include "confdefs.h" 3894#include "confdefs.h"
3887 3895
3888/* Override any gcc2 internal prototype to avoid an error. */ 3896/* Override any gcc2 internal prototype to avoid an error. */
@@ -3901,16 +3909,16 @@ _oss_ioctl ();
3901} 3909}
3902_ACEOF 3910_ACEOF
3903rm -f conftest.$ac_objext conftest$ac_exeext 3911rm -f conftest.$ac_objext conftest$ac_exeext
3904if { (eval echo "$as_me:3904: \"$ac_link\"") >&5 3912if { (eval echo "$as_me:3912: \"$ac_link\"") >&5
3905 (eval $ac_link) 2>&5 3913 (eval $ac_link) 2>&5
3906 ac_status=$? 3914 ac_status=$?
3907 echo "$as_me:3907: \$? = $ac_status" >&5 3915 echo "$as_me:3915: \$? = $ac_status" >&5
3908 (exit $ac_status); } && 3916 (exit $ac_status); } &&
3909 { ac_try='test -s conftest$ac_exeext' 3917 { ac_try='test -s conftest$ac_exeext'
3910 { (eval echo "$as_me:3910: \"$ac_try\"") >&5 3918 { (eval echo "$as_me:3918: \"$ac_try\"") >&5
3911 (eval $ac_try) 2>&5 3919 (eval $ac_try) 2>&5
3912 ac_status=$? 3920 ac_status=$?
3913 echo "$as_me:3913: \$? = $ac_status" >&5 3921 echo "$as_me:3921: \$? = $ac_status" >&5
3914 (exit $ac_status); }; }; then 3922 (exit $ac_status); }; }; then
3915 ac_cv_lib_ossaudio__oss_ioctl=yes 3923 ac_cv_lib_ossaudio__oss_ioctl=yes
3916else 3924else
@@ -3921,7 +3929,7 @@ fi
3921rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 3929rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
3922LIBS=$ac_check_lib_save_LIBS 3930LIBS=$ac_check_lib_save_LIBS
3923fi 3931fi
3924echo "$as_me:3924: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5 3932echo "$as_me:3932: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
3925echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6 3933echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6
3926if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then 3934if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
3927 LIBSOUND=-lossaudio 3935 LIBSOUND=-lossaudio
@@ -3934,23 +3942,23 @@ for ac_header in sys/select.h sys/timeb.h sys/time.h unistd.h utime.h \
3934 termcap.h stdio_ext.h fcntl.h term.h strings.h coff.h 3942 termcap.h stdio_ext.h fcntl.h term.h strings.h coff.h
3935do 3943do
3936as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 3944as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3937echo "$as_me:3937: checking for $ac_header" >&5 3945echo "$as_me:3945: checking for $ac_header" >&5
3938echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 3946echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3939if eval "test \"\${$as_ac_Header+set}\" = set"; then 3947if eval "test \"\${$as_ac_Header+set}\" = set"; then
3940 echo $ECHO_N "(cached) $ECHO_C" >&6 3948 echo $ECHO_N "(cached) $ECHO_C" >&6
3941else 3949else
3942 cat >conftest.$ac_ext <<_ACEOF 3950 cat >conftest.$ac_ext <<_ACEOF
3943#line 3943 "configure" 3951#line 3951 "configure"
3944#include "confdefs.h" 3952#include "confdefs.h"
3945#include <$ac_header> 3953#include <$ac_header>
3946_ACEOF 3954_ACEOF
3947if { (eval echo "$as_me:3947: \"$ac_cpp conftest.$ac_ext\"") >&5 3955if { (eval echo "$as_me:3955: \"$ac_cpp conftest.$ac_ext\"") >&5
3948 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3956 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3949 ac_status=$? 3957 ac_status=$?
3950 egrep -v '^ *\+' conftest.er1 >conftest.err 3958 egrep -v '^ *\+' conftest.er1 >conftest.err
3951 rm -f conftest.er1 3959 rm -f conftest.er1
3952 cat conftest.err >&5 3960 cat conftest.err >&5
3953 echo "$as_me:3953: \$? = $ac_status" >&5 3961 echo "$as_me:3961: \$? = $ac_status" >&5
3954 (exit $ac_status); } >/dev/null; then 3962 (exit $ac_status); } >/dev/null; then
3955 if test -s conftest.err; then 3963 if test -s conftest.err; then
3956 ac_cpp_err=$ac_c_preproc_warn_flag 3964 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -3969,7 +3977,7 @@ else
3969fi 3977fi
3970rm -f conftest.err conftest.$ac_ext 3978rm -f conftest.err conftest.$ac_ext
3971fi 3979fi
3972echo "$as_me:3972: result: `eval echo '${'$as_ac_Header'}'`" >&5 3980echo "$as_me:3980: result: `eval echo '${'$as_ac_Header'}'`" >&5
3973echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 3981echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3974if test `eval echo '${'$as_ac_Header'}'` = yes; then 3982if test `eval echo '${'$as_ac_Header'}'` = yes; then
3975 cat >>confdefs.h <<EOF 3983 cat >>confdefs.h <<EOF
@@ -3979,13 +3987,13 @@ EOF
3979fi 3987fi
3980done 3988done
3981 3989
3982echo "$as_me:3982: checking for ANSI C header files" >&5 3990echo "$as_me:3990: checking for ANSI C header files" >&5
3983echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 3991echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
3984if test "${ac_cv_header_stdc+set}" = set; then 3992if test "${ac_cv_header_stdc+set}" = set; then
3985 echo $ECHO_N "(cached) $ECHO_C" >&6 3993 echo $ECHO_N "(cached) $ECHO_C" >&6
3986else 3994else
3987 cat >conftest.$ac_ext <<_ACEOF 3995 cat >conftest.$ac_ext <<_ACEOF
3988#line 3988 "configure" 3996#line 3996 "configure"
3989#include "confdefs.h" 3997#include "confdefs.h"
3990#include <stdlib.h> 3998#include <stdlib.h>
3991#include <stdarg.h> 3999#include <stdarg.h>
@@ -3993,13 +4001,13 @@ else
3993#include <float.h> 4001#include <float.h>
3994 4002
3995_ACEOF 4003_ACEOF
3996if { (eval echo "$as_me:3996: \"$ac_cpp conftest.$ac_ext\"") >&5 4004if { (eval echo "$as_me:4004: \"$ac_cpp conftest.$ac_ext\"") >&5
3997 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 4005 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3998 ac_status=$? 4006 ac_status=$?
3999 egrep -v '^ *\+' conftest.er1 >conftest.err 4007 egrep -v '^ *\+' conftest.er1 >conftest.err
4000 rm -f conftest.er1 4008 rm -f conftest.er1
4001 cat conftest.err >&5 4009 cat conftest.err >&5
4002 echo "$as_me:4002: \$? = $ac_status" >&5 4010 echo "$as_me:4010: \$? = $ac_status" >&5
4003 (exit $ac_status); } >/dev/null; then 4011 (exit $ac_status); } >/dev/null; then
4004 if test -s conftest.err; then 4012 if test -s conftest.err; then
4005 ac_cpp_err=$ac_c_preproc_warn_flag 4013 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -4021,7 +4029,7 @@ rm -f conftest.err conftest.$ac_ext
4021if test $ac_cv_header_stdc = yes; then 4029if test $ac_cv_header_stdc = yes; then
4022 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 4030 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4023 cat >conftest.$ac_ext <<_ACEOF 4031 cat >conftest.$ac_ext <<_ACEOF
4024#line 4024 "configure" 4032#line 4032 "configure"
4025#include "confdefs.h" 4033#include "confdefs.h"
4026#include <string.h> 4034#include <string.h>
4027 4035
@@ -4039,7 +4047,7 @@ fi
4039if test $ac_cv_header_stdc = yes; then 4047if test $ac_cv_header_stdc = yes; then
4040 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 4048 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4041 cat >conftest.$ac_ext <<_ACEOF 4049 cat >conftest.$ac_ext <<_ACEOF
4042#line 4042 "configure" 4050#line 4050 "configure"
4043#include "confdefs.h" 4051#include "confdefs.h"
4044#include <stdlib.h> 4052#include <stdlib.h>
4045 4053
@@ -4060,7 +4068,7 @@ if test $ac_cv_header_stdc = yes; then
4060 : 4068 :
4061else 4069else
4062 cat >conftest.$ac_ext <<_ACEOF 4070 cat >conftest.$ac_ext <<_ACEOF
4063#line 4063 "configure" 4071#line 4071 "configure"
4064#include "confdefs.h" 4072#include "confdefs.h"
4065#include <ctype.h> 4073#include <ctype.h>
4066#if ((' ' & 0x0FF) == 0x020) 4074#if ((' ' & 0x0FF) == 0x020)
@@ -4086,15 +4094,15 @@ main ()
4086} 4094}
4087_ACEOF 4095_ACEOF
4088rm -f conftest$ac_exeext 4096rm -f conftest$ac_exeext
4089if { (eval echo "$as_me:4089: \"$ac_link\"") >&5 4097if { (eval echo "$as_me:4097: \"$ac_link\"") >&5
4090 (eval $ac_link) 2>&5 4098 (eval $ac_link) 2>&5
4091 ac_status=$? 4099 ac_status=$?
4092 echo "$as_me:4092: \$? = $ac_status" >&5 4100 echo "$as_me:4100: \$? = $ac_status" >&5
4093 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 4101 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
4094 { (eval echo "$as_me:4094: \"$ac_try\"") >&5 4102 { (eval echo "$as_me:4102: \"$ac_try\"") >&5
4095 (eval $ac_try) 2>&5 4103 (eval $ac_try) 2>&5
4096 ac_status=$? 4104 ac_status=$?
4097 echo "$as_me:4097: \$? = $ac_status" >&5 4105 echo "$as_me:4105: \$? = $ac_status" >&5
4098 (exit $ac_status); }; }; then 4106 (exit $ac_status); }; }; then
4099 : 4107 :
4100else 4108else
@@ -4107,7 +4115,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
4107fi 4115fi
4108fi 4116fi
4109fi 4117fi
4110echo "$as_me:4110: result: $ac_cv_header_stdc" >&5 4118echo "$as_me:4118: result: $ac_cv_header_stdc" >&5
4111echo "${ECHO_T}$ac_cv_header_stdc" >&6 4119echo "${ECHO_T}$ac_cv_header_stdc" >&6
4112if test $ac_cv_header_stdc = yes; then 4120if test $ac_cv_header_stdc = yes; then
4113 4121
@@ -4117,13 +4125,13 @@ EOF
4117 4125
4118fi 4126fi
4119 4127
4120echo "$as_me:4120: checking whether time.h and sys/time.h may both be included" >&5 4128echo "$as_me:4128: checking whether time.h and sys/time.h may both be included" >&5
4121echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6 4129echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
4122if test "${ac_cv_header_time+set}" = set; then 4130if test "${ac_cv_header_time+set}" = set; then
4123 echo $ECHO_N "(cached) $ECHO_C" >&6 4131 echo $ECHO_N "(cached) $ECHO_C" >&6
4124else 4132else
4125 cat >conftest.$ac_ext <<_ACEOF 4133 cat >conftest.$ac_ext <<_ACEOF
4126#line 4126 "configure" 4134#line 4134 "configure"
4127#include "confdefs.h" 4135#include "confdefs.h"
4128#include <sys/types.h> 4136#include <sys/types.h>
4129#include <sys/time.h> 4137#include <sys/time.h>
@@ -4139,16 +4147,16 @@ return 0;
4139} 4147}
4140_ACEOF 4148_ACEOF
4141rm -f conftest.$ac_objext 4149rm -f conftest.$ac_objext
4142if { (eval echo "$as_me:4142: \"$ac_compile\"") >&5 4150if { (eval echo "$as_me:4150: \"$ac_compile\"") >&5
4143 (eval $ac_compile) 2>&5 4151 (eval $ac_compile) 2>&5
4144 ac_status=$? 4152 ac_status=$?
4145 echo "$as_me:4145: \$? = $ac_status" >&5 4153 echo "$as_me:4153: \$? = $ac_status" >&5
4146 (exit $ac_status); } && 4154 (exit $ac_status); } &&
4147 { ac_try='test -s conftest.$ac_objext' 4155 { ac_try='test -s conftest.$ac_objext'
4148 { (eval echo "$as_me:4148: \"$ac_try\"") >&5 4156 { (eval echo "$as_me:4156: \"$ac_try\"") >&5
4149 (eval $ac_try) 2>&5 4157 (eval $ac_try) 2>&5
4150 ac_status=$? 4158 ac_status=$?
4151 echo "$as_me:4151: \$? = $ac_status" >&5 4159 echo "$as_me:4159: \$? = $ac_status" >&5
4152 (exit $ac_status); }; }; then 4160 (exit $ac_status); }; }; then
4153 ac_cv_header_time=yes 4161 ac_cv_header_time=yes
4154else 4162else
@@ -4158,7 +4166,7 @@ ac_cv_header_time=no
4158fi 4166fi
4159rm -f conftest.$ac_objext conftest.$ac_ext 4167rm -f conftest.$ac_objext conftest.$ac_ext
4160fi 4168fi
4161echo "$as_me:4161: result: $ac_cv_header_time" >&5 4169echo "$as_me:4169: result: $ac_cv_header_time" >&5
4162echo "${ECHO_T}$ac_cv_header_time" >&6 4170echo "${ECHO_T}$ac_cv_header_time" >&6
4163if test $ac_cv_header_time = yes; then 4171if test $ac_cv_header_time = yes; then
4164 4172
@@ -4168,13 +4176,13 @@ EOF
4168 4176
4169fi 4177fi
4170 4178
4171echo "$as_me:4171: checking for sys_siglist declaration in signal.h or unistd.h" >&5 4179echo "$as_me:4179: checking for sys_siglist declaration in signal.h or unistd.h" >&5
4172echo $ECHO_N "checking for sys_siglist declaration in signal.h or unistd.h... $ECHO_C" >&6 4180echo $ECHO_N "checking for sys_siglist declaration in signal.h or unistd.h... $ECHO_C" >&6
4173if test "${ac_cv_decl_sys_siglist+set}" = set; then 4181if test "${ac_cv_decl_sys_siglist+set}" = set; then
4174 echo $ECHO_N "(cached) $ECHO_C" >&6 4182 echo $ECHO_N "(cached) $ECHO_C" >&6
4175else 4183else
4176 cat >conftest.$ac_ext <<_ACEOF 4184 cat >conftest.$ac_ext <<_ACEOF
4177#line 4177 "configure" 4185#line 4185 "configure"
4178#include "confdefs.h" 4186#include "confdefs.h"
4179#include <sys/types.h> 4187#include <sys/types.h>
4180#include <signal.h> 4188#include <signal.h>
@@ -4192,16 +4200,16 @@ char *msg = *(sys_siglist + 1);
4192} 4200}
4193_ACEOF 4201_ACEOF
4194rm -f conftest.$ac_objext 4202rm -f conftest.$ac_objext
4195if { (eval echo "$as_me:4195: \"$ac_compile\"") >&5 4203if { (eval echo "$as_me:4203: \"$ac_compile\"") >&5
4196 (eval $ac_compile) 2>&5 4204 (eval $ac_compile) 2>&5
4197 ac_status=$? 4205 ac_status=$?
4198 echo "$as_me:4198: \$? = $ac_status" >&5 4206 echo "$as_me:4206: \$? = $ac_status" >&5
4199 (exit $ac_status); } && 4207 (exit $ac_status); } &&
4200 { ac_try='test -s conftest.$ac_objext' 4208 { ac_try='test -s conftest.$ac_objext'
4201 { (eval echo "$as_me:4201: \"$ac_try\"") >&5 4209 { (eval echo "$as_me:4209: \"$ac_try\"") >&5
4202 (eval $ac_try) 2>&5 4210 (eval $ac_try) 2>&5
4203 ac_status=$? 4211 ac_status=$?
4204 echo "$as_me:4204: \$? = $ac_status" >&5 4212 echo "$as_me:4212: \$? = $ac_status" >&5
4205 (exit $ac_status); }; }; then 4213 (exit $ac_status); }; }; then
4206 ac_cv_decl_sys_siglist=yes 4214 ac_cv_decl_sys_siglist=yes
4207else 4215else
@@ -4211,7 +4219,7 @@ ac_cv_decl_sys_siglist=no
4211fi 4219fi
4212rm -f conftest.$ac_objext conftest.$ac_ext 4220rm -f conftest.$ac_objext conftest.$ac_ext
4213fi 4221fi
4214echo "$as_me:4214: result: $ac_cv_decl_sys_siglist" >&5 4222echo "$as_me:4222: result: $ac_cv_decl_sys_siglist" >&5
4215echo "${ECHO_T}$ac_cv_decl_sys_siglist" >&6 4223echo "${ECHO_T}$ac_cv_decl_sys_siglist" >&6
4216if test $ac_cv_decl_sys_siglist = yes; then 4224if test $ac_cv_decl_sys_siglist = yes; then
4217 4225
@@ -4221,13 +4229,13 @@ EOF
4221 4229
4222fi 4230fi
4223 4231
4224echo "$as_me:4224: checking for sys/wait.h that is POSIX.1 compatible" >&5 4232echo "$as_me:4232: checking for sys/wait.h that is POSIX.1 compatible" >&5
4225echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6 4233echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6
4226if test "${ac_cv_header_sys_wait_h+set}" = set; then 4234if test "${ac_cv_header_sys_wait_h+set}" = set; then
4227 echo $ECHO_N "(cached) $ECHO_C" >&6 4235 echo $ECHO_N "(cached) $ECHO_C" >&6
4228else 4236else
4229 cat >conftest.$ac_ext <<_ACEOF 4237 cat >conftest.$ac_ext <<_ACEOF
4230#line 4230 "configure" 4238#line 4238 "configure"
4231#include "confdefs.h" 4239#include "confdefs.h"
4232#include <sys/types.h> 4240#include <sys/types.h>
4233#include <sys/wait.h> 4241#include <sys/wait.h>
@@ -4249,16 +4257,16 @@ main ()
4249} 4257}
4250_ACEOF 4258_ACEOF
4251rm -f conftest.$ac_objext 4259rm -f conftest.$ac_objext
4252if { (eval echo "$as_me:4252: \"$ac_compile\"") >&5 4260if { (eval echo "$as_me:4260: \"$ac_compile\"") >&5
4253 (eval $ac_compile) 2>&5 4261 (eval $ac_compile) 2>&5
4254 ac_status=$? 4262 ac_status=$?
4255 echo "$as_me:4255: \$? = $ac_status" >&5 4263 echo "$as_me:4263: \$? = $ac_status" >&5
4256 (exit $ac_status); } && 4264 (exit $ac_status); } &&
4257 { ac_try='test -s conftest.$ac_objext' 4265 { ac_try='test -s conftest.$ac_objext'
4258 { (eval echo "$as_me:4258: \"$ac_try\"") >&5 4266 { (eval echo "$as_me:4266: \"$ac_try\"") >&5
4259 (eval $ac_try) 2>&5 4267 (eval $ac_try) 2>&5
4260 ac_status=$? 4268 ac_status=$?
4261 echo "$as_me:4261: \$? = $ac_status" >&5 4269 echo "$as_me:4269: \$? = $ac_status" >&5
4262 (exit $ac_status); }; }; then 4270 (exit $ac_status); }; }; then
4263 ac_cv_header_sys_wait_h=yes 4271 ac_cv_header_sys_wait_h=yes
4264else 4272else
@@ -4268,7 +4276,7 @@ ac_cv_header_sys_wait_h=no
4268fi 4276fi
4269rm -f conftest.$ac_objext conftest.$ac_ext 4277rm -f conftest.$ac_objext conftest.$ac_ext
4270fi 4278fi
4271echo "$as_me:4271: result: $ac_cv_header_sys_wait_h" >&5 4279echo "$as_me:4279: result: $ac_cv_header_sys_wait_h" >&5
4272echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6 4280echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6
4273if test $ac_cv_header_sys_wait_h = yes; then 4281if test $ac_cv_header_sys_wait_h = yes; then
4274 4282
@@ -4278,13 +4286,13 @@ EOF
4278 4286
4279fi 4287fi
4280 4288
4281echo "$as_me:4281: checking for struct utimbuf" >&5 4289echo "$as_me:4289: checking for struct utimbuf" >&5
4282echo $ECHO_N "checking for struct utimbuf... $ECHO_C" >&6 4290echo $ECHO_N "checking for struct utimbuf... $ECHO_C" >&6
4283if test "${emacs_cv_struct_utimbuf+set}" = set; then 4291if test "${emacs_cv_struct_utimbuf+set}" = set; then
4284 echo $ECHO_N "(cached) $ECHO_C" >&6 4292 echo $ECHO_N "(cached) $ECHO_C" >&6
4285else 4293else
4286 cat >conftest.$ac_ext <<_ACEOF 4294 cat >conftest.$ac_ext <<_ACEOF
4287#line 4287 "configure" 4295#line 4295 "configure"
4288#include "confdefs.h" 4296#include "confdefs.h"
4289#ifdef TIME_WITH_SYS_TIME 4297#ifdef TIME_WITH_SYS_TIME
4290#include <sys/time.h> 4298#include <sys/time.h>
@@ -4308,16 +4316,16 @@ static struct utimbuf x; x.actime = x.modtime;
4308} 4316}
4309_ACEOF 4317_ACEOF
4310rm -f conftest.$ac_objext 4318rm -f conftest.$ac_objext
4311if { (eval echo "$as_me:4311: \"$ac_compile\"") >&5 4319if { (eval echo "$as_me:4319: \"$ac_compile\"") >&5
4312 (eval $ac_compile) 2>&5 4320 (eval $ac_compile) 2>&5
4313 ac_status=$? 4321 ac_status=$?
4314 echo "$as_me:4314: \$? = $ac_status" >&5 4322 echo "$as_me:4322: \$? = $ac_status" >&5
4315 (exit $ac_status); } && 4323 (exit $ac_status); } &&
4316 { ac_try='test -s conftest.$ac_objext' 4324 { ac_try='test -s conftest.$ac_objext'
4317 { (eval echo "$as_me:4317: \"$ac_try\"") >&5 4325 { (eval echo "$as_me:4325: \"$ac_try\"") >&5
4318 (eval $ac_try) 2>&5 4326 (eval $ac_try) 2>&5
4319 ac_status=$? 4327 ac_status=$?
4320 echo "$as_me:4320: \$? = $ac_status" >&5 4328 echo "$as_me:4328: \$? = $ac_status" >&5
4321 (exit $ac_status); }; }; then 4329 (exit $ac_status); }; }; then
4322 emacs_cv_struct_utimbuf=yes 4330 emacs_cv_struct_utimbuf=yes
4323else 4331else
@@ -4327,7 +4335,7 @@ emacs_cv_struct_utimbuf=no
4327fi 4335fi
4328rm -f conftest.$ac_objext conftest.$ac_ext 4336rm -f conftest.$ac_objext conftest.$ac_ext
4329fi 4337fi
4330echo "$as_me:4330: result: $emacs_cv_struct_utimbuf" >&5 4338echo "$as_me:4338: result: $emacs_cv_struct_utimbuf" >&5
4331echo "${ECHO_T}$emacs_cv_struct_utimbuf" >&6 4339echo "${ECHO_T}$emacs_cv_struct_utimbuf" >&6
4332if test $emacs_cv_struct_utimbuf = yes; then 4340if test $emacs_cv_struct_utimbuf = yes; then
4333 cat >>confdefs.h <<\EOF 4341 cat >>confdefs.h <<\EOF
@@ -4336,13 +4344,13 @@ EOF
4336 4344
4337fi 4345fi
4338 4346
4339echo "$as_me:4339: checking return type of signal handlers" >&5 4347echo "$as_me:4347: checking return type of signal handlers" >&5
4340echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6 4348echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
4341if test "${ac_cv_type_signal+set}" = set; then 4349if test "${ac_cv_type_signal+set}" = set; then
4342 echo $ECHO_N "(cached) $ECHO_C" >&6 4350 echo $ECHO_N "(cached) $ECHO_C" >&6
4343else 4351else
4344 cat >conftest.$ac_ext <<_ACEOF 4352 cat >conftest.$ac_ext <<_ACEOF
4345#line 4345 "configure" 4353#line 4353 "configure"
4346#include "confdefs.h" 4354#include "confdefs.h"
4347#include <sys/types.h> 4355#include <sys/types.h>
4348#include <signal.h> 4356#include <signal.h>
@@ -4364,16 +4372,16 @@ int i;
4364} 4372}
4365_ACEOF 4373_ACEOF
4366rm -f conftest.$ac_objext 4374rm -f conftest.$ac_objext
4367if { (eval echo "$as_me:4367: \"$ac_compile\"") >&5 4375if { (eval echo "$as_me:4375: \"$ac_compile\"") >&5
4368 (eval $ac_compile) 2>&5 4376 (eval $ac_compile) 2>&5
4369 ac_status=$? 4377 ac_status=$?
4370 echo "$as_me:4370: \$? = $ac_status" >&5 4378 echo "$as_me:4378: \$? = $ac_status" >&5
4371 (exit $ac_status); } && 4379 (exit $ac_status); } &&
4372 { ac_try='test -s conftest.$ac_objext' 4380 { ac_try='test -s conftest.$ac_objext'
4373 { (eval echo "$as_me:4373: \"$ac_try\"") >&5 4381 { (eval echo "$as_me:4381: \"$ac_try\"") >&5
4374 (eval $ac_try) 2>&5 4382 (eval $ac_try) 2>&5
4375 ac_status=$? 4383 ac_status=$?
4376 echo "$as_me:4376: \$? = $ac_status" >&5 4384 echo "$as_me:4384: \$? = $ac_status" >&5
4377 (exit $ac_status); }; }; then 4385 (exit $ac_status); }; }; then
4378 ac_cv_type_signal=void 4386 ac_cv_type_signal=void
4379else 4387else
@@ -4383,20 +4391,20 @@ ac_cv_type_signal=int
4383fi 4391fi
4384rm -f conftest.$ac_objext conftest.$ac_ext 4392rm -f conftest.$ac_objext conftest.$ac_ext
4385fi 4393fi
4386echo "$as_me:4386: result: $ac_cv_type_signal" >&5 4394echo "$as_me:4394: result: $ac_cv_type_signal" >&5
4387echo "${ECHO_T}$ac_cv_type_signal" >&6 4395echo "${ECHO_T}$ac_cv_type_signal" >&6
4388 4396
4389cat >>confdefs.h <<EOF 4397cat >>confdefs.h <<EOF
4390#define RETSIGTYPE $ac_cv_type_signal 4398#define RETSIGTYPE $ac_cv_type_signal
4391EOF 4399EOF
4392 4400
4393echo "$as_me:4393: checking for speed_t" >&5 4401echo "$as_me:4401: checking for speed_t" >&5
4394echo $ECHO_N "checking for speed_t... $ECHO_C" >&6 4402echo $ECHO_N "checking for speed_t... $ECHO_C" >&6
4395if test "${emacs_cv_speed_t+set}" = set; then 4403if test "${emacs_cv_speed_t+set}" = set; then
4396 echo $ECHO_N "(cached) $ECHO_C" >&6 4404 echo $ECHO_N "(cached) $ECHO_C" >&6
4397else 4405else
4398 cat >conftest.$ac_ext <<_ACEOF 4406 cat >conftest.$ac_ext <<_ACEOF
4399#line 4399 "configure" 4407#line 4407 "configure"
4400#include "confdefs.h" 4408#include "confdefs.h"
4401#include <termios.h> 4409#include <termios.h>
4402int 4410int
@@ -4408,16 +4416,16 @@ speed_t x = 1;
4408} 4416}
4409_ACEOF 4417_ACEOF
4410rm -f conftest.$ac_objext 4418rm -f conftest.$ac_objext
4411if { (eval echo "$as_me:4411: \"$ac_compile\"") >&5 4419if { (eval echo "$as_me:4419: \"$ac_compile\"") >&5
4412 (eval $ac_compile) 2>&5 4420 (eval $ac_compile) 2>&5
4413 ac_status=$? 4421 ac_status=$?
4414 echo "$as_me:4414: \$? = $ac_status" >&5 4422 echo "$as_me:4422: \$? = $ac_status" >&5
4415 (exit $ac_status); } && 4423 (exit $ac_status); } &&
4416 { ac_try='test -s conftest.$ac_objext' 4424 { ac_try='test -s conftest.$ac_objext'
4417 { (eval echo "$as_me:4417: \"$ac_try\"") >&5 4425 { (eval echo "$as_me:4425: \"$ac_try\"") >&5
4418 (eval $ac_try) 2>&5 4426 (eval $ac_try) 2>&5
4419 ac_status=$? 4427 ac_status=$?
4420 echo "$as_me:4420: \$? = $ac_status" >&5 4428 echo "$as_me:4428: \$? = $ac_status" >&5
4421 (exit $ac_status); }; }; then 4429 (exit $ac_status); }; }; then
4422 emacs_cv_speed_t=yes 4430 emacs_cv_speed_t=yes
4423else 4431else
@@ -4427,7 +4435,7 @@ emacs_cv_speed_t=no
4427fi 4435fi
4428rm -f conftest.$ac_objext conftest.$ac_ext 4436rm -f conftest.$ac_objext conftest.$ac_ext
4429fi 4437fi
4430echo "$as_me:4430: result: $emacs_cv_speed_t" >&5 4438echo "$as_me:4438: result: $emacs_cv_speed_t" >&5
4431echo "${ECHO_T}$emacs_cv_speed_t" >&6 4439echo "${ECHO_T}$emacs_cv_speed_t" >&6
4432if test $emacs_cv_speed_t = yes; then 4440if test $emacs_cv_speed_t = yes; then
4433 cat >>confdefs.h <<\EOF 4441 cat >>confdefs.h <<\EOF
@@ -4436,13 +4444,13 @@ EOF
4436 4444
4437fi 4445fi
4438 4446
4439echo "$as_me:4439: checking for struct timeval" >&5 4447echo "$as_me:4447: checking for struct timeval" >&5
4440echo $ECHO_N "checking for struct timeval... $ECHO_C" >&6 4448echo $ECHO_N "checking for struct timeval... $ECHO_C" >&6
4441if test "${emacs_cv_struct_timeval+set}" = set; then 4449if test "${emacs_cv_struct_timeval+set}" = set; then
4442 echo $ECHO_N "(cached) $ECHO_C" >&6 4450 echo $ECHO_N "(cached) $ECHO_C" >&6
4443else 4451else
4444 cat >conftest.$ac_ext <<_ACEOF 4452 cat >conftest.$ac_ext <<_ACEOF
4445#line 4445 "configure" 4453#line 4453 "configure"
4446#include "confdefs.h" 4454#include "confdefs.h"
4447#ifdef TIME_WITH_SYS_TIME 4455#ifdef TIME_WITH_SYS_TIME
4448#include <sys/time.h> 4456#include <sys/time.h>
@@ -4463,16 +4471,16 @@ static struct timeval x; x.tv_sec = x.tv_usec;
4463} 4471}
4464_ACEOF 4472_ACEOF
4465rm -f conftest.$ac_objext 4473rm -f conftest.$ac_objext
4466if { (eval echo "$as_me:4466: \"$ac_compile\"") >&5 4474if { (eval echo "$as_me:4474: \"$ac_compile\"") >&5
4467 (eval $ac_compile) 2>&5 4475 (eval $ac_compile) 2>&5
4468 ac_status=$? 4476 ac_status=$?
4469 echo "$as_me:4469: \$? = $ac_status" >&5 4477 echo "$as_me:4477: \$? = $ac_status" >&5
4470 (exit $ac_status); } && 4478 (exit $ac_status); } &&
4471 { ac_try='test -s conftest.$ac_objext' 4479 { ac_try='test -s conftest.$ac_objext'
4472 { (eval echo "$as_me:4472: \"$ac_try\"") >&5 4480 { (eval echo "$as_me:4480: \"$ac_try\"") >&5
4473 (eval $ac_try) 2>&5 4481 (eval $ac_try) 2>&5
4474 ac_status=$? 4482 ac_status=$?
4475 echo "$as_me:4475: \$? = $ac_status" >&5 4483 echo "$as_me:4483: \$? = $ac_status" >&5
4476 (exit $ac_status); }; }; then 4484 (exit $ac_status); }; }; then
4477 emacs_cv_struct_timeval=yes 4485 emacs_cv_struct_timeval=yes
4478else 4486else
@@ -4482,7 +4490,7 @@ emacs_cv_struct_timeval=no
4482fi 4490fi
4483rm -f conftest.$ac_objext conftest.$ac_ext 4491rm -f conftest.$ac_objext conftest.$ac_ext
4484fi 4492fi
4485echo "$as_me:4485: result: $emacs_cv_struct_timeval" >&5 4493echo "$as_me:4493: result: $emacs_cv_struct_timeval" >&5
4486echo "${ECHO_T}$emacs_cv_struct_timeval" >&6 4494echo "${ECHO_T}$emacs_cv_struct_timeval" >&6
4487HAVE_TIMEVAL=$emacs_cv_struct_timeval 4495HAVE_TIMEVAL=$emacs_cv_struct_timeval
4488if test $emacs_cv_struct_timeval = yes; then 4496if test $emacs_cv_struct_timeval = yes; then
@@ -4492,13 +4500,13 @@ EOF
4492 4500
4493fi 4501fi
4494 4502
4495echo "$as_me:4495: checking for struct exception" >&5 4503echo "$as_me:4503: checking for struct exception" >&5
4496echo $ECHO_N "checking for struct exception... $ECHO_C" >&6 4504echo $ECHO_N "checking for struct exception... $ECHO_C" >&6
4497if test "${emacs_cv_struct_exception+set}" = set; then 4505if test "${emacs_cv_struct_exception+set}" = set; then
4498 echo $ECHO_N "(cached) $ECHO_C" >&6 4506 echo $ECHO_N "(cached) $ECHO_C" >&6
4499else 4507else
4500 cat >conftest.$ac_ext <<_ACEOF 4508 cat >conftest.$ac_ext <<_ACEOF
4501#line 4501 "configure" 4509#line 4509 "configure"
4502#include "confdefs.h" 4510#include "confdefs.h"
4503#include <math.h> 4511#include <math.h>
4504int 4512int
@@ -4510,16 +4518,16 @@ static struct exception x; x.arg1 = x.arg2 = x.retval; x.name = ""; x.type = 1;
4510} 4518}
4511_ACEOF 4519_ACEOF
4512rm -f conftest.$ac_objext 4520rm -f conftest.$ac_objext
4513if { (eval echo "$as_me:4513: \"$ac_compile\"") >&5 4521if { (eval echo "$as_me:4521: \"$ac_compile\"") >&5
4514 (eval $ac_compile) 2>&5 4522 (eval $ac_compile) 2>&5
4515 ac_status=$? 4523 ac_status=$?
4516 echo "$as_me:4516: \$? = $ac_status" >&5 4524 echo "$as_me:4524: \$? = $ac_status" >&5
4517 (exit $ac_status); } && 4525 (exit $ac_status); } &&
4518 { ac_try='test -s conftest.$ac_objext' 4526 { ac_try='test -s conftest.$ac_objext'
4519 { (eval echo "$as_me:4519: \"$ac_try\"") >&5 4527 { (eval echo "$as_me:4527: \"$ac_try\"") >&5
4520 (eval $ac_try) 2>&5 4528 (eval $ac_try) 2>&5
4521 ac_status=$? 4529 ac_status=$?
4522 echo "$as_me:4522: \$? = $ac_status" >&5 4530 echo "$as_me:4530: \$? = $ac_status" >&5
4523 (exit $ac_status); }; }; then 4531 (exit $ac_status); }; }; then
4524 emacs_cv_struct_exception=yes 4532 emacs_cv_struct_exception=yes
4525else 4533else
@@ -4529,7 +4537,7 @@ emacs_cv_struct_exception=no
4529fi 4537fi
4530rm -f conftest.$ac_objext conftest.$ac_ext 4538rm -f conftest.$ac_objext conftest.$ac_ext
4531fi 4539fi
4532echo "$as_me:4532: result: $emacs_cv_struct_exception" >&5 4540echo "$as_me:4540: result: $emacs_cv_struct_exception" >&5
4533echo "${ECHO_T}$emacs_cv_struct_exception" >&6 4541echo "${ECHO_T}$emacs_cv_struct_exception" >&6
4534HAVE_EXCEPTION=$emacs_cv_struct_exception 4542HAVE_EXCEPTION=$emacs_cv_struct_exception
4535if test $emacs_cv_struct_exception != yes; then 4543if test $emacs_cv_struct_exception != yes; then
@@ -4539,13 +4547,13 @@ EOF
4539 4547
4540fi 4548fi
4541 4549
4542echo "$as_me:4542: checking whether struct tm is in sys/time.h or time.h" >&5 4550echo "$as_me:4550: checking whether struct tm is in sys/time.h or time.h" >&5
4543echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6 4551echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6
4544if test "${ac_cv_struct_tm+set}" = set; then 4552if test "${ac_cv_struct_tm+set}" = set; then
4545 echo $ECHO_N "(cached) $ECHO_C" >&6 4553 echo $ECHO_N "(cached) $ECHO_C" >&6
4546else 4554else
4547 cat >conftest.$ac_ext <<_ACEOF 4555 cat >conftest.$ac_ext <<_ACEOF
4548#line 4548 "configure" 4556#line 4556 "configure"
4549#include "confdefs.h" 4557#include "confdefs.h"
4550#include <sys/types.h> 4558#include <sys/types.h>
4551#include <time.h> 4559#include <time.h>
@@ -4559,16 +4567,16 @@ struct tm *tp; tp->tm_sec;
4559} 4567}
4560_ACEOF 4568_ACEOF
4561rm -f conftest.$ac_objext 4569rm -f conftest.$ac_objext
4562if { (eval echo "$as_me:4562: \"$ac_compile\"") >&5 4570if { (eval echo "$as_me:4570: \"$ac_compile\"") >&5
4563 (eval $ac_compile) 2>&5 4571 (eval $ac_compile) 2>&5
4564 ac_status=$? 4572 ac_status=$?
4565 echo "$as_me:4565: \$? = $ac_status" >&5 4573 echo "$as_me:4573: \$? = $ac_status" >&5
4566 (exit $ac_status); } && 4574 (exit $ac_status); } &&
4567 { ac_try='test -s conftest.$ac_objext' 4575 { ac_try='test -s conftest.$ac_objext'
4568 { (eval echo "$as_me:4568: \"$ac_try\"") >&5 4576 { (eval echo "$as_me:4576: \"$ac_try\"") >&5
4569 (eval $ac_try) 2>&5 4577 (eval $ac_try) 2>&5
4570 ac_status=$? 4578 ac_status=$?
4571 echo "$as_me:4571: \$? = $ac_status" >&5 4579 echo "$as_me:4579: \$? = $ac_status" >&5
4572 (exit $ac_status); }; }; then 4580 (exit $ac_status); }; }; then
4573 ac_cv_struct_tm=time.h 4581 ac_cv_struct_tm=time.h
4574else 4582else
@@ -4578,7 +4586,7 @@ ac_cv_struct_tm=sys/time.h
4578fi 4586fi
4579rm -f conftest.$ac_objext conftest.$ac_ext 4587rm -f conftest.$ac_objext conftest.$ac_ext
4580fi 4588fi
4581echo "$as_me:4581: result: $ac_cv_struct_tm" >&5 4589echo "$as_me:4589: result: $ac_cv_struct_tm" >&5
4582echo "${ECHO_T}$ac_cv_struct_tm" >&6 4590echo "${ECHO_T}$ac_cv_struct_tm" >&6
4583if test $ac_cv_struct_tm = sys/time.h; then 4591if test $ac_cv_struct_tm = sys/time.h; then
4584 4592
@@ -4588,13 +4596,13 @@ EOF
4588 4596
4589fi 4597fi
4590 4598
4591echo "$as_me:4591: checking for struct tm.tm_zone" >&5 4599echo "$as_me:4599: checking for struct tm.tm_zone" >&5
4592echo $ECHO_N "checking for struct tm.tm_zone... $ECHO_C" >&6 4600echo $ECHO_N "checking for struct tm.tm_zone... $ECHO_C" >&6
4593if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then 4601if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then
4594 echo $ECHO_N "(cached) $ECHO_C" >&6 4602 echo $ECHO_N "(cached) $ECHO_C" >&6
4595else 4603else
4596 cat >conftest.$ac_ext <<_ACEOF 4604 cat >conftest.$ac_ext <<_ACEOF
4597#line 4597 "configure" 4605#line 4605 "configure"
4598#include "confdefs.h" 4606#include "confdefs.h"
4599#include <sys/types.h> 4607#include <sys/types.h>
4600#include <$ac_cv_struct_tm> 4608#include <$ac_cv_struct_tm>
@@ -4610,16 +4618,16 @@ return 0;
4610} 4618}
4611_ACEOF 4619_ACEOF
4612rm -f conftest.$ac_objext 4620rm -f conftest.$ac_objext
4613if { (eval echo "$as_me:4613: \"$ac_compile\"") >&5 4621if { (eval echo "$as_me:4621: \"$ac_compile\"") >&5
4614 (eval $ac_compile) 2>&5 4622 (eval $ac_compile) 2>&5
4615 ac_status=$? 4623 ac_status=$?
4616 echo "$as_me:4616: \$? = $ac_status" >&5 4624 echo "$as_me:4624: \$? = $ac_status" >&5
4617 (exit $ac_status); } && 4625 (exit $ac_status); } &&
4618 { ac_try='test -s conftest.$ac_objext' 4626 { ac_try='test -s conftest.$ac_objext'
4619 { (eval echo "$as_me:4619: \"$ac_try\"") >&5 4627 { (eval echo "$as_me:4627: \"$ac_try\"") >&5
4620 (eval $ac_try) 2>&5 4628 (eval $ac_try) 2>&5
4621 ac_status=$? 4629 ac_status=$?
4622 echo "$as_me:4622: \$? = $ac_status" >&5 4630 echo "$as_me:4630: \$? = $ac_status" >&5
4623 (exit $ac_status); }; }; then 4631 (exit $ac_status); }; }; then
4624 ac_cv_member_struct_tm_tm_zone=yes 4632 ac_cv_member_struct_tm_tm_zone=yes
4625else 4633else
@@ -4629,7 +4637,7 @@ ac_cv_member_struct_tm_tm_zone=no
4629fi 4637fi
4630rm -f conftest.$ac_objext conftest.$ac_ext 4638rm -f conftest.$ac_objext conftest.$ac_ext
4631fi 4639fi
4632echo "$as_me:4632: result: $ac_cv_member_struct_tm_tm_zone" >&5 4640echo "$as_me:4640: result: $ac_cv_member_struct_tm_tm_zone" >&5
4633echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6 4641echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6
4634if test $ac_cv_member_struct_tm_tm_zone = yes; then 4642if test $ac_cv_member_struct_tm_tm_zone = yes; then
4635 4643
@@ -4646,13 +4654,13 @@ cat >>confdefs.h <<\EOF
4646EOF 4654EOF
4647 4655
4648else 4656else
4649 echo "$as_me:4649: checking for tzname" >&5 4657 echo "$as_me:4657: checking for tzname" >&5
4650echo $ECHO_N "checking for tzname... $ECHO_C" >&6 4658echo $ECHO_N "checking for tzname... $ECHO_C" >&6
4651if test "${ac_cv_var_tzname+set}" = set; then 4659if test "${ac_cv_var_tzname+set}" = set; then
4652 echo $ECHO_N "(cached) $ECHO_C" >&6 4660 echo $ECHO_N "(cached) $ECHO_C" >&6
4653else 4661else
4654 cat >conftest.$ac_ext <<_ACEOF 4662 cat >conftest.$ac_ext <<_ACEOF
4655#line 4655 "configure" 4663#line 4663 "configure"
4656#include "confdefs.h" 4664#include "confdefs.h"
4657#include <time.h> 4665#include <time.h>
4658#ifndef tzname /* For SGI. */ 4666#ifndef tzname /* For SGI. */
@@ -4668,16 +4676,16 @@ atoi(*tzname);
4668} 4676}
4669_ACEOF 4677_ACEOF
4670rm -f conftest.$ac_objext conftest$ac_exeext 4678rm -f conftest.$ac_objext conftest$ac_exeext
4671if { (eval echo "$as_me:4671: \"$ac_link\"") >&5 4679if { (eval echo "$as_me:4679: \"$ac_link\"") >&5
4672 (eval $ac_link) 2>&5 4680 (eval $ac_link) 2>&5
4673 ac_status=$? 4681 ac_status=$?
4674 echo "$as_me:4674: \$? = $ac_status" >&5 4682 echo "$as_me:4682: \$? = $ac_status" >&5
4675 (exit $ac_status); } && 4683 (exit $ac_status); } &&
4676 { ac_try='test -s conftest$ac_exeext' 4684 { ac_try='test -s conftest$ac_exeext'
4677 { (eval echo "$as_me:4677: \"$ac_try\"") >&5 4685 { (eval echo "$as_me:4685: \"$ac_try\"") >&5
4678 (eval $ac_try) 2>&5 4686 (eval $ac_try) 2>&5
4679 ac_status=$? 4687 ac_status=$?
4680 echo "$as_me:4680: \$? = $ac_status" >&5 4688 echo "$as_me:4688: \$? = $ac_status" >&5
4681 (exit $ac_status); }; }; then 4689 (exit $ac_status); }; }; then
4682 ac_cv_var_tzname=yes 4690 ac_cv_var_tzname=yes
4683else 4691else
@@ -4687,7 +4695,7 @@ ac_cv_var_tzname=no
4687fi 4695fi
4688rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4696rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
4689fi 4697fi
4690echo "$as_me:4690: result: $ac_cv_var_tzname" >&5 4698echo "$as_me:4698: result: $ac_cv_var_tzname" >&5
4691echo "${ECHO_T}$ac_cv_var_tzname" >&6 4699echo "${ECHO_T}$ac_cv_var_tzname" >&6
4692 if test $ac_cv_var_tzname = yes; then 4700 if test $ac_cv_var_tzname = yes; then
4693 4701
@@ -4698,13 +4706,13 @@ EOF
4698 fi 4706 fi
4699fi 4707fi
4700 4708
4701echo "$as_me:4701: checking for tm_gmtoff in struct tm" >&5 4709echo "$as_me:4709: checking for tm_gmtoff in struct tm" >&5
4702echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6 4710echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6
4703if test "${emacs_cv_tm_gmtoff+set}" = set; then 4711if test "${emacs_cv_tm_gmtoff+set}" = set; then
4704 echo $ECHO_N "(cached) $ECHO_C" >&6 4712 echo $ECHO_N "(cached) $ECHO_C" >&6
4705else 4713else
4706 cat >conftest.$ac_ext <<_ACEOF 4714 cat >conftest.$ac_ext <<_ACEOF
4707#line 4707 "configure" 4715#line 4715 "configure"
4708#include "confdefs.h" 4716#include "confdefs.h"
4709#include <time.h> 4717#include <time.h>
4710int 4718int
@@ -4716,16 +4724,16 @@ struct tm t; t.tm_gmtoff = 0
4716} 4724}
4717_ACEOF 4725_ACEOF
4718rm -f conftest.$ac_objext conftest$ac_exeext 4726rm -f conftest.$ac_objext conftest$ac_exeext
4719if { (eval echo "$as_me:4719: \"$ac_link\"") >&5 4727if { (eval echo "$as_me:4727: \"$ac_link\"") >&5
4720 (eval $ac_link) 2>&5 4728 (eval $ac_link) 2>&5
4721 ac_status=$? 4729 ac_status=$?
4722 echo "$as_me:4722: \$? = $ac_status" >&5 4730 echo "$as_me:4730: \$? = $ac_status" >&5
4723 (exit $ac_status); } && 4731 (exit $ac_status); } &&
4724 { ac_try='test -s conftest$ac_exeext' 4732 { ac_try='test -s conftest$ac_exeext'
4725 { (eval echo "$as_me:4725: \"$ac_try\"") >&5 4733 { (eval echo "$as_me:4733: \"$ac_try\"") >&5
4726 (eval $ac_try) 2>&5 4734 (eval $ac_try) 2>&5
4727 ac_status=$? 4735 ac_status=$?
4728 echo "$as_me:4728: \$? = $ac_status" >&5 4736 echo "$as_me:4736: \$? = $ac_status" >&5
4729 (exit $ac_status); }; }; then 4737 (exit $ac_status); }; }; then
4730 emacs_cv_tm_gmtoff=yes 4738 emacs_cv_tm_gmtoff=yes
4731else 4739else
@@ -4735,7 +4743,7 @@ emacs_cv_tm_gmtoff=no
4735fi 4743fi
4736rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4744rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
4737fi 4745fi
4738echo "$as_me:4738: result: $emacs_cv_tm_gmtoff" >&5 4746echo "$as_me:4746: result: $emacs_cv_tm_gmtoff" >&5
4739echo "${ECHO_T}$emacs_cv_tm_gmtoff" >&6 4747echo "${ECHO_T}$emacs_cv_tm_gmtoff" >&6
4740if test $emacs_cv_tm_gmtoff = yes; then 4748if test $emacs_cv_tm_gmtoff = yes; then
4741 cat >>confdefs.h <<\EOF 4749 cat >>confdefs.h <<\EOF
@@ -4744,7 +4752,7 @@ EOF
4744 4752
4745fi 4753fi
4746 4754
4747echo "$as_me:4747: checking for $CC option to accept ANSI C" >&5 4755echo "$as_me:4755: checking for $CC option to accept ANSI C" >&5
4748echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 4756echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
4749if test "${ac_cv_prog_cc_stdc+set}" = set; then 4757if test "${ac_cv_prog_cc_stdc+set}" = set; then
4750 echo $ECHO_N "(cached) $ECHO_C" >&6 4758 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4752,7 +4760,7 @@ else
4752 ac_cv_prog_cc_stdc=no 4760 ac_cv_prog_cc_stdc=no
4753ac_save_CC=$CC 4761ac_save_CC=$CC
4754cat >conftest.$ac_ext <<_ACEOF 4762cat >conftest.$ac_ext <<_ACEOF
4755#line 4755 "configure" 4763#line 4763 "configure"
4756#include "confdefs.h" 4764#include "confdefs.h"
4757#include <stdarg.h> 4765#include <stdarg.h>
4758#include <stdio.h> 4766#include <stdio.h>
@@ -4801,16 +4809,16 @@ for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIO
4801do 4809do
4802 CC="$ac_save_CC $ac_arg" 4810 CC="$ac_save_CC $ac_arg"
4803 rm -f conftest.$ac_objext 4811 rm -f conftest.$ac_objext
4804if { (eval echo "$as_me:4804: \"$ac_compile\"") >&5 4812if { (eval echo "$as_me:4812: \"$ac_compile\"") >&5
4805 (eval $ac_compile) 2>&5 4813 (eval $ac_compile) 2>&5
4806 ac_status=$? 4814 ac_status=$?
4807 echo "$as_me:4807: \$? = $ac_status" >&5 4815 echo "$as_me:4815: \$? = $ac_status" >&5
4808 (exit $ac_status); } && 4816 (exit $ac_status); } &&
4809 { ac_try='test -s conftest.$ac_objext' 4817 { ac_try='test -s conftest.$ac_objext'
4810 { (eval echo "$as_me:4810: \"$ac_try\"") >&5 4818 { (eval echo "$as_me:4818: \"$ac_try\"") >&5
4811 (eval $ac_try) 2>&5 4819 (eval $ac_try) 2>&5
4812 ac_status=$? 4820 ac_status=$?
4813 echo "$as_me:4813: \$? = $ac_status" >&5 4821 echo "$as_me:4821: \$? = $ac_status" >&5
4814 (exit $ac_status); }; }; then 4822 (exit $ac_status); }; }; then
4815 ac_cv_prog_cc_stdc=$ac_arg 4823 ac_cv_prog_cc_stdc=$ac_arg
4816break 4824break
@@ -4827,18 +4835,18 @@ fi
4827 4835
4828case "x$ac_cv_prog_cc_stdc" in 4836case "x$ac_cv_prog_cc_stdc" in
4829 x|xno) 4837 x|xno)
4830 echo "$as_me:4830: result: none needed" >&5 4838 echo "$as_me:4838: result: none needed" >&5
4831echo "${ECHO_T}none needed" >&6 ;; 4839echo "${ECHO_T}none needed" >&6 ;;
4832 *) 4840 *)
4833 echo "$as_me:4833: result: $ac_cv_prog_cc_stdc" >&5 4841 echo "$as_me:4841: result: $ac_cv_prog_cc_stdc" >&5
4834echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 4842echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
4835 CC="$CC $ac_cv_prog_cc_stdc" ;; 4843 CC="$CC $ac_cv_prog_cc_stdc" ;;
4836esac 4844esac
4837 4845
4838echo "$as_me:4838: checking for function prototypes" >&5 4846echo "$as_me:4846: checking for function prototypes" >&5
4839echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6 4847echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6
4840if test "$ac_cv_prog_cc_stdc" != no; then 4848if test "$ac_cv_prog_cc_stdc" != no; then
4841 echo "$as_me:4841: result: yes" >&5 4849 echo "$as_me:4849: result: yes" >&5
4842echo "${ECHO_T}yes" >&6 4850echo "${ECHO_T}yes" >&6
4843 4851
4844cat >>confdefs.h <<\EOF 4852cat >>confdefs.h <<\EOF
@@ -4846,17 +4854,17 @@ cat >>confdefs.h <<\EOF
4846EOF 4854EOF
4847 4855
4848else 4856else
4849 echo "$as_me:4849: result: no" >&5 4857 echo "$as_me:4857: result: no" >&5
4850echo "${ECHO_T}no" >&6 4858echo "${ECHO_T}no" >&6
4851fi 4859fi
4852 4860
4853echo "$as_me:4853: checking for working volatile" >&5 4861echo "$as_me:4861: checking for working volatile" >&5
4854echo $ECHO_N "checking for working volatile... $ECHO_C" >&6 4862echo $ECHO_N "checking for working volatile... $ECHO_C" >&6
4855if test "${ac_cv_c_volatile+set}" = set; then 4863if test "${ac_cv_c_volatile+set}" = set; then
4856 echo $ECHO_N "(cached) $ECHO_C" >&6 4864 echo $ECHO_N "(cached) $ECHO_C" >&6
4857else 4865else
4858 cat >conftest.$ac_ext <<_ACEOF 4866 cat >conftest.$ac_ext <<_ACEOF
4859#line 4859 "configure" 4867#line 4867 "configure"
4860#include "confdefs.h" 4868#include "confdefs.h"
4861 4869
4862int 4870int
@@ -4870,16 +4878,16 @@ int * volatile y;
4870} 4878}
4871_ACEOF 4879_ACEOF
4872rm -f conftest.$ac_objext 4880rm -f conftest.$ac_objext
4873if { (eval echo "$as_me:4873: \"$ac_compile\"") >&5 4881if { (eval echo "$as_me:4881: \"$ac_compile\"") >&5
4874 (eval $ac_compile) 2>&5 4882 (eval $ac_compile) 2>&5
4875 ac_status=$? 4883 ac_status=$?
4876 echo "$as_me:4876: \$? = $ac_status" >&5 4884 echo "$as_me:4884: \$? = $ac_status" >&5
4877 (exit $ac_status); } && 4885 (exit $ac_status); } &&
4878 { ac_try='test -s conftest.$ac_objext' 4886 { ac_try='test -s conftest.$ac_objext'
4879 { (eval echo "$as_me:4879: \"$ac_try\"") >&5 4887 { (eval echo "$as_me:4887: \"$ac_try\"") >&5
4880 (eval $ac_try) 2>&5 4888 (eval $ac_try) 2>&5
4881 ac_status=$? 4889 ac_status=$?
4882 echo "$as_me:4882: \$? = $ac_status" >&5 4890 echo "$as_me:4890: \$? = $ac_status" >&5
4883 (exit $ac_status); }; }; then 4891 (exit $ac_status); }; }; then
4884 ac_cv_c_volatile=yes 4892 ac_cv_c_volatile=yes
4885else 4893else
@@ -4889,7 +4897,7 @@ ac_cv_c_volatile=no
4889fi 4897fi
4890rm -f conftest.$ac_objext conftest.$ac_ext 4898rm -f conftest.$ac_objext conftest.$ac_ext
4891fi 4899fi
4892echo "$as_me:4892: result: $ac_cv_c_volatile" >&5 4900echo "$as_me:4900: result: $ac_cv_c_volatile" >&5
4893echo "${ECHO_T}$ac_cv_c_volatile" >&6 4901echo "${ECHO_T}$ac_cv_c_volatile" >&6
4894if test $ac_cv_c_volatile = no; then 4902if test $ac_cv_c_volatile = no; then
4895 4903
@@ -4899,13 +4907,13 @@ EOF
4899 4907
4900fi 4908fi
4901 4909
4902echo "$as_me:4902: checking for an ANSI C-conforming const" >&5 4910echo "$as_me:4910: checking for an ANSI C-conforming const" >&5
4903echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6 4911echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
4904if test "${ac_cv_c_const+set}" = set; then 4912if test "${ac_cv_c_const+set}" = set; then
4905 echo $ECHO_N "(cached) $ECHO_C" >&6 4913 echo $ECHO_N "(cached) $ECHO_C" >&6
4906else 4914else
4907 cat >conftest.$ac_ext <<_ACEOF 4915 cat >conftest.$ac_ext <<_ACEOF
4908#line 4908 "configure" 4916#line 4916 "configure"
4909#include "confdefs.h" 4917#include "confdefs.h"
4910 4918
4911int 4919int
@@ -4963,16 +4971,16 @@ main ()
4963} 4971}
4964_ACEOF 4972_ACEOF
4965rm -f conftest.$ac_objext 4973rm -f conftest.$ac_objext
4966if { (eval echo "$as_me:4966: \"$ac_compile\"") >&5 4974if { (eval echo "$as_me:4974: \"$ac_compile\"") >&5
4967 (eval $ac_compile) 2>&5 4975 (eval $ac_compile) 2>&5
4968 ac_status=$? 4976 ac_status=$?
4969 echo "$as_me:4969: \$? = $ac_status" >&5 4977 echo "$as_me:4977: \$? = $ac_status" >&5
4970 (exit $ac_status); } && 4978 (exit $ac_status); } &&
4971 { ac_try='test -s conftest.$ac_objext' 4979 { ac_try='test -s conftest.$ac_objext'
4972 { (eval echo "$as_me:4972: \"$ac_try\"") >&5 4980 { (eval echo "$as_me:4980: \"$ac_try\"") >&5
4973 (eval $ac_try) 2>&5 4981 (eval $ac_try) 2>&5
4974 ac_status=$? 4982 ac_status=$?
4975 echo "$as_me:4975: \$? = $ac_status" >&5 4983 echo "$as_me:4983: \$? = $ac_status" >&5
4976 (exit $ac_status); }; }; then 4984 (exit $ac_status); }; }; then
4977 ac_cv_c_const=yes 4985 ac_cv_c_const=yes
4978else 4986else
@@ -4982,7 +4990,7 @@ ac_cv_c_const=no
4982fi 4990fi
4983rm -f conftest.$ac_objext conftest.$ac_ext 4991rm -f conftest.$ac_objext conftest.$ac_ext
4984fi 4992fi
4985echo "$as_me:4985: result: $ac_cv_c_const" >&5 4993echo "$as_me:4993: result: $ac_cv_c_const" >&5
4986echo "${ECHO_T}$ac_cv_c_const" >&6 4994echo "${ECHO_T}$ac_cv_c_const" >&6
4987if test $ac_cv_c_const = no; then 4995if test $ac_cv_c_const = no; then
4988 4996
@@ -4992,13 +5000,13 @@ EOF
4992 5000
4993fi 5001fi
4994 5002
4995echo "$as_me:4995: checking for void * support" >&5 5003echo "$as_me:5003: checking for void * support" >&5
4996echo $ECHO_N "checking for void * support... $ECHO_C" >&6 5004echo $ECHO_N "checking for void * support... $ECHO_C" >&6
4997if test "${emacs_cv_void_star+set}" = set; then 5005if test "${emacs_cv_void_star+set}" = set; then
4998 echo $ECHO_N "(cached) $ECHO_C" >&6 5006 echo $ECHO_N "(cached) $ECHO_C" >&6
4999else 5007else
5000 cat >conftest.$ac_ext <<_ACEOF 5008 cat >conftest.$ac_ext <<_ACEOF
5001#line 5001 "configure" 5009#line 5009 "configure"
5002#include "confdefs.h" 5010#include "confdefs.h"
5003 5011
5004int 5012int
@@ -5010,16 +5018,16 @@ void * foo;
5010} 5018}
5011_ACEOF 5019_ACEOF
5012rm -f conftest.$ac_objext 5020rm -f conftest.$ac_objext
5013if { (eval echo "$as_me:5013: \"$ac_compile\"") >&5 5021if { (eval echo "$as_me:5021: \"$ac_compile\"") >&5
5014 (eval $ac_compile) 2>&5 5022 (eval $ac_compile) 2>&5
5015 ac_status=$? 5023 ac_status=$?
5016 echo "$as_me:5016: \$? = $ac_status" >&5 5024 echo "$as_me:5024: \$? = $ac_status" >&5
5017 (exit $ac_status); } && 5025 (exit $ac_status); } &&
5018 { ac_try='test -s conftest.$ac_objext' 5026 { ac_try='test -s conftest.$ac_objext'
5019 { (eval echo "$as_me:5019: \"$ac_try\"") >&5 5027 { (eval echo "$as_me:5027: \"$ac_try\"") >&5
5020 (eval $ac_try) 2>&5 5028 (eval $ac_try) 2>&5
5021 ac_status=$? 5029 ac_status=$?
5022 echo "$as_me:5022: \$? = $ac_status" >&5 5030 echo "$as_me:5030: \$? = $ac_status" >&5
5023 (exit $ac_status); }; }; then 5031 (exit $ac_status); }; }; then
5024 emacs_cv_void_star=yes 5032 emacs_cv_void_star=yes
5025else 5033else
@@ -5029,7 +5037,7 @@ emacs_cv_void_star=no
5029fi 5037fi
5030rm -f conftest.$ac_objext conftest.$ac_ext 5038rm -f conftest.$ac_objext conftest.$ac_ext
5031fi 5039fi
5032echo "$as_me:5032: result: $emacs_cv_void_star" >&5 5040echo "$as_me:5040: result: $emacs_cv_void_star" >&5
5033echo "${ECHO_T}$emacs_cv_void_star" >&6 5041echo "${ECHO_T}$emacs_cv_void_star" >&6
5034if test $emacs_cv_void_star = yes; then 5042if test $emacs_cv_void_star = yes; then
5035 cat >>confdefs.h <<\EOF 5043 cat >>confdefs.h <<\EOF
@@ -5043,7 +5051,7 @@ EOF
5043 5051
5044fi 5052fi
5045 5053
5046echo "$as_me:5046: checking whether ${MAKE-make} sets \${MAKE}" >&5 5054echo "$as_me:5054: checking whether ${MAKE-make} sets \${MAKE}" >&5
5047echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6 5055echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6
5048set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` 5056set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
5049if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then 5057if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
@@ -5063,16 +5071,16 @@ fi
5063rm -f conftest.make 5071rm -f conftest.make
5064fi 5072fi
5065if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then 5073if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
5066 echo "$as_me:5066: result: yes" >&5 5074 echo "$as_me:5074: result: yes" >&5
5067echo "${ECHO_T}yes" >&6 5075echo "${ECHO_T}yes" >&6
5068 SET_MAKE= 5076 SET_MAKE=
5069else 5077else
5070 echo "$as_me:5070: result: no" >&5 5078 echo "$as_me:5078: result: no" >&5
5071echo "${ECHO_T}no" >&6 5079echo "${ECHO_T}no" >&6
5072 SET_MAKE="MAKE=${MAKE-make}" 5080 SET_MAKE="MAKE=${MAKE-make}"
5073fi 5081fi
5074 5082
5075echo "$as_me:5075: checking for long file names" >&5 5083echo "$as_me:5083: checking for long file names" >&5
5076echo $ECHO_N "checking for long file names... $ECHO_C" >&6 5084echo $ECHO_N "checking for long file names... $ECHO_C" >&6
5077if test "${ac_cv_sys_long_file_names+set}" = set; then 5085if test "${ac_cv_sys_long_file_names+set}" = set; then
5078 echo $ECHO_N "(cached) $ECHO_C" >&6 5086 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5111,7 +5119,7 @@ for ac_dir in . $ac_tmpdirs `eval echo $prefix/lib $exec_prefix/lib` ; do
5111 rm -rf $ac_xdir 2>/dev/null 5119 rm -rf $ac_xdir 2>/dev/null
5112done 5120done
5113fi 5121fi
5114echo "$as_me:5114: result: $ac_cv_sys_long_file_names" >&5 5122echo "$as_me:5122: result: $ac_cv_sys_long_file_names" >&5
5115echo "${ECHO_T}$ac_cv_sys_long_file_names" >&6 5123echo "${ECHO_T}$ac_cv_sys_long_file_names" >&6
5116if test $ac_cv_sys_long_file_names = yes; then 5124if test $ac_cv_sys_long_file_names = yes; then
5117 5125
@@ -5123,7 +5131,7 @@ fi
5123 5131
5124#### Choose a window system. 5132#### Choose a window system.
5125 5133
5126echo "$as_me:5126: checking for X" >&5 5134echo "$as_me:5134: checking for X" >&5
5127echo $ECHO_N "checking for X... $ECHO_C" >&6 5135echo $ECHO_N "checking for X... $ECHO_C" >&6
5128 5136
5129# Check whether --with-x or --without-x was given. 5137# Check whether --with-x or --without-x was given.
@@ -5220,17 +5228,17 @@ if test "$ac_x_includes" = no; then
5220 # Guess where to find include files, by looking for Intrinsic.h. 5228 # Guess where to find include files, by looking for Intrinsic.h.
5221 # First, try using that file with no special directory specified. 5229 # First, try using that file with no special directory specified.
5222 cat >conftest.$ac_ext <<_ACEOF 5230 cat >conftest.$ac_ext <<_ACEOF
5223#line 5223 "configure" 5231#line 5231 "configure"
5224#include "confdefs.h" 5232#include "confdefs.h"
5225#include <X11/Intrinsic.h> 5233#include <X11/Intrinsic.h>
5226_ACEOF 5234_ACEOF
5227if { (eval echo "$as_me:5227: \"$ac_cpp conftest.$ac_ext\"") >&5 5235if { (eval echo "$as_me:5235: \"$ac_cpp conftest.$ac_ext\"") >&5
5228 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 5236 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5229 ac_status=$? 5237 ac_status=$?
5230 egrep -v '^ *\+' conftest.er1 >conftest.err 5238 egrep -v '^ *\+' conftest.er1 >conftest.err
5231 rm -f conftest.er1 5239 rm -f conftest.er1
5232 cat conftest.err >&5 5240 cat conftest.err >&5
5233 echo "$as_me:5233: \$? = $ac_status" >&5 5241 echo "$as_me:5241: \$? = $ac_status" >&5
5234 (exit $ac_status); } >/dev/null; then 5242 (exit $ac_status); } >/dev/null; then
5235 if test -s conftest.err; then 5243 if test -s conftest.err; then
5236 ac_cpp_err=$ac_c_preproc_warn_flag 5244 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -5263,7 +5271,7 @@ if test "$ac_x_libraries" = no; then
5263 ac_save_LIBS=$LIBS 5271 ac_save_LIBS=$LIBS
5264 LIBS="-lXt $LIBS" 5272 LIBS="-lXt $LIBS"
5265 cat >conftest.$ac_ext <<_ACEOF 5273 cat >conftest.$ac_ext <<_ACEOF
5266#line 5266 "configure" 5274#line 5274 "configure"
5267#include "confdefs.h" 5275#include "confdefs.h"
5268#include <X11/Intrinsic.h> 5276#include <X11/Intrinsic.h>
5269int 5277int
@@ -5275,16 +5283,16 @@ XtMalloc (0)
5275} 5283}
5276_ACEOF 5284_ACEOF
5277rm -f conftest.$ac_objext conftest$ac_exeext 5285rm -f conftest.$ac_objext conftest$ac_exeext
5278if { (eval echo "$as_me:5278: \"$ac_link\"") >&5 5286if { (eval echo "$as_me:5286: \"$ac_link\"") >&5
5279 (eval $ac_link) 2>&5 5287 (eval $ac_link) 2>&5
5280 ac_status=$? 5288 ac_status=$?
5281 echo "$as_me:5281: \$? = $ac_status" >&5 5289 echo "$as_me:5289: \$? = $ac_status" >&5
5282 (exit $ac_status); } && 5290 (exit $ac_status); } &&
5283 { ac_try='test -s conftest$ac_exeext' 5291 { ac_try='test -s conftest$ac_exeext'
5284 { (eval echo "$as_me:5284: \"$ac_try\"") >&5 5292 { (eval echo "$as_me:5292: \"$ac_try\"") >&5
5285 (eval $ac_try) 2>&5 5293 (eval $ac_try) 2>&5
5286 ac_status=$? 5294 ac_status=$?
5287 echo "$as_me:5287: \$? = $ac_status" >&5 5295 echo "$as_me:5295: \$? = $ac_status" >&5
5288 (exit $ac_status); }; }; then 5296 (exit $ac_status); }; }; then
5289 LIBS=$ac_save_LIBS 5297 LIBS=$ac_save_LIBS
5290# We can link X programs with no special library path. 5298# We can link X programs with no special library path.
@@ -5322,7 +5330,7 @@ fi
5322fi # $with_x != no 5330fi # $with_x != no
5323 5331
5324if test "$have_x" != yes; then 5332if test "$have_x" != yes; then
5325 echo "$as_me:5325: result: $have_x" >&5 5333 echo "$as_me:5333: result: $have_x" >&5
5326echo "${ECHO_T}$have_x" >&6 5334echo "${ECHO_T}$have_x" >&6
5327 no_x=yes 5335 no_x=yes
5328else 5336else
@@ -5332,7 +5340,7 @@ else
5332 # Update the cache value to reflect the command line values. 5340 # Update the cache value to reflect the command line values.
5333 ac_cv_have_x="have_x=yes \ 5341 ac_cv_have_x="have_x=yes \
5334 ac_x_includes=$x_includes ac_x_libraries=$x_libraries" 5342 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
5335 echo "$as_me:5335: result: libraries $x_libraries, headers $x_includes" >&5 5343 echo "$as_me:5343: result: libraries $x_libraries, headers $x_includes" >&5
5336echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6 5344echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6
5337fi 5345fi
5338 5346
@@ -5430,13 +5438,13 @@ UNEXEC_SRC="`echo ${unexec} | sed 's/\.o/.c/'`"
5430# Assume not, until told otherwise. 5438# Assume not, until told otherwise.
5431GNU_MALLOC=yes 5439GNU_MALLOC=yes
5432doug_lea_malloc=yes 5440doug_lea_malloc=yes
5433echo "$as_me:5433: checking for malloc_get_state" >&5 5441echo "$as_me:5441: checking for malloc_get_state" >&5
5434echo $ECHO_N "checking for malloc_get_state... $ECHO_C" >&6 5442echo $ECHO_N "checking for malloc_get_state... $ECHO_C" >&6
5435if test "${ac_cv_func_malloc_get_state+set}" = set; then 5443if test "${ac_cv_func_malloc_get_state+set}" = set; then
5436 echo $ECHO_N "(cached) $ECHO_C" >&6 5444 echo $ECHO_N "(cached) $ECHO_C" >&6
5437else 5445else
5438 cat >conftest.$ac_ext <<_ACEOF 5446 cat >conftest.$ac_ext <<_ACEOF
5439#line 5439 "configure" 5447#line 5447 "configure"
5440#include "confdefs.h" 5448#include "confdefs.h"
5441/* System header to define __stub macros and hopefully few prototypes, 5449/* System header to define __stub macros and hopefully few prototypes,
5442 which can conflict with char malloc_get_state (); below. */ 5450 which can conflict with char malloc_get_state (); below. */
@@ -5467,16 +5475,16 @@ f = malloc_get_state;
5467} 5475}
5468_ACEOF 5476_ACEOF
5469rm -f conftest.$ac_objext conftest$ac_exeext 5477rm -f conftest.$ac_objext conftest$ac_exeext
5470if { (eval echo "$as_me:5470: \"$ac_link\"") >&5 5478if { (eval echo "$as_me:5478: \"$ac_link\"") >&5
5471 (eval $ac_link) 2>&5 5479 (eval $ac_link) 2>&5
5472 ac_status=$? 5480 ac_status=$?
5473 echo "$as_me:5473: \$? = $ac_status" >&5 5481 echo "$as_me:5481: \$? = $ac_status" >&5
5474 (exit $ac_status); } && 5482 (exit $ac_status); } &&
5475 { ac_try='test -s conftest$ac_exeext' 5483 { ac_try='test -s conftest$ac_exeext'
5476 { (eval echo "$as_me:5476: \"$ac_try\"") >&5 5484 { (eval echo "$as_me:5484: \"$ac_try\"") >&5
5477 (eval $ac_try) 2>&5 5485 (eval $ac_try) 2>&5
5478 ac_status=$? 5486 ac_status=$?
5479 echo "$as_me:5479: \$? = $ac_status" >&5 5487 echo "$as_me:5487: \$? = $ac_status" >&5
5480 (exit $ac_status); }; }; then 5488 (exit $ac_status); }; }; then
5481 ac_cv_func_malloc_get_state=yes 5489 ac_cv_func_malloc_get_state=yes
5482else 5490else
@@ -5486,7 +5494,7 @@ ac_cv_func_malloc_get_state=no
5486fi 5494fi
5487rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5495rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5488fi 5496fi
5489echo "$as_me:5489: result: $ac_cv_func_malloc_get_state" >&5 5497echo "$as_me:5497: result: $ac_cv_func_malloc_get_state" >&5
5490echo "${ECHO_T}$ac_cv_func_malloc_get_state" >&6 5498echo "${ECHO_T}$ac_cv_func_malloc_get_state" >&6
5491if test $ac_cv_func_malloc_get_state = yes; then 5499if test $ac_cv_func_malloc_get_state = yes; then
5492 : 5500 :
@@ -5494,13 +5502,13 @@ else
5494 doug_lea_malloc=no 5502 doug_lea_malloc=no
5495fi 5503fi
5496 5504
5497echo "$as_me:5497: checking for malloc_set_state" >&5 5505echo "$as_me:5505: checking for malloc_set_state" >&5
5498echo $ECHO_N "checking for malloc_set_state... $ECHO_C" >&6 5506echo $ECHO_N "checking for malloc_set_state... $ECHO_C" >&6
5499if test "${ac_cv_func_malloc_set_state+set}" = set; then 5507if test "${ac_cv_func_malloc_set_state+set}" = set; then
5500 echo $ECHO_N "(cached) $ECHO_C" >&6 5508 echo $ECHO_N "(cached) $ECHO_C" >&6
5501else 5509else
5502 cat >conftest.$ac_ext <<_ACEOF 5510 cat >conftest.$ac_ext <<_ACEOF
5503#line 5503 "configure" 5511#line 5511 "configure"
5504#include "confdefs.h" 5512#include "confdefs.h"
5505/* System header to define __stub macros and hopefully few prototypes, 5513/* System header to define __stub macros and hopefully few prototypes,
5506 which can conflict with char malloc_set_state (); below. */ 5514 which can conflict with char malloc_set_state (); below. */
@@ -5531,16 +5539,16 @@ f = malloc_set_state;
5531} 5539}
5532_ACEOF 5540_ACEOF
5533rm -f conftest.$ac_objext conftest$ac_exeext 5541rm -f conftest.$ac_objext conftest$ac_exeext
5534if { (eval echo "$as_me:5534: \"$ac_link\"") >&5 5542if { (eval echo "$as_me:5542: \"$ac_link\"") >&5
5535 (eval $ac_link) 2>&5 5543 (eval $ac_link) 2>&5
5536 ac_status=$? 5544 ac_status=$?
5537 echo "$as_me:5537: \$? = $ac_status" >&5 5545 echo "$as_me:5545: \$? = $ac_status" >&5
5538 (exit $ac_status); } && 5546 (exit $ac_status); } &&
5539 { ac_try='test -s conftest$ac_exeext' 5547 { ac_try='test -s conftest$ac_exeext'
5540 { (eval echo "$as_me:5540: \"$ac_try\"") >&5 5548 { (eval echo "$as_me:5548: \"$ac_try\"") >&5
5541 (eval $ac_try) 2>&5 5549 (eval $ac_try) 2>&5
5542 ac_status=$? 5550 ac_status=$?
5543 echo "$as_me:5543: \$? = $ac_status" >&5 5551 echo "$as_me:5551: \$? = $ac_status" >&5
5544 (exit $ac_status); }; }; then 5552 (exit $ac_status); }; }; then
5545 ac_cv_func_malloc_set_state=yes 5553 ac_cv_func_malloc_set_state=yes
5546else 5554else
@@ -5550,7 +5558,7 @@ ac_cv_func_malloc_set_state=no
5550fi 5558fi
5551rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5559rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5552fi 5560fi
5553echo "$as_me:5553: result: $ac_cv_func_malloc_set_state" >&5 5561echo "$as_me:5561: result: $ac_cv_func_malloc_set_state" >&5
5554echo "${ECHO_T}$ac_cv_func_malloc_set_state" >&6 5562echo "${ECHO_T}$ac_cv_func_malloc_set_state" >&6
5555if test $ac_cv_func_malloc_set_state = yes; then 5563if test $ac_cv_func_malloc_set_state = yes; then
5556 : 5564 :
@@ -5558,13 +5566,13 @@ else
5558 doug_lea_malloc=no 5566 doug_lea_malloc=no
5559fi 5567fi
5560 5568
5561echo "$as_me:5561: checking whether __after_morecore_hook exists" >&5 5569echo "$as_me:5569: checking whether __after_morecore_hook exists" >&5
5562echo $ECHO_N "checking whether __after_morecore_hook exists... $ECHO_C" >&6 5570echo $ECHO_N "checking whether __after_morecore_hook exists... $ECHO_C" >&6
5563if test "${emacs_cv_var___after_morecore_hook+set}" = set; then 5571if test "${emacs_cv_var___after_morecore_hook+set}" = set; then
5564 echo $ECHO_N "(cached) $ECHO_C" >&6 5572 echo $ECHO_N "(cached) $ECHO_C" >&6
5565else 5573else
5566 cat >conftest.$ac_ext <<_ACEOF 5574 cat >conftest.$ac_ext <<_ACEOF
5567#line 5567 "configure" 5575#line 5575 "configure"
5568#include "confdefs.h" 5576#include "confdefs.h"
5569extern void (* __after_morecore_hook)(); 5577extern void (* __after_morecore_hook)();
5570int 5578int
@@ -5576,16 +5584,16 @@ __after_morecore_hook = 0
5576} 5584}
5577_ACEOF 5585_ACEOF
5578rm -f conftest.$ac_objext conftest$ac_exeext 5586rm -f conftest.$ac_objext conftest$ac_exeext
5579if { (eval echo "$as_me:5579: \"$ac_link\"") >&5 5587if { (eval echo "$as_me:5587: \"$ac_link\"") >&5
5580 (eval $ac_link) 2>&5 5588 (eval $ac_link) 2>&5
5581 ac_status=$? 5589 ac_status=$?
5582 echo "$as_me:5582: \$? = $ac_status" >&5 5590 echo "$as_me:5590: \$? = $ac_status" >&5
5583 (exit $ac_status); } && 5591 (exit $ac_status); } &&
5584 { ac_try='test -s conftest$ac_exeext' 5592 { ac_try='test -s conftest$ac_exeext'
5585 { (eval echo "$as_me:5585: \"$ac_try\"") >&5 5593 { (eval echo "$as_me:5593: \"$ac_try\"") >&5
5586 (eval $ac_try) 2>&5 5594 (eval $ac_try) 2>&5
5587 ac_status=$? 5595 ac_status=$?
5588 echo "$as_me:5588: \$? = $ac_status" >&5 5596 echo "$as_me:5596: \$? = $ac_status" >&5
5589 (exit $ac_status); }; }; then 5597 (exit $ac_status); }; }; then
5590 emacs_cv_var___after_morecore_hook=yes 5598 emacs_cv_var___after_morecore_hook=yes
5591else 5599else
@@ -5595,7 +5603,7 @@ emacs_cv_var___after_morecore_hook=no
5595fi 5603fi
5596rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5604rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5597fi 5605fi
5598echo "$as_me:5598: result: $emacs_cv_var___after_morecore_hook" >&5 5606echo "$as_me:5606: result: $emacs_cv_var___after_morecore_hook" >&5
5599echo "${ECHO_T}$emacs_cv_var___after_morecore_hook" >&6 5607echo "${ECHO_T}$emacs_cv_var___after_morecore_hook" >&6
5600if test $emacs_cv_var___after_morecore_hook = no; then 5608if test $emacs_cv_var___after_morecore_hook = no; then
5601 doug_lea_malloc=no 5609 doug_lea_malloc=no
@@ -5626,28 +5634,28 @@ for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5626 inttypes.h stdint.h unistd.h 5634 inttypes.h stdint.h unistd.h
5627do 5635do
5628as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 5636as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5629echo "$as_me:5629: checking for $ac_header" >&5 5637echo "$as_me:5637: checking for $ac_header" >&5
5630echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 5638echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5631if eval "test \"\${$as_ac_Header+set}\" = set"; then 5639if eval "test \"\${$as_ac_Header+set}\" = set"; then
5632 echo $ECHO_N "(cached) $ECHO_C" >&6 5640 echo $ECHO_N "(cached) $ECHO_C" >&6
5633else 5641else
5634 cat >conftest.$ac_ext <<_ACEOF 5642 cat >conftest.$ac_ext <<_ACEOF
5635#line 5635 "configure" 5643#line 5643 "configure"
5636#include "confdefs.h" 5644#include "confdefs.h"
5637$ac_includes_default 5645$ac_includes_default
5638#include <$ac_header> 5646#include <$ac_header>
5639_ACEOF 5647_ACEOF
5640rm -f conftest.$ac_objext 5648rm -f conftest.$ac_objext
5641if { (eval echo "$as_me:5641: \"$ac_compile\"") >&5 5649if { (eval echo "$as_me:5649: \"$ac_compile\"") >&5
5642 (eval $ac_compile) 2>&5 5650 (eval $ac_compile) 2>&5
5643 ac_status=$? 5651 ac_status=$?
5644 echo "$as_me:5644: \$? = $ac_status" >&5 5652 echo "$as_me:5652: \$? = $ac_status" >&5
5645 (exit $ac_status); } && 5653 (exit $ac_status); } &&
5646 { ac_try='test -s conftest.$ac_objext' 5654 { ac_try='test -s conftest.$ac_objext'
5647 { (eval echo "$as_me:5647: \"$ac_try\"") >&5 5655 { (eval echo "$as_me:5655: \"$ac_try\"") >&5
5648 (eval $ac_try) 2>&5 5656 (eval $ac_try) 2>&5
5649 ac_status=$? 5657 ac_status=$?
5650 echo "$as_me:5650: \$? = $ac_status" >&5 5658 echo "$as_me:5658: \$? = $ac_status" >&5
5651 (exit $ac_status); }; }; then 5659 (exit $ac_status); }; }; then
5652 eval "$as_ac_Header=yes" 5660 eval "$as_ac_Header=yes"
5653else 5661else
@@ -5657,7 +5665,7 @@ eval "$as_ac_Header=no"
5657fi 5665fi
5658rm -f conftest.$ac_objext conftest.$ac_ext 5666rm -f conftest.$ac_objext conftest.$ac_ext
5659fi 5667fi
5660echo "$as_me:5660: result: `eval echo '${'$as_ac_Header'}'`" >&5 5668echo "$as_me:5668: result: `eval echo '${'$as_ac_Header'}'`" >&5
5661echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 5669echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5662if test `eval echo '${'$as_ac_Header'}'` = yes; then 5670if test `eval echo '${'$as_ac_Header'}'` = yes; then
5663 cat >>confdefs.h <<EOF 5671 cat >>confdefs.h <<EOF
@@ -5670,23 +5678,23 @@ done
5670for ac_header in stdlib.h unistd.h 5678for ac_header in stdlib.h unistd.h
5671do 5679do
5672as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 5680as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5673echo "$as_me:5673: checking for $ac_header" >&5 5681echo "$as_me:5681: checking for $ac_header" >&5
5674echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 5682echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5675if eval "test \"\${$as_ac_Header+set}\" = set"; then 5683if eval "test \"\${$as_ac_Header+set}\" = set"; then
5676 echo $ECHO_N "(cached) $ECHO_C" >&6 5684 echo $ECHO_N "(cached) $ECHO_C" >&6
5677else 5685else
5678 cat >conftest.$ac_ext <<_ACEOF 5686 cat >conftest.$ac_ext <<_ACEOF
5679#line 5679 "configure" 5687#line 5687 "configure"
5680#include "confdefs.h" 5688#include "confdefs.h"
5681#include <$ac_header> 5689#include <$ac_header>
5682_ACEOF 5690_ACEOF
5683if { (eval echo "$as_me:5683: \"$ac_cpp conftest.$ac_ext\"") >&5 5691if { (eval echo "$as_me:5691: \"$ac_cpp conftest.$ac_ext\"") >&5
5684 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 5692 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5685 ac_status=$? 5693 ac_status=$?
5686 egrep -v '^ *\+' conftest.er1 >conftest.err 5694 egrep -v '^ *\+' conftest.er1 >conftest.err
5687 rm -f conftest.er1 5695 rm -f conftest.er1
5688 cat conftest.err >&5 5696 cat conftest.err >&5
5689 echo "$as_me:5689: \$? = $ac_status" >&5 5697 echo "$as_me:5697: \$? = $ac_status" >&5
5690 (exit $ac_status); } >/dev/null; then 5698 (exit $ac_status); } >/dev/null; then
5691 if test -s conftest.err; then 5699 if test -s conftest.err; then
5692 ac_cpp_err=$ac_c_preproc_warn_flag 5700 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -5705,7 +5713,7 @@ else
5705fi 5713fi
5706rm -f conftest.err conftest.$ac_ext 5714rm -f conftest.err conftest.$ac_ext
5707fi 5715fi
5708echo "$as_me:5708: result: `eval echo '${'$as_ac_Header'}'`" >&5 5716echo "$as_me:5716: result: `eval echo '${'$as_ac_Header'}'`" >&5
5709echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 5717echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5710if test `eval echo '${'$as_ac_Header'}'` = yes; then 5718if test `eval echo '${'$as_ac_Header'}'` = yes; then
5711 cat >>confdefs.h <<EOF 5719 cat >>confdefs.h <<EOF
@@ -5718,13 +5726,13 @@ done
5718for ac_func in getpagesize 5726for ac_func in getpagesize
5719do 5727do
5720as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 5728as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
5721echo "$as_me:5721: checking for $ac_func" >&5 5729echo "$as_me:5729: checking for $ac_func" >&5
5722echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 5730echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
5723if eval "test \"\${$as_ac_var+set}\" = set"; then 5731if eval "test \"\${$as_ac_var+set}\" = set"; then
5724 echo $ECHO_N "(cached) $ECHO_C" >&6 5732 echo $ECHO_N "(cached) $ECHO_C" >&6
5725else 5733else
5726 cat >conftest.$ac_ext <<_ACEOF 5734 cat >conftest.$ac_ext <<_ACEOF
5727#line 5727 "configure" 5735#line 5735 "configure"
5728#include "confdefs.h" 5736#include "confdefs.h"
5729/* System header to define __stub macros and hopefully few prototypes, 5737/* System header to define __stub macros and hopefully few prototypes,
5730 which can conflict with char $ac_func (); below. */ 5738 which can conflict with char $ac_func (); below. */
@@ -5755,16 +5763,16 @@ f = $ac_func;
5755} 5763}
5756_ACEOF 5764_ACEOF
5757rm -f conftest.$ac_objext conftest$ac_exeext 5765rm -f conftest.$ac_objext conftest$ac_exeext
5758if { (eval echo "$as_me:5758: \"$ac_link\"") >&5 5766if { (eval echo "$as_me:5766: \"$ac_link\"") >&5
5759 (eval $ac_link) 2>&5 5767 (eval $ac_link) 2>&5
5760 ac_status=$? 5768 ac_status=$?
5761 echo "$as_me:5761: \$? = $ac_status" >&5 5769 echo "$as_me:5769: \$? = $ac_status" >&5
5762 (exit $ac_status); } && 5770 (exit $ac_status); } &&
5763 { ac_try='test -s conftest$ac_exeext' 5771 { ac_try='test -s conftest$ac_exeext'
5764 { (eval echo "$as_me:5764: \"$ac_try\"") >&5 5772 { (eval echo "$as_me:5772: \"$ac_try\"") >&5
5765 (eval $ac_try) 2>&5 5773 (eval $ac_try) 2>&5
5766 ac_status=$? 5774 ac_status=$?
5767 echo "$as_me:5767: \$? = $ac_status" >&5 5775 echo "$as_me:5775: \$? = $ac_status" >&5
5768 (exit $ac_status); }; }; then 5776 (exit $ac_status); }; }; then
5769 eval "$as_ac_var=yes" 5777 eval "$as_ac_var=yes"
5770else 5778else
@@ -5774,7 +5782,7 @@ eval "$as_ac_var=no"
5774fi 5782fi
5775rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5783rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5776fi 5784fi
5777echo "$as_me:5777: result: `eval echo '${'$as_ac_var'}'`" >&5 5785echo "$as_me:5785: result: `eval echo '${'$as_ac_var'}'`" >&5
5778echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 5786echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
5779if test `eval echo '${'$as_ac_var'}'` = yes; then 5787if test `eval echo '${'$as_ac_var'}'` = yes; then
5780 cat >>confdefs.h <<EOF 5788 cat >>confdefs.h <<EOF
@@ -5784,7 +5792,7 @@ EOF
5784fi 5792fi
5785done 5793done
5786 5794
5787echo "$as_me:5787: checking for working mmap" >&5 5795echo "$as_me:5795: checking for working mmap" >&5
5788echo $ECHO_N "checking for working mmap... $ECHO_C" >&6 5796echo $ECHO_N "checking for working mmap... $ECHO_C" >&6
5789if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then 5797if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then
5790 echo $ECHO_N "(cached) $ECHO_C" >&6 5798 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5793,7 +5801,7 @@ else
5793 ac_cv_func_mmap_fixed_mapped=no 5801 ac_cv_func_mmap_fixed_mapped=no
5794else 5802else
5795 cat >conftest.$ac_ext <<_ACEOF 5803 cat >conftest.$ac_ext <<_ACEOF
5796#line 5796 "configure" 5804#line 5804 "configure"
5797#include "confdefs.h" 5805#include "confdefs.h"
5798$ac_includes_default 5806$ac_includes_default
5799/* Thanks to Mike Haertel and Jim Avera for this test. 5807/* Thanks to Mike Haertel and Jim Avera for this test.
@@ -5920,15 +5928,15 @@ main ()
5920} 5928}
5921_ACEOF 5929_ACEOF
5922rm -f conftest$ac_exeext 5930rm -f conftest$ac_exeext
5923if { (eval echo "$as_me:5923: \"$ac_link\"") >&5 5931if { (eval echo "$as_me:5931: \"$ac_link\"") >&5
5924 (eval $ac_link) 2>&5 5932 (eval $ac_link) 2>&5
5925 ac_status=$? 5933 ac_status=$?
5926 echo "$as_me:5926: \$? = $ac_status" >&5 5934 echo "$as_me:5934: \$? = $ac_status" >&5
5927 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 5935 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5928 { (eval echo "$as_me:5928: \"$ac_try\"") >&5 5936 { (eval echo "$as_me:5936: \"$ac_try\"") >&5
5929 (eval $ac_try) 2>&5 5937 (eval $ac_try) 2>&5
5930 ac_status=$? 5938 ac_status=$?
5931 echo "$as_me:5931: \$? = $ac_status" >&5 5939 echo "$as_me:5939: \$? = $ac_status" >&5
5932 (exit $ac_status); }; }; then 5940 (exit $ac_status); }; }; then
5933 ac_cv_func_mmap_fixed_mapped=yes 5941 ac_cv_func_mmap_fixed_mapped=yes
5934else 5942else
@@ -5940,7 +5948,7 @@ fi
5940rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 5948rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5941fi 5949fi
5942fi 5950fi
5943echo "$as_me:5943: result: $ac_cv_func_mmap_fixed_mapped" >&5 5951echo "$as_me:5951: result: $ac_cv_func_mmap_fixed_mapped" >&5
5944echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6 5952echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6
5945if test $ac_cv_func_mmap_fixed_mapped = yes; then 5953if test $ac_cv_func_mmap_fixed_mapped = yes; then
5946 5954
@@ -5957,7 +5965,7 @@ fi
5957 5965
5958LIBS="$libsrc_libs $LIBS" 5966LIBS="$libsrc_libs $LIBS"
5959 5967
5960echo "$as_me:5960: checking for dnet_ntoa in -ldnet" >&5 5968echo "$as_me:5968: checking for dnet_ntoa in -ldnet" >&5
5961echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6 5969echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
5962if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then 5970if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
5963 echo $ECHO_N "(cached) $ECHO_C" >&6 5971 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5965,7 +5973,7 @@ else
5965 ac_check_lib_save_LIBS=$LIBS 5973 ac_check_lib_save_LIBS=$LIBS
5966LIBS="-ldnet $LIBS" 5974LIBS="-ldnet $LIBS"
5967cat >conftest.$ac_ext <<_ACEOF 5975cat >conftest.$ac_ext <<_ACEOF
5968#line 5968 "configure" 5976#line 5976 "configure"
5969#include "confdefs.h" 5977#include "confdefs.h"
5970 5978
5971/* Override any gcc2 internal prototype to avoid an error. */ 5979/* Override any gcc2 internal prototype to avoid an error. */
@@ -5984,16 +5992,16 @@ dnet_ntoa ();
5984} 5992}
5985_ACEOF 5993_ACEOF
5986rm -f conftest.$ac_objext conftest$ac_exeext 5994rm -f conftest.$ac_objext conftest$ac_exeext
5987if { (eval echo "$as_me:5987: \"$ac_link\"") >&5 5995if { (eval echo "$as_me:5995: \"$ac_link\"") >&5
5988 (eval $ac_link) 2>&5 5996 (eval $ac_link) 2>&5
5989 ac_status=$? 5997 ac_status=$?
5990 echo "$as_me:5990: \$? = $ac_status" >&5 5998 echo "$as_me:5998: \$? = $ac_status" >&5
5991 (exit $ac_status); } && 5999 (exit $ac_status); } &&
5992 { ac_try='test -s conftest$ac_exeext' 6000 { ac_try='test -s conftest$ac_exeext'
5993 { (eval echo "$as_me:5993: \"$ac_try\"") >&5 6001 { (eval echo "$as_me:6001: \"$ac_try\"") >&5
5994 (eval $ac_try) 2>&5 6002 (eval $ac_try) 2>&5
5995 ac_status=$? 6003 ac_status=$?
5996 echo "$as_me:5996: \$? = $ac_status" >&5 6004 echo "$as_me:6004: \$? = $ac_status" >&5
5997 (exit $ac_status); }; }; then 6005 (exit $ac_status); }; }; then
5998 ac_cv_lib_dnet_dnet_ntoa=yes 6006 ac_cv_lib_dnet_dnet_ntoa=yes
5999else 6007else
@@ -6004,7 +6012,7 @@ fi
6004rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6012rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6005LIBS=$ac_check_lib_save_LIBS 6013LIBS=$ac_check_lib_save_LIBS
6006fi 6014fi
6007echo "$as_me:6007: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 6015echo "$as_me:6015: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
6008echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6 6016echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
6009if test $ac_cv_lib_dnet_dnet_ntoa = yes; then 6017if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
6010 cat >>confdefs.h <<EOF 6018 cat >>confdefs.h <<EOF
@@ -6015,7 +6023,7 @@ EOF
6015 6023
6016fi 6024fi
6017 6025
6018echo "$as_me:6018: checking for main in -lXbsd" >&5 6026echo "$as_me:6026: checking for main in -lXbsd" >&5
6019echo $ECHO_N "checking for main in -lXbsd... $ECHO_C" >&6 6027echo $ECHO_N "checking for main in -lXbsd... $ECHO_C" >&6
6020if test "${ac_cv_lib_Xbsd_main+set}" = set; then 6028if test "${ac_cv_lib_Xbsd_main+set}" = set; then
6021 echo $ECHO_N "(cached) $ECHO_C" >&6 6029 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6023,7 +6031,7 @@ else
6023 ac_check_lib_save_LIBS=$LIBS 6031 ac_check_lib_save_LIBS=$LIBS
6024LIBS="-lXbsd $LIBS" 6032LIBS="-lXbsd $LIBS"
6025cat >conftest.$ac_ext <<_ACEOF 6033cat >conftest.$ac_ext <<_ACEOF
6026#line 6026 "configure" 6034#line 6034 "configure"
6027#include "confdefs.h" 6035#include "confdefs.h"
6028 6036
6029int 6037int
@@ -6035,16 +6043,16 @@ main ();
6035} 6043}
6036_ACEOF 6044_ACEOF
6037rm -f conftest.$ac_objext conftest$ac_exeext 6045rm -f conftest.$ac_objext conftest$ac_exeext
6038if { (eval echo "$as_me:6038: \"$ac_link\"") >&5 6046if { (eval echo "$as_me:6046: \"$ac_link\"") >&5
6039 (eval $ac_link) 2>&5 6047 (eval $ac_link) 2>&5
6040 ac_status=$? 6048 ac_status=$?
6041 echo "$as_me:6041: \$? = $ac_status" >&5 6049 echo "$as_me:6049: \$? = $ac_status" >&5
6042 (exit $ac_status); } && 6050 (exit $ac_status); } &&
6043 { ac_try='test -s conftest$ac_exeext' 6051 { ac_try='test -s conftest$ac_exeext'
6044 { (eval echo "$as_me:6044: \"$ac_try\"") >&5 6052 { (eval echo "$as_me:6052: \"$ac_try\"") >&5
6045 (eval $ac_try) 2>&5 6053 (eval $ac_try) 2>&5
6046 ac_status=$? 6054 ac_status=$?
6047 echo "$as_me:6047: \$? = $ac_status" >&5 6055 echo "$as_me:6055: \$? = $ac_status" >&5
6048 (exit $ac_status); }; }; then 6056 (exit $ac_status); }; }; then
6049 ac_cv_lib_Xbsd_main=yes 6057 ac_cv_lib_Xbsd_main=yes
6050else 6058else
@@ -6055,13 +6063,13 @@ fi
6055rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6063rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6056LIBS=$ac_check_lib_save_LIBS 6064LIBS=$ac_check_lib_save_LIBS
6057fi 6065fi
6058echo "$as_me:6058: result: $ac_cv_lib_Xbsd_main" >&5 6066echo "$as_me:6066: result: $ac_cv_lib_Xbsd_main" >&5
6059echo "${ECHO_T}$ac_cv_lib_Xbsd_main" >&6 6067echo "${ECHO_T}$ac_cv_lib_Xbsd_main" >&6
6060if test $ac_cv_lib_Xbsd_main = yes; then 6068if test $ac_cv_lib_Xbsd_main = yes; then
6061 LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd" 6069 LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd"
6062fi 6070fi
6063 6071
6064echo "$as_me:6064: checking for cma_open in -lpthreads" >&5 6072echo "$as_me:6072: checking for cma_open in -lpthreads" >&5
6065echo $ECHO_N "checking for cma_open in -lpthreads... $ECHO_C" >&6 6073echo $ECHO_N "checking for cma_open in -lpthreads... $ECHO_C" >&6
6066if test "${ac_cv_lib_pthreads_cma_open+set}" = set; then 6074if test "${ac_cv_lib_pthreads_cma_open+set}" = set; then
6067 echo $ECHO_N "(cached) $ECHO_C" >&6 6075 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6069,7 +6077,7 @@ else
6069 ac_check_lib_save_LIBS=$LIBS 6077 ac_check_lib_save_LIBS=$LIBS
6070LIBS="-lpthreads $LIBS" 6078LIBS="-lpthreads $LIBS"
6071cat >conftest.$ac_ext <<_ACEOF 6079cat >conftest.$ac_ext <<_ACEOF
6072#line 6072 "configure" 6080#line 6080 "configure"
6073#include "confdefs.h" 6081#include "confdefs.h"
6074 6082
6075/* Override any gcc2 internal prototype to avoid an error. */ 6083/* Override any gcc2 internal prototype to avoid an error. */
@@ -6088,16 +6096,16 @@ cma_open ();
6088} 6096}
6089_ACEOF 6097_ACEOF
6090rm -f conftest.$ac_objext conftest$ac_exeext 6098rm -f conftest.$ac_objext conftest$ac_exeext
6091if { (eval echo "$as_me:6091: \"$ac_link\"") >&5 6099if { (eval echo "$as_me:6099: \"$ac_link\"") >&5
6092 (eval $ac_link) 2>&5 6100 (eval $ac_link) 2>&5
6093 ac_status=$? 6101 ac_status=$?
6094 echo "$as_me:6094: \$? = $ac_status" >&5 6102 echo "$as_me:6102: \$? = $ac_status" >&5
6095 (exit $ac_status); } && 6103 (exit $ac_status); } &&
6096 { ac_try='test -s conftest$ac_exeext' 6104 { ac_try='test -s conftest$ac_exeext'
6097 { (eval echo "$as_me:6097: \"$ac_try\"") >&5 6105 { (eval echo "$as_me:6105: \"$ac_try\"") >&5
6098 (eval $ac_try) 2>&5 6106 (eval $ac_try) 2>&5
6099 ac_status=$? 6107 ac_status=$?
6100 echo "$as_me:6100: \$? = $ac_status" >&5 6108 echo "$as_me:6108: \$? = $ac_status" >&5
6101 (exit $ac_status); }; }; then 6109 (exit $ac_status); }; }; then
6102 ac_cv_lib_pthreads_cma_open=yes 6110 ac_cv_lib_pthreads_cma_open=yes
6103else 6111else
@@ -6108,7 +6116,7 @@ fi
6108rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6116rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6109LIBS=$ac_check_lib_save_LIBS 6117LIBS=$ac_check_lib_save_LIBS
6110fi 6118fi
6111echo "$as_me:6111: result: $ac_cv_lib_pthreads_cma_open" >&5 6119echo "$as_me:6119: result: $ac_cv_lib_pthreads_cma_open" >&5
6112echo "${ECHO_T}$ac_cv_lib_pthreads_cma_open" >&6 6120echo "${ECHO_T}$ac_cv_lib_pthreads_cma_open" >&6
6113if test $ac_cv_lib_pthreads_cma_open = yes; then 6121if test $ac_cv_lib_pthreads_cma_open = yes; then
6114 cat >>confdefs.h <<EOF 6122 cat >>confdefs.h <<EOF
@@ -6119,7 +6127,7 @@ EOF
6119 6127
6120fi 6128fi
6121 6129
6122echo "$as_me:6122: checking for XFree86 in /usr/X386" >&5 6130echo "$as_me:6130: checking for XFree86 in /usr/X386" >&5
6123echo $ECHO_N "checking for XFree86 in /usr/X386... $ECHO_C" >&6 6131echo $ECHO_N "checking for XFree86 in /usr/X386... $ECHO_C" >&6
6124if test -d /usr/X386/include; then 6132if test -d /usr/X386/include; then
6125 HAVE_XFREE386=yes 6133 HAVE_XFREE386=yes
@@ -6127,7 +6135,7 @@ if test -d /usr/X386/include; then
6127else 6135else
6128 HAVE_XFREE386=no 6136 HAVE_XFREE386=no
6129fi 6137fi
6130echo "$as_me:6130: result: $HAVE_XFREE386" >&5 6138echo "$as_me:6138: result: $HAVE_XFREE386" >&5
6131echo "${ECHO_T}$HAVE_XFREE386" >&6 6139echo "${ECHO_T}$HAVE_XFREE386" >&6
6132 6140
6133# Change CFLAGS temporarily so that C_SWITCH_X_SITE gets used 6141# Change CFLAGS temporarily so that C_SWITCH_X_SITE gets used
@@ -6152,10 +6160,10 @@ if test "${HAVE_X11}" = "yes"; then
6152 fi 6160 fi
6153 6161
6154 if test "${opsys}" = "gnu-linux"; then 6162 if test "${opsys}" = "gnu-linux"; then
6155 echo "$as_me:6155: checking whether X on GNU/Linux needs -b to link" >&5 6163 echo "$as_me:6163: checking whether X on GNU/Linux needs -b to link" >&5
6156echo $ECHO_N "checking whether X on GNU/Linux needs -b to link... $ECHO_C" >&6 6164echo $ECHO_N "checking whether X on GNU/Linux needs -b to link... $ECHO_C" >&6
6157 cat >conftest.$ac_ext <<_ACEOF 6165 cat >conftest.$ac_ext <<_ACEOF
6158#line 6158 "configure" 6166#line 6166 "configure"
6159#include "confdefs.h" 6167#include "confdefs.h"
6160 6168
6161int 6169int
@@ -6167,16 +6175,16 @@ XOpenDisplay ("foo");
6167} 6175}
6168_ACEOF 6176_ACEOF
6169rm -f conftest.$ac_objext conftest$ac_exeext 6177rm -f conftest.$ac_objext conftest$ac_exeext
6170if { (eval echo "$as_me:6170: \"$ac_link\"") >&5 6178if { (eval echo "$as_me:6178: \"$ac_link\"") >&5
6171 (eval $ac_link) 2>&5 6179 (eval $ac_link) 2>&5
6172 ac_status=$? 6180 ac_status=$?
6173 echo "$as_me:6173: \$? = $ac_status" >&5 6181 echo "$as_me:6181: \$? = $ac_status" >&5
6174 (exit $ac_status); } && 6182 (exit $ac_status); } &&
6175 { ac_try='test -s conftest$ac_exeext' 6183 { ac_try='test -s conftest$ac_exeext'
6176 { (eval echo "$as_me:6176: \"$ac_try\"") >&5 6184 { (eval echo "$as_me:6184: \"$ac_try\"") >&5
6177 (eval $ac_try) 2>&5 6185 (eval $ac_try) 2>&5
6178 ac_status=$? 6186 ac_status=$?
6179 echo "$as_me:6179: \$? = $ac_status" >&5 6187 echo "$as_me:6187: \$? = $ac_status" >&5
6180 (exit $ac_status); }; }; then 6188 (exit $ac_status); }; }; then
6181 xlinux_first_failure=no 6189 xlinux_first_failure=no
6182else 6190else
@@ -6195,7 +6203,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6195 CPPFLAGS="$CPPFLAGS -b i486-linuxaout" 6203 CPPFLAGS="$CPPFLAGS -b i486-linuxaout"
6196 LIBS="$LIBS -b i486-linuxaout" 6204 LIBS="$LIBS -b i486-linuxaout"
6197 cat >conftest.$ac_ext <<_ACEOF 6205 cat >conftest.$ac_ext <<_ACEOF
6198#line 6198 "configure" 6206#line 6206 "configure"
6199#include "confdefs.h" 6207#include "confdefs.h"
6200 6208
6201int 6209int
@@ -6207,16 +6215,16 @@ XOpenDisplay ("foo");
6207} 6215}
6208_ACEOF 6216_ACEOF
6209rm -f conftest.$ac_objext conftest$ac_exeext 6217rm -f conftest.$ac_objext conftest$ac_exeext
6210if { (eval echo "$as_me:6210: \"$ac_link\"") >&5 6218if { (eval echo "$as_me:6218: \"$ac_link\"") >&5
6211 (eval $ac_link) 2>&5 6219 (eval $ac_link) 2>&5
6212 ac_status=$? 6220 ac_status=$?
6213 echo "$as_me:6213: \$? = $ac_status" >&5 6221 echo "$as_me:6221: \$? = $ac_status" >&5
6214 (exit $ac_status); } && 6222 (exit $ac_status); } &&
6215 { ac_try='test -s conftest$ac_exeext' 6223 { ac_try='test -s conftest$ac_exeext'
6216 { (eval echo "$as_me:6216: \"$ac_try\"") >&5 6224 { (eval echo "$as_me:6224: \"$ac_try\"") >&5
6217 (eval $ac_try) 2>&5 6225 (eval $ac_try) 2>&5
6218 ac_status=$? 6226 ac_status=$?
6219 echo "$as_me:6219: \$? = $ac_status" >&5 6227 echo "$as_me:6227: \$? = $ac_status" >&5
6220 (exit $ac_status); }; }; then 6228 (exit $ac_status); }; }; then
6221 xlinux_second_failure=no 6229 xlinux_second_failure=no
6222else 6230else
@@ -6232,24 +6240,24 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6232 C_SWITCH_X_SITE="$OLD_C_SWITCH_X_SITE" 6240 C_SWITCH_X_SITE="$OLD_C_SWITCH_X_SITE"
6233 CPPFLAGS="$OLD_CPPFLAGS" 6241 CPPFLAGS="$OLD_CPPFLAGS"
6234 LIBS="$OLD_LIBS" 6242 LIBS="$OLD_LIBS"
6235 echo "$as_me:6235: result: no" >&5 6243 echo "$as_me:6243: result: no" >&5
6236echo "${ECHO_T}no" >&6 6244echo "${ECHO_T}no" >&6
6237 else 6245 else
6238 echo "$as_me:6238: result: yes" >&5 6246 echo "$as_me:6246: result: yes" >&5
6239echo "${ECHO_T}yes" >&6 6247echo "${ECHO_T}yes" >&6
6240 fi 6248 fi
6241 else 6249 else
6242 echo "$as_me:6242: result: no" >&5 6250 echo "$as_me:6250: result: no" >&5
6243echo "${ECHO_T}no" >&6 6251echo "${ECHO_T}no" >&6
6244 fi 6252 fi
6245 fi 6253 fi
6246 6254
6247 # Reportedly, some broken Solaris systems have XKBlib.h but are missing 6255 # Reportedly, some broken Solaris systems have XKBlib.h but are missing
6248 # header files included from there. 6256 # header files included from there.
6249 echo "$as_me:6249: checking for Xkb" >&5 6257 echo "$as_me:6257: checking for Xkb" >&5
6250echo $ECHO_N "checking for Xkb... $ECHO_C" >&6 6258echo $ECHO_N "checking for Xkb... $ECHO_C" >&6
6251 cat >conftest.$ac_ext <<_ACEOF 6259 cat >conftest.$ac_ext <<_ACEOF
6252#line 6252 "configure" 6260#line 6260 "configure"
6253#include "confdefs.h" 6261#include "confdefs.h"
6254#include <X11/Xlib.h> 6262#include <X11/Xlib.h>
6255#include <X11/XKBlib.h> 6263#include <X11/XKBlib.h>
@@ -6262,16 +6270,16 @@ XkbDescPtr kb = XkbGetKeyboard (0, XkbAllComponentsMask, XkbUseCoreKbd);
6262} 6270}
6263_ACEOF 6271_ACEOF
6264rm -f conftest.$ac_objext conftest$ac_exeext 6272rm -f conftest.$ac_objext conftest$ac_exeext
6265if { (eval echo "$as_me:6265: \"$ac_link\"") >&5 6273if { (eval echo "$as_me:6273: \"$ac_link\"") >&5
6266 (eval $ac_link) 2>&5 6274 (eval $ac_link) 2>&5
6267 ac_status=$? 6275 ac_status=$?
6268 echo "$as_me:6268: \$? = $ac_status" >&5 6276 echo "$as_me:6276: \$? = $ac_status" >&5
6269 (exit $ac_status); } && 6277 (exit $ac_status); } &&
6270 { ac_try='test -s conftest$ac_exeext' 6278 { ac_try='test -s conftest$ac_exeext'
6271 { (eval echo "$as_me:6271: \"$ac_try\"") >&5 6279 { (eval echo "$as_me:6279: \"$ac_try\"") >&5
6272 (eval $ac_try) 2>&5 6280 (eval $ac_try) 2>&5
6273 ac_status=$? 6281 ac_status=$?
6274 echo "$as_me:6274: \$? = $ac_status" >&5 6282 echo "$as_me:6282: \$? = $ac_status" >&5
6275 (exit $ac_status); }; }; then 6283 (exit $ac_status); }; }; then
6276 emacs_xkb=yes 6284 emacs_xkb=yes
6277else 6285else
@@ -6280,7 +6288,7 @@ cat conftest.$ac_ext >&5
6280emacs_xkb=no 6288emacs_xkb=no
6281fi 6289fi
6282rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6290rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6283 echo "$as_me:6283: result: $emacs_xkb" >&5 6291 echo "$as_me:6291: result: $emacs_xkb" >&5
6284echo "${ECHO_T}$emacs_xkb" >&6 6292echo "${ECHO_T}$emacs_xkb" >&6
6285 if test $emacs_xkb = yes; then 6293 if test $emacs_xkb = yes; then
6286 cat >>confdefs.h <<\EOF 6294 cat >>confdefs.h <<\EOF
@@ -6293,13 +6301,13 @@ for ac_func in XrmSetDatabase XScreenResourceString \
6293XScreenNumberOfScreen XSetWMProtocols 6301XScreenNumberOfScreen XSetWMProtocols
6294do 6302do
6295as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 6303as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6296echo "$as_me:6296: checking for $ac_func" >&5 6304echo "$as_me:6304: checking for $ac_func" >&5
6297echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 6305echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
6298if eval "test \"\${$as_ac_var+set}\" = set"; then 6306if eval "test \"\${$as_ac_var+set}\" = set"; then
6299 echo $ECHO_N "(cached) $ECHO_C" >&6 6307 echo $ECHO_N "(cached) $ECHO_C" >&6
6300else 6308else
6301 cat >conftest.$ac_ext <<_ACEOF 6309 cat >conftest.$ac_ext <<_ACEOF
6302#line 6302 "configure" 6310#line 6310 "configure"
6303#include "confdefs.h" 6311#include "confdefs.h"
6304/* System header to define __stub macros and hopefully few prototypes, 6312/* System header to define __stub macros and hopefully few prototypes,
6305 which can conflict with char $ac_func (); below. */ 6313 which can conflict with char $ac_func (); below. */
@@ -6330,16 +6338,16 @@ f = $ac_func;
6330} 6338}
6331_ACEOF 6339_ACEOF
6332rm -f conftest.$ac_objext conftest$ac_exeext 6340rm -f conftest.$ac_objext conftest$ac_exeext
6333if { (eval echo "$as_me:6333: \"$ac_link\"") >&5 6341if { (eval echo "$as_me:6341: \"$ac_link\"") >&5
6334 (eval $ac_link) 2>&5 6342 (eval $ac_link) 2>&5
6335 ac_status=$? 6343 ac_status=$?
6336 echo "$as_me:6336: \$? = $ac_status" >&5 6344 echo "$as_me:6344: \$? = $ac_status" >&5
6337 (exit $ac_status); } && 6345 (exit $ac_status); } &&
6338 { ac_try='test -s conftest$ac_exeext' 6346 { ac_try='test -s conftest$ac_exeext'
6339 { (eval echo "$as_me:6339: \"$ac_try\"") >&5 6347 { (eval echo "$as_me:6347: \"$ac_try\"") >&5
6340 (eval $ac_try) 2>&5 6348 (eval $ac_try) 2>&5
6341 ac_status=$? 6349 ac_status=$?
6342 echo "$as_me:6342: \$? = $ac_status" >&5 6350 echo "$as_me:6350: \$? = $ac_status" >&5
6343 (exit $ac_status); }; }; then 6351 (exit $ac_status); }; }; then
6344 eval "$as_ac_var=yes" 6352 eval "$as_ac_var=yes"
6345else 6353else
@@ -6349,7 +6357,7 @@ eval "$as_ac_var=no"
6349fi 6357fi
6350rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6358rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6351fi 6359fi
6352echo "$as_me:6352: result: `eval echo '${'$as_ac_var'}'`" >&5 6360echo "$as_me:6360: result: `eval echo '${'$as_ac_var'}'`" >&5
6353echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 6361echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
6354if test `eval echo '${'$as_ac_var'}'` = yes; then 6362if test `eval echo '${'$as_ac_var'}'` = yes; then
6355 cat >>confdefs.h <<EOF 6363 cat >>confdefs.h <<EOF
@@ -6362,13 +6370,13 @@ done
6362fi 6370fi
6363 6371
6364if test "${window_system}" = "x11"; then 6372if test "${window_system}" = "x11"; then
6365 echo "$as_me:6365: checking X11 version 6" >&5 6373 echo "$as_me:6373: checking X11 version 6" >&5
6366echo $ECHO_N "checking X11 version 6... $ECHO_C" >&6 6374echo $ECHO_N "checking X11 version 6... $ECHO_C" >&6
6367 if test "${emacs_cv_x11_version_6+set}" = set; then 6375 if test "${emacs_cv_x11_version_6+set}" = set; then
6368 echo $ECHO_N "(cached) $ECHO_C" >&6 6376 echo $ECHO_N "(cached) $ECHO_C" >&6
6369else 6377else
6370 cat >conftest.$ac_ext <<_ACEOF 6378 cat >conftest.$ac_ext <<_ACEOF
6371#line 6371 "configure" 6379#line 6379 "configure"
6372#include "confdefs.h" 6380#include "confdefs.h"
6373#include <X11/Xlib.h> 6381#include <X11/Xlib.h>
6374int 6382int
@@ -6383,16 +6391,16 @@ fail;
6383} 6391}
6384_ACEOF 6392_ACEOF
6385rm -f conftest.$ac_objext conftest$ac_exeext 6393rm -f conftest.$ac_objext conftest$ac_exeext
6386if { (eval echo "$as_me:6386: \"$ac_link\"") >&5 6394if { (eval echo "$as_me:6394: \"$ac_link\"") >&5
6387 (eval $ac_link) 2>&5 6395 (eval $ac_link) 2>&5
6388 ac_status=$? 6396 ac_status=$?
6389 echo "$as_me:6389: \$? = $ac_status" >&5 6397 echo "$as_me:6397: \$? = $ac_status" >&5
6390 (exit $ac_status); } && 6398 (exit $ac_status); } &&
6391 { ac_try='test -s conftest$ac_exeext' 6399 { ac_try='test -s conftest$ac_exeext'
6392 { (eval echo "$as_me:6392: \"$ac_try\"") >&5 6400 { (eval echo "$as_me:6400: \"$ac_try\"") >&5
6393 (eval $ac_try) 2>&5 6401 (eval $ac_try) 2>&5
6394 ac_status=$? 6402 ac_status=$?
6395 echo "$as_me:6395: \$? = $ac_status" >&5 6403 echo "$as_me:6403: \$? = $ac_status" >&5
6396 (exit $ac_status); }; }; then 6404 (exit $ac_status); }; }; then
6397 emacs_cv_x11_version_6=yes 6405 emacs_cv_x11_version_6=yes
6398else 6406else
@@ -6404,26 +6412,26 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6404fi 6412fi
6405 6413
6406 if test $emacs_cv_x11_version_6 = yes; then 6414 if test $emacs_cv_x11_version_6 = yes; then
6407 echo "$as_me:6407: result: 6 or newer" >&5 6415 echo "$as_me:6415: result: 6 or newer" >&5
6408echo "${ECHO_T}6 or newer" >&6 6416echo "${ECHO_T}6 or newer" >&6
6409 cat >>confdefs.h <<\EOF 6417 cat >>confdefs.h <<\EOF
6410#define HAVE_X11R6 1 6418#define HAVE_X11R6 1
6411EOF 6419EOF
6412 6420
6413 else 6421 else
6414 echo "$as_me:6414: result: before 6" >&5 6422 echo "$as_me:6422: result: before 6" >&5
6415echo "${ECHO_T}before 6" >&6 6423echo "${ECHO_T}before 6" >&6
6416 fi 6424 fi
6417fi 6425fi
6418 6426
6419if test "${window_system}" = "x11"; then 6427if test "${window_system}" = "x11"; then
6420 echo "$as_me:6420: checking X11 version 5" >&5 6428 echo "$as_me:6428: checking X11 version 5" >&5
6421echo $ECHO_N "checking X11 version 5... $ECHO_C" >&6 6429echo $ECHO_N "checking X11 version 5... $ECHO_C" >&6
6422 if test "${emacs_cv_x11_version_5+set}" = set; then 6430 if test "${emacs_cv_x11_version_5+set}" = set; then
6423 echo $ECHO_N "(cached) $ECHO_C" >&6 6431 echo $ECHO_N "(cached) $ECHO_C" >&6
6424else 6432else
6425 cat >conftest.$ac_ext <<_ACEOF 6433 cat >conftest.$ac_ext <<_ACEOF
6426#line 6426 "configure" 6434#line 6434 "configure"
6427#include "confdefs.h" 6435#include "confdefs.h"
6428#include <X11/Xlib.h> 6436#include <X11/Xlib.h>
6429int 6437int
@@ -6438,16 +6446,16 @@ fail;
6438} 6446}
6439_ACEOF 6447_ACEOF
6440rm -f conftest.$ac_objext conftest$ac_exeext 6448rm -f conftest.$ac_objext conftest$ac_exeext
6441if { (eval echo "$as_me:6441: \"$ac_link\"") >&5 6449if { (eval echo "$as_me:6449: \"$ac_link\"") >&5
6442 (eval $ac_link) 2>&5 6450 (eval $ac_link) 2>&5
6443 ac_status=$? 6451 ac_status=$?
6444 echo "$as_me:6444: \$? = $ac_status" >&5 6452 echo "$as_me:6452: \$? = $ac_status" >&5
6445 (exit $ac_status); } && 6453 (exit $ac_status); } &&
6446 { ac_try='test -s conftest$ac_exeext' 6454 { ac_try='test -s conftest$ac_exeext'
6447 { (eval echo "$as_me:6447: \"$ac_try\"") >&5 6455 { (eval echo "$as_me:6455: \"$ac_try\"") >&5
6448 (eval $ac_try) 2>&5 6456 (eval $ac_try) 2>&5
6449 ac_status=$? 6457 ac_status=$?
6450 echo "$as_me:6450: \$? = $ac_status" >&5 6458 echo "$as_me:6458: \$? = $ac_status" >&5
6451 (exit $ac_status); }; }; then 6459 (exit $ac_status); }; }; then
6452 emacs_cv_x11_version_5=yes 6460 emacs_cv_x11_version_5=yes
6453else 6461else
@@ -6459,7 +6467,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6459fi 6467fi
6460 6468
6461 if test $emacs_cv_x11_version_5 = yes; then 6469 if test $emacs_cv_x11_version_5 = yes; then
6462 echo "$as_me:6462: result: 5 or newer" >&5 6470 echo "$as_me:6470: result: 5 or newer" >&5
6463echo "${ECHO_T}5 or newer" >&6 6471echo "${ECHO_T}5 or newer" >&6
6464 HAVE_X11R5=yes 6472 HAVE_X11R5=yes
6465 cat >>confdefs.h <<\EOF 6473 cat >>confdefs.h <<\EOF
@@ -6468,20 +6476,20 @@ EOF
6468 6476
6469 else 6477 else
6470 HAVE_X11R5=no 6478 HAVE_X11R5=no
6471 echo "$as_me:6471: result: before 5" >&5 6479 echo "$as_me:6479: result: before 5" >&5
6472echo "${ECHO_T}before 5" >&6 6480echo "${ECHO_T}before 5" >&6
6473 fi 6481 fi
6474fi 6482fi
6475 6483
6476if test x"${USE_X_TOOLKIT}" = xmaybe; then 6484if test x"${USE_X_TOOLKIT}" = xmaybe; then
6477 if test x"${HAVE_X11R5}" = xyes; then 6485 if test x"${HAVE_X11R5}" = xyes; then
6478 echo "$as_me:6478: checking X11 version 5 with Xaw" >&5 6486 echo "$as_me:6486: checking X11 version 5 with Xaw" >&5
6479echo $ECHO_N "checking X11 version 5 with Xaw... $ECHO_C" >&6 6487echo $ECHO_N "checking X11 version 5 with Xaw... $ECHO_C" >&6
6480 if test "${emacs_cv_x11_version_5_with_xaw+set}" = set; then 6488 if test "${emacs_cv_x11_version_5_with_xaw+set}" = set; then
6481 echo $ECHO_N "(cached) $ECHO_C" >&6 6489 echo $ECHO_N "(cached) $ECHO_C" >&6
6482else 6490else
6483 cat >conftest.$ac_ext <<_ACEOF 6491 cat >conftest.$ac_ext <<_ACEOF
6484#line 6484 "configure" 6492#line 6492 "configure"
6485#include "confdefs.h" 6493#include "confdefs.h"
6486 6494
6487#include <X11/Intrinsic.h> 6495#include <X11/Intrinsic.h>
@@ -6495,16 +6503,16 @@ main ()
6495} 6503}
6496_ACEOF 6504_ACEOF
6497rm -f conftest.$ac_objext conftest$ac_exeext 6505rm -f conftest.$ac_objext conftest$ac_exeext
6498if { (eval echo "$as_me:6498: \"$ac_link\"") >&5 6506if { (eval echo "$as_me:6506: \"$ac_link\"") >&5
6499 (eval $ac_link) 2>&5 6507 (eval $ac_link) 2>&5
6500 ac_status=$? 6508 ac_status=$?
6501 echo "$as_me:6501: \$? = $ac_status" >&5 6509 echo "$as_me:6509: \$? = $ac_status" >&5
6502 (exit $ac_status); } && 6510 (exit $ac_status); } &&
6503 { ac_try='test -s conftest$ac_exeext' 6511 { ac_try='test -s conftest$ac_exeext'
6504 { (eval echo "$as_me:6504: \"$ac_try\"") >&5 6512 { (eval echo "$as_me:6512: \"$ac_try\"") >&5
6505 (eval $ac_try) 2>&5 6513 (eval $ac_try) 2>&5
6506 ac_status=$? 6514 ac_status=$?
6507 echo "$as_me:6507: \$? = $ac_status" >&5 6515 echo "$as_me:6515: \$? = $ac_status" >&5
6508 (exit $ac_status); }; }; then 6516 (exit $ac_status); }; }; then
6509 emacs_cv_x11_version_5_with_xaw=yes 6517 emacs_cv_x11_version_5_with_xaw=yes
6510else 6518else
@@ -6516,11 +6524,11 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6516fi 6524fi
6517 6525
6518 if test $emacs_cv_x11_version_5_with_xaw = yes; then 6526 if test $emacs_cv_x11_version_5_with_xaw = yes; then
6519 echo "$as_me:6519: result: 5 or newer, with Xaw; use toolkit by default" >&5 6527 echo "$as_me:6527: result: 5 or newer, with Xaw; use toolkit by default" >&5
6520echo "${ECHO_T}5 or newer, with Xaw; use toolkit by default" >&6 6528echo "${ECHO_T}5 or newer, with Xaw; use toolkit by default" >&6
6521 USE_X_TOOLKIT=LUCID 6529 USE_X_TOOLKIT=LUCID
6522 else 6530 else
6523 echo "$as_me:6523: result: before 5 or no Xaw; do not use toolkit by default" >&5 6531 echo "$as_me:6531: result: before 5 or no Xaw; do not use toolkit by default" >&5
6524echo "${ECHO_T}before 5 or no Xaw; do not use toolkit by default" >&6 6532echo "${ECHO_T}before 5 or no Xaw; do not use toolkit by default" >&6
6525 USE_X_TOOLKIT=none 6533 USE_X_TOOLKIT=none
6526 fi 6534 fi
@@ -6532,13 +6540,13 @@ fi
6532X_TOOLKIT_TYPE=$USE_X_TOOLKIT 6540X_TOOLKIT_TYPE=$USE_X_TOOLKIT
6533 6541
6534if test "${USE_X_TOOLKIT}" != "none"; then 6542if test "${USE_X_TOOLKIT}" != "none"; then
6535 echo "$as_me:6535: checking X11 toolkit version" >&5 6543 echo "$as_me:6543: checking X11 toolkit version" >&5
6536echo $ECHO_N "checking X11 toolkit version... $ECHO_C" >&6 6544echo $ECHO_N "checking X11 toolkit version... $ECHO_C" >&6
6537 if test "${emacs_cv_x11_toolkit_version_6+set}" = set; then 6545 if test "${emacs_cv_x11_toolkit_version_6+set}" = set; then
6538 echo $ECHO_N "(cached) $ECHO_C" >&6 6546 echo $ECHO_N "(cached) $ECHO_C" >&6
6539else 6547else
6540 cat >conftest.$ac_ext <<_ACEOF 6548 cat >conftest.$ac_ext <<_ACEOF
6541#line 6541 "configure" 6549#line 6549 "configure"
6542#include "confdefs.h" 6550#include "confdefs.h"
6543#include <X11/Intrinsic.h> 6551#include <X11/Intrinsic.h>
6544int 6552int
@@ -6553,16 +6561,16 @@ fail;
6553} 6561}
6554_ACEOF 6562_ACEOF
6555rm -f conftest.$ac_objext conftest$ac_exeext 6563rm -f conftest.$ac_objext conftest$ac_exeext
6556if { (eval echo "$as_me:6556: \"$ac_link\"") >&5 6564if { (eval echo "$as_me:6564: \"$ac_link\"") >&5
6557 (eval $ac_link) 2>&5 6565 (eval $ac_link) 2>&5
6558 ac_status=$? 6566 ac_status=$?
6559 echo "$as_me:6559: \$? = $ac_status" >&5 6567 echo "$as_me:6567: \$? = $ac_status" >&5
6560 (exit $ac_status); } && 6568 (exit $ac_status); } &&
6561 { ac_try='test -s conftest$ac_exeext' 6569 { ac_try='test -s conftest$ac_exeext'
6562 { (eval echo "$as_me:6562: \"$ac_try\"") >&5 6570 { (eval echo "$as_me:6570: \"$ac_try\"") >&5
6563 (eval $ac_try) 2>&5 6571 (eval $ac_try) 2>&5
6564 ac_status=$? 6572 ac_status=$?
6565 echo "$as_me:6565: \$? = $ac_status" >&5 6573 echo "$as_me:6573: \$? = $ac_status" >&5
6566 (exit $ac_status); }; }; then 6574 (exit $ac_status); }; }; then
6567 emacs_cv_x11_toolkit_version_6=yes 6575 emacs_cv_x11_toolkit_version_6=yes
6568else 6576else
@@ -6575,14 +6583,14 @@ fi
6575 6583
6576 HAVE_X11XTR6=$emacs_cv_x11_toolkit_version_6 6584 HAVE_X11XTR6=$emacs_cv_x11_toolkit_version_6
6577 if test $emacs_cv_x11_toolkit_version_6 = yes; then 6585 if test $emacs_cv_x11_toolkit_version_6 = yes; then
6578 echo "$as_me:6578: result: 6 or newer" >&5 6586 echo "$as_me:6586: result: 6 or newer" >&5
6579echo "${ECHO_T}6 or newer" >&6 6587echo "${ECHO_T}6 or newer" >&6
6580 cat >>confdefs.h <<\EOF 6588 cat >>confdefs.h <<\EOF
6581#define HAVE_X11XTR6 1 6589#define HAVE_X11XTR6 1
6582EOF 6590EOF
6583 6591
6584 else 6592 else
6585 echo "$as_me:6585: result: before 6" >&5 6593 echo "$as_me:6593: result: before 6" >&5
6586echo "${ECHO_T}before 6" >&6 6594echo "${ECHO_T}before 6" >&6
6587 fi 6595 fi
6588 6596
@@ -6593,7 +6601,7 @@ echo "${ECHO_T}before 6" >&6
6593 LIBS="-lXt $LIBS" 6601 LIBS="-lXt $LIBS"
6594 fi 6602 fi
6595 6603
6596echo "$as_me:6596: checking for XmuConvertStandardSelection in -lXmu" >&5 6604echo "$as_me:6604: checking for XmuConvertStandardSelection in -lXmu" >&5
6597echo $ECHO_N "checking for XmuConvertStandardSelection in -lXmu... $ECHO_C" >&6 6605echo $ECHO_N "checking for XmuConvertStandardSelection in -lXmu... $ECHO_C" >&6
6598if test "${ac_cv_lib_Xmu_XmuConvertStandardSelection+set}" = set; then 6606if test "${ac_cv_lib_Xmu_XmuConvertStandardSelection+set}" = set; then
6599 echo $ECHO_N "(cached) $ECHO_C" >&6 6607 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6601,7 +6609,7 @@ else
6601 ac_check_lib_save_LIBS=$LIBS 6609 ac_check_lib_save_LIBS=$LIBS
6602LIBS="-lXmu $LIBS" 6610LIBS="-lXmu $LIBS"
6603cat >conftest.$ac_ext <<_ACEOF 6611cat >conftest.$ac_ext <<_ACEOF
6604#line 6604 "configure" 6612#line 6612 "configure"
6605#include "confdefs.h" 6613#include "confdefs.h"
6606 6614
6607/* Override any gcc2 internal prototype to avoid an error. */ 6615/* Override any gcc2 internal prototype to avoid an error. */
@@ -6620,16 +6628,16 @@ XmuConvertStandardSelection ();
6620} 6628}
6621_ACEOF 6629_ACEOF
6622rm -f conftest.$ac_objext conftest$ac_exeext 6630rm -f conftest.$ac_objext conftest$ac_exeext
6623if { (eval echo "$as_me:6623: \"$ac_link\"") >&5 6631if { (eval echo "$as_me:6631: \"$ac_link\"") >&5
6624 (eval $ac_link) 2>&5 6632 (eval $ac_link) 2>&5
6625 ac_status=$? 6633 ac_status=$?
6626 echo "$as_me:6626: \$? = $ac_status" >&5 6634 echo "$as_me:6634: \$? = $ac_status" >&5
6627 (exit $ac_status); } && 6635 (exit $ac_status); } &&
6628 { ac_try='test -s conftest$ac_exeext' 6636 { ac_try='test -s conftest$ac_exeext'
6629 { (eval echo "$as_me:6629: \"$ac_try\"") >&5 6637 { (eval echo "$as_me:6637: \"$ac_try\"") >&5
6630 (eval $ac_try) 2>&5 6638 (eval $ac_try) 2>&5
6631 ac_status=$? 6639 ac_status=$?
6632 echo "$as_me:6632: \$? = $ac_status" >&5 6640 echo "$as_me:6640: \$? = $ac_status" >&5
6633 (exit $ac_status); }; }; then 6641 (exit $ac_status); }; }; then
6634 ac_cv_lib_Xmu_XmuConvertStandardSelection=yes 6642 ac_cv_lib_Xmu_XmuConvertStandardSelection=yes
6635else 6643else
@@ -6640,7 +6648,7 @@ fi
6640rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6648rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6641LIBS=$ac_check_lib_save_LIBS 6649LIBS=$ac_check_lib_save_LIBS
6642fi 6650fi
6643echo "$as_me:6643: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5 6651echo "$as_me:6651: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5
6644echo "${ECHO_T}$ac_cv_lib_Xmu_XmuConvertStandardSelection" >&6 6652echo "${ECHO_T}$ac_cv_lib_Xmu_XmuConvertStandardSelection" >&6
6645if test $ac_cv_lib_Xmu_XmuConvertStandardSelection = yes; then 6653if test $ac_cv_lib_Xmu_XmuConvertStandardSelection = yes; then
6646 cat >>confdefs.h <<EOF 6654 cat >>confdefs.h <<EOF
@@ -6658,7 +6666,7 @@ fi
6658if test "${HAVE_X11}" = "yes"; then 6666if test "${HAVE_X11}" = "yes"; then
6659 if test "${USE_X_TOOLKIT}" != "none"; then 6667 if test "${USE_X_TOOLKIT}" != "none"; then
6660 6668
6661echo "$as_me:6661: checking for XShapeQueryExtension in -lXext" >&5 6669echo "$as_me:6669: checking for XShapeQueryExtension in -lXext" >&5
6662echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6 6670echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6
6663if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then 6671if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
6664 echo $ECHO_N "(cached) $ECHO_C" >&6 6672 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6666,7 +6674,7 @@ else
6666 ac_check_lib_save_LIBS=$LIBS 6674 ac_check_lib_save_LIBS=$LIBS
6667LIBS="-lXext $LIBS" 6675LIBS="-lXext $LIBS"
6668cat >conftest.$ac_ext <<_ACEOF 6676cat >conftest.$ac_ext <<_ACEOF
6669#line 6669 "configure" 6677#line 6677 "configure"
6670#include "confdefs.h" 6678#include "confdefs.h"
6671 6679
6672/* Override any gcc2 internal prototype to avoid an error. */ 6680/* Override any gcc2 internal prototype to avoid an error. */
@@ -6685,16 +6693,16 @@ XShapeQueryExtension ();
6685} 6693}
6686_ACEOF 6694_ACEOF
6687rm -f conftest.$ac_objext conftest$ac_exeext 6695rm -f conftest.$ac_objext conftest$ac_exeext
6688if { (eval echo "$as_me:6688: \"$ac_link\"") >&5 6696if { (eval echo "$as_me:6696: \"$ac_link\"") >&5
6689 (eval $ac_link) 2>&5 6697 (eval $ac_link) 2>&5
6690 ac_status=$? 6698 ac_status=$?
6691 echo "$as_me:6691: \$? = $ac_status" >&5 6699 echo "$as_me:6699: \$? = $ac_status" >&5
6692 (exit $ac_status); } && 6700 (exit $ac_status); } &&
6693 { ac_try='test -s conftest$ac_exeext' 6701 { ac_try='test -s conftest$ac_exeext'
6694 { (eval echo "$as_me:6694: \"$ac_try\"") >&5 6702 { (eval echo "$as_me:6702: \"$ac_try\"") >&5
6695 (eval $ac_try) 2>&5 6703 (eval $ac_try) 2>&5
6696 ac_status=$? 6704 ac_status=$?
6697 echo "$as_me:6697: \$? = $ac_status" >&5 6705 echo "$as_me:6705: \$? = $ac_status" >&5
6698 (exit $ac_status); }; }; then 6706 (exit $ac_status); }; }; then
6699 ac_cv_lib_Xext_XShapeQueryExtension=yes 6707 ac_cv_lib_Xext_XShapeQueryExtension=yes
6700else 6708else
@@ -6705,7 +6713,7 @@ fi
6705rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6713rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6706LIBS=$ac_check_lib_save_LIBS 6714LIBS=$ac_check_lib_save_LIBS
6707fi 6715fi
6708echo "$as_me:6708: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5 6716echo "$as_me:6716: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
6709echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6 6717echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6
6710if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then 6718if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
6711 cat >>confdefs.h <<EOF 6719 cat >>confdefs.h <<EOF
@@ -6720,13 +6728,13 @@ fi
6720fi 6728fi
6721 6729
6722if test "${USE_X_TOOLKIT}" = "MOTIF"; then 6730if test "${USE_X_TOOLKIT}" = "MOTIF"; then
6723 echo "$as_me:6723: checking for Motif version 2.1" >&5 6731 echo "$as_me:6731: checking for Motif version 2.1" >&5
6724echo $ECHO_N "checking for Motif version 2.1... $ECHO_C" >&6 6732echo $ECHO_N "checking for Motif version 2.1... $ECHO_C" >&6
6725if test "${emacs_cv_motif_version_2_1+set}" = set; then 6733if test "${emacs_cv_motif_version_2_1+set}" = set; then
6726 echo $ECHO_N "(cached) $ECHO_C" >&6 6734 echo $ECHO_N "(cached) $ECHO_C" >&6
6727else 6735else
6728 cat >conftest.$ac_ext <<_ACEOF 6736 cat >conftest.$ac_ext <<_ACEOF
6729#line 6729 "configure" 6737#line 6737 "configure"
6730#include "confdefs.h" 6738#include "confdefs.h"
6731#include <Xm/Xm.h> 6739#include <Xm/Xm.h>
6732int 6740int
@@ -6742,16 +6750,16 @@ Motif version prior to 2.1.
6742} 6750}
6743_ACEOF 6751_ACEOF
6744rm -f conftest.$ac_objext 6752rm -f conftest.$ac_objext
6745if { (eval echo "$as_me:6745: \"$ac_compile\"") >&5 6753if { (eval echo "$as_me:6753: \"$ac_compile\"") >&5
6746 (eval $ac_compile) 2>&5 6754 (eval $ac_compile) 2>&5
6747 ac_status=$? 6755 ac_status=$?
6748 echo "$as_me:6748: \$? = $ac_status" >&5 6756 echo "$as_me:6756: \$? = $ac_status" >&5
6749 (exit $ac_status); } && 6757 (exit $ac_status); } &&
6750 { ac_try='test -s conftest.$ac_objext' 6758 { ac_try='test -s conftest.$ac_objext'
6751 { (eval echo "$as_me:6751: \"$ac_try\"") >&5 6759 { (eval echo "$as_me:6759: \"$ac_try\"") >&5
6752 (eval $ac_try) 2>&5 6760 (eval $ac_try) 2>&5
6753 ac_status=$? 6761 ac_status=$?
6754 echo "$as_me:6754: \$? = $ac_status" >&5 6762 echo "$as_me:6762: \$? = $ac_status" >&5
6755 (exit $ac_status); }; }; then 6763 (exit $ac_status); }; }; then
6756 emacs_cv_motif_version_2_1=yes 6764 emacs_cv_motif_version_2_1=yes
6757else 6765else
@@ -6761,7 +6769,7 @@ emacs_cv_motif_version_2_1=no
6761fi 6769fi
6762rm -f conftest.$ac_objext conftest.$ac_ext 6770rm -f conftest.$ac_objext conftest.$ac_ext
6763fi 6771fi
6764echo "$as_me:6764: result: $emacs_cv_motif_version_2_1" >&5 6772echo "$as_me:6772: result: $emacs_cv_motif_version_2_1" >&5
6765echo "${ECHO_T}$emacs_cv_motif_version_2_1" >&6 6773echo "${ECHO_T}$emacs_cv_motif_version_2_1" >&6
6766 HAVE_MOTIF_2_1=$emacs_cv_motif_version_2_1 6774 HAVE_MOTIF_2_1=$emacs_cv_motif_version_2_1
6767 if test $emacs_cv_motif_version_2_1 = yes; then 6775 if test $emacs_cv_motif_version_2_1 = yes; then
@@ -6770,7 +6778,7 @@ echo "${ECHO_T}$emacs_cv_motif_version_2_1" >&6
6770#define HAVE_MOTIF_2_1 1 6778#define HAVE_MOTIF_2_1 1
6771EOF 6779EOF
6772 6780
6773 echo "$as_me:6773: checking for XpCreateContext in -lXp" >&5 6781 echo "$as_me:6781: checking for XpCreateContext in -lXp" >&5
6774echo $ECHO_N "checking for XpCreateContext in -lXp... $ECHO_C" >&6 6782echo $ECHO_N "checking for XpCreateContext in -lXp... $ECHO_C" >&6
6775if test "${ac_cv_lib_Xp_XpCreateContext+set}" = set; then 6783if test "${ac_cv_lib_Xp_XpCreateContext+set}" = set; then
6776 echo $ECHO_N "(cached) $ECHO_C" >&6 6784 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6778,7 +6786,7 @@ else
6778 ac_check_lib_save_LIBS=$LIBS 6786 ac_check_lib_save_LIBS=$LIBS
6779LIBS="-lXp $LIBS" 6787LIBS="-lXp $LIBS"
6780cat >conftest.$ac_ext <<_ACEOF 6788cat >conftest.$ac_ext <<_ACEOF
6781#line 6781 "configure" 6789#line 6789 "configure"
6782#include "confdefs.h" 6790#include "confdefs.h"
6783 6791
6784/* Override any gcc2 internal prototype to avoid an error. */ 6792/* Override any gcc2 internal prototype to avoid an error. */
@@ -6797,16 +6805,16 @@ XpCreateContext ();
6797} 6805}
6798_ACEOF 6806_ACEOF
6799rm -f conftest.$ac_objext conftest$ac_exeext 6807rm -f conftest.$ac_objext conftest$ac_exeext
6800if { (eval echo "$as_me:6800: \"$ac_link\"") >&5 6808if { (eval echo "$as_me:6808: \"$ac_link\"") >&5
6801 (eval $ac_link) 2>&5 6809 (eval $ac_link) 2>&5
6802 ac_status=$? 6810 ac_status=$?
6803 echo "$as_me:6803: \$? = $ac_status" >&5 6811 echo "$as_me:6811: \$? = $ac_status" >&5
6804 (exit $ac_status); } && 6812 (exit $ac_status); } &&
6805 { ac_try='test -s conftest$ac_exeext' 6813 { ac_try='test -s conftest$ac_exeext'
6806 { (eval echo "$as_me:6806: \"$ac_try\"") >&5 6814 { (eval echo "$as_me:6814: \"$ac_try\"") >&5
6807 (eval $ac_try) 2>&5 6815 (eval $ac_try) 2>&5
6808 ac_status=$? 6816 ac_status=$?
6809 echo "$as_me:6809: \$? = $ac_status" >&5 6817 echo "$as_me:6817: \$? = $ac_status" >&5
6810 (exit $ac_status); }; }; then 6818 (exit $ac_status); }; }; then
6811 ac_cv_lib_Xp_XpCreateContext=yes 6819 ac_cv_lib_Xp_XpCreateContext=yes
6812else 6820else
@@ -6817,7 +6825,7 @@ fi
6817rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6825rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6818LIBS=$ac_check_lib_save_LIBS 6826LIBS=$ac_check_lib_save_LIBS
6819fi 6827fi
6820echo "$as_me:6820: result: $ac_cv_lib_Xp_XpCreateContext" >&5 6828echo "$as_me:6828: result: $ac_cv_lib_Xp_XpCreateContext" >&5
6821echo "${ECHO_T}$ac_cv_lib_Xp_XpCreateContext" >&6 6829echo "${ECHO_T}$ac_cv_lib_Xp_XpCreateContext" >&6
6822if test $ac_cv_lib_Xp_XpCreateContext = yes; then 6830if test $ac_cv_lib_Xp_XpCreateContext = yes; then
6823 HAVE_LIBXP=yes 6831 HAVE_LIBXP=yes
@@ -6836,23 +6844,23 @@ fi
6836HAVE_XAW3D=no 6844HAVE_XAW3D=no
6837if test "${HAVE_X11}" = "yes"; then 6845if test "${HAVE_X11}" = "yes"; then
6838 if test "${USE_X_TOOLKIT}" != "none"; then 6846 if test "${USE_X_TOOLKIT}" != "none"; then
6839 echo "$as_me:6839: checking for X11/Xaw3d/Scrollbar.h" >&5 6847 echo "$as_me:6847: checking for X11/Xaw3d/Scrollbar.h" >&5
6840echo $ECHO_N "checking for X11/Xaw3d/Scrollbar.h... $ECHO_C" >&6 6848echo $ECHO_N "checking for X11/Xaw3d/Scrollbar.h... $ECHO_C" >&6
6841if test "${ac_cv_header_X11_Xaw3d_Scrollbar_h+set}" = set; then 6849if test "${ac_cv_header_X11_Xaw3d_Scrollbar_h+set}" = set; then
6842 echo $ECHO_N "(cached) $ECHO_C" >&6 6850 echo $ECHO_N "(cached) $ECHO_C" >&6
6843else 6851else
6844 cat >conftest.$ac_ext <<_ACEOF 6852 cat >conftest.$ac_ext <<_ACEOF
6845#line 6845 "configure" 6853#line 6853 "configure"
6846#include "confdefs.h" 6854#include "confdefs.h"
6847#include <X11/Xaw3d/Scrollbar.h> 6855#include <X11/Xaw3d/Scrollbar.h>
6848_ACEOF 6856_ACEOF
6849if { (eval echo "$as_me:6849: \"$ac_cpp conftest.$ac_ext\"") >&5 6857if { (eval echo "$as_me:6857: \"$ac_cpp conftest.$ac_ext\"") >&5
6850 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 6858 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6851 ac_status=$? 6859 ac_status=$?
6852 egrep -v '^ *\+' conftest.er1 >conftest.err 6860 egrep -v '^ *\+' conftest.er1 >conftest.err
6853 rm -f conftest.er1 6861 rm -f conftest.er1
6854 cat conftest.err >&5 6862 cat conftest.err >&5
6855 echo "$as_me:6855: \$? = $ac_status" >&5 6863 echo "$as_me:6863: \$? = $ac_status" >&5
6856 (exit $ac_status); } >/dev/null; then 6864 (exit $ac_status); } >/dev/null; then
6857 if test -s conftest.err; then 6865 if test -s conftest.err; then
6858 ac_cpp_err=$ac_c_preproc_warn_flag 6866 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -6871,10 +6879,10 @@ else
6871fi 6879fi
6872rm -f conftest.err conftest.$ac_ext 6880rm -f conftest.err conftest.$ac_ext
6873fi 6881fi
6874echo "$as_me:6874: result: $ac_cv_header_X11_Xaw3d_Scrollbar_h" >&5 6882echo "$as_me:6882: result: $ac_cv_header_X11_Xaw3d_Scrollbar_h" >&5
6875echo "${ECHO_T}$ac_cv_header_X11_Xaw3d_Scrollbar_h" >&6 6883echo "${ECHO_T}$ac_cv_header_X11_Xaw3d_Scrollbar_h" >&6
6876if test $ac_cv_header_X11_Xaw3d_Scrollbar_h = yes; then 6884if test $ac_cv_header_X11_Xaw3d_Scrollbar_h = yes; then
6877 echo "$as_me:6877: checking for XawScrollbarSetThumb in -lXaw3d" >&5 6885 echo "$as_me:6885: checking for XawScrollbarSetThumb in -lXaw3d" >&5
6878echo $ECHO_N "checking for XawScrollbarSetThumb in -lXaw3d... $ECHO_C" >&6 6886echo $ECHO_N "checking for XawScrollbarSetThumb in -lXaw3d... $ECHO_C" >&6
6879if test "${ac_cv_lib_Xaw3d_XawScrollbarSetThumb+set}" = set; then 6887if test "${ac_cv_lib_Xaw3d_XawScrollbarSetThumb+set}" = set; then
6880 echo $ECHO_N "(cached) $ECHO_C" >&6 6888 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6882,7 +6890,7 @@ else
6882 ac_check_lib_save_LIBS=$LIBS 6890 ac_check_lib_save_LIBS=$LIBS
6883LIBS="-lXaw3d $LIBS" 6891LIBS="-lXaw3d $LIBS"
6884cat >conftest.$ac_ext <<_ACEOF 6892cat >conftest.$ac_ext <<_ACEOF
6885#line 6885 "configure" 6893#line 6893 "configure"
6886#include "confdefs.h" 6894#include "confdefs.h"
6887 6895
6888/* Override any gcc2 internal prototype to avoid an error. */ 6896/* Override any gcc2 internal prototype to avoid an error. */
@@ -6901,16 +6909,16 @@ XawScrollbarSetThumb ();
6901} 6909}
6902_ACEOF 6910_ACEOF
6903rm -f conftest.$ac_objext conftest$ac_exeext 6911rm -f conftest.$ac_objext conftest$ac_exeext
6904if { (eval echo "$as_me:6904: \"$ac_link\"") >&5 6912if { (eval echo "$as_me:6912: \"$ac_link\"") >&5
6905 (eval $ac_link) 2>&5 6913 (eval $ac_link) 2>&5
6906 ac_status=$? 6914 ac_status=$?
6907 echo "$as_me:6907: \$? = $ac_status" >&5 6915 echo "$as_me:6915: \$? = $ac_status" >&5
6908 (exit $ac_status); } && 6916 (exit $ac_status); } &&
6909 { ac_try='test -s conftest$ac_exeext' 6917 { ac_try='test -s conftest$ac_exeext'
6910 { (eval echo "$as_me:6910: \"$ac_try\"") >&5 6918 { (eval echo "$as_me:6918: \"$ac_try\"") >&5
6911 (eval $ac_try) 2>&5 6919 (eval $ac_try) 2>&5
6912 ac_status=$? 6920 ac_status=$?
6913 echo "$as_me:6913: \$? = $ac_status" >&5 6921 echo "$as_me:6921: \$? = $ac_status" >&5
6914 (exit $ac_status); }; }; then 6922 (exit $ac_status); }; }; then
6915 ac_cv_lib_Xaw3d_XawScrollbarSetThumb=yes 6923 ac_cv_lib_Xaw3d_XawScrollbarSetThumb=yes
6916else 6924else
@@ -6921,7 +6929,7 @@ fi
6921rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6929rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6922LIBS=$ac_check_lib_save_LIBS 6930LIBS=$ac_check_lib_save_LIBS
6923fi 6931fi
6924echo "$as_me:6924: result: $ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&5 6932echo "$as_me:6932: result: $ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&5
6925echo "${ECHO_T}$ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&6 6933echo "${ECHO_T}$ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&6
6926if test $ac_cv_lib_Xaw3d_XawScrollbarSetThumb = yes; then 6934if test $ac_cv_lib_Xaw3d_XawScrollbarSetThumb = yes; then
6927 HAVE_XAW3D=yes 6935 HAVE_XAW3D=yes
@@ -6969,23 +6977,23 @@ fi
6969HAVE_XPM=no 6977HAVE_XPM=no
6970if test "${HAVE_X11}" = "yes"; then 6978if test "${HAVE_X11}" = "yes"; then
6971 if test "${with_xpm}" != "no"; then 6979 if test "${with_xpm}" != "no"; then
6972 echo "$as_me:6972: checking for X11/xpm.h" >&5 6980 echo "$as_me:6980: checking for X11/xpm.h" >&5
6973echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6 6981echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6
6974if test "${ac_cv_header_X11_xpm_h+set}" = set; then 6982if test "${ac_cv_header_X11_xpm_h+set}" = set; then
6975 echo $ECHO_N "(cached) $ECHO_C" >&6 6983 echo $ECHO_N "(cached) $ECHO_C" >&6
6976else 6984else
6977 cat >conftest.$ac_ext <<_ACEOF 6985 cat >conftest.$ac_ext <<_ACEOF
6978#line 6978 "configure" 6986#line 6986 "configure"
6979#include "confdefs.h" 6987#include "confdefs.h"
6980#include <X11/xpm.h> 6988#include <X11/xpm.h>
6981_ACEOF 6989_ACEOF
6982if { (eval echo "$as_me:6982: \"$ac_cpp conftest.$ac_ext\"") >&5 6990if { (eval echo "$as_me:6990: \"$ac_cpp conftest.$ac_ext\"") >&5
6983 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 6991 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6984 ac_status=$? 6992 ac_status=$?
6985 egrep -v '^ *\+' conftest.er1 >conftest.err 6993 egrep -v '^ *\+' conftest.er1 >conftest.err
6986 rm -f conftest.er1 6994 rm -f conftest.er1
6987 cat conftest.err >&5 6995 cat conftest.err >&5
6988 echo "$as_me:6988: \$? = $ac_status" >&5 6996 echo "$as_me:6996: \$? = $ac_status" >&5
6989 (exit $ac_status); } >/dev/null; then 6997 (exit $ac_status); } >/dev/null; then
6990 if test -s conftest.err; then 6998 if test -s conftest.err; then
6991 ac_cpp_err=$ac_c_preproc_warn_flag 6999 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -7004,10 +7012,10 @@ else
7004fi 7012fi
7005rm -f conftest.err conftest.$ac_ext 7013rm -f conftest.err conftest.$ac_ext
7006fi 7014fi
7007echo "$as_me:7007: result: $ac_cv_header_X11_xpm_h" >&5 7015echo "$as_me:7015: result: $ac_cv_header_X11_xpm_h" >&5
7008echo "${ECHO_T}$ac_cv_header_X11_xpm_h" >&6 7016echo "${ECHO_T}$ac_cv_header_X11_xpm_h" >&6
7009if test $ac_cv_header_X11_xpm_h = yes; then 7017if test $ac_cv_header_X11_xpm_h = yes; then
7010 echo "$as_me:7010: checking for XpmReadFileToPixmap in -lXpm" >&5 7018 echo "$as_me:7018: checking for XpmReadFileToPixmap in -lXpm" >&5
7011echo $ECHO_N "checking for XpmReadFileToPixmap in -lXpm... $ECHO_C" >&6 7019echo $ECHO_N "checking for XpmReadFileToPixmap in -lXpm... $ECHO_C" >&6
7012if test "${ac_cv_lib_Xpm_XpmReadFileToPixmap+set}" = set; then 7020if test "${ac_cv_lib_Xpm_XpmReadFileToPixmap+set}" = set; then
7013 echo $ECHO_N "(cached) $ECHO_C" >&6 7021 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7015,7 +7023,7 @@ else
7015 ac_check_lib_save_LIBS=$LIBS 7023 ac_check_lib_save_LIBS=$LIBS
7016LIBS="-lXpm -lX11 $LIBS" 7024LIBS="-lXpm -lX11 $LIBS"
7017cat >conftest.$ac_ext <<_ACEOF 7025cat >conftest.$ac_ext <<_ACEOF
7018#line 7018 "configure" 7026#line 7026 "configure"
7019#include "confdefs.h" 7027#include "confdefs.h"
7020 7028
7021/* Override any gcc2 internal prototype to avoid an error. */ 7029/* Override any gcc2 internal prototype to avoid an error. */
@@ -7034,16 +7042,16 @@ XpmReadFileToPixmap ();
7034} 7042}
7035_ACEOF 7043_ACEOF
7036rm -f conftest.$ac_objext conftest$ac_exeext 7044rm -f conftest.$ac_objext conftest$ac_exeext
7037if { (eval echo "$as_me:7037: \"$ac_link\"") >&5 7045if { (eval echo "$as_me:7045: \"$ac_link\"") >&5
7038 (eval $ac_link) 2>&5 7046 (eval $ac_link) 2>&5
7039 ac_status=$? 7047 ac_status=$?
7040 echo "$as_me:7040: \$? = $ac_status" >&5 7048 echo "$as_me:7048: \$? = $ac_status" >&5
7041 (exit $ac_status); } && 7049 (exit $ac_status); } &&
7042 { ac_try='test -s conftest$ac_exeext' 7050 { ac_try='test -s conftest$ac_exeext'
7043 { (eval echo "$as_me:7043: \"$ac_try\"") >&5 7051 { (eval echo "$as_me:7051: \"$ac_try\"") >&5
7044 (eval $ac_try) 2>&5 7052 (eval $ac_try) 2>&5
7045 ac_status=$? 7053 ac_status=$?
7046 echo "$as_me:7046: \$? = $ac_status" >&5 7054 echo "$as_me:7054: \$? = $ac_status" >&5
7047 (exit $ac_status); }; }; then 7055 (exit $ac_status); }; }; then
7048 ac_cv_lib_Xpm_XpmReadFileToPixmap=yes 7056 ac_cv_lib_Xpm_XpmReadFileToPixmap=yes
7049else 7057else
@@ -7054,7 +7062,7 @@ fi
7054rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7062rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7055LIBS=$ac_check_lib_save_LIBS 7063LIBS=$ac_check_lib_save_LIBS
7056fi 7064fi
7057echo "$as_me:7057: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5 7065echo "$as_me:7065: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5
7058echo "${ECHO_T}$ac_cv_lib_Xpm_XpmReadFileToPixmap" >&6 7066echo "${ECHO_T}$ac_cv_lib_Xpm_XpmReadFileToPixmap" >&6
7059if test $ac_cv_lib_Xpm_XpmReadFileToPixmap = yes; then 7067if test $ac_cv_lib_Xpm_XpmReadFileToPixmap = yes; then
7060 HAVE_XPM=yes 7068 HAVE_XPM=yes
@@ -7063,10 +7071,10 @@ fi
7063fi 7071fi
7064 7072
7065 if test "${HAVE_XPM}" = "yes"; then 7073 if test "${HAVE_XPM}" = "yes"; then
7066 echo "$as_me:7066: checking for XpmReturnAllocPixels preprocessor define" >&5 7074 echo "$as_me:7074: checking for XpmReturnAllocPixels preprocessor define" >&5
7067echo $ECHO_N "checking for XpmReturnAllocPixels preprocessor define... $ECHO_C" >&6 7075echo $ECHO_N "checking for XpmReturnAllocPixels preprocessor define... $ECHO_C" >&6
7068 cat >conftest.$ac_ext <<_ACEOF 7076 cat >conftest.$ac_ext <<_ACEOF
7069#line 7069 "configure" 7077#line 7077 "configure"
7070#include "confdefs.h" 7078#include "confdefs.h"
7071#include "X11/xpm.h" 7079#include "X11/xpm.h"
7072#ifndef XpmReturnAllocPixels 7080#ifndef XpmReturnAllocPixels
@@ -7083,10 +7091,10 @@ fi
7083rm -f conftest* 7091rm -f conftest*
7084 7092
7085 if test "${HAVE_XPM}" = "yes"; then 7093 if test "${HAVE_XPM}" = "yes"; then
7086 echo "$as_me:7086: result: yes" >&5 7094 echo "$as_me:7094: result: yes" >&5
7087echo "${ECHO_T}yes" >&6 7095echo "${ECHO_T}yes" >&6
7088 else 7096 else
7089 echo "$as_me:7089: result: no" >&5 7097 echo "$as_me:7097: result: no" >&5
7090echo "${ECHO_T}no" >&6 7098echo "${ECHO_T}no" >&6
7091 fi 7099 fi
7092 fi 7100 fi
@@ -7104,23 +7112,23 @@ fi
7104HAVE_JPEG=no 7112HAVE_JPEG=no
7105if test "${HAVE_X11}" = "yes"; then 7113if test "${HAVE_X11}" = "yes"; then
7106 if test "${with_jpeg}" != "no"; then 7114 if test "${with_jpeg}" != "no"; then
7107 echo "$as_me:7107: checking for jerror.h" >&5 7115 echo "$as_me:7115: checking for jerror.h" >&5
7108echo $ECHO_N "checking for jerror.h... $ECHO_C" >&6 7116echo $ECHO_N "checking for jerror.h... $ECHO_C" >&6
7109if test "${ac_cv_header_jerror_h+set}" = set; then 7117if test "${ac_cv_header_jerror_h+set}" = set; then
7110 echo $ECHO_N "(cached) $ECHO_C" >&6 7118 echo $ECHO_N "(cached) $ECHO_C" >&6
7111else 7119else
7112 cat >conftest.$ac_ext <<_ACEOF 7120 cat >conftest.$ac_ext <<_ACEOF
7113#line 7113 "configure" 7121#line 7121 "configure"
7114#include "confdefs.h" 7122#include "confdefs.h"
7115#include <jerror.h> 7123#include <jerror.h>
7116_ACEOF 7124_ACEOF
7117if { (eval echo "$as_me:7117: \"$ac_cpp conftest.$ac_ext\"") >&5 7125if { (eval echo "$as_me:7125: \"$ac_cpp conftest.$ac_ext\"") >&5
7118 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7126 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7119 ac_status=$? 7127 ac_status=$?
7120 egrep -v '^ *\+' conftest.er1 >conftest.err 7128 egrep -v '^ *\+' conftest.er1 >conftest.err
7121 rm -f conftest.er1 7129 rm -f conftest.er1
7122 cat conftest.err >&5 7130 cat conftest.err >&5
7123 echo "$as_me:7123: \$? = $ac_status" >&5 7131 echo "$as_me:7131: \$? = $ac_status" >&5
7124 (exit $ac_status); } >/dev/null; then 7132 (exit $ac_status); } >/dev/null; then
7125 if test -s conftest.err; then 7133 if test -s conftest.err; then
7126 ac_cpp_err=$ac_c_preproc_warn_flag 7134 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -7139,10 +7147,10 @@ else
7139fi 7147fi
7140rm -f conftest.err conftest.$ac_ext 7148rm -f conftest.err conftest.$ac_ext
7141fi 7149fi
7142echo "$as_me:7142: result: $ac_cv_header_jerror_h" >&5 7150echo "$as_me:7150: result: $ac_cv_header_jerror_h" >&5
7143echo "${ECHO_T}$ac_cv_header_jerror_h" >&6 7151echo "${ECHO_T}$ac_cv_header_jerror_h" >&6
7144if test $ac_cv_header_jerror_h = yes; then 7152if test $ac_cv_header_jerror_h = yes; then
7145 echo "$as_me:7145: checking for jpeg_destroy_compress in -ljpeg" >&5 7153 echo "$as_me:7153: checking for jpeg_destroy_compress in -ljpeg" >&5
7146echo $ECHO_N "checking for jpeg_destroy_compress in -ljpeg... $ECHO_C" >&6 7154echo $ECHO_N "checking for jpeg_destroy_compress in -ljpeg... $ECHO_C" >&6
7147if test "${ac_cv_lib_jpeg_jpeg_destroy_compress+set}" = set; then 7155if test "${ac_cv_lib_jpeg_jpeg_destroy_compress+set}" = set; then
7148 echo $ECHO_N "(cached) $ECHO_C" >&6 7156 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7150,7 +7158,7 @@ else
7150 ac_check_lib_save_LIBS=$LIBS 7158 ac_check_lib_save_LIBS=$LIBS
7151LIBS="-ljpeg $LIBS" 7159LIBS="-ljpeg $LIBS"
7152cat >conftest.$ac_ext <<_ACEOF 7160cat >conftest.$ac_ext <<_ACEOF
7153#line 7153 "configure" 7161#line 7161 "configure"
7154#include "confdefs.h" 7162#include "confdefs.h"
7155 7163
7156/* Override any gcc2 internal prototype to avoid an error. */ 7164/* Override any gcc2 internal prototype to avoid an error. */
@@ -7169,16 +7177,16 @@ jpeg_destroy_compress ();
7169} 7177}
7170_ACEOF 7178_ACEOF
7171rm -f conftest.$ac_objext conftest$ac_exeext 7179rm -f conftest.$ac_objext conftest$ac_exeext
7172if { (eval echo "$as_me:7172: \"$ac_link\"") >&5 7180if { (eval echo "$as_me:7180: \"$ac_link\"") >&5
7173 (eval $ac_link) 2>&5 7181 (eval $ac_link) 2>&5
7174 ac_status=$? 7182 ac_status=$?
7175 echo "$as_me:7175: \$? = $ac_status" >&5 7183 echo "$as_me:7183: \$? = $ac_status" >&5
7176 (exit $ac_status); } && 7184 (exit $ac_status); } &&
7177 { ac_try='test -s conftest$ac_exeext' 7185 { ac_try='test -s conftest$ac_exeext'
7178 { (eval echo "$as_me:7178: \"$ac_try\"") >&5 7186 { (eval echo "$as_me:7186: \"$ac_try\"") >&5
7179 (eval $ac_try) 2>&5 7187 (eval $ac_try) 2>&5
7180 ac_status=$? 7188 ac_status=$?
7181 echo "$as_me:7181: \$? = $ac_status" >&5 7189 echo "$as_me:7189: \$? = $ac_status" >&5
7182 (exit $ac_status); }; }; then 7190 (exit $ac_status); }; }; then
7183 ac_cv_lib_jpeg_jpeg_destroy_compress=yes 7191 ac_cv_lib_jpeg_jpeg_destroy_compress=yes
7184else 7192else
@@ -7189,7 +7197,7 @@ fi
7189rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7197rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7190LIBS=$ac_check_lib_save_LIBS 7198LIBS=$ac_check_lib_save_LIBS
7191fi 7199fi
7192echo "$as_me:7192: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5 7200echo "$as_me:7200: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5
7193echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_destroy_compress" >&6 7201echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_destroy_compress" >&6
7194if test $ac_cv_lib_jpeg_jpeg_destroy_compress = yes; then 7202if test $ac_cv_lib_jpeg_jpeg_destroy_compress = yes; then
7195 HAVE_JPEG=yes 7203 HAVE_JPEG=yes
@@ -7211,23 +7219,23 @@ fi
7211HAVE_PNG=no 7219HAVE_PNG=no
7212if test "${HAVE_X11}" = "yes"; then 7220if test "${HAVE_X11}" = "yes"; then
7213 if test "${with_png}" != "no"; then 7221 if test "${with_png}" != "no"; then
7214 echo "$as_me:7214: checking for png.h" >&5 7222 echo "$as_me:7222: checking for png.h" >&5
7215echo $ECHO_N "checking for png.h... $ECHO_C" >&6 7223echo $ECHO_N "checking for png.h... $ECHO_C" >&6
7216if test "${ac_cv_header_png_h+set}" = set; then 7224if test "${ac_cv_header_png_h+set}" = set; then
7217 echo $ECHO_N "(cached) $ECHO_C" >&6 7225 echo $ECHO_N "(cached) $ECHO_C" >&6
7218else 7226else
7219 cat >conftest.$ac_ext <<_ACEOF 7227 cat >conftest.$ac_ext <<_ACEOF
7220#line 7220 "configure" 7228#line 7228 "configure"
7221#include "confdefs.h" 7229#include "confdefs.h"
7222#include <png.h> 7230#include <png.h>
7223_ACEOF 7231_ACEOF
7224if { (eval echo "$as_me:7224: \"$ac_cpp conftest.$ac_ext\"") >&5 7232if { (eval echo "$as_me:7232: \"$ac_cpp conftest.$ac_ext\"") >&5
7225 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7233 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7226 ac_status=$? 7234 ac_status=$?
7227 egrep -v '^ *\+' conftest.er1 >conftest.err 7235 egrep -v '^ *\+' conftest.er1 >conftest.err
7228 rm -f conftest.er1 7236 rm -f conftest.er1
7229 cat conftest.err >&5 7237 cat conftest.err >&5
7230 echo "$as_me:7230: \$? = $ac_status" >&5 7238 echo "$as_me:7238: \$? = $ac_status" >&5
7231 (exit $ac_status); } >/dev/null; then 7239 (exit $ac_status); } >/dev/null; then
7232 if test -s conftest.err; then 7240 if test -s conftest.err; then
7233 ac_cpp_err=$ac_c_preproc_warn_flag 7241 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -7246,10 +7254,10 @@ else
7246fi 7254fi
7247rm -f conftest.err conftest.$ac_ext 7255rm -f conftest.err conftest.$ac_ext
7248fi 7256fi
7249echo "$as_me:7249: result: $ac_cv_header_png_h" >&5 7257echo "$as_me:7257: result: $ac_cv_header_png_h" >&5
7250echo "${ECHO_T}$ac_cv_header_png_h" >&6 7258echo "${ECHO_T}$ac_cv_header_png_h" >&6
7251if test $ac_cv_header_png_h = yes; then 7259if test $ac_cv_header_png_h = yes; then
7252 echo "$as_me:7252: checking for png_get_channels in -lpng" >&5 7260 echo "$as_me:7260: checking for png_get_channels in -lpng" >&5
7253echo $ECHO_N "checking for png_get_channels in -lpng... $ECHO_C" >&6 7261echo $ECHO_N "checking for png_get_channels in -lpng... $ECHO_C" >&6
7254if test "${ac_cv_lib_png_png_get_channels+set}" = set; then 7262if test "${ac_cv_lib_png_png_get_channels+set}" = set; then
7255 echo $ECHO_N "(cached) $ECHO_C" >&6 7263 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7257,7 +7265,7 @@ else
7257 ac_check_lib_save_LIBS=$LIBS 7265 ac_check_lib_save_LIBS=$LIBS
7258LIBS="-lpng -lz -lm $LIBS" 7266LIBS="-lpng -lz -lm $LIBS"
7259cat >conftest.$ac_ext <<_ACEOF 7267cat >conftest.$ac_ext <<_ACEOF
7260#line 7260 "configure" 7268#line 7268 "configure"
7261#include "confdefs.h" 7269#include "confdefs.h"
7262 7270
7263/* Override any gcc2 internal prototype to avoid an error. */ 7271/* Override any gcc2 internal prototype to avoid an error. */
@@ -7276,16 +7284,16 @@ png_get_channels ();
7276} 7284}
7277_ACEOF 7285_ACEOF
7278rm -f conftest.$ac_objext conftest$ac_exeext 7286rm -f conftest.$ac_objext conftest$ac_exeext
7279if { (eval echo "$as_me:7279: \"$ac_link\"") >&5 7287if { (eval echo "$as_me:7287: \"$ac_link\"") >&5
7280 (eval $ac_link) 2>&5 7288 (eval $ac_link) 2>&5
7281 ac_status=$? 7289 ac_status=$?
7282 echo "$as_me:7282: \$? = $ac_status" >&5 7290 echo "$as_me:7290: \$? = $ac_status" >&5
7283 (exit $ac_status); } && 7291 (exit $ac_status); } &&
7284 { ac_try='test -s conftest$ac_exeext' 7292 { ac_try='test -s conftest$ac_exeext'
7285 { (eval echo "$as_me:7285: \"$ac_try\"") >&5 7293 { (eval echo "$as_me:7293: \"$ac_try\"") >&5
7286 (eval $ac_try) 2>&5 7294 (eval $ac_try) 2>&5
7287 ac_status=$? 7295 ac_status=$?
7288 echo "$as_me:7288: \$? = $ac_status" >&5 7296 echo "$as_me:7296: \$? = $ac_status" >&5
7289 (exit $ac_status); }; }; then 7297 (exit $ac_status); }; }; then
7290 ac_cv_lib_png_png_get_channels=yes 7298 ac_cv_lib_png_png_get_channels=yes
7291else 7299else
@@ -7296,7 +7304,7 @@ fi
7296rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7304rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7297LIBS=$ac_check_lib_save_LIBS 7305LIBS=$ac_check_lib_save_LIBS
7298fi 7306fi
7299echo "$as_me:7299: result: $ac_cv_lib_png_png_get_channels" >&5 7307echo "$as_me:7307: result: $ac_cv_lib_png_png_get_channels" >&5
7300echo "${ECHO_T}$ac_cv_lib_png_png_get_channels" >&6 7308echo "${ECHO_T}$ac_cv_lib_png_png_get_channels" >&6
7301if test $ac_cv_lib_png_png_get_channels = yes; then 7309if test $ac_cv_lib_png_png_get_channels = yes; then
7302 HAVE_PNG=yes 7310 HAVE_PNG=yes
@@ -7318,23 +7326,23 @@ fi
7318HAVE_TIFF=no 7326HAVE_TIFF=no
7319if test "${HAVE_X11}" = "yes"; then 7327if test "${HAVE_X11}" = "yes"; then
7320 if test "${with_tiff}" != "no"; then 7328 if test "${with_tiff}" != "no"; then
7321 echo "$as_me:7321: checking for tiffio.h" >&5 7329 echo "$as_me:7329: checking for tiffio.h" >&5
7322echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6 7330echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
7323if test "${ac_cv_header_tiffio_h+set}" = set; then 7331if test "${ac_cv_header_tiffio_h+set}" = set; then
7324 echo $ECHO_N "(cached) $ECHO_C" >&6 7332 echo $ECHO_N "(cached) $ECHO_C" >&6
7325else 7333else
7326 cat >conftest.$ac_ext <<_ACEOF 7334 cat >conftest.$ac_ext <<_ACEOF
7327#line 7327 "configure" 7335#line 7335 "configure"
7328#include "confdefs.h" 7336#include "confdefs.h"
7329#include <tiffio.h> 7337#include <tiffio.h>
7330_ACEOF 7338_ACEOF
7331if { (eval echo "$as_me:7331: \"$ac_cpp conftest.$ac_ext\"") >&5 7339if { (eval echo "$as_me:7339: \"$ac_cpp conftest.$ac_ext\"") >&5
7332 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7340 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7333 ac_status=$? 7341 ac_status=$?
7334 egrep -v '^ *\+' conftest.er1 >conftest.err 7342 egrep -v '^ *\+' conftest.er1 >conftest.err
7335 rm -f conftest.er1 7343 rm -f conftest.er1
7336 cat conftest.err >&5 7344 cat conftest.err >&5
7337 echo "$as_me:7337: \$? = $ac_status" >&5 7345 echo "$as_me:7345: \$? = $ac_status" >&5
7338 (exit $ac_status); } >/dev/null; then 7346 (exit $ac_status); } >/dev/null; then
7339 if test -s conftest.err; then 7347 if test -s conftest.err; then
7340 ac_cpp_err=$ac_c_preproc_warn_flag 7348 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -7353,13 +7361,13 @@ else
7353fi 7361fi
7354rm -f conftest.err conftest.$ac_ext 7362rm -f conftest.err conftest.$ac_ext
7355fi 7363fi
7356echo "$as_me:7356: result: $ac_cv_header_tiffio_h" >&5 7364echo "$as_me:7364: result: $ac_cv_header_tiffio_h" >&5
7357echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6 7365echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
7358if test $ac_cv_header_tiffio_h = yes; then 7366if test $ac_cv_header_tiffio_h = yes; then
7359 tifflibs="-lz -lm" 7367 tifflibs="-lz -lm"
7360 # At least one tiff package requires the jpeg library. 7368 # At least one tiff package requires the jpeg library.
7361 if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi 7369 if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi
7362 echo "$as_me:7362: checking for TIFFGetVersion in -ltiff" >&5 7370 echo "$as_me:7370: checking for TIFFGetVersion in -ltiff" >&5
7363echo $ECHO_N "checking for TIFFGetVersion in -ltiff... $ECHO_C" >&6 7371echo $ECHO_N "checking for TIFFGetVersion in -ltiff... $ECHO_C" >&6
7364if test "${ac_cv_lib_tiff_TIFFGetVersion+set}" = set; then 7372if test "${ac_cv_lib_tiff_TIFFGetVersion+set}" = set; then
7365 echo $ECHO_N "(cached) $ECHO_C" >&6 7373 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7367,7 +7375,7 @@ else
7367 ac_check_lib_save_LIBS=$LIBS 7375 ac_check_lib_save_LIBS=$LIBS
7368LIBS="-ltiff $tifflibs $LIBS" 7376LIBS="-ltiff $tifflibs $LIBS"
7369cat >conftest.$ac_ext <<_ACEOF 7377cat >conftest.$ac_ext <<_ACEOF
7370#line 7370 "configure" 7378#line 7378 "configure"
7371#include "confdefs.h" 7379#include "confdefs.h"
7372 7380
7373/* Override any gcc2 internal prototype to avoid an error. */ 7381/* Override any gcc2 internal prototype to avoid an error. */
@@ -7386,16 +7394,16 @@ TIFFGetVersion ();
7386} 7394}
7387_ACEOF 7395_ACEOF
7388rm -f conftest.$ac_objext conftest$ac_exeext 7396rm -f conftest.$ac_objext conftest$ac_exeext
7389if { (eval echo "$as_me:7389: \"$ac_link\"") >&5 7397if { (eval echo "$as_me:7397: \"$ac_link\"") >&5
7390 (eval $ac_link) 2>&5 7398 (eval $ac_link) 2>&5
7391 ac_status=$? 7399 ac_status=$?
7392 echo "$as_me:7392: \$? = $ac_status" >&5 7400 echo "$as_me:7400: \$? = $ac_status" >&5
7393 (exit $ac_status); } && 7401 (exit $ac_status); } &&
7394 { ac_try='test -s conftest$ac_exeext' 7402 { ac_try='test -s conftest$ac_exeext'
7395 { (eval echo "$as_me:7395: \"$ac_try\"") >&5 7403 { (eval echo "$as_me:7403: \"$ac_try\"") >&5
7396 (eval $ac_try) 2>&5 7404 (eval $ac_try) 2>&5
7397 ac_status=$? 7405 ac_status=$?
7398 echo "$as_me:7398: \$? = $ac_status" >&5 7406 echo "$as_me:7406: \$? = $ac_status" >&5
7399 (exit $ac_status); }; }; then 7407 (exit $ac_status); }; }; then
7400 ac_cv_lib_tiff_TIFFGetVersion=yes 7408 ac_cv_lib_tiff_TIFFGetVersion=yes
7401else 7409else
@@ -7406,7 +7414,7 @@ fi
7406rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7414rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7407LIBS=$ac_check_lib_save_LIBS 7415LIBS=$ac_check_lib_save_LIBS
7408fi 7416fi
7409echo "$as_me:7409: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5 7417echo "$as_me:7417: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5
7410echo "${ECHO_T}$ac_cv_lib_tiff_TIFFGetVersion" >&6 7418echo "${ECHO_T}$ac_cv_lib_tiff_TIFFGetVersion" >&6
7411if test $ac_cv_lib_tiff_TIFFGetVersion = yes; then 7419if test $ac_cv_lib_tiff_TIFFGetVersion = yes; then
7412 HAVE_TIFF=yes 7420 HAVE_TIFF=yes
@@ -7428,23 +7436,23 @@ fi
7428HAVE_GIF=no 7436HAVE_GIF=no
7429if test "${HAVE_X11}" = "yes"; then 7437if test "${HAVE_X11}" = "yes"; then
7430 if test "${with_gif}" != "no"; then 7438 if test "${with_gif}" != "no"; then
7431 echo "$as_me:7431: checking for gif_lib.h" >&5 7439 echo "$as_me:7439: checking for gif_lib.h" >&5
7432echo $ECHO_N "checking for gif_lib.h... $ECHO_C" >&6 7440echo $ECHO_N "checking for gif_lib.h... $ECHO_C" >&6
7433if test "${ac_cv_header_gif_lib_h+set}" = set; then 7441if test "${ac_cv_header_gif_lib_h+set}" = set; then
7434 echo $ECHO_N "(cached) $ECHO_C" >&6 7442 echo $ECHO_N "(cached) $ECHO_C" >&6
7435else 7443else
7436 cat >conftest.$ac_ext <<_ACEOF 7444 cat >conftest.$ac_ext <<_ACEOF
7437#line 7437 "configure" 7445#line 7445 "configure"
7438#include "confdefs.h" 7446#include "confdefs.h"
7439#include <gif_lib.h> 7447#include <gif_lib.h>
7440_ACEOF 7448_ACEOF
7441if { (eval echo "$as_me:7441: \"$ac_cpp conftest.$ac_ext\"") >&5 7449if { (eval echo "$as_me:7449: \"$ac_cpp conftest.$ac_ext\"") >&5
7442 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7450 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7443 ac_status=$? 7451 ac_status=$?
7444 egrep -v '^ *\+' conftest.er1 >conftest.err 7452 egrep -v '^ *\+' conftest.er1 >conftest.err
7445 rm -f conftest.er1 7453 rm -f conftest.er1
7446 cat conftest.err >&5 7454 cat conftest.err >&5
7447 echo "$as_me:7447: \$? = $ac_status" >&5 7455 echo "$as_me:7455: \$? = $ac_status" >&5
7448 (exit $ac_status); } >/dev/null; then 7456 (exit $ac_status); } >/dev/null; then
7449 if test -s conftest.err; then 7457 if test -s conftest.err; then
7450 ac_cpp_err=$ac_c_preproc_warn_flag 7458 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -7463,10 +7471,10 @@ else
7463fi 7471fi
7464rm -f conftest.err conftest.$ac_ext 7472rm -f conftest.err conftest.$ac_ext
7465fi 7473fi
7466echo "$as_me:7466: result: $ac_cv_header_gif_lib_h" >&5 7474echo "$as_me:7474: result: $ac_cv_header_gif_lib_h" >&5
7467echo "${ECHO_T}$ac_cv_header_gif_lib_h" >&6 7475echo "${ECHO_T}$ac_cv_header_gif_lib_h" >&6
7468if test $ac_cv_header_gif_lib_h = yes; then 7476if test $ac_cv_header_gif_lib_h = yes; then
7469 echo "$as_me:7469: checking for DGifOpen in -lungif" >&5 7477 echo "$as_me:7477: checking for DGifOpen in -lungif" >&5
7470echo $ECHO_N "checking for DGifOpen in -lungif... $ECHO_C" >&6 7478echo $ECHO_N "checking for DGifOpen in -lungif... $ECHO_C" >&6
7471if test "${ac_cv_lib_ungif_DGifOpen+set}" = set; then 7479if test "${ac_cv_lib_ungif_DGifOpen+set}" = set; then
7472 echo $ECHO_N "(cached) $ECHO_C" >&6 7480 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7474,7 +7482,7 @@ else
7474 ac_check_lib_save_LIBS=$LIBS 7482 ac_check_lib_save_LIBS=$LIBS
7475LIBS="-lungif $LIBS" 7483LIBS="-lungif $LIBS"
7476cat >conftest.$ac_ext <<_ACEOF 7484cat >conftest.$ac_ext <<_ACEOF
7477#line 7477 "configure" 7485#line 7485 "configure"
7478#include "confdefs.h" 7486#include "confdefs.h"
7479 7487
7480/* Override any gcc2 internal prototype to avoid an error. */ 7488/* Override any gcc2 internal prototype to avoid an error. */
@@ -7493,16 +7501,16 @@ DGifOpen ();
7493} 7501}
7494_ACEOF 7502_ACEOF
7495rm -f conftest.$ac_objext conftest$ac_exeext 7503rm -f conftest.$ac_objext conftest$ac_exeext
7496if { (eval echo "$as_me:7496: \"$ac_link\"") >&5 7504if { (eval echo "$as_me:7504: \"$ac_link\"") >&5
7497 (eval $ac_link) 2>&5 7505 (eval $ac_link) 2>&5
7498 ac_status=$? 7506 ac_status=$?
7499 echo "$as_me:7499: \$? = $ac_status" >&5 7507 echo "$as_me:7507: \$? = $ac_status" >&5
7500 (exit $ac_status); } && 7508 (exit $ac_status); } &&
7501 { ac_try='test -s conftest$ac_exeext' 7509 { ac_try='test -s conftest$ac_exeext'
7502 { (eval echo "$as_me:7502: \"$ac_try\"") >&5 7510 { (eval echo "$as_me:7510: \"$ac_try\"") >&5
7503 (eval $ac_try) 2>&5 7511 (eval $ac_try) 2>&5
7504 ac_status=$? 7512 ac_status=$?
7505 echo "$as_me:7505: \$? = $ac_status" >&5 7513 echo "$as_me:7513: \$? = $ac_status" >&5
7506 (exit $ac_status); }; }; then 7514 (exit $ac_status); }; }; then
7507 ac_cv_lib_ungif_DGifOpen=yes 7515 ac_cv_lib_ungif_DGifOpen=yes
7508else 7516else
@@ -7513,7 +7521,7 @@ fi
7513rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7521rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7514LIBS=$ac_check_lib_save_LIBS 7522LIBS=$ac_check_lib_save_LIBS
7515fi 7523fi
7516echo "$as_me:7516: result: $ac_cv_lib_ungif_DGifOpen" >&5 7524echo "$as_me:7524: result: $ac_cv_lib_ungif_DGifOpen" >&5
7517echo "${ECHO_T}$ac_cv_lib_ungif_DGifOpen" >&6 7525echo "${ECHO_T}$ac_cv_lib_ungif_DGifOpen" >&6
7518if test $ac_cv_lib_ungif_DGifOpen = yes; then 7526if test $ac_cv_lib_ungif_DGifOpen = yes; then
7519 HAVE_GIF=yes 7527 HAVE_GIF=yes
@@ -7532,13 +7540,13 @@ EOF
7532fi 7540fi
7533 7541
7534# If netdb.h doesn't declare h_errno, we must declare it by hand. 7542# If netdb.h doesn't declare h_errno, we must declare it by hand.
7535echo "$as_me:7535: checking whether netdb declares h_errno" >&5 7543echo "$as_me:7543: checking whether netdb declares h_errno" >&5
7536echo $ECHO_N "checking whether netdb declares h_errno... $ECHO_C" >&6 7544echo $ECHO_N "checking whether netdb declares h_errno... $ECHO_C" >&6
7537if test "${emacs_cv_netdb_declares_h_errno+set}" = set; then 7545if test "${emacs_cv_netdb_declares_h_errno+set}" = set; then
7538 echo $ECHO_N "(cached) $ECHO_C" >&6 7546 echo $ECHO_N "(cached) $ECHO_C" >&6
7539else 7547else
7540 cat >conftest.$ac_ext <<_ACEOF 7548 cat >conftest.$ac_ext <<_ACEOF
7541#line 7541 "configure" 7549#line 7549 "configure"
7542#include "confdefs.h" 7550#include "confdefs.h"
7543#include <netdb.h> 7551#include <netdb.h>
7544int 7552int
@@ -7550,16 +7558,16 @@ return h_errno;
7550} 7558}
7551_ACEOF 7559_ACEOF
7552rm -f conftest.$ac_objext conftest$ac_exeext 7560rm -f conftest.$ac_objext conftest$ac_exeext
7553if { (eval echo "$as_me:7553: \"$ac_link\"") >&5 7561if { (eval echo "$as_me:7561: \"$ac_link\"") >&5
7554 (eval $ac_link) 2>&5 7562 (eval $ac_link) 2>&5
7555 ac_status=$? 7563 ac_status=$?
7556 echo "$as_me:7556: \$? = $ac_status" >&5 7564 echo "$as_me:7564: \$? = $ac_status" >&5
7557 (exit $ac_status); } && 7565 (exit $ac_status); } &&
7558 { ac_try='test -s conftest$ac_exeext' 7566 { ac_try='test -s conftest$ac_exeext'
7559 { (eval echo "$as_me:7559: \"$ac_try\"") >&5 7567 { (eval echo "$as_me:7567: \"$ac_try\"") >&5
7560 (eval $ac_try) 2>&5 7568 (eval $ac_try) 2>&5
7561 ac_status=$? 7569 ac_status=$?
7562 echo "$as_me:7562: \$? = $ac_status" >&5 7570 echo "$as_me:7570: \$? = $ac_status" >&5
7563 (exit $ac_status); }; }; then 7571 (exit $ac_status); }; }; then
7564 emacs_cv_netdb_declares_h_errno=yes 7572 emacs_cv_netdb_declares_h_errno=yes
7565else 7573else
@@ -7569,7 +7577,7 @@ emacs_cv_netdb_declares_h_errno=no
7569fi 7577fi
7570rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7578rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7571fi 7579fi
7572echo "$as_me:7572: result: $emacs_cv_netdb_declares_h_errno" >&5 7580echo "$as_me:7580: result: $emacs_cv_netdb_declares_h_errno" >&5
7573echo "${ECHO_T}$emacs_cv_netdb_declares_h_errno" >&6 7581echo "${ECHO_T}$emacs_cv_netdb_declares_h_errno" >&6
7574if test $emacs_cv_netdb_declares_h_errno = yes; then 7582if test $emacs_cv_netdb_declares_h_errno = yes; then
7575 cat >>confdefs.h <<\EOF 7583 cat >>confdefs.h <<\EOF
@@ -7580,13 +7588,13 @@ fi
7580 7588
7581# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works 7589# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
7582# for constant arguments. Useless! 7590# for constant arguments. Useless!
7583echo "$as_me:7583: checking for working alloca.h" >&5 7591echo "$as_me:7591: checking for working alloca.h" >&5
7584echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6 7592echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
7585if test "${ac_cv_working_alloca_h+set}" = set; then 7593if test "${ac_cv_working_alloca_h+set}" = set; then
7586 echo $ECHO_N "(cached) $ECHO_C" >&6 7594 echo $ECHO_N "(cached) $ECHO_C" >&6
7587else 7595else
7588 cat >conftest.$ac_ext <<_ACEOF 7596 cat >conftest.$ac_ext <<_ACEOF
7589#line 7589 "configure" 7597#line 7597 "configure"
7590#include "confdefs.h" 7598#include "confdefs.h"
7591#include <alloca.h> 7599#include <alloca.h>
7592int 7600int
@@ -7598,16 +7606,16 @@ char *p = (char *) alloca (2 * sizeof (int));
7598} 7606}
7599_ACEOF 7607_ACEOF
7600rm -f conftest.$ac_objext conftest$ac_exeext 7608rm -f conftest.$ac_objext conftest$ac_exeext
7601if { (eval echo "$as_me:7601: \"$ac_link\"") >&5 7609if { (eval echo "$as_me:7609: \"$ac_link\"") >&5
7602 (eval $ac_link) 2>&5 7610 (eval $ac_link) 2>&5
7603 ac_status=$? 7611 ac_status=$?
7604 echo "$as_me:7604: \$? = $ac_status" >&5 7612 echo "$as_me:7612: \$? = $ac_status" >&5
7605 (exit $ac_status); } && 7613 (exit $ac_status); } &&
7606 { ac_try='test -s conftest$ac_exeext' 7614 { ac_try='test -s conftest$ac_exeext'
7607 { (eval echo "$as_me:7607: \"$ac_try\"") >&5 7615 { (eval echo "$as_me:7615: \"$ac_try\"") >&5
7608 (eval $ac_try) 2>&5 7616 (eval $ac_try) 2>&5
7609 ac_status=$? 7617 ac_status=$?
7610 echo "$as_me:7610: \$? = $ac_status" >&5 7618 echo "$as_me:7618: \$? = $ac_status" >&5
7611 (exit $ac_status); }; }; then 7619 (exit $ac_status); }; }; then
7612 ac_cv_working_alloca_h=yes 7620 ac_cv_working_alloca_h=yes
7613else 7621else
@@ -7617,7 +7625,7 @@ ac_cv_working_alloca_h=no
7617fi 7625fi
7618rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7626rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7619fi 7627fi
7620echo "$as_me:7620: result: $ac_cv_working_alloca_h" >&5 7628echo "$as_me:7628: result: $ac_cv_working_alloca_h" >&5
7621echo "${ECHO_T}$ac_cv_working_alloca_h" >&6 7629echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
7622if test $ac_cv_working_alloca_h = yes; then 7630if test $ac_cv_working_alloca_h = yes; then
7623 7631
@@ -7627,13 +7635,13 @@ EOF
7627 7635
7628fi 7636fi
7629 7637
7630echo "$as_me:7630: checking for alloca" >&5 7638echo "$as_me:7638: checking for alloca" >&5
7631echo $ECHO_N "checking for alloca... $ECHO_C" >&6 7639echo $ECHO_N "checking for alloca... $ECHO_C" >&6
7632if test "${ac_cv_func_alloca_works+set}" = set; then 7640if test "${ac_cv_func_alloca_works+set}" = set; then
7633 echo $ECHO_N "(cached) $ECHO_C" >&6 7641 echo $ECHO_N "(cached) $ECHO_C" >&6
7634else 7642else
7635 cat >conftest.$ac_ext <<_ACEOF 7643 cat >conftest.$ac_ext <<_ACEOF
7636#line 7636 "configure" 7644#line 7644 "configure"
7637#include "confdefs.h" 7645#include "confdefs.h"
7638#ifdef __GNUC__ 7646#ifdef __GNUC__
7639# define alloca __builtin_alloca 7647# define alloca __builtin_alloca
@@ -7665,16 +7673,16 @@ char *p = (char *) alloca (1);
7665} 7673}
7666_ACEOF 7674_ACEOF
7667rm -f conftest.$ac_objext conftest$ac_exeext 7675rm -f conftest.$ac_objext conftest$ac_exeext
7668if { (eval echo "$as_me:7668: \"$ac_link\"") >&5 7676if { (eval echo "$as_me:7676: \"$ac_link\"") >&5
7669 (eval $ac_link) 2>&5 7677 (eval $ac_link) 2>&5
7670 ac_status=$? 7678 ac_status=$?
7671 echo "$as_me:7671: \$? = $ac_status" >&5 7679 echo "$as_me:7679: \$? = $ac_status" >&5
7672 (exit $ac_status); } && 7680 (exit $ac_status); } &&
7673 { ac_try='test -s conftest$ac_exeext' 7681 { ac_try='test -s conftest$ac_exeext'
7674 { (eval echo "$as_me:7674: \"$ac_try\"") >&5 7682 { (eval echo "$as_me:7682: \"$ac_try\"") >&5
7675 (eval $ac_try) 2>&5 7683 (eval $ac_try) 2>&5
7676 ac_status=$? 7684 ac_status=$?
7677 echo "$as_me:7677: \$? = $ac_status" >&5 7685 echo "$as_me:7685: \$? = $ac_status" >&5
7678 (exit $ac_status); }; }; then 7686 (exit $ac_status); }; }; then
7679 ac_cv_func_alloca_works=yes 7687 ac_cv_func_alloca_works=yes
7680else 7688else
@@ -7684,7 +7692,7 @@ ac_cv_func_alloca_works=no
7684fi 7692fi
7685rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7693rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7686fi 7694fi
7687echo "$as_me:7687: result: $ac_cv_func_alloca_works" >&5 7695echo "$as_me:7695: result: $ac_cv_func_alloca_works" >&5
7688echo "${ECHO_T}$ac_cv_func_alloca_works" >&6 7696echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
7689 7697
7690if test $ac_cv_func_alloca_works = yes; then 7698if test $ac_cv_func_alloca_works = yes; then
@@ -7705,13 +7713,13 @@ cat >>confdefs.h <<\EOF
7705#define C_ALLOCA 1 7713#define C_ALLOCA 1
7706EOF 7714EOF
7707 7715
7708echo "$as_me:7708: checking whether \`alloca.c' needs Cray hooks" >&5 7716echo "$as_me:7716: checking whether \`alloca.c' needs Cray hooks" >&5
7709echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6 7717echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
7710if test "${ac_cv_os_cray+set}" = set; then 7718if test "${ac_cv_os_cray+set}" = set; then
7711 echo $ECHO_N "(cached) $ECHO_C" >&6 7719 echo $ECHO_N "(cached) $ECHO_C" >&6
7712else 7720else
7713 cat >conftest.$ac_ext <<_ACEOF 7721 cat >conftest.$ac_ext <<_ACEOF
7714#line 7714 "configure" 7722#line 7722 "configure"
7715#include "confdefs.h" 7723#include "confdefs.h"
7716#if defined(CRAY) && ! defined(CRAY2) 7724#if defined(CRAY) && ! defined(CRAY2)
7717webecray 7725webecray
@@ -7729,18 +7737,18 @@ fi
7729rm -f conftest* 7737rm -f conftest*
7730 7738
7731fi 7739fi
7732echo "$as_me:7732: result: $ac_cv_os_cray" >&5 7740echo "$as_me:7740: result: $ac_cv_os_cray" >&5
7733echo "${ECHO_T}$ac_cv_os_cray" >&6 7741echo "${ECHO_T}$ac_cv_os_cray" >&6
7734if test $ac_cv_os_cray = yes; then 7742if test $ac_cv_os_cray = yes; then
7735 for ac_func in _getb67 GETB67 getb67; do 7743 for ac_func in _getb67 GETB67 getb67; do
7736 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 7744 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7737echo "$as_me:7737: checking for $ac_func" >&5 7745echo "$as_me:7745: checking for $ac_func" >&5
7738echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 7746echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7739if eval "test \"\${$as_ac_var+set}\" = set"; then 7747if eval "test \"\${$as_ac_var+set}\" = set"; then
7740 echo $ECHO_N "(cached) $ECHO_C" >&6 7748 echo $ECHO_N "(cached) $ECHO_C" >&6
7741else 7749else
7742 cat >conftest.$ac_ext <<_ACEOF 7750 cat >conftest.$ac_ext <<_ACEOF
7743#line 7743 "configure" 7751#line 7751 "configure"
7744#include "confdefs.h" 7752#include "confdefs.h"
7745/* System header to define __stub macros and hopefully few prototypes, 7753/* System header to define __stub macros and hopefully few prototypes,
7746 which can conflict with char $ac_func (); below. */ 7754 which can conflict with char $ac_func (); below. */
@@ -7771,16 +7779,16 @@ f = $ac_func;
7771} 7779}
7772_ACEOF 7780_ACEOF
7773rm -f conftest.$ac_objext conftest$ac_exeext 7781rm -f conftest.$ac_objext conftest$ac_exeext
7774if { (eval echo "$as_me:7774: \"$ac_link\"") >&5 7782if { (eval echo "$as_me:7782: \"$ac_link\"") >&5
7775 (eval $ac_link) 2>&5 7783 (eval $ac_link) 2>&5
7776 ac_status=$? 7784 ac_status=$?
7777 echo "$as_me:7777: \$? = $ac_status" >&5 7785 echo "$as_me:7785: \$? = $ac_status" >&5
7778 (exit $ac_status); } && 7786 (exit $ac_status); } &&
7779 { ac_try='test -s conftest$ac_exeext' 7787 { ac_try='test -s conftest$ac_exeext'
7780 { (eval echo "$as_me:7780: \"$ac_try\"") >&5 7788 { (eval echo "$as_me:7788: \"$ac_try\"") >&5
7781 (eval $ac_try) 2>&5 7789 (eval $ac_try) 2>&5
7782 ac_status=$? 7790 ac_status=$?
7783 echo "$as_me:7783: \$? = $ac_status" >&5 7791 echo "$as_me:7791: \$? = $ac_status" >&5
7784 (exit $ac_status); }; }; then 7792 (exit $ac_status); }; }; then
7785 eval "$as_ac_var=yes" 7793 eval "$as_ac_var=yes"
7786else 7794else
@@ -7790,7 +7798,7 @@ eval "$as_ac_var=no"
7790fi 7798fi
7791rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7799rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7792fi 7800fi
7793echo "$as_me:7793: result: `eval echo '${'$as_ac_var'}'`" >&5 7801echo "$as_me:7801: result: `eval echo '${'$as_ac_var'}'`" >&5
7794echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 7802echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7795if test `eval echo '${'$as_ac_var'}'` = yes; then 7803if test `eval echo '${'$as_ac_var'}'` = yes; then
7796 7804
@@ -7804,7 +7812,7 @@ fi
7804 done 7812 done
7805fi 7813fi
7806 7814
7807echo "$as_me:7807: checking stack direction for C alloca" >&5 7815echo "$as_me:7815: checking stack direction for C alloca" >&5
7808echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6 7816echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
7809if test "${ac_cv_c_stack_direction+set}" = set; then 7817if test "${ac_cv_c_stack_direction+set}" = set; then
7810 echo $ECHO_N "(cached) $ECHO_C" >&6 7818 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7813,7 +7821,7 @@ else
7813 ac_cv_c_stack_direction=0 7821 ac_cv_c_stack_direction=0
7814else 7822else
7815 cat >conftest.$ac_ext <<_ACEOF 7823 cat >conftest.$ac_ext <<_ACEOF
7816#line 7816 "configure" 7824#line 7824 "configure"
7817#include "confdefs.h" 7825#include "confdefs.h"
7818int 7826int
7819find_stack_direction () 7827find_stack_direction ()
@@ -7836,15 +7844,15 @@ main ()
7836} 7844}
7837_ACEOF 7845_ACEOF
7838rm -f conftest$ac_exeext 7846rm -f conftest$ac_exeext
7839if { (eval echo "$as_me:7839: \"$ac_link\"") >&5 7847if { (eval echo "$as_me:7847: \"$ac_link\"") >&5
7840 (eval $ac_link) 2>&5 7848 (eval $ac_link) 2>&5
7841 ac_status=$? 7849 ac_status=$?
7842 echo "$as_me:7842: \$? = $ac_status" >&5 7850 echo "$as_me:7850: \$? = $ac_status" >&5
7843 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 7851 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7844 { (eval echo "$as_me:7844: \"$ac_try\"") >&5 7852 { (eval echo "$as_me:7852: \"$ac_try\"") >&5
7845 (eval $ac_try) 2>&5 7853 (eval $ac_try) 2>&5
7846 ac_status=$? 7854 ac_status=$?
7847 echo "$as_me:7847: \$? = $ac_status" >&5 7855 echo "$as_me:7855: \$? = $ac_status" >&5
7848 (exit $ac_status); }; }; then 7856 (exit $ac_status); }; }; then
7849 ac_cv_c_stack_direction=1 7857 ac_cv_c_stack_direction=1
7850else 7858else
@@ -7856,7 +7864,7 @@ fi
7856rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 7864rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7857fi 7865fi
7858fi 7866fi
7859echo "$as_me:7859: result: $ac_cv_c_stack_direction" >&5 7867echo "$as_me:7867: result: $ac_cv_c_stack_direction" >&5
7860echo "${ECHO_T}$ac_cv_c_stack_direction" >&6 7868echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
7861 7869
7862cat >>confdefs.h <<EOF 7870cat >>confdefs.h <<EOF
@@ -7868,7 +7876,7 @@ fi
7868# fmod, logb, and frexp are found in -lm on most systems. 7876# fmod, logb, and frexp are found in -lm on most systems.
7869# On HPUX 9.01, -lm does not contain logb, so check for sqrt. 7877# On HPUX 9.01, -lm does not contain logb, so check for sqrt.
7870 7878
7871echo "$as_me:7871: checking for sqrt in -lm" >&5 7879echo "$as_me:7879: checking for sqrt in -lm" >&5
7872echo $ECHO_N "checking for sqrt in -lm... $ECHO_C" >&6 7880echo $ECHO_N "checking for sqrt in -lm... $ECHO_C" >&6
7873if test "${ac_cv_lib_m_sqrt+set}" = set; then 7881if test "${ac_cv_lib_m_sqrt+set}" = set; then
7874 echo $ECHO_N "(cached) $ECHO_C" >&6 7882 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7876,7 +7884,7 @@ else
7876 ac_check_lib_save_LIBS=$LIBS 7884 ac_check_lib_save_LIBS=$LIBS
7877LIBS="-lm $LIBS" 7885LIBS="-lm $LIBS"
7878cat >conftest.$ac_ext <<_ACEOF 7886cat >conftest.$ac_ext <<_ACEOF
7879#line 7879 "configure" 7887#line 7887 "configure"
7880#include "confdefs.h" 7888#include "confdefs.h"
7881 7889
7882/* Override any gcc2 internal prototype to avoid an error. */ 7890/* Override any gcc2 internal prototype to avoid an error. */
@@ -7895,16 +7903,16 @@ sqrt ();
7895} 7903}
7896_ACEOF 7904_ACEOF
7897rm -f conftest.$ac_objext conftest$ac_exeext 7905rm -f conftest.$ac_objext conftest$ac_exeext
7898if { (eval echo "$as_me:7898: \"$ac_link\"") >&5 7906if { (eval echo "$as_me:7906: \"$ac_link\"") >&5
7899 (eval $ac_link) 2>&5 7907 (eval $ac_link) 2>&5
7900 ac_status=$? 7908 ac_status=$?
7901 echo "$as_me:7901: \$? = $ac_status" >&5 7909 echo "$as_me:7909: \$? = $ac_status" >&5
7902 (exit $ac_status); } && 7910 (exit $ac_status); } &&
7903 { ac_try='test -s conftest$ac_exeext' 7911 { ac_try='test -s conftest$ac_exeext'
7904 { (eval echo "$as_me:7904: \"$ac_try\"") >&5 7912 { (eval echo "$as_me:7912: \"$ac_try\"") >&5
7905 (eval $ac_try) 2>&5 7913 (eval $ac_try) 2>&5
7906 ac_status=$? 7914 ac_status=$?
7907 echo "$as_me:7907: \$? = $ac_status" >&5 7915 echo "$as_me:7915: \$? = $ac_status" >&5
7908 (exit $ac_status); }; }; then 7916 (exit $ac_status); }; }; then
7909 ac_cv_lib_m_sqrt=yes 7917 ac_cv_lib_m_sqrt=yes
7910else 7918else
@@ -7915,7 +7923,7 @@ fi
7915rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7923rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7916LIBS=$ac_check_lib_save_LIBS 7924LIBS=$ac_check_lib_save_LIBS
7917fi 7925fi
7918echo "$as_me:7918: result: $ac_cv_lib_m_sqrt" >&5 7926echo "$as_me:7926: result: $ac_cv_lib_m_sqrt" >&5
7919echo "${ECHO_T}$ac_cv_lib_m_sqrt" >&6 7927echo "${ECHO_T}$ac_cv_lib_m_sqrt" >&6
7920if test $ac_cv_lib_m_sqrt = yes; then 7928if test $ac_cv_lib_m_sqrt = yes; then
7921 cat >>confdefs.h <<EOF 7929 cat >>confdefs.h <<EOF
@@ -7928,7 +7936,7 @@ fi
7928 7936
7929# Check for mail-locking functions in a "mail" library 7937# Check for mail-locking functions in a "mail" library
7930 7938
7931echo "$as_me:7931: checking for maillock in -lmail" >&5 7939echo "$as_me:7939: checking for maillock in -lmail" >&5
7932echo $ECHO_N "checking for maillock in -lmail... $ECHO_C" >&6 7940echo $ECHO_N "checking for maillock in -lmail... $ECHO_C" >&6
7933if test "${ac_cv_lib_mail_maillock+set}" = set; then 7941if test "${ac_cv_lib_mail_maillock+set}" = set; then
7934 echo $ECHO_N "(cached) $ECHO_C" >&6 7942 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7936,7 +7944,7 @@ else
7936 ac_check_lib_save_LIBS=$LIBS 7944 ac_check_lib_save_LIBS=$LIBS
7937LIBS="-lmail $LIBS" 7945LIBS="-lmail $LIBS"
7938cat >conftest.$ac_ext <<_ACEOF 7946cat >conftest.$ac_ext <<_ACEOF
7939#line 7939 "configure" 7947#line 7947 "configure"
7940#include "confdefs.h" 7948#include "confdefs.h"
7941 7949
7942/* Override any gcc2 internal prototype to avoid an error. */ 7950/* Override any gcc2 internal prototype to avoid an error. */
@@ -7955,16 +7963,16 @@ maillock ();
7955} 7963}
7956_ACEOF 7964_ACEOF
7957rm -f conftest.$ac_objext conftest$ac_exeext 7965rm -f conftest.$ac_objext conftest$ac_exeext
7958if { (eval echo "$as_me:7958: \"$ac_link\"") >&5 7966if { (eval echo "$as_me:7966: \"$ac_link\"") >&5
7959 (eval $ac_link) 2>&5 7967 (eval $ac_link) 2>&5
7960 ac_status=$? 7968 ac_status=$?
7961 echo "$as_me:7961: \$? = $ac_status" >&5 7969 echo "$as_me:7969: \$? = $ac_status" >&5
7962 (exit $ac_status); } && 7970 (exit $ac_status); } &&
7963 { ac_try='test -s conftest$ac_exeext' 7971 { ac_try='test -s conftest$ac_exeext'
7964 { (eval echo "$as_me:7964: \"$ac_try\"") >&5 7972 { (eval echo "$as_me:7972: \"$ac_try\"") >&5
7965 (eval $ac_try) 2>&5 7973 (eval $ac_try) 2>&5
7966 ac_status=$? 7974 ac_status=$?
7967 echo "$as_me:7967: \$? = $ac_status" >&5 7975 echo "$as_me:7975: \$? = $ac_status" >&5
7968 (exit $ac_status); }; }; then 7976 (exit $ac_status); }; }; then
7969 ac_cv_lib_mail_maillock=yes 7977 ac_cv_lib_mail_maillock=yes
7970else 7978else
@@ -7975,7 +7983,7 @@ fi
7975rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7983rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7976LIBS=$ac_check_lib_save_LIBS 7984LIBS=$ac_check_lib_save_LIBS
7977fi 7985fi
7978echo "$as_me:7978: result: $ac_cv_lib_mail_maillock" >&5 7986echo "$as_me:7986: result: $ac_cv_lib_mail_maillock" >&5
7979echo "${ECHO_T}$ac_cv_lib_mail_maillock" >&6 7987echo "${ECHO_T}$ac_cv_lib_mail_maillock" >&6
7980if test $ac_cv_lib_mail_maillock = yes; then 7988if test $ac_cv_lib_mail_maillock = yes; then
7981 cat >>confdefs.h <<EOF 7989 cat >>confdefs.h <<EOF
@@ -7986,7 +7994,7 @@ EOF
7986 7994
7987fi 7995fi
7988 7996
7989echo "$as_me:7989: checking for maillock in -llockfile" >&5 7997echo "$as_me:7997: checking for maillock in -llockfile" >&5
7990echo $ECHO_N "checking for maillock in -llockfile... $ECHO_C" >&6 7998echo $ECHO_N "checking for maillock in -llockfile... $ECHO_C" >&6
7991if test "${ac_cv_lib_lockfile_maillock+set}" = set; then 7999if test "${ac_cv_lib_lockfile_maillock+set}" = set; then
7992 echo $ECHO_N "(cached) $ECHO_C" >&6 8000 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7994,7 +8002,7 @@ else
7994 ac_check_lib_save_LIBS=$LIBS 8002 ac_check_lib_save_LIBS=$LIBS
7995LIBS="-llockfile $LIBS" 8003LIBS="-llockfile $LIBS"
7996cat >conftest.$ac_ext <<_ACEOF 8004cat >conftest.$ac_ext <<_ACEOF
7997#line 7997 "configure" 8005#line 8005 "configure"
7998#include "confdefs.h" 8006#include "confdefs.h"
7999 8007
8000/* Override any gcc2 internal prototype to avoid an error. */ 8008/* Override any gcc2 internal prototype to avoid an error. */
@@ -8013,16 +8021,16 @@ maillock ();
8013} 8021}
8014_ACEOF 8022_ACEOF
8015rm -f conftest.$ac_objext conftest$ac_exeext 8023rm -f conftest.$ac_objext conftest$ac_exeext
8016if { (eval echo "$as_me:8016: \"$ac_link\"") >&5 8024if { (eval echo "$as_me:8024: \"$ac_link\"") >&5
8017 (eval $ac_link) 2>&5 8025 (eval $ac_link) 2>&5
8018 ac_status=$? 8026 ac_status=$?
8019 echo "$as_me:8019: \$? = $ac_status" >&5 8027 echo "$as_me:8027: \$? = $ac_status" >&5
8020 (exit $ac_status); } && 8028 (exit $ac_status); } &&
8021 { ac_try='test -s conftest$ac_exeext' 8029 { ac_try='test -s conftest$ac_exeext'
8022 { (eval echo "$as_me:8022: \"$ac_try\"") >&5 8030 { (eval echo "$as_me:8030: \"$ac_try\"") >&5
8023 (eval $ac_try) 2>&5 8031 (eval $ac_try) 2>&5
8024 ac_status=$? 8032 ac_status=$?
8025 echo "$as_me:8025: \$? = $ac_status" >&5 8033 echo "$as_me:8033: \$? = $ac_status" >&5
8026 (exit $ac_status); }; }; then 8034 (exit $ac_status); }; }; then
8027 ac_cv_lib_lockfile_maillock=yes 8035 ac_cv_lib_lockfile_maillock=yes
8028else 8036else
@@ -8033,7 +8041,7 @@ fi
8033rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8041rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8034LIBS=$ac_check_lib_save_LIBS 8042LIBS=$ac_check_lib_save_LIBS
8035fi 8043fi
8036echo "$as_me:8036: result: $ac_cv_lib_lockfile_maillock" >&5 8044echo "$as_me:8044: result: $ac_cv_lib_lockfile_maillock" >&5
8037echo "${ECHO_T}$ac_cv_lib_lockfile_maillock" >&6 8045echo "${ECHO_T}$ac_cv_lib_lockfile_maillock" >&6
8038if test $ac_cv_lib_lockfile_maillock = yes; then 8046if test $ac_cv_lib_lockfile_maillock = yes; then
8039 cat >>confdefs.h <<EOF 8047 cat >>confdefs.h <<EOF
@@ -8050,7 +8058,7 @@ fi
8050if test "$ac_cv_lib_lockfile_maillock" = no; then 8058if test "$ac_cv_lib_lockfile_maillock" = no; then
8051 # Extract the first word of "liblockfile.so", so it can be a program name with args. 8059 # Extract the first word of "liblockfile.so", so it can be a program name with args.
8052set dummy liblockfile.so; ac_word=$2 8060set dummy liblockfile.so; ac_word=$2
8053echo "$as_me:8053: checking for $ac_word" >&5 8061echo "$as_me:8061: checking for $ac_word" >&5
8054echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 8062echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8055if test "${ac_cv_prog_liblockfile+set}" = set; then 8063if test "${ac_cv_prog_liblockfile+set}" = set; then
8056 echo $ECHO_N "(cached) $ECHO_C" >&6 8064 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8065,7 +8073,7 @@ for ac_dir in $ac_dummy; do
8065 test -z "$ac_dir" && ac_dir=. 8073 test -z "$ac_dir" && ac_dir=.
8066 $as_executable_p "$ac_dir/$ac_word" || continue 8074 $as_executable_p "$ac_dir/$ac_word" || continue
8067ac_cv_prog_liblockfile="yes" 8075ac_cv_prog_liblockfile="yes"
8068echo "$as_me:8068: found $ac_dir/$ac_word" >&5 8076echo "$as_me:8076: found $ac_dir/$ac_word" >&5
8069break 8077break
8070done 8078done
8071 8079
@@ -8074,15 +8082,15 @@ fi
8074fi 8082fi
8075liblockfile=$ac_cv_prog_liblockfile 8083liblockfile=$ac_cv_prog_liblockfile
8076if test -n "$liblockfile"; then 8084if test -n "$liblockfile"; then
8077 echo "$as_me:8077: result: $liblockfile" >&5 8085 echo "$as_me:8085: result: $liblockfile" >&5
8078echo "${ECHO_T}$liblockfile" >&6 8086echo "${ECHO_T}$liblockfile" >&6
8079else 8087else
8080 echo "$as_me:8080: result: no" >&5 8088 echo "$as_me:8088: result: no" >&5
8081echo "${ECHO_T}no" >&6 8089echo "${ECHO_T}no" >&6
8082fi 8090fi
8083 8091
8084 if test $ac_cv_prog_liblockfile = yes; then 8092 if test $ac_cv_prog_liblockfile = yes; then
8085 { { echo "$as_me:8085: error: Shared liblockfile found but can't link against it. 8093 { { echo "$as_me:8093: error: Shared liblockfile found but can't link against it.
8086This probably means that movemail could lose mail. 8094This probably means that movemail could lose mail.
8087There may be a \`development' package to install containing liblockfile." >&5 8095There may be a \`development' package to install containing liblockfile." >&5
8088echo "$as_me: error: Shared liblockfile found but can't link against it. 8096echo "$as_me: error: Shared liblockfile found but can't link against it.
@@ -8100,13 +8108,13 @@ fi
8100for ac_func in touchlock 8108for ac_func in touchlock
8101do 8109do
8102as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 8110as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8103echo "$as_me:8103: checking for $ac_func" >&5 8111echo "$as_me:8111: checking for $ac_func" >&5
8104echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 8112echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8105if eval "test \"\${$as_ac_var+set}\" = set"; then 8113if eval "test \"\${$as_ac_var+set}\" = set"; then
8106 echo $ECHO_N "(cached) $ECHO_C" >&6 8114 echo $ECHO_N "(cached) $ECHO_C" >&6
8107else 8115else
8108 cat >conftest.$ac_ext <<_ACEOF 8116 cat >conftest.$ac_ext <<_ACEOF
8109#line 8109 "configure" 8117#line 8117 "configure"
8110#include "confdefs.h" 8118#include "confdefs.h"
8111/* System header to define __stub macros and hopefully few prototypes, 8119/* System header to define __stub macros and hopefully few prototypes,
8112 which can conflict with char $ac_func (); below. */ 8120 which can conflict with char $ac_func (); below. */
@@ -8137,16 +8145,16 @@ f = $ac_func;
8137} 8145}
8138_ACEOF 8146_ACEOF
8139rm -f conftest.$ac_objext conftest$ac_exeext 8147rm -f conftest.$ac_objext conftest$ac_exeext
8140if { (eval echo "$as_me:8140: \"$ac_link\"") >&5 8148if { (eval echo "$as_me:8148: \"$ac_link\"") >&5
8141 (eval $ac_link) 2>&5 8149 (eval $ac_link) 2>&5
8142 ac_status=$? 8150 ac_status=$?
8143 echo "$as_me:8143: \$? = $ac_status" >&5 8151 echo "$as_me:8151: \$? = $ac_status" >&5
8144 (exit $ac_status); } && 8152 (exit $ac_status); } &&
8145 { ac_try='test -s conftest$ac_exeext' 8153 { ac_try='test -s conftest$ac_exeext'
8146 { (eval echo "$as_me:8146: \"$ac_try\"") >&5 8154 { (eval echo "$as_me:8154: \"$ac_try\"") >&5
8147 (eval $ac_try) 2>&5 8155 (eval $ac_try) 2>&5
8148 ac_status=$? 8156 ac_status=$?
8149 echo "$as_me:8149: \$? = $ac_status" >&5 8157 echo "$as_me:8157: \$? = $ac_status" >&5
8150 (exit $ac_status); }; }; then 8158 (exit $ac_status); }; }; then
8151 eval "$as_ac_var=yes" 8159 eval "$as_ac_var=yes"
8152else 8160else
@@ -8156,7 +8164,7 @@ eval "$as_ac_var=no"
8156fi 8164fi
8157rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8165rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8158fi 8166fi
8159echo "$as_me:8159: result: `eval echo '${'$as_ac_var'}'`" >&5 8167echo "$as_me:8167: result: `eval echo '${'$as_ac_var'}'`" >&5
8160echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 8168echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8161if test `eval echo '${'$as_ac_var'}'` = yes; then 8169if test `eval echo '${'$as_ac_var'}'` = yes; then
8162 cat >>confdefs.h <<EOF 8170 cat >>confdefs.h <<EOF
@@ -8169,23 +8177,23 @@ done
8169for ac_header in maillock.h 8177for ac_header in maillock.h
8170do 8178do
8171as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 8179as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8172echo "$as_me:8172: checking for $ac_header" >&5 8180echo "$as_me:8180: checking for $ac_header" >&5
8173echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 8181echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8174if eval "test \"\${$as_ac_Header+set}\" = set"; then 8182if eval "test \"\${$as_ac_Header+set}\" = set"; then
8175 echo $ECHO_N "(cached) $ECHO_C" >&6 8183 echo $ECHO_N "(cached) $ECHO_C" >&6
8176else 8184else
8177 cat >conftest.$ac_ext <<_ACEOF 8185 cat >conftest.$ac_ext <<_ACEOF
8178#line 8178 "configure" 8186#line 8186 "configure"
8179#include "confdefs.h" 8187#include "confdefs.h"
8180#include <$ac_header> 8188#include <$ac_header>
8181_ACEOF 8189_ACEOF
8182if { (eval echo "$as_me:8182: \"$ac_cpp conftest.$ac_ext\"") >&5 8190if { (eval echo "$as_me:8190: \"$ac_cpp conftest.$ac_ext\"") >&5
8183 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 8191 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
8184 ac_status=$? 8192 ac_status=$?
8185 egrep -v '^ *\+' conftest.er1 >conftest.err 8193 egrep -v '^ *\+' conftest.er1 >conftest.err
8186 rm -f conftest.er1 8194 rm -f conftest.er1
8187 cat conftest.err >&5 8195 cat conftest.err >&5
8188 echo "$as_me:8188: \$? = $ac_status" >&5 8196 echo "$as_me:8196: \$? = $ac_status" >&5
8189 (exit $ac_status); } >/dev/null; then 8197 (exit $ac_status); } >/dev/null; then
8190 if test -s conftest.err; then 8198 if test -s conftest.err; then
8191 ac_cpp_err=$ac_c_preproc_warn_flag 8199 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -8204,7 +8212,7 @@ else
8204fi 8212fi
8205rm -f conftest.err conftest.$ac_ext 8213rm -f conftest.err conftest.$ac_ext
8206fi 8214fi
8207echo "$as_me:8207: result: `eval echo '${'$as_ac_Header'}'`" >&5 8215echo "$as_me:8215: result: `eval echo '${'$as_ac_Header'}'`" >&5
8208echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 8216echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8209if test `eval echo '${'$as_ac_Header'}'` = yes; then 8217if test `eval echo '${'$as_ac_Header'}'` = yes; then
8210 cat >>confdefs.h <<EOF 8218 cat >>confdefs.h <<EOF
@@ -8223,13 +8231,13 @@ __fpending mblen mbrlen strsignal setitimer ualarm index rindex \
8223gai_strerror mkstemp 8231gai_strerror mkstemp
8224do 8232do
8225as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 8233as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8226echo "$as_me:8226: checking for $ac_func" >&5 8234echo "$as_me:8234: checking for $ac_func" >&5
8227echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 8235echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8228if eval "test \"\${$as_ac_var+set}\" = set"; then 8236if eval "test \"\${$as_ac_var+set}\" = set"; then
8229 echo $ECHO_N "(cached) $ECHO_C" >&6 8237 echo $ECHO_N "(cached) $ECHO_C" >&6
8230else 8238else
8231 cat >conftest.$ac_ext <<_ACEOF 8239 cat >conftest.$ac_ext <<_ACEOF
8232#line 8232 "configure" 8240#line 8240 "configure"
8233#include "confdefs.h" 8241#include "confdefs.h"
8234/* System header to define __stub macros and hopefully few prototypes, 8242/* System header to define __stub macros and hopefully few prototypes,
8235 which can conflict with char $ac_func (); below. */ 8243 which can conflict with char $ac_func (); below. */
@@ -8260,16 +8268,16 @@ f = $ac_func;
8260} 8268}
8261_ACEOF 8269_ACEOF
8262rm -f conftest.$ac_objext conftest$ac_exeext 8270rm -f conftest.$ac_objext conftest$ac_exeext
8263if { (eval echo "$as_me:8263: \"$ac_link\"") >&5 8271if { (eval echo "$as_me:8271: \"$ac_link\"") >&5
8264 (eval $ac_link) 2>&5 8272 (eval $ac_link) 2>&5
8265 ac_status=$? 8273 ac_status=$?
8266 echo "$as_me:8266: \$? = $ac_status" >&5 8274 echo "$as_me:8274: \$? = $ac_status" >&5
8267 (exit $ac_status); } && 8275 (exit $ac_status); } &&
8268 { ac_try='test -s conftest$ac_exeext' 8276 { ac_try='test -s conftest$ac_exeext'
8269 { (eval echo "$as_me:8269: \"$ac_try\"") >&5 8277 { (eval echo "$as_me:8277: \"$ac_try\"") >&5
8270 (eval $ac_try) 2>&5 8278 (eval $ac_try) 2>&5
8271 ac_status=$? 8279 ac_status=$?
8272 echo "$as_me:8272: \$? = $ac_status" >&5 8280 echo "$as_me:8280: \$? = $ac_status" >&5
8273 (exit $ac_status); }; }; then 8281 (exit $ac_status); }; }; then
8274 eval "$as_ac_var=yes" 8282 eval "$as_ac_var=yes"
8275else 8283else
@@ -8279,7 +8287,7 @@ eval "$as_ac_var=no"
8279fi 8287fi
8280rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8288rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8281fi 8289fi
8282echo "$as_me:8282: result: `eval echo '${'$as_ac_var'}'`" >&5 8290echo "$as_me:8290: result: `eval echo '${'$as_ac_var'}'`" >&5
8283echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 8291echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8284if test `eval echo '${'$as_ac_var'}'` = yes; then 8292if test `eval echo '${'$as_ac_var'}'` = yes; then
8285 cat >>confdefs.h <<EOF 8293 cat >>confdefs.h <<EOF
@@ -8292,23 +8300,23 @@ done
8292for ac_header in sys/time.h unistd.h 8300for ac_header in sys/time.h unistd.h
8293do 8301do
8294as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 8302as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8295echo "$as_me:8295: checking for $ac_header" >&5 8303echo "$as_me:8303: checking for $ac_header" >&5
8296echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 8304echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8297if eval "test \"\${$as_ac_Header+set}\" = set"; then 8305if eval "test \"\${$as_ac_Header+set}\" = set"; then
8298 echo $ECHO_N "(cached) $ECHO_C" >&6 8306 echo $ECHO_N "(cached) $ECHO_C" >&6
8299else 8307else
8300 cat >conftest.$ac_ext <<_ACEOF 8308 cat >conftest.$ac_ext <<_ACEOF
8301#line 8301 "configure" 8309#line 8309 "configure"
8302#include "confdefs.h" 8310#include "confdefs.h"
8303#include <$ac_header> 8311#include <$ac_header>
8304_ACEOF 8312_ACEOF
8305if { (eval echo "$as_me:8305: \"$ac_cpp conftest.$ac_ext\"") >&5 8313if { (eval echo "$as_me:8313: \"$ac_cpp conftest.$ac_ext\"") >&5
8306 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 8314 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
8307 ac_status=$? 8315 ac_status=$?
8308 egrep -v '^ *\+' conftest.er1 >conftest.err 8316 egrep -v '^ *\+' conftest.er1 >conftest.err
8309 rm -f conftest.er1 8317 rm -f conftest.er1
8310 cat conftest.err >&5 8318 cat conftest.err >&5
8311 echo "$as_me:8311: \$? = $ac_status" >&5 8319 echo "$as_me:8319: \$? = $ac_status" >&5
8312 (exit $ac_status); } >/dev/null; then 8320 (exit $ac_status); } >/dev/null; then
8313 if test -s conftest.err; then 8321 if test -s conftest.err; then
8314 ac_cpp_err=$ac_c_preproc_warn_flag 8322 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -8327,7 +8335,7 @@ else
8327fi 8335fi
8328rm -f conftest.err conftest.$ac_ext 8336rm -f conftest.err conftest.$ac_ext
8329fi 8337fi
8330echo "$as_me:8330: result: `eval echo '${'$as_ac_Header'}'`" >&5 8338echo "$as_me:8338: result: `eval echo '${'$as_ac_Header'}'`" >&5
8331echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 8339echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8332if test `eval echo '${'$as_ac_Header'}'` = yes; then 8340if test `eval echo '${'$as_ac_Header'}'` = yes; then
8333 cat >>confdefs.h <<EOF 8341 cat >>confdefs.h <<EOF
@@ -8340,13 +8348,13 @@ done
8340for ac_func in alarm 8348for ac_func in alarm
8341do 8349do
8342as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 8350as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8343echo "$as_me:8343: checking for $ac_func" >&5 8351echo "$as_me:8351: checking for $ac_func" >&5
8344echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 8352echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8345if eval "test \"\${$as_ac_var+set}\" = set"; then 8353if eval "test \"\${$as_ac_var+set}\" = set"; then
8346 echo $ECHO_N "(cached) $ECHO_C" >&6 8354 echo $ECHO_N "(cached) $ECHO_C" >&6
8347else 8355else
8348 cat >conftest.$ac_ext <<_ACEOF 8356 cat >conftest.$ac_ext <<_ACEOF
8349#line 8349 "configure" 8357#line 8357 "configure"
8350#include "confdefs.h" 8358#include "confdefs.h"
8351/* System header to define __stub macros and hopefully few prototypes, 8359/* System header to define __stub macros and hopefully few prototypes,
8352 which can conflict with char $ac_func (); below. */ 8360 which can conflict with char $ac_func (); below. */
@@ -8377,16 +8385,16 @@ f = $ac_func;
8377} 8385}
8378_ACEOF 8386_ACEOF
8379rm -f conftest.$ac_objext conftest$ac_exeext 8387rm -f conftest.$ac_objext conftest$ac_exeext
8380if { (eval echo "$as_me:8380: \"$ac_link\"") >&5 8388if { (eval echo "$as_me:8388: \"$ac_link\"") >&5
8381 (eval $ac_link) 2>&5 8389 (eval $ac_link) 2>&5
8382 ac_status=$? 8390 ac_status=$?
8383 echo "$as_me:8383: \$? = $ac_status" >&5 8391 echo "$as_me:8391: \$? = $ac_status" >&5
8384 (exit $ac_status); } && 8392 (exit $ac_status); } &&
8385 { ac_try='test -s conftest$ac_exeext' 8393 { ac_try='test -s conftest$ac_exeext'
8386 { (eval echo "$as_me:8386: \"$ac_try\"") >&5 8394 { (eval echo "$as_me:8394: \"$ac_try\"") >&5
8387 (eval $ac_try) 2>&5 8395 (eval $ac_try) 2>&5
8388 ac_status=$? 8396 ac_status=$?
8389 echo "$as_me:8389: \$? = $ac_status" >&5 8397 echo "$as_me:8397: \$? = $ac_status" >&5
8390 (exit $ac_status); }; }; then 8398 (exit $ac_status); }; }; then
8391 eval "$as_ac_var=yes" 8399 eval "$as_ac_var=yes"
8392else 8400else
@@ -8396,7 +8404,7 @@ eval "$as_ac_var=no"
8396fi 8404fi
8397rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8405rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8398fi 8406fi
8399echo "$as_me:8399: result: `eval echo '${'$as_ac_var'}'`" >&5 8407echo "$as_me:8407: result: `eval echo '${'$as_ac_var'}'`" >&5
8400echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 8408echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8401if test `eval echo '${'$as_ac_var'}'` = yes; then 8409if test `eval echo '${'$as_ac_var'}'` = yes; then
8402 cat >>confdefs.h <<EOF 8410 cat >>confdefs.h <<EOF
@@ -8406,7 +8414,7 @@ EOF
8406fi 8414fi
8407done 8415done
8408 8416
8409echo "$as_me:8409: checking for working mktime" >&5 8417echo "$as_me:8417: checking for working mktime" >&5
8410echo $ECHO_N "checking for working mktime... $ECHO_C" >&6 8418echo $ECHO_N "checking for working mktime... $ECHO_C" >&6
8411if test "${ac_cv_func_working_mktime+set}" = set; then 8419if test "${ac_cv_func_working_mktime+set}" = set; then
8412 echo $ECHO_N "(cached) $ECHO_C" >&6 8420 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8415,7 +8423,7 @@ else
8415 ac_cv_func_working_mktime=no 8423 ac_cv_func_working_mktime=no
8416else 8424else
8417 cat >conftest.$ac_ext <<_ACEOF 8425 cat >conftest.$ac_ext <<_ACEOF
8418#line 8418 "configure" 8426#line 8426 "configure"
8419#include "confdefs.h" 8427#include "confdefs.h"
8420/* Test program from Paul Eggert and Tony Leneis. */ 8428/* Test program from Paul Eggert and Tony Leneis. */
8421#if TIME_WITH_SYS_TIME 8429#if TIME_WITH_SYS_TIME
@@ -8564,15 +8572,15 @@ main ()
8564} 8572}
8565_ACEOF 8573_ACEOF
8566rm -f conftest$ac_exeext 8574rm -f conftest$ac_exeext
8567if { (eval echo "$as_me:8567: \"$ac_link\"") >&5 8575if { (eval echo "$as_me:8575: \"$ac_link\"") >&5
8568 (eval $ac_link) 2>&5 8576 (eval $ac_link) 2>&5
8569 ac_status=$? 8577 ac_status=$?
8570 echo "$as_me:8570: \$? = $ac_status" >&5 8578 echo "$as_me:8578: \$? = $ac_status" >&5
8571 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 8579 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8572 { (eval echo "$as_me:8572: \"$ac_try\"") >&5 8580 { (eval echo "$as_me:8580: \"$ac_try\"") >&5
8573 (eval $ac_try) 2>&5 8581 (eval $ac_try) 2>&5
8574 ac_status=$? 8582 ac_status=$?
8575 echo "$as_me:8575: \$? = $ac_status" >&5 8583 echo "$as_me:8583: \$? = $ac_status" >&5
8576 (exit $ac_status); }; }; then 8584 (exit $ac_status); }; }; then
8577 ac_cv_func_working_mktime=yes 8585 ac_cv_func_working_mktime=yes
8578else 8586else
@@ -8584,7 +8592,7 @@ fi
8584rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 8592rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8585fi 8593fi
8586fi 8594fi
8587echo "$as_me:8587: result: $ac_cv_func_working_mktime" >&5 8595echo "$as_me:8595: result: $ac_cv_func_working_mktime" >&5
8588echo "${ECHO_T}$ac_cv_func_working_mktime" >&6 8596echo "${ECHO_T}$ac_cv_func_working_mktime" >&6
8589if test $ac_cv_func_working_mktime = no; then 8597if test $ac_cv_func_working_mktime = no; then
8590 LIBOBJS="$LIBOBJS mktime.$ac_objext" 8598 LIBOBJS="$LIBOBJS mktime.$ac_objext"
@@ -8602,13 +8610,13 @@ ac_have_func=no # yes means we've found a way to get the load average.
8602ac_save_LIBS=$LIBS 8610ac_save_LIBS=$LIBS
8603 8611
8604# Check for getloadavg, but be sure not to touch the cache variable. 8612# Check for getloadavg, but be sure not to touch the cache variable.
8605(echo "$as_me:8605: checking for getloadavg" >&5 8613(echo "$as_me:8613: checking for getloadavg" >&5
8606echo $ECHO_N "checking for getloadavg... $ECHO_C" >&6 8614echo $ECHO_N "checking for getloadavg... $ECHO_C" >&6
8607if test "${ac_cv_func_getloadavg+set}" = set; then 8615if test "${ac_cv_func_getloadavg+set}" = set; then
8608 echo $ECHO_N "(cached) $ECHO_C" >&6 8616 echo $ECHO_N "(cached) $ECHO_C" >&6
8609else 8617else
8610 cat >conftest.$ac_ext <<_ACEOF 8618 cat >conftest.$ac_ext <<_ACEOF
8611#line 8611 "configure" 8619#line 8619 "configure"
8612#include "confdefs.h" 8620#include "confdefs.h"
8613/* System header to define __stub macros and hopefully few prototypes, 8621/* System header to define __stub macros and hopefully few prototypes,
8614 which can conflict with char getloadavg (); below. */ 8622 which can conflict with char getloadavg (); below. */
@@ -8639,16 +8647,16 @@ f = getloadavg;
8639} 8647}
8640_ACEOF 8648_ACEOF
8641rm -f conftest.$ac_objext conftest$ac_exeext 8649rm -f conftest.$ac_objext conftest$ac_exeext
8642if { (eval echo "$as_me:8642: \"$ac_link\"") >&5 8650if { (eval echo "$as_me:8650: \"$ac_link\"") >&5
8643 (eval $ac_link) 2>&5 8651 (eval $ac_link) 2>&5
8644 ac_status=$? 8652 ac_status=$?
8645 echo "$as_me:8645: \$? = $ac_status" >&5 8653 echo "$as_me:8653: \$? = $ac_status" >&5
8646 (exit $ac_status); } && 8654 (exit $ac_status); } &&
8647 { ac_try='test -s conftest$ac_exeext' 8655 { ac_try='test -s conftest$ac_exeext'
8648 { (eval echo "$as_me:8648: \"$ac_try\"") >&5 8656 { (eval echo "$as_me:8656: \"$ac_try\"") >&5
8649 (eval $ac_try) 2>&5 8657 (eval $ac_try) 2>&5
8650 ac_status=$? 8658 ac_status=$?
8651 echo "$as_me:8651: \$? = $ac_status" >&5 8659 echo "$as_me:8659: \$? = $ac_status" >&5
8652 (exit $ac_status); }; }; then 8660 (exit $ac_status); }; }; then
8653 ac_cv_func_getloadavg=yes 8661 ac_cv_func_getloadavg=yes
8654else 8662else
@@ -8658,7 +8666,7 @@ ac_cv_func_getloadavg=no
8658fi 8666fi
8659rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8667rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8660fi 8668fi
8661echo "$as_me:8661: result: $ac_cv_func_getloadavg" >&5 8669echo "$as_me:8669: result: $ac_cv_func_getloadavg" >&5
8662echo "${ECHO_T}$ac_cv_func_getloadavg" >&6 8670echo "${ECHO_T}$ac_cv_func_getloadavg" >&6
8663if test $ac_cv_func_getloadavg = yes; then 8671if test $ac_cv_func_getloadavg = yes; then
8664 exit 0 8672 exit 0
@@ -8672,13 +8680,13 @@ fi
8672for ac_func in pstat_getdynamic 8680for ac_func in pstat_getdynamic
8673do 8681do
8674as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 8682as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8675echo "$as_me:8675: checking for $ac_func" >&5 8683echo "$as_me:8683: checking for $ac_func" >&5
8676echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 8684echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8677if eval "test \"\${$as_ac_var+set}\" = set"; then 8685if eval "test \"\${$as_ac_var+set}\" = set"; then
8678 echo $ECHO_N "(cached) $ECHO_C" >&6 8686 echo $ECHO_N "(cached) $ECHO_C" >&6
8679else 8687else
8680 cat >conftest.$ac_ext <<_ACEOF 8688 cat >conftest.$ac_ext <<_ACEOF
8681#line 8681 "configure" 8689#line 8689 "configure"
8682#include "confdefs.h" 8690#include "confdefs.h"
8683/* System header to define __stub macros and hopefully few prototypes, 8691/* System header to define __stub macros and hopefully few prototypes,
8684 which can conflict with char $ac_func (); below. */ 8692 which can conflict with char $ac_func (); below. */
@@ -8709,16 +8717,16 @@ f = $ac_func;
8709} 8717}
8710_ACEOF 8718_ACEOF
8711rm -f conftest.$ac_objext conftest$ac_exeext 8719rm -f conftest.$ac_objext conftest$ac_exeext
8712if { (eval echo "$as_me:8712: \"$ac_link\"") >&5 8720if { (eval echo "$as_me:8720: \"$ac_link\"") >&5
8713 (eval $ac_link) 2>&5 8721 (eval $ac_link) 2>&5
8714 ac_status=$? 8722 ac_status=$?
8715 echo "$as_me:8715: \$? = $ac_status" >&5 8723 echo "$as_me:8723: \$? = $ac_status" >&5
8716 (exit $ac_status); } && 8724 (exit $ac_status); } &&
8717 { ac_try='test -s conftest$ac_exeext' 8725 { ac_try='test -s conftest$ac_exeext'
8718 { (eval echo "$as_me:8718: \"$ac_try\"") >&5 8726 { (eval echo "$as_me:8726: \"$ac_try\"") >&5
8719 (eval $ac_try) 2>&5 8727 (eval $ac_try) 2>&5
8720 ac_status=$? 8728 ac_status=$?
8721 echo "$as_me:8721: \$? = $ac_status" >&5 8729 echo "$as_me:8729: \$? = $ac_status" >&5
8722 (exit $ac_status); }; }; then 8730 (exit $ac_status); }; }; then
8723 eval "$as_ac_var=yes" 8731 eval "$as_ac_var=yes"
8724else 8732else
@@ -8728,7 +8736,7 @@ eval "$as_ac_var=no"
8728fi 8736fi
8729rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8737rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8730fi 8738fi
8731echo "$as_me:8731: result: `eval echo '${'$as_ac_var'}'`" >&5 8739echo "$as_me:8739: result: `eval echo '${'$as_ac_var'}'`" >&5
8732echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 8740echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8733if test `eval echo '${'$as_ac_var'}'` = yes; then 8741if test `eval echo '${'$as_ac_var'}'` = yes; then
8734 cat >>confdefs.h <<EOF 8742 cat >>confdefs.h <<EOF
@@ -8740,7 +8748,7 @@ done
8740 8748
8741# Solaris has libkstat which does not require root. 8749# Solaris has libkstat which does not require root.
8742 8750
8743echo "$as_me:8743: checking for kstat_open in -lkstat" >&5 8751echo "$as_me:8751: checking for kstat_open in -lkstat" >&5
8744echo $ECHO_N "checking for kstat_open in -lkstat... $ECHO_C" >&6 8752echo $ECHO_N "checking for kstat_open in -lkstat... $ECHO_C" >&6
8745if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then 8753if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
8746 echo $ECHO_N "(cached) $ECHO_C" >&6 8754 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8748,7 +8756,7 @@ else
8748 ac_check_lib_save_LIBS=$LIBS 8756 ac_check_lib_save_LIBS=$LIBS
8749LIBS="-lkstat $LIBS" 8757LIBS="-lkstat $LIBS"
8750cat >conftest.$ac_ext <<_ACEOF 8758cat >conftest.$ac_ext <<_ACEOF
8751#line 8751 "configure" 8759#line 8759 "configure"
8752#include "confdefs.h" 8760#include "confdefs.h"
8753 8761
8754/* Override any gcc2 internal prototype to avoid an error. */ 8762/* Override any gcc2 internal prototype to avoid an error. */
@@ -8767,16 +8775,16 @@ kstat_open ();
8767} 8775}
8768_ACEOF 8776_ACEOF
8769rm -f conftest.$ac_objext conftest$ac_exeext 8777rm -f conftest.$ac_objext conftest$ac_exeext
8770if { (eval echo "$as_me:8770: \"$ac_link\"") >&5 8778if { (eval echo "$as_me:8778: \"$ac_link\"") >&5
8771 (eval $ac_link) 2>&5 8779 (eval $ac_link) 2>&5
8772 ac_status=$? 8780 ac_status=$?
8773 echo "$as_me:8773: \$? = $ac_status" >&5 8781 echo "$as_me:8781: \$? = $ac_status" >&5
8774 (exit $ac_status); } && 8782 (exit $ac_status); } &&
8775 { ac_try='test -s conftest$ac_exeext' 8783 { ac_try='test -s conftest$ac_exeext'
8776 { (eval echo "$as_me:8776: \"$ac_try\"") >&5 8784 { (eval echo "$as_me:8784: \"$ac_try\"") >&5
8777 (eval $ac_try) 2>&5 8785 (eval $ac_try) 2>&5
8778 ac_status=$? 8786 ac_status=$?
8779 echo "$as_me:8779: \$? = $ac_status" >&5 8787 echo "$as_me:8787: \$? = $ac_status" >&5
8780 (exit $ac_status); }; }; then 8788 (exit $ac_status); }; }; then
8781 ac_cv_lib_kstat_kstat_open=yes 8789 ac_cv_lib_kstat_kstat_open=yes
8782else 8790else
@@ -8787,7 +8795,7 @@ fi
8787rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8795rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8788LIBS=$ac_check_lib_save_LIBS 8796LIBS=$ac_check_lib_save_LIBS
8789fi 8797fi
8790echo "$as_me:8790: result: $ac_cv_lib_kstat_kstat_open" >&5 8798echo "$as_me:8798: result: $ac_cv_lib_kstat_kstat_open" >&5
8791echo "${ECHO_T}$ac_cv_lib_kstat_kstat_open" >&6 8799echo "${ECHO_T}$ac_cv_lib_kstat_kstat_open" >&6
8792if test $ac_cv_lib_kstat_kstat_open = yes; then 8800if test $ac_cv_lib_kstat_kstat_open = yes; then
8793 cat >>confdefs.h <<EOF 8801 cat >>confdefs.h <<EOF
@@ -8805,7 +8813,7 @@ test $ac_cv_lib_kstat_kstat_open = yes && ac_have_func=yes
8805# to get the right answer into the cache. 8813# to get the right answer into the cache.
8806# For kstat on solaris, we need libelf to force the definition of SVR4 below. 8814# For kstat on solaris, we need libelf to force the definition of SVR4 below.
8807if test $ac_have_func = no; then 8815if test $ac_have_func = no; then
8808 echo "$as_me:8808: checking for elf_begin in -lelf" >&5 8816 echo "$as_me:8816: checking for elf_begin in -lelf" >&5
8809echo $ECHO_N "checking for elf_begin in -lelf... $ECHO_C" >&6 8817echo $ECHO_N "checking for elf_begin in -lelf... $ECHO_C" >&6
8810if test "${ac_cv_lib_elf_elf_begin+set}" = set; then 8818if test "${ac_cv_lib_elf_elf_begin+set}" = set; then
8811 echo $ECHO_N "(cached) $ECHO_C" >&6 8819 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8813,7 +8821,7 @@ else
8813 ac_check_lib_save_LIBS=$LIBS 8821 ac_check_lib_save_LIBS=$LIBS
8814LIBS="-lelf $LIBS" 8822LIBS="-lelf $LIBS"
8815cat >conftest.$ac_ext <<_ACEOF 8823cat >conftest.$ac_ext <<_ACEOF
8816#line 8816 "configure" 8824#line 8824 "configure"
8817#include "confdefs.h" 8825#include "confdefs.h"
8818 8826
8819/* Override any gcc2 internal prototype to avoid an error. */ 8827/* Override any gcc2 internal prototype to avoid an error. */
@@ -8832,16 +8840,16 @@ elf_begin ();
8832} 8840}
8833_ACEOF 8841_ACEOF
8834rm -f conftest.$ac_objext conftest$ac_exeext 8842rm -f conftest.$ac_objext conftest$ac_exeext
8835if { (eval echo "$as_me:8835: \"$ac_link\"") >&5 8843if { (eval echo "$as_me:8843: \"$ac_link\"") >&5
8836 (eval $ac_link) 2>&5 8844 (eval $ac_link) 2>&5
8837 ac_status=$? 8845 ac_status=$?
8838 echo "$as_me:8838: \$? = $ac_status" >&5 8846 echo "$as_me:8846: \$? = $ac_status" >&5
8839 (exit $ac_status); } && 8847 (exit $ac_status); } &&
8840 { ac_try='test -s conftest$ac_exeext' 8848 { ac_try='test -s conftest$ac_exeext'
8841 { (eval echo "$as_me:8841: \"$ac_try\"") >&5 8849 { (eval echo "$as_me:8849: \"$ac_try\"") >&5
8842 (eval $ac_try) 2>&5 8850 (eval $ac_try) 2>&5
8843 ac_status=$? 8851 ac_status=$?
8844 echo "$as_me:8844: \$? = $ac_status" >&5 8852 echo "$as_me:8852: \$? = $ac_status" >&5
8845 (exit $ac_status); }; }; then 8853 (exit $ac_status); }; }; then
8846 ac_cv_lib_elf_elf_begin=yes 8854 ac_cv_lib_elf_elf_begin=yes
8847else 8855else
@@ -8852,7 +8860,7 @@ fi
8852rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8860rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8853LIBS=$ac_check_lib_save_LIBS 8861LIBS=$ac_check_lib_save_LIBS
8854fi 8862fi
8855echo "$as_me:8855: result: $ac_cv_lib_elf_elf_begin" >&5 8863echo "$as_me:8863: result: $ac_cv_lib_elf_elf_begin" >&5
8856echo "${ECHO_T}$ac_cv_lib_elf_elf_begin" >&6 8864echo "${ECHO_T}$ac_cv_lib_elf_elf_begin" >&6
8857if test $ac_cv_lib_elf_elf_begin = yes; then 8865if test $ac_cv_lib_elf_elf_begin = yes; then
8858 LIBS="-lelf $LIBS" 8866 LIBS="-lelf $LIBS"
@@ -8860,7 +8868,7 @@ fi
8860 8868
8861fi 8869fi
8862if test $ac_have_func = no; then 8870if test $ac_have_func = no; then
8863 echo "$as_me:8863: checking for kvm_open in -lkvm" >&5 8871 echo "$as_me:8871: checking for kvm_open in -lkvm" >&5
8864echo $ECHO_N "checking for kvm_open in -lkvm... $ECHO_C" >&6 8872echo $ECHO_N "checking for kvm_open in -lkvm... $ECHO_C" >&6
8865if test "${ac_cv_lib_kvm_kvm_open+set}" = set; then 8873if test "${ac_cv_lib_kvm_kvm_open+set}" = set; then
8866 echo $ECHO_N "(cached) $ECHO_C" >&6 8874 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8868,7 +8876,7 @@ else
8868 ac_check_lib_save_LIBS=$LIBS 8876 ac_check_lib_save_LIBS=$LIBS
8869LIBS="-lkvm $LIBS" 8877LIBS="-lkvm $LIBS"
8870cat >conftest.$ac_ext <<_ACEOF 8878cat >conftest.$ac_ext <<_ACEOF
8871#line 8871 "configure" 8879#line 8879 "configure"
8872#include "confdefs.h" 8880#include "confdefs.h"
8873 8881
8874/* Override any gcc2 internal prototype to avoid an error. */ 8882/* Override any gcc2 internal prototype to avoid an error. */
@@ -8887,16 +8895,16 @@ kvm_open ();
8887} 8895}
8888_ACEOF 8896_ACEOF
8889rm -f conftest.$ac_objext conftest$ac_exeext 8897rm -f conftest.$ac_objext conftest$ac_exeext
8890if { (eval echo "$as_me:8890: \"$ac_link\"") >&5 8898if { (eval echo "$as_me:8898: \"$ac_link\"") >&5
8891 (eval $ac_link) 2>&5 8899 (eval $ac_link) 2>&5
8892 ac_status=$? 8900 ac_status=$?
8893 echo "$as_me:8893: \$? = $ac_status" >&5 8901 echo "$as_me:8901: \$? = $ac_status" >&5
8894 (exit $ac_status); } && 8902 (exit $ac_status); } &&
8895 { ac_try='test -s conftest$ac_exeext' 8903 { ac_try='test -s conftest$ac_exeext'
8896 { (eval echo "$as_me:8896: \"$ac_try\"") >&5 8904 { (eval echo "$as_me:8904: \"$ac_try\"") >&5
8897 (eval $ac_try) 2>&5 8905 (eval $ac_try) 2>&5
8898 ac_status=$? 8906 ac_status=$?
8899 echo "$as_me:8899: \$? = $ac_status" >&5 8907 echo "$as_me:8907: \$? = $ac_status" >&5
8900 (exit $ac_status); }; }; then 8908 (exit $ac_status); }; }; then
8901 ac_cv_lib_kvm_kvm_open=yes 8909 ac_cv_lib_kvm_kvm_open=yes
8902else 8910else
@@ -8907,14 +8915,14 @@ fi
8907rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8915rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8908LIBS=$ac_check_lib_save_LIBS 8916LIBS=$ac_check_lib_save_LIBS
8909fi 8917fi
8910echo "$as_me:8910: result: $ac_cv_lib_kvm_kvm_open" >&5 8918echo "$as_me:8918: result: $ac_cv_lib_kvm_kvm_open" >&5
8911echo "${ECHO_T}$ac_cv_lib_kvm_kvm_open" >&6 8919echo "${ECHO_T}$ac_cv_lib_kvm_kvm_open" >&6
8912if test $ac_cv_lib_kvm_kvm_open = yes; then 8920if test $ac_cv_lib_kvm_kvm_open = yes; then
8913 LIBS="-lkvm $LIBS" 8921 LIBS="-lkvm $LIBS"
8914fi 8922fi
8915 8923
8916 # Check for the 4.4BSD definition of getloadavg. 8924 # Check for the 4.4BSD definition of getloadavg.
8917 echo "$as_me:8917: checking for getloadavg in -lutil" >&5 8925 echo "$as_me:8925: checking for getloadavg in -lutil" >&5
8918echo $ECHO_N "checking for getloadavg in -lutil... $ECHO_C" >&6 8926echo $ECHO_N "checking for getloadavg in -lutil... $ECHO_C" >&6
8919if test "${ac_cv_lib_util_getloadavg+set}" = set; then 8927if test "${ac_cv_lib_util_getloadavg+set}" = set; then
8920 echo $ECHO_N "(cached) $ECHO_C" >&6 8928 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8922,7 +8930,7 @@ else
8922 ac_check_lib_save_LIBS=$LIBS 8930 ac_check_lib_save_LIBS=$LIBS
8923LIBS="-lutil $LIBS" 8931LIBS="-lutil $LIBS"
8924cat >conftest.$ac_ext <<_ACEOF 8932cat >conftest.$ac_ext <<_ACEOF
8925#line 8925 "configure" 8933#line 8933 "configure"
8926#include "confdefs.h" 8934#include "confdefs.h"
8927 8935
8928/* Override any gcc2 internal prototype to avoid an error. */ 8936/* Override any gcc2 internal prototype to avoid an error. */
@@ -8941,16 +8949,16 @@ getloadavg ();
8941} 8949}
8942_ACEOF 8950_ACEOF
8943rm -f conftest.$ac_objext conftest$ac_exeext 8951rm -f conftest.$ac_objext conftest$ac_exeext
8944if { (eval echo "$as_me:8944: \"$ac_link\"") >&5 8952if { (eval echo "$as_me:8952: \"$ac_link\"") >&5
8945 (eval $ac_link) 2>&5 8953 (eval $ac_link) 2>&5
8946 ac_status=$? 8954 ac_status=$?
8947 echo "$as_me:8947: \$? = $ac_status" >&5 8955 echo "$as_me:8955: \$? = $ac_status" >&5
8948 (exit $ac_status); } && 8956 (exit $ac_status); } &&
8949 { ac_try='test -s conftest$ac_exeext' 8957 { ac_try='test -s conftest$ac_exeext'
8950 { (eval echo "$as_me:8950: \"$ac_try\"") >&5 8958 { (eval echo "$as_me:8958: \"$ac_try\"") >&5
8951 (eval $ac_try) 2>&5 8959 (eval $ac_try) 2>&5
8952 ac_status=$? 8960 ac_status=$?
8953 echo "$as_me:8953: \$? = $ac_status" >&5 8961 echo "$as_me:8961: \$? = $ac_status" >&5
8954 (exit $ac_status); }; }; then 8962 (exit $ac_status); }; }; then
8955 ac_cv_lib_util_getloadavg=yes 8963 ac_cv_lib_util_getloadavg=yes
8956else 8964else
@@ -8961,7 +8969,7 @@ fi
8961rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8969rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8962LIBS=$ac_check_lib_save_LIBS 8970LIBS=$ac_check_lib_save_LIBS
8963fi 8971fi
8964echo "$as_me:8964: result: $ac_cv_lib_util_getloadavg" >&5 8972echo "$as_me:8972: result: $ac_cv_lib_util_getloadavg" >&5
8965echo "${ECHO_T}$ac_cv_lib_util_getloadavg" >&6 8973echo "${ECHO_T}$ac_cv_lib_util_getloadavg" >&6
8966if test $ac_cv_lib_util_getloadavg = yes; then 8974if test $ac_cv_lib_util_getloadavg = yes; then
8967 LIBS="-lutil $LIBS" ac_have_func=yes ac_cv_func_getloadavg_setgid=yes 8975 LIBS="-lutil $LIBS" ac_have_func=yes ac_cv_func_getloadavg_setgid=yes
@@ -8974,7 +8982,7 @@ if test $ac_have_func = no; then
8974 # Since it is not a standard part of AIX, it might be installed locally. 8982 # Since it is not a standard part of AIX, it might be installed locally.
8975 ac_getloadavg_LIBS=$LIBS 8983 ac_getloadavg_LIBS=$LIBS
8976 LIBS="-L/usr/local/lib $LIBS" 8984 LIBS="-L/usr/local/lib $LIBS"
8977 echo "$as_me:8977: checking for getloadavg in -lgetloadavg" >&5 8985 echo "$as_me:8985: checking for getloadavg in -lgetloadavg" >&5
8978echo $ECHO_N "checking for getloadavg in -lgetloadavg... $ECHO_C" >&6 8986echo $ECHO_N "checking for getloadavg in -lgetloadavg... $ECHO_C" >&6
8979if test "${ac_cv_lib_getloadavg_getloadavg+set}" = set; then 8987if test "${ac_cv_lib_getloadavg_getloadavg+set}" = set; then
8980 echo $ECHO_N "(cached) $ECHO_C" >&6 8988 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8982,7 +8990,7 @@ else
8982 ac_check_lib_save_LIBS=$LIBS 8990 ac_check_lib_save_LIBS=$LIBS
8983LIBS="-lgetloadavg $LIBS" 8991LIBS="-lgetloadavg $LIBS"
8984cat >conftest.$ac_ext <<_ACEOF 8992cat >conftest.$ac_ext <<_ACEOF
8985#line 8985 "configure" 8993#line 8993 "configure"
8986#include "confdefs.h" 8994#include "confdefs.h"
8987 8995
8988/* Override any gcc2 internal prototype to avoid an error. */ 8996/* Override any gcc2 internal prototype to avoid an error. */
@@ -9001,16 +9009,16 @@ getloadavg ();
9001} 9009}
9002_ACEOF 9010_ACEOF
9003rm -f conftest.$ac_objext conftest$ac_exeext 9011rm -f conftest.$ac_objext conftest$ac_exeext
9004if { (eval echo "$as_me:9004: \"$ac_link\"") >&5 9012if { (eval echo "$as_me:9012: \"$ac_link\"") >&5
9005 (eval $ac_link) 2>&5 9013 (eval $ac_link) 2>&5
9006 ac_status=$? 9014 ac_status=$?
9007 echo "$as_me:9007: \$? = $ac_status" >&5 9015 echo "$as_me:9015: \$? = $ac_status" >&5
9008 (exit $ac_status); } && 9016 (exit $ac_status); } &&
9009 { ac_try='test -s conftest$ac_exeext' 9017 { ac_try='test -s conftest$ac_exeext'
9010 { (eval echo "$as_me:9010: \"$ac_try\"") >&5 9018 { (eval echo "$as_me:9018: \"$ac_try\"") >&5
9011 (eval $ac_try) 2>&5 9019 (eval $ac_try) 2>&5
9012 ac_status=$? 9020 ac_status=$?
9013 echo "$as_me:9013: \$? = $ac_status" >&5 9021 echo "$as_me:9021: \$? = $ac_status" >&5
9014 (exit $ac_status); }; }; then 9022 (exit $ac_status); }; }; then
9015 ac_cv_lib_getloadavg_getloadavg=yes 9023 ac_cv_lib_getloadavg_getloadavg=yes
9016else 9024else
@@ -9021,7 +9029,7 @@ fi
9021rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9029rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9022LIBS=$ac_check_lib_save_LIBS 9030LIBS=$ac_check_lib_save_LIBS
9023fi 9031fi
9024echo "$as_me:9024: result: $ac_cv_lib_getloadavg_getloadavg" >&5 9032echo "$as_me:9032: result: $ac_cv_lib_getloadavg_getloadavg" >&5
9025echo "${ECHO_T}$ac_cv_lib_getloadavg_getloadavg" >&6 9033echo "${ECHO_T}$ac_cv_lib_getloadavg_getloadavg" >&6
9026if test $ac_cv_lib_getloadavg_getloadavg = yes; then 9034if test $ac_cv_lib_getloadavg_getloadavg = yes; then
9027 LIBS="-lgetloadavg $LIBS" 9035 LIBS="-lgetloadavg $LIBS"
@@ -9037,13 +9045,13 @@ fi
9037for ac_func in getloadavg 9045for ac_func in getloadavg
9038do 9046do
9039as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 9047as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9040echo "$as_me:9040: checking for $ac_func" >&5 9048echo "$as_me:9048: checking for $ac_func" >&5
9041echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 9049echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9042if eval "test \"\${$as_ac_var+set}\" = set"; then 9050if eval "test \"\${$as_ac_var+set}\" = set"; then
9043 echo $ECHO_N "(cached) $ECHO_C" >&6 9051 echo $ECHO_N "(cached) $ECHO_C" >&6
9044else 9052else
9045 cat >conftest.$ac_ext <<_ACEOF 9053 cat >conftest.$ac_ext <<_ACEOF
9046#line 9046 "configure" 9054#line 9054 "configure"
9047#include "confdefs.h" 9055#include "confdefs.h"
9048/* System header to define __stub macros and hopefully few prototypes, 9056/* System header to define __stub macros and hopefully few prototypes,
9049 which can conflict with char $ac_func (); below. */ 9057 which can conflict with char $ac_func (); below. */
@@ -9074,16 +9082,16 @@ f = $ac_func;
9074} 9082}
9075_ACEOF 9083_ACEOF
9076rm -f conftest.$ac_objext conftest$ac_exeext 9084rm -f conftest.$ac_objext conftest$ac_exeext
9077if { (eval echo "$as_me:9077: \"$ac_link\"") >&5 9085if { (eval echo "$as_me:9085: \"$ac_link\"") >&5
9078 (eval $ac_link) 2>&5 9086 (eval $ac_link) 2>&5
9079 ac_status=$? 9087 ac_status=$?
9080 echo "$as_me:9080: \$? = $ac_status" >&5 9088 echo "$as_me:9088: \$? = $ac_status" >&5
9081 (exit $ac_status); } && 9089 (exit $ac_status); } &&
9082 { ac_try='test -s conftest$ac_exeext' 9090 { ac_try='test -s conftest$ac_exeext'
9083 { (eval echo "$as_me:9083: \"$ac_try\"") >&5 9091 { (eval echo "$as_me:9091: \"$ac_try\"") >&5
9084 (eval $ac_try) 2>&5 9092 (eval $ac_try) 2>&5
9085 ac_status=$? 9093 ac_status=$?
9086 echo "$as_me:9086: \$? = $ac_status" >&5 9094 echo "$as_me:9094: \$? = $ac_status" >&5
9087 (exit $ac_status); }; }; then 9095 (exit $ac_status); }; }; then
9088 eval "$as_ac_var=yes" 9096 eval "$as_ac_var=yes"
9089else 9097else
@@ -9093,7 +9101,7 @@ eval "$as_ac_var=no"
9093fi 9101fi
9094rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9102rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9095fi 9103fi
9096echo "$as_me:9096: result: `eval echo '${'$as_ac_var'}'`" >&5 9104echo "$as_me:9104: result: `eval echo '${'$as_ac_var'}'`" >&5
9097echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 9105echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9098if test `eval echo '${'$as_ac_var'}'` = yes; then 9106if test `eval echo '${'$as_ac_var'}'` = yes; then
9099 cat >>confdefs.h <<EOF 9107 cat >>confdefs.h <<EOF
@@ -9109,23 +9117,23 @@ EOF
9109 9117
9110# Figure out what our getloadavg.c needs. 9118# Figure out what our getloadavg.c needs.
9111ac_have_func=no 9119ac_have_func=no
9112echo "$as_me:9112: checking for sys/dg_sys_info.h" >&5 9120echo "$as_me:9120: checking for sys/dg_sys_info.h" >&5
9113echo $ECHO_N "checking for sys/dg_sys_info.h... $ECHO_C" >&6 9121echo $ECHO_N "checking for sys/dg_sys_info.h... $ECHO_C" >&6
9114if test "${ac_cv_header_sys_dg_sys_info_h+set}" = set; then 9122if test "${ac_cv_header_sys_dg_sys_info_h+set}" = set; then
9115 echo $ECHO_N "(cached) $ECHO_C" >&6 9123 echo $ECHO_N "(cached) $ECHO_C" >&6
9116else 9124else
9117 cat >conftest.$ac_ext <<_ACEOF 9125 cat >conftest.$ac_ext <<_ACEOF
9118#line 9118 "configure" 9126#line 9126 "configure"
9119#include "confdefs.h" 9127#include "confdefs.h"
9120#include <sys/dg_sys_info.h> 9128#include <sys/dg_sys_info.h>
9121_ACEOF 9129_ACEOF
9122if { (eval echo "$as_me:9122: \"$ac_cpp conftest.$ac_ext\"") >&5 9130if { (eval echo "$as_me:9130: \"$ac_cpp conftest.$ac_ext\"") >&5
9123 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9131 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9124 ac_status=$? 9132 ac_status=$?
9125 egrep -v '^ *\+' conftest.er1 >conftest.err 9133 egrep -v '^ *\+' conftest.er1 >conftest.err
9126 rm -f conftest.er1 9134 rm -f conftest.er1
9127 cat conftest.err >&5 9135 cat conftest.err >&5
9128 echo "$as_me:9128: \$? = $ac_status" >&5 9136 echo "$as_me:9136: \$? = $ac_status" >&5
9129 (exit $ac_status); } >/dev/null; then 9137 (exit $ac_status); } >/dev/null; then
9130 if test -s conftest.err; then 9138 if test -s conftest.err; then
9131 ac_cpp_err=$ac_c_preproc_warn_flag 9139 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -9144,7 +9152,7 @@ else
9144fi 9152fi
9145rm -f conftest.err conftest.$ac_ext 9153rm -f conftest.err conftest.$ac_ext
9146fi 9154fi
9147echo "$as_me:9147: result: $ac_cv_header_sys_dg_sys_info_h" >&5 9155echo "$as_me:9155: result: $ac_cv_header_sys_dg_sys_info_h" >&5
9148echo "${ECHO_T}$ac_cv_header_sys_dg_sys_info_h" >&6 9156echo "${ECHO_T}$ac_cv_header_sys_dg_sys_info_h" >&6
9149if test $ac_cv_header_sys_dg_sys_info_h = yes; then 9157if test $ac_cv_header_sys_dg_sys_info_h = yes; then
9150 ac_have_func=yes 9158 ac_have_func=yes
@@ -9153,7 +9161,7 @@ cat >>confdefs.h <<\EOF
9153#define DGUX 1 9161#define DGUX 1
9154EOF 9162EOF
9155 9163
9156echo "$as_me:9156: checking for dg_sys_info in -ldgc" >&5 9164echo "$as_me:9164: checking for dg_sys_info in -ldgc" >&5
9157echo $ECHO_N "checking for dg_sys_info in -ldgc... $ECHO_C" >&6 9165echo $ECHO_N "checking for dg_sys_info in -ldgc... $ECHO_C" >&6
9158if test "${ac_cv_lib_dgc_dg_sys_info+set}" = set; then 9166if test "${ac_cv_lib_dgc_dg_sys_info+set}" = set; then
9159 echo $ECHO_N "(cached) $ECHO_C" >&6 9167 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9161,7 +9169,7 @@ else
9161 ac_check_lib_save_LIBS=$LIBS 9169 ac_check_lib_save_LIBS=$LIBS
9162LIBS="-ldgc $LIBS" 9170LIBS="-ldgc $LIBS"
9163cat >conftest.$ac_ext <<_ACEOF 9171cat >conftest.$ac_ext <<_ACEOF
9164#line 9164 "configure" 9172#line 9172 "configure"
9165#include "confdefs.h" 9173#include "confdefs.h"
9166 9174
9167/* Override any gcc2 internal prototype to avoid an error. */ 9175/* Override any gcc2 internal prototype to avoid an error. */
@@ -9180,16 +9188,16 @@ dg_sys_info ();
9180} 9188}
9181_ACEOF 9189_ACEOF
9182rm -f conftest.$ac_objext conftest$ac_exeext 9190rm -f conftest.$ac_objext conftest$ac_exeext
9183if { (eval echo "$as_me:9183: \"$ac_link\"") >&5 9191if { (eval echo "$as_me:9191: \"$ac_link\"") >&5
9184 (eval $ac_link) 2>&5 9192 (eval $ac_link) 2>&5
9185 ac_status=$? 9193 ac_status=$?
9186 echo "$as_me:9186: \$? = $ac_status" >&5 9194 echo "$as_me:9194: \$? = $ac_status" >&5
9187 (exit $ac_status); } && 9195 (exit $ac_status); } &&
9188 { ac_try='test -s conftest$ac_exeext' 9196 { ac_try='test -s conftest$ac_exeext'
9189 { (eval echo "$as_me:9189: \"$ac_try\"") >&5 9197 { (eval echo "$as_me:9197: \"$ac_try\"") >&5
9190 (eval $ac_try) 2>&5 9198 (eval $ac_try) 2>&5
9191 ac_status=$? 9199 ac_status=$?
9192 echo "$as_me:9192: \$? = $ac_status" >&5 9200 echo "$as_me:9200: \$? = $ac_status" >&5
9193 (exit $ac_status); }; }; then 9201 (exit $ac_status); }; }; then
9194 ac_cv_lib_dgc_dg_sys_info=yes 9202 ac_cv_lib_dgc_dg_sys_info=yes
9195else 9203else
@@ -9200,7 +9208,7 @@ fi
9200rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9208rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9201LIBS=$ac_check_lib_save_LIBS 9209LIBS=$ac_check_lib_save_LIBS
9202fi 9210fi
9203echo "$as_me:9203: result: $ac_cv_lib_dgc_dg_sys_info" >&5 9211echo "$as_me:9211: result: $ac_cv_lib_dgc_dg_sys_info" >&5
9204echo "${ECHO_T}$ac_cv_lib_dgc_dg_sys_info" >&6 9212echo "${ECHO_T}$ac_cv_lib_dgc_dg_sys_info" >&6
9205if test $ac_cv_lib_dgc_dg_sys_info = yes; then 9213if test $ac_cv_lib_dgc_dg_sys_info = yes; then
9206 cat >>confdefs.h <<EOF 9214 cat >>confdefs.h <<EOF
@@ -9213,23 +9221,23 @@ fi
9213 9221
9214fi 9222fi
9215 9223
9216echo "$as_me:9216: checking for locale.h" >&5 9224echo "$as_me:9224: checking for locale.h" >&5
9217echo $ECHO_N "checking for locale.h... $ECHO_C" >&6 9225echo $ECHO_N "checking for locale.h... $ECHO_C" >&6
9218if test "${ac_cv_header_locale_h+set}" = set; then 9226if test "${ac_cv_header_locale_h+set}" = set; then
9219 echo $ECHO_N "(cached) $ECHO_C" >&6 9227 echo $ECHO_N "(cached) $ECHO_C" >&6
9220else 9228else
9221 cat >conftest.$ac_ext <<_ACEOF 9229 cat >conftest.$ac_ext <<_ACEOF
9222#line 9222 "configure" 9230#line 9230 "configure"
9223#include "confdefs.h" 9231#include "confdefs.h"
9224#include <locale.h> 9232#include <locale.h>
9225_ACEOF 9233_ACEOF
9226if { (eval echo "$as_me:9226: \"$ac_cpp conftest.$ac_ext\"") >&5 9234if { (eval echo "$as_me:9234: \"$ac_cpp conftest.$ac_ext\"") >&5
9227 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9235 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9228 ac_status=$? 9236 ac_status=$?
9229 egrep -v '^ *\+' conftest.er1 >conftest.err 9237 egrep -v '^ *\+' conftest.er1 >conftest.err
9230 rm -f conftest.er1 9238 rm -f conftest.er1
9231 cat conftest.err >&5 9239 cat conftest.err >&5
9232 echo "$as_me:9232: \$? = $ac_status" >&5 9240 echo "$as_me:9240: \$? = $ac_status" >&5
9233 (exit $ac_status); } >/dev/null; then 9241 (exit $ac_status); } >/dev/null; then
9234 if test -s conftest.err; then 9242 if test -s conftest.err; then
9235 ac_cpp_err=$ac_c_preproc_warn_flag 9243 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -9248,19 +9256,19 @@ else
9248fi 9256fi
9249rm -f conftest.err conftest.$ac_ext 9257rm -f conftest.err conftest.$ac_ext
9250fi 9258fi
9251echo "$as_me:9251: result: $ac_cv_header_locale_h" >&5 9259echo "$as_me:9259: result: $ac_cv_header_locale_h" >&5
9252echo "${ECHO_T}$ac_cv_header_locale_h" >&6 9260echo "${ECHO_T}$ac_cv_header_locale_h" >&6
9253 9261
9254for ac_func in setlocale 9262for ac_func in setlocale
9255do 9263do
9256as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 9264as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9257echo "$as_me:9257: checking for $ac_func" >&5 9265echo "$as_me:9265: checking for $ac_func" >&5
9258echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 9266echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9259if eval "test \"\${$as_ac_var+set}\" = set"; then 9267if eval "test \"\${$as_ac_var+set}\" = set"; then
9260 echo $ECHO_N "(cached) $ECHO_C" >&6 9268 echo $ECHO_N "(cached) $ECHO_C" >&6
9261else 9269else
9262 cat >conftest.$ac_ext <<_ACEOF 9270 cat >conftest.$ac_ext <<_ACEOF
9263#line 9263 "configure" 9271#line 9271 "configure"
9264#include "confdefs.h" 9272#include "confdefs.h"
9265/* System header to define __stub macros and hopefully few prototypes, 9273/* System header to define __stub macros and hopefully few prototypes,
9266 which can conflict with char $ac_func (); below. */ 9274 which can conflict with char $ac_func (); below. */
@@ -9291,16 +9299,16 @@ f = $ac_func;
9291} 9299}
9292_ACEOF 9300_ACEOF
9293rm -f conftest.$ac_objext conftest$ac_exeext 9301rm -f conftest.$ac_objext conftest$ac_exeext
9294if { (eval echo "$as_me:9294: \"$ac_link\"") >&5 9302if { (eval echo "$as_me:9302: \"$ac_link\"") >&5
9295 (eval $ac_link) 2>&5 9303 (eval $ac_link) 2>&5
9296 ac_status=$? 9304 ac_status=$?
9297 echo "$as_me:9297: \$? = $ac_status" >&5 9305 echo "$as_me:9305: \$? = $ac_status" >&5
9298 (exit $ac_status); } && 9306 (exit $ac_status); } &&
9299 { ac_try='test -s conftest$ac_exeext' 9307 { ac_try='test -s conftest$ac_exeext'
9300 { (eval echo "$as_me:9300: \"$ac_try\"") >&5 9308 { (eval echo "$as_me:9308: \"$ac_try\"") >&5
9301 (eval $ac_try) 2>&5 9309 (eval $ac_try) 2>&5
9302 ac_status=$? 9310 ac_status=$?
9303 echo "$as_me:9303: \$? = $ac_status" >&5 9311 echo "$as_me:9311: \$? = $ac_status" >&5
9304 (exit $ac_status); }; }; then 9312 (exit $ac_status); }; }; then
9305 eval "$as_ac_var=yes" 9313 eval "$as_ac_var=yes"
9306else 9314else
@@ -9310,7 +9318,7 @@ eval "$as_ac_var=no"
9310fi 9318fi
9311rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9319rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9312fi 9320fi
9313echo "$as_me:9313: result: `eval echo '${'$as_ac_var'}'`" >&5 9321echo "$as_me:9321: result: `eval echo '${'$as_ac_var'}'`" >&5
9314echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 9322echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9315if test `eval echo '${'$as_ac_var'}'` = yes; then 9323if test `eval echo '${'$as_ac_var'}'` = yes; then
9316 cat >>confdefs.h <<EOF 9324 cat >>confdefs.h <<EOF
@@ -9333,23 +9341,23 @@ EOF
9333fi 9341fi
9334 9342
9335if test $ac_have_func = no; then 9343if test $ac_have_func = no; then
9336 echo "$as_me:9336: checking for inq_stats/cpustats.h" >&5 9344 echo "$as_me:9344: checking for inq_stats/cpustats.h" >&5
9337echo $ECHO_N "checking for inq_stats/cpustats.h... $ECHO_C" >&6 9345echo $ECHO_N "checking for inq_stats/cpustats.h... $ECHO_C" >&6
9338if test "${ac_cv_header_inq_stats_cpustats_h+set}" = set; then 9346if test "${ac_cv_header_inq_stats_cpustats_h+set}" = set; then
9339 echo $ECHO_N "(cached) $ECHO_C" >&6 9347 echo $ECHO_N "(cached) $ECHO_C" >&6
9340else 9348else
9341 cat >conftest.$ac_ext <<_ACEOF 9349 cat >conftest.$ac_ext <<_ACEOF
9342#line 9342 "configure" 9350#line 9350 "configure"
9343#include "confdefs.h" 9351#include "confdefs.h"
9344#include <inq_stats/cpustats.h> 9352#include <inq_stats/cpustats.h>
9345_ACEOF 9353_ACEOF
9346if { (eval echo "$as_me:9346: \"$ac_cpp conftest.$ac_ext\"") >&5 9354if { (eval echo "$as_me:9354: \"$ac_cpp conftest.$ac_ext\"") >&5
9347 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9355 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9348 ac_status=$? 9356 ac_status=$?
9349 egrep -v '^ *\+' conftest.er1 >conftest.err 9357 egrep -v '^ *\+' conftest.er1 >conftest.err
9350 rm -f conftest.er1 9358 rm -f conftest.er1
9351 cat conftest.err >&5 9359 cat conftest.err >&5
9352 echo "$as_me:9352: \$? = $ac_status" >&5 9360 echo "$as_me:9360: \$? = $ac_status" >&5
9353 (exit $ac_status); } >/dev/null; then 9361 (exit $ac_status); } >/dev/null; then
9354 if test -s conftest.err; then 9362 if test -s conftest.err; then
9355 ac_cpp_err=$ac_c_preproc_warn_flag 9363 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -9368,7 +9376,7 @@ else
9368fi 9376fi
9369rm -f conftest.err conftest.$ac_ext 9377rm -f conftest.err conftest.$ac_ext
9370fi 9378fi
9371echo "$as_me:9371: result: $ac_cv_header_inq_stats_cpustats_h" >&5 9379echo "$as_me:9379: result: $ac_cv_header_inq_stats_cpustats_h" >&5
9372echo "${ECHO_T}$ac_cv_header_inq_stats_cpustats_h" >&6 9380echo "${ECHO_T}$ac_cv_header_inq_stats_cpustats_h" >&6
9373if test $ac_cv_header_inq_stats_cpustats_h = yes; then 9381if test $ac_cv_header_inq_stats_cpustats_h = yes; then
9374 ac_have_func=yes 9382 ac_have_func=yes
@@ -9386,23 +9394,23 @@ fi
9386fi 9394fi
9387 9395
9388if test $ac_have_func = no; then 9396if test $ac_have_func = no; then
9389 echo "$as_me:9389: checking for sys/cpustats.h" >&5 9397 echo "$as_me:9397: checking for sys/cpustats.h" >&5
9390echo $ECHO_N "checking for sys/cpustats.h... $ECHO_C" >&6 9398echo $ECHO_N "checking for sys/cpustats.h... $ECHO_C" >&6
9391if test "${ac_cv_header_sys_cpustats_h+set}" = set; then 9399if test "${ac_cv_header_sys_cpustats_h+set}" = set; then
9392 echo $ECHO_N "(cached) $ECHO_C" >&6 9400 echo $ECHO_N "(cached) $ECHO_C" >&6
9393else 9401else
9394 cat >conftest.$ac_ext <<_ACEOF 9402 cat >conftest.$ac_ext <<_ACEOF
9395#line 9395 "configure" 9403#line 9403 "configure"
9396#include "confdefs.h" 9404#include "confdefs.h"
9397#include <sys/cpustats.h> 9405#include <sys/cpustats.h>
9398_ACEOF 9406_ACEOF
9399if { (eval echo "$as_me:9399: \"$ac_cpp conftest.$ac_ext\"") >&5 9407if { (eval echo "$as_me:9407: \"$ac_cpp conftest.$ac_ext\"") >&5
9400 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9408 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9401 ac_status=$? 9409 ac_status=$?
9402 egrep -v '^ *\+' conftest.er1 >conftest.err 9410 egrep -v '^ *\+' conftest.er1 >conftest.err
9403 rm -f conftest.er1 9411 rm -f conftest.er1
9404 cat conftest.err >&5 9412 cat conftest.err >&5
9405 echo "$as_me:9405: \$? = $ac_status" >&5 9413 echo "$as_me:9413: \$? = $ac_status" >&5
9406 (exit $ac_status); } >/dev/null; then 9414 (exit $ac_status); } >/dev/null; then
9407 if test -s conftest.err; then 9415 if test -s conftest.err; then
9408 ac_cpp_err=$ac_c_preproc_warn_flag 9416 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -9421,7 +9429,7 @@ else
9421fi 9429fi
9422rm -f conftest.err conftest.$ac_ext 9430rm -f conftest.err conftest.$ac_ext
9423fi 9431fi
9424echo "$as_me:9424: result: $ac_cv_header_sys_cpustats_h" >&5 9432echo "$as_me:9432: result: $ac_cv_header_sys_cpustats_h" >&5
9425echo "${ECHO_T}$ac_cv_header_sys_cpustats_h" >&6 9433echo "${ECHO_T}$ac_cv_header_sys_cpustats_h" >&6
9426if test $ac_cv_header_sys_cpustats_h = yes; then 9434if test $ac_cv_header_sys_cpustats_h = yes; then
9427 ac_have_func=yes; cat >>confdefs.h <<\EOF 9435 ac_have_func=yes; cat >>confdefs.h <<\EOF
@@ -9437,23 +9445,23 @@ if test $ac_have_func = no; then
9437for ac_header in mach/mach.h 9445for ac_header in mach/mach.h
9438do 9446do
9439as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 9447as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9440echo "$as_me:9440: checking for $ac_header" >&5 9448echo "$as_me:9448: checking for $ac_header" >&5
9441echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 9449echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9442if eval "test \"\${$as_ac_Header+set}\" = set"; then 9450if eval "test \"\${$as_ac_Header+set}\" = set"; then
9443 echo $ECHO_N "(cached) $ECHO_C" >&6 9451 echo $ECHO_N "(cached) $ECHO_C" >&6
9444else 9452else
9445 cat >conftest.$ac_ext <<_ACEOF 9453 cat >conftest.$ac_ext <<_ACEOF
9446#line 9446 "configure" 9454#line 9454 "configure"
9447#include "confdefs.h" 9455#include "confdefs.h"
9448#include <$ac_header> 9456#include <$ac_header>
9449_ACEOF 9457_ACEOF
9450if { (eval echo "$as_me:9450: \"$ac_cpp conftest.$ac_ext\"") >&5 9458if { (eval echo "$as_me:9458: \"$ac_cpp conftest.$ac_ext\"") >&5
9451 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9459 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9452 ac_status=$? 9460 ac_status=$?
9453 egrep -v '^ *\+' conftest.er1 >conftest.err 9461 egrep -v '^ *\+' conftest.er1 >conftest.err
9454 rm -f conftest.er1 9462 rm -f conftest.er1
9455 cat conftest.err >&5 9463 cat conftest.err >&5
9456 echo "$as_me:9456: \$? = $ac_status" >&5 9464 echo "$as_me:9464: \$? = $ac_status" >&5
9457 (exit $ac_status); } >/dev/null; then 9465 (exit $ac_status); } >/dev/null; then
9458 if test -s conftest.err; then 9466 if test -s conftest.err; then
9459 ac_cpp_err=$ac_c_preproc_warn_flag 9467 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -9472,7 +9480,7 @@ else
9472fi 9480fi
9473rm -f conftest.err conftest.$ac_ext 9481rm -f conftest.err conftest.$ac_ext
9474fi 9482fi
9475echo "$as_me:9475: result: `eval echo '${'$as_ac_Header'}'`" >&5 9483echo "$as_me:9483: result: `eval echo '${'$as_ac_Header'}'`" >&5
9476echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 9484echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9477if test `eval echo '${'$as_ac_Header'}'` = yes; then 9485if test `eval echo '${'$as_ac_Header'}'` = yes; then
9478 cat >>confdefs.h <<EOF 9486 cat >>confdefs.h <<EOF
@@ -9487,23 +9495,23 @@ fi
9487for ac_header in nlist.h 9495for ac_header in nlist.h
9488do 9496do
9489as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 9497as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9490echo "$as_me:9490: checking for $ac_header" >&5 9498echo "$as_me:9498: checking for $ac_header" >&5
9491echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 9499echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9492if eval "test \"\${$as_ac_Header+set}\" = set"; then 9500if eval "test \"\${$as_ac_Header+set}\" = set"; then
9493 echo $ECHO_N "(cached) $ECHO_C" >&6 9501 echo $ECHO_N "(cached) $ECHO_C" >&6
9494else 9502else
9495 cat >conftest.$ac_ext <<_ACEOF 9503 cat >conftest.$ac_ext <<_ACEOF
9496#line 9496 "configure" 9504#line 9504 "configure"
9497#include "confdefs.h" 9505#include "confdefs.h"
9498#include <$ac_header> 9506#include <$ac_header>
9499_ACEOF 9507_ACEOF
9500if { (eval echo "$as_me:9500: \"$ac_cpp conftest.$ac_ext\"") >&5 9508if { (eval echo "$as_me:9508: \"$ac_cpp conftest.$ac_ext\"") >&5
9501 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9509 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9502 ac_status=$? 9510 ac_status=$?
9503 egrep -v '^ *\+' conftest.er1 >conftest.err 9511 egrep -v '^ *\+' conftest.er1 >conftest.err
9504 rm -f conftest.er1 9512 rm -f conftest.er1
9505 cat conftest.err >&5 9513 cat conftest.err >&5
9506 echo "$as_me:9506: \$? = $ac_status" >&5 9514 echo "$as_me:9514: \$? = $ac_status" >&5
9507 (exit $ac_status); } >/dev/null; then 9515 (exit $ac_status); } >/dev/null; then
9508 if test -s conftest.err; then 9516 if test -s conftest.err; then
9509 ac_cpp_err=$ac_c_preproc_warn_flag 9517 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -9522,19 +9530,19 @@ else
9522fi 9530fi
9523rm -f conftest.err conftest.$ac_ext 9531rm -f conftest.err conftest.$ac_ext
9524fi 9532fi
9525echo "$as_me:9525: result: `eval echo '${'$as_ac_Header'}'`" >&5 9533echo "$as_me:9533: result: `eval echo '${'$as_ac_Header'}'`" >&5
9526echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 9534echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9527if test `eval echo '${'$as_ac_Header'}'` = yes; then 9535if test `eval echo '${'$as_ac_Header'}'` = yes; then
9528 cat >>confdefs.h <<EOF 9536 cat >>confdefs.h <<EOF
9529#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 9537#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9530EOF 9538EOF
9531 echo "$as_me:9531: checking for struct nlist.n_un.n_name" >&5 9539 echo "$as_me:9539: checking for struct nlist.n_un.n_name" >&5
9532echo $ECHO_N "checking for struct nlist.n_un.n_name... $ECHO_C" >&6 9540echo $ECHO_N "checking for struct nlist.n_un.n_name... $ECHO_C" >&6
9533if test "${ac_cv_member_struct_nlist_n_un_n_name+set}" = set; then 9541if test "${ac_cv_member_struct_nlist_n_un_n_name+set}" = set; then
9534 echo $ECHO_N "(cached) $ECHO_C" >&6 9542 echo $ECHO_N "(cached) $ECHO_C" >&6
9535else 9543else
9536 cat >conftest.$ac_ext <<_ACEOF 9544 cat >conftest.$ac_ext <<_ACEOF
9537#line 9537 "configure" 9545#line 9545 "configure"
9538#include "confdefs.h" 9546#include "confdefs.h"
9539#include <nlist.h> 9547#include <nlist.h>
9540 9548
@@ -9549,16 +9557,16 @@ return 0;
9549} 9557}
9550_ACEOF 9558_ACEOF
9551rm -f conftest.$ac_objext 9559rm -f conftest.$ac_objext
9552if { (eval echo "$as_me:9552: \"$ac_compile\"") >&5 9560if { (eval echo "$as_me:9560: \"$ac_compile\"") >&5
9553 (eval $ac_compile) 2>&5 9561 (eval $ac_compile) 2>&5
9554 ac_status=$? 9562 ac_status=$?
9555 echo "$as_me:9555: \$? = $ac_status" >&5 9563 echo "$as_me:9563: \$? = $ac_status" >&5
9556 (exit $ac_status); } && 9564 (exit $ac_status); } &&
9557 { ac_try='test -s conftest.$ac_objext' 9565 { ac_try='test -s conftest.$ac_objext'
9558 { (eval echo "$as_me:9558: \"$ac_try\"") >&5 9566 { (eval echo "$as_me:9566: \"$ac_try\"") >&5
9559 (eval $ac_try) 2>&5 9567 (eval $ac_try) 2>&5
9560 ac_status=$? 9568 ac_status=$?
9561 echo "$as_me:9561: \$? = $ac_status" >&5 9569 echo "$as_me:9569: \$? = $ac_status" >&5
9562 (exit $ac_status); }; }; then 9570 (exit $ac_status); }; }; then
9563 ac_cv_member_struct_nlist_n_un_n_name=yes 9571 ac_cv_member_struct_nlist_n_un_n_name=yes
9564else 9572else
@@ -9568,7 +9576,7 @@ ac_cv_member_struct_nlist_n_un_n_name=no
9568fi 9576fi
9569rm -f conftest.$ac_objext conftest.$ac_ext 9577rm -f conftest.$ac_objext conftest.$ac_ext
9570fi 9578fi
9571echo "$as_me:9571: result: $ac_cv_member_struct_nlist_n_un_n_name" >&5 9579echo "$as_me:9579: result: $ac_cv_member_struct_nlist_n_un_n_name" >&5
9572echo "${ECHO_T}$ac_cv_member_struct_nlist_n_un_n_name" >&6 9580echo "${ECHO_T}$ac_cv_member_struct_nlist_n_un_n_name" >&6
9573if test $ac_cv_member_struct_nlist_n_un_n_name = yes; then 9581if test $ac_cv_member_struct_nlist_n_un_n_name = yes; then
9574 9582
@@ -9589,13 +9597,13 @@ fi
9589done 9597done
9590 9598
9591# Some definitions of getloadavg require that the program be installed setgid. 9599# Some definitions of getloadavg require that the program be installed setgid.
9592echo "$as_me:9592: checking whether getloadavg requires setgid" >&5 9600echo "$as_me:9600: checking whether getloadavg requires setgid" >&5
9593echo $ECHO_N "checking whether getloadavg requires setgid... $ECHO_C" >&6 9601echo $ECHO_N "checking whether getloadavg requires setgid... $ECHO_C" >&6
9594if test "${ac_cv_func_getloadavg_setgid+set}" = set; then 9602if test "${ac_cv_func_getloadavg_setgid+set}" = set; then
9595 echo $ECHO_N "(cached) $ECHO_C" >&6 9603 echo $ECHO_N "(cached) $ECHO_C" >&6
9596else 9604else
9597 cat >conftest.$ac_ext <<_ACEOF 9605 cat >conftest.$ac_ext <<_ACEOF
9598#line 9598 "configure" 9606#line 9606 "configure"
9599#include "confdefs.h" 9607#include "confdefs.h"
9600#include "$srcdir/getloadavg.c" 9608#include "$srcdir/getloadavg.c"
9601#ifdef LDAV_PRIVILEGED 9609#ifdef LDAV_PRIVILEGED
@@ -9611,7 +9619,7 @@ fi
9611rm -f conftest* 9619rm -f conftest*
9612 9620
9613fi 9621fi
9614echo "$as_me:9614: result: $ac_cv_func_getloadavg_setgid" >&5 9622echo "$as_me:9622: result: $ac_cv_func_getloadavg_setgid" >&5
9615echo "${ECHO_T}$ac_cv_func_getloadavg_setgid" >&6 9623echo "${ECHO_T}$ac_cv_func_getloadavg_setgid" >&6
9616if test $ac_cv_func_getloadavg_setgid = yes; then 9624if test $ac_cv_func_getloadavg_setgid = yes; then
9617 NEED_SETGID=true 9625 NEED_SETGID=true
@@ -9625,7 +9633,7 @@ else
9625fi 9633fi
9626 9634
9627if test $ac_cv_func_getloadavg_setgid = yes; then 9635if test $ac_cv_func_getloadavg_setgid = yes; then
9628 echo "$as_me:9628: checking group of /dev/kmem" >&5 9636 echo "$as_me:9636: checking group of /dev/kmem" >&5
9629echo $ECHO_N "checking group of /dev/kmem... $ECHO_C" >&6 9637echo $ECHO_N "checking group of /dev/kmem... $ECHO_C" >&6
9630if test "${ac_cv_group_kmem+set}" = set; then 9638if test "${ac_cv_group_kmem+set}" = set; then
9631 echo $ECHO_N "(cached) $ECHO_C" >&6 9639 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9640,7 +9648,7 @@ else
9640 / /s/.* //;p;'` 9648 / /s/.* //;p;'`
9641 9649
9642fi 9650fi
9643echo "$as_me:9643: result: $ac_cv_group_kmem" >&5 9651echo "$as_me:9651: result: $ac_cv_group_kmem" >&5
9644echo "${ECHO_T}$ac_cv_group_kmem" >&6 9652echo "${ECHO_T}$ac_cv_group_kmem" >&6
9645 KMEM_GROUP=$ac_cv_group_kmem 9653 KMEM_GROUP=$ac_cv_group_kmem
9646fi 9654fi
@@ -9651,7 +9659,7 @@ else
9651fi 9659fi
9652LIBS=$ac_save_LIBS 9660LIBS=$ac_save_LIBS
9653 9661
9654echo "$as_me:9654: checking for _LARGEFILE_SOURCE value needed for large files" >&5 9662echo "$as_me:9662: checking for _LARGEFILE_SOURCE value needed for large files" >&5
9655echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6 9663echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6
9656if test "${ac_cv_sys_largefile_source+set}" = set; then 9664if test "${ac_cv_sys_largefile_source+set}" = set; then
9657 echo $ECHO_N "(cached) $ECHO_C" >&6 9665 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9659,7 +9667,7 @@ else
9659 while :; do 9667 while :; do
9660 ac_cv_sys_largefile_source=no 9668 ac_cv_sys_largefile_source=no
9661 cat >conftest.$ac_ext <<_ACEOF 9669 cat >conftest.$ac_ext <<_ACEOF
9662#line 9662 "configure" 9670#line 9670 "configure"
9663#include "confdefs.h" 9671#include "confdefs.h"
9664#include <stdio.h> 9672#include <stdio.h>
9665int 9673int
@@ -9671,16 +9679,16 @@ return !fseeko;
9671} 9679}
9672_ACEOF 9680_ACEOF
9673rm -f conftest.$ac_objext 9681rm -f conftest.$ac_objext
9674if { (eval echo "$as_me:9674: \"$ac_compile\"") >&5 9682if { (eval echo "$as_me:9682: \"$ac_compile\"") >&5
9675 (eval $ac_compile) 2>&5 9683 (eval $ac_compile) 2>&5
9676 ac_status=$? 9684 ac_status=$?
9677 echo "$as_me:9677: \$? = $ac_status" >&5 9685 echo "$as_me:9685: \$? = $ac_status" >&5
9678 (exit $ac_status); } && 9686 (exit $ac_status); } &&
9679 { ac_try='test -s conftest.$ac_objext' 9687 { ac_try='test -s conftest.$ac_objext'
9680 { (eval echo "$as_me:9680: \"$ac_try\"") >&5 9688 { (eval echo "$as_me:9688: \"$ac_try\"") >&5
9681 (eval $ac_try) 2>&5 9689 (eval $ac_try) 2>&5
9682 ac_status=$? 9690 ac_status=$?
9683 echo "$as_me:9683: \$? = $ac_status" >&5 9691 echo "$as_me:9691: \$? = $ac_status" >&5
9684 (exit $ac_status); }; }; then 9692 (exit $ac_status); }; }; then
9685 break 9693 break
9686else 9694else
@@ -9689,7 +9697,7 @@ cat conftest.$ac_ext >&5
9689fi 9697fi
9690rm -f conftest.$ac_objext conftest.$ac_ext 9698rm -f conftest.$ac_objext conftest.$ac_ext
9691 cat >conftest.$ac_ext <<_ACEOF 9699 cat >conftest.$ac_ext <<_ACEOF
9692#line 9692 "configure" 9700#line 9700 "configure"
9693#include "confdefs.h" 9701#include "confdefs.h"
9694#define _LARGEFILE_SOURCE 1 9702#define _LARGEFILE_SOURCE 1
9695#include <stdio.h> 9703#include <stdio.h>
@@ -9702,16 +9710,16 @@ return !fseeko;
9702} 9710}
9703_ACEOF 9711_ACEOF
9704rm -f conftest.$ac_objext 9712rm -f conftest.$ac_objext
9705if { (eval echo "$as_me:9705: \"$ac_compile\"") >&5 9713if { (eval echo "$as_me:9713: \"$ac_compile\"") >&5
9706 (eval $ac_compile) 2>&5 9714 (eval $ac_compile) 2>&5
9707 ac_status=$? 9715 ac_status=$?
9708 echo "$as_me:9708: \$? = $ac_status" >&5 9716 echo "$as_me:9716: \$? = $ac_status" >&5
9709 (exit $ac_status); } && 9717 (exit $ac_status); } &&
9710 { ac_try='test -s conftest.$ac_objext' 9718 { ac_try='test -s conftest.$ac_objext'
9711 { (eval echo "$as_me:9711: \"$ac_try\"") >&5 9719 { (eval echo "$as_me:9719: \"$ac_try\"") >&5
9712 (eval $ac_try) 2>&5 9720 (eval $ac_try) 2>&5
9713 ac_status=$? 9721 ac_status=$?
9714 echo "$as_me:9714: \$? = $ac_status" >&5 9722 echo "$as_me:9722: \$? = $ac_status" >&5
9715 (exit $ac_status); }; }; then 9723 (exit $ac_status); }; }; then
9716 ac_cv_sys_largefile_source=1; break 9724 ac_cv_sys_largefile_source=1; break
9717else 9725else
@@ -9722,7 +9730,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
9722 break 9730 break
9723done 9731done
9724fi 9732fi
9725echo "$as_me:9725: result: $ac_cv_sys_largefile_source" >&5 9733echo "$as_me:9733: result: $ac_cv_sys_largefile_source" >&5
9726echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6 9734echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6
9727if test "$ac_cv_sys_largefile_source" != no; then 9735if test "$ac_cv_sys_largefile_source" != no; then
9728 9736
@@ -9736,13 +9744,13 @@ rm -f conftest*
9736# We used to try defining _XOPEN_SOURCE=500 too, to work around a bug 9744# We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
9737# in glibc 2.1.3, but that breaks too many other things. 9745# in glibc 2.1.3, but that breaks too many other things.
9738# If you want fseeko and ftello with glibc, upgrade to a fixed glibc. 9746# If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
9739echo "$as_me:9739: checking for fseeko" >&5 9747echo "$as_me:9747: checking for fseeko" >&5
9740echo $ECHO_N "checking for fseeko... $ECHO_C" >&6 9748echo $ECHO_N "checking for fseeko... $ECHO_C" >&6
9741if test "${ac_cv_func_fseeko+set}" = set; then 9749if test "${ac_cv_func_fseeko+set}" = set; then
9742 echo $ECHO_N "(cached) $ECHO_C" >&6 9750 echo $ECHO_N "(cached) $ECHO_C" >&6
9743else 9751else
9744 cat >conftest.$ac_ext <<_ACEOF 9752 cat >conftest.$ac_ext <<_ACEOF
9745#line 9745 "configure" 9753#line 9753 "configure"
9746#include "confdefs.h" 9754#include "confdefs.h"
9747#include <stdio.h> 9755#include <stdio.h>
9748int 9756int
@@ -9754,16 +9762,16 @@ return fseeko && fseeko (stdin, 0, 0);
9754} 9762}
9755_ACEOF 9763_ACEOF
9756rm -f conftest.$ac_objext conftest$ac_exeext 9764rm -f conftest.$ac_objext conftest$ac_exeext
9757if { (eval echo "$as_me:9757: \"$ac_link\"") >&5 9765if { (eval echo "$as_me:9765: \"$ac_link\"") >&5
9758 (eval $ac_link) 2>&5 9766 (eval $ac_link) 2>&5
9759 ac_status=$? 9767 ac_status=$?
9760 echo "$as_me:9760: \$? = $ac_status" >&5 9768 echo "$as_me:9768: \$? = $ac_status" >&5
9761 (exit $ac_status); } && 9769 (exit $ac_status); } &&
9762 { ac_try='test -s conftest$ac_exeext' 9770 { ac_try='test -s conftest$ac_exeext'
9763 { (eval echo "$as_me:9763: \"$ac_try\"") >&5 9771 { (eval echo "$as_me:9771: \"$ac_try\"") >&5
9764 (eval $ac_try) 2>&5 9772 (eval $ac_try) 2>&5
9765 ac_status=$? 9773 ac_status=$?
9766 echo "$as_me:9766: \$? = $ac_status" >&5 9774 echo "$as_me:9774: \$? = $ac_status" >&5
9767 (exit $ac_status); }; }; then 9775 (exit $ac_status); }; }; then
9768 ac_cv_func_fseeko=yes 9776 ac_cv_func_fseeko=yes
9769else 9777else
@@ -9773,7 +9781,7 @@ ac_cv_func_fseeko=no
9773fi 9781fi
9774rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9782rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9775fi 9783fi
9776echo "$as_me:9776: result: $ac_cv_func_fseeko" >&5 9784echo "$as_me:9784: result: $ac_cv_func_fseeko" >&5
9777echo "${ECHO_T}$ac_cv_func_fseeko" >&6 9785echo "${ECHO_T}$ac_cv_func_fseeko" >&6
9778if test $ac_cv_func_fseeko = yes; then 9786if test $ac_cv_func_fseeko = yes; then
9779 9787
@@ -9788,13 +9796,13 @@ fi
9788for ac_func in grantpt 9796for ac_func in grantpt
9789do 9797do
9790as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 9798as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9791echo "$as_me:9791: checking for $ac_func" >&5 9799echo "$as_me:9799: checking for $ac_func" >&5
9792echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 9800echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9793if eval "test \"\${$as_ac_var+set}\" = set"; then 9801if eval "test \"\${$as_ac_var+set}\" = set"; then
9794 echo $ECHO_N "(cached) $ECHO_C" >&6 9802 echo $ECHO_N "(cached) $ECHO_C" >&6
9795else 9803else
9796 cat >conftest.$ac_ext <<_ACEOF 9804 cat >conftest.$ac_ext <<_ACEOF
9797#line 9797 "configure" 9805#line 9805 "configure"
9798#include "confdefs.h" 9806#include "confdefs.h"
9799/* System header to define __stub macros and hopefully few prototypes, 9807/* System header to define __stub macros and hopefully few prototypes,
9800 which can conflict with char $ac_func (); below. */ 9808 which can conflict with char $ac_func (); below. */
@@ -9825,16 +9833,16 @@ f = $ac_func;
9825} 9833}
9826_ACEOF 9834_ACEOF
9827rm -f conftest.$ac_objext conftest$ac_exeext 9835rm -f conftest.$ac_objext conftest$ac_exeext
9828if { (eval echo "$as_me:9828: \"$ac_link\"") >&5 9836if { (eval echo "$as_me:9836: \"$ac_link\"") >&5
9829 (eval $ac_link) 2>&5 9837 (eval $ac_link) 2>&5
9830 ac_status=$? 9838 ac_status=$?
9831 echo "$as_me:9831: \$? = $ac_status" >&5 9839 echo "$as_me:9839: \$? = $ac_status" >&5
9832 (exit $ac_status); } && 9840 (exit $ac_status); } &&
9833 { ac_try='test -s conftest$ac_exeext' 9841 { ac_try='test -s conftest$ac_exeext'
9834 { (eval echo "$as_me:9834: \"$ac_try\"") >&5 9842 { (eval echo "$as_me:9842: \"$ac_try\"") >&5
9835 (eval $ac_try) 2>&5 9843 (eval $ac_try) 2>&5
9836 ac_status=$? 9844 ac_status=$?
9837 echo "$as_me:9837: \$? = $ac_status" >&5 9845 echo "$as_me:9845: \$? = $ac_status" >&5
9838 (exit $ac_status); }; }; then 9846 (exit $ac_status); }; }; then
9839 eval "$as_ac_var=yes" 9847 eval "$as_ac_var=yes"
9840else 9848else
@@ -9844,7 +9852,7 @@ eval "$as_ac_var=no"
9844fi 9852fi
9845rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9853rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9846fi 9854fi
9847echo "$as_me:9847: result: `eval echo '${'$as_ac_var'}'`" >&5 9855echo "$as_me:9855: result: `eval echo '${'$as_ac_var'}'`" >&5
9848echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 9856echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9849if test `eval echo '${'$as_ac_var'}'` = yes; then 9857if test `eval echo '${'$as_ac_var'}'` = yes; then
9850 cat >>confdefs.h <<EOF 9858 cat >>confdefs.h <<EOF
@@ -9859,13 +9867,13 @@ done
9859for ac_func in getpt 9867for ac_func in getpt
9860do 9868do
9861as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 9869as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9862echo "$as_me:9862: checking for $ac_func" >&5 9870echo "$as_me:9870: checking for $ac_func" >&5
9863echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 9871echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9864if eval "test \"\${$as_ac_var+set}\" = set"; then 9872if eval "test \"\${$as_ac_var+set}\" = set"; then
9865 echo $ECHO_N "(cached) $ECHO_C" >&6 9873 echo $ECHO_N "(cached) $ECHO_C" >&6
9866else 9874else
9867 cat >conftest.$ac_ext <<_ACEOF 9875 cat >conftest.$ac_ext <<_ACEOF
9868#line 9868 "configure" 9876#line 9876 "configure"
9869#include "confdefs.h" 9877#include "confdefs.h"
9870/* System header to define __stub macros and hopefully few prototypes, 9878/* System header to define __stub macros and hopefully few prototypes,
9871 which can conflict with char $ac_func (); below. */ 9879 which can conflict with char $ac_func (); below. */
@@ -9896,16 +9904,16 @@ f = $ac_func;
9896} 9904}
9897_ACEOF 9905_ACEOF
9898rm -f conftest.$ac_objext conftest$ac_exeext 9906rm -f conftest.$ac_objext conftest$ac_exeext
9899if { (eval echo "$as_me:9899: \"$ac_link\"") >&5 9907if { (eval echo "$as_me:9907: \"$ac_link\"") >&5
9900 (eval $ac_link) 2>&5 9908 (eval $ac_link) 2>&5
9901 ac_status=$? 9909 ac_status=$?
9902 echo "$as_me:9902: \$? = $ac_status" >&5 9910 echo "$as_me:9910: \$? = $ac_status" >&5
9903 (exit $ac_status); } && 9911 (exit $ac_status); } &&
9904 { ac_try='test -s conftest$ac_exeext' 9912 { ac_try='test -s conftest$ac_exeext'
9905 { (eval echo "$as_me:9905: \"$ac_try\"") >&5 9913 { (eval echo "$as_me:9913: \"$ac_try\"") >&5
9906 (eval $ac_try) 2>&5 9914 (eval $ac_try) 2>&5
9907 ac_status=$? 9915 ac_status=$?
9908 echo "$as_me:9908: \$? = $ac_status" >&5 9916 echo "$as_me:9916: \$? = $ac_status" >&5
9909 (exit $ac_status); }; }; then 9917 (exit $ac_status); }; }; then
9910 eval "$as_ac_var=yes" 9918 eval "$as_ac_var=yes"
9911else 9919else
@@ -9915,7 +9923,7 @@ eval "$as_ac_var=no"
9915fi 9923fi
9916rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9924rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9917fi 9925fi
9918echo "$as_me:9918: result: `eval echo '${'$as_ac_var'}'`" >&5 9926echo "$as_me:9926: result: `eval echo '${'$as_ac_var'}'`" >&5
9919echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 9927echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9920if test `eval echo '${'$as_ac_var'}'` = yes; then 9928if test `eval echo '${'$as_ac_var'}'` = yes; then
9921 cat >>confdefs.h <<EOF 9929 cat >>confdefs.h <<EOF
@@ -9930,7 +9938,7 @@ done
9930# It's better to believe a function is not available 9938# It's better to believe a function is not available
9931# than to expect to find it in ncurses. 9939# than to expect to find it in ncurses.
9932 9940
9933echo "$as_me:9933: checking for tparm in -lncurses" >&5 9941echo "$as_me:9941: checking for tparm in -lncurses" >&5
9934echo $ECHO_N "checking for tparm in -lncurses... $ECHO_C" >&6 9942echo $ECHO_N "checking for tparm in -lncurses... $ECHO_C" >&6
9935if test "${ac_cv_lib_ncurses_tparm+set}" = set; then 9943if test "${ac_cv_lib_ncurses_tparm+set}" = set; then
9936 echo $ECHO_N "(cached) $ECHO_C" >&6 9944 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9938,7 +9946,7 @@ else
9938 ac_check_lib_save_LIBS=$LIBS 9946 ac_check_lib_save_LIBS=$LIBS
9939LIBS="-lncurses $LIBS" 9947LIBS="-lncurses $LIBS"
9940cat >conftest.$ac_ext <<_ACEOF 9948cat >conftest.$ac_ext <<_ACEOF
9941#line 9941 "configure" 9949#line 9949 "configure"
9942#include "confdefs.h" 9950#include "confdefs.h"
9943 9951
9944/* Override any gcc2 internal prototype to avoid an error. */ 9952/* Override any gcc2 internal prototype to avoid an error. */
@@ -9957,16 +9965,16 @@ tparm ();
9957} 9965}
9958_ACEOF 9966_ACEOF
9959rm -f conftest.$ac_objext conftest$ac_exeext 9967rm -f conftest.$ac_objext conftest$ac_exeext
9960if { (eval echo "$as_me:9960: \"$ac_link\"") >&5 9968if { (eval echo "$as_me:9968: \"$ac_link\"") >&5
9961 (eval $ac_link) 2>&5 9969 (eval $ac_link) 2>&5
9962 ac_status=$? 9970 ac_status=$?
9963 echo "$as_me:9963: \$? = $ac_status" >&5 9971 echo "$as_me:9971: \$? = $ac_status" >&5
9964 (exit $ac_status); } && 9972 (exit $ac_status); } &&
9965 { ac_try='test -s conftest$ac_exeext' 9973 { ac_try='test -s conftest$ac_exeext'
9966 { (eval echo "$as_me:9966: \"$ac_try\"") >&5 9974 { (eval echo "$as_me:9974: \"$ac_try\"") >&5
9967 (eval $ac_try) 2>&5 9975 (eval $ac_try) 2>&5
9968 ac_status=$? 9976 ac_status=$?
9969 echo "$as_me:9969: \$? = $ac_status" >&5 9977 echo "$as_me:9977: \$? = $ac_status" >&5
9970 (exit $ac_status); }; }; then 9978 (exit $ac_status); }; }; then
9971 ac_cv_lib_ncurses_tparm=yes 9979 ac_cv_lib_ncurses_tparm=yes
9972else 9980else
@@ -9977,7 +9985,7 @@ fi
9977rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9985rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9978LIBS=$ac_check_lib_save_LIBS 9986LIBS=$ac_check_lib_save_LIBS
9979fi 9987fi
9980echo "$as_me:9980: result: $ac_cv_lib_ncurses_tparm" >&5 9988echo "$as_me:9988: result: $ac_cv_lib_ncurses_tparm" >&5
9981echo "${ECHO_T}$ac_cv_lib_ncurses_tparm" >&6 9989echo "${ECHO_T}$ac_cv_lib_ncurses_tparm" >&6
9982if test $ac_cv_lib_ncurses_tparm = yes; then 9990if test $ac_cv_lib_ncurses_tparm = yes; then
9983 cat >>confdefs.h <<EOF 9991 cat >>confdefs.h <<EOF
@@ -9992,13 +10000,13 @@ fi
9992if test "$with_hesiod" = yes ; then 10000if test "$with_hesiod" = yes ; then
9993 # Don't set $LIBS here -- see comments above. 10001 # Don't set $LIBS here -- see comments above.
9994 resolv=no 10002 resolv=no
9995 echo "$as_me:9995: checking for res_send" >&5 10003 echo "$as_me:10003: checking for res_send" >&5
9996echo $ECHO_N "checking for res_send... $ECHO_C" >&6 10004echo $ECHO_N "checking for res_send... $ECHO_C" >&6
9997if test "${ac_cv_func_res_send+set}" = set; then 10005if test "${ac_cv_func_res_send+set}" = set; then
9998 echo $ECHO_N "(cached) $ECHO_C" >&6 10006 echo $ECHO_N "(cached) $ECHO_C" >&6
9999else 10007else
10000 cat >conftest.$ac_ext <<_ACEOF 10008 cat >conftest.$ac_ext <<_ACEOF
10001#line 10001 "configure" 10009#line 10009 "configure"
10002#include "confdefs.h" 10010#include "confdefs.h"
10003/* System header to define __stub macros and hopefully few prototypes, 10011/* System header to define __stub macros and hopefully few prototypes,
10004 which can conflict with char res_send (); below. */ 10012 which can conflict with char res_send (); below. */
@@ -10029,16 +10037,16 @@ f = res_send;
10029} 10037}
10030_ACEOF 10038_ACEOF
10031rm -f conftest.$ac_objext conftest$ac_exeext 10039rm -f conftest.$ac_objext conftest$ac_exeext
10032if { (eval echo "$as_me:10032: \"$ac_link\"") >&5 10040if { (eval echo "$as_me:10040: \"$ac_link\"") >&5
10033 (eval $ac_link) 2>&5 10041 (eval $ac_link) 2>&5
10034 ac_status=$? 10042 ac_status=$?
10035 echo "$as_me:10035: \$? = $ac_status" >&5 10043 echo "$as_me:10043: \$? = $ac_status" >&5
10036 (exit $ac_status); } && 10044 (exit $ac_status); } &&
10037 { ac_try='test -s conftest$ac_exeext' 10045 { ac_try='test -s conftest$ac_exeext'
10038 { (eval echo "$as_me:10038: \"$ac_try\"") >&5 10046 { (eval echo "$as_me:10046: \"$ac_try\"") >&5
10039 (eval $ac_try) 2>&5 10047 (eval $ac_try) 2>&5
10040 ac_status=$? 10048 ac_status=$?
10041 echo "$as_me:10041: \$? = $ac_status" >&5 10049 echo "$as_me:10049: \$? = $ac_status" >&5
10042 (exit $ac_status); }; }; then 10050 (exit $ac_status); }; }; then
10043 ac_cv_func_res_send=yes 10051 ac_cv_func_res_send=yes
10044else 10052else
@@ -10048,18 +10056,18 @@ ac_cv_func_res_send=no
10048fi 10056fi
10049rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10057rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10050fi 10058fi
10051echo "$as_me:10051: result: $ac_cv_func_res_send" >&5 10059echo "$as_me:10059: result: $ac_cv_func_res_send" >&5
10052echo "${ECHO_T}$ac_cv_func_res_send" >&6 10060echo "${ECHO_T}$ac_cv_func_res_send" >&6
10053if test $ac_cv_func_res_send = yes; then 10061if test $ac_cv_func_res_send = yes; then
10054 : 10062 :
10055else 10063else
10056 echo "$as_me:10056: checking for __res_send" >&5 10064 echo "$as_me:10064: checking for __res_send" >&5
10057echo $ECHO_N "checking for __res_send... $ECHO_C" >&6 10065echo $ECHO_N "checking for __res_send... $ECHO_C" >&6
10058if test "${ac_cv_func___res_send+set}" = set; then 10066if test "${ac_cv_func___res_send+set}" = set; then
10059 echo $ECHO_N "(cached) $ECHO_C" >&6 10067 echo $ECHO_N "(cached) $ECHO_C" >&6
10060else 10068else
10061 cat >conftest.$ac_ext <<_ACEOF 10069 cat >conftest.$ac_ext <<_ACEOF
10062#line 10062 "configure" 10070#line 10070 "configure"
10063#include "confdefs.h" 10071#include "confdefs.h"
10064/* System header to define __stub macros and hopefully few prototypes, 10072/* System header to define __stub macros and hopefully few prototypes,
10065 which can conflict with char __res_send (); below. */ 10073 which can conflict with char __res_send (); below. */
@@ -10090,16 +10098,16 @@ f = __res_send;
10090} 10098}
10091_ACEOF 10099_ACEOF
10092rm -f conftest.$ac_objext conftest$ac_exeext 10100rm -f conftest.$ac_objext conftest$ac_exeext
10093if { (eval echo "$as_me:10093: \"$ac_link\"") >&5 10101if { (eval echo "$as_me:10101: \"$ac_link\"") >&5
10094 (eval $ac_link) 2>&5 10102 (eval $ac_link) 2>&5
10095 ac_status=$? 10103 ac_status=$?
10096 echo "$as_me:10096: \$? = $ac_status" >&5 10104 echo "$as_me:10104: \$? = $ac_status" >&5
10097 (exit $ac_status); } && 10105 (exit $ac_status); } &&
10098 { ac_try='test -s conftest$ac_exeext' 10106 { ac_try='test -s conftest$ac_exeext'
10099 { (eval echo "$as_me:10099: \"$ac_try\"") >&5 10107 { (eval echo "$as_me:10107: \"$ac_try\"") >&5
10100 (eval $ac_try) 2>&5 10108 (eval $ac_try) 2>&5
10101 ac_status=$? 10109 ac_status=$?
10102 echo "$as_me:10102: \$? = $ac_status" >&5 10110 echo "$as_me:10110: \$? = $ac_status" >&5
10103 (exit $ac_status); }; }; then 10111 (exit $ac_status); }; }; then
10104 ac_cv_func___res_send=yes 10112 ac_cv_func___res_send=yes
10105else 10113else
@@ -10109,12 +10117,12 @@ ac_cv_func___res_send=no
10109fi 10117fi
10110rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10118rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10111fi 10119fi
10112echo "$as_me:10112: result: $ac_cv_func___res_send" >&5 10120echo "$as_me:10120: result: $ac_cv_func___res_send" >&5
10113echo "${ECHO_T}$ac_cv_func___res_send" >&6 10121echo "${ECHO_T}$ac_cv_func___res_send" >&6
10114if test $ac_cv_func___res_send = yes; then 10122if test $ac_cv_func___res_send = yes; then
10115 : 10123 :
10116else 10124else
10117 echo "$as_me:10117: checking for res_send in -lresolv" >&5 10125 echo "$as_me:10125: checking for res_send in -lresolv" >&5
10118echo $ECHO_N "checking for res_send in -lresolv... $ECHO_C" >&6 10126echo $ECHO_N "checking for res_send in -lresolv... $ECHO_C" >&6
10119if test "${ac_cv_lib_resolv_res_send+set}" = set; then 10127if test "${ac_cv_lib_resolv_res_send+set}" = set; then
10120 echo $ECHO_N "(cached) $ECHO_C" >&6 10128 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10122,7 +10130,7 @@ else
10122 ac_check_lib_save_LIBS=$LIBS 10130 ac_check_lib_save_LIBS=$LIBS
10123LIBS="-lresolv $LIBS" 10131LIBS="-lresolv $LIBS"
10124cat >conftest.$ac_ext <<_ACEOF 10132cat >conftest.$ac_ext <<_ACEOF
10125#line 10125 "configure" 10133#line 10133 "configure"
10126#include "confdefs.h" 10134#include "confdefs.h"
10127 10135
10128/* Override any gcc2 internal prototype to avoid an error. */ 10136/* Override any gcc2 internal prototype to avoid an error. */
@@ -10141,16 +10149,16 @@ res_send ();
10141} 10149}
10142_ACEOF 10150_ACEOF
10143rm -f conftest.$ac_objext conftest$ac_exeext 10151rm -f conftest.$ac_objext conftest$ac_exeext
10144if { (eval echo "$as_me:10144: \"$ac_link\"") >&5 10152if { (eval echo "$as_me:10152: \"$ac_link\"") >&5
10145 (eval $ac_link) 2>&5 10153 (eval $ac_link) 2>&5
10146 ac_status=$? 10154 ac_status=$?
10147 echo "$as_me:10147: \$? = $ac_status" >&5 10155 echo "$as_me:10155: \$? = $ac_status" >&5
10148 (exit $ac_status); } && 10156 (exit $ac_status); } &&
10149 { ac_try='test -s conftest$ac_exeext' 10157 { ac_try='test -s conftest$ac_exeext'
10150 { (eval echo "$as_me:10150: \"$ac_try\"") >&5 10158 { (eval echo "$as_me:10158: \"$ac_try\"") >&5
10151 (eval $ac_try) 2>&5 10159 (eval $ac_try) 2>&5
10152 ac_status=$? 10160 ac_status=$?
10153 echo "$as_me:10153: \$? = $ac_status" >&5 10161 echo "$as_me:10161: \$? = $ac_status" >&5
10154 (exit $ac_status); }; }; then 10162 (exit $ac_status); }; }; then
10155 ac_cv_lib_resolv_res_send=yes 10163 ac_cv_lib_resolv_res_send=yes
10156else 10164else
@@ -10161,12 +10169,12 @@ fi
10161rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10169rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10162LIBS=$ac_check_lib_save_LIBS 10170LIBS=$ac_check_lib_save_LIBS
10163fi 10171fi
10164echo "$as_me:10164: result: $ac_cv_lib_resolv_res_send" >&5 10172echo "$as_me:10172: result: $ac_cv_lib_resolv_res_send" >&5
10165echo "${ECHO_T}$ac_cv_lib_resolv_res_send" >&6 10173echo "${ECHO_T}$ac_cv_lib_resolv_res_send" >&6
10166if test $ac_cv_lib_resolv_res_send = yes; then 10174if test $ac_cv_lib_resolv_res_send = yes; then
10167 resolv=yes 10175 resolv=yes
10168else 10176else
10169 echo "$as_me:10169: checking for __res_send in -lresolv" >&5 10177 echo "$as_me:10177: checking for __res_send in -lresolv" >&5
10170echo $ECHO_N "checking for __res_send in -lresolv... $ECHO_C" >&6 10178echo $ECHO_N "checking for __res_send in -lresolv... $ECHO_C" >&6
10171if test "${ac_cv_lib_resolv___res_send+set}" = set; then 10179if test "${ac_cv_lib_resolv___res_send+set}" = set; then
10172 echo $ECHO_N "(cached) $ECHO_C" >&6 10180 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10174,7 +10182,7 @@ else
10174 ac_check_lib_save_LIBS=$LIBS 10182 ac_check_lib_save_LIBS=$LIBS
10175LIBS="-lresolv $LIBS" 10183LIBS="-lresolv $LIBS"
10176cat >conftest.$ac_ext <<_ACEOF 10184cat >conftest.$ac_ext <<_ACEOF
10177#line 10177 "configure" 10185#line 10185 "configure"
10178#include "confdefs.h" 10186#include "confdefs.h"
10179 10187
10180/* Override any gcc2 internal prototype to avoid an error. */ 10188/* Override any gcc2 internal prototype to avoid an error. */
@@ -10193,16 +10201,16 @@ __res_send ();
10193} 10201}
10194_ACEOF 10202_ACEOF
10195rm -f conftest.$ac_objext conftest$ac_exeext 10203rm -f conftest.$ac_objext conftest$ac_exeext
10196if { (eval echo "$as_me:10196: \"$ac_link\"") >&5 10204if { (eval echo "$as_me:10204: \"$ac_link\"") >&5
10197 (eval $ac_link) 2>&5 10205 (eval $ac_link) 2>&5
10198 ac_status=$? 10206 ac_status=$?
10199 echo "$as_me:10199: \$? = $ac_status" >&5 10207 echo "$as_me:10207: \$? = $ac_status" >&5
10200 (exit $ac_status); } && 10208 (exit $ac_status); } &&
10201 { ac_try='test -s conftest$ac_exeext' 10209 { ac_try='test -s conftest$ac_exeext'
10202 { (eval echo "$as_me:10202: \"$ac_try\"") >&5 10210 { (eval echo "$as_me:10210: \"$ac_try\"") >&5
10203 (eval $ac_try) 2>&5 10211 (eval $ac_try) 2>&5
10204 ac_status=$? 10212 ac_status=$?
10205 echo "$as_me:10205: \$? = $ac_status" >&5 10213 echo "$as_me:10213: \$? = $ac_status" >&5
10206 (exit $ac_status); }; }; then 10214 (exit $ac_status); }; }; then
10207 ac_cv_lib_resolv___res_send=yes 10215 ac_cv_lib_resolv___res_send=yes
10208else 10216else
@@ -10213,7 +10221,7 @@ fi
10213rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10221rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10214LIBS=$ac_check_lib_save_LIBS 10222LIBS=$ac_check_lib_save_LIBS
10215fi 10223fi
10216echo "$as_me:10216: result: $ac_cv_lib_resolv___res_send" >&5 10224echo "$as_me:10224: result: $ac_cv_lib_resolv___res_send" >&5
10217echo "${ECHO_T}$ac_cv_lib_resolv___res_send" >&6 10225echo "${ECHO_T}$ac_cv_lib_resolv___res_send" >&6
10218if test $ac_cv_lib_resolv___res_send = yes; then 10226if test $ac_cv_lib_resolv___res_send = yes; then
10219 resolv=yes 10227 resolv=yes
@@ -10234,13 +10242,13 @@ EOF
10234 else 10242 else
10235 RESOLVLIB= 10243 RESOLVLIB=
10236 fi 10244 fi
10237 echo "$as_me:10237: checking for hes_getmailhost" >&5 10245 echo "$as_me:10245: checking for hes_getmailhost" >&5
10238echo $ECHO_N "checking for hes_getmailhost... $ECHO_C" >&6 10246echo $ECHO_N "checking for hes_getmailhost... $ECHO_C" >&6
10239if test "${ac_cv_func_hes_getmailhost+set}" = set; then 10247if test "${ac_cv_func_hes_getmailhost+set}" = set; then
10240 echo $ECHO_N "(cached) $ECHO_C" >&6 10248 echo $ECHO_N "(cached) $ECHO_C" >&6
10241else 10249else
10242 cat >conftest.$ac_ext <<_ACEOF 10250 cat >conftest.$ac_ext <<_ACEOF
10243#line 10243 "configure" 10251#line 10251 "configure"
10244#include "confdefs.h" 10252#include "confdefs.h"
10245/* System header to define __stub macros and hopefully few prototypes, 10253/* System header to define __stub macros and hopefully few prototypes,
10246 which can conflict with char hes_getmailhost (); below. */ 10254 which can conflict with char hes_getmailhost (); below. */
@@ -10271,16 +10279,16 @@ f = hes_getmailhost;
10271} 10279}
10272_ACEOF 10280_ACEOF
10273rm -f conftest.$ac_objext conftest$ac_exeext 10281rm -f conftest.$ac_objext conftest$ac_exeext
10274if { (eval echo "$as_me:10274: \"$ac_link\"") >&5 10282if { (eval echo "$as_me:10282: \"$ac_link\"") >&5
10275 (eval $ac_link) 2>&5 10283 (eval $ac_link) 2>&5
10276 ac_status=$? 10284 ac_status=$?
10277 echo "$as_me:10277: \$? = $ac_status" >&5 10285 echo "$as_me:10285: \$? = $ac_status" >&5
10278 (exit $ac_status); } && 10286 (exit $ac_status); } &&
10279 { ac_try='test -s conftest$ac_exeext' 10287 { ac_try='test -s conftest$ac_exeext'
10280 { (eval echo "$as_me:10280: \"$ac_try\"") >&5 10288 { (eval echo "$as_me:10288: \"$ac_try\"") >&5
10281 (eval $ac_try) 2>&5 10289 (eval $ac_try) 2>&5
10282 ac_status=$? 10290 ac_status=$?
10283 echo "$as_me:10283: \$? = $ac_status" >&5 10291 echo "$as_me:10291: \$? = $ac_status" >&5
10284 (exit $ac_status); }; }; then 10292 (exit $ac_status); }; }; then
10285 ac_cv_func_hes_getmailhost=yes 10293 ac_cv_func_hes_getmailhost=yes
10286else 10294else
@@ -10290,12 +10298,12 @@ ac_cv_func_hes_getmailhost=no
10290fi 10298fi
10291rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10299rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10292fi 10300fi
10293echo "$as_me:10293: result: $ac_cv_func_hes_getmailhost" >&5 10301echo "$as_me:10301: result: $ac_cv_func_hes_getmailhost" >&5
10294echo "${ECHO_T}$ac_cv_func_hes_getmailhost" >&6 10302echo "${ECHO_T}$ac_cv_func_hes_getmailhost" >&6
10295if test $ac_cv_func_hes_getmailhost = yes; then 10303if test $ac_cv_func_hes_getmailhost = yes; then
10296 : 10304 :
10297else 10305else
10298 echo "$as_me:10298: checking for hes_getmailhost in -lhesiod" >&5 10306 echo "$as_me:10306: checking for hes_getmailhost in -lhesiod" >&5
10299echo $ECHO_N "checking for hes_getmailhost in -lhesiod... $ECHO_C" >&6 10307echo $ECHO_N "checking for hes_getmailhost in -lhesiod... $ECHO_C" >&6
10300if test "${ac_cv_lib_hesiod_hes_getmailhost+set}" = set; then 10308if test "${ac_cv_lib_hesiod_hes_getmailhost+set}" = set; then
10301 echo $ECHO_N "(cached) $ECHO_C" >&6 10309 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10303,7 +10311,7 @@ else
10303 ac_check_lib_save_LIBS=$LIBS 10311 ac_check_lib_save_LIBS=$LIBS
10304LIBS="-lhesiod $RESOLVLIB $LIBS" 10312LIBS="-lhesiod $RESOLVLIB $LIBS"
10305cat >conftest.$ac_ext <<_ACEOF 10313cat >conftest.$ac_ext <<_ACEOF
10306#line 10306 "configure" 10314#line 10314 "configure"
10307#include "confdefs.h" 10315#include "confdefs.h"
10308 10316
10309/* Override any gcc2 internal prototype to avoid an error. */ 10317/* Override any gcc2 internal prototype to avoid an error. */
@@ -10322,16 +10330,16 @@ hes_getmailhost ();
10322} 10330}
10323_ACEOF 10331_ACEOF
10324rm -f conftest.$ac_objext conftest$ac_exeext 10332rm -f conftest.$ac_objext conftest$ac_exeext
10325if { (eval echo "$as_me:10325: \"$ac_link\"") >&5 10333if { (eval echo "$as_me:10333: \"$ac_link\"") >&5
10326 (eval $ac_link) 2>&5 10334 (eval $ac_link) 2>&5
10327 ac_status=$? 10335 ac_status=$?
10328 echo "$as_me:10328: \$? = $ac_status" >&5 10336 echo "$as_me:10336: \$? = $ac_status" >&5
10329 (exit $ac_status); } && 10337 (exit $ac_status); } &&
10330 { ac_try='test -s conftest$ac_exeext' 10338 { ac_try='test -s conftest$ac_exeext'
10331 { (eval echo "$as_me:10331: \"$ac_try\"") >&5 10339 { (eval echo "$as_me:10339: \"$ac_try\"") >&5
10332 (eval $ac_try) 2>&5 10340 (eval $ac_try) 2>&5
10333 ac_status=$? 10341 ac_status=$?
10334 echo "$as_me:10334: \$? = $ac_status" >&5 10342 echo "$as_me:10342: \$? = $ac_status" >&5
10335 (exit $ac_status); }; }; then 10343 (exit $ac_status); }; }; then
10336 ac_cv_lib_hesiod_hes_getmailhost=yes 10344 ac_cv_lib_hesiod_hes_getmailhost=yes
10337else 10345else
@@ -10342,7 +10350,7 @@ fi
10342rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10350rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10343LIBS=$ac_check_lib_save_LIBS 10351LIBS=$ac_check_lib_save_LIBS
10344fi 10352fi
10345echo "$as_me:10345: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5 10353echo "$as_me:10353: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5
10346echo "${ECHO_T}$ac_cv_lib_hesiod_hes_getmailhost" >&6 10354echo "${ECHO_T}$ac_cv_lib_hesiod_hes_getmailhost" >&6
10347if test $ac_cv_lib_hesiod_hes_getmailhost = yes; then 10355if test $ac_cv_lib_hesiod_hes_getmailhost = yes; then
10348 cat >>confdefs.h <<\EOF 10356 cat >>confdefs.h <<\EOF
@@ -10360,7 +10368,7 @@ fi
10360# These tell us which Kerberos-related libraries to use. 10368# These tell us which Kerberos-related libraries to use.
10361if test "${with_kerberos+set}" = set; then 10369if test "${with_kerberos+set}" = set; then
10362 10370
10363echo "$as_me:10363: checking for com_err in -lcom_err" >&5 10371echo "$as_me:10371: checking for com_err in -lcom_err" >&5
10364echo $ECHO_N "checking for com_err in -lcom_err... $ECHO_C" >&6 10372echo $ECHO_N "checking for com_err in -lcom_err... $ECHO_C" >&6
10365if test "${ac_cv_lib_com_err_com_err+set}" = set; then 10373if test "${ac_cv_lib_com_err_com_err+set}" = set; then
10366 echo $ECHO_N "(cached) $ECHO_C" >&6 10374 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10368,7 +10376,7 @@ else
10368 ac_check_lib_save_LIBS=$LIBS 10376 ac_check_lib_save_LIBS=$LIBS
10369LIBS="-lcom_err $LIBS" 10377LIBS="-lcom_err $LIBS"
10370cat >conftest.$ac_ext <<_ACEOF 10378cat >conftest.$ac_ext <<_ACEOF
10371#line 10371 "configure" 10379#line 10379 "configure"
10372#include "confdefs.h" 10380#include "confdefs.h"
10373 10381
10374/* Override any gcc2 internal prototype to avoid an error. */ 10382/* Override any gcc2 internal prototype to avoid an error. */
@@ -10387,16 +10395,16 @@ com_err ();
10387} 10395}
10388_ACEOF 10396_ACEOF
10389rm -f conftest.$ac_objext conftest$ac_exeext 10397rm -f conftest.$ac_objext conftest$ac_exeext
10390if { (eval echo "$as_me:10390: \"$ac_link\"") >&5 10398if { (eval echo "$as_me:10398: \"$ac_link\"") >&5
10391 (eval $ac_link) 2>&5 10399 (eval $ac_link) 2>&5
10392 ac_status=$? 10400 ac_status=$?
10393 echo "$as_me:10393: \$? = $ac_status" >&5 10401 echo "$as_me:10401: \$? = $ac_status" >&5
10394 (exit $ac_status); } && 10402 (exit $ac_status); } &&
10395 { ac_try='test -s conftest$ac_exeext' 10403 { ac_try='test -s conftest$ac_exeext'
10396 { (eval echo "$as_me:10396: \"$ac_try\"") >&5 10404 { (eval echo "$as_me:10404: \"$ac_try\"") >&5
10397 (eval $ac_try) 2>&5 10405 (eval $ac_try) 2>&5
10398 ac_status=$? 10406 ac_status=$?
10399 echo "$as_me:10399: \$? = $ac_status" >&5 10407 echo "$as_me:10407: \$? = $ac_status" >&5
10400 (exit $ac_status); }; }; then 10408 (exit $ac_status); }; }; then
10401 ac_cv_lib_com_err_com_err=yes 10409 ac_cv_lib_com_err_com_err=yes
10402else 10410else
@@ -10407,7 +10415,7 @@ fi
10407rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10415rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10408LIBS=$ac_check_lib_save_LIBS 10416LIBS=$ac_check_lib_save_LIBS
10409fi 10417fi
10410echo "$as_me:10410: result: $ac_cv_lib_com_err_com_err" >&5 10418echo "$as_me:10418: result: $ac_cv_lib_com_err_com_err" >&5
10411echo "${ECHO_T}$ac_cv_lib_com_err_com_err" >&6 10419echo "${ECHO_T}$ac_cv_lib_com_err_com_err" >&6
10412if test $ac_cv_lib_com_err_com_err = yes; then 10420if test $ac_cv_lib_com_err_com_err = yes; then
10413 cat >>confdefs.h <<EOF 10421 cat >>confdefs.h <<EOF
@@ -10418,7 +10426,7 @@ EOF
10418 10426
10419fi 10427fi
10420 10428
10421echo "$as_me:10421: checking for mit_des_cbc_encrypt in -lk5crypto" >&5 10429echo "$as_me:10429: checking for mit_des_cbc_encrypt in -lk5crypto" >&5
10422echo $ECHO_N "checking for mit_des_cbc_encrypt in -lk5crypto... $ECHO_C" >&6 10430echo $ECHO_N "checking for mit_des_cbc_encrypt in -lk5crypto... $ECHO_C" >&6
10423if test "${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+set}" = set; then 10431if test "${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+set}" = set; then
10424 echo $ECHO_N "(cached) $ECHO_C" >&6 10432 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10426,7 +10434,7 @@ else
10426 ac_check_lib_save_LIBS=$LIBS 10434 ac_check_lib_save_LIBS=$LIBS
10427LIBS="-lk5crypto $LIBS" 10435LIBS="-lk5crypto $LIBS"
10428cat >conftest.$ac_ext <<_ACEOF 10436cat >conftest.$ac_ext <<_ACEOF
10429#line 10429 "configure" 10437#line 10437 "configure"
10430#include "confdefs.h" 10438#include "confdefs.h"
10431 10439
10432/* Override any gcc2 internal prototype to avoid an error. */ 10440/* Override any gcc2 internal prototype to avoid an error. */
@@ -10445,16 +10453,16 @@ mit_des_cbc_encrypt ();
10445} 10453}
10446_ACEOF 10454_ACEOF
10447rm -f conftest.$ac_objext conftest$ac_exeext 10455rm -f conftest.$ac_objext conftest$ac_exeext
10448if { (eval echo "$as_me:10448: \"$ac_link\"") >&5 10456if { (eval echo "$as_me:10456: \"$ac_link\"") >&5
10449 (eval $ac_link) 2>&5 10457 (eval $ac_link) 2>&5
10450 ac_status=$? 10458 ac_status=$?
10451 echo "$as_me:10451: \$? = $ac_status" >&5 10459 echo "$as_me:10459: \$? = $ac_status" >&5
10452 (exit $ac_status); } && 10460 (exit $ac_status); } &&
10453 { ac_try='test -s conftest$ac_exeext' 10461 { ac_try='test -s conftest$ac_exeext'
10454 { (eval echo "$as_me:10454: \"$ac_try\"") >&5 10462 { (eval echo "$as_me:10462: \"$ac_try\"") >&5
10455 (eval $ac_try) 2>&5 10463 (eval $ac_try) 2>&5
10456 ac_status=$? 10464 ac_status=$?
10457 echo "$as_me:10457: \$? = $ac_status" >&5 10465 echo "$as_me:10465: \$? = $ac_status" >&5
10458 (exit $ac_status); }; }; then 10466 (exit $ac_status); }; }; then
10459 ac_cv_lib_k5crypto_mit_des_cbc_encrypt=yes 10467 ac_cv_lib_k5crypto_mit_des_cbc_encrypt=yes
10460else 10468else
@@ -10465,7 +10473,7 @@ fi
10465rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10473rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10466LIBS=$ac_check_lib_save_LIBS 10474LIBS=$ac_check_lib_save_LIBS
10467fi 10475fi
10468echo "$as_me:10468: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5 10476echo "$as_me:10476: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5
10469echo "${ECHO_T}$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&6 10477echo "${ECHO_T}$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&6
10470if test $ac_cv_lib_k5crypto_mit_des_cbc_encrypt = yes; then 10478if test $ac_cv_lib_k5crypto_mit_des_cbc_encrypt = yes; then
10471 cat >>confdefs.h <<EOF 10479 cat >>confdefs.h <<EOF
@@ -10476,7 +10484,7 @@ EOF
10476 10484
10477fi 10485fi
10478 10486
10479echo "$as_me:10479: checking for mit_des_cbc_encrypt in -lcrypto" >&5 10487echo "$as_me:10487: checking for mit_des_cbc_encrypt in -lcrypto" >&5
10480echo $ECHO_N "checking for mit_des_cbc_encrypt in -lcrypto... $ECHO_C" >&6 10488echo $ECHO_N "checking for mit_des_cbc_encrypt in -lcrypto... $ECHO_C" >&6
10481if test "${ac_cv_lib_crypto_mit_des_cbc_encrypt+set}" = set; then 10489if test "${ac_cv_lib_crypto_mit_des_cbc_encrypt+set}" = set; then
10482 echo $ECHO_N "(cached) $ECHO_C" >&6 10490 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10484,7 +10492,7 @@ else
10484 ac_check_lib_save_LIBS=$LIBS 10492 ac_check_lib_save_LIBS=$LIBS
10485LIBS="-lcrypto $LIBS" 10493LIBS="-lcrypto $LIBS"
10486cat >conftest.$ac_ext <<_ACEOF 10494cat >conftest.$ac_ext <<_ACEOF
10487#line 10487 "configure" 10495#line 10495 "configure"
10488#include "confdefs.h" 10496#include "confdefs.h"
10489 10497
10490/* Override any gcc2 internal prototype to avoid an error. */ 10498/* Override any gcc2 internal prototype to avoid an error. */
@@ -10503,16 +10511,16 @@ mit_des_cbc_encrypt ();
10503} 10511}
10504_ACEOF 10512_ACEOF
10505rm -f conftest.$ac_objext conftest$ac_exeext 10513rm -f conftest.$ac_objext conftest$ac_exeext
10506if { (eval echo "$as_me:10506: \"$ac_link\"") >&5 10514if { (eval echo "$as_me:10514: \"$ac_link\"") >&5
10507 (eval $ac_link) 2>&5 10515 (eval $ac_link) 2>&5
10508 ac_status=$? 10516 ac_status=$?
10509 echo "$as_me:10509: \$? = $ac_status" >&5 10517 echo "$as_me:10517: \$? = $ac_status" >&5
10510 (exit $ac_status); } && 10518 (exit $ac_status); } &&
10511 { ac_try='test -s conftest$ac_exeext' 10519 { ac_try='test -s conftest$ac_exeext'
10512 { (eval echo "$as_me:10512: \"$ac_try\"") >&5 10520 { (eval echo "$as_me:10520: \"$ac_try\"") >&5
10513 (eval $ac_try) 2>&5 10521 (eval $ac_try) 2>&5
10514 ac_status=$? 10522 ac_status=$?
10515 echo "$as_me:10515: \$? = $ac_status" >&5 10523 echo "$as_me:10523: \$? = $ac_status" >&5
10516 (exit $ac_status); }; }; then 10524 (exit $ac_status); }; }; then
10517 ac_cv_lib_crypto_mit_des_cbc_encrypt=yes 10525 ac_cv_lib_crypto_mit_des_cbc_encrypt=yes
10518else 10526else
@@ -10523,7 +10531,7 @@ fi
10523rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10531rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10524LIBS=$ac_check_lib_save_LIBS 10532LIBS=$ac_check_lib_save_LIBS
10525fi 10533fi
10526echo "$as_me:10526: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5 10534echo "$as_me:10534: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5
10527echo "${ECHO_T}$ac_cv_lib_crypto_mit_des_cbc_encrypt" >&6 10535echo "${ECHO_T}$ac_cv_lib_crypto_mit_des_cbc_encrypt" >&6
10528if test $ac_cv_lib_crypto_mit_des_cbc_encrypt = yes; then 10536if test $ac_cv_lib_crypto_mit_des_cbc_encrypt = yes; then
10529 cat >>confdefs.h <<EOF 10537 cat >>confdefs.h <<EOF
@@ -10534,7 +10542,7 @@ EOF
10534 10542
10535fi 10543fi
10536 10544
10537echo "$as_me:10537: checking for krb5_init_context in -lkrb5" >&5 10545echo "$as_me:10545: checking for krb5_init_context in -lkrb5" >&5
10538echo $ECHO_N "checking for krb5_init_context in -lkrb5... $ECHO_C" >&6 10546echo $ECHO_N "checking for krb5_init_context in -lkrb5... $ECHO_C" >&6
10539if test "${ac_cv_lib_krb5_krb5_init_context+set}" = set; then 10547if test "${ac_cv_lib_krb5_krb5_init_context+set}" = set; then
10540 echo $ECHO_N "(cached) $ECHO_C" >&6 10548 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10542,7 +10550,7 @@ else
10542 ac_check_lib_save_LIBS=$LIBS 10550 ac_check_lib_save_LIBS=$LIBS
10543LIBS="-lkrb5 $LIBS" 10551LIBS="-lkrb5 $LIBS"
10544cat >conftest.$ac_ext <<_ACEOF 10552cat >conftest.$ac_ext <<_ACEOF
10545#line 10545 "configure" 10553#line 10553 "configure"
10546#include "confdefs.h" 10554#include "confdefs.h"
10547 10555
10548/* Override any gcc2 internal prototype to avoid an error. */ 10556/* Override any gcc2 internal prototype to avoid an error. */
@@ -10561,16 +10569,16 @@ krb5_init_context ();
10561} 10569}
10562_ACEOF 10570_ACEOF
10563rm -f conftest.$ac_objext conftest$ac_exeext 10571rm -f conftest.$ac_objext conftest$ac_exeext
10564if { (eval echo "$as_me:10564: \"$ac_link\"") >&5 10572if { (eval echo "$as_me:10572: \"$ac_link\"") >&5
10565 (eval $ac_link) 2>&5 10573 (eval $ac_link) 2>&5
10566 ac_status=$? 10574 ac_status=$?
10567 echo "$as_me:10567: \$? = $ac_status" >&5 10575 echo "$as_me:10575: \$? = $ac_status" >&5
10568 (exit $ac_status); } && 10576 (exit $ac_status); } &&
10569 { ac_try='test -s conftest$ac_exeext' 10577 { ac_try='test -s conftest$ac_exeext'
10570 { (eval echo "$as_me:10570: \"$ac_try\"") >&5 10578 { (eval echo "$as_me:10578: \"$ac_try\"") >&5
10571 (eval $ac_try) 2>&5 10579 (eval $ac_try) 2>&5
10572 ac_status=$? 10580 ac_status=$?
10573 echo "$as_me:10573: \$? = $ac_status" >&5 10581 echo "$as_me:10581: \$? = $ac_status" >&5
10574 (exit $ac_status); }; }; then 10582 (exit $ac_status); }; }; then
10575 ac_cv_lib_krb5_krb5_init_context=yes 10583 ac_cv_lib_krb5_krb5_init_context=yes
10576else 10584else
@@ -10581,7 +10589,7 @@ fi
10581rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10589rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10582LIBS=$ac_check_lib_save_LIBS 10590LIBS=$ac_check_lib_save_LIBS
10583fi 10591fi
10584echo "$as_me:10584: result: $ac_cv_lib_krb5_krb5_init_context" >&5 10592echo "$as_me:10592: result: $ac_cv_lib_krb5_krb5_init_context" >&5
10585echo "${ECHO_T}$ac_cv_lib_krb5_krb5_init_context" >&6 10593echo "${ECHO_T}$ac_cv_lib_krb5_krb5_init_context" >&6
10586if test $ac_cv_lib_krb5_krb5_init_context = yes; then 10594if test $ac_cv_lib_krb5_krb5_init_context = yes; then
10587 cat >>confdefs.h <<EOF 10595 cat >>confdefs.h <<EOF
@@ -10594,7 +10602,7 @@ fi
10594 10602
10595 if test "${with_kerberos5+set}" != set; then 10603 if test "${with_kerberos5+set}" != set; then
10596 10604
10597echo "$as_me:10597: checking for des_cbc_encrypt in -ldes425" >&5 10605echo "$as_me:10605: checking for des_cbc_encrypt in -ldes425" >&5
10598echo $ECHO_N "checking for des_cbc_encrypt in -ldes425... $ECHO_C" >&6 10606echo $ECHO_N "checking for des_cbc_encrypt in -ldes425... $ECHO_C" >&6
10599if test "${ac_cv_lib_des425_des_cbc_encrypt+set}" = set; then 10607if test "${ac_cv_lib_des425_des_cbc_encrypt+set}" = set; then
10600 echo $ECHO_N "(cached) $ECHO_C" >&6 10608 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10602,7 +10610,7 @@ else
10602 ac_check_lib_save_LIBS=$LIBS 10610 ac_check_lib_save_LIBS=$LIBS
10603LIBS="-ldes425 $LIBS" 10611LIBS="-ldes425 $LIBS"
10604cat >conftest.$ac_ext <<_ACEOF 10612cat >conftest.$ac_ext <<_ACEOF
10605#line 10605 "configure" 10613#line 10613 "configure"
10606#include "confdefs.h" 10614#include "confdefs.h"
10607 10615
10608/* Override any gcc2 internal prototype to avoid an error. */ 10616/* Override any gcc2 internal prototype to avoid an error. */
@@ -10621,16 +10629,16 @@ des_cbc_encrypt ();
10621} 10629}
10622_ACEOF 10630_ACEOF
10623rm -f conftest.$ac_objext conftest$ac_exeext 10631rm -f conftest.$ac_objext conftest$ac_exeext
10624if { (eval echo "$as_me:10624: \"$ac_link\"") >&5 10632if { (eval echo "$as_me:10632: \"$ac_link\"") >&5
10625 (eval $ac_link) 2>&5 10633 (eval $ac_link) 2>&5
10626 ac_status=$? 10634 ac_status=$?
10627 echo "$as_me:10627: \$? = $ac_status" >&5 10635 echo "$as_me:10635: \$? = $ac_status" >&5
10628 (exit $ac_status); } && 10636 (exit $ac_status); } &&
10629 { ac_try='test -s conftest$ac_exeext' 10637 { ac_try='test -s conftest$ac_exeext'
10630 { (eval echo "$as_me:10630: \"$ac_try\"") >&5 10638 { (eval echo "$as_me:10638: \"$ac_try\"") >&5
10631 (eval $ac_try) 2>&5 10639 (eval $ac_try) 2>&5
10632 ac_status=$? 10640 ac_status=$?
10633 echo "$as_me:10633: \$? = $ac_status" >&5 10641 echo "$as_me:10641: \$? = $ac_status" >&5
10634 (exit $ac_status); }; }; then 10642 (exit $ac_status); }; }; then
10635 ac_cv_lib_des425_des_cbc_encrypt=yes 10643 ac_cv_lib_des425_des_cbc_encrypt=yes
10636else 10644else
@@ -10641,7 +10649,7 @@ fi
10641rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10649rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10642LIBS=$ac_check_lib_save_LIBS 10650LIBS=$ac_check_lib_save_LIBS
10643fi 10651fi
10644echo "$as_me:10644: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5 10652echo "$as_me:10652: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5
10645echo "${ECHO_T}$ac_cv_lib_des425_des_cbc_encrypt" >&6 10653echo "${ECHO_T}$ac_cv_lib_des425_des_cbc_encrypt" >&6
10646if test $ac_cv_lib_des425_des_cbc_encrypt = yes; then 10654if test $ac_cv_lib_des425_des_cbc_encrypt = yes; then
10647 cat >>confdefs.h <<EOF 10655 cat >>confdefs.h <<EOF
@@ -10652,7 +10660,7 @@ EOF
10652 10660
10653else 10661else
10654 10662
10655echo "$as_me:10655: checking for des_cbc_encrypt in -ldes" >&5 10663echo "$as_me:10663: checking for des_cbc_encrypt in -ldes" >&5
10656echo $ECHO_N "checking for des_cbc_encrypt in -ldes... $ECHO_C" >&6 10664echo $ECHO_N "checking for des_cbc_encrypt in -ldes... $ECHO_C" >&6
10657if test "${ac_cv_lib_des_des_cbc_encrypt+set}" = set; then 10665if test "${ac_cv_lib_des_des_cbc_encrypt+set}" = set; then
10658 echo $ECHO_N "(cached) $ECHO_C" >&6 10666 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10660,7 +10668,7 @@ else
10660 ac_check_lib_save_LIBS=$LIBS 10668 ac_check_lib_save_LIBS=$LIBS
10661LIBS="-ldes $LIBS" 10669LIBS="-ldes $LIBS"
10662cat >conftest.$ac_ext <<_ACEOF 10670cat >conftest.$ac_ext <<_ACEOF
10663#line 10663 "configure" 10671#line 10671 "configure"
10664#include "confdefs.h" 10672#include "confdefs.h"
10665 10673
10666/* Override any gcc2 internal prototype to avoid an error. */ 10674/* Override any gcc2 internal prototype to avoid an error. */
@@ -10679,16 +10687,16 @@ des_cbc_encrypt ();
10679} 10687}
10680_ACEOF 10688_ACEOF
10681rm -f conftest.$ac_objext conftest$ac_exeext 10689rm -f conftest.$ac_objext conftest$ac_exeext
10682if { (eval echo "$as_me:10682: \"$ac_link\"") >&5 10690if { (eval echo "$as_me:10690: \"$ac_link\"") >&5
10683 (eval $ac_link) 2>&5 10691 (eval $ac_link) 2>&5
10684 ac_status=$? 10692 ac_status=$?
10685 echo "$as_me:10685: \$? = $ac_status" >&5 10693 echo "$as_me:10693: \$? = $ac_status" >&5
10686 (exit $ac_status); } && 10694 (exit $ac_status); } &&
10687 { ac_try='test -s conftest$ac_exeext' 10695 { ac_try='test -s conftest$ac_exeext'
10688 { (eval echo "$as_me:10688: \"$ac_try\"") >&5 10696 { (eval echo "$as_me:10696: \"$ac_try\"") >&5
10689 (eval $ac_try) 2>&5 10697 (eval $ac_try) 2>&5
10690 ac_status=$? 10698 ac_status=$?
10691 echo "$as_me:10691: \$? = $ac_status" >&5 10699 echo "$as_me:10699: \$? = $ac_status" >&5
10692 (exit $ac_status); }; }; then 10700 (exit $ac_status); }; }; then
10693 ac_cv_lib_des_des_cbc_encrypt=yes 10701 ac_cv_lib_des_des_cbc_encrypt=yes
10694else 10702else
@@ -10699,7 +10707,7 @@ fi
10699rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10707rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10700LIBS=$ac_check_lib_save_LIBS 10708LIBS=$ac_check_lib_save_LIBS
10701fi 10709fi
10702echo "$as_me:10702: result: $ac_cv_lib_des_des_cbc_encrypt" >&5 10710echo "$as_me:10710: result: $ac_cv_lib_des_des_cbc_encrypt" >&5
10703echo "${ECHO_T}$ac_cv_lib_des_des_cbc_encrypt" >&6 10711echo "${ECHO_T}$ac_cv_lib_des_des_cbc_encrypt" >&6
10704if test $ac_cv_lib_des_des_cbc_encrypt = yes; then 10712if test $ac_cv_lib_des_des_cbc_encrypt = yes; then
10705 cat >>confdefs.h <<EOF 10713 cat >>confdefs.h <<EOF
@@ -10712,7 +10720,7 @@ fi
10712 10720
10713fi 10721fi
10714 10722
10715echo "$as_me:10715: checking for krb_get_cred in -lkrb4" >&5 10723echo "$as_me:10723: checking for krb_get_cred in -lkrb4" >&5
10716echo $ECHO_N "checking for krb_get_cred in -lkrb4... $ECHO_C" >&6 10724echo $ECHO_N "checking for krb_get_cred in -lkrb4... $ECHO_C" >&6
10717if test "${ac_cv_lib_krb4_krb_get_cred+set}" = set; then 10725if test "${ac_cv_lib_krb4_krb_get_cred+set}" = set; then
10718 echo $ECHO_N "(cached) $ECHO_C" >&6 10726 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10720,7 +10728,7 @@ else
10720 ac_check_lib_save_LIBS=$LIBS 10728 ac_check_lib_save_LIBS=$LIBS
10721LIBS="-lkrb4 $LIBS" 10729LIBS="-lkrb4 $LIBS"
10722cat >conftest.$ac_ext <<_ACEOF 10730cat >conftest.$ac_ext <<_ACEOF
10723#line 10723 "configure" 10731#line 10731 "configure"
10724#include "confdefs.h" 10732#include "confdefs.h"
10725 10733
10726/* Override any gcc2 internal prototype to avoid an error. */ 10734/* Override any gcc2 internal prototype to avoid an error. */
@@ -10739,16 +10747,16 @@ krb_get_cred ();
10739} 10747}
10740_ACEOF 10748_ACEOF
10741rm -f conftest.$ac_objext conftest$ac_exeext 10749rm -f conftest.$ac_objext conftest$ac_exeext
10742if { (eval echo "$as_me:10742: \"$ac_link\"") >&5 10750if { (eval echo "$as_me:10750: \"$ac_link\"") >&5
10743 (eval $ac_link) 2>&5 10751 (eval $ac_link) 2>&5
10744 ac_status=$? 10752 ac_status=$?
10745 echo "$as_me:10745: \$? = $ac_status" >&5 10753 echo "$as_me:10753: \$? = $ac_status" >&5
10746 (exit $ac_status); } && 10754 (exit $ac_status); } &&
10747 { ac_try='test -s conftest$ac_exeext' 10755 { ac_try='test -s conftest$ac_exeext'
10748 { (eval echo "$as_me:10748: \"$ac_try\"") >&5 10756 { (eval echo "$as_me:10756: \"$ac_try\"") >&5
10749 (eval $ac_try) 2>&5 10757 (eval $ac_try) 2>&5
10750 ac_status=$? 10758 ac_status=$?
10751 echo "$as_me:10751: \$? = $ac_status" >&5 10759 echo "$as_me:10759: \$? = $ac_status" >&5
10752 (exit $ac_status); }; }; then 10760 (exit $ac_status); }; }; then
10753 ac_cv_lib_krb4_krb_get_cred=yes 10761 ac_cv_lib_krb4_krb_get_cred=yes
10754else 10762else
@@ -10759,7 +10767,7 @@ fi
10759rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10767rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10760LIBS=$ac_check_lib_save_LIBS 10768LIBS=$ac_check_lib_save_LIBS
10761fi 10769fi
10762echo "$as_me:10762: result: $ac_cv_lib_krb4_krb_get_cred" >&5 10770echo "$as_me:10770: result: $ac_cv_lib_krb4_krb_get_cred" >&5
10763echo "${ECHO_T}$ac_cv_lib_krb4_krb_get_cred" >&6 10771echo "${ECHO_T}$ac_cv_lib_krb4_krb_get_cred" >&6
10764if test $ac_cv_lib_krb4_krb_get_cred = yes; then 10772if test $ac_cv_lib_krb4_krb_get_cred = yes; then
10765 cat >>confdefs.h <<EOF 10773 cat >>confdefs.h <<EOF
@@ -10770,7 +10778,7 @@ EOF
10770 10778
10771else 10779else
10772 10780
10773echo "$as_me:10773: checking for krb_get_cred in -lkrb" >&5 10781echo "$as_me:10781: checking for krb_get_cred in -lkrb" >&5
10774echo $ECHO_N "checking for krb_get_cred in -lkrb... $ECHO_C" >&6 10782echo $ECHO_N "checking for krb_get_cred in -lkrb... $ECHO_C" >&6
10775if test "${ac_cv_lib_krb_krb_get_cred+set}" = set; then 10783if test "${ac_cv_lib_krb_krb_get_cred+set}" = set; then
10776 echo $ECHO_N "(cached) $ECHO_C" >&6 10784 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10778,7 +10786,7 @@ else
10778 ac_check_lib_save_LIBS=$LIBS 10786 ac_check_lib_save_LIBS=$LIBS
10779LIBS="-lkrb $LIBS" 10787LIBS="-lkrb $LIBS"
10780cat >conftest.$ac_ext <<_ACEOF 10788cat >conftest.$ac_ext <<_ACEOF
10781#line 10781 "configure" 10789#line 10789 "configure"
10782#include "confdefs.h" 10790#include "confdefs.h"
10783 10791
10784/* Override any gcc2 internal prototype to avoid an error. */ 10792/* Override any gcc2 internal prototype to avoid an error. */
@@ -10797,16 +10805,16 @@ krb_get_cred ();
10797} 10805}
10798_ACEOF 10806_ACEOF
10799rm -f conftest.$ac_objext conftest$ac_exeext 10807rm -f conftest.$ac_objext conftest$ac_exeext
10800if { (eval echo "$as_me:10800: \"$ac_link\"") >&5 10808if { (eval echo "$as_me:10808: \"$ac_link\"") >&5
10801 (eval $ac_link) 2>&5 10809 (eval $ac_link) 2>&5
10802 ac_status=$? 10810 ac_status=$?
10803 echo "$as_me:10803: \$? = $ac_status" >&5 10811 echo "$as_me:10811: \$? = $ac_status" >&5
10804 (exit $ac_status); } && 10812 (exit $ac_status); } &&
10805 { ac_try='test -s conftest$ac_exeext' 10813 { ac_try='test -s conftest$ac_exeext'
10806 { (eval echo "$as_me:10806: \"$ac_try\"") >&5 10814 { (eval echo "$as_me:10814: \"$ac_try\"") >&5
10807 (eval $ac_try) 2>&5 10815 (eval $ac_try) 2>&5
10808 ac_status=$? 10816 ac_status=$?
10809 echo "$as_me:10809: \$? = $ac_status" >&5 10817 echo "$as_me:10817: \$? = $ac_status" >&5
10810 (exit $ac_status); }; }; then 10818 (exit $ac_status); }; }; then
10811 ac_cv_lib_krb_krb_get_cred=yes 10819 ac_cv_lib_krb_krb_get_cred=yes
10812else 10820else
@@ -10817,7 +10825,7 @@ fi
10817rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10825rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10818LIBS=$ac_check_lib_save_LIBS 10826LIBS=$ac_check_lib_save_LIBS
10819fi 10827fi
10820echo "$as_me:10820: result: $ac_cv_lib_krb_krb_get_cred" >&5 10828echo "$as_me:10828: result: $ac_cv_lib_krb_krb_get_cred" >&5
10821echo "${ECHO_T}$ac_cv_lib_krb_krb_get_cred" >&6 10829echo "${ECHO_T}$ac_cv_lib_krb_krb_get_cred" >&6
10822if test $ac_cv_lib_krb_krb_get_cred = yes; then 10830if test $ac_cv_lib_krb_krb_get_cred = yes; then
10823 cat >>confdefs.h <<EOF 10831 cat >>confdefs.h <<EOF
@@ -10837,23 +10845,23 @@ fi
10837for ac_header in krb5.h 10845for ac_header in krb5.h
10838do 10846do
10839as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 10847as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10840echo "$as_me:10840: checking for $ac_header" >&5 10848echo "$as_me:10848: checking for $ac_header" >&5
10841echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 10849echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10842if eval "test \"\${$as_ac_Header+set}\" = set"; then 10850if eval "test \"\${$as_ac_Header+set}\" = set"; then
10843 echo $ECHO_N "(cached) $ECHO_C" >&6 10851 echo $ECHO_N "(cached) $ECHO_C" >&6
10844else 10852else
10845 cat >conftest.$ac_ext <<_ACEOF 10853 cat >conftest.$ac_ext <<_ACEOF
10846#line 10846 "configure" 10854#line 10854 "configure"
10847#include "confdefs.h" 10855#include "confdefs.h"
10848#include <$ac_header> 10856#include <$ac_header>
10849_ACEOF 10857_ACEOF
10850if { (eval echo "$as_me:10850: \"$ac_cpp conftest.$ac_ext\"") >&5 10858if { (eval echo "$as_me:10858: \"$ac_cpp conftest.$ac_ext\"") >&5
10851 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 10859 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10852 ac_status=$? 10860 ac_status=$?
10853 egrep -v '^ *\+' conftest.er1 >conftest.err 10861 egrep -v '^ *\+' conftest.er1 >conftest.err
10854 rm -f conftest.er1 10862 rm -f conftest.er1
10855 cat conftest.err >&5 10863 cat conftest.err >&5
10856 echo "$as_me:10856: \$? = $ac_status" >&5 10864 echo "$as_me:10864: \$? = $ac_status" >&5
10857 (exit $ac_status); } >/dev/null; then 10865 (exit $ac_status); } >/dev/null; then
10858 if test -s conftest.err; then 10866 if test -s conftest.err; then
10859 ac_cpp_err=$ac_c_preproc_warn_flag 10867 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -10872,7 +10880,7 @@ else
10872fi 10880fi
10873rm -f conftest.err conftest.$ac_ext 10881rm -f conftest.err conftest.$ac_ext
10874fi 10882fi
10875echo "$as_me:10875: result: `eval echo '${'$as_ac_Header'}'`" >&5 10883echo "$as_me:10883: result: `eval echo '${'$as_ac_Header'}'`" >&5
10876echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 10884echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10877if test `eval echo '${'$as_ac_Header'}'` = yes; then 10885if test `eval echo '${'$as_ac_Header'}'` = yes; then
10878 cat >>confdefs.h <<EOF 10886 cat >>confdefs.h <<EOF
@@ -10887,23 +10895,23 @@ done
10887for ac_header in des.h 10895for ac_header in des.h
10888do 10896do
10889as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 10897as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10890echo "$as_me:10890: checking for $ac_header" >&5 10898echo "$as_me:10898: checking for $ac_header" >&5
10891echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 10899echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10892if eval "test \"\${$as_ac_Header+set}\" = set"; then 10900if eval "test \"\${$as_ac_Header+set}\" = set"; then
10893 echo $ECHO_N "(cached) $ECHO_C" >&6 10901 echo $ECHO_N "(cached) $ECHO_C" >&6
10894else 10902else
10895 cat >conftest.$ac_ext <<_ACEOF 10903 cat >conftest.$ac_ext <<_ACEOF
10896#line 10896 "configure" 10904#line 10904 "configure"
10897#include "confdefs.h" 10905#include "confdefs.h"
10898#include <$ac_header> 10906#include <$ac_header>
10899_ACEOF 10907_ACEOF
10900if { (eval echo "$as_me:10900: \"$ac_cpp conftest.$ac_ext\"") >&5 10908if { (eval echo "$as_me:10908: \"$ac_cpp conftest.$ac_ext\"") >&5
10901 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 10909 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10902 ac_status=$? 10910 ac_status=$?
10903 egrep -v '^ *\+' conftest.er1 >conftest.err 10911 egrep -v '^ *\+' conftest.er1 >conftest.err
10904 rm -f conftest.er1 10912 rm -f conftest.er1
10905 cat conftest.err >&5 10913 cat conftest.err >&5
10906 echo "$as_me:10906: \$? = $ac_status" >&5 10914 echo "$as_me:10914: \$? = $ac_status" >&5
10907 (exit $ac_status); } >/dev/null; then 10915 (exit $ac_status); } >/dev/null; then
10908 if test -s conftest.err; then 10916 if test -s conftest.err; then
10909 ac_cpp_err=$ac_c_preproc_warn_flag 10917 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -10922,7 +10930,7 @@ else
10922fi 10930fi
10923rm -f conftest.err conftest.$ac_ext 10931rm -f conftest.err conftest.$ac_ext
10924fi 10932fi
10925echo "$as_me:10925: result: `eval echo '${'$as_ac_Header'}'`" >&5 10933echo "$as_me:10933: result: `eval echo '${'$as_ac_Header'}'`" >&5
10926echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 10934echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10927if test `eval echo '${'$as_ac_Header'}'` = yes; then 10935if test `eval echo '${'$as_ac_Header'}'` = yes; then
10928 cat >>confdefs.h <<EOF 10936 cat >>confdefs.h <<EOF
@@ -10934,23 +10942,23 @@ else
10934for ac_header in kerberosIV/des.h 10942for ac_header in kerberosIV/des.h
10935do 10943do
10936as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 10944as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10937echo "$as_me:10937: checking for $ac_header" >&5 10945echo "$as_me:10945: checking for $ac_header" >&5
10938echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 10946echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10939if eval "test \"\${$as_ac_Header+set}\" = set"; then 10947if eval "test \"\${$as_ac_Header+set}\" = set"; then
10940 echo $ECHO_N "(cached) $ECHO_C" >&6 10948 echo $ECHO_N "(cached) $ECHO_C" >&6
10941else 10949else
10942 cat >conftest.$ac_ext <<_ACEOF 10950 cat >conftest.$ac_ext <<_ACEOF
10943#line 10943 "configure" 10951#line 10951 "configure"
10944#include "confdefs.h" 10952#include "confdefs.h"
10945#include <$ac_header> 10953#include <$ac_header>
10946_ACEOF 10954_ACEOF
10947if { (eval echo "$as_me:10947: \"$ac_cpp conftest.$ac_ext\"") >&5 10955if { (eval echo "$as_me:10955: \"$ac_cpp conftest.$ac_ext\"") >&5
10948 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 10956 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10949 ac_status=$? 10957 ac_status=$?
10950 egrep -v '^ *\+' conftest.er1 >conftest.err 10958 egrep -v '^ *\+' conftest.er1 >conftest.err
10951 rm -f conftest.er1 10959 rm -f conftest.er1
10952 cat conftest.err >&5 10960 cat conftest.err >&5
10953 echo "$as_me:10953: \$? = $ac_status" >&5 10961 echo "$as_me:10961: \$? = $ac_status" >&5
10954 (exit $ac_status); } >/dev/null; then 10962 (exit $ac_status); } >/dev/null; then
10955 if test -s conftest.err; then 10963 if test -s conftest.err; then
10956 ac_cpp_err=$ac_c_preproc_warn_flag 10964 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -10969,7 +10977,7 @@ else
10969fi 10977fi
10970rm -f conftest.err conftest.$ac_ext 10978rm -f conftest.err conftest.$ac_ext
10971fi 10979fi
10972echo "$as_me:10972: result: `eval echo '${'$as_ac_Header'}'`" >&5 10980echo "$as_me:10980: result: `eval echo '${'$as_ac_Header'}'`" >&5
10973echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 10981echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10974if test `eval echo '${'$as_ac_Header'}'` = yes; then 10982if test `eval echo '${'$as_ac_Header'}'` = yes; then
10975 cat >>confdefs.h <<EOF 10983 cat >>confdefs.h <<EOF
@@ -10981,23 +10989,23 @@ else
10981for ac_header in kerberos/des.h 10989for ac_header in kerberos/des.h
10982do 10990do
10983as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 10991as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10984echo "$as_me:10984: checking for $ac_header" >&5 10992echo "$as_me:10992: checking for $ac_header" >&5
10985echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 10993echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10986if eval "test \"\${$as_ac_Header+set}\" = set"; then 10994if eval "test \"\${$as_ac_Header+set}\" = set"; then
10987 echo $ECHO_N "(cached) $ECHO_C" >&6 10995 echo $ECHO_N "(cached) $ECHO_C" >&6
10988else 10996else
10989 cat >conftest.$ac_ext <<_ACEOF 10997 cat >conftest.$ac_ext <<_ACEOF
10990#line 10990 "configure" 10998#line 10998 "configure"
10991#include "confdefs.h" 10999#include "confdefs.h"
10992#include <$ac_header> 11000#include <$ac_header>
10993_ACEOF 11001_ACEOF
10994if { (eval echo "$as_me:10994: \"$ac_cpp conftest.$ac_ext\"") >&5 11002if { (eval echo "$as_me:11002: \"$ac_cpp conftest.$ac_ext\"") >&5
10995 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11003 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10996 ac_status=$? 11004 ac_status=$?
10997 egrep -v '^ *\+' conftest.er1 >conftest.err 11005 egrep -v '^ *\+' conftest.er1 >conftest.err
10998 rm -f conftest.er1 11006 rm -f conftest.er1
10999 cat conftest.err >&5 11007 cat conftest.err >&5
11000 echo "$as_me:11000: \$? = $ac_status" >&5 11008 echo "$as_me:11008: \$? = $ac_status" >&5
11001 (exit $ac_status); } >/dev/null; then 11009 (exit $ac_status); } >/dev/null; then
11002 if test -s conftest.err; then 11010 if test -s conftest.err; then
11003 ac_cpp_err=$ac_c_preproc_warn_flag 11011 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11016,7 +11024,7 @@ else
11016fi 11024fi
11017rm -f conftest.err conftest.$ac_ext 11025rm -f conftest.err conftest.$ac_ext
11018fi 11026fi
11019echo "$as_me:11019: result: `eval echo '${'$as_ac_Header'}'`" >&5 11027echo "$as_me:11027: result: `eval echo '${'$as_ac_Header'}'`" >&5
11020echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11028echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11021if test `eval echo '${'$as_ac_Header'}'` = yes; then 11029if test `eval echo '${'$as_ac_Header'}'` = yes; then
11022 cat >>confdefs.h <<EOF 11030 cat >>confdefs.h <<EOF
@@ -11035,23 +11043,23 @@ done
11035for ac_header in krb.h 11043for ac_header in krb.h
11036do 11044do
11037as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 11045as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11038echo "$as_me:11038: checking for $ac_header" >&5 11046echo "$as_me:11046: checking for $ac_header" >&5
11039echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 11047echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11040if eval "test \"\${$as_ac_Header+set}\" = set"; then 11048if eval "test \"\${$as_ac_Header+set}\" = set"; then
11041 echo $ECHO_N "(cached) $ECHO_C" >&6 11049 echo $ECHO_N "(cached) $ECHO_C" >&6
11042else 11050else
11043 cat >conftest.$ac_ext <<_ACEOF 11051 cat >conftest.$ac_ext <<_ACEOF
11044#line 11044 "configure" 11052#line 11052 "configure"
11045#include "confdefs.h" 11053#include "confdefs.h"
11046#include <$ac_header> 11054#include <$ac_header>
11047_ACEOF 11055_ACEOF
11048if { (eval echo "$as_me:11048: \"$ac_cpp conftest.$ac_ext\"") >&5 11056if { (eval echo "$as_me:11056: \"$ac_cpp conftest.$ac_ext\"") >&5
11049 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11057 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11050 ac_status=$? 11058 ac_status=$?
11051 egrep -v '^ *\+' conftest.er1 >conftest.err 11059 egrep -v '^ *\+' conftest.er1 >conftest.err
11052 rm -f conftest.er1 11060 rm -f conftest.er1
11053 cat conftest.err >&5 11061 cat conftest.err >&5
11054 echo "$as_me:11054: \$? = $ac_status" >&5 11062 echo "$as_me:11062: \$? = $ac_status" >&5
11055 (exit $ac_status); } >/dev/null; then 11063 (exit $ac_status); } >/dev/null; then
11056 if test -s conftest.err; then 11064 if test -s conftest.err; then
11057 ac_cpp_err=$ac_c_preproc_warn_flag 11065 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11070,7 +11078,7 @@ else
11070fi 11078fi
11071rm -f conftest.err conftest.$ac_ext 11079rm -f conftest.err conftest.$ac_ext
11072fi 11080fi
11073echo "$as_me:11073: result: `eval echo '${'$as_ac_Header'}'`" >&5 11081echo "$as_me:11081: result: `eval echo '${'$as_ac_Header'}'`" >&5
11074echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11082echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11075if test `eval echo '${'$as_ac_Header'}'` = yes; then 11083if test `eval echo '${'$as_ac_Header'}'` = yes; then
11076 cat >>confdefs.h <<EOF 11084 cat >>confdefs.h <<EOF
@@ -11082,23 +11090,23 @@ else
11082for ac_header in kerberosIV/krb.h 11090for ac_header in kerberosIV/krb.h
11083do 11091do
11084as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 11092as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11085echo "$as_me:11085: checking for $ac_header" >&5 11093echo "$as_me:11093: checking for $ac_header" >&5
11086echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 11094echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11087if eval "test \"\${$as_ac_Header+set}\" = set"; then 11095if eval "test \"\${$as_ac_Header+set}\" = set"; then
11088 echo $ECHO_N "(cached) $ECHO_C" >&6 11096 echo $ECHO_N "(cached) $ECHO_C" >&6
11089else 11097else
11090 cat >conftest.$ac_ext <<_ACEOF 11098 cat >conftest.$ac_ext <<_ACEOF
11091#line 11091 "configure" 11099#line 11099 "configure"
11092#include "confdefs.h" 11100#include "confdefs.h"
11093#include <$ac_header> 11101#include <$ac_header>
11094_ACEOF 11102_ACEOF
11095if { (eval echo "$as_me:11095: \"$ac_cpp conftest.$ac_ext\"") >&5 11103if { (eval echo "$as_me:11103: \"$ac_cpp conftest.$ac_ext\"") >&5
11096 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11104 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11097 ac_status=$? 11105 ac_status=$?
11098 egrep -v '^ *\+' conftest.er1 >conftest.err 11106 egrep -v '^ *\+' conftest.er1 >conftest.err
11099 rm -f conftest.er1 11107 rm -f conftest.er1
11100 cat conftest.err >&5 11108 cat conftest.err >&5
11101 echo "$as_me:11101: \$? = $ac_status" >&5 11109 echo "$as_me:11109: \$? = $ac_status" >&5
11102 (exit $ac_status); } >/dev/null; then 11110 (exit $ac_status); } >/dev/null; then
11103 if test -s conftest.err; then 11111 if test -s conftest.err; then
11104 ac_cpp_err=$ac_c_preproc_warn_flag 11112 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11117,7 +11125,7 @@ else
11117fi 11125fi
11118rm -f conftest.err conftest.$ac_ext 11126rm -f conftest.err conftest.$ac_ext
11119fi 11127fi
11120echo "$as_me:11120: result: `eval echo '${'$as_ac_Header'}'`" >&5 11128echo "$as_me:11128: result: `eval echo '${'$as_ac_Header'}'`" >&5
11121echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11129echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11122if test `eval echo '${'$as_ac_Header'}'` = yes; then 11130if test `eval echo '${'$as_ac_Header'}'` = yes; then
11123 cat >>confdefs.h <<EOF 11131 cat >>confdefs.h <<EOF
@@ -11129,23 +11137,23 @@ else
11129for ac_header in kerberos/krb.h 11137for ac_header in kerberos/krb.h
11130do 11138do
11131as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 11139as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11132echo "$as_me:11132: checking for $ac_header" >&5 11140echo "$as_me:11140: checking for $ac_header" >&5
11133echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 11141echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11134if eval "test \"\${$as_ac_Header+set}\" = set"; then 11142if eval "test \"\${$as_ac_Header+set}\" = set"; then
11135 echo $ECHO_N "(cached) $ECHO_C" >&6 11143 echo $ECHO_N "(cached) $ECHO_C" >&6
11136else 11144else
11137 cat >conftest.$ac_ext <<_ACEOF 11145 cat >conftest.$ac_ext <<_ACEOF
11138#line 11138 "configure" 11146#line 11146 "configure"
11139#include "confdefs.h" 11147#include "confdefs.h"
11140#include <$ac_header> 11148#include <$ac_header>
11141_ACEOF 11149_ACEOF
11142if { (eval echo "$as_me:11142: \"$ac_cpp conftest.$ac_ext\"") >&5 11150if { (eval echo "$as_me:11150: \"$ac_cpp conftest.$ac_ext\"") >&5
11143 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11151 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11144 ac_status=$? 11152 ac_status=$?
11145 egrep -v '^ *\+' conftest.er1 >conftest.err 11153 egrep -v '^ *\+' conftest.er1 >conftest.err
11146 rm -f conftest.er1 11154 rm -f conftest.er1
11147 cat conftest.err >&5 11155 cat conftest.err >&5
11148 echo "$as_me:11148: \$? = $ac_status" >&5 11156 echo "$as_me:11156: \$? = $ac_status" >&5
11149 (exit $ac_status); } >/dev/null; then 11157 (exit $ac_status); } >/dev/null; then
11150 if test -s conftest.err; then 11158 if test -s conftest.err; then
11151 ac_cpp_err=$ac_c_preproc_warn_flag 11159 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11164,7 +11172,7 @@ else
11164fi 11172fi
11165rm -f conftest.err conftest.$ac_ext 11173rm -f conftest.err conftest.$ac_ext
11166fi 11174fi
11167echo "$as_me:11167: result: `eval echo '${'$as_ac_Header'}'`" >&5 11175echo "$as_me:11175: result: `eval echo '${'$as_ac_Header'}'`" >&5
11168echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11176echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11169if test `eval echo '${'$as_ac_Header'}'` = yes; then 11177if test `eval echo '${'$as_ac_Header'}'` = yes; then
11170 cat >>confdefs.h <<EOF 11178 cat >>confdefs.h <<EOF
@@ -11185,23 +11193,23 @@ done
11185for ac_header in com_err.h 11193for ac_header in com_err.h
11186do 11194do
11187as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 11195as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11188echo "$as_me:11188: checking for $ac_header" >&5 11196echo "$as_me:11196: checking for $ac_header" >&5
11189echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 11197echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11190if eval "test \"\${$as_ac_Header+set}\" = set"; then 11198if eval "test \"\${$as_ac_Header+set}\" = set"; then
11191 echo $ECHO_N "(cached) $ECHO_C" >&6 11199 echo $ECHO_N "(cached) $ECHO_C" >&6
11192else 11200else
11193 cat >conftest.$ac_ext <<_ACEOF 11201 cat >conftest.$ac_ext <<_ACEOF
11194#line 11194 "configure" 11202#line 11202 "configure"
11195#include "confdefs.h" 11203#include "confdefs.h"
11196#include <$ac_header> 11204#include <$ac_header>
11197_ACEOF 11205_ACEOF
11198if { (eval echo "$as_me:11198: \"$ac_cpp conftest.$ac_ext\"") >&5 11206if { (eval echo "$as_me:11206: \"$ac_cpp conftest.$ac_ext\"") >&5
11199 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11207 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11200 ac_status=$? 11208 ac_status=$?
11201 egrep -v '^ *\+' conftest.er1 >conftest.err 11209 egrep -v '^ *\+' conftest.er1 >conftest.err
11202 rm -f conftest.er1 11210 rm -f conftest.er1
11203 cat conftest.err >&5 11211 cat conftest.err >&5
11204 echo "$as_me:11204: \$? = $ac_status" >&5 11212 echo "$as_me:11212: \$? = $ac_status" >&5
11205 (exit $ac_status); } >/dev/null; then 11213 (exit $ac_status); } >/dev/null; then
11206 if test -s conftest.err; then 11214 if test -s conftest.err; then
11207 ac_cpp_err=$ac_c_preproc_warn_flag 11215 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11220,7 +11228,7 @@ else
11220fi 11228fi
11221rm -f conftest.err conftest.$ac_ext 11229rm -f conftest.err conftest.$ac_ext
11222fi 11230fi
11223echo "$as_me:11223: result: `eval echo '${'$as_ac_Header'}'`" >&5 11231echo "$as_me:11231: result: `eval echo '${'$as_ac_Header'}'`" >&5
11224echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11232echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11225if test `eval echo '${'$as_ac_Header'}'` = yes; then 11233if test `eval echo '${'$as_ac_Header'}'` = yes; then
11226 cat >>confdefs.h <<EOF 11234 cat >>confdefs.h <<EOF
@@ -11235,7 +11243,7 @@ fi
11235# Solaris requires -lintl if you want strerror (which calls dgettext) 11243# Solaris requires -lintl if you want strerror (which calls dgettext)
11236# to return localized messages. 11244# to return localized messages.
11237 11245
11238echo "$as_me:11238: checking for dgettext in -lintl" >&5 11246echo "$as_me:11246: checking for dgettext in -lintl" >&5
11239echo $ECHO_N "checking for dgettext in -lintl... $ECHO_C" >&6 11247echo $ECHO_N "checking for dgettext in -lintl... $ECHO_C" >&6
11240if test "${ac_cv_lib_intl_dgettext+set}" = set; then 11248if test "${ac_cv_lib_intl_dgettext+set}" = set; then
11241 echo $ECHO_N "(cached) $ECHO_C" >&6 11249 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11243,7 +11251,7 @@ else
11243 ac_check_lib_save_LIBS=$LIBS 11251 ac_check_lib_save_LIBS=$LIBS
11244LIBS="-lintl $LIBS" 11252LIBS="-lintl $LIBS"
11245cat >conftest.$ac_ext <<_ACEOF 11253cat >conftest.$ac_ext <<_ACEOF
11246#line 11246 "configure" 11254#line 11254 "configure"
11247#include "confdefs.h" 11255#include "confdefs.h"
11248 11256
11249/* Override any gcc2 internal prototype to avoid an error. */ 11257/* Override any gcc2 internal prototype to avoid an error. */
@@ -11262,16 +11270,16 @@ dgettext ();
11262} 11270}
11263_ACEOF 11271_ACEOF
11264rm -f conftest.$ac_objext conftest$ac_exeext 11272rm -f conftest.$ac_objext conftest$ac_exeext
11265if { (eval echo "$as_me:11265: \"$ac_link\"") >&5 11273if { (eval echo "$as_me:11273: \"$ac_link\"") >&5
11266 (eval $ac_link) 2>&5 11274 (eval $ac_link) 2>&5
11267 ac_status=$? 11275 ac_status=$?
11268 echo "$as_me:11268: \$? = $ac_status" >&5 11276 echo "$as_me:11276: \$? = $ac_status" >&5
11269 (exit $ac_status); } && 11277 (exit $ac_status); } &&
11270 { ac_try='test -s conftest$ac_exeext' 11278 { ac_try='test -s conftest$ac_exeext'
11271 { (eval echo "$as_me:11271: \"$ac_try\"") >&5 11279 { (eval echo "$as_me:11279: \"$ac_try\"") >&5
11272 (eval $ac_try) 2>&5 11280 (eval $ac_try) 2>&5
11273 ac_status=$? 11281 ac_status=$?
11274 echo "$as_me:11274: \$? = $ac_status" >&5 11282 echo "$as_me:11282: \$? = $ac_status" >&5
11275 (exit $ac_status); }; }; then 11283 (exit $ac_status); }; }; then
11276 ac_cv_lib_intl_dgettext=yes 11284 ac_cv_lib_intl_dgettext=yes
11277else 11285else
@@ -11282,7 +11290,7 @@ fi
11282rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11290rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11283LIBS=$ac_check_lib_save_LIBS 11291LIBS=$ac_check_lib_save_LIBS
11284fi 11292fi
11285echo "$as_me:11285: result: $ac_cv_lib_intl_dgettext" >&5 11293echo "$as_me:11293: result: $ac_cv_lib_intl_dgettext" >&5
11286echo "${ECHO_T}$ac_cv_lib_intl_dgettext" >&6 11294echo "${ECHO_T}$ac_cv_lib_intl_dgettext" >&6
11287if test $ac_cv_lib_intl_dgettext = yes; then 11295if test $ac_cv_lib_intl_dgettext = yes; then
11288 cat >>confdefs.h <<EOF 11296 cat >>confdefs.h <<EOF
@@ -11293,7 +11301,7 @@ EOF
11293 11301
11294fi 11302fi
11295 11303
11296echo "$as_me:11296: checking whether localtime caches TZ" >&5 11304echo "$as_me:11304: checking whether localtime caches TZ" >&5
11297echo $ECHO_N "checking whether localtime caches TZ... $ECHO_C" >&6 11305echo $ECHO_N "checking whether localtime caches TZ... $ECHO_C" >&6
11298if test "${emacs_cv_localtime_cache+set}" = set; then 11306if test "${emacs_cv_localtime_cache+set}" = set; then
11299 echo $ECHO_N "(cached) $ECHO_C" >&6 11307 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11304,7 +11312,7 @@ if test "$cross_compiling" = yes; then
11304emacs_cv_localtime_cache=yes 11312emacs_cv_localtime_cache=yes
11305else 11313else
11306 cat >conftest.$ac_ext <<_ACEOF 11314 cat >conftest.$ac_ext <<_ACEOF
11307#line 11307 "configure" 11315#line 11315 "configure"
11308#include "confdefs.h" 11316#include "confdefs.h"
11309#include <time.h> 11317#include <time.h>
11310extern char **environ; 11318extern char **environ;
@@ -11337,15 +11345,15 @@ main()
11337} 11345}
11338_ACEOF 11346_ACEOF
11339rm -f conftest$ac_exeext 11347rm -f conftest$ac_exeext
11340if { (eval echo "$as_me:11340: \"$ac_link\"") >&5 11348if { (eval echo "$as_me:11348: \"$ac_link\"") >&5
11341 (eval $ac_link) 2>&5 11349 (eval $ac_link) 2>&5
11342 ac_status=$? 11350 ac_status=$?
11343 echo "$as_me:11343: \$? = $ac_status" >&5 11351 echo "$as_me:11351: \$? = $ac_status" >&5
11344 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 11352 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11345 { (eval echo "$as_me:11345: \"$ac_try\"") >&5 11353 { (eval echo "$as_me:11353: \"$ac_try\"") >&5
11346 (eval $ac_try) 2>&5 11354 (eval $ac_try) 2>&5
11347 ac_status=$? 11355 ac_status=$?
11348 echo "$as_me:11348: \$? = $ac_status" >&5 11356 echo "$as_me:11356: \$? = $ac_status" >&5
11349 (exit $ac_status); }; }; then 11357 (exit $ac_status); }; }; then
11350 emacs_cv_localtime_cache=no 11358 emacs_cv_localtime_cache=no
11351else 11359else
@@ -11362,7 +11370,7 @@ else
11362 emacs_cv_localtime_cache=no 11370 emacs_cv_localtime_cache=no
11363fi 11371fi
11364fi 11372fi
11365echo "$as_me:11365: result: $emacs_cv_localtime_cache" >&5 11373echo "$as_me:11373: result: $emacs_cv_localtime_cache" >&5
11366echo "${ECHO_T}$emacs_cv_localtime_cache" >&6 11374echo "${ECHO_T}$emacs_cv_localtime_cache" >&6
11367if test $emacs_cv_localtime_cache = yes; then 11375if test $emacs_cv_localtime_cache = yes; then
11368 cat >>confdefs.h <<\EOF 11376 cat >>confdefs.h <<\EOF
@@ -11376,13 +11384,13 @@ if test "x$HAVE_TIMEVAL" = xyes; then
11376for ac_func in gettimeofday 11384for ac_func in gettimeofday
11377do 11385do
11378as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 11386as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
11379echo "$as_me:11379: checking for $ac_func" >&5 11387echo "$as_me:11387: checking for $ac_func" >&5
11380echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 11388echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
11381if eval "test \"\${$as_ac_var+set}\" = set"; then 11389if eval "test \"\${$as_ac_var+set}\" = set"; then
11382 echo $ECHO_N "(cached) $ECHO_C" >&6 11390 echo $ECHO_N "(cached) $ECHO_C" >&6
11383else 11391else
11384 cat >conftest.$ac_ext <<_ACEOF 11392 cat >conftest.$ac_ext <<_ACEOF
11385#line 11385 "configure" 11393#line 11393 "configure"
11386#include "confdefs.h" 11394#include "confdefs.h"
11387/* System header to define __stub macros and hopefully few prototypes, 11395/* System header to define __stub macros and hopefully few prototypes,
11388 which can conflict with char $ac_func (); below. */ 11396 which can conflict with char $ac_func (); below. */
@@ -11413,16 +11421,16 @@ f = $ac_func;
11413} 11421}
11414_ACEOF 11422_ACEOF
11415rm -f conftest.$ac_objext conftest$ac_exeext 11423rm -f conftest.$ac_objext conftest$ac_exeext
11416if { (eval echo "$as_me:11416: \"$ac_link\"") >&5 11424if { (eval echo "$as_me:11424: \"$ac_link\"") >&5
11417 (eval $ac_link) 2>&5 11425 (eval $ac_link) 2>&5
11418 ac_status=$? 11426 ac_status=$?
11419 echo "$as_me:11419: \$? = $ac_status" >&5 11427 echo "$as_me:11427: \$? = $ac_status" >&5
11420 (exit $ac_status); } && 11428 (exit $ac_status); } &&
11421 { ac_try='test -s conftest$ac_exeext' 11429 { ac_try='test -s conftest$ac_exeext'
11422 { (eval echo "$as_me:11422: \"$ac_try\"") >&5 11430 { (eval echo "$as_me:11430: \"$ac_try\"") >&5
11423 (eval $ac_try) 2>&5 11431 (eval $ac_try) 2>&5
11424 ac_status=$? 11432 ac_status=$?
11425 echo "$as_me:11425: \$? = $ac_status" >&5 11433 echo "$as_me:11433: \$? = $ac_status" >&5
11426 (exit $ac_status); }; }; then 11434 (exit $ac_status); }; }; then
11427 eval "$as_ac_var=yes" 11435 eval "$as_ac_var=yes"
11428else 11436else
@@ -11432,7 +11440,7 @@ eval "$as_ac_var=no"
11432fi 11440fi
11433rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11441rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11434fi 11442fi
11435echo "$as_me:11435: result: `eval echo '${'$as_ac_var'}'`" >&5 11443echo "$as_me:11443: result: `eval echo '${'$as_ac_var'}'`" >&5
11436echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 11444echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
11437if test `eval echo '${'$as_ac_var'}'` = yes; then 11445if test `eval echo '${'$as_ac_var'}'` = yes; then
11438 cat >>confdefs.h <<EOF 11446 cat >>confdefs.h <<EOF
@@ -11442,13 +11450,13 @@ EOF
11442fi 11450fi
11443done 11451done
11444 11452
11445 echo "$as_me:11445: checking whether gettimeofday can accept two arguments" >&5 11453 echo "$as_me:11453: checking whether gettimeofday can accept two arguments" >&5
11446echo $ECHO_N "checking whether gettimeofday can accept two arguments... $ECHO_C" >&6 11454echo $ECHO_N "checking whether gettimeofday can accept two arguments... $ECHO_C" >&6
11447if test "${emacs_cv_gettimeofday_two_arguments+set}" = set; then 11455if test "${emacs_cv_gettimeofday_two_arguments+set}" = set; then
11448 echo $ECHO_N "(cached) $ECHO_C" >&6 11456 echo $ECHO_N "(cached) $ECHO_C" >&6
11449else 11457else
11450 cat >conftest.$ac_ext <<_ACEOF 11458 cat >conftest.$ac_ext <<_ACEOF
11451#line 11451 "configure" 11459#line 11459 "configure"
11452#include "confdefs.h" 11460#include "confdefs.h"
11453 11461
11454#ifdef TIME_WITH_SYS_TIME 11462#ifdef TIME_WITH_SYS_TIME
@@ -11471,16 +11479,16 @@ struct timeval time;
11471} 11479}
11472_ACEOF 11480_ACEOF
11473rm -f conftest.$ac_objext 11481rm -f conftest.$ac_objext
11474if { (eval echo "$as_me:11474: \"$ac_compile\"") >&5 11482if { (eval echo "$as_me:11482: \"$ac_compile\"") >&5
11475 (eval $ac_compile) 2>&5 11483 (eval $ac_compile) 2>&5
11476 ac_status=$? 11484 ac_status=$?
11477 echo "$as_me:11477: \$? = $ac_status" >&5 11485 echo "$as_me:11485: \$? = $ac_status" >&5
11478 (exit $ac_status); } && 11486 (exit $ac_status); } &&
11479 { ac_try='test -s conftest.$ac_objext' 11487 { ac_try='test -s conftest.$ac_objext'
11480 { (eval echo "$as_me:11480: \"$ac_try\"") >&5 11488 { (eval echo "$as_me:11488: \"$ac_try\"") >&5
11481 (eval $ac_try) 2>&5 11489 (eval $ac_try) 2>&5
11482 ac_status=$? 11490 ac_status=$?
11483 echo "$as_me:11483: \$? = $ac_status" >&5 11491 echo "$as_me:11491: \$? = $ac_status" >&5
11484 (exit $ac_status); }; }; then 11492 (exit $ac_status); }; }; then
11485 emacs_cv_gettimeofday_two_arguments=yes 11493 emacs_cv_gettimeofday_two_arguments=yes
11486else 11494else
@@ -11490,7 +11498,7 @@ emacs_cv_gettimeofday_two_arguments=no
11490fi 11498fi
11491rm -f conftest.$ac_objext conftest.$ac_ext 11499rm -f conftest.$ac_objext conftest.$ac_ext
11492fi 11500fi
11493echo "$as_me:11493: result: $emacs_cv_gettimeofday_two_arguments" >&5 11501echo "$as_me:11501: result: $emacs_cv_gettimeofday_two_arguments" >&5
11494echo "${ECHO_T}$emacs_cv_gettimeofday_two_arguments" >&6 11502echo "${ECHO_T}$emacs_cv_gettimeofday_two_arguments" >&6
11495 if test $emacs_cv_gettimeofday_two_arguments = no; then 11503 if test $emacs_cv_gettimeofday_two_arguments = no; then
11496 cat >>confdefs.h <<\EOF 11504 cat >>confdefs.h <<\EOF
@@ -11501,13 +11509,13 @@ EOF
11501fi 11509fi
11502 11510
11503if test "$ac_cv_func_gettimeofday" = yes; then 11511if test "$ac_cv_func_gettimeofday" = yes; then
11504 echo "$as_me:11504: checking for struct timezone" >&5 11512 echo "$as_me:11512: checking for struct timezone" >&5
11505echo $ECHO_N "checking for struct timezone... $ECHO_C" >&6 11513echo $ECHO_N "checking for struct timezone... $ECHO_C" >&6
11506if test "${emacs_cv_struct_timezone+set}" = set; then 11514if test "${emacs_cv_struct_timezone+set}" = set; then
11507 echo $ECHO_N "(cached) $ECHO_C" >&6 11515 echo $ECHO_N "(cached) $ECHO_C" >&6
11508else 11516else
11509 cat >conftest.$ac_ext <<_ACEOF 11517 cat >conftest.$ac_ext <<_ACEOF
11510#line 11510 "configure" 11518#line 11518 "configure"
11511#include "confdefs.h" 11519#include "confdefs.h"
11512#include <sys/time.h> 11520#include <sys/time.h>
11513int 11521int
@@ -11519,22 +11527,22 @@ struct timezone tz;
11519} 11527}
11520_ACEOF 11528_ACEOF
11521rm -f conftest.$ac_objext 11529rm -f conftest.$ac_objext
11522if { (eval echo "$as_me:11522: \"$ac_compile\"") >&5 11530if { (eval echo "$as_me:11530: \"$ac_compile\"") >&5
11523 (eval $ac_compile) 2>&5 11531 (eval $ac_compile) 2>&5
11524 ac_status=$? 11532 ac_status=$?
11525 echo "$as_me:11525: \$? = $ac_status" >&5 11533 echo "$as_me:11533: \$? = $ac_status" >&5
11526 (exit $ac_status); } && 11534 (exit $ac_status); } &&
11527 { ac_try='test -s conftest.$ac_objext' 11535 { ac_try='test -s conftest.$ac_objext'
11528 { (eval echo "$as_me:11528: \"$ac_try\"") >&5 11536 { (eval echo "$as_me:11536: \"$ac_try\"") >&5
11529 (eval $ac_try) 2>&5 11537 (eval $ac_try) 2>&5
11530 ac_status=$? 11538 ac_status=$?
11531 echo "$as_me:11531: \$? = $ac_status" >&5 11539 echo "$as_me:11539: \$? = $ac_status" >&5
11532 (exit $ac_status); }; }; then 11540 (exit $ac_status); }; }; then
11533 if test "$cross_compiling" = yes; then 11541 if test "$cross_compiling" = yes; then
11534 emacs_cv_struct_timezone=yes 11542 emacs_cv_struct_timezone=yes
11535else 11543else
11536 cat >conftest.$ac_ext <<_ACEOF 11544 cat >conftest.$ac_ext <<_ACEOF
11537#line 11537 "configure" 11545#line 11545 "configure"
11538#include "confdefs.h" 11546#include "confdefs.h"
11539 11547
11540#ifdef TIME_WITH_SYS_TIME 11548#ifdef TIME_WITH_SYS_TIME
@@ -11554,15 +11562,15 @@ main () {
11554} 11562}
11555_ACEOF 11563_ACEOF
11556rm -f conftest$ac_exeext 11564rm -f conftest$ac_exeext
11557if { (eval echo "$as_me:11557: \"$ac_link\"") >&5 11565if { (eval echo "$as_me:11565: \"$ac_link\"") >&5
11558 (eval $ac_link) 2>&5 11566 (eval $ac_link) 2>&5
11559 ac_status=$? 11567 ac_status=$?
11560 echo "$as_me:11560: \$? = $ac_status" >&5 11568 echo "$as_me:11568: \$? = $ac_status" >&5
11561 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 11569 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11562 { (eval echo "$as_me:11562: \"$ac_try\"") >&5 11570 { (eval echo "$as_me:11570: \"$ac_try\"") >&5
11563 (eval $ac_try) 2>&5 11571 (eval $ac_try) 2>&5
11564 ac_status=$? 11572 ac_status=$?
11565 echo "$as_me:11565: \$? = $ac_status" >&5 11573 echo "$as_me:11573: \$? = $ac_status" >&5
11566 (exit $ac_status); }; }; then 11574 (exit $ac_status); }; }; then
11567 emacs_cv_struct_timezone=yes 11575 emacs_cv_struct_timezone=yes
11568else 11576else
@@ -11580,18 +11588,18 @@ emacs_cv_struct_timezone=no
11580fi 11588fi
11581rm -f conftest.$ac_objext conftest.$ac_ext 11589rm -f conftest.$ac_objext conftest.$ac_ext
11582fi 11590fi
11583echo "$as_me:11583: result: $emacs_cv_struct_timezone" >&5 11591echo "$as_me:11591: result: $emacs_cv_struct_timezone" >&5
11584echo "${ECHO_T}$emacs_cv_struct_timezone" >&6 11592echo "${ECHO_T}$emacs_cv_struct_timezone" >&6
11585fi 11593fi
11586 11594
11587ok_so_far=yes 11595ok_so_far=yes
11588echo "$as_me:11588: checking for socket" >&5 11596echo "$as_me:11596: checking for socket" >&5
11589echo $ECHO_N "checking for socket... $ECHO_C" >&6 11597echo $ECHO_N "checking for socket... $ECHO_C" >&6
11590if test "${ac_cv_func_socket+set}" = set; then 11598if test "${ac_cv_func_socket+set}" = set; then
11591 echo $ECHO_N "(cached) $ECHO_C" >&6 11599 echo $ECHO_N "(cached) $ECHO_C" >&6
11592else 11600else
11593 cat >conftest.$ac_ext <<_ACEOF 11601 cat >conftest.$ac_ext <<_ACEOF
11594#line 11594 "configure" 11602#line 11602 "configure"
11595#include "confdefs.h" 11603#include "confdefs.h"
11596/* System header to define __stub macros and hopefully few prototypes, 11604/* System header to define __stub macros and hopefully few prototypes,
11597 which can conflict with char socket (); below. */ 11605 which can conflict with char socket (); below. */
@@ -11622,16 +11630,16 @@ f = socket;
11622} 11630}
11623_ACEOF 11631_ACEOF
11624rm -f conftest.$ac_objext conftest$ac_exeext 11632rm -f conftest.$ac_objext conftest$ac_exeext
11625if { (eval echo "$as_me:11625: \"$ac_link\"") >&5 11633if { (eval echo "$as_me:11633: \"$ac_link\"") >&5
11626 (eval $ac_link) 2>&5 11634 (eval $ac_link) 2>&5
11627 ac_status=$? 11635 ac_status=$?
11628 echo "$as_me:11628: \$? = $ac_status" >&5 11636 echo "$as_me:11636: \$? = $ac_status" >&5
11629 (exit $ac_status); } && 11637 (exit $ac_status); } &&
11630 { ac_try='test -s conftest$ac_exeext' 11638 { ac_try='test -s conftest$ac_exeext'
11631 { (eval echo "$as_me:11631: \"$ac_try\"") >&5 11639 { (eval echo "$as_me:11639: \"$ac_try\"") >&5
11632 (eval $ac_try) 2>&5 11640 (eval $ac_try) 2>&5
11633 ac_status=$? 11641 ac_status=$?
11634 echo "$as_me:11634: \$? = $ac_status" >&5 11642 echo "$as_me:11642: \$? = $ac_status" >&5
11635 (exit $ac_status); }; }; then 11643 (exit $ac_status); }; }; then
11636 ac_cv_func_socket=yes 11644 ac_cv_func_socket=yes
11637else 11645else
@@ -11641,7 +11649,7 @@ ac_cv_func_socket=no
11641fi 11649fi
11642rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11650rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11643fi 11651fi
11644echo "$as_me:11644: result: $ac_cv_func_socket" >&5 11652echo "$as_me:11652: result: $ac_cv_func_socket" >&5
11645echo "${ECHO_T}$ac_cv_func_socket" >&6 11653echo "${ECHO_T}$ac_cv_func_socket" >&6
11646if test $ac_cv_func_socket = yes; then 11654if test $ac_cv_func_socket = yes; then
11647 : 11655 :
@@ -11650,23 +11658,23 @@ else
11650fi 11658fi
11651 11659
11652if test $ok_so_far = yes; then 11660if test $ok_so_far = yes; then
11653 echo "$as_me:11653: checking for netinet/in.h" >&5 11661 echo "$as_me:11661: checking for netinet/in.h" >&5
11654echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6 11662echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6
11655if test "${ac_cv_header_netinet_in_h+set}" = set; then 11663if test "${ac_cv_header_netinet_in_h+set}" = set; then
11656 echo $ECHO_N "(cached) $ECHO_C" >&6 11664 echo $ECHO_N "(cached) $ECHO_C" >&6
11657else 11665else
11658 cat >conftest.$ac_ext <<_ACEOF 11666 cat >conftest.$ac_ext <<_ACEOF
11659#line 11659 "configure" 11667#line 11667 "configure"
11660#include "confdefs.h" 11668#include "confdefs.h"
11661#include <netinet/in.h> 11669#include <netinet/in.h>
11662_ACEOF 11670_ACEOF
11663if { (eval echo "$as_me:11663: \"$ac_cpp conftest.$ac_ext\"") >&5 11671if { (eval echo "$as_me:11671: \"$ac_cpp conftest.$ac_ext\"") >&5
11664 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11672 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11665 ac_status=$? 11673 ac_status=$?
11666 egrep -v '^ *\+' conftest.er1 >conftest.err 11674 egrep -v '^ *\+' conftest.er1 >conftest.err
11667 rm -f conftest.er1 11675 rm -f conftest.er1
11668 cat conftest.err >&5 11676 cat conftest.err >&5
11669 echo "$as_me:11669: \$? = $ac_status" >&5 11677 echo "$as_me:11677: \$? = $ac_status" >&5
11670 (exit $ac_status); } >/dev/null; then 11678 (exit $ac_status); } >/dev/null; then
11671 if test -s conftest.err; then 11679 if test -s conftest.err; then
11672 ac_cpp_err=$ac_c_preproc_warn_flag 11680 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11685,7 +11693,7 @@ else
11685fi 11693fi
11686rm -f conftest.err conftest.$ac_ext 11694rm -f conftest.err conftest.$ac_ext
11687fi 11695fi
11688echo "$as_me:11688: result: $ac_cv_header_netinet_in_h" >&5 11696echo "$as_me:11696: result: $ac_cv_header_netinet_in_h" >&5
11689echo "${ECHO_T}$ac_cv_header_netinet_in_h" >&6 11697echo "${ECHO_T}$ac_cv_header_netinet_in_h" >&6
11690if test $ac_cv_header_netinet_in_h = yes; then 11698if test $ac_cv_header_netinet_in_h = yes; then
11691 : 11699 :
@@ -11695,23 +11703,23 @@ fi
11695 11703
11696fi 11704fi
11697if test $ok_so_far = yes; then 11705if test $ok_so_far = yes; then
11698 echo "$as_me:11698: checking for arpa/inet.h" >&5 11706 echo "$as_me:11706: checking for arpa/inet.h" >&5
11699echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6 11707echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6
11700if test "${ac_cv_header_arpa_inet_h+set}" = set; then 11708if test "${ac_cv_header_arpa_inet_h+set}" = set; then
11701 echo $ECHO_N "(cached) $ECHO_C" >&6 11709 echo $ECHO_N "(cached) $ECHO_C" >&6
11702else 11710else
11703 cat >conftest.$ac_ext <<_ACEOF 11711 cat >conftest.$ac_ext <<_ACEOF
11704#line 11704 "configure" 11712#line 11712 "configure"
11705#include "confdefs.h" 11713#include "confdefs.h"
11706#include <arpa/inet.h> 11714#include <arpa/inet.h>
11707_ACEOF 11715_ACEOF
11708if { (eval echo "$as_me:11708: \"$ac_cpp conftest.$ac_ext\"") >&5 11716if { (eval echo "$as_me:11716: \"$ac_cpp conftest.$ac_ext\"") >&5
11709 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11717 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11710 ac_status=$? 11718 ac_status=$?
11711 egrep -v '^ *\+' conftest.er1 >conftest.err 11719 egrep -v '^ *\+' conftest.er1 >conftest.err
11712 rm -f conftest.er1 11720 rm -f conftest.er1
11713 cat conftest.err >&5 11721 cat conftest.err >&5
11714 echo "$as_me:11714: \$? = $ac_status" >&5 11722 echo "$as_me:11722: \$? = $ac_status" >&5
11715 (exit $ac_status); } >/dev/null; then 11723 (exit $ac_status); } >/dev/null; then
11716 if test -s conftest.err; then 11724 if test -s conftest.err; then
11717 ac_cpp_err=$ac_c_preproc_warn_flag 11725 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11730,7 +11738,7 @@ else
11730fi 11738fi
11731rm -f conftest.err conftest.$ac_ext 11739rm -f conftest.err conftest.$ac_ext
11732fi 11740fi
11733echo "$as_me:11733: result: $ac_cv_header_arpa_inet_h" >&5 11741echo "$as_me:11741: result: $ac_cv_header_arpa_inet_h" >&5
11734echo "${ECHO_T}$ac_cv_header_arpa_inet_h" >&6 11742echo "${ECHO_T}$ac_cv_header_arpa_inet_h" >&6
11735if test $ac_cv_header_arpa_inet_h = yes; then 11743if test $ac_cv_header_arpa_inet_h = yes; then
11736 : 11744 :
@@ -11753,27 +11761,27 @@ EOF
11753 11761
11754fi 11762fi
11755 11763
11756echo "$as_me:11756: checking whether system supports dynamic ptys" >&5 11764echo "$as_me:11764: checking whether system supports dynamic ptys" >&5
11757echo $ECHO_N "checking whether system supports dynamic ptys... $ECHO_C" >&6 11765echo $ECHO_N "checking whether system supports dynamic ptys... $ECHO_C" >&6
11758if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then 11766if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then
11759 echo "$as_me:11759: result: yes" >&5 11767 echo "$as_me:11767: result: yes" >&5
11760echo "${ECHO_T}yes" >&6 11768echo "${ECHO_T}yes" >&6
11761 cat >>confdefs.h <<\EOF 11769 cat >>confdefs.h <<\EOF
11762#define HAVE_DEV_PTMX 1 11770#define HAVE_DEV_PTMX 1
11763EOF 11771EOF
11764 11772
11765else 11773else
11766 echo "$as_me:11766: result: no" >&5 11774 echo "$as_me:11774: result: no" >&5
11767echo "${ECHO_T}no" >&6 11775echo "${ECHO_T}no" >&6
11768fi 11776fi
11769 11777
11770echo "$as_me:11770: checking for pid_t" >&5 11778echo "$as_me:11778: checking for pid_t" >&5
11771echo $ECHO_N "checking for pid_t... $ECHO_C" >&6 11779echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
11772if test "${ac_cv_type_pid_t+set}" = set; then 11780if test "${ac_cv_type_pid_t+set}" = set; then
11773 echo $ECHO_N "(cached) $ECHO_C" >&6 11781 echo $ECHO_N "(cached) $ECHO_C" >&6
11774else 11782else
11775 cat >conftest.$ac_ext <<_ACEOF 11783 cat >conftest.$ac_ext <<_ACEOF
11776#line 11776 "configure" 11784#line 11784 "configure"
11777#include "confdefs.h" 11785#include "confdefs.h"
11778$ac_includes_default 11786$ac_includes_default
11779int 11787int
@@ -11788,16 +11796,16 @@ if (sizeof (pid_t))
11788} 11796}
11789_ACEOF 11797_ACEOF
11790rm -f conftest.$ac_objext 11798rm -f conftest.$ac_objext
11791if { (eval echo "$as_me:11791: \"$ac_compile\"") >&5 11799if { (eval echo "$as_me:11799: \"$ac_compile\"") >&5
11792 (eval $ac_compile) 2>&5 11800 (eval $ac_compile) 2>&5
11793 ac_status=$? 11801 ac_status=$?
11794 echo "$as_me:11794: \$? = $ac_status" >&5 11802 echo "$as_me:11802: \$? = $ac_status" >&5
11795 (exit $ac_status); } && 11803 (exit $ac_status); } &&
11796 { ac_try='test -s conftest.$ac_objext' 11804 { ac_try='test -s conftest.$ac_objext'
11797 { (eval echo "$as_me:11797: \"$ac_try\"") >&5 11805 { (eval echo "$as_me:11805: \"$ac_try\"") >&5
11798 (eval $ac_try) 2>&5 11806 (eval $ac_try) 2>&5
11799 ac_status=$? 11807 ac_status=$?
11800 echo "$as_me:11800: \$? = $ac_status" >&5 11808 echo "$as_me:11808: \$? = $ac_status" >&5
11801 (exit $ac_status); }; }; then 11809 (exit $ac_status); }; }; then
11802 ac_cv_type_pid_t=yes 11810 ac_cv_type_pid_t=yes
11803else 11811else
@@ -11807,7 +11815,7 @@ ac_cv_type_pid_t=no
11807fi 11815fi
11808rm -f conftest.$ac_objext conftest.$ac_ext 11816rm -f conftest.$ac_objext conftest.$ac_ext
11809fi 11817fi
11810echo "$as_me:11810: result: $ac_cv_type_pid_t" >&5 11818echo "$as_me:11818: result: $ac_cv_type_pid_t" >&5
11811echo "${ECHO_T}$ac_cv_type_pid_t" >&6 11819echo "${ECHO_T}$ac_cv_type_pid_t" >&6
11812if test $ac_cv_type_pid_t = yes; then 11820if test $ac_cv_type_pid_t = yes; then
11813 : 11821 :
@@ -11822,23 +11830,23 @@ fi
11822for ac_header in unistd.h vfork.h 11830for ac_header in unistd.h vfork.h
11823do 11831do
11824as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 11832as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11825echo "$as_me:11825: checking for $ac_header" >&5 11833echo "$as_me:11833: checking for $ac_header" >&5
11826echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 11834echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11827if eval "test \"\${$as_ac_Header+set}\" = set"; then 11835if eval "test \"\${$as_ac_Header+set}\" = set"; then
11828 echo $ECHO_N "(cached) $ECHO_C" >&6 11836 echo $ECHO_N "(cached) $ECHO_C" >&6
11829else 11837else
11830 cat >conftest.$ac_ext <<_ACEOF 11838 cat >conftest.$ac_ext <<_ACEOF
11831#line 11831 "configure" 11839#line 11839 "configure"
11832#include "confdefs.h" 11840#include "confdefs.h"
11833#include <$ac_header> 11841#include <$ac_header>
11834_ACEOF 11842_ACEOF
11835if { (eval echo "$as_me:11835: \"$ac_cpp conftest.$ac_ext\"") >&5 11843if { (eval echo "$as_me:11843: \"$ac_cpp conftest.$ac_ext\"") >&5
11836 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11844 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11837 ac_status=$? 11845 ac_status=$?
11838 egrep -v '^ *\+' conftest.er1 >conftest.err 11846 egrep -v '^ *\+' conftest.er1 >conftest.err
11839 rm -f conftest.er1 11847 rm -f conftest.er1
11840 cat conftest.err >&5 11848 cat conftest.err >&5
11841 echo "$as_me:11841: \$? = $ac_status" >&5 11849 echo "$as_me:11849: \$? = $ac_status" >&5
11842 (exit $ac_status); } >/dev/null; then 11850 (exit $ac_status); } >/dev/null; then
11843 if test -s conftest.err; then 11851 if test -s conftest.err; then
11844 ac_cpp_err=$ac_c_preproc_warn_flag 11852 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11857,7 +11865,7 @@ else
11857fi 11865fi
11858rm -f conftest.err conftest.$ac_ext 11866rm -f conftest.err conftest.$ac_ext
11859fi 11867fi
11860echo "$as_me:11860: result: `eval echo '${'$as_ac_Header'}'`" >&5 11868echo "$as_me:11868: result: `eval echo '${'$as_ac_Header'}'`" >&5
11861echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11869echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11862if test `eval echo '${'$as_ac_Header'}'` = yes; then 11870if test `eval echo '${'$as_ac_Header'}'` = yes; then
11863 cat >>confdefs.h <<EOF 11871 cat >>confdefs.h <<EOF
@@ -11870,13 +11878,13 @@ done
11870for ac_func in fork vfork 11878for ac_func in fork vfork
11871do 11879do
11872as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 11880as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
11873echo "$as_me:11873: checking for $ac_func" >&5 11881echo "$as_me:11881: checking for $ac_func" >&5
11874echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 11882echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
11875if eval "test \"\${$as_ac_var+set}\" = set"; then 11883if eval "test \"\${$as_ac_var+set}\" = set"; then
11876 echo $ECHO_N "(cached) $ECHO_C" >&6 11884 echo $ECHO_N "(cached) $ECHO_C" >&6
11877else 11885else
11878 cat >conftest.$ac_ext <<_ACEOF 11886 cat >conftest.$ac_ext <<_ACEOF
11879#line 11879 "configure" 11887#line 11887 "configure"
11880#include "confdefs.h" 11888#include "confdefs.h"
11881/* System header to define __stub macros and hopefully few prototypes, 11889/* System header to define __stub macros and hopefully few prototypes,
11882 which can conflict with char $ac_func (); below. */ 11890 which can conflict with char $ac_func (); below. */
@@ -11907,16 +11915,16 @@ f = $ac_func;
11907} 11915}
11908_ACEOF 11916_ACEOF
11909rm -f conftest.$ac_objext conftest$ac_exeext 11917rm -f conftest.$ac_objext conftest$ac_exeext
11910if { (eval echo "$as_me:11910: \"$ac_link\"") >&5 11918if { (eval echo "$as_me:11918: \"$ac_link\"") >&5
11911 (eval $ac_link) 2>&5 11919 (eval $ac_link) 2>&5
11912 ac_status=$? 11920 ac_status=$?
11913 echo "$as_me:11913: \$? = $ac_status" >&5 11921 echo "$as_me:11921: \$? = $ac_status" >&5
11914 (exit $ac_status); } && 11922 (exit $ac_status); } &&
11915 { ac_try='test -s conftest$ac_exeext' 11923 { ac_try='test -s conftest$ac_exeext'
11916 { (eval echo "$as_me:11916: \"$ac_try\"") >&5 11924 { (eval echo "$as_me:11924: \"$ac_try\"") >&5
11917 (eval $ac_try) 2>&5 11925 (eval $ac_try) 2>&5
11918 ac_status=$? 11926 ac_status=$?
11919 echo "$as_me:11919: \$? = $ac_status" >&5 11927 echo "$as_me:11927: \$? = $ac_status" >&5
11920 (exit $ac_status); }; }; then 11928 (exit $ac_status); }; }; then
11921 eval "$as_ac_var=yes" 11929 eval "$as_ac_var=yes"
11922else 11930else
@@ -11926,7 +11934,7 @@ eval "$as_ac_var=no"
11926fi 11934fi
11927rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11935rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11928fi 11936fi
11929echo "$as_me:11929: result: `eval echo '${'$as_ac_var'}'`" >&5 11937echo "$as_me:11937: result: `eval echo '${'$as_ac_var'}'`" >&5
11930echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 11938echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
11931if test `eval echo '${'$as_ac_var'}'` = yes; then 11939if test `eval echo '${'$as_ac_var'}'` = yes; then
11932 cat >>confdefs.h <<EOF 11940 cat >>confdefs.h <<EOF
@@ -11938,7 +11946,7 @@ done
11938 11946
11939ac_cv_func_fork_works=$ac_cv_func_fork 11947ac_cv_func_fork_works=$ac_cv_func_fork
11940if test "x$ac_cv_func_fork" = xyes; then 11948if test "x$ac_cv_func_fork" = xyes; then
11941 echo "$as_me:11941: checking for working fork" >&5 11949 echo "$as_me:11949: checking for working fork" >&5
11942echo $ECHO_N "checking for working fork... $ECHO_C" >&6 11950echo $ECHO_N "checking for working fork... $ECHO_C" >&6
11943if test "${ac_cv_func_fork_works+set}" = set; then 11951if test "${ac_cv_func_fork_works+set}" = set; then
11944 echo $ECHO_N "(cached) $ECHO_C" >&6 11952 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11961,15 +11969,15 @@ else
11961 } 11969 }
11962_ACEOF 11970_ACEOF
11963rm -f conftest$ac_exeext 11971rm -f conftest$ac_exeext
11964if { (eval echo "$as_me:11964: \"$ac_link\"") >&5 11972if { (eval echo "$as_me:11972: \"$ac_link\"") >&5
11965 (eval $ac_link) 2>&5 11973 (eval $ac_link) 2>&5
11966 ac_status=$? 11974 ac_status=$?
11967 echo "$as_me:11967: \$? = $ac_status" >&5 11975 echo "$as_me:11975: \$? = $ac_status" >&5
11968 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 11976 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11969 { (eval echo "$as_me:11969: \"$ac_try\"") >&5 11977 { (eval echo "$as_me:11977: \"$ac_try\"") >&5
11970 (eval $ac_try) 2>&5 11978 (eval $ac_try) 2>&5
11971 ac_status=$? 11979 ac_status=$?
11972 echo "$as_me:11972: \$? = $ac_status" >&5 11980 echo "$as_me:11980: \$? = $ac_status" >&5
11973 (exit $ac_status); }; }; then 11981 (exit $ac_status); }; }; then
11974 ac_cv_func_fork_works=yes 11982 ac_cv_func_fork_works=yes
11975else 11983else
@@ -11981,7 +11989,7 @@ fi
11981rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 11989rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11982fi 11990fi
11983fi 11991fi
11984echo "$as_me:11984: result: $ac_cv_func_fork_works" >&5 11992echo "$as_me:11992: result: $ac_cv_func_fork_works" >&5
11985echo "${ECHO_T}$ac_cv_func_fork_works" >&6 11993echo "${ECHO_T}$ac_cv_func_fork_works" >&6
11986 11994
11987fi 11995fi
@@ -11995,12 +12003,12 @@ if test "x$ac_cv_func_fork_works" = xcross; then
11995 ac_cv_func_fork_works=yes 12003 ac_cv_func_fork_works=yes
11996 ;; 12004 ;;
11997 esac 12005 esac
11998 { echo "$as_me:11998: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&5 12006 { echo "$as_me:12006: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&5
11999echo "$as_me: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&2;} 12007echo "$as_me: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&2;}
12000fi 12008fi
12001ac_cv_func_vfork_works=$ac_cv_func_vfork 12009ac_cv_func_vfork_works=$ac_cv_func_vfork
12002if test "x$ac_cv_func_vfork" = xyes; then 12010if test "x$ac_cv_func_vfork" = xyes; then
12003 echo "$as_me:12003: checking for working vfork" >&5 12011 echo "$as_me:12011: checking for working vfork" >&5
12004echo $ECHO_N "checking for working vfork... $ECHO_C" >&6 12012echo $ECHO_N "checking for working vfork... $ECHO_C" >&6
12005if test "${ac_cv_func_vfork_works+set}" = set; then 12013if test "${ac_cv_func_vfork_works+set}" = set; then
12006 echo $ECHO_N "(cached) $ECHO_C" >&6 12014 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -12009,7 +12017,7 @@ else
12009 ac_cv_func_vfork_works=cross 12017 ac_cv_func_vfork_works=cross
12010else 12018else
12011 cat >conftest.$ac_ext <<_ACEOF 12019 cat >conftest.$ac_ext <<_ACEOF
12012#line 12012 "configure" 12020#line 12020 "configure"
12013#include "confdefs.h" 12021#include "confdefs.h"
12014/* Thanks to Paul Eggert for this test. */ 12022/* Thanks to Paul Eggert for this test. */
12015#include <stdio.h> 12023#include <stdio.h>
@@ -12106,15 +12114,15 @@ main ()
12106} 12114}
12107_ACEOF 12115_ACEOF
12108rm -f conftest$ac_exeext 12116rm -f conftest$ac_exeext
12109if { (eval echo "$as_me:12109: \"$ac_link\"") >&5 12117if { (eval echo "$as_me:12117: \"$ac_link\"") >&5
12110 (eval $ac_link) 2>&5 12118 (eval $ac_link) 2>&5
12111 ac_status=$? 12119 ac_status=$?
12112 echo "$as_me:12112: \$? = $ac_status" >&5 12120 echo "$as_me:12120: \$? = $ac_status" >&5
12113 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 12121 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12114 { (eval echo "$as_me:12114: \"$ac_try\"") >&5 12122 { (eval echo "$as_me:12122: \"$ac_try\"") >&5
12115 (eval $ac_try) 2>&5 12123 (eval $ac_try) 2>&5
12116 ac_status=$? 12124 ac_status=$?
12117 echo "$as_me:12117: \$? = $ac_status" >&5 12125 echo "$as_me:12125: \$? = $ac_status" >&5
12118 (exit $ac_status); }; }; then 12126 (exit $ac_status); }; }; then
12119 ac_cv_func_vfork_works=yes 12127 ac_cv_func_vfork_works=yes
12120else 12128else
@@ -12126,13 +12134,13 @@ fi
12126rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 12134rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12127fi 12135fi
12128fi 12136fi
12129echo "$as_me:12129: result: $ac_cv_func_vfork_works" >&5 12137echo "$as_me:12137: result: $ac_cv_func_vfork_works" >&5
12130echo "${ECHO_T}$ac_cv_func_vfork_works" >&6 12138echo "${ECHO_T}$ac_cv_func_vfork_works" >&6
12131 12139
12132fi; 12140fi;
12133if test "x$ac_cv_func_fork_works" = xcross; then 12141if test "x$ac_cv_func_fork_works" = xcross; then
12134 ac_cv_func_vfork_works=ac_cv_func_vfork 12142 ac_cv_func_vfork_works=ac_cv_func_vfork
12135 { echo "$as_me:12135: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&5 12143 { echo "$as_me:12143: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&5
12136echo "$as_me: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&2;} 12144echo "$as_me: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&2;}
12137fi 12145fi
12138 12146
@@ -12158,13 +12166,13 @@ EOF
12158fi 12166fi
12159 12167
12160# Fixme: This should be replaced when we have autoconf 2.14. 12168# Fixme: This should be replaced when we have autoconf 2.14.
12161echo "$as_me:12161: checking for size_t" >&5 12169echo "$as_me:12169: checking for size_t" >&5
12162echo $ECHO_N "checking for size_t... $ECHO_C" >&6 12170echo $ECHO_N "checking for size_t... $ECHO_C" >&6
12163if test "${ac_cv_type_size_t+set}" = set; then 12171if test "${ac_cv_type_size_t+set}" = set; then
12164 echo $ECHO_N "(cached) $ECHO_C" >&6 12172 echo $ECHO_N "(cached) $ECHO_C" >&6
12165else 12173else
12166 cat >conftest.$ac_ext <<_ACEOF 12174 cat >conftest.$ac_ext <<_ACEOF
12167#line 12167 "configure" 12175#line 12175 "configure"
12168#include "confdefs.h" 12176#include "confdefs.h"
12169$ac_includes_default 12177$ac_includes_default
12170int 12178int
@@ -12179,16 +12187,16 @@ if (sizeof (size_t))
12179} 12187}
12180_ACEOF 12188_ACEOF
12181rm -f conftest.$ac_objext 12189rm -f conftest.$ac_objext
12182if { (eval echo "$as_me:12182: \"$ac_compile\"") >&5 12190if { (eval echo "$as_me:12190: \"$ac_compile\"") >&5
12183 (eval $ac_compile) 2>&5 12191 (eval $ac_compile) 2>&5
12184 ac_status=$? 12192 ac_status=$?
12185 echo "$as_me:12185: \$? = $ac_status" >&5 12193 echo "$as_me:12193: \$? = $ac_status" >&5
12186 (exit $ac_status); } && 12194 (exit $ac_status); } &&
12187 { ac_try='test -s conftest.$ac_objext' 12195 { ac_try='test -s conftest.$ac_objext'
12188 { (eval echo "$as_me:12188: \"$ac_try\"") >&5 12196 { (eval echo "$as_me:12196: \"$ac_try\"") >&5
12189 (eval $ac_try) 2>&5 12197 (eval $ac_try) 2>&5
12190 ac_status=$? 12198 ac_status=$?
12191 echo "$as_me:12191: \$? = $ac_status" >&5 12199 echo "$as_me:12199: \$? = $ac_status" >&5
12192 (exit $ac_status); }; }; then 12200 (exit $ac_status); }; }; then
12193 ac_cv_type_size_t=yes 12201 ac_cv_type_size_t=yes
12194else 12202else
@@ -12198,7 +12206,7 @@ ac_cv_type_size_t=no
12198fi 12206fi
12199rm -f conftest.$ac_objext conftest.$ac_ext 12207rm -f conftest.$ac_objext conftest.$ac_ext
12200fi 12208fi
12201echo "$as_me:12201: result: $ac_cv_type_size_t" >&5 12209echo "$as_me:12209: result: $ac_cv_type_size_t" >&5
12202echo "${ECHO_T}$ac_cv_type_size_t" >&6 12210echo "${ECHO_T}$ac_cv_type_size_t" >&6
12203if test $ac_cv_type_size_t = yes; then 12211if test $ac_cv_type_size_t = yes; then
12204 : 12212 :
@@ -12218,7 +12226,7 @@ CPPFLAGS="$REAL_CPPFLAGS"
12218version=`grep 'defconst[ ]*emacs-version' ${srcdir}/lisp/version.el \ 12226version=`grep 'defconst[ ]*emacs-version' ${srcdir}/lisp/version.el \
12219 | sed -e 's/^[^"]*"\([^"]*\)".*$/\1/'` 12227 | sed -e 's/^[^"]*"\([^"]*\)".*$/\1/'`
12220if test x"${version}" = x; then 12228if test x"${version}" = x; then
12221 { { echo "$as_me:12221: error: can't find current emacs version in \`${srcdir}/lisp/version.el'." >&5 12229 { { echo "$as_me:12229: error: can't find current emacs version in \`${srcdir}/lisp/version.el'." >&5
12222echo "$as_me: error: can't find current emacs version in \`${srcdir}/lisp/version.el'." >&2;} 12230echo "$as_me: error: can't find current emacs version in \`${srcdir}/lisp/version.el'." >&2;}
12223 { (exit 1); exit 1; }; } 12231 { (exit 1); exit 1; }; }
12224fi 12232fi
@@ -12304,23 +12312,23 @@ fi
12304for ac_header in nlist.h 12312for ac_header in nlist.h
12305do 12313do
12306as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 12314as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12307echo "$as_me:12307: checking for $ac_header" >&5 12315echo "$as_me:12315: checking for $ac_header" >&5
12308echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 12316echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12309if eval "test \"\${$as_ac_Header+set}\" = set"; then 12317if eval "test \"\${$as_ac_Header+set}\" = set"; then
12310 echo $ECHO_N "(cached) $ECHO_C" >&6 12318 echo $ECHO_N "(cached) $ECHO_C" >&6
12311else 12319else
12312 cat >conftest.$ac_ext <<_ACEOF 12320 cat >conftest.$ac_ext <<_ACEOF
12313#line 12313 "configure" 12321#line 12321 "configure"
12314#include "confdefs.h" 12322#include "confdefs.h"
12315#include <$ac_header> 12323#include <$ac_header>
12316_ACEOF 12324_ACEOF
12317if { (eval echo "$as_me:12317: \"$ac_cpp conftest.$ac_ext\"") >&5 12325if { (eval echo "$as_me:12325: \"$ac_cpp conftest.$ac_ext\"") >&5
12318 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 12326 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12319 ac_status=$? 12327 ac_status=$?
12320 egrep -v '^ *\+' conftest.er1 >conftest.err 12328 egrep -v '^ *\+' conftest.er1 >conftest.err
12321 rm -f conftest.er1 12329 rm -f conftest.er1
12322 cat conftest.err >&5 12330 cat conftest.err >&5
12323 echo "$as_me:12323: \$? = $ac_status" >&5 12331 echo "$as_me:12331: \$? = $ac_status" >&5
12324 (exit $ac_status); } >/dev/null; then 12332 (exit $ac_status); } >/dev/null; then
12325 if test -s conftest.err; then 12333 if test -s conftest.err; then
12326 ac_cpp_err=$ac_c_preproc_warn_flag 12334 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -12339,7 +12347,7 @@ else
12339fi 12347fi
12340rm -f conftest.err conftest.$ac_ext 12348rm -f conftest.err conftest.$ac_ext
12341fi 12349fi
12342echo "$as_me:12342: result: `eval echo '${'$as_ac_Header'}'`" >&5 12350echo "$as_me:12350: result: `eval echo '${'$as_ac_Header'}'`" >&5
12343echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 12351echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12344if test `eval echo '${'$as_ac_Header'}'` = yes; then 12352if test `eval echo '${'$as_ac_Header'}'` = yes; then
12345 cat >>confdefs.h <<EOF 12353 cat >>confdefs.h <<EOF
@@ -12399,7 +12407,7 @@ test "${exec_prefix}" != NONE &&
12399## C preprocessor. 12407## C preprocessor.
12400 12408
12401cat >conftest.$ac_ext <<_ACEOF 12409cat >conftest.$ac_ext <<_ACEOF
12402#line 12402 "configure" 12410#line 12410 "configure"
12403#include "confdefs.h" 12411#include "confdefs.h"
12404yes..yes 12412yes..yes
12405_ACEOF 12413_ACEOF
@@ -12492,7 +12500,7 @@ DEFS=-DHAVE_CONFIG_H
12492: ${CONFIG_STATUS=./config.status} 12500: ${CONFIG_STATUS=./config.status}
12493ac_clean_files_save=$ac_clean_files 12501ac_clean_files_save=$ac_clean_files
12494ac_clean_files="$ac_clean_files $CONFIG_STATUS" 12502ac_clean_files="$ac_clean_files $CONFIG_STATUS"
12495{ echo "$as_me:12495: creating $CONFIG_STATUS" >&5 12503{ echo "$as_me:12503: creating $CONFIG_STATUS" >&5
12496echo "$as_me: creating $CONFIG_STATUS" >&6;} 12504echo "$as_me: creating $CONFIG_STATUS" >&6;}
12497cat >$CONFIG_STATUS <<_ACEOF 12505cat >$CONFIG_STATUS <<_ACEOF
12498#! $SHELL 12506#! $SHELL
@@ -12668,7 +12676,7 @@ cat >>$CONFIG_STATUS <<\EOF
12668 echo "$ac_cs_version"; exit 0 ;; 12676 echo "$ac_cs_version"; exit 0 ;;
12669 --he | --h) 12677 --he | --h)
12670 # Conflict between --help and --header 12678 # Conflict between --help and --header
12671 { { echo "$as_me:12671: error: ambiguous option: $1 12679 { { echo "$as_me:12679: error: ambiguous option: $1
12672Try \`$0 --help' for more information." >&5 12680Try \`$0 --help' for more information." >&5
12673echo "$as_me: error: ambiguous option: $1 12681echo "$as_me: error: ambiguous option: $1
12674Try \`$0 --help' for more information." >&2;} 12682Try \`$0 --help' for more information." >&2;}
@@ -12687,7 +12695,7 @@ Try \`$0 --help' for more information." >&2;}
12687 ac_need_defaults=false;; 12695 ac_need_defaults=false;;
12688 12696
12689 # This is an error. 12697 # This is an error.
12690 -*) { { echo "$as_me:12690: error: unrecognized option: $1 12698 -*) { { echo "$as_me:12698: error: unrecognized option: $1
12691Try \`$0 --help' for more information." >&5 12699Try \`$0 --help' for more information." >&5
12692echo "$as_me: error: unrecognized option: $1 12700echo "$as_me: error: unrecognized option: $1
12693Try \`$0 --help' for more information." >&2;} 12701Try \`$0 --help' for more information." >&2;}
@@ -12743,7 +12751,7 @@ do
12743 "leim/Makefile" ) CONFIG_FILES="$CONFIG_FILES leim/Makefile" ;; 12751 "leim/Makefile" ) CONFIG_FILES="$CONFIG_FILES leim/Makefile" ;;
12744 "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;; 12752 "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
12745 "src/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS src/config.h:src/config.in" ;; 12753 "src/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS src/config.h:src/config.in" ;;
12746 *) { { echo "$as_me:12746: error: invalid argument: $ac_config_target" >&5 12754 *) { { echo "$as_me:12754: error: invalid argument: $ac_config_target" >&5
12747echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 12755echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
12748 { (exit 1); exit 1; }; };; 12756 { (exit 1); exit 1; }; };;
12749 esac 12757 esac
@@ -12990,7 +12998,7 @@ done; }
12990 esac 12998 esac
12991 12999
12992 if test x"$ac_file" != x-; then 13000 if test x"$ac_file" != x-; then
12993 { echo "$as_me:12993: creating $ac_file" >&5 13001 { echo "$as_me:13001: creating $ac_file" >&5
12994echo "$as_me: creating $ac_file" >&6;} 13002echo "$as_me: creating $ac_file" >&6;}
12995 rm -f "$ac_file" 13003 rm -f "$ac_file"
12996 fi 13004 fi
@@ -13008,7 +13016,7 @@ echo "$as_me: creating $ac_file" >&6;}
13008 -) echo $tmp/stdin ;; 13016 -) echo $tmp/stdin ;;
13009 [\\/$]*) 13017 [\\/$]*)
13010 # Absolute (can't be DOS-style, as IFS=:) 13018 # Absolute (can't be DOS-style, as IFS=:)
13011 test -f "$f" || { { echo "$as_me:13011: error: cannot find input file: $f" >&5 13019 test -f "$f" || { { echo "$as_me:13019: error: cannot find input file: $f" >&5
13012echo "$as_me: error: cannot find input file: $f" >&2;} 13020echo "$as_me: error: cannot find input file: $f" >&2;}
13013 { (exit 1); exit 1; }; } 13021 { (exit 1); exit 1; }; }
13014 echo $f;; 13022 echo $f;;
@@ -13021,7 +13029,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;}
13021 echo $srcdir/$f 13029 echo $srcdir/$f
13022 else 13030 else
13023 # /dev/null tree 13031 # /dev/null tree
13024 { { echo "$as_me:13024: error: cannot find input file: $f" >&5 13032 { { echo "$as_me:13032: error: cannot find input file: $f" >&5
13025echo "$as_me: error: cannot find input file: $f" >&2;} 13033echo "$as_me: error: cannot find input file: $f" >&2;}
13026 { (exit 1); exit 1; }; } 13034 { (exit 1); exit 1; }; }
13027 fi;; 13035 fi;;
@@ -13082,7 +13090,7 @@ for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
13082 * ) ac_file_in=$ac_file.in ;; 13090 * ) ac_file_in=$ac_file.in ;;
13083 esac 13091 esac
13084 13092
13085 test x"$ac_file" != x- && { echo "$as_me:13085: creating $ac_file" >&5 13093 test x"$ac_file" != x- && { echo "$as_me:13093: creating $ac_file" >&5
13086echo "$as_me: creating $ac_file" >&6;} 13094echo "$as_me: creating $ac_file" >&6;}
13087 13095
13088 # First look for the input files in the build tree, otherwise in the 13096 # First look for the input files in the build tree, otherwise in the
@@ -13093,7 +13101,7 @@ echo "$as_me: creating $ac_file" >&6;}
13093 -) echo $tmp/stdin ;; 13101 -) echo $tmp/stdin ;;
13094 [\\/$]*) 13102 [\\/$]*)
13095 # Absolute (can't be DOS-style, as IFS=:) 13103 # Absolute (can't be DOS-style, as IFS=:)
13096 test -f "$f" || { { echo "$as_me:13096: error: cannot find input file: $f" >&5 13104 test -f "$f" || { { echo "$as_me:13104: error: cannot find input file: $f" >&5
13097echo "$as_me: error: cannot find input file: $f" >&2;} 13105echo "$as_me: error: cannot find input file: $f" >&2;}
13098 { (exit 1); exit 1; }; } 13106 { (exit 1); exit 1; }; }
13099 echo $f;; 13107 echo $f;;
@@ -13106,7 +13114,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;}
13106 echo $srcdir/$f 13114 echo $srcdir/$f
13107 else 13115 else
13108 # /dev/null tree 13116 # /dev/null tree
13109 { { echo "$as_me:13109: error: cannot find input file: $f" >&5 13117 { { echo "$as_me:13117: error: cannot find input file: $f" >&5
13110echo "$as_me: error: cannot find input file: $f" >&2;} 13118echo "$as_me: error: cannot find input file: $f" >&2;}
13111 { (exit 1); exit 1; }; } 13119 { (exit 1); exit 1; }; }
13112 fi;; 13120 fi;;
@@ -13223,7 +13231,7 @@ cat >>$CONFIG_STATUS <<\EOF
13223 rm -f $tmp/in 13231 rm -f $tmp/in
13224 if test x"$ac_file" != x-; then 13232 if test x"$ac_file" != x-; then
13225 if cmp -s $ac_file $tmp/config.h 2>/dev/null; then 13233 if cmp -s $ac_file $tmp/config.h 2>/dev/null; then
13226 { echo "$as_me:13226: $ac_file is unchanged" >&5 13234 { echo "$as_me:13234: $ac_file is unchanged" >&5
13227echo "$as_me: $ac_file is unchanged" >&6;} 13235echo "$as_me: $ac_file is unchanged" >&6;}
13228 else 13236 else
13229 ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 13237 ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
diff --git a/etc/NEWS b/etc/NEWS
index 7534c02e6c0..d0c4c4734de 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -15,6 +15,8 @@ is called for.
15`--program-suffix' and `--program-transform-name' that affect the names of 15`--program-suffix' and `--program-transform-name' that affect the names of
16installed programs. 16installed programs.
17 17
18** Support for FreeBSD/Alpha has been added.
19
18 20
19* Changes in Emacs 21.3 21* Changes in Emacs 21.3
20 22