Commit 842e91ec by Phil Edwards

configure.in: Revert 24Jan change.

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

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

From-SVN: r61888
parent 437026ef
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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment