summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-02-11 11:11:33 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-02-11 11:11:33 +0000
commit9b5c258556c4f1559ad12450cc88b6bd8d8bf75d (patch)
tree7b1933cfe5c5f27154ab69c206cf239f60eb2887 /testsuites/sptests/configure.ac
parent2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-9b5c258556c4f1559ad12450cc88b6bd8d8bf75d.tar.bz2
2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: AC_PREREQ(2.57).
Diffstat (limited to 'testsuites/sptests/configure.ac')
-rw-r--r--testsuites/sptests/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/configure.ac b/testsuites/sptests/configure.ac
index 826fd41f8e..4e5166dc2a 100644
--- a/testsuites/sptests/configure.ac
+++ b/testsuites/sptests/configure.ac
@@ -2,7 +2,7 @@
##
## $Id$
-AC_PREREQ(2.52)
+AC_PREREQ(2.57)
AC_INIT([rtems-c-src-tests-sptests],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([sp01])
RTEMS_TOP(../../../..)