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

* aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
	* aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
This commit is contained in:
Ralf Corsepius
2004-08-18 01:24:35 +00:00
parent 2977f24cbf
commit 0ad53a905a
3 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2004-08-17 Ralf Corsepius <ralf_corsepius@rtems.org>
* aclocal/ppc.m4 (RTEMS_PPC_EXCEPTIONS): Quote ac_popdir uses.
* aclocal/target.m4 (_RTEMS_POP_BUILDDIR): Ditto.
2004-08-17 Ralf Corsepius <ralf_corsepius@rtems.org>
* acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.

View File

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

View File

@@ -105,7 +105,7 @@ dnl _RTEMS_POP_BUILDDIR
dnl
AC_DEFUN([_RTEMS_POP_BUILDDIR],
[
cd $ac_popdir
cd "$ac_popdir"
])
dnl