summaryrefslogtreecommitdiffstats
path: root/aclocal/project-root.m4
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-12-13 15:57:41 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-12-13 15:57:41 +0000
commitfa178d492679f12f760cc6ec0ffed3953bef4779 (patch)
tree6e63a67daad2bc2addcbaacad119d135406286f3 /aclocal/project-root.m4
parentPatch rtems-rc-19991203-2.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-fa178d492679f12f760cc6ec0ffed3953bef4779.tar.bz2
Patch rtems-rc-19991203-3.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
which adds automake support to libbsp/bare.
Diffstat (limited to '')
-rw-r--r--aclocal/project-root.m46
1 files changed, 6 insertions, 0 deletions
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)
])