aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Janík2002-04-08 06:17:17 +0000
committerPavel Janík2002-04-08 06:17:17 +0000
commit2c9dccc9e860008be49dccf20e61744e77b75c91 (patch)
treeb71b7ba5209f44ecee636a3ec0c852ddcaac475e
parent3d9830e59fb5067e4cd79272192b5c324db0b74e (diff)
downloademacs-2c9dccc9e860008be49dccf20e61744e77b75c91.tar.gz
emacs-2c9dccc9e860008be49dccf20e61744e77b75c91.zip
Regenerated.
-rwxr-xr-xconfigure2278
1 files changed, 1171 insertions, 1107 deletions
diff --git a/configure b/configure
index 193cf85325b..8deb6e40a43 100755
--- a/configure
+++ b/configure
@@ -686,6 +686,7 @@ Optional Packages:
686 --with-kerberos support Kerberos-authenticated POP 686 --with-kerberos support Kerberos-authenticated POP
687 --with-kerberos5 support Kerberos version 5 authenticated POP 687 --with-kerberos5 support Kerberos version 5 authenticated POP
688 --with-hesiod support Hesiod to get the POP server host 688 --with-hesiod support Hesiod to get the POP server host
689 --without-sound don't compile with sound support
689 --with-x-toolkit=KIT use an X toolkit (KIT = yes/lucid/athena/motif/no) 690 --with-x-toolkit=KIT use an X toolkit (KIT = yes/lucid/athena/motif/no)
690 --with-xpm use -lXpm for displaying XPM images 691 --with-xpm use -lXpm for displaying XPM images
691 --with-jpeg use -ljpeg for displaying JPEG images 692 --with-jpeg use -ljpeg for displaying JPEG images
@@ -889,7 +890,7 @@ if test -z "$CONFIG_SITE"; then
889fi 890fi
890for ac_site_file in $CONFIG_SITE; do 891for ac_site_file in $CONFIG_SITE; do
891 if test -r "$ac_site_file"; then 892 if test -r "$ac_site_file"; then
892 { echo "$as_me:892: loading site script $ac_site_file" >&5 893 { echo "$as_me:893: loading site script $ac_site_file" >&5
893echo "$as_me: loading site script $ac_site_file" >&6;} 894echo "$as_me: loading site script $ac_site_file" >&6;}
894 cat "$ac_site_file" >&5 895 cat "$ac_site_file" >&5
895 . "$ac_site_file" 896 . "$ac_site_file"
@@ -900,7 +901,7 @@ if test -r "$cache_file"; then
900 # Some versions of bash will fail to source /dev/null (special 901 # Some versions of bash will fail to source /dev/null (special
901 # files actually), so we avoid doing that. 902 # files actually), so we avoid doing that.
902 if test -f "$cache_file"; then 903 if test -f "$cache_file"; then
903 { echo "$as_me:903: loading cache $cache_file" >&5 904 { echo "$as_me:904: loading cache $cache_file" >&5
904echo "$as_me: loading cache $cache_file" >&6;} 905echo "$as_me: loading cache $cache_file" >&6;}
905 case $cache_file in 906 case $cache_file in
906 [\\/]* | ?:[\\/]* ) . $cache_file;; 907 [\\/]* | ?:[\\/]* ) . $cache_file;;
@@ -908,7 +909,7 @@ echo "$as_me: loading cache $cache_file" >&6;}
908 esac 909 esac
909 fi 910 fi
910else 911else
911 { echo "$as_me:911: creating cache $cache_file" >&5 912 { echo "$as_me:912: creating cache $cache_file" >&5
912echo "$as_me: creating cache $cache_file" >&6;} 913echo "$as_me: creating cache $cache_file" >&6;}
913 >$cache_file 914 >$cache_file
914fi 915fi
@@ -924,21 +925,21 @@ for ac_var in `(set) 2>&1 |
924 eval ac_new_val="\$ac_env_${ac_var}_value" 925 eval ac_new_val="\$ac_env_${ac_var}_value"
925 case $ac_old_set,$ac_new_set in 926 case $ac_old_set,$ac_new_set in
926 set,) 927 set,)
927 { echo "$as_me:927: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 928 { echo "$as_me:928: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
928echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 929echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
929 ac_cache_corrupted=: ;; 930 ac_cache_corrupted=: ;;
930 ,set) 931 ,set)
931 { echo "$as_me:931: error: \`$ac_var' was not set in the previous run" >&5 932 { echo "$as_me:932: error: \`$ac_var' was not set in the previous run" >&5
932echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 933echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
933 ac_cache_corrupted=: ;; 934 ac_cache_corrupted=: ;;
934 ,);; 935 ,);;
935 *) 936 *)
936 if test "x$ac_old_val" != "x$ac_new_val"; then 937 if test "x$ac_old_val" != "x$ac_new_val"; then
937 { echo "$as_me:937: error: \`$ac_var' has changed since the previous run:" >&5 938 { echo "$as_me:938: error: \`$ac_var' has changed since the previous run:" >&5
938echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 939echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
939 { echo "$as_me:939: former value: $ac_old_val" >&5 940 { echo "$as_me:940: former value: $ac_old_val" >&5
940echo "$as_me: former value: $ac_old_val" >&2;} 941echo "$as_me: former value: $ac_old_val" >&2;}
941 { echo "$as_me:941: current value: $ac_new_val" >&5 942 { echo "$as_me:942: current value: $ac_new_val" >&5
942echo "$as_me: current value: $ac_new_val" >&2;} 943echo "$as_me: current value: $ac_new_val" >&2;}
943 ac_cache_corrupted=: 944 ac_cache_corrupted=:
944 fi;; 945 fi;;
@@ -957,9 +958,9 @@ echo "$as_me: current value: $ac_new_val" >&2;}
957 fi 958 fi
958done 959done
959if $ac_cache_corrupted; then 960if $ac_cache_corrupted; then
960 { echo "$as_me:960: error: changes in the environment can compromise the build" >&5 961 { echo "$as_me:961: error: changes in the environment can compromise the build" >&5
961echo "$as_me: error: changes in the environment can compromise the build" >&2;} 962echo "$as_me: error: changes in the environment can compromise the build" >&2;}
962 { { echo "$as_me:962: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 963 { { echo "$as_me:963: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
963echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 964echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
964 { (exit 1); exit 1; }; } 965 { (exit 1); exit 1; }; }
965fi 966fi
@@ -979,10 +980,10 @@ esac
979echo "#! $SHELL" >conftest.sh 980echo "#! $SHELL" >conftest.sh
980echo "exit 0" >>conftest.sh 981echo "exit 0" >>conftest.sh
981chmod +x conftest.sh 982chmod +x conftest.sh
982if { (echo "$as_me:982: PATH=\".;.\"; conftest.sh") >&5 983if { (echo "$as_me:983: PATH=\".;.\"; conftest.sh") >&5
983 (PATH=".;."; conftest.sh) 2>&5 984 (PATH=".;."; conftest.sh) 2>&5
984 ac_status=$? 985 ac_status=$?
985 echo "$as_me:985: \$? = $ac_status" >&5 986 echo "$as_me:986: \$? = $ac_status" >&5
986 (exit $ac_status); }; then 987 (exit $ac_status); }; then
987 ac_path_separator=';' 988 ac_path_separator=';'
988else 989else
@@ -1073,6 +1074,12 @@ EOF
1073 1074
1074fi; 1075fi;
1075 1076
1077# Check whether --with-sound or --without-sound was given.
1078if test "${with_sound+set}" = set; then
1079 withval="$with_sound"
1080
1081fi;
1082
1076# Check whether --with-x-toolkit or --without-x-toolkit was given. 1083# Check whether --with-x-toolkit or --without-x-toolkit was given.
1077if test "${with_x_toolkit+set}" = set; then 1084if test "${with_x_toolkit+set}" = set; then
1078 withval="$with_x_toolkit" 1085 withval="$with_x_toolkit"
@@ -1083,7 +1090,7 @@ if test "${with_x_toolkit+set}" = set; then
1083 a | at | ath | athe | athen | athena ) val=athena ;; 1090 a | at | ath | athe | athen | athena ) val=athena ;;
1084 m | mo | mot | moti | motif ) val=motif ;; 1091 m | mo | mot | moti | motif ) val=motif ;;
1085 * ) 1092 * )
1086{ { echo "$as_me:1086: error: \`--with-x-toolkit=$withval' is invalid\; 1093{ { echo "$as_me:1093: error: \`--with-x-toolkit=$withval' is invalid\;
1087this option's value should be \`yes', \`no', \`lucid', \`athena', or \`motif'. 1094this option's value should be \`yes', \`no', \`lucid', \`athena', or \`motif'.
1088Currently, \`yes', \`athena' and \`lucid' are synonyms." >&5 1095Currently, \`yes', \`athena' and \`lucid' are synonyms." >&5
1089echo "$as_me: error: \`--with-x-toolkit=$withval' is invalid\; 1096echo "$as_me: error: \`--with-x-toolkit=$withval' is invalid\;
@@ -1165,7 +1172,7 @@ esac
1165#### Check if the source directory already has a configured system in it. 1172#### Check if the source directory already has a configured system in it.
1166if test `pwd` != `(cd ${srcdir} && pwd)` \ 1173if test `pwd` != `(cd ${srcdir} && pwd)` \
1167 && test -f "${srcdir}/src/config.h" ; then 1174 && test -f "${srcdir}/src/config.h" ; then
1168 { echo "$as_me:1168: WARNING: The directory tree \`${srcdir}' is being used 1175 { echo "$as_me:1175: WARNING: The directory tree \`${srcdir}' is being used
1169 as a build directory right now; it has been configured in its own 1176 as a build directory right now; it has been configured in its own
1170 right. To configure in another directory as well, you MUST 1177 right. To configure in another directory as well, you MUST
1171 use GNU make. If you do not have GNU make, then you must 1178 use GNU make. If you do not have GNU make, then you must
@@ -1210,7 +1217,7 @@ for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1210 fi 1217 fi
1211done 1218done
1212if test -z "$ac_aux_dir"; then 1219if test -z "$ac_aux_dir"; then
1213 { { echo "$as_me:1213: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 1220 { { echo "$as_me:1220: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1214echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;} 1221echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1215 { (exit 1); exit 1; }; } 1222 { (exit 1); exit 1; }; }
1216fi 1223fi
@@ -1220,11 +1227,11 @@ ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1220 1227
1221# Make sure we can run config.sub. 1228# Make sure we can run config.sub.
1222$ac_config_sub sun4 >/dev/null 2>&1 || 1229$ac_config_sub sun4 >/dev/null 2>&1 ||
1223 { { echo "$as_me:1223: error: cannot run $ac_config_sub" >&5 1230 { { echo "$as_me:1230: error: cannot run $ac_config_sub" >&5
1224echo "$as_me: error: cannot run $ac_config_sub" >&2;} 1231echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1225 { (exit 1); exit 1; }; } 1232 { (exit 1); exit 1; }; }
1226 1233
1227echo "$as_me:1227: checking build system type" >&5 1234echo "$as_me:1234: checking build system type" >&5
1228echo $ECHO_N "checking build system type... $ECHO_C" >&6 1235echo $ECHO_N "checking build system type... $ECHO_C" >&6
1229if test "${ac_cv_build+set}" = set; then 1236if test "${ac_cv_build+set}" = set; then
1230 echo $ECHO_N "(cached) $ECHO_C" >&6 1237 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1233,23 +1240,26 @@ else
1233test -z "$ac_cv_build_alias" && 1240test -z "$ac_cv_build_alias" &&
1234 ac_cv_build_alias=`$ac_config_guess` 1241 ac_cv_build_alias=`$ac_config_guess`
1235test -z "$ac_cv_build_alias" && 1242test -z "$ac_cv_build_alias" &&
1236 { { echo "$as_me:1236: error: cannot guess build type; you must specify one" >&5 1243 { { echo "$as_me:1243: error: cannot guess build type; you must specify one" >&5
1237echo "$as_me: error: cannot guess build type; you must specify one" >&2;} 1244echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1238 { (exit 1); exit 1; }; } 1245 { (exit 1); exit 1; }; }
1239ac_cv_build=`$ac_config_sub $ac_cv_build_alias` || 1246ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1240 { { echo "$as_me:1240: error: $ac_config_sub $ac_cv_build_alias failed." >&5 1247 { { echo "$as_me:1247: error: $ac_config_sub $ac_cv_build_alias failed." >&5
1241echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;} 1248echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;}
1242 { (exit 1); exit 1; }; } 1249 { (exit 1); exit 1; }; }
1243 1250
1244fi 1251fi
1245echo "$as_me:1245: result: $ac_cv_build" >&5 1252echo "$as_me:1252: result: $ac_cv_build" >&5
1246echo "${ECHO_T}$ac_cv_build" >&6 1253echo "${ECHO_T}$ac_cv_build" >&6
1247build=$ac_cv_build 1254build=$ac_cv_build
1248build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 1255build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1249build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` 1256build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1250build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 1257build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1251 1258
1252echo "$as_me:1252: checking host system type" >&5 1259test -z "$build_alias" &&
1260 build_alias=$ac_cv_build
1261
1262echo "$as_me:1262: checking host system type" >&5
1253echo $ECHO_N "checking host system type... $ECHO_C" >&6 1263echo $ECHO_N "checking host system type... $ECHO_C" >&6
1254if test "${ac_cv_host+set}" = set; then 1264if test "${ac_cv_host+set}" = set; then
1255 echo $ECHO_N "(cached) $ECHO_C" >&6 1265 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -1258,18 +1268,21 @@ else
1258test -z "$ac_cv_host_alias" && 1268test -z "$ac_cv_host_alias" &&
1259 ac_cv_host_alias=$ac_cv_build_alias 1269 ac_cv_host_alias=$ac_cv_build_alias
1260ac_cv_host=`$ac_config_sub $ac_cv_host_alias` || 1270ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1261 { { echo "$as_me:1261: error: $ac_config_sub $ac_cv_host_alias failed" >&5 1271 { { echo "$as_me:1271: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1262echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;} 1272echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1263 { (exit 1); exit 1; }; } 1273 { (exit 1); exit 1; }; }
1264 1274
1265fi 1275fi
1266echo "$as_me:1266: result: $ac_cv_host" >&5 1276echo "$as_me:1276: result: $ac_cv_host" >&5
1267echo "${ECHO_T}$ac_cv_host" >&6 1277echo "${ECHO_T}$ac_cv_host" >&6
1268host=$ac_cv_host 1278host=$ac_cv_host
1269host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 1279host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1270host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` 1280host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1271host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 1281host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1272 1282
1283test -z "$host_alias" &&
1284 host_alias=$ac_cv_host
1285
1273canonical=$host 1286canonical=$host
1274configuration=${host_alias-$host} 1287configuration=${host_alias-$host}
1275 1288
@@ -2233,7 +2246,7 @@ if test x"${opsys}" = x; then
2233fi 2246fi
2234 2247
2235if test $unported = yes; then 2248if test $unported = yes; then
2236 { { echo "$as_me:2236: error: Emacs hasn't been ported to \`${canonical}' systems. 2249 { { echo "$as_me:2249: error: Emacs hasn't been ported to \`${canonical}' systems.
2237Check \`etc/MACHINES' for recognized configuration names." >&5 2250Check \`etc/MACHINES' for recognized configuration names." >&5
2238echo "$as_me: error: Emacs hasn't been ported to \`${canonical}' systems. 2251echo "$as_me: error: Emacs hasn't been ported to \`${canonical}' systems.
2239Check \`etc/MACHINES' for recognized configuration names." >&2;} 2252Check \`etc/MACHINES' for recognized configuration names." >&2;}
@@ -2262,7 +2275,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
2262if test -n "$ac_tool_prefix"; then 2275if test -n "$ac_tool_prefix"; then
2263 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 2276 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2264set dummy ${ac_tool_prefix}gcc; ac_word=$2 2277set dummy ${ac_tool_prefix}gcc; ac_word=$2
2265echo "$as_me:2265: checking for $ac_word" >&5 2278echo "$as_me:2278: checking for $ac_word" >&5
2266echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2279echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2267if test "${ac_cv_prog_CC+set}" = set; then 2280if test "${ac_cv_prog_CC+set}" = set; then
2268 echo $ECHO_N "(cached) $ECHO_C" >&6 2281 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2277,7 +2290,7 @@ for ac_dir in $ac_dummy; do
2277 test -z "$ac_dir" && ac_dir=. 2290 test -z "$ac_dir" && ac_dir=.
2278 $as_executable_p "$ac_dir/$ac_word" || continue 2291 $as_executable_p "$ac_dir/$ac_word" || continue
2279ac_cv_prog_CC="${ac_tool_prefix}gcc" 2292ac_cv_prog_CC="${ac_tool_prefix}gcc"
2280echo "$as_me:2280: found $ac_dir/$ac_word" >&5 2293echo "$as_me:2293: found $ac_dir/$ac_word" >&5
2281break 2294break
2282done 2295done
2283 2296
@@ -2285,10 +2298,10 @@ fi
2285fi 2298fi
2286CC=$ac_cv_prog_CC 2299CC=$ac_cv_prog_CC
2287if test -n "$CC"; then 2300if test -n "$CC"; then
2288 echo "$as_me:2288: result: $CC" >&5 2301 echo "$as_me:2301: result: $CC" >&5
2289echo "${ECHO_T}$CC" >&6 2302echo "${ECHO_T}$CC" >&6
2290else 2303else
2291 echo "$as_me:2291: result: no" >&5 2304 echo "$as_me:2304: result: no" >&5
2292echo "${ECHO_T}no" >&6 2305echo "${ECHO_T}no" >&6
2293fi 2306fi
2294 2307
@@ -2297,7 +2310,7 @@ if test -z "$ac_cv_prog_CC"; then
2297 ac_ct_CC=$CC 2310 ac_ct_CC=$CC
2298 # Extract the first word of "gcc", so it can be a program name with args. 2311 # Extract the first word of "gcc", so it can be a program name with args.
2299set dummy gcc; ac_word=$2 2312set dummy gcc; ac_word=$2
2300echo "$as_me:2300: checking for $ac_word" >&5 2313echo "$as_me:2313: checking for $ac_word" >&5
2301echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2314echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2302if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2315if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2303 echo $ECHO_N "(cached) $ECHO_C" >&6 2316 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2312,7 +2325,7 @@ for ac_dir in $ac_dummy; do
2312 test -z "$ac_dir" && ac_dir=. 2325 test -z "$ac_dir" && ac_dir=.
2313 $as_executable_p "$ac_dir/$ac_word" || continue 2326 $as_executable_p "$ac_dir/$ac_word" || continue
2314ac_cv_prog_ac_ct_CC="gcc" 2327ac_cv_prog_ac_ct_CC="gcc"
2315echo "$as_me:2315: found $ac_dir/$ac_word" >&5 2328echo "$as_me:2328: found $ac_dir/$ac_word" >&5
2316break 2329break
2317done 2330done
2318 2331
@@ -2320,10 +2333,10 @@ fi
2320fi 2333fi
2321ac_ct_CC=$ac_cv_prog_ac_ct_CC 2334ac_ct_CC=$ac_cv_prog_ac_ct_CC
2322if test -n "$ac_ct_CC"; then 2335if test -n "$ac_ct_CC"; then
2323 echo "$as_me:2323: result: $ac_ct_CC" >&5 2336 echo "$as_me:2336: result: $ac_ct_CC" >&5
2324echo "${ECHO_T}$ac_ct_CC" >&6 2337echo "${ECHO_T}$ac_ct_CC" >&6
2325else 2338else
2326 echo "$as_me:2326: result: no" >&5 2339 echo "$as_me:2339: result: no" >&5
2327echo "${ECHO_T}no" >&6 2340echo "${ECHO_T}no" >&6
2328fi 2341fi
2329 2342
@@ -2336,7 +2349,7 @@ if test -z "$CC"; then
2336 if test -n "$ac_tool_prefix"; then 2349 if test -n "$ac_tool_prefix"; then
2337 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 2350 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2338set dummy ${ac_tool_prefix}cc; ac_word=$2 2351set dummy ${ac_tool_prefix}cc; ac_word=$2
2339echo "$as_me:2339: checking for $ac_word" >&5 2352echo "$as_me:2352: checking for $ac_word" >&5
2340echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2353echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2341if test "${ac_cv_prog_CC+set}" = set; then 2354if test "${ac_cv_prog_CC+set}" = set; then
2342 echo $ECHO_N "(cached) $ECHO_C" >&6 2355 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2351,7 +2364,7 @@ for ac_dir in $ac_dummy; do
2351 test -z "$ac_dir" && ac_dir=. 2364 test -z "$ac_dir" && ac_dir=.
2352 $as_executable_p "$ac_dir/$ac_word" || continue 2365 $as_executable_p "$ac_dir/$ac_word" || continue
2353ac_cv_prog_CC="${ac_tool_prefix}cc" 2366ac_cv_prog_CC="${ac_tool_prefix}cc"
2354echo "$as_me:2354: found $ac_dir/$ac_word" >&5 2367echo "$as_me:2367: found $ac_dir/$ac_word" >&5
2355break 2368break
2356done 2369done
2357 2370
@@ -2359,10 +2372,10 @@ fi
2359fi 2372fi
2360CC=$ac_cv_prog_CC 2373CC=$ac_cv_prog_CC
2361if test -n "$CC"; then 2374if test -n "$CC"; then
2362 echo "$as_me:2362: result: $CC" >&5 2375 echo "$as_me:2375: result: $CC" >&5
2363echo "${ECHO_T}$CC" >&6 2376echo "${ECHO_T}$CC" >&6
2364else 2377else
2365 echo "$as_me:2365: result: no" >&5 2378 echo "$as_me:2378: result: no" >&5
2366echo "${ECHO_T}no" >&6 2379echo "${ECHO_T}no" >&6
2367fi 2380fi
2368 2381
@@ -2371,7 +2384,7 @@ if test -z "$ac_cv_prog_CC"; then
2371 ac_ct_CC=$CC 2384 ac_ct_CC=$CC
2372 # Extract the first word of "cc", so it can be a program name with args. 2385 # Extract the first word of "cc", so it can be a program name with args.
2373set dummy cc; ac_word=$2 2386set dummy cc; ac_word=$2
2374echo "$as_me:2374: checking for $ac_word" >&5 2387echo "$as_me:2387: checking for $ac_word" >&5
2375echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2388echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2376if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2389if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2377 echo $ECHO_N "(cached) $ECHO_C" >&6 2390 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2386,7 +2399,7 @@ for ac_dir in $ac_dummy; do
2386 test -z "$ac_dir" && ac_dir=. 2399 test -z "$ac_dir" && ac_dir=.
2387 $as_executable_p "$ac_dir/$ac_word" || continue 2400 $as_executable_p "$ac_dir/$ac_word" || continue
2388ac_cv_prog_ac_ct_CC="cc" 2401ac_cv_prog_ac_ct_CC="cc"
2389echo "$as_me:2389: found $ac_dir/$ac_word" >&5 2402echo "$as_me:2402: found $ac_dir/$ac_word" >&5
2390break 2403break
2391done 2404done
2392 2405
@@ -2394,10 +2407,10 @@ fi
2394fi 2407fi
2395ac_ct_CC=$ac_cv_prog_ac_ct_CC 2408ac_ct_CC=$ac_cv_prog_ac_ct_CC
2396if test -n "$ac_ct_CC"; then 2409if test -n "$ac_ct_CC"; then
2397 echo "$as_me:2397: result: $ac_ct_CC" >&5 2410 echo "$as_me:2410: result: $ac_ct_CC" >&5
2398echo "${ECHO_T}$ac_ct_CC" >&6 2411echo "${ECHO_T}$ac_ct_CC" >&6
2399else 2412else
2400 echo "$as_me:2400: result: no" >&5 2413 echo "$as_me:2413: result: no" >&5
2401echo "${ECHO_T}no" >&6 2414echo "${ECHO_T}no" >&6
2402fi 2415fi
2403 2416
@@ -2410,7 +2423,7 @@ fi
2410if test -z "$CC"; then 2423if test -z "$CC"; then
2411 # Extract the first word of "cc", so it can be a program name with args. 2424 # Extract the first word of "cc", so it can be a program name with args.
2412set dummy cc; ac_word=$2 2425set dummy cc; ac_word=$2
2413echo "$as_me:2413: checking for $ac_word" >&5 2426echo "$as_me:2426: checking for $ac_word" >&5
2414echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2427echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2415if test "${ac_cv_prog_CC+set}" = set; then 2428if test "${ac_cv_prog_CC+set}" = set; then
2416 echo $ECHO_N "(cached) $ECHO_C" >&6 2429 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2430,7 +2443,7 @@ if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
2430 continue 2443 continue
2431fi 2444fi
2432ac_cv_prog_CC="cc" 2445ac_cv_prog_CC="cc"
2433echo "$as_me:2433: found $ac_dir/$ac_word" >&5 2446echo "$as_me:2446: found $ac_dir/$ac_word" >&5
2434break 2447break
2435done 2448done
2436 2449
@@ -2452,10 +2465,10 @@ fi
2452fi 2465fi
2453CC=$ac_cv_prog_CC 2466CC=$ac_cv_prog_CC
2454if test -n "$CC"; then 2467if test -n "$CC"; then
2455 echo "$as_me:2455: result: $CC" >&5 2468 echo "$as_me:2468: result: $CC" >&5
2456echo "${ECHO_T}$CC" >&6 2469echo "${ECHO_T}$CC" >&6
2457else 2470else
2458 echo "$as_me:2458: result: no" >&5 2471 echo "$as_me:2471: result: no" >&5
2459echo "${ECHO_T}no" >&6 2472echo "${ECHO_T}no" >&6
2460fi 2473fi
2461 2474
@@ -2466,7 +2479,7 @@ if test -z "$CC"; then
2466 do 2479 do
2467 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2480 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2468set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2481set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2469echo "$as_me:2469: checking for $ac_word" >&5 2482echo "$as_me:2482: checking for $ac_word" >&5
2470echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2483echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2471if test "${ac_cv_prog_CC+set}" = set; then 2484if test "${ac_cv_prog_CC+set}" = set; then
2472 echo $ECHO_N "(cached) $ECHO_C" >&6 2485 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2481,7 +2494,7 @@ for ac_dir in $ac_dummy; do
2481 test -z "$ac_dir" && ac_dir=. 2494 test -z "$ac_dir" && ac_dir=.
2482 $as_executable_p "$ac_dir/$ac_word" || continue 2495 $as_executable_p "$ac_dir/$ac_word" || continue
2483ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 2496ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2484echo "$as_me:2484: found $ac_dir/$ac_word" >&5 2497echo "$as_me:2497: found $ac_dir/$ac_word" >&5
2485break 2498break
2486done 2499done
2487 2500
@@ -2489,10 +2502,10 @@ fi
2489fi 2502fi
2490CC=$ac_cv_prog_CC 2503CC=$ac_cv_prog_CC
2491if test -n "$CC"; then 2504if test -n "$CC"; then
2492 echo "$as_me:2492: result: $CC" >&5 2505 echo "$as_me:2505: result: $CC" >&5
2493echo "${ECHO_T}$CC" >&6 2506echo "${ECHO_T}$CC" >&6
2494else 2507else
2495 echo "$as_me:2495: result: no" >&5 2508 echo "$as_me:2508: result: no" >&5
2496echo "${ECHO_T}no" >&6 2509echo "${ECHO_T}no" >&6
2497fi 2510fi
2498 2511
@@ -2505,7 +2518,7 @@ if test -z "$CC"; then
2505do 2518do
2506 # Extract the first word of "$ac_prog", so it can be a program name with args. 2519 # Extract the first word of "$ac_prog", so it can be a program name with args.
2507set dummy $ac_prog; ac_word=$2 2520set dummy $ac_prog; ac_word=$2
2508echo "$as_me:2508: checking for $ac_word" >&5 2521echo "$as_me:2521: checking for $ac_word" >&5
2509echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2522echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2510if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2523if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2511 echo $ECHO_N "(cached) $ECHO_C" >&6 2524 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -2520,7 +2533,7 @@ for ac_dir in $ac_dummy; do
2520 test -z "$ac_dir" && ac_dir=. 2533 test -z "$ac_dir" && ac_dir=.
2521 $as_executable_p "$ac_dir/$ac_word" || continue 2534 $as_executable_p "$ac_dir/$ac_word" || continue
2522ac_cv_prog_ac_ct_CC="$ac_prog" 2535ac_cv_prog_ac_ct_CC="$ac_prog"
2523echo "$as_me:2523: found $ac_dir/$ac_word" >&5 2536echo "$as_me:2536: found $ac_dir/$ac_word" >&5
2524break 2537break
2525done 2538done
2526 2539
@@ -2528,10 +2541,10 @@ fi
2528fi 2541fi
2529ac_ct_CC=$ac_cv_prog_ac_ct_CC 2542ac_ct_CC=$ac_cv_prog_ac_ct_CC
2530if test -n "$ac_ct_CC"; then 2543if test -n "$ac_ct_CC"; then
2531 echo "$as_me:2531: result: $ac_ct_CC" >&5 2544 echo "$as_me:2544: result: $ac_ct_CC" >&5
2532echo "${ECHO_T}$ac_ct_CC" >&6 2545echo "${ECHO_T}$ac_ct_CC" >&6
2533else 2546else
2534 echo "$as_me:2534: result: no" >&5 2547 echo "$as_me:2547: result: no" >&5
2535echo "${ECHO_T}no" >&6 2548echo "${ECHO_T}no" >&6
2536fi 2549fi
2537 2550
@@ -2543,32 +2556,32 @@ fi
2543 2556
2544fi 2557fi
2545 2558
2546test -z "$CC" && { { echo "$as_me:2546: error: no acceptable cc found in \$PATH" >&5 2559test -z "$CC" && { { echo "$as_me:2559: error: no acceptable cc found in \$PATH" >&5
2547echo "$as_me: error: no acceptable cc found in \$PATH" >&2;} 2560echo "$as_me: error: no acceptable cc found in \$PATH" >&2;}
2548 { (exit 1); exit 1; }; } 2561 { (exit 1); exit 1; }; }
2549 2562
2550# Provide some information about the compiler. 2563# Provide some information about the compiler.
2551echo "$as_me:2551:" \ 2564echo "$as_me:2564:" \
2552 "checking for C compiler version" >&5 2565 "checking for C compiler version" >&5
2553ac_compiler=`set X $ac_compile; echo $2` 2566ac_compiler=`set X $ac_compile; echo $2`
2554{ (eval echo "$as_me:2554: \"$ac_compiler --version </dev/null >&5\"") >&5 2567{ (eval echo "$as_me:2567: \"$ac_compiler --version </dev/null >&5\"") >&5
2555 (eval $ac_compiler --version </dev/null >&5) 2>&5 2568 (eval $ac_compiler --version </dev/null >&5) 2>&5
2556 ac_status=$? 2569 ac_status=$?
2557 echo "$as_me:2557: \$? = $ac_status" >&5 2570 echo "$as_me:2570: \$? = $ac_status" >&5
2558 (exit $ac_status); } 2571 (exit $ac_status); }
2559{ (eval echo "$as_me:2559: \"$ac_compiler -v </dev/null >&5\"") >&5 2572{ (eval echo "$as_me:2572: \"$ac_compiler -v </dev/null >&5\"") >&5
2560 (eval $ac_compiler -v </dev/null >&5) 2>&5 2573 (eval $ac_compiler -v </dev/null >&5) 2>&5
2561 ac_status=$? 2574 ac_status=$?
2562 echo "$as_me:2562: \$? = $ac_status" >&5 2575 echo "$as_me:2575: \$? = $ac_status" >&5
2563 (exit $ac_status); } 2576 (exit $ac_status); }
2564{ (eval echo "$as_me:2564: \"$ac_compiler -V </dev/null >&5\"") >&5 2577{ (eval echo "$as_me:2577: \"$ac_compiler -V </dev/null >&5\"") >&5
2565 (eval $ac_compiler -V </dev/null >&5) 2>&5 2578 (eval $ac_compiler -V </dev/null >&5) 2>&5
2566 ac_status=$? 2579 ac_status=$?
2567 echo "$as_me:2567: \$? = $ac_status" >&5 2580 echo "$as_me:2580: \$? = $ac_status" >&5
2568 (exit $ac_status); } 2581 (exit $ac_status); }
2569 2582
2570cat >conftest.$ac_ext <<_ACEOF 2583cat >conftest.$ac_ext <<_ACEOF
2571#line 2571 "configure" 2584#line 2584 "configure"
2572#include "confdefs.h" 2585#include "confdefs.h"
2573 2586
2574int 2587int
@@ -2584,13 +2597,13 @@ ac_clean_files="$ac_clean_files a.out a.exe"
2584# Try to create an executable without -o first, disregard a.out. 2597# Try to create an executable without -o first, disregard a.out.
2585# It will help us diagnose broken compilers, and finding out an intuition 2598# It will help us diagnose broken compilers, and finding out an intuition
2586# of exeext. 2599# of exeext.
2587echo "$as_me:2587: checking for C compiler default output" >&5 2600echo "$as_me:2600: checking for C compiler default output" >&5
2588echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6 2601echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
2589ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2602ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2590if { (eval echo "$as_me:2590: \"$ac_link_default\"") >&5 2603if { (eval echo "$as_me:2603: \"$ac_link_default\"") >&5
2591 (eval $ac_link_default) 2>&5 2604 (eval $ac_link_default) 2>&5
2592 ac_status=$? 2605 ac_status=$?
2593 echo "$as_me:2593: \$? = $ac_status" >&5 2606 echo "$as_me:2606: \$? = $ac_status" >&5
2594 (exit $ac_status); }; then 2607 (exit $ac_status); }; then
2595 # Find the output, starting from the most likely. This scheme is 2608 # Find the output, starting from the most likely. This scheme is
2596# not robust to junk in `.', hence go to wildcards (a.*) only as a last 2609# not robust to junk in `.', hence go to wildcards (a.*) only as a last
@@ -2613,34 +2626,34 @@ done
2613else 2626else
2614 echo "$as_me: failed program was:" >&5 2627 echo "$as_me: failed program was:" >&5
2615cat conftest.$ac_ext >&5 2628cat conftest.$ac_ext >&5
2616{ { echo "$as_me:2616: error: C compiler cannot create executables" >&5 2629{ { echo "$as_me:2629: error: C compiler cannot create executables" >&5
2617echo "$as_me: error: C compiler cannot create executables" >&2;} 2630echo "$as_me: error: C compiler cannot create executables" >&2;}
2618 { (exit 77); exit 77; }; } 2631 { (exit 77); exit 77; }; }
2619fi 2632fi
2620 2633
2621ac_exeext=$ac_cv_exeext 2634ac_exeext=$ac_cv_exeext
2622echo "$as_me:2622: result: $ac_file" >&5 2635echo "$as_me:2635: result: $ac_file" >&5
2623echo "${ECHO_T}$ac_file" >&6 2636echo "${ECHO_T}$ac_file" >&6
2624 2637
2625# Check the compiler produces executables we can run. If not, either 2638# Check the compiler produces executables we can run. If not, either
2626# the compiler is broken, or we cross compile. 2639# the compiler is broken, or we cross compile.
2627echo "$as_me:2627: checking whether the C compiler works" >&5 2640echo "$as_me:2640: checking whether the C compiler works" >&5
2628echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6 2641echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2629# FIXME: These cross compiler hacks should be removed for Autoconf 3.0 2642# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2630# If not cross compiling, check that we can run a simple program. 2643# If not cross compiling, check that we can run a simple program.
2631if test "$cross_compiling" != yes; then 2644if test "$cross_compiling" != yes; then
2632 if { ac_try='./$ac_file' 2645 if { ac_try='./$ac_file'
2633 { (eval echo "$as_me:2633: \"$ac_try\"") >&5 2646 { (eval echo "$as_me:2646: \"$ac_try\"") >&5
2634 (eval $ac_try) 2>&5 2647 (eval $ac_try) 2>&5
2635 ac_status=$? 2648 ac_status=$?
2636 echo "$as_me:2636: \$? = $ac_status" >&5 2649 echo "$as_me:2649: \$? = $ac_status" >&5
2637 (exit $ac_status); }; }; then 2650 (exit $ac_status); }; }; then
2638 cross_compiling=no 2651 cross_compiling=no
2639 else 2652 else
2640 if test "$cross_compiling" = maybe; then 2653 if test "$cross_compiling" = maybe; then
2641 cross_compiling=yes 2654 cross_compiling=yes
2642 else 2655 else
2643 { { echo "$as_me:2643: error: cannot run C compiled programs. 2656 { { echo "$as_me:2656: error: cannot run C compiled programs.
2644If you meant to cross compile, use \`--host'." >&5 2657If you meant to cross compile, use \`--host'." >&5
2645echo "$as_me: error: cannot run C compiled programs. 2658echo "$as_me: error: cannot run C compiled programs.
2646If you meant to cross compile, use \`--host'." >&2;} 2659If you meant to cross compile, use \`--host'." >&2;}
@@ -2648,24 +2661,24 @@ If you meant to cross compile, use \`--host'." >&2;}
2648 fi 2661 fi
2649 fi 2662 fi
2650fi 2663fi
2651echo "$as_me:2651: result: yes" >&5 2664echo "$as_me:2664: result: yes" >&5
2652echo "${ECHO_T}yes" >&6 2665echo "${ECHO_T}yes" >&6
2653 2666
2654rm -f a.out a.exe conftest$ac_cv_exeext 2667rm -f a.out a.exe conftest$ac_cv_exeext
2655ac_clean_files=$ac_clean_files_save 2668ac_clean_files=$ac_clean_files_save
2656# Check the compiler produces executables we can run. If not, either 2669# Check the compiler produces executables we can run. If not, either
2657# the compiler is broken, or we cross compile. 2670# the compiler is broken, or we cross compile.
2658echo "$as_me:2658: checking whether we are cross compiling" >&5 2671echo "$as_me:2671: checking whether we are cross compiling" >&5
2659echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 2672echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2660echo "$as_me:2660: result: $cross_compiling" >&5 2673echo "$as_me:2673: result: $cross_compiling" >&5
2661echo "${ECHO_T}$cross_compiling" >&6 2674echo "${ECHO_T}$cross_compiling" >&6
2662 2675
2663echo "$as_me:2663: checking for executable suffix" >&5 2676echo "$as_me:2676: checking for executable suffix" >&5
2664echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6 2677echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6
2665if { (eval echo "$as_me:2665: \"$ac_link\"") >&5 2678if { (eval echo "$as_me:2678: \"$ac_link\"") >&5
2666 (eval $ac_link) 2>&5 2679 (eval $ac_link) 2>&5
2667 ac_status=$? 2680 ac_status=$?
2668 echo "$as_me:2668: \$? = $ac_status" >&5 2681 echo "$as_me:2681: \$? = $ac_status" >&5
2669 (exit $ac_status); }; then 2682 (exit $ac_status); }; then
2670 # If both `conftest.exe' and `conftest' are `present' (well, observable) 2683 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2671# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will 2684# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
@@ -2681,25 +2694,25 @@ for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do
2681 esac 2694 esac
2682done 2695done
2683else 2696else
2684 { { echo "$as_me:2684: error: cannot compute EXEEXT: cannot compile and link" >&5 2697 { { echo "$as_me:2697: error: cannot compute EXEEXT: cannot compile and link" >&5
2685echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;} 2698echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;}
2686 { (exit 1); exit 1; }; } 2699 { (exit 1); exit 1; }; }
2687fi 2700fi
2688 2701
2689rm -f conftest$ac_cv_exeext 2702rm -f conftest$ac_cv_exeext
2690echo "$as_me:2690: result: $ac_cv_exeext" >&5 2703echo "$as_me:2703: result: $ac_cv_exeext" >&5
2691echo "${ECHO_T}$ac_cv_exeext" >&6 2704echo "${ECHO_T}$ac_cv_exeext" >&6
2692 2705
2693rm -f conftest.$ac_ext 2706rm -f conftest.$ac_ext
2694EXEEXT=$ac_cv_exeext 2707EXEEXT=$ac_cv_exeext
2695ac_exeext=$EXEEXT 2708ac_exeext=$EXEEXT
2696echo "$as_me:2696: checking for object suffix" >&5 2709echo "$as_me:2709: checking for object suffix" >&5
2697echo $ECHO_N "checking for object suffix... $ECHO_C" >&6 2710echo $ECHO_N "checking for object suffix... $ECHO_C" >&6
2698if test "${ac_cv_objext+set}" = set; then 2711if test "${ac_cv_objext+set}" = set; then
2699 echo $ECHO_N "(cached) $ECHO_C" >&6 2712 echo $ECHO_N "(cached) $ECHO_C" >&6
2700else 2713else
2701 cat >conftest.$ac_ext <<_ACEOF 2714 cat >conftest.$ac_ext <<_ACEOF
2702#line 2702 "configure" 2715#line 2715 "configure"
2703#include "confdefs.h" 2716#include "confdefs.h"
2704 2717
2705int 2718int
@@ -2711,10 +2724,10 @@ main ()
2711} 2724}
2712_ACEOF 2725_ACEOF
2713rm -f conftest.o conftest.obj 2726rm -f conftest.o conftest.obj
2714if { (eval echo "$as_me:2714: \"$ac_compile\"") >&5 2727if { (eval echo "$as_me:2727: \"$ac_compile\"") >&5
2715 (eval $ac_compile) 2>&5 2728 (eval $ac_compile) 2>&5
2716 ac_status=$? 2729 ac_status=$?
2717 echo "$as_me:2717: \$? = $ac_status" >&5 2730 echo "$as_me:2730: \$? = $ac_status" >&5
2718 (exit $ac_status); }; then 2731 (exit $ac_status); }; then
2719 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do 2732 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2720 case $ac_file in 2733 case $ac_file in
@@ -2726,24 +2739,24 @@ done
2726else 2739else
2727 echo "$as_me: failed program was:" >&5 2740 echo "$as_me: failed program was:" >&5
2728cat conftest.$ac_ext >&5 2741cat conftest.$ac_ext >&5
2729{ { echo "$as_me:2729: error: cannot compute OBJEXT: cannot compile" >&5 2742{ { echo "$as_me:2742: error: cannot compute OBJEXT: cannot compile" >&5
2730echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;} 2743echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;}
2731 { (exit 1); exit 1; }; } 2744 { (exit 1); exit 1; }; }
2732fi 2745fi
2733 2746
2734rm -f conftest.$ac_cv_objext conftest.$ac_ext 2747rm -f conftest.$ac_cv_objext conftest.$ac_ext
2735fi 2748fi
2736echo "$as_me:2736: result: $ac_cv_objext" >&5 2749echo "$as_me:2749: result: $ac_cv_objext" >&5
2737echo "${ECHO_T}$ac_cv_objext" >&6 2750echo "${ECHO_T}$ac_cv_objext" >&6
2738OBJEXT=$ac_cv_objext 2751OBJEXT=$ac_cv_objext
2739ac_objext=$OBJEXT 2752ac_objext=$OBJEXT
2740echo "$as_me:2740: checking whether we are using the GNU C compiler" >&5 2753echo "$as_me:2753: checking whether we are using the GNU C compiler" >&5
2741echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 2754echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2742if test "${ac_cv_c_compiler_gnu+set}" = set; then 2755if test "${ac_cv_c_compiler_gnu+set}" = set; then
2743 echo $ECHO_N "(cached) $ECHO_C" >&6 2756 echo $ECHO_N "(cached) $ECHO_C" >&6
2744else 2757else
2745 cat >conftest.$ac_ext <<_ACEOF 2758 cat >conftest.$ac_ext <<_ACEOF
2746#line 2746 "configure" 2759#line 2759 "configure"
2747#include "confdefs.h" 2760#include "confdefs.h"
2748 2761
2749int 2762int
@@ -2758,16 +2771,16 @@ main ()
2758} 2771}
2759_ACEOF 2772_ACEOF
2760rm -f conftest.$ac_objext 2773rm -f conftest.$ac_objext
2761if { (eval echo "$as_me:2761: \"$ac_compile\"") >&5 2774if { (eval echo "$as_me:2774: \"$ac_compile\"") >&5
2762 (eval $ac_compile) 2>&5 2775 (eval $ac_compile) 2>&5
2763 ac_status=$? 2776 ac_status=$?
2764 echo "$as_me:2764: \$? = $ac_status" >&5 2777 echo "$as_me:2777: \$? = $ac_status" >&5
2765 (exit $ac_status); } && 2778 (exit $ac_status); } &&
2766 { ac_try='test -s conftest.$ac_objext' 2779 { ac_try='test -s conftest.$ac_objext'
2767 { (eval echo "$as_me:2767: \"$ac_try\"") >&5 2780 { (eval echo "$as_me:2780: \"$ac_try\"") >&5
2768 (eval $ac_try) 2>&5 2781 (eval $ac_try) 2>&5
2769 ac_status=$? 2782 ac_status=$?
2770 echo "$as_me:2770: \$? = $ac_status" >&5 2783 echo "$as_me:2783: \$? = $ac_status" >&5
2771 (exit $ac_status); }; }; then 2784 (exit $ac_status); }; }; then
2772 ac_compiler_gnu=yes 2785 ac_compiler_gnu=yes
2773else 2786else
@@ -2779,19 +2792,19 @@ rm -f conftest.$ac_objext conftest.$ac_ext
2779ac_cv_c_compiler_gnu=$ac_compiler_gnu 2792ac_cv_c_compiler_gnu=$ac_compiler_gnu
2780 2793
2781fi 2794fi
2782echo "$as_me:2782: result: $ac_cv_c_compiler_gnu" >&5 2795echo "$as_me:2795: result: $ac_cv_c_compiler_gnu" >&5
2783echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 2796echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2784GCC=`test $ac_compiler_gnu = yes && echo yes` 2797GCC=`test $ac_compiler_gnu = yes && echo yes`
2785ac_test_CFLAGS=${CFLAGS+set} 2798ac_test_CFLAGS=${CFLAGS+set}
2786ac_save_CFLAGS=$CFLAGS 2799ac_save_CFLAGS=$CFLAGS
2787CFLAGS="-g" 2800CFLAGS="-g"
2788echo "$as_me:2788: checking whether $CC accepts -g" >&5 2801echo "$as_me:2801: checking whether $CC accepts -g" >&5
2789echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 2802echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2790if test "${ac_cv_prog_cc_g+set}" = set; then 2803if test "${ac_cv_prog_cc_g+set}" = set; then
2791 echo $ECHO_N "(cached) $ECHO_C" >&6 2804 echo $ECHO_N "(cached) $ECHO_C" >&6
2792else 2805else
2793 cat >conftest.$ac_ext <<_ACEOF 2806 cat >conftest.$ac_ext <<_ACEOF
2794#line 2794 "configure" 2807#line 2807 "configure"
2795#include "confdefs.h" 2808#include "confdefs.h"
2796 2809
2797int 2810int
@@ -2803,16 +2816,16 @@ main ()
2803} 2816}
2804_ACEOF 2817_ACEOF
2805rm -f conftest.$ac_objext 2818rm -f conftest.$ac_objext
2806if { (eval echo "$as_me:2806: \"$ac_compile\"") >&5 2819if { (eval echo "$as_me:2819: \"$ac_compile\"") >&5
2807 (eval $ac_compile) 2>&5 2820 (eval $ac_compile) 2>&5
2808 ac_status=$? 2821 ac_status=$?
2809 echo "$as_me:2809: \$? = $ac_status" >&5 2822 echo "$as_me:2822: \$? = $ac_status" >&5
2810 (exit $ac_status); } && 2823 (exit $ac_status); } &&
2811 { ac_try='test -s conftest.$ac_objext' 2824 { ac_try='test -s conftest.$ac_objext'
2812 { (eval echo "$as_me:2812: \"$ac_try\"") >&5 2825 { (eval echo "$as_me:2825: \"$ac_try\"") >&5
2813 (eval $ac_try) 2>&5 2826 (eval $ac_try) 2>&5
2814 ac_status=$? 2827 ac_status=$?
2815 echo "$as_me:2815: \$? = $ac_status" >&5 2828 echo "$as_me:2828: \$? = $ac_status" >&5
2816 (exit $ac_status); }; }; then 2829 (exit $ac_status); }; }; then
2817 ac_cv_prog_cc_g=yes 2830 ac_cv_prog_cc_g=yes
2818else 2831else
@@ -2822,7 +2835,7 @@ ac_cv_prog_cc_g=no
2822fi 2835fi
2823rm -f conftest.$ac_objext conftest.$ac_ext 2836rm -f conftest.$ac_objext conftest.$ac_ext
2824fi 2837fi
2825echo "$as_me:2825: result: $ac_cv_prog_cc_g" >&5 2838echo "$as_me:2838: result: $ac_cv_prog_cc_g" >&5
2826echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 2839echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2827if test "$ac_test_CFLAGS" = set; then 2840if test "$ac_test_CFLAGS" = set; then
2828 CFLAGS=$ac_save_CFLAGS 2841 CFLAGS=$ac_save_CFLAGS
@@ -2849,16 +2862,16 @@ cat >conftest.$ac_ext <<_ACEOF
2849#endif 2862#endif
2850_ACEOF 2863_ACEOF
2851rm -f conftest.$ac_objext 2864rm -f conftest.$ac_objext
2852if { (eval echo "$as_me:2852: \"$ac_compile\"") >&5 2865if { (eval echo "$as_me:2865: \"$ac_compile\"") >&5
2853 (eval $ac_compile) 2>&5 2866 (eval $ac_compile) 2>&5
2854 ac_status=$? 2867 ac_status=$?
2855 echo "$as_me:2855: \$? = $ac_status" >&5 2868 echo "$as_me:2868: \$? = $ac_status" >&5
2856 (exit $ac_status); } && 2869 (exit $ac_status); } &&
2857 { ac_try='test -s conftest.$ac_objext' 2870 { ac_try='test -s conftest.$ac_objext'
2858 { (eval echo "$as_me:2858: \"$ac_try\"") >&5 2871 { (eval echo "$as_me:2871: \"$ac_try\"") >&5
2859 (eval $ac_try) 2>&5 2872 (eval $ac_try) 2>&5
2860 ac_status=$? 2873 ac_status=$?
2861 echo "$as_me:2861: \$? = $ac_status" >&5 2874 echo "$as_me:2874: \$? = $ac_status" >&5
2862 (exit $ac_status); }; }; then 2875 (exit $ac_status); }; }; then
2863 for ac_declaration in \ 2876 for ac_declaration in \
2864 ''\ 2877 ''\
@@ -2870,7 +2883,7 @@ if { (eval echo "$as_me:2852: \"$ac_compile\"") >&5
2870 'void exit (int);' 2883 'void exit (int);'
2871do 2884do
2872 cat >conftest.$ac_ext <<_ACEOF 2885 cat >conftest.$ac_ext <<_ACEOF
2873#line 2873 "configure" 2886#line 2886 "configure"
2874#include "confdefs.h" 2887#include "confdefs.h"
2875#include <stdlib.h> 2888#include <stdlib.h>
2876$ac_declaration 2889$ac_declaration
@@ -2883,16 +2896,16 @@ exit (42);
2883} 2896}
2884_ACEOF 2897_ACEOF
2885rm -f conftest.$ac_objext 2898rm -f conftest.$ac_objext
2886if { (eval echo "$as_me:2886: \"$ac_compile\"") >&5 2899if { (eval echo "$as_me:2899: \"$ac_compile\"") >&5
2887 (eval $ac_compile) 2>&5 2900 (eval $ac_compile) 2>&5
2888 ac_status=$? 2901 ac_status=$?
2889 echo "$as_me:2889: \$? = $ac_status" >&5 2902 echo "$as_me:2902: \$? = $ac_status" >&5
2890 (exit $ac_status); } && 2903 (exit $ac_status); } &&
2891 { ac_try='test -s conftest.$ac_objext' 2904 { ac_try='test -s conftest.$ac_objext'
2892 { (eval echo "$as_me:2892: \"$ac_try\"") >&5 2905 { (eval echo "$as_me:2905: \"$ac_try\"") >&5
2893 (eval $ac_try) 2>&5 2906 (eval $ac_try) 2>&5
2894 ac_status=$? 2907 ac_status=$?
2895 echo "$as_me:2895: \$? = $ac_status" >&5 2908 echo "$as_me:2908: \$? = $ac_status" >&5
2896 (exit $ac_status); }; }; then 2909 (exit $ac_status); }; }; then
2897 : 2910 :
2898else 2911else
@@ -2902,7 +2915,7 @@ continue
2902fi 2915fi
2903rm -f conftest.$ac_objext conftest.$ac_ext 2916rm -f conftest.$ac_objext conftest.$ac_ext
2904 cat >conftest.$ac_ext <<_ACEOF 2917 cat >conftest.$ac_ext <<_ACEOF
2905#line 2905 "configure" 2918#line 2918 "configure"
2906#include "confdefs.h" 2919#include "confdefs.h"
2907$ac_declaration 2920$ac_declaration
2908int 2921int
@@ -2914,16 +2927,16 @@ exit (42);
2914} 2927}
2915_ACEOF 2928_ACEOF
2916rm -f conftest.$ac_objext 2929rm -f conftest.$ac_objext
2917if { (eval echo "$as_me:2917: \"$ac_compile\"") >&5 2930if { (eval echo "$as_me:2930: \"$ac_compile\"") >&5
2918 (eval $ac_compile) 2>&5 2931 (eval $ac_compile) 2>&5
2919 ac_status=$? 2932 ac_status=$?
2920 echo "$as_me:2920: \$? = $ac_status" >&5 2933 echo "$as_me:2933: \$? = $ac_status" >&5
2921 (exit $ac_status); } && 2934 (exit $ac_status); } &&
2922 { ac_try='test -s conftest.$ac_objext' 2935 { ac_try='test -s conftest.$ac_objext'
2923 { (eval echo "$as_me:2923: \"$ac_try\"") >&5 2936 { (eval echo "$as_me:2936: \"$ac_try\"") >&5
2924 (eval $ac_try) 2>&5 2937 (eval $ac_try) 2>&5
2925 ac_status=$? 2938 ac_status=$?
2926 echo "$as_me:2926: \$? = $ac_status" >&5 2939 echo "$as_me:2939: \$? = $ac_status" >&5
2927 (exit $ac_status); }; }; then 2940 (exit $ac_status); }; }; then
2928 break 2941 break
2929else 2942else
@@ -2996,14 +3009,14 @@ fi
2996#### should make an entry in src/config.h, don't forget to add an 3009#### should make an entry in src/config.h, don't forget to add an
2997#### #undef clause to src/config.h.in for autoconf to modify. 3010#### #undef clause to src/config.h.in for autoconf to modify.
2998 3011
2999echo "$as_me:2999: checking whether ln -s works" >&5 3012echo "$as_me:3012: checking whether ln -s works" >&5
3000echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6 3013echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
3001LN_S=$as_ln_s 3014LN_S=$as_ln_s
3002if test "$LN_S" = "ln -s"; then 3015if test "$LN_S" = "ln -s"; then
3003 echo "$as_me:3003: result: yes" >&5 3016 echo "$as_me:3016: result: yes" >&5
3004echo "${ECHO_T}yes" >&6 3017echo "${ECHO_T}yes" >&6
3005else 3018else
3006 echo "$as_me:3006: result: no, using $LN_S" >&5 3019 echo "$as_me:3019: result: no, using $LN_S" >&5
3007echo "${ECHO_T}no, using $LN_S" >&6 3020echo "${ECHO_T}no, using $LN_S" >&6
3008fi 3021fi
3009 3022
@@ -3012,7 +3025,7 @@ ac_cpp='$CPP $CPPFLAGS'
3012ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3025ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3013ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 3026ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3014ac_compiler_gnu=$ac_cv_c_compiler_gnu 3027ac_compiler_gnu=$ac_cv_c_compiler_gnu
3015echo "$as_me:3015: checking how to run the C preprocessor" >&5 3028echo "$as_me:3028: checking how to run the C preprocessor" >&5
3016echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 3029echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
3017# On Suns, sometimes $CPP names a directory. 3030# On Suns, sometimes $CPP names a directory.
3018if test -n "$CPP" && test -d "$CPP"; then 3031if test -n "$CPP" && test -d "$CPP"; then
@@ -3033,18 +3046,18 @@ do
3033 # On the NeXT, cc -E runs the code through the compiler's parser, 3046 # On the NeXT, cc -E runs the code through the compiler's parser,
3034 # not just through cpp. "Syntax error" is here to catch this case. 3047 # not just through cpp. "Syntax error" is here to catch this case.
3035 cat >conftest.$ac_ext <<_ACEOF 3048 cat >conftest.$ac_ext <<_ACEOF
3036#line 3036 "configure" 3049#line 3049 "configure"
3037#include "confdefs.h" 3050#include "confdefs.h"
3038#include <assert.h> 3051#include <assert.h>
3039 Syntax error 3052 Syntax error
3040_ACEOF 3053_ACEOF
3041if { (eval echo "$as_me:3041: \"$ac_cpp conftest.$ac_ext\"") >&5 3054if { (eval echo "$as_me:3054: \"$ac_cpp conftest.$ac_ext\"") >&5
3042 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3055 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3043 ac_status=$? 3056 ac_status=$?
3044 egrep -v '^ *\+' conftest.er1 >conftest.err 3057 egrep -v '^ *\+' conftest.er1 >conftest.err
3045 rm -f conftest.er1 3058 rm -f conftest.er1
3046 cat conftest.err >&5 3059 cat conftest.err >&5
3047 echo "$as_me:3047: \$? = $ac_status" >&5 3060 echo "$as_me:3060: \$? = $ac_status" >&5
3048 (exit $ac_status); } >/dev/null; then 3061 (exit $ac_status); } >/dev/null; then
3049 if test -s conftest.err; then 3062 if test -s conftest.err; then
3050 ac_cpp_err=$ac_c_preproc_warn_flag 3063 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -3067,17 +3080,17 @@ rm -f conftest.err conftest.$ac_ext
3067 # OK, works on sane cases. Now check whether non-existent headers 3080 # OK, works on sane cases. Now check whether non-existent headers
3068 # can be detected and how. 3081 # can be detected and how.
3069 cat >conftest.$ac_ext <<_ACEOF 3082 cat >conftest.$ac_ext <<_ACEOF
3070#line 3070 "configure" 3083#line 3083 "configure"
3071#include "confdefs.h" 3084#include "confdefs.h"
3072#include <ac_nonexistent.h> 3085#include <ac_nonexistent.h>
3073_ACEOF 3086_ACEOF
3074if { (eval echo "$as_me:3074: \"$ac_cpp conftest.$ac_ext\"") >&5 3087if { (eval echo "$as_me:3087: \"$ac_cpp conftest.$ac_ext\"") >&5
3075 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3088 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3076 ac_status=$? 3089 ac_status=$?
3077 egrep -v '^ *\+' conftest.er1 >conftest.err 3090 egrep -v '^ *\+' conftest.er1 >conftest.err
3078 rm -f conftest.er1 3091 rm -f conftest.er1
3079 cat conftest.err >&5 3092 cat conftest.err >&5
3080 echo "$as_me:3080: \$? = $ac_status" >&5 3093 echo "$as_me:3093: \$? = $ac_status" >&5
3081 (exit $ac_status); } >/dev/null; then 3094 (exit $ac_status); } >/dev/null; then
3082 if test -s conftest.err; then 3095 if test -s conftest.err; then
3083 ac_cpp_err=$ac_c_preproc_warn_flag 3096 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -3114,7 +3127,7 @@ fi
3114else 3127else
3115 ac_cv_prog_CPP=$CPP 3128 ac_cv_prog_CPP=$CPP
3116fi 3129fi
3117echo "$as_me:3117: result: $CPP" >&5 3130echo "$as_me:3130: result: $CPP" >&5
3118echo "${ECHO_T}$CPP" >&6 3131echo "${ECHO_T}$CPP" >&6
3119ac_preproc_ok=false 3132ac_preproc_ok=false
3120for ac_c_preproc_warn_flag in '' yes 3133for ac_c_preproc_warn_flag in '' yes
@@ -3124,18 +3137,18 @@ do
3124 # On the NeXT, cc -E runs the code through the compiler's parser, 3137 # On the NeXT, cc -E runs the code through the compiler's parser,
3125 # not just through cpp. "Syntax error" is here to catch this case. 3138 # not just through cpp. "Syntax error" is here to catch this case.
3126 cat >conftest.$ac_ext <<_ACEOF 3139 cat >conftest.$ac_ext <<_ACEOF
3127#line 3127 "configure" 3140#line 3140 "configure"
3128#include "confdefs.h" 3141#include "confdefs.h"
3129#include <assert.h> 3142#include <assert.h>
3130 Syntax error 3143 Syntax error
3131_ACEOF 3144_ACEOF
3132if { (eval echo "$as_me:3132: \"$ac_cpp conftest.$ac_ext\"") >&5 3145if { (eval echo "$as_me:3145: \"$ac_cpp conftest.$ac_ext\"") >&5
3133 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3146 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3134 ac_status=$? 3147 ac_status=$?
3135 egrep -v '^ *\+' conftest.er1 >conftest.err 3148 egrep -v '^ *\+' conftest.er1 >conftest.err
3136 rm -f conftest.er1 3149 rm -f conftest.er1
3137 cat conftest.err >&5 3150 cat conftest.err >&5
3138 echo "$as_me:3138: \$? = $ac_status" >&5 3151 echo "$as_me:3151: \$? = $ac_status" >&5
3139 (exit $ac_status); } >/dev/null; then 3152 (exit $ac_status); } >/dev/null; then
3140 if test -s conftest.err; then 3153 if test -s conftest.err; then
3141 ac_cpp_err=$ac_c_preproc_warn_flag 3154 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -3158,17 +3171,17 @@ rm -f conftest.err conftest.$ac_ext
3158 # OK, works on sane cases. Now check whether non-existent headers 3171 # OK, works on sane cases. Now check whether non-existent headers
3159 # can be detected and how. 3172 # can be detected and how.
3160 cat >conftest.$ac_ext <<_ACEOF 3173 cat >conftest.$ac_ext <<_ACEOF
3161#line 3161 "configure" 3174#line 3174 "configure"
3162#include "confdefs.h" 3175#include "confdefs.h"
3163#include <ac_nonexistent.h> 3176#include <ac_nonexistent.h>
3164_ACEOF 3177_ACEOF
3165if { (eval echo "$as_me:3165: \"$ac_cpp conftest.$ac_ext\"") >&5 3178if { (eval echo "$as_me:3178: \"$ac_cpp conftest.$ac_ext\"") >&5
3166 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3179 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3167 ac_status=$? 3180 ac_status=$?
3168 egrep -v '^ *\+' conftest.er1 >conftest.err 3181 egrep -v '^ *\+' conftest.er1 >conftest.err
3169 rm -f conftest.er1 3182 rm -f conftest.er1
3170 cat conftest.err >&5 3183 cat conftest.err >&5
3171 echo "$as_me:3171: \$? = $ac_status" >&5 3184 echo "$as_me:3184: \$? = $ac_status" >&5
3172 (exit $ac_status); } >/dev/null; then 3185 (exit $ac_status); } >/dev/null; then
3173 if test -s conftest.err; then 3186 if test -s conftest.err; then
3174 ac_cpp_err=$ac_c_preproc_warn_flag 3187 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -3196,7 +3209,7 @@ rm -f conftest.err conftest.$ac_ext
3196if $ac_preproc_ok; then 3209if $ac_preproc_ok; then
3197 : 3210 :
3198else 3211else
3199 { { echo "$as_me:3199: error: C preprocessor \"$CPP\" fails sanity check" >&5 3212 { { echo "$as_me:3212: error: C preprocessor \"$CPP\" fails sanity check" >&5
3200echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;} 3213echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;}
3201 { (exit 1); exit 1; }; } 3214 { (exit 1); exit 1; }; }
3202fi 3215fi
@@ -3219,7 +3232,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
3219# AFS /usr/afsws/bin/install, which mishandles nonexistent args 3232# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3220# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 3233# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3221# ./install, which can be erroneously created by make from ./install.sh. 3234# ./install, which can be erroneously created by make from ./install.sh.
3222echo "$as_me:3222: checking for a BSD compatible install" >&5 3235echo "$as_me:3235: checking for a BSD compatible install" >&5
3223echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6 3236echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6
3224if test -z "$INSTALL"; then 3237if test -z "$INSTALL"; then
3225if test "${ac_cv_path_install+set}" = set; then 3238if test "${ac_cv_path_install+set}" = set; then
@@ -3268,7 +3281,7 @@ fi
3268 INSTALL=$ac_install_sh 3281 INSTALL=$ac_install_sh
3269 fi 3282 fi
3270fi 3283fi
3271echo "$as_me:3271: result: $INSTALL" >&5 3284echo "$as_me:3284: result: $INSTALL" >&5
3272echo "${ECHO_T}$INSTALL" >&6 3285echo "${ECHO_T}$INSTALL" >&6
3273 3286
3274# Use test -z because SunOS4 sh mishandles braces in ${var-val}. 3287# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
@@ -3283,7 +3296,7 @@ for ac_prog in 'bison -y' byacc
3283do 3296do
3284 # Extract the first word of "$ac_prog", so it can be a program name with args. 3297 # Extract the first word of "$ac_prog", so it can be a program name with args.
3285set dummy $ac_prog; ac_word=$2 3298set dummy $ac_prog; ac_word=$2
3286echo "$as_me:3286: checking for $ac_word" >&5 3299echo "$as_me:3299: checking for $ac_word" >&5
3287echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3300echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3288if test "${ac_cv_prog_YACC+set}" = set; then 3301if test "${ac_cv_prog_YACC+set}" = set; then
3289 echo $ECHO_N "(cached) $ECHO_C" >&6 3302 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3298,7 +3311,7 @@ for ac_dir in $ac_dummy; do
3298 test -z "$ac_dir" && ac_dir=. 3311 test -z "$ac_dir" && ac_dir=.
3299 $as_executable_p "$ac_dir/$ac_word" || continue 3312 $as_executable_p "$ac_dir/$ac_word" || continue
3300ac_cv_prog_YACC="$ac_prog" 3313ac_cv_prog_YACC="$ac_prog"
3301echo "$as_me:3301: found $ac_dir/$ac_word" >&5 3314echo "$as_me:3314: found $ac_dir/$ac_word" >&5
3302break 3315break
3303done 3316done
3304 3317
@@ -3306,10 +3319,10 @@ fi
3306fi 3319fi
3307YACC=$ac_cv_prog_YACC 3320YACC=$ac_cv_prog_YACC
3308if test -n "$YACC"; then 3321if test -n "$YACC"; then
3309 echo "$as_me:3309: result: $YACC" >&5 3322 echo "$as_me:3322: result: $YACC" >&5
3310echo "${ECHO_T}$YACC" >&6 3323echo "${ECHO_T}$YACC" >&6
3311else 3324else
3312 echo "$as_me:3312: result: no" >&5 3325 echo "$as_me:3325: result: no" >&5
3313echo "${ECHO_T}no" >&6 3326echo "${ECHO_T}no" >&6
3314fi 3327fi
3315 3328
@@ -3321,7 +3334,7 @@ if test "x$RANLIB" = x; then
3321 if test -n "$ac_tool_prefix"; then 3334 if test -n "$ac_tool_prefix"; then
3322 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. 3335 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
3323set dummy ${ac_tool_prefix}ranlib; ac_word=$2 3336set dummy ${ac_tool_prefix}ranlib; ac_word=$2
3324echo "$as_me:3324: checking for $ac_word" >&5 3337echo "$as_me:3337: checking for $ac_word" >&5
3325echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3338echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3326if test "${ac_cv_prog_RANLIB+set}" = set; then 3339if test "${ac_cv_prog_RANLIB+set}" = set; then
3327 echo $ECHO_N "(cached) $ECHO_C" >&6 3340 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3336,7 +3349,7 @@ for ac_dir in $ac_dummy; do
3336 test -z "$ac_dir" && ac_dir=. 3349 test -z "$ac_dir" && ac_dir=.
3337 $as_executable_p "$ac_dir/$ac_word" || continue 3350 $as_executable_p "$ac_dir/$ac_word" || continue
3338ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 3351ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
3339echo "$as_me:3339: found $ac_dir/$ac_word" >&5 3352echo "$as_me:3352: found $ac_dir/$ac_word" >&5
3340break 3353break
3341done 3354done
3342 3355
@@ -3344,10 +3357,10 @@ fi
3344fi 3357fi
3345RANLIB=$ac_cv_prog_RANLIB 3358RANLIB=$ac_cv_prog_RANLIB
3346if test -n "$RANLIB"; then 3359if test -n "$RANLIB"; then
3347 echo "$as_me:3347: result: $RANLIB" >&5 3360 echo "$as_me:3360: result: $RANLIB" >&5
3348echo "${ECHO_T}$RANLIB" >&6 3361echo "${ECHO_T}$RANLIB" >&6
3349else 3362else
3350 echo "$as_me:3350: result: no" >&5 3363 echo "$as_me:3363: result: no" >&5
3351echo "${ECHO_T}no" >&6 3364echo "${ECHO_T}no" >&6
3352fi 3365fi
3353 3366
@@ -3356,7 +3369,7 @@ if test -z "$ac_cv_prog_RANLIB"; then
3356 ac_ct_RANLIB=$RANLIB 3369 ac_ct_RANLIB=$RANLIB
3357 # Extract the first word of "ranlib", so it can be a program name with args. 3370 # Extract the first word of "ranlib", so it can be a program name with args.
3358set dummy ranlib; ac_word=$2 3371set dummy ranlib; ac_word=$2
3359echo "$as_me:3359: checking for $ac_word" >&5 3372echo "$as_me:3372: checking for $ac_word" >&5
3360echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3373echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3361if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then 3374if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
3362 echo $ECHO_N "(cached) $ECHO_C" >&6 3375 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3371,7 +3384,7 @@ for ac_dir in $ac_dummy; do
3371 test -z "$ac_dir" && ac_dir=. 3384 test -z "$ac_dir" && ac_dir=.
3372 $as_executable_p "$ac_dir/$ac_word" || continue 3385 $as_executable_p "$ac_dir/$ac_word" || continue
3373ac_cv_prog_ac_ct_RANLIB="ranlib" 3386ac_cv_prog_ac_ct_RANLIB="ranlib"
3374echo "$as_me:3374: found $ac_dir/$ac_word" >&5 3387echo "$as_me:3387: found $ac_dir/$ac_word" >&5
3375break 3388break
3376done 3389done
3377 3390
@@ -3380,10 +3393,10 @@ fi
3380fi 3393fi
3381ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB 3394ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
3382if test -n "$ac_ct_RANLIB"; then 3395if test -n "$ac_ct_RANLIB"; then
3383 echo "$as_me:3383: result: $ac_ct_RANLIB" >&5 3396 echo "$as_me:3396: result: $ac_ct_RANLIB" >&5
3384echo "${ECHO_T}$ac_ct_RANLIB" >&6 3397echo "${ECHO_T}$ac_ct_RANLIB" >&6
3385else 3398else
3386 echo "$as_me:3386: result: no" >&5 3399 echo "$as_me:3399: result: no" >&5
3387echo "${ECHO_T}no" >&6 3400echo "${ECHO_T}no" >&6
3388fi 3401fi
3389 3402
@@ -3394,10 +3407,10 @@ fi
3394 3407
3395fi 3408fi
3396 3409
3397echo "$as_me:3397: checking for AIX" >&5 3410echo "$as_me:3410: checking for AIX" >&5
3398echo $ECHO_N "checking for AIX... $ECHO_C" >&6 3411echo $ECHO_N "checking for AIX... $ECHO_C" >&6
3399cat >conftest.$ac_ext <<_ACEOF 3412cat >conftest.$ac_ext <<_ACEOF
3400#line 3400 "configure" 3413#line 3413 "configure"
3401#include "confdefs.h" 3414#include "confdefs.h"
3402#ifdef _AIX 3415#ifdef _AIX
3403 yes 3416 yes
@@ -3406,21 +3419,21 @@ cat >conftest.$ac_ext <<_ACEOF
3406_ACEOF 3419_ACEOF
3407if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 3420if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3408 egrep "yes" >/dev/null 2>&1; then 3421 egrep "yes" >/dev/null 2>&1; then
3409 echo "$as_me:3409: result: yes" >&5 3422 echo "$as_me:3422: result: yes" >&5
3410echo "${ECHO_T}yes" >&6 3423echo "${ECHO_T}yes" >&6
3411cat >>confdefs.h <<\EOF 3424cat >>confdefs.h <<\EOF
3412#define _ALL_SOURCE 1 3425#define _ALL_SOURCE 1
3413EOF 3426EOF
3414 3427
3415else 3428else
3416 echo "$as_me:3416: result: no" >&5 3429 echo "$as_me:3429: result: no" >&5
3417echo "${ECHO_T}no" >&6 3430echo "${ECHO_T}no" >&6
3418fi 3431fi
3419rm -f conftest* 3432rm -f conftest*
3420 3433
3421#### Extract some information from the operating system and machine files. 3434#### Extract some information from the operating system and machine files.
3422 3435
3423{ echo "$as_me:3423: checking the machine- and system-dependent files to find out 3436{ echo "$as_me:3436: checking the machine- and system-dependent files to find out
3424 - which libraries the lib-src programs will want, and 3437 - which libraries the lib-src programs will want, and
3425 - whether the GNU malloc routines are usable..." >&5 3438 - whether the GNU malloc routines are usable..." >&5
3426echo "$as_me: checking the machine- and system-dependent files to find out 3439echo "$as_me: checking the machine- and system-dependent files to find out
@@ -3570,7 +3583,7 @@ if test "${enable_largefile+set}" = set; then
3570fi; 3583fi;
3571if test "$enable_largefile" != no; then 3584if test "$enable_largefile" != no; then
3572 3585
3573 echo "$as_me:3573: checking for special C compiler options needed for large files" >&5 3586 echo "$as_me:3586: checking for special C compiler options needed for large files" >&5
3574echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6 3587echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6
3575if test "${ac_cv_sys_largefile_CC+set}" = set; then 3588if test "${ac_cv_sys_largefile_CC+set}" = set; then
3576 echo $ECHO_N "(cached) $ECHO_C" >&6 3589 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3582,7 +3595,7 @@ else
3582 # IRIX 6.2 and later do not support large files by default, 3595 # IRIX 6.2 and later do not support large files by default,
3583 # so use the C compiler's -n32 option if that helps. 3596 # so use the C compiler's -n32 option if that helps.
3584 cat >conftest.$ac_ext <<_ACEOF 3597 cat >conftest.$ac_ext <<_ACEOF
3585#line 3585 "configure" 3598#line 3598 "configure"
3586#include "confdefs.h" 3599#include "confdefs.h"
3587#include <sys/types.h> 3600#include <sys/types.h>
3588 /* Check that off_t can represent 2**63 - 1 correctly. 3601 /* Check that off_t can represent 2**63 - 1 correctly.
@@ -3602,16 +3615,16 @@ main ()
3602} 3615}
3603_ACEOF 3616_ACEOF
3604 rm -f conftest.$ac_objext 3617 rm -f conftest.$ac_objext
3605if { (eval echo "$as_me:3605: \"$ac_compile\"") >&5 3618if { (eval echo "$as_me:3618: \"$ac_compile\"") >&5
3606 (eval $ac_compile) 2>&5 3619 (eval $ac_compile) 2>&5
3607 ac_status=$? 3620 ac_status=$?
3608 echo "$as_me:3608: \$? = $ac_status" >&5 3621 echo "$as_me:3621: \$? = $ac_status" >&5
3609 (exit $ac_status); } && 3622 (exit $ac_status); } &&
3610 { ac_try='test -s conftest.$ac_objext' 3623 { ac_try='test -s conftest.$ac_objext'
3611 { (eval echo "$as_me:3611: \"$ac_try\"") >&5 3624 { (eval echo "$as_me:3624: \"$ac_try\"") >&5
3612 (eval $ac_try) 2>&5 3625 (eval $ac_try) 2>&5
3613 ac_status=$? 3626 ac_status=$?
3614 echo "$as_me:3614: \$? = $ac_status" >&5 3627 echo "$as_me:3627: \$? = $ac_status" >&5
3615 (exit $ac_status); }; }; then 3628 (exit $ac_status); }; }; then
3616 break 3629 break
3617else 3630else
@@ -3621,16 +3634,16 @@ fi
3621rm -f conftest.$ac_objext 3634rm -f conftest.$ac_objext
3622 CC="$CC -n32" 3635 CC="$CC -n32"
3623 rm -f conftest.$ac_objext 3636 rm -f conftest.$ac_objext
3624if { (eval echo "$as_me:3624: \"$ac_compile\"") >&5 3637if { (eval echo "$as_me:3637: \"$ac_compile\"") >&5
3625 (eval $ac_compile) 2>&5 3638 (eval $ac_compile) 2>&5
3626 ac_status=$? 3639 ac_status=$?
3627 echo "$as_me:3627: \$? = $ac_status" >&5 3640 echo "$as_me:3640: \$? = $ac_status" >&5
3628 (exit $ac_status); } && 3641 (exit $ac_status); } &&
3629 { ac_try='test -s conftest.$ac_objext' 3642 { ac_try='test -s conftest.$ac_objext'
3630 { (eval echo "$as_me:3630: \"$ac_try\"") >&5 3643 { (eval echo "$as_me:3643: \"$ac_try\"") >&5
3631 (eval $ac_try) 2>&5 3644 (eval $ac_try) 2>&5
3632 ac_status=$? 3645 ac_status=$?
3633 echo "$as_me:3633: \$? = $ac_status" >&5 3646 echo "$as_me:3646: \$? = $ac_status" >&5
3634 (exit $ac_status); }; }; then 3647 (exit $ac_status); }; }; then
3635 ac_cv_sys_largefile_CC=' -n32'; break 3648 ac_cv_sys_largefile_CC=' -n32'; break
3636else 3649else
@@ -3644,13 +3657,13 @@ rm -f conftest.$ac_objext
3644 rm -f conftest.$ac_ext 3657 rm -f conftest.$ac_ext
3645 fi 3658 fi
3646fi 3659fi
3647echo "$as_me:3647: result: $ac_cv_sys_largefile_CC" >&5 3660echo "$as_me:3660: result: $ac_cv_sys_largefile_CC" >&5
3648echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6 3661echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6
3649 if test "$ac_cv_sys_largefile_CC" != no; then 3662 if test "$ac_cv_sys_largefile_CC" != no; then
3650 CC=$CC$ac_cv_sys_largefile_CC 3663 CC=$CC$ac_cv_sys_largefile_CC
3651 fi 3664 fi
3652 3665
3653 echo "$as_me:3653: checking for _FILE_OFFSET_BITS value needed for large files" >&5 3666 echo "$as_me:3666: checking for _FILE_OFFSET_BITS value needed for large files" >&5
3654echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6 3667echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
3655if test "${ac_cv_sys_file_offset_bits+set}" = set; then 3668if test "${ac_cv_sys_file_offset_bits+set}" = set; then
3656 echo $ECHO_N "(cached) $ECHO_C" >&6 3669 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3658,7 +3671,7 @@ else
3658 while :; do 3671 while :; do
3659 ac_cv_sys_file_offset_bits=no 3672 ac_cv_sys_file_offset_bits=no
3660 cat >conftest.$ac_ext <<_ACEOF 3673 cat >conftest.$ac_ext <<_ACEOF
3661#line 3661 "configure" 3674#line 3674 "configure"
3662#include "confdefs.h" 3675#include "confdefs.h"
3663#include <sys/types.h> 3676#include <sys/types.h>
3664 /* Check that off_t can represent 2**63 - 1 correctly. 3677 /* Check that off_t can represent 2**63 - 1 correctly.
@@ -3678,16 +3691,16 @@ main ()
3678} 3691}
3679_ACEOF 3692_ACEOF
3680rm -f conftest.$ac_objext 3693rm -f conftest.$ac_objext
3681if { (eval echo "$as_me:3681: \"$ac_compile\"") >&5 3694if { (eval echo "$as_me:3694: \"$ac_compile\"") >&5
3682 (eval $ac_compile) 2>&5 3695 (eval $ac_compile) 2>&5
3683 ac_status=$? 3696 ac_status=$?
3684 echo "$as_me:3684: \$? = $ac_status" >&5 3697 echo "$as_me:3697: \$? = $ac_status" >&5
3685 (exit $ac_status); } && 3698 (exit $ac_status); } &&
3686 { ac_try='test -s conftest.$ac_objext' 3699 { ac_try='test -s conftest.$ac_objext'
3687 { (eval echo "$as_me:3687: \"$ac_try\"") >&5 3700 { (eval echo "$as_me:3700: \"$ac_try\"") >&5
3688 (eval $ac_try) 2>&5 3701 (eval $ac_try) 2>&5
3689 ac_status=$? 3702 ac_status=$?
3690 echo "$as_me:3690: \$? = $ac_status" >&5 3703 echo "$as_me:3703: \$? = $ac_status" >&5
3691 (exit $ac_status); }; }; then 3704 (exit $ac_status); }; }; then
3692 break 3705 break
3693else 3706else
@@ -3696,7 +3709,7 @@ cat conftest.$ac_ext >&5
3696fi 3709fi
3697rm -f conftest.$ac_objext conftest.$ac_ext 3710rm -f conftest.$ac_objext conftest.$ac_ext
3698 cat >conftest.$ac_ext <<_ACEOF 3711 cat >conftest.$ac_ext <<_ACEOF
3699#line 3699 "configure" 3712#line 3712 "configure"
3700#include "confdefs.h" 3713#include "confdefs.h"
3701#define _FILE_OFFSET_BITS 64 3714#define _FILE_OFFSET_BITS 64
3702#include <sys/types.h> 3715#include <sys/types.h>
@@ -3717,16 +3730,16 @@ main ()
3717} 3730}
3718_ACEOF 3731_ACEOF
3719rm -f conftest.$ac_objext 3732rm -f conftest.$ac_objext
3720if { (eval echo "$as_me:3720: \"$ac_compile\"") >&5 3733if { (eval echo "$as_me:3733: \"$ac_compile\"") >&5
3721 (eval $ac_compile) 2>&5 3734 (eval $ac_compile) 2>&5
3722 ac_status=$? 3735 ac_status=$?
3723 echo "$as_me:3723: \$? = $ac_status" >&5 3736 echo "$as_me:3736: \$? = $ac_status" >&5
3724 (exit $ac_status); } && 3737 (exit $ac_status); } &&
3725 { ac_try='test -s conftest.$ac_objext' 3738 { ac_try='test -s conftest.$ac_objext'
3726 { (eval echo "$as_me:3726: \"$ac_try\"") >&5 3739 { (eval echo "$as_me:3739: \"$ac_try\"") >&5
3727 (eval $ac_try) 2>&5 3740 (eval $ac_try) 2>&5
3728 ac_status=$? 3741 ac_status=$?
3729 echo "$as_me:3729: \$? = $ac_status" >&5 3742 echo "$as_me:3742: \$? = $ac_status" >&5
3730 (exit $ac_status); }; }; then 3743 (exit $ac_status); }; }; then
3731 ac_cv_sys_file_offset_bits=64; break 3744 ac_cv_sys_file_offset_bits=64; break
3732else 3745else
@@ -3737,7 +3750,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
3737 break 3750 break
3738done 3751done
3739fi 3752fi
3740echo "$as_me:3740: result: $ac_cv_sys_file_offset_bits" >&5 3753echo "$as_me:3753: result: $ac_cv_sys_file_offset_bits" >&5
3741echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6 3754echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
3742if test "$ac_cv_sys_file_offset_bits" != no; then 3755if test "$ac_cv_sys_file_offset_bits" != no; then
3743 3756
@@ -3747,7 +3760,7 @@ EOF
3747 3760
3748fi 3761fi
3749rm -f conftest* 3762rm -f conftest*
3750 echo "$as_me:3750: checking for _LARGE_FILES value needed for large files" >&5 3763 echo "$as_me:3763: checking for _LARGE_FILES value needed for large files" >&5
3751echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6 3764echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
3752if test "${ac_cv_sys_large_files+set}" = set; then 3765if test "${ac_cv_sys_large_files+set}" = set; then
3753 echo $ECHO_N "(cached) $ECHO_C" >&6 3766 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3755,7 +3768,7 @@ else
3755 while :; do 3768 while :; do
3756 ac_cv_sys_large_files=no 3769 ac_cv_sys_large_files=no
3757 cat >conftest.$ac_ext <<_ACEOF 3770 cat >conftest.$ac_ext <<_ACEOF
3758#line 3758 "configure" 3771#line 3771 "configure"
3759#include "confdefs.h" 3772#include "confdefs.h"
3760#include <sys/types.h> 3773#include <sys/types.h>
3761 /* Check that off_t can represent 2**63 - 1 correctly. 3774 /* Check that off_t can represent 2**63 - 1 correctly.
@@ -3775,16 +3788,16 @@ main ()
3775} 3788}
3776_ACEOF 3789_ACEOF
3777rm -f conftest.$ac_objext 3790rm -f conftest.$ac_objext
3778if { (eval echo "$as_me:3778: \"$ac_compile\"") >&5 3791if { (eval echo "$as_me:3791: \"$ac_compile\"") >&5
3779 (eval $ac_compile) 2>&5 3792 (eval $ac_compile) 2>&5
3780 ac_status=$? 3793 ac_status=$?
3781 echo "$as_me:3781: \$? = $ac_status" >&5 3794 echo "$as_me:3794: \$? = $ac_status" >&5
3782 (exit $ac_status); } && 3795 (exit $ac_status); } &&
3783 { ac_try='test -s conftest.$ac_objext' 3796 { ac_try='test -s conftest.$ac_objext'
3784 { (eval echo "$as_me:3784: \"$ac_try\"") >&5 3797 { (eval echo "$as_me:3797: \"$ac_try\"") >&5
3785 (eval $ac_try) 2>&5 3798 (eval $ac_try) 2>&5
3786 ac_status=$? 3799 ac_status=$?
3787 echo "$as_me:3787: \$? = $ac_status" >&5 3800 echo "$as_me:3800: \$? = $ac_status" >&5
3788 (exit $ac_status); }; }; then 3801 (exit $ac_status); }; }; then
3789 break 3802 break
3790else 3803else
@@ -3793,7 +3806,7 @@ cat conftest.$ac_ext >&5
3793fi 3806fi
3794rm -f conftest.$ac_objext conftest.$ac_ext 3807rm -f conftest.$ac_objext conftest.$ac_ext
3795 cat >conftest.$ac_ext <<_ACEOF 3808 cat >conftest.$ac_ext <<_ACEOF
3796#line 3796 "configure" 3809#line 3809 "configure"
3797#include "confdefs.h" 3810#include "confdefs.h"
3798#define _LARGE_FILES 1 3811#define _LARGE_FILES 1
3799#include <sys/types.h> 3812#include <sys/types.h>
@@ -3814,16 +3827,16 @@ main ()
3814} 3827}
3815_ACEOF 3828_ACEOF
3816rm -f conftest.$ac_objext 3829rm -f conftest.$ac_objext
3817if { (eval echo "$as_me:3817: \"$ac_compile\"") >&5 3830if { (eval echo "$as_me:3830: \"$ac_compile\"") >&5
3818 (eval $ac_compile) 2>&5 3831 (eval $ac_compile) 2>&5
3819 ac_status=$? 3832 ac_status=$?
3820 echo "$as_me:3820: \$? = $ac_status" >&5 3833 echo "$as_me:3833: \$? = $ac_status" >&5
3821 (exit $ac_status); } && 3834 (exit $ac_status); } &&
3822 { ac_try='test -s conftest.$ac_objext' 3835 { ac_try='test -s conftest.$ac_objext'
3823 { (eval echo "$as_me:3823: \"$ac_try\"") >&5 3836 { (eval echo "$as_me:3836: \"$ac_try\"") >&5
3824 (eval $ac_try) 2>&5 3837 (eval $ac_try) 2>&5
3825 ac_status=$? 3838 ac_status=$?
3826 echo "$as_me:3826: \$? = $ac_status" >&5 3839 echo "$as_me:3839: \$? = $ac_status" >&5
3827 (exit $ac_status); }; }; then 3840 (exit $ac_status); }; }; then
3828 ac_cv_sys_large_files=1; break 3841 ac_cv_sys_large_files=1; break
3829else 3842else
@@ -3834,7 +3847,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
3834 break 3847 break
3835done 3848done
3836fi 3849fi
3837echo "$as_me:3837: result: $ac_cv_sys_large_files" >&5 3850echo "$as_me:3850: result: $ac_cv_sys_large_files" >&5
3838echo "${ECHO_T}$ac_cv_sys_large_files" >&6 3851echo "${ECHO_T}$ac_cv_sys_large_files" >&6
3839if test "$ac_cv_sys_large_files" != no; then 3852if test "$ac_cv_sys_large_files" != no; then
3840 3853
@@ -3846,28 +3859,29 @@ fi
3846rm -f conftest* 3859rm -f conftest*
3847fi 3860fi
3848 3861
3849# Sound support for GNU/Linux and the free BSDs. 3862if test "${with_sound}" != "no"; then
3863 # Sound support for GNU/Linux and the free BSDs.
3850 3864
3851for ac_header in machine/soundcard.h sys/soundcard.h soundcard.h 3865for ac_header in machine/soundcard.h sys/soundcard.h soundcard.h
3852do 3866do
3853as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 3867as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3854echo "$as_me:3854: checking for $ac_header" >&5 3868echo "$as_me:3868: checking for $ac_header" >&5
3855echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 3869echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3856if eval "test \"\${$as_ac_Header+set}\" = set"; then 3870if eval "test \"\${$as_ac_Header+set}\" = set"; then
3857 echo $ECHO_N "(cached) $ECHO_C" >&6 3871 echo $ECHO_N "(cached) $ECHO_C" >&6
3858else 3872else
3859 cat >conftest.$ac_ext <<_ACEOF 3873 cat >conftest.$ac_ext <<_ACEOF
3860#line 3860 "configure" 3874#line 3874 "configure"
3861#include "confdefs.h" 3875#include "confdefs.h"
3862#include <$ac_header> 3876#include <$ac_header>
3863_ACEOF 3877_ACEOF
3864if { (eval echo "$as_me:3864: \"$ac_cpp conftest.$ac_ext\"") >&5 3878if { (eval echo "$as_me:3878: \"$ac_cpp conftest.$ac_ext\"") >&5
3865 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3879 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3866 ac_status=$? 3880 ac_status=$?
3867 egrep -v '^ *\+' conftest.er1 >conftest.err 3881 egrep -v '^ *\+' conftest.er1 >conftest.err
3868 rm -f conftest.er1 3882 rm -f conftest.er1
3869 cat conftest.err >&5 3883 cat conftest.err >&5
3870 echo "$as_me:3870: \$? = $ac_status" >&5 3884 echo "$as_me:3884: \$? = $ac_status" >&5
3871 (exit $ac_status); } >/dev/null; then 3885 (exit $ac_status); } >/dev/null; then
3872 if test -s conftest.err; then 3886 if test -s conftest.err; then
3873 ac_cpp_err=$ac_c_preproc_warn_flag 3887 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -3886,7 +3900,7 @@ else
3886fi 3900fi
3887rm -f conftest.err conftest.$ac_ext 3901rm -f conftest.err conftest.$ac_ext
3888fi 3902fi
3889echo "$as_me:3889: result: `eval echo '${'$as_ac_Header'}'`" >&5 3903echo "$as_me:3903: result: `eval echo '${'$as_ac_Header'}'`" >&5
3890echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 3904echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3891if test `eval echo '${'$as_ac_Header'}'` = yes; then 3905if test `eval echo '${'$as_ac_Header'}'` = yes; then
3892 cat >>confdefs.h <<EOF 3906 cat >>confdefs.h <<EOF
@@ -3896,8 +3910,8 @@ EOF
3896fi 3910fi
3897done 3911done
3898 3912
3899# Emulation library used on NetBSD. 3913 # Emulation library used on NetBSD.
3900echo "$as_me:3900: checking for _oss_ioctl in -lossaudio" >&5 3914 echo "$as_me:3914: checking for _oss_ioctl in -lossaudio" >&5
3901echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6 3915echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6
3902if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then 3916if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
3903 echo $ECHO_N "(cached) $ECHO_C" >&6 3917 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -3905,7 +3919,7 @@ else
3905 ac_check_lib_save_LIBS=$LIBS 3919 ac_check_lib_save_LIBS=$LIBS
3906LIBS="-lossaudio $LIBS" 3920LIBS="-lossaudio $LIBS"
3907cat >conftest.$ac_ext <<_ACEOF 3921cat >conftest.$ac_ext <<_ACEOF
3908#line 3908 "configure" 3922#line 3922 "configure"
3909#include "confdefs.h" 3923#include "confdefs.h"
3910 3924
3911/* Override any gcc2 internal prototype to avoid an error. */ 3925/* Override any gcc2 internal prototype to avoid an error. */
@@ -3924,16 +3938,16 @@ _oss_ioctl ();
3924} 3938}
3925_ACEOF 3939_ACEOF
3926rm -f conftest.$ac_objext conftest$ac_exeext 3940rm -f conftest.$ac_objext conftest$ac_exeext
3927if { (eval echo "$as_me:3927: \"$ac_link\"") >&5 3941if { (eval echo "$as_me:3941: \"$ac_link\"") >&5
3928 (eval $ac_link) 2>&5 3942 (eval $ac_link) 2>&5
3929 ac_status=$? 3943 ac_status=$?
3930 echo "$as_me:3930: \$? = $ac_status" >&5 3944 echo "$as_me:3944: \$? = $ac_status" >&5
3931 (exit $ac_status); } && 3945 (exit $ac_status); } &&
3932 { ac_try='test -s conftest$ac_exeext' 3946 { ac_try='test -s conftest$ac_exeext'
3933 { (eval echo "$as_me:3933: \"$ac_try\"") >&5 3947 { (eval echo "$as_me:3947: \"$ac_try\"") >&5
3934 (eval $ac_try) 2>&5 3948 (eval $ac_try) 2>&5
3935 ac_status=$? 3949 ac_status=$?
3936 echo "$as_me:3936: \$? = $ac_status" >&5 3950 echo "$as_me:3950: \$? = $ac_status" >&5
3937 (exit $ac_status); }; }; then 3951 (exit $ac_status); }; }; then
3938 ac_cv_lib_ossaudio__oss_ioctl=yes 3952 ac_cv_lib_ossaudio__oss_ioctl=yes
3939else 3953else
@@ -3944,7 +3958,7 @@ fi
3944rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 3958rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
3945LIBS=$ac_check_lib_save_LIBS 3959LIBS=$ac_check_lib_save_LIBS
3946fi 3960fi
3947echo "$as_me:3947: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5 3961echo "$as_me:3961: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
3948echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6 3962echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6
3949if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then 3963if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
3950 LIBSOUND=-lossaudio 3964 LIBSOUND=-lossaudio
@@ -3952,28 +3966,30 @@ else
3952 LIBSOUND= 3966 LIBSOUND=
3953fi 3967fi
3954 3968
3969fi
3970
3955for ac_header in sys/select.h sys/timeb.h sys/time.h unistd.h utime.h \ 3971for ac_header in sys/select.h sys/timeb.h sys/time.h unistd.h utime.h \
3956 linux/version.h sys/systeminfo.h termios.h limits.h string.h stdlib.h \ 3972 linux/version.h sys/systeminfo.h termios.h limits.h string.h stdlib.h \
3957 termcap.h stdio_ext.h fcntl.h term.h strings.h coff.h 3973 termcap.h stdio_ext.h fcntl.h term.h strings.h coff.h
3958do 3974do
3959as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 3975as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3960echo "$as_me:3960: checking for $ac_header" >&5 3976echo "$as_me:3976: checking for $ac_header" >&5
3961echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 3977echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3962if eval "test \"\${$as_ac_Header+set}\" = set"; then 3978if eval "test \"\${$as_ac_Header+set}\" = set"; then
3963 echo $ECHO_N "(cached) $ECHO_C" >&6 3979 echo $ECHO_N "(cached) $ECHO_C" >&6
3964else 3980else
3965 cat >conftest.$ac_ext <<_ACEOF 3981 cat >conftest.$ac_ext <<_ACEOF
3966#line 3966 "configure" 3982#line 3982 "configure"
3967#include "confdefs.h" 3983#include "confdefs.h"
3968#include <$ac_header> 3984#include <$ac_header>
3969_ACEOF 3985_ACEOF
3970if { (eval echo "$as_me:3970: \"$ac_cpp conftest.$ac_ext\"") >&5 3986if { (eval echo "$as_me:3986: \"$ac_cpp conftest.$ac_ext\"") >&5
3971 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 3987 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3972 ac_status=$? 3988 ac_status=$?
3973 egrep -v '^ *\+' conftest.er1 >conftest.err 3989 egrep -v '^ *\+' conftest.er1 >conftest.err
3974 rm -f conftest.er1 3990 rm -f conftest.er1
3975 cat conftest.err >&5 3991 cat conftest.err >&5
3976 echo "$as_me:3976: \$? = $ac_status" >&5 3992 echo "$as_me:3992: \$? = $ac_status" >&5
3977 (exit $ac_status); } >/dev/null; then 3993 (exit $ac_status); } >/dev/null; then
3978 if test -s conftest.err; then 3994 if test -s conftest.err; then
3979 ac_cpp_err=$ac_c_preproc_warn_flag 3995 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -3992,7 +4008,7 @@ else
3992fi 4008fi
3993rm -f conftest.err conftest.$ac_ext 4009rm -f conftest.err conftest.$ac_ext
3994fi 4010fi
3995echo "$as_me:3995: result: `eval echo '${'$as_ac_Header'}'`" >&5 4011echo "$as_me:4011: result: `eval echo '${'$as_ac_Header'}'`" >&5
3996echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 4012echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3997if test `eval echo '${'$as_ac_Header'}'` = yes; then 4013if test `eval echo '${'$as_ac_Header'}'` = yes; then
3998 cat >>confdefs.h <<EOF 4014 cat >>confdefs.h <<EOF
@@ -4002,13 +4018,13 @@ EOF
4002fi 4018fi
4003done 4019done
4004 4020
4005echo "$as_me:4005: checking for ANSI C header files" >&5 4021echo "$as_me:4021: checking for ANSI C header files" >&5
4006echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 4022echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
4007if test "${ac_cv_header_stdc+set}" = set; then 4023if test "${ac_cv_header_stdc+set}" = set; then
4008 echo $ECHO_N "(cached) $ECHO_C" >&6 4024 echo $ECHO_N "(cached) $ECHO_C" >&6
4009else 4025else
4010 cat >conftest.$ac_ext <<_ACEOF 4026 cat >conftest.$ac_ext <<_ACEOF
4011#line 4011 "configure" 4027#line 4027 "configure"
4012#include "confdefs.h" 4028#include "confdefs.h"
4013#include <stdlib.h> 4029#include <stdlib.h>
4014#include <stdarg.h> 4030#include <stdarg.h>
@@ -4016,13 +4032,13 @@ else
4016#include <float.h> 4032#include <float.h>
4017 4033
4018_ACEOF 4034_ACEOF
4019if { (eval echo "$as_me:4019: \"$ac_cpp conftest.$ac_ext\"") >&5 4035if { (eval echo "$as_me:4035: \"$ac_cpp conftest.$ac_ext\"") >&5
4020 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 4036 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
4021 ac_status=$? 4037 ac_status=$?
4022 egrep -v '^ *\+' conftest.er1 >conftest.err 4038 egrep -v '^ *\+' conftest.er1 >conftest.err
4023 rm -f conftest.er1 4039 rm -f conftest.er1
4024 cat conftest.err >&5 4040 cat conftest.err >&5
4025 echo "$as_me:4025: \$? = $ac_status" >&5 4041 echo "$as_me:4041: \$? = $ac_status" >&5
4026 (exit $ac_status); } >/dev/null; then 4042 (exit $ac_status); } >/dev/null; then
4027 if test -s conftest.err; then 4043 if test -s conftest.err; then
4028 ac_cpp_err=$ac_c_preproc_warn_flag 4044 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -4044,7 +4060,7 @@ rm -f conftest.err conftest.$ac_ext
4044if test $ac_cv_header_stdc = yes; then 4060if test $ac_cv_header_stdc = yes; then
4045 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 4061 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4046 cat >conftest.$ac_ext <<_ACEOF 4062 cat >conftest.$ac_ext <<_ACEOF
4047#line 4047 "configure" 4063#line 4063 "configure"
4048#include "confdefs.h" 4064#include "confdefs.h"
4049#include <string.h> 4065#include <string.h>
4050 4066
@@ -4062,7 +4078,7 @@ fi
4062if test $ac_cv_header_stdc = yes; then 4078if test $ac_cv_header_stdc = yes; then
4063 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 4079 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4064 cat >conftest.$ac_ext <<_ACEOF 4080 cat >conftest.$ac_ext <<_ACEOF
4065#line 4065 "configure" 4081#line 4081 "configure"
4066#include "confdefs.h" 4082#include "confdefs.h"
4067#include <stdlib.h> 4083#include <stdlib.h>
4068 4084
@@ -4083,7 +4099,7 @@ if test $ac_cv_header_stdc = yes; then
4083 : 4099 :
4084else 4100else
4085 cat >conftest.$ac_ext <<_ACEOF 4101 cat >conftest.$ac_ext <<_ACEOF
4086#line 4086 "configure" 4102#line 4102 "configure"
4087#include "confdefs.h" 4103#include "confdefs.h"
4088#include <ctype.h> 4104#include <ctype.h>
4089#if ((' ' & 0x0FF) == 0x020) 4105#if ((' ' & 0x0FF) == 0x020)
@@ -4109,15 +4125,15 @@ main ()
4109} 4125}
4110_ACEOF 4126_ACEOF
4111rm -f conftest$ac_exeext 4127rm -f conftest$ac_exeext
4112if { (eval echo "$as_me:4112: \"$ac_link\"") >&5 4128if { (eval echo "$as_me:4128: \"$ac_link\"") >&5
4113 (eval $ac_link) 2>&5 4129 (eval $ac_link) 2>&5
4114 ac_status=$? 4130 ac_status=$?
4115 echo "$as_me:4115: \$? = $ac_status" >&5 4131 echo "$as_me:4131: \$? = $ac_status" >&5
4116 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 4132 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
4117 { (eval echo "$as_me:4117: \"$ac_try\"") >&5 4133 { (eval echo "$as_me:4133: \"$ac_try\"") >&5
4118 (eval $ac_try) 2>&5 4134 (eval $ac_try) 2>&5
4119 ac_status=$? 4135 ac_status=$?
4120 echo "$as_me:4120: \$? = $ac_status" >&5 4136 echo "$as_me:4136: \$? = $ac_status" >&5
4121 (exit $ac_status); }; }; then 4137 (exit $ac_status); }; }; then
4122 : 4138 :
4123else 4139else
@@ -4130,7 +4146,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
4130fi 4146fi
4131fi 4147fi
4132fi 4148fi
4133echo "$as_me:4133: result: $ac_cv_header_stdc" >&5 4149echo "$as_me:4149: result: $ac_cv_header_stdc" >&5
4134echo "${ECHO_T}$ac_cv_header_stdc" >&6 4150echo "${ECHO_T}$ac_cv_header_stdc" >&6
4135if test $ac_cv_header_stdc = yes; then 4151if test $ac_cv_header_stdc = yes; then
4136 4152
@@ -4140,13 +4156,13 @@ EOF
4140 4156
4141fi 4157fi
4142 4158
4143echo "$as_me:4143: checking whether time.h and sys/time.h may both be included" >&5 4159echo "$as_me:4159: checking whether time.h and sys/time.h may both be included" >&5
4144echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6 4160echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
4145if test "${ac_cv_header_time+set}" = set; then 4161if test "${ac_cv_header_time+set}" = set; then
4146 echo $ECHO_N "(cached) $ECHO_C" >&6 4162 echo $ECHO_N "(cached) $ECHO_C" >&6
4147else 4163else
4148 cat >conftest.$ac_ext <<_ACEOF 4164 cat >conftest.$ac_ext <<_ACEOF
4149#line 4149 "configure" 4165#line 4165 "configure"
4150#include "confdefs.h" 4166#include "confdefs.h"
4151#include <sys/types.h> 4167#include <sys/types.h>
4152#include <sys/time.h> 4168#include <sys/time.h>
@@ -4162,16 +4178,16 @@ return 0;
4162} 4178}
4163_ACEOF 4179_ACEOF
4164rm -f conftest.$ac_objext 4180rm -f conftest.$ac_objext
4165if { (eval echo "$as_me:4165: \"$ac_compile\"") >&5 4181if { (eval echo "$as_me:4181: \"$ac_compile\"") >&5
4166 (eval $ac_compile) 2>&5 4182 (eval $ac_compile) 2>&5
4167 ac_status=$? 4183 ac_status=$?
4168 echo "$as_me:4168: \$? = $ac_status" >&5 4184 echo "$as_me:4184: \$? = $ac_status" >&5
4169 (exit $ac_status); } && 4185 (exit $ac_status); } &&
4170 { ac_try='test -s conftest.$ac_objext' 4186 { ac_try='test -s conftest.$ac_objext'
4171 { (eval echo "$as_me:4171: \"$ac_try\"") >&5 4187 { (eval echo "$as_me:4187: \"$ac_try\"") >&5
4172 (eval $ac_try) 2>&5 4188 (eval $ac_try) 2>&5
4173 ac_status=$? 4189 ac_status=$?
4174 echo "$as_me:4174: \$? = $ac_status" >&5 4190 echo "$as_me:4190: \$? = $ac_status" >&5
4175 (exit $ac_status); }; }; then 4191 (exit $ac_status); }; }; then
4176 ac_cv_header_time=yes 4192 ac_cv_header_time=yes
4177else 4193else
@@ -4181,7 +4197,7 @@ ac_cv_header_time=no
4181fi 4197fi
4182rm -f conftest.$ac_objext conftest.$ac_ext 4198rm -f conftest.$ac_objext conftest.$ac_ext
4183fi 4199fi
4184echo "$as_me:4184: result: $ac_cv_header_time" >&5 4200echo "$as_me:4200: result: $ac_cv_header_time" >&5
4185echo "${ECHO_T}$ac_cv_header_time" >&6 4201echo "${ECHO_T}$ac_cv_header_time" >&6
4186if test $ac_cv_header_time = yes; then 4202if test $ac_cv_header_time = yes; then
4187 4203
@@ -4191,13 +4207,13 @@ EOF
4191 4207
4192fi 4208fi
4193 4209
4194echo "$as_me:4194: checking for sys_siglist declaration in signal.h or unistd.h" >&5 4210echo "$as_me:4210: checking for sys_siglist declaration in signal.h or unistd.h" >&5
4195echo $ECHO_N "checking for sys_siglist declaration in signal.h or unistd.h... $ECHO_C" >&6 4211echo $ECHO_N "checking for sys_siglist declaration in signal.h or unistd.h... $ECHO_C" >&6
4196if test "${ac_cv_decl_sys_siglist+set}" = set; then 4212if test "${ac_cv_decl_sys_siglist+set}" = set; then
4197 echo $ECHO_N "(cached) $ECHO_C" >&6 4213 echo $ECHO_N "(cached) $ECHO_C" >&6
4198else 4214else
4199 cat >conftest.$ac_ext <<_ACEOF 4215 cat >conftest.$ac_ext <<_ACEOF
4200#line 4200 "configure" 4216#line 4216 "configure"
4201#include "confdefs.h" 4217#include "confdefs.h"
4202#include <sys/types.h> 4218#include <sys/types.h>
4203#include <signal.h> 4219#include <signal.h>
@@ -4215,16 +4231,16 @@ char *msg = *(sys_siglist + 1);
4215} 4231}
4216_ACEOF 4232_ACEOF
4217rm -f conftest.$ac_objext 4233rm -f conftest.$ac_objext
4218if { (eval echo "$as_me:4218: \"$ac_compile\"") >&5 4234if { (eval echo "$as_me:4234: \"$ac_compile\"") >&5
4219 (eval $ac_compile) 2>&5 4235 (eval $ac_compile) 2>&5
4220 ac_status=$? 4236 ac_status=$?
4221 echo "$as_me:4221: \$? = $ac_status" >&5 4237 echo "$as_me:4237: \$? = $ac_status" >&5
4222 (exit $ac_status); } && 4238 (exit $ac_status); } &&
4223 { ac_try='test -s conftest.$ac_objext' 4239 { ac_try='test -s conftest.$ac_objext'
4224 { (eval echo "$as_me:4224: \"$ac_try\"") >&5 4240 { (eval echo "$as_me:4240: \"$ac_try\"") >&5
4225 (eval $ac_try) 2>&5 4241 (eval $ac_try) 2>&5
4226 ac_status=$? 4242 ac_status=$?
4227 echo "$as_me:4227: \$? = $ac_status" >&5 4243 echo "$as_me:4243: \$? = $ac_status" >&5
4228 (exit $ac_status); }; }; then 4244 (exit $ac_status); }; }; then
4229 ac_cv_decl_sys_siglist=yes 4245 ac_cv_decl_sys_siglist=yes
4230else 4246else
@@ -4234,7 +4250,7 @@ ac_cv_decl_sys_siglist=no
4234fi 4250fi
4235rm -f conftest.$ac_objext conftest.$ac_ext 4251rm -f conftest.$ac_objext conftest.$ac_ext
4236fi 4252fi
4237echo "$as_me:4237: result: $ac_cv_decl_sys_siglist" >&5 4253echo "$as_me:4253: result: $ac_cv_decl_sys_siglist" >&5
4238echo "${ECHO_T}$ac_cv_decl_sys_siglist" >&6 4254echo "${ECHO_T}$ac_cv_decl_sys_siglist" >&6
4239if test $ac_cv_decl_sys_siglist = yes; then 4255if test $ac_cv_decl_sys_siglist = yes; then
4240 4256
@@ -4244,13 +4260,13 @@ EOF
4244 4260
4245fi 4261fi
4246 4262
4247echo "$as_me:4247: checking for sys/wait.h that is POSIX.1 compatible" >&5 4263echo "$as_me:4263: checking for sys/wait.h that is POSIX.1 compatible" >&5
4248echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6 4264echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6
4249if test "${ac_cv_header_sys_wait_h+set}" = set; then 4265if test "${ac_cv_header_sys_wait_h+set}" = set; then
4250 echo $ECHO_N "(cached) $ECHO_C" >&6 4266 echo $ECHO_N "(cached) $ECHO_C" >&6
4251else 4267else
4252 cat >conftest.$ac_ext <<_ACEOF 4268 cat >conftest.$ac_ext <<_ACEOF
4253#line 4253 "configure" 4269#line 4269 "configure"
4254#include "confdefs.h" 4270#include "confdefs.h"
4255#include <sys/types.h> 4271#include <sys/types.h>
4256#include <sys/wait.h> 4272#include <sys/wait.h>
@@ -4272,16 +4288,16 @@ main ()
4272} 4288}
4273_ACEOF 4289_ACEOF
4274rm -f conftest.$ac_objext 4290rm -f conftest.$ac_objext
4275if { (eval echo "$as_me:4275: \"$ac_compile\"") >&5 4291if { (eval echo "$as_me:4291: \"$ac_compile\"") >&5
4276 (eval $ac_compile) 2>&5 4292 (eval $ac_compile) 2>&5
4277 ac_status=$? 4293 ac_status=$?
4278 echo "$as_me:4278: \$? = $ac_status" >&5 4294 echo "$as_me:4294: \$? = $ac_status" >&5
4279 (exit $ac_status); } && 4295 (exit $ac_status); } &&
4280 { ac_try='test -s conftest.$ac_objext' 4296 { ac_try='test -s conftest.$ac_objext'
4281 { (eval echo "$as_me:4281: \"$ac_try\"") >&5 4297 { (eval echo "$as_me:4297: \"$ac_try\"") >&5
4282 (eval $ac_try) 2>&5 4298 (eval $ac_try) 2>&5
4283 ac_status=$? 4299 ac_status=$?
4284 echo "$as_me:4284: \$? = $ac_status" >&5 4300 echo "$as_me:4300: \$? = $ac_status" >&5
4285 (exit $ac_status); }; }; then 4301 (exit $ac_status); }; }; then
4286 ac_cv_header_sys_wait_h=yes 4302 ac_cv_header_sys_wait_h=yes
4287else 4303else
@@ -4291,7 +4307,7 @@ ac_cv_header_sys_wait_h=no
4291fi 4307fi
4292rm -f conftest.$ac_objext conftest.$ac_ext 4308rm -f conftest.$ac_objext conftest.$ac_ext
4293fi 4309fi
4294echo "$as_me:4294: result: $ac_cv_header_sys_wait_h" >&5 4310echo "$as_me:4310: result: $ac_cv_header_sys_wait_h" >&5
4295echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6 4311echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6
4296if test $ac_cv_header_sys_wait_h = yes; then 4312if test $ac_cv_header_sys_wait_h = yes; then
4297 4313
@@ -4301,13 +4317,13 @@ EOF
4301 4317
4302fi 4318fi
4303 4319
4304echo "$as_me:4304: checking for struct utimbuf" >&5 4320echo "$as_me:4320: checking for struct utimbuf" >&5
4305echo $ECHO_N "checking for struct utimbuf... $ECHO_C" >&6 4321echo $ECHO_N "checking for struct utimbuf... $ECHO_C" >&6
4306if test "${emacs_cv_struct_utimbuf+set}" = set; then 4322if test "${emacs_cv_struct_utimbuf+set}" = set; then
4307 echo $ECHO_N "(cached) $ECHO_C" >&6 4323 echo $ECHO_N "(cached) $ECHO_C" >&6
4308else 4324else
4309 cat >conftest.$ac_ext <<_ACEOF 4325 cat >conftest.$ac_ext <<_ACEOF
4310#line 4310 "configure" 4326#line 4326 "configure"
4311#include "confdefs.h" 4327#include "confdefs.h"
4312#ifdef TIME_WITH_SYS_TIME 4328#ifdef TIME_WITH_SYS_TIME
4313#include <sys/time.h> 4329#include <sys/time.h>
@@ -4331,16 +4347,16 @@ static struct utimbuf x; x.actime = x.modtime;
4331} 4347}
4332_ACEOF 4348_ACEOF
4333rm -f conftest.$ac_objext 4349rm -f conftest.$ac_objext
4334if { (eval echo "$as_me:4334: \"$ac_compile\"") >&5 4350if { (eval echo "$as_me:4350: \"$ac_compile\"") >&5
4335 (eval $ac_compile) 2>&5 4351 (eval $ac_compile) 2>&5
4336 ac_status=$? 4352 ac_status=$?
4337 echo "$as_me:4337: \$? = $ac_status" >&5 4353 echo "$as_me:4353: \$? = $ac_status" >&5
4338 (exit $ac_status); } && 4354 (exit $ac_status); } &&
4339 { ac_try='test -s conftest.$ac_objext' 4355 { ac_try='test -s conftest.$ac_objext'
4340 { (eval echo "$as_me:4340: \"$ac_try\"") >&5 4356 { (eval echo "$as_me:4356: \"$ac_try\"") >&5
4341 (eval $ac_try) 2>&5 4357 (eval $ac_try) 2>&5
4342 ac_status=$? 4358 ac_status=$?
4343 echo "$as_me:4343: \$? = $ac_status" >&5 4359 echo "$as_me:4359: \$? = $ac_status" >&5
4344 (exit $ac_status); }; }; then 4360 (exit $ac_status); }; }; then
4345 emacs_cv_struct_utimbuf=yes 4361 emacs_cv_struct_utimbuf=yes
4346else 4362else
@@ -4350,7 +4366,7 @@ emacs_cv_struct_utimbuf=no
4350fi 4366fi
4351rm -f conftest.$ac_objext conftest.$ac_ext 4367rm -f conftest.$ac_objext conftest.$ac_ext
4352fi 4368fi
4353echo "$as_me:4353: result: $emacs_cv_struct_utimbuf" >&5 4369echo "$as_me:4369: result: $emacs_cv_struct_utimbuf" >&5
4354echo "${ECHO_T}$emacs_cv_struct_utimbuf" >&6 4370echo "${ECHO_T}$emacs_cv_struct_utimbuf" >&6
4355if test $emacs_cv_struct_utimbuf = yes; then 4371if test $emacs_cv_struct_utimbuf = yes; then
4356 cat >>confdefs.h <<\EOF 4372 cat >>confdefs.h <<\EOF
@@ -4359,13 +4375,13 @@ EOF
4359 4375
4360fi 4376fi
4361 4377
4362echo "$as_me:4362: checking return type of signal handlers" >&5 4378echo "$as_me:4378: checking return type of signal handlers" >&5
4363echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6 4379echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6
4364if test "${ac_cv_type_signal+set}" = set; then 4380if test "${ac_cv_type_signal+set}" = set; then
4365 echo $ECHO_N "(cached) $ECHO_C" >&6 4381 echo $ECHO_N "(cached) $ECHO_C" >&6
4366else 4382else
4367 cat >conftest.$ac_ext <<_ACEOF 4383 cat >conftest.$ac_ext <<_ACEOF
4368#line 4368 "configure" 4384#line 4384 "configure"
4369#include "confdefs.h" 4385#include "confdefs.h"
4370#include <sys/types.h> 4386#include <sys/types.h>
4371#include <signal.h> 4387#include <signal.h>
@@ -4387,16 +4403,16 @@ int i;
4387} 4403}
4388_ACEOF 4404_ACEOF
4389rm -f conftest.$ac_objext 4405rm -f conftest.$ac_objext
4390if { (eval echo "$as_me:4390: \"$ac_compile\"") >&5 4406if { (eval echo "$as_me:4406: \"$ac_compile\"") >&5
4391 (eval $ac_compile) 2>&5 4407 (eval $ac_compile) 2>&5
4392 ac_status=$? 4408 ac_status=$?
4393 echo "$as_me:4393: \$? = $ac_status" >&5 4409 echo "$as_me:4409: \$? = $ac_status" >&5
4394 (exit $ac_status); } && 4410 (exit $ac_status); } &&
4395 { ac_try='test -s conftest.$ac_objext' 4411 { ac_try='test -s conftest.$ac_objext'
4396 { (eval echo "$as_me:4396: \"$ac_try\"") >&5 4412 { (eval echo "$as_me:4412: \"$ac_try\"") >&5
4397 (eval $ac_try) 2>&5 4413 (eval $ac_try) 2>&5
4398 ac_status=$? 4414 ac_status=$?
4399 echo "$as_me:4399: \$? = $ac_status" >&5 4415 echo "$as_me:4415: \$? = $ac_status" >&5
4400 (exit $ac_status); }; }; then 4416 (exit $ac_status); }; }; then
4401 ac_cv_type_signal=void 4417 ac_cv_type_signal=void
4402else 4418else
@@ -4406,20 +4422,20 @@ ac_cv_type_signal=int
4406fi 4422fi
4407rm -f conftest.$ac_objext conftest.$ac_ext 4423rm -f conftest.$ac_objext conftest.$ac_ext
4408fi 4424fi
4409echo "$as_me:4409: result: $ac_cv_type_signal" >&5 4425echo "$as_me:4425: result: $ac_cv_type_signal" >&5
4410echo "${ECHO_T}$ac_cv_type_signal" >&6 4426echo "${ECHO_T}$ac_cv_type_signal" >&6
4411 4427
4412cat >>confdefs.h <<EOF 4428cat >>confdefs.h <<EOF
4413#define RETSIGTYPE $ac_cv_type_signal 4429#define RETSIGTYPE $ac_cv_type_signal
4414EOF 4430EOF
4415 4431
4416echo "$as_me:4416: checking for speed_t" >&5 4432echo "$as_me:4432: checking for speed_t" >&5
4417echo $ECHO_N "checking for speed_t... $ECHO_C" >&6 4433echo $ECHO_N "checking for speed_t... $ECHO_C" >&6
4418if test "${emacs_cv_speed_t+set}" = set; then 4434if test "${emacs_cv_speed_t+set}" = set; then
4419 echo $ECHO_N "(cached) $ECHO_C" >&6 4435 echo $ECHO_N "(cached) $ECHO_C" >&6
4420else 4436else
4421 cat >conftest.$ac_ext <<_ACEOF 4437 cat >conftest.$ac_ext <<_ACEOF
4422#line 4422 "configure" 4438#line 4438 "configure"
4423#include "confdefs.h" 4439#include "confdefs.h"
4424#include <termios.h> 4440#include <termios.h>
4425int 4441int
@@ -4431,16 +4447,16 @@ speed_t x = 1;
4431} 4447}
4432_ACEOF 4448_ACEOF
4433rm -f conftest.$ac_objext 4449rm -f conftest.$ac_objext
4434if { (eval echo "$as_me:4434: \"$ac_compile\"") >&5 4450if { (eval echo "$as_me:4450: \"$ac_compile\"") >&5
4435 (eval $ac_compile) 2>&5 4451 (eval $ac_compile) 2>&5
4436 ac_status=$? 4452 ac_status=$?
4437 echo "$as_me:4437: \$? = $ac_status" >&5 4453 echo "$as_me:4453: \$? = $ac_status" >&5
4438 (exit $ac_status); } && 4454 (exit $ac_status); } &&
4439 { ac_try='test -s conftest.$ac_objext' 4455 { ac_try='test -s conftest.$ac_objext'
4440 { (eval echo "$as_me:4440: \"$ac_try\"") >&5 4456 { (eval echo "$as_me:4456: \"$ac_try\"") >&5
4441 (eval $ac_try) 2>&5 4457 (eval $ac_try) 2>&5
4442 ac_status=$? 4458 ac_status=$?
4443 echo "$as_me:4443: \$? = $ac_status" >&5 4459 echo "$as_me:4459: \$? = $ac_status" >&5
4444 (exit $ac_status); }; }; then 4460 (exit $ac_status); }; }; then
4445 emacs_cv_speed_t=yes 4461 emacs_cv_speed_t=yes
4446else 4462else
@@ -4450,7 +4466,7 @@ emacs_cv_speed_t=no
4450fi 4466fi
4451rm -f conftest.$ac_objext conftest.$ac_ext 4467rm -f conftest.$ac_objext conftest.$ac_ext
4452fi 4468fi
4453echo "$as_me:4453: result: $emacs_cv_speed_t" >&5 4469echo "$as_me:4469: result: $emacs_cv_speed_t" >&5
4454echo "${ECHO_T}$emacs_cv_speed_t" >&6 4470echo "${ECHO_T}$emacs_cv_speed_t" >&6
4455if test $emacs_cv_speed_t = yes; then 4471if test $emacs_cv_speed_t = yes; then
4456 cat >>confdefs.h <<\EOF 4472 cat >>confdefs.h <<\EOF
@@ -4459,13 +4475,13 @@ EOF
4459 4475
4460fi 4476fi
4461 4477
4462echo "$as_me:4462: checking for struct timeval" >&5 4478echo "$as_me:4478: checking for struct timeval" >&5
4463echo $ECHO_N "checking for struct timeval... $ECHO_C" >&6 4479echo $ECHO_N "checking for struct timeval... $ECHO_C" >&6
4464if test "${emacs_cv_struct_timeval+set}" = set; then 4480if test "${emacs_cv_struct_timeval+set}" = set; then
4465 echo $ECHO_N "(cached) $ECHO_C" >&6 4481 echo $ECHO_N "(cached) $ECHO_C" >&6
4466else 4482else
4467 cat >conftest.$ac_ext <<_ACEOF 4483 cat >conftest.$ac_ext <<_ACEOF
4468#line 4468 "configure" 4484#line 4484 "configure"
4469#include "confdefs.h" 4485#include "confdefs.h"
4470#ifdef TIME_WITH_SYS_TIME 4486#ifdef TIME_WITH_SYS_TIME
4471#include <sys/time.h> 4487#include <sys/time.h>
@@ -4486,16 +4502,16 @@ static struct timeval x; x.tv_sec = x.tv_usec;
4486} 4502}
4487_ACEOF 4503_ACEOF
4488rm -f conftest.$ac_objext 4504rm -f conftest.$ac_objext
4489if { (eval echo "$as_me:4489: \"$ac_compile\"") >&5 4505if { (eval echo "$as_me:4505: \"$ac_compile\"") >&5
4490 (eval $ac_compile) 2>&5 4506 (eval $ac_compile) 2>&5
4491 ac_status=$? 4507 ac_status=$?
4492 echo "$as_me:4492: \$? = $ac_status" >&5 4508 echo "$as_me:4508: \$? = $ac_status" >&5
4493 (exit $ac_status); } && 4509 (exit $ac_status); } &&
4494 { ac_try='test -s conftest.$ac_objext' 4510 { ac_try='test -s conftest.$ac_objext'
4495 { (eval echo "$as_me:4495: \"$ac_try\"") >&5 4511 { (eval echo "$as_me:4511: \"$ac_try\"") >&5
4496 (eval $ac_try) 2>&5 4512 (eval $ac_try) 2>&5
4497 ac_status=$? 4513 ac_status=$?
4498 echo "$as_me:4498: \$? = $ac_status" >&5 4514 echo "$as_me:4514: \$? = $ac_status" >&5
4499 (exit $ac_status); }; }; then 4515 (exit $ac_status); }; }; then
4500 emacs_cv_struct_timeval=yes 4516 emacs_cv_struct_timeval=yes
4501else 4517else
@@ -4505,7 +4521,7 @@ emacs_cv_struct_timeval=no
4505fi 4521fi
4506rm -f conftest.$ac_objext conftest.$ac_ext 4522rm -f conftest.$ac_objext conftest.$ac_ext
4507fi 4523fi
4508echo "$as_me:4508: result: $emacs_cv_struct_timeval" >&5 4524echo "$as_me:4524: result: $emacs_cv_struct_timeval" >&5
4509echo "${ECHO_T}$emacs_cv_struct_timeval" >&6 4525echo "${ECHO_T}$emacs_cv_struct_timeval" >&6
4510HAVE_TIMEVAL=$emacs_cv_struct_timeval 4526HAVE_TIMEVAL=$emacs_cv_struct_timeval
4511if test $emacs_cv_struct_timeval = yes; then 4527if test $emacs_cv_struct_timeval = yes; then
@@ -4515,13 +4531,13 @@ EOF
4515 4531
4516fi 4532fi
4517 4533
4518echo "$as_me:4518: checking for struct exception" >&5 4534echo "$as_me:4534: checking for struct exception" >&5
4519echo $ECHO_N "checking for struct exception... $ECHO_C" >&6 4535echo $ECHO_N "checking for struct exception... $ECHO_C" >&6
4520if test "${emacs_cv_struct_exception+set}" = set; then 4536if test "${emacs_cv_struct_exception+set}" = set; then
4521 echo $ECHO_N "(cached) $ECHO_C" >&6 4537 echo $ECHO_N "(cached) $ECHO_C" >&6
4522else 4538else
4523 cat >conftest.$ac_ext <<_ACEOF 4539 cat >conftest.$ac_ext <<_ACEOF
4524#line 4524 "configure" 4540#line 4540 "configure"
4525#include "confdefs.h" 4541#include "confdefs.h"
4526#include <math.h> 4542#include <math.h>
4527int 4543int
@@ -4533,16 +4549,16 @@ static struct exception x; x.arg1 = x.arg2 = x.retval; x.name = ""; x.type = 1;
4533} 4549}
4534_ACEOF 4550_ACEOF
4535rm -f conftest.$ac_objext 4551rm -f conftest.$ac_objext
4536if { (eval echo "$as_me:4536: \"$ac_compile\"") >&5 4552if { (eval echo "$as_me:4552: \"$ac_compile\"") >&5
4537 (eval $ac_compile) 2>&5 4553 (eval $ac_compile) 2>&5
4538 ac_status=$? 4554 ac_status=$?
4539 echo "$as_me:4539: \$? = $ac_status" >&5 4555 echo "$as_me:4555: \$? = $ac_status" >&5
4540 (exit $ac_status); } && 4556 (exit $ac_status); } &&
4541 { ac_try='test -s conftest.$ac_objext' 4557 { ac_try='test -s conftest.$ac_objext'
4542 { (eval echo "$as_me:4542: \"$ac_try\"") >&5 4558 { (eval echo "$as_me:4558: \"$ac_try\"") >&5
4543 (eval $ac_try) 2>&5 4559 (eval $ac_try) 2>&5
4544 ac_status=$? 4560 ac_status=$?
4545 echo "$as_me:4545: \$? = $ac_status" >&5 4561 echo "$as_me:4561: \$? = $ac_status" >&5
4546 (exit $ac_status); }; }; then 4562 (exit $ac_status); }; }; then
4547 emacs_cv_struct_exception=yes 4563 emacs_cv_struct_exception=yes
4548else 4564else
@@ -4552,7 +4568,7 @@ emacs_cv_struct_exception=no
4552fi 4568fi
4553rm -f conftest.$ac_objext conftest.$ac_ext 4569rm -f conftest.$ac_objext conftest.$ac_ext
4554fi 4570fi
4555echo "$as_me:4555: result: $emacs_cv_struct_exception" >&5 4571echo "$as_me:4571: result: $emacs_cv_struct_exception" >&5
4556echo "${ECHO_T}$emacs_cv_struct_exception" >&6 4572echo "${ECHO_T}$emacs_cv_struct_exception" >&6
4557HAVE_EXCEPTION=$emacs_cv_struct_exception 4573HAVE_EXCEPTION=$emacs_cv_struct_exception
4558if test $emacs_cv_struct_exception != yes; then 4574if test $emacs_cv_struct_exception != yes; then
@@ -4562,13 +4578,13 @@ EOF
4562 4578
4563fi 4579fi
4564 4580
4565echo "$as_me:4565: checking whether struct tm is in sys/time.h or time.h" >&5 4581echo "$as_me:4581: checking whether struct tm is in sys/time.h or time.h" >&5
4566echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6 4582echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6
4567if test "${ac_cv_struct_tm+set}" = set; then 4583if test "${ac_cv_struct_tm+set}" = set; then
4568 echo $ECHO_N "(cached) $ECHO_C" >&6 4584 echo $ECHO_N "(cached) $ECHO_C" >&6
4569else 4585else
4570 cat >conftest.$ac_ext <<_ACEOF 4586 cat >conftest.$ac_ext <<_ACEOF
4571#line 4571 "configure" 4587#line 4587 "configure"
4572#include "confdefs.h" 4588#include "confdefs.h"
4573#include <sys/types.h> 4589#include <sys/types.h>
4574#include <time.h> 4590#include <time.h>
@@ -4582,16 +4598,16 @@ struct tm *tp; tp->tm_sec;
4582} 4598}
4583_ACEOF 4599_ACEOF
4584rm -f conftest.$ac_objext 4600rm -f conftest.$ac_objext
4585if { (eval echo "$as_me:4585: \"$ac_compile\"") >&5 4601if { (eval echo "$as_me:4601: \"$ac_compile\"") >&5
4586 (eval $ac_compile) 2>&5 4602 (eval $ac_compile) 2>&5
4587 ac_status=$? 4603 ac_status=$?
4588 echo "$as_me:4588: \$? = $ac_status" >&5 4604 echo "$as_me:4604: \$? = $ac_status" >&5
4589 (exit $ac_status); } && 4605 (exit $ac_status); } &&
4590 { ac_try='test -s conftest.$ac_objext' 4606 { ac_try='test -s conftest.$ac_objext'
4591 { (eval echo "$as_me:4591: \"$ac_try\"") >&5 4607 { (eval echo "$as_me:4607: \"$ac_try\"") >&5
4592 (eval $ac_try) 2>&5 4608 (eval $ac_try) 2>&5
4593 ac_status=$? 4609 ac_status=$?
4594 echo "$as_me:4594: \$? = $ac_status" >&5 4610 echo "$as_me:4610: \$? = $ac_status" >&5
4595 (exit $ac_status); }; }; then 4611 (exit $ac_status); }; }; then
4596 ac_cv_struct_tm=time.h 4612 ac_cv_struct_tm=time.h
4597else 4613else
@@ -4601,7 +4617,7 @@ ac_cv_struct_tm=sys/time.h
4601fi 4617fi
4602rm -f conftest.$ac_objext conftest.$ac_ext 4618rm -f conftest.$ac_objext conftest.$ac_ext
4603fi 4619fi
4604echo "$as_me:4604: result: $ac_cv_struct_tm" >&5 4620echo "$as_me:4620: result: $ac_cv_struct_tm" >&5
4605echo "${ECHO_T}$ac_cv_struct_tm" >&6 4621echo "${ECHO_T}$ac_cv_struct_tm" >&6
4606if test $ac_cv_struct_tm = sys/time.h; then 4622if test $ac_cv_struct_tm = sys/time.h; then
4607 4623
@@ -4611,13 +4627,13 @@ EOF
4611 4627
4612fi 4628fi
4613 4629
4614echo "$as_me:4614: checking for struct tm.tm_zone" >&5 4630echo "$as_me:4630: checking for struct tm.tm_zone" >&5
4615echo $ECHO_N "checking for struct tm.tm_zone... $ECHO_C" >&6 4631echo $ECHO_N "checking for struct tm.tm_zone... $ECHO_C" >&6
4616if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then 4632if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then
4617 echo $ECHO_N "(cached) $ECHO_C" >&6 4633 echo $ECHO_N "(cached) $ECHO_C" >&6
4618else 4634else
4619 cat >conftest.$ac_ext <<_ACEOF 4635 cat >conftest.$ac_ext <<_ACEOF
4620#line 4620 "configure" 4636#line 4636 "configure"
4621#include "confdefs.h" 4637#include "confdefs.h"
4622#include <sys/types.h> 4638#include <sys/types.h>
4623#include <$ac_cv_struct_tm> 4639#include <$ac_cv_struct_tm>
@@ -4633,16 +4649,16 @@ return 0;
4633} 4649}
4634_ACEOF 4650_ACEOF
4635rm -f conftest.$ac_objext 4651rm -f conftest.$ac_objext
4636if { (eval echo "$as_me:4636: \"$ac_compile\"") >&5 4652if { (eval echo "$as_me:4652: \"$ac_compile\"") >&5
4637 (eval $ac_compile) 2>&5 4653 (eval $ac_compile) 2>&5
4638 ac_status=$? 4654 ac_status=$?
4639 echo "$as_me:4639: \$? = $ac_status" >&5 4655 echo "$as_me:4655: \$? = $ac_status" >&5
4640 (exit $ac_status); } && 4656 (exit $ac_status); } &&
4641 { ac_try='test -s conftest.$ac_objext' 4657 { ac_try='test -s conftest.$ac_objext'
4642 { (eval echo "$as_me:4642: \"$ac_try\"") >&5 4658 { (eval echo "$as_me:4658: \"$ac_try\"") >&5
4643 (eval $ac_try) 2>&5 4659 (eval $ac_try) 2>&5
4644 ac_status=$? 4660 ac_status=$?
4645 echo "$as_me:4645: \$? = $ac_status" >&5 4661 echo "$as_me:4661: \$? = $ac_status" >&5
4646 (exit $ac_status); }; }; then 4662 (exit $ac_status); }; }; then
4647 ac_cv_member_struct_tm_tm_zone=yes 4663 ac_cv_member_struct_tm_tm_zone=yes
4648else 4664else
@@ -4652,7 +4668,7 @@ ac_cv_member_struct_tm_tm_zone=no
4652fi 4668fi
4653rm -f conftest.$ac_objext conftest.$ac_ext 4669rm -f conftest.$ac_objext conftest.$ac_ext
4654fi 4670fi
4655echo "$as_me:4655: result: $ac_cv_member_struct_tm_tm_zone" >&5 4671echo "$as_me:4671: result: $ac_cv_member_struct_tm_tm_zone" >&5
4656echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6 4672echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6
4657if test $ac_cv_member_struct_tm_tm_zone = yes; then 4673if test $ac_cv_member_struct_tm_tm_zone = yes; then
4658 4674
@@ -4669,13 +4685,13 @@ cat >>confdefs.h <<\EOF
4669EOF 4685EOF
4670 4686
4671else 4687else
4672 echo "$as_me:4672: checking for tzname" >&5 4688 echo "$as_me:4688: checking for tzname" >&5
4673echo $ECHO_N "checking for tzname... $ECHO_C" >&6 4689echo $ECHO_N "checking for tzname... $ECHO_C" >&6
4674if test "${ac_cv_var_tzname+set}" = set; then 4690if test "${ac_cv_var_tzname+set}" = set; then
4675 echo $ECHO_N "(cached) $ECHO_C" >&6 4691 echo $ECHO_N "(cached) $ECHO_C" >&6
4676else 4692else
4677 cat >conftest.$ac_ext <<_ACEOF 4693 cat >conftest.$ac_ext <<_ACEOF
4678#line 4678 "configure" 4694#line 4694 "configure"
4679#include "confdefs.h" 4695#include "confdefs.h"
4680#include <time.h> 4696#include <time.h>
4681#ifndef tzname /* For SGI. */ 4697#ifndef tzname /* For SGI. */
@@ -4691,16 +4707,16 @@ atoi(*tzname);
4691} 4707}
4692_ACEOF 4708_ACEOF
4693rm -f conftest.$ac_objext conftest$ac_exeext 4709rm -f conftest.$ac_objext conftest$ac_exeext
4694if { (eval echo "$as_me:4694: \"$ac_link\"") >&5 4710if { (eval echo "$as_me:4710: \"$ac_link\"") >&5
4695 (eval $ac_link) 2>&5 4711 (eval $ac_link) 2>&5
4696 ac_status=$? 4712 ac_status=$?
4697 echo "$as_me:4697: \$? = $ac_status" >&5 4713 echo "$as_me:4713: \$? = $ac_status" >&5
4698 (exit $ac_status); } && 4714 (exit $ac_status); } &&
4699 { ac_try='test -s conftest$ac_exeext' 4715 { ac_try='test -s conftest$ac_exeext'
4700 { (eval echo "$as_me:4700: \"$ac_try\"") >&5 4716 { (eval echo "$as_me:4716: \"$ac_try\"") >&5
4701 (eval $ac_try) 2>&5 4717 (eval $ac_try) 2>&5
4702 ac_status=$? 4718 ac_status=$?
4703 echo "$as_me:4703: \$? = $ac_status" >&5 4719 echo "$as_me:4719: \$? = $ac_status" >&5
4704 (exit $ac_status); }; }; then 4720 (exit $ac_status); }; }; then
4705 ac_cv_var_tzname=yes 4721 ac_cv_var_tzname=yes
4706else 4722else
@@ -4710,7 +4726,7 @@ ac_cv_var_tzname=no
4710fi 4726fi
4711rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4727rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
4712fi 4728fi
4713echo "$as_me:4713: result: $ac_cv_var_tzname" >&5 4729echo "$as_me:4729: result: $ac_cv_var_tzname" >&5
4714echo "${ECHO_T}$ac_cv_var_tzname" >&6 4730echo "${ECHO_T}$ac_cv_var_tzname" >&6
4715 if test $ac_cv_var_tzname = yes; then 4731 if test $ac_cv_var_tzname = yes; then
4716 4732
@@ -4721,13 +4737,13 @@ EOF
4721 fi 4737 fi
4722fi 4738fi
4723 4739
4724echo "$as_me:4724: checking for tm_gmtoff in struct tm" >&5 4740echo "$as_me:4740: checking for tm_gmtoff in struct tm" >&5
4725echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6 4741echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6
4726if test "${emacs_cv_tm_gmtoff+set}" = set; then 4742if test "${emacs_cv_tm_gmtoff+set}" = set; then
4727 echo $ECHO_N "(cached) $ECHO_C" >&6 4743 echo $ECHO_N "(cached) $ECHO_C" >&6
4728else 4744else
4729 cat >conftest.$ac_ext <<_ACEOF 4745 cat >conftest.$ac_ext <<_ACEOF
4730#line 4730 "configure" 4746#line 4746 "configure"
4731#include "confdefs.h" 4747#include "confdefs.h"
4732#include <time.h> 4748#include <time.h>
4733int 4749int
@@ -4739,16 +4755,16 @@ struct tm t; t.tm_gmtoff = 0
4739} 4755}
4740_ACEOF 4756_ACEOF
4741rm -f conftest.$ac_objext conftest$ac_exeext 4757rm -f conftest.$ac_objext conftest$ac_exeext
4742if { (eval echo "$as_me:4742: \"$ac_link\"") >&5 4758if { (eval echo "$as_me:4758: \"$ac_link\"") >&5
4743 (eval $ac_link) 2>&5 4759 (eval $ac_link) 2>&5
4744 ac_status=$? 4760 ac_status=$?
4745 echo "$as_me:4745: \$? = $ac_status" >&5 4761 echo "$as_me:4761: \$? = $ac_status" >&5
4746 (exit $ac_status); } && 4762 (exit $ac_status); } &&
4747 { ac_try='test -s conftest$ac_exeext' 4763 { ac_try='test -s conftest$ac_exeext'
4748 { (eval echo "$as_me:4748: \"$ac_try\"") >&5 4764 { (eval echo "$as_me:4764: \"$ac_try\"") >&5
4749 (eval $ac_try) 2>&5 4765 (eval $ac_try) 2>&5
4750 ac_status=$? 4766 ac_status=$?
4751 echo "$as_me:4751: \$? = $ac_status" >&5 4767 echo "$as_me:4767: \$? = $ac_status" >&5
4752 (exit $ac_status); }; }; then 4768 (exit $ac_status); }; }; then
4753 emacs_cv_tm_gmtoff=yes 4769 emacs_cv_tm_gmtoff=yes
4754else 4770else
@@ -4758,7 +4774,7 @@ emacs_cv_tm_gmtoff=no
4758fi 4774fi
4759rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4775rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
4760fi 4776fi
4761echo "$as_me:4761: result: $emacs_cv_tm_gmtoff" >&5 4777echo "$as_me:4777: result: $emacs_cv_tm_gmtoff" >&5
4762echo "${ECHO_T}$emacs_cv_tm_gmtoff" >&6 4778echo "${ECHO_T}$emacs_cv_tm_gmtoff" >&6
4763if test $emacs_cv_tm_gmtoff = yes; then 4779if test $emacs_cv_tm_gmtoff = yes; then
4764 cat >>confdefs.h <<\EOF 4780 cat >>confdefs.h <<\EOF
@@ -4767,7 +4783,7 @@ EOF
4767 4783
4768fi 4784fi
4769 4785
4770echo "$as_me:4770: checking for $CC option to accept ANSI C" >&5 4786echo "$as_me:4786: checking for $CC option to accept ANSI C" >&5
4771echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 4787echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
4772if test "${ac_cv_prog_cc_stdc+set}" = set; then 4788if test "${ac_cv_prog_cc_stdc+set}" = set; then
4773 echo $ECHO_N "(cached) $ECHO_C" >&6 4789 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -4775,7 +4791,7 @@ else
4775 ac_cv_prog_cc_stdc=no 4791 ac_cv_prog_cc_stdc=no
4776ac_save_CC=$CC 4792ac_save_CC=$CC
4777cat >conftest.$ac_ext <<_ACEOF 4793cat >conftest.$ac_ext <<_ACEOF
4778#line 4778 "configure" 4794#line 4794 "configure"
4779#include "confdefs.h" 4795#include "confdefs.h"
4780#include <stdarg.h> 4796#include <stdarg.h>
4781#include <stdio.h> 4797#include <stdio.h>
@@ -4824,16 +4840,16 @@ for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIO
4824do 4840do
4825 CC="$ac_save_CC $ac_arg" 4841 CC="$ac_save_CC $ac_arg"
4826 rm -f conftest.$ac_objext 4842 rm -f conftest.$ac_objext
4827if { (eval echo "$as_me:4827: \"$ac_compile\"") >&5 4843if { (eval echo "$as_me:4843: \"$ac_compile\"") >&5
4828 (eval $ac_compile) 2>&5 4844 (eval $ac_compile) 2>&5
4829 ac_status=$? 4845 ac_status=$?
4830 echo "$as_me:4830: \$? = $ac_status" >&5 4846 echo "$as_me:4846: \$? = $ac_status" >&5
4831 (exit $ac_status); } && 4847 (exit $ac_status); } &&
4832 { ac_try='test -s conftest.$ac_objext' 4848 { ac_try='test -s conftest.$ac_objext'
4833 { (eval echo "$as_me:4833: \"$ac_try\"") >&5 4849 { (eval echo "$as_me:4849: \"$ac_try\"") >&5
4834 (eval $ac_try) 2>&5 4850 (eval $ac_try) 2>&5
4835 ac_status=$? 4851 ac_status=$?
4836 echo "$as_me:4836: \$? = $ac_status" >&5 4852 echo "$as_me:4852: \$? = $ac_status" >&5
4837 (exit $ac_status); }; }; then 4853 (exit $ac_status); }; }; then
4838 ac_cv_prog_cc_stdc=$ac_arg 4854 ac_cv_prog_cc_stdc=$ac_arg
4839break 4855break
@@ -4850,18 +4866,18 @@ fi
4850 4866
4851case "x$ac_cv_prog_cc_stdc" in 4867case "x$ac_cv_prog_cc_stdc" in
4852 x|xno) 4868 x|xno)
4853 echo "$as_me:4853: result: none needed" >&5 4869 echo "$as_me:4869: result: none needed" >&5
4854echo "${ECHO_T}none needed" >&6 ;; 4870echo "${ECHO_T}none needed" >&6 ;;
4855 *) 4871 *)
4856 echo "$as_me:4856: result: $ac_cv_prog_cc_stdc" >&5 4872 echo "$as_me:4872: result: $ac_cv_prog_cc_stdc" >&5
4857echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 4873echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
4858 CC="$CC $ac_cv_prog_cc_stdc" ;; 4874 CC="$CC $ac_cv_prog_cc_stdc" ;;
4859esac 4875esac
4860 4876
4861echo "$as_me:4861: checking for function prototypes" >&5 4877echo "$as_me:4877: checking for function prototypes" >&5
4862echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6 4878echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6
4863if test "$ac_cv_prog_cc_stdc" != no; then 4879if test "$ac_cv_prog_cc_stdc" != no; then
4864 echo "$as_me:4864: result: yes" >&5 4880 echo "$as_me:4880: result: yes" >&5
4865echo "${ECHO_T}yes" >&6 4881echo "${ECHO_T}yes" >&6
4866 4882
4867cat >>confdefs.h <<\EOF 4883cat >>confdefs.h <<\EOF
@@ -4869,17 +4885,17 @@ cat >>confdefs.h <<\EOF
4869EOF 4885EOF
4870 4886
4871else 4887else
4872 echo "$as_me:4872: result: no" >&5 4888 echo "$as_me:4888: result: no" >&5
4873echo "${ECHO_T}no" >&6 4889echo "${ECHO_T}no" >&6
4874fi 4890fi
4875 4891
4876echo "$as_me:4876: checking for working volatile" >&5 4892echo "$as_me:4892: checking for working volatile" >&5
4877echo $ECHO_N "checking for working volatile... $ECHO_C" >&6 4893echo $ECHO_N "checking for working volatile... $ECHO_C" >&6
4878if test "${ac_cv_c_volatile+set}" = set; then 4894if test "${ac_cv_c_volatile+set}" = set; then
4879 echo $ECHO_N "(cached) $ECHO_C" >&6 4895 echo $ECHO_N "(cached) $ECHO_C" >&6
4880else 4896else
4881 cat >conftest.$ac_ext <<_ACEOF 4897 cat >conftest.$ac_ext <<_ACEOF
4882#line 4882 "configure" 4898#line 4898 "configure"
4883#include "confdefs.h" 4899#include "confdefs.h"
4884 4900
4885int 4901int
@@ -4893,16 +4909,16 @@ int * volatile y;
4893} 4909}
4894_ACEOF 4910_ACEOF
4895rm -f conftest.$ac_objext 4911rm -f conftest.$ac_objext
4896if { (eval echo "$as_me:4896: \"$ac_compile\"") >&5 4912if { (eval echo "$as_me:4912: \"$ac_compile\"") >&5
4897 (eval $ac_compile) 2>&5 4913 (eval $ac_compile) 2>&5
4898 ac_status=$? 4914 ac_status=$?
4899 echo "$as_me:4899: \$? = $ac_status" >&5 4915 echo "$as_me:4915: \$? = $ac_status" >&5
4900 (exit $ac_status); } && 4916 (exit $ac_status); } &&
4901 { ac_try='test -s conftest.$ac_objext' 4917 { ac_try='test -s conftest.$ac_objext'
4902 { (eval echo "$as_me:4902: \"$ac_try\"") >&5 4918 { (eval echo "$as_me:4918: \"$ac_try\"") >&5
4903 (eval $ac_try) 2>&5 4919 (eval $ac_try) 2>&5
4904 ac_status=$? 4920 ac_status=$?
4905 echo "$as_me:4905: \$? = $ac_status" >&5 4921 echo "$as_me:4921: \$? = $ac_status" >&5
4906 (exit $ac_status); }; }; then 4922 (exit $ac_status); }; }; then
4907 ac_cv_c_volatile=yes 4923 ac_cv_c_volatile=yes
4908else 4924else
@@ -4912,7 +4928,7 @@ ac_cv_c_volatile=no
4912fi 4928fi
4913rm -f conftest.$ac_objext conftest.$ac_ext 4929rm -f conftest.$ac_objext conftest.$ac_ext
4914fi 4930fi
4915echo "$as_me:4915: result: $ac_cv_c_volatile" >&5 4931echo "$as_me:4931: result: $ac_cv_c_volatile" >&5
4916echo "${ECHO_T}$ac_cv_c_volatile" >&6 4932echo "${ECHO_T}$ac_cv_c_volatile" >&6
4917if test $ac_cv_c_volatile = no; then 4933if test $ac_cv_c_volatile = no; then
4918 4934
@@ -4922,13 +4938,13 @@ EOF
4922 4938
4923fi 4939fi
4924 4940
4925echo "$as_me:4925: checking for an ANSI C-conforming const" >&5 4941echo "$as_me:4941: checking for an ANSI C-conforming const" >&5
4926echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6 4942echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
4927if test "${ac_cv_c_const+set}" = set; then 4943if test "${ac_cv_c_const+set}" = set; then
4928 echo $ECHO_N "(cached) $ECHO_C" >&6 4944 echo $ECHO_N "(cached) $ECHO_C" >&6
4929else 4945else
4930 cat >conftest.$ac_ext <<_ACEOF 4946 cat >conftest.$ac_ext <<_ACEOF
4931#line 4931 "configure" 4947#line 4947 "configure"
4932#include "confdefs.h" 4948#include "confdefs.h"
4933 4949
4934int 4950int
@@ -4986,16 +5002,16 @@ main ()
4986} 5002}
4987_ACEOF 5003_ACEOF
4988rm -f conftest.$ac_objext 5004rm -f conftest.$ac_objext
4989if { (eval echo "$as_me:4989: \"$ac_compile\"") >&5 5005if { (eval echo "$as_me:5005: \"$ac_compile\"") >&5
4990 (eval $ac_compile) 2>&5 5006 (eval $ac_compile) 2>&5
4991 ac_status=$? 5007 ac_status=$?
4992 echo "$as_me:4992: \$? = $ac_status" >&5 5008 echo "$as_me:5008: \$? = $ac_status" >&5
4993 (exit $ac_status); } && 5009 (exit $ac_status); } &&
4994 { ac_try='test -s conftest.$ac_objext' 5010 { ac_try='test -s conftest.$ac_objext'
4995 { (eval echo "$as_me:4995: \"$ac_try\"") >&5 5011 { (eval echo "$as_me:5011: \"$ac_try\"") >&5
4996 (eval $ac_try) 2>&5 5012 (eval $ac_try) 2>&5
4997 ac_status=$? 5013 ac_status=$?
4998 echo "$as_me:4998: \$? = $ac_status" >&5 5014 echo "$as_me:5014: \$? = $ac_status" >&5
4999 (exit $ac_status); }; }; then 5015 (exit $ac_status); }; }; then
5000 ac_cv_c_const=yes 5016 ac_cv_c_const=yes
5001else 5017else
@@ -5005,7 +5021,7 @@ ac_cv_c_const=no
5005fi 5021fi
5006rm -f conftest.$ac_objext conftest.$ac_ext 5022rm -f conftest.$ac_objext conftest.$ac_ext
5007fi 5023fi
5008echo "$as_me:5008: result: $ac_cv_c_const" >&5 5024echo "$as_me:5024: result: $ac_cv_c_const" >&5
5009echo "${ECHO_T}$ac_cv_c_const" >&6 5025echo "${ECHO_T}$ac_cv_c_const" >&6
5010if test $ac_cv_c_const = no; then 5026if test $ac_cv_c_const = no; then
5011 5027
@@ -5015,13 +5031,13 @@ EOF
5015 5031
5016fi 5032fi
5017 5033
5018echo "$as_me:5018: checking for void * support" >&5 5034echo "$as_me:5034: checking for void * support" >&5
5019echo $ECHO_N "checking for void * support... $ECHO_C" >&6 5035echo $ECHO_N "checking for void * support... $ECHO_C" >&6
5020if test "${emacs_cv_void_star+set}" = set; then 5036if test "${emacs_cv_void_star+set}" = set; then
5021 echo $ECHO_N "(cached) $ECHO_C" >&6 5037 echo $ECHO_N "(cached) $ECHO_C" >&6
5022else 5038else
5023 cat >conftest.$ac_ext <<_ACEOF 5039 cat >conftest.$ac_ext <<_ACEOF
5024#line 5024 "configure" 5040#line 5040 "configure"
5025#include "confdefs.h" 5041#include "confdefs.h"
5026 5042
5027int 5043int
@@ -5033,16 +5049,16 @@ void * foo;
5033} 5049}
5034_ACEOF 5050_ACEOF
5035rm -f conftest.$ac_objext 5051rm -f conftest.$ac_objext
5036if { (eval echo "$as_me:5036: \"$ac_compile\"") >&5 5052if { (eval echo "$as_me:5052: \"$ac_compile\"") >&5
5037 (eval $ac_compile) 2>&5 5053 (eval $ac_compile) 2>&5
5038 ac_status=$? 5054 ac_status=$?
5039 echo "$as_me:5039: \$? = $ac_status" >&5 5055 echo "$as_me:5055: \$? = $ac_status" >&5
5040 (exit $ac_status); } && 5056 (exit $ac_status); } &&
5041 { ac_try='test -s conftest.$ac_objext' 5057 { ac_try='test -s conftest.$ac_objext'
5042 { (eval echo "$as_me:5042: \"$ac_try\"") >&5 5058 { (eval echo "$as_me:5058: \"$ac_try\"") >&5
5043 (eval $ac_try) 2>&5 5059 (eval $ac_try) 2>&5
5044 ac_status=$? 5060 ac_status=$?
5045 echo "$as_me:5045: \$? = $ac_status" >&5 5061 echo "$as_me:5061: \$? = $ac_status" >&5
5046 (exit $ac_status); }; }; then 5062 (exit $ac_status); }; }; then
5047 emacs_cv_void_star=yes 5063 emacs_cv_void_star=yes
5048else 5064else
@@ -5052,7 +5068,7 @@ emacs_cv_void_star=no
5052fi 5068fi
5053rm -f conftest.$ac_objext conftest.$ac_ext 5069rm -f conftest.$ac_objext conftest.$ac_ext
5054fi 5070fi
5055echo "$as_me:5055: result: $emacs_cv_void_star" >&5 5071echo "$as_me:5071: result: $emacs_cv_void_star" >&5
5056echo "${ECHO_T}$emacs_cv_void_star" >&6 5072echo "${ECHO_T}$emacs_cv_void_star" >&6
5057if test $emacs_cv_void_star = yes; then 5073if test $emacs_cv_void_star = yes; then
5058 cat >>confdefs.h <<\EOF 5074 cat >>confdefs.h <<\EOF
@@ -5066,7 +5082,7 @@ EOF
5066 5082
5067fi 5083fi
5068 5084
5069echo "$as_me:5069: checking whether ${MAKE-make} sets \${MAKE}" >&5 5085echo "$as_me:5085: checking whether ${MAKE-make} sets \${MAKE}" >&5
5070echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6 5086echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6
5071set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` 5087set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
5072if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then 5088if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
@@ -5086,16 +5102,16 @@ fi
5086rm -f conftest.make 5102rm -f conftest.make
5087fi 5103fi
5088if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then 5104if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
5089 echo "$as_me:5089: result: yes" >&5 5105 echo "$as_me:5105: result: yes" >&5
5090echo "${ECHO_T}yes" >&6 5106echo "${ECHO_T}yes" >&6
5091 SET_MAKE= 5107 SET_MAKE=
5092else 5108else
5093 echo "$as_me:5093: result: no" >&5 5109 echo "$as_me:5109: result: no" >&5
5094echo "${ECHO_T}no" >&6 5110echo "${ECHO_T}no" >&6
5095 SET_MAKE="MAKE=${MAKE-make}" 5111 SET_MAKE="MAKE=${MAKE-make}"
5096fi 5112fi
5097 5113
5098echo "$as_me:5098: checking for long file names" >&5 5114echo "$as_me:5114: checking for long file names" >&5
5099echo $ECHO_N "checking for long file names... $ECHO_C" >&6 5115echo $ECHO_N "checking for long file names... $ECHO_C" >&6
5100if test "${ac_cv_sys_long_file_names+set}" = set; then 5116if test "${ac_cv_sys_long_file_names+set}" = set; then
5101 echo $ECHO_N "(cached) $ECHO_C" >&6 5117 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5134,7 +5150,7 @@ for ac_dir in . $ac_tmpdirs `eval echo $prefix/lib $exec_prefix/lib` ; do
5134 rm -rf $ac_xdir 2>/dev/null 5150 rm -rf $ac_xdir 2>/dev/null
5135done 5151done
5136fi 5152fi
5137echo "$as_me:5137: result: $ac_cv_sys_long_file_names" >&5 5153echo "$as_me:5153: result: $ac_cv_sys_long_file_names" >&5
5138echo "${ECHO_T}$ac_cv_sys_long_file_names" >&6 5154echo "${ECHO_T}$ac_cv_sys_long_file_names" >&6
5139if test $ac_cv_sys_long_file_names = yes; then 5155if test $ac_cv_sys_long_file_names = yes; then
5140 5156
@@ -5146,7 +5162,7 @@ fi
5146 5162
5147#### Choose a window system. 5163#### Choose a window system.
5148 5164
5149echo "$as_me:5149: checking for X" >&5 5165echo "$as_me:5165: checking for X" >&5
5150echo $ECHO_N "checking for X... $ECHO_C" >&6 5166echo $ECHO_N "checking for X... $ECHO_C" >&6
5151 5167
5152# Check whether --with-x or --without-x was given. 5168# Check whether --with-x or --without-x was given.
@@ -5243,17 +5259,17 @@ if test "$ac_x_includes" = no; then
5243 # Guess where to find include files, by looking for Intrinsic.h. 5259 # Guess where to find include files, by looking for Intrinsic.h.
5244 # First, try using that file with no special directory specified. 5260 # First, try using that file with no special directory specified.
5245 cat >conftest.$ac_ext <<_ACEOF 5261 cat >conftest.$ac_ext <<_ACEOF
5246#line 5246 "configure" 5262#line 5262 "configure"
5247#include "confdefs.h" 5263#include "confdefs.h"
5248#include <X11/Intrinsic.h> 5264#include <X11/Intrinsic.h>
5249_ACEOF 5265_ACEOF
5250if { (eval echo "$as_me:5250: \"$ac_cpp conftest.$ac_ext\"") >&5 5266if { (eval echo "$as_me:5266: \"$ac_cpp conftest.$ac_ext\"") >&5
5251 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 5267 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5252 ac_status=$? 5268 ac_status=$?
5253 egrep -v '^ *\+' conftest.er1 >conftest.err 5269 egrep -v '^ *\+' conftest.er1 >conftest.err
5254 rm -f conftest.er1 5270 rm -f conftest.er1
5255 cat conftest.err >&5 5271 cat conftest.err >&5
5256 echo "$as_me:5256: \$? = $ac_status" >&5 5272 echo "$as_me:5272: \$? = $ac_status" >&5
5257 (exit $ac_status); } >/dev/null; then 5273 (exit $ac_status); } >/dev/null; then
5258 if test -s conftest.err; then 5274 if test -s conftest.err; then
5259 ac_cpp_err=$ac_c_preproc_warn_flag 5275 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -5286,7 +5302,7 @@ if test "$ac_x_libraries" = no; then
5286 ac_save_LIBS=$LIBS 5302 ac_save_LIBS=$LIBS
5287 LIBS="-lXt $LIBS" 5303 LIBS="-lXt $LIBS"
5288 cat >conftest.$ac_ext <<_ACEOF 5304 cat >conftest.$ac_ext <<_ACEOF
5289#line 5289 "configure" 5305#line 5305 "configure"
5290#include "confdefs.h" 5306#include "confdefs.h"
5291#include <X11/Intrinsic.h> 5307#include <X11/Intrinsic.h>
5292int 5308int
@@ -5298,16 +5314,16 @@ XtMalloc (0)
5298} 5314}
5299_ACEOF 5315_ACEOF
5300rm -f conftest.$ac_objext conftest$ac_exeext 5316rm -f conftest.$ac_objext conftest$ac_exeext
5301if { (eval echo "$as_me:5301: \"$ac_link\"") >&5 5317if { (eval echo "$as_me:5317: \"$ac_link\"") >&5
5302 (eval $ac_link) 2>&5 5318 (eval $ac_link) 2>&5
5303 ac_status=$? 5319 ac_status=$?
5304 echo "$as_me:5304: \$? = $ac_status" >&5 5320 echo "$as_me:5320: \$? = $ac_status" >&5
5305 (exit $ac_status); } && 5321 (exit $ac_status); } &&
5306 { ac_try='test -s conftest$ac_exeext' 5322 { ac_try='test -s conftest$ac_exeext'
5307 { (eval echo "$as_me:5307: \"$ac_try\"") >&5 5323 { (eval echo "$as_me:5323: \"$ac_try\"") >&5
5308 (eval $ac_try) 2>&5 5324 (eval $ac_try) 2>&5
5309 ac_status=$? 5325 ac_status=$?
5310 echo "$as_me:5310: \$? = $ac_status" >&5 5326 echo "$as_me:5326: \$? = $ac_status" >&5
5311 (exit $ac_status); }; }; then 5327 (exit $ac_status); }; }; then
5312 LIBS=$ac_save_LIBS 5328 LIBS=$ac_save_LIBS
5313# We can link X programs with no special library path. 5329# We can link X programs with no special library path.
@@ -5345,7 +5361,7 @@ fi
5345fi # $with_x != no 5361fi # $with_x != no
5346 5362
5347if test "$have_x" != yes; then 5363if test "$have_x" != yes; then
5348 echo "$as_me:5348: result: $have_x" >&5 5364 echo "$as_me:5364: result: $have_x" >&5
5349echo "${ECHO_T}$have_x" >&6 5365echo "${ECHO_T}$have_x" >&6
5350 no_x=yes 5366 no_x=yes
5351else 5367else
@@ -5355,7 +5371,7 @@ else
5355 # Update the cache value to reflect the command line values. 5371 # Update the cache value to reflect the command line values.
5356 ac_cv_have_x="have_x=yes \ 5372 ac_cv_have_x="have_x=yes \
5357 ac_x_includes=$x_includes ac_x_libraries=$x_libraries" 5373 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
5358 echo "$as_me:5358: result: libraries $x_libraries, headers $x_includes" >&5 5374 echo "$as_me:5374: result: libraries $x_libraries, headers $x_includes" >&5
5359echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6 5375echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6
5360fi 5376fi
5361 5377
@@ -5453,13 +5469,13 @@ UNEXEC_SRC="`echo ${unexec} | sed 's/\.o/.c/'`"
5453# Assume not, until told otherwise. 5469# Assume not, until told otherwise.
5454GNU_MALLOC=yes 5470GNU_MALLOC=yes
5455doug_lea_malloc=yes 5471doug_lea_malloc=yes
5456echo "$as_me:5456: checking for malloc_get_state" >&5 5472echo "$as_me:5472: checking for malloc_get_state" >&5
5457echo $ECHO_N "checking for malloc_get_state... $ECHO_C" >&6 5473echo $ECHO_N "checking for malloc_get_state... $ECHO_C" >&6
5458if test "${ac_cv_func_malloc_get_state+set}" = set; then 5474if test "${ac_cv_func_malloc_get_state+set}" = set; then
5459 echo $ECHO_N "(cached) $ECHO_C" >&6 5475 echo $ECHO_N "(cached) $ECHO_C" >&6
5460else 5476else
5461 cat >conftest.$ac_ext <<_ACEOF 5477 cat >conftest.$ac_ext <<_ACEOF
5462#line 5462 "configure" 5478#line 5478 "configure"
5463#include "confdefs.h" 5479#include "confdefs.h"
5464/* System header to define __stub macros and hopefully few prototypes, 5480/* System header to define __stub macros and hopefully few prototypes,
5465 which can conflict with char malloc_get_state (); below. */ 5481 which can conflict with char malloc_get_state (); below. */
@@ -5490,16 +5506,16 @@ f = malloc_get_state;
5490} 5506}
5491_ACEOF 5507_ACEOF
5492rm -f conftest.$ac_objext conftest$ac_exeext 5508rm -f conftest.$ac_objext conftest$ac_exeext
5493if { (eval echo "$as_me:5493: \"$ac_link\"") >&5 5509if { (eval echo "$as_me:5509: \"$ac_link\"") >&5
5494 (eval $ac_link) 2>&5 5510 (eval $ac_link) 2>&5
5495 ac_status=$? 5511 ac_status=$?
5496 echo "$as_me:5496: \$? = $ac_status" >&5 5512 echo "$as_me:5512: \$? = $ac_status" >&5
5497 (exit $ac_status); } && 5513 (exit $ac_status); } &&
5498 { ac_try='test -s conftest$ac_exeext' 5514 { ac_try='test -s conftest$ac_exeext'
5499 { (eval echo "$as_me:5499: \"$ac_try\"") >&5 5515 { (eval echo "$as_me:5515: \"$ac_try\"") >&5
5500 (eval $ac_try) 2>&5 5516 (eval $ac_try) 2>&5
5501 ac_status=$? 5517 ac_status=$?
5502 echo "$as_me:5502: \$? = $ac_status" >&5 5518 echo "$as_me:5518: \$? = $ac_status" >&5
5503 (exit $ac_status); }; }; then 5519 (exit $ac_status); }; }; then
5504 ac_cv_func_malloc_get_state=yes 5520 ac_cv_func_malloc_get_state=yes
5505else 5521else
@@ -5509,7 +5525,7 @@ ac_cv_func_malloc_get_state=no
5509fi 5525fi
5510rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5526rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5511fi 5527fi
5512echo "$as_me:5512: result: $ac_cv_func_malloc_get_state" >&5 5528echo "$as_me:5528: result: $ac_cv_func_malloc_get_state" >&5
5513echo "${ECHO_T}$ac_cv_func_malloc_get_state" >&6 5529echo "${ECHO_T}$ac_cv_func_malloc_get_state" >&6
5514if test $ac_cv_func_malloc_get_state = yes; then 5530if test $ac_cv_func_malloc_get_state = yes; then
5515 : 5531 :
@@ -5517,13 +5533,13 @@ else
5517 doug_lea_malloc=no 5533 doug_lea_malloc=no
5518fi 5534fi
5519 5535
5520echo "$as_me:5520: checking for malloc_set_state" >&5 5536echo "$as_me:5536: checking for malloc_set_state" >&5
5521echo $ECHO_N "checking for malloc_set_state... $ECHO_C" >&6 5537echo $ECHO_N "checking for malloc_set_state... $ECHO_C" >&6
5522if test "${ac_cv_func_malloc_set_state+set}" = set; then 5538if test "${ac_cv_func_malloc_set_state+set}" = set; then
5523 echo $ECHO_N "(cached) $ECHO_C" >&6 5539 echo $ECHO_N "(cached) $ECHO_C" >&6
5524else 5540else
5525 cat >conftest.$ac_ext <<_ACEOF 5541 cat >conftest.$ac_ext <<_ACEOF
5526#line 5526 "configure" 5542#line 5542 "configure"
5527#include "confdefs.h" 5543#include "confdefs.h"
5528/* System header to define __stub macros and hopefully few prototypes, 5544/* System header to define __stub macros and hopefully few prototypes,
5529 which can conflict with char malloc_set_state (); below. */ 5545 which can conflict with char malloc_set_state (); below. */
@@ -5554,16 +5570,16 @@ f = malloc_set_state;
5554} 5570}
5555_ACEOF 5571_ACEOF
5556rm -f conftest.$ac_objext conftest$ac_exeext 5572rm -f conftest.$ac_objext conftest$ac_exeext
5557if { (eval echo "$as_me:5557: \"$ac_link\"") >&5 5573if { (eval echo "$as_me:5573: \"$ac_link\"") >&5
5558 (eval $ac_link) 2>&5 5574 (eval $ac_link) 2>&5
5559 ac_status=$? 5575 ac_status=$?
5560 echo "$as_me:5560: \$? = $ac_status" >&5 5576 echo "$as_me:5576: \$? = $ac_status" >&5
5561 (exit $ac_status); } && 5577 (exit $ac_status); } &&
5562 { ac_try='test -s conftest$ac_exeext' 5578 { ac_try='test -s conftest$ac_exeext'
5563 { (eval echo "$as_me:5563: \"$ac_try\"") >&5 5579 { (eval echo "$as_me:5579: \"$ac_try\"") >&5
5564 (eval $ac_try) 2>&5 5580 (eval $ac_try) 2>&5
5565 ac_status=$? 5581 ac_status=$?
5566 echo "$as_me:5566: \$? = $ac_status" >&5 5582 echo "$as_me:5582: \$? = $ac_status" >&5
5567 (exit $ac_status); }; }; then 5583 (exit $ac_status); }; }; then
5568 ac_cv_func_malloc_set_state=yes 5584 ac_cv_func_malloc_set_state=yes
5569else 5585else
@@ -5573,7 +5589,7 @@ ac_cv_func_malloc_set_state=no
5573fi 5589fi
5574rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5590rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5575fi 5591fi
5576echo "$as_me:5576: result: $ac_cv_func_malloc_set_state" >&5 5592echo "$as_me:5592: result: $ac_cv_func_malloc_set_state" >&5
5577echo "${ECHO_T}$ac_cv_func_malloc_set_state" >&6 5593echo "${ECHO_T}$ac_cv_func_malloc_set_state" >&6
5578if test $ac_cv_func_malloc_set_state = yes; then 5594if test $ac_cv_func_malloc_set_state = yes; then
5579 : 5595 :
@@ -5581,13 +5597,13 @@ else
5581 doug_lea_malloc=no 5597 doug_lea_malloc=no
5582fi 5598fi
5583 5599
5584echo "$as_me:5584: checking whether __after_morecore_hook exists" >&5 5600echo "$as_me:5600: checking whether __after_morecore_hook exists" >&5
5585echo $ECHO_N "checking whether __after_morecore_hook exists... $ECHO_C" >&6 5601echo $ECHO_N "checking whether __after_morecore_hook exists... $ECHO_C" >&6
5586if test "${emacs_cv_var___after_morecore_hook+set}" = set; then 5602if test "${emacs_cv_var___after_morecore_hook+set}" = set; then
5587 echo $ECHO_N "(cached) $ECHO_C" >&6 5603 echo $ECHO_N "(cached) $ECHO_C" >&6
5588else 5604else
5589 cat >conftest.$ac_ext <<_ACEOF 5605 cat >conftest.$ac_ext <<_ACEOF
5590#line 5590 "configure" 5606#line 5606 "configure"
5591#include "confdefs.h" 5607#include "confdefs.h"
5592extern void (* __after_morecore_hook)(); 5608extern void (* __after_morecore_hook)();
5593int 5609int
@@ -5599,16 +5615,16 @@ __after_morecore_hook = 0
5599} 5615}
5600_ACEOF 5616_ACEOF
5601rm -f conftest.$ac_objext conftest$ac_exeext 5617rm -f conftest.$ac_objext conftest$ac_exeext
5602if { (eval echo "$as_me:5602: \"$ac_link\"") >&5 5618if { (eval echo "$as_me:5618: \"$ac_link\"") >&5
5603 (eval $ac_link) 2>&5 5619 (eval $ac_link) 2>&5
5604 ac_status=$? 5620 ac_status=$?
5605 echo "$as_me:5605: \$? = $ac_status" >&5 5621 echo "$as_me:5621: \$? = $ac_status" >&5
5606 (exit $ac_status); } && 5622 (exit $ac_status); } &&
5607 { ac_try='test -s conftest$ac_exeext' 5623 { ac_try='test -s conftest$ac_exeext'
5608 { (eval echo "$as_me:5608: \"$ac_try\"") >&5 5624 { (eval echo "$as_me:5624: \"$ac_try\"") >&5
5609 (eval $ac_try) 2>&5 5625 (eval $ac_try) 2>&5
5610 ac_status=$? 5626 ac_status=$?
5611 echo "$as_me:5611: \$? = $ac_status" >&5 5627 echo "$as_me:5627: \$? = $ac_status" >&5
5612 (exit $ac_status); }; }; then 5628 (exit $ac_status); }; }; then
5613 emacs_cv_var___after_morecore_hook=yes 5629 emacs_cv_var___after_morecore_hook=yes
5614else 5630else
@@ -5618,7 +5634,7 @@ emacs_cv_var___after_morecore_hook=no
5618fi 5634fi
5619rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5635rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5620fi 5636fi
5621echo "$as_me:5621: result: $emacs_cv_var___after_morecore_hook" >&5 5637echo "$as_me:5637: result: $emacs_cv_var___after_morecore_hook" >&5
5622echo "${ECHO_T}$emacs_cv_var___after_morecore_hook" >&6 5638echo "${ECHO_T}$emacs_cv_var___after_morecore_hook" >&6
5623if test $emacs_cv_var___after_morecore_hook = no; then 5639if test $emacs_cv_var___after_morecore_hook = no; then
5624 doug_lea_malloc=no 5640 doug_lea_malloc=no
@@ -5649,28 +5665,28 @@ for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5649 inttypes.h stdint.h unistd.h 5665 inttypes.h stdint.h unistd.h
5650do 5666do
5651as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 5667as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5652echo "$as_me:5652: checking for $ac_header" >&5 5668echo "$as_me:5668: checking for $ac_header" >&5
5653echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 5669echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5654if eval "test \"\${$as_ac_Header+set}\" = set"; then 5670if eval "test \"\${$as_ac_Header+set}\" = set"; then
5655 echo $ECHO_N "(cached) $ECHO_C" >&6 5671 echo $ECHO_N "(cached) $ECHO_C" >&6
5656else 5672else
5657 cat >conftest.$ac_ext <<_ACEOF 5673 cat >conftest.$ac_ext <<_ACEOF
5658#line 5658 "configure" 5674#line 5674 "configure"
5659#include "confdefs.h" 5675#include "confdefs.h"
5660$ac_includes_default 5676$ac_includes_default
5661#include <$ac_header> 5677#include <$ac_header>
5662_ACEOF 5678_ACEOF
5663rm -f conftest.$ac_objext 5679rm -f conftest.$ac_objext
5664if { (eval echo "$as_me:5664: \"$ac_compile\"") >&5 5680if { (eval echo "$as_me:5680: \"$ac_compile\"") >&5
5665 (eval $ac_compile) 2>&5 5681 (eval $ac_compile) 2>&5
5666 ac_status=$? 5682 ac_status=$?
5667 echo "$as_me:5667: \$? = $ac_status" >&5 5683 echo "$as_me:5683: \$? = $ac_status" >&5
5668 (exit $ac_status); } && 5684 (exit $ac_status); } &&
5669 { ac_try='test -s conftest.$ac_objext' 5685 { ac_try='test -s conftest.$ac_objext'
5670 { (eval echo "$as_me:5670: \"$ac_try\"") >&5 5686 { (eval echo "$as_me:5686: \"$ac_try\"") >&5
5671 (eval $ac_try) 2>&5 5687 (eval $ac_try) 2>&5
5672 ac_status=$? 5688 ac_status=$?
5673 echo "$as_me:5673: \$? = $ac_status" >&5 5689 echo "$as_me:5689: \$? = $ac_status" >&5
5674 (exit $ac_status); }; }; then 5690 (exit $ac_status); }; }; then
5675 eval "$as_ac_Header=yes" 5691 eval "$as_ac_Header=yes"
5676else 5692else
@@ -5680,7 +5696,7 @@ eval "$as_ac_Header=no"
5680fi 5696fi
5681rm -f conftest.$ac_objext conftest.$ac_ext 5697rm -f conftest.$ac_objext conftest.$ac_ext
5682fi 5698fi
5683echo "$as_me:5683: result: `eval echo '${'$as_ac_Header'}'`" >&5 5699echo "$as_me:5699: result: `eval echo '${'$as_ac_Header'}'`" >&5
5684echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 5700echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5685if test `eval echo '${'$as_ac_Header'}'` = yes; then 5701if test `eval echo '${'$as_ac_Header'}'` = yes; then
5686 cat >>confdefs.h <<EOF 5702 cat >>confdefs.h <<EOF
@@ -5693,23 +5709,23 @@ done
5693for ac_header in stdlib.h unistd.h 5709for ac_header in stdlib.h unistd.h
5694do 5710do
5695as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 5711as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5696echo "$as_me:5696: checking for $ac_header" >&5 5712echo "$as_me:5712: checking for $ac_header" >&5
5697echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 5713echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5698if eval "test \"\${$as_ac_Header+set}\" = set"; then 5714if eval "test \"\${$as_ac_Header+set}\" = set"; then
5699 echo $ECHO_N "(cached) $ECHO_C" >&6 5715 echo $ECHO_N "(cached) $ECHO_C" >&6
5700else 5716else
5701 cat >conftest.$ac_ext <<_ACEOF 5717 cat >conftest.$ac_ext <<_ACEOF
5702#line 5702 "configure" 5718#line 5718 "configure"
5703#include "confdefs.h" 5719#include "confdefs.h"
5704#include <$ac_header> 5720#include <$ac_header>
5705_ACEOF 5721_ACEOF
5706if { (eval echo "$as_me:5706: \"$ac_cpp conftest.$ac_ext\"") >&5 5722if { (eval echo "$as_me:5722: \"$ac_cpp conftest.$ac_ext\"") >&5
5707 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 5723 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
5708 ac_status=$? 5724 ac_status=$?
5709 egrep -v '^ *\+' conftest.er1 >conftest.err 5725 egrep -v '^ *\+' conftest.er1 >conftest.err
5710 rm -f conftest.er1 5726 rm -f conftest.er1
5711 cat conftest.err >&5 5727 cat conftest.err >&5
5712 echo "$as_me:5712: \$? = $ac_status" >&5 5728 echo "$as_me:5728: \$? = $ac_status" >&5
5713 (exit $ac_status); } >/dev/null; then 5729 (exit $ac_status); } >/dev/null; then
5714 if test -s conftest.err; then 5730 if test -s conftest.err; then
5715 ac_cpp_err=$ac_c_preproc_warn_flag 5731 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -5728,7 +5744,7 @@ else
5728fi 5744fi
5729rm -f conftest.err conftest.$ac_ext 5745rm -f conftest.err conftest.$ac_ext
5730fi 5746fi
5731echo "$as_me:5731: result: `eval echo '${'$as_ac_Header'}'`" >&5 5747echo "$as_me:5747: result: `eval echo '${'$as_ac_Header'}'`" >&5
5732echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 5748echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5733if test `eval echo '${'$as_ac_Header'}'` = yes; then 5749if test `eval echo '${'$as_ac_Header'}'` = yes; then
5734 cat >>confdefs.h <<EOF 5750 cat >>confdefs.h <<EOF
@@ -5741,13 +5757,13 @@ done
5741for ac_func in getpagesize 5757for ac_func in getpagesize
5742do 5758do
5743as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 5759as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
5744echo "$as_me:5744: checking for $ac_func" >&5 5760echo "$as_me:5760: checking for $ac_func" >&5
5745echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 5761echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
5746if eval "test \"\${$as_ac_var+set}\" = set"; then 5762if eval "test \"\${$as_ac_var+set}\" = set"; then
5747 echo $ECHO_N "(cached) $ECHO_C" >&6 5763 echo $ECHO_N "(cached) $ECHO_C" >&6
5748else 5764else
5749 cat >conftest.$ac_ext <<_ACEOF 5765 cat >conftest.$ac_ext <<_ACEOF
5750#line 5750 "configure" 5766#line 5766 "configure"
5751#include "confdefs.h" 5767#include "confdefs.h"
5752/* System header to define __stub macros and hopefully few prototypes, 5768/* System header to define __stub macros and hopefully few prototypes,
5753 which can conflict with char $ac_func (); below. */ 5769 which can conflict with char $ac_func (); below. */
@@ -5778,16 +5794,16 @@ f = $ac_func;
5778} 5794}
5779_ACEOF 5795_ACEOF
5780rm -f conftest.$ac_objext conftest$ac_exeext 5796rm -f conftest.$ac_objext conftest$ac_exeext
5781if { (eval echo "$as_me:5781: \"$ac_link\"") >&5 5797if { (eval echo "$as_me:5797: \"$ac_link\"") >&5
5782 (eval $ac_link) 2>&5 5798 (eval $ac_link) 2>&5
5783 ac_status=$? 5799 ac_status=$?
5784 echo "$as_me:5784: \$? = $ac_status" >&5 5800 echo "$as_me:5800: \$? = $ac_status" >&5
5785 (exit $ac_status); } && 5801 (exit $ac_status); } &&
5786 { ac_try='test -s conftest$ac_exeext' 5802 { ac_try='test -s conftest$ac_exeext'
5787 { (eval echo "$as_me:5787: \"$ac_try\"") >&5 5803 { (eval echo "$as_me:5803: \"$ac_try\"") >&5
5788 (eval $ac_try) 2>&5 5804 (eval $ac_try) 2>&5
5789 ac_status=$? 5805 ac_status=$?
5790 echo "$as_me:5790: \$? = $ac_status" >&5 5806 echo "$as_me:5806: \$? = $ac_status" >&5
5791 (exit $ac_status); }; }; then 5807 (exit $ac_status); }; }; then
5792 eval "$as_ac_var=yes" 5808 eval "$as_ac_var=yes"
5793else 5809else
@@ -5797,7 +5813,7 @@ eval "$as_ac_var=no"
5797fi 5813fi
5798rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5814rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
5799fi 5815fi
5800echo "$as_me:5800: result: `eval echo '${'$as_ac_var'}'`" >&5 5816echo "$as_me:5816: result: `eval echo '${'$as_ac_var'}'`" >&5
5801echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 5817echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
5802if test `eval echo '${'$as_ac_var'}'` = yes; then 5818if test `eval echo '${'$as_ac_var'}'` = yes; then
5803 cat >>confdefs.h <<EOF 5819 cat >>confdefs.h <<EOF
@@ -5807,7 +5823,7 @@ EOF
5807fi 5823fi
5808done 5824done
5809 5825
5810echo "$as_me:5810: checking for working mmap" >&5 5826echo "$as_me:5826: checking for working mmap" >&5
5811echo $ECHO_N "checking for working mmap... $ECHO_C" >&6 5827echo $ECHO_N "checking for working mmap... $ECHO_C" >&6
5812if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then 5828if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then
5813 echo $ECHO_N "(cached) $ECHO_C" >&6 5829 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5816,7 +5832,7 @@ else
5816 ac_cv_func_mmap_fixed_mapped=no 5832 ac_cv_func_mmap_fixed_mapped=no
5817else 5833else
5818 cat >conftest.$ac_ext <<_ACEOF 5834 cat >conftest.$ac_ext <<_ACEOF
5819#line 5819 "configure" 5835#line 5835 "configure"
5820#include "confdefs.h" 5836#include "confdefs.h"
5821$ac_includes_default 5837$ac_includes_default
5822/* Thanks to Mike Haertel and Jim Avera for this test. 5838/* Thanks to Mike Haertel and Jim Avera for this test.
@@ -5943,15 +5959,15 @@ main ()
5943} 5959}
5944_ACEOF 5960_ACEOF
5945rm -f conftest$ac_exeext 5961rm -f conftest$ac_exeext
5946if { (eval echo "$as_me:5946: \"$ac_link\"") >&5 5962if { (eval echo "$as_me:5962: \"$ac_link\"") >&5
5947 (eval $ac_link) 2>&5 5963 (eval $ac_link) 2>&5
5948 ac_status=$? 5964 ac_status=$?
5949 echo "$as_me:5949: \$? = $ac_status" >&5 5965 echo "$as_me:5965: \$? = $ac_status" >&5
5950 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 5966 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5951 { (eval echo "$as_me:5951: \"$ac_try\"") >&5 5967 { (eval echo "$as_me:5967: \"$ac_try\"") >&5
5952 (eval $ac_try) 2>&5 5968 (eval $ac_try) 2>&5
5953 ac_status=$? 5969 ac_status=$?
5954 echo "$as_me:5954: \$? = $ac_status" >&5 5970 echo "$as_me:5970: \$? = $ac_status" >&5
5955 (exit $ac_status); }; }; then 5971 (exit $ac_status); }; }; then
5956 ac_cv_func_mmap_fixed_mapped=yes 5972 ac_cv_func_mmap_fixed_mapped=yes
5957else 5973else
@@ -5963,7 +5979,7 @@ fi
5963rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 5979rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5964fi 5980fi
5965fi 5981fi
5966echo "$as_me:5966: result: $ac_cv_func_mmap_fixed_mapped" >&5 5982echo "$as_me:5982: result: $ac_cv_func_mmap_fixed_mapped" >&5
5967echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6 5983echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6
5968if test $ac_cv_func_mmap_fixed_mapped = yes; then 5984if test $ac_cv_func_mmap_fixed_mapped = yes; then
5969 5985
@@ -5980,7 +5996,7 @@ fi
5980 5996
5981LIBS="$libsrc_libs $LIBS" 5997LIBS="$libsrc_libs $LIBS"
5982 5998
5983echo "$as_me:5983: checking for dnet_ntoa in -ldnet" >&5 5999echo "$as_me:5999: checking for dnet_ntoa in -ldnet" >&5
5984echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6 6000echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
5985if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then 6001if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
5986 echo $ECHO_N "(cached) $ECHO_C" >&6 6002 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -5988,7 +6004,7 @@ else
5988 ac_check_lib_save_LIBS=$LIBS 6004 ac_check_lib_save_LIBS=$LIBS
5989LIBS="-ldnet $LIBS" 6005LIBS="-ldnet $LIBS"
5990cat >conftest.$ac_ext <<_ACEOF 6006cat >conftest.$ac_ext <<_ACEOF
5991#line 5991 "configure" 6007#line 6007 "configure"
5992#include "confdefs.h" 6008#include "confdefs.h"
5993 6009
5994/* Override any gcc2 internal prototype to avoid an error. */ 6010/* Override any gcc2 internal prototype to avoid an error. */
@@ -6007,16 +6023,16 @@ dnet_ntoa ();
6007} 6023}
6008_ACEOF 6024_ACEOF
6009rm -f conftest.$ac_objext conftest$ac_exeext 6025rm -f conftest.$ac_objext conftest$ac_exeext
6010if { (eval echo "$as_me:6010: \"$ac_link\"") >&5 6026if { (eval echo "$as_me:6026: \"$ac_link\"") >&5
6011 (eval $ac_link) 2>&5 6027 (eval $ac_link) 2>&5
6012 ac_status=$? 6028 ac_status=$?
6013 echo "$as_me:6013: \$? = $ac_status" >&5 6029 echo "$as_me:6029: \$? = $ac_status" >&5
6014 (exit $ac_status); } && 6030 (exit $ac_status); } &&
6015 { ac_try='test -s conftest$ac_exeext' 6031 { ac_try='test -s conftest$ac_exeext'
6016 { (eval echo "$as_me:6016: \"$ac_try\"") >&5 6032 { (eval echo "$as_me:6032: \"$ac_try\"") >&5
6017 (eval $ac_try) 2>&5 6033 (eval $ac_try) 2>&5
6018 ac_status=$? 6034 ac_status=$?
6019 echo "$as_me:6019: \$? = $ac_status" >&5 6035 echo "$as_me:6035: \$? = $ac_status" >&5
6020 (exit $ac_status); }; }; then 6036 (exit $ac_status); }; }; then
6021 ac_cv_lib_dnet_dnet_ntoa=yes 6037 ac_cv_lib_dnet_dnet_ntoa=yes
6022else 6038else
@@ -6027,7 +6043,7 @@ fi
6027rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6043rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6028LIBS=$ac_check_lib_save_LIBS 6044LIBS=$ac_check_lib_save_LIBS
6029fi 6045fi
6030echo "$as_me:6030: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 6046echo "$as_me:6046: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
6031echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6 6047echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
6032if test $ac_cv_lib_dnet_dnet_ntoa = yes; then 6048if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
6033 cat >>confdefs.h <<EOF 6049 cat >>confdefs.h <<EOF
@@ -6038,7 +6054,7 @@ EOF
6038 6054
6039fi 6055fi
6040 6056
6041echo "$as_me:6041: checking for main in -lXbsd" >&5 6057echo "$as_me:6057: checking for main in -lXbsd" >&5
6042echo $ECHO_N "checking for main in -lXbsd... $ECHO_C" >&6 6058echo $ECHO_N "checking for main in -lXbsd... $ECHO_C" >&6
6043if test "${ac_cv_lib_Xbsd_main+set}" = set; then 6059if test "${ac_cv_lib_Xbsd_main+set}" = set; then
6044 echo $ECHO_N "(cached) $ECHO_C" >&6 6060 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6046,7 +6062,7 @@ else
6046 ac_check_lib_save_LIBS=$LIBS 6062 ac_check_lib_save_LIBS=$LIBS
6047LIBS="-lXbsd $LIBS" 6063LIBS="-lXbsd $LIBS"
6048cat >conftest.$ac_ext <<_ACEOF 6064cat >conftest.$ac_ext <<_ACEOF
6049#line 6049 "configure" 6065#line 6065 "configure"
6050#include "confdefs.h" 6066#include "confdefs.h"
6051 6067
6052int 6068int
@@ -6058,16 +6074,16 @@ main ();
6058} 6074}
6059_ACEOF 6075_ACEOF
6060rm -f conftest.$ac_objext conftest$ac_exeext 6076rm -f conftest.$ac_objext conftest$ac_exeext
6061if { (eval echo "$as_me:6061: \"$ac_link\"") >&5 6077if { (eval echo "$as_me:6077: \"$ac_link\"") >&5
6062 (eval $ac_link) 2>&5 6078 (eval $ac_link) 2>&5
6063 ac_status=$? 6079 ac_status=$?
6064 echo "$as_me:6064: \$? = $ac_status" >&5 6080 echo "$as_me:6080: \$? = $ac_status" >&5
6065 (exit $ac_status); } && 6081 (exit $ac_status); } &&
6066 { ac_try='test -s conftest$ac_exeext' 6082 { ac_try='test -s conftest$ac_exeext'
6067 { (eval echo "$as_me:6067: \"$ac_try\"") >&5 6083 { (eval echo "$as_me:6083: \"$ac_try\"") >&5
6068 (eval $ac_try) 2>&5 6084 (eval $ac_try) 2>&5
6069 ac_status=$? 6085 ac_status=$?
6070 echo "$as_me:6070: \$? = $ac_status" >&5 6086 echo "$as_me:6086: \$? = $ac_status" >&5
6071 (exit $ac_status); }; }; then 6087 (exit $ac_status); }; }; then
6072 ac_cv_lib_Xbsd_main=yes 6088 ac_cv_lib_Xbsd_main=yes
6073else 6089else
@@ -6078,13 +6094,13 @@ fi
6078rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6094rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6079LIBS=$ac_check_lib_save_LIBS 6095LIBS=$ac_check_lib_save_LIBS
6080fi 6096fi
6081echo "$as_me:6081: result: $ac_cv_lib_Xbsd_main" >&5 6097echo "$as_me:6097: result: $ac_cv_lib_Xbsd_main" >&5
6082echo "${ECHO_T}$ac_cv_lib_Xbsd_main" >&6 6098echo "${ECHO_T}$ac_cv_lib_Xbsd_main" >&6
6083if test $ac_cv_lib_Xbsd_main = yes; then 6099if test $ac_cv_lib_Xbsd_main = yes; then
6084 LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd" 6100 LD_SWITCH_X_SITE="$LD_SWITCH_X_SITE -lXbsd"
6085fi 6101fi
6086 6102
6087echo "$as_me:6087: checking for cma_open in -lpthreads" >&5 6103echo "$as_me:6103: checking for cma_open in -lpthreads" >&5
6088echo $ECHO_N "checking for cma_open in -lpthreads... $ECHO_C" >&6 6104echo $ECHO_N "checking for cma_open in -lpthreads... $ECHO_C" >&6
6089if test "${ac_cv_lib_pthreads_cma_open+set}" = set; then 6105if test "${ac_cv_lib_pthreads_cma_open+set}" = set; then
6090 echo $ECHO_N "(cached) $ECHO_C" >&6 6106 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6092,7 +6108,7 @@ else
6092 ac_check_lib_save_LIBS=$LIBS 6108 ac_check_lib_save_LIBS=$LIBS
6093LIBS="-lpthreads $LIBS" 6109LIBS="-lpthreads $LIBS"
6094cat >conftest.$ac_ext <<_ACEOF 6110cat >conftest.$ac_ext <<_ACEOF
6095#line 6095 "configure" 6111#line 6111 "configure"
6096#include "confdefs.h" 6112#include "confdefs.h"
6097 6113
6098/* Override any gcc2 internal prototype to avoid an error. */ 6114/* Override any gcc2 internal prototype to avoid an error. */
@@ -6111,16 +6127,16 @@ cma_open ();
6111} 6127}
6112_ACEOF 6128_ACEOF
6113rm -f conftest.$ac_objext conftest$ac_exeext 6129rm -f conftest.$ac_objext conftest$ac_exeext
6114if { (eval echo "$as_me:6114: \"$ac_link\"") >&5 6130if { (eval echo "$as_me:6130: \"$ac_link\"") >&5
6115 (eval $ac_link) 2>&5 6131 (eval $ac_link) 2>&5
6116 ac_status=$? 6132 ac_status=$?
6117 echo "$as_me:6117: \$? = $ac_status" >&5 6133 echo "$as_me:6133: \$? = $ac_status" >&5
6118 (exit $ac_status); } && 6134 (exit $ac_status); } &&
6119 { ac_try='test -s conftest$ac_exeext' 6135 { ac_try='test -s conftest$ac_exeext'
6120 { (eval echo "$as_me:6120: \"$ac_try\"") >&5 6136 { (eval echo "$as_me:6136: \"$ac_try\"") >&5
6121 (eval $ac_try) 2>&5 6137 (eval $ac_try) 2>&5
6122 ac_status=$? 6138 ac_status=$?
6123 echo "$as_me:6123: \$? = $ac_status" >&5 6139 echo "$as_me:6139: \$? = $ac_status" >&5
6124 (exit $ac_status); }; }; then 6140 (exit $ac_status); }; }; then
6125 ac_cv_lib_pthreads_cma_open=yes 6141 ac_cv_lib_pthreads_cma_open=yes
6126else 6142else
@@ -6131,7 +6147,7 @@ fi
6131rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6147rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6132LIBS=$ac_check_lib_save_LIBS 6148LIBS=$ac_check_lib_save_LIBS
6133fi 6149fi
6134echo "$as_me:6134: result: $ac_cv_lib_pthreads_cma_open" >&5 6150echo "$as_me:6150: result: $ac_cv_lib_pthreads_cma_open" >&5
6135echo "${ECHO_T}$ac_cv_lib_pthreads_cma_open" >&6 6151echo "${ECHO_T}$ac_cv_lib_pthreads_cma_open" >&6
6136if test $ac_cv_lib_pthreads_cma_open = yes; then 6152if test $ac_cv_lib_pthreads_cma_open = yes; then
6137 cat >>confdefs.h <<EOF 6153 cat >>confdefs.h <<EOF
@@ -6142,7 +6158,7 @@ EOF
6142 6158
6143fi 6159fi
6144 6160
6145echo "$as_me:6145: checking for XFree86 in /usr/X386" >&5 6161echo "$as_me:6161: checking for XFree86 in /usr/X386" >&5
6146echo $ECHO_N "checking for XFree86 in /usr/X386... $ECHO_C" >&6 6162echo $ECHO_N "checking for XFree86 in /usr/X386... $ECHO_C" >&6
6147if test -d /usr/X386/include; then 6163if test -d /usr/X386/include; then
6148 HAVE_XFREE386=yes 6164 HAVE_XFREE386=yes
@@ -6150,7 +6166,7 @@ if test -d /usr/X386/include; then
6150else 6166else
6151 HAVE_XFREE386=no 6167 HAVE_XFREE386=no
6152fi 6168fi
6153echo "$as_me:6153: result: $HAVE_XFREE386" >&5 6169echo "$as_me:6169: result: $HAVE_XFREE386" >&5
6154echo "${ECHO_T}$HAVE_XFREE386" >&6 6170echo "${ECHO_T}$HAVE_XFREE386" >&6
6155 6171
6156# Change CFLAGS temporarily so that C_SWITCH_X_SITE gets used 6172# Change CFLAGS temporarily so that C_SWITCH_X_SITE gets used
@@ -6175,10 +6191,10 @@ if test "${HAVE_X11}" = "yes"; then
6175 fi 6191 fi
6176 6192
6177 if test "${opsys}" = "gnu-linux"; then 6193 if test "${opsys}" = "gnu-linux"; then
6178 echo "$as_me:6178: checking whether X on GNU/Linux needs -b to link" >&5 6194 echo "$as_me:6194: checking whether X on GNU/Linux needs -b to link" >&5
6179echo $ECHO_N "checking whether X on GNU/Linux needs -b to link... $ECHO_C" >&6 6195echo $ECHO_N "checking whether X on GNU/Linux needs -b to link... $ECHO_C" >&6
6180 cat >conftest.$ac_ext <<_ACEOF 6196 cat >conftest.$ac_ext <<_ACEOF
6181#line 6181 "configure" 6197#line 6197 "configure"
6182#include "confdefs.h" 6198#include "confdefs.h"
6183 6199
6184int 6200int
@@ -6190,16 +6206,16 @@ XOpenDisplay ("foo");
6190} 6206}
6191_ACEOF 6207_ACEOF
6192rm -f conftest.$ac_objext conftest$ac_exeext 6208rm -f conftest.$ac_objext conftest$ac_exeext
6193if { (eval echo "$as_me:6193: \"$ac_link\"") >&5 6209if { (eval echo "$as_me:6209: \"$ac_link\"") >&5
6194 (eval $ac_link) 2>&5 6210 (eval $ac_link) 2>&5
6195 ac_status=$? 6211 ac_status=$?
6196 echo "$as_me:6196: \$? = $ac_status" >&5 6212 echo "$as_me:6212: \$? = $ac_status" >&5
6197 (exit $ac_status); } && 6213 (exit $ac_status); } &&
6198 { ac_try='test -s conftest$ac_exeext' 6214 { ac_try='test -s conftest$ac_exeext'
6199 { (eval echo "$as_me:6199: \"$ac_try\"") >&5 6215 { (eval echo "$as_me:6215: \"$ac_try\"") >&5
6200 (eval $ac_try) 2>&5 6216 (eval $ac_try) 2>&5
6201 ac_status=$? 6217 ac_status=$?
6202 echo "$as_me:6202: \$? = $ac_status" >&5 6218 echo "$as_me:6218: \$? = $ac_status" >&5
6203 (exit $ac_status); }; }; then 6219 (exit $ac_status); }; }; then
6204 xlinux_first_failure=no 6220 xlinux_first_failure=no
6205else 6221else
@@ -6218,7 +6234,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6218 CPPFLAGS="$CPPFLAGS -b i486-linuxaout" 6234 CPPFLAGS="$CPPFLAGS -b i486-linuxaout"
6219 LIBS="$LIBS -b i486-linuxaout" 6235 LIBS="$LIBS -b i486-linuxaout"
6220 cat >conftest.$ac_ext <<_ACEOF 6236 cat >conftest.$ac_ext <<_ACEOF
6221#line 6221 "configure" 6237#line 6237 "configure"
6222#include "confdefs.h" 6238#include "confdefs.h"
6223 6239
6224int 6240int
@@ -6230,16 +6246,16 @@ XOpenDisplay ("foo");
6230} 6246}
6231_ACEOF 6247_ACEOF
6232rm -f conftest.$ac_objext conftest$ac_exeext 6248rm -f conftest.$ac_objext conftest$ac_exeext
6233if { (eval echo "$as_me:6233: \"$ac_link\"") >&5 6249if { (eval echo "$as_me:6249: \"$ac_link\"") >&5
6234 (eval $ac_link) 2>&5 6250 (eval $ac_link) 2>&5
6235 ac_status=$? 6251 ac_status=$?
6236 echo "$as_me:6236: \$? = $ac_status" >&5 6252 echo "$as_me:6252: \$? = $ac_status" >&5
6237 (exit $ac_status); } && 6253 (exit $ac_status); } &&
6238 { ac_try='test -s conftest$ac_exeext' 6254 { ac_try='test -s conftest$ac_exeext'
6239 { (eval echo "$as_me:6239: \"$ac_try\"") >&5 6255 { (eval echo "$as_me:6255: \"$ac_try\"") >&5
6240 (eval $ac_try) 2>&5 6256 (eval $ac_try) 2>&5
6241 ac_status=$? 6257 ac_status=$?
6242 echo "$as_me:6242: \$? = $ac_status" >&5 6258 echo "$as_me:6258: \$? = $ac_status" >&5
6243 (exit $ac_status); }; }; then 6259 (exit $ac_status); }; }; then
6244 xlinux_second_failure=no 6260 xlinux_second_failure=no
6245else 6261else
@@ -6255,24 +6271,24 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6255 C_SWITCH_X_SITE="$OLD_C_SWITCH_X_SITE" 6271 C_SWITCH_X_SITE="$OLD_C_SWITCH_X_SITE"
6256 CPPFLAGS="$OLD_CPPFLAGS" 6272 CPPFLAGS="$OLD_CPPFLAGS"
6257 LIBS="$OLD_LIBS" 6273 LIBS="$OLD_LIBS"
6258 echo "$as_me:6258: result: no" >&5 6274 echo "$as_me:6274: result: no" >&5
6259echo "${ECHO_T}no" >&6 6275echo "${ECHO_T}no" >&6
6260 else 6276 else
6261 echo "$as_me:6261: result: yes" >&5 6277 echo "$as_me:6277: result: yes" >&5
6262echo "${ECHO_T}yes" >&6 6278echo "${ECHO_T}yes" >&6
6263 fi 6279 fi
6264 else 6280 else
6265 echo "$as_me:6265: result: no" >&5 6281 echo "$as_me:6281: result: no" >&5
6266echo "${ECHO_T}no" >&6 6282echo "${ECHO_T}no" >&6
6267 fi 6283 fi
6268 fi 6284 fi
6269 6285
6270 # Reportedly, some broken Solaris systems have XKBlib.h but are missing 6286 # Reportedly, some broken Solaris systems have XKBlib.h but are missing
6271 # header files included from there. 6287 # header files included from there.
6272 echo "$as_me:6272: checking for Xkb" >&5 6288 echo "$as_me:6288: checking for Xkb" >&5
6273echo $ECHO_N "checking for Xkb... $ECHO_C" >&6 6289echo $ECHO_N "checking for Xkb... $ECHO_C" >&6
6274 cat >conftest.$ac_ext <<_ACEOF 6290 cat >conftest.$ac_ext <<_ACEOF
6275#line 6275 "configure" 6291#line 6291 "configure"
6276#include "confdefs.h" 6292#include "confdefs.h"
6277#include <X11/Xlib.h> 6293#include <X11/Xlib.h>
6278#include <X11/XKBlib.h> 6294#include <X11/XKBlib.h>
@@ -6285,16 +6301,16 @@ XkbDescPtr kb = XkbGetKeyboard (0, XkbAllComponentsMask, XkbUseCoreKbd);
6285} 6301}
6286_ACEOF 6302_ACEOF
6287rm -f conftest.$ac_objext conftest$ac_exeext 6303rm -f conftest.$ac_objext conftest$ac_exeext
6288if { (eval echo "$as_me:6288: \"$ac_link\"") >&5 6304if { (eval echo "$as_me:6304: \"$ac_link\"") >&5
6289 (eval $ac_link) 2>&5 6305 (eval $ac_link) 2>&5
6290 ac_status=$? 6306 ac_status=$?
6291 echo "$as_me:6291: \$? = $ac_status" >&5 6307 echo "$as_me:6307: \$? = $ac_status" >&5
6292 (exit $ac_status); } && 6308 (exit $ac_status); } &&
6293 { ac_try='test -s conftest$ac_exeext' 6309 { ac_try='test -s conftest$ac_exeext'
6294 { (eval echo "$as_me:6294: \"$ac_try\"") >&5 6310 { (eval echo "$as_me:6310: \"$ac_try\"") >&5
6295 (eval $ac_try) 2>&5 6311 (eval $ac_try) 2>&5
6296 ac_status=$? 6312 ac_status=$?
6297 echo "$as_me:6297: \$? = $ac_status" >&5 6313 echo "$as_me:6313: \$? = $ac_status" >&5
6298 (exit $ac_status); }; }; then 6314 (exit $ac_status); }; }; then
6299 emacs_xkb=yes 6315 emacs_xkb=yes
6300else 6316else
@@ -6303,7 +6319,7 @@ cat conftest.$ac_ext >&5
6303emacs_xkb=no 6319emacs_xkb=no
6304fi 6320fi
6305rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6321rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6306 echo "$as_me:6306: result: $emacs_xkb" >&5 6322 echo "$as_me:6322: result: $emacs_xkb" >&5
6307echo "${ECHO_T}$emacs_xkb" >&6 6323echo "${ECHO_T}$emacs_xkb" >&6
6308 if test $emacs_xkb = yes; then 6324 if test $emacs_xkb = yes; then
6309 cat >>confdefs.h <<\EOF 6325 cat >>confdefs.h <<\EOF
@@ -6316,13 +6332,13 @@ for ac_func in XrmSetDatabase XScreenResourceString \
6316XScreenNumberOfScreen XSetWMProtocols 6332XScreenNumberOfScreen XSetWMProtocols
6317do 6333do
6318as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 6334as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6319echo "$as_me:6319: checking for $ac_func" >&5 6335echo "$as_me:6335: checking for $ac_func" >&5
6320echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 6336echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
6321if eval "test \"\${$as_ac_var+set}\" = set"; then 6337if eval "test \"\${$as_ac_var+set}\" = set"; then
6322 echo $ECHO_N "(cached) $ECHO_C" >&6 6338 echo $ECHO_N "(cached) $ECHO_C" >&6
6323else 6339else
6324 cat >conftest.$ac_ext <<_ACEOF 6340 cat >conftest.$ac_ext <<_ACEOF
6325#line 6325 "configure" 6341#line 6341 "configure"
6326#include "confdefs.h" 6342#include "confdefs.h"
6327/* System header to define __stub macros and hopefully few prototypes, 6343/* System header to define __stub macros and hopefully few prototypes,
6328 which can conflict with char $ac_func (); below. */ 6344 which can conflict with char $ac_func (); below. */
@@ -6353,16 +6369,16 @@ f = $ac_func;
6353} 6369}
6354_ACEOF 6370_ACEOF
6355rm -f conftest.$ac_objext conftest$ac_exeext 6371rm -f conftest.$ac_objext conftest$ac_exeext
6356if { (eval echo "$as_me:6356: \"$ac_link\"") >&5 6372if { (eval echo "$as_me:6372: \"$ac_link\"") >&5
6357 (eval $ac_link) 2>&5 6373 (eval $ac_link) 2>&5
6358 ac_status=$? 6374 ac_status=$?
6359 echo "$as_me:6359: \$? = $ac_status" >&5 6375 echo "$as_me:6375: \$? = $ac_status" >&5
6360 (exit $ac_status); } && 6376 (exit $ac_status); } &&
6361 { ac_try='test -s conftest$ac_exeext' 6377 { ac_try='test -s conftest$ac_exeext'
6362 { (eval echo "$as_me:6362: \"$ac_try\"") >&5 6378 { (eval echo "$as_me:6378: \"$ac_try\"") >&5
6363 (eval $ac_try) 2>&5 6379 (eval $ac_try) 2>&5
6364 ac_status=$? 6380 ac_status=$?
6365 echo "$as_me:6365: \$? = $ac_status" >&5 6381 echo "$as_me:6381: \$? = $ac_status" >&5
6366 (exit $ac_status); }; }; then 6382 (exit $ac_status); }; }; then
6367 eval "$as_ac_var=yes" 6383 eval "$as_ac_var=yes"
6368else 6384else
@@ -6372,7 +6388,7 @@ eval "$as_ac_var=no"
6372fi 6388fi
6373rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6389rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6374fi 6390fi
6375echo "$as_me:6375: result: `eval echo '${'$as_ac_var'}'`" >&5 6391echo "$as_me:6391: result: `eval echo '${'$as_ac_var'}'`" >&5
6376echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 6392echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
6377if test `eval echo '${'$as_ac_var'}'` = yes; then 6393if test `eval echo '${'$as_ac_var'}'` = yes; then
6378 cat >>confdefs.h <<EOF 6394 cat >>confdefs.h <<EOF
@@ -6385,13 +6401,13 @@ done
6385fi 6401fi
6386 6402
6387if test "${window_system}" = "x11"; then 6403if test "${window_system}" = "x11"; then
6388 echo "$as_me:6388: checking X11 version 6" >&5 6404 echo "$as_me:6404: checking X11 version 6" >&5
6389echo $ECHO_N "checking X11 version 6... $ECHO_C" >&6 6405echo $ECHO_N "checking X11 version 6... $ECHO_C" >&6
6390 if test "${emacs_cv_x11_version_6+set}" = set; then 6406 if test "${emacs_cv_x11_version_6+set}" = set; then
6391 echo $ECHO_N "(cached) $ECHO_C" >&6 6407 echo $ECHO_N "(cached) $ECHO_C" >&6
6392else 6408else
6393 cat >conftest.$ac_ext <<_ACEOF 6409 cat >conftest.$ac_ext <<_ACEOF
6394#line 6394 "configure" 6410#line 6410 "configure"
6395#include "confdefs.h" 6411#include "confdefs.h"
6396#include <X11/Xlib.h> 6412#include <X11/Xlib.h>
6397int 6413int
@@ -6406,16 +6422,16 @@ fail;
6406} 6422}
6407_ACEOF 6423_ACEOF
6408rm -f conftest.$ac_objext conftest$ac_exeext 6424rm -f conftest.$ac_objext conftest$ac_exeext
6409if { (eval echo "$as_me:6409: \"$ac_link\"") >&5 6425if { (eval echo "$as_me:6425: \"$ac_link\"") >&5
6410 (eval $ac_link) 2>&5 6426 (eval $ac_link) 2>&5
6411 ac_status=$? 6427 ac_status=$?
6412 echo "$as_me:6412: \$? = $ac_status" >&5 6428 echo "$as_me:6428: \$? = $ac_status" >&5
6413 (exit $ac_status); } && 6429 (exit $ac_status); } &&
6414 { ac_try='test -s conftest$ac_exeext' 6430 { ac_try='test -s conftest$ac_exeext'
6415 { (eval echo "$as_me:6415: \"$ac_try\"") >&5 6431 { (eval echo "$as_me:6431: \"$ac_try\"") >&5
6416 (eval $ac_try) 2>&5 6432 (eval $ac_try) 2>&5
6417 ac_status=$? 6433 ac_status=$?
6418 echo "$as_me:6418: \$? = $ac_status" >&5 6434 echo "$as_me:6434: \$? = $ac_status" >&5
6419 (exit $ac_status); }; }; then 6435 (exit $ac_status); }; }; then
6420 emacs_cv_x11_version_6=yes 6436 emacs_cv_x11_version_6=yes
6421else 6437else
@@ -6427,26 +6443,26 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6427fi 6443fi
6428 6444
6429 if test $emacs_cv_x11_version_6 = yes; then 6445 if test $emacs_cv_x11_version_6 = yes; then
6430 echo "$as_me:6430: result: 6 or newer" >&5 6446 echo "$as_me:6446: result: 6 or newer" >&5
6431echo "${ECHO_T}6 or newer" >&6 6447echo "${ECHO_T}6 or newer" >&6
6432 cat >>confdefs.h <<\EOF 6448 cat >>confdefs.h <<\EOF
6433#define HAVE_X11R6 1 6449#define HAVE_X11R6 1
6434EOF 6450EOF
6435 6451
6436 else 6452 else
6437 echo "$as_me:6437: result: before 6" >&5 6453 echo "$as_me:6453: result: before 6" >&5
6438echo "${ECHO_T}before 6" >&6 6454echo "${ECHO_T}before 6" >&6
6439 fi 6455 fi
6440fi 6456fi
6441 6457
6442if test "${window_system}" = "x11"; then 6458if test "${window_system}" = "x11"; then
6443 echo "$as_me:6443: checking X11 version 5" >&5 6459 echo "$as_me:6459: checking X11 version 5" >&5
6444echo $ECHO_N "checking X11 version 5... $ECHO_C" >&6 6460echo $ECHO_N "checking X11 version 5... $ECHO_C" >&6
6445 if test "${emacs_cv_x11_version_5+set}" = set; then 6461 if test "${emacs_cv_x11_version_5+set}" = set; then
6446 echo $ECHO_N "(cached) $ECHO_C" >&6 6462 echo $ECHO_N "(cached) $ECHO_C" >&6
6447else 6463else
6448 cat >conftest.$ac_ext <<_ACEOF 6464 cat >conftest.$ac_ext <<_ACEOF
6449#line 6449 "configure" 6465#line 6465 "configure"
6450#include "confdefs.h" 6466#include "confdefs.h"
6451#include <X11/Xlib.h> 6467#include <X11/Xlib.h>
6452int 6468int
@@ -6461,16 +6477,16 @@ fail;
6461} 6477}
6462_ACEOF 6478_ACEOF
6463rm -f conftest.$ac_objext conftest$ac_exeext 6479rm -f conftest.$ac_objext conftest$ac_exeext
6464if { (eval echo "$as_me:6464: \"$ac_link\"") >&5 6480if { (eval echo "$as_me:6480: \"$ac_link\"") >&5
6465 (eval $ac_link) 2>&5 6481 (eval $ac_link) 2>&5
6466 ac_status=$? 6482 ac_status=$?
6467 echo "$as_me:6467: \$? = $ac_status" >&5 6483 echo "$as_me:6483: \$? = $ac_status" >&5
6468 (exit $ac_status); } && 6484 (exit $ac_status); } &&
6469 { ac_try='test -s conftest$ac_exeext' 6485 { ac_try='test -s conftest$ac_exeext'
6470 { (eval echo "$as_me:6470: \"$ac_try\"") >&5 6486 { (eval echo "$as_me:6486: \"$ac_try\"") >&5
6471 (eval $ac_try) 2>&5 6487 (eval $ac_try) 2>&5
6472 ac_status=$? 6488 ac_status=$?
6473 echo "$as_me:6473: \$? = $ac_status" >&5 6489 echo "$as_me:6489: \$? = $ac_status" >&5
6474 (exit $ac_status); }; }; then 6490 (exit $ac_status); }; }; then
6475 emacs_cv_x11_version_5=yes 6491 emacs_cv_x11_version_5=yes
6476else 6492else
@@ -6482,7 +6498,7 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6482fi 6498fi
6483 6499
6484 if test $emacs_cv_x11_version_5 = yes; then 6500 if test $emacs_cv_x11_version_5 = yes; then
6485 echo "$as_me:6485: result: 5 or newer" >&5 6501 echo "$as_me:6501: result: 5 or newer" >&5
6486echo "${ECHO_T}5 or newer" >&6 6502echo "${ECHO_T}5 or newer" >&6
6487 HAVE_X11R5=yes 6503 HAVE_X11R5=yes
6488 cat >>confdefs.h <<\EOF 6504 cat >>confdefs.h <<\EOF
@@ -6491,20 +6507,20 @@ EOF
6491 6507
6492 else 6508 else
6493 HAVE_X11R5=no 6509 HAVE_X11R5=no
6494 echo "$as_me:6494: result: before 5" >&5 6510 echo "$as_me:6510: result: before 5" >&5
6495echo "${ECHO_T}before 5" >&6 6511echo "${ECHO_T}before 5" >&6
6496 fi 6512 fi
6497fi 6513fi
6498 6514
6499if test x"${USE_X_TOOLKIT}" = xmaybe; then 6515if test x"${USE_X_TOOLKIT}" = xmaybe; then
6500 if test x"${HAVE_X11R5}" = xyes; then 6516 if test x"${HAVE_X11R5}" = xyes; then
6501 echo "$as_me:6501: checking X11 version 5 with Xaw" >&5 6517 echo "$as_me:6517: checking X11 version 5 with Xaw" >&5
6502echo $ECHO_N "checking X11 version 5 with Xaw... $ECHO_C" >&6 6518echo $ECHO_N "checking X11 version 5 with Xaw... $ECHO_C" >&6
6503 if test "${emacs_cv_x11_version_5_with_xaw+set}" = set; then 6519 if test "${emacs_cv_x11_version_5_with_xaw+set}" = set; then
6504 echo $ECHO_N "(cached) $ECHO_C" >&6 6520 echo $ECHO_N "(cached) $ECHO_C" >&6
6505else 6521else
6506 cat >conftest.$ac_ext <<_ACEOF 6522 cat >conftest.$ac_ext <<_ACEOF
6507#line 6507 "configure" 6523#line 6523 "configure"
6508#include "confdefs.h" 6524#include "confdefs.h"
6509 6525
6510#include <X11/Intrinsic.h> 6526#include <X11/Intrinsic.h>
@@ -6518,16 +6534,16 @@ main ()
6518} 6534}
6519_ACEOF 6535_ACEOF
6520rm -f conftest.$ac_objext conftest$ac_exeext 6536rm -f conftest.$ac_objext conftest$ac_exeext
6521if { (eval echo "$as_me:6521: \"$ac_link\"") >&5 6537if { (eval echo "$as_me:6537: \"$ac_link\"") >&5
6522 (eval $ac_link) 2>&5 6538 (eval $ac_link) 2>&5
6523 ac_status=$? 6539 ac_status=$?
6524 echo "$as_me:6524: \$? = $ac_status" >&5 6540 echo "$as_me:6540: \$? = $ac_status" >&5
6525 (exit $ac_status); } && 6541 (exit $ac_status); } &&
6526 { ac_try='test -s conftest$ac_exeext' 6542 { ac_try='test -s conftest$ac_exeext'
6527 { (eval echo "$as_me:6527: \"$ac_try\"") >&5 6543 { (eval echo "$as_me:6543: \"$ac_try\"") >&5
6528 (eval $ac_try) 2>&5 6544 (eval $ac_try) 2>&5
6529 ac_status=$? 6545 ac_status=$?
6530 echo "$as_me:6530: \$? = $ac_status" >&5 6546 echo "$as_me:6546: \$? = $ac_status" >&5
6531 (exit $ac_status); }; }; then 6547 (exit $ac_status); }; }; then
6532 emacs_cv_x11_version_5_with_xaw=yes 6548 emacs_cv_x11_version_5_with_xaw=yes
6533else 6549else
@@ -6539,11 +6555,11 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6539fi 6555fi
6540 6556
6541 if test $emacs_cv_x11_version_5_with_xaw = yes; then 6557 if test $emacs_cv_x11_version_5_with_xaw = yes; then
6542 echo "$as_me:6542: result: 5 or newer, with Xaw; use toolkit by default" >&5 6558 echo "$as_me:6558: result: 5 or newer, with Xaw; use toolkit by default" >&5
6543echo "${ECHO_T}5 or newer, with Xaw; use toolkit by default" >&6 6559echo "${ECHO_T}5 or newer, with Xaw; use toolkit by default" >&6
6544 USE_X_TOOLKIT=LUCID 6560 USE_X_TOOLKIT=LUCID
6545 else 6561 else
6546 echo "$as_me:6546: result: before 5 or no Xaw; do not use toolkit by default" >&5 6562 echo "$as_me:6562: result: before 5 or no Xaw; do not use toolkit by default" >&5
6547echo "${ECHO_T}before 5 or no Xaw; do not use toolkit by default" >&6 6563echo "${ECHO_T}before 5 or no Xaw; do not use toolkit by default" >&6
6548 USE_X_TOOLKIT=none 6564 USE_X_TOOLKIT=none
6549 fi 6565 fi
@@ -6555,13 +6571,13 @@ fi
6555X_TOOLKIT_TYPE=$USE_X_TOOLKIT 6571X_TOOLKIT_TYPE=$USE_X_TOOLKIT
6556 6572
6557if test "${USE_X_TOOLKIT}" != "none"; then 6573if test "${USE_X_TOOLKIT}" != "none"; then
6558 echo "$as_me:6558: checking X11 toolkit version" >&5 6574 echo "$as_me:6574: checking X11 toolkit version" >&5
6559echo $ECHO_N "checking X11 toolkit version... $ECHO_C" >&6 6575echo $ECHO_N "checking X11 toolkit version... $ECHO_C" >&6
6560 if test "${emacs_cv_x11_toolkit_version_6+set}" = set; then 6576 if test "${emacs_cv_x11_toolkit_version_6+set}" = set; then
6561 echo $ECHO_N "(cached) $ECHO_C" >&6 6577 echo $ECHO_N "(cached) $ECHO_C" >&6
6562else 6578else
6563 cat >conftest.$ac_ext <<_ACEOF 6579 cat >conftest.$ac_ext <<_ACEOF
6564#line 6564 "configure" 6580#line 6580 "configure"
6565#include "confdefs.h" 6581#include "confdefs.h"
6566#include <X11/Intrinsic.h> 6582#include <X11/Intrinsic.h>
6567int 6583int
@@ -6576,16 +6592,16 @@ fail;
6576} 6592}
6577_ACEOF 6593_ACEOF
6578rm -f conftest.$ac_objext conftest$ac_exeext 6594rm -f conftest.$ac_objext conftest$ac_exeext
6579if { (eval echo "$as_me:6579: \"$ac_link\"") >&5 6595if { (eval echo "$as_me:6595: \"$ac_link\"") >&5
6580 (eval $ac_link) 2>&5 6596 (eval $ac_link) 2>&5
6581 ac_status=$? 6597 ac_status=$?
6582 echo "$as_me:6582: \$? = $ac_status" >&5 6598 echo "$as_me:6598: \$? = $ac_status" >&5
6583 (exit $ac_status); } && 6599 (exit $ac_status); } &&
6584 { ac_try='test -s conftest$ac_exeext' 6600 { ac_try='test -s conftest$ac_exeext'
6585 { (eval echo "$as_me:6585: \"$ac_try\"") >&5 6601 { (eval echo "$as_me:6601: \"$ac_try\"") >&5
6586 (eval $ac_try) 2>&5 6602 (eval $ac_try) 2>&5
6587 ac_status=$? 6603 ac_status=$?
6588 echo "$as_me:6588: \$? = $ac_status" >&5 6604 echo "$as_me:6604: \$? = $ac_status" >&5
6589 (exit $ac_status); }; }; then 6605 (exit $ac_status); }; }; then
6590 emacs_cv_x11_toolkit_version_6=yes 6606 emacs_cv_x11_toolkit_version_6=yes
6591else 6607else
@@ -6598,14 +6614,14 @@ fi
6598 6614
6599 HAVE_X11XTR6=$emacs_cv_x11_toolkit_version_6 6615 HAVE_X11XTR6=$emacs_cv_x11_toolkit_version_6
6600 if test $emacs_cv_x11_toolkit_version_6 = yes; then 6616 if test $emacs_cv_x11_toolkit_version_6 = yes; then
6601 echo "$as_me:6601: result: 6 or newer" >&5 6617 echo "$as_me:6617: result: 6 or newer" >&5
6602echo "${ECHO_T}6 or newer" >&6 6618echo "${ECHO_T}6 or newer" >&6
6603 cat >>confdefs.h <<\EOF 6619 cat >>confdefs.h <<\EOF
6604#define HAVE_X11XTR6 1 6620#define HAVE_X11XTR6 1
6605EOF 6621EOF
6606 6622
6607 else 6623 else
6608 echo "$as_me:6608: result: before 6" >&5 6624 echo "$as_me:6624: result: before 6" >&5
6609echo "${ECHO_T}before 6" >&6 6625echo "${ECHO_T}before 6" >&6
6610 fi 6626 fi
6611 6627
@@ -6616,7 +6632,7 @@ echo "${ECHO_T}before 6" >&6
6616 LIBS="-lXt $LIBS" 6632 LIBS="-lXt $LIBS"
6617 fi 6633 fi
6618 6634
6619echo "$as_me:6619: checking for XmuConvertStandardSelection in -lXmu" >&5 6635echo "$as_me:6635: checking for XmuConvertStandardSelection in -lXmu" >&5
6620echo $ECHO_N "checking for XmuConvertStandardSelection in -lXmu... $ECHO_C" >&6 6636echo $ECHO_N "checking for XmuConvertStandardSelection in -lXmu... $ECHO_C" >&6
6621if test "${ac_cv_lib_Xmu_XmuConvertStandardSelection+set}" = set; then 6637if test "${ac_cv_lib_Xmu_XmuConvertStandardSelection+set}" = set; then
6622 echo $ECHO_N "(cached) $ECHO_C" >&6 6638 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6624,7 +6640,7 @@ else
6624 ac_check_lib_save_LIBS=$LIBS 6640 ac_check_lib_save_LIBS=$LIBS
6625LIBS="-lXmu $LIBS" 6641LIBS="-lXmu $LIBS"
6626cat >conftest.$ac_ext <<_ACEOF 6642cat >conftest.$ac_ext <<_ACEOF
6627#line 6627 "configure" 6643#line 6643 "configure"
6628#include "confdefs.h" 6644#include "confdefs.h"
6629 6645
6630/* Override any gcc2 internal prototype to avoid an error. */ 6646/* Override any gcc2 internal prototype to avoid an error. */
@@ -6643,16 +6659,16 @@ XmuConvertStandardSelection ();
6643} 6659}
6644_ACEOF 6660_ACEOF
6645rm -f conftest.$ac_objext conftest$ac_exeext 6661rm -f conftest.$ac_objext conftest$ac_exeext
6646if { (eval echo "$as_me:6646: \"$ac_link\"") >&5 6662if { (eval echo "$as_me:6662: \"$ac_link\"") >&5
6647 (eval $ac_link) 2>&5 6663 (eval $ac_link) 2>&5
6648 ac_status=$? 6664 ac_status=$?
6649 echo "$as_me:6649: \$? = $ac_status" >&5 6665 echo "$as_me:6665: \$? = $ac_status" >&5
6650 (exit $ac_status); } && 6666 (exit $ac_status); } &&
6651 { ac_try='test -s conftest$ac_exeext' 6667 { ac_try='test -s conftest$ac_exeext'
6652 { (eval echo "$as_me:6652: \"$ac_try\"") >&5 6668 { (eval echo "$as_me:6668: \"$ac_try\"") >&5
6653 (eval $ac_try) 2>&5 6669 (eval $ac_try) 2>&5
6654 ac_status=$? 6670 ac_status=$?
6655 echo "$as_me:6655: \$? = $ac_status" >&5 6671 echo "$as_me:6671: \$? = $ac_status" >&5
6656 (exit $ac_status); }; }; then 6672 (exit $ac_status); }; }; then
6657 ac_cv_lib_Xmu_XmuConvertStandardSelection=yes 6673 ac_cv_lib_Xmu_XmuConvertStandardSelection=yes
6658else 6674else
@@ -6663,7 +6679,7 @@ fi
6663rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6679rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6664LIBS=$ac_check_lib_save_LIBS 6680LIBS=$ac_check_lib_save_LIBS
6665fi 6681fi
6666echo "$as_me:6666: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5 6682echo "$as_me:6682: result: $ac_cv_lib_Xmu_XmuConvertStandardSelection" >&5
6667echo "${ECHO_T}$ac_cv_lib_Xmu_XmuConvertStandardSelection" >&6 6683echo "${ECHO_T}$ac_cv_lib_Xmu_XmuConvertStandardSelection" >&6
6668if test $ac_cv_lib_Xmu_XmuConvertStandardSelection = yes; then 6684if test $ac_cv_lib_Xmu_XmuConvertStandardSelection = yes; then
6669 cat >>confdefs.h <<EOF 6685 cat >>confdefs.h <<EOF
@@ -6681,7 +6697,7 @@ fi
6681if test "${HAVE_X11}" = "yes"; then 6697if test "${HAVE_X11}" = "yes"; then
6682 if test "${USE_X_TOOLKIT}" != "none"; then 6698 if test "${USE_X_TOOLKIT}" != "none"; then
6683 6699
6684echo "$as_me:6684: checking for XShapeQueryExtension in -lXext" >&5 6700echo "$as_me:6700: checking for XShapeQueryExtension in -lXext" >&5
6685echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6 6701echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6
6686if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then 6702if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
6687 echo $ECHO_N "(cached) $ECHO_C" >&6 6703 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6689,7 +6705,7 @@ else
6689 ac_check_lib_save_LIBS=$LIBS 6705 ac_check_lib_save_LIBS=$LIBS
6690LIBS="-lXext $LIBS" 6706LIBS="-lXext $LIBS"
6691cat >conftest.$ac_ext <<_ACEOF 6707cat >conftest.$ac_ext <<_ACEOF
6692#line 6692 "configure" 6708#line 6708 "configure"
6693#include "confdefs.h" 6709#include "confdefs.h"
6694 6710
6695/* Override any gcc2 internal prototype to avoid an error. */ 6711/* Override any gcc2 internal prototype to avoid an error. */
@@ -6708,16 +6724,16 @@ XShapeQueryExtension ();
6708} 6724}
6709_ACEOF 6725_ACEOF
6710rm -f conftest.$ac_objext conftest$ac_exeext 6726rm -f conftest.$ac_objext conftest$ac_exeext
6711if { (eval echo "$as_me:6711: \"$ac_link\"") >&5 6727if { (eval echo "$as_me:6727: \"$ac_link\"") >&5
6712 (eval $ac_link) 2>&5 6728 (eval $ac_link) 2>&5
6713 ac_status=$? 6729 ac_status=$?
6714 echo "$as_me:6714: \$? = $ac_status" >&5 6730 echo "$as_me:6730: \$? = $ac_status" >&5
6715 (exit $ac_status); } && 6731 (exit $ac_status); } &&
6716 { ac_try='test -s conftest$ac_exeext' 6732 { ac_try='test -s conftest$ac_exeext'
6717 { (eval echo "$as_me:6717: \"$ac_try\"") >&5 6733 { (eval echo "$as_me:6733: \"$ac_try\"") >&5
6718 (eval $ac_try) 2>&5 6734 (eval $ac_try) 2>&5
6719 ac_status=$? 6735 ac_status=$?
6720 echo "$as_me:6720: \$? = $ac_status" >&5 6736 echo "$as_me:6736: \$? = $ac_status" >&5
6721 (exit $ac_status); }; }; then 6737 (exit $ac_status); }; }; then
6722 ac_cv_lib_Xext_XShapeQueryExtension=yes 6738 ac_cv_lib_Xext_XShapeQueryExtension=yes
6723else 6739else
@@ -6728,7 +6744,7 @@ fi
6728rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6744rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6729LIBS=$ac_check_lib_save_LIBS 6745LIBS=$ac_check_lib_save_LIBS
6730fi 6746fi
6731echo "$as_me:6731: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5 6747echo "$as_me:6747: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
6732echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6 6748echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6
6733if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then 6749if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
6734 cat >>confdefs.h <<EOF 6750 cat >>confdefs.h <<EOF
@@ -6743,13 +6759,13 @@ fi
6743fi 6759fi
6744 6760
6745if test "${USE_X_TOOLKIT}" = "MOTIF"; then 6761if test "${USE_X_TOOLKIT}" = "MOTIF"; then
6746 echo "$as_me:6746: checking for Motif version 2.1" >&5 6762 echo "$as_me:6762: checking for Motif version 2.1" >&5
6747echo $ECHO_N "checking for Motif version 2.1... $ECHO_C" >&6 6763echo $ECHO_N "checking for Motif version 2.1... $ECHO_C" >&6
6748if test "${emacs_cv_motif_version_2_1+set}" = set; then 6764if test "${emacs_cv_motif_version_2_1+set}" = set; then
6749 echo $ECHO_N "(cached) $ECHO_C" >&6 6765 echo $ECHO_N "(cached) $ECHO_C" >&6
6750else 6766else
6751 cat >conftest.$ac_ext <<_ACEOF 6767 cat >conftest.$ac_ext <<_ACEOF
6752#line 6752 "configure" 6768#line 6768 "configure"
6753#include "confdefs.h" 6769#include "confdefs.h"
6754#include <Xm/Xm.h> 6770#include <Xm/Xm.h>
6755int 6771int
@@ -6765,16 +6781,16 @@ Motif version prior to 2.1.
6765} 6781}
6766_ACEOF 6782_ACEOF
6767rm -f conftest.$ac_objext 6783rm -f conftest.$ac_objext
6768if { (eval echo "$as_me:6768: \"$ac_compile\"") >&5 6784if { (eval echo "$as_me:6784: \"$ac_compile\"") >&5
6769 (eval $ac_compile) 2>&5 6785 (eval $ac_compile) 2>&5
6770 ac_status=$? 6786 ac_status=$?
6771 echo "$as_me:6771: \$? = $ac_status" >&5 6787 echo "$as_me:6787: \$? = $ac_status" >&5
6772 (exit $ac_status); } && 6788 (exit $ac_status); } &&
6773 { ac_try='test -s conftest.$ac_objext' 6789 { ac_try='test -s conftest.$ac_objext'
6774 { (eval echo "$as_me:6774: \"$ac_try\"") >&5 6790 { (eval echo "$as_me:6790: \"$ac_try\"") >&5
6775 (eval $ac_try) 2>&5 6791 (eval $ac_try) 2>&5
6776 ac_status=$? 6792 ac_status=$?
6777 echo "$as_me:6777: \$? = $ac_status" >&5 6793 echo "$as_me:6793: \$? = $ac_status" >&5
6778 (exit $ac_status); }; }; then 6794 (exit $ac_status); }; }; then
6779 emacs_cv_motif_version_2_1=yes 6795 emacs_cv_motif_version_2_1=yes
6780else 6796else
@@ -6784,7 +6800,7 @@ emacs_cv_motif_version_2_1=no
6784fi 6800fi
6785rm -f conftest.$ac_objext conftest.$ac_ext 6801rm -f conftest.$ac_objext conftest.$ac_ext
6786fi 6802fi
6787echo "$as_me:6787: result: $emacs_cv_motif_version_2_1" >&5 6803echo "$as_me:6803: result: $emacs_cv_motif_version_2_1" >&5
6788echo "${ECHO_T}$emacs_cv_motif_version_2_1" >&6 6804echo "${ECHO_T}$emacs_cv_motif_version_2_1" >&6
6789 HAVE_MOTIF_2_1=$emacs_cv_motif_version_2_1 6805 HAVE_MOTIF_2_1=$emacs_cv_motif_version_2_1
6790 if test $emacs_cv_motif_version_2_1 = yes; then 6806 if test $emacs_cv_motif_version_2_1 = yes; then
@@ -6793,7 +6809,7 @@ echo "${ECHO_T}$emacs_cv_motif_version_2_1" >&6
6793#define HAVE_MOTIF_2_1 1 6809#define HAVE_MOTIF_2_1 1
6794EOF 6810EOF
6795 6811
6796 echo "$as_me:6796: checking for XpCreateContext in -lXp" >&5 6812 echo "$as_me:6812: checking for XpCreateContext in -lXp" >&5
6797echo $ECHO_N "checking for XpCreateContext in -lXp... $ECHO_C" >&6 6813echo $ECHO_N "checking for XpCreateContext in -lXp... $ECHO_C" >&6
6798if test "${ac_cv_lib_Xp_XpCreateContext+set}" = set; then 6814if test "${ac_cv_lib_Xp_XpCreateContext+set}" = set; then
6799 echo $ECHO_N "(cached) $ECHO_C" >&6 6815 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6801,7 +6817,7 @@ else
6801 ac_check_lib_save_LIBS=$LIBS 6817 ac_check_lib_save_LIBS=$LIBS
6802LIBS="-lXp $LIBS" 6818LIBS="-lXp $LIBS"
6803cat >conftest.$ac_ext <<_ACEOF 6819cat >conftest.$ac_ext <<_ACEOF
6804#line 6804 "configure" 6820#line 6820 "configure"
6805#include "confdefs.h" 6821#include "confdefs.h"
6806 6822
6807/* Override any gcc2 internal prototype to avoid an error. */ 6823/* Override any gcc2 internal prototype to avoid an error. */
@@ -6820,16 +6836,16 @@ XpCreateContext ();
6820} 6836}
6821_ACEOF 6837_ACEOF
6822rm -f conftest.$ac_objext conftest$ac_exeext 6838rm -f conftest.$ac_objext conftest$ac_exeext
6823if { (eval echo "$as_me:6823: \"$ac_link\"") >&5 6839if { (eval echo "$as_me:6839: \"$ac_link\"") >&5
6824 (eval $ac_link) 2>&5 6840 (eval $ac_link) 2>&5
6825 ac_status=$? 6841 ac_status=$?
6826 echo "$as_me:6826: \$? = $ac_status" >&5 6842 echo "$as_me:6842: \$? = $ac_status" >&5
6827 (exit $ac_status); } && 6843 (exit $ac_status); } &&
6828 { ac_try='test -s conftest$ac_exeext' 6844 { ac_try='test -s conftest$ac_exeext'
6829 { (eval echo "$as_me:6829: \"$ac_try\"") >&5 6845 { (eval echo "$as_me:6845: \"$ac_try\"") >&5
6830 (eval $ac_try) 2>&5 6846 (eval $ac_try) 2>&5
6831 ac_status=$? 6847 ac_status=$?
6832 echo "$as_me:6832: \$? = $ac_status" >&5 6848 echo "$as_me:6848: \$? = $ac_status" >&5
6833 (exit $ac_status); }; }; then 6849 (exit $ac_status); }; }; then
6834 ac_cv_lib_Xp_XpCreateContext=yes 6850 ac_cv_lib_Xp_XpCreateContext=yes
6835else 6851else
@@ -6840,7 +6856,7 @@ fi
6840rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6856rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6841LIBS=$ac_check_lib_save_LIBS 6857LIBS=$ac_check_lib_save_LIBS
6842fi 6858fi
6843echo "$as_me:6843: result: $ac_cv_lib_Xp_XpCreateContext" >&5 6859echo "$as_me:6859: result: $ac_cv_lib_Xp_XpCreateContext" >&5
6844echo "${ECHO_T}$ac_cv_lib_Xp_XpCreateContext" >&6 6860echo "${ECHO_T}$ac_cv_lib_Xp_XpCreateContext" >&6
6845if test $ac_cv_lib_Xp_XpCreateContext = yes; then 6861if test $ac_cv_lib_Xp_XpCreateContext = yes; then
6846 HAVE_LIBXP=yes 6862 HAVE_LIBXP=yes
@@ -6859,23 +6875,23 @@ fi
6859HAVE_XAW3D=no 6875HAVE_XAW3D=no
6860if test "${HAVE_X11}" = "yes"; then 6876if test "${HAVE_X11}" = "yes"; then
6861 if test "${USE_X_TOOLKIT}" != "none"; then 6877 if test "${USE_X_TOOLKIT}" != "none"; then
6862 echo "$as_me:6862: checking for X11/Xaw3d/Scrollbar.h" >&5 6878 echo "$as_me:6878: checking for X11/Xaw3d/Scrollbar.h" >&5
6863echo $ECHO_N "checking for X11/Xaw3d/Scrollbar.h... $ECHO_C" >&6 6879echo $ECHO_N "checking for X11/Xaw3d/Scrollbar.h... $ECHO_C" >&6
6864if test "${ac_cv_header_X11_Xaw3d_Scrollbar_h+set}" = set; then 6880if test "${ac_cv_header_X11_Xaw3d_Scrollbar_h+set}" = set; then
6865 echo $ECHO_N "(cached) $ECHO_C" >&6 6881 echo $ECHO_N "(cached) $ECHO_C" >&6
6866else 6882else
6867 cat >conftest.$ac_ext <<_ACEOF 6883 cat >conftest.$ac_ext <<_ACEOF
6868#line 6868 "configure" 6884#line 6884 "configure"
6869#include "confdefs.h" 6885#include "confdefs.h"
6870#include <X11/Xaw3d/Scrollbar.h> 6886#include <X11/Xaw3d/Scrollbar.h>
6871_ACEOF 6887_ACEOF
6872if { (eval echo "$as_me:6872: \"$ac_cpp conftest.$ac_ext\"") >&5 6888if { (eval echo "$as_me:6888: \"$ac_cpp conftest.$ac_ext\"") >&5
6873 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 6889 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6874 ac_status=$? 6890 ac_status=$?
6875 egrep -v '^ *\+' conftest.er1 >conftest.err 6891 egrep -v '^ *\+' conftest.er1 >conftest.err
6876 rm -f conftest.er1 6892 rm -f conftest.er1
6877 cat conftest.err >&5 6893 cat conftest.err >&5
6878 echo "$as_me:6878: \$? = $ac_status" >&5 6894 echo "$as_me:6894: \$? = $ac_status" >&5
6879 (exit $ac_status); } >/dev/null; then 6895 (exit $ac_status); } >/dev/null; then
6880 if test -s conftest.err; then 6896 if test -s conftest.err; then
6881 ac_cpp_err=$ac_c_preproc_warn_flag 6897 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -6894,10 +6910,10 @@ else
6894fi 6910fi
6895rm -f conftest.err conftest.$ac_ext 6911rm -f conftest.err conftest.$ac_ext
6896fi 6912fi
6897echo "$as_me:6897: result: $ac_cv_header_X11_Xaw3d_Scrollbar_h" >&5 6913echo "$as_me:6913: result: $ac_cv_header_X11_Xaw3d_Scrollbar_h" >&5
6898echo "${ECHO_T}$ac_cv_header_X11_Xaw3d_Scrollbar_h" >&6 6914echo "${ECHO_T}$ac_cv_header_X11_Xaw3d_Scrollbar_h" >&6
6899if test $ac_cv_header_X11_Xaw3d_Scrollbar_h = yes; then 6915if test $ac_cv_header_X11_Xaw3d_Scrollbar_h = yes; then
6900 echo "$as_me:6900: checking for XawScrollbarSetThumb in -lXaw3d" >&5 6916 echo "$as_me:6916: checking for XawScrollbarSetThumb in -lXaw3d" >&5
6901echo $ECHO_N "checking for XawScrollbarSetThumb in -lXaw3d... $ECHO_C" >&6 6917echo $ECHO_N "checking for XawScrollbarSetThumb in -lXaw3d... $ECHO_C" >&6
6902if test "${ac_cv_lib_Xaw3d_XawScrollbarSetThumb+set}" = set; then 6918if test "${ac_cv_lib_Xaw3d_XawScrollbarSetThumb+set}" = set; then
6903 echo $ECHO_N "(cached) $ECHO_C" >&6 6919 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -6905,7 +6921,7 @@ else
6905 ac_check_lib_save_LIBS=$LIBS 6921 ac_check_lib_save_LIBS=$LIBS
6906LIBS="-lXaw3d $LIBS" 6922LIBS="-lXaw3d $LIBS"
6907cat >conftest.$ac_ext <<_ACEOF 6923cat >conftest.$ac_ext <<_ACEOF
6908#line 6908 "configure" 6924#line 6924 "configure"
6909#include "confdefs.h" 6925#include "confdefs.h"
6910 6926
6911/* Override any gcc2 internal prototype to avoid an error. */ 6927/* Override any gcc2 internal prototype to avoid an error. */
@@ -6924,16 +6940,16 @@ XawScrollbarSetThumb ();
6924} 6940}
6925_ACEOF 6941_ACEOF
6926rm -f conftest.$ac_objext conftest$ac_exeext 6942rm -f conftest.$ac_objext conftest$ac_exeext
6927if { (eval echo "$as_me:6927: \"$ac_link\"") >&5 6943if { (eval echo "$as_me:6943: \"$ac_link\"") >&5
6928 (eval $ac_link) 2>&5 6944 (eval $ac_link) 2>&5
6929 ac_status=$? 6945 ac_status=$?
6930 echo "$as_me:6930: \$? = $ac_status" >&5 6946 echo "$as_me:6946: \$? = $ac_status" >&5
6931 (exit $ac_status); } && 6947 (exit $ac_status); } &&
6932 { ac_try='test -s conftest$ac_exeext' 6948 { ac_try='test -s conftest$ac_exeext'
6933 { (eval echo "$as_me:6933: \"$ac_try\"") >&5 6949 { (eval echo "$as_me:6949: \"$ac_try\"") >&5
6934 (eval $ac_try) 2>&5 6950 (eval $ac_try) 2>&5
6935 ac_status=$? 6951 ac_status=$?
6936 echo "$as_me:6936: \$? = $ac_status" >&5 6952 echo "$as_me:6952: \$? = $ac_status" >&5
6937 (exit $ac_status); }; }; then 6953 (exit $ac_status); }; }; then
6938 ac_cv_lib_Xaw3d_XawScrollbarSetThumb=yes 6954 ac_cv_lib_Xaw3d_XawScrollbarSetThumb=yes
6939else 6955else
@@ -6944,7 +6960,7 @@ fi
6944rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6960rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
6945LIBS=$ac_check_lib_save_LIBS 6961LIBS=$ac_check_lib_save_LIBS
6946fi 6962fi
6947echo "$as_me:6947: result: $ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&5 6963echo "$as_me:6963: result: $ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&5
6948echo "${ECHO_T}$ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&6 6964echo "${ECHO_T}$ac_cv_lib_Xaw3d_XawScrollbarSetThumb" >&6
6949if test $ac_cv_lib_Xaw3d_XawScrollbarSetThumb = yes; then 6965if test $ac_cv_lib_Xaw3d_XawScrollbarSetThumb = yes; then
6950 HAVE_XAW3D=yes 6966 HAVE_XAW3D=yes
@@ -6992,23 +7008,23 @@ fi
6992HAVE_XPM=no 7008HAVE_XPM=no
6993if test "${HAVE_X11}" = "yes"; then 7009if test "${HAVE_X11}" = "yes"; then
6994 if test "${with_xpm}" != "no"; then 7010 if test "${with_xpm}" != "no"; then
6995 echo "$as_me:6995: checking for X11/xpm.h" >&5 7011 echo "$as_me:7011: checking for X11/xpm.h" >&5
6996echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6 7012echo $ECHO_N "checking for X11/xpm.h... $ECHO_C" >&6
6997if test "${ac_cv_header_X11_xpm_h+set}" = set; then 7013if test "${ac_cv_header_X11_xpm_h+set}" = set; then
6998 echo $ECHO_N "(cached) $ECHO_C" >&6 7014 echo $ECHO_N "(cached) $ECHO_C" >&6
6999else 7015else
7000 cat >conftest.$ac_ext <<_ACEOF 7016 cat >conftest.$ac_ext <<_ACEOF
7001#line 7001 "configure" 7017#line 7017 "configure"
7002#include "confdefs.h" 7018#include "confdefs.h"
7003#include <X11/xpm.h> 7019#include <X11/xpm.h>
7004_ACEOF 7020_ACEOF
7005if { (eval echo "$as_me:7005: \"$ac_cpp conftest.$ac_ext\"") >&5 7021if { (eval echo "$as_me:7021: \"$ac_cpp conftest.$ac_ext\"") >&5
7006 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7022 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7007 ac_status=$? 7023 ac_status=$?
7008 egrep -v '^ *\+' conftest.er1 >conftest.err 7024 egrep -v '^ *\+' conftest.er1 >conftest.err
7009 rm -f conftest.er1 7025 rm -f conftest.er1
7010 cat conftest.err >&5 7026 cat conftest.err >&5
7011 echo "$as_me:7011: \$? = $ac_status" >&5 7027 echo "$as_me:7027: \$? = $ac_status" >&5
7012 (exit $ac_status); } >/dev/null; then 7028 (exit $ac_status); } >/dev/null; then
7013 if test -s conftest.err; then 7029 if test -s conftest.err; then
7014 ac_cpp_err=$ac_c_preproc_warn_flag 7030 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -7027,10 +7043,10 @@ else
7027fi 7043fi
7028rm -f conftest.err conftest.$ac_ext 7044rm -f conftest.err conftest.$ac_ext
7029fi 7045fi
7030echo "$as_me:7030: result: $ac_cv_header_X11_xpm_h" >&5 7046echo "$as_me:7046: result: $ac_cv_header_X11_xpm_h" >&5
7031echo "${ECHO_T}$ac_cv_header_X11_xpm_h" >&6 7047echo "${ECHO_T}$ac_cv_header_X11_xpm_h" >&6
7032if test $ac_cv_header_X11_xpm_h = yes; then 7048if test $ac_cv_header_X11_xpm_h = yes; then
7033 echo "$as_me:7033: checking for XpmReadFileToPixmap in -lXpm" >&5 7049 echo "$as_me:7049: checking for XpmReadFileToPixmap in -lXpm" >&5
7034echo $ECHO_N "checking for XpmReadFileToPixmap in -lXpm... $ECHO_C" >&6 7050echo $ECHO_N "checking for XpmReadFileToPixmap in -lXpm... $ECHO_C" >&6
7035if test "${ac_cv_lib_Xpm_XpmReadFileToPixmap+set}" = set; then 7051if test "${ac_cv_lib_Xpm_XpmReadFileToPixmap+set}" = set; then
7036 echo $ECHO_N "(cached) $ECHO_C" >&6 7052 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7038,7 +7054,7 @@ else
7038 ac_check_lib_save_LIBS=$LIBS 7054 ac_check_lib_save_LIBS=$LIBS
7039LIBS="-lXpm -lX11 $LIBS" 7055LIBS="-lXpm -lX11 $LIBS"
7040cat >conftest.$ac_ext <<_ACEOF 7056cat >conftest.$ac_ext <<_ACEOF
7041#line 7041 "configure" 7057#line 7057 "configure"
7042#include "confdefs.h" 7058#include "confdefs.h"
7043 7059
7044/* Override any gcc2 internal prototype to avoid an error. */ 7060/* Override any gcc2 internal prototype to avoid an error. */
@@ -7057,16 +7073,16 @@ XpmReadFileToPixmap ();
7057} 7073}
7058_ACEOF 7074_ACEOF
7059rm -f conftest.$ac_objext conftest$ac_exeext 7075rm -f conftest.$ac_objext conftest$ac_exeext
7060if { (eval echo "$as_me:7060: \"$ac_link\"") >&5 7076if { (eval echo "$as_me:7076: \"$ac_link\"") >&5
7061 (eval $ac_link) 2>&5 7077 (eval $ac_link) 2>&5
7062 ac_status=$? 7078 ac_status=$?
7063 echo "$as_me:7063: \$? = $ac_status" >&5 7079 echo "$as_me:7079: \$? = $ac_status" >&5
7064 (exit $ac_status); } && 7080 (exit $ac_status); } &&
7065 { ac_try='test -s conftest$ac_exeext' 7081 { ac_try='test -s conftest$ac_exeext'
7066 { (eval echo "$as_me:7066: \"$ac_try\"") >&5 7082 { (eval echo "$as_me:7082: \"$ac_try\"") >&5
7067 (eval $ac_try) 2>&5 7083 (eval $ac_try) 2>&5
7068 ac_status=$? 7084 ac_status=$?
7069 echo "$as_me:7069: \$? = $ac_status" >&5 7085 echo "$as_me:7085: \$? = $ac_status" >&5
7070 (exit $ac_status); }; }; then 7086 (exit $ac_status); }; }; then
7071 ac_cv_lib_Xpm_XpmReadFileToPixmap=yes 7087 ac_cv_lib_Xpm_XpmReadFileToPixmap=yes
7072else 7088else
@@ -7077,7 +7093,7 @@ fi
7077rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7093rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7078LIBS=$ac_check_lib_save_LIBS 7094LIBS=$ac_check_lib_save_LIBS
7079fi 7095fi
7080echo "$as_me:7080: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5 7096echo "$as_me:7096: result: $ac_cv_lib_Xpm_XpmReadFileToPixmap" >&5
7081echo "${ECHO_T}$ac_cv_lib_Xpm_XpmReadFileToPixmap" >&6 7097echo "${ECHO_T}$ac_cv_lib_Xpm_XpmReadFileToPixmap" >&6
7082if test $ac_cv_lib_Xpm_XpmReadFileToPixmap = yes; then 7098if test $ac_cv_lib_Xpm_XpmReadFileToPixmap = yes; then
7083 HAVE_XPM=yes 7099 HAVE_XPM=yes
@@ -7086,10 +7102,10 @@ fi
7086fi 7102fi
7087 7103
7088 if test "${HAVE_XPM}" = "yes"; then 7104 if test "${HAVE_XPM}" = "yes"; then
7089 echo "$as_me:7089: checking for XpmReturnAllocPixels preprocessor define" >&5 7105 echo "$as_me:7105: checking for XpmReturnAllocPixels preprocessor define" >&5
7090echo $ECHO_N "checking for XpmReturnAllocPixels preprocessor define... $ECHO_C" >&6 7106echo $ECHO_N "checking for XpmReturnAllocPixels preprocessor define... $ECHO_C" >&6
7091 cat >conftest.$ac_ext <<_ACEOF 7107 cat >conftest.$ac_ext <<_ACEOF
7092#line 7092 "configure" 7108#line 7108 "configure"
7093#include "confdefs.h" 7109#include "confdefs.h"
7094#include "X11/xpm.h" 7110#include "X11/xpm.h"
7095#ifndef XpmReturnAllocPixels 7111#ifndef XpmReturnAllocPixels
@@ -7106,10 +7122,10 @@ fi
7106rm -f conftest* 7122rm -f conftest*
7107 7123
7108 if test "${HAVE_XPM}" = "yes"; then 7124 if test "${HAVE_XPM}" = "yes"; then
7109 echo "$as_me:7109: result: yes" >&5 7125 echo "$as_me:7125: result: yes" >&5
7110echo "${ECHO_T}yes" >&6 7126echo "${ECHO_T}yes" >&6
7111 else 7127 else
7112 echo "$as_me:7112: result: no" >&5 7128 echo "$as_me:7128: result: no" >&5
7113echo "${ECHO_T}no" >&6 7129echo "${ECHO_T}no" >&6
7114 fi 7130 fi
7115 fi 7131 fi
@@ -7127,23 +7143,23 @@ fi
7127HAVE_JPEG=no 7143HAVE_JPEG=no
7128if test "${HAVE_X11}" = "yes"; then 7144if test "${HAVE_X11}" = "yes"; then
7129 if test "${with_jpeg}" != "no"; then 7145 if test "${with_jpeg}" != "no"; then
7130 echo "$as_me:7130: checking for jerror.h" >&5 7146 echo "$as_me:7146: checking for jerror.h" >&5
7131echo $ECHO_N "checking for jerror.h... $ECHO_C" >&6 7147echo $ECHO_N "checking for jerror.h... $ECHO_C" >&6
7132if test "${ac_cv_header_jerror_h+set}" = set; then 7148if test "${ac_cv_header_jerror_h+set}" = set; then
7133 echo $ECHO_N "(cached) $ECHO_C" >&6 7149 echo $ECHO_N "(cached) $ECHO_C" >&6
7134else 7150else
7135 cat >conftest.$ac_ext <<_ACEOF 7151 cat >conftest.$ac_ext <<_ACEOF
7136#line 7136 "configure" 7152#line 7152 "configure"
7137#include "confdefs.h" 7153#include "confdefs.h"
7138#include <jerror.h> 7154#include <jerror.h>
7139_ACEOF 7155_ACEOF
7140if { (eval echo "$as_me:7140: \"$ac_cpp conftest.$ac_ext\"") >&5 7156if { (eval echo "$as_me:7156: \"$ac_cpp conftest.$ac_ext\"") >&5
7141 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7157 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7142 ac_status=$? 7158 ac_status=$?
7143 egrep -v '^ *\+' conftest.er1 >conftest.err 7159 egrep -v '^ *\+' conftest.er1 >conftest.err
7144 rm -f conftest.er1 7160 rm -f conftest.er1
7145 cat conftest.err >&5 7161 cat conftest.err >&5
7146 echo "$as_me:7146: \$? = $ac_status" >&5 7162 echo "$as_me:7162: \$? = $ac_status" >&5
7147 (exit $ac_status); } >/dev/null; then 7163 (exit $ac_status); } >/dev/null; then
7148 if test -s conftest.err; then 7164 if test -s conftest.err; then
7149 ac_cpp_err=$ac_c_preproc_warn_flag 7165 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -7162,10 +7178,10 @@ else
7162fi 7178fi
7163rm -f conftest.err conftest.$ac_ext 7179rm -f conftest.err conftest.$ac_ext
7164fi 7180fi
7165echo "$as_me:7165: result: $ac_cv_header_jerror_h" >&5 7181echo "$as_me:7181: result: $ac_cv_header_jerror_h" >&5
7166echo "${ECHO_T}$ac_cv_header_jerror_h" >&6 7182echo "${ECHO_T}$ac_cv_header_jerror_h" >&6
7167if test $ac_cv_header_jerror_h = yes; then 7183if test $ac_cv_header_jerror_h = yes; then
7168 echo "$as_me:7168: checking for jpeg_destroy_compress in -ljpeg" >&5 7184 echo "$as_me:7184: checking for jpeg_destroy_compress in -ljpeg" >&5
7169echo $ECHO_N "checking for jpeg_destroy_compress in -ljpeg... $ECHO_C" >&6 7185echo $ECHO_N "checking for jpeg_destroy_compress in -ljpeg... $ECHO_C" >&6
7170if test "${ac_cv_lib_jpeg_jpeg_destroy_compress+set}" = set; then 7186if test "${ac_cv_lib_jpeg_jpeg_destroy_compress+set}" = set; then
7171 echo $ECHO_N "(cached) $ECHO_C" >&6 7187 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7173,7 +7189,7 @@ else
7173 ac_check_lib_save_LIBS=$LIBS 7189 ac_check_lib_save_LIBS=$LIBS
7174LIBS="-ljpeg $LIBS" 7190LIBS="-ljpeg $LIBS"
7175cat >conftest.$ac_ext <<_ACEOF 7191cat >conftest.$ac_ext <<_ACEOF
7176#line 7176 "configure" 7192#line 7192 "configure"
7177#include "confdefs.h" 7193#include "confdefs.h"
7178 7194
7179/* Override any gcc2 internal prototype to avoid an error. */ 7195/* Override any gcc2 internal prototype to avoid an error. */
@@ -7192,16 +7208,16 @@ jpeg_destroy_compress ();
7192} 7208}
7193_ACEOF 7209_ACEOF
7194rm -f conftest.$ac_objext conftest$ac_exeext 7210rm -f conftest.$ac_objext conftest$ac_exeext
7195if { (eval echo "$as_me:7195: \"$ac_link\"") >&5 7211if { (eval echo "$as_me:7211: \"$ac_link\"") >&5
7196 (eval $ac_link) 2>&5 7212 (eval $ac_link) 2>&5
7197 ac_status=$? 7213 ac_status=$?
7198 echo "$as_me:7198: \$? = $ac_status" >&5 7214 echo "$as_me:7214: \$? = $ac_status" >&5
7199 (exit $ac_status); } && 7215 (exit $ac_status); } &&
7200 { ac_try='test -s conftest$ac_exeext' 7216 { ac_try='test -s conftest$ac_exeext'
7201 { (eval echo "$as_me:7201: \"$ac_try\"") >&5 7217 { (eval echo "$as_me:7217: \"$ac_try\"") >&5
7202 (eval $ac_try) 2>&5 7218 (eval $ac_try) 2>&5
7203 ac_status=$? 7219 ac_status=$?
7204 echo "$as_me:7204: \$? = $ac_status" >&5 7220 echo "$as_me:7220: \$? = $ac_status" >&5
7205 (exit $ac_status); }; }; then 7221 (exit $ac_status); }; }; then
7206 ac_cv_lib_jpeg_jpeg_destroy_compress=yes 7222 ac_cv_lib_jpeg_jpeg_destroy_compress=yes
7207else 7223else
@@ -7212,7 +7228,7 @@ fi
7212rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7228rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7213LIBS=$ac_check_lib_save_LIBS 7229LIBS=$ac_check_lib_save_LIBS
7214fi 7230fi
7215echo "$as_me:7215: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5 7231echo "$as_me:7231: result: $ac_cv_lib_jpeg_jpeg_destroy_compress" >&5
7216echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_destroy_compress" >&6 7232echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_destroy_compress" >&6
7217if test $ac_cv_lib_jpeg_jpeg_destroy_compress = yes; then 7233if test $ac_cv_lib_jpeg_jpeg_destroy_compress = yes; then
7218 HAVE_JPEG=yes 7234 HAVE_JPEG=yes
@@ -7228,7 +7244,7 @@ fi
7228EOF 7244EOF
7229 7245
7230 cat >conftest.$ac_ext <<_ACEOF 7246 cat >conftest.$ac_ext <<_ACEOF
7231#line 7231 "configure" 7247#line 7247 "configure"
7232#include "confdefs.h" 7248#include "confdefs.h"
7233 #include <jpeglib.h> 7249 #include <jpeglib.h>
7234 version=JPEG_LIB_VERSION 7250 version=JPEG_LIB_VERSION
@@ -7241,7 +7257,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7241EOF 7257EOF
7242 7258
7243else 7259else
7244 { echo "$as_me:7244: WARNING: libjpeg found, but not version 6b or later" >&5 7260 { echo "$as_me:7260: WARNING: libjpeg found, but not version 6b or later" >&5
7245echo "$as_me: WARNING: libjpeg found, but not version 6b or later" >&2;} 7261echo "$as_me: WARNING: libjpeg found, but not version 6b or later" >&2;}
7246 HAVE_JPEG=no 7262 HAVE_JPEG=no
7247fi 7263fi
@@ -7254,23 +7270,23 @@ fi
7254HAVE_PNG=no 7270HAVE_PNG=no
7255if test "${HAVE_X11}" = "yes"; then 7271if test "${HAVE_X11}" = "yes"; then
7256 if test "${with_png}" != "no"; then 7272 if test "${with_png}" != "no"; then
7257 echo "$as_me:7257: checking for png.h" >&5 7273 echo "$as_me:7273: checking for png.h" >&5
7258echo $ECHO_N "checking for png.h... $ECHO_C" >&6 7274echo $ECHO_N "checking for png.h... $ECHO_C" >&6
7259if test "${ac_cv_header_png_h+set}" = set; then 7275if test "${ac_cv_header_png_h+set}" = set; then
7260 echo $ECHO_N "(cached) $ECHO_C" >&6 7276 echo $ECHO_N "(cached) $ECHO_C" >&6
7261else 7277else
7262 cat >conftest.$ac_ext <<_ACEOF 7278 cat >conftest.$ac_ext <<_ACEOF
7263#line 7263 "configure" 7279#line 7279 "configure"
7264#include "confdefs.h" 7280#include "confdefs.h"
7265#include <png.h> 7281#include <png.h>
7266_ACEOF 7282_ACEOF
7267if { (eval echo "$as_me:7267: \"$ac_cpp conftest.$ac_ext\"") >&5 7283if { (eval echo "$as_me:7283: \"$ac_cpp conftest.$ac_ext\"") >&5
7268 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7284 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7269 ac_status=$? 7285 ac_status=$?
7270 egrep -v '^ *\+' conftest.er1 >conftest.err 7286 egrep -v '^ *\+' conftest.er1 >conftest.err
7271 rm -f conftest.er1 7287 rm -f conftest.er1
7272 cat conftest.err >&5 7288 cat conftest.err >&5
7273 echo "$as_me:7273: \$? = $ac_status" >&5 7289 echo "$as_me:7289: \$? = $ac_status" >&5
7274 (exit $ac_status); } >/dev/null; then 7290 (exit $ac_status); } >/dev/null; then
7275 if test -s conftest.err; then 7291 if test -s conftest.err; then
7276 ac_cpp_err=$ac_c_preproc_warn_flag 7292 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -7289,10 +7305,10 @@ else
7289fi 7305fi
7290rm -f conftest.err conftest.$ac_ext 7306rm -f conftest.err conftest.$ac_ext
7291fi 7307fi
7292echo "$as_me:7292: result: $ac_cv_header_png_h" >&5 7308echo "$as_me:7308: result: $ac_cv_header_png_h" >&5
7293echo "${ECHO_T}$ac_cv_header_png_h" >&6 7309echo "${ECHO_T}$ac_cv_header_png_h" >&6
7294if test $ac_cv_header_png_h = yes; then 7310if test $ac_cv_header_png_h = yes; then
7295 echo "$as_me:7295: checking for png_get_channels in -lpng" >&5 7311 echo "$as_me:7311: checking for png_get_channels in -lpng" >&5
7296echo $ECHO_N "checking for png_get_channels in -lpng... $ECHO_C" >&6 7312echo $ECHO_N "checking for png_get_channels in -lpng... $ECHO_C" >&6
7297if test "${ac_cv_lib_png_png_get_channels+set}" = set; then 7313if test "${ac_cv_lib_png_png_get_channels+set}" = set; then
7298 echo $ECHO_N "(cached) $ECHO_C" >&6 7314 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7300,7 +7316,7 @@ else
7300 ac_check_lib_save_LIBS=$LIBS 7316 ac_check_lib_save_LIBS=$LIBS
7301LIBS="-lpng -lz -lm $LIBS" 7317LIBS="-lpng -lz -lm $LIBS"
7302cat >conftest.$ac_ext <<_ACEOF 7318cat >conftest.$ac_ext <<_ACEOF
7303#line 7303 "configure" 7319#line 7319 "configure"
7304#include "confdefs.h" 7320#include "confdefs.h"
7305 7321
7306/* Override any gcc2 internal prototype to avoid an error. */ 7322/* Override any gcc2 internal prototype to avoid an error. */
@@ -7319,16 +7335,16 @@ png_get_channels ();
7319} 7335}
7320_ACEOF 7336_ACEOF
7321rm -f conftest.$ac_objext conftest$ac_exeext 7337rm -f conftest.$ac_objext conftest$ac_exeext
7322if { (eval echo "$as_me:7322: \"$ac_link\"") >&5 7338if { (eval echo "$as_me:7338: \"$ac_link\"") >&5
7323 (eval $ac_link) 2>&5 7339 (eval $ac_link) 2>&5
7324 ac_status=$? 7340 ac_status=$?
7325 echo "$as_me:7325: \$? = $ac_status" >&5 7341 echo "$as_me:7341: \$? = $ac_status" >&5
7326 (exit $ac_status); } && 7342 (exit $ac_status); } &&
7327 { ac_try='test -s conftest$ac_exeext' 7343 { ac_try='test -s conftest$ac_exeext'
7328 { (eval echo "$as_me:7328: \"$ac_try\"") >&5 7344 { (eval echo "$as_me:7344: \"$ac_try\"") >&5
7329 (eval $ac_try) 2>&5 7345 (eval $ac_try) 2>&5
7330 ac_status=$? 7346 ac_status=$?
7331 echo "$as_me:7331: \$? = $ac_status" >&5 7347 echo "$as_me:7347: \$? = $ac_status" >&5
7332 (exit $ac_status); }; }; then 7348 (exit $ac_status); }; }; then
7333 ac_cv_lib_png_png_get_channels=yes 7349 ac_cv_lib_png_png_get_channels=yes
7334else 7350else
@@ -7339,7 +7355,7 @@ fi
7339rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7355rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7340LIBS=$ac_check_lib_save_LIBS 7356LIBS=$ac_check_lib_save_LIBS
7341fi 7357fi
7342echo "$as_me:7342: result: $ac_cv_lib_png_png_get_channels" >&5 7358echo "$as_me:7358: result: $ac_cv_lib_png_png_get_channels" >&5
7343echo "${ECHO_T}$ac_cv_lib_png_png_get_channels" >&6 7359echo "${ECHO_T}$ac_cv_lib_png_png_get_channels" >&6
7344if test $ac_cv_lib_png_png_get_channels = yes; then 7360if test $ac_cv_lib_png_png_get_channels = yes; then
7345 HAVE_PNG=yes 7361 HAVE_PNG=yes
@@ -7361,23 +7377,23 @@ fi
7361HAVE_TIFF=no 7377HAVE_TIFF=no
7362if test "${HAVE_X11}" = "yes"; then 7378if test "${HAVE_X11}" = "yes"; then
7363 if test "${with_tiff}" != "no"; then 7379 if test "${with_tiff}" != "no"; then
7364 echo "$as_me:7364: checking for tiffio.h" >&5 7380 echo "$as_me:7380: checking for tiffio.h" >&5
7365echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6 7381echo $ECHO_N "checking for tiffio.h... $ECHO_C" >&6
7366if test "${ac_cv_header_tiffio_h+set}" = set; then 7382if test "${ac_cv_header_tiffio_h+set}" = set; then
7367 echo $ECHO_N "(cached) $ECHO_C" >&6 7383 echo $ECHO_N "(cached) $ECHO_C" >&6
7368else 7384else
7369 cat >conftest.$ac_ext <<_ACEOF 7385 cat >conftest.$ac_ext <<_ACEOF
7370#line 7370 "configure" 7386#line 7386 "configure"
7371#include "confdefs.h" 7387#include "confdefs.h"
7372#include <tiffio.h> 7388#include <tiffio.h>
7373_ACEOF 7389_ACEOF
7374if { (eval echo "$as_me:7374: \"$ac_cpp conftest.$ac_ext\"") >&5 7390if { (eval echo "$as_me:7390: \"$ac_cpp conftest.$ac_ext\"") >&5
7375 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7391 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7376 ac_status=$? 7392 ac_status=$?
7377 egrep -v '^ *\+' conftest.er1 >conftest.err 7393 egrep -v '^ *\+' conftest.er1 >conftest.err
7378 rm -f conftest.er1 7394 rm -f conftest.er1
7379 cat conftest.err >&5 7395 cat conftest.err >&5
7380 echo "$as_me:7380: \$? = $ac_status" >&5 7396 echo "$as_me:7396: \$? = $ac_status" >&5
7381 (exit $ac_status); } >/dev/null; then 7397 (exit $ac_status); } >/dev/null; then
7382 if test -s conftest.err; then 7398 if test -s conftest.err; then
7383 ac_cpp_err=$ac_c_preproc_warn_flag 7399 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -7396,13 +7412,13 @@ else
7396fi 7412fi
7397rm -f conftest.err conftest.$ac_ext 7413rm -f conftest.err conftest.$ac_ext
7398fi 7414fi
7399echo "$as_me:7399: result: $ac_cv_header_tiffio_h" >&5 7415echo "$as_me:7415: result: $ac_cv_header_tiffio_h" >&5
7400echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6 7416echo "${ECHO_T}$ac_cv_header_tiffio_h" >&6
7401if test $ac_cv_header_tiffio_h = yes; then 7417if test $ac_cv_header_tiffio_h = yes; then
7402 tifflibs="-lz -lm" 7418 tifflibs="-lz -lm"
7403 # At least one tiff package requires the jpeg library. 7419 # At least one tiff package requires the jpeg library.
7404 if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi 7420 if test "${HAVE_JPEG}" = yes; then tifflibs="-ljpeg $tifflibs"; fi
7405 echo "$as_me:7405: checking for TIFFGetVersion in -ltiff" >&5 7421 echo "$as_me:7421: checking for TIFFGetVersion in -ltiff" >&5
7406echo $ECHO_N "checking for TIFFGetVersion in -ltiff... $ECHO_C" >&6 7422echo $ECHO_N "checking for TIFFGetVersion in -ltiff... $ECHO_C" >&6
7407if test "${ac_cv_lib_tiff_TIFFGetVersion+set}" = set; then 7423if test "${ac_cv_lib_tiff_TIFFGetVersion+set}" = set; then
7408 echo $ECHO_N "(cached) $ECHO_C" >&6 7424 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7410,7 +7426,7 @@ else
7410 ac_check_lib_save_LIBS=$LIBS 7426 ac_check_lib_save_LIBS=$LIBS
7411LIBS="-ltiff $tifflibs $LIBS" 7427LIBS="-ltiff $tifflibs $LIBS"
7412cat >conftest.$ac_ext <<_ACEOF 7428cat >conftest.$ac_ext <<_ACEOF
7413#line 7413 "configure" 7429#line 7429 "configure"
7414#include "confdefs.h" 7430#include "confdefs.h"
7415 7431
7416/* Override any gcc2 internal prototype to avoid an error. */ 7432/* Override any gcc2 internal prototype to avoid an error. */
@@ -7429,16 +7445,16 @@ TIFFGetVersion ();
7429} 7445}
7430_ACEOF 7446_ACEOF
7431rm -f conftest.$ac_objext conftest$ac_exeext 7447rm -f conftest.$ac_objext conftest$ac_exeext
7432if { (eval echo "$as_me:7432: \"$ac_link\"") >&5 7448if { (eval echo "$as_me:7448: \"$ac_link\"") >&5
7433 (eval $ac_link) 2>&5 7449 (eval $ac_link) 2>&5
7434 ac_status=$? 7450 ac_status=$?
7435 echo "$as_me:7435: \$? = $ac_status" >&5 7451 echo "$as_me:7451: \$? = $ac_status" >&5
7436 (exit $ac_status); } && 7452 (exit $ac_status); } &&
7437 { ac_try='test -s conftest$ac_exeext' 7453 { ac_try='test -s conftest$ac_exeext'
7438 { (eval echo "$as_me:7438: \"$ac_try\"") >&5 7454 { (eval echo "$as_me:7454: \"$ac_try\"") >&5
7439 (eval $ac_try) 2>&5 7455 (eval $ac_try) 2>&5
7440 ac_status=$? 7456 ac_status=$?
7441 echo "$as_me:7441: \$? = $ac_status" >&5 7457 echo "$as_me:7457: \$? = $ac_status" >&5
7442 (exit $ac_status); }; }; then 7458 (exit $ac_status); }; }; then
7443 ac_cv_lib_tiff_TIFFGetVersion=yes 7459 ac_cv_lib_tiff_TIFFGetVersion=yes
7444else 7460else
@@ -7449,7 +7465,7 @@ fi
7449rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7465rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7450LIBS=$ac_check_lib_save_LIBS 7466LIBS=$ac_check_lib_save_LIBS
7451fi 7467fi
7452echo "$as_me:7452: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5 7468echo "$as_me:7468: result: $ac_cv_lib_tiff_TIFFGetVersion" >&5
7453echo "${ECHO_T}$ac_cv_lib_tiff_TIFFGetVersion" >&6 7469echo "${ECHO_T}$ac_cv_lib_tiff_TIFFGetVersion" >&6
7454if test $ac_cv_lib_tiff_TIFFGetVersion = yes; then 7470if test $ac_cv_lib_tiff_TIFFGetVersion = yes; then
7455 HAVE_TIFF=yes 7471 HAVE_TIFF=yes
@@ -7471,23 +7487,23 @@ fi
7471HAVE_GIF=no 7487HAVE_GIF=no
7472if test "${HAVE_X11}" = "yes"; then 7488if test "${HAVE_X11}" = "yes"; then
7473 if test "${with_gif}" != "no"; then 7489 if test "${with_gif}" != "no"; then
7474 echo "$as_me:7474: checking for gif_lib.h" >&5 7490 echo "$as_me:7490: checking for gif_lib.h" >&5
7475echo $ECHO_N "checking for gif_lib.h... $ECHO_C" >&6 7491echo $ECHO_N "checking for gif_lib.h... $ECHO_C" >&6
7476if test "${ac_cv_header_gif_lib_h+set}" = set; then 7492if test "${ac_cv_header_gif_lib_h+set}" = set; then
7477 echo $ECHO_N "(cached) $ECHO_C" >&6 7493 echo $ECHO_N "(cached) $ECHO_C" >&6
7478else 7494else
7479 cat >conftest.$ac_ext <<_ACEOF 7495 cat >conftest.$ac_ext <<_ACEOF
7480#line 7480 "configure" 7496#line 7496 "configure"
7481#include "confdefs.h" 7497#include "confdefs.h"
7482#include <gif_lib.h> 7498#include <gif_lib.h>
7483_ACEOF 7499_ACEOF
7484if { (eval echo "$as_me:7484: \"$ac_cpp conftest.$ac_ext\"") >&5 7500if { (eval echo "$as_me:7500: \"$ac_cpp conftest.$ac_ext\"") >&5
7485 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7501 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7486 ac_status=$? 7502 ac_status=$?
7487 egrep -v '^ *\+' conftest.er1 >conftest.err 7503 egrep -v '^ *\+' conftest.er1 >conftest.err
7488 rm -f conftest.er1 7504 rm -f conftest.er1
7489 cat conftest.err >&5 7505 cat conftest.err >&5
7490 echo "$as_me:7490: \$? = $ac_status" >&5 7506 echo "$as_me:7506: \$? = $ac_status" >&5
7491 (exit $ac_status); } >/dev/null; then 7507 (exit $ac_status); } >/dev/null; then
7492 if test -s conftest.err; then 7508 if test -s conftest.err; then
7493 ac_cpp_err=$ac_c_preproc_warn_flag 7509 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -7506,12 +7522,12 @@ else
7506fi 7522fi
7507rm -f conftest.err conftest.$ac_ext 7523rm -f conftest.err conftest.$ac_ext
7508fi 7524fi
7509echo "$as_me:7509: result: $ac_cv_header_gif_lib_h" >&5 7525echo "$as_me:7525: result: $ac_cv_header_gif_lib_h" >&5
7510echo "${ECHO_T}$ac_cv_header_gif_lib_h" >&6 7526echo "${ECHO_T}$ac_cv_header_gif_lib_h" >&6
7511if test $ac_cv_header_gif_lib_h = yes; then 7527if test $ac_cv_header_gif_lib_h = yes; then
7512 # EGifPutExtensionLast only exists from version libungif-4.1.0b1. 7528 # EGifPutExtensionLast only exists from version libungif-4.1.0b1.
7513# Earlier versions can crash Emacs. 7529# Earlier versions can crash Emacs.
7514 echo "$as_me:7514: checking for EGifPutExtensionLast in -lungif" >&5 7530 echo "$as_me:7530: checking for EGifPutExtensionLast in -lungif" >&5
7515echo $ECHO_N "checking for EGifPutExtensionLast in -lungif... $ECHO_C" >&6 7531echo $ECHO_N "checking for EGifPutExtensionLast in -lungif... $ECHO_C" >&6
7516if test "${ac_cv_lib_ungif_EGifPutExtensionLast+set}" = set; then 7532if test "${ac_cv_lib_ungif_EGifPutExtensionLast+set}" = set; then
7517 echo $ECHO_N "(cached) $ECHO_C" >&6 7533 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7519,7 +7535,7 @@ else
7519 ac_check_lib_save_LIBS=$LIBS 7535 ac_check_lib_save_LIBS=$LIBS
7520LIBS="-lungif $LIBS" 7536LIBS="-lungif $LIBS"
7521cat >conftest.$ac_ext <<_ACEOF 7537cat >conftest.$ac_ext <<_ACEOF
7522#line 7522 "configure" 7538#line 7538 "configure"
7523#include "confdefs.h" 7539#include "confdefs.h"
7524 7540
7525/* Override any gcc2 internal prototype to avoid an error. */ 7541/* Override any gcc2 internal prototype to avoid an error. */
@@ -7538,16 +7554,16 @@ EGifPutExtensionLast ();
7538} 7554}
7539_ACEOF 7555_ACEOF
7540rm -f conftest.$ac_objext conftest$ac_exeext 7556rm -f conftest.$ac_objext conftest$ac_exeext
7541if { (eval echo "$as_me:7541: \"$ac_link\"") >&5 7557if { (eval echo "$as_me:7557: \"$ac_link\"") >&5
7542 (eval $ac_link) 2>&5 7558 (eval $ac_link) 2>&5
7543 ac_status=$? 7559 ac_status=$?
7544 echo "$as_me:7544: \$? = $ac_status" >&5 7560 echo "$as_me:7560: \$? = $ac_status" >&5
7545 (exit $ac_status); } && 7561 (exit $ac_status); } &&
7546 { ac_try='test -s conftest$ac_exeext' 7562 { ac_try='test -s conftest$ac_exeext'
7547 { (eval echo "$as_me:7547: \"$ac_try\"") >&5 7563 { (eval echo "$as_me:7563: \"$ac_try\"") >&5
7548 (eval $ac_try) 2>&5 7564 (eval $ac_try) 2>&5
7549 ac_status=$? 7565 ac_status=$?
7550 echo "$as_me:7550: \$? = $ac_status" >&5 7566 echo "$as_me:7566: \$? = $ac_status" >&5
7551 (exit $ac_status); }; }; then 7567 (exit $ac_status); }; }; then
7552 ac_cv_lib_ungif_EGifPutExtensionLast=yes 7568 ac_cv_lib_ungif_EGifPutExtensionLast=yes
7553else 7569else
@@ -7558,7 +7574,7 @@ fi
7558rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7574rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7559LIBS=$ac_check_lib_save_LIBS 7575LIBS=$ac_check_lib_save_LIBS
7560fi 7576fi
7561echo "$as_me:7561: result: $ac_cv_lib_ungif_EGifPutExtensionLast" >&5 7577echo "$as_me:7577: result: $ac_cv_lib_ungif_EGifPutExtensionLast" >&5
7562echo "${ECHO_T}$ac_cv_lib_ungif_EGifPutExtensionLast" >&6 7578echo "${ECHO_T}$ac_cv_lib_ungif_EGifPutExtensionLast" >&6
7563if test $ac_cv_lib_ungif_EGifPutExtensionLast = yes; then 7579if test $ac_cv_lib_ungif_EGifPutExtensionLast = yes; then
7564 HAVE_GIF=yes 7580 HAVE_GIF=yes
@@ -7579,23 +7595,23 @@ fi
7579### Use session management (-lSM -lICE) if available 7595### Use session management (-lSM -lICE) if available
7580HAVE_X_SM=no 7596HAVE_X_SM=no
7581if test "${HAVE_X11}" = "yes"; then 7597if test "${HAVE_X11}" = "yes"; then
7582 echo "$as_me:7582: checking for X11/SM/SMlib.h" >&5 7598 echo "$as_me:7598: checking for X11/SM/SMlib.h" >&5
7583echo $ECHO_N "checking for X11/SM/SMlib.h... $ECHO_C" >&6 7599echo $ECHO_N "checking for X11/SM/SMlib.h... $ECHO_C" >&6
7584if test "${ac_cv_header_X11_SM_SMlib_h+set}" = set; then 7600if test "${ac_cv_header_X11_SM_SMlib_h+set}" = set; then
7585 echo $ECHO_N "(cached) $ECHO_C" >&6 7601 echo $ECHO_N "(cached) $ECHO_C" >&6
7586else 7602else
7587 cat >conftest.$ac_ext <<_ACEOF 7603 cat >conftest.$ac_ext <<_ACEOF
7588#line 7588 "configure" 7604#line 7604 "configure"
7589#include "confdefs.h" 7605#include "confdefs.h"
7590#include <X11/SM/SMlib.h> 7606#include <X11/SM/SMlib.h>
7591_ACEOF 7607_ACEOF
7592if { (eval echo "$as_me:7592: \"$ac_cpp conftest.$ac_ext\"") >&5 7608if { (eval echo "$as_me:7608: \"$ac_cpp conftest.$ac_ext\"") >&5
7593 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7609 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7594 ac_status=$? 7610 ac_status=$?
7595 egrep -v '^ *\+' conftest.er1 >conftest.err 7611 egrep -v '^ *\+' conftest.er1 >conftest.err
7596 rm -f conftest.er1 7612 rm -f conftest.er1
7597 cat conftest.err >&5 7613 cat conftest.err >&5
7598 echo "$as_me:7598: \$? = $ac_status" >&5 7614 echo "$as_me:7614: \$? = $ac_status" >&5
7599 (exit $ac_status); } >/dev/null; then 7615 (exit $ac_status); } >/dev/null; then
7600 if test -s conftest.err; then 7616 if test -s conftest.err; then
7601 ac_cpp_err=$ac_c_preproc_warn_flag 7617 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -7614,10 +7630,10 @@ else
7614fi 7630fi
7615rm -f conftest.err conftest.$ac_ext 7631rm -f conftest.err conftest.$ac_ext
7616fi 7632fi
7617echo "$as_me:7617: result: $ac_cv_header_X11_SM_SMlib_h" >&5 7633echo "$as_me:7633: result: $ac_cv_header_X11_SM_SMlib_h" >&5
7618echo "${ECHO_T}$ac_cv_header_X11_SM_SMlib_h" >&6 7634echo "${ECHO_T}$ac_cv_header_X11_SM_SMlib_h" >&6
7619if test $ac_cv_header_X11_SM_SMlib_h = yes; then 7635if test $ac_cv_header_X11_SM_SMlib_h = yes; then
7620 echo "$as_me:7620: checking for SmcOpenConnection in -lSM" >&5 7636 echo "$as_me:7636: checking for SmcOpenConnection in -lSM" >&5
7621echo $ECHO_N "checking for SmcOpenConnection in -lSM... $ECHO_C" >&6 7637echo $ECHO_N "checking for SmcOpenConnection in -lSM... $ECHO_C" >&6
7622if test "${ac_cv_lib_SM_SmcOpenConnection+set}" = set; then 7638if test "${ac_cv_lib_SM_SmcOpenConnection+set}" = set; then
7623 echo $ECHO_N "(cached) $ECHO_C" >&6 7639 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7625,7 +7641,7 @@ else
7625 ac_check_lib_save_LIBS=$LIBS 7641 ac_check_lib_save_LIBS=$LIBS
7626LIBS="-lSM $LIBS" 7642LIBS="-lSM $LIBS"
7627cat >conftest.$ac_ext <<_ACEOF 7643cat >conftest.$ac_ext <<_ACEOF
7628#line 7628 "configure" 7644#line 7644 "configure"
7629#include "confdefs.h" 7645#include "confdefs.h"
7630 7646
7631/* Override any gcc2 internal prototype to avoid an error. */ 7647/* Override any gcc2 internal prototype to avoid an error. */
@@ -7644,16 +7660,16 @@ SmcOpenConnection ();
7644} 7660}
7645_ACEOF 7661_ACEOF
7646rm -f conftest.$ac_objext conftest$ac_exeext 7662rm -f conftest.$ac_objext conftest$ac_exeext
7647if { (eval echo "$as_me:7647: \"$ac_link\"") >&5 7663if { (eval echo "$as_me:7663: \"$ac_link\"") >&5
7648 (eval $ac_link) 2>&5 7664 (eval $ac_link) 2>&5
7649 ac_status=$? 7665 ac_status=$?
7650 echo "$as_me:7650: \$? = $ac_status" >&5 7666 echo "$as_me:7666: \$? = $ac_status" >&5
7651 (exit $ac_status); } && 7667 (exit $ac_status); } &&
7652 { ac_try='test -s conftest$ac_exeext' 7668 { ac_try='test -s conftest$ac_exeext'
7653 { (eval echo "$as_me:7653: \"$ac_try\"") >&5 7669 { (eval echo "$as_me:7669: \"$ac_try\"") >&5
7654 (eval $ac_try) 2>&5 7670 (eval $ac_try) 2>&5
7655 ac_status=$? 7671 ac_status=$?
7656 echo "$as_me:7656: \$? = $ac_status" >&5 7672 echo "$as_me:7672: \$? = $ac_status" >&5
7657 (exit $ac_status); }; }; then 7673 (exit $ac_status); }; }; then
7658 ac_cv_lib_SM_SmcOpenConnection=yes 7674 ac_cv_lib_SM_SmcOpenConnection=yes
7659else 7675else
@@ -7664,7 +7680,7 @@ fi
7664rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7680rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7665LIBS=$ac_check_lib_save_LIBS 7681LIBS=$ac_check_lib_save_LIBS
7666fi 7682fi
7667echo "$as_me:7667: result: $ac_cv_lib_SM_SmcOpenConnection" >&5 7683echo "$as_me:7683: result: $ac_cv_lib_SM_SmcOpenConnection" >&5
7668echo "${ECHO_T}$ac_cv_lib_SM_SmcOpenConnection" >&6 7684echo "${ECHO_T}$ac_cv_lib_SM_SmcOpenConnection" >&6
7669if test $ac_cv_lib_SM_SmcOpenConnection = yes; then 7685if test $ac_cv_lib_SM_SmcOpenConnection = yes; then
7670 HAVE_X_SM=yes 7686 HAVE_X_SM=yes
@@ -7687,13 +7703,13 @@ EOF
7687fi 7703fi
7688 7704
7689# If netdb.h doesn't declare h_errno, we must declare it by hand. 7705# If netdb.h doesn't declare h_errno, we must declare it by hand.
7690echo "$as_me:7690: checking whether netdb declares h_errno" >&5 7706echo "$as_me:7706: checking whether netdb declares h_errno" >&5
7691echo $ECHO_N "checking whether netdb declares h_errno... $ECHO_C" >&6 7707echo $ECHO_N "checking whether netdb declares h_errno... $ECHO_C" >&6
7692if test "${emacs_cv_netdb_declares_h_errno+set}" = set; then 7708if test "${emacs_cv_netdb_declares_h_errno+set}" = set; then
7693 echo $ECHO_N "(cached) $ECHO_C" >&6 7709 echo $ECHO_N "(cached) $ECHO_C" >&6
7694else 7710else
7695 cat >conftest.$ac_ext <<_ACEOF 7711 cat >conftest.$ac_ext <<_ACEOF
7696#line 7696 "configure" 7712#line 7712 "configure"
7697#include "confdefs.h" 7713#include "confdefs.h"
7698#include <netdb.h> 7714#include <netdb.h>
7699int 7715int
@@ -7705,16 +7721,16 @@ return h_errno;
7705} 7721}
7706_ACEOF 7722_ACEOF
7707rm -f conftest.$ac_objext conftest$ac_exeext 7723rm -f conftest.$ac_objext conftest$ac_exeext
7708if { (eval echo "$as_me:7708: \"$ac_link\"") >&5 7724if { (eval echo "$as_me:7724: \"$ac_link\"") >&5
7709 (eval $ac_link) 2>&5 7725 (eval $ac_link) 2>&5
7710 ac_status=$? 7726 ac_status=$?
7711 echo "$as_me:7711: \$? = $ac_status" >&5 7727 echo "$as_me:7727: \$? = $ac_status" >&5
7712 (exit $ac_status); } && 7728 (exit $ac_status); } &&
7713 { ac_try='test -s conftest$ac_exeext' 7729 { ac_try='test -s conftest$ac_exeext'
7714 { (eval echo "$as_me:7714: \"$ac_try\"") >&5 7730 { (eval echo "$as_me:7730: \"$ac_try\"") >&5
7715 (eval $ac_try) 2>&5 7731 (eval $ac_try) 2>&5
7716 ac_status=$? 7732 ac_status=$?
7717 echo "$as_me:7717: \$? = $ac_status" >&5 7733 echo "$as_me:7733: \$? = $ac_status" >&5
7718 (exit $ac_status); }; }; then 7734 (exit $ac_status); }; }; then
7719 emacs_cv_netdb_declares_h_errno=yes 7735 emacs_cv_netdb_declares_h_errno=yes
7720else 7736else
@@ -7724,7 +7740,7 @@ emacs_cv_netdb_declares_h_errno=no
7724fi 7740fi
7725rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7741rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7726fi 7742fi
7727echo "$as_me:7727: result: $emacs_cv_netdb_declares_h_errno" >&5 7743echo "$as_me:7743: result: $emacs_cv_netdb_declares_h_errno" >&5
7728echo "${ECHO_T}$emacs_cv_netdb_declares_h_errno" >&6 7744echo "${ECHO_T}$emacs_cv_netdb_declares_h_errno" >&6
7729if test $emacs_cv_netdb_declares_h_errno = yes; then 7745if test $emacs_cv_netdb_declares_h_errno = yes; then
7730 cat >>confdefs.h <<\EOF 7746 cat >>confdefs.h <<\EOF
@@ -7735,13 +7751,13 @@ fi
7735 7751
7736# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works 7752# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
7737# for constant arguments. Useless! 7753# for constant arguments. Useless!
7738echo "$as_me:7738: checking for working alloca.h" >&5 7754echo "$as_me:7754: checking for working alloca.h" >&5
7739echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6 7755echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
7740if test "${ac_cv_working_alloca_h+set}" = set; then 7756if test "${ac_cv_working_alloca_h+set}" = set; then
7741 echo $ECHO_N "(cached) $ECHO_C" >&6 7757 echo $ECHO_N "(cached) $ECHO_C" >&6
7742else 7758else
7743 cat >conftest.$ac_ext <<_ACEOF 7759 cat >conftest.$ac_ext <<_ACEOF
7744#line 7744 "configure" 7760#line 7760 "configure"
7745#include "confdefs.h" 7761#include "confdefs.h"
7746#include <alloca.h> 7762#include <alloca.h>
7747int 7763int
@@ -7753,16 +7769,16 @@ char *p = (char *) alloca (2 * sizeof (int));
7753} 7769}
7754_ACEOF 7770_ACEOF
7755rm -f conftest.$ac_objext conftest$ac_exeext 7771rm -f conftest.$ac_objext conftest$ac_exeext
7756if { (eval echo "$as_me:7756: \"$ac_link\"") >&5 7772if { (eval echo "$as_me:7772: \"$ac_link\"") >&5
7757 (eval $ac_link) 2>&5 7773 (eval $ac_link) 2>&5
7758 ac_status=$? 7774 ac_status=$?
7759 echo "$as_me:7759: \$? = $ac_status" >&5 7775 echo "$as_me:7775: \$? = $ac_status" >&5
7760 (exit $ac_status); } && 7776 (exit $ac_status); } &&
7761 { ac_try='test -s conftest$ac_exeext' 7777 { ac_try='test -s conftest$ac_exeext'
7762 { (eval echo "$as_me:7762: \"$ac_try\"") >&5 7778 { (eval echo "$as_me:7778: \"$ac_try\"") >&5
7763 (eval $ac_try) 2>&5 7779 (eval $ac_try) 2>&5
7764 ac_status=$? 7780 ac_status=$?
7765 echo "$as_me:7765: \$? = $ac_status" >&5 7781 echo "$as_me:7781: \$? = $ac_status" >&5
7766 (exit $ac_status); }; }; then 7782 (exit $ac_status); }; }; then
7767 ac_cv_working_alloca_h=yes 7783 ac_cv_working_alloca_h=yes
7768else 7784else
@@ -7772,7 +7788,7 @@ ac_cv_working_alloca_h=no
7772fi 7788fi
7773rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7789rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7774fi 7790fi
7775echo "$as_me:7775: result: $ac_cv_working_alloca_h" >&5 7791echo "$as_me:7791: result: $ac_cv_working_alloca_h" >&5
7776echo "${ECHO_T}$ac_cv_working_alloca_h" >&6 7792echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
7777if test $ac_cv_working_alloca_h = yes; then 7793if test $ac_cv_working_alloca_h = yes; then
7778 7794
@@ -7782,13 +7798,13 @@ EOF
7782 7798
7783fi 7799fi
7784 7800
7785echo "$as_me:7785: checking for alloca" >&5 7801echo "$as_me:7801: checking for alloca" >&5
7786echo $ECHO_N "checking for alloca... $ECHO_C" >&6 7802echo $ECHO_N "checking for alloca... $ECHO_C" >&6
7787if test "${ac_cv_func_alloca_works+set}" = set; then 7803if test "${ac_cv_func_alloca_works+set}" = set; then
7788 echo $ECHO_N "(cached) $ECHO_C" >&6 7804 echo $ECHO_N "(cached) $ECHO_C" >&6
7789else 7805else
7790 cat >conftest.$ac_ext <<_ACEOF 7806 cat >conftest.$ac_ext <<_ACEOF
7791#line 7791 "configure" 7807#line 7807 "configure"
7792#include "confdefs.h" 7808#include "confdefs.h"
7793#ifdef __GNUC__ 7809#ifdef __GNUC__
7794# define alloca __builtin_alloca 7810# define alloca __builtin_alloca
@@ -7820,16 +7836,16 @@ char *p = (char *) alloca (1);
7820} 7836}
7821_ACEOF 7837_ACEOF
7822rm -f conftest.$ac_objext conftest$ac_exeext 7838rm -f conftest.$ac_objext conftest$ac_exeext
7823if { (eval echo "$as_me:7823: \"$ac_link\"") >&5 7839if { (eval echo "$as_me:7839: \"$ac_link\"") >&5
7824 (eval $ac_link) 2>&5 7840 (eval $ac_link) 2>&5
7825 ac_status=$? 7841 ac_status=$?
7826 echo "$as_me:7826: \$? = $ac_status" >&5 7842 echo "$as_me:7842: \$? = $ac_status" >&5
7827 (exit $ac_status); } && 7843 (exit $ac_status); } &&
7828 { ac_try='test -s conftest$ac_exeext' 7844 { ac_try='test -s conftest$ac_exeext'
7829 { (eval echo "$as_me:7829: \"$ac_try\"") >&5 7845 { (eval echo "$as_me:7845: \"$ac_try\"") >&5
7830 (eval $ac_try) 2>&5 7846 (eval $ac_try) 2>&5
7831 ac_status=$? 7847 ac_status=$?
7832 echo "$as_me:7832: \$? = $ac_status" >&5 7848 echo "$as_me:7848: \$? = $ac_status" >&5
7833 (exit $ac_status); }; }; then 7849 (exit $ac_status); }; }; then
7834 ac_cv_func_alloca_works=yes 7850 ac_cv_func_alloca_works=yes
7835else 7851else
@@ -7839,7 +7855,7 @@ ac_cv_func_alloca_works=no
7839fi 7855fi
7840rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7856rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7841fi 7857fi
7842echo "$as_me:7842: result: $ac_cv_func_alloca_works" >&5 7858echo "$as_me:7858: result: $ac_cv_func_alloca_works" >&5
7843echo "${ECHO_T}$ac_cv_func_alloca_works" >&6 7859echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
7844 7860
7845if test $ac_cv_func_alloca_works = yes; then 7861if test $ac_cv_func_alloca_works = yes; then
@@ -7860,13 +7876,13 @@ cat >>confdefs.h <<\EOF
7860#define C_ALLOCA 1 7876#define C_ALLOCA 1
7861EOF 7877EOF
7862 7878
7863echo "$as_me:7863: checking whether \`alloca.c' needs Cray hooks" >&5 7879echo "$as_me:7879: checking whether \`alloca.c' needs Cray hooks" >&5
7864echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6 7880echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
7865if test "${ac_cv_os_cray+set}" = set; then 7881if test "${ac_cv_os_cray+set}" = set; then
7866 echo $ECHO_N "(cached) $ECHO_C" >&6 7882 echo $ECHO_N "(cached) $ECHO_C" >&6
7867else 7883else
7868 cat >conftest.$ac_ext <<_ACEOF 7884 cat >conftest.$ac_ext <<_ACEOF
7869#line 7869 "configure" 7885#line 7885 "configure"
7870#include "confdefs.h" 7886#include "confdefs.h"
7871#if defined(CRAY) && ! defined(CRAY2) 7887#if defined(CRAY) && ! defined(CRAY2)
7872webecray 7888webecray
@@ -7884,18 +7900,18 @@ fi
7884rm -f conftest* 7900rm -f conftest*
7885 7901
7886fi 7902fi
7887echo "$as_me:7887: result: $ac_cv_os_cray" >&5 7903echo "$as_me:7903: result: $ac_cv_os_cray" >&5
7888echo "${ECHO_T}$ac_cv_os_cray" >&6 7904echo "${ECHO_T}$ac_cv_os_cray" >&6
7889if test $ac_cv_os_cray = yes; then 7905if test $ac_cv_os_cray = yes; then
7890 for ac_func in _getb67 GETB67 getb67; do 7906 for ac_func in _getb67 GETB67 getb67; do
7891 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 7907 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7892echo "$as_me:7892: checking for $ac_func" >&5 7908echo "$as_me:7908: checking for $ac_func" >&5
7893echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 7909echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
7894if eval "test \"\${$as_ac_var+set}\" = set"; then 7910if eval "test \"\${$as_ac_var+set}\" = set"; then
7895 echo $ECHO_N "(cached) $ECHO_C" >&6 7911 echo $ECHO_N "(cached) $ECHO_C" >&6
7896else 7912else
7897 cat >conftest.$ac_ext <<_ACEOF 7913 cat >conftest.$ac_ext <<_ACEOF
7898#line 7898 "configure" 7914#line 7914 "configure"
7899#include "confdefs.h" 7915#include "confdefs.h"
7900/* System header to define __stub macros and hopefully few prototypes, 7916/* System header to define __stub macros and hopefully few prototypes,
7901 which can conflict with char $ac_func (); below. */ 7917 which can conflict with char $ac_func (); below. */
@@ -7926,16 +7942,16 @@ f = $ac_func;
7926} 7942}
7927_ACEOF 7943_ACEOF
7928rm -f conftest.$ac_objext conftest$ac_exeext 7944rm -f conftest.$ac_objext conftest$ac_exeext
7929if { (eval echo "$as_me:7929: \"$ac_link\"") >&5 7945if { (eval echo "$as_me:7945: \"$ac_link\"") >&5
7930 (eval $ac_link) 2>&5 7946 (eval $ac_link) 2>&5
7931 ac_status=$? 7947 ac_status=$?
7932 echo "$as_me:7932: \$? = $ac_status" >&5 7948 echo "$as_me:7948: \$? = $ac_status" >&5
7933 (exit $ac_status); } && 7949 (exit $ac_status); } &&
7934 { ac_try='test -s conftest$ac_exeext' 7950 { ac_try='test -s conftest$ac_exeext'
7935 { (eval echo "$as_me:7935: \"$ac_try\"") >&5 7951 { (eval echo "$as_me:7951: \"$ac_try\"") >&5
7936 (eval $ac_try) 2>&5 7952 (eval $ac_try) 2>&5
7937 ac_status=$? 7953 ac_status=$?
7938 echo "$as_me:7938: \$? = $ac_status" >&5 7954 echo "$as_me:7954: \$? = $ac_status" >&5
7939 (exit $ac_status); }; }; then 7955 (exit $ac_status); }; }; then
7940 eval "$as_ac_var=yes" 7956 eval "$as_ac_var=yes"
7941else 7957else
@@ -7945,7 +7961,7 @@ eval "$as_ac_var=no"
7945fi 7961fi
7946rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7962rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
7947fi 7963fi
7948echo "$as_me:7948: result: `eval echo '${'$as_ac_var'}'`" >&5 7964echo "$as_me:7964: result: `eval echo '${'$as_ac_var'}'`" >&5
7949echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 7965echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7950if test `eval echo '${'$as_ac_var'}'` = yes; then 7966if test `eval echo '${'$as_ac_var'}'` = yes; then
7951 7967
@@ -7959,7 +7975,7 @@ fi
7959 done 7975 done
7960fi 7976fi
7961 7977
7962echo "$as_me:7962: checking stack direction for C alloca" >&5 7978echo "$as_me:7978: checking stack direction for C alloca" >&5
7963echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6 7979echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
7964if test "${ac_cv_c_stack_direction+set}" = set; then 7980if test "${ac_cv_c_stack_direction+set}" = set; then
7965 echo $ECHO_N "(cached) $ECHO_C" >&6 7981 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -7968,7 +7984,7 @@ else
7968 ac_cv_c_stack_direction=0 7984 ac_cv_c_stack_direction=0
7969else 7985else
7970 cat >conftest.$ac_ext <<_ACEOF 7986 cat >conftest.$ac_ext <<_ACEOF
7971#line 7971 "configure" 7987#line 7987 "configure"
7972#include "confdefs.h" 7988#include "confdefs.h"
7973int 7989int
7974find_stack_direction () 7990find_stack_direction ()
@@ -7991,15 +8007,15 @@ main ()
7991} 8007}
7992_ACEOF 8008_ACEOF
7993rm -f conftest$ac_exeext 8009rm -f conftest$ac_exeext
7994if { (eval echo "$as_me:7994: \"$ac_link\"") >&5 8010if { (eval echo "$as_me:8010: \"$ac_link\"") >&5
7995 (eval $ac_link) 2>&5 8011 (eval $ac_link) 2>&5
7996 ac_status=$? 8012 ac_status=$?
7997 echo "$as_me:7997: \$? = $ac_status" >&5 8013 echo "$as_me:8013: \$? = $ac_status" >&5
7998 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 8014 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7999 { (eval echo "$as_me:7999: \"$ac_try\"") >&5 8015 { (eval echo "$as_me:8015: \"$ac_try\"") >&5
8000 (eval $ac_try) 2>&5 8016 (eval $ac_try) 2>&5
8001 ac_status=$? 8017 ac_status=$?
8002 echo "$as_me:8002: \$? = $ac_status" >&5 8018 echo "$as_me:8018: \$? = $ac_status" >&5
8003 (exit $ac_status); }; }; then 8019 (exit $ac_status); }; }; then
8004 ac_cv_c_stack_direction=1 8020 ac_cv_c_stack_direction=1
8005else 8021else
@@ -8011,7 +8027,7 @@ fi
8011rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 8027rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8012fi 8028fi
8013fi 8029fi
8014echo "$as_me:8014: result: $ac_cv_c_stack_direction" >&5 8030echo "$as_me:8030: result: $ac_cv_c_stack_direction" >&5
8015echo "${ECHO_T}$ac_cv_c_stack_direction" >&6 8031echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
8016 8032
8017cat >>confdefs.h <<EOF 8033cat >>confdefs.h <<EOF
@@ -8023,7 +8039,7 @@ fi
8023# fmod, logb, and frexp are found in -lm on most systems. 8039# fmod, logb, and frexp are found in -lm on most systems.
8024# On HPUX 9.01, -lm does not contain logb, so check for sqrt. 8040# On HPUX 9.01, -lm does not contain logb, so check for sqrt.
8025 8041
8026echo "$as_me:8026: checking for sqrt in -lm" >&5 8042echo "$as_me:8042: checking for sqrt in -lm" >&5
8027echo $ECHO_N "checking for sqrt in -lm... $ECHO_C" >&6 8043echo $ECHO_N "checking for sqrt in -lm... $ECHO_C" >&6
8028if test "${ac_cv_lib_m_sqrt+set}" = set; then 8044if test "${ac_cv_lib_m_sqrt+set}" = set; then
8029 echo $ECHO_N "(cached) $ECHO_C" >&6 8045 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8031,7 +8047,7 @@ else
8031 ac_check_lib_save_LIBS=$LIBS 8047 ac_check_lib_save_LIBS=$LIBS
8032LIBS="-lm $LIBS" 8048LIBS="-lm $LIBS"
8033cat >conftest.$ac_ext <<_ACEOF 8049cat >conftest.$ac_ext <<_ACEOF
8034#line 8034 "configure" 8050#line 8050 "configure"
8035#include "confdefs.h" 8051#include "confdefs.h"
8036 8052
8037/* Override any gcc2 internal prototype to avoid an error. */ 8053/* Override any gcc2 internal prototype to avoid an error. */
@@ -8050,16 +8066,16 @@ sqrt ();
8050} 8066}
8051_ACEOF 8067_ACEOF
8052rm -f conftest.$ac_objext conftest$ac_exeext 8068rm -f conftest.$ac_objext conftest$ac_exeext
8053if { (eval echo "$as_me:8053: \"$ac_link\"") >&5 8069if { (eval echo "$as_me:8069: \"$ac_link\"") >&5
8054 (eval $ac_link) 2>&5 8070 (eval $ac_link) 2>&5
8055 ac_status=$? 8071 ac_status=$?
8056 echo "$as_me:8056: \$? = $ac_status" >&5 8072 echo "$as_me:8072: \$? = $ac_status" >&5
8057 (exit $ac_status); } && 8073 (exit $ac_status); } &&
8058 { ac_try='test -s conftest$ac_exeext' 8074 { ac_try='test -s conftest$ac_exeext'
8059 { (eval echo "$as_me:8059: \"$ac_try\"") >&5 8075 { (eval echo "$as_me:8075: \"$ac_try\"") >&5
8060 (eval $ac_try) 2>&5 8076 (eval $ac_try) 2>&5
8061 ac_status=$? 8077 ac_status=$?
8062 echo "$as_me:8062: \$? = $ac_status" >&5 8078 echo "$as_me:8078: \$? = $ac_status" >&5
8063 (exit $ac_status); }; }; then 8079 (exit $ac_status); }; }; then
8064 ac_cv_lib_m_sqrt=yes 8080 ac_cv_lib_m_sqrt=yes
8065else 8081else
@@ -8070,7 +8086,7 @@ fi
8070rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8086rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8071LIBS=$ac_check_lib_save_LIBS 8087LIBS=$ac_check_lib_save_LIBS
8072fi 8088fi
8073echo "$as_me:8073: result: $ac_cv_lib_m_sqrt" >&5 8089echo "$as_me:8089: result: $ac_cv_lib_m_sqrt" >&5
8074echo "${ECHO_T}$ac_cv_lib_m_sqrt" >&6 8090echo "${ECHO_T}$ac_cv_lib_m_sqrt" >&6
8075if test $ac_cv_lib_m_sqrt = yes; then 8091if test $ac_cv_lib_m_sqrt = yes; then
8076 cat >>confdefs.h <<EOF 8092 cat >>confdefs.h <<EOF
@@ -8083,7 +8099,7 @@ fi
8083 8099
8084# Check for mail-locking functions in a "mail" library 8100# Check for mail-locking functions in a "mail" library
8085 8101
8086echo "$as_me:8086: checking for maillock in -lmail" >&5 8102echo "$as_me:8102: checking for maillock in -lmail" >&5
8087echo $ECHO_N "checking for maillock in -lmail... $ECHO_C" >&6 8103echo $ECHO_N "checking for maillock in -lmail... $ECHO_C" >&6
8088if test "${ac_cv_lib_mail_maillock+set}" = set; then 8104if test "${ac_cv_lib_mail_maillock+set}" = set; then
8089 echo $ECHO_N "(cached) $ECHO_C" >&6 8105 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8091,7 +8107,7 @@ else
8091 ac_check_lib_save_LIBS=$LIBS 8107 ac_check_lib_save_LIBS=$LIBS
8092LIBS="-lmail $LIBS" 8108LIBS="-lmail $LIBS"
8093cat >conftest.$ac_ext <<_ACEOF 8109cat >conftest.$ac_ext <<_ACEOF
8094#line 8094 "configure" 8110#line 8110 "configure"
8095#include "confdefs.h" 8111#include "confdefs.h"
8096 8112
8097/* Override any gcc2 internal prototype to avoid an error. */ 8113/* Override any gcc2 internal prototype to avoid an error. */
@@ -8110,16 +8126,16 @@ maillock ();
8110} 8126}
8111_ACEOF 8127_ACEOF
8112rm -f conftest.$ac_objext conftest$ac_exeext 8128rm -f conftest.$ac_objext conftest$ac_exeext
8113if { (eval echo "$as_me:8113: \"$ac_link\"") >&5 8129if { (eval echo "$as_me:8129: \"$ac_link\"") >&5
8114 (eval $ac_link) 2>&5 8130 (eval $ac_link) 2>&5
8115 ac_status=$? 8131 ac_status=$?
8116 echo "$as_me:8116: \$? = $ac_status" >&5 8132 echo "$as_me:8132: \$? = $ac_status" >&5
8117 (exit $ac_status); } && 8133 (exit $ac_status); } &&
8118 { ac_try='test -s conftest$ac_exeext' 8134 { ac_try='test -s conftest$ac_exeext'
8119 { (eval echo "$as_me:8119: \"$ac_try\"") >&5 8135 { (eval echo "$as_me:8135: \"$ac_try\"") >&5
8120 (eval $ac_try) 2>&5 8136 (eval $ac_try) 2>&5
8121 ac_status=$? 8137 ac_status=$?
8122 echo "$as_me:8122: \$? = $ac_status" >&5 8138 echo "$as_me:8138: \$? = $ac_status" >&5
8123 (exit $ac_status); }; }; then 8139 (exit $ac_status); }; }; then
8124 ac_cv_lib_mail_maillock=yes 8140 ac_cv_lib_mail_maillock=yes
8125else 8141else
@@ -8130,7 +8146,7 @@ fi
8130rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8146rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8131LIBS=$ac_check_lib_save_LIBS 8147LIBS=$ac_check_lib_save_LIBS
8132fi 8148fi
8133echo "$as_me:8133: result: $ac_cv_lib_mail_maillock" >&5 8149echo "$as_me:8149: result: $ac_cv_lib_mail_maillock" >&5
8134echo "${ECHO_T}$ac_cv_lib_mail_maillock" >&6 8150echo "${ECHO_T}$ac_cv_lib_mail_maillock" >&6
8135if test $ac_cv_lib_mail_maillock = yes; then 8151if test $ac_cv_lib_mail_maillock = yes; then
8136 cat >>confdefs.h <<EOF 8152 cat >>confdefs.h <<EOF
@@ -8141,7 +8157,7 @@ EOF
8141 8157
8142fi 8158fi
8143 8159
8144echo "$as_me:8144: checking for maillock in -llockfile" >&5 8160echo "$as_me:8160: checking for maillock in -llockfile" >&5
8145echo $ECHO_N "checking for maillock in -llockfile... $ECHO_C" >&6 8161echo $ECHO_N "checking for maillock in -llockfile... $ECHO_C" >&6
8146if test "${ac_cv_lib_lockfile_maillock+set}" = set; then 8162if test "${ac_cv_lib_lockfile_maillock+set}" = set; then
8147 echo $ECHO_N "(cached) $ECHO_C" >&6 8163 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8149,7 +8165,7 @@ else
8149 ac_check_lib_save_LIBS=$LIBS 8165 ac_check_lib_save_LIBS=$LIBS
8150LIBS="-llockfile $LIBS" 8166LIBS="-llockfile $LIBS"
8151cat >conftest.$ac_ext <<_ACEOF 8167cat >conftest.$ac_ext <<_ACEOF
8152#line 8152 "configure" 8168#line 8168 "configure"
8153#include "confdefs.h" 8169#include "confdefs.h"
8154 8170
8155/* Override any gcc2 internal prototype to avoid an error. */ 8171/* Override any gcc2 internal prototype to avoid an error. */
@@ -8168,16 +8184,16 @@ maillock ();
8168} 8184}
8169_ACEOF 8185_ACEOF
8170rm -f conftest.$ac_objext conftest$ac_exeext 8186rm -f conftest.$ac_objext conftest$ac_exeext
8171if { (eval echo "$as_me:8171: \"$ac_link\"") >&5 8187if { (eval echo "$as_me:8187: \"$ac_link\"") >&5
8172 (eval $ac_link) 2>&5 8188 (eval $ac_link) 2>&5
8173 ac_status=$? 8189 ac_status=$?
8174 echo "$as_me:8174: \$? = $ac_status" >&5 8190 echo "$as_me:8190: \$? = $ac_status" >&5
8175 (exit $ac_status); } && 8191 (exit $ac_status); } &&
8176 { ac_try='test -s conftest$ac_exeext' 8192 { ac_try='test -s conftest$ac_exeext'
8177 { (eval echo "$as_me:8177: \"$ac_try\"") >&5 8193 { (eval echo "$as_me:8193: \"$ac_try\"") >&5
8178 (eval $ac_try) 2>&5 8194 (eval $ac_try) 2>&5
8179 ac_status=$? 8195 ac_status=$?
8180 echo "$as_me:8180: \$? = $ac_status" >&5 8196 echo "$as_me:8196: \$? = $ac_status" >&5
8181 (exit $ac_status); }; }; then 8197 (exit $ac_status); }; }; then
8182 ac_cv_lib_lockfile_maillock=yes 8198 ac_cv_lib_lockfile_maillock=yes
8183else 8199else
@@ -8188,7 +8204,7 @@ fi
8188rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8204rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8189LIBS=$ac_check_lib_save_LIBS 8205LIBS=$ac_check_lib_save_LIBS
8190fi 8206fi
8191echo "$as_me:8191: result: $ac_cv_lib_lockfile_maillock" >&5 8207echo "$as_me:8207: result: $ac_cv_lib_lockfile_maillock" >&5
8192echo "${ECHO_T}$ac_cv_lib_lockfile_maillock" >&6 8208echo "${ECHO_T}$ac_cv_lib_lockfile_maillock" >&6
8193if test $ac_cv_lib_lockfile_maillock = yes; then 8209if test $ac_cv_lib_lockfile_maillock = yes; then
8194 cat >>confdefs.h <<EOF 8210 cat >>confdefs.h <<EOF
@@ -8205,7 +8221,7 @@ fi
8205if test "$ac_cv_lib_lockfile_maillock" = no; then 8221if test "$ac_cv_lib_lockfile_maillock" = no; then
8206 # Extract the first word of "liblockfile.so", so it can be a program name with args. 8222 # Extract the first word of "liblockfile.so", so it can be a program name with args.
8207set dummy liblockfile.so; ac_word=$2 8223set dummy liblockfile.so; ac_word=$2
8208echo "$as_me:8208: checking for $ac_word" >&5 8224echo "$as_me:8224: checking for $ac_word" >&5
8209echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 8225echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8210if test "${ac_cv_prog_liblockfile+set}" = set; then 8226if test "${ac_cv_prog_liblockfile+set}" = set; then
8211 echo $ECHO_N "(cached) $ECHO_C" >&6 8227 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8220,7 +8236,7 @@ for ac_dir in $ac_dummy; do
8220 test -z "$ac_dir" && ac_dir=. 8236 test -z "$ac_dir" && ac_dir=.
8221 $as_executable_p "$ac_dir/$ac_word" || continue 8237 $as_executable_p "$ac_dir/$ac_word" || continue
8222ac_cv_prog_liblockfile="yes" 8238ac_cv_prog_liblockfile="yes"
8223echo "$as_me:8223: found $ac_dir/$ac_word" >&5 8239echo "$as_me:8239: found $ac_dir/$ac_word" >&5
8224break 8240break
8225done 8241done
8226 8242
@@ -8229,15 +8245,15 @@ fi
8229fi 8245fi
8230liblockfile=$ac_cv_prog_liblockfile 8246liblockfile=$ac_cv_prog_liblockfile
8231if test -n "$liblockfile"; then 8247if test -n "$liblockfile"; then
8232 echo "$as_me:8232: result: $liblockfile" >&5 8248 echo "$as_me:8248: result: $liblockfile" >&5
8233echo "${ECHO_T}$liblockfile" >&6 8249echo "${ECHO_T}$liblockfile" >&6
8234else 8250else
8235 echo "$as_me:8235: result: no" >&5 8251 echo "$as_me:8251: result: no" >&5
8236echo "${ECHO_T}no" >&6 8252echo "${ECHO_T}no" >&6
8237fi 8253fi
8238 8254
8239 if test $ac_cv_prog_liblockfile = yes; then 8255 if test $ac_cv_prog_liblockfile = yes; then
8240 { { echo "$as_me:8240: error: Shared liblockfile found but can't link against it. 8256 { { echo "$as_me:8256: error: Shared liblockfile found but can't link against it.
8241This probably means that movemail could lose mail. 8257This probably means that movemail could lose mail.
8242There may be a \`development' package to install containing liblockfile." >&5 8258There may be a \`development' package to install containing liblockfile." >&5
8243echo "$as_me: error: Shared liblockfile found but can't link against it. 8259echo "$as_me: error: Shared liblockfile found but can't link against it.
@@ -8255,13 +8271,13 @@ fi
8255for ac_func in touchlock 8271for ac_func in touchlock
8256do 8272do
8257as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 8273as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8258echo "$as_me:8258: checking for $ac_func" >&5 8274echo "$as_me:8274: checking for $ac_func" >&5
8259echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 8275echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8260if eval "test \"\${$as_ac_var+set}\" = set"; then 8276if eval "test \"\${$as_ac_var+set}\" = set"; then
8261 echo $ECHO_N "(cached) $ECHO_C" >&6 8277 echo $ECHO_N "(cached) $ECHO_C" >&6
8262else 8278else
8263 cat >conftest.$ac_ext <<_ACEOF 8279 cat >conftest.$ac_ext <<_ACEOF
8264#line 8264 "configure" 8280#line 8280 "configure"
8265#include "confdefs.h" 8281#include "confdefs.h"
8266/* System header to define __stub macros and hopefully few prototypes, 8282/* System header to define __stub macros and hopefully few prototypes,
8267 which can conflict with char $ac_func (); below. */ 8283 which can conflict with char $ac_func (); below. */
@@ -8292,16 +8308,16 @@ f = $ac_func;
8292} 8308}
8293_ACEOF 8309_ACEOF
8294rm -f conftest.$ac_objext conftest$ac_exeext 8310rm -f conftest.$ac_objext conftest$ac_exeext
8295if { (eval echo "$as_me:8295: \"$ac_link\"") >&5 8311if { (eval echo "$as_me:8311: \"$ac_link\"") >&5
8296 (eval $ac_link) 2>&5 8312 (eval $ac_link) 2>&5
8297 ac_status=$? 8313 ac_status=$?
8298 echo "$as_me:8298: \$? = $ac_status" >&5 8314 echo "$as_me:8314: \$? = $ac_status" >&5
8299 (exit $ac_status); } && 8315 (exit $ac_status); } &&
8300 { ac_try='test -s conftest$ac_exeext' 8316 { ac_try='test -s conftest$ac_exeext'
8301 { (eval echo "$as_me:8301: \"$ac_try\"") >&5 8317 { (eval echo "$as_me:8317: \"$ac_try\"") >&5
8302 (eval $ac_try) 2>&5 8318 (eval $ac_try) 2>&5
8303 ac_status=$? 8319 ac_status=$?
8304 echo "$as_me:8304: \$? = $ac_status" >&5 8320 echo "$as_me:8320: \$? = $ac_status" >&5
8305 (exit $ac_status); }; }; then 8321 (exit $ac_status); }; }; then
8306 eval "$as_ac_var=yes" 8322 eval "$as_ac_var=yes"
8307else 8323else
@@ -8311,7 +8327,7 @@ eval "$as_ac_var=no"
8311fi 8327fi
8312rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8328rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8313fi 8329fi
8314echo "$as_me:8314: result: `eval echo '${'$as_ac_var'}'`" >&5 8330echo "$as_me:8330: result: `eval echo '${'$as_ac_var'}'`" >&5
8315echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 8331echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8316if test `eval echo '${'$as_ac_var'}'` = yes; then 8332if test `eval echo '${'$as_ac_var'}'` = yes; then
8317 cat >>confdefs.h <<EOF 8333 cat >>confdefs.h <<EOF
@@ -8321,26 +8337,26 @@ EOF
8321fi 8337fi
8322done 8338done
8323 8339
8324for ac_header in maillock.h sys/un.h 8340for ac_header in maillock.h
8325do 8341do
8326as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 8342as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8327echo "$as_me:8327: checking for $ac_header" >&5 8343echo "$as_me:8343: checking for $ac_header" >&5
8328echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 8344echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8329if eval "test \"\${$as_ac_Header+set}\" = set"; then 8345if eval "test \"\${$as_ac_Header+set}\" = set"; then
8330 echo $ECHO_N "(cached) $ECHO_C" >&6 8346 echo $ECHO_N "(cached) $ECHO_C" >&6
8331else 8347else
8332 cat >conftest.$ac_ext <<_ACEOF 8348 cat >conftest.$ac_ext <<_ACEOF
8333#line 8333 "configure" 8349#line 8349 "configure"
8334#include "confdefs.h" 8350#include "confdefs.h"
8335#include <$ac_header> 8351#include <$ac_header>
8336_ACEOF 8352_ACEOF
8337if { (eval echo "$as_me:8337: \"$ac_cpp conftest.$ac_ext\"") >&5 8353if { (eval echo "$as_me:8353: \"$ac_cpp conftest.$ac_ext\"") >&5
8338 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 8354 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
8339 ac_status=$? 8355 ac_status=$?
8340 egrep -v '^ *\+' conftest.er1 >conftest.err 8356 egrep -v '^ *\+' conftest.er1 >conftest.err
8341 rm -f conftest.er1 8357 rm -f conftest.er1
8342 cat conftest.err >&5 8358 cat conftest.err >&5
8343 echo "$as_me:8343: \$? = $ac_status" >&5 8359 echo "$as_me:8359: \$? = $ac_status" >&5
8344 (exit $ac_status); } >/dev/null; then 8360 (exit $ac_status); } >/dev/null; then
8345 if test -s conftest.err; then 8361 if test -s conftest.err; then
8346 ac_cpp_err=$ac_c_preproc_warn_flag 8362 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -8359,7 +8375,7 @@ else
8359fi 8375fi
8360rm -f conftest.err conftest.$ac_ext 8376rm -f conftest.err conftest.$ac_ext
8361fi 8377fi
8362echo "$as_me:8362: result: `eval echo '${'$as_ac_Header'}'`" >&5 8378echo "$as_me:8378: result: `eval echo '${'$as_ac_Header'}'`" >&5
8363echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 8379echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8364if test `eval echo '${'$as_ac_Header'}'` = yes; then 8380if test `eval echo '${'$as_ac_Header'}'` = yes; then
8365 cat >>confdefs.h <<EOF 8381 cat >>confdefs.h <<EOF
@@ -8379,13 +8395,13 @@ sendto recvfrom getsockopt setsockopt getsockname getpeername \
8379gai_strerror mkstemp 8395gai_strerror mkstemp
8380do 8396do
8381as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 8397as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8382echo "$as_me:8381: checking for $ac_func" >&5 8398echo "$as_me:8398: checking for $ac_func" >&5
8383echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 8399echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8384if eval "test \"\${$as_ac_var+set}\" = set"; then 8400if eval "test \"\${$as_ac_var+set}\" = set"; then
8385 echo $ECHO_N "(cached) $ECHO_C" >&6 8401 echo $ECHO_N "(cached) $ECHO_C" >&6
8386else 8402else
8387 cat >conftest.$ac_ext <<_ACEOF 8403 cat >conftest.$ac_ext <<_ACEOF
8388#line 8387 "configure" 8404#line 8404 "configure"
8389#include "confdefs.h" 8405#include "confdefs.h"
8390/* System header to define __stub macros and hopefully few prototypes, 8406/* System header to define __stub macros and hopefully few prototypes,
8391 which can conflict with char $ac_func (); below. */ 8407 which can conflict with char $ac_func (); below. */
@@ -8416,16 +8432,16 @@ f = $ac_func;
8416} 8432}
8417_ACEOF 8433_ACEOF
8418rm -f conftest.$ac_objext conftest$ac_exeext 8434rm -f conftest.$ac_objext conftest$ac_exeext
8419if { (eval echo "$as_me:8418: \"$ac_link\"") >&5 8435if { (eval echo "$as_me:8435: \"$ac_link\"") >&5
8420 (eval $ac_link) 2>&5 8436 (eval $ac_link) 2>&5
8421 ac_status=$? 8437 ac_status=$?
8422 echo "$as_me:8421: \$? = $ac_status" >&5 8438 echo "$as_me:8438: \$? = $ac_status" >&5
8423 (exit $ac_status); } && 8439 (exit $ac_status); } &&
8424 { ac_try='test -s conftest$ac_exeext' 8440 { ac_try='test -s conftest$ac_exeext'
8425 { (eval echo "$as_me:8424: \"$ac_try\"") >&5 8441 { (eval echo "$as_me:8441: \"$ac_try\"") >&5
8426 (eval $ac_try) 2>&5 8442 (eval $ac_try) 2>&5
8427 ac_status=$? 8443 ac_status=$?
8428 echo "$as_me:8427: \$? = $ac_status" >&5 8444 echo "$as_me:8444: \$? = $ac_status" >&5
8429 (exit $ac_status); }; }; then 8445 (exit $ac_status); }; }; then
8430 eval "$as_ac_var=yes" 8446 eval "$as_ac_var=yes"
8431else 8447else
@@ -8435,7 +8451,7 @@ eval "$as_ac_var=no"
8435fi 8451fi
8436rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8452rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8437fi 8453fi
8438echo "$as_me:8437: result: `eval echo '${'$as_ac_var'}'`" >&5 8454echo "$as_me:8454: result: `eval echo '${'$as_ac_var'}'`" >&5
8439echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 8455echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8440if test `eval echo '${'$as_ac_var'}'` = yes; then 8456if test `eval echo '${'$as_ac_var'}'` = yes; then
8441 cat >>confdefs.h <<EOF 8457 cat >>confdefs.h <<EOF
@@ -8445,26 +8461,74 @@ EOF
8445fi 8461fi
8446done 8462done
8447 8463
8464for ac_header in sys/un.h
8465do
8466as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8467echo "$as_me:8467: checking for $ac_header" >&5
8468echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8469if eval "test \"\${$as_ac_Header+set}\" = set"; then
8470 echo $ECHO_N "(cached) $ECHO_C" >&6
8471else
8472 cat >conftest.$ac_ext <<_ACEOF
8473#line 8473 "configure"
8474#include "confdefs.h"
8475#include <$ac_header>
8476_ACEOF
8477if { (eval echo "$as_me:8477: \"$ac_cpp conftest.$ac_ext\"") >&5
8478 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
8479 ac_status=$?
8480 egrep -v '^ *\+' conftest.er1 >conftest.err
8481 rm -f conftest.er1
8482 cat conftest.err >&5
8483 echo "$as_me:8483: \$? = $ac_status" >&5
8484 (exit $ac_status); } >/dev/null; then
8485 if test -s conftest.err; then
8486 ac_cpp_err=$ac_c_preproc_warn_flag
8487 else
8488 ac_cpp_err=
8489 fi
8490else
8491 ac_cpp_err=yes
8492fi
8493if test -z "$ac_cpp_err"; then
8494 eval "$as_ac_Header=yes"
8495else
8496 echo "$as_me: failed program was:" >&5
8497 cat conftest.$ac_ext >&5
8498 eval "$as_ac_Header=no"
8499fi
8500rm -f conftest.err conftest.$ac_ext
8501fi
8502echo "$as_me:8502: result: `eval echo '${'$as_ac_Header'}'`" >&5
8503echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8504if test `eval echo '${'$as_ac_Header'}'` = yes; then
8505 cat >>confdefs.h <<EOF
8506#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8507EOF
8508
8509fi
8510done
8511
8448for ac_header in sys/time.h unistd.h 8512for ac_header in sys/time.h unistd.h
8449do 8513do
8450as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 8514as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8451echo "$as_me:8450: checking for $ac_header" >&5 8515echo "$as_me:8515: checking for $ac_header" >&5
8452echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 8516echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8453if eval "test \"\${$as_ac_Header+set}\" = set"; then 8517if eval "test \"\${$as_ac_Header+set}\" = set"; then
8454 echo $ECHO_N "(cached) $ECHO_C" >&6 8518 echo $ECHO_N "(cached) $ECHO_C" >&6
8455else 8519else
8456 cat >conftest.$ac_ext <<_ACEOF 8520 cat >conftest.$ac_ext <<_ACEOF
8457#line 8456 "configure" 8521#line 8521 "configure"
8458#include "confdefs.h" 8522#include "confdefs.h"
8459#include <$ac_header> 8523#include <$ac_header>
8460_ACEOF 8524_ACEOF
8461if { (eval echo "$as_me:8460: \"$ac_cpp conftest.$ac_ext\"") >&5 8525if { (eval echo "$as_me:8525: \"$ac_cpp conftest.$ac_ext\"") >&5
8462 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 8526 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
8463 ac_status=$? 8527 ac_status=$?
8464 egrep -v '^ *\+' conftest.er1 >conftest.err 8528 egrep -v '^ *\+' conftest.er1 >conftest.err
8465 rm -f conftest.er1 8529 rm -f conftest.er1
8466 cat conftest.err >&5 8530 cat conftest.err >&5
8467 echo "$as_me:8466: \$? = $ac_status" >&5 8531 echo "$as_me:8531: \$? = $ac_status" >&5
8468 (exit $ac_status); } >/dev/null; then 8532 (exit $ac_status); } >/dev/null; then
8469 if test -s conftest.err; then 8533 if test -s conftest.err; then
8470 ac_cpp_err=$ac_c_preproc_warn_flag 8534 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -8483,7 +8547,7 @@ else
8483fi 8547fi
8484rm -f conftest.err conftest.$ac_ext 8548rm -f conftest.err conftest.$ac_ext
8485fi 8549fi
8486echo "$as_me:8485: result: `eval echo '${'$as_ac_Header'}'`" >&5 8550echo "$as_me:8550: result: `eval echo '${'$as_ac_Header'}'`" >&5
8487echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 8551echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8488if test `eval echo '${'$as_ac_Header'}'` = yes; then 8552if test `eval echo '${'$as_ac_Header'}'` = yes; then
8489 cat >>confdefs.h <<EOF 8553 cat >>confdefs.h <<EOF
@@ -8496,13 +8560,13 @@ done
8496for ac_func in alarm 8560for ac_func in alarm
8497do 8561do
8498as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 8562as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8499echo "$as_me:8498: checking for $ac_func" >&5 8563echo "$as_me:8563: checking for $ac_func" >&5
8500echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 8564echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8501if eval "test \"\${$as_ac_var+set}\" = set"; then 8565if eval "test \"\${$as_ac_var+set}\" = set"; then
8502 echo $ECHO_N "(cached) $ECHO_C" >&6 8566 echo $ECHO_N "(cached) $ECHO_C" >&6
8503else 8567else
8504 cat >conftest.$ac_ext <<_ACEOF 8568 cat >conftest.$ac_ext <<_ACEOF
8505#line 8504 "configure" 8569#line 8569 "configure"
8506#include "confdefs.h" 8570#include "confdefs.h"
8507/* System header to define __stub macros and hopefully few prototypes, 8571/* System header to define __stub macros and hopefully few prototypes,
8508 which can conflict with char $ac_func (); below. */ 8572 which can conflict with char $ac_func (); below. */
@@ -8533,16 +8597,16 @@ f = $ac_func;
8533} 8597}
8534_ACEOF 8598_ACEOF
8535rm -f conftest.$ac_objext conftest$ac_exeext 8599rm -f conftest.$ac_objext conftest$ac_exeext
8536if { (eval echo "$as_me:8535: \"$ac_link\"") >&5 8600if { (eval echo "$as_me:8600: \"$ac_link\"") >&5
8537 (eval $ac_link) 2>&5 8601 (eval $ac_link) 2>&5
8538 ac_status=$? 8602 ac_status=$?
8539 echo "$as_me:8538: \$? = $ac_status" >&5 8603 echo "$as_me:8603: \$? = $ac_status" >&5
8540 (exit $ac_status); } && 8604 (exit $ac_status); } &&
8541 { ac_try='test -s conftest$ac_exeext' 8605 { ac_try='test -s conftest$ac_exeext'
8542 { (eval echo "$as_me:8541: \"$ac_try\"") >&5 8606 { (eval echo "$as_me:8606: \"$ac_try\"") >&5
8543 (eval $ac_try) 2>&5 8607 (eval $ac_try) 2>&5
8544 ac_status=$? 8608 ac_status=$?
8545 echo "$as_me:8544: \$? = $ac_status" >&5 8609 echo "$as_me:8609: \$? = $ac_status" >&5
8546 (exit $ac_status); }; }; then 8610 (exit $ac_status); }; }; then
8547 eval "$as_ac_var=yes" 8611 eval "$as_ac_var=yes"
8548else 8612else
@@ -8552,7 +8616,7 @@ eval "$as_ac_var=no"
8552fi 8616fi
8553rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8617rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8554fi 8618fi
8555echo "$as_me:8554: result: `eval echo '${'$as_ac_var'}'`" >&5 8619echo "$as_me:8619: result: `eval echo '${'$as_ac_var'}'`" >&5
8556echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 8620echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8557if test `eval echo '${'$as_ac_var'}'` = yes; then 8621if test `eval echo '${'$as_ac_var'}'` = yes; then
8558 cat >>confdefs.h <<EOF 8622 cat >>confdefs.h <<EOF
@@ -8562,7 +8626,7 @@ EOF
8562fi 8626fi
8563done 8627done
8564 8628
8565echo "$as_me:8564: checking for working mktime" >&5 8629echo "$as_me:8629: checking for working mktime" >&5
8566echo $ECHO_N "checking for working mktime... $ECHO_C" >&6 8630echo $ECHO_N "checking for working mktime... $ECHO_C" >&6
8567if test "${ac_cv_func_working_mktime+set}" = set; then 8631if test "${ac_cv_func_working_mktime+set}" = set; then
8568 echo $ECHO_N "(cached) $ECHO_C" >&6 8632 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8571,7 +8635,7 @@ else
8571 ac_cv_func_working_mktime=no 8635 ac_cv_func_working_mktime=no
8572else 8636else
8573 cat >conftest.$ac_ext <<_ACEOF 8637 cat >conftest.$ac_ext <<_ACEOF
8574#line 8573 "configure" 8638#line 8638 "configure"
8575#include "confdefs.h" 8639#include "confdefs.h"
8576/* Test program from Paul Eggert and Tony Leneis. */ 8640/* Test program from Paul Eggert and Tony Leneis. */
8577#if TIME_WITH_SYS_TIME 8641#if TIME_WITH_SYS_TIME
@@ -8720,15 +8784,15 @@ main ()
8720} 8784}
8721_ACEOF 8785_ACEOF
8722rm -f conftest$ac_exeext 8786rm -f conftest$ac_exeext
8723if { (eval echo "$as_me:8722: \"$ac_link\"") >&5 8787if { (eval echo "$as_me:8787: \"$ac_link\"") >&5
8724 (eval $ac_link) 2>&5 8788 (eval $ac_link) 2>&5
8725 ac_status=$? 8789 ac_status=$?
8726 echo "$as_me:8725: \$? = $ac_status" >&5 8790 echo "$as_me:8790: \$? = $ac_status" >&5
8727 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 8791 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
8728 { (eval echo "$as_me:8727: \"$ac_try\"") >&5 8792 { (eval echo "$as_me:8792: \"$ac_try\"") >&5
8729 (eval $ac_try) 2>&5 8793 (eval $ac_try) 2>&5
8730 ac_status=$? 8794 ac_status=$?
8731 echo "$as_me:8730: \$? = $ac_status" >&5 8795 echo "$as_me:8795: \$? = $ac_status" >&5
8732 (exit $ac_status); }; }; then 8796 (exit $ac_status); }; }; then
8733 ac_cv_func_working_mktime=yes 8797 ac_cv_func_working_mktime=yes
8734else 8798else
@@ -8740,7 +8804,7 @@ fi
8740rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 8804rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
8741fi 8805fi
8742fi 8806fi
8743echo "$as_me:8742: result: $ac_cv_func_working_mktime" >&5 8807echo "$as_me:8807: result: $ac_cv_func_working_mktime" >&5
8744echo "${ECHO_T}$ac_cv_func_working_mktime" >&6 8808echo "${ECHO_T}$ac_cv_func_working_mktime" >&6
8745if test $ac_cv_func_working_mktime = no; then 8809if test $ac_cv_func_working_mktime = no; then
8746 LIBOBJS="$LIBOBJS mktime.$ac_objext" 8810 LIBOBJS="$LIBOBJS mktime.$ac_objext"
@@ -8758,13 +8822,13 @@ ac_have_func=no # yes means we've found a way to get the load average.
8758ac_save_LIBS=$LIBS 8822ac_save_LIBS=$LIBS
8759 8823
8760# Check for getloadavg, but be sure not to touch the cache variable. 8824# Check for getloadavg, but be sure not to touch the cache variable.
8761(echo "$as_me:8760: checking for getloadavg" >&5 8825(echo "$as_me:8825: checking for getloadavg" >&5
8762echo $ECHO_N "checking for getloadavg... $ECHO_C" >&6 8826echo $ECHO_N "checking for getloadavg... $ECHO_C" >&6
8763if test "${ac_cv_func_getloadavg+set}" = set; then 8827if test "${ac_cv_func_getloadavg+set}" = set; then
8764 echo $ECHO_N "(cached) $ECHO_C" >&6 8828 echo $ECHO_N "(cached) $ECHO_C" >&6
8765else 8829else
8766 cat >conftest.$ac_ext <<_ACEOF 8830 cat >conftest.$ac_ext <<_ACEOF
8767#line 8766 "configure" 8831#line 8831 "configure"
8768#include "confdefs.h" 8832#include "confdefs.h"
8769/* System header to define __stub macros and hopefully few prototypes, 8833/* System header to define __stub macros and hopefully few prototypes,
8770 which can conflict with char getloadavg (); below. */ 8834 which can conflict with char getloadavg (); below. */
@@ -8795,16 +8859,16 @@ f = getloadavg;
8795} 8859}
8796_ACEOF 8860_ACEOF
8797rm -f conftest.$ac_objext conftest$ac_exeext 8861rm -f conftest.$ac_objext conftest$ac_exeext
8798if { (eval echo "$as_me:8797: \"$ac_link\"") >&5 8862if { (eval echo "$as_me:8862: \"$ac_link\"") >&5
8799 (eval $ac_link) 2>&5 8863 (eval $ac_link) 2>&5
8800 ac_status=$? 8864 ac_status=$?
8801 echo "$as_me:8800: \$? = $ac_status" >&5 8865 echo "$as_me:8865: \$? = $ac_status" >&5
8802 (exit $ac_status); } && 8866 (exit $ac_status); } &&
8803 { ac_try='test -s conftest$ac_exeext' 8867 { ac_try='test -s conftest$ac_exeext'
8804 { (eval echo "$as_me:8803: \"$ac_try\"") >&5 8868 { (eval echo "$as_me:8868: \"$ac_try\"") >&5
8805 (eval $ac_try) 2>&5 8869 (eval $ac_try) 2>&5
8806 ac_status=$? 8870 ac_status=$?
8807 echo "$as_me:8806: \$? = $ac_status" >&5 8871 echo "$as_me:8871: \$? = $ac_status" >&5
8808 (exit $ac_status); }; }; then 8872 (exit $ac_status); }; }; then
8809 ac_cv_func_getloadavg=yes 8873 ac_cv_func_getloadavg=yes
8810else 8874else
@@ -8814,7 +8878,7 @@ ac_cv_func_getloadavg=no
8814fi 8878fi
8815rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8879rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8816fi 8880fi
8817echo "$as_me:8816: result: $ac_cv_func_getloadavg" >&5 8881echo "$as_me:8881: result: $ac_cv_func_getloadavg" >&5
8818echo "${ECHO_T}$ac_cv_func_getloadavg" >&6 8882echo "${ECHO_T}$ac_cv_func_getloadavg" >&6
8819if test $ac_cv_func_getloadavg = yes; then 8883if test $ac_cv_func_getloadavg = yes; then
8820 exit 0 8884 exit 0
@@ -8828,13 +8892,13 @@ fi
8828for ac_func in pstat_getdynamic 8892for ac_func in pstat_getdynamic
8829do 8893do
8830as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 8894as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8831echo "$as_me:8830: checking for $ac_func" >&5 8895echo "$as_me:8895: checking for $ac_func" >&5
8832echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 8896echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8833if eval "test \"\${$as_ac_var+set}\" = set"; then 8897if eval "test \"\${$as_ac_var+set}\" = set"; then
8834 echo $ECHO_N "(cached) $ECHO_C" >&6 8898 echo $ECHO_N "(cached) $ECHO_C" >&6
8835else 8899else
8836 cat >conftest.$ac_ext <<_ACEOF 8900 cat >conftest.$ac_ext <<_ACEOF
8837#line 8836 "configure" 8901#line 8901 "configure"
8838#include "confdefs.h" 8902#include "confdefs.h"
8839/* System header to define __stub macros and hopefully few prototypes, 8903/* System header to define __stub macros and hopefully few prototypes,
8840 which can conflict with char $ac_func (); below. */ 8904 which can conflict with char $ac_func (); below. */
@@ -8865,16 +8929,16 @@ f = $ac_func;
8865} 8929}
8866_ACEOF 8930_ACEOF
8867rm -f conftest.$ac_objext conftest$ac_exeext 8931rm -f conftest.$ac_objext conftest$ac_exeext
8868if { (eval echo "$as_me:8867: \"$ac_link\"") >&5 8932if { (eval echo "$as_me:8932: \"$ac_link\"") >&5
8869 (eval $ac_link) 2>&5 8933 (eval $ac_link) 2>&5
8870 ac_status=$? 8934 ac_status=$?
8871 echo "$as_me:8870: \$? = $ac_status" >&5 8935 echo "$as_me:8935: \$? = $ac_status" >&5
8872 (exit $ac_status); } && 8936 (exit $ac_status); } &&
8873 { ac_try='test -s conftest$ac_exeext' 8937 { ac_try='test -s conftest$ac_exeext'
8874 { (eval echo "$as_me:8873: \"$ac_try\"") >&5 8938 { (eval echo "$as_me:8938: \"$ac_try\"") >&5
8875 (eval $ac_try) 2>&5 8939 (eval $ac_try) 2>&5
8876 ac_status=$? 8940 ac_status=$?
8877 echo "$as_me:8876: \$? = $ac_status" >&5 8941 echo "$as_me:8941: \$? = $ac_status" >&5
8878 (exit $ac_status); }; }; then 8942 (exit $ac_status); }; }; then
8879 eval "$as_ac_var=yes" 8943 eval "$as_ac_var=yes"
8880else 8944else
@@ -8884,7 +8948,7 @@ eval "$as_ac_var=no"
8884fi 8948fi
8885rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8949rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8886fi 8950fi
8887echo "$as_me:8886: result: `eval echo '${'$as_ac_var'}'`" >&5 8951echo "$as_me:8951: result: `eval echo '${'$as_ac_var'}'`" >&5
8888echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 8952echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8889if test `eval echo '${'$as_ac_var'}'` = yes; then 8953if test `eval echo '${'$as_ac_var'}'` = yes; then
8890 cat >>confdefs.h <<EOF 8954 cat >>confdefs.h <<EOF
@@ -8896,7 +8960,7 @@ done
8896 8960
8897# Solaris has libkstat which does not require root. 8961# Solaris has libkstat which does not require root.
8898 8962
8899echo "$as_me:8898: checking for kstat_open in -lkstat" >&5 8963echo "$as_me:8963: checking for kstat_open in -lkstat" >&5
8900echo $ECHO_N "checking for kstat_open in -lkstat... $ECHO_C" >&6 8964echo $ECHO_N "checking for kstat_open in -lkstat... $ECHO_C" >&6
8901if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then 8965if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
8902 echo $ECHO_N "(cached) $ECHO_C" >&6 8966 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8904,7 +8968,7 @@ else
8904 ac_check_lib_save_LIBS=$LIBS 8968 ac_check_lib_save_LIBS=$LIBS
8905LIBS="-lkstat $LIBS" 8969LIBS="-lkstat $LIBS"
8906cat >conftest.$ac_ext <<_ACEOF 8970cat >conftest.$ac_ext <<_ACEOF
8907#line 8906 "configure" 8971#line 8971 "configure"
8908#include "confdefs.h" 8972#include "confdefs.h"
8909 8973
8910/* Override any gcc2 internal prototype to avoid an error. */ 8974/* Override any gcc2 internal prototype to avoid an error. */
@@ -8923,16 +8987,16 @@ kstat_open ();
8923} 8987}
8924_ACEOF 8988_ACEOF
8925rm -f conftest.$ac_objext conftest$ac_exeext 8989rm -f conftest.$ac_objext conftest$ac_exeext
8926if { (eval echo "$as_me:8925: \"$ac_link\"") >&5 8990if { (eval echo "$as_me:8990: \"$ac_link\"") >&5
8927 (eval $ac_link) 2>&5 8991 (eval $ac_link) 2>&5
8928 ac_status=$? 8992 ac_status=$?
8929 echo "$as_me:8928: \$? = $ac_status" >&5 8993 echo "$as_me:8993: \$? = $ac_status" >&5
8930 (exit $ac_status); } && 8994 (exit $ac_status); } &&
8931 { ac_try='test -s conftest$ac_exeext' 8995 { ac_try='test -s conftest$ac_exeext'
8932 { (eval echo "$as_me:8931: \"$ac_try\"") >&5 8996 { (eval echo "$as_me:8996: \"$ac_try\"") >&5
8933 (eval $ac_try) 2>&5 8997 (eval $ac_try) 2>&5
8934 ac_status=$? 8998 ac_status=$?
8935 echo "$as_me:8934: \$? = $ac_status" >&5 8999 echo "$as_me:8999: \$? = $ac_status" >&5
8936 (exit $ac_status); }; }; then 9000 (exit $ac_status); }; }; then
8937 ac_cv_lib_kstat_kstat_open=yes 9001 ac_cv_lib_kstat_kstat_open=yes
8938else 9002else
@@ -8943,7 +9007,7 @@ fi
8943rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9007rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
8944LIBS=$ac_check_lib_save_LIBS 9008LIBS=$ac_check_lib_save_LIBS
8945fi 9009fi
8946echo "$as_me:8945: result: $ac_cv_lib_kstat_kstat_open" >&5 9010echo "$as_me:9010: result: $ac_cv_lib_kstat_kstat_open" >&5
8947echo "${ECHO_T}$ac_cv_lib_kstat_kstat_open" >&6 9011echo "${ECHO_T}$ac_cv_lib_kstat_kstat_open" >&6
8948if test $ac_cv_lib_kstat_kstat_open = yes; then 9012if test $ac_cv_lib_kstat_kstat_open = yes; then
8949 cat >>confdefs.h <<EOF 9013 cat >>confdefs.h <<EOF
@@ -8961,7 +9025,7 @@ test $ac_cv_lib_kstat_kstat_open = yes && ac_have_func=yes
8961# to get the right answer into the cache. 9025# to get the right answer into the cache.
8962# For kstat on solaris, we need libelf to force the definition of SVR4 below. 9026# For kstat on solaris, we need libelf to force the definition of SVR4 below.
8963if test $ac_have_func = no; then 9027if test $ac_have_func = no; then
8964 echo "$as_me:8963: checking for elf_begin in -lelf" >&5 9028 echo "$as_me:9028: checking for elf_begin in -lelf" >&5
8965echo $ECHO_N "checking for elf_begin in -lelf... $ECHO_C" >&6 9029echo $ECHO_N "checking for elf_begin in -lelf... $ECHO_C" >&6
8966if test "${ac_cv_lib_elf_elf_begin+set}" = set; then 9030if test "${ac_cv_lib_elf_elf_begin+set}" = set; then
8967 echo $ECHO_N "(cached) $ECHO_C" >&6 9031 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -8969,7 +9033,7 @@ else
8969 ac_check_lib_save_LIBS=$LIBS 9033 ac_check_lib_save_LIBS=$LIBS
8970LIBS="-lelf $LIBS" 9034LIBS="-lelf $LIBS"
8971cat >conftest.$ac_ext <<_ACEOF 9035cat >conftest.$ac_ext <<_ACEOF
8972#line 8971 "configure" 9036#line 9036 "configure"
8973#include "confdefs.h" 9037#include "confdefs.h"
8974 9038
8975/* Override any gcc2 internal prototype to avoid an error. */ 9039/* Override any gcc2 internal prototype to avoid an error. */
@@ -8988,16 +9052,16 @@ elf_begin ();
8988} 9052}
8989_ACEOF 9053_ACEOF
8990rm -f conftest.$ac_objext conftest$ac_exeext 9054rm -f conftest.$ac_objext conftest$ac_exeext
8991if { (eval echo "$as_me:8990: \"$ac_link\"") >&5 9055if { (eval echo "$as_me:9055: \"$ac_link\"") >&5
8992 (eval $ac_link) 2>&5 9056 (eval $ac_link) 2>&5
8993 ac_status=$? 9057 ac_status=$?
8994 echo "$as_me:8993: \$? = $ac_status" >&5 9058 echo "$as_me:9058: \$? = $ac_status" >&5
8995 (exit $ac_status); } && 9059 (exit $ac_status); } &&
8996 { ac_try='test -s conftest$ac_exeext' 9060 { ac_try='test -s conftest$ac_exeext'
8997 { (eval echo "$as_me:8996: \"$ac_try\"") >&5 9061 { (eval echo "$as_me:9061: \"$ac_try\"") >&5
8998 (eval $ac_try) 2>&5 9062 (eval $ac_try) 2>&5
8999 ac_status=$? 9063 ac_status=$?
9000 echo "$as_me:8999: \$? = $ac_status" >&5 9064 echo "$as_me:9064: \$? = $ac_status" >&5
9001 (exit $ac_status); }; }; then 9065 (exit $ac_status); }; }; then
9002 ac_cv_lib_elf_elf_begin=yes 9066 ac_cv_lib_elf_elf_begin=yes
9003else 9067else
@@ -9008,7 +9072,7 @@ fi
9008rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9072rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9009LIBS=$ac_check_lib_save_LIBS 9073LIBS=$ac_check_lib_save_LIBS
9010fi 9074fi
9011echo "$as_me:9010: result: $ac_cv_lib_elf_elf_begin" >&5 9075echo "$as_me:9075: result: $ac_cv_lib_elf_elf_begin" >&5
9012echo "${ECHO_T}$ac_cv_lib_elf_elf_begin" >&6 9076echo "${ECHO_T}$ac_cv_lib_elf_elf_begin" >&6
9013if test $ac_cv_lib_elf_elf_begin = yes; then 9077if test $ac_cv_lib_elf_elf_begin = yes; then
9014 LIBS="-lelf $LIBS" 9078 LIBS="-lelf $LIBS"
@@ -9016,7 +9080,7 @@ fi
9016 9080
9017fi 9081fi
9018if test $ac_have_func = no; then 9082if test $ac_have_func = no; then
9019 echo "$as_me:9018: checking for kvm_open in -lkvm" >&5 9083 echo "$as_me:9083: checking for kvm_open in -lkvm" >&5
9020echo $ECHO_N "checking for kvm_open in -lkvm... $ECHO_C" >&6 9084echo $ECHO_N "checking for kvm_open in -lkvm... $ECHO_C" >&6
9021if test "${ac_cv_lib_kvm_kvm_open+set}" = set; then 9085if test "${ac_cv_lib_kvm_kvm_open+set}" = set; then
9022 echo $ECHO_N "(cached) $ECHO_C" >&6 9086 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9024,7 +9088,7 @@ else
9024 ac_check_lib_save_LIBS=$LIBS 9088 ac_check_lib_save_LIBS=$LIBS
9025LIBS="-lkvm $LIBS" 9089LIBS="-lkvm $LIBS"
9026cat >conftest.$ac_ext <<_ACEOF 9090cat >conftest.$ac_ext <<_ACEOF
9027#line 9026 "configure" 9091#line 9091 "configure"
9028#include "confdefs.h" 9092#include "confdefs.h"
9029 9093
9030/* Override any gcc2 internal prototype to avoid an error. */ 9094/* Override any gcc2 internal prototype to avoid an error. */
@@ -9043,16 +9107,16 @@ kvm_open ();
9043} 9107}
9044_ACEOF 9108_ACEOF
9045rm -f conftest.$ac_objext conftest$ac_exeext 9109rm -f conftest.$ac_objext conftest$ac_exeext
9046if { (eval echo "$as_me:9045: \"$ac_link\"") >&5 9110if { (eval echo "$as_me:9110: \"$ac_link\"") >&5
9047 (eval $ac_link) 2>&5 9111 (eval $ac_link) 2>&5
9048 ac_status=$? 9112 ac_status=$?
9049 echo "$as_me:9048: \$? = $ac_status" >&5 9113 echo "$as_me:9113: \$? = $ac_status" >&5
9050 (exit $ac_status); } && 9114 (exit $ac_status); } &&
9051 { ac_try='test -s conftest$ac_exeext' 9115 { ac_try='test -s conftest$ac_exeext'
9052 { (eval echo "$as_me:9051: \"$ac_try\"") >&5 9116 { (eval echo "$as_me:9116: \"$ac_try\"") >&5
9053 (eval $ac_try) 2>&5 9117 (eval $ac_try) 2>&5
9054 ac_status=$? 9118 ac_status=$?
9055 echo "$as_me:9054: \$? = $ac_status" >&5 9119 echo "$as_me:9119: \$? = $ac_status" >&5
9056 (exit $ac_status); }; }; then 9120 (exit $ac_status); }; }; then
9057 ac_cv_lib_kvm_kvm_open=yes 9121 ac_cv_lib_kvm_kvm_open=yes
9058else 9122else
@@ -9063,14 +9127,14 @@ fi
9063rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9127rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9064LIBS=$ac_check_lib_save_LIBS 9128LIBS=$ac_check_lib_save_LIBS
9065fi 9129fi
9066echo "$as_me:9065: result: $ac_cv_lib_kvm_kvm_open" >&5 9130echo "$as_me:9130: result: $ac_cv_lib_kvm_kvm_open" >&5
9067echo "${ECHO_T}$ac_cv_lib_kvm_kvm_open" >&6 9131echo "${ECHO_T}$ac_cv_lib_kvm_kvm_open" >&6
9068if test $ac_cv_lib_kvm_kvm_open = yes; then 9132if test $ac_cv_lib_kvm_kvm_open = yes; then
9069 LIBS="-lkvm $LIBS" 9133 LIBS="-lkvm $LIBS"
9070fi 9134fi
9071 9135
9072 # Check for the 4.4BSD definition of getloadavg. 9136 # Check for the 4.4BSD definition of getloadavg.
9073 echo "$as_me:9072: checking for getloadavg in -lutil" >&5 9137 echo "$as_me:9137: checking for getloadavg in -lutil" >&5
9074echo $ECHO_N "checking for getloadavg in -lutil... $ECHO_C" >&6 9138echo $ECHO_N "checking for getloadavg in -lutil... $ECHO_C" >&6
9075if test "${ac_cv_lib_util_getloadavg+set}" = set; then 9139if test "${ac_cv_lib_util_getloadavg+set}" = set; then
9076 echo $ECHO_N "(cached) $ECHO_C" >&6 9140 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9078,7 +9142,7 @@ else
9078 ac_check_lib_save_LIBS=$LIBS 9142 ac_check_lib_save_LIBS=$LIBS
9079LIBS="-lutil $LIBS" 9143LIBS="-lutil $LIBS"
9080cat >conftest.$ac_ext <<_ACEOF 9144cat >conftest.$ac_ext <<_ACEOF
9081#line 9080 "configure" 9145#line 9145 "configure"
9082#include "confdefs.h" 9146#include "confdefs.h"
9083 9147
9084/* Override any gcc2 internal prototype to avoid an error. */ 9148/* Override any gcc2 internal prototype to avoid an error. */
@@ -9097,16 +9161,16 @@ getloadavg ();
9097} 9161}
9098_ACEOF 9162_ACEOF
9099rm -f conftest.$ac_objext conftest$ac_exeext 9163rm -f conftest.$ac_objext conftest$ac_exeext
9100if { (eval echo "$as_me:9099: \"$ac_link\"") >&5 9164if { (eval echo "$as_me:9164: \"$ac_link\"") >&5
9101 (eval $ac_link) 2>&5 9165 (eval $ac_link) 2>&5
9102 ac_status=$? 9166 ac_status=$?
9103 echo "$as_me:9102: \$? = $ac_status" >&5 9167 echo "$as_me:9167: \$? = $ac_status" >&5
9104 (exit $ac_status); } && 9168 (exit $ac_status); } &&
9105 { ac_try='test -s conftest$ac_exeext' 9169 { ac_try='test -s conftest$ac_exeext'
9106 { (eval echo "$as_me:9105: \"$ac_try\"") >&5 9170 { (eval echo "$as_me:9170: \"$ac_try\"") >&5
9107 (eval $ac_try) 2>&5 9171 (eval $ac_try) 2>&5
9108 ac_status=$? 9172 ac_status=$?
9109 echo "$as_me:9108: \$? = $ac_status" >&5 9173 echo "$as_me:9173: \$? = $ac_status" >&5
9110 (exit $ac_status); }; }; then 9174 (exit $ac_status); }; }; then
9111 ac_cv_lib_util_getloadavg=yes 9175 ac_cv_lib_util_getloadavg=yes
9112else 9176else
@@ -9117,7 +9181,7 @@ fi
9117rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9181rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9118LIBS=$ac_check_lib_save_LIBS 9182LIBS=$ac_check_lib_save_LIBS
9119fi 9183fi
9120echo "$as_me:9119: result: $ac_cv_lib_util_getloadavg" >&5 9184echo "$as_me:9184: result: $ac_cv_lib_util_getloadavg" >&5
9121echo "${ECHO_T}$ac_cv_lib_util_getloadavg" >&6 9185echo "${ECHO_T}$ac_cv_lib_util_getloadavg" >&6
9122if test $ac_cv_lib_util_getloadavg = yes; then 9186if test $ac_cv_lib_util_getloadavg = yes; then
9123 LIBS="-lutil $LIBS" ac_have_func=yes ac_cv_func_getloadavg_setgid=yes 9187 LIBS="-lutil $LIBS" ac_have_func=yes ac_cv_func_getloadavg_setgid=yes
@@ -9130,7 +9194,7 @@ if test $ac_have_func = no; then
9130 # Since it is not a standard part of AIX, it might be installed locally. 9194 # Since it is not a standard part of AIX, it might be installed locally.
9131 ac_getloadavg_LIBS=$LIBS 9195 ac_getloadavg_LIBS=$LIBS
9132 LIBS="-L/usr/local/lib $LIBS" 9196 LIBS="-L/usr/local/lib $LIBS"
9133 echo "$as_me:9132: checking for getloadavg in -lgetloadavg" >&5 9197 echo "$as_me:9197: checking for getloadavg in -lgetloadavg" >&5
9134echo $ECHO_N "checking for getloadavg in -lgetloadavg... $ECHO_C" >&6 9198echo $ECHO_N "checking for getloadavg in -lgetloadavg... $ECHO_C" >&6
9135if test "${ac_cv_lib_getloadavg_getloadavg+set}" = set; then 9199if test "${ac_cv_lib_getloadavg_getloadavg+set}" = set; then
9136 echo $ECHO_N "(cached) $ECHO_C" >&6 9200 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9138,7 +9202,7 @@ else
9138 ac_check_lib_save_LIBS=$LIBS 9202 ac_check_lib_save_LIBS=$LIBS
9139LIBS="-lgetloadavg $LIBS" 9203LIBS="-lgetloadavg $LIBS"
9140cat >conftest.$ac_ext <<_ACEOF 9204cat >conftest.$ac_ext <<_ACEOF
9141#line 9140 "configure" 9205#line 9205 "configure"
9142#include "confdefs.h" 9206#include "confdefs.h"
9143 9207
9144/* Override any gcc2 internal prototype to avoid an error. */ 9208/* Override any gcc2 internal prototype to avoid an error. */
@@ -9157,16 +9221,16 @@ getloadavg ();
9157} 9221}
9158_ACEOF 9222_ACEOF
9159rm -f conftest.$ac_objext conftest$ac_exeext 9223rm -f conftest.$ac_objext conftest$ac_exeext
9160if { (eval echo "$as_me:9159: \"$ac_link\"") >&5 9224if { (eval echo "$as_me:9224: \"$ac_link\"") >&5
9161 (eval $ac_link) 2>&5 9225 (eval $ac_link) 2>&5
9162 ac_status=$? 9226 ac_status=$?
9163 echo "$as_me:9162: \$? = $ac_status" >&5 9227 echo "$as_me:9227: \$? = $ac_status" >&5
9164 (exit $ac_status); } && 9228 (exit $ac_status); } &&
9165 { ac_try='test -s conftest$ac_exeext' 9229 { ac_try='test -s conftest$ac_exeext'
9166 { (eval echo "$as_me:9165: \"$ac_try\"") >&5 9230 { (eval echo "$as_me:9230: \"$ac_try\"") >&5
9167 (eval $ac_try) 2>&5 9231 (eval $ac_try) 2>&5
9168 ac_status=$? 9232 ac_status=$?
9169 echo "$as_me:9168: \$? = $ac_status" >&5 9233 echo "$as_me:9233: \$? = $ac_status" >&5
9170 (exit $ac_status); }; }; then 9234 (exit $ac_status); }; }; then
9171 ac_cv_lib_getloadavg_getloadavg=yes 9235 ac_cv_lib_getloadavg_getloadavg=yes
9172else 9236else
@@ -9177,7 +9241,7 @@ fi
9177rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9241rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9178LIBS=$ac_check_lib_save_LIBS 9242LIBS=$ac_check_lib_save_LIBS
9179fi 9243fi
9180echo "$as_me:9179: result: $ac_cv_lib_getloadavg_getloadavg" >&5 9244echo "$as_me:9244: result: $ac_cv_lib_getloadavg_getloadavg" >&5
9181echo "${ECHO_T}$ac_cv_lib_getloadavg_getloadavg" >&6 9245echo "${ECHO_T}$ac_cv_lib_getloadavg_getloadavg" >&6
9182if test $ac_cv_lib_getloadavg_getloadavg = yes; then 9246if test $ac_cv_lib_getloadavg_getloadavg = yes; then
9183 LIBS="-lgetloadavg $LIBS" 9247 LIBS="-lgetloadavg $LIBS"
@@ -9193,13 +9257,13 @@ fi
9193for ac_func in getloadavg 9257for ac_func in getloadavg
9194do 9258do
9195as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 9259as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9196echo "$as_me:9195: checking for $ac_func" >&5 9260echo "$as_me:9260: checking for $ac_func" >&5
9197echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 9261echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9198if eval "test \"\${$as_ac_var+set}\" = set"; then 9262if eval "test \"\${$as_ac_var+set}\" = set"; then
9199 echo $ECHO_N "(cached) $ECHO_C" >&6 9263 echo $ECHO_N "(cached) $ECHO_C" >&6
9200else 9264else
9201 cat >conftest.$ac_ext <<_ACEOF 9265 cat >conftest.$ac_ext <<_ACEOF
9202#line 9201 "configure" 9266#line 9266 "configure"
9203#include "confdefs.h" 9267#include "confdefs.h"
9204/* System header to define __stub macros and hopefully few prototypes, 9268/* System header to define __stub macros and hopefully few prototypes,
9205 which can conflict with char $ac_func (); below. */ 9269 which can conflict with char $ac_func (); below. */
@@ -9230,16 +9294,16 @@ f = $ac_func;
9230} 9294}
9231_ACEOF 9295_ACEOF
9232rm -f conftest.$ac_objext conftest$ac_exeext 9296rm -f conftest.$ac_objext conftest$ac_exeext
9233if { (eval echo "$as_me:9232: \"$ac_link\"") >&5 9297if { (eval echo "$as_me:9297: \"$ac_link\"") >&5
9234 (eval $ac_link) 2>&5 9298 (eval $ac_link) 2>&5
9235 ac_status=$? 9299 ac_status=$?
9236 echo "$as_me:9235: \$? = $ac_status" >&5 9300 echo "$as_me:9300: \$? = $ac_status" >&5
9237 (exit $ac_status); } && 9301 (exit $ac_status); } &&
9238 { ac_try='test -s conftest$ac_exeext' 9302 { ac_try='test -s conftest$ac_exeext'
9239 { (eval echo "$as_me:9238: \"$ac_try\"") >&5 9303 { (eval echo "$as_me:9303: \"$ac_try\"") >&5
9240 (eval $ac_try) 2>&5 9304 (eval $ac_try) 2>&5
9241 ac_status=$? 9305 ac_status=$?
9242 echo "$as_me:9241: \$? = $ac_status" >&5 9306 echo "$as_me:9306: \$? = $ac_status" >&5
9243 (exit $ac_status); }; }; then 9307 (exit $ac_status); }; }; then
9244 eval "$as_ac_var=yes" 9308 eval "$as_ac_var=yes"
9245else 9309else
@@ -9249,7 +9313,7 @@ eval "$as_ac_var=no"
9249fi 9313fi
9250rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9314rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9251fi 9315fi
9252echo "$as_me:9251: result: `eval echo '${'$as_ac_var'}'`" >&5 9316echo "$as_me:9316: result: `eval echo '${'$as_ac_var'}'`" >&5
9253echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 9317echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9254if test `eval echo '${'$as_ac_var'}'` = yes; then 9318if test `eval echo '${'$as_ac_var'}'` = yes; then
9255 cat >>confdefs.h <<EOF 9319 cat >>confdefs.h <<EOF
@@ -9265,23 +9329,23 @@ EOF
9265 9329
9266# Figure out what our getloadavg.c needs. 9330# Figure out what our getloadavg.c needs.
9267ac_have_func=no 9331ac_have_func=no
9268echo "$as_me:9267: checking for sys/dg_sys_info.h" >&5 9332echo "$as_me:9332: checking for sys/dg_sys_info.h" >&5
9269echo $ECHO_N "checking for sys/dg_sys_info.h... $ECHO_C" >&6 9333echo $ECHO_N "checking for sys/dg_sys_info.h... $ECHO_C" >&6
9270if test "${ac_cv_header_sys_dg_sys_info_h+set}" = set; then 9334if test "${ac_cv_header_sys_dg_sys_info_h+set}" = set; then
9271 echo $ECHO_N "(cached) $ECHO_C" >&6 9335 echo $ECHO_N "(cached) $ECHO_C" >&6
9272else 9336else
9273 cat >conftest.$ac_ext <<_ACEOF 9337 cat >conftest.$ac_ext <<_ACEOF
9274#line 9273 "configure" 9338#line 9338 "configure"
9275#include "confdefs.h" 9339#include "confdefs.h"
9276#include <sys/dg_sys_info.h> 9340#include <sys/dg_sys_info.h>
9277_ACEOF 9341_ACEOF
9278if { (eval echo "$as_me:9277: \"$ac_cpp conftest.$ac_ext\"") >&5 9342if { (eval echo "$as_me:9342: \"$ac_cpp conftest.$ac_ext\"") >&5
9279 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9343 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9280 ac_status=$? 9344 ac_status=$?
9281 egrep -v '^ *\+' conftest.er1 >conftest.err 9345 egrep -v '^ *\+' conftest.er1 >conftest.err
9282 rm -f conftest.er1 9346 rm -f conftest.er1
9283 cat conftest.err >&5 9347 cat conftest.err >&5
9284 echo "$as_me:9283: \$? = $ac_status" >&5 9348 echo "$as_me:9348: \$? = $ac_status" >&5
9285 (exit $ac_status); } >/dev/null; then 9349 (exit $ac_status); } >/dev/null; then
9286 if test -s conftest.err; then 9350 if test -s conftest.err; then
9287 ac_cpp_err=$ac_c_preproc_warn_flag 9351 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -9300,7 +9364,7 @@ else
9300fi 9364fi
9301rm -f conftest.err conftest.$ac_ext 9365rm -f conftest.err conftest.$ac_ext
9302fi 9366fi
9303echo "$as_me:9302: result: $ac_cv_header_sys_dg_sys_info_h" >&5 9367echo "$as_me:9367: result: $ac_cv_header_sys_dg_sys_info_h" >&5
9304echo "${ECHO_T}$ac_cv_header_sys_dg_sys_info_h" >&6 9368echo "${ECHO_T}$ac_cv_header_sys_dg_sys_info_h" >&6
9305if test $ac_cv_header_sys_dg_sys_info_h = yes; then 9369if test $ac_cv_header_sys_dg_sys_info_h = yes; then
9306 ac_have_func=yes 9370 ac_have_func=yes
@@ -9309,7 +9373,7 @@ cat >>confdefs.h <<\EOF
9309#define DGUX 1 9373#define DGUX 1
9310EOF 9374EOF
9311 9375
9312echo "$as_me:9311: checking for dg_sys_info in -ldgc" >&5 9376echo "$as_me:9376: checking for dg_sys_info in -ldgc" >&5
9313echo $ECHO_N "checking for dg_sys_info in -ldgc... $ECHO_C" >&6 9377echo $ECHO_N "checking for dg_sys_info in -ldgc... $ECHO_C" >&6
9314if test "${ac_cv_lib_dgc_dg_sys_info+set}" = set; then 9378if test "${ac_cv_lib_dgc_dg_sys_info+set}" = set; then
9315 echo $ECHO_N "(cached) $ECHO_C" >&6 9379 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9317,7 +9381,7 @@ else
9317 ac_check_lib_save_LIBS=$LIBS 9381 ac_check_lib_save_LIBS=$LIBS
9318LIBS="-ldgc $LIBS" 9382LIBS="-ldgc $LIBS"
9319cat >conftest.$ac_ext <<_ACEOF 9383cat >conftest.$ac_ext <<_ACEOF
9320#line 9319 "configure" 9384#line 9384 "configure"
9321#include "confdefs.h" 9385#include "confdefs.h"
9322 9386
9323/* Override any gcc2 internal prototype to avoid an error. */ 9387/* Override any gcc2 internal prototype to avoid an error. */
@@ -9336,16 +9400,16 @@ dg_sys_info ();
9336} 9400}
9337_ACEOF 9401_ACEOF
9338rm -f conftest.$ac_objext conftest$ac_exeext 9402rm -f conftest.$ac_objext conftest$ac_exeext
9339if { (eval echo "$as_me:9338: \"$ac_link\"") >&5 9403if { (eval echo "$as_me:9403: \"$ac_link\"") >&5
9340 (eval $ac_link) 2>&5 9404 (eval $ac_link) 2>&5
9341 ac_status=$? 9405 ac_status=$?
9342 echo "$as_me:9341: \$? = $ac_status" >&5 9406 echo "$as_me:9406: \$? = $ac_status" >&5
9343 (exit $ac_status); } && 9407 (exit $ac_status); } &&
9344 { ac_try='test -s conftest$ac_exeext' 9408 { ac_try='test -s conftest$ac_exeext'
9345 { (eval echo "$as_me:9344: \"$ac_try\"") >&5 9409 { (eval echo "$as_me:9409: \"$ac_try\"") >&5
9346 (eval $ac_try) 2>&5 9410 (eval $ac_try) 2>&5
9347 ac_status=$? 9411 ac_status=$?
9348 echo "$as_me:9347: \$? = $ac_status" >&5 9412 echo "$as_me:9412: \$? = $ac_status" >&5
9349 (exit $ac_status); }; }; then 9413 (exit $ac_status); }; }; then
9350 ac_cv_lib_dgc_dg_sys_info=yes 9414 ac_cv_lib_dgc_dg_sys_info=yes
9351else 9415else
@@ -9356,7 +9420,7 @@ fi
9356rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9420rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9357LIBS=$ac_check_lib_save_LIBS 9421LIBS=$ac_check_lib_save_LIBS
9358fi 9422fi
9359echo "$as_me:9358: result: $ac_cv_lib_dgc_dg_sys_info" >&5 9423echo "$as_me:9423: result: $ac_cv_lib_dgc_dg_sys_info" >&5
9360echo "${ECHO_T}$ac_cv_lib_dgc_dg_sys_info" >&6 9424echo "${ECHO_T}$ac_cv_lib_dgc_dg_sys_info" >&6
9361if test $ac_cv_lib_dgc_dg_sys_info = yes; then 9425if test $ac_cv_lib_dgc_dg_sys_info = yes; then
9362 cat >>confdefs.h <<EOF 9426 cat >>confdefs.h <<EOF
@@ -9369,23 +9433,23 @@ fi
9369 9433
9370fi 9434fi
9371 9435
9372echo "$as_me:9371: checking for locale.h" >&5 9436echo "$as_me:9436: checking for locale.h" >&5
9373echo $ECHO_N "checking for locale.h... $ECHO_C" >&6 9437echo $ECHO_N "checking for locale.h... $ECHO_C" >&6
9374if test "${ac_cv_header_locale_h+set}" = set; then 9438if test "${ac_cv_header_locale_h+set}" = set; then
9375 echo $ECHO_N "(cached) $ECHO_C" >&6 9439 echo $ECHO_N "(cached) $ECHO_C" >&6
9376else 9440else
9377 cat >conftest.$ac_ext <<_ACEOF 9441 cat >conftest.$ac_ext <<_ACEOF
9378#line 9377 "configure" 9442#line 9442 "configure"
9379#include "confdefs.h" 9443#include "confdefs.h"
9380#include <locale.h> 9444#include <locale.h>
9381_ACEOF 9445_ACEOF
9382if { (eval echo "$as_me:9381: \"$ac_cpp conftest.$ac_ext\"") >&5 9446if { (eval echo "$as_me:9446: \"$ac_cpp conftest.$ac_ext\"") >&5
9383 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9447 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9384 ac_status=$? 9448 ac_status=$?
9385 egrep -v '^ *\+' conftest.er1 >conftest.err 9449 egrep -v '^ *\+' conftest.er1 >conftest.err
9386 rm -f conftest.er1 9450 rm -f conftest.er1
9387 cat conftest.err >&5 9451 cat conftest.err >&5
9388 echo "$as_me:9387: \$? = $ac_status" >&5 9452 echo "$as_me:9452: \$? = $ac_status" >&5
9389 (exit $ac_status); } >/dev/null; then 9453 (exit $ac_status); } >/dev/null; then
9390 if test -s conftest.err; then 9454 if test -s conftest.err; then
9391 ac_cpp_err=$ac_c_preproc_warn_flag 9455 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -9404,19 +9468,19 @@ else
9404fi 9468fi
9405rm -f conftest.err conftest.$ac_ext 9469rm -f conftest.err conftest.$ac_ext
9406fi 9470fi
9407echo "$as_me:9406: result: $ac_cv_header_locale_h" >&5 9471echo "$as_me:9471: result: $ac_cv_header_locale_h" >&5
9408echo "${ECHO_T}$ac_cv_header_locale_h" >&6 9472echo "${ECHO_T}$ac_cv_header_locale_h" >&6
9409 9473
9410for ac_func in setlocale 9474for ac_func in setlocale
9411do 9475do
9412as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 9476as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9413echo "$as_me:9412: checking for $ac_func" >&5 9477echo "$as_me:9477: checking for $ac_func" >&5
9414echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 9478echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9415if eval "test \"\${$as_ac_var+set}\" = set"; then 9479if eval "test \"\${$as_ac_var+set}\" = set"; then
9416 echo $ECHO_N "(cached) $ECHO_C" >&6 9480 echo $ECHO_N "(cached) $ECHO_C" >&6
9417else 9481else
9418 cat >conftest.$ac_ext <<_ACEOF 9482 cat >conftest.$ac_ext <<_ACEOF
9419#line 9418 "configure" 9483#line 9483 "configure"
9420#include "confdefs.h" 9484#include "confdefs.h"
9421/* System header to define __stub macros and hopefully few prototypes, 9485/* System header to define __stub macros and hopefully few prototypes,
9422 which can conflict with char $ac_func (); below. */ 9486 which can conflict with char $ac_func (); below. */
@@ -9447,16 +9511,16 @@ f = $ac_func;
9447} 9511}
9448_ACEOF 9512_ACEOF
9449rm -f conftest.$ac_objext conftest$ac_exeext 9513rm -f conftest.$ac_objext conftest$ac_exeext
9450if { (eval echo "$as_me:9449: \"$ac_link\"") >&5 9514if { (eval echo "$as_me:9514: \"$ac_link\"") >&5
9451 (eval $ac_link) 2>&5 9515 (eval $ac_link) 2>&5
9452 ac_status=$? 9516 ac_status=$?
9453 echo "$as_me:9452: \$? = $ac_status" >&5 9517 echo "$as_me:9517: \$? = $ac_status" >&5
9454 (exit $ac_status); } && 9518 (exit $ac_status); } &&
9455 { ac_try='test -s conftest$ac_exeext' 9519 { ac_try='test -s conftest$ac_exeext'
9456 { (eval echo "$as_me:9455: \"$ac_try\"") >&5 9520 { (eval echo "$as_me:9520: \"$ac_try\"") >&5
9457 (eval $ac_try) 2>&5 9521 (eval $ac_try) 2>&5
9458 ac_status=$? 9522 ac_status=$?
9459 echo "$as_me:9458: \$? = $ac_status" >&5 9523 echo "$as_me:9523: \$? = $ac_status" >&5
9460 (exit $ac_status); }; }; then 9524 (exit $ac_status); }; }; then
9461 eval "$as_ac_var=yes" 9525 eval "$as_ac_var=yes"
9462else 9526else
@@ -9466,7 +9530,7 @@ eval "$as_ac_var=no"
9466fi 9530fi
9467rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9531rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9468fi 9532fi
9469echo "$as_me:9468: result: `eval echo '${'$as_ac_var'}'`" >&5 9533echo "$as_me:9533: result: `eval echo '${'$as_ac_var'}'`" >&5
9470echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 9534echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9471if test `eval echo '${'$as_ac_var'}'` = yes; then 9535if test `eval echo '${'$as_ac_var'}'` = yes; then
9472 cat >>confdefs.h <<EOF 9536 cat >>confdefs.h <<EOF
@@ -9489,23 +9553,23 @@ EOF
9489fi 9553fi
9490 9554
9491if test $ac_have_func = no; then 9555if test $ac_have_func = no; then
9492 echo "$as_me:9491: checking for inq_stats/cpustats.h" >&5 9556 echo "$as_me:9556: checking for inq_stats/cpustats.h" >&5
9493echo $ECHO_N "checking for inq_stats/cpustats.h... $ECHO_C" >&6 9557echo $ECHO_N "checking for inq_stats/cpustats.h... $ECHO_C" >&6
9494if test "${ac_cv_header_inq_stats_cpustats_h+set}" = set; then 9558if test "${ac_cv_header_inq_stats_cpustats_h+set}" = set; then
9495 echo $ECHO_N "(cached) $ECHO_C" >&6 9559 echo $ECHO_N "(cached) $ECHO_C" >&6
9496else 9560else
9497 cat >conftest.$ac_ext <<_ACEOF 9561 cat >conftest.$ac_ext <<_ACEOF
9498#line 9497 "configure" 9562#line 9562 "configure"
9499#include "confdefs.h" 9563#include "confdefs.h"
9500#include <inq_stats/cpustats.h> 9564#include <inq_stats/cpustats.h>
9501_ACEOF 9565_ACEOF
9502if { (eval echo "$as_me:9501: \"$ac_cpp conftest.$ac_ext\"") >&5 9566if { (eval echo "$as_me:9566: \"$ac_cpp conftest.$ac_ext\"") >&5
9503 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9567 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9504 ac_status=$? 9568 ac_status=$?
9505 egrep -v '^ *\+' conftest.er1 >conftest.err 9569 egrep -v '^ *\+' conftest.er1 >conftest.err
9506 rm -f conftest.er1 9570 rm -f conftest.er1
9507 cat conftest.err >&5 9571 cat conftest.err >&5
9508 echo "$as_me:9507: \$? = $ac_status" >&5 9572 echo "$as_me:9572: \$? = $ac_status" >&5
9509 (exit $ac_status); } >/dev/null; then 9573 (exit $ac_status); } >/dev/null; then
9510 if test -s conftest.err; then 9574 if test -s conftest.err; then
9511 ac_cpp_err=$ac_c_preproc_warn_flag 9575 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -9524,7 +9588,7 @@ else
9524fi 9588fi
9525rm -f conftest.err conftest.$ac_ext 9589rm -f conftest.err conftest.$ac_ext
9526fi 9590fi
9527echo "$as_me:9526: result: $ac_cv_header_inq_stats_cpustats_h" >&5 9591echo "$as_me:9591: result: $ac_cv_header_inq_stats_cpustats_h" >&5
9528echo "${ECHO_T}$ac_cv_header_inq_stats_cpustats_h" >&6 9592echo "${ECHO_T}$ac_cv_header_inq_stats_cpustats_h" >&6
9529if test $ac_cv_header_inq_stats_cpustats_h = yes; then 9593if test $ac_cv_header_inq_stats_cpustats_h = yes; then
9530 ac_have_func=yes 9594 ac_have_func=yes
@@ -9542,23 +9606,23 @@ fi
9542fi 9606fi
9543 9607
9544if test $ac_have_func = no; then 9608if test $ac_have_func = no; then
9545 echo "$as_me:9544: checking for sys/cpustats.h" >&5 9609 echo "$as_me:9609: checking for sys/cpustats.h" >&5
9546echo $ECHO_N "checking for sys/cpustats.h... $ECHO_C" >&6 9610echo $ECHO_N "checking for sys/cpustats.h... $ECHO_C" >&6
9547if test "${ac_cv_header_sys_cpustats_h+set}" = set; then 9611if test "${ac_cv_header_sys_cpustats_h+set}" = set; then
9548 echo $ECHO_N "(cached) $ECHO_C" >&6 9612 echo $ECHO_N "(cached) $ECHO_C" >&6
9549else 9613else
9550 cat >conftest.$ac_ext <<_ACEOF 9614 cat >conftest.$ac_ext <<_ACEOF
9551#line 9550 "configure" 9615#line 9615 "configure"
9552#include "confdefs.h" 9616#include "confdefs.h"
9553#include <sys/cpustats.h> 9617#include <sys/cpustats.h>
9554_ACEOF 9618_ACEOF
9555if { (eval echo "$as_me:9554: \"$ac_cpp conftest.$ac_ext\"") >&5 9619if { (eval echo "$as_me:9619: \"$ac_cpp conftest.$ac_ext\"") >&5
9556 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9620 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9557 ac_status=$? 9621 ac_status=$?
9558 egrep -v '^ *\+' conftest.er1 >conftest.err 9622 egrep -v '^ *\+' conftest.er1 >conftest.err
9559 rm -f conftest.er1 9623 rm -f conftest.er1
9560 cat conftest.err >&5 9624 cat conftest.err >&5
9561 echo "$as_me:9560: \$? = $ac_status" >&5 9625 echo "$as_me:9625: \$? = $ac_status" >&5
9562 (exit $ac_status); } >/dev/null; then 9626 (exit $ac_status); } >/dev/null; then
9563 if test -s conftest.err; then 9627 if test -s conftest.err; then
9564 ac_cpp_err=$ac_c_preproc_warn_flag 9628 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -9577,7 +9641,7 @@ else
9577fi 9641fi
9578rm -f conftest.err conftest.$ac_ext 9642rm -f conftest.err conftest.$ac_ext
9579fi 9643fi
9580echo "$as_me:9579: result: $ac_cv_header_sys_cpustats_h" >&5 9644echo "$as_me:9644: result: $ac_cv_header_sys_cpustats_h" >&5
9581echo "${ECHO_T}$ac_cv_header_sys_cpustats_h" >&6 9645echo "${ECHO_T}$ac_cv_header_sys_cpustats_h" >&6
9582if test $ac_cv_header_sys_cpustats_h = yes; then 9646if test $ac_cv_header_sys_cpustats_h = yes; then
9583 ac_have_func=yes; cat >>confdefs.h <<\EOF 9647 ac_have_func=yes; cat >>confdefs.h <<\EOF
@@ -9593,23 +9657,23 @@ if test $ac_have_func = no; then
9593for ac_header in mach/mach.h 9657for ac_header in mach/mach.h
9594do 9658do
9595as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 9659as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9596echo "$as_me:9595: checking for $ac_header" >&5 9660echo "$as_me:9660: checking for $ac_header" >&5
9597echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 9661echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9598if eval "test \"\${$as_ac_Header+set}\" = set"; then 9662if eval "test \"\${$as_ac_Header+set}\" = set"; then
9599 echo $ECHO_N "(cached) $ECHO_C" >&6 9663 echo $ECHO_N "(cached) $ECHO_C" >&6
9600else 9664else
9601 cat >conftest.$ac_ext <<_ACEOF 9665 cat >conftest.$ac_ext <<_ACEOF
9602#line 9601 "configure" 9666#line 9666 "configure"
9603#include "confdefs.h" 9667#include "confdefs.h"
9604#include <$ac_header> 9668#include <$ac_header>
9605_ACEOF 9669_ACEOF
9606if { (eval echo "$as_me:9605: \"$ac_cpp conftest.$ac_ext\"") >&5 9670if { (eval echo "$as_me:9670: \"$ac_cpp conftest.$ac_ext\"") >&5
9607 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9671 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9608 ac_status=$? 9672 ac_status=$?
9609 egrep -v '^ *\+' conftest.er1 >conftest.err 9673 egrep -v '^ *\+' conftest.er1 >conftest.err
9610 rm -f conftest.er1 9674 rm -f conftest.er1
9611 cat conftest.err >&5 9675 cat conftest.err >&5
9612 echo "$as_me:9611: \$? = $ac_status" >&5 9676 echo "$as_me:9676: \$? = $ac_status" >&5
9613 (exit $ac_status); } >/dev/null; then 9677 (exit $ac_status); } >/dev/null; then
9614 if test -s conftest.err; then 9678 if test -s conftest.err; then
9615 ac_cpp_err=$ac_c_preproc_warn_flag 9679 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -9628,7 +9692,7 @@ else
9628fi 9692fi
9629rm -f conftest.err conftest.$ac_ext 9693rm -f conftest.err conftest.$ac_ext
9630fi 9694fi
9631echo "$as_me:9630: result: `eval echo '${'$as_ac_Header'}'`" >&5 9695echo "$as_me:9695: result: `eval echo '${'$as_ac_Header'}'`" >&5
9632echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 9696echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9633if test `eval echo '${'$as_ac_Header'}'` = yes; then 9697if test `eval echo '${'$as_ac_Header'}'` = yes; then
9634 cat >>confdefs.h <<EOF 9698 cat >>confdefs.h <<EOF
@@ -9643,23 +9707,23 @@ fi
9643for ac_header in nlist.h 9707for ac_header in nlist.h
9644do 9708do
9645as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 9709as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9646echo "$as_me:9645: checking for $ac_header" >&5 9710echo "$as_me:9710: checking for $ac_header" >&5
9647echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 9711echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9648if eval "test \"\${$as_ac_Header+set}\" = set"; then 9712if eval "test \"\${$as_ac_Header+set}\" = set"; then
9649 echo $ECHO_N "(cached) $ECHO_C" >&6 9713 echo $ECHO_N "(cached) $ECHO_C" >&6
9650else 9714else
9651 cat >conftest.$ac_ext <<_ACEOF 9715 cat >conftest.$ac_ext <<_ACEOF
9652#line 9651 "configure" 9716#line 9716 "configure"
9653#include "confdefs.h" 9717#include "confdefs.h"
9654#include <$ac_header> 9718#include <$ac_header>
9655_ACEOF 9719_ACEOF
9656if { (eval echo "$as_me:9655: \"$ac_cpp conftest.$ac_ext\"") >&5 9720if { (eval echo "$as_me:9720: \"$ac_cpp conftest.$ac_ext\"") >&5
9657 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9721 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9658 ac_status=$? 9722 ac_status=$?
9659 egrep -v '^ *\+' conftest.er1 >conftest.err 9723 egrep -v '^ *\+' conftest.er1 >conftest.err
9660 rm -f conftest.er1 9724 rm -f conftest.er1
9661 cat conftest.err >&5 9725 cat conftest.err >&5
9662 echo "$as_me:9661: \$? = $ac_status" >&5 9726 echo "$as_me:9726: \$? = $ac_status" >&5
9663 (exit $ac_status); } >/dev/null; then 9727 (exit $ac_status); } >/dev/null; then
9664 if test -s conftest.err; then 9728 if test -s conftest.err; then
9665 ac_cpp_err=$ac_c_preproc_warn_flag 9729 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -9678,19 +9742,19 @@ else
9678fi 9742fi
9679rm -f conftest.err conftest.$ac_ext 9743rm -f conftest.err conftest.$ac_ext
9680fi 9744fi
9681echo "$as_me:9680: result: `eval echo '${'$as_ac_Header'}'`" >&5 9745echo "$as_me:9745: result: `eval echo '${'$as_ac_Header'}'`" >&5
9682echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 9746echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9683if test `eval echo '${'$as_ac_Header'}'` = yes; then 9747if test `eval echo '${'$as_ac_Header'}'` = yes; then
9684 cat >>confdefs.h <<EOF 9748 cat >>confdefs.h <<EOF
9685#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 9749#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9686EOF 9750EOF
9687 echo "$as_me:9686: checking for struct nlist.n_un.n_name" >&5 9751 echo "$as_me:9751: checking for struct nlist.n_un.n_name" >&5
9688echo $ECHO_N "checking for struct nlist.n_un.n_name... $ECHO_C" >&6 9752echo $ECHO_N "checking for struct nlist.n_un.n_name... $ECHO_C" >&6
9689if test "${ac_cv_member_struct_nlist_n_un_n_name+set}" = set; then 9753if test "${ac_cv_member_struct_nlist_n_un_n_name+set}" = set; then
9690 echo $ECHO_N "(cached) $ECHO_C" >&6 9754 echo $ECHO_N "(cached) $ECHO_C" >&6
9691else 9755else
9692 cat >conftest.$ac_ext <<_ACEOF 9756 cat >conftest.$ac_ext <<_ACEOF
9693#line 9692 "configure" 9757#line 9757 "configure"
9694#include "confdefs.h" 9758#include "confdefs.h"
9695#include <nlist.h> 9759#include <nlist.h>
9696 9760
@@ -9705,16 +9769,16 @@ return 0;
9705} 9769}
9706_ACEOF 9770_ACEOF
9707rm -f conftest.$ac_objext 9771rm -f conftest.$ac_objext
9708if { (eval echo "$as_me:9707: \"$ac_compile\"") >&5 9772if { (eval echo "$as_me:9772: \"$ac_compile\"") >&5
9709 (eval $ac_compile) 2>&5 9773 (eval $ac_compile) 2>&5
9710 ac_status=$? 9774 ac_status=$?
9711 echo "$as_me:9710: \$? = $ac_status" >&5 9775 echo "$as_me:9775: \$? = $ac_status" >&5
9712 (exit $ac_status); } && 9776 (exit $ac_status); } &&
9713 { ac_try='test -s conftest.$ac_objext' 9777 { ac_try='test -s conftest.$ac_objext'
9714 { (eval echo "$as_me:9713: \"$ac_try\"") >&5 9778 { (eval echo "$as_me:9778: \"$ac_try\"") >&5
9715 (eval $ac_try) 2>&5 9779 (eval $ac_try) 2>&5
9716 ac_status=$? 9780 ac_status=$?
9717 echo "$as_me:9716: \$? = $ac_status" >&5 9781 echo "$as_me:9781: \$? = $ac_status" >&5
9718 (exit $ac_status); }; }; then 9782 (exit $ac_status); }; }; then
9719 ac_cv_member_struct_nlist_n_un_n_name=yes 9783 ac_cv_member_struct_nlist_n_un_n_name=yes
9720else 9784else
@@ -9724,7 +9788,7 @@ ac_cv_member_struct_nlist_n_un_n_name=no
9724fi 9788fi
9725rm -f conftest.$ac_objext conftest.$ac_ext 9789rm -f conftest.$ac_objext conftest.$ac_ext
9726fi 9790fi
9727echo "$as_me:9726: result: $ac_cv_member_struct_nlist_n_un_n_name" >&5 9791echo "$as_me:9791: result: $ac_cv_member_struct_nlist_n_un_n_name" >&5
9728echo "${ECHO_T}$ac_cv_member_struct_nlist_n_un_n_name" >&6 9792echo "${ECHO_T}$ac_cv_member_struct_nlist_n_un_n_name" >&6
9729if test $ac_cv_member_struct_nlist_n_un_n_name = yes; then 9793if test $ac_cv_member_struct_nlist_n_un_n_name = yes; then
9730 9794
@@ -9745,13 +9809,13 @@ fi
9745done 9809done
9746 9810
9747# Some definitions of getloadavg require that the program be installed setgid. 9811# Some definitions of getloadavg require that the program be installed setgid.
9748echo "$as_me:9747: checking whether getloadavg requires setgid" >&5 9812echo "$as_me:9812: checking whether getloadavg requires setgid" >&5
9749echo $ECHO_N "checking whether getloadavg requires setgid... $ECHO_C" >&6 9813echo $ECHO_N "checking whether getloadavg requires setgid... $ECHO_C" >&6
9750if test "${ac_cv_func_getloadavg_setgid+set}" = set; then 9814if test "${ac_cv_func_getloadavg_setgid+set}" = set; then
9751 echo $ECHO_N "(cached) $ECHO_C" >&6 9815 echo $ECHO_N "(cached) $ECHO_C" >&6
9752else 9816else
9753 cat >conftest.$ac_ext <<_ACEOF 9817 cat >conftest.$ac_ext <<_ACEOF
9754#line 9753 "configure" 9818#line 9818 "configure"
9755#include "confdefs.h" 9819#include "confdefs.h"
9756#include "$srcdir/getloadavg.c" 9820#include "$srcdir/getloadavg.c"
9757#ifdef LDAV_PRIVILEGED 9821#ifdef LDAV_PRIVILEGED
@@ -9767,7 +9831,7 @@ fi
9767rm -f conftest* 9831rm -f conftest*
9768 9832
9769fi 9833fi
9770echo "$as_me:9769: result: $ac_cv_func_getloadavg_setgid" >&5 9834echo "$as_me:9834: result: $ac_cv_func_getloadavg_setgid" >&5
9771echo "${ECHO_T}$ac_cv_func_getloadavg_setgid" >&6 9835echo "${ECHO_T}$ac_cv_func_getloadavg_setgid" >&6
9772if test $ac_cv_func_getloadavg_setgid = yes; then 9836if test $ac_cv_func_getloadavg_setgid = yes; then
9773 NEED_SETGID=true 9837 NEED_SETGID=true
@@ -9781,7 +9845,7 @@ else
9781fi 9845fi
9782 9846
9783if test $ac_cv_func_getloadavg_setgid = yes; then 9847if test $ac_cv_func_getloadavg_setgid = yes; then
9784 echo "$as_me:9783: checking group of /dev/kmem" >&5 9848 echo "$as_me:9848: checking group of /dev/kmem" >&5
9785echo $ECHO_N "checking group of /dev/kmem... $ECHO_C" >&6 9849echo $ECHO_N "checking group of /dev/kmem... $ECHO_C" >&6
9786if test "${ac_cv_group_kmem+set}" = set; then 9850if test "${ac_cv_group_kmem+set}" = set; then
9787 echo $ECHO_N "(cached) $ECHO_C" >&6 9851 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9796,7 +9860,7 @@ else
9796 / /s/.* //;p;'` 9860 / /s/.* //;p;'`
9797 9861
9798fi 9862fi
9799echo "$as_me:9798: result: $ac_cv_group_kmem" >&5 9863echo "$as_me:9863: result: $ac_cv_group_kmem" >&5
9800echo "${ECHO_T}$ac_cv_group_kmem" >&6 9864echo "${ECHO_T}$ac_cv_group_kmem" >&6
9801 KMEM_GROUP=$ac_cv_group_kmem 9865 KMEM_GROUP=$ac_cv_group_kmem
9802fi 9866fi
@@ -9807,7 +9871,7 @@ else
9807fi 9871fi
9808LIBS=$ac_save_LIBS 9872LIBS=$ac_save_LIBS
9809 9873
9810echo "$as_me:9809: checking for _LARGEFILE_SOURCE value needed for large files" >&5 9874echo "$as_me:9874: checking for _LARGEFILE_SOURCE value needed for large files" >&5
9811echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6 9875echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6
9812if test "${ac_cv_sys_largefile_source+set}" = set; then 9876if test "${ac_cv_sys_largefile_source+set}" = set; then
9813 echo $ECHO_N "(cached) $ECHO_C" >&6 9877 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -9815,7 +9879,7 @@ else
9815 while :; do 9879 while :; do
9816 ac_cv_sys_largefile_source=no 9880 ac_cv_sys_largefile_source=no
9817 cat >conftest.$ac_ext <<_ACEOF 9881 cat >conftest.$ac_ext <<_ACEOF
9818#line 9817 "configure" 9882#line 9882 "configure"
9819#include "confdefs.h" 9883#include "confdefs.h"
9820#include <stdio.h> 9884#include <stdio.h>
9821int 9885int
@@ -9827,16 +9891,16 @@ return !fseeko;
9827} 9891}
9828_ACEOF 9892_ACEOF
9829rm -f conftest.$ac_objext 9893rm -f conftest.$ac_objext
9830if { (eval echo "$as_me:9829: \"$ac_compile\"") >&5 9894if { (eval echo "$as_me:9894: \"$ac_compile\"") >&5
9831 (eval $ac_compile) 2>&5 9895 (eval $ac_compile) 2>&5
9832 ac_status=$? 9896 ac_status=$?
9833 echo "$as_me:9832: \$? = $ac_status" >&5 9897 echo "$as_me:9897: \$? = $ac_status" >&5
9834 (exit $ac_status); } && 9898 (exit $ac_status); } &&
9835 { ac_try='test -s conftest.$ac_objext' 9899 { ac_try='test -s conftest.$ac_objext'
9836 { (eval echo "$as_me:9835: \"$ac_try\"") >&5 9900 { (eval echo "$as_me:9900: \"$ac_try\"") >&5
9837 (eval $ac_try) 2>&5 9901 (eval $ac_try) 2>&5
9838 ac_status=$? 9902 ac_status=$?
9839 echo "$as_me:9838: \$? = $ac_status" >&5 9903 echo "$as_me:9903: \$? = $ac_status" >&5
9840 (exit $ac_status); }; }; then 9904 (exit $ac_status); }; }; then
9841 break 9905 break
9842else 9906else
@@ -9845,7 +9909,7 @@ cat conftest.$ac_ext >&5
9845fi 9909fi
9846rm -f conftest.$ac_objext conftest.$ac_ext 9910rm -f conftest.$ac_objext conftest.$ac_ext
9847 cat >conftest.$ac_ext <<_ACEOF 9911 cat >conftest.$ac_ext <<_ACEOF
9848#line 9847 "configure" 9912#line 9912 "configure"
9849#include "confdefs.h" 9913#include "confdefs.h"
9850#define _LARGEFILE_SOURCE 1 9914#define _LARGEFILE_SOURCE 1
9851#include <stdio.h> 9915#include <stdio.h>
@@ -9858,16 +9922,16 @@ return !fseeko;
9858} 9922}
9859_ACEOF 9923_ACEOF
9860rm -f conftest.$ac_objext 9924rm -f conftest.$ac_objext
9861if { (eval echo "$as_me:9860: \"$ac_compile\"") >&5 9925if { (eval echo "$as_me:9925: \"$ac_compile\"") >&5
9862 (eval $ac_compile) 2>&5 9926 (eval $ac_compile) 2>&5
9863 ac_status=$? 9927 ac_status=$?
9864 echo "$as_me:9863: \$? = $ac_status" >&5 9928 echo "$as_me:9928: \$? = $ac_status" >&5
9865 (exit $ac_status); } && 9929 (exit $ac_status); } &&
9866 { ac_try='test -s conftest.$ac_objext' 9930 { ac_try='test -s conftest.$ac_objext'
9867 { (eval echo "$as_me:9866: \"$ac_try\"") >&5 9931 { (eval echo "$as_me:9931: \"$ac_try\"") >&5
9868 (eval $ac_try) 2>&5 9932 (eval $ac_try) 2>&5
9869 ac_status=$? 9933 ac_status=$?
9870 echo "$as_me:9869: \$? = $ac_status" >&5 9934 echo "$as_me:9934: \$? = $ac_status" >&5
9871 (exit $ac_status); }; }; then 9935 (exit $ac_status); }; }; then
9872 ac_cv_sys_largefile_source=1; break 9936 ac_cv_sys_largefile_source=1; break
9873else 9937else
@@ -9878,7 +9942,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext
9878 break 9942 break
9879done 9943done
9880fi 9944fi
9881echo "$as_me:9880: result: $ac_cv_sys_largefile_source" >&5 9945echo "$as_me:9945: result: $ac_cv_sys_largefile_source" >&5
9882echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6 9946echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6
9883if test "$ac_cv_sys_largefile_source" != no; then 9947if test "$ac_cv_sys_largefile_source" != no; then
9884 9948
@@ -9892,13 +9956,13 @@ rm -f conftest*
9892# We used to try defining _XOPEN_SOURCE=500 too, to work around a bug 9956# We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
9893# in glibc 2.1.3, but that breaks too many other things. 9957# in glibc 2.1.3, but that breaks too many other things.
9894# If you want fseeko and ftello with glibc, upgrade to a fixed glibc. 9958# If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
9895echo "$as_me:9894: checking for fseeko" >&5 9959echo "$as_me:9959: checking for fseeko" >&5
9896echo $ECHO_N "checking for fseeko... $ECHO_C" >&6 9960echo $ECHO_N "checking for fseeko... $ECHO_C" >&6
9897if test "${ac_cv_func_fseeko+set}" = set; then 9961if test "${ac_cv_func_fseeko+set}" = set; then
9898 echo $ECHO_N "(cached) $ECHO_C" >&6 9962 echo $ECHO_N "(cached) $ECHO_C" >&6
9899else 9963else
9900 cat >conftest.$ac_ext <<_ACEOF 9964 cat >conftest.$ac_ext <<_ACEOF
9901#line 9900 "configure" 9965#line 9965 "configure"
9902#include "confdefs.h" 9966#include "confdefs.h"
9903#include <stdio.h> 9967#include <stdio.h>
9904int 9968int
@@ -9910,16 +9974,16 @@ return fseeko && fseeko (stdin, 0, 0);
9910} 9974}
9911_ACEOF 9975_ACEOF
9912rm -f conftest.$ac_objext conftest$ac_exeext 9976rm -f conftest.$ac_objext conftest$ac_exeext
9913if { (eval echo "$as_me:9912: \"$ac_link\"") >&5 9977if { (eval echo "$as_me:9977: \"$ac_link\"") >&5
9914 (eval $ac_link) 2>&5 9978 (eval $ac_link) 2>&5
9915 ac_status=$? 9979 ac_status=$?
9916 echo "$as_me:9915: \$? = $ac_status" >&5 9980 echo "$as_me:9980: \$? = $ac_status" >&5
9917 (exit $ac_status); } && 9981 (exit $ac_status); } &&
9918 { ac_try='test -s conftest$ac_exeext' 9982 { ac_try='test -s conftest$ac_exeext'
9919 { (eval echo "$as_me:9918: \"$ac_try\"") >&5 9983 { (eval echo "$as_me:9983: \"$ac_try\"") >&5
9920 (eval $ac_try) 2>&5 9984 (eval $ac_try) 2>&5
9921 ac_status=$? 9985 ac_status=$?
9922 echo "$as_me:9921: \$? = $ac_status" >&5 9986 echo "$as_me:9986: \$? = $ac_status" >&5
9923 (exit $ac_status); }; }; then 9987 (exit $ac_status); }; }; then
9924 ac_cv_func_fseeko=yes 9988 ac_cv_func_fseeko=yes
9925else 9989else
@@ -9929,7 +9993,7 @@ ac_cv_func_fseeko=no
9929fi 9993fi
9930rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9994rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
9931fi 9995fi
9932echo "$as_me:9931: result: $ac_cv_func_fseeko" >&5 9996echo "$as_me:9996: result: $ac_cv_func_fseeko" >&5
9933echo "${ECHO_T}$ac_cv_func_fseeko" >&6 9997echo "${ECHO_T}$ac_cv_func_fseeko" >&6
9934if test $ac_cv_func_fseeko = yes; then 9998if test $ac_cv_func_fseeko = yes; then
9935 9999
@@ -9944,13 +10008,13 @@ fi
9944for ac_func in grantpt 10008for ac_func in grantpt
9945do 10009do
9946as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 10010as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9947echo "$as_me:9946: checking for $ac_func" >&5 10011echo "$as_me:10011: checking for $ac_func" >&5
9948echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 10012echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9949if eval "test \"\${$as_ac_var+set}\" = set"; then 10013if eval "test \"\${$as_ac_var+set}\" = set"; then
9950 echo $ECHO_N "(cached) $ECHO_C" >&6 10014 echo $ECHO_N "(cached) $ECHO_C" >&6
9951else 10015else
9952 cat >conftest.$ac_ext <<_ACEOF 10016 cat >conftest.$ac_ext <<_ACEOF
9953#line 9952 "configure" 10017#line 10017 "configure"
9954#include "confdefs.h" 10018#include "confdefs.h"
9955/* System header to define __stub macros and hopefully few prototypes, 10019/* System header to define __stub macros and hopefully few prototypes,
9956 which can conflict with char $ac_func (); below. */ 10020 which can conflict with char $ac_func (); below. */
@@ -9981,16 +10045,16 @@ f = $ac_func;
9981} 10045}
9982_ACEOF 10046_ACEOF
9983rm -f conftest.$ac_objext conftest$ac_exeext 10047rm -f conftest.$ac_objext conftest$ac_exeext
9984if { (eval echo "$as_me:9983: \"$ac_link\"") >&5 10048if { (eval echo "$as_me:10048: \"$ac_link\"") >&5
9985 (eval $ac_link) 2>&5 10049 (eval $ac_link) 2>&5
9986 ac_status=$? 10050 ac_status=$?
9987 echo "$as_me:9986: \$? = $ac_status" >&5 10051 echo "$as_me:10051: \$? = $ac_status" >&5
9988 (exit $ac_status); } && 10052 (exit $ac_status); } &&
9989 { ac_try='test -s conftest$ac_exeext' 10053 { ac_try='test -s conftest$ac_exeext'
9990 { (eval echo "$as_me:9989: \"$ac_try\"") >&5 10054 { (eval echo "$as_me:10054: \"$ac_try\"") >&5
9991 (eval $ac_try) 2>&5 10055 (eval $ac_try) 2>&5
9992 ac_status=$? 10056 ac_status=$?
9993 echo "$as_me:9992: \$? = $ac_status" >&5 10057 echo "$as_me:10057: \$? = $ac_status" >&5
9994 (exit $ac_status); }; }; then 10058 (exit $ac_status); }; }; then
9995 eval "$as_ac_var=yes" 10059 eval "$as_ac_var=yes"
9996else 10060else
@@ -10000,7 +10064,7 @@ eval "$as_ac_var=no"
10000fi 10064fi
10001rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10065rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10002fi 10066fi
10003echo "$as_me:10002: result: `eval echo '${'$as_ac_var'}'`" >&5 10067echo "$as_me:10067: result: `eval echo '${'$as_ac_var'}'`" >&5
10004echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 10068echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
10005if test `eval echo '${'$as_ac_var'}'` = yes; then 10069if test `eval echo '${'$as_ac_var'}'` = yes; then
10006 cat >>confdefs.h <<EOF 10070 cat >>confdefs.h <<EOF
@@ -10015,13 +10079,13 @@ done
10015for ac_func in getpt 10079for ac_func in getpt
10016do 10080do
10017as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 10081as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
10018echo "$as_me:10017: checking for $ac_func" >&5 10082echo "$as_me:10082: checking for $ac_func" >&5
10019echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 10083echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
10020if eval "test \"\${$as_ac_var+set}\" = set"; then 10084if eval "test \"\${$as_ac_var+set}\" = set"; then
10021 echo $ECHO_N "(cached) $ECHO_C" >&6 10085 echo $ECHO_N "(cached) $ECHO_C" >&6
10022else 10086else
10023 cat >conftest.$ac_ext <<_ACEOF 10087 cat >conftest.$ac_ext <<_ACEOF
10024#line 10023 "configure" 10088#line 10088 "configure"
10025#include "confdefs.h" 10089#include "confdefs.h"
10026/* System header to define __stub macros and hopefully few prototypes, 10090/* System header to define __stub macros and hopefully few prototypes,
10027 which can conflict with char $ac_func (); below. */ 10091 which can conflict with char $ac_func (); below. */
@@ -10052,16 +10116,16 @@ f = $ac_func;
10052} 10116}
10053_ACEOF 10117_ACEOF
10054rm -f conftest.$ac_objext conftest$ac_exeext 10118rm -f conftest.$ac_objext conftest$ac_exeext
10055if { (eval echo "$as_me:10054: \"$ac_link\"") >&5 10119if { (eval echo "$as_me:10119: \"$ac_link\"") >&5
10056 (eval $ac_link) 2>&5 10120 (eval $ac_link) 2>&5
10057 ac_status=$? 10121 ac_status=$?
10058 echo "$as_me:10057: \$? = $ac_status" >&5 10122 echo "$as_me:10122: \$? = $ac_status" >&5
10059 (exit $ac_status); } && 10123 (exit $ac_status); } &&
10060 { ac_try='test -s conftest$ac_exeext' 10124 { ac_try='test -s conftest$ac_exeext'
10061 { (eval echo "$as_me:10060: \"$ac_try\"") >&5 10125 { (eval echo "$as_me:10125: \"$ac_try\"") >&5
10062 (eval $ac_try) 2>&5 10126 (eval $ac_try) 2>&5
10063 ac_status=$? 10127 ac_status=$?
10064 echo "$as_me:10063: \$? = $ac_status" >&5 10128 echo "$as_me:10128: \$? = $ac_status" >&5
10065 (exit $ac_status); }; }; then 10129 (exit $ac_status); }; }; then
10066 eval "$as_ac_var=yes" 10130 eval "$as_ac_var=yes"
10067else 10131else
@@ -10071,7 +10135,7 @@ eval "$as_ac_var=no"
10071fi 10135fi
10072rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10136rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10073fi 10137fi
10074echo "$as_me:10073: result: `eval echo '${'$as_ac_var'}'`" >&5 10138echo "$as_me:10138: result: `eval echo '${'$as_ac_var'}'`" >&5
10075echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 10139echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
10076if test `eval echo '${'$as_ac_var'}'` = yes; then 10140if test `eval echo '${'$as_ac_var'}'` = yes; then
10077 cat >>confdefs.h <<EOF 10141 cat >>confdefs.h <<EOF
@@ -10086,7 +10150,7 @@ done
10086# It's better to believe a function is not available 10150# It's better to believe a function is not available
10087# than to expect to find it in ncurses. 10151# than to expect to find it in ncurses.
10088 10152
10089echo "$as_me:10088: checking for tparm in -lncurses" >&5 10153echo "$as_me:10153: checking for tparm in -lncurses" >&5
10090echo $ECHO_N "checking for tparm in -lncurses... $ECHO_C" >&6 10154echo $ECHO_N "checking for tparm in -lncurses... $ECHO_C" >&6
10091if test "${ac_cv_lib_ncurses_tparm+set}" = set; then 10155if test "${ac_cv_lib_ncurses_tparm+set}" = set; then
10092 echo $ECHO_N "(cached) $ECHO_C" >&6 10156 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10094,7 +10158,7 @@ else
10094 ac_check_lib_save_LIBS=$LIBS 10158 ac_check_lib_save_LIBS=$LIBS
10095LIBS="-lncurses $LIBS" 10159LIBS="-lncurses $LIBS"
10096cat >conftest.$ac_ext <<_ACEOF 10160cat >conftest.$ac_ext <<_ACEOF
10097#line 10096 "configure" 10161#line 10161 "configure"
10098#include "confdefs.h" 10162#include "confdefs.h"
10099 10163
10100/* Override any gcc2 internal prototype to avoid an error. */ 10164/* Override any gcc2 internal prototype to avoid an error. */
@@ -10113,16 +10177,16 @@ tparm ();
10113} 10177}
10114_ACEOF 10178_ACEOF
10115rm -f conftest.$ac_objext conftest$ac_exeext 10179rm -f conftest.$ac_objext conftest$ac_exeext
10116if { (eval echo "$as_me:10115: \"$ac_link\"") >&5 10180if { (eval echo "$as_me:10180: \"$ac_link\"") >&5
10117 (eval $ac_link) 2>&5 10181 (eval $ac_link) 2>&5
10118 ac_status=$? 10182 ac_status=$?
10119 echo "$as_me:10118: \$? = $ac_status" >&5 10183 echo "$as_me:10183: \$? = $ac_status" >&5
10120 (exit $ac_status); } && 10184 (exit $ac_status); } &&
10121 { ac_try='test -s conftest$ac_exeext' 10185 { ac_try='test -s conftest$ac_exeext'
10122 { (eval echo "$as_me:10121: \"$ac_try\"") >&5 10186 { (eval echo "$as_me:10186: \"$ac_try\"") >&5
10123 (eval $ac_try) 2>&5 10187 (eval $ac_try) 2>&5
10124 ac_status=$? 10188 ac_status=$?
10125 echo "$as_me:10124: \$? = $ac_status" >&5 10189 echo "$as_me:10189: \$? = $ac_status" >&5
10126 (exit $ac_status); }; }; then 10190 (exit $ac_status); }; }; then
10127 ac_cv_lib_ncurses_tparm=yes 10191 ac_cv_lib_ncurses_tparm=yes
10128else 10192else
@@ -10133,7 +10197,7 @@ fi
10133rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10197rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10134LIBS=$ac_check_lib_save_LIBS 10198LIBS=$ac_check_lib_save_LIBS
10135fi 10199fi
10136echo "$as_me:10135: result: $ac_cv_lib_ncurses_tparm" >&5 10200echo "$as_me:10200: result: $ac_cv_lib_ncurses_tparm" >&5
10137echo "${ECHO_T}$ac_cv_lib_ncurses_tparm" >&6 10201echo "${ECHO_T}$ac_cv_lib_ncurses_tparm" >&6
10138if test $ac_cv_lib_ncurses_tparm = yes; then 10202if test $ac_cv_lib_ncurses_tparm = yes; then
10139 cat >>confdefs.h <<EOF 10203 cat >>confdefs.h <<EOF
@@ -10148,13 +10212,13 @@ fi
10148if test "$with_hesiod" = yes ; then 10212if test "$with_hesiod" = yes ; then
10149 # Don't set $LIBS here -- see comments above. 10213 # Don't set $LIBS here -- see comments above.
10150 resolv=no 10214 resolv=no
10151 echo "$as_me:10150: checking for res_send" >&5 10215 echo "$as_me:10215: checking for res_send" >&5
10152echo $ECHO_N "checking for res_send... $ECHO_C" >&6 10216echo $ECHO_N "checking for res_send... $ECHO_C" >&6
10153if test "${ac_cv_func_res_send+set}" = set; then 10217if test "${ac_cv_func_res_send+set}" = set; then
10154 echo $ECHO_N "(cached) $ECHO_C" >&6 10218 echo $ECHO_N "(cached) $ECHO_C" >&6
10155else 10219else
10156 cat >conftest.$ac_ext <<_ACEOF 10220 cat >conftest.$ac_ext <<_ACEOF
10157#line 10156 "configure" 10221#line 10221 "configure"
10158#include "confdefs.h" 10222#include "confdefs.h"
10159/* System header to define __stub macros and hopefully few prototypes, 10223/* System header to define __stub macros and hopefully few prototypes,
10160 which can conflict with char res_send (); below. */ 10224 which can conflict with char res_send (); below. */
@@ -10185,16 +10249,16 @@ f = res_send;
10185} 10249}
10186_ACEOF 10250_ACEOF
10187rm -f conftest.$ac_objext conftest$ac_exeext 10251rm -f conftest.$ac_objext conftest$ac_exeext
10188if { (eval echo "$as_me:10187: \"$ac_link\"") >&5 10252if { (eval echo "$as_me:10252: \"$ac_link\"") >&5
10189 (eval $ac_link) 2>&5 10253 (eval $ac_link) 2>&5
10190 ac_status=$? 10254 ac_status=$?
10191 echo "$as_me:10190: \$? = $ac_status" >&5 10255 echo "$as_me:10255: \$? = $ac_status" >&5
10192 (exit $ac_status); } && 10256 (exit $ac_status); } &&
10193 { ac_try='test -s conftest$ac_exeext' 10257 { ac_try='test -s conftest$ac_exeext'
10194 { (eval echo "$as_me:10193: \"$ac_try\"") >&5 10258 { (eval echo "$as_me:10258: \"$ac_try\"") >&5
10195 (eval $ac_try) 2>&5 10259 (eval $ac_try) 2>&5
10196 ac_status=$? 10260 ac_status=$?
10197 echo "$as_me:10196: \$? = $ac_status" >&5 10261 echo "$as_me:10261: \$? = $ac_status" >&5
10198 (exit $ac_status); }; }; then 10262 (exit $ac_status); }; }; then
10199 ac_cv_func_res_send=yes 10263 ac_cv_func_res_send=yes
10200else 10264else
@@ -10204,18 +10268,18 @@ ac_cv_func_res_send=no
10204fi 10268fi
10205rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10269rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10206fi 10270fi
10207echo "$as_me:10206: result: $ac_cv_func_res_send" >&5 10271echo "$as_me:10271: result: $ac_cv_func_res_send" >&5
10208echo "${ECHO_T}$ac_cv_func_res_send" >&6 10272echo "${ECHO_T}$ac_cv_func_res_send" >&6
10209if test $ac_cv_func_res_send = yes; then 10273if test $ac_cv_func_res_send = yes; then
10210 : 10274 :
10211else 10275else
10212 echo "$as_me:10211: checking for __res_send" >&5 10276 echo "$as_me:10276: checking for __res_send" >&5
10213echo $ECHO_N "checking for __res_send... $ECHO_C" >&6 10277echo $ECHO_N "checking for __res_send... $ECHO_C" >&6
10214if test "${ac_cv_func___res_send+set}" = set; then 10278if test "${ac_cv_func___res_send+set}" = set; then
10215 echo $ECHO_N "(cached) $ECHO_C" >&6 10279 echo $ECHO_N "(cached) $ECHO_C" >&6
10216else 10280else
10217 cat >conftest.$ac_ext <<_ACEOF 10281 cat >conftest.$ac_ext <<_ACEOF
10218#line 10217 "configure" 10282#line 10282 "configure"
10219#include "confdefs.h" 10283#include "confdefs.h"
10220/* System header to define __stub macros and hopefully few prototypes, 10284/* System header to define __stub macros and hopefully few prototypes,
10221 which can conflict with char __res_send (); below. */ 10285 which can conflict with char __res_send (); below. */
@@ -10246,16 +10310,16 @@ f = __res_send;
10246} 10310}
10247_ACEOF 10311_ACEOF
10248rm -f conftest.$ac_objext conftest$ac_exeext 10312rm -f conftest.$ac_objext conftest$ac_exeext
10249if { (eval echo "$as_me:10248: \"$ac_link\"") >&5 10313if { (eval echo "$as_me:10313: \"$ac_link\"") >&5
10250 (eval $ac_link) 2>&5 10314 (eval $ac_link) 2>&5
10251 ac_status=$? 10315 ac_status=$?
10252 echo "$as_me:10251: \$? = $ac_status" >&5 10316 echo "$as_me:10316: \$? = $ac_status" >&5
10253 (exit $ac_status); } && 10317 (exit $ac_status); } &&
10254 { ac_try='test -s conftest$ac_exeext' 10318 { ac_try='test -s conftest$ac_exeext'
10255 { (eval echo "$as_me:10254: \"$ac_try\"") >&5 10319 { (eval echo "$as_me:10319: \"$ac_try\"") >&5
10256 (eval $ac_try) 2>&5 10320 (eval $ac_try) 2>&5
10257 ac_status=$? 10321 ac_status=$?
10258 echo "$as_me:10257: \$? = $ac_status" >&5 10322 echo "$as_me:10322: \$? = $ac_status" >&5
10259 (exit $ac_status); }; }; then 10323 (exit $ac_status); }; }; then
10260 ac_cv_func___res_send=yes 10324 ac_cv_func___res_send=yes
10261else 10325else
@@ -10265,12 +10329,12 @@ ac_cv_func___res_send=no
10265fi 10329fi
10266rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10330rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10267fi 10331fi
10268echo "$as_me:10267: result: $ac_cv_func___res_send" >&5 10332echo "$as_me:10332: result: $ac_cv_func___res_send" >&5
10269echo "${ECHO_T}$ac_cv_func___res_send" >&6 10333echo "${ECHO_T}$ac_cv_func___res_send" >&6
10270if test $ac_cv_func___res_send = yes; then 10334if test $ac_cv_func___res_send = yes; then
10271 : 10335 :
10272else 10336else
10273 echo "$as_me:10272: checking for res_send in -lresolv" >&5 10337 echo "$as_me:10337: checking for res_send in -lresolv" >&5
10274echo $ECHO_N "checking for res_send in -lresolv... $ECHO_C" >&6 10338echo $ECHO_N "checking for res_send in -lresolv... $ECHO_C" >&6
10275if test "${ac_cv_lib_resolv_res_send+set}" = set; then 10339if test "${ac_cv_lib_resolv_res_send+set}" = set; then
10276 echo $ECHO_N "(cached) $ECHO_C" >&6 10340 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10278,7 +10342,7 @@ else
10278 ac_check_lib_save_LIBS=$LIBS 10342 ac_check_lib_save_LIBS=$LIBS
10279LIBS="-lresolv $LIBS" 10343LIBS="-lresolv $LIBS"
10280cat >conftest.$ac_ext <<_ACEOF 10344cat >conftest.$ac_ext <<_ACEOF
10281#line 10280 "configure" 10345#line 10345 "configure"
10282#include "confdefs.h" 10346#include "confdefs.h"
10283 10347
10284/* Override any gcc2 internal prototype to avoid an error. */ 10348/* Override any gcc2 internal prototype to avoid an error. */
@@ -10297,16 +10361,16 @@ res_send ();
10297} 10361}
10298_ACEOF 10362_ACEOF
10299rm -f conftest.$ac_objext conftest$ac_exeext 10363rm -f conftest.$ac_objext conftest$ac_exeext
10300if { (eval echo "$as_me:10299: \"$ac_link\"") >&5 10364if { (eval echo "$as_me:10364: \"$ac_link\"") >&5
10301 (eval $ac_link) 2>&5 10365 (eval $ac_link) 2>&5
10302 ac_status=$? 10366 ac_status=$?
10303 echo "$as_me:10302: \$? = $ac_status" >&5 10367 echo "$as_me:10367: \$? = $ac_status" >&5
10304 (exit $ac_status); } && 10368 (exit $ac_status); } &&
10305 { ac_try='test -s conftest$ac_exeext' 10369 { ac_try='test -s conftest$ac_exeext'
10306 { (eval echo "$as_me:10305: \"$ac_try\"") >&5 10370 { (eval echo "$as_me:10370: \"$ac_try\"") >&5
10307 (eval $ac_try) 2>&5 10371 (eval $ac_try) 2>&5
10308 ac_status=$? 10372 ac_status=$?
10309 echo "$as_me:10308: \$? = $ac_status" >&5 10373 echo "$as_me:10373: \$? = $ac_status" >&5
10310 (exit $ac_status); }; }; then 10374 (exit $ac_status); }; }; then
10311 ac_cv_lib_resolv_res_send=yes 10375 ac_cv_lib_resolv_res_send=yes
10312else 10376else
@@ -10317,12 +10381,12 @@ fi
10317rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10381rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10318LIBS=$ac_check_lib_save_LIBS 10382LIBS=$ac_check_lib_save_LIBS
10319fi 10383fi
10320echo "$as_me:10319: result: $ac_cv_lib_resolv_res_send" >&5 10384echo "$as_me:10384: result: $ac_cv_lib_resolv_res_send" >&5
10321echo "${ECHO_T}$ac_cv_lib_resolv_res_send" >&6 10385echo "${ECHO_T}$ac_cv_lib_resolv_res_send" >&6
10322if test $ac_cv_lib_resolv_res_send = yes; then 10386if test $ac_cv_lib_resolv_res_send = yes; then
10323 resolv=yes 10387 resolv=yes
10324else 10388else
10325 echo "$as_me:10324: checking for __res_send in -lresolv" >&5 10389 echo "$as_me:10389: checking for __res_send in -lresolv" >&5
10326echo $ECHO_N "checking for __res_send in -lresolv... $ECHO_C" >&6 10390echo $ECHO_N "checking for __res_send in -lresolv... $ECHO_C" >&6
10327if test "${ac_cv_lib_resolv___res_send+set}" = set; then 10391if test "${ac_cv_lib_resolv___res_send+set}" = set; then
10328 echo $ECHO_N "(cached) $ECHO_C" >&6 10392 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10330,7 +10394,7 @@ else
10330 ac_check_lib_save_LIBS=$LIBS 10394 ac_check_lib_save_LIBS=$LIBS
10331LIBS="-lresolv $LIBS" 10395LIBS="-lresolv $LIBS"
10332cat >conftest.$ac_ext <<_ACEOF 10396cat >conftest.$ac_ext <<_ACEOF
10333#line 10332 "configure" 10397#line 10397 "configure"
10334#include "confdefs.h" 10398#include "confdefs.h"
10335 10399
10336/* Override any gcc2 internal prototype to avoid an error. */ 10400/* Override any gcc2 internal prototype to avoid an error. */
@@ -10349,16 +10413,16 @@ __res_send ();
10349} 10413}
10350_ACEOF 10414_ACEOF
10351rm -f conftest.$ac_objext conftest$ac_exeext 10415rm -f conftest.$ac_objext conftest$ac_exeext
10352if { (eval echo "$as_me:10351: \"$ac_link\"") >&5 10416if { (eval echo "$as_me:10416: \"$ac_link\"") >&5
10353 (eval $ac_link) 2>&5 10417 (eval $ac_link) 2>&5
10354 ac_status=$? 10418 ac_status=$?
10355 echo "$as_me:10354: \$? = $ac_status" >&5 10419 echo "$as_me:10419: \$? = $ac_status" >&5
10356 (exit $ac_status); } && 10420 (exit $ac_status); } &&
10357 { ac_try='test -s conftest$ac_exeext' 10421 { ac_try='test -s conftest$ac_exeext'
10358 { (eval echo "$as_me:10357: \"$ac_try\"") >&5 10422 { (eval echo "$as_me:10422: \"$ac_try\"") >&5
10359 (eval $ac_try) 2>&5 10423 (eval $ac_try) 2>&5
10360 ac_status=$? 10424 ac_status=$?
10361 echo "$as_me:10360: \$? = $ac_status" >&5 10425 echo "$as_me:10425: \$? = $ac_status" >&5
10362 (exit $ac_status); }; }; then 10426 (exit $ac_status); }; }; then
10363 ac_cv_lib_resolv___res_send=yes 10427 ac_cv_lib_resolv___res_send=yes
10364else 10428else
@@ -10369,7 +10433,7 @@ fi
10369rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10433rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10370LIBS=$ac_check_lib_save_LIBS 10434LIBS=$ac_check_lib_save_LIBS
10371fi 10435fi
10372echo "$as_me:10371: result: $ac_cv_lib_resolv___res_send" >&5 10436echo "$as_me:10436: result: $ac_cv_lib_resolv___res_send" >&5
10373echo "${ECHO_T}$ac_cv_lib_resolv___res_send" >&6 10437echo "${ECHO_T}$ac_cv_lib_resolv___res_send" >&6
10374if test $ac_cv_lib_resolv___res_send = yes; then 10438if test $ac_cv_lib_resolv___res_send = yes; then
10375 resolv=yes 10439 resolv=yes
@@ -10390,13 +10454,13 @@ EOF
10390 else 10454 else
10391 RESOLVLIB= 10455 RESOLVLIB=
10392 fi 10456 fi
10393 echo "$as_me:10392: checking for hes_getmailhost" >&5 10457 echo "$as_me:10457: checking for hes_getmailhost" >&5
10394echo $ECHO_N "checking for hes_getmailhost... $ECHO_C" >&6 10458echo $ECHO_N "checking for hes_getmailhost... $ECHO_C" >&6
10395if test "${ac_cv_func_hes_getmailhost+set}" = set; then 10459if test "${ac_cv_func_hes_getmailhost+set}" = set; then
10396 echo $ECHO_N "(cached) $ECHO_C" >&6 10460 echo $ECHO_N "(cached) $ECHO_C" >&6
10397else 10461else
10398 cat >conftest.$ac_ext <<_ACEOF 10462 cat >conftest.$ac_ext <<_ACEOF
10399#line 10398 "configure" 10463#line 10463 "configure"
10400#include "confdefs.h" 10464#include "confdefs.h"
10401/* System header to define __stub macros and hopefully few prototypes, 10465/* System header to define __stub macros and hopefully few prototypes,
10402 which can conflict with char hes_getmailhost (); below. */ 10466 which can conflict with char hes_getmailhost (); below. */
@@ -10427,16 +10491,16 @@ f = hes_getmailhost;
10427} 10491}
10428_ACEOF 10492_ACEOF
10429rm -f conftest.$ac_objext conftest$ac_exeext 10493rm -f conftest.$ac_objext conftest$ac_exeext
10430if { (eval echo "$as_me:10429: \"$ac_link\"") >&5 10494if { (eval echo "$as_me:10494: \"$ac_link\"") >&5
10431 (eval $ac_link) 2>&5 10495 (eval $ac_link) 2>&5
10432 ac_status=$? 10496 ac_status=$?
10433 echo "$as_me:10432: \$? = $ac_status" >&5 10497 echo "$as_me:10497: \$? = $ac_status" >&5
10434 (exit $ac_status); } && 10498 (exit $ac_status); } &&
10435 { ac_try='test -s conftest$ac_exeext' 10499 { ac_try='test -s conftest$ac_exeext'
10436 { (eval echo "$as_me:10435: \"$ac_try\"") >&5 10500 { (eval echo "$as_me:10500: \"$ac_try\"") >&5
10437 (eval $ac_try) 2>&5 10501 (eval $ac_try) 2>&5
10438 ac_status=$? 10502 ac_status=$?
10439 echo "$as_me:10438: \$? = $ac_status" >&5 10503 echo "$as_me:10503: \$? = $ac_status" >&5
10440 (exit $ac_status); }; }; then 10504 (exit $ac_status); }; }; then
10441 ac_cv_func_hes_getmailhost=yes 10505 ac_cv_func_hes_getmailhost=yes
10442else 10506else
@@ -10446,12 +10510,12 @@ ac_cv_func_hes_getmailhost=no
10446fi 10510fi
10447rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10511rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10448fi 10512fi
10449echo "$as_me:10448: result: $ac_cv_func_hes_getmailhost" >&5 10513echo "$as_me:10513: result: $ac_cv_func_hes_getmailhost" >&5
10450echo "${ECHO_T}$ac_cv_func_hes_getmailhost" >&6 10514echo "${ECHO_T}$ac_cv_func_hes_getmailhost" >&6
10451if test $ac_cv_func_hes_getmailhost = yes; then 10515if test $ac_cv_func_hes_getmailhost = yes; then
10452 : 10516 :
10453else 10517else
10454 echo "$as_me:10453: checking for hes_getmailhost in -lhesiod" >&5 10518 echo "$as_me:10518: checking for hes_getmailhost in -lhesiod" >&5
10455echo $ECHO_N "checking for hes_getmailhost in -lhesiod... $ECHO_C" >&6 10519echo $ECHO_N "checking for hes_getmailhost in -lhesiod... $ECHO_C" >&6
10456if test "${ac_cv_lib_hesiod_hes_getmailhost+set}" = set; then 10520if test "${ac_cv_lib_hesiod_hes_getmailhost+set}" = set; then
10457 echo $ECHO_N "(cached) $ECHO_C" >&6 10521 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10459,7 +10523,7 @@ else
10459 ac_check_lib_save_LIBS=$LIBS 10523 ac_check_lib_save_LIBS=$LIBS
10460LIBS="-lhesiod $RESOLVLIB $LIBS" 10524LIBS="-lhesiod $RESOLVLIB $LIBS"
10461cat >conftest.$ac_ext <<_ACEOF 10525cat >conftest.$ac_ext <<_ACEOF
10462#line 10461 "configure" 10526#line 10526 "configure"
10463#include "confdefs.h" 10527#include "confdefs.h"
10464 10528
10465/* Override any gcc2 internal prototype to avoid an error. */ 10529/* Override any gcc2 internal prototype to avoid an error. */
@@ -10478,16 +10542,16 @@ hes_getmailhost ();
10478} 10542}
10479_ACEOF 10543_ACEOF
10480rm -f conftest.$ac_objext conftest$ac_exeext 10544rm -f conftest.$ac_objext conftest$ac_exeext
10481if { (eval echo "$as_me:10480: \"$ac_link\"") >&5 10545if { (eval echo "$as_me:10545: \"$ac_link\"") >&5
10482 (eval $ac_link) 2>&5 10546 (eval $ac_link) 2>&5
10483 ac_status=$? 10547 ac_status=$?
10484 echo "$as_me:10483: \$? = $ac_status" >&5 10548 echo "$as_me:10548: \$? = $ac_status" >&5
10485 (exit $ac_status); } && 10549 (exit $ac_status); } &&
10486 { ac_try='test -s conftest$ac_exeext' 10550 { ac_try='test -s conftest$ac_exeext'
10487 { (eval echo "$as_me:10486: \"$ac_try\"") >&5 10551 { (eval echo "$as_me:10551: \"$ac_try\"") >&5
10488 (eval $ac_try) 2>&5 10552 (eval $ac_try) 2>&5
10489 ac_status=$? 10553 ac_status=$?
10490 echo "$as_me:10489: \$? = $ac_status" >&5 10554 echo "$as_me:10554: \$? = $ac_status" >&5
10491 (exit $ac_status); }; }; then 10555 (exit $ac_status); }; }; then
10492 ac_cv_lib_hesiod_hes_getmailhost=yes 10556 ac_cv_lib_hesiod_hes_getmailhost=yes
10493else 10557else
@@ -10498,7 +10562,7 @@ fi
10498rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10562rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10499LIBS=$ac_check_lib_save_LIBS 10563LIBS=$ac_check_lib_save_LIBS
10500fi 10564fi
10501echo "$as_me:10500: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5 10565echo "$as_me:10565: result: $ac_cv_lib_hesiod_hes_getmailhost" >&5
10502echo "${ECHO_T}$ac_cv_lib_hesiod_hes_getmailhost" >&6 10566echo "${ECHO_T}$ac_cv_lib_hesiod_hes_getmailhost" >&6
10503if test $ac_cv_lib_hesiod_hes_getmailhost = yes; then 10567if test $ac_cv_lib_hesiod_hes_getmailhost = yes; then
10504 cat >>confdefs.h <<\EOF 10568 cat >>confdefs.h <<\EOF
@@ -10516,7 +10580,7 @@ fi
10516# These tell us which Kerberos-related libraries to use. 10580# These tell us which Kerberos-related libraries to use.
10517if test "${with_kerberos+set}" = set; then 10581if test "${with_kerberos+set}" = set; then
10518 10582
10519echo "$as_me:10518: checking for com_err in -lcom_err" >&5 10583echo "$as_me:10583: checking for com_err in -lcom_err" >&5
10520echo $ECHO_N "checking for com_err in -lcom_err... $ECHO_C" >&6 10584echo $ECHO_N "checking for com_err in -lcom_err... $ECHO_C" >&6
10521if test "${ac_cv_lib_com_err_com_err+set}" = set; then 10585if test "${ac_cv_lib_com_err_com_err+set}" = set; then
10522 echo $ECHO_N "(cached) $ECHO_C" >&6 10586 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10524,7 +10588,7 @@ else
10524 ac_check_lib_save_LIBS=$LIBS 10588 ac_check_lib_save_LIBS=$LIBS
10525LIBS="-lcom_err $LIBS" 10589LIBS="-lcom_err $LIBS"
10526cat >conftest.$ac_ext <<_ACEOF 10590cat >conftest.$ac_ext <<_ACEOF
10527#line 10526 "configure" 10591#line 10591 "configure"
10528#include "confdefs.h" 10592#include "confdefs.h"
10529 10593
10530/* Override any gcc2 internal prototype to avoid an error. */ 10594/* Override any gcc2 internal prototype to avoid an error. */
@@ -10543,16 +10607,16 @@ com_err ();
10543} 10607}
10544_ACEOF 10608_ACEOF
10545rm -f conftest.$ac_objext conftest$ac_exeext 10609rm -f conftest.$ac_objext conftest$ac_exeext
10546if { (eval echo "$as_me:10545: \"$ac_link\"") >&5 10610if { (eval echo "$as_me:10610: \"$ac_link\"") >&5
10547 (eval $ac_link) 2>&5 10611 (eval $ac_link) 2>&5
10548 ac_status=$? 10612 ac_status=$?
10549 echo "$as_me:10548: \$? = $ac_status" >&5 10613 echo "$as_me:10613: \$? = $ac_status" >&5
10550 (exit $ac_status); } && 10614 (exit $ac_status); } &&
10551 { ac_try='test -s conftest$ac_exeext' 10615 { ac_try='test -s conftest$ac_exeext'
10552 { (eval echo "$as_me:10551: \"$ac_try\"") >&5 10616 { (eval echo "$as_me:10616: \"$ac_try\"") >&5
10553 (eval $ac_try) 2>&5 10617 (eval $ac_try) 2>&5
10554 ac_status=$? 10618 ac_status=$?
10555 echo "$as_me:10554: \$? = $ac_status" >&5 10619 echo "$as_me:10619: \$? = $ac_status" >&5
10556 (exit $ac_status); }; }; then 10620 (exit $ac_status); }; }; then
10557 ac_cv_lib_com_err_com_err=yes 10621 ac_cv_lib_com_err_com_err=yes
10558else 10622else
@@ -10563,7 +10627,7 @@ fi
10563rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10627rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10564LIBS=$ac_check_lib_save_LIBS 10628LIBS=$ac_check_lib_save_LIBS
10565fi 10629fi
10566echo "$as_me:10565: result: $ac_cv_lib_com_err_com_err" >&5 10630echo "$as_me:10630: result: $ac_cv_lib_com_err_com_err" >&5
10567echo "${ECHO_T}$ac_cv_lib_com_err_com_err" >&6 10631echo "${ECHO_T}$ac_cv_lib_com_err_com_err" >&6
10568if test $ac_cv_lib_com_err_com_err = yes; then 10632if test $ac_cv_lib_com_err_com_err = yes; then
10569 cat >>confdefs.h <<EOF 10633 cat >>confdefs.h <<EOF
@@ -10574,7 +10638,7 @@ EOF
10574 10638
10575fi 10639fi
10576 10640
10577echo "$as_me:10576: checking for mit_des_cbc_encrypt in -lk5crypto" >&5 10641echo "$as_me:10641: checking for mit_des_cbc_encrypt in -lk5crypto" >&5
10578echo $ECHO_N "checking for mit_des_cbc_encrypt in -lk5crypto... $ECHO_C" >&6 10642echo $ECHO_N "checking for mit_des_cbc_encrypt in -lk5crypto... $ECHO_C" >&6
10579if test "${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+set}" = set; then 10643if test "${ac_cv_lib_k5crypto_mit_des_cbc_encrypt+set}" = set; then
10580 echo $ECHO_N "(cached) $ECHO_C" >&6 10644 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10582,7 +10646,7 @@ else
10582 ac_check_lib_save_LIBS=$LIBS 10646 ac_check_lib_save_LIBS=$LIBS
10583LIBS="-lk5crypto $LIBS" 10647LIBS="-lk5crypto $LIBS"
10584cat >conftest.$ac_ext <<_ACEOF 10648cat >conftest.$ac_ext <<_ACEOF
10585#line 10584 "configure" 10649#line 10649 "configure"
10586#include "confdefs.h" 10650#include "confdefs.h"
10587 10651
10588/* Override any gcc2 internal prototype to avoid an error. */ 10652/* Override any gcc2 internal prototype to avoid an error. */
@@ -10601,16 +10665,16 @@ mit_des_cbc_encrypt ();
10601} 10665}
10602_ACEOF 10666_ACEOF
10603rm -f conftest.$ac_objext conftest$ac_exeext 10667rm -f conftest.$ac_objext conftest$ac_exeext
10604if { (eval echo "$as_me:10603: \"$ac_link\"") >&5 10668if { (eval echo "$as_me:10668: \"$ac_link\"") >&5
10605 (eval $ac_link) 2>&5 10669 (eval $ac_link) 2>&5
10606 ac_status=$? 10670 ac_status=$?
10607 echo "$as_me:10606: \$? = $ac_status" >&5 10671 echo "$as_me:10671: \$? = $ac_status" >&5
10608 (exit $ac_status); } && 10672 (exit $ac_status); } &&
10609 { ac_try='test -s conftest$ac_exeext' 10673 { ac_try='test -s conftest$ac_exeext'
10610 { (eval echo "$as_me:10609: \"$ac_try\"") >&5 10674 { (eval echo "$as_me:10674: \"$ac_try\"") >&5
10611 (eval $ac_try) 2>&5 10675 (eval $ac_try) 2>&5
10612 ac_status=$? 10676 ac_status=$?
10613 echo "$as_me:10612: \$? = $ac_status" >&5 10677 echo "$as_me:10677: \$? = $ac_status" >&5
10614 (exit $ac_status); }; }; then 10678 (exit $ac_status); }; }; then
10615 ac_cv_lib_k5crypto_mit_des_cbc_encrypt=yes 10679 ac_cv_lib_k5crypto_mit_des_cbc_encrypt=yes
10616else 10680else
@@ -10621,7 +10685,7 @@ fi
10621rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10685rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10622LIBS=$ac_check_lib_save_LIBS 10686LIBS=$ac_check_lib_save_LIBS
10623fi 10687fi
10624echo "$as_me:10623: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5 10688echo "$as_me:10688: result: $ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&5
10625echo "${ECHO_T}$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&6 10689echo "${ECHO_T}$ac_cv_lib_k5crypto_mit_des_cbc_encrypt" >&6
10626if test $ac_cv_lib_k5crypto_mit_des_cbc_encrypt = yes; then 10690if test $ac_cv_lib_k5crypto_mit_des_cbc_encrypt = yes; then
10627 cat >>confdefs.h <<EOF 10691 cat >>confdefs.h <<EOF
@@ -10632,7 +10696,7 @@ EOF
10632 10696
10633fi 10697fi
10634 10698
10635echo "$as_me:10634: checking for mit_des_cbc_encrypt in -lcrypto" >&5 10699echo "$as_me:10699: checking for mit_des_cbc_encrypt in -lcrypto" >&5
10636echo $ECHO_N "checking for mit_des_cbc_encrypt in -lcrypto... $ECHO_C" >&6 10700echo $ECHO_N "checking for mit_des_cbc_encrypt in -lcrypto... $ECHO_C" >&6
10637if test "${ac_cv_lib_crypto_mit_des_cbc_encrypt+set}" = set; then 10701if test "${ac_cv_lib_crypto_mit_des_cbc_encrypt+set}" = set; then
10638 echo $ECHO_N "(cached) $ECHO_C" >&6 10702 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10640,7 +10704,7 @@ else
10640 ac_check_lib_save_LIBS=$LIBS 10704 ac_check_lib_save_LIBS=$LIBS
10641LIBS="-lcrypto $LIBS" 10705LIBS="-lcrypto $LIBS"
10642cat >conftest.$ac_ext <<_ACEOF 10706cat >conftest.$ac_ext <<_ACEOF
10643#line 10642 "configure" 10707#line 10707 "configure"
10644#include "confdefs.h" 10708#include "confdefs.h"
10645 10709
10646/* Override any gcc2 internal prototype to avoid an error. */ 10710/* Override any gcc2 internal prototype to avoid an error. */
@@ -10659,16 +10723,16 @@ mit_des_cbc_encrypt ();
10659} 10723}
10660_ACEOF 10724_ACEOF
10661rm -f conftest.$ac_objext conftest$ac_exeext 10725rm -f conftest.$ac_objext conftest$ac_exeext
10662if { (eval echo "$as_me:10661: \"$ac_link\"") >&5 10726if { (eval echo "$as_me:10726: \"$ac_link\"") >&5
10663 (eval $ac_link) 2>&5 10727 (eval $ac_link) 2>&5
10664 ac_status=$? 10728 ac_status=$?
10665 echo "$as_me:10664: \$? = $ac_status" >&5 10729 echo "$as_me:10729: \$? = $ac_status" >&5
10666 (exit $ac_status); } && 10730 (exit $ac_status); } &&
10667 { ac_try='test -s conftest$ac_exeext' 10731 { ac_try='test -s conftest$ac_exeext'
10668 { (eval echo "$as_me:10667: \"$ac_try\"") >&5 10732 { (eval echo "$as_me:10732: \"$ac_try\"") >&5
10669 (eval $ac_try) 2>&5 10733 (eval $ac_try) 2>&5
10670 ac_status=$? 10734 ac_status=$?
10671 echo "$as_me:10670: \$? = $ac_status" >&5 10735 echo "$as_me:10735: \$? = $ac_status" >&5
10672 (exit $ac_status); }; }; then 10736 (exit $ac_status); }; }; then
10673 ac_cv_lib_crypto_mit_des_cbc_encrypt=yes 10737 ac_cv_lib_crypto_mit_des_cbc_encrypt=yes
10674else 10738else
@@ -10679,7 +10743,7 @@ fi
10679rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10743rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10680LIBS=$ac_check_lib_save_LIBS 10744LIBS=$ac_check_lib_save_LIBS
10681fi 10745fi
10682echo "$as_me:10681: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5 10746echo "$as_me:10746: result: $ac_cv_lib_crypto_mit_des_cbc_encrypt" >&5
10683echo "${ECHO_T}$ac_cv_lib_crypto_mit_des_cbc_encrypt" >&6 10747echo "${ECHO_T}$ac_cv_lib_crypto_mit_des_cbc_encrypt" >&6
10684if test $ac_cv_lib_crypto_mit_des_cbc_encrypt = yes; then 10748if test $ac_cv_lib_crypto_mit_des_cbc_encrypt = yes; then
10685 cat >>confdefs.h <<EOF 10749 cat >>confdefs.h <<EOF
@@ -10690,7 +10754,7 @@ EOF
10690 10754
10691fi 10755fi
10692 10756
10693echo "$as_me:10692: checking for krb5_init_context in -lkrb5" >&5 10757echo "$as_me:10757: checking for krb5_init_context in -lkrb5" >&5
10694echo $ECHO_N "checking for krb5_init_context in -lkrb5... $ECHO_C" >&6 10758echo $ECHO_N "checking for krb5_init_context in -lkrb5... $ECHO_C" >&6
10695if test "${ac_cv_lib_krb5_krb5_init_context+set}" = set; then 10759if test "${ac_cv_lib_krb5_krb5_init_context+set}" = set; then
10696 echo $ECHO_N "(cached) $ECHO_C" >&6 10760 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10698,7 +10762,7 @@ else
10698 ac_check_lib_save_LIBS=$LIBS 10762 ac_check_lib_save_LIBS=$LIBS
10699LIBS="-lkrb5 $LIBS" 10763LIBS="-lkrb5 $LIBS"
10700cat >conftest.$ac_ext <<_ACEOF 10764cat >conftest.$ac_ext <<_ACEOF
10701#line 10700 "configure" 10765#line 10765 "configure"
10702#include "confdefs.h" 10766#include "confdefs.h"
10703 10767
10704/* Override any gcc2 internal prototype to avoid an error. */ 10768/* Override any gcc2 internal prototype to avoid an error. */
@@ -10717,16 +10781,16 @@ krb5_init_context ();
10717} 10781}
10718_ACEOF 10782_ACEOF
10719rm -f conftest.$ac_objext conftest$ac_exeext 10783rm -f conftest.$ac_objext conftest$ac_exeext
10720if { (eval echo "$as_me:10719: \"$ac_link\"") >&5 10784if { (eval echo "$as_me:10784: \"$ac_link\"") >&5
10721 (eval $ac_link) 2>&5 10785 (eval $ac_link) 2>&5
10722 ac_status=$? 10786 ac_status=$?
10723 echo "$as_me:10722: \$? = $ac_status" >&5 10787 echo "$as_me:10787: \$? = $ac_status" >&5
10724 (exit $ac_status); } && 10788 (exit $ac_status); } &&
10725 { ac_try='test -s conftest$ac_exeext' 10789 { ac_try='test -s conftest$ac_exeext'
10726 { (eval echo "$as_me:10725: \"$ac_try\"") >&5 10790 { (eval echo "$as_me:10790: \"$ac_try\"") >&5
10727 (eval $ac_try) 2>&5 10791 (eval $ac_try) 2>&5
10728 ac_status=$? 10792 ac_status=$?
10729 echo "$as_me:10728: \$? = $ac_status" >&5 10793 echo "$as_me:10793: \$? = $ac_status" >&5
10730 (exit $ac_status); }; }; then 10794 (exit $ac_status); }; }; then
10731 ac_cv_lib_krb5_krb5_init_context=yes 10795 ac_cv_lib_krb5_krb5_init_context=yes
10732else 10796else
@@ -10737,7 +10801,7 @@ fi
10737rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10801rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10738LIBS=$ac_check_lib_save_LIBS 10802LIBS=$ac_check_lib_save_LIBS
10739fi 10803fi
10740echo "$as_me:10739: result: $ac_cv_lib_krb5_krb5_init_context" >&5 10804echo "$as_me:10804: result: $ac_cv_lib_krb5_krb5_init_context" >&5
10741echo "${ECHO_T}$ac_cv_lib_krb5_krb5_init_context" >&6 10805echo "${ECHO_T}$ac_cv_lib_krb5_krb5_init_context" >&6
10742if test $ac_cv_lib_krb5_krb5_init_context = yes; then 10806if test $ac_cv_lib_krb5_krb5_init_context = yes; then
10743 cat >>confdefs.h <<EOF 10807 cat >>confdefs.h <<EOF
@@ -10750,7 +10814,7 @@ fi
10750 10814
10751 if test "${with_kerberos5+set}" != set; then 10815 if test "${with_kerberos5+set}" != set; then
10752 10816
10753echo "$as_me:10752: checking for des_cbc_encrypt in -ldes425" >&5 10817echo "$as_me:10817: checking for des_cbc_encrypt in -ldes425" >&5
10754echo $ECHO_N "checking for des_cbc_encrypt in -ldes425... $ECHO_C" >&6 10818echo $ECHO_N "checking for des_cbc_encrypt in -ldes425... $ECHO_C" >&6
10755if test "${ac_cv_lib_des425_des_cbc_encrypt+set}" = set; then 10819if test "${ac_cv_lib_des425_des_cbc_encrypt+set}" = set; then
10756 echo $ECHO_N "(cached) $ECHO_C" >&6 10820 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10758,7 +10822,7 @@ else
10758 ac_check_lib_save_LIBS=$LIBS 10822 ac_check_lib_save_LIBS=$LIBS
10759LIBS="-ldes425 $LIBS" 10823LIBS="-ldes425 $LIBS"
10760cat >conftest.$ac_ext <<_ACEOF 10824cat >conftest.$ac_ext <<_ACEOF
10761#line 10760 "configure" 10825#line 10825 "configure"
10762#include "confdefs.h" 10826#include "confdefs.h"
10763 10827
10764/* Override any gcc2 internal prototype to avoid an error. */ 10828/* Override any gcc2 internal prototype to avoid an error. */
@@ -10777,16 +10841,16 @@ des_cbc_encrypt ();
10777} 10841}
10778_ACEOF 10842_ACEOF
10779rm -f conftest.$ac_objext conftest$ac_exeext 10843rm -f conftest.$ac_objext conftest$ac_exeext
10780if { (eval echo "$as_me:10779: \"$ac_link\"") >&5 10844if { (eval echo "$as_me:10844: \"$ac_link\"") >&5
10781 (eval $ac_link) 2>&5 10845 (eval $ac_link) 2>&5
10782 ac_status=$? 10846 ac_status=$?
10783 echo "$as_me:10782: \$? = $ac_status" >&5 10847 echo "$as_me:10847: \$? = $ac_status" >&5
10784 (exit $ac_status); } && 10848 (exit $ac_status); } &&
10785 { ac_try='test -s conftest$ac_exeext' 10849 { ac_try='test -s conftest$ac_exeext'
10786 { (eval echo "$as_me:10785: \"$ac_try\"") >&5 10850 { (eval echo "$as_me:10850: \"$ac_try\"") >&5
10787 (eval $ac_try) 2>&5 10851 (eval $ac_try) 2>&5
10788 ac_status=$? 10852 ac_status=$?
10789 echo "$as_me:10788: \$? = $ac_status" >&5 10853 echo "$as_me:10853: \$? = $ac_status" >&5
10790 (exit $ac_status); }; }; then 10854 (exit $ac_status); }; }; then
10791 ac_cv_lib_des425_des_cbc_encrypt=yes 10855 ac_cv_lib_des425_des_cbc_encrypt=yes
10792else 10856else
@@ -10797,7 +10861,7 @@ fi
10797rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10861rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10798LIBS=$ac_check_lib_save_LIBS 10862LIBS=$ac_check_lib_save_LIBS
10799fi 10863fi
10800echo "$as_me:10799: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5 10864echo "$as_me:10864: result: $ac_cv_lib_des425_des_cbc_encrypt" >&5
10801echo "${ECHO_T}$ac_cv_lib_des425_des_cbc_encrypt" >&6 10865echo "${ECHO_T}$ac_cv_lib_des425_des_cbc_encrypt" >&6
10802if test $ac_cv_lib_des425_des_cbc_encrypt = yes; then 10866if test $ac_cv_lib_des425_des_cbc_encrypt = yes; then
10803 cat >>confdefs.h <<EOF 10867 cat >>confdefs.h <<EOF
@@ -10808,7 +10872,7 @@ EOF
10808 10872
10809else 10873else
10810 10874
10811echo "$as_me:10810: checking for des_cbc_encrypt in -ldes" >&5 10875echo "$as_me:10875: checking for des_cbc_encrypt in -ldes" >&5
10812echo $ECHO_N "checking for des_cbc_encrypt in -ldes... $ECHO_C" >&6 10876echo $ECHO_N "checking for des_cbc_encrypt in -ldes... $ECHO_C" >&6
10813if test "${ac_cv_lib_des_des_cbc_encrypt+set}" = set; then 10877if test "${ac_cv_lib_des_des_cbc_encrypt+set}" = set; then
10814 echo $ECHO_N "(cached) $ECHO_C" >&6 10878 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10816,7 +10880,7 @@ else
10816 ac_check_lib_save_LIBS=$LIBS 10880 ac_check_lib_save_LIBS=$LIBS
10817LIBS="-ldes $LIBS" 10881LIBS="-ldes $LIBS"
10818cat >conftest.$ac_ext <<_ACEOF 10882cat >conftest.$ac_ext <<_ACEOF
10819#line 10818 "configure" 10883#line 10883 "configure"
10820#include "confdefs.h" 10884#include "confdefs.h"
10821 10885
10822/* Override any gcc2 internal prototype to avoid an error. */ 10886/* Override any gcc2 internal prototype to avoid an error. */
@@ -10835,16 +10899,16 @@ des_cbc_encrypt ();
10835} 10899}
10836_ACEOF 10900_ACEOF
10837rm -f conftest.$ac_objext conftest$ac_exeext 10901rm -f conftest.$ac_objext conftest$ac_exeext
10838if { (eval echo "$as_me:10837: \"$ac_link\"") >&5 10902if { (eval echo "$as_me:10902: \"$ac_link\"") >&5
10839 (eval $ac_link) 2>&5 10903 (eval $ac_link) 2>&5
10840 ac_status=$? 10904 ac_status=$?
10841 echo "$as_me:10840: \$? = $ac_status" >&5 10905 echo "$as_me:10905: \$? = $ac_status" >&5
10842 (exit $ac_status); } && 10906 (exit $ac_status); } &&
10843 { ac_try='test -s conftest$ac_exeext' 10907 { ac_try='test -s conftest$ac_exeext'
10844 { (eval echo "$as_me:10843: \"$ac_try\"") >&5 10908 { (eval echo "$as_me:10908: \"$ac_try\"") >&5
10845 (eval $ac_try) 2>&5 10909 (eval $ac_try) 2>&5
10846 ac_status=$? 10910 ac_status=$?
10847 echo "$as_me:10846: \$? = $ac_status" >&5 10911 echo "$as_me:10911: \$? = $ac_status" >&5
10848 (exit $ac_status); }; }; then 10912 (exit $ac_status); }; }; then
10849 ac_cv_lib_des_des_cbc_encrypt=yes 10913 ac_cv_lib_des_des_cbc_encrypt=yes
10850else 10914else
@@ -10855,7 +10919,7 @@ fi
10855rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10919rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10856LIBS=$ac_check_lib_save_LIBS 10920LIBS=$ac_check_lib_save_LIBS
10857fi 10921fi
10858echo "$as_me:10857: result: $ac_cv_lib_des_des_cbc_encrypt" >&5 10922echo "$as_me:10922: result: $ac_cv_lib_des_des_cbc_encrypt" >&5
10859echo "${ECHO_T}$ac_cv_lib_des_des_cbc_encrypt" >&6 10923echo "${ECHO_T}$ac_cv_lib_des_des_cbc_encrypt" >&6
10860if test $ac_cv_lib_des_des_cbc_encrypt = yes; then 10924if test $ac_cv_lib_des_des_cbc_encrypt = yes; then
10861 cat >>confdefs.h <<EOF 10925 cat >>confdefs.h <<EOF
@@ -10868,7 +10932,7 @@ fi
10868 10932
10869fi 10933fi
10870 10934
10871echo "$as_me:10870: checking for krb_get_cred in -lkrb4" >&5 10935echo "$as_me:10935: checking for krb_get_cred in -lkrb4" >&5
10872echo $ECHO_N "checking for krb_get_cred in -lkrb4... $ECHO_C" >&6 10936echo $ECHO_N "checking for krb_get_cred in -lkrb4... $ECHO_C" >&6
10873if test "${ac_cv_lib_krb4_krb_get_cred+set}" = set; then 10937if test "${ac_cv_lib_krb4_krb_get_cred+set}" = set; then
10874 echo $ECHO_N "(cached) $ECHO_C" >&6 10938 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10876,7 +10940,7 @@ else
10876 ac_check_lib_save_LIBS=$LIBS 10940 ac_check_lib_save_LIBS=$LIBS
10877LIBS="-lkrb4 $LIBS" 10941LIBS="-lkrb4 $LIBS"
10878cat >conftest.$ac_ext <<_ACEOF 10942cat >conftest.$ac_ext <<_ACEOF
10879#line 10878 "configure" 10943#line 10943 "configure"
10880#include "confdefs.h" 10944#include "confdefs.h"
10881 10945
10882/* Override any gcc2 internal prototype to avoid an error. */ 10946/* Override any gcc2 internal prototype to avoid an error. */
@@ -10895,16 +10959,16 @@ krb_get_cred ();
10895} 10959}
10896_ACEOF 10960_ACEOF
10897rm -f conftest.$ac_objext conftest$ac_exeext 10961rm -f conftest.$ac_objext conftest$ac_exeext
10898if { (eval echo "$as_me:10897: \"$ac_link\"") >&5 10962if { (eval echo "$as_me:10962: \"$ac_link\"") >&5
10899 (eval $ac_link) 2>&5 10963 (eval $ac_link) 2>&5
10900 ac_status=$? 10964 ac_status=$?
10901 echo "$as_me:10900: \$? = $ac_status" >&5 10965 echo "$as_me:10965: \$? = $ac_status" >&5
10902 (exit $ac_status); } && 10966 (exit $ac_status); } &&
10903 { ac_try='test -s conftest$ac_exeext' 10967 { ac_try='test -s conftest$ac_exeext'
10904 { (eval echo "$as_me:10903: \"$ac_try\"") >&5 10968 { (eval echo "$as_me:10968: \"$ac_try\"") >&5
10905 (eval $ac_try) 2>&5 10969 (eval $ac_try) 2>&5
10906 ac_status=$? 10970 ac_status=$?
10907 echo "$as_me:10906: \$? = $ac_status" >&5 10971 echo "$as_me:10971: \$? = $ac_status" >&5
10908 (exit $ac_status); }; }; then 10972 (exit $ac_status); }; }; then
10909 ac_cv_lib_krb4_krb_get_cred=yes 10973 ac_cv_lib_krb4_krb_get_cred=yes
10910else 10974else
@@ -10915,7 +10979,7 @@ fi
10915rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10979rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10916LIBS=$ac_check_lib_save_LIBS 10980LIBS=$ac_check_lib_save_LIBS
10917fi 10981fi
10918echo "$as_me:10917: result: $ac_cv_lib_krb4_krb_get_cred" >&5 10982echo "$as_me:10982: result: $ac_cv_lib_krb4_krb_get_cred" >&5
10919echo "${ECHO_T}$ac_cv_lib_krb4_krb_get_cred" >&6 10983echo "${ECHO_T}$ac_cv_lib_krb4_krb_get_cred" >&6
10920if test $ac_cv_lib_krb4_krb_get_cred = yes; then 10984if test $ac_cv_lib_krb4_krb_get_cred = yes; then
10921 cat >>confdefs.h <<EOF 10985 cat >>confdefs.h <<EOF
@@ -10926,7 +10990,7 @@ EOF
10926 10990
10927else 10991else
10928 10992
10929echo "$as_me:10928: checking for krb_get_cred in -lkrb" >&5 10993echo "$as_me:10993: checking for krb_get_cred in -lkrb" >&5
10930echo $ECHO_N "checking for krb_get_cred in -lkrb... $ECHO_C" >&6 10994echo $ECHO_N "checking for krb_get_cred in -lkrb... $ECHO_C" >&6
10931if test "${ac_cv_lib_krb_krb_get_cred+set}" = set; then 10995if test "${ac_cv_lib_krb_krb_get_cred+set}" = set; then
10932 echo $ECHO_N "(cached) $ECHO_C" >&6 10996 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -10934,7 +10998,7 @@ else
10934 ac_check_lib_save_LIBS=$LIBS 10998 ac_check_lib_save_LIBS=$LIBS
10935LIBS="-lkrb $LIBS" 10999LIBS="-lkrb $LIBS"
10936cat >conftest.$ac_ext <<_ACEOF 11000cat >conftest.$ac_ext <<_ACEOF
10937#line 10936 "configure" 11001#line 11001 "configure"
10938#include "confdefs.h" 11002#include "confdefs.h"
10939 11003
10940/* Override any gcc2 internal prototype to avoid an error. */ 11004/* Override any gcc2 internal prototype to avoid an error. */
@@ -10953,16 +11017,16 @@ krb_get_cred ();
10953} 11017}
10954_ACEOF 11018_ACEOF
10955rm -f conftest.$ac_objext conftest$ac_exeext 11019rm -f conftest.$ac_objext conftest$ac_exeext
10956if { (eval echo "$as_me:10955: \"$ac_link\"") >&5 11020if { (eval echo "$as_me:11020: \"$ac_link\"") >&5
10957 (eval $ac_link) 2>&5 11021 (eval $ac_link) 2>&5
10958 ac_status=$? 11022 ac_status=$?
10959 echo "$as_me:10958: \$? = $ac_status" >&5 11023 echo "$as_me:11023: \$? = $ac_status" >&5
10960 (exit $ac_status); } && 11024 (exit $ac_status); } &&
10961 { ac_try='test -s conftest$ac_exeext' 11025 { ac_try='test -s conftest$ac_exeext'
10962 { (eval echo "$as_me:10961: \"$ac_try\"") >&5 11026 { (eval echo "$as_me:11026: \"$ac_try\"") >&5
10963 (eval $ac_try) 2>&5 11027 (eval $ac_try) 2>&5
10964 ac_status=$? 11028 ac_status=$?
10965 echo "$as_me:10964: \$? = $ac_status" >&5 11029 echo "$as_me:11029: \$? = $ac_status" >&5
10966 (exit $ac_status); }; }; then 11030 (exit $ac_status); }; }; then
10967 ac_cv_lib_krb_krb_get_cred=yes 11031 ac_cv_lib_krb_krb_get_cred=yes
10968else 11032else
@@ -10973,7 +11037,7 @@ fi
10973rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11037rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
10974LIBS=$ac_check_lib_save_LIBS 11038LIBS=$ac_check_lib_save_LIBS
10975fi 11039fi
10976echo "$as_me:10975: result: $ac_cv_lib_krb_krb_get_cred" >&5 11040echo "$as_me:11040: result: $ac_cv_lib_krb_krb_get_cred" >&5
10977echo "${ECHO_T}$ac_cv_lib_krb_krb_get_cred" >&6 11041echo "${ECHO_T}$ac_cv_lib_krb_krb_get_cred" >&6
10978if test $ac_cv_lib_krb_krb_get_cred = yes; then 11042if test $ac_cv_lib_krb_krb_get_cred = yes; then
10979 cat >>confdefs.h <<EOF 11043 cat >>confdefs.h <<EOF
@@ -10993,23 +11057,23 @@ fi
10993for ac_header in krb5.h 11057for ac_header in krb5.h
10994do 11058do
10995as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 11059as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10996echo "$as_me:10995: checking for $ac_header" >&5 11060echo "$as_me:11060: checking for $ac_header" >&5
10997echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 11061echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10998if eval "test \"\${$as_ac_Header+set}\" = set"; then 11062if eval "test \"\${$as_ac_Header+set}\" = set"; then
10999 echo $ECHO_N "(cached) $ECHO_C" >&6 11063 echo $ECHO_N "(cached) $ECHO_C" >&6
11000else 11064else
11001 cat >conftest.$ac_ext <<_ACEOF 11065 cat >conftest.$ac_ext <<_ACEOF
11002#line 11001 "configure" 11066#line 11066 "configure"
11003#include "confdefs.h" 11067#include "confdefs.h"
11004#include <$ac_header> 11068#include <$ac_header>
11005_ACEOF 11069_ACEOF
11006if { (eval echo "$as_me:11005: \"$ac_cpp conftest.$ac_ext\"") >&5 11070if { (eval echo "$as_me:11070: \"$ac_cpp conftest.$ac_ext\"") >&5
11007 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11071 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11008 ac_status=$? 11072 ac_status=$?
11009 egrep -v '^ *\+' conftest.er1 >conftest.err 11073 egrep -v '^ *\+' conftest.er1 >conftest.err
11010 rm -f conftest.er1 11074 rm -f conftest.er1
11011 cat conftest.err >&5 11075 cat conftest.err >&5
11012 echo "$as_me:11011: \$? = $ac_status" >&5 11076 echo "$as_me:11076: \$? = $ac_status" >&5
11013 (exit $ac_status); } >/dev/null; then 11077 (exit $ac_status); } >/dev/null; then
11014 if test -s conftest.err; then 11078 if test -s conftest.err; then
11015 ac_cpp_err=$ac_c_preproc_warn_flag 11079 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11028,7 +11092,7 @@ else
11028fi 11092fi
11029rm -f conftest.err conftest.$ac_ext 11093rm -f conftest.err conftest.$ac_ext
11030fi 11094fi
11031echo "$as_me:11030: result: `eval echo '${'$as_ac_Header'}'`" >&5 11095echo "$as_me:11095: result: `eval echo '${'$as_ac_Header'}'`" >&5
11032echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11096echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11033if test `eval echo '${'$as_ac_Header'}'` = yes; then 11097if test `eval echo '${'$as_ac_Header'}'` = yes; then
11034 cat >>confdefs.h <<EOF 11098 cat >>confdefs.h <<EOF
@@ -11043,23 +11107,23 @@ done
11043for ac_header in des.h 11107for ac_header in des.h
11044do 11108do
11045as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 11109as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11046echo "$as_me:11045: checking for $ac_header" >&5 11110echo "$as_me:11110: checking for $ac_header" >&5
11047echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 11111echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11048if eval "test \"\${$as_ac_Header+set}\" = set"; then 11112if eval "test \"\${$as_ac_Header+set}\" = set"; then
11049 echo $ECHO_N "(cached) $ECHO_C" >&6 11113 echo $ECHO_N "(cached) $ECHO_C" >&6
11050else 11114else
11051 cat >conftest.$ac_ext <<_ACEOF 11115 cat >conftest.$ac_ext <<_ACEOF
11052#line 11051 "configure" 11116#line 11116 "configure"
11053#include "confdefs.h" 11117#include "confdefs.h"
11054#include <$ac_header> 11118#include <$ac_header>
11055_ACEOF 11119_ACEOF
11056if { (eval echo "$as_me:11055: \"$ac_cpp conftest.$ac_ext\"") >&5 11120if { (eval echo "$as_me:11120: \"$ac_cpp conftest.$ac_ext\"") >&5
11057 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11121 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11058 ac_status=$? 11122 ac_status=$?
11059 egrep -v '^ *\+' conftest.er1 >conftest.err 11123 egrep -v '^ *\+' conftest.er1 >conftest.err
11060 rm -f conftest.er1 11124 rm -f conftest.er1
11061 cat conftest.err >&5 11125 cat conftest.err >&5
11062 echo "$as_me:11061: \$? = $ac_status" >&5 11126 echo "$as_me:11126: \$? = $ac_status" >&5
11063 (exit $ac_status); } >/dev/null; then 11127 (exit $ac_status); } >/dev/null; then
11064 if test -s conftest.err; then 11128 if test -s conftest.err; then
11065 ac_cpp_err=$ac_c_preproc_warn_flag 11129 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11078,7 +11142,7 @@ else
11078fi 11142fi
11079rm -f conftest.err conftest.$ac_ext 11143rm -f conftest.err conftest.$ac_ext
11080fi 11144fi
11081echo "$as_me:11080: result: `eval echo '${'$as_ac_Header'}'`" >&5 11145echo "$as_me:11145: result: `eval echo '${'$as_ac_Header'}'`" >&5
11082echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11146echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11083if test `eval echo '${'$as_ac_Header'}'` = yes; then 11147if test `eval echo '${'$as_ac_Header'}'` = yes; then
11084 cat >>confdefs.h <<EOF 11148 cat >>confdefs.h <<EOF
@@ -11090,23 +11154,23 @@ else
11090for ac_header in kerberosIV/des.h 11154for ac_header in kerberosIV/des.h
11091do 11155do
11092as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 11156as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11093echo "$as_me:11092: checking for $ac_header" >&5 11157echo "$as_me:11157: checking for $ac_header" >&5
11094echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 11158echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11095if eval "test \"\${$as_ac_Header+set}\" = set"; then 11159if eval "test \"\${$as_ac_Header+set}\" = set"; then
11096 echo $ECHO_N "(cached) $ECHO_C" >&6 11160 echo $ECHO_N "(cached) $ECHO_C" >&6
11097else 11161else
11098 cat >conftest.$ac_ext <<_ACEOF 11162 cat >conftest.$ac_ext <<_ACEOF
11099#line 11098 "configure" 11163#line 11163 "configure"
11100#include "confdefs.h" 11164#include "confdefs.h"
11101#include <$ac_header> 11165#include <$ac_header>
11102_ACEOF 11166_ACEOF
11103if { (eval echo "$as_me:11102: \"$ac_cpp conftest.$ac_ext\"") >&5 11167if { (eval echo "$as_me:11167: \"$ac_cpp conftest.$ac_ext\"") >&5
11104 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11168 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11105 ac_status=$? 11169 ac_status=$?
11106 egrep -v '^ *\+' conftest.er1 >conftest.err 11170 egrep -v '^ *\+' conftest.er1 >conftest.err
11107 rm -f conftest.er1 11171 rm -f conftest.er1
11108 cat conftest.err >&5 11172 cat conftest.err >&5
11109 echo "$as_me:11108: \$? = $ac_status" >&5 11173 echo "$as_me:11173: \$? = $ac_status" >&5
11110 (exit $ac_status); } >/dev/null; then 11174 (exit $ac_status); } >/dev/null; then
11111 if test -s conftest.err; then 11175 if test -s conftest.err; then
11112 ac_cpp_err=$ac_c_preproc_warn_flag 11176 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11125,7 +11189,7 @@ else
11125fi 11189fi
11126rm -f conftest.err conftest.$ac_ext 11190rm -f conftest.err conftest.$ac_ext
11127fi 11191fi
11128echo "$as_me:11127: result: `eval echo '${'$as_ac_Header'}'`" >&5 11192echo "$as_me:11192: result: `eval echo '${'$as_ac_Header'}'`" >&5
11129echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11193echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11130if test `eval echo '${'$as_ac_Header'}'` = yes; then 11194if test `eval echo '${'$as_ac_Header'}'` = yes; then
11131 cat >>confdefs.h <<EOF 11195 cat >>confdefs.h <<EOF
@@ -11137,23 +11201,23 @@ else
11137for ac_header in kerberos/des.h 11201for ac_header in kerberos/des.h
11138do 11202do
11139as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 11203as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11140echo "$as_me:11139: checking for $ac_header" >&5 11204echo "$as_me:11204: checking for $ac_header" >&5
11141echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 11205echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11142if eval "test \"\${$as_ac_Header+set}\" = set"; then 11206if eval "test \"\${$as_ac_Header+set}\" = set"; then
11143 echo $ECHO_N "(cached) $ECHO_C" >&6 11207 echo $ECHO_N "(cached) $ECHO_C" >&6
11144else 11208else
11145 cat >conftest.$ac_ext <<_ACEOF 11209 cat >conftest.$ac_ext <<_ACEOF
11146#line 11145 "configure" 11210#line 11210 "configure"
11147#include "confdefs.h" 11211#include "confdefs.h"
11148#include <$ac_header> 11212#include <$ac_header>
11149_ACEOF 11213_ACEOF
11150if { (eval echo "$as_me:11149: \"$ac_cpp conftest.$ac_ext\"") >&5 11214if { (eval echo "$as_me:11214: \"$ac_cpp conftest.$ac_ext\"") >&5
11151 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11215 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11152 ac_status=$? 11216 ac_status=$?
11153 egrep -v '^ *\+' conftest.er1 >conftest.err 11217 egrep -v '^ *\+' conftest.er1 >conftest.err
11154 rm -f conftest.er1 11218 rm -f conftest.er1
11155 cat conftest.err >&5 11219 cat conftest.err >&5
11156 echo "$as_me:11155: \$? = $ac_status" >&5 11220 echo "$as_me:11220: \$? = $ac_status" >&5
11157 (exit $ac_status); } >/dev/null; then 11221 (exit $ac_status); } >/dev/null; then
11158 if test -s conftest.err; then 11222 if test -s conftest.err; then
11159 ac_cpp_err=$ac_c_preproc_warn_flag 11223 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11172,7 +11236,7 @@ else
11172fi 11236fi
11173rm -f conftest.err conftest.$ac_ext 11237rm -f conftest.err conftest.$ac_ext
11174fi 11238fi
11175echo "$as_me:11174: result: `eval echo '${'$as_ac_Header'}'`" >&5 11239echo "$as_me:11239: result: `eval echo '${'$as_ac_Header'}'`" >&5
11176echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11240echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11177if test `eval echo '${'$as_ac_Header'}'` = yes; then 11241if test `eval echo '${'$as_ac_Header'}'` = yes; then
11178 cat >>confdefs.h <<EOF 11242 cat >>confdefs.h <<EOF
@@ -11191,23 +11255,23 @@ done
11191for ac_header in krb.h 11255for ac_header in krb.h
11192do 11256do
11193as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 11257as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11194echo "$as_me:11193: checking for $ac_header" >&5 11258echo "$as_me:11258: checking for $ac_header" >&5
11195echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 11259echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11196if eval "test \"\${$as_ac_Header+set}\" = set"; then 11260if eval "test \"\${$as_ac_Header+set}\" = set"; then
11197 echo $ECHO_N "(cached) $ECHO_C" >&6 11261 echo $ECHO_N "(cached) $ECHO_C" >&6
11198else 11262else
11199 cat >conftest.$ac_ext <<_ACEOF 11263 cat >conftest.$ac_ext <<_ACEOF
11200#line 11199 "configure" 11264#line 11264 "configure"
11201#include "confdefs.h" 11265#include "confdefs.h"
11202#include <$ac_header> 11266#include <$ac_header>
11203_ACEOF 11267_ACEOF
11204if { (eval echo "$as_me:11203: \"$ac_cpp conftest.$ac_ext\"") >&5 11268if { (eval echo "$as_me:11268: \"$ac_cpp conftest.$ac_ext\"") >&5
11205 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11269 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11206 ac_status=$? 11270 ac_status=$?
11207 egrep -v '^ *\+' conftest.er1 >conftest.err 11271 egrep -v '^ *\+' conftest.er1 >conftest.err
11208 rm -f conftest.er1 11272 rm -f conftest.er1
11209 cat conftest.err >&5 11273 cat conftest.err >&5
11210 echo "$as_me:11209: \$? = $ac_status" >&5 11274 echo "$as_me:11274: \$? = $ac_status" >&5
11211 (exit $ac_status); } >/dev/null; then 11275 (exit $ac_status); } >/dev/null; then
11212 if test -s conftest.err; then 11276 if test -s conftest.err; then
11213 ac_cpp_err=$ac_c_preproc_warn_flag 11277 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11226,7 +11290,7 @@ else
11226fi 11290fi
11227rm -f conftest.err conftest.$ac_ext 11291rm -f conftest.err conftest.$ac_ext
11228fi 11292fi
11229echo "$as_me:11228: result: `eval echo '${'$as_ac_Header'}'`" >&5 11293echo "$as_me:11293: result: `eval echo '${'$as_ac_Header'}'`" >&5
11230echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11294echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11231if test `eval echo '${'$as_ac_Header'}'` = yes; then 11295if test `eval echo '${'$as_ac_Header'}'` = yes; then
11232 cat >>confdefs.h <<EOF 11296 cat >>confdefs.h <<EOF
@@ -11238,23 +11302,23 @@ else
11238for ac_header in kerberosIV/krb.h 11302for ac_header in kerberosIV/krb.h
11239do 11303do
11240as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 11304as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11241echo "$as_me:11240: checking for $ac_header" >&5 11305echo "$as_me:11305: checking for $ac_header" >&5
11242echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 11306echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11243if eval "test \"\${$as_ac_Header+set}\" = set"; then 11307if eval "test \"\${$as_ac_Header+set}\" = set"; then
11244 echo $ECHO_N "(cached) $ECHO_C" >&6 11308 echo $ECHO_N "(cached) $ECHO_C" >&6
11245else 11309else
11246 cat >conftest.$ac_ext <<_ACEOF 11310 cat >conftest.$ac_ext <<_ACEOF
11247#line 11246 "configure" 11311#line 11311 "configure"
11248#include "confdefs.h" 11312#include "confdefs.h"
11249#include <$ac_header> 11313#include <$ac_header>
11250_ACEOF 11314_ACEOF
11251if { (eval echo "$as_me:11250: \"$ac_cpp conftest.$ac_ext\"") >&5 11315if { (eval echo "$as_me:11315: \"$ac_cpp conftest.$ac_ext\"") >&5
11252 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11316 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11253 ac_status=$? 11317 ac_status=$?
11254 egrep -v '^ *\+' conftest.er1 >conftest.err 11318 egrep -v '^ *\+' conftest.er1 >conftest.err
11255 rm -f conftest.er1 11319 rm -f conftest.er1
11256 cat conftest.err >&5 11320 cat conftest.err >&5
11257 echo "$as_me:11256: \$? = $ac_status" >&5 11321 echo "$as_me:11321: \$? = $ac_status" >&5
11258 (exit $ac_status); } >/dev/null; then 11322 (exit $ac_status); } >/dev/null; then
11259 if test -s conftest.err; then 11323 if test -s conftest.err; then
11260 ac_cpp_err=$ac_c_preproc_warn_flag 11324 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11273,7 +11337,7 @@ else
11273fi 11337fi
11274rm -f conftest.err conftest.$ac_ext 11338rm -f conftest.err conftest.$ac_ext
11275fi 11339fi
11276echo "$as_me:11275: result: `eval echo '${'$as_ac_Header'}'`" >&5 11340echo "$as_me:11340: result: `eval echo '${'$as_ac_Header'}'`" >&5
11277echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11341echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11278if test `eval echo '${'$as_ac_Header'}'` = yes; then 11342if test `eval echo '${'$as_ac_Header'}'` = yes; then
11279 cat >>confdefs.h <<EOF 11343 cat >>confdefs.h <<EOF
@@ -11285,23 +11349,23 @@ else
11285for ac_header in kerberos/krb.h 11349for ac_header in kerberos/krb.h
11286do 11350do
11287as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 11351as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11288echo "$as_me:11287: checking for $ac_header" >&5 11352echo "$as_me:11352: checking for $ac_header" >&5
11289echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 11353echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11290if eval "test \"\${$as_ac_Header+set}\" = set"; then 11354if eval "test \"\${$as_ac_Header+set}\" = set"; then
11291 echo $ECHO_N "(cached) $ECHO_C" >&6 11355 echo $ECHO_N "(cached) $ECHO_C" >&6
11292else 11356else
11293 cat >conftest.$ac_ext <<_ACEOF 11357 cat >conftest.$ac_ext <<_ACEOF
11294#line 11293 "configure" 11358#line 11358 "configure"
11295#include "confdefs.h" 11359#include "confdefs.h"
11296#include <$ac_header> 11360#include <$ac_header>
11297_ACEOF 11361_ACEOF
11298if { (eval echo "$as_me:11297: \"$ac_cpp conftest.$ac_ext\"") >&5 11362if { (eval echo "$as_me:11362: \"$ac_cpp conftest.$ac_ext\"") >&5
11299 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11363 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11300 ac_status=$? 11364 ac_status=$?
11301 egrep -v '^ *\+' conftest.er1 >conftest.err 11365 egrep -v '^ *\+' conftest.er1 >conftest.err
11302 rm -f conftest.er1 11366 rm -f conftest.er1
11303 cat conftest.err >&5 11367 cat conftest.err >&5
11304 echo "$as_me:11303: \$? = $ac_status" >&5 11368 echo "$as_me:11368: \$? = $ac_status" >&5
11305 (exit $ac_status); } >/dev/null; then 11369 (exit $ac_status); } >/dev/null; then
11306 if test -s conftest.err; then 11370 if test -s conftest.err; then
11307 ac_cpp_err=$ac_c_preproc_warn_flag 11371 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11320,7 +11384,7 @@ else
11320fi 11384fi
11321rm -f conftest.err conftest.$ac_ext 11385rm -f conftest.err conftest.$ac_ext
11322fi 11386fi
11323echo "$as_me:11322: result: `eval echo '${'$as_ac_Header'}'`" >&5 11387echo "$as_me:11387: result: `eval echo '${'$as_ac_Header'}'`" >&5
11324echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11388echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11325if test `eval echo '${'$as_ac_Header'}'` = yes; then 11389if test `eval echo '${'$as_ac_Header'}'` = yes; then
11326 cat >>confdefs.h <<EOF 11390 cat >>confdefs.h <<EOF
@@ -11341,23 +11405,23 @@ done
11341for ac_header in com_err.h 11405for ac_header in com_err.h
11342do 11406do
11343as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 11407as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11344echo "$as_me:11343: checking for $ac_header" >&5 11408echo "$as_me:11408: checking for $ac_header" >&5
11345echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 11409echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11346if eval "test \"\${$as_ac_Header+set}\" = set"; then 11410if eval "test \"\${$as_ac_Header+set}\" = set"; then
11347 echo $ECHO_N "(cached) $ECHO_C" >&6 11411 echo $ECHO_N "(cached) $ECHO_C" >&6
11348else 11412else
11349 cat >conftest.$ac_ext <<_ACEOF 11413 cat >conftest.$ac_ext <<_ACEOF
11350#line 11349 "configure" 11414#line 11414 "configure"
11351#include "confdefs.h" 11415#include "confdefs.h"
11352#include <$ac_header> 11416#include <$ac_header>
11353_ACEOF 11417_ACEOF
11354if { (eval echo "$as_me:11353: \"$ac_cpp conftest.$ac_ext\"") >&5 11418if { (eval echo "$as_me:11418: \"$ac_cpp conftest.$ac_ext\"") >&5
11355 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11419 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11356 ac_status=$? 11420 ac_status=$?
11357 egrep -v '^ *\+' conftest.er1 >conftest.err 11421 egrep -v '^ *\+' conftest.er1 >conftest.err
11358 rm -f conftest.er1 11422 rm -f conftest.er1
11359 cat conftest.err >&5 11423 cat conftest.err >&5
11360 echo "$as_me:11359: \$? = $ac_status" >&5 11424 echo "$as_me:11424: \$? = $ac_status" >&5
11361 (exit $ac_status); } >/dev/null; then 11425 (exit $ac_status); } >/dev/null; then
11362 if test -s conftest.err; then 11426 if test -s conftest.err; then
11363 ac_cpp_err=$ac_c_preproc_warn_flag 11427 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11376,7 +11440,7 @@ else
11376fi 11440fi
11377rm -f conftest.err conftest.$ac_ext 11441rm -f conftest.err conftest.$ac_ext
11378fi 11442fi
11379echo "$as_me:11378: result: `eval echo '${'$as_ac_Header'}'`" >&5 11443echo "$as_me:11443: result: `eval echo '${'$as_ac_Header'}'`" >&5
11380echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 11444echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
11381if test `eval echo '${'$as_ac_Header'}'` = yes; then 11445if test `eval echo '${'$as_ac_Header'}'` = yes; then
11382 cat >>confdefs.h <<EOF 11446 cat >>confdefs.h <<EOF
@@ -11391,7 +11455,7 @@ fi
11391# Solaris requires -lintl if you want strerror (which calls dgettext) 11455# Solaris requires -lintl if you want strerror (which calls dgettext)
11392# to return localized messages. 11456# to return localized messages.
11393 11457
11394echo "$as_me:11393: checking for dgettext in -lintl" >&5 11458echo "$as_me:11458: checking for dgettext in -lintl" >&5
11395echo $ECHO_N "checking for dgettext in -lintl... $ECHO_C" >&6 11459echo $ECHO_N "checking for dgettext in -lintl... $ECHO_C" >&6
11396if test "${ac_cv_lib_intl_dgettext+set}" = set; then 11460if test "${ac_cv_lib_intl_dgettext+set}" = set; then
11397 echo $ECHO_N "(cached) $ECHO_C" >&6 11461 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11399,7 +11463,7 @@ else
11399 ac_check_lib_save_LIBS=$LIBS 11463 ac_check_lib_save_LIBS=$LIBS
11400LIBS="-lintl $LIBS" 11464LIBS="-lintl $LIBS"
11401cat >conftest.$ac_ext <<_ACEOF 11465cat >conftest.$ac_ext <<_ACEOF
11402#line 11401 "configure" 11466#line 11466 "configure"
11403#include "confdefs.h" 11467#include "confdefs.h"
11404 11468
11405/* Override any gcc2 internal prototype to avoid an error. */ 11469/* Override any gcc2 internal prototype to avoid an error. */
@@ -11418,16 +11482,16 @@ dgettext ();
11418} 11482}
11419_ACEOF 11483_ACEOF
11420rm -f conftest.$ac_objext conftest$ac_exeext 11484rm -f conftest.$ac_objext conftest$ac_exeext
11421if { (eval echo "$as_me:11420: \"$ac_link\"") >&5 11485if { (eval echo "$as_me:11485: \"$ac_link\"") >&5
11422 (eval $ac_link) 2>&5 11486 (eval $ac_link) 2>&5
11423 ac_status=$? 11487 ac_status=$?
11424 echo "$as_me:11423: \$? = $ac_status" >&5 11488 echo "$as_me:11488: \$? = $ac_status" >&5
11425 (exit $ac_status); } && 11489 (exit $ac_status); } &&
11426 { ac_try='test -s conftest$ac_exeext' 11490 { ac_try='test -s conftest$ac_exeext'
11427 { (eval echo "$as_me:11426: \"$ac_try\"") >&5 11491 { (eval echo "$as_me:11491: \"$ac_try\"") >&5
11428 (eval $ac_try) 2>&5 11492 (eval $ac_try) 2>&5
11429 ac_status=$? 11493 ac_status=$?
11430 echo "$as_me:11429: \$? = $ac_status" >&5 11494 echo "$as_me:11494: \$? = $ac_status" >&5
11431 (exit $ac_status); }; }; then 11495 (exit $ac_status); }; }; then
11432 ac_cv_lib_intl_dgettext=yes 11496 ac_cv_lib_intl_dgettext=yes
11433else 11497else
@@ -11438,7 +11502,7 @@ fi
11438rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11502rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11439LIBS=$ac_check_lib_save_LIBS 11503LIBS=$ac_check_lib_save_LIBS
11440fi 11504fi
11441echo "$as_me:11440: result: $ac_cv_lib_intl_dgettext" >&5 11505echo "$as_me:11505: result: $ac_cv_lib_intl_dgettext" >&5
11442echo "${ECHO_T}$ac_cv_lib_intl_dgettext" >&6 11506echo "${ECHO_T}$ac_cv_lib_intl_dgettext" >&6
11443if test $ac_cv_lib_intl_dgettext = yes; then 11507if test $ac_cv_lib_intl_dgettext = yes; then
11444 cat >>confdefs.h <<EOF 11508 cat >>confdefs.h <<EOF
@@ -11449,7 +11513,7 @@ EOF
11449 11513
11450fi 11514fi
11451 11515
11452echo "$as_me:11451: checking whether localtime caches TZ" >&5 11516echo "$as_me:11516: checking whether localtime caches TZ" >&5
11453echo $ECHO_N "checking whether localtime caches TZ... $ECHO_C" >&6 11517echo $ECHO_N "checking whether localtime caches TZ... $ECHO_C" >&6
11454if test "${emacs_cv_localtime_cache+set}" = set; then 11518if test "${emacs_cv_localtime_cache+set}" = set; then
11455 echo $ECHO_N "(cached) $ECHO_C" >&6 11519 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -11460,7 +11524,7 @@ if test "$cross_compiling" = yes; then
11460emacs_cv_localtime_cache=yes 11524emacs_cv_localtime_cache=yes
11461else 11525else
11462 cat >conftest.$ac_ext <<_ACEOF 11526 cat >conftest.$ac_ext <<_ACEOF
11463#line 11462 "configure" 11527#line 11527 "configure"
11464#include "confdefs.h" 11528#include "confdefs.h"
11465#include <time.h> 11529#include <time.h>
11466extern char **environ; 11530extern char **environ;
@@ -11493,15 +11557,15 @@ main()
11493} 11557}
11494_ACEOF 11558_ACEOF
11495rm -f conftest$ac_exeext 11559rm -f conftest$ac_exeext
11496if { (eval echo "$as_me:11495: \"$ac_link\"") >&5 11560if { (eval echo "$as_me:11560: \"$ac_link\"") >&5
11497 (eval $ac_link) 2>&5 11561 (eval $ac_link) 2>&5
11498 ac_status=$? 11562 ac_status=$?
11499 echo "$as_me:11498: \$? = $ac_status" >&5 11563 echo "$as_me:11563: \$? = $ac_status" >&5
11500 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 11564 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11501 { (eval echo "$as_me:11500: \"$ac_try\"") >&5 11565 { (eval echo "$as_me:11565: \"$ac_try\"") >&5
11502 (eval $ac_try) 2>&5 11566 (eval $ac_try) 2>&5
11503 ac_status=$? 11567 ac_status=$?
11504 echo "$as_me:11503: \$? = $ac_status" >&5 11568 echo "$as_me:11568: \$? = $ac_status" >&5
11505 (exit $ac_status); }; }; then 11569 (exit $ac_status); }; }; then
11506 emacs_cv_localtime_cache=no 11570 emacs_cv_localtime_cache=no
11507else 11571else
@@ -11518,7 +11582,7 @@ else
11518 emacs_cv_localtime_cache=no 11582 emacs_cv_localtime_cache=no
11519fi 11583fi
11520fi 11584fi
11521echo "$as_me:11520: result: $emacs_cv_localtime_cache" >&5 11585echo "$as_me:11585: result: $emacs_cv_localtime_cache" >&5
11522echo "${ECHO_T}$emacs_cv_localtime_cache" >&6 11586echo "${ECHO_T}$emacs_cv_localtime_cache" >&6
11523if test $emacs_cv_localtime_cache = yes; then 11587if test $emacs_cv_localtime_cache = yes; then
11524 cat >>confdefs.h <<\EOF 11588 cat >>confdefs.h <<\EOF
@@ -11532,13 +11596,13 @@ if test "x$HAVE_TIMEVAL" = xyes; then
11532for ac_func in gettimeofday 11596for ac_func in gettimeofday
11533do 11597do
11534as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 11598as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
11535echo "$as_me:11534: checking for $ac_func" >&5 11599echo "$as_me:11599: checking for $ac_func" >&5
11536echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 11600echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
11537if eval "test \"\${$as_ac_var+set}\" = set"; then 11601if eval "test \"\${$as_ac_var+set}\" = set"; then
11538 echo $ECHO_N "(cached) $ECHO_C" >&6 11602 echo $ECHO_N "(cached) $ECHO_C" >&6
11539else 11603else
11540 cat >conftest.$ac_ext <<_ACEOF 11604 cat >conftest.$ac_ext <<_ACEOF
11541#line 11540 "configure" 11605#line 11605 "configure"
11542#include "confdefs.h" 11606#include "confdefs.h"
11543/* System header to define __stub macros and hopefully few prototypes, 11607/* System header to define __stub macros and hopefully few prototypes,
11544 which can conflict with char $ac_func (); below. */ 11608 which can conflict with char $ac_func (); below. */
@@ -11569,16 +11633,16 @@ f = $ac_func;
11569} 11633}
11570_ACEOF 11634_ACEOF
11571rm -f conftest.$ac_objext conftest$ac_exeext 11635rm -f conftest.$ac_objext conftest$ac_exeext
11572if { (eval echo "$as_me:11571: \"$ac_link\"") >&5 11636if { (eval echo "$as_me:11636: \"$ac_link\"") >&5
11573 (eval $ac_link) 2>&5 11637 (eval $ac_link) 2>&5
11574 ac_status=$? 11638 ac_status=$?
11575 echo "$as_me:11574: \$? = $ac_status" >&5 11639 echo "$as_me:11639: \$? = $ac_status" >&5
11576 (exit $ac_status); } && 11640 (exit $ac_status); } &&
11577 { ac_try='test -s conftest$ac_exeext' 11641 { ac_try='test -s conftest$ac_exeext'
11578 { (eval echo "$as_me:11577: \"$ac_try\"") >&5 11642 { (eval echo "$as_me:11642: \"$ac_try\"") >&5
11579 (eval $ac_try) 2>&5 11643 (eval $ac_try) 2>&5
11580 ac_status=$? 11644 ac_status=$?
11581 echo "$as_me:11580: \$? = $ac_status" >&5 11645 echo "$as_me:11645: \$? = $ac_status" >&5
11582 (exit $ac_status); }; }; then 11646 (exit $ac_status); }; }; then
11583 eval "$as_ac_var=yes" 11647 eval "$as_ac_var=yes"
11584else 11648else
@@ -11588,7 +11652,7 @@ eval "$as_ac_var=no"
11588fi 11652fi
11589rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11653rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11590fi 11654fi
11591echo "$as_me:11590: result: `eval echo '${'$as_ac_var'}'`" >&5 11655echo "$as_me:11655: result: `eval echo '${'$as_ac_var'}'`" >&5
11592echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 11656echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
11593if test `eval echo '${'$as_ac_var'}'` = yes; then 11657if test `eval echo '${'$as_ac_var'}'` = yes; then
11594 cat >>confdefs.h <<EOF 11658 cat >>confdefs.h <<EOF
@@ -11598,13 +11662,13 @@ EOF
11598fi 11662fi
11599done 11663done
11600 11664
11601 echo "$as_me:11600: checking whether gettimeofday can accept two arguments" >&5 11665 echo "$as_me:11665: checking whether gettimeofday can accept two arguments" >&5
11602echo $ECHO_N "checking whether gettimeofday can accept two arguments... $ECHO_C" >&6 11666echo $ECHO_N "checking whether gettimeofday can accept two arguments... $ECHO_C" >&6
11603if test "${emacs_cv_gettimeofday_two_arguments+set}" = set; then 11667if test "${emacs_cv_gettimeofday_two_arguments+set}" = set; then
11604 echo $ECHO_N "(cached) $ECHO_C" >&6 11668 echo $ECHO_N "(cached) $ECHO_C" >&6
11605else 11669else
11606 cat >conftest.$ac_ext <<_ACEOF 11670 cat >conftest.$ac_ext <<_ACEOF
11607#line 11606 "configure" 11671#line 11671 "configure"
11608#include "confdefs.h" 11672#include "confdefs.h"
11609 11673
11610#ifdef TIME_WITH_SYS_TIME 11674#ifdef TIME_WITH_SYS_TIME
@@ -11627,16 +11691,16 @@ struct timeval time;
11627} 11691}
11628_ACEOF 11692_ACEOF
11629rm -f conftest.$ac_objext 11693rm -f conftest.$ac_objext
11630if { (eval echo "$as_me:11629: \"$ac_compile\"") >&5 11694if { (eval echo "$as_me:11694: \"$ac_compile\"") >&5
11631 (eval $ac_compile) 2>&5 11695 (eval $ac_compile) 2>&5
11632 ac_status=$? 11696 ac_status=$?
11633 echo "$as_me:11632: \$? = $ac_status" >&5 11697 echo "$as_me:11697: \$? = $ac_status" >&5
11634 (exit $ac_status); } && 11698 (exit $ac_status); } &&
11635 { ac_try='test -s conftest.$ac_objext' 11699 { ac_try='test -s conftest.$ac_objext'
11636 { (eval echo "$as_me:11635: \"$ac_try\"") >&5 11700 { (eval echo "$as_me:11700: \"$ac_try\"") >&5
11637 (eval $ac_try) 2>&5 11701 (eval $ac_try) 2>&5
11638 ac_status=$? 11702 ac_status=$?
11639 echo "$as_me:11638: \$? = $ac_status" >&5 11703 echo "$as_me:11703: \$? = $ac_status" >&5
11640 (exit $ac_status); }; }; then 11704 (exit $ac_status); }; }; then
11641 emacs_cv_gettimeofday_two_arguments=yes 11705 emacs_cv_gettimeofday_two_arguments=yes
11642else 11706else
@@ -11646,7 +11710,7 @@ emacs_cv_gettimeofday_two_arguments=no
11646fi 11710fi
11647rm -f conftest.$ac_objext conftest.$ac_ext 11711rm -f conftest.$ac_objext conftest.$ac_ext
11648fi 11712fi
11649echo "$as_me:11648: result: $emacs_cv_gettimeofday_two_arguments" >&5 11713echo "$as_me:11713: result: $emacs_cv_gettimeofday_two_arguments" >&5
11650echo "${ECHO_T}$emacs_cv_gettimeofday_two_arguments" >&6 11714echo "${ECHO_T}$emacs_cv_gettimeofday_two_arguments" >&6
11651 if test $emacs_cv_gettimeofday_two_arguments = no; then 11715 if test $emacs_cv_gettimeofday_two_arguments = no; then
11652 cat >>confdefs.h <<\EOF 11716 cat >>confdefs.h <<\EOF
@@ -11657,13 +11721,13 @@ EOF
11657fi 11721fi
11658 11722
11659if test "$ac_cv_func_gettimeofday" = yes; then 11723if test "$ac_cv_func_gettimeofday" = yes; then
11660 echo "$as_me:11659: checking for struct timezone" >&5 11724 echo "$as_me:11724: checking for struct timezone" >&5
11661echo $ECHO_N "checking for struct timezone... $ECHO_C" >&6 11725echo $ECHO_N "checking for struct timezone... $ECHO_C" >&6
11662if test "${emacs_cv_struct_timezone+set}" = set; then 11726if test "${emacs_cv_struct_timezone+set}" = set; then
11663 echo $ECHO_N "(cached) $ECHO_C" >&6 11727 echo $ECHO_N "(cached) $ECHO_C" >&6
11664else 11728else
11665 cat >conftest.$ac_ext <<_ACEOF 11729 cat >conftest.$ac_ext <<_ACEOF
11666#line 11665 "configure" 11730#line 11730 "configure"
11667#include "confdefs.h" 11731#include "confdefs.h"
11668#include <sys/time.h> 11732#include <sys/time.h>
11669int 11733int
@@ -11675,22 +11739,22 @@ struct timezone tz;
11675} 11739}
11676_ACEOF 11740_ACEOF
11677rm -f conftest.$ac_objext 11741rm -f conftest.$ac_objext
11678if { (eval echo "$as_me:11677: \"$ac_compile\"") >&5 11742if { (eval echo "$as_me:11742: \"$ac_compile\"") >&5
11679 (eval $ac_compile) 2>&5 11743 (eval $ac_compile) 2>&5
11680 ac_status=$? 11744 ac_status=$?
11681 echo "$as_me:11680: \$? = $ac_status" >&5 11745 echo "$as_me:11745: \$? = $ac_status" >&5
11682 (exit $ac_status); } && 11746 (exit $ac_status); } &&
11683 { ac_try='test -s conftest.$ac_objext' 11747 { ac_try='test -s conftest.$ac_objext'
11684 { (eval echo "$as_me:11683: \"$ac_try\"") >&5 11748 { (eval echo "$as_me:11748: \"$ac_try\"") >&5
11685 (eval $ac_try) 2>&5 11749 (eval $ac_try) 2>&5
11686 ac_status=$? 11750 ac_status=$?
11687 echo "$as_me:11686: \$? = $ac_status" >&5 11751 echo "$as_me:11751: \$? = $ac_status" >&5
11688 (exit $ac_status); }; }; then 11752 (exit $ac_status); }; }; then
11689 if test "$cross_compiling" = yes; then 11753 if test "$cross_compiling" = yes; then
11690 emacs_cv_struct_timezone=yes 11754 emacs_cv_struct_timezone=yes
11691else 11755else
11692 cat >conftest.$ac_ext <<_ACEOF 11756 cat >conftest.$ac_ext <<_ACEOF
11693#line 11692 "configure" 11757#line 11757 "configure"
11694#include "confdefs.h" 11758#include "confdefs.h"
11695 11759
11696#ifdef TIME_WITH_SYS_TIME 11760#ifdef TIME_WITH_SYS_TIME
@@ -11710,15 +11774,15 @@ main () {
11710} 11774}
11711_ACEOF 11775_ACEOF
11712rm -f conftest$ac_exeext 11776rm -f conftest$ac_exeext
11713if { (eval echo "$as_me:11712: \"$ac_link\"") >&5 11777if { (eval echo "$as_me:11777: \"$ac_link\"") >&5
11714 (eval $ac_link) 2>&5 11778 (eval $ac_link) 2>&5
11715 ac_status=$? 11779 ac_status=$?
11716 echo "$as_me:11715: \$? = $ac_status" >&5 11780 echo "$as_me:11780: \$? = $ac_status" >&5
11717 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 11781 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11718 { (eval echo "$as_me:11717: \"$ac_try\"") >&5 11782 { (eval echo "$as_me:11782: \"$ac_try\"") >&5
11719 (eval $ac_try) 2>&5 11783 (eval $ac_try) 2>&5
11720 ac_status=$? 11784 ac_status=$?
11721 echo "$as_me:11720: \$? = $ac_status" >&5 11785 echo "$as_me:11785: \$? = $ac_status" >&5
11722 (exit $ac_status); }; }; then 11786 (exit $ac_status); }; }; then
11723 emacs_cv_struct_timezone=yes 11787 emacs_cv_struct_timezone=yes
11724else 11788else
@@ -11736,18 +11800,18 @@ emacs_cv_struct_timezone=no
11736fi 11800fi
11737rm -f conftest.$ac_objext conftest.$ac_ext 11801rm -f conftest.$ac_objext conftest.$ac_ext
11738fi 11802fi
11739echo "$as_me:11738: result: $emacs_cv_struct_timezone" >&5 11803echo "$as_me:11803: result: $emacs_cv_struct_timezone" >&5
11740echo "${ECHO_T}$emacs_cv_struct_timezone" >&6 11804echo "${ECHO_T}$emacs_cv_struct_timezone" >&6
11741fi 11805fi
11742 11806
11743ok_so_far=yes 11807ok_so_far=yes
11744echo "$as_me:11743: checking for socket" >&5 11808echo "$as_me:11808: checking for socket" >&5
11745echo $ECHO_N "checking for socket... $ECHO_C" >&6 11809echo $ECHO_N "checking for socket... $ECHO_C" >&6
11746if test "${ac_cv_func_socket+set}" = set; then 11810if test "${ac_cv_func_socket+set}" = set; then
11747 echo $ECHO_N "(cached) $ECHO_C" >&6 11811 echo $ECHO_N "(cached) $ECHO_C" >&6
11748else 11812else
11749 cat >conftest.$ac_ext <<_ACEOF 11813 cat >conftest.$ac_ext <<_ACEOF
11750#line 11749 "configure" 11814#line 11814 "configure"
11751#include "confdefs.h" 11815#include "confdefs.h"
11752/* System header to define __stub macros and hopefully few prototypes, 11816/* System header to define __stub macros and hopefully few prototypes,
11753 which can conflict with char socket (); below. */ 11817 which can conflict with char socket (); below. */
@@ -11778,16 +11842,16 @@ f = socket;
11778} 11842}
11779_ACEOF 11843_ACEOF
11780rm -f conftest.$ac_objext conftest$ac_exeext 11844rm -f conftest.$ac_objext conftest$ac_exeext
11781if { (eval echo "$as_me:11780: \"$ac_link\"") >&5 11845if { (eval echo "$as_me:11845: \"$ac_link\"") >&5
11782 (eval $ac_link) 2>&5 11846 (eval $ac_link) 2>&5
11783 ac_status=$? 11847 ac_status=$?
11784 echo "$as_me:11783: \$? = $ac_status" >&5 11848 echo "$as_me:11848: \$? = $ac_status" >&5
11785 (exit $ac_status); } && 11849 (exit $ac_status); } &&
11786 { ac_try='test -s conftest$ac_exeext' 11850 { ac_try='test -s conftest$ac_exeext'
11787 { (eval echo "$as_me:11786: \"$ac_try\"") >&5 11851 { (eval echo "$as_me:11851: \"$ac_try\"") >&5
11788 (eval $ac_try) 2>&5 11852 (eval $ac_try) 2>&5
11789 ac_status=$? 11853 ac_status=$?
11790 echo "$as_me:11789: \$? = $ac_status" >&5 11854 echo "$as_me:11854: \$? = $ac_status" >&5
11791 (exit $ac_status); }; }; then 11855 (exit $ac_status); }; }; then
11792 ac_cv_func_socket=yes 11856 ac_cv_func_socket=yes
11793else 11857else
@@ -11797,7 +11861,7 @@ ac_cv_func_socket=no
11797fi 11861fi
11798rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11862rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
11799fi 11863fi
11800echo "$as_me:11799: result: $ac_cv_func_socket" >&5 11864echo "$as_me:11864: result: $ac_cv_func_socket" >&5
11801echo "${ECHO_T}$ac_cv_func_socket" >&6 11865echo "${ECHO_T}$ac_cv_func_socket" >&6
11802if test $ac_cv_func_socket = yes; then 11866if test $ac_cv_func_socket = yes; then
11803 : 11867 :
@@ -11806,23 +11870,23 @@ else
11806fi 11870fi
11807 11871
11808if test $ok_so_far = yes; then 11872if test $ok_so_far = yes; then
11809 echo "$as_me:11808: checking for netinet/in.h" >&5 11873 echo "$as_me:11873: checking for netinet/in.h" >&5
11810echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6 11874echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6
11811if test "${ac_cv_header_netinet_in_h+set}" = set; then 11875if test "${ac_cv_header_netinet_in_h+set}" = set; then
11812 echo $ECHO_N "(cached) $ECHO_C" >&6 11876 echo $ECHO_N "(cached) $ECHO_C" >&6
11813else 11877else
11814 cat >conftest.$ac_ext <<_ACEOF 11878 cat >conftest.$ac_ext <<_ACEOF
11815#line 11814 "configure" 11879#line 11879 "configure"
11816#include "confdefs.h" 11880#include "confdefs.h"
11817#include <netinet/in.h> 11881#include <netinet/in.h>
11818_ACEOF 11882_ACEOF
11819if { (eval echo "$as_me:11818: \"$ac_cpp conftest.$ac_ext\"") >&5 11883if { (eval echo "$as_me:11883: \"$ac_cpp conftest.$ac_ext\"") >&5
11820 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11884 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11821 ac_status=$? 11885 ac_status=$?
11822 egrep -v '^ *\+' conftest.er1 >conftest.err 11886 egrep -v '^ *\+' conftest.er1 >conftest.err
11823 rm -f conftest.er1 11887 rm -f conftest.er1
11824 cat conftest.err >&5 11888 cat conftest.err >&5
11825 echo "$as_me:11824: \$? = $ac_status" >&5 11889 echo "$as_me:11889: \$? = $ac_status" >&5
11826 (exit $ac_status); } >/dev/null; then 11890 (exit $ac_status); } >/dev/null; then
11827 if test -s conftest.err; then 11891 if test -s conftest.err; then
11828 ac_cpp_err=$ac_c_preproc_warn_flag 11892 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11841,7 +11905,7 @@ else
11841fi 11905fi
11842rm -f conftest.err conftest.$ac_ext 11906rm -f conftest.err conftest.$ac_ext
11843fi 11907fi
11844echo "$as_me:11843: result: $ac_cv_header_netinet_in_h" >&5 11908echo "$as_me:11908: result: $ac_cv_header_netinet_in_h" >&5
11845echo "${ECHO_T}$ac_cv_header_netinet_in_h" >&6 11909echo "${ECHO_T}$ac_cv_header_netinet_in_h" >&6
11846if test $ac_cv_header_netinet_in_h = yes; then 11910if test $ac_cv_header_netinet_in_h = yes; then
11847 : 11911 :
@@ -11851,23 +11915,23 @@ fi
11851 11915
11852fi 11916fi
11853if test $ok_so_far = yes; then 11917if test $ok_so_far = yes; then
11854 echo "$as_me:11853: checking for arpa/inet.h" >&5 11918 echo "$as_me:11918: checking for arpa/inet.h" >&5
11855echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6 11919echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6
11856if test "${ac_cv_header_arpa_inet_h+set}" = set; then 11920if test "${ac_cv_header_arpa_inet_h+set}" = set; then
11857 echo $ECHO_N "(cached) $ECHO_C" >&6 11921 echo $ECHO_N "(cached) $ECHO_C" >&6
11858else 11922else
11859 cat >conftest.$ac_ext <<_ACEOF 11923 cat >conftest.$ac_ext <<_ACEOF
11860#line 11859 "configure" 11924#line 11924 "configure"
11861#include "confdefs.h" 11925#include "confdefs.h"
11862#include <arpa/inet.h> 11926#include <arpa/inet.h>
11863_ACEOF 11927_ACEOF
11864if { (eval echo "$as_me:11863: \"$ac_cpp conftest.$ac_ext\"") >&5 11928if { (eval echo "$as_me:11928: \"$ac_cpp conftest.$ac_ext\"") >&5
11865 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11929 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11866 ac_status=$? 11930 ac_status=$?
11867 egrep -v '^ *\+' conftest.er1 >conftest.err 11931 egrep -v '^ *\+' conftest.er1 >conftest.err
11868 rm -f conftest.er1 11932 rm -f conftest.er1
11869 cat conftest.err >&5 11933 cat conftest.err >&5
11870 echo "$as_me:11869: \$? = $ac_status" >&5 11934 echo "$as_me:11934: \$? = $ac_status" >&5
11871 (exit $ac_status); } >/dev/null; then 11935 (exit $ac_status); } >/dev/null; then
11872 if test -s conftest.err; then 11936 if test -s conftest.err; then
11873 ac_cpp_err=$ac_c_preproc_warn_flag 11937 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -11886,7 +11950,7 @@ else
11886fi 11950fi
11887rm -f conftest.err conftest.$ac_ext 11951rm -f conftest.err conftest.$ac_ext
11888fi 11952fi
11889echo "$as_me:11888: result: $ac_cv_header_arpa_inet_h" >&5 11953echo "$as_me:11953: result: $ac_cv_header_arpa_inet_h" >&5
11890echo "${ECHO_T}$ac_cv_header_arpa_inet_h" >&6 11954echo "${ECHO_T}$ac_cv_header_arpa_inet_h" >&6
11891if test $ac_cv_header_arpa_inet_h = yes; then 11955if test $ac_cv_header_arpa_inet_h = yes; then
11892 : 11956 :
@@ -11909,27 +11973,27 @@ EOF
11909 11973
11910fi 11974fi
11911 11975
11912echo "$as_me:11911: checking whether system supports dynamic ptys" >&5 11976echo "$as_me:11976: checking whether system supports dynamic ptys" >&5
11913echo $ECHO_N "checking whether system supports dynamic ptys... $ECHO_C" >&6 11977echo $ECHO_N "checking whether system supports dynamic ptys... $ECHO_C" >&6
11914if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then 11978if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then
11915 echo "$as_me:11914: result: yes" >&5 11979 echo "$as_me:11979: result: yes" >&5
11916echo "${ECHO_T}yes" >&6 11980echo "${ECHO_T}yes" >&6
11917 cat >>confdefs.h <<\EOF 11981 cat >>confdefs.h <<\EOF
11918#define HAVE_DEV_PTMX 1 11982#define HAVE_DEV_PTMX 1
11919EOF 11983EOF
11920 11984
11921else 11985else
11922 echo "$as_me:11921: result: no" >&5 11986 echo "$as_me:11986: result: no" >&5
11923echo "${ECHO_T}no" >&6 11987echo "${ECHO_T}no" >&6
11924fi 11988fi
11925 11989
11926echo "$as_me:11925: checking for pid_t" >&5 11990echo "$as_me:11990: checking for pid_t" >&5
11927echo $ECHO_N "checking for pid_t... $ECHO_C" >&6 11991echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
11928if test "${ac_cv_type_pid_t+set}" = set; then 11992if test "${ac_cv_type_pid_t+set}" = set; then
11929 echo $ECHO_N "(cached) $ECHO_C" >&6 11993 echo $ECHO_N "(cached) $ECHO_C" >&6
11930else 11994else
11931 cat >conftest.$ac_ext <<_ACEOF 11995 cat >conftest.$ac_ext <<_ACEOF
11932#line 11931 "configure" 11996#line 11996 "configure"
11933#include "confdefs.h" 11997#include "confdefs.h"
11934$ac_includes_default 11998$ac_includes_default
11935int 11999int
@@ -11944,16 +12008,16 @@ if (sizeof (pid_t))
11944} 12008}
11945_ACEOF 12009_ACEOF
11946rm -f conftest.$ac_objext 12010rm -f conftest.$ac_objext
11947if { (eval echo "$as_me:11946: \"$ac_compile\"") >&5 12011if { (eval echo "$as_me:12011: \"$ac_compile\"") >&5
11948 (eval $ac_compile) 2>&5 12012 (eval $ac_compile) 2>&5
11949 ac_status=$? 12013 ac_status=$?
11950 echo "$as_me:11949: \$? = $ac_status" >&5 12014 echo "$as_me:12014: \$? = $ac_status" >&5
11951 (exit $ac_status); } && 12015 (exit $ac_status); } &&
11952 { ac_try='test -s conftest.$ac_objext' 12016 { ac_try='test -s conftest.$ac_objext'
11953 { (eval echo "$as_me:11952: \"$ac_try\"") >&5 12017 { (eval echo "$as_me:12017: \"$ac_try\"") >&5
11954 (eval $ac_try) 2>&5 12018 (eval $ac_try) 2>&5
11955 ac_status=$? 12019 ac_status=$?
11956 echo "$as_me:11955: \$? = $ac_status" >&5 12020 echo "$as_me:12020: \$? = $ac_status" >&5
11957 (exit $ac_status); }; }; then 12021 (exit $ac_status); }; }; then
11958 ac_cv_type_pid_t=yes 12022 ac_cv_type_pid_t=yes
11959else 12023else
@@ -11963,7 +12027,7 @@ ac_cv_type_pid_t=no
11963fi 12027fi
11964rm -f conftest.$ac_objext conftest.$ac_ext 12028rm -f conftest.$ac_objext conftest.$ac_ext
11965fi 12029fi
11966echo "$as_me:11965: result: $ac_cv_type_pid_t" >&5 12030echo "$as_me:12030: result: $ac_cv_type_pid_t" >&5
11967echo "${ECHO_T}$ac_cv_type_pid_t" >&6 12031echo "${ECHO_T}$ac_cv_type_pid_t" >&6
11968if test $ac_cv_type_pid_t = yes; then 12032if test $ac_cv_type_pid_t = yes; then
11969 : 12033 :
@@ -11978,23 +12042,23 @@ fi
11978for ac_header in unistd.h vfork.h 12042for ac_header in unistd.h vfork.h
11979do 12043do
11980as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 12044as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11981echo "$as_me:11980: checking for $ac_header" >&5 12045echo "$as_me:12045: checking for $ac_header" >&5
11982echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 12046echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
11983if eval "test \"\${$as_ac_Header+set}\" = set"; then 12047if eval "test \"\${$as_ac_Header+set}\" = set"; then
11984 echo $ECHO_N "(cached) $ECHO_C" >&6 12048 echo $ECHO_N "(cached) $ECHO_C" >&6
11985else 12049else
11986 cat >conftest.$ac_ext <<_ACEOF 12050 cat >conftest.$ac_ext <<_ACEOF
11987#line 11986 "configure" 12051#line 12051 "configure"
11988#include "confdefs.h" 12052#include "confdefs.h"
11989#include <$ac_header> 12053#include <$ac_header>
11990_ACEOF 12054_ACEOF
11991if { (eval echo "$as_me:11990: \"$ac_cpp conftest.$ac_ext\"") >&5 12055if { (eval echo "$as_me:12055: \"$ac_cpp conftest.$ac_ext\"") >&5
11992 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 12056 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11993 ac_status=$? 12057 ac_status=$?
11994 egrep -v '^ *\+' conftest.er1 >conftest.err 12058 egrep -v '^ *\+' conftest.er1 >conftest.err
11995 rm -f conftest.er1 12059 rm -f conftest.er1
11996 cat conftest.err >&5 12060 cat conftest.err >&5
11997 echo "$as_me:11996: \$? = $ac_status" >&5 12061 echo "$as_me:12061: \$? = $ac_status" >&5
11998 (exit $ac_status); } >/dev/null; then 12062 (exit $ac_status); } >/dev/null; then
11999 if test -s conftest.err; then 12063 if test -s conftest.err; then
12000 ac_cpp_err=$ac_c_preproc_warn_flag 12064 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -12013,7 +12077,7 @@ else
12013fi 12077fi
12014rm -f conftest.err conftest.$ac_ext 12078rm -f conftest.err conftest.$ac_ext
12015fi 12079fi
12016echo "$as_me:12015: result: `eval echo '${'$as_ac_Header'}'`" >&5 12080echo "$as_me:12080: result: `eval echo '${'$as_ac_Header'}'`" >&5
12017echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 12081echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12018if test `eval echo '${'$as_ac_Header'}'` = yes; then 12082if test `eval echo '${'$as_ac_Header'}'` = yes; then
12019 cat >>confdefs.h <<EOF 12083 cat >>confdefs.h <<EOF
@@ -12026,13 +12090,13 @@ done
12026for ac_func in fork vfork 12090for ac_func in fork vfork
12027do 12091do
12028as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 12092as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12029echo "$as_me:12028: checking for $ac_func" >&5 12093echo "$as_me:12093: checking for $ac_func" >&5
12030echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 12094echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
12031if eval "test \"\${$as_ac_var+set}\" = set"; then 12095if eval "test \"\${$as_ac_var+set}\" = set"; then
12032 echo $ECHO_N "(cached) $ECHO_C" >&6 12096 echo $ECHO_N "(cached) $ECHO_C" >&6
12033else 12097else
12034 cat >conftest.$ac_ext <<_ACEOF 12098 cat >conftest.$ac_ext <<_ACEOF
12035#line 12034 "configure" 12099#line 12099 "configure"
12036#include "confdefs.h" 12100#include "confdefs.h"
12037/* System header to define __stub macros and hopefully few prototypes, 12101/* System header to define __stub macros and hopefully few prototypes,
12038 which can conflict with char $ac_func (); below. */ 12102 which can conflict with char $ac_func (); below. */
@@ -12063,16 +12127,16 @@ f = $ac_func;
12063} 12127}
12064_ACEOF 12128_ACEOF
12065rm -f conftest.$ac_objext conftest$ac_exeext 12129rm -f conftest.$ac_objext conftest$ac_exeext
12066if { (eval echo "$as_me:12065: \"$ac_link\"") >&5 12130if { (eval echo "$as_me:12130: \"$ac_link\"") >&5
12067 (eval $ac_link) 2>&5 12131 (eval $ac_link) 2>&5
12068 ac_status=$? 12132 ac_status=$?
12069 echo "$as_me:12068: \$? = $ac_status" >&5 12133 echo "$as_me:12133: \$? = $ac_status" >&5
12070 (exit $ac_status); } && 12134 (exit $ac_status); } &&
12071 { ac_try='test -s conftest$ac_exeext' 12135 { ac_try='test -s conftest$ac_exeext'
12072 { (eval echo "$as_me:12071: \"$ac_try\"") >&5 12136 { (eval echo "$as_me:12136: \"$ac_try\"") >&5
12073 (eval $ac_try) 2>&5 12137 (eval $ac_try) 2>&5
12074 ac_status=$? 12138 ac_status=$?
12075 echo "$as_me:12074: \$? = $ac_status" >&5 12139 echo "$as_me:12139: \$? = $ac_status" >&5
12076 (exit $ac_status); }; }; then 12140 (exit $ac_status); }; }; then
12077 eval "$as_ac_var=yes" 12141 eval "$as_ac_var=yes"
12078else 12142else
@@ -12082,7 +12146,7 @@ eval "$as_ac_var=no"
12082fi 12146fi
12083rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 12147rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
12084fi 12148fi
12085echo "$as_me:12084: result: `eval echo '${'$as_ac_var'}'`" >&5 12149echo "$as_me:12149: result: `eval echo '${'$as_ac_var'}'`" >&5
12086echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 12150echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
12087if test `eval echo '${'$as_ac_var'}'` = yes; then 12151if test `eval echo '${'$as_ac_var'}'` = yes; then
12088 cat >>confdefs.h <<EOF 12152 cat >>confdefs.h <<EOF
@@ -12094,7 +12158,7 @@ done
12094 12158
12095ac_cv_func_fork_works=$ac_cv_func_fork 12159ac_cv_func_fork_works=$ac_cv_func_fork
12096if test "x$ac_cv_func_fork" = xyes; then 12160if test "x$ac_cv_func_fork" = xyes; then
12097 echo "$as_me:12096: checking for working fork" >&5 12161 echo "$as_me:12161: checking for working fork" >&5
12098echo $ECHO_N "checking for working fork... $ECHO_C" >&6 12162echo $ECHO_N "checking for working fork... $ECHO_C" >&6
12099if test "${ac_cv_func_fork_works+set}" = set; then 12163if test "${ac_cv_func_fork_works+set}" = set; then
12100 echo $ECHO_N "(cached) $ECHO_C" >&6 12164 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -12117,15 +12181,15 @@ else
12117 } 12181 }
12118_ACEOF 12182_ACEOF
12119rm -f conftest$ac_exeext 12183rm -f conftest$ac_exeext
12120if { (eval echo "$as_me:12119: \"$ac_link\"") >&5 12184if { (eval echo "$as_me:12184: \"$ac_link\"") >&5
12121 (eval $ac_link) 2>&5 12185 (eval $ac_link) 2>&5
12122 ac_status=$? 12186 ac_status=$?
12123 echo "$as_me:12122: \$? = $ac_status" >&5 12187 echo "$as_me:12187: \$? = $ac_status" >&5
12124 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 12188 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12125 { (eval echo "$as_me:12124: \"$ac_try\"") >&5 12189 { (eval echo "$as_me:12189: \"$ac_try\"") >&5
12126 (eval $ac_try) 2>&5 12190 (eval $ac_try) 2>&5
12127 ac_status=$? 12191 ac_status=$?
12128 echo "$as_me:12127: \$? = $ac_status" >&5 12192 echo "$as_me:12192: \$? = $ac_status" >&5
12129 (exit $ac_status); }; }; then 12193 (exit $ac_status); }; }; then
12130 ac_cv_func_fork_works=yes 12194 ac_cv_func_fork_works=yes
12131else 12195else
@@ -12137,7 +12201,7 @@ fi
12137rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 12201rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12138fi 12202fi
12139fi 12203fi
12140echo "$as_me:12139: result: $ac_cv_func_fork_works" >&5 12204echo "$as_me:12204: result: $ac_cv_func_fork_works" >&5
12141echo "${ECHO_T}$ac_cv_func_fork_works" >&6 12205echo "${ECHO_T}$ac_cv_func_fork_works" >&6
12142 12206
12143fi 12207fi
@@ -12151,12 +12215,12 @@ if test "x$ac_cv_func_fork_works" = xcross; then
12151 ac_cv_func_fork_works=yes 12215 ac_cv_func_fork_works=yes
12152 ;; 12216 ;;
12153 esac 12217 esac
12154 { echo "$as_me:12153: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&5 12218 { echo "$as_me:12218: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&5
12155echo "$as_me: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&2;} 12219echo "$as_me: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&2;}
12156fi 12220fi
12157ac_cv_func_vfork_works=$ac_cv_func_vfork 12221ac_cv_func_vfork_works=$ac_cv_func_vfork
12158if test "x$ac_cv_func_vfork" = xyes; then 12222if test "x$ac_cv_func_vfork" = xyes; then
12159 echo "$as_me:12158: checking for working vfork" >&5 12223 echo "$as_me:12223: checking for working vfork" >&5
12160echo $ECHO_N "checking for working vfork... $ECHO_C" >&6 12224echo $ECHO_N "checking for working vfork... $ECHO_C" >&6
12161if test "${ac_cv_func_vfork_works+set}" = set; then 12225if test "${ac_cv_func_vfork_works+set}" = set; then
12162 echo $ECHO_N "(cached) $ECHO_C" >&6 12226 echo $ECHO_N "(cached) $ECHO_C" >&6
@@ -12165,7 +12229,7 @@ else
12165 ac_cv_func_vfork_works=cross 12229 ac_cv_func_vfork_works=cross
12166else 12230else
12167 cat >conftest.$ac_ext <<_ACEOF 12231 cat >conftest.$ac_ext <<_ACEOF
12168#line 12167 "configure" 12232#line 12232 "configure"
12169#include "confdefs.h" 12233#include "confdefs.h"
12170/* Thanks to Paul Eggert for this test. */ 12234/* Thanks to Paul Eggert for this test. */
12171#include <stdio.h> 12235#include <stdio.h>
@@ -12262,15 +12326,15 @@ main ()
12262} 12326}
12263_ACEOF 12327_ACEOF
12264rm -f conftest$ac_exeext 12328rm -f conftest$ac_exeext
12265if { (eval echo "$as_me:12264: \"$ac_link\"") >&5 12329if { (eval echo "$as_me:12329: \"$ac_link\"") >&5
12266 (eval $ac_link) 2>&5 12330 (eval $ac_link) 2>&5
12267 ac_status=$? 12331 ac_status=$?
12268 echo "$as_me:12267: \$? = $ac_status" >&5 12332 echo "$as_me:12332: \$? = $ac_status" >&5
12269 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 12333 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
12270 { (eval echo "$as_me:12269: \"$ac_try\"") >&5 12334 { (eval echo "$as_me:12334: \"$ac_try\"") >&5
12271 (eval $ac_try) 2>&5 12335 (eval $ac_try) 2>&5
12272 ac_status=$? 12336 ac_status=$?
12273 echo "$as_me:12272: \$? = $ac_status" >&5 12337 echo "$as_me:12337: \$? = $ac_status" >&5
12274 (exit $ac_status); }; }; then 12338 (exit $ac_status); }; }; then
12275 ac_cv_func_vfork_works=yes 12339 ac_cv_func_vfork_works=yes
12276else 12340else
@@ -12282,13 +12346,13 @@ fi
12282rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 12346rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12283fi 12347fi
12284fi 12348fi
12285echo "$as_me:12284: result: $ac_cv_func_vfork_works" >&5 12349echo "$as_me:12349: result: $ac_cv_func_vfork_works" >&5
12286echo "${ECHO_T}$ac_cv_func_vfork_works" >&6 12350echo "${ECHO_T}$ac_cv_func_vfork_works" >&6
12287 12351
12288fi; 12352fi;
12289if test "x$ac_cv_func_fork_works" = xcross; then 12353if test "x$ac_cv_func_fork_works" = xcross; then
12290 ac_cv_func_vfork_works=ac_cv_func_vfork 12354 ac_cv_func_vfork_works=ac_cv_func_vfork
12291 { echo "$as_me:12290: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&5 12355 { echo "$as_me:12355: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&5
12292echo "$as_me: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&2;} 12356echo "$as_me: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&2;}
12293fi 12357fi
12294 12358
@@ -12314,13 +12378,13 @@ EOF
12314fi 12378fi
12315 12379
12316# Fixme: This should be replaced when we have autoconf 2.14. 12380# Fixme: This should be replaced when we have autoconf 2.14.
12317echo "$as_me:12316: checking for size_t" >&5 12381echo "$as_me:12381: checking for size_t" >&5
12318echo $ECHO_N "checking for size_t... $ECHO_C" >&6 12382echo $ECHO_N "checking for size_t... $ECHO_C" >&6
12319if test "${ac_cv_type_size_t+set}" = set; then 12383if test "${ac_cv_type_size_t+set}" = set; then
12320 echo $ECHO_N "(cached) $ECHO_C" >&6 12384 echo $ECHO_N "(cached) $ECHO_C" >&6
12321else 12385else
12322 cat >conftest.$ac_ext <<_ACEOF 12386 cat >conftest.$ac_ext <<_ACEOF
12323#line 12322 "configure" 12387#line 12387 "configure"
12324#include "confdefs.h" 12388#include "confdefs.h"
12325$ac_includes_default 12389$ac_includes_default
12326int 12390int
@@ -12335,16 +12399,16 @@ if (sizeof (size_t))
12335} 12399}
12336_ACEOF 12400_ACEOF
12337rm -f conftest.$ac_objext 12401rm -f conftest.$ac_objext
12338if { (eval echo "$as_me:12337: \"$ac_compile\"") >&5 12402if { (eval echo "$as_me:12402: \"$ac_compile\"") >&5
12339 (eval $ac_compile) 2>&5 12403 (eval $ac_compile) 2>&5
12340 ac_status=$? 12404 ac_status=$?
12341 echo "$as_me:12340: \$? = $ac_status" >&5 12405 echo "$as_me:12405: \$? = $ac_status" >&5
12342 (exit $ac_status); } && 12406 (exit $ac_status); } &&
12343 { ac_try='test -s conftest.$ac_objext' 12407 { ac_try='test -s conftest.$ac_objext'
12344 { (eval echo "$as_me:12343: \"$ac_try\"") >&5 12408 { (eval echo "$as_me:12408: \"$ac_try\"") >&5
12345 (eval $ac_try) 2>&5 12409 (eval $ac_try) 2>&5
12346 ac_status=$? 12410 ac_status=$?
12347 echo "$as_me:12346: \$? = $ac_status" >&5 12411 echo "$as_me:12411: \$? = $ac_status" >&5
12348 (exit $ac_status); }; }; then 12412 (exit $ac_status); }; }; then
12349 ac_cv_type_size_t=yes 12413 ac_cv_type_size_t=yes
12350else 12414else
@@ -12354,7 +12418,7 @@ ac_cv_type_size_t=no
12354fi 12418fi
12355rm -f conftest.$ac_objext conftest.$ac_ext 12419rm -f conftest.$ac_objext conftest.$ac_ext
12356fi 12420fi
12357echo "$as_me:12356: result: $ac_cv_type_size_t" >&5 12421echo "$as_me:12421: result: $ac_cv_type_size_t" >&5
12358echo "${ECHO_T}$ac_cv_type_size_t" >&6 12422echo "${ECHO_T}$ac_cv_type_size_t" >&6
12359if test $ac_cv_type_size_t = yes; then 12423if test $ac_cv_type_size_t = yes; then
12360 : 12424 :
@@ -12374,7 +12438,7 @@ CPPFLAGS="$REAL_CPPFLAGS"
12374version=`grep 'defconst[ ]*emacs-version' ${srcdir}/lisp/version.el \ 12438version=`grep 'defconst[ ]*emacs-version' ${srcdir}/lisp/version.el \
12375 | sed -e 's/^[^"]*"\([^"]*\)".*$/\1/'` 12439 | sed -e 's/^[^"]*"\([^"]*\)".*$/\1/'`
12376if test x"${version}" = x; then 12440if test x"${version}" = x; then
12377 { { echo "$as_me:12376: error: can't find current emacs version in \`${srcdir}/lisp/version.el'." >&5 12441 { { echo "$as_me:12441: error: can't find current emacs version in \`${srcdir}/lisp/version.el'." >&5
12378echo "$as_me: error: can't find current emacs version in \`${srcdir}/lisp/version.el'." >&2;} 12442echo "$as_me: error: can't find current emacs version in \`${srcdir}/lisp/version.el'." >&2;}
12379 { (exit 1); exit 1; }; } 12443 { (exit 1); exit 1; }; }
12380fi 12444fi
@@ -12460,23 +12524,23 @@ fi
12460for ac_header in nlist.h 12524for ac_header in nlist.h
12461do 12525do
12462as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 12526as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12463echo "$as_me:12462: checking for $ac_header" >&5 12527echo "$as_me:12527: checking for $ac_header" >&5
12464echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 12528echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
12465if eval "test \"\${$as_ac_Header+set}\" = set"; then 12529if eval "test \"\${$as_ac_Header+set}\" = set"; then
12466 echo $ECHO_N "(cached) $ECHO_C" >&6 12530 echo $ECHO_N "(cached) $ECHO_C" >&6
12467else 12531else
12468 cat >conftest.$ac_ext <<_ACEOF 12532 cat >conftest.$ac_ext <<_ACEOF
12469#line 12468 "configure" 12533#line 12533 "configure"
12470#include "confdefs.h" 12534#include "confdefs.h"
12471#include <$ac_header> 12535#include <$ac_header>
12472_ACEOF 12536_ACEOF
12473if { (eval echo "$as_me:12472: \"$ac_cpp conftest.$ac_ext\"") >&5 12537if { (eval echo "$as_me:12537: \"$ac_cpp conftest.$ac_ext\"") >&5
12474 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 12538 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12475 ac_status=$? 12539 ac_status=$?
12476 egrep -v '^ *\+' conftest.er1 >conftest.err 12540 egrep -v '^ *\+' conftest.er1 >conftest.err
12477 rm -f conftest.er1 12541 rm -f conftest.er1
12478 cat conftest.err >&5 12542 cat conftest.err >&5
12479 echo "$as_me:12478: \$? = $ac_status" >&5 12543 echo "$as_me:12543: \$? = $ac_status" >&5
12480 (exit $ac_status); } >/dev/null; then 12544 (exit $ac_status); } >/dev/null; then
12481 if test -s conftest.err; then 12545 if test -s conftest.err; then
12482 ac_cpp_err=$ac_c_preproc_warn_flag 12546 ac_cpp_err=$ac_c_preproc_warn_flag
@@ -12495,7 +12559,7 @@ else
12495fi 12559fi
12496rm -f conftest.err conftest.$ac_ext 12560rm -f conftest.err conftest.$ac_ext
12497fi 12561fi
12498echo "$as_me:12497: result: `eval echo '${'$as_ac_Header'}'`" >&5 12562echo "$as_me:12562: result: `eval echo '${'$as_ac_Header'}'`" >&5
12499echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 12563echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
12500if test `eval echo '${'$as_ac_Header'}'` = yes; then 12564if test `eval echo '${'$as_ac_Header'}'` = yes; then
12501 cat >>confdefs.h <<EOF 12565 cat >>confdefs.h <<EOF
@@ -12555,7 +12619,7 @@ test "${exec_prefix}" != NONE &&
12555## C preprocessor. 12619## C preprocessor.
12556 12620
12557cat >conftest.$ac_ext <<_ACEOF 12621cat >conftest.$ac_ext <<_ACEOF
12558#line 12557 "configure" 12622#line 12622 "configure"
12559#include "confdefs.h" 12623#include "confdefs.h"
12560yes..yes 12624yes..yes
12561_ACEOF 12625_ACEOF
@@ -12648,7 +12712,7 @@ DEFS=-DHAVE_CONFIG_H
12648: ${CONFIG_STATUS=./config.status} 12712: ${CONFIG_STATUS=./config.status}
12649ac_clean_files_save=$ac_clean_files 12713ac_clean_files_save=$ac_clean_files
12650ac_clean_files="$ac_clean_files $CONFIG_STATUS" 12714ac_clean_files="$ac_clean_files $CONFIG_STATUS"
12651{ echo "$as_me:12650: creating $CONFIG_STATUS" >&5 12715{ echo "$as_me:12715: creating $CONFIG_STATUS" >&5
12652echo "$as_me: creating $CONFIG_STATUS" >&6;} 12716echo "$as_me: creating $CONFIG_STATUS" >&6;}
12653cat >$CONFIG_STATUS <<_ACEOF 12717cat >$CONFIG_STATUS <<_ACEOF
12654#! $SHELL 12718#! $SHELL
@@ -12824,7 +12888,7 @@ cat >>$CONFIG_STATUS <<\EOF
12824 echo "$ac_cs_version"; exit 0 ;; 12888 echo "$ac_cs_version"; exit 0 ;;
12825 --he | --h) 12889 --he | --h)
12826 # Conflict between --help and --header 12890 # Conflict between --help and --header
12827 { { echo "$as_me:12826: error: ambiguous option: $1 12891 { { echo "$as_me:12891: error: ambiguous option: $1
12828Try \`$0 --help' for more information." >&5 12892Try \`$0 --help' for more information." >&5
12829echo "$as_me: error: ambiguous option: $1 12893echo "$as_me: error: ambiguous option: $1
12830Try \`$0 --help' for more information." >&2;} 12894Try \`$0 --help' for more information." >&2;}
@@ -12843,7 +12907,7 @@ Try \`$0 --help' for more information." >&2;}
12843 ac_need_defaults=false;; 12907 ac_need_defaults=false;;
12844 12908
12845 # This is an error. 12909 # This is an error.
12846 -*) { { echo "$as_me:12845: error: unrecognized option: $1 12910 -*) { { echo "$as_me:12910: error: unrecognized option: $1
12847Try \`$0 --help' for more information." >&5 12911Try \`$0 --help' for more information." >&5
12848echo "$as_me: error: unrecognized option: $1 12912echo "$as_me: error: unrecognized option: $1
12849Try \`$0 --help' for more information." >&2;} 12913Try \`$0 --help' for more information." >&2;}
@@ -12899,7 +12963,7 @@ do
12899 "leim/Makefile" ) CONFIG_FILES="$CONFIG_FILES leim/Makefile" ;; 12963 "leim/Makefile" ) CONFIG_FILES="$CONFIG_FILES leim/Makefile" ;;
12900 "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;; 12964 "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
12901 "src/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS src/config.h:src/config.in" ;; 12965 "src/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS src/config.h:src/config.in" ;;
12902 *) { { echo "$as_me:12901: error: invalid argument: $ac_config_target" >&5 12966 *) { { echo "$as_me:12966: error: invalid argument: $ac_config_target" >&5
12903echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 12967echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
12904 { (exit 1); exit 1; }; };; 12968 { (exit 1); exit 1; }; };;
12905 esac 12969 esac
@@ -13146,7 +13210,7 @@ done; }
13146 esac 13210 esac
13147 13211
13148 if test x"$ac_file" != x-; then 13212 if test x"$ac_file" != x-; then
13149 { echo "$as_me:13148: creating $ac_file" >&5 13213 { echo "$as_me:13213: creating $ac_file" >&5
13150echo "$as_me: creating $ac_file" >&6;} 13214echo "$as_me: creating $ac_file" >&6;}
13151 rm -f "$ac_file" 13215 rm -f "$ac_file"
13152 fi 13216 fi
@@ -13164,7 +13228,7 @@ echo "$as_me: creating $ac_file" >&6;}
13164 -) echo $tmp/stdin ;; 13228 -) echo $tmp/stdin ;;
13165 [\\/$]*) 13229 [\\/$]*)
13166 # Absolute (can't be DOS-style, as IFS=:) 13230 # Absolute (can't be DOS-style, as IFS=:)
13167 test -f "$f" || { { echo "$as_me:13166: error: cannot find input file: $f" >&5 13231 test -f "$f" || { { echo "$as_me:13231: error: cannot find input file: $f" >&5
13168echo "$as_me: error: cannot find input file: $f" >&2;} 13232echo "$as_me: error: cannot find input file: $f" >&2;}
13169 { (exit 1); exit 1; }; } 13233 { (exit 1); exit 1; }; }
13170 echo $f;; 13234 echo $f;;
@@ -13177,7 +13241,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;}
13177 echo $srcdir/$f 13241 echo $srcdir/$f
13178 else 13242 else
13179 # /dev/null tree 13243 # /dev/null tree
13180 { { echo "$as_me:13179: error: cannot find input file: $f" >&5 13244 { { echo "$as_me:13244: error: cannot find input file: $f" >&5
13181echo "$as_me: error: cannot find input file: $f" >&2;} 13245echo "$as_me: error: cannot find input file: $f" >&2;}
13182 { (exit 1); exit 1; }; } 13246 { (exit 1); exit 1; }; }
13183 fi;; 13247 fi;;
@@ -13238,7 +13302,7 @@ for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
13238 * ) ac_file_in=$ac_file.in ;; 13302 * ) ac_file_in=$ac_file.in ;;
13239 esac 13303 esac
13240 13304
13241 test x"$ac_file" != x- && { echo "$as_me:13240: creating $ac_file" >&5 13305 test x"$ac_file" != x- && { echo "$as_me:13305: creating $ac_file" >&5
13242echo "$as_me: creating $ac_file" >&6;} 13306echo "$as_me: creating $ac_file" >&6;}
13243 13307
13244 # First look for the input files in the build tree, otherwise in the 13308 # First look for the input files in the build tree, otherwise in the
@@ -13249,7 +13313,7 @@ echo "$as_me: creating $ac_file" >&6;}
13249 -) echo $tmp/stdin ;; 13313 -) echo $tmp/stdin ;;
13250 [\\/$]*) 13314 [\\/$]*)
13251 # Absolute (can't be DOS-style, as IFS=:) 13315 # Absolute (can't be DOS-style, as IFS=:)
13252 test -f "$f" || { { echo "$as_me:13251: error: cannot find input file: $f" >&5 13316 test -f "$f" || { { echo "$as_me:13316: error: cannot find input file: $f" >&5
13253echo "$as_me: error: cannot find input file: $f" >&2;} 13317echo "$as_me: error: cannot find input file: $f" >&2;}
13254 { (exit 1); exit 1; }; } 13318 { (exit 1); exit 1; }; }
13255 echo $f;; 13319 echo $f;;
@@ -13262,7 +13326,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;}
13262 echo $srcdir/$f 13326 echo $srcdir/$f
13263 else 13327 else
13264 # /dev/null tree 13328 # /dev/null tree
13265 { { echo "$as_me:13264: error: cannot find input file: $f" >&5 13329 { { echo "$as_me:13329: error: cannot find input file: $f" >&5
13266echo "$as_me: error: cannot find input file: $f" >&2;} 13330echo "$as_me: error: cannot find input file: $f" >&2;}
13267 { (exit 1); exit 1; }; } 13331 { (exit 1); exit 1; }; }
13268 fi;; 13332 fi;;
@@ -13379,7 +13443,7 @@ cat >>$CONFIG_STATUS <<\EOF
13379 rm -f $tmp/in 13443 rm -f $tmp/in
13380 if test x"$ac_file" != x-; then 13444 if test x"$ac_file" != x-; then
13381 if cmp -s $ac_file $tmp/config.h 2>/dev/null; then 13445 if cmp -s $ac_file $tmp/config.h 2>/dev/null; then
13382 { echo "$as_me:13381: $ac_file is unchanged" >&5 13446 { echo "$as_me:13446: $ac_file is unchanged" >&5
13383echo "$as_me: $ac_file is unchanged" >&6;} 13447echo "$as_me: $ac_file is unchanged" >&6;}
13384 else 13448 else
13385 ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 13449 ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \