2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>

* configure.ac: Require automake-1.9.
This commit is contained in:
Ralf Corsepius
2006-10-17 02:30:21 +00:00
parent 36e0d53a4b
commit 0c8c5e3f4d
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.9.
2006-06-18 Joel Sherrill <joel@OARcorp.com>
* README:

View File

@@ -8,7 +8,7 @@ AC_CONFIG_SRCDIR([bsp_specs])
RTEMS_TOP(../../../../../..)
RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.8])
AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.9])
RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])