Regenerated

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@12062 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
nico 2002-01-09 14:17:48 +00:00
parent ce8037bcf4
commit f5390c79f6
2 changed files with 570 additions and 666 deletions

View file

@ -546,10 +546,10 @@ fi
# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA. # Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA.
#-------------------------------------------------------------------- #--------------------------------------------------------------------
# Determine the host, build, and target systems # Use config.guess, config.sub and install.sh provided by gnustep-make
#-------------------------------------------------------------------- #--------------------------------------------------------------------
ac_aux_dir= ac_aux_dir=
for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do for ac_dir in $GNUSTEP_SYSTEM_ROOT/Makefiles $srcdir/$GNUSTEP_SYSTEM_ROOT/Makefiles; do
if test -f $ac_dir/install-sh; then if test -f $ac_dir/install-sh; then
ac_aux_dir=$ac_dir ac_aux_dir=$ac_dir
ac_install_sh="$ac_aux_dir/install-sh -c" ac_install_sh="$ac_aux_dir/install-sh -c"
@ -561,13 +561,17 @@ for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
fi fi
done done
if test -z "$ac_aux_dir"; then if test -z "$ac_aux_dir"; then
{ echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; } { echo "configure: error: can not find install-sh or install.sh in $GNUSTEP_SYSTEM_ROOT/Makefiles $srcdir/$GNUSTEP_SYSTEM_ROOT/Makefiles" 1>&2; exit 1; }
fi fi
ac_config_guess=$ac_aux_dir/config.guess ac_config_guess=$ac_aux_dir/config.guess
ac_config_sub=$ac_aux_dir/config.sub ac_config_sub=$ac_aux_dir/config.sub
ac_configure=$ac_aux_dir/configure # This should be Cygnus configure. ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
#--------------------------------------------------------------------
# Determine the host, build, and target systems
#--------------------------------------------------------------------
# Do some error checking and defaulting for the host and target type. # Do some error checking and defaulting for the host and target type.
# The inputs are: # The inputs are:
# configure --host=HOST --target=TARGET --build=BUILD NONOPT # configure --host=HOST --target=TARGET --build=BUILD NONOPT
@ -595,7 +599,7 @@ else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
fi fi
echo $ac_n "checking host system type""... $ac_c" 1>&6 echo $ac_n "checking host system type""... $ac_c" 1>&6
echo "configure:599: checking host system type" >&5 echo "configure:603: checking host system type" >&5
host_alias=$host host_alias=$host
case "$host_alias" in case "$host_alias" in
@ -616,7 +620,7 @@ host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
echo "$ac_t""$host" 1>&6 echo "$ac_t""$host" 1>&6
echo $ac_n "checking target system type""... $ac_c" 1>&6 echo $ac_n "checking target system type""... $ac_c" 1>&6
echo "configure:620: checking target system type" >&5 echo "configure:624: checking target system type" >&5
target_alias=$target target_alias=$target
case "$target_alias" in case "$target_alias" in
@ -634,7 +638,7 @@ target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
echo "$ac_t""$target" 1>&6 echo "$ac_t""$target" 1>&6
echo $ac_n "checking build system type""... $ac_c" 1>&6 echo $ac_n "checking build system type""... $ac_c" 1>&6
echo "configure:638: checking build system type" >&5 echo "configure:642: checking build system type" >&5
build_alias=$build build_alias=$build
case "$build_alias" in case "$build_alias" in

1220
configure vendored

File diff suppressed because it is too large Load diff