summaryrefslogtreecommitdiffstats
path: root/c/src/aclocal/rtems-top.m4
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-14 15:18:56 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-14 15:18:56 +0000
commit61c78ab4db31954df13264b77b3e33731c19cc23 (patch)
tree29ce4203172b8c2aefcdc109554f0453113ba5cb /c/src/aclocal/rtems-top.m4
parent2004-04-14 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-61c78ab4db31954df13264b77b3e33731c19cc23.tar.bz2
2004-04-14 Ralf Corsepius <ralf_corsepius@rtems.org>
* aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
Diffstat (limited to 'c/src/aclocal/rtems-top.m4')
-rw-r--r--c/src/aclocal/rtems-top.m42
1 files changed, 0 insertions, 2 deletions
diff --git a/c/src/aclocal/rtems-top.m4 b/c/src/aclocal/rtems-top.m4
index 186b57770d..dcba9e422c 100644
--- a/c/src/aclocal/rtems-top.m4
+++ b/c/src/aclocal/rtems-top.m4
@@ -22,8 +22,6 @@ AC_SUBST([RTEMS_TOPdir],["$1"])
# HACK: The sed pattern in rtems_updir matches c/src/
rtems_updir=m4_if([$2],[],[`echo "$1/" | sed s,^\.\.\/\.\.\/,,`],[$2/])
-AC_SUBST([RTEMS_ROOT],[${rtems_updir}'$(top_builddir)'])
-
AS_IF([test -n "${with_target_subdir}"],
[project_top="../${with_project_top}"],
[project_top="${with_project_top}"])