2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* configure.ac: AC_PREREQ(2.57).
This commit is contained in:
Ralf Corsepius
2003-03-06 06:52:51 +00:00
parent a7cc7b42a6
commit cd83ff6184
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: AC_PREREQ(2.57).
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove sptables.h.in.

View File

@@ -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(..)