summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-02-11 11:11:33 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-02-11 11:11:33 +0000
commit9b5c258556c4f1559ad12450cc88b6bd8d8bf75d (patch)
tree7b1933cfe5c5f27154ab69c206cf239f60eb2887 /doc
parent2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-9b5c258556c4f1559ad12450cc88b6bd8d8bf75d.tar.bz2
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: AC_PREREQ(2.57).
Diffstat (limited to 'doc')
-rw-r--r--doc/tools/ChangeLog4
-rw-r--r--doc/tools/configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/tools/ChangeLog b/doc/tools/ChangeLog
index 39749aed80..b94f31ccd3 100644
--- a/doc/tools/ChangeLog
+++ b/doc/tools/ChangeLog
@@ -1,3 +1,7 @@
+2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * configure.ac: AC_PREREQ(2.57).
+
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Reformat.
diff --git a/doc/tools/configure.ac b/doc/tools/configure.ac
index a52d8a3b21..0118c29edb 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.52)
+AC_PREREQ(2.57)
AC_INIT([rtems-doc-tools],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([word-replace2])