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). --- testsuites/itrontests/ChangeLog | 4 ++++ testsuites/itrontests/configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'testsuites/itrontests') diff --git a/testsuites/itrontests/ChangeLog b/testsuites/itrontests/ChangeLog index e4f1f99c80..e88ddf4df0 100644 --- a/testsuites/itrontests/ChangeLog +++ b/testsuites/itrontests/ChangeLog @@ -1,3 +1,7 @@ +2003-02-11 Ralf Corsepius + + * configure.ac: AC_PREREQ(2.57). + 2002-10-21 Ralf Corsepius * .cvsignore: Reformat. diff --git a/testsuites/itrontests/configure.ac b/testsuites/itrontests/configure.ac index 80306f9507..b9184f66d3 100644 --- a/testsuites/itrontests/configure.ac +++ b/testsuites/itrontests/configure.ac @@ -2,7 +2,7 @@ ## ## $Id$ -AC_PREREQ(2.52) +AC_PREREQ(2.57) AC_INIT([rtems-c-src-tests-itrontests],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) AC_CONFIG_SRCDIR([itronhello]) RTEMS_TOP(../../../..) -- cgit v1.2.3