version 1.4, 2003/11/11 04:24:40 |
version 1.6, 2004/02/28 23:39:38 |
|
|
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' |
Line 1907 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext |
|
Line 2019 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext |
|
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 |
|
|
|
# Find a good install program. We prefer a C program (faster), |
|
# so one script is as good as another. But avoid the broken or |
|
# incompatible versions: |
|
# SysV /etc/install, /usr/sbin/install |
|
# SunOS /usr/etc/install |
|
# IRIX /sbin/install |
|
# AIX /bin/install |
|
# AmigaOS /C/install, which installs bootblocks on floppy discs |
|
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag |
|
# AFS /usr/afsws/bin/install, which mishandles nonexistent args |
|
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" |
|
# ./install, which can be erroneously created by make from ./install.sh. |
|
echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 |
|
echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6 |
|
if test -z "$INSTALL"; then |
|
if test "${ac_cv_path_install+set}" = set; then |
|
echo $ECHO_N "(cached) $ECHO_C" >&6 |
|
else |
|
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR |
|
for as_dir in $PATH |
|
do |
|
IFS=$as_save_IFS |
|
test -z "$as_dir" && as_dir=. |
|
# Account for people who put trailing slashes in PATH elements. |
|
case $as_dir/ in |
|
./ | .// | /cC/* | \ |
|
/etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ |
|
/usr/ucb/* ) ;; |
|
*) |
|
# OSF1 and SCO ODT 3.0 have their own names for install. |
|
# Don't use installbsd from OSF since it installs stuff as root |
|
# by default. |
|
for ac_prog in ginstall scoinst install; do |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
|
if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then |
|
if test $ac_prog = install && |
|
grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then |
|
# AIX install. It has an incompatible calling convention. |
|
: |
|
elif test $ac_prog = install && |
|
grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then |
|
# program-specific install script used by HP pwplus--don't use. |
|
: |
|
else |
|
ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" |
|
break 3 |
|
fi |
|
fi |
|
done |
|
done |
|
;; |
|
esac |
|
done |
|
|
|
|
|
fi |
|
if test "${ac_cv_path_install+set}" = set; then |
|
INSTALL=$ac_cv_path_install |
|
else |
|
# As a last resort, use the slow shell script. We don't cache a |
|
# path for INSTALL within a source directory, because that will |
|
# break other packages using the cache if that directory is |
|
# removed, or if the path is relative. |
|
INSTALL=$ac_install_sh |
|
fi |
|
fi |
|
echo "$as_me:$LINENO: result: $INSTALL" >&5 |
|
echo "${ECHO_T}$INSTALL" >&6 |
|
|
|
# Use test -z because SunOS4 sh mishandles braces in ${var-val}. |
|
# It thinks the first close brace ends the variable substitution. |
|
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' |
|
|
|
test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' |
|
|
|
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' |
|
|
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 |
|
|
|
|
|
|
|
|
|
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 4204 Free Software Foundation, Inc. |
|
Line 4404 Free Software Foundation, Inc. |
|
This config.status script is free software; the Free Software Foundation |
This config.status script is free software; the Free Software Foundation |
gives unlimited permission to copy, distribute and modify it." |
gives unlimited permission to copy, distribute and modify it." |
srcdir=$srcdir |
srcdir=$srcdir |
|
INSTALL="$INSTALL" |
_ACEOF |
_ACEOF |
|
|
cat >>$CONFIG_STATUS <<\_ACEOF |
cat >>$CONFIG_STATUS <<\_ACEOF |
Line 4362 s,@ECHO_C@,$ECHO_C,;t t |
|
Line 4563 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 |
Line 4369 s,@CPPFLAGS@,$CPPFLAGS,;t t |
|
Line 4582 s,@CPPFLAGS@,$CPPFLAGS,;t t |
|
s,@ac_ct_CC@,$ac_ct_CC,;t t |
s,@ac_ct_CC@,$ac_ct_CC,;t t |
s,@EXEEXT@,$EXEEXT,;t t |
s,@EXEEXT@,$EXEEXT,;t t |
s,@OBJEXT@,$OBJEXT,;t t |
s,@OBJEXT@,$OBJEXT,;t t |
|
s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t |
|
s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t |
|
s,@INSTALL_DATA@,$INSTALL_DATA,;t t |
s,@RANLIB@,$RANLIB,;t t |
s,@RANLIB@,$RANLIB,;t t |
s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t |
s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t |
s,@CPP@,$CPP,;t t |
s,@CPP@,$CPP,;t t |
Line 4501 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` |
|
Line 4717 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` |
|
ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` |
ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` |
|
|
|
|
|
case $INSTALL in |
|
[\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; |
|
*) ac_INSTALL=$ac_top_builddir$INSTALL ;; |
|
esac |
|
|
if test x"$ac_file" != x-; then |
if test x"$ac_file" != x-; then |
{ echo "$as_me:$LINENO: creating $ac_file" >&5 |
{ echo "$as_me:$LINENO: creating $ac_file" >&5 |
Line 4562 s,@builddir@,$ac_builddir,;t t |
|
Line 4782 s,@builddir@,$ac_builddir,;t t |
|
s,@abs_builddir@,$ac_abs_builddir,;t t |
s,@abs_builddir@,$ac_abs_builddir,;t t |
s,@top_builddir@,$ac_top_builddir,;t t |
s,@top_builddir@,$ac_top_builddir,;t t |
s,@abs_top_builddir@,$ac_abs_top_builddir,;t t |
s,@abs_top_builddir@,$ac_abs_top_builddir,;t t |
|
s,@INSTALL@,$ac_INSTALL,;t t |
" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out |
" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out |
rm -f $tmp/stdin |
rm -f $tmp/stdin |
if test x"$ac_file" != x-; then |
if test x"$ac_file" != x-; then |