summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/configure.ac4
-rw-r--r--doc/tools/ChangeLog4
-rw-r--r--doc/tools/configure.ac4
4 files changed, 12 insertions, 4 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index d6471f47f8..59ced68c06 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
+
2003-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* project.am: Remove $(PROJECT).info* from CLEANFILES (Doesn't work
diff --git a/doc/configure.ac b/doc/configure.ac
index 592d747f3b..e87d842f0f 100644
--- a/doc/configure.ac
+++ b/doc/configure.ac
@@ -1,12 +1,12 @@
dnl Process this file with autoconf to produce a configure script.
-AC_PREREQ(2.57)
+AC_PREREQ(2.59)
AC_INIT([rtems-doc],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([project.am])
RTEMS_TOP([..])
-AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
+AM_INIT_AUTOMAKE([no-define foreign 1.8])
AM_MAINTAINER_MODE
AC_ARG_ENABLE(html,
diff --git a/doc/tools/ChangeLog b/doc/tools/ChangeLog
index 7576c19d4e..91ba35e310 100644
--- a/doc/tools/ChangeLog
+++ b/doc/tools/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
+
2003-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Merger from rtems-4-6-branch.
diff --git a/doc/tools/configure.ac b/doc/tools/configure.ac
index 46029e60ad..b8a233279e 100644
--- a/doc/tools/configure.ac
+++ b/doc/tools/configure.ac
@@ -1,12 +1,12 @@
dnl Process this file with autoconf to produce a configure script.
dnl NOTE: This is a very coarse port to automake
-AC_PREREQ(2.57)
+AC_PREREQ(2.59)
AC_INIT([rtems-doc-tools],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([word-replace2])
RTEMS_TOP([../..])
-AM_INIT_AUTOMAKE([no-define foreign 1.7.2])
+AM_INIT_AUTOMAKE([no-define foreign 1.8])
dnl Checks for programs.
AC_PROG_CC