aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles Bader2001-11-02 02:28:50 +0000
committerMiles Bader2001-11-02 02:28:50 +0000
commitcc22748950893fe8251726da4f37c5af6635d67f (patch)
tree75bdc12cdae5a88a18d8dad6feef5717821c6f65
parent177338c4fa17cd117baf476923ce1f1144cee494 (diff)
downloademacs-cc22748950893fe8251726da4f37c5af6635d67f.tar.gz
emacs-cc22748950893fe8251726da4f37c5af6635d67f.zip
*** empty log message ***
-rwxr-xr-xconfigure2133
1 files changed, 1068 insertions, 1065 deletions
diff --git a/configure b/configure
index a7b2a90babd..b58cb9498a5 100755
--- a/configure
+++ b/configure
@@ -688,8 +688,8 @@ Optional Packages:
688 --with-gif use -lungif for displaying GIF images 688 --with-gif use -lungif for displaying GIF images
689 --with-png use -lpng for displaying PNG images 689 --with-png use -lpng for displaying PNG images
690 --without-toolkit-scroll-bars 690 --without-toolkit-scroll-bars
691 don't use Motif or Xaw3d scroll bars 691 don't use Motif or Xaw3d scroll bars
692 --without-xim don't use X11 XIM 692 --without-xim don't use X11 XIM
693 --with-x use the X Window System 693 --with-x use the X Window System
694 694
695Some influential environment variables: 695Some influential environment variables:
@@ -1623,9 +1623,12 @@ case "${canonical}" in
1623 hppa*-hp-hpux9* ) 1623 hppa*-hp-hpux9* )
1624 machine=hp800 opsys=hpux9 1624 machine=hp800 opsys=hpux9
1625 ;; 1625 ;;
1626 hppa*-hp-hpux1[0-9]* ) 1626 hppa*-hp-hpux10* )
1627 machine=hp800 opsys=hpux10 1627 machine=hp800 opsys=hpux10
1628 ;; 1628 ;;
1629 hppa*-hp-hpux1[1-9]* )
1630 machine=hp800 opsys=hpux11
1631 ;;
1629 1632
1630 ## HP 9000 series 700 and 800, running HP/UX 1633 ## HP 9000 series 700 and 800, running HP/UX
1631 hppa*-hp-hpux* ) 1634 hppa*-hp-hpux* )
@@ -2189,7 +2192,7 @@ if test x"${opsys}" = x; then
2189fi 2192fi
2190 2193
2191if test $unported = yes; then 2194if test $unported = yes; then
2192 { { echo "$as_me:2192: error: Emacs hasn't been ported to \`${canonical}' systems. 2195 { { echo "$as_me:2195: error: Emacs hasn't been ported to \`${canonical}' systems.
2193Check \`etc/MACHINES' for recognized configuration names." >&5 2196Check \`etc/MACHINES' for recognized configuration names." >&5
2194echo "$as_me: error: Emacs hasn't been ported to \`${canonical}' systems. 2197echo "$as_me: error: Emacs hasn't been ported to \`${canonical}' systems.
2195Check \`etc/MACHINES' for recognized configuration names." >&2;} 2198Check \`etc/MACHINES' for recognized configuration names." >&2;}
@@ -2218,7 +2221,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
2218if test -n "$ac_tool_prefix"; then 2221if test -n "$ac_tool_prefix"; then
2219 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 2222 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2220set dummy ${ac_tool_prefix}gcc; ac_word=$2 2223set dummy ${ac_tool_prefix}gcc; ac_word=$2
2221echo "$as_me:2221: checking for $ac_word" >&5 2224echo "$as_me:2224: checking for $ac_word" >&5
2222echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2225echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2223if test "${ac_cv_prog_CC+set}" = set; then 2226if test "${ac_cv_prog_CC+set}" = set; then
2224 echo $ECHO_N "(cached) $ECHO_C" >&6 2227 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2233,7 +2236,7 @@ for ac_dir in $ac_dummy; do
2233 test -z "$ac_dir" && ac_dir=. 2236 test -z "$ac_dir" && ac_dir=.
2234 $as_executable_p "$ac_dir/$ac_word" || continue 2237 $as_executable_p "$ac_dir/$ac_word" || continue
2235ac_cv_prog_CC="${ac_tool_prefix}gcc" 2238ac_cv_prog_CC="${ac_tool_prefix}gcc"
2236echo "$as_me:2236: found $ac_dir/$ac_word" >&5 2239echo "$as_me:2239: found $ac_dir/$ac_word" >&5
2237break 2240break
2238done 2241done
2239 2242
@@ -2241,10 +2244,10 @@ fi
2241fi 2244fi
2242CC=$ac_cv_prog_CC 2245CC=$ac_cv_prog_CC
2243if test -n "$CC"; then 2246if test -n "$CC"; then
2244 echo "$as_me:2244: result: $CC" >&5 2247 echo "$as_me:2247: result: $CC" >&5
2245echo "${ECHO_T}$CC" >&6 2248echo "${ECHO_T}$CC" >&6
2246else 2249else
2247 echo "$as_me:2247: result: no" >&5 2250 echo "$as_me:2250: result: no" >&5
2248echo "${ECHO_T}no" >&6 2251echo "${ECHO_T}no" >&6
2249fi 2252fi
2250 2253
@@ -2253,7 +2256,7 @@ if test -z "$ac_cv_prog_CC"; then
2253 ac_ct_CC=$CC 2256 ac_ct_CC=$CC
2254 # Extract the first word of "gcc", so it can be a program name with args. 2257 # Extract the first word of "gcc", so it can be a program name with args.
2255set dummy gcc; ac_word=$2 2258set dummy gcc; ac_word=$2
2256echo "$as_me:2256: checking for $ac_word" >&5 2259echo "$as_me:2259: checking for $ac_word" >&5
2257echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2260echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2258if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2261if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2259 echo $ECHO_N "(cached) $ECHO_C" >&6 2262 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2268,7 +2271,7 @@ for ac_dir in $ac_dummy; do
2268 test -z "$ac_dir" && ac_dir=. 2271 test -z "$ac_dir" && ac_dir=.
2269 $as_executable_p "$ac_dir/$ac_word" || continue 2272 $as_executable_p "$ac_dir/$ac_word" || continue
2270ac_cv_prog_ac_ct_CC="gcc" 2273ac_cv_prog_ac_ct_CC="gcc"
2271echo "$as_me:2271: found $ac_dir/$ac_word" >&5 2274echo "$as_me:2274: found $ac_dir/$ac_word" >&5
2272break 2275break
2273done 2276done
2274 2277
@@ -2276,10 +2279,10 @@ fi
2276fi 2279fi
2277ac_ct_CC=$ac_cv_prog_ac_ct_CC 2280ac_ct_CC=$ac_cv_prog_ac_ct_CC
2278if test -n "$ac_ct_CC"; then 2281if test -n "$ac_ct_CC"; then
2279 echo "$as_me:2279: result: $ac_ct_CC" >&5 2282 echo "$as_me:2282: result: $ac_ct_CC" >&5
2280echo "${ECHO_T}$ac_ct_CC" >&6 2283echo "${ECHO_T}$ac_ct_CC" >&6
2281else 2284else
2282 echo "$as_me:2282: result: no" >&5 2285 echo "$as_me:2285: result: no" >&5
2283echo "${ECHO_T}no" >&6 2286echo "${ECHO_T}no" >&6
2284fi 2287fi
2285 2288
@@ -2292,7 +2295,7 @@ if test -z "$CC"; then
2292 if test -n "$ac_tool_prefix"; then 2295 if test -n "$ac_tool_prefix"; then
2293 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 2296 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2294set dummy ${ac_tool_prefix}cc; ac_word=$2 2297set dummy ${ac_tool_prefix}cc; ac_word=$2
2295echo "$as_me:2295: checking for $ac_word" >&5 2298echo "$as_me:2298: checking for $ac_word" >&5
2296echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2299echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2297if test "${ac_cv_prog_CC+set}" = set; then 2300if test "${ac_cv_prog_CC+set}" = set; then
2298 echo $ECHO_N "(cached) $ECHO_C" >&6 2301 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2307,7 +2310,7 @@ for ac_dir in $ac_dummy; do
2307 test -z "$ac_dir" && ac_dir=. 2310 test -z "$ac_dir" && ac_dir=.
2308 $as_executable_p "$ac_dir/$ac_word" || continue 2311 $as_executable_p "$ac_dir/$ac_word" || continue
2309ac_cv_prog_CC="${ac_tool_prefix}cc" 2312ac_cv_prog_CC="${ac_tool_prefix}cc"
2310echo "$as_me:2310: found $ac_dir/$ac_word" >&5 2313echo "$as_me:2313: found $ac_dir/$ac_word" >&5
2311break 2314break
2312done 2315done
2313 2316
@@ -2315,10 +2318,10 @@ fi
2315fi 2318fi
2316CC=$ac_cv_prog_CC 2319CC=$ac_cv_prog_CC
2317if test -n "$CC"; then 2320if test -n "$CC"; then
2318 echo "$as_me:2318: result: $CC" >&5 2321 echo "$as_me:2321: result: $CC" >&5
2319echo "${ECHO_T}$CC" >&6 2322echo "${ECHO_T}$CC" >&6
2320else 2323else
2321 echo "$as_me:2321: result: no" >&5 2324 echo "$as_me:2324: result: no" >&5
2322echo "${ECHO_T}no" >&6 2325echo "${ECHO_T}no" >&6
2323fi 2326fi
2324 2327
@@ -2327,7 +2330,7 @@ if test -z "$ac_cv_prog_CC"; then
2327 ac_ct_CC=$CC 2330 ac_ct_CC=$CC
2328 # Extract the first word of "cc", so it can be a program name with args. 2331 # Extract the first word of "cc", so it can be a program name with args.
2329set dummy cc; ac_word=$2 2332set dummy cc; ac_word=$2
2330echo "$as_me:2330: checking for $ac_word" >&5 2333echo "$as_me:2333: checking for $ac_word" >&5
2331echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2334echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2332if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2335if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2333 echo $ECHO_N "(cached) $ECHO_C" >&6 2336 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2342,7 +2345,7 @@ for ac_dir in $ac_dummy; do
2342 test -z "$ac_dir" && ac_dir=. 2345 test -z "$ac_dir" && ac_dir=.
2343 $as_executable_p "$ac_dir/$ac_word" || continue 2346 $as_executable_p "$ac_dir/$ac_word" || continue
2344ac_cv_prog_ac_ct_CC="cc" 2347ac_cv_prog_ac_ct_CC="cc"
2345echo "$as_me:2345: found $ac_dir/$ac_word" >&5 2348echo "$as_me:2348: found $ac_dir/$ac_word" >&5
2346break 2349break
2347done 2350done
2348 2351
@@ -2350,10 +2353,10 @@ fi
2350fi 2353fi
2351ac_ct_CC=$ac_cv_prog_ac_ct_CC 2354ac_ct_CC=$ac_cv_prog_ac_ct_CC
2352if test -n "$ac_ct_CC"; then 2355if test -n "$ac_ct_CC"; then
2353 echo "$as_me:2353: result: $ac_ct_CC" >&5 2356 echo "$as_me:2356: result: $ac_ct_CC" >&5
2354echo "${ECHO_T}$ac_ct_CC" >&6 2357echo "${ECHO_T}$ac_ct_CC" >&6
2355else 2358else
2356 echo "$as_me:2356: result: no" >&5 2359 echo "$as_me:2359: result: no" >&5
2357echo "${ECHO_T}no" >&6 2360echo "${ECHO_T}no" >&6
2358fi 2361fi
2359 2362
@@ -2366,7 +2369,7 @@ fi
2366if test -z "$CC"; then 2369if test -z "$CC"; then
2367 # Extract the first word of "cc", so it can be a program name with args. 2370 # Extract the first word of "cc", so it can be a program name with args.
2368set dummy cc; ac_word=$2 2371set dummy cc; ac_word=$2
2369echo "$as_me:2369: checking for $ac_word" >&5 2372echo "$as_me:2372: checking for $ac_word" >&5
2370echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2373echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2371if test "${ac_cv_prog_CC+set}" = set; then 2374if test "${ac_cv_prog_CC+set}" = set; then
2372 echo $ECHO_N "(cached) $ECHO_C" >&6 2375 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2386,7 +2389,7 @@ if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
2386 continue 2389 continue
2387fi 2390fi
2388ac_cv_prog_CC="cc" 2391ac_cv_prog_CC="cc"
2389echo "$as_me:2389: found $ac_dir/$ac_word" >&5 2392echo "$as_me:2392: found $ac_dir/$ac_word" >&5
2390break 2393break
2391done 2394done
2392 2395
@@ -2408,10 +2411,10 @@ fi
2408fi 2411fi
2409CC=$ac_cv_prog_CC 2412CC=$ac_cv_prog_CC
2410if test -n "$CC"; then 2413if test -n "$CC"; then
2411 echo "$as_me:2411: result: $CC" >&5 2414 echo "$as_me:2414: result: $CC" >&5
2412echo "${ECHO_T}$CC" >&6 2415echo "${ECHO_T}$CC" >&6
2413else 2416else
2414 echo "$as_me:2414: result: no" >&5 2417 echo "$as_me:2417: result: no" >&5
2415echo "${ECHO_T}no" >&6 2418echo "${ECHO_T}no" >&6
2416fi 2419fi
2417 2420
@@ -2422,7 +2425,7 @@ if test -z "$CC"; then
2422 do 2425 do
2423 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2426 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2424set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2427set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2425echo "$as_me:2425: checking for $ac_word" >&5 2428echo "$as_me:2428: checking for $ac_word" >&5
2426echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2429echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2427if test "${ac_cv_prog_CC+set}" = set; then 2430if test "${ac_cv_prog_CC+set}" = set; then
2428 echo $ECHO_N "(cached) $ECHO_C" >&6 2431 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2437,7 +2440,7 @@ for ac_dir in $ac_dummy; do
2437 test -z "$ac_dir" && ac_dir=. 2440 test -z "$ac_dir" && ac_dir=.
2438 $as_executable_p "$ac_dir/$ac_word" || continue 2441 $as_executable_p "$ac_dir/$ac_word" || continue
2439ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 2442ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2440echo "$as_me:2440: found $ac_dir/$ac_word" >&5 2443echo "$as_me:2443: found $ac_dir/$ac_word" >&5
2441break 2444break
2442done 2445done
2443 2446
@@ -2445,10 +2448,10 @@ fi
2445fi 2448fi
2446CC=$ac_cv_prog_CC 2449CC=$ac_cv_prog_CC
2447if test -n "$CC"; then 2450if test -n "$CC"; then
2448 echo "$as_me:2448: result: $CC" >&5 2451 echo "$as_me:2451: result: $CC" >&5
2449echo "${ECHO_T}$CC" >&6 2452echo "${ECHO_T}$CC" >&6
2450else 2453else
2451 echo "$as_me:2451: result: no" >&5 2454 echo "$as_me:2454: result: no" >&5
2452echo "${ECHO_T}no" >&6 2455echo "${ECHO_T}no" >&6
2453fi 2456fi
2454 2457
@@ -2461,7 +2464,7 @@ if test -z "$CC"; then
2461do 2464do
2462 # Extract the first word of "$ac_prog", so it can be a program name with args. 2465 # Extract the first word of "$ac_prog", so it can be a program name with args.
2463set dummy $ac_prog; ac_word=$2 2466set dummy $ac_prog; ac_word=$2
2464echo "$as_me:2464: checking for $ac_word" >&5 2467echo "$as_me:2467: checking for $ac_word" >&5
2465echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2468echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2466if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2469if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2467 echo $ECHO_N "(cached) $ECHO_C" >&6 2470 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2476,7 +2479,7 @@ for ac_dir in $ac_dummy; do
2476 test -z "$ac_dir" && ac_dir=. 2479 test -z "$ac_dir" && ac_dir=.
2477 $as_executable_p "$ac_dir/$ac_word" || continue 2480 $as_executable_p "$ac_dir/$ac_word" || continue
2478ac_cv_prog_ac_ct_CC="$ac_prog" 2481ac_cv_prog_ac_ct_CC="$ac_prog"
2479echo "$as_me:2479: found $ac_dir/$ac_word" >&5 2482echo "$as_me:2482: found $ac_dir/$ac_word" >&5
2480break 2483break
2481done 2484done
2482 2485
@@ -2484,10 +2487,10 @@ fi
2484fi 2487fi
2485ac_ct_CC=$ac_cv_prog_ac_ct_CC 2488ac_ct_CC=$ac_cv_prog_ac_ct_CC
2486if test -n "$ac_ct_CC"; then 2489if test -n "$ac_ct_CC"; then
2487 echo "$as_me:2487: result: $ac_ct_CC" >&5 2490 echo "$as_me:2490: result: $ac_ct_CC" >&5
2488echo "${ECHO_T}$ac_ct_CC" >&6 2491echo "${ECHO_T}$ac_ct_CC" >&6
2489else 2492else
2490 echo "$as_me:2490: result: no" >&5 2493 echo "$as_me:2493: result: no" >&5
2491echo "${ECHO_T}no" >&6 2494echo "${ECHO_T}no" >&6
2492fi 2495fi
2493 2496
@@ -2499,32 +2502,32 @@ fi
2499 2502
2500fi 2503fi
2501 2504
2502test -z "$CC" && { { echo "$as_me:2502: error: no acceptable cc found in \$PATH" >&5 2505test -z "$CC" && { { echo "$as_me:2505: error: no acceptable cc found in \$PATH" >&5
2503echo "$as_me: error: no acceptable cc found in \$PATH" >&2;} 2506echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}
2504 { (exit 1); exit 1; }; } 2507 { (exit 1); exit 1; }; }
2505 2508
2506# Provide some information about the compiler. 2509# Provide some information about the compiler.
2507echo "$as_me:2507:" \ 2510echo "$as_me:2510:" \
2508 "checking for C compiler version" >&5 2511 "checking for C compiler version" >&5
2509ac_compiler=`set X $ac_compile; echo $2` 2512ac_compiler=`set X $ac_compile; echo $2`
2510{ (eval echo "$as_me:2510: \"$ac_compiler --version </dev/null >&5\"") >&5 2513{ (eval echo "$as_me:2513: \"$ac_compiler --version </dev/null >&5\"") >&5
2511 (eval $ac_compiler --version </dev/null >&5) 2>&5 2514 (eval $ac_compiler --version </dev/null >&5) 2>&5
2512 ac_status=$? 2515 ac_status=$?
2513 echo "$as_me:2513: \$? = $ac_status" >&5 2516 echo "$as_me:2516: \$? = $ac_status" >&5
2514 (exit $ac_status); } 2517 (exit $ac_status); }
2515{ (eval echo "$as_me:2515: \"$ac_compiler -v </dev/null >&5\"") >&5 2518{ (eval echo "$as_me:2518: \"$ac_compiler -v </dev/null >&5\"") >&5
2516 (eval $ac_compiler -v </dev/null >&5) 2>&5 2519 (eval $ac_compiler -v </dev/null >&5) 2>&5
2517 ac_status=$? 2520 ac_status=$?
2518 echo "$as_me:2518: \$? = $ac_status" >&5 2521 echo "$as_me:2521: \$? = $ac_status" >&5
2519 (exit $ac_status); } 2522 (exit $ac_status); }
2520{ (eval echo "$as_me:2520: \"$ac_compiler -V </dev/null >&5\"") >&5 2523{ (eval echo "$as_me:2523: \"$ac_compiler -V </dev/null >&5\"") >&5
2521 (eval $ac_compiler -V </dev/null >&5) 2>&5 2524 (eval $ac_compiler -V </dev/null >&5) 2>&5
2522 ac_status=$? 2525 ac_status=$?
2523 echo "$as_me:2523: \$? = $ac_status" >&5 2526 echo "$as_me:2526: \$? = $ac_status" >&5
2524 (exit $ac_status); } 2527 (exit $ac_status); }
2525 2528
2526cat >conftest.$ac_ext <<_ACEOF 2529cat >conftest.$ac_ext <<_ACEOF
2527#line 2527 "configure" 2530#line 2530 "configure"
2528#include "confdefs.h" 2531#include "confdefs.h"
2529 2532
2530int 2533int
@@ -2540,13 +2543,13 @@ ac_clean_files="$ac_clean_files a.out a.exe"
2540# Try to create an executable without -o first, disregard a.out. 2543# Try to create an executable without -o first, disregard a.out.
2541# It will help us diagnose broken compilers, and finding out an intuition 2544# It will help us diagnose broken compilers, and finding out an intuition
2542# of exeext. 2545# of exeext.
2543echo "$as_me:2543: checking for C compiler default output" >&5 2546echo "$as_me:2546: checking for C compiler default output" >&5
2544echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6 2547echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
2545ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2548ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2546if { (eval echo "$as_me:2546: \"$ac_link_default\"") >&5 2549if { (eval echo "$as_me:2549: \"$ac_link_default\"") >&5
2547 (eval $ac_link_default) 2>&5 2550 (eval $ac_link_default) 2>&5
2548 ac_status=$? 2551 ac_status=$?
2549 echo "$as_me:2549: \$? = $ac_status" >&5 2552 echo "$as_me:2552: \$? = $ac_status" >&5
2550 (exit $ac_status); }; then 2553 (exit $ac_status); }; then
2551 # Find the output, starting from the most likely. This scheme is 2554 # Find the output, starting from the most likely. This scheme is
2552# not robust to junk in `.', hence go to wildcards (a.*) only as a last 2555# not robust to junk in `.', hence go to wildcards (a.*) only as a last
@@ -2569,34 +2572,34 @@ done
2569else 2572else
2570 echo "$as_me: failed program was:" >&5 2573 echo "$as_me: failed program was:" >&5
2571cat conftest.$ac_ext >&5 2574cat conftest.$ac_ext >&5
2572{ { echo "$as_me:2572: error: C compiler cannot create executables" >&5 2575{ { echo "$as_me:2575: error: C compiler cannot create executables" >&5
2573echo "$as_me: error: C compiler cannot create executables" >&2;} 2576echo "$as_me: error: C compiler cannot create executables" >&2;}
2574 { (exit 77); exit 77; }; } 2577 { (exit 77); exit 77; }; }
2575fi 2578fi
2576 2579
2577ac_exeext=$ac_cv_exeext 2580ac_exeext=$ac_cv_exeext
2578echo "$as_me:2578: result: $ac_file" >&5 2581echo "$as_me:2581: result: $ac_file" >&5
2579echo "${ECHO_T}$ac_file" >&6 2582echo "${ECHO_T}$ac_file" >&6
2580 2583
2581# Check the compiler produces executables we can run. If not, either 2584# Check the compiler produces executables we can run. If not, either
2582# the compiler is broken, or we cross compile. 2585# the compiler is broken, or we cross compile.
2583echo "$as_me:2583: checking whether the C compiler works" >&5 2586echo "$as_me:2586: checking whether the C compiler works" >&5
2584echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6 2587echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2585# FIXME: These cross compiler hacks should be removed for Autoconf 3.0 2588# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2586# If not cross compiling, check that we can run a simple program. 2589# If not cross compiling, check that we can run a simple program.
2587if test "$cross_compiling" != yes; then 2590if test "$cross_compiling" != yes; then
2588 if { ac_try='./$ac_file' 2591 if { ac_try='./$ac_file'
2589 { (eval echo "$as_me:2589: \"$ac_try\"") >&5 2592 { (eval echo "$as_me:2592: \"$ac_try\"") >&5
2590 (eval $ac_try) 2>&5 2593 (eval $ac_try) 2>&5
2591 ac_status=$? 2594 ac_status=$?
2592 echo "$as_me:2592: \$? = $ac_status" >&5 2595 echo "$as_me:2595: \$? = $ac_status" >&5
2593 (exit $ac_status); }; }; then 2596 (exit $ac_status); }; }; then
2594 cross_compiling=no 2597 cross_compiling=no
2595 else 2598 else
2596 if test "$cross_compiling" = maybe; then 2599 if test "$cross_compiling" = maybe; then
2597 cross_compiling=yes 2600 cross_compiling=yes
2598 else 2601 else
2599 { { echo "$as_me:2599: error: cannot run C compiled programs. 2602 { { echo "$as_me:2602: error: cannot run C compiled programs.
2600If you meant to cross compile, use \`--host'." >&5 2603If you meant to cross compile, use \`--host'." >&5
2601echo "$as_me: error: cannot run C compiled programs. 2604echo "$as_me: error: cannot run C compiled programs.
2602If you meant to cross compile, use \`--host'." >&2;} 2605If you meant to cross compile, use \`--host'." >&2;}
@@ -2604,24 +2607,24 @@ If you meant to cross compile, use \`--host'." >&2;}
2604 fi 2607 fi
2605 fi 2608 fi
2606fi 2609fi
2607echo "$as_me:2607: result: yes" >&5 2610echo "$as_me:2610: result: yes" >&5
2608echo "${ECHO_T}yes" >&6 2611echo "${ECHO_T}yes" >&6
2609 2612
2610rm -f a.out a.exe conftest$ac_cv_exeext 2613rm -f a.out a.exe conftest$ac_cv_exeext
2611ac_clean_files=$ac_clean_files_save 2614ac_clean_files=$ac_clean_files_save
2612# Check the compiler produces executables we can run. If not, either 2615# Check the compiler produces executables we can run. If not, either
2613# the compiler is broken, or we cross compile. 2616# the compiler is broken, or we cross compile.
2614echo "$as_me:2614: checking whether we are cross compiling" >&5 2617echo "$as_me:2617: checking whether we are cross compiling" >&5
2615echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 2618echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2616echo "$as_me:2616: result: $cross_compiling" >&5 2619echo "$as_me:2619: result: $cross_compiling" >&5
2617echo "${ECHO_T}$cross_compiling" >&6 2620echo "${ECHO_T}$cross_compiling" >&6
2618 2621
2619echo "$as_me:2619: checking for executable suffix" >&5 2622echo "$as_me:2622: checking for executable suffix" >&5
2620echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6 2623echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6
2621if { (eval echo "$as_me:2621: \"$ac_link\"") >&5 2624if { (eval echo "$as_me:2624: \"$ac_link\"") >&5
2622 (eval $ac_link) 2>&5 2625 (eval $ac_link) 2>&5
2623 ac_status=$? 2626 ac_status=$?
2624 echo "$as_me:2624: \$? = $ac_status" >&5 2627 echo "$as_me:2627: \$? = $ac_status" >&5
2625 (exit $ac_status); }; then 2628 (exit $ac_status); }; then
2626 # If both `conftest.exe' and `conftest' are `present' (well, observable) 2629 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2627# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will 2630# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
@@ -2637,25 +2640,25 @@ for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do
2637 esac 2640 esac
2638done 2641done
2639else 2642else
2640 { { echo "$as_me:2640: error: cannot compute EXEEXT: cannot compile and link" >&5 2643 { { echo "$as_me:2643: error: cannot compute EXEEXT: cannot compile and link" >&5
2641echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;} 2644echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;}
2642 { (exit 1); exit 1; }; } 2645 { (exit 1); exit 1; }; }
2643fi 2646fi
2644 2647
2645rm -f conftest$ac_cv_exeext 2648rm -f conftest$ac_cv_exeext
2646echo "$as_me:2646: result: $ac_cv_exeext" >&5 2649echo "$as_me:2649: result: $ac_cv_exeext" >&5
2647echo "${ECHO_T}$ac_cv_exeext" >&6 2650echo "${ECHO_T}$ac_cv_exeext" >&6
2648 2651
2649rm -f conftest.$ac_ext 2652rm -f conftest.$ac_ext
2650EXEEXT=$ac_cv_exeext 2653EXEEXT=$ac_cv_exeext
2651ac_exeext=$EXEEXT 2654ac_exeext=$EXEEXT
2652echo "$as_me:2652: checking for object suffix" >&5 2655echo "$as_me:2655: checking for object suffix" >&5
2653echo $ECHO_N "checking for object suffix... $ECHO_C" >&6 2656echo $ECHO_N "checking for object suffix... $ECHO_C" >&6
2654if test "${ac_cv_objext+set}" = set; then 2657if test "${ac_cv_objext+set}" = set; then
2655 echo $ECHO_N "(cached) $ECHO_C" >&6 2658 echo $ECHO_N "(cached) $ECHO_C" >&6
2656else 2659else
2657 cat >conftest.$ac_ext <<_ACEOF 2660 cat >conftest.$ac_ext <<_ACEOF
2658#line 2658 "configure" 2661#line 2661 "configure"
2659#include "confdefs.h" 2662#include "confdefs.h"
2660 2663
2661int 2664int
@@ -2667,10 +2670,10 @@ main ()
2667} 2670}
2668_ACEOF 2671_ACEOF
2669rm -f conftest.o conftest.obj 2672rm -f conftest.o conftest.obj
2670if { (eval echo "$as_me:2670: \"$ac_compile\"") >&5 2673if { (eval echo "$as_me:2673: \"$ac_compile\"") >&5
2671 (eval $ac_compile) 2>&5 2674 (eval $ac_compile) 2>&5
2672 ac_status=$? 2675 ac_status=$?
2673 echo "$as_me:2673: \$? = $ac_status" >&5 2676 echo "$as_me:2676: \$? = $ac_status" >&5
2674 (exit $ac_status); }; then 2677 (exit $ac_status); }; then
2675 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do 2678 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2676 case $ac_file in 2679 case $ac_file in
@@ -2682,24 +2685,24 @@ done
2682else 2685else
2683 echo "$as_me: failed program was:" >&5 2686 echo "$as_me: failed program was:" >&5
2684cat conftest.$ac_ext >&5 2687cat conftest.$ac_ext >&5
2685{ { echo "$as_me:2685: error: cannot compute OBJEXT: cannot compile" >&5 2688{ { echo "$as_me:2688: error: cannot compute OBJEXT: cannot compile" >&5
2686echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;} 2689echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;}
2687 { (exit 1); exit 1; }; } 2690 { (exit 1); exit 1; }; }
2688fi 2691fi
2689 2692
2690rm -f conftest.$ac_cv_objext conftest.$ac_ext 2693rm -f conftest.$ac_cv_objext conftest.$ac_ext
2691fi 2694fi
2692echo "$as_me:2692: result: $ac_cv_objext" >&5 2695echo "$as_me:2695: result: $ac_cv_objext" >&5
2693echo "${ECHO_T}$ac_cv_objext" >&6 2696echo "${ECHO_T}$ac_cv_objext" >&6
2694OBJEXT=$ac_cv_objext 2697OBJEXT=$ac_cv_objext
2695ac_objext=$OBJEXT 2698ac_objext=$OBJEXT
2696echo "$as_me:2696: checking whether we are using the GNU C compiler" >&5 2699echo "$as_me:2699: checking whether we are using the GNU C compiler" >&5
2697echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 2700echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2698if test "${ac_cv_c_compiler_gnu+set}" = set; then 2701if test "${ac_cv_c_compiler_gnu+set}" = set; then
2699 echo $ECHO_N "(cached) $ECHO_C" >&6 2702 echo $ECHO_N "(cached) $ECHO_C" >&6
2700else 2703else
2701 cat >conftest.$ac_ext <<_ACEOF 2704 cat >conftest.$ac_ext <<_ACEOF
2702#line 2702 "configure" 2705#line 2705 "configure"
2703#include "confdefs.h" 2706#include "confdefs.h"
2704 2707
2705int 2708int
@@ -2714,16 +2717,16 @@ main ()
2714} 2717}
2715_ACEOF 2718_ACEOF
2716rm -f conftest.$ac_objext 2719rm -f conftest.$ac_objext
2717if { (eval echo "$as_me:2717: \"$ac_compile\"") >&5 2720if { (eval echo "$as_me:2720: \"$ac_compile\"") >&5
2718 (eval $ac_compile) 2>&5 2721 (eval $ac_compile) 2>&5
2719 ac_status=$? 2722 ac_status=$?
2720 echo "$as_me:2720: \$? = $ac_status" >&5 2723 echo "$as_me:2723: \$? = $ac_status" >&5
2721 (exit $ac_status); } && 2724 (exit $ac_status); } &&
2722 { ac_try='test -s conftest.$ac_objext' 2725 { ac_try='test -s conftest.$ac_objext'
2723 { (eval echo "$as_me:2723: \"$ac_try\"") >&5 2726 { (eval echo "$as_me:2726: \"$ac_try\"") >&5
2724 (eval $ac_try) 2>&5 2727 (eval $ac_try) 2>&5
2725 ac_status=$? 2728 ac_status=$?
2726 echo "$as_me:2726: \$? = $ac_status" >&5 2729 echo "$as_me:2729: \$? = $ac_status" >&5
2727 (exit $ac_status); }; }; then 2730 (exit $ac_status); }; }; then
2728 ac_compiler_gnu=yes 2731 ac_compiler_gnu=yes
2729else 2732else
@@ -2735,19 +2738,19 @@ rm -f conftest.$ac_objext conftest.$ac_ext
2735ac_cv_c_compiler_gnu=$ac_compiler_gnu 2738ac_cv_c_compiler_gnu=$ac_compiler_gnu
2736 2739
2737fi 2740fi
2738echo "$as_me:2738: result: $ac_cv_c_compiler_gnu" >&5 2741echo "$as_me:2741: result: $ac_cv_c_compiler_gnu" >&5
2739echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 2742echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2740GCC=`test $ac_compiler_gnu = yes && echo yes` 2743GCC=`test $ac_compiler_gnu = yes && echo yes`
2741ac_test_CFLAGS=${CFLAGS+set} 2744ac_test_CFLAGS=${CFLAGS+set}
2742ac_save_CFLAGS=$CFLAGS 2745ac_save_CFLAGS=$CFLAGS
2743CFLAGS="-g" 2746CFLAGS="-g"
2744echo "$as_me:2744: checking whether $CC accepts -g" >&5 2747echo "$as_me:2747: checking whether $CC accepts -g" >&5
2745echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 2748echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2746if test "${ac_cv_prog_cc_g+set}" = set; then 2749if test "${ac_cv_prog_cc_g+set}" = set; then
2747 echo $ECHO_N "(cached) $ECHO_C" >&6 2750 echo $ECHO_N "(cached) $ECHO_C" >&6
2748else 2751else
2749 cat >conftest.$ac_ext <<_ACEOF 2752 cat >conftest.$ac_ext <<_ACEOF
2750#line 2750 "configure" 2753#line 2753 "configure"
2751#include "confdefs.h" 2754#include "confdefs.h"
2752 2755
2753int 2756int
@@ -2759,16 +2762,16 @@ main ()
2759} 2762}
2760_ACEOF 2763_ACEOF
2761rm -f conftest.$ac_objext 2764rm -f conftest.$ac_objext
2762if { (eval echo "$as_me:2762: \"$ac_compile\"") >&5 2765if { (eval echo "$as_me:2765: \"$ac_compile\"") >&5
2763 (eval $ac_compile) 2>&5 2766 (eval $ac_compile) 2>&5
2764 ac_status=$? 2767 ac_status=$?
2765 echo "$as_me:2765: \$? = $ac_status" >&5 2768 echo "$as_me:2768: \$? = $ac_status" >&5
2766 (exit $ac_status); } && 2769 (exit $ac_status); } &&
2767 { ac_try='test -s conftest.$ac_objext' 2770 { ac_try='test -s conftest.$ac_objext'
2768 { (eval echo "$as_me:2768: \"$ac_try\"") >&5 2771 { (eval echo "$as_me:2771: \"$ac_try\"") >&5
2769 (eval $ac_try) 2>&5 2772 (eval $ac_try) 2>&5
2770 ac_status=$? 2773 ac_status=$?
2771 echo "$as_me:2771: \$? = $ac_status" >&5 2774 echo "$as_me:2774: \$? = $ac_status" >&5
2772 (exit $ac_status); }; }; then 2775 (exit $ac_status); }; }; then
2773 ac_cv_prog_cc_g=yes 2776 ac_cv_prog_cc_g=yes
2774else 2777else
@@ -2778,7 +2781,7 @@ ac_cv_prog_cc_g=no
2778fi 2781fi
2779rm -f conftest.$ac_objext conftest.$ac_ext 2782rm -f conftest.$ac_objext conftest.$ac_ext
2780fi 2783fi
2781echo "$as_me:2781: result: $ac_cv_prog_cc_g" >&5 2784echo "$as_me:2784: result: $ac_cv_prog_cc_g" >&5
2782echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 2785echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2783if test "$ac_test_CFLAGS" = set; then 2786if test "$ac_test_CFLAGS" = set; then
2784 CFLAGS=$ac_save_CFLAGS 2787 CFLAGS=$ac_save_CFLAGS
@@ -2805,16 +2808,16 @@ cat >conftest.$ac_ext <<_ACEOF
2805#endif 2808#endif
2806_ACEOF 2809_ACEOF
2807rm -f conftest.$ac_objext 2810rm -f conftest.$ac_objext
2808if { (eval echo "$as_me:2808: \"$ac_compile\"") >&5 2811if { (eval echo "$as_me:2811: \"$ac_compile\"") >&5
2809 (eval $ac_compile) 2>&5 2812 (eval $ac_compile) 2>&5
2810 ac_status=$? 2813 ac_status=$?
2811 echo "$as_me:2811: \$? = $ac_status" >&5 2814 echo "$as_me:2814: \$? = $ac_status" >&5
2812 (exit $ac_status); } && 2815 (exit $ac_status); } &&
2813 { ac_try='test -s conftest.$ac_objext' 2816 { ac_try='test -s conftest.$ac_objext'
2814 { (eval echo "$as_me:2814: \"$ac_try\"") >&5 2817 { (eval echo "$as_me:2817: \"$ac_try\"") >&5
2815 (eval $ac_try) 2>&5 2818 (eval $ac_try) 2>&5
2816 ac_status=$? 2819 ac_status=$?
2817 echo "$as_me:2817: \$? = $ac_status" >&5 2820 echo "$as_me:2820: \$? = $ac_status" >&5
2818 (exit $ac_status); }; }; then 2821 (exit $ac_status); }; }; then
2819 for ac_declaration in \ 2822 for ac_declaration in \
2820 ''\ 2823 ''\
@@ -2826,7 +2829,7 @@ if { (eval echo "$as_me:2808: \"$ac_compile\"") >&5
2826 'void exit (int);' 2829 'void exit (int);'
2827do 2830do
2828 cat >conftest.$ac_ext <<_ACEOF 2831 cat >conftest.$ac_ext <<_ACEOF
2829#line 2829 "configure" 2832#line 2832 "configure"
2830#include "confdefs.h" 2833#include "confdefs.h"
2831#include <stdlib.h> 2834#include <stdlib.h>
2832$ac_declaration 2835$ac_declaration
@@ -2839,16 +2842,16 @@ exit (42);
2839} 2842}
2840_ACEOF 2843_ACEOF
2841rm -f conftest.$ac_objext 2844rm -f conftest.$ac_objext
2842if { (eval echo "$as_me:2842: \"$ac_compile\"") >&5 2845if { (eval echo "$as_me:2845: \"$ac_compile\"") >&5
2843 (eval $ac_compile) 2>&5 2846 (eval $ac_compile) 2>&5
2844 ac_status=$? 2847 ac_status=$?
2845 echo "$as_me:2845: \$? = $ac_status" >&5 2848 echo "$as_me:2848: \$? = $ac_status" >&5
2846 (exit $ac_status); } && 2849 (exit $ac_status); } &&
2847 { ac_try='test -s conftest.$ac_objext' 2850 { ac_try='test -s conftest.$ac_objext'
2848 { (eval echo "$as_me:2848: \"$ac_try\"") >&5 2851 { (eval echo "$as_me:2851: \"$ac_try\"") >&5
2849 (eval $ac_try) 2>&5 2852 (eval $ac_try) 2>&5
2850 ac_status=$? 2853 ac_status=$?
2851 echo "$as_me:2851: \$? = $ac_status" >&5 2854 echo "$as_me:2854: \$? = $ac_status" >&5
2852 (exit $ac_status); }; }; then 2855 (exit $ac_status); }; }; then
2853 : 2856 :
2854else 2857else
@@ -2858,7 +2861,7 @@ continue
2858fi 2861fi
2859rm -f conftest.$ac_objext conftest.$ac_ext 2862rm -f conftest.$ac_objext conftest.$ac_ext
2860 cat >conftest.$ac_ext <<_ACEOF 2863 cat >conftest.$ac_ext <<_ACEOF
2861#line 2861 "configure" 2864#line 2864 "configure"
2862#include "confdefs.h" 2865#include "confdefs.h"
2863$ac_declaration 2866$ac_declaration
2864int 2867int
@@ -2870,16 +2873,16 @@ exit (42);
2870} 2873}
2871_ACEOF 2874_ACEOF
2872rm -f conftest.$ac_objext 2875rm -f conftest.$ac_objext
2873if { (eval echo "$as_me:2873: \"$ac_compile\"") >&5 2876if { (eval echo "$as_me:2876: \"$ac_compile\"") >&5
2874 (eval $ac_compile) 2>&5 2877 (eval $ac_compile) 2>&5
2875 ac_status=$? 2878 ac_status=$?
2876 echo "$as_me:2876: \$? = $ac_status" >&5 2879 echo "$as_me:2879: \$? = $ac_status" >&5
2877 (exit $ac_status); } && 2880 (exit $ac_status); } &&
2878 { ac_try='test -s conftest.$ac_objext' 2881 { ac_try='test -s conftest.$ac_objext'
2879 { (eval echo "$as_me:2879: \"$ac_try\"") >&5 2882 { (eval echo "$as_me:2882: \"$ac_try\"") >&5
2880 (eval $ac_try) 2>&5 2883 (eval $ac_try) 2>&5
2881 ac_status=$? 2884 ac_status=$?
2882 echo "$as_me:2882: \$? = $ac_status" >&5 2885 echo "$as_me:2885: \$? = $ac_status" >&5
2883 (exit $ac_status); }; }; then 2886 (exit $ac_status); }; }; then
2884 break 2887 break
2885else 2888else
@@ -2952,14 +2955,14 @@ fi
2952#### should make an entry in src/config.h, don't forget to add an 2955#### should make an entry in src/config.h, don't forget to add an
2953#### #undef clause to src/config.h.in for autoconf to modify. 2956#### #undef clause to src/config.h.in for autoconf to modify.
2954 2957
2955echo "$as_me:2955: checking whether ln -s works" >&5 2958echo "$as_me:2958: checking whether ln -s works" >&5
2956echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6 2959echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
2957LN_S=$as_ln_s 2960LN_S=$as_ln_s
2958if test "$LN_S" = "ln -s"; then 2961if test "$LN_S" = "ln -s"; then
2959 echo "$as_me:2959: result: yes" >&5 2962 echo "$as_me:2962: result: yes" >&5
2960echo "${ECHO_T}yes" >&6 2963echo "${ECHO_T}yes" >&6
2961else 2964else
2962 echo "$as_me:2962: result: no, using $LN_S" >&5 2965 echo "$as_me:2965: result: no, using $LN_S" >&5
2963echo "${ECHO_T}no, using $LN_S" >&6 2966echo "${ECHO_T}no, using $LN_S" >&6
2964fi 2967fi
2965 2968
@@ -2968,7 +2971,7 @@ ac_cpp='$CPP $CPPFLAGS'
2968ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 2971ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2969ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 2972ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2970ac_compiler_gnu=$ac_cv_c_compiler_gnu 2973ac_compiler_gnu=$ac_cv_c_compiler_gnu
2971echo "$as_me:2971: checking how to run the C preprocessor" >&5 2974echo "$as_me:2974: checking how to run the C preprocessor" >&5
2972echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 2975echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
2973# On Suns, sometimes $CPP names a directory. 2976# On Suns, sometimes $CPP names a directory.
2974if test -n "$CPP" && test -d "$CPP"; then 2977if test -n "$CPP" && test -d "$CPP"; then
@@ -2989,18 +2992,18 @@ do
2989 # On the NeXT, cc -E runs the code through the compiler's parser, 2992 # On the NeXT, cc -E runs the code through the compiler's parser,
2990 # not just through cpp. "Syntax error" is here to catch this case. 2993 # not just through cpp. "Syntax error" is here to catch this case.
2991 cat >conftest.$ac_ext <<_ACEOF 2994 cat >conftest.$ac_ext <<_ACEOF
2992#line 2992 "configure" 2995#line 2995 "configure"
2993#include "confdefs.h" 2996#include "confdefs.h"
2994#include <assert.h> 2997#include <assert.h>
2995 Syntax error 2998 Syntax error
2996_ACEOF 2999_ACEOF
2997if { (eval echo "$as_me:2997: \"$ac_cpp conftest.$ac_ext\"") >&5 3000if { (eval echo "$as_me:3000: \"$ac_cpp conftest.$ac_ext\"") >&5
2998 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3001 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
2999 ac_status=$? 3002 ac_status=$?
3000 egrep -v '^ *\+' conftest.er1 >conftest.err 3003 egrep -v '^ *\+' conftest.er1 >conftest.err
3001 rm -f conftest.er1 3004 rm -f conftest.er1
3002 cat conftest.err >&5 3005 cat conftest.err >&5
3003 echo "$as_me:3003: \$? = $ac_status" >&5 3006 echo "$as_me:3006: \$? = $ac_status" >&5
3004 (exit $ac_status); } >/dev/null; then 3007 (exit $ac_status); } >/dev/null; then
3005 if test -s conftest.err; then 3008 if test -s conftest.err; then
3006 ac_cpp_err=$ac_c_preproc_warn_flag 3009 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -3023,17 +3026,17 @@ rm -f conftest.err conftest.$ac_ext
3023 # OK, works on sane cases. Now check whether non-existent headers 3026 # OK, works on sane cases. Now check whether non-existent headers
3024 # can be detected and how. 3027 # can be detected and how.
3025 cat >conftest.$ac_ext <<_ACEOF 3028 cat >conftest.$ac_ext <<_ACEOF
3026#line 3026 "configure" 3029#line 3029 "configure"
3027#include "confdefs.h" 3030#include "confdefs.h"
3028#include <ac_nonexistent.h> 3031#include <ac_nonexistent.h>
3029_ACEOF 3032_ACEOF
3030if { (eval echo "$as_me:3030: \"$ac_cpp conftest.$ac_ext\"") >&5 3033if { (eval echo "$as_me:3033: \"$ac_cpp conftest.$ac_ext\"") >&5
3031 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3034 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3032 ac_status=$? 3035 ac_status=$?
3033 egrep -v '^ *\+' conftest.er1 >conftest.err 3036 egrep -v '^ *\+' conftest.er1 >conftest.err
3034 rm -f conftest.er1 3037 rm -f conftest.er1
3035 cat conftest.err >&5 3038 cat conftest.err >&5
3036 echo "$as_me:3036: \$? = $ac_status" >&5 3039 echo "$as_me:3039: \$? = $ac_status" >&5
3037 (exit $ac_status); } >/dev/null; then 3040 (exit $ac_status); } >/dev/null; then
3038 if test -s conftest.err; then 3041 if test -s conftest.err; then
3039 ac_cpp_err=$ac_c_preproc_warn_flag 3042 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -3070,7 +3073,7 @@ fi
3070else 3073else
3071 ac_cv_prog_CPP=$CPP 3074 ac_cv_prog_CPP=$CPP
3072fi 3075fi
3073echo "$as_me:3073: result: $CPP" >&5 3076echo "$as_me:3076: result: $CPP" >&5
3074echo "${ECHO_T}$CPP" >&6 3077echo "${ECHO_T}$CPP" >&6
3075ac_preproc_ok=false 3078ac_preproc_ok=false
3076for ac_c_preproc_warn_flag in '' yes 3079for ac_c_preproc_warn_flag in '' yes
@@ -3080,18 +3083,18 @@ do
3080 # On the NeXT, cc -E runs the code through the compiler's parser, 3083 # On the NeXT, cc -E runs the code through the compiler's parser,
3081 # not just through cpp. "Syntax error" is here to catch this case. 3084 # not just through cpp. "Syntax error" is here to catch this case.
3082 cat >conftest.$ac_ext <<_ACEOF 3085 cat >conftest.$ac_ext <<_ACEOF
3083#line 3083 "configure" 3086#line 3086 "configure"
3084#include "confdefs.h" 3087#include "confdefs.h"
3085#include <assert.h> 3088#include <assert.h>
3086 Syntax error 3089 Syntax error
3087_ACEOF 3090_ACEOF
3088if { (eval echo "$as_me:3088: \"$ac_cpp conftest.$ac_ext\"") >&5 3091if { (eval echo "$as_me:3091: \"$ac_cpp conftest.$ac_ext\"") >&5
3089 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3092 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3090 ac_status=$? 3093 ac_status=$?
3091 egrep -v '^ *\+' conftest.er1 >conftest.err 3094 egrep -v '^ *\+' conftest.er1 >conftest.err
3092 rm -f conftest.er1 3095 rm -f conftest.er1
3093 cat conftest.err >&5 3096 cat conftest.err >&5
3094 echo "$as_me:3094: \$? = $ac_status" >&5 3097 echo "$as_me:3097: \$? = $ac_status" >&5
3095 (exit $ac_status); } >/dev/null; then 3098 (exit $ac_status); } >/dev/null; then
3096 if test -s conftest.err; then 3099 if test -s conftest.err; then
3097 ac_cpp_err=$ac_c_preproc_warn_flag 3100 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -3114,17 +3117,17 @@ rm -f conftest.err conftest.$ac_ext
3114 # OK, works on sane cases. Now check whether non-existent headers 3117 # OK, works on sane cases. Now check whether non-existent headers
3115 # can be detected and how. 3118 # can be detected and how.
3116 cat >conftest.$ac_ext <<_ACEOF 3119 cat >conftest.$ac_ext <<_ACEOF
3117#line 3117 "configure" 3120#line 3120 "configure"
3118#include "confdefs.h" 3121#include "confdefs.h"
3119#include <ac_nonexistent.h> 3122#include <ac_nonexistent.h>
3120_ACEOF 3123_ACEOF
3121if { (eval echo "$as_me:3121: \"$ac_cpp conftest.$ac_ext\"") >&5 3124if { (eval echo "$as_me:3124: \"$ac_cpp conftest.$ac_ext\"") >&5
3122 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3125 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3123 ac_status=$? 3126 ac_status=$?
3124 egrep -v '^ *\+' conftest.er1 >conftest.err 3127 egrep -v '^ *\+' conftest.er1 >conftest.err
3125 rm -f conftest.er1 3128 rm -f conftest.er1
3126 cat conftest.err >&5 3129 cat conftest.err >&5
3127 echo "$as_me:3127: \$? = $ac_status" >&5 3130 echo "$as_me:3130: \$? = $ac_status" >&5
3128 (exit $ac_status); } >/dev/null; then 3131 (exit $ac_status); } >/dev/null; then
3129 if test -s conftest.err; then 3132 if test -s conftest.err; then
3130 ac_cpp_err=$ac_c_preproc_warn_flag 3133 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -3152,7 +3155,7 @@ rm -f conftest.err conftest.$ac_ext
3152if $ac_preproc_ok; then 3155if $ac_preproc_ok; then
3153 : 3156 :
3154else 3157else
3155 { { echo "$as_me:3155: error: C preprocessor \"$CPP\" fails sanity check" >&5 3158 { { echo "$as_me:3158: error: C preprocessor \"$CPP\" fails sanity check" >&5
3156echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;} 3159echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}
3157 { (exit 1); exit 1; }; } 3160 { (exit 1); exit 1; }; }
3158fi 3161fi
@@ -3175,7 +3178,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
3175# AFS /usr/afsws/bin/install, which mishandles nonexistent args 3178# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3176# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 3179# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3177# ./install, which can be erroneously created by make from ./install.sh. 3180# ./install, which can be erroneously created by make from ./install.sh.
3178echo "$as_me:3178: checking for a BSD compatible install" >&5 3181echo "$as_me:3181: checking for a BSD compatible install" >&5
3179echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6 3182echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6
3180if test -z "$INSTALL"; then 3183if test -z "$INSTALL"; then
3181if test "${ac_cv_path_install+set}" = set; then 3184if test "${ac_cv_path_install+set}" = set; then
@@ -3224,7 +3227,7 @@ fi
3224 INSTALL=$ac_install_sh 3227 INSTALL=$ac_install_sh
3225 fi 3228 fi
3226fi 3229fi
3227echo "$as_me:3227: result: $INSTALL" >&5 3230echo "$as_me:3230: result: $INSTALL" >&5
3228echo "${ECHO_T}$INSTALL" >&6 3231echo "${ECHO_T}$INSTALL" >&6
3229 3232
3230# Use test -z because SunOS4 sh mishandles braces in ${var-val}. 3233# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
@@ -3239,7 +3242,7 @@ for ac_prog in 'bison -y' byacc
3239do 3242do
3240 # Extract the first word of "$ac_prog", so it can be a program name with args. 3243 # Extract the first word of "$ac_prog", so it can be a program name with args.
3241set dummy $ac_prog; ac_word=$2 3244set dummy $ac_prog; ac_word=$2
3242echo "$as_me:3242: checking for $ac_word" >&5 3245echo "$as_me:3245: checking for $ac_word" >&5
3243echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3246echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3244if test "${ac_cv_prog_YACC+set}" = set; then 3247if test "${ac_cv_prog_YACC+set}" = set; then
3245 echo $ECHO_N "(cached) $ECHO_C" >&6 3248 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3254,7 +3257,7 @@ for ac_dir in $ac_dummy; do
3254 test -z "$ac_dir" && ac_dir=. 3257 test -z "$ac_dir" && ac_dir=.
3255 $as_executable_p "$ac_dir/$ac_word" || continue 3258 $as_executable_p "$ac_dir/$ac_word" || continue
3256ac_cv_prog_YACC="$ac_prog" 3259ac_cv_prog_YACC="$ac_prog"
3257echo "$as_me:3257: found $ac_dir/$ac_word" >&5 3260echo "$as_me:3260: found $ac_dir/$ac_word" >&5
3258break 3261break
3259done 3262done
3260 3263
@@ -3262,10 +3265,10 @@ fi
3262fi 3265fi
3263YACC=$ac_cv_prog_YACC 3266YACC=$ac_cv_prog_YACC
3264if test -n "$YACC"; then 3267if test -n "$YACC"; then
3265 echo "$as_me:3265: result: $YACC" >&5 3268 echo "$as_me:3268: result: $YACC" >&5
3266echo "${ECHO_T}$YACC" >&6 3269echo "${ECHO_T}$YACC" >&6
3267else 3270else
3268 echo "$as_me:3268: result: no" >&5 3271 echo "$as_me:3271: result: no" >&5
3269echo "${ECHO_T}no" >&6 3272echo "${ECHO_T}no" >&6
3270fi 3273fi
3271 3274
@@ -3277,7 +3280,7 @@ if test "x$RANLIB" = x; then
3277 if test -n "$ac_tool_prefix"; then 3280 if test -n "$ac_tool_prefix"; then
3278 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 3281 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
3279set dummy ${ac_tool_prefix}ranlib; ac_word=$2 3282set dummy ${ac_tool_prefix}ranlib; ac_word=$2
3280echo "$as_me:3280: checking for $ac_word" >&5 3283echo "$as_me:3283: checking for $ac_word" >&5
3281echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3284echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3282if test "${ac_cv_prog_RANLIB+set}" = set; then 3285if test "${ac_cv_prog_RANLIB+set}" = set; then
3283 echo $ECHO_N "(cached) $ECHO_C" >&6 3286 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3292,7 +3295,7 @@ for ac_dir in $ac_dummy; do
3292 test -z "$ac_dir" && ac_dir=. 3295 test -z "$ac_dir" && ac_dir=.
3293 $as_executable_p "$ac_dir/$ac_word" || continue 3296 $as_executable_p "$ac_dir/$ac_word" || continue
3294ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 3297ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
3295echo "$as_me:3295: found $ac_dir/$ac_word" >&5 3298echo "$as_me:3298: found $ac_dir/$ac_word" >&5
3296break 3299break
3297done 3300done
3298 3301
@@ -3300,10 +3303,10 @@ fi
3300fi 3303fi
3301RANLIB=$ac_cv_prog_RANLIB 3304RANLIB=$ac_cv_prog_RANLIB
3302if test -n "$RANLIB"; then 3305if test -n "$RANLIB"; then
3303 echo "$as_me:3303: result: $RANLIB" >&5 3306 echo "$as_me:3306: result: $RANLIB" >&5
3304echo "${ECHO_T}$RANLIB" >&6 3307echo "${ECHO_T}$RANLIB" >&6
3305else 3308else
3306 echo "$as_me:3306: result: no" >&5 3309 echo "$as_me:3309: result: no" >&5
3307echo "${ECHO_T}no" >&6 3310echo "${ECHO_T}no" >&6
3308fi 3311fi
3309 3312
@@ -3312,7 +3315,7 @@ if test -z "$ac_cv_prog_RANLIB"; then
3312 ac_ct_RANLIB=$RANLIB 3315 ac_ct_RANLIB=$RANLIB
3313 # Extract the first word of "ranlib", so it can be a program name with args. 3316 # Extract the first word of "ranlib", so it can be a program name with args.
3314set dummy ranlib; ac_word=$2 3317set dummy ranlib; ac_word=$2
3315echo "$as_me:3315: checking for $ac_word" >&5 3318echo "$as_me:3318: checking for $ac_word" >&5
3316echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3319echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3317if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then 3320if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
3318 echo $ECHO_N "(cached) $ECHO_C" >&6 3321 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3327,7 +3330,7 @@ for ac_dir in $ac_dummy; do
3327 test -z "$ac_dir" && ac_dir=. 3330 test -z "$ac_dir" && ac_dir=.
3328 $as_executable_p "$ac_dir/$ac_word" || continue 3331 $as_executable_p "$ac_dir/$ac_word" || continue
3329ac_cv_prog_ac_ct_RANLIB="ranlib" 3332ac_cv_prog_ac_ct_RANLIB="ranlib"
3330echo "$as_me:3330: found $ac_dir/$ac_word" >&5 3333echo "$as_me:3333: found $ac_dir/$ac_word" >&5
3331break 3334break
3332done 3335done
3333 3336
@@ -3336,10 +3339,10 @@ fi
3336fi 3339fi
3337ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB 3340ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
3338if test -n "$ac_ct_RANLIB"; then 3341if test -n "$ac_ct_RANLIB"; then
3339 echo "$as_me:3339: result: $ac_ct_RANLIB" >&5 3342 echo "$as_me:3342: result: $ac_ct_RANLIB" >&5
3340echo "${ECHO_T}$ac_ct_RANLIB" >&6 3343echo "${ECHO_T}$ac_ct_RANLIB" >&6
3341else 3344else
3342 echo "$as_me:3342: result: no" >&5 3345 echo "$as_me:3345: result: no" >&5
3343echo "${ECHO_T}no" >&6 3346echo "${ECHO_T}no" >&6
3344fi 3347fi
3345 3348
@@ -3350,10 +3353,10 @@ fi
3350 3353
3351fi 3354fi
3352 3355
3353echo "$as_me:3353: checking for AIX" >&5 3356echo "$as_me:3356: checking for AIX" >&5
3354echo $ECHO_N "checking for AIX... $ECHO_C" >&6 3357echo $ECHO_N "checking for AIX... $ECHO_C" >&6
3355cat >conftest.$ac_ext <<_ACEOF 3358cat >conftest.$ac_ext <<_ACEOF
3356#line 3356 "configure" 3359#line 3359 "configure"
3357#include "confdefs.h" 3360#include "confdefs.h"
3358#ifdef _AIX 3361#ifdef _AIX
3359 yes 3362 yes
@@ -3362,21 +3365,21 @@ cat >conftest.$ac_ext <<_ACEOF
3362_ACEOF 3365_ACEOF
3363if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 3366if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3364 egrep "yes" >/dev/null 2>&1; then 3367 egrep "yes" >/dev/null 2>&1; then
3365 echo "$as_me:3365: result: yes" >&5 3368 echo "$as_me:3368: result: yes" >&5
3366echo "${ECHO_T}yes" >&6 3369echo "${ECHO_T}yes" >&6
3367cat >>confdefs.h <<\EOF 3370cat >>confdefs.h <<\EOF
3368#define _ALL_SOURCE 1 3371#define _ALL_SOURCE 1
3369EOF 3372EOF
3370 3373
3371else 3374else
3372 echo "$as_me:3372: result: no" >&5 3375 echo "$as_me:3375: result: no" >&5
3373echo "${ECHO_T}no" >&6 3376echo "${ECHO_T}no" >&6
3374fi 3377fi
3375rm -f conftest* 3378rm -f conftest*
3376 3379
3377#### Extract some information from the operating system and machine files. 3380#### Extract some information from the operating system and machine files.
3378 3381
3379{ echo "$as_me:3379: checking the machine- and system-dependent files to find out 3382{ echo "$as_me:3382: checking the machine- and system-dependent files to find out
3380 - which libraries the lib-src programs will want, and 3383 - which libraries the lib-src programs will want, and
3381 - whether the GNU malloc routines are usable..." >&5 3384 - whether the GNU malloc routines are usable..." >&5
3382echo "$as_me: checking the machine- and system-dependent files to find out 3385echo "$as_me: checking the machine- and system-dependent files to find out
@@ -3526,7 +3529,7 @@ if test "${enable_largefile+set}" = set; then
3526fi; 3529fi;
3527if test "$enable_largefile" != no; then 3530if test "$enable_largefile" != no; then
3528 3531
3529 echo "$as_me:3529: checking for special C compiler options needed for large files" >&5 3532 echo "$as_me:3532: checking for special C compiler options needed for large files" >&5
3530echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6 3533echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6
3531if test "${ac_cv_sys_largefile_CC+set}" = set; then 3534if test "${ac_cv_sys_largefile_CC+set}" = set; then
3532 echo $ECHO_N "(cached) $ECHO_C" >&6 3535 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3538,7 +3541,7 @@ else
3538 # IRIX 6.2 and later do not support large files by default, 3541 # IRIX 6.2 and later do not support large files by default,
3539 # so use the C compiler's -n32 option if that helps. 3542 # so use the C compiler's -n32 option if that helps.
3540 cat >conftest.$ac_ext <<_ACEOF 3543 cat >conftest.$ac_ext <<_ACEOF
3541#line 3541 "configure" 3544#line 3544 "configure"
3542#include "confdefs.h" 3545#include "confdefs.h"
3543#include <sys/types.h> 3546#include <sys/types.h>
3544 /* Check that off_t can represent 2**63 - 1 correctly. 3547 /* Check that off_t can represent 2**63 - 1 correctly.
@@ -3558,16 +3561,16 @@ main ()
3558} 3561}
3559_ACEOF 3562_ACEOF
3560 rm -f conftest.$ac_objext 3563 rm -f conftest.$ac_objext
3561if { (eval echo "$as_me:3561: \"$ac_compile\"") >&5 3564if { (eval echo "$as_me:3564: \"$ac_compile\"") >&5
3562 (eval $ac_compile) 2>&5 3565 (eval $ac_compile) 2>&5
3563 ac_status=$? 3566 ac_status=$?
3564 echo "$as_me:3564: \$? = $ac_status" >&5 3567 echo "$as_me:3567: \$? = $ac_status" >&5
3565 (exit $ac_status); } && 3568 (exit $ac_status); } &&
3566 { ac_try='test -s conftest.$ac_objext' 3569 { ac_try='test -s conftest.$ac_objext'
3567 { (eval echo "$as_me:3567: \"$ac_try\"") >&5 3570 { (eval echo "$as_me:3570: \"$ac_try\"") >&5
3568 (eval $ac_try) 2>&5 3571 (eval $ac_try) 2>&5
3569 ac_status=$? 3572 ac_status=$?
3570 echo "$as_me:3570: \$? = $ac_status" >&5 3573 echo "$as_me:3573: \$? = $ac_status" >&5
3571 (exit $ac_status); }; }; then 3574 (exit $ac_status); }; }; then
3572 break 3575 break
3573else 3576else
@@ -3577,16 +3580,16 @@ fi
3577rm -f conftest.$ac_objext 3580rm -f conftest.$ac_objext
3578 CC="$CC -n32" 3581 CC="$CC -n32"
3579 rm -f conftest.$ac_objext 3582 rm -f conftest.$ac_objext
3580if { (eval echo "$as_me:3580: \"$ac_compile\"") >&5 3583if { (eval echo "$as_me:3583: \"$ac_compile\"") >&5
3581 (eval $ac_compile) 2>&5 3584 (eval $ac_compile) 2>&5
3582 ac_status=$? 3585 ac_status=$?
3583 echo "$as_me:3583: \$? = $ac_status" >&5 3586 echo "$as_me:3586: \$? = $ac_status" >&5
3584 (exit $ac_status); } && 3587 (exit $ac_status); } &&
3585 { ac_try='test -s conftest.$ac_objext' 3588 { ac_try='test -s conftest.$ac_objext'
3586 { (eval echo "$as_me:3586: \"$ac_try\"") >&5 3589 { (eval echo "$as_me:3589: \"$ac_try\"") >&5
3587 (eval $ac_try) 2>&5 3590 (eval $ac_try) 2>&5
3588 ac_status=$? 3591 ac_status=$?
3589 echo "$as_me:3589: \$? = $ac_status" >&5 3592 echo "$as_me:3592: \$? = $ac_status" >&5
3590 (exit $ac_status); }; }; then 3593 (exit $ac_status); }; }; then
3591 ac_cv_sys_largefile_CC=' -n32'; break 3594 ac_cv_sys_largefile_CC=' -n32'; break
3592else 3595else
@@ -3600,13 +3603,13 @@ rm -f conftest.$ac_objext
3600 rm -f conftest.$ac_ext 3603 rm -f conftest.$ac_ext
3601 fi 3604 fi
3602fi 3605fi
3603echo "$as_me:3603: result: $ac_cv_sys_largefile_CC" >&5 3606echo "$as_me:3606: result: $ac_cv_sys_largefile_CC" >&5
3604echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6 3607echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6
3605 if test "$ac_cv_sys_largefile_CC" != no; then 3608 if test "$ac_cv_sys_largefile_CC" != no; then
3606 CC=$CC$ac_cv_sys_largefile_CC 3609 CC=$CC$ac_cv_sys_largefile_CC
3607 fi 3610 fi
3608 3611
3609 echo "$as_me:3609: checking for _FILE_OFFSET_BITS value needed for large files" >&5 3612 echo "$as_me:3612: checking for _FILE_OFFSET_BITS value needed for large files" >&5
3610echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6 3613echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
3611if test "${ac_cv_sys_file_offset_bits+set}" = set; then 3614if test "${ac_cv_sys_file_offset_bits+set}" = set; then
3612 echo $ECHO_N "(cached) $ECHO_C" >&6 3615 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3614,7 +3617,7 @@ else
3614 while :; do 3617 while :; do
3615 ac_cv_sys_file_offset_bits=no 3618 ac_cv_sys_file_offset_bits=no
3616 cat >conftest.$ac_ext <<_ACEOF 3619 cat >conftest.$ac_ext <<_ACEOF
3617#line 3617 "configure" 3620#line 3620 "configure"
3618#include "confdefs.h" 3621#include "confdefs.h"
3619#include <sys/types.h> 3622#include <sys/types.h>
3620 /* Check that off_t can represent 2**63 - 1 correctly. 3623 /* Check that off_t can represent 2**63 - 1 correctly.
@@ -3634,16 +3637,16 @@ main ()
3634} 3637}
3635_ACEOF 3638_ACEOF
3636rm -f conftest.$ac_objext 3639rm -f conftest.$ac_objext
3637if { (eval echo "$as_me:3637: \"$ac_compile\"") >&5 3640if { (eval echo "$as_me:3640: \"$ac_compile\"") >&5
3638 (eval $ac_compile) 2>&5 3641 (eval $ac_compile) 2>&5
3639 ac_status=$? 3642 ac_status=$?
3640 echo "$as_me:3640: \$? = $ac_status" >&5 3643 echo "$as_me:3643: \$? = $ac_status" >&5
3641 (exit $ac_status); } && 3644 (exit $ac_status); } &&
3642 { ac_try='test -s conftest.$ac_objext' 3645 { ac_try='test -s conftest.$ac_objext'
3643 { (eval echo "$as_me:3643: \"$ac_try\"") >&5 3646 { (eval echo "$as_me:3646: \"$ac_try\"") >&5
3644 (eval $ac_try) 2>&5 3647 (eval $ac_try) 2>&5
3645 ac_status=$? 3648 ac_status=$?
3646 echo "$as_me:3646: \$? = $ac_status" >&5 3649 echo "$as_me:3649: \$? = $ac_status" >&5
3647 (exit $ac_status); }; }; then 3650 (exit $ac_status); }; }; then
3648 break 3651 break
3649else 3652else
@@ -3652,7 +3655,7 @@ cat conftest.$ac_ext >&5
3652fi 3655fi
3653rm -f conftest.$ac_objext conftest.$ac_ext 3656rm -f conftest.$ac_objext conftest.$ac_ext
3654 cat >conftest.$ac_ext <<_ACEOF 3657 cat >conftest.$ac_ext <<_ACEOF
3655#line 3655 "configure" 3658#line 3658 "configure"
3656#include "confdefs.h" 3659#include "confdefs.h"
3657#define _FILE_OFFSET_BITS 64 3660#define _FILE_OFFSET_BITS 64
3658#include <sys/types.h> 3661#include <sys/types.h>
@@ -3673,16 +3676,16 @@ main ()
3673} 3676}
3674_ACEOF 3677_ACEOF
3675rm -f conftest.$ac_objext 3678rm -f conftest.$ac_objext
3676if { (eval echo "$as_me:3676: \"$ac_compile\"") >&5 3679if { (eval echo "$as_me:3679: \"$ac_compile\"") >&5
3677 (eval $ac_compile) 2>&5 3680 (eval $ac_compile) 2>&5
3678 ac_status=$? 3681 ac_status=$?
3679 echo "$as_me:3679: \$? = $ac_status" >&5 3682 echo "$as_me:3682: \$? = $ac_status" >&5
3680 (exit $ac_status); } && 3683 (exit $ac_status); } &&
3681 { ac_try='test -s conftest.$ac_objext' 3684 { ac_try='test -s conftest.$ac_objext'
3682 { (eval echo "$as_me:3682: \"$ac_try\"") >&5 3685 { (eval echo "$as_me:3685: \"$ac_try\"") >&5
3683 (eval $ac_try) 2>&5 3686 (eval $ac_try) 2>&5
3684 ac_status=$? 3687 ac_status=$?
3685 echo "$as_me:3685: \$? = $ac_status" >&5 3688 echo "$as_me:3688: \$? = $ac_status" >&5
3686 (exit $ac_status); }; }; then 3689 (exit $ac_status); }; }; then
3687 ac_cv_sys_file_offset_bits=64; break 3690 ac_cv_sys_file_offset_bits=64; break
3688else 3691else
@@ -3693,7 +3696,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
3693 break 3696 break
3694done 3697done
3695fi 3698fi
3696echo "$as_me:3696: result: $ac_cv_sys_file_offset_bits" >&5 3699echo "$as_me:3699: result: $ac_cv_sys_file_offset_bits" >&5
3697echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6 3700echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
3698if test "$ac_cv_sys_file_offset_bits" != no; then 3701if test "$ac_cv_sys_file_offset_bits" != no; then
3699 3702
@@ -3703,7 +3706,7 @@ EOF
3703 3706
3704fi 3707fi
3705rm -f conftest* 3708rm -f conftest*
3706 echo "$as_me:3706: checking for _LARGE_FILES value needed for large files" >&5 3709 echo "$as_me:3709: checking for _LARGE_FILES value needed for large files" >&5
3707echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6 3710echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
3708if test "${ac_cv_sys_large_files+set}" = set; then 3711if test "${ac_cv_sys_large_files+set}" = set; then
3709 echo $ECHO_N "(cached) $ECHO_C" >&6 3712 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3711,7 +3714,7 @@ else
3711 while :; do 3714 while :; do
3712 ac_cv_sys_large_files=no 3715 ac_cv_sys_large_files=no
3713 cat >conftest.$ac_ext <<_ACEOF 3716 cat >conftest.$ac_ext <<_ACEOF
3714#line 3714 "configure" 3717#line 3717 "configure"
3715#include "confdefs.h" 3718#include "confdefs.h"
3716#include <sys/types.h> 3719#include <sys/types.h>
3717 /* Check that off_t can represent 2**63 - 1 correctly. 3720 /* Check that off_t can represent 2**63 - 1 correctly.
@@ -3731,16 +3734,16 @@ main ()
3731} 3734}
3732_ACEOF 3735_ACEOF
3733rm -f conftest.$ac_objext 3736rm -f conftest.$ac_objext
3734if { (eval echo "$as_me:3734: \"$ac_compile\"") >&5 3737if { (eval echo "$as_me:3737: \"$ac_compile\"") >&5
3735 (eval $ac_compile) 2>&5 3738 (eval $ac_compile) 2>&5
3736 ac_status=$? 3739 ac_status=$?
3737 echo "$as_me:3737: \$? = $ac_status" >&5 3740 echo "$as_me:3740: \$? = $ac_status" >&5
3738 (exit $ac_status); } && 3741 (exit $ac_status); } &&
3739 { ac_try='test -s conftest.$ac_objext' 3742 { ac_try='test -s conftest.$ac_objext'
3740 { (eval echo "$as_me:3740: \"$ac_try\"") >&5 3743 { (eval echo "$as_me:3743: \"$ac_try\"") >&5
3741 (eval $ac_try) 2>&5 3744 (eval $ac_try) 2>&5
3742 ac_status=$? 3745 ac_status=$?
3743 echo "$as_me:3743: \$? = $ac_status" >&5 3746 echo "$as_me:3746: \$? = $ac_status" >&5
3744 (exit $ac_status); }; }; then 3747 (exit $ac_status); }; }; then
3745 break 3748 break
3746else 3749else
@@ -3749,7 +3752,7 @@ cat conftest.$ac_ext >&5
3749fi 3752fi
3750rm -f conftest.$ac_objext conftest.$ac_ext 3753rm -f conftest.$ac_objext conftest.$ac_ext
3751 cat >conftest.$ac_ext <<_ACEOF 3754 cat >conftest.$ac_ext <<_ACEOF
3752#line 3752 "configure" 3755#line 3755 "configure"
3753#include "confdefs.h" 3756#include "confdefs.h"
3754#define _LARGE_FILES 1 3757#define _LARGE_FILES 1
3755#include <sys/types.h> 3758#include <sys/types.h>
@@ -3770,16 +3773,16 @@ main ()
3770} 3773}
3771_ACEOF 3774_ACEOF
3772rm -f conftest.$ac_objext 3775rm -f conftest.$ac_objext
3773if { (eval echo "$as_me:3773: \"$ac_compile\"") >&5 3776if { (eval echo "$as_me:3776: \"$ac_compile\"") >&5
3774 (eval $ac_compile) 2>&5 3777 (eval $ac_compile) 2>&5
3775 ac_status=$? 3778 ac_status=$?
3776 echo "$as_me:3776: \$? = $ac_status" >&5 3779 echo "$as_me:3779: \$? = $ac_status" >&5
3777 (exit $ac_status); } && 3780 (exit $ac_status); } &&
3778 { ac_try='test -s conftest.$ac_objext' 3781 { ac_try='test -s conftest.$ac_objext'
3779 { (eval echo "$as_me:3779: \"$ac_try\"") >&5 3782 { (eval echo "$as_me:3782: \"$ac_try\"") >&5
3780 (eval $ac_try) 2>&5 3783 (eval $ac_try) 2>&5
3781 ac_status=$? 3784 ac_status=$?
3782 echo "$as_me:3782: \$? = $ac_status" >&5 3785 echo "$as_me:3785: \$? = $ac_status" >&5
3783 (exit $ac_status); }; }; then 3786 (exit $ac_status); }; }; then
3784 ac_cv_sys_large_files=1; break 3787 ac_cv_sys_large_files=1; break
3785else 3788else
@@ -3790,7 +3793,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
3790 break 3793 break
3791done 3794done
3792fi 3795fi
3793echo "$as_me:3793: result: $ac_cv_sys_large_files" >&5 3796echo "$as_me:3796: result: $ac_cv_sys_large_files" >&5
3794echo "${ECHO_T}$ac_cv_sys_large_files" >&6 3797echo "${ECHO_T}$ac_cv_sys_large_files" >&6
3795if test "$ac_cv_sys_large_files" != no; then 3798if test "$ac_cv_sys_large_files" != no; then
3796 3799
@@ -3807,23 +3810,23 @@ fi
3807for ac_header in machine/soundcard.h sys/soundcard.h soundcard.h 3810for ac_header in machine/soundcard.h sys/soundcard.h soundcard.h
3808do 3811do
3809as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 3812as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3810echo "$as_me:3810: checking for $ac_header" >&5 3813echo "$as_me:3813: checking for $ac_header" >&5
3811echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 3814echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3812if eval "test \"\${$as_ac_Header+set}\" = set"; then 3815if eval "test \"\${$as_ac_Header+set}\" = set"; then
3813 echo $ECHO_N "(cached) $ECHO_C" >&6 3816 echo $ECHO_N "(cached) $ECHO_C" >&6
3814else 3817else
3815 cat >conftest.$ac_ext <<_ACEOF 3818 cat >conftest.$ac_ext <<_ACEOF
3816#line 3816 "configure" 3819#line 3819 "configure"
3817#include "confdefs.h" 3820#include "confdefs.h"
3818#include <$ac_header> 3821#include <$ac_header>
3819_ACEOF 3822_ACEOF
3820if { (eval echo "$as_me:3820: \"$ac_cpp conftest.$ac_ext\"") >&5 3823if { (eval echo "$as_me:3823: \"$ac_cpp conftest.$ac_ext\"") >&5
3821 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3824 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3822 ac_status=$? 3825 ac_status=$?
3823 egrep -v '^ *\+' conftest.er1 >conftest.err 3826 egrep -v '^ *\+' conftest.er1 >conftest.err
3824 rm -f conftest.er1 3827 rm -f conftest.er1
3825 cat conftest.err >&5 3828 cat conftest.err >&5
3826 echo "$as_me:3826: \$? = $ac_status" >&5 3829 echo "$as_me:3829: \$? = $ac_status" >&5
3827 (exit $ac_status); } >/dev/null; then 3830 (exit $ac_status); } >/dev/null; then
3828 if test -s conftest.err; then 3831 if test -s conftest.err; then
3829 ac_cpp_err=$ac_c_preproc_warn_flag 3832 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -3842,7 +3845,7 @@ else
3842fi 3845fi
3843rm -f conftest.err conftest.$ac_ext 3846rm -f conftest.err conftest.$ac_ext
3844fi 3847fi
3845echo "$as_me:3845: result: `eval echo '${'$as_ac_Header'}'`" >&5 3848echo "$as_me:3848: result: `eval echo '${'$as_ac_Header'}'`" >&5
3846echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 3849echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3847if test `eval echo '${'$as_ac_Header'}'` = yes; then 3850if test `eval echo '${'$as_ac_Header'}'` = yes; then
3848 cat >>confdefs.h <<EOF 3851 cat >>confdefs.h <<EOF
@@ -3853,7 +3856,7 @@ fi
3853done 3856done
3854 3857
3855# Emulation library used on NetBSD. 3858# Emulation library used on NetBSD.
3856echo "$as_me:3856: checking for _oss_ioctl in -lossaudio" >&5 3859echo "$as_me:3859: checking for _oss_ioctl in -lossaudio" >&5
3857echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6 3860echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6
3858if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then 3861if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
3859 echo $ECHO_N "(cached) $ECHO_C" >&6 3862 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3861,7 +3864,7 @@ else
3861 ac_check_lib_save_LIBS=$LIBS 3864 ac_check_lib_save_LIBS=$LIBS
3862LIBS="-lossaudio $LIBS" 3865LIBS="-lossaudio $LIBS"
3863cat >conftest.$ac_ext <<_ACEOF 3866cat >conftest.$ac_ext <<_ACEOF
3864#line 3864 "configure" 3867#line 3867 "configure"
3865#include "confdefs.h" 3868#include "confdefs.h"
3866 3869
3867/* Override any gcc2 internal prototype to avoid an error. */ 3870/* Override any gcc2 internal prototype to avoid an error. */
@@ -3880,16 +3883,16 @@ _oss_ioctl ();
3880} 3883}
3881_ACEOF 3884_ACEOF
3882rm -f conftest.$ac_objext conftest$ac_exeext 3885rm -f conftest.$ac_objext conftest$ac_exeext
3883if { (eval echo "$as_me:3883: \"$ac_link\"") >&5 3886if { (eval echo "$as_me:3886: \"$ac_link\"") >&5
3884 (eval $ac_link) 2>&5 3887 (eval $ac_link) 2>&5
3885 ac_status=$? 3888 ac_status=$?
3886 echo "$as_me:3886: \$? = $ac_status" >&5 3889 echo "$as_me:3889: \$? = $ac_status" >&5
3887 (exit $ac_status); } && 3890 (exit $ac_status); } &&
3888 { ac_try='test -s conftest$ac_exeext' 3891 { ac_try='test -s conftest$ac_exeext'
3889 { (eval echo "$as_me:3889: \"$ac_try\"") >&5 3892 { (eval echo "$as_me:3892: \"$ac_try\"") >&5
3890 (eval $ac_try) 2>&5 3893 (eval $ac_try) 2>&5
3891 ac_status=$? 3894 ac_status=$?
3892 echo "$as_me:3892: \$? = $ac_status" >&5 3895 echo "$as_me:3895: \$? = $ac_status" >&5
3893 (exit $ac_status); }; }; then 3896 (exit $ac_status); }; }; then
3894 ac_cv_lib_ossaudio__oss_ioctl=yes 3897 ac_cv_lib_ossaudio__oss_ioctl=yes
3895else 3898else
@@ -3900,7 +3903,7 @@ fi
3900rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 3903rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
3901LIBS=$ac_check_lib_save_LIBS 3904LIBS=$ac_check_lib_save_LIBS
3902fi 3905fi
3903echo "$as_me:3903: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5 3906echo "$as_me:3906: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
3904echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6 3907echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6
3905if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then 3908if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
3906 LIBSOUND=-lossaudio 3909 LIBSOUND=-lossaudio
@@ -3913,23 +3916,23 @@ for ac_header in sys/select.h sys/timeb.h sys/time.h unistd.h utime.h \
3913 termcap.h stdio_ext.h fcntl.h term.h strings.h 3916 termcap.h stdio_ext.h fcntl.h term.h strings.h
3914do 3917do
3915as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 3918as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3916echo "$as_me:3916: checking for $ac_header" >&5 3919echo "$as_me:3919: checking for $ac_header" >&5
3917echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 3920echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3918if eval "test \"\${$as_ac_Header+set}\" = set"; then 3921if eval "test \"\${$as_ac_Header+set}\" = set"; then
3919 echo $ECHO_N "(cached) $ECHO_C" >&6 3922 echo $ECHO_N "(cached) $ECHO_C" >&6
3920else 3923else
3921 cat >conftest.$ac_ext <<_ACEOF 3924 cat >conftest.$ac_ext <<_ACEOF
3922#line 3922 "configure" 3925#line 3925 "configure"
3923#include "confdefs.h" 3926#include "confdefs.h"
3924#include <$ac_header> 3927#include <$ac_header>
3925_ACEOF 3928_ACEOF
3926if { (eval echo "$as_me:3926: \"$ac_cpp conftest.$ac_ext\"") >&5 3929if { (eval echo "$as_me:3929: \"$ac_cpp conftest.$ac_ext\"") >&5
3927 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3930 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3928 ac_status=$? 3931 ac_status=$?
3929 egrep -v '^ *\+' conftest.er1 >conftest.err 3932 egrep -v '^ *\+' conftest.er1 >conftest.err
3930 rm -f conftest.er1 3933 rm -f conftest.er1
3931 cat conftest.err >&5 3934 cat conftest.err >&5
3932 echo "$as_me:3932: \$? = $ac_status" >&5 3935 echo "$as_me:3935: \$? = $ac_status" >&5
3933 (exit $ac_status); } >/dev/null; then 3936 (exit $ac_status); } >/dev/null; then
3934 if test -s conftest.err; then 3937 if test -s conftest.err; then
3935 ac_cpp_err=$ac_c_preproc_warn_flag 3938 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -3948,7 +3951,7 @@ else
3948fi 3951fi
3949rm -f conftest.err conftest.$ac_ext 3952rm -f conftest.err conftest.$ac_ext
3950fi 3953fi
3951echo "$as_me:3951: result: `eval echo '${'$as_ac_Header'}'`" >&5 3954echo "$as_me:3954: result: `eval echo '${'$as_ac_Header'}'`" >&5
3952echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 3955echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3953if test `eval echo '${'$as_ac_Header'}'` = yes; then 3956if test `eval echo '${'$as_ac_Header'}'` = yes; then
3954 cat >>confdefs.h <<EOF 3957 cat >>confdefs.h <<EOF
@@ -3958,13 +3961,13 @@ EOF
3958fi 3961fi
3959done 3962done
3960 3963
3961echo "$as_me:3961: checking for ANSI C header files" >&5 3964echo "$as_me:3964: checking for ANSI C header files" >&5
3962echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 3965echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
3963if test "${ac_cv_header_stdc+set}" = set; then 3966if test "${ac_cv_header_stdc+set}" = set; then
3964 echo $ECHO_N "(cached) $ECHO_C" >&6 3967 echo $ECHO_N "(cached) $ECHO_C" >&6
3965else 3968else
3966 cat >conftest.$ac_ext <<_ACEOF 3969 cat >conftest.$ac_ext <<_ACEOF
3967#line 3967 "configure" 3970#line 3970 "configure"
3968#include "confdefs.h" 3971#include "confdefs.h"
3969#include <stdlib.h> 3972#include <stdlib.h>
3970#include <stdarg.h> 3973#include <stdarg.h>
@@ -3972,13 +3975,13 @@ else
3972#include <float.h> 3975#include <float.h>
3973 3976
3974_ACEOF 3977_ACEOF
3975if { (eval echo "$as_me:3975: \"$ac_cpp conftest.$ac_ext\"") >&5 3978if { (eval echo "$as_me:3978: \"$ac_cpp conftest.$ac_ext\"") >&5
3976 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3979 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3977 ac_status=$? 3980 ac_status=$?
3978 egrep -v '^ *\+' conftest.er1 >conftest.err 3981 egrep -v '^ *\+' conftest.er1 >conftest.err
3979 rm -f conftest.er1 3982 rm -f conftest.er1
3980 cat conftest.err >&5 3983 cat conftest.err >&5
3981 echo "$as_me:3981: \$? = $ac_status" >&5 3984 echo "$as_me:3984: \$? = $ac_status" >&5
3982 (exit $ac_status); } >/dev/null; then 3985 (exit $ac_status); } >/dev/null; then
3983 if test -s conftest.err; then 3986 if test -s conftest.err; then
3984 ac_cpp_err=$ac_c_preproc_warn_flag 3987 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -4000,7 +4003,7 @@ rm -f conftest.err conftest.$ac_ext
4000if test $ac_cv_header_stdc = yes; then 4003if test $ac_cv_header_stdc = yes; then
4001 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 4004 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4002 cat >conftest.$ac_ext <<_ACEOF 4005 cat >conftest.$ac_ext <<_ACEOF
4003#line 4003 "configure" 4006#line 4006 "configure"
4004#include "confdefs.h" 4007#include "confdefs.h"
4005#include <string.h> 4008#include <string.h>
4006 4009
@@ -4018,7 +4021,7 @@ fi
4018if test $ac_cv_header_stdc = yes; then 4021if test $ac_cv_header_stdc = yes; then
4019 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 4022 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4020 cat >conftest.$ac_ext <<_ACEOF 4023 cat >conftest.$ac_ext <<_ACEOF
4021#line 4021 "configure" 4024#line 4024 "configure"
4022#include "confdefs.h" 4025#include "confdefs.h"
4023#include <stdlib.h> 4026#include <stdlib.h>
4024 4027
@@ -4039,7 +4042,7 @@ if test $ac_cv_header_stdc = yes; then
4039 : 4042 :
4040else 4043else
4041 cat >conftest.$ac_ext <<_ACEOF 4044 cat >conftest.$ac_ext <<_ACEOF
4042#line 4042 "configure" 4045#line 4045 "configure"
4043#include "confdefs.h" 4046#include "confdefs.h"
4044#include <ctype.h> 4047#include <ctype.h>
4045#if ((' ' & 0x0FF) == 0x020) 4048#if ((' ' & 0x0FF) == 0x020)
@@ -4065,15 +4068,15 @@ main ()
4065} 4068}
4066_ACEOF 4069_ACEOF
4067rm -f conftest$ac_exeext 4070rm -f conftest$ac_exeext
4068if { (eval echo "$as_me:4068: \"$ac_link\"") >&5 4071if { (eval echo "$as_me:4071: \"$ac_link\"") >&5
4069 (eval $ac_link) 2>&5 4072 (eval $ac_link) 2>&5
4070 ac_status=$? 4073 ac_status=$?
4071 echo "$as_me:4071: \$? = $ac_status" >&5 4074 echo "$as_me:4074: \$? = $ac_status" >&5
4072 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 4075 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
4073 { (eval echo "$as_me:4073: \"$ac_try\"") >&5 4076 { (eval echo "$as_me:4076: \"$ac_try\"") >&5
4074 (eval $ac_try) 2>&5 4077 (eval $ac_try) 2>&5
4075 ac_status=$? 4078 ac_status=$?
4076 echo "$as_me:4076: \$? = $ac_status" >&5 4079 echo "$as_me:4079: \$? = $ac_status" >&5
4077 (exit $ac_status); }; }; then 4080 (exit $ac_status); }; }; then
4078 : 4081 :
4079else 4082else
@@ -4086,7 +4089,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
4086fi 4089fi
4087fi 4090fi
4088fi 4091fi
4089echo "$as_me:4089: result: $ac_cv_header_stdc" >&5 4092echo "$as_me:4092: result: $ac_cv_header_stdc" >&5
4090echo "${ECHO_T}$ac_cv_header_stdc" >&6 4093echo "${ECHO_T}$ac_cv_header_stdc" >&6
4091if test $ac_cv_header_stdc = yes; then 4094if test $ac_cv_header_stdc = yes; then
4092 4095
@@ -4096,13 +4099,13 @@ EOF
4096 4099
4097fi 4100fi
4098 4101
4099echo "$as_me:4099: checking whether time.h and sys/time.h may both be included" >&5 4102echo "$as_me:4102: checking whether time.h and sys/time.h may both be included" >&5
4100echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6 4103echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
4101if test "${ac_cv_header_time+set}" = set; then 4104if test "${ac_cv_header_time+set}" = set; then
4102 echo $ECHO_N "(cached) $ECHO_C" >&6 4105 echo $ECHO_N "(cached) $ECHO_C" >&6
4103else 4106else
4104 cat >conftest.$ac_ext <<_ACEOF 4107 cat >conftest.$ac_ext <<_ACEOF
4105#line 4105 "configure" 4108#line 4108 "configure"
4106#include "confdefs.h" 4109#include "confdefs.h"
4107#include <sys/types.h> 4110#include <sys/types.h>
4108#include <sys/time.h> 4111#include <sys/time.h>
@@ -4118,16 +4121,16 @@ return 0;
4118} 4121}
4119_ACEOF 4122_ACEOF
4120rm -f conftest.$ac_objext 4123rm -f conftest.$ac_objext
4121if { (eval echo "$as_me:4121: \"$ac_compile\"") >&5 4124if { (eval echo "$as_me:4124: \"$ac_compile\"") >&5
4122 (eval $ac_compile) 2>&5 4125 (eval $ac_compile) 2>&5
4123 ac_status=$? 4126 ac_status=$?
4124 echo "$as_me:4124: \$? = $ac_status" >&5 4127 echo "$as_me:4127: \$? = $ac_status" >&5
4125 (exit $ac_status); } && 4128 (exit $ac_status); } &&
4126 { ac_try='test -s conftest.$ac_objext' 4129 { ac_try='test -s conftest.$ac_objext'
4127 { (eval echo "$as_me:4127: \"$ac_try\"") >&5 4130 { (eval echo "$as_me:4130: \"$ac_try\"") >&5
4128 (eval $ac_try) 2>&5 4131 (eval $ac_try) 2>&5
4129 ac_status=$? 4132 ac_status=$?
4130 echo "$as_me:4130: \$? = $ac_status" >&5 4133 echo "$as_me:4133: \$? = $ac_status" >&5
4131 (exit $ac_status); }; }; then 4134 (exit $ac_status); }; }; then
4132 ac_cv_header_time=yes 4135 ac_cv_header_time=yes
4133else 4136else
@@ -4137,7 +4140,7 @@ ac_cv_header_time=no
4137fi 4140fi
4138rm -f conftest.$ac_objext conftest.$ac_ext 4141rm -f conftest.$ac_objext conftest.$ac_ext
4139fi 4142fi
4140echo "$as_me:4140: result: $ac_cv_header_time" >&5 4143echo "$as_me:4143: result: $ac_cv_header_time" >&5
4141echo "${ECHO_T}$ac_cv_header_time" >&6 4144echo "${ECHO_T}$ac_cv_header_time" >&6
4142if test $ac_cv_header_time = yes; then 4145if test $ac_cv_header_time = yes; then
4143 4146
@@ -4147,13 +4150,13 @@ EOF
4147 4150
4148fi 4151fi
4149 4152
4150echo "$as_me:4150: checking for sys_siglist declaration in signal.h or unistd.h" >&5 4153echo "$as_me:4153: checking for sys_siglist declaration in signal.h or unistd.h" >&5
4151echo $ECHO_N "checking for sys_siglist declaration in signal.h or unistd.h... $ECHO_C" >&6 4154echo $ECHO_N "checking for sys_siglist declaration in signal.h or unistd.h... $ECHO_C" >&6
4152if test "${ac_cv_decl_sys_siglist+set}" = set; then 4155if test "${ac_cv_decl_sys_siglist+set}" = set; then
4153 echo $ECHO_N "(cached) $ECHO_C" >&6 4156 echo $ECHO_N "(cached) $ECHO_C" >&6
4154else 4157else
4155 cat >conftest.$ac_ext <<_ACEOF 4158 cat >conftest.$ac_ext <<_ACEOF
4156#line 4156 "configure" 4159#line 4159 "configure"
4157#include "confdefs.h" 4160#include "confdefs.h"
4158#include <sys/types.h> 4161#include <sys/types.h>
4159#include <signal.h> 4162#include <signal.h>
@@ -4171,16 +4174,16 @@ char *msg = *(sys_siglist + 1);
4171} 4174}
4172_ACEOF 4175_ACEOF
4173rm -f conftest.$ac_objext 4176rm -f conftest.$ac_objext
4174if { (eval echo "$as_me:4174: \"$ac_compile\"") >&5 4177if { (eval echo "$as_me:4177: \"$ac_compile\"") >&5
4175 (eval $ac_compile) 2>&5 4178 (eval $ac_compile) 2>&5
4176 ac_status=$? 4179 ac_status=$?
4177 echo "$as_me:4177: \$? = $ac_status" >&5 4180 echo "$as_me:4180: \$? = $ac_status" >&5
4178 (exit $ac_status); } && 4181 (exit $ac_status); } &&
4179 { ac_try='test -s conftest.$ac_objext' 4182 { ac_try='test -s conftest.$ac_objext'
4180 { (eval echo "$as_me:4180: \"$ac_try\"") >&5 4183 { (eval echo "$as_me:4183: \"$ac_try\"") >&5
4181 (eval $ac_try) 2>&5 4184 (eval $ac_try) 2>&5
4182 ac_status=$? 4185 ac_status=$?
4183 echo "$as_me:4183: \$? = $ac_status" >&5 4186 echo "$as_me:4186: \$? = $ac_status" >&5
4184 (exit $ac_status); }; }; then 4187 (exit $ac_status); }; }; then
4185 ac_cv_decl_sys_siglist=yes 4188 ac_cv_decl_sys_siglist=yes
4186else 4189else
@@ -4190,7 +4193,7 @@ ac_cv_decl_sys_siglist=no
4190fi 4193fi
4191rm -f conftest.$ac_objext conftest.$ac_ext 4194rm -f conftest.$ac_objext conftest.$ac_ext
4192fi 4195fi
4193echo "$as_me:4193: result: $ac_cv_decl_sys_siglist" >&5 4196echo "$as_me:4196: result: $ac_cv_decl_sys_siglist" >&5
4194echo "${ECHO_T}$ac_cv_decl_sys_siglist" >&6 4197echo "${ECHO_T}$ac_cv_decl_sys_siglist" >&6
4195if test $ac_cv_decl_sys_siglist = yes; then 4198if test $ac_cv_decl_sys_siglist = yes; then
4196 4199
@@ -4200,13 +4203,13 @@ EOF
4200 4203
4201fi 4204fi
4202 4205
4203echo "$as_me:4203: checking for sys/wait.h that is POSIX.1 compatible" >&5 4206echo "$as_me:4206: checking for sys/wait.h that is POSIX.1 compatible" >&5
4204echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6 4207echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6
4205if test "${ac_cv_header_sys_wait_h+set}" = set; then 4208if test "${ac_cv_header_sys_wait_h+set}" = set; then
4206 echo $ECHO_N "(cached) $ECHO_C" >&6 4209 echo $ECHO_N "(cached) $ECHO_C" >&6
4207else 4210else
4208 cat >conftest.$ac_ext <<_ACEOF 4211 cat >conftest.$ac_ext <<_ACEOF
4209#line 4209 "configure" 4212#line 4212 "configure"
4210#include "confdefs.h" 4213#include "confdefs.h"
4211#include <sys/types.h> 4214#include <sys/types.h>
4212#include <sys/wait.h> 4215#include <sys/wait.h>
@@ -4228,16 +4231,16 @@ main ()
4228} 4231}
4229_ACEOF 4232_ACEOF
4230rm -f conftest.$ac_objext 4233rm -f conftest.$ac_objext
4231if { (eval echo "$as_me:4231: \"$ac_compile\"") >&5 4234if { (eval echo "$as_me:4234: \"$ac_compile\"") >&5
4232 (eval $ac_compile) 2>&5 4235 (eval $ac_compile) 2>&5
4233 ac_status=$? 4236 ac_status=$?
4234 echo "$as_me:4234: \$? = $ac_status" >&5 4237 echo "$as_me:4237: \$? = $ac_status" >&5
4235 (exit $ac_status); } && 4238 (exit $ac_status); } &&
4236 { ac_try='test -s conftest.$ac_objext' 4239 { ac_try='test -s conftest.$ac_objext'
4237 { (eval echo "$as_me:4237: \"$ac_try\"") >&5 4240 { (eval echo "$as_me:4240: \"$ac_try\"") >&5
4238 (eval $ac_try) 2>&5 4241 (eval $ac_try) 2>&5
4239 ac_status=$? 4242 ac_status=$?
4240 echo "$as_me:4240: \$? = $ac_status" >&5 4243 echo "$as_me:4243: \$? = $ac_status" >&5
4241 (exit $ac_status); }; }; then 4244 (exit $ac_status); }; }; then
4242 ac_cv_header_sys_wait_h=yes 4245 ac_cv_header_sys_wait_h=yes
4243else 4246else
@@ -4247,7 +4250,7 @@ ac_cv_header_sys_wait_h=no
4247fi 4250fi
4248rm -f conftest.$ac_objext conftest.$ac_ext 4251rm -f conftest.$ac_objext conftest.$ac_ext
4249fi 4252fi
4250echo "$as_me:4250: result: $ac_cv_header_sys_wait_h" >&5 4253echo "$as_me:4253: result: $ac_cv_header_sys_wait_h" >&5
4251echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6 4254echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6
4252if test $ac_cv_header_sys_wait_h = yes; then 4255if test $ac_cv_header_sys_wait_h = yes; then
4253 4256
@@ -4257,13 +4260,13 @@ EOF
4257 4260
4258fi 4261fi
4259 4262
4260echo "$as_me:4260: checking for struct utimbuf" >&5 4263echo "$as_me:4263: checking for struct utimbuf" >&5
4261echo $ECHO_N "checking for struct utimbuf... $ECHO_C" >&6 4264echo $ECHO_N "checking for struct utimbuf... $ECHO_C" >&6
4262if test "${emacs_cv_struct_utimbuf+set}" = set; then 4265if test "${emacs_cv_struct_utimbuf+set}" = set; then
4263 echo $ECHO_N "(cached) $ECHO_C" >&6 4266 echo $ECHO_N "(cached) $ECHO_C" >&6
4264else 4267else
4265 cat >conftest.$ac_ext <<_ACEOF 4268 cat >conftest.$ac_ext <<_ACEOF
4266#line 4266 "configure" 4269#line 4269 "configure"
4267#include "confdefs.h" 4270#include "confdefs.h"
4268#ifdef TIME_WITH_SYS_TIME 4271#ifdef TIME_WITH_SYS_TIME
4269#include <sys/time.h> 4272#include <sys/time.h>
@@ -4287,16 +4290,16 @@ static struct utimbuf x; x.actime = x.modtime;
4287} 4290}
4288_ACEOF 4291_ACEOF
4289rm -f conftest.$ac_objext 4292rm -f conftest.$ac_objext
4290if { (eval echo "$as_me:4290: \"$ac_compile\"") >&5 4293if { (eval echo "$as_me:4293: \"$ac_compile\"") >&5
4291 (eval $ac_compile) 2>&5 4294 (eval $ac_compile) 2>&5
4292 ac_status=$? 4295 ac_status=$?
4293 echo "$as_me:4293: \$? = $ac_status" >&5 4296 echo "$as_me:4296: \$? = $ac_status" >&5
4294 (exit $ac_status); } && 4297 (exit $ac_status); } &&
4295 { ac_try='test -s conftest.$ac_objext' 4298 { ac_try='test -s conftest.$ac_objext'
4296 { (eval echo "$as_me:4296: \"$ac_try\"") >&5 4299 { (eval echo "$as_me:4299: \"$ac_try\"") >&5
4297 (eval $ac_try) 2>&5 4300 (eval $ac_try) 2>&5
4298 ac_status=$? 4301 ac_status=$?
4299 echo "$as_me:4299: \$? = $ac_status" >&5 4302 echo "$as_me:4302: \$? = $ac_status" >&5
4300 (exit $ac_status); }; }; then 4303 (exit $ac_status); }; }; then
4301 emacs_cv_struct_utimbuf=yes 4304 emacs_cv_struct_utimbuf=yes
4302else 4305else
@@ -4306,7 +4309,7 @@ emacs_cv_struct_utimbuf=no
4306fi 4309fi
4307rm -f conftest.$ac_objext conftest.$ac_ext 4310rm -f conftest.$ac_objext conftest.$ac_ext
4308fi 4311fi
4309echo "$as_me:4309: result: $emacs_cv_struct_utimbuf" >&5 4312echo "$as_me:4312: result: $emacs_cv_struct_utimbuf" >&5
4310echo "${ECHO_T}$emacs_cv_struct_utimbuf" >&6 4313echo "${ECHO_T}$emacs_cv_struct_utimbuf" >&6
4311if test $emacs_cv_struct_utimbuf = yes; then 4314if test $emacs_cv_struct_utimbuf = yes; then
4312 cat >>confdefs.h <<\EOF 4315 cat >>confdefs.h <<\EOF
@@ -4315,13 +4318,13 @@ EOF
4315 4318
4316fi 4319fi
4317 4320
4318echo "$as_me:4318: checking return type of signal handlers" >&5 4321echo "$as_me:4321: checking return type of signal handlers" >&5
4319echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6 4322echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
4320if test "${ac_cv_type_signal+set}" = set; then 4323if test "${ac_cv_type_signal+set}" = set; then
4321 echo $ECHO_N "(cached) $ECHO_C" >&6 4324 echo $ECHO_N "(cached) $ECHO_C" >&6
4322else 4325else
4323 cat >conftest.$ac_ext <<_ACEOF 4326 cat >conftest.$ac_ext <<_ACEOF
4324#line 4324 "configure" 4327#line 4327 "configure"
4325#include "confdefs.h" 4328#include "confdefs.h"
4326#include <sys/types.h> 4329#include <sys/types.h>
4327#include <signal.h> 4330#include <signal.h>
@@ -4343,16 +4346,16 @@ int i;
4343} 4346}
4344_ACEOF 4347_ACEOF
4345rm -f conftest.$ac_objext 4348rm -f conftest.$ac_objext
4346if { (eval echo "$as_me:4346: \"$ac_compile\"") >&5 4349if { (eval echo "$as_me:4349: \"$ac_compile\"") >&5
4347 (eval $ac_compile) 2>&5 4350 (eval $ac_compile) 2>&5
4348 ac_status=$? 4351 ac_status=$?
4349 echo "$as_me:4349: \$? = $ac_status" >&5 4352 echo "$as_me:4352: \$? = $ac_status" >&5
4350 (exit $ac_status); } && 4353 (exit $ac_status); } &&
4351 { ac_try='test -s conftest.$ac_objext' 4354 { ac_try='test -s conftest.$ac_objext'
4352 { (eval echo "$as_me:4352: \"$ac_try\"") >&5 4355 { (eval echo "$as_me:4355: \"$ac_try\"") >&5
4353 (eval $ac_try) 2>&5 4356 (eval $ac_try) 2>&5
4354 ac_status=$? 4357 ac_status=$?
4355 echo "$as_me:4355: \$? = $ac_status" >&5 4358 echo "$as_me:4358: \$? = $ac_status" >&5
4356 (exit $ac_status); }; }; then 4359 (exit $ac_status); }; }; then
4357 ac_cv_type_signal=void 4360 ac_cv_type_signal=void
4358else 4361else
@@ -4362,20 +4365,20 @@ ac_cv_type_signal=int
4362fi 4365fi
4363rm -f conftest.$ac_objext conftest.$ac_ext 4366rm -f conftest.$ac_objext conftest.$ac_ext
4364fi 4367fi
4365echo "$as_me:4365: result: $ac_cv_type_signal" >&5 4368echo "$as_me:4368: result: $ac_cv_type_signal" >&5
4366echo "${ECHO_T}$ac_cv_type_signal" >&6 4369echo "${ECHO_T}$ac_cv_type_signal" >&6
4367 4370
4368cat >>confdefs.h <<EOF 4371cat >>confdefs.h <<EOF
4369#define RETSIGTYPE $ac_cv_type_signal 4372#define RETSIGTYPE $ac_cv_type_signal
4370EOF 4373EOF
4371 4374
4372echo "$as_me:4372: checking for speed_t" >&5 4375echo "$as_me:4375: checking for speed_t" >&5
4373echo $ECHO_N "checking for speed_t... $ECHO_C" >&6 4376echo $ECHO_N "checking for speed_t... $ECHO_C" >&6
4374if test "${emacs_cv_speed_t+set}" = set; then 4377if test "${emacs_cv_speed_t+set}" = set; then
4375 echo $ECHO_N "(cached) $ECHO_C" >&6 4378 echo $ECHO_N "(cached) $ECHO_C" >&6
4376else 4379else
4377 cat >conftest.$ac_ext <<_ACEOF 4380 cat >conftest.$ac_ext <<_ACEOF
4378#line 4378 "configure" 4381#line 4381 "configure"
4379#include "confdefs.h" 4382#include "confdefs.h"
4380#include <termios.h> 4383#include <termios.h>
4381int 4384int
@@ -4387,16 +4390,16 @@ speed_t x = 1;
4387} 4390}
4388_ACEOF 4391_ACEOF
4389rm -f conftest.$ac_objext 4392rm -f conftest.$ac_objext
4390if { (eval echo "$as_me:4390: \"$ac_compile\"") >&5 4393if { (eval echo "$as_me:4393: \"$ac_compile\"") >&5
4391 (eval $ac_compile) 2>&5 4394 (eval $ac_compile) 2>&5
4392 ac_status=$? 4395 ac_status=$?
4393 echo "$as_me:4393: \$? = $ac_status" >&5 4396 echo "$as_me:4396: \$? = $ac_status" >&5
4394 (exit $ac_status); } && 4397 (exit $ac_status); } &&
4395 { ac_try='test -s conftest.$ac_objext' 4398 { ac_try='test -s conftest.$ac_objext'
4396 { (eval echo "$as_me:4396: \"$ac_try\"") >&5 4399 { (eval echo "$as_me:4399: \"$ac_try\"") >&5
4397 (eval $ac_try) 2>&5 4400 (eval $ac_try) 2>&5
4398 ac_status=$? 4401 ac_status=$?
4399 echo "$as_me:4399: \$? = $ac_status" >&5 4402 echo "$as_me:4402: \$? = $ac_status" >&5
4400 (exit $ac_status); }; }; then 4403 (exit $ac_status); }; }; then
4401 emacs_cv_speed_t=yes 4404 emacs_cv_speed_t=yes
4402else 4405else
@@ -4406,7 +4409,7 @@ emacs_cv_speed_t=no
4406fi 4409fi
4407rm -f conftest.$ac_objext conftest.$ac_ext 4410rm -f conftest.$ac_objext conftest.$ac_ext
4408fi 4411fi
4409echo "$as_me:4409: result: $emacs_cv_speed_t" >&5 4412echo "$as_me:4412: result: $emacs_cv_speed_t" >&5
4410echo "${ECHO_T}$emacs_cv_speed_t" >&6 4413echo "${ECHO_T}$emacs_cv_speed_t" >&6
4411if test $emacs_cv_speed_t = yes; then 4414if test $emacs_cv_speed_t = yes; then
4412 cat >>confdefs.h <<\EOF 4415 cat >>confdefs.h <<\EOF
@@ -4415,13 +4418,13 @@ EOF
4415 4418
4416fi 4419fi
4417 4420
4418echo "$as_me:4418: checking for struct timeval" >&5 4421echo "$as_me:4421: checking for struct timeval" >&5
4419echo $ECHO_N "checking for struct timeval... $ECHO_C" >&6 4422echo $ECHO_N "checking for struct timeval... $ECHO_C" >&6
4420if test "${emacs_cv_struct_timeval+set}" = set; then 4423if test "${emacs_cv_struct_timeval+set}" = set; then
4421 echo $ECHO_N "(cached) $ECHO_C" >&6 4424 echo $ECHO_N "(cached) $ECHO_C" >&6
4422else 4425else
4423 cat >conftest.$ac_ext <<_ACEOF 4426 cat >conftest.$ac_ext <<_ACEOF
4424#line 4424 "configure" 4427#line 4427 "configure"
4425#include "confdefs.h" 4428#include "confdefs.h"
4426#ifdef TIME_WITH_SYS_TIME 4429#ifdef TIME_WITH_SYS_TIME
4427#include <sys/time.h> 4430#include <sys/time.h>
@@ -4442,16 +4445,16 @@ static struct timeval x; x.tv_sec = x.tv_usec;
4442} 4445}
4443_ACEOF 4446_ACEOF
4444rm -f conftest.$ac_objext 4447rm -f conftest.$ac_objext
4445if { (eval echo "$as_me:4445: \"$ac_compile\"") >&5 4448if { (eval echo "$as_me:4448: \"$ac_compile\"") >&5
4446 (eval $ac_compile) 2>&5 4449 (eval $ac_compile) 2>&5
4447 ac_status=$? 4450 ac_status=$?
4448 echo "$as_me:4448: \$? = $ac_status" >&5 4451 echo "$as_me:4451: \$? = $ac_status" >&5
4449 (exit $ac_status); } && 4452 (exit $ac_status); } &&
4450 { ac_try='test -s conftest.$ac_objext' 4453 { ac_try='test -s conftest.$ac_objext'
4451 { (eval echo "$as_me:4451: \"$ac_try\"") >&5 4454 { (eval echo "$as_me:4454: \"$ac_try\"") >&5
4452 (eval $ac_try) 2>&5 4455 (eval $ac_try) 2>&5
4453 ac_status=$? 4456 ac_status=$?
4454 echo "$as_me:4454: \$? = $ac_status" >&5 4457 echo "$as_me:4457: \$? = $ac_status" >&5
4455 (exit $ac_status); }; }; then 4458 (exit $ac_status); }; }; then
4456 emacs_cv_struct_timeval=yes 4459 emacs_cv_struct_timeval=yes
4457else 4460else
@@ -4461,7 +4464,7 @@ emacs_cv_struct_timeval=no
4461fi 4464fi
4462rm -f conftest.$ac_objext conftest.$ac_ext 4465rm -f conftest.$ac_objext conftest.$ac_ext
4463fi 4466fi
4464echo "$as_me:4464: result: $emacs_cv_struct_timeval" >&5 4467echo "$as_me:4467: result: $emacs_cv_struct_timeval" >&5
4465echo "${ECHO_T}$emacs_cv_struct_timeval" >&6 4468echo "${ECHO_T}$emacs_cv_struct_timeval" >&6
4466HAVE_TIMEVAL=$emacs_cv_struct_timeval 4469HAVE_TIMEVAL=$emacs_cv_struct_timeval
4467if test $emacs_cv_struct_timeval = yes; then 4470if test $emacs_cv_struct_timeval = yes; then
@@ -4471,13 +4474,13 @@ EOF
4471 4474
4472fi 4475fi
4473 4476
4474echo "$as_me:4474: checking for struct exception" >&5 4477echo "$as_me:4477: checking for struct exception" >&5
4475echo $ECHO_N "checking for struct exception... $ECHO_C" >&6 4478echo $ECHO_N "checking for struct exception... $ECHO_C" >&6
4476if test "${emacs_cv_struct_exception+set}" = set; then 4479if test "${emacs_cv_struct_exception+set}" = set; then
4477 echo $ECHO_N "(cached) $ECHO_C" >&6 4480 echo $ECHO_N "(cached) $ECHO_C" >&6
4478else 4481else
4479 cat >conftest.$ac_ext <<_ACEOF 4482 cat >conftest.$ac_ext <<_ACEOF
4480#line 4480 "configure" 4483#line 4483 "configure"
4481#include "confdefs.h" 4484#include "confdefs.h"
4482#include <math.h> 4485#include <math.h>
4483int 4486int
@@ -4489,16 +4492,16 @@ static struct exception x; x.arg1 = x.arg2 = x.retval; x.name = ""; x.type = 1;
4489} 4492}
4490_ACEOF 4493_ACEOF
4491rm -f conftest.$ac_objext 4494rm -f conftest.$ac_objext
4492if { (eval echo "$as_me:4492: \"$ac_compile\"") >&5 4495if { (eval echo "$as_me:4495: \"$ac_compile\"") >&5
4493 (eval $ac_compile) 2>&5 4496 (eval $ac_compile) 2>&5
4494 ac_status=$? 4497 ac_status=$?
4495 echo "$as_me:4495: \$? = $ac_status" >&5 4498 echo "$as_me:4498: \$? = $ac_status" >&5
4496 (exit $ac_status); } && 4499 (exit $ac_status); } &&
4497 { ac_try='test -s conftest.$ac_objext' 4500 { ac_try='test -s conftest.$ac_objext'
4498 { (eval echo "$as_me:4498: \"$ac_try\"") >&5 4501 { (eval echo "$as_me:4501: \"$ac_try\"") >&5
4499 (eval $ac_try) 2>&5 4502 (eval $ac_try) 2>&5
4500 ac_status=$? 4503 ac_status=$?
4501 echo "$as_me:4501: \$? = $ac_status" >&5 4504 echo "$as_me:4504: \$? = $ac_status" >&5
4502 (exit $ac_status); }; }; then 4505 (exit $ac_status); }; }; then
4503 emacs_cv_struct_exception=yes 4506 emacs_cv_struct_exception=yes
4504else 4507else
@@ -4508,7 +4511,7 @@ emacs_cv_struct_exception=no
4508fi 4511fi
4509rm -f conftest.$ac_objext conftest.$ac_ext 4512rm -f conftest.$ac_objext conftest.$ac_ext
4510fi 4513fi
4511echo "$as_me:4511: result: $emacs_cv_struct_exception" >&5 4514echo "$as_me:4514: result: $emacs_cv_struct_exception" >&5
4512echo "${ECHO_T}$emacs_cv_struct_exception" >&6 4515echo "${ECHO_T}$emacs_cv_struct_exception" >&6
4513HAVE_EXCEPTION=$emacs_cv_struct_exception 4516HAVE_EXCEPTION=$emacs_cv_struct_exception
4514if test $emacs_cv_struct_exception != yes; then 4517if test $emacs_cv_struct_exception != yes; then
@@ -4518,13 +4521,13 @@ EOF
4518 4521
4519fi 4522fi
4520 4523
4521echo "$as_me:4521: checking whether struct tm is in sys/time.h or time.h" >&5 4524echo "$as_me:4524: checking whether struct tm is in sys/time.h or time.h" >&5
4522echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6 4525echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6
4523if test "${ac_cv_struct_tm+set}" = set; then 4526if test "${ac_cv_struct_tm+set}" = set; then
4524 echo $ECHO_N "(cached) $ECHO_C" >&6 4527 echo $ECHO_N "(cached) $ECHO_C" >&6
4525else 4528else
4526 cat >conftest.$ac_ext <<_ACEOF 4529 cat >conftest.$ac_ext <<_ACEOF
4527#line 4527 "configure" 4530#line 4530 "configure"
4528#include "confdefs.h" 4531#include "confdefs.h"
4529#include <sys/types.h> 4532#include <sys/types.h>
4530#include <time.h> 4533#include <time.h>
@@ -4538,16 +4541,16 @@ struct tm *tp; tp->tm_sec;
4538} 4541}
4539_ACEOF 4542_ACEOF
4540rm -f conftest.$ac_objext 4543rm -f conftest.$ac_objext
4541if { (eval echo "$as_me:4541: \"$ac_compile\"") >&5 4544if { (eval echo "$as_me:4544: \"$ac_compile\"") >&5
4542 (eval $ac_compile) 2>&5 4545 (eval $ac_compile) 2>&5
4543 ac_status=$? 4546 ac_status=$?
4544 echo "$as_me:4544: \$? = $ac_status" >&5 4547 echo "$as_me:4547: \$? = $ac_status" >&5
4545 (exit $ac_status); } && 4548 (exit $ac_status); } &&
4546 { ac_try='test -s conftest.$ac_objext' 4549 { ac_try='test -s conftest.$ac_objext'
4547 { (eval echo "$as_me:4547: \"$ac_try\"") >&5 4550 { (eval echo "$as_me:4550: \"$ac_try\"") >&5
4548 (eval $ac_try) 2>&5 4551 (eval $ac_try) 2>&5
4549 ac_status=$? 4552 ac_status=$?
4550 echo "$as_me:4550: \$? = $ac_status" >&5 4553 echo "$as_me:4553: \$? = $ac_status" >&5
4551 (exit $ac_status); }; }; then 4554 (exit $ac_status); }; }; then
4552 ac_cv_struct_tm=time.h 4555 ac_cv_struct_tm=time.h
4553else 4556else
@@ -4557,7 +4560,7 @@ ac_cv_struct_tm=sys/time.h
4557fi 4560fi
4558rm -f conftest.$ac_objext conftest.$ac_ext 4561rm -f conftest.$ac_objext conftest.$ac_ext
4559fi 4562fi
4560echo "$as_me:4560: result: $ac_cv_struct_tm" >&5 4563echo "$as_me:4563: result: $ac_cv_struct_tm" >&5
4561echo "${ECHO_T}$ac_cv_struct_tm" >&6 4564echo "${ECHO_T}$ac_cv_struct_tm" >&6
4562if test $ac_cv_struct_tm = sys/time.h; then 4565if test $ac_cv_struct_tm = sys/time.h; then
4563 4566
@@ -4567,13 +4570,13 @@ EOF
4567 4570
4568fi 4571fi
4569 4572
4570echo "$as_me:4570: checking for struct tm.tm_zone" >&5 4573echo "$as_me:4573: checking for struct tm.tm_zone" >&5
4571echo $ECHO_N "checking for struct tm.tm_zone... $ECHO_C" >&6 4574echo $ECHO_N "checking for struct tm.tm_zone... $ECHO_C" >&6
4572if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then 4575if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then
4573 echo $ECHO_N "(cached) $ECHO_C" >&6 4576 echo $ECHO_N "(cached) $ECHO_C" >&6
4574else 4577else
4575 cat >conftest.$ac_ext <<_ACEOF 4578 cat >conftest.$ac_ext <<_ACEOF
4576#line 4576 "configure" 4579#line 4579 "configure"
4577#include "confdefs.h" 4580#include "confdefs.h"
4578#include <sys/types.h> 4581#include <sys/types.h>
4579#include <$ac_cv_struct_tm> 4582#include <$ac_cv_struct_tm>
@@ -4589,16 +4592,16 @@ return 0;
4589} 4592}
4590_ACEOF 4593_ACEOF
4591rm -f conftest.$ac_objext 4594rm -f conftest.$ac_objext
4592if { (eval echo "$as_me:4592: \"$ac_compile\"") >&5 4595if { (eval echo "$as_me:4595: \"$ac_compile\"") >&5
4593 (eval $ac_compile) 2>&5 4596 (eval $ac_compile) 2>&5
4594 ac_status=$? 4597 ac_status=$?
4595 echo "$as_me:4595: \$? = $ac_status" >&5 4598 echo "$as_me:4598: \$? = $ac_status" >&5
4596 (exit $ac_status); } && 4599 (exit $ac_status); } &&
4597 { ac_try='test -s conftest.$ac_objext' 4600 { ac_try='test -s conftest.$ac_objext'
4598 { (eval echo "$as_me:4598: \"$ac_try\"") >&5 4601 { (eval echo "$as_me:4601: \"$ac_try\"") >&5
4599 (eval $ac_try) 2>&5 4602 (eval $ac_try) 2>&5
4600 ac_status=$? 4603 ac_status=$?
4601 echo "$as_me:4601: \$? = $ac_status" >&5 4604 echo "$as_me:4604: \$? = $ac_status" >&5
4602 (exit $ac_status); }; }; then 4605 (exit $ac_status); }; }; then
4603 ac_cv_member_struct_tm_tm_zone=yes 4606 ac_cv_member_struct_tm_tm_zone=yes
4604else 4607else
@@ -4608,7 +4611,7 @@ ac_cv_member_struct_tm_tm_zone=no
4608fi 4611fi
4609rm -f conftest.$ac_objext conftest.$ac_ext 4612rm -f conftest.$ac_objext conftest.$ac_ext
4610fi 4613fi
4611echo "$as_me:4611: result: $ac_cv_member_struct_tm_tm_zone" >&5 4614echo "$as_me:4614: result: $ac_cv_member_struct_tm_tm_zone" >&5
4612echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6 4615echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6
4613if test $ac_cv_member_struct_tm_tm_zone = yes; then 4616if test $ac_cv_member_struct_tm_tm_zone = yes; then
4614 4617
@@ -4625,13 +4628,13 @@ cat >>confdefs.h <<\EOF
4625EOF 4628EOF
4626 4629
4627else 4630else
4628 echo "$as_me:4628: checking for tzname" >&5 4631 echo "$as_me:4631: checking for tzname" >&5
4629echo $ECHO_N "checking for tzname... $ECHO_C" >&6 4632echo $ECHO_N "checking for tzname... $ECHO_C" >&6
4630if test "${ac_cv_var_tzname+set}" = set; then 4633if test "${ac_cv_var_tzname+set}" = set; then
4631 echo $ECHO_N "(cached) $ECHO_C" >&6 4634 echo $ECHO_N "(cached) $ECHO_C" >&6
4632else 4635else
4633 cat >conftest.$ac_ext <<_ACEOF 4636 cat >conftest.$ac_ext <<_ACEOF
4634#line 4634 "configure" 4637#line 4637 "configure"
4635#include "confdefs.h" 4638#include "confdefs.h"
4636#include <time.h> 4639#include <time.h>
4637#ifndef tzname /* For SGI. */ 4640#ifndef tzname /* For SGI. */
@@ -4647,16 +4650,16 @@ atoi(*tzname);
4647} 4650}
4648_ACEOF 4651_ACEOF
4649rm -f conftest.$ac_objext conftest$ac_exeext 4652rm -f conftest.$ac_objext conftest$ac_exeext
4650if { (eval echo "$as_me:4650: \"$ac_link\"") >&5 4653if { (eval echo "$as_me:4653: \"$ac_link\"") >&5
4651 (eval $ac_link) 2>&5 4654 (eval $ac_link) 2>&5
4652 ac_status=$? 4655 ac_status=$?
4653 echo "$as_me:4653: \$? = $ac_status" >&5 4656 echo "$as_me:4656: \$? = $ac_status" >&5
4654 (exit $ac_status); } && 4657 (exit $ac_status); } &&
4655 { ac_try='test -s conftest$ac_exeext' 4658 { ac_try='test -s conftest$ac_exeext'
4656 { (eval echo "$as_me:4656: \"$ac_try\"") >&5 4659 { (eval echo "$as_me:4659: \"$ac_try\"") >&5
4657 (eval $ac_try) 2>&5 4660 (eval $ac_try) 2>&5
4658 ac_status=$? 4661 ac_status=$?
4659 echo "$as_me:4659: \$? = $ac_status" >&5 4662 echo "$as_me:4662: \$? = $ac_status" >&5
4660 (exit $ac_status); }; }; then 4663 (exit $ac_status); }; }; then
4661 ac_cv_var_tzname=yes 4664 ac_cv_var_tzname=yes
4662else 4665else
@@ -4666,7 +4669,7 @@ ac_cv_var_tzname=no
4666fi 4669fi
4667rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4670rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
4668fi 4671fi
4669echo "$as_me:4669: result: $ac_cv_var_tzname" >&5 4672echo "$as_me:4672: result: $ac_cv_var_tzname" >&5
4670echo "${ECHO_T}$ac_cv_var_tzname" >&6 4673echo "${ECHO_T}$ac_cv_var_tzname" >&6
4671 if test $ac_cv_var_tzname = yes; then 4674 if test $ac_cv_var_tzname = yes; then
4672 4675
@@ -4677,13 +4680,13 @@ EOF
4677 fi 4680 fi
4678fi 4681fi
4679 4682
4680echo "$as_me:4680: checking for tm_gmtoff in struct tm" >&5 4683echo "$as_me:4683: checking for tm_gmtoff in struct tm" >&5
4681echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6 4684echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6
4682if test "${emacs_cv_tm_gmtoff+set}" = set; then 4685if test "${emacs_cv_tm_gmtoff+set}" = set; then
4683 echo $ECHO_N "(cached) $ECHO_C" >&6 4686 echo $ECHO_N "(cached) $ECHO_C" >&6
4684else 4687else
4685 cat >conftest.$ac_ext <<_ACEOF 4688 cat >conftest.$ac_ext <<_ACEOF
4686#line 4686 "configure" 4689#line 4689 "configure"
4687#include "confdefs.h" 4690#include "confdefs.h"
4688#include <time.h> 4691#include <time.h>
4689int 4692int
@@ -4695,16 +4698,16 @@ struct tm t; t.tm_gmtoff = 0
4695} 4698}
4696_ACEOF 4699_ACEOF
4697rm -f conftest.$ac_objext conftest$ac_exeext 4700rm -f conftest.$ac_objext conftest$ac_exeext
4698if { (eval echo "$as_me:4698: \"$ac_link\"") >&5 4701if { (eval echo "$as_me:4701: \"$ac_link\"") >&5
4699 (eval $ac_link) 2>&5 4702 (eval $ac_link) 2>&5
4700 ac_status=$? 4703 ac_status=$?
4701 echo "$as_me:4701: \$? = $ac_status" >&5 4704 echo "$as_me:4704: \$? = $ac_status" >&5
4702 (exit $ac_status); } && 4705 (exit $ac_status); } &&
4703 { ac_try='test -s conftest$ac_exeext' 4706 { ac_try='test -s conftest$ac_exeext'
4704 { (eval echo "$as_me:4704: \"$ac_try\"") >&5 4707 { (eval echo "$as_me:4707: \"$ac_try\"") >&5
4705 (eval $ac_try) 2>&5 4708 (eval $ac_try) 2>&5
4706 ac_status=$? 4709 ac_status=$?
4707 echo "$as_me:4707: \$? = $ac_status" >&5 4710 echo "$as_me:4710: \$? = $ac_status" >&5
4708 (exit $ac_status); }; }; then 4711 (exit $ac_status); }; }; then
4709 emacs_cv_tm_gmtoff=yes 4712 emacs_cv_tm_gmtoff=yes
4710else 4713else
@@ -4714,7 +4717,7 @@ emacs_cv_tm_gmtoff=no
4714fi 4717fi
4715rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4718rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
4716fi 4719fi
4717echo "$as_me:4717: result: $emacs_cv_tm_gmtoff" >&5 4720echo "$as_me:4720: result: $emacs_cv_tm_gmtoff" >&5
4718echo "${ECHO_T}$emacs_cv_tm_gmtoff" >&6 4721echo "${ECHO_T}$emacs_cv_tm_gmtoff" >&6
4719if test $emacs_cv_tm_gmtoff = yes; then 4722if test $emacs_cv_tm_gmtoff = yes; then
4720 cat >>confdefs.h <<\EOF 4723 cat >>confdefs.h <<\EOF
@@ -4723,7 +4726,7 @@ EOF
4723 4726
4724fi 4727fi
4725 4728
4726echo "$as_me:4726: checking for $CC option to accept ANSI C" >&5 4729echo "$as_me:4729: checking for $CC option to accept ANSI C" >&5
4727echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 4730echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
4728if test "${ac_cv_prog_cc_stdc+set}" = set; then 4731if test "${ac_cv_prog_cc_stdc+set}" = set; then
4729 echo $ECHO_N "(cached) $ECHO_C" >&6 4732 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4731,7 +4734,7 @@ else
4731 ac_cv_prog_cc_stdc=no 4734 ac_cv_prog_cc_stdc=no
4732ac_save_CC=$CC 4735ac_save_CC=$CC
4733cat >conftest.$ac_ext <<_ACEOF 4736cat >conftest.$ac_ext <<_ACEOF
4734#line 4734 "configure" 4737#line 4737 "configure"
4735#include "confdefs.h" 4738#include "confdefs.h"
4736#include <stdarg.h> 4739#include <stdarg.h>
4737#include <stdio.h> 4740#include <stdio.h>
@@ -4780,16 +4783,16 @@ for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIO
4780do 4783do
4781 CC="$ac_save_CC $ac_arg" 4784 CC="$ac_save_CC $ac_arg"
4782 rm -f conftest.$ac_objext 4785 rm -f conftest.$ac_objext
4783if { (eval echo "$as_me:4783: \"$ac_compile\"") >&5 4786if { (eval echo "$as_me:4786: \"$ac_compile\"") >&5
4784 (eval $ac_compile) 2>&5 4787 (eval $ac_compile) 2>&5
4785 ac_status=$? 4788 ac_status=$?
4786 echo "$as_me:4786: \$? = $ac_status" >&5 4789 echo "$as_me:4789: \$? = $ac_status" >&5
4787 (exit $ac_status); } && 4790 (exit $ac_status); } &&
4788 { ac_try='test -s conftest.$ac_objext' 4791 { ac_try='test -s conftest.$ac_objext'
4789 { (eval echo "$as_me:4789: \"$ac_try\"") >&5 4792 { (eval echo "$as_me:4792: \"$ac_try\"") >&5
4790 (eval $ac_try) 2>&5 4793 (eval $ac_try) 2>&5
4791 ac_status=$? 4794 ac_status=$?
4792 echo "$as_me:4792: \$? = $ac_status" >&5 4795 echo "$as_me:4795: \$? = $ac_status" >&5
4793 (exit $ac_status); }; }; then 4796 (exit $ac_status); }; }; then
4794 ac_cv_prog_cc_stdc=$ac_arg 4797 ac_cv_prog_cc_stdc=$ac_arg
4795break 4798break
@@ -4806,18 +4809,18 @@ fi
4806 4809
4807case "x$ac_cv_prog_cc_stdc" in 4810case "x$ac_cv_prog_cc_stdc" in
4808 x|xno) 4811 x|xno)
4809 echo "$as_me:4809: result: none needed" >&5 4812 echo "$as_me:4812: result: none needed" >&5
4810echo "${ECHO_T}none needed" >&6 ;; 4813echo "${ECHO_T}none needed" >&6 ;;
4811 *) 4814 *)
4812 echo "$as_me:4812: result: $ac_cv_prog_cc_stdc" >&5 4815 echo "$as_me:4815: result: $ac_cv_prog_cc_stdc" >&5
4813echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 4816echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
4814 CC="$CC $ac_cv_prog_cc_stdc" ;; 4817 CC="$CC $ac_cv_prog_cc_stdc" ;;
4815esac 4818esac
4816 4819
4817echo "$as_me:4817: checking for function prototypes" >&5 4820echo "$as_me:4820: checking for function prototypes" >&5
4818echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6 4821echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6
4819if test "$ac_cv_prog_cc_stdc" != no; then 4822if test "$ac_cv_prog_cc_stdc" != no; then
4820 echo "$as_me:4820: result: yes" >&5 4823 echo "$as_me:4823: result: yes" >&5
4821echo "${ECHO_T}yes" >&6 4824echo "${ECHO_T}yes" >&6
4822 4825
4823cat >>confdefs.h <<\EOF 4826cat >>confdefs.h <<\EOF
@@ -4825,17 +4828,17 @@ cat >>confdefs.h <<\EOF
4825EOF 4828EOF
4826 4829
4827else 4830else
4828 echo "$as_me:4828: result: no" >&5 4831 echo "$as_me:4831: result: no" >&5
4829echo "${ECHO_T}no" >&6 4832echo "${ECHO_T}no" >&6
4830fi 4833fi
4831 4834
4832echo "$as_me:4832: checking for working volatile" >&5 4835echo "$as_me:4835: checking for working volatile" >&5
4833echo $ECHO_N "checking for working volatile... $ECHO_C" >&6 4836echo $ECHO_N "checking for working volatile... $ECHO_C" >&6
4834if test "${ac_cv_c_volatile+set}" = set; then 4837if test "${ac_cv_c_volatile+set}" = set; then
4835 echo $ECHO_N "(cached) $ECHO_C" >&6 4838 echo $ECHO_N "(cached) $ECHO_C" >&6
4836else 4839else
4837 cat >conftest.$ac_ext <<_ACEOF 4840 cat >conftest.$ac_ext <<_ACEOF
4838#line 4838 "configure" 4841#line 4841 "configure"
4839#include "confdefs.h" 4842#include "confdefs.h"
4840 4843
4841int 4844int
@@ -4849,16 +4852,16 @@ int * volatile y;
4849} 4852}
4850_ACEOF 4853_ACEOF
4851rm -f conftest.$ac_objext 4854rm -f conftest.$ac_objext
4852if { (eval echo "$as_me:4852: \"$ac_compile\"") >&5 4855if { (eval echo "$as_me:4855: \"$ac_compile\"") >&5
4853 (eval $ac_compile) 2>&5 4856 (eval $ac_compile) 2>&5
4854 ac_status=$? 4857 ac_status=$?
4855 echo "$as_me:4855: \$? = $ac_status" >&5 4858 echo "$as_me:4858: \$? = $ac_status" >&5
4856 (exit $ac_status); } && 4859 (exit $ac_status); } &&
4857 { ac_try='test -s conftest.$ac_objext' 4860 { ac_try='test -s conftest.$ac_objext'
4858 { (eval echo "$as_me:4858: \"$ac_try\"") >&5 4861 { (eval echo "$as_me:4861: \"$ac_try\"") >&5
4859 (eval $ac_try) 2>&5 4862 (eval $ac_try) 2>&5
4860 ac_status=$? 4863 ac_status=$?
4861 echo "$as_me:4861: \$? = $ac_status" >&5 4864 echo "$as_me:4864: \$? = $ac_status" >&5
4862 (exit $ac_status); }; }; then 4865 (exit $ac_status); }; }; then
4863 ac_cv_c_volatile=yes 4866 ac_cv_c_volatile=yes
4864else 4867else
@@ -4868,7 +4871,7 @@ ac_cv_c_volatile=no
4868fi 4871fi
4869rm -f conftest.$ac_objext conftest.$ac_ext 4872rm -f conftest.$ac_objext conftest.$ac_ext
4870fi 4873fi
4871echo "$as_me:4871: result: $ac_cv_c_volatile" >&5 4874echo "$as_me:4874: result: $ac_cv_c_volatile" >&5
4872echo "${ECHO_T}$ac_cv_c_volatile" >&6 4875echo "${ECHO_T}$ac_cv_c_volatile" >&6
4873if test $ac_cv_c_volatile = no; then 4876if test $ac_cv_c_volatile = no; then
4874 4877
@@ -4878,13 +4881,13 @@ EOF
4878 4881
4879fi 4882fi
4880 4883
4881echo "$as_me:4881: checking for an ANSI C-conforming const" >&5 4884echo "$as_me:4884: checking for an ANSI C-conforming const" >&5
4882echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6 4885echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
4883if test "${ac_cv_c_const+set}" = set; then 4886if test "${ac_cv_c_const+set}" = set; then
4884 echo $ECHO_N "(cached) $ECHO_C" >&6 4887 echo $ECHO_N "(cached) $ECHO_C" >&6
4885else 4888else
4886 cat >conftest.$ac_ext <<_ACEOF 4889 cat >conftest.$ac_ext <<_ACEOF
4887#line 4887 "configure" 4890#line 4890 "configure"
4888#include "confdefs.h" 4891#include "confdefs.h"
4889 4892
4890int 4893int
@@ -4942,16 +4945,16 @@ main ()
4942} 4945}
4943_ACEOF 4946_ACEOF
4944rm -f conftest.$ac_objext 4947rm -f conftest.$ac_objext
4945if { (eval echo "$as_me:4945: \"$ac_compile\"") >&5 4948if { (eval echo "$as_me:4948: \"$ac_compile\"") >&5
4946 (eval $ac_compile) 2>&5 4949 (eval $ac_compile) 2>&5
4947 ac_status=$? 4950 ac_status=$?
4948 echo "$as_me:4948: \$? = $ac_status" >&5 4951 echo "$as_me:4951: \$? = $ac_status" >&5
4949 (exit $ac_status); } && 4952 (exit $ac_status); } &&
4950 { ac_try='test -s conftest.$ac_objext' 4953 { ac_try='test -s conftest.$ac_objext'
4951 { (eval echo "$as_me:4951: \"$ac_try\"") >&5 4954 { (eval echo "$as_me:4954: \"$ac_try\"") >&5
4952 (eval $ac_try) 2>&5 4955 (eval $ac_try) 2>&5
4953 ac_status=$? 4956 ac_status=$?
4954 echo "$as_me:4954: \$? = $ac_status" >&5 4957 echo "$as_me:4957: \$? = $ac_status" >&5
4955 (exit $ac_status); }; }; then 4958 (exit $ac_status); }; }; then
4956 ac_cv_c_const=yes 4959 ac_cv_c_const=yes
4957else 4960else
@@ -4961,7 +4964,7 @@ ac_cv_c_const=no
4961fi 4964fi
4962rm -f conftest.$ac_objext conftest.$ac_ext 4965rm -f conftest.$ac_objext conftest.$ac_ext
4963fi 4966fi
4964echo "$as_me:4964: result: $ac_cv_c_const" >&5 4967echo "$as_me:4967: result: $ac_cv_c_const" >&5
4965echo "${ECHO_T}$ac_cv_c_const" >&6 4968echo "${ECHO_T}$ac_cv_c_const" >&6
4966if test $ac_cv_c_const = no; then 4969if test $ac_cv_c_const = no; then
4967 4970
@@ -4971,13 +4974,13 @@ EOF
4971 4974
4972fi 4975fi
4973 4976
4974echo "$as_me:4974: checking for void * support" >&5 4977echo "$as_me:4977: checking for void * support" >&5
4975echo $ECHO_N "checking for void * support... $ECHO_C" >&6 4978echo $ECHO_N "checking for void * support... $ECHO_C" >&6
4976if test "${emacs_cv_void_star+set}" = set; then 4979if test "${emacs_cv_void_star+set}" = set; then
4977 echo $ECHO_N "(cached) $ECHO_C" >&6 4980 echo $ECHO_N "(cached) $ECHO_C" >&6
4978else 4981else
4979 cat >conftest.$ac_ext <<_ACEOF 4982 cat >conftest.$ac_ext <<_ACEOF
4980#line 4980 "configure" 4983#line 4983 "configure"
4981#include "confdefs.h" 4984#include "confdefs.h"
4982 4985
4983int 4986int
@@ -4989,16 +4992,16 @@ void * foo;
4989} 4992}
4990_ACEOF 4993_ACEOF
4991rm -f conftest.$ac_objext 4994rm -f conftest.$ac_objext
4992if { (eval echo "$as_me:4992: \"$ac_compile\"") >&5 4995if { (eval echo "$as_me:4995: \"$ac_compile\"") >&5
4993 (eval $ac_compile) 2>&5 4996 (eval $ac_compile) 2>&5
4994 ac_status=$? 4997 ac_status=$?
4995 echo "$as_me:4995: \$? = $ac_status" >&5 4998 echo "$as_me:4998: \$? = $ac_status" >&5
4996 (exit $ac_status); } && 4999 (exit $ac_status); } &&
4997 { ac_try='test -s conftest.$ac_objext' 5000 { ac_try='test -s conftest.$ac_objext'
4998 { (eval echo "$as_me:4998: \"$ac_try\"") >&5 5001 { (eval echo "$as_me:5001: \"$ac_try\"") >&5
4999 (eval $ac_try) 2>&5 5002 (eval $ac_try) 2>&5
5000 ac_status=$? 5003 ac_status=$?
5001 echo "$as_me:5001: \$? = $ac_status" >&5 5004 echo "$as_me:5004: \$? = $ac_status" >&5
5002 (exit $ac_status); }; }; then 5005 (exit $ac_status); }; }; then
5003 emacs_cv_void_star=yes 5006 emacs_cv_void_star=yes
5004else 5007else
@@ -5008,7 +5011,7 @@ emacs_cv_void_star=no
5008fi 5011fi
5009rm -f conftest.$ac_objext conftest.$ac_ext 5012rm -f conftest.$ac_objext conftest.$ac_ext
5010fi 5013fi
5011echo "$as_me:5011: result: $emacs_cv_void_star" >&5 5014echo "$as_me:5014: result: $emacs_cv_void_star" >&5
5012echo "${ECHO_T}$emacs_cv_void_star" >&6 5015echo "${ECHO_T}$emacs_cv_void_star" >&6
5013if test $emacs_cv_void_star = yes; then 5016if test $emacs_cv_void_star = yes; then
5014 cat >>confdefs.h <<\EOF 5017 cat >>confdefs.h <<\EOF
@@ -5022,7 +5025,7 @@ EOF
5022 5025
5023fi 5026fi
5024 5027
5025echo "$as_me:5025: checking whether ${MAKE-make} sets \${MAKE}" >&5 5028echo "$as_me:5028: checking whether ${MAKE-make} sets \${MAKE}" >&5
5026echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6 5029echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6
5027set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` 5030set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
5028if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then 5031if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
@@ -5042,16 +5045,16 @@ fi
5042rm -f conftest.make 5045rm -f conftest.make
5043fi 5046fi
5044if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then 5047if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
5045 echo "$as_me:5045: result: yes" >&5 5048 echo "$as_me:5048: result: yes" >&5
5046echo "${ECHO_T}yes" >&6 5049echo "${ECHO_T}yes" >&6
5047 SET_MAKE= 5050 SET_MAKE=
5048else 5051else
5049 echo "$as_me:5049: result: no" >&5 5052 echo "$as_me:5052: result: no" >&5
5050echo "${ECHO_T}no" >&6 5053echo "${ECHO_T}no" >&6
5051 SET_MAKE="MAKE=${MAKE-make}" 5054 SET_MAKE="MAKE=${MAKE-make}"
5052fi 5055fi
5053 5056
5054echo "$as_me:5054: checking for long file names" >&5 5057echo "$as_me:5057: checking for long file names" >&5
5055echo $ECHO_N "checking for long file names... $ECHO_C" >&6 5058echo $ECHO_N "checking for long file names... $ECHO_C" >&6
5056if test "${ac_cv_sys_long_file_names+set}" = set; then 5059if test "${ac_cv_sys_long_file_names+set}" = set; then
5057 echo $ECHO_N "(cached) $ECHO_C" >&6 5060 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5090,7 +5093,7 @@ for ac_dir in . $ac_tmpdirs `eval echo $prefix/lib $exec_prefix/lib` ; do
5090 rm -rf $ac_xdir 2>/dev/null 5093 rm -rf $ac_xdir 2>/dev/null
5091done 5094done
5092fi 5095fi
5093echo "$as_me:5093: result: $ac_cv_sys_long_file_names" >&5 5096echo "$as_me:5096: result: $ac_cv_sys_long_file_names" >&5
5094echo "${ECHO_T}$ac_cv_sys_long_file_names" >&6 5097echo "${ECHO_T}$ac_cv_sys_long_file_names" >&6
5095if test $ac_cv_sys_long_file_names = yes; then 5098if test $ac_cv_sys_long_file_names = yes; then
5096 5099
@@ -5102,7 +5105,7 @@ fi
5102 5105
5103#### Choose a window system. 5106#### Choose a window system.
5104 5107
5105echo "$as_me:5105: checking for X" >&5 5108echo "$as_me:5108: checking for X" >&5
5106echo $ECHO_N "checking for X... $ECHO_C" >&6 5109echo $ECHO_N "checking for X... $ECHO_C" >&6
5107 5110
5108# Check whether --with-x or --without-x was given. 5111# Check whether --with-x or --without-x was given.
@@ -5199,17 +5202,17 @@ if test "$ac_x_includes" = no; then
5199 # Guess where to find include files, by looking for Intrinsic.h. 5202 # Guess where to find include files, by looking for Intrinsic.h.
5200 # First, try using that file with no special directory specified. 5203 # First, try using that file with no special directory specified.
5201 cat >conftest.$ac_ext <<_ACEOF 5204 cat >conftest.$ac_ext <<_ACEOF
5202#line 5202 "configure" 5205#line 5205 "configure"
5203#include "confdefs.h" 5206#include "confdefs.h"
5204#include <X11/Intrinsic.h> 5207#include <X11/Intrinsic.h>
5205_ACEOF 5208_ACEOF
5206if { (eval echo "$as_me:5206: \"$ac_cpp conftest.$ac_ext\"") >&5 5209if { (eval echo "$as_me:5209: \"$ac_cpp conftest.$ac_ext\"") >&5
5207 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 5210 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5208 ac_status=$? 5211 ac_status=$?
5209 egrep -v '^ *\+' conftest.er1 >conftest.err 5212 egrep -v '^ *\+' conftest.er1 >conftest.err
5210 rm -f conftest.er1 5213 rm -f conftest.er1
5211 cat conftest.err >&5 5214 cat conftest.err >&5
5212 echo "$as_me:5212: \$? = $ac_status" >&5 5215 echo "$as_me:5215: \$? = $ac_status" >&5
5213 (exit $ac_status); } >/dev/null; then 5216 (exit $ac_status); } >/dev/null; then
5214 if test -s conftest.err; then 5217 if test -s conftest.err; then
5215 ac_cpp_err=$ac_c_preproc_warn_flag 5218 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -5242,7 +5245,7 @@ if test "$ac_x_libraries" = no; then
5242 ac_save_LIBS=$LIBS 5245 ac_save_LIBS=$LIBS
5243 LIBS="-lXt $LIBS" 5246 LIBS="-lXt $LIBS"
5244 cat >conftest.$ac_ext <<_ACEOF 5247 cat >conftest.$ac_ext <<_ACEOF
5245#line 5245 "configure" 5248#line 5248 "configure"
5246#include "confdefs.h" 5249#include "confdefs.h"
5247#include <X11/Intrinsic.h> 5250#include <X11/Intrinsic.h>
5248int 5251int
@@ -5254,16 +5257,16 @@ XtMalloc (0)
5254} 5257}
5255_ACEOF 5258_ACEOF
5256rm -f conftest.$ac_objext conftest$ac_exeext 5259rm -f conftest.$ac_objext conftest$ac_exeext
5257if { (eval echo "$as_me:5257: \"$ac_link\"") >&5 5260if { (eval echo "$as_me:5260: \"$ac_link\"") >&5
5258 (eval $ac_link) 2>&5 5261 (eval $ac_link) 2>&5
5259 ac_status=$? 5262 ac_status=$?
5260 echo "$as_me:5260: \$? = $ac_status" >&5 5263 echo "$as_me:5263: \$? = $ac_status" >&5
5261 (exit $ac_status); } && 5264 (exit $ac_status); } &&
5262 { ac_try='test -s conftest$ac_exeext' 5265 { ac_try='test -s conftest$ac_exeext'
5263 { (eval echo "$as_me:5263: \"$ac_try\"") >&5 5266 { (eval echo "$as_me:5266: \"$ac_try\"") >&5
5264 (eval $ac_try) 2>&5 5267 (eval $ac_try) 2>&5
5265 ac_status=$? 5268 ac_status=$?
5266 echo "$as_me:5266: \$? = $ac_status" >&5 5269 echo "$as_me:5269: \$? = $ac_status" >&5
5267 (exit $ac_status); }; }; then 5270 (exit $ac_status); }; }; then
5268 LIBS=$ac_save_LIBS 5271 LIBS=$ac_save_LIBS
5269# We can link X programs with no special library path. 5272# We can link X programs with no special library path.
@@ -5301,7 +5304,7 @@ fi
5301fi # $with_x != no 5304fi # $with_x != no
5302 5305
5303if test "$have_x" != yes; then 5306if test "$have_x" != yes; then
5304 echo "$as_me:5304: result: $have_x" >&5 5307 echo "$as_me:5307: result: $have_x" >&5
5305echo "${ECHO_T}$have_x" >&6 5308echo "${ECHO_T}$have_x" >&6
5306 no_x=yes 5309 no_x=yes
5307else 5310else
@@ -5311,7 +5314,7 @@ else
5311 # Update the cache value to reflect the command line values. 5314 # Update the cache value to reflect the command line values.
5312 ac_cv_have_x="have_x=yes \ 5315 ac_cv_have_x="have_x=yes \
5313 ac_x_includes=$x_includes ac_x_libraries=$x_libraries" 5316 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
5314 echo "$as_me:5314: result: libraries $x_libraries, headers $x_includes" >&5 5317 echo "$as_me:5317: result: libraries $x_libraries, headers $x_includes" >&5
5315echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6 5318echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6
5316fi 5319fi
5317 5320
@@ -5409,13 +5412,13 @@ UNEXEC_SRC="`echo ${unexec} | sed 's/\.o/.c/'`"
5409# Assume not, until told otherwise. 5412# Assume not, until told otherwise.
5410GNU_MALLOC=yes 5413GNU_MALLOC=yes
5411doug_lea_malloc=yes 5414doug_lea_malloc=yes
5412echo "$as_me:5412: checking for malloc_get_state" >&5 5415echo "$as_me:5415: checking for malloc_get_state" >&5
5413echo $ECHO_N "checking for malloc_get_state... $ECHO_C" >&6 5416echo $ECHO_N "checking for malloc_get_state... $ECHO_C" >&6
5414if test "${ac_cv_func_malloc_get_state+set}" = set; then 5417if test "${ac_cv_func_malloc_get_state+set}" = set; then
5415 echo $ECHO_N "(cached) $ECHO_C" >&6 5418 echo $ECHO_N "(cached) $ECHO_C" >&6
5416else 5419else
5417 cat >conftest.$ac_ext <<_ACEOF 5420 cat >conftest.$ac_ext <<_ACEOF
5418#line 5418 "configure" 5421#line 5421 "configure"
5419#include "confdefs.h" 5422#include "confdefs.h"
5420/* System header to define __stub macros and hopefully few prototypes, 5423/* System header to define __stub macros and hopefully few prototypes,
5421 which can conflict with char malloc_get_state (); below. */ 5424 which can conflict with char malloc_get_state (); below. */
@@ -5446,16 +5449,16 @@ f = malloc_get_state;
5446} 5449}
5447_ACEOF 5450_ACEOF
5448rm -f conftest.$ac_objext conftest$ac_exeext 5451rm -f conftest.$ac_objext conftest$ac_exeext
5449if { (eval echo "$as_me:5449: \"$ac_link\"") >&5 5452if { (eval echo "$as_me:5452: \"$ac_link\"") >&5
5450 (eval $ac_link) 2>&5 5453 (eval $ac_link) 2>&5
5451 ac_status=$? 5454 ac_status=$?
5452 echo "$as_me:5452: \$? = $ac_status" >&5 5455 echo "$as_me:5455: \$? = $ac_status" >&5
5453 (exit $ac_status); } && 5456 (exit $ac_status); } &&
5454 { ac_try='test -s conftest$ac_exeext' 5457 { ac_try='test -s conftest$ac_exeext'
5455 { (eval echo "$as_me:5455: \"$ac_try\"") >&5 5458 { (eval echo "$as_me:5458: \"$ac_try\"") >&5
5456 (eval $ac_try) 2>&5 5459 (eval $ac_try) 2>&5
5457 ac_status=$? 5460 ac_status=$?
5458 echo "$as_me:5458: \$? = $ac_status" >&5 5461 echo "$as_me:5461: \$? = $ac_status" >&5
5459 (exit $ac_status); }; }; then 5462 (exit $ac_status); }; }; then
5460 ac_cv_func_malloc_get_state=yes 5463 ac_cv_func_malloc_get_state=yes
5461else 5464else
@@ -5465,7 +5468,7 @@ ac_cv_func_malloc_get_state=no
5465fi 5468fi
5466rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5469rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5467fi 5470fi
5468echo "$as_me:5468: result: $ac_cv_func_malloc_get_state" >&5 5471echo "$as_me:5471: result: $ac_cv_func_malloc_get_state" >&5
5469echo "${ECHO_T}$ac_cv_func_malloc_get_state" >&6 5472echo "${ECHO_T}$ac_cv_func_malloc_get_state" >&6
5470if test $ac_cv_func_malloc_get_state = yes; then 5473if test $ac_cv_func_malloc_get_state = yes; then
5471 : 5474 :
@@ -5473,13 +5476,13 @@ else
5473 doug_lea_malloc=no 5476 doug_lea_malloc=no
5474fi 5477fi
5475 5478
5476echo "$as_me:5476: checking for malloc_set_state" >&5 5479echo "$as_me:5479: checking for malloc_set_state" >&5
5477echo $ECHO_N "checking for malloc_set_state... $ECHO_C" >&6 5480echo $ECHO_N "checking for malloc_set_state... $ECHO_C" >&6
5478if test "${ac_cv_func_malloc_set_state+set}" = set; then 5481if test "${ac_cv_func_malloc_set_state+set}" = set; then
5479 echo $ECHO_N "(cached) $ECHO_C" >&6 5482 echo $ECHO_N "(cached) $ECHO_C" >&6
5480else 5483else
5481 cat >conftest.$ac_ext <<_ACEOF 5484 cat >conftest.$ac_ext <<_ACEOF
5482#line 5482 "configure" 5485#line 5485 "configure"
5483#include "confdefs.h" 5486#include "confdefs.h"
5484/* System header to define __stub macros and hopefully few prototypes, 5487/* System header to define __stub macros and hopefully few prototypes,
5485 which can conflict with char malloc_set_state (); below. */ 5488 which can conflict with char malloc_set_state (); below. */
@@ -5510,16 +5513,16 @@ f = malloc_set_state;
5510} 5513}
5511_ACEOF 5514_ACEOF
5512rm -f conftest.$ac_objext conftest$ac_exeext 5515rm -f conftest.$ac_objext conftest$ac_exeext
5513if { (eval echo "$as_me:5513: \"$ac_link\"") >&5 5516if { (eval echo "$as_me:5516: \"$ac_link\"") >&5
5514 (eval $ac_link) 2>&5 5517 (eval $ac_link) 2>&5
5515 ac_status=$? 5518 ac_status=$?
5516 echo "$as_me:5516: \$? = $ac_status" >&5 5519 echo "$as_me:5519: \$? = $ac_status" >&5
5517 (exit $ac_status); } && 5520 (exit $ac_status); } &&
5518 { ac_try='test -s conftest$ac_exeext' 5521 { ac_try='test -s conftest$ac_exeext'
5519 { (eval echo "$as_me:5519: \"$ac_try\"") >&5 5522 { (eval echo "$as_me:5522: \"$ac_try\"") >&5
5520 (eval $ac_try) 2>&5 5523 (eval $ac_try) 2>&5
5521 ac_status=$? 5524 ac_status=$?
5522 echo "$as_me:5522: \$? = $ac_status" >&5 5525 echo "$as_me:5525: \$? = $ac_status" >&5
5523 (exit $ac_status); }; }; then 5526 (exit $ac_status); }; }; then
5524 ac_cv_func_malloc_set_state=yes 5527 ac_cv_func_malloc_set_state=yes
5525else 5528else
@@ -5529,7 +5532,7 @@ ac_cv_func_malloc_set_state=no
5529fi 5532fi
5530rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5533rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5531fi 5534fi
5532echo "$as_me:5532: result: $ac_cv_func_malloc_set_state" >&5 5535echo "$as_me:5535: result: $ac_cv_func_malloc_set_state" >&5
5533echo "${ECHO_T}$ac_cv_func_malloc_set_state" >&6 5536echo "${ECHO_T}$ac_cv_func_malloc_set_state" >&6
5534if test $ac_cv_func_malloc_set_state = yes; then 5537if test $ac_cv_func_malloc_set_state = yes; then
5535 : 5538 :
@@ -5537,13 +5540,13 @@ else
5537 doug_lea_malloc=no 5540 doug_lea_malloc=no
5538fi 5541fi
5539 5542
5540echo "$as_me:5540: checking whether __after_morecore_hook exists" >&5 5543echo "$as_me:5543: checking whether __after_morecore_hook exists" >&5
5541echo $ECHO_N "checking whether __after_morecore_hook exists... $ECHO_C" >&6 5544echo $ECHO_N "checking whether __after_morecore_hook exists... $ECHO_C" >&6
5542if test "${emacs_cv_var___after_morecore_hook+set}" = set; then 5545if test "${emacs_cv_var___after_morecore_hook+set}" = set; then
5543 echo $ECHO_N "(cached) $ECHO_C" >&6 5546 echo $ECHO_N "(cached) $ECHO_C" >&6
5544else 5547else
5545 cat >conftest.$ac_ext <<_ACEOF 5548 cat >conftest.$ac_ext <<_ACEOF
5546#line 5546 "configure" 5549#line 5549 "configure"
5547#include "confdefs.h" 5550#include "confdefs.h"
5548extern void (* __after_morecore_hook)(); 5551extern void (* __after_morecore_hook)();
5549int 5552int
@@ -5555,16 +5558,16 @@ __after_morecore_hook = 0
5555} 5558}
5556_ACEOF 5559_ACEOF
5557rm -f conftest.$ac_objext conftest$ac_exeext 5560rm -f conftest.$ac_objext conftest$ac_exeext
5558if { (eval echo "$as_me:5558: \"$ac_link\"") >&5 5561if { (eval echo "$as_me:5561: \"$ac_link\"") >&5
5559 (eval $ac_link) 2>&5 5562 (eval $ac_link) 2>&5
5560 ac_status=$? 5563 ac_status=$?
5561 echo "$as_me:5561: \$? = $ac_status" >&5 5564 echo "$as_me:5564: \$? = $ac_status" >&5
5562 (exit $ac_status); } && 5565 (exit $ac_status); } &&
5563 { ac_try='test -s conftest$ac_exeext' 5566 { ac_try='test -s conftest$ac_exeext'
5564 { (eval echo "$as_me:5564: \"$ac_try\"") >&5 5567 { (eval echo "$as_me:5567: \"$ac_try\"") >&5
5565 (eval $ac_try) 2>&5 5568 (eval $ac_try) 2>&5
5566 ac_status=$? 5569 ac_status=$?
5567 echo "$as_me:5567: \$? = $ac_status" >&5 5570 echo "$as_me:5570: \$? = $ac_status" >&5
5568 (exit $ac_status); }; }; then 5571 (exit $ac_status); }; }; then
5569 emacs_cv_var___after_morecore_hook=yes 5572 emacs_cv_var___after_morecore_hook=yes
5570else 5573else
@@ -5574,7 +5577,7 @@ emacs_cv_var___after_morecore_hook=no
5574fi 5577fi
5575rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5578rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5576fi 5579fi
5577echo "$as_me:5577: result: $emacs_cv_var___after_morecore_hook" >&5 5580echo "$as_me:5580: result: $emacs_cv_var___after_morecore_hook" >&5
5578echo "${ECHO_T}$emacs_cv_var___after_morecore_hook" >&6 5581echo "${ECHO_T}$emacs_cv_var___after_morecore_hook" >&6
5579if test $emacs_cv_var___after_morecore_hook = no; then 5582if test $emacs_cv_var___after_morecore_hook = no; then
5580 doug_lea_malloc=no 5583 doug_lea_malloc=no
@@ -5605,28 +5608,28 @@ for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5605 inttypes.h stdint.h unistd.h 5608 inttypes.h stdint.h unistd.h
5606do 5609do
5607as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 5610as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5608echo "$as_me:5608: checking for $ac_header" >&5 5611echo "$as_me:5611: checking for $ac_header" >&5
5609echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 5612echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5610if eval "test \"\${$as_ac_Header+set}\" = set"; then 5613if eval "test \"\${$as_ac_Header+set}\" = set"; then
5611 echo $ECHO_N "(cached) $ECHO_C" >&6 5614 echo $ECHO_N "(cached) $ECHO_C" >&6
5612else 5615else
5613 cat >conftest.$ac_ext <<_ACEOF 5616 cat >conftest.$ac_ext <<_ACEOF
5614#line 5614 "configure" 5617#line 5617 "configure"
5615#include "confdefs.h" 5618#include "confdefs.h"
5616$ac_includes_default 5619$ac_includes_default
5617#include <$ac_header> 5620#include <$ac_header>
5618_ACEOF 5621_ACEOF
5619rm -f conftest.$ac_objext 5622rm -f conftest.$ac_objext
5620if { (eval echo "$as_me:5620: \"$ac_compile\"") >&5 5623if { (eval echo "$as_me:5623: \"$ac_compile\"") >&5
5621 (eval $ac_compile) 2>&5 5624 (eval $ac_compile) 2>&5
5622 ac_status=$? 5625 ac_status=$?
5623 echo "$as_me:5623: \$? = $ac_status" >&5 5626 echo "$as_me:5626: \$? = $ac_status" >&5
5624 (exit $ac_status); } && 5627 (exit $ac_status); } &&
5625 { ac_try='test -s conftest.$ac_objext' 5628 { ac_try='test -s conftest.$ac_objext'
5626 { (eval echo "$as_me:5626: \"$ac_try\"") >&5 5629 { (eval echo "$as_me:5629: \"$ac_try\"") >&5
5627 (eval $ac_try) 2>&5 5630 (eval $ac_try) 2>&5
5628 ac_status=$? 5631 ac_status=$?
5629 echo "$as_me:5629: \$? = $ac_status" >&5 5632 echo "$as_me:5632: \$? = $ac_status" >&5
5630 (exit $ac_status); }; }; then 5633 (exit $ac_status); }; }; then
5631 eval "$as_ac_Header=yes" 5634 eval "$as_ac_Header=yes"
5632else 5635else
@@ -5636,7 +5639,7 @@ eval "$as_ac_Header=no"
5636fi 5639fi
5637rm -f conftest.$ac_objext conftest.$ac_ext 5640rm -f conftest.$ac_objext conftest.$ac_ext
5638fi 5641fi
5639echo "$as_me:5639: result: `eval echo '${'$as_ac_Header'}'`" >&5 5642echo "$as_me:5642: result: `eval echo '${'$as_ac_Header'}'`" >&5
5640echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 5643echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5641if test `eval echo '${'$as_ac_Header'}'` = yes; then 5644if test `eval echo '${'$as_ac_Header'}'` = yes; then
5642 cat >>confdefs.h <<EOF 5645 cat >>confdefs.h <<EOF
@@ -5649,23 +5652,23 @@ done
5649for ac_header in stdlib.h unistd.h 5652for ac_header in stdlib.h unistd.h
5650do 5653do
5651as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 5654as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5652echo "$as_me:5652: checking for $ac_header" >&5 5655echo "$as_me:5655: checking for $ac_header" >&5
5653echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 5656echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5654if eval "test \"\${$as_ac_Header+set}\" = set"; then 5657if eval "test \"\${$as_ac_Header+set}\" = set"; then
5655 echo $ECHO_N "(cached) $ECHO_C" >&6 5658 echo $ECHO_N "(cached) $ECHO_C" >&6
5656else 5659else
5657 cat >conftest.$ac_ext <<_ACEOF 5660 cat >conftest.$ac_ext <<_ACEOF
5658#line 5658 "configure" 5661#line 5661 "configure"
5659#include "confdefs.h" 5662#include "confdefs.h"
5660#include <$ac_header> 5663#include <$ac_header>
5661_ACEOF 5664_ACEOF
5662if { (eval echo "$as_me:5662: \"$ac_cpp conftest.$ac_ext\"") >&5 5665if { (eval echo "$as_me:5665: \"$ac_cpp conftest.$ac_ext\"") >&5
5663 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 5666 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5664 ac_status=$? 5667 ac_status=$?
5665 egrep -v '^ *\+' conftest.er1 >conftest.err 5668 egrep -v '^ *\+' conftest.er1 >conftest.err
5666 rm -f conftest.er1 5669 rm -f conftest.er1
5667 cat conftest.err >&5 5670 cat conftest.err >&5
5668 echo "$as_me:5668: \$? = $ac_status" >&5 5671 echo "$as_me:5671: \$? = $ac_status" >&5
5669 (exit $ac_status); } >/dev/null; then 5672 (exit $ac_status); } >/dev/null; then
5670 if test -s conftest.err; then 5673 if test -s conftest.err; then
5671 ac_cpp_err=$ac_c_preproc_warn_flag 5674 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -5684,7 +5687,7 @@ else
5684fi 5687fi
5685rm -f conftest.err conftest.$ac_ext 5688rm -f conftest.err conftest.$ac_ext
5686fi 5689fi
5687echo "$as_me:5687: result: `eval echo '${'$as_ac_Header'}'`" >&5 5690echo "$as_me:5690: result: `eval echo '${'$as_ac_Header'}'`" >&5
5688echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 5691echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5689if test `eval echo '${'$as_ac_Header'}'` = yes; then 5692if test `eval echo '${'$as_ac_Header'}'` = yes; then
5690 cat >>confdefs.h <<EOF 5693 cat >>confdefs.h <<EOF
@@ -5697,13 +5700,13 @@ done
5697for ac_func in getpagesize 5700for ac_func in getpagesize
5698do 5701do
5699as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 5702as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
5700echo "$as_me:5700: checking for $ac_func" >&5 5703echo "$as_me:5703: checking for $ac_func" >&5
5701echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 5704echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
5702if eval "test \"\${$as_ac_var+set}\" = set"; then 5705if eval "test \"\${$as_ac_var+set}\" = set"; then
5703 echo $ECHO_N "(cached) $ECHO_C" >&6 5706 echo $ECHO_N "(cached) $ECHO_C" >&6
5704else 5707else
5705 cat >conftest.$ac_ext <<_ACEOF 5708 cat >conftest.$ac_ext <<_ACEOF
5706#line 5706 "configure" 5709#line 5709 "configure"
5707#include "confdefs.h" 5710#include "confdefs.h"
5708/* System header to define __stub macros and hopefully few prototypes, 5711/* System header to define __stub macros and hopefully few prototypes,
5709 which can conflict with char $ac_func (); below. */ 5712 which can conflict with char $ac_func (); below. */
@@ -5734,16 +5737,16 @@ f = $ac_func;
5734} 5737}
5735_ACEOF 5738_ACEOF
5736rm -f conftest.$ac_objext conftest$ac_exeext 5739rm -f conftest.$ac_objext conftest$ac_exeext
5737if { (eval echo "$as_me:5737: \"$ac_link\"") >&5 5740if { (eval echo "$as_me:5740: \"$ac_link\"") >&5
5738 (eval $ac_link) 2>&5 5741 (eval $ac_link) 2>&5
5739 ac_status=$? 5742 ac_status=$?
5740 echo "$as_me:5740: \$? = $ac_status" >&5 5743 echo "$as_me:5743: \$? = $ac_status" >&5
5741 (exit $ac_status); } && 5744 (exit $ac_status); } &&
5742 { ac_try='test -s conftest$ac_exeext' 5745 { ac_try='test -s conftest$ac_exeext'
5743 { (eval echo "$as_me:5743: \"$ac_try\"") >&5 5746 { (eval echo "$as_me:5746: \"$ac_try\"") >&5
5744 (eval $ac_try) 2>&5 5747 (eval $ac_try) 2>&5
5745 ac_status=$? 5748 ac_status=$?
5746 echo "$as_me:5746: \$? = $ac_status" >&5 5749 echo "$as_me:5749: \$? = $ac_status" >&5
5747 (exit $ac_status); }; }; then 5750 (exit $ac_status); }; }; then
5748 eval "$as_ac_var=yes" 5751 eval "$as_ac_var=yes"
5749else 5752else
@@ -5753,7 +5756,7 @@ eval "$as_ac_var=no"
5753fi 5756fi
5754rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5757rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5755fi 5758fi
5756echo "$as_me:5756: result: `eval echo '${'$as_ac_var'}'`" >&5 5759echo "$as_me:5759: result: `eval echo '${'$as_ac_var'}'`" >&5
5757echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 5760echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
5758if test `eval echo '${'$as_ac_var'}'` = yes; then 5761if test `eval echo '${'$as_ac_var'}'` = yes; then
5759 cat >>confdefs.h <<EOF 5762 cat >>confdefs.h <<EOF
@@ -5763,7 +5766,7 @@ EOF
5763fi 5766fi
5764done 5767done
5765 5768
5766echo "$as_me:5766: checking for working mmap" >&5 5769echo "$as_me:5769: checking for working mmap" >&5
5767echo $ECHO_N "checking for working mmap... $ECHO_C" >&6 5770echo $ECHO_N "checking for working mmap... $ECHO_C" >&6
5768if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then 5771if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then
5769 echo $ECHO_N "(cached) $ECHO_C" >&6 5772 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5772,7 +5775,7 @@ else
5772 ac_cv_func_mmap_fixed_mapped=no 5775 ac_cv_func_mmap_fixed_mapped=no
5773else 5776else
5774 cat >conftest.$ac_ext <<_ACEOF 5777 cat >conftest.$ac_ext <<_ACEOF
5775#line 5775 "configure" 5778#line 5778 "configure"
5776#include "confdefs.h" 5779#include "confdefs.h"
5777$ac_includes_default 5780$ac_includes_default
5778/* Thanks to Mike Haertel and Jim Avera for this test. 5781/* Thanks to Mike Haertel and Jim Avera for this test.
@@ -5899,15 +5902,15 @@ main ()
5899} 5902}
5900_ACEOF 5903_ACEOF
5901rm -f conftest$ac_exeext 5904rm -f conftest$ac_exeext
5902if { (eval echo "$as_me:5902: \"$ac_link\"") >&5 5905if { (eval echo "$as_me:5905: \"$ac_link\"") >&5
5903 (eval $ac_link) 2>&5 5906 (eval $ac_link) 2>&5
5904 ac_status=$? 5907 ac_status=$?
5905 echo "$as_me:5905: \$? = $ac_status" >&5 5908 echo "$as_me:5908: \$? = $ac_status" >&5
5906 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 5909 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5907 { (eval echo "$as_me:5907: \"$ac_try\"") >&5 5910 { (eval echo "$as_me:5910: \"$ac_try\"") >&5
5908 (eval $ac_try) 2>&5 5911 (eval $ac_try) 2>&5
5909 ac_status=$? 5912 ac_status=$?
5910 echo "$as_me:5910: \$? = $ac_status" >&5 5913 echo "$as_me:5913: \$? = $ac_status" >&5
5911 (exit $ac_status); }; }; then 5914 (exit $ac_status); }; }; then
5912 ac_cv_func_mmap_fixed_mapped=yes 5915 ac_cv_func_mmap_fixed_mapped=yes
5913else 5916else
@@ -5919,7 +5922,7 @@ fi
5919rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 5922rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5920fi 5923fi
5921fi 5924fi
5922echo "$as_me:5922: result: $ac_cv_func_mmap_fixed_mapped" >&5 5925echo "$as_me:5925: result: $ac_cv_func_mmap_fixed_mapped" >&5
5923echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6 5926echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6
5924if test $ac_cv_func_mmap_fixed_mapped = yes; then 5927if test $ac_cv_func_mmap_fixed_mapped = yes; then
5925 5928
@@ -5936,7 +5939,7 @@ fi
5936 5939
5937LIBS="$libsrc_libs $LIBS" 5940LIBS="$libsrc_libs $LIBS"
5938 5941
5939echo "$as_me:5939: checking for dnet_ntoa in -ldnet" >&5 5942echo "$as_me:5942: checking for dnet_ntoa in -ldnet" >&5
5940echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6 5943echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
5941if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then 5944if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
5942 echo $ECHO_N "(cached) $ECHO_C" >&6 5945 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5944,7 +5947,7 @@ else
5944 ac_check_lib_save_LIBS=$LIBS 5947 ac_check_lib_save_LIBS=$LIBS
5945LIBS="-ldnet $LIBS" 5948LIBS="-ldnet $LIBS"
5946cat >conftest.$ac_ext <<_ACEOF 5949cat >conftest.$ac_ext <<_ACEOF
5947#line 5947 "configure" 5950#line 5950 "configure"
5948#include "confdefs.h" 5951#include "confdefs.h"
5949 5952
5950/* Override any gcc2 internal prototype to avoid an error. */ 5953/* Override any gcc2 internal prototype to avoid an error. */
@@ -5963,16 +5966,16 @@ dnet_ntoa ();
5963} 5966}
5964_ACEOF 5967_ACEOF
5965rm -f conftest.$ac_objext conftest$ac_exeext 5968rm -f conftest.$ac_objext conftest$ac_exeext
5966if { (eval echo "$as_me:5966: \"$ac_link\"") >&5 5969if { (eval echo "$as_me:5969: \"$ac_link\"") >&5
5967 (eval $ac_link) 2>&5 5970 (eval $ac_link) 2>&5
5968 ac_status=$? 5971 ac_status=$?
5969 echo "$as_me:5969: \$? = $ac_status" >&5 5972 echo "$as_me:5972: \$? = $ac_status" >&5
5970 (exit $ac_status); } && 5973 (exit $ac_status); } &&
5971 { ac_try='test -s conftest$ac_exeext' 5974 { ac_try='test -s conftest$ac_exeext'
5972 { (eval echo "$as_me:5972: \"$ac_try\"") >&5 5975 { (eval echo "$as_me:5975: \"$ac_try\"") >&5
5973 (eval $ac_try) 2>&5 5976 (eval $ac_try) 2>&5
5974 ac_status=$? 5977 ac_status=$?
5975 echo "$as_me:5975: \$? = $ac_status" >&5 5978 echo "$as_me:5978: \$? = $ac_status" >&5
5976 (exit $ac_status); }; }; then 5979 (exit $ac_status); }; }; then
5977 ac_cv_lib_dnet_dnet_ntoa=yes 5980 ac_cv_lib_dnet_dnet_ntoa=yes
5978else 5981else
@@ -5983,7 +5986,7 @@ fi
5983rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5986rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5984LIBS=$ac_check_lib_save_LIBS 5987LIBS=$ac_check_lib_save_LIBS
5985fi 5988fi
5986echo "$as_me:5986: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 5989echo "$as_me:5989: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
5987echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6 5990echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
5988if test $ac_cv_lib_dnet_dnet_ntoa = yes; then 5991if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
5989 cat >>confdefs.h <<EOF 5992 cat >>confdefs.h <<EOF
@@ -5994,7 +5997,7 @@ EOF
5994 5997
5995fi 5998fi
5996 5999
5997echo "$as_me:5997: checking for main in -lXbsd" >&5 6000echo "$as_me:6000: checking for main in -lXbsd" >&5
5998echo $ECHO_N "checking for main in -lXbsd... $ECHO_C" >&6 6001echo $ECHO_N "checking for main in -lXbsd... $ECHO_C" >&6
5999if test "${ac_cv_lib_Xbsd_main+set}" = set; then 6002if test "${ac_cv_lib_Xbsd_main+set}" = set; then
6000 echo $ECHO_N "(cached) $ECHO_C" >&6 6003 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6002,7 +6005,7 @@ else
6002 ac_check_lib_save_LIBS=$LIBS 6005 ac_check_lib_save_LIBS=$LIBS
6003LIBS="-lXbsd $LIBS" 6006LIBS="-lXbsd $LIBS"
6004cat >conftest.$ac_ext <<_ACEOF 6007cat >conftest.$ac_ext <<_ACEOF
6005#line 6005 "configure" 6008#line 6008 "configure"
6006#include "confdefs.h" 6009#include "confdefs.h"
6007 6010
6008int 6011int
@@ -6014,16 +6017,16 @@ main ();
6014} 6017}
6015_ACEOF 6018_ACEOF
6016rm -f conftest.$ac_objext conftest$ac_exeext 6019rm -f conftest.$ac_objext conftest$ac_exeext
6017if { (eval echo "$as_me:6017: \"$ac_link\"") >&5 6020if { (eval echo "$as_me:6020: \"$ac_link\"") >&5
6018 (eval $ac_link) 2>&5 6021 (eval $ac_link) 2>&5
6019 ac_status=$? 6022 ac_status=$?
6020 echo "$as_me:6020: \$? = $ac_status" >&5 6023 echo "$as_me:6023: \$? = $ac_status" >&5
6021 (exit $ac_status); } && 6024 (exit $ac_status); } &&
6022 { ac_try='test -s conftest$ac_exeext' 6025 { ac_try='test -s conftest$ac_exeext'
6023 { (eval echo "$as_me:6023: \"$ac_try\"") >&5 6026 { (eval echo "$as_me:6026: \"$ac_try\"") >&5
6024 (eval $ac_try) 2>&5 6027 (eval $ac_try) 2>&5
6025 ac_status=$? 6028 ac_status=$?
6026 echo "$as_me:6026: \$? = $ac_status" >&5 6029 echo "$as_me:6029: \$? = $ac_status" >&5
6027 (exit $ac_status); }; }; then 6030 (exit $ac_status); }; }; then
6028 ac_cv_lib_Xbsd_main=yes 6031 ac_cv_lib_Xbsd_main=yes
6029else 6032else
@@ -6034,13 +6037,13 @@ fi
6034rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6037rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6035LIBS=$ac_check_lib_save_LIBS 6038LIBS=$ac_check_lib_save_LIBS
6036fi 6039fi
6037echo "$as_me:6037: result: $ac_cv_lib_Xbsd_main" >&5 6040echo "$as_me:6040: result: $ac_cv_lib_Xbsd_main" >&5
6038echo "${ECHO_T}$ac_cv_lib_Xbsd_main" >&6 6041echo "${ECHO_T}$ac_cv_lib_Xbsd_main" >&6
6039if test $ac_cv_lib_Xbsd_main = yes; then 6042if test $ac_cv_lib_Xbsd_main = yes; then
6040 LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd" 6043 LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd"
6041fi 6044fi
6042 6045
6043echo "$as_me:6043: checking for cma_open in -lpthreads" >&5 6046echo "$as_me:6046: checking for cma_open in -lpthreads" >&5
6044echo $ECHO_N "checking for cma_open in -lpthreads... $ECHO_C" >&6 6047echo $ECHO_N "checking for cma_open in -lpthreads... $ECHO_C" >&6
6045if test "${ac_cv_lib_pthreads_cma_open+set}" = set; then 6048if test "${ac_cv_lib_pthreads_cma_open+set}" = set; then
6046 echo $ECHO_N "(cached) $ECHO_C" >&6 6049 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6048,7 +6051,7 @@ else
6048 ac_check_lib_save_LIBS=$LIBS 6051 ac_check_lib_save_LIBS=$LIBS
6049LIBS="-lpthreads $LIBS" 6052LIBS="-lpthreads $LIBS"
6050cat >conftest.$ac_ext <<_ACEOF 6053cat >conftest.$ac_ext <<_ACEOF
6051#line 6051 "configure" 6054#line 6054 "configure"
6052#include "confdefs.h" 6055#include "confdefs.h"
6053 6056
6054/* Override any gcc2 internal prototype to avoid an error. */ 6057/* Override any gcc2 internal prototype to avoid an error. */
@@ -6067,16 +6070,16 @@ cma_open ();
6067} 6070}
6068_ACEOF 6071_ACEOF
6069rm -f conftest.$ac_objext conftest$ac_exeext 6072rm -f conftest.$ac_objext conftest$ac_exeext
6070if { (eval echo "$as_me:6070: \"$ac_link\"") >&5 6073if { (eval echo "$as_me:6073: \"$ac_link\"") >&5
6071 (eval $ac_link) 2>&5 6074 (eval $ac_link) 2>&5
6072 ac_status=$? 6075 ac_status=$?
6073 echo "$as_me:6073: \$? = $ac_status" >&5 6076 echo "$as_me:6076: \$? = $ac_status" >&5
6074 (exit $ac_status); } && 6077 (exit $ac_status); } &&
6075 { ac_try='test -s conftest$ac_exeext' 6078 { ac_try='test -s conftest$ac_exeext'
6076 { (eval echo "$as_me:6076: \"$ac_try\"") >&5 6079 { (eval echo "$as_me:6079: \"$ac_try\"") >&5
6077 (eval $ac_try) 2>&5 6080 (eval $ac_try) 2>&5
6078 ac_status=$? 6081 ac_status=$?
6079 echo "$as_me:6079: \$? = $ac_status" >&5 6082 echo "$as_me:6082: \$? = $ac_status" >&5
6080 (exit $ac_status); }; }; then 6083 (exit $ac_status); }; }; then
6081 ac_cv_lib_pthreads_cma_open=yes 6084 ac_cv_lib_pthreads_cma_open=yes
6082else 6085else
@@ -6087,7 +6090,7 @@ fi
6087rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6090rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6088LIBS=$ac_check_lib_save_LIBS 6091LIBS=$ac_check_lib_save_LIBS
6089fi 6092fi
6090echo "$as_me:6090: result: $ac_cv_lib_pthreads_cma_open" >&5 6093echo "$as_me:6093: result: $ac_cv_lib_pthreads_cma_open" >&5
6091echo "${ECHO_T}$ac_cv_lib_pthreads_cma_open" >&6 6094echo "${ECHO_T}$ac_cv_lib_pthreads_cma_open" >&6
6092if test $ac_cv_lib_pthreads_cma_open = yes; then 6095if test $ac_cv_lib_pthreads_cma_open = yes; then
6093 cat >>confdefs.h <<EOF 6096 cat >>confdefs.h <<EOF
@@ -6098,7 +6101,7 @@ EOF
6098 6101
6099fi 6102fi
6100 6103
6101echo "$as_me:6101: checking for XFree86 in /usr/X386" >&5 6104echo "$as_me:6104: checking for XFree86 in /usr/X386" >&5
6102echo $ECHO_N "checking for XFree86 in /usr/X386... $ECHO_C" >&6 6105echo $ECHO_N "checking for XFree86 in /usr/X386... $ECHO_C" >&6
6103if test -d /usr/X386/include; then 6106if test -d /usr/X386/include; then
6104 HAVE_XFREE386=yes 6107 HAVE_XFREE386=yes
@@ -6106,7 +6109,7 @@ if test -d /usr/X386/include; then
6106else 6109else
6107 HAVE_XFREE386=no 6110 HAVE_XFREE386=no
6108fi 6111fi
6109echo "$as_me:6109: result: $HAVE_XFREE386" >&5 6112echo "$as_me:6112: result: $HAVE_XFREE386" >&5
6110echo "${ECHO_T}$HAVE_XFREE386" >&6 6113echo "${ECHO_T}$HAVE_XFREE386" >&6
6111 6114
6112# Change CFLAGS temporarily so that C_SWITCH_X_SITE gets used 6115# Change CFLAGS temporarily so that C_SWITCH_X_SITE gets used
@@ -6131,10 +6134,10 @@ if test "${HAVE_X11}" = "yes"; then
6131 fi 6134 fi
6132 6135
6133 if test "${opsys}" = "gnu-linux"; then 6136 if test "${opsys}" = "gnu-linux"; then
6134 echo "$as_me:6134: checking whether X on GNU/Linux needs -b to link" >&5 6137 echo "$as_me:6137: checking whether X on GNU/Linux needs -b to link" >&5
6135echo $ECHO_N "checking whether X on GNU/Linux needs -b to link... $ECHO_C" >&6 6138echo $ECHO_N "checking whether X on GNU/Linux needs -b to link... $ECHO_C" >&6
6136 cat >conftest.$ac_ext <<_ACEOF 6139 cat >conftest.$ac_ext <<_ACEOF
6137#line 6137 "configure" 6140#line 6140 "configure"
6138#include "confdefs.h" 6141#include "confdefs.h"
6139 6142
6140int 6143int
@@ -6146,16 +6149,16 @@ XOpenDisplay ("foo");
6146} 6149}
6147_ACEOF 6150_ACEOF
6148rm -f conftest.$ac_objext conftest$ac_exeext 6151rm -f conftest.$ac_objext conftest$ac_exeext
6149if { (eval echo "$as_me:6149: \"$ac_link\"") >&5 6152if { (eval echo "$as_me:6152: \"$ac_link\"") >&5
6150 (eval $ac_link) 2>&5 6153 (eval $ac_link) 2>&5
6151 ac_status=$? 6154 ac_status=$?
6152 echo "$as_me:6152: \$? = $ac_status" >&5 6155 echo "$as_me:6155: \$? = $ac_status" >&5
6153 (exit $ac_status); } && 6156 (exit $ac_status); } &&
6154 { ac_try='test -s conftest$ac_exeext' 6157 { ac_try='test -s conftest$ac_exeext'
6155 { (eval echo "$as_me:6155: \"$ac_try\"") >&5 6158 { (eval echo "$as_me:6158: \"$ac_try\"") >&5
6156 (eval $ac_try) 2>&5 6159 (eval $ac_try) 2>&5
6157 ac_status=$? 6160 ac_status=$?
6158 echo "$as_me:6158: \$? = $ac_status" >&5 6161 echo "$as_me:6161: \$? = $ac_status" >&5
6159 (exit $ac_status); }; }; then 6162 (exit $ac_status); }; }; then
6160 xlinux_first_failure=no 6163 xlinux_first_failure=no
6161else 6164else
@@ -6174,7 +6177,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6174 CPPFLAGS="$CPPFLAGS -b i486-linuxaout" 6177 CPPFLAGS="$CPPFLAGS -b i486-linuxaout"
6175 LIBS="$LIBS -b i486-linuxaout" 6178 LIBS="$LIBS -b i486-linuxaout"
6176 cat >conftest.$ac_ext <<_ACEOF 6179 cat >conftest.$ac_ext <<_ACEOF
6177#line 6177 "configure" 6180#line 6180 "configure"
6178#include "confdefs.h" 6181#include "confdefs.h"
6179 6182
6180int 6183int
@@ -6186,16 +6189,16 @@ XOpenDisplay ("foo");
6186} 6189}
6187_ACEOF 6190_ACEOF
6188rm -f conftest.$ac_objext conftest$ac_exeext 6191rm -f conftest.$ac_objext conftest$ac_exeext
6189if { (eval echo "$as_me:6189: \"$ac_link\"") >&5 6192if { (eval echo "$as_me:6192: \"$ac_link\"") >&5
6190 (eval $ac_link) 2>&5 6193 (eval $ac_link) 2>&5
6191 ac_status=$? 6194 ac_status=$?
6192 echo "$as_me:6192: \$? = $ac_status" >&5 6195 echo "$as_me:6195: \$? = $ac_status" >&5
6193 (exit $ac_status); } && 6196 (exit $ac_status); } &&
6194 { ac_try='test -s conftest$ac_exeext' 6197 { ac_try='test -s conftest$ac_exeext'
6195 { (eval echo "$as_me:6195: \"$ac_try\"") >&5 6198 { (eval echo "$as_me:6198: \"$ac_try\"") >&5
6196 (eval $ac_try) 2>&5 6199 (eval $ac_try) 2>&5
6197 ac_status=$? 6200 ac_status=$?
6198 echo "$as_me:6198: \$? = $ac_status" >&5 6201 echo "$as_me:6201: \$? = $ac_status" >&5
6199 (exit $ac_status); }; }; then 6202 (exit $ac_status); }; }; then
6200 xlinux_second_failure=no 6203 xlinux_second_failure=no
6201else 6204else
@@ -6211,24 +6214,24 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6211 C_SWITCH_X_SITE="$OLD_C_SWITCH_X_SITE" 6214 C_SWITCH_X_SITE="$OLD_C_SWITCH_X_SITE"
6212 CPPFLAGS="$OLD_CPPFLAGS" 6215 CPPFLAGS="$OLD_CPPFLAGS"
6213 LIBS="$OLD_LIBS" 6216 LIBS="$OLD_LIBS"
6214 echo "$as_me:6214: result: no" >&5 6217 echo "$as_me:6217: result: no" >&5
6215echo "${ECHO_T}no" >&6 6218echo "${ECHO_T}no" >&6
6216 else 6219 else
6217 echo "$as_me:6217: result: yes" >&5 6220 echo "$as_me:6220: result: yes" >&5
6218echo "${ECHO_T}yes" >&6 6221echo "${ECHO_T}yes" >&6
6219 fi 6222 fi
6220 else 6223 else
6221 echo "$as_me:6221: result: no" >&5 6224 echo "$as_me:6224: result: no" >&5
6222echo "${ECHO_T}no" >&6 6225echo "${ECHO_T}no" >&6
6223 fi 6226 fi
6224 fi 6227 fi
6225 6228
6226 # Reportedly, some broken Solaris systems have XKBlib.h but are missing 6229 # Reportedly, some broken Solaris systems have XKBlib.h but are missing
6227 # header files included from there. 6230 # header files included from there.
6228 echo "$as_me:6228: checking for Xkb" >&5 6231 echo "$as_me:6231: checking for Xkb" >&5
6229echo $ECHO_N "checking for Xkb... $ECHO_C" >&6 6232echo $ECHO_N "checking for Xkb... $ECHO_C" >&6
6230 cat >conftest.$ac_ext <<_ACEOF 6233 cat >conftest.$ac_ext <<_ACEOF
6231#line 6231 "configure" 6234#line 6234 "configure"
6232#include "confdefs.h" 6235#include "confdefs.h"
6233#include <X11/Xlib.h> 6236#include <X11/Xlib.h>
6234#include <X11/XKBlib.h> 6237#include <X11/XKBlib.h>
@@ -6241,16 +6244,16 @@ XkbDescPtr kb = XkbGetKeyboard (0, XkbAllComponentsMask, XkbUseCoreKbd);
6241} 6244}
6242_ACEOF 6245_ACEOF
6243rm -f conftest.$ac_objext conftest$ac_exeext 6246rm -f conftest.$ac_objext conftest$ac_exeext
6244if { (eval echo "$as_me:6244: \"$ac_link\"") >&5 6247if { (eval echo "$as_me:6247: \"$ac_link\"") >&5
6245 (eval $ac_link) 2>&5 6248 (eval $ac_link) 2>&5
6246 ac_status=$? 6249 ac_status=$?
6247 echo "$as_me:6247: \$? = $ac_status" >&5 6250 echo "$as_me:6250: \$? = $ac_status" >&5
6248 (exit $ac_status); } && 6251 (exit $ac_status); } &&
6249 { ac_try='test -s conftest$ac_exeext' 6252 { ac_try='test -s conftest$ac_exeext'
6250 { (eval echo "$as_me:6250: \"$ac_try\"") >&5 6253 { (eval echo "$as_me:6253: \"$ac_try\"") >&5
6251 (eval $ac_try) 2>&5 6254 (eval $ac_try) 2>&5
6252 ac_status=$? 6255 ac_status=$?
6253 echo "$as_me:6253: \$? = $ac_status" >&5 6256 echo "$as_me:6256: \$? = $ac_status" >&5
6254 (exit $ac_status); }; }; then 6257 (exit $ac_status); }; }; then
6255 emacs_xkb=yes 6258 emacs_xkb=yes
6256else 6259else
@@ -6259,7 +6262,7 @@ cat conftest.$ac_ext >&5
6259emacs_xkb=no 6262emacs_xkb=no
6260fi 6263fi
6261rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6264rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6262 echo "$as_me:6262: result: $emacs_xkb" >&5 6265 echo "$as_me:6265: result: $emacs_xkb" >&5
6263echo "${ECHO_T}$emacs_xkb" >&6 6266echo "${ECHO_T}$emacs_xkb" >&6
6264 if test $emacs_xkb = yes; then 6267 if test $emacs_xkb = yes; then
6265 cat >>confdefs.h <<\EOF 6268 cat >>confdefs.h <<\EOF
@@ -6272,13 +6275,13 @@ for ac_func in XrmSetDatabase XScreenResourceString \
6272XScreenNumberOfScreen XSetWMProtocols 6275XScreenNumberOfScreen XSetWMProtocols
6273do 6276do
6274as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 6277as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6275echo "$as_me:6275: checking for $ac_func" >&5 6278echo "$as_me:6278: checking for $ac_func" >&5
6276echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 6279echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
6277if eval "test \"\${$as_ac_var+set}\" = set"; then 6280if eval "test \"\${$as_ac_var+set}\" = set"; then
6278 echo $ECHO_N "(cached) $ECHO_C" >&6 6281 echo $ECHO_N "(cached) $ECHO_C" >&6
6279else 6282else
6280 cat >conftest.$ac_ext <<_ACEOF 6283 cat >conftest.$ac_ext <<_ACEOF
6281#line 6281 "configure" 6284#line 6284 "configure"
6282#include "confdefs.h" 6285#include "confdefs.h"
6283/* System header to define __stub macros and hopefully few prototypes, 6286/* System header to define __stub macros and hopefully few prototypes,
6284 which can conflict with char $ac_func (); below. */ 6287 which can conflict with char $ac_func (); below. */
@@ -6309,16 +6312,16 @@ f = $ac_func;
6309} 6312}
6310_ACEOF 6313_ACEOF
6311rm -f conftest.$ac_objext conftest$ac_exeext 6314rm -f conftest.$ac_objext conftest$ac_exeext
6312if { (eval echo "$as_me:6312: \"$ac_link\"") >&5 6315if { (eval echo "$as_me:6315: \"$ac_link\"") >&5
6313 (eval $ac_link) 2>&5 6316 (eval $ac_link) 2>&5
6314 ac_status=$? 6317 ac_status=$?
6315 echo "$as_me:6315: \$? = $ac_status" >&5 6318 echo "$as_me:6318: \$? = $ac_status" >&5
6316 (exit $ac_status); } && 6319 (exit $ac_status); } &&
6317 { ac_try='test -s conftest$ac_exeext' 6320 { ac_try='test -s conftest$ac_exeext'
6318 { (eval echo "$as_me:6318: \"$ac_try\"") >&5 6321 { (eval echo "$as_me:6321: \"$ac_try\"") >&5
6319 (eval $ac_try) 2>&5 6322 (eval $ac_try) 2>&5
6320 ac_status=$? 6323 ac_status=$?
6321 echo "$as_me:6321: \$? = $ac_status" >&5 6324 echo "$as_me:6324: \$? = $ac_status" >&5
6322 (exit $ac_status); }; }; then 6325 (exit $ac_status); }; }; then
6323 eval "$as_ac_var=yes" 6326 eval "$as_ac_var=yes"
6324else 6327else
@@ -6328,7 +6331,7 @@ eval "$as_ac_var=no"
6328fi 6331fi
6329rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6332rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6330fi 6333fi
6331echo "$as_me:6331: result: `eval echo '${'$as_ac_var'}'`" >&5 6334echo "$as_me:6334: result: `eval echo '${'$as_ac_var'}'`" >&5
6332echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 6335echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
6333if test `eval echo '${'$as_ac_var'}'` = yes; then 6336if test `eval echo '${'$as_ac_var'}'` = yes; then
6334 cat >>confdefs.h <<EOF 6337 cat >>confdefs.h <<EOF
@@ -6341,13 +6344,13 @@ done
6341fi 6344fi
6342 6345
6343if test "${window_system}" = "x11"; then 6346if test "${window_system}" = "x11"; then
6344 echo "$as_me:6344: checking X11 version 6" >&5 6347 echo "$as_me:6347: checking X11 version 6" >&5
6345echo $ECHO_N "checking X11 version 6... $ECHO_C" >&6 6348echo $ECHO_N "checking X11 version 6... $ECHO_C" >&6
6346 if test "${emacs_cv_x11_version_6+set}" = set; then 6349 if test "${emacs_cv_x11_version_6+set}" = set; then
6347 echo $ECHO_N "(cached) $ECHO_C" >&6 6350 echo $ECHO_N "(cached) $ECHO_C" >&6
6348else 6351else
6349 cat >conftest.$ac_ext <<_ACEOF 6352 cat >conftest.$ac_ext <<_ACEOF
6350#line 6350 "configure" 6353#line 6353 "configure"
6351#include "confdefs.h" 6354#include "confdefs.h"
6352#include <X11/Xlib.h> 6355#include <X11/Xlib.h>
6353int 6356int
@@ -6362,16 +6365,16 @@ fail;
6362} 6365}
6363_ACEOF 6366_ACEOF
6364rm -f conftest.$ac_objext conftest$ac_exeext 6367rm -f conftest.$ac_objext conftest$ac_exeext
6365if { (eval echo "$as_me:6365: \"$ac_link\"") >&5 6368if { (eval echo "$as_me:6368: \"$ac_link\"") >&5
6366 (eval $ac_link) 2>&5 6369 (eval $ac_link) 2>&5
6367 ac_status=$? 6370 ac_status=$?
6368 echo "$as_me:6368: \$? = $ac_status" >&5 6371 echo "$as_me:6371: \$? = $ac_status" >&5
6369 (exit $ac_status); } && 6372 (exit $ac_status); } &&
6370 { ac_try='test -s conftest$ac_exeext' 6373 { ac_try='test -s conftest$ac_exeext'
6371 { (eval echo "$as_me:6371: \"$ac_try\"") >&5 6374 { (eval echo "$as_me:6374: \"$ac_try\"") >&5
6372 (eval $ac_try) 2>&5 6375 (eval $ac_try) 2>&5
6373 ac_status=$? 6376 ac_status=$?
6374 echo "$as_me:6374: \$? = $ac_status" >&5 6377 echo "$as_me:6377: \$? = $ac_status" >&5
6375 (exit $ac_status); }; }; then 6378 (exit $ac_status); }; }; then
6376 emacs_cv_x11_version_6=yes 6379 emacs_cv_x11_version_6=yes
6377else 6380else
@@ -6383,26 +6386,26 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6383fi 6386fi
6384 6387
6385 if test $emacs_cv_x11_version_6 = yes; then 6388 if test $emacs_cv_x11_version_6 = yes; then
6386 echo "$as_me:6386: result: 6 or newer" >&5 6389 echo "$as_me:6389: result: 6 or newer" >&5
6387echo "${ECHO_T}6 or newer" >&6 6390echo "${ECHO_T}6 or newer" >&6
6388 cat >>confdefs.h <<\EOF 6391 cat >>confdefs.h <<\EOF
6389#define HAVE_X11R6 1 6392#define HAVE_X11R6 1
6390EOF 6393EOF
6391 6394
6392 else 6395 else
6393 echo "$as_me:6393: result: before 6" >&5 6396 echo "$as_me:6396: result: before 6" >&5
6394echo "${ECHO_T}before 6" >&6 6397echo "${ECHO_T}before 6" >&6
6395 fi 6398 fi
6396fi 6399fi
6397 6400
6398if test "${window_system}" = "x11"; then 6401if test "${window_system}" = "x11"; then
6399 echo "$as_me:6399: checking X11 version 5" >&5 6402 echo "$as_me:6402: checking X11 version 5" >&5
6400echo $ECHO_N "checking X11 version 5... $ECHO_C" >&6 6403echo $ECHO_N "checking X11 version 5... $ECHO_C" >&6
6401 if test "${emacs_cv_x11_version_5+set}" = set; then 6404 if test "${emacs_cv_x11_version_5+set}" = set; then
6402 echo $ECHO_N "(cached) $ECHO_C" >&6 6405 echo $ECHO_N "(cached) $ECHO_C" >&6
6403else 6406else
6404 cat >conftest.$ac_ext <<_ACEOF 6407 cat >conftest.$ac_ext <<_ACEOF
6405#line 6405 "configure" 6408#line 6408 "configure"
6406#include "confdefs.h" 6409#include "confdefs.h"
6407#include <X11/Xlib.h> 6410#include <X11/Xlib.h>
6408int 6411int
@@ -6417,16 +6420,16 @@ fail;
6417} 6420}
6418_ACEOF 6421_ACEOF
6419rm -f conftest.$ac_objext conftest$ac_exeext 6422rm -f conftest.$ac_objext conftest$ac_exeext
6420if { (eval echo "$as_me:6420: \"$ac_link\"") >&5 6423if { (eval echo "$as_me:6423: \"$ac_link\"") >&5
6421 (eval $ac_link) 2>&5 6424 (eval $ac_link) 2>&5
6422 ac_status=$? 6425 ac_status=$?
6423 echo "$as_me:6423: \$? = $ac_status" >&5 6426 echo "$as_me:6426: \$? = $ac_status" >&5
6424 (exit $ac_status); } && 6427 (exit $ac_status); } &&
6425 { ac_try='test -s conftest$ac_exeext' 6428 { ac_try='test -s conftest$ac_exeext'
6426 { (eval echo "$as_me:6426: \"$ac_try\"") >&5 6429 { (eval echo "$as_me:6429: \"$ac_try\"") >&5
6427 (eval $ac_try) 2>&5 6430 (eval $ac_try) 2>&5
6428 ac_status=$? 6431 ac_status=$?
6429 echo "$as_me:6429: \$? = $ac_status" >&5 6432 echo "$as_me:6432: \$? = $ac_status" >&5
6430 (exit $ac_status); }; }; then 6433 (exit $ac_status); }; }; then
6431 emacs_cv_x11_version_5=yes 6434 emacs_cv_x11_version_5=yes
6432else 6435else
@@ -6438,7 +6441,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6438fi 6441fi
6439 6442
6440 if test $emacs_cv_x11_version_5 = yes; then 6443 if test $emacs_cv_x11_version_5 = yes; then
6441 echo "$as_me:6441: result: 5 or newer" >&5 6444 echo "$as_me:6444: result: 5 or newer" >&5
6442echo "${ECHO_T}5 or newer" >&6 6445echo "${ECHO_T}5 or newer" >&6
6443 HAVE_X11R5=yes 6446 HAVE_X11R5=yes
6444 cat >>confdefs.h <<\EOF 6447 cat >>confdefs.h <<\EOF
@@ -6447,20 +6450,20 @@ EOF
6447 6450
6448 else 6451 else
6449 HAVE_X11R5=no 6452 HAVE_X11R5=no
6450 echo "$as_me:6450: result: before 5" >&5 6453 echo "$as_me:6453: result: before 5" >&5
6451echo "${ECHO_T}before 5" >&6 6454echo "${ECHO_T}before 5" >&6
6452 fi 6455 fi
6453fi 6456fi
6454 6457
6455if test x"${USE_X_TOOLKIT}" = xmaybe; then 6458if test x"${USE_X_TOOLKIT}" = xmaybe; then
6456 if test x"${HAVE_X11R5}" = xyes; then 6459 if test x"${HAVE_X11R5}" = xyes; then
6457 echo "$as_me:6457: checking X11 version 5 with Xaw" >&5 6460 echo "$as_me:6460: checking X11 version 5 with Xaw" >&5
6458echo $ECHO_N "checking X11 version 5 with Xaw... $ECHO_C" >&6 6461echo $ECHO_N "checking X11 version 5 with Xaw... $ECHO_C" >&6
6459 if test "${emacs_cv_x11_version_5_with_xaw+set}" = set; then 6462 if test "${emacs_cv_x11_version_5_with_xaw+set}" = set; then
6460 echo $ECHO_N "(cached) $ECHO_C" >&6 6463 echo $ECHO_N "(cached) $ECHO_C" >&6
6461else 6464else
6462 cat >conftest.$ac_ext <<_ACEOF 6465 cat >conftest.$ac_ext <<_ACEOF
6463#line 6463 "configure" 6466#line 6466 "configure"
6464#include "confdefs.h" 6467#include "confdefs.h"
6465 6468
6466#include <X11/Intrinsic.h> 6469#include <X11/Intrinsic.h>
@@ -6474,16 +6477,16 @@ main ()
6474} 6477}
6475_ACEOF 6478_ACEOF
6476rm -f conftest.$ac_objext conftest$ac_exeext 6479rm -f conftest.$ac_objext conftest$ac_exeext
6477if { (eval echo "$as_me:6477: \"$ac_link\"") >&5 6480if { (eval echo "$as_me:6480: \"$ac_link\"") >&5
6478 (eval $ac_link) 2>&5 6481 (eval $ac_link) 2>&5
6479 ac_status=$? 6482 ac_status=$?
6480 echo "$as_me:6480: \$? = $ac_status" >&5 6483 echo "$as_me:6483: \$? = $ac_status" >&5
6481 (exit $ac_status); } && 6484 (exit $ac_status); } &&
6482 { ac_try='test -s conftest$ac_exeext' 6485 { ac_try='test -s conftest$ac_exeext'
6483 { (eval echo "$as_me:6483: \"$ac_try\"") >&5 6486 { (eval echo "$as_me:6486: \"$ac_try\"") >&5
6484 (eval $ac_try) 2>&5 6487 (eval $ac_try) 2>&5
6485 ac_status=$? 6488 ac_status=$?
6486 echo "$as_me:6486: \$? = $ac_status" >&5 6489 echo "$as_me:6489: \$? = $ac_status" >&5
6487 (exit $ac_status); }; }; then 6490 (exit $ac_status); }; }; then
6488 emacs_cv_x11_version_5_with_xaw=yes 6491 emacs_cv_x11_version_5_with_xaw=yes
6489else 6492else
@@ -6495,11 +6498,11 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6495fi 6498fi
6496 6499
6497 if test $emacs_cv_x11_version_5_with_xaw = yes; then 6500 if test $emacs_cv_x11_version_5_with_xaw = yes; then
6498 echo "$as_me:6498: result: 5 or newer, with Xaw; use toolkit by default" >&5 6501 echo "$as_me:6501: result: 5 or newer, with Xaw; use toolkit by default" >&5
6499echo "${ECHO_T}5 or newer, with Xaw; use toolkit by default" >&6 6502echo "${ECHO_T}5 or newer, with Xaw; use toolkit by default" >&6
6500 USE_X_TOOLKIT=LUCID 6503 USE_X_TOOLKIT=LUCID
6501 else 6504 else
6502 echo "$as_me:6502: result: before 5 or no Xaw; do not use toolkit by default" >&5 6505 echo "$as_me:6505: result: before 5 or no Xaw; do not use toolkit by default" >&5
6503echo "${ECHO_T}before 5 or no Xaw; do not use toolkit by default" >&6 6506echo "${ECHO_T}before 5 or no Xaw; do not use toolkit by default" >&6
6504 USE_X_TOOLKIT=none 6507 USE_X_TOOLKIT=none
6505 fi 6508 fi
@@ -6511,13 +6514,13 @@ fi
6511X_TOOLKIT_TYPE=$USE_X_TOOLKIT 6514X_TOOLKIT_TYPE=$USE_X_TOOLKIT
6512 6515
6513if test "${USE_X_TOOLKIT}" != "none"; then 6516if test "${USE_X_TOOLKIT}" != "none"; then
6514 echo "$as_me:6514: checking X11 toolkit version" >&5 6517 echo "$as_me:6517: checking X11 toolkit version" >&5
6515echo $ECHO_N "checking X11 toolkit version... $ECHO_C" >&6 6518echo $ECHO_N "checking X11 toolkit version... $ECHO_C" >&6
6516 if test "${emacs_cv_x11_toolkit_version_6+set}" = set; then 6519 if test "${emacs_cv_x11_toolkit_version_6+set}" = set; then
6517 echo $ECHO_N "(cached) $ECHO_C" >&6 6520 echo $ECHO_N "(cached) $ECHO_C" >&6
6518else 6521else
6519 cat >conftest.$ac_ext <<_ACEOF 6522 cat >conftest.$ac_ext <<_ACEOF
6520#line 6520 "configure" 6523#line 6523 "configure"
6521#include "confdefs.h" 6524#include "confdefs.h"
6522#include <X11/Intrinsic.h> 6525#include <X11/Intrinsic.h>
6523int 6526int
@@ -6532,16 +6535,16 @@ fail;
6532} 6535}
6533_ACEOF 6536_ACEOF
6534rm -f conftest.$ac_objext conftest$ac_exeext 6537rm -f conftest.$ac_objext conftest$ac_exeext
6535if { (eval echo "$as_me:6535: \"$ac_link\"") >&5 6538if { (eval echo "$as_me:6538: \"$ac_link\"") >&5
6536 (eval $ac_link) 2>&5 6539 (eval $ac_link) 2>&5
6537 ac_status=$? 6540 ac_status=$?
6538 echo "$as_me:6538: \$? = $ac_status" >&5 6541 echo "$as_me:6541: \$? = $ac_status" >&5
6539 (exit $ac_status); } && 6542 (exit $ac_status); } &&
6540 { ac_try='test -s conftest$ac_exeext' 6543 { ac_try='test -s conftest$ac_exeext'
6541 { (eval echo "$as_me:6541: \"$ac_try\"") >&5 6544 { (eval echo "$as_me:6544: \"$ac_try\"") >&5
6542 (eval $ac_try) 2>&5 6545 (eval $ac_try) 2>&5
6543 ac_status=$? 6546 ac_status=$?
6544 echo "$as_me:6544: \$? = $ac_status" >&5 6547 echo "$as_me:6547: \$? = $ac_status" >&5
6545 (exit $ac_status); }; }; then 6548 (exit $ac_status); }; }; then
6546 emacs_cv_x11_toolkit_version_6=yes 6549 emacs_cv_x11_toolkit_version_6=yes
6547else 6550else
@@ -6554,14 +6557,14 @@ fi
6554 6557
6555 HAVE_X11XTR6=$emacs_cv_x11_toolkit_version_6 6558 HAVE_X11XTR6=$emacs_cv_x11_toolkit_version_6
6556 if test $emacs_cv_x11_toolkit_version_6 = yes; then 6559 if test $emacs_cv_x11_toolkit_version_6 = yes; then
6557 echo "$as_me:6557: result: 6 or newer" >&5 6560 echo "$as_me:6560: result: 6 or newer" >&5
6558echo "${ECHO_T}6 or newer" >&6 6561echo "${ECHO_T}6 or newer" >&6
6559 cat >>confdefs.h <<\EOF 6562 cat >>confdefs.h <<\EOF
6560#define HAVE_X11XTR6 1 6563#define HAVE_X11XTR6 1
6561EOF 6564EOF
6562 6565
6563 else 6566 else
6564 echo "$as_me:6564: result: before 6" >&5 6567 echo "$as_me:6567: result: before 6" >&5
6565echo "${ECHO_T}before 6" >&6 6568echo "${ECHO_T}before 6" >&6
6566 fi 6569 fi
6567 6570
@@ -6572,7 +6575,7 @@ echo "${ECHO_T}before 6" >&6
6572 LIBS="-lXt $LIBS" 6575 LIBS="-lXt $LIBS"
6573 fi 6576 fi
6574 6577
6575echo "$as_me:6575: checking for XmuConvertStandardSelection in -lXmu" >&5 6578echo "$as_me:6578: checking for XmuConvertStandardSelection in -lXmu" >&5
6576echo $ECHO_N "checking for XmuConvertStandardSelection in -lXmu... $ECHO_C" >&6 6579echo $ECHO_N "checking for XmuConvertStandardSelection in -lXmu... $ECHO_C" >&6
6577if test "${ac_cv_lib_Xmu_XmuConvertStandardSelection+set}" = set; then 6580if test "${ac_cv_lib_Xmu_XmuConvertStandardSelection+set}" = set; then
6578 echo $ECHO_N "(cached) $ECHO_C" >&6 6581 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6580,7 +6583,7 @@ else
6580 ac_check_lib_save_LIBS=$LIBS 6583 ac_check_lib_save_LIBS=$LIBS
6581LIBS="-lXmu $LIBS" 6584LIBS="-lXmu $LIBS"
6582cat >conftest.$ac_ext <<_ACEOF 6585cat >conftest.$ac_ext <<_ACEOF
6583#line 6583 "configure" 6586#line 6586 "configure"
6584#include "confdefs.h" 6587#include "confdefs.h"
6585 6588
6586/* Override any gcc2 internal prototype to avoid an error. */ 6589/* Override any gcc2 internal prototype to avoid an error. */
@@ -6599,16 +6602,16 @@ XmuConvertStandardSelection ();
6599} 6602}
6600_ACEOF 6603_ACEOF
6601rm -f conftest.$ac_objext conftest$ac_exeext 6604rm -f conftest.$ac_objext conftest$ac_exeext
6602if { (eval echo "$as_me:6602: \"$ac_link\"") >&5 6605if { (eval echo "$as_me:6605: \"$ac_link\"") >&5
6603 (eval $ac_link) 2>&5 6606 (eval $ac_link) 2>&5
6604 ac_status=$? 6607 ac_status=$?
6605 echo "$as_me:6605: \$? = $ac_status" >&5 6608 echo "$as_me:6608: \$? = $ac_status" >&5
6606 (exit $ac_status); } && 6609 (exit $ac_status); } &&
6607 { ac_try='test -s conftest$ac_exeext' 6610 { ac_try='test -s conftest$ac_exeext'
6608 { (eval echo "$as_me:6608: \"$ac_try\"") >&5 6611 { (eval echo "$as_me:6611: \"$ac_try\"") >&5
6609 (eval $ac_try) 2>&5 6612 (eval $ac_try) 2>&5
6610 ac_status=$? 6613 ac_status=$?
6611 echo "$as_me:6611: \$? = $ac_status" >&5 6614 echo "$as_me:6614: \$? = $ac_status" >&5
6612 (exit $ac_status); }; }; then 6615 (exit $ac_status); }; }; then
6613 ac_cv_lib_Xmu_XmuConvertStandardSelection=yes 6616 ac_cv_lib_Xmu_XmuConvertStandardSelection=yes
6614else 6617else
@@ -6619,7 +6622,7 @@ fi
6619rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6622rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6620LIBS=$ac_check_lib_save_LIBS 6623LIBS=$ac_check_lib_save_LIBS
6621fi 6624fi
6622echo "$as_me:6622: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5 6625echo "$as_me:6625: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5
6623echo "${ECHO_T}$ac_cv_lib_Xmu_XmuConvertStandardSelection" >&6 6626echo "${ECHO_T}$ac_cv_lib_Xmu_XmuConvertStandardSelection" >&6
6624if test $ac_cv_lib_Xmu_XmuConvertStandardSelection = yes; then 6627if test $ac_cv_lib_Xmu_XmuConvertStandardSelection = yes; then
6625 cat >>confdefs.h <<EOF 6628 cat >>confdefs.h <<EOF
@@ -6637,7 +6640,7 @@ fi
6637if test "${HAVE_X11}" = "yes"; then 6640if test "${HAVE_X11}" = "yes"; then
6638 if test "${USE_X_TOOLKIT}" != "none"; then 6641 if test "${USE_X_TOOLKIT}" != "none"; then
6639 6642
6640echo "$as_me:6640: checking for XShapeQueryExtension in -lXext" >&5 6643echo "$as_me:6643: checking for XShapeQueryExtension in -lXext" >&5
6641echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6 6644echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6
6642if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then 6645if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
6643 echo $ECHO_N "(cached) $ECHO_C" >&6 6646 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6645,7 +6648,7 @@ else
6645 ac_check_lib_save_LIBS=$LIBS 6648 ac_check_lib_save_LIBS=$LIBS
6646LIBS="-lXext $LIBS" 6649LIBS="-lXext $LIBS"
6647cat >conftest.$ac_ext <<_ACEOF 6650cat >conftest.$ac_ext <<_ACEOF
6648#line 6648 "configure" 6651#line 6651 "configure"
6649#include "confdefs.h" 6652#include "confdefs.h"
6650 6653
6651/* Override any gcc2 internal prototype to avoid an error. */ 6654/* Override any gcc2 internal prototype to avoid an error. */
@@ -6664,16 +6667,16 @@ XShapeQueryExtension ();
6664} 6667}
6665_ACEOF 6668_ACEOF
6666rm -f conftest.$ac_objext conftest$ac_exeext 6669rm -f conftest.$ac_objext conftest$ac_exeext
6667if { (eval echo "$as_me:6667: \"$ac_link\"") >&5 6670if { (eval echo "$as_me:6670: \"$ac_link\"") >&5
6668 (eval $ac_link) 2>&5 6671 (eval $ac_link) 2>&5
6669 ac_status=$? 6672 ac_status=$?
6670 echo "$as_me:6670: \$? = $ac_status" >&5 6673 echo "$as_me:6673: \$? = $ac_status" >&5
6671 (exit $ac_status); } && 6674 (exit $ac_status); } &&
6672 { ac_try='test -s conftest$ac_exeext' 6675 { ac_try='test -s conftest$ac_exeext'
6673 { (eval echo "$as_me:6673: \"$ac_try\"") >&5 6676 { (eval echo "$as_me:6676: \"$ac_try\"") >&5
6674 (eval $ac_try) 2>&5 6677 (eval $ac_try) 2>&5
6675 ac_status=$? 6678 ac_status=$?
6676 echo "$as_me:6676: \$? = $ac_status" >&5 6679 echo "$as_me:6679: \$? = $ac_status" >&5
6677 (exit $ac_status); }; }; then 6680 (exit $ac_status); }; }; then
6678 ac_cv_lib_Xext_XShapeQueryExtension=yes 6681 ac_cv_lib_Xext_XShapeQueryExtension=yes
6679else 6682else
@@ -6684,7 +6687,7 @@ fi
6684rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6687rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6685LIBS=$ac_check_lib_save_LIBS 6688LIBS=$ac_check_lib_save_LIBS
6686fi 6689fi
6687echo "$as_me:6687: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5 6690echo "$as_me:6690: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
6688echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6 6691echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6
6689if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then 6692if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
6690 cat >>confdefs.h <<EOF 6693 cat >>confdefs.h <<EOF
@@ -6699,13 +6702,13 @@ fi
6699fi 6702fi
6700 6703
6701if test "${USE_X_TOOLKIT}" = "MOTIF"; then 6704if test "${USE_X_TOOLKIT}" = "MOTIF"; then
6702 echo "$as_me:6702: checking for Motif version 2.1" >&5 6705 echo "$as_me:6705: checking for Motif version 2.1" >&5
6703echo $ECHO_N "checking for Motif version 2.1... $ECHO_C" >&6 6706echo $ECHO_N "checking for Motif version 2.1... $ECHO_C" >&6
6704if test "${emacs_cv_motif_version_2_1+set}" = set; then 6707if test "${emacs_cv_motif_version_2_1+set}" = set; then
6705 echo $ECHO_N "(cached) $ECHO_C" >&6 6708 echo $ECHO_N "(cached) $ECHO_C" >&6
6706else 6709else
6707 cat >conftest.$ac_ext <<_ACEOF 6710 cat >conftest.$ac_ext <<_ACEOF
6708#line 6708 "configure" 6711#line 6711 "configure"
6709#include "confdefs.h" 6712#include "confdefs.h"
6710#include <Xm/Xm.h> 6713#include <Xm/Xm.h>
6711int 6714int
@@ -6721,16 +6724,16 @@ Motif version prior to 2.1.
6721} 6724}
6722_ACEOF 6725_ACEOF
6723rm -f conftest.$ac_objext 6726rm -f conftest.$ac_objext
6724if { (eval echo "$as_me:6724: \"$ac_compile\"") >&5 6727if { (eval echo "$as_me:6727: \"$ac_compile\"") >&5
6725 (eval $ac_compile) 2>&5 6728 (eval $ac_compile) 2>&5
6726 ac_status=$? 6729 ac_status=$?
6727 echo "$as_me:6727: \$? = $ac_status" >&5 6730 echo "$as_me:6730: \$? = $ac_status" >&5
6728 (exit $ac_status); } && 6731 (exit $ac_status); } &&
6729 { ac_try='test -s conftest.$ac_objext' 6732 { ac_try='test -s conftest.$ac_objext'
6730 { (eval echo "$as_me:6730: \"$ac_try\"") >&5 6733 { (eval echo "$as_me:6733: \"$ac_try\"") >&5
6731 (eval $ac_try) 2>&5 6734 (eval $ac_try) 2>&5
6732 ac_status=$? 6735 ac_status=$?
6733 echo "$as_me:6733: \$? = $ac_status" >&5 6736 echo "$as_me:6736: \$? = $ac_status" >&5
6734 (exit $ac_status); }; }; then 6737 (exit $ac_status); }; }; then
6735 emacs_cv_motif_version_2_1=yes 6738 emacs_cv_motif_version_2_1=yes
6736else 6739else
@@ -6740,7 +6743,7 @@ emacs_cv_motif_version_2_1=no
6740fi 6743fi
6741rm -f conftest.$ac_objext conftest.$ac_ext 6744rm -f conftest.$ac_objext conftest.$ac_ext
6742fi 6745fi
6743echo "$as_me:6743: result: $emacs_cv_motif_version_2_1" >&5 6746echo "$as_me:6746: result: $emacs_cv_motif_version_2_1" >&5
6744echo "${ECHO_T}$emacs_cv_motif_version_2_1" >&6 6747echo "${ECHO_T}$emacs_cv_motif_version_2_1" >&6
6745 HAVE_MOTIF_2_1=$emacs_cv_motif_version_2_1 6748 HAVE_MOTIF_2_1=$emacs_cv_motif_version_2_1
6746 if test $emacs_cv_motif_version_2_1 = yes; then 6749 if test $emacs_cv_motif_version_2_1 = yes; then
@@ -6749,7 +6752,7 @@ echo "${ECHO_T}$emacs_cv_motif_version_2_1" >&6
6749#define HAVE_MOTIF_2_1 1 6752#define HAVE_MOTIF_2_1 1
6750EOF 6753EOF
6751 6754
6752 echo "$as_me:6752: checking for XpCreateContext in -lXp" >&5 6755 echo "$as_me:6755: checking for XpCreateContext in -lXp" >&5
6753echo $ECHO_N "checking for XpCreateContext in -lXp... $ECHO_C" >&6 6756echo $ECHO_N "checking for XpCreateContext in -lXp... $ECHO_C" >&6
6754if test "${ac_cv_lib_Xp_XpCreateContext+set}" = set; then 6757if test "${ac_cv_lib_Xp_XpCreateContext+set}" = set; then
6755 echo $ECHO_N "(cached) $ECHO_C" >&6 6758 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6757,7 +6760,7 @@ else
6757 ac_check_lib_save_LIBS=$LIBS 6760 ac_check_lib_save_LIBS=$LIBS
6758LIBS="-lXp $LIBS" 6761LIBS="-lXp $LIBS"
6759cat >conftest.$ac_ext <<_ACEOF 6762cat >conftest.$ac_ext <<_ACEOF
6760#line 6760 "configure" 6763#line 6763 "configure"
6761#include "confdefs.h" 6764#include "confdefs.h"
6762 6765
6763/* Override any gcc2 internal prototype to avoid an error. */ 6766/* Override any gcc2 internal prototype to avoid an error. */
@@ -6776,16 +6779,16 @@ XpCreateContext ();
6776} 6779}
6777_ACEOF 6780_ACEOF
6778rm -f conftest.$ac_objext conftest$ac_exeext 6781rm -f conftest.$ac_objext conftest$ac_exeext
6779if { (eval echo "$as_me:6779: \"$ac_link\"") >&5 6782if { (eval echo "$as_me:6782: \"$ac_link\"") >&5
6780 (eval $ac_link) 2>&5 6783 (eval $ac_link) 2>&5
6781 ac_status=$? 6784 ac_status=$?
6782 echo "$as_me:6782: \$? = $ac_status" >&5 6785 echo "$as_me:6785: \$? = $ac_status" >&5
6783 (exit $ac_status); } && 6786 (exit $ac_status); } &&
6784 { ac_try='test -s conftest$ac_exeext' 6787 { ac_try='test -s conftest$ac_exeext'
6785 { (eval echo "$as_me:6785: \"$ac_try\"") >&5 6788 { (eval echo "$as_me:6788: \"$ac_try\"") >&5
6786 (eval $ac_try) 2>&5 6789 (eval $ac_try) 2>&5
6787 ac_status=$? 6790 ac_status=$?
6788 echo "$as_me:6788: \$? = $ac_status" >&5 6791 echo "$as_me:6791: \$? = $ac_status" >&5
6789 (exit $ac_status); }; }; then 6792 (exit $ac_status); }; }; then
6790 ac_cv_lib_Xp_XpCreateContext=yes 6793 ac_cv_lib_Xp_XpCreateContext=yes
6791else 6794else
@@ -6796,7 +6799,7 @@ fi
6796rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6799rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6797LIBS=$ac_check_lib_save_LIBS 6800LIBS=$ac_check_lib_save_LIBS
6798fi 6801fi
6799echo "$as_me:6799: result: $ac_cv_lib_Xp_XpCreateContext" >&5 6802echo "$as_me:6802: result: $ac_cv_lib_Xp_XpCreateContext" >&5
6800echo "${ECHO_T}$ac_cv_lib_Xp_XpCreateContext" >&6 6803echo "${ECHO_T}$ac_cv_lib_Xp_XpCreateContext" >&6
6801if test $ac_cv_lib_Xp_XpCreateContext = yes; then 6804if test $ac_cv_lib_Xp_XpCreateContext = yes; then
6802 HAVE_LIBXP=yes 6805 HAVE_LIBXP=yes
@@ -6815,23 +6818,23 @@ fi
6815HAVE_XAW3D=no 6818HAVE_XAW3D=no
6816if test "${HAVE_X11}" = "yes"; then 6819if test "${HAVE_X11}" = "yes"; then
6817 if test "${USE_X_TOOLKIT}" != "none"; then 6820 if test "${USE_X_TOOLKIT}" != "none"; then
6818 echo "$as_me:6818: checking for X11/Xaw3d/Scrollbar.h" >&5 6821 echo "$as_me:6821: checking for X11/Xaw3d/Scrollbar.h" >&5
6819echo $ECHO_N "checking for X11/Xaw3d/Scrollbar.h... $ECHO_C" >&6 6822echo $ECHO_N "checking for X11/Xaw3d/Scrollbar.h... $ECHO_C" >&6
6820if test "${ac_cv_header_X11_Xaw3d_Scrollbar_h+set}" = set; then 6823if test "${ac_cv_header_X11_Xaw3d_Scrollbar_h+set}" = set; then
6821 echo $ECHO_N "(cached) $ECHO_C" >&6 6824 echo $ECHO_N "(cached) $ECHO_C" >&6
6822else 6825else
6823 cat >conftest.$ac_ext <<_ACEOF 6826 cat >conftest.$ac_ext <<_ACEOF
6824#line 6824 "configure" 6827#line 6827 "configure"
6825#include "confdefs.h" 6828#include "confdefs.h"
6826#include <X11/Xaw3d/Scrollbar.h> 6829#include <X11/Xaw3d/Scrollbar.h>
6827_ACEOF 6830_ACEOF
6828if { (eval echo "$as_me:6828: \"$ac_cpp conftest.$ac_ext\"") >&5 6831if { (eval echo "$as_me:6831: \"$ac_cpp conftest.$ac_ext\"") >&5
6829 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 6832 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6830 ac_status=$? 6833 ac_status=$?
6831 egrep -v '^ *\+' conftest.er1 >conftest.err 6834 egrep -v '^ *\+' conftest.er1 >conftest.err
6832 rm -f conftest.er1 6835 rm -f conftest.er1
6833 cat conftest.err >&5 6836 cat conftest.err >&5
6834 echo "$as_me:6834: \$? = $ac_status" >&5 6837 echo "$as_me:6837: \$? = $ac_status" >&5
6835 (exit $ac_status); } >/dev/null; then 6838 (exit $ac_status); } >/dev/null; then
6836 if test -s conftest.err; then 6839 if test -s conftest.err; then
6837 ac_cpp_err=$ac_c_preproc_warn_flag 6840 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -6850,10 +6853,10 @@ else
6850fi 6853fi
6851rm -f conftest.err conftest.$ac_ext 6854rm -f conftest.err conftest.$ac_ext
6852fi 6855fi
6853echo "$as_me:6853: result: $ac_cv_header_X11_Xaw3d_Scrollbar_h" >&5 6856echo "$as_me:6856: result: $ac_cv_header_X11_Xaw3d_Scrollbar_h" >&5
6854echo "${ECHO_T}$ac_cv_header_X11_Xaw3d_Scrollbar_h" >&6 6857echo "${ECHO_T}$ac_cv_header_X11_Xaw3d_Scrollbar_h" >&6
6855if test $ac_cv_header_X11_Xaw3d_Scrollbar_h = yes; then 6858if test $ac_cv_header_X11_Xaw3d_Scrollbar_h = yes; then
6856 echo "$as_me:6856: checking for XawScrollbarSetThumb in -lXaw3d" >&5 6859 echo "$as_me:6859: checking for XawScrollbarSetThumb in -lXaw3d" >&5
6857echo $ECHO_N "checking for XawScrollbarSetThumb in -lXaw3d... $ECHO_C" >&6 6860echo $ECHO_N "checking for XawScrollbarSetThumb in -lXaw3d... $ECHO_C" >&6
6858if test "${ac_cv_lib_Xaw3d_XawScrollbarSetThumb+set}" = set; then 6861if test "${ac_cv_lib_Xaw3d_XawScrollbarSetThumb+set}" = set; then
6859 echo $ECHO_N "(cached) $ECHO_C" >&6 6862 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6861,7 +6864,7 @@ else
6861 ac_check_lib_save_LIBS=$LIBS 6864 ac_check_lib_save_LIBS=$LIBS
6862LIBS="-lXaw3d $LIBS" 6865LIBS="-lXaw3d $LIBS"
6863cat >conftest.$ac_ext <<_ACEOF 6866cat >conftest.$ac_ext <<_ACEOF
6864#line 6864 "configure" 6867#line 6867 "configure"
6865#include "confdefs.h" 6868#include "confdefs.h"
6866 6869
6867/* Override any gcc2 internal prototype to avoid an error. */ 6870/* Override any gcc2 internal prototype to avoid an error. */
@@ -6880,16 +6883,16 @@ XawScrollbarSetThumb ();
6880} 6883}
6881_ACEOF 6884_ACEOF
6882rm -f conftest.$ac_objext conftest$ac_exeext 6885rm -f conftest.$ac_objext conftest$ac_exeext
6883if { (eval echo "$as_me:6883: \"$ac_link\"") >&5 6886if { (eval echo "$as_me:6886: \"$ac_link\"") >&5
6884 (eval $ac_link) 2>&5 6887 (eval $ac_link) 2>&5
6885 ac_status=$? 6888 ac_status=$?
6886 echo "$as_me:6886: \$? = $ac_status" >&5 6889 echo "$as_me:6889: \$? = $ac_status" >&5
6887 (exit $ac_status); } && 6890 (exit $ac_status); } &&
6888 { ac_try='test -s conftest$ac_exeext' 6891 { ac_try='test -s conftest$ac_exeext'
6889 { (eval echo "$as_me:6889: \"$ac_try\"") >&5 6892 { (eval echo "$as_me:6892: \"$ac_try\"") >&5
6890 (eval $ac_try) 2>&5 6893 (eval $ac_try) 2>&5
6891 ac_status=$? 6894 ac_status=$?
6892 echo "$as_me:6892: \$? = $ac_status" >&5 6895 echo "$as_me:6895: \$? = $ac_status" >&5
6893 (exit $ac_status); }; }; then 6896 (exit $ac_status); }; }; then
6894 ac_cv_lib_Xaw3d_XawScrollbarSetThumb=yes 6897 ac_cv_lib_Xaw3d_XawScrollbarSetThumb=yes
6895else 6898else
@@ -6900,7 +6903,7 @@ fi
6900rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6903rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6901LIBS=$ac_check_lib_save_LIBS 6904LIBS=$ac_check_lib_save_LIBS
6902fi 6905fi
6903echo "$as_me:6903: result: $ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&5 6906echo "$as_me:6906: result: $ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&5
6904echo "${ECHO_T}$ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&6 6907echo "${ECHO_T}$ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&6
6905if test $ac_cv_lib_Xaw3d_XawScrollbarSetThumb = yes; then 6908if test $ac_cv_lib_Xaw3d_XawScrollbarSetThumb = yes; then
6906 HAVE_XAW3D=yes 6909 HAVE_XAW3D=yes
@@ -6948,23 +6951,23 @@ fi
6948HAVE_XPM=no 6951HAVE_XPM=no
6949if test "${HAVE_X11}" = "yes"; then 6952if test "${HAVE_X11}" = "yes"; then
6950 if test "${with_xpm}" != "no"; then 6953 if test "${with_xpm}" != "no"; then
6951 echo "$as_me:6951: checking for X11/xpm.h" >&5 6954 echo "$as_me:6954: checking for X11/xpm.h" >&5
6952echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6 6955echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6
6953if test "${ac_cv_header_X11_xpm_h+set}" = set; then 6956if test "${ac_cv_header_X11_xpm_h+set}" = set; then
6954 echo $ECHO_N "(cached) $ECHO_C" >&6 6957 echo $ECHO_N "(cached) $ECHO_C" >&6
6955else 6958else
6956 cat >conftest.$ac_ext <<_ACEOF 6959 cat >conftest.$ac_ext <<_ACEOF
6957#line 6957 "configure" 6960#line 6960 "configure"
6958#include "confdefs.h" 6961#include "confdefs.h"
6959#include <X11/xpm.h> 6962#include <X11/xpm.h>
6960_ACEOF 6963_ACEOF
6961if { (eval echo "$as_me:6961: \"$ac_cpp conftest.$ac_ext\"") >&5 6964if { (eval echo "$as_me:6964: \"$ac_cpp conftest.$ac_ext\"") >&5
6962 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 6965 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6963 ac_status=$? 6966 ac_status=$?
6964 egrep -v '^ *\+' conftest.er1 >conftest.err 6967 egrep -v '^ *\+' conftest.er1 >conftest.err
6965 rm -f conftest.er1 6968 rm -f conftest.er1
6966 cat conftest.err >&5 6969 cat conftest.err >&5
6967 echo "$as_me:6967: \$? = $ac_status" >&5 6970 echo "$as_me:6970: \$? = $ac_status" >&5
6968 (exit $ac_status); } >/dev/null; then 6971 (exit $ac_status); } >/dev/null; then
6969 if test -s conftest.err; then 6972 if test -s conftest.err; then
6970 ac_cpp_err=$ac_c_preproc_warn_flag 6973 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -6983,10 +6986,10 @@ else
6983fi 6986fi
6984rm -f conftest.err conftest.$ac_ext 6987rm -f conftest.err conftest.$ac_ext
6985fi 6988fi
6986echo "$as_me:6986: result: $ac_cv_header_X11_xpm_h" >&5 6989echo "$as_me:6989: result: $ac_cv_header_X11_xpm_h" >&5
6987echo "${ECHO_T}$ac_cv_header_X11_xpm_h" >&6 6990echo "${ECHO_T}$ac_cv_header_X11_xpm_h" >&6
6988if test $ac_cv_header_X11_xpm_h = yes; then 6991if test $ac_cv_header_X11_xpm_h = yes; then
6989 echo "$as_me:6989: checking for XpmReadFileToPixmap in -lXpm" >&5 6992 echo "$as_me:6992: checking for XpmReadFileToPixmap in -lXpm" >&5
6990echo $ECHO_N "checking for XpmReadFileToPixmap in -lXpm... $ECHO_C" >&6 6993echo $ECHO_N "checking for XpmReadFileToPixmap in -lXpm... $ECHO_C" >&6
6991if test "${ac_cv_lib_Xpm_XpmReadFileToPixmap+set}" = set; then 6994if test "${ac_cv_lib_Xpm_XpmReadFileToPixmap+set}" = set; then
6992 echo $ECHO_N "(cached) $ECHO_C" >&6 6995 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6994,7 +6997,7 @@ else
6994 ac_check_lib_save_LIBS=$LIBS 6997 ac_check_lib_save_LIBS=$LIBS
6995LIBS="-lXpm -lX11 $LIBS" 6998LIBS="-lXpm -lX11 $LIBS"
6996cat >conftest.$ac_ext <<_ACEOF 6999cat >conftest.$ac_ext <<_ACEOF
6997#line 6997 "configure" 7000#line 7000 "configure"
6998#include "confdefs.h" 7001#include "confdefs.h"
6999 7002
7000/* Override any gcc2 internal prototype to avoid an error. */ 7003/* Override any gcc2 internal prototype to avoid an error. */
@@ -7013,16 +7016,16 @@ XpmReadFileToPixmap ();
7013} 7016}
7014_ACEOF 7017_ACEOF
7015rm -f conftest.$ac_objext conftest$ac_exeext 7018rm -f conftest.$ac_objext conftest$ac_exeext
7016if { (eval echo "$as_me:7016: \"$ac_link\"") >&5 7019if { (eval echo "$as_me:7019: \"$ac_link\"") >&5
7017 (eval $ac_link) 2>&5 7020 (eval $ac_link) 2>&5
7018 ac_status=$? 7021 ac_status=$?
7019 echo "$as_me:7019: \$? = $ac_status" >&5 7022 echo "$as_me:7022: \$? = $ac_status" >&5
7020 (exit $ac_status); } && 7023 (exit $ac_status); } &&
7021 { ac_try='test -s conftest$ac_exeext' 7024 { ac_try='test -s conftest$ac_exeext'
7022 { (eval echo "$as_me:7022: \"$ac_try\"") >&5 7025 { (eval echo "$as_me:7025: \"$ac_try\"") >&5
7023 (eval $ac_try) 2>&5 7026 (eval $ac_try) 2>&5
7024 ac_status=$? 7027 ac_status=$?
7025 echo "$as_me:7025: \$? = $ac_status" >&5 7028 echo "$as_me:7028: \$? = $ac_status" >&5
7026 (exit $ac_status); }; }; then 7029 (exit $ac_status); }; }; then
7027 ac_cv_lib_Xpm_XpmReadFileToPixmap=yes 7030 ac_cv_lib_Xpm_XpmReadFileToPixmap=yes
7028else 7031else
@@ -7033,7 +7036,7 @@ fi
7033rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7036rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7034LIBS=$ac_check_lib_save_LIBS 7037LIBS=$ac_check_lib_save_LIBS
7035fi 7038fi
7036echo "$as_me:7036: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5 7039echo "$as_me:7039: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5
7037echo "${ECHO_T}$ac_cv_lib_Xpm_XpmReadFileToPixmap" >&6 7040echo "${ECHO_T}$ac_cv_lib_Xpm_XpmReadFileToPixmap" >&6
7038if test $ac_cv_lib_Xpm_XpmReadFileToPixmap = yes; then 7041if test $ac_cv_lib_Xpm_XpmReadFileToPixmap = yes; then
7039 HAVE_XPM=yes 7042 HAVE_XPM=yes
@@ -7042,10 +7045,10 @@ fi
7042fi 7045fi
7043 7046
7044 if test "${HAVE_XPM}" = "yes"; then 7047 if test "${HAVE_XPM}" = "yes"; then
7045 echo "$as_me:7045: checking for XpmReturnAllocPixels preprocessor define" >&5 7048 echo "$as_me:7048: checking for XpmReturnAllocPixels preprocessor define" >&5
7046echo $ECHO_N "checking for XpmReturnAllocPixels preprocessor define... $ECHO_C" >&6 7049echo $ECHO_N "checking for XpmReturnAllocPixels preprocessor define... $ECHO_C" >&6
7047 cat >conftest.$ac_ext <<_ACEOF 7050 cat >conftest.$ac_ext <<_ACEOF
7048#line 7048 "configure" 7051#line 7051 "configure"
7049#include "confdefs.h" 7052#include "confdefs.h"
7050#include "X11/xpm.h" 7053#include "X11/xpm.h"
7051#ifndef XpmReturnAllocPixels 7054#ifndef XpmReturnAllocPixels
@@ -7062,10 +7065,10 @@ fi
7062rm -f conftest* 7065rm -f conftest*
7063 7066
7064 if test "${HAVE_XPM}" = "yes"; then 7067 if test "${HAVE_XPM}" = "yes"; then
7065 echo "$as_me:7065: result: yes" >&5 7068 echo "$as_me:7068: result: yes" >&5
7066echo "${ECHO_T}yes" >&6 7069echo "${ECHO_T}yes" >&6
7067 else 7070 else
7068 echo "$as_me:7068: result: no" >&5 7071 echo "$as_me:7071: result: no" >&5
7069echo "${ECHO_T}no" >&6 7072echo "${ECHO_T}no" >&6
7070 fi 7073 fi
7071 fi 7074 fi
@@ -7083,23 +7086,23 @@ fi
7083HAVE_JPEG=no 7086HAVE_JPEG=no
7084if test "${HAVE_X11}" = "yes"; then 7087if test "${HAVE_X11}" = "yes"; then
7085 if test "${with_jpeg}" != "no"; then 7088 if test "${with_jpeg}" != "no"; then
7086 echo "$as_me:7086: checking for jerror.h" >&5 7089 echo "$as_me:7089: checking for jerror.h" >&5
7087echo $ECHO_N "checking for jerror.h... $ECHO_C" >&6 7090echo $ECHO_N "checking for jerror.h... $ECHO_C" >&6
7088if test "${ac_cv_header_jerror_h+set}" = set; then 7091if test "${ac_cv_header_jerror_h+set}" = set; then
7089 echo $ECHO_N "(cached) $ECHO_C" >&6 7092 echo $ECHO_N "(cached) $ECHO_C" >&6
7090else 7093else
7091 cat >conftest.$ac_ext <<_ACEOF 7094 cat >conftest.$ac_ext <<_ACEOF
7092#line 7092 "configure" 7095#line 7095 "configure"
7093#include "confdefs.h" 7096#include "confdefs.h"
7094#include <jerror.h> 7097#include <jerror.h>
7095_ACEOF 7098_ACEOF
7096if { (eval echo "$as_me:7096: \"$ac_cpp conftest.$ac_ext\"") >&5 7099if { (eval echo "$as_me:7099: \"$ac_cpp conftest.$ac_ext\"") >&5
7097 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7100 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7098 ac_status=$? 7101 ac_status=$?
7099 egrep -v '^ *\+' conftest.er1 >conftest.err 7102 egrep -v '^ *\+' conftest.er1 >conftest.err
7100 rm -f conftest.er1 7103 rm -f conftest.er1
7101 cat conftest.err >&5 7104 cat conftest.err >&5
7102 echo "$as_me:7102: \$? = $ac_status" >&5 7105 echo "$as_me:7105: \$? = $ac_status" >&5
7103 (exit $ac_status); } >/dev/null; then 7106 (exit $ac_status); } >/dev/null; then
7104 if test -s conftest.err; then 7107 if test -s conftest.err; then
7105 ac_cpp_err=$ac_c_preproc_warn_flag 7108 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -7118,10 +7121,10 @@ else
7118fi 7121fi
7119rm -f conftest.err conftest.$ac_ext 7122rm -f conftest.err conftest.$ac_ext
7120fi 7123fi
7121echo "$as_me:7121: result: $ac_cv_header_jerror_h" >&5 7124echo "$as_me:7124: result: $ac_cv_header_jerror_h" >&5
7122echo "${ECHO_T}$ac_cv_header_jerror_h" >&6 7125echo "${ECHO_T}$ac_cv_header_jerror_h" >&6
7123if test $ac_cv_header_jerror_h = yes; then 7126if test $ac_cv_header_jerror_h = yes; then
7124 echo "$as_me:7124: checking for jpeg_destroy_compress in -ljpeg" >&5 7127 echo "$as_me:7127: checking for jpeg_destroy_compress in -ljpeg" >&5
7125echo $ECHO_N "checking for jpeg_destroy_compress in -ljpeg... $ECHO_C" >&6 7128echo $ECHO_N "checking for jpeg_destroy_compress in -ljpeg... $ECHO_C" >&6
7126if test "${ac_cv_lib_jpeg_jpeg_destroy_compress+set}" = set; then 7129if test "${ac_cv_lib_jpeg_jpeg_destroy_compress+set}" = set; then
7127 echo $ECHO_N "(cached) $ECHO_C" >&6 7130 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7129,7 +7132,7 @@ else
7129 ac_check_lib_save_LIBS=$LIBS 7132 ac_check_lib_save_LIBS=$LIBS
7130LIBS="-ljpeg $LIBS" 7133LIBS="-ljpeg $LIBS"
7131cat >conftest.$ac_ext <<_ACEOF 7134cat >conftest.$ac_ext <<_ACEOF
7132#line 7132 "configure" 7135#line 7135 "configure"
7133#include "confdefs.h" 7136#include "confdefs.h"
7134 7137
7135/* Override any gcc2 internal prototype to avoid an error. */ 7138/* Override any gcc2 internal prototype to avoid an error. */
@@ -7148,16 +7151,16 @@ jpeg_destroy_compress ();
7148} 7151}
7149_ACEOF 7152_ACEOF
7150rm -f conftest.$ac_objext conftest$ac_exeext 7153rm -f conftest.$ac_objext conftest$ac_exeext
7151if { (eval echo "$as_me:7151: \"$ac_link\"") >&5 7154if { (eval echo "$as_me:7154: \"$ac_link\"") >&5
7152 (eval $ac_link) 2>&5 7155 (eval $ac_link) 2>&5
7153 ac_status=$? 7156 ac_status=$?
7154 echo "$as_me:7154: \$? = $ac_status" >&5 7157 echo "$as_me:7157: \$? = $ac_status" >&5
7155 (exit $ac_status); } && 7158 (exit $ac_status); } &&
7156 { ac_try='test -s conftest$ac_exeext' 7159 { ac_try='test -s conftest$ac_exeext'
7157 { (eval echo "$as_me:7157: \"$ac_try\"") >&5 7160 { (eval echo "$as_me:7160: \"$ac_try\"") >&5
7158 (eval $ac_try) 2>&5 7161 (eval $ac_try) 2>&5
7159 ac_status=$? 7162 ac_status=$?
7160 echo "$as_me:7160: \$? = $ac_status" >&5 7163 echo "$as_me:7163: \$? = $ac_status" >&5
7161 (exit $ac_status); }; }; then 7164 (exit $ac_status); }; }; then
7162 ac_cv_lib_jpeg_jpeg_destroy_compress=yes 7165 ac_cv_lib_jpeg_jpeg_destroy_compress=yes
7163else 7166else
@@ -7168,7 +7171,7 @@ fi
7168rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7171rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7169LIBS=$ac_check_lib_save_LIBS 7172LIBS=$ac_check_lib_save_LIBS
7170fi 7173fi
7171echo "$as_me:7171: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5 7174echo "$as_me:7174: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5
7172echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_destroy_compress" >&6 7175echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_destroy_compress" >&6
7173if test $ac_cv_lib_jpeg_jpeg_destroy_compress = yes; then 7176if test $ac_cv_lib_jpeg_jpeg_destroy_compress = yes; then
7174 HAVE_JPEG=yes 7177 HAVE_JPEG=yes
@@ -7190,23 +7193,23 @@ fi
7190HAVE_PNG=no 7193HAVE_PNG=no
7191if test "${HAVE_X11}" = "yes"; then 7194if test "${HAVE_X11}" = "yes"; then
7192 if test "${with_png}" != "no"; then 7195 if test "${with_png}" != "no"; then
7193 echo "$as_me:7193: checking for png.h" >&5 7196 echo "$as_me:7196: checking for png.h" >&5
7194echo $ECHO_N "checking for png.h... $ECHO_C" >&6 7197echo $ECHO_N "checking for png.h... $ECHO_C" >&6
7195if test "${ac_cv_header_png_h+set}" = set; then 7198if test "${ac_cv_header_png_h+set}" = set; then
7196 echo $ECHO_N "(cached) $ECHO_C" >&6 7199 echo $ECHO_N "(cached) $ECHO_C" >&6
7197else 7200else
7198 cat >conftest.$ac_ext <<_ACEOF 7201 cat >conftest.$ac_ext <<_ACEOF
7199#line 7199 "configure" 7202#line 7202 "configure"
7200#include "confdefs.h" 7203#include "confdefs.h"
7201#include <png.h> 7204#include <png.h>
7202_ACEOF 7205_ACEOF
7203if { (eval echo "$as_me:7203: \"$ac_cpp conftest.$ac_ext\"") >&5 7206if { (eval echo "$as_me:7206: \"$ac_cpp conftest.$ac_ext\"") >&5
7204 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7207 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7205 ac_status=$? 7208 ac_status=$?
7206 egrep -v '^ *\+' conftest.er1 >conftest.err 7209 egrep -v '^ *\+' conftest.er1 >conftest.err
7207 rm -f conftest.er1 7210 rm -f conftest.er1
7208 cat conftest.err >&5 7211 cat conftest.err >&5
7209 echo "$as_me:7209: \$? = $ac_status" >&5 7212 echo "$as_me:7212: \$? = $ac_status" >&5
7210 (exit $ac_status); } >/dev/null; then 7213 (exit $ac_status); } >/dev/null; then
7211 if test -s conftest.err; then 7214 if test -s conftest.err; then
7212 ac_cpp_err=$ac_c_preproc_warn_flag 7215 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -7225,10 +7228,10 @@ else
7225fi 7228fi
7226rm -f conftest.err conftest.$ac_ext 7229rm -f conftest.err conftest.$ac_ext
7227fi 7230fi
7228echo "$as_me:7228: result: $ac_cv_header_png_h" >&5 7231echo "$as_me:7231: result: $ac_cv_header_png_h" >&5
7229echo "${ECHO_T}$ac_cv_header_png_h" >&6 7232echo "${ECHO_T}$ac_cv_header_png_h" >&6
7230if test $ac_cv_header_png_h = yes; then 7233if test $ac_cv_header_png_h = yes; then
7231 echo "$as_me:7231: checking for png_get_channels in -lpng" >&5 7234 echo "$as_me:7234: checking for png_get_channels in -lpng" >&5
7232echo $ECHO_N "checking for png_get_channels in -lpng... $ECHO_C" >&6 7235echo $ECHO_N "checking for png_get_channels in -lpng... $ECHO_C" >&6
7233if test "${ac_cv_lib_png_png_get_channels+set}" = set; then 7236if test "${ac_cv_lib_png_png_get_channels+set}" = set; then
7234 echo $ECHO_N "(cached) $ECHO_C" >&6 7237 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7236,7 +7239,7 @@ else
7236 ac_check_lib_save_LIBS=$LIBS 7239 ac_check_lib_save_LIBS=$LIBS
7237LIBS="-lpng -lz -lm $LIBS" 7240LIBS="-lpng -lz -lm $LIBS"
7238cat >conftest.$ac_ext <<_ACEOF 7241cat >conftest.$ac_ext <<_ACEOF
7239#line 7239 "configure" 7242#line 7242 "configure"
7240#include "confdefs.h" 7243#include "confdefs.h"
7241 7244
7242/* Override any gcc2 internal prototype to avoid an error. */ 7245/* Override any gcc2 internal prototype to avoid an error. */
@@ -7255,16 +7258,16 @@ png_get_channels ();
7255} 7258}
7256_ACEOF 7259_ACEOF
7257rm -f conftest.$ac_objext conftest$ac_exeext 7260rm -f conftest.$ac_objext conftest$ac_exeext
7258if { (eval echo "$as_me:7258: \"$ac_link\"") >&5 7261if { (eval echo "$as_me:7261: \"$ac_link\"") >&5
7259 (eval $ac_link) 2>&5 7262 (eval $ac_link) 2>&5
7260 ac_status=$? 7263 ac_status=$?
7261 echo "$as_me:7261: \$? = $ac_status" >&5 7264 echo "$as_me:7264: \$? = $ac_status" >&5
7262 (exit $ac_status); } && 7265 (exit $ac_status); } &&
7263 { ac_try='test -s conftest$ac_exeext' 7266 { ac_try='test -s conftest$ac_exeext'
7264 { (eval echo "$as_me:7264: \"$ac_try\"") >&5 7267 { (eval echo "$as_me:7267: \"$ac_try\"") >&5
7265 (eval $ac_try) 2>&5 7268 (eval $ac_try) 2>&5
7266 ac_status=$? 7269 ac_status=$?
7267 echo "$as_me:7267: \$? = $ac_status" >&5 7270 echo "$as_me:7270: \$? = $ac_status" >&5
7268 (exit $ac_status); }; }; then 7271 (exit $ac_status); }; }; then
7269 ac_cv_lib_png_png_get_channels=yes 7272 ac_cv_lib_png_png_get_channels=yes
7270else 7273else
@@ -7275,7 +7278,7 @@ fi
7275rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7278rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7276LIBS=$ac_check_lib_save_LIBS 7279LIBS=$ac_check_lib_save_LIBS
7277fi 7280fi
7278echo "$as_me:7278: result: $ac_cv_lib_png_png_get_channels" >&5 7281echo "$as_me:7281: result: $ac_cv_lib_png_png_get_channels" >&5
7279echo "${ECHO_T}$ac_cv_lib_png_png_get_channels" >&6 7282echo "${ECHO_T}$ac_cv_lib_png_png_get_channels" >&6
7280if test $ac_cv_lib_png_png_get_channels = yes; then 7283if test $ac_cv_lib_png_png_get_channels = yes; then
7281 HAVE_PNG=yes 7284 HAVE_PNG=yes
@@ -7297,23 +7300,23 @@ fi
7297HAVE_TIFF=no 7300HAVE_TIFF=no
7298if test "${HAVE_X11}" = "yes"; then 7301if test "${HAVE_X11}" = "yes"; then
7299 if test "${with_tiff}" != "no"; then 7302 if test "${with_tiff}" != "no"; then
7300 echo "$as_me:7300: checking for tiffio.h" >&5 7303 echo "$as_me:7303: checking for tiffio.h" >&5
7301echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6 7304echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
7302if test "${ac_cv_header_tiffio_h+set}" = set; then 7305if test "${ac_cv_header_tiffio_h+set}" = set; then
7303 echo $ECHO_N "(cached) $ECHO_C" >&6 7306 echo $ECHO_N "(cached) $ECHO_C" >&6
7304else 7307else
7305 cat >conftest.$ac_ext <<_ACEOF 7308 cat >conftest.$ac_ext <<_ACEOF
7306#line 7306 "configure" 7309#line 7309 "configure"
7307#include "confdefs.h" 7310#include "confdefs.h"
7308#include <tiffio.h> 7311#include <tiffio.h>
7309_ACEOF 7312_ACEOF
7310if { (eval echo "$as_me:7310: \"$ac_cpp conftest.$ac_ext\"") >&5 7313if { (eval echo "$as_me:7313: \"$ac_cpp conftest.$ac_ext\"") >&5
7311 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7314 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7312 ac_status=$? 7315 ac_status=$?
7313 egrep -v '^ *\+' conftest.er1 >conftest.err 7316 egrep -v '^ *\+' conftest.er1 >conftest.err
7314 rm -f conftest.er1 7317 rm -f conftest.er1
7315 cat conftest.err >&5 7318 cat conftest.err >&5
7316 echo "$as_me:7316: \$? = $ac_status" >&5 7319 echo "$as_me:7319: \$? = $ac_status" >&5
7317 (exit $ac_status); } >/dev/null; then 7320 (exit $ac_status); } >/dev/null; then
7318 if test -s conftest.err; then 7321 if test -s conftest.err; then
7319 ac_cpp_err=$ac_c_preproc_warn_flag 7322 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -7332,13 +7335,13 @@ else
7332fi 7335fi
7333rm -f conftest.err conftest.$ac_ext 7336rm -f conftest.err conftest.$ac_ext
7334fi 7337fi
7335echo "$as_me:7335: result: $ac_cv_header_tiffio_h" >&5 7338echo "$as_me:7338: result: $ac_cv_header_tiffio_h" >&5
7336echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6 7339echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
7337if test $ac_cv_header_tiffio_h = yes; then 7340if test $ac_cv_header_tiffio_h = yes; then
7338 tifflibs="-lz -lm" 7341 tifflibs="-lz -lm"
7339 # At least one tiff package requires the jpeg library. 7342 # At least one tiff package requires the jpeg library.
7340 if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi 7343 if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi
7341 echo "$as_me:7341: checking for TIFFGetVersion in -ltiff" >&5 7344 echo "$as_me:7344: checking for TIFFGetVersion in -ltiff" >&5
7342echo $ECHO_N "checking for TIFFGetVersion in -ltiff... $ECHO_C" >&6 7345echo $ECHO_N "checking for TIFFGetVersion in -ltiff... $ECHO_C" >&6
7343if test "${ac_cv_lib_tiff_TIFFGetVersion+set}" = set; then 7346if test "${ac_cv_lib_tiff_TIFFGetVersion+set}" = set; then
7344 echo $ECHO_N "(cached) $ECHO_C" >&6 7347 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7346,7 +7349,7 @@ else
7346 ac_check_lib_save_LIBS=$LIBS 7349 ac_check_lib_save_LIBS=$LIBS
7347LIBS="-ltiff $tifflibs $LIBS" 7350LIBS="-ltiff $tifflibs $LIBS"
7348cat >conftest.$ac_ext <<_ACEOF 7351cat >conftest.$ac_ext <<_ACEOF
7349#line 7349 "configure" 7352#line 7352 "configure"
7350#include "confdefs.h" 7353#include "confdefs.h"
7351 7354
7352/* Override any gcc2 internal prototype to avoid an error. */ 7355/* Override any gcc2 internal prototype to avoid an error. */
@@ -7365,16 +7368,16 @@ TIFFGetVersion ();
7365} 7368}
7366_ACEOF 7369_ACEOF
7367rm -f conftest.$ac_objext conftest$ac_exeext 7370rm -f conftest.$ac_objext conftest$ac_exeext
7368if { (eval echo "$as_me:7368: \"$ac_link\"") >&5 7371if { (eval echo "$as_me:7371: \"$ac_link\"") >&5
7369 (eval $ac_link) 2>&5 7372 (eval $ac_link) 2>&5
7370 ac_status=$? 7373 ac_status=$?
7371 echo "$as_me:7371: \$? = $ac_status" >&5 7374 echo "$as_me:7374: \$? = $ac_status" >&5
7372 (exit $ac_status); } && 7375 (exit $ac_status); } &&
7373 { ac_try='test -s conftest$ac_exeext' 7376 { ac_try='test -s conftest$ac_exeext'
7374 { (eval echo "$as_me:7374: \"$ac_try\"") >&5 7377 { (eval echo "$as_me:7377: \"$ac_try\"") >&5
7375 (eval $ac_try) 2>&5 7378 (eval $ac_try) 2>&5
7376 ac_status=$? 7379 ac_status=$?
7377 echo "$as_me:7377: \$? = $ac_status" >&5 7380 echo "$as_me:7380: \$? = $ac_status" >&5
7378 (exit $ac_status); }; }; then 7381 (exit $ac_status); }; }; then
7379 ac_cv_lib_tiff_TIFFGetVersion=yes 7382 ac_cv_lib_tiff_TIFFGetVersion=yes
7380else 7383else
@@ -7385,7 +7388,7 @@ fi
7385rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7388rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7386LIBS=$ac_check_lib_save_LIBS 7389LIBS=$ac_check_lib_save_LIBS
7387fi 7390fi
7388echo "$as_me:7388: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5 7391echo "$as_me:7391: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5
7389echo "${ECHO_T}$ac_cv_lib_tiff_TIFFGetVersion" >&6 7392echo "${ECHO_T}$ac_cv_lib_tiff_TIFFGetVersion" >&6
7390if test $ac_cv_lib_tiff_TIFFGetVersion = yes; then 7393if test $ac_cv_lib_tiff_TIFFGetVersion = yes; then
7391 HAVE_TIFF=yes 7394 HAVE_TIFF=yes
@@ -7407,23 +7410,23 @@ fi
7407HAVE_GIF=no 7410HAVE_GIF=no
7408if test "${HAVE_X11}" = "yes"; then 7411if test "${HAVE_X11}" = "yes"; then
7409 if test "${with_gif}" != "no"; then 7412 if test "${with_gif}" != "no"; then
7410 echo "$as_me:7410: checking for gif_lib.h" >&5 7413 echo "$as_me:7413: checking for gif_lib.h" >&5
7411echo $ECHO_N "checking for gif_lib.h... $ECHO_C" >&6 7414echo $ECHO_N "checking for gif_lib.h... $ECHO_C" >&6
7412if test "${ac_cv_header_gif_lib_h+set}" = set; then 7415if test "${ac_cv_header_gif_lib_h+set}" = set; then
7413 echo $ECHO_N "(cached) $ECHO_C" >&6 7416 echo $ECHO_N "(cached) $ECHO_C" >&6
7414else 7417else
7415 cat >conftest.$ac_ext <<_ACEOF 7418 cat >conftest.$ac_ext <<_ACEOF
7416#line 7416 "configure" 7419#line 7419 "configure"
7417#include "confdefs.h" 7420#include "confdefs.h"
7418#include <gif_lib.h> 7421#include <gif_lib.h>
7419_ACEOF 7422_ACEOF
7420if { (eval echo "$as_me:7420: \"$ac_cpp conftest.$ac_ext\"") >&5 7423if { (eval echo "$as_me:7423: \"$ac_cpp conftest.$ac_ext\"") >&5
7421 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7424 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7422 ac_status=$? 7425 ac_status=$?
7423 egrep -v '^ *\+' conftest.er1 >conftest.err 7426 egrep -v '^ *\+' conftest.er1 >conftest.err
7424 rm -f conftest.er1 7427 rm -f conftest.er1
7425 cat conftest.err >&5 7428 cat conftest.err >&5
7426 echo "$as_me:7426: \$? = $ac_status" >&5 7429 echo "$as_me:7429: \$? = $ac_status" >&5
7427 (exit $ac_status); } >/dev/null; then 7430 (exit $ac_status); } >/dev/null; then
7428 if test -s conftest.err; then 7431 if test -s conftest.err; then
7429 ac_cpp_err=$ac_c_preproc_warn_flag 7432 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -7442,10 +7445,10 @@ else
7442fi 7445fi
7443rm -f conftest.err conftest.$ac_ext 7446rm -f conftest.err conftest.$ac_ext
7444fi 7447fi
7445echo "$as_me:7445: result: $ac_cv_header_gif_lib_h" >&5 7448echo "$as_me:7448: result: $ac_cv_header_gif_lib_h" >&5
7446echo "${ECHO_T}$ac_cv_header_gif_lib_h" >&6 7449echo "${ECHO_T}$ac_cv_header_gif_lib_h" >&6
7447if test $ac_cv_header_gif_lib_h = yes; then 7450if test $ac_cv_header_gif_lib_h = yes; then
7448 echo "$as_me:7448: checking for DGifOpen in -lungif" >&5 7451 echo "$as_me:7451: checking for DGifOpen in -lungif" >&5
7449echo $ECHO_N "checking for DGifOpen in -lungif... $ECHO_C" >&6 7452echo $ECHO_N "checking for DGifOpen in -lungif... $ECHO_C" >&6
7450if test "${ac_cv_lib_ungif_DGifOpen+set}" = set; then 7453if test "${ac_cv_lib_ungif_DGifOpen+set}" = set; then
7451 echo $ECHO_N "(cached) $ECHO_C" >&6 7454 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7453,7 +7456,7 @@ else
7453 ac_check_lib_save_LIBS=$LIBS 7456 ac_check_lib_save_LIBS=$LIBS
7454LIBS="-lungif $LIBS" 7457LIBS="-lungif $LIBS"
7455cat >conftest.$ac_ext <<_ACEOF 7458cat >conftest.$ac_ext <<_ACEOF
7456#line 7456 "configure" 7459#line 7459 "configure"
7457#include "confdefs.h" 7460#include "confdefs.h"
7458 7461
7459/* Override any gcc2 internal prototype to avoid an error. */ 7462/* Override any gcc2 internal prototype to avoid an error. */
@@ -7472,16 +7475,16 @@ DGifOpen ();
7472} 7475}
7473_ACEOF 7476_ACEOF
7474rm -f conftest.$ac_objext conftest$ac_exeext 7477rm -f conftest.$ac_objext conftest$ac_exeext
7475if { (eval echo "$as_me:7475: \"$ac_link\"") >&5 7478if { (eval echo "$as_me:7478: \"$ac_link\"") >&5
7476 (eval $ac_link) 2>&5 7479 (eval $ac_link) 2>&5
7477 ac_status=$? 7480 ac_status=$?
7478 echo "$as_me:7478: \$? = $ac_status" >&5 7481 echo "$as_me:7481: \$? = $ac_status" >&5
7479 (exit $ac_status); } && 7482 (exit $ac_status); } &&
7480 { ac_try='test -s conftest$ac_exeext' 7483 { ac_try='test -s conftest$ac_exeext'
7481 { (eval echo "$as_me:7481: \"$ac_try\"") >&5 7484 { (eval echo "$as_me:7484: \"$ac_try\"") >&5
7482 (eval $ac_try) 2>&5 7485 (eval $ac_try) 2>&5
7483 ac_status=$? 7486 ac_status=$?
7484 echo "$as_me:7484: \$? = $ac_status" >&5 7487 echo "$as_me:7487: \$? = $ac_status" >&5
7485 (exit $ac_status); }; }; then 7488 (exit $ac_status); }; }; then
7486 ac_cv_lib_ungif_DGifOpen=yes 7489 ac_cv_lib_ungif_DGifOpen=yes
7487else 7490else
@@ -7492,7 +7495,7 @@ fi
7492rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7495rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7493LIBS=$ac_check_lib_save_LIBS 7496LIBS=$ac_check_lib_save_LIBS
7494fi 7497fi
7495echo "$as_me:7495: result: $ac_cv_lib_ungif_DGifOpen" >&5 7498echo "$as_me:7498: result: $ac_cv_lib_ungif_DGifOpen" >&5
7496echo "${ECHO_T}$ac_cv_lib_ungif_DGifOpen" >&6 7499echo "${ECHO_T}$ac_cv_lib_ungif_DGifOpen" >&6
7497if test $ac_cv_lib_ungif_DGifOpen = yes; then 7500if test $ac_cv_lib_ungif_DGifOpen = yes; then
7498 HAVE_GIF=yes 7501 HAVE_GIF=yes
@@ -7511,13 +7514,13 @@ EOF
7511fi 7514fi
7512 7515
7513# If netdb.h doesn't declare h_errno, we must declare it by hand. 7516# If netdb.h doesn't declare h_errno, we must declare it by hand.
7514echo "$as_me:7514: checking whether netdb declares h_errno" >&5 7517echo "$as_me:7517: checking whether netdb declares h_errno" >&5
7515echo $ECHO_N "checking whether netdb declares h_errno... $ECHO_C" >&6 7518echo $ECHO_N "checking whether netdb declares h_errno... $ECHO_C" >&6
7516if test "${emacs_cv_netdb_declares_h_errno+set}" = set; then 7519if test "${emacs_cv_netdb_declares_h_errno+set}" = set; then
7517 echo $ECHO_N "(cached) $ECHO_C" >&6 7520 echo $ECHO_N "(cached) $ECHO_C" >&6
7518else 7521else
7519 cat >conftest.$ac_ext <<_ACEOF 7522 cat >conftest.$ac_ext <<_ACEOF
7520#line 7520 "configure" 7523#line 7523 "configure"
7521#include "confdefs.h" 7524#include "confdefs.h"
7522#include <netdb.h> 7525#include <netdb.h>
7523int 7526int
@@ -7529,16 +7532,16 @@ return h_errno;
7529} 7532}
7530_ACEOF 7533_ACEOF
7531rm -f conftest.$ac_objext conftest$ac_exeext 7534rm -f conftest.$ac_objext conftest$ac_exeext
7532if { (eval echo "$as_me:7532: \"$ac_link\"") >&5 7535if { (eval echo "$as_me:7535: \"$ac_link\"") >&5
7533 (eval $ac_link) 2>&5 7536 (eval $ac_link) 2>&5
7534 ac_status=$? 7537 ac_status=$?
7535 echo "$as_me:7535: \$? = $ac_status" >&5 7538 echo "$as_me:7538: \$? = $ac_status" >&5
7536 (exit $ac_status); } && 7539 (exit $ac_status); } &&
7537 { ac_try='test -s conftest$ac_exeext' 7540 { ac_try='test -s conftest$ac_exeext'
7538 { (eval echo "$as_me:7538: \"$ac_try\"") >&5 7541 { (eval echo "$as_me:7541: \"$ac_try\"") >&5
7539 (eval $ac_try) 2>&5 7542 (eval $ac_try) 2>&5
7540 ac_status=$? 7543 ac_status=$?
7541 echo "$as_me:7541: \$? = $ac_status" >&5 7544 echo "$as_me:7544: \$? = $ac_status" >&5
7542 (exit $ac_status); }; }; then 7545 (exit $ac_status); }; }; then
7543 emacs_cv_netdb_declares_h_errno=yes 7546 emacs_cv_netdb_declares_h_errno=yes
7544else 7547else
@@ -7548,7 +7551,7 @@ emacs_cv_netdb_declares_h_errno=no
7548fi 7551fi
7549rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7552rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7550fi 7553fi
7551echo "$as_me:7551: result: $emacs_cv_netdb_declares_h_errno" >&5 7554echo "$as_me:7554: result: $emacs_cv_netdb_declares_h_errno" >&5
7552echo "${ECHO_T}$emacs_cv_netdb_declares_h_errno" >&6 7555echo "${ECHO_T}$emacs_cv_netdb_declares_h_errno" >&6
7553if test $emacs_cv_netdb_declares_h_errno = yes; then 7556if test $emacs_cv_netdb_declares_h_errno = yes; then
7554 cat >>confdefs.h <<\EOF 7557 cat >>confdefs.h <<\EOF
@@ -7559,13 +7562,13 @@ fi
7559 7562
7560# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works 7563# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
7561# for constant arguments. Useless! 7564# for constant arguments. Useless!
7562echo "$as_me:7562: checking for working alloca.h" >&5 7565echo "$as_me:7565: checking for working alloca.h" >&5
7563echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6 7566echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
7564if test "${ac_cv_working_alloca_h+set}" = set; then 7567if test "${ac_cv_working_alloca_h+set}" = set; then
7565 echo $ECHO_N "(cached) $ECHO_C" >&6 7568 echo $ECHO_N "(cached) $ECHO_C" >&6
7566else 7569else
7567 cat >conftest.$ac_ext <<_ACEOF 7570 cat >conftest.$ac_ext <<_ACEOF
7568#line 7568 "configure" 7571#line 7571 "configure"
7569#include "confdefs.h" 7572#include "confdefs.h"
7570#include <alloca.h> 7573#include <alloca.h>
7571int 7574int
@@ -7577,16 +7580,16 @@ char *p = (char *) alloca (2 * sizeof (int));
7577} 7580}
7578_ACEOF 7581_ACEOF
7579rm -f conftest.$ac_objext conftest$ac_exeext 7582rm -f conftest.$ac_objext conftest$ac_exeext
7580if { (eval echo "$as_me:7580: \"$ac_link\"") >&5 7583if { (eval echo "$as_me:7583: \"$ac_link\"") >&5
7581 (eval $ac_link) 2>&5 7584 (eval $ac_link) 2>&5
7582 ac_status=$? 7585 ac_status=$?
7583 echo "$as_me:7583: \$? = $ac_status" >&5 7586 echo "$as_me:7586: \$? = $ac_status" >&5
7584 (exit $ac_status); } && 7587 (exit $ac_status); } &&
7585 { ac_try='test -s conftest$ac_exeext' 7588 { ac_try='test -s conftest$ac_exeext'
7586 { (eval echo "$as_me:7586: \"$ac_try\"") >&5 7589 { (eval echo "$as_me:7589: \"$ac_try\"") >&5
7587 (eval $ac_try) 2>&5 7590 (eval $ac_try) 2>&5
7588 ac_status=$? 7591 ac_status=$?
7589 echo "$as_me:7589: \$? = $ac_status" >&5 7592 echo "$as_me:7592: \$? = $ac_status" >&5
7590 (exit $ac_status); }; }; then 7593 (exit $ac_status); }; }; then
7591 ac_cv_working_alloca_h=yes 7594 ac_cv_working_alloca_h=yes
7592else 7595else
@@ -7596,7 +7599,7 @@ ac_cv_working_alloca_h=no
7596fi 7599fi
7597rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7600rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7598fi 7601fi
7599echo "$as_me:7599: result: $ac_cv_working_alloca_h" >&5 7602echo "$as_me:7602: result: $ac_cv_working_alloca_h" >&5
7600echo "${ECHO_T}$ac_cv_working_alloca_h" >&6 7603echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
7601if test $ac_cv_working_alloca_h = yes; then 7604if test $ac_cv_working_alloca_h = yes; then
7602 7605
@@ -7606,13 +7609,13 @@ EOF
7606 7609
7607fi 7610fi
7608 7611
7609echo "$as_me:7609: checking for alloca" >&5 7612echo "$as_me:7612: checking for alloca" >&5
7610echo $ECHO_N "checking for alloca... $ECHO_C" >&6 7613echo $ECHO_N "checking for alloca... $ECHO_C" >&6
7611if test "${ac_cv_func_alloca_works+set}" = set; then 7614if test "${ac_cv_func_alloca_works+set}" = set; then
7612 echo $ECHO_N "(cached) $ECHO_C" >&6 7615 echo $ECHO_N "(cached) $ECHO_C" >&6
7613else 7616else
7614 cat >conftest.$ac_ext <<_ACEOF 7617 cat >conftest.$ac_ext <<_ACEOF
7615#line 7615 "configure" 7618#line 7618 "configure"
7616#include "confdefs.h" 7619#include "confdefs.h"
7617#ifdef __GNUC__ 7620#ifdef __GNUC__
7618# define alloca __builtin_alloca 7621# define alloca __builtin_alloca
@@ -7644,16 +7647,16 @@ char *p = (char *) alloca (1);
7644} 7647}
7645_ACEOF 7648_ACEOF
7646rm -f conftest.$ac_objext conftest$ac_exeext 7649rm -f conftest.$ac_objext conftest$ac_exeext
7647if { (eval echo "$as_me:7647: \"$ac_link\"") >&5 7650if { (eval echo "$as_me:7650: \"$ac_link\"") >&5
7648 (eval $ac_link) 2>&5 7651 (eval $ac_link) 2>&5
7649 ac_status=$? 7652 ac_status=$?
7650 echo "$as_me:7650: \$? = $ac_status" >&5 7653 echo "$as_me:7653: \$? = $ac_status" >&5
7651 (exit $ac_status); } && 7654 (exit $ac_status); } &&
7652 { ac_try='test -s conftest$ac_exeext' 7655 { ac_try='test -s conftest$ac_exeext'
7653 { (eval echo "$as_me:7653: \"$ac_try\"") >&5 7656 { (eval echo "$as_me:7656: \"$ac_try\"") >&5
7654 (eval $ac_try) 2>&5 7657 (eval $ac_try) 2>&5
7655 ac_status=$? 7658 ac_status=$?
7656 echo "$as_me:7656: \$? = $ac_status" >&5 7659 echo "$as_me:7659: \$? = $ac_status" >&5
7657 (exit $ac_status); }; }; then 7660 (exit $ac_status); }; }; then
7658 ac_cv_func_alloca_works=yes 7661 ac_cv_func_alloca_works=yes
7659else 7662else
@@ -7663,7 +7666,7 @@ ac_cv_func_alloca_works=no
7663fi 7666fi
7664rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7667rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7665fi 7668fi
7666echo "$as_me:7666: result: $ac_cv_func_alloca_works" >&5 7669echo "$as_me:7669: result: $ac_cv_func_alloca_works" >&5
7667echo "${ECHO_T}$ac_cv_func_alloca_works" >&6 7670echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
7668 7671
7669if test $ac_cv_func_alloca_works = yes; then 7672if test $ac_cv_func_alloca_works = yes; then
@@ -7684,13 +7687,13 @@ cat >>confdefs.h <<\EOF
7684#define C_ALLOCA 1 7687#define C_ALLOCA 1
7685EOF 7688EOF
7686 7689
7687echo "$as_me:7687: checking whether \`alloca.c' needs Cray hooks" >&5 7690echo "$as_me:7690: checking whether \`alloca.c' needs Cray hooks" >&5
7688echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6 7691echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
7689if test "${ac_cv_os_cray+set}" = set; then 7692if test "${ac_cv_os_cray+set}" = set; then
7690 echo $ECHO_N "(cached) $ECHO_C" >&6 7693 echo $ECHO_N "(cached) $ECHO_C" >&6
7691else 7694else
7692 cat >conftest.$ac_ext <<_ACEOF 7695 cat >conftest.$ac_ext <<_ACEOF
7693#line 7693 "configure" 7696#line 7696 "configure"
7694#include "confdefs.h" 7697#include "confdefs.h"
7695#if defined(CRAY) && ! defined(CRAY2) 7698#if defined(CRAY) && ! defined(CRAY2)
7696webecray 7699webecray
@@ -7708,18 +7711,18 @@ fi
7708rm -f conftest* 7711rm -f conftest*
7709 7712
7710fi 7713fi
7711echo "$as_me:7711: result: $ac_cv_os_cray" >&5 7714echo "$as_me:7714: result: $ac_cv_os_cray" >&5
7712echo "${ECHO_T}$ac_cv_os_cray" >&6 7715echo "${ECHO_T}$ac_cv_os_cray" >&6
7713if test $ac_cv_os_cray = yes; then 7716if test $ac_cv_os_cray = yes; then
7714 for ac_func in _getb67 GETB67 getb67; do 7717 for ac_func in _getb67 GETB67 getb67; do
7715 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 7718 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7716echo "$as_me:7716: checking for $ac_func" >&5 7719echo "$as_me:7719: checking for $ac_func" >&5
7717echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 7720echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7718if eval "test \"\${$as_ac_var+set}\" = set"; then 7721if eval "test \"\${$as_ac_var+set}\" = set"; then
7719 echo $ECHO_N "(cached) $ECHO_C" >&6 7722 echo $ECHO_N "(cached) $ECHO_C" >&6
7720else 7723else
7721 cat >conftest.$ac_ext <<_ACEOF 7724 cat >conftest.$ac_ext <<_ACEOF
7722#line 7722 "configure" 7725#line 7725 "configure"
7723#include "confdefs.h" 7726#include "confdefs.h"
7724/* System header to define __stub macros and hopefully few prototypes, 7727/* System header to define __stub macros and hopefully few prototypes,
7725 which can conflict with char $ac_func (); below. */ 7728 which can conflict with char $ac_func (); below. */
@@ -7750,16 +7753,16 @@ f = $ac_func;
7750} 7753}
7751_ACEOF 7754_ACEOF
7752rm -f conftest.$ac_objext conftest$ac_exeext 7755rm -f conftest.$ac_objext conftest$ac_exeext
7753if { (eval echo "$as_me:7753: \"$ac_link\"") >&5 7756if { (eval echo "$as_me:7756: \"$ac_link\"") >&5
7754 (eval $ac_link) 2>&5 7757 (eval $ac_link) 2>&5
7755 ac_status=$? 7758 ac_status=$?
7756 echo "$as_me:7756: \$? = $ac_status" >&5 7759 echo "$as_me:7759: \$? = $ac_status" >&5
7757 (exit $ac_status); } && 7760 (exit $ac_status); } &&
7758 { ac_try='test -s conftest$ac_exeext' 7761 { ac_try='test -s conftest$ac_exeext'
7759 { (eval echo "$as_me:7759: \"$ac_try\"") >&5 7762 { (eval echo "$as_me:7762: \"$ac_try\"") >&5
7760 (eval $ac_try) 2>&5 7763 (eval $ac_try) 2>&5
7761 ac_status=$? 7764 ac_status=$?
7762 echo "$as_me:7762: \$? = $ac_status" >&5 7765 echo "$as_me:7765: \$? = $ac_status" >&5
7763 (exit $ac_status); }; }; then 7766 (exit $ac_status); }; }; then
7764 eval "$as_ac_var=yes" 7767 eval "$as_ac_var=yes"
7765else 7768else
@@ -7769,7 +7772,7 @@ eval "$as_ac_var=no"
7769fi 7772fi
7770rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7773rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7771fi 7774fi
7772echo "$as_me:7772: result: `eval echo '${'$as_ac_var'}'`" >&5 7775echo "$as_me:7775: result: `eval echo '${'$as_ac_var'}'`" >&5
7773echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 7776echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7774if test `eval echo '${'$as_ac_var'}'` = yes; then 7777if test `eval echo '${'$as_ac_var'}'` = yes; then
7775 7778
@@ -7783,7 +7786,7 @@ fi
7783 done 7786 done
7784fi 7787fi
7785 7788
7786echo "$as_me:7786: checking stack direction for C alloca" >&5 7789echo "$as_me:7789: checking stack direction for C alloca" >&5
7787echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6 7790echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
7788if test "${ac_cv_c_stack_direction+set}" = set; then 7791if test "${ac_cv_c_stack_direction+set}" = set; then
7789 echo $ECHO_N "(cached) $ECHO_C" >&6 7792 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7792,7 +7795,7 @@ else
7792 ac_cv_c_stack_direction=0 7795 ac_cv_c_stack_direction=0
7793else 7796else
7794 cat >conftest.$ac_ext <<_ACEOF 7797 cat >conftest.$ac_ext <<_ACEOF
7795#line 7795 "configure" 7798#line 7798 "configure"
7796#include "confdefs.h" 7799#include "confdefs.h"
7797int 7800int
7798find_stack_direction () 7801find_stack_direction ()
@@ -7815,15 +7818,15 @@ main ()
7815} 7818}
7816_ACEOF 7819_ACEOF
7817rm -f conftest$ac_exeext 7820rm -f conftest$ac_exeext
7818if { (eval echo "$as_me:7818: \"$ac_link\"") >&5 7821if { (eval echo "$as_me:7821: \"$ac_link\"") >&5
7819 (eval $ac_link) 2>&5 7822 (eval $ac_link) 2>&5
7820 ac_status=$? 7823 ac_status=$?
7821 echo "$as_me:7821: \$? = $ac_status" >&5 7824 echo "$as_me:7824: \$? = $ac_status" >&5
7822 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 7825 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7823 { (eval echo "$as_me:7823: \"$ac_try\"") >&5 7826 { (eval echo "$as_me:7826: \"$ac_try\"") >&5
7824 (eval $ac_try) 2>&5 7827 (eval $ac_try) 2>&5
7825 ac_status=$? 7828 ac_status=$?
7826 echo "$as_me:7826: \$? = $ac_status" >&5 7829 echo "$as_me:7829: \$? = $ac_status" >&5
7827 (exit $ac_status); }; }; then 7830 (exit $ac_status); }; }; then
7828 ac_cv_c_stack_direction=1 7831 ac_cv_c_stack_direction=1
7829else 7832else
@@ -7835,7 +7838,7 @@ fi
7835rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 7838rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7836fi 7839fi
7837fi 7840fi
7838echo "$as_me:7838: result: $ac_cv_c_stack_direction" >&5 7841echo "$as_me:7841: result: $ac_cv_c_stack_direction" >&5
7839echo "${ECHO_T}$ac_cv_c_stack_direction" >&6 7842echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
7840 7843
7841cat >>confdefs.h <<EOF 7844cat >>confdefs.h <<EOF
@@ -7847,7 +7850,7 @@ fi
7847# fmod, logb, and frexp are found in -lm on most systems. 7850# fmod, logb, and frexp are found in -lm on most systems.
7848# On HPUX 9.01, -lm does not contain logb, so check for sqrt. 7851# On HPUX 9.01, -lm does not contain logb, so check for sqrt.
7849 7852
7850echo "$as_me:7850: checking for sqrt in -lm" >&5 7853echo "$as_me:7853: checking for sqrt in -lm" >&5
7851echo $ECHO_N "checking for sqrt in -lm... $ECHO_C" >&6 7854echo $ECHO_N "checking for sqrt in -lm... $ECHO_C" >&6
7852if test "${ac_cv_lib_m_sqrt+set}" = set; then 7855if test "${ac_cv_lib_m_sqrt+set}" = set; then
7853 echo $ECHO_N "(cached) $ECHO_C" >&6 7856 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7855,7 +7858,7 @@ else
7855 ac_check_lib_save_LIBS=$LIBS 7858 ac_check_lib_save_LIBS=$LIBS
7856LIBS="-lm $LIBS" 7859LIBS="-lm $LIBS"
7857cat >conftest.$ac_ext <<_ACEOF 7860cat >conftest.$ac_ext <<_ACEOF
7858#line 7858 "configure" 7861#line 7861 "configure"
7859#include "confdefs.h" 7862#include "confdefs.h"
7860 7863
7861/* Override any gcc2 internal prototype to avoid an error. */ 7864/* Override any gcc2 internal prototype to avoid an error. */
@@ -7874,16 +7877,16 @@ sqrt ();
7874} 7877}
7875_ACEOF 7878_ACEOF
7876rm -f conftest.$ac_objext conftest$ac_exeext 7879rm -f conftest.$ac_objext conftest$ac_exeext
7877if { (eval echo "$as_me:7877: \"$ac_link\"") >&5 7880if { (eval echo "$as_me:7880: \"$ac_link\"") >&5
7878 (eval $ac_link) 2>&5 7881 (eval $ac_link) 2>&5
7879 ac_status=$? 7882 ac_status=$?
7880 echo "$as_me:7880: \$? = $ac_status" >&5 7883 echo "$as_me:7883: \$? = $ac_status" >&5
7881 (exit $ac_status); } && 7884 (exit $ac_status); } &&
7882 { ac_try='test -s conftest$ac_exeext' 7885 { ac_try='test -s conftest$ac_exeext'
7883 { (eval echo "$as_me:7883: \"$ac_try\"") >&5 7886 { (eval echo "$as_me:7886: \"$ac_try\"") >&5
7884 (eval $ac_try) 2>&5 7887 (eval $ac_try) 2>&5
7885 ac_status=$? 7888 ac_status=$?
7886 echo "$as_me:7886: \$? = $ac_status" >&5 7889 echo "$as_me:7889: \$? = $ac_status" >&5
7887 (exit $ac_status); }; }; then 7890 (exit $ac_status); }; }; then
7888 ac_cv_lib_m_sqrt=yes 7891 ac_cv_lib_m_sqrt=yes
7889else 7892else
@@ -7894,7 +7897,7 @@ fi
7894rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7897rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7895LIBS=$ac_check_lib_save_LIBS 7898LIBS=$ac_check_lib_save_LIBS
7896fi 7899fi
7897echo "$as_me:7897: result: $ac_cv_lib_m_sqrt" >&5 7900echo "$as_me:7900: result: $ac_cv_lib_m_sqrt" >&5
7898echo "${ECHO_T}$ac_cv_lib_m_sqrt" >&6 7901echo "${ECHO_T}$ac_cv_lib_m_sqrt" >&6
7899if test $ac_cv_lib_m_sqrt = yes; then 7902if test $ac_cv_lib_m_sqrt = yes; then
7900 cat >>confdefs.h <<EOF 7903 cat >>confdefs.h <<EOF
@@ -7907,7 +7910,7 @@ fi
7907 7910
7908# Check for mail-locking functions in a "mail" library 7911# Check for mail-locking functions in a "mail" library
7909 7912
7910echo "$as_me:7910: checking for maillock in -lmail" >&5 7913echo "$as_me:7913: checking for maillock in -lmail" >&5
7911echo $ECHO_N "checking for maillock in -lmail... $ECHO_C" >&6 7914echo $ECHO_N "checking for maillock in -lmail... $ECHO_C" >&6
7912if test "${ac_cv_lib_mail_maillock+set}" = set; then 7915if test "${ac_cv_lib_mail_maillock+set}" = set; then
7913 echo $ECHO_N "(cached) $ECHO_C" >&6 7916 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7915,7 +7918,7 @@ else
7915 ac_check_lib_save_LIBS=$LIBS 7918 ac_check_lib_save_LIBS=$LIBS
7916LIBS="-lmail $LIBS" 7919LIBS="-lmail $LIBS"
7917cat >conftest.$ac_ext <<_ACEOF 7920cat >conftest.$ac_ext <<_ACEOF
7918#line 7918 "configure" 7921#line 7921 "configure"
7919#include "confdefs.h" 7922#include "confdefs.h"
7920 7923
7921/* Override any gcc2 internal prototype to avoid an error. */ 7924/* Override any gcc2 internal prototype to avoid an error. */
@@ -7934,16 +7937,16 @@ maillock ();
7934} 7937}
7935_ACEOF 7938_ACEOF
7936rm -f conftest.$ac_objext conftest$ac_exeext 7939rm -f conftest.$ac_objext conftest$ac_exeext
7937if { (eval echo "$as_me:7937: \"$ac_link\"") >&5 7940if { (eval echo "$as_me:7940: \"$ac_link\"") >&5
7938 (eval $ac_link) 2>&5 7941 (eval $ac_link) 2>&5
7939 ac_status=$? 7942 ac_status=$?
7940 echo "$as_me:7940: \$? = $ac_status" >&5 7943 echo "$as_me:7943: \$? = $ac_status" >&5
7941 (exit $ac_status); } && 7944 (exit $ac_status); } &&
7942 { ac_try='test -s conftest$ac_exeext' 7945 { ac_try='test -s conftest$ac_exeext'
7943 { (eval echo "$as_me:7943: \"$ac_try\"") >&5 7946 { (eval echo "$as_me:7946: \"$ac_try\"") >&5
7944 (eval $ac_try) 2>&5 7947 (eval $ac_try) 2>&5
7945 ac_status=$? 7948 ac_status=$?
7946 echo "$as_me:7946: \$? = $ac_status" >&5 7949 echo "$as_me:7949: \$? = $ac_status" >&5
7947 (exit $ac_status); }; }; then 7950 (exit $ac_status); }; }; then
7948 ac_cv_lib_mail_maillock=yes 7951 ac_cv_lib_mail_maillock=yes
7949else 7952else
@@ -7954,7 +7957,7 @@ fi
7954rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7957rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7955LIBS=$ac_check_lib_save_LIBS 7958LIBS=$ac_check_lib_save_LIBS
7956fi 7959fi
7957echo "$as_me:7957: result: $ac_cv_lib_mail_maillock" >&5 7960echo "$as_me:7960: result: $ac_cv_lib_mail_maillock" >&5
7958echo "${ECHO_T}$ac_cv_lib_mail_maillock" >&6 7961echo "${ECHO_T}$ac_cv_lib_mail_maillock" >&6
7959if test $ac_cv_lib_mail_maillock = yes; then 7962if test $ac_cv_lib_mail_maillock = yes; then
7960 cat >>confdefs.h <<EOF 7963 cat >>confdefs.h <<EOF
@@ -7965,7 +7968,7 @@ EOF
7965 7968
7966fi 7969fi
7967 7970
7968echo "$as_me:7968: checking for maillock in -llockfile" >&5 7971echo "$as_me:7971: checking for maillock in -llockfile" >&5
7969echo $ECHO_N "checking for maillock in -llockfile... $ECHO_C" >&6 7972echo $ECHO_N "checking for maillock in -llockfile... $ECHO_C" >&6
7970if test "${ac_cv_lib_lockfile_maillock+set}" = set; then 7973if test "${ac_cv_lib_lockfile_maillock+set}" = set; then
7971 echo $ECHO_N "(cached) $ECHO_C" >&6 7974 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7973,7 +7976,7 @@ else
7973 ac_check_lib_save_LIBS=$LIBS 7976 ac_check_lib_save_LIBS=$LIBS
7974LIBS="-llockfile $LIBS" 7977LIBS="-llockfile $LIBS"
7975cat >conftest.$ac_ext <<_ACEOF 7978cat >conftest.$ac_ext <<_ACEOF
7976#line 7976 "configure" 7979#line 7979 "configure"
7977#include "confdefs.h" 7980#include "confdefs.h"
7978 7981
7979/* Override any gcc2 internal prototype to avoid an error. */ 7982/* Override any gcc2 internal prototype to avoid an error. */
@@ -7992,16 +7995,16 @@ maillock ();
7992} 7995}
7993_ACEOF 7996_ACEOF
7994rm -f conftest.$ac_objext conftest$ac_exeext 7997rm -f conftest.$ac_objext conftest$ac_exeext
7995if { (eval echo "$as_me:7995: \"$ac_link\"") >&5 7998if { (eval echo "$as_me:7998: \"$ac_link\"") >&5
7996 (eval $ac_link) 2>&5 7999 (eval $ac_link) 2>&5
7997 ac_status=$? 8000 ac_status=$?
7998 echo "$as_me:7998: \$? = $ac_status" >&5 8001 echo "$as_me:8001: \$? = $ac_status" >&5
7999 (exit $ac_status); } && 8002 (exit $ac_status); } &&
8000 { ac_try='test -s conftest$ac_exeext' 8003 { ac_try='test -s conftest$ac_exeext'
8001 { (eval echo "$as_me:8001: \"$ac_try\"") >&5 8004 { (eval echo "$as_me:8004: \"$ac_try\"") >&5
8002 (eval $ac_try) 2>&5 8005 (eval $ac_try) 2>&5
8003 ac_status=$? 8006 ac_status=$?
8004 echo "$as_me:8004: \$? = $ac_status" >&5 8007 echo "$as_me:8007: \$? = $ac_status" >&5
8005 (exit $ac_status); }; }; then 8008 (exit $ac_status); }; }; then
8006 ac_cv_lib_lockfile_maillock=yes 8009 ac_cv_lib_lockfile_maillock=yes
8007else 8010else
@@ -8012,7 +8015,7 @@ fi
8012rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8015rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8013LIBS=$ac_check_lib_save_LIBS 8016LIBS=$ac_check_lib_save_LIBS
8014fi 8017fi
8015echo "$as_me:8015: result: $ac_cv_lib_lockfile_maillock" >&5 8018echo "$as_me:8018: result: $ac_cv_lib_lockfile_maillock" >&5
8016echo "${ECHO_T}$ac_cv_lib_lockfile_maillock" >&6 8019echo "${ECHO_T}$ac_cv_lib_lockfile_maillock" >&6
8017if test $ac_cv_lib_lockfile_maillock = yes; then 8020if test $ac_cv_lib_lockfile_maillock = yes; then
8018 cat >>confdefs.h <<EOF 8021 cat >>confdefs.h <<EOF
@@ -8029,7 +8032,7 @@ fi
8029if test "$ac_cv_lib_lockfile_maillock" = no; then 8032if test "$ac_cv_lib_lockfile_maillock" = no; then
8030 # Extract the first word of "liblockfile.so", so it can be a program name with args. 8033 # Extract the first word of "liblockfile.so", so it can be a program name with args.
8031set dummy liblockfile.so; ac_word=$2 8034set dummy liblockfile.so; ac_word=$2
8032echo "$as_me:8032: checking for $ac_word" >&5 8035echo "$as_me:8035: checking for $ac_word" >&5
8033echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 8036echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8034if test "${ac_cv_prog_liblockfile+set}" = set; then 8037if test "${ac_cv_prog_liblockfile+set}" = set; then
8035 echo $ECHO_N "(cached) $ECHO_C" >&6 8038 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8044,7 +8047,7 @@ for ac_dir in $ac_dummy; do
8044 test -z "$ac_dir" && ac_dir=. 8047 test -z "$ac_dir" && ac_dir=.
8045 $as_executable_p "$ac_dir/$ac_word" || continue 8048 $as_executable_p "$ac_dir/$ac_word" || continue
8046ac_cv_prog_liblockfile="yes" 8049ac_cv_prog_liblockfile="yes"
8047echo "$as_me:8047: found $ac_dir/$ac_word" >&5 8050echo "$as_me:8050: found $ac_dir/$ac_word" >&5
8048break 8051break
8049done 8052done
8050 8053
@@ -8053,15 +8056,15 @@ fi
8053fi 8056fi
8054liblockfile=$ac_cv_prog_liblockfile 8057liblockfile=$ac_cv_prog_liblockfile
8055if test -n "$liblockfile"; then 8058if test -n "$liblockfile"; then
8056 echo "$as_me:8056: result: $liblockfile" >&5 8059 echo "$as_me:8059: result: $liblockfile" >&5
8057echo "${ECHO_T}$liblockfile" >&6 8060echo "${ECHO_T}$liblockfile" >&6
8058else 8061else
8059 echo "$as_me:8059: result: no" >&5 8062 echo "$as_me:8062: result: no" >&5
8060echo "${ECHO_T}no" >&6 8063echo "${ECHO_T}no" >&6
8061fi 8064fi
8062 8065
8063 if test $ac_cv_prog_liblockfile = yes; then 8066 if test $ac_cv_prog_liblockfile = yes; then
8064 { { echo "$as_me:8064: error: Shared liblockfile found but can't link against it. 8067 { { echo "$as_me:8067: error: Shared liblockfile found but can't link against it.
8065This probably means that movemail could lose mail. 8068This probably means that movemail could lose mail.
8066There may be a \`development' package to install containing liblockfile." >&5 8069There may be a \`development' package to install containing liblockfile." >&5
8067echo "$as_me: error: Shared liblockfile found but can't link against it. 8070echo "$as_me: error: Shared liblockfile found but can't link against it.
@@ -8079,13 +8082,13 @@ fi
8079for ac_func in touchlock 8082for ac_func in touchlock
8080do 8083do
8081as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 8084as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8082echo "$as_me:8082: checking for $ac_func" >&5 8085echo "$as_me:8085: checking for $ac_func" >&5
8083echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 8086echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8084if eval "test \"\${$as_ac_var+set}\" = set"; then 8087if eval "test \"\${$as_ac_var+set}\" = set"; then
8085 echo $ECHO_N "(cached) $ECHO_C" >&6 8088 echo $ECHO_N "(cached) $ECHO_C" >&6
8086else 8089else
8087 cat >conftest.$ac_ext <<_ACEOF 8090 cat >conftest.$ac_ext <<_ACEOF
8088#line 8088 "configure" 8091#line 8091 "configure"
8089#include "confdefs.h" 8092#include "confdefs.h"
8090/* System header to define __stub macros and hopefully few prototypes, 8093/* System header to define __stub macros and hopefully few prototypes,
8091 which can conflict with char $ac_func (); below. */ 8094 which can conflict with char $ac_func (); below. */
@@ -8116,16 +8119,16 @@ f = $ac_func;
8116} 8119}
8117_ACEOF 8120_ACEOF
8118rm -f conftest.$ac_objext conftest$ac_exeext 8121rm -f conftest.$ac_objext conftest$ac_exeext
8119if { (eval echo "$as_me:8119: \"$ac_link\"") >&5 8122if { (eval echo "$as_me:8122: \"$ac_link\"") >&5
8120 (eval $ac_link) 2>&5 8123 (eval $ac_link) 2>&5
8121 ac_status=$? 8124 ac_status=$?
8122 echo "$as_me:8122: \$? = $ac_status" >&5 8125 echo "$as_me:8125: \$? = $ac_status" >&5
8123 (exit $ac_status); } && 8126 (exit $ac_status); } &&
8124 { ac_try='test -s conftest$ac_exeext' 8127 { ac_try='test -s conftest$ac_exeext'
8125 { (eval echo "$as_me:8125: \"$ac_try\"") >&5 8128 { (eval echo "$as_me:8128: \"$ac_try\"") >&5
8126 (eval $ac_try) 2>&5 8129 (eval $ac_try) 2>&5
8127 ac_status=$? 8130 ac_status=$?
8128 echo "$as_me:8128: \$? = $ac_status" >&5 8131 echo "$as_me:8131: \$? = $ac_status" >&5
8129 (exit $ac_status); }; }; then 8132 (exit $ac_status); }; }; then
8130 eval "$as_ac_var=yes" 8133 eval "$as_ac_var=yes"
8131else 8134else
@@ -8135,7 +8138,7 @@ eval "$as_ac_var=no"
8135fi 8138fi
8136rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8139rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8137fi 8140fi
8138echo "$as_me:8138: result: `eval echo '${'$as_ac_var'}'`" >&5 8141echo "$as_me:8141: result: `eval echo '${'$as_ac_var'}'`" >&5
8139echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 8142echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8140if test `eval echo '${'$as_ac_var'}'` = yes; then 8143if test `eval echo '${'$as_ac_var'}'` = yes; then
8141 cat >>confdefs.h <<EOF 8144 cat >>confdefs.h <<EOF
@@ -8148,23 +8151,23 @@ done
8148for ac_header in maillock.h 8151for ac_header in maillock.h
8149do 8152do
8150as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 8153as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8151echo "$as_me:8151: checking for $ac_header" >&5 8154echo "$as_me:8154: checking for $ac_header" >&5
8152echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 8155echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8153if eval "test \"\${$as_ac_Header+set}\" = set"; then 8156if eval "test \"\${$as_ac_Header+set}\" = set"; then
8154 echo $ECHO_N "(cached) $ECHO_C" >&6 8157 echo $ECHO_N "(cached) $ECHO_C" >&6
8155else 8158else
8156 cat >conftest.$ac_ext <<_ACEOF 8159 cat >conftest.$ac_ext <<_ACEOF
8157#line 8157 "configure" 8160#line 8160 "configure"
8158#include "confdefs.h" 8161#include "confdefs.h"
8159#include <$ac_header> 8162#include <$ac_header>
8160_ACEOF 8163_ACEOF
8161if { (eval echo "$as_me:8161: \"$ac_cpp conftest.$ac_ext\"") >&5 8164if { (eval echo "$as_me:8164: \"$ac_cpp conftest.$ac_ext\"") >&5
8162 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 8165 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
8163 ac_status=$? 8166 ac_status=$?
8164 egrep -v '^ *\+' conftest.er1 >conftest.err 8167 egrep -v '^ *\+' conftest.er1 >conftest.err
8165 rm -f conftest.er1 8168 rm -f conftest.er1
8166 cat conftest.err >&5 8169 cat conftest.err >&5
8167 echo "$as_me:8167: \$? = $ac_status" >&5 8170 echo "$as_me:8170: \$? = $ac_status" >&5
8168 (exit $ac_status); } >/dev/null; then 8171 (exit $ac_status); } >/dev/null; then
8169 if test -s conftest.err; then 8172 if test -s conftest.err; then
8170 ac_cpp_err=$ac_c_preproc_warn_flag 8173 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -8183,7 +8186,7 @@ else
8183fi 8186fi
8184rm -f conftest.err conftest.$ac_ext 8187rm -f conftest.err conftest.$ac_ext
8185fi 8188fi
8186echo "$as_me:8186: result: `eval echo '${'$as_ac_Header'}'`" >&5 8189echo "$as_me:8189: result: `eval echo '${'$as_ac_Header'}'`" >&5
8187echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 8190echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8188if test `eval echo '${'$as_ac_Header'}'` = yes; then 8191if test `eval echo '${'$as_ac_Header'}'` = yes; then
8189 cat >>confdefs.h <<EOF 8192 cat >>confdefs.h <<EOF
@@ -8202,13 +8205,13 @@ __fpending mblen mbrlen strsignal setitimer ualarm index rindex \
8202gai_strerror mkstemp 8205gai_strerror mkstemp
8203do 8206do
8204as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 8207as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8205echo "$as_me:8205: checking for $ac_func" >&5 8208echo "$as_me:8208: checking for $ac_func" >&5
8206echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 8209echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8207if eval "test \"\${$as_ac_var+set}\" = set"; then 8210if eval "test \"\${$as_ac_var+set}\" = set"; then
8208 echo $ECHO_N "(cached) $ECHO_C" >&6 8211 echo $ECHO_N "(cached) $ECHO_C" >&6
8209else 8212else
8210 cat >conftest.$ac_ext <<_ACEOF 8213 cat >conftest.$ac_ext <<_ACEOF
8211#line 8211 "configure" 8214#line 8214 "configure"
8212#include "confdefs.h" 8215#include "confdefs.h"
8213/* System header to define __stub macros and hopefully few prototypes, 8216/* System header to define __stub macros and hopefully few prototypes,
8214 which can conflict with char $ac_func (); below. */ 8217 which can conflict with char $ac_func (); below. */
@@ -8239,16 +8242,16 @@ f = $ac_func;
8239} 8242}
8240_ACEOF 8243_ACEOF
8241rm -f conftest.$ac_objext conftest$ac_exeext 8244rm -f conftest.$ac_objext conftest$ac_exeext
8242if { (eval echo "$as_me:8242: \"$ac_link\"") >&5 8245if { (eval echo "$as_me:8245: \"$ac_link\"") >&5
8243 (eval $ac_link) 2>&5 8246 (eval $ac_link) 2>&5
8244 ac_status=$? 8247 ac_status=$?
8245 echo "$as_me:8245: \$? = $ac_status" >&5 8248 echo "$as_me:8248: \$? = $ac_status" >&5
8246 (exit $ac_status); } && 8249 (exit $ac_status); } &&
8247 { ac_try='test -s conftest$ac_exeext' 8250 { ac_try='test -s conftest$ac_exeext'
8248 { (eval echo "$as_me:8248: \"$ac_try\"") >&5 8251 { (eval echo "$as_me:8251: \"$ac_try\"") >&5
8249 (eval $ac_try) 2>&5 8252 (eval $ac_try) 2>&5
8250 ac_status=$? 8253 ac_status=$?
8251 echo "$as_me:8251: \$? = $ac_status" >&5 8254 echo "$as_me:8254: \$? = $ac_status" >&5
8252 (exit $ac_status); }; }; then 8255 (exit $ac_status); }; }; then
8253 eval "$as_ac_var=yes" 8256 eval "$as_ac_var=yes"
8254else 8257else
@@ -8258,7 +8261,7 @@ eval "$as_ac_var=no"
8258fi 8261fi
8259rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8262rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8260fi 8263fi
8261echo "$as_me:8261: result: `eval echo '${'$as_ac_var'}'`" >&5 8264echo "$as_me:8264: result: `eval echo '${'$as_ac_var'}'`" >&5
8262echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 8265echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8263if test `eval echo '${'$as_ac_var'}'` = yes; then 8266if test `eval echo '${'$as_ac_var'}'` = yes; then
8264 cat >>confdefs.h <<EOF 8267 cat >>confdefs.h <<EOF
@@ -8271,23 +8274,23 @@ done
8271for ac_header in sys/time.h unistd.h 8274for ac_header in sys/time.h unistd.h
8272do 8275do
8273as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 8276as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8274echo "$as_me:8274: checking for $ac_header" >&5 8277echo "$as_me:8277: checking for $ac_header" >&5
8275echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 8278echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8276if eval "test \"\${$as_ac_Header+set}\" = set"; then 8279if eval "test \"\${$as_ac_Header+set}\" = set"; then
8277 echo $ECHO_N "(cached) $ECHO_C" >&6 8280 echo $ECHO_N "(cached) $ECHO_C" >&6
8278else 8281else
8279 cat >conftest.$ac_ext <<_ACEOF 8282 cat >conftest.$ac_ext <<_ACEOF
8280#line 8280 "configure" 8283#line 8283 "configure"
8281#include "confdefs.h" 8284#include "confdefs.h"
8282#include <$ac_header> 8285#include <$ac_header>
8283_ACEOF 8286_ACEOF
8284if { (eval echo "$as_me:8284: \"$ac_cpp conftest.$ac_ext\"") >&5 8287if { (eval echo "$as_me:8287: \"$ac_cpp conftest.$ac_ext\"") >&5
8285 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 8288 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
8286 ac_status=$? 8289 ac_status=$?
8287 egrep -v '^ *\+' conftest.er1 >conftest.err 8290 egrep -v '^ *\+' conftest.er1 >conftest.err
8288 rm -f conftest.er1 8291 rm -f conftest.er1
8289 cat conftest.err >&5 8292 cat conftest.err >&5
8290 echo "$as_me:8290: \$? = $ac_status" >&5 8293 echo "$as_me:8293: \$? = $ac_status" >&5
8291 (exit $ac_status); } >/dev/null; then 8294 (exit $ac_status); } >/dev/null; then
8292 if test -s conftest.err; then 8295 if test -s conftest.err; then
8293 ac_cpp_err=$ac_c_preproc_warn_flag 8296 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -8306,7 +8309,7 @@ else
8306fi 8309fi
8307rm -f conftest.err conftest.$ac_ext 8310rm -f conftest.err conftest.$ac_ext
8308fi 8311fi
8309echo "$as_me:8309: result: `eval echo '${'$as_ac_Header'}'`" >&5 8312echo "$as_me:8312: result: `eval echo '${'$as_ac_Header'}'`" >&5
8310echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 8313echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8311if test `eval echo '${'$as_ac_Header'}'` = yes; then 8314if test `eval echo '${'$as_ac_Header'}'` = yes; then
8312 cat >>confdefs.h <<EOF 8315 cat >>confdefs.h <<EOF
@@ -8319,13 +8322,13 @@ done
8319for ac_func in alarm 8322for ac_func in alarm
8320do 8323do
8321as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 8324as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8322echo "$as_me:8322: checking for $ac_func" >&5 8325echo "$as_me:8325: checking for $ac_func" >&5
8323echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 8326echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8324if eval "test \"\${$as_ac_var+set}\" = set"; then 8327if eval "test \"\${$as_ac_var+set}\" = set"; then
8325 echo $ECHO_N "(cached) $ECHO_C" >&6 8328 echo $ECHO_N "(cached) $ECHO_C" >&6
8326else 8329else
8327 cat >conftest.$ac_ext <<_ACEOF 8330 cat >conftest.$ac_ext <<_ACEOF
8328#line 8328 "configure" 8331#line 8331 "configure"
8329#include "confdefs.h" 8332#include "confdefs.h"
8330/* System header to define __stub macros and hopefully few prototypes, 8333/* System header to define __stub macros and hopefully few prototypes,
8331 which can conflict with char $ac_func (); below. */ 8334 which can conflict with char $ac_func (); below. */
@@ -8356,16 +8359,16 @@ f = $ac_func;
8356} 8359}
8357_ACEOF 8360_ACEOF
8358rm -f conftest.$ac_objext conftest$ac_exeext 8361rm -f conftest.$ac_objext conftest$ac_exeext
8359if { (eval echo "$as_me:8359: \"$ac_link\"") >&5 8362if { (eval echo "$as_me:8362: \"$ac_link\"") >&5
8360 (eval $ac_link) 2>&5 8363 (eval $ac_link) 2>&5
8361 ac_status=$? 8364 ac_status=$?
8362 echo "$as_me:8362: \$? = $ac_status" >&5 8365 echo "$as_me:8365: \$? = $ac_status" >&5
8363 (exit $ac_status); } && 8366 (exit $ac_status); } &&
8364 { ac_try='test -s conftest$ac_exeext' 8367 { ac_try='test -s conftest$ac_exeext'
8365 { (eval echo "$as_me:8365: \"$ac_try\"") >&5 8368 { (eval echo "$as_me:8368: \"$ac_try\"") >&5
8366 (eval $ac_try) 2>&5 8369 (eval $ac_try) 2>&5
8367 ac_status=$? 8370 ac_status=$?
8368 echo "$as_me:8368: \$? = $ac_status" >&5 8371 echo "$as_me:8371: \$? = $ac_status" >&5
8369 (exit $ac_status); }; }; then 8372 (exit $ac_status); }; }; then
8370 eval "$as_ac_var=yes" 8373 eval "$as_ac_var=yes"
8371else 8374else
@@ -8375,7 +8378,7 @@ eval "$as_ac_var=no"
8375fi 8378fi
8376rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8379rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8377fi 8380fi
8378echo "$as_me:8378: result: `eval echo '${'$as_ac_var'}'`" >&5 8381echo "$as_me:8381: result: `eval echo '${'$as_ac_var'}'`" >&5
8379echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 8382echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8380if test `eval echo '${'$as_ac_var'}'` = yes; then 8383if test `eval echo '${'$as_ac_var'}'` = yes; then
8381 cat >>confdefs.h <<EOF 8384 cat >>confdefs.h <<EOF
@@ -8385,7 +8388,7 @@ EOF
8385fi 8388fi
8386done 8389done
8387 8390
8388echo "$as_me:8388: checking for working mktime" >&5 8391echo "$as_me:8391: checking for working mktime" >&5
8389echo $ECHO_N "checking for working mktime... $ECHO_C" >&6 8392echo $ECHO_N "checking for working mktime... $ECHO_C" >&6
8390if test "${ac_cv_func_working_mktime+set}" = set; then 8393if test "${ac_cv_func_working_mktime+set}" = set; then
8391 echo $ECHO_N "(cached) $ECHO_C" >&6 8394 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8394,7 +8397,7 @@ else
8394 ac_cv_func_working_mktime=no 8397 ac_cv_func_working_mktime=no
8395else 8398else
8396 cat >conftest.$ac_ext <<_ACEOF 8399 cat >conftest.$ac_ext <<_ACEOF
8397#line 8397 "configure" 8400#line 8400 "configure"
8398#include "confdefs.h" 8401#include "confdefs.h"
8399/* Test program from Paul Eggert and Tony Leneis. */ 8402/* Test program from Paul Eggert and Tony Leneis. */
8400#if TIME_WITH_SYS_TIME 8403#if TIME_WITH_SYS_TIME
@@ -8543,15 +8546,15 @@ main ()
8543} 8546}
8544_ACEOF 8547_ACEOF
8545rm -f conftest$ac_exeext 8548rm -f conftest$ac_exeext
8546if { (eval echo "$as_me:8546: \"$ac_link\"") >&5 8549if { (eval echo "$as_me:8549: \"$ac_link\"") >&5
8547 (eval $ac_link) 2>&5 8550 (eval $ac_link) 2>&5
8548 ac_status=$? 8551 ac_status=$?
8549 echo "$as_me:8549: \$? = $ac_status" >&5 8552 echo "$as_me:8552: \$? = $ac_status" >&5
8550 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 8553 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8551 { (eval echo "$as_me:8551: \"$ac_try\"") >&5 8554 { (eval echo "$as_me:8554: \"$ac_try\"") >&5
8552 (eval $ac_try) 2>&5 8555 (eval $ac_try) 2>&5
8553 ac_status=$? 8556 ac_status=$?
8554 echo "$as_me:8554: \$? = $ac_status" >&5 8557 echo "$as_me:8557: \$? = $ac_status" >&5
8555 (exit $ac_status); }; }; then 8558 (exit $ac_status); }; }; then
8556 ac_cv_func_working_mktime=yes 8559 ac_cv_func_working_mktime=yes
8557else 8560else
@@ -8563,7 +8566,7 @@ fi
8563rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 8566rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8564fi 8567fi
8565fi 8568fi
8566echo "$as_me:8566: result: $ac_cv_func_working_mktime" >&5 8569echo "$as_me:8569: result: $ac_cv_func_working_mktime" >&5
8567echo "${ECHO_T}$ac_cv_func_working_mktime" >&6 8570echo "${ECHO_T}$ac_cv_func_working_mktime" >&6
8568if test $ac_cv_func_working_mktime = no; then 8571if test $ac_cv_func_working_mktime = no; then
8569 LIBOBJS="$LIBOBJS mktime.$ac_objext" 8572 LIBOBJS="$LIBOBJS mktime.$ac_objext"
@@ -8581,13 +8584,13 @@ ac_have_func=no # yes means we've found a way to get the load average.
8581ac_save_LIBS=$LIBS 8584ac_save_LIBS=$LIBS
8582 8585
8583# Check for getloadavg, but be sure not to touch the cache variable. 8586# Check for getloadavg, but be sure not to touch the cache variable.
8584(echo "$as_me:8584: checking for getloadavg" >&5 8587(echo "$as_me:8587: checking for getloadavg" >&5
8585echo $ECHO_N "checking for getloadavg... $ECHO_C" >&6 8588echo $ECHO_N "checking for getloadavg... $ECHO_C" >&6
8586if test "${ac_cv_func_getloadavg+set}" = set; then 8589if test "${ac_cv_func_getloadavg+set}" = set; then
8587 echo $ECHO_N "(cached) $ECHO_C" >&6 8590 echo $ECHO_N "(cached) $ECHO_C" >&6
8588else 8591else
8589 cat >conftest.$ac_ext <<_ACEOF 8592 cat >conftest.$ac_ext <<_ACEOF
8590#line 8590 "configure" 8593#line 8593 "configure"
8591#include "confdefs.h" 8594#include "confdefs.h"
8592/* System header to define __stub macros and hopefully few prototypes, 8595/* System header to define __stub macros and hopefully few prototypes,
8593 which can conflict with char getloadavg (); below. */ 8596 which can conflict with char getloadavg (); below. */
@@ -8618,16 +8621,16 @@ f = getloadavg;
8618} 8621}
8619_ACEOF 8622_ACEOF
8620rm -f conftest.$ac_objext conftest$ac_exeext 8623rm -f conftest.$ac_objext conftest$ac_exeext
8621if { (eval echo "$as_me:8621: \"$ac_link\"") >&5 8624if { (eval echo "$as_me:8624: \"$ac_link\"") >&5
8622 (eval $ac_link) 2>&5 8625 (eval $ac_link) 2>&5
8623 ac_status=$? 8626 ac_status=$?
8624 echo "$as_me:8624: \$? = $ac_status" >&5 8627 echo "$as_me:8627: \$? = $ac_status" >&5
8625 (exit $ac_status); } && 8628 (exit $ac_status); } &&
8626 { ac_try='test -s conftest$ac_exeext' 8629 { ac_try='test -s conftest$ac_exeext'
8627 { (eval echo "$as_me:8627: \"$ac_try\"") >&5 8630 { (eval echo "$as_me:8630: \"$ac_try\"") >&5
8628 (eval $ac_try) 2>&5 8631 (eval $ac_try) 2>&5
8629 ac_status=$? 8632 ac_status=$?
8630 echo "$as_me:8630: \$? = $ac_status" >&5 8633 echo "$as_me:8633: \$? = $ac_status" >&5
8631 (exit $ac_status); }; }; then 8634 (exit $ac_status); }; }; then
8632 ac_cv_func_getloadavg=yes 8635 ac_cv_func_getloadavg=yes
8633else 8636else
@@ -8637,7 +8640,7 @@ ac_cv_func_getloadavg=no
8637fi 8640fi
8638rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8641rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8639fi 8642fi
8640echo "$as_me:8640: result: $ac_cv_func_getloadavg" >&5 8643echo "$as_me:8643: result: $ac_cv_func_getloadavg" >&5
8641echo "${ECHO_T}$ac_cv_func_getloadavg" >&6 8644echo "${ECHO_T}$ac_cv_func_getloadavg" >&6
8642if test $ac_cv_func_getloadavg = yes; then 8645if test $ac_cv_func_getloadavg = yes; then
8643 exit 0 8646 exit 0
@@ -8651,13 +8654,13 @@ fi
8651for ac_func in pstat_getdynamic 8654for ac_func in pstat_getdynamic
8652do 8655do
8653as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 8656as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8654echo "$as_me:8654: checking for $ac_func" >&5 8657echo "$as_me:8657: checking for $ac_func" >&5
8655echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 8658echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8656if eval "test \"\${$as_ac_var+set}\" = set"; then 8659if eval "test \"\${$as_ac_var+set}\" = set"; then
8657 echo $ECHO_N "(cached) $ECHO_C" >&6 8660 echo $ECHO_N "(cached) $ECHO_C" >&6
8658else 8661else
8659 cat >conftest.$ac_ext <<_ACEOF 8662 cat >conftest.$ac_ext <<_ACEOF
8660#line 8660 "configure" 8663#line 8663 "configure"
8661#include "confdefs.h" 8664#include "confdefs.h"
8662/* System header to define __stub macros and hopefully few prototypes, 8665/* System header to define __stub macros and hopefully few prototypes,
8663 which can conflict with char $ac_func (); below. */ 8666 which can conflict with char $ac_func (); below. */
@@ -8688,16 +8691,16 @@ f = $ac_func;
8688} 8691}
8689_ACEOF 8692_ACEOF
8690rm -f conftest.$ac_objext conftest$ac_exeext 8693rm -f conftest.$ac_objext conftest$ac_exeext
8691if { (eval echo "$as_me:8691: \"$ac_link\"") >&5 8694if { (eval echo "$as_me:8694: \"$ac_link\"") >&5
8692 (eval $ac_link) 2>&5 8695 (eval $ac_link) 2>&5
8693 ac_status=$? 8696 ac_status=$?
8694 echo "$as_me:8694: \$? = $ac_status" >&5 8697 echo "$as_me:8697: \$? = $ac_status" >&5
8695 (exit $ac_status); } && 8698 (exit $ac_status); } &&
8696 { ac_try='test -s conftest$ac_exeext' 8699 { ac_try='test -s conftest$ac_exeext'
8697 { (eval echo "$as_me:8697: \"$ac_try\"") >&5 8700 { (eval echo "$as_me:8700: \"$ac_try\"") >&5
8698 (eval $ac_try) 2>&5 8701 (eval $ac_try) 2>&5
8699 ac_status=$? 8702 ac_status=$?
8700 echo "$as_me:8700: \$? = $ac_status" >&5 8703 echo "$as_me:8703: \$? = $ac_status" >&5
8701 (exit $ac_status); }; }; then 8704 (exit $ac_status); }; }; then
8702 eval "$as_ac_var=yes" 8705 eval "$as_ac_var=yes"
8703else 8706else
@@ -8707,7 +8710,7 @@ eval "$as_ac_var=no"
8707fi 8710fi
8708rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8711rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8709fi 8712fi
8710echo "$as_me:8710: result: `eval echo '${'$as_ac_var'}'`" >&5 8713echo "$as_me:8713: result: `eval echo '${'$as_ac_var'}'`" >&5
8711echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 8714echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8712if test `eval echo '${'$as_ac_var'}'` = yes; then 8715if test `eval echo '${'$as_ac_var'}'` = yes; then
8713 cat >>confdefs.h <<EOF 8716 cat >>confdefs.h <<EOF
@@ -8719,7 +8722,7 @@ done
8719 8722
8720# Solaris has libkstat which does not require root. 8723# Solaris has libkstat which does not require root.
8721 8724
8722echo "$as_me:8722: checking for kstat_open in -lkstat" >&5 8725echo "$as_me:8725: checking for kstat_open in -lkstat" >&5
8723echo $ECHO_N "checking for kstat_open in -lkstat... $ECHO_C" >&6 8726echo $ECHO_N "checking for kstat_open in -lkstat... $ECHO_C" >&6
8724if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then 8727if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
8725 echo $ECHO_N "(cached) $ECHO_C" >&6 8728 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8727,7 +8730,7 @@ else
8727 ac_check_lib_save_LIBS=$LIBS 8730 ac_check_lib_save_LIBS=$LIBS
8728LIBS="-lkstat $LIBS" 8731LIBS="-lkstat $LIBS"
8729cat >conftest.$ac_ext <<_ACEOF 8732cat >conftest.$ac_ext <<_ACEOF
8730#line 8730 "configure" 8733#line 8733 "configure"
8731#include "confdefs.h" 8734#include "confdefs.h"
8732 8735
8733/* Override any gcc2 internal prototype to avoid an error. */ 8736/* Override any gcc2 internal prototype to avoid an error. */
@@ -8746,16 +8749,16 @@ kstat_open ();
8746} 8749}
8747_ACEOF 8750_ACEOF
8748rm -f conftest.$ac_objext conftest$ac_exeext 8751rm -f conftest.$ac_objext conftest$ac_exeext
8749if { (eval echo "$as_me:8749: \"$ac_link\"") >&5 8752if { (eval echo "$as_me:8752: \"$ac_link\"") >&5
8750 (eval $ac_link) 2>&5 8753 (eval $ac_link) 2>&5
8751 ac_status=$? 8754 ac_status=$?
8752 echo "$as_me:8752: \$? = $ac_status" >&5 8755 echo "$as_me:8755: \$? = $ac_status" >&5
8753 (exit $ac_status); } && 8756 (exit $ac_status); } &&
8754 { ac_try='test -s conftest$ac_exeext' 8757 { ac_try='test -s conftest$ac_exeext'
8755 { (eval echo "$as_me:8755: \"$ac_try\"") >&5 8758 { (eval echo "$as_me:8758: \"$ac_try\"") >&5
8756 (eval $ac_try) 2>&5 8759 (eval $ac_try) 2>&5
8757 ac_status=$? 8760 ac_status=$?
8758 echo "$as_me:8758: \$? = $ac_status" >&5 8761 echo "$as_me:8761: \$? = $ac_status" >&5
8759 (exit $ac_status); }; }; then 8762 (exit $ac_status); }; }; then
8760 ac_cv_lib_kstat_kstat_open=yes 8763 ac_cv_lib_kstat_kstat_open=yes
8761else 8764else
@@ -8766,7 +8769,7 @@ fi
8766rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8769rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8767LIBS=$ac_check_lib_save_LIBS 8770LIBS=$ac_check_lib_save_LIBS
8768fi 8771fi
8769echo "$as_me:8769: result: $ac_cv_lib_kstat_kstat_open" >&5 8772echo "$as_me:8772: result: $ac_cv_lib_kstat_kstat_open" >&5
8770echo "${ECHO_T}$ac_cv_lib_kstat_kstat_open" >&6 8773echo "${ECHO_T}$ac_cv_lib_kstat_kstat_open" >&6
8771if test $ac_cv_lib_kstat_kstat_open = yes; then 8774if test $ac_cv_lib_kstat_kstat_open = yes; then
8772 cat >>confdefs.h <<EOF 8775 cat >>confdefs.h <<EOF
@@ -8784,7 +8787,7 @@ test $ac_cv_lib_kstat_kstat_open = yes && ac_have_func=yes
8784# to get the right answer into the cache. 8787# to get the right answer into the cache.
8785# For kstat on solaris, we need libelf to force the definition of SVR4 below. 8788# For kstat on solaris, we need libelf to force the definition of SVR4 below.
8786if test $ac_have_func = no; then 8789if test $ac_have_func = no; then
8787 echo "$as_me:8787: checking for elf_begin in -lelf" >&5 8790 echo "$as_me:8790: checking for elf_begin in -lelf" >&5
8788echo $ECHO_N "checking for elf_begin in -lelf... $ECHO_C" >&6 8791echo $ECHO_N "checking for elf_begin in -lelf... $ECHO_C" >&6
8789if test "${ac_cv_lib_elf_elf_begin+set}" = set; then 8792if test "${ac_cv_lib_elf_elf_begin+set}" = set; then
8790 echo $ECHO_N "(cached) $ECHO_C" >&6 8793 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8792,7 +8795,7 @@ else
8792 ac_check_lib_save_LIBS=$LIBS 8795 ac_check_lib_save_LIBS=$LIBS
8793LIBS="-lelf $LIBS" 8796LIBS="-lelf $LIBS"
8794cat >conftest.$ac_ext <<_ACEOF 8797cat >conftest.$ac_ext <<_ACEOF
8795#line 8795 "configure" 8798#line 8798 "configure"
8796#include "confdefs.h" 8799#include "confdefs.h"
8797 8800
8798/* Override any gcc2 internal prototype to avoid an error. */ 8801/* Override any gcc2 internal prototype to avoid an error. */
@@ -8811,16 +8814,16 @@ elf_begin ();
8811} 8814}
8812_ACEOF 8815_ACEOF
8813rm -f conftest.$ac_objext conftest$ac_exeext 8816rm -f conftest.$ac_objext conftest$ac_exeext
8814if { (eval echo "$as_me:8814: \"$ac_link\"") >&5 8817if { (eval echo "$as_me:8817: \"$ac_link\"") >&5
8815 (eval $ac_link) 2>&5 8818 (eval $ac_link) 2>&5
8816 ac_status=$? 8819 ac_status=$?
8817 echo "$as_me:8817: \$? = $ac_status" >&5 8820 echo "$as_me:8820: \$? = $ac_status" >&5
8818 (exit $ac_status); } && 8821 (exit $ac_status); } &&
8819 { ac_try='test -s conftest$ac_exeext' 8822 { ac_try='test -s conftest$ac_exeext'
8820 { (eval echo "$as_me:8820: \"$ac_try\"") >&5 8823 { (eval echo "$as_me:8823: \"$ac_try\"") >&5
8821 (eval $ac_try) 2>&5 8824 (eval $ac_try) 2>&5
8822 ac_status=$? 8825 ac_status=$?
8823 echo "$as_me:8823: \$? = $ac_status" >&5 8826 echo "$as_me:8826: \$? = $ac_status" >&5
8824 (exit $ac_status); }; }; then 8827 (exit $ac_status); }; }; then
8825 ac_cv_lib_elf_elf_begin=yes 8828 ac_cv_lib_elf_elf_begin=yes
8826else 8829else
@@ -8831,7 +8834,7 @@ fi
8831rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8834rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8832LIBS=$ac_check_lib_save_LIBS 8835LIBS=$ac_check_lib_save_LIBS
8833fi 8836fi
8834echo "$as_me:8834: result: $ac_cv_lib_elf_elf_begin" >&5 8837echo "$as_me:8837: result: $ac_cv_lib_elf_elf_begin" >&5
8835echo "${ECHO_T}$ac_cv_lib_elf_elf_begin" >&6 8838echo "${ECHO_T}$ac_cv_lib_elf_elf_begin" >&6
8836if test $ac_cv_lib_elf_elf_begin = yes; then 8839if test $ac_cv_lib_elf_elf_begin = yes; then
8837 LIBS="-lelf $LIBS" 8840 LIBS="-lelf $LIBS"
@@ -8839,7 +8842,7 @@ fi
8839 8842
8840fi 8843fi
8841if test $ac_have_func = no; then 8844if test $ac_have_func = no; then
8842 echo "$as_me:8842: checking for kvm_open in -lkvm" >&5 8845 echo "$as_me:8845: checking for kvm_open in -lkvm" >&5
8843echo $ECHO_N "checking for kvm_open in -lkvm... $ECHO_C" >&6 8846echo $ECHO_N "checking for kvm_open in -lkvm... $ECHO_C" >&6
8844if test "${ac_cv_lib_kvm_kvm_open+set}" = set; then 8847if test "${ac_cv_lib_kvm_kvm_open+set}" = set; then
8845 echo $ECHO_N "(cached) $ECHO_C" >&6 8848 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8847,7 +8850,7 @@ else
8847 ac_check_lib_save_LIBS=$LIBS 8850 ac_check_lib_save_LIBS=$LIBS
8848LIBS="-lkvm $LIBS" 8851LIBS="-lkvm $LIBS"
8849cat >conftest.$ac_ext <<_ACEOF 8852cat >conftest.$ac_ext <<_ACEOF
8850#line 8850 "configure" 8853#line 8853 "configure"
8851#include "confdefs.h" 8854#include "confdefs.h"
8852 8855
8853/* Override any gcc2 internal prototype to avoid an error. */ 8856/* Override any gcc2 internal prototype to avoid an error. */
@@ -8866,16 +8869,16 @@ kvm_open ();
8866} 8869}
8867_ACEOF 8870_ACEOF
8868rm -f conftest.$ac_objext conftest$ac_exeext 8871rm -f conftest.$ac_objext conftest$ac_exeext
8869if { (eval echo "$as_me:8869: \"$ac_link\"") >&5 8872if { (eval echo "$as_me:8872: \"$ac_link\"") >&5
8870 (eval $ac_link) 2>&5 8873 (eval $ac_link) 2>&5
8871 ac_status=$? 8874 ac_status=$?
8872 echo "$as_me:8872: \$? = $ac_status" >&5 8875 echo "$as_me:8875: \$? = $ac_status" >&5
8873 (exit $ac_status); } && 8876 (exit $ac_status); } &&
8874 { ac_try='test -s conftest$ac_exeext' 8877 { ac_try='test -s conftest$ac_exeext'
8875 { (eval echo "$as_me:8875: \"$ac_try\"") >&5 8878 { (eval echo "$as_me:8878: \"$ac_try\"") >&5
8876 (eval $ac_try) 2>&5 8879 (eval $ac_try) 2>&5
8877 ac_status=$? 8880 ac_status=$?
8878 echo "$as_me:8878: \$? = $ac_status" >&5 8881 echo "$as_me:8881: \$? = $ac_status" >&5
8879 (exit $ac_status); }; }; then 8882 (exit $ac_status); }; }; then
8880 ac_cv_lib_kvm_kvm_open=yes 8883 ac_cv_lib_kvm_kvm_open=yes
8881else 8884else
@@ -8886,14 +8889,14 @@ fi
8886rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8889rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8887LIBS=$ac_check_lib_save_LIBS 8890LIBS=$ac_check_lib_save_LIBS
8888fi 8891fi
8889echo "$as_me:8889: result: $ac_cv_lib_kvm_kvm_open" >&5 8892echo "$as_me:8892: result: $ac_cv_lib_kvm_kvm_open" >&5
8890echo "${ECHO_T}$ac_cv_lib_kvm_kvm_open" >&6 8893echo "${ECHO_T}$ac_cv_lib_kvm_kvm_open" >&6
8891if test $ac_cv_lib_kvm_kvm_open = yes; then 8894if test $ac_cv_lib_kvm_kvm_open = yes; then
8892 LIBS="-lkvm $LIBS" 8895 LIBS="-lkvm $LIBS"
8893fi 8896fi
8894 8897
8895 # Check for the 4.4BSD definition of getloadavg. 8898 # Check for the 4.4BSD definition of getloadavg.
8896 echo "$as_me:8896: checking for getloadavg in -lutil" >&5 8899 echo "$as_me:8899: checking for getloadavg in -lutil" >&5
8897echo $ECHO_N "checking for getloadavg in -lutil... $ECHO_C" >&6 8900echo $ECHO_N "checking for getloadavg in -lutil... $ECHO_C" >&6
8898if test "${ac_cv_lib_util_getloadavg+set}" = set; then 8901if test "${ac_cv_lib_util_getloadavg+set}" = set; then
8899 echo $ECHO_N "(cached) $ECHO_C" >&6 8902 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8901,7 +8904,7 @@ else
8901 ac_check_lib_save_LIBS=$LIBS 8904 ac_check_lib_save_LIBS=$LIBS
8902LIBS="-lutil $LIBS" 8905LIBS="-lutil $LIBS"
8903cat >conftest.$ac_ext <<_ACEOF 8906cat >conftest.$ac_ext <<_ACEOF
8904#line 8904 "configure" 8907#line 8907 "configure"
8905#include "confdefs.h" 8908#include "confdefs.h"
8906 8909
8907/* Override any gcc2 internal prototype to avoid an error. */ 8910/* Override any gcc2 internal prototype to avoid an error. */
@@ -8920,16 +8923,16 @@ getloadavg ();
8920} 8923}
8921_ACEOF 8924_ACEOF
8922rm -f conftest.$ac_objext conftest$ac_exeext 8925rm -f conftest.$ac_objext conftest$ac_exeext
8923if { (eval echo "$as_me:8923: \"$ac_link\"") >&5 8926if { (eval echo "$as_me:8926: \"$ac_link\"") >&5
8924 (eval $ac_link) 2>&5 8927 (eval $ac_link) 2>&5
8925 ac_status=$? 8928 ac_status=$?
8926 echo "$as_me:8926: \$? = $ac_status" >&5 8929 echo "$as_me:8929: \$? = $ac_status" >&5
8927 (exit $ac_status); } && 8930 (exit $ac_status); } &&
8928 { ac_try='test -s conftest$ac_exeext' 8931 { ac_try='test -s conftest$ac_exeext'
8929 { (eval echo "$as_me:8929: \"$ac_try\"") >&5 8932 { (eval echo "$as_me:8932: \"$ac_try\"") >&5
8930 (eval $ac_try) 2>&5 8933 (eval $ac_try) 2>&5
8931 ac_status=$? 8934 ac_status=$?
8932 echo "$as_me:8932: \$? = $ac_status" >&5 8935 echo "$as_me:8935: \$? = $ac_status" >&5
8933 (exit $ac_status); }; }; then 8936 (exit $ac_status); }; }; then
8934 ac_cv_lib_util_getloadavg=yes 8937 ac_cv_lib_util_getloadavg=yes
8935else 8938else
@@ -8940,7 +8943,7 @@ fi
8940rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8943rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8941LIBS=$ac_check_lib_save_LIBS 8944LIBS=$ac_check_lib_save_LIBS
8942fi 8945fi
8943echo "$as_me:8943: result: $ac_cv_lib_util_getloadavg" >&5 8946echo "$as_me:8946: result: $ac_cv_lib_util_getloadavg" >&5
8944echo "${ECHO_T}$ac_cv_lib_util_getloadavg" >&6 8947echo "${ECHO_T}$ac_cv_lib_util_getloadavg" >&6
8945if test $ac_cv_lib_util_getloadavg = yes; then 8948if test $ac_cv_lib_util_getloadavg = yes; then
8946 LIBS="-lutil $LIBS" ac_have_func=yes ac_cv_func_getloadavg_setgid=yes 8949 LIBS="-lutil $LIBS" ac_have_func=yes ac_cv_func_getloadavg_setgid=yes
@@ -8953,7 +8956,7 @@ if test $ac_have_func = no; then
8953 # Since it is not a standard part of AIX, it might be installed locally. 8956 # Since it is not a standard part of AIX, it might be installed locally.
8954 ac_getloadavg_LIBS=$LIBS 8957 ac_getloadavg_LIBS=$LIBS
8955 LIBS="-L/usr/local/lib $LIBS" 8958 LIBS="-L/usr/local/lib $LIBS"
8956 echo "$as_me:8956: checking for getloadavg in -lgetloadavg" >&5 8959 echo "$as_me:8959: checking for getloadavg in -lgetloadavg" >&5
8957echo $ECHO_N "checking for getloadavg in -lgetloadavg... $ECHO_C" >&6 8960echo $ECHO_N "checking for getloadavg in -lgetloadavg... $ECHO_C" >&6
8958if test "${ac_cv_lib_getloadavg_getloadavg+set}" = set; then 8961if test "${ac_cv_lib_getloadavg_getloadavg+set}" = set; then
8959 echo $ECHO_N "(cached) $ECHO_C" >&6 8962 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8961,7 +8964,7 @@ else
8961 ac_check_lib_save_LIBS=$LIBS 8964 ac_check_lib_save_LIBS=$LIBS
8962LIBS="-lgetloadavg $LIBS" 8965LIBS="-lgetloadavg $LIBS"
8963cat >conftest.$ac_ext <<_ACEOF 8966cat >conftest.$ac_ext <<_ACEOF
8964#line 8964 "configure" 8967#line 8967 "configure"
8965#include "confdefs.h" 8968#include "confdefs.h"
8966 8969
8967/* Override any gcc2 internal prototype to avoid an error. */ 8970/* Override any gcc2 internal prototype to avoid an error. */
@@ -8980,16 +8983,16 @@ getloadavg ();
8980} 8983}
8981_ACEOF 8984_ACEOF
8982rm -f conftest.$ac_objext conftest$ac_exeext 8985rm -f conftest.$ac_objext conftest$ac_exeext
8983if { (eval echo "$as_me:8983: \"$ac_link\"") >&5 8986if { (eval echo "$as_me:8986: \"$ac_link\"") >&5
8984 (eval $ac_link) 2>&5 8987 (eval $ac_link) 2>&5
8985 ac_status=$? 8988 ac_status=$?
8986 echo "$as_me:8986: \$? = $ac_status" >&5 8989 echo "$as_me:8989: \$? = $ac_status" >&5
8987 (exit $ac_status); } && 8990 (exit $ac_status); } &&
8988 { ac_try='test -s conftest$ac_exeext' 8991 { ac_try='test -s conftest$ac_exeext'
8989 { (eval echo "$as_me:8989: \"$ac_try\"") >&5 8992 { (eval echo "$as_me:8992: \"$ac_try\"") >&5
8990 (eval $ac_try) 2>&5 8993 (eval $ac_try) 2>&5
8991 ac_status=$? 8994 ac_status=$?
8992 echo "$as_me:8992: \$? = $ac_status" >&5 8995 echo "$as_me:8995: \$? = $ac_status" >&5
8993 (exit $ac_status); }; }; then 8996 (exit $ac_status); }; }; then
8994 ac_cv_lib_getloadavg_getloadavg=yes 8997 ac_cv_lib_getloadavg_getloadavg=yes
8995else 8998else
@@ -9000,7 +9003,7 @@ fi
9000rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9003rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9001LIBS=$ac_check_lib_save_LIBS 9004LIBS=$ac_check_lib_save_LIBS
9002fi 9005fi
9003echo "$as_me:9003: result: $ac_cv_lib_getloadavg_getloadavg" >&5 9006echo "$as_me:9006: result: $ac_cv_lib_getloadavg_getloadavg" >&5
9004echo "${ECHO_T}$ac_cv_lib_getloadavg_getloadavg" >&6 9007echo "${ECHO_T}$ac_cv_lib_getloadavg_getloadavg" >&6
9005if test $ac_cv_lib_getloadavg_getloadavg = yes; then 9008if test $ac_cv_lib_getloadavg_getloadavg = yes; then
9006 LIBS="-lgetloadavg $LIBS" 9009 LIBS="-lgetloadavg $LIBS"
@@ -9016,13 +9019,13 @@ fi
9016for ac_func in getloadavg 9019for ac_func in getloadavg
9017do 9020do
9018as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 9021as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9019echo "$as_me:9019: checking for $ac_func" >&5 9022echo "$as_me:9022: checking for $ac_func" >&5
9020echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 9023echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9021if eval "test \"\${$as_ac_var+set}\" = set"; then 9024if eval "test \"\${$as_ac_var+set}\" = set"; then
9022 echo $ECHO_N "(cached) $ECHO_C" >&6 9025 echo $ECHO_N "(cached) $ECHO_C" >&6
9023else 9026else
9024 cat >conftest.$ac_ext <<_ACEOF 9027 cat >conftest.$ac_ext <<_ACEOF
9025#line 9025 "configure" 9028#line 9028 "configure"
9026#include "confdefs.h" 9029#include "confdefs.h"
9027/* System header to define __stub macros and hopefully few prototypes, 9030/* System header to define __stub macros and hopefully few prototypes,
9028 which can conflict with char $ac_func (); below. */ 9031 which can conflict with char $ac_func (); below. */
@@ -9053,16 +9056,16 @@ f = $ac_func;
9053} 9056}
9054_ACEOF 9057_ACEOF
9055rm -f conftest.$ac_objext conftest$ac_exeext 9058rm -f conftest.$ac_objext conftest$ac_exeext
9056if { (eval echo "$as_me:9056: \"$ac_link\"") >&5 9059if { (eval echo "$as_me:9059: \"$ac_link\"") >&5
9057 (eval $ac_link) 2>&5 9060 (eval $ac_link) 2>&5
9058 ac_status=$? 9061 ac_status=$?
9059 echo "$as_me:9059: \$? = $ac_status" >&5 9062 echo "$as_me:9062: \$? = $ac_status" >&5
9060 (exit $ac_status); } && 9063 (exit $ac_status); } &&
9061 { ac_try='test -s conftest$ac_exeext' 9064 { ac_try='test -s conftest$ac_exeext'
9062 { (eval echo "$as_me:9062: \"$ac_try\"") >&5 9065 { (eval echo "$as_me:9065: \"$ac_try\"") >&5
9063 (eval $ac_try) 2>&5 9066 (eval $ac_try) 2>&5
9064 ac_status=$? 9067 ac_status=$?
9065 echo "$as_me:9065: \$? = $ac_status" >&5 9068 echo "$as_me:9068: \$? = $ac_status" >&5
9066 (exit $ac_status); }; }; then 9069 (exit $ac_status); }; }; then
9067 eval "$as_ac_var=yes" 9070 eval "$as_ac_var=yes"
9068else 9071else
@@ -9072,7 +9075,7 @@ eval "$as_ac_var=no"
9072fi 9075fi
9073rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9076rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9074fi 9077fi
9075echo "$as_me:9075: result: `eval echo '${'$as_ac_var'}'`" >&5 9078echo "$as_me:9078: result: `eval echo '${'$as_ac_var'}'`" >&5
9076echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 9079echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9077if test `eval echo '${'$as_ac_var'}'` = yes; then 9080if test `eval echo '${'$as_ac_var'}'` = yes; then
9078 cat >>confdefs.h <<EOF 9081 cat >>confdefs.h <<EOF
@@ -9088,23 +9091,23 @@ EOF
9088 9091
9089# Figure out what our getloadavg.c needs. 9092# Figure out what our getloadavg.c needs.
9090ac_have_func=no 9093ac_have_func=no
9091echo "$as_me:9091: checking for sys/dg_sys_info.h" >&5 9094echo "$as_me:9094: checking for sys/dg_sys_info.h" >&5
9092echo $ECHO_N "checking for sys/dg_sys_info.h... $ECHO_C" >&6 9095echo $ECHO_N "checking for sys/dg_sys_info.h... $ECHO_C" >&6
9093if test "${ac_cv_header_sys_dg_sys_info_h+set}" = set; then 9096if test "${ac_cv_header_sys_dg_sys_info_h+set}" = set; then
9094 echo $ECHO_N "(cached) $ECHO_C" >&6 9097 echo $ECHO_N "(cached) $ECHO_C" >&6
9095else 9098else
9096 cat >conftest.$ac_ext <<_ACEOF 9099 cat >conftest.$ac_ext <<_ACEOF
9097#line 9097 "configure" 9100#line 9100 "configure"
9098#include "confdefs.h" 9101#include "confdefs.h"
9099#include <sys/dg_sys_info.h> 9102#include <sys/dg_sys_info.h>
9100_ACEOF 9103_ACEOF
9101if { (eval echo "$as_me:9101: \"$ac_cpp conftest.$ac_ext\"") >&5 9104if { (eval echo "$as_me:9104: \"$ac_cpp conftest.$ac_ext\"") >&5
9102 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9105 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9103 ac_status=$? 9106 ac_status=$?
9104 egrep -v '^ *\+' conftest.er1 >conftest.err 9107 egrep -v '^ *\+' conftest.er1 >conftest.err
9105 rm -f conftest.er1 9108 rm -f conftest.er1
9106 cat conftest.err >&5 9109 cat conftest.err >&5
9107 echo "$as_me:9107: \$? = $ac_status" >&5 9110 echo "$as_me:9110: \$? = $ac_status" >&5
9108 (exit $ac_status); } >/dev/null; then 9111 (exit $ac_status); } >/dev/null; then
9109 if test -s conftest.err; then 9112 if test -s conftest.err; then
9110 ac_cpp_err=$ac_c_preproc_warn_flag 9113 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -9123,7 +9126,7 @@ else
9123fi 9126fi
9124rm -f conftest.err conftest.$ac_ext 9127rm -f conftest.err conftest.$ac_ext
9125fi 9128fi
9126echo "$as_me:9126: result: $ac_cv_header_sys_dg_sys_info_h" >&5 9129echo "$as_me:9129: result: $ac_cv_header_sys_dg_sys_info_h" >&5
9127echo "${ECHO_T}$ac_cv_header_sys_dg_sys_info_h" >&6 9130echo "${ECHO_T}$ac_cv_header_sys_dg_sys_info_h" >&6
9128if test $ac_cv_header_sys_dg_sys_info_h = yes; then 9131if test $ac_cv_header_sys_dg_sys_info_h = yes; then
9129 ac_have_func=yes 9132 ac_have_func=yes
@@ -9132,7 +9135,7 @@ cat >>confdefs.h <<\EOF
9132#define DGUX 1 9135#define DGUX 1
9133EOF 9136EOF
9134 9137
9135echo "$as_me:9135: checking for dg_sys_info in -ldgc" >&5 9138echo "$as_me:9138: checking for dg_sys_info in -ldgc" >&5
9136echo $ECHO_N "checking for dg_sys_info in -ldgc... $ECHO_C" >&6 9139echo $ECHO_N "checking for dg_sys_info in -ldgc... $ECHO_C" >&6
9137if test "${ac_cv_lib_dgc_dg_sys_info+set}" = set; then 9140if test "${ac_cv_lib_dgc_dg_sys_info+set}" = set; then
9138 echo $ECHO_N "(cached) $ECHO_C" >&6 9141 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9140,7 +9143,7 @@ else
9140 ac_check_lib_save_LIBS=$LIBS 9143 ac_check_lib_save_LIBS=$LIBS
9141LIBS="-ldgc $LIBS" 9144LIBS="-ldgc $LIBS"
9142cat >conftest.$ac_ext <<_ACEOF 9145cat >conftest.$ac_ext <<_ACEOF
9143#line 9143 "configure" 9146#line 9146 "configure"
9144#include "confdefs.h" 9147#include "confdefs.h"
9145 9148
9146/* Override any gcc2 internal prototype to avoid an error. */ 9149/* Override any gcc2 internal prototype to avoid an error. */
@@ -9159,16 +9162,16 @@ dg_sys_info ();
9159} 9162}
9160_ACEOF 9163_ACEOF
9161rm -f conftest.$ac_objext conftest$ac_exeext 9164rm -f conftest.$ac_objext conftest$ac_exeext
9162if { (eval echo "$as_me:9162: \"$ac_link\"") >&5 9165if { (eval echo "$as_me:9165: \"$ac_link\"") >&5
9163 (eval $ac_link) 2>&5 9166 (eval $ac_link) 2>&5
9164 ac_status=$? 9167 ac_status=$?
9165 echo "$as_me:9165: \$? = $ac_status" >&5 9168 echo "$as_me:9168: \$? = $ac_status" >&5
9166 (exit $ac_status); } && 9169 (exit $ac_status); } &&
9167 { ac_try='test -s conftest$ac_exeext' 9170 { ac_try='test -s conftest$ac_exeext'
9168 { (eval echo "$as_me:9168: \"$ac_try\"") >&5 9171 { (eval echo "$as_me:9171: \"$ac_try\"") >&5
9169 (eval $ac_try) 2>&5 9172 (eval $ac_try) 2>&5
9170 ac_status=$? 9173 ac_status=$?
9171 echo "$as_me:9171: \$? = $ac_status" >&5 9174 echo "$as_me:9174: \$? = $ac_status" >&5
9172 (exit $ac_status); }; }; then 9175 (exit $ac_status); }; }; then
9173 ac_cv_lib_dgc_dg_sys_info=yes 9176 ac_cv_lib_dgc_dg_sys_info=yes
9174else 9177else
@@ -9179,7 +9182,7 @@ fi
9179rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9182rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9180LIBS=$ac_check_lib_save_LIBS 9183LIBS=$ac_check_lib_save_LIBS
9181fi 9184fi
9182echo "$as_me:9182: result: $ac_cv_lib_dgc_dg_sys_info" >&5 9185echo "$as_me:9185: result: $ac_cv_lib_dgc_dg_sys_info" >&5
9183echo "${ECHO_T}$ac_cv_lib_dgc_dg_sys_info" >&6 9186echo "${ECHO_T}$ac_cv_lib_dgc_dg_sys_info" >&6
9184if test $ac_cv_lib_dgc_dg_sys_info = yes; then 9187if test $ac_cv_lib_dgc_dg_sys_info = yes; then
9185 cat >>confdefs.h <<EOF 9188 cat >>confdefs.h <<EOF
@@ -9192,23 +9195,23 @@ fi
9192 9195
9193fi 9196fi
9194 9197
9195echo "$as_me:9195: checking for locale.h" >&5 9198echo "$as_me:9198: checking for locale.h" >&5
9196echo $ECHO_N "checking for locale.h... $ECHO_C" >&6 9199echo $ECHO_N "checking for locale.h... $ECHO_C" >&6
9197if test "${ac_cv_header_locale_h+set}" = set; then 9200if test "${ac_cv_header_locale_h+set}" = set; then
9198 echo $ECHO_N "(cached) $ECHO_C" >&6 9201 echo $ECHO_N "(cached) $ECHO_C" >&6
9199else 9202else
9200 cat >conftest.$ac_ext <<_ACEOF 9203 cat >conftest.$ac_ext <<_ACEOF
9201#line 9201 "configure" 9204#line 9204 "configure"
9202#include "confdefs.h" 9205#include "confdefs.h"
9203#include <locale.h> 9206#include <locale.h>
9204_ACEOF 9207_ACEOF
9205if { (eval echo "$as_me:9205: \"$ac_cpp conftest.$ac_ext\"") >&5 9208if { (eval echo "$as_me:9208: \"$ac_cpp conftest.$ac_ext\"") >&5
9206 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9209 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9207 ac_status=$? 9210 ac_status=$?
9208 egrep -v '^ *\+' conftest.er1 >conftest.err 9211 egrep -v '^ *\+' conftest.er1 >conftest.err
9209 rm -f conftest.er1 9212 rm -f conftest.er1
9210 cat conftest.err >&5 9213 cat conftest.err >&5
9211 echo "$as_me:9211: \$? = $ac_status" >&5 9214 echo "$as_me:9214: \$? = $ac_status" >&5
9212 (exit $ac_status); } >/dev/null; then 9215 (exit $ac_status); } >/dev/null; then
9213 if test -s conftest.err; then 9216 if test -s conftest.err; then
9214 ac_cpp_err=$ac_c_preproc_warn_flag 9217 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -9227,19 +9230,19 @@ else
9227fi 9230fi
9228rm -f conftest.err conftest.$ac_ext 9231rm -f conftest.err conftest.$ac_ext
9229fi 9232fi
9230echo "$as_me:9230: result: $ac_cv_header_locale_h" >&5 9233echo "$as_me:9233: result: $ac_cv_header_locale_h" >&5
9231echo "${ECHO_T}$ac_cv_header_locale_h" >&6 9234echo "${ECHO_T}$ac_cv_header_locale_h" >&6
9232 9235
9233for ac_func in setlocale 9236for ac_func in setlocale
9234do 9237do
9235as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 9238as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9236echo "$as_me:9236: checking for $ac_func" >&5 9239echo "$as_me:9239: checking for $ac_func" >&5
9237echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 9240echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9238if eval "test \"\${$as_ac_var+set}\" = set"; then 9241if eval "test \"\${$as_ac_var+set}\" = set"; then
9239 echo $ECHO_N "(cached) $ECHO_C" >&6 9242 echo $ECHO_N "(cached) $ECHO_C" >&6
9240else 9243else
9241 cat >conftest.$ac_ext <<_ACEOF 9244 cat >conftest.$ac_ext <<_ACEOF
9242#line 9242 "configure" 9245#line 9245 "configure"
9243#include "confdefs.h" 9246#include "confdefs.h"
9244/* System header to define __stub macros and hopefully few prototypes, 9247/* System header to define __stub macros and hopefully few prototypes,
9245 which can conflict with char $ac_func (); below. */ 9248 which can conflict with char $ac_func (); below. */
@@ -9270,16 +9273,16 @@ f = $ac_func;
9270} 9273}
9271_ACEOF 9274_ACEOF
9272rm -f conftest.$ac_objext conftest$ac_exeext 9275rm -f conftest.$ac_objext conftest$ac_exeext
9273if { (eval echo "$as_me:9273: \"$ac_link\"") >&5 9276if { (eval echo "$as_me:9276: \"$ac_link\"") >&5
9274 (eval $ac_link) 2>&5 9277 (eval $ac_link) 2>&5
9275 ac_status=$? 9278 ac_status=$?
9276 echo "$as_me:9276: \$? = $ac_status" >&5 9279 echo "$as_me:9279: \$? = $ac_status" >&5
9277 (exit $ac_status); } && 9280 (exit $ac_status); } &&
9278 { ac_try='test -s conftest$ac_exeext' 9281 { ac_try='test -s conftest$ac_exeext'
9279 { (eval echo "$as_me:9279: \"$ac_try\"") >&5 9282 { (eval echo "$as_me:9282: \"$ac_try\"") >&5
9280 (eval $ac_try) 2>&5 9283 (eval $ac_try) 2>&5
9281 ac_status=$? 9284 ac_status=$?
9282 echo "$as_me:9282: \$? = $ac_status" >&5 9285 echo "$as_me:9285: \$? = $ac_status" >&5
9283 (exit $ac_status); }; }; then 9286 (exit $ac_status); }; }; then
9284 eval "$as_ac_var=yes" 9287 eval "$as_ac_var=yes"
9285else 9288else
@@ -9289,7 +9292,7 @@ eval "$as_ac_var=no"
9289fi 9292fi
9290rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9293rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9291fi 9294fi
9292echo "$as_me:9292: result: `eval echo '${'$as_ac_var'}'`" >&5 9295echo "$as_me:9295: result: `eval echo '${'$as_ac_var'}'`" >&5
9293echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 9296echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9294if test `eval echo '${'$as_ac_var'}'` = yes; then 9297if test `eval echo '${'$as_ac_var'}'` = yes; then
9295 cat >>confdefs.h <<EOF 9298 cat >>confdefs.h <<EOF
@@ -9312,23 +9315,23 @@ EOF
9312fi 9315fi
9313 9316
9314if test $ac_have_func = no; then 9317if test $ac_have_func = no; then
9315 echo "$as_me:9315: checking for inq_stats/cpustats.h" >&5 9318 echo "$as_me:9318: checking for inq_stats/cpustats.h" >&5
9316echo $ECHO_N "checking for inq_stats/cpustats.h... $ECHO_C" >&6 9319echo $ECHO_N "checking for inq_stats/cpustats.h... $ECHO_C" >&6
9317if test "${ac_cv_header_inq_stats_cpustats_h+set}" = set; then 9320if test "${ac_cv_header_inq_stats_cpustats_h+set}" = set; then
9318 echo $ECHO_N "(cached) $ECHO_C" >&6 9321 echo $ECHO_N "(cached) $ECHO_C" >&6
9319else 9322else
9320 cat >conftest.$ac_ext <<_ACEOF 9323 cat >conftest.$ac_ext <<_ACEOF
9321#line 9321 "configure" 9324#line 9324 "configure"
9322#include "confdefs.h" 9325#include "confdefs.h"
9323#include <inq_stats/cpustats.h> 9326#include <inq_stats/cpustats.h>
9324_ACEOF 9327_ACEOF
9325if { (eval echo "$as_me:9325: \"$ac_cpp conftest.$ac_ext\"") >&5 9328if { (eval echo "$as_me:9328: \"$ac_cpp conftest.$ac_ext\"") >&5
9326 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9329 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9327 ac_status=$? 9330 ac_status=$?
9328 egrep -v '^ *\+' conftest.er1 >conftest.err 9331 egrep -v '^ *\+' conftest.er1 >conftest.err
9329 rm -f conftest.er1 9332 rm -f conftest.er1
9330 cat conftest.err >&5 9333 cat conftest.err >&5
9331 echo "$as_me:9331: \$? = $ac_status" >&5 9334 echo "$as_me:9334: \$? = $ac_status" >&5
9332 (exit $ac_status); } >/dev/null; then 9335 (exit $ac_status); } >/dev/null; then
9333 if test -s conftest.err; then 9336 if test -s conftest.err; then
9334 ac_cpp_err=$ac_c_preproc_warn_flag 9337 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -9347,7 +9350,7 @@ else
9347fi 9350fi
9348rm -f conftest.err conftest.$ac_ext 9351rm -f conftest.err conftest.$ac_ext
9349fi 9352fi
9350echo "$as_me:9350: result: $ac_cv_header_inq_stats_cpustats_h" >&5 9353echo "$as_me:9353: result: $ac_cv_header_inq_stats_cpustats_h" >&5
9351echo "${ECHO_T}$ac_cv_header_inq_stats_cpustats_h" >&6 9354echo "${ECHO_T}$ac_cv_header_inq_stats_cpustats_h" >&6
9352if test $ac_cv_header_inq_stats_cpustats_h = yes; then 9355if test $ac_cv_header_inq_stats_cpustats_h = yes; then
9353 ac_have_func=yes 9356 ac_have_func=yes
@@ -9365,23 +9368,23 @@ fi
9365fi 9368fi
9366 9369
9367if test $ac_have_func = no; then 9370if test $ac_have_func = no; then
9368 echo "$as_me:9368: checking for sys/cpustats.h" >&5 9371 echo "$as_me:9371: checking for sys/cpustats.h" >&5
9369echo $ECHO_N "checking for sys/cpustats.h... $ECHO_C" >&6 9372echo $ECHO_N "checking for sys/cpustats.h... $ECHO_C" >&6
9370if test "${ac_cv_header_sys_cpustats_h+set}" = set; then 9373if test "${ac_cv_header_sys_cpustats_h+set}" = set; then
9371 echo $ECHO_N "(cached) $ECHO_C" >&6 9374 echo $ECHO_N "(cached) $ECHO_C" >&6
9372else 9375else
9373 cat >conftest.$ac_ext <<_ACEOF 9376 cat >conftest.$ac_ext <<_ACEOF
9374#line 9374 "configure" 9377#line 9377 "configure"
9375#include "confdefs.h" 9378#include "confdefs.h"
9376#include <sys/cpustats.h> 9379#include <sys/cpustats.h>
9377_ACEOF 9380_ACEOF
9378if { (eval echo "$as_me:9378: \"$ac_cpp conftest.$ac_ext\"") >&5 9381if { (eval echo "$as_me:9381: \"$ac_cpp conftest.$ac_ext\"") >&5
9379 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9382 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9380 ac_status=$? 9383 ac_status=$?
9381 egrep -v '^ *\+' conftest.er1 >conftest.err 9384 egrep -v '^ *\+' conftest.er1 >conftest.err
9382 rm -f conftest.er1 9385 rm -f conftest.er1
9383 cat conftest.err >&5 9386 cat conftest.err >&5
9384 echo "$as_me:9384: \$? = $ac_status" >&5 9387 echo "$as_me:9387: \$? = $ac_status" >&5
9385 (exit $ac_status); } >/dev/null; then 9388 (exit $ac_status); } >/dev/null; then
9386 if test -s conftest.err; then 9389 if test -s conftest.err; then
9387 ac_cpp_err=$ac_c_preproc_warn_flag 9390 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -9400,7 +9403,7 @@ else
9400fi 9403fi
9401rm -f conftest.err conftest.$ac_ext 9404rm -f conftest.err conftest.$ac_ext
9402fi 9405fi
9403echo "$as_me:9403: result: $ac_cv_header_sys_cpustats_h" >&5 9406echo "$as_me:9406: result: $ac_cv_header_sys_cpustats_h" >&5
9404echo "${ECHO_T}$ac_cv_header_sys_cpustats_h" >&6 9407echo "${ECHO_T}$ac_cv_header_sys_cpustats_h" >&6
9405if test $ac_cv_header_sys_cpustats_h = yes; then 9408if test $ac_cv_header_sys_cpustats_h = yes; then
9406 ac_have_func=yes; cat >>confdefs.h <<\EOF 9409 ac_have_func=yes; cat >>confdefs.h <<\EOF
@@ -9416,23 +9419,23 @@ if test $ac_have_func = no; then
9416for ac_header in mach/mach.h 9419for ac_header in mach/mach.h
9417do 9420do
9418as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 9421as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9419echo "$as_me:9419: checking for $ac_header" >&5 9422echo "$as_me:9422: checking for $ac_header" >&5
9420echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 9423echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9421if eval "test \"\${$as_ac_Header+set}\" = set"; then 9424if eval "test \"\${$as_ac_Header+set}\" = set"; then
9422 echo $ECHO_N "(cached) $ECHO_C" >&6 9425 echo $ECHO_N "(cached) $ECHO_C" >&6
9423else 9426else
9424 cat >conftest.$ac_ext <<_ACEOF 9427 cat >conftest.$ac_ext <<_ACEOF
9425#line 9425 "configure" 9428#line 9428 "configure"
9426#include "confdefs.h" 9429#include "confdefs.h"
9427#include <$ac_header> 9430#include <$ac_header>
9428_ACEOF 9431_ACEOF
9429if { (eval echo "$as_me:9429: \"$ac_cpp conftest.$ac_ext\"") >&5 9432if { (eval echo "$as_me:9432: \"$ac_cpp conftest.$ac_ext\"") >&5
9430 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9433 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9431 ac_status=$? 9434 ac_status=$?
9432 egrep -v '^ *\+' conftest.er1 >conftest.err 9435 egrep -v '^ *\+' conftest.er1 >conftest.err
9433 rm -f conftest.er1 9436 rm -f conftest.er1
9434 cat conftest.err >&5 9437 cat conftest.err >&5
9435 echo "$as_me:9435: \$? = $ac_status" >&5 9438 echo "$as_me:9438: \$? = $ac_status" >&5
9436 (exit $ac_status); } >/dev/null; then 9439 (exit $ac_status); } >/dev/null; then
9437 if test -s conftest.err; then 9440 if test -s conftest.err; then
9438 ac_cpp_err=$ac_c_preproc_warn_flag 9441 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -9451,7 +9454,7 @@ else
9451fi 9454fi
9452rm -f conftest.err conftest.$ac_ext 9455rm -f conftest.err conftest.$ac_ext
9453fi 9456fi
9454echo "$as_me:9454: result: `eval echo '${'$as_ac_Header'}'`" >&5 9457echo "$as_me:9457: result: `eval echo '${'$as_ac_Header'}'`" >&5
9455echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 9458echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9456if test `eval echo '${'$as_ac_Header'}'` = yes; then 9459if test `eval echo '${'$as_ac_Header'}'` = yes; then
9457 cat >>confdefs.h <<EOF 9460 cat >>confdefs.h <<EOF
@@ -9466,23 +9469,23 @@ fi
9466for ac_header in nlist.h 9469for ac_header in nlist.h
9467do 9470do
9468as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 9471as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9469echo "$as_me:9469: checking for $ac_header" >&5 9472echo "$as_me:9472: checking for $ac_header" >&5
9470echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 9473echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9471if eval "test \"\${$as_ac_Header+set}\" = set"; then 9474if eval "test \"\${$as_ac_Header+set}\" = set"; then
9472 echo $ECHO_N "(cached) $ECHO_C" >&6 9475 echo $ECHO_N "(cached) $ECHO_C" >&6
9473else 9476else
9474 cat >conftest.$ac_ext <<_ACEOF 9477 cat >conftest.$ac_ext <<_ACEOF
9475#line 9475 "configure" 9478#line 9478 "configure"
9476#include "confdefs.h" 9479#include "confdefs.h"
9477#include <$ac_header> 9480#include <$ac_header>
9478_ACEOF 9481_ACEOF
9479if { (eval echo "$as_me:9479: \"$ac_cpp conftest.$ac_ext\"") >&5 9482if { (eval echo "$as_me:9482: \"$ac_cpp conftest.$ac_ext\"") >&5
9480 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9483 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9481 ac_status=$? 9484 ac_status=$?
9482 egrep -v '^ *\+' conftest.er1 >conftest.err 9485 egrep -v '^ *\+' conftest.er1 >conftest.err
9483 rm -f conftest.er1 9486 rm -f conftest.er1
9484 cat conftest.err >&5 9487 cat conftest.err >&5
9485 echo "$as_me:9485: \$? = $ac_status" >&5 9488 echo "$as_me:9488: \$? = $ac_status" >&5
9486 (exit $ac_status); } >/dev/null; then 9489 (exit $ac_status); } >/dev/null; then
9487 if test -s conftest.err; then 9490 if test -s conftest.err; then
9488 ac_cpp_err=$ac_c_preproc_warn_flag 9491 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -9501,19 +9504,19 @@ else
9501fi 9504fi
9502rm -f conftest.err conftest.$ac_ext 9505rm -f conftest.err conftest.$ac_ext
9503fi 9506fi
9504echo "$as_me:9504: result: `eval echo '${'$as_ac_Header'}'`" >&5 9507echo "$as_me:9507: result: `eval echo '${'$as_ac_Header'}'`" >&5
9505echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 9508echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9506if test `eval echo '${'$as_ac_Header'}'` = yes; then 9509if test `eval echo '${'$as_ac_Header'}'` = yes; then
9507 cat >>confdefs.h <<EOF 9510 cat >>confdefs.h <<EOF
9508#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 9511#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9509EOF 9512EOF
9510 echo "$as_me:9510: checking for struct nlist.n_un.n_name" >&5 9513 echo "$as_me:9513: checking for struct nlist.n_un.n_name" >&5
9511echo $ECHO_N "checking for struct nlist.n_un.n_name... $ECHO_C" >&6 9514echo $ECHO_N "checking for struct nlist.n_un.n_name... $ECHO_C" >&6
9512if test "${ac_cv_member_struct_nlist_n_un_n_name+set}" = set; then 9515if test "${ac_cv_member_struct_nlist_n_un_n_name+set}" = set; then
9513 echo $ECHO_N "(cached) $ECHO_C" >&6 9516 echo $ECHO_N "(cached) $ECHO_C" >&6
9514else 9517else
9515 cat >conftest.$ac_ext <<_ACEOF 9518 cat >conftest.$ac_ext <<_ACEOF
9516#line 9516 "configure" 9519#line 9519 "configure"
9517#include "confdefs.h" 9520#include "confdefs.h"
9518#include <nlist.h> 9521#include <nlist.h>
9519 9522
@@ -9528,16 +9531,16 @@ return 0;
9528} 9531}
9529_ACEOF 9532_ACEOF
9530rm -f conftest.$ac_objext 9533rm -f conftest.$ac_objext
9531if { (eval echo "$as_me:9531: \"$ac_compile\"") >&5 9534if { (eval echo "$as_me:9534: \"$ac_compile\"") >&5
9532 (eval $ac_compile) 2>&5 9535 (eval $ac_compile) 2>&5
9533 ac_status=$? 9536 ac_status=$?
9534 echo "$as_me:9534: \$? = $ac_status" >&5 9537 echo "$as_me:9537: \$? = $ac_status" >&5
9535 (exit $ac_status); } && 9538 (exit $ac_status); } &&
9536 { ac_try='test -s conftest.$ac_objext' 9539 { ac_try='test -s conftest.$ac_objext'
9537 { (eval echo "$as_me:9537: \"$ac_try\"") >&5 9540 { (eval echo "$as_me:9540: \"$ac_try\"") >&5
9538 (eval $ac_try) 2>&5 9541 (eval $ac_try) 2>&5
9539 ac_status=$? 9542 ac_status=$?
9540 echo "$as_me:9540: \$? = $ac_status" >&5 9543 echo "$as_me:9543: \$? = $ac_status" >&5
9541 (exit $ac_status); }; }; then 9544 (exit $ac_status); }; }; then
9542 ac_cv_member_struct_nlist_n_un_n_name=yes 9545 ac_cv_member_struct_nlist_n_un_n_name=yes
9543else 9546else
@@ -9547,7 +9550,7 @@ ac_cv_member_struct_nlist_n_un_n_name=no
9547fi 9550fi
9548rm -f conftest.$ac_objext conftest.$ac_ext 9551rm -f conftest.$ac_objext conftest.$ac_ext
9549fi 9552fi
9550echo "$as_me:9550: result: $ac_cv_member_struct_nlist_n_un_n_name" >&5 9553echo "$as_me:9553: result: $ac_cv_member_struct_nlist_n_un_n_name" >&5
9551echo "${ECHO_T}$ac_cv_member_struct_nlist_n_un_n_name" >&6 9554echo "${ECHO_T}$ac_cv_member_struct_nlist_n_un_n_name" >&6
9552if test $ac_cv_member_struct_nlist_n_un_n_name = yes; then 9555if test $ac_cv_member_struct_nlist_n_un_n_name = yes; then
9553 9556
@@ -9568,13 +9571,13 @@ fi
9568done 9571done
9569 9572
9570# Some definitions of getloadavg require that the program be installed setgid. 9573# Some definitions of getloadavg require that the program be installed setgid.
9571echo "$as_me:9571: checking whether getloadavg requires setgid" >&5 9574echo "$as_me:9574: checking whether getloadavg requires setgid" >&5
9572echo $ECHO_N "checking whether getloadavg requires setgid... $ECHO_C" >&6 9575echo $ECHO_N "checking whether getloadavg requires setgid... $ECHO_C" >&6
9573if test "${ac_cv_func_getloadavg_setgid+set}" = set; then 9576if test "${ac_cv_func_getloadavg_setgid+set}" = set; then
9574 echo $ECHO_N "(cached) $ECHO_C" >&6 9577 echo $ECHO_N "(cached) $ECHO_C" >&6
9575else 9578else
9576 cat >conftest.$ac_ext <<_ACEOF 9579 cat >conftest.$ac_ext <<_ACEOF
9577#line 9577 "configure" 9580#line 9580 "configure"
9578#include "confdefs.h" 9581#include "confdefs.h"
9579#include "$srcdir/getloadavg.c" 9582#include "$srcdir/getloadavg.c"
9580#ifdef LDAV_PRIVILEGED 9583#ifdef LDAV_PRIVILEGED
@@ -9590,7 +9593,7 @@ fi
9590rm -f conftest* 9593rm -f conftest*
9591 9594
9592fi 9595fi
9593echo "$as_me:9593: result: $ac_cv_func_getloadavg_setgid" >&5 9596echo "$as_me:9596: result: $ac_cv_func_getloadavg_setgid" >&5
9594echo "${ECHO_T}$ac_cv_func_getloadavg_setgid" >&6 9597echo "${ECHO_T}$ac_cv_func_getloadavg_setgid" >&6
9595if test $ac_cv_func_getloadavg_setgid = yes; then 9598if test $ac_cv_func_getloadavg_setgid = yes; then
9596 NEED_SETGID=true 9599 NEED_SETGID=true
@@ -9604,7 +9607,7 @@ else
9604fi 9607fi
9605 9608
9606if test $ac_cv_func_getloadavg_setgid = yes; then 9609if test $ac_cv_func_getloadavg_setgid = yes; then
9607 echo "$as_me:9607: checking group of /dev/kmem" >&5 9610 echo "$as_me:9610: checking group of /dev/kmem" >&5
9608echo $ECHO_N "checking group of /dev/kmem... $ECHO_C" >&6 9611echo $ECHO_N "checking group of /dev/kmem... $ECHO_C" >&6
9609if test "${ac_cv_group_kmem+set}" = set; then 9612if test "${ac_cv_group_kmem+set}" = set; then
9610 echo $ECHO_N "(cached) $ECHO_C" >&6 9613 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9619,7 +9622,7 @@ else
9619 / /s/.* //;p;'` 9622 / /s/.* //;p;'`
9620 9623
9621fi 9624fi
9622echo "$as_me:9622: result: $ac_cv_group_kmem" >&5 9625echo "$as_me:9625: result: $ac_cv_group_kmem" >&5
9623echo "${ECHO_T}$ac_cv_group_kmem" >&6 9626echo "${ECHO_T}$ac_cv_group_kmem" >&6
9624 KMEM_GROUP=$ac_cv_group_kmem 9627 KMEM_GROUP=$ac_cv_group_kmem
9625fi 9628fi
@@ -9630,7 +9633,7 @@ else
9630fi 9633fi
9631LIBS=$ac_save_LIBS 9634LIBS=$ac_save_LIBS
9632 9635
9633echo "$as_me:9633: checking for _LARGEFILE_SOURCE value needed for large files" >&5 9636echo "$as_me:9636: checking for _LARGEFILE_SOURCE value needed for large files" >&5
9634echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6 9637echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6
9635if test "${ac_cv_sys_largefile_source+set}" = set; then 9638if test "${ac_cv_sys_largefile_source+set}" = set; then
9636 echo $ECHO_N "(cached) $ECHO_C" >&6 9639 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9638,7 +9641,7 @@ else
9638 while :; do 9641 while :; do
9639 ac_cv_sys_largefile_source=no 9642 ac_cv_sys_largefile_source=no
9640 cat >conftest.$ac_ext <<_ACEOF 9643 cat >conftest.$ac_ext <<_ACEOF
9641#line 9641 "configure" 9644#line 9644 "configure"
9642#include "confdefs.h" 9645#include "confdefs.h"
9643#include <stdio.h> 9646#include <stdio.h>
9644int 9647int
@@ -9650,16 +9653,16 @@ return !fseeko;
9650} 9653}
9651_ACEOF 9654_ACEOF
9652rm -f conftest.$ac_objext 9655rm -f conftest.$ac_objext
9653if { (eval echo "$as_me:9653: \"$ac_compile\"") >&5 9656if { (eval echo "$as_me:9656: \"$ac_compile\"") >&5
9654 (eval $ac_compile) 2>&5 9657 (eval $ac_compile) 2>&5
9655 ac_status=$? 9658 ac_status=$?
9656 echo "$as_me:9656: \$? = $ac_status" >&5 9659 echo "$as_me:9659: \$? = $ac_status" >&5
9657 (exit $ac_status); } && 9660 (exit $ac_status); } &&
9658 { ac_try='test -s conftest.$ac_objext' 9661 { ac_try='test -s conftest.$ac_objext'
9659 { (eval echo "$as_me:9659: \"$ac_try\"") >&5 9662 { (eval echo "$as_me:9662: \"$ac_try\"") >&5
9660 (eval $ac_try) 2>&5 9663 (eval $ac_try) 2>&5
9661 ac_status=$? 9664 ac_status=$?
9662 echo "$as_me:9662: \$? = $ac_status" >&5 9665 echo "$as_me:9665: \$? = $ac_status" >&5
9663 (exit $ac_status); }; }; then 9666 (exit $ac_status); }; }; then
9664 break 9667 break
9665else 9668else
@@ -9668,7 +9671,7 @@ cat conftest.$ac_ext >&5
9668fi 9671fi
9669rm -f conftest.$ac_objext conftest.$ac_ext 9672rm -f conftest.$ac_objext conftest.$ac_ext
9670 cat >conftest.$ac_ext <<_ACEOF 9673 cat >conftest.$ac_ext <<_ACEOF
9671#line 9671 "configure" 9674#line 9674 "configure"
9672#include "confdefs.h" 9675#include "confdefs.h"
9673#define _LARGEFILE_SOURCE 1 9676#define _LARGEFILE_SOURCE 1
9674#include <stdio.h> 9677#include <stdio.h>
@@ -9681,16 +9684,16 @@ return !fseeko;
9681} 9684}
9682_ACEOF 9685_ACEOF
9683rm -f conftest.$ac_objext 9686rm -f conftest.$ac_objext
9684if { (eval echo "$as_me:9684: \"$ac_compile\"") >&5 9687if { (eval echo "$as_me:9687: \"$ac_compile\"") >&5
9685 (eval $ac_compile) 2>&5 9688 (eval $ac_compile) 2>&5
9686 ac_status=$? 9689 ac_status=$?
9687 echo "$as_me:9687: \$? = $ac_status" >&5 9690 echo "$as_me:9690: \$? = $ac_status" >&5
9688 (exit $ac_status); } && 9691 (exit $ac_status); } &&
9689 { ac_try='test -s conftest.$ac_objext' 9692 { ac_try='test -s conftest.$ac_objext'
9690 { (eval echo "$as_me:9690: \"$ac_try\"") >&5 9693 { (eval echo "$as_me:9693: \"$ac_try\"") >&5
9691 (eval $ac_try) 2>&5 9694 (eval $ac_try) 2>&5
9692 ac_status=$? 9695 ac_status=$?
9693 echo "$as_me:9693: \$? = $ac_status" >&5 9696 echo "$as_me:9696: \$? = $ac_status" >&5
9694 (exit $ac_status); }; }; then 9697 (exit $ac_status); }; }; then
9695 ac_cv_sys_largefile_source=1; break 9698 ac_cv_sys_largefile_source=1; break
9696else 9699else
@@ -9701,7 +9704,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
9701 break 9704 break
9702done 9705done
9703fi 9706fi
9704echo "$as_me:9704: result: $ac_cv_sys_largefile_source" >&5 9707echo "$as_me:9707: result: $ac_cv_sys_largefile_source" >&5
9705echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6 9708echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6
9706if test "$ac_cv_sys_largefile_source" != no; then 9709if test "$ac_cv_sys_largefile_source" != no; then
9707 9710
@@ -9715,13 +9718,13 @@ rm -f conftest*
9715# We used to try defining _XOPEN_SOURCE=500 too, to work around a bug 9718# We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
9716# in glibc 2.1.3, but that breaks too many other things. 9719# in glibc 2.1.3, but that breaks too many other things.
9717# If you want fseeko and ftello with glibc, upgrade to a fixed glibc. 9720# If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
9718echo "$as_me:9718: checking for fseeko" >&5 9721echo "$as_me:9721: checking for fseeko" >&5
9719echo $ECHO_N "checking for fseeko... $ECHO_C" >&6 9722echo $ECHO_N "checking for fseeko... $ECHO_C" >&6
9720if test "${ac_cv_func_fseeko+set}" = set; then 9723if test "${ac_cv_func_fseeko+set}" = set; then
9721 echo $ECHO_N "(cached) $ECHO_C" >&6 9724 echo $ECHO_N "(cached) $ECHO_C" >&6
9722else 9725else
9723 cat >conftest.$ac_ext <<_ACEOF 9726 cat >conftest.$ac_ext <<_ACEOF
9724#line 9724 "configure" 9727#line 9727 "configure"
9725#include "confdefs.h" 9728#include "confdefs.h"
9726#include <stdio.h> 9729#include <stdio.h>
9727int 9730int
@@ -9733,16 +9736,16 @@ return fseeko && fseeko (stdin, 0, 0);
9733} 9736}
9734_ACEOF 9737_ACEOF
9735rm -f conftest.$ac_objext conftest$ac_exeext 9738rm -f conftest.$ac_objext conftest$ac_exeext
9736if { (eval echo "$as_me:9736: \"$ac_link\"") >&5 9739if { (eval echo "$as_me:9739: \"$ac_link\"") >&5
9737 (eval $ac_link) 2>&5 9740 (eval $ac_link) 2>&5
9738 ac_status=$? 9741 ac_status=$?
9739 echo "$as_me:9739: \$? = $ac_status" >&5 9742 echo "$as_me:9742: \$? = $ac_status" >&5
9740 (exit $ac_status); } && 9743 (exit $ac_status); } &&
9741 { ac_try='test -s conftest$ac_exeext' 9744 { ac_try='test -s conftest$ac_exeext'
9742 { (eval echo "$as_me:9742: \"$ac_try\"") >&5 9745 { (eval echo "$as_me:9745: \"$ac_try\"") >&5
9743 (eval $ac_try) 2>&5 9746 (eval $ac_try) 2>&5
9744 ac_status=$? 9747 ac_status=$?
9745 echo "$as_me:9745: \$? = $ac_status" >&5 9748 echo "$as_me:9748: \$? = $ac_status" >&5
9746 (exit $ac_status); }; }; then 9749 (exit $ac_status); }; }; then
9747 ac_cv_func_fseeko=yes 9750 ac_cv_func_fseeko=yes
9748else 9751else
@@ -9752,7 +9755,7 @@ ac_cv_func_fseeko=no
9752fi 9755fi
9753rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9756rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9754fi 9757fi
9755echo "$as_me:9755: result: $ac_cv_func_fseeko" >&5 9758echo "$as_me:9758: result: $ac_cv_func_fseeko" >&5
9756echo "${ECHO_T}$ac_cv_func_fseeko" >&6 9759echo "${ECHO_T}$ac_cv_func_fseeko" >&6
9757if test $ac_cv_func_fseeko = yes; then 9760if test $ac_cv_func_fseeko = yes; then
9758 9761
@@ -9767,13 +9770,13 @@ fi
9767for ac_func in grantpt 9770for ac_func in grantpt
9768do 9771do
9769as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 9772as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9770echo "$as_me:9770: checking for $ac_func" >&5 9773echo "$as_me:9773: checking for $ac_func" >&5
9771echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 9774echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9772if eval "test \"\${$as_ac_var+set}\" = set"; then 9775if eval "test \"\${$as_ac_var+set}\" = set"; then
9773 echo $ECHO_N "(cached) $ECHO_C" >&6 9776 echo $ECHO_N "(cached) $ECHO_C" >&6
9774else 9777else
9775 cat >conftest.$ac_ext <<_ACEOF 9778 cat >conftest.$ac_ext <<_ACEOF
9776#line 9776 "configure" 9779#line 9779 "configure"
9777#include "confdefs.h" 9780#include "confdefs.h"
9778/* System header to define __stub macros and hopefully few prototypes, 9781/* System header to define __stub macros and hopefully few prototypes,
9779 which can conflict with char $ac_func (); below. */ 9782 which can conflict with char $ac_func (); below. */
@@ -9804,16 +9807,16 @@ f = $ac_func;
9804} 9807}
9805_ACEOF 9808_ACEOF
9806rm -f conftest.$ac_objext conftest$ac_exeext 9809rm -f conftest.$ac_objext conftest$ac_exeext
9807if { (eval echo "$as_me:9807: \"$ac_link\"") >&5 9810if { (eval echo "$as_me:9810: \"$ac_link\"") >&5
9808 (eval $ac_link) 2>&5 9811 (eval $ac_link) 2>&5
9809 ac_status=$? 9812 ac_status=$?
9810 echo "$as_me:9810: \$? = $ac_status" >&5 9813 echo "$as_me:9813: \$? = $ac_status" >&5
9811 (exit $ac_status); } && 9814 (exit $ac_status); } &&
9812 { ac_try='test -s conftest$ac_exeext' 9815 { ac_try='test -s conftest$ac_exeext'
9813 { (eval echo "$as_me:9813: \"$ac_try\"") >&5 9816 { (eval echo "$as_me:9816: \"$ac_try\"") >&5
9814 (eval $ac_try) 2>&5 9817 (eval $ac_try) 2>&5
9815 ac_status=$? 9818 ac_status=$?
9816 echo "$as_me:9816: \$? = $ac_status" >&5 9819 echo "$as_me:9819: \$? = $ac_status" >&5
9817 (exit $ac_status); }; }; then 9820 (exit $ac_status); }; }; then
9818 eval "$as_ac_var=yes" 9821 eval "$as_ac_var=yes"
9819else 9822else
@@ -9823,7 +9826,7 @@ eval "$as_ac_var=no"
9823fi 9826fi
9824rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9827rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9825fi 9828fi
9826echo "$as_me:9826: result: `eval echo '${'$as_ac_var'}'`" >&5 9829echo "$as_me:9829: result: `eval echo '${'$as_ac_var'}'`" >&5
9827echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 9830echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9828if test `eval echo '${'$as_ac_var'}'` = yes; then 9831if test `eval echo '${'$as_ac_var'}'` = yes; then
9829 cat >>confdefs.h <<EOF 9832 cat >>confdefs.h <<EOF
@@ -9838,13 +9841,13 @@ done
9838for ac_func in getpt 9841for ac_func in getpt
9839do 9842do
9840as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 9843as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9841echo "$as_me:9841: checking for $ac_func" >&5 9844echo "$as_me:9844: checking for $ac_func" >&5
9842echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 9845echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9843if eval "test \"\${$as_ac_var+set}\" = set"; then 9846if eval "test \"\${$as_ac_var+set}\" = set"; then
9844 echo $ECHO_N "(cached) $ECHO_C" >&6 9847 echo $ECHO_N "(cached) $ECHO_C" >&6
9845else 9848else
9846 cat >conftest.$ac_ext <<_ACEOF 9849 cat >conftest.$ac_ext <<_ACEOF
9847#line 9847 "configure" 9850#line 9850 "configure"
9848#include "confdefs.h" 9851#include "confdefs.h"
9849/* System header to define __stub macros and hopefully few prototypes, 9852/* System header to define __stub macros and hopefully few prototypes,
9850 which can conflict with char $ac_func (); below. */ 9853 which can conflict with char $ac_func (); below. */
@@ -9875,16 +9878,16 @@ f = $ac_func;
9875} 9878}
9876_ACEOF 9879_ACEOF
9877rm -f conftest.$ac_objext conftest$ac_exeext 9880rm -f conftest.$ac_objext conftest$ac_exeext
9878if { (eval echo "$as_me:9878: \"$ac_link\"") >&5 9881if { (eval echo "$as_me:9881: \"$ac_link\"") >&5
9879 (eval $ac_link) 2>&5 9882 (eval $ac_link) 2>&5
9880 ac_status=$? 9883 ac_status=$?
9881 echo "$as_me:9881: \$? = $ac_status" >&5 9884 echo "$as_me:9884: \$? = $ac_status" >&5
9882 (exit $ac_status); } && 9885 (exit $ac_status); } &&
9883 { ac_try='test -s conftest$ac_exeext' 9886 { ac_try='test -s conftest$ac_exeext'
9884 { (eval echo "$as_me:9884: \"$ac_try\"") >&5 9887 { (eval echo "$as_me:9887: \"$ac_try\"") >&5
9885 (eval $ac_try) 2>&5 9888 (eval $ac_try) 2>&5
9886 ac_status=$? 9889 ac_status=$?
9887 echo "$as_me:9887: \$? = $ac_status" >&5 9890 echo "$as_me:9890: \$? = $ac_status" >&5
9888 (exit $ac_status); }; }; then 9891 (exit $ac_status); }; }; then
9889 eval "$as_ac_var=yes" 9892 eval "$as_ac_var=yes"
9890else 9893else
@@ -9894,7 +9897,7 @@ eval "$as_ac_var=no"
9894fi 9897fi
9895rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9898rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9896fi 9899fi
9897echo "$as_me:9897: result: `eval echo '${'$as_ac_var'}'`" >&5 9900echo "$as_me:9900: result: `eval echo '${'$as_ac_var'}'`" >&5
9898echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 9901echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9899if test `eval echo '${'$as_ac_var'}'` = yes; then 9902if test `eval echo '${'$as_ac_var'}'` = yes; then
9900 cat >>confdefs.h <<EOF 9903 cat >>confdefs.h <<EOF
@@ -9909,7 +9912,7 @@ done
9909# It's better to believe a function is not available 9912# It's better to believe a function is not available
9910# than to expect to find it in ncurses. 9913# than to expect to find it in ncurses.
9911 9914
9912echo "$as_me:9912: checking for tparm in -lncurses" >&5 9915echo "$as_me:9915: checking for tparm in -lncurses" >&5
9913echo $ECHO_N "checking for tparm in -lncurses... $ECHO_C" >&6 9916echo $ECHO_N "checking for tparm in -lncurses... $ECHO_C" >&6
9914if test "${ac_cv_lib_ncurses_tparm+set}" = set; then 9917if test "${ac_cv_lib_ncurses_tparm+set}" = set; then
9915 echo $ECHO_N "(cached) $ECHO_C" >&6 9918 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9917,7 +9920,7 @@ else
9917 ac_check_lib_save_LIBS=$LIBS 9920 ac_check_lib_save_LIBS=$LIBS
9918LIBS="-lncurses $LIBS" 9921LIBS="-lncurses $LIBS"
9919cat >conftest.$ac_ext <<_ACEOF 9922cat >conftest.$ac_ext <<_ACEOF
9920#line 9920 "configure" 9923#line 9923 "configure"
9921#include "confdefs.h" 9924#include "confdefs.h"
9922 9925
9923/* Override any gcc2 internal prototype to avoid an error. */ 9926/* Override any gcc2 internal prototype to avoid an error. */
@@ -9936,16 +9939,16 @@ tparm ();
9936} 9939}
9937_ACEOF 9940_ACEOF
9938rm -f conftest.$ac_objext conftest$ac_exeext 9941rm -f conftest.$ac_objext conftest$ac_exeext
9939if { (eval echo "$as_me:9939: \"$ac_link\"") >&5 9942if { (eval echo "$as_me:9942: \"$ac_link\"") >&5
9940 (eval $ac_link) 2>&5 9943 (eval $ac_link) 2>&5
9941 ac_status=$? 9944 ac_status=$?
9942 echo "$as_me:9942: \$? = $ac_status" >&5 9945 echo "$as_me:9945: \$? = $ac_status" >&5
9943 (exit $ac_status); } && 9946 (exit $ac_status); } &&
9944 { ac_try='test -s conftest$ac_exeext' 9947 { ac_try='test -s conftest$ac_exeext'
9945 { (eval echo "$as_me:9945: \"$ac_try\"") >&5 9948 { (eval echo "$as_me:9948: \"$ac_try\"") >&5
9946 (eval $ac_try) 2>&5 9949 (eval $ac_try) 2>&5
9947 ac_status=$? 9950 ac_status=$?
9948 echo "$as_me:9948: \$? = $ac_status" >&5 9951 echo "$as_me:9951: \$? = $ac_status" >&5
9949 (exit $ac_status); }; }; then 9952 (exit $ac_status); }; }; then
9950 ac_cv_lib_ncurses_tparm=yes 9953 ac_cv_lib_ncurses_tparm=yes
9951else 9954else
@@ -9956,7 +9959,7 @@ fi
9956rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9959rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9957LIBS=$ac_check_lib_save_LIBS 9960LIBS=$ac_check_lib_save_LIBS
9958fi 9961fi
9959echo "$as_me:9959: result: $ac_cv_lib_ncurses_tparm" >&5 9962echo "$as_me:9962: result: $ac_cv_lib_ncurses_tparm" >&5
9960echo "${ECHO_T}$ac_cv_lib_ncurses_tparm" >&6 9963echo "${ECHO_T}$ac_cv_lib_ncurses_tparm" >&6
9961if test $ac_cv_lib_ncurses_tparm = yes; then 9964if test $ac_cv_lib_ncurses_tparm = yes; then
9962 cat >>confdefs.h <<EOF 9965 cat >>confdefs.h <<EOF
@@ -9971,13 +9974,13 @@ fi
9971if test "$with_hesiod" = yes ; then 9974if test "$with_hesiod" = yes ; then
9972 # Don't set $LIBS here -- see comments above. 9975 # Don't set $LIBS here -- see comments above.
9973 resolv=no 9976 resolv=no
9974 echo "$as_me:9974: checking for res_send" >&5 9977 echo "$as_me:9977: checking for res_send" >&5
9975echo $ECHO_N "checking for res_send... $ECHO_C" >&6 9978echo $ECHO_N "checking for res_send... $ECHO_C" >&6
9976if test "${ac_cv_func_res_send+set}" = set; then 9979if test "${ac_cv_func_res_send+set}" = set; then
9977 echo $ECHO_N "(cached) $ECHO_C" >&6 9980 echo $ECHO_N "(cached) $ECHO_C" >&6
9978else 9981else
9979 cat >conftest.$ac_ext <<_ACEOF 9982 cat >conftest.$ac_ext <<_ACEOF
9980#line 9980 "configure" 9983#line 9983 "configure"
9981#include "confdefs.h" 9984#include "confdefs.h"
9982/* System header to define __stub macros and hopefully few prototypes, 9985/* System header to define __stub macros and hopefully few prototypes,
9983 which can conflict with char res_send (); below. */ 9986 which can conflict with char res_send (); below. */
@@ -10008,16 +10011,16 @@ f = res_send;
10008} 10011}
10009_ACEOF 10012_ACEOF
10010rm -f conftest.$ac_objext conftest$ac_exeext 10013rm -f conftest.$ac_objext conftest$ac_exeext
10011if { (eval echo "$as_me:10011: \"$ac_link\"") >&5 10014if { (eval echo "$as_me:10014: \"$ac_link\"") >&5
10012 (eval $ac_link) 2>&5 10015 (eval $ac_link) 2>&5
10013 ac_status=$? 10016 ac_status=$?
10014 echo "$as_me:10014: \$? = $ac_status" >&5 10017 echo "$as_me:10017: \$? = $ac_status" >&5
10015 (exit $ac_status); } && 10018 (exit $ac_status); } &&
10016 { ac_try='test -s conftest$ac_exeext' 10019 { ac_try='test -s conftest$ac_exeext'
10017 { (eval echo "$as_me:10017: \"$ac_try\"") >&5 10020 { (eval echo "$as_me:10020: \"$ac_try\"") >&5
10018 (eval $ac_try) 2>&5 10021 (eval $ac_try) 2>&5
10019 ac_status=$? 10022 ac_status=$?
10020 echo "$as_me:10020: \$? = $ac_status" >&5 10023 echo "$as_me:10023: \$? = $ac_status" >&5
10021 (exit $ac_status); }; }; then 10024 (exit $ac_status); }; }; then
10022 ac_cv_func_res_send=yes 10025 ac_cv_func_res_send=yes
10023else 10026else
@@ -10027,18 +10030,18 @@ ac_cv_func_res_send=no
10027fi 10030fi
10028rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10031rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10029fi 10032fi
10030echo "$as_me:10030: result: $ac_cv_func_res_send" >&5 10033echo "$as_me:10033: result: $ac_cv_func_res_send" >&5
10031echo "${ECHO_T}$ac_cv_func_res_send" >&6 10034echo "${ECHO_T}$ac_cv_func_res_send" >&6
10032if test $ac_cv_func_res_send = yes; then 10035if test $ac_cv_func_res_send = yes; then
10033 : 10036 :
10034else 10037else
10035 echo "$as_me:10035: checking for __res_send" >&5 10038 echo "$as_me:10038: checking for __res_send" >&5
10036echo $ECHO_N "checking for __res_send... $ECHO_C" >&6 10039echo $ECHO_N "checking for __res_send... $ECHO_C" >&6
10037if test "${ac_cv_func___res_send+set}" = set; then 10040if test "${ac_cv_func___res_send+set}" = set; then
10038 echo $ECHO_N "(cached) $ECHO_C" >&6 10041 echo $ECHO_N "(cached) $ECHO_C" >&6
10039else 10042else
10040 cat >conftest.$ac_ext <<_ACEOF 10043 cat >conftest.$ac_ext <<_ACEOF
10041#line 10041 "configure" 10044#line 10044 "configure"
10042#include "confdefs.h" 10045#include "confdefs.h"
10043/* System header to define __stub macros and hopefully few prototypes, 10046/* System header to define __stub macros and hopefully few prototypes,
10044 which can conflict with char __res_send (); below. */ 10047 which can conflict with char __res_send (); below. */
@@ -10069,16 +10072,16 @@ f = __res_send;
10069} 10072}
10070_ACEOF 10073_ACEOF
10071rm -f conftest.$ac_objext conftest$ac_exeext 10074rm -f conftest.$ac_objext conftest$ac_exeext
10072if { (eval echo "$as_me:10072: \"$ac_link\"") >&5 10075if { (eval echo "$as_me:10075: \"$ac_link\"") >&5
10073 (eval $ac_link) 2>&5 10076 (eval $ac_link) 2>&5
10074 ac_status=$? 10077 ac_status=$?
10075 echo "$as_me:10075: \$? = $ac_status" >&5 10078 echo "$as_me:10078: \$? = $ac_status" >&5
10076 (exit $ac_status); } && 10079 (exit $ac_status); } &&
10077 { ac_try='test -s conftest$ac_exeext' 10080 { ac_try='test -s conftest$ac_exeext'
10078 { (eval echo "$as_me:10078: \"$ac_try\"") >&5 10081 { (eval echo "$as_me:10081: \"$ac_try\"") >&5
10079 (eval $ac_try) 2>&5 10082 (eval $ac_try) 2>&5
10080 ac_status=$? 10083 ac_status=$?
10081 echo "$as_me:10081: \$? = $ac_status" >&5 10084 echo "$as_me:10084: \$? = $ac_status" >&5
10082 (exit $ac_status); }; }; then 10085 (exit $ac_status); }; }; then
10083 ac_cv_func___res_send=yes 10086 ac_cv_func___res_send=yes
10084else 10087else
@@ -10088,12 +10091,12 @@ ac_cv_func___res_send=no
10088fi 10091fi
10089rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10092rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10090fi 10093fi
10091echo "$as_me:10091: result: $ac_cv_func___res_send" >&5 10094echo "$as_me:10094: result: $ac_cv_func___res_send" >&5
10092echo "${ECHO_T}$ac_cv_func___res_send" >&6 10095echo "${ECHO_T}$ac_cv_func___res_send" >&6
10093if test $ac_cv_func___res_send = yes; then 10096if test $ac_cv_func___res_send = yes; then
10094 : 10097 :
10095else 10098else
10096 echo "$as_me:10096: checking for res_send in -lresolv" >&5 10099 echo "$as_me:10099: checking for res_send in -lresolv" >&5
10097echo $ECHO_N "checking for res_send in -lresolv... $ECHO_C" >&6 10100echo $ECHO_N "checking for res_send in -lresolv... $ECHO_C" >&6
10098if test "${ac_cv_lib_resolv_res_send+set}" = set; then 10101if test "${ac_cv_lib_resolv_res_send+set}" = set; then
10099 echo $ECHO_N "(cached) $ECHO_C" >&6 10102 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10101,7 +10104,7 @@ else
10101 ac_check_lib_save_LIBS=$LIBS 10104 ac_check_lib_save_LIBS=$LIBS
10102LIBS="-lresolv $LIBS" 10105LIBS="-lresolv $LIBS"
10103cat >conftest.$ac_ext <<_ACEOF 10106cat >conftest.$ac_ext <<_ACEOF
10104#line 10104 "configure" 10107#line 10107 "configure"
10105#include "confdefs.h" 10108#include "confdefs.h"
10106 10109
10107/* Override any gcc2 internal prototype to avoid an error. */ 10110/* Override any gcc2 internal prototype to avoid an error. */
@@ -10120,16 +10123,16 @@ res_send ();
10120} 10123}
10121_ACEOF 10124_ACEOF
10122rm -f conftest.$ac_objext conftest$ac_exeext 10125rm -f conftest.$ac_objext conftest$ac_exeext
10123if { (eval echo "$as_me:10123: \"$ac_link\"") >&5 10126if { (eval echo "$as_me:10126: \"$ac_link\"") >&5
10124 (eval $ac_link) 2>&5 10127 (eval $ac_link) 2>&5
10125 ac_status=$? 10128 ac_status=$?
10126 echo "$as_me:10126: \$? = $ac_status" >&5 10129 echo "$as_me:10129: \$? = $ac_status" >&5
10127 (exit $ac_status); } && 10130 (exit $ac_status); } &&
10128 { ac_try='test -s conftest$ac_exeext' 10131 { ac_try='test -s conftest$ac_exeext'
10129 { (eval echo "$as_me:10129: \"$ac_try\"") >&5 10132 { (eval echo "$as_me:10132: \"$ac_try\"") >&5
10130 (eval $ac_try) 2>&5 10133 (eval $ac_try) 2>&5
10131 ac_status=$? 10134 ac_status=$?
10132 echo "$as_me:10132: \$? = $ac_status" >&5 10135 echo "$as_me:10135: \$? = $ac_status" >&5
10133 (exit $ac_status); }; }; then 10136 (exit $ac_status); }; }; then
10134 ac_cv_lib_resolv_res_send=yes 10137 ac_cv_lib_resolv_res_send=yes
10135else 10138else
@@ -10140,12 +10143,12 @@ fi
10140rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10143rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10141LIBS=$ac_check_lib_save_LIBS 10144LIBS=$ac_check_lib_save_LIBS
10142fi 10145fi
10143echo "$as_me:10143: result: $ac_cv_lib_resolv_res_send" >&5 10146echo "$as_me:10146: result: $ac_cv_lib_resolv_res_send" >&5
10144echo "${ECHO_T}$ac_cv_lib_resolv_res_send" >&6 10147echo "${ECHO_T}$ac_cv_lib_resolv_res_send" >&6
10145if test $ac_cv_lib_resolv_res_send = yes; then 10148if test $ac_cv_lib_resolv_res_send = yes; then
10146 resolv=yes 10149 resolv=yes
10147else 10150else
10148 echo "$as_me:10148: checking for __res_send in -lresolv" >&5 10151 echo "$as_me:10151: checking for __res_send in -lresolv" >&5
10149echo $ECHO_N "checking for __res_send in -lresolv... $ECHO_C" >&6 10152echo $ECHO_N "checking for __res_send in -lresolv... $ECHO_C" >&6
10150if test "${ac_cv_lib_resolv___res_send+set}" = set; then 10153if test "${ac_cv_lib_resolv___res_send+set}" = set; then
10151 echo $ECHO_N "(cached) $ECHO_C" >&6 10154 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10153,7 +10156,7 @@ else
10153 ac_check_lib_save_LIBS=$LIBS 10156 ac_check_lib_save_LIBS=$LIBS
10154LIBS="-lresolv $LIBS" 10157LIBS="-lresolv $LIBS"
10155cat >conftest.$ac_ext <<_ACEOF 10158cat >conftest.$ac_ext <<_ACEOF
10156#line 10156 "configure" 10159#line 10159 "configure"
10157#include "confdefs.h" 10160#include "confdefs.h"
10158 10161
10159/* Override any gcc2 internal prototype to avoid an error. */ 10162/* Override any gcc2 internal prototype to avoid an error. */
@@ -10172,16 +10175,16 @@ __res_send ();
10172} 10175}
10173_ACEOF 10176_ACEOF
10174rm -f conftest.$ac_objext conftest$ac_exeext 10177rm -f conftest.$ac_objext conftest$ac_exeext
10175if { (eval echo "$as_me:10175: \"$ac_link\"") >&5 10178if { (eval echo "$as_me:10178: \"$ac_link\"") >&5
10176 (eval $ac_link) 2>&5 10179 (eval $ac_link) 2>&5
10177 ac_status=$? 10180 ac_status=$?
10178 echo "$as_me:10178: \$? = $ac_status" >&5 10181 echo "$as_me:10181: \$? = $ac_status" >&5
10179 (exit $ac_status); } && 10182 (exit $ac_status); } &&
10180 { ac_try='test -s conftest$ac_exeext' 10183 { ac_try='test -s conftest$ac_exeext'
10181 { (eval echo "$as_me:10181: \"$ac_try\"") >&5 10184 { (eval echo "$as_me:10184: \"$ac_try\"") >&5
10182 (eval $ac_try) 2>&5 10185 (eval $ac_try) 2>&5
10183 ac_status=$? 10186 ac_status=$?
10184 echo "$as_me:10184: \$? = $ac_status" >&5 10187 echo "$as_me:10187: \$? = $ac_status" >&5
10185 (exit $ac_status); }; }; then 10188 (exit $ac_status); }; }; then
10186 ac_cv_lib_resolv___res_send=yes 10189 ac_cv_lib_resolv___res_send=yes
10187else 10190else
@@ -10192,7 +10195,7 @@ fi
10192rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10195rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10193LIBS=$ac_check_lib_save_LIBS 10196LIBS=$ac_check_lib_save_LIBS
10194fi 10197fi
10195echo "$as_me:10195: result: $ac_cv_lib_resolv___res_send" >&5 10198echo "$as_me:10198: result: $ac_cv_lib_resolv___res_send" >&5
10196echo "${ECHO_T}$ac_cv_lib_resolv___res_send" >&6 10199echo "${ECHO_T}$ac_cv_lib_resolv___res_send" >&6
10197if test $ac_cv_lib_resolv___res_send = yes; then 10200if test $ac_cv_lib_resolv___res_send = yes; then
10198 resolv=yes 10201 resolv=yes
@@ -10213,13 +10216,13 @@ EOF
10213 else 10216 else
10214 RESOLVLIB= 10217 RESOLVLIB=
10215 fi 10218 fi
10216 echo "$as_me:10216: checking for hes_getmailhost" >&5 10219 echo "$as_me:10219: checking for hes_getmailhost" >&5
10217echo $ECHO_N "checking for hes_getmailhost... $ECHO_C" >&6 10220echo $ECHO_N "checking for hes_getmailhost... $ECHO_C" >&6
10218if test "${ac_cv_func_hes_getmailhost+set}" = set; then 10221if test "${ac_cv_func_hes_getmailhost+set}" = set; then
10219 echo $ECHO_N "(cached) $ECHO_C" >&6 10222 echo $ECHO_N "(cached) $ECHO_C" >&6
10220else 10223else
10221 cat >conftest.$ac_ext <<_ACEOF 10224 cat >conftest.$ac_ext <<_ACEOF
10222#line 10222 "configure" 10225#line 10225 "configure"
10223#include "confdefs.h" 10226#include "confdefs.h"
10224/* System header to define __stub macros and hopefully few prototypes, 10227/* System header to define __stub macros and hopefully few prototypes,
10225 which can conflict with char hes_getmailhost (); below. */ 10228 which can conflict with char hes_getmailhost (); below. */
@@ -10250,16 +10253,16 @@ f = hes_getmailhost;
10250} 10253}
10251_ACEOF 10254_ACEOF
10252rm -f conftest.$ac_objext conftest$ac_exeext 10255rm -f conftest.$ac_objext conftest$ac_exeext
10253if { (eval echo "$as_me:10253: \"$ac_link\"") >&5 10256if { (eval echo "$as_me:10256: \"$ac_link\"") >&5
10254 (eval $ac_link) 2>&5 10257 (eval $ac_link) 2>&5
10255 ac_status=$? 10258 ac_status=$?
10256 echo "$as_me:10256: \$? = $ac_status" >&5 10259 echo "$as_me:10259: \$? = $ac_status" >&5
10257 (exit $ac_status); } && 10260 (exit $ac_status); } &&
10258 { ac_try='test -s conftest$ac_exeext' 10261 { ac_try='test -s conftest$ac_exeext'
10259 { (eval echo "$as_me:10259: \"$ac_try\"") >&5 10262 { (eval echo "$as_me:10262: \"$ac_try\"") >&5
10260 (eval $ac_try) 2>&5 10263 (eval $ac_try) 2>&5
10261 ac_status=$? 10264 ac_status=$?
10262 echo "$as_me:10262: \$? = $ac_status" >&5 10265 echo "$as_me:10265: \$? = $ac_status" >&5
10263 (exit $ac_status); }; }; then 10266 (exit $ac_status); }; }; then
10264 ac_cv_func_hes_getmailhost=yes 10267 ac_cv_func_hes_getmailhost=yes
10265else 10268else
@@ -10269,12 +10272,12 @@ ac_cv_func_hes_getmailhost=no
10269fi 10272fi
10270rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10273rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10271fi 10274fi
10272echo "$as_me:10272: result: $ac_cv_func_hes_getmailhost" >&5 10275echo "$as_me:10275: result: $ac_cv_func_hes_getmailhost" >&5
10273echo "${ECHO_T}$ac_cv_func_hes_getmailhost" >&6 10276echo "${ECHO_T}$ac_cv_func_hes_getmailhost" >&6
10274if test $ac_cv_func_hes_getmailhost = yes; then 10277if test $ac_cv_func_hes_getmailhost = yes; then
10275 : 10278 :
10276else 10279else
10277 echo "$as_me:10277: checking for hes_getmailhost in -lhesiod" >&5 10280 echo "$as_me:10280: checking for hes_getmailhost in -lhesiod" >&5
10278echo $ECHO_N "checking for hes_getmailhost in -lhesiod... $ECHO_C" >&6 10281echo $ECHO_N "checking for hes_getmailhost in -lhesiod... $ECHO_C" >&6
10279if test "${ac_cv_lib_hesiod_hes_getmailhost+set}" = set; then 10282if test "${ac_cv_lib_hesiod_hes_getmailhost+set}" = set; then
10280 echo $ECHO_N "(cached) $ECHO_C" >&6 10283 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10282,7 +10285,7 @@ else
10282 ac_check_lib_save_LIBS=$LIBS 10285 ac_check_lib_save_LIBS=$LIBS
10283LIBS="-lhesiod $RESOLVLIB $LIBS" 10286LIBS="-lhesiod $RESOLVLIB $LIBS"
10284cat >conftest.$ac_ext <<_ACEOF 10287cat >conftest.$ac_ext <<_ACEOF
10285#line 10285 "configure" 10288#line 10288 "configure"
10286#include "confdefs.h" 10289#include "confdefs.h"
10287 10290
10288/* Override any gcc2 internal prototype to avoid an error. */ 10291/* Override any gcc2 internal prototype to avoid an error. */
@@ -10301,16 +10304,16 @@ hes_getmailhost ();
10301} 10304}
10302_ACEOF 10305_ACEOF
10303rm -f conftest.$ac_objext conftest$ac_exeext 10306rm -f conftest.$ac_objext conftest$ac_exeext
10304if { (eval echo "$as_me:10304: \"$ac_link\"") >&5 10307if { (eval echo "$as_me:10307: \"$ac_link\"") >&5
10305 (eval $ac_link) 2>&5 10308 (eval $ac_link) 2>&5
10306 ac_status=$? 10309 ac_status=$?
10307 echo "$as_me:10307: \$? = $ac_status" >&5 10310 echo "$as_me:10310: \$? = $ac_status" >&5
10308 (exit $ac_status); } && 10311 (exit $ac_status); } &&
10309 { ac_try='test -s conftest$ac_exeext' 10312 { ac_try='test -s conftest$ac_exeext'
10310 { (eval echo "$as_me:10310: \"$ac_try\"") >&5 10313 { (eval echo "$as_me:10313: \"$ac_try\"") >&5
10311 (eval $ac_try) 2>&5 10314 (eval $ac_try) 2>&5
10312 ac_status=$? 10315 ac_status=$?
10313 echo "$as_me:10313: \$? = $ac_status" >&5 10316 echo "$as_me:10316: \$? = $ac_status" >&5
10314 (exit $ac_status); }; }; then 10317 (exit $ac_status); }; }; then
10315 ac_cv_lib_hesiod_hes_getmailhost=yes 10318 ac_cv_lib_hesiod_hes_getmailhost=yes
10316else 10319else
@@ -10321,7 +10324,7 @@ fi
10321rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10324rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10322LIBS=$ac_check_lib_save_LIBS 10325LIBS=$ac_check_lib_save_LIBS
10323fi 10326fi
10324echo "$as_me:10324: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5 10327echo "$as_me:10327: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5
10325echo "${ECHO_T}$ac_cv_lib_hesiod_hes_getmailhost" >&6 10328echo "${ECHO_T}$ac_cv_lib_hesiod_hes_getmailhost" >&6
10326if test $ac_cv_lib_hesiod_hes_getmailhost = yes; then 10329if test $ac_cv_lib_hesiod_hes_getmailhost = yes; then
10327 cat >>confdefs.h <<\EOF 10330 cat >>confdefs.h <<\EOF
@@ -10339,7 +10342,7 @@ fi
10339# These tell us which Kerberos-related libraries to use. 10342# These tell us which Kerberos-related libraries to use.
10340if test "${with_kerberos+set}" = set; then 10343if test "${with_kerberos+set}" = set; then
10341 10344
10342echo "$as_me:10342: checking for com_err in -lcom_err" >&5 10345echo "$as_me:10345: checking for com_err in -lcom_err" >&5
10343echo $ECHO_N "checking for com_err in -lcom_err... $ECHO_C" >&6 10346echo $ECHO_N "checking for com_err in -lcom_err... $ECHO_C" >&6
10344if test "${ac_cv_lib_com_err_com_err+set}" = set; then 10347if test "${ac_cv_lib_com_err_com_err+set}" = set; then
10345 echo $ECHO_N "(cached) $ECHO_C" >&6 10348 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10347,7 +10350,7 @@ else
10347 ac_check_lib_save_LIBS=$LIBS 10350 ac_check_lib_save_LIBS=$LIBS
10348LIBS="-lcom_err $LIBS" 10351LIBS="-lcom_err $LIBS"
10349cat >conftest.$ac_ext <<_ACEOF 10352cat >conftest.$ac_ext <<_ACEOF
10350#line 10350 "configure" 10353#line 10353 "configure"
10351#include "confdefs.h" 10354#include "confdefs.h"
10352 10355
10353/* Override any gcc2 internal prototype to avoid an error. */ 10356/* Override any gcc2 internal prototype to avoid an error. */
@@ -10366,16 +10369,16 @@ com_err ();
10366} 10369}
10367_ACEOF 10370_ACEOF
10368rm -f conftest.$ac_objext conftest$ac_exeext 10371rm -f conftest.$ac_objext conftest$ac_exeext
10369if { (eval echo "$as_me:10369: \"$ac_link\"") >&5 10372if { (eval echo "$as_me:10372: \"$ac_link\"") >&5
10370 (eval $ac_link) 2>&5 10373 (eval $ac_link) 2>&5
10371 ac_status=$? 10374 ac_status=$?
10372 echo "$as_me:10372: \$? = $ac_status" >&5 10375 echo "$as_me:10375: \$? = $ac_status" >&5
10373 (exit $ac_status); } && 10376 (exit $ac_status); } &&
10374 { ac_try='test -s conftest$ac_exeext' 10377 { ac_try='test -s conftest$ac_exeext'
10375 { (eval echo "$as_me:10375: \"$ac_try\"") >&5 10378 { (eval echo "$as_me:10378: \"$ac_try\"") >&5
10376 (eval $ac_try) 2>&5 10379 (eval $ac_try) 2>&5
10377 ac_status=$? 10380 ac_status=$?
10378 echo "$as_me:10378: \$? = $ac_status" >&5 10381 echo "$as_me:10381: \$? = $ac_status" >&5
10379 (exit $ac_status); }; }; then 10382 (exit $ac_status); }; }; then
10380 ac_cv_lib_com_err_com_err=yes 10383 ac_cv_lib_com_err_com_err=yes
10381else 10384else
@@ -10386,7 +10389,7 @@ fi
10386rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10389rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10387LIBS=$ac_check_lib_save_LIBS 10390LIBS=$ac_check_lib_save_LIBS
10388fi 10391fi
10389echo "$as_me:10389: result: $ac_cv_lib_com_err_com_err" >&5 10392echo "$as_me:10392: result: $ac_cv_lib_com_err_com_err" >&5
10390echo "${ECHO_T}$ac_cv_lib_com_err_com_err" >&6 10393echo "${ECHO_T}$ac_cv_lib_com_err_com_err" >&6
10391if test $ac_cv_lib_com_err_com_err = yes; then 10394if test $ac_cv_lib_com_err_com_err = yes; then
10392 cat >>confdefs.h <<EOF 10395 cat >>confdefs.h <<EOF
@@ -10397,7 +10400,7 @@ EOF
10397 10400
10398fi 10401fi
10399 10402
10400echo "$as_me:10400: checking for mit_des_cbc_encrypt in -lk5crypto" >&5 10403echo "$as_me:10403: checking for mit_des_cbc_encrypt in -lk5crypto" >&5
10401echo $ECHO_N "checking for mit_des_cbc_encrypt in -lk5crypto... $ECHO_C" >&6 10404echo $ECHO_N "checking for mit_des_cbc_encrypt in -lk5crypto... $ECHO_C" >&6
10402if test "${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+set}" = set; then 10405if test "${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+set}" = set; then
10403 echo $ECHO_N "(cached) $ECHO_C" >&6 10406 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10405,7 +10408,7 @@ else
10405 ac_check_lib_save_LIBS=$LIBS 10408 ac_check_lib_save_LIBS=$LIBS
10406LIBS="-lk5crypto $LIBS" 10409LIBS="-lk5crypto $LIBS"
10407cat >conftest.$ac_ext <<_ACEOF 10410cat >conftest.$ac_ext <<_ACEOF
10408#line 10408 "configure" 10411#line 10411 "configure"
10409#include "confdefs.h" 10412#include "confdefs.h"
10410 10413
10411/* Override any gcc2 internal prototype to avoid an error. */ 10414/* Override any gcc2 internal prototype to avoid an error. */
@@ -10424,16 +10427,16 @@ mit_des_cbc_encrypt ();
10424} 10427}
10425_ACEOF 10428_ACEOF
10426rm -f conftest.$ac_objext conftest$ac_exeext 10429rm -f conftest.$ac_objext conftest$ac_exeext
10427if { (eval echo "$as_me:10427: \"$ac_link\"") >&5 10430if { (eval echo "$as_me:10430: \"$ac_link\"") >&5
10428 (eval $ac_link) 2>&5 10431 (eval $ac_link) 2>&5
10429 ac_status=$? 10432 ac_status=$?
10430 echo "$as_me:10430: \$? = $ac_status" >&5 10433 echo "$as_me:10433: \$? = $ac_status" >&5
10431 (exit $ac_status); } && 10434 (exit $ac_status); } &&
10432 { ac_try='test -s conftest$ac_exeext' 10435 { ac_try='test -s conftest$ac_exeext'
10433 { (eval echo "$as_me:10433: \"$ac_try\"") >&5 10436 { (eval echo "$as_me:10436: \"$ac_try\"") >&5
10434 (eval $ac_try) 2>&5 10437 (eval $ac_try) 2>&5
10435 ac_status=$? 10438 ac_status=$?
10436 echo "$as_me:10436: \$? = $ac_status" >&5 10439 echo "$as_me:10439: \$? = $ac_status" >&5
10437 (exit $ac_status); }; }; then 10440 (exit $ac_status); }; }; then
10438 ac_cv_lib_k5crypto_mit_des_cbc_encrypt=yes 10441 ac_cv_lib_k5crypto_mit_des_cbc_encrypt=yes
10439else 10442else
@@ -10444,7 +10447,7 @@ fi
10444rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10447rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10445LIBS=$ac_check_lib_save_LIBS 10448LIBS=$ac_check_lib_save_LIBS
10446fi 10449fi
10447echo "$as_me:10447: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5 10450echo "$as_me:10450: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5
10448echo "${ECHO_T}$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&6 10451echo "${ECHO_T}$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&6
10449if test $ac_cv_lib_k5crypto_mit_des_cbc_encrypt = yes; then 10452if test $ac_cv_lib_k5crypto_mit_des_cbc_encrypt = yes; then
10450 cat >>confdefs.h <<EOF 10453 cat >>confdefs.h <<EOF
@@ -10455,7 +10458,7 @@ EOF
10455 10458
10456fi 10459fi
10457 10460
10458echo "$as_me:10458: checking for mit_des_cbc_encrypt in -lcrypto" >&5 10461echo "$as_me:10461: checking for mit_des_cbc_encrypt in -lcrypto" >&5
10459echo $ECHO_N "checking for mit_des_cbc_encrypt in -lcrypto... $ECHO_C" >&6 10462echo $ECHO_N "checking for mit_des_cbc_encrypt in -lcrypto... $ECHO_C" >&6
10460if test "${ac_cv_lib_crypto_mit_des_cbc_encrypt+set}" = set; then 10463if test "${ac_cv_lib_crypto_mit_des_cbc_encrypt+set}" = set; then
10461 echo $ECHO_N "(cached) $ECHO_C" >&6 10464 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10463,7 +10466,7 @@ else
10463 ac_check_lib_save_LIBS=$LIBS 10466 ac_check_lib_save_LIBS=$LIBS
10464LIBS="-lcrypto $LIBS" 10467LIBS="-lcrypto $LIBS"
10465cat >conftest.$ac_ext <<_ACEOF 10468cat >conftest.$ac_ext <<_ACEOF
10466#line 10466 "configure" 10469#line 10469 "configure"
10467#include "confdefs.h" 10470#include "confdefs.h"
10468 10471
10469/* Override any gcc2 internal prototype to avoid an error. */ 10472/* Override any gcc2 internal prototype to avoid an error. */
@@ -10482,16 +10485,16 @@ mit_des_cbc_encrypt ();
10482} 10485}
10483_ACEOF 10486_ACEOF
10484rm -f conftest.$ac_objext conftest$ac_exeext 10487rm -f conftest.$ac_objext conftest$ac_exeext
10485if { (eval echo "$as_me:10485: \"$ac_link\"") >&5 10488if { (eval echo "$as_me:10488: \"$ac_link\"") >&5
10486 (eval $ac_link) 2>&5 10489 (eval $ac_link) 2>&5
10487 ac_status=$? 10490 ac_status=$?
10488 echo "$as_me:10488: \$? = $ac_status" >&5 10491 echo "$as_me:10491: \$? = $ac_status" >&5
10489 (exit $ac_status); } && 10492 (exit $ac_status); } &&
10490 { ac_try='test -s conftest$ac_exeext' 10493 { ac_try='test -s conftest$ac_exeext'
10491 { (eval echo "$as_me:10491: \"$ac_try\"") >&5 10494 { (eval echo "$as_me:10494: \"$ac_try\"") >&5
10492 (eval $ac_try) 2>&5 10495 (eval $ac_try) 2>&5
10493 ac_status=$? 10496 ac_status=$?
10494 echo "$as_me:10494: \$? = $ac_status" >&5 10497 echo "$as_me:10497: \$? = $ac_status" >&5
10495 (exit $ac_status); }; }; then 10498 (exit $ac_status); }; }; then
10496 ac_cv_lib_crypto_mit_des_cbc_encrypt=yes 10499 ac_cv_lib_crypto_mit_des_cbc_encrypt=yes
10497else 10500else
@@ -10502,7 +10505,7 @@ fi
10502rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10505rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10503LIBS=$ac_check_lib_save_LIBS 10506LIBS=$ac_check_lib_save_LIBS
10504fi 10507fi
10505echo "$as_me:10505: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5 10508echo "$as_me:10508: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5
10506echo "${ECHO_T}$ac_cv_lib_crypto_mit_des_cbc_encrypt" >&6 10509echo "${ECHO_T}$ac_cv_lib_crypto_mit_des_cbc_encrypt" >&6
10507if test $ac_cv_lib_crypto_mit_des_cbc_encrypt = yes; then 10510if test $ac_cv_lib_crypto_mit_des_cbc_encrypt = yes; then
10508 cat >>confdefs.h <<EOF 10511 cat >>confdefs.h <<EOF
@@ -10513,7 +10516,7 @@ EOF
10513 10516
10514fi 10517fi
10515 10518
10516echo "$as_me:10516: checking for krb5_init_context in -lkrb5" >&5 10519echo "$as_me:10519: checking for krb5_init_context in -lkrb5" >&5
10517echo $ECHO_N "checking for krb5_init_context in -lkrb5... $ECHO_C" >&6 10520echo $ECHO_N "checking for krb5_init_context in -lkrb5... $ECHO_C" >&6
10518if test "${ac_cv_lib_krb5_krb5_init_context+set}" = set; then 10521if test "${ac_cv_lib_krb5_krb5_init_context+set}" = set; then
10519 echo $ECHO_N "(cached) $ECHO_C" >&6 10522 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10521,7 +10524,7 @@ else
10521 ac_check_lib_save_LIBS=$LIBS 10524 ac_check_lib_save_LIBS=$LIBS
10522LIBS="-lkrb5 $LIBS" 10525LIBS="-lkrb5 $LIBS"
10523cat >conftest.$ac_ext <<_ACEOF 10526cat >conftest.$ac_ext <<_ACEOF
10524#line 10524 "configure" 10527#line 10527 "configure"
10525#include "confdefs.h" 10528#include "confdefs.h"
10526 10529
10527/* Override any gcc2 internal prototype to avoid an error. */ 10530/* Override any gcc2 internal prototype to avoid an error. */
@@ -10540,16 +10543,16 @@ krb5_init_context ();
10540} 10543}
10541_ACEOF 10544_ACEOF
10542rm -f conftest.$ac_objext conftest$ac_exeext 10545rm -f conftest.$ac_objext conftest$ac_exeext
10543if { (eval echo "$as_me:10543: \"$ac_link\"") >&5 10546if { (eval echo "$as_me:10546: \"$ac_link\"") >&5
10544 (eval $ac_link) 2>&5 10547 (eval $ac_link) 2>&5
10545 ac_status=$? 10548 ac_status=$?
10546 echo "$as_me:10546: \$? = $ac_status" >&5 10549 echo "$as_me:10549: \$? = $ac_status" >&5
10547 (exit $ac_status); } && 10550 (exit $ac_status); } &&
10548 { ac_try='test -s conftest$ac_exeext' 10551 { ac_try='test -s conftest$ac_exeext'
10549 { (eval echo "$as_me:10549: \"$ac_try\"") >&5 10552 { (eval echo "$as_me:10552: \"$ac_try\"") >&5
10550 (eval $ac_try) 2>&5 10553 (eval $ac_try) 2>&5
10551 ac_status=$? 10554 ac_status=$?
10552 echo "$as_me:10552: \$? = $ac_status" >&5 10555 echo "$as_me:10555: \$? = $ac_status" >&5
10553 (exit $ac_status); }; }; then 10556 (exit $ac_status); }; }; then
10554 ac_cv_lib_krb5_krb5_init_context=yes 10557 ac_cv_lib_krb5_krb5_init_context=yes
10555else 10558else
@@ -10560,7 +10563,7 @@ fi
10560rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10563rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10561LIBS=$ac_check_lib_save_LIBS 10564LIBS=$ac_check_lib_save_LIBS
10562fi 10565fi
10563echo "$as_me:10563: result: $ac_cv_lib_krb5_krb5_init_context" >&5 10566echo "$as_me:10566: result: $ac_cv_lib_krb5_krb5_init_context" >&5
10564echo "${ECHO_T}$ac_cv_lib_krb5_krb5_init_context" >&6 10567echo "${ECHO_T}$ac_cv_lib_krb5_krb5_init_context" >&6
10565if test $ac_cv_lib_krb5_krb5_init_context = yes; then 10568if test $ac_cv_lib_krb5_krb5_init_context = yes; then
10566 cat >>confdefs.h <<EOF 10569 cat >>confdefs.h <<EOF
@@ -10573,7 +10576,7 @@ fi
10573 10576
10574 if test "${with_kerberos5+set}" != set; then 10577 if test "${with_kerberos5+set}" != set; then
10575 10578
10576echo "$as_me:10576: checking for des_cbc_encrypt in -ldes425" >&5 10579echo "$as_me:10579: checking for des_cbc_encrypt in -ldes425" >&5
10577echo $ECHO_N "checking for des_cbc_encrypt in -ldes425... $ECHO_C" >&6 10580echo $ECHO_N "checking for des_cbc_encrypt in -ldes425... $ECHO_C" >&6
10578if test "${ac_cv_lib_des425_des_cbc_encrypt+set}" = set; then 10581if test "${ac_cv_lib_des425_des_cbc_encrypt+set}" = set; then
10579 echo $ECHO_N "(cached) $ECHO_C" >&6 10582 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10581,7 +10584,7 @@ else
10581 ac_check_lib_save_LIBS=$LIBS 10584 ac_check_lib_save_LIBS=$LIBS
10582LIBS="-ldes425 $LIBS" 10585LIBS="-ldes425 $LIBS"
10583cat >conftest.$ac_ext <<_ACEOF 10586cat >conftest.$ac_ext <<_ACEOF
10584#line 10584 "configure" 10587#line 10587 "configure"
10585#include "confdefs.h" 10588#include "confdefs.h"
10586 10589
10587/* Override any gcc2 internal prototype to avoid an error. */ 10590/* Override any gcc2 internal prototype to avoid an error. */
@@ -10600,16 +10603,16 @@ des_cbc_encrypt ();
10600} 10603}
10601_ACEOF 10604_ACEOF
10602rm -f conftest.$ac_objext conftest$ac_exeext 10605rm -f conftest.$ac_objext conftest$ac_exeext
10603if { (eval echo "$as_me:10603: \"$ac_link\"") >&5 10606if { (eval echo "$as_me:10606: \"$ac_link\"") >&5
10604 (eval $ac_link) 2>&5 10607 (eval $ac_link) 2>&5
10605 ac_status=$? 10608 ac_status=$?
10606 echo "$as_me:10606: \$? = $ac_status" >&5 10609 echo "$as_me:10609: \$? = $ac_status" >&5
10607 (exit $ac_status); } && 10610 (exit $ac_status); } &&
10608 { ac_try='test -s conftest$ac_exeext' 10611 { ac_try='test -s conftest$ac_exeext'
10609 { (eval echo "$as_me:10609: \"$ac_try\"") >&5 10612 { (eval echo "$as_me:10612: \"$ac_try\"") >&5
10610 (eval $ac_try) 2>&5 10613 (eval $ac_try) 2>&5
10611 ac_status=$? 10614 ac_status=$?
10612 echo "$as_me:10612: \$? = $ac_status" >&5 10615 echo "$as_me:10615: \$? = $ac_status" >&5
10613 (exit $ac_status); }; }; then 10616 (exit $ac_status); }; }; then
10614 ac_cv_lib_des425_des_cbc_encrypt=yes 10617 ac_cv_lib_des425_des_cbc_encrypt=yes
10615else 10618else
@@ -10620,7 +10623,7 @@ fi
10620rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10623rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10621LIBS=$ac_check_lib_save_LIBS 10624LIBS=$ac_check_lib_save_LIBS
10622fi 10625fi
10623echo "$as_me:10623: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5 10626echo "$as_me:10626: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5
10624echo "${ECHO_T}$ac_cv_lib_des425_des_cbc_encrypt" >&6 10627echo "${ECHO_T}$ac_cv_lib_des425_des_cbc_encrypt" >&6
10625if test $ac_cv_lib_des425_des_cbc_encrypt = yes; then 10628if test $ac_cv_lib_des425_des_cbc_encrypt = yes; then
10626 cat >>confdefs.h <<EOF 10629 cat >>confdefs.h <<EOF
@@ -10631,7 +10634,7 @@ EOF
10631 10634
10632else 10635else
10633 10636
10634echo "$as_me:10634: checking for des_cbc_encrypt in -ldes" >&5 10637echo "$as_me:10637: checking for des_cbc_encrypt in -ldes" >&5
10635echo $ECHO_N "checking for des_cbc_encrypt in -ldes... $ECHO_C" >&6 10638echo $ECHO_N "checking for des_cbc_encrypt in -ldes... $ECHO_C" >&6
10636if test "${ac_cv_lib_des_des_cbc_encrypt+set}" = set; then 10639if test "${ac_cv_lib_des_des_cbc_encrypt+set}" = set; then
10637 echo $ECHO_N "(cached) $ECHO_C" >&6 10640 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10639,7 +10642,7 @@ else
10639 ac_check_lib_save_LIBS=$LIBS 10642 ac_check_lib_save_LIBS=$LIBS
10640LIBS="-ldes $LIBS" 10643LIBS="-ldes $LIBS"
10641cat >conftest.$ac_ext <<_ACEOF 10644cat >conftest.$ac_ext <<_ACEOF
10642#line 10642 "configure" 10645#line 10645 "configure"
10643#include "confdefs.h" 10646#include "confdefs.h"
10644 10647
10645/* Override any gcc2 internal prototype to avoid an error. */ 10648/* Override any gcc2 internal prototype to avoid an error. */
@@ -10658,16 +10661,16 @@ des_cbc_encrypt ();
10658} 10661}
10659_ACEOF 10662_ACEOF
10660rm -f conftest.$ac_objext conftest$ac_exeext 10663rm -f conftest.$ac_objext conftest$ac_exeext
10661if { (eval echo "$as_me:10661: \"$ac_link\"") >&5 10664if { (eval echo "$as_me:10664: \"$ac_link\"") >&5
10662 (eval $ac_link) 2>&5 10665 (eval $ac_link) 2>&5
10663 ac_status=$? 10666 ac_status=$?
10664 echo "$as_me:10664: \$? = $ac_status" >&5 10667 echo "$as_me:10667: \$? = $ac_status" >&5
10665 (exit $ac_status); } && 10668 (exit $ac_status); } &&
10666 { ac_try='test -s conftest$ac_exeext' 10669 { ac_try='test -s conftest$ac_exeext'
10667 { (eval echo "$as_me:10667: \"$ac_try\"") >&5 10670 { (eval echo "$as_me:10670: \"$ac_try\"") >&5
10668 (eval $ac_try) 2>&5 10671 (eval $ac_try) 2>&5
10669 ac_status=$? 10672 ac_status=$?
10670 echo "$as_me:10670: \$? = $ac_status" >&5 10673 echo "$as_me:10673: \$? = $ac_status" >&5
10671 (exit $ac_status); }; }; then 10674 (exit $ac_status); }; }; then
10672 ac_cv_lib_des_des_cbc_encrypt=yes 10675 ac_cv_lib_des_des_cbc_encrypt=yes
10673else 10676else
@@ -10678,7 +10681,7 @@ fi
10678rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10681rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10679LIBS=$ac_check_lib_save_LIBS 10682LIBS=$ac_check_lib_save_LIBS
10680fi 10683fi
10681echo "$as_me:10681: result: $ac_cv_lib_des_des_cbc_encrypt" >&5 10684echo "$as_me:10684: result: $ac_cv_lib_des_des_cbc_encrypt" >&5
10682echo "${ECHO_T}$ac_cv_lib_des_des_cbc_encrypt" >&6 10685echo "${ECHO_T}$ac_cv_lib_des_des_cbc_encrypt" >&6
10683if test $ac_cv_lib_des_des_cbc_encrypt = yes; then 10686if test $ac_cv_lib_des_des_cbc_encrypt = yes; then
10684 cat >>confdefs.h <<EOF 10687 cat >>confdefs.h <<EOF
@@ -10691,7 +10694,7 @@ fi
10691 10694
10692fi 10695fi
10693 10696
10694echo "$as_me:10694: checking for krb_get_cred in -lkrb4" >&5 10697echo "$as_me:10697: checking for krb_get_cred in -lkrb4" >&5
10695echo $ECHO_N "checking for krb_get_cred in -lkrb4... $ECHO_C" >&6 10698echo $ECHO_N "checking for krb_get_cred in -lkrb4... $ECHO_C" >&6
10696if test "${ac_cv_lib_krb4_krb_get_cred+set}" = set; then 10699if test "${ac_cv_lib_krb4_krb_get_cred+set}" = set; then
10697 echo $ECHO_N "(cached) $ECHO_C" >&6 10700 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10699,7 +10702,7 @@ else
10699 ac_check_lib_save_LIBS=$LIBS 10702 ac_check_lib_save_LIBS=$LIBS
10700LIBS="-lkrb4 $LIBS" 10703LIBS="-lkrb4 $LIBS"
10701cat >conftest.$ac_ext <<_ACEOF 10704cat >conftest.$ac_ext <<_ACEOF
10702#line 10702 "configure" 10705#line 10705 "configure"
10703#include "confdefs.h" 10706#include "confdefs.h"
10704 10707
10705/* Override any gcc2 internal prototype to avoid an error. */ 10708/* Override any gcc2 internal prototype to avoid an error. */
@@ -10718,16 +10721,16 @@ krb_get_cred ();
10718} 10721}
10719_ACEOF 10722_ACEOF
10720rm -f conftest.$ac_objext conftest$ac_exeext 10723rm -f conftest.$ac_objext conftest$ac_exeext
10721if { (eval echo "$as_me:10721: \"$ac_link\"") >&5 10724if { (eval echo "$as_me:10724: \"$ac_link\"") >&5
10722 (eval $ac_link) 2>&5 10725 (eval $ac_link) 2>&5
10723 ac_status=$? 10726 ac_status=$?
10724 echo "$as_me:10724: \$? = $ac_status" >&5 10727 echo "$as_me:10727: \$? = $ac_status" >&5
10725 (exit $ac_status); } && 10728 (exit $ac_status); } &&
10726 { ac_try='test -s conftest$ac_exeext' 10729 { ac_try='test -s conftest$ac_exeext'
10727 { (eval echo "$as_me:10727: \"$ac_try\"") >&5 10730 { (eval echo "$as_me:10730: \"$ac_try\"") >&5
10728 (eval $ac_try) 2>&5 10731 (eval $ac_try) 2>&5
10729 ac_status=$? 10732 ac_status=$?
10730 echo "$as_me:10730: \$? = $ac_status" >&5 10733 echo "$as_me:10733: \$? = $ac_status" >&5
10731 (exit $ac_status); }; }; then 10734 (exit $ac_status); }; }; then
10732 ac_cv_lib_krb4_krb_get_cred=yes 10735 ac_cv_lib_krb4_krb_get_cred=yes
10733else 10736else
@@ -10738,7 +10741,7 @@ fi
10738rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10741rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10739LIBS=$ac_check_lib_save_LIBS 10742LIBS=$ac_check_lib_save_LIBS
10740fi 10743fi
10741echo "$as_me:10741: result: $ac_cv_lib_krb4_krb_get_cred" >&5 10744echo "$as_me:10744: result: $ac_cv_lib_krb4_krb_get_cred" >&5
10742echo "${ECHO_T}$ac_cv_lib_krb4_krb_get_cred" >&6 10745echo "${ECHO_T}$ac_cv_lib_krb4_krb_get_cred" >&6
10743if test $ac_cv_lib_krb4_krb_get_cred = yes; then 10746if test $ac_cv_lib_krb4_krb_get_cred = yes; then
10744 cat >>confdefs.h <<EOF 10747 cat >>confdefs.h <<EOF
@@ -10749,7 +10752,7 @@ EOF
10749 10752
10750else 10753else
10751 10754
10752echo "$as_me:10752: checking for krb_get_cred in -lkrb" >&5 10755echo "$as_me:10755: checking for krb_get_cred in -lkrb" >&5
10753echo $ECHO_N "checking for krb_get_cred in -lkrb... $ECHO_C" >&6 10756echo $ECHO_N "checking for krb_get_cred in -lkrb... $ECHO_C" >&6
10754if test "${ac_cv_lib_krb_krb_get_cred+set}" = set; then 10757if test "${ac_cv_lib_krb_krb_get_cred+set}" = set; then
10755 echo $ECHO_N "(cached) $ECHO_C" >&6 10758 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10757,7 +10760,7 @@ else
10757 ac_check_lib_save_LIBS=$LIBS 10760 ac_check_lib_save_LIBS=$LIBS
10758LIBS="-lkrb $LIBS" 10761LIBS="-lkrb $LIBS"
10759cat >conftest.$ac_ext <<_ACEOF 10762cat >conftest.$ac_ext <<_ACEOF
10760#line 10760 "configure" 10763#line 10763 "configure"
10761#include "confdefs.h" 10764#include "confdefs.h"
10762 10765
10763/* Override any gcc2 internal prototype to avoid an error. */ 10766/* Override any gcc2 internal prototype to avoid an error. */
@@ -10776,16 +10779,16 @@ krb_get_cred ();
10776} 10779}
10777_ACEOF 10780_ACEOF
10778rm -f conftest.$ac_objext conftest$ac_exeext 10781rm -f conftest.$ac_objext conftest$ac_exeext
10779if { (eval echo "$as_me:10779: \"$ac_link\"") >&5 10782if { (eval echo "$as_me:10782: \"$ac_link\"") >&5
10780 (eval $ac_link) 2>&5 10783 (eval $ac_link) 2>&5
10781 ac_status=$? 10784 ac_status=$?
10782 echo "$as_me:10782: \$? = $ac_status" >&5 10785 echo "$as_me:10785: \$? = $ac_status" >&5
10783 (exit $ac_status); } && 10786 (exit $ac_status); } &&
10784 { ac_try='test -s conftest$ac_exeext' 10787 { ac_try='test -s conftest$ac_exeext'
10785 { (eval echo "$as_me:10785: \"$ac_try\"") >&5 10788 { (eval echo "$as_me:10788: \"$ac_try\"") >&5
10786 (eval $ac_try) 2>&5 10789 (eval $ac_try) 2>&5
10787 ac_status=$? 10790 ac_status=$?
10788 echo "$as_me:10788: \$? = $ac_status" >&5 10791 echo "$as_me:10791: \$? = $ac_status" >&5
10789 (exit $ac_status); }; }; then 10792 (exit $ac_status); }; }; then
10790 ac_cv_lib_krb_krb_get_cred=yes 10793 ac_cv_lib_krb_krb_get_cred=yes
10791else 10794else
@@ -10796,7 +10799,7 @@ fi
10796rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10799rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10797LIBS=$ac_check_lib_save_LIBS 10800LIBS=$ac_check_lib_save_LIBS
10798fi 10801fi
10799echo "$as_me:10799: result: $ac_cv_lib_krb_krb_get_cred" >&5 10802echo "$as_me:10802: result: $ac_cv_lib_krb_krb_get_cred" >&5
10800echo "${ECHO_T}$ac_cv_lib_krb_krb_get_cred" >&6 10803echo "${ECHO_T}$ac_cv_lib_krb_krb_get_cred" >&6
10801if test $ac_cv_lib_krb_krb_get_cred = yes; then 10804if test $ac_cv_lib_krb_krb_get_cred = yes; then
10802 cat >>confdefs.h <<EOF 10805 cat >>confdefs.h <<EOF
@@ -10816,23 +10819,23 @@ fi
10816for ac_header in krb5.h 10819for ac_header in krb5.h
10817do 10820do
10818as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 10821as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10819echo "$as_me:10819: checking for $ac_header" >&5 10822echo "$as_me:10822: checking for $ac_header" >&5
10820echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 10823echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10821if eval "test \"\${$as_ac_Header+set}\" = set"; then 10824if eval "test \"\${$as_ac_Header+set}\" = set"; then
10822 echo $ECHO_N "(cached) $ECHO_C" >&6 10825 echo $ECHO_N "(cached) $ECHO_C" >&6
10823else 10826else
10824 cat >conftest.$ac_ext <<_ACEOF 10827 cat >conftest.$ac_ext <<_ACEOF
10825#line 10825 "configure" 10828#line 10828 "configure"
10826#include "confdefs.h" 10829#include "confdefs.h"
10827#include <$ac_header> 10830#include <$ac_header>
10828_ACEOF 10831_ACEOF
10829if { (eval echo "$as_me:10829: \"$ac_cpp conftest.$ac_ext\"") >&5 10832if { (eval echo "$as_me:10832: \"$ac_cpp conftest.$ac_ext\"") >&5
10830 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 10833 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10831 ac_status=$? 10834 ac_status=$?
10832 egrep -v '^ *\+' conftest.er1 >conftest.err 10835 egrep -v '^ *\+' conftest.er1 >conftest.err
10833 rm -f conftest.er1 10836 rm -f conftest.er1
10834 cat conftest.err >&5 10837 cat conftest.err >&5
10835 echo "$as_me:10835: \$? = $ac_status" >&5 10838 echo "$as_me:10838: \$? = $ac_status" >&5
10836 (exit $ac_status); } >/dev/null; then 10839 (exit $ac_status); } >/dev/null; then
10837 if test -s conftest.err; then 10840 if test -s conftest.err; then
10838 ac_cpp_err=$ac_c_preproc_warn_flag 10841 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -10851,7 +10854,7 @@ else
10851fi 10854fi
10852rm -f conftest.err conftest.$ac_ext 10855rm -f conftest.err conftest.$ac_ext
10853fi 10856fi
10854echo "$as_me:10854: result: `eval echo '${'$as_ac_Header'}'`" >&5 10857echo "$as_me:10857: result: `eval echo '${'$as_ac_Header'}'`" >&5
10855echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 10858echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10856if test `eval echo '${'$as_ac_Header'}'` = yes; then 10859if test `eval echo '${'$as_ac_Header'}'` = yes; then
10857 cat >>confdefs.h <<EOF 10860 cat >>confdefs.h <<EOF
@@ -10866,23 +10869,23 @@ done
10866for ac_header in des.h 10869for ac_header in des.h
10867do 10870do
10868as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 10871as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10869echo "$as_me:10869: checking for $ac_header" >&5 10872echo "$as_me:10872: checking for $ac_header" >&5
10870echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 10873echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10871if eval "test \"\${$as_ac_Header+set}\" = set"; then 10874if eval "test \"\${$as_ac_Header+set}\" = set"; then
10872 echo $ECHO_N "(cached) $ECHO_C" >&6 10875 echo $ECHO_N "(cached) $ECHO_C" >&6
10873else 10876else
10874 cat >conftest.$ac_ext <<_ACEOF 10877 cat >conftest.$ac_ext <<_ACEOF
10875#line 10875 "configure" 10878#line 10878 "configure"
10876#include "confdefs.h" 10879#include "confdefs.h"
10877#include <$ac_header> 10880#include <$ac_header>
10878_ACEOF 10881_ACEOF
10879if { (eval echo "$as_me:10879: \"$ac_cpp conftest.$ac_ext\"") >&5 10882if { (eval echo "$as_me:10882: \"$ac_cpp conftest.$ac_ext\"") >&5
10880 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 10883 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10881 ac_status=$? 10884 ac_status=$?
10882 egrep -v '^ *\+' conftest.er1 >conftest.err 10885 egrep -v '^ *\+' conftest.er1 >conftest.err
10883 rm -f conftest.er1 10886 rm -f conftest.er1
10884 cat conftest.err >&5 10887 cat conftest.err >&5
10885 echo "$as_me:10885: \$? = $ac_status" >&5 10888 echo "$as_me:10888: \$? = $ac_status" >&5
10886 (exit $ac_status); } >/dev/null; then 10889 (exit $ac_status); } >/dev/null; then
10887 if test -s conftest.err; then 10890 if test -s conftest.err; then
10888 ac_cpp_err=$ac_c_preproc_warn_flag 10891 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -10901,7 +10904,7 @@ else
10901fi 10904fi
10902rm -f conftest.err conftest.$ac_ext 10905rm -f conftest.err conftest.$ac_ext
10903fi 10906fi
10904echo "$as_me:10904: result: `eval echo '${'$as_ac_Header'}'`" >&5 10907echo "$as_me:10907: result: `eval echo '${'$as_ac_Header'}'`" >&5
10905echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 10908echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10906if test `eval echo '${'$as_ac_Header'}'` = yes; then 10909if test `eval echo '${'$as_ac_Header'}'` = yes; then
10907 cat >>confdefs.h <<EOF 10910 cat >>confdefs.h <<EOF
@@ -10913,23 +10916,23 @@ else
10913for ac_header in kerberosIV/des.h 10916for ac_header in kerberosIV/des.h
10914do 10917do
10915as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 10918as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10916echo "$as_me:10916: checking for $ac_header" >&5 10919echo "$as_me:10919: checking for $ac_header" >&5
10917echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 10920echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10918if eval "test \"\${$as_ac_Header+set}\" = set"; then 10921if eval "test \"\${$as_ac_Header+set}\" = set"; then
10919 echo $ECHO_N "(cached) $ECHO_C" >&6 10922 echo $ECHO_N "(cached) $ECHO_C" >&6
10920else 10923else
10921 cat >conftest.$ac_ext <<_ACEOF 10924 cat >conftest.$ac_ext <<_ACEOF
10922#line 10922 "configure" 10925#line 10925 "configure"
10923#include "confdefs.h" 10926#include "confdefs.h"
10924#include <$ac_header> 10927#include <$ac_header>
10925_ACEOF 10928_ACEOF
10926if { (eval echo "$as_me:10926: \"$ac_cpp conftest.$ac_ext\"") >&5 10929if { (eval echo "$as_me:10929: \"$ac_cpp conftest.$ac_ext\"") >&5
10927 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 10930 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10928 ac_status=$? 10931 ac_status=$?
10929 egrep -v '^ *\+' conftest.er1 >conftest.err 10932 egrep -v '^ *\+' conftest.er1 >conftest.err
10930 rm -f conftest.er1 10933 rm -f conftest.er1
10931 cat conftest.err >&5 10934 cat conftest.err >&5
10932 echo "$as_me:10932: \$? = $ac_status" >&5 10935 echo "$as_me:10935: \$? = $ac_status" >&5
10933 (exit $ac_status); } >/dev/null; then 10936 (exit $ac_status); } >/dev/null; then
10934 if test -s conftest.err; then 10937 if test -s conftest.err; then
10935 ac_cpp_err=$ac_c_preproc_warn_flag 10938 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -10948,7 +10951,7 @@ else
10948fi 10951fi
10949rm -f conftest.err conftest.$ac_ext 10952rm -f conftest.err conftest.$ac_ext
10950fi 10953fi
10951echo "$as_me:10951: result: `eval echo '${'$as_ac_Header'}'`" >&5 10954echo "$as_me:10954: result: `eval echo '${'$as_ac_Header'}'`" >&5
10952echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 10955echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10953if test `eval echo '${'$as_ac_Header'}'` = yes; then 10956if test `eval echo '${'$as_ac_Header'}'` = yes; then
10954 cat >>confdefs.h <<EOF 10957 cat >>confdefs.h <<EOF
@@ -10960,23 +10963,23 @@ else
10960for ac_header in kerberos/des.h 10963for ac_header in kerberos/des.h
10961do 10964do
10962as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 10965as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10963echo "$as_me:10963: checking for $ac_header" >&5 10966echo "$as_me:10966: checking for $ac_header" >&5
10964echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 10967echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10965if eval "test \"\${$as_ac_Header+set}\" = set"; then 10968if eval "test \"\${$as_ac_Header+set}\" = set"; then
10966 echo $ECHO_N "(cached) $ECHO_C" >&6 10969 echo $ECHO_N "(cached) $ECHO_C" >&6
10967else 10970else
10968 cat >conftest.$ac_ext <<_ACEOF 10971 cat >conftest.$ac_ext <<_ACEOF
10969#line 10969 "configure" 10972#line 10972 "configure"
10970#include "confdefs.h" 10973#include "confdefs.h"
10971#include <$ac_header> 10974#include <$ac_header>
10972_ACEOF 10975_ACEOF
10973if { (eval echo "$as_me:10973: \"$ac_cpp conftest.$ac_ext\"") >&5 10976if { (eval echo "$as_me:10976: \"$ac_cpp conftest.$ac_ext\"") >&5
10974 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 10977 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10975 ac_status=$? 10978 ac_status=$?
10976 egrep -v '^ *\+' conftest.er1 >conftest.err 10979 egrep -v '^ *\+' conftest.er1 >conftest.err
10977 rm -f conftest.er1 10980 rm -f conftest.er1
10978 cat conftest.err >&5 10981 cat conftest.err >&5
10979 echo "$as_me:10979: \$? = $ac_status" >&5 10982 echo "$as_me:10982: \$? = $ac_status" >&5
10980 (exit $ac_status); } >/dev/null; then 10983 (exit $ac_status); } >/dev/null; then
10981 if test -s conftest.err; then 10984 if test -s conftest.err; then
10982 ac_cpp_err=$ac_c_preproc_warn_flag 10985 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -10995,7 +10998,7 @@ else
10995fi 10998fi
10996rm -f conftest.err conftest.$ac_ext 10999rm -f conftest.err conftest.$ac_ext
10997fi 11000fi
10998echo "$as_me:10998: result: `eval echo '${'$as_ac_Header'}'`" >&5 11001echo "$as_me:11001: result: `eval echo '${'$as_ac_Header'}'`" >&5
10999echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11002echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11000if test `eval echo '${'$as_ac_Header'}'` = yes; then 11003if test `eval echo '${'$as_ac_Header'}'` = yes; then
11001 cat >>confdefs.h <<EOF 11004 cat >>confdefs.h <<EOF
@@ -11014,23 +11017,23 @@ done
11014for ac_header in krb.h 11017for ac_header in krb.h
11015do 11018do
11016as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 11019as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11017echo "$as_me:11017: checking for $ac_header" >&5 11020echo "$as_me:11020: checking for $ac_header" >&5
11018echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 11021echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11019if eval "test \"\${$as_ac_Header+set}\" = set"; then 11022if eval "test \"\${$as_ac_Header+set}\" = set"; then
11020 echo $ECHO_N "(cached) $ECHO_C" >&6 11023 echo $ECHO_N "(cached) $ECHO_C" >&6
11021else 11024else
11022 cat >conftest.$ac_ext <<_ACEOF 11025 cat >conftest.$ac_ext <<_ACEOF
11023#line 11023 "configure" 11026#line 11026 "configure"
11024#include "confdefs.h" 11027#include "confdefs.h"
11025#include <$ac_header> 11028#include <$ac_header>
11026_ACEOF 11029_ACEOF
11027if { (eval echo "$as_me:11027: \"$ac_cpp conftest.$ac_ext\"") >&5 11030if { (eval echo "$as_me:11030: \"$ac_cpp conftest.$ac_ext\"") >&5
11028 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11031 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11029 ac_status=$? 11032 ac_status=$?
11030 egrep -v '^ *\+' conftest.er1 >conftest.err 11033 egrep -v '^ *\+' conftest.er1 >conftest.err
11031 rm -f conftest.er1 11034 rm -f conftest.er1
11032 cat conftest.err >&5 11035 cat conftest.err >&5
11033 echo "$as_me:11033: \$? = $ac_status" >&5 11036 echo "$as_me:11036: \$? = $ac_status" >&5
11034 (exit $ac_status); } >/dev/null; then 11037 (exit $ac_status); } >/dev/null; then
11035 if test -s conftest.err; then 11038 if test -s conftest.err; then
11036 ac_cpp_err=$ac_c_preproc_warn_flag 11039 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11049,7 +11052,7 @@ else
11049fi 11052fi
11050rm -f conftest.err conftest.$ac_ext 11053rm -f conftest.err conftest.$ac_ext
11051fi 11054fi
11052echo "$as_me:11052: result: `eval echo '${'$as_ac_Header'}'`" >&5 11055echo "$as_me:11055: result: `eval echo '${'$as_ac_Header'}'`" >&5
11053echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11056echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11054if test `eval echo '${'$as_ac_Header'}'` = yes; then 11057if test `eval echo '${'$as_ac_Header'}'` = yes; then
11055 cat >>confdefs.h <<EOF 11058 cat >>confdefs.h <<EOF
@@ -11061,23 +11064,23 @@ else
11061for ac_header in kerberosIV/krb.h 11064for ac_header in kerberosIV/krb.h
11062do 11065do
11063as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 11066as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11064echo "$as_me:11064: checking for $ac_header" >&5 11067echo "$as_me:11067: checking for $ac_header" >&5
11065echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 11068echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11066if eval "test \"\${$as_ac_Header+set}\" = set"; then 11069if eval "test \"\${$as_ac_Header+set}\" = set"; then
11067 echo $ECHO_N "(cached) $ECHO_C" >&6 11070 echo $ECHO_N "(cached) $ECHO_C" >&6
11068else 11071else
11069 cat >conftest.$ac_ext <<_ACEOF 11072 cat >conftest.$ac_ext <<_ACEOF
11070#line 11070 "configure" 11073#line 11073 "configure"
11071#include "confdefs.h" 11074#include "confdefs.h"
11072#include <$ac_header> 11075#include <$ac_header>
11073_ACEOF 11076_ACEOF
11074if { (eval echo "$as_me:11074: \"$ac_cpp conftest.$ac_ext\"") >&5 11077if { (eval echo "$as_me:11077: \"$ac_cpp conftest.$ac_ext\"") >&5
11075 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11078 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11076 ac_status=$? 11079 ac_status=$?
11077 egrep -v '^ *\+' conftest.er1 >conftest.err 11080 egrep -v '^ *\+' conftest.er1 >conftest.err
11078 rm -f conftest.er1 11081 rm -f conftest.er1
11079 cat conftest.err >&5 11082 cat conftest.err >&5
11080 echo "$as_me:11080: \$? = $ac_status" >&5 11083 echo "$as_me:11083: \$? = $ac_status" >&5
11081 (exit $ac_status); } >/dev/null; then 11084 (exit $ac_status); } >/dev/null; then
11082 if test -s conftest.err; then 11085 if test -s conftest.err; then
11083 ac_cpp_err=$ac_c_preproc_warn_flag 11086 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11096,7 +11099,7 @@ else
11096fi 11099fi
11097rm -f conftest.err conftest.$ac_ext 11100rm -f conftest.err conftest.$ac_ext
11098fi 11101fi
11099echo "$as_me:11099: result: `eval echo '${'$as_ac_Header'}'`" >&5 11102echo "$as_me:11102: result: `eval echo '${'$as_ac_Header'}'`" >&5
11100echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11103echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11101if test `eval echo '${'$as_ac_Header'}'` = yes; then 11104if test `eval echo '${'$as_ac_Header'}'` = yes; then
11102 cat >>confdefs.h <<EOF 11105 cat >>confdefs.h <<EOF
@@ -11108,23 +11111,23 @@ else
11108for ac_header in kerberos/krb.h 11111for ac_header in kerberos/krb.h
11109do 11112do
11110as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 11113as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11111echo "$as_me:11111: checking for $ac_header" >&5 11114echo "$as_me:11114: checking for $ac_header" >&5
11112echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 11115echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11113if eval "test \"\${$as_ac_Header+set}\" = set"; then 11116if eval "test \"\${$as_ac_Header+set}\" = set"; then
11114 echo $ECHO_N "(cached) $ECHO_C" >&6 11117 echo $ECHO_N "(cached) $ECHO_C" >&6
11115else 11118else
11116 cat >conftest.$ac_ext <<_ACEOF 11119 cat >conftest.$ac_ext <<_ACEOF
11117#line 11117 "configure" 11120#line 11120 "configure"
11118#include "confdefs.h" 11121#include "confdefs.h"
11119#include <$ac_header> 11122#include <$ac_header>
11120_ACEOF 11123_ACEOF
11121if { (eval echo "$as_me:11121: \"$ac_cpp conftest.$ac_ext\"") >&5 11124if { (eval echo "$as_me:11124: \"$ac_cpp conftest.$ac_ext\"") >&5
11122 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11125 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11123 ac_status=$? 11126 ac_status=$?
11124 egrep -v '^ *\+' conftest.er1 >conftest.err 11127 egrep -v '^ *\+' conftest.er1 >conftest.err
11125 rm -f conftest.er1 11128 rm -f conftest.er1
11126 cat conftest.err >&5 11129 cat conftest.err >&5
11127 echo "$as_me:11127: \$? = $ac_status" >&5 11130 echo "$as_me:11130: \$? = $ac_status" >&5
11128 (exit $ac_status); } >/dev/null; then 11131 (exit $ac_status); } >/dev/null; then
11129 if test -s conftest.err; then 11132 if test -s conftest.err; then
11130 ac_cpp_err=$ac_c_preproc_warn_flag 11133 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11143,7 +11146,7 @@ else
11143fi 11146fi
11144rm -f conftest.err conftest.$ac_ext 11147rm -f conftest.err conftest.$ac_ext
11145fi 11148fi
11146echo "$as_me:11146: result: `eval echo '${'$as_ac_Header'}'`" >&5 11149echo "$as_me:11149: result: `eval echo '${'$as_ac_Header'}'`" >&5
11147echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11150echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11148if test `eval echo '${'$as_ac_Header'}'` = yes; then 11151if test `eval echo '${'$as_ac_Header'}'` = yes; then
11149 cat >>confdefs.h <<EOF 11152 cat >>confdefs.h <<EOF
@@ -11164,23 +11167,23 @@ done
11164for ac_header in com_err.h 11167for ac_header in com_err.h
11165do 11168do
11166as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 11169as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11167echo "$as_me:11167: checking for $ac_header" >&5 11170echo "$as_me:11170: checking for $ac_header" >&5
11168echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 11171echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11169if eval "test \"\${$as_ac_Header+set}\" = set"; then 11172if eval "test \"\${$as_ac_Header+set}\" = set"; then
11170 echo $ECHO_N "(cached) $ECHO_C" >&6 11173 echo $ECHO_N "(cached) $ECHO_C" >&6
11171else 11174else
11172 cat >conftest.$ac_ext <<_ACEOF 11175 cat >conftest.$ac_ext <<_ACEOF
11173#line 11173 "configure" 11176#line 11176 "configure"
11174#include "confdefs.h" 11177#include "confdefs.h"
11175#include <$ac_header> 11178#include <$ac_header>
11176_ACEOF 11179_ACEOF
11177if { (eval echo "$as_me:11177: \"$ac_cpp conftest.$ac_ext\"") >&5 11180if { (eval echo "$as_me:11180: \"$ac_cpp conftest.$ac_ext\"") >&5
11178 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11181 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11179 ac_status=$? 11182 ac_status=$?
11180 egrep -v '^ *\+' conftest.er1 >conftest.err 11183 egrep -v '^ *\+' conftest.er1 >conftest.err
11181 rm -f conftest.er1 11184 rm -f conftest.er1
11182 cat conftest.err >&5 11185 cat conftest.err >&5
11183 echo "$as_me:11183: \$? = $ac_status" >&5 11186 echo "$as_me:11186: \$? = $ac_status" >&5
11184 (exit $ac_status); } >/dev/null; then 11187 (exit $ac_status); } >/dev/null; then
11185 if test -s conftest.err; then 11188 if test -s conftest.err; then
11186 ac_cpp_err=$ac_c_preproc_warn_flag 11189 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11199,7 +11202,7 @@ else
11199fi 11202fi
11200rm -f conftest.err conftest.$ac_ext 11203rm -f conftest.err conftest.$ac_ext
11201fi 11204fi
11202echo "$as_me:11202: result: `eval echo '${'$as_ac_Header'}'`" >&5 11205echo "$as_me:11205: result: `eval echo '${'$as_ac_Header'}'`" >&5
11203echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11206echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11204if test `eval echo '${'$as_ac_Header'}'` = yes; then 11207if test `eval echo '${'$as_ac_Header'}'` = yes; then
11205 cat >>confdefs.h <<EOF 11208 cat >>confdefs.h <<EOF
@@ -11214,7 +11217,7 @@ fi
11214# Solaris requires -lintl if you want strerror (which calls dgettext) 11217# Solaris requires -lintl if you want strerror (which calls dgettext)
11215# to return localized messages. 11218# to return localized messages.
11216 11219
11217echo "$as_me:11217: checking for dgettext in -lintl" >&5 11220echo "$as_me:11220: checking for dgettext in -lintl" >&5
11218echo $ECHO_N "checking for dgettext in -lintl... $ECHO_C" >&6 11221echo $ECHO_N "checking for dgettext in -lintl... $ECHO_C" >&6
11219if test "${ac_cv_lib_intl_dgettext+set}" = set; then 11222if test "${ac_cv_lib_intl_dgettext+set}" = set; then
11220 echo $ECHO_N "(cached) $ECHO_C" >&6 11223 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11222,7 +11225,7 @@ else
11222 ac_check_lib_save_LIBS=$LIBS 11225 ac_check_lib_save_LIBS=$LIBS
11223LIBS="-lintl $LIBS" 11226LIBS="-lintl $LIBS"
11224cat >conftest.$ac_ext <<_ACEOF 11227cat >conftest.$ac_ext <<_ACEOF
11225#line 11225 "configure" 11228#line 11228 "configure"
11226#include "confdefs.h" 11229#include "confdefs.h"
11227 11230
11228/* Override any gcc2 internal prototype to avoid an error. */ 11231/* Override any gcc2 internal prototype to avoid an error. */
@@ -11241,16 +11244,16 @@ dgettext ();
11241} 11244}
11242_ACEOF 11245_ACEOF
11243rm -f conftest.$ac_objext conftest$ac_exeext 11246rm -f conftest.$ac_objext conftest$ac_exeext
11244if { (eval echo "$as_me:11244: \"$ac_link\"") >&5 11247if { (eval echo "$as_me:11247: \"$ac_link\"") >&5
11245 (eval $ac_link) 2>&5 11248 (eval $ac_link) 2>&5
11246 ac_status=$? 11249 ac_status=$?
11247 echo "$as_me:11247: \$? = $ac_status" >&5 11250 echo "$as_me:11250: \$? = $ac_status" >&5
11248 (exit $ac_status); } && 11251 (exit $ac_status); } &&
11249 { ac_try='test -s conftest$ac_exeext' 11252 { ac_try='test -s conftest$ac_exeext'
11250 { (eval echo "$as_me:11250: \"$ac_try\"") >&5 11253 { (eval echo "$as_me:11253: \"$ac_try\"") >&5
11251 (eval $ac_try) 2>&5 11254 (eval $ac_try) 2>&5
11252 ac_status=$? 11255 ac_status=$?
11253 echo "$as_me:11253: \$? = $ac_status" >&5 11256 echo "$as_me:11256: \$? = $ac_status" >&5
11254 (exit $ac_status); }; }; then 11257 (exit $ac_status); }; }; then
11255 ac_cv_lib_intl_dgettext=yes 11258 ac_cv_lib_intl_dgettext=yes
11256else 11259else
@@ -11261,7 +11264,7 @@ fi
11261rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11264rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11262LIBS=$ac_check_lib_save_LIBS 11265LIBS=$ac_check_lib_save_LIBS
11263fi 11266fi
11264echo "$as_me:11264: result: $ac_cv_lib_intl_dgettext" >&5 11267echo "$as_me:11267: result: $ac_cv_lib_intl_dgettext" >&5
11265echo "${ECHO_T}$ac_cv_lib_intl_dgettext" >&6 11268echo "${ECHO_T}$ac_cv_lib_intl_dgettext" >&6
11266if test $ac_cv_lib_intl_dgettext = yes; then 11269if test $ac_cv_lib_intl_dgettext = yes; then
11267 cat >>confdefs.h <<EOF 11270 cat >>confdefs.h <<EOF
@@ -11272,7 +11275,7 @@ EOF
11272 11275
11273fi 11276fi
11274 11277
11275echo "$as_me:11275: checking whether localtime caches TZ" >&5 11278echo "$as_me:11278: checking whether localtime caches TZ" >&5
11276echo $ECHO_N "checking whether localtime caches TZ... $ECHO_C" >&6 11279echo $ECHO_N "checking whether localtime caches TZ... $ECHO_C" >&6
11277if test "${emacs_cv_localtime_cache+set}" = set; then 11280if test "${emacs_cv_localtime_cache+set}" = set; then
11278 echo $ECHO_N "(cached) $ECHO_C" >&6 11281 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11283,7 +11286,7 @@ if test "$cross_compiling" = yes; then
11283emacs_cv_localtime_cache=yes 11286emacs_cv_localtime_cache=yes
11284else 11287else
11285 cat >conftest.$ac_ext <<_ACEOF 11288 cat >conftest.$ac_ext <<_ACEOF
11286#line 11286 "configure" 11289#line 11289 "configure"
11287#include "confdefs.h" 11290#include "confdefs.h"
11288#include <time.h> 11291#include <time.h>
11289extern char **environ; 11292extern char **environ;
@@ -11316,15 +11319,15 @@ main()
11316} 11319}
11317_ACEOF 11320_ACEOF
11318rm -f conftest$ac_exeext 11321rm -f conftest$ac_exeext
11319if { (eval echo "$as_me:11319: \"$ac_link\"") >&5 11322if { (eval echo "$as_me:11322: \"$ac_link\"") >&5
11320 (eval $ac_link) 2>&5 11323 (eval $ac_link) 2>&5
11321 ac_status=$? 11324 ac_status=$?
11322 echo "$as_me:11322: \$? = $ac_status" >&5 11325 echo "$as_me:11325: \$? = $ac_status" >&5
11323 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 11326 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11324 { (eval echo "$as_me:11324: \"$ac_try\"") >&5 11327 { (eval echo "$as_me:11327: \"$ac_try\"") >&5
11325 (eval $ac_try) 2>&5 11328 (eval $ac_try) 2>&5
11326 ac_status=$? 11329 ac_status=$?
11327 echo "$as_me:11327: \$? = $ac_status" >&5 11330 echo "$as_me:11330: \$? = $ac_status" >&5
11328 (exit $ac_status); }; }; then 11331 (exit $ac_status); }; }; then
11329 emacs_cv_localtime_cache=no 11332 emacs_cv_localtime_cache=no
11330else 11333else
@@ -11341,7 +11344,7 @@ else
11341 emacs_cv_localtime_cache=no 11344 emacs_cv_localtime_cache=no
11342fi 11345fi
11343fi 11346fi
11344echo "$as_me:11344: result: $emacs_cv_localtime_cache" >&5 11347echo "$as_me:11347: result: $emacs_cv_localtime_cache" >&5
11345echo "${ECHO_T}$emacs_cv_localtime_cache" >&6 11348echo "${ECHO_T}$emacs_cv_localtime_cache" >&6
11346if test $emacs_cv_localtime_cache = yes; then 11349if test $emacs_cv_localtime_cache = yes; then
11347 cat >>confdefs.h <<\EOF 11350 cat >>confdefs.h <<\EOF
@@ -11355,13 +11358,13 @@ if test "x$HAVE_TIMEVAL" = xyes; then
11355for ac_func in gettimeofday 11358for ac_func in gettimeofday
11356do 11359do
11357as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 11360as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
11358echo "$as_me:11358: checking for $ac_func" >&5 11361echo "$as_me:11361: checking for $ac_func" >&5
11359echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 11362echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
11360if eval "test \"\${$as_ac_var+set}\" = set"; then 11363if eval "test \"\${$as_ac_var+set}\" = set"; then
11361 echo $ECHO_N "(cached) $ECHO_C" >&6 11364 echo $ECHO_N "(cached) $ECHO_C" >&6
11362else 11365else
11363 cat >conftest.$ac_ext <<_ACEOF 11366 cat >conftest.$ac_ext <<_ACEOF
11364#line 11364 "configure" 11367#line 11367 "configure"
11365#include "confdefs.h" 11368#include "confdefs.h"
11366/* System header to define __stub macros and hopefully few prototypes, 11369/* System header to define __stub macros and hopefully few prototypes,
11367 which can conflict with char $ac_func (); below. */ 11370 which can conflict with char $ac_func (); below. */
@@ -11392,16 +11395,16 @@ f = $ac_func;
11392} 11395}
11393_ACEOF 11396_ACEOF
11394rm -f conftest.$ac_objext conftest$ac_exeext 11397rm -f conftest.$ac_objext conftest$ac_exeext
11395if { (eval echo "$as_me:11395: \"$ac_link\"") >&5 11398if { (eval echo "$as_me:11398: \"$ac_link\"") >&5
11396 (eval $ac_link) 2>&5 11399 (eval $ac_link) 2>&5
11397 ac_status=$? 11400 ac_status=$?
11398 echo "$as_me:11398: \$? = $ac_status" >&5 11401 echo "$as_me:11401: \$? = $ac_status" >&5
11399 (exit $ac_status); } && 11402 (exit $ac_status); } &&
11400 { ac_try='test -s conftest$ac_exeext' 11403 { ac_try='test -s conftest$ac_exeext'
11401 { (eval echo "$as_me:11401: \"$ac_try\"") >&5 11404 { (eval echo "$as_me:11404: \"$ac_try\"") >&5
11402 (eval $ac_try) 2>&5 11405 (eval $ac_try) 2>&5
11403 ac_status=$? 11406 ac_status=$?
11404 echo "$as_me:11404: \$? = $ac_status" >&5 11407 echo "$as_me:11407: \$? = $ac_status" >&5
11405 (exit $ac_status); }; }; then 11408 (exit $ac_status); }; }; then
11406 eval "$as_ac_var=yes" 11409 eval "$as_ac_var=yes"
11407else 11410else
@@ -11411,7 +11414,7 @@ eval "$as_ac_var=no"
11411fi 11414fi
11412rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11415rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11413fi 11416fi
11414echo "$as_me:11414: result: `eval echo '${'$as_ac_var'}'`" >&5 11417echo "$as_me:11417: result: `eval echo '${'$as_ac_var'}'`" >&5
11415echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 11418echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
11416if test `eval echo '${'$as_ac_var'}'` = yes; then 11419if test `eval echo '${'$as_ac_var'}'` = yes; then
11417 cat >>confdefs.h <<EOF 11420 cat >>confdefs.h <<EOF
@@ -11421,13 +11424,13 @@ EOF
11421fi 11424fi
11422done 11425done
11423 11426
11424 echo "$as_me:11424: checking whether gettimeofday can accept two arguments" >&5 11427 echo "$as_me:11427: checking whether gettimeofday can accept two arguments" >&5
11425echo $ECHO_N "checking whether gettimeofday can accept two arguments... $ECHO_C" >&6 11428echo $ECHO_N "checking whether gettimeofday can accept two arguments... $ECHO_C" >&6
11426if test "${emacs_cv_gettimeofday_two_arguments+set}" = set; then 11429if test "${emacs_cv_gettimeofday_two_arguments+set}" = set; then
11427 echo $ECHO_N "(cached) $ECHO_C" >&6 11430 echo $ECHO_N "(cached) $ECHO_C" >&6
11428else 11431else
11429 cat >conftest.$ac_ext <<_ACEOF 11432 cat >conftest.$ac_ext <<_ACEOF
11430#line 11430 "configure" 11433#line 11433 "configure"
11431#include "confdefs.h" 11434#include "confdefs.h"
11432 11435
11433#ifdef TIME_WITH_SYS_TIME 11436#ifdef TIME_WITH_SYS_TIME
@@ -11450,16 +11453,16 @@ struct timeval time;
11450} 11453}
11451_ACEOF 11454_ACEOF
11452rm -f conftest.$ac_objext 11455rm -f conftest.$ac_objext
11453if { (eval echo "$as_me:11453: \"$ac_compile\"") >&5 11456if { (eval echo "$as_me:11456: \"$ac_compile\"") >&5
11454 (eval $ac_compile) 2>&5 11457 (eval $ac_compile) 2>&5
11455 ac_status=$? 11458 ac_status=$?
11456 echo "$as_me:11456: \$? = $ac_status" >&5 11459 echo "$as_me:11459: \$? = $ac_status" >&5
11457 (exit $ac_status); } && 11460 (exit $ac_status); } &&
11458 { ac_try='test -s conftest.$ac_objext' 11461 { ac_try='test -s conftest.$ac_objext'
11459 { (eval echo "$as_me:11459: \"$ac_try\"") >&5 11462 { (eval echo "$as_me:11462: \"$ac_try\"") >&5
11460 (eval $ac_try) 2>&5 11463 (eval $ac_try) 2>&5
11461 ac_status=$? 11464 ac_status=$?
11462 echo "$as_me:11462: \$? = $ac_status" >&5 11465 echo "$as_me:11465: \$? = $ac_status" >&5
11463 (exit $ac_status); }; }; then 11466 (exit $ac_status); }; }; then
11464 emacs_cv_gettimeofday_two_arguments=yes 11467 emacs_cv_gettimeofday_two_arguments=yes
11465else 11468else
@@ -11469,7 +11472,7 @@ emacs_cv_gettimeofday_two_arguments=no
11469fi 11472fi
11470rm -f conftest.$ac_objext conftest.$ac_ext 11473rm -f conftest.$ac_objext conftest.$ac_ext
11471fi 11474fi
11472echo "$as_me:11472: result: $emacs_cv_gettimeofday_two_arguments" >&5 11475echo "$as_me:11475: result: $emacs_cv_gettimeofday_two_arguments" >&5
11473echo "${ECHO_T}$emacs_cv_gettimeofday_two_arguments" >&6 11476echo "${ECHO_T}$emacs_cv_gettimeofday_two_arguments" >&6
11474 if test $emacs_cv_gettimeofday_two_arguments = no; then 11477 if test $emacs_cv_gettimeofday_two_arguments = no; then
11475 cat >>confdefs.h <<\EOF 11478 cat >>confdefs.h <<\EOF
@@ -11480,13 +11483,13 @@ EOF
11480fi 11483fi
11481 11484
11482if test "$ac_cv_func_gettimeofday" = yes; then 11485if test "$ac_cv_func_gettimeofday" = yes; then
11483 echo "$as_me:11483: checking for struct timezone" >&5 11486 echo "$as_me:11486: checking for struct timezone" >&5
11484echo $ECHO_N "checking for struct timezone... $ECHO_C" >&6 11487echo $ECHO_N "checking for struct timezone... $ECHO_C" >&6
11485if test "${emacs_cv_struct_timezone+set}" = set; then 11488if test "${emacs_cv_struct_timezone+set}" = set; then
11486 echo $ECHO_N "(cached) $ECHO_C" >&6 11489 echo $ECHO_N "(cached) $ECHO_C" >&6
11487else 11490else
11488 cat >conftest.$ac_ext <<_ACEOF 11491 cat >conftest.$ac_ext <<_ACEOF
11489#line 11489 "configure" 11492#line 11492 "configure"
11490#include "confdefs.h" 11493#include "confdefs.h"
11491#include <sys/time.h> 11494#include <sys/time.h>
11492int 11495int
@@ -11498,22 +11501,22 @@ struct timezone tz;
11498} 11501}
11499_ACEOF 11502_ACEOF
11500rm -f conftest.$ac_objext 11503rm -f conftest.$ac_objext
11501if { (eval echo "$as_me:11501: \"$ac_compile\"") >&5 11504if { (eval echo "$as_me:11504: \"$ac_compile\"") >&5
11502 (eval $ac_compile) 2>&5 11505 (eval $ac_compile) 2>&5
11503 ac_status=$? 11506 ac_status=$?
11504 echo "$as_me:11504: \$? = $ac_status" >&5 11507 echo "$as_me:11507: \$? = $ac_status" >&5
11505 (exit $ac_status); } && 11508 (exit $ac_status); } &&
11506 { ac_try='test -s conftest.$ac_objext' 11509 { ac_try='test -s conftest.$ac_objext'
11507 { (eval echo "$as_me:11507: \"$ac_try\"") >&5 11510 { (eval echo "$as_me:11510: \"$ac_try\"") >&5
11508 (eval $ac_try) 2>&5 11511 (eval $ac_try) 2>&5
11509 ac_status=$? 11512 ac_status=$?
11510 echo "$as_me:11510: \$? = $ac_status" >&5 11513 echo "$as_me:11513: \$? = $ac_status" >&5
11511 (exit $ac_status); }; }; then 11514 (exit $ac_status); }; }; then
11512 if test "$cross_compiling" = yes; then 11515 if test "$cross_compiling" = yes; then
11513 emacs_cv_struct_timezone=yes 11516 emacs_cv_struct_timezone=yes
11514else 11517else
11515 cat >conftest.$ac_ext <<_ACEOF 11518 cat >conftest.$ac_ext <<_ACEOF
11516#line 11516 "configure" 11519#line 11519 "configure"
11517#include "confdefs.h" 11520#include "confdefs.h"
11518 11521
11519#ifdef TIME_WITH_SYS_TIME 11522#ifdef TIME_WITH_SYS_TIME
@@ -11533,15 +11536,15 @@ main () {
11533} 11536}
11534_ACEOF 11537_ACEOF
11535rm -f conftest$ac_exeext 11538rm -f conftest$ac_exeext
11536if { (eval echo "$as_me:11536: \"$ac_link\"") >&5 11539if { (eval echo "$as_me:11539: \"$ac_link\"") >&5
11537 (eval $ac_link) 2>&5 11540 (eval $ac_link) 2>&5
11538 ac_status=$? 11541 ac_status=$?
11539 echo "$as_me:11539: \$? = $ac_status" >&5 11542 echo "$as_me:11542: \$? = $ac_status" >&5
11540 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 11543 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11541 { (eval echo "$as_me:11541: \"$ac_try\"") >&5 11544 { (eval echo "$as_me:11544: \"$ac_try\"") >&5
11542 (eval $ac_try) 2>&5 11545 (eval $ac_try) 2>&5
11543 ac_status=$? 11546 ac_status=$?
11544 echo "$as_me:11544: \$? = $ac_status" >&5 11547 echo "$as_me:11547: \$? = $ac_status" >&5
11545 (exit $ac_status); }; }; then 11548 (exit $ac_status); }; }; then
11546 emacs_cv_struct_timezone=yes 11549 emacs_cv_struct_timezone=yes
11547else 11550else
@@ -11559,18 +11562,18 @@ emacs_cv_struct_timezone=no
11559fi 11562fi
11560rm -f conftest.$ac_objext conftest.$ac_ext 11563rm -f conftest.$ac_objext conftest.$ac_ext
11561fi 11564fi
11562echo "$as_me:11562: result: $emacs_cv_struct_timezone" >&5 11565echo "$as_me:11565: result: $emacs_cv_struct_timezone" >&5
11563echo "${ECHO_T}$emacs_cv_struct_timezone" >&6 11566echo "${ECHO_T}$emacs_cv_struct_timezone" >&6
11564fi 11567fi
11565 11568
11566ok_so_far=yes 11569ok_so_far=yes
11567echo "$as_me:11567: checking for socket" >&5 11570echo "$as_me:11570: checking for socket" >&5
11568echo $ECHO_N "checking for socket... $ECHO_C" >&6 11571echo $ECHO_N "checking for socket... $ECHO_C" >&6
11569if test "${ac_cv_func_socket+set}" = set; then 11572if test "${ac_cv_func_socket+set}" = set; then
11570 echo $ECHO_N "(cached) $ECHO_C" >&6 11573 echo $ECHO_N "(cached) $ECHO_C" >&6
11571else 11574else
11572 cat >conftest.$ac_ext <<_ACEOF 11575 cat >conftest.$ac_ext <<_ACEOF
11573#line 11573 "configure" 11576#line 11576 "configure"
11574#include "confdefs.h" 11577#include "confdefs.h"
11575/* System header to define __stub macros and hopefully few prototypes, 11578/* System header to define __stub macros and hopefully few prototypes,
11576 which can conflict with char socket (); below. */ 11579 which can conflict with char socket (); below. */
@@ -11601,16 +11604,16 @@ f = socket;
11601} 11604}
11602_ACEOF 11605_ACEOF
11603rm -f conftest.$ac_objext conftest$ac_exeext 11606rm -f conftest.$ac_objext conftest$ac_exeext
11604if { (eval echo "$as_me:11604: \"$ac_link\"") >&5 11607if { (eval echo "$as_me:11607: \"$ac_link\"") >&5
11605 (eval $ac_link) 2>&5 11608 (eval $ac_link) 2>&5
11606 ac_status=$? 11609 ac_status=$?
11607 echo "$as_me:11607: \$? = $ac_status" >&5 11610 echo "$as_me:11610: \$? = $ac_status" >&5
11608 (exit $ac_status); } && 11611 (exit $ac_status); } &&
11609 { ac_try='test -s conftest$ac_exeext' 11612 { ac_try='test -s conftest$ac_exeext'
11610 { (eval echo "$as_me:11610: \"$ac_try\"") >&5 11613 { (eval echo "$as_me:11613: \"$ac_try\"") >&5
11611 (eval $ac_try) 2>&5 11614 (eval $ac_try) 2>&5
11612 ac_status=$? 11615 ac_status=$?
11613 echo "$as_me:11613: \$? = $ac_status" >&5 11616 echo "$as_me:11616: \$? = $ac_status" >&5
11614 (exit $ac_status); }; }; then 11617 (exit $ac_status); }; }; then
11615 ac_cv_func_socket=yes 11618 ac_cv_func_socket=yes
11616else 11619else
@@ -11620,7 +11623,7 @@ ac_cv_func_socket=no
11620fi 11623fi
11621rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11624rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11622fi 11625fi
11623echo "$as_me:11623: result: $ac_cv_func_socket" >&5 11626echo "$as_me:11626: result: $ac_cv_func_socket" >&5
11624echo "${ECHO_T}$ac_cv_func_socket" >&6 11627echo "${ECHO_T}$ac_cv_func_socket" >&6
11625if test $ac_cv_func_socket = yes; then 11628if test $ac_cv_func_socket = yes; then
11626 : 11629 :
@@ -11629,23 +11632,23 @@ else
11629fi 11632fi
11630 11633
11631if test $ok_so_far = yes; then 11634if test $ok_so_far = yes; then
11632 echo "$as_me:11632: checking for netinet/in.h" >&5 11635 echo "$as_me:11635: checking for netinet/in.h" >&5
11633echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6 11636echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6
11634if test "${ac_cv_header_netinet_in_h+set}" = set; then 11637if test "${ac_cv_header_netinet_in_h+set}" = set; then
11635 echo $ECHO_N "(cached) $ECHO_C" >&6 11638 echo $ECHO_N "(cached) $ECHO_C" >&6
11636else 11639else
11637 cat >conftest.$ac_ext <<_ACEOF 11640 cat >conftest.$ac_ext <<_ACEOF
11638#line 11638 "configure" 11641#line 11641 "configure"
11639#include "confdefs.h" 11642#include "confdefs.h"
11640#include <netinet/in.h> 11643#include <netinet/in.h>
11641_ACEOF 11644_ACEOF
11642if { (eval echo "$as_me:11642: \"$ac_cpp conftest.$ac_ext\"") >&5 11645if { (eval echo "$as_me:11645: \"$ac_cpp conftest.$ac_ext\"") >&5
11643 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11646 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11644 ac_status=$? 11647 ac_status=$?
11645 egrep -v '^ *\+' conftest.er1 >conftest.err 11648 egrep -v '^ *\+' conftest.er1 >conftest.err
11646 rm -f conftest.er1 11649 rm -f conftest.er1
11647 cat conftest.err >&5 11650 cat conftest.err >&5
11648 echo "$as_me:11648: \$? = $ac_status" >&5 11651 echo "$as_me:11651: \$? = $ac_status" >&5
11649 (exit $ac_status); } >/dev/null; then 11652 (exit $ac_status); } >/dev/null; then
11650 if test -s conftest.err; then 11653 if test -s conftest.err; then
11651 ac_cpp_err=$ac_c_preproc_warn_flag 11654 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11664,7 +11667,7 @@ else
11664fi 11667fi
11665rm -f conftest.err conftest.$ac_ext 11668rm -f conftest.err conftest.$ac_ext
11666fi 11669fi
11667echo "$as_me:11667: result: $ac_cv_header_netinet_in_h" >&5 11670echo "$as_me:11670: result: $ac_cv_header_netinet_in_h" >&5
11668echo "${ECHO_T}$ac_cv_header_netinet_in_h" >&6 11671echo "${ECHO_T}$ac_cv_header_netinet_in_h" >&6
11669if test $ac_cv_header_netinet_in_h = yes; then 11672if test $ac_cv_header_netinet_in_h = yes; then
11670 : 11673 :
@@ -11674,23 +11677,23 @@ fi
11674 11677
11675fi 11678fi
11676if test $ok_so_far = yes; then 11679if test $ok_so_far = yes; then
11677 echo "$as_me:11677: checking for arpa/inet.h" >&5 11680 echo "$as_me:11680: checking for arpa/inet.h" >&5
11678echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6 11681echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6
11679if test "${ac_cv_header_arpa_inet_h+set}" = set; then 11682if test "${ac_cv_header_arpa_inet_h+set}" = set; then
11680 echo $ECHO_N "(cached) $ECHO_C" >&6 11683 echo $ECHO_N "(cached) $ECHO_C" >&6
11681else 11684else
11682 cat >conftest.$ac_ext <<_ACEOF 11685 cat >conftest.$ac_ext <<_ACEOF
11683#line 11683 "configure" 11686#line 11686 "configure"
11684#include "confdefs.h" 11687#include "confdefs.h"
11685#include <arpa/inet.h> 11688#include <arpa/inet.h>
11686_ACEOF 11689_ACEOF
11687if { (eval echo "$as_me:11687: \"$ac_cpp conftest.$ac_ext\"") >&5 11690if { (eval echo "$as_me:11690: \"$ac_cpp conftest.$ac_ext\"") >&5
11688 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11691 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11689 ac_status=$? 11692 ac_status=$?
11690 egrep -v '^ *\+' conftest.er1 >conftest.err 11693 egrep -v '^ *\+' conftest.er1 >conftest.err
11691 rm -f conftest.er1 11694 rm -f conftest.er1
11692 cat conftest.err >&5 11695 cat conftest.err >&5
11693 echo "$as_me:11693: \$? = $ac_status" >&5 11696 echo "$as_me:11696: \$? = $ac_status" >&5
11694 (exit $ac_status); } >/dev/null; then 11697 (exit $ac_status); } >/dev/null; then
11695 if test -s conftest.err; then 11698 if test -s conftest.err; then
11696 ac_cpp_err=$ac_c_preproc_warn_flag 11699 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11709,7 +11712,7 @@ else
11709fi 11712fi
11710rm -f conftest.err conftest.$ac_ext 11713rm -f conftest.err conftest.$ac_ext
11711fi 11714fi
11712echo "$as_me:11712: result: $ac_cv_header_arpa_inet_h" >&5 11715echo "$as_me:11715: result: $ac_cv_header_arpa_inet_h" >&5
11713echo "${ECHO_T}$ac_cv_header_arpa_inet_h" >&6 11716echo "${ECHO_T}$ac_cv_header_arpa_inet_h" >&6
11714if test $ac_cv_header_arpa_inet_h = yes; then 11717if test $ac_cv_header_arpa_inet_h = yes; then
11715 : 11718 :
@@ -11732,27 +11735,27 @@ EOF
11732 11735
11733fi 11736fi
11734 11737
11735echo "$as_me:11735: checking whether system supports dynamic ptys" >&5 11738echo "$as_me:11738: checking whether system supports dynamic ptys" >&5
11736echo $ECHO_N "checking whether system supports dynamic ptys... $ECHO_C" >&6 11739echo $ECHO_N "checking whether system supports dynamic ptys... $ECHO_C" >&6
11737if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then 11740if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then
11738 echo "$as_me:11738: result: yes" >&5 11741 echo "$as_me:11741: result: yes" >&5
11739echo "${ECHO_T}yes" >&6 11742echo "${ECHO_T}yes" >&6
11740 cat >>confdefs.h <<\EOF 11743 cat >>confdefs.h <<\EOF
11741#define HAVE_DEV_PTMX 1 11744#define HAVE_DEV_PTMX 1
11742EOF 11745EOF
11743 11746
11744else 11747else
11745 echo "$as_me:11745: result: no" >&5 11748 echo "$as_me:11748: result: no" >&5
11746echo "${ECHO_T}no" >&6 11749echo "${ECHO_T}no" >&6
11747fi 11750fi
11748 11751
11749echo "$as_me:11749: checking for pid_t" >&5 11752echo "$as_me:11752: checking for pid_t" >&5
11750echo $ECHO_N "checking for pid_t... $ECHO_C" >&6 11753echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
11751if test "${ac_cv_type_pid_t+set}" = set; then 11754if test "${ac_cv_type_pid_t+set}" = set; then
11752 echo $ECHO_N "(cached) $ECHO_C" >&6 11755 echo $ECHO_N "(cached) $ECHO_C" >&6
11753else 11756else
11754 cat >conftest.$ac_ext <<_ACEOF 11757 cat >conftest.$ac_ext <<_ACEOF
11755#line 11755 "configure" 11758#line 11758 "configure"
11756#include "confdefs.h" 11759#include "confdefs.h"
11757$ac_includes_default 11760$ac_includes_default
11758int 11761int
@@ -11767,16 +11770,16 @@ if (sizeof (pid_t))
11767} 11770}
11768_ACEOF 11771_ACEOF
11769rm -f conftest.$ac_objext 11772rm -f conftest.$ac_objext
11770if { (eval echo "$as_me:11770: \"$ac_compile\"") >&5 11773if { (eval echo "$as_me:11773: \"$ac_compile\"") >&5
11771 (eval $ac_compile) 2>&5 11774 (eval $ac_compile) 2>&5
11772 ac_status=$? 11775 ac_status=$?
11773 echo "$as_me:11773: \$? = $ac_status" >&5 11776 echo "$as_me:11776: \$? = $ac_status" >&5
11774 (exit $ac_status); } && 11777 (exit $ac_status); } &&
11775 { ac_try='test -s conftest.$ac_objext' 11778 { ac_try='test -s conftest.$ac_objext'
11776 { (eval echo "$as_me:11776: \"$ac_try\"") >&5 11779 { (eval echo "$as_me:11779: \"$ac_try\"") >&5
11777 (eval $ac_try) 2>&5 11780 (eval $ac_try) 2>&5
11778 ac_status=$? 11781 ac_status=$?
11779 echo "$as_me:11779: \$? = $ac_status" >&5 11782 echo "$as_me:11782: \$? = $ac_status" >&5
11780 (exit $ac_status); }; }; then 11783 (exit $ac_status); }; }; then
11781 ac_cv_type_pid_t=yes 11784 ac_cv_type_pid_t=yes
11782else 11785else
@@ -11786,7 +11789,7 @@ ac_cv_type_pid_t=no
11786fi 11789fi
11787rm -f conftest.$ac_objext conftest.$ac_ext 11790rm -f conftest.$ac_objext conftest.$ac_ext
11788fi 11791fi
11789echo "$as_me:11789: result: $ac_cv_type_pid_t" >&5 11792echo "$as_me:11792: result: $ac_cv_type_pid_t" >&5
11790echo "${ECHO_T}$ac_cv_type_pid_t" >&6 11793echo "${ECHO_T}$ac_cv_type_pid_t" >&6
11791if test $ac_cv_type_pid_t = yes; then 11794if test $ac_cv_type_pid_t = yes; then
11792 : 11795 :
@@ -11801,23 +11804,23 @@ fi
11801for ac_header in unistd.h vfork.h 11804for ac_header in unistd.h vfork.h
11802do 11805do
11803as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 11806as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11804echo "$as_me:11804: checking for $ac_header" >&5 11807echo "$as_me:11807: checking for $ac_header" >&5
11805echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 11808echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11806if eval "test \"\${$as_ac_Header+set}\" = set"; then 11809if eval "test \"\${$as_ac_Header+set}\" = set"; then
11807 echo $ECHO_N "(cached) $ECHO_C" >&6 11810 echo $ECHO_N "(cached) $ECHO_C" >&6
11808else 11811else
11809 cat >conftest.$ac_ext <<_ACEOF 11812 cat >conftest.$ac_ext <<_ACEOF
11810#line 11810 "configure" 11813#line 11813 "configure"
11811#include "confdefs.h" 11814#include "confdefs.h"
11812#include <$ac_header> 11815#include <$ac_header>
11813_ACEOF 11816_ACEOF
11814if { (eval echo "$as_me:11814: \"$ac_cpp conftest.$ac_ext\"") >&5 11817if { (eval echo "$as_me:11817: \"$ac_cpp conftest.$ac_ext\"") >&5
11815 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11818 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11816 ac_status=$? 11819 ac_status=$?
11817 egrep -v '^ *\+' conftest.er1 >conftest.err 11820 egrep -v '^ *\+' conftest.er1 >conftest.err
11818 rm -f conftest.er1 11821 rm -f conftest.er1
11819 cat conftest.err >&5 11822 cat conftest.err >&5
11820 echo "$as_me:11820: \$? = $ac_status" >&5 11823 echo "$as_me:11823: \$? = $ac_status" >&5
11821 (exit $ac_status); } >/dev/null; then 11824 (exit $ac_status); } >/dev/null; then
11822 if test -s conftest.err; then 11825 if test -s conftest.err; then
11823 ac_cpp_err=$ac_c_preproc_warn_flag 11826 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11836,7 +11839,7 @@ else
11836fi 11839fi
11837rm -f conftest.err conftest.$ac_ext 11840rm -f conftest.err conftest.$ac_ext
11838fi 11841fi
11839echo "$as_me:11839: result: `eval echo '${'$as_ac_Header'}'`" >&5 11842echo "$as_me:11842: result: `eval echo '${'$as_ac_Header'}'`" >&5
11840echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11843echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11841if test `eval echo '${'$as_ac_Header'}'` = yes; then 11844if test `eval echo '${'$as_ac_Header'}'` = yes; then
11842 cat >>confdefs.h <<EOF 11845 cat >>confdefs.h <<EOF
@@ -11849,13 +11852,13 @@ done
11849for ac_func in fork vfork 11852for ac_func in fork vfork
11850do 11853do
11851as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 11854as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
11852echo "$as_me:11852: checking for $ac_func" >&5 11855echo "$as_me:11855: checking for $ac_func" >&5
11853echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 11856echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
11854if eval "test \"\${$as_ac_var+set}\" = set"; then 11857if eval "test \"\${$as_ac_var+set}\" = set"; then
11855 echo $ECHO_N "(cached) $ECHO_C" >&6 11858 echo $ECHO_N "(cached) $ECHO_C" >&6
11856else 11859else
11857 cat >conftest.$ac_ext <<_ACEOF 11860 cat >conftest.$ac_ext <<_ACEOF
11858#line 11858 "configure" 11861#line 11861 "configure"
11859#include "confdefs.h" 11862#include "confdefs.h"
11860/* System header to define __stub macros and hopefully few prototypes, 11863/* System header to define __stub macros and hopefully few prototypes,
11861 which can conflict with char $ac_func (); below. */ 11864 which can conflict with char $ac_func (); below. */
@@ -11886,16 +11889,16 @@ f = $ac_func;
11886} 11889}
11887_ACEOF 11890_ACEOF
11888rm -f conftest.$ac_objext conftest$ac_exeext 11891rm -f conftest.$ac_objext conftest$ac_exeext
11889if { (eval echo "$as_me:11889: \"$ac_link\"") >&5 11892if { (eval echo "$as_me:11892: \"$ac_link\"") >&5
11890 (eval $ac_link) 2>&5 11893 (eval $ac_link) 2>&5
11891 ac_status=$? 11894 ac_status=$?
11892 echo "$as_me:11892: \$? = $ac_status" >&5 11895 echo "$as_me:11895: \$? = $ac_status" >&5
11893 (exit $ac_status); } && 11896 (exit $ac_status); } &&
11894 { ac_try='test -s conftest$ac_exeext' 11897 { ac_try='test -s conftest$ac_exeext'
11895 { (eval echo "$as_me:11895: \"$ac_try\"") >&5 11898 { (eval echo "$as_me:11898: \"$ac_try\"") >&5
11896 (eval $ac_try) 2>&5 11899 (eval $ac_try) 2>&5
11897 ac_status=$? 11900 ac_status=$?
11898 echo "$as_me:11898: \$? = $ac_status" >&5 11901 echo "$as_me:11901: \$? = $ac_status" >&5
11899 (exit $ac_status); }; }; then 11902 (exit $ac_status); }; }; then
11900 eval "$as_ac_var=yes" 11903 eval "$as_ac_var=yes"
11901else 11904else
@@ -11905,7 +11908,7 @@ eval "$as_ac_var=no"
11905fi 11908fi
11906rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11909rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11907fi 11910fi
11908echo "$as_me:11908: result: `eval echo '${'$as_ac_var'}'`" >&5 11911echo "$as_me:11911: result: `eval echo '${'$as_ac_var'}'`" >&5
11909echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 11912echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
11910if test `eval echo '${'$as_ac_var'}'` = yes; then 11913if test `eval echo '${'$as_ac_var'}'` = yes; then
11911 cat >>confdefs.h <<EOF 11914 cat >>confdefs.h <<EOF
@@ -11917,7 +11920,7 @@ done
11917 11920
11918ac_cv_func_fork_works=$ac_cv_func_fork 11921ac_cv_func_fork_works=$ac_cv_func_fork
11919if test "x$ac_cv_func_fork" = xyes; then 11922if test "x$ac_cv_func_fork" = xyes; then
11920 echo "$as_me:11920: checking for working fork" >&5 11923 echo "$as_me:11923: checking for working fork" >&5
11921echo $ECHO_N "checking for working fork... $ECHO_C" >&6 11924echo $ECHO_N "checking for working fork... $ECHO_C" >&6
11922if test "${ac_cv_func_fork_works+set}" = set; then 11925if test "${ac_cv_func_fork_works+set}" = set; then
11923 echo $ECHO_N "(cached) $ECHO_C" >&6 11926 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11940,15 +11943,15 @@ else
11940 } 11943 }
11941_ACEOF 11944_ACEOF
11942rm -f conftest$ac_exeext 11945rm -f conftest$ac_exeext
11943if { (eval echo "$as_me:11943: \"$ac_link\"") >&5 11946if { (eval echo "$as_me:11946: \"$ac_link\"") >&5
11944 (eval $ac_link) 2>&5 11947 (eval $ac_link) 2>&5
11945 ac_status=$? 11948 ac_status=$?
11946 echo "$as_me:11946: \$? = $ac_status" >&5 11949 echo "$as_me:11949: \$? = $ac_status" >&5
11947 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 11950 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11948 { (eval echo "$as_me:11948: \"$ac_try\"") >&5 11951 { (eval echo "$as_me:11951: \"$ac_try\"") >&5
11949 (eval $ac_try) 2>&5 11952 (eval $ac_try) 2>&5
11950 ac_status=$? 11953 ac_status=$?
11951 echo "$as_me:11951: \$? = $ac_status" >&5 11954 echo "$as_me:11954: \$? = $ac_status" >&5
11952 (exit $ac_status); }; }; then 11955 (exit $ac_status); }; }; then
11953 ac_cv_func_fork_works=yes 11956 ac_cv_func_fork_works=yes
11954else 11957else
@@ -11960,7 +11963,7 @@ fi
11960rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 11963rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11961fi 11964fi
11962fi 11965fi
11963echo "$as_me:11963: result: $ac_cv_func_fork_works" >&5 11966echo "$as_me:11966: result: $ac_cv_func_fork_works" >&5
11964echo "${ECHO_T}$ac_cv_func_fork_works" >&6 11967echo "${ECHO_T}$ac_cv_func_fork_works" >&6
11965 11968
11966fi 11969fi
@@ -11974,12 +11977,12 @@ if test "x$ac_cv_func_fork_works" = xcross; then
11974 ac_cv_func_fork_works=yes 11977 ac_cv_func_fork_works=yes
11975 ;; 11978 ;;
11976 esac 11979 esac
11977 { echo "$as_me:11977: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&5 11980 { echo "$as_me:11980: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&5
11978echo "$as_me: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&2;} 11981echo "$as_me: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&2;}
11979fi 11982fi
11980ac_cv_func_vfork_works=$ac_cv_func_vfork 11983ac_cv_func_vfork_works=$ac_cv_func_vfork
11981if test "x$ac_cv_func_vfork" = xyes; then 11984if test "x$ac_cv_func_vfork" = xyes; then
11982 echo "$as_me:11982: checking for working vfork" >&5 11985 echo "$as_me:11985: checking for working vfork" >&5
11983echo $ECHO_N "checking for working vfork... $ECHO_C" >&6 11986echo $ECHO_N "checking for working vfork... $ECHO_C" >&6
11984if test "${ac_cv_func_vfork_works+set}" = set; then 11987if test "${ac_cv_func_vfork_works+set}" = set; then
11985 echo $ECHO_N "(cached) $ECHO_C" >&6 11988 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11988,7 +11991,7 @@ else
11988 ac_cv_func_vfork_works=cross 11991 ac_cv_func_vfork_works=cross
11989else 11992else
11990 cat >conftest.$ac_ext <<_ACEOF 11993 cat >conftest.$ac_ext <<_ACEOF
11991#line 11991 "configure" 11994#line 11994 "configure"
11992#include "confdefs.h" 11995#include "confdefs.h"
11993/* Thanks to Paul Eggert for this test. */ 11996/* Thanks to Paul Eggert for this test. */
11994#include <stdio.h> 11997#include <stdio.h>
@@ -12085,15 +12088,15 @@ main ()
12085} 12088}
12086_ACEOF 12089_ACEOF
12087rm -f conftest$ac_exeext 12090rm -f conftest$ac_exeext
12088if { (eval echo "$as_me:12088: \"$ac_link\"") >&5 12091if { (eval echo "$as_me:12091: \"$ac_link\"") >&5
12089 (eval $ac_link) 2>&5 12092 (eval $ac_link) 2>&5
12090 ac_status=$? 12093 ac_status=$?
12091 echo "$as_me:12091: \$? = $ac_status" >&5 12094 echo "$as_me:12094: \$? = $ac_status" >&5
12092 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 12095 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12093 { (eval echo "$as_me:12093: \"$ac_try\"") >&5 12096 { (eval echo "$as_me:12096: \"$ac_try\"") >&5
12094 (eval $ac_try) 2>&5 12097 (eval $ac_try) 2>&5
12095 ac_status=$? 12098 ac_status=$?
12096 echo "$as_me:12096: \$? = $ac_status" >&5 12099 echo "$as_me:12099: \$? = $ac_status" >&5
12097 (exit $ac_status); }; }; then 12100 (exit $ac_status); }; }; then
12098 ac_cv_func_vfork_works=yes 12101 ac_cv_func_vfork_works=yes
12099else 12102else
@@ -12105,13 +12108,13 @@ fi
12105rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 12108rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12106fi 12109fi
12107fi 12110fi
12108echo "$as_me:12108: result: $ac_cv_func_vfork_works" >&5 12111echo "$as_me:12111: result: $ac_cv_func_vfork_works" >&5
12109echo "${ECHO_T}$ac_cv_func_vfork_works" >&6 12112echo "${ECHO_T}$ac_cv_func_vfork_works" >&6
12110 12113
12111fi; 12114fi;
12112if test "x$ac_cv_func_fork_works" = xcross; then 12115if test "x$ac_cv_func_fork_works" = xcross; then
12113 ac_cv_func_vfork_works=ac_cv_func_vfork 12116 ac_cv_func_vfork_works=ac_cv_func_vfork
12114 { echo "$as_me:12114: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&5 12117 { echo "$as_me:12117: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&5
12115echo "$as_me: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&2;} 12118echo "$as_me: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&2;}
12116fi 12119fi
12117 12120
@@ -12137,13 +12140,13 @@ EOF
12137fi 12140fi
12138 12141
12139# Fixme: This should be replaced when we have autoconf 2.14. 12142# Fixme: This should be replaced when we have autoconf 2.14.
12140echo "$as_me:12140: checking for size_t" >&5 12143echo "$as_me:12143: checking for size_t" >&5
12141echo $ECHO_N "checking for size_t... $ECHO_C" >&6 12144echo $ECHO_N "checking for size_t... $ECHO_C" >&6
12142if test "${ac_cv_type_size_t+set}" = set; then 12145if test "${ac_cv_type_size_t+set}" = set; then
12143 echo $ECHO_N "(cached) $ECHO_C" >&6 12146 echo $ECHO_N "(cached) $ECHO_C" >&6
12144else 12147else
12145 cat >conftest.$ac_ext <<_ACEOF 12148 cat >conftest.$ac_ext <<_ACEOF
12146#line 12146 "configure" 12149#line 12149 "configure"
12147#include "confdefs.h" 12150#include "confdefs.h"
12148$ac_includes_default 12151$ac_includes_default
12149int 12152int
@@ -12158,16 +12161,16 @@ if (sizeof (size_t))
12158} 12161}
12159_ACEOF 12162_ACEOF
12160rm -f conftest.$ac_objext 12163rm -f conftest.$ac_objext
12161if { (eval echo "$as_me:12161: \"$ac_compile\"") >&5 12164if { (eval echo "$as_me:12164: \"$ac_compile\"") >&5
12162 (eval $ac_compile) 2>&5 12165 (eval $ac_compile) 2>&5
12163 ac_status=$? 12166 ac_status=$?
12164 echo "$as_me:12164: \$? = $ac_status" >&5 12167 echo "$as_me:12167: \$? = $ac_status" >&5
12165 (exit $ac_status); } && 12168 (exit $ac_status); } &&
12166 { ac_try='test -s conftest.$ac_objext' 12169 { ac_try='test -s conftest.$ac_objext'
12167 { (eval echo "$as_me:12167: \"$ac_try\"") >&5 12170 { (eval echo "$as_me:12170: \"$ac_try\"") >&5
12168 (eval $ac_try) 2>&5 12171 (eval $ac_try) 2>&5
12169 ac_status=$? 12172 ac_status=$?
12170 echo "$as_me:12170: \$? = $ac_status" >&5 12173 echo "$as_me:12173: \$? = $ac_status" >&5
12171 (exit $ac_status); }; }; then 12174 (exit $ac_status); }; }; then
12172 ac_cv_type_size_t=yes 12175 ac_cv_type_size_t=yes
12173else 12176else
@@ -12177,7 +12180,7 @@ ac_cv_type_size_t=no
12177fi 12180fi
12178rm -f conftest.$ac_objext conftest.$ac_ext 12181rm -f conftest.$ac_objext conftest.$ac_ext
12179fi 12182fi
12180echo "$as_me:12180: result: $ac_cv_type_size_t" >&5 12183echo "$as_me:12183: result: $ac_cv_type_size_t" >&5
12181echo "${ECHO_T}$ac_cv_type_size_t" >&6 12184echo "${ECHO_T}$ac_cv_type_size_t" >&6
12182if test $ac_cv_type_size_t = yes; then 12185if test $ac_cv_type_size_t = yes; then
12183 : 12186 :
@@ -12197,7 +12200,7 @@ CPPFLAGS="$REAL_CPPFLAGS"
12197version=`grep 'defconst[ ]*emacs-version' ${srcdir}/lisp/version.el \ 12200version=`grep 'defconst[ ]*emacs-version' ${srcdir}/lisp/version.el \
12198 | sed -e 's/^[^"]*"\([^"]*\)".*$/\1/'` 12201 | sed -e 's/^[^"]*"\([^"]*\)".*$/\1/'`
12199if test x"${version}" = x; then 12202if test x"${version}" = x; then
12200 { { echo "$as_me:12200: error: can't find current emacs version in \`${srcdir}/lisp/version.el'." >&5 12203 { { echo "$as_me:12203: error: can't find current emacs version in \`${srcdir}/lisp/version.el'." >&5
12201echo "$as_me: error: can't find current emacs version in \`${srcdir}/lisp/version.el'." >&2;} 12204echo "$as_me: error: can't find current emacs version in \`${srcdir}/lisp/version.el'." >&2;}
12202 { (exit 1); exit 1; }; } 12205 { (exit 1); exit 1; }; }
12203fi 12206fi
@@ -12326,7 +12329,7 @@ test "${exec_prefix}" != NONE &&
12326## C preprocessor. 12329## C preprocessor.
12327 12330
12328cat >conftest.$ac_ext <<_ACEOF 12331cat >conftest.$ac_ext <<_ACEOF
12329#line 12329 "configure" 12332#line 12332 "configure"
12330#include "confdefs.h" 12333#include "confdefs.h"
12331yes..yes 12334yes..yes
12332_ACEOF 12335_ACEOF
@@ -12419,7 +12422,7 @@ DEFS=-DHAVE_CONFIG_H
12419: ${CONFIG_STATUS=./config.status} 12422: ${CONFIG_STATUS=./config.status}
12420ac_clean_files_save=$ac_clean_files 12423ac_clean_files_save=$ac_clean_files
12421ac_clean_files="$ac_clean_files $CONFIG_STATUS" 12424ac_clean_files="$ac_clean_files $CONFIG_STATUS"
12422{ echo "$as_me:12422: creating $CONFIG_STATUS" >&5 12425{ echo "$as_me:12425: creating $CONFIG_STATUS" >&5
12423echo "$as_me: creating $CONFIG_STATUS" >&6;} 12426echo "$as_me: creating $CONFIG_STATUS" >&6;}
12424cat >$CONFIG_STATUS <<_ACEOF 12427cat >$CONFIG_STATUS <<_ACEOF
12425#! $SHELL 12428#! $SHELL
@@ -12595,7 +12598,7 @@ cat >>$CONFIG_STATUS <<\EOF
12595 echo "$ac_cs_version"; exit 0 ;; 12598 echo "$ac_cs_version"; exit 0 ;;
12596 --he | --h) 12599 --he | --h)
12597 # Conflict between --help and --header 12600 # Conflict between --help and --header
12598 { { echo "$as_me:12598: error: ambiguous option: $1 12601 { { echo "$as_me:12601: error: ambiguous option: $1
12599Try \`$0 --help' for more information." >&5 12602Try \`$0 --help' for more information." >&5
12600echo "$as_me: error: ambiguous option: $1 12603echo "$as_me: error: ambiguous option: $1
12601Try \`$0 --help' for more information." >&2;} 12604Try \`$0 --help' for more information." >&2;}
@@ -12614,7 +12617,7 @@ Try \`$0 --help' for more information." >&2;}
12614 ac_need_defaults=false;; 12617 ac_need_defaults=false;;
12615 12618
12616 # This is an error. 12619 # This is an error.
12617 -*) { { echo "$as_me:12617: error: unrecognized option: $1 12620 -*) { { echo "$as_me:12620: error: unrecognized option: $1
12618Try \`$0 --help' for more information." >&5 12621Try \`$0 --help' for more information." >&5
12619echo "$as_me: error: unrecognized option: $1 12622echo "$as_me: error: unrecognized option: $1
12620Try \`$0 --help' for more information." >&2;} 12623Try \`$0 --help' for more information." >&2;}
@@ -12668,7 +12671,7 @@ do
12668 "leim/Makefile" ) CONFIG_FILES="$CONFIG_FILES leim/Makefile" ;; 12671 "leim/Makefile" ) CONFIG_FILES="$CONFIG_FILES leim/Makefile" ;;
12669 "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;; 12672 "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
12670 "src/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS src/config.h:src/config.in" ;; 12673 "src/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS src/config.h:src/config.in" ;;
12671 *) { { echo "$as_me:12671: error: invalid argument: $ac_config_target" >&5 12674 *) { { echo "$as_me:12674: error: invalid argument: $ac_config_target" >&5
12672echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 12675echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
12673 { (exit 1); exit 1; }; };; 12676 { (exit 1); exit 1; }; };;
12674 esac 12677 esac
@@ -12915,7 +12918,7 @@ done; }
12915 esac 12918 esac
12916 12919
12917 if test x"$ac_file" != x-; then 12920 if test x"$ac_file" != x-; then
12918 { echo "$as_me:12918: creating $ac_file" >&5 12921 { echo "$as_me:12921: creating $ac_file" >&5
12919echo "$as_me: creating $ac_file" >&6;} 12922echo "$as_me: creating $ac_file" >&6;}
12920 rm -f "$ac_file" 12923 rm -f "$ac_file"
12921 fi 12924 fi
@@ -12933,7 +12936,7 @@ echo "$as_me: creating $ac_file" >&6;}
12933 -) echo $tmp/stdin ;; 12936 -) echo $tmp/stdin ;;
12934 [\\/$]*) 12937 [\\/$]*)
12935 # Absolute (can't be DOS-style, as IFS=:) 12938 # Absolute (can't be DOS-style, as IFS=:)
12936 test -f "$f" || { { echo "$as_me:12936: error: cannot find input file: $f" >&5 12939 test -f "$f" || { { echo "$as_me:12939: error: cannot find input file: $f" >&5
12937echo "$as_me: error: cannot find input file: $f" >&2;} 12940echo "$as_me: error: cannot find input file: $f" >&2;}
12938 { (exit 1); exit 1; }; } 12941 { (exit 1); exit 1; }; }
12939 echo $f;; 12942 echo $f;;
@@ -12946,7 +12949,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;}
12946 echo $srcdir/$f 12949 echo $srcdir/$f
12947 else 12950 else
12948 # /dev/null tree 12951 # /dev/null tree
12949 { { echo "$as_me:12949: error: cannot find input file: $f" >&5 12952 { { echo "$as_me:12952: error: cannot find input file: $f" >&5
12950echo "$as_me: error: cannot find input file: $f" >&2;} 12953echo "$as_me: error: cannot find input file: $f" >&2;}
12951 { (exit 1); exit 1; }; } 12954 { (exit 1); exit 1; }; }
12952 fi;; 12955 fi;;
@@ -13007,7 +13010,7 @@ for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
13007 * ) ac_file_in=$ac_file.in ;; 13010 * ) ac_file_in=$ac_file.in ;;
13008 esac 13011 esac
13009 13012
13010 test x"$ac_file" != x- && { echo "$as_me:13010: creating $ac_file" >&5 13013 test x"$ac_file" != x- && { echo "$as_me:13013: creating $ac_file" >&5
13011echo "$as_me: creating $ac_file" >&6;} 13014echo "$as_me: creating $ac_file" >&6;}
13012 13015
13013 # First look for the input files in the build tree, otherwise in the 13016 # First look for the input files in the build tree, otherwise in the
@@ -13018,7 +13021,7 @@ echo "$as_me: creating $ac_file" >&6;}
13018 -) echo $tmp/stdin ;; 13021 -) echo $tmp/stdin ;;
13019 [\\/$]*) 13022 [\\/$]*)
13020 # Absolute (can't be DOS-style, as IFS=:) 13023 # Absolute (can't be DOS-style, as IFS=:)
13021 test -f "$f" || { { echo "$as_me:13021: error: cannot find input file: $f" >&5 13024 test -f "$f" || { { echo "$as_me:13024: error: cannot find input file: $f" >&5
13022echo "$as_me: error: cannot find input file: $f" >&2;} 13025echo "$as_me: error: cannot find input file: $f" >&2;}
13023 { (exit 1); exit 1; }; } 13026 { (exit 1); exit 1; }; }
13024 echo $f;; 13027 echo $f;;
@@ -13031,7 +13034,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;}
13031 echo $srcdir/$f 13034 echo $srcdir/$f
13032 else 13035 else
13033 # /dev/null tree 13036 # /dev/null tree
13034 { { echo "$as_me:13034: error: cannot find input file: $f" >&5 13037 { { echo "$as_me:13037: error: cannot find input file: $f" >&5
13035echo "$as_me: error: cannot find input file: $f" >&2;} 13038echo "$as_me: error: cannot find input file: $f" >&2;}
13036 { (exit 1); exit 1; }; } 13039 { (exit 1); exit 1; }; }
13037 fi;; 13040 fi;;
@@ -13148,7 +13151,7 @@ cat >>$CONFIG_STATUS <<\EOF
13148 rm -f $tmp/in 13151 rm -f $tmp/in
13149 if test x"$ac_file" != x-; then 13152 if test x"$ac_file" != x-; then
13150 if cmp -s $ac_file $tmp/config.h 2>/dev/null; then 13153 if cmp -s $ac_file $tmp/config.h 2>/dev/null; then
13151 { echo "$as_me:13151: $ac_file is unchanged" >&5 13154 { echo "$as_me:13154: $ac_file is unchanged" >&5
13152echo "$as_me: $ac_file is unchanged" >&6;} 13155echo "$as_me: $ac_file is unchanged" >&6;}
13153 else 13156 else
13154 ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 13157 ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \