summaryrefslogtreecommitdiffstats
path: root/cpukit/posix
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 /cpukit/posix
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 'cpukit/posix')
-rw-r--r--cpukit/posix/ChangeLog4
-rw-r--r--cpukit/posix/configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/posix/ChangeLog b/cpukit/posix/ChangeLog
index 25c21bb555..dd1dffc47f 100644
--- a/cpukit/posix/ChangeLog
+++ b/cpukit/posix/ChangeLog
@@ -1,3 +1,7 @@
+2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * configure.ac: AC_PREREQ(2.57).
+
2003-01-27 Juan Zamorano <jzamora@fi.upm.es>
* src/ptimer1.c: Correct problem which could lead to overflow in time
diff --git a/cpukit/posix/configure.ac b/cpukit/posix/configure.ac
index 02973c35b4..a5e1595c7d 100644
--- a/cpukit/posix/configure.ac
+++ b/cpukit/posix/configure.ac
@@ -2,7 +2,7 @@
##
## $Id$
-AC_PREREQ(2.52)
+AC_PREREQ(2.57)
AC_INIT([rtems-cpukit-posix],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([src/pthread.c])
RTEMS_TOP(../..)