summaryrefslogtreecommitdiffstats
path: root/tools/build
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-10-19 14:26:57 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-10-19 14:26:57 +0000
commitb06cc7e76d3135b45d543796591763c0b6145819 (patch)
treef7b6774a877b686ae370af011ce3cc8ca85c3730 /tools/build
parent2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-b06cc7e76d3135b45d543796591763c0b6145819.tar.bz2
2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require automake-1.10. Require autoconf-2.60.
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 348d3289ef..9ec0ff82f4 100644
--- a/tools/build/ChangeLog
+++ b/tools/build/ChangeLog
@@ -1,3 +1,7 @@
+2006-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * configure.ac: Require automake-1.10. Require autoconf-2.60.
+
2006-07-13 Ralf Corsepius <ralf.corsepius@rtems.org>
* doxy-filter: New.
diff --git a/tools/build/configure.ac b/tools/build/configure.ac
index 68da17df37..80cf080717 100644
--- a/tools/build/configure.ac
+++ b/tools/build/configure.ac
@@ -2,14 +2,14 @@
# $Id$
#
-AC_PREREQ(2.59)
+AC_PREREQ(2.60)
AC_INIT([rtems-tools-build],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([install-if-change.in])
RTEMS_TOP(../..)
AC_CANONICAL_HOST
-AM_INIT_AUTOMAKE([no-define foreign 1.9])
+AM_INIT_AUTOMAKE([no-define foreign 1.10])
AM_MAINTAINER_MODE
AC_PROG_CC