summaryrefslogtreecommitdiff
path: root/tools/build
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-02-02 15:18:21 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-02-02 15:18:21 +0000
commit53328c8f7402acf1dfa113797e4619b667379816 (patch)
tree88fa3fa9cb54b1813495deb0e6876a7be3bac696 /tools/build
parent90df1d9726703d8fc50baa272d2b475864e28904 (diff)
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
Diffstat (limited to 'tools/build')
-rw-r--r--tools/build/ChangeLog4
-rw-r--r--tools/build/configure.ac4
2 files changed, 6 insertions, 2 deletions
diff --git a/tools/build/ChangeLog b/tools/build/ChangeLog
index cb559b66ee..84c1a2a393 100644
--- a/tools/build/ChangeLog
+++ b/tools/build/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-03-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* eolstrip.c: Readdress use of ctype methods per recommendation from
diff --git a/tools/build/configure.ac b/tools/build/configure.ac
index 7d6d204ec5..f4ab01e909 100644
--- a/tools/build/configure.ac
+++ b/tools/build/configure.ac
@@ -2,14 +2,14 @@
# $Id$
#
-AC_PREREQ(2.60)
+AC_PREREQ([2.68])
AC_INIT([rtems-tools-build],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([install-if-change.in])
RTEMS_TOP(../..)
AC_CANONICAL_HOST
-AM_INIT_AUTOMAKE([no-define foreign 1.10])
+AM_INIT_AUTOMAKE([no-define foreign 1.11.1])
AM_MAINTAINER_MODE
AC_PROG_CC