From ce1bdb0857e0256e8e4ce4c7a3c90352bc73c528 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 17 Oct 2006 07:29:40 +0000 Subject: =?UTF-8?q?2006-10-17=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.60. --- cpukit/ChangeLog | 4 ++++ cpukit/configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'cpukit') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 17121940e7..723f34cc2a 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2006-10-17 Ralf Corsépius + + * configure.ac: Require autoconf-2.60. + 2006-10-16 Ralf Corsépius * configure.ac, aclocal/multi.m4, aclocal/prog-cc.m4, aclocal/prog-ccas.m4 diff --git a/cpukit/configure.ac b/cpukit/configure.ac index 43eab313e4..3c307c9a0d 100644 --- a/cpukit/configure.ac +++ b/cpukit/configure.ac @@ -2,7 +2,7 @@ ## ## $Id$ -AC_PREREQ(2.59) +AC_PREREQ(2.60) AC_INIT([rtems-cpukit],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) AC_CONFIG_SRCDIR([score]) RTEMS_TOP([..],[]) -- cgit v1.2.3