summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rwxr-xr-xbootstrap2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4cfe01cd0b..d3142de79e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2002-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * bootstrap: Allow autoconf-2.56.
+
+2002-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* acinclude.m4: Add CXX_FOR_*, CXXFLAGS_FOR_*.
Fix stupid typo (continue/configure).
* aclocal/prog-cc.m4: Remove obsolete comments.
diff --git a/bootstrap b/bootstrap
index 3aa270d685..66c0a5c8a5 100755
--- a/bootstrap
+++ b/bootstrap
@@ -12,7 +12,7 @@
# to be run from the toplevel directory of RTEMS'
# source tree
-AUTOCONF_VERS=2\.5[2345]
+AUTOCONF_VERS=2\.5[23456]
AUTOMAKE_VERS=1\.[76]
progname=`basename $0`