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

* configure.ac: Require automake-1.10. Require autoconf-2.60.
This commit is contained in:
Ralf Corsepius
2006-10-19 14:26:57 +00:00
parent 09c1d97a59
commit b06cc7e76d
14 changed files with 42 additions and 14 deletions

View File

@@ -1,3 +1,7 @@
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.
2006-08-09 Kolja Waschk <waschk@telos.de>
* TOOL_TARGETS: New port to Altera NIOS II.

View File

@@ -2,14 +2,14 @@
##
## $Id$
AC_PREREQ(2.59)
AC_PREREQ(2.60)
AC_INIT([rtems-c],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([TOOL_TARGETS])
RTEMS_TOP(..)
RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define foreign 1.9])
AM_INIT_AUTOMAKE([no-define foreign 1.10])
AM_MAINTAINER_MODE
## These options are used within this file.