From 8ee3775f300a93b7c4508cbbcdc6390717347451 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 2 Feb 2011 15:01:43 +0000 Subject: =?UTF-8?q?2011-02-02=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * configure.ac: Require autoconf-2.68, automake-1.11.1. --- doc/ChangeLog | 4 ++++ doc/configure.ac | 4 ++-- doc/tools/ChangeLog | 4 ++++ doc/tools/configure.ac | 4 ++-- 4 files changed, 12 insertions(+), 4 deletions(-) (limited to 'doc') 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 + + * configure.ac: Require autoconf-2.68, automake-1.11.1. + 2011-01-10 Danila Bespalov * 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 + + * configure.ac: Require autoconf-2.68, automake-1.11.1. + 2010-04-23 Joel Sherrill * 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 -- cgit v1.2.3