From cca563138d06535680364d754207aa13b7e315aa Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 19 Jul 2002 04:04:49 +0000 Subject: 2002-07-18 Ralf Corsepius * aclocal/env-rtemsbsp.m4: Add libdir, bsplibdir. --- aclocal/env-rtemsbsp.m4 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'aclocal') 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) ]) -- cgit v1.2.3