summaryrefslogtreecommitdiffstats
path: root/c/src/make
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-02-02 15:01:43 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-02-02 15:01:43 +0000
commit8ee3775f300a93b7c4508cbbcdc6390717347451 (patch)
tree0ee2e815ddbbf8698b8f2fe136a55317c7f6bae6 /c/src/make
parent2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-8ee3775f300a93b7c4508cbbcdc6390717347451.tar.bz2
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
Diffstat (limited to 'c/src/make')
-rw-r--r--c/src/make/ChangeLog4
-rw-r--r--c/src/make/configure.ac4
2 files changed, 6 insertions, 2 deletions
diff --git a/c/src/make/ChangeLog b/c/src/make/ChangeLog
index 3c9f43ac00..3510a9aed5 100644
--- a/c/src/make/ChangeLog
+++ b/c/src/make/ChangeLog
@@ -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-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1532/testing
diff --git a/c/src/make/configure.ac b/c/src/make/configure.ac
index 7337281e5e..426585f956 100644
--- a/c/src/make/configure.ac
+++ b/c/src/make/configure.ac
@@ -6,7 +6,7 @@
## This script configures the configuration files below make/
##
-AC_PREREQ(2.60)
+AC_PREREQ([2.68])
AC_INIT([rtems-c-src-make],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([bsp.cfg.in])
RTEMS_TOP(../../..)
@@ -14,7 +14,7 @@ AC_SUBST(RTEMS_TOPdir,../../..)
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_ENABLE_MULTIPROCESSING