summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-03-15 18:57:17 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-03-15 18:57:17 +0000
commitdee576c0b957487b5ef527e0c1519a0c449ef495 (patch)
tree6dcd6c094f23af2b2b4d8c745970f2d0c96d138a
parent2002-03-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-dee576c0b957487b5ef527e0c1519a0c449ef495.tar.bz2
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]).
-rw-r--r--ChangeLog5
-rw-r--r--aclocal/env-rtemscpu.m41
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d275b62217..faf797843d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/aclocal/env-rtemscpu.m4 b/aclocal/env-rtemscpu.m4
index 796f875db4..e01efb12c0 100644
--- a/aclocal/env-rtemscpu.m4
+++ b/aclocal/env-rtemscpu.m4
@@ -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)