summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/configure.ac4
2 files changed, 6 insertions, 2 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 980b5988bd..c8cc5854b0 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,9 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * configure.ac: Require autoconf-2.68, automake-1.11.1.
+
+2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* libmisc/shell/hexdump-display.c:
Eliminate bcopy, bzero, bcmp, index (Obsolete).
* libmisc/shell/hexdump-parse.c: Eliminate index (Obsolete).
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index 63413bdb82..624bb06105 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -2,14 +2,14 @@
##
## $Id$
-AC_PREREQ(2.61)
+AC_PREREQ([2.68])
AC_INIT([rtems-cpukit],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([score])
RTEMS_TOP([..],[])
RTEMS_CANONICAL_TARGET_CPU
-AM_INIT_AUTOMAKE([no-define nostdinc subdir-objects foreign 1.10])
+AM_INIT_AUTOMAKE([no-define nostdinc subdir-objects foreign 1.11.1])
AM_MAINTAINER_MODE
RTEMS_ENABLE_MULTILIB