summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-12-04 16:38:50 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-12-04 16:38:50 +0000
commit82b1805a1d7910bfc498a66076a40a890865a63a (patch)
tree7dc61a7bfeed00618023db514fdc5d9e8d93291a /bootstrap
parente819fefcd279c78d61e4410caa815aa2fe19ae5c (diff)
2002-12-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bootstrap: Allow autoconf-2.57.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap b/bootstrap
index 66c0a5c8a5..b8e2138650 100755
--- a/bootstrap
+++ b/bootstrap
@@ -12,8 +12,8 @@
# to be run from the toplevel directory of RTEMS'
# source tree
-AUTOCONF_VERS=2\.5[23456]
-AUTOMAKE_VERS=1\.[76]
+AUTOCONF_VERS=2\.5[234567]
+AUTOMAKE_VERS=1\.[67]
progname=`basename $0`
top_srcdir=`dirname $0`