aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab2002-06-07 11:23:40 +0000
committerAndreas Schwab2002-06-07 11:23:40 +0000
commit598a28133f387fc96770164a404b91b63ac7be18 (patch)
treeb535046aa400234e0aebee0e37f3db1eb8a58919
parent3fa4ac47ab76e5f7e64bf5e6a4b2c75aa5f86cd8 (diff)
downloademacs-598a28133f387fc96770164a404b91b63ac7be18.tar.gz
emacs-598a28133f387fc96770164a404b91b63ac7be18.zip
Regenerated.
-rwxr-xr-xconfigure1871
1 files changed, 938 insertions, 933 deletions
diff --git a/configure b/configure
index 25262dc3dbd..b743cf733b5 100755
--- a/configure
+++ b/configure
@@ -2244,6 +2244,11 @@ case "${canonical}" in
2244 CPP="cc -E -traditional-cpp" 2244 CPP="cc -E -traditional-cpp"
2245 ;; 2245 ;;
2246 2246
2247 ## AMD x86-64 Linux-based GNU system
2248 x86_64-*-linux-gnu* )
2249 machine=amdx86-64 opsys=gnu-linux
2250 ;;
2251
2247 * ) 2252 * )
2248 unported=yes 2253 unported=yes
2249 ;; 2254 ;;
@@ -2286,7 +2291,7 @@ if test x"${opsys}" = x; then
2286fi 2291fi
2287 2292
2288if test $unported = yes; then 2293if test $unported = yes; then
2289 { { echo "$as_me:2289: error: Emacs hasn't been ported to \`${canonical}' systems. 2294 { { echo "$as_me:2294: error: Emacs hasn't been ported to \`${canonical}' systems.
2290Check \`etc/MACHINES' for recognized configuration names." >&5 2295Check \`etc/MACHINES' for recognized configuration names." >&5
2291echo "$as_me: error: Emacs hasn't been ported to \`${canonical}' systems. 2296echo "$as_me: error: Emacs hasn't been ported to \`${canonical}' systems.
2292Check \`etc/MACHINES' for recognized configuration names." >&2;} 2297Check \`etc/MACHINES' for recognized configuration names." >&2;}
@@ -2315,7 +2320,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
2315if test -n "$ac_tool_prefix"; then 2320if test -n "$ac_tool_prefix"; then
2316 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 2321 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2317set dummy ${ac_tool_prefix}gcc; ac_word=$2 2322set dummy ${ac_tool_prefix}gcc; ac_word=$2
2318echo "$as_me:2318: checking for $ac_word" >&5 2323echo "$as_me:2323: checking for $ac_word" >&5
2319echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2324echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2320if test "${ac_cv_prog_CC+set}" = set; then 2325if test "${ac_cv_prog_CC+set}" = set; then
2321 echo $ECHO_N "(cached) $ECHO_C" >&6 2326 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2330,7 +2335,7 @@ for ac_dir in $ac_dummy; do
2330 test -z "$ac_dir" && ac_dir=. 2335 test -z "$ac_dir" && ac_dir=.
2331 $as_executable_p "$ac_dir/$ac_word" || continue 2336 $as_executable_p "$ac_dir/$ac_word" || continue
2332ac_cv_prog_CC="${ac_tool_prefix}gcc" 2337ac_cv_prog_CC="${ac_tool_prefix}gcc"
2333echo "$as_me:2333: found $ac_dir/$ac_word" >&5 2338echo "$as_me:2338: found $ac_dir/$ac_word" >&5
2334break 2339break
2335done 2340done
2336 2341
@@ -2338,10 +2343,10 @@ fi
2338fi 2343fi
2339CC=$ac_cv_prog_CC 2344CC=$ac_cv_prog_CC
2340if test -n "$CC"; then 2345if test -n "$CC"; then
2341 echo "$as_me:2341: result: $CC" >&5 2346 echo "$as_me:2346: result: $CC" >&5
2342echo "${ECHO_T}$CC" >&6 2347echo "${ECHO_T}$CC" >&6
2343else 2348else
2344 echo "$as_me:2344: result: no" >&5 2349 echo "$as_me:2349: result: no" >&5
2345echo "${ECHO_T}no" >&6 2350echo "${ECHO_T}no" >&6
2346fi 2351fi
2347 2352
@@ -2350,7 +2355,7 @@ if test -z "$ac_cv_prog_CC"; then
2350 ac_ct_CC=$CC 2355 ac_ct_CC=$CC
2351 # Extract the first word of "gcc", so it can be a program name with args. 2356 # Extract the first word of "gcc", so it can be a program name with args.
2352set dummy gcc; ac_word=$2 2357set dummy gcc; ac_word=$2
2353echo "$as_me:2353: checking for $ac_word" >&5 2358echo "$as_me:2358: checking for $ac_word" >&5
2354echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2359echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2355if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2360if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2356 echo $ECHO_N "(cached) $ECHO_C" >&6 2361 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2365,7 +2370,7 @@ for ac_dir in $ac_dummy; do
2365 test -z "$ac_dir" && ac_dir=. 2370 test -z "$ac_dir" && ac_dir=.
2366 $as_executable_p "$ac_dir/$ac_word" || continue 2371 $as_executable_p "$ac_dir/$ac_word" || continue
2367ac_cv_prog_ac_ct_CC="gcc" 2372ac_cv_prog_ac_ct_CC="gcc"
2368echo "$as_me:2368: found $ac_dir/$ac_word" >&5 2373echo "$as_me:2373: found $ac_dir/$ac_word" >&5
2369break 2374break
2370done 2375done
2371 2376
@@ -2373,10 +2378,10 @@ fi
2373fi 2378fi
2374ac_ct_CC=$ac_cv_prog_ac_ct_CC 2379ac_ct_CC=$ac_cv_prog_ac_ct_CC
2375if test -n "$ac_ct_CC"; then 2380if test -n "$ac_ct_CC"; then
2376 echo "$as_me:2376: result: $ac_ct_CC" >&5 2381 echo "$as_me:2381: result: $ac_ct_CC" >&5
2377echo "${ECHO_T}$ac_ct_CC" >&6 2382echo "${ECHO_T}$ac_ct_CC" >&6
2378else 2383else
2379 echo "$as_me:2379: result: no" >&5 2384 echo "$as_me:2384: result: no" >&5
2380echo "${ECHO_T}no" >&6 2385echo "${ECHO_T}no" >&6
2381fi 2386fi
2382 2387
@@ -2389,7 +2394,7 @@ if test -z "$CC"; then
2389 if test -n "$ac_tool_prefix"; then 2394 if test -n "$ac_tool_prefix"; then
2390 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 2395 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2391set dummy ${ac_tool_prefix}cc; ac_word=$2 2396set dummy ${ac_tool_prefix}cc; ac_word=$2
2392echo "$as_me:2392: checking for $ac_word" >&5 2397echo "$as_me:2397: checking for $ac_word" >&5
2393echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2398echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2394if test "${ac_cv_prog_CC+set}" = set; then 2399if test "${ac_cv_prog_CC+set}" = set; then
2395 echo $ECHO_N "(cached) $ECHO_C" >&6 2400 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2404,7 +2409,7 @@ for ac_dir in $ac_dummy; do
2404 test -z "$ac_dir" && ac_dir=. 2409 test -z "$ac_dir" && ac_dir=.
2405 $as_executable_p "$ac_dir/$ac_word" || continue 2410 $as_executable_p "$ac_dir/$ac_word" || continue
2406ac_cv_prog_CC="${ac_tool_prefix}cc" 2411ac_cv_prog_CC="${ac_tool_prefix}cc"
2407echo "$as_me:2407: found $ac_dir/$ac_word" >&5 2412echo "$as_me:2412: found $ac_dir/$ac_word" >&5
2408break 2413break
2409done 2414done
2410 2415
@@ -2412,10 +2417,10 @@ fi
2412fi 2417fi
2413CC=$ac_cv_prog_CC 2418CC=$ac_cv_prog_CC
2414if test -n "$CC"; then 2419if test -n "$CC"; then
2415 echo "$as_me:2415: result: $CC" >&5 2420 echo "$as_me:2420: result: $CC" >&5
2416echo "${ECHO_T}$CC" >&6 2421echo "${ECHO_T}$CC" >&6
2417else 2422else
2418 echo "$as_me:2418: result: no" >&5 2423 echo "$as_me:2423: result: no" >&5
2419echo "${ECHO_T}no" >&6 2424echo "${ECHO_T}no" >&6
2420fi 2425fi
2421 2426
@@ -2424,7 +2429,7 @@ if test -z "$ac_cv_prog_CC"; then
2424 ac_ct_CC=$CC 2429 ac_ct_CC=$CC
2425 # Extract the first word of "cc", so it can be a program name with args. 2430 # Extract the first word of "cc", so it can be a program name with args.
2426set dummy cc; ac_word=$2 2431set dummy cc; ac_word=$2
2427echo "$as_me:2427: checking for $ac_word" >&5 2432echo "$as_me:2432: checking for $ac_word" >&5
2428echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2433echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2429if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2434if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2430 echo $ECHO_N "(cached) $ECHO_C" >&6 2435 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2439,7 +2444,7 @@ for ac_dir in $ac_dummy; do
2439 test -z "$ac_dir" && ac_dir=. 2444 test -z "$ac_dir" && ac_dir=.
2440 $as_executable_p "$ac_dir/$ac_word" || continue 2445 $as_executable_p "$ac_dir/$ac_word" || continue
2441ac_cv_prog_ac_ct_CC="cc" 2446ac_cv_prog_ac_ct_CC="cc"
2442echo "$as_me:2442: found $ac_dir/$ac_word" >&5 2447echo "$as_me:2447: found $ac_dir/$ac_word" >&5
2443break 2448break
2444done 2449done
2445 2450
@@ -2447,10 +2452,10 @@ fi
2447fi 2452fi
2448ac_ct_CC=$ac_cv_prog_ac_ct_CC 2453ac_ct_CC=$ac_cv_prog_ac_ct_CC
2449if test -n "$ac_ct_CC"; then 2454if test -n "$ac_ct_CC"; then
2450 echo "$as_me:2450: result: $ac_ct_CC" >&5 2455 echo "$as_me:2455: result: $ac_ct_CC" >&5
2451echo "${ECHO_T}$ac_ct_CC" >&6 2456echo "${ECHO_T}$ac_ct_CC" >&6
2452else 2457else
2453 echo "$as_me:2453: result: no" >&5 2458 echo "$as_me:2458: result: no" >&5
2454echo "${ECHO_T}no" >&6 2459echo "${ECHO_T}no" >&6
2455fi 2460fi
2456 2461
@@ -2463,7 +2468,7 @@ fi
2463if test -z "$CC"; then 2468if test -z "$CC"; then
2464 # Extract the first word of "cc", so it can be a program name with args. 2469 # Extract the first word of "cc", so it can be a program name with args.
2465set dummy cc; ac_word=$2 2470set dummy cc; ac_word=$2
2466echo "$as_me:2466: checking for $ac_word" >&5 2471echo "$as_me:2471: checking for $ac_word" >&5
2467echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2472echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2468if test "${ac_cv_prog_CC+set}" = set; then 2473if test "${ac_cv_prog_CC+set}" = set; then
2469 echo $ECHO_N "(cached) $ECHO_C" >&6 2474 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2483,7 +2488,7 @@ if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
2483 continue 2488 continue
2484fi 2489fi
2485ac_cv_prog_CC="cc" 2490ac_cv_prog_CC="cc"
2486echo "$as_me:2486: found $ac_dir/$ac_word" >&5 2491echo "$as_me:2491: found $ac_dir/$ac_word" >&5
2487break 2492break
2488done 2493done
2489 2494
@@ -2505,10 +2510,10 @@ fi
2505fi 2510fi
2506CC=$ac_cv_prog_CC 2511CC=$ac_cv_prog_CC
2507if test -n "$CC"; then 2512if test -n "$CC"; then
2508 echo "$as_me:2508: result: $CC" >&5 2513 echo "$as_me:2513: result: $CC" >&5
2509echo "${ECHO_T}$CC" >&6 2514echo "${ECHO_T}$CC" >&6
2510else 2515else
2511 echo "$as_me:2511: result: no" >&5 2516 echo "$as_me:2516: result: no" >&5
2512echo "${ECHO_T}no" >&6 2517echo "${ECHO_T}no" >&6
2513fi 2518fi
2514 2519
@@ -2519,7 +2524,7 @@ if test -z "$CC"; then
2519 do 2524 do
2520 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2525 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2521set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2526set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2522echo "$as_me:2522: checking for $ac_word" >&5 2527echo "$as_me:2527: checking for $ac_word" >&5
2523echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2528echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2524if test "${ac_cv_prog_CC+set}" = set; then 2529if test "${ac_cv_prog_CC+set}" = set; then
2525 echo $ECHO_N "(cached) $ECHO_C" >&6 2530 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2534,7 +2539,7 @@ for ac_dir in $ac_dummy; do
2534 test -z "$ac_dir" && ac_dir=. 2539 test -z "$ac_dir" && ac_dir=.
2535 $as_executable_p "$ac_dir/$ac_word" || continue 2540 $as_executable_p "$ac_dir/$ac_word" || continue
2536ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 2541ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2537echo "$as_me:2537: found $ac_dir/$ac_word" >&5 2542echo "$as_me:2542: found $ac_dir/$ac_word" >&5
2538break 2543break
2539done 2544done
2540 2545
@@ -2542,10 +2547,10 @@ fi
2542fi 2547fi
2543CC=$ac_cv_prog_CC 2548CC=$ac_cv_prog_CC
2544if test -n "$CC"; then 2549if test -n "$CC"; then
2545 echo "$as_me:2545: result: $CC" >&5 2550 echo "$as_me:2550: result: $CC" >&5
2546echo "${ECHO_T}$CC" >&6 2551echo "${ECHO_T}$CC" >&6
2547else 2552else
2548 echo "$as_me:2548: result: no" >&5 2553 echo "$as_me:2553: result: no" >&5
2549echo "${ECHO_T}no" >&6 2554echo "${ECHO_T}no" >&6
2550fi 2555fi
2551 2556
@@ -2558,7 +2563,7 @@ if test -z "$CC"; then
2558do 2563do
2559 # Extract the first word of "$ac_prog", so it can be a program name with args. 2564 # Extract the first word of "$ac_prog", so it can be a program name with args.
2560set dummy $ac_prog; ac_word=$2 2565set dummy $ac_prog; ac_word=$2
2561echo "$as_me:2561: checking for $ac_word" >&5 2566echo "$as_me:2566: checking for $ac_word" >&5
2562echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2567echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2563if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2568if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2564 echo $ECHO_N "(cached) $ECHO_C" >&6 2569 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2573,7 +2578,7 @@ for ac_dir in $ac_dummy; do
2573 test -z "$ac_dir" && ac_dir=. 2578 test -z "$ac_dir" && ac_dir=.
2574 $as_executable_p "$ac_dir/$ac_word" || continue 2579 $as_executable_p "$ac_dir/$ac_word" || continue
2575ac_cv_prog_ac_ct_CC="$ac_prog" 2580ac_cv_prog_ac_ct_CC="$ac_prog"
2576echo "$as_me:2576: found $ac_dir/$ac_word" >&5 2581echo "$as_me:2581: found $ac_dir/$ac_word" >&5
2577break 2582break
2578done 2583done
2579 2584
@@ -2581,10 +2586,10 @@ fi
2581fi 2586fi
2582ac_ct_CC=$ac_cv_prog_ac_ct_CC 2587ac_ct_CC=$ac_cv_prog_ac_ct_CC
2583if test -n "$ac_ct_CC"; then 2588if test -n "$ac_ct_CC"; then
2584 echo "$as_me:2584: result: $ac_ct_CC" >&5 2589 echo "$as_me:2589: result: $ac_ct_CC" >&5
2585echo "${ECHO_T}$ac_ct_CC" >&6 2590echo "${ECHO_T}$ac_ct_CC" >&6
2586else 2591else
2587 echo "$as_me:2587: result: no" >&5 2592 echo "$as_me:2592: result: no" >&5
2588echo "${ECHO_T}no" >&6 2593echo "${ECHO_T}no" >&6
2589fi 2594fi
2590 2595
@@ -2596,28 +2601,28 @@ fi
2596 2601
2597fi 2602fi
2598 2603
2599test -z "$CC" && { { echo "$as_me:2599: error: no acceptable cc found in \$PATH" >&5 2604test -z "$CC" && { { echo "$as_me:2604: error: no acceptable cc found in \$PATH" >&5
2600echo "$as_me: error: no acceptable cc found in \$PATH" >&2;} 2605echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}
2601 { (exit 1); exit 1; }; } 2606 { (exit 1); exit 1; }; }
2602 2607
2603# Provide some information about the compiler. 2608# Provide some information about the compiler.
2604echo "$as_me:2604:" \ 2609echo "$as_me:2609:" \
2605 "checking for C compiler version" >&5 2610 "checking for C compiler version" >&5
2606ac_compiler=`set X $ac_compile; echo $2` 2611ac_compiler=`set X $ac_compile; echo $2`
2607{ (eval echo "$as_me:2607: \"$ac_compiler --version </dev/null >&5\"") >&5 2612{ (eval echo "$as_me:2612: \"$ac_compiler --version </dev/null >&5\"") >&5
2608 (eval $ac_compiler --version </dev/null >&5) 2>&5 2613 (eval $ac_compiler --version </dev/null >&5) 2>&5
2609 ac_status=$? 2614 ac_status=$?
2610 echo "$as_me:2610: \$? = $ac_status" >&5 2615 echo "$as_me:2615: \$? = $ac_status" >&5
2611 (exit $ac_status); } 2616 (exit $ac_status); }
2612{ (eval echo "$as_me:2612: \"$ac_compiler -v </dev/null >&5\"") >&5 2617{ (eval echo "$as_me:2617: \"$ac_compiler -v </dev/null >&5\"") >&5
2613 (eval $ac_compiler -v </dev/null >&5) 2>&5 2618 (eval $ac_compiler -v </dev/null >&5) 2>&5
2614 ac_status=$? 2619 ac_status=$?
2615 echo "$as_me:2615: \$? = $ac_status" >&5 2620 echo "$as_me:2620: \$? = $ac_status" >&5
2616 (exit $ac_status); } 2621 (exit $ac_status); }
2617{ (eval echo "$as_me:2617: \"$ac_compiler -V </dev/null >&5\"") >&5 2622{ (eval echo "$as_me:2622: \"$ac_compiler -V </dev/null >&5\"") >&5
2618 (eval $ac_compiler -V </dev/null >&5) 2>&5 2623 (eval $ac_compiler -V </dev/null >&5) 2>&5
2619 ac_status=$? 2624 ac_status=$?
2620 echo "$as_me:2620: \$? = $ac_status" >&5 2625 echo "$as_me:2625: \$? = $ac_status" >&5
2621 (exit $ac_status); } 2626 (exit $ac_status); }
2622 2627
2623cat >conftest.$ac_ext <<_ACEOF 2628cat >conftest.$ac_ext <<_ACEOF
@@ -2637,13 +2642,13 @@ ac_clean_files="$ac_clean_files a.out a.exe"
2637# Try to create an executable without -o first, disregard a.out. 2642# Try to create an executable without -o first, disregard a.out.
2638# It will help us diagnose broken compilers, and finding out an intuition 2643# It will help us diagnose broken compilers, and finding out an intuition
2639# of exeext. 2644# of exeext.
2640echo "$as_me:2640: checking for C compiler default output" >&5 2645echo "$as_me:2645: checking for C compiler default output" >&5
2641echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6 2646echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
2642ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2647ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2643if { (eval echo "$as_me:2643: \"$ac_link_default\"") >&5 2648if { (eval echo "$as_me:2648: \"$ac_link_default\"") >&5
2644 (eval $ac_link_default) 2>&5 2649 (eval $ac_link_default) 2>&5
2645 ac_status=$? 2650 ac_status=$?
2646 echo "$as_me:2646: \$? = $ac_status" >&5 2651 echo "$as_me:2651: \$? = $ac_status" >&5
2647 (exit $ac_status); }; then 2652 (exit $ac_status); }; then
2648 # Find the output, starting from the most likely. This scheme is 2653 # Find the output, starting from the most likely. This scheme is
2649# not robust to junk in `.', hence go to wildcards (a.*) only as a last 2654# not robust to junk in `.', hence go to wildcards (a.*) only as a last
@@ -2666,34 +2671,34 @@ done
2666else 2671else
2667 echo "$as_me: failed program was:" >&5 2672 echo "$as_me: failed program was:" >&5
2668cat conftest.$ac_ext >&5 2673cat conftest.$ac_ext >&5
2669{ { echo "$as_me:2669: error: C compiler cannot create executables" >&5 2674{ { echo "$as_me:2674: error: C compiler cannot create executables" >&5
2670echo "$as_me: error: C compiler cannot create executables" >&2;} 2675echo "$as_me: error: C compiler cannot create executables" >&2;}
2671 { (exit 77); exit 77; }; } 2676 { (exit 77); exit 77; }; }
2672fi 2677fi
2673 2678
2674ac_exeext=$ac_cv_exeext 2679ac_exeext=$ac_cv_exeext
2675echo "$as_me:2675: result: $ac_file" >&5 2680echo "$as_me:2680: result: $ac_file" >&5
2676echo "${ECHO_T}$ac_file" >&6 2681echo "${ECHO_T}$ac_file" >&6
2677 2682
2678# Check the compiler produces executables we can run. If not, either 2683# Check the compiler produces executables we can run. If not, either
2679# the compiler is broken, or we cross compile. 2684# the compiler is broken, or we cross compile.
2680echo "$as_me:2680: checking whether the C compiler works" >&5 2685echo "$as_me:2685: checking whether the C compiler works" >&5
2681echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6 2686echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2682# FIXME: These cross compiler hacks should be removed for Autoconf 3.0 2687# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2683# If not cross compiling, check that we can run a simple program. 2688# If not cross compiling, check that we can run a simple program.
2684if test "$cross_compiling" != yes; then 2689if test "$cross_compiling" != yes; then
2685 if { ac_try='./$ac_file' 2690 if { ac_try='./$ac_file'
2686 { (eval echo "$as_me:2686: \"$ac_try\"") >&5 2691 { (eval echo "$as_me:2691: \"$ac_try\"") >&5
2687 (eval $ac_try) 2>&5 2692 (eval $ac_try) 2>&5
2688 ac_status=$? 2693 ac_status=$?
2689 echo "$as_me:2689: \$? = $ac_status" >&5 2694 echo "$as_me:2694: \$? = $ac_status" >&5
2690 (exit $ac_status); }; }; then 2695 (exit $ac_status); }; }; then
2691 cross_compiling=no 2696 cross_compiling=no
2692 else 2697 else
2693 if test "$cross_compiling" = maybe; then 2698 if test "$cross_compiling" = maybe; then
2694 cross_compiling=yes 2699 cross_compiling=yes
2695 else 2700 else
2696 { { echo "$as_me:2696: error: cannot run C compiled programs. 2701 { { echo "$as_me:2701: error: cannot run C compiled programs.
2697If you meant to cross compile, use \`--host'." >&5 2702If you meant to cross compile, use \`--host'." >&5
2698echo "$as_me: error: cannot run C compiled programs. 2703echo "$as_me: error: cannot run C compiled programs.
2699If you meant to cross compile, use \`--host'." >&2;} 2704If you meant to cross compile, use \`--host'." >&2;}
@@ -2701,24 +2706,24 @@ If you meant to cross compile, use \`--host'." >&2;}
2701 fi 2706 fi
2702 fi 2707 fi
2703fi 2708fi
2704echo "$as_me:2704: result: yes" >&5 2709echo "$as_me:2709: result: yes" >&5
2705echo "${ECHO_T}yes" >&6 2710echo "${ECHO_T}yes" >&6
2706 2711
2707rm -f a.out a.exe conftest$ac_cv_exeext 2712rm -f a.out a.exe conftest$ac_cv_exeext
2708ac_clean_files=$ac_clean_files_save 2713ac_clean_files=$ac_clean_files_save
2709# Check the compiler produces executables we can run. If not, either 2714# Check the compiler produces executables we can run. If not, either
2710# the compiler is broken, or we cross compile. 2715# the compiler is broken, or we cross compile.
2711echo "$as_me:2711: checking whether we are cross compiling" >&5 2716echo "$as_me:2716: checking whether we are cross compiling" >&5
2712echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 2717echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2713echo "$as_me:2713: result: $cross_compiling" >&5 2718echo "$as_me:2718: result: $cross_compiling" >&5
2714echo "${ECHO_T}$cross_compiling" >&6 2719echo "${ECHO_T}$cross_compiling" >&6
2715 2720
2716echo "$as_me:2716: checking for executable suffix" >&5 2721echo "$as_me:2721: checking for executable suffix" >&5
2717echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6 2722echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6
2718if { (eval echo "$as_me:2718: \"$ac_link\"") >&5 2723if { (eval echo "$as_me:2723: \"$ac_link\"") >&5
2719 (eval $ac_link) 2>&5 2724 (eval $ac_link) 2>&5
2720 ac_status=$? 2725 ac_status=$?
2721 echo "$as_me:2721: \$? = $ac_status" >&5 2726 echo "$as_me:2726: \$? = $ac_status" >&5
2722 (exit $ac_status); }; then 2727 (exit $ac_status); }; then
2723 # If both `conftest.exe' and `conftest' are `present' (well, observable) 2728 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2724# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will 2729# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
@@ -2734,19 +2739,19 @@ for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do
2734 esac 2739 esac
2735done 2740done
2736else 2741else
2737 { { echo "$as_me:2737: error: cannot compute EXEEXT: cannot compile and link" >&5 2742 { { echo "$as_me:2742: error: cannot compute EXEEXT: cannot compile and link" >&5
2738echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;} 2743echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;}
2739 { (exit 1); exit 1; }; } 2744 { (exit 1); exit 1; }; }
2740fi 2745fi
2741 2746
2742rm -f conftest$ac_cv_exeext 2747rm -f conftest$ac_cv_exeext
2743echo "$as_me:2743: result: $ac_cv_exeext" >&5 2748echo "$as_me:2748: result: $ac_cv_exeext" >&5
2744echo "${ECHO_T}$ac_cv_exeext" >&6 2749echo "${ECHO_T}$ac_cv_exeext" >&6
2745 2750
2746rm -f conftest.$ac_ext 2751rm -f conftest.$ac_ext
2747EXEEXT=$ac_cv_exeext 2752EXEEXT=$ac_cv_exeext
2748ac_exeext=$EXEEXT 2753ac_exeext=$EXEEXT
2749echo "$as_me:2749: checking for object suffix" >&5 2754echo "$as_me:2754: checking for object suffix" >&5
2750echo $ECHO_N "checking for object suffix... $ECHO_C" >&6 2755echo $ECHO_N "checking for object suffix... $ECHO_C" >&6
2751if test "${ac_cv_objext+set}" = set; then 2756if test "${ac_cv_objext+set}" = set; then
2752 echo $ECHO_N "(cached) $ECHO_C" >&6 2757 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2764,10 +2769,10 @@ main ()
2764} 2769}
2765_ACEOF 2770_ACEOF
2766rm -f conftest.o conftest.obj 2771rm -f conftest.o conftest.obj
2767if { (eval echo "$as_me:2767: \"$ac_compile\"") >&5 2772if { (eval echo "$as_me:2772: \"$ac_compile\"") >&5
2768 (eval $ac_compile) 2>&5 2773 (eval $ac_compile) 2>&5
2769 ac_status=$? 2774 ac_status=$?
2770 echo "$as_me:2770: \$? = $ac_status" >&5 2775 echo "$as_me:2775: \$? = $ac_status" >&5
2771 (exit $ac_status); }; then 2776 (exit $ac_status); }; then
2772 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do 2777 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2773 case $ac_file in 2778 case $ac_file in
@@ -2779,18 +2784,18 @@ done
2779else 2784else
2780 echo "$as_me: failed program was:" >&5 2785 echo "$as_me: failed program was:" >&5
2781cat conftest.$ac_ext >&5 2786cat conftest.$ac_ext >&5
2782{ { echo "$as_me:2782: error: cannot compute OBJEXT: cannot compile" >&5 2787{ { echo "$as_me:2787: error: cannot compute OBJEXT: cannot compile" >&5
2783echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;} 2788echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;}
2784 { (exit 1); exit 1; }; } 2789 { (exit 1); exit 1; }; }
2785fi 2790fi
2786 2791
2787rm -f conftest.$ac_cv_objext conftest.$ac_ext 2792rm -f conftest.$ac_cv_objext conftest.$ac_ext
2788fi 2793fi
2789echo "$as_me:2789: result: $ac_cv_objext" >&5 2794echo "$as_me:2794: result: $ac_cv_objext" >&5
2790echo "${ECHO_T}$ac_cv_objext" >&6 2795echo "${ECHO_T}$ac_cv_objext" >&6
2791OBJEXT=$ac_cv_objext 2796OBJEXT=$ac_cv_objext
2792ac_objext=$OBJEXT 2797ac_objext=$OBJEXT
2793echo "$as_me:2793: checking whether we are using the GNU C compiler" >&5 2798echo "$as_me:2798: checking whether we are using the GNU C compiler" >&5
2794echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 2799echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2795if test "${ac_cv_c_compiler_gnu+set}" = set; then 2800if test "${ac_cv_c_compiler_gnu+set}" = set; then
2796 echo $ECHO_N "(cached) $ECHO_C" >&6 2801 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2811,16 +2816,16 @@ main ()
2811} 2816}
2812_ACEOF 2817_ACEOF
2813rm -f conftest.$ac_objext 2818rm -f conftest.$ac_objext
2814if { (eval echo "$as_me:2814: \"$ac_compile\"") >&5 2819if { (eval echo "$as_me:2819: \"$ac_compile\"") >&5
2815 (eval $ac_compile) 2>&5 2820 (eval $ac_compile) 2>&5
2816 ac_status=$? 2821 ac_status=$?
2817 echo "$as_me:2817: \$? = $ac_status" >&5 2822 echo "$as_me:2822: \$? = $ac_status" >&5
2818 (exit $ac_status); } && 2823 (exit $ac_status); } &&
2819 { ac_try='test -s conftest.$ac_objext' 2824 { ac_try='test -s conftest.$ac_objext'
2820 { (eval echo "$as_me:2820: \"$ac_try\"") >&5 2825 { (eval echo "$as_me:2825: \"$ac_try\"") >&5
2821 (eval $ac_try) 2>&5 2826 (eval $ac_try) 2>&5
2822 ac_status=$? 2827 ac_status=$?
2823 echo "$as_me:2823: \$? = $ac_status" >&5 2828 echo "$as_me:2828: \$? = $ac_status" >&5
2824 (exit $ac_status); }; }; then 2829 (exit $ac_status); }; }; then
2825 ac_compiler_gnu=yes 2830 ac_compiler_gnu=yes
2826else 2831else
@@ -2832,13 +2837,13 @@ rm -f conftest.$ac_objext conftest.$ac_ext
2832ac_cv_c_compiler_gnu=$ac_compiler_gnu 2837ac_cv_c_compiler_gnu=$ac_compiler_gnu
2833 2838
2834fi 2839fi
2835echo "$as_me:2835: result: $ac_cv_c_compiler_gnu" >&5 2840echo "$as_me:2840: result: $ac_cv_c_compiler_gnu" >&5
2836echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 2841echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2837GCC=`test $ac_compiler_gnu = yes && echo yes` 2842GCC=`test $ac_compiler_gnu = yes && echo yes`
2838ac_test_CFLAGS=${CFLAGS+set} 2843ac_test_CFLAGS=${CFLAGS+set}
2839ac_save_CFLAGS=$CFLAGS 2844ac_save_CFLAGS=$CFLAGS
2840CFLAGS="-g" 2845CFLAGS="-g"
2841echo "$as_me:2841: checking whether $CC accepts -g" >&5 2846echo "$as_me:2846: checking whether $CC accepts -g" >&5
2842echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 2847echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2843if test "${ac_cv_prog_cc_g+set}" = set; then 2848if test "${ac_cv_prog_cc_g+set}" = set; then
2844 echo $ECHO_N "(cached) $ECHO_C" >&6 2849 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2856,16 +2861,16 @@ main ()
2856} 2861}
2857_ACEOF 2862_ACEOF
2858rm -f conftest.$ac_objext 2863rm -f conftest.$ac_objext
2859if { (eval echo "$as_me:2859: \"$ac_compile\"") >&5 2864if { (eval echo "$as_me:2864: \"$ac_compile\"") >&5
2860 (eval $ac_compile) 2>&5 2865 (eval $ac_compile) 2>&5
2861 ac_status=$? 2866 ac_status=$?
2862 echo "$as_me:2862: \$? = $ac_status" >&5 2867 echo "$as_me:2867: \$? = $ac_status" >&5
2863 (exit $ac_status); } && 2868 (exit $ac_status); } &&
2864 { ac_try='test -s conftest.$ac_objext' 2869 { ac_try='test -s conftest.$ac_objext'
2865 { (eval echo "$as_me:2865: \"$ac_try\"") >&5 2870 { (eval echo "$as_me:2870: \"$ac_try\"") >&5
2866 (eval $ac_try) 2>&5 2871 (eval $ac_try) 2>&5
2867 ac_status=$? 2872 ac_status=$?
2868 echo "$as_me:2868: \$? = $ac_status" >&5 2873 echo "$as_me:2873: \$? = $ac_status" >&5
2869 (exit $ac_status); }; }; then 2874 (exit $ac_status); }; }; then
2870 ac_cv_prog_cc_g=yes 2875 ac_cv_prog_cc_g=yes
2871else 2876else
@@ -2875,7 +2880,7 @@ ac_cv_prog_cc_g=no
2875fi 2880fi
2876rm -f conftest.$ac_objext conftest.$ac_ext 2881rm -f conftest.$ac_objext conftest.$ac_ext
2877fi 2882fi
2878echo "$as_me:2878: result: $ac_cv_prog_cc_g" >&5 2883echo "$as_me:2883: result: $ac_cv_prog_cc_g" >&5
2879echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 2884echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2880if test "$ac_test_CFLAGS" = set; then 2885if test "$ac_test_CFLAGS" = set; then
2881 CFLAGS=$ac_save_CFLAGS 2886 CFLAGS=$ac_save_CFLAGS
@@ -2902,16 +2907,16 @@ cat >conftest.$ac_ext <<_ACEOF
2902#endif 2907#endif
2903_ACEOF 2908_ACEOF
2904rm -f conftest.$ac_objext 2909rm -f conftest.$ac_objext
2905if { (eval echo "$as_me:2905: \"$ac_compile\"") >&5 2910if { (eval echo "$as_me:2910: \"$ac_compile\"") >&5
2906 (eval $ac_compile) 2>&5 2911 (eval $ac_compile) 2>&5
2907 ac_status=$? 2912 ac_status=$?
2908 echo "$as_me:2908: \$? = $ac_status" >&5 2913 echo "$as_me:2913: \$? = $ac_status" >&5
2909 (exit $ac_status); } && 2914 (exit $ac_status); } &&
2910 { ac_try='test -s conftest.$ac_objext' 2915 { ac_try='test -s conftest.$ac_objext'
2911 { (eval echo "$as_me:2911: \"$ac_try\"") >&5 2916 { (eval echo "$as_me:2916: \"$ac_try\"") >&5
2912 (eval $ac_try) 2>&5 2917 (eval $ac_try) 2>&5
2913 ac_status=$? 2918 ac_status=$?
2914 echo "$as_me:2914: \$? = $ac_status" >&5 2919 echo "$as_me:2919: \$? = $ac_status" >&5
2915 (exit $ac_status); }; }; then 2920 (exit $ac_status); }; }; then
2916 for ac_declaration in \ 2921 for ac_declaration in \
2917 ''\ 2922 ''\
@@ -2936,16 +2941,16 @@ exit (42);
2936} 2941}
2937_ACEOF 2942_ACEOF
2938rm -f conftest.$ac_objext 2943rm -f conftest.$ac_objext
2939if { (eval echo "$as_me:2939: \"$ac_compile\"") >&5 2944if { (eval echo "$as_me:2944: \"$ac_compile\"") >&5
2940 (eval $ac_compile) 2>&5 2945 (eval $ac_compile) 2>&5
2941 ac_status=$? 2946 ac_status=$?
2942 echo "$as_me:2942: \$? = $ac_status" >&5 2947 echo "$as_me:2947: \$? = $ac_status" >&5
2943 (exit $ac_status); } && 2948 (exit $ac_status); } &&
2944 { ac_try='test -s conftest.$ac_objext' 2949 { ac_try='test -s conftest.$ac_objext'
2945 { (eval echo "$as_me:2945: \"$ac_try\"") >&5 2950 { (eval echo "$as_me:2950: \"$ac_try\"") >&5
2946 (eval $ac_try) 2>&5 2951 (eval $ac_try) 2>&5
2947 ac_status=$? 2952 ac_status=$?
2948 echo "$as_me:2948: \$? = $ac_status" >&5 2953 echo "$as_me:2953: \$? = $ac_status" >&5
2949 (exit $ac_status); }; }; then 2954 (exit $ac_status); }; }; then
2950 : 2955 :
2951else 2956else
@@ -2967,16 +2972,16 @@ exit (42);
2967} 2972}
2968_ACEOF 2973_ACEOF
2969rm -f conftest.$ac_objext 2974rm -f conftest.$ac_objext
2970if { (eval echo "$as_me:2970: \"$ac_compile\"") >&5 2975if { (eval echo "$as_me:2975: \"$ac_compile\"") >&5
2971 (eval $ac_compile) 2>&5 2976 (eval $ac_compile) 2>&5
2972 ac_status=$? 2977 ac_status=$?
2973 echo "$as_me:2973: \$? = $ac_status" >&5 2978 echo "$as_me:2978: \$? = $ac_status" >&5
2974 (exit $ac_status); } && 2979 (exit $ac_status); } &&
2975 { ac_try='test -s conftest.$ac_objext' 2980 { ac_try='test -s conftest.$ac_objext'
2976 { (eval echo "$as_me:2976: \"$ac_try\"") >&5 2981 { (eval echo "$as_me:2981: \"$ac_try\"") >&5
2977 (eval $ac_try) 2>&5 2982 (eval $ac_try) 2>&5
2978 ac_status=$? 2983 ac_status=$?
2979 echo "$as_me:2979: \$? = $ac_status" >&5 2984 echo "$as_me:2984: \$? = $ac_status" >&5
2980 (exit $ac_status); }; }; then 2985 (exit $ac_status); }; }; then
2981 break 2986 break
2982else 2987else
@@ -3049,14 +3054,14 @@ fi
3049#### should make an entry in src/config.h, don't forget to add an 3054#### should make an entry in src/config.h, don't forget to add an
3050#### #undef clause to src/config.h.in for autoconf to modify. 3055#### #undef clause to src/config.h.in for autoconf to modify.
3051 3056
3052echo "$as_me:3052: checking whether ln -s works" >&5 3057echo "$as_me:3057: checking whether ln -s works" >&5
3053echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6 3058echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
3054LN_S=$as_ln_s 3059LN_S=$as_ln_s
3055if test "$LN_S" = "ln -s"; then 3060if test "$LN_S" = "ln -s"; then
3056 echo "$as_me:3056: result: yes" >&5 3061 echo "$as_me:3061: result: yes" >&5
3057echo "${ECHO_T}yes" >&6 3062echo "${ECHO_T}yes" >&6
3058else 3063else
3059 echo "$as_me:3059: result: no, using $LN_S" >&5 3064 echo "$as_me:3064: result: no, using $LN_S" >&5
3060echo "${ECHO_T}no, using $LN_S" >&6 3065echo "${ECHO_T}no, using $LN_S" >&6
3061fi 3066fi
3062 3067
@@ -3065,7 +3070,7 @@ ac_cpp='$CPP $CPPFLAGS'
3065ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3070ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3066ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3071ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3067ac_compiler_gnu=$ac_cv_c_compiler_gnu 3072ac_compiler_gnu=$ac_cv_c_compiler_gnu
3068echo "$as_me:3068: checking how to run the C preprocessor" >&5 3073echo "$as_me:3073: checking how to run the C preprocessor" >&5
3069echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 3074echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
3070# On Suns, sometimes $CPP names a directory. 3075# On Suns, sometimes $CPP names a directory.
3071if test -n "$CPP" && test -d "$CPP"; then 3076if test -n "$CPP" && test -d "$CPP"; then
@@ -3091,13 +3096,13 @@ do
3091#include <assert.h> 3096#include <assert.h>
3092 Syntax error 3097 Syntax error
3093_ACEOF 3098_ACEOF
3094if { (eval echo "$as_me:3094: \"$ac_cpp conftest.$ac_ext\"") >&5 3099if { (eval echo "$as_me:3099: \"$ac_cpp conftest.$ac_ext\"") >&5
3095 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3100 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3096 ac_status=$? 3101 ac_status=$?
3097 egrep -v '^ *\+' conftest.er1 >conftest.err 3102 egrep -v '^ *\+' conftest.er1 >conftest.err
3098 rm -f conftest.er1 3103 rm -f conftest.er1
3099 cat conftest.err >&5 3104 cat conftest.err >&5
3100 echo "$as_me:3100: \$? = $ac_status" >&5 3105 echo "$as_me:3105: \$? = $ac_status" >&5
3101 (exit $ac_status); } >/dev/null; then 3106 (exit $ac_status); } >/dev/null; then
3102 if test -s conftest.err; then 3107 if test -s conftest.err; then
3103 ac_cpp_err=$ac_c_preproc_warn_flag 3108 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -3124,13 +3129,13 @@ rm -f conftest.err conftest.$ac_ext
3124#include "confdefs.h" 3129#include "confdefs.h"
3125#include <ac_nonexistent.h> 3130#include <ac_nonexistent.h>
3126_ACEOF 3131_ACEOF
3127if { (eval echo "$as_me:3127: \"$ac_cpp conftest.$ac_ext\"") >&5 3132if { (eval echo "$as_me:3132: \"$ac_cpp conftest.$ac_ext\"") >&5
3128 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3133 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3129 ac_status=$? 3134 ac_status=$?
3130 egrep -v '^ *\+' conftest.er1 >conftest.err 3135 egrep -v '^ *\+' conftest.er1 >conftest.err
3131 rm -f conftest.er1 3136 rm -f conftest.er1
3132 cat conftest.err >&5 3137 cat conftest.err >&5
3133 echo "$as_me:3133: \$? = $ac_status" >&5 3138 echo "$as_me:3138: \$? = $ac_status" >&5
3134 (exit $ac_status); } >/dev/null; then 3139 (exit $ac_status); } >/dev/null; then
3135 if test -s conftest.err; then 3140 if test -s conftest.err; then
3136 ac_cpp_err=$ac_c_preproc_warn_flag 3141 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -3167,7 +3172,7 @@ fi
3167else 3172else
3168 ac_cv_prog_CPP=$CPP 3173 ac_cv_prog_CPP=$CPP
3169fi 3174fi
3170echo "$as_me:3170: result: $CPP" >&5 3175echo "$as_me:3175: result: $CPP" >&5
3171echo "${ECHO_T}$CPP" >&6 3176echo "${ECHO_T}$CPP" >&6
3172ac_preproc_ok=false 3177ac_preproc_ok=false
3173for ac_c_preproc_warn_flag in '' yes 3178for ac_c_preproc_warn_flag in '' yes
@@ -3182,13 +3187,13 @@ do
3182#include <assert.h> 3187#include <assert.h>
3183 Syntax error 3188 Syntax error
3184_ACEOF 3189_ACEOF
3185if { (eval echo "$as_me:3185: \"$ac_cpp conftest.$ac_ext\"") >&5 3190if { (eval echo "$as_me:3190: \"$ac_cpp conftest.$ac_ext\"") >&5
3186 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3191 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3187 ac_status=$? 3192 ac_status=$?
3188 egrep -v '^ *\+' conftest.er1 >conftest.err 3193 egrep -v '^ *\+' conftest.er1 >conftest.err
3189 rm -f conftest.er1 3194 rm -f conftest.er1
3190 cat conftest.err >&5 3195 cat conftest.err >&5
3191 echo "$as_me:3191: \$? = $ac_status" >&5 3196 echo "$as_me:3196: \$? = $ac_status" >&5
3192 (exit $ac_status); } >/dev/null; then 3197 (exit $ac_status); } >/dev/null; then
3193 if test -s conftest.err; then 3198 if test -s conftest.err; then
3194 ac_cpp_err=$ac_c_preproc_warn_flag 3199 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -3215,13 +3220,13 @@ rm -f conftest.err conftest.$ac_ext
3215#include "confdefs.h" 3220#include "confdefs.h"
3216#include <ac_nonexistent.h> 3221#include <ac_nonexistent.h>
3217_ACEOF 3222_ACEOF
3218if { (eval echo "$as_me:3218: \"$ac_cpp conftest.$ac_ext\"") >&5 3223if { (eval echo "$as_me:3223: \"$ac_cpp conftest.$ac_ext\"") >&5
3219 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3224 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3220 ac_status=$? 3225 ac_status=$?
3221 egrep -v '^ *\+' conftest.er1 >conftest.err 3226 egrep -v '^ *\+' conftest.er1 >conftest.err
3222 rm -f conftest.er1 3227 rm -f conftest.er1
3223 cat conftest.err >&5 3228 cat conftest.err >&5
3224 echo "$as_me:3224: \$? = $ac_status" >&5 3229 echo "$as_me:3229: \$? = $ac_status" >&5
3225 (exit $ac_status); } >/dev/null; then 3230 (exit $ac_status); } >/dev/null; then
3226 if test -s conftest.err; then 3231 if test -s conftest.err; then
3227 ac_cpp_err=$ac_c_preproc_warn_flag 3232 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -3249,7 +3254,7 @@ rm -f conftest.err conftest.$ac_ext
3249if $ac_preproc_ok; then 3254if $ac_preproc_ok; then
3250 : 3255 :
3251else 3256else
3252 { { echo "$as_me:3252: error: C preprocessor \"$CPP\" fails sanity check" >&5 3257 { { echo "$as_me:3257: error: C preprocessor \"$CPP\" fails sanity check" >&5
3253echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;} 3258echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}
3254 { (exit 1); exit 1; }; } 3259 { (exit 1); exit 1; }; }
3255fi 3260fi
@@ -3272,7 +3277,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
3272# AFS /usr/afsws/bin/install, which mishandles nonexistent args 3277# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3273# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 3278# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3274# ./install, which can be erroneously created by make from ./install.sh. 3279# ./install, which can be erroneously created by make from ./install.sh.
3275echo "$as_me:3275: checking for a BSD compatible install" >&5 3280echo "$as_me:3280: checking for a BSD compatible install" >&5
3276echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6 3281echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6
3277if test -z "$INSTALL"; then 3282if test -z "$INSTALL"; then
3278if test "${ac_cv_path_install+set}" = set; then 3283if test "${ac_cv_path_install+set}" = set; then
@@ -3321,7 +3326,7 @@ fi
3321 INSTALL=$ac_install_sh 3326 INSTALL=$ac_install_sh
3322 fi 3327 fi
3323fi 3328fi
3324echo "$as_me:3324: result: $INSTALL" >&5 3329echo "$as_me:3329: result: $INSTALL" >&5
3325echo "${ECHO_T}$INSTALL" >&6 3330echo "${ECHO_T}$INSTALL" >&6
3326 3331
3327# Use test -z because SunOS4 sh mishandles braces in ${var-val}. 3332# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
@@ -3336,7 +3341,7 @@ for ac_prog in 'bison -y' byacc
3336do 3341do
3337 # Extract the first word of "$ac_prog", so it can be a program name with args. 3342 # Extract the first word of "$ac_prog", so it can be a program name with args.
3338set dummy $ac_prog; ac_word=$2 3343set dummy $ac_prog; ac_word=$2
3339echo "$as_me:3339: checking for $ac_word" >&5 3344echo "$as_me:3344: checking for $ac_word" >&5
3340echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3345echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3341if test "${ac_cv_prog_YACC+set}" = set; then 3346if test "${ac_cv_prog_YACC+set}" = set; then
3342 echo $ECHO_N "(cached) $ECHO_C" >&6 3347 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3351,7 +3356,7 @@ for ac_dir in $ac_dummy; do
3351 test -z "$ac_dir" && ac_dir=. 3356 test -z "$ac_dir" && ac_dir=.
3352 $as_executable_p "$ac_dir/$ac_word" || continue 3357 $as_executable_p "$ac_dir/$ac_word" || continue
3353ac_cv_prog_YACC="$ac_prog" 3358ac_cv_prog_YACC="$ac_prog"
3354echo "$as_me:3354: found $ac_dir/$ac_word" >&5 3359echo "$as_me:3359: found $ac_dir/$ac_word" >&5
3355break 3360break
3356done 3361done
3357 3362
@@ -3359,10 +3364,10 @@ fi
3359fi 3364fi
3360YACC=$ac_cv_prog_YACC 3365YACC=$ac_cv_prog_YACC
3361if test -n "$YACC"; then 3366if test -n "$YACC"; then
3362 echo "$as_me:3362: result: $YACC" >&5 3367 echo "$as_me:3367: result: $YACC" >&5
3363echo "${ECHO_T}$YACC" >&6 3368echo "${ECHO_T}$YACC" >&6
3364else 3369else
3365 echo "$as_me:3365: result: no" >&5 3370 echo "$as_me:3370: result: no" >&5
3366echo "${ECHO_T}no" >&6 3371echo "${ECHO_T}no" >&6
3367fi 3372fi
3368 3373
@@ -3374,7 +3379,7 @@ if test "x$RANLIB" = x; then
3374 if test -n "$ac_tool_prefix"; then 3379 if test -n "$ac_tool_prefix"; then
3375 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 3380 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
3376set dummy ${ac_tool_prefix}ranlib; ac_word=$2 3381set dummy ${ac_tool_prefix}ranlib; ac_word=$2
3377echo "$as_me:3377: checking for $ac_word" >&5 3382echo "$as_me:3382: checking for $ac_word" >&5
3378echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3383echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3379if test "${ac_cv_prog_RANLIB+set}" = set; then 3384if test "${ac_cv_prog_RANLIB+set}" = set; then
3380 echo $ECHO_N "(cached) $ECHO_C" >&6 3385 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3389,7 +3394,7 @@ for ac_dir in $ac_dummy; do
3389 test -z "$ac_dir" && ac_dir=. 3394 test -z "$ac_dir" && ac_dir=.
3390 $as_executable_p "$ac_dir/$ac_word" || continue 3395 $as_executable_p "$ac_dir/$ac_word" || continue
3391ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 3396ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
3392echo "$as_me:3392: found $ac_dir/$ac_word" >&5 3397echo "$as_me:3397: found $ac_dir/$ac_word" >&5
3393break 3398break
3394done 3399done
3395 3400
@@ -3397,10 +3402,10 @@ fi
3397fi 3402fi
3398RANLIB=$ac_cv_prog_RANLIB 3403RANLIB=$ac_cv_prog_RANLIB
3399if test -n "$RANLIB"; then 3404if test -n "$RANLIB"; then
3400 echo "$as_me:3400: result: $RANLIB" >&5 3405 echo "$as_me:3405: result: $RANLIB" >&5
3401echo "${ECHO_T}$RANLIB" >&6 3406echo "${ECHO_T}$RANLIB" >&6
3402else 3407else
3403 echo "$as_me:3403: result: no" >&5 3408 echo "$as_me:3408: result: no" >&5
3404echo "${ECHO_T}no" >&6 3409echo "${ECHO_T}no" >&6
3405fi 3410fi
3406 3411
@@ -3409,7 +3414,7 @@ if test -z "$ac_cv_prog_RANLIB"; then
3409 ac_ct_RANLIB=$RANLIB 3414 ac_ct_RANLIB=$RANLIB
3410 # Extract the first word of "ranlib", so it can be a program name with args. 3415 # Extract the first word of "ranlib", so it can be a program name with args.
3411set dummy ranlib; ac_word=$2 3416set dummy ranlib; ac_word=$2
3412echo "$as_me:3412: checking for $ac_word" >&5 3417echo "$as_me:3417: checking for $ac_word" >&5
3413echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3418echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3414if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then 3419if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
3415 echo $ECHO_N "(cached) $ECHO_C" >&6 3420 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3424,7 +3429,7 @@ for ac_dir in $ac_dummy; do
3424 test -z "$ac_dir" && ac_dir=. 3429 test -z "$ac_dir" && ac_dir=.
3425 $as_executable_p "$ac_dir/$ac_word" || continue 3430 $as_executable_p "$ac_dir/$ac_word" || continue
3426ac_cv_prog_ac_ct_RANLIB="ranlib" 3431ac_cv_prog_ac_ct_RANLIB="ranlib"
3427echo "$as_me:3427: found $ac_dir/$ac_word" >&5 3432echo "$as_me:3432: found $ac_dir/$ac_word" >&5
3428break 3433break
3429done 3434done
3430 3435
@@ -3433,10 +3438,10 @@ fi
3433fi 3438fi
3434ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB 3439ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
3435if test -n "$ac_ct_RANLIB"; then 3440if test -n "$ac_ct_RANLIB"; then
3436 echo "$as_me:3436: result: $ac_ct_RANLIB" >&5 3441 echo "$as_me:3441: result: $ac_ct_RANLIB" >&5
3437echo "${ECHO_T}$ac_ct_RANLIB" >&6 3442echo "${ECHO_T}$ac_ct_RANLIB" >&6
3438else 3443else
3439 echo "$as_me:3439: result: no" >&5 3444 echo "$as_me:3444: result: no" >&5
3440echo "${ECHO_T}no" >&6 3445echo "${ECHO_T}no" >&6
3441fi 3446fi
3442 3447
@@ -3447,7 +3452,7 @@ fi
3447 3452
3448fi 3453fi
3449 3454
3450echo "$as_me:3450: checking for AIX" >&5 3455echo "$as_me:3455: checking for AIX" >&5
3451echo $ECHO_N "checking for AIX... $ECHO_C" >&6 3456echo $ECHO_N "checking for AIX... $ECHO_C" >&6
3452cat >conftest.$ac_ext <<_ACEOF 3457cat >conftest.$ac_ext <<_ACEOF
3453#line 3453 "configure" 3458#line 3453 "configure"
@@ -3459,21 +3464,21 @@ cat >conftest.$ac_ext <<_ACEOF
3459_ACEOF 3464_ACEOF
3460if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 3465if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3461 egrep "yes" >/dev/null 2>&1; then 3466 egrep "yes" >/dev/null 2>&1; then
3462 echo "$as_me:3462: result: yes" >&5 3467 echo "$as_me:3467: result: yes" >&5
3463echo "${ECHO_T}yes" >&6 3468echo "${ECHO_T}yes" >&6
3464cat >>confdefs.h <<\EOF 3469cat >>confdefs.h <<\EOF
3465#define _ALL_SOURCE 1 3470#define _ALL_SOURCE 1
3466EOF 3471EOF
3467 3472
3468else 3473else
3469 echo "$as_me:3469: result: no" >&5 3474 echo "$as_me:3474: result: no" >&5
3470echo "${ECHO_T}no" >&6 3475echo "${ECHO_T}no" >&6
3471fi 3476fi
3472rm -f conftest* 3477rm -f conftest*
3473 3478
3474#### Extract some information from the operating system and machine files. 3479#### Extract some information from the operating system and machine files.
3475 3480
3476{ echo "$as_me:3476: checking the machine- and system-dependent files to find out 3481{ echo "$as_me:3481: checking the machine- and system-dependent files to find out
3477 - which libraries the lib-src programs will want, and 3482 - which libraries the lib-src programs will want, and
3478 - whether the GNU malloc routines are usable..." >&5 3483 - whether the GNU malloc routines are usable..." >&5
3479echo "$as_me: checking the machine- and system-dependent files to find out 3484echo "$as_me: checking the machine- and system-dependent files to find out
@@ -3623,7 +3628,7 @@ if test "${enable_largefile+set}" = set; then
3623fi; 3628fi;
3624if test "$enable_largefile" != no; then 3629if test "$enable_largefile" != no; then
3625 3630
3626 echo "$as_me:3626: checking for special C compiler options needed for large files" >&5 3631 echo "$as_me:3631: checking for special C compiler options needed for large files" >&5
3627echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6 3632echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6
3628if test "${ac_cv_sys_largefile_CC+set}" = set; then 3633if test "${ac_cv_sys_largefile_CC+set}" = set; then
3629 echo $ECHO_N "(cached) $ECHO_C" >&6 3634 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3655,16 +3660,16 @@ main ()
3655} 3660}
3656_ACEOF 3661_ACEOF
3657 rm -f conftest.$ac_objext 3662 rm -f conftest.$ac_objext
3658if { (eval echo "$as_me:3658: \"$ac_compile\"") >&5 3663if { (eval echo "$as_me:3663: \"$ac_compile\"") >&5
3659 (eval $ac_compile) 2>&5 3664 (eval $ac_compile) 2>&5
3660 ac_status=$? 3665 ac_status=$?
3661 echo "$as_me:3661: \$? = $ac_status" >&5 3666 echo "$as_me:3666: \$? = $ac_status" >&5
3662 (exit $ac_status); } && 3667 (exit $ac_status); } &&
3663 { ac_try='test -s conftest.$ac_objext' 3668 { ac_try='test -s conftest.$ac_objext'
3664 { (eval echo "$as_me:3664: \"$ac_try\"") >&5 3669 { (eval echo "$as_me:3669: \"$ac_try\"") >&5
3665 (eval $ac_try) 2>&5 3670 (eval $ac_try) 2>&5
3666 ac_status=$? 3671 ac_status=$?
3667 echo "$as_me:3667: \$? = $ac_status" >&5 3672 echo "$as_me:3672: \$? = $ac_status" >&5
3668 (exit $ac_status); }; }; then 3673 (exit $ac_status); }; }; then
3669 break 3674 break
3670else 3675else
@@ -3674,16 +3679,16 @@ fi
3674rm -f conftest.$ac_objext 3679rm -f conftest.$ac_objext
3675 CC="$CC -n32" 3680 CC="$CC -n32"
3676 rm -f conftest.$ac_objext 3681 rm -f conftest.$ac_objext
3677if { (eval echo "$as_me:3677: \"$ac_compile\"") >&5 3682if { (eval echo "$as_me:3682: \"$ac_compile\"") >&5
3678 (eval $ac_compile) 2>&5 3683 (eval $ac_compile) 2>&5
3679 ac_status=$? 3684 ac_status=$?
3680 echo "$as_me:3680: \$? = $ac_status" >&5 3685 echo "$as_me:3685: \$? = $ac_status" >&5
3681 (exit $ac_status); } && 3686 (exit $ac_status); } &&
3682 { ac_try='test -s conftest.$ac_objext' 3687 { ac_try='test -s conftest.$ac_objext'
3683 { (eval echo "$as_me:3683: \"$ac_try\"") >&5 3688 { (eval echo "$as_me:3688: \"$ac_try\"") >&5
3684 (eval $ac_try) 2>&5 3689 (eval $ac_try) 2>&5
3685 ac_status=$? 3690 ac_status=$?
3686 echo "$as_me:3686: \$? = $ac_status" >&5 3691 echo "$as_me:3691: \$? = $ac_status" >&5
3687 (exit $ac_status); }; }; then 3692 (exit $ac_status); }; }; then
3688 ac_cv_sys_largefile_CC=' -n32'; break 3693 ac_cv_sys_largefile_CC=' -n32'; break
3689else 3694else
@@ -3697,13 +3702,13 @@ rm -f conftest.$ac_objext
3697 rm -f conftest.$ac_ext 3702 rm -f conftest.$ac_ext
3698 fi 3703 fi
3699fi 3704fi
3700echo "$as_me:3700: result: $ac_cv_sys_largefile_CC" >&5 3705echo "$as_me:3705: result: $ac_cv_sys_largefile_CC" >&5
3701echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6 3706echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6
3702 if test "$ac_cv_sys_largefile_CC" != no; then 3707 if test "$ac_cv_sys_largefile_CC" != no; then
3703 CC=$CC$ac_cv_sys_largefile_CC 3708 CC=$CC$ac_cv_sys_largefile_CC
3704 fi 3709 fi
3705 3710
3706 echo "$as_me:3706: checking for _FILE_OFFSET_BITS value needed for large files" >&5 3711 echo "$as_me:3711: checking for _FILE_OFFSET_BITS value needed for large files" >&5
3707echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6 3712echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
3708if test "${ac_cv_sys_file_offset_bits+set}" = set; then 3713if test "${ac_cv_sys_file_offset_bits+set}" = set; then
3709 echo $ECHO_N "(cached) $ECHO_C" >&6 3714 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3731,16 +3736,16 @@ main ()
3731} 3736}
3732_ACEOF 3737_ACEOF
3733rm -f conftest.$ac_objext 3738rm -f conftest.$ac_objext
3734if { (eval echo "$as_me:3734: \"$ac_compile\"") >&5 3739if { (eval echo "$as_me:3739: \"$ac_compile\"") >&5
3735 (eval $ac_compile) 2>&5 3740 (eval $ac_compile) 2>&5
3736 ac_status=$? 3741 ac_status=$?
3737 echo "$as_me:3737: \$? = $ac_status" >&5 3742 echo "$as_me:3742: \$? = $ac_status" >&5
3738 (exit $ac_status); } && 3743 (exit $ac_status); } &&
3739 { ac_try='test -s conftest.$ac_objext' 3744 { ac_try='test -s conftest.$ac_objext'
3740 { (eval echo "$as_me:3740: \"$ac_try\"") >&5 3745 { (eval echo "$as_me:3745: \"$ac_try\"") >&5
3741 (eval $ac_try) 2>&5 3746 (eval $ac_try) 2>&5
3742 ac_status=$? 3747 ac_status=$?
3743 echo "$as_me:3743: \$? = $ac_status" >&5 3748 echo "$as_me:3748: \$? = $ac_status" >&5
3744 (exit $ac_status); }; }; then 3749 (exit $ac_status); }; }; then
3745 break 3750 break
3746else 3751else
@@ -3770,16 +3775,16 @@ main ()
3770} 3775}
3771_ACEOF 3776_ACEOF
3772rm -f conftest.$ac_objext 3777rm -f conftest.$ac_objext
3773if { (eval echo "$as_me:3773: \"$ac_compile\"") >&5 3778if { (eval echo "$as_me:3778: \"$ac_compile\"") >&5
3774 (eval $ac_compile) 2>&5 3779 (eval $ac_compile) 2>&5
3775 ac_status=$? 3780 ac_status=$?
3776 echo "$as_me:3776: \$? = $ac_status" >&5 3781 echo "$as_me:3781: \$? = $ac_status" >&5
3777 (exit $ac_status); } && 3782 (exit $ac_status); } &&
3778 { ac_try='test -s conftest.$ac_objext' 3783 { ac_try='test -s conftest.$ac_objext'
3779 { (eval echo "$as_me:3779: \"$ac_try\"") >&5 3784 { (eval echo "$as_me:3784: \"$ac_try\"") >&5
3780 (eval $ac_try) 2>&5 3785 (eval $ac_try) 2>&5
3781 ac_status=$? 3786 ac_status=$?
3782 echo "$as_me:3782: \$? = $ac_status" >&5 3787 echo "$as_me:3787: \$? = $ac_status" >&5
3783 (exit $ac_status); }; }; then 3788 (exit $ac_status); }; }; then
3784 ac_cv_sys_file_offset_bits=64; break 3789 ac_cv_sys_file_offset_bits=64; break
3785else 3790else
@@ -3790,7 +3795,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
3790 break 3795 break
3791done 3796done
3792fi 3797fi
3793echo "$as_me:3793: result: $ac_cv_sys_file_offset_bits" >&5 3798echo "$as_me:3798: result: $ac_cv_sys_file_offset_bits" >&5
3794echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6 3799echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
3795if test "$ac_cv_sys_file_offset_bits" != no; then 3800if test "$ac_cv_sys_file_offset_bits" != no; then
3796 3801
@@ -3800,7 +3805,7 @@ EOF
3800 3805
3801fi 3806fi
3802rm -f conftest* 3807rm -f conftest*
3803 echo "$as_me:3803: checking for _LARGE_FILES value needed for large files" >&5 3808 echo "$as_me:3808: checking for _LARGE_FILES value needed for large files" >&5
3804echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6 3809echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
3805if test "${ac_cv_sys_large_files+set}" = set; then 3810if test "${ac_cv_sys_large_files+set}" = set; then
3806 echo $ECHO_N "(cached) $ECHO_C" >&6 3811 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3828,16 +3833,16 @@ main ()
3828} 3833}
3829_ACEOF 3834_ACEOF
3830rm -f conftest.$ac_objext 3835rm -f conftest.$ac_objext
3831if { (eval echo "$as_me:3831: \"$ac_compile\"") >&5 3836if { (eval echo "$as_me:3836: \"$ac_compile\"") >&5
3832 (eval $ac_compile) 2>&5 3837 (eval $ac_compile) 2>&5
3833 ac_status=$? 3838 ac_status=$?
3834 echo "$as_me:3834: \$? = $ac_status" >&5 3839 echo "$as_me:3839: \$? = $ac_status" >&5
3835 (exit $ac_status); } && 3840 (exit $ac_status); } &&
3836 { ac_try='test -s conftest.$ac_objext' 3841 { ac_try='test -s conftest.$ac_objext'
3837 { (eval echo "$as_me:3837: \"$ac_try\"") >&5 3842 { (eval echo "$as_me:3842: \"$ac_try\"") >&5
3838 (eval $ac_try) 2>&5 3843 (eval $ac_try) 2>&5
3839 ac_status=$? 3844 ac_status=$?
3840 echo "$as_me:3840: \$? = $ac_status" >&5 3845 echo "$as_me:3845: \$? = $ac_status" >&5
3841 (exit $ac_status); }; }; then 3846 (exit $ac_status); }; }; then
3842 break 3847 break
3843else 3848else
@@ -3867,16 +3872,16 @@ main ()
3867} 3872}
3868_ACEOF 3873_ACEOF
3869rm -f conftest.$ac_objext 3874rm -f conftest.$ac_objext
3870if { (eval echo "$as_me:3870: \"$ac_compile\"") >&5 3875if { (eval echo "$as_me:3875: \"$ac_compile\"") >&5
3871 (eval $ac_compile) 2>&5 3876 (eval $ac_compile) 2>&5
3872 ac_status=$? 3877 ac_status=$?
3873 echo "$as_me:3873: \$? = $ac_status" >&5 3878 echo "$as_me:3878: \$? = $ac_status" >&5
3874 (exit $ac_status); } && 3879 (exit $ac_status); } &&
3875 { ac_try='test -s conftest.$ac_objext' 3880 { ac_try='test -s conftest.$ac_objext'
3876 { (eval echo "$as_me:3876: \"$ac_try\"") >&5 3881 { (eval echo "$as_me:3881: \"$ac_try\"") >&5
3877 (eval $ac_try) 2>&5 3882 (eval $ac_try) 2>&5
3878 ac_status=$? 3883 ac_status=$?
3879 echo "$as_me:3879: \$? = $ac_status" >&5 3884 echo "$as_me:3884: \$? = $ac_status" >&5
3880 (exit $ac_status); }; }; then 3885 (exit $ac_status); }; }; then
3881 ac_cv_sys_large_files=1; break 3886 ac_cv_sys_large_files=1; break
3882else 3887else
@@ -3887,7 +3892,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
3887 break 3892 break
3888done 3893done
3889fi 3894fi
3890echo "$as_me:3890: result: $ac_cv_sys_large_files" >&5 3895echo "$as_me:3895: result: $ac_cv_sys_large_files" >&5
3891echo "${ECHO_T}$ac_cv_sys_large_files" >&6 3896echo "${ECHO_T}$ac_cv_sys_large_files" >&6
3892if test "$ac_cv_sys_large_files" != no; then 3897if test "$ac_cv_sys_large_files" != no; then
3893 3898
@@ -3905,7 +3910,7 @@ if test "${with_sound}" != "no"; then
3905for ac_header in machine/soundcard.h sys/soundcard.h soundcard.h 3910for ac_header in machine/soundcard.h sys/soundcard.h soundcard.h
3906do 3911do
3907as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 3912as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3908echo "$as_me:3908: checking for $ac_header" >&5 3913echo "$as_me:3913: checking for $ac_header" >&5
3909echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 3914echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3910if eval "test \"\${$as_ac_Header+set}\" = set"; then 3915if eval "test \"\${$as_ac_Header+set}\" = set"; then
3911 echo $ECHO_N "(cached) $ECHO_C" >&6 3916 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3915,13 +3920,13 @@ else
3915#include "confdefs.h" 3920#include "confdefs.h"
3916#include <$ac_header> 3921#include <$ac_header>
3917_ACEOF 3922_ACEOF
3918if { (eval echo "$as_me:3918: \"$ac_cpp conftest.$ac_ext\"") >&5 3923if { (eval echo "$as_me:3923: \"$ac_cpp conftest.$ac_ext\"") >&5
3919 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3924 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3920 ac_status=$? 3925 ac_status=$?
3921 egrep -v '^ *\+' conftest.er1 >conftest.err 3926 egrep -v '^ *\+' conftest.er1 >conftest.err
3922 rm -f conftest.er1 3927 rm -f conftest.er1
3923 cat conftest.err >&5 3928 cat conftest.err >&5
3924 echo "$as_me:3924: \$? = $ac_status" >&5 3929 echo "$as_me:3929: \$? = $ac_status" >&5
3925 (exit $ac_status); } >/dev/null; then 3930 (exit $ac_status); } >/dev/null; then
3926 if test -s conftest.err; then 3931 if test -s conftest.err; then
3927 ac_cpp_err=$ac_c_preproc_warn_flag 3932 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -3940,7 +3945,7 @@ else
3940fi 3945fi
3941rm -f conftest.err conftest.$ac_ext 3946rm -f conftest.err conftest.$ac_ext
3942fi 3947fi
3943echo "$as_me:3943: result: `eval echo '${'$as_ac_Header'}'`" >&5 3948echo "$as_me:3948: result: `eval echo '${'$as_ac_Header'}'`" >&5
3944echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 3949echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3945if test `eval echo '${'$as_ac_Header'}'` = yes; then 3950if test `eval echo '${'$as_ac_Header'}'` = yes; then
3946 cat >>confdefs.h <<EOF 3951 cat >>confdefs.h <<EOF
@@ -3951,7 +3956,7 @@ fi
3951done 3956done
3952 3957
3953 # Emulation library used on NetBSD. 3958 # Emulation library used on NetBSD.
3954 echo "$as_me:3954: checking for _oss_ioctl in -lossaudio" >&5 3959 echo "$as_me:3959: checking for _oss_ioctl in -lossaudio" >&5
3955echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6 3960echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6
3956if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then 3961if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
3957 echo $ECHO_N "(cached) $ECHO_C" >&6 3962 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3978,16 +3983,16 @@ _oss_ioctl ();
3978} 3983}
3979_ACEOF 3984_ACEOF
3980rm -f conftest.$ac_objext conftest$ac_exeext 3985rm -f conftest.$ac_objext conftest$ac_exeext
3981if { (eval echo "$as_me:3981: \"$ac_link\"") >&5 3986if { (eval echo "$as_me:3986: \"$ac_link\"") >&5
3982 (eval $ac_link) 2>&5 3987 (eval $ac_link) 2>&5
3983 ac_status=$? 3988 ac_status=$?
3984 echo "$as_me:3984: \$? = $ac_status" >&5 3989 echo "$as_me:3989: \$? = $ac_status" >&5
3985 (exit $ac_status); } && 3990 (exit $ac_status); } &&
3986 { ac_try='test -s conftest$ac_exeext' 3991 { ac_try='test -s conftest$ac_exeext'
3987 { (eval echo "$as_me:3987: \"$ac_try\"") >&5 3992 { (eval echo "$as_me:3992: \"$ac_try\"") >&5
3988 (eval $ac_try) 2>&5 3993 (eval $ac_try) 2>&5
3989 ac_status=$? 3994 ac_status=$?
3990 echo "$as_me:3990: \$? = $ac_status" >&5 3995 echo "$as_me:3995: \$? = $ac_status" >&5
3991 (exit $ac_status); }; }; then 3996 (exit $ac_status); }; }; then
3992 ac_cv_lib_ossaudio__oss_ioctl=yes 3997 ac_cv_lib_ossaudio__oss_ioctl=yes
3993else 3998else
@@ -3998,7 +4003,7 @@ fi
3998rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4003rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
3999LIBS=$ac_check_lib_save_LIBS 4004LIBS=$ac_check_lib_save_LIBS
4000fi 4005fi
4001echo "$as_me:4001: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5 4006echo "$as_me:4006: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
4002echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6 4007echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6
4003if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then 4008if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
4004 LIBSOUND=-lossaudio 4009 LIBSOUND=-lossaudio
@@ -4013,7 +4018,7 @@ for ac_header in sys/select.h sys/timeb.h sys/time.h unistd.h utime.h \
4013 termcap.h stdio_ext.h fcntl.h term.h strings.h coff.h 4018 termcap.h stdio_ext.h fcntl.h term.h strings.h coff.h
4014do 4019do
4015as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 4020as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4016echo "$as_me:4016: checking for $ac_header" >&5 4021echo "$as_me:4021: checking for $ac_header" >&5
4017echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 4022echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4018if eval "test \"\${$as_ac_Header+set}\" = set"; then 4023if eval "test \"\${$as_ac_Header+set}\" = set"; then
4019 echo $ECHO_N "(cached) $ECHO_C" >&6 4024 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4023,13 +4028,13 @@ else
4023#include "confdefs.h" 4028#include "confdefs.h"
4024#include <$ac_header> 4029#include <$ac_header>
4025_ACEOF 4030_ACEOF
4026if { (eval echo "$as_me:4026: \"$ac_cpp conftest.$ac_ext\"") >&5 4031if { (eval echo "$as_me:4031: \"$ac_cpp conftest.$ac_ext\"") >&5
4027 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 4032 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4028 ac_status=$? 4033 ac_status=$?
4029 egrep -v '^ *\+' conftest.er1 >conftest.err 4034 egrep -v '^ *\+' conftest.er1 >conftest.err
4030 rm -f conftest.er1 4035 rm -f conftest.er1
4031 cat conftest.err >&5 4036 cat conftest.err >&5
4032 echo "$as_me:4032: \$? = $ac_status" >&5 4037 echo "$as_me:4037: \$? = $ac_status" >&5
4033 (exit $ac_status); } >/dev/null; then 4038 (exit $ac_status); } >/dev/null; then
4034 if test -s conftest.err; then 4039 if test -s conftest.err; then
4035 ac_cpp_err=$ac_c_preproc_warn_flag 4040 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -4048,7 +4053,7 @@ else
4048fi 4053fi
4049rm -f conftest.err conftest.$ac_ext 4054rm -f conftest.err conftest.$ac_ext
4050fi 4055fi
4051echo "$as_me:4051: result: `eval echo '${'$as_ac_Header'}'`" >&5 4056echo "$as_me:4056: result: `eval echo '${'$as_ac_Header'}'`" >&5
4052echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 4057echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4053if test `eval echo '${'$as_ac_Header'}'` = yes; then 4058if test `eval echo '${'$as_ac_Header'}'` = yes; then
4054 cat >>confdefs.h <<EOF 4059 cat >>confdefs.h <<EOF
@@ -4058,7 +4063,7 @@ EOF
4058fi 4063fi
4059done 4064done
4060 4065
4061echo "$as_me:4061: checking for ANSI C header files" >&5 4066echo "$as_me:4066: checking for ANSI C header files" >&5
4062echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 4067echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
4063if test "${ac_cv_header_stdc+set}" = set; then 4068if test "${ac_cv_header_stdc+set}" = set; then
4064 echo $ECHO_N "(cached) $ECHO_C" >&6 4069 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4072,13 +4077,13 @@ else
4072#include <float.h> 4077#include <float.h>
4073 4078
4074_ACEOF 4079_ACEOF
4075if { (eval echo "$as_me:4075: \"$ac_cpp conftest.$ac_ext\"") >&5 4080if { (eval echo "$as_me:4080: \"$ac_cpp conftest.$ac_ext\"") >&5
4076 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 4081 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4077 ac_status=$? 4082 ac_status=$?
4078 egrep -v '^ *\+' conftest.er1 >conftest.err 4083 egrep -v '^ *\+' conftest.er1 >conftest.err
4079 rm -f conftest.er1 4084 rm -f conftest.er1
4080 cat conftest.err >&5 4085 cat conftest.err >&5
4081 echo "$as_me:4081: \$? = $ac_status" >&5 4086 echo "$as_me:4086: \$? = $ac_status" >&5
4082 (exit $ac_status); } >/dev/null; then 4087 (exit $ac_status); } >/dev/null; then
4083 if test -s conftest.err; then 4088 if test -s conftest.err; then
4084 ac_cpp_err=$ac_c_preproc_warn_flag 4089 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -4165,15 +4170,15 @@ main ()
4165} 4170}
4166_ACEOF 4171_ACEOF
4167rm -f conftest$ac_exeext 4172rm -f conftest$ac_exeext
4168if { (eval echo "$as_me:4168: \"$ac_link\"") >&5 4173if { (eval echo "$as_me:4173: \"$ac_link\"") >&5
4169 (eval $ac_link) 2>&5 4174 (eval $ac_link) 2>&5
4170 ac_status=$? 4175 ac_status=$?
4171 echo "$as_me:4171: \$? = $ac_status" >&5 4176 echo "$as_me:4176: \$? = $ac_status" >&5
4172 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 4177 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
4173 { (eval echo "$as_me:4173: \"$ac_try\"") >&5 4178 { (eval echo "$as_me:4178: \"$ac_try\"") >&5
4174 (eval $ac_try) 2>&5 4179 (eval $ac_try) 2>&5
4175 ac_status=$? 4180 ac_status=$?
4176 echo "$as_me:4176: \$? = $ac_status" >&5 4181 echo "$as_me:4181: \$? = $ac_status" >&5
4177 (exit $ac_status); }; }; then 4182 (exit $ac_status); }; }; then
4178 : 4183 :
4179else 4184else
@@ -4186,7 +4191,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
4186fi 4191fi
4187fi 4192fi
4188fi 4193fi
4189echo "$as_me:4189: result: $ac_cv_header_stdc" >&5 4194echo "$as_me:4194: result: $ac_cv_header_stdc" >&5
4190echo "${ECHO_T}$ac_cv_header_stdc" >&6 4195echo "${ECHO_T}$ac_cv_header_stdc" >&6
4191if test $ac_cv_header_stdc = yes; then 4196if test $ac_cv_header_stdc = yes; then
4192 4197
@@ -4196,7 +4201,7 @@ EOF
4196 4201
4197fi 4202fi
4198 4203
4199echo "$as_me:4199: checking whether time.h and sys/time.h may both be included" >&5 4204echo "$as_me:4204: checking whether time.h and sys/time.h may both be included" >&5
4200echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6 4205echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
4201if test "${ac_cv_header_time+set}" = set; then 4206if test "${ac_cv_header_time+set}" = set; then
4202 echo $ECHO_N "(cached) $ECHO_C" >&6 4207 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4218,16 +4223,16 @@ return 0;
4218} 4223}
4219_ACEOF 4224_ACEOF
4220rm -f conftest.$ac_objext 4225rm -f conftest.$ac_objext
4221if { (eval echo "$as_me:4221: \"$ac_compile\"") >&5 4226if { (eval echo "$as_me:4226: \"$ac_compile\"") >&5
4222 (eval $ac_compile) 2>&5 4227 (eval $ac_compile) 2>&5
4223 ac_status=$? 4228 ac_status=$?
4224 echo "$as_me:4224: \$? = $ac_status" >&5 4229 echo "$as_me:4229: \$? = $ac_status" >&5
4225 (exit $ac_status); } && 4230 (exit $ac_status); } &&
4226 { ac_try='test -s conftest.$ac_objext' 4231 { ac_try='test -s conftest.$ac_objext'
4227 { (eval echo "$as_me:4227: \"$ac_try\"") >&5 4232 { (eval echo "$as_me:4232: \"$ac_try\"") >&5
4228 (eval $ac_try) 2>&5 4233 (eval $ac_try) 2>&5
4229 ac_status=$? 4234 ac_status=$?
4230 echo "$as_me:4230: \$? = $ac_status" >&5 4235 echo "$as_me:4235: \$? = $ac_status" >&5
4231 (exit $ac_status); }; }; then 4236 (exit $ac_status); }; }; then
4232 ac_cv_header_time=yes 4237 ac_cv_header_time=yes
4233else 4238else
@@ -4237,7 +4242,7 @@ ac_cv_header_time=no
4237fi 4242fi
4238rm -f conftest.$ac_objext conftest.$ac_ext 4243rm -f conftest.$ac_objext conftest.$ac_ext
4239fi 4244fi
4240echo "$as_me:4240: result: $ac_cv_header_time" >&5 4245echo "$as_me:4245: result: $ac_cv_header_time" >&5
4241echo "${ECHO_T}$ac_cv_header_time" >&6 4246echo "${ECHO_T}$ac_cv_header_time" >&6
4242if test $ac_cv_header_time = yes; then 4247if test $ac_cv_header_time = yes; then
4243 4248
@@ -4247,7 +4252,7 @@ EOF
4247 4252
4248fi 4253fi
4249 4254
4250echo "$as_me:4250: checking for sys_siglist declaration in signal.h or unistd.h" >&5 4255echo "$as_me:4255: checking for sys_siglist declaration in signal.h or unistd.h" >&5
4251echo $ECHO_N "checking for sys_siglist declaration in signal.h or unistd.h... $ECHO_C" >&6 4256echo $ECHO_N "checking for sys_siglist declaration in signal.h or unistd.h... $ECHO_C" >&6
4252if test "${ac_cv_decl_sys_siglist+set}" = set; then 4257if test "${ac_cv_decl_sys_siglist+set}" = set; then
4253 echo $ECHO_N "(cached) $ECHO_C" >&6 4258 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4271,16 +4276,16 @@ char *msg = *(sys_siglist + 1);
4271} 4276}
4272_ACEOF 4277_ACEOF
4273rm -f conftest.$ac_objext 4278rm -f conftest.$ac_objext
4274if { (eval echo "$as_me:4274: \"$ac_compile\"") >&5 4279if { (eval echo "$as_me:4279: \"$ac_compile\"") >&5
4275 (eval $ac_compile) 2>&5 4280 (eval $ac_compile) 2>&5
4276 ac_status=$? 4281 ac_status=$?
4277 echo "$as_me:4277: \$? = $ac_status" >&5 4282 echo "$as_me:4282: \$? = $ac_status" >&5
4278 (exit $ac_status); } && 4283 (exit $ac_status); } &&
4279 { ac_try='test -s conftest.$ac_objext' 4284 { ac_try='test -s conftest.$ac_objext'
4280 { (eval echo "$as_me:4280: \"$ac_try\"") >&5 4285 { (eval echo "$as_me:4285: \"$ac_try\"") >&5
4281 (eval $ac_try) 2>&5 4286 (eval $ac_try) 2>&5
4282 ac_status=$? 4287 ac_status=$?
4283 echo "$as_me:4283: \$? = $ac_status" >&5 4288 echo "$as_me:4288: \$? = $ac_status" >&5
4284 (exit $ac_status); }; }; then 4289 (exit $ac_status); }; }; then
4285 ac_cv_decl_sys_siglist=yes 4290 ac_cv_decl_sys_siglist=yes
4286else 4291else
@@ -4290,7 +4295,7 @@ ac_cv_decl_sys_siglist=no
4290fi 4295fi
4291rm -f conftest.$ac_objext conftest.$ac_ext 4296rm -f conftest.$ac_objext conftest.$ac_ext
4292fi 4297fi
4293echo "$as_me:4293: result: $ac_cv_decl_sys_siglist" >&5 4298echo "$as_me:4298: result: $ac_cv_decl_sys_siglist" >&5
4294echo "${ECHO_T}$ac_cv_decl_sys_siglist" >&6 4299echo "${ECHO_T}$ac_cv_decl_sys_siglist" >&6
4295if test $ac_cv_decl_sys_siglist = yes; then 4300if test $ac_cv_decl_sys_siglist = yes; then
4296 4301
@@ -4300,7 +4305,7 @@ EOF
4300 4305
4301fi 4306fi
4302 4307
4303echo "$as_me:4303: checking for sys/wait.h that is POSIX.1 compatible" >&5 4308echo "$as_me:4308: checking for sys/wait.h that is POSIX.1 compatible" >&5
4304echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6 4309echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6
4305if test "${ac_cv_header_sys_wait_h+set}" = set; then 4310if test "${ac_cv_header_sys_wait_h+set}" = set; then
4306 echo $ECHO_N "(cached) $ECHO_C" >&6 4311 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4328,16 +4333,16 @@ main ()
4328} 4333}
4329_ACEOF 4334_ACEOF
4330rm -f conftest.$ac_objext 4335rm -f conftest.$ac_objext
4331if { (eval echo "$as_me:4331: \"$ac_compile\"") >&5 4336if { (eval echo "$as_me:4336: \"$ac_compile\"") >&5
4332 (eval $ac_compile) 2>&5 4337 (eval $ac_compile) 2>&5
4333 ac_status=$? 4338 ac_status=$?
4334 echo "$as_me:4334: \$? = $ac_status" >&5 4339 echo "$as_me:4339: \$? = $ac_status" >&5
4335 (exit $ac_status); } && 4340 (exit $ac_status); } &&
4336 { ac_try='test -s conftest.$ac_objext' 4341 { ac_try='test -s conftest.$ac_objext'
4337 { (eval echo "$as_me:4337: \"$ac_try\"") >&5 4342 { (eval echo "$as_me:4342: \"$ac_try\"") >&5
4338 (eval $ac_try) 2>&5 4343 (eval $ac_try) 2>&5
4339 ac_status=$? 4344 ac_status=$?
4340 echo "$as_me:4340: \$? = $ac_status" >&5 4345 echo "$as_me:4345: \$? = $ac_status" >&5
4341 (exit $ac_status); }; }; then 4346 (exit $ac_status); }; }; then
4342 ac_cv_header_sys_wait_h=yes 4347 ac_cv_header_sys_wait_h=yes
4343else 4348else
@@ -4347,7 +4352,7 @@ ac_cv_header_sys_wait_h=no
4347fi 4352fi
4348rm -f conftest.$ac_objext conftest.$ac_ext 4353rm -f conftest.$ac_objext conftest.$ac_ext
4349fi 4354fi
4350echo "$as_me:4350: result: $ac_cv_header_sys_wait_h" >&5 4355echo "$as_me:4355: result: $ac_cv_header_sys_wait_h" >&5
4351echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6 4356echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6
4352if test $ac_cv_header_sys_wait_h = yes; then 4357if test $ac_cv_header_sys_wait_h = yes; then
4353 4358
@@ -4357,7 +4362,7 @@ EOF
4357 4362
4358fi 4363fi
4359 4364
4360echo "$as_me:4360: checking for struct utimbuf" >&5 4365echo "$as_me:4365: checking for struct utimbuf" >&5
4361echo $ECHO_N "checking for struct utimbuf... $ECHO_C" >&6 4366echo $ECHO_N "checking for struct utimbuf... $ECHO_C" >&6
4362if test "${emacs_cv_struct_utimbuf+set}" = set; then 4367if test "${emacs_cv_struct_utimbuf+set}" = set; then
4363 echo $ECHO_N "(cached) $ECHO_C" >&6 4368 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4387,16 +4392,16 @@ static struct utimbuf x; x.actime = x.modtime;
4387} 4392}
4388_ACEOF 4393_ACEOF
4389rm -f conftest.$ac_objext 4394rm -f conftest.$ac_objext
4390if { (eval echo "$as_me:4390: \"$ac_compile\"") >&5 4395if { (eval echo "$as_me:4395: \"$ac_compile\"") >&5
4391 (eval $ac_compile) 2>&5 4396 (eval $ac_compile) 2>&5
4392 ac_status=$? 4397 ac_status=$?
4393 echo "$as_me:4393: \$? = $ac_status" >&5 4398 echo "$as_me:4398: \$? = $ac_status" >&5
4394 (exit $ac_status); } && 4399 (exit $ac_status); } &&
4395 { ac_try='test -s conftest.$ac_objext' 4400 { ac_try='test -s conftest.$ac_objext'
4396 { (eval echo "$as_me:4396: \"$ac_try\"") >&5 4401 { (eval echo "$as_me:4401: \"$ac_try\"") >&5
4397 (eval $ac_try) 2>&5 4402 (eval $ac_try) 2>&5
4398 ac_status=$? 4403 ac_status=$?
4399 echo "$as_me:4399: \$? = $ac_status" >&5 4404 echo "$as_me:4404: \$? = $ac_status" >&5
4400 (exit $ac_status); }; }; then 4405 (exit $ac_status); }; }; then
4401 emacs_cv_struct_utimbuf=yes 4406 emacs_cv_struct_utimbuf=yes
4402else 4407else
@@ -4406,7 +4411,7 @@ emacs_cv_struct_utimbuf=no
4406fi 4411fi
4407rm -f conftest.$ac_objext conftest.$ac_ext 4412rm -f conftest.$ac_objext conftest.$ac_ext
4408fi 4413fi
4409echo "$as_me:4409: result: $emacs_cv_struct_utimbuf" >&5 4414echo "$as_me:4414: result: $emacs_cv_struct_utimbuf" >&5
4410echo "${ECHO_T}$emacs_cv_struct_utimbuf" >&6 4415echo "${ECHO_T}$emacs_cv_struct_utimbuf" >&6
4411if test $emacs_cv_struct_utimbuf = yes; then 4416if test $emacs_cv_struct_utimbuf = yes; then
4412 4417
@@ -4416,7 +4421,7 @@ EOF
4416 4421
4417fi 4422fi
4418 4423
4419echo "$as_me:4419: checking return type of signal handlers" >&5 4424echo "$as_me:4424: checking return type of signal handlers" >&5
4420echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6 4425echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
4421if test "${ac_cv_type_signal+set}" = set; then 4426if test "${ac_cv_type_signal+set}" = set; then
4422 echo $ECHO_N "(cached) $ECHO_C" >&6 4427 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4444,16 +4449,16 @@ int i;
4444} 4449}
4445_ACEOF 4450_ACEOF
4446rm -f conftest.$ac_objext 4451rm -f conftest.$ac_objext
4447if { (eval echo "$as_me:4447: \"$ac_compile\"") >&5 4452if { (eval echo "$as_me:4452: \"$ac_compile\"") >&5
4448 (eval $ac_compile) 2>&5 4453 (eval $ac_compile) 2>&5
4449 ac_status=$? 4454 ac_status=$?
4450 echo "$as_me:4450: \$? = $ac_status" >&5 4455 echo "$as_me:4455: \$? = $ac_status" >&5
4451 (exit $ac_status); } && 4456 (exit $ac_status); } &&
4452 { ac_try='test -s conftest.$ac_objext' 4457 { ac_try='test -s conftest.$ac_objext'
4453 { (eval echo "$as_me:4453: \"$ac_try\"") >&5 4458 { (eval echo "$as_me:4458: \"$ac_try\"") >&5
4454 (eval $ac_try) 2>&5 4459 (eval $ac_try) 2>&5
4455 ac_status=$? 4460 ac_status=$?
4456 echo "$as_me:4456: \$? = $ac_status" >&5 4461 echo "$as_me:4461: \$? = $ac_status" >&5
4457 (exit $ac_status); }; }; then 4462 (exit $ac_status); }; }; then
4458 ac_cv_type_signal=void 4463 ac_cv_type_signal=void
4459else 4464else
@@ -4463,14 +4468,14 @@ ac_cv_type_signal=int
4463fi 4468fi
4464rm -f conftest.$ac_objext conftest.$ac_ext 4469rm -f conftest.$ac_objext conftest.$ac_ext
4465fi 4470fi
4466echo "$as_me:4466: result: $ac_cv_type_signal" >&5 4471echo "$as_me:4471: result: $ac_cv_type_signal" >&5
4467echo "${ECHO_T}$ac_cv_type_signal" >&6 4472echo "${ECHO_T}$ac_cv_type_signal" >&6
4468 4473
4469cat >>confdefs.h <<EOF 4474cat >>confdefs.h <<EOF
4470#define RETSIGTYPE $ac_cv_type_signal 4475#define RETSIGTYPE $ac_cv_type_signal
4471EOF 4476EOF
4472 4477
4473echo "$as_me:4473: checking for speed_t" >&5 4478echo "$as_me:4478: checking for speed_t" >&5
4474echo $ECHO_N "checking for speed_t... $ECHO_C" >&6 4479echo $ECHO_N "checking for speed_t... $ECHO_C" >&6
4475if test "${emacs_cv_speed_t+set}" = set; then 4480if test "${emacs_cv_speed_t+set}" = set; then
4476 echo $ECHO_N "(cached) $ECHO_C" >&6 4481 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4488,16 +4493,16 @@ speed_t x = 1;
4488} 4493}
4489_ACEOF 4494_ACEOF
4490rm -f conftest.$ac_objext 4495rm -f conftest.$ac_objext
4491if { (eval echo "$as_me:4491: \"$ac_compile\"") >&5 4496if { (eval echo "$as_me:4496: \"$ac_compile\"") >&5
4492 (eval $ac_compile) 2>&5 4497 (eval $ac_compile) 2>&5
4493 ac_status=$? 4498 ac_status=$?
4494 echo "$as_me:4494: \$? = $ac_status" >&5 4499 echo "$as_me:4499: \$? = $ac_status" >&5
4495 (exit $ac_status); } && 4500 (exit $ac_status); } &&
4496 { ac_try='test -s conftest.$ac_objext' 4501 { ac_try='test -s conftest.$ac_objext'
4497 { (eval echo "$as_me:4497: \"$ac_try\"") >&5 4502 { (eval echo "$as_me:4502: \"$ac_try\"") >&5
4498 (eval $ac_try) 2>&5 4503 (eval $ac_try) 2>&5
4499 ac_status=$? 4504 ac_status=$?
4500 echo "$as_me:4500: \$? = $ac_status" >&5 4505 echo "$as_me:4505: \$? = $ac_status" >&5
4501 (exit $ac_status); }; }; then 4506 (exit $ac_status); }; }; then
4502 emacs_cv_speed_t=yes 4507 emacs_cv_speed_t=yes
4503else 4508else
@@ -4507,7 +4512,7 @@ emacs_cv_speed_t=no
4507fi 4512fi
4508rm -f conftest.$ac_objext conftest.$ac_ext 4513rm -f conftest.$ac_objext conftest.$ac_ext
4509fi 4514fi
4510echo "$as_me:4510: result: $emacs_cv_speed_t" >&5 4515echo "$as_me:4515: result: $emacs_cv_speed_t" >&5
4511echo "${ECHO_T}$emacs_cv_speed_t" >&6 4516echo "${ECHO_T}$emacs_cv_speed_t" >&6
4512if test $emacs_cv_speed_t = yes; then 4517if test $emacs_cv_speed_t = yes; then
4513 4518
@@ -4517,7 +4522,7 @@ EOF
4517 4522
4518fi 4523fi
4519 4524
4520echo "$as_me:4520: checking for struct timeval" >&5 4525echo "$as_me:4525: checking for struct timeval" >&5
4521echo $ECHO_N "checking for struct timeval... $ECHO_C" >&6 4526echo $ECHO_N "checking for struct timeval... $ECHO_C" >&6
4522if test "${emacs_cv_struct_timeval+set}" = set; then 4527if test "${emacs_cv_struct_timeval+set}" = set; then
4523 echo $ECHO_N "(cached) $ECHO_C" >&6 4528 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4544,16 +4549,16 @@ static struct timeval x; x.tv_sec = x.tv_usec;
4544} 4549}
4545_ACEOF 4550_ACEOF
4546rm -f conftest.$ac_objext 4551rm -f conftest.$ac_objext
4547if { (eval echo "$as_me:4547: \"$ac_compile\"") >&5 4552if { (eval echo "$as_me:4552: \"$ac_compile\"") >&5
4548 (eval $ac_compile) 2>&5 4553 (eval $ac_compile) 2>&5
4549 ac_status=$? 4554 ac_status=$?
4550 echo "$as_me:4550: \$? = $ac_status" >&5 4555 echo "$as_me:4555: \$? = $ac_status" >&5
4551 (exit $ac_status); } && 4556 (exit $ac_status); } &&
4552 { ac_try='test -s conftest.$ac_objext' 4557 { ac_try='test -s conftest.$ac_objext'
4553 { (eval echo "$as_me:4553: \"$ac_try\"") >&5 4558 { (eval echo "$as_me:4558: \"$ac_try\"") >&5
4554 (eval $ac_try) 2>&5 4559 (eval $ac_try) 2>&5
4555 ac_status=$? 4560 ac_status=$?
4556 echo "$as_me:4556: \$? = $ac_status" >&5 4561 echo "$as_me:4561: \$? = $ac_status" >&5
4557 (exit $ac_status); }; }; then 4562 (exit $ac_status); }; }; then
4558 emacs_cv_struct_timeval=yes 4563 emacs_cv_struct_timeval=yes
4559else 4564else
@@ -4563,7 +4568,7 @@ emacs_cv_struct_timeval=no
4563fi 4568fi
4564rm -f conftest.$ac_objext conftest.$ac_ext 4569rm -f conftest.$ac_objext conftest.$ac_ext
4565fi 4570fi
4566echo "$as_me:4566: result: $emacs_cv_struct_timeval" >&5 4571echo "$as_me:4571: result: $emacs_cv_struct_timeval" >&5
4567echo "${ECHO_T}$emacs_cv_struct_timeval" >&6 4572echo "${ECHO_T}$emacs_cv_struct_timeval" >&6
4568HAVE_TIMEVAL=$emacs_cv_struct_timeval 4573HAVE_TIMEVAL=$emacs_cv_struct_timeval
4569if test $emacs_cv_struct_timeval = yes; then 4574if test $emacs_cv_struct_timeval = yes; then
@@ -4574,7 +4579,7 @@ EOF
4574 4579
4575fi 4580fi
4576 4581
4577echo "$as_me:4577: checking for struct exception" >&5 4582echo "$as_me:4582: checking for struct exception" >&5
4578echo $ECHO_N "checking for struct exception... $ECHO_C" >&6 4583echo $ECHO_N "checking for struct exception... $ECHO_C" >&6
4579if test "${emacs_cv_struct_exception+set}" = set; then 4584if test "${emacs_cv_struct_exception+set}" = set; then
4580 echo $ECHO_N "(cached) $ECHO_C" >&6 4585 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4592,16 +4597,16 @@ static struct exception x; x.arg1 = x.arg2 = x.retval; x.name = ""; x.type = 1;
4592} 4597}
4593_ACEOF 4598_ACEOF
4594rm -f conftest.$ac_objext 4599rm -f conftest.$ac_objext
4595if { (eval echo "$as_me:4595: \"$ac_compile\"") >&5 4600if { (eval echo "$as_me:4600: \"$ac_compile\"") >&5
4596 (eval $ac_compile) 2>&5 4601 (eval $ac_compile) 2>&5
4597 ac_status=$? 4602 ac_status=$?
4598 echo "$as_me:4598: \$? = $ac_status" >&5 4603 echo "$as_me:4603: \$? = $ac_status" >&5
4599 (exit $ac_status); } && 4604 (exit $ac_status); } &&
4600 { ac_try='test -s conftest.$ac_objext' 4605 { ac_try='test -s conftest.$ac_objext'
4601 { (eval echo "$as_me:4601: \"$ac_try\"") >&5 4606 { (eval echo "$as_me:4606: \"$ac_try\"") >&5
4602 (eval $ac_try) 2>&5 4607 (eval $ac_try) 2>&5
4603 ac_status=$? 4608 ac_status=$?
4604 echo "$as_me:4604: \$? = $ac_status" >&5 4609 echo "$as_me:4609: \$? = $ac_status" >&5
4605 (exit $ac_status); }; }; then 4610 (exit $ac_status); }; }; then
4606 emacs_cv_struct_exception=yes 4611 emacs_cv_struct_exception=yes
4607else 4612else
@@ -4611,7 +4616,7 @@ emacs_cv_struct_exception=no
4611fi 4616fi
4612rm -f conftest.$ac_objext conftest.$ac_ext 4617rm -f conftest.$ac_objext conftest.$ac_ext
4613fi 4618fi
4614echo "$as_me:4614: result: $emacs_cv_struct_exception" >&5 4619echo "$as_me:4619: result: $emacs_cv_struct_exception" >&5
4615echo "${ECHO_T}$emacs_cv_struct_exception" >&6 4620echo "${ECHO_T}$emacs_cv_struct_exception" >&6
4616HAVE_EXCEPTION=$emacs_cv_struct_exception 4621HAVE_EXCEPTION=$emacs_cv_struct_exception
4617if test $emacs_cv_struct_exception != yes; then 4622if test $emacs_cv_struct_exception != yes; then
@@ -4622,7 +4627,7 @@ EOF
4622 4627
4623fi 4628fi
4624 4629
4625echo "$as_me:4625: checking whether struct tm is in sys/time.h or time.h" >&5 4630echo "$as_me:4630: checking whether struct tm is in sys/time.h or time.h" >&5
4626echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6 4631echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6
4627if test "${ac_cv_struct_tm+set}" = set; then 4632if test "${ac_cv_struct_tm+set}" = set; then
4628 echo $ECHO_N "(cached) $ECHO_C" >&6 4633 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4642,16 +4647,16 @@ struct tm *tp; tp->tm_sec;
4642} 4647}
4643_ACEOF 4648_ACEOF
4644rm -f conftest.$ac_objext 4649rm -f conftest.$ac_objext
4645if { (eval echo "$as_me:4645: \"$ac_compile\"") >&5 4650if { (eval echo "$as_me:4650: \"$ac_compile\"") >&5
4646 (eval $ac_compile) 2>&5 4651 (eval $ac_compile) 2>&5
4647 ac_status=$? 4652 ac_status=$?
4648 echo "$as_me:4648: \$? = $ac_status" >&5 4653 echo "$as_me:4653: \$? = $ac_status" >&5
4649 (exit $ac_status); } && 4654 (exit $ac_status); } &&
4650 { ac_try='test -s conftest.$ac_objext' 4655 { ac_try='test -s conftest.$ac_objext'
4651 { (eval echo "$as_me:4651: \"$ac_try\"") >&5 4656 { (eval echo "$as_me:4656: \"$ac_try\"") >&5
4652 (eval $ac_try) 2>&5 4657 (eval $ac_try) 2>&5
4653 ac_status=$? 4658 ac_status=$?
4654 echo "$as_me:4654: \$? = $ac_status" >&5 4659 echo "$as_me:4659: \$? = $ac_status" >&5
4655 (exit $ac_status); }; }; then 4660 (exit $ac_status); }; }; then
4656 ac_cv_struct_tm=time.h 4661 ac_cv_struct_tm=time.h
4657else 4662else
@@ -4661,7 +4666,7 @@ ac_cv_struct_tm=sys/time.h
4661fi 4666fi
4662rm -f conftest.$ac_objext conftest.$ac_ext 4667rm -f conftest.$ac_objext conftest.$ac_ext
4663fi 4668fi
4664echo "$as_me:4664: result: $ac_cv_struct_tm" >&5 4669echo "$as_me:4669: result: $ac_cv_struct_tm" >&5
4665echo "${ECHO_T}$ac_cv_struct_tm" >&6 4670echo "${ECHO_T}$ac_cv_struct_tm" >&6
4666if test $ac_cv_struct_tm = sys/time.h; then 4671if test $ac_cv_struct_tm = sys/time.h; then
4667 4672
@@ -4671,7 +4676,7 @@ EOF
4671 4676
4672fi 4677fi
4673 4678
4674echo "$as_me:4674: checking for struct tm.tm_zone" >&5 4679echo "$as_me:4679: checking for struct tm.tm_zone" >&5
4675echo $ECHO_N "checking for struct tm.tm_zone... $ECHO_C" >&6 4680echo $ECHO_N "checking for struct tm.tm_zone... $ECHO_C" >&6
4676if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then 4681if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then
4677 echo $ECHO_N "(cached) $ECHO_C" >&6 4682 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4693,16 +4698,16 @@ return 0;
4693} 4698}
4694_ACEOF 4699_ACEOF
4695rm -f conftest.$ac_objext 4700rm -f conftest.$ac_objext
4696if { (eval echo "$as_me:4696: \"$ac_compile\"") >&5 4701if { (eval echo "$as_me:4701: \"$ac_compile\"") >&5
4697 (eval $ac_compile) 2>&5 4702 (eval $ac_compile) 2>&5
4698 ac_status=$? 4703 ac_status=$?
4699 echo "$as_me:4699: \$? = $ac_status" >&5 4704 echo "$as_me:4704: \$? = $ac_status" >&5
4700 (exit $ac_status); } && 4705 (exit $ac_status); } &&
4701 { ac_try='test -s conftest.$ac_objext' 4706 { ac_try='test -s conftest.$ac_objext'
4702 { (eval echo "$as_me:4702: \"$ac_try\"") >&5 4707 { (eval echo "$as_me:4707: \"$ac_try\"") >&5
4703 (eval $ac_try) 2>&5 4708 (eval $ac_try) 2>&5
4704 ac_status=$? 4709 ac_status=$?
4705 echo "$as_me:4705: \$? = $ac_status" >&5 4710 echo "$as_me:4710: \$? = $ac_status" >&5
4706 (exit $ac_status); }; }; then 4711 (exit $ac_status); }; }; then
4707 ac_cv_member_struct_tm_tm_zone=yes 4712 ac_cv_member_struct_tm_tm_zone=yes
4708else 4713else
@@ -4712,7 +4717,7 @@ ac_cv_member_struct_tm_tm_zone=no
4712fi 4717fi
4713rm -f conftest.$ac_objext conftest.$ac_ext 4718rm -f conftest.$ac_objext conftest.$ac_ext
4714fi 4719fi
4715echo "$as_me:4715: result: $ac_cv_member_struct_tm_tm_zone" >&5 4720echo "$as_me:4720: result: $ac_cv_member_struct_tm_tm_zone" >&5
4716echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6 4721echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6
4717if test $ac_cv_member_struct_tm_tm_zone = yes; then 4722if test $ac_cv_member_struct_tm_tm_zone = yes; then
4718 4723
@@ -4729,7 +4734,7 @@ cat >>confdefs.h <<\EOF
4729EOF 4734EOF
4730 4735
4731else 4736else
4732 echo "$as_me:4732: checking for tzname" >&5 4737 echo "$as_me:4737: checking for tzname" >&5
4733echo $ECHO_N "checking for tzname... $ECHO_C" >&6 4738echo $ECHO_N "checking for tzname... $ECHO_C" >&6
4734if test "${ac_cv_var_tzname+set}" = set; then 4739if test "${ac_cv_var_tzname+set}" = set; then
4735 echo $ECHO_N "(cached) $ECHO_C" >&6 4740 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4751,16 +4756,16 @@ atoi(*tzname);
4751} 4756}
4752_ACEOF 4757_ACEOF
4753rm -f conftest.$ac_objext conftest$ac_exeext 4758rm -f conftest.$ac_objext conftest$ac_exeext
4754if { (eval echo "$as_me:4754: \"$ac_link\"") >&5 4759if { (eval echo "$as_me:4759: \"$ac_link\"") >&5
4755 (eval $ac_link) 2>&5 4760 (eval $ac_link) 2>&5
4756 ac_status=$? 4761 ac_status=$?
4757 echo "$as_me:4757: \$? = $ac_status" >&5 4762 echo "$as_me:4762: \$? = $ac_status" >&5
4758 (exit $ac_status); } && 4763 (exit $ac_status); } &&
4759 { ac_try='test -s conftest$ac_exeext' 4764 { ac_try='test -s conftest$ac_exeext'
4760 { (eval echo "$as_me:4760: \"$ac_try\"") >&5 4765 { (eval echo "$as_me:4765: \"$ac_try\"") >&5
4761 (eval $ac_try) 2>&5 4766 (eval $ac_try) 2>&5
4762 ac_status=$? 4767 ac_status=$?
4763 echo "$as_me:4763: \$? = $ac_status" >&5 4768 echo "$as_me:4768: \$? = $ac_status" >&5
4764 (exit $ac_status); }; }; then 4769 (exit $ac_status); }; }; then
4765 ac_cv_var_tzname=yes 4770 ac_cv_var_tzname=yes
4766else 4771else
@@ -4770,7 +4775,7 @@ ac_cv_var_tzname=no
4770fi 4775fi
4771rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4776rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
4772fi 4777fi
4773echo "$as_me:4773: result: $ac_cv_var_tzname" >&5 4778echo "$as_me:4778: result: $ac_cv_var_tzname" >&5
4774echo "${ECHO_T}$ac_cv_var_tzname" >&6 4779echo "${ECHO_T}$ac_cv_var_tzname" >&6
4775 if test $ac_cv_var_tzname = yes; then 4780 if test $ac_cv_var_tzname = yes; then
4776 4781
@@ -4781,7 +4786,7 @@ EOF
4781 fi 4786 fi
4782fi 4787fi
4783 4788
4784echo "$as_me:4784: checking for struct tm.tm_gmtoff" >&5 4789echo "$as_me:4789: checking for struct tm.tm_gmtoff" >&5
4785echo $ECHO_N "checking for struct tm.tm_gmtoff... $ECHO_C" >&6 4790echo $ECHO_N "checking for struct tm.tm_gmtoff... $ECHO_C" >&6
4786if test "${ac_cv_member_struct_tm_tm_gmtoff+set}" = set; then 4791if test "${ac_cv_member_struct_tm_tm_gmtoff+set}" = set; then
4787 echo $ECHO_N "(cached) $ECHO_C" >&6 4792 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4802,16 +4807,16 @@ return 0;
4802} 4807}
4803_ACEOF 4808_ACEOF
4804rm -f conftest.$ac_objext 4809rm -f conftest.$ac_objext
4805if { (eval echo "$as_me:4805: \"$ac_compile\"") >&5 4810if { (eval echo "$as_me:4810: \"$ac_compile\"") >&5
4806 (eval $ac_compile) 2>&5 4811 (eval $ac_compile) 2>&5
4807 ac_status=$? 4812 ac_status=$?
4808 echo "$as_me:4808: \$? = $ac_status" >&5 4813 echo "$as_me:4813: \$? = $ac_status" >&5
4809 (exit $ac_status); } && 4814 (exit $ac_status); } &&
4810 { ac_try='test -s conftest.$ac_objext' 4815 { ac_try='test -s conftest.$ac_objext'
4811 { (eval echo "$as_me:4811: \"$ac_try\"") >&5 4816 { (eval echo "$as_me:4816: \"$ac_try\"") >&5
4812 (eval $ac_try) 2>&5 4817 (eval $ac_try) 2>&5
4813 ac_status=$? 4818 ac_status=$?
4814 echo "$as_me:4814: \$? = $ac_status" >&5 4819 echo "$as_me:4819: \$? = $ac_status" >&5
4815 (exit $ac_status); }; }; then 4820 (exit $ac_status); }; }; then
4816 ac_cv_member_struct_tm_tm_gmtoff=yes 4821 ac_cv_member_struct_tm_tm_gmtoff=yes
4817else 4822else
@@ -4821,7 +4826,7 @@ ac_cv_member_struct_tm_tm_gmtoff=no
4821fi 4826fi
4822rm -f conftest.$ac_objext conftest.$ac_ext 4827rm -f conftest.$ac_objext conftest.$ac_ext
4823fi 4828fi
4824echo "$as_me:4824: result: $ac_cv_member_struct_tm_tm_gmtoff" >&5 4829echo "$as_me:4829: result: $ac_cv_member_struct_tm_tm_gmtoff" >&5
4825echo "${ECHO_T}$ac_cv_member_struct_tm_tm_gmtoff" >&6 4830echo "${ECHO_T}$ac_cv_member_struct_tm_tm_gmtoff" >&6
4826if test $ac_cv_member_struct_tm_tm_gmtoff = yes; then 4831if test $ac_cv_member_struct_tm_tm_gmtoff = yes; then
4827 4832
@@ -4831,7 +4836,7 @@ EOF
4831 4836
4832fi 4837fi
4833 4838
4834echo "$as_me:4834: checking for $CC option to accept ANSI C" >&5 4839echo "$as_me:4839: checking for $CC option to accept ANSI C" >&5
4835echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 4840echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
4836if test "${ac_cv_prog_cc_stdc+set}" = set; then 4841if test "${ac_cv_prog_cc_stdc+set}" = set; then
4837 echo $ECHO_N "(cached) $ECHO_C" >&6 4842 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4888,16 +4893,16 @@ for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIO
4888do 4893do
4889 CC="$ac_save_CC $ac_arg" 4894 CC="$ac_save_CC $ac_arg"
4890 rm -f conftest.$ac_objext 4895 rm -f conftest.$ac_objext
4891if { (eval echo "$as_me:4891: \"$ac_compile\"") >&5 4896if { (eval echo "$as_me:4896: \"$ac_compile\"") >&5
4892 (eval $ac_compile) 2>&5 4897 (eval $ac_compile) 2>&5
4893 ac_status=$? 4898 ac_status=$?
4894 echo "$as_me:4894: \$? = $ac_status" >&5 4899 echo "$as_me:4899: \$? = $ac_status" >&5
4895 (exit $ac_status); } && 4900 (exit $ac_status); } &&
4896 { ac_try='test -s conftest.$ac_objext' 4901 { ac_try='test -s conftest.$ac_objext'
4897 { (eval echo "$as_me:4897: \"$ac_try\"") >&5 4902 { (eval echo "$as_me:4902: \"$ac_try\"") >&5
4898 (eval $ac_try) 2>&5 4903 (eval $ac_try) 2>&5
4899 ac_status=$? 4904 ac_status=$?
4900 echo "$as_me:4900: \$? = $ac_status" >&5 4905 echo "$as_me:4905: \$? = $ac_status" >&5
4901 (exit $ac_status); }; }; then 4906 (exit $ac_status); }; }; then
4902 ac_cv_prog_cc_stdc=$ac_arg 4907 ac_cv_prog_cc_stdc=$ac_arg
4903break 4908break
@@ -4914,18 +4919,18 @@ fi
4914 4919
4915case "x$ac_cv_prog_cc_stdc" in 4920case "x$ac_cv_prog_cc_stdc" in
4916 x|xno) 4921 x|xno)
4917 echo "$as_me:4917: result: none needed" >&5 4922 echo "$as_me:4922: result: none needed" >&5
4918echo "${ECHO_T}none needed" >&6 ;; 4923echo "${ECHO_T}none needed" >&6 ;;
4919 *) 4924 *)
4920 echo "$as_me:4920: result: $ac_cv_prog_cc_stdc" >&5 4925 echo "$as_me:4925: result: $ac_cv_prog_cc_stdc" >&5
4921echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 4926echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
4922 CC="$CC $ac_cv_prog_cc_stdc" ;; 4927 CC="$CC $ac_cv_prog_cc_stdc" ;;
4923esac 4928esac
4924 4929
4925echo "$as_me:4925: checking for function prototypes" >&5 4930echo "$as_me:4930: checking for function prototypes" >&5
4926echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6 4931echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6
4927if test "$ac_cv_prog_cc_stdc" != no; then 4932if test "$ac_cv_prog_cc_stdc" != no; then
4928 echo "$as_me:4928: result: yes" >&5 4933 echo "$as_me:4933: result: yes" >&5
4929echo "${ECHO_T}yes" >&6 4934echo "${ECHO_T}yes" >&6
4930 4935
4931cat >>confdefs.h <<\EOF 4936cat >>confdefs.h <<\EOF
@@ -4933,11 +4938,11 @@ cat >>confdefs.h <<\EOF
4933EOF 4938EOF
4934 4939
4935else 4940else
4936 echo "$as_me:4936: result: no" >&5 4941 echo "$as_me:4941: result: no" >&5
4937echo "${ECHO_T}no" >&6 4942echo "${ECHO_T}no" >&6
4938fi 4943fi
4939 4944
4940echo "$as_me:4940: checking for working volatile" >&5 4945echo "$as_me:4945: checking for working volatile" >&5
4941echo $ECHO_N "checking for working volatile... $ECHO_C" >&6 4946echo $ECHO_N "checking for working volatile... $ECHO_C" >&6
4942if test "${ac_cv_c_volatile+set}" = set; then 4947if test "${ac_cv_c_volatile+set}" = set; then
4943 echo $ECHO_N "(cached) $ECHO_C" >&6 4948 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4957,16 +4962,16 @@ int * volatile y;
4957} 4962}
4958_ACEOF 4963_ACEOF
4959rm -f conftest.$ac_objext 4964rm -f conftest.$ac_objext
4960if { (eval echo "$as_me:4960: \"$ac_compile\"") >&5 4965if { (eval echo "$as_me:4965: \"$ac_compile\"") >&5
4961 (eval $ac_compile) 2>&5 4966 (eval $ac_compile) 2>&5
4962 ac_status=$? 4967 ac_status=$?
4963 echo "$as_me:4963: \$? = $ac_status" >&5 4968 echo "$as_me:4968: \$? = $ac_status" >&5
4964 (exit $ac_status); } && 4969 (exit $ac_status); } &&
4965 { ac_try='test -s conftest.$ac_objext' 4970 { ac_try='test -s conftest.$ac_objext'
4966 { (eval echo "$as_me:4966: \"$ac_try\"") >&5 4971 { (eval echo "$as_me:4971: \"$ac_try\"") >&5
4967 (eval $ac_try) 2>&5 4972 (eval $ac_try) 2>&5
4968 ac_status=$? 4973 ac_status=$?
4969 echo "$as_me:4969: \$? = $ac_status" >&5 4974 echo "$as_me:4974: \$? = $ac_status" >&5
4970 (exit $ac_status); }; }; then 4975 (exit $ac_status); }; }; then
4971 ac_cv_c_volatile=yes 4976 ac_cv_c_volatile=yes
4972else 4977else
@@ -4976,7 +4981,7 @@ ac_cv_c_volatile=no
4976fi 4981fi
4977rm -f conftest.$ac_objext conftest.$ac_ext 4982rm -f conftest.$ac_objext conftest.$ac_ext
4978fi 4983fi
4979echo "$as_me:4979: result: $ac_cv_c_volatile" >&5 4984echo "$as_me:4984: result: $ac_cv_c_volatile" >&5
4980echo "${ECHO_T}$ac_cv_c_volatile" >&6 4985echo "${ECHO_T}$ac_cv_c_volatile" >&6
4981if test $ac_cv_c_volatile = no; then 4986if test $ac_cv_c_volatile = no; then
4982 4987
@@ -4986,7 +4991,7 @@ EOF
4986 4991
4987fi 4992fi
4988 4993
4989echo "$as_me:4989: checking for an ANSI C-conforming const" >&5 4994echo "$as_me:4994: checking for an ANSI C-conforming const" >&5
4990echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6 4995echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
4991if test "${ac_cv_c_const+set}" = set; then 4996if test "${ac_cv_c_const+set}" = set; then
4992 echo $ECHO_N "(cached) $ECHO_C" >&6 4997 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5050,16 +5055,16 @@ main ()
5050} 5055}
5051_ACEOF 5056_ACEOF
5052rm -f conftest.$ac_objext 5057rm -f conftest.$ac_objext
5053if { (eval echo "$as_me:5053: \"$ac_compile\"") >&5 5058if { (eval echo "$as_me:5058: \"$ac_compile\"") >&5
5054 (eval $ac_compile) 2>&5 5059 (eval $ac_compile) 2>&5
5055 ac_status=$? 5060 ac_status=$?
5056 echo "$as_me:5056: \$? = $ac_status" >&5 5061 echo "$as_me:5061: \$? = $ac_status" >&5
5057 (exit $ac_status); } && 5062 (exit $ac_status); } &&
5058 { ac_try='test -s conftest.$ac_objext' 5063 { ac_try='test -s conftest.$ac_objext'
5059 { (eval echo "$as_me:5059: \"$ac_try\"") >&5 5064 { (eval echo "$as_me:5064: \"$ac_try\"") >&5
5060 (eval $ac_try) 2>&5 5065 (eval $ac_try) 2>&5
5061 ac_status=$? 5066 ac_status=$?
5062 echo "$as_me:5062: \$? = $ac_status" >&5 5067 echo "$as_me:5067: \$? = $ac_status" >&5
5063 (exit $ac_status); }; }; then 5068 (exit $ac_status); }; }; then
5064 ac_cv_c_const=yes 5069 ac_cv_c_const=yes
5065else 5070else
@@ -5069,7 +5074,7 @@ ac_cv_c_const=no
5069fi 5074fi
5070rm -f conftest.$ac_objext conftest.$ac_ext 5075rm -f conftest.$ac_objext conftest.$ac_ext
5071fi 5076fi
5072echo "$as_me:5072: result: $ac_cv_c_const" >&5 5077echo "$as_me:5077: result: $ac_cv_c_const" >&5
5073echo "${ECHO_T}$ac_cv_c_const" >&6 5078echo "${ECHO_T}$ac_cv_c_const" >&6
5074if test $ac_cv_c_const = no; then 5079if test $ac_cv_c_const = no; then
5075 5080
@@ -5079,7 +5084,7 @@ EOF
5079 5084
5080fi 5085fi
5081 5086
5082echo "$as_me:5082: checking for void * support" >&5 5087echo "$as_me:5087: checking for void * support" >&5
5083echo $ECHO_N "checking for void * support... $ECHO_C" >&6 5088echo $ECHO_N "checking for void * support... $ECHO_C" >&6
5084if test "${emacs_cv_void_star+set}" = set; then 5089if test "${emacs_cv_void_star+set}" = set; then
5085 echo $ECHO_N "(cached) $ECHO_C" >&6 5090 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5097,16 +5102,16 @@ void * foo;
5097} 5102}
5098_ACEOF 5103_ACEOF
5099rm -f conftest.$ac_objext 5104rm -f conftest.$ac_objext
5100if { (eval echo "$as_me:5100: \"$ac_compile\"") >&5 5105if { (eval echo "$as_me:5105: \"$ac_compile\"") >&5
5101 (eval $ac_compile) 2>&5 5106 (eval $ac_compile) 2>&5
5102 ac_status=$? 5107 ac_status=$?
5103 echo "$as_me:5103: \$? = $ac_status" >&5 5108 echo "$as_me:5108: \$? = $ac_status" >&5
5104 (exit $ac_status); } && 5109 (exit $ac_status); } &&
5105 { ac_try='test -s conftest.$ac_objext' 5110 { ac_try='test -s conftest.$ac_objext'
5106 { (eval echo "$as_me:5106: \"$ac_try\"") >&5 5111 { (eval echo "$as_me:5111: \"$ac_try\"") >&5
5107 (eval $ac_try) 2>&5 5112 (eval $ac_try) 2>&5
5108 ac_status=$? 5113 ac_status=$?
5109 echo "$as_me:5109: \$? = $ac_status" >&5 5114 echo "$as_me:5114: \$? = $ac_status" >&5
5110 (exit $ac_status); }; }; then 5115 (exit $ac_status); }; }; then
5111 emacs_cv_void_star=yes 5116 emacs_cv_void_star=yes
5112else 5117else
@@ -5116,7 +5121,7 @@ emacs_cv_void_star=no
5116fi 5121fi
5117rm -f conftest.$ac_objext conftest.$ac_ext 5122rm -f conftest.$ac_objext conftest.$ac_ext
5118fi 5123fi
5119echo "$as_me:5119: result: $emacs_cv_void_star" >&5 5124echo "$as_me:5124: result: $emacs_cv_void_star" >&5
5120echo "${ECHO_T}$emacs_cv_void_star" >&6 5125echo "${ECHO_T}$emacs_cv_void_star" >&6
5121if test $emacs_cv_void_star = yes; then 5126if test $emacs_cv_void_star = yes; then
5122 cat >>confdefs.h <<\EOF 5127 cat >>confdefs.h <<\EOF
@@ -5130,7 +5135,7 @@ EOF
5130 5135
5131fi 5136fi
5132 5137
5133echo "$as_me:5133: checking whether ${MAKE-make} sets \${MAKE}" >&5 5138echo "$as_me:5138: checking whether ${MAKE-make} sets \${MAKE}" >&5
5134echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6 5139echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6
5135set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` 5140set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
5136if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then 5141if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
@@ -5150,16 +5155,16 @@ fi
5150rm -f conftest.make 5155rm -f conftest.make
5151fi 5156fi
5152if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then 5157if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
5153 echo "$as_me:5153: result: yes" >&5 5158 echo "$as_me:5158: result: yes" >&5
5154echo "${ECHO_T}yes" >&6 5159echo "${ECHO_T}yes" >&6
5155 SET_MAKE= 5160 SET_MAKE=
5156else 5161else
5157 echo "$as_me:5157: result: no" >&5 5162 echo "$as_me:5162: result: no" >&5
5158echo "${ECHO_T}no" >&6 5163echo "${ECHO_T}no" >&6
5159 SET_MAKE="MAKE=${MAKE-make}" 5164 SET_MAKE="MAKE=${MAKE-make}"
5160fi 5165fi
5161 5166
5162echo "$as_me:5162: checking for long file names" >&5 5167echo "$as_me:5167: checking for long file names" >&5
5163echo $ECHO_N "checking for long file names... $ECHO_C" >&6 5168echo $ECHO_N "checking for long file names... $ECHO_C" >&6
5164if test "${ac_cv_sys_long_file_names+set}" = set; then 5169if test "${ac_cv_sys_long_file_names+set}" = set; then
5165 echo $ECHO_N "(cached) $ECHO_C" >&6 5170 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5198,7 +5203,7 @@ for ac_dir in . $ac_tmpdirs `eval echo $prefix/lib $exec_prefix/lib` ; do
5198 rm -rf $ac_xdir 2>/dev/null 5203 rm -rf $ac_xdir 2>/dev/null
5199done 5204done
5200fi 5205fi
5201echo "$as_me:5201: result: $ac_cv_sys_long_file_names" >&5 5206echo "$as_me:5206: result: $ac_cv_sys_long_file_names" >&5
5202echo "${ECHO_T}$ac_cv_sys_long_file_names" >&6 5207echo "${ECHO_T}$ac_cv_sys_long_file_names" >&6
5203if test $ac_cv_sys_long_file_names = yes; then 5208if test $ac_cv_sys_long_file_names = yes; then
5204 5209
@@ -5210,7 +5215,7 @@ fi
5210 5215
5211#### Choose a window system. 5216#### Choose a window system.
5212 5217
5213echo "$as_me:5213: checking for X" >&5 5218echo "$as_me:5218: checking for X" >&5
5214echo $ECHO_N "checking for X... $ECHO_C" >&6 5219echo $ECHO_N "checking for X... $ECHO_C" >&6
5215 5220
5216# Check whether --with-x or --without-x was given. 5221# Check whether --with-x or --without-x was given.
@@ -5311,13 +5316,13 @@ if test "$ac_x_includes" = no; then
5311#include "confdefs.h" 5316#include "confdefs.h"
5312#include <X11/Intrinsic.h> 5317#include <X11/Intrinsic.h>
5313_ACEOF 5318_ACEOF
5314if { (eval echo "$as_me:5314: \"$ac_cpp conftest.$ac_ext\"") >&5 5319if { (eval echo "$as_me:5319: \"$ac_cpp conftest.$ac_ext\"") >&5
5315 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 5320 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5316 ac_status=$? 5321 ac_status=$?
5317 egrep -v '^ *\+' conftest.er1 >conftest.err 5322 egrep -v '^ *\+' conftest.er1 >conftest.err
5318 rm -f conftest.er1 5323 rm -f conftest.er1
5319 cat conftest.err >&5 5324 cat conftest.err >&5
5320 echo "$as_me:5320: \$? = $ac_status" >&5 5325 echo "$as_me:5325: \$? = $ac_status" >&5
5321 (exit $ac_status); } >/dev/null; then 5326 (exit $ac_status); } >/dev/null; then
5322 if test -s conftest.err; then 5327 if test -s conftest.err; then
5323 ac_cpp_err=$ac_c_preproc_warn_flag 5328 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -5362,16 +5367,16 @@ XtMalloc (0)
5362} 5367}
5363_ACEOF 5368_ACEOF
5364rm -f conftest.$ac_objext conftest$ac_exeext 5369rm -f conftest.$ac_objext conftest$ac_exeext
5365if { (eval echo "$as_me:5365: \"$ac_link\"") >&5 5370if { (eval echo "$as_me:5370: \"$ac_link\"") >&5
5366 (eval $ac_link) 2>&5 5371 (eval $ac_link) 2>&5
5367 ac_status=$? 5372 ac_status=$?
5368 echo "$as_me:5368: \$? = $ac_status" >&5 5373 echo "$as_me:5373: \$? = $ac_status" >&5
5369 (exit $ac_status); } && 5374 (exit $ac_status); } &&
5370 { ac_try='test -s conftest$ac_exeext' 5375 { ac_try='test -s conftest$ac_exeext'
5371 { (eval echo "$as_me:5371: \"$ac_try\"") >&5 5376 { (eval echo "$as_me:5376: \"$ac_try\"") >&5
5372 (eval $ac_try) 2>&5 5377 (eval $ac_try) 2>&5
5373 ac_status=$? 5378 ac_status=$?
5374 echo "$as_me:5374: \$? = $ac_status" >&5 5379 echo "$as_me:5379: \$? = $ac_status" >&5
5375 (exit $ac_status); }; }; then 5380 (exit $ac_status); }; }; then
5376 LIBS=$ac_save_LIBS 5381 LIBS=$ac_save_LIBS
5377# We can link X programs with no special library path. 5382# We can link X programs with no special library path.
@@ -5409,7 +5414,7 @@ fi
5409fi # $with_x != no 5414fi # $with_x != no
5410 5415
5411if test "$have_x" != yes; then 5416if test "$have_x" != yes; then
5412 echo "$as_me:5412: result: $have_x" >&5 5417 echo "$as_me:5417: result: $have_x" >&5
5413echo "${ECHO_T}$have_x" >&6 5418echo "${ECHO_T}$have_x" >&6
5414 no_x=yes 5419 no_x=yes
5415else 5420else
@@ -5419,7 +5424,7 @@ else
5419 # Update the cache value to reflect the command line values. 5424 # Update the cache value to reflect the command line values.
5420 ac_cv_have_x="have_x=yes \ 5425 ac_cv_have_x="have_x=yes \
5421 ac_x_includes=$x_includes ac_x_libraries=$x_libraries" 5426 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
5422 echo "$as_me:5422: result: libraries $x_libraries, headers $x_includes" >&5 5427 echo "$as_me:5427: result: libraries $x_libraries, headers $x_includes" >&5
5423echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6 5428echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6
5424fi 5429fi
5425 5430
@@ -5517,7 +5522,7 @@ UNEXEC_SRC="`echo ${unexec} | sed 's/\.o/.c/'`"
5517# Assume not, until told otherwise. 5522# Assume not, until told otherwise.
5518GNU_MALLOC=yes 5523GNU_MALLOC=yes
5519doug_lea_malloc=yes 5524doug_lea_malloc=yes
5520echo "$as_me:5520: checking for malloc_get_state" >&5 5525echo "$as_me:5525: checking for malloc_get_state" >&5
5521echo $ECHO_N "checking for malloc_get_state... $ECHO_C" >&6 5526echo $ECHO_N "checking for malloc_get_state... $ECHO_C" >&6
5522if test "${ac_cv_func_malloc_get_state+set}" = set; then 5527if test "${ac_cv_func_malloc_get_state+set}" = set; then
5523 echo $ECHO_N "(cached) $ECHO_C" >&6 5528 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5554,16 +5559,16 @@ f = malloc_get_state;
5554} 5559}
5555_ACEOF 5560_ACEOF
5556rm -f conftest.$ac_objext conftest$ac_exeext 5561rm -f conftest.$ac_objext conftest$ac_exeext
5557if { (eval echo "$as_me:5557: \"$ac_link\"") >&5 5562if { (eval echo "$as_me:5562: \"$ac_link\"") >&5
5558 (eval $ac_link) 2>&5 5563 (eval $ac_link) 2>&5
5559 ac_status=$? 5564 ac_status=$?
5560 echo "$as_me:5560: \$? = $ac_status" >&5 5565 echo "$as_me:5565: \$? = $ac_status" >&5
5561 (exit $ac_status); } && 5566 (exit $ac_status); } &&
5562 { ac_try='test -s conftest$ac_exeext' 5567 { ac_try='test -s conftest$ac_exeext'
5563 { (eval echo "$as_me:5563: \"$ac_try\"") >&5 5568 { (eval echo "$as_me:5568: \"$ac_try\"") >&5
5564 (eval $ac_try) 2>&5 5569 (eval $ac_try) 2>&5
5565 ac_status=$? 5570 ac_status=$?
5566 echo "$as_me:5566: \$? = $ac_status" >&5 5571 echo "$as_me:5571: \$? = $ac_status" >&5
5567 (exit $ac_status); }; }; then 5572 (exit $ac_status); }; }; then
5568 ac_cv_func_malloc_get_state=yes 5573 ac_cv_func_malloc_get_state=yes
5569else 5574else
@@ -5573,7 +5578,7 @@ ac_cv_func_malloc_get_state=no
5573fi 5578fi
5574rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5579rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5575fi 5580fi
5576echo "$as_me:5576: result: $ac_cv_func_malloc_get_state" >&5 5581echo "$as_me:5581: result: $ac_cv_func_malloc_get_state" >&5
5577echo "${ECHO_T}$ac_cv_func_malloc_get_state" >&6 5582echo "${ECHO_T}$ac_cv_func_malloc_get_state" >&6
5578if test $ac_cv_func_malloc_get_state = yes; then 5583if test $ac_cv_func_malloc_get_state = yes; then
5579 : 5584 :
@@ -5581,7 +5586,7 @@ else
5581 doug_lea_malloc=no 5586 doug_lea_malloc=no
5582fi 5587fi
5583 5588
5584echo "$as_me:5584: checking for malloc_set_state" >&5 5589echo "$as_me:5589: checking for malloc_set_state" >&5
5585echo $ECHO_N "checking for malloc_set_state... $ECHO_C" >&6 5590echo $ECHO_N "checking for malloc_set_state... $ECHO_C" >&6
5586if test "${ac_cv_func_malloc_set_state+set}" = set; then 5591if test "${ac_cv_func_malloc_set_state+set}" = set; then
5587 echo $ECHO_N "(cached) $ECHO_C" >&6 5592 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5618,16 +5623,16 @@ f = malloc_set_state;
5618} 5623}
5619_ACEOF 5624_ACEOF
5620rm -f conftest.$ac_objext conftest$ac_exeext 5625rm -f conftest.$ac_objext conftest$ac_exeext
5621if { (eval echo "$as_me:5621: \"$ac_link\"") >&5 5626if { (eval echo "$as_me:5626: \"$ac_link\"") >&5
5622 (eval $ac_link) 2>&5 5627 (eval $ac_link) 2>&5
5623 ac_status=$? 5628 ac_status=$?
5624 echo "$as_me:5624: \$? = $ac_status" >&5 5629 echo "$as_me:5629: \$? = $ac_status" >&5
5625 (exit $ac_status); } && 5630 (exit $ac_status); } &&
5626 { ac_try='test -s conftest$ac_exeext' 5631 { ac_try='test -s conftest$ac_exeext'
5627 { (eval echo "$as_me:5627: \"$ac_try\"") >&5 5632 { (eval echo "$as_me:5632: \"$ac_try\"") >&5
5628 (eval $ac_try) 2>&5 5633 (eval $ac_try) 2>&5
5629 ac_status=$? 5634 ac_status=$?
5630 echo "$as_me:5630: \$? = $ac_status" >&5 5635 echo "$as_me:5635: \$? = $ac_status" >&5
5631 (exit $ac_status); }; }; then 5636 (exit $ac_status); }; }; then
5632 ac_cv_func_malloc_set_state=yes 5637 ac_cv_func_malloc_set_state=yes
5633else 5638else
@@ -5637,7 +5642,7 @@ ac_cv_func_malloc_set_state=no
5637fi 5642fi
5638rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5643rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5639fi 5644fi
5640echo "$as_me:5640: result: $ac_cv_func_malloc_set_state" >&5 5645echo "$as_me:5645: result: $ac_cv_func_malloc_set_state" >&5
5641echo "${ECHO_T}$ac_cv_func_malloc_set_state" >&6 5646echo "${ECHO_T}$ac_cv_func_malloc_set_state" >&6
5642if test $ac_cv_func_malloc_set_state = yes; then 5647if test $ac_cv_func_malloc_set_state = yes; then
5643 : 5648 :
@@ -5645,7 +5650,7 @@ else
5645 doug_lea_malloc=no 5650 doug_lea_malloc=no
5646fi 5651fi
5647 5652
5648echo "$as_me:5648: checking whether __after_morecore_hook exists" >&5 5653echo "$as_me:5653: checking whether __after_morecore_hook exists" >&5
5649echo $ECHO_N "checking whether __after_morecore_hook exists... $ECHO_C" >&6 5654echo $ECHO_N "checking whether __after_morecore_hook exists... $ECHO_C" >&6
5650if test "${emacs_cv_var___after_morecore_hook+set}" = set; then 5655if test "${emacs_cv_var___after_morecore_hook+set}" = set; then
5651 echo $ECHO_N "(cached) $ECHO_C" >&6 5656 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5663,16 +5668,16 @@ __after_morecore_hook = 0
5663} 5668}
5664_ACEOF 5669_ACEOF
5665rm -f conftest.$ac_objext conftest$ac_exeext 5670rm -f conftest.$ac_objext conftest$ac_exeext
5666if { (eval echo "$as_me:5666: \"$ac_link\"") >&5 5671if { (eval echo "$as_me:5671: \"$ac_link\"") >&5
5667 (eval $ac_link) 2>&5 5672 (eval $ac_link) 2>&5
5668 ac_status=$? 5673 ac_status=$?
5669 echo "$as_me:5669: \$? = $ac_status" >&5 5674 echo "$as_me:5674: \$? = $ac_status" >&5
5670 (exit $ac_status); } && 5675 (exit $ac_status); } &&
5671 { ac_try='test -s conftest$ac_exeext' 5676 { ac_try='test -s conftest$ac_exeext'
5672 { (eval echo "$as_me:5672: \"$ac_try\"") >&5 5677 { (eval echo "$as_me:5677: \"$ac_try\"") >&5
5673 (eval $ac_try) 2>&5 5678 (eval $ac_try) 2>&5
5674 ac_status=$? 5679 ac_status=$?
5675 echo "$as_me:5675: \$? = $ac_status" >&5 5680 echo "$as_me:5680: \$? = $ac_status" >&5
5676 (exit $ac_status); }; }; then 5681 (exit $ac_status); }; }; then
5677 emacs_cv_var___after_morecore_hook=yes 5682 emacs_cv_var___after_morecore_hook=yes
5678else 5683else
@@ -5682,7 +5687,7 @@ emacs_cv_var___after_morecore_hook=no
5682fi 5687fi
5683rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5688rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5684fi 5689fi
5685echo "$as_me:5685: result: $emacs_cv_var___after_morecore_hook" >&5 5690echo "$as_me:5690: result: $emacs_cv_var___after_morecore_hook" >&5
5686echo "${ECHO_T}$emacs_cv_var___after_morecore_hook" >&6 5691echo "${ECHO_T}$emacs_cv_var___after_morecore_hook" >&6
5687if test $emacs_cv_var___after_morecore_hook = no; then 5692if test $emacs_cv_var___after_morecore_hook = no; then
5688 doug_lea_malloc=no 5693 doug_lea_malloc=no
@@ -5714,7 +5719,7 @@ for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5714 inttypes.h stdint.h unistd.h 5719 inttypes.h stdint.h unistd.h
5715do 5720do
5716as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 5721as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5717echo "$as_me:5717: checking for $ac_header" >&5 5722echo "$as_me:5722: checking for $ac_header" >&5
5718echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 5723echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5719if eval "test \"\${$as_ac_Header+set}\" = set"; then 5724if eval "test \"\${$as_ac_Header+set}\" = set"; then
5720 echo $ECHO_N "(cached) $ECHO_C" >&6 5725 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5726,16 +5731,16 @@ $ac_includes_default
5726#include <$ac_header> 5731#include <$ac_header>
5727_ACEOF 5732_ACEOF
5728rm -f conftest.$ac_objext 5733rm -f conftest.$ac_objext
5729if { (eval echo "$as_me:5729: \"$ac_compile\"") >&5 5734if { (eval echo "$as_me:5734: \"$ac_compile\"") >&5
5730 (eval $ac_compile) 2>&5 5735 (eval $ac_compile) 2>&5
5731 ac_status=$? 5736 ac_status=$?
5732 echo "$as_me:5732: \$? = $ac_status" >&5 5737 echo "$as_me:5737: \$? = $ac_status" >&5
5733 (exit $ac_status); } && 5738 (exit $ac_status); } &&
5734 { ac_try='test -s conftest.$ac_objext' 5739 { ac_try='test -s conftest.$ac_objext'
5735 { (eval echo "$as_me:5735: \"$ac_try\"") >&5 5740 { (eval echo "$as_me:5740: \"$ac_try\"") >&5
5736 (eval $ac_try) 2>&5 5741 (eval $ac_try) 2>&5
5737 ac_status=$? 5742 ac_status=$?
5738 echo "$as_me:5738: \$? = $ac_status" >&5 5743 echo "$as_me:5743: \$? = $ac_status" >&5
5739 (exit $ac_status); }; }; then 5744 (exit $ac_status); }; }; then
5740 eval "$as_ac_Header=yes" 5745 eval "$as_ac_Header=yes"
5741else 5746else
@@ -5745,7 +5750,7 @@ eval "$as_ac_Header=no"
5745fi 5750fi
5746rm -f conftest.$ac_objext conftest.$ac_ext 5751rm -f conftest.$ac_objext conftest.$ac_ext
5747fi 5752fi
5748echo "$as_me:5748: result: `eval echo '${'$as_ac_Header'}'`" >&5 5753echo "$as_me:5753: result: `eval echo '${'$as_ac_Header'}'`" >&5
5749echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 5754echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5750if test `eval echo '${'$as_ac_Header'}'` = yes; then 5755if test `eval echo '${'$as_ac_Header'}'` = yes; then
5751 cat >>confdefs.h <<EOF 5756 cat >>confdefs.h <<EOF
@@ -5758,7 +5763,7 @@ done
5758for ac_header in stdlib.h unistd.h 5763for ac_header in stdlib.h unistd.h
5759do 5764do
5760as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 5765as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5761echo "$as_me:5761: checking for $ac_header" >&5 5766echo "$as_me:5766: checking for $ac_header" >&5
5762echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 5767echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5763if eval "test \"\${$as_ac_Header+set}\" = set"; then 5768if eval "test \"\${$as_ac_Header+set}\" = set"; then
5764 echo $ECHO_N "(cached) $ECHO_C" >&6 5769 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5768,13 +5773,13 @@ else
5768#include "confdefs.h" 5773#include "confdefs.h"
5769#include <$ac_header> 5774#include <$ac_header>
5770_ACEOF 5775_ACEOF
5771if { (eval echo "$as_me:5771: \"$ac_cpp conftest.$ac_ext\"") >&5 5776if { (eval echo "$as_me:5776: \"$ac_cpp conftest.$ac_ext\"") >&5
5772 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 5777 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5773 ac_status=$? 5778 ac_status=$?
5774 egrep -v '^ *\+' conftest.er1 >conftest.err 5779 egrep -v '^ *\+' conftest.er1 >conftest.err
5775 rm -f conftest.er1 5780 rm -f conftest.er1
5776 cat conftest.err >&5 5781 cat conftest.err >&5
5777 echo "$as_me:5777: \$? = $ac_status" >&5 5782 echo "$as_me:5782: \$? = $ac_status" >&5
5778 (exit $ac_status); } >/dev/null; then 5783 (exit $ac_status); } >/dev/null; then
5779 if test -s conftest.err; then 5784 if test -s conftest.err; then
5780 ac_cpp_err=$ac_c_preproc_warn_flag 5785 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -5793,7 +5798,7 @@ else
5793fi 5798fi
5794rm -f conftest.err conftest.$ac_ext 5799rm -f conftest.err conftest.$ac_ext
5795fi 5800fi
5796echo "$as_me:5796: result: `eval echo '${'$as_ac_Header'}'`" >&5 5801echo "$as_me:5801: result: `eval echo '${'$as_ac_Header'}'`" >&5
5797echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 5802echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5798if test `eval echo '${'$as_ac_Header'}'` = yes; then 5803if test `eval echo '${'$as_ac_Header'}'` = yes; then
5799 cat >>confdefs.h <<EOF 5804 cat >>confdefs.h <<EOF
@@ -5806,7 +5811,7 @@ done
5806for ac_func in getpagesize 5811for ac_func in getpagesize
5807do 5812do
5808as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 5813as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
5809echo "$as_me:5809: checking for $ac_func" >&5 5814echo "$as_me:5814: checking for $ac_func" >&5
5810echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 5815echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
5811if eval "test \"\${$as_ac_var+set}\" = set"; then 5816if eval "test \"\${$as_ac_var+set}\" = set"; then
5812 echo $ECHO_N "(cached) $ECHO_C" >&6 5817 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5843,16 +5848,16 @@ f = $ac_func;
5843} 5848}
5844_ACEOF 5849_ACEOF
5845rm -f conftest.$ac_objext conftest$ac_exeext 5850rm -f conftest.$ac_objext conftest$ac_exeext
5846if { (eval echo "$as_me:5846: \"$ac_link\"") >&5 5851if { (eval echo "$as_me:5851: \"$ac_link\"") >&5
5847 (eval $ac_link) 2>&5 5852 (eval $ac_link) 2>&5
5848 ac_status=$? 5853 ac_status=$?
5849 echo "$as_me:5849: \$? = $ac_status" >&5 5854 echo "$as_me:5854: \$? = $ac_status" >&5
5850 (exit $ac_status); } && 5855 (exit $ac_status); } &&
5851 { ac_try='test -s conftest$ac_exeext' 5856 { ac_try='test -s conftest$ac_exeext'
5852 { (eval echo "$as_me:5852: \"$ac_try\"") >&5 5857 { (eval echo "$as_me:5857: \"$ac_try\"") >&5
5853 (eval $ac_try) 2>&5 5858 (eval $ac_try) 2>&5
5854 ac_status=$? 5859 ac_status=$?
5855 echo "$as_me:5855: \$? = $ac_status" >&5 5860 echo "$as_me:5860: \$? = $ac_status" >&5
5856 (exit $ac_status); }; }; then 5861 (exit $ac_status); }; }; then
5857 eval "$as_ac_var=yes" 5862 eval "$as_ac_var=yes"
5858else 5863else
@@ -5862,7 +5867,7 @@ eval "$as_ac_var=no"
5862fi 5867fi
5863rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5868rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5864fi 5869fi
5865echo "$as_me:5865: result: `eval echo '${'$as_ac_var'}'`" >&5 5870echo "$as_me:5870: result: `eval echo '${'$as_ac_var'}'`" >&5
5866echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 5871echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
5867if test `eval echo '${'$as_ac_var'}'` = yes; then 5872if test `eval echo '${'$as_ac_var'}'` = yes; then
5868 cat >>confdefs.h <<EOF 5873 cat >>confdefs.h <<EOF
@@ -5872,7 +5877,7 @@ EOF
5872fi 5877fi
5873done 5878done
5874 5879
5875echo "$as_me:5875: checking for working mmap" >&5 5880echo "$as_me:5880: checking for working mmap" >&5
5876echo $ECHO_N "checking for working mmap... $ECHO_C" >&6 5881echo $ECHO_N "checking for working mmap... $ECHO_C" >&6
5877if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then 5882if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then
5878 echo $ECHO_N "(cached) $ECHO_C" >&6 5883 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6008,15 +6013,15 @@ main ()
6008} 6013}
6009_ACEOF 6014_ACEOF
6010rm -f conftest$ac_exeext 6015rm -f conftest$ac_exeext
6011if { (eval echo "$as_me:6011: \"$ac_link\"") >&5 6016if { (eval echo "$as_me:6016: \"$ac_link\"") >&5
6012 (eval $ac_link) 2>&5 6017 (eval $ac_link) 2>&5
6013 ac_status=$? 6018 ac_status=$?
6014 echo "$as_me:6014: \$? = $ac_status" >&5 6019 echo "$as_me:6019: \$? = $ac_status" >&5
6015 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 6020 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6016 { (eval echo "$as_me:6016: \"$ac_try\"") >&5 6021 { (eval echo "$as_me:6021: \"$ac_try\"") >&5
6017 (eval $ac_try) 2>&5 6022 (eval $ac_try) 2>&5
6018 ac_status=$? 6023 ac_status=$?
6019 echo "$as_me:6019: \$? = $ac_status" >&5 6024 echo "$as_me:6024: \$? = $ac_status" >&5
6020 (exit $ac_status); }; }; then 6025 (exit $ac_status); }; }; then
6021 ac_cv_func_mmap_fixed_mapped=yes 6026 ac_cv_func_mmap_fixed_mapped=yes
6022else 6027else
@@ -6028,7 +6033,7 @@ fi
6028rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 6033rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6029fi 6034fi
6030fi 6035fi
6031echo "$as_me:6031: result: $ac_cv_func_mmap_fixed_mapped" >&5 6036echo "$as_me:6036: result: $ac_cv_func_mmap_fixed_mapped" >&5
6032echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6 6037echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6
6033if test $ac_cv_func_mmap_fixed_mapped = yes; then 6038if test $ac_cv_func_mmap_fixed_mapped = yes; then
6034 6039
@@ -6045,7 +6050,7 @@ fi
6045 6050
6046LIBS="$libsrc_libs $LIBS" 6051LIBS="$libsrc_libs $LIBS"
6047 6052
6048echo "$as_me:6048: checking for dnet_ntoa in -ldnet" >&5 6053echo "$as_me:6053: checking for dnet_ntoa in -ldnet" >&5
6049echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6 6054echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
6050if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then 6055if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
6051 echo $ECHO_N "(cached) $ECHO_C" >&6 6056 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6072,16 +6077,16 @@ dnet_ntoa ();
6072} 6077}
6073_ACEOF 6078_ACEOF
6074rm -f conftest.$ac_objext conftest$ac_exeext 6079rm -f conftest.$ac_objext conftest$ac_exeext
6075if { (eval echo "$as_me:6075: \"$ac_link\"") >&5 6080if { (eval echo "$as_me:6080: \"$ac_link\"") >&5
6076 (eval $ac_link) 2>&5 6081 (eval $ac_link) 2>&5
6077 ac_status=$? 6082 ac_status=$?
6078 echo "$as_me:6078: \$? = $ac_status" >&5 6083 echo "$as_me:6083: \$? = $ac_status" >&5
6079 (exit $ac_status); } && 6084 (exit $ac_status); } &&
6080 { ac_try='test -s conftest$ac_exeext' 6085 { ac_try='test -s conftest$ac_exeext'
6081 { (eval echo "$as_me:6081: \"$ac_try\"") >&5 6086 { (eval echo "$as_me:6086: \"$ac_try\"") >&5
6082 (eval $ac_try) 2>&5 6087 (eval $ac_try) 2>&5
6083 ac_status=$? 6088 ac_status=$?
6084 echo "$as_me:6084: \$? = $ac_status" >&5 6089 echo "$as_me:6089: \$? = $ac_status" >&5
6085 (exit $ac_status); }; }; then 6090 (exit $ac_status); }; }; then
6086 ac_cv_lib_dnet_dnet_ntoa=yes 6091 ac_cv_lib_dnet_dnet_ntoa=yes
6087else 6092else
@@ -6092,7 +6097,7 @@ fi
6092rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6097rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6093LIBS=$ac_check_lib_save_LIBS 6098LIBS=$ac_check_lib_save_LIBS
6094fi 6099fi
6095echo "$as_me:6095: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 6100echo "$as_me:6100: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
6096echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6 6101echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
6097if test $ac_cv_lib_dnet_dnet_ntoa = yes; then 6102if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
6098 cat >>confdefs.h <<EOF 6103 cat >>confdefs.h <<EOF
@@ -6103,7 +6108,7 @@ EOF
6103 6108
6104fi 6109fi
6105 6110
6106echo "$as_me:6106: checking for main in -lXbsd" >&5 6111echo "$as_me:6111: checking for main in -lXbsd" >&5
6107echo $ECHO_N "checking for main in -lXbsd... $ECHO_C" >&6 6112echo $ECHO_N "checking for main in -lXbsd... $ECHO_C" >&6
6108if test "${ac_cv_lib_Xbsd_main+set}" = set; then 6113if test "${ac_cv_lib_Xbsd_main+set}" = set; then
6109 echo $ECHO_N "(cached) $ECHO_C" >&6 6114 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6123,16 +6128,16 @@ main ();
6123} 6128}
6124_ACEOF 6129_ACEOF
6125rm -f conftest.$ac_objext conftest$ac_exeext 6130rm -f conftest.$ac_objext conftest$ac_exeext
6126if { (eval echo "$as_me:6126: \"$ac_link\"") >&5 6131if { (eval echo "$as_me:6131: \"$ac_link\"") >&5
6127 (eval $ac_link) 2>&5 6132 (eval $ac_link) 2>&5
6128 ac_status=$? 6133 ac_status=$?
6129 echo "$as_me:6129: \$? = $ac_status" >&5 6134 echo "$as_me:6134: \$? = $ac_status" >&5
6130 (exit $ac_status); } && 6135 (exit $ac_status); } &&
6131 { ac_try='test -s conftest$ac_exeext' 6136 { ac_try='test -s conftest$ac_exeext'
6132 { (eval echo "$as_me:6132: \"$ac_try\"") >&5 6137 { (eval echo "$as_me:6137: \"$ac_try\"") >&5
6133 (eval $ac_try) 2>&5 6138 (eval $ac_try) 2>&5
6134 ac_status=$? 6139 ac_status=$?
6135 echo "$as_me:6135: \$? = $ac_status" >&5 6140 echo "$as_me:6140: \$? = $ac_status" >&5
6136 (exit $ac_status); }; }; then 6141 (exit $ac_status); }; }; then
6137 ac_cv_lib_Xbsd_main=yes 6142 ac_cv_lib_Xbsd_main=yes
6138else 6143else
@@ -6143,13 +6148,13 @@ fi
6143rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6148rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6144LIBS=$ac_check_lib_save_LIBS 6149LIBS=$ac_check_lib_save_LIBS
6145fi 6150fi
6146echo "$as_me:6146: result: $ac_cv_lib_Xbsd_main" >&5 6151echo "$as_me:6151: result: $ac_cv_lib_Xbsd_main" >&5
6147echo "${ECHO_T}$ac_cv_lib_Xbsd_main" >&6 6152echo "${ECHO_T}$ac_cv_lib_Xbsd_main" >&6
6148if test $ac_cv_lib_Xbsd_main = yes; then 6153if test $ac_cv_lib_Xbsd_main = yes; then
6149 LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd" 6154 LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd"
6150fi 6155fi
6151 6156
6152echo "$as_me:6152: checking for cma_open in -lpthreads" >&5 6157echo "$as_me:6157: checking for cma_open in -lpthreads" >&5
6153echo $ECHO_N "checking for cma_open in -lpthreads... $ECHO_C" >&6 6158echo $ECHO_N "checking for cma_open in -lpthreads... $ECHO_C" >&6
6154if test "${ac_cv_lib_pthreads_cma_open+set}" = set; then 6159if test "${ac_cv_lib_pthreads_cma_open+set}" = set; then
6155 echo $ECHO_N "(cached) $ECHO_C" >&6 6160 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6176,16 +6181,16 @@ cma_open ();
6176} 6181}
6177_ACEOF 6182_ACEOF
6178rm -f conftest.$ac_objext conftest$ac_exeext 6183rm -f conftest.$ac_objext conftest$ac_exeext
6179if { (eval echo "$as_me:6179: \"$ac_link\"") >&5 6184if { (eval echo "$as_me:6184: \"$ac_link\"") >&5
6180 (eval $ac_link) 2>&5 6185 (eval $ac_link) 2>&5
6181 ac_status=$? 6186 ac_status=$?
6182 echo "$as_me:6182: \$? = $ac_status" >&5 6187 echo "$as_me:6187: \$? = $ac_status" >&5
6183 (exit $ac_status); } && 6188 (exit $ac_status); } &&
6184 { ac_try='test -s conftest$ac_exeext' 6189 { ac_try='test -s conftest$ac_exeext'
6185 { (eval echo "$as_me:6185: \"$ac_try\"") >&5 6190 { (eval echo "$as_me:6190: \"$ac_try\"") >&5
6186 (eval $ac_try) 2>&5 6191 (eval $ac_try) 2>&5
6187 ac_status=$? 6192 ac_status=$?
6188 echo "$as_me:6188: \$? = $ac_status" >&5 6193 echo "$as_me:6193: \$? = $ac_status" >&5
6189 (exit $ac_status); }; }; then 6194 (exit $ac_status); }; }; then
6190 ac_cv_lib_pthreads_cma_open=yes 6195 ac_cv_lib_pthreads_cma_open=yes
6191else 6196else
@@ -6196,7 +6201,7 @@ fi
6196rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6201rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6197LIBS=$ac_check_lib_save_LIBS 6202LIBS=$ac_check_lib_save_LIBS
6198fi 6203fi
6199echo "$as_me:6199: result: $ac_cv_lib_pthreads_cma_open" >&5 6204echo "$as_me:6204: result: $ac_cv_lib_pthreads_cma_open" >&5
6200echo "${ECHO_T}$ac_cv_lib_pthreads_cma_open" >&6 6205echo "${ECHO_T}$ac_cv_lib_pthreads_cma_open" >&6
6201if test $ac_cv_lib_pthreads_cma_open = yes; then 6206if test $ac_cv_lib_pthreads_cma_open = yes; then
6202 cat >>confdefs.h <<EOF 6207 cat >>confdefs.h <<EOF
@@ -6207,7 +6212,7 @@ EOF
6207 6212
6208fi 6213fi
6209 6214
6210echo "$as_me:6210: checking for XFree86 in /usr/X386" >&5 6215echo "$as_me:6215: checking for XFree86 in /usr/X386" >&5
6211echo $ECHO_N "checking for XFree86 in /usr/X386... $ECHO_C" >&6 6216echo $ECHO_N "checking for XFree86 in /usr/X386... $ECHO_C" >&6
6212if test -d /usr/X386/include; then 6217if test -d /usr/X386/include; then
6213 HAVE_XFREE386=yes 6218 HAVE_XFREE386=yes
@@ -6215,7 +6220,7 @@ if test -d /usr/X386/include; then
6215else 6220else
6216 HAVE_XFREE386=no 6221 HAVE_XFREE386=no
6217fi 6222fi
6218echo "$as_me:6218: result: $HAVE_XFREE386" >&5 6223echo "$as_me:6223: result: $HAVE_XFREE386" >&5
6219echo "${ECHO_T}$HAVE_XFREE386" >&6 6224echo "${ECHO_T}$HAVE_XFREE386" >&6
6220 6225
6221# Change CFLAGS temporarily so that C_SWITCH_X_SITE gets used 6226# Change CFLAGS temporarily so that C_SWITCH_X_SITE gets used
@@ -6240,7 +6245,7 @@ if test "${HAVE_X11}" = "yes"; then
6240 fi 6245 fi
6241 6246
6242 if test "${opsys}" = "gnu-linux"; then 6247 if test "${opsys}" = "gnu-linux"; then
6243 echo "$as_me:6243: checking whether X on GNU/Linux needs -b to link" >&5 6248 echo "$as_me:6248: checking whether X on GNU/Linux needs -b to link" >&5
6244echo $ECHO_N "checking whether X on GNU/Linux needs -b to link... $ECHO_C" >&6 6249echo $ECHO_N "checking whether X on GNU/Linux needs -b to link... $ECHO_C" >&6
6245 cat >conftest.$ac_ext <<_ACEOF 6250 cat >conftest.$ac_ext <<_ACEOF
6246#line 6246 "configure" 6251#line 6246 "configure"
@@ -6255,16 +6260,16 @@ XOpenDisplay ("foo");
6255} 6260}
6256_ACEOF 6261_ACEOF
6257rm -f conftest.$ac_objext conftest$ac_exeext 6262rm -f conftest.$ac_objext conftest$ac_exeext
6258if { (eval echo "$as_me:6258: \"$ac_link\"") >&5 6263if { (eval echo "$as_me:6263: \"$ac_link\"") >&5
6259 (eval $ac_link) 2>&5 6264 (eval $ac_link) 2>&5
6260 ac_status=$? 6265 ac_status=$?
6261 echo "$as_me:6261: \$? = $ac_status" >&5 6266 echo "$as_me:6266: \$? = $ac_status" >&5
6262 (exit $ac_status); } && 6267 (exit $ac_status); } &&
6263 { ac_try='test -s conftest$ac_exeext' 6268 { ac_try='test -s conftest$ac_exeext'
6264 { (eval echo "$as_me:6264: \"$ac_try\"") >&5 6269 { (eval echo "$as_me:6269: \"$ac_try\"") >&5
6265 (eval $ac_try) 2>&5 6270 (eval $ac_try) 2>&5
6266 ac_status=$? 6271 ac_status=$?
6267 echo "$as_me:6267: \$? = $ac_status" >&5 6272 echo "$as_me:6272: \$? = $ac_status" >&5
6268 (exit $ac_status); }; }; then 6273 (exit $ac_status); }; }; then
6269 xlinux_first_failure=no 6274 xlinux_first_failure=no
6270else 6275else
@@ -6295,16 +6300,16 @@ XOpenDisplay ("foo");
6295} 6300}
6296_ACEOF 6301_ACEOF
6297rm -f conftest.$ac_objext conftest$ac_exeext 6302rm -f conftest.$ac_objext conftest$ac_exeext
6298if { (eval echo "$as_me:6298: \"$ac_link\"") >&5 6303if { (eval echo "$as_me:6303: \"$ac_link\"") >&5
6299 (eval $ac_link) 2>&5 6304 (eval $ac_link) 2>&5
6300 ac_status=$? 6305 ac_status=$?
6301 echo "$as_me:6301: \$? = $ac_status" >&5 6306 echo "$as_me:6306: \$? = $ac_status" >&5
6302 (exit $ac_status); } && 6307 (exit $ac_status); } &&
6303 { ac_try='test -s conftest$ac_exeext' 6308 { ac_try='test -s conftest$ac_exeext'
6304 { (eval echo "$as_me:6304: \"$ac_try\"") >&5 6309 { (eval echo "$as_me:6309: \"$ac_try\"") >&5
6305 (eval $ac_try) 2>&5 6310 (eval $ac_try) 2>&5
6306 ac_status=$? 6311 ac_status=$?
6307 echo "$as_me:6307: \$? = $ac_status" >&5 6312 echo "$as_me:6312: \$? = $ac_status" >&5
6308 (exit $ac_status); }; }; then 6313 (exit $ac_status); }; }; then
6309 xlinux_second_failure=no 6314 xlinux_second_failure=no
6310else 6315else
@@ -6320,21 +6325,21 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6320 C_SWITCH_X_SITE="$OLD_C_SWITCH_X_SITE" 6325 C_SWITCH_X_SITE="$OLD_C_SWITCH_X_SITE"
6321 CPPFLAGS="$OLD_CPPFLAGS" 6326 CPPFLAGS="$OLD_CPPFLAGS"
6322 LIBS="$OLD_LIBS" 6327 LIBS="$OLD_LIBS"
6323 echo "$as_me:6323: result: no" >&5 6328 echo "$as_me:6328: result: no" >&5
6324echo "${ECHO_T}no" >&6 6329echo "${ECHO_T}no" >&6
6325 else 6330 else
6326 echo "$as_me:6326: result: yes" >&5 6331 echo "$as_me:6331: result: yes" >&5
6327echo "${ECHO_T}yes" >&6 6332echo "${ECHO_T}yes" >&6
6328 fi 6333 fi
6329 else 6334 else
6330 echo "$as_me:6330: result: no" >&5 6335 echo "$as_me:6335: result: no" >&5
6331echo "${ECHO_T}no" >&6 6336echo "${ECHO_T}no" >&6
6332 fi 6337 fi
6333 fi 6338 fi
6334 6339
6335 # Reportedly, some broken Solaris systems have XKBlib.h but are missing 6340 # Reportedly, some broken Solaris systems have XKBlib.h but are missing
6336 # header files included from there. 6341 # header files included from there.
6337 echo "$as_me:6337: checking for Xkb" >&5 6342 echo "$as_me:6342: checking for Xkb" >&5
6338echo $ECHO_N "checking for Xkb... $ECHO_C" >&6 6343echo $ECHO_N "checking for Xkb... $ECHO_C" >&6
6339 cat >conftest.$ac_ext <<_ACEOF 6344 cat >conftest.$ac_ext <<_ACEOF
6340#line 6340 "configure" 6345#line 6340 "configure"
@@ -6350,16 +6355,16 @@ XkbDescPtr kb = XkbGetKeyboard (0, XkbAllComponentsMask, XkbUseCoreKbd);
6350} 6355}
6351_ACEOF 6356_ACEOF
6352rm -f conftest.$ac_objext conftest$ac_exeext 6357rm -f conftest.$ac_objext conftest$ac_exeext
6353if { (eval echo "$as_me:6353: \"$ac_link\"") >&5 6358if { (eval echo "$as_me:6358: \"$ac_link\"") >&5
6354 (eval $ac_link) 2>&5 6359 (eval $ac_link) 2>&5
6355 ac_status=$? 6360 ac_status=$?
6356 echo "$as_me:6356: \$? = $ac_status" >&5 6361 echo "$as_me:6361: \$? = $ac_status" >&5
6357 (exit $ac_status); } && 6362 (exit $ac_status); } &&
6358 { ac_try='test -s conftest$ac_exeext' 6363 { ac_try='test -s conftest$ac_exeext'
6359 { (eval echo "$as_me:6359: \"$ac_try\"") >&5 6364 { (eval echo "$as_me:6364: \"$ac_try\"") >&5
6360 (eval $ac_try) 2>&5 6365 (eval $ac_try) 2>&5
6361 ac_status=$? 6366 ac_status=$?
6362 echo "$as_me:6362: \$? = $ac_status" >&5 6367 echo "$as_me:6367: \$? = $ac_status" >&5
6363 (exit $ac_status); }; }; then 6368 (exit $ac_status); }; }; then
6364 emacs_xkb=yes 6369 emacs_xkb=yes
6365else 6370else
@@ -6368,7 +6373,7 @@ cat conftest.$ac_ext >&5
6368emacs_xkb=no 6373emacs_xkb=no
6369fi 6374fi
6370rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6375rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6371 echo "$as_me:6371: result: $emacs_xkb" >&5 6376 echo "$as_me:6376: result: $emacs_xkb" >&5
6372echo "${ECHO_T}$emacs_xkb" >&6 6377echo "${ECHO_T}$emacs_xkb" >&6
6373 if test $emacs_xkb = yes; then 6378 if test $emacs_xkb = yes; then
6374 6379
@@ -6382,7 +6387,7 @@ for ac_func in XrmSetDatabase XScreenResourceString \
6382XScreenNumberOfScreen XSetWMProtocols 6387XScreenNumberOfScreen XSetWMProtocols
6383do 6388do
6384as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 6389as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6385echo "$as_me:6385: checking for $ac_func" >&5 6390echo "$as_me:6390: checking for $ac_func" >&5
6386echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 6391echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
6387if eval "test \"\${$as_ac_var+set}\" = set"; then 6392if eval "test \"\${$as_ac_var+set}\" = set"; then
6388 echo $ECHO_N "(cached) $ECHO_C" >&6 6393 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6419,16 +6424,16 @@ f = $ac_func;
6419} 6424}
6420_ACEOF 6425_ACEOF
6421rm -f conftest.$ac_objext conftest$ac_exeext 6426rm -f conftest.$ac_objext conftest$ac_exeext
6422if { (eval echo "$as_me:6422: \"$ac_link\"") >&5 6427if { (eval echo "$as_me:6427: \"$ac_link\"") >&5
6423 (eval $ac_link) 2>&5 6428 (eval $ac_link) 2>&5
6424 ac_status=$? 6429 ac_status=$?
6425 echo "$as_me:6425: \$? = $ac_status" >&5 6430 echo "$as_me:6430: \$? = $ac_status" >&5
6426 (exit $ac_status); } && 6431 (exit $ac_status); } &&
6427 { ac_try='test -s conftest$ac_exeext' 6432 { ac_try='test -s conftest$ac_exeext'
6428 { (eval echo "$as_me:6428: \"$ac_try\"") >&5 6433 { (eval echo "$as_me:6433: \"$ac_try\"") >&5
6429 (eval $ac_try) 2>&5 6434 (eval $ac_try) 2>&5
6430 ac_status=$? 6435 ac_status=$?
6431 echo "$as_me:6431: \$? = $ac_status" >&5 6436 echo "$as_me:6436: \$? = $ac_status" >&5
6432 (exit $ac_status); }; }; then 6437 (exit $ac_status); }; }; then
6433 eval "$as_ac_var=yes" 6438 eval "$as_ac_var=yes"
6434else 6439else
@@ -6438,7 +6443,7 @@ eval "$as_ac_var=no"
6438fi 6443fi
6439rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6444rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6440fi 6445fi
6441echo "$as_me:6441: result: `eval echo '${'$as_ac_var'}'`" >&5 6446echo "$as_me:6446: result: `eval echo '${'$as_ac_var'}'`" >&5
6442echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 6447echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
6443if test `eval echo '${'$as_ac_var'}'` = yes; then 6448if test `eval echo '${'$as_ac_var'}'` = yes; then
6444 cat >>confdefs.h <<EOF 6449 cat >>confdefs.h <<EOF
@@ -6451,7 +6456,7 @@ done
6451fi 6456fi
6452 6457
6453if test "${window_system}" = "x11"; then 6458if test "${window_system}" = "x11"; then
6454 echo "$as_me:6454: checking X11 version 6" >&5 6459 echo "$as_me:6459: checking X11 version 6" >&5
6455echo $ECHO_N "checking X11 version 6... $ECHO_C" >&6 6460echo $ECHO_N "checking X11 version 6... $ECHO_C" >&6
6456 if test "${emacs_cv_x11_version_6+set}" = set; then 6461 if test "${emacs_cv_x11_version_6+set}" = set; then
6457 echo $ECHO_N "(cached) $ECHO_C" >&6 6462 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6472,16 +6477,16 @@ fail;
6472} 6477}
6473_ACEOF 6478_ACEOF
6474rm -f conftest.$ac_objext conftest$ac_exeext 6479rm -f conftest.$ac_objext conftest$ac_exeext
6475if { (eval echo "$as_me:6475: \"$ac_link\"") >&5 6480if { (eval echo "$as_me:6480: \"$ac_link\"") >&5
6476 (eval $ac_link) 2>&5 6481 (eval $ac_link) 2>&5
6477 ac_status=$? 6482 ac_status=$?
6478 echo "$as_me:6478: \$? = $ac_status" >&5 6483 echo "$as_me:6483: \$? = $ac_status" >&5
6479 (exit $ac_status); } && 6484 (exit $ac_status); } &&
6480 { ac_try='test -s conftest$ac_exeext' 6485 { ac_try='test -s conftest$ac_exeext'
6481 { (eval echo "$as_me:6481: \"$ac_try\"") >&5 6486 { (eval echo "$as_me:6486: \"$ac_try\"") >&5
6482 (eval $ac_try) 2>&5 6487 (eval $ac_try) 2>&5
6483 ac_status=$? 6488 ac_status=$?
6484 echo "$as_me:6484: \$? = $ac_status" >&5 6489 echo "$as_me:6489: \$? = $ac_status" >&5
6485 (exit $ac_status); }; }; then 6490 (exit $ac_status); }; }; then
6486 emacs_cv_x11_version_6=yes 6491 emacs_cv_x11_version_6=yes
6487else 6492else
@@ -6493,7 +6498,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6493fi 6498fi
6494 6499
6495 if test $emacs_cv_x11_version_6 = yes; then 6500 if test $emacs_cv_x11_version_6 = yes; then
6496 echo "$as_me:6496: result: 6 or newer" >&5 6501 echo "$as_me:6501: result: 6 or newer" >&5
6497echo "${ECHO_T}6 or newer" >&6 6502echo "${ECHO_T}6 or newer" >&6
6498 6503
6499cat >>confdefs.h <<\EOF 6504cat >>confdefs.h <<\EOF
@@ -6501,13 +6506,13 @@ cat >>confdefs.h <<\EOF
6501EOF 6506EOF
6502 6507
6503 else 6508 else
6504 echo "$as_me:6504: result: before 6" >&5 6509 echo "$as_me:6509: result: before 6" >&5
6505echo "${ECHO_T}before 6" >&6 6510echo "${ECHO_T}before 6" >&6
6506 fi 6511 fi
6507fi 6512fi
6508 6513
6509if test "${window_system}" = "x11"; then 6514if test "${window_system}" = "x11"; then
6510 echo "$as_me:6510: checking X11 version 5" >&5 6515 echo "$as_me:6515: checking X11 version 5" >&5
6511echo $ECHO_N "checking X11 version 5... $ECHO_C" >&6 6516echo $ECHO_N "checking X11 version 5... $ECHO_C" >&6
6512 if test "${emacs_cv_x11_version_5+set}" = set; then 6517 if test "${emacs_cv_x11_version_5+set}" = set; then
6513 echo $ECHO_N "(cached) $ECHO_C" >&6 6518 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6528,16 +6533,16 @@ fail;
6528} 6533}
6529_ACEOF 6534_ACEOF
6530rm -f conftest.$ac_objext conftest$ac_exeext 6535rm -f conftest.$ac_objext conftest$ac_exeext
6531if { (eval echo "$as_me:6531: \"$ac_link\"") >&5 6536if { (eval echo "$as_me:6536: \"$ac_link\"") >&5
6532 (eval $ac_link) 2>&5 6537 (eval $ac_link) 2>&5
6533 ac_status=$? 6538 ac_status=$?
6534 echo "$as_me:6534: \$? = $ac_status" >&5 6539 echo "$as_me:6539: \$? = $ac_status" >&5
6535 (exit $ac_status); } && 6540 (exit $ac_status); } &&
6536 { ac_try='test -s conftest$ac_exeext' 6541 { ac_try='test -s conftest$ac_exeext'
6537 { (eval echo "$as_me:6537: \"$ac_try\"") >&5 6542 { (eval echo "$as_me:6542: \"$ac_try\"") >&5
6538 (eval $ac_try) 2>&5 6543 (eval $ac_try) 2>&5
6539 ac_status=$? 6544 ac_status=$?
6540 echo "$as_me:6540: \$? = $ac_status" >&5 6545 echo "$as_me:6545: \$? = $ac_status" >&5
6541 (exit $ac_status); }; }; then 6546 (exit $ac_status); }; }; then
6542 emacs_cv_x11_version_5=yes 6547 emacs_cv_x11_version_5=yes
6543else 6548else
@@ -6549,7 +6554,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6549fi 6554fi
6550 6555
6551 if test $emacs_cv_x11_version_5 = yes; then 6556 if test $emacs_cv_x11_version_5 = yes; then
6552 echo "$as_me:6552: result: 5 or newer" >&5 6557 echo "$as_me:6557: result: 5 or newer" >&5
6553echo "${ECHO_T}5 or newer" >&6 6558echo "${ECHO_T}5 or newer" >&6
6554 HAVE_X11R5=yes 6559 HAVE_X11R5=yes
6555 6560
@@ -6559,14 +6564,14 @@ EOF
6559 6564
6560 else 6565 else
6561 HAVE_X11R5=no 6566 HAVE_X11R5=no
6562 echo "$as_me:6562: result: before 5" >&5 6567 echo "$as_me:6567: result: before 5" >&5
6563echo "${ECHO_T}before 5" >&6 6568echo "${ECHO_T}before 5" >&6
6564 fi 6569 fi
6565fi 6570fi
6566 6571
6567if test x"${USE_X_TOOLKIT}" = xmaybe; then 6572if test x"${USE_X_TOOLKIT}" = xmaybe; then
6568 if test x"${HAVE_X11R5}" = xyes; then 6573 if test x"${HAVE_X11R5}" = xyes; then
6569 echo "$as_me:6569: checking X11 version 5 with Xaw" >&5 6574 echo "$as_me:6574: checking X11 version 5 with Xaw" >&5
6570echo $ECHO_N "checking X11 version 5 with Xaw... $ECHO_C" >&6 6575echo $ECHO_N "checking X11 version 5 with Xaw... $ECHO_C" >&6
6571 if test "${emacs_cv_x11_version_5_with_xaw+set}" = set; then 6576 if test "${emacs_cv_x11_version_5_with_xaw+set}" = set; then
6572 echo $ECHO_N "(cached) $ECHO_C" >&6 6577 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6586,16 +6591,16 @@ main ()
6586} 6591}
6587_ACEOF 6592_ACEOF
6588rm -f conftest.$ac_objext conftest$ac_exeext 6593rm -f conftest.$ac_objext conftest$ac_exeext
6589if { (eval echo "$as_me:6589: \"$ac_link\"") >&5 6594if { (eval echo "$as_me:6594: \"$ac_link\"") >&5
6590 (eval $ac_link) 2>&5 6595 (eval $ac_link) 2>&5
6591 ac_status=$? 6596 ac_status=$?
6592 echo "$as_me:6592: \$? = $ac_status" >&5 6597 echo "$as_me:6597: \$? = $ac_status" >&5
6593 (exit $ac_status); } && 6598 (exit $ac_status); } &&
6594 { ac_try='test -s conftest$ac_exeext' 6599 { ac_try='test -s conftest$ac_exeext'
6595 { (eval echo "$as_me:6595: \"$ac_try\"") >&5 6600 { (eval echo "$as_me:6600: \"$ac_try\"") >&5
6596 (eval $ac_try) 2>&5 6601 (eval $ac_try) 2>&5
6597 ac_status=$? 6602 ac_status=$?
6598 echo "$as_me:6598: \$? = $ac_status" >&5 6603 echo "$as_me:6603: \$? = $ac_status" >&5
6599 (exit $ac_status); }; }; then 6604 (exit $ac_status); }; }; then
6600 emacs_cv_x11_version_5_with_xaw=yes 6605 emacs_cv_x11_version_5_with_xaw=yes
6601else 6606else
@@ -6607,11 +6612,11 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6607fi 6612fi
6608 6613
6609 if test $emacs_cv_x11_version_5_with_xaw = yes; then 6614 if test $emacs_cv_x11_version_5_with_xaw = yes; then
6610 echo "$as_me:6610: result: 5 or newer, with Xaw; use toolkit by default" >&5 6615 echo "$as_me:6615: result: 5 or newer, with Xaw; use toolkit by default" >&5
6611echo "${ECHO_T}5 or newer, with Xaw; use toolkit by default" >&6 6616echo "${ECHO_T}5 or newer, with Xaw; use toolkit by default" >&6
6612 USE_X_TOOLKIT=LUCID 6617 USE_X_TOOLKIT=LUCID
6613 else 6618 else
6614 echo "$as_me:6614: result: before 5 or no Xaw; do not use toolkit by default" >&5 6619 echo "$as_me:6619: result: before 5 or no Xaw; do not use toolkit by default" >&5
6615echo "${ECHO_T}before 5 or no Xaw; do not use toolkit by default" >&6 6620echo "${ECHO_T}before 5 or no Xaw; do not use toolkit by default" >&6
6616 USE_X_TOOLKIT=none 6621 USE_X_TOOLKIT=none
6617 fi 6622 fi
@@ -6623,7 +6628,7 @@ fi
6623X_TOOLKIT_TYPE=$USE_X_TOOLKIT 6628X_TOOLKIT_TYPE=$USE_X_TOOLKIT
6624 6629
6625if test "${USE_X_TOOLKIT}" != "none"; then 6630if test "${USE_X_TOOLKIT}" != "none"; then
6626 echo "$as_me:6626: checking X11 toolkit version" >&5 6631 echo "$as_me:6631: checking X11 toolkit version" >&5
6627echo $ECHO_N "checking X11 toolkit version... $ECHO_C" >&6 6632echo $ECHO_N "checking X11 toolkit version... $ECHO_C" >&6
6628 if test "${emacs_cv_x11_toolkit_version_6+set}" = set; then 6633 if test "${emacs_cv_x11_toolkit_version_6+set}" = set; then
6629 echo $ECHO_N "(cached) $ECHO_C" >&6 6634 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6644,16 +6649,16 @@ fail;
6644} 6649}
6645_ACEOF 6650_ACEOF
6646rm -f conftest.$ac_objext conftest$ac_exeext 6651rm -f conftest.$ac_objext conftest$ac_exeext
6647if { (eval echo "$as_me:6647: \"$ac_link\"") >&5 6652if { (eval echo "$as_me:6652: \"$ac_link\"") >&5
6648 (eval $ac_link) 2>&5 6653 (eval $ac_link) 2>&5
6649 ac_status=$? 6654 ac_status=$?
6650 echo "$as_me:6650: \$? = $ac_status" >&5 6655 echo "$as_me:6655: \$? = $ac_status" >&5
6651 (exit $ac_status); } && 6656 (exit $ac_status); } &&
6652 { ac_try='test -s conftest$ac_exeext' 6657 { ac_try='test -s conftest$ac_exeext'
6653 { (eval echo "$as_me:6653: \"$ac_try\"") >&5 6658 { (eval echo "$as_me:6658: \"$ac_try\"") >&5
6654 (eval $ac_try) 2>&5 6659 (eval $ac_try) 2>&5
6655 ac_status=$? 6660 ac_status=$?
6656 echo "$as_me:6656: \$? = $ac_status" >&5 6661 echo "$as_me:6661: \$? = $ac_status" >&5
6657 (exit $ac_status); }; }; then 6662 (exit $ac_status); }; }; then
6658 emacs_cv_x11_toolkit_version_6=yes 6663 emacs_cv_x11_toolkit_version_6=yes
6659else 6664else
@@ -6666,7 +6671,7 @@ fi
6666 6671
6667 HAVE_X11XTR6=$emacs_cv_x11_toolkit_version_6 6672 HAVE_X11XTR6=$emacs_cv_x11_toolkit_version_6
6668 if test $emacs_cv_x11_toolkit_version_6 = yes; then 6673 if test $emacs_cv_x11_toolkit_version_6 = yes; then
6669 echo "$as_me:6669: result: 6 or newer" >&5 6674 echo "$as_me:6674: result: 6 or newer" >&5
6670echo "${ECHO_T}6 or newer" >&6 6675echo "${ECHO_T}6 or newer" >&6
6671 6676
6672cat >>confdefs.h <<\EOF 6677cat >>confdefs.h <<\EOF
@@ -6674,7 +6679,7 @@ cat >>confdefs.h <<\EOF
6674EOF 6679EOF
6675 6680
6676 else 6681 else
6677 echo "$as_me:6677: result: before 6" >&5 6682 echo "$as_me:6682: result: before 6" >&5
6678echo "${ECHO_T}before 6" >&6 6683echo "${ECHO_T}before 6" >&6
6679 fi 6684 fi
6680 6685
@@ -6685,7 +6690,7 @@ echo "${ECHO_T}before 6" >&6
6685 LIBS="-lXt $LIBS" 6690 LIBS="-lXt $LIBS"
6686 fi 6691 fi
6687 6692
6688echo "$as_me:6688: checking for XmuConvertStandardSelection in -lXmu" >&5 6693echo "$as_me:6693: checking for XmuConvertStandardSelection in -lXmu" >&5
6689echo $ECHO_N "checking for XmuConvertStandardSelection in -lXmu... $ECHO_C" >&6 6694echo $ECHO_N "checking for XmuConvertStandardSelection in -lXmu... $ECHO_C" >&6
6690if test "${ac_cv_lib_Xmu_XmuConvertStandardSelection+set}" = set; then 6695if test "${ac_cv_lib_Xmu_XmuConvertStandardSelection+set}" = set; then
6691 echo $ECHO_N "(cached) $ECHO_C" >&6 6696 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6712,16 +6717,16 @@ XmuConvertStandardSelection ();
6712} 6717}
6713_ACEOF 6718_ACEOF
6714rm -f conftest.$ac_objext conftest$ac_exeext 6719rm -f conftest.$ac_objext conftest$ac_exeext
6715if { (eval echo "$as_me:6715: \"$ac_link\"") >&5 6720if { (eval echo "$as_me:6720: \"$ac_link\"") >&5
6716 (eval $ac_link) 2>&5 6721 (eval $ac_link) 2>&5
6717 ac_status=$? 6722 ac_status=$?
6718 echo "$as_me:6718: \$? = $ac_status" >&5 6723 echo "$as_me:6723: \$? = $ac_status" >&5
6719 (exit $ac_status); } && 6724 (exit $ac_status); } &&
6720 { ac_try='test -s conftest$ac_exeext' 6725 { ac_try='test -s conftest$ac_exeext'
6721 { (eval echo "$as_me:6721: \"$ac_try\"") >&5 6726 { (eval echo "$as_me:6726: \"$ac_try\"") >&5
6722 (eval $ac_try) 2>&5 6727 (eval $ac_try) 2>&5
6723 ac_status=$? 6728 ac_status=$?
6724 echo "$as_me:6724: \$? = $ac_status" >&5 6729 echo "$as_me:6729: \$? = $ac_status" >&5
6725 (exit $ac_status); }; }; then 6730 (exit $ac_status); }; }; then
6726 ac_cv_lib_Xmu_XmuConvertStandardSelection=yes 6731 ac_cv_lib_Xmu_XmuConvertStandardSelection=yes
6727else 6732else
@@ -6732,7 +6737,7 @@ fi
6732rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6737rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6733LIBS=$ac_check_lib_save_LIBS 6738LIBS=$ac_check_lib_save_LIBS
6734fi 6739fi
6735echo "$as_me:6735: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5 6740echo "$as_me:6740: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5
6736echo "${ECHO_T}$ac_cv_lib_Xmu_XmuConvertStandardSelection" >&6 6741echo "${ECHO_T}$ac_cv_lib_Xmu_XmuConvertStandardSelection" >&6
6737if test $ac_cv_lib_Xmu_XmuConvertStandardSelection = yes; then 6742if test $ac_cv_lib_Xmu_XmuConvertStandardSelection = yes; then
6738 cat >>confdefs.h <<EOF 6743 cat >>confdefs.h <<EOF
@@ -6750,7 +6755,7 @@ fi
6750if test "${HAVE_X11}" = "yes"; then 6755if test "${HAVE_X11}" = "yes"; then
6751 if test "${USE_X_TOOLKIT}" != "none"; then 6756 if test "${USE_X_TOOLKIT}" != "none"; then
6752 6757
6753echo "$as_me:6753: checking for XShapeQueryExtension in -lXext" >&5 6758echo "$as_me:6758: checking for XShapeQueryExtension in -lXext" >&5
6754echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6 6759echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6
6755if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then 6760if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
6756 echo $ECHO_N "(cached) $ECHO_C" >&6 6761 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6777,16 +6782,16 @@ XShapeQueryExtension ();
6777} 6782}
6778_ACEOF 6783_ACEOF
6779rm -f conftest.$ac_objext conftest$ac_exeext 6784rm -f conftest.$ac_objext conftest$ac_exeext
6780if { (eval echo "$as_me:6780: \"$ac_link\"") >&5 6785if { (eval echo "$as_me:6785: \"$ac_link\"") >&5
6781 (eval $ac_link) 2>&5 6786 (eval $ac_link) 2>&5
6782 ac_status=$? 6787 ac_status=$?
6783 echo "$as_me:6783: \$? = $ac_status" >&5 6788 echo "$as_me:6788: \$? = $ac_status" >&5
6784 (exit $ac_status); } && 6789 (exit $ac_status); } &&
6785 { ac_try='test -s conftest$ac_exeext' 6790 { ac_try='test -s conftest$ac_exeext'
6786 { (eval echo "$as_me:6786: \"$ac_try\"") >&5 6791 { (eval echo "$as_me:6791: \"$ac_try\"") >&5
6787 (eval $ac_try) 2>&5 6792 (eval $ac_try) 2>&5
6788 ac_status=$? 6793 ac_status=$?
6789 echo "$as_me:6789: \$? = $ac_status" >&5 6794 echo "$as_me:6794: \$? = $ac_status" >&5
6790 (exit $ac_status); }; }; then 6795 (exit $ac_status); }; }; then
6791 ac_cv_lib_Xext_XShapeQueryExtension=yes 6796 ac_cv_lib_Xext_XShapeQueryExtension=yes
6792else 6797else
@@ -6797,7 +6802,7 @@ fi
6797rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6802rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6798LIBS=$ac_check_lib_save_LIBS 6803LIBS=$ac_check_lib_save_LIBS
6799fi 6804fi
6800echo "$as_me:6800: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5 6805echo "$as_me:6805: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
6801echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6 6806echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6
6802if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then 6807if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
6803 cat >>confdefs.h <<EOF 6808 cat >>confdefs.h <<EOF
@@ -6812,7 +6817,7 @@ fi
6812fi 6817fi
6813 6818
6814if test "${USE_X_TOOLKIT}" = "MOTIF"; then 6819if test "${USE_X_TOOLKIT}" = "MOTIF"; then
6815 echo "$as_me:6815: checking for Motif version 2.1" >&5 6820 echo "$as_me:6820: checking for Motif version 2.1" >&5
6816echo $ECHO_N "checking for Motif version 2.1... $ECHO_C" >&6 6821echo $ECHO_N "checking for Motif version 2.1... $ECHO_C" >&6
6817if test "${emacs_cv_motif_version_2_1+set}" = set; then 6822if test "${emacs_cv_motif_version_2_1+set}" = set; then
6818 echo $ECHO_N "(cached) $ECHO_C" >&6 6823 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6834,16 +6839,16 @@ Motif version prior to 2.1.
6834} 6839}
6835_ACEOF 6840_ACEOF
6836rm -f conftest.$ac_objext 6841rm -f conftest.$ac_objext
6837if { (eval echo "$as_me:6837: \"$ac_compile\"") >&5 6842if { (eval echo "$as_me:6842: \"$ac_compile\"") >&5
6838 (eval $ac_compile) 2>&5 6843 (eval $ac_compile) 2>&5
6839 ac_status=$? 6844 ac_status=$?
6840 echo "$as_me:6840: \$? = $ac_status" >&5 6845 echo "$as_me:6845: \$? = $ac_status" >&5
6841 (exit $ac_status); } && 6846 (exit $ac_status); } &&
6842 { ac_try='test -s conftest.$ac_objext' 6847 { ac_try='test -s conftest.$ac_objext'
6843 { (eval echo "$as_me:6843: \"$ac_try\"") >&5 6848 { (eval echo "$as_me:6848: \"$ac_try\"") >&5
6844 (eval $ac_try) 2>&5 6849 (eval $ac_try) 2>&5
6845 ac_status=$? 6850 ac_status=$?
6846 echo "$as_me:6846: \$? = $ac_status" >&5 6851 echo "$as_me:6851: \$? = $ac_status" >&5
6847 (exit $ac_status); }; }; then 6852 (exit $ac_status); }; }; then
6848 emacs_cv_motif_version_2_1=yes 6853 emacs_cv_motif_version_2_1=yes
6849else 6854else
@@ -6853,7 +6858,7 @@ emacs_cv_motif_version_2_1=no
6853fi 6858fi
6854rm -f conftest.$ac_objext conftest.$ac_ext 6859rm -f conftest.$ac_objext conftest.$ac_ext
6855fi 6860fi
6856echo "$as_me:6856: result: $emacs_cv_motif_version_2_1" >&5 6861echo "$as_me:6861: result: $emacs_cv_motif_version_2_1" >&5
6857echo "${ECHO_T}$emacs_cv_motif_version_2_1" >&6 6862echo "${ECHO_T}$emacs_cv_motif_version_2_1" >&6
6858 HAVE_MOTIF_2_1=$emacs_cv_motif_version_2_1 6863 HAVE_MOTIF_2_1=$emacs_cv_motif_version_2_1
6859 if test $emacs_cv_motif_version_2_1 = yes; then 6864 if test $emacs_cv_motif_version_2_1 = yes; then
@@ -6863,7 +6868,7 @@ cat >>confdefs.h <<\EOF
6863#define HAVE_MOTIF_2_1 1 6868#define HAVE_MOTIF_2_1 1
6864EOF 6869EOF
6865 6870
6866 echo "$as_me:6866: checking for XpCreateContext in -lXp" >&5 6871 echo "$as_me:6871: checking for XpCreateContext in -lXp" >&5
6867echo $ECHO_N "checking for XpCreateContext in -lXp... $ECHO_C" >&6 6872echo $ECHO_N "checking for XpCreateContext in -lXp... $ECHO_C" >&6
6868if test "${ac_cv_lib_Xp_XpCreateContext+set}" = set; then 6873if test "${ac_cv_lib_Xp_XpCreateContext+set}" = set; then
6869 echo $ECHO_N "(cached) $ECHO_C" >&6 6874 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6890,16 +6895,16 @@ XpCreateContext ();
6890} 6895}
6891_ACEOF 6896_ACEOF
6892rm -f conftest.$ac_objext conftest$ac_exeext 6897rm -f conftest.$ac_objext conftest$ac_exeext
6893if { (eval echo "$as_me:6893: \"$ac_link\"") >&5 6898if { (eval echo "$as_me:6898: \"$ac_link\"") >&5
6894 (eval $ac_link) 2>&5 6899 (eval $ac_link) 2>&5
6895 ac_status=$? 6900 ac_status=$?
6896 echo "$as_me:6896: \$? = $ac_status" >&5 6901 echo "$as_me:6901: \$? = $ac_status" >&5
6897 (exit $ac_status); } && 6902 (exit $ac_status); } &&
6898 { ac_try='test -s conftest$ac_exeext' 6903 { ac_try='test -s conftest$ac_exeext'
6899 { (eval echo "$as_me:6899: \"$ac_try\"") >&5 6904 { (eval echo "$as_me:6904: \"$ac_try\"") >&5
6900 (eval $ac_try) 2>&5 6905 (eval $ac_try) 2>&5
6901 ac_status=$? 6906 ac_status=$?
6902 echo "$as_me:6902: \$? = $ac_status" >&5 6907 echo "$as_me:6907: \$? = $ac_status" >&5
6903 (exit $ac_status); }; }; then 6908 (exit $ac_status); }; }; then
6904 ac_cv_lib_Xp_XpCreateContext=yes 6909 ac_cv_lib_Xp_XpCreateContext=yes
6905else 6910else
@@ -6910,7 +6915,7 @@ fi
6910rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6915rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6911LIBS=$ac_check_lib_save_LIBS 6916LIBS=$ac_check_lib_save_LIBS
6912fi 6917fi
6913echo "$as_me:6913: result: $ac_cv_lib_Xp_XpCreateContext" >&5 6918echo "$as_me:6918: result: $ac_cv_lib_Xp_XpCreateContext" >&5
6914echo "${ECHO_T}$ac_cv_lib_Xp_XpCreateContext" >&6 6919echo "${ECHO_T}$ac_cv_lib_Xp_XpCreateContext" >&6
6915if test $ac_cv_lib_Xp_XpCreateContext = yes; then 6920if test $ac_cv_lib_Xp_XpCreateContext = yes; then
6916 HAVE_LIBXP=yes 6921 HAVE_LIBXP=yes
@@ -6930,7 +6935,7 @@ fi
6930HAVE_XAW3D=no 6935HAVE_XAW3D=no
6931if test "${HAVE_X11}" = "yes"; then 6936if test "${HAVE_X11}" = "yes"; then
6932 if test "${USE_X_TOOLKIT}" != "none"; then 6937 if test "${USE_X_TOOLKIT}" != "none"; then
6933 echo "$as_me:6933: checking for X11/Xaw3d/Scrollbar.h" >&5 6938 echo "$as_me:6938: checking for X11/Xaw3d/Scrollbar.h" >&5
6934echo $ECHO_N "checking for X11/Xaw3d/Scrollbar.h... $ECHO_C" >&6 6939echo $ECHO_N "checking for X11/Xaw3d/Scrollbar.h... $ECHO_C" >&6
6935if test "${ac_cv_header_X11_Xaw3d_Scrollbar_h+set}" = set; then 6940if test "${ac_cv_header_X11_Xaw3d_Scrollbar_h+set}" = set; then
6936 echo $ECHO_N "(cached) $ECHO_C" >&6 6941 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6940,13 +6945,13 @@ else
6940#include "confdefs.h" 6945#include "confdefs.h"
6941#include <X11/Xaw3d/Scrollbar.h> 6946#include <X11/Xaw3d/Scrollbar.h>
6942_ACEOF 6947_ACEOF
6943if { (eval echo "$as_me:6943: \"$ac_cpp conftest.$ac_ext\"") >&5 6948if { (eval echo "$as_me:6948: \"$ac_cpp conftest.$ac_ext\"") >&5
6944 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 6949 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6945 ac_status=$? 6950 ac_status=$?
6946 egrep -v '^ *\+' conftest.er1 >conftest.err 6951 egrep -v '^ *\+' conftest.er1 >conftest.err
6947 rm -f conftest.er1 6952 rm -f conftest.er1
6948 cat conftest.err >&5 6953 cat conftest.err >&5
6949 echo "$as_me:6949: \$? = $ac_status" >&5 6954 echo "$as_me:6954: \$? = $ac_status" >&5
6950 (exit $ac_status); } >/dev/null; then 6955 (exit $ac_status); } >/dev/null; then
6951 if test -s conftest.err; then 6956 if test -s conftest.err; then
6952 ac_cpp_err=$ac_c_preproc_warn_flag 6957 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -6965,10 +6970,10 @@ else
6965fi 6970fi
6966rm -f conftest.err conftest.$ac_ext 6971rm -f conftest.err conftest.$ac_ext
6967fi 6972fi
6968echo "$as_me:6968: result: $ac_cv_header_X11_Xaw3d_Scrollbar_h" >&5 6973echo "$as_me:6973: result: $ac_cv_header_X11_Xaw3d_Scrollbar_h" >&5
6969echo "${ECHO_T}$ac_cv_header_X11_Xaw3d_Scrollbar_h" >&6 6974echo "${ECHO_T}$ac_cv_header_X11_Xaw3d_Scrollbar_h" >&6
6970if test $ac_cv_header_X11_Xaw3d_Scrollbar_h = yes; then 6975if test $ac_cv_header_X11_Xaw3d_Scrollbar_h = yes; then
6971 echo "$as_me:6971: checking for XawScrollbarSetThumb in -lXaw3d" >&5 6976 echo "$as_me:6976: checking for XawScrollbarSetThumb in -lXaw3d" >&5
6972echo $ECHO_N "checking for XawScrollbarSetThumb in -lXaw3d... $ECHO_C" >&6 6977echo $ECHO_N "checking for XawScrollbarSetThumb in -lXaw3d... $ECHO_C" >&6
6973if test "${ac_cv_lib_Xaw3d_XawScrollbarSetThumb+set}" = set; then 6978if test "${ac_cv_lib_Xaw3d_XawScrollbarSetThumb+set}" = set; then
6974 echo $ECHO_N "(cached) $ECHO_C" >&6 6979 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6995,16 +7000,16 @@ XawScrollbarSetThumb ();
6995} 7000}
6996_ACEOF 7001_ACEOF
6997rm -f conftest.$ac_objext conftest$ac_exeext 7002rm -f conftest.$ac_objext conftest$ac_exeext
6998if { (eval echo "$as_me:6998: \"$ac_link\"") >&5 7003if { (eval echo "$as_me:7003: \"$ac_link\"") >&5
6999 (eval $ac_link) 2>&5 7004 (eval $ac_link) 2>&5
7000 ac_status=$? 7005 ac_status=$?
7001 echo "$as_me:7001: \$? = $ac_status" >&5 7006 echo "$as_me:7006: \$? = $ac_status" >&5
7002 (exit $ac_status); } && 7007 (exit $ac_status); } &&
7003 { ac_try='test -s conftest$ac_exeext' 7008 { ac_try='test -s conftest$ac_exeext'
7004 { (eval echo "$as_me:7004: \"$ac_try\"") >&5 7009 { (eval echo "$as_me:7009: \"$ac_try\"") >&5
7005 (eval $ac_try) 2>&5 7010 (eval $ac_try) 2>&5
7006 ac_status=$? 7011 ac_status=$?
7007 echo "$as_me:7007: \$? = $ac_status" >&5 7012 echo "$as_me:7012: \$? = $ac_status" >&5
7008 (exit $ac_status); }; }; then 7013 (exit $ac_status); }; }; then
7009 ac_cv_lib_Xaw3d_XawScrollbarSetThumb=yes 7014 ac_cv_lib_Xaw3d_XawScrollbarSetThumb=yes
7010else 7015else
@@ -7015,7 +7020,7 @@ fi
7015rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7020rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7016LIBS=$ac_check_lib_save_LIBS 7021LIBS=$ac_check_lib_save_LIBS
7017fi 7022fi
7018echo "$as_me:7018: result: $ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&5 7023echo "$as_me:7023: result: $ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&5
7019echo "${ECHO_T}$ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&6 7024echo "${ECHO_T}$ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&6
7020if test $ac_cv_lib_Xaw3d_XawScrollbarSetThumb = yes; then 7025if test $ac_cv_lib_Xaw3d_XawScrollbarSetThumb = yes; then
7021 HAVE_XAW3D=yes 7026 HAVE_XAW3D=yes
@@ -7065,7 +7070,7 @@ fi
7065HAVE_XPM=no 7070HAVE_XPM=no
7066if test "${HAVE_X11}" = "yes"; then 7071if test "${HAVE_X11}" = "yes"; then
7067 if test "${with_xpm}" != "no"; then 7072 if test "${with_xpm}" != "no"; then
7068 echo "$as_me:7068: checking for X11/xpm.h" >&5 7073 echo "$as_me:7073: checking for X11/xpm.h" >&5
7069echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6 7074echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6
7070if test "${ac_cv_header_X11_xpm_h+set}" = set; then 7075if test "${ac_cv_header_X11_xpm_h+set}" = set; then
7071 echo $ECHO_N "(cached) $ECHO_C" >&6 7076 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7075,13 +7080,13 @@ else
7075#include "confdefs.h" 7080#include "confdefs.h"
7076#include <X11/xpm.h> 7081#include <X11/xpm.h>
7077_ACEOF 7082_ACEOF
7078if { (eval echo "$as_me:7078: \"$ac_cpp conftest.$ac_ext\"") >&5 7083if { (eval echo "$as_me:7083: \"$ac_cpp conftest.$ac_ext\"") >&5
7079 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7084 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7080 ac_status=$? 7085 ac_status=$?
7081 egrep -v '^ *\+' conftest.er1 >conftest.err 7086 egrep -v '^ *\+' conftest.er1 >conftest.err
7082 rm -f conftest.er1 7087 rm -f conftest.er1
7083 cat conftest.err >&5 7088 cat conftest.err >&5
7084 echo "$as_me:7084: \$? = $ac_status" >&5 7089 echo "$as_me:7089: \$? = $ac_status" >&5
7085 (exit $ac_status); } >/dev/null; then 7090 (exit $ac_status); } >/dev/null; then
7086 if test -s conftest.err; then 7091 if test -s conftest.err; then
7087 ac_cpp_err=$ac_c_preproc_warn_flag 7092 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -7100,10 +7105,10 @@ else
7100fi 7105fi
7101rm -f conftest.err conftest.$ac_ext 7106rm -f conftest.err conftest.$ac_ext
7102fi 7107fi
7103echo "$as_me:7103: result: $ac_cv_header_X11_xpm_h" >&5 7108echo "$as_me:7108: result: $ac_cv_header_X11_xpm_h" >&5
7104echo "${ECHO_T}$ac_cv_header_X11_xpm_h" >&6 7109echo "${ECHO_T}$ac_cv_header_X11_xpm_h" >&6
7105if test $ac_cv_header_X11_xpm_h = yes; then 7110if test $ac_cv_header_X11_xpm_h = yes; then
7106 echo "$as_me:7106: checking for XpmReadFileToPixmap in -lXpm" >&5 7111 echo "$as_me:7111: checking for XpmReadFileToPixmap in -lXpm" >&5
7107echo $ECHO_N "checking for XpmReadFileToPixmap in -lXpm... $ECHO_C" >&6 7112echo $ECHO_N "checking for XpmReadFileToPixmap in -lXpm... $ECHO_C" >&6
7108if test "${ac_cv_lib_Xpm_XpmReadFileToPixmap+set}" = set; then 7113if test "${ac_cv_lib_Xpm_XpmReadFileToPixmap+set}" = set; then
7109 echo $ECHO_N "(cached) $ECHO_C" >&6 7114 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7130,16 +7135,16 @@ XpmReadFileToPixmap ();
7130} 7135}
7131_ACEOF 7136_ACEOF
7132rm -f conftest.$ac_objext conftest$ac_exeext 7137rm -f conftest.$ac_objext conftest$ac_exeext
7133if { (eval echo "$as_me:7133: \"$ac_link\"") >&5 7138if { (eval echo "$as_me:7138: \"$ac_link\"") >&5
7134 (eval $ac_link) 2>&5 7139 (eval $ac_link) 2>&5
7135 ac_status=$? 7140 ac_status=$?
7136 echo "$as_me:7136: \$? = $ac_status" >&5 7141 echo "$as_me:7141: \$? = $ac_status" >&5
7137 (exit $ac_status); } && 7142 (exit $ac_status); } &&
7138 { ac_try='test -s conftest$ac_exeext' 7143 { ac_try='test -s conftest$ac_exeext'
7139 { (eval echo "$as_me:7139: \"$ac_try\"") >&5 7144 { (eval echo "$as_me:7144: \"$ac_try\"") >&5
7140 (eval $ac_try) 2>&5 7145 (eval $ac_try) 2>&5
7141 ac_status=$? 7146 ac_status=$?
7142 echo "$as_me:7142: \$? = $ac_status" >&5 7147 echo "$as_me:7147: \$? = $ac_status" >&5
7143 (exit $ac_status); }; }; then 7148 (exit $ac_status); }; }; then
7144 ac_cv_lib_Xpm_XpmReadFileToPixmap=yes 7149 ac_cv_lib_Xpm_XpmReadFileToPixmap=yes
7145else 7150else
@@ -7150,7 +7155,7 @@ fi
7150rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7155rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7151LIBS=$ac_check_lib_save_LIBS 7156LIBS=$ac_check_lib_save_LIBS
7152fi 7157fi
7153echo "$as_me:7153: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5 7158echo "$as_me:7158: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5
7154echo "${ECHO_T}$ac_cv_lib_Xpm_XpmReadFileToPixmap" >&6 7159echo "${ECHO_T}$ac_cv_lib_Xpm_XpmReadFileToPixmap" >&6
7155if test $ac_cv_lib_Xpm_XpmReadFileToPixmap = yes; then 7160if test $ac_cv_lib_Xpm_XpmReadFileToPixmap = yes; then
7156 HAVE_XPM=yes 7161 HAVE_XPM=yes
@@ -7159,7 +7164,7 @@ fi
7159fi 7164fi
7160 7165
7161 if test "${HAVE_XPM}" = "yes"; then 7166 if test "${HAVE_XPM}" = "yes"; then
7162 echo "$as_me:7162: checking for XpmReturnAllocPixels preprocessor define" >&5 7167 echo "$as_me:7167: checking for XpmReturnAllocPixels preprocessor define" >&5
7163echo $ECHO_N "checking for XpmReturnAllocPixels preprocessor define... $ECHO_C" >&6 7168echo $ECHO_N "checking for XpmReturnAllocPixels preprocessor define... $ECHO_C" >&6
7164 cat >conftest.$ac_ext <<_ACEOF 7169 cat >conftest.$ac_ext <<_ACEOF
7165#line 7165 "configure" 7170#line 7165 "configure"
@@ -7179,10 +7184,10 @@ fi
7179rm -f conftest* 7184rm -f conftest*
7180 7185
7181 if test "${HAVE_XPM}" = "yes"; then 7186 if test "${HAVE_XPM}" = "yes"; then
7182 echo "$as_me:7182: result: yes" >&5 7187 echo "$as_me:7187: result: yes" >&5
7183echo "${ECHO_T}yes" >&6 7188echo "${ECHO_T}yes" >&6
7184 else 7189 else
7185 echo "$as_me:7185: result: no" >&5 7190 echo "$as_me:7190: result: no" >&5
7186echo "${ECHO_T}no" >&6 7191echo "${ECHO_T}no" >&6
7187 fi 7192 fi
7188 fi 7193 fi
@@ -7201,7 +7206,7 @@ fi
7201HAVE_JPEG=no 7206HAVE_JPEG=no
7202if test "${HAVE_X11}" = "yes"; then 7207if test "${HAVE_X11}" = "yes"; then
7203 if test "${with_jpeg}" != "no"; then 7208 if test "${with_jpeg}" != "no"; then
7204 echo "$as_me:7204: checking for jerror.h" >&5 7209 echo "$as_me:7209: checking for jerror.h" >&5
7205echo $ECHO_N "checking for jerror.h... $ECHO_C" >&6 7210echo $ECHO_N "checking for jerror.h... $ECHO_C" >&6
7206if test "${ac_cv_header_jerror_h+set}" = set; then 7211if test "${ac_cv_header_jerror_h+set}" = set; then
7207 echo $ECHO_N "(cached) $ECHO_C" >&6 7212 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7211,13 +7216,13 @@ else
7211#include "confdefs.h" 7216#include "confdefs.h"
7212#include <jerror.h> 7217#include <jerror.h>
7213_ACEOF 7218_ACEOF
7214if { (eval echo "$as_me:7214: \"$ac_cpp conftest.$ac_ext\"") >&5 7219if { (eval echo "$as_me:7219: \"$ac_cpp conftest.$ac_ext\"") >&5
7215 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7220 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7216 ac_status=$? 7221 ac_status=$?
7217 egrep -v '^ *\+' conftest.er1 >conftest.err 7222 egrep -v '^ *\+' conftest.er1 >conftest.err
7218 rm -f conftest.er1 7223 rm -f conftest.er1
7219 cat conftest.err >&5 7224 cat conftest.err >&5
7220 echo "$as_me:7220: \$? = $ac_status" >&5 7225 echo "$as_me:7225: \$? = $ac_status" >&5
7221 (exit $ac_status); } >/dev/null; then 7226 (exit $ac_status); } >/dev/null; then
7222 if test -s conftest.err; then 7227 if test -s conftest.err; then
7223 ac_cpp_err=$ac_c_preproc_warn_flag 7228 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -7236,10 +7241,10 @@ else
7236fi 7241fi
7237rm -f conftest.err conftest.$ac_ext 7242rm -f conftest.err conftest.$ac_ext
7238fi 7243fi
7239echo "$as_me:7239: result: $ac_cv_header_jerror_h" >&5 7244echo "$as_me:7244: result: $ac_cv_header_jerror_h" >&5
7240echo "${ECHO_T}$ac_cv_header_jerror_h" >&6 7245echo "${ECHO_T}$ac_cv_header_jerror_h" >&6
7241if test $ac_cv_header_jerror_h = yes; then 7246if test $ac_cv_header_jerror_h = yes; then
7242 echo "$as_me:7242: checking for jpeg_destroy_compress in -ljpeg" >&5 7247 echo "$as_me:7247: checking for jpeg_destroy_compress in -ljpeg" >&5
7243echo $ECHO_N "checking for jpeg_destroy_compress in -ljpeg... $ECHO_C" >&6 7248echo $ECHO_N "checking for jpeg_destroy_compress in -ljpeg... $ECHO_C" >&6
7244if test "${ac_cv_lib_jpeg_jpeg_destroy_compress+set}" = set; then 7249if test "${ac_cv_lib_jpeg_jpeg_destroy_compress+set}" = set; then
7245 echo $ECHO_N "(cached) $ECHO_C" >&6 7250 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7266,16 +7271,16 @@ jpeg_destroy_compress ();
7266} 7271}
7267_ACEOF 7272_ACEOF
7268rm -f conftest.$ac_objext conftest$ac_exeext 7273rm -f conftest.$ac_objext conftest$ac_exeext
7269if { (eval echo "$as_me:7269: \"$ac_link\"") >&5 7274if { (eval echo "$as_me:7274: \"$ac_link\"") >&5
7270 (eval $ac_link) 2>&5 7275 (eval $ac_link) 2>&5
7271 ac_status=$? 7276 ac_status=$?
7272 echo "$as_me:7272: \$? = $ac_status" >&5 7277 echo "$as_me:7277: \$? = $ac_status" >&5
7273 (exit $ac_status); } && 7278 (exit $ac_status); } &&
7274 { ac_try='test -s conftest$ac_exeext' 7279 { ac_try='test -s conftest$ac_exeext'
7275 { (eval echo "$as_me:7275: \"$ac_try\"") >&5 7280 { (eval echo "$as_me:7280: \"$ac_try\"") >&5
7276 (eval $ac_try) 2>&5 7281 (eval $ac_try) 2>&5
7277 ac_status=$? 7282 ac_status=$?
7278 echo "$as_me:7278: \$? = $ac_status" >&5 7283 echo "$as_me:7283: \$? = $ac_status" >&5
7279 (exit $ac_status); }; }; then 7284 (exit $ac_status); }; }; then
7280 ac_cv_lib_jpeg_jpeg_destroy_compress=yes 7285 ac_cv_lib_jpeg_jpeg_destroy_compress=yes
7281else 7286else
@@ -7286,7 +7291,7 @@ fi
7286rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7291rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7287LIBS=$ac_check_lib_save_LIBS 7292LIBS=$ac_check_lib_save_LIBS
7288fi 7293fi
7289echo "$as_me:7289: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5 7294echo "$as_me:7294: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5
7290echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_destroy_compress" >&6 7295echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_destroy_compress" >&6
7291if test $ac_cv_lib_jpeg_jpeg_destroy_compress = yes; then 7296if test $ac_cv_lib_jpeg_jpeg_destroy_compress = yes; then
7292 HAVE_JPEG=yes 7297 HAVE_JPEG=yes
@@ -7315,7 +7320,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7315EOF 7320EOF
7316 7321
7317else 7322else
7318 { echo "$as_me:7318: WARNING: libjpeg found, but not version 6b or later" >&5 7323 { echo "$as_me:7323: WARNING: libjpeg found, but not version 6b or later" >&5
7319echo "$as_me: WARNING: libjpeg found, but not version 6b or later" >&2;} 7324echo "$as_me: WARNING: libjpeg found, but not version 6b or later" >&2;}
7320 HAVE_JPEG=no 7325 HAVE_JPEG=no
7321fi 7326fi
@@ -7328,7 +7333,7 @@ fi
7328HAVE_PNG=no 7333HAVE_PNG=no
7329if test "${HAVE_X11}" = "yes"; then 7334if test "${HAVE_X11}" = "yes"; then
7330 if test "${with_png}" != "no"; then 7335 if test "${with_png}" != "no"; then
7331 echo "$as_me:7331: checking for png.h" >&5 7336 echo "$as_me:7336: checking for png.h" >&5
7332echo $ECHO_N "checking for png.h... $ECHO_C" >&6 7337echo $ECHO_N "checking for png.h... $ECHO_C" >&6
7333if test "${ac_cv_header_png_h+set}" = set; then 7338if test "${ac_cv_header_png_h+set}" = set; then
7334 echo $ECHO_N "(cached) $ECHO_C" >&6 7339 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7338,13 +7343,13 @@ else
7338#include "confdefs.h" 7343#include "confdefs.h"
7339#include <png.h> 7344#include <png.h>
7340_ACEOF 7345_ACEOF
7341if { (eval echo "$as_me:7341: \"$ac_cpp conftest.$ac_ext\"") >&5 7346if { (eval echo "$as_me:7346: \"$ac_cpp conftest.$ac_ext\"") >&5
7342 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7347 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7343 ac_status=$? 7348 ac_status=$?
7344 egrep -v '^ *\+' conftest.er1 >conftest.err 7349 egrep -v '^ *\+' conftest.er1 >conftest.err
7345 rm -f conftest.er1 7350 rm -f conftest.er1
7346 cat conftest.err >&5 7351 cat conftest.err >&5
7347 echo "$as_me:7347: \$? = $ac_status" >&5 7352 echo "$as_me:7352: \$? = $ac_status" >&5
7348 (exit $ac_status); } >/dev/null; then 7353 (exit $ac_status); } >/dev/null; then
7349 if test -s conftest.err; then 7354 if test -s conftest.err; then
7350 ac_cpp_err=$ac_c_preproc_warn_flag 7355 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -7363,10 +7368,10 @@ else
7363fi 7368fi
7364rm -f conftest.err conftest.$ac_ext 7369rm -f conftest.err conftest.$ac_ext
7365fi 7370fi
7366echo "$as_me:7366: result: $ac_cv_header_png_h" >&5 7371echo "$as_me:7371: result: $ac_cv_header_png_h" >&5
7367echo "${ECHO_T}$ac_cv_header_png_h" >&6 7372echo "${ECHO_T}$ac_cv_header_png_h" >&6
7368if test $ac_cv_header_png_h = yes; then 7373if test $ac_cv_header_png_h = yes; then
7369 echo "$as_me:7369: checking for png_get_channels in -lpng" >&5 7374 echo "$as_me:7374: checking for png_get_channels in -lpng" >&5
7370echo $ECHO_N "checking for png_get_channels in -lpng... $ECHO_C" >&6 7375echo $ECHO_N "checking for png_get_channels in -lpng... $ECHO_C" >&6
7371if test "${ac_cv_lib_png_png_get_channels+set}" = set; then 7376if test "${ac_cv_lib_png_png_get_channels+set}" = set; then
7372 echo $ECHO_N "(cached) $ECHO_C" >&6 7377 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7393,16 +7398,16 @@ png_get_channels ();
7393} 7398}
7394_ACEOF 7399_ACEOF
7395rm -f conftest.$ac_objext conftest$ac_exeext 7400rm -f conftest.$ac_objext conftest$ac_exeext
7396if { (eval echo "$as_me:7396: \"$ac_link\"") >&5 7401if { (eval echo "$as_me:7401: \"$ac_link\"") >&5
7397 (eval $ac_link) 2>&5 7402 (eval $ac_link) 2>&5
7398 ac_status=$? 7403 ac_status=$?
7399 echo "$as_me:7399: \$? = $ac_status" >&5 7404 echo "$as_me:7404: \$? = $ac_status" >&5
7400 (exit $ac_status); } && 7405 (exit $ac_status); } &&
7401 { ac_try='test -s conftest$ac_exeext' 7406 { ac_try='test -s conftest$ac_exeext'
7402 { (eval echo "$as_me:7402: \"$ac_try\"") >&5 7407 { (eval echo "$as_me:7407: \"$ac_try\"") >&5
7403 (eval $ac_try) 2>&5 7408 (eval $ac_try) 2>&5
7404 ac_status=$? 7409 ac_status=$?
7405 echo "$as_me:7405: \$? = $ac_status" >&5 7410 echo "$as_me:7410: \$? = $ac_status" >&5
7406 (exit $ac_status); }; }; then 7411 (exit $ac_status); }; }; then
7407 ac_cv_lib_png_png_get_channels=yes 7412 ac_cv_lib_png_png_get_channels=yes
7408else 7413else
@@ -7413,7 +7418,7 @@ fi
7413rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7418rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7414LIBS=$ac_check_lib_save_LIBS 7419LIBS=$ac_check_lib_save_LIBS
7415fi 7420fi
7416echo "$as_me:7416: result: $ac_cv_lib_png_png_get_channels" >&5 7421echo "$as_me:7421: result: $ac_cv_lib_png_png_get_channels" >&5
7417echo "${ECHO_T}$ac_cv_lib_png_png_get_channels" >&6 7422echo "${ECHO_T}$ac_cv_lib_png_png_get_channels" >&6
7418if test $ac_cv_lib_png_png_get_channels = yes; then 7423if test $ac_cv_lib_png_png_get_channels = yes; then
7419 HAVE_PNG=yes 7424 HAVE_PNG=yes
@@ -7436,7 +7441,7 @@ fi
7436HAVE_TIFF=no 7441HAVE_TIFF=no
7437if test "${HAVE_X11}" = "yes"; then 7442if test "${HAVE_X11}" = "yes"; then
7438 if test "${with_tiff}" != "no"; then 7443 if test "${with_tiff}" != "no"; then
7439 echo "$as_me:7439: checking for tiffio.h" >&5 7444 echo "$as_me:7444: checking for tiffio.h" >&5
7440echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6 7445echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
7441if test "${ac_cv_header_tiffio_h+set}" = set; then 7446if test "${ac_cv_header_tiffio_h+set}" = set; then
7442 echo $ECHO_N "(cached) $ECHO_C" >&6 7447 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7446,13 +7451,13 @@ else
7446#include "confdefs.h" 7451#include "confdefs.h"
7447#include <tiffio.h> 7452#include <tiffio.h>
7448_ACEOF 7453_ACEOF
7449if { (eval echo "$as_me:7449: \"$ac_cpp conftest.$ac_ext\"") >&5 7454if { (eval echo "$as_me:7454: \"$ac_cpp conftest.$ac_ext\"") >&5
7450 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7455 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7451 ac_status=$? 7456 ac_status=$?
7452 egrep -v '^ *\+' conftest.er1 >conftest.err 7457 egrep -v '^ *\+' conftest.er1 >conftest.err
7453 rm -f conftest.er1 7458 rm -f conftest.er1
7454 cat conftest.err >&5 7459 cat conftest.err >&5
7455 echo "$as_me:7455: \$? = $ac_status" >&5 7460 echo "$as_me:7460: \$? = $ac_status" >&5
7456 (exit $ac_status); } >/dev/null; then 7461 (exit $ac_status); } >/dev/null; then
7457 if test -s conftest.err; then 7462 if test -s conftest.err; then
7458 ac_cpp_err=$ac_c_preproc_warn_flag 7463 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -7471,13 +7476,13 @@ else
7471fi 7476fi
7472rm -f conftest.err conftest.$ac_ext 7477rm -f conftest.err conftest.$ac_ext
7473fi 7478fi
7474echo "$as_me:7474: result: $ac_cv_header_tiffio_h" >&5 7479echo "$as_me:7479: result: $ac_cv_header_tiffio_h" >&5
7475echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6 7480echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
7476if test $ac_cv_header_tiffio_h = yes; then 7481if test $ac_cv_header_tiffio_h = yes; then
7477 tifflibs="-lz -lm" 7482 tifflibs="-lz -lm"
7478 # At least one tiff package requires the jpeg library. 7483 # At least one tiff package requires the jpeg library.
7479 if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi 7484 if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi
7480 echo "$as_me:7480: checking for TIFFGetVersion in -ltiff" >&5 7485 echo "$as_me:7485: checking for TIFFGetVersion in -ltiff" >&5
7481echo $ECHO_N "checking for TIFFGetVersion in -ltiff... $ECHO_C" >&6 7486echo $ECHO_N "checking for TIFFGetVersion in -ltiff... $ECHO_C" >&6
7482if test "${ac_cv_lib_tiff_TIFFGetVersion+set}" = set; then 7487if test "${ac_cv_lib_tiff_TIFFGetVersion+set}" = set; then
7483 echo $ECHO_N "(cached) $ECHO_C" >&6 7488 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7504,16 +7509,16 @@ TIFFGetVersion ();
7504} 7509}
7505_ACEOF 7510_ACEOF
7506rm -f conftest.$ac_objext conftest$ac_exeext 7511rm -f conftest.$ac_objext conftest$ac_exeext
7507if { (eval echo "$as_me:7507: \"$ac_link\"") >&5 7512if { (eval echo "$as_me:7512: \"$ac_link\"") >&5
7508 (eval $ac_link) 2>&5 7513 (eval $ac_link) 2>&5
7509 ac_status=$? 7514 ac_status=$?
7510 echo "$as_me:7510: \$? = $ac_status" >&5 7515 echo "$as_me:7515: \$? = $ac_status" >&5
7511 (exit $ac_status); } && 7516 (exit $ac_status); } &&
7512 { ac_try='test -s conftest$ac_exeext' 7517 { ac_try='test -s conftest$ac_exeext'
7513 { (eval echo "$as_me:7513: \"$ac_try\"") >&5 7518 { (eval echo "$as_me:7518: \"$ac_try\"") >&5
7514 (eval $ac_try) 2>&5 7519 (eval $ac_try) 2>&5
7515 ac_status=$? 7520 ac_status=$?
7516 echo "$as_me:7516: \$? = $ac_status" >&5 7521 echo "$as_me:7521: \$? = $ac_status" >&5
7517 (exit $ac_status); }; }; then 7522 (exit $ac_status); }; }; then
7518 ac_cv_lib_tiff_TIFFGetVersion=yes 7523 ac_cv_lib_tiff_TIFFGetVersion=yes
7519else 7524else
@@ -7524,7 +7529,7 @@ fi
7524rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7529rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7525LIBS=$ac_check_lib_save_LIBS 7530LIBS=$ac_check_lib_save_LIBS
7526fi 7531fi
7527echo "$as_me:7527: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5 7532echo "$as_me:7532: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5
7528echo "${ECHO_T}$ac_cv_lib_tiff_TIFFGetVersion" >&6 7533echo "${ECHO_T}$ac_cv_lib_tiff_TIFFGetVersion" >&6
7529if test $ac_cv_lib_tiff_TIFFGetVersion = yes; then 7534if test $ac_cv_lib_tiff_TIFFGetVersion = yes; then
7530 HAVE_TIFF=yes 7535 HAVE_TIFF=yes
@@ -7547,7 +7552,7 @@ fi
7547HAVE_GIF=no 7552HAVE_GIF=no
7548if test "${HAVE_X11}" = "yes"; then 7553if test "${HAVE_X11}" = "yes"; then
7549 if test "${with_gif}" != "no"; then 7554 if test "${with_gif}" != "no"; then
7550 echo "$as_me:7550: checking for gif_lib.h" >&5 7555 echo "$as_me:7555: checking for gif_lib.h" >&5
7551echo $ECHO_N "checking for gif_lib.h... $ECHO_C" >&6 7556echo $ECHO_N "checking for gif_lib.h... $ECHO_C" >&6
7552if test "${ac_cv_header_gif_lib_h+set}" = set; then 7557if test "${ac_cv_header_gif_lib_h+set}" = set; then
7553 echo $ECHO_N "(cached) $ECHO_C" >&6 7558 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7557,13 +7562,13 @@ else
7557#include "confdefs.h" 7562#include "confdefs.h"
7558#include <gif_lib.h> 7563#include <gif_lib.h>
7559_ACEOF 7564_ACEOF
7560if { (eval echo "$as_me:7560: \"$ac_cpp conftest.$ac_ext\"") >&5 7565if { (eval echo "$as_me:7565: \"$ac_cpp conftest.$ac_ext\"") >&5
7561 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7566 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7562 ac_status=$? 7567 ac_status=$?
7563 egrep -v '^ *\+' conftest.er1 >conftest.err 7568 egrep -v '^ *\+' conftest.er1 >conftest.err
7564 rm -f conftest.er1 7569 rm -f conftest.er1
7565 cat conftest.err >&5 7570 cat conftest.err >&5
7566 echo "$as_me:7566: \$? = $ac_status" >&5 7571 echo "$as_me:7571: \$? = $ac_status" >&5
7567 (exit $ac_status); } >/dev/null; then 7572 (exit $ac_status); } >/dev/null; then
7568 if test -s conftest.err; then 7573 if test -s conftest.err; then
7569 ac_cpp_err=$ac_c_preproc_warn_flag 7574 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -7582,12 +7587,12 @@ else
7582fi 7587fi
7583rm -f conftest.err conftest.$ac_ext 7588rm -f conftest.err conftest.$ac_ext
7584fi 7589fi
7585echo "$as_me:7585: result: $ac_cv_header_gif_lib_h" >&5 7590echo "$as_me:7590: result: $ac_cv_header_gif_lib_h" >&5
7586echo "${ECHO_T}$ac_cv_header_gif_lib_h" >&6 7591echo "${ECHO_T}$ac_cv_header_gif_lib_h" >&6
7587if test $ac_cv_header_gif_lib_h = yes; then 7592if test $ac_cv_header_gif_lib_h = yes; then
7588 # EGifPutExtensionLast only exists from version libungif-4.1.0b1. 7593 # EGifPutExtensionLast only exists from version libungif-4.1.0b1.
7589# Earlier versions can crash Emacs. 7594# Earlier versions can crash Emacs.
7590 echo "$as_me:7590: checking for EGifPutExtensionLast in -lungif" >&5 7595 echo "$as_me:7595: checking for EGifPutExtensionLast in -lungif" >&5
7591echo $ECHO_N "checking for EGifPutExtensionLast in -lungif... $ECHO_C" >&6 7596echo $ECHO_N "checking for EGifPutExtensionLast in -lungif... $ECHO_C" >&6
7592if test "${ac_cv_lib_ungif_EGifPutExtensionLast+set}" = set; then 7597if test "${ac_cv_lib_ungif_EGifPutExtensionLast+set}" = set; then
7593 echo $ECHO_N "(cached) $ECHO_C" >&6 7598 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7614,16 +7619,16 @@ EGifPutExtensionLast ();
7614} 7619}
7615_ACEOF 7620_ACEOF
7616rm -f conftest.$ac_objext conftest$ac_exeext 7621rm -f conftest.$ac_objext conftest$ac_exeext
7617if { (eval echo "$as_me:7617: \"$ac_link\"") >&5 7622if { (eval echo "$as_me:7622: \"$ac_link\"") >&5
7618 (eval $ac_link) 2>&5 7623 (eval $ac_link) 2>&5
7619 ac_status=$? 7624 ac_status=$?
7620 echo "$as_me:7620: \$? = $ac_status" >&5 7625 echo "$as_me:7625: \$? = $ac_status" >&5
7621 (exit $ac_status); } && 7626 (exit $ac_status); } &&
7622 { ac_try='test -s conftest$ac_exeext' 7627 { ac_try='test -s conftest$ac_exeext'
7623 { (eval echo "$as_me:7623: \"$ac_try\"") >&5 7628 { (eval echo "$as_me:7628: \"$ac_try\"") >&5
7624 (eval $ac_try) 2>&5 7629 (eval $ac_try) 2>&5
7625 ac_status=$? 7630 ac_status=$?
7626 echo "$as_me:7626: \$? = $ac_status" >&5 7631 echo "$as_me:7631: \$? = $ac_status" >&5
7627 (exit $ac_status); }; }; then 7632 (exit $ac_status); }; }; then
7628 ac_cv_lib_ungif_EGifPutExtensionLast=yes 7633 ac_cv_lib_ungif_EGifPutExtensionLast=yes
7629else 7634else
@@ -7634,7 +7639,7 @@ fi
7634rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7639rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7635LIBS=$ac_check_lib_save_LIBS 7640LIBS=$ac_check_lib_save_LIBS
7636fi 7641fi
7637echo "$as_me:7637: result: $ac_cv_lib_ungif_EGifPutExtensionLast" >&5 7642echo "$as_me:7642: result: $ac_cv_lib_ungif_EGifPutExtensionLast" >&5
7638echo "${ECHO_T}$ac_cv_lib_ungif_EGifPutExtensionLast" >&6 7643echo "${ECHO_T}$ac_cv_lib_ungif_EGifPutExtensionLast" >&6
7639if test $ac_cv_lib_ungif_EGifPutExtensionLast = yes; then 7644if test $ac_cv_lib_ungif_EGifPutExtensionLast = yes; then
7640 HAVE_GIF=yes 7645 HAVE_GIF=yes
@@ -7656,7 +7661,7 @@ fi
7656### Use Mac OS X Carbon API to implement GUI. 7661### Use Mac OS X Carbon API to implement GUI.
7657HAVE_CARBON=no 7662HAVE_CARBON=no
7658if test "${with_carbon}" != "no"; then 7663if test "${with_carbon}" != "no"; then
7659 echo "$as_me:7659: checking for Carbon/Carbon.h" >&5 7664 echo "$as_me:7664: checking for Carbon/Carbon.h" >&5
7660echo $ECHO_N "checking for Carbon/Carbon.h... $ECHO_C" >&6 7665echo $ECHO_N "checking for Carbon/Carbon.h... $ECHO_C" >&6
7661if test "${ac_cv_header_Carbon_Carbon_h+set}" = set; then 7666if test "${ac_cv_header_Carbon_Carbon_h+set}" = set; then
7662 echo $ECHO_N "(cached) $ECHO_C" >&6 7667 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7666,13 +7671,13 @@ else
7666#include "confdefs.h" 7671#include "confdefs.h"
7667#include <Carbon/Carbon.h> 7672#include <Carbon/Carbon.h>
7668_ACEOF 7673_ACEOF
7669if { (eval echo "$as_me:7669: \"$ac_cpp conftest.$ac_ext\"") >&5 7674if { (eval echo "$as_me:7674: \"$ac_cpp conftest.$ac_ext\"") >&5
7670 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7675 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7671 ac_status=$? 7676 ac_status=$?
7672 egrep -v '^ *\+' conftest.er1 >conftest.err 7677 egrep -v '^ *\+' conftest.er1 >conftest.err
7673 rm -f conftest.er1 7678 rm -f conftest.er1
7674 cat conftest.err >&5 7679 cat conftest.err >&5
7675 echo "$as_me:7675: \$? = $ac_status" >&5 7680 echo "$as_me:7680: \$? = $ac_status" >&5
7676 (exit $ac_status); } >/dev/null; then 7681 (exit $ac_status); } >/dev/null; then
7677 if test -s conftest.err; then 7682 if test -s conftest.err; then
7678 ac_cpp_err=$ac_c_preproc_warn_flag 7683 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -7691,7 +7696,7 @@ else
7691fi 7696fi
7692rm -f conftest.err conftest.$ac_ext 7697rm -f conftest.err conftest.$ac_ext
7693fi 7698fi
7694echo "$as_me:7694: result: $ac_cv_header_Carbon_Carbon_h" >&5 7699echo "$as_me:7699: result: $ac_cv_header_Carbon_Carbon_h" >&5
7695echo "${ECHO_T}$ac_cv_header_Carbon_Carbon_h" >&6 7700echo "${ECHO_T}$ac_cv_header_Carbon_Carbon_h" >&6
7696if test $ac_cv_header_Carbon_Carbon_h = yes; then 7701if test $ac_cv_header_Carbon_Carbon_h = yes; then
7697 HAVE_CARBON=yes 7702 HAVE_CARBON=yes
@@ -7710,7 +7715,7 @@ fi
7710### Use session management (-lSM -lICE) if available 7715### Use session management (-lSM -lICE) if available
7711HAVE_X_SM=no 7716HAVE_X_SM=no
7712if test "${HAVE_X11}" = "yes"; then 7717if test "${HAVE_X11}" = "yes"; then
7713 echo "$as_me:7713: checking for X11/SM/SMlib.h" >&5 7718 echo "$as_me:7718: checking for X11/SM/SMlib.h" >&5
7714echo $ECHO_N "checking for X11/SM/SMlib.h... $ECHO_C" >&6 7719echo $ECHO_N "checking for X11/SM/SMlib.h... $ECHO_C" >&6
7715if test "${ac_cv_header_X11_SM_SMlib_h+set}" = set; then 7720if test "${ac_cv_header_X11_SM_SMlib_h+set}" = set; then
7716 echo $ECHO_N "(cached) $ECHO_C" >&6 7721 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7720,13 +7725,13 @@ else
7720#include "confdefs.h" 7725#include "confdefs.h"
7721#include <X11/SM/SMlib.h> 7726#include <X11/SM/SMlib.h>
7722_ACEOF 7727_ACEOF
7723if { (eval echo "$as_me:7723: \"$ac_cpp conftest.$ac_ext\"") >&5 7728if { (eval echo "$as_me:7728: \"$ac_cpp conftest.$ac_ext\"") >&5
7724 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7729 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7725 ac_status=$? 7730 ac_status=$?
7726 egrep -v '^ *\+' conftest.er1 >conftest.err 7731 egrep -v '^ *\+' conftest.er1 >conftest.err
7727 rm -f conftest.er1 7732 rm -f conftest.er1
7728 cat conftest.err >&5 7733 cat conftest.err >&5
7729 echo "$as_me:7729: \$? = $ac_status" >&5 7734 echo "$as_me:7734: \$? = $ac_status" >&5
7730 (exit $ac_status); } >/dev/null; then 7735 (exit $ac_status); } >/dev/null; then
7731 if test -s conftest.err; then 7736 if test -s conftest.err; then
7732 ac_cpp_err=$ac_c_preproc_warn_flag 7737 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -7745,10 +7750,10 @@ else
7745fi 7750fi
7746rm -f conftest.err conftest.$ac_ext 7751rm -f conftest.err conftest.$ac_ext
7747fi 7752fi
7748echo "$as_me:7748: result: $ac_cv_header_X11_SM_SMlib_h" >&5 7753echo "$as_me:7753: result: $ac_cv_header_X11_SM_SMlib_h" >&5
7749echo "${ECHO_T}$ac_cv_header_X11_SM_SMlib_h" >&6 7754echo "${ECHO_T}$ac_cv_header_X11_SM_SMlib_h" >&6
7750if test $ac_cv_header_X11_SM_SMlib_h = yes; then 7755if test $ac_cv_header_X11_SM_SMlib_h = yes; then
7751 echo "$as_me:7751: checking for SmcOpenConnection in -lSM" >&5 7756 echo "$as_me:7756: checking for SmcOpenConnection in -lSM" >&5
7752echo $ECHO_N "checking for SmcOpenConnection in -lSM... $ECHO_C" >&6 7757echo $ECHO_N "checking for SmcOpenConnection in -lSM... $ECHO_C" >&6
7753if test "${ac_cv_lib_SM_SmcOpenConnection+set}" = set; then 7758if test "${ac_cv_lib_SM_SmcOpenConnection+set}" = set; then
7754 echo $ECHO_N "(cached) $ECHO_C" >&6 7759 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7775,16 +7780,16 @@ SmcOpenConnection ();
7775} 7780}
7776_ACEOF 7781_ACEOF
7777rm -f conftest.$ac_objext conftest$ac_exeext 7782rm -f conftest.$ac_objext conftest$ac_exeext
7778if { (eval echo "$as_me:7778: \"$ac_link\"") >&5 7783if { (eval echo "$as_me:7783: \"$ac_link\"") >&5
7779 (eval $ac_link) 2>&5 7784 (eval $ac_link) 2>&5
7780 ac_status=$? 7785 ac_status=$?
7781 echo "$as_me:7781: \$? = $ac_status" >&5 7786 echo "$as_me:7786: \$? = $ac_status" >&5
7782 (exit $ac_status); } && 7787 (exit $ac_status); } &&
7783 { ac_try='test -s conftest$ac_exeext' 7788 { ac_try='test -s conftest$ac_exeext'
7784 { (eval echo "$as_me:7784: \"$ac_try\"") >&5 7789 { (eval echo "$as_me:7789: \"$ac_try\"") >&5
7785 (eval $ac_try) 2>&5 7790 (eval $ac_try) 2>&5
7786 ac_status=$? 7791 ac_status=$?
7787 echo "$as_me:7787: \$? = $ac_status" >&5 7792 echo "$as_me:7792: \$? = $ac_status" >&5
7788 (exit $ac_status); }; }; then 7793 (exit $ac_status); }; }; then
7789 ac_cv_lib_SM_SmcOpenConnection=yes 7794 ac_cv_lib_SM_SmcOpenConnection=yes
7790else 7795else
@@ -7795,7 +7800,7 @@ fi
7795rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7800rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7796LIBS=$ac_check_lib_save_LIBS 7801LIBS=$ac_check_lib_save_LIBS
7797fi 7802fi
7798echo "$as_me:7798: result: $ac_cv_lib_SM_SmcOpenConnection" >&5 7803echo "$as_me:7803: result: $ac_cv_lib_SM_SmcOpenConnection" >&5
7799echo "${ECHO_T}$ac_cv_lib_SM_SmcOpenConnection" >&6 7804echo "${ECHO_T}$ac_cv_lib_SM_SmcOpenConnection" >&6
7800if test $ac_cv_lib_SM_SmcOpenConnection = yes; then 7805if test $ac_cv_lib_SM_SmcOpenConnection = yes; then
7801 HAVE_X_SM=yes 7806 HAVE_X_SM=yes
@@ -7819,7 +7824,7 @@ EOF
7819fi 7824fi
7820 7825
7821# If netdb.h doesn't declare h_errno, we must declare it by hand. 7826# If netdb.h doesn't declare h_errno, we must declare it by hand.
7822echo "$as_me:7822: checking whether netdb declares h_errno" >&5 7827echo "$as_me:7827: checking whether netdb declares h_errno" >&5
7823echo $ECHO_N "checking whether netdb declares h_errno... $ECHO_C" >&6 7828echo $ECHO_N "checking whether netdb declares h_errno... $ECHO_C" >&6
7824if test "${emacs_cv_netdb_declares_h_errno+set}" = set; then 7829if test "${emacs_cv_netdb_declares_h_errno+set}" = set; then
7825 echo $ECHO_N "(cached) $ECHO_C" >&6 7830 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7837,16 +7842,16 @@ return h_errno;
7837} 7842}
7838_ACEOF 7843_ACEOF
7839rm -f conftest.$ac_objext conftest$ac_exeext 7844rm -f conftest.$ac_objext conftest$ac_exeext
7840if { (eval echo "$as_me:7840: \"$ac_link\"") >&5 7845if { (eval echo "$as_me:7845: \"$ac_link\"") >&5
7841 (eval $ac_link) 2>&5 7846 (eval $ac_link) 2>&5
7842 ac_status=$? 7847 ac_status=$?
7843 echo "$as_me:7843: \$? = $ac_status" >&5 7848 echo "$as_me:7848: \$? = $ac_status" >&5
7844 (exit $ac_status); } && 7849 (exit $ac_status); } &&
7845 { ac_try='test -s conftest$ac_exeext' 7850 { ac_try='test -s conftest$ac_exeext'
7846 { (eval echo "$as_me:7846: \"$ac_try\"") >&5 7851 { (eval echo "$as_me:7851: \"$ac_try\"") >&5
7847 (eval $ac_try) 2>&5 7852 (eval $ac_try) 2>&5
7848 ac_status=$? 7853 ac_status=$?
7849 echo "$as_me:7849: \$? = $ac_status" >&5 7854 echo "$as_me:7854: \$? = $ac_status" >&5
7850 (exit $ac_status); }; }; then 7855 (exit $ac_status); }; }; then
7851 emacs_cv_netdb_declares_h_errno=yes 7856 emacs_cv_netdb_declares_h_errno=yes
7852else 7857else
@@ -7856,7 +7861,7 @@ emacs_cv_netdb_declares_h_errno=no
7856fi 7861fi
7857rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7862rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7858fi 7863fi
7859echo "$as_me:7859: result: $emacs_cv_netdb_declares_h_errno" >&5 7864echo "$as_me:7864: result: $emacs_cv_netdb_declares_h_errno" >&5
7860echo "${ECHO_T}$emacs_cv_netdb_declares_h_errno" >&6 7865echo "${ECHO_T}$emacs_cv_netdb_declares_h_errno" >&6
7861if test $emacs_cv_netdb_declares_h_errno = yes; then 7866if test $emacs_cv_netdb_declares_h_errno = yes; then
7862 7867
@@ -7868,7 +7873,7 @@ fi
7868 7873
7869# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works 7874# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
7870# for constant arguments. Useless! 7875# for constant arguments. Useless!
7871echo "$as_me:7871: checking for working alloca.h" >&5 7876echo "$as_me:7876: checking for working alloca.h" >&5
7872echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6 7877echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
7873if test "${ac_cv_working_alloca_h+set}" = set; then 7878if test "${ac_cv_working_alloca_h+set}" = set; then
7874 echo $ECHO_N "(cached) $ECHO_C" >&6 7879 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7886,16 +7891,16 @@ char *p = (char *) alloca (2 * sizeof (int));
7886} 7891}
7887_ACEOF 7892_ACEOF
7888rm -f conftest.$ac_objext conftest$ac_exeext 7893rm -f conftest.$ac_objext conftest$ac_exeext
7889if { (eval echo "$as_me:7889: \"$ac_link\"") >&5 7894if { (eval echo "$as_me:7894: \"$ac_link\"") >&5
7890 (eval $ac_link) 2>&5 7895 (eval $ac_link) 2>&5
7891 ac_status=$? 7896 ac_status=$?
7892 echo "$as_me:7892: \$? = $ac_status" >&5 7897 echo "$as_me:7897: \$? = $ac_status" >&5
7893 (exit $ac_status); } && 7898 (exit $ac_status); } &&
7894 { ac_try='test -s conftest$ac_exeext' 7899 { ac_try='test -s conftest$ac_exeext'
7895 { (eval echo "$as_me:7895: \"$ac_try\"") >&5 7900 { (eval echo "$as_me:7900: \"$ac_try\"") >&5
7896 (eval $ac_try) 2>&5 7901 (eval $ac_try) 2>&5
7897 ac_status=$? 7902 ac_status=$?
7898 echo "$as_me:7898: \$? = $ac_status" >&5 7903 echo "$as_me:7903: \$? = $ac_status" >&5
7899 (exit $ac_status); }; }; then 7904 (exit $ac_status); }; }; then
7900 ac_cv_working_alloca_h=yes 7905 ac_cv_working_alloca_h=yes
7901else 7906else
@@ -7905,7 +7910,7 @@ ac_cv_working_alloca_h=no
7905fi 7910fi
7906rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7911rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7907fi 7912fi
7908echo "$as_me:7908: result: $ac_cv_working_alloca_h" >&5 7913echo "$as_me:7913: result: $ac_cv_working_alloca_h" >&5
7909echo "${ECHO_T}$ac_cv_working_alloca_h" >&6 7914echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
7910if test $ac_cv_working_alloca_h = yes; then 7915if test $ac_cv_working_alloca_h = yes; then
7911 7916
@@ -7915,7 +7920,7 @@ EOF
7915 7920
7916fi 7921fi
7917 7922
7918echo "$as_me:7918: checking for alloca" >&5 7923echo "$as_me:7923: checking for alloca" >&5
7919echo $ECHO_N "checking for alloca... $ECHO_C" >&6 7924echo $ECHO_N "checking for alloca... $ECHO_C" >&6
7920if test "${ac_cv_func_alloca_works+set}" = set; then 7925if test "${ac_cv_func_alloca_works+set}" = set; then
7921 echo $ECHO_N "(cached) $ECHO_C" >&6 7926 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7953,16 +7958,16 @@ char *p = (char *) alloca (1);
7953} 7958}
7954_ACEOF 7959_ACEOF
7955rm -f conftest.$ac_objext conftest$ac_exeext 7960rm -f conftest.$ac_objext conftest$ac_exeext
7956if { (eval echo "$as_me:7956: \"$ac_link\"") >&5 7961if { (eval echo "$as_me:7961: \"$ac_link\"") >&5
7957 (eval $ac_link) 2>&5 7962 (eval $ac_link) 2>&5
7958 ac_status=$? 7963 ac_status=$?
7959 echo "$as_me:7959: \$? = $ac_status" >&5 7964 echo "$as_me:7964: \$? = $ac_status" >&5
7960 (exit $ac_status); } && 7965 (exit $ac_status); } &&
7961 { ac_try='test -s conftest$ac_exeext' 7966 { ac_try='test -s conftest$ac_exeext'
7962 { (eval echo "$as_me:7962: \"$ac_try\"") >&5 7967 { (eval echo "$as_me:7967: \"$ac_try\"") >&5
7963 (eval $ac_try) 2>&5 7968 (eval $ac_try) 2>&5
7964 ac_status=$? 7969 ac_status=$?
7965 echo "$as_me:7965: \$? = $ac_status" >&5 7970 echo "$as_me:7970: \$? = $ac_status" >&5
7966 (exit $ac_status); }; }; then 7971 (exit $ac_status); }; }; then
7967 ac_cv_func_alloca_works=yes 7972 ac_cv_func_alloca_works=yes
7968else 7973else
@@ -7972,7 +7977,7 @@ ac_cv_func_alloca_works=no
7972fi 7977fi
7973rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7978rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7974fi 7979fi
7975echo "$as_me:7975: result: $ac_cv_func_alloca_works" >&5 7980echo "$as_me:7980: result: $ac_cv_func_alloca_works" >&5
7976echo "${ECHO_T}$ac_cv_func_alloca_works" >&6 7981echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
7977 7982
7978if test $ac_cv_func_alloca_works = yes; then 7983if test $ac_cv_func_alloca_works = yes; then
@@ -7993,7 +7998,7 @@ cat >>confdefs.h <<\EOF
7993#define C_ALLOCA 1 7998#define C_ALLOCA 1
7994EOF 7999EOF
7995 8000
7996echo "$as_me:7996: checking whether \`alloca.c' needs Cray hooks" >&5 8001echo "$as_me:8001: checking whether \`alloca.c' needs Cray hooks" >&5
7997echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6 8002echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
7998if test "${ac_cv_os_cray+set}" = set; then 8003if test "${ac_cv_os_cray+set}" = set; then
7999 echo $ECHO_N "(cached) $ECHO_C" >&6 8004 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8017,12 +8022,12 @@ fi
8017rm -f conftest* 8022rm -f conftest*
8018 8023
8019fi 8024fi
8020echo "$as_me:8020: result: $ac_cv_os_cray" >&5 8025echo "$as_me:8025: result: $ac_cv_os_cray" >&5
8021echo "${ECHO_T}$ac_cv_os_cray" >&6 8026echo "${ECHO_T}$ac_cv_os_cray" >&6
8022if test $ac_cv_os_cray = yes; then 8027if test $ac_cv_os_cray = yes; then
8023 for ac_func in _getb67 GETB67 getb67; do 8028 for ac_func in _getb67 GETB67 getb67; do
8024 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 8029 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8025echo "$as_me:8025: checking for $ac_func" >&5 8030echo "$as_me:8030: checking for $ac_func" >&5
8026echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 8031echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8027if eval "test \"\${$as_ac_var+set}\" = set"; then 8032if eval "test \"\${$as_ac_var+set}\" = set"; then
8028 echo $ECHO_N "(cached) $ECHO_C" >&6 8033 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8059,16 +8064,16 @@ f = $ac_func;
8059} 8064}
8060_ACEOF 8065_ACEOF
8061rm -f conftest.$ac_objext conftest$ac_exeext 8066rm -f conftest.$ac_objext conftest$ac_exeext
8062if { (eval echo "$as_me:8062: \"$ac_link\"") >&5 8067if { (eval echo "$as_me:8067: \"$ac_link\"") >&5
8063 (eval $ac_link) 2>&5 8068 (eval $ac_link) 2>&5
8064 ac_status=$? 8069 ac_status=$?
8065 echo "$as_me:8065: \$? = $ac_status" >&5 8070 echo "$as_me:8070: \$? = $ac_status" >&5
8066 (exit $ac_status); } && 8071 (exit $ac_status); } &&
8067 { ac_try='test -s conftest$ac_exeext' 8072 { ac_try='test -s conftest$ac_exeext'
8068 { (eval echo "$as_me:8068: \"$ac_try\"") >&5 8073 { (eval echo "$as_me:8073: \"$ac_try\"") >&5
8069 (eval $ac_try) 2>&5 8074 (eval $ac_try) 2>&5
8070 ac_status=$? 8075 ac_status=$?
8071 echo "$as_me:8071: \$? = $ac_status" >&5 8076 echo "$as_me:8076: \$? = $ac_status" >&5
8072 (exit $ac_status); }; }; then 8077 (exit $ac_status); }; }; then
8073 eval "$as_ac_var=yes" 8078 eval "$as_ac_var=yes"
8074else 8079else
@@ -8078,7 +8083,7 @@ eval "$as_ac_var=no"
8078fi 8083fi
8079rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8084rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8080fi 8085fi
8081echo "$as_me:8081: result: `eval echo '${'$as_ac_var'}'`" >&5 8086echo "$as_me:8086: result: `eval echo '${'$as_ac_var'}'`" >&5
8082echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 8087echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8083if test `eval echo '${'$as_ac_var'}'` = yes; then 8088if test `eval echo '${'$as_ac_var'}'` = yes; then
8084 8089
@@ -8092,7 +8097,7 @@ fi
8092 done 8097 done
8093fi 8098fi
8094 8099
8095echo "$as_me:8095: checking stack direction for C alloca" >&5 8100echo "$as_me:8100: checking stack direction for C alloca" >&5
8096echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6 8101echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
8097if test "${ac_cv_c_stack_direction+set}" = set; then 8102if test "${ac_cv_c_stack_direction+set}" = set; then
8098 echo $ECHO_N "(cached) $ECHO_C" >&6 8103 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8124,15 +8129,15 @@ main ()
8124} 8129}
8125_ACEOF 8130_ACEOF
8126rm -f conftest$ac_exeext 8131rm -f conftest$ac_exeext
8127if { (eval echo "$as_me:8127: \"$ac_link\"") >&5 8132if { (eval echo "$as_me:8132: \"$ac_link\"") >&5
8128 (eval $ac_link) 2>&5 8133 (eval $ac_link) 2>&5
8129 ac_status=$? 8134 ac_status=$?
8130 echo "$as_me:8130: \$? = $ac_status" >&5 8135 echo "$as_me:8135: \$? = $ac_status" >&5
8131 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 8136 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8132 { (eval echo "$as_me:8132: \"$ac_try\"") >&5 8137 { (eval echo "$as_me:8137: \"$ac_try\"") >&5
8133 (eval $ac_try) 2>&5 8138 (eval $ac_try) 2>&5
8134 ac_status=$? 8139 ac_status=$?
8135 echo "$as_me:8135: \$? = $ac_status" >&5 8140 echo "$as_me:8140: \$? = $ac_status" >&5
8136 (exit $ac_status); }; }; then 8141 (exit $ac_status); }; }; then
8137 ac_cv_c_stack_direction=1 8142 ac_cv_c_stack_direction=1
8138else 8143else
@@ -8144,7 +8149,7 @@ fi
8144rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 8149rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8145fi 8150fi
8146fi 8151fi
8147echo "$as_me:8147: result: $ac_cv_c_stack_direction" >&5 8152echo "$as_me:8152: result: $ac_cv_c_stack_direction" >&5
8148echo "${ECHO_T}$ac_cv_c_stack_direction" >&6 8153echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
8149 8154
8150cat >>confdefs.h <<EOF 8155cat >>confdefs.h <<EOF
@@ -8156,7 +8161,7 @@ fi
8156# fmod, logb, and frexp are found in -lm on most systems. 8161# fmod, logb, and frexp are found in -lm on most systems.
8157# On HPUX 9.01, -lm does not contain logb, so check for sqrt. 8162# On HPUX 9.01, -lm does not contain logb, so check for sqrt.
8158 8163
8159echo "$as_me:8159: checking for sqrt in -lm" >&5 8164echo "$as_me:8164: checking for sqrt in -lm" >&5
8160echo $ECHO_N "checking for sqrt in -lm... $ECHO_C" >&6 8165echo $ECHO_N "checking for sqrt in -lm... $ECHO_C" >&6
8161if test "${ac_cv_lib_m_sqrt+set}" = set; then 8166if test "${ac_cv_lib_m_sqrt+set}" = set; then
8162 echo $ECHO_N "(cached) $ECHO_C" >&6 8167 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8183,16 +8188,16 @@ sqrt ();
8183} 8188}
8184_ACEOF 8189_ACEOF
8185rm -f conftest.$ac_objext conftest$ac_exeext 8190rm -f conftest.$ac_objext conftest$ac_exeext
8186if { (eval echo "$as_me:8186: \"$ac_link\"") >&5 8191if { (eval echo "$as_me:8191: \"$ac_link\"") >&5
8187 (eval $ac_link) 2>&5 8192 (eval $ac_link) 2>&5
8188 ac_status=$? 8193 ac_status=$?
8189 echo "$as_me:8189: \$? = $ac_status" >&5 8194 echo "$as_me:8194: \$? = $ac_status" >&5
8190 (exit $ac_status); } && 8195 (exit $ac_status); } &&
8191 { ac_try='test -s conftest$ac_exeext' 8196 { ac_try='test -s conftest$ac_exeext'
8192 { (eval echo "$as_me:8192: \"$ac_try\"") >&5 8197 { (eval echo "$as_me:8197: \"$ac_try\"") >&5
8193 (eval $ac_try) 2>&5 8198 (eval $ac_try) 2>&5
8194 ac_status=$? 8199 ac_status=$?
8195 echo "$as_me:8195: \$? = $ac_status" >&5 8200 echo "$as_me:8200: \$? = $ac_status" >&5
8196 (exit $ac_status); }; }; then 8201 (exit $ac_status); }; }; then
8197 ac_cv_lib_m_sqrt=yes 8202 ac_cv_lib_m_sqrt=yes
8198else 8203else
@@ -8203,7 +8208,7 @@ fi
8203rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8208rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8204LIBS=$ac_check_lib_save_LIBS 8209LIBS=$ac_check_lib_save_LIBS
8205fi 8210fi
8206echo "$as_me:8206: result: $ac_cv_lib_m_sqrt" >&5 8211echo "$as_me:8211: result: $ac_cv_lib_m_sqrt" >&5
8207echo "${ECHO_T}$ac_cv_lib_m_sqrt" >&6 8212echo "${ECHO_T}$ac_cv_lib_m_sqrt" >&6
8208if test $ac_cv_lib_m_sqrt = yes; then 8213if test $ac_cv_lib_m_sqrt = yes; then
8209 cat >>confdefs.h <<EOF 8214 cat >>confdefs.h <<EOF
@@ -8216,7 +8221,7 @@ fi
8216 8221
8217# Check for mail-locking functions in a "mail" library 8222# Check for mail-locking functions in a "mail" library
8218 8223
8219echo "$as_me:8219: checking for maillock in -lmail" >&5 8224echo "$as_me:8224: checking for maillock in -lmail" >&5
8220echo $ECHO_N "checking for maillock in -lmail... $ECHO_C" >&6 8225echo $ECHO_N "checking for maillock in -lmail... $ECHO_C" >&6
8221if test "${ac_cv_lib_mail_maillock+set}" = set; then 8226if test "${ac_cv_lib_mail_maillock+set}" = set; then
8222 echo $ECHO_N "(cached) $ECHO_C" >&6 8227 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8243,16 +8248,16 @@ maillock ();
8243} 8248}
8244_ACEOF 8249_ACEOF
8245rm -f conftest.$ac_objext conftest$ac_exeext 8250rm -f conftest.$ac_objext conftest$ac_exeext
8246if { (eval echo "$as_me:8246: \"$ac_link\"") >&5 8251if { (eval echo "$as_me:8251: \"$ac_link\"") >&5
8247 (eval $ac_link) 2>&5 8252 (eval $ac_link) 2>&5
8248 ac_status=$? 8253 ac_status=$?
8249 echo "$as_me:8249: \$? = $ac_status" >&5 8254 echo "$as_me:8254: \$? = $ac_status" >&5
8250 (exit $ac_status); } && 8255 (exit $ac_status); } &&
8251 { ac_try='test -s conftest$ac_exeext' 8256 { ac_try='test -s conftest$ac_exeext'
8252 { (eval echo "$as_me:8252: \"$ac_try\"") >&5 8257 { (eval echo "$as_me:8257: \"$ac_try\"") >&5
8253 (eval $ac_try) 2>&5 8258 (eval $ac_try) 2>&5
8254 ac_status=$? 8259 ac_status=$?
8255 echo "$as_me:8255: \$? = $ac_status" >&5 8260 echo "$as_me:8260: \$? = $ac_status" >&5
8256 (exit $ac_status); }; }; then 8261 (exit $ac_status); }; }; then
8257 ac_cv_lib_mail_maillock=yes 8262 ac_cv_lib_mail_maillock=yes
8258else 8263else
@@ -8263,7 +8268,7 @@ fi
8263rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8268rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8264LIBS=$ac_check_lib_save_LIBS 8269LIBS=$ac_check_lib_save_LIBS
8265fi 8270fi
8266echo "$as_me:8266: result: $ac_cv_lib_mail_maillock" >&5 8271echo "$as_me:8271: result: $ac_cv_lib_mail_maillock" >&5
8267echo "${ECHO_T}$ac_cv_lib_mail_maillock" >&6 8272echo "${ECHO_T}$ac_cv_lib_mail_maillock" >&6
8268if test $ac_cv_lib_mail_maillock = yes; then 8273if test $ac_cv_lib_mail_maillock = yes; then
8269 cat >>confdefs.h <<EOF 8274 cat >>confdefs.h <<EOF
@@ -8274,7 +8279,7 @@ EOF
8274 8279
8275fi 8280fi
8276 8281
8277echo "$as_me:8277: checking for maillock in -llockfile" >&5 8282echo "$as_me:8282: checking for maillock in -llockfile" >&5
8278echo $ECHO_N "checking for maillock in -llockfile... $ECHO_C" >&6 8283echo $ECHO_N "checking for maillock in -llockfile... $ECHO_C" >&6
8279if test "${ac_cv_lib_lockfile_maillock+set}" = set; then 8284if test "${ac_cv_lib_lockfile_maillock+set}" = set; then
8280 echo $ECHO_N "(cached) $ECHO_C" >&6 8285 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8301,16 +8306,16 @@ maillock ();
8301} 8306}
8302_ACEOF 8307_ACEOF
8303rm -f conftest.$ac_objext conftest$ac_exeext 8308rm -f conftest.$ac_objext conftest$ac_exeext
8304if { (eval echo "$as_me:8304: \"$ac_link\"") >&5 8309if { (eval echo "$as_me:8309: \"$ac_link\"") >&5
8305 (eval $ac_link) 2>&5 8310 (eval $ac_link) 2>&5
8306 ac_status=$? 8311 ac_status=$?
8307 echo "$as_me:8307: \$? = $ac_status" >&5 8312 echo "$as_me:8312: \$? = $ac_status" >&5
8308 (exit $ac_status); } && 8313 (exit $ac_status); } &&
8309 { ac_try='test -s conftest$ac_exeext' 8314 { ac_try='test -s conftest$ac_exeext'
8310 { (eval echo "$as_me:8310: \"$ac_try\"") >&5 8315 { (eval echo "$as_me:8315: \"$ac_try\"") >&5
8311 (eval $ac_try) 2>&5 8316 (eval $ac_try) 2>&5
8312 ac_status=$? 8317 ac_status=$?
8313 echo "$as_me:8313: \$? = $ac_status" >&5 8318 echo "$as_me:8318: \$? = $ac_status" >&5
8314 (exit $ac_status); }; }; then 8319 (exit $ac_status); }; }; then
8315 ac_cv_lib_lockfile_maillock=yes 8320 ac_cv_lib_lockfile_maillock=yes
8316else 8321else
@@ -8321,7 +8326,7 @@ fi
8321rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8326rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8322LIBS=$ac_check_lib_save_LIBS 8327LIBS=$ac_check_lib_save_LIBS
8323fi 8328fi
8324echo "$as_me:8324: result: $ac_cv_lib_lockfile_maillock" >&5 8329echo "$as_me:8329: result: $ac_cv_lib_lockfile_maillock" >&5
8325echo "${ECHO_T}$ac_cv_lib_lockfile_maillock" >&6 8330echo "${ECHO_T}$ac_cv_lib_lockfile_maillock" >&6
8326if test $ac_cv_lib_lockfile_maillock = yes; then 8331if test $ac_cv_lib_lockfile_maillock = yes; then
8327 cat >>confdefs.h <<EOF 8332 cat >>confdefs.h <<EOF
@@ -8338,7 +8343,7 @@ fi
8338if test "$ac_cv_lib_lockfile_maillock" = no; then 8343if test "$ac_cv_lib_lockfile_maillock" = no; then
8339 # Extract the first word of "liblockfile.so", so it can be a program name with args. 8344 # Extract the first word of "liblockfile.so", so it can be a program name with args.
8340set dummy liblockfile.so; ac_word=$2 8345set dummy liblockfile.so; ac_word=$2
8341echo "$as_me:8341: checking for $ac_word" >&5 8346echo "$as_me:8346: checking for $ac_word" >&5
8342echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 8347echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8343if test "${ac_cv_prog_liblockfile+set}" = set; then 8348if test "${ac_cv_prog_liblockfile+set}" = set; then
8344 echo $ECHO_N "(cached) $ECHO_C" >&6 8349 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8353,7 +8358,7 @@ for ac_dir in $ac_dummy; do
8353 test -z "$ac_dir" && ac_dir=. 8358 test -z "$ac_dir" && ac_dir=.
8354 $as_executable_p "$ac_dir/$ac_word" || continue 8359 $as_executable_p "$ac_dir/$ac_word" || continue
8355ac_cv_prog_liblockfile="yes" 8360ac_cv_prog_liblockfile="yes"
8356echo "$as_me:8356: found $ac_dir/$ac_word" >&5 8361echo "$as_me:8361: found $ac_dir/$ac_word" >&5
8357break 8362break
8358done 8363done
8359 8364
@@ -8362,15 +8367,15 @@ fi
8362fi 8367fi
8363liblockfile=$ac_cv_prog_liblockfile 8368liblockfile=$ac_cv_prog_liblockfile
8364if test -n "$liblockfile"; then 8369if test -n "$liblockfile"; then
8365 echo "$as_me:8365: result: $liblockfile" >&5 8370 echo "$as_me:8370: result: $liblockfile" >&5
8366echo "${ECHO_T}$liblockfile" >&6 8371echo "${ECHO_T}$liblockfile" >&6
8367else 8372else
8368 echo "$as_me:8368: result: no" >&5 8373 echo "$as_me:8373: result: no" >&5
8369echo "${ECHO_T}no" >&6 8374echo "${ECHO_T}no" >&6
8370fi 8375fi
8371 8376
8372 if test $ac_cv_prog_liblockfile = yes; then 8377 if test $ac_cv_prog_liblockfile = yes; then
8373 { { echo "$as_me:8373: error: Shared liblockfile found but can't link against it. 8378 { { echo "$as_me:8378: error: Shared liblockfile found but can't link against it.
8374This probably means that movemail could lose mail. 8379This probably means that movemail could lose mail.
8375There may be a \`development' package to install containing liblockfile." >&5 8380There may be a \`development' package to install containing liblockfile." >&5
8376echo "$as_me: error: Shared liblockfile found but can't link against it. 8381echo "$as_me: error: Shared liblockfile found but can't link against it.
@@ -8389,7 +8394,7 @@ fi
8389for ac_func in touchlock 8394for ac_func in touchlock
8390do 8395do
8391as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 8396as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8392echo "$as_me:8392: checking for $ac_func" >&5 8397echo "$as_me:8397: checking for $ac_func" >&5
8393echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 8398echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8394if eval "test \"\${$as_ac_var+set}\" = set"; then 8399if eval "test \"\${$as_ac_var+set}\" = set"; then
8395 echo $ECHO_N "(cached) $ECHO_C" >&6 8400 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8426,16 +8431,16 @@ f = $ac_func;
8426} 8431}
8427_ACEOF 8432_ACEOF
8428rm -f conftest.$ac_objext conftest$ac_exeext 8433rm -f conftest.$ac_objext conftest$ac_exeext
8429if { (eval echo "$as_me:8429: \"$ac_link\"") >&5 8434if { (eval echo "$as_me:8434: \"$ac_link\"") >&5
8430 (eval $ac_link) 2>&5 8435 (eval $ac_link) 2>&5
8431 ac_status=$? 8436 ac_status=$?
8432 echo "$as_me:8432: \$? = $ac_status" >&5 8437 echo "$as_me:8437: \$? = $ac_status" >&5
8433 (exit $ac_status); } && 8438 (exit $ac_status); } &&
8434 { ac_try='test -s conftest$ac_exeext' 8439 { ac_try='test -s conftest$ac_exeext'
8435 { (eval echo "$as_me:8435: \"$ac_try\"") >&5 8440 { (eval echo "$as_me:8440: \"$ac_try\"") >&5
8436 (eval $ac_try) 2>&5 8441 (eval $ac_try) 2>&5
8437 ac_status=$? 8442 ac_status=$?
8438 echo "$as_me:8438: \$? = $ac_status" >&5 8443 echo "$as_me:8443: \$? = $ac_status" >&5
8439 (exit $ac_status); }; }; then 8444 (exit $ac_status); }; }; then
8440 eval "$as_ac_var=yes" 8445 eval "$as_ac_var=yes"
8441else 8446else
@@ -8445,7 +8450,7 @@ eval "$as_ac_var=no"
8445fi 8450fi
8446rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8451rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8447fi 8452fi
8448echo "$as_me:8448: result: `eval echo '${'$as_ac_var'}'`" >&5 8453echo "$as_me:8453: result: `eval echo '${'$as_ac_var'}'`" >&5
8449echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 8454echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8450if test `eval echo '${'$as_ac_var'}'` = yes; then 8455if test `eval echo '${'$as_ac_var'}'` = yes; then
8451 cat >>confdefs.h <<EOF 8456 cat >>confdefs.h <<EOF
@@ -8458,7 +8463,7 @@ done
8458for ac_header in maillock.h 8463for ac_header in maillock.h
8459do 8464do
8460as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 8465as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8461echo "$as_me:8461: checking for $ac_header" >&5 8466echo "$as_me:8466: checking for $ac_header" >&5
8462echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 8467echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8463if eval "test \"\${$as_ac_Header+set}\" = set"; then 8468if eval "test \"\${$as_ac_Header+set}\" = set"; then
8464 echo $ECHO_N "(cached) $ECHO_C" >&6 8469 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8468,13 +8473,13 @@ else
8468#include "confdefs.h" 8473#include "confdefs.h"
8469#include <$ac_header> 8474#include <$ac_header>
8470_ACEOF 8475_ACEOF
8471if { (eval echo "$as_me:8471: \"$ac_cpp conftest.$ac_ext\"") >&5 8476if { (eval echo "$as_me:8476: \"$ac_cpp conftest.$ac_ext\"") >&5
8472 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 8477 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
8473 ac_status=$? 8478 ac_status=$?
8474 egrep -v '^ *\+' conftest.er1 >conftest.err 8479 egrep -v '^ *\+' conftest.er1 >conftest.err
8475 rm -f conftest.er1 8480 rm -f conftest.er1
8476 cat conftest.err >&5 8481 cat conftest.err >&5
8477 echo "$as_me:8477: \$? = $ac_status" >&5 8482 echo "$as_me:8482: \$? = $ac_status" >&5
8478 (exit $ac_status); } >/dev/null; then 8483 (exit $ac_status); } >/dev/null; then
8479 if test -s conftest.err; then 8484 if test -s conftest.err; then
8480 ac_cpp_err=$ac_c_preproc_warn_flag 8485 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -8493,7 +8498,7 @@ else
8493fi 8498fi
8494rm -f conftest.err conftest.$ac_ext 8499rm -f conftest.err conftest.$ac_ext
8495fi 8500fi
8496echo "$as_me:8496: result: `eval echo '${'$as_ac_Header'}'`" >&5 8501echo "$as_me:8501: result: `eval echo '${'$as_ac_Header'}'`" >&5
8497echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 8502echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8498if test `eval echo '${'$as_ac_Header'}'` = yes; then 8503if test `eval echo '${'$as_ac_Header'}'` = yes; then
8499 cat >>confdefs.h <<EOF 8504 cat >>confdefs.h <<EOF
@@ -8513,7 +8518,7 @@ sendto recvfrom getsockopt setsockopt getsockname getpeername \
8513gai_strerror mkstemp getline getdelim 8518gai_strerror mkstemp getline getdelim
8514do 8519do
8515as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 8520as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8516echo "$as_me:8516: checking for $ac_func" >&5 8521echo "$as_me:8521: checking for $ac_func" >&5
8517echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 8522echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8518if eval "test \"\${$as_ac_var+set}\" = set"; then 8523if eval "test \"\${$as_ac_var+set}\" = set"; then
8519 echo $ECHO_N "(cached) $ECHO_C" >&6 8524 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8550,16 +8555,16 @@ f = $ac_func;
8550} 8555}
8551_ACEOF 8556_ACEOF
8552rm -f conftest.$ac_objext conftest$ac_exeext 8557rm -f conftest.$ac_objext conftest$ac_exeext
8553if { (eval echo "$as_me:8553: \"$ac_link\"") >&5 8558if { (eval echo "$as_me:8558: \"$ac_link\"") >&5
8554 (eval $ac_link) 2>&5 8559 (eval $ac_link) 2>&5
8555 ac_status=$? 8560 ac_status=$?
8556 echo "$as_me:8556: \$? = $ac_status" >&5 8561 echo "$as_me:8561: \$? = $ac_status" >&5
8557 (exit $ac_status); } && 8562 (exit $ac_status); } &&
8558 { ac_try='test -s conftest$ac_exeext' 8563 { ac_try='test -s conftest$ac_exeext'
8559 { (eval echo "$as_me:8559: \"$ac_try\"") >&5 8564 { (eval echo "$as_me:8564: \"$ac_try\"") >&5
8560 (eval $ac_try) 2>&5 8565 (eval $ac_try) 2>&5
8561 ac_status=$? 8566 ac_status=$?
8562 echo "$as_me:8562: \$? = $ac_status" >&5 8567 echo "$as_me:8567: \$? = $ac_status" >&5
8563 (exit $ac_status); }; }; then 8568 (exit $ac_status); }; }; then
8564 eval "$as_ac_var=yes" 8569 eval "$as_ac_var=yes"
8565else 8570else
@@ -8569,7 +8574,7 @@ eval "$as_ac_var=no"
8569fi 8574fi
8570rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8575rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8571fi 8576fi
8572echo "$as_me:8572: result: `eval echo '${'$as_ac_var'}'`" >&5 8577echo "$as_me:8577: result: `eval echo '${'$as_ac_var'}'`" >&5
8573echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 8578echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8574if test `eval echo '${'$as_ac_var'}'` = yes; then 8579if test `eval echo '${'$as_ac_var'}'` = yes; then
8575 cat >>confdefs.h <<EOF 8580 cat >>confdefs.h <<EOF
@@ -8582,7 +8587,7 @@ done
8582for ac_header in sys/un.h 8587for ac_header in sys/un.h
8583do 8588do
8584as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 8589as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8585echo "$as_me:8585: checking for $ac_header" >&5 8590echo "$as_me:8590: checking for $ac_header" >&5
8586echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 8591echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8587if eval "test \"\${$as_ac_Header+set}\" = set"; then 8592if eval "test \"\${$as_ac_Header+set}\" = set"; then
8588 echo $ECHO_N "(cached) $ECHO_C" >&6 8593 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8592,13 +8597,13 @@ else
8592#include "confdefs.h" 8597#include "confdefs.h"
8593#include <$ac_header> 8598#include <$ac_header>
8594_ACEOF 8599_ACEOF
8595if { (eval echo "$as_me:8595: \"$ac_cpp conftest.$ac_ext\"") >&5 8600if { (eval echo "$as_me:8600: \"$ac_cpp conftest.$ac_ext\"") >&5
8596 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 8601 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
8597 ac_status=$? 8602 ac_status=$?
8598 egrep -v '^ *\+' conftest.er1 >conftest.err 8603 egrep -v '^ *\+' conftest.er1 >conftest.err
8599 rm -f conftest.er1 8604 rm -f conftest.er1
8600 cat conftest.err >&5 8605 cat conftest.err >&5
8601 echo "$as_me:8601: \$? = $ac_status" >&5 8606 echo "$as_me:8606: \$? = $ac_status" >&5
8602 (exit $ac_status); } >/dev/null; then 8607 (exit $ac_status); } >/dev/null; then
8603 if test -s conftest.err; then 8608 if test -s conftest.err; then
8604 ac_cpp_err=$ac_c_preproc_warn_flag 8609 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -8617,7 +8622,7 @@ else
8617fi 8622fi
8618rm -f conftest.err conftest.$ac_ext 8623rm -f conftest.err conftest.$ac_ext
8619fi 8624fi
8620echo "$as_me:8620: result: `eval echo '${'$as_ac_Header'}'`" >&5 8625echo "$as_me:8625: result: `eval echo '${'$as_ac_Header'}'`" >&5
8621echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 8626echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8622if test `eval echo '${'$as_ac_Header'}'` = yes; then 8627if test `eval echo '${'$as_ac_Header'}'` = yes; then
8623 cat >>confdefs.h <<EOF 8628 cat >>confdefs.h <<EOF
@@ -8630,7 +8635,7 @@ done
8630for ac_header in sys/time.h unistd.h 8635for ac_header in sys/time.h unistd.h
8631do 8636do
8632as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 8637as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8633echo "$as_me:8633: checking for $ac_header" >&5 8638echo "$as_me:8638: checking for $ac_header" >&5
8634echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 8639echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8635if eval "test \"\${$as_ac_Header+set}\" = set"; then 8640if eval "test \"\${$as_ac_Header+set}\" = set"; then
8636 echo $ECHO_N "(cached) $ECHO_C" >&6 8641 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8640,13 +8645,13 @@ else
8640#include "confdefs.h" 8645#include "confdefs.h"
8641#include <$ac_header> 8646#include <$ac_header>
8642_ACEOF 8647_ACEOF
8643if { (eval echo "$as_me:8643: \"$ac_cpp conftest.$ac_ext\"") >&5 8648if { (eval echo "$as_me:8648: \"$ac_cpp conftest.$ac_ext\"") >&5
8644 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 8649 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
8645 ac_status=$? 8650 ac_status=$?
8646 egrep -v '^ *\+' conftest.er1 >conftest.err 8651 egrep -v '^ *\+' conftest.er1 >conftest.err
8647 rm -f conftest.er1 8652 rm -f conftest.er1
8648 cat conftest.err >&5 8653 cat conftest.err >&5
8649 echo "$as_me:8649: \$? = $ac_status" >&5 8654 echo "$as_me:8654: \$? = $ac_status" >&5
8650 (exit $ac_status); } >/dev/null; then 8655 (exit $ac_status); } >/dev/null; then
8651 if test -s conftest.err; then 8656 if test -s conftest.err; then
8652 ac_cpp_err=$ac_c_preproc_warn_flag 8657 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -8665,7 +8670,7 @@ else
8665fi 8670fi
8666rm -f conftest.err conftest.$ac_ext 8671rm -f conftest.err conftest.$ac_ext
8667fi 8672fi
8668echo "$as_me:8668: result: `eval echo '${'$as_ac_Header'}'`" >&5 8673echo "$as_me:8673: result: `eval echo '${'$as_ac_Header'}'`" >&5
8669echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 8674echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8670if test `eval echo '${'$as_ac_Header'}'` = yes; then 8675if test `eval echo '${'$as_ac_Header'}'` = yes; then
8671 cat >>confdefs.h <<EOF 8676 cat >>confdefs.h <<EOF
@@ -8678,7 +8683,7 @@ done
8678for ac_func in alarm 8683for ac_func in alarm
8679do 8684do
8680as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 8685as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8681echo "$as_me:8681: checking for $ac_func" >&5 8686echo "$as_me:8686: checking for $ac_func" >&5
8682echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 8687echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8683if eval "test \"\${$as_ac_var+set}\" = set"; then 8688if eval "test \"\${$as_ac_var+set}\" = set"; then
8684 echo $ECHO_N "(cached) $ECHO_C" >&6 8689 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8715,16 +8720,16 @@ f = $ac_func;
8715} 8720}
8716_ACEOF 8721_ACEOF
8717rm -f conftest.$ac_objext conftest$ac_exeext 8722rm -f conftest.$ac_objext conftest$ac_exeext
8718if { (eval echo "$as_me:8718: \"$ac_link\"") >&5 8723if { (eval echo "$as_me:8723: \"$ac_link\"") >&5
8719 (eval $ac_link) 2>&5 8724 (eval $ac_link) 2>&5
8720 ac_status=$? 8725 ac_status=$?
8721 echo "$as_me:8721: \$? = $ac_status" >&5 8726 echo "$as_me:8726: \$? = $ac_status" >&5
8722 (exit $ac_status); } && 8727 (exit $ac_status); } &&
8723 { ac_try='test -s conftest$ac_exeext' 8728 { ac_try='test -s conftest$ac_exeext'
8724 { (eval echo "$as_me:8724: \"$ac_try\"") >&5 8729 { (eval echo "$as_me:8729: \"$ac_try\"") >&5
8725 (eval $ac_try) 2>&5 8730 (eval $ac_try) 2>&5
8726 ac_status=$? 8731 ac_status=$?
8727 echo "$as_me:8727: \$? = $ac_status" >&5 8732 echo "$as_me:8732: \$? = $ac_status" >&5
8728 (exit $ac_status); }; }; then 8733 (exit $ac_status); }; }; then
8729 eval "$as_ac_var=yes" 8734 eval "$as_ac_var=yes"
8730else 8735else
@@ -8734,7 +8739,7 @@ eval "$as_ac_var=no"
8734fi 8739fi
8735rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8740rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8736fi 8741fi
8737echo "$as_me:8737: result: `eval echo '${'$as_ac_var'}'`" >&5 8742echo "$as_me:8742: result: `eval echo '${'$as_ac_var'}'`" >&5
8738echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 8743echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8739if test `eval echo '${'$as_ac_var'}'` = yes; then 8744if test `eval echo '${'$as_ac_var'}'` = yes; then
8740 cat >>confdefs.h <<EOF 8745 cat >>confdefs.h <<EOF
@@ -8744,7 +8749,7 @@ EOF
8744fi 8749fi
8745done 8750done
8746 8751
8747echo "$as_me:8747: checking for working mktime" >&5 8752echo "$as_me:8752: checking for working mktime" >&5
8748echo $ECHO_N "checking for working mktime... $ECHO_C" >&6 8753echo $ECHO_N "checking for working mktime... $ECHO_C" >&6
8749if test "${ac_cv_func_working_mktime+set}" = set; then 8754if test "${ac_cv_func_working_mktime+set}" = set; then
8750 echo $ECHO_N "(cached) $ECHO_C" >&6 8755 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8902,15 +8907,15 @@ main ()
8902} 8907}
8903_ACEOF 8908_ACEOF
8904rm -f conftest$ac_exeext 8909rm -f conftest$ac_exeext
8905if { (eval echo "$as_me:8905: \"$ac_link\"") >&5 8910if { (eval echo "$as_me:8910: \"$ac_link\"") >&5
8906 (eval $ac_link) 2>&5 8911 (eval $ac_link) 2>&5
8907 ac_status=$? 8912 ac_status=$?
8908 echo "$as_me:8908: \$? = $ac_status" >&5 8913 echo "$as_me:8913: \$? = $ac_status" >&5
8909 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 8914 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8910 { (eval echo "$as_me:8910: \"$ac_try\"") >&5 8915 { (eval echo "$as_me:8915: \"$ac_try\"") >&5
8911 (eval $ac_try) 2>&5 8916 (eval $ac_try) 2>&5
8912 ac_status=$? 8917 ac_status=$?
8913 echo "$as_me:8913: \$? = $ac_status" >&5 8918 echo "$as_me:8918: \$? = $ac_status" >&5
8914 (exit $ac_status); }; }; then 8919 (exit $ac_status); }; }; then
8915 ac_cv_func_working_mktime=yes 8920 ac_cv_func_working_mktime=yes
8916else 8921else
@@ -8922,7 +8927,7 @@ fi
8922rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 8927rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8923fi 8928fi
8924fi 8929fi
8925echo "$as_me:8925: result: $ac_cv_func_working_mktime" >&5 8930echo "$as_me:8930: result: $ac_cv_func_working_mktime" >&5
8926echo "${ECHO_T}$ac_cv_func_working_mktime" >&6 8931echo "${ECHO_T}$ac_cv_func_working_mktime" >&6
8927if test $ac_cv_func_working_mktime = no; then 8932if test $ac_cv_func_working_mktime = no; then
8928 LIBOBJS="$LIBOBJS mktime.$ac_objext" 8933 LIBOBJS="$LIBOBJS mktime.$ac_objext"
@@ -8941,7 +8946,7 @@ ac_have_func=no # yes means we've found a way to get the load average.
8941ac_save_LIBS=$LIBS 8946ac_save_LIBS=$LIBS
8942 8947
8943# Check for getloadavg, but be sure not to touch the cache variable. 8948# Check for getloadavg, but be sure not to touch the cache variable.
8944(echo "$as_me:8944: checking for getloadavg" >&5 8949(echo "$as_me:8949: checking for getloadavg" >&5
8945echo $ECHO_N "checking for getloadavg... $ECHO_C" >&6 8950echo $ECHO_N "checking for getloadavg... $ECHO_C" >&6
8946if test "${ac_cv_func_getloadavg+set}" = set; then 8951if test "${ac_cv_func_getloadavg+set}" = set; then
8947 echo $ECHO_N "(cached) $ECHO_C" >&6 8952 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8978,16 +8983,16 @@ f = getloadavg;
8978} 8983}
8979_ACEOF 8984_ACEOF
8980rm -f conftest.$ac_objext conftest$ac_exeext 8985rm -f conftest.$ac_objext conftest$ac_exeext
8981if { (eval echo "$as_me:8981: \"$ac_link\"") >&5 8986if { (eval echo "$as_me:8986: \"$ac_link\"") >&5
8982 (eval $ac_link) 2>&5 8987 (eval $ac_link) 2>&5
8983 ac_status=$? 8988 ac_status=$?
8984 echo "$as_me:8984: \$? = $ac_status" >&5 8989 echo "$as_me:8989: \$? = $ac_status" >&5
8985 (exit $ac_status); } && 8990 (exit $ac_status); } &&
8986 { ac_try='test -s conftest$ac_exeext' 8991 { ac_try='test -s conftest$ac_exeext'
8987 { (eval echo "$as_me:8987: \"$ac_try\"") >&5 8992 { (eval echo "$as_me:8992: \"$ac_try\"") >&5
8988 (eval $ac_try) 2>&5 8993 (eval $ac_try) 2>&5
8989 ac_status=$? 8994 ac_status=$?
8990 echo "$as_me:8990: \$? = $ac_status" >&5 8995 echo "$as_me:8995: \$? = $ac_status" >&5
8991 (exit $ac_status); }; }; then 8996 (exit $ac_status); }; }; then
8992 ac_cv_func_getloadavg=yes 8997 ac_cv_func_getloadavg=yes
8993else 8998else
@@ -8997,7 +9002,7 @@ ac_cv_func_getloadavg=no
8997fi 9002fi
8998rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9003rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8999fi 9004fi
9000echo "$as_me:9000: result: $ac_cv_func_getloadavg" >&5 9005echo "$as_me:9005: result: $ac_cv_func_getloadavg" >&5
9001echo "${ECHO_T}$ac_cv_func_getloadavg" >&6 9006echo "${ECHO_T}$ac_cv_func_getloadavg" >&6
9002if test $ac_cv_func_getloadavg = yes; then 9007if test $ac_cv_func_getloadavg = yes; then
9003 exit 0 9008 exit 0
@@ -9011,7 +9016,7 @@ fi
9011for ac_func in pstat_getdynamic 9016for ac_func in pstat_getdynamic
9012do 9017do
9013as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 9018as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9014echo "$as_me:9014: checking for $ac_func" >&5 9019echo "$as_me:9019: checking for $ac_func" >&5
9015echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 9020echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9016if eval "test \"\${$as_ac_var+set}\" = set"; then 9021if eval "test \"\${$as_ac_var+set}\" = set"; then
9017 echo $ECHO_N "(cached) $ECHO_C" >&6 9022 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9048,16 +9053,16 @@ f = $ac_func;
9048} 9053}
9049_ACEOF 9054_ACEOF
9050rm -f conftest.$ac_objext conftest$ac_exeext 9055rm -f conftest.$ac_objext conftest$ac_exeext
9051if { (eval echo "$as_me:9051: \"$ac_link\"") >&5 9056if { (eval echo "$as_me:9056: \"$ac_link\"") >&5
9052 (eval $ac_link) 2>&5 9057 (eval $ac_link) 2>&5
9053 ac_status=$? 9058 ac_status=$?
9054 echo "$as_me:9054: \$? = $ac_status" >&5 9059 echo "$as_me:9059: \$? = $ac_status" >&5
9055 (exit $ac_status); } && 9060 (exit $ac_status); } &&
9056 { ac_try='test -s conftest$ac_exeext' 9061 { ac_try='test -s conftest$ac_exeext'
9057 { (eval echo "$as_me:9057: \"$ac_try\"") >&5 9062 { (eval echo "$as_me:9062: \"$ac_try\"") >&5
9058 (eval $ac_try) 2>&5 9063 (eval $ac_try) 2>&5
9059 ac_status=$? 9064 ac_status=$?
9060 echo "$as_me:9060: \$? = $ac_status" >&5 9065 echo "$as_me:9065: \$? = $ac_status" >&5
9061 (exit $ac_status); }; }; then 9066 (exit $ac_status); }; }; then
9062 eval "$as_ac_var=yes" 9067 eval "$as_ac_var=yes"
9063else 9068else
@@ -9067,7 +9072,7 @@ eval "$as_ac_var=no"
9067fi 9072fi
9068rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9073rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9069fi 9074fi
9070echo "$as_me:9070: result: `eval echo '${'$as_ac_var'}'`" >&5 9075echo "$as_me:9075: result: `eval echo '${'$as_ac_var'}'`" >&5
9071echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 9076echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9072if test `eval echo '${'$as_ac_var'}'` = yes; then 9077if test `eval echo '${'$as_ac_var'}'` = yes; then
9073 cat >>confdefs.h <<EOF 9078 cat >>confdefs.h <<EOF
@@ -9079,7 +9084,7 @@ done
9079 9084
9080# Solaris has libkstat which does not require root. 9085# Solaris has libkstat which does not require root.
9081 9086
9082echo "$as_me:9082: checking for kstat_open in -lkstat" >&5 9087echo "$as_me:9087: checking for kstat_open in -lkstat" >&5
9083echo $ECHO_N "checking for kstat_open in -lkstat... $ECHO_C" >&6 9088echo $ECHO_N "checking for kstat_open in -lkstat... $ECHO_C" >&6
9084if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then 9089if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
9085 echo $ECHO_N "(cached) $ECHO_C" >&6 9090 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9106,16 +9111,16 @@ kstat_open ();
9106} 9111}
9107_ACEOF 9112_ACEOF
9108rm -f conftest.$ac_objext conftest$ac_exeext 9113rm -f conftest.$ac_objext conftest$ac_exeext
9109if { (eval echo "$as_me:9109: \"$ac_link\"") >&5 9114if { (eval echo "$as_me:9114: \"$ac_link\"") >&5
9110 (eval $ac_link) 2>&5 9115 (eval $ac_link) 2>&5
9111 ac_status=$? 9116 ac_status=$?
9112 echo "$as_me:9112: \$? = $ac_status" >&5 9117 echo "$as_me:9117: \$? = $ac_status" >&5
9113 (exit $ac_status); } && 9118 (exit $ac_status); } &&
9114 { ac_try='test -s conftest$ac_exeext' 9119 { ac_try='test -s conftest$ac_exeext'
9115 { (eval echo "$as_me:9115: \"$ac_try\"") >&5 9120 { (eval echo "$as_me:9120: \"$ac_try\"") >&5
9116 (eval $ac_try) 2>&5 9121 (eval $ac_try) 2>&5
9117 ac_status=$? 9122 ac_status=$?
9118 echo "$as_me:9118: \$? = $ac_status" >&5 9123 echo "$as_me:9123: \$? = $ac_status" >&5
9119 (exit $ac_status); }; }; then 9124 (exit $ac_status); }; }; then
9120 ac_cv_lib_kstat_kstat_open=yes 9125 ac_cv_lib_kstat_kstat_open=yes
9121else 9126else
@@ -9126,7 +9131,7 @@ fi
9126rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9131rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9127LIBS=$ac_check_lib_save_LIBS 9132LIBS=$ac_check_lib_save_LIBS
9128fi 9133fi
9129echo "$as_me:9129: result: $ac_cv_lib_kstat_kstat_open" >&5 9134echo "$as_me:9134: result: $ac_cv_lib_kstat_kstat_open" >&5
9130echo "${ECHO_T}$ac_cv_lib_kstat_kstat_open" >&6 9135echo "${ECHO_T}$ac_cv_lib_kstat_kstat_open" >&6
9131if test $ac_cv_lib_kstat_kstat_open = yes; then 9136if test $ac_cv_lib_kstat_kstat_open = yes; then
9132 cat >>confdefs.h <<EOF 9137 cat >>confdefs.h <<EOF
@@ -9144,7 +9149,7 @@ test $ac_cv_lib_kstat_kstat_open = yes && ac_have_func=yes
9144# to get the right answer into the cache. 9149# to get the right answer into the cache.
9145# For kstat on solaris, we need libelf to force the definition of SVR4 below. 9150# For kstat on solaris, we need libelf to force the definition of SVR4 below.
9146if test $ac_have_func = no; then 9151if test $ac_have_func = no; then
9147 echo "$as_me:9147: checking for elf_begin in -lelf" >&5 9152 echo "$as_me:9152: checking for elf_begin in -lelf" >&5
9148echo $ECHO_N "checking for elf_begin in -lelf... $ECHO_C" >&6 9153echo $ECHO_N "checking for elf_begin in -lelf... $ECHO_C" >&6
9149if test "${ac_cv_lib_elf_elf_begin+set}" = set; then 9154if test "${ac_cv_lib_elf_elf_begin+set}" = set; then
9150 echo $ECHO_N "(cached) $ECHO_C" >&6 9155 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9171,16 +9176,16 @@ elf_begin ();
9171} 9176}
9172_ACEOF 9177_ACEOF
9173rm -f conftest.$ac_objext conftest$ac_exeext 9178rm -f conftest.$ac_objext conftest$ac_exeext
9174if { (eval echo "$as_me:9174: \"$ac_link\"") >&5 9179if { (eval echo "$as_me:9179: \"$ac_link\"") >&5
9175 (eval $ac_link) 2>&5 9180 (eval $ac_link) 2>&5
9176 ac_status=$? 9181 ac_status=$?
9177 echo "$as_me:9177: \$? = $ac_status" >&5 9182 echo "$as_me:9182: \$? = $ac_status" >&5
9178 (exit $ac_status); } && 9183 (exit $ac_status); } &&
9179 { ac_try='test -s conftest$ac_exeext' 9184 { ac_try='test -s conftest$ac_exeext'
9180 { (eval echo "$as_me:9180: \"$ac_try\"") >&5 9185 { (eval echo "$as_me:9185: \"$ac_try\"") >&5
9181 (eval $ac_try) 2>&5 9186 (eval $ac_try) 2>&5
9182 ac_status=$? 9187 ac_status=$?
9183 echo "$as_me:9183: \$? = $ac_status" >&5 9188 echo "$as_me:9188: \$? = $ac_status" >&5
9184 (exit $ac_status); }; }; then 9189 (exit $ac_status); }; }; then
9185 ac_cv_lib_elf_elf_begin=yes 9190 ac_cv_lib_elf_elf_begin=yes
9186else 9191else
@@ -9191,7 +9196,7 @@ fi
9191rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9196rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9192LIBS=$ac_check_lib_save_LIBS 9197LIBS=$ac_check_lib_save_LIBS
9193fi 9198fi
9194echo "$as_me:9194: result: $ac_cv_lib_elf_elf_begin" >&5 9199echo "$as_me:9199: result: $ac_cv_lib_elf_elf_begin" >&5
9195echo "${ECHO_T}$ac_cv_lib_elf_elf_begin" >&6 9200echo "${ECHO_T}$ac_cv_lib_elf_elf_begin" >&6
9196if test $ac_cv_lib_elf_elf_begin = yes; then 9201if test $ac_cv_lib_elf_elf_begin = yes; then
9197 LIBS="-lelf $LIBS" 9202 LIBS="-lelf $LIBS"
@@ -9199,7 +9204,7 @@ fi
9199 9204
9200fi 9205fi
9201if test $ac_have_func = no; then 9206if test $ac_have_func = no; then
9202 echo "$as_me:9202: checking for kvm_open in -lkvm" >&5 9207 echo "$as_me:9207: checking for kvm_open in -lkvm" >&5
9203echo $ECHO_N "checking for kvm_open in -lkvm... $ECHO_C" >&6 9208echo $ECHO_N "checking for kvm_open in -lkvm... $ECHO_C" >&6
9204if test "${ac_cv_lib_kvm_kvm_open+set}" = set; then 9209if test "${ac_cv_lib_kvm_kvm_open+set}" = set; then
9205 echo $ECHO_N "(cached) $ECHO_C" >&6 9210 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9226,16 +9231,16 @@ kvm_open ();
9226} 9231}
9227_ACEOF 9232_ACEOF
9228rm -f conftest.$ac_objext conftest$ac_exeext 9233rm -f conftest.$ac_objext conftest$ac_exeext
9229if { (eval echo "$as_me:9229: \"$ac_link\"") >&5 9234if { (eval echo "$as_me:9234: \"$ac_link\"") >&5
9230 (eval $ac_link) 2>&5 9235 (eval $ac_link) 2>&5
9231 ac_status=$? 9236 ac_status=$?
9232 echo "$as_me:9232: \$? = $ac_status" >&5 9237 echo "$as_me:9237: \$? = $ac_status" >&5
9233 (exit $ac_status); } && 9238 (exit $ac_status); } &&
9234 { ac_try='test -s conftest$ac_exeext' 9239 { ac_try='test -s conftest$ac_exeext'
9235 { (eval echo "$as_me:9235: \"$ac_try\"") >&5 9240 { (eval echo "$as_me:9240: \"$ac_try\"") >&5
9236 (eval $ac_try) 2>&5 9241 (eval $ac_try) 2>&5
9237 ac_status=$? 9242 ac_status=$?
9238 echo "$as_me:9238: \$? = $ac_status" >&5 9243 echo "$as_me:9243: \$? = $ac_status" >&5
9239 (exit $ac_status); }; }; then 9244 (exit $ac_status); }; }; then
9240 ac_cv_lib_kvm_kvm_open=yes 9245 ac_cv_lib_kvm_kvm_open=yes
9241else 9246else
@@ -9246,14 +9251,14 @@ fi
9246rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9251rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9247LIBS=$ac_check_lib_save_LIBS 9252LIBS=$ac_check_lib_save_LIBS
9248fi 9253fi
9249echo "$as_me:9249: result: $ac_cv_lib_kvm_kvm_open" >&5 9254echo "$as_me:9254: result: $ac_cv_lib_kvm_kvm_open" >&5
9250echo "${ECHO_T}$ac_cv_lib_kvm_kvm_open" >&6 9255echo "${ECHO_T}$ac_cv_lib_kvm_kvm_open" >&6
9251if test $ac_cv_lib_kvm_kvm_open = yes; then 9256if test $ac_cv_lib_kvm_kvm_open = yes; then
9252 LIBS="-lkvm $LIBS" 9257 LIBS="-lkvm $LIBS"
9253fi 9258fi
9254 9259
9255 # Check for the 4.4BSD definition of getloadavg. 9260 # Check for the 4.4BSD definition of getloadavg.
9256 echo "$as_me:9256: checking for getloadavg in -lutil" >&5 9261 echo "$as_me:9261: checking for getloadavg in -lutil" >&5
9257echo $ECHO_N "checking for getloadavg in -lutil... $ECHO_C" >&6 9262echo $ECHO_N "checking for getloadavg in -lutil... $ECHO_C" >&6
9258if test "${ac_cv_lib_util_getloadavg+set}" = set; then 9263if test "${ac_cv_lib_util_getloadavg+set}" = set; then
9259 echo $ECHO_N "(cached) $ECHO_C" >&6 9264 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9280,16 +9285,16 @@ getloadavg ();
9280} 9285}
9281_ACEOF 9286_ACEOF
9282rm -f conftest.$ac_objext conftest$ac_exeext 9287rm -f conftest.$ac_objext conftest$ac_exeext
9283if { (eval echo "$as_me:9283: \"$ac_link\"") >&5 9288if { (eval echo "$as_me:9288: \"$ac_link\"") >&5
9284 (eval $ac_link) 2>&5 9289 (eval $ac_link) 2>&5
9285 ac_status=$? 9290 ac_status=$?
9286 echo "$as_me:9286: \$? = $ac_status" >&5 9291 echo "$as_me:9291: \$? = $ac_status" >&5
9287 (exit $ac_status); } && 9292 (exit $ac_status); } &&
9288 { ac_try='test -s conftest$ac_exeext' 9293 { ac_try='test -s conftest$ac_exeext'
9289 { (eval echo "$as_me:9289: \"$ac_try\"") >&5 9294 { (eval echo "$as_me:9294: \"$ac_try\"") >&5
9290 (eval $ac_try) 2>&5 9295 (eval $ac_try) 2>&5
9291 ac_status=$? 9296 ac_status=$?
9292 echo "$as_me:9292: \$? = $ac_status" >&5 9297 echo "$as_me:9297: \$? = $ac_status" >&5
9293 (exit $ac_status); }; }; then 9298 (exit $ac_status); }; }; then
9294 ac_cv_lib_util_getloadavg=yes 9299 ac_cv_lib_util_getloadavg=yes
9295else 9300else
@@ -9300,7 +9305,7 @@ fi
9300rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9305rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9301LIBS=$ac_check_lib_save_LIBS 9306LIBS=$ac_check_lib_save_LIBS
9302fi 9307fi
9303echo "$as_me:9303: result: $ac_cv_lib_util_getloadavg" >&5 9308echo "$as_me:9308: result: $ac_cv_lib_util_getloadavg" >&5
9304echo "${ECHO_T}$ac_cv_lib_util_getloadavg" >&6 9309echo "${ECHO_T}$ac_cv_lib_util_getloadavg" >&6
9305if test $ac_cv_lib_util_getloadavg = yes; then 9310if test $ac_cv_lib_util_getloadavg = yes; then
9306 LIBS="-lutil $LIBS" ac_have_func=yes ac_cv_func_getloadavg_setgid=yes 9311 LIBS="-lutil $LIBS" ac_have_func=yes ac_cv_func_getloadavg_setgid=yes
@@ -9313,7 +9318,7 @@ if test $ac_have_func = no; then
9313 # Since it is not a standard part of AIX, it might be installed locally. 9318 # Since it is not a standard part of AIX, it might be installed locally.
9314 ac_getloadavg_LIBS=$LIBS 9319 ac_getloadavg_LIBS=$LIBS
9315 LIBS="-L/usr/local/lib $LIBS" 9320 LIBS="-L/usr/local/lib $LIBS"
9316 echo "$as_me:9316: checking for getloadavg in -lgetloadavg" >&5 9321 echo "$as_me:9321: checking for getloadavg in -lgetloadavg" >&5
9317echo $ECHO_N "checking for getloadavg in -lgetloadavg... $ECHO_C" >&6 9322echo $ECHO_N "checking for getloadavg in -lgetloadavg... $ECHO_C" >&6
9318if test "${ac_cv_lib_getloadavg_getloadavg+set}" = set; then 9323if test "${ac_cv_lib_getloadavg_getloadavg+set}" = set; then
9319 echo $ECHO_N "(cached) $ECHO_C" >&6 9324 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9340,16 +9345,16 @@ getloadavg ();
9340} 9345}
9341_ACEOF 9346_ACEOF
9342rm -f conftest.$ac_objext conftest$ac_exeext 9347rm -f conftest.$ac_objext conftest$ac_exeext
9343if { (eval echo "$as_me:9343: \"$ac_link\"") >&5 9348if { (eval echo "$as_me:9348: \"$ac_link\"") >&5
9344 (eval $ac_link) 2>&5 9349 (eval $ac_link) 2>&5
9345 ac_status=$? 9350 ac_status=$?
9346 echo "$as_me:9346: \$? = $ac_status" >&5 9351 echo "$as_me:9351: \$? = $ac_status" >&5
9347 (exit $ac_status); } && 9352 (exit $ac_status); } &&
9348 { ac_try='test -s conftest$ac_exeext' 9353 { ac_try='test -s conftest$ac_exeext'
9349 { (eval echo "$as_me:9349: \"$ac_try\"") >&5 9354 { (eval echo "$as_me:9354: \"$ac_try\"") >&5
9350 (eval $ac_try) 2>&5 9355 (eval $ac_try) 2>&5
9351 ac_status=$? 9356 ac_status=$?
9352 echo "$as_me:9352: \$? = $ac_status" >&5 9357 echo "$as_me:9357: \$? = $ac_status" >&5
9353 (exit $ac_status); }; }; then 9358 (exit $ac_status); }; }; then
9354 ac_cv_lib_getloadavg_getloadavg=yes 9359 ac_cv_lib_getloadavg_getloadavg=yes
9355else 9360else
@@ -9360,7 +9365,7 @@ fi
9360rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9365rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9361LIBS=$ac_check_lib_save_LIBS 9366LIBS=$ac_check_lib_save_LIBS
9362fi 9367fi
9363echo "$as_me:9363: result: $ac_cv_lib_getloadavg_getloadavg" >&5 9368echo "$as_me:9368: result: $ac_cv_lib_getloadavg_getloadavg" >&5
9364echo "${ECHO_T}$ac_cv_lib_getloadavg_getloadavg" >&6 9369echo "${ECHO_T}$ac_cv_lib_getloadavg_getloadavg" >&6
9365if test $ac_cv_lib_getloadavg_getloadavg = yes; then 9370if test $ac_cv_lib_getloadavg_getloadavg = yes; then
9366 LIBS="-lgetloadavg $LIBS" 9371 LIBS="-lgetloadavg $LIBS"
@@ -9376,7 +9381,7 @@ fi
9376for ac_func in getloadavg 9381for ac_func in getloadavg
9377do 9382do
9378as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 9383as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9379echo "$as_me:9379: checking for $ac_func" >&5 9384echo "$as_me:9384: checking for $ac_func" >&5
9380echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 9385echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9381if eval "test \"\${$as_ac_var+set}\" = set"; then 9386if eval "test \"\${$as_ac_var+set}\" = set"; then
9382 echo $ECHO_N "(cached) $ECHO_C" >&6 9387 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9413,16 +9418,16 @@ f = $ac_func;
9413} 9418}
9414_ACEOF 9419_ACEOF
9415rm -f conftest.$ac_objext conftest$ac_exeext 9420rm -f conftest.$ac_objext conftest$ac_exeext
9416if { (eval echo "$as_me:9416: \"$ac_link\"") >&5 9421if { (eval echo "$as_me:9421: \"$ac_link\"") >&5
9417 (eval $ac_link) 2>&5 9422 (eval $ac_link) 2>&5
9418 ac_status=$? 9423 ac_status=$?
9419 echo "$as_me:9419: \$? = $ac_status" >&5 9424 echo "$as_me:9424: \$? = $ac_status" >&5
9420 (exit $ac_status); } && 9425 (exit $ac_status); } &&
9421 { ac_try='test -s conftest$ac_exeext' 9426 { ac_try='test -s conftest$ac_exeext'
9422 { (eval echo "$as_me:9422: \"$ac_try\"") >&5 9427 { (eval echo "$as_me:9427: \"$ac_try\"") >&5
9423 (eval $ac_try) 2>&5 9428 (eval $ac_try) 2>&5
9424 ac_status=$? 9429 ac_status=$?
9425 echo "$as_me:9425: \$? = $ac_status" >&5 9430 echo "$as_me:9430: \$? = $ac_status" >&5
9426 (exit $ac_status); }; }; then 9431 (exit $ac_status); }; }; then
9427 eval "$as_ac_var=yes" 9432 eval "$as_ac_var=yes"
9428else 9433else
@@ -9432,7 +9437,7 @@ eval "$as_ac_var=no"
9432fi 9437fi
9433rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9438rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9434fi 9439fi
9435echo "$as_me:9435: result: `eval echo '${'$as_ac_var'}'`" >&5 9440echo "$as_me:9440: result: `eval echo '${'$as_ac_var'}'`" >&5
9436echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 9441echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9437if test `eval echo '${'$as_ac_var'}'` = yes; then 9442if test `eval echo '${'$as_ac_var'}'` = yes; then
9438 cat >>confdefs.h <<EOF 9443 cat >>confdefs.h <<EOF
@@ -9448,7 +9453,7 @@ EOF
9448 9453
9449# Figure out what our getloadavg.c needs. 9454# Figure out what our getloadavg.c needs.
9450ac_have_func=no 9455ac_have_func=no
9451echo "$as_me:9451: checking for sys/dg_sys_info.h" >&5 9456echo "$as_me:9456: checking for sys/dg_sys_info.h" >&5
9452echo $ECHO_N "checking for sys/dg_sys_info.h... $ECHO_C" >&6 9457echo $ECHO_N "checking for sys/dg_sys_info.h... $ECHO_C" >&6
9453if test "${ac_cv_header_sys_dg_sys_info_h+set}" = set; then 9458if test "${ac_cv_header_sys_dg_sys_info_h+set}" = set; then
9454 echo $ECHO_N "(cached) $ECHO_C" >&6 9459 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9458,13 +9463,13 @@ else
9458#include "confdefs.h" 9463#include "confdefs.h"
9459#include <sys/dg_sys_info.h> 9464#include <sys/dg_sys_info.h>
9460_ACEOF 9465_ACEOF
9461if { (eval echo "$as_me:9461: \"$ac_cpp conftest.$ac_ext\"") >&5 9466if { (eval echo "$as_me:9466: \"$ac_cpp conftest.$ac_ext\"") >&5
9462 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9467 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9463 ac_status=$? 9468 ac_status=$?
9464 egrep -v '^ *\+' conftest.er1 >conftest.err 9469 egrep -v '^ *\+' conftest.er1 >conftest.err
9465 rm -f conftest.er1 9470 rm -f conftest.er1
9466 cat conftest.err >&5 9471 cat conftest.err >&5
9467 echo "$as_me:9467: \$? = $ac_status" >&5 9472 echo "$as_me:9472: \$? = $ac_status" >&5
9468 (exit $ac_status); } >/dev/null; then 9473 (exit $ac_status); } >/dev/null; then
9469 if test -s conftest.err; then 9474 if test -s conftest.err; then
9470 ac_cpp_err=$ac_c_preproc_warn_flag 9475 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -9483,7 +9488,7 @@ else
9483fi 9488fi
9484rm -f conftest.err conftest.$ac_ext 9489rm -f conftest.err conftest.$ac_ext
9485fi 9490fi
9486echo "$as_me:9486: result: $ac_cv_header_sys_dg_sys_info_h" >&5 9491echo "$as_me:9491: result: $ac_cv_header_sys_dg_sys_info_h" >&5
9487echo "${ECHO_T}$ac_cv_header_sys_dg_sys_info_h" >&6 9492echo "${ECHO_T}$ac_cv_header_sys_dg_sys_info_h" >&6
9488if test $ac_cv_header_sys_dg_sys_info_h = yes; then 9493if test $ac_cv_header_sys_dg_sys_info_h = yes; then
9489 ac_have_func=yes 9494 ac_have_func=yes
@@ -9492,7 +9497,7 @@ cat >>confdefs.h <<\EOF
9492#define DGUX 1 9497#define DGUX 1
9493EOF 9498EOF
9494 9499
9495echo "$as_me:9495: checking for dg_sys_info in -ldgc" >&5 9500echo "$as_me:9500: checking for dg_sys_info in -ldgc" >&5
9496echo $ECHO_N "checking for dg_sys_info in -ldgc... $ECHO_C" >&6 9501echo $ECHO_N "checking for dg_sys_info in -ldgc... $ECHO_C" >&6
9497if test "${ac_cv_lib_dgc_dg_sys_info+set}" = set; then 9502if test "${ac_cv_lib_dgc_dg_sys_info+set}" = set; then
9498 echo $ECHO_N "(cached) $ECHO_C" >&6 9503 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9519,16 +9524,16 @@ dg_sys_info ();
9519} 9524}
9520_ACEOF 9525_ACEOF
9521rm -f conftest.$ac_objext conftest$ac_exeext 9526rm -f conftest.$ac_objext conftest$ac_exeext
9522if { (eval echo "$as_me:9522: \"$ac_link\"") >&5 9527if { (eval echo "$as_me:9527: \"$ac_link\"") >&5
9523 (eval $ac_link) 2>&5 9528 (eval $ac_link) 2>&5
9524 ac_status=$? 9529 ac_status=$?
9525 echo "$as_me:9525: \$? = $ac_status" >&5 9530 echo "$as_me:9530: \$? = $ac_status" >&5
9526 (exit $ac_status); } && 9531 (exit $ac_status); } &&
9527 { ac_try='test -s conftest$ac_exeext' 9532 { ac_try='test -s conftest$ac_exeext'
9528 { (eval echo "$as_me:9528: \"$ac_try\"") >&5 9533 { (eval echo "$as_me:9533: \"$ac_try\"") >&5
9529 (eval $ac_try) 2>&5 9534 (eval $ac_try) 2>&5
9530 ac_status=$? 9535 ac_status=$?
9531 echo "$as_me:9531: \$? = $ac_status" >&5 9536 echo "$as_me:9536: \$? = $ac_status" >&5
9532 (exit $ac_status); }; }; then 9537 (exit $ac_status); }; }; then
9533 ac_cv_lib_dgc_dg_sys_info=yes 9538 ac_cv_lib_dgc_dg_sys_info=yes
9534else 9539else
@@ -9539,7 +9544,7 @@ fi
9539rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9544rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9540LIBS=$ac_check_lib_save_LIBS 9545LIBS=$ac_check_lib_save_LIBS
9541fi 9546fi
9542echo "$as_me:9542: result: $ac_cv_lib_dgc_dg_sys_info" >&5 9547echo "$as_me:9547: result: $ac_cv_lib_dgc_dg_sys_info" >&5
9543echo "${ECHO_T}$ac_cv_lib_dgc_dg_sys_info" >&6 9548echo "${ECHO_T}$ac_cv_lib_dgc_dg_sys_info" >&6
9544if test $ac_cv_lib_dgc_dg_sys_info = yes; then 9549if test $ac_cv_lib_dgc_dg_sys_info = yes; then
9545 cat >>confdefs.h <<EOF 9550 cat >>confdefs.h <<EOF
@@ -9552,7 +9557,7 @@ fi
9552 9557
9553fi 9558fi
9554 9559
9555echo "$as_me:9555: checking for locale.h" >&5 9560echo "$as_me:9560: checking for locale.h" >&5
9556echo $ECHO_N "checking for locale.h... $ECHO_C" >&6 9561echo $ECHO_N "checking for locale.h... $ECHO_C" >&6
9557if test "${ac_cv_header_locale_h+set}" = set; then 9562if test "${ac_cv_header_locale_h+set}" = set; then
9558 echo $ECHO_N "(cached) $ECHO_C" >&6 9563 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9562,13 +9567,13 @@ else
9562#include "confdefs.h" 9567#include "confdefs.h"
9563#include <locale.h> 9568#include <locale.h>
9564_ACEOF 9569_ACEOF
9565if { (eval echo "$as_me:9565: \"$ac_cpp conftest.$ac_ext\"") >&5 9570if { (eval echo "$as_me:9570: \"$ac_cpp conftest.$ac_ext\"") >&5
9566 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9571 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9567 ac_status=$? 9572 ac_status=$?
9568 egrep -v '^ *\+' conftest.er1 >conftest.err 9573 egrep -v '^ *\+' conftest.er1 >conftest.err
9569 rm -f conftest.er1 9574 rm -f conftest.er1
9570 cat conftest.err >&5 9575 cat conftest.err >&5
9571 echo "$as_me:9571: \$? = $ac_status" >&5 9576 echo "$as_me:9576: \$? = $ac_status" >&5
9572 (exit $ac_status); } >/dev/null; then 9577 (exit $ac_status); } >/dev/null; then
9573 if test -s conftest.err; then 9578 if test -s conftest.err; then
9574 ac_cpp_err=$ac_c_preproc_warn_flag 9579 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -9587,13 +9592,13 @@ else
9587fi 9592fi
9588rm -f conftest.err conftest.$ac_ext 9593rm -f conftest.err conftest.$ac_ext
9589fi 9594fi
9590echo "$as_me:9590: result: $ac_cv_header_locale_h" >&5 9595echo "$as_me:9595: result: $ac_cv_header_locale_h" >&5
9591echo "${ECHO_T}$ac_cv_header_locale_h" >&6 9596echo "${ECHO_T}$ac_cv_header_locale_h" >&6
9592 9597
9593for ac_func in setlocale 9598for ac_func in setlocale
9594do 9599do
9595as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 9600as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9596echo "$as_me:9596: checking for $ac_func" >&5 9601echo "$as_me:9601: checking for $ac_func" >&5
9597echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 9602echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9598if eval "test \"\${$as_ac_var+set}\" = set"; then 9603if eval "test \"\${$as_ac_var+set}\" = set"; then
9599 echo $ECHO_N "(cached) $ECHO_C" >&6 9604 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9630,16 +9635,16 @@ f = $ac_func;
9630} 9635}
9631_ACEOF 9636_ACEOF
9632rm -f conftest.$ac_objext conftest$ac_exeext 9637rm -f conftest.$ac_objext conftest$ac_exeext
9633if { (eval echo "$as_me:9633: \"$ac_link\"") >&5 9638if { (eval echo "$as_me:9638: \"$ac_link\"") >&5
9634 (eval $ac_link) 2>&5 9639 (eval $ac_link) 2>&5
9635 ac_status=$? 9640 ac_status=$?
9636 echo "$as_me:9636: \$? = $ac_status" >&5 9641 echo "$as_me:9641: \$? = $ac_status" >&5
9637 (exit $ac_status); } && 9642 (exit $ac_status); } &&
9638 { ac_try='test -s conftest$ac_exeext' 9643 { ac_try='test -s conftest$ac_exeext'
9639 { (eval echo "$as_me:9639: \"$ac_try\"") >&5 9644 { (eval echo "$as_me:9644: \"$ac_try\"") >&5
9640 (eval $ac_try) 2>&5 9645 (eval $ac_try) 2>&5
9641 ac_status=$? 9646 ac_status=$?
9642 echo "$as_me:9642: \$? = $ac_status" >&5 9647 echo "$as_me:9647: \$? = $ac_status" >&5
9643 (exit $ac_status); }; }; then 9648 (exit $ac_status); }; }; then
9644 eval "$as_ac_var=yes" 9649 eval "$as_ac_var=yes"
9645else 9650else
@@ -9649,7 +9654,7 @@ eval "$as_ac_var=no"
9649fi 9654fi
9650rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9655rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9651fi 9656fi
9652echo "$as_me:9652: result: `eval echo '${'$as_ac_var'}'`" >&5 9657echo "$as_me:9657: result: `eval echo '${'$as_ac_var'}'`" >&5
9653echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 9658echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9654if test `eval echo '${'$as_ac_var'}'` = yes; then 9659if test `eval echo '${'$as_ac_var'}'` = yes; then
9655 cat >>confdefs.h <<EOF 9660 cat >>confdefs.h <<EOF
@@ -9672,7 +9677,7 @@ EOF
9672fi 9677fi
9673 9678
9674if test $ac_have_func = no; then 9679if test $ac_have_func = no; then
9675 echo "$as_me:9675: checking for inq_stats/cpustats.h" >&5 9680 echo "$as_me:9680: checking for inq_stats/cpustats.h" >&5
9676echo $ECHO_N "checking for inq_stats/cpustats.h... $ECHO_C" >&6 9681echo $ECHO_N "checking for inq_stats/cpustats.h... $ECHO_C" >&6
9677if test "${ac_cv_header_inq_stats_cpustats_h+set}" = set; then 9682if test "${ac_cv_header_inq_stats_cpustats_h+set}" = set; then
9678 echo $ECHO_N "(cached) $ECHO_C" >&6 9683 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9682,13 +9687,13 @@ else
9682#include "confdefs.h" 9687#include "confdefs.h"
9683#include <inq_stats/cpustats.h> 9688#include <inq_stats/cpustats.h>
9684_ACEOF 9689_ACEOF
9685if { (eval echo "$as_me:9685: \"$ac_cpp conftest.$ac_ext\"") >&5 9690if { (eval echo "$as_me:9690: \"$ac_cpp conftest.$ac_ext\"") >&5
9686 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9691 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9687 ac_status=$? 9692 ac_status=$?
9688 egrep -v '^ *\+' conftest.er1 >conftest.err 9693 egrep -v '^ *\+' conftest.er1 >conftest.err
9689 rm -f conftest.er1 9694 rm -f conftest.er1
9690 cat conftest.err >&5 9695 cat conftest.err >&5
9691 echo "$as_me:9691: \$? = $ac_status" >&5 9696 echo "$as_me:9696: \$? = $ac_status" >&5
9692 (exit $ac_status); } >/dev/null; then 9697 (exit $ac_status); } >/dev/null; then
9693 if test -s conftest.err; then 9698 if test -s conftest.err; then
9694 ac_cpp_err=$ac_c_preproc_warn_flag 9699 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -9707,7 +9712,7 @@ else
9707fi 9712fi
9708rm -f conftest.err conftest.$ac_ext 9713rm -f conftest.err conftest.$ac_ext
9709fi 9714fi
9710echo "$as_me:9710: result: $ac_cv_header_inq_stats_cpustats_h" >&5 9715echo "$as_me:9715: result: $ac_cv_header_inq_stats_cpustats_h" >&5
9711echo "${ECHO_T}$ac_cv_header_inq_stats_cpustats_h" >&6 9716echo "${ECHO_T}$ac_cv_header_inq_stats_cpustats_h" >&6
9712if test $ac_cv_header_inq_stats_cpustats_h = yes; then 9717if test $ac_cv_header_inq_stats_cpustats_h = yes; then
9713 ac_have_func=yes 9718 ac_have_func=yes
@@ -9725,7 +9730,7 @@ fi
9725fi 9730fi
9726 9731
9727if test $ac_have_func = no; then 9732if test $ac_have_func = no; then
9728 echo "$as_me:9728: checking for sys/cpustats.h" >&5 9733 echo "$as_me:9733: checking for sys/cpustats.h" >&5
9729echo $ECHO_N "checking for sys/cpustats.h... $ECHO_C" >&6 9734echo $ECHO_N "checking for sys/cpustats.h... $ECHO_C" >&6
9730if test "${ac_cv_header_sys_cpustats_h+set}" = set; then 9735if test "${ac_cv_header_sys_cpustats_h+set}" = set; then
9731 echo $ECHO_N "(cached) $ECHO_C" >&6 9736 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9735,13 +9740,13 @@ else
9735#include "confdefs.h" 9740#include "confdefs.h"
9736#include <sys/cpustats.h> 9741#include <sys/cpustats.h>
9737_ACEOF 9742_ACEOF
9738if { (eval echo "$as_me:9738: \"$ac_cpp conftest.$ac_ext\"") >&5 9743if { (eval echo "$as_me:9743: \"$ac_cpp conftest.$ac_ext\"") >&5
9739 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9744 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9740 ac_status=$? 9745 ac_status=$?
9741 egrep -v '^ *\+' conftest.er1 >conftest.err 9746 egrep -v '^ *\+' conftest.er1 >conftest.err
9742 rm -f conftest.er1 9747 rm -f conftest.er1
9743 cat conftest.err >&5 9748 cat conftest.err >&5
9744 echo "$as_me:9744: \$? = $ac_status" >&5 9749 echo "$as_me:9749: \$? = $ac_status" >&5
9745 (exit $ac_status); } >/dev/null; then 9750 (exit $ac_status); } >/dev/null; then
9746 if test -s conftest.err; then 9751 if test -s conftest.err; then
9747 ac_cpp_err=$ac_c_preproc_warn_flag 9752 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -9760,7 +9765,7 @@ else
9760fi 9765fi
9761rm -f conftest.err conftest.$ac_ext 9766rm -f conftest.err conftest.$ac_ext
9762fi 9767fi
9763echo "$as_me:9763: result: $ac_cv_header_sys_cpustats_h" >&5 9768echo "$as_me:9768: result: $ac_cv_header_sys_cpustats_h" >&5
9764echo "${ECHO_T}$ac_cv_header_sys_cpustats_h" >&6 9769echo "${ECHO_T}$ac_cv_header_sys_cpustats_h" >&6
9765if test $ac_cv_header_sys_cpustats_h = yes; then 9770if test $ac_cv_header_sys_cpustats_h = yes; then
9766 ac_have_func=yes; cat >>confdefs.h <<\EOF 9771 ac_have_func=yes; cat >>confdefs.h <<\EOF
@@ -9776,7 +9781,7 @@ if test $ac_have_func = no; then
9776for ac_header in mach/mach.h 9781for ac_header in mach/mach.h
9777do 9782do
9778as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 9783as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9779echo "$as_me:9779: checking for $ac_header" >&5 9784echo "$as_me:9784: checking for $ac_header" >&5
9780echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 9785echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9781if eval "test \"\${$as_ac_Header+set}\" = set"; then 9786if eval "test \"\${$as_ac_Header+set}\" = set"; then
9782 echo $ECHO_N "(cached) $ECHO_C" >&6 9787 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9786,13 +9791,13 @@ else
9786#include "confdefs.h" 9791#include "confdefs.h"
9787#include <$ac_header> 9792#include <$ac_header>
9788_ACEOF 9793_ACEOF
9789if { (eval echo "$as_me:9789: \"$ac_cpp conftest.$ac_ext\"") >&5 9794if { (eval echo "$as_me:9794: \"$ac_cpp conftest.$ac_ext\"") >&5
9790 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9795 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9791 ac_status=$? 9796 ac_status=$?
9792 egrep -v '^ *\+' conftest.er1 >conftest.err 9797 egrep -v '^ *\+' conftest.er1 >conftest.err
9793 rm -f conftest.er1 9798 rm -f conftest.er1
9794 cat conftest.err >&5 9799 cat conftest.err >&5
9795 echo "$as_me:9795: \$? = $ac_status" >&5 9800 echo "$as_me:9800: \$? = $ac_status" >&5
9796 (exit $ac_status); } >/dev/null; then 9801 (exit $ac_status); } >/dev/null; then
9797 if test -s conftest.err; then 9802 if test -s conftest.err; then
9798 ac_cpp_err=$ac_c_preproc_warn_flag 9803 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -9811,7 +9816,7 @@ else
9811fi 9816fi
9812rm -f conftest.err conftest.$ac_ext 9817rm -f conftest.err conftest.$ac_ext
9813fi 9818fi
9814echo "$as_me:9814: result: `eval echo '${'$as_ac_Header'}'`" >&5 9819echo "$as_me:9819: result: `eval echo '${'$as_ac_Header'}'`" >&5
9815echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 9820echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9816if test `eval echo '${'$as_ac_Header'}'` = yes; then 9821if test `eval echo '${'$as_ac_Header'}'` = yes; then
9817 cat >>confdefs.h <<EOF 9822 cat >>confdefs.h <<EOF
@@ -9826,7 +9831,7 @@ fi
9826for ac_header in nlist.h 9831for ac_header in nlist.h
9827do 9832do
9828as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 9833as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9829echo "$as_me:9829: checking for $ac_header" >&5 9834echo "$as_me:9834: checking for $ac_header" >&5
9830echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 9835echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9831if eval "test \"\${$as_ac_Header+set}\" = set"; then 9836if eval "test \"\${$as_ac_Header+set}\" = set"; then
9832 echo $ECHO_N "(cached) $ECHO_C" >&6 9837 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9836,13 +9841,13 @@ else
9836#include "confdefs.h" 9841#include "confdefs.h"
9837#include <$ac_header> 9842#include <$ac_header>
9838_ACEOF 9843_ACEOF
9839if { (eval echo "$as_me:9839: \"$ac_cpp conftest.$ac_ext\"") >&5 9844if { (eval echo "$as_me:9844: \"$ac_cpp conftest.$ac_ext\"") >&5
9840 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9845 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9841 ac_status=$? 9846 ac_status=$?
9842 egrep -v '^ *\+' conftest.er1 >conftest.err 9847 egrep -v '^ *\+' conftest.er1 >conftest.err
9843 rm -f conftest.er1 9848 rm -f conftest.er1
9844 cat conftest.err >&5 9849 cat conftest.err >&5
9845 echo "$as_me:9845: \$? = $ac_status" >&5 9850 echo "$as_me:9850: \$? = $ac_status" >&5
9846 (exit $ac_status); } >/dev/null; then 9851 (exit $ac_status); } >/dev/null; then
9847 if test -s conftest.err; then 9852 if test -s conftest.err; then
9848 ac_cpp_err=$ac_c_preproc_warn_flag 9853 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -9861,13 +9866,13 @@ else
9861fi 9866fi
9862rm -f conftest.err conftest.$ac_ext 9867rm -f conftest.err conftest.$ac_ext
9863fi 9868fi
9864echo "$as_me:9864: result: `eval echo '${'$as_ac_Header'}'`" >&5 9869echo "$as_me:9869: result: `eval echo '${'$as_ac_Header'}'`" >&5
9865echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 9870echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9866if test `eval echo '${'$as_ac_Header'}'` = yes; then 9871if test `eval echo '${'$as_ac_Header'}'` = yes; then
9867 cat >>confdefs.h <<EOF 9872 cat >>confdefs.h <<EOF
9868#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 9873#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9869EOF 9874EOF
9870 echo "$as_me:9870: checking for struct nlist.n_un.n_name" >&5 9875 echo "$as_me:9875: checking for struct nlist.n_un.n_name" >&5
9871echo $ECHO_N "checking for struct nlist.n_un.n_name... $ECHO_C" >&6 9876echo $ECHO_N "checking for struct nlist.n_un.n_name... $ECHO_C" >&6
9872if test "${ac_cv_member_struct_nlist_n_un_n_name+set}" = set; then 9877if test "${ac_cv_member_struct_nlist_n_un_n_name+set}" = set; then
9873 echo $ECHO_N "(cached) $ECHO_C" >&6 9878 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9888,16 +9893,16 @@ return 0;
9888} 9893}
9889_ACEOF 9894_ACEOF
9890rm -f conftest.$ac_objext 9895rm -f conftest.$ac_objext
9891if { (eval echo "$as_me:9891: \"$ac_compile\"") >&5 9896if { (eval echo "$as_me:9896: \"$ac_compile\"") >&5
9892 (eval $ac_compile) 2>&5 9897 (eval $ac_compile) 2>&5
9893 ac_status=$? 9898 ac_status=$?
9894 echo "$as_me:9894: \$? = $ac_status" >&5 9899 echo "$as_me:9899: \$? = $ac_status" >&5
9895 (exit $ac_status); } && 9900 (exit $ac_status); } &&
9896 { ac_try='test -s conftest.$ac_objext' 9901 { ac_try='test -s conftest.$ac_objext'
9897 { (eval echo "$as_me:9897: \"$ac_try\"") >&5 9902 { (eval echo "$as_me:9902: \"$ac_try\"") >&5
9898 (eval $ac_try) 2>&5 9903 (eval $ac_try) 2>&5
9899 ac_status=$? 9904 ac_status=$?
9900 echo "$as_me:9900: \$? = $ac_status" >&5 9905 echo "$as_me:9905: \$? = $ac_status" >&5
9901 (exit $ac_status); }; }; then 9906 (exit $ac_status); }; }; then
9902 ac_cv_member_struct_nlist_n_un_n_name=yes 9907 ac_cv_member_struct_nlist_n_un_n_name=yes
9903else 9908else
@@ -9907,7 +9912,7 @@ ac_cv_member_struct_nlist_n_un_n_name=no
9907fi 9912fi
9908rm -f conftest.$ac_objext conftest.$ac_ext 9913rm -f conftest.$ac_objext conftest.$ac_ext
9909fi 9914fi
9910echo "$as_me:9910: result: $ac_cv_member_struct_nlist_n_un_n_name" >&5 9915echo "$as_me:9915: result: $ac_cv_member_struct_nlist_n_un_n_name" >&5
9911echo "${ECHO_T}$ac_cv_member_struct_nlist_n_un_n_name" >&6 9916echo "${ECHO_T}$ac_cv_member_struct_nlist_n_un_n_name" >&6
9912if test $ac_cv_member_struct_nlist_n_un_n_name = yes; then 9917if test $ac_cv_member_struct_nlist_n_un_n_name = yes; then
9913 9918
@@ -9928,7 +9933,7 @@ fi
9928done 9933done
9929 9934
9930# Some definitions of getloadavg require that the program be installed setgid. 9935# Some definitions of getloadavg require that the program be installed setgid.
9931echo "$as_me:9931: checking whether getloadavg requires setgid" >&5 9936echo "$as_me:9936: checking whether getloadavg requires setgid" >&5
9932echo $ECHO_N "checking whether getloadavg requires setgid... $ECHO_C" >&6 9937echo $ECHO_N "checking whether getloadavg requires setgid... $ECHO_C" >&6
9933if test "${ac_cv_func_getloadavg_setgid+set}" = set; then 9938if test "${ac_cv_func_getloadavg_setgid+set}" = set; then
9934 echo $ECHO_N "(cached) $ECHO_C" >&6 9939 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9950,7 +9955,7 @@ fi
9950rm -f conftest* 9955rm -f conftest*
9951 9956
9952fi 9957fi
9953echo "$as_me:9953: result: $ac_cv_func_getloadavg_setgid" >&5 9958echo "$as_me:9958: result: $ac_cv_func_getloadavg_setgid" >&5
9954echo "${ECHO_T}$ac_cv_func_getloadavg_setgid" >&6 9959echo "${ECHO_T}$ac_cv_func_getloadavg_setgid" >&6
9955if test $ac_cv_func_getloadavg_setgid = yes; then 9960if test $ac_cv_func_getloadavg_setgid = yes; then
9956 NEED_SETGID=true 9961 NEED_SETGID=true
@@ -9964,7 +9969,7 @@ else
9964fi 9969fi
9965 9970
9966if test $ac_cv_func_getloadavg_setgid = yes; then 9971if test $ac_cv_func_getloadavg_setgid = yes; then
9967 echo "$as_me:9967: checking group of /dev/kmem" >&5 9972 echo "$as_me:9972: checking group of /dev/kmem" >&5
9968echo $ECHO_N "checking group of /dev/kmem... $ECHO_C" >&6 9973echo $ECHO_N "checking group of /dev/kmem... $ECHO_C" >&6
9969if test "${ac_cv_group_kmem+set}" = set; then 9974if test "${ac_cv_group_kmem+set}" = set; then
9970 echo $ECHO_N "(cached) $ECHO_C" >&6 9975 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9979,7 +9984,7 @@ else
9979 / /s/.* //;p;'` 9984 / /s/.* //;p;'`
9980 9985
9981fi 9986fi
9982echo "$as_me:9982: result: $ac_cv_group_kmem" >&5 9987echo "$as_me:9987: result: $ac_cv_group_kmem" >&5
9983echo "${ECHO_T}$ac_cv_group_kmem" >&6 9988echo "${ECHO_T}$ac_cv_group_kmem" >&6
9984 KMEM_GROUP=$ac_cv_group_kmem 9989 KMEM_GROUP=$ac_cv_group_kmem
9985fi 9990fi
@@ -9990,7 +9995,7 @@ else
9990fi 9995fi
9991LIBS=$ac_save_LIBS 9996LIBS=$ac_save_LIBS
9992 9997
9993echo "$as_me:9993: checking for _LARGEFILE_SOURCE value needed for large files" >&5 9998echo "$as_me:9998: checking for _LARGEFILE_SOURCE value needed for large files" >&5
9994echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6 9999echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6
9995if test "${ac_cv_sys_largefile_source+set}" = set; then 10000if test "${ac_cv_sys_largefile_source+set}" = set; then
9996 echo $ECHO_N "(cached) $ECHO_C" >&6 10001 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10010,16 +10015,16 @@ return !fseeko;
10010} 10015}
10011_ACEOF 10016_ACEOF
10012rm -f conftest.$ac_objext 10017rm -f conftest.$ac_objext
10013if { (eval echo "$as_me:10013: \"$ac_compile\"") >&5 10018if { (eval echo "$as_me:10018: \"$ac_compile\"") >&5
10014 (eval $ac_compile) 2>&5 10019 (eval $ac_compile) 2>&5
10015 ac_status=$? 10020 ac_status=$?
10016 echo "$as_me:10016: \$? = $ac_status" >&5 10021 echo "$as_me:10021: \$? = $ac_status" >&5
10017 (exit $ac_status); } && 10022 (exit $ac_status); } &&
10018 { ac_try='test -s conftest.$ac_objext' 10023 { ac_try='test -s conftest.$ac_objext'
10019 { (eval echo "$as_me:10019: \"$ac_try\"") >&5 10024 { (eval echo "$as_me:10024: \"$ac_try\"") >&5
10020 (eval $ac_try) 2>&5 10025 (eval $ac_try) 2>&5
10021 ac_status=$? 10026 ac_status=$?
10022 echo "$as_me:10022: \$? = $ac_status" >&5 10027 echo "$as_me:10027: \$? = $ac_status" >&5
10023 (exit $ac_status); }; }; then 10028 (exit $ac_status); }; }; then
10024 break 10029 break
10025else 10030else
@@ -10041,16 +10046,16 @@ return !fseeko;
10041} 10046}
10042_ACEOF 10047_ACEOF
10043rm -f conftest.$ac_objext 10048rm -f conftest.$ac_objext
10044if { (eval echo "$as_me:10044: \"$ac_compile\"") >&5 10049if { (eval echo "$as_me:10049: \"$ac_compile\"") >&5
10045 (eval $ac_compile) 2>&5 10050 (eval $ac_compile) 2>&5
10046 ac_status=$? 10051 ac_status=$?
10047 echo "$as_me:10047: \$? = $ac_status" >&5 10052 echo "$as_me:10052: \$? = $ac_status" >&5
10048 (exit $ac_status); } && 10053 (exit $ac_status); } &&
10049 { ac_try='test -s conftest.$ac_objext' 10054 { ac_try='test -s conftest.$ac_objext'
10050 { (eval echo "$as_me:10050: \"$ac_try\"") >&5 10055 { (eval echo "$as_me:10055: \"$ac_try\"") >&5
10051 (eval $ac_try) 2>&5 10056 (eval $ac_try) 2>&5
10052 ac_status=$? 10057 ac_status=$?
10053 echo "$as_me:10053: \$? = $ac_status" >&5 10058 echo "$as_me:10058: \$? = $ac_status" >&5
10054 (exit $ac_status); }; }; then 10059 (exit $ac_status); }; }; then
10055 ac_cv_sys_largefile_source=1; break 10060 ac_cv_sys_largefile_source=1; break
10056else 10061else
@@ -10061,7 +10066,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
10061 break 10066 break
10062done 10067done
10063fi 10068fi
10064echo "$as_me:10064: result: $ac_cv_sys_largefile_source" >&5 10069echo "$as_me:10069: result: $ac_cv_sys_largefile_source" >&5
10065echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6 10070echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6
10066if test "$ac_cv_sys_largefile_source" != no; then 10071if test "$ac_cv_sys_largefile_source" != no; then
10067 10072
@@ -10075,7 +10080,7 @@ rm -f conftest*
10075# We used to try defining _XOPEN_SOURCE=500 too, to work around a bug 10080# We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
10076# in glibc 2.1.3, but that breaks too many other things. 10081# in glibc 2.1.3, but that breaks too many other things.
10077# If you want fseeko and ftello with glibc, upgrade to a fixed glibc. 10082# If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
10078echo "$as_me:10078: checking for fseeko" >&5 10083echo "$as_me:10083: checking for fseeko" >&5
10079echo $ECHO_N "checking for fseeko... $ECHO_C" >&6 10084echo $ECHO_N "checking for fseeko... $ECHO_C" >&6
10080if test "${ac_cv_func_fseeko+set}" = set; then 10085if test "${ac_cv_func_fseeko+set}" = set; then
10081 echo $ECHO_N "(cached) $ECHO_C" >&6 10086 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10093,16 +10098,16 @@ return fseeko && fseeko (stdin, 0, 0);
10093} 10098}
10094_ACEOF 10099_ACEOF
10095rm -f conftest.$ac_objext conftest$ac_exeext 10100rm -f conftest.$ac_objext conftest$ac_exeext
10096if { (eval echo "$as_me:10096: \"$ac_link\"") >&5 10101if { (eval echo "$as_me:10101: \"$ac_link\"") >&5
10097 (eval $ac_link) 2>&5 10102 (eval $ac_link) 2>&5
10098 ac_status=$? 10103 ac_status=$?
10099 echo "$as_me:10099: \$? = $ac_status" >&5 10104 echo "$as_me:10104: \$? = $ac_status" >&5
10100 (exit $ac_status); } && 10105 (exit $ac_status); } &&
10101 { ac_try='test -s conftest$ac_exeext' 10106 { ac_try='test -s conftest$ac_exeext'
10102 { (eval echo "$as_me:10102: \"$ac_try\"") >&5 10107 { (eval echo "$as_me:10107: \"$ac_try\"") >&5
10103 (eval $ac_try) 2>&5 10108 (eval $ac_try) 2>&5
10104 ac_status=$? 10109 ac_status=$?
10105 echo "$as_me:10105: \$? = $ac_status" >&5 10110 echo "$as_me:10110: \$? = $ac_status" >&5
10106 (exit $ac_status); }; }; then 10111 (exit $ac_status); }; }; then
10107 ac_cv_func_fseeko=yes 10112 ac_cv_func_fseeko=yes
10108else 10113else
@@ -10112,7 +10117,7 @@ ac_cv_func_fseeko=no
10112fi 10117fi
10113rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10118rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10114fi 10119fi
10115echo "$as_me:10115: result: $ac_cv_func_fseeko" >&5 10120echo "$as_me:10120: result: $ac_cv_func_fseeko" >&5
10116echo "${ECHO_T}$ac_cv_func_fseeko" >&6 10121echo "${ECHO_T}$ac_cv_func_fseeko" >&6
10117if test $ac_cv_func_fseeko = yes; then 10122if test $ac_cv_func_fseeko = yes; then
10118 10123
@@ -10127,7 +10132,7 @@ fi
10127for ac_func in grantpt 10132for ac_func in grantpt
10128do 10133do
10129as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 10134as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
10130echo "$as_me:10130: checking for $ac_func" >&5 10135echo "$as_me:10135: checking for $ac_func" >&5
10131echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 10136echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
10132if eval "test \"\${$as_ac_var+set}\" = set"; then 10137if eval "test \"\${$as_ac_var+set}\" = set"; then
10133 echo $ECHO_N "(cached) $ECHO_C" >&6 10138 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10164,16 +10169,16 @@ f = $ac_func;
10164} 10169}
10165_ACEOF 10170_ACEOF
10166rm -f conftest.$ac_objext conftest$ac_exeext 10171rm -f conftest.$ac_objext conftest$ac_exeext
10167if { (eval echo "$as_me:10167: \"$ac_link\"") >&5 10172if { (eval echo "$as_me:10172: \"$ac_link\"") >&5
10168 (eval $ac_link) 2>&5 10173 (eval $ac_link) 2>&5
10169 ac_status=$? 10174 ac_status=$?
10170 echo "$as_me:10170: \$? = $ac_status" >&5 10175 echo "$as_me:10175: \$? = $ac_status" >&5
10171 (exit $ac_status); } && 10176 (exit $ac_status); } &&
10172 { ac_try='test -s conftest$ac_exeext' 10177 { ac_try='test -s conftest$ac_exeext'
10173 { (eval echo "$as_me:10173: \"$ac_try\"") >&5 10178 { (eval echo "$as_me:10178: \"$ac_try\"") >&5
10174 (eval $ac_try) 2>&5 10179 (eval $ac_try) 2>&5
10175 ac_status=$? 10180 ac_status=$?
10176 echo "$as_me:10176: \$? = $ac_status" >&5 10181 echo "$as_me:10181: \$? = $ac_status" >&5
10177 (exit $ac_status); }; }; then 10182 (exit $ac_status); }; }; then
10178 eval "$as_ac_var=yes" 10183 eval "$as_ac_var=yes"
10179else 10184else
@@ -10183,7 +10188,7 @@ eval "$as_ac_var=no"
10183fi 10188fi
10184rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10189rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10185fi 10190fi
10186echo "$as_me:10186: result: `eval echo '${'$as_ac_var'}'`" >&5 10191echo "$as_me:10191: result: `eval echo '${'$as_ac_var'}'`" >&5
10187echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 10192echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
10188if test `eval echo '${'$as_ac_var'}'` = yes; then 10193if test `eval echo '${'$as_ac_var'}'` = yes; then
10189 cat >>confdefs.h <<EOF 10194 cat >>confdefs.h <<EOF
@@ -10198,7 +10203,7 @@ done
10198for ac_func in getpt 10203for ac_func in getpt
10199do 10204do
10200as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 10205as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
10201echo "$as_me:10201: checking for $ac_func" >&5 10206echo "$as_me:10206: checking for $ac_func" >&5
10202echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 10207echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
10203if eval "test \"\${$as_ac_var+set}\" = set"; then 10208if eval "test \"\${$as_ac_var+set}\" = set"; then
10204 echo $ECHO_N "(cached) $ECHO_C" >&6 10209 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10235,16 +10240,16 @@ f = $ac_func;
10235} 10240}
10236_ACEOF 10241_ACEOF
10237rm -f conftest.$ac_objext conftest$ac_exeext 10242rm -f conftest.$ac_objext conftest$ac_exeext
10238if { (eval echo "$as_me:10238: \"$ac_link\"") >&5 10243if { (eval echo "$as_me:10243: \"$ac_link\"") >&5
10239 (eval $ac_link) 2>&5 10244 (eval $ac_link) 2>&5
10240 ac_status=$? 10245 ac_status=$?
10241 echo "$as_me:10241: \$? = $ac_status" >&5 10246 echo "$as_me:10246: \$? = $ac_status" >&5
10242 (exit $ac_status); } && 10247 (exit $ac_status); } &&
10243 { ac_try='test -s conftest$ac_exeext' 10248 { ac_try='test -s conftest$ac_exeext'
10244 { (eval echo "$as_me:10244: \"$ac_try\"") >&5 10249 { (eval echo "$as_me:10249: \"$ac_try\"") >&5
10245 (eval $ac_try) 2>&5 10250 (eval $ac_try) 2>&5
10246 ac_status=$? 10251 ac_status=$?
10247 echo "$as_me:10247: \$? = $ac_status" >&5 10252 echo "$as_me:10252: \$? = $ac_status" >&5
10248 (exit $ac_status); }; }; then 10253 (exit $ac_status); }; }; then
10249 eval "$as_ac_var=yes" 10254 eval "$as_ac_var=yes"
10250else 10255else
@@ -10254,7 +10259,7 @@ eval "$as_ac_var=no"
10254fi 10259fi
10255rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10260rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10256fi 10261fi
10257echo "$as_me:10257: result: `eval echo '${'$as_ac_var'}'`" >&5 10262echo "$as_me:10262: result: `eval echo '${'$as_ac_var'}'`" >&5
10258echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 10263echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
10259if test `eval echo '${'$as_ac_var'}'` = yes; then 10264if test `eval echo '${'$as_ac_var'}'` = yes; then
10260 cat >>confdefs.h <<EOF 10265 cat >>confdefs.h <<EOF
@@ -10269,7 +10274,7 @@ done
10269# It's better to believe a function is not available 10274# It's better to believe a function is not available
10270# than to expect to find it in ncurses. 10275# than to expect to find it in ncurses.
10271 10276
10272echo "$as_me:10272: checking for tparm in -lncurses" >&5 10277echo "$as_me:10277: checking for tparm in -lncurses" >&5
10273echo $ECHO_N "checking for tparm in -lncurses... $ECHO_C" >&6 10278echo $ECHO_N "checking for tparm in -lncurses... $ECHO_C" >&6
10274if test "${ac_cv_lib_ncurses_tparm+set}" = set; then 10279if test "${ac_cv_lib_ncurses_tparm+set}" = set; then
10275 echo $ECHO_N "(cached) $ECHO_C" >&6 10280 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10296,16 +10301,16 @@ tparm ();
10296} 10301}
10297_ACEOF 10302_ACEOF
10298rm -f conftest.$ac_objext conftest$ac_exeext 10303rm -f conftest.$ac_objext conftest$ac_exeext
10299if { (eval echo "$as_me:10299: \"$ac_link\"") >&5 10304if { (eval echo "$as_me:10304: \"$ac_link\"") >&5
10300 (eval $ac_link) 2>&5 10305 (eval $ac_link) 2>&5
10301 ac_status=$? 10306 ac_status=$?
10302 echo "$as_me:10302: \$? = $ac_status" >&5 10307 echo "$as_me:10307: \$? = $ac_status" >&5
10303 (exit $ac_status); } && 10308 (exit $ac_status); } &&
10304 { ac_try='test -s conftest$ac_exeext' 10309 { ac_try='test -s conftest$ac_exeext'
10305 { (eval echo "$as_me:10305: \"$ac_try\"") >&5 10310 { (eval echo "$as_me:10310: \"$ac_try\"") >&5
10306 (eval $ac_try) 2>&5 10311 (eval $ac_try) 2>&5
10307 ac_status=$? 10312 ac_status=$?
10308 echo "$as_me:10308: \$? = $ac_status" >&5 10313 echo "$as_me:10313: \$? = $ac_status" >&5
10309 (exit $ac_status); }; }; then 10314 (exit $ac_status); }; }; then
10310 ac_cv_lib_ncurses_tparm=yes 10315 ac_cv_lib_ncurses_tparm=yes
10311else 10316else
@@ -10316,7 +10321,7 @@ fi
10316rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10321rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10317LIBS=$ac_check_lib_save_LIBS 10322LIBS=$ac_check_lib_save_LIBS
10318fi 10323fi
10319echo "$as_me:10319: result: $ac_cv_lib_ncurses_tparm" >&5 10324echo "$as_me:10324: result: $ac_cv_lib_ncurses_tparm" >&5
10320echo "${ECHO_T}$ac_cv_lib_ncurses_tparm" >&6 10325echo "${ECHO_T}$ac_cv_lib_ncurses_tparm" >&6
10321if test $ac_cv_lib_ncurses_tparm = yes; then 10326if test $ac_cv_lib_ncurses_tparm = yes; then
10322 cat >>confdefs.h <<EOF 10327 cat >>confdefs.h <<EOF
@@ -10331,7 +10336,7 @@ fi
10331if test "$with_hesiod" = yes ; then 10336if test "$with_hesiod" = yes ; then
10332 # Don't set $LIBS here -- see comments above. 10337 # Don't set $LIBS here -- see comments above.
10333 resolv=no 10338 resolv=no
10334 echo "$as_me:10334: checking for res_send" >&5 10339 echo "$as_me:10339: checking for res_send" >&5
10335echo $ECHO_N "checking for res_send... $ECHO_C" >&6 10340echo $ECHO_N "checking for res_send... $ECHO_C" >&6
10336if test "${ac_cv_func_res_send+set}" = set; then 10341if test "${ac_cv_func_res_send+set}" = set; then
10337 echo $ECHO_N "(cached) $ECHO_C" >&6 10342 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10368,16 +10373,16 @@ f = res_send;
10368} 10373}
10369_ACEOF 10374_ACEOF
10370rm -f conftest.$ac_objext conftest$ac_exeext 10375rm -f conftest.$ac_objext conftest$ac_exeext
10371if { (eval echo "$as_me:10371: \"$ac_link\"") >&5 10376if { (eval echo "$as_me:10376: \"$ac_link\"") >&5
10372 (eval $ac_link) 2>&5 10377 (eval $ac_link) 2>&5
10373 ac_status=$? 10378 ac_status=$?
10374 echo "$as_me:10374: \$? = $ac_status" >&5 10379 echo "$as_me:10379: \$? = $ac_status" >&5
10375 (exit $ac_status); } && 10380 (exit $ac_status); } &&
10376 { ac_try='test -s conftest$ac_exeext' 10381 { ac_try='test -s conftest$ac_exeext'
10377 { (eval echo "$as_me:10377: \"$ac_try\"") >&5 10382 { (eval echo "$as_me:10382: \"$ac_try\"") >&5
10378 (eval $ac_try) 2>&5 10383 (eval $ac_try) 2>&5
10379 ac_status=$? 10384 ac_status=$?
10380 echo "$as_me:10380: \$? = $ac_status" >&5 10385 echo "$as_me:10385: \$? = $ac_status" >&5
10381 (exit $ac_status); }; }; then 10386 (exit $ac_status); }; }; then
10382 ac_cv_func_res_send=yes 10387 ac_cv_func_res_send=yes
10383else 10388else
@@ -10387,12 +10392,12 @@ ac_cv_func_res_send=no
10387fi 10392fi
10388rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10393rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10389fi 10394fi
10390echo "$as_me:10390: result: $ac_cv_func_res_send" >&5 10395echo "$as_me:10395: result: $ac_cv_func_res_send" >&5
10391echo "${ECHO_T}$ac_cv_func_res_send" >&6 10396echo "${ECHO_T}$ac_cv_func_res_send" >&6
10392if test $ac_cv_func_res_send = yes; then 10397if test $ac_cv_func_res_send = yes; then
10393 : 10398 :
10394else 10399else
10395 echo "$as_me:10395: checking for __res_send" >&5 10400 echo "$as_me:10400: checking for __res_send" >&5
10396echo $ECHO_N "checking for __res_send... $ECHO_C" >&6 10401echo $ECHO_N "checking for __res_send... $ECHO_C" >&6
10397if test "${ac_cv_func___res_send+set}" = set; then 10402if test "${ac_cv_func___res_send+set}" = set; then
10398 echo $ECHO_N "(cached) $ECHO_C" >&6 10403 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10429,16 +10434,16 @@ f = __res_send;
10429} 10434}
10430_ACEOF 10435_ACEOF
10431rm -f conftest.$ac_objext conftest$ac_exeext 10436rm -f conftest.$ac_objext conftest$ac_exeext
10432if { (eval echo "$as_me:10432: \"$ac_link\"") >&5 10437if { (eval echo "$as_me:10437: \"$ac_link\"") >&5
10433 (eval $ac_link) 2>&5 10438 (eval $ac_link) 2>&5
10434 ac_status=$? 10439 ac_status=$?
10435 echo "$as_me:10435: \$? = $ac_status" >&5 10440 echo "$as_me:10440: \$? = $ac_status" >&5
10436 (exit $ac_status); } && 10441 (exit $ac_status); } &&
10437 { ac_try='test -s conftest$ac_exeext' 10442 { ac_try='test -s conftest$ac_exeext'
10438 { (eval echo "$as_me:10438: \"$ac_try\"") >&5 10443 { (eval echo "$as_me:10443: \"$ac_try\"") >&5
10439 (eval $ac_try) 2>&5 10444 (eval $ac_try) 2>&5
10440 ac_status=$? 10445 ac_status=$?
10441 echo "$as_me:10441: \$? = $ac_status" >&5 10446 echo "$as_me:10446: \$? = $ac_status" >&5
10442 (exit $ac_status); }; }; then 10447 (exit $ac_status); }; }; then
10443 ac_cv_func___res_send=yes 10448 ac_cv_func___res_send=yes
10444else 10449else
@@ -10448,12 +10453,12 @@ ac_cv_func___res_send=no
10448fi 10453fi
10449rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10454rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10450fi 10455fi
10451echo "$as_me:10451: result: $ac_cv_func___res_send" >&5 10456echo "$as_me:10456: result: $ac_cv_func___res_send" >&5
10452echo "${ECHO_T}$ac_cv_func___res_send" >&6 10457echo "${ECHO_T}$ac_cv_func___res_send" >&6
10453if test $ac_cv_func___res_send = yes; then 10458if test $ac_cv_func___res_send = yes; then
10454 : 10459 :
10455else 10460else
10456 echo "$as_me:10456: checking for res_send in -lresolv" >&5 10461 echo "$as_me:10461: checking for res_send in -lresolv" >&5
10457echo $ECHO_N "checking for res_send in -lresolv... $ECHO_C" >&6 10462echo $ECHO_N "checking for res_send in -lresolv... $ECHO_C" >&6
10458if test "${ac_cv_lib_resolv_res_send+set}" = set; then 10463if test "${ac_cv_lib_resolv_res_send+set}" = set; then
10459 echo $ECHO_N "(cached) $ECHO_C" >&6 10464 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10480,16 +10485,16 @@ res_send ();
10480} 10485}
10481_ACEOF 10486_ACEOF
10482rm -f conftest.$ac_objext conftest$ac_exeext 10487rm -f conftest.$ac_objext conftest$ac_exeext
10483if { (eval echo "$as_me:10483: \"$ac_link\"") >&5 10488if { (eval echo "$as_me:10488: \"$ac_link\"") >&5
10484 (eval $ac_link) 2>&5 10489 (eval $ac_link) 2>&5
10485 ac_status=$? 10490 ac_status=$?
10486 echo "$as_me:10486: \$? = $ac_status" >&5 10491 echo "$as_me:10491: \$? = $ac_status" >&5
10487 (exit $ac_status); } && 10492 (exit $ac_status); } &&
10488 { ac_try='test -s conftest$ac_exeext' 10493 { ac_try='test -s conftest$ac_exeext'
10489 { (eval echo "$as_me:10489: \"$ac_try\"") >&5 10494 { (eval echo "$as_me:10494: \"$ac_try\"") >&5
10490 (eval $ac_try) 2>&5 10495 (eval $ac_try) 2>&5
10491 ac_status=$? 10496 ac_status=$?
10492 echo "$as_me:10492: \$? = $ac_status" >&5 10497 echo "$as_me:10497: \$? = $ac_status" >&5
10493 (exit $ac_status); }; }; then 10498 (exit $ac_status); }; }; then
10494 ac_cv_lib_resolv_res_send=yes 10499 ac_cv_lib_resolv_res_send=yes
10495else 10500else
@@ -10500,12 +10505,12 @@ fi
10500rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10505rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10501LIBS=$ac_check_lib_save_LIBS 10506LIBS=$ac_check_lib_save_LIBS
10502fi 10507fi
10503echo "$as_me:10503: result: $ac_cv_lib_resolv_res_send" >&5 10508echo "$as_me:10508: result: $ac_cv_lib_resolv_res_send" >&5
10504echo "${ECHO_T}$ac_cv_lib_resolv_res_send" >&6 10509echo "${ECHO_T}$ac_cv_lib_resolv_res_send" >&6
10505if test $ac_cv_lib_resolv_res_send = yes; then 10510if test $ac_cv_lib_resolv_res_send = yes; then
10506 resolv=yes 10511 resolv=yes
10507else 10512else
10508 echo "$as_me:10508: checking for __res_send in -lresolv" >&5 10513 echo "$as_me:10513: checking for __res_send in -lresolv" >&5
10509echo $ECHO_N "checking for __res_send in -lresolv... $ECHO_C" >&6 10514echo $ECHO_N "checking for __res_send in -lresolv... $ECHO_C" >&6
10510if test "${ac_cv_lib_resolv___res_send+set}" = set; then 10515if test "${ac_cv_lib_resolv___res_send+set}" = set; then
10511 echo $ECHO_N "(cached) $ECHO_C" >&6 10516 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10532,16 +10537,16 @@ __res_send ();
10532} 10537}
10533_ACEOF 10538_ACEOF
10534rm -f conftest.$ac_objext conftest$ac_exeext 10539rm -f conftest.$ac_objext conftest$ac_exeext
10535if { (eval echo "$as_me:10535: \"$ac_link\"") >&5 10540if { (eval echo "$as_me:10540: \"$ac_link\"") >&5
10536 (eval $ac_link) 2>&5 10541 (eval $ac_link) 2>&5
10537 ac_status=$? 10542 ac_status=$?
10538 echo "$as_me:10538: \$? = $ac_status" >&5 10543 echo "$as_me:10543: \$? = $ac_status" >&5
10539 (exit $ac_status); } && 10544 (exit $ac_status); } &&
10540 { ac_try='test -s conftest$ac_exeext' 10545 { ac_try='test -s conftest$ac_exeext'
10541 { (eval echo "$as_me:10541: \"$ac_try\"") >&5 10546 { (eval echo "$as_me:10546: \"$ac_try\"") >&5
10542 (eval $ac_try) 2>&5 10547 (eval $ac_try) 2>&5
10543 ac_status=$? 10548 ac_status=$?
10544 echo "$as_me:10544: \$? = $ac_status" >&5 10549 echo "$as_me:10549: \$? = $ac_status" >&5
10545 (exit $ac_status); }; }; then 10550 (exit $ac_status); }; }; then
10546 ac_cv_lib_resolv___res_send=yes 10551 ac_cv_lib_resolv___res_send=yes
10547else 10552else
@@ -10552,7 +10557,7 @@ fi
10552rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10557rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10553LIBS=$ac_check_lib_save_LIBS 10558LIBS=$ac_check_lib_save_LIBS
10554fi 10559fi
10555echo "$as_me:10555: result: $ac_cv_lib_resolv___res_send" >&5 10560echo "$as_me:10560: result: $ac_cv_lib_resolv___res_send" >&5
10556echo "${ECHO_T}$ac_cv_lib_resolv___res_send" >&6 10561echo "${ECHO_T}$ac_cv_lib_resolv___res_send" >&6
10557if test $ac_cv_lib_resolv___res_send = yes; then 10562if test $ac_cv_lib_resolv___res_send = yes; then
10558 resolv=yes 10563 resolv=yes
@@ -10574,7 +10579,7 @@ EOF
10574 else 10579 else
10575 RESOLVLIB= 10580 RESOLVLIB=
10576 fi 10581 fi
10577 echo "$as_me:10577: checking for hes_getmailhost" >&5 10582 echo "$as_me:10582: checking for hes_getmailhost" >&5
10578echo $ECHO_N "checking for hes_getmailhost... $ECHO_C" >&6 10583echo $ECHO_N "checking for hes_getmailhost... $ECHO_C" >&6
10579if test "${ac_cv_func_hes_getmailhost+set}" = set; then 10584if test "${ac_cv_func_hes_getmailhost+set}" = set; then
10580 echo $ECHO_N "(cached) $ECHO_C" >&6 10585 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10611,16 +10616,16 @@ f = hes_getmailhost;
10611} 10616}
10612_ACEOF 10617_ACEOF
10613rm -f conftest.$ac_objext conftest$ac_exeext 10618rm -f conftest.$ac_objext conftest$ac_exeext
10614if { (eval echo "$as_me:10614: \"$ac_link\"") >&5 10619if { (eval echo "$as_me:10619: \"$ac_link\"") >&5
10615 (eval $ac_link) 2>&5 10620 (eval $ac_link) 2>&5
10616 ac_status=$? 10621 ac_status=$?
10617 echo "$as_me:10617: \$? = $ac_status" >&5 10622 echo "$as_me:10622: \$? = $ac_status" >&5
10618 (exit $ac_status); } && 10623 (exit $ac_status); } &&
10619 { ac_try='test -s conftest$ac_exeext' 10624 { ac_try='test -s conftest$ac_exeext'
10620 { (eval echo "$as_me:10620: \"$ac_try\"") >&5 10625 { (eval echo "$as_me:10625: \"$ac_try\"") >&5
10621 (eval $ac_try) 2>&5 10626 (eval $ac_try) 2>&5
10622 ac_status=$? 10627 ac_status=$?
10623 echo "$as_me:10623: \$? = $ac_status" >&5 10628 echo "$as_me:10628: \$? = $ac_status" >&5
10624 (exit $ac_status); }; }; then 10629 (exit $ac_status); }; }; then
10625 ac_cv_func_hes_getmailhost=yes 10630 ac_cv_func_hes_getmailhost=yes
10626else 10631else
@@ -10630,12 +10635,12 @@ ac_cv_func_hes_getmailhost=no
10630fi 10635fi
10631rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10636rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10632fi 10637fi
10633echo "$as_me:10633: result: $ac_cv_func_hes_getmailhost" >&5 10638echo "$as_me:10638: result: $ac_cv_func_hes_getmailhost" >&5
10634echo "${ECHO_T}$ac_cv_func_hes_getmailhost" >&6 10639echo "${ECHO_T}$ac_cv_func_hes_getmailhost" >&6
10635if test $ac_cv_func_hes_getmailhost = yes; then 10640if test $ac_cv_func_hes_getmailhost = yes; then
10636 : 10641 :
10637else 10642else
10638 echo "$as_me:10638: checking for hes_getmailhost in -lhesiod" >&5 10643 echo "$as_me:10643: checking for hes_getmailhost in -lhesiod" >&5
10639echo $ECHO_N "checking for hes_getmailhost in -lhesiod... $ECHO_C" >&6 10644echo $ECHO_N "checking for hes_getmailhost in -lhesiod... $ECHO_C" >&6
10640if test "${ac_cv_lib_hesiod_hes_getmailhost+set}" = set; then 10645if test "${ac_cv_lib_hesiod_hes_getmailhost+set}" = set; then
10641 echo $ECHO_N "(cached) $ECHO_C" >&6 10646 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10662,16 +10667,16 @@ hes_getmailhost ();
10662} 10667}
10663_ACEOF 10668_ACEOF
10664rm -f conftest.$ac_objext conftest$ac_exeext 10669rm -f conftest.$ac_objext conftest$ac_exeext
10665if { (eval echo "$as_me:10665: \"$ac_link\"") >&5 10670if { (eval echo "$as_me:10670: \"$ac_link\"") >&5
10666 (eval $ac_link) 2>&5 10671 (eval $ac_link) 2>&5
10667 ac_status=$? 10672 ac_status=$?
10668 echo "$as_me:10668: \$? = $ac_status" >&5 10673 echo "$as_me:10673: \$? = $ac_status" >&5
10669 (exit $ac_status); } && 10674 (exit $ac_status); } &&
10670 { ac_try='test -s conftest$ac_exeext' 10675 { ac_try='test -s conftest$ac_exeext'
10671 { (eval echo "$as_me:10671: \"$ac_try\"") >&5 10676 { (eval echo "$as_me:10676: \"$ac_try\"") >&5
10672 (eval $ac_try) 2>&5 10677 (eval $ac_try) 2>&5
10673 ac_status=$? 10678 ac_status=$?
10674 echo "$as_me:10674: \$? = $ac_status" >&5 10679 echo "$as_me:10679: \$? = $ac_status" >&5
10675 (exit $ac_status); }; }; then 10680 (exit $ac_status); }; }; then
10676 ac_cv_lib_hesiod_hes_getmailhost=yes 10681 ac_cv_lib_hesiod_hes_getmailhost=yes
10677else 10682else
@@ -10682,7 +10687,7 @@ fi
10682rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10687rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10683LIBS=$ac_check_lib_save_LIBS 10688LIBS=$ac_check_lib_save_LIBS
10684fi 10689fi
10685echo "$as_me:10685: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5 10690echo "$as_me:10690: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5
10686echo "${ECHO_T}$ac_cv_lib_hesiod_hes_getmailhost" >&6 10691echo "${ECHO_T}$ac_cv_lib_hesiod_hes_getmailhost" >&6
10687if test $ac_cv_lib_hesiod_hes_getmailhost = yes; then 10692if test $ac_cv_lib_hesiod_hes_getmailhost = yes; then
10688 10693
@@ -10701,7 +10706,7 @@ fi
10701# These tell us which Kerberos-related libraries to use. 10706# These tell us which Kerberos-related libraries to use.
10702if test "${with_kerberos+set}" = set; then 10707if test "${with_kerberos+set}" = set; then
10703 10708
10704echo "$as_me:10704: checking for com_err in -lcom_err" >&5 10709echo "$as_me:10709: checking for com_err in -lcom_err" >&5
10705echo $ECHO_N "checking for com_err in -lcom_err... $ECHO_C" >&6 10710echo $ECHO_N "checking for com_err in -lcom_err... $ECHO_C" >&6
10706if test "${ac_cv_lib_com_err_com_err+set}" = set; then 10711if test "${ac_cv_lib_com_err_com_err+set}" = set; then
10707 echo $ECHO_N "(cached) $ECHO_C" >&6 10712 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10728,16 +10733,16 @@ com_err ();
10728} 10733}
10729_ACEOF 10734_ACEOF
10730rm -f conftest.$ac_objext conftest$ac_exeext 10735rm -f conftest.$ac_objext conftest$ac_exeext
10731if { (eval echo "$as_me:10731: \"$ac_link\"") >&5 10736if { (eval echo "$as_me:10736: \"$ac_link\"") >&5
10732 (eval $ac_link) 2>&5 10737 (eval $ac_link) 2>&5
10733 ac_status=$? 10738 ac_status=$?
10734 echo "$as_me:10734: \$? = $ac_status" >&5 10739 echo "$as_me:10739: \$? = $ac_status" >&5
10735 (exit $ac_status); } && 10740 (exit $ac_status); } &&
10736 { ac_try='test -s conftest$ac_exeext' 10741 { ac_try='test -s conftest$ac_exeext'
10737 { (eval echo "$as_me:10737: \"$ac_try\"") >&5 10742 { (eval echo "$as_me:10742: \"$ac_try\"") >&5
10738 (eval $ac_try) 2>&5 10743 (eval $ac_try) 2>&5
10739 ac_status=$? 10744 ac_status=$?
10740 echo "$as_me:10740: \$? = $ac_status" >&5 10745 echo "$as_me:10745: \$? = $ac_status" >&5
10741 (exit $ac_status); }; }; then 10746 (exit $ac_status); }; }; then
10742 ac_cv_lib_com_err_com_err=yes 10747 ac_cv_lib_com_err_com_err=yes
10743else 10748else
@@ -10748,7 +10753,7 @@ fi
10748rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10753rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10749LIBS=$ac_check_lib_save_LIBS 10754LIBS=$ac_check_lib_save_LIBS
10750fi 10755fi
10751echo "$as_me:10751: result: $ac_cv_lib_com_err_com_err" >&5 10756echo "$as_me:10756: result: $ac_cv_lib_com_err_com_err" >&5
10752echo "${ECHO_T}$ac_cv_lib_com_err_com_err" >&6 10757echo "${ECHO_T}$ac_cv_lib_com_err_com_err" >&6
10753if test $ac_cv_lib_com_err_com_err = yes; then 10758if test $ac_cv_lib_com_err_com_err = yes; then
10754 cat >>confdefs.h <<EOF 10759 cat >>confdefs.h <<EOF
@@ -10759,7 +10764,7 @@ EOF
10759 10764
10760fi 10765fi
10761 10766
10762echo "$as_me:10762: checking for mit_des_cbc_encrypt in -lk5crypto" >&5 10767echo "$as_me:10767: checking for mit_des_cbc_encrypt in -lk5crypto" >&5
10763echo $ECHO_N "checking for mit_des_cbc_encrypt in -lk5crypto... $ECHO_C" >&6 10768echo $ECHO_N "checking for mit_des_cbc_encrypt in -lk5crypto... $ECHO_C" >&6
10764if test "${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+set}" = set; then 10769if test "${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+set}" = set; then
10765 echo $ECHO_N "(cached) $ECHO_C" >&6 10770 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10786,16 +10791,16 @@ mit_des_cbc_encrypt ();
10786} 10791}
10787_ACEOF 10792_ACEOF
10788rm -f conftest.$ac_objext conftest$ac_exeext 10793rm -f conftest.$ac_objext conftest$ac_exeext
10789if { (eval echo "$as_me:10789: \"$ac_link\"") >&5 10794if { (eval echo "$as_me:10794: \"$ac_link\"") >&5
10790 (eval $ac_link) 2>&5 10795 (eval $ac_link) 2>&5
10791 ac_status=$? 10796 ac_status=$?
10792 echo "$as_me:10792: \$? = $ac_status" >&5 10797 echo "$as_me:10797: \$? = $ac_status" >&5
10793 (exit $ac_status); } && 10798 (exit $ac_status); } &&
10794 { ac_try='test -s conftest$ac_exeext' 10799 { ac_try='test -s conftest$ac_exeext'
10795 { (eval echo "$as_me:10795: \"$ac_try\"") >&5 10800 { (eval echo "$as_me:10800: \"$ac_try\"") >&5
10796 (eval $ac_try) 2>&5 10801 (eval $ac_try) 2>&5
10797 ac_status=$? 10802 ac_status=$?
10798 echo "$as_me:10798: \$? = $ac_status" >&5 10803 echo "$as_me:10803: \$? = $ac_status" >&5
10799 (exit $ac_status); }; }; then 10804 (exit $ac_status); }; }; then
10800 ac_cv_lib_k5crypto_mit_des_cbc_encrypt=yes 10805 ac_cv_lib_k5crypto_mit_des_cbc_encrypt=yes
10801else 10806else
@@ -10806,7 +10811,7 @@ fi
10806rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10811rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10807LIBS=$ac_check_lib_save_LIBS 10812LIBS=$ac_check_lib_save_LIBS
10808fi 10813fi
10809echo "$as_me:10809: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5 10814echo "$as_me:10814: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5
10810echo "${ECHO_T}$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&6 10815echo "${ECHO_T}$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&6
10811if test $ac_cv_lib_k5crypto_mit_des_cbc_encrypt = yes; then 10816if test $ac_cv_lib_k5crypto_mit_des_cbc_encrypt = yes; then
10812 cat >>confdefs.h <<EOF 10817 cat >>confdefs.h <<EOF
@@ -10817,7 +10822,7 @@ EOF
10817 10822
10818fi 10823fi
10819 10824
10820echo "$as_me:10820: checking for mit_des_cbc_encrypt in -lcrypto" >&5 10825echo "$as_me:10825: checking for mit_des_cbc_encrypt in -lcrypto" >&5
10821echo $ECHO_N "checking for mit_des_cbc_encrypt in -lcrypto... $ECHO_C" >&6 10826echo $ECHO_N "checking for mit_des_cbc_encrypt in -lcrypto... $ECHO_C" >&6
10822if test "${ac_cv_lib_crypto_mit_des_cbc_encrypt+set}" = set; then 10827if test "${ac_cv_lib_crypto_mit_des_cbc_encrypt+set}" = set; then
10823 echo $ECHO_N "(cached) $ECHO_C" >&6 10828 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10844,16 +10849,16 @@ mit_des_cbc_encrypt ();
10844} 10849}
10845_ACEOF 10850_ACEOF
10846rm -f conftest.$ac_objext conftest$ac_exeext 10851rm -f conftest.$ac_objext conftest$ac_exeext
10847if { (eval echo "$as_me:10847: \"$ac_link\"") >&5 10852if { (eval echo "$as_me:10852: \"$ac_link\"") >&5
10848 (eval $ac_link) 2>&5 10853 (eval $ac_link) 2>&5
10849 ac_status=$? 10854 ac_status=$?
10850 echo "$as_me:10850: \$? = $ac_status" >&5 10855 echo "$as_me:10855: \$? = $ac_status" >&5
10851 (exit $ac_status); } && 10856 (exit $ac_status); } &&
10852 { ac_try='test -s conftest$ac_exeext' 10857 { ac_try='test -s conftest$ac_exeext'
10853 { (eval echo "$as_me:10853: \"$ac_try\"") >&5 10858 { (eval echo "$as_me:10858: \"$ac_try\"") >&5
10854 (eval $ac_try) 2>&5 10859 (eval $ac_try) 2>&5
10855 ac_status=$? 10860 ac_status=$?
10856 echo "$as_me:10856: \$? = $ac_status" >&5 10861 echo "$as_me:10861: \$? = $ac_status" >&5
10857 (exit $ac_status); }; }; then 10862 (exit $ac_status); }; }; then
10858 ac_cv_lib_crypto_mit_des_cbc_encrypt=yes 10863 ac_cv_lib_crypto_mit_des_cbc_encrypt=yes
10859else 10864else
@@ -10864,7 +10869,7 @@ fi
10864rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10869rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10865LIBS=$ac_check_lib_save_LIBS 10870LIBS=$ac_check_lib_save_LIBS
10866fi 10871fi
10867echo "$as_me:10867: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5 10872echo "$as_me:10872: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5
10868echo "${ECHO_T}$ac_cv_lib_crypto_mit_des_cbc_encrypt" >&6 10873echo "${ECHO_T}$ac_cv_lib_crypto_mit_des_cbc_encrypt" >&6
10869if test $ac_cv_lib_crypto_mit_des_cbc_encrypt = yes; then 10874if test $ac_cv_lib_crypto_mit_des_cbc_encrypt = yes; then
10870 cat >>confdefs.h <<EOF 10875 cat >>confdefs.h <<EOF
@@ -10875,7 +10880,7 @@ EOF
10875 10880
10876fi 10881fi
10877 10882
10878echo "$as_me:10878: checking for krb5_init_context in -lkrb5" >&5 10883echo "$as_me:10883: checking for krb5_init_context in -lkrb5" >&5
10879echo $ECHO_N "checking for krb5_init_context in -lkrb5... $ECHO_C" >&6 10884echo $ECHO_N "checking for krb5_init_context in -lkrb5... $ECHO_C" >&6
10880if test "${ac_cv_lib_krb5_krb5_init_context+set}" = set; then 10885if test "${ac_cv_lib_krb5_krb5_init_context+set}" = set; then
10881 echo $ECHO_N "(cached) $ECHO_C" >&6 10886 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10902,16 +10907,16 @@ krb5_init_context ();
10902} 10907}
10903_ACEOF 10908_ACEOF
10904rm -f conftest.$ac_objext conftest$ac_exeext 10909rm -f conftest.$ac_objext conftest$ac_exeext
10905if { (eval echo "$as_me:10905: \"$ac_link\"") >&5 10910if { (eval echo "$as_me:10910: \"$ac_link\"") >&5
10906 (eval $ac_link) 2>&5 10911 (eval $ac_link) 2>&5
10907 ac_status=$? 10912 ac_status=$?
10908 echo "$as_me:10908: \$? = $ac_status" >&5 10913 echo "$as_me:10913: \$? = $ac_status" >&5
10909 (exit $ac_status); } && 10914 (exit $ac_status); } &&
10910 { ac_try='test -s conftest$ac_exeext' 10915 { ac_try='test -s conftest$ac_exeext'
10911 { (eval echo "$as_me:10911: \"$ac_try\"") >&5 10916 { (eval echo "$as_me:10916: \"$ac_try\"") >&5
10912 (eval $ac_try) 2>&5 10917 (eval $ac_try) 2>&5
10913 ac_status=$? 10918 ac_status=$?
10914 echo "$as_me:10914: \$? = $ac_status" >&5 10919 echo "$as_me:10919: \$? = $ac_status" >&5
10915 (exit $ac_status); }; }; then 10920 (exit $ac_status); }; }; then
10916 ac_cv_lib_krb5_krb5_init_context=yes 10921 ac_cv_lib_krb5_krb5_init_context=yes
10917else 10922else
@@ -10922,7 +10927,7 @@ fi
10922rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10927rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10923LIBS=$ac_check_lib_save_LIBS 10928LIBS=$ac_check_lib_save_LIBS
10924fi 10929fi
10925echo "$as_me:10925: result: $ac_cv_lib_krb5_krb5_init_context" >&5 10930echo "$as_me:10930: result: $ac_cv_lib_krb5_krb5_init_context" >&5
10926echo "${ECHO_T}$ac_cv_lib_krb5_krb5_init_context" >&6 10931echo "${ECHO_T}$ac_cv_lib_krb5_krb5_init_context" >&6
10927if test $ac_cv_lib_krb5_krb5_init_context = yes; then 10932if test $ac_cv_lib_krb5_krb5_init_context = yes; then
10928 cat >>confdefs.h <<EOF 10933 cat >>confdefs.h <<EOF
@@ -10935,7 +10940,7 @@ fi
10935 10940
10936 if test "${with_kerberos5+set}" != set; then 10941 if test "${with_kerberos5+set}" != set; then
10937 10942
10938echo "$as_me:10938: checking for des_cbc_encrypt in -ldes425" >&5 10943echo "$as_me:10943: checking for des_cbc_encrypt in -ldes425" >&5
10939echo $ECHO_N "checking for des_cbc_encrypt in -ldes425... $ECHO_C" >&6 10944echo $ECHO_N "checking for des_cbc_encrypt in -ldes425... $ECHO_C" >&6
10940if test "${ac_cv_lib_des425_des_cbc_encrypt+set}" = set; then 10945if test "${ac_cv_lib_des425_des_cbc_encrypt+set}" = set; then
10941 echo $ECHO_N "(cached) $ECHO_C" >&6 10946 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10962,16 +10967,16 @@ des_cbc_encrypt ();
10962} 10967}
10963_ACEOF 10968_ACEOF
10964rm -f conftest.$ac_objext conftest$ac_exeext 10969rm -f conftest.$ac_objext conftest$ac_exeext
10965if { (eval echo "$as_me:10965: \"$ac_link\"") >&5 10970if { (eval echo "$as_me:10970: \"$ac_link\"") >&5
10966 (eval $ac_link) 2>&5 10971 (eval $ac_link) 2>&5
10967 ac_status=$? 10972 ac_status=$?
10968 echo "$as_me:10968: \$? = $ac_status" >&5 10973 echo "$as_me:10973: \$? = $ac_status" >&5
10969 (exit $ac_status); } && 10974 (exit $ac_status); } &&
10970 { ac_try='test -s conftest$ac_exeext' 10975 { ac_try='test -s conftest$ac_exeext'
10971 { (eval echo "$as_me:10971: \"$ac_try\"") >&5 10976 { (eval echo "$as_me:10976: \"$ac_try\"") >&5
10972 (eval $ac_try) 2>&5 10977 (eval $ac_try) 2>&5
10973 ac_status=$? 10978 ac_status=$?
10974 echo "$as_me:10974: \$? = $ac_status" >&5 10979 echo "$as_me:10979: \$? = $ac_status" >&5
10975 (exit $ac_status); }; }; then 10980 (exit $ac_status); }; }; then
10976 ac_cv_lib_des425_des_cbc_encrypt=yes 10981 ac_cv_lib_des425_des_cbc_encrypt=yes
10977else 10982else
@@ -10982,7 +10987,7 @@ fi
10982rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10987rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10983LIBS=$ac_check_lib_save_LIBS 10988LIBS=$ac_check_lib_save_LIBS
10984fi 10989fi
10985echo "$as_me:10985: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5 10990echo "$as_me:10990: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5
10986echo "${ECHO_T}$ac_cv_lib_des425_des_cbc_encrypt" >&6 10991echo "${ECHO_T}$ac_cv_lib_des425_des_cbc_encrypt" >&6
10987if test $ac_cv_lib_des425_des_cbc_encrypt = yes; then 10992if test $ac_cv_lib_des425_des_cbc_encrypt = yes; then
10988 cat >>confdefs.h <<EOF 10993 cat >>confdefs.h <<EOF
@@ -10993,7 +10998,7 @@ EOF
10993 10998
10994else 10999else
10995 11000
10996echo "$as_me:10996: checking for des_cbc_encrypt in -ldes" >&5 11001echo "$as_me:11001: checking for des_cbc_encrypt in -ldes" >&5
10997echo $ECHO_N "checking for des_cbc_encrypt in -ldes... $ECHO_C" >&6 11002echo $ECHO_N "checking for des_cbc_encrypt in -ldes... $ECHO_C" >&6
10998if test "${ac_cv_lib_des_des_cbc_encrypt+set}" = set; then 11003if test "${ac_cv_lib_des_des_cbc_encrypt+set}" = set; then
10999 echo $ECHO_N "(cached) $ECHO_C" >&6 11004 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11020,16 +11025,16 @@ des_cbc_encrypt ();
11020} 11025}
11021_ACEOF 11026_ACEOF
11022rm -f conftest.$ac_objext conftest$ac_exeext 11027rm -f conftest.$ac_objext conftest$ac_exeext
11023if { (eval echo "$as_me:11023: \"$ac_link\"") >&5 11028if { (eval echo "$as_me:11028: \"$ac_link\"") >&5
11024 (eval $ac_link) 2>&5 11029 (eval $ac_link) 2>&5
11025 ac_status=$? 11030 ac_status=$?
11026 echo "$as_me:11026: \$? = $ac_status" >&5 11031 echo "$as_me:11031: \$? = $ac_status" >&5
11027 (exit $ac_status); } && 11032 (exit $ac_status); } &&
11028 { ac_try='test -s conftest$ac_exeext' 11033 { ac_try='test -s conftest$ac_exeext'
11029 { (eval echo "$as_me:11029: \"$ac_try\"") >&5 11034 { (eval echo "$as_me:11034: \"$ac_try\"") >&5
11030 (eval $ac_try) 2>&5 11035 (eval $ac_try) 2>&5
11031 ac_status=$? 11036 ac_status=$?
11032 echo "$as_me:11032: \$? = $ac_status" >&5 11037 echo "$as_me:11037: \$? = $ac_status" >&5
11033 (exit $ac_status); }; }; then 11038 (exit $ac_status); }; }; then
11034 ac_cv_lib_des_des_cbc_encrypt=yes 11039 ac_cv_lib_des_des_cbc_encrypt=yes
11035else 11040else
@@ -11040,7 +11045,7 @@ fi
11040rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11045rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11041LIBS=$ac_check_lib_save_LIBS 11046LIBS=$ac_check_lib_save_LIBS
11042fi 11047fi
11043echo "$as_me:11043: result: $ac_cv_lib_des_des_cbc_encrypt" >&5 11048echo "$as_me:11048: result: $ac_cv_lib_des_des_cbc_encrypt" >&5
11044echo "${ECHO_T}$ac_cv_lib_des_des_cbc_encrypt" >&6 11049echo "${ECHO_T}$ac_cv_lib_des_des_cbc_encrypt" >&6
11045if test $ac_cv_lib_des_des_cbc_encrypt = yes; then 11050if test $ac_cv_lib_des_des_cbc_encrypt = yes; then
11046 cat >>confdefs.h <<EOF 11051 cat >>confdefs.h <<EOF
@@ -11053,7 +11058,7 @@ fi
11053 11058
11054fi 11059fi
11055 11060
11056echo "$as_me:11056: checking for krb_get_cred in -lkrb4" >&5 11061echo "$as_me:11061: checking for krb_get_cred in -lkrb4" >&5
11057echo $ECHO_N "checking for krb_get_cred in -lkrb4... $ECHO_C" >&6 11062echo $ECHO_N "checking for krb_get_cred in -lkrb4... $ECHO_C" >&6
11058if test "${ac_cv_lib_krb4_krb_get_cred+set}" = set; then 11063if test "${ac_cv_lib_krb4_krb_get_cred+set}" = set; then
11059 echo $ECHO_N "(cached) $ECHO_C" >&6 11064 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11080,16 +11085,16 @@ krb_get_cred ();
11080} 11085}
11081_ACEOF 11086_ACEOF
11082rm -f conftest.$ac_objext conftest$ac_exeext 11087rm -f conftest.$ac_objext conftest$ac_exeext
11083if { (eval echo "$as_me:11083: \"$ac_link\"") >&5 11088if { (eval echo "$as_me:11088: \"$ac_link\"") >&5
11084 (eval $ac_link) 2>&5 11089 (eval $ac_link) 2>&5
11085 ac_status=$? 11090 ac_status=$?
11086 echo "$as_me:11086: \$? = $ac_status" >&5 11091 echo "$as_me:11091: \$? = $ac_status" >&5
11087 (exit $ac_status); } && 11092 (exit $ac_status); } &&
11088 { ac_try='test -s conftest$ac_exeext' 11093 { ac_try='test -s conftest$ac_exeext'
11089 { (eval echo "$as_me:11089: \"$ac_try\"") >&5 11094 { (eval echo "$as_me:11094: \"$ac_try\"") >&5
11090 (eval $ac_try) 2>&5 11095 (eval $ac_try) 2>&5
11091 ac_status=$? 11096 ac_status=$?
11092 echo "$as_me:11092: \$? = $ac_status" >&5 11097 echo "$as_me:11097: \$? = $ac_status" >&5
11093 (exit $ac_status); }; }; then 11098 (exit $ac_status); }; }; then
11094 ac_cv_lib_krb4_krb_get_cred=yes 11099 ac_cv_lib_krb4_krb_get_cred=yes
11095else 11100else
@@ -11100,7 +11105,7 @@ fi
11100rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11105rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11101LIBS=$ac_check_lib_save_LIBS 11106LIBS=$ac_check_lib_save_LIBS
11102fi 11107fi
11103echo "$as_me:11103: result: $ac_cv_lib_krb4_krb_get_cred" >&5 11108echo "$as_me:11108: result: $ac_cv_lib_krb4_krb_get_cred" >&5
11104echo "${ECHO_T}$ac_cv_lib_krb4_krb_get_cred" >&6 11109echo "${ECHO_T}$ac_cv_lib_krb4_krb_get_cred" >&6
11105if test $ac_cv_lib_krb4_krb_get_cred = yes; then 11110if test $ac_cv_lib_krb4_krb_get_cred = yes; then
11106 cat >>confdefs.h <<EOF 11111 cat >>confdefs.h <<EOF
@@ -11111,7 +11116,7 @@ EOF
11111 11116
11112else 11117else
11113 11118
11114echo "$as_me:11114: checking for krb_get_cred in -lkrb" >&5 11119echo "$as_me:11119: checking for krb_get_cred in -lkrb" >&5
11115echo $ECHO_N "checking for krb_get_cred in -lkrb... $ECHO_C" >&6 11120echo $ECHO_N "checking for krb_get_cred in -lkrb... $ECHO_C" >&6
11116if test "${ac_cv_lib_krb_krb_get_cred+set}" = set; then 11121if test "${ac_cv_lib_krb_krb_get_cred+set}" = set; then
11117 echo $ECHO_N "(cached) $ECHO_C" >&6 11122 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11138,16 +11143,16 @@ krb_get_cred ();
11138} 11143}
11139_ACEOF 11144_ACEOF
11140rm -f conftest.$ac_objext conftest$ac_exeext 11145rm -f conftest.$ac_objext conftest$ac_exeext
11141if { (eval echo "$as_me:11141: \"$ac_link\"") >&5 11146if { (eval echo "$as_me:11146: \"$ac_link\"") >&5
11142 (eval $ac_link) 2>&5 11147 (eval $ac_link) 2>&5
11143 ac_status=$? 11148 ac_status=$?
11144 echo "$as_me:11144: \$? = $ac_status" >&5 11149 echo "$as_me:11149: \$? = $ac_status" >&5
11145 (exit $ac_status); } && 11150 (exit $ac_status); } &&
11146 { ac_try='test -s conftest$ac_exeext' 11151 { ac_try='test -s conftest$ac_exeext'
11147 { (eval echo "$as_me:11147: \"$ac_try\"") >&5 11152 { (eval echo "$as_me:11152: \"$ac_try\"") >&5
11148 (eval $ac_try) 2>&5 11153 (eval $ac_try) 2>&5
11149 ac_status=$? 11154 ac_status=$?
11150 echo "$as_me:11150: \$? = $ac_status" >&5 11155 echo "$as_me:11155: \$? = $ac_status" >&5
11151 (exit $ac_status); }; }; then 11156 (exit $ac_status); }; }; then
11152 ac_cv_lib_krb_krb_get_cred=yes 11157 ac_cv_lib_krb_krb_get_cred=yes
11153else 11158else
@@ -11158,7 +11163,7 @@ fi
11158rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11163rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11159LIBS=$ac_check_lib_save_LIBS 11164LIBS=$ac_check_lib_save_LIBS
11160fi 11165fi
11161echo "$as_me:11161: result: $ac_cv_lib_krb_krb_get_cred" >&5 11166echo "$as_me:11166: result: $ac_cv_lib_krb_krb_get_cred" >&5
11162echo "${ECHO_T}$ac_cv_lib_krb_krb_get_cred" >&6 11167echo "${ECHO_T}$ac_cv_lib_krb_krb_get_cred" >&6
11163if test $ac_cv_lib_krb_krb_get_cred = yes; then 11168if test $ac_cv_lib_krb_krb_get_cred = yes; then
11164 cat >>confdefs.h <<EOF 11169 cat >>confdefs.h <<EOF
@@ -11178,7 +11183,7 @@ fi
11178for ac_header in krb5.h 11183for ac_header in krb5.h
11179do 11184do
11180as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 11185as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11181echo "$as_me:11181: checking for $ac_header" >&5 11186echo "$as_me:11186: checking for $ac_header" >&5
11182echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 11187echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11183if eval "test \"\${$as_ac_Header+set}\" = set"; then 11188if eval "test \"\${$as_ac_Header+set}\" = set"; then
11184 echo $ECHO_N "(cached) $ECHO_C" >&6 11189 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11188,13 +11193,13 @@ else
11188#include "confdefs.h" 11193#include "confdefs.h"
11189#include <$ac_header> 11194#include <$ac_header>
11190_ACEOF 11195_ACEOF
11191if { (eval echo "$as_me:11191: \"$ac_cpp conftest.$ac_ext\"") >&5 11196if { (eval echo "$as_me:11196: \"$ac_cpp conftest.$ac_ext\"") >&5
11192 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11197 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11193 ac_status=$? 11198 ac_status=$?
11194 egrep -v '^ *\+' conftest.er1 >conftest.err 11199 egrep -v '^ *\+' conftest.er1 >conftest.err
11195 rm -f conftest.er1 11200 rm -f conftest.er1
11196 cat conftest.err >&5 11201 cat conftest.err >&5
11197 echo "$as_me:11197: \$? = $ac_status" >&5 11202 echo "$as_me:11202: \$? = $ac_status" >&5
11198 (exit $ac_status); } >/dev/null; then 11203 (exit $ac_status); } >/dev/null; then
11199 if test -s conftest.err; then 11204 if test -s conftest.err; then
11200 ac_cpp_err=$ac_c_preproc_warn_flag 11205 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11213,7 +11218,7 @@ else
11213fi 11218fi
11214rm -f conftest.err conftest.$ac_ext 11219rm -f conftest.err conftest.$ac_ext
11215fi 11220fi
11216echo "$as_me:11216: result: `eval echo '${'$as_ac_Header'}'`" >&5 11221echo "$as_me:11221: result: `eval echo '${'$as_ac_Header'}'`" >&5
11217echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11222echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11218if test `eval echo '${'$as_ac_Header'}'` = yes; then 11223if test `eval echo '${'$as_ac_Header'}'` = yes; then
11219 cat >>confdefs.h <<EOF 11224 cat >>confdefs.h <<EOF
@@ -11228,7 +11233,7 @@ done
11228for ac_header in des.h 11233for ac_header in des.h
11229do 11234do
11230as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 11235as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11231echo "$as_me:11231: checking for $ac_header" >&5 11236echo "$as_me:11236: checking for $ac_header" >&5
11232echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 11237echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11233if eval "test \"\${$as_ac_Header+set}\" = set"; then 11238if eval "test \"\${$as_ac_Header+set}\" = set"; then
11234 echo $ECHO_N "(cached) $ECHO_C" >&6 11239 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11238,13 +11243,13 @@ else
11238#include "confdefs.h" 11243#include "confdefs.h"
11239#include <$ac_header> 11244#include <$ac_header>
11240_ACEOF 11245_ACEOF
11241if { (eval echo "$as_me:11241: \"$ac_cpp conftest.$ac_ext\"") >&5 11246if { (eval echo "$as_me:11246: \"$ac_cpp conftest.$ac_ext\"") >&5
11242 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11247 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11243 ac_status=$? 11248 ac_status=$?
11244 egrep -v '^ *\+' conftest.er1 >conftest.err 11249 egrep -v '^ *\+' conftest.er1 >conftest.err
11245 rm -f conftest.er1 11250 rm -f conftest.er1
11246 cat conftest.err >&5 11251 cat conftest.err >&5
11247 echo "$as_me:11247: \$? = $ac_status" >&5 11252 echo "$as_me:11252: \$? = $ac_status" >&5
11248 (exit $ac_status); } >/dev/null; then 11253 (exit $ac_status); } >/dev/null; then
11249 if test -s conftest.err; then 11254 if test -s conftest.err; then
11250 ac_cpp_err=$ac_c_preproc_warn_flag 11255 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11263,7 +11268,7 @@ else
11263fi 11268fi
11264rm -f conftest.err conftest.$ac_ext 11269rm -f conftest.err conftest.$ac_ext
11265fi 11270fi
11266echo "$as_me:11266: result: `eval echo '${'$as_ac_Header'}'`" >&5 11271echo "$as_me:11271: result: `eval echo '${'$as_ac_Header'}'`" >&5
11267echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11272echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11268if test `eval echo '${'$as_ac_Header'}'` = yes; then 11273if test `eval echo '${'$as_ac_Header'}'` = yes; then
11269 cat >>confdefs.h <<EOF 11274 cat >>confdefs.h <<EOF
@@ -11275,7 +11280,7 @@ else
11275for ac_header in kerberosIV/des.h 11280for ac_header in kerberosIV/des.h
11276do 11281do
11277as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 11282as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11278echo "$as_me:11278: checking for $ac_header" >&5 11283echo "$as_me:11283: checking for $ac_header" >&5
11279echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 11284echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11280if eval "test \"\${$as_ac_Header+set}\" = set"; then 11285if eval "test \"\${$as_ac_Header+set}\" = set"; then
11281 echo $ECHO_N "(cached) $ECHO_C" >&6 11286 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11285,13 +11290,13 @@ else
11285#include "confdefs.h" 11290#include "confdefs.h"
11286#include <$ac_header> 11291#include <$ac_header>
11287_ACEOF 11292_ACEOF
11288if { (eval echo "$as_me:11288: \"$ac_cpp conftest.$ac_ext\"") >&5 11293if { (eval echo "$as_me:11293: \"$ac_cpp conftest.$ac_ext\"") >&5
11289 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11294 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11290 ac_status=$? 11295 ac_status=$?
11291 egrep -v '^ *\+' conftest.er1 >conftest.err 11296 egrep -v '^ *\+' conftest.er1 >conftest.err
11292 rm -f conftest.er1 11297 rm -f conftest.er1
11293 cat conftest.err >&5 11298 cat conftest.err >&5
11294 echo "$as_me:11294: \$? = $ac_status" >&5 11299 echo "$as_me:11299: \$? = $ac_status" >&5
11295 (exit $ac_status); } >/dev/null; then 11300 (exit $ac_status); } >/dev/null; then
11296 if test -s conftest.err; then 11301 if test -s conftest.err; then
11297 ac_cpp_err=$ac_c_preproc_warn_flag 11302 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11310,7 +11315,7 @@ else
11310fi 11315fi
11311rm -f conftest.err conftest.$ac_ext 11316rm -f conftest.err conftest.$ac_ext
11312fi 11317fi
11313echo "$as_me:11313: result: `eval echo '${'$as_ac_Header'}'`" >&5 11318echo "$as_me:11318: result: `eval echo '${'$as_ac_Header'}'`" >&5
11314echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11319echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11315if test `eval echo '${'$as_ac_Header'}'` = yes; then 11320if test `eval echo '${'$as_ac_Header'}'` = yes; then
11316 cat >>confdefs.h <<EOF 11321 cat >>confdefs.h <<EOF
@@ -11322,7 +11327,7 @@ else
11322for ac_header in kerberos/des.h 11327for ac_header in kerberos/des.h
11323do 11328do
11324as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 11329as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11325echo "$as_me:11325: checking for $ac_header" >&5 11330echo "$as_me:11330: checking for $ac_header" >&5
11326echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 11331echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11327if eval "test \"\${$as_ac_Header+set}\" = set"; then 11332if eval "test \"\${$as_ac_Header+set}\" = set"; then
11328 echo $ECHO_N "(cached) $ECHO_C" >&6 11333 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11332,13 +11337,13 @@ else
11332#include "confdefs.h" 11337#include "confdefs.h"
11333#include <$ac_header> 11338#include <$ac_header>
11334_ACEOF 11339_ACEOF
11335if { (eval echo "$as_me:11335: \"$ac_cpp conftest.$ac_ext\"") >&5 11340if { (eval echo "$as_me:11340: \"$ac_cpp conftest.$ac_ext\"") >&5
11336 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11341 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11337 ac_status=$? 11342 ac_status=$?
11338 egrep -v '^ *\+' conftest.er1 >conftest.err 11343 egrep -v '^ *\+' conftest.er1 >conftest.err
11339 rm -f conftest.er1 11344 rm -f conftest.er1
11340 cat conftest.err >&5 11345 cat conftest.err >&5
11341 echo "$as_me:11341: \$? = $ac_status" >&5 11346 echo "$as_me:11346: \$? = $ac_status" >&5
11342 (exit $ac_status); } >/dev/null; then 11347 (exit $ac_status); } >/dev/null; then
11343 if test -s conftest.err; then 11348 if test -s conftest.err; then
11344 ac_cpp_err=$ac_c_preproc_warn_flag 11349 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11357,7 +11362,7 @@ else
11357fi 11362fi
11358rm -f conftest.err conftest.$ac_ext 11363rm -f conftest.err conftest.$ac_ext
11359fi 11364fi
11360echo "$as_me:11360: result: `eval echo '${'$as_ac_Header'}'`" >&5 11365echo "$as_me:11365: result: `eval echo '${'$as_ac_Header'}'`" >&5
11361echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11366echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11362if test `eval echo '${'$as_ac_Header'}'` = yes; then 11367if test `eval echo '${'$as_ac_Header'}'` = yes; then
11363 cat >>confdefs.h <<EOF 11368 cat >>confdefs.h <<EOF
@@ -11376,7 +11381,7 @@ done
11376for ac_header in krb.h 11381for ac_header in krb.h
11377do 11382do
11378as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 11383as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11379echo "$as_me:11379: checking for $ac_header" >&5 11384echo "$as_me:11384: checking for $ac_header" >&5
11380echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 11385echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11381if eval "test \"\${$as_ac_Header+set}\" = set"; then 11386if eval "test \"\${$as_ac_Header+set}\" = set"; then
11382 echo $ECHO_N "(cached) $ECHO_C" >&6 11387 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11386,13 +11391,13 @@ else
11386#include "confdefs.h" 11391#include "confdefs.h"
11387#include <$ac_header> 11392#include <$ac_header>
11388_ACEOF 11393_ACEOF
11389if { (eval echo "$as_me:11389: \"$ac_cpp conftest.$ac_ext\"") >&5 11394if { (eval echo "$as_me:11394: \"$ac_cpp conftest.$ac_ext\"") >&5
11390 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11395 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11391 ac_status=$? 11396 ac_status=$?
11392 egrep -v '^ *\+' conftest.er1 >conftest.err 11397 egrep -v '^ *\+' conftest.er1 >conftest.err
11393 rm -f conftest.er1 11398 rm -f conftest.er1
11394 cat conftest.err >&5 11399 cat conftest.err >&5
11395 echo "$as_me:11395: \$? = $ac_status" >&5 11400 echo "$as_me:11400: \$? = $ac_status" >&5
11396 (exit $ac_status); } >/dev/null; then 11401 (exit $ac_status); } >/dev/null; then
11397 if test -s conftest.err; then 11402 if test -s conftest.err; then
11398 ac_cpp_err=$ac_c_preproc_warn_flag 11403 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11411,7 +11416,7 @@ else
11411fi 11416fi
11412rm -f conftest.err conftest.$ac_ext 11417rm -f conftest.err conftest.$ac_ext
11413fi 11418fi
11414echo "$as_me:11414: result: `eval echo '${'$as_ac_Header'}'`" >&5 11419echo "$as_me:11419: result: `eval echo '${'$as_ac_Header'}'`" >&5
11415echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11420echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11416if test `eval echo '${'$as_ac_Header'}'` = yes; then 11421if test `eval echo '${'$as_ac_Header'}'` = yes; then
11417 cat >>confdefs.h <<EOF 11422 cat >>confdefs.h <<EOF
@@ -11423,7 +11428,7 @@ else
11423for ac_header in kerberosIV/krb.h 11428for ac_header in kerberosIV/krb.h
11424do 11429do
11425as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 11430as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11426echo "$as_me:11426: checking for $ac_header" >&5 11431echo "$as_me:11431: checking for $ac_header" >&5
11427echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 11432echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11428if eval "test \"\${$as_ac_Header+set}\" = set"; then 11433if eval "test \"\${$as_ac_Header+set}\" = set"; then
11429 echo $ECHO_N "(cached) $ECHO_C" >&6 11434 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11433,13 +11438,13 @@ else
11433#include "confdefs.h" 11438#include "confdefs.h"
11434#include <$ac_header> 11439#include <$ac_header>
11435_ACEOF 11440_ACEOF
11436if { (eval echo "$as_me:11436: \"$ac_cpp conftest.$ac_ext\"") >&5 11441if { (eval echo "$as_me:11441: \"$ac_cpp conftest.$ac_ext\"") >&5
11437 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11442 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11438 ac_status=$? 11443 ac_status=$?
11439 egrep -v '^ *\+' conftest.er1 >conftest.err 11444 egrep -v '^ *\+' conftest.er1 >conftest.err
11440 rm -f conftest.er1 11445 rm -f conftest.er1
11441 cat conftest.err >&5 11446 cat conftest.err >&5
11442 echo "$as_me:11442: \$? = $ac_status" >&5 11447 echo "$as_me:11447: \$? = $ac_status" >&5
11443 (exit $ac_status); } >/dev/null; then 11448 (exit $ac_status); } >/dev/null; then
11444 if test -s conftest.err; then 11449 if test -s conftest.err; then
11445 ac_cpp_err=$ac_c_preproc_warn_flag 11450 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11458,7 +11463,7 @@ else
11458fi 11463fi
11459rm -f conftest.err conftest.$ac_ext 11464rm -f conftest.err conftest.$ac_ext
11460fi 11465fi
11461echo "$as_me:11461: result: `eval echo '${'$as_ac_Header'}'`" >&5 11466echo "$as_me:11466: result: `eval echo '${'$as_ac_Header'}'`" >&5
11462echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11467echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11463if test `eval echo '${'$as_ac_Header'}'` = yes; then 11468if test `eval echo '${'$as_ac_Header'}'` = yes; then
11464 cat >>confdefs.h <<EOF 11469 cat >>confdefs.h <<EOF
@@ -11470,7 +11475,7 @@ else
11470for ac_header in kerberos/krb.h 11475for ac_header in kerberos/krb.h
11471do 11476do
11472as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 11477as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11473echo "$as_me:11473: checking for $ac_header" >&5 11478echo "$as_me:11478: checking for $ac_header" >&5
11474echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 11479echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11475if eval "test \"\${$as_ac_Header+set}\" = set"; then 11480if eval "test \"\${$as_ac_Header+set}\" = set"; then
11476 echo $ECHO_N "(cached) $ECHO_C" >&6 11481 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11480,13 +11485,13 @@ else
11480#include "confdefs.h" 11485#include "confdefs.h"
11481#include <$ac_header> 11486#include <$ac_header>
11482_ACEOF 11487_ACEOF
11483if { (eval echo "$as_me:11483: \"$ac_cpp conftest.$ac_ext\"") >&5 11488if { (eval echo "$as_me:11488: \"$ac_cpp conftest.$ac_ext\"") >&5
11484 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11489 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11485 ac_status=$? 11490 ac_status=$?
11486 egrep -v '^ *\+' conftest.er1 >conftest.err 11491 egrep -v '^ *\+' conftest.er1 >conftest.err
11487 rm -f conftest.er1 11492 rm -f conftest.er1
11488 cat conftest.err >&5 11493 cat conftest.err >&5
11489 echo "$as_me:11489: \$? = $ac_status" >&5 11494 echo "$as_me:11494: \$? = $ac_status" >&5
11490 (exit $ac_status); } >/dev/null; then 11495 (exit $ac_status); } >/dev/null; then
11491 if test -s conftest.err; then 11496 if test -s conftest.err; then
11492 ac_cpp_err=$ac_c_preproc_warn_flag 11497 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11505,7 +11510,7 @@ else
11505fi 11510fi
11506rm -f conftest.err conftest.$ac_ext 11511rm -f conftest.err conftest.$ac_ext
11507fi 11512fi
11508echo "$as_me:11508: result: `eval echo '${'$as_ac_Header'}'`" >&5 11513echo "$as_me:11513: result: `eval echo '${'$as_ac_Header'}'`" >&5
11509echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11514echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11510if test `eval echo '${'$as_ac_Header'}'` = yes; then 11515if test `eval echo '${'$as_ac_Header'}'` = yes; then
11511 cat >>confdefs.h <<EOF 11516 cat >>confdefs.h <<EOF
@@ -11526,7 +11531,7 @@ done
11526for ac_header in com_err.h 11531for ac_header in com_err.h
11527do 11532do
11528as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 11533as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11529echo "$as_me:11529: checking for $ac_header" >&5 11534echo "$as_me:11534: checking for $ac_header" >&5
11530echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 11535echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11531if eval "test \"\${$as_ac_Header+set}\" = set"; then 11536if eval "test \"\${$as_ac_Header+set}\" = set"; then
11532 echo $ECHO_N "(cached) $ECHO_C" >&6 11537 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11536,13 +11541,13 @@ else
11536#include "confdefs.h" 11541#include "confdefs.h"
11537#include <$ac_header> 11542#include <$ac_header>
11538_ACEOF 11543_ACEOF
11539if { (eval echo "$as_me:11539: \"$ac_cpp conftest.$ac_ext\"") >&5 11544if { (eval echo "$as_me:11544: \"$ac_cpp conftest.$ac_ext\"") >&5
11540 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11545 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11541 ac_status=$? 11546 ac_status=$?
11542 egrep -v '^ *\+' conftest.er1 >conftest.err 11547 egrep -v '^ *\+' conftest.er1 >conftest.err
11543 rm -f conftest.er1 11548 rm -f conftest.er1
11544 cat conftest.err >&5 11549 cat conftest.err >&5
11545 echo "$as_me:11545: \$? = $ac_status" >&5 11550 echo "$as_me:11550: \$? = $ac_status" >&5
11546 (exit $ac_status); } >/dev/null; then 11551 (exit $ac_status); } >/dev/null; then
11547 if test -s conftest.err; then 11552 if test -s conftest.err; then
11548 ac_cpp_err=$ac_c_preproc_warn_flag 11553 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11561,7 +11566,7 @@ else
11561fi 11566fi
11562rm -f conftest.err conftest.$ac_ext 11567rm -f conftest.err conftest.$ac_ext
11563fi 11568fi
11564echo "$as_me:11564: result: `eval echo '${'$as_ac_Header'}'`" >&5 11569echo "$as_me:11569: result: `eval echo '${'$as_ac_Header'}'`" >&5
11565echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11570echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11566if test `eval echo '${'$as_ac_Header'}'` = yes; then 11571if test `eval echo '${'$as_ac_Header'}'` = yes; then
11567 cat >>confdefs.h <<EOF 11572 cat >>confdefs.h <<EOF
@@ -11576,7 +11581,7 @@ fi
11576# Solaris requires -lintl if you want strerror (which calls dgettext) 11581# Solaris requires -lintl if you want strerror (which calls dgettext)
11577# to return localized messages. 11582# to return localized messages.
11578 11583
11579echo "$as_me:11579: checking for dgettext in -lintl" >&5 11584echo "$as_me:11584: checking for dgettext in -lintl" >&5
11580echo $ECHO_N "checking for dgettext in -lintl... $ECHO_C" >&6 11585echo $ECHO_N "checking for dgettext in -lintl... $ECHO_C" >&6
11581if test "${ac_cv_lib_intl_dgettext+set}" = set; then 11586if test "${ac_cv_lib_intl_dgettext+set}" = set; then
11582 echo $ECHO_N "(cached) $ECHO_C" >&6 11587 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11603,16 +11608,16 @@ dgettext ();
11603} 11608}
11604_ACEOF 11609_ACEOF
11605rm -f conftest.$ac_objext conftest$ac_exeext 11610rm -f conftest.$ac_objext conftest$ac_exeext
11606if { (eval echo "$as_me:11606: \"$ac_link\"") >&5 11611if { (eval echo "$as_me:11611: \"$ac_link\"") >&5
11607 (eval $ac_link) 2>&5 11612 (eval $ac_link) 2>&5
11608 ac_status=$? 11613 ac_status=$?
11609 echo "$as_me:11609: \$? = $ac_status" >&5 11614 echo "$as_me:11614: \$? = $ac_status" >&5
11610 (exit $ac_status); } && 11615 (exit $ac_status); } &&
11611 { ac_try='test -s conftest$ac_exeext' 11616 { ac_try='test -s conftest$ac_exeext'
11612 { (eval echo "$as_me:11612: \"$ac_try\"") >&5 11617 { (eval echo "$as_me:11617: \"$ac_try\"") >&5
11613 (eval $ac_try) 2>&5 11618 (eval $ac_try) 2>&5
11614 ac_status=$? 11619 ac_status=$?
11615 echo "$as_me:11615: \$? = $ac_status" >&5 11620 echo "$as_me:11620: \$? = $ac_status" >&5
11616 (exit $ac_status); }; }; then 11621 (exit $ac_status); }; }; then
11617 ac_cv_lib_intl_dgettext=yes 11622 ac_cv_lib_intl_dgettext=yes
11618else 11623else
@@ -11623,7 +11628,7 @@ fi
11623rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11628rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11624LIBS=$ac_check_lib_save_LIBS 11629LIBS=$ac_check_lib_save_LIBS
11625fi 11630fi
11626echo "$as_me:11626: result: $ac_cv_lib_intl_dgettext" >&5 11631echo "$as_me:11631: result: $ac_cv_lib_intl_dgettext" >&5
11627echo "${ECHO_T}$ac_cv_lib_intl_dgettext" >&6 11632echo "${ECHO_T}$ac_cv_lib_intl_dgettext" >&6
11628if test $ac_cv_lib_intl_dgettext = yes; then 11633if test $ac_cv_lib_intl_dgettext = yes; then
11629 cat >>confdefs.h <<EOF 11634 cat >>confdefs.h <<EOF
@@ -11634,7 +11639,7 @@ EOF
11634 11639
11635fi 11640fi
11636 11641
11637echo "$as_me:11637: checking whether localtime caches TZ" >&5 11642echo "$as_me:11642: checking whether localtime caches TZ" >&5
11638echo $ECHO_N "checking whether localtime caches TZ... $ECHO_C" >&6 11643echo $ECHO_N "checking whether localtime caches TZ... $ECHO_C" >&6
11639if test "${emacs_cv_localtime_cache+set}" = set; then 11644if test "${emacs_cv_localtime_cache+set}" = set; then
11640 echo $ECHO_N "(cached) $ECHO_C" >&6 11645 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11678,15 +11683,15 @@ main()
11678} 11683}
11679_ACEOF 11684_ACEOF
11680rm -f conftest$ac_exeext 11685rm -f conftest$ac_exeext
11681if { (eval echo "$as_me:11681: \"$ac_link\"") >&5 11686if { (eval echo "$as_me:11686: \"$ac_link\"") >&5
11682 (eval $ac_link) 2>&5 11687 (eval $ac_link) 2>&5
11683 ac_status=$? 11688 ac_status=$?
11684 echo "$as_me:11684: \$? = $ac_status" >&5 11689 echo "$as_me:11689: \$? = $ac_status" >&5
11685 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 11690 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11686 { (eval echo "$as_me:11686: \"$ac_try\"") >&5 11691 { (eval echo "$as_me:11691: \"$ac_try\"") >&5
11687 (eval $ac_try) 2>&5 11692 (eval $ac_try) 2>&5
11688 ac_status=$? 11693 ac_status=$?
11689 echo "$as_me:11689: \$? = $ac_status" >&5 11694 echo "$as_me:11694: \$? = $ac_status" >&5
11690 (exit $ac_status); }; }; then 11695 (exit $ac_status); }; }; then
11691 emacs_cv_localtime_cache=no 11696 emacs_cv_localtime_cache=no
11692else 11697else
@@ -11703,7 +11708,7 @@ else
11703 emacs_cv_localtime_cache=no 11708 emacs_cv_localtime_cache=no
11704fi 11709fi
11705fi 11710fi
11706echo "$as_me:11706: result: $emacs_cv_localtime_cache" >&5 11711echo "$as_me:11711: result: $emacs_cv_localtime_cache" >&5
11707echo "${ECHO_T}$emacs_cv_localtime_cache" >&6 11712echo "${ECHO_T}$emacs_cv_localtime_cache" >&6
11708if test $emacs_cv_localtime_cache = yes; then 11713if test $emacs_cv_localtime_cache = yes; then
11709 11714
@@ -11718,7 +11723,7 @@ if test "x$HAVE_TIMEVAL" = xyes; then
11718for ac_func in gettimeofday 11723for ac_func in gettimeofday
11719do 11724do
11720as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 11725as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
11721echo "$as_me:11721: checking for $ac_func" >&5 11726echo "$as_me:11726: checking for $ac_func" >&5
11722echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 11727echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
11723if eval "test \"\${$as_ac_var+set}\" = set"; then 11728if eval "test \"\${$as_ac_var+set}\" = set"; then
11724 echo $ECHO_N "(cached) $ECHO_C" >&6 11729 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11755,16 +11760,16 @@ f = $ac_func;
11755} 11760}
11756_ACEOF 11761_ACEOF
11757rm -f conftest.$ac_objext conftest$ac_exeext 11762rm -f conftest.$ac_objext conftest$ac_exeext
11758if { (eval echo "$as_me:11758: \"$ac_link\"") >&5 11763if { (eval echo "$as_me:11763: \"$ac_link\"") >&5
11759 (eval $ac_link) 2>&5 11764 (eval $ac_link) 2>&5
11760 ac_status=$? 11765 ac_status=$?
11761 echo "$as_me:11761: \$? = $ac_status" >&5 11766 echo "$as_me:11766: \$? = $ac_status" >&5
11762 (exit $ac_status); } && 11767 (exit $ac_status); } &&
11763 { ac_try='test -s conftest$ac_exeext' 11768 { ac_try='test -s conftest$ac_exeext'
11764 { (eval echo "$as_me:11764: \"$ac_try\"") >&5 11769 { (eval echo "$as_me:11769: \"$ac_try\"") >&5
11765 (eval $ac_try) 2>&5 11770 (eval $ac_try) 2>&5
11766 ac_status=$? 11771 ac_status=$?
11767 echo "$as_me:11767: \$? = $ac_status" >&5 11772 echo "$as_me:11772: \$? = $ac_status" >&5
11768 (exit $ac_status); }; }; then 11773 (exit $ac_status); }; }; then
11769 eval "$as_ac_var=yes" 11774 eval "$as_ac_var=yes"
11770else 11775else
@@ -11774,7 +11779,7 @@ eval "$as_ac_var=no"
11774fi 11779fi
11775rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11780rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11776fi 11781fi
11777echo "$as_me:11777: result: `eval echo '${'$as_ac_var'}'`" >&5 11782echo "$as_me:11782: result: `eval echo '${'$as_ac_var'}'`" >&5
11778echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 11783echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
11779if test `eval echo '${'$as_ac_var'}'` = yes; then 11784if test `eval echo '${'$as_ac_var'}'` = yes; then
11780 cat >>confdefs.h <<EOF 11785 cat >>confdefs.h <<EOF
@@ -11785,7 +11790,7 @@ fi
11785done 11790done
11786 11791
11787 if test $ac_cv_func_gettimeofday = yes; then 11792 if test $ac_cv_func_gettimeofday = yes; then
11788 echo "$as_me:11788: checking whether gettimeofday can accept two arguments" >&5 11793 echo "$as_me:11793: checking whether gettimeofday can accept two arguments" >&5
11789echo $ECHO_N "checking whether gettimeofday can accept two arguments... $ECHO_C" >&6 11794echo $ECHO_N "checking whether gettimeofday can accept two arguments... $ECHO_C" >&6
11790if test "${emacs_cv_gettimeofday_two_arguments+set}" = set; then 11795if test "${emacs_cv_gettimeofday_two_arguments+set}" = set; then
11791 echo $ECHO_N "(cached) $ECHO_C" >&6 11796 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11814,16 +11819,16 @@ struct timeval time;
11814} 11819}
11815_ACEOF 11820_ACEOF
11816rm -f conftest.$ac_objext 11821rm -f conftest.$ac_objext
11817if { (eval echo "$as_me:11817: \"$ac_compile\"") >&5 11822if { (eval echo "$as_me:11822: \"$ac_compile\"") >&5
11818 (eval $ac_compile) 2>&5 11823 (eval $ac_compile) 2>&5
11819 ac_status=$? 11824 ac_status=$?
11820 echo "$as_me:11820: \$? = $ac_status" >&5 11825 echo "$as_me:11825: \$? = $ac_status" >&5
11821 (exit $ac_status); } && 11826 (exit $ac_status); } &&
11822 { ac_try='test -s conftest.$ac_objext' 11827 { ac_try='test -s conftest.$ac_objext'
11823 { (eval echo "$as_me:11823: \"$ac_try\"") >&5 11828 { (eval echo "$as_me:11828: \"$ac_try\"") >&5
11824 (eval $ac_try) 2>&5 11829 (eval $ac_try) 2>&5
11825 ac_status=$? 11830 ac_status=$?
11826 echo "$as_me:11826: \$? = $ac_status" >&5 11831 echo "$as_me:11831: \$? = $ac_status" >&5
11827 (exit $ac_status); }; }; then 11832 (exit $ac_status); }; }; then
11828 emacs_cv_gettimeofday_two_arguments=yes 11833 emacs_cv_gettimeofday_two_arguments=yes
11829else 11834else
@@ -11833,7 +11838,7 @@ emacs_cv_gettimeofday_two_arguments=no
11833fi 11838fi
11834rm -f conftest.$ac_objext conftest.$ac_ext 11839rm -f conftest.$ac_objext conftest.$ac_ext
11835fi 11840fi
11836echo "$as_me:11836: result: $emacs_cv_gettimeofday_two_arguments" >&5 11841echo "$as_me:11841: result: $emacs_cv_gettimeofday_two_arguments" >&5
11837echo "${ECHO_T}$emacs_cv_gettimeofday_two_arguments" >&6 11842echo "${ECHO_T}$emacs_cv_gettimeofday_two_arguments" >&6
11838 if test $emacs_cv_gettimeofday_two_arguments = no; then 11843 if test $emacs_cv_gettimeofday_two_arguments = no; then
11839 11844
@@ -11846,7 +11851,7 @@ EOF
11846fi 11851fi
11847 11852
11848if test "$ac_cv_func_gettimeofday" = yes; then 11853if test "$ac_cv_func_gettimeofday" = yes; then
11849 echo "$as_me:11849: checking for struct timezone" >&5 11854 echo "$as_me:11854: checking for struct timezone" >&5
11850echo $ECHO_N "checking for struct timezone... $ECHO_C" >&6 11855echo $ECHO_N "checking for struct timezone... $ECHO_C" >&6
11851if test "${emacs_cv_struct_timezone+set}" = set; then 11856if test "${emacs_cv_struct_timezone+set}" = set; then
11852 echo $ECHO_N "(cached) $ECHO_C" >&6 11857 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11864,16 +11869,16 @@ struct timezone tz;
11864} 11869}
11865_ACEOF 11870_ACEOF
11866rm -f conftest.$ac_objext 11871rm -f conftest.$ac_objext
11867if { (eval echo "$as_me:11867: \"$ac_compile\"") >&5 11872if { (eval echo "$as_me:11872: \"$ac_compile\"") >&5
11868 (eval $ac_compile) 2>&5 11873 (eval $ac_compile) 2>&5
11869 ac_status=$? 11874 ac_status=$?
11870 echo "$as_me:11870: \$? = $ac_status" >&5 11875 echo "$as_me:11875: \$? = $ac_status" >&5
11871 (exit $ac_status); } && 11876 (exit $ac_status); } &&
11872 { ac_try='test -s conftest.$ac_objext' 11877 { ac_try='test -s conftest.$ac_objext'
11873 { (eval echo "$as_me:11873: \"$ac_try\"") >&5 11878 { (eval echo "$as_me:11878: \"$ac_try\"") >&5
11874 (eval $ac_try) 2>&5 11879 (eval $ac_try) 2>&5
11875 ac_status=$? 11880 ac_status=$?
11876 echo "$as_me:11876: \$? = $ac_status" >&5 11881 echo "$as_me:11881: \$? = $ac_status" >&5
11877 (exit $ac_status); }; }; then 11882 (exit $ac_status); }; }; then
11878 if test "$cross_compiling" = yes; then 11883 if test "$cross_compiling" = yes; then
11879 emacs_cv_struct_timezone=yes 11884 emacs_cv_struct_timezone=yes
@@ -11899,15 +11904,15 @@ main () {
11899} 11904}
11900_ACEOF 11905_ACEOF
11901rm -f conftest$ac_exeext 11906rm -f conftest$ac_exeext
11902if { (eval echo "$as_me:11902: \"$ac_link\"") >&5 11907if { (eval echo "$as_me:11907: \"$ac_link\"") >&5
11903 (eval $ac_link) 2>&5 11908 (eval $ac_link) 2>&5
11904 ac_status=$? 11909 ac_status=$?
11905 echo "$as_me:11905: \$? = $ac_status" >&5 11910 echo "$as_me:11910: \$? = $ac_status" >&5
11906 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 11911 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11907 { (eval echo "$as_me:11907: \"$ac_try\"") >&5 11912 { (eval echo "$as_me:11912: \"$ac_try\"") >&5
11908 (eval $ac_try) 2>&5 11913 (eval $ac_try) 2>&5
11909 ac_status=$? 11914 ac_status=$?
11910 echo "$as_me:11910: \$? = $ac_status" >&5 11915 echo "$as_me:11915: \$? = $ac_status" >&5
11911 (exit $ac_status); }; }; then 11916 (exit $ac_status); }; }; then
11912 emacs_cv_struct_timezone=yes 11917 emacs_cv_struct_timezone=yes
11913else 11918else
@@ -11925,12 +11930,12 @@ emacs_cv_struct_timezone=no
11925fi 11930fi
11926rm -f conftest.$ac_objext conftest.$ac_ext 11931rm -f conftest.$ac_objext conftest.$ac_ext
11927fi 11932fi
11928echo "$as_me:11928: result: $emacs_cv_struct_timezone" >&5 11933echo "$as_me:11933: result: $emacs_cv_struct_timezone" >&5
11929echo "${ECHO_T}$emacs_cv_struct_timezone" >&6 11934echo "${ECHO_T}$emacs_cv_struct_timezone" >&6
11930fi 11935fi
11931 11936
11932ok_so_far=yes 11937ok_so_far=yes
11933echo "$as_me:11933: checking for socket" >&5 11938echo "$as_me:11938: checking for socket" >&5
11934echo $ECHO_N "checking for socket... $ECHO_C" >&6 11939echo $ECHO_N "checking for socket... $ECHO_C" >&6
11935if test "${ac_cv_func_socket+set}" = set; then 11940if test "${ac_cv_func_socket+set}" = set; then
11936 echo $ECHO_N "(cached) $ECHO_C" >&6 11941 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11967,16 +11972,16 @@ f = socket;
11967} 11972}
11968_ACEOF 11973_ACEOF
11969rm -f conftest.$ac_objext conftest$ac_exeext 11974rm -f conftest.$ac_objext conftest$ac_exeext
11970if { (eval echo "$as_me:11970: \"$ac_link\"") >&5 11975if { (eval echo "$as_me:11975: \"$ac_link\"") >&5
11971 (eval $ac_link) 2>&5 11976 (eval $ac_link) 2>&5
11972 ac_status=$? 11977 ac_status=$?
11973 echo "$as_me:11973: \$? = $ac_status" >&5 11978 echo "$as_me:11978: \$? = $ac_status" >&5
11974 (exit $ac_status); } && 11979 (exit $ac_status); } &&
11975 { ac_try='test -s conftest$ac_exeext' 11980 { ac_try='test -s conftest$ac_exeext'
11976 { (eval echo "$as_me:11976: \"$ac_try\"") >&5 11981 { (eval echo "$as_me:11981: \"$ac_try\"") >&5
11977 (eval $ac_try) 2>&5 11982 (eval $ac_try) 2>&5
11978 ac_status=$? 11983 ac_status=$?
11979 echo "$as_me:11979: \$? = $ac_status" >&5 11984 echo "$as_me:11984: \$? = $ac_status" >&5
11980 (exit $ac_status); }; }; then 11985 (exit $ac_status); }; }; then
11981 ac_cv_func_socket=yes 11986 ac_cv_func_socket=yes
11982else 11987else
@@ -11986,7 +11991,7 @@ ac_cv_func_socket=no
11986fi 11991fi
11987rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11992rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11988fi 11993fi
11989echo "$as_me:11989: result: $ac_cv_func_socket" >&5 11994echo "$as_me:11994: result: $ac_cv_func_socket" >&5
11990echo "${ECHO_T}$ac_cv_func_socket" >&6 11995echo "${ECHO_T}$ac_cv_func_socket" >&6
11991if test $ac_cv_func_socket = yes; then 11996if test $ac_cv_func_socket = yes; then
11992 : 11997 :
@@ -11995,7 +12000,7 @@ else
11995fi 12000fi
11996 12001
11997if test $ok_so_far = yes; then 12002if test $ok_so_far = yes; then
11998 echo "$as_me:11998: checking for netinet/in.h" >&5 12003 echo "$as_me:12003: checking for netinet/in.h" >&5
11999echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6 12004echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6
12000if test "${ac_cv_header_netinet_in_h+set}" = set; then 12005if test "${ac_cv_header_netinet_in_h+set}" = set; then
12001 echo $ECHO_N "(cached) $ECHO_C" >&6 12006 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -12005,13 +12010,13 @@ else
12005#include "confdefs.h" 12010#include "confdefs.h"
12006#include <netinet/in.h> 12011#include <netinet/in.h>
12007_ACEOF 12012_ACEOF
12008if { (eval echo "$as_me:12008: \"$ac_cpp conftest.$ac_ext\"") >&5 12013if { (eval echo "$as_me:12013: \"$ac_cpp conftest.$ac_ext\"") >&5
12009 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 12014 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12010 ac_status=$? 12015 ac_status=$?
12011 egrep -v '^ *\+' conftest.er1 >conftest.err 12016 egrep -v '^ *\+' conftest.er1 >conftest.err
12012 rm -f conftest.er1 12017 rm -f conftest.er1
12013 cat conftest.err >&5 12018 cat conftest.err >&5
12014 echo "$as_me:12014: \$? = $ac_status" >&5 12019 echo "$as_me:12019: \$? = $ac_status" >&5
12015 (exit $ac_status); } >/dev/null; then 12020 (exit $ac_status); } >/dev/null; then
12016 if test -s conftest.err; then 12021 if test -s conftest.err; then
12017 ac_cpp_err=$ac_c_preproc_warn_flag 12022 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -12030,7 +12035,7 @@ else
12030fi 12035fi
12031rm -f conftest.err conftest.$ac_ext 12036rm -f conftest.err conftest.$ac_ext
12032fi 12037fi
12033echo "$as_me:12033: result: $ac_cv_header_netinet_in_h" >&5 12038echo "$as_me:12038: result: $ac_cv_header_netinet_in_h" >&5
12034echo "${ECHO_T}$ac_cv_header_netinet_in_h" >&6 12039echo "${ECHO_T}$ac_cv_header_netinet_in_h" >&6
12035if test $ac_cv_header_netinet_in_h = yes; then 12040if test $ac_cv_header_netinet_in_h = yes; then
12036 : 12041 :
@@ -12040,7 +12045,7 @@ fi
12040 12045
12041fi 12046fi
12042if test $ok_so_far = yes; then 12047if test $ok_so_far = yes; then
12043 echo "$as_me:12043: checking for arpa/inet.h" >&5 12048 echo "$as_me:12048: checking for arpa/inet.h" >&5
12044echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6 12049echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6
12045if test "${ac_cv_header_arpa_inet_h+set}" = set; then 12050if test "${ac_cv_header_arpa_inet_h+set}" = set; then
12046 echo $ECHO_N "(cached) $ECHO_C" >&6 12051 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -12050,13 +12055,13 @@ else
12050#include "confdefs.h" 12055#include "confdefs.h"
12051#include <arpa/inet.h> 12056#include <arpa/inet.h>
12052_ACEOF 12057_ACEOF
12053if { (eval echo "$as_me:12053: \"$ac_cpp conftest.$ac_ext\"") >&5 12058if { (eval echo "$as_me:12058: \"$ac_cpp conftest.$ac_ext\"") >&5
12054 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 12059 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12055 ac_status=$? 12060 ac_status=$?
12056 egrep -v '^ *\+' conftest.er1 >conftest.err 12061 egrep -v '^ *\+' conftest.er1 >conftest.err
12057 rm -f conftest.er1 12062 rm -f conftest.er1
12058 cat conftest.err >&5 12063 cat conftest.err >&5
12059 echo "$as_me:12059: \$? = $ac_status" >&5 12064 echo "$as_me:12064: \$? = $ac_status" >&5
12060 (exit $ac_status); } >/dev/null; then 12065 (exit $ac_status); } >/dev/null; then
12061 if test -s conftest.err; then 12066 if test -s conftest.err; then
12062 ac_cpp_err=$ac_c_preproc_warn_flag 12067 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -12075,7 +12080,7 @@ else
12075fi 12080fi
12076rm -f conftest.err conftest.$ac_ext 12081rm -f conftest.err conftest.$ac_ext
12077fi 12082fi
12078echo "$as_me:12078: result: $ac_cv_header_arpa_inet_h" >&5 12083echo "$as_me:12083: result: $ac_cv_header_arpa_inet_h" >&5
12079echo "${ECHO_T}$ac_cv_header_arpa_inet_h" >&6 12084echo "${ECHO_T}$ac_cv_header_arpa_inet_h" >&6
12080if test $ac_cv_header_arpa_inet_h = yes; then 12085if test $ac_cv_header_arpa_inet_h = yes; then
12081 : 12086 :
@@ -12100,10 +12105,10 @@ EOF
12100 12105
12101fi 12106fi
12102 12107
12103echo "$as_me:12103: checking whether system supports dynamic ptys" >&5 12108echo "$as_me:12108: checking whether system supports dynamic ptys" >&5
12104echo $ECHO_N "checking whether system supports dynamic ptys... $ECHO_C" >&6 12109echo $ECHO_N "checking whether system supports dynamic ptys... $ECHO_C" >&6
12105if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then 12110if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then
12106 echo "$as_me:12106: result: yes" >&5 12111 echo "$as_me:12111: result: yes" >&5
12107echo "${ECHO_T}yes" >&6 12112echo "${ECHO_T}yes" >&6
12108 12113
12109cat >>confdefs.h <<\EOF 12114cat >>confdefs.h <<\EOF
@@ -12111,11 +12116,11 @@ cat >>confdefs.h <<\EOF
12111EOF 12116EOF
12112 12117
12113else 12118else
12114 echo "$as_me:12114: result: no" >&5 12119 echo "$as_me:12119: result: no" >&5
12115echo "${ECHO_T}no" >&6 12120echo "${ECHO_T}no" >&6
12116fi 12121fi
12117 12122
12118echo "$as_me:12118: checking for pid_t" >&5 12123echo "$as_me:12123: checking for pid_t" >&5
12119echo $ECHO_N "checking for pid_t... $ECHO_C" >&6 12124echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
12120if test "${ac_cv_type_pid_t+set}" = set; then 12125if test "${ac_cv_type_pid_t+set}" = set; then
12121 echo $ECHO_N "(cached) $ECHO_C" >&6 12126 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -12136,16 +12141,16 @@ if (sizeof (pid_t))
12136} 12141}
12137_ACEOF 12142_ACEOF
12138rm -f conftest.$ac_objext 12143rm -f conftest.$ac_objext
12139if { (eval echo "$as_me:12139: \"$ac_compile\"") >&5 12144if { (eval echo "$as_me:12144: \"$ac_compile\"") >&5
12140 (eval $ac_compile) 2>&5 12145 (eval $ac_compile) 2>&5
12141 ac_status=$? 12146 ac_status=$?
12142 echo "$as_me:12142: \$? = $ac_status" >&5 12147 echo "$as_me:12147: \$? = $ac_status" >&5
12143 (exit $ac_status); } && 12148 (exit $ac_status); } &&
12144 { ac_try='test -s conftest.$ac_objext' 12149 { ac_try='test -s conftest.$ac_objext'
12145 { (eval echo "$as_me:12145: \"$ac_try\"") >&5 12150 { (eval echo "$as_me:12150: \"$ac_try\"") >&5
12146 (eval $ac_try) 2>&5 12151 (eval $ac_try) 2>&5
12147 ac_status=$? 12152 ac_status=$?
12148 echo "$as_me:12148: \$? = $ac_status" >&5 12153 echo "$as_me:12153: \$? = $ac_status" >&5
12149 (exit $ac_status); }; }; then 12154 (exit $ac_status); }; }; then
12150 ac_cv_type_pid_t=yes 12155 ac_cv_type_pid_t=yes
12151else 12156else
@@ -12155,7 +12160,7 @@ ac_cv_type_pid_t=no
12155fi 12160fi
12156rm -f conftest.$ac_objext conftest.$ac_ext 12161rm -f conftest.$ac_objext conftest.$ac_ext
12157fi 12162fi
12158echo "$as_me:12158: result: $ac_cv_type_pid_t" >&5 12163echo "$as_me:12163: result: $ac_cv_type_pid_t" >&5
12159echo "${ECHO_T}$ac_cv_type_pid_t" >&6 12164echo "${ECHO_T}$ac_cv_type_pid_t" >&6
12160if test $ac_cv_type_pid_t = yes; then 12165if test $ac_cv_type_pid_t = yes; then
12161 : 12166 :
@@ -12170,7 +12175,7 @@ fi
12170for ac_header in unistd.h vfork.h 12175for ac_header in unistd.h vfork.h
12171do 12176do
12172as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 12177as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12173echo "$as_me:12173: checking for $ac_header" >&5 12178echo "$as_me:12178: checking for $ac_header" >&5
12174echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 12179echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12175if eval "test \"\${$as_ac_Header+set}\" = set"; then 12180if eval "test \"\${$as_ac_Header+set}\" = set"; then
12176 echo $ECHO_N "(cached) $ECHO_C" >&6 12181 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -12180,13 +12185,13 @@ else
12180#include "confdefs.h" 12185#include "confdefs.h"
12181#include <$ac_header> 12186#include <$ac_header>
12182_ACEOF 12187_ACEOF
12183if { (eval echo "$as_me:12183: \"$ac_cpp conftest.$ac_ext\"") >&5 12188if { (eval echo "$as_me:12188: \"$ac_cpp conftest.$ac_ext\"") >&5
12184 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 12189 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12185 ac_status=$? 12190 ac_status=$?
12186 egrep -v '^ *\+' conftest.er1 >conftest.err 12191 egrep -v '^ *\+' conftest.er1 >conftest.err
12187 rm -f conftest.er1 12192 rm -f conftest.er1
12188 cat conftest.err >&5 12193 cat conftest.err >&5
12189 echo "$as_me:12189: \$? = $ac_status" >&5 12194 echo "$as_me:12194: \$? = $ac_status" >&5
12190 (exit $ac_status); } >/dev/null; then 12195 (exit $ac_status); } >/dev/null; then
12191 if test -s conftest.err; then 12196 if test -s conftest.err; then
12192 ac_cpp_err=$ac_c_preproc_warn_flag 12197 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -12205,7 +12210,7 @@ else
12205fi 12210fi
12206rm -f conftest.err conftest.$ac_ext 12211rm -f conftest.err conftest.$ac_ext
12207fi 12212fi
12208echo "$as_me:12208: result: `eval echo '${'$as_ac_Header'}'`" >&5 12213echo "$as_me:12213: result: `eval echo '${'$as_ac_Header'}'`" >&5
12209echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 12214echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12210if test `eval echo '${'$as_ac_Header'}'` = yes; then 12215if test `eval echo '${'$as_ac_Header'}'` = yes; then
12211 cat >>confdefs.h <<EOF 12216 cat >>confdefs.h <<EOF
@@ -12218,7 +12223,7 @@ done
12218for ac_func in fork vfork 12223for ac_func in fork vfork
12219do 12224do
12220as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 12225as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12221echo "$as_me:12221: checking for $ac_func" >&5 12226echo "$as_me:12226: checking for $ac_func" >&5
12222echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 12227echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
12223if eval "test \"\${$as_ac_var+set}\" = set"; then 12228if eval "test \"\${$as_ac_var+set}\" = set"; then
12224 echo $ECHO_N "(cached) $ECHO_C" >&6 12229 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -12255,16 +12260,16 @@ f = $ac_func;
12255} 12260}
12256_ACEOF 12261_ACEOF
12257rm -f conftest.$ac_objext conftest$ac_exeext 12262rm -f conftest.$ac_objext conftest$ac_exeext
12258if { (eval echo "$as_me:12258: \"$ac_link\"") >&5 12263if { (eval echo "$as_me:12263: \"$ac_link\"") >&5
12259 (eval $ac_link) 2>&5 12264 (eval $ac_link) 2>&5
12260 ac_status=$? 12265 ac_status=$?
12261 echo "$as_me:12261: \$? = $ac_status" >&5 12266 echo "$as_me:12266: \$? = $ac_status" >&5
12262 (exit $ac_status); } && 12267 (exit $ac_status); } &&
12263 { ac_try='test -s conftest$ac_exeext' 12268 { ac_try='test -s conftest$ac_exeext'
12264 { (eval echo "$as_me:12264: \"$ac_try\"") >&5 12269 { (eval echo "$as_me:12269: \"$ac_try\"") >&5
12265 (eval $ac_try) 2>&5 12270 (eval $ac_try) 2>&5
12266 ac_status=$? 12271 ac_status=$?
12267 echo "$as_me:12267: \$? = $ac_status" >&5 12272 echo "$as_me:12272: \$? = $ac_status" >&5
12268 (exit $ac_status); }; }; then 12273 (exit $ac_status); }; }; then
12269 eval "$as_ac_var=yes" 12274 eval "$as_ac_var=yes"
12270else 12275else
@@ -12274,7 +12279,7 @@ eval "$as_ac_var=no"
12274fi 12279fi
12275rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 12280rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
12276fi 12281fi
12277echo "$as_me:12277: result: `eval echo '${'$as_ac_var'}'`" >&5 12282echo "$as_me:12282: result: `eval echo '${'$as_ac_var'}'`" >&5
12278echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 12283echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
12279if test `eval echo '${'$as_ac_var'}'` = yes; then 12284if test `eval echo '${'$as_ac_var'}'` = yes; then
12280 cat >>confdefs.h <<EOF 12285 cat >>confdefs.h <<EOF
@@ -12286,7 +12291,7 @@ done
12286 12291
12287ac_cv_func_fork_works=$ac_cv_func_fork 12292ac_cv_func_fork_works=$ac_cv_func_fork
12288if test "x$ac_cv_func_fork" = xyes; then 12293if test "x$ac_cv_func_fork" = xyes; then
12289 echo "$as_me:12289: checking for working fork" >&5 12294 echo "$as_me:12294: checking for working fork" >&5
12290echo $ECHO_N "checking for working fork... $ECHO_C" >&6 12295echo $ECHO_N "checking for working fork... $ECHO_C" >&6
12291if test "${ac_cv_func_fork_works+set}" = set; then 12296if test "${ac_cv_func_fork_works+set}" = set; then
12292 echo $ECHO_N "(cached) $ECHO_C" >&6 12297 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -12309,15 +12314,15 @@ else
12309 } 12314 }
12310_ACEOF 12315_ACEOF
12311rm -f conftest$ac_exeext 12316rm -f conftest$ac_exeext
12312if { (eval echo "$as_me:12312: \"$ac_link\"") >&5 12317if { (eval echo "$as_me:12317: \"$ac_link\"") >&5
12313 (eval $ac_link) 2>&5 12318 (eval $ac_link) 2>&5
12314 ac_status=$? 12319 ac_status=$?
12315 echo "$as_me:12315: \$? = $ac_status" >&5 12320 echo "$as_me:12320: \$? = $ac_status" >&5
12316 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 12321 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12317 { (eval echo "$as_me:12317: \"$ac_try\"") >&5 12322 { (eval echo "$as_me:12322: \"$ac_try\"") >&5
12318 (eval $ac_try) 2>&5 12323 (eval $ac_try) 2>&5
12319 ac_status=$? 12324 ac_status=$?
12320 echo "$as_me:12320: \$? = $ac_status" >&5 12325 echo "$as_me:12325: \$? = $ac_status" >&5
12321 (exit $ac_status); }; }; then 12326 (exit $ac_status); }; }; then
12322 ac_cv_func_fork_works=yes 12327 ac_cv_func_fork_works=yes
12323else 12328else
@@ -12329,7 +12334,7 @@ fi
12329rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 12334rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12330fi 12335fi
12331fi 12336fi
12332echo "$as_me:12332: result: $ac_cv_func_fork_works" >&5 12337echo "$as_me:12337: result: $ac_cv_func_fork_works" >&5
12333echo "${ECHO_T}$ac_cv_func_fork_works" >&6 12338echo "${ECHO_T}$ac_cv_func_fork_works" >&6
12334 12339
12335fi 12340fi
@@ -12343,12 +12348,12 @@ if test "x$ac_cv_func_fork_works" = xcross; then
12343 ac_cv_func_fork_works=yes 12348 ac_cv_func_fork_works=yes
12344 ;; 12349 ;;
12345 esac 12350 esac
12346 { echo "$as_me:12346: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&5 12351 { echo "$as_me:12351: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&5
12347echo "$as_me: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&2;} 12352echo "$as_me: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&2;}
12348fi 12353fi
12349ac_cv_func_vfork_works=$ac_cv_func_vfork 12354ac_cv_func_vfork_works=$ac_cv_func_vfork
12350if test "x$ac_cv_func_vfork" = xyes; then 12355if test "x$ac_cv_func_vfork" = xyes; then
12351 echo "$as_me:12351: checking for working vfork" >&5 12356 echo "$as_me:12356: checking for working vfork" >&5
12352echo $ECHO_N "checking for working vfork... $ECHO_C" >&6 12357echo $ECHO_N "checking for working vfork... $ECHO_C" >&6
12353if test "${ac_cv_func_vfork_works+set}" = set; then 12358if test "${ac_cv_func_vfork_works+set}" = set; then
12354 echo $ECHO_N "(cached) $ECHO_C" >&6 12359 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -12454,15 +12459,15 @@ main ()
12454} 12459}
12455_ACEOF 12460_ACEOF
12456rm -f conftest$ac_exeext 12461rm -f conftest$ac_exeext
12457if { (eval echo "$as_me:12457: \"$ac_link\"") >&5 12462if { (eval echo "$as_me:12462: \"$ac_link\"") >&5
12458 (eval $ac_link) 2>&5 12463 (eval $ac_link) 2>&5
12459 ac_status=$? 12464 ac_status=$?
12460 echo "$as_me:12460: \$? = $ac_status" >&5 12465 echo "$as_me:12465: \$? = $ac_status" >&5
12461 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 12466 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12462 { (eval echo "$as_me:12462: \"$ac_try\"") >&5 12467 { (eval echo "$as_me:12467: \"$ac_try\"") >&5
12463 (eval $ac_try) 2>&5 12468 (eval $ac_try) 2>&5
12464 ac_status=$? 12469 ac_status=$?
12465 echo "$as_me:12465: \$? = $ac_status" >&5 12470 echo "$as_me:12470: \$? = $ac_status" >&5
12466 (exit $ac_status); }; }; then 12471 (exit $ac_status); }; }; then
12467 ac_cv_func_vfork_works=yes 12472 ac_cv_func_vfork_works=yes
12468else 12473else
@@ -12474,13 +12479,13 @@ fi
12474rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 12479rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12475fi 12480fi
12476fi 12481fi
12477echo "$as_me:12477: result: $ac_cv_func_vfork_works" >&5 12482echo "$as_me:12482: result: $ac_cv_func_vfork_works" >&5
12478echo "${ECHO_T}$ac_cv_func_vfork_works" >&6 12483echo "${ECHO_T}$ac_cv_func_vfork_works" >&6
12479 12484
12480fi; 12485fi;
12481if test "x$ac_cv_func_fork_works" = xcross; then 12486if test "x$ac_cv_func_fork_works" = xcross; then
12482 ac_cv_func_vfork_works=ac_cv_func_vfork 12487 ac_cv_func_vfork_works=ac_cv_func_vfork
12483 { echo "$as_me:12483: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&5 12488 { echo "$as_me:12488: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&5
12484echo "$as_me: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&2;} 12489echo "$as_me: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&2;}
12485fi 12490fi
12486 12491
@@ -12506,7 +12511,7 @@ EOF
12506fi 12511fi
12507 12512
12508# Fixme: This should be replaced when we have autoconf 2.14. 12513# Fixme: This should be replaced when we have autoconf 2.14.
12509echo "$as_me:12509: checking for size_t" >&5 12514echo "$as_me:12514: checking for size_t" >&5
12510echo $ECHO_N "checking for size_t... $ECHO_C" >&6 12515echo $ECHO_N "checking for size_t... $ECHO_C" >&6
12511if test "${ac_cv_type_size_t+set}" = set; then 12516if test "${ac_cv_type_size_t+set}" = set; then
12512 echo $ECHO_N "(cached) $ECHO_C" >&6 12517 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -12527,16 +12532,16 @@ if (sizeof (size_t))
12527} 12532}
12528_ACEOF 12533_ACEOF
12529rm -f conftest.$ac_objext 12534rm -f conftest.$ac_objext
12530if { (eval echo "$as_me:12530: \"$ac_compile\"") >&5 12535if { (eval echo "$as_me:12535: \"$ac_compile\"") >&5
12531 (eval $ac_compile) 2>&5 12536 (eval $ac_compile) 2>&5
12532 ac_status=$? 12537 ac_status=$?
12533 echo "$as_me:12533: \$? = $ac_status" >&5 12538 echo "$as_me:12538: \$? = $ac_status" >&5
12534 (exit $ac_status); } && 12539 (exit $ac_status); } &&
12535 { ac_try='test -s conftest.$ac_objext' 12540 { ac_try='test -s conftest.$ac_objext'
12536 { (eval echo "$as_me:12536: \"$ac_try\"") >&5 12541 { (eval echo "$as_me:12541: \"$ac_try\"") >&5
12537 (eval $ac_try) 2>&5 12542 (eval $ac_try) 2>&5
12538 ac_status=$? 12543 ac_status=$?
12539 echo "$as_me:12539: \$? = $ac_status" >&5 12544 echo "$as_me:12544: \$? = $ac_status" >&5
12540 (exit $ac_status); }; }; then 12545 (exit $ac_status); }; }; then
12541 ac_cv_type_size_t=yes 12546 ac_cv_type_size_t=yes
12542else 12547else
@@ -12546,7 +12551,7 @@ ac_cv_type_size_t=no
12546fi 12551fi
12547rm -f conftest.$ac_objext conftest.$ac_ext 12552rm -f conftest.$ac_objext conftest.$ac_ext
12548fi 12553fi
12549echo "$as_me:12549: result: $ac_cv_type_size_t" >&5 12554echo "$as_me:12554: result: $ac_cv_type_size_t" >&5
12550echo "${ECHO_T}$ac_cv_type_size_t" >&6 12555echo "${ECHO_T}$ac_cv_type_size_t" >&6
12551if test $ac_cv_type_size_t = yes; then 12556if test $ac_cv_type_size_t = yes; then
12552 : 12557 :
@@ -12566,7 +12571,7 @@ CPPFLAGS="$REAL_CPPFLAGS"
12566version=`grep 'defconst[ ]*emacs-version' ${srcdir}/lisp/version.el \ 12571version=`grep 'defconst[ ]*emacs-version' ${srcdir}/lisp/version.el \
12567 | sed -e 's/^[^"]*"\([^"]*\)".*$/\1/'` 12572 | sed -e 's/^[^"]*"\([^"]*\)".*$/\1/'`
12568if test x"${version}" = x; then 12573if test x"${version}" = x; then
12569 { { echo "$as_me:12569: error: can't find current emacs version in \`${srcdir}/lisp/version.el'." >&5 12574 { { echo "$as_me:12574: error: can't find current emacs version in \`${srcdir}/lisp/version.el'." >&5
12570echo "$as_me: error: can't find current emacs version in \`${srcdir}/lisp/version.el'." >&2;} 12575echo "$as_me: error: can't find current emacs version in \`${srcdir}/lisp/version.el'." >&2;}
12571 { (exit 1); exit 1; }; } 12576 { (exit 1); exit 1; }; }
12572fi 12577fi
@@ -12659,7 +12664,7 @@ fi
12659for ac_header in nlist.h 12664for ac_header in nlist.h
12660do 12665do
12661as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 12666as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12662echo "$as_me:12662: checking for $ac_header" >&5 12667echo "$as_me:12667: checking for $ac_header" >&5
12663echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 12668echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12664if eval "test \"\${$as_ac_Header+set}\" = set"; then 12669if eval "test \"\${$as_ac_Header+set}\" = set"; then
12665 echo $ECHO_N "(cached) $ECHO_C" >&6 12670 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -12669,13 +12674,13 @@ else
12669#include "confdefs.h" 12674#include "confdefs.h"
12670#include <$ac_header> 12675#include <$ac_header>
12671_ACEOF 12676_ACEOF
12672if { (eval echo "$as_me:12672: \"$ac_cpp conftest.$ac_ext\"") >&5 12677if { (eval echo "$as_me:12677: \"$ac_cpp conftest.$ac_ext\"") >&5
12673 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 12678 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12674 ac_status=$? 12679 ac_status=$?
12675 egrep -v '^ *\+' conftest.er1 >conftest.err 12680 egrep -v '^ *\+' conftest.er1 >conftest.err
12676 rm -f conftest.er1 12681 rm -f conftest.er1
12677 cat conftest.err >&5 12682 cat conftest.err >&5
12678 echo "$as_me:12678: \$? = $ac_status" >&5 12683 echo "$as_me:12683: \$? = $ac_status" >&5
12679 (exit $ac_status); } >/dev/null; then 12684 (exit $ac_status); } >/dev/null; then
12680 if test -s conftest.err; then 12685 if test -s conftest.err; then
12681 ac_cpp_err=$ac_c_preproc_warn_flag 12686 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -12694,7 +12699,7 @@ else
12694fi 12699fi
12695rm -f conftest.err conftest.$ac_ext 12700rm -f conftest.err conftest.$ac_ext
12696fi 12701fi
12697echo "$as_me:12697: result: `eval echo '${'$as_ac_Header'}'`" >&5 12702echo "$as_me:12702: result: `eval echo '${'$as_ac_Header'}'`" >&5
12698echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 12703echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12699if test `eval echo '${'$as_ac_Header'}'` = yes; then 12704if test `eval echo '${'$as_ac_Header'}'` = yes; then
12700 cat >>confdefs.h <<EOF 12705 cat >>confdefs.h <<EOF
@@ -12848,7 +12853,7 @@ DEFS=-DHAVE_CONFIG_H
12848: ${CONFIG_STATUS=./config.status} 12853: ${CONFIG_STATUS=./config.status}
12849ac_clean_files_save=$ac_clean_files 12854ac_clean_files_save=$ac_clean_files
12850ac_clean_files="$ac_clean_files $CONFIG_STATUS" 12855ac_clean_files="$ac_clean_files $CONFIG_STATUS"
12851{ echo "$as_me:12851: creating $CONFIG_STATUS" >&5 12856{ echo "$as_me:12856: creating $CONFIG_STATUS" >&5
12852echo "$as_me: creating $CONFIG_STATUS" >&6;} 12857echo "$as_me: creating $CONFIG_STATUS" >&6;}
12853cat >$CONFIG_STATUS <<_ACEOF 12858cat >$CONFIG_STATUS <<_ACEOF
12854#! $SHELL 12859#! $SHELL
@@ -13024,7 +13029,7 @@ cat >>$CONFIG_STATUS <<\EOF
13024 echo "$ac_cs_version"; exit 0 ;; 13029 echo "$ac_cs_version"; exit 0 ;;
13025 --he | --h) 13030 --he | --h)
13026 # Conflict between --help and --header 13031 # Conflict between --help and --header
13027 { { echo "$as_me:13027: error: ambiguous option: $1 13032 { { echo "$as_me:13032: error: ambiguous option: $1
13028Try \`$0 --help' for more information." >&5 13033Try \`$0 --help' for more information." >&5
13029echo "$as_me: error: ambiguous option: $1 13034echo "$as_me: error: ambiguous option: $1
13030Try \`$0 --help' for more information." >&2;} 13035Try \`$0 --help' for more information." >&2;}
@@ -13043,7 +13048,7 @@ Try \`$0 --help' for more information." >&2;}
13043 ac_need_defaults=false;; 13048 ac_need_defaults=false;;
13044 13049
13045 # This is an error. 13050 # This is an error.
13046 -*) { { echo "$as_me:13046: error: unrecognized option: $1 13051 -*) { { echo "$as_me:13051: error: unrecognized option: $1
13047Try \`$0 --help' for more information." >&5 13052Try \`$0 --help' for more information." >&5
13048echo "$as_me: error: unrecognized option: $1 13053echo "$as_me: error: unrecognized option: $1
13049Try \`$0 --help' for more information." >&2;} 13054Try \`$0 --help' for more information." >&2;}
@@ -13099,7 +13104,7 @@ do
13099 "leim/Makefile" ) CONFIG_FILES="$CONFIG_FILES leim/Makefile" ;; 13104 "leim/Makefile" ) CONFIG_FILES="$CONFIG_FILES leim/Makefile" ;;
13100 "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;; 13105 "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
13101 "src/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS src/config.h:src/config.in" ;; 13106 "src/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS src/config.h:src/config.in" ;;
13102 *) { { echo "$as_me:13102: error: invalid argument: $ac_config_target" >&5 13107 *) { { echo "$as_me:13107: error: invalid argument: $ac_config_target" >&5
13103echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 13108echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
13104 { (exit 1); exit 1; }; };; 13109 { (exit 1); exit 1; }; };;
13105 esac 13110 esac
@@ -13348,7 +13353,7 @@ done; }
13348 esac 13353 esac
13349 13354
13350 if test x"$ac_file" != x-; then 13355 if test x"$ac_file" != x-; then
13351 { echo "$as_me:13351: creating $ac_file" >&5 13356 { echo "$as_me:13356: creating $ac_file" >&5
13352echo "$as_me: creating $ac_file" >&6;} 13357echo "$as_me: creating $ac_file" >&6;}
13353 rm -f "$ac_file" 13358 rm -f "$ac_file"
13354 fi 13359 fi
@@ -13366,7 +13371,7 @@ echo "$as_me: creating $ac_file" >&6;}
13366 -) echo $tmp/stdin ;; 13371 -) echo $tmp/stdin ;;
13367 [\\/$]*) 13372 [\\/$]*)
13368 # Absolute (can't be DOS-style, as IFS=:) 13373 # Absolute (can't be DOS-style, as IFS=:)
13369 test -f "$f" || { { echo "$as_me:13369: error: cannot find input file: $f" >&5 13374 test -f "$f" || { { echo "$as_me:13374: error: cannot find input file: $f" >&5
13370echo "$as_me: error: cannot find input file: $f" >&2;} 13375echo "$as_me: error: cannot find input file: $f" >&2;}
13371 { (exit 1); exit 1; }; } 13376 { (exit 1); exit 1; }; }
13372 echo $f;; 13377 echo $f;;
@@ -13379,7 +13384,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;}
13379 echo $srcdir/$f 13384 echo $srcdir/$f
13380 else 13385 else
13381 # /dev/null tree 13386 # /dev/null tree
13382 { { echo "$as_me:13382: error: cannot find input file: $f" >&5 13387 { { echo "$as_me:13387: error: cannot find input file: $f" >&5
13383echo "$as_me: error: cannot find input file: $f" >&2;} 13388echo "$as_me: error: cannot find input file: $f" >&2;}
13384 { (exit 1); exit 1; }; } 13389 { (exit 1); exit 1; }; }
13385 fi;; 13390 fi;;
@@ -13440,7 +13445,7 @@ for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
13440 * ) ac_file_in=$ac_file.in ;; 13445 * ) ac_file_in=$ac_file.in ;;
13441 esac 13446 esac
13442 13447
13443 test x"$ac_file" != x- && { echo "$as_me:13443: creating $ac_file" >&5 13448 test x"$ac_file" != x- && { echo "$as_me:13448: creating $ac_file" >&5
13444echo "$as_me: creating $ac_file" >&6;} 13449echo "$as_me: creating $ac_file" >&6;}
13445 13450
13446 # First look for the input files in the build tree, otherwise in the 13451 # First look for the input files in the build tree, otherwise in the
@@ -13451,7 +13456,7 @@ echo "$as_me: creating $ac_file" >&6;}
13451 -) echo $tmp/stdin ;; 13456 -) echo $tmp/stdin ;;
13452 [\\/$]*) 13457 [\\/$]*)
13453 # Absolute (can't be DOS-style, as IFS=:) 13458 # Absolute (can't be DOS-style, as IFS=:)
13454 test -f "$f" || { { echo "$as_me:13454: error: cannot find input file: $f" >&5 13459 test -f "$f" || { { echo "$as_me:13459: error: cannot find input file: $f" >&5
13455echo "$as_me: error: cannot find input file: $f" >&2;} 13460echo "$as_me: error: cannot find input file: $f" >&2;}
13456 { (exit 1); exit 1; }; } 13461 { (exit 1); exit 1; }; }
13457 echo $f;; 13462 echo $f;;
@@ -13464,7 +13469,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;}
13464 echo $srcdir/$f 13469 echo $srcdir/$f
13465 else 13470 else
13466 # /dev/null tree 13471 # /dev/null tree
13467 { { echo "$as_me:13467: error: cannot find input file: $f" >&5 13472 { { echo "$as_me:13472: error: cannot find input file: $f" >&5
13468echo "$as_me: error: cannot find input file: $f" >&2;} 13473echo "$as_me: error: cannot find input file: $f" >&2;}
13469 { (exit 1); exit 1; }; } 13474 { (exit 1); exit 1; }; }
13470 fi;; 13475 fi;;
@@ -13581,7 +13586,7 @@ cat >>$CONFIG_STATUS <<\EOF
13581 rm -f $tmp/in 13586 rm -f $tmp/in
13582 if test x"$ac_file" != x-; then 13587 if test x"$ac_file" != x-; then
13583 if cmp -s $ac_file $tmp/config.h 2>/dev/null; then 13588 if cmp -s $ac_file $tmp/config.h 2>/dev/null; then
13584 { echo "$as_me:13584: $ac_file is unchanged" >&5 13589 { echo "$as_me:13589: $ac_file is unchanged" >&5
13585echo "$as_me: $ac_file is unchanged" >&6;} 13590echo "$as_me: $ac_file is unchanged" >&6;}
13586 else 13591 else
13587 ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 13592 ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \