2004-03-28 Ralf Corsepius <ralf_corsepius@rtems.org>

* aclocal/rtems-top.m4: s/RTEMS_RTEMS/RTEMS_ROOT (typo).
This commit is contained in:
Ralf Corsepius
2004-03-28 07:23:07 +00:00
parent 0720ff433e
commit c50e97811a
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2004-03-28 Ralf Corsepius <ralf_corsepius@rtems.org>
* aclocal/rtems-top.m4: s/RTEMS_RTEMS/RTEMS_ROOT (typo).
2004-03-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/check-custom-bsp.m4: Fix minor typo.

View File

@@ -30,7 +30,7 @@ AS_HELP_STRING(--enable-rtems-root,directory containing make/custom)],
[case ${enable_rtems_root} in
[[\\/$]]* | ?:[[\\/]]* ) # absolute directory
rtems_rootdir=${enable_rtems_root}
RTEMS_RTEMS=${enable_rtems_root}
RTEMS_ROOT=${enable_rtems_root}
;;
*) # relative directory
rtems_rootdir=${enable_rtems_root}${rtems_updir}