summaryrefslogtreecommitdiffstats
path: root/doc/tools
diff options
context:
space:
mode:
authorRalf Corsépius <ralf.corsepius@rtems.org>2012-07-19 15:44:32 +0200
committerRalf Corsépius <ralf.corsepius@rtems.org>2012-07-19 15:44:32 +0200
commit0f772813aab3cfa0e1c9845cd0c56f682b203410 (patch)
tree1e7995d84fa312a169b96e2ab3d66d063027739b /doc/tools
parentUpdate from automake-1.12.2. (diff)
downloadrtems-0f772813aab3cfa0e1c9845cd0c56f682b203410.tar.bz2
Require autoconf-2.69.
Diffstat (limited to 'doc/tools')
-rw-r--r--doc/tools/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tools/configure.ac b/doc/tools/configure.ac
index 4ea8b21dc0..1fc2b23d8a 100644
--- a/doc/tools/configure.ac
+++ b/doc/tools/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
dnl NOTE: This is a very coarse port to automake
-AC_PREREQ([2.68])
+AC_PREREQ([2.69])
AC_INIT([rtems-doc-tools],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([word-replace2])