From fa178d492679f12f760cc6ec0ffed3953bef4779 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 13 Dec 1999 15:57:41 +0000 Subject: Patch rtems-rc-19991203-3.diff from Ralf Corsepius which adds automake support to libbsp/bare. --- aclocal/project-root.m4 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'aclocal') diff --git a/aclocal/project-root.m4 b/aclocal/project-root.m4 index 2f795d23f0..1699736fe4 100644 --- a/aclocal/project-root.m4 +++ b/aclocal/project-root.m4 @@ -20,5 +20,11 @@ AC_SUBST(INSTALL_CHANGE) PACKHEX="\$(PROJECT_ROOT)/tools/build/packhex" AC_SUBST(PACKHEX) + +PROJECT_INCLUDE="\$(PROJECT_ROOT)/$RTEMS_BSP/lib/include" +AC_SUBST(PROJECT_INCLUDE) + +PROJECT_RELEASE="\$(PROJECT_ROOT)/$RTEMS_BSP" +AC_SUBST(PROJECT_RELEASE) ]) -- cgit v1.2.3