summaryrefslogtreecommitdiffstats
path: root/testsuites/aclocal/rtems-top.m4
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-03-28 07:23:07 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-03-28 07:23:07 +0000
commitc50e97811a4d1999699bfac4b50355ec26f02601 (patch)
tree8dd64d87e9988a43a4e7bb34248dc211cb1ef598 /testsuites/aclocal/rtems-top.m4
parent2004-03-28 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-c50e97811a4d1999699bfac4b50355ec26f02601.tar.bz2
2004-03-28 Ralf Corsepius <ralf_corsepius@rtems.org>
* aclocal/rtems-top.m4: s/RTEMS_RTEMS/RTEMS_ROOT (typo).
Diffstat (limited to '')
-rw-r--r--testsuites/aclocal/rtems-top.m42
1 files changed, 1 insertions, 1 deletions
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}