summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-12-09 10:41:21 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-12-09 10:41:21 +0000
commitb41b79738e61f37855fd451e336dc988ef738f9a (patch)
tree45dc5bcabcf4d5debc9cd76e28cf162c7dfd9191 /bootstrap
parent2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-b41b79738e61f37855fd451e336dc988ef738f9a.tar.bz2
2002-12-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bootstrap: Require autoconf 2.54 or 2.57. Require automake-1.7.2.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap4
1 files changed, 2 insertions, 2 deletions
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`