version 1.4, 2003/11/11 04:24:40 |
version 1.5, 2004/02/28 16:54:55 |
|
|
X features: |
X features: |
--x-includes=DIR X include files are in DIR |
--x-includes=DIR X include files are in DIR |
--x-libraries=DIR X library files are in DIR |
--x-libraries=DIR X library files are in DIR |
|
|
|
System types: |
|
--build=BUILD configure for building on BUILD [guessed] |
|
--host=HOST cross-compile to build programs to run on HOST [BUILD] |
|
--target=TARGET configure for building compilers for TARGET [HOST] |
_ACEOF |
_ACEOF |
fi |
fi |
|
|
Line 1149 ac_compiler_gnu=$ac_cv_c_compiler_gnu |
|
Line 1154 ac_compiler_gnu=$ac_cv_c_compiler_gnu |
|
|
|
|
|
|
|
|
ac_aux_dir= |
|
for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do |
|
if test -f $ac_dir/install-sh; then |
|
ac_aux_dir=$ac_dir |
|
ac_install_sh="$ac_aux_dir/install-sh -c" |
|
break |
|
elif test -f $ac_dir/install.sh; then |
|
ac_aux_dir=$ac_dir |
|
ac_install_sh="$ac_aux_dir/install.sh -c" |
|
break |
|
elif test -f $ac_dir/shtool; then |
|
ac_aux_dir=$ac_dir |
|
ac_install_sh="$ac_aux_dir/shtool install -c" |
|
break |
|
fi |
|
done |
|
if test -z "$ac_aux_dir"; then |
|
{ { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 |
|
echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;} |
|
{ (exit 1); exit 1; }; } |
|
fi |
|
ac_config_guess="$SHELL $ac_aux_dir/config.guess" |
|
ac_config_sub="$SHELL $ac_aux_dir/config.sub" |
|
ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. |
|
|
|
# Make sure we can run config.sub. |
|
$ac_config_sub sun4 >/dev/null 2>&1 || |
|
{ { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5 |
|
echo "$as_me: error: cannot run $ac_config_sub" >&2;} |
|
{ (exit 1); exit 1; }; } |
|
|
|
echo "$as_me:$LINENO: checking build system type" >&5 |
|
echo $ECHO_N "checking build system type... $ECHO_C" >&6 |
|
if test "${ac_cv_build+set}" = set; then |
|
echo $ECHO_N "(cached) $ECHO_C" >&6 |
|
else |
|
ac_cv_build_alias=$build_alias |
|
test -z "$ac_cv_build_alias" && |
|
ac_cv_build_alias=`$ac_config_guess` |
|
test -z "$ac_cv_build_alias" && |
|
{ { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 |
|
echo "$as_me: error: cannot guess build type; you must specify one" >&2;} |
|
{ (exit 1); exit 1; }; } |
|
ac_cv_build=`$ac_config_sub $ac_cv_build_alias` || |
|
{ { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5 |
|
echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;} |
|
{ (exit 1); exit 1; }; } |
|
|
|
fi |
|
echo "$as_me:$LINENO: result: $ac_cv_build" >&5 |
|
echo "${ECHO_T}$ac_cv_build" >&6 |
|
build=$ac_cv_build |
|
build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` |
|
build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` |
|
build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` |
|
|
|
|
|
echo "$as_me:$LINENO: checking host system type" >&5 |
|
echo $ECHO_N "checking host system type... $ECHO_C" >&6 |
|
if test "${ac_cv_host+set}" = set; then |
|
echo $ECHO_N "(cached) $ECHO_C" >&6 |
|
else |
|
ac_cv_host_alias=$host_alias |
|
test -z "$ac_cv_host_alias" && |
|
ac_cv_host_alias=$ac_cv_build_alias |
|
ac_cv_host=`$ac_config_sub $ac_cv_host_alias` || |
|
{ { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5 |
|
echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;} |
|
{ (exit 1); exit 1; }; } |
|
|
|
fi |
|
echo "$as_me:$LINENO: result: $ac_cv_host" >&5 |
|
echo "${ECHO_T}$ac_cv_host" >&6 |
|
host=$ac_cv_host |
|
host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` |
|
host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` |
|
host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` |
|
|
|
|
|
echo "$as_me:$LINENO: checking target system type" >&5 |
|
echo $ECHO_N "checking target system type... $ECHO_C" >&6 |
|
if test "${ac_cv_target+set}" = set; then |
|
echo $ECHO_N "(cached) $ECHO_C" >&6 |
|
else |
|
ac_cv_target_alias=$target_alias |
|
test "x$ac_cv_target_alias" = "x" && |
|
ac_cv_target_alias=$ac_cv_host_alias |
|
ac_cv_target=`$ac_config_sub $ac_cv_target_alias` || |
|
{ { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5 |
|
echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;} |
|
{ (exit 1); exit 1; }; } |
|
|
|
fi |
|
echo "$as_me:$LINENO: result: $ac_cv_target" >&5 |
|
echo "${ECHO_T}$ac_cv_target" >&6 |
|
target=$ac_cv_target |
|
target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` |
|
target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` |
|
target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` |
|
|
|
|
|
# The aliases save the names the user supplied, while $host etc. |
|
# will get canonicalized. |
|
test -n "$target_alias" && |
|
test "$program_prefix$program_suffix$program_transform_name" = \ |
|
NONENONEs,x,x, && |
|
program_prefix=${target_alias}- |
ac_ext=c |
ac_ext=c |
ac_cpp='$CPP $CPPFLAGS' |
ac_cpp='$CPP $CPPFLAGS' |
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
|
|
|
|
|
|
|
|
|
case "${host}" in |
|
i[3-6]86-*-interix*) |
|
cat >>confdefs.h <<\_ACEOF |
|
#define _ALL_SOURCE 1 |
|
_ACEOF |
|
|
|
;; |
|
*) |
|
;; |
|
esac |
|
|
echo "$as_me:$LINENO: checking for socket" >&5 |
echo "$as_me:$LINENO: checking for socket" >&5 |
echo $ECHO_N "checking for socket... $ECHO_C" >&6 |
echo $ECHO_N "checking for socket... $ECHO_C" >&6 |
if test "${ac_cv_func_socket+set}" = set; then |
if test "${ac_cv_func_socket+set}" = set; then |
Line 4362 s,@ECHO_C@,$ECHO_C,;t t |
|
Line 4485 s,@ECHO_C@,$ECHO_C,;t t |
|
s,@ECHO_N@,$ECHO_N,;t t |
s,@ECHO_N@,$ECHO_N,;t t |
s,@ECHO_T@,$ECHO_T,;t t |
s,@ECHO_T@,$ECHO_T,;t t |
s,@LIBS@,$LIBS,;t t |
s,@LIBS@,$LIBS,;t t |
|
s,@build@,$build,;t t |
|
s,@build_cpu@,$build_cpu,;t t |
|
s,@build_vendor@,$build_vendor,;t t |
|
s,@build_os@,$build_os,;t t |
|
s,@host@,$host,;t t |
|
s,@host_cpu@,$host_cpu,;t t |
|
s,@host_vendor@,$host_vendor,;t t |
|
s,@host_os@,$host_os,;t t |
|
s,@target@,$target,;t t |
|
s,@target_cpu@,$target_cpu,;t t |
|
s,@target_vendor@,$target_vendor,;t t |
|
s,@target_os@,$target_os,;t t |
s,@CC@,$CC,;t t |
s,@CC@,$CC,;t t |
s,@CFLAGS@,$CFLAGS,;t t |
s,@CFLAGS@,$CFLAGS,;t t |
s,@LDFLAGS@,$LDFLAGS,;t t |
s,@LDFLAGS@,$LDFLAGS,;t t |