diff --git a/testsuites/ChangeLog b/testsuites/ChangeLog index a79ca0746c..0a9e334dbd 100644 --- a/testsuites/ChangeLog +++ b/testsuites/ChangeLog @@ -1,3 +1,7 @@ +2004-03-28 Ralf Corsepius + + * aclocal/rtems-top.m4: s/RTEMS_RTEMS/RTEMS_ROOT (typo). + 2004-03-25 Ralf Corsepius * aclocal/check-custom-bsp.m4: Fix minor typo. diff --git a/testsuites/aclocal/rtems-top.m4 b/testsuites/aclocal/rtems-top.m4 index 5ecd9c0e37..d7efd0fc3d 100644 --- a/testsuites/aclocal/rtems-top.m4 +++ b/testsuites/aclocal/rtems-top.m4 @@ -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}