version 1.21 | | version 1.22 |
---|
| | |
PATH_SEPARATOR="$ac_path_separator" | | PATH_SEPARATOR="$ac_path_separator" |
rm -f conftest.sh | | rm -f conftest.sh |
| | |
| | SUBDIRS="common random_maps socket server include lib utils doc" |
| | |
ac_config_headers="$ac_config_headers include/autoconf.h" | | ac_config_headers="$ac_config_headers include/autoconf.h" |
| | |
ac_aux_dir= | | ac_aux_dir= |
| | |
fi | | fi |
done | | done |
if test -z "$ac_aux_dir"; then | | if test -z "$ac_aux_dir"; then |
{ { echo "$as_me:1021: error: cannot find install-sh or install.sh in utils/ $srcdir/utils/" >&5 | | { { echo "$as_me:1023: error: cannot find install-sh or install.sh in utils/ $srcdir/utils/" >&5 |
echo "$as_me: error: cannot find install-sh or install.sh in utils/ $srcdir/utils/" >&2;} | | echo "$as_me: error: cannot find install-sh or install.sh in utils/ $srcdir/utils/" >&2;} |
{ (exit 1); exit 1; }; } | | { (exit 1); exit 1; }; } |
fi | | fi |
| | |
| | |
# Make sure we can run config.sub. | | # Make sure we can run config.sub. |
$ac_config_sub sun4 >/dev/null 2>&1 || | | $ac_config_sub sun4 >/dev/null 2>&1 || |
{ { echo "$as_me:1031: error: cannot run $ac_config_sub" >&5 | | { { echo "$as_me:1033: error: cannot run $ac_config_sub" >&5 |
echo "$as_me: error: cannot run $ac_config_sub" >&2;} | | echo "$as_me: error: cannot run $ac_config_sub" >&2;} |
{ (exit 1); exit 1; }; } | | { (exit 1); exit 1; }; } |
| | |
echo "$as_me:1035: checking build system type" >&5 | | echo "$as_me:1037: checking build system type" >&5 |
echo $ECHO_N "checking build system type... $ECHO_C" >&6 | | echo $ECHO_N "checking build system type... $ECHO_C" >&6 |
if test "${ac_cv_build+set}" = set; then | | if test "${ac_cv_build+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
test -z "$ac_cv_build_alias" && | | test -z "$ac_cv_build_alias" && |
ac_cv_build_alias=`$ac_config_guess` | | ac_cv_build_alias=`$ac_config_guess` |
test -z "$ac_cv_build_alias" && | | test -z "$ac_cv_build_alias" && |
{ { echo "$as_me:1044: error: cannot guess build type; you must specify one" >&5 | | { { echo "$as_me:1046: error: cannot guess build type; you must specify one" >&5 |
echo "$as_me: error: cannot guess build type; you must specify one" >&2;} | | echo "$as_me: error: cannot guess build type; you must specify one" >&2;} |
{ (exit 1); exit 1; }; } | | { (exit 1); exit 1; }; } |
ac_cv_build=`$ac_config_sub $ac_cv_build_alias` || | | ac_cv_build=`$ac_config_sub $ac_cv_build_alias` || |
{ { echo "$as_me:1048: error: $ac_config_sub $ac_cv_build_alias failed." >&5 | | { { echo "$as_me:1050: error: $ac_config_sub $ac_cv_build_alias failed." >&5 |
echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;} | | echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;} |
{ (exit 1); exit 1; }; } | | { (exit 1); exit 1; }; } |
| | |
fi | | fi |
echo "$as_me:1053: result: $ac_cv_build" >&5 | | echo "$as_me:1055: result: $ac_cv_build" >&5 |
echo "${ECHO_T}$ac_cv_build" >&6 | | echo "${ECHO_T}$ac_cv_build" >&6 |
build=$ac_cv_build | | build=$ac_cv_build |
build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` | | build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` |
build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` | | build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` |
build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` | | build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` |
| | |
echo "$as_me:1060: checking host system type" >&5 | | echo "$as_me:1062: checking host system type" >&5 |
echo $ECHO_N "checking host system type... $ECHO_C" >&6 | | echo $ECHO_N "checking host system type... $ECHO_C" >&6 |
if test "${ac_cv_host+set}" = set; then | | if test "${ac_cv_host+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
test -z "$ac_cv_host_alias" && | | test -z "$ac_cv_host_alias" && |
ac_cv_host_alias=$ac_cv_build_alias | | ac_cv_host_alias=$ac_cv_build_alias |
ac_cv_host=`$ac_config_sub $ac_cv_host_alias` || | | ac_cv_host=`$ac_config_sub $ac_cv_host_alias` || |
{ { echo "$as_me:1069: error: $ac_config_sub $ac_cv_host_alias failed" >&5 | | { { echo "$as_me:1071: error: $ac_config_sub $ac_cv_host_alias failed" >&5 |
echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;} | | echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;} |
{ (exit 1); exit 1; }; } | | { (exit 1); exit 1; }; } |
| | |
fi | | fi |
echo "$as_me:1074: result: $ac_cv_host" >&5 | | echo "$as_me:1076: result: $ac_cv_host" >&5 |
echo "${ECHO_T}$ac_cv_host" >&6 | | echo "${ECHO_T}$ac_cv_host" >&6 |
host=$ac_cv_host | | host=$ac_cv_host |
host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` | | host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` |
host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` | | host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` |
host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` | | host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` |
| | |
echo "$as_me:1081: checking target system type" >&5 | | echo "$as_me:1083: checking target system type" >&5 |
echo $ECHO_N "checking target system type... $ECHO_C" >&6 | | echo $ECHO_N "checking target system type... $ECHO_C" >&6 |
if test "${ac_cv_target+set}" = set; then | | if test "${ac_cv_target+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
test "x$ac_cv_target_alias" = "x" && | | test "x$ac_cv_target_alias" = "x" && |
ac_cv_target_alias=$ac_cv_host_alias | | ac_cv_target_alias=$ac_cv_host_alias |
ac_cv_target=`$ac_config_sub $ac_cv_target_alias` || | | ac_cv_target=`$ac_config_sub $ac_cv_target_alias` || |
{ { echo "$as_me:1090: error: $ac_config_sub $ac_cv_target_alias failed" >&5 | | { { echo "$as_me:1092: error: $ac_config_sub $ac_cv_target_alias failed" >&5 |
echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;} | | echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;} |
{ (exit 1); exit 1; }; } | | { (exit 1); exit 1; }; } |
| | |
fi | | fi |
echo "$as_me:1095: result: $ac_cv_target" >&5 | | echo "$as_me:1097: result: $ac_cv_target" >&5 |
echo "${ECHO_T}$ac_cv_target" >&6 | | echo "${ECHO_T}$ac_cv_target" >&6 |
target=$ac_cv_target | | target=$ac_cv_target |
target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` | | target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` |
| | |
if test -n "$ac_tool_prefix"; then | | 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. | | # 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 | | set dummy ${ac_tool_prefix}gcc; ac_word=$2 |
echo "$as_me:1116: checking for $ac_word" >&5 | | echo "$as_me:1118: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
if test "${ac_cv_prog_CC+set}" = set; then | | if test "${ac_cv_prog_CC+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
test -z "$ac_dir" && ac_dir=. | | test -z "$ac_dir" && ac_dir=. |
$as_executable_p "$ac_dir/$ac_word" || continue | | $as_executable_p "$ac_dir/$ac_word" || continue |
ac_cv_prog_CC="${ac_tool_prefix}gcc" | | ac_cv_prog_CC="${ac_tool_prefix}gcc" |
echo "$as_me:1131: found $ac_dir/$ac_word" >&5 | | echo "$as_me:1133: found $ac_dir/$ac_word" >&5 |
break | | break |
done | | done |
| | |
| | |
fi | | fi |
CC=$ac_cv_prog_CC | | CC=$ac_cv_prog_CC |
if test -n "$CC"; then | | if test -n "$CC"; then |
echo "$as_me:1139: result: $CC" >&5 | | echo "$as_me:1141: result: $CC" >&5 |
echo "${ECHO_T}$CC" >&6 | | echo "${ECHO_T}$CC" >&6 |
else | | else |
echo "$as_me:1142: result: no" >&5 | | echo "$as_me:1144: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6 |
fi | | fi |
| | |
| | |
ac_ct_CC=$CC | | ac_ct_CC=$CC |
# Extract the first word of "gcc", so it can be a program name with args. | | # Extract the first word of "gcc", so it can be a program name with args. |
set dummy gcc; ac_word=$2 | | set dummy gcc; ac_word=$2 |
echo "$as_me:1151: checking for $ac_word" >&5 | | echo "$as_me:1153: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then | | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
test -z "$ac_dir" && ac_dir=. | | test -z "$ac_dir" && ac_dir=. |
$as_executable_p "$ac_dir/$ac_word" || continue | | $as_executable_p "$ac_dir/$ac_word" || continue |
ac_cv_prog_ac_ct_CC="gcc" | | ac_cv_prog_ac_ct_CC="gcc" |
echo "$as_me:1166: found $ac_dir/$ac_word" >&5 | | echo "$as_me:1168: found $ac_dir/$ac_word" >&5 |
break | | break |
done | | done |
| | |
| | |
fi | | fi |
ac_ct_CC=$ac_cv_prog_ac_ct_CC | | ac_ct_CC=$ac_cv_prog_ac_ct_CC |
if test -n "$ac_ct_CC"; then | | if test -n "$ac_ct_CC"; then |
echo "$as_me:1174: result: $ac_ct_CC" >&5 | | echo "$as_me:1176: result: $ac_ct_CC" >&5 |
echo "${ECHO_T}$ac_ct_CC" >&6 | | echo "${ECHO_T}$ac_ct_CC" >&6 |
else | | else |
echo "$as_me:1177: result: no" >&5 | | echo "$as_me:1179: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6 |
fi | | fi |
| | |
| | |
if test -n "$ac_tool_prefix"; 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. | | # 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 | | set dummy ${ac_tool_prefix}cc; ac_word=$2 |
echo "$as_me:1190: checking for $ac_word" >&5 | | echo "$as_me:1192: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
if test "${ac_cv_prog_CC+set}" = set; then | | if test "${ac_cv_prog_CC+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
test -z "$ac_dir" && ac_dir=. | | test -z "$ac_dir" && ac_dir=. |
$as_executable_p "$ac_dir/$ac_word" || continue | | $as_executable_p "$ac_dir/$ac_word" || continue |
ac_cv_prog_CC="${ac_tool_prefix}cc" | | ac_cv_prog_CC="${ac_tool_prefix}cc" |
echo "$as_me:1205: found $ac_dir/$ac_word" >&5 | | echo "$as_me:1207: found $ac_dir/$ac_word" >&5 |
break | | break |
done | | done |
| | |
| | |
fi | | fi |
CC=$ac_cv_prog_CC | | CC=$ac_cv_prog_CC |
if test -n "$CC"; then | | if test -n "$CC"; then |
echo "$as_me:1213: result: $CC" >&5 | | echo "$as_me:1215: result: $CC" >&5 |
echo "${ECHO_T}$CC" >&6 | | echo "${ECHO_T}$CC" >&6 |
else | | else |
echo "$as_me:1216: result: no" >&5 | | echo "$as_me:1218: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6 |
fi | | fi |
| | |
| | |
ac_ct_CC=$CC | | ac_ct_CC=$CC |
# Extract the first word of "cc", so it can be a program name with args. | | # Extract the first word of "cc", so it can be a program name with args. |
set dummy cc; ac_word=$2 | | set dummy cc; ac_word=$2 |
echo "$as_me:1225: checking for $ac_word" >&5 | | echo "$as_me:1227: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then | | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
test -z "$ac_dir" && ac_dir=. | | test -z "$ac_dir" && ac_dir=. |
$as_executable_p "$ac_dir/$ac_word" || continue | | $as_executable_p "$ac_dir/$ac_word" || continue |
ac_cv_prog_ac_ct_CC="cc" | | ac_cv_prog_ac_ct_CC="cc" |
echo "$as_me:1240: found $ac_dir/$ac_word" >&5 | | echo "$as_me:1242: found $ac_dir/$ac_word" >&5 |
break | | break |
done | | done |
| | |
| | |
fi | | fi |
ac_ct_CC=$ac_cv_prog_ac_ct_CC | | ac_ct_CC=$ac_cv_prog_ac_ct_CC |
if test -n "$ac_ct_CC"; then | | if test -n "$ac_ct_CC"; then |
echo "$as_me:1248: result: $ac_ct_CC" >&5 | | echo "$as_me:1250: result: $ac_ct_CC" >&5 |
echo "${ECHO_T}$ac_ct_CC" >&6 | | echo "${ECHO_T}$ac_ct_CC" >&6 |
else | | else |
echo "$as_me:1251: result: no" >&5 | | echo "$as_me:1253: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6 |
fi | | fi |
| | |
| | |
if test -z "$CC"; then | | if test -z "$CC"; then |
# Extract the first word of "cc", so it can be a program name with args. | | # Extract the first word of "cc", so it can be a program name with args. |
set dummy cc; ac_word=$2 | | set dummy cc; ac_word=$2 |
echo "$as_me:1264: checking for $ac_word" >&5 | | echo "$as_me:1266: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
if test "${ac_cv_prog_CC+set}" = set; then | | if test "${ac_cv_prog_CC+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
continue | | continue |
fi | | fi |
ac_cv_prog_CC="cc" | | ac_cv_prog_CC="cc" |
echo "$as_me:1284: found $ac_dir/$ac_word" >&5 | | echo "$as_me:1286: found $ac_dir/$ac_word" >&5 |
break | | break |
done | | done |
| | |
| | |
fi | | fi |
CC=$ac_cv_prog_CC | | CC=$ac_cv_prog_CC |
if test -n "$CC"; then | | if test -n "$CC"; then |
echo "$as_me:1306: result: $CC" >&5 | | echo "$as_me:1308: result: $CC" >&5 |
echo "${ECHO_T}$CC" >&6 | | echo "${ECHO_T}$CC" >&6 |
else | | else |
echo "$as_me:1309: result: no" >&5 | | echo "$as_me:1311: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6 |
fi | | fi |
| | |
| | |
do | | do |
# Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. | | # 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 | | set dummy $ac_tool_prefix$ac_prog; ac_word=$2 |
echo "$as_me:1320: checking for $ac_word" >&5 | | echo "$as_me:1322: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
if test "${ac_cv_prog_CC+set}" = set; then | | if test "${ac_cv_prog_CC+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
test -z "$ac_dir" && ac_dir=. | | test -z "$ac_dir" && ac_dir=. |
$as_executable_p "$ac_dir/$ac_word" || continue | | $as_executable_p "$ac_dir/$ac_word" || continue |
ac_cv_prog_CC="$ac_tool_prefix$ac_prog" | | ac_cv_prog_CC="$ac_tool_prefix$ac_prog" |
echo "$as_me:1335: found $ac_dir/$ac_word" >&5 | | echo "$as_me:1337: found $ac_dir/$ac_word" >&5 |
break | | break |
done | | done |
| | |
| | |
fi | | fi |
CC=$ac_cv_prog_CC | | CC=$ac_cv_prog_CC |
if test -n "$CC"; then | | if test -n "$CC"; then |
echo "$as_me:1343: result: $CC" >&5 | | echo "$as_me:1345: result: $CC" >&5 |
echo "${ECHO_T}$CC" >&6 | | echo "${ECHO_T}$CC" >&6 |
else | | else |
echo "$as_me:1346: result: no" >&5 | | echo "$as_me:1348: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6 |
fi | | fi |
| | |
| | |
do | | do |
# Extract the first word of "$ac_prog", so it can be a program name with args. | | # Extract the first word of "$ac_prog", so it can be a program name with args. |
set dummy $ac_prog; ac_word=$2 | | set dummy $ac_prog; ac_word=$2 |
echo "$as_me:1359: checking for $ac_word" >&5 | | echo "$as_me:1361: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then | | if test "${ac_cv_prog_ac_ct_CC+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
test -z "$ac_dir" && ac_dir=. | | test -z "$ac_dir" && ac_dir=. |
$as_executable_p "$ac_dir/$ac_word" || continue | | $as_executable_p "$ac_dir/$ac_word" || continue |
ac_cv_prog_ac_ct_CC="$ac_prog" | | ac_cv_prog_ac_ct_CC="$ac_prog" |
echo "$as_me:1374: found $ac_dir/$ac_word" >&5 | | echo "$as_me:1376: found $ac_dir/$ac_word" >&5 |
break | | break |
done | | done |
| | |
| | |
fi | | fi |
ac_ct_CC=$ac_cv_prog_ac_ct_CC | | ac_ct_CC=$ac_cv_prog_ac_ct_CC |
if test -n "$ac_ct_CC"; then | | if test -n "$ac_ct_CC"; then |
echo "$as_me:1382: result: $ac_ct_CC" >&5 | | echo "$as_me:1384: result: $ac_ct_CC" >&5 |
echo "${ECHO_T}$ac_ct_CC" >&6 | | echo "${ECHO_T}$ac_ct_CC" >&6 |
else | | else |
echo "$as_me:1385: result: no" >&5 | | echo "$as_me:1387: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6 |
fi | | fi |
| | |
| | |
| | |
fi | | fi |
| | |
test -z "$CC" && { { echo "$as_me:1397: error: no acceptable cc found in \$PATH" >&5 | | test -z "$CC" && { { echo "$as_me:1399: error: no acceptable cc found in \$PATH" >&5 |
echo "$as_me: error: no acceptable cc found in \$PATH" >&2;} | | echo "$as_me: error: no acceptable cc found in \$PATH" >&2;} |
{ (exit 1); exit 1; }; } | | { (exit 1); exit 1; }; } |
| | |
# Provide some information about the compiler. | | # Provide some information about the compiler. |
echo "$as_me:1402:" \ | | echo "$as_me:1404:" \ |
"checking for C compiler version" >&5 | | "checking for C compiler version" >&5 |
ac_compiler=`set X $ac_compile; echo $2` | | ac_compiler=`set X $ac_compile; echo $2` |
{ (eval echo "$as_me:1405: \"$ac_compiler --version </dev/null >&5\"") >&5 | | { (eval echo "$as_me:1407: \"$ac_compiler --version </dev/null >&5\"") >&5 |
(eval $ac_compiler --version </dev/null >&5) 2>&5 | | (eval $ac_compiler --version </dev/null >&5) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:1408: \$? = $ac_status" >&5 | | echo "$as_me:1410: \$? = $ac_status" >&5 |
(exit $ac_status); } | | (exit $ac_status); } |
{ (eval echo "$as_me:1410: \"$ac_compiler -v </dev/null >&5\"") >&5 | | { (eval echo "$as_me:1412: \"$ac_compiler -v </dev/null >&5\"") >&5 |
(eval $ac_compiler -v </dev/null >&5) 2>&5 | | (eval $ac_compiler -v </dev/null >&5) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:1413: \$? = $ac_status" >&5 | | echo "$as_me:1415: \$? = $ac_status" >&5 |
(exit $ac_status); } | | (exit $ac_status); } |
{ (eval echo "$as_me:1415: \"$ac_compiler -V </dev/null >&5\"") >&5 | | { (eval echo "$as_me:1417: \"$ac_compiler -V </dev/null >&5\"") >&5 |
(eval $ac_compiler -V </dev/null >&5) 2>&5 | | (eval $ac_compiler -V </dev/null >&5) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:1418: \$? = $ac_status" >&5 | | echo "$as_me:1420: \$? = $ac_status" >&5 |
(exit $ac_status); } | | (exit $ac_status); } |
| | |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 1422 "configure" | | #line 1424 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
| | |
#ifdef F77_DUMMY_MAIN | | #ifdef F77_DUMMY_MAIN |
| | |
# Try to create an executable without -o first, disregard a.out. | | # Try to create an executable without -o first, disregard a.out. |
# It will help us diagnose broken compilers, and finding out an intuition | | # It will help us diagnose broken compilers, and finding out an intuition |
# of exeext. | | # of exeext. |
echo "$as_me:1444: checking for C compiler default output" >&5 | | echo "$as_me:1446: checking for C compiler default output" >&5 |
echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6 | | echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6 |
ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` | | ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` |
if { (eval echo "$as_me:1447: \"$ac_link_default\"") >&5 | | if { (eval echo "$as_me:1449: \"$ac_link_default\"") >&5 |
(eval $ac_link_default) 2>&5 | | (eval $ac_link_default) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:1450: \$? = $ac_status" >&5 | | echo "$as_me:1452: \$? = $ac_status" >&5 |
(exit $ac_status); }; then | | (exit $ac_status); }; then |
# Find the output, starting from the most likely. This scheme is | | # 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 | | # not robust to junk in `.', hence go to wildcards (a.*) only as a last |
| | |
else | | else |
echo "$as_me: failed program was:" >&5 | | echo "$as_me: failed program was:" >&5 |
cat conftest.$ac_ext >&5 | | cat conftest.$ac_ext >&5 |
{ { echo "$as_me:1473: error: C compiler cannot create executables" >&5 | | { { echo "$as_me:1475: error: C compiler cannot create executables" >&5 |
echo "$as_me: error: C compiler cannot create executables" >&2;} | | echo "$as_me: error: C compiler cannot create executables" >&2;} |
{ (exit 77); exit 77; }; } | | { (exit 77); exit 77; }; } |
fi | | fi |
| | |
ac_exeext=$ac_cv_exeext | | ac_exeext=$ac_cv_exeext |
echo "$as_me:1479: result: $ac_file" >&5 | | echo "$as_me:1481: result: $ac_file" >&5 |
echo "${ECHO_T}$ac_file" >&6 | | echo "${ECHO_T}$ac_file" >&6 |
| | |
# Check the compiler produces executables we can run. If not, either | | # Check the compiler produces executables we can run. If not, either |
# the compiler is broken, or we cross compile. | | # the compiler is broken, or we cross compile. |
echo "$as_me:1484: checking whether the C compiler works" >&5 | | echo "$as_me:1486: checking whether the C compiler works" >&5 |
echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6 | | echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6 |
# FIXME: These cross compiler hacks should be removed for Autoconf 3.0 | | # 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 not cross compiling, check that we can run a simple program. |
if test "$cross_compiling" != yes; then | | if test "$cross_compiling" != yes; then |
if { ac_try='./$ac_file' | | if { ac_try='./$ac_file' |
{ (eval echo "$as_me:1490: \"$ac_try\"") >&5 | | { (eval echo "$as_me:1492: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:1493: \$? = $ac_status" >&5 | | echo "$as_me:1495: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
cross_compiling=no | | cross_compiling=no |
else | | else |
if test "$cross_compiling" = maybe; then | | if test "$cross_compiling" = maybe; then |
cross_compiling=yes | | cross_compiling=yes |
else | | else |
{ { echo "$as_me:1500: error: cannot run C compiled programs. | | { { echo "$as_me:1502: error: cannot run C compiled programs. |
If you meant to cross compile, use \`--host'." >&5 | | If you meant to cross compile, use \`--host'." >&5 |
echo "$as_me: error: cannot run C compiled programs. | | echo "$as_me: error: cannot run C compiled programs. |
If you meant to cross compile, use \`--host'." >&2;} | | If you meant to cross compile, use \`--host'." >&2;} |
| | |
fi | | fi |
fi | | fi |
fi | | fi |
echo "$as_me:1508: result: yes" >&5 | | echo "$as_me:1510: result: yes" >&5 |
echo "${ECHO_T}yes" >&6 | | echo "${ECHO_T}yes" >&6 |
| | |
rm -f a.out a.exe conftest$ac_cv_exeext | | rm -f a.out a.exe conftest$ac_cv_exeext |
ac_clean_files=$ac_clean_files_save | | ac_clean_files=$ac_clean_files_save |
# Check the compiler produces executables we can run. If not, either | | # Check the compiler produces executables we can run. If not, either |
# the compiler is broken, or we cross compile. | | # the compiler is broken, or we cross compile. |
echo "$as_me:1515: checking whether we are cross compiling" >&5 | | echo "$as_me:1517: checking whether we are cross compiling" >&5 |
echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 | | echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 |
echo "$as_me:1517: result: $cross_compiling" >&5 | | echo "$as_me:1519: result: $cross_compiling" >&5 |
echo "${ECHO_T}$cross_compiling" >&6 | | echo "${ECHO_T}$cross_compiling" >&6 |
| | |
echo "$as_me:1520: checking for executable suffix" >&5 | | echo "$as_me:1522: checking for executable suffix" >&5 |
echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6 | | echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6 |
if { (eval echo "$as_me:1522: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:1524: \"$ac_link\"") >&5 |
(eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:1525: \$? = $ac_status" >&5 | | echo "$as_me:1527: \$? = $ac_status" >&5 |
(exit $ac_status); }; then | | (exit $ac_status); }; then |
# If both `conftest.exe' and `conftest' are `present' (well, observable) | | # If both `conftest.exe' and `conftest' are `present' (well, observable) |
# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will | | # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will |
| | |
esac | | esac |
done | | done |
else | | else |
{ { echo "$as_me:1541: error: cannot compute EXEEXT: cannot compile and link" >&5 | | { { echo "$as_me:1543: error: cannot compute EXEEXT: cannot compile and link" >&5 |
echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;} | | echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;} |
{ (exit 1); exit 1; }; } | | { (exit 1); exit 1; }; } |
fi | | fi |
| | |
rm -f conftest$ac_cv_exeext | | rm -f conftest$ac_cv_exeext |
echo "$as_me:1547: result: $ac_cv_exeext" >&5 | | echo "$as_me:1549: result: $ac_cv_exeext" >&5 |
echo "${ECHO_T}$ac_cv_exeext" >&6 | | echo "${ECHO_T}$ac_cv_exeext" >&6 |
| | |
rm -f conftest.$ac_ext | | rm -f conftest.$ac_ext |
EXEEXT=$ac_cv_exeext | | EXEEXT=$ac_cv_exeext |
ac_exeext=$EXEEXT | | ac_exeext=$EXEEXT |
echo "$as_me:1553: checking for object suffix" >&5 | | echo "$as_me:1555: checking for object suffix" >&5 |
echo $ECHO_N "checking for object suffix... $ECHO_C" >&6 | | echo $ECHO_N "checking for object suffix... $ECHO_C" >&6 |
if test "${ac_cv_objext+set}" = set; then | | if test "${ac_cv_objext+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 1559 "configure" | | #line 1561 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
| | |
#ifdef F77_DUMMY_MAIN | | #ifdef F77_DUMMY_MAIN |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.o conftest.obj | | rm -f conftest.o conftest.obj |
if { (eval echo "$as_me:1577: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:1579: \"$ac_compile\"") >&5 |
(eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:1580: \$? = $ac_status" >&5 | | echo "$as_me:1582: \$? = $ac_status" >&5 |
(exit $ac_status); }; then | | (exit $ac_status); }; then |
for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do | | for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do |
case $ac_file in | | case $ac_file in |
| | |
else | | else |
echo "$as_me: failed program was:" >&5 | | echo "$as_me: failed program was:" >&5 |
cat conftest.$ac_ext >&5 | | cat conftest.$ac_ext >&5 |
{ { echo "$as_me:1592: error: cannot compute OBJEXT: cannot compile" >&5 | | { { echo "$as_me:1594: error: cannot compute OBJEXT: cannot compile" >&5 |
echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;} | | echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;} |
{ (exit 1); exit 1; }; } | | { (exit 1); exit 1; }; } |
fi | | fi |
| | |
rm -f conftest.$ac_cv_objext conftest.$ac_ext | | rm -f conftest.$ac_cv_objext conftest.$ac_ext |
fi | | fi |
echo "$as_me:1599: result: $ac_cv_objext" >&5 | | echo "$as_me:1601: result: $ac_cv_objext" >&5 |
echo "${ECHO_T}$ac_cv_objext" >&6 | | echo "${ECHO_T}$ac_cv_objext" >&6 |
OBJEXT=$ac_cv_objext | | OBJEXT=$ac_cv_objext |
ac_objext=$OBJEXT | | ac_objext=$OBJEXT |
echo "$as_me:1603: checking whether we are using the GNU C compiler" >&5 | | echo "$as_me:1605: 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 | | 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 | | if test "${ac_cv_c_compiler_gnu+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 1609 "configure" | | #line 1611 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
| | |
#ifdef F77_DUMMY_MAIN | | #ifdef F77_DUMMY_MAIN |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:1630: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:1632: \"$ac_compile\"") >&5 |
(eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:1633: \$? = $ac_status" >&5 | | echo "$as_me:1635: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:1636: \"$ac_try\"") >&5 | | { (eval echo "$as_me:1638: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:1639: \$? = $ac_status" >&5 | | echo "$as_me:1641: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_compiler_gnu=yes | | ac_compiler_gnu=yes |
else | | else |
| | |
ac_cv_c_compiler_gnu=$ac_compiler_gnu | | ac_cv_c_compiler_gnu=$ac_compiler_gnu |
| | |
fi | | fi |
echo "$as_me:1651: result: $ac_cv_c_compiler_gnu" >&5 | | echo "$as_me:1653: result: $ac_cv_c_compiler_gnu" >&5 |
echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 | | echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 |
GCC=`test $ac_compiler_gnu = yes && echo yes` | | GCC=`test $ac_compiler_gnu = yes && echo yes` |
ac_test_CFLAGS=${CFLAGS+set} | | ac_test_CFLAGS=${CFLAGS+set} |
ac_save_CFLAGS=$CFLAGS | | ac_save_CFLAGS=$CFLAGS |
CFLAGS="-g" | | CFLAGS="-g" |
echo "$as_me:1657: checking whether $CC accepts -g" >&5 | | echo "$as_me:1659: checking whether $CC accepts -g" >&5 |
echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 | | echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 |
if test "${ac_cv_prog_cc_g+set}" = set; then | | if test "${ac_cv_prog_cc_g+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 1663 "configure" | | #line 1665 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
| | |
#ifdef F77_DUMMY_MAIN | | #ifdef F77_DUMMY_MAIN |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:1681: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:1683: \"$ac_compile\"") >&5 |
(eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:1684: \$? = $ac_status" >&5 | | echo "$as_me:1686: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:1687: \"$ac_try\"") >&5 | | { (eval echo "$as_me:1689: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:1690: \$? = $ac_status" >&5 | | echo "$as_me:1692: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_cv_prog_cc_g=yes | | ac_cv_prog_cc_g=yes |
else | | else |
| | |
fi | | fi |
rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest.$ac_ext |
fi | | fi |
echo "$as_me:1700: result: $ac_cv_prog_cc_g" >&5 | | echo "$as_me:1702: result: $ac_cv_prog_cc_g" >&5 |
echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 | | echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 |
if test "$ac_test_CFLAGS" = set; then | | if test "$ac_test_CFLAGS" = set; then |
CFLAGS=$ac_save_CFLAGS | | CFLAGS=$ac_save_CFLAGS |
| | |
#endif | | #endif |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:1727: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:1729: \"$ac_compile\"") >&5 |
(eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:1730: \$? = $ac_status" >&5 | | echo "$as_me:1732: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:1733: \"$ac_try\"") >&5 | | { (eval echo "$as_me:1735: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:1736: \$? = $ac_status" >&5 | | echo "$as_me:1738: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
for ac_declaration in \ | | for ac_declaration in \ |
''\ | | ''\ |
| | |
'void exit (int);' | | 'void exit (int);' |
do | | do |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 1748 "configure" | | #line 1750 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
#include <stdlib.h> | | #include <stdlib.h> |
$ac_declaration | | $ac_declaration |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:1767: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:1769: \"$ac_compile\"") >&5 |
(eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:1770: \$? = $ac_status" >&5 | | echo "$as_me:1772: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:1773: \"$ac_try\"") >&5 | | { (eval echo "$as_me:1775: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:1776: \$? = $ac_status" >&5 | | echo "$as_me:1778: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
: | | : |
else | | else |
| | |
fi | | fi |
rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest.$ac_ext |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 1786 "configure" | | #line 1788 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
$ac_declaration | | $ac_declaration |
#ifdef F77_DUMMY_MAIN | | #ifdef F77_DUMMY_MAIN |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:1804: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:1806: \"$ac_compile\"") >&5 |
(eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:1807: \$? = $ac_status" >&5 | | echo "$as_me:1809: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:1810: \"$ac_try\"") >&5 | | { (eval echo "$as_me:1812: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:1813: \$? = $ac_status" >&5 | | echo "$as_me:1815: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
break | | break |
else | | else |
| | |
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' | | 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_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' |
ac_compiler_gnu=$ac_cv_c_compiler_gnu | | ac_compiler_gnu=$ac_cv_c_compiler_gnu |
echo "$as_me:1857: checking how to run the C preprocessor" >&5 | | echo "$as_me:1859: checking how to run the C preprocessor" >&5 |
echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 | | echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 |
# On Suns, sometimes $CPP names a directory. | | # On Suns, sometimes $CPP names a directory. |
if test -n "$CPP" && test -d "$CPP"; then | | if test -n "$CPP" && test -d "$CPP"; then |
| | |
# On the NeXT, cc -E runs the code through the compiler's parser, | | # 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. | | # not just through cpp. "Syntax error" is here to catch this case. |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 1878 "configure" | | #line 1880 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
#include <assert.h> | | #include <assert.h> |
Syntax error | | Syntax error |
_ACEOF | | _ACEOF |
if { (eval echo "$as_me:1883: \"$ac_cpp conftest.$ac_ext\"") >&5 | | if { (eval echo "$as_me:1885: \"$ac_cpp conftest.$ac_ext\"") >&5 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
ac_status=$? | | ac_status=$? |
egrep -v '^ *\+' conftest.er1 >conftest.err | | egrep -v '^ *\+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
cat conftest.err >&5 | | cat conftest.err >&5 |
echo "$as_me:1889: \$? = $ac_status" >&5 | | echo "$as_me:1891: \$? = $ac_status" >&5 |
(exit $ac_status); } >/dev/null; then | | (exit $ac_status); } >/dev/null; then |
if test -s conftest.err; then | | if test -s conftest.err; then |
ac_cpp_err=$ac_c_preproc_warn_flag | | ac_cpp_err=$ac_c_preproc_warn_flag |
| | |
# OK, works on sane cases. Now check whether non-existent headers | | # OK, works on sane cases. Now check whether non-existent headers |
# can be detected and how. | | # can be detected and how. |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 1912 "configure" | | #line 1914 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
#include <ac_nonexistent.h> | | #include <ac_nonexistent.h> |
_ACEOF | | _ACEOF |
if { (eval echo "$as_me:1916: \"$ac_cpp conftest.$ac_ext\"") >&5 | | if { (eval echo "$as_me:1918: \"$ac_cpp conftest.$ac_ext\"") >&5 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
ac_status=$? | | ac_status=$? |
egrep -v '^ *\+' conftest.er1 >conftest.err | | egrep -v '^ *\+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
cat conftest.err >&5 | | cat conftest.err >&5 |
echo "$as_me:1922: \$? = $ac_status" >&5 | | echo "$as_me:1924: \$? = $ac_status" >&5 |
(exit $ac_status); } >/dev/null; then | | (exit $ac_status); } >/dev/null; then |
if test -s conftest.err; then | | if test -s conftest.err; then |
ac_cpp_err=$ac_c_preproc_warn_flag | | ac_cpp_err=$ac_c_preproc_warn_flag |
| | |
else | | else |
ac_cv_prog_CPP=$CPP | | ac_cv_prog_CPP=$CPP |
fi | | fi |
echo "$as_me:1959: result: $CPP" >&5 | | echo "$as_me:1961: result: $CPP" >&5 |
echo "${ECHO_T}$CPP" >&6 | | echo "${ECHO_T}$CPP" >&6 |
ac_preproc_ok=false | | ac_preproc_ok=false |
for ac_c_preproc_warn_flag in '' yes | | for ac_c_preproc_warn_flag in '' yes |
| | |
# On the NeXT, cc -E runs the code through the compiler's parser, | | # 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. | | # not just through cpp. "Syntax error" is here to catch this case. |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 1969 "configure" | | #line 1971 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
#include <assert.h> | | #include <assert.h> |
Syntax error | | Syntax error |
_ACEOF | | _ACEOF |
if { (eval echo "$as_me:1974: \"$ac_cpp conftest.$ac_ext\"") >&5 | | if { (eval echo "$as_me:1976: \"$ac_cpp conftest.$ac_ext\"") >&5 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
ac_status=$? | | ac_status=$? |
egrep -v '^ *\+' conftest.er1 >conftest.err | | egrep -v '^ *\+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
cat conftest.err >&5 | | cat conftest.err >&5 |
echo "$as_me:1980: \$? = $ac_status" >&5 | | echo "$as_me:1982: \$? = $ac_status" >&5 |
(exit $ac_status); } >/dev/null; then | | (exit $ac_status); } >/dev/null; then |
if test -s conftest.err; then | | if test -s conftest.err; then |
ac_cpp_err=$ac_c_preproc_warn_flag | | ac_cpp_err=$ac_c_preproc_warn_flag |
| | |
# OK, works on sane cases. Now check whether non-existent headers | | # OK, works on sane cases. Now check whether non-existent headers |
# can be detected and how. | | # can be detected and how. |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 2003 "configure" | | #line 2005 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
#include <ac_nonexistent.h> | | #include <ac_nonexistent.h> |
_ACEOF | | _ACEOF |
if { (eval echo "$as_me:2007: \"$ac_cpp conftest.$ac_ext\"") >&5 | | if { (eval echo "$as_me:2009: \"$ac_cpp conftest.$ac_ext\"") >&5 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
ac_status=$? | | ac_status=$? |
egrep -v '^ *\+' conftest.er1 >conftest.err | | egrep -v '^ *\+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
cat conftest.err >&5 | | cat conftest.err >&5 |
echo "$as_me:2013: \$? = $ac_status" >&5 | | echo "$as_me:2015: \$? = $ac_status" >&5 |
(exit $ac_status); } >/dev/null; then | | (exit $ac_status); } >/dev/null; then |
if test -s conftest.err; then | | if test -s conftest.err; then |
ac_cpp_err=$ac_c_preproc_warn_flag | | ac_cpp_err=$ac_c_preproc_warn_flag |
| | |
if $ac_preproc_ok; then | | if $ac_preproc_ok; then |
: | | : |
else | | else |
{ { echo "$as_me:2041: error: C preprocessor \"$CPP\" fails sanity check" >&5 | | { { echo "$as_me:2043: error: C preprocessor \"$CPP\" fails sanity check" >&5 |
echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;} | | echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;} |
{ (exit 1); exit 1; }; } | | { (exit 1); exit 1; }; } |
fi | | fi |
| | |
do | | do |
# Extract the first word of "$ac_prog", so it can be a program name with args. | | # Extract the first word of "$ac_prog", so it can be a program name with args. |
set dummy $ac_prog; ac_word=$2 | | set dummy $ac_prog; ac_word=$2 |
echo "$as_me:2056: checking for $ac_word" >&5 | | echo "$as_me:2058: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
if test "${ac_cv_prog_LEX+set}" = set; then | | if test "${ac_cv_prog_LEX+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
test -z "$ac_dir" && ac_dir=. | | test -z "$ac_dir" && ac_dir=. |
$as_executable_p "$ac_dir/$ac_word" || continue | | $as_executable_p "$ac_dir/$ac_word" || continue |
ac_cv_prog_LEX="$ac_prog" | | ac_cv_prog_LEX="$ac_prog" |
echo "$as_me:2071: found $ac_dir/$ac_word" >&5 | | echo "$as_me:2073: found $ac_dir/$ac_word" >&5 |
break | | break |
done | | done |
| | |
| | |
fi | | fi |
LEX=$ac_cv_prog_LEX | | LEX=$ac_cv_prog_LEX |
if test -n "$LEX"; then | | if test -n "$LEX"; then |
echo "$as_me:2079: result: $LEX" >&5 | | echo "$as_me:2081: result: $LEX" >&5 |
echo "${ECHO_T}$LEX" >&6 | | echo "${ECHO_T}$LEX" >&6 |
else | | else |
echo "$as_me:2082: result: no" >&5 | | echo "$as_me:2084: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6 |
fi | | fi |
| | |
| | |
| | |
if test -z "$LEXLIB" | | if test -z "$LEXLIB" |
then | | then |
echo "$as_me:2092: checking for yywrap in -lfl" >&5 | | echo "$as_me:2094: checking for yywrap in -lfl" >&5 |
echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6 | | echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6 |
if test "${ac_cv_lib_fl_yywrap+set}" = set; then | | if test "${ac_cv_lib_fl_yywrap+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
LIBS="-lfl $LIBS" | | LIBS="-lfl $LIBS" |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 2100 "configure" | | #line 2102 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
| | |
/* Override any gcc2 internal prototype to avoid an error. */ | | /* Override any gcc2 internal prototype to avoid an error. */ |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:2125: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:2127: \"$ac_link\"") >&5 |
(eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:2128: \$? = $ac_status" >&5 | | echo "$as_me:2130: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:2131: \"$ac_try\"") >&5 | | { (eval echo "$as_me:2133: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:2134: \$? = $ac_status" >&5 | | echo "$as_me:2136: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_cv_lib_fl_yywrap=yes | | ac_cv_lib_fl_yywrap=yes |
else | | else |
| | |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:2145: result: $ac_cv_lib_fl_yywrap" >&5 | | echo "$as_me:2147: result: $ac_cv_lib_fl_yywrap" >&5 |
echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6 | | echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6 |
if test $ac_cv_lib_fl_yywrap = yes; then | | if test $ac_cv_lib_fl_yywrap = yes; then |
LEXLIB="-lfl" | | LEXLIB="-lfl" |
else | | else |
echo "$as_me:2150: checking for yywrap in -ll" >&5 | | echo "$as_me:2152: checking for yywrap in -ll" >&5 |
echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6 | | echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6 |
if test "${ac_cv_lib_l_yywrap+set}" = set; then | | if test "${ac_cv_lib_l_yywrap+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
LIBS="-ll $LIBS" | | LIBS="-ll $LIBS" |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 2158 "configure" | | #line 2160 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
| | |
/* Override any gcc2 internal prototype to avoid an error. */ | | /* Override any gcc2 internal prototype to avoid an error. */ |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:2183: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:2185: \"$ac_link\"") >&5 |
(eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:2186: \$? = $ac_status" >&5 | | echo "$as_me:2188: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:2189: \"$ac_try\"") >&5 | | { (eval echo "$as_me:2191: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:2192: \$? = $ac_status" >&5 | | echo "$as_me:2194: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_cv_lib_l_yywrap=yes | | ac_cv_lib_l_yywrap=yes |
else | | else |
| | |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:2203: result: $ac_cv_lib_l_yywrap" >&5 | | echo "$as_me:2205: result: $ac_cv_lib_l_yywrap" >&5 |
echo "${ECHO_T}$ac_cv_lib_l_yywrap" >&6 | | echo "${ECHO_T}$ac_cv_lib_l_yywrap" >&6 |
if test $ac_cv_lib_l_yywrap = yes; then | | if test $ac_cv_lib_l_yywrap = yes; then |
LEXLIB="-ll" | | LEXLIB="-ll" |
| | |
fi | | fi |
| | |
if test "x$LEX" != "x:"; then | | if test "x$LEX" != "x:"; then |
echo "$as_me:2214: checking lex output file root" >&5 | | echo "$as_me:2216: checking lex output file root" >&5 |
echo $ECHO_N "checking lex output file root... $ECHO_C" >&6 | | echo $ECHO_N "checking lex output file root... $ECHO_C" >&6 |
if test "${ac_cv_prog_lex_root+set}" = set; then | | if test "${ac_cv_prog_lex_root+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
%% | | %% |
_ACEOF | | _ACEOF |
{ ac_try='$LEX conftest.l' | | { ac_try='$LEX conftest.l' |
{ (eval echo "$as_me:2226: \"$ac_try\"") >&5 | | { (eval echo "$as_me:2228: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:2229: \$? = $ac_status" >&5 | | echo "$as_me:2231: \$? = $ac_status" >&5 |
(exit $ac_status); }; } | | (exit $ac_status); }; } |
if test -f lex.yy.c; then | | if test -f lex.yy.c; then |
ac_cv_prog_lex_root=lex.yy | | ac_cv_prog_lex_root=lex.yy |
elif test -f lexyy.c; then | | elif test -f lexyy.c; then |
ac_cv_prog_lex_root=lexyy | | ac_cv_prog_lex_root=lexyy |
else | | else |
{ { echo "$as_me:2236: error: cannot find output from $LEX; giving up" >&5 | | { { echo "$as_me:2238: error: cannot find output from $LEX; giving up" >&5 |
echo "$as_me: error: cannot find output from $LEX; giving up" >&2;} | | echo "$as_me: error: cannot find output from $LEX; giving up" >&2;} |
{ (exit 1); exit 1; }; } | | { (exit 1); exit 1; }; } |
fi | | fi |
fi | | fi |
echo "$as_me:2241: result: $ac_cv_prog_lex_root" >&5 | | echo "$as_me:2243: result: $ac_cv_prog_lex_root" >&5 |
echo "${ECHO_T}$ac_cv_prog_lex_root" >&6 | | echo "${ECHO_T}$ac_cv_prog_lex_root" >&6 |
rm -f conftest.l | | rm -f conftest.l |
LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root | | LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root |
| | |
echo "$as_me:2246: checking whether yytext is a pointer" >&5 | | echo "$as_me:2248: checking whether yytext is a pointer" >&5 |
echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6 | | echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6 |
if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then | | if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
`cat $LEX_OUTPUT_ROOT.c` | | `cat $LEX_OUTPUT_ROOT.c` |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:2262: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:2264: \"$ac_link\"") >&5 |
(eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:2265: \$? = $ac_status" >&5 | | echo "$as_me:2267: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:2268: \"$ac_try\"") >&5 | | { (eval echo "$as_me:2270: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:2271: \$? = $ac_status" >&5 | | echo "$as_me:2273: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_cv_prog_lex_yytext_pointer=yes | | ac_cv_prog_lex_yytext_pointer=yes |
else | | else |
| | |
rm -f "${LEX_OUTPUT_ROOT}.c" | | rm -f "${LEX_OUTPUT_ROOT}.c" |
| | |
fi | | fi |
echo "$as_me:2283: result: $ac_cv_prog_lex_yytext_pointer" >&5 | | echo "$as_me:2285: result: $ac_cv_prog_lex_yytext_pointer" >&5 |
echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6 | | echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6 |
if test $ac_cv_prog_lex_yytext_pointer = yes; then | | if test $ac_cv_prog_lex_yytext_pointer = yes; then |
| | |
| | |
do | | do |
# Extract the first word of "$ac_prog", so it can be a program name with args. | | # Extract the first word of "$ac_prog", so it can be a program name with args. |
set dummy $ac_prog; ac_word=$2 | | set dummy $ac_prog; ac_word=$2 |
echo "$as_me:2298: checking for $ac_word" >&5 | | echo "$as_me:2300: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
if test "${ac_cv_prog_AWK+set}" = set; then | | if test "${ac_cv_prog_AWK+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
test -z "$ac_dir" && ac_dir=. | | test -z "$ac_dir" && ac_dir=. |
$as_executable_p "$ac_dir/$ac_word" || continue | | $as_executable_p "$ac_dir/$ac_word" || continue |
ac_cv_prog_AWK="$ac_prog" | | ac_cv_prog_AWK="$ac_prog" |
echo "$as_me:2313: found $ac_dir/$ac_word" >&5 | | echo "$as_me:2315: found $ac_dir/$ac_word" >&5 |
break | | break |
done | | done |
| | |
| | |
fi | | fi |
AWK=$ac_cv_prog_AWK | | AWK=$ac_cv_prog_AWK |
if test -n "$AWK"; then | | if test -n "$AWK"; then |
echo "$as_me:2321: result: $AWK" >&5 | | echo "$as_me:2323: result: $AWK" >&5 |
echo "${ECHO_T}$AWK" >&6 | | echo "${ECHO_T}$AWK" >&6 |
else | | else |
echo "$as_me:2324: result: no" >&5 | | echo "$as_me:2326: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6 |
fi | | fi |
| | |
| | |
# AFS /usr/afsws/bin/install, which mishandles nonexistent args | | # AFS /usr/afsws/bin/install, which mishandles nonexistent args |
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" | | # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" |
# ./install, which can be erroneously created by make from ./install.sh. | | # ./install, which can be erroneously created by make from ./install.sh. |
echo "$as_me:2343: checking for a BSD compatible install" >&5 | | echo "$as_me:2345: checking for a BSD compatible install" >&5 |
echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6 | | echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6 |
if test -z "$INSTALL"; then | | if test -z "$INSTALL"; then |
if test "${ac_cv_path_install+set}" = set; then | | if test "${ac_cv_path_install+set}" = set; then |
| | |
INSTALL=$ac_install_sh | | INSTALL=$ac_install_sh |
fi | | fi |
fi | | fi |
echo "$as_me:2392: result: $INSTALL" >&5 | | echo "$as_me:2394: result: $INSTALL" >&5 |
echo "${ECHO_T}$INSTALL" >&6 | | echo "${ECHO_T}$INSTALL" >&6 |
| | |
# Use test -z because SunOS4 sh mishandles braces in ${var-val}. | | # Use test -z because SunOS4 sh mishandles braces in ${var-val}. |
| | |
| | |
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' | | test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' |
| | |
echo "$as_me:2403: checking whether ln -s works" >&5 | | echo "$as_me:2405: checking whether ln -s works" >&5 |
echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6 | | echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6 |
LN_S=$as_ln_s | | LN_S=$as_ln_s |
if test "$LN_S" = "ln -s"; then | | if test "$LN_S" = "ln -s"; then |
echo "$as_me:2407: result: yes" >&5 | | echo "$as_me:2409: result: yes" >&5 |
echo "${ECHO_T}yes" >&6 | | echo "${ECHO_T}yes" >&6 |
else | | else |
echo "$as_me:2410: result: no, using $LN_S" >&5 | | echo "$as_me:2412: result: no, using $LN_S" >&5 |
echo "${ECHO_T}no, using $LN_S" >&6 | | echo "${ECHO_T}no, using $LN_S" >&6 |
fi | | fi |
| | |
echo "$as_me:2414: checking whether ${MAKE-make} sets \${MAKE}" >&5 | | echo "$as_me:2416: checking whether ${MAKE-make} sets \${MAKE}" >&5 |
echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6 | | echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6 |
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` | | set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` |
if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then | | if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then |
| | |
rm -f conftest.make | | rm -f conftest.make |
fi | | fi |
if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then | | if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then |
echo "$as_me:2434: result: yes" >&5 | | echo "$as_me:2436: result: yes" >&5 |
echo "${ECHO_T}yes" >&6 | | echo "${ECHO_T}yes" >&6 |
SET_MAKE= | | SET_MAKE= |
else | | else |
echo "$as_me:2438: result: no" >&5 | | echo "$as_me:2440: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6 |
SET_MAKE="MAKE=${MAKE-make}" | | SET_MAKE="MAKE=${MAKE-make}" |
fi | | fi |
| | |
if test -n "$ac_tool_prefix"; then | | 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. | | # 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 | | set dummy ${ac_tool_prefix}ranlib; ac_word=$2 |
echo "$as_me:2446: checking for $ac_word" >&5 | | echo "$as_me:2448: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
if test "${ac_cv_prog_RANLIB+set}" = set; then | | if test "${ac_cv_prog_RANLIB+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
test -z "$ac_dir" && ac_dir=. | | test -z "$ac_dir" && ac_dir=. |
$as_executable_p "$ac_dir/$ac_word" || continue | | $as_executable_p "$ac_dir/$ac_word" || continue |
ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" | | ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" |
echo "$as_me:2461: found $ac_dir/$ac_word" >&5 | | echo "$as_me:2463: found $ac_dir/$ac_word" >&5 |
break | | break |
done | | done |
| | |
| | |
fi | | fi |
RANLIB=$ac_cv_prog_RANLIB | | RANLIB=$ac_cv_prog_RANLIB |
if test -n "$RANLIB"; then | | if test -n "$RANLIB"; then |
echo "$as_me:2469: result: $RANLIB" >&5 | | echo "$as_me:2471: result: $RANLIB" >&5 |
echo "${ECHO_T}$RANLIB" >&6 | | echo "${ECHO_T}$RANLIB" >&6 |
else | | else |
echo "$as_me:2472: result: no" >&5 | | echo "$as_me:2474: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6 |
fi | | fi |
| | |
| | |
ac_ct_RANLIB=$RANLIB | | ac_ct_RANLIB=$RANLIB |
# Extract the first word of "ranlib", so it can be a program name with args. | | # Extract the first word of "ranlib", so it can be a program name with args. |
set dummy ranlib; ac_word=$2 | | set dummy ranlib; ac_word=$2 |
echo "$as_me:2481: checking for $ac_word" >&5 | | echo "$as_me:2483: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then | | if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
test -z "$ac_dir" && ac_dir=. | | test -z "$ac_dir" && ac_dir=. |
$as_executable_p "$ac_dir/$ac_word" || continue | | $as_executable_p "$ac_dir/$ac_word" || continue |
ac_cv_prog_ac_ct_RANLIB="ranlib" | | ac_cv_prog_ac_ct_RANLIB="ranlib" |
echo "$as_me:2496: found $ac_dir/$ac_word" >&5 | | echo "$as_me:2498: found $ac_dir/$ac_word" >&5 |
break | | break |
done | | done |
| | |
| | |
fi | | fi |
ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB | | ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB |
if test -n "$ac_ct_RANLIB"; then | | if test -n "$ac_ct_RANLIB"; then |
echo "$as_me:2505: result: $ac_ct_RANLIB" >&5 | | echo "$as_me:2507: result: $ac_ct_RANLIB" >&5 |
echo "${ECHO_T}$ac_ct_RANLIB" >&6 | | echo "${ECHO_T}$ac_ct_RANLIB" >&6 |
else | | else |
echo "$as_me:2508: result: no" >&5 | | echo "$as_me:2510: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6 |
fi | | fi |
| | |
| | |
| | |
# Extract the first word of "mkdir", so it can be a program name with args. | | # Extract the first word of "mkdir", so it can be a program name with args. |
set dummy mkdir; ac_word=$2 | | set dummy mkdir; ac_word=$2 |
echo "$as_me:2527: checking for $ac_word" >&5 | | echo "$as_me:2529: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
if test "${ac_cv_path_MKDIR+set}" = set; then | | if test "${ac_cv_path_MKDIR+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
test -z "$ac_dir" && ac_dir=. | | test -z "$ac_dir" && ac_dir=. |
if $as_executable_p "$ac_dir/$ac_word"; then | | if $as_executable_p "$ac_dir/$ac_word"; then |
ac_cv_path_MKDIR="$ac_dir/$ac_word" | | ac_cv_path_MKDIR="$ac_dir/$ac_word" |
echo "$as_me:2544: found $ac_dir/$ac_word" >&5 | | echo "$as_me:2546: found $ac_dir/$ac_word" >&5 |
break | | break |
fi | | fi |
done | | done |
| | |
MKDIR=$ac_cv_path_MKDIR | | MKDIR=$ac_cv_path_MKDIR |
| | |
if test -n "$MKDIR"; then | | if test -n "$MKDIR"; then |
echo "$as_me:2555: result: $MKDIR" >&5 | | echo "$as_me:2557: result: $MKDIR" >&5 |
echo "${ECHO_T}$MKDIR" >&6 | | echo "${ECHO_T}$MKDIR" >&6 |
else | | else |
echo "$as_me:2558: result: no" >&5 | | echo "$as_me:2560: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6 |
fi | | fi |
| | |
# Extract the first word of "tar", so it can be a program name with args. | | # Extract the first word of "tar", so it can be a program name with args. |
set dummy tar; ac_word=$2 | | set dummy tar; ac_word=$2 |
echo "$as_me:2564: checking for $ac_word" >&5 | | echo "$as_me:2566: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
if test "${ac_cv_path_TAR+set}" = set; then | | if test "${ac_cv_path_TAR+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
test -z "$ac_dir" && ac_dir=. | | test -z "$ac_dir" && ac_dir=. |
if $as_executable_p "$ac_dir/$ac_word"; then | | if $as_executable_p "$ac_dir/$ac_word"; then |
ac_cv_path_TAR="$ac_dir/$ac_word" | | ac_cv_path_TAR="$ac_dir/$ac_word" |
echo "$as_me:2581: found $ac_dir/$ac_word" >&5 | | echo "$as_me:2583: found $ac_dir/$ac_word" >&5 |
break | | break |
fi | | fi |
done | | done |
| | |
TAR=$ac_cv_path_TAR | | TAR=$ac_cv_path_TAR |
| | |
if test -n "$TAR"; then | | if test -n "$TAR"; then |
echo "$as_me:2592: result: $TAR" >&5 | | echo "$as_me:2594: result: $TAR" >&5 |
echo "${ECHO_T}$TAR" >&6 | | echo "${ECHO_T}$TAR" >&6 |
else | | else |
echo "$as_me:2595: result: no" >&5 | | echo "$as_me:2597: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6 |
fi | | fi |
| | |
# Extract the first word of "makedepend", so it can be a program name with args. | | # Extract the first word of "makedepend", so it can be a program name with args. |
set dummy makedepend; ac_word=$2 | | set dummy makedepend; ac_word=$2 |
echo "$as_me:2601: checking for $ac_word" >&5 | | echo "$as_me:2603: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
if test "${ac_cv_path_DEPEND+set}" = set; then | | if test "${ac_cv_path_DEPEND+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
test -z "$ac_dir" && ac_dir=. | | test -z "$ac_dir" && ac_dir=. |
if $as_executable_p "$ac_dir/$ac_word"; then | | if $as_executable_p "$ac_dir/$ac_word"; then |
ac_cv_path_DEPEND="$ac_dir/$ac_word" | | ac_cv_path_DEPEND="$ac_dir/$ac_word" |
echo "$as_me:2618: found $ac_dir/$ac_word" >&5 | | echo "$as_me:2620: found $ac_dir/$ac_word" >&5 |
break | | break |
fi | | fi |
done | | done |
| | |
DEPEND=$ac_cv_path_DEPEND | | DEPEND=$ac_cv_path_DEPEND |
| | |
if test -n "$DEPEND"; then | | if test -n "$DEPEND"; then |
echo "$as_me:2629: result: $DEPEND" >&5 | | echo "$as_me:2631: result: $DEPEND" >&5 |
echo "${ECHO_T}$DEPEND" >&6 | | echo "${ECHO_T}$DEPEND" >&6 |
else | | else |
echo "$as_me:2632: result: no" >&5 | | echo "$as_me:2634: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6 |
fi | | fi |
| | |
# Extract the first word of "cp", so it can be a program name with args. | | # Extract the first word of "cp", so it can be a program name with args. |
set dummy cp; ac_word=$2 | | set dummy cp; ac_word=$2 |
echo "$as_me:2638: checking for $ac_word" >&5 | | echo "$as_me:2640: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
if test "${ac_cv_path_CP+set}" = set; then | | if test "${ac_cv_path_CP+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
test -z "$ac_dir" && ac_dir=. | | test -z "$ac_dir" && ac_dir=. |
if $as_executable_p "$ac_dir/$ac_word"; then | | if $as_executable_p "$ac_dir/$ac_word"; then |
ac_cv_path_CP="$ac_dir/$ac_word" | | ac_cv_path_CP="$ac_dir/$ac_word" |
echo "$as_me:2655: found $ac_dir/$ac_word" >&5 | | echo "$as_me:2657: found $ac_dir/$ac_word" >&5 |
break | | break |
fi | | fi |
done | | done |
| | |
CP=$ac_cv_path_CP | | CP=$ac_cv_path_CP |
| | |
if test -n "$CP"; then | | if test -n "$CP"; then |
echo "$as_me:2666: result: $CP" >&5 | | echo "$as_me:2668: result: $CP" >&5 |
echo "${ECHO_T}$CP" >&6 | | echo "${ECHO_T}$CP" >&6 |
else | | else |
echo "$as_me:2669: result: no" >&5 | | echo "$as_me:2671: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6 |
fi | | fi |
| | |
# Extract the first word of "basename", so it can be a program name with args. | | # Extract the first word of "basename", so it can be a program name with args. |
set dummy basename; ac_word=$2 | | set dummy basename; ac_word=$2 |
echo "$as_me:2675: checking for $ac_word" >&5 | | echo "$as_me:2677: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
if test "${ac_cv_path_BASENAME+set}" = set; then | | if test "${ac_cv_path_BASENAME+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
test -z "$ac_dir" && ac_dir=. | | test -z "$ac_dir" && ac_dir=. |
if $as_executable_p "$ac_dir/$ac_word"; then | | if $as_executable_p "$ac_dir/$ac_word"; then |
ac_cv_path_BASENAME="$ac_dir/$ac_word" | | ac_cv_path_BASENAME="$ac_dir/$ac_word" |
echo "$as_me:2692: found $ac_dir/$ac_word" >&5 | | echo "$as_me:2694: found $ac_dir/$ac_word" >&5 |
break | | break |
fi | | fi |
done | | done |
| | |
BASENAME=$ac_cv_path_BASENAME | | BASENAME=$ac_cv_path_BASENAME |
| | |
if test -n "$BASENAME"; then | | if test -n "$BASENAME"; then |
echo "$as_me:2703: result: $BASENAME" >&5 | | echo "$as_me:2705: result: $BASENAME" >&5 |
echo "${ECHO_T}$BASENAME" >&6 | | echo "${ECHO_T}$BASENAME" >&6 |
else | | else |
echo "$as_me:2706: result: no" >&5 | | echo "$as_me:2708: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6 |
fi | | fi |
| | |
# Extract the first word of "sed", so it can be a program name with args. | | # Extract the first word of "sed", so it can be a program name with args. |
set dummy sed; ac_word=$2 | | set dummy sed; ac_word=$2 |
echo "$as_me:2712: checking for $ac_word" >&5 | | echo "$as_me:2714: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
if test "${ac_cv_path_SED+set}" = set; then | | if test "${ac_cv_path_SED+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
test -z "$ac_dir" && ac_dir=. | | test -z "$ac_dir" && ac_dir=. |
if $as_executable_p "$ac_dir/$ac_word"; then | | if $as_executable_p "$ac_dir/$ac_word"; then |
ac_cv_path_SED="$ac_dir/$ac_word" | | ac_cv_path_SED="$ac_dir/$ac_word" |
echo "$as_me:2729: found $ac_dir/$ac_word" >&5 | | echo "$as_me:2731: found $ac_dir/$ac_word" >&5 |
break | | break |
fi | | fi |
done | | done |
| | |
SED=$ac_cv_path_SED | | SED=$ac_cv_path_SED |
| | |
if test -n "$SED"; then | | if test -n "$SED"; then |
echo "$as_me:2740: result: $SED" >&5 | | echo "$as_me:2742: result: $SED" >&5 |
echo "${ECHO_T}$SED" >&6 | | echo "${ECHO_T}$SED" >&6 |
else | | else |
echo "$as_me:2743: result: no" >&5 | | echo "$as_me:2745: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6 |
fi | | fi |
| | |
# Extract the first word of "rm", so it can be a program name with args. | | # Extract the first word of "rm", so it can be a program name with args. |
set dummy rm; ac_word=$2 | | set dummy rm; ac_word=$2 |
echo "$as_me:2749: checking for $ac_word" >&5 | | echo "$as_me:2751: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
if test "${ac_cv_path_RM+set}" = set; then | | if test "${ac_cv_path_RM+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
test -z "$ac_dir" && ac_dir=. | | test -z "$ac_dir" && ac_dir=. |
if $as_executable_p "$ac_dir/$ac_word"; then | | if $as_executable_p "$ac_dir/$ac_word"; then |
ac_cv_path_RM="$ac_dir/$ac_word" | | ac_cv_path_RM="$ac_dir/$ac_word" |
echo "$as_me:2766: found $ac_dir/$ac_word" >&5 | | echo "$as_me:2768: found $ac_dir/$ac_word" >&5 |
break | | break |
fi | | fi |
done | | done |
| | |
RM=$ac_cv_path_RM | | RM=$ac_cv_path_RM |
| | |
if test -n "$RM"; then | | if test -n "$RM"; then |
echo "$as_me:2777: result: $RM" >&5 | | echo "$as_me:2779: result: $RM" >&5 |
echo "${ECHO_T}$RM" >&6 | | echo "${ECHO_T}$RM" >&6 |
else | | else |
echo "$as_me:2780: result: no" >&5 | | echo "$as_me:2782: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6 |
fi | | fi |
| | |
# Extract the first word of "ar", so it can be a program name with args. | | # Extract the first word of "ar", so it can be a program name with args. |
set dummy ar; ac_word=$2 | | set dummy ar; ac_word=$2 |
echo "$as_me:2786: checking for $ac_word" >&5 | | echo "$as_me:2788: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
if test "${ac_cv_path_AR+set}" = set; then | | if test "${ac_cv_path_AR+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
test -z "$ac_dir" && ac_dir=. | | test -z "$ac_dir" && ac_dir=. |
if $as_executable_p "$ac_dir/$ac_word"; then | | if $as_executable_p "$ac_dir/$ac_word"; then |
ac_cv_path_AR="$ac_dir/$ac_word" | | ac_cv_path_AR="$ac_dir/$ac_word" |
echo "$as_me:2803: found $ac_dir/$ac_word" >&5 | | echo "$as_me:2805: found $ac_dir/$ac_word" >&5 |
break | | break |
fi | | fi |
done | | done |
| | |
AR=$ac_cv_path_AR | | AR=$ac_cv_path_AR |
| | |
if test -n "$AR"; then | | if test -n "$AR"; then |
echo "$as_me:2814: result: $AR" >&5 | | echo "$as_me:2816: result: $AR" >&5 |
echo "${ECHO_T}$AR" >&6 | | echo "${ECHO_T}$AR" >&6 |
else | | else |
echo "$as_me:2817: result: no" >&5 | | echo "$as_me:2819: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6 |
fi | | fi |
| | |
# Extract the first word of "latex", so it can be a program name with args. | | # Extract the first word of "latex", so it can be a program name with args. |
set dummy latex; ac_word=$2 | | set dummy latex; ac_word=$2 |
echo "$as_me:2823: checking for $ac_word" >&5 | | echo "$as_me:2825: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
if test "${ac_cv_path_LATEX+set}" = set; then | | if test "${ac_cv_path_LATEX+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
test -z "$ac_dir" && ac_dir=. | | test -z "$ac_dir" && ac_dir=. |
if $as_executable_p "$ac_dir/$ac_word"; then | | if $as_executable_p "$ac_dir/$ac_word"; then |
ac_cv_path_LATEX="$ac_dir/$ac_word" | | ac_cv_path_LATEX="$ac_dir/$ac_word" |
echo "$as_me:2840: found $ac_dir/$ac_word" >&5 | | echo "$as_me:2842: found $ac_dir/$ac_word" >&5 |
break | | break |
fi | | fi |
done | | done |
| | |
LATEX=$ac_cv_path_LATEX | | LATEX=$ac_cv_path_LATEX |
| | |
if test -n "$LATEX"; then | | if test -n "$LATEX"; then |
echo "$as_me:2851: result: $LATEX" >&5 | | echo "$as_me:2853: result: $LATEX" >&5 |
echo "${ECHO_T}$LATEX" >&6 | | echo "${ECHO_T}$LATEX" >&6 |
else | | else |
echo "$as_me:2854: result: no" >&5 | | echo "$as_me:2856: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6 |
fi | | fi |
| | |
# Extract the first word of "gzip", so it can be a program name with args. | | # Extract the first word of "gzip", so it can be a program name with args. |
set dummy gzip; ac_word=$2 | | set dummy gzip; ac_word=$2 |
echo "$as_me:2860: checking for $ac_word" >&5 | | echo "$as_me:2862: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
if test "${ac_cv_path_GZIP+set}" = set; then | | if test "${ac_cv_path_GZIP+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
test -z "$ac_dir" && ac_dir=. | | test -z "$ac_dir" && ac_dir=. |
if $as_executable_p "$ac_dir/$ac_word"; then | | if $as_executable_p "$ac_dir/$ac_word"; then |
ac_cv_path_GZIP="$ac_dir/$ac_word" | | ac_cv_path_GZIP="$ac_dir/$ac_word" |
echo "$as_me:2877: found $ac_dir/$ac_word" >&5 | | echo "$as_me:2879: found $ac_dir/$ac_word" >&5 |
break | | break |
fi | | fi |
done | | done |
| | |
GZIP=$ac_cv_path_GZIP | | GZIP=$ac_cv_path_GZIP |
| | |
if test -n "$GZIP"; then | | if test -n "$GZIP"; then |
echo "$as_me:2888: result: $GZIP" >&5 | | echo "$as_me:2890: result: $GZIP" >&5 |
echo "${ECHO_T}$GZIP" >&6 | | echo "${ECHO_T}$GZIP" >&6 |
else | | else |
echo "$as_me:2891: result: no" >&5 | | echo "$as_me:2893: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6 |
fi | | fi |
| | |
# Extract the first word of "gunzip", so it can be a program name with args. | | # Extract the first word of "gunzip", so it can be a program name with args. |
set dummy gunzip; ac_word=$2 | | set dummy gunzip; ac_word=$2 |
echo "$as_me:2897: checking for $ac_word" >&5 | | echo "$as_me:2899: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
if test "${ac_cv_path_GUNZIP+set}" = set; then | | if test "${ac_cv_path_GUNZIP+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
test -z "$ac_dir" && ac_dir=. | | test -z "$ac_dir" && ac_dir=. |
if $as_executable_p "$ac_dir/$ac_word"; then | | if $as_executable_p "$ac_dir/$ac_word"; then |
ac_cv_path_GUNZIP="$ac_dir/$ac_word" | | ac_cv_path_GUNZIP="$ac_dir/$ac_word" |
echo "$as_me:2914: found $ac_dir/$ac_word" >&5 | | echo "$as_me:2916: found $ac_dir/$ac_word" >&5 |
break | | break |
fi | | fi |
done | | done |
| | |
GUNZIP=$ac_cv_path_GUNZIP | | GUNZIP=$ac_cv_path_GUNZIP |
| | |
if test -n "$GUNZIP"; then | | if test -n "$GUNZIP"; then |
echo "$as_me:2925: result: $GUNZIP" >&5 | | echo "$as_me:2927: result: $GUNZIP" >&5 |
echo "${ECHO_T}$GUNZIP" >&6 | | echo "${ECHO_T}$GUNZIP" >&6 |
else | | else |
echo "$as_me:2928: result: no" >&5 | | echo "$as_me:2930: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6 |
fi | | fi |
| | |
# Extract the first word of "perl", so it can be a program name with args. | | # Extract the first word of "perl", so it can be a program name with args. |
set dummy perl; ac_word=$2 | | set dummy perl; ac_word=$2 |
echo "$as_me:2934: checking for $ac_word" >&5 | | echo "$as_me:2936: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
if test "${ac_cv_path_PERL+set}" = set; then | | if test "${ac_cv_path_PERL+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
test -z "$ac_dir" && ac_dir=. | | test -z "$ac_dir" && ac_dir=. |
if $as_executable_p "$ac_dir/$ac_word"; then | | if $as_executable_p "$ac_dir/$ac_word"; then |
ac_cv_path_PERL="$ac_dir/$ac_word" | | ac_cv_path_PERL="$ac_dir/$ac_word" |
echo "$as_me:2951: found $ac_dir/$ac_word" >&5 | | echo "$as_me:2953: found $ac_dir/$ac_word" >&5 |
break | | break |
fi | | fi |
done | | done |
| | |
PERL=$ac_cv_path_PERL | | PERL=$ac_cv_path_PERL |
| | |
if test -n "$PERL"; then | | if test -n "$PERL"; then |
echo "$as_me:2962: result: $PERL" >&5 | | echo "$as_me:2964: result: $PERL" >&5 |
echo "${ECHO_T}$PERL" >&6 | | echo "${ECHO_T}$PERL" >&6 |
else | | else |
echo "$as_me:2965: result: no" >&5 | | echo "$as_me:2967: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6 |
fi | | fi |
| | |
| | |
if test -z "$COMPRESS" ; then | | if test -z "$COMPRESS" ; then |
# Extract the first word of "compress", so it can be a program name with args. | | # Extract the first word of "compress", so it can be a program name with args. |
set dummy compress; ac_word=$2 | | set dummy compress; ac_word=$2 |
echo "$as_me:2977: checking for $ac_word" >&5 | | echo "$as_me:2979: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
if test "${ac_cv_path_COMPRESS+set}" = set; then | | if test "${ac_cv_path_COMPRESS+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
test -z "$ac_dir" && ac_dir=. | | test -z "$ac_dir" && ac_dir=. |
if $as_executable_p "$ac_dir/$ac_word"; then | | if $as_executable_p "$ac_dir/$ac_word"; then |
ac_cv_path_COMPRESS="$ac_dir/$ac_word" | | ac_cv_path_COMPRESS="$ac_dir/$ac_word" |
echo "$as_me:2994: found $ac_dir/$ac_word" >&5 | | echo "$as_me:2996: found $ac_dir/$ac_word" >&5 |
break | | break |
fi | | fi |
done | | done |
| | |
COMPRESS=$ac_cv_path_COMPRESS | | COMPRESS=$ac_cv_path_COMPRESS |
| | |
if test -n "$COMPRESS"; then | | if test -n "$COMPRESS"; then |
echo "$as_me:3005: result: $COMPRESS" >&5 | | echo "$as_me:3007: result: $COMPRESS" >&5 |
echo "${ECHO_T}$COMPRESS" >&6 | | echo "${ECHO_T}$COMPRESS" >&6 |
else | | else |
echo "$as_me:3008: result: no" >&5 | | echo "$as_me:3010: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6 |
fi | | fi |
| | |
# Extract the first word of "uncompress", so it can be a program name with args. | | # Extract the first word of "uncompress", so it can be a program name with args. |
set dummy uncompress; ac_word=$2 | | set dummy uncompress; ac_word=$2 |
echo "$as_me:3014: checking for $ac_word" >&5 | | echo "$as_me:3016: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
if test "${ac_cv_path_UNCOMPRESS+set}" = set; then | | if test "${ac_cv_path_UNCOMPRESS+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
test -z "$ac_dir" && ac_dir=. | | test -z "$ac_dir" && ac_dir=. |
if $as_executable_p "$ac_dir/$ac_word"; then | | if $as_executable_p "$ac_dir/$ac_word"; then |
ac_cv_path_UNCOMPRESS="$ac_dir/$ac_word" | | ac_cv_path_UNCOMPRESS="$ac_dir/$ac_word" |
echo "$as_me:3031: found $ac_dir/$ac_word" >&5 | | echo "$as_me:3033: found $ac_dir/$ac_word" >&5 |
break | | break |
fi | | fi |
done | | done |
| | |
UNCOMPRESS=$ac_cv_path_UNCOMPRESS | | UNCOMPRESS=$ac_cv_path_UNCOMPRESS |
| | |
if test -n "$UNCOMPRESS"; then | | if test -n "$UNCOMPRESS"; then |
echo "$as_me:3042: result: $UNCOMPRESS" >&5 | | echo "$as_me:3044: result: $UNCOMPRESS" >&5 |
echo "${ECHO_T}$UNCOMPRESS" >&6 | | echo "${ECHO_T}$UNCOMPRESS" >&6 |
else | | else |
echo "$as_me:3045: result: no" >&5 | | echo "$as_me:3047: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6 |
fi | | fi |
| | |
| | |
| | |
# Extract the first word of "bzip2", so it can be a program name with args. | | # Extract the first word of "bzip2", so it can be a program name with args. |
set dummy bzip2; ac_word=$2 | | set dummy bzip2; ac_word=$2 |
echo "$as_me:3053: checking for $ac_word" >&5 | | echo "$as_me:3055: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
if test "${ac_cv_path_BZIP+set}" = set; then | | if test "${ac_cv_path_BZIP+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
test -z "$ac_dir" && ac_dir=. | | test -z "$ac_dir" && ac_dir=. |
if $as_executable_p "$ac_dir/$ac_word"; then | | if $as_executable_p "$ac_dir/$ac_word"; then |
ac_cv_path_BZIP="$ac_dir/$ac_word" | | ac_cv_path_BZIP="$ac_dir/$ac_word" |
echo "$as_me:3070: found $ac_dir/$ac_word" >&5 | | echo "$as_me:3072: found $ac_dir/$ac_word" >&5 |
break | | break |
fi | | fi |
done | | done |
| | |
BZIP=$ac_cv_path_BZIP | | BZIP=$ac_cv_path_BZIP |
| | |
if test -n "$BZIP"; then | | if test -n "$BZIP"; then |
echo "$as_me:3081: result: $BZIP" >&5 | | echo "$as_me:3083: result: $BZIP" >&5 |
echo "${ECHO_T}$BZIP" >&6 | | echo "${ECHO_T}$BZIP" >&6 |
else | | else |
echo "$as_me:3084: result: no" >&5 | | echo "$as_me:3086: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6 |
fi | | fi |
| | |
# Extract the first word of "bunzip2", so it can be a program name with args. | | # Extract the first word of "bunzip2", so it can be a program name with args. |
set dummy bunzip2; ac_word=$2 | | set dummy bunzip2; ac_word=$2 |
echo "$as_me:3090: checking for $ac_word" >&5 | | echo "$as_me:3092: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
if test "${ac_cv_path_BUNZIP+set}" = set; then | | if test "${ac_cv_path_BUNZIP+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
test -z "$ac_dir" && ac_dir=. | | test -z "$ac_dir" && ac_dir=. |
if $as_executable_p "$ac_dir/$ac_word"; then | | if $as_executable_p "$ac_dir/$ac_word"; then |
ac_cv_path_BUNZIP="$ac_dir/$ac_word" | | ac_cv_path_BUNZIP="$ac_dir/$ac_word" |
echo "$as_me:3107: found $ac_dir/$ac_word" >&5 | | echo "$as_me:3109: found $ac_dir/$ac_word" >&5 |
break | | break |
fi | | fi |
done | | done |
| | |
BUNZIP=$ac_cv_path_BUNZIP | | BUNZIP=$ac_cv_path_BUNZIP |
| | |
if test -n "$BUNZIP"; then | | if test -n "$BUNZIP"; then |
echo "$as_me:3118: result: $BUNZIP" >&5 | | echo "$as_me:3120: result: $BUNZIP" >&5 |
echo "${ECHO_T}$BUNZIP" >&6 | | echo "${ECHO_T}$BUNZIP" >&6 |
else | | else |
echo "$as_me:3121: result: no" >&5 | | echo "$as_me:3123: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6 |
fi | | fi |
| | |
| | |
do | | do |
# Extract the first word of "$ac_prog", so it can be a program name with args. | | # Extract the first word of "$ac_prog", so it can be a program name with args. |
set dummy $ac_prog; ac_word=$2 | | set dummy $ac_prog; ac_word=$2 |
echo "$as_me:3139: checking for $ac_word" >&5 | | echo "$as_me:3141: checking for $ac_word" >&5 |
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 |
if test "${ac_cv_path_BOURNE_SHELL+set}" = set; then | | if test "${ac_cv_path_BOURNE_SHELL+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
test -z "$ac_dir" && ac_dir=. | | test -z "$ac_dir" && ac_dir=. |
if $as_executable_p "$ac_dir/$ac_word"; then | | if $as_executable_p "$ac_dir/$ac_word"; then |
ac_cv_path_BOURNE_SHELL="$ac_dir/$ac_word" | | ac_cv_path_BOURNE_SHELL="$ac_dir/$ac_word" |
echo "$as_me:3156: found $ac_dir/$ac_word" >&5 | | echo "$as_me:3158: found $ac_dir/$ac_word" >&5 |
break | | break |
fi | | fi |
done | | done |
| | |
BOURNE_SHELL=$ac_cv_path_BOURNE_SHELL | | BOURNE_SHELL=$ac_cv_path_BOURNE_SHELL |
| | |
if test -n "$BOURNE_SHELL"; then | | if test -n "$BOURNE_SHELL"; then |
echo "$as_me:3167: result: $BOURNE_SHELL" >&5 | | echo "$as_me:3169: result: $BOURNE_SHELL" >&5 |
echo "${ECHO_T}$BOURNE_SHELL" >&6 | | echo "${ECHO_T}$BOURNE_SHELL" >&6 |
else | | else |
echo "$as_me:3170: result: no" >&5 | | echo "$as_me:3172: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6 |
fi | | fi |
| | |
| | |
EXTRA_INC="$withval" | | EXTRA_INC="$withval" |
fi; | | fi; |
| | |
echo "$as_me:3189: checking for main in -lnsl" >&5 | | echo "$as_me:3191: checking for main in -lnsl" >&5 |
echo $ECHO_N "checking for main in -lnsl... $ECHO_C" >&6 | | echo $ECHO_N "checking for main in -lnsl... $ECHO_C" >&6 |
if test "${ac_cv_lib_nsl_main+set}" = set; then | | if test "${ac_cv_lib_nsl_main+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
LIBS="-lnsl $LIBS" | | LIBS="-lnsl $LIBS" |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 3197 "configure" | | #line 3199 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
| | |
#ifdef F77_DUMMY_MAIN | | #ifdef F77_DUMMY_MAIN |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:3215: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:3217: \"$ac_link\"") >&5 |
(eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:3218: \$? = $ac_status" >&5 | | echo "$as_me:3220: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:3221: \"$ac_try\"") >&5 | | { (eval echo "$as_me:3223: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:3224: \$? = $ac_status" >&5 | | echo "$as_me:3226: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_cv_lib_nsl_main=yes | | ac_cv_lib_nsl_main=yes |
else | | else |
| | |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:3235: result: $ac_cv_lib_nsl_main" >&5 | | echo "$as_me:3237: result: $ac_cv_lib_nsl_main" >&5 |
echo "${ECHO_T}$ac_cv_lib_nsl_main" >&6 | | echo "${ECHO_T}$ac_cv_lib_nsl_main" >&6 |
if test $ac_cv_lib_nsl_main = yes; then | | if test $ac_cv_lib_nsl_main = yes; then |
cat >>confdefs.h <<_ACEOF | | cat >>confdefs.h <<_ACEOF |
| | |
| | |
fi | | fi |
| | |
echo "$as_me:3246: checking for main in -lsocket" >&5 | | echo "$as_me:3248: checking for main in -lsocket" >&5 |
echo $ECHO_N "checking for main in -lsocket... $ECHO_C" >&6 | | echo $ECHO_N "checking for main in -lsocket... $ECHO_C" >&6 |
if test "${ac_cv_lib_socket_main+set}" = set; then | | if test "${ac_cv_lib_socket_main+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
LIBS="-lsocket $LIBS" | | LIBS="-lsocket $LIBS" |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 3254 "configure" | | #line 3256 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
| | |
#ifdef F77_DUMMY_MAIN | | #ifdef F77_DUMMY_MAIN |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:3272: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:3274: \"$ac_link\"") >&5 |
(eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:3275: \$? = $ac_status" >&5 | | echo "$as_me:3277: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:3278: \"$ac_try\"") >&5 | | { (eval echo "$as_me:3280: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:3281: \$? = $ac_status" >&5 | | echo "$as_me:3283: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_cv_lib_socket_main=yes | | ac_cv_lib_socket_main=yes |
else | | else |
| | |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:3292: result: $ac_cv_lib_socket_main" >&5 | | echo "$as_me:3294: result: $ac_cv_lib_socket_main" >&5 |
echo "${ECHO_T}$ac_cv_lib_socket_main" >&6 | | echo "${ECHO_T}$ac_cv_lib_socket_main" >&6 |
if test $ac_cv_lib_socket_main = yes; then | | if test $ac_cv_lib_socket_main = yes; then |
cat >>confdefs.h <<_ACEOF | | cat >>confdefs.h <<_ACEOF |
| | |
| | |
fi | | fi |
| | |
echo "$as_me:3303: checking for X" >&5 | | echo "$as_me:3305: checking for X" >&5 |
echo $ECHO_N "checking for X... $ECHO_C" >&6 | | echo $ECHO_N "checking for X... $ECHO_C" >&6 |
| | |
# Check whether --with-x or --without-x was given. | | # Check whether --with-x or --without-x was given. |
| | |
# Guess where to find include files, by looking for Intrinsic.h. | | # Guess where to find include files, by looking for Intrinsic.h. |
# First, try using that file with no special directory specified. | | # First, try using that file with no special directory specified. |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 3400 "configure" | | #line 3402 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
#include <X11/Intrinsic.h> | | #include <X11/Intrinsic.h> |
_ACEOF | | _ACEOF |
if { (eval echo "$as_me:3404: \"$ac_cpp conftest.$ac_ext\"") >&5 | | if { (eval echo "$as_me:3406: \"$ac_cpp conftest.$ac_ext\"") >&5 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
ac_status=$? | | ac_status=$? |
egrep -v '^ *\+' conftest.er1 >conftest.err | | egrep -v '^ *\+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
cat conftest.err >&5 | | cat conftest.err >&5 |
echo "$as_me:3410: \$? = $ac_status" >&5 | | echo "$as_me:3412: \$? = $ac_status" >&5 |
(exit $ac_status); } >/dev/null; then | | (exit $ac_status); } >/dev/null; then |
if test -s conftest.err; then | | if test -s conftest.err; then |
ac_cpp_err=$ac_c_preproc_warn_flag | | ac_cpp_err=$ac_c_preproc_warn_flag |
| | |
ac_save_LIBS=$LIBS | | ac_save_LIBS=$LIBS |
LIBS="-lXt $LIBS" | | LIBS="-lXt $LIBS" |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 3443 "configure" | | #line 3445 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
#include <X11/Intrinsic.h> | | #include <X11/Intrinsic.h> |
#ifdef F77_DUMMY_MAIN | | #ifdef F77_DUMMY_MAIN |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:3461: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:3463: \"$ac_link\"") >&5 |
(eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:3464: \$? = $ac_status" >&5 | | echo "$as_me:3466: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:3467: \"$ac_try\"") >&5 | | { (eval echo "$as_me:3469: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:3470: \$? = $ac_status" >&5 | | echo "$as_me:3472: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
LIBS=$ac_save_LIBS | | LIBS=$ac_save_LIBS |
# We can link X programs with no special library path. | | # We can link X programs with no special library path. |
| | |
fi # $with_x != no | | fi # $with_x != no |
| | |
if test "$have_x" != yes; then | | if test "$have_x" != yes; then |
echo "$as_me:3508: result: $have_x" >&5 | | echo "$as_me:3510: result: $have_x" >&5 |
echo "${ECHO_T}$have_x" >&6 | | echo "${ECHO_T}$have_x" >&6 |
no_x=yes | | no_x=yes |
else | | else |
| | |
# Update the cache value to reflect the command line values. | | # Update the cache value to reflect the command line values. |
ac_cv_have_x="have_x=yes \ | | ac_cv_have_x="have_x=yes \ |
ac_x_includes=$x_includes ac_x_libraries=$x_libraries" | | ac_x_includes=$x_includes ac_x_libraries=$x_libraries" |
echo "$as_me:3518: result: libraries $x_libraries, headers $x_includes" >&5 | | echo "$as_me:3520: result: libraries $x_libraries, headers $x_includes" >&5 |
echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6 | | echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6 |
fi | | fi |
| | |
| | |
# others require no space. Words are not sufficient . . . . | | # others require no space. Words are not sufficient . . . . |
case `(uname -sr) 2>/dev/null` in | | case `(uname -sr) 2>/dev/null` in |
"SunOS 5"*) | | "SunOS 5"*) |
echo "$as_me:3542: checking whether -R must be followed by a space" >&5 | | echo "$as_me:3544: 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 | | echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6 |
ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries" | | ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries" |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 3546 "configure" | | #line 3548 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
| | |
#ifdef F77_DUMMY_MAIN | | #ifdef F77_DUMMY_MAIN |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:3564: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:3566: \"$ac_link\"") >&5 |
(eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:3567: \$? = $ac_status" >&5 | | echo "$as_me:3569: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:3570: \"$ac_try\"") >&5 | | { (eval echo "$as_me:3572: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:3573: \$? = $ac_status" >&5 | | echo "$as_me:3575: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_R_nospace=yes | | ac_R_nospace=yes |
else | | else |
| | |
fi | | fi |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
if test $ac_R_nospace = yes; then | | if test $ac_R_nospace = yes; then |
echo "$as_me:3583: result: no" >&5 | | echo "$as_me:3585: result: no" >&5 |
echo "${ECHO_T}no" >&6 | | echo "${ECHO_T}no" >&6 |
X_LIBS="$X_LIBS -R$x_libraries" | | X_LIBS="$X_LIBS -R$x_libraries" |
else | | else |
LIBS="$ac_xsave_LIBS -R $x_libraries" | | LIBS="$ac_xsave_LIBS -R $x_libraries" |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 3589 "configure" | | #line 3591 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
| | |
#ifdef F77_DUMMY_MAIN | | #ifdef F77_DUMMY_MAIN |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:3607: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:3609: \"$ac_link\"") >&5 |
(eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:3610: \$? = $ac_status" >&5 | | echo "$as_me:3612: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:3613: \"$ac_try\"") >&5 | | { (eval echo "$as_me:3615: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:3616: \$? = $ac_status" >&5 | | echo "$as_me:3618: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_R_space=yes | | ac_R_space=yes |
else | | else |
| | |
fi | | fi |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
if test $ac_R_space = yes; then | | if test $ac_R_space = yes; then |
echo "$as_me:3626: result: yes" >&5 | | echo "$as_me:3628: result: yes" >&5 |
echo "${ECHO_T}yes" >&6 | | echo "${ECHO_T}yes" >&6 |
X_LIBS="$X_LIBS -R $x_libraries" | | X_LIBS="$X_LIBS -R $x_libraries" |
else | | else |
echo "$as_me:3630: result: neither works" >&5 | | echo "$as_me:3632: result: neither works" >&5 |
echo "${ECHO_T}neither works" >&6 | | echo "${ECHO_T}neither works" >&6 |
fi | | fi |
fi | | fi |
| | |
# the Alpha needs dnet_stub (dnet does not exist). | | # the Alpha needs dnet_stub (dnet does not exist). |
ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11" | | ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11" |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 3650 "configure" | | #line 3652 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
| | |
/* Override any gcc2 internal prototype to avoid an error. */ | | /* Override any gcc2 internal prototype to avoid an error. */ |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:3675: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:3677: \"$ac_link\"") >&5 |
(eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:3678: \$? = $ac_status" >&5 | | echo "$as_me:3680: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:3681: \"$ac_try\"") >&5 | | { (eval echo "$as_me:3683: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:3684: \$? = $ac_status" >&5 | | echo "$as_me:3686: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
: | | : |
else | | else |
echo "$as_me: failed program was:" >&5 | | echo "$as_me: failed program was:" >&5 |
cat conftest.$ac_ext >&5 | | cat conftest.$ac_ext >&5 |
echo "$as_me:3690: checking for dnet_ntoa in -ldnet" >&5 | | echo "$as_me:3692: checking for dnet_ntoa in -ldnet" >&5 |
echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6 | | echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6 |
if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then | | if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
LIBS="-ldnet $LIBS" | | LIBS="-ldnet $LIBS" |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 3698 "configure" | | #line 3700 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
| | |
/* Override any gcc2 internal prototype to avoid an error. */ | | /* Override any gcc2 internal prototype to avoid an error. */ |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:3723: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:3725: \"$ac_link\"") >&5 |
(eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:3726: \$? = $ac_status" >&5 | | echo "$as_me:3728: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:3729: \"$ac_try\"") >&5 | | { (eval echo "$as_me:3731: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:3732: \$? = $ac_status" >&5 | | echo "$as_me:3734: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_cv_lib_dnet_dnet_ntoa=yes | | ac_cv_lib_dnet_dnet_ntoa=yes |
else | | else |
| | |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:3743: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 | | echo "$as_me:3745: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 |
echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6 | | echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6 |
if test $ac_cv_lib_dnet_dnet_ntoa = yes; then | | if test $ac_cv_lib_dnet_dnet_ntoa = yes; then |
X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" | | X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" |
fi | | fi |
| | |
if test $ac_cv_lib_dnet_dnet_ntoa = no; then | | if test $ac_cv_lib_dnet_dnet_ntoa = no; then |
echo "$as_me:3750: checking for dnet_ntoa in -ldnet_stub" >&5 | | echo "$as_me:3752: checking for dnet_ntoa in -ldnet_stub" >&5 |
echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6 | | 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 | | if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
LIBS="-ldnet_stub $LIBS" | | LIBS="-ldnet_stub $LIBS" |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 3758 "configure" | | #line 3760 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
| | |
/* Override any gcc2 internal prototype to avoid an error. */ | | /* Override any gcc2 internal prototype to avoid an error. */ |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:3783: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:3785: \"$ac_link\"") >&5 |
(eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:3786: \$? = $ac_status" >&5 | | echo "$as_me:3788: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:3789: \"$ac_try\"") >&5 | | { (eval echo "$as_me:3791: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:3792: \$? = $ac_status" >&5 | | echo "$as_me:3794: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_cv_lib_dnet_stub_dnet_ntoa=yes | | ac_cv_lib_dnet_stub_dnet_ntoa=yes |
else | | else |
| | |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:3803: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5 | | echo "$as_me:3805: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5 |
echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6 | | echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6 |
if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then | | if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then |
X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" | | X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" |
| | |
# on Irix 5.2, according to T.E. Dickey. | | # on Irix 5.2, according to T.E. Dickey. |
# The functions gethostbyname, getservbyname, and inet_addr are | | # The functions gethostbyname, getservbyname, and inet_addr are |
# in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking. | | # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking. |
echo "$as_me:3822: checking for gethostbyname" >&5 | | echo "$as_me:3824: checking for gethostbyname" >&5 |
echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6 | | echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6 |
if test "${ac_cv_func_gethostbyname+set}" = set; then | | if test "${ac_cv_func_gethostbyname+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 3828 "configure" | | #line 3830 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
/* System header to define __stub macros and hopefully few prototypes, | | /* System header to define __stub macros and hopefully few prototypes, |
which can conflict with char gethostbyname (); below. */ | | which can conflict with char gethostbyname (); below. */ |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:3865: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:3867: \"$ac_link\"") >&5 |
(eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:3868: \$? = $ac_status" >&5 | | echo "$as_me:3870: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:3871: \"$ac_try\"") >&5 | | { (eval echo "$as_me:3873: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:3874: \$? = $ac_status" >&5 | | echo "$as_me:3876: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_cv_func_gethostbyname=yes | | ac_cv_func_gethostbyname=yes |
else | | else |
| | |
fi | | fi |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
fi | | fi |
echo "$as_me:3884: result: $ac_cv_func_gethostbyname" >&5 | | echo "$as_me:3886: result: $ac_cv_func_gethostbyname" >&5 |
echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6 | | echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6 |
| | |
if test $ac_cv_func_gethostbyname = no; then | | if test $ac_cv_func_gethostbyname = no; then |
echo "$as_me:3888: checking for gethostbyname in -lnsl" >&5 | | echo "$as_me:3890: checking for gethostbyname in -lnsl" >&5 |
echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6 | | echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6 |
if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then | | if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
LIBS="-lnsl $LIBS" | | LIBS="-lnsl $LIBS" |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 3896 "configure" | | #line 3898 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
| | |
/* Override any gcc2 internal prototype to avoid an error. */ | | /* Override any gcc2 internal prototype to avoid an error. */ |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:3921: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:3923: \"$ac_link\"") >&5 |
(eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:3924: \$? = $ac_status" >&5 | | echo "$as_me:3926: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:3927: \"$ac_try\"") >&5 | | { (eval echo "$as_me:3929: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:3930: \$? = $ac_status" >&5 | | echo "$as_me:3932: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_cv_lib_nsl_gethostbyname=yes | | ac_cv_lib_nsl_gethostbyname=yes |
else | | else |
| | |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:3941: result: $ac_cv_lib_nsl_gethostbyname" >&5 | | echo "$as_me:3943: result: $ac_cv_lib_nsl_gethostbyname" >&5 |
echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6 | | echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6 |
if test $ac_cv_lib_nsl_gethostbyname = yes; then | | if test $ac_cv_lib_nsl_gethostbyname = yes; then |
X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" | | X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" |
fi | | fi |
| | |
if test $ac_cv_lib_nsl_gethostbyname = no; then | | if test $ac_cv_lib_nsl_gethostbyname = no; then |
echo "$as_me:3948: checking for gethostbyname in -lbsd" >&5 | | echo "$as_me:3950: checking for gethostbyname in -lbsd" >&5 |
echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6 | | echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6 |
if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then | | if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
LIBS="-lbsd $LIBS" | | LIBS="-lbsd $LIBS" |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 3956 "configure" | | #line 3958 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
| | |
/* Override any gcc2 internal prototype to avoid an error. */ | | /* Override any gcc2 internal prototype to avoid an error. */ |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:3981: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:3983: \"$ac_link\"") >&5 |
(eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:3984: \$? = $ac_status" >&5 | | echo "$as_me:3986: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:3987: \"$ac_try\"") >&5 | | { (eval echo "$as_me:3989: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:3990: \$? = $ac_status" >&5 | | echo "$as_me:3992: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_cv_lib_bsd_gethostbyname=yes | | ac_cv_lib_bsd_gethostbyname=yes |
else | | else |
| | |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:4001: result: $ac_cv_lib_bsd_gethostbyname" >&5 | | echo "$as_me:4003: result: $ac_cv_lib_bsd_gethostbyname" >&5 |
echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6 | | echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6 |
if test $ac_cv_lib_bsd_gethostbyname = yes; then | | if test $ac_cv_lib_bsd_gethostbyname = yes; then |
X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd" | | X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd" |
| | |
# variants that don't use the nameserver (or something). -lsocket | | # variants that don't use the nameserver (or something). -lsocket |
# must be given before -lnsl if both are needed. We assume that | | # must be given before -lnsl if both are needed. We assume that |
# if connect needs -lnsl, so does gethostbyname. | | # if connect needs -lnsl, so does gethostbyname. |
echo "$as_me:4017: checking for connect" >&5 | | echo "$as_me:4019: checking for connect" >&5 |
echo $ECHO_N "checking for connect... $ECHO_C" >&6 | | echo $ECHO_N "checking for connect... $ECHO_C" >&6 |
if test "${ac_cv_func_connect+set}" = set; then | | if test "${ac_cv_func_connect+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 4023 "configure" | | #line 4025 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
/* System header to define __stub macros and hopefully few prototypes, | | /* System header to define __stub macros and hopefully few prototypes, |
which can conflict with char connect (); below. */ | | which can conflict with char connect (); below. */ |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:4060: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:4062: \"$ac_link\"") >&5 |
(eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:4063: \$? = $ac_status" >&5 | | echo "$as_me:4065: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:4066: \"$ac_try\"") >&5 | | { (eval echo "$as_me:4068: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:4069: \$? = $ac_status" >&5 | | echo "$as_me:4071: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_cv_func_connect=yes | | ac_cv_func_connect=yes |
else | | else |
| | |
fi | | fi |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
fi | | fi |
echo "$as_me:4079: result: $ac_cv_func_connect" >&5 | | echo "$as_me:4081: result: $ac_cv_func_connect" >&5 |
echo "${ECHO_T}$ac_cv_func_connect" >&6 | | echo "${ECHO_T}$ac_cv_func_connect" >&6 |
| | |
if test $ac_cv_func_connect = no; then | | if test $ac_cv_func_connect = no; then |
echo "$as_me:4083: checking for connect in -lsocket" >&5 | | echo "$as_me:4085: checking for connect in -lsocket" >&5 |
echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6 | | echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6 |
if test "${ac_cv_lib_socket_connect+set}" = set; then | | if test "${ac_cv_lib_socket_connect+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
LIBS="-lsocket $X_EXTRA_LIBS $LIBS" | | LIBS="-lsocket $X_EXTRA_LIBS $LIBS" |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 4091 "configure" | | #line 4093 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
| | |
/* Override any gcc2 internal prototype to avoid an error. */ | | /* Override any gcc2 internal prototype to avoid an error. */ |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:4116: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:4118: \"$ac_link\"") >&5 |
(eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:4119: \$? = $ac_status" >&5 | | echo "$as_me:4121: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:4122: \"$ac_try\"") >&5 | | { (eval echo "$as_me:4124: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:4125: \$? = $ac_status" >&5 | | echo "$as_me:4127: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_cv_lib_socket_connect=yes | | ac_cv_lib_socket_connect=yes |
else | | else |
| | |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:4136: result: $ac_cv_lib_socket_connect" >&5 | | echo "$as_me:4138: result: $ac_cv_lib_socket_connect" >&5 |
echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6 | | echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6 |
if test $ac_cv_lib_socket_connect = yes; then | | if test $ac_cv_lib_socket_connect = yes; then |
X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" | | X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" |
| | |
fi | | fi |
| | |
# Guillermo Gomez says -lposix is necessary on A/UX. | | # Guillermo Gomez says -lposix is necessary on A/UX. |
echo "$as_me:4145: checking for remove" >&5 | | echo "$as_me:4147: checking for remove" >&5 |
echo $ECHO_N "checking for remove... $ECHO_C" >&6 | | echo $ECHO_N "checking for remove... $ECHO_C" >&6 |
if test "${ac_cv_func_remove+set}" = set; then | | if test "${ac_cv_func_remove+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 4151 "configure" | | #line 4153 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
/* System header to define __stub macros and hopefully few prototypes, | | /* System header to define __stub macros and hopefully few prototypes, |
which can conflict with char remove (); below. */ | | which can conflict with char remove (); below. */ |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:4188: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:4190: \"$ac_link\"") >&5 |
(eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:4191: \$? = $ac_status" >&5 | | echo "$as_me:4193: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:4194: \"$ac_try\"") >&5 | | { (eval echo "$as_me:4196: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:4197: \$? = $ac_status" >&5 | | echo "$as_me:4199: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_cv_func_remove=yes | | ac_cv_func_remove=yes |
else | | else |
| | |
fi | | fi |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
fi | | fi |
echo "$as_me:4207: result: $ac_cv_func_remove" >&5 | | echo "$as_me:4209: result: $ac_cv_func_remove" >&5 |
echo "${ECHO_T}$ac_cv_func_remove" >&6 | | echo "${ECHO_T}$ac_cv_func_remove" >&6 |
| | |
if test $ac_cv_func_remove = no; then | | if test $ac_cv_func_remove = no; then |
echo "$as_me:4211: checking for remove in -lposix" >&5 | | echo "$as_me:4213: checking for remove in -lposix" >&5 |
echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6 | | echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6 |
if test "${ac_cv_lib_posix_remove+set}" = set; then | | if test "${ac_cv_lib_posix_remove+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
LIBS="-lposix $LIBS" | | LIBS="-lposix $LIBS" |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 4219 "configure" | | #line 4221 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
| | |
/* Override any gcc2 internal prototype to avoid an error. */ | | /* Override any gcc2 internal prototype to avoid an error. */ |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:4244: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:4246: \"$ac_link\"") >&5 |
(eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:4247: \$? = $ac_status" >&5 | | echo "$as_me:4249: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:4250: \"$ac_try\"") >&5 | | { (eval echo "$as_me:4252: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:4253: \$? = $ac_status" >&5 | | echo "$as_me:4255: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_cv_lib_posix_remove=yes | | ac_cv_lib_posix_remove=yes |
else | | else |
| | |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:4264: result: $ac_cv_lib_posix_remove" >&5 | | echo "$as_me:4266: result: $ac_cv_lib_posix_remove" >&5 |
echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6 | | echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6 |
if test $ac_cv_lib_posix_remove = yes; then | | if test $ac_cv_lib_posix_remove = yes; then |
X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" | | X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" |
| | |
fi | | fi |
| | |
# BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. | | # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. |
echo "$as_me:4273: checking for shmat" >&5 | | echo "$as_me:4275: checking for shmat" >&5 |
echo $ECHO_N "checking for shmat... $ECHO_C" >&6 | | echo $ECHO_N "checking for shmat... $ECHO_C" >&6 |
if test "${ac_cv_func_shmat+set}" = set; then | | if test "${ac_cv_func_shmat+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 4279 "configure" | | #line 4281 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
/* System header to define __stub macros and hopefully few prototypes, | | /* System header to define __stub macros and hopefully few prototypes, |
which can conflict with char shmat (); below. */ | | which can conflict with char shmat (); below. */ |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:4316: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:4318: \"$ac_link\"") >&5 |
(eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:4319: \$? = $ac_status" >&5 | | echo "$as_me:4321: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:4322: \"$ac_try\"") >&5 | | { (eval echo "$as_me:4324: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:4325: \$? = $ac_status" >&5 | | echo "$as_me:4327: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_cv_func_shmat=yes | | ac_cv_func_shmat=yes |
else | | else |
| | |
fi | | fi |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
fi | | fi |
echo "$as_me:4335: result: $ac_cv_func_shmat" >&5 | | echo "$as_me:4337: result: $ac_cv_func_shmat" >&5 |
echo "${ECHO_T}$ac_cv_func_shmat" >&6 | | echo "${ECHO_T}$ac_cv_func_shmat" >&6 |
| | |
if test $ac_cv_func_shmat = no; then | | if test $ac_cv_func_shmat = no; then |
echo "$as_me:4339: checking for shmat in -lipc" >&5 | | echo "$as_me:4341: checking for shmat in -lipc" >&5 |
echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6 | | echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6 |
if test "${ac_cv_lib_ipc_shmat+set}" = set; then | | if test "${ac_cv_lib_ipc_shmat+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
LIBS="-lipc $LIBS" | | LIBS="-lipc $LIBS" |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 4347 "configure" | | #line 4349 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
| | |
/* Override any gcc2 internal prototype to avoid an error. */ | | /* Override any gcc2 internal prototype to avoid an error. */ |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:4372: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:4374: \"$ac_link\"") >&5 |
(eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:4375: \$? = $ac_status" >&5 | | echo "$as_me:4377: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:4378: \"$ac_try\"") >&5 | | { (eval echo "$as_me:4380: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:4381: \$? = $ac_status" >&5 | | echo "$as_me:4383: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_cv_lib_ipc_shmat=yes | | ac_cv_lib_ipc_shmat=yes |
else | | else |
| | |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:4392: result: $ac_cv_lib_ipc_shmat" >&5 | | echo "$as_me:4394: result: $ac_cv_lib_ipc_shmat" >&5 |
echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6 | | echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6 |
if test $ac_cv_lib_ipc_shmat = yes; then | | if test $ac_cv_lib_ipc_shmat = yes; then |
X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" | | X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" |
| | |
# These have to be linked with before -lX11, unlike the other | | # These have to be linked with before -lX11, unlike the other |
# libraries we check for below, so use a different variable. | | # libraries we check for below, so use a different variable. |
# John Interrante, Karl Berry | | # John Interrante, Karl Berry |
echo "$as_me:4410: checking for IceConnectionNumber in -lICE" >&5 | | echo "$as_me:4412: checking for IceConnectionNumber in -lICE" >&5 |
echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6 | | echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6 |
if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then | | if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
LIBS="-lICE $X_EXTRA_LIBS $LIBS" | | LIBS="-lICE $X_EXTRA_LIBS $LIBS" |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 4418 "configure" | | #line 4420 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
| | |
/* Override any gcc2 internal prototype to avoid an error. */ | | /* Override any gcc2 internal prototype to avoid an error. */ |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:4443: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:4445: \"$ac_link\"") >&5 |
(eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:4446: \$? = $ac_status" >&5 | | echo "$as_me:4448: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:4449: \"$ac_try\"") >&5 | | { (eval echo "$as_me:4451: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:4452: \$? = $ac_status" >&5 | | echo "$as_me:4454: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_cv_lib_ICE_IceConnectionNumber=yes | | ac_cv_lib_ICE_IceConnectionNumber=yes |
else | | else |
| | |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:4463: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5 | | echo "$as_me:4465: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5 |
echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6 | | echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6 |
if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then | | if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then |
X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" | | X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" |
| | |
OLD_LD_FLAGS="$LDFLAGS" | | OLD_LD_FLAGS="$LDFLAGS" |
LDFLAGS="$X_PRE_LIBS $X_LIBS $X_EXTRA_LIBS" | | LDFLAGS="$X_PRE_LIBS $X_LIBS $X_EXTRA_LIBS" |
| | |
echo "$as_me:4479: checking for main in -lX11" >&5 | | echo "$as_me:4481: checking for main in -lX11" >&5 |
echo $ECHO_N "checking for main in -lX11... $ECHO_C" >&6 | | echo $ECHO_N "checking for main in -lX11... $ECHO_C" >&6 |
if test "${ac_cv_lib_X11_main+set}" = set; then | | if test "${ac_cv_lib_X11_main+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
LIBS="-lX11 $LIBS" | | LIBS="-lX11 $LIBS" |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 4487 "configure" | | #line 4489 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
| | |
#ifdef F77_DUMMY_MAIN | | #ifdef F77_DUMMY_MAIN |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:4505: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:4507: \"$ac_link\"") >&5 |
(eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:4508: \$? = $ac_status" >&5 | | echo "$as_me:4510: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:4511: \"$ac_try\"") >&5 | | { (eval echo "$as_me:4513: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:4514: \$? = $ac_status" >&5 | | echo "$as_me:4516: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_cv_lib_X11_main=yes | | ac_cv_lib_X11_main=yes |
else | | else |
| | |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:4525: result: $ac_cv_lib_X11_main" >&5 | | echo "$as_me:4527: result: $ac_cv_lib_X11_main" >&5 |
echo "${ECHO_T}$ac_cv_lib_X11_main" >&6 | | echo "${ECHO_T}$ac_cv_lib_X11_main" >&6 |
if test $ac_cv_lib_X11_main = yes; then | | if test $ac_cv_lib_X11_main = yes; then |
cat >>confdefs.h <<\_ACEOF | | cat >>confdefs.h <<\_ACEOF |
| | |
X11LIBS="$X11LIBS -lX11" | | X11LIBS="$X11LIBS -lX11" |
fi | | fi |
| | |
echo "$as_me:4534: checking for main in -lICE" >&5 | | echo "$as_me:4536: checking for main in -lICE" >&5 |
echo $ECHO_N "checking for main in -lICE... $ECHO_C" >&6 | | echo $ECHO_N "checking for main in -lICE... $ECHO_C" >&6 |
if test "${ac_cv_lib_ICE_main+set}" = set; then | | if test "${ac_cv_lib_ICE_main+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
LIBS="-lICE $LIBS" | | LIBS="-lICE $LIBS" |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 4542 "configure" | | #line 4544 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
| | |
#ifdef F77_DUMMY_MAIN | | #ifdef F77_DUMMY_MAIN |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:4560: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:4562: \"$ac_link\"") >&5 |
(eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:4563: \$? = $ac_status" >&5 | | echo "$as_me:4565: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:4566: \"$ac_try\"") >&5 | | { (eval echo "$as_me:4568: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:4569: \$? = $ac_status" >&5 | | echo "$as_me:4571: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_cv_lib_ICE_main=yes | | ac_cv_lib_ICE_main=yes |
else | | else |
| | |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:4580: result: $ac_cv_lib_ICE_main" >&5 | | echo "$as_me:4582: result: $ac_cv_lib_ICE_main" >&5 |
echo "${ECHO_T}$ac_cv_lib_ICE_main" >&6 | | echo "${ECHO_T}$ac_cv_lib_ICE_main" >&6 |
if test $ac_cv_lib_ICE_main = yes; then | | if test $ac_cv_lib_ICE_main = yes; then |
cat >>confdefs.h <<\_ACEOF | | cat >>confdefs.h <<\_ACEOF |
| | |
X11LIBS="$X11LIBS -lICE" | | X11LIBS="$X11LIBS -lICE" |
fi | | fi |
| | |
echo "$as_me:4589: checking for main in -lSM" >&5 | | echo "$as_me:4591: checking for main in -lSM" >&5 |
echo $ECHO_N "checking for main in -lSM... $ECHO_C" >&6 | | echo $ECHO_N "checking for main in -lSM... $ECHO_C" >&6 |
if test "${ac_cv_lib_SM_main+set}" = set; then | | if test "${ac_cv_lib_SM_main+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
LIBS="-lSM $X11LIBS $LIBS" | | LIBS="-lSM $X11LIBS $LIBS" |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 4597 "configure" | | #line 4599 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
| | |
#ifdef F77_DUMMY_MAIN | | #ifdef F77_DUMMY_MAIN |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:4615: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:4617: \"$ac_link\"") >&5 |
(eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:4618: \$? = $ac_status" >&5 | | echo "$as_me:4620: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:4621: \"$ac_try\"") >&5 | | { (eval echo "$as_me:4623: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:4624: \$? = $ac_status" >&5 | | echo "$as_me:4626: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_cv_lib_SM_main=yes | | ac_cv_lib_SM_main=yes |
else | | else |
| | |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:4635: result: $ac_cv_lib_SM_main" >&5 | | echo "$as_me:4637: result: $ac_cv_lib_SM_main" >&5 |
echo "${ECHO_T}$ac_cv_lib_SM_main" >&6 | | echo "${ECHO_T}$ac_cv_lib_SM_main" >&6 |
if test $ac_cv_lib_SM_main = yes; then | | if test $ac_cv_lib_SM_main = yes; then |
cat >>confdefs.h <<\_ACEOF | | cat >>confdefs.h <<\_ACEOF |
| | |
X11LIBS="$X11LIBS -lSM" | | X11LIBS="$X11LIBS -lSM" |
fi | | fi |
| | |
echo "$as_me:4644: checking for main in -lXext" >&5 | | echo "$as_me:4646: checking for main in -lXext" >&5 |
echo $ECHO_N "checking for main in -lXext... $ECHO_C" >&6 | | echo $ECHO_N "checking for main in -lXext... $ECHO_C" >&6 |
if test "${ac_cv_lib_Xext_main+set}" = set; then | | if test "${ac_cv_lib_Xext_main+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
LIBS="-lXext -lX11 $LIBS" | | LIBS="-lXext -lX11 $LIBS" |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 4652 "configure" | | #line 4654 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
| | |
#ifdef F77_DUMMY_MAIN | | #ifdef F77_DUMMY_MAIN |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:4670: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:4672: \"$ac_link\"") >&5 |
(eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:4673: \$? = $ac_status" >&5 | | echo "$as_me:4675: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:4676: \"$ac_try\"") >&5 | | { (eval echo "$as_me:4678: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:4679: \$? = $ac_status" >&5 | | echo "$as_me:4681: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_cv_lib_Xext_main=yes | | ac_cv_lib_Xext_main=yes |
else | | else |
| | |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:4690: result: $ac_cv_lib_Xext_main" >&5 | | echo "$as_me:4692: result: $ac_cv_lib_Xext_main" >&5 |
echo "${ECHO_T}$ac_cv_lib_Xext_main" >&6 | | echo "${ECHO_T}$ac_cv_lib_Xext_main" >&6 |
if test $ac_cv_lib_Xext_main = yes; then | | if test $ac_cv_lib_Xext_main = yes; then |
cat >>confdefs.h <<\_ACEOF | | cat >>confdefs.h <<\_ACEOF |
| | |
X11LIBS="$X11LIBS -lXext" | | X11LIBS="$X11LIBS -lXext" |
fi | | fi |
| | |
echo "$as_me:4699: checking for main in -lXt" >&5 | | echo "$as_me:4701: checking for main in -lXt" >&5 |
echo $ECHO_N "checking for main in -lXt... $ECHO_C" >&6 | | echo $ECHO_N "checking for main in -lXt... $ECHO_C" >&6 |
if test "${ac_cv_lib_Xt_main+set}" = set; then | | if test "${ac_cv_lib_Xt_main+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
LIBS="-lXt $X11LIBS $LIBS" | | LIBS="-lXt $X11LIBS $LIBS" |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 4707 "configure" | | #line 4709 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
| | |
#ifdef F77_DUMMY_MAIN | | #ifdef F77_DUMMY_MAIN |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:4725: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:4727: \"$ac_link\"") >&5 |
(eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:4728: \$? = $ac_status" >&5 | | echo "$as_me:4730: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:4731: \"$ac_try\"") >&5 | | { (eval echo "$as_me:4733: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:4734: \$? = $ac_status" >&5 | | echo "$as_me:4736: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_cv_lib_Xt_main=yes | | ac_cv_lib_Xt_main=yes |
else | | else |
| | |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:4745: result: $ac_cv_lib_Xt_main" >&5 | | echo "$as_me:4747: result: $ac_cv_lib_Xt_main" >&5 |
echo "${ECHO_T}$ac_cv_lib_Xt_main" >&6 | | echo "${ECHO_T}$ac_cv_lib_Xt_main" >&6 |
if test $ac_cv_lib_Xt_main = yes; then | | if test $ac_cv_lib_Xt_main = yes; then |
cat >>confdefs.h <<\_ACEOF | | cat >>confdefs.h <<\_ACEOF |
| | |
X11LIBS="$X11LIBS -lXt" | | X11LIBS="$X11LIBS -lXt" |
fi | | fi |
| | |
echo "$as_me:4754: checking for main in -lXmu" >&5 | | echo "$as_me:4756: checking for main in -lXmu" >&5 |
echo $ECHO_N "checking for main in -lXmu... $ECHO_C" >&6 | | echo $ECHO_N "checking for main in -lXmu... $ECHO_C" >&6 |
if test "${ac_cv_lib_Xmu_main+set}" = set; then | | if test "${ac_cv_lib_Xmu_main+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
LIBS="-lXmu $X11LIBS $LIBS" | | LIBS="-lXmu $X11LIBS $LIBS" |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 4762 "configure" | | #line 4764 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
| | |
#ifdef F77_DUMMY_MAIN | | #ifdef F77_DUMMY_MAIN |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:4780: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:4782: \"$ac_link\"") >&5 |
(eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:4783: \$? = $ac_status" >&5 | | echo "$as_me:4785: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:4786: \"$ac_try\"") >&5 | | { (eval echo "$as_me:4788: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:4789: \$? = $ac_status" >&5 | | echo "$as_me:4791: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_cv_lib_Xmu_main=yes | | ac_cv_lib_Xmu_main=yes |
else | | else |
| | |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:4800: result: $ac_cv_lib_Xmu_main" >&5 | | echo "$as_me:4802: result: $ac_cv_lib_Xmu_main" >&5 |
echo "${ECHO_T}$ac_cv_lib_Xmu_main" >&6 | | echo "${ECHO_T}$ac_cv_lib_Xmu_main" >&6 |
if test $ac_cv_lib_Xmu_main = yes; then | | if test $ac_cv_lib_Xmu_main = yes; then |
cat >>confdefs.h <<\_ACEOF | | cat >>confdefs.h <<\_ACEOF |
| | |
X11LIBS="$X11LIBS -lXmu" | | X11LIBS="$X11LIBS -lXmu" |
fi | | fi |
| | |
echo "$as_me:4809: checking for main in -lXaw" >&5 | | echo "$as_me:4811: checking for main in -lXaw" >&5 |
echo $ECHO_N "checking for main in -lXaw... $ECHO_C" >&6 | | echo $ECHO_N "checking for main in -lXaw... $ECHO_C" >&6 |
if test "${ac_cv_lib_Xaw_main+set}" = set; then | | if test "${ac_cv_lib_Xaw_main+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
LIBS="-lXaw $X11LIBS $LIBS" | | LIBS="-lXaw $X11LIBS $LIBS" |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 4817 "configure" | | #line 4819 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
| | |
#ifdef F77_DUMMY_MAIN | | #ifdef F77_DUMMY_MAIN |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:4835: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:4837: \"$ac_link\"") >&5 |
(eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:4838: \$? = $ac_status" >&5 | | echo "$as_me:4840: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:4841: \"$ac_try\"") >&5 | | { (eval echo "$as_me:4843: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:4844: \$? = $ac_status" >&5 | | echo "$as_me:4846: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_cv_lib_Xaw_main=yes | | ac_cv_lib_Xaw_main=yes |
else | | else |
| | |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:4855: result: $ac_cv_lib_Xaw_main" >&5 | | echo "$as_me:4857: result: $ac_cv_lib_Xaw_main" >&5 |
echo "${ECHO_T}$ac_cv_lib_Xaw_main" >&6 | | echo "${ECHO_T}$ac_cv_lib_Xaw_main" >&6 |
if test $ac_cv_lib_Xaw_main = yes; then | | if test $ac_cv_lib_Xaw_main = yes; then |
cat >>confdefs.h <<\_ACEOF | | cat >>confdefs.h <<\_ACEOF |
| | |
LDFLAGS="$OLD_LD_FLAGS" | | LDFLAGS="$OLD_LD_FLAGS" |
X11LIBS="$X_LIBS $X11LIBS" | | X11LIBS="$X_LIBS $X11LIBS" |
| | |
echo "$as_me:4867: checking for main in -lXpm" >&5 | | echo "$as_me:4869: checking for main in -lXpm" >&5 |
echo $ECHO_N "checking for main in -lXpm... $ECHO_C" >&6 | | echo $ECHO_N "checking for main in -lXpm... $ECHO_C" >&6 |
if test "${ac_cv_lib_Xpm_main+set}" = set; then | | if test "${ac_cv_lib_Xpm_main+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
LIBS="-lXpm $X11LIBS $LIBS" | | LIBS="-lXpm $X11LIBS $LIBS" |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 4875 "configure" | | #line 4877 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
| | |
#ifdef F77_DUMMY_MAIN | | #ifdef F77_DUMMY_MAIN |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:4893: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:4895: \"$ac_link\"") >&5 |
(eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:4896: \$? = $ac_status" >&5 | | echo "$as_me:4898: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:4899: \"$ac_try\"") >&5 | | { (eval echo "$as_me:4901: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:4902: \$? = $ac_status" >&5 | | echo "$as_me:4904: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_cv_lib_Xpm_main=yes | | ac_cv_lib_Xpm_main=yes |
else | | else |
| | |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:4913: result: $ac_cv_lib_Xpm_main" >&5 | | echo "$as_me:4915: result: $ac_cv_lib_Xpm_main" >&5 |
echo "${ECHO_T}$ac_cv_lib_Xpm_main" >&6 | | echo "${ECHO_T}$ac_cv_lib_Xpm_main" >&6 |
if test $ac_cv_lib_Xpm_main = yes; then | | if test $ac_cv_lib_Xpm_main = yes; then |
cat >>confdefs.h <<\_ACEOF | | cat >>confdefs.h <<\_ACEOF |
| | |
X11LIBS="$X11LIBS -lXpm" | | X11LIBS="$X11LIBS -lXpm" |
fi | | fi |
| | |
echo "$as_me:4922: checking for main in -lm" >&5 | | echo "$as_me:4924: checking for main in -lm" >&5 |
echo $ECHO_N "checking for main in -lm... $ECHO_C" >&6 | | echo $ECHO_N "checking for main in -lm... $ECHO_C" >&6 |
if test "${ac_cv_lib_m_main+set}" = set; then | | if test "${ac_cv_lib_m_main+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
LIBS="-lm $LIBS" | | LIBS="-lm $LIBS" |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 4930 "configure" | | #line 4932 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
| | |
#ifdef F77_DUMMY_MAIN | | #ifdef F77_DUMMY_MAIN |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:4948: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:4950: \"$ac_link\"") >&5 |
(eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:4951: \$? = $ac_status" >&5 | | echo "$as_me:4953: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:4954: \"$ac_try\"") >&5 | | { (eval echo "$as_me:4956: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:4957: \$? = $ac_status" >&5 | | echo "$as_me:4959: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_cv_lib_m_main=yes | | ac_cv_lib_m_main=yes |
else | | else |
| | |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:4968: result: $ac_cv_lib_m_main" >&5 | | echo "$as_me:4970: result: $ac_cv_lib_m_main" >&5 |
echo "${ECHO_T}$ac_cv_lib_m_main" >&6 | | echo "${ECHO_T}$ac_cv_lib_m_main" >&6 |
if test $ac_cv_lib_m_main = yes; then | | if test $ac_cv_lib_m_main = yes; then |
cat >>confdefs.h <<_ACEOF | | cat >>confdefs.h <<_ACEOF |
| | |
| | |
fi | | fi |
| | |
echo "$as_me:4979: checking for main in -lpng" >&5 | | echo "$as_me:4981: checking for main in -lpng" >&5 |
echo $ECHO_N "checking for main in -lpng... $ECHO_C" >&6 | | echo $ECHO_N "checking for main in -lpng... $ECHO_C" >&6 |
if test "${ac_cv_lib_png_main+set}" = set; then | | if test "${ac_cv_lib_png_main+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
LIBS="-lpng $X11LIBS $LIBS" | | LIBS="-lpng $X11LIBS $LIBS" |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 4987 "configure" | | #line 4989 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
| | |
#ifdef F77_DUMMY_MAIN | | #ifdef F77_DUMMY_MAIN |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:5005: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:5007: \"$ac_link\"") >&5 |
(eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:5008: \$? = $ac_status" >&5 | | echo "$as_me:5010: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:5011: \"$ac_try\"") >&5 | | { (eval echo "$as_me:5013: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:5014: \$? = $ac_status" >&5 | | echo "$as_me:5016: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_cv_lib_png_main=yes | | ac_cv_lib_png_main=yes |
else | | else |
| | |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:5025: result: $ac_cv_lib_png_main" >&5 | | echo "$as_me:5027: result: $ac_cv_lib_png_main" >&5 |
echo "${ECHO_T}$ac_cv_lib_png_main" >&6 | | echo "${ECHO_T}$ac_cv_lib_png_main" >&6 |
if test $ac_cv_lib_png_main = yes; then | | if test $ac_cv_lib_png_main = yes; then |
cat >>confdefs.h <<\_ACEOF | | cat >>confdefs.h <<\_ACEOF |
| | |
X11LIBS="$X11LIBS -lpng" | | X11LIBS="$X11LIBS -lpng" |
fi | | fi |
| | |
echo "$as_me:5034: checking for main in -lcrypt" >&5 | | echo "$as_me:5036: checking for main in -lcrypt" >&5 |
echo $ECHO_N "checking for main in -lcrypt... $ECHO_C" >&6 | | echo $ECHO_N "checking for main in -lcrypt... $ECHO_C" >&6 |
if test "${ac_cv_lib_crypt_main+set}" = set; then | | if test "${ac_cv_lib_crypt_main+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
LIBS="-lcrypt $LIBS" | | LIBS="-lcrypt $LIBS" |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 5042 "configure" | | #line 5044 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
| | |
#ifdef F77_DUMMY_MAIN | | #ifdef F77_DUMMY_MAIN |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:5060: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:5062: \"$ac_link\"") >&5 |
(eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:5063: \$? = $ac_status" >&5 | | echo "$as_me:5065: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:5066: \"$ac_try\"") >&5 | | { (eval echo "$as_me:5068: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:5069: \$? = $ac_status" >&5 | | echo "$as_me:5071: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_cv_lib_crypt_main=yes | | ac_cv_lib_crypt_main=yes |
else | | else |
| | |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:5080: result: $ac_cv_lib_crypt_main" >&5 | | echo "$as_me:5082: result: $ac_cv_lib_crypt_main" >&5 |
echo "${ECHO_T}$ac_cv_lib_crypt_main" >&6 | | echo "${ECHO_T}$ac_cv_lib_crypt_main" >&6 |
if test $ac_cv_lib_crypt_main = yes; then | | if test $ac_cv_lib_crypt_main = yes; then |
cat >>confdefs.h <<_ACEOF | | cat >>confdefs.h <<_ACEOF |
| | |
| | |
fi | | fi |
| | |
echo "$as_me:5091: checking for des_crypt in -ldes" >&5 | | echo "$as_me:5093: checking for des_crypt in -ldes" >&5 |
echo $ECHO_N "checking for des_crypt in -ldes... $ECHO_C" >&6 | | echo $ECHO_N "checking for des_crypt in -ldes... $ECHO_C" >&6 |
if test "${ac_cv_lib_des_des_crypt+set}" = set; then | | if test "${ac_cv_lib_des_des_crypt+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
LIBS="-ldes $LIBS" | | LIBS="-ldes $LIBS" |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 5099 "configure" | | #line 5101 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
| | |
/* Override any gcc2 internal prototype to avoid an error. */ | | /* Override any gcc2 internal prototype to avoid an error. */ |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:5124: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:5126: \"$ac_link\"") >&5 |
(eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:5127: \$? = $ac_status" >&5 | | echo "$as_me:5129: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:5130: \"$ac_try\"") >&5 | | { (eval echo "$as_me:5132: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:5133: \$? = $ac_status" >&5 | | echo "$as_me:5135: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_cv_lib_des_des_crypt=yes | | ac_cv_lib_des_des_crypt=yes |
else | | else |
| | |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:5144: result: $ac_cv_lib_des_des_crypt" >&5 | | echo "$as_me:5146: result: $ac_cv_lib_des_des_crypt" >&5 |
echo "${ECHO_T}$ac_cv_lib_des_des_crypt" >&6 | | echo "${ECHO_T}$ac_cv_lib_des_des_crypt" >&6 |
if test $ac_cv_lib_des_des_crypt = yes; then | | if test $ac_cv_lib_des_des_crypt = yes; then |
cat >>confdefs.h <<_ACEOF | | cat >>confdefs.h <<_ACEOF |
| | |
| | |
fi | | fi |
| | |
echo "$as_me:5155: checking for main in -ldmalloclp" >&5 | | echo "$as_me:5157: checking for main in -ldmalloclp" >&5 |
echo $ECHO_N "checking for main in -ldmalloclp... $ECHO_C" >&6 | | echo $ECHO_N "checking for main in -ldmalloclp... $ECHO_C" >&6 |
if test "${ac_cv_lib_dmalloclp_main+set}" = set; then | | if test "${ac_cv_lib_dmalloclp_main+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
LIBS="-ldmalloclp $LIBS" | | LIBS="-ldmalloclp $LIBS" |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 5163 "configure" | | #line 5165 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
| | |
#ifdef F77_DUMMY_MAIN | | #ifdef F77_DUMMY_MAIN |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:5181: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:5183: \"$ac_link\"") >&5 |
(eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:5184: \$? = $ac_status" >&5 | | echo "$as_me:5186: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:5187: \"$ac_try\"") >&5 | | { (eval echo "$as_me:5189: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:5190: \$? = $ac_status" >&5 | | echo "$as_me:5192: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_cv_lib_dmalloclp_main=yes | | ac_cv_lib_dmalloclp_main=yes |
else | | else |
| | |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:5201: result: $ac_cv_lib_dmalloclp_main" >&5 | | echo "$as_me:5203: result: $ac_cv_lib_dmalloclp_main" >&5 |
echo "${ECHO_T}$ac_cv_lib_dmalloclp_main" >&6 | | echo "${ECHO_T}$ac_cv_lib_dmalloclp_main" >&6 |
if test $ac_cv_lib_dmalloclp_main = yes; then | | if test $ac_cv_lib_dmalloclp_main = yes; then |
cat >>confdefs.h <<_ACEOF | | cat >>confdefs.h <<_ACEOF |
| | |
| | |
fi | | fi |
| | |
echo "$as_me:5212: checking for main in -ldl" >&5 | | echo "$as_me:5214: checking for main in -ldl" >&5 |
echo $ECHO_N "checking for main in -ldl... $ECHO_C" >&6 | | echo $ECHO_N "checking for main in -ldl... $ECHO_C" >&6 |
if test "${ac_cv_lib_dl_main+set}" = set; then | | if test "${ac_cv_lib_dl_main+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
LIBS="-ldl $LIBS" | | LIBS="-ldl $LIBS" |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 5220 "configure" | | #line 5222 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
| | |
#ifdef F77_DUMMY_MAIN | | #ifdef F77_DUMMY_MAIN |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:5238: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:5240: \"$ac_link\"") >&5 |
(eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:5241: \$? = $ac_status" >&5 | | echo "$as_me:5243: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:5244: \"$ac_try\"") >&5 | | { (eval echo "$as_me:5246: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:5247: \$? = $ac_status" >&5 | | echo "$as_me:5249: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_cv_lib_dl_main=yes | | ac_cv_lib_dl_main=yes |
else | | else |
| | |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:5258: result: $ac_cv_lib_dl_main" >&5 | | echo "$as_me:5260: result: $ac_cv_lib_dl_main" >&5 |
echo "${ECHO_T}$ac_cv_lib_dl_main" >&6 | | echo "${ECHO_T}$ac_cv_lib_dl_main" >&6 |
if test $ac_cv_lib_dl_main = yes; then | | if test $ac_cv_lib_dl_main = yes; then |
cat >>confdefs.h <<_ACEOF | | cat >>confdefs.h <<_ACEOF |
| | |
| | |
fi | | fi |
| | |
| | echo -n "checking for python lib... " |
| | PYTHON_LIB=`echo /usr/lib/python*/config/libpython*.a` |
| | if test ! -f $PYTHON_LIB ; then |
| | echo "no" |
| | PYTHON_LIB="" |
| | else |
| | echo "yes" |
| | echo "$as_me:5278: checking for main in -lpthread" >&5 |
| | echo $ECHO_N "checking for main in -lpthread... $ECHO_C" >&6 |
| | if test "${ac_cv_lib_pthread_main+set}" = set; then |
| | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | else |
| | ac_check_lib_save_LIBS=$LIBS |
| | LIBS="-lpthread $PY_LIBS $LIBS" |
| | cat >conftest.$ac_ext <<_ACEOF |
| | #line 5286 "configure" |
| | #include "confdefs.h" |
| | |
| | #ifdef F77_DUMMY_MAIN |
| | # ifdef __cplusplus |
| | extern "C" |
| | # endif |
| | int F77_DUMMY_MAIN() { return 1; } |
| | #endif |
| | int |
| | main () |
| | { |
| | main (); |
| | ; |
| | return 0; |
| | } |
| | _ACEOF |
| | rm -f conftest.$ac_objext conftest$ac_exeext |
| | if { (eval echo "$as_me:5304: \"$ac_link\"") >&5 |
| | (eval $ac_link) 2>&5 |
| | ac_status=$? |
| | echo "$as_me:5307: \$? = $ac_status" >&5 |
| | (exit $ac_status); } && |
| | { ac_try='test -s conftest$ac_exeext' |
| | { (eval echo "$as_me:5310: \"$ac_try\"") >&5 |
| | (eval $ac_try) 2>&5 |
| | ac_status=$? |
| | echo "$as_me:5313: \$? = $ac_status" >&5 |
| | (exit $ac_status); }; }; then |
| | ac_cv_lib_pthread_main=yes |
| | else |
| | echo "$as_me: failed program was:" >&5 |
| | cat conftest.$ac_ext >&5 |
| | ac_cv_lib_pthread_main=no |
| | fi |
| | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| | LIBS=$ac_check_lib_save_LIBS |
| | fi |
| | echo "$as_me:5324: result: $ac_cv_lib_pthread_main" >&5 |
| | echo "${ECHO_T}$ac_cv_lib_pthread_main" >&6 |
| | if test $ac_cv_lib_pthread_main = yes; then |
| | PY_LIBS="$PY_LIBS -lpthread" |
| | fi |
| | |
| | echo "$as_me:5330: checking for main in -lutil" >&5 |
| | echo $ECHO_N "checking for main in -lutil... $ECHO_C" >&6 |
| | if test "${ac_cv_lib_util_main+set}" = set; then |
| | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | else |
| | ac_check_lib_save_LIBS=$LIBS |
| | LIBS="-lutil $PY_LIBS $LIBS" |
| | cat >conftest.$ac_ext <<_ACEOF |
| | #line 5338 "configure" |
| | #include "confdefs.h" |
| | |
| | #ifdef F77_DUMMY_MAIN |
| | # ifdef __cplusplus |
| | extern "C" |
| | # endif |
| | int F77_DUMMY_MAIN() { return 1; } |
| | #endif |
| | int |
| | main () |
| | { |
| | main (); |
| | ; |
| | return 0; |
| | } |
| | _ACEOF |
| | rm -f conftest.$ac_objext conftest$ac_exeext |
| | if { (eval echo "$as_me:5356: \"$ac_link\"") >&5 |
| | (eval $ac_link) 2>&5 |
| | ac_status=$? |
| | echo "$as_me:5359: \$? = $ac_status" >&5 |
| | (exit $ac_status); } && |
| | { ac_try='test -s conftest$ac_exeext' |
| | { (eval echo "$as_me:5362: \"$ac_try\"") >&5 |
| | (eval $ac_try) 2>&5 |
| | ac_status=$? |
| | echo "$as_me:5365: \$? = $ac_status" >&5 |
| | (exit $ac_status); }; }; then |
| | ac_cv_lib_util_main=yes |
| | else |
| | echo "$as_me: failed program was:" >&5 |
| | cat conftest.$ac_ext >&5 |
| | ac_cv_lib_util_main=no |
| | fi |
| | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
| | LIBS=$ac_check_lib_save_LIBS |
| | fi |
| | echo "$as_me:5376: result: $ac_cv_lib_util_main" >&5 |
| | echo "${ECHO_T}$ac_cv_lib_util_main" >&6 |
| | if test $ac_cv_lib_util_main = yes; then |
| | PY_LIBS="$PY_LIBS -lutil" |
| | fi |
| | |
| | fi |
| | |
ac_header_dirent=no | | ac_header_dirent=no |
for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do | | for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do |
as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh` | | as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh` |
echo "$as_me:5272: checking for $ac_hdr that defines DIR" >&5 | | echo "$as_me:5387: checking for $ac_hdr that defines DIR" >&5 |
echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6 |
if eval "test \"\${$as_ac_Header+set}\" = set"; then | | if eval "test \"\${$as_ac_Header+set}\" = set"; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 5278 "configure" | | #line 5393 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
#include <sys/types.h> | | #include <sys/types.h> |
#include <$ac_hdr> | | #include <$ac_hdr> |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:5299: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:5414: \"$ac_compile\"") >&5 |
(eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:5302: \$? = $ac_status" >&5 | | echo "$as_me:5417: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:5305: \"$ac_try\"") >&5 | | { (eval echo "$as_me:5420: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:5308: \$? = $ac_status" >&5 | | echo "$as_me:5423: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
eval "$as_ac_Header=yes" | | eval "$as_ac_Header=yes" |
else | | else |
| | |
fi | | fi |
rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest.$ac_ext |
fi | | fi |
echo "$as_me:5318: result: `eval echo '${'$as_ac_Header'}'`" >&5 | | echo "$as_me:5433: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
if test `eval echo '${'$as_ac_Header'}'` = yes; then | | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
cat >>confdefs.h <<_ACEOF | | cat >>confdefs.h <<_ACEOF |
| | |
done | | done |
# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix. | | # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix. |
if test $ac_header_dirent = dirent.h; then | | if test $ac_header_dirent = dirent.h; then |
echo "$as_me:5331: checking for opendir in -ldir" >&5 | | echo "$as_me:5446: checking for opendir in -ldir" >&5 |
echo $ECHO_N "checking for opendir in -ldir... $ECHO_C" >&6 | | echo $ECHO_N "checking for opendir in -ldir... $ECHO_C" >&6 |
if test "${ac_cv_lib_dir_opendir+set}" = set; then | | if test "${ac_cv_lib_dir_opendir+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
LIBS="-ldir $LIBS" | | LIBS="-ldir $LIBS" |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 5339 "configure" | | #line 5454 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
| | |
/* Override any gcc2 internal prototype to avoid an error. */ | | /* Override any gcc2 internal prototype to avoid an error. */ |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:5364: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:5479: \"$ac_link\"") >&5 |
(eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:5367: \$? = $ac_status" >&5 | | echo "$as_me:5482: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:5370: \"$ac_try\"") >&5 | | { (eval echo "$as_me:5485: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:5373: \$? = $ac_status" >&5 | | echo "$as_me:5488: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_cv_lib_dir_opendir=yes | | ac_cv_lib_dir_opendir=yes |
else | | else |
| | |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:5384: result: $ac_cv_lib_dir_opendir" >&5 | | echo "$as_me:5499: result: $ac_cv_lib_dir_opendir" >&5 |
echo "${ECHO_T}$ac_cv_lib_dir_opendir" >&6 | | echo "${ECHO_T}$ac_cv_lib_dir_opendir" >&6 |
if test $ac_cv_lib_dir_opendir = yes; then | | if test $ac_cv_lib_dir_opendir = yes; then |
LIBS="$LIBS -ldir" | | LIBS="$LIBS -ldir" |
fi | | fi |
| | |
else | | else |
echo "$as_me:5391: checking for opendir in -lx" >&5 | | echo "$as_me:5506: checking for opendir in -lx" >&5 |
echo $ECHO_N "checking for opendir in -lx... $ECHO_C" >&6 | | echo $ECHO_N "checking for opendir in -lx... $ECHO_C" >&6 |
if test "${ac_cv_lib_x_opendir+set}" = set; then | | if test "${ac_cv_lib_x_opendir+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
LIBS="-lx $LIBS" | | LIBS="-lx $LIBS" |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 5399 "configure" | | #line 5514 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
| | |
/* Override any gcc2 internal prototype to avoid an error. */ | | /* Override any gcc2 internal prototype to avoid an error. */ |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:5424: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:5539: \"$ac_link\"") >&5 |
(eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:5427: \$? = $ac_status" >&5 | | echo "$as_me:5542: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:5430: \"$ac_try\"") >&5 | | { (eval echo "$as_me:5545: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:5433: \$? = $ac_status" >&5 | | echo "$as_me:5548: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_cv_lib_x_opendir=yes | | ac_cv_lib_x_opendir=yes |
else | | else |
| | |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:5444: result: $ac_cv_lib_x_opendir" >&5 | | echo "$as_me:5559: result: $ac_cv_lib_x_opendir" >&5 |
echo "${ECHO_T}$ac_cv_lib_x_opendir" >&6 | | echo "${ECHO_T}$ac_cv_lib_x_opendir" >&6 |
if test $ac_cv_lib_x_opendir = yes; then | | if test $ac_cv_lib_x_opendir = yes; then |
LIBS="$LIBS -lx" | | LIBS="$LIBS -lx" |
| | |
| | |
fi | | fi |
| | |
echo "$as_me:5452: checking for ANSI C header files" >&5 | | echo "$as_me:5567: checking for ANSI C header files" >&5 |
echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 | | echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 |
if test "${ac_cv_header_stdc+set}" = set; then | | if test "${ac_cv_header_stdc+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 5458 "configure" | | #line 5573 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
#include <stdlib.h> | | #include <stdlib.h> |
#include <stdarg.h> | | #include <stdarg.h> |
| | |
#include <float.h> | | #include <float.h> |
| | |
_ACEOF | | _ACEOF |
if { (eval echo "$as_me:5466: \"$ac_cpp conftest.$ac_ext\"") >&5 | | if { (eval echo "$as_me:5581: \"$ac_cpp conftest.$ac_ext\"") >&5 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
ac_status=$? | | ac_status=$? |
egrep -v '^ *\+' conftest.er1 >conftest.err | | egrep -v '^ *\+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
cat conftest.err >&5 | | cat conftest.err >&5 |
echo "$as_me:5472: \$? = $ac_status" >&5 | | echo "$as_me:5587: \$? = $ac_status" >&5 |
(exit $ac_status); } >/dev/null; then | | (exit $ac_status); } >/dev/null; then |
if test -s conftest.err; then | | if test -s conftest.err; then |
ac_cpp_err=$ac_c_preproc_warn_flag | | ac_cpp_err=$ac_c_preproc_warn_flag |
| | |
if test $ac_cv_header_stdc = yes; then | | if test $ac_cv_header_stdc = yes; then |
# SunOS 4.x string.h does not declare mem*, contrary to ANSI. | | # SunOS 4.x string.h does not declare mem*, contrary to ANSI. |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 5494 "configure" | | #line 5609 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
#include <string.h> | | #include <string.h> |
| | |
| | |
if test $ac_cv_header_stdc = yes; then | | if test $ac_cv_header_stdc = yes; then |
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. | | # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 5512 "configure" | | #line 5627 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
#include <stdlib.h> | | #include <stdlib.h> |
| | |
| | |
: | | : |
else | | else |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 5533 "configure" | | #line 5648 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
#include <ctype.h> | | #include <ctype.h> |
#if ((' ' & 0x0FF) == 0x020) | | #if ((' ' & 0x0FF) == 0x020) |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest$ac_exeext | | rm -f conftest$ac_exeext |
if { (eval echo "$as_me:5559: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:5674: \"$ac_link\"") >&5 |
(eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:5562: \$? = $ac_status" >&5 | | echo "$as_me:5677: \$? = $ac_status" >&5 |
(exit $ac_status); } && { ac_try='./conftest$ac_exeext' | | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
{ (eval echo "$as_me:5564: \"$ac_try\"") >&5 | | { (eval echo "$as_me:5679: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:5567: \$? = $ac_status" >&5 | | echo "$as_me:5682: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
: | | : |
else | | else |
| | |
fi | | fi |
fi | | fi |
fi | | fi |
echo "$as_me:5580: result: $ac_cv_header_stdc" >&5 | | echo "$as_me:5695: result: $ac_cv_header_stdc" >&5 |
echo "${ECHO_T}$ac_cv_header_stdc" >&6 | | echo "${ECHO_T}$ac_cv_header_stdc" >&6 |
if test $ac_cv_header_stdc = yes; then | | if test $ac_cv_header_stdc = yes; then |
| | |
| | |
inttypes.h stdint.h unistd.h | | inttypes.h stdint.h unistd.h |
do | | do |
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
echo "$as_me:5596: checking for $ac_header" >&5 | | echo "$as_me:5711: checking for $ac_header" >&5 |
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
if eval "test \"\${$as_ac_Header+set}\" = set"; then | | if eval "test \"\${$as_ac_Header+set}\" = set"; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 5602 "configure" | | #line 5717 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
$ac_includes_default | | $ac_includes_default |
| | |
#include <$ac_header> | | #include <$ac_header> |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:5609: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:5724: \"$ac_compile\"") >&5 |
(eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:5612: \$? = $ac_status" >&5 | | echo "$as_me:5727: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:5615: \"$ac_try\"") >&5 | | { (eval echo "$as_me:5730: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:5618: \$? = $ac_status" >&5 | | echo "$as_me:5733: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
eval "$as_ac_Header=yes" | | eval "$as_ac_Header=yes" |
else | | else |
| | |
fi | | fi |
rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest.$ac_ext |
fi | | fi |
echo "$as_me:5628: result: `eval echo '${'$as_ac_Header'}'`" >&5 | | echo "$as_me:5743: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
if test `eval echo '${'$as_ac_Header'}'` = yes; then | | if test `eval echo '${'$as_ac_Header'}'` = yes; then |
cat >>confdefs.h <<_ACEOF | | cat >>confdefs.h <<_ACEOF |
| | |
| | |
done | | done |
| | |
for ac_header in fcntl.h limits.h malloc.h strings.h sys/file.h sys/ioctl.h sys/time.h time.h unistd.h stddef.h stdlib.h sys/ttycom.h sys/termios.h crypt.h arpa/inet.h des.h | | for ac_header in fcntl.h limits.h malloc.h strings.h sys/file.h sys/ioctl.h sys/time.h time.h unistd.h stddef.h stdlib.h sys/ttycom.h sys/termios.h crypt.h arpa/inet.h des.h Python.h |
do | | do |
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` | | as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` |
if eval "test \"\${$as_ac_Header+set}\" = set"; then | | if eval "test \"\${$as_ac_Header+set}\" = set"; then |
echo "$as_me:5643: checking for $ac_header" >&5 | | echo "$as_me:5758: checking for $ac_header" >&5 |
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
if eval "test \"\${$as_ac_Header+set}\" = set"; then | | if eval "test \"\${$as_ac_Header+set}\" = set"; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
fi | | fi |
echo "$as_me:5648: result: `eval echo '${'$as_ac_Header'}'`" >&5 | | echo "$as_me:5763: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
else | | else |
# Is the header compilable? | | # Is the header compilable? |
echo "$as_me:5652: checking $ac_header usability" >&5 | | echo "$as_me:5767: checking $ac_header usability" >&5 |
echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 | | echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 5655 "configure" | | #line 5770 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
$ac_includes_default | | $ac_includes_default |
#include <$ac_header> | | #include <$ac_header> |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:5661: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:5776: \"$ac_compile\"") >&5 |
(eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:5664: \$? = $ac_status" >&5 | | echo "$as_me:5779: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:5667: \"$ac_try\"") >&5 | | { (eval echo "$as_me:5782: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:5670: \$? = $ac_status" >&5 | | echo "$as_me:5785: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_header_compiler=yes | | ac_header_compiler=yes |
else | | else |
| | |
ac_header_compiler=no | | ac_header_compiler=no |
fi | | fi |
rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest.$ac_ext |
echo "$as_me:5679: result: $ac_header_compiler" >&5 | | echo "$as_me:5794: result: $ac_header_compiler" >&5 |
echo "${ECHO_T}$ac_header_compiler" >&6 | | echo "${ECHO_T}$ac_header_compiler" >&6 |
| | |
# Is the header present? | | # Is the header present? |
echo "$as_me:5683: checking $ac_header presence" >&5 | | echo "$as_me:5798: checking $ac_header presence" >&5 |
echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 | | echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 5686 "configure" | | #line 5801 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
#include <$ac_header> | | #include <$ac_header> |
_ACEOF | | _ACEOF |
if { (eval echo "$as_me:5690: \"$ac_cpp conftest.$ac_ext\"") >&5 | | if { (eval echo "$as_me:5805: \"$ac_cpp conftest.$ac_ext\"") >&5 |
(eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 | | (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 |
ac_status=$? | | ac_status=$? |
egrep -v '^ *\+' conftest.er1 >conftest.err | | egrep -v '^ *\+' conftest.er1 >conftest.err |
rm -f conftest.er1 | | rm -f conftest.er1 |
cat conftest.err >&5 | | cat conftest.err >&5 |
echo "$as_me:5696: \$? = $ac_status" >&5 | | echo "$as_me:5811: \$? = $ac_status" >&5 |
(exit $ac_status); } >/dev/null; then | | (exit $ac_status); } >/dev/null; then |
if test -s conftest.err; then | | if test -s conftest.err; then |
ac_cpp_err=$ac_c_preproc_warn_flag | | ac_cpp_err=$ac_c_preproc_warn_flag |
| | |
ac_header_preproc=no | | ac_header_preproc=no |
fi | | fi |
rm -f conftest.err conftest.$ac_ext | | rm -f conftest.err conftest.$ac_ext |
echo "$as_me:5714: result: $ac_header_preproc" >&5 | | echo "$as_me:5829: result: $ac_header_preproc" >&5 |
echo "${ECHO_T}$ac_header_preproc" >&6 | | echo "${ECHO_T}$ac_header_preproc" >&6 |
| | |
# So? What about this header? | | # So? What about this header? |
case $ac_header_compiler:$ac_header_preproc in | | case $ac_header_compiler:$ac_header_preproc in |
yes:no ) | | yes:no ) |
{ echo "$as_me:5720: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 | | { echo "$as_me:5835: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 |
echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} | | echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} |
{ echo "$as_me:5722: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | | { echo "$as_me:5837: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; |
no:yes ) | | no:yes ) |
{ echo "$as_me:5725: WARNING: $ac_header: present but cannot be compiled." >&5 | | { echo "$as_me:5840: WARNING: $ac_header: present but cannot be compiled." >&5 |
echo "$as_me: WARNING: $ac_header: present but cannot be compiled." >&2;} | | echo "$as_me: WARNING: $ac_header: present but cannot be compiled." >&2;} |
{ echo "$as_me:5727: WARNING: $ac_header: check for missing prerequisite headers?" >&5 | | { echo "$as_me:5842: WARNING: $ac_header: check for missing prerequisite headers?" >&5 |
echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} | | echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} |
{ echo "$as_me:5729: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 | | { echo "$as_me:5844: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 |
echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; | | echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;};; |
esac | | esac |
echo "$as_me:5732: checking for $ac_header" >&5 | | echo "$as_me:5847: checking for $ac_header" >&5 |
echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 |
if eval "test \"\${$as_ac_Header+set}\" = set"; then | | if eval "test \"\${$as_ac_Header+set}\" = set"; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
eval "$as_ac_Header=$ac_header_preproc" | | eval "$as_ac_Header=$ac_header_preproc" |
fi | | fi |
echo "$as_me:5739: result: `eval echo '${'$as_ac_Header'}'`" >&5 | | echo "$as_me:5854: result: `eval echo '${'$as_ac_Header'}'`" >&5 |
echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 | | echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 |
| | |
fi | | fi |
| | |
| | |
done | | done |
| | |
echo "$as_me:5752: checking for $CC option to accept ANSI C" >&5 | | echo "$as_me:5867: checking for $CC option to accept ANSI C" >&5 |
echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 | | echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 |
if test "${ac_cv_prog_cc_stdc+set}" = set; then | | if test "${ac_cv_prog_cc_stdc+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
ac_cv_prog_cc_stdc=no | | ac_cv_prog_cc_stdc=no |
ac_save_CC=$CC | | ac_save_CC=$CC |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 5760 "configure" | | #line 5875 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
#include <stdarg.h> | | #include <stdarg.h> |
#include <stdio.h> | | #include <stdio.h> |
| | |
do | | do |
CC="$ac_save_CC $ac_arg" | | CC="$ac_save_CC $ac_arg" |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:5815: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:5930: \"$ac_compile\"") >&5 |
(eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:5818: \$? = $ac_status" >&5 | | echo "$as_me:5933: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:5821: \"$ac_try\"") >&5 | | { (eval echo "$as_me:5936: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:5824: \$? = $ac_status" >&5 | | echo "$as_me:5939: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_cv_prog_cc_stdc=$ac_arg | | ac_cv_prog_cc_stdc=$ac_arg |
break | | break |
| | |
| | |
case "x$ac_cv_prog_cc_stdc" in | | case "x$ac_cv_prog_cc_stdc" in |
x|xno) | | x|xno) |
echo "$as_me:5841: result: none needed" >&5 | | echo "$as_me:5956: result: none needed" >&5 |
echo "${ECHO_T}none needed" >&6 ;; | | echo "${ECHO_T}none needed" >&6 ;; |
*) | | *) |
echo "$as_me:5844: result: $ac_cv_prog_cc_stdc" >&5 | | echo "$as_me:5959: result: $ac_cv_prog_cc_stdc" >&5 |
echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 | | echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 |
CC="$CC $ac_cv_prog_cc_stdc" ;; | | CC="$CC $ac_cv_prog_cc_stdc" ;; |
esac | | esac |
| | |
echo "$as_me:5849: checking for an ANSI C-conforming const" >&5 | | echo "$as_me:5964: checking for an ANSI C-conforming const" >&5 |
echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6 | | echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6 |
if test "${ac_cv_c_const+set}" = set; then | | if test "${ac_cv_c_const+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 5855 "configure" | | #line 5970 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
| | |
#ifdef F77_DUMMY_MAIN | | #ifdef F77_DUMMY_MAIN |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:5919: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:6034: \"$ac_compile\"") >&5 |
(eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:5922: \$? = $ac_status" >&5 | | echo "$as_me:6037: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:5925: \"$ac_try\"") >&5 | | { (eval echo "$as_me:6040: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:5928: \$? = $ac_status" >&5 | | echo "$as_me:6043: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_cv_c_const=yes | | ac_cv_c_const=yes |
else | | else |
| | |
fi | | fi |
rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest.$ac_ext |
fi | | fi |
echo "$as_me:5938: result: $ac_cv_c_const" >&5 | | echo "$as_me:6053: result: $ac_cv_c_const" >&5 |
echo "${ECHO_T}$ac_cv_c_const" >&6 | | echo "${ECHO_T}$ac_cv_c_const" >&6 |
if test $ac_cv_c_const = no; then | | if test $ac_cv_c_const = no; then |
| | |
| | |
| | |
fi | | fi |
| | |
echo "$as_me:5948: checking for inline" >&5 | | echo "$as_me:6063: checking for inline" >&5 |
echo $ECHO_N "checking for inline... $ECHO_C" >&6 | | echo $ECHO_N "checking for inline... $ECHO_C" >&6 |
if test "${ac_cv_c_inline+set}" = set; then | | if test "${ac_cv_c_inline+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
ac_cv_c_inline=no | | ac_cv_c_inline=no |
for ac_kw in inline __inline__ __inline; do | | for ac_kw in inline __inline__ __inline; do |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 5956 "configure" | | #line 6071 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
#ifndef __cplusplus | | #ifndef __cplusplus |
static $ac_kw int static_foo () {return 0; } | | static $ac_kw int static_foo () {return 0; } |
| | |
| | |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:5965: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:6080: \"$ac_compile\"") >&5 |
(eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:5968: \$? = $ac_status" >&5 | | echo "$as_me:6083: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:5971: \"$ac_try\"") >&5 | | { (eval echo "$as_me:6086: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:5974: \$? = $ac_status" >&5 | | echo "$as_me:6089: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_cv_c_inline=$ac_kw; break | | ac_cv_c_inline=$ac_kw; break |
else | | else |
| | |
done | | done |
| | |
fi | | fi |
echo "$as_me:5985: result: $ac_cv_c_inline" >&5 | | echo "$as_me:6100: result: $ac_cv_c_inline" >&5 |
echo "${ECHO_T}$ac_cv_c_inline" >&6 | | echo "${ECHO_T}$ac_cv_c_inline" >&6 |
case $ac_cv_c_inline in | | case $ac_cv_c_inline in |
inline | yes) ;; | | inline | yes) ;; |
| | |
;; | | ;; |
esac | | esac |
| | |
echo "$as_me:6000: checking for pid_t" >&5 | | echo "$as_me:6115: checking for pid_t" >&5 |
echo $ECHO_N "checking for pid_t... $ECHO_C" >&6 | | echo $ECHO_N "checking for pid_t... $ECHO_C" >&6 |
if test "${ac_cv_type_pid_t+set}" = set; then | | if test "${ac_cv_type_pid_t+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 6006 "configure" | | #line 6121 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
$ac_includes_default | | $ac_includes_default |
#ifdef F77_DUMMY_MAIN | | #ifdef F77_DUMMY_MAIN |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:6027: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:6142: \"$ac_compile\"") >&5 |
(eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:6030: \$? = $ac_status" >&5 | | echo "$as_me:6145: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:6033: \"$ac_try\"") >&5 | | { (eval echo "$as_me:6148: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:6036: \$? = $ac_status" >&5 | | echo "$as_me:6151: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_cv_type_pid_t=yes | | ac_cv_type_pid_t=yes |
else | | else |
| | |
fi | | fi |
rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest.$ac_ext |
fi | | fi |
echo "$as_me:6046: result: $ac_cv_type_pid_t" >&5 | | echo "$as_me:6161: result: $ac_cv_type_pid_t" >&5 |
echo "${ECHO_T}$ac_cv_type_pid_t" >&6 | | echo "${ECHO_T}$ac_cv_type_pid_t" >&6 |
if test $ac_cv_type_pid_t = yes; then | | if test $ac_cv_type_pid_t = yes; then |
: | | : |
| | |
| | |
fi | | fi |
| | |
echo "$as_me:6058: checking for size_t" >&5 | | echo "$as_me:6173: checking for size_t" >&5 |
echo $ECHO_N "checking for size_t... $ECHO_C" >&6 | | echo $ECHO_N "checking for size_t... $ECHO_C" >&6 |
if test "${ac_cv_type_size_t+set}" = set; then | | if test "${ac_cv_type_size_t+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 6064 "configure" | | #line 6179 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
$ac_includes_default | | $ac_includes_default |
#ifdef F77_DUMMY_MAIN | | #ifdef F77_DUMMY_MAIN |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:6085: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:6200: \"$ac_compile\"") >&5 |
(eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:6088: \$? = $ac_status" >&5 | | echo "$as_me:6203: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:6091: \"$ac_try\"") >&5 | | { (eval echo "$as_me:6206: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:6094: \$? = $ac_status" >&5 | | echo "$as_me:6209: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_cv_type_size_t=yes | | ac_cv_type_size_t=yes |
else | | else |
| | |
fi | | fi |
rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest.$ac_ext |
fi | | fi |
echo "$as_me:6104: result: $ac_cv_type_size_t" >&5 | | echo "$as_me:6219: result: $ac_cv_type_size_t" >&5 |
echo "${ECHO_T}$ac_cv_type_size_t" >&6 | | echo "${ECHO_T}$ac_cv_type_size_t" >&6 |
if test $ac_cv_type_size_t = yes; then | | if test $ac_cv_type_size_t = yes; then |
: | | : |
| | |
| | |
fi | | fi |
| | |
echo "$as_me:6116: checking whether time.h and sys/time.h may both be included" >&5 | | echo "$as_me:6231: checking whether time.h and sys/time.h may both be included" >&5 |
echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6 | | echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6 |
if test "${ac_cv_header_time+set}" = set; then | | if test "${ac_cv_header_time+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 6122 "configure" | | #line 6237 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
#include <sys/types.h> | | #include <sys/types.h> |
#include <sys/time.h> | | #include <sys/time.h> |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:6144: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:6259: \"$ac_compile\"") >&5 |
(eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:6147: \$? = $ac_status" >&5 | | echo "$as_me:6262: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:6150: \"$ac_try\"") >&5 | | { (eval echo "$as_me:6265: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:6153: \$? = $ac_status" >&5 | | echo "$as_me:6268: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_cv_header_time=yes | | ac_cv_header_time=yes |
else | | else |
| | |
fi | | fi |
rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest.$ac_ext |
fi | | fi |
echo "$as_me:6163: result: $ac_cv_header_time" >&5 | | echo "$as_me:6278: result: $ac_cv_header_time" >&5 |
echo "${ECHO_T}$ac_cv_header_time" >&6 | | echo "${ECHO_T}$ac_cv_header_time" >&6 |
if test $ac_cv_header_time = yes; then | | if test $ac_cv_header_time = yes; then |
| | |
| | |
| | |
fi | | fi |
| | |
echo "$as_me:6173: checking whether struct tm is in sys/time.h or time.h" >&5 | | echo "$as_me:6288: checking whether struct tm is in sys/time.h or time.h" >&5 |
echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6 | | echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6 |
if test "${ac_cv_struct_tm+set}" = set; then | | if test "${ac_cv_struct_tm+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 6179 "configure" | | #line 6294 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
#include <sys/types.h> | | #include <sys/types.h> |
#include <time.h> | | #include <time.h> |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:6199: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:6314: \"$ac_compile\"") >&5 |
(eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:6202: \$? = $ac_status" >&5 | | echo "$as_me:6317: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:6205: \"$ac_try\"") >&5 | | { (eval echo "$as_me:6320: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:6208: \$? = $ac_status" >&5 | | echo "$as_me:6323: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_cv_struct_tm=time.h | | ac_cv_struct_tm=time.h |
else | | else |
| | |
fi | | fi |
rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest.$ac_ext |
fi | | fi |
echo "$as_me:6218: result: $ac_cv_struct_tm" >&5 | | echo "$as_me:6333: result: $ac_cv_struct_tm" >&5 |
echo "${ECHO_T}$ac_cv_struct_tm" >&6 | | echo "${ECHO_T}$ac_cv_struct_tm" >&6 |
if test $ac_cv_struct_tm = sys/time.h; then | | if test $ac_cv_struct_tm = sys/time.h; then |
| | |
| | |
| | |
fi | | fi |
| | |
echo "$as_me:6228: checking for uid_t in sys/types.h" >&5 | | echo "$as_me:6343: checking for uid_t in sys/types.h" >&5 |
echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6 | | echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6 |
if test "${ac_cv_type_uid_t+set}" = set; then | | if test "${ac_cv_type_uid_t+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 6234 "configure" | | #line 6349 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
#include <sys/types.h> | | #include <sys/types.h> |
| | |
| | |
rm -f conftest* | | rm -f conftest* |
| | |
fi | | fi |
echo "$as_me:6248: result: $ac_cv_type_uid_t" >&5 | | echo "$as_me:6363: result: $ac_cv_type_uid_t" >&5 |
echo "${ECHO_T}$ac_cv_type_uid_t" >&6 | | echo "${ECHO_T}$ac_cv_type_uid_t" >&6 |
if test $ac_cv_type_uid_t = no; then | | if test $ac_cv_type_uid_t = no; then |
| | |
| | |
fi | | fi |
| | |
if test $ac_cv_c_compiler_gnu = yes; then | | if test $ac_cv_c_compiler_gnu = yes; then |
echo "$as_me:6263: checking whether $CC needs -traditional" >&5 | | echo "$as_me:6378: checking whether $CC needs -traditional" >&5 |
echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6 | | echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6 |
if test "${ac_cv_prog_gcc_traditional+set}" = set; then | | if test "${ac_cv_prog_gcc_traditional+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
ac_pattern="Autoconf.*'x'" | | ac_pattern="Autoconf.*'x'" |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 6270 "configure" | | #line 6385 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
#include <sgtty.h> | | #include <sgtty.h> |
Autoconf TIOCGETP | | Autoconf TIOCGETP |
| | |
| | |
if test $ac_cv_prog_gcc_traditional = no; then | | if test $ac_cv_prog_gcc_traditional = no; then |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 6285 "configure" | | #line 6400 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
#include <termio.h> | | #include <termio.h> |
Autoconf TCGETA | | Autoconf TCGETA |
| | |
| | |
fi | | fi |
fi | | fi |
echo "$as_me:6298: result: $ac_cv_prog_gcc_traditional" >&5 | | echo "$as_me:6413: result: $ac_cv_prog_gcc_traditional" >&5 |
echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6 | | echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6 |
if test $ac_cv_prog_gcc_traditional = yes; then | | if test $ac_cv_prog_gcc_traditional = yes; then |
CC="$CC -traditional" | | CC="$CC -traditional" |
fi | | fi |
fi | | fi |
| | |
echo "$as_me:6305: checking for working memcmp" >&5 | | echo "$as_me:6420: checking for working memcmp" >&5 |
echo $ECHO_N "checking for working memcmp... $ECHO_C" >&6 | | echo $ECHO_N "checking for working memcmp... $ECHO_C" >&6 |
if test "${ac_cv_func_memcmp_working+set}" = set; then | | if test "${ac_cv_func_memcmp_working+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
ac_cv_func_memcmp_working=no | | ac_cv_func_memcmp_working=no |
else | | else |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 6314 "configure" | | #line 6429 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
| | |
#ifdef F77_DUMMY_MAIN | | #ifdef F77_DUMMY_MAIN |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest$ac_exeext | | rm -f conftest$ac_exeext |
if { (eval echo "$as_me:6356: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:6471: \"$ac_link\"") >&5 |
(eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:6359: \$? = $ac_status" >&5 | | echo "$as_me:6474: \$? = $ac_status" >&5 |
(exit $ac_status); } && { ac_try='./conftest$ac_exeext' | | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
{ (eval echo "$as_me:6361: \"$ac_try\"") >&5 | | { (eval echo "$as_me:6476: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:6364: \$? = $ac_status" >&5 | | echo "$as_me:6479: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_cv_func_memcmp_working=yes | | ac_cv_func_memcmp_working=yes |
else | | else |
| | |
rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | | rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
fi | | fi |
fi | | fi |
echo "$as_me:6376: result: $ac_cv_func_memcmp_working" >&5 | | echo "$as_me:6491: result: $ac_cv_func_memcmp_working" >&5 |
echo "${ECHO_T}$ac_cv_func_memcmp_working" >&6 | | echo "${ECHO_T}$ac_cv_func_memcmp_working" >&6 |
test $ac_cv_func_memcmp_working = no && LIBOBJS="$LIBOBJS memcmp.$ac_objext" | | test $ac_cv_func_memcmp_working = no && LIBOBJS="$LIBOBJS memcmp.$ac_objext" |
| | |
echo "$as_me:6380: checking whether setpgrp takes no argument" >&5 | | echo "$as_me:6495: checking whether setpgrp takes no argument" >&5 |
echo $ECHO_N "checking whether setpgrp takes no argument... $ECHO_C" >&6 | | echo $ECHO_N "checking whether setpgrp takes no argument... $ECHO_C" >&6 |
if test "${ac_cv_func_setpgrp_void+set}" = set; then | | if test "${ac_cv_func_setpgrp_void+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
if test "$cross_compiling" = yes; then | | if test "$cross_compiling" = yes; then |
{ { echo "$as_me:6386: error: cannot check setpgrp if cross compiling" >&5 | | { { echo "$as_me:6501: error: cannot check setpgrp if cross compiling" >&5 |
echo "$as_me: error: cannot check setpgrp if cross compiling" >&2;} | | echo "$as_me: error: cannot check setpgrp if cross compiling" >&2;} |
{ (exit 1); exit 1; }; } | | { (exit 1); exit 1; }; } |
else | | else |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 6391 "configure" | | #line 6506 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
#if HAVE_UNISTD_H | | #if HAVE_UNISTD_H |
# include <unistd.h> | | # include <unistd.h> |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest$ac_exeext | | rm -f conftest$ac_exeext |
if { (eval echo "$as_me:6414: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:6529: \"$ac_link\"") >&5 |
(eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:6417: \$? = $ac_status" >&5 | | echo "$as_me:6532: \$? = $ac_status" >&5 |
(exit $ac_status); } && { ac_try='./conftest$ac_exeext' | | (exit $ac_status); } && { ac_try='./conftest$ac_exeext' |
{ (eval echo "$as_me:6419: \"$ac_try\"") >&5 | | { (eval echo "$as_me:6534: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:6422: \$? = $ac_status" >&5 | | echo "$as_me:6537: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_cv_func_setpgrp_void=no | | ac_cv_func_setpgrp_void=no |
else | | else |
| | |
rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext | | rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext |
fi | | fi |
fi | | fi |
echo "$as_me:6434: result: $ac_cv_func_setpgrp_void" >&5 | | echo "$as_me:6549: result: $ac_cv_func_setpgrp_void" >&5 |
echo "${ECHO_T}$ac_cv_func_setpgrp_void" >&6 | | echo "${ECHO_T}$ac_cv_func_setpgrp_void" >&6 |
if test $ac_cv_func_setpgrp_void = yes; then | | if test $ac_cv_func_setpgrp_void = yes; then |
| | |
| | |
| | |
fi | | fi |
| | |
echo "$as_me:6444: checking return type of signal handlers" >&5 | | echo "$as_me:6559: checking return type of signal handlers" >&5 |
echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6 | | echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6 |
if test "${ac_cv_type_signal+set}" = set; then | | if test "${ac_cv_type_signal+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 6450 "configure" | | #line 6565 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
#include <sys/types.h> | | #include <sys/types.h> |
#include <signal.h> | | #include <signal.h> |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:6478: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:6593: \"$ac_compile\"") >&5 |
(eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:6481: \$? = $ac_status" >&5 | | echo "$as_me:6596: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:6484: \"$ac_try\"") >&5 | | { (eval echo "$as_me:6599: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:6487: \$? = $ac_status" >&5 | | echo "$as_me:6602: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_cv_type_signal=void | | ac_cv_type_signal=void |
else | | else |
| | |
fi | | fi |
rm -f conftest.$ac_objext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest.$ac_ext |
fi | | fi |
echo "$as_me:6497: result: $ac_cv_type_signal" >&5 | | echo "$as_me:6612: result: $ac_cv_type_signal" >&5 |
echo "${ECHO_T}$ac_cv_type_signal" >&6 | | echo "${ECHO_T}$ac_cv_type_signal" >&6 |
| | |
cat >>confdefs.h <<_ACEOF | | cat >>confdefs.h <<_ACEOF |
| | |
for ac_func in strftime | | for ac_func in strftime |
do | | do |
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
echo "$as_me:6507: checking for $ac_func" >&5 | | echo "$as_me:6622: checking for $ac_func" >&5 |
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 |
if eval "test \"\${$as_ac_var+set}\" = set"; then | | if eval "test \"\${$as_ac_var+set}\" = set"; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 6513 "configure" | | #line 6628 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
/* System header to define __stub macros and hopefully few prototypes, | | /* System header to define __stub macros and hopefully few prototypes, |
which can conflict with char $ac_func (); below. */ | | which can conflict with char $ac_func (); below. */ |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:6550: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:6665: \"$ac_link\"") >&5 |
(eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:6553: \$? = $ac_status" >&5 | | echo "$as_me:6668: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:6556: \"$ac_try\"") >&5 | | { (eval echo "$as_me:6671: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:6559: \$? = $ac_status" >&5 | | echo "$as_me:6674: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
eval "$as_ac_var=yes" | | eval "$as_ac_var=yes" |
else | | else |
| | |
fi | | fi |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
fi | | fi |
echo "$as_me:6569: result: `eval echo '${'$as_ac_var'}'`" >&5 | | echo "$as_me:6684: result: `eval echo '${'$as_ac_var'}'`" >&5 |
echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
if test `eval echo '${'$as_ac_var'}'` = yes; then | | if test `eval echo '${'$as_ac_var'}'` = yes; then |
cat >>confdefs.h <<_ACEOF | | cat >>confdefs.h <<_ACEOF |
| | |
| | |
else | | else |
# strftime is in -lintl on SCO UNIX. | | # strftime is in -lintl on SCO UNIX. |
echo "$as_me:6578: checking for strftime in -lintl" >&5 | | echo "$as_me:6693: checking for strftime in -lintl" >&5 |
echo $ECHO_N "checking for strftime in -lintl... $ECHO_C" >&6 | | echo $ECHO_N "checking for strftime in -lintl... $ECHO_C" >&6 |
if test "${ac_cv_lib_intl_strftime+set}" = set; then | | if test "${ac_cv_lib_intl_strftime+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
| | |
ac_check_lib_save_LIBS=$LIBS | | ac_check_lib_save_LIBS=$LIBS |
LIBS="-lintl $LIBS" | | LIBS="-lintl $LIBS" |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 6586 "configure" | | #line 6701 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
| | |
/* Override any gcc2 internal prototype to avoid an error. */ | | /* Override any gcc2 internal prototype to avoid an error. */ |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:6611: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:6726: \"$ac_link\"") >&5 |
(eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:6614: \$? = $ac_status" >&5 | | echo "$as_me:6729: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:6617: \"$ac_try\"") >&5 | | { (eval echo "$as_me:6732: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:6620: \$? = $ac_status" >&5 | | echo "$as_me:6735: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_cv_lib_intl_strftime=yes | | ac_cv_lib_intl_strftime=yes |
else | | else |
| | |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
LIBS=$ac_check_lib_save_LIBS | | LIBS=$ac_check_lib_save_LIBS |
fi | | fi |
echo "$as_me:6631: result: $ac_cv_lib_intl_strftime" >&5 | | echo "$as_me:6746: result: $ac_cv_lib_intl_strftime" >&5 |
echo "${ECHO_T}$ac_cv_lib_intl_strftime" >&6 | | echo "${ECHO_T}$ac_cv_lib_intl_strftime" >&6 |
if test $ac_cv_lib_intl_strftime = yes; then | | if test $ac_cv_lib_intl_strftime = yes; then |
cat >>confdefs.h <<\_ACEOF | | cat >>confdefs.h <<\_ACEOF |
| | |
for ac_func in vprintf | | for ac_func in vprintf |
do | | do |
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
echo "$as_me:6647: checking for $ac_func" >&5 | | echo "$as_me:6762: checking for $ac_func" >&5 |
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 |
if eval "test \"\${$as_ac_var+set}\" = set"; then | | if eval "test \"\${$as_ac_var+set}\" = set"; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 6653 "configure" | | #line 6768 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
/* System header to define __stub macros and hopefully few prototypes, | | /* System header to define __stub macros and hopefully few prototypes, |
which can conflict with char $ac_func (); below. */ | | which can conflict with char $ac_func (); below. */ |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:6690: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:6805: \"$ac_link\"") >&5 |
(eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:6693: \$? = $ac_status" >&5 | | echo "$as_me:6808: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:6696: \"$ac_try\"") >&5 | | { (eval echo "$as_me:6811: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:6699: \$? = $ac_status" >&5 | | echo "$as_me:6814: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
eval "$as_ac_var=yes" | | eval "$as_ac_var=yes" |
else | | else |
| | |
fi | | fi |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
fi | | fi |
echo "$as_me:6709: result: `eval echo '${'$as_ac_var'}'`" >&5 | | echo "$as_me:6824: result: `eval echo '${'$as_ac_var'}'`" >&5 |
echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
if test `eval echo '${'$as_ac_var'}'` = yes; then | | if test `eval echo '${'$as_ac_var'}'` = yes; then |
cat >>confdefs.h <<_ACEOF | | cat >>confdefs.h <<_ACEOF |
#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 | | #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
_ACEOF | | _ACEOF |
| | |
echo "$as_me:6716: checking for _doprnt" >&5 | | echo "$as_me:6831: checking for _doprnt" >&5 |
echo $ECHO_N "checking for _doprnt... $ECHO_C" >&6 | | echo $ECHO_N "checking for _doprnt... $ECHO_C" >&6 |
if test "${ac_cv_func__doprnt+set}" = set; then | | if test "${ac_cv_func__doprnt+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 6722 "configure" | | #line 6837 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
/* System header to define __stub macros and hopefully few prototypes, | | /* System header to define __stub macros and hopefully few prototypes, |
which can conflict with char _doprnt (); below. */ | | which can conflict with char _doprnt (); below. */ |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:6759: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:6874: \"$ac_link\"") >&5 |
(eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:6762: \$? = $ac_status" >&5 | | echo "$as_me:6877: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:6765: \"$ac_try\"") >&5 | | { (eval echo "$as_me:6880: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:6768: \$? = $ac_status" >&5 | | echo "$as_me:6883: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_cv_func__doprnt=yes | | ac_cv_func__doprnt=yes |
else | | else |
| | |
fi | | fi |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
fi | | fi |
echo "$as_me:6778: result: $ac_cv_func__doprnt" >&5 | | echo "$as_me:6893: result: $ac_cv_func__doprnt" >&5 |
echo "${ECHO_T}$ac_cv_func__doprnt" >&6 | | echo "${ECHO_T}$ac_cv_func__doprnt" >&6 |
if test $ac_cv_func__doprnt = yes; then | | if test $ac_cv_func__doprnt = yes; then |
| | |
| | |
for ac_func in gettimeofday mkdir mktime rmdir select socket strcspn strerror strspn strstr strtol strcasecmp strncasecmp snprintf setsid srandom getdtablesize srand48 srand sysconf scandir | | for ac_func in gettimeofday mkdir mktime rmdir select socket strcspn strerror strspn strstr strtol strcasecmp strncasecmp snprintf setsid srandom getdtablesize srand48 srand sysconf scandir |
do | | do |
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` | | as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` |
echo "$as_me:6794: checking for $ac_func" >&5 | | echo "$as_me:6909: checking for $ac_func" >&5 |
echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 | | echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 |
if eval "test \"\${$as_ac_var+set}\" = set"; then | | if eval "test \"\${$as_ac_var+set}\" = set"; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 6800 "configure" | | #line 6915 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
/* System header to define __stub macros and hopefully few prototypes, | | /* System header to define __stub macros and hopefully few prototypes, |
which can conflict with char $ac_func (); below. */ | | which can conflict with char $ac_func (); below. */ |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext conftest$ac_exeext | | rm -f conftest.$ac_objext conftest$ac_exeext |
if { (eval echo "$as_me:6837: \"$ac_link\"") >&5 | | if { (eval echo "$as_me:6952: \"$ac_link\"") >&5 |
(eval $ac_link) 2>&5 | | (eval $ac_link) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:6840: \$? = $ac_status" >&5 | | echo "$as_me:6955: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest$ac_exeext' | | { ac_try='test -s conftest$ac_exeext' |
{ (eval echo "$as_me:6843: \"$ac_try\"") >&5 | | { (eval echo "$as_me:6958: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:6846: \$? = $ac_status" >&5 | | echo "$as_me:6961: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
eval "$as_ac_var=yes" | | eval "$as_ac_var=yes" |
else | | else |
| | |
fi | | fi |
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext | | rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext |
fi | | fi |
echo "$as_me:6856: result: `eval echo '${'$as_ac_var'}'`" >&5 | | echo "$as_me:6971: result: `eval echo '${'$as_ac_var'}'`" >&5 |
echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 | | echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 |
if test `eval echo '${'$as_ac_var'}'` = yes; then | | if test `eval echo '${'$as_ac_var'}'` = yes; then |
cat >>confdefs.h <<_ACEOF | | cat >>confdefs.h <<_ACEOF |
| | |
fi | | fi |
done | | done |
| | |
echo "$as_me:6866: checking how many args gettimeofday uses" >&5 | | echo "$as_me:6981: checking how many args gettimeofday uses" >&5 |
echo $ECHO_N "checking how many args gettimeofday uses... $ECHO_C" >&6 | | echo $ECHO_N "checking how many args gettimeofday uses... $ECHO_C" >&6 |
if test "${ac_cv_gettimeofday_args+set}" = set; then | | if test "${ac_cv_gettimeofday_args+set}" = set; then |
echo $ECHO_N "(cached) $ECHO_C" >&6 | | echo $ECHO_N "(cached) $ECHO_C" >&6 |
else | | else |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 6872 "configure" | | #line 6987 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
#include <sys/time.h> | | #include <sys/time.h> |
#include <unistd.h> | | #include <unistd.h> |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:6892: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:7007: \"$ac_compile\"") >&5 |
(eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:6895: \$? = $ac_status" >&5 | | echo "$as_me:7010: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:6898: \"$ac_try\"") >&5 | | { (eval echo "$as_me:7013: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:6901: \$? = $ac_status" >&5 | | echo "$as_me:7016: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_gettimeofday_args=2 | | ac_gettimeofday_args=2 |
else | | else |
echo "$as_me: failed program was:" >&5 | | echo "$as_me: failed program was:" >&5 |
cat conftest.$ac_ext >&5 | | cat conftest.$ac_ext >&5 |
cat >conftest.$ac_ext <<_ACEOF | | cat >conftest.$ac_ext <<_ACEOF |
#line 6908 "configure" | | #line 7023 "configure" |
#include "confdefs.h" | | #include "confdefs.h" |
#include <sys/time.h> | | #include <sys/time.h> |
#include <unistd.h> | | #include <unistd.h> |
| | |
} | | } |
_ACEOF | | _ACEOF |
rm -f conftest.$ac_objext | | rm -f conftest.$ac_objext |
if { (eval echo "$as_me:6927: \"$ac_compile\"") >&5 | | if { (eval echo "$as_me:7042: \"$ac_compile\"") >&5 |
(eval $ac_compile) 2>&5 | | (eval $ac_compile) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:6930: \$? = $ac_status" >&5 | | echo "$as_me:7045: \$? = $ac_status" >&5 |
(exit $ac_status); } && | | (exit $ac_status); } && |
{ ac_try='test -s conftest.$ac_objext' | | { ac_try='test -s conftest.$ac_objext' |
{ (eval echo "$as_me:6933: \"$ac_try\"") >&5 | | { (eval echo "$as_me:7048: \"$ac_try\"") >&5 |
(eval $ac_try) 2>&5 | | (eval $ac_try) 2>&5 |
ac_status=$? | | ac_status=$? |
echo "$as_me:6936: \$? = $ac_status" >&5 | | echo "$as_me:7051: \$? = $ac_status" >&5 |
(exit $ac_status); }; }; then | | (exit $ac_status); }; }; then |
ac_gettimeofday_args=1 | | ac_gettimeofday_args=1 |
else | | else |
| | |
#define HAVE_GETTIMEOFDAY 1 | | #define HAVE_GETTIMEOFDAY 1 |
_ACEOF | | _ACEOF |
| | |
echo "$as_me:6956: result: one argument" >&5 | | echo "$as_me:7071: result: one argument" >&5 |
echo "${ECHO_T}one argument" >&6 | | echo "${ECHO_T}one argument" >&6 |
elif test $ac_gettimeofday_args = 2 ; then | | elif test $ac_gettimeofday_args = 2 ; then |
cat >>confdefs.h <<\_ACEOF | | cat >>confdefs.h <<\_ACEOF |
| | |
#define GETTIMEOFDAY_TWO_ARGS 1 | | #define GETTIMEOFDAY_TWO_ARGS 1 |
_ACEOF | | _ACEOF |
| | |
echo "$as_me:6967: result: two arguments" >&5 | | echo "$as_me:7082: result: two arguments" >&5 |
echo "${ECHO_T}two arguments" >&6 | | echo "${ECHO_T}two arguments" >&6 |
else | | else |
echo "$as_me:6970: result: unknown" >&5 | | echo "$as_me:7085: result: unknown" >&5 |
echo "${ECHO_T}unknown" >&6 | | echo "${ECHO_T}unknown" >&6 |
fi | | fi |
| | |
| | |
datadir=${ndatadir} | | datadir=${ndatadir} |
localstatedir=${nlocaldir} | | localstatedir=${nlocaldir} |
| | |
ac_config_files="$ac_config_files Makefile crossedit/Makefile crossedit/doc/Makefile crossedit/include/Makefile crossedit/Cnv/Makefile crossedit/bitmaps/Makefile doc/Makefile doc/Developers/Makefile doc/spell-docs/Makefile doc/spoiler/Makefile doc/spoiler-html/Makefile doc/playbook/Makefile doc/playbook-html/Makefile lib/Makefile random_maps/Makefile socket/Makefile server/Makefile include/Makefile utils/Makefile lib/checkarch.pl lib/collect.pl utils/add_throw.perl utils/crossloop utils/crossloop.pl utils/metaserver.pl utils/crossloop.web common/Makefile" | | ac_config_files="$ac_config_files Makefile crossedit/Makefile crossedit/doc/Makefile crossedit/include/Makefile crossedit/Cnv/Makefile crossedit/bitmaps/Makefile doc/Makefile doc/Developers/Makefile doc/spell-docs/Makefile doc/spoiler/Makefile doc/spoiler-html/Makefile doc/playbook/Makefile doc/playbook-html/Makefile lib/Makefile random_maps/Makefile socket/Makefile server/Makefile include/Makefile utils/Makefile lib/checkarch.pl lib/collect.pl utils/add_throw.perl utils/crossloop utils/crossloop.pl utils/metaserver.pl utils/crossloop.web common/Makefile plugin/Makefile" |
cat >confcache <<\_ACEOF | | cat >confcache <<\_ACEOF |
# This file is a shell script that caches the results of configure | | # This file is a shell script that caches the results of configure |
# tests run on this system so they can be shared between configure | | # tests run on this system so they can be shared between configure |
| | |
: ${CONFIG_STATUS=./config.status} | | : ${CONFIG_STATUS=./config.status} |
ac_clean_files_save=$ac_clean_files | | ac_clean_files_save=$ac_clean_files |
ac_clean_files="$ac_clean_files $CONFIG_STATUS" | | ac_clean_files="$ac_clean_files $CONFIG_STATUS" |
{ echo "$as_me:7117: creating $CONFIG_STATUS" >&5 | | { echo "$as_me:7232: creating $CONFIG_STATUS" >&5 |
echo "$as_me: creating $CONFIG_STATUS" >&6;} | | echo "$as_me: creating $CONFIG_STATUS" >&6;} |
cat >$CONFIG_STATUS <<_ACEOF | | cat >$CONFIG_STATUS <<_ACEOF |
#! $SHELL | | #! $SHELL |
| | |
echo "$ac_cs_version"; exit 0 ;; | | echo "$ac_cs_version"; exit 0 ;; |
--he | --h) | | --he | --h) |
# Conflict between --help and --header | | # Conflict between --help and --header |
{ { echo "$as_me:7317: error: ambiguous option: $1 | | { { echo "$as_me:7432: error: ambiguous option: $1 |
Try \`$0 --help' for more information." >&5 | | Try \`$0 --help' for more information." >&5 |
echo "$as_me: error: ambiguous option: $1 | | echo "$as_me: error: ambiguous option: $1 |
Try \`$0 --help' for more information." >&2;} | | Try \`$0 --help' for more information." >&2;} |
| | |
ac_need_defaults=false;; | | ac_need_defaults=false;; |
| | |
# This is an error. | | # This is an error. |
-*) { { echo "$as_me:7336: error: unrecognized option: $1 | | -*) { { echo "$as_me:7451: error: unrecognized option: $1 |
Try \`$0 --help' for more information." >&5 | | Try \`$0 --help' for more information." >&5 |
echo "$as_me: error: unrecognized option: $1 | | echo "$as_me: error: unrecognized option: $1 |
Try \`$0 --help' for more information." >&2;} | | Try \`$0 --help' for more information." >&2;} |
| | |
"utils/metaserver.pl" ) CONFIG_FILES="$CONFIG_FILES utils/metaserver.pl" ;; | | "utils/metaserver.pl" ) CONFIG_FILES="$CONFIG_FILES utils/metaserver.pl" ;; |
"utils/crossloop.web" ) CONFIG_FILES="$CONFIG_FILES utils/crossloop.web" ;; | | "utils/crossloop.web" ) CONFIG_FILES="$CONFIG_FILES utils/crossloop.web" ;; |
"common/Makefile" ) CONFIG_FILES="$CONFIG_FILES common/Makefile" ;; | | "common/Makefile" ) CONFIG_FILES="$CONFIG_FILES common/Makefile" ;; |
| | "plugin/Makefile" ) CONFIG_FILES="$CONFIG_FILES plugin/Makefile" ;; |
"include/autoconf.h" ) CONFIG_HEADERS="$CONFIG_HEADERS include/autoconf.h" ;; | | "include/autoconf.h" ) CONFIG_HEADERS="$CONFIG_HEADERS include/autoconf.h" ;; |
*) { { echo "$as_me:7383: error: invalid argument: $ac_config_target" >&5 | | *) { { echo "$as_me:7499: error: invalid argument: $ac_config_target" >&5 |
echo "$as_me: error: invalid argument: $ac_config_target" >&2;} | | echo "$as_me: error: invalid argument: $ac_config_target" >&2;} |
{ (exit 1); exit 1; }; };; | | { (exit 1); exit 1; }; };; |
esac | | esac |
| | |
s,@x_libraries@,$x_libraries,;t t | | s,@x_libraries@,$x_libraries,;t t |
s,@no_x@,$no_x,;t t | | s,@no_x@,$no_x,;t t |
s,@X11LIBS@,$X11LIBS,;t t | | s,@X11LIBS@,$X11LIBS,;t t |
| | s,@PYTHON_LIB@,$PYTHON_LIB,;t t |
| | s,@PY_LIBS@,$PY_LIBS,;t t |
CEOF | | CEOF |
| | |
_ACEOF | | _ACEOF |
| | |
as_incr_dir=$as_incr_dir/$as_mkdir_dir | | as_incr_dir=$as_incr_dir/$as_mkdir_dir |
test -d "$as_incr_dir" || | | test -d "$as_incr_dir" || |
mkdir "$as_incr_dir" || | | mkdir "$as_incr_dir" || |
{ { echo "$as_me:7603: error: cannot create \"$ac_dir\"" >&5 | | { { echo "$as_me:7721: error: cannot create \"$ac_dir\"" >&5 |
echo "$as_me: error: cannot create \"$ac_dir\"" >&2;} | | echo "$as_me: error: cannot create \"$ac_dir\"" >&2;} |
{ (exit 1); exit 1; }; } | | { (exit 1); exit 1; }; } |
;; | | ;; |
| | |
esac | | esac |
| | |
if test x"$ac_file" != x-; then | | if test x"$ac_file" != x-; then |
{ echo "$as_me:7640: creating $ac_file" >&5 | | { echo "$as_me:7758: creating $ac_file" >&5 |
echo "$as_me: creating $ac_file" >&6;} | | echo "$as_me: creating $ac_file" >&6;} |
rm -f "$ac_file" | | rm -f "$ac_file" |
fi | | fi |
| | |
-) echo $tmp/stdin ;; | | -) echo $tmp/stdin ;; |
[\\/$]*) | | [\\/$]*) |
# Absolute (can't be DOS-style, as IFS=:) | | # Absolute (can't be DOS-style, as IFS=:) |
test -f "$f" || { { echo "$as_me:7658: error: cannot find input file: $f" >&5 | | test -f "$f" || { { echo "$as_me:7776: error: cannot find input file: $f" >&5 |
echo "$as_me: error: cannot find input file: $f" >&2;} | | echo "$as_me: error: cannot find input file: $f" >&2;} |
{ (exit 1); exit 1; }; } | | { (exit 1); exit 1; }; } |
echo $f;; | | echo $f;; |
| | |
echo $srcdir/$f | | echo $srcdir/$f |
else | | else |
# /dev/null tree | | # /dev/null tree |
{ { echo "$as_me:7671: error: cannot find input file: $f" >&5 | | { { echo "$as_me:7789: error: cannot find input file: $f" >&5 |
echo "$as_me: error: cannot find input file: $f" >&2;} | | echo "$as_me: error: cannot find input file: $f" >&2;} |
{ (exit 1); exit 1; }; } | | { (exit 1); exit 1; }; } |
fi;; | | fi;; |
| | |
* ) ac_file_in=$ac_file.in ;; | | * ) ac_file_in=$ac_file.in ;; |
esac | | esac |
| | |
test x"$ac_file" != x- && { echo "$as_me:7732: creating $ac_file" >&5 | | test x"$ac_file" != x- && { echo "$as_me:7850: creating $ac_file" >&5 |
echo "$as_me: creating $ac_file" >&6;} | | echo "$as_me: creating $ac_file" >&6;} |
| | |
# First look for the input files in the build tree, otherwise in the | | # First look for the input files in the build tree, otherwise in the |
| | |
-) echo $tmp/stdin ;; | | -) echo $tmp/stdin ;; |
[\\/$]*) | | [\\/$]*) |
# Absolute (can't be DOS-style, as IFS=:) | | # Absolute (can't be DOS-style, as IFS=:) |
test -f "$f" || { { echo "$as_me:7743: error: cannot find input file: $f" >&5 | | test -f "$f" || { { echo "$as_me:7861: error: cannot find input file: $f" >&5 |
echo "$as_me: error: cannot find input file: $f" >&2;} | | echo "$as_me: error: cannot find input file: $f" >&2;} |
{ (exit 1); exit 1; }; } | | { (exit 1); exit 1; }; } |
echo $f;; | | echo $f;; |
| | |
echo $srcdir/$f | | echo $srcdir/$f |
else | | else |
# /dev/null tree | | # /dev/null tree |
{ { echo "$as_me:7756: error: cannot find input file: $f" >&5 | | { { echo "$as_me:7874: error: cannot find input file: $f" >&5 |
echo "$as_me: error: cannot find input file: $f" >&2;} | | echo "$as_me: error: cannot find input file: $f" >&2;} |
{ (exit 1); exit 1; }; } | | { (exit 1); exit 1; }; } |
fi;; | | fi;; |
| | |
rm -f $tmp/in | | rm -f $tmp/in |
if test x"$ac_file" != x-; then | | if test x"$ac_file" != x-; then |
if cmp -s $ac_file $tmp/config.h 2>/dev/null; then | | if cmp -s $ac_file $tmp/config.h 2>/dev/null; then |
{ echo "$as_me:7873: $ac_file is unchanged" >&5 | | { echo "$as_me:7991: $ac_file is unchanged" >&5 |
echo "$as_me: $ac_file is unchanged" >&6;} | | echo "$as_me: $ac_file is unchanged" >&6;} |
else | | else |
ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | | ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
| | |
as_incr_dir=$as_incr_dir/$as_mkdir_dir | | as_incr_dir=$as_incr_dir/$as_mkdir_dir |
test -d "$as_incr_dir" || | | test -d "$as_incr_dir" || |
mkdir "$as_incr_dir" || | | mkdir "$as_incr_dir" || |
{ { echo "$as_me:7900: error: cannot create \"$ac_dir\"" >&5 | | { { echo "$as_me:8018: error: cannot create \"$ac_dir\"" >&5 |
echo "$as_me: error: cannot create \"$ac_dir\"" >&2;} | | echo "$as_me: error: cannot create \"$ac_dir\"" >&2;} |
{ (exit 1); exit 1; }; } | | { (exit 1); exit 1; }; } |
;; | | ;; |