2002-03-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* aclocal/env-rtemscpu.m4: automake-1.6 preparations:
	Add AM_CONDITIONAL([RTEMS_CONFIG_PER_BSP],[false]).
This commit is contained in:
Joel Sherrill
2002-03-15 18:57:17 +00:00
parent 2de2bec841
commit dee576c0b9
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2002-03-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/env-rtemscpu.m4: automake-1.6 preparations:
Add AM_CONDITIONAL([RTEMS_CONFIG_PER_BSP],[false]).
2002-03-08 Joel Sherrill <joel@OARcorp.com>
* VERSION: Updated to rtems-mg5-20020808.

View File

@@ -33,6 +33,7 @@ if test x"$multilib" = x"yes"; then
includedir="\${exec_prefix}/lib/include"
libdir="${libdir}\$(MULTISUBDIR)"
AM_CONDITIONAL([RTEMS_CONFIG_PER_BSP],[false])
else
RTEMS_ENV_RTEMSBSP
RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)