summaryrefslogtreecommitdiffstats
path: root/c/src/make
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/make/ChangeLog4
-rw-r--r--c/src/make/configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/c/src/make/ChangeLog b/c/src/make/ChangeLog
index 68e626573e..43f87b277c 100644
--- a/c/src/make/ChangeLog
+++ b/c/src/make/ChangeLog
@@ -1,3 +1,7 @@
+2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * configure.ac: AC_PREREQ(2.57).
+
2002-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bsp.mak: Use ac_cv_env instead of ac_cv for cached vars.
diff --git a/c/src/make/configure.ac b/c/src/make/configure.ac
index cae0513c8f..eafb107e42 100644
--- a/c/src/make/configure.ac
+++ b/c/src/make/configure.ac
@@ -6,7 +6,7 @@
## This script configures the configuration files below make/
##
-AC_PREREQ(2.52)
+AC_PREREQ(2.57)
AC_INIT([rtems-c-src-make],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([bsp.cfg.in])
RTEMS_TOP(../../..)