summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-11-15 14:41:54 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-11-15 14:41:54 +0000
commite9fc7e502f585c73903ec4486f5abbe600a0ba60 (patch)
treedcbceb846e817cf754d662897cdb9f4c5d9c9f0a
parent2002-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-e9fc7e502f585c73903ec4486f5abbe600a0ba60.tar.bz2
2002-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bootstrap: Allow autoconf-2.56.
-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`