# HG changeset patch # User Pavel Jank # Date 1005857300 0 # Node ID 930b8a722dab89a63fe0da3b22b9038ee997f4f1 # Parent eab977ad216301d7556c7272bed03f836773ceb3 Regenerated. diff -r eab977ad2163 -r 930b8a722dab configure --- a/configure Thu Nov 15 20:42:00 2001 +0000 +++ b/configure Thu Nov 15 20:48:20 2001 +0000 @@ -654,6 +654,11 @@ cat <<\EOF +Program names: + --program-prefix=PREFIX prepend PREFIX to installed program names + --program-suffix=SUFFIX append SUFFIX to installed program names + --program-transform-name=PROGRAM run sed PROGRAM on installed program names + X features: --x-includes=DIR X include files are in DIR --x-libraries=DIR X library files are in DIR @@ -884,7 +889,7 @@ fi for ac_site_file in $CONFIG_SITE; do if test -r "$ac_site_file"; then - { echo "$as_me:887: loading site script $ac_site_file" >&5 + { echo "$as_me:892: loading site script $ac_site_file" >&5 echo "$as_me: loading site script $ac_site_file" >&6;} cat "$ac_site_file" >&5 . "$ac_site_file" @@ -895,7 +900,7 @@ # Some versions of bash will fail to source /dev/null (special # files actually), so we avoid doing that. if test -f "$cache_file"; then - { echo "$as_me:898: loading cache $cache_file" >&5 + { echo "$as_me:903: loading cache $cache_file" >&5 echo "$as_me: loading cache $cache_file" >&6;} case $cache_file in [\\/]* | ?:[\\/]* ) . $cache_file;; @@ -903,7 +908,7 @@ esac fi else - { echo "$as_me:906: creating cache $cache_file" >&5 + { echo "$as_me:911: creating cache $cache_file" >&5 echo "$as_me: creating cache $cache_file" >&6;} >$cache_file fi @@ -919,21 +924,21 @@ eval ac_new_val="\$ac_env_${ac_var}_value" case $ac_old_set,$ac_new_set in set,) - { echo "$as_me:922: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 + { echo "$as_me:927: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} ac_cache_corrupted=: ;; ,set) - { echo "$as_me:926: error: \`$ac_var' was not set in the previous run" >&5 + { echo "$as_me:931: error: \`$ac_var' was not set in the previous run" >&5 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} ac_cache_corrupted=: ;; ,);; *) if test "x$ac_old_val" != "x$ac_new_val"; then - { echo "$as_me:932: error: \`$ac_var' has changed since the previous run:" >&5 + { echo "$as_me:937: error: \`$ac_var' has changed since the previous run:" >&5 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} - { echo "$as_me:934: former value: $ac_old_val" >&5 + { echo "$as_me:939: former value: $ac_old_val" >&5 echo "$as_me: former value: $ac_old_val" >&2;} - { echo "$as_me:936: current value: $ac_new_val" >&5 + { echo "$as_me:941: current value: $ac_new_val" >&5 echo "$as_me: current value: $ac_new_val" >&2;} ac_cache_corrupted=: fi;; @@ -952,9 +957,9 @@ fi done if $ac_cache_corrupted; then - { echo "$as_me:955: error: changes in the environment can compromise the build" >&5 + { echo "$as_me:960: error: changes in the environment can compromise the build" >&5 echo "$as_me: error: changes in the environment can compromise the build" >&2;} - { { echo "$as_me:957: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 + { { echo "$as_me:962: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} { (exit 1); exit 1; }; } fi @@ -974,10 +979,10 @@ echo "#! $SHELL" >conftest.sh echo "exit 0" >>conftest.sh chmod +x conftest.sh -if { (echo "$as_me:977: PATH=\".;.\"; conftest.sh") >&5 +if { (echo "$as_me:982: PATH=\".;.\"; conftest.sh") >&5 (PATH=".;."; conftest.sh) 2>&5 ac_status=$? - echo "$as_me:980: \$? = $ac_status" >&5 + echo "$as_me:985: \$? = $ac_status" >&5 (exit $ac_status); }; then ac_path_separator=';' else @@ -988,6 +993,19 @@ ac_config_headers="$ac_config_headers src/config.h:src/config.in" +test "$program_prefix" != NONE && + program_transform_name="s,^,$program_prefix,;$program_transform_name" +# Use a double $ so make ignores it. +test "$program_suffix" != NONE && + program_transform_name="s,\$,$program_suffix,;$program_transform_name" +# Double any \ or $. echo might interpret backslashes. +# By default was `s,x,x', remove it if useless. +cat <<\_ACEOF >conftest.sed +s/[\\$]/&&/g;s/;s,x,x,$// +_ACEOF +program_transform_name=`echo $program_transform_name | sed -f conftest.sed` +rm conftest.sed + lispdir='${datadir}/emacs/${version}/lisp' locallisppath='${datadir}/emacs/${version}/site-lisp:'\ '${datadir}/emacs/site-lisp:${datadir}/emacs/${version}/leim' @@ -1065,7 +1083,7 @@ a | at | ath | athe | athen | athena ) val=athena ;; m | mo | mot | moti | motif ) val=motif ;; * ) -{ { echo "$as_me:1068: error: \`--with-x-toolkit=$withval' is invalid\; +{ { echo "$as_me:1086: error: \`--with-x-toolkit=$withval' is invalid\; this option's value should be \`yes', \`no', \`lucid', \`athena', or \`motif'. Currently, \`yes', \`athena' and \`lucid' are synonyms." >&5 echo "$as_me: error: \`--with-x-toolkit=$withval' is invalid\; @@ -1144,7 +1162,7 @@ #### Check if the source directory already has a configured system in it. if test `pwd` != `(cd ${srcdir} && pwd)` \ && test -f "${srcdir}/src/config.h" ; then - { echo "$as_me:1147: WARNING: The directory tree \`${srcdir}' is being used + { echo "$as_me:1165: WARNING: The directory tree \`${srcdir}' is being used as a build directory right now; it has been configured in its own right. To configure in another directory as well, you MUST use GNU make. If you do not have GNU make, then you must @@ -1189,7 +1207,7 @@ fi done if test -z "$ac_aux_dir"; then - { { echo "$as_me:1192: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 + { { echo "$as_me:1210: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;} { (exit 1); exit 1; }; } fi @@ -1199,11 +1217,11 @@ # Make sure we can run config.sub. $ac_config_sub sun4 >/dev/null 2>&1 || - { { echo "$as_me:1202: error: cannot run $ac_config_sub" >&5 + { { echo "$as_me:1220: error: cannot run $ac_config_sub" >&5 echo "$as_me: error: cannot run $ac_config_sub" >&2;} { (exit 1); exit 1; }; } -echo "$as_me:1206: checking build system type" >&5 +echo "$as_me:1224: checking build system type" >&5 echo $ECHO_N "checking build system type... $ECHO_C" >&6 if test "${ac_cv_build+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -1212,23 +1230,26 @@ test -z "$ac_cv_build_alias" && ac_cv_build_alias=`$ac_config_guess` test -z "$ac_cv_build_alias" && - { { echo "$as_me:1215: error: cannot guess build type; you must specify one" >&5 + { { echo "$as_me:1233: error: cannot guess build type; you must specify one" >&5 echo "$as_me: error: cannot guess build type; you must specify one" >&2;} { (exit 1); exit 1; }; } ac_cv_build=`$ac_config_sub $ac_cv_build_alias` || - { { echo "$as_me:1219: error: $ac_config_sub $ac_cv_build_alias failed." >&5 + { { echo "$as_me:1237: error: $ac_config_sub $ac_cv_build_alias failed." >&5 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;} { (exit 1); exit 1; }; } fi -echo "$as_me:1224: result: $ac_cv_build" >&5 +echo "$as_me:1242: result: $ac_cv_build" >&5 echo "${ECHO_T}$ac_cv_build" >&6 build=$ac_cv_build build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` -echo "$as_me:1231: checking host system type" >&5 +test -z "$build_alias" && + build_alias=$ac_cv_build + +echo "$as_me:1252: checking host system type" >&5 echo $ECHO_N "checking host system type... $ECHO_C" >&6 if test "${ac_cv_host+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -1237,18 +1258,21 @@ test -z "$ac_cv_host_alias" && ac_cv_host_alias=$ac_cv_build_alias ac_cv_host=`$ac_config_sub $ac_cv_host_alias` || - { { echo "$as_me:1240: error: $ac_config_sub $ac_cv_host_alias failed" >&5 + { { echo "$as_me:1261: error: $ac_config_sub $ac_cv_host_alias failed" >&5 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;} { (exit 1); exit 1; }; } fi -echo "$as_me:1245: result: $ac_cv_host" >&5 +echo "$as_me:1266: result: $ac_cv_host" >&5 echo "${ECHO_T}$ac_cv_host" >&6 host=$ac_cv_host host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` +test -z "$host_alias" && + host_alias=$ac_cv_host + canonical=$host configuration=${host_alias-$host} @@ -2192,7 +2216,7 @@ fi if test $unported = yes; then - { { echo "$as_me:2195: error: Emacs hasn't been ported to \`${canonical}' systems. + { { echo "$as_me:2219: error: Emacs hasn't been ported to \`${canonical}' systems. Check \`etc/MACHINES' for recognized configuration names." >&5 echo "$as_me: error: Emacs hasn't been ported to \`${canonical}' systems. Check \`etc/MACHINES' for recognized configuration names." >&2;} @@ -2221,7 +2245,7 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. set dummy ${ac_tool_prefix}gcc; ac_word=$2 -echo "$as_me:2224: checking for $ac_word" >&5 +echo "$as_me:2248: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -2236,7 +2260,7 @@ test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_CC="${ac_tool_prefix}gcc" -echo "$as_me:2239: found $ac_dir/$ac_word" >&5 +echo "$as_me:2263: found $ac_dir/$ac_word" >&5 break done @@ -2244,10 +2268,10 @@ fi CC=$ac_cv_prog_CC if test -n "$CC"; then - echo "$as_me:2247: result: $CC" >&5 + echo "$as_me:2271: result: $CC" >&5 echo "${ECHO_T}$CC" >&6 else - echo "$as_me:2250: result: no" >&5 + echo "$as_me:2274: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -2256,7 +2280,7 @@ ac_ct_CC=$CC # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 -echo "$as_me:2259: checking for $ac_word" >&5 +echo "$as_me:2283: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -2271,7 +2295,7 @@ test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_ac_ct_CC="gcc" -echo "$as_me:2274: found $ac_dir/$ac_word" >&5 +echo "$as_me:2298: found $ac_dir/$ac_word" >&5 break done @@ -2279,10 +2303,10 @@ fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then - echo "$as_me:2282: result: $ac_ct_CC" >&5 + echo "$as_me:2306: result: $ac_ct_CC" >&5 echo "${ECHO_T}$ac_ct_CC" >&6 else - echo "$as_me:2285: result: no" >&5 + echo "$as_me:2309: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -2295,7 +2319,7 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. set dummy ${ac_tool_prefix}cc; ac_word=$2 -echo "$as_me:2298: checking for $ac_word" >&5 +echo "$as_me:2322: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -2310,7 +2334,7 @@ test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_CC="${ac_tool_prefix}cc" -echo "$as_me:2313: found $ac_dir/$ac_word" >&5 +echo "$as_me:2337: found $ac_dir/$ac_word" >&5 break done @@ -2318,10 +2342,10 @@ fi CC=$ac_cv_prog_CC if test -n "$CC"; then - echo "$as_me:2321: result: $CC" >&5 + echo "$as_me:2345: result: $CC" >&5 echo "${ECHO_T}$CC" >&6 else - echo "$as_me:2324: result: no" >&5 + echo "$as_me:2348: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -2330,7 +2354,7 @@ ac_ct_CC=$CC # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 -echo "$as_me:2333: checking for $ac_word" >&5 +echo "$as_me:2357: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -2345,7 +2369,7 @@ test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_ac_ct_CC="cc" -echo "$as_me:2348: found $ac_dir/$ac_word" >&5 +echo "$as_me:2372: found $ac_dir/$ac_word" >&5 break done @@ -2353,10 +2377,10 @@ fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then - echo "$as_me:2356: result: $ac_ct_CC" >&5 + echo "$as_me:2380: result: $ac_ct_CC" >&5 echo "${ECHO_T}$ac_ct_CC" >&6 else - echo "$as_me:2359: result: no" >&5 + echo "$as_me:2383: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -2369,7 +2393,7 @@ if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 -echo "$as_me:2372: checking for $ac_word" >&5 +echo "$as_me:2396: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -2389,7 +2413,7 @@ continue fi ac_cv_prog_CC="cc" -echo "$as_me:2392: found $ac_dir/$ac_word" >&5 +echo "$as_me:2416: found $ac_dir/$ac_word" >&5 break done @@ -2411,10 +2435,10 @@ fi CC=$ac_cv_prog_CC if test -n "$CC"; then - echo "$as_me:2414: result: $CC" >&5 + echo "$as_me:2438: result: $CC" >&5 echo "${ECHO_T}$CC" >&6 else - echo "$as_me:2417: result: no" >&5 + echo "$as_me:2441: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -2425,7 +2449,7 @@ do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 -echo "$as_me:2428: checking for $ac_word" >&5 +echo "$as_me:2452: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -2440,7 +2464,7 @@ test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_CC="$ac_tool_prefix$ac_prog" -echo "$as_me:2443: found $ac_dir/$ac_word" >&5 +echo "$as_me:2467: found $ac_dir/$ac_word" >&5 break done @@ -2448,10 +2472,10 @@ fi CC=$ac_cv_prog_CC if test -n "$CC"; then - echo "$as_me:2451: result: $CC" >&5 + echo "$as_me:2475: result: $CC" >&5 echo "${ECHO_T}$CC" >&6 else - echo "$as_me:2454: result: no" >&5 + echo "$as_me:2478: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -2464,7 +2488,7 @@ do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 -echo "$as_me:2467: checking for $ac_word" >&5 +echo "$as_me:2491: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -2479,7 +2503,7 @@ test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_ac_ct_CC="$ac_prog" -echo "$as_me:2482: found $ac_dir/$ac_word" >&5 +echo "$as_me:2506: found $ac_dir/$ac_word" >&5 break done @@ -2487,10 +2511,10 @@ fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then - echo "$as_me:2490: result: $ac_ct_CC" >&5 + echo "$as_me:2514: result: $ac_ct_CC" >&5 echo "${ECHO_T}$ac_ct_CC" >&6 else - echo "$as_me:2493: result: no" >&5 + echo "$as_me:2517: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -2502,32 +2526,32 @@ fi -test -z "$CC" && { { echo "$as_me:2505: error: no acceptable cc found in \$PATH" >&5 +test -z "$CC" && { { echo "$as_me:2529: error: no acceptable cc found in \$PATH" >&5 echo "$as_me: error: no acceptable cc found in \$PATH" >&2;} { (exit 1); exit 1; }; } # Provide some information about the compiler. -echo "$as_me:2510:" \ +echo "$as_me:2534:" \ "checking for C compiler version" >&5 ac_compiler=`set X $ac_compile; echo $2` -{ (eval echo "$as_me:2513: \"$ac_compiler --version &5\"") >&5 +{ (eval echo "$as_me:2537: \"$ac_compiler --version &5\"") >&5 (eval $ac_compiler --version &5) 2>&5 ac_status=$? - echo "$as_me:2516: \$? = $ac_status" >&5 + echo "$as_me:2540: \$? = $ac_status" >&5 (exit $ac_status); } -{ (eval echo "$as_me:2518: \"$ac_compiler -v &5\"") >&5 +{ (eval echo "$as_me:2542: \"$ac_compiler -v &5\"") >&5 (eval $ac_compiler -v &5) 2>&5 ac_status=$? - echo "$as_me:2521: \$? = $ac_status" >&5 + echo "$as_me:2545: \$? = $ac_status" >&5 (exit $ac_status); } -{ (eval echo "$as_me:2523: \"$ac_compiler -V &5\"") >&5 +{ (eval echo "$as_me:2547: \"$ac_compiler -V &5\"") >&5 (eval $ac_compiler -V &5) 2>&5 ac_status=$? - echo "$as_me:2526: \$? = $ac_status" >&5 + echo "$as_me:2550: \$? = $ac_status" >&5 (exit $ac_status); } cat >conftest.$ac_ext <<_ACEOF -#line 2530 "configure" +#line 2554 "configure" #include "confdefs.h" int @@ -2543,13 +2567,13 @@ # Try to create an executable without -o first, disregard a.out. # It will help us diagnose broken compilers, and finding out an intuition # of exeext. -echo "$as_me:2546: checking for C compiler default output" >&5 +echo "$as_me:2570: checking for C compiler default output" >&5 echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` -if { (eval echo "$as_me:2549: \"$ac_link_default\"") >&5 +if { (eval echo "$as_me:2573: \"$ac_link_default\"") >&5 (eval $ac_link_default) 2>&5 ac_status=$? - echo "$as_me:2552: \$? = $ac_status" >&5 + echo "$as_me:2576: \$? = $ac_status" >&5 (exit $ac_status); }; then # Find the output, starting from the most likely. This scheme is # not robust to junk in `.', hence go to wildcards (a.*) only as a last @@ -2572,34 +2596,34 @@ else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 -{ { echo "$as_me:2575: error: C compiler cannot create executables" >&5 +{ { echo "$as_me:2599: error: C compiler cannot create executables" >&5 echo "$as_me: error: C compiler cannot create executables" >&2;} { (exit 77); exit 77; }; } fi ac_exeext=$ac_cv_exeext -echo "$as_me:2581: result: $ac_file" >&5 +echo "$as_me:2605: result: $ac_file" >&5 echo "${ECHO_T}$ac_file" >&6 # Check the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. -echo "$as_me:2586: checking whether the C compiler works" >&5 +echo "$as_me:2610: checking whether the C compiler works" >&5 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 # If not cross compiling, check that we can run a simple program. if test "$cross_compiling" != yes; then if { ac_try='./$ac_file' - { (eval echo "$as_me:2592: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:2595: \$? = $ac_status" >&5 + { (eval echo "$as_me:2616: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:2619: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cross_compiling=no else if test "$cross_compiling" = maybe; then cross_compiling=yes else - { { echo "$as_me:2602: error: cannot run C compiled programs. + { { echo "$as_me:2626: error: cannot run C compiled programs. If you meant to cross compile, use \`--host'." >&5 echo "$as_me: error: cannot run C compiled programs. If you meant to cross compile, use \`--host'." >&2;} @@ -2607,24 +2631,24 @@ fi fi fi -echo "$as_me:2610: result: yes" >&5 +echo "$as_me:2634: result: yes" >&5 echo "${ECHO_T}yes" >&6 rm -f a.out a.exe conftest$ac_cv_exeext ac_clean_files=$ac_clean_files_save # Check the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. -echo "$as_me:2617: checking whether we are cross compiling" >&5 +echo "$as_me:2641: checking whether we are cross compiling" >&5 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 -echo "$as_me:2619: result: $cross_compiling" >&5 +echo "$as_me:2643: result: $cross_compiling" >&5 echo "${ECHO_T}$cross_compiling" >&6 -echo "$as_me:2622: checking for executable suffix" >&5 +echo "$as_me:2646: checking for executable suffix" >&5 echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6 -if { (eval echo "$as_me:2624: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:2627: \$? = $ac_status" >&5 +if { (eval echo "$as_me:2648: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:2651: \$? = $ac_status" >&5 (exit $ac_status); }; then # If both `conftest.exe' and `conftest' are `present' (well, observable) # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will @@ -2640,25 +2664,25 @@ esac done else - { { echo "$as_me:2643: error: cannot compute EXEEXT: cannot compile and link" >&5 + { { echo "$as_me:2667: error: cannot compute EXEEXT: cannot compile and link" >&5 echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;} { (exit 1); exit 1; }; } fi rm -f conftest$ac_cv_exeext -echo "$as_me:2649: result: $ac_cv_exeext" >&5 +echo "$as_me:2673: result: $ac_cv_exeext" >&5 echo "${ECHO_T}$ac_cv_exeext" >&6 rm -f conftest.$ac_ext EXEEXT=$ac_cv_exeext ac_exeext=$EXEEXT -echo "$as_me:2655: checking for object suffix" >&5 +echo "$as_me:2679: checking for object suffix" >&5 echo $ECHO_N "checking for object suffix... $ECHO_C" >&6 if test "${ac_cv_objext+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 2661 "configure" +#line 2685 "configure" #include "confdefs.h" int @@ -2670,10 +2694,10 @@ } _ACEOF rm -f conftest.o conftest.obj -if { (eval echo "$as_me:2673: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:2697: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:2676: \$? = $ac_status" >&5 + echo "$as_me:2700: \$? = $ac_status" >&5 (exit $ac_status); }; then for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do case $ac_file in @@ -2685,24 +2709,24 @@ else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 -{ { echo "$as_me:2688: error: cannot compute OBJEXT: cannot compile" >&5 +{ { echo "$as_me:2712: error: cannot compute OBJEXT: cannot compile" >&5 echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;} { (exit 1); exit 1; }; } fi rm -f conftest.$ac_cv_objext conftest.$ac_ext fi -echo "$as_me:2695: result: $ac_cv_objext" >&5 +echo "$as_me:2719: result: $ac_cv_objext" >&5 echo "${ECHO_T}$ac_cv_objext" >&6 OBJEXT=$ac_cv_objext ac_objext=$OBJEXT -echo "$as_me:2699: checking whether we are using the GNU C compiler" >&5 +echo "$as_me:2723: checking whether we are using the GNU C compiler" >&5 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 if test "${ac_cv_c_compiler_gnu+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 2705 "configure" +#line 2729 "configure" #include "confdefs.h" int @@ -2717,16 +2741,16 @@ } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:2720: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:2744: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:2723: \$? = $ac_status" >&5 + echo "$as_me:2747: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:2726: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:2729: \$? = $ac_status" >&5 + { (eval echo "$as_me:2750: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:2753: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_compiler_gnu=yes else @@ -2738,19 +2762,19 @@ ac_cv_c_compiler_gnu=$ac_compiler_gnu fi -echo "$as_me:2741: result: $ac_cv_c_compiler_gnu" >&5 +echo "$as_me:2765: result: $ac_cv_c_compiler_gnu" >&5 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 GCC=`test $ac_compiler_gnu = yes && echo yes` ac_test_CFLAGS=${CFLAGS+set} ac_save_CFLAGS=$CFLAGS CFLAGS="-g" -echo "$as_me:2747: checking whether $CC accepts -g" >&5 +echo "$as_me:2771: checking whether $CC accepts -g" >&5 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 if test "${ac_cv_prog_cc_g+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 2753 "configure" +#line 2777 "configure" #include "confdefs.h" int @@ -2762,16 +2786,16 @@ } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:2765: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:2789: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:2768: \$? = $ac_status" >&5 + echo "$as_me:2792: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:2771: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:2774: \$? = $ac_status" >&5 + { (eval echo "$as_me:2795: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:2798: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_prog_cc_g=yes else @@ -2781,7 +2805,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:2784: result: $ac_cv_prog_cc_g" >&5 +echo "$as_me:2808: result: $ac_cv_prog_cc_g" >&5 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 if test "$ac_test_CFLAGS" = set; then CFLAGS=$ac_save_CFLAGS @@ -2808,16 +2832,16 @@ #endif _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:2811: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:2835: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:2814: \$? = $ac_status" >&5 + echo "$as_me:2838: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:2817: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:2820: \$? = $ac_status" >&5 + { (eval echo "$as_me:2841: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:2844: \$? = $ac_status" >&5 (exit $ac_status); }; }; then for ac_declaration in \ ''\ @@ -2829,7 +2853,7 @@ 'void exit (int);' do cat >conftest.$ac_ext <<_ACEOF -#line 2832 "configure" +#line 2856 "configure" #include "confdefs.h" #include $ac_declaration @@ -2842,16 +2866,16 @@ } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:2845: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:2869: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:2848: \$? = $ac_status" >&5 + echo "$as_me:2872: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:2851: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:2854: \$? = $ac_status" >&5 + { (eval echo "$as_me:2875: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:2878: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -2861,7 +2885,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext cat >conftest.$ac_ext <<_ACEOF -#line 2864 "configure" +#line 2888 "configure" #include "confdefs.h" $ac_declaration int @@ -2873,16 +2897,16 @@ } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:2876: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:2900: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:2879: \$? = $ac_status" >&5 + echo "$as_me:2903: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:2882: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:2885: \$? = $ac_status" >&5 + { (eval echo "$as_me:2906: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:2909: \$? = $ac_status" >&5 (exit $ac_status); }; }; then break else @@ -2955,14 +2979,14 @@ #### should make an entry in src/config.h, don't forget to add an #### #undef clause to src/config.h.in for autoconf to modify. -echo "$as_me:2958: checking whether ln -s works" >&5 +echo "$as_me:2982: checking whether ln -s works" >&5 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6 LN_S=$as_ln_s if test "$LN_S" = "ln -s"; then - echo "$as_me:2962: result: yes" >&5 + echo "$as_me:2986: result: yes" >&5 echo "${ECHO_T}yes" >&6 else - echo "$as_me:2965: result: no, using $LN_S" >&5 + echo "$as_me:2989: result: no, using $LN_S" >&5 echo "${ECHO_T}no, using $LN_S" >&6 fi @@ -2971,7 +2995,7 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu -echo "$as_me:2974: checking how to run the C preprocessor" >&5 +echo "$as_me:2998: checking how to run the C preprocessor" >&5 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then @@ -2992,18 +3016,18 @@ # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat >conftest.$ac_ext <<_ACEOF -#line 2995 "configure" +#line 3019 "configure" #include "confdefs.h" #include Syntax error _ACEOF -if { (eval echo "$as_me:3000: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:3024: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:3006: \$? = $ac_status" >&5 + echo "$as_me:3030: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -3026,17 +3050,17 @@ # OK, works on sane cases. Now check whether non-existent headers # can be detected and how. cat >conftest.$ac_ext <<_ACEOF -#line 3029 "configure" +#line 3053 "configure" #include "confdefs.h" #include _ACEOF -if { (eval echo "$as_me:3033: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:3057: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:3039: \$? = $ac_status" >&5 + echo "$as_me:3063: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -3073,7 +3097,7 @@ else ac_cv_prog_CPP=$CPP fi -echo "$as_me:3076: result: $CPP" >&5 +echo "$as_me:3100: result: $CPP" >&5 echo "${ECHO_T}$CPP" >&6 ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes @@ -3083,18 +3107,18 @@ # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat >conftest.$ac_ext <<_ACEOF -#line 3086 "configure" +#line 3110 "configure" #include "confdefs.h" #include Syntax error _ACEOF -if { (eval echo "$as_me:3091: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:3115: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:3097: \$? = $ac_status" >&5 + echo "$as_me:3121: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -3117,17 +3141,17 @@ # OK, works on sane cases. Now check whether non-existent headers # can be detected and how. cat >conftest.$ac_ext <<_ACEOF -#line 3120 "configure" +#line 3144 "configure" #include "confdefs.h" #include _ACEOF -if { (eval echo "$as_me:3124: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:3148: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:3130: \$? = $ac_status" >&5 + echo "$as_me:3154: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -3155,7 +3179,7 @@ if $ac_preproc_ok; then : else - { { echo "$as_me:3158: error: C preprocessor \"$CPP\" fails sanity check" >&5 + { { echo "$as_me:3182: error: C preprocessor \"$CPP\" fails sanity check" >&5 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;} { (exit 1); exit 1; }; } fi @@ -3178,7 +3202,7 @@ # AFS /usr/afsws/bin/install, which mishandles nonexistent args # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" # ./install, which can be erroneously created by make from ./install.sh. -echo "$as_me:3181: checking for a BSD compatible install" >&5 +echo "$as_me:3205: checking for a BSD compatible install" >&5 echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6 if test -z "$INSTALL"; then if test "${ac_cv_path_install+set}" = set; then @@ -3227,7 +3251,7 @@ INSTALL=$ac_install_sh fi fi -echo "$as_me:3230: result: $INSTALL" >&5 +echo "$as_me:3254: result: $INSTALL" >&5 echo "${ECHO_T}$INSTALL" >&6 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. @@ -3242,7 +3266,7 @@ do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 -echo "$as_me:3245: checking for $ac_word" >&5 +echo "$as_me:3269: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_YACC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3257,7 +3281,7 @@ test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_YACC="$ac_prog" -echo "$as_me:3260: found $ac_dir/$ac_word" >&5 +echo "$as_me:3284: found $ac_dir/$ac_word" >&5 break done @@ -3265,10 +3289,10 @@ fi YACC=$ac_cv_prog_YACC if test -n "$YACC"; then - echo "$as_me:3268: result: $YACC" >&5 + echo "$as_me:3292: result: $YACC" >&5 echo "${ECHO_T}$YACC" >&6 else - echo "$as_me:3271: result: no" >&5 + echo "$as_me:3295: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -3280,7 +3304,7 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. set dummy ${ac_tool_prefix}ranlib; ac_word=$2 -echo "$as_me:3283: checking for $ac_word" >&5 +echo "$as_me:3307: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_RANLIB+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3295,7 +3319,7 @@ test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" -echo "$as_me:3298: found $ac_dir/$ac_word" >&5 +echo "$as_me:3322: found $ac_dir/$ac_word" >&5 break done @@ -3303,10 +3327,10 @@ fi RANLIB=$ac_cv_prog_RANLIB if test -n "$RANLIB"; then - echo "$as_me:3306: result: $RANLIB" >&5 + echo "$as_me:3330: result: $RANLIB" >&5 echo "${ECHO_T}$RANLIB" >&6 else - echo "$as_me:3309: result: no" >&5 + echo "$as_me:3333: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -3315,7 +3339,7 @@ ac_ct_RANLIB=$RANLIB # Extract the first word of "ranlib", so it can be a program name with args. set dummy ranlib; ac_word=$2 -echo "$as_me:3318: checking for $ac_word" >&5 +echo "$as_me:3342: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3330,7 +3354,7 @@ test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_ac_ct_RANLIB="ranlib" -echo "$as_me:3333: found $ac_dir/$ac_word" >&5 +echo "$as_me:3357: found $ac_dir/$ac_word" >&5 break done @@ -3339,10 +3363,10 @@ fi ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB if test -n "$ac_ct_RANLIB"; then - echo "$as_me:3342: result: $ac_ct_RANLIB" >&5 + echo "$as_me:3366: result: $ac_ct_RANLIB" >&5 echo "${ECHO_T}$ac_ct_RANLIB" >&6 else - echo "$as_me:3345: result: no" >&5 + echo "$as_me:3369: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -3353,10 +3377,10 @@ fi -echo "$as_me:3356: checking for AIX" >&5 +echo "$as_me:3380: checking for AIX" >&5 echo $ECHO_N "checking for AIX... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF -#line 3359 "configure" +#line 3383 "configure" #include "confdefs.h" #ifdef _AIX yes @@ -3365,21 +3389,21 @@ _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | egrep "yes" >/dev/null 2>&1; then - echo "$as_me:3368: result: yes" >&5 + echo "$as_me:3392: result: yes" >&5 echo "${ECHO_T}yes" >&6 cat >>confdefs.h <<\EOF #define _ALL_SOURCE 1 EOF else - echo "$as_me:3375: result: no" >&5 + echo "$as_me:3399: result: no" >&5 echo "${ECHO_T}no" >&6 fi rm -f conftest* #### Extract some information from the operating system and machine files. -{ echo "$as_me:3382: checking the machine- and system-dependent files to find out +{ echo "$as_me:3406: checking the machine- and system-dependent files to find out - which libraries the lib-src programs will want, and - whether the GNU malloc routines are usable..." >&5 echo "$as_me: checking the machine- and system-dependent files to find out @@ -3529,7 +3553,7 @@ fi; if test "$enable_largefile" != no; then - echo "$as_me:3532: checking for special C compiler options needed for large files" >&5 + echo "$as_me:3556: checking for special C compiler options needed for large files" >&5 echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6 if test "${ac_cv_sys_largefile_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3541,7 +3565,7 @@ # IRIX 6.2 and later do not support large files by default, # so use the C compiler's -n32 option if that helps. cat >conftest.$ac_ext <<_ACEOF -#line 3544 "configure" +#line 3568 "configure" #include "confdefs.h" #include /* Check that off_t can represent 2**63 - 1 correctly. @@ -3561,16 +3585,16 @@ } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:3564: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:3588: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:3567: \$? = $ac_status" >&5 + echo "$as_me:3591: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:3570: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:3573: \$? = $ac_status" >&5 + { (eval echo "$as_me:3594: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:3597: \$? = $ac_status" >&5 (exit $ac_status); }; }; then break else @@ -3580,16 +3604,16 @@ rm -f conftest.$ac_objext CC="$CC -n32" rm -f conftest.$ac_objext -if { (eval echo "$as_me:3583: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:3607: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:3586: \$? = $ac_status" >&5 + echo "$as_me:3610: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:3589: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:3592: \$? = $ac_status" >&5 + { (eval echo "$as_me:3613: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:3616: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sys_largefile_CC=' -n32'; break else @@ -3603,13 +3627,13 @@ rm -f conftest.$ac_ext fi fi -echo "$as_me:3606: result: $ac_cv_sys_largefile_CC" >&5 +echo "$as_me:3630: result: $ac_cv_sys_largefile_CC" >&5 echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6 if test "$ac_cv_sys_largefile_CC" != no; then CC=$CC$ac_cv_sys_largefile_CC fi - echo "$as_me:3612: checking for _FILE_OFFSET_BITS value needed for large files" >&5 + echo "$as_me:3636: checking for _FILE_OFFSET_BITS value needed for large files" >&5 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6 if test "${ac_cv_sys_file_offset_bits+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3617,7 +3641,7 @@ while :; do ac_cv_sys_file_offset_bits=no cat >conftest.$ac_ext <<_ACEOF -#line 3620 "configure" +#line 3644 "configure" #include "confdefs.h" #include /* Check that off_t can represent 2**63 - 1 correctly. @@ -3637,16 +3661,16 @@ } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:3640: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:3664: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:3643: \$? = $ac_status" >&5 + echo "$as_me:3667: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:3646: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:3649: \$? = $ac_status" >&5 + { (eval echo "$as_me:3670: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:3673: \$? = $ac_status" >&5 (exit $ac_status); }; }; then break else @@ -3655,7 +3679,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext cat >conftest.$ac_ext <<_ACEOF -#line 3658 "configure" +#line 3682 "configure" #include "confdefs.h" #define _FILE_OFFSET_BITS 64 #include @@ -3676,16 +3700,16 @@ } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:3679: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:3703: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:3682: \$? = $ac_status" >&5 + echo "$as_me:3706: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:3685: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:3688: \$? = $ac_status" >&5 + { (eval echo "$as_me:3709: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:3712: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sys_file_offset_bits=64; break else @@ -3696,7 +3720,7 @@ break done fi -echo "$as_me:3699: result: $ac_cv_sys_file_offset_bits" >&5 +echo "$as_me:3723: result: $ac_cv_sys_file_offset_bits" >&5 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6 if test "$ac_cv_sys_file_offset_bits" != no; then @@ -3706,7 +3730,7 @@ fi rm -f conftest* - echo "$as_me:3709: checking for _LARGE_FILES value needed for large files" >&5 + echo "$as_me:3733: checking for _LARGE_FILES value needed for large files" >&5 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6 if test "${ac_cv_sys_large_files+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3714,7 +3738,7 @@ while :; do ac_cv_sys_large_files=no cat >conftest.$ac_ext <<_ACEOF -#line 3717 "configure" +#line 3741 "configure" #include "confdefs.h" #include /* Check that off_t can represent 2**63 - 1 correctly. @@ -3734,16 +3758,16 @@ } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:3737: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:3761: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:3740: \$? = $ac_status" >&5 + echo "$as_me:3764: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:3743: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:3746: \$? = $ac_status" >&5 + { (eval echo "$as_me:3767: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:3770: \$? = $ac_status" >&5 (exit $ac_status); }; }; then break else @@ -3752,7 +3776,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext cat >conftest.$ac_ext <<_ACEOF -#line 3755 "configure" +#line 3779 "configure" #include "confdefs.h" #define _LARGE_FILES 1 #include @@ -3773,16 +3797,16 @@ } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:3776: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:3800: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:3779: \$? = $ac_status" >&5 + echo "$as_me:3803: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:3782: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:3785: \$? = $ac_status" >&5 + { (eval echo "$as_me:3806: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:3809: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sys_large_files=1; break else @@ -3793,7 +3817,7 @@ break done fi -echo "$as_me:3796: result: $ac_cv_sys_large_files" >&5 +echo "$as_me:3820: result: $ac_cv_sys_large_files" >&5 echo "${ECHO_T}$ac_cv_sys_large_files" >&6 if test "$ac_cv_sys_large_files" != no; then @@ -3810,23 +3834,23 @@ for ac_header in machine/soundcard.h sys/soundcard.h soundcard.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:3813: checking for $ac_header" >&5 +echo "$as_me:3837: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 3819 "configure" +#line 3843 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:3823: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:3847: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:3829: \$? = $ac_status" >&5 + echo "$as_me:3853: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -3845,7 +3869,7 @@ fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:3848: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:3872: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:3883: checking for _oss_ioctl in -lossaudio" >&5 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3864,7 +3888,7 @@ ac_check_lib_save_LIBS=$LIBS LIBS="-lossaudio $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 3867 "configure" +#line 3891 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -3883,16 +3907,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:3886: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:3889: \$? = $ac_status" >&5 +if { (eval echo "$as_me:3910: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:3913: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:3892: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:3895: \$? = $ac_status" >&5 + { (eval echo "$as_me:3916: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:3919: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_ossaudio__oss_ioctl=yes else @@ -3903,7 +3927,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:3906: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5 +echo "$as_me:3930: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then LIBSOUND=-lossaudio @@ -3916,23 +3940,23 @@ termcap.h stdio_ext.h fcntl.h term.h strings.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:3919: checking for $ac_header" >&5 +echo "$as_me:3943: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 3925 "configure" +#line 3949 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:3929: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:3953: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:3935: \$? = $ac_status" >&5 + echo "$as_me:3959: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -3951,7 +3975,7 @@ fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:3954: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:3978: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:3988: checking for ANSI C header files" >&5 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 if test "${ac_cv_header_stdc+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 3970 "configure" +#line 3994 "configure" #include "confdefs.h" #include #include @@ -3975,13 +3999,13 @@ #include _ACEOF -if { (eval echo "$as_me:3978: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:4002: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:3984: \$? = $ac_status" >&5 + echo "$as_me:4008: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -4003,7 +4027,7 @@ if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cat >conftest.$ac_ext <<_ACEOF -#line 4006 "configure" +#line 4030 "configure" #include "confdefs.h" #include @@ -4021,7 +4045,7 @@ if test $ac_cv_header_stdc = yes; then # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. cat >conftest.$ac_ext <<_ACEOF -#line 4024 "configure" +#line 4048 "configure" #include "confdefs.h" #include @@ -4042,7 +4066,7 @@ : else cat >conftest.$ac_ext <<_ACEOF -#line 4045 "configure" +#line 4069 "configure" #include "confdefs.h" #include #if ((' ' & 0x0FF) == 0x020) @@ -4068,15 +4092,15 @@ } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:4071: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:4074: \$? = $ac_status" >&5 +if { (eval echo "$as_me:4095: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:4098: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:4076: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:4079: \$? = $ac_status" >&5 + { (eval echo "$as_me:4100: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:4103: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -4089,7 +4113,7 @@ fi fi fi -echo "$as_me:4092: result: $ac_cv_header_stdc" >&5 +echo "$as_me:4116: result: $ac_cv_header_stdc" >&5 echo "${ECHO_T}$ac_cv_header_stdc" >&6 if test $ac_cv_header_stdc = yes; then @@ -4099,13 +4123,13 @@ fi -echo "$as_me:4102: checking whether time.h and sys/time.h may both be included" >&5 +echo "$as_me:4126: checking whether time.h and sys/time.h may both be included" >&5 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6 if test "${ac_cv_header_time+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 4108 "configure" +#line 4132 "configure" #include "confdefs.h" #include #include @@ -4121,16 +4145,16 @@ } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:4124: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:4148: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:4127: \$? = $ac_status" >&5 + echo "$as_me:4151: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:4130: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:4133: \$? = $ac_status" >&5 + { (eval echo "$as_me:4154: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:4157: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_header_time=yes else @@ -4140,7 +4164,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:4143: result: $ac_cv_header_time" >&5 +echo "$as_me:4167: result: $ac_cv_header_time" >&5 echo "${ECHO_T}$ac_cv_header_time" >&6 if test $ac_cv_header_time = yes; then @@ -4150,13 +4174,13 @@ fi -echo "$as_me:4153: checking for sys_siglist declaration in signal.h or unistd.h" >&5 +echo "$as_me:4177: checking for sys_siglist declaration in signal.h or unistd.h" >&5 echo $ECHO_N "checking for sys_siglist declaration in signal.h or unistd.h... $ECHO_C" >&6 if test "${ac_cv_decl_sys_siglist+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 4159 "configure" +#line 4183 "configure" #include "confdefs.h" #include #include @@ -4174,16 +4198,16 @@ } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:4177: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:4201: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:4180: \$? = $ac_status" >&5 + echo "$as_me:4204: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:4183: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:4186: \$? = $ac_status" >&5 + { (eval echo "$as_me:4207: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:4210: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_decl_sys_siglist=yes else @@ -4193,7 +4217,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:4196: result: $ac_cv_decl_sys_siglist" >&5 +echo "$as_me:4220: result: $ac_cv_decl_sys_siglist" >&5 echo "${ECHO_T}$ac_cv_decl_sys_siglist" >&6 if test $ac_cv_decl_sys_siglist = yes; then @@ -4203,13 +4227,13 @@ fi -echo "$as_me:4206: checking for sys/wait.h that is POSIX.1 compatible" >&5 +echo "$as_me:4230: checking for sys/wait.h that is POSIX.1 compatible" >&5 echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6 if test "${ac_cv_header_sys_wait_h+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 4212 "configure" +#line 4236 "configure" #include "confdefs.h" #include #include @@ -4231,16 +4255,16 @@ } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:4234: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:4258: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:4237: \$? = $ac_status" >&5 + echo "$as_me:4261: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:4240: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:4243: \$? = $ac_status" >&5 + { (eval echo "$as_me:4264: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:4267: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_header_sys_wait_h=yes else @@ -4250,7 +4274,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:4253: result: $ac_cv_header_sys_wait_h" >&5 +echo "$as_me:4277: result: $ac_cv_header_sys_wait_h" >&5 echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6 if test $ac_cv_header_sys_wait_h = yes; then @@ -4260,13 +4284,13 @@ fi -echo "$as_me:4263: checking for struct utimbuf" >&5 +echo "$as_me:4287: checking for struct utimbuf" >&5 echo $ECHO_N "checking for struct utimbuf... $ECHO_C" >&6 if test "${emacs_cv_struct_utimbuf+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 4269 "configure" +#line 4293 "configure" #include "confdefs.h" #ifdef TIME_WITH_SYS_TIME #include @@ -4290,16 +4314,16 @@ } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:4293: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:4317: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:4296: \$? = $ac_status" >&5 + echo "$as_me:4320: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:4299: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:4302: \$? = $ac_status" >&5 + { (eval echo "$as_me:4323: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:4326: \$? = $ac_status" >&5 (exit $ac_status); }; }; then emacs_cv_struct_utimbuf=yes else @@ -4309,7 +4333,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:4312: result: $emacs_cv_struct_utimbuf" >&5 +echo "$as_me:4336: result: $emacs_cv_struct_utimbuf" >&5 echo "${ECHO_T}$emacs_cv_struct_utimbuf" >&6 if test $emacs_cv_struct_utimbuf = yes; then cat >>confdefs.h <<\EOF @@ -4318,13 +4342,13 @@ fi -echo "$as_me:4321: checking return type of signal handlers" >&5 +echo "$as_me:4345: checking return type of signal handlers" >&5 echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6 if test "${ac_cv_type_signal+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 4327 "configure" +#line 4351 "configure" #include "confdefs.h" #include #include @@ -4346,16 +4370,16 @@ } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:4349: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:4373: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:4352: \$? = $ac_status" >&5 + echo "$as_me:4376: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:4355: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:4358: \$? = $ac_status" >&5 + { (eval echo "$as_me:4379: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:4382: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_signal=void else @@ -4365,20 +4389,20 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:4368: result: $ac_cv_type_signal" >&5 +echo "$as_me:4392: result: $ac_cv_type_signal" >&5 echo "${ECHO_T}$ac_cv_type_signal" >&6 cat >>confdefs.h <&5 +echo "$as_me:4399: checking for speed_t" >&5 echo $ECHO_N "checking for speed_t... $ECHO_C" >&6 if test "${emacs_cv_speed_t+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 4381 "configure" +#line 4405 "configure" #include "confdefs.h" #include int @@ -4390,16 +4414,16 @@ } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:4393: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:4417: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:4396: \$? = $ac_status" >&5 + echo "$as_me:4420: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:4399: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:4402: \$? = $ac_status" >&5 + { (eval echo "$as_me:4423: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:4426: \$? = $ac_status" >&5 (exit $ac_status); }; }; then emacs_cv_speed_t=yes else @@ -4409,7 +4433,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:4412: result: $emacs_cv_speed_t" >&5 +echo "$as_me:4436: result: $emacs_cv_speed_t" >&5 echo "${ECHO_T}$emacs_cv_speed_t" >&6 if test $emacs_cv_speed_t = yes; then cat >>confdefs.h <<\EOF @@ -4418,13 +4442,13 @@ fi -echo "$as_me:4421: checking for struct timeval" >&5 +echo "$as_me:4445: checking for struct timeval" >&5 echo $ECHO_N "checking for struct timeval... $ECHO_C" >&6 if test "${emacs_cv_struct_timeval+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 4427 "configure" +#line 4451 "configure" #include "confdefs.h" #ifdef TIME_WITH_SYS_TIME #include @@ -4445,16 +4469,16 @@ } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:4448: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:4472: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:4451: \$? = $ac_status" >&5 + echo "$as_me:4475: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:4454: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:4457: \$? = $ac_status" >&5 + { (eval echo "$as_me:4478: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:4481: \$? = $ac_status" >&5 (exit $ac_status); }; }; then emacs_cv_struct_timeval=yes else @@ -4464,7 +4488,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:4467: result: $emacs_cv_struct_timeval" >&5 +echo "$as_me:4491: result: $emacs_cv_struct_timeval" >&5 echo "${ECHO_T}$emacs_cv_struct_timeval" >&6 HAVE_TIMEVAL=$emacs_cv_struct_timeval if test $emacs_cv_struct_timeval = yes; then @@ -4474,13 +4498,13 @@ fi -echo "$as_me:4477: checking for struct exception" >&5 +echo "$as_me:4501: checking for struct exception" >&5 echo $ECHO_N "checking for struct exception... $ECHO_C" >&6 if test "${emacs_cv_struct_exception+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 4483 "configure" +#line 4507 "configure" #include "confdefs.h" #include int @@ -4492,16 +4516,16 @@ } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:4495: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:4519: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:4498: \$? = $ac_status" >&5 + echo "$as_me:4522: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:4501: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:4504: \$? = $ac_status" >&5 + { (eval echo "$as_me:4525: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:4528: \$? = $ac_status" >&5 (exit $ac_status); }; }; then emacs_cv_struct_exception=yes else @@ -4511,7 +4535,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:4514: result: $emacs_cv_struct_exception" >&5 +echo "$as_me:4538: result: $emacs_cv_struct_exception" >&5 echo "${ECHO_T}$emacs_cv_struct_exception" >&6 HAVE_EXCEPTION=$emacs_cv_struct_exception if test $emacs_cv_struct_exception != yes; then @@ -4521,13 +4545,13 @@ fi -echo "$as_me:4524: checking whether struct tm is in sys/time.h or time.h" >&5 +echo "$as_me:4548: checking whether struct tm is in sys/time.h or time.h" >&5 echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6 if test "${ac_cv_struct_tm+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 4530 "configure" +#line 4554 "configure" #include "confdefs.h" #include #include @@ -4541,16 +4565,16 @@ } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:4544: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:4568: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:4547: \$? = $ac_status" >&5 + echo "$as_me:4571: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:4550: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:4553: \$? = $ac_status" >&5 + { (eval echo "$as_me:4574: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:4577: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_struct_tm=time.h else @@ -4560,7 +4584,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:4563: result: $ac_cv_struct_tm" >&5 +echo "$as_me:4587: result: $ac_cv_struct_tm" >&5 echo "${ECHO_T}$ac_cv_struct_tm" >&6 if test $ac_cv_struct_tm = sys/time.h; then @@ -4570,13 +4594,13 @@ fi -echo "$as_me:4573: checking for struct tm.tm_zone" >&5 +echo "$as_me:4597: checking for struct tm.tm_zone" >&5 echo $ECHO_N "checking for struct tm.tm_zone... $ECHO_C" >&6 if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 4579 "configure" +#line 4603 "configure" #include "confdefs.h" #include #include <$ac_cv_struct_tm> @@ -4592,16 +4616,16 @@ } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:4595: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:4619: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:4598: \$? = $ac_status" >&5 + echo "$as_me:4622: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:4601: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:4604: \$? = $ac_status" >&5 + { (eval echo "$as_me:4625: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:4628: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_member_struct_tm_tm_zone=yes else @@ -4611,7 +4635,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:4614: result: $ac_cv_member_struct_tm_tm_zone" >&5 +echo "$as_me:4638: result: $ac_cv_member_struct_tm_tm_zone" >&5 echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6 if test $ac_cv_member_struct_tm_tm_zone = yes; then @@ -4628,13 +4652,13 @@ EOF else - echo "$as_me:4631: checking for tzname" >&5 + echo "$as_me:4655: checking for tzname" >&5 echo $ECHO_N "checking for tzname... $ECHO_C" >&6 if test "${ac_cv_var_tzname+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 4637 "configure" +#line 4661 "configure" #include "confdefs.h" #include #ifndef tzname /* For SGI. */ @@ -4650,16 +4674,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:4653: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:4656: \$? = $ac_status" >&5 +if { (eval echo "$as_me:4677: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:4680: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:4659: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:4662: \$? = $ac_status" >&5 + { (eval echo "$as_me:4683: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:4686: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_var_tzname=yes else @@ -4669,7 +4693,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:4672: result: $ac_cv_var_tzname" >&5 +echo "$as_me:4696: result: $ac_cv_var_tzname" >&5 echo "${ECHO_T}$ac_cv_var_tzname" >&6 if test $ac_cv_var_tzname = yes; then @@ -4680,13 +4704,13 @@ fi fi -echo "$as_me:4683: checking for tm_gmtoff in struct tm" >&5 +echo "$as_me:4707: checking for tm_gmtoff in struct tm" >&5 echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6 if test "${emacs_cv_tm_gmtoff+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 4689 "configure" +#line 4713 "configure" #include "confdefs.h" #include int @@ -4698,16 +4722,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:4701: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:4704: \$? = $ac_status" >&5 +if { (eval echo "$as_me:4725: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:4728: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:4707: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:4710: \$? = $ac_status" >&5 + { (eval echo "$as_me:4731: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:4734: \$? = $ac_status" >&5 (exit $ac_status); }; }; then emacs_cv_tm_gmtoff=yes else @@ -4717,7 +4741,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:4720: result: $emacs_cv_tm_gmtoff" >&5 +echo "$as_me:4744: result: $emacs_cv_tm_gmtoff" >&5 echo "${ECHO_T}$emacs_cv_tm_gmtoff" >&6 if test $emacs_cv_tm_gmtoff = yes; then cat >>confdefs.h <<\EOF @@ -4726,7 +4750,7 @@ fi -echo "$as_me:4729: checking for $CC option to accept ANSI C" >&5 +echo "$as_me:4753: checking for $CC option to accept ANSI C" >&5 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 if test "${ac_cv_prog_cc_stdc+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -4734,7 +4758,7 @@ ac_cv_prog_cc_stdc=no ac_save_CC=$CC cat >conftest.$ac_ext <<_ACEOF -#line 4737 "configure" +#line 4761 "configure" #include "confdefs.h" #include #include @@ -4783,16 +4807,16 @@ do CC="$ac_save_CC $ac_arg" rm -f conftest.$ac_objext -if { (eval echo "$as_me:4786: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:4810: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:4789: \$? = $ac_status" >&5 + echo "$as_me:4813: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:4792: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:4795: \$? = $ac_status" >&5 + { (eval echo "$as_me:4816: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:4819: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_prog_cc_stdc=$ac_arg break @@ -4809,18 +4833,18 @@ case "x$ac_cv_prog_cc_stdc" in x|xno) - echo "$as_me:4812: result: none needed" >&5 + echo "$as_me:4836: result: none needed" >&5 echo "${ECHO_T}none needed" >&6 ;; *) - echo "$as_me:4815: result: $ac_cv_prog_cc_stdc" >&5 + echo "$as_me:4839: result: $ac_cv_prog_cc_stdc" >&5 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 CC="$CC $ac_cv_prog_cc_stdc" ;; esac -echo "$as_me:4820: checking for function prototypes" >&5 +echo "$as_me:4844: checking for function prototypes" >&5 echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6 if test "$ac_cv_prog_cc_stdc" != no; then - echo "$as_me:4823: result: yes" >&5 + echo "$as_me:4847: result: yes" >&5 echo "${ECHO_T}yes" >&6 cat >>confdefs.h <<\EOF @@ -4828,17 +4852,17 @@ EOF else - echo "$as_me:4831: result: no" >&5 + echo "$as_me:4855: result: no" >&5 echo "${ECHO_T}no" >&6 fi -echo "$as_me:4835: checking for working volatile" >&5 +echo "$as_me:4859: checking for working volatile" >&5 echo $ECHO_N "checking for working volatile... $ECHO_C" >&6 if test "${ac_cv_c_volatile+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 4841 "configure" +#line 4865 "configure" #include "confdefs.h" int @@ -4852,16 +4876,16 @@ } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:4855: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:4879: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:4858: \$? = $ac_status" >&5 + echo "$as_me:4882: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:4861: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:4864: \$? = $ac_status" >&5 + { (eval echo "$as_me:4885: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:4888: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_c_volatile=yes else @@ -4871,7 +4895,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:4874: result: $ac_cv_c_volatile" >&5 +echo "$as_me:4898: result: $ac_cv_c_volatile" >&5 echo "${ECHO_T}$ac_cv_c_volatile" >&6 if test $ac_cv_c_volatile = no; then @@ -4881,13 +4905,13 @@ fi -echo "$as_me:4884: checking for an ANSI C-conforming const" >&5 +echo "$as_me:4908: checking for an ANSI C-conforming const" >&5 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6 if test "${ac_cv_c_const+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 4890 "configure" +#line 4914 "configure" #include "confdefs.h" int @@ -4945,16 +4969,16 @@ } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:4948: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:4972: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:4951: \$? = $ac_status" >&5 + echo "$as_me:4975: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:4954: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:4957: \$? = $ac_status" >&5 + { (eval echo "$as_me:4978: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:4981: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_c_const=yes else @@ -4964,7 +4988,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:4967: result: $ac_cv_c_const" >&5 +echo "$as_me:4991: result: $ac_cv_c_const" >&5 echo "${ECHO_T}$ac_cv_c_const" >&6 if test $ac_cv_c_const = no; then @@ -4974,13 +4998,13 @@ fi -echo "$as_me:4977: checking for void * support" >&5 +echo "$as_me:5001: checking for void * support" >&5 echo $ECHO_N "checking for void * support... $ECHO_C" >&6 if test "${emacs_cv_void_star+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 4983 "configure" +#line 5007 "configure" #include "confdefs.h" int @@ -4992,16 +5016,16 @@ } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:4995: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:5019: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:4998: \$? = $ac_status" >&5 + echo "$as_me:5022: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:5001: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:5004: \$? = $ac_status" >&5 + { (eval echo "$as_me:5025: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:5028: \$? = $ac_status" >&5 (exit $ac_status); }; }; then emacs_cv_void_star=yes else @@ -5011,7 +5035,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:5014: result: $emacs_cv_void_star" >&5 +echo "$as_me:5038: result: $emacs_cv_void_star" >&5 echo "${ECHO_T}$emacs_cv_void_star" >&6 if test $emacs_cv_void_star = yes; then cat >>confdefs.h <<\EOF @@ -5025,7 +5049,7 @@ fi -echo "$as_me:5028: checking whether ${MAKE-make} sets \${MAKE}" >&5 +echo "$as_me:5052: checking whether ${MAKE-make} sets \${MAKE}" >&5 echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then @@ -5045,16 +5069,16 @@ rm -f conftest.make fi if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then - echo "$as_me:5048: result: yes" >&5 + echo "$as_me:5072: result: yes" >&5 echo "${ECHO_T}yes" >&6 SET_MAKE= else - echo "$as_me:5052: result: no" >&5 + echo "$as_me:5076: result: no" >&5 echo "${ECHO_T}no" >&6 SET_MAKE="MAKE=${MAKE-make}" fi -echo "$as_me:5057: checking for long file names" >&5 +echo "$as_me:5081: checking for long file names" >&5 echo $ECHO_N "checking for long file names... $ECHO_C" >&6 if test "${ac_cv_sys_long_file_names+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -5093,7 +5117,7 @@ rm -rf $ac_xdir 2>/dev/null done fi -echo "$as_me:5096: result: $ac_cv_sys_long_file_names" >&5 +echo "$as_me:5120: result: $ac_cv_sys_long_file_names" >&5 echo "${ECHO_T}$ac_cv_sys_long_file_names" >&6 if test $ac_cv_sys_long_file_names = yes; then @@ -5105,7 +5129,7 @@ #### Choose a window system. -echo "$as_me:5108: checking for X" >&5 +echo "$as_me:5132: checking for X" >&5 echo $ECHO_N "checking for X... $ECHO_C" >&6 # Check whether --with-x or --without-x was given. @@ -5202,17 +5226,17 @@ # Guess where to find include files, by looking for Intrinsic.h. # First, try using that file with no special directory specified. cat >conftest.$ac_ext <<_ACEOF -#line 5205 "configure" +#line 5229 "configure" #include "confdefs.h" #include _ACEOF -if { (eval echo "$as_me:5209: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:5233: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:5215: \$? = $ac_status" >&5 + echo "$as_me:5239: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -5245,7 +5269,7 @@ ac_save_LIBS=$LIBS LIBS="-lXt $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 5248 "configure" +#line 5272 "configure" #include "confdefs.h" #include int @@ -5257,16 +5281,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:5260: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:5263: \$? = $ac_status" >&5 +if { (eval echo "$as_me:5284: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:5287: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:5266: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:5269: \$? = $ac_status" >&5 + { (eval echo "$as_me:5290: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:5293: \$? = $ac_status" >&5 (exit $ac_status); }; }; then LIBS=$ac_save_LIBS # We can link X programs with no special library path. @@ -5304,7 +5328,7 @@ fi # $with_x != no if test "$have_x" != yes; then - echo "$as_me:5307: result: $have_x" >&5 + echo "$as_me:5331: result: $have_x" >&5 echo "${ECHO_T}$have_x" >&6 no_x=yes else @@ -5314,7 +5338,7 @@ # Update the cache value to reflect the command line values. ac_cv_have_x="have_x=yes \ ac_x_includes=$x_includes ac_x_libraries=$x_libraries" - echo "$as_me:5317: result: libraries $x_libraries, headers $x_includes" >&5 + echo "$as_me:5341: result: libraries $x_libraries, headers $x_includes" >&5 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6 fi @@ -5412,13 +5436,13 @@ # Assume not, until told otherwise. GNU_MALLOC=yes doug_lea_malloc=yes -echo "$as_me:5415: checking for malloc_get_state" >&5 +echo "$as_me:5439: checking for malloc_get_state" >&5 echo $ECHO_N "checking for malloc_get_state... $ECHO_C" >&6 if test "${ac_cv_func_malloc_get_state+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 5421 "configure" +#line 5445 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char malloc_get_state (); below. */ @@ -5449,16 +5473,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:5452: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:5455: \$? = $ac_status" >&5 +if { (eval echo "$as_me:5476: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:5479: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:5458: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:5461: \$? = $ac_status" >&5 + { (eval echo "$as_me:5482: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:5485: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_malloc_get_state=yes else @@ -5468,7 +5492,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:5471: result: $ac_cv_func_malloc_get_state" >&5 +echo "$as_me:5495: result: $ac_cv_func_malloc_get_state" >&5 echo "${ECHO_T}$ac_cv_func_malloc_get_state" >&6 if test $ac_cv_func_malloc_get_state = yes; then : @@ -5476,13 +5500,13 @@ doug_lea_malloc=no fi -echo "$as_me:5479: checking for malloc_set_state" >&5 +echo "$as_me:5503: checking for malloc_set_state" >&5 echo $ECHO_N "checking for malloc_set_state... $ECHO_C" >&6 if test "${ac_cv_func_malloc_set_state+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 5485 "configure" +#line 5509 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char malloc_set_state (); below. */ @@ -5513,16 +5537,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:5516: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:5519: \$? = $ac_status" >&5 +if { (eval echo "$as_me:5540: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:5543: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:5522: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:5525: \$? = $ac_status" >&5 + { (eval echo "$as_me:5546: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:5549: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_malloc_set_state=yes else @@ -5532,7 +5556,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:5535: result: $ac_cv_func_malloc_set_state" >&5 +echo "$as_me:5559: result: $ac_cv_func_malloc_set_state" >&5 echo "${ECHO_T}$ac_cv_func_malloc_set_state" >&6 if test $ac_cv_func_malloc_set_state = yes; then : @@ -5540,13 +5564,13 @@ doug_lea_malloc=no fi -echo "$as_me:5543: checking whether __after_morecore_hook exists" >&5 +echo "$as_me:5567: checking whether __after_morecore_hook exists" >&5 echo $ECHO_N "checking whether __after_morecore_hook exists... $ECHO_C" >&6 if test "${emacs_cv_var___after_morecore_hook+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 5549 "configure" +#line 5573 "configure" #include "confdefs.h" extern void (* __after_morecore_hook)(); int @@ -5558,16 +5582,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:5561: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:5564: \$? = $ac_status" >&5 +if { (eval echo "$as_me:5585: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:5588: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:5567: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:5570: \$? = $ac_status" >&5 + { (eval echo "$as_me:5591: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:5594: \$? = $ac_status" >&5 (exit $ac_status); }; }; then emacs_cv_var___after_morecore_hook=yes else @@ -5577,7 +5601,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:5580: result: $emacs_cv_var___after_morecore_hook" >&5 +echo "$as_me:5604: result: $emacs_cv_var___after_morecore_hook" >&5 echo "${ECHO_T}$emacs_cv_var___after_morecore_hook" >&6 if test $emacs_cv_var___after_morecore_hook = no; then doug_lea_malloc=no @@ -5608,28 +5632,28 @@ inttypes.h stdint.h unistd.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:5611: checking for $ac_header" >&5 +echo "$as_me:5635: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 5617 "configure" +#line 5641 "configure" #include "confdefs.h" $ac_includes_default #include <$ac_header> _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:5623: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:5647: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:5626: \$? = $ac_status" >&5 + echo "$as_me:5650: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:5629: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:5632: \$? = $ac_status" >&5 + { (eval echo "$as_me:5653: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:5656: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_Header=yes" else @@ -5639,7 +5663,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:5642: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:5666: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:5679: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 5661 "configure" +#line 5685 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:5665: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:5689: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:5671: \$? = $ac_status" >&5 + echo "$as_me:5695: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -5687,7 +5711,7 @@ fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:5690: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:5714: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:5727: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$as_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 5709 "configure" +#line 5733 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -5737,16 +5761,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:5740: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:5743: \$? = $ac_status" >&5 +if { (eval echo "$as_me:5764: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:5767: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:5746: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:5749: \$? = $ac_status" >&5 + { (eval echo "$as_me:5770: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:5773: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -5756,7 +5780,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:5759: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:5783: result: `eval echo '${'$as_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:5793: checking for working mmap" >&5 echo $ECHO_N "checking for working mmap... $ECHO_C" >&6 if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -5775,7 +5799,7 @@ ac_cv_func_mmap_fixed_mapped=no else cat >conftest.$ac_ext <<_ACEOF -#line 5778 "configure" +#line 5802 "configure" #include "confdefs.h" $ac_includes_default /* Thanks to Mike Haertel and Jim Avera for this test. @@ -5902,15 +5926,15 @@ } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:5905: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:5908: \$? = $ac_status" >&5 +if { (eval echo "$as_me:5929: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:5932: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:5910: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:5913: \$? = $ac_status" >&5 + { (eval echo "$as_me:5934: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:5937: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_mmap_fixed_mapped=yes else @@ -5922,7 +5946,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -echo "$as_me:5925: result: $ac_cv_func_mmap_fixed_mapped" >&5 +echo "$as_me:5949: result: $ac_cv_func_mmap_fixed_mapped" >&5 echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6 if test $ac_cv_func_mmap_fixed_mapped = yes; then @@ -5939,7 +5963,7 @@ LIBS="$libsrc_libs $LIBS" -echo "$as_me:5942: checking for dnet_ntoa in -ldnet" >&5 +echo "$as_me:5966: checking for dnet_ntoa in -ldnet" >&5 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -5947,7 +5971,7 @@ ac_check_lib_save_LIBS=$LIBS LIBS="-ldnet $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 5950 "configure" +#line 5974 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -5966,16 +5990,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:5969: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:5972: \$? = $ac_status" >&5 +if { (eval echo "$as_me:5993: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:5996: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:5975: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:5978: \$? = $ac_status" >&5 + { (eval echo "$as_me:5999: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:6002: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_dnet_dnet_ntoa=yes else @@ -5986,7 +6010,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:5989: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 +echo "$as_me:6013: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then cat >>confdefs.h <&5 +echo "$as_me:6024: checking for main in -lXbsd" >&5 echo $ECHO_N "checking for main in -lXbsd... $ECHO_C" >&6 if test "${ac_cv_lib_Xbsd_main+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -6005,7 +6029,7 @@ ac_check_lib_save_LIBS=$LIBS LIBS="-lXbsd $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 6008 "configure" +#line 6032 "configure" #include "confdefs.h" int @@ -6017,16 +6041,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:6020: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:6023: \$? = $ac_status" >&5 +if { (eval echo "$as_me:6044: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:6047: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:6026: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:6029: \$? = $ac_status" >&5 + { (eval echo "$as_me:6050: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:6053: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_Xbsd_main=yes else @@ -6037,13 +6061,13 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:6040: result: $ac_cv_lib_Xbsd_main" >&5 +echo "$as_me:6064: result: $ac_cv_lib_Xbsd_main" >&5 echo "${ECHO_T}$ac_cv_lib_Xbsd_main" >&6 if test $ac_cv_lib_Xbsd_main = yes; then LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd" fi -echo "$as_me:6046: checking for cma_open in -lpthreads" >&5 +echo "$as_me:6070: checking for cma_open in -lpthreads" >&5 echo $ECHO_N "checking for cma_open in -lpthreads... $ECHO_C" >&6 if test "${ac_cv_lib_pthreads_cma_open+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -6051,7 +6075,7 @@ ac_check_lib_save_LIBS=$LIBS LIBS="-lpthreads $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 6054 "configure" +#line 6078 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -6070,16 +6094,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:6073: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:6076: \$? = $ac_status" >&5 +if { (eval echo "$as_me:6097: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:6100: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:6079: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:6082: \$? = $ac_status" >&5 + { (eval echo "$as_me:6103: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:6106: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_pthreads_cma_open=yes else @@ -6090,7 +6114,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:6093: result: $ac_cv_lib_pthreads_cma_open" >&5 +echo "$as_me:6117: result: $ac_cv_lib_pthreads_cma_open" >&5 echo "${ECHO_T}$ac_cv_lib_pthreads_cma_open" >&6 if test $ac_cv_lib_pthreads_cma_open = yes; then cat >>confdefs.h <&5 +echo "$as_me:6128: checking for XFree86 in /usr/X386" >&5 echo $ECHO_N "checking for XFree86 in /usr/X386... $ECHO_C" >&6 if test -d /usr/X386/include; then HAVE_XFREE386=yes @@ -6109,7 +6133,7 @@ else HAVE_XFREE386=no fi -echo "$as_me:6112: result: $HAVE_XFREE386" >&5 +echo "$as_me:6136: result: $HAVE_XFREE386" >&5 echo "${ECHO_T}$HAVE_XFREE386" >&6 # Change CFLAGS temporarily so that C_SWITCH_X_SITE gets used @@ -6134,10 +6158,10 @@ fi if test "${opsys}" = "gnu-linux"; then - echo "$as_me:6137: checking whether X on GNU/Linux needs -b to link" >&5 + echo "$as_me:6161: checking whether X on GNU/Linux needs -b to link" >&5 echo $ECHO_N "checking whether X on GNU/Linux needs -b to link... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF -#line 6140 "configure" +#line 6164 "configure" #include "confdefs.h" int @@ -6149,16 +6173,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:6152: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:6155: \$? = $ac_status" >&5 +if { (eval echo "$as_me:6176: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:6179: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:6158: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:6161: \$? = $ac_status" >&5 + { (eval echo "$as_me:6182: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:6185: \$? = $ac_status" >&5 (exit $ac_status); }; }; then xlinux_first_failure=no else @@ -6177,7 +6201,7 @@ CPPFLAGS="$CPPFLAGS -b i486-linuxaout" LIBS="$LIBS -b i486-linuxaout" cat >conftest.$ac_ext <<_ACEOF -#line 6180 "configure" +#line 6204 "configure" #include "confdefs.h" int @@ -6189,16 +6213,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:6192: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:6195: \$? = $ac_status" >&5 +if { (eval echo "$as_me:6216: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:6219: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:6198: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:6201: \$? = $ac_status" >&5 + { (eval echo "$as_me:6222: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:6225: \$? = $ac_status" >&5 (exit $ac_status); }; }; then xlinux_second_failure=no else @@ -6214,24 +6238,24 @@ C_SWITCH_X_SITE="$OLD_C_SWITCH_X_SITE" CPPFLAGS="$OLD_CPPFLAGS" LIBS="$OLD_LIBS" - echo "$as_me:6217: result: no" >&5 + echo "$as_me:6241: result: no" >&5 echo "${ECHO_T}no" >&6 else - echo "$as_me:6220: result: yes" >&5 + echo "$as_me:6244: result: yes" >&5 echo "${ECHO_T}yes" >&6 fi else - echo "$as_me:6224: result: no" >&5 + echo "$as_me:6248: result: no" >&5 echo "${ECHO_T}no" >&6 fi fi # Reportedly, some broken Solaris systems have XKBlib.h but are missing # header files included from there. - echo "$as_me:6231: checking for Xkb" >&5 + echo "$as_me:6255: checking for Xkb" >&5 echo $ECHO_N "checking for Xkb... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF -#line 6234 "configure" +#line 6258 "configure" #include "confdefs.h" #include #include @@ -6244,16 +6268,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:6247: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:6250: \$? = $ac_status" >&5 +if { (eval echo "$as_me:6271: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:6274: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:6253: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:6256: \$? = $ac_status" >&5 + { (eval echo "$as_me:6277: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:6280: \$? = $ac_status" >&5 (exit $ac_status); }; }; then emacs_xkb=yes else @@ -6262,7 +6286,7 @@ emacs_xkb=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext - echo "$as_me:6265: result: $emacs_xkb" >&5 + echo "$as_me:6289: result: $emacs_xkb" >&5 echo "${ECHO_T}$emacs_xkb" >&6 if test $emacs_xkb = yes; then cat >>confdefs.h <<\EOF @@ -6275,13 +6299,13 @@ XScreenNumberOfScreen XSetWMProtocols do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:6278: checking for $ac_func" >&5 +echo "$as_me:6302: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$as_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 6284 "configure" +#line 6308 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -6312,16 +6336,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:6315: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:6318: \$? = $ac_status" >&5 +if { (eval echo "$as_me:6339: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:6342: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:6321: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:6324: \$? = $ac_status" >&5 + { (eval echo "$as_me:6345: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:6348: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -6331,7 +6355,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:6334: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:6358: result: `eval echo '${'$as_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <&5 + echo "$as_me:6371: checking X11 version 6" >&5 echo $ECHO_N "checking X11 version 6... $ECHO_C" >&6 if test "${emacs_cv_x11_version_6+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 6353 "configure" +#line 6377 "configure" #include "confdefs.h" #include int @@ -6365,16 +6389,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:6368: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:6371: \$? = $ac_status" >&5 +if { (eval echo "$as_me:6392: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:6395: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:6374: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:6377: \$? = $ac_status" >&5 + { (eval echo "$as_me:6398: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:6401: \$? = $ac_status" >&5 (exit $ac_status); }; }; then emacs_cv_x11_version_6=yes else @@ -6386,26 +6410,26 @@ fi if test $emacs_cv_x11_version_6 = yes; then - echo "$as_me:6389: result: 6 or newer" >&5 + echo "$as_me:6413: result: 6 or newer" >&5 echo "${ECHO_T}6 or newer" >&6 cat >>confdefs.h <<\EOF #define HAVE_X11R6 1 EOF else - echo "$as_me:6396: result: before 6" >&5 + echo "$as_me:6420: result: before 6" >&5 echo "${ECHO_T}before 6" >&6 fi fi if test "${window_system}" = "x11"; then - echo "$as_me:6402: checking X11 version 5" >&5 + echo "$as_me:6426: checking X11 version 5" >&5 echo $ECHO_N "checking X11 version 5... $ECHO_C" >&6 if test "${emacs_cv_x11_version_5+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 6408 "configure" +#line 6432 "configure" #include "confdefs.h" #include int @@ -6420,16 +6444,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:6423: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:6426: \$? = $ac_status" >&5 +if { (eval echo "$as_me:6447: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:6450: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:6429: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:6432: \$? = $ac_status" >&5 + { (eval echo "$as_me:6453: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:6456: \$? = $ac_status" >&5 (exit $ac_status); }; }; then emacs_cv_x11_version_5=yes else @@ -6441,7 +6465,7 @@ fi if test $emacs_cv_x11_version_5 = yes; then - echo "$as_me:6444: result: 5 or newer" >&5 + echo "$as_me:6468: result: 5 or newer" >&5 echo "${ECHO_T}5 or newer" >&6 HAVE_X11R5=yes cat >>confdefs.h <<\EOF @@ -6450,20 +6474,20 @@ else HAVE_X11R5=no - echo "$as_me:6453: result: before 5" >&5 + echo "$as_me:6477: result: before 5" >&5 echo "${ECHO_T}before 5" >&6 fi fi if test x"${USE_X_TOOLKIT}" = xmaybe; then if test x"${HAVE_X11R5}" = xyes; then - echo "$as_me:6460: checking X11 version 5 with Xaw" >&5 + echo "$as_me:6484: checking X11 version 5 with Xaw" >&5 echo $ECHO_N "checking X11 version 5 with Xaw... $ECHO_C" >&6 if test "${emacs_cv_x11_version_5_with_xaw+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 6466 "configure" +#line 6490 "configure" #include "confdefs.h" #include @@ -6477,16 +6501,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:6480: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:6483: \$? = $ac_status" >&5 +if { (eval echo "$as_me:6504: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:6507: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:6486: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:6489: \$? = $ac_status" >&5 + { (eval echo "$as_me:6510: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:6513: \$? = $ac_status" >&5 (exit $ac_status); }; }; then emacs_cv_x11_version_5_with_xaw=yes else @@ -6498,11 +6522,11 @@ fi if test $emacs_cv_x11_version_5_with_xaw = yes; then - echo "$as_me:6501: result: 5 or newer, with Xaw; use toolkit by default" >&5 + echo "$as_me:6525: result: 5 or newer, with Xaw; use toolkit by default" >&5 echo "${ECHO_T}5 or newer, with Xaw; use toolkit by default" >&6 USE_X_TOOLKIT=LUCID else - echo "$as_me:6505: result: before 5 or no Xaw; do not use toolkit by default" >&5 + echo "$as_me:6529: result: before 5 or no Xaw; do not use toolkit by default" >&5 echo "${ECHO_T}before 5 or no Xaw; do not use toolkit by default" >&6 USE_X_TOOLKIT=none fi @@ -6514,13 +6538,13 @@ X_TOOLKIT_TYPE=$USE_X_TOOLKIT if test "${USE_X_TOOLKIT}" != "none"; then - echo "$as_me:6517: checking X11 toolkit version" >&5 + echo "$as_me:6541: checking X11 toolkit version" >&5 echo $ECHO_N "checking X11 toolkit version... $ECHO_C" >&6 if test "${emacs_cv_x11_toolkit_version_6+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 6523 "configure" +#line 6547 "configure" #include "confdefs.h" #include int @@ -6535,16 +6559,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:6538: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:6541: \$? = $ac_status" >&5 +if { (eval echo "$as_me:6562: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:6565: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:6544: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:6547: \$? = $ac_status" >&5 + { (eval echo "$as_me:6568: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:6571: \$? = $ac_status" >&5 (exit $ac_status); }; }; then emacs_cv_x11_toolkit_version_6=yes else @@ -6557,14 +6581,14 @@ HAVE_X11XTR6=$emacs_cv_x11_toolkit_version_6 if test $emacs_cv_x11_toolkit_version_6 = yes; then - echo "$as_me:6560: result: 6 or newer" >&5 + echo "$as_me:6584: result: 6 or newer" >&5 echo "${ECHO_T}6 or newer" >&6 cat >>confdefs.h <<\EOF #define HAVE_X11XTR6 1 EOF else - echo "$as_me:6567: result: before 6" >&5 + echo "$as_me:6591: result: before 6" >&5 echo "${ECHO_T}before 6" >&6 fi @@ -6575,7 +6599,7 @@ LIBS="-lXt $LIBS" fi -echo "$as_me:6578: checking for XmuConvertStandardSelection in -lXmu" >&5 +echo "$as_me:6602: checking for XmuConvertStandardSelection in -lXmu" >&5 echo $ECHO_N "checking for XmuConvertStandardSelection in -lXmu... $ECHO_C" >&6 if test "${ac_cv_lib_Xmu_XmuConvertStandardSelection+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -6583,7 +6607,7 @@ ac_check_lib_save_LIBS=$LIBS LIBS="-lXmu $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 6586 "configure" +#line 6610 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -6602,16 +6626,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:6605: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:6608: \$? = $ac_status" >&5 +if { (eval echo "$as_me:6629: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:6632: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:6611: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:6614: \$? = $ac_status" >&5 + { (eval echo "$as_me:6635: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:6638: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_Xmu_XmuConvertStandardSelection=yes else @@ -6622,7 +6646,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:6625: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5 +echo "$as_me:6649: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5 echo "${ECHO_T}$ac_cv_lib_Xmu_XmuConvertStandardSelection" >&6 if test $ac_cv_lib_Xmu_XmuConvertStandardSelection = yes; then cat >>confdefs.h <&5 +echo "$as_me:6667: checking for XShapeQueryExtension in -lXext" >&5 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -6648,7 +6672,7 @@ ac_check_lib_save_LIBS=$LIBS LIBS="-lXext $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 6651 "configure" +#line 6675 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -6667,16 +6691,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:6670: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:6673: \$? = $ac_status" >&5 +if { (eval echo "$as_me:6694: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:6697: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:6676: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:6679: \$? = $ac_status" >&5 + { (eval echo "$as_me:6700: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:6703: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_Xext_XShapeQueryExtension=yes else @@ -6687,7 +6711,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:6690: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5 +echo "$as_me:6714: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then cat >>confdefs.h <&5 + echo "$as_me:6729: checking for Motif version 2.1" >&5 echo $ECHO_N "checking for Motif version 2.1... $ECHO_C" >&6 if test "${emacs_cv_motif_version_2_1+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 6711 "configure" +#line 6735 "configure" #include "confdefs.h" #include int @@ -6724,16 +6748,16 @@ } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:6727: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:6751: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:6730: \$? = $ac_status" >&5 + echo "$as_me:6754: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:6733: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:6736: \$? = $ac_status" >&5 + { (eval echo "$as_me:6757: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:6760: \$? = $ac_status" >&5 (exit $ac_status); }; }; then emacs_cv_motif_version_2_1=yes else @@ -6743,7 +6767,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:6746: result: $emacs_cv_motif_version_2_1" >&5 +echo "$as_me:6770: result: $emacs_cv_motif_version_2_1" >&5 echo "${ECHO_T}$emacs_cv_motif_version_2_1" >&6 HAVE_MOTIF_2_1=$emacs_cv_motif_version_2_1 if test $emacs_cv_motif_version_2_1 = yes; then @@ -6752,7 +6776,7 @@ #define HAVE_MOTIF_2_1 1 EOF - echo "$as_me:6755: checking for XpCreateContext in -lXp" >&5 + echo "$as_me:6779: checking for XpCreateContext in -lXp" >&5 echo $ECHO_N "checking for XpCreateContext in -lXp... $ECHO_C" >&6 if test "${ac_cv_lib_Xp_XpCreateContext+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -6760,7 +6784,7 @@ ac_check_lib_save_LIBS=$LIBS LIBS="-lXp $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 6763 "configure" +#line 6787 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -6779,16 +6803,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:6782: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:6785: \$? = $ac_status" >&5 +if { (eval echo "$as_me:6806: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:6809: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:6788: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:6791: \$? = $ac_status" >&5 + { (eval echo "$as_me:6812: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:6815: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_Xp_XpCreateContext=yes else @@ -6799,7 +6823,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:6802: result: $ac_cv_lib_Xp_XpCreateContext" >&5 +echo "$as_me:6826: result: $ac_cv_lib_Xp_XpCreateContext" >&5 echo "${ECHO_T}$ac_cv_lib_Xp_XpCreateContext" >&6 if test $ac_cv_lib_Xp_XpCreateContext = yes; then HAVE_LIBXP=yes @@ -6818,23 +6842,23 @@ HAVE_XAW3D=no if test "${HAVE_X11}" = "yes"; then if test "${USE_X_TOOLKIT}" != "none"; then - echo "$as_me:6821: checking for X11/Xaw3d/Scrollbar.h" >&5 + echo "$as_me:6845: checking for X11/Xaw3d/Scrollbar.h" >&5 echo $ECHO_N "checking for X11/Xaw3d/Scrollbar.h... $ECHO_C" >&6 if test "${ac_cv_header_X11_Xaw3d_Scrollbar_h+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 6827 "configure" +#line 6851 "configure" #include "confdefs.h" #include _ACEOF -if { (eval echo "$as_me:6831: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:6855: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:6837: \$? = $ac_status" >&5 + echo "$as_me:6861: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -6853,10 +6877,10 @@ fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:6856: result: $ac_cv_header_X11_Xaw3d_Scrollbar_h" >&5 +echo "$as_me:6880: result: $ac_cv_header_X11_Xaw3d_Scrollbar_h" >&5 echo "${ECHO_T}$ac_cv_header_X11_Xaw3d_Scrollbar_h" >&6 if test $ac_cv_header_X11_Xaw3d_Scrollbar_h = yes; then - echo "$as_me:6859: checking for XawScrollbarSetThumb in -lXaw3d" >&5 + echo "$as_me:6883: checking for XawScrollbarSetThumb in -lXaw3d" >&5 echo $ECHO_N "checking for XawScrollbarSetThumb in -lXaw3d... $ECHO_C" >&6 if test "${ac_cv_lib_Xaw3d_XawScrollbarSetThumb+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -6864,7 +6888,7 @@ ac_check_lib_save_LIBS=$LIBS LIBS="-lXaw3d $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 6867 "configure" +#line 6891 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -6883,16 +6907,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:6886: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:6889: \$? = $ac_status" >&5 +if { (eval echo "$as_me:6910: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:6913: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:6892: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:6895: \$? = $ac_status" >&5 + { (eval echo "$as_me:6916: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:6919: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_Xaw3d_XawScrollbarSetThumb=yes else @@ -6903,7 +6927,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:6906: result: $ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&5 +echo "$as_me:6930: result: $ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&5 echo "${ECHO_T}$ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&6 if test $ac_cv_lib_Xaw3d_XawScrollbarSetThumb = yes; then HAVE_XAW3D=yes @@ -6951,23 +6975,23 @@ HAVE_XPM=no if test "${HAVE_X11}" = "yes"; then if test "${with_xpm}" != "no"; then - echo "$as_me:6954: checking for X11/xpm.h" >&5 + echo "$as_me:6978: checking for X11/xpm.h" >&5 echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6 if test "${ac_cv_header_X11_xpm_h+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 6960 "configure" +#line 6984 "configure" #include "confdefs.h" #include _ACEOF -if { (eval echo "$as_me:6964: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:6988: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:6970: \$? = $ac_status" >&5 + echo "$as_me:6994: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -6986,10 +7010,10 @@ fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:6989: result: $ac_cv_header_X11_xpm_h" >&5 +echo "$as_me:7013: result: $ac_cv_header_X11_xpm_h" >&5 echo "${ECHO_T}$ac_cv_header_X11_xpm_h" >&6 if test $ac_cv_header_X11_xpm_h = yes; then - echo "$as_me:6992: checking for XpmReadFileToPixmap in -lXpm" >&5 + echo "$as_me:7016: checking for XpmReadFileToPixmap in -lXpm" >&5 echo $ECHO_N "checking for XpmReadFileToPixmap in -lXpm... $ECHO_C" >&6 if test "${ac_cv_lib_Xpm_XpmReadFileToPixmap+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -6997,7 +7021,7 @@ ac_check_lib_save_LIBS=$LIBS LIBS="-lXpm -lX11 $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 7000 "configure" +#line 7024 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -7016,16 +7040,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:7019: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:7022: \$? = $ac_status" >&5 +if { (eval echo "$as_me:7043: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:7046: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:7025: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:7028: \$? = $ac_status" >&5 + { (eval echo "$as_me:7049: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:7052: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_Xpm_XpmReadFileToPixmap=yes else @@ -7036,7 +7060,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:7039: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5 +echo "$as_me:7063: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5 echo "${ECHO_T}$ac_cv_lib_Xpm_XpmReadFileToPixmap" >&6 if test $ac_cv_lib_Xpm_XpmReadFileToPixmap = yes; then HAVE_XPM=yes @@ -7045,10 +7069,10 @@ fi if test "${HAVE_XPM}" = "yes"; then - echo "$as_me:7048: checking for XpmReturnAllocPixels preprocessor define" >&5 + echo "$as_me:7072: checking for XpmReturnAllocPixels preprocessor define" >&5 echo $ECHO_N "checking for XpmReturnAllocPixels preprocessor define... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF -#line 7051 "configure" +#line 7075 "configure" #include "confdefs.h" #include "X11/xpm.h" #ifndef XpmReturnAllocPixels @@ -7065,10 +7089,10 @@ rm -f conftest* if test "${HAVE_XPM}" = "yes"; then - echo "$as_me:7068: result: yes" >&5 + echo "$as_me:7092: result: yes" >&5 echo "${ECHO_T}yes" >&6 else - echo "$as_me:7071: result: no" >&5 + echo "$as_me:7095: result: no" >&5 echo "${ECHO_T}no" >&6 fi fi @@ -7086,23 +7110,23 @@ HAVE_JPEG=no if test "${HAVE_X11}" = "yes"; then if test "${with_jpeg}" != "no"; then - echo "$as_me:7089: checking for jerror.h" >&5 + echo "$as_me:7113: checking for jerror.h" >&5 echo $ECHO_N "checking for jerror.h... $ECHO_C" >&6 if test "${ac_cv_header_jerror_h+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 7095 "configure" +#line 7119 "configure" #include "confdefs.h" #include _ACEOF -if { (eval echo "$as_me:7099: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:7123: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:7105: \$? = $ac_status" >&5 + echo "$as_me:7129: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -7121,10 +7145,10 @@ fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:7124: result: $ac_cv_header_jerror_h" >&5 +echo "$as_me:7148: result: $ac_cv_header_jerror_h" >&5 echo "${ECHO_T}$ac_cv_header_jerror_h" >&6 if test $ac_cv_header_jerror_h = yes; then - echo "$as_me:7127: checking for jpeg_destroy_compress in -ljpeg" >&5 + echo "$as_me:7151: checking for jpeg_destroy_compress in -ljpeg" >&5 echo $ECHO_N "checking for jpeg_destroy_compress in -ljpeg... $ECHO_C" >&6 if test "${ac_cv_lib_jpeg_jpeg_destroy_compress+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -7132,7 +7156,7 @@ ac_check_lib_save_LIBS=$LIBS LIBS="-ljpeg $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 7135 "configure" +#line 7159 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -7151,16 +7175,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:7154: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:7157: \$? = $ac_status" >&5 +if { (eval echo "$as_me:7178: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:7181: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:7160: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:7163: \$? = $ac_status" >&5 + { (eval echo "$as_me:7184: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:7187: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_jpeg_jpeg_destroy_compress=yes else @@ -7171,7 +7195,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:7174: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5 +echo "$as_me:7198: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5 echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_destroy_compress" >&6 if test $ac_cv_lib_jpeg_jpeg_destroy_compress = yes; then HAVE_JPEG=yes @@ -7193,23 +7217,23 @@ HAVE_PNG=no if test "${HAVE_X11}" = "yes"; then if test "${with_png}" != "no"; then - echo "$as_me:7196: checking for png.h" >&5 + echo "$as_me:7220: checking for png.h" >&5 echo $ECHO_N "checking for png.h... $ECHO_C" >&6 if test "${ac_cv_header_png_h+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 7202 "configure" +#line 7226 "configure" #include "confdefs.h" #include _ACEOF -if { (eval echo "$as_me:7206: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:7230: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:7212: \$? = $ac_status" >&5 + echo "$as_me:7236: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -7228,10 +7252,10 @@ fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:7231: result: $ac_cv_header_png_h" >&5 +echo "$as_me:7255: result: $ac_cv_header_png_h" >&5 echo "${ECHO_T}$ac_cv_header_png_h" >&6 if test $ac_cv_header_png_h = yes; then - echo "$as_me:7234: checking for png_get_channels in -lpng" >&5 + echo "$as_me:7258: checking for png_get_channels in -lpng" >&5 echo $ECHO_N "checking for png_get_channels in -lpng... $ECHO_C" >&6 if test "${ac_cv_lib_png_png_get_channels+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -7239,7 +7263,7 @@ ac_check_lib_save_LIBS=$LIBS LIBS="-lpng -lz -lm $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 7242 "configure" +#line 7266 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -7258,16 +7282,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:7261: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:7264: \$? = $ac_status" >&5 +if { (eval echo "$as_me:7285: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:7288: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:7267: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:7270: \$? = $ac_status" >&5 + { (eval echo "$as_me:7291: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:7294: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_png_png_get_channels=yes else @@ -7278,7 +7302,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:7281: result: $ac_cv_lib_png_png_get_channels" >&5 +echo "$as_me:7305: result: $ac_cv_lib_png_png_get_channels" >&5 echo "${ECHO_T}$ac_cv_lib_png_png_get_channels" >&6 if test $ac_cv_lib_png_png_get_channels = yes; then HAVE_PNG=yes @@ -7300,23 +7324,23 @@ HAVE_TIFF=no if test "${HAVE_X11}" = "yes"; then if test "${with_tiff}" != "no"; then - echo "$as_me:7303: checking for tiffio.h" >&5 + echo "$as_me:7327: checking for tiffio.h" >&5 echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6 if test "${ac_cv_header_tiffio_h+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 7309 "configure" +#line 7333 "configure" #include "confdefs.h" #include _ACEOF -if { (eval echo "$as_me:7313: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:7337: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:7319: \$? = $ac_status" >&5 + echo "$as_me:7343: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -7335,13 +7359,13 @@ fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:7338: result: $ac_cv_header_tiffio_h" >&5 +echo "$as_me:7362: result: $ac_cv_header_tiffio_h" >&5 echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6 if test $ac_cv_header_tiffio_h = yes; then tifflibs="-lz -lm" # At least one tiff package requires the jpeg library. if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi - echo "$as_me:7344: checking for TIFFGetVersion in -ltiff" >&5 + echo "$as_me:7368: checking for TIFFGetVersion in -ltiff" >&5 echo $ECHO_N "checking for TIFFGetVersion in -ltiff... $ECHO_C" >&6 if test "${ac_cv_lib_tiff_TIFFGetVersion+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -7349,7 +7373,7 @@ ac_check_lib_save_LIBS=$LIBS LIBS="-ltiff $tifflibs $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 7352 "configure" +#line 7376 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -7368,16 +7392,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:7371: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:7374: \$? = $ac_status" >&5 +if { (eval echo "$as_me:7395: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:7398: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:7377: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:7380: \$? = $ac_status" >&5 + { (eval echo "$as_me:7401: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:7404: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_tiff_TIFFGetVersion=yes else @@ -7388,7 +7412,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:7391: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5 +echo "$as_me:7415: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5 echo "${ECHO_T}$ac_cv_lib_tiff_TIFFGetVersion" >&6 if test $ac_cv_lib_tiff_TIFFGetVersion = yes; then HAVE_TIFF=yes @@ -7410,23 +7434,23 @@ HAVE_GIF=no if test "${HAVE_X11}" = "yes"; then if test "${with_gif}" != "no"; then - echo "$as_me:7413: checking for gif_lib.h" >&5 + echo "$as_me:7437: checking for gif_lib.h" >&5 echo $ECHO_N "checking for gif_lib.h... $ECHO_C" >&6 if test "${ac_cv_header_gif_lib_h+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 7419 "configure" +#line 7443 "configure" #include "confdefs.h" #include _ACEOF -if { (eval echo "$as_me:7423: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:7447: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:7429: \$? = $ac_status" >&5 + echo "$as_me:7453: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -7445,10 +7469,10 @@ fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:7448: result: $ac_cv_header_gif_lib_h" >&5 +echo "$as_me:7472: result: $ac_cv_header_gif_lib_h" >&5 echo "${ECHO_T}$ac_cv_header_gif_lib_h" >&6 if test $ac_cv_header_gif_lib_h = yes; then - echo "$as_me:7451: checking for DGifOpen in -lungif" >&5 + echo "$as_me:7475: checking for DGifOpen in -lungif" >&5 echo $ECHO_N "checking for DGifOpen in -lungif... $ECHO_C" >&6 if test "${ac_cv_lib_ungif_DGifOpen+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -7456,7 +7480,7 @@ ac_check_lib_save_LIBS=$LIBS LIBS="-lungif $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 7459 "configure" +#line 7483 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -7475,16 +7499,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:7478: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:7481: \$? = $ac_status" >&5 +if { (eval echo "$as_me:7502: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:7505: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:7484: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:7487: \$? = $ac_status" >&5 + { (eval echo "$as_me:7508: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:7511: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_ungif_DGifOpen=yes else @@ -7495,7 +7519,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:7498: result: $ac_cv_lib_ungif_DGifOpen" >&5 +echo "$as_me:7522: result: $ac_cv_lib_ungif_DGifOpen" >&5 echo "${ECHO_T}$ac_cv_lib_ungif_DGifOpen" >&6 if test $ac_cv_lib_ungif_DGifOpen = yes; then HAVE_GIF=yes @@ -7514,13 +7538,13 @@ fi # If netdb.h doesn't declare h_errno, we must declare it by hand. -echo "$as_me:7517: checking whether netdb declares h_errno" >&5 +echo "$as_me:7541: checking whether netdb declares h_errno" >&5 echo $ECHO_N "checking whether netdb declares h_errno... $ECHO_C" >&6 if test "${emacs_cv_netdb_declares_h_errno+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 7523 "configure" +#line 7547 "configure" #include "confdefs.h" #include int @@ -7532,16 +7556,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:7535: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:7538: \$? = $ac_status" >&5 +if { (eval echo "$as_me:7559: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:7562: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:7541: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:7544: \$? = $ac_status" >&5 + { (eval echo "$as_me:7565: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:7568: \$? = $ac_status" >&5 (exit $ac_status); }; }; then emacs_cv_netdb_declares_h_errno=yes else @@ -7551,7 +7575,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:7554: result: $emacs_cv_netdb_declares_h_errno" >&5 +echo "$as_me:7578: result: $emacs_cv_netdb_declares_h_errno" >&5 echo "${ECHO_T}$emacs_cv_netdb_declares_h_errno" >&6 if test $emacs_cv_netdb_declares_h_errno = yes; then cat >>confdefs.h <<\EOF @@ -7562,13 +7586,13 @@ # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works # for constant arguments. Useless! -echo "$as_me:7565: checking for working alloca.h" >&5 +echo "$as_me:7589: checking for working alloca.h" >&5 echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6 if test "${ac_cv_working_alloca_h+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 7571 "configure" +#line 7595 "configure" #include "confdefs.h" #include int @@ -7580,16 +7604,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:7583: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:7586: \$? = $ac_status" >&5 +if { (eval echo "$as_me:7607: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:7610: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:7589: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:7592: \$? = $ac_status" >&5 + { (eval echo "$as_me:7613: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:7616: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_working_alloca_h=yes else @@ -7599,7 +7623,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:7602: result: $ac_cv_working_alloca_h" >&5 +echo "$as_me:7626: result: $ac_cv_working_alloca_h" >&5 echo "${ECHO_T}$ac_cv_working_alloca_h" >&6 if test $ac_cv_working_alloca_h = yes; then @@ -7609,13 +7633,13 @@ fi -echo "$as_me:7612: checking for alloca" >&5 +echo "$as_me:7636: checking for alloca" >&5 echo $ECHO_N "checking for alloca... $ECHO_C" >&6 if test "${ac_cv_func_alloca_works+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 7618 "configure" +#line 7642 "configure" #include "confdefs.h" #ifdef __GNUC__ # define alloca __builtin_alloca @@ -7647,16 +7671,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:7650: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:7653: \$? = $ac_status" >&5 +if { (eval echo "$as_me:7674: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:7677: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:7656: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:7659: \$? = $ac_status" >&5 + { (eval echo "$as_me:7680: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:7683: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_alloca_works=yes else @@ -7666,7 +7690,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:7669: result: $ac_cv_func_alloca_works" >&5 +echo "$as_me:7693: result: $ac_cv_func_alloca_works" >&5 echo "${ECHO_T}$ac_cv_func_alloca_works" >&6 if test $ac_cv_func_alloca_works = yes; then @@ -7687,13 +7711,13 @@ #define C_ALLOCA 1 EOF -echo "$as_me:7690: checking whether \`alloca.c' needs Cray hooks" >&5 +echo "$as_me:7714: checking whether \`alloca.c' needs Cray hooks" >&5 echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6 if test "${ac_cv_os_cray+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 7696 "configure" +#line 7720 "configure" #include "confdefs.h" #if defined(CRAY) && ! defined(CRAY2) webecray @@ -7711,18 +7735,18 @@ rm -f conftest* fi -echo "$as_me:7714: result: $ac_cv_os_cray" >&5 +echo "$as_me:7738: result: $ac_cv_os_cray" >&5 echo "${ECHO_T}$ac_cv_os_cray" >&6 if test $ac_cv_os_cray = yes; then for ac_func in _getb67 GETB67 getb67; do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:7719: checking for $ac_func" >&5 +echo "$as_me:7743: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$as_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 7725 "configure" +#line 7749 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -7753,16 +7777,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:7756: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:7759: \$? = $ac_status" >&5 +if { (eval echo "$as_me:7780: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:7783: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:7762: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:7765: \$? = $ac_status" >&5 + { (eval echo "$as_me:7786: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:7789: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -7772,7 +7796,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:7775: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:7799: result: `eval echo '${'$as_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 if test `eval echo '${'$as_ac_var'}'` = yes; then @@ -7786,7 +7810,7 @@ done fi -echo "$as_me:7789: checking stack direction for C alloca" >&5 +echo "$as_me:7813: checking stack direction for C alloca" >&5 echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6 if test "${ac_cv_c_stack_direction+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -7795,7 +7819,7 @@ ac_cv_c_stack_direction=0 else cat >conftest.$ac_ext <<_ACEOF -#line 7798 "configure" +#line 7822 "configure" #include "confdefs.h" int find_stack_direction () @@ -7818,15 +7842,15 @@ } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:7821: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:7824: \$? = $ac_status" >&5 +if { (eval echo "$as_me:7845: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:7848: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:7826: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:7829: \$? = $ac_status" >&5 + { (eval echo "$as_me:7850: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:7853: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_c_stack_direction=1 else @@ -7838,7 +7862,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -echo "$as_me:7841: result: $ac_cv_c_stack_direction" >&5 +echo "$as_me:7865: result: $ac_cv_c_stack_direction" >&5 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6 cat >>confdefs.h <&5 +echo "$as_me:7877: checking for sqrt in -lm" >&5 echo $ECHO_N "checking for sqrt in -lm... $ECHO_C" >&6 if test "${ac_cv_lib_m_sqrt+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -7858,7 +7882,7 @@ ac_check_lib_save_LIBS=$LIBS LIBS="-lm $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 7861 "configure" +#line 7885 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -7877,16 +7901,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:7880: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:7883: \$? = $ac_status" >&5 +if { (eval echo "$as_me:7904: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:7907: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:7886: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:7889: \$? = $ac_status" >&5 + { (eval echo "$as_me:7910: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:7913: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_m_sqrt=yes else @@ -7897,7 +7921,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:7900: result: $ac_cv_lib_m_sqrt" >&5 +echo "$as_me:7924: result: $ac_cv_lib_m_sqrt" >&5 echo "${ECHO_T}$ac_cv_lib_m_sqrt" >&6 if test $ac_cv_lib_m_sqrt = yes; then cat >>confdefs.h <&5 +echo "$as_me:7937: checking for maillock in -lmail" >&5 echo $ECHO_N "checking for maillock in -lmail... $ECHO_C" >&6 if test "${ac_cv_lib_mail_maillock+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -7918,7 +7942,7 @@ ac_check_lib_save_LIBS=$LIBS LIBS="-lmail $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 7921 "configure" +#line 7945 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -7937,16 +7961,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:7940: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:7943: \$? = $ac_status" >&5 +if { (eval echo "$as_me:7964: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:7967: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:7946: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:7949: \$? = $ac_status" >&5 + { (eval echo "$as_me:7970: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:7973: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_mail_maillock=yes else @@ -7957,7 +7981,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:7960: result: $ac_cv_lib_mail_maillock" >&5 +echo "$as_me:7984: result: $ac_cv_lib_mail_maillock" >&5 echo "${ECHO_T}$ac_cv_lib_mail_maillock" >&6 if test $ac_cv_lib_mail_maillock = yes; then cat >>confdefs.h <&5 +echo "$as_me:7995: checking for maillock in -llockfile" >&5 echo $ECHO_N "checking for maillock in -llockfile... $ECHO_C" >&6 if test "${ac_cv_lib_lockfile_maillock+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -7976,7 +8000,7 @@ ac_check_lib_save_LIBS=$LIBS LIBS="-llockfile $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 7979 "configure" +#line 8003 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -7995,16 +8019,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:7998: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:8001: \$? = $ac_status" >&5 +if { (eval echo "$as_me:8022: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:8025: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:8004: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:8007: \$? = $ac_status" >&5 + { (eval echo "$as_me:8028: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:8031: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_lockfile_maillock=yes else @@ -8015,7 +8039,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:8018: result: $ac_cv_lib_lockfile_maillock" >&5 +echo "$as_me:8042: result: $ac_cv_lib_lockfile_maillock" >&5 echo "${ECHO_T}$ac_cv_lib_lockfile_maillock" >&6 if test $ac_cv_lib_lockfile_maillock = yes; then cat >>confdefs.h <&5 +echo "$as_me:8059: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_liblockfile+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -8047,7 +8071,7 @@ test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_liblockfile="yes" -echo "$as_me:8050: found $ac_dir/$ac_word" >&5 +echo "$as_me:8074: found $ac_dir/$ac_word" >&5 break done @@ -8056,15 +8080,15 @@ fi liblockfile=$ac_cv_prog_liblockfile if test -n "$liblockfile"; then - echo "$as_me:8059: result: $liblockfile" >&5 + echo "$as_me:8083: result: $liblockfile" >&5 echo "${ECHO_T}$liblockfile" >&6 else - echo "$as_me:8062: result: no" >&5 + echo "$as_me:8086: result: no" >&5 echo "${ECHO_T}no" >&6 fi if test $ac_cv_prog_liblockfile = yes; then - { { echo "$as_me:8067: error: Shared liblockfile found but can't link against it. + { { echo "$as_me:8091: error: Shared liblockfile found but can't link against it. This probably means that movemail could lose mail. There may be a \`development' package to install containing liblockfile." >&5 echo "$as_me: error: Shared liblockfile found but can't link against it. @@ -8082,13 +8106,13 @@ for ac_func in touchlock do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:8085: checking for $ac_func" >&5 +echo "$as_me:8109: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$as_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 8091 "configure" +#line 8115 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -8119,16 +8143,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:8122: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:8125: \$? = $ac_status" >&5 +if { (eval echo "$as_me:8146: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:8149: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:8128: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:8131: \$? = $ac_status" >&5 + { (eval echo "$as_me:8152: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:8155: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -8138,7 +8162,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:8141: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:8165: result: `eval echo '${'$as_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:8178: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 8160 "configure" +#line 8184 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:8164: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:8188: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:8170: \$? = $ac_status" >&5 + echo "$as_me:8194: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -8186,7 +8210,7 @@ fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:8189: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:8213: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:8232: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$as_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 8214 "configure" +#line 8238 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -8242,16 +8266,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:8245: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:8248: \$? = $ac_status" >&5 +if { (eval echo "$as_me:8269: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:8272: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:8251: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:8254: \$? = $ac_status" >&5 + { (eval echo "$as_me:8275: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:8278: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -8261,7 +8285,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:8264: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:8288: result: `eval echo '${'$as_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:8301: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 8283 "configure" +#line 8307 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:8287: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:8311: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:8293: \$? = $ac_status" >&5 + echo "$as_me:8317: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -8309,7 +8333,7 @@ fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:8312: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:8336: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:8349: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$as_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 8331 "configure" +#line 8355 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -8359,16 +8383,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:8362: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:8365: \$? = $ac_status" >&5 +if { (eval echo "$as_me:8386: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:8389: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:8368: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:8371: \$? = $ac_status" >&5 + { (eval echo "$as_me:8392: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:8395: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -8378,7 +8402,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:8381: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:8405: result: `eval echo '${'$as_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:8415: checking for working mktime" >&5 echo $ECHO_N "checking for working mktime... $ECHO_C" >&6 if test "${ac_cv_func_working_mktime+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -8397,7 +8421,7 @@ ac_cv_func_working_mktime=no else cat >conftest.$ac_ext <<_ACEOF -#line 8400 "configure" +#line 8424 "configure" #include "confdefs.h" /* Test program from Paul Eggert and Tony Leneis. */ #if TIME_WITH_SYS_TIME @@ -8546,15 +8570,15 @@ } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:8549: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:8552: \$? = $ac_status" >&5 +if { (eval echo "$as_me:8573: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:8576: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:8554: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:8557: \$? = $ac_status" >&5 + { (eval echo "$as_me:8578: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:8581: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_working_mktime=yes else @@ -8566,7 +8590,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -echo "$as_me:8569: result: $ac_cv_func_working_mktime" >&5 +echo "$as_me:8593: result: $ac_cv_func_working_mktime" >&5 echo "${ECHO_T}$ac_cv_func_working_mktime" >&6 if test $ac_cv_func_working_mktime = no; then LIBOBJS="$LIBOBJS mktime.$ac_objext" @@ -8584,13 +8608,13 @@ ac_save_LIBS=$LIBS # Check for getloadavg, but be sure not to touch the cache variable. -(echo "$as_me:8587: checking for getloadavg" >&5 +(echo "$as_me:8611: checking for getloadavg" >&5 echo $ECHO_N "checking for getloadavg... $ECHO_C" >&6 if test "${ac_cv_func_getloadavg+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 8593 "configure" +#line 8617 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char getloadavg (); below. */ @@ -8621,16 +8645,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:8624: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:8627: \$? = $ac_status" >&5 +if { (eval echo "$as_me:8648: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:8651: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:8630: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:8633: \$? = $ac_status" >&5 + { (eval echo "$as_me:8654: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:8657: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_getloadavg=yes else @@ -8640,7 +8664,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:8643: result: $ac_cv_func_getloadavg" >&5 +echo "$as_me:8667: result: $ac_cv_func_getloadavg" >&5 echo "${ECHO_T}$ac_cv_func_getloadavg" >&6 if test $ac_cv_func_getloadavg = yes; then exit 0 @@ -8654,13 +8678,13 @@ for ac_func in pstat_getdynamic do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:8657: checking for $ac_func" >&5 +echo "$as_me:8681: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$as_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 8663 "configure" +#line 8687 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -8691,16 +8715,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:8694: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:8697: \$? = $ac_status" >&5 +if { (eval echo "$as_me:8718: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:8721: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:8700: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:8703: \$? = $ac_status" >&5 + { (eval echo "$as_me:8724: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:8727: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -8710,7 +8734,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:8713: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:8737: result: `eval echo '${'$as_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:8749: checking for kstat_open in -lkstat" >&5 echo $ECHO_N "checking for kstat_open in -lkstat... $ECHO_C" >&6 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -8730,7 +8754,7 @@ ac_check_lib_save_LIBS=$LIBS LIBS="-lkstat $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 8733 "configure" +#line 8757 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -8749,16 +8773,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:8752: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:8755: \$? = $ac_status" >&5 +if { (eval echo "$as_me:8776: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:8779: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:8758: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:8761: \$? = $ac_status" >&5 + { (eval echo "$as_me:8782: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:8785: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_kstat_kstat_open=yes else @@ -8769,7 +8793,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:8772: result: $ac_cv_lib_kstat_kstat_open" >&5 +echo "$as_me:8796: result: $ac_cv_lib_kstat_kstat_open" >&5 echo "${ECHO_T}$ac_cv_lib_kstat_kstat_open" >&6 if test $ac_cv_lib_kstat_kstat_open = yes; then cat >>confdefs.h <&5 + echo "$as_me:8814: checking for elf_begin in -lelf" >&5 echo $ECHO_N "checking for elf_begin in -lelf... $ECHO_C" >&6 if test "${ac_cv_lib_elf_elf_begin+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -8795,7 +8819,7 @@ ac_check_lib_save_LIBS=$LIBS LIBS="-lelf $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 8798 "configure" +#line 8822 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -8814,16 +8838,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:8817: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:8820: \$? = $ac_status" >&5 +if { (eval echo "$as_me:8841: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:8844: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:8823: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:8826: \$? = $ac_status" >&5 + { (eval echo "$as_me:8847: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:8850: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_elf_elf_begin=yes else @@ -8834,7 +8858,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:8837: result: $ac_cv_lib_elf_elf_begin" >&5 +echo "$as_me:8861: result: $ac_cv_lib_elf_elf_begin" >&5 echo "${ECHO_T}$ac_cv_lib_elf_elf_begin" >&6 if test $ac_cv_lib_elf_elf_begin = yes; then LIBS="-lelf $LIBS" @@ -8842,7 +8866,7 @@ fi if test $ac_have_func = no; then - echo "$as_me:8845: checking for kvm_open in -lkvm" >&5 + echo "$as_me:8869: checking for kvm_open in -lkvm" >&5 echo $ECHO_N "checking for kvm_open in -lkvm... $ECHO_C" >&6 if test "${ac_cv_lib_kvm_kvm_open+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -8850,7 +8874,7 @@ ac_check_lib_save_LIBS=$LIBS LIBS="-lkvm $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 8853 "configure" +#line 8877 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -8869,16 +8893,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:8872: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:8875: \$? = $ac_status" >&5 +if { (eval echo "$as_me:8896: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:8899: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:8878: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:8881: \$? = $ac_status" >&5 + { (eval echo "$as_me:8902: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:8905: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_kvm_kvm_open=yes else @@ -8889,14 +8913,14 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:8892: result: $ac_cv_lib_kvm_kvm_open" >&5 +echo "$as_me:8916: result: $ac_cv_lib_kvm_kvm_open" >&5 echo "${ECHO_T}$ac_cv_lib_kvm_kvm_open" >&6 if test $ac_cv_lib_kvm_kvm_open = yes; then LIBS="-lkvm $LIBS" fi # Check for the 4.4BSD definition of getloadavg. - echo "$as_me:8899: checking for getloadavg in -lutil" >&5 + echo "$as_me:8923: checking for getloadavg in -lutil" >&5 echo $ECHO_N "checking for getloadavg in -lutil... $ECHO_C" >&6 if test "${ac_cv_lib_util_getloadavg+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -8904,7 +8928,7 @@ ac_check_lib_save_LIBS=$LIBS LIBS="-lutil $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 8907 "configure" +#line 8931 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -8923,16 +8947,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:8926: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:8929: \$? = $ac_status" >&5 +if { (eval echo "$as_me:8950: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:8953: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:8932: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:8935: \$? = $ac_status" >&5 + { (eval echo "$as_me:8956: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:8959: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_util_getloadavg=yes else @@ -8943,7 +8967,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:8946: result: $ac_cv_lib_util_getloadavg" >&5 +echo "$as_me:8970: result: $ac_cv_lib_util_getloadavg" >&5 echo "${ECHO_T}$ac_cv_lib_util_getloadavg" >&6 if test $ac_cv_lib_util_getloadavg = yes; then LIBS="-lutil $LIBS" ac_have_func=yes ac_cv_func_getloadavg_setgid=yes @@ -8956,7 +8980,7 @@ # Since it is not a standard part of AIX, it might be installed locally. ac_getloadavg_LIBS=$LIBS LIBS="-L/usr/local/lib $LIBS" - echo "$as_me:8959: checking for getloadavg in -lgetloadavg" >&5 + echo "$as_me:8983: checking for getloadavg in -lgetloadavg" >&5 echo $ECHO_N "checking for getloadavg in -lgetloadavg... $ECHO_C" >&6 if test "${ac_cv_lib_getloadavg_getloadavg+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -8964,7 +8988,7 @@ ac_check_lib_save_LIBS=$LIBS LIBS="-lgetloadavg $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 8967 "configure" +#line 8991 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -8983,16 +9007,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:8986: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:8989: \$? = $ac_status" >&5 +if { (eval echo "$as_me:9010: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:9013: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:8992: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:8995: \$? = $ac_status" >&5 + { (eval echo "$as_me:9016: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:9019: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_getloadavg_getloadavg=yes else @@ -9003,7 +9027,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:9006: result: $ac_cv_lib_getloadavg_getloadavg" >&5 +echo "$as_me:9030: result: $ac_cv_lib_getloadavg_getloadavg" >&5 echo "${ECHO_T}$ac_cv_lib_getloadavg_getloadavg" >&6 if test $ac_cv_lib_getloadavg_getloadavg = yes; then LIBS="-lgetloadavg $LIBS" @@ -9019,13 +9043,13 @@ for ac_func in getloadavg do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:9022: checking for $ac_func" >&5 +echo "$as_me:9046: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$as_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 9028 "configure" +#line 9052 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -9056,16 +9080,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:9059: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:9062: \$? = $ac_status" >&5 +if { (eval echo "$as_me:9083: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:9086: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:9065: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:9068: \$? = $ac_status" >&5 + { (eval echo "$as_me:9089: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:9092: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -9075,7 +9099,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:9078: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:9102: result: `eval echo '${'$as_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:9118: checking for sys/dg_sys_info.h" >&5 echo $ECHO_N "checking for sys/dg_sys_info.h... $ECHO_C" >&6 if test "${ac_cv_header_sys_dg_sys_info_h+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 9100 "configure" +#line 9124 "configure" #include "confdefs.h" #include _ACEOF -if { (eval echo "$as_me:9104: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:9128: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:9110: \$? = $ac_status" >&5 + echo "$as_me:9134: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -9126,7 +9150,7 @@ fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:9129: result: $ac_cv_header_sys_dg_sys_info_h" >&5 +echo "$as_me:9153: result: $ac_cv_header_sys_dg_sys_info_h" >&5 echo "${ECHO_T}$ac_cv_header_sys_dg_sys_info_h" >&6 if test $ac_cv_header_sys_dg_sys_info_h = yes; then ac_have_func=yes @@ -9135,7 +9159,7 @@ #define DGUX 1 EOF -echo "$as_me:9138: checking for dg_sys_info in -ldgc" >&5 +echo "$as_me:9162: checking for dg_sys_info in -ldgc" >&5 echo $ECHO_N "checking for dg_sys_info in -ldgc... $ECHO_C" >&6 if test "${ac_cv_lib_dgc_dg_sys_info+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -9143,7 +9167,7 @@ ac_check_lib_save_LIBS=$LIBS LIBS="-ldgc $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 9146 "configure" +#line 9170 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -9162,16 +9186,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:9165: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:9168: \$? = $ac_status" >&5 +if { (eval echo "$as_me:9189: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:9192: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:9171: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:9174: \$? = $ac_status" >&5 + { (eval echo "$as_me:9195: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:9198: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_dgc_dg_sys_info=yes else @@ -9182,7 +9206,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:9185: result: $ac_cv_lib_dgc_dg_sys_info" >&5 +echo "$as_me:9209: result: $ac_cv_lib_dgc_dg_sys_info" >&5 echo "${ECHO_T}$ac_cv_lib_dgc_dg_sys_info" >&6 if test $ac_cv_lib_dgc_dg_sys_info = yes; then cat >>confdefs.h <&5 +echo "$as_me:9222: checking for locale.h" >&5 echo $ECHO_N "checking for locale.h... $ECHO_C" >&6 if test "${ac_cv_header_locale_h+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 9204 "configure" +#line 9228 "configure" #include "confdefs.h" #include _ACEOF -if { (eval echo "$as_me:9208: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:9232: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:9214: \$? = $ac_status" >&5 + echo "$as_me:9238: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -9230,19 +9254,19 @@ fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:9233: result: $ac_cv_header_locale_h" >&5 +echo "$as_me:9257: result: $ac_cv_header_locale_h" >&5 echo "${ECHO_T}$ac_cv_header_locale_h" >&6 for ac_func in setlocale do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:9239: checking for $ac_func" >&5 +echo "$as_me:9263: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$as_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 9245 "configure" +#line 9269 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -9273,16 +9297,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:9276: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:9279: \$? = $ac_status" >&5 +if { (eval echo "$as_me:9300: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:9303: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:9282: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:9285: \$? = $ac_status" >&5 + { (eval echo "$as_me:9306: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:9309: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -9292,7 +9316,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:9295: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:9319: result: `eval echo '${'$as_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <&5 + echo "$as_me:9342: checking for inq_stats/cpustats.h" >&5 echo $ECHO_N "checking for inq_stats/cpustats.h... $ECHO_C" >&6 if test "${ac_cv_header_inq_stats_cpustats_h+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 9324 "configure" +#line 9348 "configure" #include "confdefs.h" #include _ACEOF -if { (eval echo "$as_me:9328: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:9352: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:9334: \$? = $ac_status" >&5 + echo "$as_me:9358: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -9350,7 +9374,7 @@ fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:9353: result: $ac_cv_header_inq_stats_cpustats_h" >&5 +echo "$as_me:9377: result: $ac_cv_header_inq_stats_cpustats_h" >&5 echo "${ECHO_T}$ac_cv_header_inq_stats_cpustats_h" >&6 if test $ac_cv_header_inq_stats_cpustats_h = yes; then ac_have_func=yes @@ -9368,23 +9392,23 @@ fi if test $ac_have_func = no; then - echo "$as_me:9371: checking for sys/cpustats.h" >&5 + echo "$as_me:9395: checking for sys/cpustats.h" >&5 echo $ECHO_N "checking for sys/cpustats.h... $ECHO_C" >&6 if test "${ac_cv_header_sys_cpustats_h+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 9377 "configure" +#line 9401 "configure" #include "confdefs.h" #include _ACEOF -if { (eval echo "$as_me:9381: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:9405: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:9387: \$? = $ac_status" >&5 + echo "$as_me:9411: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -9403,7 +9427,7 @@ fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:9406: result: $ac_cv_header_sys_cpustats_h" >&5 +echo "$as_me:9430: result: $ac_cv_header_sys_cpustats_h" >&5 echo "${ECHO_T}$ac_cv_header_sys_cpustats_h" >&6 if test $ac_cv_header_sys_cpustats_h = yes; then ac_have_func=yes; cat >>confdefs.h <<\EOF @@ -9419,23 +9443,23 @@ for ac_header in mach/mach.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:9422: checking for $ac_header" >&5 +echo "$as_me:9446: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 9428 "configure" +#line 9452 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:9432: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:9456: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:9438: \$? = $ac_status" >&5 + echo "$as_me:9462: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -9454,7 +9478,7 @@ fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:9457: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:9481: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:9496: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 9478 "configure" +#line 9502 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:9482: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:9506: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:9488: \$? = $ac_status" >&5 + echo "$as_me:9512: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -9504,19 +9528,19 @@ fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:9507: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:9531: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <&5 + echo "$as_me:9537: checking for struct nlist.n_un.n_name" >&5 echo $ECHO_N "checking for struct nlist.n_un.n_name... $ECHO_C" >&6 if test "${ac_cv_member_struct_nlist_n_un_n_name+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 9519 "configure" +#line 9543 "configure" #include "confdefs.h" #include @@ -9531,16 +9555,16 @@ } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:9534: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:9558: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:9537: \$? = $ac_status" >&5 + echo "$as_me:9561: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:9540: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:9543: \$? = $ac_status" >&5 + { (eval echo "$as_me:9564: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:9567: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_member_struct_nlist_n_un_n_name=yes else @@ -9550,7 +9574,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:9553: result: $ac_cv_member_struct_nlist_n_un_n_name" >&5 +echo "$as_me:9577: result: $ac_cv_member_struct_nlist_n_un_n_name" >&5 echo "${ECHO_T}$ac_cv_member_struct_nlist_n_un_n_name" >&6 if test $ac_cv_member_struct_nlist_n_un_n_name = yes; then @@ -9571,13 +9595,13 @@ done # Some definitions of getloadavg require that the program be installed setgid. -echo "$as_me:9574: checking whether getloadavg requires setgid" >&5 +echo "$as_me:9598: checking whether getloadavg requires setgid" >&5 echo $ECHO_N "checking whether getloadavg requires setgid... $ECHO_C" >&6 if test "${ac_cv_func_getloadavg_setgid+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 9580 "configure" +#line 9604 "configure" #include "confdefs.h" #include "$srcdir/getloadavg.c" #ifdef LDAV_PRIVILEGED @@ -9593,7 +9617,7 @@ rm -f conftest* fi -echo "$as_me:9596: result: $ac_cv_func_getloadavg_setgid" >&5 +echo "$as_me:9620: result: $ac_cv_func_getloadavg_setgid" >&5 echo "${ECHO_T}$ac_cv_func_getloadavg_setgid" >&6 if test $ac_cv_func_getloadavg_setgid = yes; then NEED_SETGID=true @@ -9607,7 +9631,7 @@ fi if test $ac_cv_func_getloadavg_setgid = yes; then - echo "$as_me:9610: checking group of /dev/kmem" >&5 + echo "$as_me:9634: checking group of /dev/kmem" >&5 echo $ECHO_N "checking group of /dev/kmem... $ECHO_C" >&6 if test "${ac_cv_group_kmem+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -9622,7 +9646,7 @@ / /s/.* //;p;'` fi -echo "$as_me:9625: result: $ac_cv_group_kmem" >&5 +echo "$as_me:9649: result: $ac_cv_group_kmem" >&5 echo "${ECHO_T}$ac_cv_group_kmem" >&6 KMEM_GROUP=$ac_cv_group_kmem fi @@ -9633,7 +9657,7 @@ fi LIBS=$ac_save_LIBS -echo "$as_me:9636: checking for _LARGEFILE_SOURCE value needed for large files" >&5 +echo "$as_me:9660: checking for _LARGEFILE_SOURCE value needed for large files" >&5 echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6 if test "${ac_cv_sys_largefile_source+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -9641,7 +9665,7 @@ while :; do ac_cv_sys_largefile_source=no cat >conftest.$ac_ext <<_ACEOF -#line 9644 "configure" +#line 9668 "configure" #include "confdefs.h" #include int @@ -9653,16 +9677,16 @@ } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:9656: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:9680: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:9659: \$? = $ac_status" >&5 + echo "$as_me:9683: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:9662: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:9665: \$? = $ac_status" >&5 + { (eval echo "$as_me:9686: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:9689: \$? = $ac_status" >&5 (exit $ac_status); }; }; then break else @@ -9671,7 +9695,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext cat >conftest.$ac_ext <<_ACEOF -#line 9674 "configure" +#line 9698 "configure" #include "confdefs.h" #define _LARGEFILE_SOURCE 1 #include @@ -9684,16 +9708,16 @@ } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:9687: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:9711: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:9690: \$? = $ac_status" >&5 + echo "$as_me:9714: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:9693: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:9696: \$? = $ac_status" >&5 + { (eval echo "$as_me:9717: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:9720: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sys_largefile_source=1; break else @@ -9704,7 +9728,7 @@ break done fi -echo "$as_me:9707: result: $ac_cv_sys_largefile_source" >&5 +echo "$as_me:9731: result: $ac_cv_sys_largefile_source" >&5 echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6 if test "$ac_cv_sys_largefile_source" != no; then @@ -9718,13 +9742,13 @@ # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug # in glibc 2.1.3, but that breaks too many other things. # If you want fseeko and ftello with glibc, upgrade to a fixed glibc. -echo "$as_me:9721: checking for fseeko" >&5 +echo "$as_me:9745: checking for fseeko" >&5 echo $ECHO_N "checking for fseeko... $ECHO_C" >&6 if test "${ac_cv_func_fseeko+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 9727 "configure" +#line 9751 "configure" #include "confdefs.h" #include int @@ -9736,16 +9760,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:9739: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:9742: \$? = $ac_status" >&5 +if { (eval echo "$as_me:9763: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:9766: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:9745: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:9748: \$? = $ac_status" >&5 + { (eval echo "$as_me:9769: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:9772: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_fseeko=yes else @@ -9755,7 +9779,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:9758: result: $ac_cv_func_fseeko" >&5 +echo "$as_me:9782: result: $ac_cv_func_fseeko" >&5 echo "${ECHO_T}$ac_cv_func_fseeko" >&6 if test $ac_cv_func_fseeko = yes; then @@ -9770,13 +9794,13 @@ for ac_func in grantpt do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:9773: checking for $ac_func" >&5 +echo "$as_me:9797: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$as_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 9779 "configure" +#line 9803 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -9807,16 +9831,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:9810: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:9813: \$? = $ac_status" >&5 +if { (eval echo "$as_me:9834: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:9837: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:9816: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:9819: \$? = $ac_status" >&5 + { (eval echo "$as_me:9840: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:9843: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -9826,7 +9850,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:9829: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:9853: result: `eval echo '${'$as_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:9868: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$as_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 9850 "configure" +#line 9874 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -9878,16 +9902,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:9881: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:9884: \$? = $ac_status" >&5 +if { (eval echo "$as_me:9905: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:9908: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:9887: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:9890: \$? = $ac_status" >&5 + { (eval echo "$as_me:9911: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:9914: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -9897,7 +9921,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:9900: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:9924: result: `eval echo '${'$as_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:9939: checking for tparm in -lncurses" >&5 echo $ECHO_N "checking for tparm in -lncurses... $ECHO_C" >&6 if test "${ac_cv_lib_ncurses_tparm+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -9920,7 +9944,7 @@ ac_check_lib_save_LIBS=$LIBS LIBS="-lncurses $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 9923 "configure" +#line 9947 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -9939,16 +9963,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:9942: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:9945: \$? = $ac_status" >&5 +if { (eval echo "$as_me:9966: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:9969: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:9948: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:9951: \$? = $ac_status" >&5 + { (eval echo "$as_me:9972: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:9975: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_ncurses_tparm=yes else @@ -9959,7 +9983,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:9962: result: $ac_cv_lib_ncurses_tparm" >&5 +echo "$as_me:9986: result: $ac_cv_lib_ncurses_tparm" >&5 echo "${ECHO_T}$ac_cv_lib_ncurses_tparm" >&6 if test $ac_cv_lib_ncurses_tparm = yes; then cat >>confdefs.h <&5 + echo "$as_me:10001: checking for res_send" >&5 echo $ECHO_N "checking for res_send... $ECHO_C" >&6 if test "${ac_cv_func_res_send+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 9983 "configure" +#line 10007 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char res_send (); below. */ @@ -10011,16 +10035,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:10014: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:10017: \$? = $ac_status" >&5 +if { (eval echo "$as_me:10038: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:10041: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:10020: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:10023: \$? = $ac_status" >&5 + { (eval echo "$as_me:10044: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:10047: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_res_send=yes else @@ -10030,18 +10054,18 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:10033: result: $ac_cv_func_res_send" >&5 +echo "$as_me:10057: result: $ac_cv_func_res_send" >&5 echo "${ECHO_T}$ac_cv_func_res_send" >&6 if test $ac_cv_func_res_send = yes; then : else - echo "$as_me:10038: checking for __res_send" >&5 + echo "$as_me:10062: checking for __res_send" >&5 echo $ECHO_N "checking for __res_send... $ECHO_C" >&6 if test "${ac_cv_func___res_send+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 10044 "configure" +#line 10068 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char __res_send (); below. */ @@ -10072,16 +10096,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:10075: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:10078: \$? = $ac_status" >&5 +if { (eval echo "$as_me:10099: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:10102: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:10081: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:10084: \$? = $ac_status" >&5 + { (eval echo "$as_me:10105: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:10108: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func___res_send=yes else @@ -10091,12 +10115,12 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:10094: result: $ac_cv_func___res_send" >&5 +echo "$as_me:10118: result: $ac_cv_func___res_send" >&5 echo "${ECHO_T}$ac_cv_func___res_send" >&6 if test $ac_cv_func___res_send = yes; then : else - echo "$as_me:10099: checking for res_send in -lresolv" >&5 + echo "$as_me:10123: checking for res_send in -lresolv" >&5 echo $ECHO_N "checking for res_send in -lresolv... $ECHO_C" >&6 if test "${ac_cv_lib_resolv_res_send+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -10104,7 +10128,7 @@ ac_check_lib_save_LIBS=$LIBS LIBS="-lresolv $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 10107 "configure" +#line 10131 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -10123,16 +10147,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:10126: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:10129: \$? = $ac_status" >&5 +if { (eval echo "$as_me:10150: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:10153: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:10132: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:10135: \$? = $ac_status" >&5 + { (eval echo "$as_me:10156: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:10159: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_resolv_res_send=yes else @@ -10143,12 +10167,12 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:10146: result: $ac_cv_lib_resolv_res_send" >&5 +echo "$as_me:10170: result: $ac_cv_lib_resolv_res_send" >&5 echo "${ECHO_T}$ac_cv_lib_resolv_res_send" >&6 if test $ac_cv_lib_resolv_res_send = yes; then resolv=yes else - echo "$as_me:10151: checking for __res_send in -lresolv" >&5 + echo "$as_me:10175: checking for __res_send in -lresolv" >&5 echo $ECHO_N "checking for __res_send in -lresolv... $ECHO_C" >&6 if test "${ac_cv_lib_resolv___res_send+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -10156,7 +10180,7 @@ ac_check_lib_save_LIBS=$LIBS LIBS="-lresolv $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 10159 "configure" +#line 10183 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -10175,16 +10199,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:10178: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:10181: \$? = $ac_status" >&5 +if { (eval echo "$as_me:10202: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:10205: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:10184: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:10187: \$? = $ac_status" >&5 + { (eval echo "$as_me:10208: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:10211: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_resolv___res_send=yes else @@ -10195,7 +10219,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:10198: result: $ac_cv_lib_resolv___res_send" >&5 +echo "$as_me:10222: result: $ac_cv_lib_resolv___res_send" >&5 echo "${ECHO_T}$ac_cv_lib_resolv___res_send" >&6 if test $ac_cv_lib_resolv___res_send = yes; then resolv=yes @@ -10216,13 +10240,13 @@ else RESOLVLIB= fi - echo "$as_me:10219: checking for hes_getmailhost" >&5 + echo "$as_me:10243: checking for hes_getmailhost" >&5 echo $ECHO_N "checking for hes_getmailhost... $ECHO_C" >&6 if test "${ac_cv_func_hes_getmailhost+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 10225 "configure" +#line 10249 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char hes_getmailhost (); below. */ @@ -10253,16 +10277,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:10256: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:10259: \$? = $ac_status" >&5 +if { (eval echo "$as_me:10280: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:10283: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:10262: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:10265: \$? = $ac_status" >&5 + { (eval echo "$as_me:10286: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:10289: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_hes_getmailhost=yes else @@ -10272,12 +10296,12 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:10275: result: $ac_cv_func_hes_getmailhost" >&5 +echo "$as_me:10299: result: $ac_cv_func_hes_getmailhost" >&5 echo "${ECHO_T}$ac_cv_func_hes_getmailhost" >&6 if test $ac_cv_func_hes_getmailhost = yes; then : else - echo "$as_me:10280: checking for hes_getmailhost in -lhesiod" >&5 + echo "$as_me:10304: checking for hes_getmailhost in -lhesiod" >&5 echo $ECHO_N "checking for hes_getmailhost in -lhesiod... $ECHO_C" >&6 if test "${ac_cv_lib_hesiod_hes_getmailhost+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -10285,7 +10309,7 @@ ac_check_lib_save_LIBS=$LIBS LIBS="-lhesiod $RESOLVLIB $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 10288 "configure" +#line 10312 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -10304,16 +10328,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:10307: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:10310: \$? = $ac_status" >&5 +if { (eval echo "$as_me:10331: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:10334: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:10313: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:10316: \$? = $ac_status" >&5 + { (eval echo "$as_me:10337: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:10340: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_hesiod_hes_getmailhost=yes else @@ -10324,7 +10348,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:10327: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5 +echo "$as_me:10351: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5 echo "${ECHO_T}$ac_cv_lib_hesiod_hes_getmailhost" >&6 if test $ac_cv_lib_hesiod_hes_getmailhost = yes; then cat >>confdefs.h <<\EOF @@ -10342,7 +10366,7 @@ # These tell us which Kerberos-related libraries to use. if test "${with_kerberos+set}" = set; then -echo "$as_me:10345: checking for com_err in -lcom_err" >&5 +echo "$as_me:10369: checking for com_err in -lcom_err" >&5 echo $ECHO_N "checking for com_err in -lcom_err... $ECHO_C" >&6 if test "${ac_cv_lib_com_err_com_err+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -10350,7 +10374,7 @@ ac_check_lib_save_LIBS=$LIBS LIBS="-lcom_err $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 10353 "configure" +#line 10377 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -10369,16 +10393,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:10372: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:10375: \$? = $ac_status" >&5 +if { (eval echo "$as_me:10396: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:10399: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:10378: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:10381: \$? = $ac_status" >&5 + { (eval echo "$as_me:10402: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:10405: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_com_err_com_err=yes else @@ -10389,7 +10413,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:10392: result: $ac_cv_lib_com_err_com_err" >&5 +echo "$as_me:10416: result: $ac_cv_lib_com_err_com_err" >&5 echo "${ECHO_T}$ac_cv_lib_com_err_com_err" >&6 if test $ac_cv_lib_com_err_com_err = yes; then cat >>confdefs.h <&5 +echo "$as_me:10427: checking for mit_des_cbc_encrypt in -lk5crypto" >&5 echo $ECHO_N "checking for mit_des_cbc_encrypt in -lk5crypto... $ECHO_C" >&6 if test "${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -10408,7 +10432,7 @@ ac_check_lib_save_LIBS=$LIBS LIBS="-lk5crypto $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 10411 "configure" +#line 10435 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -10427,16 +10451,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:10430: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:10433: \$? = $ac_status" >&5 +if { (eval echo "$as_me:10454: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:10457: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:10436: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:10439: \$? = $ac_status" >&5 + { (eval echo "$as_me:10460: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:10463: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_k5crypto_mit_des_cbc_encrypt=yes else @@ -10447,7 +10471,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:10450: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5 +echo "$as_me:10474: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5 echo "${ECHO_T}$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&6 if test $ac_cv_lib_k5crypto_mit_des_cbc_encrypt = yes; then cat >>confdefs.h <&5 +echo "$as_me:10485: checking for mit_des_cbc_encrypt in -lcrypto" >&5 echo $ECHO_N "checking for mit_des_cbc_encrypt in -lcrypto... $ECHO_C" >&6 if test "${ac_cv_lib_crypto_mit_des_cbc_encrypt+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -10466,7 +10490,7 @@ ac_check_lib_save_LIBS=$LIBS LIBS="-lcrypto $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 10469 "configure" +#line 10493 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -10485,16 +10509,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:10488: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:10491: \$? = $ac_status" >&5 +if { (eval echo "$as_me:10512: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:10515: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:10494: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:10497: \$? = $ac_status" >&5 + { (eval echo "$as_me:10518: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:10521: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_crypto_mit_des_cbc_encrypt=yes else @@ -10505,7 +10529,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:10508: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5 +echo "$as_me:10532: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5 echo "${ECHO_T}$ac_cv_lib_crypto_mit_des_cbc_encrypt" >&6 if test $ac_cv_lib_crypto_mit_des_cbc_encrypt = yes; then cat >>confdefs.h <&5 +echo "$as_me:10543: checking for krb5_init_context in -lkrb5" >&5 echo $ECHO_N "checking for krb5_init_context in -lkrb5... $ECHO_C" >&6 if test "${ac_cv_lib_krb5_krb5_init_context+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -10524,7 +10548,7 @@ ac_check_lib_save_LIBS=$LIBS LIBS="-lkrb5 $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 10527 "configure" +#line 10551 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -10543,16 +10567,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:10546: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:10549: \$? = $ac_status" >&5 +if { (eval echo "$as_me:10570: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:10573: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:10552: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:10555: \$? = $ac_status" >&5 + { (eval echo "$as_me:10576: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:10579: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_krb5_krb5_init_context=yes else @@ -10563,7 +10587,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:10566: result: $ac_cv_lib_krb5_krb5_init_context" >&5 +echo "$as_me:10590: result: $ac_cv_lib_krb5_krb5_init_context" >&5 echo "${ECHO_T}$ac_cv_lib_krb5_krb5_init_context" >&6 if test $ac_cv_lib_krb5_krb5_init_context = yes; then cat >>confdefs.h <&5 +echo "$as_me:10603: checking for des_cbc_encrypt in -ldes425" >&5 echo $ECHO_N "checking for des_cbc_encrypt in -ldes425... $ECHO_C" >&6 if test "${ac_cv_lib_des425_des_cbc_encrypt+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -10584,7 +10608,7 @@ ac_check_lib_save_LIBS=$LIBS LIBS="-ldes425 $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 10587 "configure" +#line 10611 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -10603,16 +10627,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:10606: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:10609: \$? = $ac_status" >&5 +if { (eval echo "$as_me:10630: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:10633: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:10612: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:10615: \$? = $ac_status" >&5 + { (eval echo "$as_me:10636: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:10639: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_des425_des_cbc_encrypt=yes else @@ -10623,7 +10647,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:10626: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5 +echo "$as_me:10650: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5 echo "${ECHO_T}$ac_cv_lib_des425_des_cbc_encrypt" >&6 if test $ac_cv_lib_des425_des_cbc_encrypt = yes; then cat >>confdefs.h <&5 +echo "$as_me:10661: checking for des_cbc_encrypt in -ldes" >&5 echo $ECHO_N "checking for des_cbc_encrypt in -ldes... $ECHO_C" >&6 if test "${ac_cv_lib_des_des_cbc_encrypt+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -10642,7 +10666,7 @@ ac_check_lib_save_LIBS=$LIBS LIBS="-ldes $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 10645 "configure" +#line 10669 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -10661,16 +10685,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:10664: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:10667: \$? = $ac_status" >&5 +if { (eval echo "$as_me:10688: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:10691: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:10670: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:10673: \$? = $ac_status" >&5 + { (eval echo "$as_me:10694: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:10697: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_des_des_cbc_encrypt=yes else @@ -10681,7 +10705,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:10684: result: $ac_cv_lib_des_des_cbc_encrypt" >&5 +echo "$as_me:10708: result: $ac_cv_lib_des_des_cbc_encrypt" >&5 echo "${ECHO_T}$ac_cv_lib_des_des_cbc_encrypt" >&6 if test $ac_cv_lib_des_des_cbc_encrypt = yes; then cat >>confdefs.h <&5 +echo "$as_me:10721: checking for krb_get_cred in -lkrb4" >&5 echo $ECHO_N "checking for krb_get_cred in -lkrb4... $ECHO_C" >&6 if test "${ac_cv_lib_krb4_krb_get_cred+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -10702,7 +10726,7 @@ ac_check_lib_save_LIBS=$LIBS LIBS="-lkrb4 $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 10705 "configure" +#line 10729 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -10721,16 +10745,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:10724: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:10727: \$? = $ac_status" >&5 +if { (eval echo "$as_me:10748: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:10751: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:10730: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:10733: \$? = $ac_status" >&5 + { (eval echo "$as_me:10754: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:10757: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_krb4_krb_get_cred=yes else @@ -10741,7 +10765,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:10744: result: $ac_cv_lib_krb4_krb_get_cred" >&5 +echo "$as_me:10768: result: $ac_cv_lib_krb4_krb_get_cred" >&5 echo "${ECHO_T}$ac_cv_lib_krb4_krb_get_cred" >&6 if test $ac_cv_lib_krb4_krb_get_cred = yes; then cat >>confdefs.h <&5 +echo "$as_me:10779: checking for krb_get_cred in -lkrb" >&5 echo $ECHO_N "checking for krb_get_cred in -lkrb... $ECHO_C" >&6 if test "${ac_cv_lib_krb_krb_get_cred+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -10760,7 +10784,7 @@ ac_check_lib_save_LIBS=$LIBS LIBS="-lkrb $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 10763 "configure" +#line 10787 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -10779,16 +10803,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:10782: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:10785: \$? = $ac_status" >&5 +if { (eval echo "$as_me:10806: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:10809: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:10788: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:10791: \$? = $ac_status" >&5 + { (eval echo "$as_me:10812: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:10815: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_krb_krb_get_cred=yes else @@ -10799,7 +10823,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:10802: result: $ac_cv_lib_krb_krb_get_cred" >&5 +echo "$as_me:10826: result: $ac_cv_lib_krb_krb_get_cred" >&5 echo "${ECHO_T}$ac_cv_lib_krb_krb_get_cred" >&6 if test $ac_cv_lib_krb_krb_get_cred = yes; then cat >>confdefs.h <&5 +echo "$as_me:10846: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 10828 "configure" +#line 10852 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:10832: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:10856: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:10838: \$? = $ac_status" >&5 + echo "$as_me:10862: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -10854,7 +10878,7 @@ fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:10857: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:10881: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:10896: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 10878 "configure" +#line 10902 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:10882: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:10906: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:10888: \$? = $ac_status" >&5 + echo "$as_me:10912: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -10904,7 +10928,7 @@ fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:10907: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:10931: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:10943: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 10925 "configure" +#line 10949 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:10929: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:10953: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:10935: \$? = $ac_status" >&5 + echo "$as_me:10959: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -10951,7 +10975,7 @@ fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:10954: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:10978: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:10990: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 10972 "configure" +#line 10996 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:10976: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:11000: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:10982: \$? = $ac_status" >&5 + echo "$as_me:11006: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -10998,7 +11022,7 @@ fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:11001: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:11025: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:11044: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 11026 "configure" +#line 11050 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:11030: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:11054: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:11036: \$? = $ac_status" >&5 + echo "$as_me:11060: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -11052,7 +11076,7 @@ fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:11055: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:11079: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:11091: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 11073 "configure" +#line 11097 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:11077: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:11101: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:11083: \$? = $ac_status" >&5 + echo "$as_me:11107: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -11099,7 +11123,7 @@ fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:11102: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:11126: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:11138: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 11120 "configure" +#line 11144 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:11124: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:11148: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:11130: \$? = $ac_status" >&5 + echo "$as_me:11154: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -11146,7 +11170,7 @@ fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:11149: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:11173: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:11194: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 11176 "configure" +#line 11200 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:11180: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:11204: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:11186: \$? = $ac_status" >&5 + echo "$as_me:11210: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -11202,7 +11226,7 @@ fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:11205: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:11229: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:11244: checking for dgettext in -lintl" >&5 echo $ECHO_N "checking for dgettext in -lintl... $ECHO_C" >&6 if test "${ac_cv_lib_intl_dgettext+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -11225,7 +11249,7 @@ ac_check_lib_save_LIBS=$LIBS LIBS="-lintl $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 11228 "configure" +#line 11252 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -11244,16 +11268,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:11247: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:11250: \$? = $ac_status" >&5 +if { (eval echo "$as_me:11271: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:11274: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:11253: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:11256: \$? = $ac_status" >&5 + { (eval echo "$as_me:11277: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:11280: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_intl_dgettext=yes else @@ -11264,7 +11288,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:11267: result: $ac_cv_lib_intl_dgettext" >&5 +echo "$as_me:11291: result: $ac_cv_lib_intl_dgettext" >&5 echo "${ECHO_T}$ac_cv_lib_intl_dgettext" >&6 if test $ac_cv_lib_intl_dgettext = yes; then cat >>confdefs.h <&5 +echo "$as_me:11302: checking whether localtime caches TZ" >&5 echo $ECHO_N "checking whether localtime caches TZ... $ECHO_C" >&6 if test "${emacs_cv_localtime_cache+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -11286,7 +11310,7 @@ emacs_cv_localtime_cache=yes else cat >conftest.$ac_ext <<_ACEOF -#line 11289 "configure" +#line 11313 "configure" #include "confdefs.h" #include extern char **environ; @@ -11319,15 +11343,15 @@ } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:11322: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:11325: \$? = $ac_status" >&5 +if { (eval echo "$as_me:11346: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:11349: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:11327: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:11330: \$? = $ac_status" >&5 + { (eval echo "$as_me:11351: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:11354: \$? = $ac_status" >&5 (exit $ac_status); }; }; then emacs_cv_localtime_cache=no else @@ -11344,7 +11368,7 @@ emacs_cv_localtime_cache=no fi fi -echo "$as_me:11347: result: $emacs_cv_localtime_cache" >&5 +echo "$as_me:11371: result: $emacs_cv_localtime_cache" >&5 echo "${ECHO_T}$emacs_cv_localtime_cache" >&6 if test $emacs_cv_localtime_cache = yes; then cat >>confdefs.h <<\EOF @@ -11358,13 +11382,13 @@ for ac_func in gettimeofday do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:11361: checking for $ac_func" >&5 +echo "$as_me:11385: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$as_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 11367 "configure" +#line 11391 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -11395,16 +11419,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:11398: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:11401: \$? = $ac_status" >&5 +if { (eval echo "$as_me:11422: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:11425: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:11404: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:11407: \$? = $ac_status" >&5 + { (eval echo "$as_me:11428: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:11431: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -11414,7 +11438,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:11417: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:11441: result: `eval echo '${'$as_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <&5 + echo "$as_me:11451: checking whether gettimeofday can accept two arguments" >&5 echo $ECHO_N "checking whether gettimeofday can accept two arguments... $ECHO_C" >&6 if test "${emacs_cv_gettimeofday_two_arguments+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 11433 "configure" +#line 11457 "configure" #include "confdefs.h" #ifdef TIME_WITH_SYS_TIME @@ -11453,16 +11477,16 @@ } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:11456: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:11480: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:11459: \$? = $ac_status" >&5 + echo "$as_me:11483: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:11462: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:11465: \$? = $ac_status" >&5 + { (eval echo "$as_me:11486: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:11489: \$? = $ac_status" >&5 (exit $ac_status); }; }; then emacs_cv_gettimeofday_two_arguments=yes else @@ -11472,7 +11496,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:11475: result: $emacs_cv_gettimeofday_two_arguments" >&5 +echo "$as_me:11499: result: $emacs_cv_gettimeofday_two_arguments" >&5 echo "${ECHO_T}$emacs_cv_gettimeofday_two_arguments" >&6 if test $emacs_cv_gettimeofday_two_arguments = no; then cat >>confdefs.h <<\EOF @@ -11483,13 +11507,13 @@ fi if test "$ac_cv_func_gettimeofday" = yes; then - echo "$as_me:11486: checking for struct timezone" >&5 + echo "$as_me:11510: checking for struct timezone" >&5 echo $ECHO_N "checking for struct timezone... $ECHO_C" >&6 if test "${emacs_cv_struct_timezone+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 11492 "configure" +#line 11516 "configure" #include "confdefs.h" #include int @@ -11501,22 +11525,22 @@ } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:11504: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:11528: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:11507: \$? = $ac_status" >&5 + echo "$as_me:11531: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:11510: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:11513: \$? = $ac_status" >&5 + { (eval echo "$as_me:11534: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:11537: \$? = $ac_status" >&5 (exit $ac_status); }; }; then if test "$cross_compiling" = yes; then emacs_cv_struct_timezone=yes else cat >conftest.$ac_ext <<_ACEOF -#line 11519 "configure" +#line 11543 "configure" #include "confdefs.h" #ifdef TIME_WITH_SYS_TIME @@ -11536,15 +11560,15 @@ } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:11539: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:11542: \$? = $ac_status" >&5 +if { (eval echo "$as_me:11563: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:11566: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:11544: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:11547: \$? = $ac_status" >&5 + { (eval echo "$as_me:11568: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:11571: \$? = $ac_status" >&5 (exit $ac_status); }; }; then emacs_cv_struct_timezone=yes else @@ -11562,18 +11586,18 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:11565: result: $emacs_cv_struct_timezone" >&5 +echo "$as_me:11589: result: $emacs_cv_struct_timezone" >&5 echo "${ECHO_T}$emacs_cv_struct_timezone" >&6 fi ok_so_far=yes -echo "$as_me:11570: checking for socket" >&5 +echo "$as_me:11594: checking for socket" >&5 echo $ECHO_N "checking for socket... $ECHO_C" >&6 if test "${ac_cv_func_socket+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 11576 "configure" +#line 11600 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char socket (); below. */ @@ -11604,16 +11628,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:11607: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:11610: \$? = $ac_status" >&5 +if { (eval echo "$as_me:11631: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:11634: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:11613: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:11616: \$? = $ac_status" >&5 + { (eval echo "$as_me:11637: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:11640: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_socket=yes else @@ -11623,7 +11647,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:11626: result: $ac_cv_func_socket" >&5 +echo "$as_me:11650: result: $ac_cv_func_socket" >&5 echo "${ECHO_T}$ac_cv_func_socket" >&6 if test $ac_cv_func_socket = yes; then : @@ -11632,23 +11656,23 @@ fi if test $ok_so_far = yes; then - echo "$as_me:11635: checking for netinet/in.h" >&5 + echo "$as_me:11659: checking for netinet/in.h" >&5 echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6 if test "${ac_cv_header_netinet_in_h+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 11641 "configure" +#line 11665 "configure" #include "confdefs.h" #include _ACEOF -if { (eval echo "$as_me:11645: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:11669: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:11651: \$? = $ac_status" >&5 + echo "$as_me:11675: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -11667,7 +11691,7 @@ fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:11670: result: $ac_cv_header_netinet_in_h" >&5 +echo "$as_me:11694: result: $ac_cv_header_netinet_in_h" >&5 echo "${ECHO_T}$ac_cv_header_netinet_in_h" >&6 if test $ac_cv_header_netinet_in_h = yes; then : @@ -11677,23 +11701,23 @@ fi if test $ok_so_far = yes; then - echo "$as_me:11680: checking for arpa/inet.h" >&5 + echo "$as_me:11704: checking for arpa/inet.h" >&5 echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6 if test "${ac_cv_header_arpa_inet_h+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 11686 "configure" +#line 11710 "configure" #include "confdefs.h" #include _ACEOF -if { (eval echo "$as_me:11690: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:11714: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:11696: \$? = $ac_status" >&5 + echo "$as_me:11720: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -11712,7 +11736,7 @@ fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:11715: result: $ac_cv_header_arpa_inet_h" >&5 +echo "$as_me:11739: result: $ac_cv_header_arpa_inet_h" >&5 echo "${ECHO_T}$ac_cv_header_arpa_inet_h" >&6 if test $ac_cv_header_arpa_inet_h = yes; then : @@ -11735,27 +11759,27 @@ fi -echo "$as_me:11738: checking whether system supports dynamic ptys" >&5 +echo "$as_me:11762: checking whether system supports dynamic ptys" >&5 echo $ECHO_N "checking whether system supports dynamic ptys... $ECHO_C" >&6 if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then - echo "$as_me:11741: result: yes" >&5 + echo "$as_me:11765: result: yes" >&5 echo "${ECHO_T}yes" >&6 cat >>confdefs.h <<\EOF #define HAVE_DEV_PTMX 1 EOF else - echo "$as_me:11748: result: no" >&5 + echo "$as_me:11772: result: no" >&5 echo "${ECHO_T}no" >&6 fi -echo "$as_me:11752: checking for pid_t" >&5 +echo "$as_me:11776: checking for pid_t" >&5 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6 if test "${ac_cv_type_pid_t+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 11758 "configure" +#line 11782 "configure" #include "confdefs.h" $ac_includes_default int @@ -11770,16 +11794,16 @@ } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:11773: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:11797: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:11776: \$? = $ac_status" >&5 + echo "$as_me:11800: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:11779: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:11782: \$? = $ac_status" >&5 + { (eval echo "$as_me:11803: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:11806: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_pid_t=yes else @@ -11789,7 +11813,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:11792: result: $ac_cv_type_pid_t" >&5 +echo "$as_me:11816: result: $ac_cv_type_pid_t" >&5 echo "${ECHO_T}$ac_cv_type_pid_t" >&6 if test $ac_cv_type_pid_t = yes; then : @@ -11804,23 +11828,23 @@ for ac_header in unistd.h vfork.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:11807: checking for $ac_header" >&5 +echo "$as_me:11831: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 11813 "configure" +#line 11837 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:11817: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:11841: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:11823: \$? = $ac_status" >&5 + echo "$as_me:11847: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -11839,7 +11863,7 @@ fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:11842: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:11866: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:11879: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$as_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 11861 "configure" +#line 11885 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -11889,16 +11913,16 @@ } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:11892: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:11895: \$? = $ac_status" >&5 +if { (eval echo "$as_me:11916: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:11919: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:11898: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:11901: \$? = $ac_status" >&5 + { (eval echo "$as_me:11922: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:11925: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -11908,7 +11932,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:11911: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:11935: result: `eval echo '${'$as_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <&5 + echo "$as_me:11947: checking for working fork" >&5 echo $ECHO_N "checking for working fork... $ECHO_C" >&6 if test "${ac_cv_func_fork_works+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -11943,15 +11967,15 @@ } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:11946: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:11949: \$? = $ac_status" >&5 +if { (eval echo "$as_me:11970: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:11973: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:11951: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:11954: \$? = $ac_status" >&5 + { (eval echo "$as_me:11975: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:11978: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_fork_works=yes else @@ -11963,7 +11987,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -echo "$as_me:11966: result: $ac_cv_func_fork_works" >&5 +echo "$as_me:11990: result: $ac_cv_func_fork_works" >&5 echo "${ECHO_T}$ac_cv_func_fork_works" >&6 fi @@ -11977,12 +12001,12 @@ ac_cv_func_fork_works=yes ;; esac - { echo "$as_me:11980: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&5 + { echo "$as_me:12004: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&5 echo "$as_me: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&2;} fi ac_cv_func_vfork_works=$ac_cv_func_vfork if test "x$ac_cv_func_vfork" = xyes; then - echo "$as_me:11985: checking for working vfork" >&5 + echo "$as_me:12009: checking for working vfork" >&5 echo $ECHO_N "checking for working vfork... $ECHO_C" >&6 if test "${ac_cv_func_vfork_works+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -11991,7 +12015,7 @@ ac_cv_func_vfork_works=cross else cat >conftest.$ac_ext <<_ACEOF -#line 11994 "configure" +#line 12018 "configure" #include "confdefs.h" /* Thanks to Paul Eggert for this test. */ #include @@ -12088,15 +12112,15 @@ } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:12091: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? - echo "$as_me:12094: \$? = $ac_status" >&5 +if { (eval echo "$as_me:12115: \"$ac_link\"") >&5 + (eval $ac_link) 2>&5 + ac_status=$? + echo "$as_me:12118: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:12096: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:12099: \$? = $ac_status" >&5 + { (eval echo "$as_me:12120: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:12123: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_vfork_works=yes else @@ -12108,13 +12132,13 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -echo "$as_me:12111: result: $ac_cv_func_vfork_works" >&5 +echo "$as_me:12135: result: $ac_cv_func_vfork_works" >&5 echo "${ECHO_T}$ac_cv_func_vfork_works" >&6 fi; if test "x$ac_cv_func_fork_works" = xcross; then ac_cv_func_vfork_works=ac_cv_func_vfork - { echo "$as_me:12117: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&5 + { echo "$as_me:12141: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&5 echo "$as_me: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&2;} fi @@ -12140,13 +12164,13 @@ fi # Fixme: This should be replaced when we have autoconf 2.14. -echo "$as_me:12143: checking for size_t" >&5 +echo "$as_me:12167: checking for size_t" >&5 echo $ECHO_N "checking for size_t... $ECHO_C" >&6 if test "${ac_cv_type_size_t+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 12149 "configure" +#line 12173 "configure" #include "confdefs.h" $ac_includes_default int @@ -12161,16 +12185,16 @@ } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:12164: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:12188: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:12167: \$? = $ac_status" >&5 + echo "$as_me:12191: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:12170: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:12173: \$? = $ac_status" >&5 + { (eval echo "$as_me:12194: \"$ac_try\"") >&5 + (eval $ac_try) 2>&5 + ac_status=$? + echo "$as_me:12197: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_size_t=yes else @@ -12180,7 +12204,7 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:12183: result: $ac_cv_type_size_t" >&5 +echo "$as_me:12207: result: $ac_cv_type_size_t" >&5 echo "${ECHO_T}$ac_cv_type_size_t" >&6 if test $ac_cv_type_size_t = yes; then : @@ -12200,7 +12224,7 @@ version=`grep 'defconst[ ]*emacs-version' ${srcdir}/lisp/version.el \ | sed -e 's/^[^"]*"\([^"]*\)".*$/\1/'` if test x"${version}" = x; then - { { echo "$as_me:12203: error: can't find current emacs version in \`${srcdir}/lisp/version.el'." >&5 + { { echo "$as_me:12227: error: can't find current emacs version in \`${srcdir}/lisp/version.el'." >&5 echo "$as_me: error: can't find current emacs version in \`${srcdir}/lisp/version.el'." >&2;} { (exit 1); exit 1; }; } fi @@ -12286,23 +12310,23 @@ for ac_header in nlist.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:12289: checking for $ac_header" >&5 +echo "$as_me:12313: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 12295 "configure" +#line 12319 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:12299: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:12323: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:12305: \$? = $ac_status" >&5 + echo "$as_me:12329: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -12321,7 +12345,7 @@ fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:12324: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:12348: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <conftest.$ac_ext <<_ACEOF -#line 12384 "configure" +#line 12408 "configure" #include "confdefs.h" yes..yes _ACEOF @@ -12474,7 +12498,7 @@ : ${CONFIG_STATUS=./config.status} ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files $CONFIG_STATUS" -{ echo "$as_me:12477: creating $CONFIG_STATUS" >&5 +{ echo "$as_me:12501: creating $CONFIG_STATUS" >&5 echo "$as_me: creating $CONFIG_STATUS" >&6;} cat >$CONFIG_STATUS <<_ACEOF #! $SHELL @@ -12650,7 +12674,7 @@ echo "$ac_cs_version"; exit 0 ;; --he | --h) # Conflict between --help and --header - { { echo "$as_me:12653: error: ambiguous option: $1 + { { echo "$as_me:12677: error: ambiguous option: $1 Try \`$0 --help' for more information." >&5 echo "$as_me: error: ambiguous option: $1 Try \`$0 --help' for more information." >&2;} @@ -12669,7 +12693,7 @@ ac_need_defaults=false;; # This is an error. - -*) { { echo "$as_me:12672: error: unrecognized option: $1 + -*) { { echo "$as_me:12696: error: unrecognized option: $1 Try \`$0 --help' for more information." >&5 echo "$as_me: error: unrecognized option: $1 Try \`$0 --help' for more information." >&2;} @@ -12724,7 +12748,7 @@ "leim/Makefile" ) CONFIG_FILES="$CONFIG_FILES leim/Makefile" ;; "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;; "src/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS src/config.h:src/config.in" ;; - *) { { echo "$as_me:12727: error: invalid argument: $ac_config_target" >&5 + *) { { echo "$as_me:12751: error: invalid argument: $ac_config_target" >&5 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} { (exit 1); exit 1; }; };; esac @@ -12971,7 +12995,7 @@ esac if test x"$ac_file" != x-; then - { echo "$as_me:12974: creating $ac_file" >&5 + { echo "$as_me:12998: creating $ac_file" >&5 echo "$as_me: creating $ac_file" >&6;} rm -f "$ac_file" fi @@ -12989,7 +13013,7 @@ -) echo $tmp/stdin ;; [\\/$]*) # Absolute (can't be DOS-style, as IFS=:) - test -f "$f" || { { echo "$as_me:12992: error: cannot find input file: $f" >&5 + test -f "$f" || { { echo "$as_me:13016: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } echo $f;; @@ -13002,7 +13026,7 @@ echo $srcdir/$f else # /dev/null tree - { { echo "$as_me:13005: error: cannot find input file: $f" >&5 + { { echo "$as_me:13029: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } fi;; @@ -13063,7 +13087,7 @@ * ) ac_file_in=$ac_file.in ;; esac - test x"$ac_file" != x- && { echo "$as_me:13066: creating $ac_file" >&5 + test x"$ac_file" != x- && { echo "$as_me:13090: creating $ac_file" >&5 echo "$as_me: creating $ac_file" >&6;} # First look for the input files in the build tree, otherwise in the @@ -13074,7 +13098,7 @@ -) echo $tmp/stdin ;; [\\/$]*) # Absolute (can't be DOS-style, as IFS=:) - test -f "$f" || { { echo "$as_me:13077: error: cannot find input file: $f" >&5 + test -f "$f" || { { echo "$as_me:13101: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } echo $f;; @@ -13087,7 +13111,7 @@ echo $srcdir/$f else # /dev/null tree - { { echo "$as_me:13090: error: cannot find input file: $f" >&5 + { { echo "$as_me:13114: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } fi;; @@ -13204,7 +13228,7 @@ rm -f $tmp/in if test x"$ac_file" != x-; then if cmp -s $ac_file $tmp/config.h 2>/dev/null; then - { echo "$as_me:13207: $ac_file is unchanged" >&5 + { echo "$as_me:13231: $ac_file is unchanged" >&5 echo "$as_me: $ac_file is unchanged" >&6;} else ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \