forked from Imagelibrary/rtems
2004-08-17 Ralf Corsepius <ralf_corsepius@rtems.org>
* acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -263,7 +263,7 @@ if test "$no_recursion" != yes; then
|
||||
AC_MSG_ERROR([$ac_sub_configure failed for $ac_dir])
|
||||
fi
|
||||
|
||||
cd $ac_popdir
|
||||
cd "$ac_popdir"
|
||||
done
|
||||
fi
|
||||
fi
|
||||
|
||||
@@ -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>
|
||||
|
||||
* aclocal/version.m4: Updated to rtems-4.6.99.1.
|
||||
|
||||
@@ -72,7 +72,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
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user