2002-12-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* bootstrap: Require autoconf 2.54 or 2.57.
	Require automake-1.7.2.
This commit is contained in:
Ralf Corsepius
2002-12-09 10:41:21 +00:00
parent 33e6983058
commit b41b79738e
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -1,3 +1,8 @@
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.
+2 -2
View File
@@ -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`