2004-08-17 Ralf Corsepius <ralf_corsepius@rtems.org>

* acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
This commit is contained in:
Ralf Corsepius
2004-08-18 01:14:40 +00:00
parent c2e4383976
commit 2977f24cbf
4 changed files with 11 additions and 3 deletions

View File

@@ -1,4 +1,8 @@
2004-07-14 Jay Monkman 2004-08-17 Ralf Corsepius <ralf_corsepius@rtems.org>
* acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
2004-07-14 Joel Sherrill <joel@OARcorp.com>
* MAINTAINERS: Added Jay Monkman as ARM architecture maintainer * MAINTAINERS: Added Jay Monkman as ARM architecture maintainer

View File

@@ -263,7 +263,7 @@ if test "$no_recursion" != yes; then
AC_MSG_ERROR([$ac_sub_configure failed for $ac_dir]) AC_MSG_ERROR([$ac_sub_configure failed for $ac_dir])
fi fi
cd $ac_popdir cd "$ac_popdir"
done done
fi fi
fi fi

View File

@@ -1,3 +1,7 @@
2004-08-17 Ralf Corsepius <ralf_corsepius@rtems.org>
* acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
2004-07-28 Joel Sherrill <joel@OARcorp.com> 2004-07-28 Joel Sherrill <joel@OARcorp.com>
* aclocal/version.m4: Updated to rtems-4.6.99.1. * aclocal/version.m4: Updated to rtems-4.6.99.1.

View File

@@ -72,7 +72,7 @@ if test "$no_recursion" != yes; then
AC_MSG_ERROR([$ac_sub_configure failed for $ac_subdir]) AC_MSG_ERROR([$ac_sub_configure failed for $ac_subdir])
fi fi
cd $ac_popdir cd "$ac_popdir"
done done
fi fi
]) ])