summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rwxr-xr-xbootstrap4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 16d91293f8..e2ffc34f84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2002-12-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * bootstrap: Require autoconf 2.54 or 2.57.
+ Require automake-1.7.2.
+
+2002-12-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* aclocal/bsp-configure.m4: Remove RTEMS_CHECK_BSP_CACHE.
* aclocal/env-rtemsbsp.m4: Add comments to AC_ARG_VARs.
Add AC_ARG_VAR(RTEMS_CPU_MODEL).
diff --git a/bootstrap b/bootstrap
index b8e2138650..d3169a265f 100755
--- a/bootstrap
+++ b/bootstrap
@@ -12,8 +12,8 @@
# to be run from the toplevel directory of RTEMS'
# source tree
-AUTOCONF_VERS=2\.5[234567]
-AUTOMAKE_VERS=1\.[67]
+AUTOCONF_VERS=2\.5[47]
+AUTOMAKE_VERS=1\.7\.2
progname=`basename $0`
top_srcdir=`dirname $0`