summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-02-02 15:01:43 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-02-02 15:01:43 +0000
commit8ee3775f300a93b7c4508cbbcdc6390717347451 (patch)
tree0ee2e815ddbbf8698b8f2fe136a55317c7f6bae6 /doc
parent2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-8ee3775f300a93b7c4508cbbcdc6390717347451.tar.bz2
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Require autoconf-2.68, automake-1.11.1.
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 2ce05b74da..932626621b 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * configure.ac: Require autoconf-2.68, automake-1.11.1.
+
2011-01-10 Danila Bespalov <danila DOT bespalov AT gmail DOT com>
* posix_users/posix_users.texi, posix_users/signal.t: Review and
diff --git a/doc/configure.ac b/doc/configure.ac
index f1019d0304..ff3e27cea6 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.60)
+AC_PREREQ([2.68])
AC_INIT([rtems-doc],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([project.am])
RTEMS_TOP([..])
-AM_INIT_AUTOMAKE([no-define foreign 1.10])
+AM_INIT_AUTOMAKE([no-define foreign 1.11.1])
AM_MAINTAINER_MODE
RTEMS_ENABLE_RPMPREFIX
diff --git a/doc/tools/ChangeLog b/doc/tools/ChangeLog
index a0d42f9c23..8fb689f3ea 100644
--- a/doc/tools/ChangeLog
+++ b/doc/tools/ChangeLog
@@ -1,3 +1,7 @@
+2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * configure.ac: Require autoconf-2.68, automake-1.11.1.
+
2010-04-23 Joel Sherrill <joel.sherrill@oarcorp.com>
* texi2www/texi2www: Add some new texinfo commands.
diff --git a/doc/tools/configure.ac b/doc/tools/configure.ac
index 730789fe59..39bdaa2673 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.60)
+AC_PREREQ([2.68])
AC_INIT([rtems-doc-tools],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([word-replace2])
RTEMS_TOP([../..])
-AM_INIT_AUTOMAKE([no-define foreign 1.10])
+AM_INIT_AUTOMAKE([no-define foreign 1.11.1])
dnl Checks for programs.
AC_PROG_CC