summaryrefslogtreecommitdiffstats
path: root/aclocal
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-07-19 04:04:49 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-07-19 04:04:49 +0000
commitcca563138d06535680364d754207aa13b7e315aa (patch)
treed3c1fe15677404a87253e3dfc3863ef94a186054 /aclocal
parent2002-07-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-cca563138d06535680364d754207aa13b7e315aa.tar.bz2
2002-07-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/env-rtemsbsp.m4: Add libdir, bsplibdir.
Diffstat (limited to 'aclocal')
-rw-r--r--aclocal/env-rtemsbsp.m44
1 files changed, 4 insertions, 0 deletions
diff --git a/aclocal/env-rtemsbsp.m4 b/aclocal/env-rtemsbsp.m4
index 6caec5a3d4..d81e204432 100644
--- a/aclocal/env-rtemsbsp.m4
+++ b/aclocal/env-rtemsbsp.m4
@@ -44,4 +44,8 @@ AM_CONDITIONAL([RTEMS_CONFIG_PER_BSP],[true])
AM_CONDITIONAL([MULTILIB],[false])
includedir="\${exec_prefix}/${RTEMS_BSP}/lib/include"
+libdir="\${exec_prefix}/${RTEMS_BSP}/lib"
+
+bsplibdir="\${exec_prefix}/${RTEMS_BSP}/lib"
+AC_SUBST(bsplibdir)
])