2004-04-14 Ralf Corsepius <ralf_corsepius@rtems.org>

* aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
This commit is contained in:
Ralf Corsepius
2004-04-14 15:18:56 +00:00
parent 0d0528d369
commit 61c78ab4db
2 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2004-04-14 Ralf Corsepius <ralf_corsepius@rtems.org>
* aclocal/rtems-top.4: Remove RTEMS_ROOT (Obsolete).
2004-04-14 Ralf Corsepius <ralf_corsepius@rtems.org>
* aclocal/rtems-top.m4: Add project_top/with_project_top processing.

View File

@@ -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}"])