From cd83ff61844e95b5c257a97e736003f2ee2f82f5 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 6 Mar 2003 06:52:51 +0000 Subject: [PATCH] 2003-03-06 Ralf Corsepius * configure.ac: AC_PREREQ(2.57). --- cpukit/ChangeLog | 4 ++++ cpukit/configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 9544f771fc..ef850a423b 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2003-03-06 Ralf Corsepius + + * configure.ac: AC_PREREQ(2.57). + 2003-03-06 Ralf Corsepius * configure.ac: Remove sptables.h.in. diff --git a/cpukit/configure.ac b/cpukit/configure.ac index 42e2a4c821..1dd7edfd49 100644 --- a/cpukit/configure.ac +++ b/cpukit/configure.ac @@ -2,7 +2,7 @@ ## ## $Id$ -AC_PREREQ(2.54) +AC_PREREQ(2.57) AC_INIT([rtems-cpukit],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) AC_CONFIG_SRCDIR([score]) RTEMS_TOP(..)