diff --git a/bochs/config.h.in b/bochs/config.h.in index 94df1f591..3a45fd008 100644 --- a/bochs/config.h.in +++ b/bochs/config.h.in @@ -507,6 +507,7 @@ typedef unsigned int Boolean; #define BX_EMULATE_HGA_DUMPS 0 #define BX_SUPPORT_VGA 1 +#define BX_SUPPORT_VBE 0 #define BX_PROVIDE_MAIN 1 diff --git a/bochs/configure b/bochs/configure index 15ce00df9..f95e71e50 100755 --- a/bochs/configure +++ b/bochs/configure @@ -702,6 +702,7 @@ Optional Features: --enable-num-sim=1 or 2 number of CPU simulators --enable-time0=n start at n instead of using time() --enable-vga use VGA emulation + --enable-vbe use VESA BIOS extensions --enable-fpu compile in FPU emulation --enable-x86-debugger x86 debugger support --enable-cdrom CDROM support @@ -919,7 +920,7 @@ if test -z "$CONFIG_SITE"; then fi for ac_site_file in $CONFIG_SITE; do if test -r "$ac_site_file"; then - { echo "$as_me:922: loading site script $ac_site_file" >&5 + { echo "$as_me:923: loading site script $ac_site_file" >&5 echo "$as_me: loading site script $ac_site_file" >&6;} cat "$ac_site_file" >&5 . "$ac_site_file" @@ -930,7 +931,7 @@ if test -r "$cache_file"; then # Some versions of bash will fail to source /dev/null (special # files actually), so we avoid doing that. if test -f "$cache_file"; then - { echo "$as_me:933: loading cache $cache_file" >&5 + { echo "$as_me:934: loading cache $cache_file" >&5 echo "$as_me: loading cache $cache_file" >&6;} case $cache_file in [\\/]* | ?:[\\/]* ) . $cache_file;; @@ -938,7 +939,7 @@ echo "$as_me: loading cache $cache_file" >&6;} esac fi else - { echo "$as_me:941: creating cache $cache_file" >&5 + { echo "$as_me:942: creating cache $cache_file" >&5 echo "$as_me: creating cache $cache_file" >&6;} >$cache_file fi @@ -954,21 +955,21 @@ for ac_var in `(set) 2>&1 | eval ac_new_val="\$ac_env_${ac_var}_value" case $ac_old_set,$ac_new_set in set,) - { echo "$as_me:957: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 + { echo "$as_me:958: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} ac_cache_corrupted=: ;; ,set) - { echo "$as_me:961: error: \`$ac_var' was not set in the previous run" >&5 + { echo "$as_me:962: error: \`$ac_var' was not set in the previous run" >&5 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} ac_cache_corrupted=: ;; ,);; *) if test "x$ac_old_val" != "x$ac_new_val"; then - { echo "$as_me:967: error: \`$ac_var' has changed since the previous run:" >&5 + { echo "$as_me:968: error: \`$ac_var' has changed since the previous run:" >&5 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} - { echo "$as_me:969: former value: $ac_old_val" >&5 + { echo "$as_me:970: former value: $ac_old_val" >&5 echo "$as_me: former value: $ac_old_val" >&2;} - { echo "$as_me:971: current value: $ac_new_val" >&5 + { echo "$as_me:972: current value: $ac_new_val" >&5 echo "$as_me: current value: $ac_new_val" >&2;} ac_cache_corrupted=: fi;; @@ -987,9 +988,9 @@ echo "$as_me: current value: $ac_new_val" >&2;} fi done if $ac_cache_corrupted; then - { echo "$as_me:990: error: changes in the environment can compromise the build" >&5 + { echo "$as_me:991: error: changes in the environment can compromise the build" >&5 echo "$as_me: error: changes in the environment can compromise the build" >&2;} - { { echo "$as_me:992: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 + { { echo "$as_me:993: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} { (exit 1); exit 1; }; } fi @@ -1009,10 +1010,10 @@ esac echo "#! $SHELL" >conftest.sh echo "exit 0" >>conftest.sh chmod +x conftest.sh -if { (echo "$as_me:1012: PATH=\".;.\"; conftest.sh") >&5 +if { (echo "$as_me:1013: PATH=\".;.\"; conftest.sh") >&5 (PATH=".;."; conftest.sh) 2>&5 ac_status=$? - echo "$as_me:1015: \$? = $ac_status" >&5 + echo "$as_me:1016: \$? = $ac_status" >&5 (exit $ac_status); }; then ac_path_separator=';' else @@ -1044,7 +1045,7 @@ for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do fi done if test -z "$ac_aux_dir"; then - { { echo "$as_me:1047: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 + { { echo "$as_me:1048: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;} { (exit 1); exit 1; }; } fi @@ -1054,11 +1055,11 @@ ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. # Make sure we can run config.sub. $ac_config_sub sun4 >/dev/null 2>&1 || - { { echo "$as_me:1057: error: cannot run $ac_config_sub" >&5 + { { echo "$as_me:1058: error: cannot run $ac_config_sub" >&5 echo "$as_me: error: cannot run $ac_config_sub" >&2;} { (exit 1); exit 1; }; } -echo "$as_me:1061: checking build system type" >&5 +echo "$as_me:1062: checking build system type" >&5 echo $ECHO_N "checking build system type... $ECHO_C" >&6 if test "${ac_cv_build+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -1067,23 +1068,23 @@ else test -z "$ac_cv_build_alias" && ac_cv_build_alias=`$ac_config_guess` test -z "$ac_cv_build_alias" && - { { echo "$as_me:1070: error: cannot guess build type; you must specify one" >&5 + { { echo "$as_me:1071: error: cannot guess build type; you must specify one" >&5 echo "$as_me: error: cannot guess build type; you must specify one" >&2;} { (exit 1); exit 1; }; } ac_cv_build=`$ac_config_sub $ac_cv_build_alias` || - { { echo "$as_me:1074: error: $ac_config_sub $ac_cv_build_alias failed." >&5 + { { echo "$as_me:1075: error: $ac_config_sub $ac_cv_build_alias failed." >&5 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;} { (exit 1); exit 1; }; } fi -echo "$as_me:1079: result: $ac_cv_build" >&5 +echo "$as_me:1080: result: $ac_cv_build" >&5 echo "${ECHO_T}$ac_cv_build" >&6 build=$ac_cv_build build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` -echo "$as_me:1086: checking host system type" >&5 +echo "$as_me:1087: checking host system type" >&5 echo $ECHO_N "checking host system type... $ECHO_C" >&6 if test "${ac_cv_host+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -1092,19 +1093,19 @@ else test -z "$ac_cv_host_alias" && ac_cv_host_alias=$ac_cv_build_alias ac_cv_host=`$ac_config_sub $ac_cv_host_alias` || - { { echo "$as_me:1095: error: $ac_config_sub $ac_cv_host_alias failed" >&5 + { { echo "$as_me:1096: error: $ac_config_sub $ac_cv_host_alias failed" >&5 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;} { (exit 1); exit 1; }; } fi -echo "$as_me:1100: result: $ac_cv_host" >&5 +echo "$as_me:1101: result: $ac_cv_host" >&5 echo "${ECHO_T}$ac_cv_host" >&6 host=$ac_cv_host host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` -echo "$as_me:1107: checking target system type" >&5 +echo "$as_me:1108: checking target system type" >&5 echo $ECHO_N "checking target system type... $ECHO_C" >&6 if test "${ac_cv_target+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -1113,12 +1114,12 @@ else test "x$ac_cv_target_alias" = "x" && ac_cv_target_alias=$ac_cv_host_alias ac_cv_target=`$ac_config_sub $ac_cv_target_alias` || - { { echo "$as_me:1116: error: $ac_config_sub $ac_cv_target_alias failed" >&5 + { { echo "$as_me:1117: error: $ac_config_sub $ac_cv_target_alias failed" >&5 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;} { (exit 1); exit 1; }; } fi -echo "$as_me:1121: result: $ac_cv_target" >&5 +echo "$as_me:1122: result: $ac_cv_target" >&5 echo "${ECHO_T}$ac_cv_target" >&6 target=$ac_cv_target target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` @@ -1171,9 +1172,9 @@ esac CFLAGS="$CFLAGS $ADD_FLAGS" CXXFLAGS="$CXXFLAGS $ADD_FLAGS" -echo "$as_me:1174: checking for standard CFLAGS on this platform" >&5 +echo "$as_me:1175: checking for standard CFLAGS on this platform" >&5 echo $ECHO_N "checking for standard CFLAGS on this platform... $ECHO_C" >&6 -echo "$as_me:1176: result: $ADD_FLAGS" >&5 +echo "$as_me:1177: result: $ADD_FLAGS" >&5 echo "${ECHO_T}$ADD_FLAGS" >&6 if (test "$with_sdl" != yes) && \ @@ -1200,7 +1201,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. set dummy ${ac_tool_prefix}gcc; ac_word=$2 -echo "$as_me:1203: checking for $ac_word" >&5 +echo "$as_me:1204: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -1215,7 +1216,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_CC="${ac_tool_prefix}gcc" -echo "$as_me:1218: found $ac_dir/$ac_word" >&5 +echo "$as_me:1219: found $ac_dir/$ac_word" >&5 break done @@ -1223,10 +1224,10 @@ fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then - echo "$as_me:1226: result: $CC" >&5 + echo "$as_me:1227: result: $CC" >&5 echo "${ECHO_T}$CC" >&6 else - echo "$as_me:1229: result: no" >&5 + echo "$as_me:1230: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -1235,7 +1236,7 @@ if test -z "$ac_cv_prog_CC"; then ac_ct_CC=$CC # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 -echo "$as_me:1238: checking for $ac_word" >&5 +echo "$as_me:1239: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -1250,7 +1251,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_ac_ct_CC="gcc" -echo "$as_me:1253: found $ac_dir/$ac_word" >&5 +echo "$as_me:1254: found $ac_dir/$ac_word" >&5 break done @@ -1258,10 +1259,10 @@ fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then - echo "$as_me:1261: result: $ac_ct_CC" >&5 + echo "$as_me:1262: result: $ac_ct_CC" >&5 echo "${ECHO_T}$ac_ct_CC" >&6 else - echo "$as_me:1264: result: no" >&5 + echo "$as_me:1265: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -1274,7 +1275,7 @@ if test -z "$CC"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. set dummy ${ac_tool_prefix}cc; ac_word=$2 -echo "$as_me:1277: checking for $ac_word" >&5 +echo "$as_me:1278: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -1289,7 +1290,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_CC="${ac_tool_prefix}cc" -echo "$as_me:1292: found $ac_dir/$ac_word" >&5 +echo "$as_me:1293: found $ac_dir/$ac_word" >&5 break done @@ -1297,10 +1298,10 @@ fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then - echo "$as_me:1300: result: $CC" >&5 + echo "$as_me:1301: result: $CC" >&5 echo "${ECHO_T}$CC" >&6 else - echo "$as_me:1303: result: no" >&5 + echo "$as_me:1304: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -1309,7 +1310,7 @@ if test -z "$ac_cv_prog_CC"; then ac_ct_CC=$CC # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 -echo "$as_me:1312: checking for $ac_word" >&5 +echo "$as_me:1313: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -1324,7 +1325,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_ac_ct_CC="cc" -echo "$as_me:1327: found $ac_dir/$ac_word" >&5 +echo "$as_me:1328: found $ac_dir/$ac_word" >&5 break done @@ -1332,10 +1333,10 @@ fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then - echo "$as_me:1335: result: $ac_ct_CC" >&5 + echo "$as_me:1336: result: $ac_ct_CC" >&5 echo "${ECHO_T}$ac_ct_CC" >&6 else - echo "$as_me:1338: result: no" >&5 + echo "$as_me:1339: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -1348,7 +1349,7 @@ fi if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 -echo "$as_me:1351: checking for $ac_word" >&5 +echo "$as_me:1352: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -1368,7 +1369,7 @@ if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then continue fi ac_cv_prog_CC="cc" -echo "$as_me:1371: found $ac_dir/$ac_word" >&5 +echo "$as_me:1372: found $ac_dir/$ac_word" >&5 break done @@ -1390,10 +1391,10 @@ fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then - echo "$as_me:1393: result: $CC" >&5 + echo "$as_me:1394: result: $CC" >&5 echo "${ECHO_T}$CC" >&6 else - echo "$as_me:1396: result: no" >&5 + echo "$as_me:1397: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -1404,7 +1405,7 @@ if test -z "$CC"; then do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 -echo "$as_me:1407: checking for $ac_word" >&5 +echo "$as_me:1408: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -1419,7 +1420,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_CC="$ac_tool_prefix$ac_prog" -echo "$as_me:1422: found $ac_dir/$ac_word" >&5 +echo "$as_me:1423: found $ac_dir/$ac_word" >&5 break done @@ -1427,10 +1428,10 @@ fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then - echo "$as_me:1430: result: $CC" >&5 + echo "$as_me:1431: result: $CC" >&5 echo "${ECHO_T}$CC" >&6 else - echo "$as_me:1433: result: no" >&5 + echo "$as_me:1434: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -1443,7 +1444,7 @@ if test -z "$CC"; then do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 -echo "$as_me:1446: checking for $ac_word" >&5 +echo "$as_me:1447: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -1458,7 +1459,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_ac_ct_CC="$ac_prog" -echo "$as_me:1461: found $ac_dir/$ac_word" >&5 +echo "$as_me:1462: found $ac_dir/$ac_word" >&5 break done @@ -1466,10 +1467,10 @@ fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then - echo "$as_me:1469: result: $ac_ct_CC" >&5 + echo "$as_me:1470: result: $ac_ct_CC" >&5 echo "${ECHO_T}$ac_ct_CC" >&6 else - echo "$as_me:1472: result: no" >&5 + echo "$as_me:1473: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -1481,32 +1482,32 @@ fi fi -test -z "$CC" && { { echo "$as_me:1484: error: no acceptable cc found in \$PATH" >&5 +test -z "$CC" && { { echo "$as_me:1485: error: no acceptable cc found in \$PATH" >&5 echo "$as_me: error: no acceptable cc found in \$PATH" >&2;} { (exit 1); exit 1; }; } # Provide some information about the compiler. -echo "$as_me:1489:" \ +echo "$as_me:1490:" \ "checking for C compiler version" >&5 ac_compiler=`set X $ac_compile; echo $2` -{ (eval echo "$as_me:1492: \"$ac_compiler --version &5\"") >&5 +{ (eval echo "$as_me:1493: \"$ac_compiler --version &5\"") >&5 (eval $ac_compiler --version &5) 2>&5 ac_status=$? - echo "$as_me:1495: \$? = $ac_status" >&5 + echo "$as_me:1496: \$? = $ac_status" >&5 (exit $ac_status); } -{ (eval echo "$as_me:1497: \"$ac_compiler -v &5\"") >&5 +{ (eval echo "$as_me:1498: \"$ac_compiler -v &5\"") >&5 (eval $ac_compiler -v &5) 2>&5 ac_status=$? - echo "$as_me:1500: \$? = $ac_status" >&5 + echo "$as_me:1501: \$? = $ac_status" >&5 (exit $ac_status); } -{ (eval echo "$as_me:1502: \"$ac_compiler -V &5\"") >&5 +{ (eval echo "$as_me:1503: \"$ac_compiler -V &5\"") >&5 (eval $ac_compiler -V &5) 2>&5 ac_status=$? - echo "$as_me:1505: \$? = $ac_status" >&5 + echo "$as_me:1506: \$? = $ac_status" >&5 (exit $ac_status); } cat >conftest.$ac_ext <<_ACEOF -#line 1509 "configure" +#line 1510 "configure" #include "confdefs.h" int @@ -1522,13 +1523,13 @@ ac_clean_files="$ac_clean_files a.out a.exe" # Try to create an executable without -o first, disregard a.out. # It will help us diagnose broken compilers, and finding out an intuition # of exeext. -echo "$as_me:1525: checking for C compiler default output" >&5 +echo "$as_me:1526: checking for C compiler default output" >&5 echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` -if { (eval echo "$as_me:1528: \"$ac_link_default\"") >&5 +if { (eval echo "$as_me:1529: \"$ac_link_default\"") >&5 (eval $ac_link_default) 2>&5 ac_status=$? - echo "$as_me:1531: \$? = $ac_status" >&5 + echo "$as_me:1532: \$? = $ac_status" >&5 (exit $ac_status); }; then # Find the output, starting from the most likely. This scheme is # not robust to junk in `.', hence go to wildcards (a.*) only as a last @@ -1551,34 +1552,34 @@ done else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 -{ { echo "$as_me:1554: error: C compiler cannot create executables" >&5 +{ { echo "$as_me:1555: error: C compiler cannot create executables" >&5 echo "$as_me: error: C compiler cannot create executables" >&2;} { (exit 77); exit 77; }; } fi ac_exeext=$ac_cv_exeext -echo "$as_me:1560: result: $ac_file" >&5 +echo "$as_me:1561: result: $ac_file" >&5 echo "${ECHO_T}$ac_file" >&6 # Check the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. -echo "$as_me:1565: checking whether the C compiler works" >&5 +echo "$as_me:1566: checking whether the C compiler works" >&5 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 # If not cross compiling, check that we can run a simple program. if test "$cross_compiling" != yes; then if { ac_try='./$ac_file' - { (eval echo "$as_me:1571: \"$ac_try\"") >&5 + { (eval echo "$as_me:1572: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:1574: \$? = $ac_status" >&5 + echo "$as_me:1575: \$? = $ac_status" >&5 (exit $ac_status); }; }; then cross_compiling=no else if test "$cross_compiling" = maybe; then cross_compiling=yes else - { { echo "$as_me:1581: error: cannot run C compiled programs. + { { echo "$as_me:1582: error: cannot run C compiled programs. If you meant to cross compile, use \`--host'." >&5 echo "$as_me: error: cannot run C compiled programs. If you meant to cross compile, use \`--host'." >&2;} @@ -1586,24 +1587,24 @@ If you meant to cross compile, use \`--host'." >&2;} fi fi fi -echo "$as_me:1589: result: yes" >&5 +echo "$as_me:1590: result: yes" >&5 echo "${ECHO_T}yes" >&6 rm -f a.out a.exe conftest$ac_cv_exeext ac_clean_files=$ac_clean_files_save # Check the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. -echo "$as_me:1596: checking whether we are cross compiling" >&5 +echo "$as_me:1597: checking whether we are cross compiling" >&5 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 -echo "$as_me:1598: result: $cross_compiling" >&5 +echo "$as_me:1599: result: $cross_compiling" >&5 echo "${ECHO_T}$cross_compiling" >&6 -echo "$as_me:1601: checking for executable suffix" >&5 +echo "$as_me:1602: checking for executable suffix" >&5 echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6 -if { (eval echo "$as_me:1603: \"$ac_link\"") >&5 +if { (eval echo "$as_me:1604: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:1606: \$? = $ac_status" >&5 + echo "$as_me:1607: \$? = $ac_status" >&5 (exit $ac_status); }; then # If both `conftest.exe' and `conftest' are `present' (well, observable) # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will @@ -1619,25 +1620,25 @@ for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do esac done else - { { echo "$as_me:1622: error: cannot compute EXEEXT: cannot compile and link" >&5 + { { echo "$as_me:1623: error: cannot compute EXEEXT: cannot compile and link" >&5 echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;} { (exit 1); exit 1; }; } fi rm -f conftest$ac_cv_exeext -echo "$as_me:1628: result: $ac_cv_exeext" >&5 +echo "$as_me:1629: result: $ac_cv_exeext" >&5 echo "${ECHO_T}$ac_cv_exeext" >&6 rm -f conftest.$ac_ext EXEEXT=$ac_cv_exeext ac_exeext=$EXEEXT -echo "$as_me:1634: checking for object suffix" >&5 +echo "$as_me:1635: checking for object suffix" >&5 echo $ECHO_N "checking for object suffix... $ECHO_C" >&6 if test "${ac_cv_objext+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 1640 "configure" +#line 1641 "configure" #include "confdefs.h" int @@ -1649,10 +1650,10 @@ main () } _ACEOF rm -f conftest.o conftest.obj -if { (eval echo "$as_me:1652: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:1653: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:1655: \$? = $ac_status" >&5 + echo "$as_me:1656: \$? = $ac_status" >&5 (exit $ac_status); }; then for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do case $ac_file in @@ -1664,24 +1665,24 @@ done else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 -{ { echo "$as_me:1667: error: cannot compute OBJEXT: cannot compile" >&5 +{ { echo "$as_me:1668: error: cannot compute OBJEXT: cannot compile" >&5 echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;} { (exit 1); exit 1; }; } fi rm -f conftest.$ac_cv_objext conftest.$ac_ext fi -echo "$as_me:1674: result: $ac_cv_objext" >&5 +echo "$as_me:1675: result: $ac_cv_objext" >&5 echo "${ECHO_T}$ac_cv_objext" >&6 OBJEXT=$ac_cv_objext ac_objext=$OBJEXT -echo "$as_me:1678: checking whether we are using the GNU C compiler" >&5 +echo "$as_me:1679: checking whether we are using the GNU C compiler" >&5 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 if test "${ac_cv_c_compiler_gnu+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 1684 "configure" +#line 1685 "configure" #include "confdefs.h" int @@ -1696,16 +1697,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:1699: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:1700: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:1702: \$? = $ac_status" >&5 + echo "$as_me:1703: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:1705: \"$ac_try\"") >&5 + { (eval echo "$as_me:1706: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:1708: \$? = $ac_status" >&5 + echo "$as_me:1709: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_compiler_gnu=yes else @@ -1717,19 +1718,19 @@ rm -f conftest.$ac_objext conftest.$ac_ext ac_cv_c_compiler_gnu=$ac_compiler_gnu fi -echo "$as_me:1720: result: $ac_cv_c_compiler_gnu" >&5 +echo "$as_me:1721: result: $ac_cv_c_compiler_gnu" >&5 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 GCC=`test $ac_compiler_gnu = yes && echo yes` ac_test_CFLAGS=${CFLAGS+set} ac_save_CFLAGS=$CFLAGS CFLAGS="-g" -echo "$as_me:1726: checking whether $CC accepts -g" >&5 +echo "$as_me:1727: checking whether $CC accepts -g" >&5 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 if test "${ac_cv_prog_cc_g+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 1732 "configure" +#line 1733 "configure" #include "confdefs.h" int @@ -1741,16 +1742,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:1744: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:1745: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:1747: \$? = $ac_status" >&5 + echo "$as_me:1748: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:1750: \"$ac_try\"") >&5 + { (eval echo "$as_me:1751: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:1753: \$? = $ac_status" >&5 + echo "$as_me:1754: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_prog_cc_g=yes else @@ -1760,7 +1761,7 @@ ac_cv_prog_cc_g=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:1763: result: $ac_cv_prog_cc_g" >&5 +echo "$as_me:1764: result: $ac_cv_prog_cc_g" >&5 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 if test "$ac_test_CFLAGS" = set; then CFLAGS=$ac_save_CFLAGS @@ -1787,16 +1788,16 @@ cat >conftest.$ac_ext <<_ACEOF #endif _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:1790: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:1791: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:1793: \$? = $ac_status" >&5 + echo "$as_me:1794: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:1796: \"$ac_try\"") >&5 + { (eval echo "$as_me:1797: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:1799: \$? = $ac_status" >&5 + echo "$as_me:1800: \$? = $ac_status" >&5 (exit $ac_status); }; }; then for ac_declaration in \ ''\ @@ -1808,7 +1809,7 @@ if { (eval echo "$as_me:1790: \"$ac_compile\"") >&5 'void exit (int);' do cat >conftest.$ac_ext <<_ACEOF -#line 1811 "configure" +#line 1812 "configure" #include "confdefs.h" #include $ac_declaration @@ -1821,16 +1822,16 @@ exit (42); } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:1824: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:1825: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:1827: \$? = $ac_status" >&5 + echo "$as_me:1828: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:1830: \"$ac_try\"") >&5 + { (eval echo "$as_me:1831: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:1833: \$? = $ac_status" >&5 + echo "$as_me:1834: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -1840,7 +1841,7 @@ continue fi rm -f conftest.$ac_objext conftest.$ac_ext cat >conftest.$ac_ext <<_ACEOF -#line 1843 "configure" +#line 1844 "configure" #include "confdefs.h" $ac_declaration int @@ -1852,16 +1853,16 @@ exit (42); } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:1855: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:1856: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:1858: \$? = $ac_status" >&5 + echo "$as_me:1859: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:1861: \"$ac_try\"") >&5 + { (eval echo "$as_me:1862: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:1864: \$? = $ac_status" >&5 + echo "$as_me:1865: \$? = $ac_status" >&5 (exit $ac_status); }; }; then break else @@ -1898,7 +1899,7 @@ if test -n "$ac_tool_prefix"; then do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 -echo "$as_me:1901: checking for $ac_word" >&5 +echo "$as_me:1902: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_CXX+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -1913,7 +1914,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" -echo "$as_me:1916: found $ac_dir/$ac_word" >&5 +echo "$as_me:1917: found $ac_dir/$ac_word" >&5 break done @@ -1921,10 +1922,10 @@ fi fi CXX=$ac_cv_prog_CXX if test -n "$CXX"; then - echo "$as_me:1924: result: $CXX" >&5 + echo "$as_me:1925: result: $CXX" >&5 echo "${ECHO_T}$CXX" >&6 else - echo "$as_me:1927: result: no" >&5 + echo "$as_me:1928: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -1937,7 +1938,7 @@ if test -z "$CXX"; then do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 -echo "$as_me:1940: checking for $ac_word" >&5 +echo "$as_me:1941: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -1952,7 +1953,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_ac_ct_CXX="$ac_prog" -echo "$as_me:1955: found $ac_dir/$ac_word" >&5 +echo "$as_me:1956: found $ac_dir/$ac_word" >&5 break done @@ -1960,10 +1961,10 @@ fi fi ac_ct_CXX=$ac_cv_prog_ac_ct_CXX if test -n "$ac_ct_CXX"; then - echo "$as_me:1963: result: $ac_ct_CXX" >&5 + echo "$as_me:1964: result: $ac_ct_CXX" >&5 echo "${ECHO_T}$ac_ct_CXX" >&6 else - echo "$as_me:1966: result: no" >&5 + echo "$as_me:1967: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -1975,32 +1976,32 @@ test -n "$ac_ct_CXX" || ac_ct_CXX="g++" fi # Provide some information about the compiler. -echo "$as_me:1978:" \ +echo "$as_me:1979:" \ "checking for C++ compiler version" >&5 ac_compiler=`set X $ac_compile; echo $2` -{ (eval echo "$as_me:1981: \"$ac_compiler --version &5\"") >&5 +{ (eval echo "$as_me:1982: \"$ac_compiler --version &5\"") >&5 (eval $ac_compiler --version &5) 2>&5 ac_status=$? - echo "$as_me:1984: \$? = $ac_status" >&5 + echo "$as_me:1985: \$? = $ac_status" >&5 (exit $ac_status); } -{ (eval echo "$as_me:1986: \"$ac_compiler -v &5\"") >&5 +{ (eval echo "$as_me:1987: \"$ac_compiler -v &5\"") >&5 (eval $ac_compiler -v &5) 2>&5 ac_status=$? - echo "$as_me:1989: \$? = $ac_status" >&5 + echo "$as_me:1990: \$? = $ac_status" >&5 (exit $ac_status); } -{ (eval echo "$as_me:1991: \"$ac_compiler -V &5\"") >&5 +{ (eval echo "$as_me:1992: \"$ac_compiler -V &5\"") >&5 (eval $ac_compiler -V &5) 2>&5 ac_status=$? - echo "$as_me:1994: \$? = $ac_status" >&5 + echo "$as_me:1995: \$? = $ac_status" >&5 (exit $ac_status); } -echo "$as_me:1997: checking whether we are using the GNU C++ compiler" >&5 +echo "$as_me:1998: checking whether we are using the GNU C++ compiler" >&5 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 2003 "configure" +#line 2004 "configure" #include "confdefs.h" int @@ -2015,16 +2016,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:2018: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:2019: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:2021: \$? = $ac_status" >&5 + echo "$as_me:2022: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:2024: \"$ac_try\"") >&5 + { (eval echo "$as_me:2025: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:2027: \$? = $ac_status" >&5 + echo "$as_me:2028: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_compiler_gnu=yes else @@ -2036,19 +2037,19 @@ rm -f conftest.$ac_objext conftest.$ac_ext ac_cv_cxx_compiler_gnu=$ac_compiler_gnu fi -echo "$as_me:2039: result: $ac_cv_cxx_compiler_gnu" >&5 +echo "$as_me:2040: result: $ac_cv_cxx_compiler_gnu" >&5 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6 GXX=`test $ac_compiler_gnu = yes && echo yes` ac_test_CXXFLAGS=${CXXFLAGS+set} ac_save_CXXFLAGS=$CXXFLAGS CXXFLAGS="-g" -echo "$as_me:2045: checking whether $CXX accepts -g" >&5 +echo "$as_me:2046: checking whether $CXX accepts -g" >&5 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6 if test "${ac_cv_prog_cxx_g+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 2051 "configure" +#line 2052 "configure" #include "confdefs.h" int @@ -2060,16 +2061,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:2063: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:2064: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:2066: \$? = $ac_status" >&5 + echo "$as_me:2067: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:2069: \"$ac_try\"") >&5 + { (eval echo "$as_me:2070: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:2072: \$? = $ac_status" >&5 + echo "$as_me:2073: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_prog_cxx_g=yes else @@ -2079,7 +2080,7 @@ ac_cv_prog_cxx_g=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:2082: result: $ac_cv_prog_cxx_g" >&5 +echo "$as_me:2083: result: $ac_cv_prog_cxx_g" >&5 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6 if test "$ac_test_CXXFLAGS" = set; then CXXFLAGS=$ac_save_CXXFLAGS @@ -2106,7 +2107,7 @@ for ac_declaration in \ 'void exit (int);' do cat >conftest.$ac_ext <<_ACEOF -#line 2109 "configure" +#line 2110 "configure" #include "confdefs.h" #include $ac_declaration @@ -2119,16 +2120,16 @@ exit (42); } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:2122: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:2123: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:2125: \$? = $ac_status" >&5 + echo "$as_me:2126: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:2128: \"$ac_try\"") >&5 + { (eval echo "$as_me:2129: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:2131: \$? = $ac_status" >&5 + echo "$as_me:2132: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -2138,7 +2139,7 @@ continue fi rm -f conftest.$ac_objext conftest.$ac_ext cat >conftest.$ac_ext <<_ACEOF -#line 2141 "configure" +#line 2142 "configure" #include "confdefs.h" $ac_declaration int @@ -2150,16 +2151,16 @@ exit (42); } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:2153: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:2154: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:2156: \$? = $ac_status" >&5 + echo "$as_me:2157: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:2159: \"$ac_try\"") >&5 + { (eval echo "$as_me:2160: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:2162: \$? = $ac_status" >&5 + echo "$as_me:2163: \$? = $ac_status" >&5 (exit $ac_status); }; }; then break else @@ -2181,7 +2182,7 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu -echo "$as_me:2184: checking whether ${MAKE-make} sets \${MAKE}" >&5 +echo "$as_me:2185: checking whether ${MAKE-make} sets \${MAKE}" >&5 echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then @@ -2201,11 +2202,11 @@ fi rm -f conftest.make fi if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then - echo "$as_me:2204: result: yes" >&5 + echo "$as_me:2205: result: yes" >&5 echo "${ECHO_T}yes" >&6 SET_MAKE= else - echo "$as_me:2208: result: no" >&5 + echo "$as_me:2209: result: no" >&5 echo "${ECHO_T}no" >&6 SET_MAKE="MAKE=${MAKE-make}" fi @@ -2213,7 +2214,7 @@ fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. set dummy ${ac_tool_prefix}ranlib; ac_word=$2 -echo "$as_me:2216: checking for $ac_word" >&5 +echo "$as_me:2217: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_RANLIB+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -2228,7 +2229,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" -echo "$as_me:2231: found $ac_dir/$ac_word" >&5 +echo "$as_me:2232: found $ac_dir/$ac_word" >&5 break done @@ -2236,10 +2237,10 @@ fi fi RANLIB=$ac_cv_prog_RANLIB if test -n "$RANLIB"; then - echo "$as_me:2239: result: $RANLIB" >&5 + echo "$as_me:2240: result: $RANLIB" >&5 echo "${ECHO_T}$RANLIB" >&6 else - echo "$as_me:2242: result: no" >&5 + echo "$as_me:2243: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -2248,7 +2249,7 @@ if test -z "$ac_cv_prog_RANLIB"; then ac_ct_RANLIB=$RANLIB # Extract the first word of "ranlib", so it can be a program name with args. set dummy ranlib; ac_word=$2 -echo "$as_me:2251: checking for $ac_word" >&5 +echo "$as_me:2252: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -2263,7 +2264,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. $as_executable_p "$ac_dir/$ac_word" || continue ac_cv_prog_ac_ct_RANLIB="ranlib" -echo "$as_me:2266: found $ac_dir/$ac_word" >&5 +echo "$as_me:2267: found $ac_dir/$ac_word" >&5 break done @@ -2272,10 +2273,10 @@ fi fi ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB if test -n "$ac_ct_RANLIB"; then - echo "$as_me:2275: result: $ac_ct_RANLIB" >&5 + echo "$as_me:2276: result: $ac_ct_RANLIB" >&5 echo "${ECHO_T}$ac_ct_RANLIB" >&6 else - echo "$as_me:2278: result: no" >&5 + echo "$as_me:2279: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -2289,7 +2290,7 @@ ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu -echo "$as_me:2292: checking how to run the C preprocessor" >&5 +echo "$as_me:2293: checking how to run the C preprocessor" >&5 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then @@ -2310,18 +2311,18 @@ do # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat >conftest.$ac_ext <<_ACEOF -#line 2313 "configure" +#line 2314 "configure" #include "confdefs.h" #include Syntax error _ACEOF -if { (eval echo "$as_me:2318: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:2319: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:2324: \$? = $ac_status" >&5 + echo "$as_me:2325: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -2344,17 +2345,17 @@ rm -f conftest.err conftest.$ac_ext # OK, works on sane cases. Now check whether non-existent headers # can be detected and how. cat >conftest.$ac_ext <<_ACEOF -#line 2347 "configure" +#line 2348 "configure" #include "confdefs.h" #include _ACEOF -if { (eval echo "$as_me:2351: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:2352: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:2357: \$? = $ac_status" >&5 + echo "$as_me:2358: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -2391,7 +2392,7 @@ fi else ac_cv_prog_CPP=$CPP fi -echo "$as_me:2394: result: $CPP" >&5 +echo "$as_me:2395: result: $CPP" >&5 echo "${ECHO_T}$CPP" >&6 ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes @@ -2401,18 +2402,18 @@ do # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat >conftest.$ac_ext <<_ACEOF -#line 2404 "configure" +#line 2405 "configure" #include "confdefs.h" #include Syntax error _ACEOF -if { (eval echo "$as_me:2409: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:2410: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:2415: \$? = $ac_status" >&5 + echo "$as_me:2416: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -2435,17 +2436,17 @@ rm -f conftest.err conftest.$ac_ext # OK, works on sane cases. Now check whether non-existent headers # can be detected and how. cat >conftest.$ac_ext <<_ACEOF -#line 2438 "configure" +#line 2439 "configure" #include "confdefs.h" #include _ACEOF -if { (eval echo "$as_me:2442: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:2443: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:2448: \$? = $ac_status" >&5 + echo "$as_me:2449: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -2473,7 +2474,7 @@ rm -f conftest.err conftest.$ac_ext if $ac_preproc_ok; then : else - { { echo "$as_me:2476: error: C preprocessor \"$CPP\" fails sanity check" >&5 + { { echo "$as_me:2477: error: C preprocessor \"$CPP\" fails sanity check" >&5 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;} { (exit 1); exit 1; }; } fi @@ -2484,7 +2485,7 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu -echo "$as_me:2487: checking for X" >&5 +echo "$as_me:2488: checking for X" >&5 echo $ECHO_N "checking for X... $ECHO_C" >&6 # Check whether --with-x or --without-x was given. @@ -2581,17 +2582,17 @@ if test "$ac_x_includes" = no; then # Guess where to find include files, by looking for Intrinsic.h. # First, try using that file with no special directory specified. cat >conftest.$ac_ext <<_ACEOF -#line 2584 "configure" +#line 2585 "configure" #include "confdefs.h" #include _ACEOF -if { (eval echo "$as_me:2588: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:2589: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:2594: \$? = $ac_status" >&5 + echo "$as_me:2595: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -2624,7 +2625,7 @@ if test "$ac_x_libraries" = no; then ac_save_LIBS=$LIBS LIBS="-lXt $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 2627 "configure" +#line 2628 "configure" #include "confdefs.h" #include int @@ -2636,16 +2637,16 @@ XtMalloc (0) } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:2639: \"$ac_link\"") >&5 +if { (eval echo "$as_me:2640: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:2642: \$? = $ac_status" >&5 + echo "$as_me:2643: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:2645: \"$ac_try\"") >&5 + { (eval echo "$as_me:2646: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:2648: \$? = $ac_status" >&5 + echo "$as_me:2649: \$? = $ac_status" >&5 (exit $ac_status); }; }; then LIBS=$ac_save_LIBS # We can link X programs with no special library path. @@ -2683,7 +2684,7 @@ fi fi # $with_x != no if test "$have_x" != yes; then - echo "$as_me:2686: result: $have_x" >&5 + echo "$as_me:2687: result: $have_x" >&5 echo "${ECHO_T}$have_x" >&6 no_x=yes else @@ -2693,7 +2694,7 @@ else # Update the cache value to reflect the command line values. ac_cv_have_x="have_x=yes \ ac_x_includes=$x_includes ac_x_libraries=$x_libraries" - echo "$as_me:2696: result: libraries $x_libraries, headers $x_includes" >&5 + echo "$as_me:2697: result: libraries $x_libraries, headers $x_includes" >&5 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6 fi @@ -2717,11 +2718,11 @@ else # others require no space. Words are not sufficient . . . . case `(uname -sr) 2>/dev/null` in "SunOS 5"*) - echo "$as_me:2720: checking whether -R must be followed by a space" >&5 + echo "$as_me:2721: checking whether -R must be followed by a space" >&5 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries" cat >conftest.$ac_ext <<_ACEOF -#line 2724 "configure" +#line 2725 "configure" #include "confdefs.h" int @@ -2733,16 +2734,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:2736: \"$ac_link\"") >&5 +if { (eval echo "$as_me:2737: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:2739: \$? = $ac_status" >&5 + echo "$as_me:2740: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:2742: \"$ac_try\"") >&5 + { (eval echo "$as_me:2743: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:2745: \$? = $ac_status" >&5 + echo "$as_me:2746: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_R_nospace=yes else @@ -2752,13 +2753,13 @@ ac_R_nospace=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext if test $ac_R_nospace = yes; then - echo "$as_me:2755: result: no" >&5 + echo "$as_me:2756: result: no" >&5 echo "${ECHO_T}no" >&6 X_LIBS="$X_LIBS -R$x_libraries" else LIBS="$ac_xsave_LIBS -R $x_libraries" cat >conftest.$ac_ext <<_ACEOF -#line 2761 "configure" +#line 2762 "configure" #include "confdefs.h" int @@ -2770,16 +2771,16 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:2773: \"$ac_link\"") >&5 +if { (eval echo "$as_me:2774: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:2776: \$? = $ac_status" >&5 + echo "$as_me:2777: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:2779: \"$ac_try\"") >&5 + { (eval echo "$as_me:2780: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:2782: \$? = $ac_status" >&5 + echo "$as_me:2783: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_R_space=yes else @@ -2789,11 +2790,11 @@ ac_R_space=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext if test $ac_R_space = yes; then - echo "$as_me:2792: result: yes" >&5 + echo "$as_me:2793: result: yes" >&5 echo "${ECHO_T}yes" >&6 X_LIBS="$X_LIBS -R $x_libraries" else - echo "$as_me:2796: result: neither works" >&5 + echo "$as_me:2797: result: neither works" >&5 echo "${ECHO_T}neither works" >&6 fi fi @@ -2813,7 +2814,7 @@ echo "${ECHO_T}neither works" >&6 # the Alpha needs dnet_stub (dnet does not exist). ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11" cat >conftest.$ac_ext <<_ACEOF -#line 2816 "configure" +#line 2817 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -2832,22 +2833,22 @@ XOpenDisplay (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:2835: \"$ac_link\"") >&5 +if { (eval echo "$as_me:2836: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:2838: \$? = $ac_status" >&5 + echo "$as_me:2839: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:2841: \"$ac_try\"") >&5 + { (eval echo "$as_me:2842: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:2844: \$? = $ac_status" >&5 + echo "$as_me:2845: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 -echo "$as_me:2850: checking for dnet_ntoa in -ldnet" >&5 +echo "$as_me:2851: checking for dnet_ntoa in -ldnet" >&5 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -2855,7 +2856,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-ldnet $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 2858 "configure" +#line 2859 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -2874,16 +2875,16 @@ dnet_ntoa (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:2877: \"$ac_link\"") >&5 +if { (eval echo "$as_me:2878: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:2880: \$? = $ac_status" >&5 + echo "$as_me:2881: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:2883: \"$ac_try\"") >&5 + { (eval echo "$as_me:2884: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:2886: \$? = $ac_status" >&5 + echo "$as_me:2887: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_dnet_dnet_ntoa=yes else @@ -2894,14 +2895,14 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:2897: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 +echo "$as_me:2898: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" fi if test $ac_cv_lib_dnet_dnet_ntoa = no; then - echo "$as_me:2904: checking for dnet_ntoa in -ldnet_stub" >&5 + echo "$as_me:2905: checking for dnet_ntoa in -ldnet_stub" >&5 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -2909,7 +2910,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-ldnet_stub $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 2912 "configure" +#line 2913 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -2928,16 +2929,16 @@ dnet_ntoa (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:2931: \"$ac_link\"") >&5 +if { (eval echo "$as_me:2932: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:2934: \$? = $ac_status" >&5 + echo "$as_me:2935: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:2937: \"$ac_try\"") >&5 + { (eval echo "$as_me:2938: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:2940: \$? = $ac_status" >&5 + echo "$as_me:2941: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_dnet_stub_dnet_ntoa=yes else @@ -2948,7 +2949,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:2951: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5 +echo "$as_me:2952: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" @@ -2967,13 +2968,13 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext # on Irix 5.2, according to T.E. Dickey. # The functions gethostbyname, getservbyname, and inet_addr are # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking. - echo "$as_me:2970: checking for gethostbyname" >&5 + echo "$as_me:2971: checking for gethostbyname" >&5 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6 if test "${ac_cv_func_gethostbyname+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 2976 "configure" +#line 2977 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char gethostbyname (); below. */ @@ -3004,16 +3005,16 @@ f = gethostbyname; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:3007: \"$ac_link\"") >&5 +if { (eval echo "$as_me:3008: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:3010: \$? = $ac_status" >&5 + echo "$as_me:3011: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:3013: \"$ac_try\"") >&5 + { (eval echo "$as_me:3014: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:3016: \$? = $ac_status" >&5 + echo "$as_me:3017: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_gethostbyname=yes else @@ -3023,11 +3024,11 @@ ac_cv_func_gethostbyname=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:3026: result: $ac_cv_func_gethostbyname" >&5 +echo "$as_me:3027: result: $ac_cv_func_gethostbyname" >&5 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6 if test $ac_cv_func_gethostbyname = no; then - echo "$as_me:3030: checking for gethostbyname in -lnsl" >&5 + echo "$as_me:3031: checking for gethostbyname in -lnsl" >&5 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3035,7 +3036,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lnsl $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 3038 "configure" +#line 3039 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -3054,16 +3055,16 @@ gethostbyname (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:3057: \"$ac_link\"") >&5 +if { (eval echo "$as_me:3058: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:3060: \$? = $ac_status" >&5 + echo "$as_me:3061: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:3063: \"$ac_try\"") >&5 + { (eval echo "$as_me:3064: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:3066: \$? = $ac_status" >&5 + echo "$as_me:3067: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_nsl_gethostbyname=yes else @@ -3074,14 +3075,14 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:3077: result: $ac_cv_lib_nsl_gethostbyname" >&5 +echo "$as_me:3078: result: $ac_cv_lib_nsl_gethostbyname" >&5 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6 if test $ac_cv_lib_nsl_gethostbyname = yes; then X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" fi if test $ac_cv_lib_nsl_gethostbyname = no; then - echo "$as_me:3084: checking for gethostbyname in -lbsd" >&5 + echo "$as_me:3085: checking for gethostbyname in -lbsd" >&5 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3089,7 +3090,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lbsd $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 3092 "configure" +#line 3093 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -3108,16 +3109,16 @@ gethostbyname (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:3111: \"$ac_link\"") >&5 +if { (eval echo "$as_me:3112: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:3114: \$? = $ac_status" >&5 + echo "$as_me:3115: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:3117: \"$ac_try\"") >&5 + { (eval echo "$as_me:3118: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:3120: \$? = $ac_status" >&5 + echo "$as_me:3121: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_bsd_gethostbyname=yes else @@ -3128,7 +3129,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:3131: result: $ac_cv_lib_bsd_gethostbyname" >&5 +echo "$as_me:3132: result: $ac_cv_lib_bsd_gethostbyname" >&5 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6 if test $ac_cv_lib_bsd_gethostbyname = yes; then X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd" @@ -3144,13 +3145,13 @@ fi # variants that don't use the nameserver (or something). -lsocket # must be given before -lnsl if both are needed. We assume that # if connect needs -lnsl, so does gethostbyname. - echo "$as_me:3147: checking for connect" >&5 + echo "$as_me:3148: checking for connect" >&5 echo $ECHO_N "checking for connect... $ECHO_C" >&6 if test "${ac_cv_func_connect+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 3153 "configure" +#line 3154 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char connect (); below. */ @@ -3181,16 +3182,16 @@ f = connect; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:3184: \"$ac_link\"") >&5 +if { (eval echo "$as_me:3185: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:3187: \$? = $ac_status" >&5 + echo "$as_me:3188: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:3190: \"$ac_try\"") >&5 + { (eval echo "$as_me:3191: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:3193: \$? = $ac_status" >&5 + echo "$as_me:3194: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_connect=yes else @@ -3200,11 +3201,11 @@ ac_cv_func_connect=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:3203: result: $ac_cv_func_connect" >&5 +echo "$as_me:3204: result: $ac_cv_func_connect" >&5 echo "${ECHO_T}$ac_cv_func_connect" >&6 if test $ac_cv_func_connect = no; then - echo "$as_me:3207: checking for connect in -lsocket" >&5 + echo "$as_me:3208: checking for connect in -lsocket" >&5 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6 if test "${ac_cv_lib_socket_connect+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3212,7 +3213,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lsocket $X_EXTRA_LIBS $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 3215 "configure" +#line 3216 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -3231,16 +3232,16 @@ connect (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:3234: \"$ac_link\"") >&5 +if { (eval echo "$as_me:3235: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:3237: \$? = $ac_status" >&5 + echo "$as_me:3238: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:3240: \"$ac_try\"") >&5 + { (eval echo "$as_me:3241: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:3243: \$? = $ac_status" >&5 + echo "$as_me:3244: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_socket_connect=yes else @@ -3251,7 +3252,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:3254: result: $ac_cv_lib_socket_connect" >&5 +echo "$as_me:3255: result: $ac_cv_lib_socket_connect" >&5 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6 if test $ac_cv_lib_socket_connect = yes; then X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" @@ -3260,13 +3261,13 @@ fi fi # Guillermo Gomez says -lposix is necessary on A/UX. - echo "$as_me:3263: checking for remove" >&5 + echo "$as_me:3264: checking for remove" >&5 echo $ECHO_N "checking for remove... $ECHO_C" >&6 if test "${ac_cv_func_remove+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 3269 "configure" +#line 3270 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char remove (); below. */ @@ -3297,16 +3298,16 @@ f = remove; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:3300: \"$ac_link\"") >&5 +if { (eval echo "$as_me:3301: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:3303: \$? = $ac_status" >&5 + echo "$as_me:3304: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:3306: \"$ac_try\"") >&5 + { (eval echo "$as_me:3307: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:3309: \$? = $ac_status" >&5 + echo "$as_me:3310: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_remove=yes else @@ -3316,11 +3317,11 @@ ac_cv_func_remove=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:3319: result: $ac_cv_func_remove" >&5 +echo "$as_me:3320: result: $ac_cv_func_remove" >&5 echo "${ECHO_T}$ac_cv_func_remove" >&6 if test $ac_cv_func_remove = no; then - echo "$as_me:3323: checking for remove in -lposix" >&5 + echo "$as_me:3324: checking for remove in -lposix" >&5 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6 if test "${ac_cv_lib_posix_remove+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3328,7 +3329,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lposix $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 3331 "configure" +#line 3332 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -3347,16 +3348,16 @@ remove (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:3350: \"$ac_link\"") >&5 +if { (eval echo "$as_me:3351: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:3353: \$? = $ac_status" >&5 + echo "$as_me:3354: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:3356: \"$ac_try\"") >&5 + { (eval echo "$as_me:3357: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:3359: \$? = $ac_status" >&5 + echo "$as_me:3360: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_posix_remove=yes else @@ -3367,7 +3368,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:3370: result: $ac_cv_lib_posix_remove" >&5 +echo "$as_me:3371: result: $ac_cv_lib_posix_remove" >&5 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6 if test $ac_cv_lib_posix_remove = yes; then X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" @@ -3376,13 +3377,13 @@ fi fi # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. - echo "$as_me:3379: checking for shmat" >&5 + echo "$as_me:3380: checking for shmat" >&5 echo $ECHO_N "checking for shmat... $ECHO_C" >&6 if test "${ac_cv_func_shmat+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 3385 "configure" +#line 3386 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char shmat (); below. */ @@ -3413,16 +3414,16 @@ f = shmat; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:3416: \"$ac_link\"") >&5 +if { (eval echo "$as_me:3417: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:3419: \$? = $ac_status" >&5 + echo "$as_me:3420: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:3422: \"$ac_try\"") >&5 + { (eval echo "$as_me:3423: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:3425: \$? = $ac_status" >&5 + echo "$as_me:3426: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_shmat=yes else @@ -3432,11 +3433,11 @@ ac_cv_func_shmat=no fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:3435: result: $ac_cv_func_shmat" >&5 +echo "$as_me:3436: result: $ac_cv_func_shmat" >&5 echo "${ECHO_T}$ac_cv_func_shmat" >&6 if test $ac_cv_func_shmat = no; then - echo "$as_me:3439: checking for shmat in -lipc" >&5 + echo "$as_me:3440: checking for shmat in -lipc" >&5 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6 if test "${ac_cv_lib_ipc_shmat+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3444,7 +3445,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lipc $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 3447 "configure" +#line 3448 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -3463,16 +3464,16 @@ shmat (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:3466: \"$ac_link\"") >&5 +if { (eval echo "$as_me:3467: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:3469: \$? = $ac_status" >&5 + echo "$as_me:3470: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:3472: \"$ac_try\"") >&5 + { (eval echo "$as_me:3473: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:3475: \$? = $ac_status" >&5 + echo "$as_me:3476: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_ipc_shmat=yes else @@ -3483,7 +3484,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:3486: result: $ac_cv_lib_ipc_shmat" >&5 +echo "$as_me:3487: result: $ac_cv_lib_ipc_shmat" >&5 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6 if test $ac_cv_lib_ipc_shmat = yes; then X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" @@ -3501,7 +3502,7 @@ fi # These have to be linked with before -lX11, unlike the other # libraries we check for below, so use a different variable. # John Interrante, Karl Berry - echo "$as_me:3504: checking for IceConnectionNumber in -lICE" >&5 + echo "$as_me:3505: checking for IceConnectionNumber in -lICE" >&5 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3509,7 +3510,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lICE $X_EXTRA_LIBS $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 3512 "configure" +#line 3513 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -3528,16 +3529,16 @@ IceConnectionNumber (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:3531: \"$ac_link\"") >&5 +if { (eval echo "$as_me:3532: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:3534: \$? = $ac_status" >&5 + echo "$as_me:3535: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:3537: \"$ac_try\"") >&5 + { (eval echo "$as_me:3538: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:3540: \$? = $ac_status" >&5 + echo "$as_me:3541: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_ICE_IceConnectionNumber=yes else @@ -3548,7 +3549,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:3551: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5 +echo "$as_me:3552: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" @@ -3558,7 +3559,7 @@ fi fi -echo "$as_me:3561: checking whether byte ordering is bigendian" >&5 +echo "$as_me:3562: checking whether byte ordering is bigendian" >&5 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6 if test "${ac_cv_c_bigendian+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3566,7 +3567,7 @@ else ac_cv_c_bigendian=unknown # See if sys/param.h defines the BYTE_ORDER macro. cat >conftest.$ac_ext <<_ACEOF -#line 3569 "configure" +#line 3570 "configure" #include "confdefs.h" #include #include @@ -3583,20 +3584,20 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:3586: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:3587: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:3589: \$? = $ac_status" >&5 + echo "$as_me:3590: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:3592: \"$ac_try\"") >&5 + { (eval echo "$as_me:3593: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:3595: \$? = $ac_status" >&5 + echo "$as_me:3596: \$? = $ac_status" >&5 (exit $ac_status); }; }; then # It does; now see whether it defined to BIG_ENDIAN or not. cat >conftest.$ac_ext <<_ACEOF -#line 3599 "configure" +#line 3600 "configure" #include "confdefs.h" #include #include @@ -3613,16 +3614,16 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:3616: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:3617: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:3619: \$? = $ac_status" >&5 + echo "$as_me:3620: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:3622: \"$ac_try\"") >&5 + { (eval echo "$as_me:3623: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:3625: \$? = $ac_status" >&5 + echo "$as_me:3626: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_c_bigendian=yes else @@ -3638,12 +3639,12 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext if test $ac_cv_c_bigendian = unknown; then if test "$cross_compiling" = yes; then - { { echo "$as_me:3641: error: cannot run test program while cross compiling" >&5 + { { echo "$as_me:3642: error: cannot run test program while cross compiling" >&5 echo "$as_me: error: cannot run test program while cross compiling" >&2;} { (exit 1); exit 1; }; } else cat >conftest.$ac_ext <<_ACEOF -#line 3646 "configure" +#line 3647 "configure" #include "confdefs.h" int main () @@ -3659,15 +3660,15 @@ main () } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:3662: \"$ac_link\"") >&5 +if { (eval echo "$as_me:3663: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:3665: \$? = $ac_status" >&5 + echo "$as_me:3666: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:3667: \"$ac_try\"") >&5 + { (eval echo "$as_me:3668: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:3670: \$? = $ac_status" >&5 + echo "$as_me:3671: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_c_bigendian=no else @@ -3680,7 +3681,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi fi -echo "$as_me:3683: result: $ac_cv_c_bigendian" >&5 +echo "$as_me:3684: result: $ac_cv_c_bigendian" >&5 echo "${ECHO_T}$ac_cv_c_bigendian" >&6 if test $ac_cv_c_bigendian = yes; then @@ -3690,7 +3691,7 @@ EOF fi -echo "$as_me:3693: checking for $CC option to accept ANSI C" >&5 +echo "$as_me:3694: checking for $CC option to accept ANSI C" >&5 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 if test "${ac_cv_prog_cc_stdc+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3698,7 +3699,7 @@ else ac_cv_prog_cc_stdc=no ac_save_CC=$CC cat >conftest.$ac_ext <<_ACEOF -#line 3701 "configure" +#line 3702 "configure" #include "confdefs.h" #include #include @@ -3747,16 +3748,16 @@ for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIO do CC="$ac_save_CC $ac_arg" rm -f conftest.$ac_objext -if { (eval echo "$as_me:3750: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:3751: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:3753: \$? = $ac_status" >&5 + echo "$as_me:3754: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:3756: \"$ac_try\"") >&5 + { (eval echo "$as_me:3757: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:3759: \$? = $ac_status" >&5 + echo "$as_me:3760: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_prog_cc_stdc=$ac_arg break @@ -3773,15 +3774,15 @@ fi case "x$ac_cv_prog_cc_stdc" in x|xno) - echo "$as_me:3776: result: none needed" >&5 + echo "$as_me:3777: result: none needed" >&5 echo "${ECHO_T}none needed" >&6 ;; *) - echo "$as_me:3779: result: $ac_cv_prog_cc_stdc" >&5 + echo "$as_me:3780: result: $ac_cv_prog_cc_stdc" >&5 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 CC="$CC $ac_cv_prog_cc_stdc" ;; esac -echo "$as_me:3784: checking for inline" >&5 +echo "$as_me:3785: checking for inline" >&5 echo $ECHO_N "checking for inline... $ECHO_C" >&6 if test "${ac_cv_c_inline+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -3789,7 +3790,7 @@ else ac_cv_c_inline=no for ac_kw in inline __inline__ __inline; do cat >conftest.$ac_ext <<_ACEOF -#line 3792 "configure" +#line 3793 "configure" #include "confdefs.h" #ifndef __cplusplus static $ac_kw int static_foo () {return 0; } @@ -3798,16 +3799,16 @@ $ac_kw int foo () {return 0; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:3801: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:3802: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:3804: \$? = $ac_status" >&5 + echo "$as_me:3805: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:3807: \"$ac_try\"") >&5 + { (eval echo "$as_me:3808: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:3810: \$? = $ac_status" >&5 + echo "$as_me:3811: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_c_inline=$ac_kw; break else @@ -3818,7 +3819,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext done fi -echo "$as_me:3821: result: $ac_cv_c_inline" >&5 +echo "$as_me:3822: result: $ac_cv_c_inline" >&5 echo "${ECHO_T}$ac_cv_c_inline" >&6 case $ac_cv_c_inline in inline | yes) ;; @@ -3833,13 +3834,13 @@ EOF ;; esac -echo "$as_me:3836: checking for ANSI C header files" >&5 +echo "$as_me:3837: checking for ANSI C header files" >&5 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 if test "${ac_cv_header_stdc+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 3842 "configure" +#line 3843 "configure" #include "confdefs.h" #include #include @@ -3847,13 +3848,13 @@ else #include _ACEOF -if { (eval echo "$as_me:3850: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:3851: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:3856: \$? = $ac_status" >&5 + echo "$as_me:3857: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -3875,7 +3876,7 @@ rm -f conftest.err conftest.$ac_ext if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cat >conftest.$ac_ext <<_ACEOF -#line 3878 "configure" +#line 3879 "configure" #include "confdefs.h" #include @@ -3893,7 +3894,7 @@ fi if test $ac_cv_header_stdc = yes; then # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. cat >conftest.$ac_ext <<_ACEOF -#line 3896 "configure" +#line 3897 "configure" #include "confdefs.h" #include @@ -3914,7 +3915,7 @@ if test $ac_cv_header_stdc = yes; then : else cat >conftest.$ac_ext <<_ACEOF -#line 3917 "configure" +#line 3918 "configure" #include "confdefs.h" #include #if ((' ' & 0x0FF) == 0x020) @@ -3940,15 +3941,15 @@ main () } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:3943: \"$ac_link\"") >&5 +if { (eval echo "$as_me:3944: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:3946: \$? = $ac_status" >&5 + echo "$as_me:3947: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:3948: \"$ac_try\"") >&5 + { (eval echo "$as_me:3949: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:3951: \$? = $ac_status" >&5 + echo "$as_me:3952: \$? = $ac_status" >&5 (exit $ac_status); }; }; then : else @@ -3961,7 +3962,7 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi fi -echo "$as_me:3964: result: $ac_cv_header_stdc" >&5 +echo "$as_me:3965: result: $ac_cv_header_stdc" >&5 echo "${ECHO_T}$ac_cv_header_stdc" >&6 if test $ac_cv_header_stdc = yes; then @@ -3977,28 +3978,28 @@ for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ inttypes.h stdint.h unistd.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:3980: checking for $ac_header" >&5 +echo "$as_me:3981: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 3986 "configure" +#line 3987 "configure" #include "confdefs.h" $ac_includes_default #include <$ac_header> _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:3992: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:3993: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:3995: \$? = $ac_status" >&5 + echo "$as_me:3996: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:3998: \"$ac_try\"") >&5 + { (eval echo "$as_me:3999: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4001: \$? = $ac_status" >&5 + echo "$as_me:4002: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_Header=yes" else @@ -4008,7 +4009,7 @@ eval "$as_ac_Header=no" fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:4011: result: `eval echo '${'$as_ac_Header'}'`" >&5 +echo "$as_me:4012: result: `eval echo '${'$as_ac_Header'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 if test `eval echo '${'$as_ac_Header'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:4022: checking for unsigned char" >&5 echo $ECHO_N "checking for unsigned char... $ECHO_C" >&6 if test "${ac_cv_type_unsigned_char+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 4027 "configure" +#line 4028 "configure" #include "confdefs.h" $ac_includes_default int @@ -4039,16 +4040,16 @@ if (sizeof (unsigned char)) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:4042: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:4043: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:4045: \$? = $ac_status" >&5 + echo "$as_me:4046: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:4048: \"$ac_try\"") >&5 + { (eval echo "$as_me:4049: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4051: \$? = $ac_status" >&5 + echo "$as_me:4052: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_unsigned_char=yes else @@ -4058,10 +4059,10 @@ ac_cv_type_unsigned_char=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:4061: result: $ac_cv_type_unsigned_char" >&5 +echo "$as_me:4062: result: $ac_cv_type_unsigned_char" >&5 echo "${ECHO_T}$ac_cv_type_unsigned_char" >&6 -echo "$as_me:4064: checking size of unsigned char" >&5 +echo "$as_me:4065: checking size of unsigned char" >&5 echo $ECHO_N "checking size of unsigned char... $ECHO_C" >&6 if test "${ac_cv_sizeof_unsigned_char+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -4070,7 +4071,7 @@ else if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. cat >conftest.$ac_ext <<_ACEOF -#line 4073 "configure" +#line 4074 "configure" #include "confdefs.h" $ac_includes_default int @@ -4082,21 +4083,21 @@ int _array_ [1 - 2 * !((sizeof (unsigned char)) >= 0)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:4085: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:4086: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:4088: \$? = $ac_status" >&5 + echo "$as_me:4089: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:4091: \"$ac_try\"") >&5 + { (eval echo "$as_me:4092: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4094: \$? = $ac_status" >&5 + echo "$as_me:4095: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_lo=0 ac_mid=0 while :; do cat >conftest.$ac_ext <<_ACEOF -#line 4099 "configure" +#line 4100 "configure" #include "confdefs.h" $ac_includes_default int @@ -4108,16 +4109,16 @@ int _array_ [1 - 2 * !((sizeof (unsigned char)) <= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:4111: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:4112: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:4114: \$? = $ac_status" >&5 + echo "$as_me:4115: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:4117: \"$ac_try\"") >&5 + { (eval echo "$as_me:4118: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4120: \$? = $ac_status" >&5 + echo "$as_me:4121: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_hi=$ac_mid; break else @@ -4133,7 +4134,7 @@ cat conftest.$ac_ext >&5 ac_hi=-1 ac_mid=-1 while :; do cat >conftest.$ac_ext <<_ACEOF -#line 4136 "configure" +#line 4137 "configure" #include "confdefs.h" $ac_includes_default int @@ -4145,16 +4146,16 @@ int _array_ [1 - 2 * !((sizeof (unsigned char)) >= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:4148: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:4149: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:4151: \$? = $ac_status" >&5 + echo "$as_me:4152: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:4154: \"$ac_try\"") >&5 + { (eval echo "$as_me:4155: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4157: \$? = $ac_status" >&5 + echo "$as_me:4158: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_lo=$ac_mid; break else @@ -4170,7 +4171,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext while test "x$ac_lo" != "x$ac_hi"; do ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` cat >conftest.$ac_ext <<_ACEOF -#line 4173 "configure" +#line 4174 "configure" #include "confdefs.h" $ac_includes_default int @@ -4182,16 +4183,16 @@ int _array_ [1 - 2 * !((sizeof (unsigned char)) <= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:4185: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:4186: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:4188: \$? = $ac_status" >&5 + echo "$as_me:4189: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:4191: \"$ac_try\"") >&5 + { (eval echo "$as_me:4192: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4194: \$? = $ac_status" >&5 + echo "$as_me:4195: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_hi=$ac_mid else @@ -4204,12 +4205,12 @@ done ac_cv_sizeof_unsigned_char=$ac_lo else if test "$cross_compiling" = yes; then - { { echo "$as_me:4207: error: cannot run test program while cross compiling" >&5 + { { echo "$as_me:4208: error: cannot run test program while cross compiling" >&5 echo "$as_me: error: cannot run test program while cross compiling" >&2;} { (exit 1); exit 1; }; } else cat >conftest.$ac_ext <<_ACEOF -#line 4212 "configure" +#line 4213 "configure" #include "confdefs.h" $ac_includes_default int @@ -4225,15 +4226,15 @@ fclose (f); } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:4228: \"$ac_link\"") >&5 +if { (eval echo "$as_me:4229: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:4231: \$? = $ac_status" >&5 + echo "$as_me:4232: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:4233: \"$ac_try\"") >&5 + { (eval echo "$as_me:4234: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4236: \$? = $ac_status" >&5 + echo "$as_me:4237: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_unsigned_char=`cat conftest.val` else @@ -4249,19 +4250,19 @@ else ac_cv_sizeof_unsigned_char=0 fi fi -echo "$as_me:4252: result: $ac_cv_sizeof_unsigned_char" >&5 +echo "$as_me:4253: result: $ac_cv_sizeof_unsigned_char" >&5 echo "${ECHO_T}$ac_cv_sizeof_unsigned_char" >&6 cat >>confdefs.h <&5 +echo "$as_me:4259: checking for unsigned short" >&5 echo $ECHO_N "checking for unsigned short... $ECHO_C" >&6 if test "${ac_cv_type_unsigned_short+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 4264 "configure" +#line 4265 "configure" #include "confdefs.h" $ac_includes_default int @@ -4276,16 +4277,16 @@ if (sizeof (unsigned short)) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:4279: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:4280: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:4282: \$? = $ac_status" >&5 + echo "$as_me:4283: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:4285: \"$ac_try\"") >&5 + { (eval echo "$as_me:4286: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4288: \$? = $ac_status" >&5 + echo "$as_me:4289: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_unsigned_short=yes else @@ -4295,10 +4296,10 @@ ac_cv_type_unsigned_short=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:4298: result: $ac_cv_type_unsigned_short" >&5 +echo "$as_me:4299: result: $ac_cv_type_unsigned_short" >&5 echo "${ECHO_T}$ac_cv_type_unsigned_short" >&6 -echo "$as_me:4301: checking size of unsigned short" >&5 +echo "$as_me:4302: checking size of unsigned short" >&5 echo $ECHO_N "checking size of unsigned short... $ECHO_C" >&6 if test "${ac_cv_sizeof_unsigned_short+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -4307,7 +4308,7 @@ else if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. cat >conftest.$ac_ext <<_ACEOF -#line 4310 "configure" +#line 4311 "configure" #include "confdefs.h" $ac_includes_default int @@ -4319,21 +4320,21 @@ int _array_ [1 - 2 * !((sizeof (unsigned short)) >= 0)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:4322: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:4323: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:4325: \$? = $ac_status" >&5 + echo "$as_me:4326: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:4328: \"$ac_try\"") >&5 + { (eval echo "$as_me:4329: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4331: \$? = $ac_status" >&5 + echo "$as_me:4332: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_lo=0 ac_mid=0 while :; do cat >conftest.$ac_ext <<_ACEOF -#line 4336 "configure" +#line 4337 "configure" #include "confdefs.h" $ac_includes_default int @@ -4345,16 +4346,16 @@ int _array_ [1 - 2 * !((sizeof (unsigned short)) <= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:4348: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:4349: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:4351: \$? = $ac_status" >&5 + echo "$as_me:4352: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:4354: \"$ac_try\"") >&5 + { (eval echo "$as_me:4355: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4357: \$? = $ac_status" >&5 + echo "$as_me:4358: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_hi=$ac_mid; break else @@ -4370,7 +4371,7 @@ cat conftest.$ac_ext >&5 ac_hi=-1 ac_mid=-1 while :; do cat >conftest.$ac_ext <<_ACEOF -#line 4373 "configure" +#line 4374 "configure" #include "confdefs.h" $ac_includes_default int @@ -4382,16 +4383,16 @@ int _array_ [1 - 2 * !((sizeof (unsigned short)) >= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:4385: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:4386: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:4388: \$? = $ac_status" >&5 + echo "$as_me:4389: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:4391: \"$ac_try\"") >&5 + { (eval echo "$as_me:4392: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4394: \$? = $ac_status" >&5 + echo "$as_me:4395: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_lo=$ac_mid; break else @@ -4407,7 +4408,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext while test "x$ac_lo" != "x$ac_hi"; do ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` cat >conftest.$ac_ext <<_ACEOF -#line 4410 "configure" +#line 4411 "configure" #include "confdefs.h" $ac_includes_default int @@ -4419,16 +4420,16 @@ int _array_ [1 - 2 * !((sizeof (unsigned short)) <= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:4422: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:4423: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:4425: \$? = $ac_status" >&5 + echo "$as_me:4426: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:4428: \"$ac_try\"") >&5 + { (eval echo "$as_me:4429: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4431: \$? = $ac_status" >&5 + echo "$as_me:4432: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_hi=$ac_mid else @@ -4441,12 +4442,12 @@ done ac_cv_sizeof_unsigned_short=$ac_lo else if test "$cross_compiling" = yes; then - { { echo "$as_me:4444: error: cannot run test program while cross compiling" >&5 + { { echo "$as_me:4445: error: cannot run test program while cross compiling" >&5 echo "$as_me: error: cannot run test program while cross compiling" >&2;} { (exit 1); exit 1; }; } else cat >conftest.$ac_ext <<_ACEOF -#line 4449 "configure" +#line 4450 "configure" #include "confdefs.h" $ac_includes_default int @@ -4462,15 +4463,15 @@ fclose (f); } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:4465: \"$ac_link\"") >&5 +if { (eval echo "$as_me:4466: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:4468: \$? = $ac_status" >&5 + echo "$as_me:4469: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:4470: \"$ac_try\"") >&5 + { (eval echo "$as_me:4471: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4473: \$? = $ac_status" >&5 + echo "$as_me:4474: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_unsigned_short=`cat conftest.val` else @@ -4486,19 +4487,19 @@ else ac_cv_sizeof_unsigned_short=0 fi fi -echo "$as_me:4489: result: $ac_cv_sizeof_unsigned_short" >&5 +echo "$as_me:4490: result: $ac_cv_sizeof_unsigned_short" >&5 echo "${ECHO_T}$ac_cv_sizeof_unsigned_short" >&6 cat >>confdefs.h <&5 +echo "$as_me:4496: checking for unsigned int" >&5 echo $ECHO_N "checking for unsigned int... $ECHO_C" >&6 if test "${ac_cv_type_unsigned_int+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 4501 "configure" +#line 4502 "configure" #include "confdefs.h" $ac_includes_default int @@ -4513,16 +4514,16 @@ if (sizeof (unsigned int)) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:4516: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:4517: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:4519: \$? = $ac_status" >&5 + echo "$as_me:4520: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:4522: \"$ac_try\"") >&5 + { (eval echo "$as_me:4523: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4525: \$? = $ac_status" >&5 + echo "$as_me:4526: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_unsigned_int=yes else @@ -4532,10 +4533,10 @@ ac_cv_type_unsigned_int=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:4535: result: $ac_cv_type_unsigned_int" >&5 +echo "$as_me:4536: result: $ac_cv_type_unsigned_int" >&5 echo "${ECHO_T}$ac_cv_type_unsigned_int" >&6 -echo "$as_me:4538: checking size of unsigned int" >&5 +echo "$as_me:4539: checking size of unsigned int" >&5 echo $ECHO_N "checking size of unsigned int... $ECHO_C" >&6 if test "${ac_cv_sizeof_unsigned_int+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -4544,7 +4545,7 @@ else if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. cat >conftest.$ac_ext <<_ACEOF -#line 4547 "configure" +#line 4548 "configure" #include "confdefs.h" $ac_includes_default int @@ -4556,21 +4557,21 @@ int _array_ [1 - 2 * !((sizeof (unsigned int)) >= 0)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:4559: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:4560: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:4562: \$? = $ac_status" >&5 + echo "$as_me:4563: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:4565: \"$ac_try\"") >&5 + { (eval echo "$as_me:4566: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4568: \$? = $ac_status" >&5 + echo "$as_me:4569: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_lo=0 ac_mid=0 while :; do cat >conftest.$ac_ext <<_ACEOF -#line 4573 "configure" +#line 4574 "configure" #include "confdefs.h" $ac_includes_default int @@ -4582,16 +4583,16 @@ int _array_ [1 - 2 * !((sizeof (unsigned int)) <= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:4585: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:4586: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:4588: \$? = $ac_status" >&5 + echo "$as_me:4589: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:4591: \"$ac_try\"") >&5 + { (eval echo "$as_me:4592: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4594: \$? = $ac_status" >&5 + echo "$as_me:4595: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_hi=$ac_mid; break else @@ -4607,7 +4608,7 @@ cat conftest.$ac_ext >&5 ac_hi=-1 ac_mid=-1 while :; do cat >conftest.$ac_ext <<_ACEOF -#line 4610 "configure" +#line 4611 "configure" #include "confdefs.h" $ac_includes_default int @@ -4619,16 +4620,16 @@ int _array_ [1 - 2 * !((sizeof (unsigned int)) >= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:4622: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:4623: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:4625: \$? = $ac_status" >&5 + echo "$as_me:4626: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:4628: \"$ac_try\"") >&5 + { (eval echo "$as_me:4629: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4631: \$? = $ac_status" >&5 + echo "$as_me:4632: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_lo=$ac_mid; break else @@ -4644,7 +4645,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext while test "x$ac_lo" != "x$ac_hi"; do ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` cat >conftest.$ac_ext <<_ACEOF -#line 4647 "configure" +#line 4648 "configure" #include "confdefs.h" $ac_includes_default int @@ -4656,16 +4657,16 @@ int _array_ [1 - 2 * !((sizeof (unsigned int)) <= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:4659: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:4660: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:4662: \$? = $ac_status" >&5 + echo "$as_me:4663: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:4665: \"$ac_try\"") >&5 + { (eval echo "$as_me:4666: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4668: \$? = $ac_status" >&5 + echo "$as_me:4669: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_hi=$ac_mid else @@ -4678,12 +4679,12 @@ done ac_cv_sizeof_unsigned_int=$ac_lo else if test "$cross_compiling" = yes; then - { { echo "$as_me:4681: error: cannot run test program while cross compiling" >&5 + { { echo "$as_me:4682: error: cannot run test program while cross compiling" >&5 echo "$as_me: error: cannot run test program while cross compiling" >&2;} { (exit 1); exit 1; }; } else cat >conftest.$ac_ext <<_ACEOF -#line 4686 "configure" +#line 4687 "configure" #include "confdefs.h" $ac_includes_default int @@ -4699,15 +4700,15 @@ fclose (f); } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:4702: \"$ac_link\"") >&5 +if { (eval echo "$as_me:4703: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:4705: \$? = $ac_status" >&5 + echo "$as_me:4706: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:4707: \"$ac_try\"") >&5 + { (eval echo "$as_me:4708: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4710: \$? = $ac_status" >&5 + echo "$as_me:4711: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_unsigned_int=`cat conftest.val` else @@ -4723,19 +4724,19 @@ else ac_cv_sizeof_unsigned_int=0 fi fi -echo "$as_me:4726: result: $ac_cv_sizeof_unsigned_int" >&5 +echo "$as_me:4727: result: $ac_cv_sizeof_unsigned_int" >&5 echo "${ECHO_T}$ac_cv_sizeof_unsigned_int" >&6 cat >>confdefs.h <&5 +echo "$as_me:4733: checking for unsigned long" >&5 echo $ECHO_N "checking for unsigned long... $ECHO_C" >&6 if test "${ac_cv_type_unsigned_long+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 4738 "configure" +#line 4739 "configure" #include "confdefs.h" $ac_includes_default int @@ -4750,16 +4751,16 @@ if (sizeof (unsigned long)) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:4753: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:4754: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:4756: \$? = $ac_status" >&5 + echo "$as_me:4757: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:4759: \"$ac_try\"") >&5 + { (eval echo "$as_me:4760: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4762: \$? = $ac_status" >&5 + echo "$as_me:4763: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_unsigned_long=yes else @@ -4769,10 +4770,10 @@ ac_cv_type_unsigned_long=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:4772: result: $ac_cv_type_unsigned_long" >&5 +echo "$as_me:4773: result: $ac_cv_type_unsigned_long" >&5 echo "${ECHO_T}$ac_cv_type_unsigned_long" >&6 -echo "$as_me:4775: checking size of unsigned long" >&5 +echo "$as_me:4776: checking size of unsigned long" >&5 echo $ECHO_N "checking size of unsigned long... $ECHO_C" >&6 if test "${ac_cv_sizeof_unsigned_long+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -4781,7 +4782,7 @@ else if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. cat >conftest.$ac_ext <<_ACEOF -#line 4784 "configure" +#line 4785 "configure" #include "confdefs.h" $ac_includes_default int @@ -4793,21 +4794,21 @@ int _array_ [1 - 2 * !((sizeof (unsigned long)) >= 0)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:4796: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:4797: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:4799: \$? = $ac_status" >&5 + echo "$as_me:4800: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:4802: \"$ac_try\"") >&5 + { (eval echo "$as_me:4803: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4805: \$? = $ac_status" >&5 + echo "$as_me:4806: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_lo=0 ac_mid=0 while :; do cat >conftest.$ac_ext <<_ACEOF -#line 4810 "configure" +#line 4811 "configure" #include "confdefs.h" $ac_includes_default int @@ -4819,16 +4820,16 @@ int _array_ [1 - 2 * !((sizeof (unsigned long)) <= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:4822: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:4823: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:4825: \$? = $ac_status" >&5 + echo "$as_me:4826: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:4828: \"$ac_try\"") >&5 + { (eval echo "$as_me:4829: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4831: \$? = $ac_status" >&5 + echo "$as_me:4832: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_hi=$ac_mid; break else @@ -4844,7 +4845,7 @@ cat conftest.$ac_ext >&5 ac_hi=-1 ac_mid=-1 while :; do cat >conftest.$ac_ext <<_ACEOF -#line 4847 "configure" +#line 4848 "configure" #include "confdefs.h" $ac_includes_default int @@ -4856,16 +4857,16 @@ int _array_ [1 - 2 * !((sizeof (unsigned long)) >= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:4859: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:4860: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:4862: \$? = $ac_status" >&5 + echo "$as_me:4863: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:4865: \"$ac_try\"") >&5 + { (eval echo "$as_me:4866: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4868: \$? = $ac_status" >&5 + echo "$as_me:4869: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_lo=$ac_mid; break else @@ -4881,7 +4882,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext while test "x$ac_lo" != "x$ac_hi"; do ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` cat >conftest.$ac_ext <<_ACEOF -#line 4884 "configure" +#line 4885 "configure" #include "confdefs.h" $ac_includes_default int @@ -4893,16 +4894,16 @@ int _array_ [1 - 2 * !((sizeof (unsigned long)) <= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:4896: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:4897: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:4899: \$? = $ac_status" >&5 + echo "$as_me:4900: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:4902: \"$ac_try\"") >&5 + { (eval echo "$as_me:4903: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4905: \$? = $ac_status" >&5 + echo "$as_me:4906: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_hi=$ac_mid else @@ -4915,12 +4916,12 @@ done ac_cv_sizeof_unsigned_long=$ac_lo else if test "$cross_compiling" = yes; then - { { echo "$as_me:4918: error: cannot run test program while cross compiling" >&5 + { { echo "$as_me:4919: error: cannot run test program while cross compiling" >&5 echo "$as_me: error: cannot run test program while cross compiling" >&2;} { (exit 1); exit 1; }; } else cat >conftest.$ac_ext <<_ACEOF -#line 4923 "configure" +#line 4924 "configure" #include "confdefs.h" $ac_includes_default int @@ -4936,15 +4937,15 @@ fclose (f); } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:4939: \"$ac_link\"") >&5 +if { (eval echo "$as_me:4940: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:4942: \$? = $ac_status" >&5 + echo "$as_me:4943: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:4944: \"$ac_try\"") >&5 + { (eval echo "$as_me:4945: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4947: \$? = $ac_status" >&5 + echo "$as_me:4948: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_unsigned_long=`cat conftest.val` else @@ -4960,19 +4961,19 @@ else ac_cv_sizeof_unsigned_long=0 fi fi -echo "$as_me:4963: result: $ac_cv_sizeof_unsigned_long" >&5 +echo "$as_me:4964: result: $ac_cv_sizeof_unsigned_long" >&5 echo "${ECHO_T}$ac_cv_sizeof_unsigned_long" >&6 cat >>confdefs.h <&5 +echo "$as_me:4970: checking for unsigned long long" >&5 echo $ECHO_N "checking for unsigned long long... $ECHO_C" >&6 if test "${ac_cv_type_unsigned_long_long+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 4975 "configure" +#line 4976 "configure" #include "confdefs.h" $ac_includes_default int @@ -4987,16 +4988,16 @@ if (sizeof (unsigned long long)) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:4990: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:4991: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:4993: \$? = $ac_status" >&5 + echo "$as_me:4994: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:4996: \"$ac_try\"") >&5 + { (eval echo "$as_me:4997: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:4999: \$? = $ac_status" >&5 + echo "$as_me:5000: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_unsigned_long_long=yes else @@ -5006,10 +5007,10 @@ ac_cv_type_unsigned_long_long=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:5009: result: $ac_cv_type_unsigned_long_long" >&5 +echo "$as_me:5010: result: $ac_cv_type_unsigned_long_long" >&5 echo "${ECHO_T}$ac_cv_type_unsigned_long_long" >&6 -echo "$as_me:5012: checking size of unsigned long long" >&5 +echo "$as_me:5013: checking size of unsigned long long" >&5 echo $ECHO_N "checking size of unsigned long long... $ECHO_C" >&6 if test "${ac_cv_sizeof_unsigned_long_long+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -5018,7 +5019,7 @@ else if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. cat >conftest.$ac_ext <<_ACEOF -#line 5021 "configure" +#line 5022 "configure" #include "confdefs.h" $ac_includes_default int @@ -5030,21 +5031,21 @@ int _array_ [1 - 2 * !((sizeof (unsigned long long)) >= 0)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:5033: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:5034: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:5036: \$? = $ac_status" >&5 + echo "$as_me:5037: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:5039: \"$ac_try\"") >&5 + { (eval echo "$as_me:5040: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5042: \$? = $ac_status" >&5 + echo "$as_me:5043: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_lo=0 ac_mid=0 while :; do cat >conftest.$ac_ext <<_ACEOF -#line 5047 "configure" +#line 5048 "configure" #include "confdefs.h" $ac_includes_default int @@ -5056,16 +5057,16 @@ int _array_ [1 - 2 * !((sizeof (unsigned long long)) <= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:5059: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:5060: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:5062: \$? = $ac_status" >&5 + echo "$as_me:5063: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:5065: \"$ac_try\"") >&5 + { (eval echo "$as_me:5066: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5068: \$? = $ac_status" >&5 + echo "$as_me:5069: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_hi=$ac_mid; break else @@ -5081,7 +5082,7 @@ cat conftest.$ac_ext >&5 ac_hi=-1 ac_mid=-1 while :; do cat >conftest.$ac_ext <<_ACEOF -#line 5084 "configure" +#line 5085 "configure" #include "confdefs.h" $ac_includes_default int @@ -5093,16 +5094,16 @@ int _array_ [1 - 2 * !((sizeof (unsigned long long)) >= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:5096: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:5097: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:5099: \$? = $ac_status" >&5 + echo "$as_me:5100: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:5102: \"$ac_try\"") >&5 + { (eval echo "$as_me:5103: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5105: \$? = $ac_status" >&5 + echo "$as_me:5106: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_lo=$ac_mid; break else @@ -5118,7 +5119,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext while test "x$ac_lo" != "x$ac_hi"; do ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` cat >conftest.$ac_ext <<_ACEOF -#line 5121 "configure" +#line 5122 "configure" #include "confdefs.h" $ac_includes_default int @@ -5130,16 +5131,16 @@ int _array_ [1 - 2 * !((sizeof (unsigned long long)) <= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:5133: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:5134: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:5136: \$? = $ac_status" >&5 + echo "$as_me:5137: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:5139: \"$ac_try\"") >&5 + { (eval echo "$as_me:5140: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5142: \$? = $ac_status" >&5 + echo "$as_me:5143: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_hi=$ac_mid else @@ -5152,12 +5153,12 @@ done ac_cv_sizeof_unsigned_long_long=$ac_lo else if test "$cross_compiling" = yes; then - { { echo "$as_me:5155: error: cannot run test program while cross compiling" >&5 + { { echo "$as_me:5156: error: cannot run test program while cross compiling" >&5 echo "$as_me: error: cannot run test program while cross compiling" >&2;} { (exit 1); exit 1; }; } else cat >conftest.$ac_ext <<_ACEOF -#line 5160 "configure" +#line 5161 "configure" #include "confdefs.h" $ac_includes_default int @@ -5173,15 +5174,15 @@ fclose (f); } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:5176: \"$ac_link\"") >&5 +if { (eval echo "$as_me:5177: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:5179: \$? = $ac_status" >&5 + echo "$as_me:5180: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:5181: \"$ac_try\"") >&5 + { (eval echo "$as_me:5182: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5184: \$? = $ac_status" >&5 + echo "$as_me:5185: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_unsigned_long_long=`cat conftest.val` else @@ -5197,19 +5198,19 @@ else ac_cv_sizeof_unsigned_long_long=0 fi fi -echo "$as_me:5200: result: $ac_cv_sizeof_unsigned_long_long" >&5 +echo "$as_me:5201: result: $ac_cv_sizeof_unsigned_long_long" >&5 echo "${ECHO_T}$ac_cv_sizeof_unsigned_long_long" >&6 cat >>confdefs.h <&5 +echo "$as_me:5207: checking for int *" >&5 echo $ECHO_N "checking for int *... $ECHO_C" >&6 if test "${ac_cv_type_int_p+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 5212 "configure" +#line 5213 "configure" #include "confdefs.h" $ac_includes_default int @@ -5224,16 +5225,16 @@ if (sizeof (int *)) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:5227: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:5228: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:5230: \$? = $ac_status" >&5 + echo "$as_me:5231: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:5233: \"$ac_try\"") >&5 + { (eval echo "$as_me:5234: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5236: \$? = $ac_status" >&5 + echo "$as_me:5237: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_int_p=yes else @@ -5243,10 +5244,10 @@ ac_cv_type_int_p=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:5246: result: $ac_cv_type_int_p" >&5 +echo "$as_me:5247: result: $ac_cv_type_int_p" >&5 echo "${ECHO_T}$ac_cv_type_int_p" >&6 -echo "$as_me:5249: checking size of int *" >&5 +echo "$as_me:5250: checking size of int *" >&5 echo $ECHO_N "checking size of int *... $ECHO_C" >&6 if test "${ac_cv_sizeof_int_p+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -5255,7 +5256,7 @@ else if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. cat >conftest.$ac_ext <<_ACEOF -#line 5258 "configure" +#line 5259 "configure" #include "confdefs.h" $ac_includes_default int @@ -5267,21 +5268,21 @@ int _array_ [1 - 2 * !((sizeof (int *)) >= 0)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:5270: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:5271: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:5273: \$? = $ac_status" >&5 + echo "$as_me:5274: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:5276: \"$ac_try\"") >&5 + { (eval echo "$as_me:5277: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5279: \$? = $ac_status" >&5 + echo "$as_me:5280: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_lo=0 ac_mid=0 while :; do cat >conftest.$ac_ext <<_ACEOF -#line 5284 "configure" +#line 5285 "configure" #include "confdefs.h" $ac_includes_default int @@ -5293,16 +5294,16 @@ int _array_ [1 - 2 * !((sizeof (int *)) <= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:5296: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:5297: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:5299: \$? = $ac_status" >&5 + echo "$as_me:5300: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:5302: \"$ac_try\"") >&5 + { (eval echo "$as_me:5303: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5305: \$? = $ac_status" >&5 + echo "$as_me:5306: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_hi=$ac_mid; break else @@ -5318,7 +5319,7 @@ cat conftest.$ac_ext >&5 ac_hi=-1 ac_mid=-1 while :; do cat >conftest.$ac_ext <<_ACEOF -#line 5321 "configure" +#line 5322 "configure" #include "confdefs.h" $ac_includes_default int @@ -5330,16 +5331,16 @@ int _array_ [1 - 2 * !((sizeof (int *)) >= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:5333: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:5334: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:5336: \$? = $ac_status" >&5 + echo "$as_me:5337: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:5339: \"$ac_try\"") >&5 + { (eval echo "$as_me:5340: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5342: \$? = $ac_status" >&5 + echo "$as_me:5343: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_lo=$ac_mid; break else @@ -5355,7 +5356,7 @@ rm -f conftest.$ac_objext conftest.$ac_ext while test "x$ac_lo" != "x$ac_hi"; do ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` cat >conftest.$ac_ext <<_ACEOF -#line 5358 "configure" +#line 5359 "configure" #include "confdefs.h" $ac_includes_default int @@ -5367,16 +5368,16 @@ int _array_ [1 - 2 * !((sizeof (int *)) <= $ac_mid)] } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:5370: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:5371: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:5373: \$? = $ac_status" >&5 + echo "$as_me:5374: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:5376: \"$ac_try\"") >&5 + { (eval echo "$as_me:5377: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5379: \$? = $ac_status" >&5 + echo "$as_me:5380: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_hi=$ac_mid else @@ -5389,12 +5390,12 @@ done ac_cv_sizeof_int_p=$ac_lo else if test "$cross_compiling" = yes; then - { { echo "$as_me:5392: error: cannot run test program while cross compiling" >&5 + { { echo "$as_me:5393: error: cannot run test program while cross compiling" >&5 echo "$as_me: error: cannot run test program while cross compiling" >&2;} { (exit 1); exit 1; }; } else cat >conftest.$ac_ext <<_ACEOF -#line 5397 "configure" +#line 5398 "configure" #include "confdefs.h" $ac_includes_default int @@ -5410,15 +5411,15 @@ fclose (f); } _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:5413: \"$ac_link\"") >&5 +if { (eval echo "$as_me:5414: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:5416: \$? = $ac_status" >&5 + echo "$as_me:5417: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:5418: \"$ac_try\"") >&5 + { (eval echo "$as_me:5419: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5421: \$? = $ac_status" >&5 + echo "$as_me:5422: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_int_p=`cat conftest.val` else @@ -5434,7 +5435,7 @@ else ac_cv_sizeof_int_p=0 fi fi -echo "$as_me:5437: result: $ac_cv_sizeof_int_p" >&5 +echo "$as_me:5438: result: $ac_cv_sizeof_int_p" >&5 echo "${ECHO_T}$ac_cv_sizeof_int_p" >&6 cat >>confdefs.h <&5 +echo "$as_me:5447: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$as_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 5452 "configure" +#line 5453 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -5480,16 +5481,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:5483: \"$ac_link\"") >&5 +if { (eval echo "$as_me:5484: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:5486: \$? = $ac_status" >&5 + echo "$as_me:5487: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:5489: \"$ac_try\"") >&5 + { (eval echo "$as_me:5490: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5492: \$? = $ac_status" >&5 + echo "$as_me:5493: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -5499,7 +5500,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:5502: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:5503: result: `eval echo '${'$as_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:5519: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$as_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 5524 "configure" +#line 5525 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -5552,16 +5553,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:5555: \"$ac_link\"") >&5 +if { (eval echo "$as_me:5556: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:5558: \$? = $ac_status" >&5 + echo "$as_me:5559: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:5561: \"$ac_try\"") >&5 + { (eval echo "$as_me:5562: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5564: \$? = $ac_status" >&5 + echo "$as_me:5565: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -5571,7 +5572,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:5574: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:5575: result: `eval echo '${'$as_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:5591: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$as_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 5596 "configure" +#line 5597 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -5624,16 +5625,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:5627: \"$ac_link\"") >&5 +if { (eval echo "$as_me:5628: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:5630: \$? = $ac_status" >&5 + echo "$as_me:5631: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:5633: \"$ac_try\"") >&5 + { (eval echo "$as_me:5634: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5636: \$? = $ac_status" >&5 + echo "$as_me:5637: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -5643,7 +5644,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:5646: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:5647: result: `eval echo '${'$as_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:5663: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$as_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 5668 "configure" +#line 5669 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -5696,16 +5697,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:5699: \"$ac_link\"") >&5 +if { (eval echo "$as_me:5700: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:5702: \$? = $ac_status" >&5 + echo "$as_me:5703: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:5705: \"$ac_try\"") >&5 + { (eval echo "$as_me:5706: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5708: \$? = $ac_status" >&5 + echo "$as_me:5709: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -5715,7 +5716,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:5718: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:5719: result: `eval echo '${'$as_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:5735: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$as_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 5740 "configure" +#line 5741 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -5768,16 +5769,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:5771: \"$ac_link\"") >&5 +if { (eval echo "$as_me:5772: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:5774: \$? = $ac_status" >&5 + echo "$as_me:5775: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:5777: \"$ac_try\"") >&5 + { (eval echo "$as_me:5778: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5780: \$? = $ac_status" >&5 + echo "$as_me:5781: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -5787,7 +5788,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:5790: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:5791: result: `eval echo '${'$as_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:5807: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$as_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 5812 "configure" +#line 5813 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -5840,16 +5841,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:5843: \"$ac_link\"") >&5 +if { (eval echo "$as_me:5844: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:5846: \$? = $ac_status" >&5 + echo "$as_me:5847: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:5849: \"$ac_try\"") >&5 + { (eval echo "$as_me:5850: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5852: \$? = $ac_status" >&5 + echo "$as_me:5853: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -5859,7 +5860,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:5862: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:5863: result: `eval echo '${'$as_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:5879: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$as_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 5884 "configure" +#line 5885 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -5912,16 +5913,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:5915: \"$ac_link\"") >&5 +if { (eval echo "$as_me:5916: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:5918: \$? = $ac_status" >&5 + echo "$as_me:5919: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:5921: \"$ac_try\"") >&5 + { (eval echo "$as_me:5922: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5924: \$? = $ac_status" >&5 + echo "$as_me:5925: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -5931,7 +5932,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:5934: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:5935: result: `eval echo '${'$as_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:5951: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$as_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 5956 "configure" +#line 5957 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -5984,16 +5985,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:5987: \"$ac_link\"") >&5 +if { (eval echo "$as_me:5988: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:5990: \$? = $ac_status" >&5 + echo "$as_me:5991: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:5993: \"$ac_try\"") >&5 + { (eval echo "$as_me:5994: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:5996: \$? = $ac_status" >&5 + echo "$as_me:5997: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -6003,7 +6004,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:6006: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:6007: result: `eval echo '${'$as_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:6023: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$as_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 6028 "configure" +#line 6029 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -6056,16 +6057,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:6059: \"$ac_link\"") >&5 +if { (eval echo "$as_me:6060: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:6062: \$? = $ac_status" >&5 + echo "$as_me:6063: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:6065: \"$ac_try\"") >&5 + { (eval echo "$as_me:6066: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6068: \$? = $ac_status" >&5 + echo "$as_me:6069: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -6075,7 +6076,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:6078: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:6079: result: `eval echo '${'$as_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:6095: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$as_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 6100 "configure" +#line 6101 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func (); below. */ @@ -6128,16 +6129,16 @@ f = $ac_func; } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:6131: \"$ac_link\"") >&5 +if { (eval echo "$as_me:6132: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:6134: \$? = $ac_status" >&5 + echo "$as_me:6135: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:6137: \"$ac_try\"") >&5 + { (eval echo "$as_me:6138: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6140: \$? = $ac_status" >&5 + echo "$as_me:6141: \$? = $ac_status" >&5 (exit $ac_status); }; }; then eval "$as_ac_var=yes" else @@ -6147,7 +6148,7 @@ eval "$as_ac_var=no" fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext fi -echo "$as_me:6150: result: `eval echo '${'$as_ac_var'}'`" >&5 +echo "$as_me:6151: result: `eval echo '${'$as_ac_var'}'`" >&5 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 if test `eval echo '${'$as_ac_var'}'` = yes; then cat >>confdefs.h <&5 +echo "$as_me:6164: checking for socklen_t" >&5 echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6 if test "${ac_cv_type_socklen_t+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 6169 "configure" +#line 6170 "configure" #include "confdefs.h" #include @@ -6182,16 +6183,16 @@ if (sizeof (socklen_t)) } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:6185: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:6186: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:6188: \$? = $ac_status" >&5 + echo "$as_me:6189: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:6191: \"$ac_try\"") >&5 + { (eval echo "$as_me:6192: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6194: \$? = $ac_status" >&5 + echo "$as_me:6195: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_socklen_t=yes else @@ -6201,7 +6202,7 @@ ac_cv_type_socklen_t=no fi rm -f conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:6204: result: $ac_cv_type_socklen_t" >&5 +echo "$as_me:6205: result: $ac_cv_type_socklen_t" >&5 echo "${ECHO_T}$ac_cv_type_socklen_t" >&6 if test $ac_cv_type_socklen_t = yes; then cat >>confdefs.h <<\EOF @@ -6210,10 +6211,10 @@ EOF fi -echo "$as_me:6213: checking for struct timeval" >&5 +echo "$as_me:6214: checking for struct timeval" >&5 echo $ECHO_N "checking for struct timeval... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF -#line 6216 "configure" +#line 6217 "configure" #include "confdefs.h" #include int @@ -6225,19 +6226,19 @@ struct timeval x; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:6228: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:6229: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:6231: \$? = $ac_status" >&5 + echo "$as_me:6232: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:6234: \"$ac_try\"") >&5 + { (eval echo "$as_me:6235: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6237: \$? = $ac_status" >&5 + echo "$as_me:6238: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - echo "$as_me:6240: result: yes" >&5 + echo "$as_me:6241: result: yes" >&5 echo "${ECHO_T}yes" >&6 cat >>confdefs.h <<\EOF #define BX_HAVE_STRUCT_TIMEVAL 1 @@ -6246,15 +6247,15 @@ EOF else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 -echo "$as_me:6249: result: no" >&5 +echo "$as_me:6250: result: no" >&5 echo "${ECHO_T}no" >&6 fi rm -f conftest.$ac_objext conftest.$ac_ext -echo "$as_me:6254: checking if compiler allows empty structs" >&5 +echo "$as_me:6255: checking if compiler allows empty structs" >&5 echo $ECHO_N "checking if compiler allows empty structs... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF -#line 6257 "configure" +#line 6258 "configure" #include "confdefs.h" int @@ -6266,18 +6267,18 @@ typedef struct { } junk; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:6269: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:6270: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:6272: \$? = $ac_status" >&5 + echo "$as_me:6273: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:6275: \"$ac_try\"") >&5 + { (eval echo "$as_me:6276: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6278: \$? = $ac_status" >&5 + echo "$as_me:6279: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - echo "$as_me:6280: result: yes" >&5 + echo "$as_me:6281: result: yes" >&5 echo "${ECHO_T}yes" >&6 else echo "$as_me: failed program was:" >&5 @@ -6287,16 +6288,16 @@ cat conftest.$ac_ext >&5 #define BX_NO_EMPTY_STRUCTS 1 EOF - echo "$as_me:6290: result: no" >&5 + echo "$as_me:6291: result: no" >&5 echo "${ECHO_T}no" >&6 fi rm -f conftest.$ac_objext conftest.$ac_ext -echo "$as_me:6296: checking if compiler allows __attribute__" >&5 +echo "$as_me:6297: checking if compiler allows __attribute__" >&5 echo $ECHO_N "checking if compiler allows __attribute__... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF -#line 6299 "configure" +#line 6300 "configure" #include "confdefs.h" int @@ -6308,24 +6309,24 @@ typedef struct { } __attribute__ ((packed)) junk; } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:6311: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:6312: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:6314: \$? = $ac_status" >&5 + echo "$as_me:6315: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:6317: \"$ac_try\"") >&5 + { (eval echo "$as_me:6318: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6320: \$? = $ac_status" >&5 + echo "$as_me:6321: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - echo "$as_me:6322: result: yes" >&5 + echo "$as_me:6323: result: yes" >&5 echo "${ECHO_T}yes" >&6 else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 - echo "$as_me:6328: result: no" >&5 + echo "$as_me:6329: result: no" >&5 echo "${ECHO_T}no" >&6 cat >>confdefs.h <<\EOF #define BX_NO_ATTRIBUTES 1 @@ -6340,11 +6341,11 @@ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_cxx_compiler_gnu -echo "$as_me:6343: checking for hash_map.h" >&5 +echo "$as_me:6344: checking for hash_map.h" >&5 echo $ECHO_N "checking for hash_map.h... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF -#line 6347 "configure" +#line 6348 "configure" #include "confdefs.h" #include int @@ -6356,19 +6357,19 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:6359: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:6360: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:6362: \$? = $ac_status" >&5 + echo "$as_me:6363: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:6365: \"$ac_try\"") >&5 + { (eval echo "$as_me:6366: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6368: \$? = $ac_status" >&5 + echo "$as_me:6369: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - echo "$as_me:6371: result: yes" >&5 + echo "$as_me:6372: result: yes" >&5 echo "${ECHO_T}yes" >&6 cat >>confdefs.h <<\EOF #define BX_HAVE_HASH_MAP 1 @@ -6377,7 +6378,7 @@ EOF else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 -echo "$as_me:6380: result: no" >&5 +echo "$as_me:6381: result: no" >&5 echo "${ECHO_T}no" >&6 fi rm -f conftest.$ac_objext conftest.$ac_ext @@ -6387,20 +6388,20 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu -echo "$as_me:6390: checking for control panel" >&5 +echo "$as_me:6391: checking for control panel" >&5 echo $ECHO_N "checking for control panel... $ECHO_C" >&6 # Check whether --enable-control-panel or --disable-control-panel was given. if test "${enable_control_panel+set}" = set; then enableval="$enable_control_panel" if test "$enableval" = yes; then - echo "$as_me:6396: result: yes" >&5 + echo "$as_me:6397: result: yes" >&5 echo "${ECHO_T}yes" >&6 cat >>confdefs.h <<\EOF #define BX_USE_CONTROL_PANEL 1 EOF else - echo "$as_me:6403: result: no" >&5 + echo "$as_me:6404: result: no" >&5 echo "${ECHO_T}no" >&6 cat >>confdefs.h <<\EOF #define BX_USE_CONTROL_PANEL 0 @@ -6409,7 +6410,7 @@ EOF fi else - echo "$as_me:6412: result: yes" >&5 + echo "$as_me:6413: result: yes" >&5 echo "${ECHO_T}yes" >&6 cat >>confdefs.h <<\EOF #define BX_USE_CONTROL_PANEL 1 @@ -6417,20 +6418,20 @@ EOF fi; -echo "$as_me:6420: checking for new PIT model" >&5 +echo "$as_me:6421: checking for new PIT model" >&5 echo $ECHO_N "checking for new PIT model... $ECHO_C" >&6 # Check whether --enable-new-pit or --disable-new-pit was given. if test "${enable_new_pit+set}" = set; then enableval="$enable_new_pit" if test "$enableval" = yes; then - echo "$as_me:6426: result: yes" >&5 + echo "$as_me:6427: result: yes" >&5 echo "${ECHO_T}yes" >&6 cat >>confdefs.h <<\EOF #define BX_USE_NEW_PIT 1 EOF else - echo "$as_me:6433: result: no" >&5 + echo "$as_me:6434: result: no" >&5 echo "${ECHO_T}no" >&6 cat >>confdefs.h <<\EOF #define BX_USE_NEW_PIT 0 @@ -6439,7 +6440,7 @@ EOF fi else - echo "$as_me:6442: result: yes" >&5 + echo "$as_me:6443: result: yes" >&5 echo "${ECHO_T}yes" >&6 cat >>confdefs.h <<\EOF #define BX_USE_NEW_PIT 1 @@ -6447,13 +6448,13 @@ EOF fi; -echo "$as_me:6450: checking for slowdown timer" >&5 +echo "$as_me:6451: checking for slowdown timer" >&5 echo $ECHO_N "checking for slowdown timer... $ECHO_C" >&6 # Check whether --enable-slowdown or --disable-slowdown was given. if test "${enable_slowdown+set}" = set; then enableval="$enable_slowdown" if test "$enableval" = yes; then - echo "$as_me:6456: result: yes" >&5 + echo "$as_me:6457: result: yes" >&5 echo "${ECHO_T}yes" >&6 cat >>confdefs.h <<\EOF #define BX_USE_SLOWDOWN_TIMER 1 @@ -6461,7 +6462,7 @@ EOF SLOWDOWN_OBJS='$(SLOWDOWN_OBJS)' else - echo "$as_me:6464: result: no" >&5 + echo "$as_me:6465: result: no" >&5 echo "${ECHO_T}no" >&6 cat >>confdefs.h <<\EOF #define BX_USE_SLOWDOWN_TIMER 0 @@ -6471,7 +6472,7 @@ EOF fi else - echo "$as_me:6474: result: no" >&5 + echo "$as_me:6475: result: no" >&5 echo "${ECHO_T}no" >&6 cat >>confdefs.h <<\EOF #define BX_USE_SLOWDOWN_TIMER 0 @@ -6481,20 +6482,20 @@ EOF fi; -echo "$as_me:6484: checking for idle hack" >&5 +echo "$as_me:6485: checking for idle hack" >&5 echo $ECHO_N "checking for idle hack... $ECHO_C" >&6 # Check whether --enable-idle-hack or --disable-idle-hack was given. if test "${enable_idle_hack+set}" = set; then enableval="$enable_idle_hack" if test "$enableval" = yes; then - echo "$as_me:6490: result: yes" >&5 + echo "$as_me:6491: result: yes" >&5 echo "${ECHO_T}yes" >&6 cat >>confdefs.h <<\EOF #define BX_USE_IDLE_HACK 1 EOF else - echo "$as_me:6497: result: no" >&5 + echo "$as_me:6498: result: no" >&5 echo "${ECHO_T}no" >&6 cat >>confdefs.h <<\EOF #define BX_USE_IDLE_HACK 0 @@ -6503,7 +6504,7 @@ EOF fi else - echo "$as_me:6506: result: no" >&5 + echo "$as_me:6507: result: no" >&5 echo "${ECHO_T}no" >&6 cat >>confdefs.h <<\EOF #define BX_USE_IDLE_HACK 0 @@ -6511,14 +6512,14 @@ EOF fi; -echo "$as_me:6514: checking for number of processors" >&5 +echo "$as_me:6515: checking for number of processors" >&5 echo $ECHO_N "checking for number of processors... $ECHO_C" >&6 # Check whether --enable-processors or --disable-processors was given. if test "${enable_processors+set}" = set; then enableval="$enable_processors" case "$enableval" in 1) - echo "$as_me:6521: result: 1" >&5 + echo "$as_me:6522: result: 1" >&5 echo "${ECHO_T}1" >&6 cat >>confdefs.h <<\EOF #define BX_SMP_PROCESSORS 1 @@ -6534,7 +6535,7 @@ EOF ;; 2) - echo "$as_me:6537: result: 2" >&5 + echo "$as_me:6538: result: 2" >&5 echo "${ECHO_T}2" >&6 cat >>confdefs.h <<\EOF #define BX_SMP_PROCESSORS 2 @@ -6554,7 +6555,7 @@ EOF ;; 4) - echo "$as_me:6557: result: 4" >&5 + echo "$as_me:6558: result: 4" >&5 echo "${ECHO_T}4" >&6 cat >>confdefs.h <<\EOF #define BX_SMP_PROCESSORS 4 @@ -6576,7 +6577,7 @@ EOF *) echo " " echo "WARNING: processors != 1,2,4 can work, but you need to modify rombios.c manually" - echo "$as_me:6579: result: $enable_val" >&5 + echo "$as_me:6580: result: $enable_val" >&5 echo "${ECHO_T}$enable_val" >&6 cat >>confdefs.h <<\EOF #define BX_SMP_PROCESSORS $enable_val @@ -6600,7 +6601,7 @@ EOF else - echo "$as_me:6603: result: 1" >&5 + echo "$as_me:6604: result: 1" >&5 echo "${ECHO_T}1" >&6 cat >>confdefs.h <<\EOF #define BX_SMP_PROCESSORS 1 @@ -6618,10 +6619,10 @@ EOF fi; -echo "$as_me:6621: checking if compiler allows blank labels" >&5 +echo "$as_me:6622: checking if compiler allows blank labels" >&5 echo $ECHO_N "checking if compiler allows blank labels... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF -#line 6624 "configure" +#line 6625 "configure" #include "confdefs.h" int @@ -6633,24 +6634,24 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:6636: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:6637: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:6639: \$? = $ac_status" >&5 + echo "$as_me:6640: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:6642: \"$ac_try\"") >&5 + { (eval echo "$as_me:6643: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6645: \$? = $ac_status" >&5 + echo "$as_me:6646: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - echo "$as_me:6647: result: yes" >&5 + echo "$as_me:6648: result: yes" >&5 echo "${ECHO_T}yes" >&6 else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 - echo "$as_me:6653: result: no" >&5 + echo "$as_me:6654: result: no" >&5 echo "${ECHO_T}no" >&6 cat >>confdefs.h <<\EOF #define BX_NO_BLANK_LABELS 1 @@ -6659,10 +6660,10 @@ EOF fi rm -f conftest.$ac_objext conftest.$ac_ext -echo "$as_me:6662: checking if compiler allows LL for 64-bit constants" >&5 +echo "$as_me:6663: checking if compiler allows LL for 64-bit constants" >&5 echo $ECHO_N "checking if compiler allows LL for 64-bit constants... $ECHO_C" >&6 cat >conftest.$ac_ext <<_ACEOF -#line 6665 "configure" +#line 6666 "configure" #include "confdefs.h" int @@ -6674,24 +6675,24 @@ main () } _ACEOF rm -f conftest.$ac_objext -if { (eval echo "$as_me:6677: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:6678: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:6680: \$? = $ac_status" >&5 + echo "$as_me:6681: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest.$ac_objext' - { (eval echo "$as_me:6683: \"$ac_try\"") >&5 + { (eval echo "$as_me:6684: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:6686: \$? = $ac_status" >&5 + echo "$as_me:6687: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - echo "$as_me:6688: result: yes" >&5 + echo "$as_me:6689: result: yes" >&5 echo "${ECHO_T}yes" >&6 else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 - echo "$as_me:6694: result: no" >&5 + echo "$as_me:6695: result: no" >&5 echo "${ECHO_T}no" >&6 cat >>confdefs.h <<\EOF #define BX_64BIT_CONSTANTS_USE_LL 0 @@ -6700,14 +6701,14 @@ EOF fi rm -f conftest.$ac_objext conftest.$ac_ext -echo "$as_me:6703: checking for cpu level" >&5 +echo "$as_me:6704: checking for cpu level" >&5 echo $ECHO_N "checking for cpu level... $ECHO_C" >&6 # Check whether --enable-cpu-level or --disable-cpu-level was given. if test "${enable_cpu_level+set}" = set; then enableval="$enable_cpu_level" case "$enableval" in 3) - echo "$as_me:6710: result: 3" >&5 + echo "$as_me:6711: result: 3" >&5 echo "${ECHO_T}3" >&6 cat >>confdefs.h <<\EOF #define BX_CPU_LEVEL 3 @@ -6719,7 +6720,7 @@ EOF ;; 4) - echo "$as_me:6722: result: 4" >&5 + echo "$as_me:6723: result: 4" >&5 echo "${ECHO_T}4" >&6 cat >>confdefs.h <<\EOF #define BX_CPU_LEVEL 4 @@ -6731,7 +6732,7 @@ EOF ;; 5) - echo "$as_me:6734: result: 5" >&5 + echo "$as_me:6735: result: 5" >&5 echo "${ECHO_T}5" >&6 cat >>confdefs.h <<\EOF #define BX_CPU_LEVEL 5 @@ -6743,7 +6744,7 @@ EOF ;; 6) - echo "$as_me:6746: result: 6" >&5 + echo "$as_me:6747: result: 6" >&5 echo "${ECHO_T}6" >&6 cat >>confdefs.h <<\EOF #define BX_CPU_LEVEL 6 @@ -6770,7 +6771,7 @@ else # for multiprocessors, cpu level must be 6 if test "$bx_procs" -gt 1; then - echo "$as_me:6773: result: 6" >&5 + echo "$as_me:6774: result: 6" >&5 echo "${ECHO_T}6" >&6 cat >>confdefs.h <<\EOF #define BX_CPU_LEVEL 6 @@ -6782,7 +6783,7 @@ EOF bx_cpu_level=6 else - echo "$as_me:6785: result: 5" >&5 + echo "$as_me:6786: result: 5" >&5 echo "${ECHO_T}5" >&6 cat >>confdefs.h <<\EOF #define BX_CPU_LEVEL 5 @@ -6797,13 +6798,13 @@ EOF fi; -echo "$as_me:6800: checking for dynamic translation support" >&5 +echo "$as_me:6801: checking for dynamic translation support" >&5 echo $ECHO_N "checking for dynamic translation support... $ECHO_C" >&6 # Check whether --enable-dynamic or --disable-dynamic was given. if test "${enable_dynamic+set}" = set; then enableval="$enable_dynamic" if test "$enableval" = no; then - echo "$as_me:6806: result: no" >&5 + echo "$as_me:6807: result: no" >&5 echo "${ECHO_T}no" >&6 cat >>confdefs.h <<\EOF #define BX_DYNAMIC_TRANSLATION 0 @@ -6846,7 +6847,7 @@ EOF AS_DYNAMIC_INCS='' exit 1 ;; esac - echo "$as_me:6849: result: yes" >&5 + echo "$as_me:6850: result: yes" >&5 echo "${ECHO_T}yes" >&6 cat >>confdefs.h <<\EOF #define BX_DYNAMIC_TRANSLATION 1 @@ -6856,7 +6857,7 @@ EOF fi else - echo "$as_me:6859: result: no" >&5 + echo "$as_me:6860: result: no" >&5 echo "${ECHO_T}no" >&6 cat >>confdefs.h <<\EOF #define BX_DYNAMIC_TRANSLATION 0 @@ -6868,13 +6869,13 @@ EOF fi; -echo "$as_me:6871: checking for APIC support" >&5 +echo "$as_me:6872: checking for APIC support" >&5 echo $ECHO_N "checking for APIC support... $ECHO_C" >&6 # Check whether --enable-apic or --disable-apic was given. if test "${enable_apic+set}" = set; then enableval="$enable_apic" if test "$enableval" = yes; then - echo "$as_me:6877: result: yes" >&5 + echo "$as_me:6878: result: yes" >&5 echo "${ECHO_T}yes" >&6 cat >>confdefs.h <<\EOF #define BX_SUPPORT_APIC 1 @@ -6883,7 +6884,7 @@ EOF IOAPIC_OBJS='ioapic.o' APIC_OBJS='apic.o' else - echo "$as_me:6886: result: no" >&5 + echo "$as_me:6887: result: no" >&5 echo "${ECHO_T}no" >&6 if test "$bx_procs" -gt 1; then echo "Number of processors = $bx_procs" @@ -6902,7 +6903,7 @@ else if test "$bx_procs" -gt 1 -o "$bx_cpu_level" -gt 5; then # enable APIC by default, if processors>1 or if cpulevel>5 - echo "$as_me:6905: result: yes" >&5 + echo "$as_me:6906: result: yes" >&5 echo "${ECHO_T}yes" >&6 cat >>confdefs.h <<\EOF #define BX_SUPPORT_APIC 1 @@ -6911,7 +6912,7 @@ EOF IOAPIC_OBJS='ioapic.o' APIC_OBJS='apic.o' else - echo "$as_me:6914: result: no" >&5 + echo "$as_me:6915: result: no" >&5 echo "${ECHO_T}no" >&6 cat >>confdefs.h <<\EOF #define BX_SUPPORT_APIC 0 @@ -6923,20 +6924,20 @@ EOF fi; -echo "$as_me:6926: checking for split hard disk image support" >&5 +echo "$as_me:6927: checking for split hard disk image support" >&5 echo $ECHO_N "checking for split hard disk image support... $ECHO_C" >&6 # Check whether --enable-split-hd or --disable-split-hd was given. if test "${enable_split_hd+set}" = set; then enableval="$enable_split_hd" if test "$enableval" = yes; then - echo "$as_me:6932: result: yes" >&5 + echo "$as_me:6933: result: yes" >&5 echo "${ECHO_T}yes" >&6 cat >>confdefs.h <<\EOF #define BX_SPLIT_HD_SUPPORT 1 EOF else - echo "$as_me:6939: result: no" >&5 + echo "$as_me:6940: result: no" >&5 echo "${ECHO_T}no" >&6 cat >>confdefs.h <<\EOF #define BX_SPLIT_HD_SUPPORT 0 @@ -6945,7 +6946,7 @@ EOF fi else - echo "$as_me:6948: result: yes" >&5 + echo "$as_me:6949: result: yes" >&5 echo "${ECHO_T}yes" >&6 cat >>confdefs.h <<\EOF #define BX_SPLIT_HD_SUPPORT 1 @@ -6953,36 +6954,36 @@ EOF fi; -echo "$as_me:6956: checking for NE2000 support" >&5 +echo "$as_me:6957: checking for NE2000 support" >&5 echo $ECHO_N "checking for NE2000 support... $ECHO_C" >&6 # Check whether --enable-ne2000 or --disable-ne2000 was given. if test "${enable_ne2000+set}" = set; then enableval="$enable_ne2000" if test "$enableval" = yes; then - echo "$as_me:6962: result: yes" >&5 + echo "$as_me:6963: result: yes" >&5 echo "${ECHO_T}yes" >&6 cat >>confdefs.h <<\EOF #define BX_NE2K_SUPPORT 1 EOF NE2K_OBJS='ne2k.o eth.o eth_null.o' - echo "$as_me:6969: checking for net/bpf.h" >&5 + echo "$as_me:6970: checking for net/bpf.h" >&5 echo $ECHO_N "checking for net/bpf.h... $ECHO_C" >&6 if test "${ac_cv_header_net_bpf_h+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 6975 "configure" +#line 6976 "configure" #include "confdefs.h" #include _ACEOF -if { (eval echo "$as_me:6979: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:6980: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:6985: \$? = $ac_status" >&5 + echo "$as_me:6986: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -7001,29 +7002,29 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:7004: result: $ac_cv_header_net_bpf_h" >&5 +echo "$as_me:7005: result: $ac_cv_header_net_bpf_h" >&5 echo "${ECHO_T}$ac_cv_header_net_bpf_h" >&6 if test $ac_cv_header_net_bpf_h = yes; then NE2K_OBJS="$NE2K_OBJS eth_fbsd.o" fi - echo "$as_me:7010: checking for netpacket/packet.h" >&5 + echo "$as_me:7011: checking for netpacket/packet.h" >&5 echo $ECHO_N "checking for netpacket/packet.h... $ECHO_C" >&6 if test "${ac_cv_header_netpacket_packet_h+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 7016 "configure" +#line 7017 "configure" #include "confdefs.h" #include _ACEOF -if { (eval echo "$as_me:7020: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:7021: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:7026: \$? = $ac_status" >&5 + echo "$as_me:7027: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -7042,7 +7043,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:7045: result: $ac_cv_header_netpacket_packet_h" >&5 +echo "$as_me:7046: result: $ac_cv_header_netpacket_packet_h" >&5 echo "${ECHO_T}$ac_cv_header_netpacket_packet_h" >&6 if test $ac_cv_header_netpacket_packet_h = yes; then NE2K_OBJS="$NE2K_OBJS eth_linux.o" @@ -7053,7 +7054,7 @@ fi fi networking=yes else - echo "$as_me:7056: result: no" >&5 + echo "$as_me:7057: result: no" >&5 echo "${ECHO_T}no" >&6 cat >>confdefs.h <<\EOF #define BX_NE2K_SUPPORT 0 @@ -7064,7 +7065,7 @@ EOF fi else - echo "$as_me:7067: result: no" >&5 + echo "$as_me:7068: result: no" >&5 echo "${ECHO_T}no" >&6 cat >>confdefs.h <<\EOF #define BX_NE2K_SUPPORT 0 @@ -7075,13 +7076,13 @@ EOF fi; -echo "$as_me:7078: checking for i440FX PCI support" >&5 +echo "$as_me:7079: checking for i440FX PCI support" >&5 echo $ECHO_N "checking for i440FX PCI support... $ECHO_C" >&6 # Check whether --enable-pci or --disable-pci was given. if test "${enable_pci+set}" = set; then enableval="$enable_pci" if test "$enableval" = yes; then - echo "$as_me:7084: result: yes" >&5 + echo "$as_me:7085: result: yes" >&5 echo "${ECHO_T}yes" >&6 cat >>confdefs.h <<\EOF #define BX_PCI_SUPPORT 1 @@ -7089,7 +7090,7 @@ EOF PCI_OBJ='pci.o' else - echo "$as_me:7092: result: no" >&5 + echo "$as_me:7093: result: no" >&5 echo "${ECHO_T}no" >&6 cat >>confdefs.h <<\EOF #define BX_PCI_SUPPORT 0 @@ -7099,7 +7100,7 @@ EOF fi else - echo "$as_me:7102: result: no" >&5 + echo "$as_me:7103: result: no" >&5 echo "${ECHO_T}no" >&6 cat >>confdefs.h <<\EOF #define BX_PCI_SUPPORT 0 @@ -7109,20 +7110,20 @@ EOF fi; -echo "$as_me:7112: checking for port e9 hack" >&5 +echo "$as_me:7113: checking for port e9 hack" >&5 echo $ECHO_N "checking for port e9 hack... $ECHO_C" >&6 # Check whether --enable-port-e9-hack or --disable-port-e9-hack was given. if test "${enable_port_e9_hack+set}" = set; then enableval="$enable_port_e9_hack" if test "$enableval" = yes; then - echo "$as_me:7118: result: yes" >&5 + echo "$as_me:7119: result: yes" >&5 echo "${ECHO_T}yes" >&6 cat >>confdefs.h <<\EOF #define BX_PORT_E9_HACK 1 EOF else - echo "$as_me:7125: result: no" >&5 + echo "$as_me:7126: result: no" >&5 echo "${ECHO_T}no" >&6 cat >>confdefs.h <<\EOF #define BX_PORT_E9_HACK 0 @@ -7131,7 +7132,7 @@ EOF fi else - echo "$as_me:7134: result: yes" >&5 + echo "$as_me:7135: result: yes" >&5 echo "${ECHO_T}yes" >&6 cat >>confdefs.h <<\EOF #define BX_PORT_E9_HACK 1 @@ -7139,25 +7140,25 @@ EOF fi; -echo "$as_me:7142: checking for use of .cpp as suffix" >&5 +echo "$as_me:7143: checking for use of .cpp as suffix" >&5 echo $ECHO_N "checking for use of .cpp as suffix... $ECHO_C" >&6 # Check whether --enable-cpp or --disable-cpp was given. if test "${enable_cpp+set}" = set; then enableval="$enable_cpp" if test "$enableval" = yes; then - echo "$as_me:7148: result: yes" >&5 + echo "$as_me:7149: result: yes" >&5 echo "${ECHO_T}yes" >&6 SUFFIX_LINE='.SUFFIXES: .cpp' CPP_SUFFIX='cpp' else - echo "$as_me:7153: result: no" >&5 + echo "$as_me:7154: result: no" >&5 echo "${ECHO_T}no" >&6 SUFFIX_LINE='.SUFFIXES: .cc' CPP_SUFFIX='cc' fi else - echo "$as_me:7160: result: no" >&5 + echo "$as_me:7161: result: no" >&5 echo "${ECHO_T}no" >&6 SUFFIX_LINE='.SUFFIXES: .cc' CPP_SUFFIX='cc' @@ -7179,13 +7180,13 @@ if test "$enable_cpp" = yes; then fi fi -echo "$as_me:7182: checking for Bochs internal debugger support" >&5 +echo "$as_me:7183: checking for Bochs internal debugger support" >&5 echo $ECHO_N "checking for Bochs internal debugger support... $ECHO_C" >&6 # Check whether --enable-debugger or --disable-debugger was given. if test "${enable_debugger+set}" = set; then enableval="$enable_debugger" if test "$enableval" = yes; then - echo "$as_me:7188: result: yes" >&5 + echo "$as_me:7189: result: yes" >&5 echo "${ECHO_T}yes" >&6 cat >>confdefs.h <<\EOF #define BX_DEBUGGER 1 @@ -7194,7 +7195,7 @@ EOF DEBUGGER_VAR='$(DEBUGGER_LIB)' bx_debugger=1 else - echo "$as_me:7197: result: no" >&5 + echo "$as_me:7198: result: no" >&5 echo "${ECHO_T}no" >&6 cat >>confdefs.h <<\EOF #define BX_DEBUGGER 0 @@ -7206,7 +7207,7 @@ EOF else - echo "$as_me:7209: result: no" >&5 + echo "$as_me:7210: result: no" >&5 echo "${ECHO_T}no" >&6 cat >>confdefs.h <<\EOF #define BX_DEBUGGER 0 @@ -7217,13 +7218,13 @@ EOF fi; -echo "$as_me:7220: checking for disassembler support" >&5 +echo "$as_me:7221: checking for disassembler support" >&5 echo $ECHO_N "checking for disassembler support... $ECHO_C" >&6 # Check whether --enable-disasm or --disable-disasm was given. if test "${enable_disasm+set}" = set; then enableval="$enable_disasm" if test "$enableval" = yes; then - echo "$as_me:7226: result: yes" >&5 + echo "$as_me:7227: result: yes" >&5 echo "${ECHO_T}yes" >&6 cat >>confdefs.h <<\EOF #define BX_DISASM 1 @@ -7231,7 +7232,7 @@ EOF DISASM_VAR='$(DISASM_LIB)' else - echo "$as_me:7234: result: no" >&5 + echo "$as_me:7235: result: no" >&5 echo "${ECHO_T}no" >&6 if test "$bx_debugger" = 1; then echo "ERROR: debugger is enabled, so --enable-disasm is required" @@ -7246,7 +7247,7 @@ EOF else if test "$bx_debugger" = 1; then - echo "$as_me:7249: result: yes" >&5 + echo "$as_me:7250: result: yes" >&5 echo "${ECHO_T}yes" >&6 cat >>confdefs.h <<\EOF #define BX_DISASM 1 @@ -7254,7 +7255,7 @@ EOF DISASM_VAR='$(DISASM_LIB)' else - echo "$as_me:7257: result: no" >&5 + echo "$as_me:7258: result: no" >&5 echo "${ECHO_T}no" >&6 cat >>confdefs.h <<\EOF #define BX_DISASM 0 @@ -7269,17 +7270,17 @@ READLINE_LIB="" rl_without_curses_ok=no rl_with_curses_ok=no -echo "$as_me:7272: checking if readline works without -lcurses" >&5 +echo "$as_me:7273: checking if readline works without -lcurses" >&5 echo $ECHO_N "checking if readline works without -lcurses... $ECHO_C" >&6 OLD_LIBS=$LIBS LIBS="$LIBS -lreadline" if test "$cross_compiling" = yes; then - { { echo "$as_me:7277: error: cannot run test program while cross compiling" >&5 + { { echo "$as_me:7278: error: cannot run test program while cross compiling" >&5 echo "$as_me: error: cannot run test program while cross compiling" >&2;} { (exit 1); exit 1; }; } else cat >conftest.$ac_ext <<_ACEOF -#line 7282 "configure" +#line 7283 "configure" #include "confdefs.h" #include @@ -7288,39 +7289,39 @@ else _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:7291: \"$ac_link\"") >&5 +if { (eval echo "$as_me:7292: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:7294: \$? = $ac_status" >&5 + echo "$as_me:7295: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:7296: \"$ac_try\"") >&5 + { (eval echo "$as_me:7297: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7299: \$? = $ac_status" >&5 + echo "$as_me:7300: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - echo "$as_me:7301: result: yes" >&5 + echo "$as_me:7302: result: yes" >&5 echo "${ECHO_T}yes" >&6 rl_without_curses_ok=yes else echo "$as_me: program exited with status $ac_status" >&5 echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 - echo "$as_me:7308: result: no" >&5 + echo "$as_me:7309: result: no" >&5 echo "${ECHO_T}no" >&6 fi rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi -echo "$as_me:7314: checking if readline works with -lcurses" >&5 +echo "$as_me:7315: checking if readline works with -lcurses" >&5 echo $ECHO_N "checking if readline works with -lcurses... $ECHO_C" >&6 LIBS="$LIBS -lcurses" if test "$cross_compiling" = yes; then - { { echo "$as_me:7318: error: cannot run test program while cross compiling" >&5 + { { echo "$as_me:7319: error: cannot run test program while cross compiling" >&5 echo "$as_me: error: cannot run test program while cross compiling" >&2;} { (exit 1); exit 1; }; } else cat >conftest.$ac_ext <<_ACEOF -#line 7323 "configure" +#line 7324 "configure" #include "confdefs.h" #include @@ -7329,24 +7330,24 @@ else _ACEOF rm -f conftest$ac_exeext -if { (eval echo "$as_me:7332: \"$ac_link\"") >&5 +if { (eval echo "$as_me:7333: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:7335: \$? = $ac_status" >&5 + echo "$as_me:7336: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (eval echo "$as_me:7337: \"$ac_try\"") >&5 + { (eval echo "$as_me:7338: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:7340: \$? = $ac_status" >&5 + echo "$as_me:7341: \$? = $ac_status" >&5 (exit $ac_status); }; }; then - echo "$as_me:7342: result: yes" >&5 + echo "$as_me:7343: result: yes" >&5 echo "${ECHO_T}yes" >&6 rl_with_curses_ok=yes else echo "$as_me: program exited with status $ac_status" >&5 echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 - echo "$as_me:7349: result: no" >&5 + echo "$as_me:7350: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -7354,34 +7355,34 @@ rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi LIBS=$OLD_LIBS -echo "$as_me:7357: checking whether user wants readline" >&5 +echo "$as_me:7358: checking whether user wants readline" >&5 echo $ECHO_N "checking whether user wants readline... $ECHO_C" >&6 # Check whether --enable-readline or --disable-readline was given. if test "${enable_readline+set}" = set; then enableval="$enable_readline" if test "$enableval" = yes; then - echo "$as_me:7363: result: yes" >&5 + echo "$as_me:7364: result: yes" >&5 echo "${ECHO_T}yes" >&6 want_readline=yes else - echo "$as_me:7367: result: no" >&5 + echo "$as_me:7368: result: no" >&5 echo "${ECHO_T}no" >&6 want_readline=no fi else - echo "$as_me:7373: result: yes" >&5 + echo "$as_me:7374: result: yes" >&5 echo "${ECHO_T}yes" >&6 want_readline=yes fi; -echo "$as_me:7379: checking whether to use readline" >&5 +echo "$as_me:7380: checking whether to use readline" >&5 echo $ECHO_N "checking whether to use readline... $ECHO_C" >&6 if test "$want_readline" = yes; then if test "$bx_debugger" = 1; then if test "$rl_without_curses_ok" = yes; then - echo "$as_me:7384: result: yes" >&5 + echo "$as_me:7385: result: yes" >&5 echo "${ECHO_T}yes" >&6 cat >>confdefs.h <<\EOF #define HAVE_LIBREADLINE 1 @@ -7389,7 +7390,7 @@ EOF READLINE_LIB="-lreadline" elif test "$rl_with_curses_ok" = yes; then - echo "$as_me:7392: result: yes" >&5 + echo "$as_me:7393: result: yes" >&5 echo "${ECHO_T}yes" >&6 cat >>confdefs.h <<\EOF #define HAVE_LIBREADLINE 1 @@ -7397,36 +7398,36 @@ EOF READLINE_LIB="-lreadline -lcurses" else - echo "$as_me:7400: result: no" >&5 + echo "$as_me:7401: result: no" >&5 echo "${ECHO_T}no" >&6 echo WARNING: The readline library was disabled because it was not found. fi else - echo "$as_me:7405: result: no" >&5 + echo "$as_me:7406: result: no" >&5 echo "${ECHO_T}no" >&6 fi else - echo "$as_me:7409: result: no" >&5 + echo "$as_me:7410: result: no" >&5 echo "${ECHO_T}no" >&6 fi -echo "$as_me:7413: checking for readline/history.h" >&5 +echo "$as_me:7414: checking for readline/history.h" >&5 echo $ECHO_N "checking for readline/history.h... $ECHO_C" >&6 if test "${ac_cv_header_readline_history_h+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 7419 "configure" +#line 7420 "configure" #include "confdefs.h" #include _ACEOF -if { (eval echo "$as_me:7423: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:7424: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:7429: \$? = $ac_status" >&5 + echo "$as_me:7430: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -7445,7 +7446,7 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:7448: result: $ac_cv_header_readline_history_h" >&5 +echo "$as_me:7449: result: $ac_cv_header_readline_history_h" >&5 echo "${ECHO_T}$ac_cv_header_readline_history_h" >&6 if test $ac_cv_header_readline_history_h = yes; then cat >>confdefs.h <<\EOF @@ -7454,13 +7455,13 @@ EOF fi -echo "$as_me:7457: checking for loader support" >&5 +echo "$as_me:7458: checking for loader support" >&5 echo $ECHO_N "checking for loader support... $ECHO_C" >&6 # Check whether --enable-loader or --disable-loader was given. if test "${enable_loader+set}" = set; then enableval="$enable_loader" if test "$enableval" = yes; then - echo "$as_me:7463: result: yes" >&5 + echo "$as_me:7464: result: yes" >&5 echo "${ECHO_T}yes" >&6 cat >>confdefs.h <<\EOF #define BX_USE_LOADER 1 @@ -7468,7 +7469,7 @@ EOF BX_LOADER_OBJS='bx_loader.o loader.o' else - echo "$as_me:7471: result: no" >&5 + echo "$as_me:7472: result: no" >&5 echo "${ECHO_T}no" >&6 cat >>confdefs.h <<\EOF #define BX_USE_LOADER 0 @@ -7478,7 +7479,7 @@ EOF fi else - echo "$as_me:7481: result: no" >&5 + echo "$as_me:7482: result: no" >&5 echo "${ECHO_T}no" >&6 cat >>confdefs.h <<\EOF #define BX_USE_LOADER 0 @@ -7490,13 +7491,13 @@ fi; INSTRUMENT_DIR='instrument/stubs' -echo "$as_me:7493: checking for instrumentation support" >&5 +echo "$as_me:7494: checking for instrumentation support" >&5 echo $ECHO_N "checking for instrumentation support... $ECHO_C" >&6 # Check whether --enable-instrumentation or --disable-instrumentation was given. if test "${enable_instrumentation+set}" = set; then enableval="$enable_instrumentation" if test "$enableval" = yes; then - echo "$as_me:7499: result: yes" >&5 + echo "$as_me:7500: result: yes" >&5 echo "${ECHO_T}yes" >&6 cat >>confdefs.h <<\EOF #define BX_INSTRUMENTATION 1 @@ -7504,7 +7505,7 @@ EOF INSTRUMENT_VAR='$(INSTRUMENT_LIB)' elif test "$enableval" = no; then - echo "$as_me:7507: result: no" >&5 + echo "$as_me:7508: result: no" >&5 echo "${ECHO_T}no" >&6 cat >>confdefs.h <<\EOF #define BX_INSTRUMENTATION 0 @@ -7512,7 +7513,7 @@ EOF INSTRUMENT_VAR='' else - echo "$as_me:7515: result: yes" >&5 + echo "$as_me:7516: result: yes" >&5 echo "${ECHO_T}yes" >&6 cat >>confdefs.h <<\EOF #define BX_INSTRUMENTATION 1 @@ -7523,7 +7524,7 @@ EOF fi else - echo "$as_me:7526: result: no" >&5 + echo "$as_me:7527: result: no" >&5 echo "${ECHO_T}no" >&6 cat >>confdefs.h <<\EOF #define BX_INSTRUMENTATION 0 @@ -7614,13 +7615,13 @@ EOF fi; -echo "$as_me:7617: checking for VGA emulation" >&5 +echo "$as_me:7618: checking for VGA emulation" >&5 echo $ECHO_N "checking for VGA emulation... $ECHO_C" >&6 # Check whether --enable-vga or --disable-vga was given. if test "${enable_vga+set}" = set; then enableval="$enable_vga" if test "$enableval" = yes; then - echo "$as_me:7623: result: yes" >&5 + echo "$as_me:7624: result: yes" >&5 echo "${ECHO_T}yes" >&6 cat >>confdefs.h <<\EOF #define BX_SUPPORT_VGA 1 @@ -7628,7 +7629,7 @@ EOF VIDEO_OBJS='$(VIDEO_OBJS_VGA)' else - echo "$as_me:7631: result: no" >&5 + echo "$as_me:7632: result: no" >&5 echo "${ECHO_T}no" >&6 cat >>confdefs.h <<\EOF #define BX_SUPPORT_VGA 0 @@ -7638,7 +7639,7 @@ EOF fi else - echo "$as_me:7641: result: yes" >&5 + echo "$as_me:7642: result: yes" >&5 echo "${ECHO_T}yes" >&6 cat >>confdefs.h <<\EOF #define BX_SUPPORT_VGA 1 @@ -7648,7 +7649,37 @@ EOF fi; -echo "$as_me:7651: checking for FPU emulation" >&5 +echo "$as_me:7652: checking for VESA BIOS extensions" >&5 +echo $ECHO_N "checking for VESA BIOS extensions... $ECHO_C" >&6 +# Check whether --enable-vbe or --disable-vbe was given. +if test "${enable_vbe+set}" = set; then + enableval="$enable_vbe" + if test "$enableval" = yes; then + echo "$as_me:7658: result: yes" >&5 +echo "${ECHO_T}yes" >&6 + cat >>confdefs.h <<\EOF +#define BX_SUPPORT_VBE 1 +EOF + + else + echo "$as_me:7665: result: no" >&5 +echo "${ECHO_T}no" >&6 + cat >>confdefs.h <<\EOF +#define BX_SUPPORT_VBE 0 +EOF + + fi +else + + echo "$as_me:7674: result: no" >&5 +echo "${ECHO_T}no" >&6 + cat >>confdefs.h <<\EOF +#define BX_SUPPORT_VBE 0 +EOF + +fi; + +echo "$as_me:7682: checking for FPU emulation" >&5 echo $ECHO_N "checking for FPU emulation... $ECHO_C" >&6 FPU_VAR='' FPU_GLUE_OBJ='' @@ -7656,7 +7687,7 @@ FPU_GLUE_OBJ='' if test "${enable_fpu+set}" = set; then enableval="$enable_fpu" if test "$enableval" = yes; then - echo "$as_me:7659: result: yes" >&5 + echo "$as_me:7690: result: yes" >&5 echo "${ECHO_T}yes" >&6 cat >>confdefs.h <<\EOF #define BX_SUPPORT_FPU 1 @@ -7665,7 +7696,7 @@ EOF FPU_VAR='$(FPU_LIB)' FPU_GLUE_OBJ='$(FPU_GLUE_OBJ)' elif test "$enableval" = no; then - echo "$as_me:7668: result: no" >&5 + echo "$as_me:7699: result: no" >&5 echo "${ECHO_T}no" >&6 cat >>confdefs.h <<\EOF #define BX_SUPPORT_FPU 0 @@ -7679,7 +7710,7 @@ EOF else - echo "$as_me:7682: result: yes" >&5 + echo "$as_me:7713: result: yes" >&5 echo "${ECHO_T}yes" >&6 cat >>confdefs.h <<\EOF #define BX_SUPPORT_FPU 1 @@ -7690,27 +7721,27 @@ EOF fi; -echo "$as_me:7693: checking for x86 debugger support" >&5 +echo "$as_me:7724: checking for x86 debugger support" >&5 echo $ECHO_N "checking for x86 debugger support... $ECHO_C" >&6 # Check whether --enable-x86-debugger or --disable-x86-debugger was given. if test "${enable_x86_debugger+set}" = set; then enableval="$enable_x86_debugger" if test "$enableval" = yes; then - echo "$as_me:7699: result: yes" >&5 + echo "$as_me:7730: result: yes" >&5 echo "${ECHO_T}yes" >&6 cat >>confdefs.h <<\EOF #define BX_X86_DEBUGGER 1 EOF elif test "$enableval" = no; then - echo "$as_me:7706: result: no" >&5 + echo "$as_me:7737: result: no" >&5 echo "${ECHO_T}no" >&6 cat >>confdefs.h <<\EOF #define BX_X86_DEBUGGER 0 EOF else - echo "$as_me:7713: result: yes" >&5 + echo "$as_me:7744: result: yes" >&5 echo "${ECHO_T}yes" >&6 cat >>confdefs.h <<\EOF #define BX_X86_DEBUGGER 1 @@ -7719,7 +7750,7 @@ EOF fi else - echo "$as_me:7722: result: no" >&5 + echo "$as_me:7753: result: no" >&5 echo "${ECHO_T}no" >&6 cat >>confdefs.h <<\EOF #define BX_X86_DEBUGGER 0 @@ -7727,23 +7758,23 @@ EOF fi; -echo "$as_me:7730: checking for IOKit/storage/IOCDMedia.h" >&5 +echo "$as_me:7761: checking for IOKit/storage/IOCDMedia.h" >&5 echo $ECHO_N "checking for IOKit/storage/IOCDMedia.h... $ECHO_C" >&6 if test "${ac_cv_header_IOKit_storage_IOCDMedia_h+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >conftest.$ac_ext <<_ACEOF -#line 7736 "configure" +#line 7767 "configure" #include "confdefs.h" #include _ACEOF -if { (eval echo "$as_me:7740: \"$ac_cpp conftest.$ac_ext\"") >&5 +if { (eval echo "$as_me:7771: \"$ac_cpp conftest.$ac_ext\"") >&5 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 ac_status=$? egrep -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:7746: \$? = $ac_status" >&5 + echo "$as_me:7777: \$? = $ac_status" >&5 (exit $ac_status); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -7762,20 +7793,20 @@ else fi rm -f conftest.err conftest.$ac_ext fi -echo "$as_me:7765: result: $ac_cv_header_IOKit_storage_IOCDMedia_h" >&5 +echo "$as_me:7796: result: $ac_cv_header_IOKit_storage_IOCDMedia_h" >&5 echo "${ECHO_T}$ac_cv_header_IOKit_storage_IOCDMedia_h" >&6 if test $ac_cv_header_IOKit_storage_IOCDMedia_h = yes; then can_use_osx_cdrom=yes fi -echo "$as_me:7772: checking for CDROM support" >&5 +echo "$as_me:7803: checking for CDROM support" >&5 echo $ECHO_N "checking for CDROM support... $ECHO_C" >&6 # Check whether --enable-cdrom or --disable-cdrom was given. if test "${enable_cdrom+set}" = set; then enableval="$enable_cdrom" if test "$enableval" = no; then - echo "$as_me:7778: result: no" >&5 + echo "$as_me:7809: result: no" >&5 echo "${ECHO_T}no" >&6 CDROM_OBJS='' cat >>confdefs.h <<\EOF @@ -7783,7 +7814,7 @@ echo "${ECHO_T}no" >&6 EOF else - echo "$as_me:7786: result: yes" >&5 + echo "$as_me:7817: result: yes" >&5 echo "${ECHO_T}yes" >&6 CDROM_OBJS='cdrom.o' if test "$with_amigaos" = yes; then @@ -7791,7 +7822,7 @@ echo "${ECHO_T}yes" >&6 CDROM_OBJS="cdrom_amigaos.o" elif test "$can_use_osx_cdrom" = yes; then # use cdrom_osx - echo "$as_me:7794: result: Using OSX IOKit CD Interface" >&5 + echo "$as_me:7825: result: Using OSX IOKit CD Interface" >&5 echo "${ECHO_T}Using OSX IOKit CD Interface" >&6 CDROM_OBJS="cdrom_osx.o" EXTRA_LINK_OPTS="${EXTRA_LINK_OPTS} -framework IOKit -framework CoreFoundation" @@ -7806,7 +7837,7 @@ EOF fi else - echo "$as_me:7809: result: no" >&5 + echo "$as_me:7840: result: no" >&5 echo "${ECHO_T}no" >&6 CDROM_OBJS='' cat >>confdefs.h <<\EOF @@ -7815,13 +7846,13 @@ EOF fi; -echo "$as_me:7818: checking for Sound Blaster 16 support" >&5 +echo "$as_me:7849: checking for Sound Blaster 16 support" >&5 echo $ECHO_N "checking for Sound Blaster 16 support... $ECHO_C" >&6 # Check whether --enable-sb16 or --disable-sb16 was given. if test "${enable_sb16+set}" = set; then enableval="$enable_sb16" if test "$enableval" = no; then - echo "$as_me:7824: result: no" >&5 + echo "$as_me:7855: result: no" >&5 echo "${ECHO_T}no" >&6 SB16_OBJS='' cat >>confdefs.h <<\EOF @@ -7836,7 +7867,7 @@ EOF #define BX_SOUND_OUTPUT_C bx_sound_output_c EOF - echo "$as_me:7839: result: dummy" >&5 + echo "$as_me:7870: result: dummy" >&5 echo "${ECHO_T}dummy" >&6 ;; freebsd|linux) @@ -7845,7 +7876,7 @@ echo "${ECHO_T}dummy" >&6 #define BX_SOUND_OUTPUT_C bx_sound_linux_c EOF - echo "$as_me:7848: result: linux" >&5 + echo "$as_me:7879: result: linux" >&5 echo "${ECHO_T}linux" >&6 ;; win) @@ -7854,7 +7885,7 @@ echo "${ECHO_T}linux" >&6 #define BX_SOUND_OUTPUT_C bx_sound_windows_c EOF - echo "$as_me:7857: result: win" >&5 + echo "$as_me:7888: result: win" >&5 echo "${ECHO_T}win" >&6 ;; *) @@ -7870,7 +7901,7 @@ EOF fi else - echo "$as_me:7873: result: no" >&5 + echo "$as_me:7904: result: no" >&5 echo "${ECHO_T}no" >&6 SB16_OBJS='' cat >>confdefs.h <<\EOF @@ -7888,14 +7919,14 @@ EOF fi; -echo "$as_me:7891: checking for I/O Interface to the debugger" >&5 +echo "$as_me:7922: checking for I/O Interface to the debugger" >&5 echo $ECHO_N "checking for I/O Interface to the debugger... $ECHO_C" >&6 IODEBUG_OBJS='' # Check whether --enable-iodebug or --disable-iodebug was given. if test "${enable_iodebug+set}" = set; then enableval="$enable_iodebug" if test "$enableval" = yes; then - echo "$as_me:7898: result: yes" >&5 + echo "$as_me:7929: result: yes" >&5 echo "${ECHO_T}yes" >&6 cat >>confdefs.h <<\EOF #define BX_IODEBUG_SUPPORT 1 @@ -7903,7 +7934,7 @@ EOF IODEBUG_OBJS='iodebug.o' else - echo "$as_me:7906: result: no" >&5 + echo "$as_me:7937: result: no" >&5 echo "${ECHO_T}no" >&6 cat >>confdefs.h <<\EOF #define BX_IODEBUG_SUPPORT 0 @@ -7913,7 +7944,7 @@ EOF else - echo "$as_me:7916: result: no" >&5 + echo "$as_me:7947: result: no" >&5 echo "${ECHO_T}no" >&6 cat >>confdefs.h <<\EOF #define BX_IODEBUG_SUPPORT 0 @@ -8016,11 +8047,11 @@ CD_UP_TWO="echo done" INSTALL_TARGET=install_unix INSTALL_LIST_FOR_PLATFORM= -echo "$as_me:8019: checking for default gui on this platform" >&5 +echo "$as_me:8050: checking for default gui on this platform" >&5 echo $ECHO_N "checking for default gui on this platform... $ECHO_C" >&6 -echo "$as_me:8021: result: $DEFAULT_GUI" >&5 +echo "$as_me:8052: result: $DEFAULT_GUI" >&5 echo "${ECHO_T}$DEFAULT_GUI" >&6 -echo "$as_me:8023: checking for gui library to use" >&5 +echo "$as_me:8054: checking for gui library to use" >&5 echo $ECHO_N "checking for gui library to use... $ECHO_C" >&6 # the $with_* variable tells the gui library to use, but does NOT necessarily @@ -8028,7 +8059,7 @@ echo $ECHO_N "checking for gui library to use... $ECHO_C" >&6 # handled later. if test "$with_x11" = yes; then - echo "$as_me:8031: result: X windows" >&5 + echo "$as_me:8062: result: X windows" >&5 echo "${ECHO_T}X windows" >&6 if test "$no_x" = yes; then echo ERROR: X windows gui was selected, but X windows libraries were not found. @@ -8042,7 +8073,7 @@ EOF GUI_LINK_OPTS='$(GUI_LINK_OPTS_X)' INSTALL_LIST_FOR_PLATFORM='$(INSTALL_LIST_X11)' elif test "$with_beos" = yes; then - echo "$as_me:8045: result: beos" >&5 + echo "$as_me:8076: result: beos" >&5 echo "${ECHO_T}beos" >&6 cat >>confdefs.h <<\EOF #define BX_WITH_BEOS 1 @@ -8051,7 +8082,7 @@ EOF GUI_OBJS='$(GUI_OBJS_BEOS)' GUI_LINK_OPTS='$(GUI_LINK_OPTS_BEOS)' elif test "$with_sdl" = yes; then - echo "$as_me:8054: result: sdl" >&5 + echo "$as_me:8085: result: sdl" >&5 echo "${ECHO_T}sdl" >&6 cat >>confdefs.h <<\EOF #define BX_WITH_SDL 1 @@ -8060,7 +8091,7 @@ EOF GUI_OBJS='$(GUI_OBJS_SDL)' GUI_LINK_OPTS='$(GUI_LINK_OPTS_SDL)' elif test "$with_rfb" = yes; then - echo "$as_me:8063: result: rfb" >&5 + echo "$as_me:8094: result: rfb" >&5 echo "${ECHO_T}rfb" >&6 cat >>confdefs.h <<\EOF #define BX_WITH_RFB 1 @@ -8069,7 +8100,7 @@ EOF GUI_OBJS='$(GUI_OBJS_RFB)' GUI_LINK_OPTS='$(GUI_LINK_OPTS_RFB)' elif test "$with_amigaos" = yes; then - echo "$as_me:8072: result: amigaos" >&5 + echo "$as_me:8103: result: amigaos" >&5 echo "${ECHO_T}amigaos" >&6 cat >>confdefs.h <<\EOF #define BX_WITH_AMIGAOS 1 @@ -8078,7 +8109,7 @@ EOF GUI_OBJS='$(GUI_OBJS_AMIGAOS)' GUI_LINK_OPTS='$(GUI_LINK_OPTS_AMIGAOS)' elif test "$with_win32" = yes; then - echo "$as_me:8081: result: win32" >&5 + echo "$as_me:8112: result: win32" >&5 echo "${ECHO_T}win32" >&6 cat >>confdefs.h <<\EOF #define BX_WITH_WIN32 1 @@ -8096,7 +8127,7 @@ EOF ;; esac elif test "$with_macos" = yes; then - echo "$as_me:8099: result: macos" >&5 + echo "$as_me:8130: result: macos" >&5 echo "${ECHO_T}macos" >&6 cat >>confdefs.h <<\EOF #define BX_WITH_MACOS 1 @@ -8105,7 +8136,7 @@ EOF GUI_OBJS='$(GUI_OBJS_MACOS)' GUI_LINK_OPTS='$(GUI_LINK_OPTS_MACOS)' elif test "$with_carbon" = yes; then - echo "$as_me:8108: result: carbon" >&5 + echo "$as_me:8139: result: carbon" >&5 echo "${ECHO_T}carbon" >&6 cat >>confdefs.h <<\EOF #define BX_WITH_CARBON 1 @@ -8115,7 +8146,7 @@ EOF GUI_LINK_OPTS='$(GUI_LINK_OPTS_CARBON)' PRIMARY_TARGET=bochs.app/.build # only for carbon application elif test "$with_term" = yes; then - echo "$as_me:8118: result: term" >&5 + echo "$as_me:8149: result: term" >&5 echo "${ECHO_T}term" >&6 cat >>confdefs.h <<\EOF #define BX_WITH_TERM 1 @@ -8125,7 +8156,7 @@ EOF GUI_LINK_OPTS='$(GUI_LINK_OPTS_TERM)' use_curses=yes else - echo "$as_me:8128: result: none" >&5 + echo "$as_me:8159: result: none" >&5 echo "${ECHO_T}none" >&6 cat >>confdefs.h <<\EOF #define BX_WITH_NOGUI 1 @@ -8207,7 +8238,7 @@ EOF esac if test "$use_curses" = yes; then - echo "$as_me:8210: checking for mvaddch in -lcurses" >&5 + echo "$as_me:8241: checking for mvaddch in -lcurses" >&5 echo $ECHO_N "checking for mvaddch in -lcurses... $ECHO_C" >&6 if test "${ac_cv_lib_curses_mvaddch+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -8215,7 +8246,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lcurses $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 8218 "configure" +#line 8249 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -8234,16 +8265,16 @@ mvaddch (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:8237: \"$ac_link\"") >&5 +if { (eval echo "$as_me:8268: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:8240: \$? = $ac_status" >&5 + echo "$as_me:8271: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:8243: \"$ac_try\"") >&5 + { (eval echo "$as_me:8274: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8246: \$? = $ac_status" >&5 + echo "$as_me:8277: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_curses_mvaddch=yes else @@ -8254,13 +8285,13 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:8257: result: $ac_cv_lib_curses_mvaddch" >&5 +echo "$as_me:8288: result: $ac_cv_lib_curses_mvaddch" >&5 echo "${ECHO_T}$ac_cv_lib_curses_mvaddch" >&6 if test $ac_cv_lib_curses_mvaddch = yes; then GUI_LINK_OPTS_TERM='-lcurses' fi - echo "$as_me:8263: checking for mvaddch in -lncurses" >&5 + echo "$as_me:8294: checking for mvaddch in -lncurses" >&5 echo $ECHO_N "checking for mvaddch in -lncurses... $ECHO_C" >&6 if test "${ac_cv_lib_ncurses_mvaddch+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -8268,7 +8299,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lncurses $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 8271 "configure" +#line 8302 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -8287,16 +8318,16 @@ mvaddch (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:8290: \"$ac_link\"") >&5 +if { (eval echo "$as_me:8321: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:8293: \$? = $ac_status" >&5 + echo "$as_me:8324: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:8296: \"$ac_try\"") >&5 + { (eval echo "$as_me:8327: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8299: \$? = $ac_status" >&5 + echo "$as_me:8330: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_ncurses_mvaddch=yes else @@ -8307,13 +8338,13 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:8310: result: $ac_cv_lib_ncurses_mvaddch" >&5 +echo "$as_me:8341: result: $ac_cv_lib_ncurses_mvaddch" >&5 echo "${ECHO_T}$ac_cv_lib_ncurses_mvaddch" >&6 if test $ac_cv_lib_ncurses_mvaddch = yes; then GUI_LINK_OPTS_TERM='-lncurses' fi - echo "$as_me:8316: checking for mvaddch in -ltermlib" >&5 + echo "$as_me:8347: checking for mvaddch in -ltermlib" >&5 echo $ECHO_N "checking for mvaddch in -ltermlib... $ECHO_C" >&6 if test "${ac_cv_lib_termlib_mvaddch+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -8321,7 +8352,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-ltermlib $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 8324 "configure" +#line 8355 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -8340,16 +8371,16 @@ mvaddch (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:8343: \"$ac_link\"") >&5 +if { (eval echo "$as_me:8374: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:8346: \$? = $ac_status" >&5 + echo "$as_me:8377: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:8349: \"$ac_try\"") >&5 + { (eval echo "$as_me:8380: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8352: \$? = $ac_status" >&5 + echo "$as_me:8383: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_termlib_mvaddch=yes else @@ -8360,7 +8391,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:8363: result: $ac_cv_lib_termlib_mvaddch" >&5 +echo "$as_me:8394: result: $ac_cv_lib_termlib_mvaddch" >&5 echo "${ECHO_T}$ac_cv_lib_termlib_mvaddch" >&6 if test $ac_cv_lib_termlib_mvaddch = yes; then GUI_LINK_OPTS_TERM='-ltermlib' @@ -8374,12 +8405,12 @@ fi if test "$with_rfb" = yes; then # first see if compiler takes "-pthread" argument - echo "$as_me:8377: checking for -pthread arg to compiler" >&5 + echo "$as_me:8408: checking for -pthread arg to compiler" >&5 echo $ECHO_N "checking for -pthread arg to compiler... $ECHO_C" >&6 CFLAGS_SAVE="$CFLAGS" CFLAGS="$CFLAGS -pthread" cat >conftest.$ac_ext <<_ACEOF -#line 8382 "configure" +#line 8413 "configure" #include "confdefs.h" #include int @@ -8391,20 +8422,20 @@ main () } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:8394: \"$ac_link\"") >&5 +if { (eval echo "$as_me:8425: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:8397: \$? = $ac_status" >&5 + echo "$as_me:8428: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:8400: \"$ac_try\"") >&5 + { (eval echo "$as_me:8431: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8403: \$? = $ac_status" >&5 + echo "$as_me:8434: \$? = $ac_status" >&5 (exit $ac_status); }; }; then # it compiles with -pthread - echo "$as_me:8407: result: yes" >&5 + echo "$as_me:8438: result: yes" >&5 echo "${ECHO_T}yes" >&6 CXXFLAGS="$CXXFLAGS -pthread" @@ -8412,11 +8443,11 @@ else echo "$as_me: failed program was:" >&5 cat conftest.$ac_ext >&5 - echo "$as_me:8415: result: no" >&5 + echo "$as_me:8446: result: no" >&5 echo "${ECHO_T}no" >&6 # now try with -lpthread CFLAGS="$CFLAGS_SAVE" - echo "$as_me:8419: checking for pthread_create in -lpthread" >&5 + echo "$as_me:8450: checking for pthread_create in -lpthread" >&5 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -8424,7 +8455,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lpthread $LIBS" cat >conftest.$ac_ext <<_ACEOF -#line 8427 "configure" +#line 8458 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -8443,16 +8474,16 @@ pthread_create (); } _ACEOF rm -f conftest.$ac_objext conftest$ac_exeext -if { (eval echo "$as_me:8446: \"$ac_link\"") >&5 +if { (eval echo "$as_me:8477: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:8449: \$? = $ac_status" >&5 + echo "$as_me:8480: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:8452: \"$ac_try\"") >&5 + { (eval echo "$as_me:8483: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:8455: \$? = $ac_status" >&5 + echo "$as_me:8486: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_lib_pthread_pthread_create=yes else @@ -8463,7 +8494,7 @@ fi rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:8466: result: $ac_cv_lib_pthread_pthread_create" >&5 +echo "$as_me:8497: result: $ac_cv_lib_pthread_pthread_create" >&5 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6 if test $ac_cv_lib_pthread_pthread_create = yes; then @@ -8488,7 +8519,7 @@ if test ! -d build/linux; then mkdir build/linux; fi # Extract the first word of "gzip", so it can be a program name with args. set dummy gzip; ac_word=$2 -echo "$as_me:8491: checking for $ac_word" >&5 +echo "$as_me:8522: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_path_GZIP+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -8505,7 +8536,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. if $as_executable_p "$ac_dir/$ac_word"; then ac_cv_path_GZIP="$ac_dir/$ac_word" - echo "$as_me:8508: found $ac_dir/$ac_word" >&5 + echo "$as_me:8539: found $ac_dir/$ac_word" >&5 break fi done @@ -8516,16 +8547,16 @@ fi GZIP=$ac_cv_path_GZIP if test -n "$GZIP"; then - echo "$as_me:8519: result: $GZIP" >&5 + echo "$as_me:8550: result: $GZIP" >&5 echo "${ECHO_T}$GZIP" >&6 else - echo "$as_me:8522: result: no" >&5 + echo "$as_me:8553: result: no" >&5 echo "${ECHO_T}no" >&6 fi # Extract the first word of "tar", so it can be a program name with args. set dummy tar; ac_word=$2 -echo "$as_me:8528: checking for $ac_word" >&5 +echo "$as_me:8559: checking for $ac_word" >&5 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 if test "${ac_cv_path_TAR+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -8542,7 +8573,7 @@ for ac_dir in $ac_dummy; do test -z "$ac_dir" && ac_dir=. if $as_executable_p "$ac_dir/$ac_word"; then ac_cv_path_TAR="$ac_dir/$ac_word" - echo "$as_me:8545: found $ac_dir/$ac_word" >&5 + echo "$as_me:8576: found $ac_dir/$ac_word" >&5 break fi done @@ -8553,10 +8584,10 @@ fi TAR=$ac_cv_path_TAR if test -n "$TAR"; then - echo "$as_me:8556: result: $TAR" >&5 + echo "$as_me:8587: result: $TAR" >&5 echo "${ECHO_T}$TAR" >&6 else - echo "$as_me:8559: result: no" >&5 + echo "$as_me:8590: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -8640,7 +8671,7 @@ DEFS=-DHAVE_CONFIG_H : ${CONFIG_STATUS=./config.status} ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files $CONFIG_STATUS" -{ echo "$as_me:8643: creating $CONFIG_STATUS" >&5 +{ echo "$as_me:8674: creating $CONFIG_STATUS" >&5 echo "$as_me: creating $CONFIG_STATUS" >&6;} cat >$CONFIG_STATUS <<_ACEOF #! $SHELL @@ -8812,7 +8843,7 @@ cat >>$CONFIG_STATUS <<\EOF echo "$ac_cs_version"; exit 0 ;; --he | --h) # Conflict between --help and --header - { { echo "$as_me:8815: error: ambiguous option: $1 + { { echo "$as_me:8846: error: ambiguous option: $1 Try \`$0 --help' for more information." >&5 echo "$as_me: error: ambiguous option: $1 Try \`$0 --help' for more information." >&2;} @@ -8831,7 +8862,7 @@ Try \`$0 --help' for more information." >&2;} ac_need_defaults=false;; # This is an error. - -*) { { echo "$as_me:8834: error: unrecognized option: $1 + -*) { { echo "$as_me:8865: error: unrecognized option: $1 Try \`$0 --help' for more information." >&5 echo "$as_me: error: unrecognized option: $1 Try \`$0 --help' for more information." >&2;} @@ -8884,7 +8915,7 @@ do "bxversion.h" ) CONFIG_FILES="$CONFIG_FILES bxversion.h" ;; "build/linux/DOC-linux.html" ) CONFIG_FILES="$CONFIG_FILES build/linux/DOC-linux.html" ;; "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; - *) { { echo "$as_me:8887: error: invalid argument: $ac_config_target" >&5 + *) { { echo "$as_me:8918: error: invalid argument: $ac_config_target" >&5 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} { (exit 1); exit 1; }; };; esac @@ -9160,7 +9191,7 @@ done; } esac if test x"$ac_file" != x-; then - { echo "$as_me:9163: creating $ac_file" >&5 + { echo "$as_me:9194: creating $ac_file" >&5 echo "$as_me: creating $ac_file" >&6;} rm -f "$ac_file" fi @@ -9178,7 +9209,7 @@ echo "$as_me: creating $ac_file" >&6;} -) echo $tmp/stdin ;; [\\/$]*) # Absolute (can't be DOS-style, as IFS=:) - test -f "$f" || { { echo "$as_me:9181: error: cannot find input file: $f" >&5 + test -f "$f" || { { echo "$as_me:9212: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } echo $f;; @@ -9191,7 +9222,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;} echo $srcdir/$f else # /dev/null tree - { { echo "$as_me:9194: error: cannot find input file: $f" >&5 + { { echo "$as_me:9225: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } fi;; @@ -9251,7 +9282,7 @@ for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue * ) ac_file_in=$ac_file.in ;; esac - test x"$ac_file" != x- && { echo "$as_me:9254: creating $ac_file" >&5 + test x"$ac_file" != x- && { echo "$as_me:9285: creating $ac_file" >&5 echo "$as_me: creating $ac_file" >&6;} # First look for the input files in the build tree, otherwise in the @@ -9262,7 +9293,7 @@ echo "$as_me: creating $ac_file" >&6;} -) echo $tmp/stdin ;; [\\/$]*) # Absolute (can't be DOS-style, as IFS=:) - test -f "$f" || { { echo "$as_me:9265: error: cannot find input file: $f" >&5 + test -f "$f" || { { echo "$as_me:9296: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } echo $f;; @@ -9275,7 +9306,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;} echo $srcdir/$f else # /dev/null tree - { { echo "$as_me:9278: error: cannot find input file: $f" >&5 + { { echo "$as_me:9309: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } fi;; @@ -9392,7 +9423,7 @@ cat >>$CONFIG_STATUS <<\EOF rm -f $tmp/in if test x"$ac_file" != x-; then if cmp -s $ac_file $tmp/config.h 2>/dev/null; then - { echo "$as_me:9395: $ac_file is unchanged" >&5 + { echo "$as_me:9426: $ac_file is unchanged" >&5 echo "$as_me: $ac_file is unchanged" >&6;} else ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ diff --git a/bochs/configure.in b/bochs/configure.in index ffca0daed..a2095f03d 100644 --- a/bochs/configure.in +++ b/bochs/configure.in @@ -778,6 +778,22 @@ AC_ARG_ENABLE(vga, ) AC_SUBST(VIDEO_OBJS) +AC_MSG_CHECKING(for VESA BIOS extensions) +AC_ARG_ENABLE(vbe, + [ --enable-vbe use VESA BIOS extensions], + [if test "$enableval" = yes; then + AC_MSG_RESULT(yes) + AC_DEFINE(BX_SUPPORT_VBE, 1) + else + AC_MSG_RESULT(no) + AC_DEFINE(BX_SUPPORT_VBE, 0) + fi], + [ + AC_MSG_RESULT(no) + AC_DEFINE(BX_SUPPORT_VBE, 0) + ] + ) + AC_MSG_CHECKING(for FPU emulation) FPU_VAR='' FPU_GLUE_OBJ=''