aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-07-21 20:22:11 +0000
committerRichard M. Stallman2002-07-21 20:22:11 +0000
commit24b01ec4c296fedb050390613337903aab1f67a3 (patch)
treedcbde0cf4093ceb1079528fccfcc4181a11f313d
parent97f1ce35e047a0c1526103a5f31154e373d1866c (diff)
downloademacs-24b01ec4c296fedb050390613337903aab1f67a3.tar.gz
emacs-24b01ec4c296fedb050390613337903aab1f67a3.zip
Updated.
-rwxr-xr-xconfigure2252
1 files changed, 1116 insertions, 1136 deletions
diff --git a/configure b/configure
index 640b96a4003..5f6c1929deb 100755
--- a/configure
+++ b/configure
@@ -681,7 +681,6 @@ Optional Features:
681Optional Packages: 681Optional Packages:
682 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 682 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
683 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 683 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
684 --with-game-dir use a shared game directory if possible
685 --with-game-user use specified user for game directory 684 --with-game-user use specified user for game directory
686 --without-gcc don't use GCC to compile Emacs if GCC is found 685 --without-gcc don't use GCC to compile Emacs if GCC is found
687 --without-pop don't support POP mail retrieval with movemail 686 --without-pop don't support POP mail retrieval with movemail
@@ -893,7 +892,7 @@ if test -z "$CONFIG_SITE"; then
893fi 892fi
894for ac_site_file in $CONFIG_SITE; do 893for ac_site_file in $CONFIG_SITE; do
895 if test -r "$ac_site_file"; then 894 if test -r "$ac_site_file"; then
896 { echo "$as_me:896: loading site script $ac_site_file" >&5 895 { echo "$as_me:895: loading site script $ac_site_file" >&5
897echo "$as_me: loading site script $ac_site_file" >&6;} 896echo "$as_me: loading site script $ac_site_file" >&6;}
898 cat "$ac_site_file" >&5 897 cat "$ac_site_file" >&5
899 . "$ac_site_file" 898 . "$ac_site_file"
@@ -904,7 +903,7 @@ if test -r "$cache_file"; then
904 # Some versions of bash will fail to source /dev/null (special 903 # Some versions of bash will fail to source /dev/null (special
905 # files actually), so we avoid doing that. 904 # files actually), so we avoid doing that.
906 if test -f "$cache_file"; then 905 if test -f "$cache_file"; then
907 { echo "$as_me:907: loading cache $cache_file" >&5 906 { echo "$as_me:906: loading cache $cache_file" >&5
908echo "$as_me: loading cache $cache_file" >&6;} 907echo "$as_me: loading cache $cache_file" >&6;}
909 case $cache_file in 908 case $cache_file in
910 [\\/]* | ?:[\\/]* ) . $cache_file;; 909 [\\/]* | ?:[\\/]* ) . $cache_file;;
@@ -912,7 +911,7 @@ echo "$as_me: loading cache $cache_file" >&6;}
912 esac 911 esac
913 fi 912 fi
914else 913else
915 { echo "$as_me:915: creating cache $cache_file" >&5 914 { echo "$as_me:914: creating cache $cache_file" >&5
916echo "$as_me: creating cache $cache_file" >&6;} 915echo "$as_me: creating cache $cache_file" >&6;}
917 >$cache_file 916 >$cache_file
918fi 917fi
@@ -928,21 +927,21 @@ for ac_var in `(set) 2>&1 |
928 eval ac_new_val="\$ac_env_${ac_var}_value" 927 eval ac_new_val="\$ac_env_${ac_var}_value"
929 case $ac_old_set,$ac_new_set in 928 case $ac_old_set,$ac_new_set in
930 set,) 929 set,)
931 { echo "$as_me:931: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 930 { echo "$as_me:930: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
932echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 931echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
933 ac_cache_corrupted=: ;; 932 ac_cache_corrupted=: ;;
934 ,set) 933 ,set)
935 { echo "$as_me:935: error: \`$ac_var' was not set in the previous run" >&5 934 { echo "$as_me:934: error: \`$ac_var' was not set in the previous run" >&5
936echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 935echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
937 ac_cache_corrupted=: ;; 936 ac_cache_corrupted=: ;;
938 ,);; 937 ,);;
939 *) 938 *)
940 if test "x$ac_old_val" != "x$ac_new_val"; then 939 if test "x$ac_old_val" != "x$ac_new_val"; then
941 { echo "$as_me:941: error: \`$ac_var' has changed since the previous run:" >&5 940 { echo "$as_me:940: error: \`$ac_var' has changed since the previous run:" >&5
942echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 941echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
943 { echo "$as_me:943: former value: $ac_old_val" >&5 942 { echo "$as_me:942: former value: $ac_old_val" >&5
944echo "$as_me: former value: $ac_old_val" >&2;} 943echo "$as_me: former value: $ac_old_val" >&2;}
945 { echo "$as_me:945: current value: $ac_new_val" >&5 944 { echo "$as_me:944: current value: $ac_new_val" >&5
946echo "$as_me: current value: $ac_new_val" >&2;} 945echo "$as_me: current value: $ac_new_val" >&2;}
947 ac_cache_corrupted=: 946 ac_cache_corrupted=:
948 fi;; 947 fi;;
@@ -961,9 +960,9 @@ echo "$as_me: current value: $ac_new_val" >&2;}
961 fi 960 fi
962done 961done
963if $ac_cache_corrupted; then 962if $ac_cache_corrupted; then
964 { echo "$as_me:964: error: changes in the environment can compromise the build" >&5 963 { echo "$as_me:963: error: changes in the environment can compromise the build" >&5
965echo "$as_me: error: changes in the environment can compromise the build" >&2;} 964echo "$as_me: error: changes in the environment can compromise the build" >&2;}
966 { { echo "$as_me:966: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 965 { { echo "$as_me:965: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
967echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 966echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
968 { (exit 1); exit 1; }; } 967 { (exit 1); exit 1; }; }
969fi 968fi
@@ -983,10 +982,10 @@ esac
983echo "#! $SHELL" >conftest.sh 982echo "#! $SHELL" >conftest.sh
984echo "exit 0" >>conftest.sh 983echo "exit 0" >>conftest.sh
985chmod +x conftest.sh 984chmod +x conftest.sh
986if { (echo "$as_me:986: PATH=\".;.\"; conftest.sh") >&5 985if { (echo "$as_me:985: PATH=\".;.\"; conftest.sh") >&5
987 (PATH=".;."; conftest.sh) 2>&5 986 (PATH=".;."; conftest.sh) 2>&5
988 ac_status=$? 987 ac_status=$?
989 echo "$as_me:989: \$? = $ac_status" >&5 988 echo "$as_me:988: \$? = $ac_status" >&5
990 (exit $ac_status); }; then 989 (exit $ac_status); }; then
991 ac_path_separator=';' 990 ac_path_separator=';'
992else 991else
@@ -1017,26 +1016,7 @@ lisppath='${locallisppath}:${lispdir}'
1017etcdir='${datadir}/emacs/${version}/etc' 1016etcdir='${datadir}/emacs/${version}/etc'
1018archlibdir='${libexecdir}/emacs/${version}/${configuration}' 1017archlibdir='${libexecdir}/emacs/${version}/${configuration}'
1019docdir='${datadir}/emacs/${version}/etc' 1018docdir='${datadir}/emacs/${version}/etc'
1020gamedir=yes 1019gamedir='${localstatedir}/games/emacs'
1021
1022# Check whether --with-game-dir or --without-game-dir was given.
1023if test "${with_game_dir+set}" = set; then
1024 withval="$with_game_dir"
1025
1026 gamedir="$withval"
1027
1028fi;
1029if test "$gamedir" = yes; then
1030 gamedir="${localstatedir}/games/emacs"
1031fi
1032eval tgamedir=\"$gamedir\"
1033if test "$gamedir" != no; then
1034
1035cat >>confdefs.h <<EOF
1036#define HAVE_SHARED_GAME_DIR "$tgamedir"
1037EOF
1038
1039fi
1040 1020
1041gameuser=games 1021gameuser=games
1042 1022
@@ -1123,7 +1103,7 @@ if test "${with_x_toolkit+set}" = set; then
1123 a | at | ath | athe | athen | athena ) val=athena ;; 1103 a | at | ath | athe | athen | athena ) val=athena ;;
1124 m | mo | mot | moti | motif ) val=motif ;; 1104 m | mo | mot | moti | motif ) val=motif ;;
1125 * ) 1105 * )
1126{ { echo "$as_me:1126: error: \`--with-x-toolkit=$withval' is invalid\; 1106{ { echo "$as_me:1106: error: \`--with-x-toolkit=$withval' is invalid\;
1127this option's value should be \`yes', \`no', \`lucid', \`athena', or \`motif'. 1107this option's value should be \`yes', \`no', \`lucid', \`athena', or \`motif'.
1128Currently, \`yes', \`athena' and \`lucid' are synonyms." >&5 1108Currently, \`yes', \`athena' and \`lucid' are synonyms." >&5
1129echo "$as_me: error: \`--with-x-toolkit=$withval' is invalid\; 1109echo "$as_me: error: \`--with-x-toolkit=$withval' is invalid\;
@@ -1211,7 +1191,7 @@ esac
1211#### Check if the source directory already has a configured system in it. 1191#### Check if the source directory already has a configured system in it.
1212if test `pwd` != `(cd ${srcdir} && pwd)` \ 1192if test `pwd` != `(cd ${srcdir} && pwd)` \
1213 && test -f "${srcdir}/src/config.h" ; then 1193 && test -f "${srcdir}/src/config.h" ; then
1214 { echo "$as_me:1214: WARNING: The directory tree \`${srcdir}' is being used 1194 { echo "$as_me:1194: WARNING: The directory tree \`${srcdir}' is being used
1215 as a build directory right now; it has been configured in its own 1195 as a build directory right now; it has been configured in its own
1216 right. To configure in another directory as well, you MUST 1196 right. To configure in another directory as well, you MUST
1217 use GNU make. If you do not have GNU make, then you must 1197 use GNU make. If you do not have GNU make, then you must
@@ -1256,7 +1236,7 @@ for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1256 fi 1236 fi
1257done 1237done
1258if test -z "$ac_aux_dir"; then 1238if test -z "$ac_aux_dir"; then
1259 { { echo "$as_me:1259: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 1239 { { echo "$as_me:1239: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1260echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;} 1240echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1261 { (exit 1); exit 1; }; } 1241 { (exit 1); exit 1; }; }
1262fi 1242fi
@@ -1266,11 +1246,11 @@ ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1266 1246
1267# Make sure we can run config.sub. 1247# Make sure we can run config.sub.
1268$ac_config_sub sun4 >/dev/null 2>&1 || 1248$ac_config_sub sun4 >/dev/null 2>&1 ||
1269 { { echo "$as_me:1269: error: cannot run $ac_config_sub" >&5 1249 { { echo "$as_me:1249: error: cannot run $ac_config_sub" >&5
1270echo "$as_me: error: cannot run $ac_config_sub" >&2;} 1250echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1271 { (exit 1); exit 1; }; } 1251 { (exit 1); exit 1; }; }
1272 1252
1273echo "$as_me:1273: checking build system type" >&5 1253echo "$as_me:1253: checking build system type" >&5
1274echo $ECHO_N "checking build system type... $ECHO_C" >&6 1254echo $ECHO_N "checking build system type... $ECHO_C" >&6
1275if test "${ac_cv_build+set}" = set; then 1255if test "${ac_cv_build+set}" = set; then
1276 echo $ECHO_N "(cached) $ECHO_C" >&6 1256 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1279,23 +1259,23 @@ else
1279test -z "$ac_cv_build_alias" && 1259test -z "$ac_cv_build_alias" &&
1280 ac_cv_build_alias=`$ac_config_guess` 1260 ac_cv_build_alias=`$ac_config_guess`
1281test -z "$ac_cv_build_alias" && 1261test -z "$ac_cv_build_alias" &&
1282 { { echo "$as_me:1282: error: cannot guess build type; you must specify one" >&5 1262 { { echo "$as_me:1262: error: cannot guess build type; you must specify one" >&5
1283echo "$as_me: error: cannot guess build type; you must specify one" >&2;} 1263echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1284 { (exit 1); exit 1; }; } 1264 { (exit 1); exit 1; }; }
1285ac_cv_build=`$ac_config_sub $ac_cv_build_alias` || 1265ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1286 { { echo "$as_me:1286: error: $ac_config_sub $ac_cv_build_alias failed." >&5 1266 { { echo "$as_me:1266: error: $ac_config_sub $ac_cv_build_alias failed." >&5
1287echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;} 1267echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;}
1288 { (exit 1); exit 1; }; } 1268 { (exit 1); exit 1; }; }
1289 1269
1290fi 1270fi
1291echo "$as_me:1291: result: $ac_cv_build" >&5 1271echo "$as_me:1271: result: $ac_cv_build" >&5
1292echo "${ECHO_T}$ac_cv_build" >&6 1272echo "${ECHO_T}$ac_cv_build" >&6
1293build=$ac_cv_build 1273build=$ac_cv_build
1294build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 1274build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1295build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` 1275build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1296build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 1276build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1297 1277
1298echo "$as_me:1298: checking host system type" >&5 1278echo "$as_me:1278: checking host system type" >&5
1299echo $ECHO_N "checking host system type... $ECHO_C" >&6 1279echo $ECHO_N "checking host system type... $ECHO_C" >&6
1300if test "${ac_cv_host+set}" = set; then 1280if test "${ac_cv_host+set}" = set; then
1301 echo $ECHO_N "(cached) $ECHO_C" >&6 1281 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1304,12 +1284,12 @@ else
1304test -z "$ac_cv_host_alias" && 1284test -z "$ac_cv_host_alias" &&
1305 ac_cv_host_alias=$ac_cv_build_alias 1285 ac_cv_host_alias=$ac_cv_build_alias
1306ac_cv_host=`$ac_config_sub $ac_cv_host_alias` || 1286ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1307 { { echo "$as_me:1307: error: $ac_config_sub $ac_cv_host_alias failed" >&5 1287 { { echo "$as_me:1287: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1308echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;} 1288echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1309 { (exit 1); exit 1; }; } 1289 { (exit 1); exit 1; }; }
1310 1290
1311fi 1291fi
1312echo "$as_me:1312: result: $ac_cv_host" >&5 1292echo "$as_me:1292: result: $ac_cv_host" >&5
1313echo "${ECHO_T}$ac_cv_host" >&6 1293echo "${ECHO_T}$ac_cv_host" >&6
1314host=$ac_cv_host 1294host=$ac_cv_host
1315host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 1295host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
@@ -2247,7 +2227,7 @@ case "${canonical}" in
2247 2227
2248 ## AMD x86-64 Linux-based GNU system 2228 ## AMD x86-64 Linux-based GNU system
2249 x86_64-*-linux-gnu* ) 2229 x86_64-*-linux-gnu* )
2250 machine=amdx86-64 opsys=gnu-linux 2230 machine=amdx86-64 opsys=gnu-linux
2251 ;; 2231 ;;
2252 2232
2253 * ) 2233 * )
@@ -2292,7 +2272,7 @@ if test x"${opsys}" = x; then
2292fi 2272fi
2293 2273
2294if test $unported = yes; then 2274if test $unported = yes; then
2295 { { echo "$as_me:2294: error: Emacs hasn't been ported to \`${canonical}' systems. 2275 { { echo "$as_me:2275: error: Emacs hasn't been ported to \`${canonical}' systems.
2296Check \`etc/MACHINES' for recognized configuration names." >&5 2276Check \`etc/MACHINES' for recognized configuration names." >&5
2297echo "$as_me: error: Emacs hasn't been ported to \`${canonical}' systems. 2277echo "$as_me: error: Emacs hasn't been ported to \`${canonical}' systems.
2298Check \`etc/MACHINES' for recognized configuration names." >&2;} 2278Check \`etc/MACHINES' for recognized configuration names." >&2;}
@@ -2321,7 +2301,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
2321if test -n "$ac_tool_prefix"; then 2301if test -n "$ac_tool_prefix"; then
2322 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 2302 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2323set dummy ${ac_tool_prefix}gcc; ac_word=$2 2303set dummy ${ac_tool_prefix}gcc; ac_word=$2
2324echo "$as_me:2323: checking for $ac_word" >&5 2304echo "$as_me:2304: checking for $ac_word" >&5
2325echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2305echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2326if test "${ac_cv_prog_CC+set}" = set; then 2306if test "${ac_cv_prog_CC+set}" = set; then
2327 echo $ECHO_N "(cached) $ECHO_C" >&6 2307 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2336,7 +2316,7 @@ for ac_dir in $ac_dummy; do
2336 test -z "$ac_dir" && ac_dir=. 2316 test -z "$ac_dir" && ac_dir=.
2337 $as_executable_p "$ac_dir/$ac_word" || continue 2317 $as_executable_p "$ac_dir/$ac_word" || continue
2338ac_cv_prog_CC="${ac_tool_prefix}gcc" 2318ac_cv_prog_CC="${ac_tool_prefix}gcc"
2339echo "$as_me:2338: found $ac_dir/$ac_word" >&5 2319echo "$as_me:2319: found $ac_dir/$ac_word" >&5
2340break 2320break
2341done 2321done
2342 2322
@@ -2344,10 +2324,10 @@ fi
2344fi 2324fi
2345CC=$ac_cv_prog_CC 2325CC=$ac_cv_prog_CC
2346if test -n "$CC"; then 2326if test -n "$CC"; then
2347 echo "$as_me:2346: result: $CC" >&5 2327 echo "$as_me:2327: result: $CC" >&5
2348echo "${ECHO_T}$CC" >&6 2328echo "${ECHO_T}$CC" >&6
2349else 2329else
2350 echo "$as_me:2349: result: no" >&5 2330 echo "$as_me:2330: result: no" >&5
2351echo "${ECHO_T}no" >&6 2331echo "${ECHO_T}no" >&6
2352fi 2332fi
2353 2333
@@ -2356,7 +2336,7 @@ if test -z "$ac_cv_prog_CC"; then
2356 ac_ct_CC=$CC 2336 ac_ct_CC=$CC
2357 # Extract the first word of "gcc", so it can be a program name with args. 2337 # Extract the first word of "gcc", so it can be a program name with args.
2358set dummy gcc; ac_word=$2 2338set dummy gcc; ac_word=$2
2359echo "$as_me:2358: checking for $ac_word" >&5 2339echo "$as_me:2339: checking for $ac_word" >&5
2360echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2340echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2361if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2341if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2362 echo $ECHO_N "(cached) $ECHO_C" >&6 2342 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2371,7 +2351,7 @@ for ac_dir in $ac_dummy; do
2371 test -z "$ac_dir" && ac_dir=. 2351 test -z "$ac_dir" && ac_dir=.
2372 $as_executable_p "$ac_dir/$ac_word" || continue 2352 $as_executable_p "$ac_dir/$ac_word" || continue
2373ac_cv_prog_ac_ct_CC="gcc" 2353ac_cv_prog_ac_ct_CC="gcc"
2374echo "$as_me:2373: found $ac_dir/$ac_word" >&5 2354echo "$as_me:2354: found $ac_dir/$ac_word" >&5
2375break 2355break
2376done 2356done
2377 2357
@@ -2379,10 +2359,10 @@ fi
2379fi 2359fi
2380ac_ct_CC=$ac_cv_prog_ac_ct_CC 2360ac_ct_CC=$ac_cv_prog_ac_ct_CC
2381if test -n "$ac_ct_CC"; then 2361if test -n "$ac_ct_CC"; then
2382 echo "$as_me:2381: result: $ac_ct_CC" >&5 2362 echo "$as_me:2362: result: $ac_ct_CC" >&5
2383echo "${ECHO_T}$ac_ct_CC" >&6 2363echo "${ECHO_T}$ac_ct_CC" >&6
2384else 2364else
2385 echo "$as_me:2384: result: no" >&5 2365 echo "$as_me:2365: result: no" >&5
2386echo "${ECHO_T}no" >&6 2366echo "${ECHO_T}no" >&6
2387fi 2367fi
2388 2368
@@ -2395,7 +2375,7 @@ if test -z "$CC"; then
2395 if test -n "$ac_tool_prefix"; then 2375 if test -n "$ac_tool_prefix"; then
2396 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 2376 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2397set dummy ${ac_tool_prefix}cc; ac_word=$2 2377set dummy ${ac_tool_prefix}cc; ac_word=$2
2398echo "$as_me:2397: checking for $ac_word" >&5 2378echo "$as_me:2378: checking for $ac_word" >&5
2399echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2379echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2400if test "${ac_cv_prog_CC+set}" = set; then 2380if test "${ac_cv_prog_CC+set}" = set; then
2401 echo $ECHO_N "(cached) $ECHO_C" >&6 2381 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2410,7 +2390,7 @@ for ac_dir in $ac_dummy; do
2410 test -z "$ac_dir" && ac_dir=. 2390 test -z "$ac_dir" && ac_dir=.
2411 $as_executable_p "$ac_dir/$ac_word" || continue 2391 $as_executable_p "$ac_dir/$ac_word" || continue
2412ac_cv_prog_CC="${ac_tool_prefix}cc" 2392ac_cv_prog_CC="${ac_tool_prefix}cc"
2413echo "$as_me:2412: found $ac_dir/$ac_word" >&5 2393echo "$as_me:2393: found $ac_dir/$ac_word" >&5
2414break 2394break
2415done 2395done
2416 2396
@@ -2418,10 +2398,10 @@ fi
2418fi 2398fi
2419CC=$ac_cv_prog_CC 2399CC=$ac_cv_prog_CC
2420if test -n "$CC"; then 2400if test -n "$CC"; then
2421 echo "$as_me:2420: result: $CC" >&5 2401 echo "$as_me:2401: result: $CC" >&5
2422echo "${ECHO_T}$CC" >&6 2402echo "${ECHO_T}$CC" >&6
2423else 2403else
2424 echo "$as_me:2423: result: no" >&5 2404 echo "$as_me:2404: result: no" >&5
2425echo "${ECHO_T}no" >&6 2405echo "${ECHO_T}no" >&6
2426fi 2406fi
2427 2407
@@ -2430,7 +2410,7 @@ if test -z "$ac_cv_prog_CC"; then
2430 ac_ct_CC=$CC 2410 ac_ct_CC=$CC
2431 # Extract the first word of "cc", so it can be a program name with args. 2411 # Extract the first word of "cc", so it can be a program name with args.
2432set dummy cc; ac_word=$2 2412set dummy cc; ac_word=$2
2433echo "$as_me:2432: checking for $ac_word" >&5 2413echo "$as_me:2413: checking for $ac_word" >&5
2434echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2414echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2435if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2415if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2436 echo $ECHO_N "(cached) $ECHO_C" >&6 2416 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2445,7 +2425,7 @@ for ac_dir in $ac_dummy; do
2445 test -z "$ac_dir" && ac_dir=. 2425 test -z "$ac_dir" && ac_dir=.
2446 $as_executable_p "$ac_dir/$ac_word" || continue 2426 $as_executable_p "$ac_dir/$ac_word" || continue
2447ac_cv_prog_ac_ct_CC="cc" 2427ac_cv_prog_ac_ct_CC="cc"
2448echo "$as_me:2447: found $ac_dir/$ac_word" >&5 2428echo "$as_me:2428: found $ac_dir/$ac_word" >&5
2449break 2429break
2450done 2430done
2451 2431
@@ -2453,10 +2433,10 @@ fi
2453fi 2433fi
2454ac_ct_CC=$ac_cv_prog_ac_ct_CC 2434ac_ct_CC=$ac_cv_prog_ac_ct_CC
2455if test -n "$ac_ct_CC"; then 2435if test -n "$ac_ct_CC"; then
2456 echo "$as_me:2455: result: $ac_ct_CC" >&5 2436 echo "$as_me:2436: result: $ac_ct_CC" >&5
2457echo "${ECHO_T}$ac_ct_CC" >&6 2437echo "${ECHO_T}$ac_ct_CC" >&6
2458else 2438else
2459 echo "$as_me:2458: result: no" >&5 2439 echo "$as_me:2439: result: no" >&5
2460echo "${ECHO_T}no" >&6 2440echo "${ECHO_T}no" >&6
2461fi 2441fi
2462 2442
@@ -2469,7 +2449,7 @@ fi
2469if test -z "$CC"; then 2449if test -z "$CC"; then
2470 # Extract the first word of "cc", so it can be a program name with args. 2450 # Extract the first word of "cc", so it can be a program name with args.
2471set dummy cc; ac_word=$2 2451set dummy cc; ac_word=$2
2472echo "$as_me:2471: checking for $ac_word" >&5 2452echo "$as_me:2452: checking for $ac_word" >&5
2473echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2453echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2474if test "${ac_cv_prog_CC+set}" = set; then 2454if test "${ac_cv_prog_CC+set}" = set; then
2475 echo $ECHO_N "(cached) $ECHO_C" >&6 2455 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2489,7 +2469,7 @@ if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
2489 continue 2469 continue
2490fi 2470fi
2491ac_cv_prog_CC="cc" 2471ac_cv_prog_CC="cc"
2492echo "$as_me:2491: found $ac_dir/$ac_word" >&5 2472echo "$as_me:2472: found $ac_dir/$ac_word" >&5
2493break 2473break
2494done 2474done
2495 2475
@@ -2511,10 +2491,10 @@ fi
2511fi 2491fi
2512CC=$ac_cv_prog_CC 2492CC=$ac_cv_prog_CC
2513if test -n "$CC"; then 2493if test -n "$CC"; then
2514 echo "$as_me:2513: result: $CC" >&5 2494 echo "$as_me:2494: result: $CC" >&5
2515echo "${ECHO_T}$CC" >&6 2495echo "${ECHO_T}$CC" >&6
2516else 2496else
2517 echo "$as_me:2516: result: no" >&5 2497 echo "$as_me:2497: result: no" >&5
2518echo "${ECHO_T}no" >&6 2498echo "${ECHO_T}no" >&6
2519fi 2499fi
2520 2500
@@ -2525,7 +2505,7 @@ if test -z "$CC"; then
2525 do 2505 do
2526 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2506 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2527set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2507set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2528echo "$as_me:2527: checking for $ac_word" >&5 2508echo "$as_me:2508: checking for $ac_word" >&5
2529echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2509echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2530if test "${ac_cv_prog_CC+set}" = set; then 2510if test "${ac_cv_prog_CC+set}" = set; then
2531 echo $ECHO_N "(cached) $ECHO_C" >&6 2511 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2540,7 +2520,7 @@ for ac_dir in $ac_dummy; do
2540 test -z "$ac_dir" && ac_dir=. 2520 test -z "$ac_dir" && ac_dir=.
2541 $as_executable_p "$ac_dir/$ac_word" || continue 2521 $as_executable_p "$ac_dir/$ac_word" || continue
2542ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 2522ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2543echo "$as_me:2542: found $ac_dir/$ac_word" >&5 2523echo "$as_me:2523: found $ac_dir/$ac_word" >&5
2544break 2524break
2545done 2525done
2546 2526
@@ -2548,10 +2528,10 @@ fi
2548fi 2528fi
2549CC=$ac_cv_prog_CC 2529CC=$ac_cv_prog_CC
2550if test -n "$CC"; then 2530if test -n "$CC"; then
2551 echo "$as_me:2550: result: $CC" >&5 2531 echo "$as_me:2531: result: $CC" >&5
2552echo "${ECHO_T}$CC" >&6 2532echo "${ECHO_T}$CC" >&6
2553else 2533else
2554 echo "$as_me:2553: result: no" >&5 2534 echo "$as_me:2534: result: no" >&5
2555echo "${ECHO_T}no" >&6 2535echo "${ECHO_T}no" >&6
2556fi 2536fi
2557 2537
@@ -2564,7 +2544,7 @@ if test -z "$CC"; then
2564do 2544do
2565 # Extract the first word of "$ac_prog", so it can be a program name with args. 2545 # Extract the first word of "$ac_prog", so it can be a program name with args.
2566set dummy $ac_prog; ac_word=$2 2546set dummy $ac_prog; ac_word=$2
2567echo "$as_me:2566: checking for $ac_word" >&5 2547echo "$as_me:2547: checking for $ac_word" >&5
2568echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2548echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2569if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2549if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2570 echo $ECHO_N "(cached) $ECHO_C" >&6 2550 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2579,7 +2559,7 @@ for ac_dir in $ac_dummy; do
2579 test -z "$ac_dir" && ac_dir=. 2559 test -z "$ac_dir" && ac_dir=.
2580 $as_executable_p "$ac_dir/$ac_word" || continue 2560 $as_executable_p "$ac_dir/$ac_word" || continue
2581ac_cv_prog_ac_ct_CC="$ac_prog" 2561ac_cv_prog_ac_ct_CC="$ac_prog"
2582echo "$as_me:2581: found $ac_dir/$ac_word" >&5 2562echo "$as_me:2562: found $ac_dir/$ac_word" >&5
2583break 2563break
2584done 2564done
2585 2565
@@ -2587,10 +2567,10 @@ fi
2587fi 2567fi
2588ac_ct_CC=$ac_cv_prog_ac_ct_CC 2568ac_ct_CC=$ac_cv_prog_ac_ct_CC
2589if test -n "$ac_ct_CC"; then 2569if test -n "$ac_ct_CC"; then
2590 echo "$as_me:2589: result: $ac_ct_CC" >&5 2570 echo "$as_me:2570: result: $ac_ct_CC" >&5
2591echo "${ECHO_T}$ac_ct_CC" >&6 2571echo "${ECHO_T}$ac_ct_CC" >&6
2592else 2572else
2593 echo "$as_me:2592: result: no" >&5 2573 echo "$as_me:2573: result: no" >&5
2594echo "${ECHO_T}no" >&6 2574echo "${ECHO_T}no" >&6
2595fi 2575fi
2596 2576
@@ -2602,32 +2582,32 @@ fi
2602 2582
2603fi 2583fi
2604 2584
2605test -z "$CC" && { { echo "$as_me:2604: error: no acceptable cc found in \$PATH" >&5 2585test -z "$CC" && { { echo "$as_me:2585: error: no acceptable cc found in \$PATH" >&5
2606echo "$as_me: error: no acceptable cc found in \$PATH" >&2;} 2586echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}
2607 { (exit 1); exit 1; }; } 2587 { (exit 1); exit 1; }; }
2608 2588
2609# Provide some information about the compiler. 2589# Provide some information about the compiler.
2610echo "$as_me:2609:" \ 2590echo "$as_me:2590:" \
2611 "checking for C compiler version" >&5 2591 "checking for C compiler version" >&5
2612ac_compiler=`set X $ac_compile; echo $2` 2592ac_compiler=`set X $ac_compile; echo $2`
2613{ (eval echo "$as_me:2612: \"$ac_compiler --version </dev/null >&5\"") >&5 2593{ (eval echo "$as_me:2593: \"$ac_compiler --version </dev/null >&5\"") >&5
2614 (eval $ac_compiler --version </dev/null >&5) 2>&5 2594 (eval $ac_compiler --version </dev/null >&5) 2>&5
2615 ac_status=$? 2595 ac_status=$?
2616 echo "$as_me:2615: \$? = $ac_status" >&5 2596 echo "$as_me:2596: \$? = $ac_status" >&5
2617 (exit $ac_status); } 2597 (exit $ac_status); }
2618{ (eval echo "$as_me:2617: \"$ac_compiler -v </dev/null >&5\"") >&5 2598{ (eval echo "$as_me:2598: \"$ac_compiler -v </dev/null >&5\"") >&5
2619 (eval $ac_compiler -v </dev/null >&5) 2>&5 2599 (eval $ac_compiler -v </dev/null >&5) 2>&5
2620 ac_status=$? 2600 ac_status=$?
2621 echo "$as_me:2620: \$? = $ac_status" >&5 2601 echo "$as_me:2601: \$? = $ac_status" >&5
2622 (exit $ac_status); } 2602 (exit $ac_status); }
2623{ (eval echo "$as_me:2622: \"$ac_compiler -V </dev/null >&5\"") >&5 2603{ (eval echo "$as_me:2603: \"$ac_compiler -V </dev/null >&5\"") >&5
2624 (eval $ac_compiler -V </dev/null >&5) 2>&5 2604 (eval $ac_compiler -V </dev/null >&5) 2>&5
2625 ac_status=$? 2605 ac_status=$?
2626 echo "$as_me:2625: \$? = $ac_status" >&5 2606 echo "$as_me:2606: \$? = $ac_status" >&5
2627 (exit $ac_status); } 2607 (exit $ac_status); }
2628 2608
2629cat >conftest.$ac_ext <<_ACEOF 2609cat >conftest.$ac_ext <<_ACEOF
2630#line 2624 "configure" 2610#line 2610 "configure"
2631#include "confdefs.h" 2611#include "confdefs.h"
2632 2612
2633int 2613int
@@ -2643,13 +2623,13 @@ ac_clean_files="$ac_clean_files a.out a.exe"
2643# Try to create an executable without -o first, disregard a.out. 2623# Try to create an executable without -o first, disregard a.out.
2644# It will help us diagnose broken compilers, and finding out an intuition 2624# It will help us diagnose broken compilers, and finding out an intuition
2645# of exeext. 2625# of exeext.
2646echo "$as_me:2645: checking for C compiler default output" >&5 2626echo "$as_me:2626: checking for C compiler default output" >&5
2647echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6 2627echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
2648ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2628ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2649if { (eval echo "$as_me:2648: \"$ac_link_default\"") >&5 2629if { (eval echo "$as_me:2629: \"$ac_link_default\"") >&5
2650 (eval $ac_link_default) 2>&5 2630 (eval $ac_link_default) 2>&5
2651 ac_status=$? 2631 ac_status=$?
2652 echo "$as_me:2651: \$? = $ac_status" >&5 2632 echo "$as_me:2632: \$? = $ac_status" >&5
2653 (exit $ac_status); }; then 2633 (exit $ac_status); }; then
2654 # Find the output, starting from the most likely. This scheme is 2634 # Find the output, starting from the most likely. This scheme is
2655# not robust to junk in `.', hence go to wildcards (a.*) only as a last 2635# not robust to junk in `.', hence go to wildcards (a.*) only as a last
@@ -2672,34 +2652,34 @@ done
2672else 2652else
2673 echo "$as_me: failed program was:" >&5 2653 echo "$as_me: failed program was:" >&5
2674cat conftest.$ac_ext >&5 2654cat conftest.$ac_ext >&5
2675{ { echo "$as_me:2674: error: C compiler cannot create executables" >&5 2655{ { echo "$as_me:2655: error: C compiler cannot create executables" >&5
2676echo "$as_me: error: C compiler cannot create executables" >&2;} 2656echo "$as_me: error: C compiler cannot create executables" >&2;}
2677 { (exit 77); exit 77; }; } 2657 { (exit 77); exit 77; }; }
2678fi 2658fi
2679 2659
2680ac_exeext=$ac_cv_exeext 2660ac_exeext=$ac_cv_exeext
2681echo "$as_me:2680: result: $ac_file" >&5 2661echo "$as_me:2661: result: $ac_file" >&5
2682echo "${ECHO_T}$ac_file" >&6 2662echo "${ECHO_T}$ac_file" >&6
2683 2663
2684# Check the compiler produces executables we can run. If not, either 2664# Check the compiler produces executables we can run. If not, either
2685# the compiler is broken, or we cross compile. 2665# the compiler is broken, or we cross compile.
2686echo "$as_me:2685: checking whether the C compiler works" >&5 2666echo "$as_me:2666: checking whether the C compiler works" >&5
2687echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6 2667echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2688# FIXME: These cross compiler hacks should be removed for Autoconf 3.0 2668# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2689# If not cross compiling, check that we can run a simple program. 2669# If not cross compiling, check that we can run a simple program.
2690if test "$cross_compiling" != yes; then 2670if test "$cross_compiling" != yes; then
2691 if { ac_try='./$ac_file' 2671 if { ac_try='./$ac_file'
2692 { (eval echo "$as_me:2691: \"$ac_try\"") >&5 2672 { (eval echo "$as_me:2672: \"$ac_try\"") >&5
2693 (eval $ac_try) 2>&5 2673 (eval $ac_try) 2>&5
2694 ac_status=$? 2674 ac_status=$?
2695 echo "$as_me:2694: \$? = $ac_status" >&5 2675 echo "$as_me:2675: \$? = $ac_status" >&5
2696 (exit $ac_status); }; }; then 2676 (exit $ac_status); }; }; then
2697 cross_compiling=no 2677 cross_compiling=no
2698 else 2678 else
2699 if test "$cross_compiling" = maybe; then 2679 if test "$cross_compiling" = maybe; then
2700 cross_compiling=yes 2680 cross_compiling=yes
2701 else 2681 else
2702 { { echo "$as_me:2701: error: cannot run C compiled programs. 2682 { { echo "$as_me:2682: error: cannot run C compiled programs.
2703If you meant to cross compile, use \`--host'." >&5 2683If you meant to cross compile, use \`--host'." >&5
2704echo "$as_me: error: cannot run C compiled programs. 2684echo "$as_me: error: cannot run C compiled programs.
2705If you meant to cross compile, use \`--host'." >&2;} 2685If you meant to cross compile, use \`--host'." >&2;}
@@ -2707,24 +2687,24 @@ If you meant to cross compile, use \`--host'." >&2;}
2707 fi 2687 fi
2708 fi 2688 fi
2709fi 2689fi
2710echo "$as_me:2709: result: yes" >&5 2690echo "$as_me:2690: result: yes" >&5
2711echo "${ECHO_T}yes" >&6 2691echo "${ECHO_T}yes" >&6
2712 2692
2713rm -f a.out a.exe conftest$ac_cv_exeext 2693rm -f a.out a.exe conftest$ac_cv_exeext
2714ac_clean_files=$ac_clean_files_save 2694ac_clean_files=$ac_clean_files_save
2715# Check the compiler produces executables we can run. If not, either 2695# Check the compiler produces executables we can run. If not, either
2716# the compiler is broken, or we cross compile. 2696# the compiler is broken, or we cross compile.
2717echo "$as_me:2716: checking whether we are cross compiling" >&5 2697echo "$as_me:2697: checking whether we are cross compiling" >&5
2718echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 2698echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2719echo "$as_me:2718: result: $cross_compiling" >&5 2699echo "$as_me:2699: result: $cross_compiling" >&5
2720echo "${ECHO_T}$cross_compiling" >&6 2700echo "${ECHO_T}$cross_compiling" >&6
2721 2701
2722echo "$as_me:2721: checking for executable suffix" >&5 2702echo "$as_me:2702: checking for executable suffix" >&5
2723echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6 2703echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6
2724if { (eval echo "$as_me:2723: \"$ac_link\"") >&5 2704if { (eval echo "$as_me:2704: \"$ac_link\"") >&5
2725 (eval $ac_link) 2>&5 2705 (eval $ac_link) 2>&5
2726 ac_status=$? 2706 ac_status=$?
2727 echo "$as_me:2726: \$? = $ac_status" >&5 2707 echo "$as_me:2707: \$? = $ac_status" >&5
2728 (exit $ac_status); }; then 2708 (exit $ac_status); }; then
2729 # If both `conftest.exe' and `conftest' are `present' (well, observable) 2709 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2730# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will 2710# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
@@ -2740,25 +2720,25 @@ for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do
2740 esac 2720 esac
2741done 2721done
2742else 2722else
2743 { { echo "$as_me:2742: error: cannot compute EXEEXT: cannot compile and link" >&5 2723 { { echo "$as_me:2723: error: cannot compute EXEEXT: cannot compile and link" >&5
2744echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;} 2724echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;}
2745 { (exit 1); exit 1; }; } 2725 { (exit 1); exit 1; }; }
2746fi 2726fi
2747 2727
2748rm -f conftest$ac_cv_exeext 2728rm -f conftest$ac_cv_exeext
2749echo "$as_me:2748: result: $ac_cv_exeext" >&5 2729echo "$as_me:2729: result: $ac_cv_exeext" >&5
2750echo "${ECHO_T}$ac_cv_exeext" >&6 2730echo "${ECHO_T}$ac_cv_exeext" >&6
2751 2731
2752rm -f conftest.$ac_ext 2732rm -f conftest.$ac_ext
2753EXEEXT=$ac_cv_exeext 2733EXEEXT=$ac_cv_exeext
2754ac_exeext=$EXEEXT 2734ac_exeext=$EXEEXT
2755echo "$as_me:2754: checking for object suffix" >&5 2735echo "$as_me:2735: checking for object suffix" >&5
2756echo $ECHO_N "checking for object suffix... $ECHO_C" >&6 2736echo $ECHO_N "checking for object suffix... $ECHO_C" >&6
2757if test "${ac_cv_objext+set}" = set; then 2737if test "${ac_cv_objext+set}" = set; then
2758 echo $ECHO_N "(cached) $ECHO_C" >&6 2738 echo $ECHO_N "(cached) $ECHO_C" >&6
2759else 2739else
2760 cat >conftest.$ac_ext <<_ACEOF 2740 cat >conftest.$ac_ext <<_ACEOF
2761#line 2755 "configure" 2741#line 2741 "configure"
2762#include "confdefs.h" 2742#include "confdefs.h"
2763 2743
2764int 2744int
@@ -2770,10 +2750,10 @@ main ()
2770} 2750}
2771_ACEOF 2751_ACEOF
2772rm -f conftest.o conftest.obj 2752rm -f conftest.o conftest.obj
2773if { (eval echo "$as_me:2772: \"$ac_compile\"") >&5 2753if { (eval echo "$as_me:2753: \"$ac_compile\"") >&5
2774 (eval $ac_compile) 2>&5 2754 (eval $ac_compile) 2>&5
2775 ac_status=$? 2755 ac_status=$?
2776 echo "$as_me:2775: \$? = $ac_status" >&5 2756 echo "$as_me:2756: \$? = $ac_status" >&5
2777 (exit $ac_status); }; then 2757 (exit $ac_status); }; then
2778 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do 2758 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2779 case $ac_file in 2759 case $ac_file in
@@ -2785,24 +2765,24 @@ done
2785else 2765else
2786 echo "$as_me: failed program was:" >&5 2766 echo "$as_me: failed program was:" >&5
2787cat conftest.$ac_ext >&5 2767cat conftest.$ac_ext >&5
2788{ { echo "$as_me:2787: error: cannot compute OBJEXT: cannot compile" >&5 2768{ { echo "$as_me:2768: error: cannot compute OBJEXT: cannot compile" >&5
2789echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;} 2769echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;}
2790 { (exit 1); exit 1; }; } 2770 { (exit 1); exit 1; }; }
2791fi 2771fi
2792 2772
2793rm -f conftest.$ac_cv_objext conftest.$ac_ext 2773rm -f conftest.$ac_cv_objext conftest.$ac_ext
2794fi 2774fi
2795echo "$as_me:2794: result: $ac_cv_objext" >&5 2775echo "$as_me:2775: result: $ac_cv_objext" >&5
2796echo "${ECHO_T}$ac_cv_objext" >&6 2776echo "${ECHO_T}$ac_cv_objext" >&6
2797OBJEXT=$ac_cv_objext 2777OBJEXT=$ac_cv_objext
2798ac_objext=$OBJEXT 2778ac_objext=$OBJEXT
2799echo "$as_me:2798: checking whether we are using the GNU C compiler" >&5 2779echo "$as_me:2779: checking whether we are using the GNU C compiler" >&5
2800echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 2780echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2801if test "${ac_cv_c_compiler_gnu+set}" = set; then 2781if test "${ac_cv_c_compiler_gnu+set}" = set; then
2802 echo $ECHO_N "(cached) $ECHO_C" >&6 2782 echo $ECHO_N "(cached) $ECHO_C" >&6
2803else 2783else
2804 cat >conftest.$ac_ext <<_ACEOF 2784 cat >conftest.$ac_ext <<_ACEOF
2805#line 2799 "configure" 2785#line 2785 "configure"
2806#include "confdefs.h" 2786#include "confdefs.h"
2807 2787
2808int 2788int
@@ -2817,16 +2797,16 @@ main ()
2817} 2797}
2818_ACEOF 2798_ACEOF
2819rm -f conftest.$ac_objext 2799rm -f conftest.$ac_objext
2820if { (eval echo "$as_me:2819: \"$ac_compile\"") >&5 2800if { (eval echo "$as_me:2800: \"$ac_compile\"") >&5
2821 (eval $ac_compile) 2>&5 2801 (eval $ac_compile) 2>&5
2822 ac_status=$? 2802 ac_status=$?
2823 echo "$as_me:2822: \$? = $ac_status" >&5 2803 echo "$as_me:2803: \$? = $ac_status" >&5
2824 (exit $ac_status); } && 2804 (exit $ac_status); } &&
2825 { ac_try='test -s conftest.$ac_objext' 2805 { ac_try='test -s conftest.$ac_objext'
2826 { (eval echo "$as_me:2825: \"$ac_try\"") >&5 2806 { (eval echo "$as_me:2806: \"$ac_try\"") >&5
2827 (eval $ac_try) 2>&5 2807 (eval $ac_try) 2>&5
2828 ac_status=$? 2808 ac_status=$?
2829 echo "$as_me:2828: \$? = $ac_status" >&5 2809 echo "$as_me:2809: \$? = $ac_status" >&5
2830 (exit $ac_status); }; }; then 2810 (exit $ac_status); }; }; then
2831 ac_compiler_gnu=yes 2811 ac_compiler_gnu=yes
2832else 2812else
@@ -2838,19 +2818,19 @@ rm -f conftest.$ac_objext conftest.$ac_ext
2838ac_cv_c_compiler_gnu=$ac_compiler_gnu 2818ac_cv_c_compiler_gnu=$ac_compiler_gnu
2839 2819
2840fi 2820fi
2841echo "$as_me:2840: result: $ac_cv_c_compiler_gnu" >&5 2821echo "$as_me:2821: result: $ac_cv_c_compiler_gnu" >&5
2842echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 2822echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2843GCC=`test $ac_compiler_gnu = yes && echo yes` 2823GCC=`test $ac_compiler_gnu = yes && echo yes`
2844ac_test_CFLAGS=${CFLAGS+set} 2824ac_test_CFLAGS=${CFLAGS+set}
2845ac_save_CFLAGS=$CFLAGS 2825ac_save_CFLAGS=$CFLAGS
2846CFLAGS="-g" 2826CFLAGS="-g"
2847echo "$as_me:2846: checking whether $CC accepts -g" >&5 2827echo "$as_me:2827: checking whether $CC accepts -g" >&5
2848echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 2828echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2849if test "${ac_cv_prog_cc_g+set}" = set; then 2829if test "${ac_cv_prog_cc_g+set}" = set; then
2850 echo $ECHO_N "(cached) $ECHO_C" >&6 2830 echo $ECHO_N "(cached) $ECHO_C" >&6
2851else 2831else
2852 cat >conftest.$ac_ext <<_ACEOF 2832 cat >conftest.$ac_ext <<_ACEOF
2853#line 2847 "configure" 2833#line 2833 "configure"
2854#include "confdefs.h" 2834#include "confdefs.h"
2855 2835
2856int 2836int
@@ -2862,16 +2842,16 @@ main ()
2862} 2842}
2863_ACEOF 2843_ACEOF
2864rm -f conftest.$ac_objext 2844rm -f conftest.$ac_objext
2865if { (eval echo "$as_me:2864: \"$ac_compile\"") >&5 2845if { (eval echo "$as_me:2845: \"$ac_compile\"") >&5
2866 (eval $ac_compile) 2>&5 2846 (eval $ac_compile) 2>&5
2867 ac_status=$? 2847 ac_status=$?
2868 echo "$as_me:2867: \$? = $ac_status" >&5 2848 echo "$as_me:2848: \$? = $ac_status" >&5
2869 (exit $ac_status); } && 2849 (exit $ac_status); } &&
2870 { ac_try='test -s conftest.$ac_objext' 2850 { ac_try='test -s conftest.$ac_objext'
2871 { (eval echo "$as_me:2870: \"$ac_try\"") >&5 2851 { (eval echo "$as_me:2851: \"$ac_try\"") >&5
2872 (eval $ac_try) 2>&5 2852 (eval $ac_try) 2>&5
2873 ac_status=$? 2853 ac_status=$?
2874 echo "$as_me:2873: \$? = $ac_status" >&5 2854 echo "$as_me:2854: \$? = $ac_status" >&5
2875 (exit $ac_status); }; }; then 2855 (exit $ac_status); }; }; then
2876 ac_cv_prog_cc_g=yes 2856 ac_cv_prog_cc_g=yes
2877else 2857else
@@ -2881,7 +2861,7 @@ ac_cv_prog_cc_g=no
2881fi 2861fi
2882rm -f conftest.$ac_objext conftest.$ac_ext 2862rm -f conftest.$ac_objext conftest.$ac_ext
2883fi 2863fi
2884echo "$as_me:2883: result: $ac_cv_prog_cc_g" >&5 2864echo "$as_me:2864: result: $ac_cv_prog_cc_g" >&5
2885echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 2865echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2886if test "$ac_test_CFLAGS" = set; then 2866if test "$ac_test_CFLAGS" = set; then
2887 CFLAGS=$ac_save_CFLAGS 2867 CFLAGS=$ac_save_CFLAGS
@@ -2908,16 +2888,16 @@ cat >conftest.$ac_ext <<_ACEOF
2908#endif 2888#endif
2909_ACEOF 2889_ACEOF
2910rm -f conftest.$ac_objext 2890rm -f conftest.$ac_objext
2911if { (eval echo "$as_me:2910: \"$ac_compile\"") >&5 2891if { (eval echo "$as_me:2891: \"$ac_compile\"") >&5
2912 (eval $ac_compile) 2>&5 2892 (eval $ac_compile) 2>&5
2913 ac_status=$? 2893 ac_status=$?
2914 echo "$as_me:2913: \$? = $ac_status" >&5 2894 echo "$as_me:2894: \$? = $ac_status" >&5
2915 (exit $ac_status); } && 2895 (exit $ac_status); } &&
2916 { ac_try='test -s conftest.$ac_objext' 2896 { ac_try='test -s conftest.$ac_objext'
2917 { (eval echo "$as_me:2916: \"$ac_try\"") >&5 2897 { (eval echo "$as_me:2897: \"$ac_try\"") >&5
2918 (eval $ac_try) 2>&5 2898 (eval $ac_try) 2>&5
2919 ac_status=$? 2899 ac_status=$?
2920 echo "$as_me:2919: \$? = $ac_status" >&5 2900 echo "$as_me:2900: \$? = $ac_status" >&5
2921 (exit $ac_status); }; }; then 2901 (exit $ac_status); }; }; then
2922 for ac_declaration in \ 2902 for ac_declaration in \
2923 ''\ 2903 ''\
@@ -2929,7 +2909,7 @@ if { (eval echo "$as_me:2910: \"$ac_compile\"") >&5
2929 'void exit (int);' 2909 'void exit (int);'
2930do 2910do
2931 cat >conftest.$ac_ext <<_ACEOF 2911 cat >conftest.$ac_ext <<_ACEOF
2932#line 2926 "configure" 2912#line 2912 "configure"
2933#include "confdefs.h" 2913#include "confdefs.h"
2934#include <stdlib.h> 2914#include <stdlib.h>
2935$ac_declaration 2915$ac_declaration
@@ -2942,16 +2922,16 @@ exit (42);
2942} 2922}
2943_ACEOF 2923_ACEOF
2944rm -f conftest.$ac_objext 2924rm -f conftest.$ac_objext
2945if { (eval echo "$as_me:2944: \"$ac_compile\"") >&5 2925if { (eval echo "$as_me:2925: \"$ac_compile\"") >&5
2946 (eval $ac_compile) 2>&5 2926 (eval $ac_compile) 2>&5
2947 ac_status=$? 2927 ac_status=$?
2948 echo "$as_me:2947: \$? = $ac_status" >&5 2928 echo "$as_me:2928: \$? = $ac_status" >&5
2949 (exit $ac_status); } && 2929 (exit $ac_status); } &&
2950 { ac_try='test -s conftest.$ac_objext' 2930 { ac_try='test -s conftest.$ac_objext'
2951 { (eval echo "$as_me:2950: \"$ac_try\"") >&5 2931 { (eval echo "$as_me:2931: \"$ac_try\"") >&5
2952 (eval $ac_try) 2>&5 2932 (eval $ac_try) 2>&5
2953 ac_status=$? 2933 ac_status=$?
2954 echo "$as_me:2953: \$? = $ac_status" >&5 2934 echo "$as_me:2934: \$? = $ac_status" >&5
2955 (exit $ac_status); }; }; then 2935 (exit $ac_status); }; }; then
2956 : 2936 :
2957else 2937else
@@ -2961,7 +2941,7 @@ continue
2961fi 2941fi
2962rm -f conftest.$ac_objext conftest.$ac_ext 2942rm -f conftest.$ac_objext conftest.$ac_ext
2963 cat >conftest.$ac_ext <<_ACEOF 2943 cat >conftest.$ac_ext <<_ACEOF
2964#line 2958 "configure" 2944#line 2944 "configure"
2965#include "confdefs.h" 2945#include "confdefs.h"
2966$ac_declaration 2946$ac_declaration
2967int 2947int
@@ -2973,16 +2953,16 @@ exit (42);
2973} 2953}
2974_ACEOF 2954_ACEOF
2975rm -f conftest.$ac_objext 2955rm -f conftest.$ac_objext
2976if { (eval echo "$as_me:2975: \"$ac_compile\"") >&5 2956if { (eval echo "$as_me:2956: \"$ac_compile\"") >&5
2977 (eval $ac_compile) 2>&5 2957 (eval $ac_compile) 2>&5
2978 ac_status=$? 2958 ac_status=$?
2979 echo "$as_me:2978: \$? = $ac_status" >&5 2959 echo "$as_me:2959: \$? = $ac_status" >&5
2980 (exit $ac_status); } && 2960 (exit $ac_status); } &&
2981 { ac_try='test -s conftest.$ac_objext' 2961 { ac_try='test -s conftest.$ac_objext'
2982 { (eval echo "$as_me:2981: \"$ac_try\"") >&5 2962 { (eval echo "$as_me:2962: \"$ac_try\"") >&5
2983 (eval $ac_try) 2>&5 2963 (eval $ac_try) 2>&5
2984 ac_status=$? 2964 ac_status=$?
2985 echo "$as_me:2984: \$? = $ac_status" >&5 2965 echo "$as_me:2965: \$? = $ac_status" >&5
2986 (exit $ac_status); }; }; then 2966 (exit $ac_status); }; }; then
2987 break 2967 break
2988else 2968else
@@ -3055,14 +3035,14 @@ fi
3055#### should make an entry in src/config.h, don't forget to add an 3035#### should make an entry in src/config.h, don't forget to add an
3056#### #undef clause to src/config.h.in for autoconf to modify. 3036#### #undef clause to src/config.h.in for autoconf to modify.
3057 3037
3058echo "$as_me:3057: checking whether ln -s works" >&5 3038echo "$as_me:3038: checking whether ln -s works" >&5
3059echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6 3039echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
3060LN_S=$as_ln_s 3040LN_S=$as_ln_s
3061if test "$LN_S" = "ln -s"; then 3041if test "$LN_S" = "ln -s"; then
3062 echo "$as_me:3061: result: yes" >&5 3042 echo "$as_me:3042: result: yes" >&5
3063echo "${ECHO_T}yes" >&6 3043echo "${ECHO_T}yes" >&6
3064else 3044else
3065 echo "$as_me:3064: result: no, using $LN_S" >&5 3045 echo "$as_me:3045: result: no, using $LN_S" >&5
3066echo "${ECHO_T}no, using $LN_S" >&6 3046echo "${ECHO_T}no, using $LN_S" >&6
3067fi 3047fi
3068 3048
@@ -3071,7 +3051,7 @@ ac_cpp='$CPP $CPPFLAGS'
3071ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3051ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3072ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3052ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3073ac_compiler_gnu=$ac_cv_c_compiler_gnu 3053ac_compiler_gnu=$ac_cv_c_compiler_gnu
3074echo "$as_me:3073: checking how to run the C preprocessor" >&5 3054echo "$as_me:3054: checking how to run the C preprocessor" >&5
3075echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 3055echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
3076# On Suns, sometimes $CPP names a directory. 3056# On Suns, sometimes $CPP names a directory.
3077if test -n "$CPP" && test -d "$CPP"; then 3057if test -n "$CPP" && test -d "$CPP"; then
@@ -3092,18 +3072,18 @@ do
3092 # On the NeXT, cc -E runs the code through the compiler's parser, 3072 # On the NeXT, cc -E runs the code through the compiler's parser,
3093 # not just through cpp. "Syntax error" is here to catch this case. 3073 # not just through cpp. "Syntax error" is here to catch this case.
3094 cat >conftest.$ac_ext <<_ACEOF 3074 cat >conftest.$ac_ext <<_ACEOF
3095#line 3089 "configure" 3075#line 3075 "configure"
3096#include "confdefs.h" 3076#include "confdefs.h"
3097#include <assert.h> 3077#include <assert.h>
3098 Syntax error 3078 Syntax error
3099_ACEOF 3079_ACEOF
3100if { (eval echo "$as_me:3099: \"$ac_cpp conftest.$ac_ext\"") >&5 3080if { (eval echo "$as_me:3080: \"$ac_cpp conftest.$ac_ext\"") >&5
3101 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3081 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3102 ac_status=$? 3082 ac_status=$?
3103 egrep -v '^ *\+' conftest.er1 >conftest.err 3083 egrep -v '^ *\+' conftest.er1 >conftest.err
3104 rm -f conftest.er1 3084 rm -f conftest.er1
3105 cat conftest.err >&5 3085 cat conftest.err >&5
3106 echo "$as_me:3105: \$? = $ac_status" >&5 3086 echo "$as_me:3086: \$? = $ac_status" >&5
3107 (exit $ac_status); } >/dev/null; then 3087 (exit $ac_status); } >/dev/null; then
3108 if test -s conftest.err; then 3088 if test -s conftest.err; then
3109 ac_cpp_err=$ac_c_preproc_warn_flag 3089 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -3126,17 +3106,17 @@ rm -f conftest.err conftest.$ac_ext
3126 # OK, works on sane cases. Now check whether non-existent headers 3106 # OK, works on sane cases. Now check whether non-existent headers
3127 # can be detected and how. 3107 # can be detected and how.
3128 cat >conftest.$ac_ext <<_ACEOF 3108 cat >conftest.$ac_ext <<_ACEOF
3129#line 3123 "configure" 3109#line 3109 "configure"
3130#include "confdefs.h" 3110#include "confdefs.h"
3131#include <ac_nonexistent.h> 3111#include <ac_nonexistent.h>
3132_ACEOF 3112_ACEOF
3133if { (eval echo "$as_me:3132: \"$ac_cpp conftest.$ac_ext\"") >&5 3113if { (eval echo "$as_me:3113: \"$ac_cpp conftest.$ac_ext\"") >&5
3134 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3114 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3135 ac_status=$? 3115 ac_status=$?
3136 egrep -v '^ *\+' conftest.er1 >conftest.err 3116 egrep -v '^ *\+' conftest.er1 >conftest.err
3137 rm -f conftest.er1 3117 rm -f conftest.er1
3138 cat conftest.err >&5 3118 cat conftest.err >&5
3139 echo "$as_me:3138: \$? = $ac_status" >&5 3119 echo "$as_me:3119: \$? = $ac_status" >&5
3140 (exit $ac_status); } >/dev/null; then 3120 (exit $ac_status); } >/dev/null; then
3141 if test -s conftest.err; then 3121 if test -s conftest.err; then
3142 ac_cpp_err=$ac_c_preproc_warn_flag 3122 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -3173,7 +3153,7 @@ fi
3173else 3153else
3174 ac_cv_prog_CPP=$CPP 3154 ac_cv_prog_CPP=$CPP
3175fi 3155fi
3176echo "$as_me:3175: result: $CPP" >&5 3156echo "$as_me:3156: result: $CPP" >&5
3177echo "${ECHO_T}$CPP" >&6 3157echo "${ECHO_T}$CPP" >&6
3178ac_preproc_ok=false 3158ac_preproc_ok=false
3179for ac_c_preproc_warn_flag in '' yes 3159for ac_c_preproc_warn_flag in '' yes
@@ -3183,18 +3163,18 @@ do
3183 # On the NeXT, cc -E runs the code through the compiler's parser, 3163 # On the NeXT, cc -E runs the code through the compiler's parser,
3184 # not just through cpp. "Syntax error" is here to catch this case. 3164 # not just through cpp. "Syntax error" is here to catch this case.
3185 cat >conftest.$ac_ext <<_ACEOF 3165 cat >conftest.$ac_ext <<_ACEOF
3186#line 3180 "configure" 3166#line 3166 "configure"
3187#include "confdefs.h" 3167#include "confdefs.h"
3188#include <assert.h> 3168#include <assert.h>
3189 Syntax error 3169 Syntax error
3190_ACEOF 3170_ACEOF
3191if { (eval echo "$as_me:3190: \"$ac_cpp conftest.$ac_ext\"") >&5 3171if { (eval echo "$as_me:3171: \"$ac_cpp conftest.$ac_ext\"") >&5
3192 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3172 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3193 ac_status=$? 3173 ac_status=$?
3194 egrep -v '^ *\+' conftest.er1 >conftest.err 3174 egrep -v '^ *\+' conftest.er1 >conftest.err
3195 rm -f conftest.er1 3175 rm -f conftest.er1
3196 cat conftest.err >&5 3176 cat conftest.err >&5
3197 echo "$as_me:3196: \$? = $ac_status" >&5 3177 echo "$as_me:3177: \$? = $ac_status" >&5
3198 (exit $ac_status); } >/dev/null; then 3178 (exit $ac_status); } >/dev/null; then
3199 if test -s conftest.err; then 3179 if test -s conftest.err; then
3200 ac_cpp_err=$ac_c_preproc_warn_flag 3180 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -3217,17 +3197,17 @@ rm -f conftest.err conftest.$ac_ext
3217 # OK, works on sane cases. Now check whether non-existent headers 3197 # OK, works on sane cases. Now check whether non-existent headers
3218 # can be detected and how. 3198 # can be detected and how.
3219 cat >conftest.$ac_ext <<_ACEOF 3199 cat >conftest.$ac_ext <<_ACEOF
3220#line 3214 "configure" 3200#line 3200 "configure"
3221#include "confdefs.h" 3201#include "confdefs.h"
3222#include <ac_nonexistent.h> 3202#include <ac_nonexistent.h>
3223_ACEOF 3203_ACEOF
3224if { (eval echo "$as_me:3223: \"$ac_cpp conftest.$ac_ext\"") >&5 3204if { (eval echo "$as_me:3204: \"$ac_cpp conftest.$ac_ext\"") >&5
3225 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3205 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3226 ac_status=$? 3206 ac_status=$?
3227 egrep -v '^ *\+' conftest.er1 >conftest.err 3207 egrep -v '^ *\+' conftest.er1 >conftest.err
3228 rm -f conftest.er1 3208 rm -f conftest.er1
3229 cat conftest.err >&5 3209 cat conftest.err >&5
3230 echo "$as_me:3229: \$? = $ac_status" >&5 3210 echo "$as_me:3210: \$? = $ac_status" >&5
3231 (exit $ac_status); } >/dev/null; then 3211 (exit $ac_status); } >/dev/null; then
3232 if test -s conftest.err; then 3212 if test -s conftest.err; then
3233 ac_cpp_err=$ac_c_preproc_warn_flag 3213 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -3255,7 +3235,7 @@ rm -f conftest.err conftest.$ac_ext
3255if $ac_preproc_ok; then 3235if $ac_preproc_ok; then
3256 : 3236 :
3257else 3237else
3258 { { echo "$as_me:3257: error: C preprocessor \"$CPP\" fails sanity check" >&5 3238 { { echo "$as_me:3238: error: C preprocessor \"$CPP\" fails sanity check" >&5
3259echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;} 3239echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}
3260 { (exit 1); exit 1; }; } 3240 { (exit 1); exit 1; }; }
3261fi 3241fi
@@ -3278,7 +3258,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
3278# AFS /usr/afsws/bin/install, which mishandles nonexistent args 3258# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3279# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 3259# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3280# ./install, which can be erroneously created by make from ./install.sh. 3260# ./install, which can be erroneously created by make from ./install.sh.
3281echo "$as_me:3280: checking for a BSD compatible install" >&5 3261echo "$as_me:3261: checking for a BSD compatible install" >&5
3282echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6 3262echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6
3283if test -z "$INSTALL"; then 3263if test -z "$INSTALL"; then
3284if test "${ac_cv_path_install+set}" = set; then 3264if test "${ac_cv_path_install+set}" = set; then
@@ -3327,7 +3307,7 @@ fi
3327 INSTALL=$ac_install_sh 3307 INSTALL=$ac_install_sh
3328 fi 3308 fi
3329fi 3309fi
3330echo "$as_me:3329: result: $INSTALL" >&5 3310echo "$as_me:3310: result: $INSTALL" >&5
3331echo "${ECHO_T}$INSTALL" >&6 3311echo "${ECHO_T}$INSTALL" >&6
3332 3312
3333# Use test -z because SunOS4 sh mishandles braces in ${var-val}. 3313# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
@@ -3342,7 +3322,7 @@ for ac_prog in 'bison -y' byacc
3342do 3322do
3343 # Extract the first word of "$ac_prog", so it can be a program name with args. 3323 # Extract the first word of "$ac_prog", so it can be a program name with args.
3344set dummy $ac_prog; ac_word=$2 3324set dummy $ac_prog; ac_word=$2
3345echo "$as_me:3344: checking for $ac_word" >&5 3325echo "$as_me:3325: checking for $ac_word" >&5
3346echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3326echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3347if test "${ac_cv_prog_YACC+set}" = set; then 3327if test "${ac_cv_prog_YACC+set}" = set; then
3348 echo $ECHO_N "(cached) $ECHO_C" >&6 3328 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3357,7 +3337,7 @@ for ac_dir in $ac_dummy; do
3357 test -z "$ac_dir" && ac_dir=. 3337 test -z "$ac_dir" && ac_dir=.
3358 $as_executable_p "$ac_dir/$ac_word" || continue 3338 $as_executable_p "$ac_dir/$ac_word" || continue
3359ac_cv_prog_YACC="$ac_prog" 3339ac_cv_prog_YACC="$ac_prog"
3360echo "$as_me:3359: found $ac_dir/$ac_word" >&5 3340echo "$as_me:3340: found $ac_dir/$ac_word" >&5
3361break 3341break
3362done 3342done
3363 3343
@@ -3365,10 +3345,10 @@ fi
3365fi 3345fi
3366YACC=$ac_cv_prog_YACC 3346YACC=$ac_cv_prog_YACC
3367if test -n "$YACC"; then 3347if test -n "$YACC"; then
3368 echo "$as_me:3367: result: $YACC" >&5 3348 echo "$as_me:3348: result: $YACC" >&5
3369echo "${ECHO_T}$YACC" >&6 3349echo "${ECHO_T}$YACC" >&6
3370else 3350else
3371 echo "$as_me:3370: result: no" >&5 3351 echo "$as_me:3351: result: no" >&5
3372echo "${ECHO_T}no" >&6 3352echo "${ECHO_T}no" >&6
3373fi 3353fi
3374 3354
@@ -3380,7 +3360,7 @@ if test "x$RANLIB" = x; then
3380 if test -n "$ac_tool_prefix"; then 3360 if test -n "$ac_tool_prefix"; then
3381 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 3361 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
3382set dummy ${ac_tool_prefix}ranlib; ac_word=$2 3362set dummy ${ac_tool_prefix}ranlib; ac_word=$2
3383echo "$as_me:3382: checking for $ac_word" >&5 3363echo "$as_me:3363: checking for $ac_word" >&5
3384echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3364echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3385if test "${ac_cv_prog_RANLIB+set}" = set; then 3365if test "${ac_cv_prog_RANLIB+set}" = set; then
3386 echo $ECHO_N "(cached) $ECHO_C" >&6 3366 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3395,7 +3375,7 @@ for ac_dir in $ac_dummy; do
3395 test -z "$ac_dir" && ac_dir=. 3375 test -z "$ac_dir" && ac_dir=.
3396 $as_executable_p "$ac_dir/$ac_word" || continue 3376 $as_executable_p "$ac_dir/$ac_word" || continue
3397ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 3377ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
3398echo "$as_me:3397: found $ac_dir/$ac_word" >&5 3378echo "$as_me:3378: found $ac_dir/$ac_word" >&5
3399break 3379break
3400done 3380done
3401 3381
@@ -3403,10 +3383,10 @@ fi
3403fi 3383fi
3404RANLIB=$ac_cv_prog_RANLIB 3384RANLIB=$ac_cv_prog_RANLIB
3405if test -n "$RANLIB"; then 3385if test -n "$RANLIB"; then
3406 echo "$as_me:3405: result: $RANLIB" >&5 3386 echo "$as_me:3386: result: $RANLIB" >&5
3407echo "${ECHO_T}$RANLIB" >&6 3387echo "${ECHO_T}$RANLIB" >&6
3408else 3388else
3409 echo "$as_me:3408: result: no" >&5 3389 echo "$as_me:3389: result: no" >&5
3410echo "${ECHO_T}no" >&6 3390echo "${ECHO_T}no" >&6
3411fi 3391fi
3412 3392
@@ -3415,7 +3395,7 @@ if test -z "$ac_cv_prog_RANLIB"; then
3415 ac_ct_RANLIB=$RANLIB 3395 ac_ct_RANLIB=$RANLIB
3416 # Extract the first word of "ranlib", so it can be a program name with args. 3396 # Extract the first word of "ranlib", so it can be a program name with args.
3417set dummy ranlib; ac_word=$2 3397set dummy ranlib; ac_word=$2
3418echo "$as_me:3417: checking for $ac_word" >&5 3398echo "$as_me:3398: checking for $ac_word" >&5
3419echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3399echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3420if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then 3400if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
3421 echo $ECHO_N "(cached) $ECHO_C" >&6 3401 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3430,7 +3410,7 @@ for ac_dir in $ac_dummy; do
3430 test -z "$ac_dir" && ac_dir=. 3410 test -z "$ac_dir" && ac_dir=.
3431 $as_executable_p "$ac_dir/$ac_word" || continue 3411 $as_executable_p "$ac_dir/$ac_word" || continue
3432ac_cv_prog_ac_ct_RANLIB="ranlib" 3412ac_cv_prog_ac_ct_RANLIB="ranlib"
3433echo "$as_me:3432: found $ac_dir/$ac_word" >&5 3413echo "$as_me:3413: found $ac_dir/$ac_word" >&5
3434break 3414break
3435done 3415done
3436 3416
@@ -3439,10 +3419,10 @@ fi
3439fi 3419fi
3440ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB 3420ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
3441if test -n "$ac_ct_RANLIB"; then 3421if test -n "$ac_ct_RANLIB"; then
3442 echo "$as_me:3441: result: $ac_ct_RANLIB" >&5 3422 echo "$as_me:3422: result: $ac_ct_RANLIB" >&5
3443echo "${ECHO_T}$ac_ct_RANLIB" >&6 3423echo "${ECHO_T}$ac_ct_RANLIB" >&6
3444else 3424else
3445 echo "$as_me:3444: result: no" >&5 3425 echo "$as_me:3425: result: no" >&5
3446echo "${ECHO_T}no" >&6 3426echo "${ECHO_T}no" >&6
3447fi 3427fi
3448 3428
@@ -3453,10 +3433,10 @@ fi
3453 3433
3454fi 3434fi
3455 3435
3456echo "$as_me:3455: checking for AIX" >&5 3436echo "$as_me:3436: checking for AIX" >&5
3457echo $ECHO_N "checking for AIX... $ECHO_C" >&6 3437echo $ECHO_N "checking for AIX... $ECHO_C" >&6
3458cat >conftest.$ac_ext <<_ACEOF 3438cat >conftest.$ac_ext <<_ACEOF
3459#line 3453 "configure" 3439#line 3439 "configure"
3460#include "confdefs.h" 3440#include "confdefs.h"
3461#ifdef _AIX 3441#ifdef _AIX
3462 yes 3442 yes
@@ -3465,21 +3445,21 @@ cat >conftest.$ac_ext <<_ACEOF
3465_ACEOF 3445_ACEOF
3466if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 3446if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3467 egrep "yes" >/dev/null 2>&1; then 3447 egrep "yes" >/dev/null 2>&1; then
3468 echo "$as_me:3467: result: yes" >&5 3448 echo "$as_me:3448: result: yes" >&5
3469echo "${ECHO_T}yes" >&6 3449echo "${ECHO_T}yes" >&6
3470cat >>confdefs.h <<\EOF 3450cat >>confdefs.h <<\EOF
3471#define _ALL_SOURCE 1 3451#define _ALL_SOURCE 1
3472EOF 3452EOF
3473 3453
3474else 3454else
3475 echo "$as_me:3474: result: no" >&5 3455 echo "$as_me:3455: result: no" >&5
3476echo "${ECHO_T}no" >&6 3456echo "${ECHO_T}no" >&6
3477fi 3457fi
3478rm -f conftest* 3458rm -f conftest*
3479 3459
3480#### Extract some information from the operating system and machine files. 3460#### Extract some information from the operating system and machine files.
3481 3461
3482{ echo "$as_me:3481: checking the machine- and system-dependent files to find out 3462{ echo "$as_me:3462: checking the machine- and system-dependent files to find out
3483 - which libraries the lib-src programs will want, and 3463 - which libraries the lib-src programs will want, and
3484 - whether the GNU malloc routines are usable..." >&5 3464 - whether the GNU malloc routines are usable..." >&5
3485echo "$as_me: checking the machine- and system-dependent files to find out 3465echo "$as_me: checking the machine- and system-dependent files to find out
@@ -3629,7 +3609,7 @@ if test "${enable_largefile+set}" = set; then
3629fi; 3609fi;
3630if test "$enable_largefile" != no; then 3610if test "$enable_largefile" != no; then
3631 3611
3632 echo "$as_me:3631: checking for special C compiler options needed for large files" >&5 3612 echo "$as_me:3612: checking for special C compiler options needed for large files" >&5
3633echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6 3613echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6
3634if test "${ac_cv_sys_largefile_CC+set}" = set; then 3614if test "${ac_cv_sys_largefile_CC+set}" = set; then
3635 echo $ECHO_N "(cached) $ECHO_C" >&6 3615 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3641,7 +3621,7 @@ else
3641 # IRIX 6.2 and later do not support large files by default, 3621 # IRIX 6.2 and later do not support large files by default,
3642 # so use the C compiler's -n32 option if that helps. 3622 # so use the C compiler's -n32 option if that helps.
3643 cat >conftest.$ac_ext <<_ACEOF 3623 cat >conftest.$ac_ext <<_ACEOF
3644#line 3638 "configure" 3624#line 3624 "configure"
3645#include "confdefs.h" 3625#include "confdefs.h"
3646#include <sys/types.h> 3626#include <sys/types.h>
3647 /* Check that off_t can represent 2**63 - 1 correctly. 3627 /* Check that off_t can represent 2**63 - 1 correctly.
@@ -3661,16 +3641,16 @@ main ()
3661} 3641}
3662_ACEOF 3642_ACEOF
3663 rm -f conftest.$ac_objext 3643 rm -f conftest.$ac_objext
3664if { (eval echo "$as_me:3663: \"$ac_compile\"") >&5 3644if { (eval echo "$as_me:3644: \"$ac_compile\"") >&5
3665 (eval $ac_compile) 2>&5 3645 (eval $ac_compile) 2>&5
3666 ac_status=$? 3646 ac_status=$?
3667 echo "$as_me:3666: \$? = $ac_status" >&5 3647 echo "$as_me:3647: \$? = $ac_status" >&5
3668 (exit $ac_status); } && 3648 (exit $ac_status); } &&
3669 { ac_try='test -s conftest.$ac_objext' 3649 { ac_try='test -s conftest.$ac_objext'
3670 { (eval echo "$as_me:3669: \"$ac_try\"") >&5 3650 { (eval echo "$as_me:3650: \"$ac_try\"") >&5
3671 (eval $ac_try) 2>&5 3651 (eval $ac_try) 2>&5
3672 ac_status=$? 3652 ac_status=$?
3673 echo "$as_me:3672: \$? = $ac_status" >&5 3653 echo "$as_me:3653: \$? = $ac_status" >&5
3674 (exit $ac_status); }; }; then 3654 (exit $ac_status); }; }; then
3675 break 3655 break
3676else 3656else
@@ -3680,16 +3660,16 @@ fi
3680rm -f conftest.$ac_objext 3660rm -f conftest.$ac_objext
3681 CC="$CC -n32" 3661 CC="$CC -n32"
3682 rm -f conftest.$ac_objext 3662 rm -f conftest.$ac_objext
3683if { (eval echo "$as_me:3682: \"$ac_compile\"") >&5 3663if { (eval echo "$as_me:3663: \"$ac_compile\"") >&5
3684 (eval $ac_compile) 2>&5 3664 (eval $ac_compile) 2>&5
3685 ac_status=$? 3665 ac_status=$?
3686 echo "$as_me:3685: \$? = $ac_status" >&5 3666 echo "$as_me:3666: \$? = $ac_status" >&5
3687 (exit $ac_status); } && 3667 (exit $ac_status); } &&
3688 { ac_try='test -s conftest.$ac_objext' 3668 { ac_try='test -s conftest.$ac_objext'
3689 { (eval echo "$as_me:3688: \"$ac_try\"") >&5 3669 { (eval echo "$as_me:3669: \"$ac_try\"") >&5
3690 (eval $ac_try) 2>&5 3670 (eval $ac_try) 2>&5
3691 ac_status=$? 3671 ac_status=$?
3692 echo "$as_me:3691: \$? = $ac_status" >&5 3672 echo "$as_me:3672: \$? = $ac_status" >&5
3693 (exit $ac_status); }; }; then 3673 (exit $ac_status); }; }; then
3694 ac_cv_sys_largefile_CC=' -n32'; break 3674 ac_cv_sys_largefile_CC=' -n32'; break
3695else 3675else
@@ -3703,13 +3683,13 @@ rm -f conftest.$ac_objext
3703 rm -f conftest.$ac_ext 3683 rm -f conftest.$ac_ext
3704 fi 3684 fi
3705fi 3685fi
3706echo "$as_me:3705: result: $ac_cv_sys_largefile_CC" >&5 3686echo "$as_me:3686: result: $ac_cv_sys_largefile_CC" >&5
3707echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6 3687echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6
3708 if test "$ac_cv_sys_largefile_CC" != no; then 3688 if test "$ac_cv_sys_largefile_CC" != no; then
3709 CC=$CC$ac_cv_sys_largefile_CC 3689 CC=$CC$ac_cv_sys_largefile_CC
3710 fi 3690 fi
3711 3691
3712 echo "$as_me:3711: checking for _FILE_OFFSET_BITS value needed for large files" >&5 3692 echo "$as_me:3692: checking for _FILE_OFFSET_BITS value needed for large files" >&5
3713echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6 3693echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
3714if test "${ac_cv_sys_file_offset_bits+set}" = set; then 3694if test "${ac_cv_sys_file_offset_bits+set}" = set; then
3715 echo $ECHO_N "(cached) $ECHO_C" >&6 3695 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3717,7 +3697,7 @@ else
3717 while :; do 3697 while :; do
3718 ac_cv_sys_file_offset_bits=no 3698 ac_cv_sys_file_offset_bits=no
3719 cat >conftest.$ac_ext <<_ACEOF 3699 cat >conftest.$ac_ext <<_ACEOF
3720#line 3714 "configure" 3700#line 3700 "configure"
3721#include "confdefs.h" 3701#include "confdefs.h"
3722#include <sys/types.h> 3702#include <sys/types.h>
3723 /* Check that off_t can represent 2**63 - 1 correctly. 3703 /* Check that off_t can represent 2**63 - 1 correctly.
@@ -3737,16 +3717,16 @@ main ()
3737} 3717}
3738_ACEOF 3718_ACEOF
3739rm -f conftest.$ac_objext 3719rm -f conftest.$ac_objext
3740if { (eval echo "$as_me:3739: \"$ac_compile\"") >&5 3720if { (eval echo "$as_me:3720: \"$ac_compile\"") >&5
3741 (eval $ac_compile) 2>&5 3721 (eval $ac_compile) 2>&5
3742 ac_status=$? 3722 ac_status=$?
3743 echo "$as_me:3742: \$? = $ac_status" >&5 3723 echo "$as_me:3723: \$? = $ac_status" >&5
3744 (exit $ac_status); } && 3724 (exit $ac_status); } &&
3745 { ac_try='test -s conftest.$ac_objext' 3725 { ac_try='test -s conftest.$ac_objext'
3746 { (eval echo "$as_me:3745: \"$ac_try\"") >&5 3726 { (eval echo "$as_me:3726: \"$ac_try\"") >&5
3747 (eval $ac_try) 2>&5 3727 (eval $ac_try) 2>&5
3748 ac_status=$? 3728 ac_status=$?
3749 echo "$as_me:3748: \$? = $ac_status" >&5 3729 echo "$as_me:3729: \$? = $ac_status" >&5
3750 (exit $ac_status); }; }; then 3730 (exit $ac_status); }; }; then
3751 break 3731 break
3752else 3732else
@@ -3755,7 +3735,7 @@ cat conftest.$ac_ext >&5
3755fi 3735fi
3756rm -f conftest.$ac_objext conftest.$ac_ext 3736rm -f conftest.$ac_objext conftest.$ac_ext
3757 cat >conftest.$ac_ext <<_ACEOF 3737 cat >conftest.$ac_ext <<_ACEOF
3758#line 3752 "configure" 3738#line 3738 "configure"
3759#include "confdefs.h" 3739#include "confdefs.h"
3760#define _FILE_OFFSET_BITS 64 3740#define _FILE_OFFSET_BITS 64
3761#include <sys/types.h> 3741#include <sys/types.h>
@@ -3776,16 +3756,16 @@ main ()
3776} 3756}
3777_ACEOF 3757_ACEOF
3778rm -f conftest.$ac_objext 3758rm -f conftest.$ac_objext
3779if { (eval echo "$as_me:3778: \"$ac_compile\"") >&5 3759if { (eval echo "$as_me:3759: \"$ac_compile\"") >&5
3780 (eval $ac_compile) 2>&5 3760 (eval $ac_compile) 2>&5
3781 ac_status=$? 3761 ac_status=$?
3782 echo "$as_me:3781: \$? = $ac_status" >&5 3762 echo "$as_me:3762: \$? = $ac_status" >&5
3783 (exit $ac_status); } && 3763 (exit $ac_status); } &&
3784 { ac_try='test -s conftest.$ac_objext' 3764 { ac_try='test -s conftest.$ac_objext'
3785 { (eval echo "$as_me:3784: \"$ac_try\"") >&5 3765 { (eval echo "$as_me:3765: \"$ac_try\"") >&5
3786 (eval $ac_try) 2>&5 3766 (eval $ac_try) 2>&5
3787 ac_status=$? 3767 ac_status=$?
3788 echo "$as_me:3787: \$? = $ac_status" >&5 3768 echo "$as_me:3768: \$? = $ac_status" >&5
3789 (exit $ac_status); }; }; then 3769 (exit $ac_status); }; }; then
3790 ac_cv_sys_file_offset_bits=64; break 3770 ac_cv_sys_file_offset_bits=64; break
3791else 3771else
@@ -3796,7 +3776,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
3796 break 3776 break
3797done 3777done
3798fi 3778fi
3799echo "$as_me:3798: result: $ac_cv_sys_file_offset_bits" >&5 3779echo "$as_me:3779: result: $ac_cv_sys_file_offset_bits" >&5
3800echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6 3780echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
3801if test "$ac_cv_sys_file_offset_bits" != no; then 3781if test "$ac_cv_sys_file_offset_bits" != no; then
3802 3782
@@ -3806,7 +3786,7 @@ EOF
3806 3786
3807fi 3787fi
3808rm -f conftest* 3788rm -f conftest*
3809 echo "$as_me:3808: checking for _LARGE_FILES value needed for large files" >&5 3789 echo "$as_me:3789: checking for _LARGE_FILES value needed for large files" >&5
3810echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6 3790echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
3811if test "${ac_cv_sys_large_files+set}" = set; then 3791if test "${ac_cv_sys_large_files+set}" = set; then
3812 echo $ECHO_N "(cached) $ECHO_C" >&6 3792 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3814,7 +3794,7 @@ else
3814 while :; do 3794 while :; do
3815 ac_cv_sys_large_files=no 3795 ac_cv_sys_large_files=no
3816 cat >conftest.$ac_ext <<_ACEOF 3796 cat >conftest.$ac_ext <<_ACEOF
3817#line 3811 "configure" 3797#line 3797 "configure"
3818#include "confdefs.h" 3798#include "confdefs.h"
3819#include <sys/types.h> 3799#include <sys/types.h>
3820 /* Check that off_t can represent 2**63 - 1 correctly. 3800 /* Check that off_t can represent 2**63 - 1 correctly.
@@ -3834,16 +3814,16 @@ main ()
3834} 3814}
3835_ACEOF 3815_ACEOF
3836rm -f conftest.$ac_objext 3816rm -f conftest.$ac_objext
3837if { (eval echo "$as_me:3836: \"$ac_compile\"") >&5 3817if { (eval echo "$as_me:3817: \"$ac_compile\"") >&5
3838 (eval $ac_compile) 2>&5 3818 (eval $ac_compile) 2>&5
3839 ac_status=$? 3819 ac_status=$?
3840 echo "$as_me:3839: \$? = $ac_status" >&5 3820 echo "$as_me:3820: \$? = $ac_status" >&5
3841 (exit $ac_status); } && 3821 (exit $ac_status); } &&
3842 { ac_try='test -s conftest.$ac_objext' 3822 { ac_try='test -s conftest.$ac_objext'
3843 { (eval echo "$as_me:3842: \"$ac_try\"") >&5 3823 { (eval echo "$as_me:3823: \"$ac_try\"") >&5
3844 (eval $ac_try) 2>&5 3824 (eval $ac_try) 2>&5
3845 ac_status=$? 3825 ac_status=$?
3846 echo "$as_me:3845: \$? = $ac_status" >&5 3826 echo "$as_me:3826: \$? = $ac_status" >&5
3847 (exit $ac_status); }; }; then 3827 (exit $ac_status); }; }; then
3848 break 3828 break
3849else 3829else
@@ -3852,7 +3832,7 @@ cat conftest.$ac_ext >&5
3852fi 3832fi
3853rm -f conftest.$ac_objext conftest.$ac_ext 3833rm -f conftest.$ac_objext conftest.$ac_ext
3854 cat >conftest.$ac_ext <<_ACEOF 3834 cat >conftest.$ac_ext <<_ACEOF
3855#line 3849 "configure" 3835#line 3835 "configure"
3856#include "confdefs.h" 3836#include "confdefs.h"
3857#define _LARGE_FILES 1 3837#define _LARGE_FILES 1
3858#include <sys/types.h> 3838#include <sys/types.h>
@@ -3873,16 +3853,16 @@ main ()
3873} 3853}
3874_ACEOF 3854_ACEOF
3875rm -f conftest.$ac_objext 3855rm -f conftest.$ac_objext
3876if { (eval echo "$as_me:3875: \"$ac_compile\"") >&5 3856if { (eval echo "$as_me:3856: \"$ac_compile\"") >&5
3877 (eval $ac_compile) 2>&5 3857 (eval $ac_compile) 2>&5
3878 ac_status=$? 3858 ac_status=$?
3879 echo "$as_me:3878: \$? = $ac_status" >&5 3859 echo "$as_me:3859: \$? = $ac_status" >&5
3880 (exit $ac_status); } && 3860 (exit $ac_status); } &&
3881 { ac_try='test -s conftest.$ac_objext' 3861 { ac_try='test -s conftest.$ac_objext'
3882 { (eval echo "$as_me:3881: \"$ac_try\"") >&5 3862 { (eval echo "$as_me:3862: \"$ac_try\"") >&5
3883 (eval $ac_try) 2>&5 3863 (eval $ac_try) 2>&5
3884 ac_status=$? 3864 ac_status=$?
3885 echo "$as_me:3884: \$? = $ac_status" >&5 3865 echo "$as_me:3865: \$? = $ac_status" >&5
3886 (exit $ac_status); }; }; then 3866 (exit $ac_status); }; }; then
3887 ac_cv_sys_large_files=1; break 3867 ac_cv_sys_large_files=1; break
3888else 3868else
@@ -3893,7 +3873,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
3893 break 3873 break
3894done 3874done
3895fi 3875fi
3896echo "$as_me:3895: result: $ac_cv_sys_large_files" >&5 3876echo "$as_me:3876: result: $ac_cv_sys_large_files" >&5
3897echo "${ECHO_T}$ac_cv_sys_large_files" >&6 3877echo "${ECHO_T}$ac_cv_sys_large_files" >&6
3898if test "$ac_cv_sys_large_files" != no; then 3878if test "$ac_cv_sys_large_files" != no; then
3899 3879
@@ -3911,23 +3891,23 @@ if test "${with_sound}" != "no"; then
3911for ac_header in machine/soundcard.h sys/soundcard.h soundcard.h 3891for ac_header in machine/soundcard.h sys/soundcard.h soundcard.h
3912do 3892do
3913as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 3893as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3914echo "$as_me:3913: checking for $ac_header" >&5 3894echo "$as_me:3894: checking for $ac_header" >&5
3915echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 3895echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3916if eval "test \"\${$as_ac_Header+set}\" = set"; then 3896if eval "test \"\${$as_ac_Header+set}\" = set"; then
3917 echo $ECHO_N "(cached) $ECHO_C" >&6 3897 echo $ECHO_N "(cached) $ECHO_C" >&6
3918else 3898else
3919 cat >conftest.$ac_ext <<_ACEOF 3899 cat >conftest.$ac_ext <<_ACEOF
3920#line 3914 "configure" 3900#line 3900 "configure"
3921#include "confdefs.h" 3901#include "confdefs.h"
3922#include <$ac_header> 3902#include <$ac_header>
3923_ACEOF 3903_ACEOF
3924if { (eval echo "$as_me:3923: \"$ac_cpp conftest.$ac_ext\"") >&5 3904if { (eval echo "$as_me:3904: \"$ac_cpp conftest.$ac_ext\"") >&5
3925 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3905 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3926 ac_status=$? 3906 ac_status=$?
3927 egrep -v '^ *\+' conftest.er1 >conftest.err 3907 egrep -v '^ *\+' conftest.er1 >conftest.err
3928 rm -f conftest.er1 3908 rm -f conftest.er1
3929 cat conftest.err >&5 3909 cat conftest.err >&5
3930 echo "$as_me:3929: \$? = $ac_status" >&5 3910 echo "$as_me:3910: \$? = $ac_status" >&5
3931 (exit $ac_status); } >/dev/null; then 3911 (exit $ac_status); } >/dev/null; then
3932 if test -s conftest.err; then 3912 if test -s conftest.err; then
3933 ac_cpp_err=$ac_c_preproc_warn_flag 3913 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -3946,7 +3926,7 @@ else
3946fi 3926fi
3947rm -f conftest.err conftest.$ac_ext 3927rm -f conftest.err conftest.$ac_ext
3948fi 3928fi
3949echo "$as_me:3948: result: `eval echo '${'$as_ac_Header'}'`" >&5 3929echo "$as_me:3929: result: `eval echo '${'$as_ac_Header'}'`" >&5
3950echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 3930echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3951if test `eval echo '${'$as_ac_Header'}'` = yes; then 3931if test `eval echo '${'$as_ac_Header'}'` = yes; then
3952 cat >>confdefs.h <<EOF 3932 cat >>confdefs.h <<EOF
@@ -3957,7 +3937,7 @@ fi
3957done 3937done
3958 3938
3959 # Emulation library used on NetBSD. 3939 # Emulation library used on NetBSD.
3960 echo "$as_me:3959: checking for _oss_ioctl in -lossaudio" >&5 3940 echo "$as_me:3940: checking for _oss_ioctl in -lossaudio" >&5
3961echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6 3941echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6
3962if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then 3942if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
3963 echo $ECHO_N "(cached) $ECHO_C" >&6 3943 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3965,7 +3945,7 @@ else
3965 ac_check_lib_save_LIBS=$LIBS 3945 ac_check_lib_save_LIBS=$LIBS
3966LIBS="-lossaudio $LIBS" 3946LIBS="-lossaudio $LIBS"
3967cat >conftest.$ac_ext <<_ACEOF 3947cat >conftest.$ac_ext <<_ACEOF
3968#line 3962 "configure" 3948#line 3948 "configure"
3969#include "confdefs.h" 3949#include "confdefs.h"
3970 3950
3971/* Override any gcc2 internal prototype to avoid an error. */ 3951/* Override any gcc2 internal prototype to avoid an error. */
@@ -3984,16 +3964,16 @@ _oss_ioctl ();
3984} 3964}
3985_ACEOF 3965_ACEOF
3986rm -f conftest.$ac_objext conftest$ac_exeext 3966rm -f conftest.$ac_objext conftest$ac_exeext
3987if { (eval echo "$as_me:3986: \"$ac_link\"") >&5 3967if { (eval echo "$as_me:3967: \"$ac_link\"") >&5
3988 (eval $ac_link) 2>&5 3968 (eval $ac_link) 2>&5
3989 ac_status=$? 3969 ac_status=$?
3990 echo "$as_me:3989: \$? = $ac_status" >&5 3970 echo "$as_me:3970: \$? = $ac_status" >&5
3991 (exit $ac_status); } && 3971 (exit $ac_status); } &&
3992 { ac_try='test -s conftest$ac_exeext' 3972 { ac_try='test -s conftest$ac_exeext'
3993 { (eval echo "$as_me:3992: \"$ac_try\"") >&5 3973 { (eval echo "$as_me:3973: \"$ac_try\"") >&5
3994 (eval $ac_try) 2>&5 3974 (eval $ac_try) 2>&5
3995 ac_status=$? 3975 ac_status=$?
3996 echo "$as_me:3995: \$? = $ac_status" >&5 3976 echo "$as_me:3976: \$? = $ac_status" >&5
3997 (exit $ac_status); }; }; then 3977 (exit $ac_status); }; }; then
3998 ac_cv_lib_ossaudio__oss_ioctl=yes 3978 ac_cv_lib_ossaudio__oss_ioctl=yes
3999else 3979else
@@ -4004,7 +3984,7 @@ fi
4004rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 3984rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
4005LIBS=$ac_check_lib_save_LIBS 3985LIBS=$ac_check_lib_save_LIBS
4006fi 3986fi
4007echo "$as_me:4006: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5 3987echo "$as_me:3987: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
4008echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6 3988echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6
4009if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then 3989if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
4010 LIBSOUND=-lossaudio 3990 LIBSOUND=-lossaudio
@@ -4019,23 +3999,23 @@ for ac_header in sys/select.h sys/timeb.h sys/time.h unistd.h utime.h \
4019 termcap.h stdio_ext.h fcntl.h term.h strings.h coff.h 3999 termcap.h stdio_ext.h fcntl.h term.h strings.h coff.h
4020do 4000do
4021as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 4001as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4022echo "$as_me:4021: checking for $ac_header" >&5 4002echo "$as_me:4002: checking for $ac_header" >&5
4023echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 4003echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4024if eval "test \"\${$as_ac_Header+set}\" = set"; then 4004if eval "test \"\${$as_ac_Header+set}\" = set"; then
4025 echo $ECHO_N "(cached) $ECHO_C" >&6 4005 echo $ECHO_N "(cached) $ECHO_C" >&6
4026else 4006else
4027 cat >conftest.$ac_ext <<_ACEOF 4007 cat >conftest.$ac_ext <<_ACEOF
4028#line 4022 "configure" 4008#line 4008 "configure"
4029#include "confdefs.h" 4009#include "confdefs.h"
4030#include <$ac_header> 4010#include <$ac_header>
4031_ACEOF 4011_ACEOF
4032if { (eval echo "$as_me:4031: \"$ac_cpp conftest.$ac_ext\"") >&5 4012if { (eval echo "$as_me:4012: \"$ac_cpp conftest.$ac_ext\"") >&5
4033 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 4013 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4034 ac_status=$? 4014 ac_status=$?
4035 egrep -v '^ *\+' conftest.er1 >conftest.err 4015 egrep -v '^ *\+' conftest.er1 >conftest.err
4036 rm -f conftest.er1 4016 rm -f conftest.er1
4037 cat conftest.err >&5 4017 cat conftest.err >&5
4038 echo "$as_me:4037: \$? = $ac_status" >&5 4018 echo "$as_me:4018: \$? = $ac_status" >&5
4039 (exit $ac_status); } >/dev/null; then 4019 (exit $ac_status); } >/dev/null; then
4040 if test -s conftest.err; then 4020 if test -s conftest.err; then
4041 ac_cpp_err=$ac_c_preproc_warn_flag 4021 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -4054,7 +4034,7 @@ else
4054fi 4034fi
4055rm -f conftest.err conftest.$ac_ext 4035rm -f conftest.err conftest.$ac_ext
4056fi 4036fi
4057echo "$as_me:4056: result: `eval echo '${'$as_ac_Header'}'`" >&5 4037echo "$as_me:4037: result: `eval echo '${'$as_ac_Header'}'`" >&5
4058echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 4038echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4059if test `eval echo '${'$as_ac_Header'}'` = yes; then 4039if test `eval echo '${'$as_ac_Header'}'` = yes; then
4060 cat >>confdefs.h <<EOF 4040 cat >>confdefs.h <<EOF
@@ -4064,13 +4044,13 @@ EOF
4064fi 4044fi
4065done 4045done
4066 4046
4067echo "$as_me:4066: checking for ANSI C header files" >&5 4047echo "$as_me:4047: checking for ANSI C header files" >&5
4068echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 4048echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
4069if test "${ac_cv_header_stdc+set}" = set; then 4049if test "${ac_cv_header_stdc+set}" = set; then
4070 echo $ECHO_N "(cached) $ECHO_C" >&6 4050 echo $ECHO_N "(cached) $ECHO_C" >&6
4071else 4051else
4072 cat >conftest.$ac_ext <<_ACEOF 4052 cat >conftest.$ac_ext <<_ACEOF
4073#line 4067 "configure" 4053#line 4053 "configure"
4074#include "confdefs.h" 4054#include "confdefs.h"
4075#include <stdlib.h> 4055#include <stdlib.h>
4076#include <stdarg.h> 4056#include <stdarg.h>
@@ -4078,13 +4058,13 @@ else
4078#include <float.h> 4058#include <float.h>
4079 4059
4080_ACEOF 4060_ACEOF
4081if { (eval echo "$as_me:4080: \"$ac_cpp conftest.$ac_ext\"") >&5 4061if { (eval echo "$as_me:4061: \"$ac_cpp conftest.$ac_ext\"") >&5
4082 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 4062 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4083 ac_status=$? 4063 ac_status=$?
4084 egrep -v '^ *\+' conftest.er1 >conftest.err 4064 egrep -v '^ *\+' conftest.er1 >conftest.err
4085 rm -f conftest.er1 4065 rm -f conftest.er1
4086 cat conftest.err >&5 4066 cat conftest.err >&5
4087 echo "$as_me:4086: \$? = $ac_status" >&5 4067 echo "$as_me:4067: \$? = $ac_status" >&5
4088 (exit $ac_status); } >/dev/null; then 4068 (exit $ac_status); } >/dev/null; then
4089 if test -s conftest.err; then 4069 if test -s conftest.err; then
4090 ac_cpp_err=$ac_c_preproc_warn_flag 4070 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -4106,7 +4086,7 @@ rm -f conftest.err conftest.$ac_ext
4106if test $ac_cv_header_stdc = yes; then 4086if test $ac_cv_header_stdc = yes; then
4107 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 4087 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4108 cat >conftest.$ac_ext <<_ACEOF 4088 cat >conftest.$ac_ext <<_ACEOF
4109#line 4103 "configure" 4089#line 4089 "configure"
4110#include "confdefs.h" 4090#include "confdefs.h"
4111#include <string.h> 4091#include <string.h>
4112 4092
@@ -4124,7 +4104,7 @@ fi
4124if test $ac_cv_header_stdc = yes; then 4104if test $ac_cv_header_stdc = yes; then
4125 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 4105 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4126 cat >conftest.$ac_ext <<_ACEOF 4106 cat >conftest.$ac_ext <<_ACEOF
4127#line 4121 "configure" 4107#line 4107 "configure"
4128#include "confdefs.h" 4108#include "confdefs.h"
4129#include <stdlib.h> 4109#include <stdlib.h>
4130 4110
@@ -4145,7 +4125,7 @@ if test $ac_cv_header_stdc = yes; then
4145 : 4125 :
4146else 4126else
4147 cat >conftest.$ac_ext <<_ACEOF 4127 cat >conftest.$ac_ext <<_ACEOF
4148#line 4142 "configure" 4128#line 4128 "configure"
4149#include "confdefs.h" 4129#include "confdefs.h"
4150#include <ctype.h> 4130#include <ctype.h>
4151#if ((' ' & 0x0FF) == 0x020) 4131#if ((' ' & 0x0FF) == 0x020)
@@ -4171,15 +4151,15 @@ main ()
4171} 4151}
4172_ACEOF 4152_ACEOF
4173rm -f conftest$ac_exeext 4153rm -f conftest$ac_exeext
4174if { (eval echo "$as_me:4173: \"$ac_link\"") >&5 4154if { (eval echo "$as_me:4154: \"$ac_link\"") >&5
4175 (eval $ac_link) 2>&5 4155 (eval $ac_link) 2>&5
4176 ac_status=$? 4156 ac_status=$?
4177 echo "$as_me:4176: \$? = $ac_status" >&5 4157 echo "$as_me:4157: \$? = $ac_status" >&5
4178 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 4158 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
4179 { (eval echo "$as_me:4178: \"$ac_try\"") >&5 4159 { (eval echo "$as_me:4159: \"$ac_try\"") >&5
4180 (eval $ac_try) 2>&5 4160 (eval $ac_try) 2>&5
4181 ac_status=$? 4161 ac_status=$?
4182 echo "$as_me:4181: \$? = $ac_status" >&5 4162 echo "$as_me:4162: \$? = $ac_status" >&5
4183 (exit $ac_status); }; }; then 4163 (exit $ac_status); }; }; then
4184 : 4164 :
4185else 4165else
@@ -4192,7 +4172,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
4192fi 4172fi
4193fi 4173fi
4194fi 4174fi
4195echo "$as_me:4194: result: $ac_cv_header_stdc" >&5 4175echo "$as_me:4175: result: $ac_cv_header_stdc" >&5
4196echo "${ECHO_T}$ac_cv_header_stdc" >&6 4176echo "${ECHO_T}$ac_cv_header_stdc" >&6
4197if test $ac_cv_header_stdc = yes; then 4177if test $ac_cv_header_stdc = yes; then
4198 4178
@@ -4202,13 +4182,13 @@ EOF
4202 4182
4203fi 4183fi
4204 4184
4205echo "$as_me:4204: checking whether time.h and sys/time.h may both be included" >&5 4185echo "$as_me:4185: checking whether time.h and sys/time.h may both be included" >&5
4206echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6 4186echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
4207if test "${ac_cv_header_time+set}" = set; then 4187if test "${ac_cv_header_time+set}" = set; then
4208 echo $ECHO_N "(cached) $ECHO_C" >&6 4188 echo $ECHO_N "(cached) $ECHO_C" >&6
4209else 4189else
4210 cat >conftest.$ac_ext <<_ACEOF 4190 cat >conftest.$ac_ext <<_ACEOF
4211#line 4205 "configure" 4191#line 4191 "configure"
4212#include "confdefs.h" 4192#include "confdefs.h"
4213#include <sys/types.h> 4193#include <sys/types.h>
4214#include <sys/time.h> 4194#include <sys/time.h>
@@ -4224,16 +4204,16 @@ return 0;
4224} 4204}
4225_ACEOF 4205_ACEOF
4226rm -f conftest.$ac_objext 4206rm -f conftest.$ac_objext
4227if { (eval echo "$as_me:4226: \"$ac_compile\"") >&5 4207if { (eval echo "$as_me:4207: \"$ac_compile\"") >&5
4228 (eval $ac_compile) 2>&5 4208 (eval $ac_compile) 2>&5
4229 ac_status=$? 4209 ac_status=$?
4230 echo "$as_me:4229: \$? = $ac_status" >&5 4210 echo "$as_me:4210: \$? = $ac_status" >&5
4231 (exit $ac_status); } && 4211 (exit $ac_status); } &&
4232 { ac_try='test -s conftest.$ac_objext' 4212 { ac_try='test -s conftest.$ac_objext'
4233 { (eval echo "$as_me:4232: \"$ac_try\"") >&5 4213 { (eval echo "$as_me:4213: \"$ac_try\"") >&5
4234 (eval $ac_try) 2>&5 4214 (eval $ac_try) 2>&5
4235 ac_status=$? 4215 ac_status=$?
4236 echo "$as_me:4235: \$? = $ac_status" >&5 4216 echo "$as_me:4216: \$? = $ac_status" >&5
4237 (exit $ac_status); }; }; then 4217 (exit $ac_status); }; }; then
4238 ac_cv_header_time=yes 4218 ac_cv_header_time=yes
4239else 4219else
@@ -4243,7 +4223,7 @@ ac_cv_header_time=no
4243fi 4223fi
4244rm -f conftest.$ac_objext conftest.$ac_ext 4224rm -f conftest.$ac_objext conftest.$ac_ext
4245fi 4225fi
4246echo "$as_me:4245: result: $ac_cv_header_time" >&5 4226echo "$as_me:4226: result: $ac_cv_header_time" >&5
4247echo "${ECHO_T}$ac_cv_header_time" >&6 4227echo "${ECHO_T}$ac_cv_header_time" >&6
4248if test $ac_cv_header_time = yes; then 4228if test $ac_cv_header_time = yes; then
4249 4229
@@ -4253,13 +4233,13 @@ EOF
4253 4233
4254fi 4234fi
4255 4235
4256echo "$as_me:4255: checking for sys_siglist declaration in signal.h or unistd.h" >&5 4236echo "$as_me:4236: checking for sys_siglist declaration in signal.h or unistd.h" >&5
4257echo $ECHO_N "checking for sys_siglist declaration in signal.h or unistd.h... $ECHO_C" >&6 4237echo $ECHO_N "checking for sys_siglist declaration in signal.h or unistd.h... $ECHO_C" >&6
4258if test "${ac_cv_decl_sys_siglist+set}" = set; then 4238if test "${ac_cv_decl_sys_siglist+set}" = set; then
4259 echo $ECHO_N "(cached) $ECHO_C" >&6 4239 echo $ECHO_N "(cached) $ECHO_C" >&6
4260else 4240else
4261 cat >conftest.$ac_ext <<_ACEOF 4241 cat >conftest.$ac_ext <<_ACEOF
4262#line 4256 "configure" 4242#line 4242 "configure"
4263#include "confdefs.h" 4243#include "confdefs.h"
4264#include <sys/types.h> 4244#include <sys/types.h>
4265#include <signal.h> 4245#include <signal.h>
@@ -4277,16 +4257,16 @@ char *msg = *(sys_siglist + 1);
4277} 4257}
4278_ACEOF 4258_ACEOF
4279rm -f conftest.$ac_objext 4259rm -f conftest.$ac_objext
4280if { (eval echo "$as_me:4279: \"$ac_compile\"") >&5 4260if { (eval echo "$as_me:4260: \"$ac_compile\"") >&5
4281 (eval $ac_compile) 2>&5 4261 (eval $ac_compile) 2>&5
4282 ac_status=$? 4262 ac_status=$?
4283 echo "$as_me:4282: \$? = $ac_status" >&5 4263 echo "$as_me:4263: \$? = $ac_status" >&5
4284 (exit $ac_status); } && 4264 (exit $ac_status); } &&
4285 { ac_try='test -s conftest.$ac_objext' 4265 { ac_try='test -s conftest.$ac_objext'
4286 { (eval echo "$as_me:4285: \"$ac_try\"") >&5 4266 { (eval echo "$as_me:4266: \"$ac_try\"") >&5
4287 (eval $ac_try) 2>&5 4267 (eval $ac_try) 2>&5
4288 ac_status=$? 4268 ac_status=$?
4289 echo "$as_me:4288: \$? = $ac_status" >&5 4269 echo "$as_me:4269: \$? = $ac_status" >&5
4290 (exit $ac_status); }; }; then 4270 (exit $ac_status); }; }; then
4291 ac_cv_decl_sys_siglist=yes 4271 ac_cv_decl_sys_siglist=yes
4292else 4272else
@@ -4296,7 +4276,7 @@ ac_cv_decl_sys_siglist=no
4296fi 4276fi
4297rm -f conftest.$ac_objext conftest.$ac_ext 4277rm -f conftest.$ac_objext conftest.$ac_ext
4298fi 4278fi
4299echo "$as_me:4298: result: $ac_cv_decl_sys_siglist" >&5 4279echo "$as_me:4279: result: $ac_cv_decl_sys_siglist" >&5
4300echo "${ECHO_T}$ac_cv_decl_sys_siglist" >&6 4280echo "${ECHO_T}$ac_cv_decl_sys_siglist" >&6
4301if test $ac_cv_decl_sys_siglist = yes; then 4281if test $ac_cv_decl_sys_siglist = yes; then
4302 4282
@@ -4306,13 +4286,13 @@ EOF
4306 4286
4307fi 4287fi
4308 4288
4309echo "$as_me:4308: checking for sys/wait.h that is POSIX.1 compatible" >&5 4289echo "$as_me:4289: checking for sys/wait.h that is POSIX.1 compatible" >&5
4310echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6 4290echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6
4311if test "${ac_cv_header_sys_wait_h+set}" = set; then 4291if test "${ac_cv_header_sys_wait_h+set}" = set; then
4312 echo $ECHO_N "(cached) $ECHO_C" >&6 4292 echo $ECHO_N "(cached) $ECHO_C" >&6
4313else 4293else
4314 cat >conftest.$ac_ext <<_ACEOF 4294 cat >conftest.$ac_ext <<_ACEOF
4315#line 4309 "configure" 4295#line 4295 "configure"
4316#include "confdefs.h" 4296#include "confdefs.h"
4317#include <sys/types.h> 4297#include <sys/types.h>
4318#include <sys/wait.h> 4298#include <sys/wait.h>
@@ -4334,16 +4314,16 @@ main ()
4334} 4314}
4335_ACEOF 4315_ACEOF
4336rm -f conftest.$ac_objext 4316rm -f conftest.$ac_objext
4337if { (eval echo "$as_me:4336: \"$ac_compile\"") >&5 4317if { (eval echo "$as_me:4317: \"$ac_compile\"") >&5
4338 (eval $ac_compile) 2>&5 4318 (eval $ac_compile) 2>&5
4339 ac_status=$? 4319 ac_status=$?
4340 echo "$as_me:4339: \$? = $ac_status" >&5 4320 echo "$as_me:4320: \$? = $ac_status" >&5
4341 (exit $ac_status); } && 4321 (exit $ac_status); } &&
4342 { ac_try='test -s conftest.$ac_objext' 4322 { ac_try='test -s conftest.$ac_objext'
4343 { (eval echo "$as_me:4342: \"$ac_try\"") >&5 4323 { (eval echo "$as_me:4323: \"$ac_try\"") >&5
4344 (eval $ac_try) 2>&5 4324 (eval $ac_try) 2>&5
4345 ac_status=$? 4325 ac_status=$?
4346 echo "$as_me:4345: \$? = $ac_status" >&5 4326 echo "$as_me:4326: \$? = $ac_status" >&5
4347 (exit $ac_status); }; }; then 4327 (exit $ac_status); }; }; then
4348 ac_cv_header_sys_wait_h=yes 4328 ac_cv_header_sys_wait_h=yes
4349else 4329else
@@ -4353,7 +4333,7 @@ ac_cv_header_sys_wait_h=no
4353fi 4333fi
4354rm -f conftest.$ac_objext conftest.$ac_ext 4334rm -f conftest.$ac_objext conftest.$ac_ext
4355fi 4335fi
4356echo "$as_me:4355: result: $ac_cv_header_sys_wait_h" >&5 4336echo "$as_me:4336: result: $ac_cv_header_sys_wait_h" >&5
4357echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6 4337echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6
4358if test $ac_cv_header_sys_wait_h = yes; then 4338if test $ac_cv_header_sys_wait_h = yes; then
4359 4339
@@ -4363,13 +4343,13 @@ EOF
4363 4343
4364fi 4344fi
4365 4345
4366echo "$as_me:4365: checking for struct utimbuf" >&5 4346echo "$as_me:4346: checking for struct utimbuf" >&5
4367echo $ECHO_N "checking for struct utimbuf... $ECHO_C" >&6 4347echo $ECHO_N "checking for struct utimbuf... $ECHO_C" >&6
4368if test "${emacs_cv_struct_utimbuf+set}" = set; then 4348if test "${emacs_cv_struct_utimbuf+set}" = set; then
4369 echo $ECHO_N "(cached) $ECHO_C" >&6 4349 echo $ECHO_N "(cached) $ECHO_C" >&6
4370else 4350else
4371 cat >conftest.$ac_ext <<_ACEOF 4351 cat >conftest.$ac_ext <<_ACEOF
4372#line 4366 "configure" 4352#line 4352 "configure"
4373#include "confdefs.h" 4353#include "confdefs.h"
4374#ifdef TIME_WITH_SYS_TIME 4354#ifdef TIME_WITH_SYS_TIME
4375#include <sys/time.h> 4355#include <sys/time.h>
@@ -4393,16 +4373,16 @@ static struct utimbuf x; x.actime = x.modtime;
4393} 4373}
4394_ACEOF 4374_ACEOF
4395rm -f conftest.$ac_objext 4375rm -f conftest.$ac_objext
4396if { (eval echo "$as_me:4395: \"$ac_compile\"") >&5 4376if { (eval echo "$as_me:4376: \"$ac_compile\"") >&5
4397 (eval $ac_compile) 2>&5 4377 (eval $ac_compile) 2>&5
4398 ac_status=$? 4378 ac_status=$?
4399 echo "$as_me:4398: \$? = $ac_status" >&5 4379 echo "$as_me:4379: \$? = $ac_status" >&5
4400 (exit $ac_status); } && 4380 (exit $ac_status); } &&
4401 { ac_try='test -s conftest.$ac_objext' 4381 { ac_try='test -s conftest.$ac_objext'
4402 { (eval echo "$as_me:4401: \"$ac_try\"") >&5 4382 { (eval echo "$as_me:4382: \"$ac_try\"") >&5
4403 (eval $ac_try) 2>&5 4383 (eval $ac_try) 2>&5
4404 ac_status=$? 4384 ac_status=$?
4405 echo "$as_me:4404: \$? = $ac_status" >&5 4385 echo "$as_me:4385: \$? = $ac_status" >&5
4406 (exit $ac_status); }; }; then 4386 (exit $ac_status); }; }; then
4407 emacs_cv_struct_utimbuf=yes 4387 emacs_cv_struct_utimbuf=yes
4408else 4388else
@@ -4412,7 +4392,7 @@ emacs_cv_struct_utimbuf=no
4412fi 4392fi
4413rm -f conftest.$ac_objext conftest.$ac_ext 4393rm -f conftest.$ac_objext conftest.$ac_ext
4414fi 4394fi
4415echo "$as_me:4414: result: $emacs_cv_struct_utimbuf" >&5 4395echo "$as_me:4395: result: $emacs_cv_struct_utimbuf" >&5
4416echo "${ECHO_T}$emacs_cv_struct_utimbuf" >&6 4396echo "${ECHO_T}$emacs_cv_struct_utimbuf" >&6
4417if test $emacs_cv_struct_utimbuf = yes; then 4397if test $emacs_cv_struct_utimbuf = yes; then
4418 4398
@@ -4422,13 +4402,13 @@ EOF
4422 4402
4423fi 4403fi
4424 4404
4425echo "$as_me:4424: checking return type of signal handlers" >&5 4405echo "$as_me:4405: checking return type of signal handlers" >&5
4426echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6 4406echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
4427if test "${ac_cv_type_signal+set}" = set; then 4407if test "${ac_cv_type_signal+set}" = set; then
4428 echo $ECHO_N "(cached) $ECHO_C" >&6 4408 echo $ECHO_N "(cached) $ECHO_C" >&6
4429else 4409else
4430 cat >conftest.$ac_ext <<_ACEOF 4410 cat >conftest.$ac_ext <<_ACEOF
4431#line 4425 "configure" 4411#line 4411 "configure"
4432#include "confdefs.h" 4412#include "confdefs.h"
4433#include <sys/types.h> 4413#include <sys/types.h>
4434#include <signal.h> 4414#include <signal.h>
@@ -4450,16 +4430,16 @@ int i;
4450} 4430}
4451_ACEOF 4431_ACEOF
4452rm -f conftest.$ac_objext 4432rm -f conftest.$ac_objext
4453if { (eval echo "$as_me:4452: \"$ac_compile\"") >&5 4433if { (eval echo "$as_me:4433: \"$ac_compile\"") >&5
4454 (eval $ac_compile) 2>&5 4434 (eval $ac_compile) 2>&5
4455 ac_status=$? 4435 ac_status=$?
4456 echo "$as_me:4455: \$? = $ac_status" >&5 4436 echo "$as_me:4436: \$? = $ac_status" >&5
4457 (exit $ac_status); } && 4437 (exit $ac_status); } &&
4458 { ac_try='test -s conftest.$ac_objext' 4438 { ac_try='test -s conftest.$ac_objext'
4459 { (eval echo "$as_me:4458: \"$ac_try\"") >&5 4439 { (eval echo "$as_me:4439: \"$ac_try\"") >&5
4460 (eval $ac_try) 2>&5 4440 (eval $ac_try) 2>&5
4461 ac_status=$? 4441 ac_status=$?
4462 echo "$as_me:4461: \$? = $ac_status" >&5 4442 echo "$as_me:4442: \$? = $ac_status" >&5
4463 (exit $ac_status); }; }; then 4443 (exit $ac_status); }; }; then
4464 ac_cv_type_signal=void 4444 ac_cv_type_signal=void
4465else 4445else
@@ -4469,20 +4449,20 @@ ac_cv_type_signal=int
4469fi 4449fi
4470rm -f conftest.$ac_objext conftest.$ac_ext 4450rm -f conftest.$ac_objext conftest.$ac_ext
4471fi 4451fi
4472echo "$as_me:4471: result: $ac_cv_type_signal" >&5 4452echo "$as_me:4452: result: $ac_cv_type_signal" >&5
4473echo "${ECHO_T}$ac_cv_type_signal" >&6 4453echo "${ECHO_T}$ac_cv_type_signal" >&6
4474 4454
4475cat >>confdefs.h <<EOF 4455cat >>confdefs.h <<EOF
4476#define RETSIGTYPE $ac_cv_type_signal 4456#define RETSIGTYPE $ac_cv_type_signal
4477EOF 4457EOF
4478 4458
4479echo "$as_me:4478: checking for speed_t" >&5 4459echo "$as_me:4459: checking for speed_t" >&5
4480echo $ECHO_N "checking for speed_t... $ECHO_C" >&6 4460echo $ECHO_N "checking for speed_t... $ECHO_C" >&6
4481if test "${emacs_cv_speed_t+set}" = set; then 4461if test "${emacs_cv_speed_t+set}" = set; then
4482 echo $ECHO_N "(cached) $ECHO_C" >&6 4462 echo $ECHO_N "(cached) $ECHO_C" >&6
4483else 4463else
4484 cat >conftest.$ac_ext <<_ACEOF 4464 cat >conftest.$ac_ext <<_ACEOF
4485#line 4479 "configure" 4465#line 4465 "configure"
4486#include "confdefs.h" 4466#include "confdefs.h"
4487#include <termios.h> 4467#include <termios.h>
4488int 4468int
@@ -4494,16 +4474,16 @@ speed_t x = 1;
4494} 4474}
4495_ACEOF 4475_ACEOF
4496rm -f conftest.$ac_objext 4476rm -f conftest.$ac_objext
4497if { (eval echo "$as_me:4496: \"$ac_compile\"") >&5 4477if { (eval echo "$as_me:4477: \"$ac_compile\"") >&5
4498 (eval $ac_compile) 2>&5 4478 (eval $ac_compile) 2>&5
4499 ac_status=$? 4479 ac_status=$?
4500 echo "$as_me:4499: \$? = $ac_status" >&5 4480 echo "$as_me:4480: \$? = $ac_status" >&5
4501 (exit $ac_status); } && 4481 (exit $ac_status); } &&
4502 { ac_try='test -s conftest.$ac_objext' 4482 { ac_try='test -s conftest.$ac_objext'
4503 { (eval echo "$as_me:4502: \"$ac_try\"") >&5 4483 { (eval echo "$as_me:4483: \"$ac_try\"") >&5
4504 (eval $ac_try) 2>&5 4484 (eval $ac_try) 2>&5
4505 ac_status=$? 4485 ac_status=$?
4506 echo "$as_me:4505: \$? = $ac_status" >&5 4486 echo "$as_me:4486: \$? = $ac_status" >&5
4507 (exit $ac_status); }; }; then 4487 (exit $ac_status); }; }; then
4508 emacs_cv_speed_t=yes 4488 emacs_cv_speed_t=yes
4509else 4489else
@@ -4513,7 +4493,7 @@ emacs_cv_speed_t=no
4513fi 4493fi
4514rm -f conftest.$ac_objext conftest.$ac_ext 4494rm -f conftest.$ac_objext conftest.$ac_ext
4515fi 4495fi
4516echo "$as_me:4515: result: $emacs_cv_speed_t" >&5 4496echo "$as_me:4496: result: $emacs_cv_speed_t" >&5
4517echo "${ECHO_T}$emacs_cv_speed_t" >&6 4497echo "${ECHO_T}$emacs_cv_speed_t" >&6
4518if test $emacs_cv_speed_t = yes; then 4498if test $emacs_cv_speed_t = yes; then
4519 4499
@@ -4523,13 +4503,13 @@ EOF
4523 4503
4524fi 4504fi
4525 4505
4526echo "$as_me:4525: checking for struct timeval" >&5 4506echo "$as_me:4506: checking for struct timeval" >&5
4527echo $ECHO_N "checking for struct timeval... $ECHO_C" >&6 4507echo $ECHO_N "checking for struct timeval... $ECHO_C" >&6
4528if test "${emacs_cv_struct_timeval+set}" = set; then 4508if test "${emacs_cv_struct_timeval+set}" = set; then
4529 echo $ECHO_N "(cached) $ECHO_C" >&6 4509 echo $ECHO_N "(cached) $ECHO_C" >&6
4530else 4510else
4531 cat >conftest.$ac_ext <<_ACEOF 4511 cat >conftest.$ac_ext <<_ACEOF
4532#line 4526 "configure" 4512#line 4512 "configure"
4533#include "confdefs.h" 4513#include "confdefs.h"
4534#ifdef TIME_WITH_SYS_TIME 4514#ifdef TIME_WITH_SYS_TIME
4535#include <sys/time.h> 4515#include <sys/time.h>
@@ -4550,16 +4530,16 @@ static struct timeval x; x.tv_sec = x.tv_usec;
4550} 4530}
4551_ACEOF 4531_ACEOF
4552rm -f conftest.$ac_objext 4532rm -f conftest.$ac_objext
4553if { (eval echo "$as_me:4552: \"$ac_compile\"") >&5 4533if { (eval echo "$as_me:4533: \"$ac_compile\"") >&5
4554 (eval $ac_compile) 2>&5 4534 (eval $ac_compile) 2>&5
4555 ac_status=$? 4535 ac_status=$?
4556 echo "$as_me:4555: \$? = $ac_status" >&5 4536 echo "$as_me:4536: \$? = $ac_status" >&5
4557 (exit $ac_status); } && 4537 (exit $ac_status); } &&
4558 { ac_try='test -s conftest.$ac_objext' 4538 { ac_try='test -s conftest.$ac_objext'
4559 { (eval echo "$as_me:4558: \"$ac_try\"") >&5 4539 { (eval echo "$as_me:4539: \"$ac_try\"") >&5
4560 (eval $ac_try) 2>&5 4540 (eval $ac_try) 2>&5
4561 ac_status=$? 4541 ac_status=$?
4562 echo "$as_me:4561: \$? = $ac_status" >&5 4542 echo "$as_me:4542: \$? = $ac_status" >&5
4563 (exit $ac_status); }; }; then 4543 (exit $ac_status); }; }; then
4564 emacs_cv_struct_timeval=yes 4544 emacs_cv_struct_timeval=yes
4565else 4545else
@@ -4569,7 +4549,7 @@ emacs_cv_struct_timeval=no
4569fi 4549fi
4570rm -f conftest.$ac_objext conftest.$ac_ext 4550rm -f conftest.$ac_objext conftest.$ac_ext
4571fi 4551fi
4572echo "$as_me:4571: result: $emacs_cv_struct_timeval" >&5 4552echo "$as_me:4552: result: $emacs_cv_struct_timeval" >&5
4573echo "${ECHO_T}$emacs_cv_struct_timeval" >&6 4553echo "${ECHO_T}$emacs_cv_struct_timeval" >&6
4574HAVE_TIMEVAL=$emacs_cv_struct_timeval 4554HAVE_TIMEVAL=$emacs_cv_struct_timeval
4575if test $emacs_cv_struct_timeval = yes; then 4555if test $emacs_cv_struct_timeval = yes; then
@@ -4580,13 +4560,13 @@ EOF
4580 4560
4581fi 4561fi
4582 4562
4583echo "$as_me:4582: checking for struct exception" >&5 4563echo "$as_me:4563: checking for struct exception" >&5
4584echo $ECHO_N "checking for struct exception... $ECHO_C" >&6 4564echo $ECHO_N "checking for struct exception... $ECHO_C" >&6
4585if test "${emacs_cv_struct_exception+set}" = set; then 4565if test "${emacs_cv_struct_exception+set}" = set; then
4586 echo $ECHO_N "(cached) $ECHO_C" >&6 4566 echo $ECHO_N "(cached) $ECHO_C" >&6
4587else 4567else
4588 cat >conftest.$ac_ext <<_ACEOF 4568 cat >conftest.$ac_ext <<_ACEOF
4589#line 4583 "configure" 4569#line 4569 "configure"
4590#include "confdefs.h" 4570#include "confdefs.h"
4591#include <math.h> 4571#include <math.h>
4592int 4572int
@@ -4598,16 +4578,16 @@ static struct exception x; x.arg1 = x.arg2 = x.retval; x.name = ""; x.type = 1;
4598} 4578}
4599_ACEOF 4579_ACEOF
4600rm -f conftest.$ac_objext 4580rm -f conftest.$ac_objext
4601if { (eval echo "$as_me:4600: \"$ac_compile\"") >&5 4581if { (eval echo "$as_me:4581: \"$ac_compile\"") >&5
4602 (eval $ac_compile) 2>&5 4582 (eval $ac_compile) 2>&5
4603 ac_status=$? 4583 ac_status=$?
4604 echo "$as_me:4603: \$? = $ac_status" >&5 4584 echo "$as_me:4584: \$? = $ac_status" >&5
4605 (exit $ac_status); } && 4585 (exit $ac_status); } &&
4606 { ac_try='test -s conftest.$ac_objext' 4586 { ac_try='test -s conftest.$ac_objext'
4607 { (eval echo "$as_me:4606: \"$ac_try\"") >&5 4587 { (eval echo "$as_me:4587: \"$ac_try\"") >&5
4608 (eval $ac_try) 2>&5 4588 (eval $ac_try) 2>&5
4609 ac_status=$? 4589 ac_status=$?
4610 echo "$as_me:4609: \$? = $ac_status" >&5 4590 echo "$as_me:4590: \$? = $ac_status" >&5
4611 (exit $ac_status); }; }; then 4591 (exit $ac_status); }; }; then
4612 emacs_cv_struct_exception=yes 4592 emacs_cv_struct_exception=yes
4613else 4593else
@@ -4617,7 +4597,7 @@ emacs_cv_struct_exception=no
4617fi 4597fi
4618rm -f conftest.$ac_objext conftest.$ac_ext 4598rm -f conftest.$ac_objext conftest.$ac_ext
4619fi 4599fi
4620echo "$as_me:4619: result: $emacs_cv_struct_exception" >&5 4600echo "$as_me:4600: result: $emacs_cv_struct_exception" >&5
4621echo "${ECHO_T}$emacs_cv_struct_exception" >&6 4601echo "${ECHO_T}$emacs_cv_struct_exception" >&6
4622HAVE_EXCEPTION=$emacs_cv_struct_exception 4602HAVE_EXCEPTION=$emacs_cv_struct_exception
4623if test $emacs_cv_struct_exception != yes; then 4603if test $emacs_cv_struct_exception != yes; then
@@ -4628,13 +4608,13 @@ EOF
4628 4608
4629fi 4609fi
4630 4610
4631echo "$as_me:4630: checking whether struct tm is in sys/time.h or time.h" >&5 4611echo "$as_me:4611: checking whether struct tm is in sys/time.h or time.h" >&5
4632echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6 4612echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6
4633if test "${ac_cv_struct_tm+set}" = set; then 4613if test "${ac_cv_struct_tm+set}" = set; then
4634 echo $ECHO_N "(cached) $ECHO_C" >&6 4614 echo $ECHO_N "(cached) $ECHO_C" >&6
4635else 4615else
4636 cat >conftest.$ac_ext <<_ACEOF 4616 cat >conftest.$ac_ext <<_ACEOF
4637#line 4631 "configure" 4617#line 4617 "configure"
4638#include "confdefs.h" 4618#include "confdefs.h"
4639#include <sys/types.h> 4619#include <sys/types.h>
4640#include <time.h> 4620#include <time.h>
@@ -4648,16 +4628,16 @@ struct tm *tp; tp->tm_sec;
4648} 4628}
4649_ACEOF 4629_ACEOF
4650rm -f conftest.$ac_objext 4630rm -f conftest.$ac_objext
4651if { (eval echo "$as_me:4650: \"$ac_compile\"") >&5 4631if { (eval echo "$as_me:4631: \"$ac_compile\"") >&5
4652 (eval $ac_compile) 2>&5 4632 (eval $ac_compile) 2>&5
4653 ac_status=$? 4633 ac_status=$?
4654 echo "$as_me:4653: \$? = $ac_status" >&5 4634 echo "$as_me:4634: \$? = $ac_status" >&5
4655 (exit $ac_status); } && 4635 (exit $ac_status); } &&
4656 { ac_try='test -s conftest.$ac_objext' 4636 { ac_try='test -s conftest.$ac_objext'
4657 { (eval echo "$as_me:4656: \"$ac_try\"") >&5 4637 { (eval echo "$as_me:4637: \"$ac_try\"") >&5
4658 (eval $ac_try) 2>&5 4638 (eval $ac_try) 2>&5
4659 ac_status=$? 4639 ac_status=$?
4660 echo "$as_me:4659: \$? = $ac_status" >&5 4640 echo "$as_me:4640: \$? = $ac_status" >&5
4661 (exit $ac_status); }; }; then 4641 (exit $ac_status); }; }; then
4662 ac_cv_struct_tm=time.h 4642 ac_cv_struct_tm=time.h
4663else 4643else
@@ -4667,7 +4647,7 @@ ac_cv_struct_tm=sys/time.h
4667fi 4647fi
4668rm -f conftest.$ac_objext conftest.$ac_ext 4648rm -f conftest.$ac_objext conftest.$ac_ext
4669fi 4649fi
4670echo "$as_me:4669: result: $ac_cv_struct_tm" >&5 4650echo "$as_me:4650: result: $ac_cv_struct_tm" >&5
4671echo "${ECHO_T}$ac_cv_struct_tm" >&6 4651echo "${ECHO_T}$ac_cv_struct_tm" >&6
4672if test $ac_cv_struct_tm = sys/time.h; then 4652if test $ac_cv_struct_tm = sys/time.h; then
4673 4653
@@ -4677,13 +4657,13 @@ EOF
4677 4657
4678fi 4658fi
4679 4659
4680echo "$as_me:4679: checking for struct tm.tm_zone" >&5 4660echo "$as_me:4660: checking for struct tm.tm_zone" >&5
4681echo $ECHO_N "checking for struct tm.tm_zone... $ECHO_C" >&6 4661echo $ECHO_N "checking for struct tm.tm_zone... $ECHO_C" >&6
4682if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then 4662if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then
4683 echo $ECHO_N "(cached) $ECHO_C" >&6 4663 echo $ECHO_N "(cached) $ECHO_C" >&6
4684else 4664else
4685 cat >conftest.$ac_ext <<_ACEOF 4665 cat >conftest.$ac_ext <<_ACEOF
4686#line 4680 "configure" 4666#line 4666 "configure"
4687#include "confdefs.h" 4667#include "confdefs.h"
4688#include <sys/types.h> 4668#include <sys/types.h>
4689#include <$ac_cv_struct_tm> 4669#include <$ac_cv_struct_tm>
@@ -4699,16 +4679,16 @@ return 0;
4699} 4679}
4700_ACEOF 4680_ACEOF
4701rm -f conftest.$ac_objext 4681rm -f conftest.$ac_objext
4702if { (eval echo "$as_me:4701: \"$ac_compile\"") >&5 4682if { (eval echo "$as_me:4682: \"$ac_compile\"") >&5
4703 (eval $ac_compile) 2>&5 4683 (eval $ac_compile) 2>&5
4704 ac_status=$? 4684 ac_status=$?
4705 echo "$as_me:4704: \$? = $ac_status" >&5 4685 echo "$as_me:4685: \$? = $ac_status" >&5
4706 (exit $ac_status); } && 4686 (exit $ac_status); } &&
4707 { ac_try='test -s conftest.$ac_objext' 4687 { ac_try='test -s conftest.$ac_objext'
4708 { (eval echo "$as_me:4707: \"$ac_try\"") >&5 4688 { (eval echo "$as_me:4688: \"$ac_try\"") >&5
4709 (eval $ac_try) 2>&5 4689 (eval $ac_try) 2>&5
4710 ac_status=$? 4690 ac_status=$?
4711 echo "$as_me:4710: \$? = $ac_status" >&5 4691 echo "$as_me:4691: \$? = $ac_status" >&5
4712 (exit $ac_status); }; }; then 4692 (exit $ac_status); }; }; then
4713 ac_cv_member_struct_tm_tm_zone=yes 4693 ac_cv_member_struct_tm_tm_zone=yes
4714else 4694else
@@ -4718,7 +4698,7 @@ ac_cv_member_struct_tm_tm_zone=no
4718fi 4698fi
4719rm -f conftest.$ac_objext conftest.$ac_ext 4699rm -f conftest.$ac_objext conftest.$ac_ext
4720fi 4700fi
4721echo "$as_me:4720: result: $ac_cv_member_struct_tm_tm_zone" >&5 4701echo "$as_me:4701: result: $ac_cv_member_struct_tm_tm_zone" >&5
4722echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6 4702echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6
4723if test $ac_cv_member_struct_tm_tm_zone = yes; then 4703if test $ac_cv_member_struct_tm_tm_zone = yes; then
4724 4704
@@ -4735,13 +4715,13 @@ cat >>confdefs.h <<\EOF
4735EOF 4715EOF
4736 4716
4737else 4717else
4738 echo "$as_me:4737: checking for tzname" >&5 4718 echo "$as_me:4718: checking for tzname" >&5
4739echo $ECHO_N "checking for tzname... $ECHO_C" >&6 4719echo $ECHO_N "checking for tzname... $ECHO_C" >&6
4740if test "${ac_cv_var_tzname+set}" = set; then 4720if test "${ac_cv_var_tzname+set}" = set; then
4741 echo $ECHO_N "(cached) $ECHO_C" >&6 4721 echo $ECHO_N "(cached) $ECHO_C" >&6
4742else 4722else
4743 cat >conftest.$ac_ext <<_ACEOF 4723 cat >conftest.$ac_ext <<_ACEOF
4744#line 4738 "configure" 4724#line 4724 "configure"
4745#include "confdefs.h" 4725#include "confdefs.h"
4746#include <time.h> 4726#include <time.h>
4747#ifndef tzname /* For SGI. */ 4727#ifndef tzname /* For SGI. */
@@ -4757,16 +4737,16 @@ atoi(*tzname);
4757} 4737}
4758_ACEOF 4738_ACEOF
4759rm -f conftest.$ac_objext conftest$ac_exeext 4739rm -f conftest.$ac_objext conftest$ac_exeext
4760if { (eval echo "$as_me:4759: \"$ac_link\"") >&5 4740if { (eval echo "$as_me:4740: \"$ac_link\"") >&5
4761 (eval $ac_link) 2>&5 4741 (eval $ac_link) 2>&5
4762 ac_status=$? 4742 ac_status=$?
4763 echo "$as_me:4762: \$? = $ac_status" >&5 4743 echo "$as_me:4743: \$? = $ac_status" >&5
4764 (exit $ac_status); } && 4744 (exit $ac_status); } &&
4765 { ac_try='test -s conftest$ac_exeext' 4745 { ac_try='test -s conftest$ac_exeext'
4766 { (eval echo "$as_me:4765: \"$ac_try\"") >&5 4746 { (eval echo "$as_me:4746: \"$ac_try\"") >&5
4767 (eval $ac_try) 2>&5 4747 (eval $ac_try) 2>&5
4768 ac_status=$? 4748 ac_status=$?
4769 echo "$as_me:4768: \$? = $ac_status" >&5 4749 echo "$as_me:4749: \$? = $ac_status" >&5
4770 (exit $ac_status); }; }; then 4750 (exit $ac_status); }; }; then
4771 ac_cv_var_tzname=yes 4751 ac_cv_var_tzname=yes
4772else 4752else
@@ -4776,7 +4756,7 @@ ac_cv_var_tzname=no
4776fi 4756fi
4777rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4757rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
4778fi 4758fi
4779echo "$as_me:4778: result: $ac_cv_var_tzname" >&5 4759echo "$as_me:4759: result: $ac_cv_var_tzname" >&5
4780echo "${ECHO_T}$ac_cv_var_tzname" >&6 4760echo "${ECHO_T}$ac_cv_var_tzname" >&6
4781 if test $ac_cv_var_tzname = yes; then 4761 if test $ac_cv_var_tzname = yes; then
4782 4762
@@ -4787,13 +4767,13 @@ EOF
4787 fi 4767 fi
4788fi 4768fi
4789 4769
4790echo "$as_me:4789: checking for struct tm.tm_gmtoff" >&5 4770echo "$as_me:4770: checking for struct tm.tm_gmtoff" >&5
4791echo $ECHO_N "checking for struct tm.tm_gmtoff... $ECHO_C" >&6 4771echo $ECHO_N "checking for struct tm.tm_gmtoff... $ECHO_C" >&6
4792if test "${ac_cv_member_struct_tm_tm_gmtoff+set}" = set; then 4772if test "${ac_cv_member_struct_tm_tm_gmtoff+set}" = set; then
4793 echo $ECHO_N "(cached) $ECHO_C" >&6 4773 echo $ECHO_N "(cached) $ECHO_C" >&6
4794else 4774else
4795 cat >conftest.$ac_ext <<_ACEOF 4775 cat >conftest.$ac_ext <<_ACEOF
4796#line 4790 "configure" 4776#line 4776 "configure"
4797#include "confdefs.h" 4777#include "confdefs.h"
4798#include <time.h> 4778#include <time.h>
4799 4779
@@ -4808,16 +4788,16 @@ return 0;
4808} 4788}
4809_ACEOF 4789_ACEOF
4810rm -f conftest.$ac_objext 4790rm -f conftest.$ac_objext
4811if { (eval echo "$as_me:4810: \"$ac_compile\"") >&5 4791if { (eval echo "$as_me:4791: \"$ac_compile\"") >&5
4812 (eval $ac_compile) 2>&5 4792 (eval $ac_compile) 2>&5
4813 ac_status=$? 4793 ac_status=$?
4814 echo "$as_me:4813: \$? = $ac_status" >&5 4794 echo "$as_me:4794: \$? = $ac_status" >&5
4815 (exit $ac_status); } && 4795 (exit $ac_status); } &&
4816 { ac_try='test -s conftest.$ac_objext' 4796 { ac_try='test -s conftest.$ac_objext'
4817 { (eval echo "$as_me:4816: \"$ac_try\"") >&5 4797 { (eval echo "$as_me:4797: \"$ac_try\"") >&5
4818 (eval $ac_try) 2>&5 4798 (eval $ac_try) 2>&5
4819 ac_status=$? 4799 ac_status=$?
4820 echo "$as_me:4819: \$? = $ac_status" >&5 4800 echo "$as_me:4800: \$? = $ac_status" >&5
4821 (exit $ac_status); }; }; then 4801 (exit $ac_status); }; }; then
4822 ac_cv_member_struct_tm_tm_gmtoff=yes 4802 ac_cv_member_struct_tm_tm_gmtoff=yes
4823else 4803else
@@ -4827,7 +4807,7 @@ ac_cv_member_struct_tm_tm_gmtoff=no
4827fi 4807fi
4828rm -f conftest.$ac_objext conftest.$ac_ext 4808rm -f conftest.$ac_objext conftest.$ac_ext
4829fi 4809fi
4830echo "$as_me:4829: result: $ac_cv_member_struct_tm_tm_gmtoff" >&5 4810echo "$as_me:4810: result: $ac_cv_member_struct_tm_tm_gmtoff" >&5
4831echo "${ECHO_T}$ac_cv_member_struct_tm_tm_gmtoff" >&6 4811echo "${ECHO_T}$ac_cv_member_struct_tm_tm_gmtoff" >&6
4832if test $ac_cv_member_struct_tm_tm_gmtoff = yes; then 4812if test $ac_cv_member_struct_tm_tm_gmtoff = yes; then
4833 4813
@@ -4837,7 +4817,7 @@ EOF
4837 4817
4838fi 4818fi
4839 4819
4840echo "$as_me:4839: checking for $CC option to accept ANSI C" >&5 4820echo "$as_me:4820: checking for $CC option to accept ANSI C" >&5
4841echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 4821echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
4842if test "${ac_cv_prog_cc_stdc+set}" = set; then 4822if test "${ac_cv_prog_cc_stdc+set}" = set; then
4843 echo $ECHO_N "(cached) $ECHO_C" >&6 4823 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4845,7 +4825,7 @@ else
4845 ac_cv_prog_cc_stdc=no 4825 ac_cv_prog_cc_stdc=no
4846ac_save_CC=$CC 4826ac_save_CC=$CC
4847cat >conftest.$ac_ext <<_ACEOF 4827cat >conftest.$ac_ext <<_ACEOF
4848#line 4842 "configure" 4828#line 4828 "configure"
4849#include "confdefs.h" 4829#include "confdefs.h"
4850#include <stdarg.h> 4830#include <stdarg.h>
4851#include <stdio.h> 4831#include <stdio.h>
@@ -4894,16 +4874,16 @@ for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIO
4894do 4874do
4895 CC="$ac_save_CC $ac_arg" 4875 CC="$ac_save_CC $ac_arg"
4896 rm -f conftest.$ac_objext 4876 rm -f conftest.$ac_objext
4897if { (eval echo "$as_me:4896: \"$ac_compile\"") >&5 4877if { (eval echo "$as_me:4877: \"$ac_compile\"") >&5
4898 (eval $ac_compile) 2>&5 4878 (eval $ac_compile) 2>&5
4899 ac_status=$? 4879 ac_status=$?
4900 echo "$as_me:4899: \$? = $ac_status" >&5 4880 echo "$as_me:4880: \$? = $ac_status" >&5
4901 (exit $ac_status); } && 4881 (exit $ac_status); } &&
4902 { ac_try='test -s conftest.$ac_objext' 4882 { ac_try='test -s conftest.$ac_objext'
4903 { (eval echo "$as_me:4902: \"$ac_try\"") >&5 4883 { (eval echo "$as_me:4883: \"$ac_try\"") >&5
4904 (eval $ac_try) 2>&5 4884 (eval $ac_try) 2>&5
4905 ac_status=$? 4885 ac_status=$?
4906 echo "$as_me:4905: \$? = $ac_status" >&5 4886 echo "$as_me:4886: \$? = $ac_status" >&5
4907 (exit $ac_status); }; }; then 4887 (exit $ac_status); }; }; then
4908 ac_cv_prog_cc_stdc=$ac_arg 4888 ac_cv_prog_cc_stdc=$ac_arg
4909break 4889break
@@ -4920,18 +4900,18 @@ fi
4920 4900
4921case "x$ac_cv_prog_cc_stdc" in 4901case "x$ac_cv_prog_cc_stdc" in
4922 x|xno) 4902 x|xno)
4923 echo "$as_me:4922: result: none needed" >&5 4903 echo "$as_me:4903: result: none needed" >&5
4924echo "${ECHO_T}none needed" >&6 ;; 4904echo "${ECHO_T}none needed" >&6 ;;
4925 *) 4905 *)
4926 echo "$as_me:4925: result: $ac_cv_prog_cc_stdc" >&5 4906 echo "$as_me:4906: result: $ac_cv_prog_cc_stdc" >&5
4927echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 4907echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
4928 CC="$CC $ac_cv_prog_cc_stdc" ;; 4908 CC="$CC $ac_cv_prog_cc_stdc" ;;
4929esac 4909esac
4930 4910
4931echo "$as_me:4930: checking for function prototypes" >&5 4911echo "$as_me:4911: checking for function prototypes" >&5
4932echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6 4912echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6
4933if test "$ac_cv_prog_cc_stdc" != no; then 4913if test "$ac_cv_prog_cc_stdc" != no; then
4934 echo "$as_me:4933: result: yes" >&5 4914 echo "$as_me:4914: result: yes" >&5
4935echo "${ECHO_T}yes" >&6 4915echo "${ECHO_T}yes" >&6
4936 4916
4937cat >>confdefs.h <<\EOF 4917cat >>confdefs.h <<\EOF
@@ -4939,17 +4919,17 @@ cat >>confdefs.h <<\EOF
4939EOF 4919EOF
4940 4920
4941else 4921else
4942 echo "$as_me:4941: result: no" >&5 4922 echo "$as_me:4922: result: no" >&5
4943echo "${ECHO_T}no" >&6 4923echo "${ECHO_T}no" >&6
4944fi 4924fi
4945 4925
4946echo "$as_me:4945: checking for working volatile" >&5 4926echo "$as_me:4926: checking for working volatile" >&5
4947echo $ECHO_N "checking for working volatile... $ECHO_C" >&6 4927echo $ECHO_N "checking for working volatile... $ECHO_C" >&6
4948if test "${ac_cv_c_volatile+set}" = set; then 4928if test "${ac_cv_c_volatile+set}" = set; then
4949 echo $ECHO_N "(cached) $ECHO_C" >&6 4929 echo $ECHO_N "(cached) $ECHO_C" >&6
4950else 4930else
4951 cat >conftest.$ac_ext <<_ACEOF 4931 cat >conftest.$ac_ext <<_ACEOF
4952#line 4946 "configure" 4932#line 4932 "configure"
4953#include "confdefs.h" 4933#include "confdefs.h"
4954 4934
4955int 4935int
@@ -4963,16 +4943,16 @@ int * volatile y;
4963} 4943}
4964_ACEOF 4944_ACEOF
4965rm -f conftest.$ac_objext 4945rm -f conftest.$ac_objext
4966if { (eval echo "$as_me:4965: \"$ac_compile\"") >&5 4946if { (eval echo "$as_me:4946: \"$ac_compile\"") >&5
4967 (eval $ac_compile) 2>&5 4947 (eval $ac_compile) 2>&5
4968 ac_status=$? 4948 ac_status=$?
4969 echo "$as_me:4968: \$? = $ac_status" >&5 4949 echo "$as_me:4949: \$? = $ac_status" >&5
4970 (exit $ac_status); } && 4950 (exit $ac_status); } &&
4971 { ac_try='test -s conftest.$ac_objext' 4951 { ac_try='test -s conftest.$ac_objext'
4972 { (eval echo "$as_me:4971: \"$ac_try\"") >&5 4952 { (eval echo "$as_me:4952: \"$ac_try\"") >&5
4973 (eval $ac_try) 2>&5 4953 (eval $ac_try) 2>&5
4974 ac_status=$? 4954 ac_status=$?
4975 echo "$as_me:4974: \$? = $ac_status" >&5 4955 echo "$as_me:4955: \$? = $ac_status" >&5
4976 (exit $ac_status); }; }; then 4956 (exit $ac_status); }; }; then
4977 ac_cv_c_volatile=yes 4957 ac_cv_c_volatile=yes
4978else 4958else
@@ -4982,7 +4962,7 @@ ac_cv_c_volatile=no
4982fi 4962fi
4983rm -f conftest.$ac_objext conftest.$ac_ext 4963rm -f conftest.$ac_objext conftest.$ac_ext
4984fi 4964fi
4985echo "$as_me:4984: result: $ac_cv_c_volatile" >&5 4965echo "$as_me:4965: result: $ac_cv_c_volatile" >&5
4986echo "${ECHO_T}$ac_cv_c_volatile" >&6 4966echo "${ECHO_T}$ac_cv_c_volatile" >&6
4987if test $ac_cv_c_volatile = no; then 4967if test $ac_cv_c_volatile = no; then
4988 4968
@@ -4992,13 +4972,13 @@ EOF
4992 4972
4993fi 4973fi
4994 4974
4995echo "$as_me:4994: checking for an ANSI C-conforming const" >&5 4975echo "$as_me:4975: checking for an ANSI C-conforming const" >&5
4996echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6 4976echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
4997if test "${ac_cv_c_const+set}" = set; then 4977if test "${ac_cv_c_const+set}" = set; then
4998 echo $ECHO_N "(cached) $ECHO_C" >&6 4978 echo $ECHO_N "(cached) $ECHO_C" >&6
4999else 4979else
5000 cat >conftest.$ac_ext <<_ACEOF 4980 cat >conftest.$ac_ext <<_ACEOF
5001#line 4995 "configure" 4981#line 4981 "configure"
5002#include "confdefs.h" 4982#include "confdefs.h"
5003 4983
5004int 4984int
@@ -5056,16 +5036,16 @@ main ()
5056} 5036}
5057_ACEOF 5037_ACEOF
5058rm -f conftest.$ac_objext 5038rm -f conftest.$ac_objext
5059if { (eval echo "$as_me:5058: \"$ac_compile\"") >&5 5039if { (eval echo "$as_me:5039: \"$ac_compile\"") >&5
5060 (eval $ac_compile) 2>&5 5040 (eval $ac_compile) 2>&5
5061 ac_status=$? 5041 ac_status=$?
5062 echo "$as_me:5061: \$? = $ac_status" >&5 5042 echo "$as_me:5042: \$? = $ac_status" >&5
5063 (exit $ac_status); } && 5043 (exit $ac_status); } &&
5064 { ac_try='test -s conftest.$ac_objext' 5044 { ac_try='test -s conftest.$ac_objext'
5065 { (eval echo "$as_me:5064: \"$ac_try\"") >&5 5045 { (eval echo "$as_me:5045: \"$ac_try\"") >&5
5066 (eval $ac_try) 2>&5 5046 (eval $ac_try) 2>&5
5067 ac_status=$? 5047 ac_status=$?
5068 echo "$as_me:5067: \$? = $ac_status" >&5 5048 echo "$as_me:5048: \$? = $ac_status" >&5
5069 (exit $ac_status); }; }; then 5049 (exit $ac_status); }; }; then
5070 ac_cv_c_const=yes 5050 ac_cv_c_const=yes
5071else 5051else
@@ -5075,7 +5055,7 @@ ac_cv_c_const=no
5075fi 5055fi
5076rm -f conftest.$ac_objext conftest.$ac_ext 5056rm -f conftest.$ac_objext conftest.$ac_ext
5077fi 5057fi
5078echo "$as_me:5077: result: $ac_cv_c_const" >&5 5058echo "$as_me:5058: result: $ac_cv_c_const" >&5
5079echo "${ECHO_T}$ac_cv_c_const" >&6 5059echo "${ECHO_T}$ac_cv_c_const" >&6
5080if test $ac_cv_c_const = no; then 5060if test $ac_cv_c_const = no; then
5081 5061
@@ -5085,13 +5065,13 @@ EOF
5085 5065
5086fi 5066fi
5087 5067
5088echo "$as_me:5087: checking for void * support" >&5 5068echo "$as_me:5068: checking for void * support" >&5
5089echo $ECHO_N "checking for void * support... $ECHO_C" >&6 5069echo $ECHO_N "checking for void * support... $ECHO_C" >&6
5090if test "${emacs_cv_void_star+set}" = set; then 5070if test "${emacs_cv_void_star+set}" = set; then
5091 echo $ECHO_N "(cached) $ECHO_C" >&6 5071 echo $ECHO_N "(cached) $ECHO_C" >&6
5092else 5072else
5093 cat >conftest.$ac_ext <<_ACEOF 5073 cat >conftest.$ac_ext <<_ACEOF
5094#line 5088 "configure" 5074#line 5074 "configure"
5095#include "confdefs.h" 5075#include "confdefs.h"
5096 5076
5097int 5077int
@@ -5103,16 +5083,16 @@ void * foo;
5103} 5083}
5104_ACEOF 5084_ACEOF
5105rm -f conftest.$ac_objext 5085rm -f conftest.$ac_objext
5106if { (eval echo "$as_me:5105: \"$ac_compile\"") >&5 5086if { (eval echo "$as_me:5086: \"$ac_compile\"") >&5
5107 (eval $ac_compile) 2>&5 5087 (eval $ac_compile) 2>&5
5108 ac_status=$? 5088 ac_status=$?
5109 echo "$as_me:5108: \$? = $ac_status" >&5 5089 echo "$as_me:5089: \$? = $ac_status" >&5
5110 (exit $ac_status); } && 5090 (exit $ac_status); } &&
5111 { ac_try='test -s conftest.$ac_objext' 5091 { ac_try='test -s conftest.$ac_objext'
5112 { (eval echo "$as_me:5111: \"$ac_try\"") >&5 5092 { (eval echo "$as_me:5092: \"$ac_try\"") >&5
5113 (eval $ac_try) 2>&5 5093 (eval $ac_try) 2>&5
5114 ac_status=$? 5094 ac_status=$?
5115 echo "$as_me:5114: \$? = $ac_status" >&5 5095 echo "$as_me:5095: \$? = $ac_status" >&5
5116 (exit $ac_status); }; }; then 5096 (exit $ac_status); }; }; then
5117 emacs_cv_void_star=yes 5097 emacs_cv_void_star=yes
5118else 5098else
@@ -5122,7 +5102,7 @@ emacs_cv_void_star=no
5122fi 5102fi
5123rm -f conftest.$ac_objext conftest.$ac_ext 5103rm -f conftest.$ac_objext conftest.$ac_ext
5124fi 5104fi
5125echo "$as_me:5124: result: $emacs_cv_void_star" >&5 5105echo "$as_me:5105: result: $emacs_cv_void_star" >&5
5126echo "${ECHO_T}$emacs_cv_void_star" >&6 5106echo "${ECHO_T}$emacs_cv_void_star" >&6
5127if test $emacs_cv_void_star = yes; then 5107if test $emacs_cv_void_star = yes; then
5128 cat >>confdefs.h <<\EOF 5108 cat >>confdefs.h <<\EOF
@@ -5136,7 +5116,7 @@ EOF
5136 5116
5137fi 5117fi
5138 5118
5139echo "$as_me:5138: checking whether ${MAKE-make} sets \${MAKE}" >&5 5119echo "$as_me:5119: checking whether ${MAKE-make} sets \${MAKE}" >&5
5140echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6 5120echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6
5141set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` 5121set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
5142if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then 5122if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
@@ -5156,16 +5136,16 @@ fi
5156rm -f conftest.make 5136rm -f conftest.make
5157fi 5137fi
5158if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then 5138if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
5159 echo "$as_me:5158: result: yes" >&5 5139 echo "$as_me:5139: result: yes" >&5
5160echo "${ECHO_T}yes" >&6 5140echo "${ECHO_T}yes" >&6
5161 SET_MAKE= 5141 SET_MAKE=
5162else 5142else
5163 echo "$as_me:5162: result: no" >&5 5143 echo "$as_me:5143: result: no" >&5
5164echo "${ECHO_T}no" >&6 5144echo "${ECHO_T}no" >&6
5165 SET_MAKE="MAKE=${MAKE-make}" 5145 SET_MAKE="MAKE=${MAKE-make}"
5166fi 5146fi
5167 5147
5168echo "$as_me:5167: checking for long file names" >&5 5148echo "$as_me:5148: checking for long file names" >&5
5169echo $ECHO_N "checking for long file names... $ECHO_C" >&6 5149echo $ECHO_N "checking for long file names... $ECHO_C" >&6
5170if test "${ac_cv_sys_long_file_names+set}" = set; then 5150if test "${ac_cv_sys_long_file_names+set}" = set; then
5171 echo $ECHO_N "(cached) $ECHO_C" >&6 5151 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5204,7 +5184,7 @@ for ac_dir in . $ac_tmpdirs `eval echo $prefix/lib $exec_prefix/lib` ; do
5204 rm -rf $ac_xdir 2>/dev/null 5184 rm -rf $ac_xdir 2>/dev/null
5205done 5185done
5206fi 5186fi
5207echo "$as_me:5206: result: $ac_cv_sys_long_file_names" >&5 5187echo "$as_me:5187: result: $ac_cv_sys_long_file_names" >&5
5208echo "${ECHO_T}$ac_cv_sys_long_file_names" >&6 5188echo "${ECHO_T}$ac_cv_sys_long_file_names" >&6
5209if test $ac_cv_sys_long_file_names = yes; then 5189if test $ac_cv_sys_long_file_names = yes; then
5210 5190
@@ -5216,7 +5196,7 @@ fi
5216 5196
5217#### Choose a window system. 5197#### Choose a window system.
5218 5198
5219echo "$as_me:5218: checking for X" >&5 5199echo "$as_me:5199: checking for X" >&5
5220echo $ECHO_N "checking for X... $ECHO_C" >&6 5200echo $ECHO_N "checking for X... $ECHO_C" >&6
5221 5201
5222# Check whether --with-x or --without-x was given. 5202# Check whether --with-x or --without-x was given.
@@ -5313,17 +5293,17 @@ if test "$ac_x_includes" = no; then
5313 # Guess where to find include files, by looking for Intrinsic.h. 5293 # Guess where to find include files, by looking for Intrinsic.h.
5314 # First, try using that file with no special directory specified. 5294 # First, try using that file with no special directory specified.
5315 cat >conftest.$ac_ext <<_ACEOF 5295 cat >conftest.$ac_ext <<_ACEOF
5316#line 5310 "configure" 5296#line 5296 "configure"
5317#include "confdefs.h" 5297#include "confdefs.h"
5318#include <X11/Intrinsic.h> 5298#include <X11/Intrinsic.h>
5319_ACEOF 5299_ACEOF
5320if { (eval echo "$as_me:5319: \"$ac_cpp conftest.$ac_ext\"") >&5 5300if { (eval echo "$as_me:5300: \"$ac_cpp conftest.$ac_ext\"") >&5
5321 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 5301 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5322 ac_status=$? 5302 ac_status=$?
5323 egrep -v '^ *\+' conftest.er1 >conftest.err 5303 egrep -v '^ *\+' conftest.er1 >conftest.err
5324 rm -f conftest.er1 5304 rm -f conftest.er1
5325 cat conftest.err >&5 5305 cat conftest.err >&5
5326 echo "$as_me:5325: \$? = $ac_status" >&5 5306 echo "$as_me:5306: \$? = $ac_status" >&5
5327 (exit $ac_status); } >/dev/null; then 5307 (exit $ac_status); } >/dev/null; then
5328 if test -s conftest.err; then 5308 if test -s conftest.err; then
5329 ac_cpp_err=$ac_c_preproc_warn_flag 5309 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -5356,7 +5336,7 @@ if test "$ac_x_libraries" = no; then
5356 ac_save_LIBS=$LIBS 5336 ac_save_LIBS=$LIBS
5357 LIBS="-lXt $LIBS" 5337 LIBS="-lXt $LIBS"
5358 cat >conftest.$ac_ext <<_ACEOF 5338 cat >conftest.$ac_ext <<_ACEOF
5359#line 5353 "configure" 5339#line 5339 "configure"
5360#include "confdefs.h" 5340#include "confdefs.h"
5361#include <X11/Intrinsic.h> 5341#include <X11/Intrinsic.h>
5362int 5342int
@@ -5368,16 +5348,16 @@ XtMalloc (0)
5368} 5348}
5369_ACEOF 5349_ACEOF
5370rm -f conftest.$ac_objext conftest$ac_exeext 5350rm -f conftest.$ac_objext conftest$ac_exeext
5371if { (eval echo "$as_me:5370: \"$ac_link\"") >&5 5351if { (eval echo "$as_me:5351: \"$ac_link\"") >&5
5372 (eval $ac_link) 2>&5 5352 (eval $ac_link) 2>&5
5373 ac_status=$? 5353 ac_status=$?
5374 echo "$as_me:5373: \$? = $ac_status" >&5 5354 echo "$as_me:5354: \$? = $ac_status" >&5
5375 (exit $ac_status); } && 5355 (exit $ac_status); } &&
5376 { ac_try='test -s conftest$ac_exeext' 5356 { ac_try='test -s conftest$ac_exeext'
5377 { (eval echo "$as_me:5376: \"$ac_try\"") >&5 5357 { (eval echo "$as_me:5357: \"$ac_try\"") >&5
5378 (eval $ac_try) 2>&5 5358 (eval $ac_try) 2>&5
5379 ac_status=$? 5359 ac_status=$?
5380 echo "$as_me:5379: \$? = $ac_status" >&5 5360 echo "$as_me:5360: \$? = $ac_status" >&5
5381 (exit $ac_status); }; }; then 5361 (exit $ac_status); }; }; then
5382 LIBS=$ac_save_LIBS 5362 LIBS=$ac_save_LIBS
5383# We can link X programs with no special library path. 5363# We can link X programs with no special library path.
@@ -5415,7 +5395,7 @@ fi
5415fi # $with_x != no 5395fi # $with_x != no
5416 5396
5417if test "$have_x" != yes; then 5397if test "$have_x" != yes; then
5418 echo "$as_me:5417: result: $have_x" >&5 5398 echo "$as_me:5398: result: $have_x" >&5
5419echo "${ECHO_T}$have_x" >&6 5399echo "${ECHO_T}$have_x" >&6
5420 no_x=yes 5400 no_x=yes
5421else 5401else
@@ -5425,7 +5405,7 @@ else
5425 # Update the cache value to reflect the command line values. 5405 # Update the cache value to reflect the command line values.
5426 ac_cv_have_x="have_x=yes \ 5406 ac_cv_have_x="have_x=yes \
5427 ac_x_includes=$x_includes ac_x_libraries=$x_libraries" 5407 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
5428 echo "$as_me:5427: result: libraries $x_libraries, headers $x_includes" >&5 5408 echo "$as_me:5408: result: libraries $x_libraries, headers $x_includes" >&5
5429echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6 5409echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6
5430fi 5410fi
5431 5411
@@ -5523,13 +5503,13 @@ UNEXEC_SRC="`echo ${unexec} | sed 's/\.o/.c/'`"
5523# Assume not, until told otherwise. 5503# Assume not, until told otherwise.
5524GNU_MALLOC=yes 5504GNU_MALLOC=yes
5525doug_lea_malloc=yes 5505doug_lea_malloc=yes
5526echo "$as_me:5525: checking for malloc_get_state" >&5 5506echo "$as_me:5506: checking for malloc_get_state" >&5
5527echo $ECHO_N "checking for malloc_get_state... $ECHO_C" >&6 5507echo $ECHO_N "checking for malloc_get_state... $ECHO_C" >&6
5528if test "${ac_cv_func_malloc_get_state+set}" = set; then 5508if test "${ac_cv_func_malloc_get_state+set}" = set; then
5529 echo $ECHO_N "(cached) $ECHO_C" >&6 5509 echo $ECHO_N "(cached) $ECHO_C" >&6
5530else 5510else
5531 cat >conftest.$ac_ext <<_ACEOF 5511 cat >conftest.$ac_ext <<_ACEOF
5532#line 5526 "configure" 5512#line 5512 "configure"
5533#include "confdefs.h" 5513#include "confdefs.h"
5534/* System header to define __stub macros and hopefully few prototypes, 5514/* System header to define __stub macros and hopefully few prototypes,
5535 which can conflict with char malloc_get_state (); below. */ 5515 which can conflict with char malloc_get_state (); below. */
@@ -5560,16 +5540,16 @@ f = malloc_get_state;
5560} 5540}
5561_ACEOF 5541_ACEOF
5562rm -f conftest.$ac_objext conftest$ac_exeext 5542rm -f conftest.$ac_objext conftest$ac_exeext
5563if { (eval echo "$as_me:5562: \"$ac_link\"") >&5 5543if { (eval echo "$as_me:5543: \"$ac_link\"") >&5
5564 (eval $ac_link) 2>&5 5544 (eval $ac_link) 2>&5
5565 ac_status=$? 5545 ac_status=$?
5566 echo "$as_me:5565: \$? = $ac_status" >&5 5546 echo "$as_me:5546: \$? = $ac_status" >&5
5567 (exit $ac_status); } && 5547 (exit $ac_status); } &&
5568 { ac_try='test -s conftest$ac_exeext' 5548 { ac_try='test -s conftest$ac_exeext'
5569 { (eval echo "$as_me:5568: \"$ac_try\"") >&5 5549 { (eval echo "$as_me:5549: \"$ac_try\"") >&5
5570 (eval $ac_try) 2>&5 5550 (eval $ac_try) 2>&5
5571 ac_status=$? 5551 ac_status=$?
5572 echo "$as_me:5571: \$? = $ac_status" >&5 5552 echo "$as_me:5552: \$? = $ac_status" >&5
5573 (exit $ac_status); }; }; then 5553 (exit $ac_status); }; }; then
5574 ac_cv_func_malloc_get_state=yes 5554 ac_cv_func_malloc_get_state=yes
5575else 5555else
@@ -5579,7 +5559,7 @@ ac_cv_func_malloc_get_state=no
5579fi 5559fi
5580rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5560rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5581fi 5561fi
5582echo "$as_me:5581: result: $ac_cv_func_malloc_get_state" >&5 5562echo "$as_me:5562: result: $ac_cv_func_malloc_get_state" >&5
5583echo "${ECHO_T}$ac_cv_func_malloc_get_state" >&6 5563echo "${ECHO_T}$ac_cv_func_malloc_get_state" >&6
5584if test $ac_cv_func_malloc_get_state = yes; then 5564if test $ac_cv_func_malloc_get_state = yes; then
5585 : 5565 :
@@ -5587,13 +5567,13 @@ else
5587 doug_lea_malloc=no 5567 doug_lea_malloc=no
5588fi 5568fi
5589 5569
5590echo "$as_me:5589: checking for malloc_set_state" >&5 5570echo "$as_me:5570: checking for malloc_set_state" >&5
5591echo $ECHO_N "checking for malloc_set_state... $ECHO_C" >&6 5571echo $ECHO_N "checking for malloc_set_state... $ECHO_C" >&6
5592if test "${ac_cv_func_malloc_set_state+set}" = set; then 5572if test "${ac_cv_func_malloc_set_state+set}" = set; then
5593 echo $ECHO_N "(cached) $ECHO_C" >&6 5573 echo $ECHO_N "(cached) $ECHO_C" >&6
5594else 5574else
5595 cat >conftest.$ac_ext <<_ACEOF 5575 cat >conftest.$ac_ext <<_ACEOF
5596#line 5590 "configure" 5576#line 5576 "configure"
5597#include "confdefs.h" 5577#include "confdefs.h"
5598/* System header to define __stub macros and hopefully few prototypes, 5578/* System header to define __stub macros and hopefully few prototypes,
5599 which can conflict with char malloc_set_state (); below. */ 5579 which can conflict with char malloc_set_state (); below. */
@@ -5624,16 +5604,16 @@ f = malloc_set_state;
5624} 5604}
5625_ACEOF 5605_ACEOF
5626rm -f conftest.$ac_objext conftest$ac_exeext 5606rm -f conftest.$ac_objext conftest$ac_exeext
5627if { (eval echo "$as_me:5626: \"$ac_link\"") >&5 5607if { (eval echo "$as_me:5607: \"$ac_link\"") >&5
5628 (eval $ac_link) 2>&5 5608 (eval $ac_link) 2>&5
5629 ac_status=$? 5609 ac_status=$?
5630 echo "$as_me:5629: \$? = $ac_status" >&5 5610 echo "$as_me:5610: \$? = $ac_status" >&5
5631 (exit $ac_status); } && 5611 (exit $ac_status); } &&
5632 { ac_try='test -s conftest$ac_exeext' 5612 { ac_try='test -s conftest$ac_exeext'
5633 { (eval echo "$as_me:5632: \"$ac_try\"") >&5 5613 { (eval echo "$as_me:5613: \"$ac_try\"") >&5
5634 (eval $ac_try) 2>&5 5614 (eval $ac_try) 2>&5
5635 ac_status=$? 5615 ac_status=$?
5636 echo "$as_me:5635: \$? = $ac_status" >&5 5616 echo "$as_me:5616: \$? = $ac_status" >&5
5637 (exit $ac_status); }; }; then 5617 (exit $ac_status); }; }; then
5638 ac_cv_func_malloc_set_state=yes 5618 ac_cv_func_malloc_set_state=yes
5639else 5619else
@@ -5643,7 +5623,7 @@ ac_cv_func_malloc_set_state=no
5643fi 5623fi
5644rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5624rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5645fi 5625fi
5646echo "$as_me:5645: result: $ac_cv_func_malloc_set_state" >&5 5626echo "$as_me:5626: result: $ac_cv_func_malloc_set_state" >&5
5647echo "${ECHO_T}$ac_cv_func_malloc_set_state" >&6 5627echo "${ECHO_T}$ac_cv_func_malloc_set_state" >&6
5648if test $ac_cv_func_malloc_set_state = yes; then 5628if test $ac_cv_func_malloc_set_state = yes; then
5649 : 5629 :
@@ -5651,13 +5631,13 @@ else
5651 doug_lea_malloc=no 5631 doug_lea_malloc=no
5652fi 5632fi
5653 5633
5654echo "$as_me:5653: checking whether __after_morecore_hook exists" >&5 5634echo "$as_me:5634: checking whether __after_morecore_hook exists" >&5
5655echo $ECHO_N "checking whether __after_morecore_hook exists... $ECHO_C" >&6 5635echo $ECHO_N "checking whether __after_morecore_hook exists... $ECHO_C" >&6
5656if test "${emacs_cv_var___after_morecore_hook+set}" = set; then 5636if test "${emacs_cv_var___after_morecore_hook+set}" = set; then
5657 echo $ECHO_N "(cached) $ECHO_C" >&6 5637 echo $ECHO_N "(cached) $ECHO_C" >&6
5658else 5638else
5659 cat >conftest.$ac_ext <<_ACEOF 5639 cat >conftest.$ac_ext <<_ACEOF
5660#line 5654 "configure" 5640#line 5640 "configure"
5661#include "confdefs.h" 5641#include "confdefs.h"
5662extern void (* __after_morecore_hook)(); 5642extern void (* __after_morecore_hook)();
5663int 5643int
@@ -5669,16 +5649,16 @@ __after_morecore_hook = 0
5669} 5649}
5670_ACEOF 5650_ACEOF
5671rm -f conftest.$ac_objext conftest$ac_exeext 5651rm -f conftest.$ac_objext conftest$ac_exeext
5672if { (eval echo "$as_me:5671: \"$ac_link\"") >&5 5652if { (eval echo "$as_me:5652: \"$ac_link\"") >&5
5673 (eval $ac_link) 2>&5 5653 (eval $ac_link) 2>&5
5674 ac_status=$? 5654 ac_status=$?
5675 echo "$as_me:5674: \$? = $ac_status" >&5 5655 echo "$as_me:5655: \$? = $ac_status" >&5
5676 (exit $ac_status); } && 5656 (exit $ac_status); } &&
5677 { ac_try='test -s conftest$ac_exeext' 5657 { ac_try='test -s conftest$ac_exeext'
5678 { (eval echo "$as_me:5677: \"$ac_try\"") >&5 5658 { (eval echo "$as_me:5658: \"$ac_try\"") >&5
5679 (eval $ac_try) 2>&5 5659 (eval $ac_try) 2>&5
5680 ac_status=$? 5660 ac_status=$?
5681 echo "$as_me:5680: \$? = $ac_status" >&5 5661 echo "$as_me:5661: \$? = $ac_status" >&5
5682 (exit $ac_status); }; }; then 5662 (exit $ac_status); }; }; then
5683 emacs_cv_var___after_morecore_hook=yes 5663 emacs_cv_var___after_morecore_hook=yes
5684else 5664else
@@ -5688,7 +5668,7 @@ emacs_cv_var___after_morecore_hook=no
5688fi 5668fi
5689rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5669rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5690fi 5670fi
5691echo "$as_me:5690: result: $emacs_cv_var___after_morecore_hook" >&5 5671echo "$as_me:5671: result: $emacs_cv_var___after_morecore_hook" >&5
5692echo "${ECHO_T}$emacs_cv_var___after_morecore_hook" >&6 5672echo "${ECHO_T}$emacs_cv_var___after_morecore_hook" >&6
5693if test $emacs_cv_var___after_morecore_hook = no; then 5673if test $emacs_cv_var___after_morecore_hook = no; then
5694 doug_lea_malloc=no 5674 doug_lea_malloc=no
@@ -5720,28 +5700,28 @@ for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5720 inttypes.h stdint.h unistd.h 5700 inttypes.h stdint.h unistd.h
5721do 5701do
5722as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 5702as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5723echo "$as_me:5722: checking for $ac_header" >&5 5703echo "$as_me:5703: checking for $ac_header" >&5
5724echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 5704echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5725if eval "test \"\${$as_ac_Header+set}\" = set"; then 5705if eval "test \"\${$as_ac_Header+set}\" = set"; then
5726 echo $ECHO_N "(cached) $ECHO_C" >&6 5706 echo $ECHO_N "(cached) $ECHO_C" >&6
5727else 5707else
5728 cat >conftest.$ac_ext <<_ACEOF 5708 cat >conftest.$ac_ext <<_ACEOF
5729#line 5723 "configure" 5709#line 5709 "configure"
5730#include "confdefs.h" 5710#include "confdefs.h"
5731$ac_includes_default 5711$ac_includes_default
5732#include <$ac_header> 5712#include <$ac_header>
5733_ACEOF 5713_ACEOF
5734rm -f conftest.$ac_objext 5714rm -f conftest.$ac_objext
5735if { (eval echo "$as_me:5734: \"$ac_compile\"") >&5 5715if { (eval echo "$as_me:5715: \"$ac_compile\"") >&5
5736 (eval $ac_compile) 2>&5 5716 (eval $ac_compile) 2>&5
5737 ac_status=$? 5717 ac_status=$?
5738 echo "$as_me:5737: \$? = $ac_status" >&5 5718 echo "$as_me:5718: \$? = $ac_status" >&5
5739 (exit $ac_status); } && 5719 (exit $ac_status); } &&
5740 { ac_try='test -s conftest.$ac_objext' 5720 { ac_try='test -s conftest.$ac_objext'
5741 { (eval echo "$as_me:5740: \"$ac_try\"") >&5 5721 { (eval echo "$as_me:5721: \"$ac_try\"") >&5
5742 (eval $ac_try) 2>&5 5722 (eval $ac_try) 2>&5
5743 ac_status=$? 5723 ac_status=$?
5744 echo "$as_me:5743: \$? = $ac_status" >&5 5724 echo "$as_me:5724: \$? = $ac_status" >&5
5745 (exit $ac_status); }; }; then 5725 (exit $ac_status); }; }; then
5746 eval "$as_ac_Header=yes" 5726 eval "$as_ac_Header=yes"
5747else 5727else
@@ -5751,7 +5731,7 @@ eval "$as_ac_Header=no"
5751fi 5731fi
5752rm -f conftest.$ac_objext conftest.$ac_ext 5732rm -f conftest.$ac_objext conftest.$ac_ext
5753fi 5733fi
5754echo "$as_me:5753: result: `eval echo '${'$as_ac_Header'}'`" >&5 5734echo "$as_me:5734: result: `eval echo '${'$as_ac_Header'}'`" >&5
5755echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 5735echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5756if test `eval echo '${'$as_ac_Header'}'` = yes; then 5736if test `eval echo '${'$as_ac_Header'}'` = yes; then
5757 cat >>confdefs.h <<EOF 5737 cat >>confdefs.h <<EOF
@@ -5764,23 +5744,23 @@ done
5764for ac_header in stdlib.h unistd.h 5744for ac_header in stdlib.h unistd.h
5765do 5745do
5766as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 5746as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5767echo "$as_me:5766: checking for $ac_header" >&5 5747echo "$as_me:5747: checking for $ac_header" >&5
5768echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 5748echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5769if eval "test \"\${$as_ac_Header+set}\" = set"; then 5749if eval "test \"\${$as_ac_Header+set}\" = set"; then
5770 echo $ECHO_N "(cached) $ECHO_C" >&6 5750 echo $ECHO_N "(cached) $ECHO_C" >&6
5771else 5751else
5772 cat >conftest.$ac_ext <<_ACEOF 5752 cat >conftest.$ac_ext <<_ACEOF
5773#line 5767 "configure" 5753#line 5753 "configure"
5774#include "confdefs.h" 5754#include "confdefs.h"
5775#include <$ac_header> 5755#include <$ac_header>
5776_ACEOF 5756_ACEOF
5777if { (eval echo "$as_me:5776: \"$ac_cpp conftest.$ac_ext\"") >&5 5757if { (eval echo "$as_me:5757: \"$ac_cpp conftest.$ac_ext\"") >&5
5778 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 5758 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5779 ac_status=$? 5759 ac_status=$?
5780 egrep -v '^ *\+' conftest.er1 >conftest.err 5760 egrep -v '^ *\+' conftest.er1 >conftest.err
5781 rm -f conftest.er1 5761 rm -f conftest.er1
5782 cat conftest.err >&5 5762 cat conftest.err >&5
5783 echo "$as_me:5782: \$? = $ac_status" >&5 5763 echo "$as_me:5763: \$? = $ac_status" >&5
5784 (exit $ac_status); } >/dev/null; then 5764 (exit $ac_status); } >/dev/null; then
5785 if test -s conftest.err; then 5765 if test -s conftest.err; then
5786 ac_cpp_err=$ac_c_preproc_warn_flag 5766 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -5799,7 +5779,7 @@ else
5799fi 5779fi
5800rm -f conftest.err conftest.$ac_ext 5780rm -f conftest.err conftest.$ac_ext
5801fi 5781fi
5802echo "$as_me:5801: result: `eval echo '${'$as_ac_Header'}'`" >&5 5782echo "$as_me:5782: result: `eval echo '${'$as_ac_Header'}'`" >&5
5803echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 5783echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5804if test `eval echo '${'$as_ac_Header'}'` = yes; then 5784if test `eval echo '${'$as_ac_Header'}'` = yes; then
5805 cat >>confdefs.h <<EOF 5785 cat >>confdefs.h <<EOF
@@ -5812,13 +5792,13 @@ done
5812for ac_func in getpagesize 5792for ac_func in getpagesize
5813do 5793do
5814as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 5794as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
5815echo "$as_me:5814: checking for $ac_func" >&5 5795echo "$as_me:5795: checking for $ac_func" >&5
5816echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 5796echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
5817if eval "test \"\${$as_ac_var+set}\" = set"; then 5797if eval "test \"\${$as_ac_var+set}\" = set"; then
5818 echo $ECHO_N "(cached) $ECHO_C" >&6 5798 echo $ECHO_N "(cached) $ECHO_C" >&6
5819else 5799else
5820 cat >conftest.$ac_ext <<_ACEOF 5800 cat >conftest.$ac_ext <<_ACEOF
5821#line 5815 "configure" 5801#line 5801 "configure"
5822#include "confdefs.h" 5802#include "confdefs.h"
5823/* System header to define __stub macros and hopefully few prototypes, 5803/* System header to define __stub macros and hopefully few prototypes,
5824 which can conflict with char $ac_func (); below. */ 5804 which can conflict with char $ac_func (); below. */
@@ -5849,16 +5829,16 @@ f = $ac_func;
5849} 5829}
5850_ACEOF 5830_ACEOF
5851rm -f conftest.$ac_objext conftest$ac_exeext 5831rm -f conftest.$ac_objext conftest$ac_exeext
5852if { (eval echo "$as_me:5851: \"$ac_link\"") >&5 5832if { (eval echo "$as_me:5832: \"$ac_link\"") >&5
5853 (eval $ac_link) 2>&5 5833 (eval $ac_link) 2>&5
5854 ac_status=$? 5834 ac_status=$?
5855 echo "$as_me:5854: \$? = $ac_status" >&5 5835 echo "$as_me:5835: \$? = $ac_status" >&5
5856 (exit $ac_status); } && 5836 (exit $ac_status); } &&
5857 { ac_try='test -s conftest$ac_exeext' 5837 { ac_try='test -s conftest$ac_exeext'
5858 { (eval echo "$as_me:5857: \"$ac_try\"") >&5 5838 { (eval echo "$as_me:5838: \"$ac_try\"") >&5
5859 (eval $ac_try) 2>&5 5839 (eval $ac_try) 2>&5
5860 ac_status=$? 5840 ac_status=$?
5861 echo "$as_me:5860: \$? = $ac_status" >&5 5841 echo "$as_me:5841: \$? = $ac_status" >&5
5862 (exit $ac_status); }; }; then 5842 (exit $ac_status); }; }; then
5863 eval "$as_ac_var=yes" 5843 eval "$as_ac_var=yes"
5864else 5844else
@@ -5868,7 +5848,7 @@ eval "$as_ac_var=no"
5868fi 5848fi
5869rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5849rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5870fi 5850fi
5871echo "$as_me:5870: result: `eval echo '${'$as_ac_var'}'`" >&5 5851echo "$as_me:5851: result: `eval echo '${'$as_ac_var'}'`" >&5
5872echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 5852echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
5873if test `eval echo '${'$as_ac_var'}'` = yes; then 5853if test `eval echo '${'$as_ac_var'}'` = yes; then
5874 cat >>confdefs.h <<EOF 5854 cat >>confdefs.h <<EOF
@@ -5878,7 +5858,7 @@ EOF
5878fi 5858fi
5879done 5859done
5880 5860
5881echo "$as_me:5880: checking for working mmap" >&5 5861echo "$as_me:5861: checking for working mmap" >&5
5882echo $ECHO_N "checking for working mmap... $ECHO_C" >&6 5862echo $ECHO_N "checking for working mmap... $ECHO_C" >&6
5883if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then 5863if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then
5884 echo $ECHO_N "(cached) $ECHO_C" >&6 5864 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5887,7 +5867,7 @@ else
5887 ac_cv_func_mmap_fixed_mapped=no 5867 ac_cv_func_mmap_fixed_mapped=no
5888else 5868else
5889 cat >conftest.$ac_ext <<_ACEOF 5869 cat >conftest.$ac_ext <<_ACEOF
5890#line 5884 "configure" 5870#line 5870 "configure"
5891#include "confdefs.h" 5871#include "confdefs.h"
5892$ac_includes_default 5872$ac_includes_default
5893/* Thanks to Mike Haertel and Jim Avera for this test. 5873/* Thanks to Mike Haertel and Jim Avera for this test.
@@ -6014,15 +5994,15 @@ main ()
6014} 5994}
6015_ACEOF 5995_ACEOF
6016rm -f conftest$ac_exeext 5996rm -f conftest$ac_exeext
6017if { (eval echo "$as_me:6016: \"$ac_link\"") >&5 5997if { (eval echo "$as_me:5997: \"$ac_link\"") >&5
6018 (eval $ac_link) 2>&5 5998 (eval $ac_link) 2>&5
6019 ac_status=$? 5999 ac_status=$?
6020 echo "$as_me:6019: \$? = $ac_status" >&5 6000 echo "$as_me:6000: \$? = $ac_status" >&5
6021 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 6001 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6022 { (eval echo "$as_me:6021: \"$ac_try\"") >&5 6002 { (eval echo "$as_me:6002: \"$ac_try\"") >&5
6023 (eval $ac_try) 2>&5 6003 (eval $ac_try) 2>&5
6024 ac_status=$? 6004 ac_status=$?
6025 echo "$as_me:6024: \$? = $ac_status" >&5 6005 echo "$as_me:6005: \$? = $ac_status" >&5
6026 (exit $ac_status); }; }; then 6006 (exit $ac_status); }; }; then
6027 ac_cv_func_mmap_fixed_mapped=yes 6007 ac_cv_func_mmap_fixed_mapped=yes
6028else 6008else
@@ -6034,7 +6014,7 @@ fi
6034rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 6014rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6035fi 6015fi
6036fi 6016fi
6037echo "$as_me:6036: result: $ac_cv_func_mmap_fixed_mapped" >&5 6017echo "$as_me:6017: result: $ac_cv_func_mmap_fixed_mapped" >&5
6038echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6 6018echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6
6039if test $ac_cv_func_mmap_fixed_mapped = yes; then 6019if test $ac_cv_func_mmap_fixed_mapped = yes; then
6040 6020
@@ -6051,7 +6031,7 @@ fi
6051 6031
6052LIBS="$libsrc_libs $LIBS" 6032LIBS="$libsrc_libs $LIBS"
6053 6033
6054echo "$as_me:6053: checking for dnet_ntoa in -ldnet" >&5 6034echo "$as_me:6034: checking for dnet_ntoa in -ldnet" >&5
6055echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6 6035echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
6056if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then 6036if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
6057 echo $ECHO_N "(cached) $ECHO_C" >&6 6037 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6059,7 +6039,7 @@ else
6059 ac_check_lib_save_LIBS=$LIBS 6039 ac_check_lib_save_LIBS=$LIBS
6060LIBS="-ldnet $LIBS" 6040LIBS="-ldnet $LIBS"
6061cat >conftest.$ac_ext <<_ACEOF 6041cat >conftest.$ac_ext <<_ACEOF
6062#line 6056 "configure" 6042#line 6042 "configure"
6063#include "confdefs.h" 6043#include "confdefs.h"
6064 6044
6065/* Override any gcc2 internal prototype to avoid an error. */ 6045/* Override any gcc2 internal prototype to avoid an error. */
@@ -6078,16 +6058,16 @@ dnet_ntoa ();
6078} 6058}
6079_ACEOF 6059_ACEOF
6080rm -f conftest.$ac_objext conftest$ac_exeext 6060rm -f conftest.$ac_objext conftest$ac_exeext
6081if { (eval echo "$as_me:6080: \"$ac_link\"") >&5 6061if { (eval echo "$as_me:6061: \"$ac_link\"") >&5
6082 (eval $ac_link) 2>&5 6062 (eval $ac_link) 2>&5
6083 ac_status=$? 6063 ac_status=$?
6084 echo "$as_me:6083: \$? = $ac_status" >&5 6064 echo "$as_me:6064: \$? = $ac_status" >&5
6085 (exit $ac_status); } && 6065 (exit $ac_status); } &&
6086 { ac_try='test -s conftest$ac_exeext' 6066 { ac_try='test -s conftest$ac_exeext'
6087 { (eval echo "$as_me:6086: \"$ac_try\"") >&5 6067 { (eval echo "$as_me:6067: \"$ac_try\"") >&5
6088 (eval $ac_try) 2>&5 6068 (eval $ac_try) 2>&5
6089 ac_status=$? 6069 ac_status=$?
6090 echo "$as_me:6089: \$? = $ac_status" >&5 6070 echo "$as_me:6070: \$? = $ac_status" >&5
6091 (exit $ac_status); }; }; then 6071 (exit $ac_status); }; }; then
6092 ac_cv_lib_dnet_dnet_ntoa=yes 6072 ac_cv_lib_dnet_dnet_ntoa=yes
6093else 6073else
@@ -6098,7 +6078,7 @@ fi
6098rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6078rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6099LIBS=$ac_check_lib_save_LIBS 6079LIBS=$ac_check_lib_save_LIBS
6100fi 6080fi
6101echo "$as_me:6100: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 6081echo "$as_me:6081: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
6102echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6 6082echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
6103if test $ac_cv_lib_dnet_dnet_ntoa = yes; then 6083if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
6104 cat >>confdefs.h <<EOF 6084 cat >>confdefs.h <<EOF
@@ -6109,7 +6089,7 @@ EOF
6109 6089
6110fi 6090fi
6111 6091
6112echo "$as_me:6111: checking for main in -lXbsd" >&5 6092echo "$as_me:6092: checking for main in -lXbsd" >&5
6113echo $ECHO_N "checking for main in -lXbsd... $ECHO_C" >&6 6093echo $ECHO_N "checking for main in -lXbsd... $ECHO_C" >&6
6114if test "${ac_cv_lib_Xbsd_main+set}" = set; then 6094if test "${ac_cv_lib_Xbsd_main+set}" = set; then
6115 echo $ECHO_N "(cached) $ECHO_C" >&6 6095 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6117,7 +6097,7 @@ else
6117 ac_check_lib_save_LIBS=$LIBS 6097 ac_check_lib_save_LIBS=$LIBS
6118LIBS="-lXbsd $LIBS" 6098LIBS="-lXbsd $LIBS"
6119cat >conftest.$ac_ext <<_ACEOF 6099cat >conftest.$ac_ext <<_ACEOF
6120#line 6114 "configure" 6100#line 6100 "configure"
6121#include "confdefs.h" 6101#include "confdefs.h"
6122 6102
6123int 6103int
@@ -6129,16 +6109,16 @@ main ();
6129} 6109}
6130_ACEOF 6110_ACEOF
6131rm -f conftest.$ac_objext conftest$ac_exeext 6111rm -f conftest.$ac_objext conftest$ac_exeext
6132if { (eval echo "$as_me:6131: \"$ac_link\"") >&5 6112if { (eval echo "$as_me:6112: \"$ac_link\"") >&5
6133 (eval $ac_link) 2>&5 6113 (eval $ac_link) 2>&5
6134 ac_status=$? 6114 ac_status=$?
6135 echo "$as_me:6134: \$? = $ac_status" >&5 6115 echo "$as_me:6115: \$? = $ac_status" >&5
6136 (exit $ac_status); } && 6116 (exit $ac_status); } &&
6137 { ac_try='test -s conftest$ac_exeext' 6117 { ac_try='test -s conftest$ac_exeext'
6138 { (eval echo "$as_me:6137: \"$ac_try\"") >&5 6118 { (eval echo "$as_me:6118: \"$ac_try\"") >&5
6139 (eval $ac_try) 2>&5 6119 (eval $ac_try) 2>&5
6140 ac_status=$? 6120 ac_status=$?
6141 echo "$as_me:6140: \$? = $ac_status" >&5 6121 echo "$as_me:6121: \$? = $ac_status" >&5
6142 (exit $ac_status); }; }; then 6122 (exit $ac_status); }; }; then
6143 ac_cv_lib_Xbsd_main=yes 6123 ac_cv_lib_Xbsd_main=yes
6144else 6124else
@@ -6149,13 +6129,13 @@ fi
6149rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6129rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6150LIBS=$ac_check_lib_save_LIBS 6130LIBS=$ac_check_lib_save_LIBS
6151fi 6131fi
6152echo "$as_me:6151: result: $ac_cv_lib_Xbsd_main" >&5 6132echo "$as_me:6132: result: $ac_cv_lib_Xbsd_main" >&5
6153echo "${ECHO_T}$ac_cv_lib_Xbsd_main" >&6 6133echo "${ECHO_T}$ac_cv_lib_Xbsd_main" >&6
6154if test $ac_cv_lib_Xbsd_main = yes; then 6134if test $ac_cv_lib_Xbsd_main = yes; then
6155 LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd" 6135 LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd"
6156fi 6136fi
6157 6137
6158echo "$as_me:6157: checking for cma_open in -lpthreads" >&5 6138echo "$as_me:6138: checking for cma_open in -lpthreads" >&5
6159echo $ECHO_N "checking for cma_open in -lpthreads... $ECHO_C" >&6 6139echo $ECHO_N "checking for cma_open in -lpthreads... $ECHO_C" >&6
6160if test "${ac_cv_lib_pthreads_cma_open+set}" = set; then 6140if test "${ac_cv_lib_pthreads_cma_open+set}" = set; then
6161 echo $ECHO_N "(cached) $ECHO_C" >&6 6141 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6163,7 +6143,7 @@ else
6163 ac_check_lib_save_LIBS=$LIBS 6143 ac_check_lib_save_LIBS=$LIBS
6164LIBS="-lpthreads $LIBS" 6144LIBS="-lpthreads $LIBS"
6165cat >conftest.$ac_ext <<_ACEOF 6145cat >conftest.$ac_ext <<_ACEOF
6166#line 6160 "configure" 6146#line 6146 "configure"
6167#include "confdefs.h" 6147#include "confdefs.h"
6168 6148
6169/* Override any gcc2 internal prototype to avoid an error. */ 6149/* Override any gcc2 internal prototype to avoid an error. */
@@ -6182,16 +6162,16 @@ cma_open ();
6182} 6162}
6183_ACEOF 6163_ACEOF
6184rm -f conftest.$ac_objext conftest$ac_exeext 6164rm -f conftest.$ac_objext conftest$ac_exeext
6185if { (eval echo "$as_me:6184: \"$ac_link\"") >&5 6165if { (eval echo "$as_me:6165: \"$ac_link\"") >&5
6186 (eval $ac_link) 2>&5 6166 (eval $ac_link) 2>&5
6187 ac_status=$? 6167 ac_status=$?
6188 echo "$as_me:6187: \$? = $ac_status" >&5 6168 echo "$as_me:6168: \$? = $ac_status" >&5
6189 (exit $ac_status); } && 6169 (exit $ac_status); } &&
6190 { ac_try='test -s conftest$ac_exeext' 6170 { ac_try='test -s conftest$ac_exeext'
6191 { (eval echo "$as_me:6190: \"$ac_try\"") >&5 6171 { (eval echo "$as_me:6171: \"$ac_try\"") >&5
6192 (eval $ac_try) 2>&5 6172 (eval $ac_try) 2>&5
6193 ac_status=$? 6173 ac_status=$?
6194 echo "$as_me:6193: \$? = $ac_status" >&5 6174 echo "$as_me:6174: \$? = $ac_status" >&5
6195 (exit $ac_status); }; }; then 6175 (exit $ac_status); }; }; then
6196 ac_cv_lib_pthreads_cma_open=yes 6176 ac_cv_lib_pthreads_cma_open=yes
6197else 6177else
@@ -6202,7 +6182,7 @@ fi
6202rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6182rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6203LIBS=$ac_check_lib_save_LIBS 6183LIBS=$ac_check_lib_save_LIBS
6204fi 6184fi
6205echo "$as_me:6204: result: $ac_cv_lib_pthreads_cma_open" >&5 6185echo "$as_me:6185: result: $ac_cv_lib_pthreads_cma_open" >&5
6206echo "${ECHO_T}$ac_cv_lib_pthreads_cma_open" >&6 6186echo "${ECHO_T}$ac_cv_lib_pthreads_cma_open" >&6
6207if test $ac_cv_lib_pthreads_cma_open = yes; then 6187if test $ac_cv_lib_pthreads_cma_open = yes; then
6208 cat >>confdefs.h <<EOF 6188 cat >>confdefs.h <<EOF
@@ -6213,7 +6193,7 @@ EOF
6213 6193
6214fi 6194fi
6215 6195
6216echo "$as_me:6215: checking for XFree86 in /usr/X386" >&5 6196echo "$as_me:6196: checking for XFree86 in /usr/X386" >&5
6217echo $ECHO_N "checking for XFree86 in /usr/X386... $ECHO_C" >&6 6197echo $ECHO_N "checking for XFree86 in /usr/X386... $ECHO_C" >&6
6218if test -d /usr/X386/include; then 6198if test -d /usr/X386/include; then
6219 HAVE_XFREE386=yes 6199 HAVE_XFREE386=yes
@@ -6221,7 +6201,7 @@ if test -d /usr/X386/include; then
6221else 6201else
6222 HAVE_XFREE386=no 6202 HAVE_XFREE386=no
6223fi 6203fi
6224echo "$as_me:6223: result: $HAVE_XFREE386" >&5 6204echo "$as_me:6204: result: $HAVE_XFREE386" >&5
6225echo "${ECHO_T}$HAVE_XFREE386" >&6 6205echo "${ECHO_T}$HAVE_XFREE386" >&6
6226 6206
6227# Change CFLAGS temporarily so that C_SWITCH_X_SITE gets used 6207# Change CFLAGS temporarily so that C_SWITCH_X_SITE gets used
@@ -6246,10 +6226,10 @@ if test "${HAVE_X11}" = "yes"; then
6246 fi 6226 fi
6247 6227
6248 if test "${opsys}" = "gnu-linux"; then 6228 if test "${opsys}" = "gnu-linux"; then
6249 echo "$as_me:6248: checking whether X on GNU/Linux needs -b to link" >&5 6229 echo "$as_me:6229: checking whether X on GNU/Linux needs -b to link" >&5
6250echo $ECHO_N "checking whether X on GNU/Linux needs -b to link... $ECHO_C" >&6 6230echo $ECHO_N "checking whether X on GNU/Linux needs -b to link... $ECHO_C" >&6
6251 cat >conftest.$ac_ext <<_ACEOF 6231 cat >conftest.$ac_ext <<_ACEOF
6252#line 6246 "configure" 6232#line 6232 "configure"
6253#include "confdefs.h" 6233#include "confdefs.h"
6254 6234
6255int 6235int
@@ -6261,16 +6241,16 @@ XOpenDisplay ("foo");
6261} 6241}
6262_ACEOF 6242_ACEOF
6263rm -f conftest.$ac_objext conftest$ac_exeext 6243rm -f conftest.$ac_objext conftest$ac_exeext
6264if { (eval echo "$as_me:6263: \"$ac_link\"") >&5 6244if { (eval echo "$as_me:6244: \"$ac_link\"") >&5
6265 (eval $ac_link) 2>&5 6245 (eval $ac_link) 2>&5
6266 ac_status=$? 6246 ac_status=$?
6267 echo "$as_me:6266: \$? = $ac_status" >&5 6247 echo "$as_me:6247: \$? = $ac_status" >&5
6268 (exit $ac_status); } && 6248 (exit $ac_status); } &&
6269 { ac_try='test -s conftest$ac_exeext' 6249 { ac_try='test -s conftest$ac_exeext'
6270 { (eval echo "$as_me:6269: \"$ac_try\"") >&5 6250 { (eval echo "$as_me:6250: \"$ac_try\"") >&5
6271 (eval $ac_try) 2>&5 6251 (eval $ac_try) 2>&5
6272 ac_status=$? 6252 ac_status=$?
6273 echo "$as_me:6272: \$? = $ac_status" >&5 6253 echo "$as_me:6253: \$? = $ac_status" >&5
6274 (exit $ac_status); }; }; then 6254 (exit $ac_status); }; }; then
6275 xlinux_first_failure=no 6255 xlinux_first_failure=no
6276else 6256else
@@ -6289,7 +6269,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6289 CPPFLAGS="$CPPFLAGS -b i486-linuxaout" 6269 CPPFLAGS="$CPPFLAGS -b i486-linuxaout"
6290 LIBS="$LIBS -b i486-linuxaout" 6270 LIBS="$LIBS -b i486-linuxaout"
6291 cat >conftest.$ac_ext <<_ACEOF 6271 cat >conftest.$ac_ext <<_ACEOF
6292#line 6286 "configure" 6272#line 6272 "configure"
6293#include "confdefs.h" 6273#include "confdefs.h"
6294 6274
6295int 6275int
@@ -6301,16 +6281,16 @@ XOpenDisplay ("foo");
6301} 6281}
6302_ACEOF 6282_ACEOF
6303rm -f conftest.$ac_objext conftest$ac_exeext 6283rm -f conftest.$ac_objext conftest$ac_exeext
6304if { (eval echo "$as_me:6303: \"$ac_link\"") >&5 6284if { (eval echo "$as_me:6284: \"$ac_link\"") >&5
6305 (eval $ac_link) 2>&5 6285 (eval $ac_link) 2>&5
6306 ac_status=$? 6286 ac_status=$?
6307 echo "$as_me:6306: \$? = $ac_status" >&5 6287 echo "$as_me:6287: \$? = $ac_status" >&5
6308 (exit $ac_status); } && 6288 (exit $ac_status); } &&
6309 { ac_try='test -s conftest$ac_exeext' 6289 { ac_try='test -s conftest$ac_exeext'
6310 { (eval echo "$as_me:6309: \"$ac_try\"") >&5 6290 { (eval echo "$as_me:6290: \"$ac_try\"") >&5
6311 (eval $ac_try) 2>&5 6291 (eval $ac_try) 2>&5
6312 ac_status=$? 6292 ac_status=$?
6313 echo "$as_me:6312: \$? = $ac_status" >&5 6293 echo "$as_me:6293: \$? = $ac_status" >&5
6314 (exit $ac_status); }; }; then 6294 (exit $ac_status); }; }; then
6315 xlinux_second_failure=no 6295 xlinux_second_failure=no
6316else 6296else
@@ -6326,24 +6306,24 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6326 C_SWITCH_X_SITE="$OLD_C_SWITCH_X_SITE" 6306 C_SWITCH_X_SITE="$OLD_C_SWITCH_X_SITE"
6327 CPPFLAGS="$OLD_CPPFLAGS" 6307 CPPFLAGS="$OLD_CPPFLAGS"
6328 LIBS="$OLD_LIBS" 6308 LIBS="$OLD_LIBS"
6329 echo "$as_me:6328: result: no" >&5 6309 echo "$as_me:6309: result: no" >&5
6330echo "${ECHO_T}no" >&6 6310echo "${ECHO_T}no" >&6
6331 else 6311 else
6332 echo "$as_me:6331: result: yes" >&5 6312 echo "$as_me:6312: result: yes" >&5
6333echo "${ECHO_T}yes" >&6 6313echo "${ECHO_T}yes" >&6
6334 fi 6314 fi
6335 else 6315 else
6336 echo "$as_me:6335: result: no" >&5 6316 echo "$as_me:6316: result: no" >&5
6337echo "${ECHO_T}no" >&6 6317echo "${ECHO_T}no" >&6
6338 fi 6318 fi
6339 fi 6319 fi
6340 6320
6341 # Reportedly, some broken Solaris systems have XKBlib.h but are missing 6321 # Reportedly, some broken Solaris systems have XKBlib.h but are missing
6342 # header files included from there. 6322 # header files included from there.
6343 echo "$as_me:6342: checking for Xkb" >&5 6323 echo "$as_me:6323: checking for Xkb" >&5
6344echo $ECHO_N "checking for Xkb... $ECHO_C" >&6 6324echo $ECHO_N "checking for Xkb... $ECHO_C" >&6
6345 cat >conftest.$ac_ext <<_ACEOF 6325 cat >conftest.$ac_ext <<_ACEOF
6346#line 6340 "configure" 6326#line 6326 "configure"
6347#include "confdefs.h" 6327#include "confdefs.h"
6348#include <X11/Xlib.h> 6328#include <X11/Xlib.h>
6349#include <X11/XKBlib.h> 6329#include <X11/XKBlib.h>
@@ -6356,16 +6336,16 @@ XkbDescPtr kb = XkbGetKeyboard (0, XkbAllComponentsMask, XkbUseCoreKbd);
6356} 6336}
6357_ACEOF 6337_ACEOF
6358rm -f conftest.$ac_objext conftest$ac_exeext 6338rm -f conftest.$ac_objext conftest$ac_exeext
6359if { (eval echo "$as_me:6358: \"$ac_link\"") >&5 6339if { (eval echo "$as_me:6339: \"$ac_link\"") >&5
6360 (eval $ac_link) 2>&5 6340 (eval $ac_link) 2>&5
6361 ac_status=$? 6341 ac_status=$?
6362 echo "$as_me:6361: \$? = $ac_status" >&5 6342 echo "$as_me:6342: \$? = $ac_status" >&5
6363 (exit $ac_status); } && 6343 (exit $ac_status); } &&
6364 { ac_try='test -s conftest$ac_exeext' 6344 { ac_try='test -s conftest$ac_exeext'
6365 { (eval echo "$as_me:6364: \"$ac_try\"") >&5 6345 { (eval echo "$as_me:6345: \"$ac_try\"") >&5
6366 (eval $ac_try) 2>&5 6346 (eval $ac_try) 2>&5
6367 ac_status=$? 6347 ac_status=$?
6368 echo "$as_me:6367: \$? = $ac_status" >&5 6348 echo "$as_me:6348: \$? = $ac_status" >&5
6369 (exit $ac_status); }; }; then 6349 (exit $ac_status); }; }; then
6370 emacs_xkb=yes 6350 emacs_xkb=yes
6371else 6351else
@@ -6374,7 +6354,7 @@ cat conftest.$ac_ext >&5
6374emacs_xkb=no 6354emacs_xkb=no
6375fi 6355fi
6376rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6356rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6377 echo "$as_me:6376: result: $emacs_xkb" >&5 6357 echo "$as_me:6357: result: $emacs_xkb" >&5
6378echo "${ECHO_T}$emacs_xkb" >&6 6358echo "${ECHO_T}$emacs_xkb" >&6
6379 if test $emacs_xkb = yes; then 6359 if test $emacs_xkb = yes; then
6380 6360
@@ -6388,13 +6368,13 @@ for ac_func in XrmSetDatabase XScreenResourceString \
6388XScreenNumberOfScreen XSetWMProtocols 6368XScreenNumberOfScreen XSetWMProtocols
6389do 6369do
6390as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 6370as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6391echo "$as_me:6390: checking for $ac_func" >&5 6371echo "$as_me:6371: checking for $ac_func" >&5
6392echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 6372echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
6393if eval "test \"\${$as_ac_var+set}\" = set"; then 6373if eval "test \"\${$as_ac_var+set}\" = set"; then
6394 echo $ECHO_N "(cached) $ECHO_C" >&6 6374 echo $ECHO_N "(cached) $ECHO_C" >&6
6395else 6375else
6396 cat >conftest.$ac_ext <<_ACEOF 6376 cat >conftest.$ac_ext <<_ACEOF
6397#line 6391 "configure" 6377#line 6377 "configure"
6398#include "confdefs.h" 6378#include "confdefs.h"
6399/* System header to define __stub macros and hopefully few prototypes, 6379/* System header to define __stub macros and hopefully few prototypes,
6400 which can conflict with char $ac_func (); below. */ 6380 which can conflict with char $ac_func (); below. */
@@ -6425,16 +6405,16 @@ f = $ac_func;
6425} 6405}
6426_ACEOF 6406_ACEOF
6427rm -f conftest.$ac_objext conftest$ac_exeext 6407rm -f conftest.$ac_objext conftest$ac_exeext
6428if { (eval echo "$as_me:6427: \"$ac_link\"") >&5 6408if { (eval echo "$as_me:6408: \"$ac_link\"") >&5
6429 (eval $ac_link) 2>&5 6409 (eval $ac_link) 2>&5
6430 ac_status=$? 6410 ac_status=$?
6431 echo "$as_me:6430: \$? = $ac_status" >&5 6411 echo "$as_me:6411: \$? = $ac_status" >&5
6432 (exit $ac_status); } && 6412 (exit $ac_status); } &&
6433 { ac_try='test -s conftest$ac_exeext' 6413 { ac_try='test -s conftest$ac_exeext'
6434 { (eval echo "$as_me:6433: \"$ac_try\"") >&5 6414 { (eval echo "$as_me:6414: \"$ac_try\"") >&5
6435 (eval $ac_try) 2>&5 6415 (eval $ac_try) 2>&5
6436 ac_status=$? 6416 ac_status=$?
6437 echo "$as_me:6436: \$? = $ac_status" >&5 6417 echo "$as_me:6417: \$? = $ac_status" >&5
6438 (exit $ac_status); }; }; then 6418 (exit $ac_status); }; }; then
6439 eval "$as_ac_var=yes" 6419 eval "$as_ac_var=yes"
6440else 6420else
@@ -6444,7 +6424,7 @@ eval "$as_ac_var=no"
6444fi 6424fi
6445rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6425rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6446fi 6426fi
6447echo "$as_me:6446: result: `eval echo '${'$as_ac_var'}'`" >&5 6427echo "$as_me:6427: result: `eval echo '${'$as_ac_var'}'`" >&5
6448echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 6428echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
6449if test `eval echo '${'$as_ac_var'}'` = yes; then 6429if test `eval echo '${'$as_ac_var'}'` = yes; then
6450 cat >>confdefs.h <<EOF 6430 cat >>confdefs.h <<EOF
@@ -6457,13 +6437,13 @@ done
6457fi 6437fi
6458 6438
6459if test "${window_system}" = "x11"; then 6439if test "${window_system}" = "x11"; then
6460 echo "$as_me:6459: checking X11 version 6" >&5 6440 echo "$as_me:6440: checking X11 version 6" >&5
6461echo $ECHO_N "checking X11 version 6... $ECHO_C" >&6 6441echo $ECHO_N "checking X11 version 6... $ECHO_C" >&6
6462 if test "${emacs_cv_x11_version_6+set}" = set; then 6442 if test "${emacs_cv_x11_version_6+set}" = set; then
6463 echo $ECHO_N "(cached) $ECHO_C" >&6 6443 echo $ECHO_N "(cached) $ECHO_C" >&6
6464else 6444else
6465 cat >conftest.$ac_ext <<_ACEOF 6445 cat >conftest.$ac_ext <<_ACEOF
6466#line 6460 "configure" 6446#line 6446 "configure"
6467#include "confdefs.h" 6447#include "confdefs.h"
6468#include <X11/Xlib.h> 6448#include <X11/Xlib.h>
6469int 6449int
@@ -6478,16 +6458,16 @@ fail;
6478} 6458}
6479_ACEOF 6459_ACEOF
6480rm -f conftest.$ac_objext conftest$ac_exeext 6460rm -f conftest.$ac_objext conftest$ac_exeext
6481if { (eval echo "$as_me:6480: \"$ac_link\"") >&5 6461if { (eval echo "$as_me:6461: \"$ac_link\"") >&5
6482 (eval $ac_link) 2>&5 6462 (eval $ac_link) 2>&5
6483 ac_status=$? 6463 ac_status=$?
6484 echo "$as_me:6483: \$? = $ac_status" >&5 6464 echo "$as_me:6464: \$? = $ac_status" >&5
6485 (exit $ac_status); } && 6465 (exit $ac_status); } &&
6486 { ac_try='test -s conftest$ac_exeext' 6466 { ac_try='test -s conftest$ac_exeext'
6487 { (eval echo "$as_me:6486: \"$ac_try\"") >&5 6467 { (eval echo "$as_me:6467: \"$ac_try\"") >&5
6488 (eval $ac_try) 2>&5 6468 (eval $ac_try) 2>&5
6489 ac_status=$? 6469 ac_status=$?
6490 echo "$as_me:6489: \$? = $ac_status" >&5 6470 echo "$as_me:6470: \$? = $ac_status" >&5
6491 (exit $ac_status); }; }; then 6471 (exit $ac_status); }; }; then
6492 emacs_cv_x11_version_6=yes 6472 emacs_cv_x11_version_6=yes
6493else 6473else
@@ -6499,7 +6479,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6499fi 6479fi
6500 6480
6501 if test $emacs_cv_x11_version_6 = yes; then 6481 if test $emacs_cv_x11_version_6 = yes; then
6502 echo "$as_me:6501: result: 6 or newer" >&5 6482 echo "$as_me:6482: result: 6 or newer" >&5
6503echo "${ECHO_T}6 or newer" >&6 6483echo "${ECHO_T}6 or newer" >&6
6504 6484
6505cat >>confdefs.h <<\EOF 6485cat >>confdefs.h <<\EOF
@@ -6507,19 +6487,19 @@ cat >>confdefs.h <<\EOF
6507EOF 6487EOF
6508 6488
6509 else 6489 else
6510 echo "$as_me:6509: result: before 6" >&5 6490 echo "$as_me:6490: result: before 6" >&5
6511echo "${ECHO_T}before 6" >&6 6491echo "${ECHO_T}before 6" >&6
6512 fi 6492 fi
6513fi 6493fi
6514 6494
6515if test "${window_system}" = "x11"; then 6495if test "${window_system}" = "x11"; then
6516 echo "$as_me:6515: checking X11 version 5" >&5 6496 echo "$as_me:6496: checking X11 version 5" >&5
6517echo $ECHO_N "checking X11 version 5... $ECHO_C" >&6 6497echo $ECHO_N "checking X11 version 5... $ECHO_C" >&6
6518 if test "${emacs_cv_x11_version_5+set}" = set; then 6498 if test "${emacs_cv_x11_version_5+set}" = set; then
6519 echo $ECHO_N "(cached) $ECHO_C" >&6 6499 echo $ECHO_N "(cached) $ECHO_C" >&6
6520else 6500else
6521 cat >conftest.$ac_ext <<_ACEOF 6501 cat >conftest.$ac_ext <<_ACEOF
6522#line 6516 "configure" 6502#line 6502 "configure"
6523#include "confdefs.h" 6503#include "confdefs.h"
6524#include <X11/Xlib.h> 6504#include <X11/Xlib.h>
6525int 6505int
@@ -6534,16 +6514,16 @@ fail;
6534} 6514}
6535_ACEOF 6515_ACEOF
6536rm -f conftest.$ac_objext conftest$ac_exeext 6516rm -f conftest.$ac_objext conftest$ac_exeext
6537if { (eval echo "$as_me:6536: \"$ac_link\"") >&5 6517if { (eval echo "$as_me:6517: \"$ac_link\"") >&5
6538 (eval $ac_link) 2>&5 6518 (eval $ac_link) 2>&5
6539 ac_status=$? 6519 ac_status=$?
6540 echo "$as_me:6539: \$? = $ac_status" >&5 6520 echo "$as_me:6520: \$? = $ac_status" >&5
6541 (exit $ac_status); } && 6521 (exit $ac_status); } &&
6542 { ac_try='test -s conftest$ac_exeext' 6522 { ac_try='test -s conftest$ac_exeext'
6543 { (eval echo "$as_me:6542: \"$ac_try\"") >&5 6523 { (eval echo "$as_me:6523: \"$ac_try\"") >&5
6544 (eval $ac_try) 2>&5 6524 (eval $ac_try) 2>&5
6545 ac_status=$? 6525 ac_status=$?
6546 echo "$as_me:6545: \$? = $ac_status" >&5 6526 echo "$as_me:6526: \$? = $ac_status" >&5
6547 (exit $ac_status); }; }; then 6527 (exit $ac_status); }; }; then
6548 emacs_cv_x11_version_5=yes 6528 emacs_cv_x11_version_5=yes
6549else 6529else
@@ -6555,7 +6535,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6555fi 6535fi
6556 6536
6557 if test $emacs_cv_x11_version_5 = yes; then 6537 if test $emacs_cv_x11_version_5 = yes; then
6558 echo "$as_me:6557: result: 5 or newer" >&5 6538 echo "$as_me:6538: result: 5 or newer" >&5
6559echo "${ECHO_T}5 or newer" >&6 6539echo "${ECHO_T}5 or newer" >&6
6560 HAVE_X11R5=yes 6540 HAVE_X11R5=yes
6561 6541
@@ -6565,20 +6545,20 @@ EOF
6565 6545
6566 else 6546 else
6567 HAVE_X11R5=no 6547 HAVE_X11R5=no
6568 echo "$as_me:6567: result: before 5" >&5 6548 echo "$as_me:6548: result: before 5" >&5
6569echo "${ECHO_T}before 5" >&6 6549echo "${ECHO_T}before 5" >&6
6570 fi 6550 fi
6571fi 6551fi
6572 6552
6573if test x"${USE_X_TOOLKIT}" = xmaybe; then 6553if test x"${USE_X_TOOLKIT}" = xmaybe; then
6574 if test x"${HAVE_X11R5}" = xyes; then 6554 if test x"${HAVE_X11R5}" = xyes; then
6575 echo "$as_me:6574: checking X11 version 5 with Xaw" >&5 6555 echo "$as_me:6555: checking X11 version 5 with Xaw" >&5
6576echo $ECHO_N "checking X11 version 5 with Xaw... $ECHO_C" >&6 6556echo $ECHO_N "checking X11 version 5 with Xaw... $ECHO_C" >&6
6577 if test "${emacs_cv_x11_version_5_with_xaw+set}" = set; then 6557 if test "${emacs_cv_x11_version_5_with_xaw+set}" = set; then
6578 echo $ECHO_N "(cached) $ECHO_C" >&6 6558 echo $ECHO_N "(cached) $ECHO_C" >&6
6579else 6559else
6580 cat >conftest.$ac_ext <<_ACEOF 6560 cat >conftest.$ac_ext <<_ACEOF
6581#line 6575 "configure" 6561#line 6561 "configure"
6582#include "confdefs.h" 6562#include "confdefs.h"
6583 6563
6584#include <X11/Intrinsic.h> 6564#include <X11/Intrinsic.h>
@@ -6592,16 +6572,16 @@ main ()
6592} 6572}
6593_ACEOF 6573_ACEOF
6594rm -f conftest.$ac_objext conftest$ac_exeext 6574rm -f conftest.$ac_objext conftest$ac_exeext
6595if { (eval echo "$as_me:6594: \"$ac_link\"") >&5 6575if { (eval echo "$as_me:6575: \"$ac_link\"") >&5
6596 (eval $ac_link) 2>&5 6576 (eval $ac_link) 2>&5
6597 ac_status=$? 6577 ac_status=$?
6598 echo "$as_me:6597: \$? = $ac_status" >&5 6578 echo "$as_me:6578: \$? = $ac_status" >&5
6599 (exit $ac_status); } && 6579 (exit $ac_status); } &&
6600 { ac_try='test -s conftest$ac_exeext' 6580 { ac_try='test -s conftest$ac_exeext'
6601 { (eval echo "$as_me:6600: \"$ac_try\"") >&5 6581 { (eval echo "$as_me:6581: \"$ac_try\"") >&5
6602 (eval $ac_try) 2>&5 6582 (eval $ac_try) 2>&5
6603 ac_status=$? 6583 ac_status=$?
6604 echo "$as_me:6603: \$? = $ac_status" >&5 6584 echo "$as_me:6584: \$? = $ac_status" >&5
6605 (exit $ac_status); }; }; then 6585 (exit $ac_status); }; }; then
6606 emacs_cv_x11_version_5_with_xaw=yes 6586 emacs_cv_x11_version_5_with_xaw=yes
6607else 6587else
@@ -6613,11 +6593,11 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6613fi 6593fi
6614 6594
6615 if test $emacs_cv_x11_version_5_with_xaw = yes; then 6595 if test $emacs_cv_x11_version_5_with_xaw = yes; then
6616 echo "$as_me:6615: result: 5 or newer, with Xaw; use toolkit by default" >&5 6596 echo "$as_me:6596: result: 5 or newer, with Xaw; use toolkit by default" >&5
6617echo "${ECHO_T}5 or newer, with Xaw; use toolkit by default" >&6 6597echo "${ECHO_T}5 or newer, with Xaw; use toolkit by default" >&6
6618 USE_X_TOOLKIT=LUCID 6598 USE_X_TOOLKIT=LUCID
6619 else 6599 else
6620 echo "$as_me:6619: result: before 5 or no Xaw; do not use toolkit by default" >&5 6600 echo "$as_me:6600: result: before 5 or no Xaw; do not use toolkit by default" >&5
6621echo "${ECHO_T}before 5 or no Xaw; do not use toolkit by default" >&6 6601echo "${ECHO_T}before 5 or no Xaw; do not use toolkit by default" >&6
6622 USE_X_TOOLKIT=none 6602 USE_X_TOOLKIT=none
6623 fi 6603 fi
@@ -6629,13 +6609,13 @@ fi
6629X_TOOLKIT_TYPE=$USE_X_TOOLKIT 6609X_TOOLKIT_TYPE=$USE_X_TOOLKIT
6630 6610
6631if test "${USE_X_TOOLKIT}" != "none"; then 6611if test "${USE_X_TOOLKIT}" != "none"; then
6632 echo "$as_me:6631: checking X11 toolkit version" >&5 6612 echo "$as_me:6612: checking X11 toolkit version" >&5
6633echo $ECHO_N "checking X11 toolkit version... $ECHO_C" >&6 6613echo $ECHO_N "checking X11 toolkit version... $ECHO_C" >&6
6634 if test "${emacs_cv_x11_toolkit_version_6+set}" = set; then 6614 if test "${emacs_cv_x11_toolkit_version_6+set}" = set; then
6635 echo $ECHO_N "(cached) $ECHO_C" >&6 6615 echo $ECHO_N "(cached) $ECHO_C" >&6
6636else 6616else
6637 cat >conftest.$ac_ext <<_ACEOF 6617 cat >conftest.$ac_ext <<_ACEOF
6638#line 6632 "configure" 6618#line 6618 "configure"
6639#include "confdefs.h" 6619#include "confdefs.h"
6640#include <X11/Intrinsic.h> 6620#include <X11/Intrinsic.h>
6641int 6621int
@@ -6650,16 +6630,16 @@ fail;
6650} 6630}
6651_ACEOF 6631_ACEOF
6652rm -f conftest.$ac_objext conftest$ac_exeext 6632rm -f conftest.$ac_objext conftest$ac_exeext
6653if { (eval echo "$as_me:6652: \"$ac_link\"") >&5 6633if { (eval echo "$as_me:6633: \"$ac_link\"") >&5
6654 (eval $ac_link) 2>&5 6634 (eval $ac_link) 2>&5
6655 ac_status=$? 6635 ac_status=$?
6656 echo "$as_me:6655: \$? = $ac_status" >&5 6636 echo "$as_me:6636: \$? = $ac_status" >&5
6657 (exit $ac_status); } && 6637 (exit $ac_status); } &&
6658 { ac_try='test -s conftest$ac_exeext' 6638 { ac_try='test -s conftest$ac_exeext'
6659 { (eval echo "$as_me:6658: \"$ac_try\"") >&5 6639 { (eval echo "$as_me:6639: \"$ac_try\"") >&5
6660 (eval $ac_try) 2>&5 6640 (eval $ac_try) 2>&5
6661 ac_status=$? 6641 ac_status=$?
6662 echo "$as_me:6661: \$? = $ac_status" >&5 6642 echo "$as_me:6642: \$? = $ac_status" >&5
6663 (exit $ac_status); }; }; then 6643 (exit $ac_status); }; }; then
6664 emacs_cv_x11_toolkit_version_6=yes 6644 emacs_cv_x11_toolkit_version_6=yes
6665else 6645else
@@ -6672,7 +6652,7 @@ fi
6672 6652
6673 HAVE_X11XTR6=$emacs_cv_x11_toolkit_version_6 6653 HAVE_X11XTR6=$emacs_cv_x11_toolkit_version_6
6674 if test $emacs_cv_x11_toolkit_version_6 = yes; then 6654 if test $emacs_cv_x11_toolkit_version_6 = yes; then
6675 echo "$as_me:6674: result: 6 or newer" >&5 6655 echo "$as_me:6655: result: 6 or newer" >&5
6676echo "${ECHO_T}6 or newer" >&6 6656echo "${ECHO_T}6 or newer" >&6
6677 6657
6678cat >>confdefs.h <<\EOF 6658cat >>confdefs.h <<\EOF
@@ -6680,7 +6660,7 @@ cat >>confdefs.h <<\EOF
6680EOF 6660EOF
6681 6661
6682 else 6662 else
6683 echo "$as_me:6682: result: before 6" >&5 6663 echo "$as_me:6663: result: before 6" >&5
6684echo "${ECHO_T}before 6" >&6 6664echo "${ECHO_T}before 6" >&6
6685 fi 6665 fi
6686 6666
@@ -6691,7 +6671,7 @@ echo "${ECHO_T}before 6" >&6
6691 LIBS="-lXt $LIBS" 6671 LIBS="-lXt $LIBS"
6692 fi 6672 fi
6693 6673
6694echo "$as_me:6693: checking for XmuConvertStandardSelection in -lXmu" >&5 6674echo "$as_me:6674: checking for XmuConvertStandardSelection in -lXmu" >&5
6695echo $ECHO_N "checking for XmuConvertStandardSelection in -lXmu... $ECHO_C" >&6 6675echo $ECHO_N "checking for XmuConvertStandardSelection in -lXmu... $ECHO_C" >&6
6696if test "${ac_cv_lib_Xmu_XmuConvertStandardSelection+set}" = set; then 6676if test "${ac_cv_lib_Xmu_XmuConvertStandardSelection+set}" = set; then
6697 echo $ECHO_N "(cached) $ECHO_C" >&6 6677 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6699,7 +6679,7 @@ else
6699 ac_check_lib_save_LIBS=$LIBS 6679 ac_check_lib_save_LIBS=$LIBS
6700LIBS="-lXmu $LIBS" 6680LIBS="-lXmu $LIBS"
6701cat >conftest.$ac_ext <<_ACEOF 6681cat >conftest.$ac_ext <<_ACEOF
6702#line 6696 "configure" 6682#line 6682 "configure"
6703#include "confdefs.h" 6683#include "confdefs.h"
6704 6684
6705/* Override any gcc2 internal prototype to avoid an error. */ 6685/* Override any gcc2 internal prototype to avoid an error. */
@@ -6718,16 +6698,16 @@ XmuConvertStandardSelection ();
6718} 6698}
6719_ACEOF 6699_ACEOF
6720rm -f conftest.$ac_objext conftest$ac_exeext 6700rm -f conftest.$ac_objext conftest$ac_exeext
6721if { (eval echo "$as_me:6720: \"$ac_link\"") >&5 6701if { (eval echo "$as_me:6701: \"$ac_link\"") >&5
6722 (eval $ac_link) 2>&5 6702 (eval $ac_link) 2>&5
6723 ac_status=$? 6703 ac_status=$?
6724 echo "$as_me:6723: \$? = $ac_status" >&5 6704 echo "$as_me:6704: \$? = $ac_status" >&5
6725 (exit $ac_status); } && 6705 (exit $ac_status); } &&
6726 { ac_try='test -s conftest$ac_exeext' 6706 { ac_try='test -s conftest$ac_exeext'
6727 { (eval echo "$as_me:6726: \"$ac_try\"") >&5 6707 { (eval echo "$as_me:6707: \"$ac_try\"") >&5
6728 (eval $ac_try) 2>&5 6708 (eval $ac_try) 2>&5
6729 ac_status=$? 6709 ac_status=$?
6730 echo "$as_me:6729: \$? = $ac_status" >&5 6710 echo "$as_me:6710: \$? = $ac_status" >&5
6731 (exit $ac_status); }; }; then 6711 (exit $ac_status); }; }; then
6732 ac_cv_lib_Xmu_XmuConvertStandardSelection=yes 6712 ac_cv_lib_Xmu_XmuConvertStandardSelection=yes
6733else 6713else
@@ -6738,7 +6718,7 @@ fi
6738rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6718rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6739LIBS=$ac_check_lib_save_LIBS 6719LIBS=$ac_check_lib_save_LIBS
6740fi 6720fi
6741echo "$as_me:6740: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5 6721echo "$as_me:6721: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5
6742echo "${ECHO_T}$ac_cv_lib_Xmu_XmuConvertStandardSelection" >&6 6722echo "${ECHO_T}$ac_cv_lib_Xmu_XmuConvertStandardSelection" >&6
6743if test $ac_cv_lib_Xmu_XmuConvertStandardSelection = yes; then 6723if test $ac_cv_lib_Xmu_XmuConvertStandardSelection = yes; then
6744 cat >>confdefs.h <<EOF 6724 cat >>confdefs.h <<EOF
@@ -6756,7 +6736,7 @@ fi
6756if test "${HAVE_X11}" = "yes"; then 6736if test "${HAVE_X11}" = "yes"; then
6757 if test "${USE_X_TOOLKIT}" != "none"; then 6737 if test "${USE_X_TOOLKIT}" != "none"; then
6758 6738
6759echo "$as_me:6758: checking for XShapeQueryExtension in -lXext" >&5 6739echo "$as_me:6739: checking for XShapeQueryExtension in -lXext" >&5
6760echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6 6740echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6
6761if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then 6741if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
6762 echo $ECHO_N "(cached) $ECHO_C" >&6 6742 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6764,7 +6744,7 @@ else
6764 ac_check_lib_save_LIBS=$LIBS 6744 ac_check_lib_save_LIBS=$LIBS
6765LIBS="-lXext $LIBS" 6745LIBS="-lXext $LIBS"
6766cat >conftest.$ac_ext <<_ACEOF 6746cat >conftest.$ac_ext <<_ACEOF
6767#line 6761 "configure" 6747#line 6747 "configure"
6768#include "confdefs.h" 6748#include "confdefs.h"
6769 6749
6770/* Override any gcc2 internal prototype to avoid an error. */ 6750/* Override any gcc2 internal prototype to avoid an error. */
@@ -6783,16 +6763,16 @@ XShapeQueryExtension ();
6783} 6763}
6784_ACEOF 6764_ACEOF
6785rm -f conftest.$ac_objext conftest$ac_exeext 6765rm -f conftest.$ac_objext conftest$ac_exeext
6786if { (eval echo "$as_me:6785: \"$ac_link\"") >&5 6766if { (eval echo "$as_me:6766: \"$ac_link\"") >&5
6787 (eval $ac_link) 2>&5 6767 (eval $ac_link) 2>&5
6788 ac_status=$? 6768 ac_status=$?
6789 echo "$as_me:6788: \$? = $ac_status" >&5 6769 echo "$as_me:6769: \$? = $ac_status" >&5
6790 (exit $ac_status); } && 6770 (exit $ac_status); } &&
6791 { ac_try='test -s conftest$ac_exeext' 6771 { ac_try='test -s conftest$ac_exeext'
6792 { (eval echo "$as_me:6791: \"$ac_try\"") >&5 6772 { (eval echo "$as_me:6772: \"$ac_try\"") >&5
6793 (eval $ac_try) 2>&5 6773 (eval $ac_try) 2>&5
6794 ac_status=$? 6774 ac_status=$?
6795 echo "$as_me:6794: \$? = $ac_status" >&5 6775 echo "$as_me:6775: \$? = $ac_status" >&5
6796 (exit $ac_status); }; }; then 6776 (exit $ac_status); }; }; then
6797 ac_cv_lib_Xext_XShapeQueryExtension=yes 6777 ac_cv_lib_Xext_XShapeQueryExtension=yes
6798else 6778else
@@ -6803,7 +6783,7 @@ fi
6803rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6783rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6804LIBS=$ac_check_lib_save_LIBS 6784LIBS=$ac_check_lib_save_LIBS
6805fi 6785fi
6806echo "$as_me:6805: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5 6786echo "$as_me:6786: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
6807echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6 6787echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6
6808if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then 6788if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
6809 cat >>confdefs.h <<EOF 6789 cat >>confdefs.h <<EOF
@@ -6818,13 +6798,13 @@ fi
6818fi 6798fi
6819 6799
6820if test "${USE_X_TOOLKIT}" = "MOTIF"; then 6800if test "${USE_X_TOOLKIT}" = "MOTIF"; then
6821 echo "$as_me:6820: checking for Motif version 2.1" >&5 6801 echo "$as_me:6801: checking for Motif version 2.1" >&5
6822echo $ECHO_N "checking for Motif version 2.1... $ECHO_C" >&6 6802echo $ECHO_N "checking for Motif version 2.1... $ECHO_C" >&6
6823if test "${emacs_cv_motif_version_2_1+set}" = set; then 6803if test "${emacs_cv_motif_version_2_1+set}" = set; then
6824 echo $ECHO_N "(cached) $ECHO_C" >&6 6804 echo $ECHO_N "(cached) $ECHO_C" >&6
6825else 6805else
6826 cat >conftest.$ac_ext <<_ACEOF 6806 cat >conftest.$ac_ext <<_ACEOF
6827#line 6821 "configure" 6807#line 6807 "configure"
6828#include "confdefs.h" 6808#include "confdefs.h"
6829#include <Xm/Xm.h> 6809#include <Xm/Xm.h>
6830int 6810int
@@ -6840,16 +6820,16 @@ Motif version prior to 2.1.
6840} 6820}
6841_ACEOF 6821_ACEOF
6842rm -f conftest.$ac_objext 6822rm -f conftest.$ac_objext
6843if { (eval echo "$as_me:6842: \"$ac_compile\"") >&5 6823if { (eval echo "$as_me:6823: \"$ac_compile\"") >&5
6844 (eval $ac_compile) 2>&5 6824 (eval $ac_compile) 2>&5
6845 ac_status=$? 6825 ac_status=$?
6846 echo "$as_me:6845: \$? = $ac_status" >&5 6826 echo "$as_me:6826: \$? = $ac_status" >&5
6847 (exit $ac_status); } && 6827 (exit $ac_status); } &&
6848 { ac_try='test -s conftest.$ac_objext' 6828 { ac_try='test -s conftest.$ac_objext'
6849 { (eval echo "$as_me:6848: \"$ac_try\"") >&5 6829 { (eval echo "$as_me:6829: \"$ac_try\"") >&5
6850 (eval $ac_try) 2>&5 6830 (eval $ac_try) 2>&5
6851 ac_status=$? 6831 ac_status=$?
6852 echo "$as_me:6851: \$? = $ac_status" >&5 6832 echo "$as_me:6832: \$? = $ac_status" >&5
6853 (exit $ac_status); }; }; then 6833 (exit $ac_status); }; }; then
6854 emacs_cv_motif_version_2_1=yes 6834 emacs_cv_motif_version_2_1=yes
6855else 6835else
@@ -6859,7 +6839,7 @@ emacs_cv_motif_version_2_1=no
6859fi 6839fi
6860rm -f conftest.$ac_objext conftest.$ac_ext 6840rm -f conftest.$ac_objext conftest.$ac_ext
6861fi 6841fi
6862echo "$as_me:6861: result: $emacs_cv_motif_version_2_1" >&5 6842echo "$as_me:6842: result: $emacs_cv_motif_version_2_1" >&5
6863echo "${ECHO_T}$emacs_cv_motif_version_2_1" >&6 6843echo "${ECHO_T}$emacs_cv_motif_version_2_1" >&6
6864 HAVE_MOTIF_2_1=$emacs_cv_motif_version_2_1 6844 HAVE_MOTIF_2_1=$emacs_cv_motif_version_2_1
6865 if test $emacs_cv_motif_version_2_1 = yes; then 6845 if test $emacs_cv_motif_version_2_1 = yes; then
@@ -6869,7 +6849,7 @@ cat >>confdefs.h <<\EOF
6869#define HAVE_MOTIF_2_1 1 6849#define HAVE_MOTIF_2_1 1
6870EOF 6850EOF
6871 6851
6872 echo "$as_me:6871: checking for XpCreateContext in -lXp" >&5 6852 echo "$as_me:6852: checking for XpCreateContext in -lXp" >&5
6873echo $ECHO_N "checking for XpCreateContext in -lXp... $ECHO_C" >&6 6853echo $ECHO_N "checking for XpCreateContext in -lXp... $ECHO_C" >&6
6874if test "${ac_cv_lib_Xp_XpCreateContext+set}" = set; then 6854if test "${ac_cv_lib_Xp_XpCreateContext+set}" = set; then
6875 echo $ECHO_N "(cached) $ECHO_C" >&6 6855 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6877,7 +6857,7 @@ else
6877 ac_check_lib_save_LIBS=$LIBS 6857 ac_check_lib_save_LIBS=$LIBS
6878LIBS="-lXp $LIBS" 6858LIBS="-lXp $LIBS"
6879cat >conftest.$ac_ext <<_ACEOF 6859cat >conftest.$ac_ext <<_ACEOF
6880#line 6874 "configure" 6860#line 6860 "configure"
6881#include "confdefs.h" 6861#include "confdefs.h"
6882 6862
6883/* Override any gcc2 internal prototype to avoid an error. */ 6863/* Override any gcc2 internal prototype to avoid an error. */
@@ -6896,16 +6876,16 @@ XpCreateContext ();
6896} 6876}
6897_ACEOF 6877_ACEOF
6898rm -f conftest.$ac_objext conftest$ac_exeext 6878rm -f conftest.$ac_objext conftest$ac_exeext
6899if { (eval echo "$as_me:6898: \"$ac_link\"") >&5 6879if { (eval echo "$as_me:6879: \"$ac_link\"") >&5
6900 (eval $ac_link) 2>&5 6880 (eval $ac_link) 2>&5
6901 ac_status=$? 6881 ac_status=$?
6902 echo "$as_me:6901: \$? = $ac_status" >&5 6882 echo "$as_me:6882: \$? = $ac_status" >&5
6903 (exit $ac_status); } && 6883 (exit $ac_status); } &&
6904 { ac_try='test -s conftest$ac_exeext' 6884 { ac_try='test -s conftest$ac_exeext'
6905 { (eval echo "$as_me:6904: \"$ac_try\"") >&5 6885 { (eval echo "$as_me:6885: \"$ac_try\"") >&5
6906 (eval $ac_try) 2>&5 6886 (eval $ac_try) 2>&5
6907 ac_status=$? 6887 ac_status=$?
6908 echo "$as_me:6907: \$? = $ac_status" >&5 6888 echo "$as_me:6888: \$? = $ac_status" >&5
6909 (exit $ac_status); }; }; then 6889 (exit $ac_status); }; }; then
6910 ac_cv_lib_Xp_XpCreateContext=yes 6890 ac_cv_lib_Xp_XpCreateContext=yes
6911else 6891else
@@ -6916,7 +6896,7 @@ fi
6916rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6896rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6917LIBS=$ac_check_lib_save_LIBS 6897LIBS=$ac_check_lib_save_LIBS
6918fi 6898fi
6919echo "$as_me:6918: result: $ac_cv_lib_Xp_XpCreateContext" >&5 6899echo "$as_me:6899: result: $ac_cv_lib_Xp_XpCreateContext" >&5
6920echo "${ECHO_T}$ac_cv_lib_Xp_XpCreateContext" >&6 6900echo "${ECHO_T}$ac_cv_lib_Xp_XpCreateContext" >&6
6921if test $ac_cv_lib_Xp_XpCreateContext = yes; then 6901if test $ac_cv_lib_Xp_XpCreateContext = yes; then
6922 HAVE_LIBXP=yes 6902 HAVE_LIBXP=yes
@@ -6936,23 +6916,23 @@ fi
6936HAVE_XAW3D=no 6916HAVE_XAW3D=no
6937if test "${HAVE_X11}" = "yes"; then 6917if test "${HAVE_X11}" = "yes"; then
6938 if test "${USE_X_TOOLKIT}" != "none"; then 6918 if test "${USE_X_TOOLKIT}" != "none"; then
6939 echo "$as_me:6938: checking for X11/Xaw3d/Scrollbar.h" >&5 6919 echo "$as_me:6919: checking for X11/Xaw3d/Scrollbar.h" >&5
6940echo $ECHO_N "checking for X11/Xaw3d/Scrollbar.h... $ECHO_C" >&6 6920echo $ECHO_N "checking for X11/Xaw3d/Scrollbar.h... $ECHO_C" >&6
6941if test "${ac_cv_header_X11_Xaw3d_Scrollbar_h+set}" = set; then 6921if test "${ac_cv_header_X11_Xaw3d_Scrollbar_h+set}" = set; then
6942 echo $ECHO_N "(cached) $ECHO_C" >&6 6922 echo $ECHO_N "(cached) $ECHO_C" >&6
6943else 6923else
6944 cat >conftest.$ac_ext <<_ACEOF 6924 cat >conftest.$ac_ext <<_ACEOF
6945#line 6939 "configure" 6925#line 6925 "configure"
6946#include "confdefs.h" 6926#include "confdefs.h"
6947#include <X11/Xaw3d/Scrollbar.h> 6927#include <X11/Xaw3d/Scrollbar.h>
6948_ACEOF 6928_ACEOF
6949if { (eval echo "$as_me:6948: \"$ac_cpp conftest.$ac_ext\"") >&5 6929if { (eval echo "$as_me:6929: \"$ac_cpp conftest.$ac_ext\"") >&5
6950 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 6930 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6951 ac_status=$? 6931 ac_status=$?
6952 egrep -v '^ *\+' conftest.er1 >conftest.err 6932 egrep -v '^ *\+' conftest.er1 >conftest.err
6953 rm -f conftest.er1 6933 rm -f conftest.er1
6954 cat conftest.err >&5 6934 cat conftest.err >&5
6955 echo "$as_me:6954: \$? = $ac_status" >&5 6935 echo "$as_me:6935: \$? = $ac_status" >&5
6956 (exit $ac_status); } >/dev/null; then 6936 (exit $ac_status); } >/dev/null; then
6957 if test -s conftest.err; then 6937 if test -s conftest.err; then
6958 ac_cpp_err=$ac_c_preproc_warn_flag 6938 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -6971,10 +6951,10 @@ else
6971fi 6951fi
6972rm -f conftest.err conftest.$ac_ext 6952rm -f conftest.err conftest.$ac_ext
6973fi 6953fi
6974echo "$as_me:6973: result: $ac_cv_header_X11_Xaw3d_Scrollbar_h" >&5 6954echo "$as_me:6954: result: $ac_cv_header_X11_Xaw3d_Scrollbar_h" >&5
6975echo "${ECHO_T}$ac_cv_header_X11_Xaw3d_Scrollbar_h" >&6 6955echo "${ECHO_T}$ac_cv_header_X11_Xaw3d_Scrollbar_h" >&6
6976if test $ac_cv_header_X11_Xaw3d_Scrollbar_h = yes; then 6956if test $ac_cv_header_X11_Xaw3d_Scrollbar_h = yes; then
6977 echo "$as_me:6976: checking for XawScrollbarSetThumb in -lXaw3d" >&5 6957 echo "$as_me:6957: checking for XawScrollbarSetThumb in -lXaw3d" >&5
6978echo $ECHO_N "checking for XawScrollbarSetThumb in -lXaw3d... $ECHO_C" >&6 6958echo $ECHO_N "checking for XawScrollbarSetThumb in -lXaw3d... $ECHO_C" >&6
6979if test "${ac_cv_lib_Xaw3d_XawScrollbarSetThumb+set}" = set; then 6959if test "${ac_cv_lib_Xaw3d_XawScrollbarSetThumb+set}" = set; then
6980 echo $ECHO_N "(cached) $ECHO_C" >&6 6960 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6982,7 +6962,7 @@ else
6982 ac_check_lib_save_LIBS=$LIBS 6962 ac_check_lib_save_LIBS=$LIBS
6983LIBS="-lXaw3d $LIBS" 6963LIBS="-lXaw3d $LIBS"
6984cat >conftest.$ac_ext <<_ACEOF 6964cat >conftest.$ac_ext <<_ACEOF
6985#line 6979 "configure" 6965#line 6965 "configure"
6986#include "confdefs.h" 6966#include "confdefs.h"
6987 6967
6988/* Override any gcc2 internal prototype to avoid an error. */ 6968/* Override any gcc2 internal prototype to avoid an error. */
@@ -7001,16 +6981,16 @@ XawScrollbarSetThumb ();
7001} 6981}
7002_ACEOF 6982_ACEOF
7003rm -f conftest.$ac_objext conftest$ac_exeext 6983rm -f conftest.$ac_objext conftest$ac_exeext
7004if { (eval echo "$as_me:7003: \"$ac_link\"") >&5 6984if { (eval echo "$as_me:6984: \"$ac_link\"") >&5
7005 (eval $ac_link) 2>&5 6985 (eval $ac_link) 2>&5
7006 ac_status=$? 6986 ac_status=$?
7007 echo "$as_me:7006: \$? = $ac_status" >&5 6987 echo "$as_me:6987: \$? = $ac_status" >&5
7008 (exit $ac_status); } && 6988 (exit $ac_status); } &&
7009 { ac_try='test -s conftest$ac_exeext' 6989 { ac_try='test -s conftest$ac_exeext'
7010 { (eval echo "$as_me:7009: \"$ac_try\"") >&5 6990 { (eval echo "$as_me:6990: \"$ac_try\"") >&5
7011 (eval $ac_try) 2>&5 6991 (eval $ac_try) 2>&5
7012 ac_status=$? 6992 ac_status=$?
7013 echo "$as_me:7012: \$? = $ac_status" >&5 6993 echo "$as_me:6993: \$? = $ac_status" >&5
7014 (exit $ac_status); }; }; then 6994 (exit $ac_status); }; }; then
7015 ac_cv_lib_Xaw3d_XawScrollbarSetThumb=yes 6995 ac_cv_lib_Xaw3d_XawScrollbarSetThumb=yes
7016else 6996else
@@ -7021,7 +7001,7 @@ fi
7021rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7001rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7022LIBS=$ac_check_lib_save_LIBS 7002LIBS=$ac_check_lib_save_LIBS
7023fi 7003fi
7024echo "$as_me:7023: result: $ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&5 7004echo "$as_me:7004: result: $ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&5
7025echo "${ECHO_T}$ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&6 7005echo "${ECHO_T}$ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&6
7026if test $ac_cv_lib_Xaw3d_XawScrollbarSetThumb = yes; then 7006if test $ac_cv_lib_Xaw3d_XawScrollbarSetThumb = yes; then
7027 HAVE_XAW3D=yes 7007 HAVE_XAW3D=yes
@@ -7071,23 +7051,23 @@ fi
7071HAVE_XPM=no 7051HAVE_XPM=no
7072if test "${HAVE_X11}" = "yes"; then 7052if test "${HAVE_X11}" = "yes"; then
7073 if test "${with_xpm}" != "no"; then 7053 if test "${with_xpm}" != "no"; then
7074 echo "$as_me:7073: checking for X11/xpm.h" >&5 7054 echo "$as_me:7054: checking for X11/xpm.h" >&5
7075echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6 7055echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6
7076if test "${ac_cv_header_X11_xpm_h+set}" = set; then 7056if test "${ac_cv_header_X11_xpm_h+set}" = set; then
7077 echo $ECHO_N "(cached) $ECHO_C" >&6 7057 echo $ECHO_N "(cached) $ECHO_C" >&6
7078else 7058else
7079 cat >conftest.$ac_ext <<_ACEOF 7059 cat >conftest.$ac_ext <<_ACEOF
7080#line 7074 "configure" 7060#line 7060 "configure"
7081#include "confdefs.h" 7061#include "confdefs.h"
7082#include <X11/xpm.h> 7062#include <X11/xpm.h>
7083_ACEOF 7063_ACEOF
7084if { (eval echo "$as_me:7083: \"$ac_cpp conftest.$ac_ext\"") >&5 7064if { (eval echo "$as_me:7064: \"$ac_cpp conftest.$ac_ext\"") >&5
7085 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7065 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7086 ac_status=$? 7066 ac_status=$?
7087 egrep -v '^ *\+' conftest.er1 >conftest.err 7067 egrep -v '^ *\+' conftest.er1 >conftest.err
7088 rm -f conftest.er1 7068 rm -f conftest.er1
7089 cat conftest.err >&5 7069 cat conftest.err >&5
7090 echo "$as_me:7089: \$? = $ac_status" >&5 7070 echo "$as_me:7070: \$? = $ac_status" >&5
7091 (exit $ac_status); } >/dev/null; then 7071 (exit $ac_status); } >/dev/null; then
7092 if test -s conftest.err; then 7072 if test -s conftest.err; then
7093 ac_cpp_err=$ac_c_preproc_warn_flag 7073 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -7106,10 +7086,10 @@ else
7106fi 7086fi
7107rm -f conftest.err conftest.$ac_ext 7087rm -f conftest.err conftest.$ac_ext
7108fi 7088fi
7109echo "$as_me:7108: result: $ac_cv_header_X11_xpm_h" >&5 7089echo "$as_me:7089: result: $ac_cv_header_X11_xpm_h" >&5
7110echo "${ECHO_T}$ac_cv_header_X11_xpm_h" >&6 7090echo "${ECHO_T}$ac_cv_header_X11_xpm_h" >&6
7111if test $ac_cv_header_X11_xpm_h = yes; then 7091if test $ac_cv_header_X11_xpm_h = yes; then
7112 echo "$as_me:7111: checking for XpmReadFileToPixmap in -lXpm" >&5 7092 echo "$as_me:7092: checking for XpmReadFileToPixmap in -lXpm" >&5
7113echo $ECHO_N "checking for XpmReadFileToPixmap in -lXpm... $ECHO_C" >&6 7093echo $ECHO_N "checking for XpmReadFileToPixmap in -lXpm... $ECHO_C" >&6
7114if test "${ac_cv_lib_Xpm_XpmReadFileToPixmap+set}" = set; then 7094if test "${ac_cv_lib_Xpm_XpmReadFileToPixmap+set}" = set; then
7115 echo $ECHO_N "(cached) $ECHO_C" >&6 7095 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7117,7 +7097,7 @@ else
7117 ac_check_lib_save_LIBS=$LIBS 7097 ac_check_lib_save_LIBS=$LIBS
7118LIBS="-lXpm -lX11 $LIBS" 7098LIBS="-lXpm -lX11 $LIBS"
7119cat >conftest.$ac_ext <<_ACEOF 7099cat >conftest.$ac_ext <<_ACEOF
7120#line 7114 "configure" 7100#line 7100 "configure"
7121#include "confdefs.h" 7101#include "confdefs.h"
7122 7102
7123/* Override any gcc2 internal prototype to avoid an error. */ 7103/* Override any gcc2 internal prototype to avoid an error. */
@@ -7136,16 +7116,16 @@ XpmReadFileToPixmap ();
7136} 7116}
7137_ACEOF 7117_ACEOF
7138rm -f conftest.$ac_objext conftest$ac_exeext 7118rm -f conftest.$ac_objext conftest$ac_exeext
7139if { (eval echo "$as_me:7138: \"$ac_link\"") >&5 7119if { (eval echo "$as_me:7119: \"$ac_link\"") >&5
7140 (eval $ac_link) 2>&5 7120 (eval $ac_link) 2>&5
7141 ac_status=$? 7121 ac_status=$?
7142 echo "$as_me:7141: \$? = $ac_status" >&5 7122 echo "$as_me:7122: \$? = $ac_status" >&5
7143 (exit $ac_status); } && 7123 (exit $ac_status); } &&
7144 { ac_try='test -s conftest$ac_exeext' 7124 { ac_try='test -s conftest$ac_exeext'
7145 { (eval echo "$as_me:7144: \"$ac_try\"") >&5 7125 { (eval echo "$as_me:7125: \"$ac_try\"") >&5
7146 (eval $ac_try) 2>&5 7126 (eval $ac_try) 2>&5
7147 ac_status=$? 7127 ac_status=$?
7148 echo "$as_me:7147: \$? = $ac_status" >&5 7128 echo "$as_me:7128: \$? = $ac_status" >&5
7149 (exit $ac_status); }; }; then 7129 (exit $ac_status); }; }; then
7150 ac_cv_lib_Xpm_XpmReadFileToPixmap=yes 7130 ac_cv_lib_Xpm_XpmReadFileToPixmap=yes
7151else 7131else
@@ -7156,7 +7136,7 @@ fi
7156rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7136rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7157LIBS=$ac_check_lib_save_LIBS 7137LIBS=$ac_check_lib_save_LIBS
7158fi 7138fi
7159echo "$as_me:7158: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5 7139echo "$as_me:7139: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5
7160echo "${ECHO_T}$ac_cv_lib_Xpm_XpmReadFileToPixmap" >&6 7140echo "${ECHO_T}$ac_cv_lib_Xpm_XpmReadFileToPixmap" >&6
7161if test $ac_cv_lib_Xpm_XpmReadFileToPixmap = yes; then 7141if test $ac_cv_lib_Xpm_XpmReadFileToPixmap = yes; then
7162 HAVE_XPM=yes 7142 HAVE_XPM=yes
@@ -7165,10 +7145,10 @@ fi
7165fi 7145fi
7166 7146
7167 if test "${HAVE_XPM}" = "yes"; then 7147 if test "${HAVE_XPM}" = "yes"; then
7168 echo "$as_me:7167: checking for XpmReturnAllocPixels preprocessor define" >&5 7148 echo "$as_me:7148: checking for XpmReturnAllocPixels preprocessor define" >&5
7169echo $ECHO_N "checking for XpmReturnAllocPixels preprocessor define... $ECHO_C" >&6 7149echo $ECHO_N "checking for XpmReturnAllocPixels preprocessor define... $ECHO_C" >&6
7170 cat >conftest.$ac_ext <<_ACEOF 7150 cat >conftest.$ac_ext <<_ACEOF
7171#line 7165 "configure" 7151#line 7151 "configure"
7172#include "confdefs.h" 7152#include "confdefs.h"
7173#include "X11/xpm.h" 7153#include "X11/xpm.h"
7174#ifndef XpmReturnAllocPixels 7154#ifndef XpmReturnAllocPixels
@@ -7185,10 +7165,10 @@ fi
7185rm -f conftest* 7165rm -f conftest*
7186 7166
7187 if test "${HAVE_XPM}" = "yes"; then 7167 if test "${HAVE_XPM}" = "yes"; then
7188 echo "$as_me:7187: result: yes" >&5 7168 echo "$as_me:7168: result: yes" >&5
7189echo "${ECHO_T}yes" >&6 7169echo "${ECHO_T}yes" >&6
7190 else 7170 else
7191 echo "$as_me:7190: result: no" >&5 7171 echo "$as_me:7171: result: no" >&5
7192echo "${ECHO_T}no" >&6 7172echo "${ECHO_T}no" >&6
7193 fi 7173 fi
7194 fi 7174 fi
@@ -7207,23 +7187,23 @@ fi
7207HAVE_JPEG=no 7187HAVE_JPEG=no
7208if test "${HAVE_X11}" = "yes"; then 7188if test "${HAVE_X11}" = "yes"; then
7209 if test "${with_jpeg}" != "no"; then 7189 if test "${with_jpeg}" != "no"; then
7210 echo "$as_me:7209: checking for jerror.h" >&5 7190 echo "$as_me:7190: checking for jerror.h" >&5
7211echo $ECHO_N "checking for jerror.h... $ECHO_C" >&6 7191echo $ECHO_N "checking for jerror.h... $ECHO_C" >&6
7212if test "${ac_cv_header_jerror_h+set}" = set; then 7192if test "${ac_cv_header_jerror_h+set}" = set; then
7213 echo $ECHO_N "(cached) $ECHO_C" >&6 7193 echo $ECHO_N "(cached) $ECHO_C" >&6
7214else 7194else
7215 cat >conftest.$ac_ext <<_ACEOF 7195 cat >conftest.$ac_ext <<_ACEOF
7216#line 7210 "configure" 7196#line 7196 "configure"
7217#include "confdefs.h" 7197#include "confdefs.h"
7218#include <jerror.h> 7198#include <jerror.h>
7219_ACEOF 7199_ACEOF
7220if { (eval echo "$as_me:7219: \"$ac_cpp conftest.$ac_ext\"") >&5 7200if { (eval echo "$as_me:7200: \"$ac_cpp conftest.$ac_ext\"") >&5
7221 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7201 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7222 ac_status=$? 7202 ac_status=$?
7223 egrep -v '^ *\+' conftest.er1 >conftest.err 7203 egrep -v '^ *\+' conftest.er1 >conftest.err
7224 rm -f conftest.er1 7204 rm -f conftest.er1
7225 cat conftest.err >&5 7205 cat conftest.err >&5
7226 echo "$as_me:7225: \$? = $ac_status" >&5 7206 echo "$as_me:7206: \$? = $ac_status" >&5
7227 (exit $ac_status); } >/dev/null; then 7207 (exit $ac_status); } >/dev/null; then
7228 if test -s conftest.err; then 7208 if test -s conftest.err; then
7229 ac_cpp_err=$ac_c_preproc_warn_flag 7209 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -7242,10 +7222,10 @@ else
7242fi 7222fi
7243rm -f conftest.err conftest.$ac_ext 7223rm -f conftest.err conftest.$ac_ext
7244fi 7224fi
7245echo "$as_me:7244: result: $ac_cv_header_jerror_h" >&5 7225echo "$as_me:7225: result: $ac_cv_header_jerror_h" >&5
7246echo "${ECHO_T}$ac_cv_header_jerror_h" >&6 7226echo "${ECHO_T}$ac_cv_header_jerror_h" >&6
7247if test $ac_cv_header_jerror_h = yes; then 7227if test $ac_cv_header_jerror_h = yes; then
7248 echo "$as_me:7247: checking for jpeg_destroy_compress in -ljpeg" >&5 7228 echo "$as_me:7228: checking for jpeg_destroy_compress in -ljpeg" >&5
7249echo $ECHO_N "checking for jpeg_destroy_compress in -ljpeg... $ECHO_C" >&6 7229echo $ECHO_N "checking for jpeg_destroy_compress in -ljpeg... $ECHO_C" >&6
7250if test "${ac_cv_lib_jpeg_jpeg_destroy_compress+set}" = set; then 7230if test "${ac_cv_lib_jpeg_jpeg_destroy_compress+set}" = set; then
7251 echo $ECHO_N "(cached) $ECHO_C" >&6 7231 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7253,7 +7233,7 @@ else
7253 ac_check_lib_save_LIBS=$LIBS 7233 ac_check_lib_save_LIBS=$LIBS
7254LIBS="-ljpeg $LIBS" 7234LIBS="-ljpeg $LIBS"
7255cat >conftest.$ac_ext <<_ACEOF 7235cat >conftest.$ac_ext <<_ACEOF
7256#line 7250 "configure" 7236#line 7236 "configure"
7257#include "confdefs.h" 7237#include "confdefs.h"
7258 7238
7259/* Override any gcc2 internal prototype to avoid an error. */ 7239/* Override any gcc2 internal prototype to avoid an error. */
@@ -7272,16 +7252,16 @@ jpeg_destroy_compress ();
7272} 7252}
7273_ACEOF 7253_ACEOF
7274rm -f conftest.$ac_objext conftest$ac_exeext 7254rm -f conftest.$ac_objext conftest$ac_exeext
7275if { (eval echo "$as_me:7274: \"$ac_link\"") >&5 7255if { (eval echo "$as_me:7255: \"$ac_link\"") >&5
7276 (eval $ac_link) 2>&5 7256 (eval $ac_link) 2>&5
7277 ac_status=$? 7257 ac_status=$?
7278 echo "$as_me:7277: \$? = $ac_status" >&5 7258 echo "$as_me:7258: \$? = $ac_status" >&5
7279 (exit $ac_status); } && 7259 (exit $ac_status); } &&
7280 { ac_try='test -s conftest$ac_exeext' 7260 { ac_try='test -s conftest$ac_exeext'
7281 { (eval echo "$as_me:7280: \"$ac_try\"") >&5 7261 { (eval echo "$as_me:7261: \"$ac_try\"") >&5
7282 (eval $ac_try) 2>&5 7262 (eval $ac_try) 2>&5
7283 ac_status=$? 7263 ac_status=$?
7284 echo "$as_me:7283: \$? = $ac_status" >&5 7264 echo "$as_me:7264: \$? = $ac_status" >&5
7285 (exit $ac_status); }; }; then 7265 (exit $ac_status); }; }; then
7286 ac_cv_lib_jpeg_jpeg_destroy_compress=yes 7266 ac_cv_lib_jpeg_jpeg_destroy_compress=yes
7287else 7267else
@@ -7292,7 +7272,7 @@ fi
7292rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7272rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7293LIBS=$ac_check_lib_save_LIBS 7273LIBS=$ac_check_lib_save_LIBS
7294fi 7274fi
7295echo "$as_me:7294: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5 7275echo "$as_me:7275: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5
7296echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_destroy_compress" >&6 7276echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_destroy_compress" >&6
7297if test $ac_cv_lib_jpeg_jpeg_destroy_compress = yes; then 7277if test $ac_cv_lib_jpeg_jpeg_destroy_compress = yes; then
7298 HAVE_JPEG=yes 7278 HAVE_JPEG=yes
@@ -7308,7 +7288,7 @@ fi
7308EOF 7288EOF
7309 7289
7310 cat >conftest.$ac_ext <<_ACEOF 7290 cat >conftest.$ac_ext <<_ACEOF
7311#line 7305 "configure" 7291#line 7291 "configure"
7312#include "confdefs.h" 7292#include "confdefs.h"
7313 #include <jpeglib.h> 7293 #include <jpeglib.h>
7314 version=JPEG_LIB_VERSION 7294 version=JPEG_LIB_VERSION
@@ -7321,7 +7301,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7321EOF 7301EOF
7322 7302
7323else 7303else
7324 { echo "$as_me:7323: WARNING: libjpeg found, but not version 6b or later" >&5 7304 { echo "$as_me:7304: WARNING: libjpeg found, but not version 6b or later" >&5
7325echo "$as_me: WARNING: libjpeg found, but not version 6b or later" >&2;} 7305echo "$as_me: WARNING: libjpeg found, but not version 6b or later" >&2;}
7326 HAVE_JPEG=no 7306 HAVE_JPEG=no
7327fi 7307fi
@@ -7334,23 +7314,23 @@ fi
7334HAVE_PNG=no 7314HAVE_PNG=no
7335if test "${HAVE_X11}" = "yes"; then 7315if test "${HAVE_X11}" = "yes"; then
7336 if test "${with_png}" != "no"; then 7316 if test "${with_png}" != "no"; then
7337 echo "$as_me:7336: checking for png.h" >&5 7317 echo "$as_me:7317: checking for png.h" >&5
7338echo $ECHO_N "checking for png.h... $ECHO_C" >&6 7318echo $ECHO_N "checking for png.h... $ECHO_C" >&6
7339if test "${ac_cv_header_png_h+set}" = set; then 7319if test "${ac_cv_header_png_h+set}" = set; then
7340 echo $ECHO_N "(cached) $ECHO_C" >&6 7320 echo $ECHO_N "(cached) $ECHO_C" >&6
7341else 7321else
7342 cat >conftest.$ac_ext <<_ACEOF 7322 cat >conftest.$ac_ext <<_ACEOF
7343#line 7337 "configure" 7323#line 7323 "configure"
7344#include "confdefs.h" 7324#include "confdefs.h"
7345#include <png.h> 7325#include <png.h>
7346_ACEOF 7326_ACEOF
7347if { (eval echo "$as_me:7346: \"$ac_cpp conftest.$ac_ext\"") >&5 7327if { (eval echo "$as_me:7327: \"$ac_cpp conftest.$ac_ext\"") >&5
7348 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7328 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7349 ac_status=$? 7329 ac_status=$?
7350 egrep -v '^ *\+' conftest.er1 >conftest.err 7330 egrep -v '^ *\+' conftest.er1 >conftest.err
7351 rm -f conftest.er1 7331 rm -f conftest.er1
7352 cat conftest.err >&5 7332 cat conftest.err >&5
7353 echo "$as_me:7352: \$? = $ac_status" >&5 7333 echo "$as_me:7333: \$? = $ac_status" >&5
7354 (exit $ac_status); } >/dev/null; then 7334 (exit $ac_status); } >/dev/null; then
7355 if test -s conftest.err; then 7335 if test -s conftest.err; then
7356 ac_cpp_err=$ac_c_preproc_warn_flag 7336 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -7369,10 +7349,10 @@ else
7369fi 7349fi
7370rm -f conftest.err conftest.$ac_ext 7350rm -f conftest.err conftest.$ac_ext
7371fi 7351fi
7372echo "$as_me:7371: result: $ac_cv_header_png_h" >&5 7352echo "$as_me:7352: result: $ac_cv_header_png_h" >&5
7373echo "${ECHO_T}$ac_cv_header_png_h" >&6 7353echo "${ECHO_T}$ac_cv_header_png_h" >&6
7374if test $ac_cv_header_png_h = yes; then 7354if test $ac_cv_header_png_h = yes; then
7375 echo "$as_me:7374: checking for png_get_channels in -lpng" >&5 7355 echo "$as_me:7355: checking for png_get_channels in -lpng" >&5
7376echo $ECHO_N "checking for png_get_channels in -lpng... $ECHO_C" >&6 7356echo $ECHO_N "checking for png_get_channels in -lpng... $ECHO_C" >&6
7377if test "${ac_cv_lib_png_png_get_channels+set}" = set; then 7357if test "${ac_cv_lib_png_png_get_channels+set}" = set; then
7378 echo $ECHO_N "(cached) $ECHO_C" >&6 7358 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7380,7 +7360,7 @@ else
7380 ac_check_lib_save_LIBS=$LIBS 7360 ac_check_lib_save_LIBS=$LIBS
7381LIBS="-lpng -lz -lm $LIBS" 7361LIBS="-lpng -lz -lm $LIBS"
7382cat >conftest.$ac_ext <<_ACEOF 7362cat >conftest.$ac_ext <<_ACEOF
7383#line 7377 "configure" 7363#line 7363 "configure"
7384#include "confdefs.h" 7364#include "confdefs.h"
7385 7365
7386/* Override any gcc2 internal prototype to avoid an error. */ 7366/* Override any gcc2 internal prototype to avoid an error. */
@@ -7399,16 +7379,16 @@ png_get_channels ();
7399} 7379}
7400_ACEOF 7380_ACEOF
7401rm -f conftest.$ac_objext conftest$ac_exeext 7381rm -f conftest.$ac_objext conftest$ac_exeext
7402if { (eval echo "$as_me:7401: \"$ac_link\"") >&5 7382if { (eval echo "$as_me:7382: \"$ac_link\"") >&5
7403 (eval $ac_link) 2>&5 7383 (eval $ac_link) 2>&5
7404 ac_status=$? 7384 ac_status=$?
7405 echo "$as_me:7404: \$? = $ac_status" >&5 7385 echo "$as_me:7385: \$? = $ac_status" >&5
7406 (exit $ac_status); } && 7386 (exit $ac_status); } &&
7407 { ac_try='test -s conftest$ac_exeext' 7387 { ac_try='test -s conftest$ac_exeext'
7408 { (eval echo "$as_me:7407: \"$ac_try\"") >&5 7388 { (eval echo "$as_me:7388: \"$ac_try\"") >&5
7409 (eval $ac_try) 2>&5 7389 (eval $ac_try) 2>&5
7410 ac_status=$? 7390 ac_status=$?
7411 echo "$as_me:7410: \$? = $ac_status" >&5 7391 echo "$as_me:7391: \$? = $ac_status" >&5
7412 (exit $ac_status); }; }; then 7392 (exit $ac_status); }; }; then
7413 ac_cv_lib_png_png_get_channels=yes 7393 ac_cv_lib_png_png_get_channels=yes
7414else 7394else
@@ -7419,7 +7399,7 @@ fi
7419rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7399rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7420LIBS=$ac_check_lib_save_LIBS 7400LIBS=$ac_check_lib_save_LIBS
7421fi 7401fi
7422echo "$as_me:7421: result: $ac_cv_lib_png_png_get_channels" >&5 7402echo "$as_me:7402: result: $ac_cv_lib_png_png_get_channels" >&5
7423echo "${ECHO_T}$ac_cv_lib_png_png_get_channels" >&6 7403echo "${ECHO_T}$ac_cv_lib_png_png_get_channels" >&6
7424if test $ac_cv_lib_png_png_get_channels = yes; then 7404if test $ac_cv_lib_png_png_get_channels = yes; then
7425 HAVE_PNG=yes 7405 HAVE_PNG=yes
@@ -7442,23 +7422,23 @@ fi
7442HAVE_TIFF=no 7422HAVE_TIFF=no
7443if test "${HAVE_X11}" = "yes"; then 7423if test "${HAVE_X11}" = "yes"; then
7444 if test "${with_tiff}" != "no"; then 7424 if test "${with_tiff}" != "no"; then
7445 echo "$as_me:7444: checking for tiffio.h" >&5 7425 echo "$as_me:7425: checking for tiffio.h" >&5
7446echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6 7426echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
7447if test "${ac_cv_header_tiffio_h+set}" = set; then 7427if test "${ac_cv_header_tiffio_h+set}" = set; then
7448 echo $ECHO_N "(cached) $ECHO_C" >&6 7428 echo $ECHO_N "(cached) $ECHO_C" >&6
7449else 7429else
7450 cat >conftest.$ac_ext <<_ACEOF 7430 cat >conftest.$ac_ext <<_ACEOF
7451#line 7445 "configure" 7431#line 7431 "configure"
7452#include "confdefs.h" 7432#include "confdefs.h"
7453#include <tiffio.h> 7433#include <tiffio.h>
7454_ACEOF 7434_ACEOF
7455if { (eval echo "$as_me:7454: \"$ac_cpp conftest.$ac_ext\"") >&5 7435if { (eval echo "$as_me:7435: \"$ac_cpp conftest.$ac_ext\"") >&5
7456 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7436 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7457 ac_status=$? 7437 ac_status=$?
7458 egrep -v '^ *\+' conftest.er1 >conftest.err 7438 egrep -v '^ *\+' conftest.er1 >conftest.err
7459 rm -f conftest.er1 7439 rm -f conftest.er1
7460 cat conftest.err >&5 7440 cat conftest.err >&5
7461 echo "$as_me:7460: \$? = $ac_status" >&5 7441 echo "$as_me:7441: \$? = $ac_status" >&5
7462 (exit $ac_status); } >/dev/null; then 7442 (exit $ac_status); } >/dev/null; then
7463 if test -s conftest.err; then 7443 if test -s conftest.err; then
7464 ac_cpp_err=$ac_c_preproc_warn_flag 7444 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -7477,13 +7457,13 @@ else
7477fi 7457fi
7478rm -f conftest.err conftest.$ac_ext 7458rm -f conftest.err conftest.$ac_ext
7479fi 7459fi
7480echo "$as_me:7479: result: $ac_cv_header_tiffio_h" >&5 7460echo "$as_me:7460: result: $ac_cv_header_tiffio_h" >&5
7481echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6 7461echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
7482if test $ac_cv_header_tiffio_h = yes; then 7462if test $ac_cv_header_tiffio_h = yes; then
7483 tifflibs="-lz -lm" 7463 tifflibs="-lz -lm"
7484 # At least one tiff package requires the jpeg library. 7464 # At least one tiff package requires the jpeg library.
7485 if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi 7465 if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi
7486 echo "$as_me:7485: checking for TIFFGetVersion in -ltiff" >&5 7466 echo "$as_me:7466: checking for TIFFGetVersion in -ltiff" >&5
7487echo $ECHO_N "checking for TIFFGetVersion in -ltiff... $ECHO_C" >&6 7467echo $ECHO_N "checking for TIFFGetVersion in -ltiff... $ECHO_C" >&6
7488if test "${ac_cv_lib_tiff_TIFFGetVersion+set}" = set; then 7468if test "${ac_cv_lib_tiff_TIFFGetVersion+set}" = set; then
7489 echo $ECHO_N "(cached) $ECHO_C" >&6 7469 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7491,7 +7471,7 @@ else
7491 ac_check_lib_save_LIBS=$LIBS 7471 ac_check_lib_save_LIBS=$LIBS
7492LIBS="-ltiff $tifflibs $LIBS" 7472LIBS="-ltiff $tifflibs $LIBS"
7493cat >conftest.$ac_ext <<_ACEOF 7473cat >conftest.$ac_ext <<_ACEOF
7494#line 7488 "configure" 7474#line 7474 "configure"
7495#include "confdefs.h" 7475#include "confdefs.h"
7496 7476
7497/* Override any gcc2 internal prototype to avoid an error. */ 7477/* Override any gcc2 internal prototype to avoid an error. */
@@ -7510,16 +7490,16 @@ TIFFGetVersion ();
7510} 7490}
7511_ACEOF 7491_ACEOF
7512rm -f conftest.$ac_objext conftest$ac_exeext 7492rm -f conftest.$ac_objext conftest$ac_exeext
7513if { (eval echo "$as_me:7512: \"$ac_link\"") >&5 7493if { (eval echo "$as_me:7493: \"$ac_link\"") >&5
7514 (eval $ac_link) 2>&5 7494 (eval $ac_link) 2>&5
7515 ac_status=$? 7495 ac_status=$?
7516 echo "$as_me:7515: \$? = $ac_status" >&5 7496 echo "$as_me:7496: \$? = $ac_status" >&5
7517 (exit $ac_status); } && 7497 (exit $ac_status); } &&
7518 { ac_try='test -s conftest$ac_exeext' 7498 { ac_try='test -s conftest$ac_exeext'
7519 { (eval echo "$as_me:7518: \"$ac_try\"") >&5 7499 { (eval echo "$as_me:7499: \"$ac_try\"") >&5
7520 (eval $ac_try) 2>&5 7500 (eval $ac_try) 2>&5
7521 ac_status=$? 7501 ac_status=$?
7522 echo "$as_me:7521: \$? = $ac_status" >&5 7502 echo "$as_me:7502: \$? = $ac_status" >&5
7523 (exit $ac_status); }; }; then 7503 (exit $ac_status); }; }; then
7524 ac_cv_lib_tiff_TIFFGetVersion=yes 7504 ac_cv_lib_tiff_TIFFGetVersion=yes
7525else 7505else
@@ -7530,7 +7510,7 @@ fi
7530rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7510rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7531LIBS=$ac_check_lib_save_LIBS 7511LIBS=$ac_check_lib_save_LIBS
7532fi 7512fi
7533echo "$as_me:7532: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5 7513echo "$as_me:7513: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5
7534echo "${ECHO_T}$ac_cv_lib_tiff_TIFFGetVersion" >&6 7514echo "${ECHO_T}$ac_cv_lib_tiff_TIFFGetVersion" >&6
7535if test $ac_cv_lib_tiff_TIFFGetVersion = yes; then 7515if test $ac_cv_lib_tiff_TIFFGetVersion = yes; then
7536 HAVE_TIFF=yes 7516 HAVE_TIFF=yes
@@ -7553,23 +7533,23 @@ fi
7553HAVE_GIF=no 7533HAVE_GIF=no
7554if test "${HAVE_X11}" = "yes"; then 7534if test "${HAVE_X11}" = "yes"; then
7555 if test "${with_gif}" != "no"; then 7535 if test "${with_gif}" != "no"; then
7556 echo "$as_me:7555: checking for gif_lib.h" >&5 7536 echo "$as_me:7536: checking for gif_lib.h" >&5
7557echo $ECHO_N "checking for gif_lib.h... $ECHO_C" >&6 7537echo $ECHO_N "checking for gif_lib.h... $ECHO_C" >&6
7558if test "${ac_cv_header_gif_lib_h+set}" = set; then 7538if test "${ac_cv_header_gif_lib_h+set}" = set; then
7559 echo $ECHO_N "(cached) $ECHO_C" >&6 7539 echo $ECHO_N "(cached) $ECHO_C" >&6
7560else 7540else
7561 cat >conftest.$ac_ext <<_ACEOF 7541 cat >conftest.$ac_ext <<_ACEOF
7562#line 7556 "configure" 7542#line 7542 "configure"
7563#include "confdefs.h" 7543#include "confdefs.h"
7564#include <gif_lib.h> 7544#include <gif_lib.h>
7565_ACEOF 7545_ACEOF
7566if { (eval echo "$as_me:7565: \"$ac_cpp conftest.$ac_ext\"") >&5 7546if { (eval echo "$as_me:7546: \"$ac_cpp conftest.$ac_ext\"") >&5
7567 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7547 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7568 ac_status=$? 7548 ac_status=$?
7569 egrep -v '^ *\+' conftest.er1 >conftest.err 7549 egrep -v '^ *\+' conftest.er1 >conftest.err
7570 rm -f conftest.er1 7550 rm -f conftest.er1
7571 cat conftest.err >&5 7551 cat conftest.err >&5
7572 echo "$as_me:7571: \$? = $ac_status" >&5 7552 echo "$as_me:7552: \$? = $ac_status" >&5
7573 (exit $ac_status); } >/dev/null; then 7553 (exit $ac_status); } >/dev/null; then
7574 if test -s conftest.err; then 7554 if test -s conftest.err; then
7575 ac_cpp_err=$ac_c_preproc_warn_flag 7555 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -7588,12 +7568,12 @@ else
7588fi 7568fi
7589rm -f conftest.err conftest.$ac_ext 7569rm -f conftest.err conftest.$ac_ext
7590fi 7570fi
7591echo "$as_me:7590: result: $ac_cv_header_gif_lib_h" >&5 7571echo "$as_me:7571: result: $ac_cv_header_gif_lib_h" >&5
7592echo "${ECHO_T}$ac_cv_header_gif_lib_h" >&6 7572echo "${ECHO_T}$ac_cv_header_gif_lib_h" >&6
7593if test $ac_cv_header_gif_lib_h = yes; then 7573if test $ac_cv_header_gif_lib_h = yes; then
7594 # EGifPutExtensionLast only exists from version libungif-4.1.0b1. 7574 # EGifPutExtensionLast only exists from version libungif-4.1.0b1.
7595# Earlier versions can crash Emacs. 7575# Earlier versions can crash Emacs.
7596 echo "$as_me:7595: checking for EGifPutExtensionLast in -lungif" >&5 7576 echo "$as_me:7576: checking for EGifPutExtensionLast in -lungif" >&5
7597echo $ECHO_N "checking for EGifPutExtensionLast in -lungif... $ECHO_C" >&6 7577echo $ECHO_N "checking for EGifPutExtensionLast in -lungif... $ECHO_C" >&6
7598if test "${ac_cv_lib_ungif_EGifPutExtensionLast+set}" = set; then 7578if test "${ac_cv_lib_ungif_EGifPutExtensionLast+set}" = set; then
7599 echo $ECHO_N "(cached) $ECHO_C" >&6 7579 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7601,7 +7581,7 @@ else
7601 ac_check_lib_save_LIBS=$LIBS 7581 ac_check_lib_save_LIBS=$LIBS
7602LIBS="-lungif $LIBS" 7582LIBS="-lungif $LIBS"
7603cat >conftest.$ac_ext <<_ACEOF 7583cat >conftest.$ac_ext <<_ACEOF
7604#line 7598 "configure" 7584#line 7584 "configure"
7605#include "confdefs.h" 7585#include "confdefs.h"
7606 7586
7607/* Override any gcc2 internal prototype to avoid an error. */ 7587/* Override any gcc2 internal prototype to avoid an error. */
@@ -7620,16 +7600,16 @@ EGifPutExtensionLast ();
7620} 7600}
7621_ACEOF 7601_ACEOF
7622rm -f conftest.$ac_objext conftest$ac_exeext 7602rm -f conftest.$ac_objext conftest$ac_exeext
7623if { (eval echo "$as_me:7622: \"$ac_link\"") >&5 7603if { (eval echo "$as_me:7603: \"$ac_link\"") >&5
7624 (eval $ac_link) 2>&5 7604 (eval $ac_link) 2>&5
7625 ac_status=$? 7605 ac_status=$?
7626 echo "$as_me:7625: \$? = $ac_status" >&5 7606 echo "$as_me:7606: \$? = $ac_status" >&5
7627 (exit $ac_status); } && 7607 (exit $ac_status); } &&
7628 { ac_try='test -s conftest$ac_exeext' 7608 { ac_try='test -s conftest$ac_exeext'
7629 { (eval echo "$as_me:7628: \"$ac_try\"") >&5 7609 { (eval echo "$as_me:7609: \"$ac_try\"") >&5
7630 (eval $ac_try) 2>&5 7610 (eval $ac_try) 2>&5
7631 ac_status=$? 7611 ac_status=$?
7632 echo "$as_me:7631: \$? = $ac_status" >&5 7612 echo "$as_me:7612: \$? = $ac_status" >&5
7633 (exit $ac_status); }; }; then 7613 (exit $ac_status); }; }; then
7634 ac_cv_lib_ungif_EGifPutExtensionLast=yes 7614 ac_cv_lib_ungif_EGifPutExtensionLast=yes
7635else 7615else
@@ -7640,7 +7620,7 @@ fi
7640rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7620rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7641LIBS=$ac_check_lib_save_LIBS 7621LIBS=$ac_check_lib_save_LIBS
7642fi 7622fi
7643echo "$as_me:7642: result: $ac_cv_lib_ungif_EGifPutExtensionLast" >&5 7623echo "$as_me:7623: result: $ac_cv_lib_ungif_EGifPutExtensionLast" >&5
7644echo "${ECHO_T}$ac_cv_lib_ungif_EGifPutExtensionLast" >&6 7624echo "${ECHO_T}$ac_cv_lib_ungif_EGifPutExtensionLast" >&6
7645if test $ac_cv_lib_ungif_EGifPutExtensionLast = yes; then 7625if test $ac_cv_lib_ungif_EGifPutExtensionLast = yes; then
7646 HAVE_GIF=yes 7626 HAVE_GIF=yes
@@ -7662,23 +7642,23 @@ fi
7662### Use Mac OS X Carbon API to implement GUI. 7642### Use Mac OS X Carbon API to implement GUI.
7663HAVE_CARBON=no 7643HAVE_CARBON=no
7664if test "${with_carbon}" != "no"; then 7644if test "${with_carbon}" != "no"; then
7665 echo "$as_me:7664: checking for Carbon/Carbon.h" >&5 7645 echo "$as_me:7645: checking for Carbon/Carbon.h" >&5
7666echo $ECHO_N "checking for Carbon/Carbon.h... $ECHO_C" >&6 7646echo $ECHO_N "checking for Carbon/Carbon.h... $ECHO_C" >&6
7667if test "${ac_cv_header_Carbon_Carbon_h+set}" = set; then 7647if test "${ac_cv_header_Carbon_Carbon_h+set}" = set; then
7668 echo $ECHO_N "(cached) $ECHO_C" >&6 7648 echo $ECHO_N "(cached) $ECHO_C" >&6
7669else 7649else
7670 cat >conftest.$ac_ext <<_ACEOF 7650 cat >conftest.$ac_ext <<_ACEOF
7671#line 7665 "configure" 7651#line 7651 "configure"
7672#include "confdefs.h" 7652#include "confdefs.h"
7673#include <Carbon/Carbon.h> 7653#include <Carbon/Carbon.h>
7674_ACEOF 7654_ACEOF
7675if { (eval echo "$as_me:7674: \"$ac_cpp conftest.$ac_ext\"") >&5 7655if { (eval echo "$as_me:7655: \"$ac_cpp conftest.$ac_ext\"") >&5
7676 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7656 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7677 ac_status=$? 7657 ac_status=$?
7678 egrep -v '^ *\+' conftest.er1 >conftest.err 7658 egrep -v '^ *\+' conftest.er1 >conftest.err
7679 rm -f conftest.er1 7659 rm -f conftest.er1
7680 cat conftest.err >&5 7660 cat conftest.err >&5
7681 echo "$as_me:7680: \$? = $ac_status" >&5 7661 echo "$as_me:7661: \$? = $ac_status" >&5
7682 (exit $ac_status); } >/dev/null; then 7662 (exit $ac_status); } >/dev/null; then
7683 if test -s conftest.err; then 7663 if test -s conftest.err; then
7684 ac_cpp_err=$ac_c_preproc_warn_flag 7664 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -7697,7 +7677,7 @@ else
7697fi 7677fi
7698rm -f conftest.err conftest.$ac_ext 7678rm -f conftest.err conftest.$ac_ext
7699fi 7679fi
7700echo "$as_me:7699: result: $ac_cv_header_Carbon_Carbon_h" >&5 7680echo "$as_me:7680: result: $ac_cv_header_Carbon_Carbon_h" >&5
7701echo "${ECHO_T}$ac_cv_header_Carbon_Carbon_h" >&6 7681echo "${ECHO_T}$ac_cv_header_Carbon_Carbon_h" >&6
7702if test $ac_cv_header_Carbon_Carbon_h = yes; then 7682if test $ac_cv_header_Carbon_Carbon_h = yes; then
7703 HAVE_CARBON=yes 7683 HAVE_CARBON=yes
@@ -7716,23 +7696,23 @@ fi
7716### Use session management (-lSM -lICE) if available 7696### Use session management (-lSM -lICE) if available
7717HAVE_X_SM=no 7697HAVE_X_SM=no
7718if test "${HAVE_X11}" = "yes"; then 7698if test "${HAVE_X11}" = "yes"; then
7719 echo "$as_me:7718: checking for X11/SM/SMlib.h" >&5 7699 echo "$as_me:7699: checking for X11/SM/SMlib.h" >&5
7720echo $ECHO_N "checking for X11/SM/SMlib.h... $ECHO_C" >&6 7700echo $ECHO_N "checking for X11/SM/SMlib.h... $ECHO_C" >&6
7721if test "${ac_cv_header_X11_SM_SMlib_h+set}" = set; then 7701if test "${ac_cv_header_X11_SM_SMlib_h+set}" = set; then
7722 echo $ECHO_N "(cached) $ECHO_C" >&6 7702 echo $ECHO_N "(cached) $ECHO_C" >&6
7723else 7703else
7724 cat >conftest.$ac_ext <<_ACEOF 7704 cat >conftest.$ac_ext <<_ACEOF
7725#line 7719 "configure" 7705#line 7705 "configure"
7726#include "confdefs.h" 7706#include "confdefs.h"
7727#include <X11/SM/SMlib.h> 7707#include <X11/SM/SMlib.h>
7728_ACEOF 7708_ACEOF
7729if { (eval echo "$as_me:7728: \"$ac_cpp conftest.$ac_ext\"") >&5 7709if { (eval echo "$as_me:7709: \"$ac_cpp conftest.$ac_ext\"") >&5
7730 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7710 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7731 ac_status=$? 7711 ac_status=$?
7732 egrep -v '^ *\+' conftest.er1 >conftest.err 7712 egrep -v '^ *\+' conftest.er1 >conftest.err
7733 rm -f conftest.er1 7713 rm -f conftest.er1
7734 cat conftest.err >&5 7714 cat conftest.err >&5
7735 echo "$as_me:7734: \$? = $ac_status" >&5 7715 echo "$as_me:7715: \$? = $ac_status" >&5
7736 (exit $ac_status); } >/dev/null; then 7716 (exit $ac_status); } >/dev/null; then
7737 if test -s conftest.err; then 7717 if test -s conftest.err; then
7738 ac_cpp_err=$ac_c_preproc_warn_flag 7718 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -7751,10 +7731,10 @@ else
7751fi 7731fi
7752rm -f conftest.err conftest.$ac_ext 7732rm -f conftest.err conftest.$ac_ext
7753fi 7733fi
7754echo "$as_me:7753: result: $ac_cv_header_X11_SM_SMlib_h" >&5 7734echo "$as_me:7734: result: $ac_cv_header_X11_SM_SMlib_h" >&5
7755echo "${ECHO_T}$ac_cv_header_X11_SM_SMlib_h" >&6 7735echo "${ECHO_T}$ac_cv_header_X11_SM_SMlib_h" >&6
7756if test $ac_cv_header_X11_SM_SMlib_h = yes; then 7736if test $ac_cv_header_X11_SM_SMlib_h = yes; then
7757 echo "$as_me:7756: checking for SmcOpenConnection in -lSM" >&5 7737 echo "$as_me:7737: checking for SmcOpenConnection in -lSM" >&5
7758echo $ECHO_N "checking for SmcOpenConnection in -lSM... $ECHO_C" >&6 7738echo $ECHO_N "checking for SmcOpenConnection in -lSM... $ECHO_C" >&6
7759if test "${ac_cv_lib_SM_SmcOpenConnection+set}" = set; then 7739if test "${ac_cv_lib_SM_SmcOpenConnection+set}" = set; then
7760 echo $ECHO_N "(cached) $ECHO_C" >&6 7740 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7762,7 +7742,7 @@ else
7762 ac_check_lib_save_LIBS=$LIBS 7742 ac_check_lib_save_LIBS=$LIBS
7763LIBS="-lSM $LIBS" 7743LIBS="-lSM $LIBS"
7764cat >conftest.$ac_ext <<_ACEOF 7744cat >conftest.$ac_ext <<_ACEOF
7765#line 7759 "configure" 7745#line 7745 "configure"
7766#include "confdefs.h" 7746#include "confdefs.h"
7767 7747
7768/* Override any gcc2 internal prototype to avoid an error. */ 7748/* Override any gcc2 internal prototype to avoid an error. */
@@ -7781,16 +7761,16 @@ SmcOpenConnection ();
7781} 7761}
7782_ACEOF 7762_ACEOF
7783rm -f conftest.$ac_objext conftest$ac_exeext 7763rm -f conftest.$ac_objext conftest$ac_exeext
7784if { (eval echo "$as_me:7783: \"$ac_link\"") >&5 7764if { (eval echo "$as_me:7764: \"$ac_link\"") >&5
7785 (eval $ac_link) 2>&5 7765 (eval $ac_link) 2>&5
7786 ac_status=$? 7766 ac_status=$?
7787 echo "$as_me:7786: \$? = $ac_status" >&5 7767 echo "$as_me:7767: \$? = $ac_status" >&5
7788 (exit $ac_status); } && 7768 (exit $ac_status); } &&
7789 { ac_try='test -s conftest$ac_exeext' 7769 { ac_try='test -s conftest$ac_exeext'
7790 { (eval echo "$as_me:7789: \"$ac_try\"") >&5 7770 { (eval echo "$as_me:7770: \"$ac_try\"") >&5
7791 (eval $ac_try) 2>&5 7771 (eval $ac_try) 2>&5
7792 ac_status=$? 7772 ac_status=$?
7793 echo "$as_me:7792: \$? = $ac_status" >&5 7773 echo "$as_me:7773: \$? = $ac_status" >&5
7794 (exit $ac_status); }; }; then 7774 (exit $ac_status); }; }; then
7795 ac_cv_lib_SM_SmcOpenConnection=yes 7775 ac_cv_lib_SM_SmcOpenConnection=yes
7796else 7776else
@@ -7801,7 +7781,7 @@ fi
7801rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7781rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7802LIBS=$ac_check_lib_save_LIBS 7782LIBS=$ac_check_lib_save_LIBS
7803fi 7783fi
7804echo "$as_me:7803: result: $ac_cv_lib_SM_SmcOpenConnection" >&5 7784echo "$as_me:7784: result: $ac_cv_lib_SM_SmcOpenConnection" >&5
7805echo "${ECHO_T}$ac_cv_lib_SM_SmcOpenConnection" >&6 7785echo "${ECHO_T}$ac_cv_lib_SM_SmcOpenConnection" >&6
7806if test $ac_cv_lib_SM_SmcOpenConnection = yes; then 7786if test $ac_cv_lib_SM_SmcOpenConnection = yes; then
7807 HAVE_X_SM=yes 7787 HAVE_X_SM=yes
@@ -7825,13 +7805,13 @@ EOF
7825fi 7805fi
7826 7806
7827# If netdb.h doesn't declare h_errno, we must declare it by hand. 7807# If netdb.h doesn't declare h_errno, we must declare it by hand.
7828echo "$as_me:7827: checking whether netdb declares h_errno" >&5 7808echo "$as_me:7808: checking whether netdb declares h_errno" >&5
7829echo $ECHO_N "checking whether netdb declares h_errno... $ECHO_C" >&6 7809echo $ECHO_N "checking whether netdb declares h_errno... $ECHO_C" >&6
7830if test "${emacs_cv_netdb_declares_h_errno+set}" = set; then 7810if test "${emacs_cv_netdb_declares_h_errno+set}" = set; then
7831 echo $ECHO_N "(cached) $ECHO_C" >&6 7811 echo $ECHO_N "(cached) $ECHO_C" >&6
7832else 7812else
7833 cat >conftest.$ac_ext <<_ACEOF 7813 cat >conftest.$ac_ext <<_ACEOF
7834#line 7828 "configure" 7814#line 7814 "configure"
7835#include "confdefs.h" 7815#include "confdefs.h"
7836#include <netdb.h> 7816#include <netdb.h>
7837int 7817int
@@ -7843,16 +7823,16 @@ return h_errno;
7843} 7823}
7844_ACEOF 7824_ACEOF
7845rm -f conftest.$ac_objext conftest$ac_exeext 7825rm -f conftest.$ac_objext conftest$ac_exeext
7846if { (eval echo "$as_me:7845: \"$ac_link\"") >&5 7826if { (eval echo "$as_me:7826: \"$ac_link\"") >&5
7847 (eval $ac_link) 2>&5 7827 (eval $ac_link) 2>&5
7848 ac_status=$? 7828 ac_status=$?
7849 echo "$as_me:7848: \$? = $ac_status" >&5 7829 echo "$as_me:7829: \$? = $ac_status" >&5
7850 (exit $ac_status); } && 7830 (exit $ac_status); } &&
7851 { ac_try='test -s conftest$ac_exeext' 7831 { ac_try='test -s conftest$ac_exeext'
7852 { (eval echo "$as_me:7851: \"$ac_try\"") >&5 7832 { (eval echo "$as_me:7832: \"$ac_try\"") >&5
7853 (eval $ac_try) 2>&5 7833 (eval $ac_try) 2>&5
7854 ac_status=$? 7834 ac_status=$?
7855 echo "$as_me:7854: \$? = $ac_status" >&5 7835 echo "$as_me:7835: \$? = $ac_status" >&5
7856 (exit $ac_status); }; }; then 7836 (exit $ac_status); }; }; then
7857 emacs_cv_netdb_declares_h_errno=yes 7837 emacs_cv_netdb_declares_h_errno=yes
7858else 7838else
@@ -7862,7 +7842,7 @@ emacs_cv_netdb_declares_h_errno=no
7862fi 7842fi
7863rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7843rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7864fi 7844fi
7865echo "$as_me:7864: result: $emacs_cv_netdb_declares_h_errno" >&5 7845echo "$as_me:7845: result: $emacs_cv_netdb_declares_h_errno" >&5
7866echo "${ECHO_T}$emacs_cv_netdb_declares_h_errno" >&6 7846echo "${ECHO_T}$emacs_cv_netdb_declares_h_errno" >&6
7867if test $emacs_cv_netdb_declares_h_errno = yes; then 7847if test $emacs_cv_netdb_declares_h_errno = yes; then
7868 7848
@@ -7874,13 +7854,13 @@ fi
7874 7854
7875# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works 7855# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
7876# for constant arguments. Useless! 7856# for constant arguments. Useless!
7877echo "$as_me:7876: checking for working alloca.h" >&5 7857echo "$as_me:7857: checking for working alloca.h" >&5
7878echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6 7858echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
7879if test "${ac_cv_working_alloca_h+set}" = set; then 7859if test "${ac_cv_working_alloca_h+set}" = set; then
7880 echo $ECHO_N "(cached) $ECHO_C" >&6 7860 echo $ECHO_N "(cached) $ECHO_C" >&6
7881else 7861else
7882 cat >conftest.$ac_ext <<_ACEOF 7862 cat >conftest.$ac_ext <<_ACEOF
7883#line 7877 "configure" 7863#line 7863 "configure"
7884#include "confdefs.h" 7864#include "confdefs.h"
7885#include <alloca.h> 7865#include <alloca.h>
7886int 7866int
@@ -7892,16 +7872,16 @@ char *p = (char *) alloca (2 * sizeof (int));
7892} 7872}
7893_ACEOF 7873_ACEOF
7894rm -f conftest.$ac_objext conftest$ac_exeext 7874rm -f conftest.$ac_objext conftest$ac_exeext
7895if { (eval echo "$as_me:7894: \"$ac_link\"") >&5 7875if { (eval echo "$as_me:7875: \"$ac_link\"") >&5
7896 (eval $ac_link) 2>&5 7876 (eval $ac_link) 2>&5
7897 ac_status=$? 7877 ac_status=$?
7898 echo "$as_me:7897: \$? = $ac_status" >&5 7878 echo "$as_me:7878: \$? = $ac_status" >&5
7899 (exit $ac_status); } && 7879 (exit $ac_status); } &&
7900 { ac_try='test -s conftest$ac_exeext' 7880 { ac_try='test -s conftest$ac_exeext'
7901 { (eval echo "$as_me:7900: \"$ac_try\"") >&5 7881 { (eval echo "$as_me:7881: \"$ac_try\"") >&5
7902 (eval $ac_try) 2>&5 7882 (eval $ac_try) 2>&5
7903 ac_status=$? 7883 ac_status=$?
7904 echo "$as_me:7903: \$? = $ac_status" >&5 7884 echo "$as_me:7884: \$? = $ac_status" >&5
7905 (exit $ac_status); }; }; then 7885 (exit $ac_status); }; }; then
7906 ac_cv_working_alloca_h=yes 7886 ac_cv_working_alloca_h=yes
7907else 7887else
@@ -7911,7 +7891,7 @@ ac_cv_working_alloca_h=no
7911fi 7891fi
7912rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7892rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7913fi 7893fi
7914echo "$as_me:7913: result: $ac_cv_working_alloca_h" >&5 7894echo "$as_me:7894: result: $ac_cv_working_alloca_h" >&5
7915echo "${ECHO_T}$ac_cv_working_alloca_h" >&6 7895echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
7916if test $ac_cv_working_alloca_h = yes; then 7896if test $ac_cv_working_alloca_h = yes; then
7917 7897
@@ -7921,13 +7901,13 @@ EOF
7921 7901
7922fi 7902fi
7923 7903
7924echo "$as_me:7923: checking for alloca" >&5 7904echo "$as_me:7904: checking for alloca" >&5
7925echo $ECHO_N "checking for alloca... $ECHO_C" >&6 7905echo $ECHO_N "checking for alloca... $ECHO_C" >&6
7926if test "${ac_cv_func_alloca_works+set}" = set; then 7906if test "${ac_cv_func_alloca_works+set}" = set; then
7927 echo $ECHO_N "(cached) $ECHO_C" >&6 7907 echo $ECHO_N "(cached) $ECHO_C" >&6
7928else 7908else
7929 cat >conftest.$ac_ext <<_ACEOF 7909 cat >conftest.$ac_ext <<_ACEOF
7930#line 7924 "configure" 7910#line 7910 "configure"
7931#include "confdefs.h" 7911#include "confdefs.h"
7932#ifdef __GNUC__ 7912#ifdef __GNUC__
7933# define alloca __builtin_alloca 7913# define alloca __builtin_alloca
@@ -7959,16 +7939,16 @@ char *p = (char *) alloca (1);
7959} 7939}
7960_ACEOF 7940_ACEOF
7961rm -f conftest.$ac_objext conftest$ac_exeext 7941rm -f conftest.$ac_objext conftest$ac_exeext
7962if { (eval echo "$as_me:7961: \"$ac_link\"") >&5 7942if { (eval echo "$as_me:7942: \"$ac_link\"") >&5
7963 (eval $ac_link) 2>&5 7943 (eval $ac_link) 2>&5
7964 ac_status=$? 7944 ac_status=$?
7965 echo "$as_me:7964: \$? = $ac_status" >&5 7945 echo "$as_me:7945: \$? = $ac_status" >&5
7966 (exit $ac_status); } && 7946 (exit $ac_status); } &&
7967 { ac_try='test -s conftest$ac_exeext' 7947 { ac_try='test -s conftest$ac_exeext'
7968 { (eval echo "$as_me:7967: \"$ac_try\"") >&5 7948 { (eval echo "$as_me:7948: \"$ac_try\"") >&5
7969 (eval $ac_try) 2>&5 7949 (eval $ac_try) 2>&5
7970 ac_status=$? 7950 ac_status=$?
7971 echo "$as_me:7970: \$? = $ac_status" >&5 7951 echo "$as_me:7951: \$? = $ac_status" >&5
7972 (exit $ac_status); }; }; then 7952 (exit $ac_status); }; }; then
7973 ac_cv_func_alloca_works=yes 7953 ac_cv_func_alloca_works=yes
7974else 7954else
@@ -7978,7 +7958,7 @@ ac_cv_func_alloca_works=no
7978fi 7958fi
7979rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7959rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7980fi 7960fi
7981echo "$as_me:7980: result: $ac_cv_func_alloca_works" >&5 7961echo "$as_me:7961: result: $ac_cv_func_alloca_works" >&5
7982echo "${ECHO_T}$ac_cv_func_alloca_works" >&6 7962echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
7983 7963
7984if test $ac_cv_func_alloca_works = yes; then 7964if test $ac_cv_func_alloca_works = yes; then
@@ -7999,13 +7979,13 @@ cat >>confdefs.h <<\EOF
7999#define C_ALLOCA 1 7979#define C_ALLOCA 1
8000EOF 7980EOF
8001 7981
8002echo "$as_me:8001: checking whether \`alloca.c' needs Cray hooks" >&5 7982echo "$as_me:7982: checking whether \`alloca.c' needs Cray hooks" >&5
8003echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6 7983echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
8004if test "${ac_cv_os_cray+set}" = set; then 7984if test "${ac_cv_os_cray+set}" = set; then
8005 echo $ECHO_N "(cached) $ECHO_C" >&6 7985 echo $ECHO_N "(cached) $ECHO_C" >&6
8006else 7986else
8007 cat >conftest.$ac_ext <<_ACEOF 7987 cat >conftest.$ac_ext <<_ACEOF
8008#line 8002 "configure" 7988#line 7988 "configure"
8009#include "confdefs.h" 7989#include "confdefs.h"
8010#if defined(CRAY) && ! defined(CRAY2) 7990#if defined(CRAY) && ! defined(CRAY2)
8011webecray 7991webecray
@@ -8023,18 +8003,18 @@ fi
8023rm -f conftest* 8003rm -f conftest*
8024 8004
8025fi 8005fi
8026echo "$as_me:8025: result: $ac_cv_os_cray" >&5 8006echo "$as_me:8006: result: $ac_cv_os_cray" >&5
8027echo "${ECHO_T}$ac_cv_os_cray" >&6 8007echo "${ECHO_T}$ac_cv_os_cray" >&6
8028if test $ac_cv_os_cray = yes; then 8008if test $ac_cv_os_cray = yes; then
8029 for ac_func in _getb67 GETB67 getb67; do 8009 for ac_func in _getb67 GETB67 getb67; do
8030 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 8010 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8031echo "$as_me:8030: checking for $ac_func" >&5 8011echo "$as_me:8011: checking for $ac_func" >&5
8032echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 8012echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8033if eval "test \"\${$as_ac_var+set}\" = set"; then 8013if eval "test \"\${$as_ac_var+set}\" = set"; then
8034 echo $ECHO_N "(cached) $ECHO_C" >&6 8014 echo $ECHO_N "(cached) $ECHO_C" >&6
8035else 8015else
8036 cat >conftest.$ac_ext <<_ACEOF 8016 cat >conftest.$ac_ext <<_ACEOF
8037#line 8031 "configure" 8017#line 8017 "configure"
8038#include "confdefs.h" 8018#include "confdefs.h"
8039/* System header to define __stub macros and hopefully few prototypes, 8019/* System header to define __stub macros and hopefully few prototypes,
8040 which can conflict with char $ac_func (); below. */ 8020 which can conflict with char $ac_func (); below. */
@@ -8065,16 +8045,16 @@ f = $ac_func;
8065} 8045}
8066_ACEOF 8046_ACEOF
8067rm -f conftest.$ac_objext conftest$ac_exeext 8047rm -f conftest.$ac_objext conftest$ac_exeext
8068if { (eval echo "$as_me:8067: \"$ac_link\"") >&5 8048if { (eval echo "$as_me:8048: \"$ac_link\"") >&5
8069 (eval $ac_link) 2>&5 8049 (eval $ac_link) 2>&5
8070 ac_status=$? 8050 ac_status=$?
8071 echo "$as_me:8070: \$? = $ac_status" >&5 8051 echo "$as_me:8051: \$? = $ac_status" >&5
8072 (exit $ac_status); } && 8052 (exit $ac_status); } &&
8073 { ac_try='test -s conftest$ac_exeext' 8053 { ac_try='test -s conftest$ac_exeext'
8074 { (eval echo "$as_me:8073: \"$ac_try\"") >&5 8054 { (eval echo "$as_me:8054: \"$ac_try\"") >&5
8075 (eval $ac_try) 2>&5 8055 (eval $ac_try) 2>&5
8076 ac_status=$? 8056 ac_status=$?
8077 echo "$as_me:8076: \$? = $ac_status" >&5 8057 echo "$as_me:8057: \$? = $ac_status" >&5
8078 (exit $ac_status); }; }; then 8058 (exit $ac_status); }; }; then
8079 eval "$as_ac_var=yes" 8059 eval "$as_ac_var=yes"
8080else 8060else
@@ -8084,7 +8064,7 @@ eval "$as_ac_var=no"
8084fi 8064fi
8085rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8065rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8086fi 8066fi
8087echo "$as_me:8086: result: `eval echo '${'$as_ac_var'}'`" >&5 8067echo "$as_me:8067: result: `eval echo '${'$as_ac_var'}'`" >&5
8088echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 8068echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8089if test `eval echo '${'$as_ac_var'}'` = yes; then 8069if test `eval echo '${'$as_ac_var'}'` = yes; then
8090 8070
@@ -8098,7 +8078,7 @@ fi
8098 done 8078 done
8099fi 8079fi
8100 8080
8101echo "$as_me:8100: checking stack direction for C alloca" >&5 8081echo "$as_me:8081: checking stack direction for C alloca" >&5
8102echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6 8082echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
8103if test "${ac_cv_c_stack_direction+set}" = set; then 8083if test "${ac_cv_c_stack_direction+set}" = set; then
8104 echo $ECHO_N "(cached) $ECHO_C" >&6 8084 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8107,7 +8087,7 @@ else
8107 ac_cv_c_stack_direction=0 8087 ac_cv_c_stack_direction=0
8108else 8088else
8109 cat >conftest.$ac_ext <<_ACEOF 8089 cat >conftest.$ac_ext <<_ACEOF
8110#line 8104 "configure" 8090#line 8090 "configure"
8111#include "confdefs.h" 8091#include "confdefs.h"
8112int 8092int
8113find_stack_direction () 8093find_stack_direction ()
@@ -8130,15 +8110,15 @@ main ()
8130} 8110}
8131_ACEOF 8111_ACEOF
8132rm -f conftest$ac_exeext 8112rm -f conftest$ac_exeext
8133if { (eval echo "$as_me:8132: \"$ac_link\"") >&5 8113if { (eval echo "$as_me:8113: \"$ac_link\"") >&5
8134 (eval $ac_link) 2>&5 8114 (eval $ac_link) 2>&5
8135 ac_status=$? 8115 ac_status=$?
8136 echo "$as_me:8135: \$? = $ac_status" >&5 8116 echo "$as_me:8116: \$? = $ac_status" >&5
8137 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 8117 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8138 { (eval echo "$as_me:8137: \"$ac_try\"") >&5 8118 { (eval echo "$as_me:8118: \"$ac_try\"") >&5
8139 (eval $ac_try) 2>&5 8119 (eval $ac_try) 2>&5
8140 ac_status=$? 8120 ac_status=$?
8141 echo "$as_me:8140: \$? = $ac_status" >&5 8121 echo "$as_me:8121: \$? = $ac_status" >&5
8142 (exit $ac_status); }; }; then 8122 (exit $ac_status); }; }; then
8143 ac_cv_c_stack_direction=1 8123 ac_cv_c_stack_direction=1
8144else 8124else
@@ -8150,7 +8130,7 @@ fi
8150rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 8130rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8151fi 8131fi
8152fi 8132fi
8153echo "$as_me:8152: result: $ac_cv_c_stack_direction" >&5 8133echo "$as_me:8133: result: $ac_cv_c_stack_direction" >&5
8154echo "${ECHO_T}$ac_cv_c_stack_direction" >&6 8134echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
8155 8135
8156cat >>confdefs.h <<EOF 8136cat >>confdefs.h <<EOF
@@ -8162,7 +8142,7 @@ fi
8162# fmod, logb, and frexp are found in -lm on most systems. 8142# fmod, logb, and frexp are found in -lm on most systems.
8163# On HPUX 9.01, -lm does not contain logb, so check for sqrt. 8143# On HPUX 9.01, -lm does not contain logb, so check for sqrt.
8164 8144
8165echo "$as_me:8164: checking for sqrt in -lm" >&5 8145echo "$as_me:8145: checking for sqrt in -lm" >&5
8166echo $ECHO_N "checking for sqrt in -lm... $ECHO_C" >&6 8146echo $ECHO_N "checking for sqrt in -lm... $ECHO_C" >&6
8167if test "${ac_cv_lib_m_sqrt+set}" = set; then 8147if test "${ac_cv_lib_m_sqrt+set}" = set; then
8168 echo $ECHO_N "(cached) $ECHO_C" >&6 8148 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8170,7 +8150,7 @@ else
8170 ac_check_lib_save_LIBS=$LIBS 8150 ac_check_lib_save_LIBS=$LIBS
8171LIBS="-lm $LIBS" 8151LIBS="-lm $LIBS"
8172cat >conftest.$ac_ext <<_ACEOF 8152cat >conftest.$ac_ext <<_ACEOF
8173#line 8167 "configure" 8153#line 8153 "configure"
8174#include "confdefs.h" 8154#include "confdefs.h"
8175 8155
8176/* Override any gcc2 internal prototype to avoid an error. */ 8156/* Override any gcc2 internal prototype to avoid an error. */
@@ -8189,16 +8169,16 @@ sqrt ();
8189} 8169}
8190_ACEOF 8170_ACEOF
8191rm -f conftest.$ac_objext conftest$ac_exeext 8171rm -f conftest.$ac_objext conftest$ac_exeext
8192if { (eval echo "$as_me:8191: \"$ac_link\"") >&5 8172if { (eval echo "$as_me:8172: \"$ac_link\"") >&5
8193 (eval $ac_link) 2>&5 8173 (eval $ac_link) 2>&5
8194 ac_status=$? 8174 ac_status=$?
8195 echo "$as_me:8194: \$? = $ac_status" >&5 8175 echo "$as_me:8175: \$? = $ac_status" >&5
8196 (exit $ac_status); } && 8176 (exit $ac_status); } &&
8197 { ac_try='test -s conftest$ac_exeext' 8177 { ac_try='test -s conftest$ac_exeext'
8198 { (eval echo "$as_me:8197: \"$ac_try\"") >&5 8178 { (eval echo "$as_me:8178: \"$ac_try\"") >&5
8199 (eval $ac_try) 2>&5 8179 (eval $ac_try) 2>&5
8200 ac_status=$? 8180 ac_status=$?
8201 echo "$as_me:8200: \$? = $ac_status" >&5 8181 echo "$as_me:8181: \$? = $ac_status" >&5
8202 (exit $ac_status); }; }; then 8182 (exit $ac_status); }; }; then
8203 ac_cv_lib_m_sqrt=yes 8183 ac_cv_lib_m_sqrt=yes
8204else 8184else
@@ -8209,7 +8189,7 @@ fi
8209rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8189rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8210LIBS=$ac_check_lib_save_LIBS 8190LIBS=$ac_check_lib_save_LIBS
8211fi 8191fi
8212echo "$as_me:8211: result: $ac_cv_lib_m_sqrt" >&5 8192echo "$as_me:8192: result: $ac_cv_lib_m_sqrt" >&5
8213echo "${ECHO_T}$ac_cv_lib_m_sqrt" >&6 8193echo "${ECHO_T}$ac_cv_lib_m_sqrt" >&6
8214if test $ac_cv_lib_m_sqrt = yes; then 8194if test $ac_cv_lib_m_sqrt = yes; then
8215 cat >>confdefs.h <<EOF 8195 cat >>confdefs.h <<EOF
@@ -8222,7 +8202,7 @@ fi
8222 8202
8223# Check for mail-locking functions in a "mail" library 8203# Check for mail-locking functions in a "mail" library
8224 8204
8225echo "$as_me:8224: checking for maillock in -lmail" >&5 8205echo "$as_me:8205: checking for maillock in -lmail" >&5
8226echo $ECHO_N "checking for maillock in -lmail... $ECHO_C" >&6 8206echo $ECHO_N "checking for maillock in -lmail... $ECHO_C" >&6
8227if test "${ac_cv_lib_mail_maillock+set}" = set; then 8207if test "${ac_cv_lib_mail_maillock+set}" = set; then
8228 echo $ECHO_N "(cached) $ECHO_C" >&6 8208 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8230,7 +8210,7 @@ else
8230 ac_check_lib_save_LIBS=$LIBS 8210 ac_check_lib_save_LIBS=$LIBS
8231LIBS="-lmail $LIBS" 8211LIBS="-lmail $LIBS"
8232cat >conftest.$ac_ext <<_ACEOF 8212cat >conftest.$ac_ext <<_ACEOF
8233#line 8227 "configure" 8213#line 8213 "configure"
8234#include "confdefs.h" 8214#include "confdefs.h"
8235 8215
8236/* Override any gcc2 internal prototype to avoid an error. */ 8216/* Override any gcc2 internal prototype to avoid an error. */
@@ -8249,16 +8229,16 @@ maillock ();
8249} 8229}
8250_ACEOF 8230_ACEOF
8251rm -f conftest.$ac_objext conftest$ac_exeext 8231rm -f conftest.$ac_objext conftest$ac_exeext
8252if { (eval echo "$as_me:8251: \"$ac_link\"") >&5 8232if { (eval echo "$as_me:8232: \"$ac_link\"") >&5
8253 (eval $ac_link) 2>&5 8233 (eval $ac_link) 2>&5
8254 ac_status=$? 8234 ac_status=$?
8255 echo "$as_me:8254: \$? = $ac_status" >&5 8235 echo "$as_me:8235: \$? = $ac_status" >&5
8256 (exit $ac_status); } && 8236 (exit $ac_status); } &&
8257 { ac_try='test -s conftest$ac_exeext' 8237 { ac_try='test -s conftest$ac_exeext'
8258 { (eval echo "$as_me:8257: \"$ac_try\"") >&5 8238 { (eval echo "$as_me:8238: \"$ac_try\"") >&5
8259 (eval $ac_try) 2>&5 8239 (eval $ac_try) 2>&5
8260 ac_status=$? 8240 ac_status=$?
8261 echo "$as_me:8260: \$? = $ac_status" >&5 8241 echo "$as_me:8241: \$? = $ac_status" >&5
8262 (exit $ac_status); }; }; then 8242 (exit $ac_status); }; }; then
8263 ac_cv_lib_mail_maillock=yes 8243 ac_cv_lib_mail_maillock=yes
8264else 8244else
@@ -8269,7 +8249,7 @@ fi
8269rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8249rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8270LIBS=$ac_check_lib_save_LIBS 8250LIBS=$ac_check_lib_save_LIBS
8271fi 8251fi
8272echo "$as_me:8271: result: $ac_cv_lib_mail_maillock" >&5 8252echo "$as_me:8252: result: $ac_cv_lib_mail_maillock" >&5
8273echo "${ECHO_T}$ac_cv_lib_mail_maillock" >&6 8253echo "${ECHO_T}$ac_cv_lib_mail_maillock" >&6
8274if test $ac_cv_lib_mail_maillock = yes; then 8254if test $ac_cv_lib_mail_maillock = yes; then
8275 cat >>confdefs.h <<EOF 8255 cat >>confdefs.h <<EOF
@@ -8280,7 +8260,7 @@ EOF
8280 8260
8281fi 8261fi
8282 8262
8283echo "$as_me:8282: checking for maillock in -llockfile" >&5 8263echo "$as_me:8263: checking for maillock in -llockfile" >&5
8284echo $ECHO_N "checking for maillock in -llockfile... $ECHO_C" >&6 8264echo $ECHO_N "checking for maillock in -llockfile... $ECHO_C" >&6
8285if test "${ac_cv_lib_lockfile_maillock+set}" = set; then 8265if test "${ac_cv_lib_lockfile_maillock+set}" = set; then
8286 echo $ECHO_N "(cached) $ECHO_C" >&6 8266 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8288,7 +8268,7 @@ else
8288 ac_check_lib_save_LIBS=$LIBS 8268 ac_check_lib_save_LIBS=$LIBS
8289LIBS="-llockfile $LIBS" 8269LIBS="-llockfile $LIBS"
8290cat >conftest.$ac_ext <<_ACEOF 8270cat >conftest.$ac_ext <<_ACEOF
8291#line 8285 "configure" 8271#line 8271 "configure"
8292#include "confdefs.h" 8272#include "confdefs.h"
8293 8273
8294/* Override any gcc2 internal prototype to avoid an error. */ 8274/* Override any gcc2 internal prototype to avoid an error. */
@@ -8307,16 +8287,16 @@ maillock ();
8307} 8287}
8308_ACEOF 8288_ACEOF
8309rm -f conftest.$ac_objext conftest$ac_exeext 8289rm -f conftest.$ac_objext conftest$ac_exeext
8310if { (eval echo "$as_me:8309: \"$ac_link\"") >&5 8290if { (eval echo "$as_me:8290: \"$ac_link\"") >&5
8311 (eval $ac_link) 2>&5 8291 (eval $ac_link) 2>&5
8312 ac_status=$? 8292 ac_status=$?
8313 echo "$as_me:8312: \$? = $ac_status" >&5 8293 echo "$as_me:8293: \$? = $ac_status" >&5
8314 (exit $ac_status); } && 8294 (exit $ac_status); } &&
8315 { ac_try='test -s conftest$ac_exeext' 8295 { ac_try='test -s conftest$ac_exeext'
8316 { (eval echo "$as_me:8315: \"$ac_try\"") >&5 8296 { (eval echo "$as_me:8296: \"$ac_try\"") >&5
8317 (eval $ac_try) 2>&5 8297 (eval $ac_try) 2>&5
8318 ac_status=$? 8298 ac_status=$?
8319 echo "$as_me:8318: \$? = $ac_status" >&5 8299 echo "$as_me:8299: \$? = $ac_status" >&5
8320 (exit $ac_status); }; }; then 8300 (exit $ac_status); }; }; then
8321 ac_cv_lib_lockfile_maillock=yes 8301 ac_cv_lib_lockfile_maillock=yes
8322else 8302else
@@ -8327,7 +8307,7 @@ fi
8327rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8307rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8328LIBS=$ac_check_lib_save_LIBS 8308LIBS=$ac_check_lib_save_LIBS
8329fi 8309fi
8330echo "$as_me:8329: result: $ac_cv_lib_lockfile_maillock" >&5 8310echo "$as_me:8310: result: $ac_cv_lib_lockfile_maillock" >&5
8331echo "${ECHO_T}$ac_cv_lib_lockfile_maillock" >&6 8311echo "${ECHO_T}$ac_cv_lib_lockfile_maillock" >&6
8332if test $ac_cv_lib_lockfile_maillock = yes; then 8312if test $ac_cv_lib_lockfile_maillock = yes; then
8333 cat >>confdefs.h <<EOF 8313 cat >>confdefs.h <<EOF
@@ -8344,7 +8324,7 @@ fi
8344if test "$ac_cv_lib_lockfile_maillock" = no; then 8324if test "$ac_cv_lib_lockfile_maillock" = no; then
8345 # Extract the first word of "liblockfile.so", so it can be a program name with args. 8325 # Extract the first word of "liblockfile.so", so it can be a program name with args.
8346set dummy liblockfile.so; ac_word=$2 8326set dummy liblockfile.so; ac_word=$2
8347echo "$as_me:8346: checking for $ac_word" >&5 8327echo "$as_me:8327: checking for $ac_word" >&5
8348echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 8328echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8349if test "${ac_cv_prog_liblockfile+set}" = set; then 8329if test "${ac_cv_prog_liblockfile+set}" = set; then
8350 echo $ECHO_N "(cached) $ECHO_C" >&6 8330 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8359,7 +8339,7 @@ for ac_dir in $ac_dummy; do
8359 test -z "$ac_dir" && ac_dir=. 8339 test -z "$ac_dir" && ac_dir=.
8360 $as_executable_p "$ac_dir/$ac_word" || continue 8340 $as_executable_p "$ac_dir/$ac_word" || continue
8361ac_cv_prog_liblockfile="yes" 8341ac_cv_prog_liblockfile="yes"
8362echo "$as_me:8361: found $ac_dir/$ac_word" >&5 8342echo "$as_me:8342: found $ac_dir/$ac_word" >&5
8363break 8343break
8364done 8344done
8365 8345
@@ -8368,15 +8348,15 @@ fi
8368fi 8348fi
8369liblockfile=$ac_cv_prog_liblockfile 8349liblockfile=$ac_cv_prog_liblockfile
8370if test -n "$liblockfile"; then 8350if test -n "$liblockfile"; then
8371 echo "$as_me:8370: result: $liblockfile" >&5 8351 echo "$as_me:8351: result: $liblockfile" >&5
8372echo "${ECHO_T}$liblockfile" >&6 8352echo "${ECHO_T}$liblockfile" >&6
8373else 8353else
8374 echo "$as_me:8373: result: no" >&5 8354 echo "$as_me:8354: result: no" >&5
8375echo "${ECHO_T}no" >&6 8355echo "${ECHO_T}no" >&6
8376fi 8356fi
8377 8357
8378 if test $ac_cv_prog_liblockfile = yes; then 8358 if test $ac_cv_prog_liblockfile = yes; then
8379 { { echo "$as_me:8378: error: Shared liblockfile found but can't link against it. 8359 { { echo "$as_me:8359: error: Shared liblockfile found but can't link against it.
8380This probably means that movemail could lose mail. 8360This probably means that movemail could lose mail.
8381There may be a \`development' package to install containing liblockfile." >&5 8361There may be a \`development' package to install containing liblockfile." >&5
8382echo "$as_me: error: Shared liblockfile found but can't link against it. 8362echo "$as_me: error: Shared liblockfile found but can't link against it.
@@ -8395,13 +8375,13 @@ fi
8395for ac_func in touchlock 8375for ac_func in touchlock
8396do 8376do
8397as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 8377as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8398echo "$as_me:8397: checking for $ac_func" >&5 8378echo "$as_me:8378: checking for $ac_func" >&5
8399echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 8379echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8400if eval "test \"\${$as_ac_var+set}\" = set"; then 8380if eval "test \"\${$as_ac_var+set}\" = set"; then
8401 echo $ECHO_N "(cached) $ECHO_C" >&6 8381 echo $ECHO_N "(cached) $ECHO_C" >&6
8402else 8382else
8403 cat >conftest.$ac_ext <<_ACEOF 8383 cat >conftest.$ac_ext <<_ACEOF
8404#line 8398 "configure" 8384#line 8384 "configure"
8405#include "confdefs.h" 8385#include "confdefs.h"
8406/* System header to define __stub macros and hopefully few prototypes, 8386/* System header to define __stub macros and hopefully few prototypes,
8407 which can conflict with char $ac_func (); below. */ 8387 which can conflict with char $ac_func (); below. */
@@ -8432,16 +8412,16 @@ f = $ac_func;
8432} 8412}
8433_ACEOF 8413_ACEOF
8434rm -f conftest.$ac_objext conftest$ac_exeext 8414rm -f conftest.$ac_objext conftest$ac_exeext
8435if { (eval echo "$as_me:8434: \"$ac_link\"") >&5 8415if { (eval echo "$as_me:8415: \"$ac_link\"") >&5
8436 (eval $ac_link) 2>&5 8416 (eval $ac_link) 2>&5
8437 ac_status=$? 8417 ac_status=$?
8438 echo "$as_me:8437: \$? = $ac_status" >&5 8418 echo "$as_me:8418: \$? = $ac_status" >&5
8439 (exit $ac_status); } && 8419 (exit $ac_status); } &&
8440 { ac_try='test -s conftest$ac_exeext' 8420 { ac_try='test -s conftest$ac_exeext'
8441 { (eval echo "$as_me:8440: \"$ac_try\"") >&5 8421 { (eval echo "$as_me:8421: \"$ac_try\"") >&5
8442 (eval $ac_try) 2>&5 8422 (eval $ac_try) 2>&5
8443 ac_status=$? 8423 ac_status=$?
8444 echo "$as_me:8443: \$? = $ac_status" >&5 8424 echo "$as_me:8424: \$? = $ac_status" >&5
8445 (exit $ac_status); }; }; then 8425 (exit $ac_status); }; }; then
8446 eval "$as_ac_var=yes" 8426 eval "$as_ac_var=yes"
8447else 8427else
@@ -8451,7 +8431,7 @@ eval "$as_ac_var=no"
8451fi 8431fi
8452rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8432rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8453fi 8433fi
8454echo "$as_me:8453: result: `eval echo '${'$as_ac_var'}'`" >&5 8434echo "$as_me:8434: result: `eval echo '${'$as_ac_var'}'`" >&5
8455echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 8435echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8456if test `eval echo '${'$as_ac_var'}'` = yes; then 8436if test `eval echo '${'$as_ac_var'}'` = yes; then
8457 cat >>confdefs.h <<EOF 8437 cat >>confdefs.h <<EOF
@@ -8464,23 +8444,23 @@ done
8464for ac_header in maillock.h 8444for ac_header in maillock.h
8465do 8445do
8466as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 8446as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8467echo "$as_me:8466: checking for $ac_header" >&5 8447echo "$as_me:8447: checking for $ac_header" >&5
8468echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 8448echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8469if eval "test \"\${$as_ac_Header+set}\" = set"; then 8449if eval "test \"\${$as_ac_Header+set}\" = set"; then
8470 echo $ECHO_N "(cached) $ECHO_C" >&6 8450 echo $ECHO_N "(cached) $ECHO_C" >&6
8471else 8451else
8472 cat >conftest.$ac_ext <<_ACEOF 8452 cat >conftest.$ac_ext <<_ACEOF
8473#line 8467 "configure" 8453#line 8453 "configure"
8474#include "confdefs.h" 8454#include "confdefs.h"
8475#include <$ac_header> 8455#include <$ac_header>
8476_ACEOF 8456_ACEOF
8477if { (eval echo "$as_me:8476: \"$ac_cpp conftest.$ac_ext\"") >&5 8457if { (eval echo "$as_me:8457: \"$ac_cpp conftest.$ac_ext\"") >&5
8478 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 8458 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
8479 ac_status=$? 8459 ac_status=$?
8480 egrep -v '^ *\+' conftest.er1 >conftest.err 8460 egrep -v '^ *\+' conftest.er1 >conftest.err
8481 rm -f conftest.er1 8461 rm -f conftest.er1
8482 cat conftest.err >&5 8462 cat conftest.err >&5
8483 echo "$as_me:8482: \$? = $ac_status" >&5 8463 echo "$as_me:8463: \$? = $ac_status" >&5
8484 (exit $ac_status); } >/dev/null; then 8464 (exit $ac_status); } >/dev/null; then
8485 if test -s conftest.err; then 8465 if test -s conftest.err; then
8486 ac_cpp_err=$ac_c_preproc_warn_flag 8466 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -8499,7 +8479,7 @@ else
8499fi 8479fi
8500rm -f conftest.err conftest.$ac_ext 8480rm -f conftest.err conftest.$ac_ext
8501fi 8481fi
8502echo "$as_me:8501: result: `eval echo '${'$as_ac_Header'}'`" >&5 8482echo "$as_me:8482: result: `eval echo '${'$as_ac_Header'}'`" >&5
8503echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 8483echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8504if test `eval echo '${'$as_ac_Header'}'` = yes; then 8484if test `eval echo '${'$as_ac_Header'}'` = yes; then
8505 cat >>confdefs.h <<EOF 8485 cat >>confdefs.h <<EOF
@@ -8519,13 +8499,13 @@ sendto recvfrom getsockopt setsockopt getsockname getpeername \
8519gai_strerror mkstemp getline getdelim 8499gai_strerror mkstemp getline getdelim
8520do 8500do
8521as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 8501as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8522echo "$as_me:8521: checking for $ac_func" >&5 8502echo "$as_me:8502: checking for $ac_func" >&5
8523echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 8503echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8524if eval "test \"\${$as_ac_var+set}\" = set"; then 8504if eval "test \"\${$as_ac_var+set}\" = set"; then
8525 echo $ECHO_N "(cached) $ECHO_C" >&6 8505 echo $ECHO_N "(cached) $ECHO_C" >&6
8526else 8506else
8527 cat >conftest.$ac_ext <<_ACEOF 8507 cat >conftest.$ac_ext <<_ACEOF
8528#line 8522 "configure" 8508#line 8508 "configure"
8529#include "confdefs.h" 8509#include "confdefs.h"
8530/* System header to define __stub macros and hopefully few prototypes, 8510/* System header to define __stub macros and hopefully few prototypes,
8531 which can conflict with char $ac_func (); below. */ 8511 which can conflict with char $ac_func (); below. */
@@ -8556,16 +8536,16 @@ f = $ac_func;
8556} 8536}
8557_ACEOF 8537_ACEOF
8558rm -f conftest.$ac_objext conftest$ac_exeext 8538rm -f conftest.$ac_objext conftest$ac_exeext
8559if { (eval echo "$as_me:8558: \"$ac_link\"") >&5 8539if { (eval echo "$as_me:8539: \"$ac_link\"") >&5
8560 (eval $ac_link) 2>&5 8540 (eval $ac_link) 2>&5
8561 ac_status=$? 8541 ac_status=$?
8562 echo "$as_me:8561: \$? = $ac_status" >&5 8542 echo "$as_me:8542: \$? = $ac_status" >&5
8563 (exit $ac_status); } && 8543 (exit $ac_status); } &&
8564 { ac_try='test -s conftest$ac_exeext' 8544 { ac_try='test -s conftest$ac_exeext'
8565 { (eval echo "$as_me:8564: \"$ac_try\"") >&5 8545 { (eval echo "$as_me:8545: \"$ac_try\"") >&5
8566 (eval $ac_try) 2>&5 8546 (eval $ac_try) 2>&5
8567 ac_status=$? 8547 ac_status=$?
8568 echo "$as_me:8567: \$? = $ac_status" >&5 8548 echo "$as_me:8548: \$? = $ac_status" >&5
8569 (exit $ac_status); }; }; then 8549 (exit $ac_status); }; }; then
8570 eval "$as_ac_var=yes" 8550 eval "$as_ac_var=yes"
8571else 8551else
@@ -8575,7 +8555,7 @@ eval "$as_ac_var=no"
8575fi 8555fi
8576rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8556rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8577fi 8557fi
8578echo "$as_me:8577: result: `eval echo '${'$as_ac_var'}'`" >&5 8558echo "$as_me:8558: result: `eval echo '${'$as_ac_var'}'`" >&5
8579echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 8559echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8580if test `eval echo '${'$as_ac_var'}'` = yes; then 8560if test `eval echo '${'$as_ac_var'}'` = yes; then
8581 cat >>confdefs.h <<EOF 8561 cat >>confdefs.h <<EOF
@@ -8588,23 +8568,23 @@ done
8588for ac_header in sys/un.h 8568for ac_header in sys/un.h
8589do 8569do
8590as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 8570as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8591echo "$as_me:8590: checking for $ac_header" >&5 8571echo "$as_me:8571: checking for $ac_header" >&5
8592echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 8572echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8593if eval "test \"\${$as_ac_Header+set}\" = set"; then 8573if eval "test \"\${$as_ac_Header+set}\" = set"; then
8594 echo $ECHO_N "(cached) $ECHO_C" >&6 8574 echo $ECHO_N "(cached) $ECHO_C" >&6
8595else 8575else
8596 cat >conftest.$ac_ext <<_ACEOF 8576 cat >conftest.$ac_ext <<_ACEOF
8597#line 8591 "configure" 8577#line 8577 "configure"
8598#include "confdefs.h" 8578#include "confdefs.h"
8599#include <$ac_header> 8579#include <$ac_header>
8600_ACEOF 8580_ACEOF
8601if { (eval echo "$as_me:8600: \"$ac_cpp conftest.$ac_ext\"") >&5 8581if { (eval echo "$as_me:8581: \"$ac_cpp conftest.$ac_ext\"") >&5
8602 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 8582 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
8603 ac_status=$? 8583 ac_status=$?
8604 egrep -v '^ *\+' conftest.er1 >conftest.err 8584 egrep -v '^ *\+' conftest.er1 >conftest.err
8605 rm -f conftest.er1 8585 rm -f conftest.er1
8606 cat conftest.err >&5 8586 cat conftest.err >&5
8607 echo "$as_me:8606: \$? = $ac_status" >&5 8587 echo "$as_me:8587: \$? = $ac_status" >&5
8608 (exit $ac_status); } >/dev/null; then 8588 (exit $ac_status); } >/dev/null; then
8609 if test -s conftest.err; then 8589 if test -s conftest.err; then
8610 ac_cpp_err=$ac_c_preproc_warn_flag 8590 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -8623,7 +8603,7 @@ else
8623fi 8603fi
8624rm -f conftest.err conftest.$ac_ext 8604rm -f conftest.err conftest.$ac_ext
8625fi 8605fi
8626echo "$as_me:8625: result: `eval echo '${'$as_ac_Header'}'`" >&5 8606echo "$as_me:8606: result: `eval echo '${'$as_ac_Header'}'`" >&5
8627echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 8607echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8628if test `eval echo '${'$as_ac_Header'}'` = yes; then 8608if test `eval echo '${'$as_ac_Header'}'` = yes; then
8629 cat >>confdefs.h <<EOF 8609 cat >>confdefs.h <<EOF
@@ -8636,23 +8616,23 @@ done
8636for ac_header in sys/time.h unistd.h 8616for ac_header in sys/time.h unistd.h
8637do 8617do
8638as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 8618as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8639echo "$as_me:8638: checking for $ac_header" >&5 8619echo "$as_me:8619: checking for $ac_header" >&5
8640echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 8620echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8641if eval "test \"\${$as_ac_Header+set}\" = set"; then 8621if eval "test \"\${$as_ac_Header+set}\" = set"; then
8642 echo $ECHO_N "(cached) $ECHO_C" >&6 8622 echo $ECHO_N "(cached) $ECHO_C" >&6
8643else 8623else
8644 cat >conftest.$ac_ext <<_ACEOF 8624 cat >conftest.$ac_ext <<_ACEOF
8645#line 8639 "configure" 8625#line 8625 "configure"
8646#include "confdefs.h" 8626#include "confdefs.h"
8647#include <$ac_header> 8627#include <$ac_header>
8648_ACEOF 8628_ACEOF
8649if { (eval echo "$as_me:8648: \"$ac_cpp conftest.$ac_ext\"") >&5 8629if { (eval echo "$as_me:8629: \"$ac_cpp conftest.$ac_ext\"") >&5
8650 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 8630 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
8651 ac_status=$? 8631 ac_status=$?
8652 egrep -v '^ *\+' conftest.er1 >conftest.err 8632 egrep -v '^ *\+' conftest.er1 >conftest.err
8653 rm -f conftest.er1 8633 rm -f conftest.er1
8654 cat conftest.err >&5 8634 cat conftest.err >&5
8655 echo "$as_me:8654: \$? = $ac_status" >&5 8635 echo "$as_me:8635: \$? = $ac_status" >&5
8656 (exit $ac_status); } >/dev/null; then 8636 (exit $ac_status); } >/dev/null; then
8657 if test -s conftest.err; then 8637 if test -s conftest.err; then
8658 ac_cpp_err=$ac_c_preproc_warn_flag 8638 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -8671,7 +8651,7 @@ else
8671fi 8651fi
8672rm -f conftest.err conftest.$ac_ext 8652rm -f conftest.err conftest.$ac_ext
8673fi 8653fi
8674echo "$as_me:8673: result: `eval echo '${'$as_ac_Header'}'`" >&5 8654echo "$as_me:8654: result: `eval echo '${'$as_ac_Header'}'`" >&5
8675echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 8655echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8676if test `eval echo '${'$as_ac_Header'}'` = yes; then 8656if test `eval echo '${'$as_ac_Header'}'` = yes; then
8677 cat >>confdefs.h <<EOF 8657 cat >>confdefs.h <<EOF
@@ -8684,13 +8664,13 @@ done
8684for ac_func in alarm 8664for ac_func in alarm
8685do 8665do
8686as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 8666as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8687echo "$as_me:8686: checking for $ac_func" >&5 8667echo "$as_me:8667: checking for $ac_func" >&5
8688echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 8668echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8689if eval "test \"\${$as_ac_var+set}\" = set"; then 8669if eval "test \"\${$as_ac_var+set}\" = set"; then
8690 echo $ECHO_N "(cached) $ECHO_C" >&6 8670 echo $ECHO_N "(cached) $ECHO_C" >&6
8691else 8671else
8692 cat >conftest.$ac_ext <<_ACEOF 8672 cat >conftest.$ac_ext <<_ACEOF
8693#line 8687 "configure" 8673#line 8673 "configure"
8694#include "confdefs.h" 8674#include "confdefs.h"
8695/* System header to define __stub macros and hopefully few prototypes, 8675/* System header to define __stub macros and hopefully few prototypes,
8696 which can conflict with char $ac_func (); below. */ 8676 which can conflict with char $ac_func (); below. */
@@ -8721,16 +8701,16 @@ f = $ac_func;
8721} 8701}
8722_ACEOF 8702_ACEOF
8723rm -f conftest.$ac_objext conftest$ac_exeext 8703rm -f conftest.$ac_objext conftest$ac_exeext
8724if { (eval echo "$as_me:8723: \"$ac_link\"") >&5 8704if { (eval echo "$as_me:8704: \"$ac_link\"") >&5
8725 (eval $ac_link) 2>&5 8705 (eval $ac_link) 2>&5
8726 ac_status=$? 8706 ac_status=$?
8727 echo "$as_me:8726: \$? = $ac_status" >&5 8707 echo "$as_me:8707: \$? = $ac_status" >&5
8728 (exit $ac_status); } && 8708 (exit $ac_status); } &&
8729 { ac_try='test -s conftest$ac_exeext' 8709 { ac_try='test -s conftest$ac_exeext'
8730 { (eval echo "$as_me:8729: \"$ac_try\"") >&5 8710 { (eval echo "$as_me:8710: \"$ac_try\"") >&5
8731 (eval $ac_try) 2>&5 8711 (eval $ac_try) 2>&5
8732 ac_status=$? 8712 ac_status=$?
8733 echo "$as_me:8732: \$? = $ac_status" >&5 8713 echo "$as_me:8713: \$? = $ac_status" >&5
8734 (exit $ac_status); }; }; then 8714 (exit $ac_status); }; }; then
8735 eval "$as_ac_var=yes" 8715 eval "$as_ac_var=yes"
8736else 8716else
@@ -8740,7 +8720,7 @@ eval "$as_ac_var=no"
8740fi 8720fi
8741rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8721rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8742fi 8722fi
8743echo "$as_me:8742: result: `eval echo '${'$as_ac_var'}'`" >&5 8723echo "$as_me:8723: result: `eval echo '${'$as_ac_var'}'`" >&5
8744echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 8724echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8745if test `eval echo '${'$as_ac_var'}'` = yes; then 8725if test `eval echo '${'$as_ac_var'}'` = yes; then
8746 cat >>confdefs.h <<EOF 8726 cat >>confdefs.h <<EOF
@@ -8750,7 +8730,7 @@ EOF
8750fi 8730fi
8751done 8731done
8752 8732
8753echo "$as_me:8752: checking for working mktime" >&5 8733echo "$as_me:8733: checking for working mktime" >&5
8754echo $ECHO_N "checking for working mktime... $ECHO_C" >&6 8734echo $ECHO_N "checking for working mktime... $ECHO_C" >&6
8755if test "${ac_cv_func_working_mktime+set}" = set; then 8735if test "${ac_cv_func_working_mktime+set}" = set; then
8756 echo $ECHO_N "(cached) $ECHO_C" >&6 8736 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8759,7 +8739,7 @@ else
8759 ac_cv_func_working_mktime=no 8739 ac_cv_func_working_mktime=no
8760else 8740else
8761 cat >conftest.$ac_ext <<_ACEOF 8741 cat >conftest.$ac_ext <<_ACEOF
8762#line 8756 "configure" 8742#line 8742 "configure"
8763#include "confdefs.h" 8743#include "confdefs.h"
8764/* Test program from Paul Eggert and Tony Leneis. */ 8744/* Test program from Paul Eggert and Tony Leneis. */
8765#if TIME_WITH_SYS_TIME 8745#if TIME_WITH_SYS_TIME
@@ -8908,15 +8888,15 @@ main ()
8908} 8888}
8909_ACEOF 8889_ACEOF
8910rm -f conftest$ac_exeext 8890rm -f conftest$ac_exeext
8911if { (eval echo "$as_me:8910: \"$ac_link\"") >&5 8891if { (eval echo "$as_me:8891: \"$ac_link\"") >&5
8912 (eval $ac_link) 2>&5 8892 (eval $ac_link) 2>&5
8913 ac_status=$? 8893 ac_status=$?
8914 echo "$as_me:8913: \$? = $ac_status" >&5 8894 echo "$as_me:8894: \$? = $ac_status" >&5
8915 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 8895 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8916 { (eval echo "$as_me:8915: \"$ac_try\"") >&5 8896 { (eval echo "$as_me:8896: \"$ac_try\"") >&5
8917 (eval $ac_try) 2>&5 8897 (eval $ac_try) 2>&5
8918 ac_status=$? 8898 ac_status=$?
8919 echo "$as_me:8918: \$? = $ac_status" >&5 8899 echo "$as_me:8899: \$? = $ac_status" >&5
8920 (exit $ac_status); }; }; then 8900 (exit $ac_status); }; }; then
8921 ac_cv_func_working_mktime=yes 8901 ac_cv_func_working_mktime=yes
8922else 8902else
@@ -8928,7 +8908,7 @@ fi
8928rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 8908rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8929fi 8909fi
8930fi 8910fi
8931echo "$as_me:8930: result: $ac_cv_func_working_mktime" >&5 8911echo "$as_me:8911: result: $ac_cv_func_working_mktime" >&5
8932echo "${ECHO_T}$ac_cv_func_working_mktime" >&6 8912echo "${ECHO_T}$ac_cv_func_working_mktime" >&6
8933if test $ac_cv_func_working_mktime = no; then 8913if test $ac_cv_func_working_mktime = no; then
8934 LIBOBJS="$LIBOBJS mktime.$ac_objext" 8914 LIBOBJS="$LIBOBJS mktime.$ac_objext"
@@ -8947,13 +8927,13 @@ ac_have_func=no # yes means we've found a way to get the load average.
8947ac_save_LIBS=$LIBS 8927ac_save_LIBS=$LIBS
8948 8928
8949# Check for getloadavg, but be sure not to touch the cache variable. 8929# Check for getloadavg, but be sure not to touch the cache variable.
8950(echo "$as_me:8949: checking for getloadavg" >&5 8930(echo "$as_me:8930: checking for getloadavg" >&5
8951echo $ECHO_N "checking for getloadavg... $ECHO_C" >&6 8931echo $ECHO_N "checking for getloadavg... $ECHO_C" >&6
8952if test "${ac_cv_func_getloadavg+set}" = set; then 8932if test "${ac_cv_func_getloadavg+set}" = set; then
8953 echo $ECHO_N "(cached) $ECHO_C" >&6 8933 echo $ECHO_N "(cached) $ECHO_C" >&6
8954else 8934else
8955 cat >conftest.$ac_ext <<_ACEOF 8935 cat >conftest.$ac_ext <<_ACEOF
8956#line 8950 "configure" 8936#line 8936 "configure"
8957#include "confdefs.h" 8937#include "confdefs.h"
8958/* System header to define __stub macros and hopefully few prototypes, 8938/* System header to define __stub macros and hopefully few prototypes,
8959 which can conflict with char getloadavg (); below. */ 8939 which can conflict with char getloadavg (); below. */
@@ -8984,16 +8964,16 @@ f = getloadavg;
8984} 8964}
8985_ACEOF 8965_ACEOF
8986rm -f conftest.$ac_objext conftest$ac_exeext 8966rm -f conftest.$ac_objext conftest$ac_exeext
8987if { (eval echo "$as_me:8986: \"$ac_link\"") >&5 8967if { (eval echo "$as_me:8967: \"$ac_link\"") >&5
8988 (eval $ac_link) 2>&5 8968 (eval $ac_link) 2>&5
8989 ac_status=$? 8969 ac_status=$?
8990 echo "$as_me:8989: \$? = $ac_status" >&5 8970 echo "$as_me:8970: \$? = $ac_status" >&5
8991 (exit $ac_status); } && 8971 (exit $ac_status); } &&
8992 { ac_try='test -s conftest$ac_exeext' 8972 { ac_try='test -s conftest$ac_exeext'
8993 { (eval echo "$as_me:8992: \"$ac_try\"") >&5 8973 { (eval echo "$as_me:8973: \"$ac_try\"") >&5
8994 (eval $ac_try) 2>&5 8974 (eval $ac_try) 2>&5
8995 ac_status=$? 8975 ac_status=$?
8996 echo "$as_me:8995: \$? = $ac_status" >&5 8976 echo "$as_me:8976: \$? = $ac_status" >&5
8997 (exit $ac_status); }; }; then 8977 (exit $ac_status); }; }; then
8998 ac_cv_func_getloadavg=yes 8978 ac_cv_func_getloadavg=yes
8999else 8979else
@@ -9003,7 +8983,7 @@ ac_cv_func_getloadavg=no
9003fi 8983fi
9004rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8984rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9005fi 8985fi
9006echo "$as_me:9005: result: $ac_cv_func_getloadavg" >&5 8986echo "$as_me:8986: result: $ac_cv_func_getloadavg" >&5
9007echo "${ECHO_T}$ac_cv_func_getloadavg" >&6 8987echo "${ECHO_T}$ac_cv_func_getloadavg" >&6
9008if test $ac_cv_func_getloadavg = yes; then 8988if test $ac_cv_func_getloadavg = yes; then
9009 exit 0 8989 exit 0
@@ -9017,13 +8997,13 @@ fi
9017for ac_func in pstat_getdynamic 8997for ac_func in pstat_getdynamic
9018do 8998do
9019as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 8999as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9020echo "$as_me:9019: checking for $ac_func" >&5 9000echo "$as_me:9000: checking for $ac_func" >&5
9021echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 9001echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9022if eval "test \"\${$as_ac_var+set}\" = set"; then 9002if eval "test \"\${$as_ac_var+set}\" = set"; then
9023 echo $ECHO_N "(cached) $ECHO_C" >&6 9003 echo $ECHO_N "(cached) $ECHO_C" >&6
9024else 9004else
9025 cat >conftest.$ac_ext <<_ACEOF 9005 cat >conftest.$ac_ext <<_ACEOF
9026#line 9020 "configure" 9006#line 9006 "configure"
9027#include "confdefs.h" 9007#include "confdefs.h"
9028/* System header to define __stub macros and hopefully few prototypes, 9008/* System header to define __stub macros and hopefully few prototypes,
9029 which can conflict with char $ac_func (); below. */ 9009 which can conflict with char $ac_func (); below. */
@@ -9054,16 +9034,16 @@ f = $ac_func;
9054} 9034}
9055_ACEOF 9035_ACEOF
9056rm -f conftest.$ac_objext conftest$ac_exeext 9036rm -f conftest.$ac_objext conftest$ac_exeext
9057if { (eval echo "$as_me:9056: \"$ac_link\"") >&5 9037if { (eval echo "$as_me:9037: \"$ac_link\"") >&5
9058 (eval $ac_link) 2>&5 9038 (eval $ac_link) 2>&5
9059 ac_status=$? 9039 ac_status=$?
9060 echo "$as_me:9059: \$? = $ac_status" >&5 9040 echo "$as_me:9040: \$? = $ac_status" >&5
9061 (exit $ac_status); } && 9041 (exit $ac_status); } &&
9062 { ac_try='test -s conftest$ac_exeext' 9042 { ac_try='test -s conftest$ac_exeext'
9063 { (eval echo "$as_me:9062: \"$ac_try\"") >&5 9043 { (eval echo "$as_me:9043: \"$ac_try\"") >&5
9064 (eval $ac_try) 2>&5 9044 (eval $ac_try) 2>&5
9065 ac_status=$? 9045 ac_status=$?
9066 echo "$as_me:9065: \$? = $ac_status" >&5 9046 echo "$as_me:9046: \$? = $ac_status" >&5
9067 (exit $ac_status); }; }; then 9047 (exit $ac_status); }; }; then
9068 eval "$as_ac_var=yes" 9048 eval "$as_ac_var=yes"
9069else 9049else
@@ -9073,7 +9053,7 @@ eval "$as_ac_var=no"
9073fi 9053fi
9074rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9054rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9075fi 9055fi
9076echo "$as_me:9075: result: `eval echo '${'$as_ac_var'}'`" >&5 9056echo "$as_me:9056: result: `eval echo '${'$as_ac_var'}'`" >&5
9077echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 9057echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9078if test `eval echo '${'$as_ac_var'}'` = yes; then 9058if test `eval echo '${'$as_ac_var'}'` = yes; then
9079 cat >>confdefs.h <<EOF 9059 cat >>confdefs.h <<EOF
@@ -9085,7 +9065,7 @@ done
9085 9065
9086# Solaris has libkstat which does not require root. 9066# Solaris has libkstat which does not require root.
9087 9067
9088echo "$as_me:9087: checking for kstat_open in -lkstat" >&5 9068echo "$as_me:9068: checking for kstat_open in -lkstat" >&5
9089echo $ECHO_N "checking for kstat_open in -lkstat... $ECHO_C" >&6 9069echo $ECHO_N "checking for kstat_open in -lkstat... $ECHO_C" >&6
9090if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then 9070if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
9091 echo $ECHO_N "(cached) $ECHO_C" >&6 9071 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9093,7 +9073,7 @@ else
9093 ac_check_lib_save_LIBS=$LIBS 9073 ac_check_lib_save_LIBS=$LIBS
9094LIBS="-lkstat $LIBS" 9074LIBS="-lkstat $LIBS"
9095cat >conftest.$ac_ext <<_ACEOF 9075cat >conftest.$ac_ext <<_ACEOF
9096#line 9090 "configure" 9076#line 9076 "configure"
9097#include "confdefs.h" 9077#include "confdefs.h"
9098 9078
9099/* Override any gcc2 internal prototype to avoid an error. */ 9079/* Override any gcc2 internal prototype to avoid an error. */
@@ -9112,16 +9092,16 @@ kstat_open ();
9112} 9092}
9113_ACEOF 9093_ACEOF
9114rm -f conftest.$ac_objext conftest$ac_exeext 9094rm -f conftest.$ac_objext conftest$ac_exeext
9115if { (eval echo "$as_me:9114: \"$ac_link\"") >&5 9095if { (eval echo "$as_me:9095: \"$ac_link\"") >&5
9116 (eval $ac_link) 2>&5 9096 (eval $ac_link) 2>&5
9117 ac_status=$? 9097 ac_status=$?
9118 echo "$as_me:9117: \$? = $ac_status" >&5 9098 echo "$as_me:9098: \$? = $ac_status" >&5
9119 (exit $ac_status); } && 9099 (exit $ac_status); } &&
9120 { ac_try='test -s conftest$ac_exeext' 9100 { ac_try='test -s conftest$ac_exeext'
9121 { (eval echo "$as_me:9120: \"$ac_try\"") >&5 9101 { (eval echo "$as_me:9101: \"$ac_try\"") >&5
9122 (eval $ac_try) 2>&5 9102 (eval $ac_try) 2>&5
9123 ac_status=$? 9103 ac_status=$?
9124 echo "$as_me:9123: \$? = $ac_status" >&5 9104 echo "$as_me:9104: \$? = $ac_status" >&5
9125 (exit $ac_status); }; }; then 9105 (exit $ac_status); }; }; then
9126 ac_cv_lib_kstat_kstat_open=yes 9106 ac_cv_lib_kstat_kstat_open=yes
9127else 9107else
@@ -9132,7 +9112,7 @@ fi
9132rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9112rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9133LIBS=$ac_check_lib_save_LIBS 9113LIBS=$ac_check_lib_save_LIBS
9134fi 9114fi
9135echo "$as_me:9134: result: $ac_cv_lib_kstat_kstat_open" >&5 9115echo "$as_me:9115: result: $ac_cv_lib_kstat_kstat_open" >&5
9136echo "${ECHO_T}$ac_cv_lib_kstat_kstat_open" >&6 9116echo "${ECHO_T}$ac_cv_lib_kstat_kstat_open" >&6
9137if test $ac_cv_lib_kstat_kstat_open = yes; then 9117if test $ac_cv_lib_kstat_kstat_open = yes; then
9138 cat >>confdefs.h <<EOF 9118 cat >>confdefs.h <<EOF
@@ -9150,7 +9130,7 @@ test $ac_cv_lib_kstat_kstat_open = yes && ac_have_func=yes
9150# to get the right answer into the cache. 9130# to get the right answer into the cache.
9151# For kstat on solaris, we need libelf to force the definition of SVR4 below. 9131# For kstat on solaris, we need libelf to force the definition of SVR4 below.
9152if test $ac_have_func = no; then 9132if test $ac_have_func = no; then
9153 echo "$as_me:9152: checking for elf_begin in -lelf" >&5 9133 echo "$as_me:9133: checking for elf_begin in -lelf" >&5
9154echo $ECHO_N "checking for elf_begin in -lelf... $ECHO_C" >&6 9134echo $ECHO_N "checking for elf_begin in -lelf... $ECHO_C" >&6
9155if test "${ac_cv_lib_elf_elf_begin+set}" = set; then 9135if test "${ac_cv_lib_elf_elf_begin+set}" = set; then
9156 echo $ECHO_N "(cached) $ECHO_C" >&6 9136 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9158,7 +9138,7 @@ else
9158 ac_check_lib_save_LIBS=$LIBS 9138 ac_check_lib_save_LIBS=$LIBS
9159LIBS="-lelf $LIBS" 9139LIBS="-lelf $LIBS"
9160cat >conftest.$ac_ext <<_ACEOF 9140cat >conftest.$ac_ext <<_ACEOF
9161#line 9155 "configure" 9141#line 9141 "configure"
9162#include "confdefs.h" 9142#include "confdefs.h"
9163 9143
9164/* Override any gcc2 internal prototype to avoid an error. */ 9144/* Override any gcc2 internal prototype to avoid an error. */
@@ -9177,16 +9157,16 @@ elf_begin ();
9177} 9157}
9178_ACEOF 9158_ACEOF
9179rm -f conftest.$ac_objext conftest$ac_exeext 9159rm -f conftest.$ac_objext conftest$ac_exeext
9180if { (eval echo "$as_me:9179: \"$ac_link\"") >&5 9160if { (eval echo "$as_me:9160: \"$ac_link\"") >&5
9181 (eval $ac_link) 2>&5 9161 (eval $ac_link) 2>&5
9182 ac_status=$? 9162 ac_status=$?
9183 echo "$as_me:9182: \$? = $ac_status" >&5 9163 echo "$as_me:9163: \$? = $ac_status" >&5
9184 (exit $ac_status); } && 9164 (exit $ac_status); } &&
9185 { ac_try='test -s conftest$ac_exeext' 9165 { ac_try='test -s conftest$ac_exeext'
9186 { (eval echo "$as_me:9185: \"$ac_try\"") >&5 9166 { (eval echo "$as_me:9166: \"$ac_try\"") >&5
9187 (eval $ac_try) 2>&5 9167 (eval $ac_try) 2>&5
9188 ac_status=$? 9168 ac_status=$?
9189 echo "$as_me:9188: \$? = $ac_status" >&5 9169 echo "$as_me:9169: \$? = $ac_status" >&5
9190 (exit $ac_status); }; }; then 9170 (exit $ac_status); }; }; then
9191 ac_cv_lib_elf_elf_begin=yes 9171 ac_cv_lib_elf_elf_begin=yes
9192else 9172else
@@ -9197,7 +9177,7 @@ fi
9197rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9177rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9198LIBS=$ac_check_lib_save_LIBS 9178LIBS=$ac_check_lib_save_LIBS
9199fi 9179fi
9200echo "$as_me:9199: result: $ac_cv_lib_elf_elf_begin" >&5 9180echo "$as_me:9180: result: $ac_cv_lib_elf_elf_begin" >&5
9201echo "${ECHO_T}$ac_cv_lib_elf_elf_begin" >&6 9181echo "${ECHO_T}$ac_cv_lib_elf_elf_begin" >&6
9202if test $ac_cv_lib_elf_elf_begin = yes; then 9182if test $ac_cv_lib_elf_elf_begin = yes; then
9203 LIBS="-lelf $LIBS" 9183 LIBS="-lelf $LIBS"
@@ -9205,7 +9185,7 @@ fi
9205 9185
9206fi 9186fi
9207if test $ac_have_func = no; then 9187if test $ac_have_func = no; then
9208 echo "$as_me:9207: checking for kvm_open in -lkvm" >&5 9188 echo "$as_me:9188: checking for kvm_open in -lkvm" >&5
9209echo $ECHO_N "checking for kvm_open in -lkvm... $ECHO_C" >&6 9189echo $ECHO_N "checking for kvm_open in -lkvm... $ECHO_C" >&6
9210if test "${ac_cv_lib_kvm_kvm_open+set}" = set; then 9190if test "${ac_cv_lib_kvm_kvm_open+set}" = set; then
9211 echo $ECHO_N "(cached) $ECHO_C" >&6 9191 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9213,7 +9193,7 @@ else
9213 ac_check_lib_save_LIBS=$LIBS 9193 ac_check_lib_save_LIBS=$LIBS
9214LIBS="-lkvm $LIBS" 9194LIBS="-lkvm $LIBS"
9215cat >conftest.$ac_ext <<_ACEOF 9195cat >conftest.$ac_ext <<_ACEOF
9216#line 9210 "configure" 9196#line 9196 "configure"
9217#include "confdefs.h" 9197#include "confdefs.h"
9218 9198
9219/* Override any gcc2 internal prototype to avoid an error. */ 9199/* Override any gcc2 internal prototype to avoid an error. */
@@ -9232,16 +9212,16 @@ kvm_open ();
9232} 9212}
9233_ACEOF 9213_ACEOF
9234rm -f conftest.$ac_objext conftest$ac_exeext 9214rm -f conftest.$ac_objext conftest$ac_exeext
9235if { (eval echo "$as_me:9234: \"$ac_link\"") >&5 9215if { (eval echo "$as_me:9215: \"$ac_link\"") >&5
9236 (eval $ac_link) 2>&5 9216 (eval $ac_link) 2>&5
9237 ac_status=$? 9217 ac_status=$?
9238 echo "$as_me:9237: \$? = $ac_status" >&5 9218 echo "$as_me:9218: \$? = $ac_status" >&5
9239 (exit $ac_status); } && 9219 (exit $ac_status); } &&
9240 { ac_try='test -s conftest$ac_exeext' 9220 { ac_try='test -s conftest$ac_exeext'
9241 { (eval echo "$as_me:9240: \"$ac_try\"") >&5 9221 { (eval echo "$as_me:9221: \"$ac_try\"") >&5
9242 (eval $ac_try) 2>&5 9222 (eval $ac_try) 2>&5
9243 ac_status=$? 9223 ac_status=$?
9244 echo "$as_me:9243: \$? = $ac_status" >&5 9224 echo "$as_me:9224: \$? = $ac_status" >&5
9245 (exit $ac_status); }; }; then 9225 (exit $ac_status); }; }; then
9246 ac_cv_lib_kvm_kvm_open=yes 9226 ac_cv_lib_kvm_kvm_open=yes
9247else 9227else
@@ -9252,14 +9232,14 @@ fi
9252rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9232rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9253LIBS=$ac_check_lib_save_LIBS 9233LIBS=$ac_check_lib_save_LIBS
9254fi 9234fi
9255echo "$as_me:9254: result: $ac_cv_lib_kvm_kvm_open" >&5 9235echo "$as_me:9235: result: $ac_cv_lib_kvm_kvm_open" >&5
9256echo "${ECHO_T}$ac_cv_lib_kvm_kvm_open" >&6 9236echo "${ECHO_T}$ac_cv_lib_kvm_kvm_open" >&6
9257if test $ac_cv_lib_kvm_kvm_open = yes; then 9237if test $ac_cv_lib_kvm_kvm_open = yes; then
9258 LIBS="-lkvm $LIBS" 9238 LIBS="-lkvm $LIBS"
9259fi 9239fi
9260 9240
9261 # Check for the 4.4BSD definition of getloadavg. 9241 # Check for the 4.4BSD definition of getloadavg.
9262 echo "$as_me:9261: checking for getloadavg in -lutil" >&5 9242 echo "$as_me:9242: checking for getloadavg in -lutil" >&5
9263echo $ECHO_N "checking for getloadavg in -lutil... $ECHO_C" >&6 9243echo $ECHO_N "checking for getloadavg in -lutil... $ECHO_C" >&6
9264if test "${ac_cv_lib_util_getloadavg+set}" = set; then 9244if test "${ac_cv_lib_util_getloadavg+set}" = set; then
9265 echo $ECHO_N "(cached) $ECHO_C" >&6 9245 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9267,7 +9247,7 @@ else
9267 ac_check_lib_save_LIBS=$LIBS 9247 ac_check_lib_save_LIBS=$LIBS
9268LIBS="-lutil $LIBS" 9248LIBS="-lutil $LIBS"
9269cat >conftest.$ac_ext <<_ACEOF 9249cat >conftest.$ac_ext <<_ACEOF
9270#line 9264 "configure" 9250#line 9250 "configure"
9271#include "confdefs.h" 9251#include "confdefs.h"
9272 9252
9273/* Override any gcc2 internal prototype to avoid an error. */ 9253/* Override any gcc2 internal prototype to avoid an error. */
@@ -9286,16 +9266,16 @@ getloadavg ();
9286} 9266}
9287_ACEOF 9267_ACEOF
9288rm -f conftest.$ac_objext conftest$ac_exeext 9268rm -f conftest.$ac_objext conftest$ac_exeext
9289if { (eval echo "$as_me:9288: \"$ac_link\"") >&5 9269if { (eval echo "$as_me:9269: \"$ac_link\"") >&5
9290 (eval $ac_link) 2>&5 9270 (eval $ac_link) 2>&5
9291 ac_status=$? 9271 ac_status=$?
9292 echo "$as_me:9291: \$? = $ac_status" >&5 9272 echo "$as_me:9272: \$? = $ac_status" >&5
9293 (exit $ac_status); } && 9273 (exit $ac_status); } &&
9294 { ac_try='test -s conftest$ac_exeext' 9274 { ac_try='test -s conftest$ac_exeext'
9295 { (eval echo "$as_me:9294: \"$ac_try\"") >&5 9275 { (eval echo "$as_me:9275: \"$ac_try\"") >&5
9296 (eval $ac_try) 2>&5 9276 (eval $ac_try) 2>&5
9297 ac_status=$? 9277 ac_status=$?
9298 echo "$as_me:9297: \$? = $ac_status" >&5 9278 echo "$as_me:9278: \$? = $ac_status" >&5
9299 (exit $ac_status); }; }; then 9279 (exit $ac_status); }; }; then
9300 ac_cv_lib_util_getloadavg=yes 9280 ac_cv_lib_util_getloadavg=yes
9301else 9281else
@@ -9306,7 +9286,7 @@ fi
9306rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9286rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9307LIBS=$ac_check_lib_save_LIBS 9287LIBS=$ac_check_lib_save_LIBS
9308fi 9288fi
9309echo "$as_me:9308: result: $ac_cv_lib_util_getloadavg" >&5 9289echo "$as_me:9289: result: $ac_cv_lib_util_getloadavg" >&5
9310echo "${ECHO_T}$ac_cv_lib_util_getloadavg" >&6 9290echo "${ECHO_T}$ac_cv_lib_util_getloadavg" >&6
9311if test $ac_cv_lib_util_getloadavg = yes; then 9291if test $ac_cv_lib_util_getloadavg = yes; then
9312 LIBS="-lutil $LIBS" ac_have_func=yes ac_cv_func_getloadavg_setgid=yes 9292 LIBS="-lutil $LIBS" ac_have_func=yes ac_cv_func_getloadavg_setgid=yes
@@ -9319,7 +9299,7 @@ if test $ac_have_func = no; then
9319 # Since it is not a standard part of AIX, it might be installed locally. 9299 # Since it is not a standard part of AIX, it might be installed locally.
9320 ac_getloadavg_LIBS=$LIBS 9300 ac_getloadavg_LIBS=$LIBS
9321 LIBS="-L/usr/local/lib $LIBS" 9301 LIBS="-L/usr/local/lib $LIBS"
9322 echo "$as_me:9321: checking for getloadavg in -lgetloadavg" >&5 9302 echo "$as_me:9302: checking for getloadavg in -lgetloadavg" >&5
9323echo $ECHO_N "checking for getloadavg in -lgetloadavg... $ECHO_C" >&6 9303echo $ECHO_N "checking for getloadavg in -lgetloadavg... $ECHO_C" >&6
9324if test "${ac_cv_lib_getloadavg_getloadavg+set}" = set; then 9304if test "${ac_cv_lib_getloadavg_getloadavg+set}" = set; then
9325 echo $ECHO_N "(cached) $ECHO_C" >&6 9305 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9327,7 +9307,7 @@ else
9327 ac_check_lib_save_LIBS=$LIBS 9307 ac_check_lib_save_LIBS=$LIBS
9328LIBS="-lgetloadavg $LIBS" 9308LIBS="-lgetloadavg $LIBS"
9329cat >conftest.$ac_ext <<_ACEOF 9309cat >conftest.$ac_ext <<_ACEOF
9330#line 9324 "configure" 9310#line 9310 "configure"
9331#include "confdefs.h" 9311#include "confdefs.h"
9332 9312
9333/* Override any gcc2 internal prototype to avoid an error. */ 9313/* Override any gcc2 internal prototype to avoid an error. */
@@ -9346,16 +9326,16 @@ getloadavg ();
9346} 9326}
9347_ACEOF 9327_ACEOF
9348rm -f conftest.$ac_objext conftest$ac_exeext 9328rm -f conftest.$ac_objext conftest$ac_exeext
9349if { (eval echo "$as_me:9348: \"$ac_link\"") >&5 9329if { (eval echo "$as_me:9329: \"$ac_link\"") >&5
9350 (eval $ac_link) 2>&5 9330 (eval $ac_link) 2>&5
9351 ac_status=$? 9331 ac_status=$?
9352 echo "$as_me:9351: \$? = $ac_status" >&5 9332 echo "$as_me:9332: \$? = $ac_status" >&5
9353 (exit $ac_status); } && 9333 (exit $ac_status); } &&
9354 { ac_try='test -s conftest$ac_exeext' 9334 { ac_try='test -s conftest$ac_exeext'
9355 { (eval echo "$as_me:9354: \"$ac_try\"") >&5 9335 { (eval echo "$as_me:9335: \"$ac_try\"") >&5
9356 (eval $ac_try) 2>&5 9336 (eval $ac_try) 2>&5
9357 ac_status=$? 9337 ac_status=$?
9358 echo "$as_me:9357: \$? = $ac_status" >&5 9338 echo "$as_me:9338: \$? = $ac_status" >&5
9359 (exit $ac_status); }; }; then 9339 (exit $ac_status); }; }; then
9360 ac_cv_lib_getloadavg_getloadavg=yes 9340 ac_cv_lib_getloadavg_getloadavg=yes
9361else 9341else
@@ -9366,7 +9346,7 @@ fi
9366rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9346rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9367LIBS=$ac_check_lib_save_LIBS 9347LIBS=$ac_check_lib_save_LIBS
9368fi 9348fi
9369echo "$as_me:9368: result: $ac_cv_lib_getloadavg_getloadavg" >&5 9349echo "$as_me:9349: result: $ac_cv_lib_getloadavg_getloadavg" >&5
9370echo "${ECHO_T}$ac_cv_lib_getloadavg_getloadavg" >&6 9350echo "${ECHO_T}$ac_cv_lib_getloadavg_getloadavg" >&6
9371if test $ac_cv_lib_getloadavg_getloadavg = yes; then 9351if test $ac_cv_lib_getloadavg_getloadavg = yes; then
9372 LIBS="-lgetloadavg $LIBS" 9352 LIBS="-lgetloadavg $LIBS"
@@ -9382,13 +9362,13 @@ fi
9382for ac_func in getloadavg 9362for ac_func in getloadavg
9383do 9363do
9384as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 9364as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9385echo "$as_me:9384: checking for $ac_func" >&5 9365echo "$as_me:9365: checking for $ac_func" >&5
9386echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 9366echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9387if eval "test \"\${$as_ac_var+set}\" = set"; then 9367if eval "test \"\${$as_ac_var+set}\" = set"; then
9388 echo $ECHO_N "(cached) $ECHO_C" >&6 9368 echo $ECHO_N "(cached) $ECHO_C" >&6
9389else 9369else
9390 cat >conftest.$ac_ext <<_ACEOF 9370 cat >conftest.$ac_ext <<_ACEOF
9391#line 9385 "configure" 9371#line 9371 "configure"
9392#include "confdefs.h" 9372#include "confdefs.h"
9393/* System header to define __stub macros and hopefully few prototypes, 9373/* System header to define __stub macros and hopefully few prototypes,
9394 which can conflict with char $ac_func (); below. */ 9374 which can conflict with char $ac_func (); below. */
@@ -9419,16 +9399,16 @@ f = $ac_func;
9419} 9399}
9420_ACEOF 9400_ACEOF
9421rm -f conftest.$ac_objext conftest$ac_exeext 9401rm -f conftest.$ac_objext conftest$ac_exeext
9422if { (eval echo "$as_me:9421: \"$ac_link\"") >&5 9402if { (eval echo "$as_me:9402: \"$ac_link\"") >&5
9423 (eval $ac_link) 2>&5 9403 (eval $ac_link) 2>&5
9424 ac_status=$? 9404 ac_status=$?
9425 echo "$as_me:9424: \$? = $ac_status" >&5 9405 echo "$as_me:9405: \$? = $ac_status" >&5
9426 (exit $ac_status); } && 9406 (exit $ac_status); } &&
9427 { ac_try='test -s conftest$ac_exeext' 9407 { ac_try='test -s conftest$ac_exeext'
9428 { (eval echo "$as_me:9427: \"$ac_try\"") >&5 9408 { (eval echo "$as_me:9408: \"$ac_try\"") >&5
9429 (eval $ac_try) 2>&5 9409 (eval $ac_try) 2>&5
9430 ac_status=$? 9410 ac_status=$?
9431 echo "$as_me:9430: \$? = $ac_status" >&5 9411 echo "$as_me:9411: \$? = $ac_status" >&5
9432 (exit $ac_status); }; }; then 9412 (exit $ac_status); }; }; then
9433 eval "$as_ac_var=yes" 9413 eval "$as_ac_var=yes"
9434else 9414else
@@ -9438,7 +9418,7 @@ eval "$as_ac_var=no"
9438fi 9418fi
9439rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9419rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9440fi 9420fi
9441echo "$as_me:9440: result: `eval echo '${'$as_ac_var'}'`" >&5 9421echo "$as_me:9421: result: `eval echo '${'$as_ac_var'}'`" >&5
9442echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 9422echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9443if test `eval echo '${'$as_ac_var'}'` = yes; then 9423if test `eval echo '${'$as_ac_var'}'` = yes; then
9444 cat >>confdefs.h <<EOF 9424 cat >>confdefs.h <<EOF
@@ -9454,23 +9434,23 @@ EOF
9454 9434
9455# Figure out what our getloadavg.c needs. 9435# Figure out what our getloadavg.c needs.
9456ac_have_func=no 9436ac_have_func=no
9457echo "$as_me:9456: checking for sys/dg_sys_info.h" >&5 9437echo "$as_me:9437: checking for sys/dg_sys_info.h" >&5
9458echo $ECHO_N "checking for sys/dg_sys_info.h... $ECHO_C" >&6 9438echo $ECHO_N "checking for sys/dg_sys_info.h... $ECHO_C" >&6
9459if test "${ac_cv_header_sys_dg_sys_info_h+set}" = set; then 9439if test "${ac_cv_header_sys_dg_sys_info_h+set}" = set; then
9460 echo $ECHO_N "(cached) $ECHO_C" >&6 9440 echo $ECHO_N "(cached) $ECHO_C" >&6
9461else 9441else
9462 cat >conftest.$ac_ext <<_ACEOF 9442 cat >conftest.$ac_ext <<_ACEOF
9463#line 9457 "configure" 9443#line 9443 "configure"
9464#include "confdefs.h" 9444#include "confdefs.h"
9465#include <sys/dg_sys_info.h> 9445#include <sys/dg_sys_info.h>
9466_ACEOF 9446_ACEOF
9467if { (eval echo "$as_me:9466: \"$ac_cpp conftest.$ac_ext\"") >&5 9447if { (eval echo "$as_me:9447: \"$ac_cpp conftest.$ac_ext\"") >&5
9468 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9448 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9469 ac_status=$? 9449 ac_status=$?
9470 egrep -v '^ *\+' conftest.er1 >conftest.err 9450 egrep -v '^ *\+' conftest.er1 >conftest.err
9471 rm -f conftest.er1 9451 rm -f conftest.er1
9472 cat conftest.err >&5 9452 cat conftest.err >&5
9473 echo "$as_me:9472: \$? = $ac_status" >&5 9453 echo "$as_me:9453: \$? = $ac_status" >&5
9474 (exit $ac_status); } >/dev/null; then 9454 (exit $ac_status); } >/dev/null; then
9475 if test -s conftest.err; then 9455 if test -s conftest.err; then
9476 ac_cpp_err=$ac_c_preproc_warn_flag 9456 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -9489,7 +9469,7 @@ else
9489fi 9469fi
9490rm -f conftest.err conftest.$ac_ext 9470rm -f conftest.err conftest.$ac_ext
9491fi 9471fi
9492echo "$as_me:9491: result: $ac_cv_header_sys_dg_sys_info_h" >&5 9472echo "$as_me:9472: result: $ac_cv_header_sys_dg_sys_info_h" >&5
9493echo "${ECHO_T}$ac_cv_header_sys_dg_sys_info_h" >&6 9473echo "${ECHO_T}$ac_cv_header_sys_dg_sys_info_h" >&6
9494if test $ac_cv_header_sys_dg_sys_info_h = yes; then 9474if test $ac_cv_header_sys_dg_sys_info_h = yes; then
9495 ac_have_func=yes 9475 ac_have_func=yes
@@ -9498,7 +9478,7 @@ cat >>confdefs.h <<\EOF
9498#define DGUX 1 9478#define DGUX 1
9499EOF 9479EOF
9500 9480
9501echo "$as_me:9500: checking for dg_sys_info in -ldgc" >&5 9481echo "$as_me:9481: checking for dg_sys_info in -ldgc" >&5
9502echo $ECHO_N "checking for dg_sys_info in -ldgc... $ECHO_C" >&6 9482echo $ECHO_N "checking for dg_sys_info in -ldgc... $ECHO_C" >&6
9503if test "${ac_cv_lib_dgc_dg_sys_info+set}" = set; then 9483if test "${ac_cv_lib_dgc_dg_sys_info+set}" = set; then
9504 echo $ECHO_N "(cached) $ECHO_C" >&6 9484 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9506,7 +9486,7 @@ else
9506 ac_check_lib_save_LIBS=$LIBS 9486 ac_check_lib_save_LIBS=$LIBS
9507LIBS="-ldgc $LIBS" 9487LIBS="-ldgc $LIBS"
9508cat >conftest.$ac_ext <<_ACEOF 9488cat >conftest.$ac_ext <<_ACEOF
9509#line 9503 "configure" 9489#line 9489 "configure"
9510#include "confdefs.h" 9490#include "confdefs.h"
9511 9491
9512/* Override any gcc2 internal prototype to avoid an error. */ 9492/* Override any gcc2 internal prototype to avoid an error. */
@@ -9525,16 +9505,16 @@ dg_sys_info ();
9525} 9505}
9526_ACEOF 9506_ACEOF
9527rm -f conftest.$ac_objext conftest$ac_exeext 9507rm -f conftest.$ac_objext conftest$ac_exeext
9528if { (eval echo "$as_me:9527: \"$ac_link\"") >&5 9508if { (eval echo "$as_me:9508: \"$ac_link\"") >&5
9529 (eval $ac_link) 2>&5 9509 (eval $ac_link) 2>&5
9530 ac_status=$? 9510 ac_status=$?
9531 echo "$as_me:9530: \$? = $ac_status" >&5 9511 echo "$as_me:9511: \$? = $ac_status" >&5
9532 (exit $ac_status); } && 9512 (exit $ac_status); } &&
9533 { ac_try='test -s conftest$ac_exeext' 9513 { ac_try='test -s conftest$ac_exeext'
9534 { (eval echo "$as_me:9533: \"$ac_try\"") >&5 9514 { (eval echo "$as_me:9514: \"$ac_try\"") >&5
9535 (eval $ac_try) 2>&5 9515 (eval $ac_try) 2>&5
9536 ac_status=$? 9516 ac_status=$?
9537 echo "$as_me:9536: \$? = $ac_status" >&5 9517 echo "$as_me:9517: \$? = $ac_status" >&5
9538 (exit $ac_status); }; }; then 9518 (exit $ac_status); }; }; then
9539 ac_cv_lib_dgc_dg_sys_info=yes 9519 ac_cv_lib_dgc_dg_sys_info=yes
9540else 9520else
@@ -9545,7 +9525,7 @@ fi
9545rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9525rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9546LIBS=$ac_check_lib_save_LIBS 9526LIBS=$ac_check_lib_save_LIBS
9547fi 9527fi
9548echo "$as_me:9547: result: $ac_cv_lib_dgc_dg_sys_info" >&5 9528echo "$as_me:9528: result: $ac_cv_lib_dgc_dg_sys_info" >&5
9549echo "${ECHO_T}$ac_cv_lib_dgc_dg_sys_info" >&6 9529echo "${ECHO_T}$ac_cv_lib_dgc_dg_sys_info" >&6
9550if test $ac_cv_lib_dgc_dg_sys_info = yes; then 9530if test $ac_cv_lib_dgc_dg_sys_info = yes; then
9551 cat >>confdefs.h <<EOF 9531 cat >>confdefs.h <<EOF
@@ -9558,23 +9538,23 @@ fi
9558 9538
9559fi 9539fi
9560 9540
9561echo "$as_me:9560: checking for locale.h" >&5 9541echo "$as_me:9541: checking for locale.h" >&5
9562echo $ECHO_N "checking for locale.h... $ECHO_C" >&6 9542echo $ECHO_N "checking for locale.h... $ECHO_C" >&6
9563if test "${ac_cv_header_locale_h+set}" = set; then 9543if test "${ac_cv_header_locale_h+set}" = set; then
9564 echo $ECHO_N "(cached) $ECHO_C" >&6 9544 echo $ECHO_N "(cached) $ECHO_C" >&6
9565else 9545else
9566 cat >conftest.$ac_ext <<_ACEOF 9546 cat >conftest.$ac_ext <<_ACEOF
9567#line 9561 "configure" 9547#line 9547 "configure"
9568#include "confdefs.h" 9548#include "confdefs.h"
9569#include <locale.h> 9549#include <locale.h>
9570_ACEOF 9550_ACEOF
9571if { (eval echo "$as_me:9570: \"$ac_cpp conftest.$ac_ext\"") >&5 9551if { (eval echo "$as_me:9551: \"$ac_cpp conftest.$ac_ext\"") >&5
9572 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9552 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9573 ac_status=$? 9553 ac_status=$?
9574 egrep -v '^ *\+' conftest.er1 >conftest.err 9554 egrep -v '^ *\+' conftest.er1 >conftest.err
9575 rm -f conftest.er1 9555 rm -f conftest.er1
9576 cat conftest.err >&5 9556 cat conftest.err >&5
9577 echo "$as_me:9576: \$? = $ac_status" >&5 9557 echo "$as_me:9557: \$? = $ac_status" >&5
9578 (exit $ac_status); } >/dev/null; then 9558 (exit $ac_status); } >/dev/null; then
9579 if test -s conftest.err; then 9559 if test -s conftest.err; then
9580 ac_cpp_err=$ac_c_preproc_warn_flag 9560 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -9593,19 +9573,19 @@ else
9593fi 9573fi
9594rm -f conftest.err conftest.$ac_ext 9574rm -f conftest.err conftest.$ac_ext
9595fi 9575fi
9596echo "$as_me:9595: result: $ac_cv_header_locale_h" >&5 9576echo "$as_me:9576: result: $ac_cv_header_locale_h" >&5
9597echo "${ECHO_T}$ac_cv_header_locale_h" >&6 9577echo "${ECHO_T}$ac_cv_header_locale_h" >&6
9598 9578
9599for ac_func in setlocale 9579for ac_func in setlocale
9600do 9580do
9601as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 9581as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9602echo "$as_me:9601: checking for $ac_func" >&5 9582echo "$as_me:9582: checking for $ac_func" >&5
9603echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 9583echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9604if eval "test \"\${$as_ac_var+set}\" = set"; then 9584if eval "test \"\${$as_ac_var+set}\" = set"; then
9605 echo $ECHO_N "(cached) $ECHO_C" >&6 9585 echo $ECHO_N "(cached) $ECHO_C" >&6
9606else 9586else
9607 cat >conftest.$ac_ext <<_ACEOF 9587 cat >conftest.$ac_ext <<_ACEOF
9608#line 9602 "configure" 9588#line 9588 "configure"
9609#include "confdefs.h" 9589#include "confdefs.h"
9610/* System header to define __stub macros and hopefully few prototypes, 9590/* System header to define __stub macros and hopefully few prototypes,
9611 which can conflict with char $ac_func (); below. */ 9591 which can conflict with char $ac_func (); below. */
@@ -9636,16 +9616,16 @@ f = $ac_func;
9636} 9616}
9637_ACEOF 9617_ACEOF
9638rm -f conftest.$ac_objext conftest$ac_exeext 9618rm -f conftest.$ac_objext conftest$ac_exeext
9639if { (eval echo "$as_me:9638: \"$ac_link\"") >&5 9619if { (eval echo "$as_me:9619: \"$ac_link\"") >&5
9640 (eval $ac_link) 2>&5 9620 (eval $ac_link) 2>&5
9641 ac_status=$? 9621 ac_status=$?
9642 echo "$as_me:9641: \$? = $ac_status" >&5 9622 echo "$as_me:9622: \$? = $ac_status" >&5
9643 (exit $ac_status); } && 9623 (exit $ac_status); } &&
9644 { ac_try='test -s conftest$ac_exeext' 9624 { ac_try='test -s conftest$ac_exeext'
9645 { (eval echo "$as_me:9644: \"$ac_try\"") >&5 9625 { (eval echo "$as_me:9625: \"$ac_try\"") >&5
9646 (eval $ac_try) 2>&5 9626 (eval $ac_try) 2>&5
9647 ac_status=$? 9627 ac_status=$?
9648 echo "$as_me:9647: \$? = $ac_status" >&5 9628 echo "$as_me:9628: \$? = $ac_status" >&5
9649 (exit $ac_status); }; }; then 9629 (exit $ac_status); }; }; then
9650 eval "$as_ac_var=yes" 9630 eval "$as_ac_var=yes"
9651else 9631else
@@ -9655,7 +9635,7 @@ eval "$as_ac_var=no"
9655fi 9635fi
9656rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9636rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9657fi 9637fi
9658echo "$as_me:9657: result: `eval echo '${'$as_ac_var'}'`" >&5 9638echo "$as_me:9638: result: `eval echo '${'$as_ac_var'}'`" >&5
9659echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 9639echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9660if test `eval echo '${'$as_ac_var'}'` = yes; then 9640if test `eval echo '${'$as_ac_var'}'` = yes; then
9661 cat >>confdefs.h <<EOF 9641 cat >>confdefs.h <<EOF
@@ -9678,23 +9658,23 @@ EOF
9678fi 9658fi
9679 9659
9680if test $ac_have_func = no; then 9660if test $ac_have_func = no; then
9681 echo "$as_me:9680: checking for inq_stats/cpustats.h" >&5 9661 echo "$as_me:9661: checking for inq_stats/cpustats.h" >&5
9682echo $ECHO_N "checking for inq_stats/cpustats.h... $ECHO_C" >&6 9662echo $ECHO_N "checking for inq_stats/cpustats.h... $ECHO_C" >&6
9683if test "${ac_cv_header_inq_stats_cpustats_h+set}" = set; then 9663if test "${ac_cv_header_inq_stats_cpustats_h+set}" = set; then
9684 echo $ECHO_N "(cached) $ECHO_C" >&6 9664 echo $ECHO_N "(cached) $ECHO_C" >&6
9685else 9665else
9686 cat >conftest.$ac_ext <<_ACEOF 9666 cat >conftest.$ac_ext <<_ACEOF
9687#line 9681 "configure" 9667#line 9667 "configure"
9688#include "confdefs.h" 9668#include "confdefs.h"
9689#include <inq_stats/cpustats.h> 9669#include <inq_stats/cpustats.h>
9690_ACEOF 9670_ACEOF
9691if { (eval echo "$as_me:9690: \"$ac_cpp conftest.$ac_ext\"") >&5 9671if { (eval echo "$as_me:9671: \"$ac_cpp conftest.$ac_ext\"") >&5
9692 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9672 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9693 ac_status=$? 9673 ac_status=$?
9694 egrep -v '^ *\+' conftest.er1 >conftest.err 9674 egrep -v '^ *\+' conftest.er1 >conftest.err
9695 rm -f conftest.er1 9675 rm -f conftest.er1
9696 cat conftest.err >&5 9676 cat conftest.err >&5
9697 echo "$as_me:9696: \$? = $ac_status" >&5 9677 echo "$as_me:9677: \$? = $ac_status" >&5
9698 (exit $ac_status); } >/dev/null; then 9678 (exit $ac_status); } >/dev/null; then
9699 if test -s conftest.err; then 9679 if test -s conftest.err; then
9700 ac_cpp_err=$ac_c_preproc_warn_flag 9680 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -9713,7 +9693,7 @@ else
9713fi 9693fi
9714rm -f conftest.err conftest.$ac_ext 9694rm -f conftest.err conftest.$ac_ext
9715fi 9695fi
9716echo "$as_me:9715: result: $ac_cv_header_inq_stats_cpustats_h" >&5 9696echo "$as_me:9696: result: $ac_cv_header_inq_stats_cpustats_h" >&5
9717echo "${ECHO_T}$ac_cv_header_inq_stats_cpustats_h" >&6 9697echo "${ECHO_T}$ac_cv_header_inq_stats_cpustats_h" >&6
9718if test $ac_cv_header_inq_stats_cpustats_h = yes; then 9698if test $ac_cv_header_inq_stats_cpustats_h = yes; then
9719 ac_have_func=yes 9699 ac_have_func=yes
@@ -9731,23 +9711,23 @@ fi
9731fi 9711fi
9732 9712
9733if test $ac_have_func = no; then 9713if test $ac_have_func = no; then
9734 echo "$as_me:9733: checking for sys/cpustats.h" >&5 9714 echo "$as_me:9714: checking for sys/cpustats.h" >&5
9735echo $ECHO_N "checking for sys/cpustats.h... $ECHO_C" >&6 9715echo $ECHO_N "checking for sys/cpustats.h... $ECHO_C" >&6
9736if test "${ac_cv_header_sys_cpustats_h+set}" = set; then 9716if test "${ac_cv_header_sys_cpustats_h+set}" = set; then
9737 echo $ECHO_N "(cached) $ECHO_C" >&6 9717 echo $ECHO_N "(cached) $ECHO_C" >&6
9738else 9718else
9739 cat >conftest.$ac_ext <<_ACEOF 9719 cat >conftest.$ac_ext <<_ACEOF
9740#line 9734 "configure" 9720#line 9720 "configure"
9741#include "confdefs.h" 9721#include "confdefs.h"
9742#include <sys/cpustats.h> 9722#include <sys/cpustats.h>
9743_ACEOF 9723_ACEOF
9744if { (eval echo "$as_me:9743: \"$ac_cpp conftest.$ac_ext\"") >&5 9724if { (eval echo "$as_me:9724: \"$ac_cpp conftest.$ac_ext\"") >&5
9745 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9725 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9746 ac_status=$? 9726 ac_status=$?
9747 egrep -v '^ *\+' conftest.er1 >conftest.err 9727 egrep -v '^ *\+' conftest.er1 >conftest.err
9748 rm -f conftest.er1 9728 rm -f conftest.er1
9749 cat conftest.err >&5 9729 cat conftest.err >&5
9750 echo "$as_me:9749: \$? = $ac_status" >&5 9730 echo "$as_me:9730: \$? = $ac_status" >&5
9751 (exit $ac_status); } >/dev/null; then 9731 (exit $ac_status); } >/dev/null; then
9752 if test -s conftest.err; then 9732 if test -s conftest.err; then
9753 ac_cpp_err=$ac_c_preproc_warn_flag 9733 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -9766,7 +9746,7 @@ else
9766fi 9746fi
9767rm -f conftest.err conftest.$ac_ext 9747rm -f conftest.err conftest.$ac_ext
9768fi 9748fi
9769echo "$as_me:9768: result: $ac_cv_header_sys_cpustats_h" >&5 9749echo "$as_me:9749: result: $ac_cv_header_sys_cpustats_h" >&5
9770echo "${ECHO_T}$ac_cv_header_sys_cpustats_h" >&6 9750echo "${ECHO_T}$ac_cv_header_sys_cpustats_h" >&6
9771if test $ac_cv_header_sys_cpustats_h = yes; then 9751if test $ac_cv_header_sys_cpustats_h = yes; then
9772 ac_have_func=yes; cat >>confdefs.h <<\EOF 9752 ac_have_func=yes; cat >>confdefs.h <<\EOF
@@ -9782,23 +9762,23 @@ if test $ac_have_func = no; then
9782for ac_header in mach/mach.h 9762for ac_header in mach/mach.h
9783do 9763do
9784as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 9764as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9785echo "$as_me:9784: checking for $ac_header" >&5 9765echo "$as_me:9765: checking for $ac_header" >&5
9786echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 9766echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9787if eval "test \"\${$as_ac_Header+set}\" = set"; then 9767if eval "test \"\${$as_ac_Header+set}\" = set"; then
9788 echo $ECHO_N "(cached) $ECHO_C" >&6 9768 echo $ECHO_N "(cached) $ECHO_C" >&6
9789else 9769else
9790 cat >conftest.$ac_ext <<_ACEOF 9770 cat >conftest.$ac_ext <<_ACEOF
9791#line 9785 "configure" 9771#line 9771 "configure"
9792#include "confdefs.h" 9772#include "confdefs.h"
9793#include <$ac_header> 9773#include <$ac_header>
9794_ACEOF 9774_ACEOF
9795if { (eval echo "$as_me:9794: \"$ac_cpp conftest.$ac_ext\"") >&5 9775if { (eval echo "$as_me:9775: \"$ac_cpp conftest.$ac_ext\"") >&5
9796 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9776 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9797 ac_status=$? 9777 ac_status=$?
9798 egrep -v '^ *\+' conftest.er1 >conftest.err 9778 egrep -v '^ *\+' conftest.er1 >conftest.err
9799 rm -f conftest.er1 9779 rm -f conftest.er1
9800 cat conftest.err >&5 9780 cat conftest.err >&5
9801 echo "$as_me:9800: \$? = $ac_status" >&5 9781 echo "$as_me:9781: \$? = $ac_status" >&5
9802 (exit $ac_status); } >/dev/null; then 9782 (exit $ac_status); } >/dev/null; then
9803 if test -s conftest.err; then 9783 if test -s conftest.err; then
9804 ac_cpp_err=$ac_c_preproc_warn_flag 9784 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -9817,7 +9797,7 @@ else
9817fi 9797fi
9818rm -f conftest.err conftest.$ac_ext 9798rm -f conftest.err conftest.$ac_ext
9819fi 9799fi
9820echo "$as_me:9819: result: `eval echo '${'$as_ac_Header'}'`" >&5 9800echo "$as_me:9800: result: `eval echo '${'$as_ac_Header'}'`" >&5
9821echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 9801echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9822if test `eval echo '${'$as_ac_Header'}'` = yes; then 9802if test `eval echo '${'$as_ac_Header'}'` = yes; then
9823 cat >>confdefs.h <<EOF 9803 cat >>confdefs.h <<EOF
@@ -9832,23 +9812,23 @@ fi
9832for ac_header in nlist.h 9812for ac_header in nlist.h
9833do 9813do
9834as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 9814as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9835echo "$as_me:9834: checking for $ac_header" >&5 9815echo "$as_me:9815: checking for $ac_header" >&5
9836echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 9816echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9837if eval "test \"\${$as_ac_Header+set}\" = set"; then 9817if eval "test \"\${$as_ac_Header+set}\" = set"; then
9838 echo $ECHO_N "(cached) $ECHO_C" >&6 9818 echo $ECHO_N "(cached) $ECHO_C" >&6
9839else 9819else
9840 cat >conftest.$ac_ext <<_ACEOF 9820 cat >conftest.$ac_ext <<_ACEOF
9841#line 9835 "configure" 9821#line 9821 "configure"
9842#include "confdefs.h" 9822#include "confdefs.h"
9843#include <$ac_header> 9823#include <$ac_header>
9844_ACEOF 9824_ACEOF
9845if { (eval echo "$as_me:9844: \"$ac_cpp conftest.$ac_ext\"") >&5 9825if { (eval echo "$as_me:9825: \"$ac_cpp conftest.$ac_ext\"") >&5
9846 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9826 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9847 ac_status=$? 9827 ac_status=$?
9848 egrep -v '^ *\+' conftest.er1 >conftest.err 9828 egrep -v '^ *\+' conftest.er1 >conftest.err
9849 rm -f conftest.er1 9829 rm -f conftest.er1
9850 cat conftest.err >&5 9830 cat conftest.err >&5
9851 echo "$as_me:9850: \$? = $ac_status" >&5 9831 echo "$as_me:9831: \$? = $ac_status" >&5
9852 (exit $ac_status); } >/dev/null; then 9832 (exit $ac_status); } >/dev/null; then
9853 if test -s conftest.err; then 9833 if test -s conftest.err; then
9854 ac_cpp_err=$ac_c_preproc_warn_flag 9834 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -9867,19 +9847,19 @@ else
9867fi 9847fi
9868rm -f conftest.err conftest.$ac_ext 9848rm -f conftest.err conftest.$ac_ext
9869fi 9849fi
9870echo "$as_me:9869: result: `eval echo '${'$as_ac_Header'}'`" >&5 9850echo "$as_me:9850: result: `eval echo '${'$as_ac_Header'}'`" >&5
9871echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 9851echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9872if test `eval echo '${'$as_ac_Header'}'` = yes; then 9852if test `eval echo '${'$as_ac_Header'}'` = yes; then
9873 cat >>confdefs.h <<EOF 9853 cat >>confdefs.h <<EOF
9874#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 9854#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9875EOF 9855EOF
9876 echo "$as_me:9875: checking for struct nlist.n_un.n_name" >&5 9856 echo "$as_me:9856: checking for struct nlist.n_un.n_name" >&5
9877echo $ECHO_N "checking for struct nlist.n_un.n_name... $ECHO_C" >&6 9857echo $ECHO_N "checking for struct nlist.n_un.n_name... $ECHO_C" >&6
9878if test "${ac_cv_member_struct_nlist_n_un_n_name+set}" = set; then 9858if test "${ac_cv_member_struct_nlist_n_un_n_name+set}" = set; then
9879 echo $ECHO_N "(cached) $ECHO_C" >&6 9859 echo $ECHO_N "(cached) $ECHO_C" >&6
9880else 9860else
9881 cat >conftest.$ac_ext <<_ACEOF 9861 cat >conftest.$ac_ext <<_ACEOF
9882#line 9876 "configure" 9862#line 9862 "configure"
9883#include "confdefs.h" 9863#include "confdefs.h"
9884#include <nlist.h> 9864#include <nlist.h>
9885 9865
@@ -9894,16 +9874,16 @@ return 0;
9894} 9874}
9895_ACEOF 9875_ACEOF
9896rm -f conftest.$ac_objext 9876rm -f conftest.$ac_objext
9897if { (eval echo "$as_me:9896: \"$ac_compile\"") >&5 9877if { (eval echo "$as_me:9877: \"$ac_compile\"") >&5
9898 (eval $ac_compile) 2>&5 9878 (eval $ac_compile) 2>&5
9899 ac_status=$? 9879 ac_status=$?
9900 echo "$as_me:9899: \$? = $ac_status" >&5 9880 echo "$as_me:9880: \$? = $ac_status" >&5
9901 (exit $ac_status); } && 9881 (exit $ac_status); } &&
9902 { ac_try='test -s conftest.$ac_objext' 9882 { ac_try='test -s conftest.$ac_objext'
9903 { (eval echo "$as_me:9902: \"$ac_try\"") >&5 9883 { (eval echo "$as_me:9883: \"$ac_try\"") >&5
9904 (eval $ac_try) 2>&5 9884 (eval $ac_try) 2>&5
9905 ac_status=$? 9885 ac_status=$?
9906 echo "$as_me:9905: \$? = $ac_status" >&5 9886 echo "$as_me:9886: \$? = $ac_status" >&5
9907 (exit $ac_status); }; }; then 9887 (exit $ac_status); }; }; then
9908 ac_cv_member_struct_nlist_n_un_n_name=yes 9888 ac_cv_member_struct_nlist_n_un_n_name=yes
9909else 9889else
@@ -9913,7 +9893,7 @@ ac_cv_member_struct_nlist_n_un_n_name=no
9913fi 9893fi
9914rm -f conftest.$ac_objext conftest.$ac_ext 9894rm -f conftest.$ac_objext conftest.$ac_ext
9915fi 9895fi
9916echo "$as_me:9915: result: $ac_cv_member_struct_nlist_n_un_n_name" >&5 9896echo "$as_me:9896: result: $ac_cv_member_struct_nlist_n_un_n_name" >&5
9917echo "${ECHO_T}$ac_cv_member_struct_nlist_n_un_n_name" >&6 9897echo "${ECHO_T}$ac_cv_member_struct_nlist_n_un_n_name" >&6
9918if test $ac_cv_member_struct_nlist_n_un_n_name = yes; then 9898if test $ac_cv_member_struct_nlist_n_un_n_name = yes; then
9919 9899
@@ -9934,13 +9914,13 @@ fi
9934done 9914done
9935 9915
9936# Some definitions of getloadavg require that the program be installed setgid. 9916# Some definitions of getloadavg require that the program be installed setgid.
9937echo "$as_me:9936: checking whether getloadavg requires setgid" >&5 9917echo "$as_me:9917: checking whether getloadavg requires setgid" >&5
9938echo $ECHO_N "checking whether getloadavg requires setgid... $ECHO_C" >&6 9918echo $ECHO_N "checking whether getloadavg requires setgid... $ECHO_C" >&6
9939if test "${ac_cv_func_getloadavg_setgid+set}" = set; then 9919if test "${ac_cv_func_getloadavg_setgid+set}" = set; then
9940 echo $ECHO_N "(cached) $ECHO_C" >&6 9920 echo $ECHO_N "(cached) $ECHO_C" >&6
9941else 9921else
9942 cat >conftest.$ac_ext <<_ACEOF 9922 cat >conftest.$ac_ext <<_ACEOF
9943#line 9937 "configure" 9923#line 9923 "configure"
9944#include "confdefs.h" 9924#include "confdefs.h"
9945#include "$srcdir/getloadavg.c" 9925#include "$srcdir/getloadavg.c"
9946#ifdef LDAV_PRIVILEGED 9926#ifdef LDAV_PRIVILEGED
@@ -9956,7 +9936,7 @@ fi
9956rm -f conftest* 9936rm -f conftest*
9957 9937
9958fi 9938fi
9959echo "$as_me:9958: result: $ac_cv_func_getloadavg_setgid" >&5 9939echo "$as_me:9939: result: $ac_cv_func_getloadavg_setgid" >&5
9960echo "${ECHO_T}$ac_cv_func_getloadavg_setgid" >&6 9940echo "${ECHO_T}$ac_cv_func_getloadavg_setgid" >&6
9961if test $ac_cv_func_getloadavg_setgid = yes; then 9941if test $ac_cv_func_getloadavg_setgid = yes; then
9962 NEED_SETGID=true 9942 NEED_SETGID=true
@@ -9970,7 +9950,7 @@ else
9970fi 9950fi
9971 9951
9972if test $ac_cv_func_getloadavg_setgid = yes; then 9952if test $ac_cv_func_getloadavg_setgid = yes; then
9973 echo "$as_me:9972: checking group of /dev/kmem" >&5 9953 echo "$as_me:9953: checking group of /dev/kmem" >&5
9974echo $ECHO_N "checking group of /dev/kmem... $ECHO_C" >&6 9954echo $ECHO_N "checking group of /dev/kmem... $ECHO_C" >&6
9975if test "${ac_cv_group_kmem+set}" = set; then 9955if test "${ac_cv_group_kmem+set}" = set; then
9976 echo $ECHO_N "(cached) $ECHO_C" >&6 9956 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9985,7 +9965,7 @@ else
9985 / /s/.* //;p;'` 9965 / /s/.* //;p;'`
9986 9966
9987fi 9967fi
9988echo "$as_me:9987: result: $ac_cv_group_kmem" >&5 9968echo "$as_me:9968: result: $ac_cv_group_kmem" >&5
9989echo "${ECHO_T}$ac_cv_group_kmem" >&6 9969echo "${ECHO_T}$ac_cv_group_kmem" >&6
9990 KMEM_GROUP=$ac_cv_group_kmem 9970 KMEM_GROUP=$ac_cv_group_kmem
9991fi 9971fi
@@ -9996,7 +9976,7 @@ else
9996fi 9976fi
9997LIBS=$ac_save_LIBS 9977LIBS=$ac_save_LIBS
9998 9978
9999echo "$as_me:9998: checking for _LARGEFILE_SOURCE value needed for large files" >&5 9979echo "$as_me:9979: checking for _LARGEFILE_SOURCE value needed for large files" >&5
10000echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6 9980echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6
10001if test "${ac_cv_sys_largefile_source+set}" = set; then 9981if test "${ac_cv_sys_largefile_source+set}" = set; then
10002 echo $ECHO_N "(cached) $ECHO_C" >&6 9982 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10004,7 +9984,7 @@ else
10004 while :; do 9984 while :; do
10005 ac_cv_sys_largefile_source=no 9985 ac_cv_sys_largefile_source=no
10006 cat >conftest.$ac_ext <<_ACEOF 9986 cat >conftest.$ac_ext <<_ACEOF
10007#line 10001 "configure" 9987#line 9987 "configure"
10008#include "confdefs.h" 9988#include "confdefs.h"
10009#include <stdio.h> 9989#include <stdio.h>
10010int 9990int
@@ -10016,16 +9996,16 @@ return !fseeko;
10016} 9996}
10017_ACEOF 9997_ACEOF
10018rm -f conftest.$ac_objext 9998rm -f conftest.$ac_objext
10019if { (eval echo "$as_me:10018: \"$ac_compile\"") >&5 9999if { (eval echo "$as_me:9999: \"$ac_compile\"") >&5
10020 (eval $ac_compile) 2>&5 10000 (eval $ac_compile) 2>&5
10021 ac_status=$? 10001 ac_status=$?
10022 echo "$as_me:10021: \$? = $ac_status" >&5 10002 echo "$as_me:10002: \$? = $ac_status" >&5
10023 (exit $ac_status); } && 10003 (exit $ac_status); } &&
10024 { ac_try='test -s conftest.$ac_objext' 10004 { ac_try='test -s conftest.$ac_objext'
10025 { (eval echo "$as_me:10024: \"$ac_try\"") >&5 10005 { (eval echo "$as_me:10005: \"$ac_try\"") >&5
10026 (eval $ac_try) 2>&5 10006 (eval $ac_try) 2>&5
10027 ac_status=$? 10007 ac_status=$?
10028 echo "$as_me:10027: \$? = $ac_status" >&5 10008 echo "$as_me:10008: \$? = $ac_status" >&5
10029 (exit $ac_status); }; }; then 10009 (exit $ac_status); }; }; then
10030 break 10010 break
10031else 10011else
@@ -10034,7 +10014,7 @@ cat conftest.$ac_ext >&5
10034fi 10014fi
10035rm -f conftest.$ac_objext conftest.$ac_ext 10015rm -f conftest.$ac_objext conftest.$ac_ext
10036 cat >conftest.$ac_ext <<_ACEOF 10016 cat >conftest.$ac_ext <<_ACEOF
10037#line 10031 "configure" 10017#line 10017 "configure"
10038#include "confdefs.h" 10018#include "confdefs.h"
10039#define _LARGEFILE_SOURCE 1 10019#define _LARGEFILE_SOURCE 1
10040#include <stdio.h> 10020#include <stdio.h>
@@ -10047,16 +10027,16 @@ return !fseeko;
10047} 10027}
10048_ACEOF 10028_ACEOF
10049rm -f conftest.$ac_objext 10029rm -f conftest.$ac_objext
10050if { (eval echo "$as_me:10049: \"$ac_compile\"") >&5 10030if { (eval echo "$as_me:10030: \"$ac_compile\"") >&5
10051 (eval $ac_compile) 2>&5 10031 (eval $ac_compile) 2>&5
10052 ac_status=$? 10032 ac_status=$?
10053 echo "$as_me:10052: \$? = $ac_status" >&5 10033 echo "$as_me:10033: \$? = $ac_status" >&5
10054 (exit $ac_status); } && 10034 (exit $ac_status); } &&
10055 { ac_try='test -s conftest.$ac_objext' 10035 { ac_try='test -s conftest.$ac_objext'
10056 { (eval echo "$as_me:10055: \"$ac_try\"") >&5 10036 { (eval echo "$as_me:10036: \"$ac_try\"") >&5
10057 (eval $ac_try) 2>&5 10037 (eval $ac_try) 2>&5
10058 ac_status=$? 10038 ac_status=$?
10059 echo "$as_me:10058: \$? = $ac_status" >&5 10039 echo "$as_me:10039: \$? = $ac_status" >&5
10060 (exit $ac_status); }; }; then 10040 (exit $ac_status); }; }; then
10061 ac_cv_sys_largefile_source=1; break 10041 ac_cv_sys_largefile_source=1; break
10062else 10042else
@@ -10067,7 +10047,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
10067 break 10047 break
10068done 10048done
10069fi 10049fi
10070echo "$as_me:10069: result: $ac_cv_sys_largefile_source" >&5 10050echo "$as_me:10050: result: $ac_cv_sys_largefile_source" >&5
10071echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6 10051echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6
10072if test "$ac_cv_sys_largefile_source" != no; then 10052if test "$ac_cv_sys_largefile_source" != no; then
10073 10053
@@ -10081,13 +10061,13 @@ rm -f conftest*
10081# We used to try defining _XOPEN_SOURCE=500 too, to work around a bug 10061# We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
10082# in glibc 2.1.3, but that breaks too many other things. 10062# in glibc 2.1.3, but that breaks too many other things.
10083# If you want fseeko and ftello with glibc, upgrade to a fixed glibc. 10063# If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
10084echo "$as_me:10083: checking for fseeko" >&5 10064echo "$as_me:10064: checking for fseeko" >&5
10085echo $ECHO_N "checking for fseeko... $ECHO_C" >&6 10065echo $ECHO_N "checking for fseeko... $ECHO_C" >&6
10086if test "${ac_cv_func_fseeko+set}" = set; then 10066if test "${ac_cv_func_fseeko+set}" = set; then
10087 echo $ECHO_N "(cached) $ECHO_C" >&6 10067 echo $ECHO_N "(cached) $ECHO_C" >&6
10088else 10068else
10089 cat >conftest.$ac_ext <<_ACEOF 10069 cat >conftest.$ac_ext <<_ACEOF
10090#line 10084 "configure" 10070#line 10070 "configure"
10091#include "confdefs.h" 10071#include "confdefs.h"
10092#include <stdio.h> 10072#include <stdio.h>
10093int 10073int
@@ -10099,16 +10079,16 @@ return fseeko && fseeko (stdin, 0, 0);
10099} 10079}
10100_ACEOF 10080_ACEOF
10101rm -f conftest.$ac_objext conftest$ac_exeext 10081rm -f conftest.$ac_objext conftest$ac_exeext
10102if { (eval echo "$as_me:10101: \"$ac_link\"") >&5 10082if { (eval echo "$as_me:10082: \"$ac_link\"") >&5
10103 (eval $ac_link) 2>&5 10083 (eval $ac_link) 2>&5
10104 ac_status=$? 10084 ac_status=$?
10105 echo "$as_me:10104: \$? = $ac_status" >&5 10085 echo "$as_me:10085: \$? = $ac_status" >&5
10106 (exit $ac_status); } && 10086 (exit $ac_status); } &&
10107 { ac_try='test -s conftest$ac_exeext' 10087 { ac_try='test -s conftest$ac_exeext'
10108 { (eval echo "$as_me:10107: \"$ac_try\"") >&5 10088 { (eval echo "$as_me:10088: \"$ac_try\"") >&5
10109 (eval $ac_try) 2>&5 10089 (eval $ac_try) 2>&5
10110 ac_status=$? 10090 ac_status=$?
10111 echo "$as_me:10110: \$? = $ac_status" >&5 10091 echo "$as_me:10091: \$? = $ac_status" >&5
10112 (exit $ac_status); }; }; then 10092 (exit $ac_status); }; }; then
10113 ac_cv_func_fseeko=yes 10093 ac_cv_func_fseeko=yes
10114else 10094else
@@ -10118,7 +10098,7 @@ ac_cv_func_fseeko=no
10118fi 10098fi
10119rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10099rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10120fi 10100fi
10121echo "$as_me:10120: result: $ac_cv_func_fseeko" >&5 10101echo "$as_me:10101: result: $ac_cv_func_fseeko" >&5
10122echo "${ECHO_T}$ac_cv_func_fseeko" >&6 10102echo "${ECHO_T}$ac_cv_func_fseeko" >&6
10123if test $ac_cv_func_fseeko = yes; then 10103if test $ac_cv_func_fseeko = yes; then
10124 10104
@@ -10133,13 +10113,13 @@ fi
10133for ac_func in grantpt 10113for ac_func in grantpt
10134do 10114do
10135as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 10115as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
10136echo "$as_me:10135: checking for $ac_func" >&5 10116echo "$as_me:10116: checking for $ac_func" >&5
10137echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 10117echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
10138if eval "test \"\${$as_ac_var+set}\" = set"; then 10118if eval "test \"\${$as_ac_var+set}\" = set"; then
10139 echo $ECHO_N "(cached) $ECHO_C" >&6 10119 echo $ECHO_N "(cached) $ECHO_C" >&6
10140else 10120else
10141 cat >conftest.$ac_ext <<_ACEOF 10121 cat >conftest.$ac_ext <<_ACEOF
10142#line 10136 "configure" 10122#line 10122 "configure"
10143#include "confdefs.h" 10123#include "confdefs.h"
10144/* System header to define __stub macros and hopefully few prototypes, 10124/* System header to define __stub macros and hopefully few prototypes,
10145 which can conflict with char $ac_func (); below. */ 10125 which can conflict with char $ac_func (); below. */
@@ -10170,16 +10150,16 @@ f = $ac_func;
10170} 10150}
10171_ACEOF 10151_ACEOF
10172rm -f conftest.$ac_objext conftest$ac_exeext 10152rm -f conftest.$ac_objext conftest$ac_exeext
10173if { (eval echo "$as_me:10172: \"$ac_link\"") >&5 10153if { (eval echo "$as_me:10153: \"$ac_link\"") >&5
10174 (eval $ac_link) 2>&5 10154 (eval $ac_link) 2>&5
10175 ac_status=$? 10155 ac_status=$?
10176 echo "$as_me:10175: \$? = $ac_status" >&5 10156 echo "$as_me:10156: \$? = $ac_status" >&5
10177 (exit $ac_status); } && 10157 (exit $ac_status); } &&
10178 { ac_try='test -s conftest$ac_exeext' 10158 { ac_try='test -s conftest$ac_exeext'
10179 { (eval echo "$as_me:10178: \"$ac_try\"") >&5 10159 { (eval echo "$as_me:10159: \"$ac_try\"") >&5
10180 (eval $ac_try) 2>&5 10160 (eval $ac_try) 2>&5
10181 ac_status=$? 10161 ac_status=$?
10182 echo "$as_me:10181: \$? = $ac_status" >&5 10162 echo "$as_me:10162: \$? = $ac_status" >&5
10183 (exit $ac_status); }; }; then 10163 (exit $ac_status); }; }; then
10184 eval "$as_ac_var=yes" 10164 eval "$as_ac_var=yes"
10185else 10165else
@@ -10189,7 +10169,7 @@ eval "$as_ac_var=no"
10189fi 10169fi
10190rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10170rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10191fi 10171fi
10192echo "$as_me:10191: result: `eval echo '${'$as_ac_var'}'`" >&5 10172echo "$as_me:10172: result: `eval echo '${'$as_ac_var'}'`" >&5
10193echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 10173echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
10194if test `eval echo '${'$as_ac_var'}'` = yes; then 10174if test `eval echo '${'$as_ac_var'}'` = yes; then
10195 cat >>confdefs.h <<EOF 10175 cat >>confdefs.h <<EOF
@@ -10204,13 +10184,13 @@ done
10204for ac_func in getpt 10184for ac_func in getpt
10205do 10185do
10206as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 10186as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
10207echo "$as_me:10206: checking for $ac_func" >&5 10187echo "$as_me:10187: checking for $ac_func" >&5
10208echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 10188echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
10209if eval "test \"\${$as_ac_var+set}\" = set"; then 10189if eval "test \"\${$as_ac_var+set}\" = set"; then
10210 echo $ECHO_N "(cached) $ECHO_C" >&6 10190 echo $ECHO_N "(cached) $ECHO_C" >&6
10211else 10191else
10212 cat >conftest.$ac_ext <<_ACEOF 10192 cat >conftest.$ac_ext <<_ACEOF
10213#line 10207 "configure" 10193#line 10193 "configure"
10214#include "confdefs.h" 10194#include "confdefs.h"
10215/* System header to define __stub macros and hopefully few prototypes, 10195/* System header to define __stub macros and hopefully few prototypes,
10216 which can conflict with char $ac_func (); below. */ 10196 which can conflict with char $ac_func (); below. */
@@ -10241,16 +10221,16 @@ f = $ac_func;
10241} 10221}
10242_ACEOF 10222_ACEOF
10243rm -f conftest.$ac_objext conftest$ac_exeext 10223rm -f conftest.$ac_objext conftest$ac_exeext
10244if { (eval echo "$as_me:10243: \"$ac_link\"") >&5 10224if { (eval echo "$as_me:10224: \"$ac_link\"") >&5
10245 (eval $ac_link) 2>&5 10225 (eval $ac_link) 2>&5
10246 ac_status=$? 10226 ac_status=$?
10247 echo "$as_me:10246: \$? = $ac_status" >&5 10227 echo "$as_me:10227: \$? = $ac_status" >&5
10248 (exit $ac_status); } && 10228 (exit $ac_status); } &&
10249 { ac_try='test -s conftest$ac_exeext' 10229 { ac_try='test -s conftest$ac_exeext'
10250 { (eval echo "$as_me:10249: \"$ac_try\"") >&5 10230 { (eval echo "$as_me:10230: \"$ac_try\"") >&5
10251 (eval $ac_try) 2>&5 10231 (eval $ac_try) 2>&5
10252 ac_status=$? 10232 ac_status=$?
10253 echo "$as_me:10252: \$? = $ac_status" >&5 10233 echo "$as_me:10233: \$? = $ac_status" >&5
10254 (exit $ac_status); }; }; then 10234 (exit $ac_status); }; }; then
10255 eval "$as_ac_var=yes" 10235 eval "$as_ac_var=yes"
10256else 10236else
@@ -10260,7 +10240,7 @@ eval "$as_ac_var=no"
10260fi 10240fi
10261rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10241rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10262fi 10242fi
10263echo "$as_me:10262: result: `eval echo '${'$as_ac_var'}'`" >&5 10243echo "$as_me:10243: result: `eval echo '${'$as_ac_var'}'`" >&5
10264echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 10244echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
10265if test `eval echo '${'$as_ac_var'}'` = yes; then 10245if test `eval echo '${'$as_ac_var'}'` = yes; then
10266 cat >>confdefs.h <<EOF 10246 cat >>confdefs.h <<EOF
@@ -10275,7 +10255,7 @@ done
10275# It's better to believe a function is not available 10255# It's better to believe a function is not available
10276# than to expect to find it in ncurses. 10256# than to expect to find it in ncurses.
10277 10257
10278echo "$as_me:10277: checking for tparm in -lncurses" >&5 10258echo "$as_me:10258: checking for tparm in -lncurses" >&5
10279echo $ECHO_N "checking for tparm in -lncurses... $ECHO_C" >&6 10259echo $ECHO_N "checking for tparm in -lncurses... $ECHO_C" >&6
10280if test "${ac_cv_lib_ncurses_tparm+set}" = set; then 10260if test "${ac_cv_lib_ncurses_tparm+set}" = set; then
10281 echo $ECHO_N "(cached) $ECHO_C" >&6 10261 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10283,7 +10263,7 @@ else
10283 ac_check_lib_save_LIBS=$LIBS 10263 ac_check_lib_save_LIBS=$LIBS
10284LIBS="-lncurses $LIBS" 10264LIBS="-lncurses $LIBS"
10285cat >conftest.$ac_ext <<_ACEOF 10265cat >conftest.$ac_ext <<_ACEOF
10286#line 10280 "configure" 10266#line 10266 "configure"
10287#include "confdefs.h" 10267#include "confdefs.h"
10288 10268
10289/* Override any gcc2 internal prototype to avoid an error. */ 10269/* Override any gcc2 internal prototype to avoid an error. */
@@ -10302,16 +10282,16 @@ tparm ();
10302} 10282}
10303_ACEOF 10283_ACEOF
10304rm -f conftest.$ac_objext conftest$ac_exeext 10284rm -f conftest.$ac_objext conftest$ac_exeext
10305if { (eval echo "$as_me:10304: \"$ac_link\"") >&5 10285if { (eval echo "$as_me:10285: \"$ac_link\"") >&5
10306 (eval $ac_link) 2>&5 10286 (eval $ac_link) 2>&5
10307 ac_status=$? 10287 ac_status=$?
10308 echo "$as_me:10307: \$? = $ac_status" >&5 10288 echo "$as_me:10288: \$? = $ac_status" >&5
10309 (exit $ac_status); } && 10289 (exit $ac_status); } &&
10310 { ac_try='test -s conftest$ac_exeext' 10290 { ac_try='test -s conftest$ac_exeext'
10311 { (eval echo "$as_me:10310: \"$ac_try\"") >&5 10291 { (eval echo "$as_me:10291: \"$ac_try\"") >&5
10312 (eval $ac_try) 2>&5 10292 (eval $ac_try) 2>&5
10313 ac_status=$? 10293 ac_status=$?
10314 echo "$as_me:10313: \$? = $ac_status" >&5 10294 echo "$as_me:10294: \$? = $ac_status" >&5
10315 (exit $ac_status); }; }; then 10295 (exit $ac_status); }; }; then
10316 ac_cv_lib_ncurses_tparm=yes 10296 ac_cv_lib_ncurses_tparm=yes
10317else 10297else
@@ -10322,7 +10302,7 @@ fi
10322rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10302rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10323LIBS=$ac_check_lib_save_LIBS 10303LIBS=$ac_check_lib_save_LIBS
10324fi 10304fi
10325echo "$as_me:10324: result: $ac_cv_lib_ncurses_tparm" >&5 10305echo "$as_me:10305: result: $ac_cv_lib_ncurses_tparm" >&5
10326echo "${ECHO_T}$ac_cv_lib_ncurses_tparm" >&6 10306echo "${ECHO_T}$ac_cv_lib_ncurses_tparm" >&6
10327if test $ac_cv_lib_ncurses_tparm = yes; then 10307if test $ac_cv_lib_ncurses_tparm = yes; then
10328 cat >>confdefs.h <<EOF 10308 cat >>confdefs.h <<EOF
@@ -10337,13 +10317,13 @@ fi
10337if test "$with_hesiod" = yes ; then 10317if test "$with_hesiod" = yes ; then
10338 # Don't set $LIBS here -- see comments above. 10318 # Don't set $LIBS here -- see comments above.
10339 resolv=no 10319 resolv=no
10340 echo "$as_me:10339: checking for res_send" >&5 10320 echo "$as_me:10320: checking for res_send" >&5
10341echo $ECHO_N "checking for res_send... $ECHO_C" >&6 10321echo $ECHO_N "checking for res_send... $ECHO_C" >&6
10342if test "${ac_cv_func_res_send+set}" = set; then 10322if test "${ac_cv_func_res_send+set}" = set; then
10343 echo $ECHO_N "(cached) $ECHO_C" >&6 10323 echo $ECHO_N "(cached) $ECHO_C" >&6
10344else 10324else
10345 cat >conftest.$ac_ext <<_ACEOF 10325 cat >conftest.$ac_ext <<_ACEOF
10346#line 10340 "configure" 10326#line 10326 "configure"
10347#include "confdefs.h" 10327#include "confdefs.h"
10348/* System header to define __stub macros and hopefully few prototypes, 10328/* System header to define __stub macros and hopefully few prototypes,
10349 which can conflict with char res_send (); below. */ 10329 which can conflict with char res_send (); below. */
@@ -10374,16 +10354,16 @@ f = res_send;
10374} 10354}
10375_ACEOF 10355_ACEOF
10376rm -f conftest.$ac_objext conftest$ac_exeext 10356rm -f conftest.$ac_objext conftest$ac_exeext
10377if { (eval echo "$as_me:10376: \"$ac_link\"") >&5 10357if { (eval echo "$as_me:10357: \"$ac_link\"") >&5
10378 (eval $ac_link) 2>&5 10358 (eval $ac_link) 2>&5
10379 ac_status=$? 10359 ac_status=$?
10380 echo "$as_me:10379: \$? = $ac_status" >&5 10360 echo "$as_me:10360: \$? = $ac_status" >&5
10381 (exit $ac_status); } && 10361 (exit $ac_status); } &&
10382 { ac_try='test -s conftest$ac_exeext' 10362 { ac_try='test -s conftest$ac_exeext'
10383 { (eval echo "$as_me:10382: \"$ac_try\"") >&5 10363 { (eval echo "$as_me:10363: \"$ac_try\"") >&5
10384 (eval $ac_try) 2>&5 10364 (eval $ac_try) 2>&5
10385 ac_status=$? 10365 ac_status=$?
10386 echo "$as_me:10385: \$? = $ac_status" >&5 10366 echo "$as_me:10366: \$? = $ac_status" >&5
10387 (exit $ac_status); }; }; then 10367 (exit $ac_status); }; }; then
10388 ac_cv_func_res_send=yes 10368 ac_cv_func_res_send=yes
10389else 10369else
@@ -10393,18 +10373,18 @@ ac_cv_func_res_send=no
10393fi 10373fi
10394rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10374rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10395fi 10375fi
10396echo "$as_me:10395: result: $ac_cv_func_res_send" >&5 10376echo "$as_me:10376: result: $ac_cv_func_res_send" >&5
10397echo "${ECHO_T}$ac_cv_func_res_send" >&6 10377echo "${ECHO_T}$ac_cv_func_res_send" >&6
10398if test $ac_cv_func_res_send = yes; then 10378if test $ac_cv_func_res_send = yes; then
10399 : 10379 :
10400else 10380else
10401 echo "$as_me:10400: checking for __res_send" >&5 10381 echo "$as_me:10381: checking for __res_send" >&5
10402echo $ECHO_N "checking for __res_send... $ECHO_C" >&6 10382echo $ECHO_N "checking for __res_send... $ECHO_C" >&6
10403if test "${ac_cv_func___res_send+set}" = set; then 10383if test "${ac_cv_func___res_send+set}" = set; then
10404 echo $ECHO_N "(cached) $ECHO_C" >&6 10384 echo $ECHO_N "(cached) $ECHO_C" >&6
10405else 10385else
10406 cat >conftest.$ac_ext <<_ACEOF 10386 cat >conftest.$ac_ext <<_ACEOF
10407#line 10401 "configure" 10387#line 10387 "configure"
10408#include "confdefs.h" 10388#include "confdefs.h"
10409/* System header to define __stub macros and hopefully few prototypes, 10389/* System header to define __stub macros and hopefully few prototypes,
10410 which can conflict with char __res_send (); below. */ 10390 which can conflict with char __res_send (); below. */
@@ -10435,16 +10415,16 @@ f = __res_send;
10435} 10415}
10436_ACEOF 10416_ACEOF
10437rm -f conftest.$ac_objext conftest$ac_exeext 10417rm -f conftest.$ac_objext conftest$ac_exeext
10438if { (eval echo "$as_me:10437: \"$ac_link\"") >&5 10418if { (eval echo "$as_me:10418: \"$ac_link\"") >&5
10439 (eval $ac_link) 2>&5 10419 (eval $ac_link) 2>&5
10440 ac_status=$? 10420 ac_status=$?
10441 echo "$as_me:10440: \$? = $ac_status" >&5 10421 echo "$as_me:10421: \$? = $ac_status" >&5
10442 (exit $ac_status); } && 10422 (exit $ac_status); } &&
10443 { ac_try='test -s conftest$ac_exeext' 10423 { ac_try='test -s conftest$ac_exeext'
10444 { (eval echo "$as_me:10443: \"$ac_try\"") >&5 10424 { (eval echo "$as_me:10424: \"$ac_try\"") >&5
10445 (eval $ac_try) 2>&5 10425 (eval $ac_try) 2>&5
10446 ac_status=$? 10426 ac_status=$?
10447 echo "$as_me:10446: \$? = $ac_status" >&5 10427 echo "$as_me:10427: \$? = $ac_status" >&5
10448 (exit $ac_status); }; }; then 10428 (exit $ac_status); }; }; then
10449 ac_cv_func___res_send=yes 10429 ac_cv_func___res_send=yes
10450else 10430else
@@ -10454,12 +10434,12 @@ ac_cv_func___res_send=no
10454fi 10434fi
10455rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10435rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10456fi 10436fi
10457echo "$as_me:10456: result: $ac_cv_func___res_send" >&5 10437echo "$as_me:10437: result: $ac_cv_func___res_send" >&5
10458echo "${ECHO_T}$ac_cv_func___res_send" >&6 10438echo "${ECHO_T}$ac_cv_func___res_send" >&6
10459if test $ac_cv_func___res_send = yes; then 10439if test $ac_cv_func___res_send = yes; then
10460 : 10440 :
10461else 10441else
10462 echo "$as_me:10461: checking for res_send in -lresolv" >&5 10442 echo "$as_me:10442: checking for res_send in -lresolv" >&5
10463echo $ECHO_N "checking for res_send in -lresolv... $ECHO_C" >&6 10443echo $ECHO_N "checking for res_send in -lresolv... $ECHO_C" >&6
10464if test "${ac_cv_lib_resolv_res_send+set}" = set; then 10444if test "${ac_cv_lib_resolv_res_send+set}" = set; then
10465 echo $ECHO_N "(cached) $ECHO_C" >&6 10445 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10467,7 +10447,7 @@ else
10467 ac_check_lib_save_LIBS=$LIBS 10447 ac_check_lib_save_LIBS=$LIBS
10468LIBS="-lresolv $LIBS" 10448LIBS="-lresolv $LIBS"
10469cat >conftest.$ac_ext <<_ACEOF 10449cat >conftest.$ac_ext <<_ACEOF
10470#line 10464 "configure" 10450#line 10450 "configure"
10471#include "confdefs.h" 10451#include "confdefs.h"
10472 10452
10473/* Override any gcc2 internal prototype to avoid an error. */ 10453/* Override any gcc2 internal prototype to avoid an error. */
@@ -10486,16 +10466,16 @@ res_send ();
10486} 10466}
10487_ACEOF 10467_ACEOF
10488rm -f conftest.$ac_objext conftest$ac_exeext 10468rm -f conftest.$ac_objext conftest$ac_exeext
10489if { (eval echo "$as_me:10488: \"$ac_link\"") >&5 10469if { (eval echo "$as_me:10469: \"$ac_link\"") >&5
10490 (eval $ac_link) 2>&5 10470 (eval $ac_link) 2>&5
10491 ac_status=$? 10471 ac_status=$?
10492 echo "$as_me:10491: \$? = $ac_status" >&5 10472 echo "$as_me:10472: \$? = $ac_status" >&5
10493 (exit $ac_status); } && 10473 (exit $ac_status); } &&
10494 { ac_try='test -s conftest$ac_exeext' 10474 { ac_try='test -s conftest$ac_exeext'
10495 { (eval echo "$as_me:10494: \"$ac_try\"") >&5 10475 { (eval echo "$as_me:10475: \"$ac_try\"") >&5
10496 (eval $ac_try) 2>&5 10476 (eval $ac_try) 2>&5
10497 ac_status=$? 10477 ac_status=$?
10498 echo "$as_me:10497: \$? = $ac_status" >&5 10478 echo "$as_me:10478: \$? = $ac_status" >&5
10499 (exit $ac_status); }; }; then 10479 (exit $ac_status); }; }; then
10500 ac_cv_lib_resolv_res_send=yes 10480 ac_cv_lib_resolv_res_send=yes
10501else 10481else
@@ -10506,12 +10486,12 @@ fi
10506rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10486rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10507LIBS=$ac_check_lib_save_LIBS 10487LIBS=$ac_check_lib_save_LIBS
10508fi 10488fi
10509echo "$as_me:10508: result: $ac_cv_lib_resolv_res_send" >&5 10489echo "$as_me:10489: result: $ac_cv_lib_resolv_res_send" >&5
10510echo "${ECHO_T}$ac_cv_lib_resolv_res_send" >&6 10490echo "${ECHO_T}$ac_cv_lib_resolv_res_send" >&6
10511if test $ac_cv_lib_resolv_res_send = yes; then 10491if test $ac_cv_lib_resolv_res_send = yes; then
10512 resolv=yes 10492 resolv=yes
10513else 10493else
10514 echo "$as_me:10513: checking for __res_send in -lresolv" >&5 10494 echo "$as_me:10494: checking for __res_send in -lresolv" >&5
10515echo $ECHO_N "checking for __res_send in -lresolv... $ECHO_C" >&6 10495echo $ECHO_N "checking for __res_send in -lresolv... $ECHO_C" >&6
10516if test "${ac_cv_lib_resolv___res_send+set}" = set; then 10496if test "${ac_cv_lib_resolv___res_send+set}" = set; then
10517 echo $ECHO_N "(cached) $ECHO_C" >&6 10497 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10519,7 +10499,7 @@ else
10519 ac_check_lib_save_LIBS=$LIBS 10499 ac_check_lib_save_LIBS=$LIBS
10520LIBS="-lresolv $LIBS" 10500LIBS="-lresolv $LIBS"
10521cat >conftest.$ac_ext <<_ACEOF 10501cat >conftest.$ac_ext <<_ACEOF
10522#line 10516 "configure" 10502#line 10502 "configure"
10523#include "confdefs.h" 10503#include "confdefs.h"
10524 10504
10525/* Override any gcc2 internal prototype to avoid an error. */ 10505/* Override any gcc2 internal prototype to avoid an error. */
@@ -10538,16 +10518,16 @@ __res_send ();
10538} 10518}
10539_ACEOF 10519_ACEOF
10540rm -f conftest.$ac_objext conftest$ac_exeext 10520rm -f conftest.$ac_objext conftest$ac_exeext
10541if { (eval echo "$as_me:10540: \"$ac_link\"") >&5 10521if { (eval echo "$as_me:10521: \"$ac_link\"") >&5
10542 (eval $ac_link) 2>&5 10522 (eval $ac_link) 2>&5
10543 ac_status=$? 10523 ac_status=$?
10544 echo "$as_me:10543: \$? = $ac_status" >&5 10524 echo "$as_me:10524: \$? = $ac_status" >&5
10545 (exit $ac_status); } && 10525 (exit $ac_status); } &&
10546 { ac_try='test -s conftest$ac_exeext' 10526 { ac_try='test -s conftest$ac_exeext'
10547 { (eval echo "$as_me:10546: \"$ac_try\"") >&5 10527 { (eval echo "$as_me:10527: \"$ac_try\"") >&5
10548 (eval $ac_try) 2>&5 10528 (eval $ac_try) 2>&5
10549 ac_status=$? 10529 ac_status=$?
10550 echo "$as_me:10549: \$? = $ac_status" >&5 10530 echo "$as_me:10530: \$? = $ac_status" >&5
10551 (exit $ac_status); }; }; then 10531 (exit $ac_status); }; }; then
10552 ac_cv_lib_resolv___res_send=yes 10532 ac_cv_lib_resolv___res_send=yes
10553else 10533else
@@ -10558,7 +10538,7 @@ fi
10558rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10538rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10559LIBS=$ac_check_lib_save_LIBS 10539LIBS=$ac_check_lib_save_LIBS
10560fi 10540fi
10561echo "$as_me:10560: result: $ac_cv_lib_resolv___res_send" >&5 10541echo "$as_me:10541: result: $ac_cv_lib_resolv___res_send" >&5
10562echo "${ECHO_T}$ac_cv_lib_resolv___res_send" >&6 10542echo "${ECHO_T}$ac_cv_lib_resolv___res_send" >&6
10563if test $ac_cv_lib_resolv___res_send = yes; then 10543if test $ac_cv_lib_resolv___res_send = yes; then
10564 resolv=yes 10544 resolv=yes
@@ -10580,13 +10560,13 @@ EOF
10580 else 10560 else
10581 RESOLVLIB= 10561 RESOLVLIB=
10582 fi 10562 fi
10583 echo "$as_me:10582: checking for hes_getmailhost" >&5 10563 echo "$as_me:10563: checking for hes_getmailhost" >&5
10584echo $ECHO_N "checking for hes_getmailhost... $ECHO_C" >&6 10564echo $ECHO_N "checking for hes_getmailhost... $ECHO_C" >&6
10585if test "${ac_cv_func_hes_getmailhost+set}" = set; then 10565if test "${ac_cv_func_hes_getmailhost+set}" = set; then
10586 echo $ECHO_N "(cached) $ECHO_C" >&6 10566 echo $ECHO_N "(cached) $ECHO_C" >&6
10587else 10567else
10588 cat >conftest.$ac_ext <<_ACEOF 10568 cat >conftest.$ac_ext <<_ACEOF
10589#line 10583 "configure" 10569#line 10569 "configure"
10590#include "confdefs.h" 10570#include "confdefs.h"
10591/* System header to define __stub macros and hopefully few prototypes, 10571/* System header to define __stub macros and hopefully few prototypes,
10592 which can conflict with char hes_getmailhost (); below. */ 10572 which can conflict with char hes_getmailhost (); below. */
@@ -10617,16 +10597,16 @@ f = hes_getmailhost;
10617} 10597}
10618_ACEOF 10598_ACEOF
10619rm -f conftest.$ac_objext conftest$ac_exeext 10599rm -f conftest.$ac_objext conftest$ac_exeext
10620if { (eval echo "$as_me:10619: \"$ac_link\"") >&5 10600if { (eval echo "$as_me:10600: \"$ac_link\"") >&5
10621 (eval $ac_link) 2>&5 10601 (eval $ac_link) 2>&5
10622 ac_status=$? 10602 ac_status=$?
10623 echo "$as_me:10622: \$? = $ac_status" >&5 10603 echo "$as_me:10603: \$? = $ac_status" >&5
10624 (exit $ac_status); } && 10604 (exit $ac_status); } &&
10625 { ac_try='test -s conftest$ac_exeext' 10605 { ac_try='test -s conftest$ac_exeext'
10626 { (eval echo "$as_me:10625: \"$ac_try\"") >&5 10606 { (eval echo "$as_me:10606: \"$ac_try\"") >&5
10627 (eval $ac_try) 2>&5 10607 (eval $ac_try) 2>&5
10628 ac_status=$? 10608 ac_status=$?
10629 echo "$as_me:10628: \$? = $ac_status" >&5 10609 echo "$as_me:10609: \$? = $ac_status" >&5
10630 (exit $ac_status); }; }; then 10610 (exit $ac_status); }; }; then
10631 ac_cv_func_hes_getmailhost=yes 10611 ac_cv_func_hes_getmailhost=yes
10632else 10612else
@@ -10636,12 +10616,12 @@ ac_cv_func_hes_getmailhost=no
10636fi 10616fi
10637rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10617rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10638fi 10618fi
10639echo "$as_me:10638: result: $ac_cv_func_hes_getmailhost" >&5 10619echo "$as_me:10619: result: $ac_cv_func_hes_getmailhost" >&5
10640echo "${ECHO_T}$ac_cv_func_hes_getmailhost" >&6 10620echo "${ECHO_T}$ac_cv_func_hes_getmailhost" >&6
10641if test $ac_cv_func_hes_getmailhost = yes; then 10621if test $ac_cv_func_hes_getmailhost = yes; then
10642 : 10622 :
10643else 10623else
10644 echo "$as_me:10643: checking for hes_getmailhost in -lhesiod" >&5 10624 echo "$as_me:10624: checking for hes_getmailhost in -lhesiod" >&5
10645echo $ECHO_N "checking for hes_getmailhost in -lhesiod... $ECHO_C" >&6 10625echo $ECHO_N "checking for hes_getmailhost in -lhesiod... $ECHO_C" >&6
10646if test "${ac_cv_lib_hesiod_hes_getmailhost+set}" = set; then 10626if test "${ac_cv_lib_hesiod_hes_getmailhost+set}" = set; then
10647 echo $ECHO_N "(cached) $ECHO_C" >&6 10627 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10649,7 +10629,7 @@ else
10649 ac_check_lib_save_LIBS=$LIBS 10629 ac_check_lib_save_LIBS=$LIBS
10650LIBS="-lhesiod $RESOLVLIB $LIBS" 10630LIBS="-lhesiod $RESOLVLIB $LIBS"
10651cat >conftest.$ac_ext <<_ACEOF 10631cat >conftest.$ac_ext <<_ACEOF
10652#line 10646 "configure" 10632#line 10632 "configure"
10653#include "confdefs.h" 10633#include "confdefs.h"
10654 10634
10655/* Override any gcc2 internal prototype to avoid an error. */ 10635/* Override any gcc2 internal prototype to avoid an error. */
@@ -10668,16 +10648,16 @@ hes_getmailhost ();
10668} 10648}
10669_ACEOF 10649_ACEOF
10670rm -f conftest.$ac_objext conftest$ac_exeext 10650rm -f conftest.$ac_objext conftest$ac_exeext
10671if { (eval echo "$as_me:10670: \"$ac_link\"") >&5 10651if { (eval echo "$as_me:10651: \"$ac_link\"") >&5
10672 (eval $ac_link) 2>&5 10652 (eval $ac_link) 2>&5
10673 ac_status=$? 10653 ac_status=$?
10674 echo "$as_me:10673: \$? = $ac_status" >&5 10654 echo "$as_me:10654: \$? = $ac_status" >&5
10675 (exit $ac_status); } && 10655 (exit $ac_status); } &&
10676 { ac_try='test -s conftest$ac_exeext' 10656 { ac_try='test -s conftest$ac_exeext'
10677 { (eval echo "$as_me:10676: \"$ac_try\"") >&5 10657 { (eval echo "$as_me:10657: \"$ac_try\"") >&5
10678 (eval $ac_try) 2>&5 10658 (eval $ac_try) 2>&5
10679 ac_status=$? 10659 ac_status=$?
10680 echo "$as_me:10679: \$? = $ac_status" >&5 10660 echo "$as_me:10660: \$? = $ac_status" >&5
10681 (exit $ac_status); }; }; then 10661 (exit $ac_status); }; }; then
10682 ac_cv_lib_hesiod_hes_getmailhost=yes 10662 ac_cv_lib_hesiod_hes_getmailhost=yes
10683else 10663else
@@ -10688,7 +10668,7 @@ fi
10688rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10668rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10689LIBS=$ac_check_lib_save_LIBS 10669LIBS=$ac_check_lib_save_LIBS
10690fi 10670fi
10691echo "$as_me:10690: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5 10671echo "$as_me:10671: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5
10692echo "${ECHO_T}$ac_cv_lib_hesiod_hes_getmailhost" >&6 10672echo "${ECHO_T}$ac_cv_lib_hesiod_hes_getmailhost" >&6
10693if test $ac_cv_lib_hesiod_hes_getmailhost = yes; then 10673if test $ac_cv_lib_hesiod_hes_getmailhost = yes; then
10694 10674
@@ -10707,7 +10687,7 @@ fi
10707# These tell us which Kerberos-related libraries to use. 10687# These tell us which Kerberos-related libraries to use.
10708if test "${with_kerberos+set}" = set; then 10688if test "${with_kerberos+set}" = set; then
10709 10689
10710echo "$as_me:10709: checking for com_err in -lcom_err" >&5 10690echo "$as_me:10690: checking for com_err in -lcom_err" >&5
10711echo $ECHO_N "checking for com_err in -lcom_err... $ECHO_C" >&6 10691echo $ECHO_N "checking for com_err in -lcom_err... $ECHO_C" >&6
10712if test "${ac_cv_lib_com_err_com_err+set}" = set; then 10692if test "${ac_cv_lib_com_err_com_err+set}" = set; then
10713 echo $ECHO_N "(cached) $ECHO_C" >&6 10693 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10715,7 +10695,7 @@ else
10715 ac_check_lib_save_LIBS=$LIBS 10695 ac_check_lib_save_LIBS=$LIBS
10716LIBS="-lcom_err $LIBS" 10696LIBS="-lcom_err $LIBS"
10717cat >conftest.$ac_ext <<_ACEOF 10697cat >conftest.$ac_ext <<_ACEOF
10718#line 10712 "configure" 10698#line 10698 "configure"
10719#include "confdefs.h" 10699#include "confdefs.h"
10720 10700
10721/* Override any gcc2 internal prototype to avoid an error. */ 10701/* Override any gcc2 internal prototype to avoid an error. */
@@ -10734,16 +10714,16 @@ com_err ();
10734} 10714}
10735_ACEOF 10715_ACEOF
10736rm -f conftest.$ac_objext conftest$ac_exeext 10716rm -f conftest.$ac_objext conftest$ac_exeext
10737if { (eval echo "$as_me:10736: \"$ac_link\"") >&5 10717if { (eval echo "$as_me:10717: \"$ac_link\"") >&5
10738 (eval $ac_link) 2>&5 10718 (eval $ac_link) 2>&5
10739 ac_status=$? 10719 ac_status=$?
10740 echo "$as_me:10739: \$? = $ac_status" >&5 10720 echo "$as_me:10720: \$? = $ac_status" >&5
10741 (exit $ac_status); } && 10721 (exit $ac_status); } &&
10742 { ac_try='test -s conftest$ac_exeext' 10722 { ac_try='test -s conftest$ac_exeext'
10743 { (eval echo "$as_me:10742: \"$ac_try\"") >&5 10723 { (eval echo "$as_me:10723: \"$ac_try\"") >&5
10744 (eval $ac_try) 2>&5 10724 (eval $ac_try) 2>&5
10745 ac_status=$? 10725 ac_status=$?
10746 echo "$as_me:10745: \$? = $ac_status" >&5 10726 echo "$as_me:10726: \$? = $ac_status" >&5
10747 (exit $ac_status); }; }; then 10727 (exit $ac_status); }; }; then
10748 ac_cv_lib_com_err_com_err=yes 10728 ac_cv_lib_com_err_com_err=yes
10749else 10729else
@@ -10754,7 +10734,7 @@ fi
10754rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10734rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10755LIBS=$ac_check_lib_save_LIBS 10735LIBS=$ac_check_lib_save_LIBS
10756fi 10736fi
10757echo "$as_me:10756: result: $ac_cv_lib_com_err_com_err" >&5 10737echo "$as_me:10737: result: $ac_cv_lib_com_err_com_err" >&5
10758echo "${ECHO_T}$ac_cv_lib_com_err_com_err" >&6 10738echo "${ECHO_T}$ac_cv_lib_com_err_com_err" >&6
10759if test $ac_cv_lib_com_err_com_err = yes; then 10739if test $ac_cv_lib_com_err_com_err = yes; then
10760 cat >>confdefs.h <<EOF 10740 cat >>confdefs.h <<EOF
@@ -10765,7 +10745,7 @@ EOF
10765 10745
10766fi 10746fi
10767 10747
10768echo "$as_me:10767: checking for mit_des_cbc_encrypt in -lk5crypto" >&5 10748echo "$as_me:10748: checking for mit_des_cbc_encrypt in -lk5crypto" >&5
10769echo $ECHO_N "checking for mit_des_cbc_encrypt in -lk5crypto... $ECHO_C" >&6 10749echo $ECHO_N "checking for mit_des_cbc_encrypt in -lk5crypto... $ECHO_C" >&6
10770if test "${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+set}" = set; then 10750if test "${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+set}" = set; then
10771 echo $ECHO_N "(cached) $ECHO_C" >&6 10751 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10773,7 +10753,7 @@ else
10773 ac_check_lib_save_LIBS=$LIBS 10753 ac_check_lib_save_LIBS=$LIBS
10774LIBS="-lk5crypto $LIBS" 10754LIBS="-lk5crypto $LIBS"
10775cat >conftest.$ac_ext <<_ACEOF 10755cat >conftest.$ac_ext <<_ACEOF
10776#line 10770 "configure" 10756#line 10756 "configure"
10777#include "confdefs.h" 10757#include "confdefs.h"
10778 10758
10779/* Override any gcc2 internal prototype to avoid an error. */ 10759/* Override any gcc2 internal prototype to avoid an error. */
@@ -10792,16 +10772,16 @@ mit_des_cbc_encrypt ();
10792} 10772}
10793_ACEOF 10773_ACEOF
10794rm -f conftest.$ac_objext conftest$ac_exeext 10774rm -f conftest.$ac_objext conftest$ac_exeext
10795if { (eval echo "$as_me:10794: \"$ac_link\"") >&5 10775if { (eval echo "$as_me:10775: \"$ac_link\"") >&5
10796 (eval $ac_link) 2>&5 10776 (eval $ac_link) 2>&5
10797 ac_status=$? 10777 ac_status=$?
10798 echo "$as_me:10797: \$? = $ac_status" >&5 10778 echo "$as_me:10778: \$? = $ac_status" >&5
10799 (exit $ac_status); } && 10779 (exit $ac_status); } &&
10800 { ac_try='test -s conftest$ac_exeext' 10780 { ac_try='test -s conftest$ac_exeext'
10801 { (eval echo "$as_me:10800: \"$ac_try\"") >&5 10781 { (eval echo "$as_me:10781: \"$ac_try\"") >&5
10802 (eval $ac_try) 2>&5 10782 (eval $ac_try) 2>&5
10803 ac_status=$? 10783 ac_status=$?
10804 echo "$as_me:10803: \$? = $ac_status" >&5 10784 echo "$as_me:10784: \$? = $ac_status" >&5
10805 (exit $ac_status); }; }; then 10785 (exit $ac_status); }; }; then
10806 ac_cv_lib_k5crypto_mit_des_cbc_encrypt=yes 10786 ac_cv_lib_k5crypto_mit_des_cbc_encrypt=yes
10807else 10787else
@@ -10812,7 +10792,7 @@ fi
10812rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10792rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10813LIBS=$ac_check_lib_save_LIBS 10793LIBS=$ac_check_lib_save_LIBS
10814fi 10794fi
10815echo "$as_me:10814: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5 10795echo "$as_me:10795: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5
10816echo "${ECHO_T}$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&6 10796echo "${ECHO_T}$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&6
10817if test $ac_cv_lib_k5crypto_mit_des_cbc_encrypt = yes; then 10797if test $ac_cv_lib_k5crypto_mit_des_cbc_encrypt = yes; then
10818 cat >>confdefs.h <<EOF 10798 cat >>confdefs.h <<EOF
@@ -10823,7 +10803,7 @@ EOF
10823 10803
10824fi 10804fi
10825 10805
10826echo "$as_me:10825: checking for mit_des_cbc_encrypt in -lcrypto" >&5 10806echo "$as_me:10806: checking for mit_des_cbc_encrypt in -lcrypto" >&5
10827echo $ECHO_N "checking for mit_des_cbc_encrypt in -lcrypto... $ECHO_C" >&6 10807echo $ECHO_N "checking for mit_des_cbc_encrypt in -lcrypto... $ECHO_C" >&6
10828if test "${ac_cv_lib_crypto_mit_des_cbc_encrypt+set}" = set; then 10808if test "${ac_cv_lib_crypto_mit_des_cbc_encrypt+set}" = set; then
10829 echo $ECHO_N "(cached) $ECHO_C" >&6 10809 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10831,7 +10811,7 @@ else
10831 ac_check_lib_save_LIBS=$LIBS 10811 ac_check_lib_save_LIBS=$LIBS
10832LIBS="-lcrypto $LIBS" 10812LIBS="-lcrypto $LIBS"
10833cat >conftest.$ac_ext <<_ACEOF 10813cat >conftest.$ac_ext <<_ACEOF
10834#line 10828 "configure" 10814#line 10814 "configure"
10835#include "confdefs.h" 10815#include "confdefs.h"
10836 10816
10837/* Override any gcc2 internal prototype to avoid an error. */ 10817/* Override any gcc2 internal prototype to avoid an error. */
@@ -10850,16 +10830,16 @@ mit_des_cbc_encrypt ();
10850} 10830}
10851_ACEOF 10831_ACEOF
10852rm -f conftest.$ac_objext conftest$ac_exeext 10832rm -f conftest.$ac_objext conftest$ac_exeext
10853if { (eval echo "$as_me:10852: \"$ac_link\"") >&5 10833if { (eval echo "$as_me:10833: \"$ac_link\"") >&5
10854 (eval $ac_link) 2>&5 10834 (eval $ac_link) 2>&5
10855 ac_status=$? 10835 ac_status=$?
10856 echo "$as_me:10855: \$? = $ac_status" >&5 10836 echo "$as_me:10836: \$? = $ac_status" >&5
10857 (exit $ac_status); } && 10837 (exit $ac_status); } &&
10858 { ac_try='test -s conftest$ac_exeext' 10838 { ac_try='test -s conftest$ac_exeext'
10859 { (eval echo "$as_me:10858: \"$ac_try\"") >&5 10839 { (eval echo "$as_me:10839: \"$ac_try\"") >&5
10860 (eval $ac_try) 2>&5 10840 (eval $ac_try) 2>&5
10861 ac_status=$? 10841 ac_status=$?
10862 echo "$as_me:10861: \$? = $ac_status" >&5 10842 echo "$as_me:10842: \$? = $ac_status" >&5
10863 (exit $ac_status); }; }; then 10843 (exit $ac_status); }; }; then
10864 ac_cv_lib_crypto_mit_des_cbc_encrypt=yes 10844 ac_cv_lib_crypto_mit_des_cbc_encrypt=yes
10865else 10845else
@@ -10870,7 +10850,7 @@ fi
10870rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10850rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10871LIBS=$ac_check_lib_save_LIBS 10851LIBS=$ac_check_lib_save_LIBS
10872fi 10852fi
10873echo "$as_me:10872: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5 10853echo "$as_me:10853: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5
10874echo "${ECHO_T}$ac_cv_lib_crypto_mit_des_cbc_encrypt" >&6 10854echo "${ECHO_T}$ac_cv_lib_crypto_mit_des_cbc_encrypt" >&6
10875if test $ac_cv_lib_crypto_mit_des_cbc_encrypt = yes; then 10855if test $ac_cv_lib_crypto_mit_des_cbc_encrypt = yes; then
10876 cat >>confdefs.h <<EOF 10856 cat >>confdefs.h <<EOF
@@ -10881,7 +10861,7 @@ EOF
10881 10861
10882fi 10862fi
10883 10863
10884echo "$as_me:10883: checking for krb5_init_context in -lkrb5" >&5 10864echo "$as_me:10864: checking for krb5_init_context in -lkrb5" >&5
10885echo $ECHO_N "checking for krb5_init_context in -lkrb5... $ECHO_C" >&6 10865echo $ECHO_N "checking for krb5_init_context in -lkrb5... $ECHO_C" >&6
10886if test "${ac_cv_lib_krb5_krb5_init_context+set}" = set; then 10866if test "${ac_cv_lib_krb5_krb5_init_context+set}" = set; then
10887 echo $ECHO_N "(cached) $ECHO_C" >&6 10867 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10889,7 +10869,7 @@ else
10889 ac_check_lib_save_LIBS=$LIBS 10869 ac_check_lib_save_LIBS=$LIBS
10890LIBS="-lkrb5 $LIBS" 10870LIBS="-lkrb5 $LIBS"
10891cat >conftest.$ac_ext <<_ACEOF 10871cat >conftest.$ac_ext <<_ACEOF
10892#line 10886 "configure" 10872#line 10872 "configure"
10893#include "confdefs.h" 10873#include "confdefs.h"
10894 10874
10895/* Override any gcc2 internal prototype to avoid an error. */ 10875/* Override any gcc2 internal prototype to avoid an error. */
@@ -10908,16 +10888,16 @@ krb5_init_context ();
10908} 10888}
10909_ACEOF 10889_ACEOF
10910rm -f conftest.$ac_objext conftest$ac_exeext 10890rm -f conftest.$ac_objext conftest$ac_exeext
10911if { (eval echo "$as_me:10910: \"$ac_link\"") >&5 10891if { (eval echo "$as_me:10891: \"$ac_link\"") >&5
10912 (eval $ac_link) 2>&5 10892 (eval $ac_link) 2>&5
10913 ac_status=$? 10893 ac_status=$?
10914 echo "$as_me:10913: \$? = $ac_status" >&5 10894 echo "$as_me:10894: \$? = $ac_status" >&5
10915 (exit $ac_status); } && 10895 (exit $ac_status); } &&
10916 { ac_try='test -s conftest$ac_exeext' 10896 { ac_try='test -s conftest$ac_exeext'
10917 { (eval echo "$as_me:10916: \"$ac_try\"") >&5 10897 { (eval echo "$as_me:10897: \"$ac_try\"") >&5
10918 (eval $ac_try) 2>&5 10898 (eval $ac_try) 2>&5
10919 ac_status=$? 10899 ac_status=$?
10920 echo "$as_me:10919: \$? = $ac_status" >&5 10900 echo "$as_me:10900: \$? = $ac_status" >&5
10921 (exit $ac_status); }; }; then 10901 (exit $ac_status); }; }; then
10922 ac_cv_lib_krb5_krb5_init_context=yes 10902 ac_cv_lib_krb5_krb5_init_context=yes
10923else 10903else
@@ -10928,7 +10908,7 @@ fi
10928rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10908rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10929LIBS=$ac_check_lib_save_LIBS 10909LIBS=$ac_check_lib_save_LIBS
10930fi 10910fi
10931echo "$as_me:10930: result: $ac_cv_lib_krb5_krb5_init_context" >&5 10911echo "$as_me:10911: result: $ac_cv_lib_krb5_krb5_init_context" >&5
10932echo "${ECHO_T}$ac_cv_lib_krb5_krb5_init_context" >&6 10912echo "${ECHO_T}$ac_cv_lib_krb5_krb5_init_context" >&6
10933if test $ac_cv_lib_krb5_krb5_init_context = yes; then 10913if test $ac_cv_lib_krb5_krb5_init_context = yes; then
10934 cat >>confdefs.h <<EOF 10914 cat >>confdefs.h <<EOF
@@ -10941,7 +10921,7 @@ fi
10941 10921
10942 if test "${with_kerberos5+set}" != set; then 10922 if test "${with_kerberos5+set}" != set; then
10943 10923
10944echo "$as_me:10943: checking for des_cbc_encrypt in -ldes425" >&5 10924echo "$as_me:10924: checking for des_cbc_encrypt in -ldes425" >&5
10945echo $ECHO_N "checking for des_cbc_encrypt in -ldes425... $ECHO_C" >&6 10925echo $ECHO_N "checking for des_cbc_encrypt in -ldes425... $ECHO_C" >&6
10946if test "${ac_cv_lib_des425_des_cbc_encrypt+set}" = set; then 10926if test "${ac_cv_lib_des425_des_cbc_encrypt+set}" = set; then
10947 echo $ECHO_N "(cached) $ECHO_C" >&6 10927 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10949,7 +10929,7 @@ else
10949 ac_check_lib_save_LIBS=$LIBS 10929 ac_check_lib_save_LIBS=$LIBS
10950LIBS="-ldes425 $LIBS" 10930LIBS="-ldes425 $LIBS"
10951cat >conftest.$ac_ext <<_ACEOF 10931cat >conftest.$ac_ext <<_ACEOF
10952#line 10946 "configure" 10932#line 10932 "configure"
10953#include "confdefs.h" 10933#include "confdefs.h"
10954 10934
10955/* Override any gcc2 internal prototype to avoid an error. */ 10935/* Override any gcc2 internal prototype to avoid an error. */
@@ -10968,16 +10948,16 @@ des_cbc_encrypt ();
10968} 10948}
10969_ACEOF 10949_ACEOF
10970rm -f conftest.$ac_objext conftest$ac_exeext 10950rm -f conftest.$ac_objext conftest$ac_exeext
10971if { (eval echo "$as_me:10970: \"$ac_link\"") >&5 10951if { (eval echo "$as_me:10951: \"$ac_link\"") >&5
10972 (eval $ac_link) 2>&5 10952 (eval $ac_link) 2>&5
10973 ac_status=$? 10953 ac_status=$?
10974 echo "$as_me:10973: \$? = $ac_status" >&5 10954 echo "$as_me:10954: \$? = $ac_status" >&5
10975 (exit $ac_status); } && 10955 (exit $ac_status); } &&
10976 { ac_try='test -s conftest$ac_exeext' 10956 { ac_try='test -s conftest$ac_exeext'
10977 { (eval echo "$as_me:10976: \"$ac_try\"") >&5 10957 { (eval echo "$as_me:10957: \"$ac_try\"") >&5
10978 (eval $ac_try) 2>&5 10958 (eval $ac_try) 2>&5
10979 ac_status=$? 10959 ac_status=$?
10980 echo "$as_me:10979: \$? = $ac_status" >&5 10960 echo "$as_me:10960: \$? = $ac_status" >&5
10981 (exit $ac_status); }; }; then 10961 (exit $ac_status); }; }; then
10982 ac_cv_lib_des425_des_cbc_encrypt=yes 10962 ac_cv_lib_des425_des_cbc_encrypt=yes
10983else 10963else
@@ -10988,7 +10968,7 @@ fi
10988rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10968rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10989LIBS=$ac_check_lib_save_LIBS 10969LIBS=$ac_check_lib_save_LIBS
10990fi 10970fi
10991echo "$as_me:10990: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5 10971echo "$as_me:10971: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5
10992echo "${ECHO_T}$ac_cv_lib_des425_des_cbc_encrypt" >&6 10972echo "${ECHO_T}$ac_cv_lib_des425_des_cbc_encrypt" >&6
10993if test $ac_cv_lib_des425_des_cbc_encrypt = yes; then 10973if test $ac_cv_lib_des425_des_cbc_encrypt = yes; then
10994 cat >>confdefs.h <<EOF 10974 cat >>confdefs.h <<EOF
@@ -10999,7 +10979,7 @@ EOF
10999 10979
11000else 10980else
11001 10981
11002echo "$as_me:11001: checking for des_cbc_encrypt in -ldes" >&5 10982echo "$as_me:10982: checking for des_cbc_encrypt in -ldes" >&5
11003echo $ECHO_N "checking for des_cbc_encrypt in -ldes... $ECHO_C" >&6 10983echo $ECHO_N "checking for des_cbc_encrypt in -ldes... $ECHO_C" >&6
11004if test "${ac_cv_lib_des_des_cbc_encrypt+set}" = set; then 10984if test "${ac_cv_lib_des_des_cbc_encrypt+set}" = set; then
11005 echo $ECHO_N "(cached) $ECHO_C" >&6 10985 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11007,7 +10987,7 @@ else
11007 ac_check_lib_save_LIBS=$LIBS 10987 ac_check_lib_save_LIBS=$LIBS
11008LIBS="-ldes $LIBS" 10988LIBS="-ldes $LIBS"
11009cat >conftest.$ac_ext <<_ACEOF 10989cat >conftest.$ac_ext <<_ACEOF
11010#line 11004 "configure" 10990#line 10990 "configure"
11011#include "confdefs.h" 10991#include "confdefs.h"
11012 10992
11013/* Override any gcc2 internal prototype to avoid an error. */ 10993/* Override any gcc2 internal prototype to avoid an error. */
@@ -11026,16 +11006,16 @@ des_cbc_encrypt ();
11026} 11006}
11027_ACEOF 11007_ACEOF
11028rm -f conftest.$ac_objext conftest$ac_exeext 11008rm -f conftest.$ac_objext conftest$ac_exeext
11029if { (eval echo "$as_me:11028: \"$ac_link\"") >&5 11009if { (eval echo "$as_me:11009: \"$ac_link\"") >&5
11030 (eval $ac_link) 2>&5 11010 (eval $ac_link) 2>&5
11031 ac_status=$? 11011 ac_status=$?
11032 echo "$as_me:11031: \$? = $ac_status" >&5 11012 echo "$as_me:11012: \$? = $ac_status" >&5
11033 (exit $ac_status); } && 11013 (exit $ac_status); } &&
11034 { ac_try='test -s conftest$ac_exeext' 11014 { ac_try='test -s conftest$ac_exeext'
11035 { (eval echo "$as_me:11034: \"$ac_try\"") >&5 11015 { (eval echo "$as_me:11015: \"$ac_try\"") >&5
11036 (eval $ac_try) 2>&5 11016 (eval $ac_try) 2>&5
11037 ac_status=$? 11017 ac_status=$?
11038 echo "$as_me:11037: \$? = $ac_status" >&5 11018 echo "$as_me:11018: \$? = $ac_status" >&5
11039 (exit $ac_status); }; }; then 11019 (exit $ac_status); }; }; then
11040 ac_cv_lib_des_des_cbc_encrypt=yes 11020 ac_cv_lib_des_des_cbc_encrypt=yes
11041else 11021else
@@ -11046,7 +11026,7 @@ fi
11046rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11026rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11047LIBS=$ac_check_lib_save_LIBS 11027LIBS=$ac_check_lib_save_LIBS
11048fi 11028fi
11049echo "$as_me:11048: result: $ac_cv_lib_des_des_cbc_encrypt" >&5 11029echo "$as_me:11029: result: $ac_cv_lib_des_des_cbc_encrypt" >&5
11050echo "${ECHO_T}$ac_cv_lib_des_des_cbc_encrypt" >&6 11030echo "${ECHO_T}$ac_cv_lib_des_des_cbc_encrypt" >&6
11051if test $ac_cv_lib_des_des_cbc_encrypt = yes; then 11031if test $ac_cv_lib_des_des_cbc_encrypt = yes; then
11052 cat >>confdefs.h <<EOF 11032 cat >>confdefs.h <<EOF
@@ -11059,7 +11039,7 @@ fi
11059 11039
11060fi 11040fi
11061 11041
11062echo "$as_me:11061: checking for krb_get_cred in -lkrb4" >&5 11042echo "$as_me:11042: checking for krb_get_cred in -lkrb4" >&5
11063echo $ECHO_N "checking for krb_get_cred in -lkrb4... $ECHO_C" >&6 11043echo $ECHO_N "checking for krb_get_cred in -lkrb4... $ECHO_C" >&6
11064if test "${ac_cv_lib_krb4_krb_get_cred+set}" = set; then 11044if test "${ac_cv_lib_krb4_krb_get_cred+set}" = set; then
11065 echo $ECHO_N "(cached) $ECHO_C" >&6 11045 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11067,7 +11047,7 @@ else
11067 ac_check_lib_save_LIBS=$LIBS 11047 ac_check_lib_save_LIBS=$LIBS
11068LIBS="-lkrb4 $LIBS" 11048LIBS="-lkrb4 $LIBS"
11069cat >conftest.$ac_ext <<_ACEOF 11049cat >conftest.$ac_ext <<_ACEOF
11070#line 11064 "configure" 11050#line 11050 "configure"
11071#include "confdefs.h" 11051#include "confdefs.h"
11072 11052
11073/* Override any gcc2 internal prototype to avoid an error. */ 11053/* Override any gcc2 internal prototype to avoid an error. */
@@ -11086,16 +11066,16 @@ krb_get_cred ();
11086} 11066}
11087_ACEOF 11067_ACEOF
11088rm -f conftest.$ac_objext conftest$ac_exeext 11068rm -f conftest.$ac_objext conftest$ac_exeext
11089if { (eval echo "$as_me:11088: \"$ac_link\"") >&5 11069if { (eval echo "$as_me:11069: \"$ac_link\"") >&5
11090 (eval $ac_link) 2>&5 11070 (eval $ac_link) 2>&5
11091 ac_status=$? 11071 ac_status=$?
11092 echo "$as_me:11091: \$? = $ac_status" >&5 11072 echo "$as_me:11072: \$? = $ac_status" >&5
11093 (exit $ac_status); } && 11073 (exit $ac_status); } &&
11094 { ac_try='test -s conftest$ac_exeext' 11074 { ac_try='test -s conftest$ac_exeext'
11095 { (eval echo "$as_me:11094: \"$ac_try\"") >&5 11075 { (eval echo "$as_me:11075: \"$ac_try\"") >&5
11096 (eval $ac_try) 2>&5 11076 (eval $ac_try) 2>&5
11097 ac_status=$? 11077 ac_status=$?
11098 echo "$as_me:11097: \$? = $ac_status" >&5 11078 echo "$as_me:11078: \$? = $ac_status" >&5
11099 (exit $ac_status); }; }; then 11079 (exit $ac_status); }; }; then
11100 ac_cv_lib_krb4_krb_get_cred=yes 11080 ac_cv_lib_krb4_krb_get_cred=yes
11101else 11081else
@@ -11106,7 +11086,7 @@ fi
11106rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11086rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11107LIBS=$ac_check_lib_save_LIBS 11087LIBS=$ac_check_lib_save_LIBS
11108fi 11088fi
11109echo "$as_me:11108: result: $ac_cv_lib_krb4_krb_get_cred" >&5 11089echo "$as_me:11089: result: $ac_cv_lib_krb4_krb_get_cred" >&5
11110echo "${ECHO_T}$ac_cv_lib_krb4_krb_get_cred" >&6 11090echo "${ECHO_T}$ac_cv_lib_krb4_krb_get_cred" >&6
11111if test $ac_cv_lib_krb4_krb_get_cred = yes; then 11091if test $ac_cv_lib_krb4_krb_get_cred = yes; then
11112 cat >>confdefs.h <<EOF 11092 cat >>confdefs.h <<EOF
@@ -11117,7 +11097,7 @@ EOF
11117 11097
11118else 11098else
11119 11099
11120echo "$as_me:11119: checking for krb_get_cred in -lkrb" >&5 11100echo "$as_me:11100: checking for krb_get_cred in -lkrb" >&5
11121echo $ECHO_N "checking for krb_get_cred in -lkrb... $ECHO_C" >&6 11101echo $ECHO_N "checking for krb_get_cred in -lkrb... $ECHO_C" >&6
11122if test "${ac_cv_lib_krb_krb_get_cred+set}" = set; then 11102if test "${ac_cv_lib_krb_krb_get_cred+set}" = set; then
11123 echo $ECHO_N "(cached) $ECHO_C" >&6 11103 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11125,7 +11105,7 @@ else
11125 ac_check_lib_save_LIBS=$LIBS 11105 ac_check_lib_save_LIBS=$LIBS
11126LIBS="-lkrb $LIBS" 11106LIBS="-lkrb $LIBS"
11127cat >conftest.$ac_ext <<_ACEOF 11107cat >conftest.$ac_ext <<_ACEOF
11128#line 11122 "configure" 11108#line 11108 "configure"
11129#include "confdefs.h" 11109#include "confdefs.h"
11130 11110
11131/* Override any gcc2 internal prototype to avoid an error. */ 11111/* Override any gcc2 internal prototype to avoid an error. */
@@ -11144,16 +11124,16 @@ krb_get_cred ();
11144} 11124}
11145_ACEOF 11125_ACEOF
11146rm -f conftest.$ac_objext conftest$ac_exeext 11126rm -f conftest.$ac_objext conftest$ac_exeext
11147if { (eval echo "$as_me:11146: \"$ac_link\"") >&5 11127if { (eval echo "$as_me:11127: \"$ac_link\"") >&5
11148 (eval $ac_link) 2>&5 11128 (eval $ac_link) 2>&5
11149 ac_status=$? 11129 ac_status=$?
11150 echo "$as_me:11149: \$? = $ac_status" >&5 11130 echo "$as_me:11130: \$? = $ac_status" >&5
11151 (exit $ac_status); } && 11131 (exit $ac_status); } &&
11152 { ac_try='test -s conftest$ac_exeext' 11132 { ac_try='test -s conftest$ac_exeext'
11153 { (eval echo "$as_me:11152: \"$ac_try\"") >&5 11133 { (eval echo "$as_me:11133: \"$ac_try\"") >&5
11154 (eval $ac_try) 2>&5 11134 (eval $ac_try) 2>&5
11155 ac_status=$? 11135 ac_status=$?
11156 echo "$as_me:11155: \$? = $ac_status" >&5 11136 echo "$as_me:11136: \$? = $ac_status" >&5
11157 (exit $ac_status); }; }; then 11137 (exit $ac_status); }; }; then
11158 ac_cv_lib_krb_krb_get_cred=yes 11138 ac_cv_lib_krb_krb_get_cred=yes
11159else 11139else
@@ -11164,7 +11144,7 @@ fi
11164rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11144rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11165LIBS=$ac_check_lib_save_LIBS 11145LIBS=$ac_check_lib_save_LIBS
11166fi 11146fi
11167echo "$as_me:11166: result: $ac_cv_lib_krb_krb_get_cred" >&5 11147echo "$as_me:11147: result: $ac_cv_lib_krb_krb_get_cred" >&5
11168echo "${ECHO_T}$ac_cv_lib_krb_krb_get_cred" >&6 11148echo "${ECHO_T}$ac_cv_lib_krb_krb_get_cred" >&6
11169if test $ac_cv_lib_krb_krb_get_cred = yes; then 11149if test $ac_cv_lib_krb_krb_get_cred = yes; then
11170 cat >>confdefs.h <<EOF 11150 cat >>confdefs.h <<EOF
@@ -11184,23 +11164,23 @@ fi
11184for ac_header in krb5.h 11164for ac_header in krb5.h
11185do 11165do
11186as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 11166as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11187echo "$as_me:11186: checking for $ac_header" >&5 11167echo "$as_me:11167: checking for $ac_header" >&5
11188echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 11168echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11189if eval "test \"\${$as_ac_Header+set}\" = set"; then 11169if eval "test \"\${$as_ac_Header+set}\" = set"; then
11190 echo $ECHO_N "(cached) $ECHO_C" >&6 11170 echo $ECHO_N "(cached) $ECHO_C" >&6
11191else 11171else
11192 cat >conftest.$ac_ext <<_ACEOF 11172 cat >conftest.$ac_ext <<_ACEOF
11193#line 11187 "configure" 11173#line 11173 "configure"
11194#include "confdefs.h" 11174#include "confdefs.h"
11195#include <$ac_header> 11175#include <$ac_header>
11196_ACEOF 11176_ACEOF
11197if { (eval echo "$as_me:11196: \"$ac_cpp conftest.$ac_ext\"") >&5 11177if { (eval echo "$as_me:11177: \"$ac_cpp conftest.$ac_ext\"") >&5
11198 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11178 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11199 ac_status=$? 11179 ac_status=$?
11200 egrep -v '^ *\+' conftest.er1 >conftest.err 11180 egrep -v '^ *\+' conftest.er1 >conftest.err
11201 rm -f conftest.er1 11181 rm -f conftest.er1
11202 cat conftest.err >&5 11182 cat conftest.err >&5
11203 echo "$as_me:11202: \$? = $ac_status" >&5 11183 echo "$as_me:11183: \$? = $ac_status" >&5
11204 (exit $ac_status); } >/dev/null; then 11184 (exit $ac_status); } >/dev/null; then
11205 if test -s conftest.err; then 11185 if test -s conftest.err; then
11206 ac_cpp_err=$ac_c_preproc_warn_flag 11186 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11219,7 +11199,7 @@ else
11219fi 11199fi
11220rm -f conftest.err conftest.$ac_ext 11200rm -f conftest.err conftest.$ac_ext
11221fi 11201fi
11222echo "$as_me:11221: result: `eval echo '${'$as_ac_Header'}'`" >&5 11202echo "$as_me:11202: result: `eval echo '${'$as_ac_Header'}'`" >&5
11223echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11203echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11224if test `eval echo '${'$as_ac_Header'}'` = yes; then 11204if test `eval echo '${'$as_ac_Header'}'` = yes; then
11225 cat >>confdefs.h <<EOF 11205 cat >>confdefs.h <<EOF
@@ -11234,23 +11214,23 @@ done
11234for ac_header in des.h 11214for ac_header in des.h
11235do 11215do
11236as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 11216as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11237echo "$as_me:11236: checking for $ac_header" >&5 11217echo "$as_me:11217: checking for $ac_header" >&5
11238echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 11218echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11239if eval "test \"\${$as_ac_Header+set}\" = set"; then 11219if eval "test \"\${$as_ac_Header+set}\" = set"; then
11240 echo $ECHO_N "(cached) $ECHO_C" >&6 11220 echo $ECHO_N "(cached) $ECHO_C" >&6
11241else 11221else
11242 cat >conftest.$ac_ext <<_ACEOF 11222 cat >conftest.$ac_ext <<_ACEOF
11243#line 11237 "configure" 11223#line 11223 "configure"
11244#include "confdefs.h" 11224#include "confdefs.h"
11245#include <$ac_header> 11225#include <$ac_header>
11246_ACEOF 11226_ACEOF
11247if { (eval echo "$as_me:11246: \"$ac_cpp conftest.$ac_ext\"") >&5 11227if { (eval echo "$as_me:11227: \"$ac_cpp conftest.$ac_ext\"") >&5
11248 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11228 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11249 ac_status=$? 11229 ac_status=$?
11250 egrep -v '^ *\+' conftest.er1 >conftest.err 11230 egrep -v '^ *\+' conftest.er1 >conftest.err
11251 rm -f conftest.er1 11231 rm -f conftest.er1
11252 cat conftest.err >&5 11232 cat conftest.err >&5
11253 echo "$as_me:11252: \$? = $ac_status" >&5 11233 echo "$as_me:11233: \$? = $ac_status" >&5
11254 (exit $ac_status); } >/dev/null; then 11234 (exit $ac_status); } >/dev/null; then
11255 if test -s conftest.err; then 11235 if test -s conftest.err; then
11256 ac_cpp_err=$ac_c_preproc_warn_flag 11236 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11269,7 +11249,7 @@ else
11269fi 11249fi
11270rm -f conftest.err conftest.$ac_ext 11250rm -f conftest.err conftest.$ac_ext
11271fi 11251fi
11272echo "$as_me:11271: result: `eval echo '${'$as_ac_Header'}'`" >&5 11252echo "$as_me:11252: result: `eval echo '${'$as_ac_Header'}'`" >&5
11273echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11253echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11274if test `eval echo '${'$as_ac_Header'}'` = yes; then 11254if test `eval echo '${'$as_ac_Header'}'` = yes; then
11275 cat >>confdefs.h <<EOF 11255 cat >>confdefs.h <<EOF
@@ -11281,23 +11261,23 @@ else
11281for ac_header in kerberosIV/des.h 11261for ac_header in kerberosIV/des.h
11282do 11262do
11283as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 11263as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11284echo "$as_me:11283: checking for $ac_header" >&5 11264echo "$as_me:11264: checking for $ac_header" >&5
11285echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 11265echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11286if eval "test \"\${$as_ac_Header+set}\" = set"; then 11266if eval "test \"\${$as_ac_Header+set}\" = set"; then
11287 echo $ECHO_N "(cached) $ECHO_C" >&6 11267 echo $ECHO_N "(cached) $ECHO_C" >&6
11288else 11268else
11289 cat >conftest.$ac_ext <<_ACEOF 11269 cat >conftest.$ac_ext <<_ACEOF
11290#line 11284 "configure" 11270#line 11270 "configure"
11291#include "confdefs.h" 11271#include "confdefs.h"
11292#include <$ac_header> 11272#include <$ac_header>
11293_ACEOF 11273_ACEOF
11294if { (eval echo "$as_me:11293: \"$ac_cpp conftest.$ac_ext\"") >&5 11274if { (eval echo "$as_me:11274: \"$ac_cpp conftest.$ac_ext\"") >&5
11295 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11275 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11296 ac_status=$? 11276 ac_status=$?
11297 egrep -v '^ *\+' conftest.er1 >conftest.err 11277 egrep -v '^ *\+' conftest.er1 >conftest.err
11298 rm -f conftest.er1 11278 rm -f conftest.er1
11299 cat conftest.err >&5 11279 cat conftest.err >&5
11300 echo "$as_me:11299: \$? = $ac_status" >&5 11280 echo "$as_me:11280: \$? = $ac_status" >&5
11301 (exit $ac_status); } >/dev/null; then 11281 (exit $ac_status); } >/dev/null; then
11302 if test -s conftest.err; then 11282 if test -s conftest.err; then
11303 ac_cpp_err=$ac_c_preproc_warn_flag 11283 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11316,7 +11296,7 @@ else
11316fi 11296fi
11317rm -f conftest.err conftest.$ac_ext 11297rm -f conftest.err conftest.$ac_ext
11318fi 11298fi
11319echo "$as_me:11318: result: `eval echo '${'$as_ac_Header'}'`" >&5 11299echo "$as_me:11299: result: `eval echo '${'$as_ac_Header'}'`" >&5
11320echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11300echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11321if test `eval echo '${'$as_ac_Header'}'` = yes; then 11301if test `eval echo '${'$as_ac_Header'}'` = yes; then
11322 cat >>confdefs.h <<EOF 11302 cat >>confdefs.h <<EOF
@@ -11328,23 +11308,23 @@ else
11328for ac_header in kerberos/des.h 11308for ac_header in kerberos/des.h
11329do 11309do
11330as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 11310as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11331echo "$as_me:11330: checking for $ac_header" >&5 11311echo "$as_me:11311: checking for $ac_header" >&5
11332echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 11312echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11333if eval "test \"\${$as_ac_Header+set}\" = set"; then 11313if eval "test \"\${$as_ac_Header+set}\" = set"; then
11334 echo $ECHO_N "(cached) $ECHO_C" >&6 11314 echo $ECHO_N "(cached) $ECHO_C" >&6
11335else 11315else
11336 cat >conftest.$ac_ext <<_ACEOF 11316 cat >conftest.$ac_ext <<_ACEOF
11337#line 11331 "configure" 11317#line 11317 "configure"
11338#include "confdefs.h" 11318#include "confdefs.h"
11339#include <$ac_header> 11319#include <$ac_header>
11340_ACEOF 11320_ACEOF
11341if { (eval echo "$as_me:11340: \"$ac_cpp conftest.$ac_ext\"") >&5 11321if { (eval echo "$as_me:11321: \"$ac_cpp conftest.$ac_ext\"") >&5
11342 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11322 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11343 ac_status=$? 11323 ac_status=$?
11344 egrep -v '^ *\+' conftest.er1 >conftest.err 11324 egrep -v '^ *\+' conftest.er1 >conftest.err
11345 rm -f conftest.er1 11325 rm -f conftest.er1
11346 cat conftest.err >&5 11326 cat conftest.err >&5
11347 echo "$as_me:11346: \$? = $ac_status" >&5 11327 echo "$as_me:11327: \$? = $ac_status" >&5
11348 (exit $ac_status); } >/dev/null; then 11328 (exit $ac_status); } >/dev/null; then
11349 if test -s conftest.err; then 11329 if test -s conftest.err; then
11350 ac_cpp_err=$ac_c_preproc_warn_flag 11330 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11363,7 +11343,7 @@ else
11363fi 11343fi
11364rm -f conftest.err conftest.$ac_ext 11344rm -f conftest.err conftest.$ac_ext
11365fi 11345fi
11366echo "$as_me:11365: result: `eval echo '${'$as_ac_Header'}'`" >&5 11346echo "$as_me:11346: result: `eval echo '${'$as_ac_Header'}'`" >&5
11367echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11347echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11368if test `eval echo '${'$as_ac_Header'}'` = yes; then 11348if test `eval echo '${'$as_ac_Header'}'` = yes; then
11369 cat >>confdefs.h <<EOF 11349 cat >>confdefs.h <<EOF
@@ -11382,23 +11362,23 @@ done
11382for ac_header in krb.h 11362for ac_header in krb.h
11383do 11363do
11384as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 11364as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11385echo "$as_me:11384: checking for $ac_header" >&5 11365echo "$as_me:11365: checking for $ac_header" >&5
11386echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 11366echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11387if eval "test \"\${$as_ac_Header+set}\" = set"; then 11367if eval "test \"\${$as_ac_Header+set}\" = set"; then
11388 echo $ECHO_N "(cached) $ECHO_C" >&6 11368 echo $ECHO_N "(cached) $ECHO_C" >&6
11389else 11369else
11390 cat >conftest.$ac_ext <<_ACEOF 11370 cat >conftest.$ac_ext <<_ACEOF
11391#line 11385 "configure" 11371#line 11371 "configure"
11392#include "confdefs.h" 11372#include "confdefs.h"
11393#include <$ac_header> 11373#include <$ac_header>
11394_ACEOF 11374_ACEOF
11395if { (eval echo "$as_me:11394: \"$ac_cpp conftest.$ac_ext\"") >&5 11375if { (eval echo "$as_me:11375: \"$ac_cpp conftest.$ac_ext\"") >&5
11396 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11376 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11397 ac_status=$? 11377 ac_status=$?
11398 egrep -v '^ *\+' conftest.er1 >conftest.err 11378 egrep -v '^ *\+' conftest.er1 >conftest.err
11399 rm -f conftest.er1 11379 rm -f conftest.er1
11400 cat conftest.err >&5 11380 cat conftest.err >&5
11401 echo "$as_me:11400: \$? = $ac_status" >&5 11381 echo "$as_me:11381: \$? = $ac_status" >&5
11402 (exit $ac_status); } >/dev/null; then 11382 (exit $ac_status); } >/dev/null; then
11403 if test -s conftest.err; then 11383 if test -s conftest.err; then
11404 ac_cpp_err=$ac_c_preproc_warn_flag 11384 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11417,7 +11397,7 @@ else
11417fi 11397fi
11418rm -f conftest.err conftest.$ac_ext 11398rm -f conftest.err conftest.$ac_ext
11419fi 11399fi
11420echo "$as_me:11419: result: `eval echo '${'$as_ac_Header'}'`" >&5 11400echo "$as_me:11400: result: `eval echo '${'$as_ac_Header'}'`" >&5
11421echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11401echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11422if test `eval echo '${'$as_ac_Header'}'` = yes; then 11402if test `eval echo '${'$as_ac_Header'}'` = yes; then
11423 cat >>confdefs.h <<EOF 11403 cat >>confdefs.h <<EOF
@@ -11429,23 +11409,23 @@ else
11429for ac_header in kerberosIV/krb.h 11409for ac_header in kerberosIV/krb.h
11430do 11410do
11431as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 11411as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11432echo "$as_me:11431: checking for $ac_header" >&5 11412echo "$as_me:11412: checking for $ac_header" >&5
11433echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 11413echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11434if eval "test \"\${$as_ac_Header+set}\" = set"; then 11414if eval "test \"\${$as_ac_Header+set}\" = set"; then
11435 echo $ECHO_N "(cached) $ECHO_C" >&6 11415 echo $ECHO_N "(cached) $ECHO_C" >&6
11436else 11416else
11437 cat >conftest.$ac_ext <<_ACEOF 11417 cat >conftest.$ac_ext <<_ACEOF
11438#line 11432 "configure" 11418#line 11418 "configure"
11439#include "confdefs.h" 11419#include "confdefs.h"
11440#include <$ac_header> 11420#include <$ac_header>
11441_ACEOF 11421_ACEOF
11442if { (eval echo "$as_me:11441: \"$ac_cpp conftest.$ac_ext\"") >&5 11422if { (eval echo "$as_me:11422: \"$ac_cpp conftest.$ac_ext\"") >&5
11443 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11423 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11444 ac_status=$? 11424 ac_status=$?
11445 egrep -v '^ *\+' conftest.er1 >conftest.err 11425 egrep -v '^ *\+' conftest.er1 >conftest.err
11446 rm -f conftest.er1 11426 rm -f conftest.er1
11447 cat conftest.err >&5 11427 cat conftest.err >&5
11448 echo "$as_me:11447: \$? = $ac_status" >&5 11428 echo "$as_me:11428: \$? = $ac_status" >&5
11449 (exit $ac_status); } >/dev/null; then 11429 (exit $ac_status); } >/dev/null; then
11450 if test -s conftest.err; then 11430 if test -s conftest.err; then
11451 ac_cpp_err=$ac_c_preproc_warn_flag 11431 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11464,7 +11444,7 @@ else
11464fi 11444fi
11465rm -f conftest.err conftest.$ac_ext 11445rm -f conftest.err conftest.$ac_ext
11466fi 11446fi
11467echo "$as_me:11466: result: `eval echo '${'$as_ac_Header'}'`" >&5 11447echo "$as_me:11447: result: `eval echo '${'$as_ac_Header'}'`" >&5
11468echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11448echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11469if test `eval echo '${'$as_ac_Header'}'` = yes; then 11449if test `eval echo '${'$as_ac_Header'}'` = yes; then
11470 cat >>confdefs.h <<EOF 11450 cat >>confdefs.h <<EOF
@@ -11476,23 +11456,23 @@ else
11476for ac_header in kerberos/krb.h 11456for ac_header in kerberos/krb.h
11477do 11457do
11478as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 11458as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11479echo "$as_me:11478: checking for $ac_header" >&5 11459echo "$as_me:11459: checking for $ac_header" >&5
11480echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 11460echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11481if eval "test \"\${$as_ac_Header+set}\" = set"; then 11461if eval "test \"\${$as_ac_Header+set}\" = set"; then
11482 echo $ECHO_N "(cached) $ECHO_C" >&6 11462 echo $ECHO_N "(cached) $ECHO_C" >&6
11483else 11463else
11484 cat >conftest.$ac_ext <<_ACEOF 11464 cat >conftest.$ac_ext <<_ACEOF
11485#line 11479 "configure" 11465#line 11465 "configure"
11486#include "confdefs.h" 11466#include "confdefs.h"
11487#include <$ac_header> 11467#include <$ac_header>
11488_ACEOF 11468_ACEOF
11489if { (eval echo "$as_me:11488: \"$ac_cpp conftest.$ac_ext\"") >&5 11469if { (eval echo "$as_me:11469: \"$ac_cpp conftest.$ac_ext\"") >&5
11490 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11470 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11491 ac_status=$? 11471 ac_status=$?
11492 egrep -v '^ *\+' conftest.er1 >conftest.err 11472 egrep -v '^ *\+' conftest.er1 >conftest.err
11493 rm -f conftest.er1 11473 rm -f conftest.er1
11494 cat conftest.err >&5 11474 cat conftest.err >&5
11495 echo "$as_me:11494: \$? = $ac_status" >&5 11475 echo "$as_me:11475: \$? = $ac_status" >&5
11496 (exit $ac_status); } >/dev/null; then 11476 (exit $ac_status); } >/dev/null; then
11497 if test -s conftest.err; then 11477 if test -s conftest.err; then
11498 ac_cpp_err=$ac_c_preproc_warn_flag 11478 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11511,7 +11491,7 @@ else
11511fi 11491fi
11512rm -f conftest.err conftest.$ac_ext 11492rm -f conftest.err conftest.$ac_ext
11513fi 11493fi
11514echo "$as_me:11513: result: `eval echo '${'$as_ac_Header'}'`" >&5 11494echo "$as_me:11494: result: `eval echo '${'$as_ac_Header'}'`" >&5
11515echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11495echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11516if test `eval echo '${'$as_ac_Header'}'` = yes; then 11496if test `eval echo '${'$as_ac_Header'}'` = yes; then
11517 cat >>confdefs.h <<EOF 11497 cat >>confdefs.h <<EOF
@@ -11532,23 +11512,23 @@ done
11532for ac_header in com_err.h 11512for ac_header in com_err.h
11533do 11513do
11534as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 11514as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11535echo "$as_me:11534: checking for $ac_header" >&5 11515echo "$as_me:11515: checking for $ac_header" >&5
11536echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 11516echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11537if eval "test \"\${$as_ac_Header+set}\" = set"; then 11517if eval "test \"\${$as_ac_Header+set}\" = set"; then
11538 echo $ECHO_N "(cached) $ECHO_C" >&6 11518 echo $ECHO_N "(cached) $ECHO_C" >&6
11539else 11519else
11540 cat >conftest.$ac_ext <<_ACEOF 11520 cat >conftest.$ac_ext <<_ACEOF
11541#line 11535 "configure" 11521#line 11521 "configure"
11542#include "confdefs.h" 11522#include "confdefs.h"
11543#include <$ac_header> 11523#include <$ac_header>
11544_ACEOF 11524_ACEOF
11545if { (eval echo "$as_me:11544: \"$ac_cpp conftest.$ac_ext\"") >&5 11525if { (eval echo "$as_me:11525: \"$ac_cpp conftest.$ac_ext\"") >&5
11546 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11526 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11547 ac_status=$? 11527 ac_status=$?
11548 egrep -v '^ *\+' conftest.er1 >conftest.err 11528 egrep -v '^ *\+' conftest.er1 >conftest.err
11549 rm -f conftest.er1 11529 rm -f conftest.er1
11550 cat conftest.err >&5 11530 cat conftest.err >&5
11551 echo "$as_me:11550: \$? = $ac_status" >&5 11531 echo "$as_me:11531: \$? = $ac_status" >&5
11552 (exit $ac_status); } >/dev/null; then 11532 (exit $ac_status); } >/dev/null; then
11553 if test -s conftest.err; then 11533 if test -s conftest.err; then
11554 ac_cpp_err=$ac_c_preproc_warn_flag 11534 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11567,7 +11547,7 @@ else
11567fi 11547fi
11568rm -f conftest.err conftest.$ac_ext 11548rm -f conftest.err conftest.$ac_ext
11569fi 11549fi
11570echo "$as_me:11569: result: `eval echo '${'$as_ac_Header'}'`" >&5 11550echo "$as_me:11550: result: `eval echo '${'$as_ac_Header'}'`" >&5
11571echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11551echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11572if test `eval echo '${'$as_ac_Header'}'` = yes; then 11552if test `eval echo '${'$as_ac_Header'}'` = yes; then
11573 cat >>confdefs.h <<EOF 11553 cat >>confdefs.h <<EOF
@@ -11582,7 +11562,7 @@ fi
11582# Solaris requires -lintl if you want strerror (which calls dgettext) 11562# Solaris requires -lintl if you want strerror (which calls dgettext)
11583# to return localized messages. 11563# to return localized messages.
11584 11564
11585echo "$as_me:11584: checking for dgettext in -lintl" >&5 11565echo "$as_me:11565: checking for dgettext in -lintl" >&5
11586echo $ECHO_N "checking for dgettext in -lintl... $ECHO_C" >&6 11566echo $ECHO_N "checking for dgettext in -lintl... $ECHO_C" >&6
11587if test "${ac_cv_lib_intl_dgettext+set}" = set; then 11567if test "${ac_cv_lib_intl_dgettext+set}" = set; then
11588 echo $ECHO_N "(cached) $ECHO_C" >&6 11568 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11590,7 +11570,7 @@ else
11590 ac_check_lib_save_LIBS=$LIBS 11570 ac_check_lib_save_LIBS=$LIBS
11591LIBS="-lintl $LIBS" 11571LIBS="-lintl $LIBS"
11592cat >conftest.$ac_ext <<_ACEOF 11572cat >conftest.$ac_ext <<_ACEOF
11593#line 11587 "configure" 11573#line 11573 "configure"
11594#include "confdefs.h" 11574#include "confdefs.h"
11595 11575
11596/* Override any gcc2 internal prototype to avoid an error. */ 11576/* Override any gcc2 internal prototype to avoid an error. */
@@ -11609,16 +11589,16 @@ dgettext ();
11609} 11589}
11610_ACEOF 11590_ACEOF
11611rm -f conftest.$ac_objext conftest$ac_exeext 11591rm -f conftest.$ac_objext conftest$ac_exeext
11612if { (eval echo "$as_me:11611: \"$ac_link\"") >&5 11592if { (eval echo "$as_me:11592: \"$ac_link\"") >&5
11613 (eval $ac_link) 2>&5 11593 (eval $ac_link) 2>&5
11614 ac_status=$? 11594 ac_status=$?
11615 echo "$as_me:11614: \$? = $ac_status" >&5 11595 echo "$as_me:11595: \$? = $ac_status" >&5
11616 (exit $ac_status); } && 11596 (exit $ac_status); } &&
11617 { ac_try='test -s conftest$ac_exeext' 11597 { ac_try='test -s conftest$ac_exeext'
11618 { (eval echo "$as_me:11617: \"$ac_try\"") >&5 11598 { (eval echo "$as_me:11598: \"$ac_try\"") >&5
11619 (eval $ac_try) 2>&5 11599 (eval $ac_try) 2>&5
11620 ac_status=$? 11600 ac_status=$?
11621 echo "$as_me:11620: \$? = $ac_status" >&5 11601 echo "$as_me:11601: \$? = $ac_status" >&5
11622 (exit $ac_status); }; }; then 11602 (exit $ac_status); }; }; then
11623 ac_cv_lib_intl_dgettext=yes 11603 ac_cv_lib_intl_dgettext=yes
11624else 11604else
@@ -11629,7 +11609,7 @@ fi
11629rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11609rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11630LIBS=$ac_check_lib_save_LIBS 11610LIBS=$ac_check_lib_save_LIBS
11631fi 11611fi
11632echo "$as_me:11631: result: $ac_cv_lib_intl_dgettext" >&5 11612echo "$as_me:11612: result: $ac_cv_lib_intl_dgettext" >&5
11633echo "${ECHO_T}$ac_cv_lib_intl_dgettext" >&6 11613echo "${ECHO_T}$ac_cv_lib_intl_dgettext" >&6
11634if test $ac_cv_lib_intl_dgettext = yes; then 11614if test $ac_cv_lib_intl_dgettext = yes; then
11635 cat >>confdefs.h <<EOF 11615 cat >>confdefs.h <<EOF
@@ -11640,7 +11620,7 @@ EOF
11640 11620
11641fi 11621fi
11642 11622
11643echo "$as_me:11642: checking whether localtime caches TZ" >&5 11623echo "$as_me:11623: checking whether localtime caches TZ" >&5
11644echo $ECHO_N "checking whether localtime caches TZ... $ECHO_C" >&6 11624echo $ECHO_N "checking whether localtime caches TZ... $ECHO_C" >&6
11645if test "${emacs_cv_localtime_cache+set}" = set; then 11625if test "${emacs_cv_localtime_cache+set}" = set; then
11646 echo $ECHO_N "(cached) $ECHO_C" >&6 11626 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11651,7 +11631,7 @@ if test "$cross_compiling" = yes; then
11651emacs_cv_localtime_cache=yes 11631emacs_cv_localtime_cache=yes
11652else 11632else
11653 cat >conftest.$ac_ext <<_ACEOF 11633 cat >conftest.$ac_ext <<_ACEOF
11654#line 11648 "configure" 11634#line 11634 "configure"
11655#include "confdefs.h" 11635#include "confdefs.h"
11656#include <time.h> 11636#include <time.h>
11657extern char **environ; 11637extern char **environ;
@@ -11684,15 +11664,15 @@ main()
11684} 11664}
11685_ACEOF 11665_ACEOF
11686rm -f conftest$ac_exeext 11666rm -f conftest$ac_exeext
11687if { (eval echo "$as_me:11686: \"$ac_link\"") >&5 11667if { (eval echo "$as_me:11667: \"$ac_link\"") >&5
11688 (eval $ac_link) 2>&5 11668 (eval $ac_link) 2>&5
11689 ac_status=$? 11669 ac_status=$?
11690 echo "$as_me:11689: \$? = $ac_status" >&5 11670 echo "$as_me:11670: \$? = $ac_status" >&5
11691 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 11671 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11692 { (eval echo "$as_me:11691: \"$ac_try\"") >&5 11672 { (eval echo "$as_me:11672: \"$ac_try\"") >&5
11693 (eval $ac_try) 2>&5 11673 (eval $ac_try) 2>&5
11694 ac_status=$? 11674 ac_status=$?
11695 echo "$as_me:11694: \$? = $ac_status" >&5 11675 echo "$as_me:11675: \$? = $ac_status" >&5
11696 (exit $ac_status); }; }; then 11676 (exit $ac_status); }; }; then
11697 emacs_cv_localtime_cache=no 11677 emacs_cv_localtime_cache=no
11698else 11678else
@@ -11709,7 +11689,7 @@ else
11709 emacs_cv_localtime_cache=no 11689 emacs_cv_localtime_cache=no
11710fi 11690fi
11711fi 11691fi
11712echo "$as_me:11711: result: $emacs_cv_localtime_cache" >&5 11692echo "$as_me:11692: result: $emacs_cv_localtime_cache" >&5
11713echo "${ECHO_T}$emacs_cv_localtime_cache" >&6 11693echo "${ECHO_T}$emacs_cv_localtime_cache" >&6
11714if test $emacs_cv_localtime_cache = yes; then 11694if test $emacs_cv_localtime_cache = yes; then
11715 11695
@@ -11724,13 +11704,13 @@ if test "x$HAVE_TIMEVAL" = xyes; then
11724for ac_func in gettimeofday 11704for ac_func in gettimeofday
11725do 11705do
11726as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 11706as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
11727echo "$as_me:11726: checking for $ac_func" >&5 11707echo "$as_me:11707: checking for $ac_func" >&5
11728echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 11708echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
11729if eval "test \"\${$as_ac_var+set}\" = set"; then 11709if eval "test \"\${$as_ac_var+set}\" = set"; then
11730 echo $ECHO_N "(cached) $ECHO_C" >&6 11710 echo $ECHO_N "(cached) $ECHO_C" >&6
11731else 11711else
11732 cat >conftest.$ac_ext <<_ACEOF 11712 cat >conftest.$ac_ext <<_ACEOF
11733#line 11727 "configure" 11713#line 11713 "configure"
11734#include "confdefs.h" 11714#include "confdefs.h"
11735/* System header to define __stub macros and hopefully few prototypes, 11715/* System header to define __stub macros and hopefully few prototypes,
11736 which can conflict with char $ac_func (); below. */ 11716 which can conflict with char $ac_func (); below. */
@@ -11761,16 +11741,16 @@ f = $ac_func;
11761} 11741}
11762_ACEOF 11742_ACEOF
11763rm -f conftest.$ac_objext conftest$ac_exeext 11743rm -f conftest.$ac_objext conftest$ac_exeext
11764if { (eval echo "$as_me:11763: \"$ac_link\"") >&5 11744if { (eval echo "$as_me:11744: \"$ac_link\"") >&5
11765 (eval $ac_link) 2>&5 11745 (eval $ac_link) 2>&5
11766 ac_status=$? 11746 ac_status=$?
11767 echo "$as_me:11766: \$? = $ac_status" >&5 11747 echo "$as_me:11747: \$? = $ac_status" >&5
11768 (exit $ac_status); } && 11748 (exit $ac_status); } &&
11769 { ac_try='test -s conftest$ac_exeext' 11749 { ac_try='test -s conftest$ac_exeext'
11770 { (eval echo "$as_me:11769: \"$ac_try\"") >&5 11750 { (eval echo "$as_me:11750: \"$ac_try\"") >&5
11771 (eval $ac_try) 2>&5 11751 (eval $ac_try) 2>&5
11772 ac_status=$? 11752 ac_status=$?
11773 echo "$as_me:11772: \$? = $ac_status" >&5 11753 echo "$as_me:11753: \$? = $ac_status" >&5
11774 (exit $ac_status); }; }; then 11754 (exit $ac_status); }; }; then
11775 eval "$as_ac_var=yes" 11755 eval "$as_ac_var=yes"
11776else 11756else
@@ -11780,7 +11760,7 @@ eval "$as_ac_var=no"
11780fi 11760fi
11781rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11761rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11782fi 11762fi
11783echo "$as_me:11782: result: `eval echo '${'$as_ac_var'}'`" >&5 11763echo "$as_me:11763: result: `eval echo '${'$as_ac_var'}'`" >&5
11784echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 11764echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
11785if test `eval echo '${'$as_ac_var'}'` = yes; then 11765if test `eval echo '${'$as_ac_var'}'` = yes; then
11786 cat >>confdefs.h <<EOF 11766 cat >>confdefs.h <<EOF
@@ -11791,13 +11771,13 @@ fi
11791done 11771done
11792 11772
11793 if test $ac_cv_func_gettimeofday = yes; then 11773 if test $ac_cv_func_gettimeofday = yes; then
11794 echo "$as_me:11793: checking whether gettimeofday can accept two arguments" >&5 11774 echo "$as_me:11774: checking whether gettimeofday can accept two arguments" >&5
11795echo $ECHO_N "checking whether gettimeofday can accept two arguments... $ECHO_C" >&6 11775echo $ECHO_N "checking whether gettimeofday can accept two arguments... $ECHO_C" >&6
11796if test "${emacs_cv_gettimeofday_two_arguments+set}" = set; then 11776if test "${emacs_cv_gettimeofday_two_arguments+set}" = set; then
11797 echo $ECHO_N "(cached) $ECHO_C" >&6 11777 echo $ECHO_N "(cached) $ECHO_C" >&6
11798else 11778else
11799 cat >conftest.$ac_ext <<_ACEOF 11779 cat >conftest.$ac_ext <<_ACEOF
11800#line 11794 "configure" 11780#line 11780 "configure"
11801#include "confdefs.h" 11781#include "confdefs.h"
11802 11782
11803#ifdef TIME_WITH_SYS_TIME 11783#ifdef TIME_WITH_SYS_TIME
@@ -11820,16 +11800,16 @@ struct timeval time;
11820} 11800}
11821_ACEOF 11801_ACEOF
11822rm -f conftest.$ac_objext 11802rm -f conftest.$ac_objext
11823if { (eval echo "$as_me:11822: \"$ac_compile\"") >&5 11803if { (eval echo "$as_me:11803: \"$ac_compile\"") >&5
11824 (eval $ac_compile) 2>&5 11804 (eval $ac_compile) 2>&5
11825 ac_status=$? 11805 ac_status=$?
11826 echo "$as_me:11825: \$? = $ac_status" >&5 11806 echo "$as_me:11806: \$? = $ac_status" >&5
11827 (exit $ac_status); } && 11807 (exit $ac_status); } &&
11828 { ac_try='test -s conftest.$ac_objext' 11808 { ac_try='test -s conftest.$ac_objext'
11829 { (eval echo "$as_me:11828: \"$ac_try\"") >&5 11809 { (eval echo "$as_me:11809: \"$ac_try\"") >&5
11830 (eval $ac_try) 2>&5 11810 (eval $ac_try) 2>&5
11831 ac_status=$? 11811 ac_status=$?
11832 echo "$as_me:11831: \$? = $ac_status" >&5 11812 echo "$as_me:11812: \$? = $ac_status" >&5
11833 (exit $ac_status); }; }; then 11813 (exit $ac_status); }; }; then
11834 emacs_cv_gettimeofday_two_arguments=yes 11814 emacs_cv_gettimeofday_two_arguments=yes
11835else 11815else
@@ -11839,7 +11819,7 @@ emacs_cv_gettimeofday_two_arguments=no
11839fi 11819fi
11840rm -f conftest.$ac_objext conftest.$ac_ext 11820rm -f conftest.$ac_objext conftest.$ac_ext
11841fi 11821fi
11842echo "$as_me:11841: result: $emacs_cv_gettimeofday_two_arguments" >&5 11822echo "$as_me:11822: result: $emacs_cv_gettimeofday_two_arguments" >&5
11843echo "${ECHO_T}$emacs_cv_gettimeofday_two_arguments" >&6 11823echo "${ECHO_T}$emacs_cv_gettimeofday_two_arguments" >&6
11844 if test $emacs_cv_gettimeofday_two_arguments = no; then 11824 if test $emacs_cv_gettimeofday_two_arguments = no; then
11845 11825
@@ -11852,13 +11832,13 @@ EOF
11852fi 11832fi
11853 11833
11854if test "$ac_cv_func_gettimeofday" = yes; then 11834if test "$ac_cv_func_gettimeofday" = yes; then
11855 echo "$as_me:11854: checking for struct timezone" >&5 11835 echo "$as_me:11835: checking for struct timezone" >&5
11856echo $ECHO_N "checking for struct timezone... $ECHO_C" >&6 11836echo $ECHO_N "checking for struct timezone... $ECHO_C" >&6
11857if test "${emacs_cv_struct_timezone+set}" = set; then 11837if test "${emacs_cv_struct_timezone+set}" = set; then
11858 echo $ECHO_N "(cached) $ECHO_C" >&6 11838 echo $ECHO_N "(cached) $ECHO_C" >&6
11859else 11839else
11860 cat >conftest.$ac_ext <<_ACEOF 11840 cat >conftest.$ac_ext <<_ACEOF
11861#line 11855 "configure" 11841#line 11841 "configure"
11862#include "confdefs.h" 11842#include "confdefs.h"
11863#include <sys/time.h> 11843#include <sys/time.h>
11864int 11844int
@@ -11870,22 +11850,22 @@ struct timezone tz;
11870} 11850}
11871_ACEOF 11851_ACEOF
11872rm -f conftest.$ac_objext 11852rm -f conftest.$ac_objext
11873if { (eval echo "$as_me:11872: \"$ac_compile\"") >&5 11853if { (eval echo "$as_me:11853: \"$ac_compile\"") >&5
11874 (eval $ac_compile) 2>&5 11854 (eval $ac_compile) 2>&5
11875 ac_status=$? 11855 ac_status=$?
11876 echo "$as_me:11875: \$? = $ac_status" >&5 11856 echo "$as_me:11856: \$? = $ac_status" >&5
11877 (exit $ac_status); } && 11857 (exit $ac_status); } &&
11878 { ac_try='test -s conftest.$ac_objext' 11858 { ac_try='test -s conftest.$ac_objext'
11879 { (eval echo "$as_me:11878: \"$ac_try\"") >&5 11859 { (eval echo "$as_me:11859: \"$ac_try\"") >&5
11880 (eval $ac_try) 2>&5 11860 (eval $ac_try) 2>&5
11881 ac_status=$? 11861 ac_status=$?
11882 echo "$as_me:11881: \$? = $ac_status" >&5 11862 echo "$as_me:11862: \$? = $ac_status" >&5
11883 (exit $ac_status); }; }; then 11863 (exit $ac_status); }; }; then
11884 if test "$cross_compiling" = yes; then 11864 if test "$cross_compiling" = yes; then
11885 emacs_cv_struct_timezone=yes 11865 emacs_cv_struct_timezone=yes
11886else 11866else
11887 cat >conftest.$ac_ext <<_ACEOF 11867 cat >conftest.$ac_ext <<_ACEOF
11888#line 11882 "configure" 11868#line 11868 "configure"
11889#include "confdefs.h" 11869#include "confdefs.h"
11890 11870
11891#ifdef TIME_WITH_SYS_TIME 11871#ifdef TIME_WITH_SYS_TIME
@@ -11905,15 +11885,15 @@ main () {
11905} 11885}
11906_ACEOF 11886_ACEOF
11907rm -f conftest$ac_exeext 11887rm -f conftest$ac_exeext
11908if { (eval echo "$as_me:11907: \"$ac_link\"") >&5 11888if { (eval echo "$as_me:11888: \"$ac_link\"") >&5
11909 (eval $ac_link) 2>&5 11889 (eval $ac_link) 2>&5
11910 ac_status=$? 11890 ac_status=$?
11911 echo "$as_me:11910: \$? = $ac_status" >&5 11891 echo "$as_me:11891: \$? = $ac_status" >&5
11912 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 11892 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11913 { (eval echo "$as_me:11912: \"$ac_try\"") >&5 11893 { (eval echo "$as_me:11893: \"$ac_try\"") >&5
11914 (eval $ac_try) 2>&5 11894 (eval $ac_try) 2>&5
11915 ac_status=$? 11895 ac_status=$?
11916 echo "$as_me:11915: \$? = $ac_status" >&5 11896 echo "$as_me:11896: \$? = $ac_status" >&5
11917 (exit $ac_status); }; }; then 11897 (exit $ac_status); }; }; then
11918 emacs_cv_struct_timezone=yes 11898 emacs_cv_struct_timezone=yes
11919else 11899else
@@ -11931,18 +11911,18 @@ emacs_cv_struct_timezone=no
11931fi 11911fi
11932rm -f conftest.$ac_objext conftest.$ac_ext 11912rm -f conftest.$ac_objext conftest.$ac_ext
11933fi 11913fi
11934echo "$as_me:11933: result: $emacs_cv_struct_timezone" >&5 11914echo "$as_me:11914: result: $emacs_cv_struct_timezone" >&5
11935echo "${ECHO_T}$emacs_cv_struct_timezone" >&6 11915echo "${ECHO_T}$emacs_cv_struct_timezone" >&6
11936fi 11916fi
11937 11917
11938ok_so_far=yes 11918ok_so_far=yes
11939echo "$as_me:11938: checking for socket" >&5 11919echo "$as_me:11919: checking for socket" >&5
11940echo $ECHO_N "checking for socket... $ECHO_C" >&6 11920echo $ECHO_N "checking for socket... $ECHO_C" >&6
11941if test "${ac_cv_func_socket+set}" = set; then 11921if test "${ac_cv_func_socket+set}" = set; then
11942 echo $ECHO_N "(cached) $ECHO_C" >&6 11922 echo $ECHO_N "(cached) $ECHO_C" >&6
11943else 11923else
11944 cat >conftest.$ac_ext <<_ACEOF 11924 cat >conftest.$ac_ext <<_ACEOF
11945#line 11939 "configure" 11925#line 11925 "configure"
11946#include "confdefs.h" 11926#include "confdefs.h"
11947/* System header to define __stub macros and hopefully few prototypes, 11927/* System header to define __stub macros and hopefully few prototypes,
11948 which can conflict with char socket (); below. */ 11928 which can conflict with char socket (); below. */
@@ -11973,16 +11953,16 @@ f = socket;
11973} 11953}
11974_ACEOF 11954_ACEOF
11975rm -f conftest.$ac_objext conftest$ac_exeext 11955rm -f conftest.$ac_objext conftest$ac_exeext
11976if { (eval echo "$as_me:11975: \"$ac_link\"") >&5 11956if { (eval echo "$as_me:11956: \"$ac_link\"") >&5
11977 (eval $ac_link) 2>&5 11957 (eval $ac_link) 2>&5
11978 ac_status=$? 11958 ac_status=$?
11979 echo "$as_me:11978: \$? = $ac_status" >&5 11959 echo "$as_me:11959: \$? = $ac_status" >&5
11980 (exit $ac_status); } && 11960 (exit $ac_status); } &&
11981 { ac_try='test -s conftest$ac_exeext' 11961 { ac_try='test -s conftest$ac_exeext'
11982 { (eval echo "$as_me:11981: \"$ac_try\"") >&5 11962 { (eval echo "$as_me:11962: \"$ac_try\"") >&5
11983 (eval $ac_try) 2>&5 11963 (eval $ac_try) 2>&5
11984 ac_status=$? 11964 ac_status=$?
11985 echo "$as_me:11984: \$? = $ac_status" >&5 11965 echo "$as_me:11965: \$? = $ac_status" >&5
11986 (exit $ac_status); }; }; then 11966 (exit $ac_status); }; }; then
11987 ac_cv_func_socket=yes 11967 ac_cv_func_socket=yes
11988else 11968else
@@ -11992,7 +11972,7 @@ ac_cv_func_socket=no
11992fi 11972fi
11993rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11973rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11994fi 11974fi
11995echo "$as_me:11994: result: $ac_cv_func_socket" >&5 11975echo "$as_me:11975: result: $ac_cv_func_socket" >&5
11996echo "${ECHO_T}$ac_cv_func_socket" >&6 11976echo "${ECHO_T}$ac_cv_func_socket" >&6
11997if test $ac_cv_func_socket = yes; then 11977if test $ac_cv_func_socket = yes; then
11998 : 11978 :
@@ -12001,23 +11981,23 @@ else
12001fi 11981fi
12002 11982
12003if test $ok_so_far = yes; then 11983if test $ok_so_far = yes; then
12004 echo "$as_me:12003: checking for netinet/in.h" >&5 11984 echo "$as_me:11984: checking for netinet/in.h" >&5
12005echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6 11985echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6
12006if test "${ac_cv_header_netinet_in_h+set}" = set; then 11986if test "${ac_cv_header_netinet_in_h+set}" = set; then
12007 echo $ECHO_N "(cached) $ECHO_C" >&6 11987 echo $ECHO_N "(cached) $ECHO_C" >&6
12008else 11988else
12009 cat >conftest.$ac_ext <<_ACEOF 11989 cat >conftest.$ac_ext <<_ACEOF
12010#line 12004 "configure" 11990#line 11990 "configure"
12011#include "confdefs.h" 11991#include "confdefs.h"
12012#include <netinet/in.h> 11992#include <netinet/in.h>
12013_ACEOF 11993_ACEOF
12014if { (eval echo "$as_me:12013: \"$ac_cpp conftest.$ac_ext\"") >&5 11994if { (eval echo "$as_me:11994: \"$ac_cpp conftest.$ac_ext\"") >&5
12015 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11995 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12016 ac_status=$? 11996 ac_status=$?
12017 egrep -v '^ *\+' conftest.er1 >conftest.err 11997 egrep -v '^ *\+' conftest.er1 >conftest.err
12018 rm -f conftest.er1 11998 rm -f conftest.er1
12019 cat conftest.err >&5 11999 cat conftest.err >&5
12020 echo "$as_me:12019: \$? = $ac_status" >&5 12000 echo "$as_me:12000: \$? = $ac_status" >&5
12021 (exit $ac_status); } >/dev/null; then 12001 (exit $ac_status); } >/dev/null; then
12022 if test -s conftest.err; then 12002 if test -s conftest.err; then
12023 ac_cpp_err=$ac_c_preproc_warn_flag 12003 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -12036,7 +12016,7 @@ else
12036fi 12016fi
12037rm -f conftest.err conftest.$ac_ext 12017rm -f conftest.err conftest.$ac_ext
12038fi 12018fi
12039echo "$as_me:12038: result: $ac_cv_header_netinet_in_h" >&5 12019echo "$as_me:12019: result: $ac_cv_header_netinet_in_h" >&5
12040echo "${ECHO_T}$ac_cv_header_netinet_in_h" >&6 12020echo "${ECHO_T}$ac_cv_header_netinet_in_h" >&6
12041if test $ac_cv_header_netinet_in_h = yes; then 12021if test $ac_cv_header_netinet_in_h = yes; then
12042 : 12022 :
@@ -12046,23 +12026,23 @@ fi
12046 12026
12047fi 12027fi
12048if test $ok_so_far = yes; then 12028if test $ok_so_far = yes; then
12049 echo "$as_me:12048: checking for arpa/inet.h" >&5 12029 echo "$as_me:12029: checking for arpa/inet.h" >&5
12050echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6 12030echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6
12051if test "${ac_cv_header_arpa_inet_h+set}" = set; then 12031if test "${ac_cv_header_arpa_inet_h+set}" = set; then
12052 echo $ECHO_N "(cached) $ECHO_C" >&6 12032 echo $ECHO_N "(cached) $ECHO_C" >&6
12053else 12033else
12054 cat >conftest.$ac_ext <<_ACEOF 12034 cat >conftest.$ac_ext <<_ACEOF
12055#line 12049 "configure" 12035#line 12035 "configure"
12056#include "confdefs.h" 12036#include "confdefs.h"
12057#include <arpa/inet.h> 12037#include <arpa/inet.h>
12058_ACEOF 12038_ACEOF
12059if { (eval echo "$as_me:12058: \"$ac_cpp conftest.$ac_ext\"") >&5 12039if { (eval echo "$as_me:12039: \"$ac_cpp conftest.$ac_ext\"") >&5
12060 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 12040 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12061 ac_status=$? 12041 ac_status=$?
12062 egrep -v '^ *\+' conftest.er1 >conftest.err 12042 egrep -v '^ *\+' conftest.er1 >conftest.err
12063 rm -f conftest.er1 12043 rm -f conftest.er1
12064 cat conftest.err >&5 12044 cat conftest.err >&5
12065 echo "$as_me:12064: \$? = $ac_status" >&5 12045 echo "$as_me:12045: \$? = $ac_status" >&5
12066 (exit $ac_status); } >/dev/null; then 12046 (exit $ac_status); } >/dev/null; then
12067 if test -s conftest.err; then 12047 if test -s conftest.err; then
12068 ac_cpp_err=$ac_c_preproc_warn_flag 12048 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -12081,7 +12061,7 @@ else
12081fi 12061fi
12082rm -f conftest.err conftest.$ac_ext 12062rm -f conftest.err conftest.$ac_ext
12083fi 12063fi
12084echo "$as_me:12083: result: $ac_cv_header_arpa_inet_h" >&5 12064echo "$as_me:12064: result: $ac_cv_header_arpa_inet_h" >&5
12085echo "${ECHO_T}$ac_cv_header_arpa_inet_h" >&6 12065echo "${ECHO_T}$ac_cv_header_arpa_inet_h" >&6
12086if test $ac_cv_header_arpa_inet_h = yes; then 12066if test $ac_cv_header_arpa_inet_h = yes; then
12087 : 12067 :
@@ -12106,10 +12086,10 @@ EOF
12106 12086
12107fi 12087fi
12108 12088
12109echo "$as_me:12108: checking whether system supports dynamic ptys" >&5 12089echo "$as_me:12089: checking whether system supports dynamic ptys" >&5
12110echo $ECHO_N "checking whether system supports dynamic ptys... $ECHO_C" >&6 12090echo $ECHO_N "checking whether system supports dynamic ptys... $ECHO_C" >&6
12111if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then 12091if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then
12112 echo "$as_me:12111: result: yes" >&5 12092 echo "$as_me:12092: result: yes" >&5
12113echo "${ECHO_T}yes" >&6 12093echo "${ECHO_T}yes" >&6
12114 12094
12115cat >>confdefs.h <<\EOF 12095cat >>confdefs.h <<\EOF
@@ -12117,17 +12097,17 @@ cat >>confdefs.h <<\EOF
12117EOF 12097EOF
12118 12098
12119else 12099else
12120 echo "$as_me:12119: result: no" >&5 12100 echo "$as_me:12100: result: no" >&5
12121echo "${ECHO_T}no" >&6 12101echo "${ECHO_T}no" >&6
12122fi 12102fi
12123 12103
12124echo "$as_me:12123: checking for pid_t" >&5 12104echo "$as_me:12104: checking for pid_t" >&5
12125echo $ECHO_N "checking for pid_t... $ECHO_C" >&6 12105echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
12126if test "${ac_cv_type_pid_t+set}" = set; then 12106if test "${ac_cv_type_pid_t+set}" = set; then
12127 echo $ECHO_N "(cached) $ECHO_C" >&6 12107 echo $ECHO_N "(cached) $ECHO_C" >&6
12128else 12108else
12129 cat >conftest.$ac_ext <<_ACEOF 12109 cat >conftest.$ac_ext <<_ACEOF
12130#line 12124 "configure" 12110#line 12110 "configure"
12131#include "confdefs.h" 12111#include "confdefs.h"
12132$ac_includes_default 12112$ac_includes_default
12133int 12113int
@@ -12142,16 +12122,16 @@ if (sizeof (pid_t))
12142} 12122}
12143_ACEOF 12123_ACEOF
12144rm -f conftest.$ac_objext 12124rm -f conftest.$ac_objext
12145if { (eval echo "$as_me:12144: \"$ac_compile\"") >&5 12125if { (eval echo "$as_me:12125: \"$ac_compile\"") >&5
12146 (eval $ac_compile) 2>&5 12126 (eval $ac_compile) 2>&5
12147 ac_status=$? 12127 ac_status=$?
12148 echo "$as_me:12147: \$? = $ac_status" >&5 12128 echo "$as_me:12128: \$? = $ac_status" >&5
12149 (exit $ac_status); } && 12129 (exit $ac_status); } &&
12150 { ac_try='test -s conftest.$ac_objext' 12130 { ac_try='test -s conftest.$ac_objext'
12151 { (eval echo "$as_me:12150: \"$ac_try\"") >&5 12131 { (eval echo "$as_me:12131: \"$ac_try\"") >&5
12152 (eval $ac_try) 2>&5 12132 (eval $ac_try) 2>&5
12153 ac_status=$? 12133 ac_status=$?
12154 echo "$as_me:12153: \$? = $ac_status" >&5 12134 echo "$as_me:12134: \$? = $ac_status" >&5
12155 (exit $ac_status); }; }; then 12135 (exit $ac_status); }; }; then
12156 ac_cv_type_pid_t=yes 12136 ac_cv_type_pid_t=yes
12157else 12137else
@@ -12161,7 +12141,7 @@ ac_cv_type_pid_t=no
12161fi 12141fi
12162rm -f conftest.$ac_objext conftest.$ac_ext 12142rm -f conftest.$ac_objext conftest.$ac_ext
12163fi 12143fi
12164echo "$as_me:12163: result: $ac_cv_type_pid_t" >&5 12144echo "$as_me:12144: result: $ac_cv_type_pid_t" >&5
12165echo "${ECHO_T}$ac_cv_type_pid_t" >&6 12145echo "${ECHO_T}$ac_cv_type_pid_t" >&6
12166if test $ac_cv_type_pid_t = yes; then 12146if test $ac_cv_type_pid_t = yes; then
12167 : 12147 :
@@ -12176,23 +12156,23 @@ fi
12176for ac_header in unistd.h vfork.h 12156for ac_header in unistd.h vfork.h
12177do 12157do
12178as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 12158as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12179echo "$as_me:12178: checking for $ac_header" >&5 12159echo "$as_me:12159: checking for $ac_header" >&5
12180echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 12160echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12181if eval "test \"\${$as_ac_Header+set}\" = set"; then 12161if eval "test \"\${$as_ac_Header+set}\" = set"; then
12182 echo $ECHO_N "(cached) $ECHO_C" >&6 12162 echo $ECHO_N "(cached) $ECHO_C" >&6
12183else 12163else
12184 cat >conftest.$ac_ext <<_ACEOF 12164 cat >conftest.$ac_ext <<_ACEOF
12185#line 12179 "configure" 12165#line 12165 "configure"
12186#include "confdefs.h" 12166#include "confdefs.h"
12187#include <$ac_header> 12167#include <$ac_header>
12188_ACEOF 12168_ACEOF
12189if { (eval echo "$as_me:12188: \"$ac_cpp conftest.$ac_ext\"") >&5 12169if { (eval echo "$as_me:12169: \"$ac_cpp conftest.$ac_ext\"") >&5
12190 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 12170 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12191 ac_status=$? 12171 ac_status=$?
12192 egrep -v '^ *\+' conftest.er1 >conftest.err 12172 egrep -v '^ *\+' conftest.er1 >conftest.err
12193 rm -f conftest.er1 12173 rm -f conftest.er1
12194 cat conftest.err >&5 12174 cat conftest.err >&5
12195 echo "$as_me:12194: \$? = $ac_status" >&5 12175 echo "$as_me:12175: \$? = $ac_status" >&5
12196 (exit $ac_status); } >/dev/null; then 12176 (exit $ac_status); } >/dev/null; then
12197 if test -s conftest.err; then 12177 if test -s conftest.err; then
12198 ac_cpp_err=$ac_c_preproc_warn_flag 12178 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -12211,7 +12191,7 @@ else
12211fi 12191fi
12212rm -f conftest.err conftest.$ac_ext 12192rm -f conftest.err conftest.$ac_ext
12213fi 12193fi
12214echo "$as_me:12213: result: `eval echo '${'$as_ac_Header'}'`" >&5 12194echo "$as_me:12194: result: `eval echo '${'$as_ac_Header'}'`" >&5
12215echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 12195echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12216if test `eval echo '${'$as_ac_Header'}'` = yes; then 12196if test `eval echo '${'$as_ac_Header'}'` = yes; then
12217 cat >>confdefs.h <<EOF 12197 cat >>confdefs.h <<EOF
@@ -12224,13 +12204,13 @@ done
12224for ac_func in fork vfork 12204for ac_func in fork vfork
12225do 12205do
12226as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 12206as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12227echo "$as_me:12226: checking for $ac_func" >&5 12207echo "$as_me:12207: checking for $ac_func" >&5
12228echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 12208echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
12229if eval "test \"\${$as_ac_var+set}\" = set"; then 12209if eval "test \"\${$as_ac_var+set}\" = set"; then
12230 echo $ECHO_N "(cached) $ECHO_C" >&6 12210 echo $ECHO_N "(cached) $ECHO_C" >&6
12231else 12211else
12232 cat >conftest.$ac_ext <<_ACEOF 12212 cat >conftest.$ac_ext <<_ACEOF
12233#line 12227 "configure" 12213#line 12213 "configure"
12234#include "confdefs.h" 12214#include "confdefs.h"
12235/* System header to define __stub macros and hopefully few prototypes, 12215/* System header to define __stub macros and hopefully few prototypes,
12236 which can conflict with char $ac_func (); below. */ 12216 which can conflict with char $ac_func (); below. */
@@ -12261,16 +12241,16 @@ f = $ac_func;
12261} 12241}
12262_ACEOF 12242_ACEOF
12263rm -f conftest.$ac_objext conftest$ac_exeext 12243rm -f conftest.$ac_objext conftest$ac_exeext
12264if { (eval echo "$as_me:12263: \"$ac_link\"") >&5 12244if { (eval echo "$as_me:12244: \"$ac_link\"") >&5
12265 (eval $ac_link) 2>&5 12245 (eval $ac_link) 2>&5
12266 ac_status=$? 12246 ac_status=$?
12267 echo "$as_me:12266: \$? = $ac_status" >&5 12247 echo "$as_me:12247: \$? = $ac_status" >&5
12268 (exit $ac_status); } && 12248 (exit $ac_status); } &&
12269 { ac_try='test -s conftest$ac_exeext' 12249 { ac_try='test -s conftest$ac_exeext'
12270 { (eval echo "$as_me:12269: \"$ac_try\"") >&5 12250 { (eval echo "$as_me:12250: \"$ac_try\"") >&5
12271 (eval $ac_try) 2>&5 12251 (eval $ac_try) 2>&5
12272 ac_status=$? 12252 ac_status=$?
12273 echo "$as_me:12272: \$? = $ac_status" >&5 12253 echo "$as_me:12253: \$? = $ac_status" >&5
12274 (exit $ac_status); }; }; then 12254 (exit $ac_status); }; }; then
12275 eval "$as_ac_var=yes" 12255 eval "$as_ac_var=yes"
12276else 12256else
@@ -12280,7 +12260,7 @@ eval "$as_ac_var=no"
12280fi 12260fi
12281rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 12261rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
12282fi 12262fi
12283echo "$as_me:12282: result: `eval echo '${'$as_ac_var'}'`" >&5 12263echo "$as_me:12263: result: `eval echo '${'$as_ac_var'}'`" >&5
12284echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 12264echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
12285if test `eval echo '${'$as_ac_var'}'` = yes; then 12265if test `eval echo '${'$as_ac_var'}'` = yes; then
12286 cat >>confdefs.h <<EOF 12266 cat >>confdefs.h <<EOF
@@ -12292,7 +12272,7 @@ done
12292 12272
12293ac_cv_func_fork_works=$ac_cv_func_fork 12273ac_cv_func_fork_works=$ac_cv_func_fork
12294if test "x$ac_cv_func_fork" = xyes; then 12274if test "x$ac_cv_func_fork" = xyes; then
12295 echo "$as_me:12294: checking for working fork" >&5 12275 echo "$as_me:12275: checking for working fork" >&5
12296echo $ECHO_N "checking for working fork... $ECHO_C" >&6 12276echo $ECHO_N "checking for working fork... $ECHO_C" >&6
12297if test "${ac_cv_func_fork_works+set}" = set; then 12277if test "${ac_cv_func_fork_works+set}" = set; then
12298 echo $ECHO_N "(cached) $ECHO_C" >&6 12278 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -12315,15 +12295,15 @@ else
12315 } 12295 }
12316_ACEOF 12296_ACEOF
12317rm -f conftest$ac_exeext 12297rm -f conftest$ac_exeext
12318if { (eval echo "$as_me:12317: \"$ac_link\"") >&5 12298if { (eval echo "$as_me:12298: \"$ac_link\"") >&5
12319 (eval $ac_link) 2>&5 12299 (eval $ac_link) 2>&5
12320 ac_status=$? 12300 ac_status=$?
12321 echo "$as_me:12320: \$? = $ac_status" >&5 12301 echo "$as_me:12301: \$? = $ac_status" >&5
12322 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 12302 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12323 { (eval echo "$as_me:12322: \"$ac_try\"") >&5 12303 { (eval echo "$as_me:12303: \"$ac_try\"") >&5
12324 (eval $ac_try) 2>&5 12304 (eval $ac_try) 2>&5
12325 ac_status=$? 12305 ac_status=$?
12326 echo "$as_me:12325: \$? = $ac_status" >&5 12306 echo "$as_me:12306: \$? = $ac_status" >&5
12327 (exit $ac_status); }; }; then 12307 (exit $ac_status); }; }; then
12328 ac_cv_func_fork_works=yes 12308 ac_cv_func_fork_works=yes
12329else 12309else
@@ -12335,7 +12315,7 @@ fi
12335rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 12315rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12336fi 12316fi
12337fi 12317fi
12338echo "$as_me:12337: result: $ac_cv_func_fork_works" >&5 12318echo "$as_me:12318: result: $ac_cv_func_fork_works" >&5
12339echo "${ECHO_T}$ac_cv_func_fork_works" >&6 12319echo "${ECHO_T}$ac_cv_func_fork_works" >&6
12340 12320
12341fi 12321fi
@@ -12349,12 +12329,12 @@ if test "x$ac_cv_func_fork_works" = xcross; then
12349 ac_cv_func_fork_works=yes 12329 ac_cv_func_fork_works=yes
12350 ;; 12330 ;;
12351 esac 12331 esac
12352 { echo "$as_me:12351: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&5 12332 { echo "$as_me:12332: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&5
12353echo "$as_me: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&2;} 12333echo "$as_me: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&2;}
12354fi 12334fi
12355ac_cv_func_vfork_works=$ac_cv_func_vfork 12335ac_cv_func_vfork_works=$ac_cv_func_vfork
12356if test "x$ac_cv_func_vfork" = xyes; then 12336if test "x$ac_cv_func_vfork" = xyes; then
12357 echo "$as_me:12356: checking for working vfork" >&5 12337 echo "$as_me:12337: checking for working vfork" >&5
12358echo $ECHO_N "checking for working vfork... $ECHO_C" >&6 12338echo $ECHO_N "checking for working vfork... $ECHO_C" >&6
12359if test "${ac_cv_func_vfork_works+set}" = set; then 12339if test "${ac_cv_func_vfork_works+set}" = set; then
12360 echo $ECHO_N "(cached) $ECHO_C" >&6 12340 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -12363,7 +12343,7 @@ else
12363 ac_cv_func_vfork_works=cross 12343 ac_cv_func_vfork_works=cross
12364else 12344else
12365 cat >conftest.$ac_ext <<_ACEOF 12345 cat >conftest.$ac_ext <<_ACEOF
12366#line 12360 "configure" 12346#line 12346 "configure"
12367#include "confdefs.h" 12347#include "confdefs.h"
12368/* Thanks to Paul Eggert for this test. */ 12348/* Thanks to Paul Eggert for this test. */
12369#include <stdio.h> 12349#include <stdio.h>
@@ -12460,15 +12440,15 @@ main ()
12460} 12440}
12461_ACEOF 12441_ACEOF
12462rm -f conftest$ac_exeext 12442rm -f conftest$ac_exeext
12463if { (eval echo "$as_me:12462: \"$ac_link\"") >&5 12443if { (eval echo "$as_me:12443: \"$ac_link\"") >&5
12464 (eval $ac_link) 2>&5 12444 (eval $ac_link) 2>&5
12465 ac_status=$? 12445 ac_status=$?
12466 echo "$as_me:12465: \$? = $ac_status" >&5 12446 echo "$as_me:12446: \$? = $ac_status" >&5
12467 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 12447 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12468 { (eval echo "$as_me:12467: \"$ac_try\"") >&5 12448 { (eval echo "$as_me:12448: \"$ac_try\"") >&5
12469 (eval $ac_try) 2>&5 12449 (eval $ac_try) 2>&5
12470 ac_status=$? 12450 ac_status=$?
12471 echo "$as_me:12470: \$? = $ac_status" >&5 12451 echo "$as_me:12451: \$? = $ac_status" >&5
12472 (exit $ac_status); }; }; then 12452 (exit $ac_status); }; }; then
12473 ac_cv_func_vfork_works=yes 12453 ac_cv_func_vfork_works=yes
12474else 12454else
@@ -12480,13 +12460,13 @@ fi
12480rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 12460rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12481fi 12461fi
12482fi 12462fi
12483echo "$as_me:12482: result: $ac_cv_func_vfork_works" >&5 12463echo "$as_me:12463: result: $ac_cv_func_vfork_works" >&5
12484echo "${ECHO_T}$ac_cv_func_vfork_works" >&6 12464echo "${ECHO_T}$ac_cv_func_vfork_works" >&6
12485 12465
12486fi; 12466fi;
12487if test "x$ac_cv_func_fork_works" = xcross; then 12467if test "x$ac_cv_func_fork_works" = xcross; then
12488 ac_cv_func_vfork_works=ac_cv_func_vfork 12468 ac_cv_func_vfork_works=ac_cv_func_vfork
12489 { echo "$as_me:12488: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&5 12469 { echo "$as_me:12469: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&5
12490echo "$as_me: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&2;} 12470echo "$as_me: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&2;}
12491fi 12471fi
12492 12472
@@ -12512,13 +12492,13 @@ EOF
12512fi 12492fi
12513 12493
12514# Fixme: This should be replaced when we have autoconf 2.14. 12494# Fixme: This should be replaced when we have autoconf 2.14.
12515echo "$as_me:12514: checking for size_t" >&5 12495echo "$as_me:12495: checking for size_t" >&5
12516echo $ECHO_N "checking for size_t... $ECHO_C" >&6 12496echo $ECHO_N "checking for size_t... $ECHO_C" >&6
12517if test "${ac_cv_type_size_t+set}" = set; then 12497if test "${ac_cv_type_size_t+set}" = set; then
12518 echo $ECHO_N "(cached) $ECHO_C" >&6 12498 echo $ECHO_N "(cached) $ECHO_C" >&6
12519else 12499else
12520 cat >conftest.$ac_ext <<_ACEOF 12500 cat >conftest.$ac_ext <<_ACEOF
12521#line 12515 "configure" 12501#line 12501 "configure"
12522#include "confdefs.h" 12502#include "confdefs.h"
12523$ac_includes_default 12503$ac_includes_default
12524int 12504int
@@ -12533,16 +12513,16 @@ if (sizeof (size_t))
12533} 12513}
12534_ACEOF 12514_ACEOF
12535rm -f conftest.$ac_objext 12515rm -f conftest.$ac_objext
12536if { (eval echo "$as_me:12535: \"$ac_compile\"") >&5 12516if { (eval echo "$as_me:12516: \"$ac_compile\"") >&5
12537 (eval $ac_compile) 2>&5 12517 (eval $ac_compile) 2>&5
12538 ac_status=$? 12518 ac_status=$?
12539 echo "$as_me:12538: \$? = $ac_status" >&5 12519 echo "$as_me:12519: \$? = $ac_status" >&5
12540 (exit $ac_status); } && 12520 (exit $ac_status); } &&
12541 { ac_try='test -s conftest.$ac_objext' 12521 { ac_try='test -s conftest.$ac_objext'
12542 { (eval echo "$as_me:12541: \"$ac_try\"") >&5 12522 { (eval echo "$as_me:12522: \"$ac_try\"") >&5
12543 (eval $ac_try) 2>&5 12523 (eval $ac_try) 2>&5
12544 ac_status=$? 12524 ac_status=$?
12545 echo "$as_me:12544: \$? = $ac_status" >&5 12525 echo "$as_me:12525: \$? = $ac_status" >&5
12546 (exit $ac_status); }; }; then 12526 (exit $ac_status); }; }; then
12547 ac_cv_type_size_t=yes 12527 ac_cv_type_size_t=yes
12548else 12528else
@@ -12552,7 +12532,7 @@ ac_cv_type_size_t=no
12552fi 12532fi
12553rm -f conftest.$ac_objext conftest.$ac_ext 12533rm -f conftest.$ac_objext conftest.$ac_ext
12554fi 12534fi
12555echo "$as_me:12554: result: $ac_cv_type_size_t" >&5 12535echo "$as_me:12535: result: $ac_cv_type_size_t" >&5
12556echo "${ECHO_T}$ac_cv_type_size_t" >&6 12536echo "${ECHO_T}$ac_cv_type_size_t" >&6
12557if test $ac_cv_type_size_t = yes; then 12537if test $ac_cv_type_size_t = yes; then
12558 : 12538 :
@@ -12572,7 +12552,7 @@ CPPFLAGS="$REAL_CPPFLAGS"
12572version=`grep 'defconst[ ]*emacs-version' ${srcdir}/lisp/version.el \ 12552version=`grep 'defconst[ ]*emacs-version' ${srcdir}/lisp/version.el \
12573 | sed -e 's/^[^"]*"\([^"]*\)".*$/\1/'` 12553 | sed -e 's/^[^"]*"\([^"]*\)".*$/\1/'`
12574if test x"${version}" = x; then 12554if test x"${version}" = x; then
12575 { { echo "$as_me:12574: error: can't find current emacs version in \`${srcdir}/lisp/version.el'." >&5 12555 { { echo "$as_me:12555: error: can't find current emacs version in \`${srcdir}/lisp/version.el'." >&5
12576echo "$as_me: error: can't find current emacs version in \`${srcdir}/lisp/version.el'." >&2;} 12556echo "$as_me: error: can't find current emacs version in \`${srcdir}/lisp/version.el'." >&2;}
12577 { (exit 1); exit 1; }; } 12557 { (exit 1); exit 1; }; }
12578fi 12558fi
@@ -12665,23 +12645,23 @@ fi
12665for ac_header in nlist.h 12645for ac_header in nlist.h
12666do 12646do
12667as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 12647as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12668echo "$as_me:12667: checking for $ac_header" >&5 12648echo "$as_me:12648: checking for $ac_header" >&5
12669echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 12649echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12670if eval "test \"\${$as_ac_Header+set}\" = set"; then 12650if eval "test \"\${$as_ac_Header+set}\" = set"; then
12671 echo $ECHO_N "(cached) $ECHO_C" >&6 12651 echo $ECHO_N "(cached) $ECHO_C" >&6
12672else 12652else
12673 cat >conftest.$ac_ext <<_ACEOF 12653 cat >conftest.$ac_ext <<_ACEOF
12674#line 12668 "configure" 12654#line 12654 "configure"
12675#include "confdefs.h" 12655#include "confdefs.h"
12676#include <$ac_header> 12656#include <$ac_header>
12677_ACEOF 12657_ACEOF
12678if { (eval echo "$as_me:12677: \"$ac_cpp conftest.$ac_ext\"") >&5 12658if { (eval echo "$as_me:12658: \"$ac_cpp conftest.$ac_ext\"") >&5
12679 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 12659 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12680 ac_status=$? 12660 ac_status=$?
12681 egrep -v '^ *\+' conftest.er1 >conftest.err 12661 egrep -v '^ *\+' conftest.er1 >conftest.err
12682 rm -f conftest.er1 12662 rm -f conftest.er1
12683 cat conftest.err >&5 12663 cat conftest.err >&5
12684 echo "$as_me:12683: \$? = $ac_status" >&5 12664 echo "$as_me:12664: \$? = $ac_status" >&5
12685 (exit $ac_status); } >/dev/null; then 12665 (exit $ac_status); } >/dev/null; then
12686 if test -s conftest.err; then 12666 if test -s conftest.err; then
12687 ac_cpp_err=$ac_c_preproc_warn_flag 12667 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -12700,7 +12680,7 @@ else
12700fi 12680fi
12701rm -f conftest.err conftest.$ac_ext 12681rm -f conftest.err conftest.$ac_ext
12702fi 12682fi
12703echo "$as_me:12702: result: `eval echo '${'$as_ac_Header'}'`" >&5 12683echo "$as_me:12683: result: `eval echo '${'$as_ac_Header'}'`" >&5
12704echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 12684echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12705if test `eval echo '${'$as_ac_Header'}'` = yes; then 12685if test `eval echo '${'$as_ac_Header'}'` = yes; then
12706 cat >>confdefs.h <<EOF 12686 cat >>confdefs.h <<EOF
@@ -12761,7 +12741,7 @@ test "${exec_prefix}" != NONE &&
12761## C preprocessor. 12741## C preprocessor.
12762 12742
12763cat >conftest.$ac_ext <<_ACEOF 12743cat >conftest.$ac_ext <<_ACEOF
12764#line 12758 "configure" 12744#line 12744 "configure"
12765#include "confdefs.h" 12745#include "confdefs.h"
12766yes..yes 12746yes..yes
12767_ACEOF 12747_ACEOF
@@ -12854,7 +12834,7 @@ DEFS=-DHAVE_CONFIG_H
12854: ${CONFIG_STATUS=./config.status} 12834: ${CONFIG_STATUS=./config.status}
12855ac_clean_files_save=$ac_clean_files 12835ac_clean_files_save=$ac_clean_files
12856ac_clean_files="$ac_clean_files $CONFIG_STATUS" 12836ac_clean_files="$ac_clean_files $CONFIG_STATUS"
12857{ echo "$as_me:12856: creating $CONFIG_STATUS" >&5 12837{ echo "$as_me:12837: creating $CONFIG_STATUS" >&5
12858echo "$as_me: creating $CONFIG_STATUS" >&6;} 12838echo "$as_me: creating $CONFIG_STATUS" >&6;}
12859cat >$CONFIG_STATUS <<_ACEOF 12839cat >$CONFIG_STATUS <<_ACEOF
12860#! $SHELL 12840#! $SHELL
@@ -13030,7 +13010,7 @@ cat >>$CONFIG_STATUS <<\EOF
13030 echo "$ac_cs_version"; exit 0 ;; 13010 echo "$ac_cs_version"; exit 0 ;;
13031 --he | --h) 13011 --he | --h)
13032 # Conflict between --help and --header 13012 # Conflict between --help and --header
13033 { { echo "$as_me:13032: error: ambiguous option: $1 13013 { { echo "$as_me:13013: error: ambiguous option: $1
13034Try \`$0 --help' for more information." >&5 13014Try \`$0 --help' for more information." >&5
13035echo "$as_me: error: ambiguous option: $1 13015echo "$as_me: error: ambiguous option: $1
13036Try \`$0 --help' for more information." >&2;} 13016Try \`$0 --help' for more information." >&2;}
@@ -13049,7 +13029,7 @@ Try \`$0 --help' for more information." >&2;}
13049 ac_need_defaults=false;; 13029 ac_need_defaults=false;;
13050 13030
13051 # This is an error. 13031 # This is an error.
13052 -*) { { echo "$as_me:13051: error: unrecognized option: $1 13032 -*) { { echo "$as_me:13032: error: unrecognized option: $1
13053Try \`$0 --help' for more information." >&5 13033Try \`$0 --help' for more information." >&5
13054echo "$as_me: error: unrecognized option: $1 13034echo "$as_me: error: unrecognized option: $1
13055Try \`$0 --help' for more information." >&2;} 13035Try \`$0 --help' for more information." >&2;}
@@ -13105,7 +13085,7 @@ do
13105 "leim/Makefile" ) CONFIG_FILES="$CONFIG_FILES leim/Makefile" ;; 13085 "leim/Makefile" ) CONFIG_FILES="$CONFIG_FILES leim/Makefile" ;;
13106 "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;; 13086 "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
13107 "src/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS src/config.h:src/config.in" ;; 13087 "src/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS src/config.h:src/config.in" ;;
13108 *) { { echo "$as_me:13107: error: invalid argument: $ac_config_target" >&5 13088 *) { { echo "$as_me:13088: error: invalid argument: $ac_config_target" >&5
13109echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 13089echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
13110 { (exit 1); exit 1; }; };; 13090 { (exit 1); exit 1; }; };;
13111 esac 13091 esac
@@ -13354,7 +13334,7 @@ done; }
13354 esac 13334 esac
13355 13335
13356 if test x"$ac_file" != x-; then 13336 if test x"$ac_file" != x-; then
13357 { echo "$as_me:13356: creating $ac_file" >&5 13337 { echo "$as_me:13337: creating $ac_file" >&5
13358echo "$as_me: creating $ac_file" >&6;} 13338echo "$as_me: creating $ac_file" >&6;}
13359 rm -f "$ac_file" 13339 rm -f "$ac_file"
13360 fi 13340 fi
@@ -13372,7 +13352,7 @@ echo "$as_me: creating $ac_file" >&6;}
13372 -) echo $tmp/stdin ;; 13352 -) echo $tmp/stdin ;;
13373 [\\/$]*) 13353 [\\/$]*)
13374 # Absolute (can't be DOS-style, as IFS=:) 13354 # Absolute (can't be DOS-style, as IFS=:)
13375 test -f "$f" || { { echo "$as_me:13374: error: cannot find input file: $f" >&5 13355 test -f "$f" || { { echo "$as_me:13355: error: cannot find input file: $f" >&5
13376echo "$as_me: error: cannot find input file: $f" >&2;} 13356echo "$as_me: error: cannot find input file: $f" >&2;}
13377 { (exit 1); exit 1; }; } 13357 { (exit 1); exit 1; }; }
13378 echo $f;; 13358 echo $f;;
@@ -13385,7 +13365,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;}
13385 echo $srcdir/$f 13365 echo $srcdir/$f
13386 else 13366 else
13387 # /dev/null tree 13367 # /dev/null tree
13388 { { echo "$as_me:13387: error: cannot find input file: $f" >&5 13368 { { echo "$as_me:13368: error: cannot find input file: $f" >&5
13389echo "$as_me: error: cannot find input file: $f" >&2;} 13369echo "$as_me: error: cannot find input file: $f" >&2;}
13390 { (exit 1); exit 1; }; } 13370 { (exit 1); exit 1; }; }
13391 fi;; 13371 fi;;
@@ -13446,7 +13426,7 @@ for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
13446 * ) ac_file_in=$ac_file.in ;; 13426 * ) ac_file_in=$ac_file.in ;;
13447 esac 13427 esac
13448 13428
13449 test x"$ac_file" != x- && { echo "$as_me:13448: creating $ac_file" >&5 13429 test x"$ac_file" != x- && { echo "$as_me:13429: creating $ac_file" >&5
13450echo "$as_me: creating $ac_file" >&6;} 13430echo "$as_me: creating $ac_file" >&6;}
13451 13431
13452 # First look for the input files in the build tree, otherwise in the 13432 # First look for the input files in the build tree, otherwise in the
@@ -13457,7 +13437,7 @@ echo "$as_me: creating $ac_file" >&6;}
13457 -) echo $tmp/stdin ;; 13437 -) echo $tmp/stdin ;;
13458 [\\/$]*) 13438 [\\/$]*)
13459 # Absolute (can't be DOS-style, as IFS=:) 13439 # Absolute (can't be DOS-style, as IFS=:)
13460 test -f "$f" || { { echo "$as_me:13459: error: cannot find input file: $f" >&5 13440 test -f "$f" || { { echo "$as_me:13440: error: cannot find input file: $f" >&5
13461echo "$as_me: error: cannot find input file: $f" >&2;} 13441echo "$as_me: error: cannot find input file: $f" >&2;}
13462 { (exit 1); exit 1; }; } 13442 { (exit 1); exit 1; }; }
13463 echo $f;; 13443 echo $f;;
@@ -13470,7 +13450,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;}
13470 echo $srcdir/$f 13450 echo $srcdir/$f
13471 else 13451 else
13472 # /dev/null tree 13452 # /dev/null tree
13473 { { echo "$as_me:13472: error: cannot find input file: $f" >&5 13453 { { echo "$as_me:13453: error: cannot find input file: $f" >&5
13474echo "$as_me: error: cannot find input file: $f" >&2;} 13454echo "$as_me: error: cannot find input file: $f" >&2;}
13475 { (exit 1); exit 1; }; } 13455 { (exit 1); exit 1; }; }
13476 fi;; 13456 fi;;
@@ -13587,7 +13567,7 @@ cat >>$CONFIG_STATUS <<\EOF
13587 rm -f $tmp/in 13567 rm -f $tmp/in
13588 if test x"$ac_file" != x-; then 13568 if test x"$ac_file" != x-; then
13589 if cmp -s $ac_file $tmp/config.h 2>/dev/null; then 13569 if cmp -s $ac_file $tmp/config.h 2>/dev/null; then
13590 { echo "$as_me:13589: $ac_file is unchanged" >&5 13570 { echo "$as_me:13570: $ac_file is unchanged" >&5
13591echo "$as_me: $ac_file is unchanged" >&6;} 13571echo "$as_me: $ac_file is unchanged" >&6;}
13592 else 13572 else
13593 ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 13573 ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \