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/samples/ChangeLog | 4 ++++ testsuites/samples/configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'testsuites/samples') diff --git a/testsuites/samples/ChangeLog b/testsuites/samples/ChangeLog index 9243134587..786a4be13b 100644 --- a/testsuites/samples/ChangeLog +++ b/testsuites/samples/ChangeLog @@ -1,3 +1,7 @@ +2003-02-11 Ralf Corsepius + + * configure.ac: AC_PREREQ(2.57). + 2003-01-27 Joel Sherrill * Makefile.am, configure.ac: Added new test loopback which shows how to diff --git a/testsuites/samples/configure.ac b/testsuites/samples/configure.ac index 33319e5ed1..f43e84b69f 100644 --- a/testsuites/samples/configure.ac +++ b/testsuites/samples/configure.ac @@ -2,7 +2,7 @@ ## ## $Id$ -AC_PREREQ(2.52) +AC_PREREQ(2.57) AC_INIT([rtems-c-src-tests-samples],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) AC_CONFIG_SRCDIR([hello]) RTEMS_TOP(../../../..) -- cgit v1.2.3