2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>

* tools/configure.ac: Require autoconf-2.68, automake-1.11.1.
This commit is contained in:
Ralf Corsepius
2011-02-02 15:11:53 +00:00
parent 3f2ebce1b5
commit 2b98a7b58b
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* tools/configure.ac: Require autoconf-2.68, automake-1.11.1.
2010-04-25 Joel Sherrill <joel.sherrilL@OARcorp.com>
* bsp_specs: Remove warning on __start not found.

View File

@@ -2,14 +2,14 @@
##
## $Id$
AC_PREREQ(2.60)
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-sparc-erc32-tools],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([runtest.in])
RTEMS_TOP(../../../../../../..)
RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define foreign 1.10])
AM_INIT_AUTOMAKE([no-define foreign 1.11.1])
AM_MAINTAINER_MODE
RTEMS_ENV_RTEMSBSP

View File

@@ -1,3 +1,7 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* tools/configure.ac: Require autoconf-2.68, automake-1.11.1.
2010-04-07 Joel Sherrill <joel.sherrill@oarcorp.com>
* start/start.S: Verify boot_card() is passed a NULL.

View File

@@ -2,14 +2,14 @@
##
## $Id$
AC_PREREQ(2.60)
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-sparc-erc32-tools],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([runtest.in])
RTEMS_TOP(../../../../../../..)
RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define foreign 1.10])
AM_INIT_AUTOMAKE([no-define foreign 1.11.1])
AM_MAINTAINER_MODE
RTEMS_ENV_RTEMSBSP