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

* configure.ac: Require autoconf-2.68, automake-1.11.1.
This commit is contained in:
Ralf Corsepius
2011-02-02 15:01:43 +00:00
parent 677e81332b
commit 8ee3775f30
283 changed files with 845 additions and 281 deletions

View File

@@ -1,3 +1,7 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2010-05-30 Joel Sherrill <joel.sherrilL@OARcorp.com>
* Makefile.am: Fix typo in path.

View File

@@ -2,13 +2,13 @@
##
## $Id$
AC_PREREQ(2.60)
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libcpu-lm32],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
RTEMS_TOP([../../../../..],[../../..])
RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define foreign subdir-objects 1.10])
AM_INIT_AUTOMAKE([no-define foreign subdir-objects 1.11.1])
AM_MAINTAINER_MODE
RTEMS_ENV_RTEMSBSP