configure.in: Revert 24Jan change.

2003-01-27  Phil Edwards  <pme@gcc.gnu.org>

	* configure.in:  Revert 24Jan change.
	* configure:  Regenerate.

From-SVN: r61888
This commit is contained in:
Phil Edwards 2003-01-27 14:56:12 +00:00
parent 437026ef88
commit 842e91ecd2
3 changed files with 27 additions and 1218 deletions

View File

@ -1,3 +1,8 @@
2003-01-27 Phil Edwards <pme@gcc.gnu.org>
* configure.in: Revert 24Jan change.
* configure: Regenerate.
2003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix

1235
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -201,7 +201,7 @@ fi
# We always want to use the same name for this directory, so that dejagnu
# can reliably find it.
target_subdir=${target}
target_subdir=${target_alias}
if test ! -d ${target_subdir} ; then
if mkdir ${target_subdir} ; then true
@ -211,7 +211,8 @@ if test ! -d ${target_subdir} ; then
fi
fi
build_subdir=build-${build}
build_prefix=build-
build_subdir=${build_prefix}${build_alias}
if test x"${build_alias}" != x"${host}" ; then
if test ! -d ${build_subdir} ; then