2002-07-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* aclocal/env-rtemsbsp.m4: Add libdir, bsplibdir.
This commit is contained in:
Ralf Corsepius
2002-07-19 04:04:49 +00:00
parent 60f37021f1
commit cca563138d
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2002-07-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/env-rtemsbsp.m4: Add libdir, bsplibdir.
2002-07-17 Joel Sherrill <joel@OARcorp.com>
* aclocal/version.m4: Updated to rtems-ss-20020717.

View File

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