summaryrefslogtreecommitdiffstats
path: root/doc
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 /doc
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 '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 d18c1ecff5..4b537f51a6 100644
--- a/doc/ChangeLog
+++ b/doc/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-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* porting/interrupts.t: Fix bogus _CPU_ISR_Get_level.
diff --git a/doc/configure.ac b/doc/configure.ac
index bd3398ec2a..71558ab412 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.59)
+AC_PREREQ(2.60)
AC_INIT([rtems-doc],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
AC_CONFIG_SRCDIR([project.am])
RTEMS_TOP([..])
-AM_INIT_AUTOMAKE([no-define foreign 1.9])
+AM_INIT_AUTOMAKE([no-define foreign 1.10])
AM_MAINTAINER_MODE
RTEMS_ENABLE_RPMPREFIX
diff --git a/doc/tools/ChangeLog b/doc/tools/ChangeLog
index 5fc117f2c5..3dda8c10ec 100644
--- a/doc/tools/ChangeLog
+++ b/doc/tools/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.
+
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Require automake > 1.9.
diff --git a/doc/tools/configure.ac b/doc/tools/configure.ac
index 4fc1e70ecd..0995ad7688 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.59)
+AC_PREREQ(2.60)
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.9])
+AM_INIT_AUTOMAKE([no-define foreign 1.10])
dnl Checks for programs.
AC_PROG_CC