From 9b5c258556c4f1559ad12450cc88b6bd8d8bf75d Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 11 Feb 2003 11:11:33 +0000 Subject: 2003-02-11 Ralf Corsepius * configure.ac: AC_PREREQ(2.57). --- cpukit/libcsupport/ChangeLog | 4 ++++ cpukit/libcsupport/configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'cpukit/libcsupport') diff --git a/cpukit/libcsupport/ChangeLog b/cpukit/libcsupport/ChangeLog index 154aae5300..a16c70ff50 100644 --- a/cpukit/libcsupport/ChangeLog +++ b/cpukit/libcsupport/ChangeLog @@ -1,3 +1,7 @@ +2003-02-11 Ralf Corsepius + + * configure.ac: AC_PREREQ(2.57). + 2003-02-06 Joel Sherrill * include/sys/ioccom.h: Include not so diff --git a/cpukit/libcsupport/configure.ac b/cpukit/libcsupport/configure.ac index ff33062572..9782b14c00 100644 --- a/cpukit/libcsupport/configure.ac +++ b/cpukit/libcsupport/configure.ac @@ -2,7 +2,7 @@ ## ## $Id$ -AC_PREREQ(2.52) +AC_PREREQ(2.57) AC_INIT([rtems-cpukit-lib],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) AC_CONFIG_SRCDIR([src]) RTEMS_TOP(../..) -- cgit v1.2.3