more tools checks to be done before starting toolchain builds

This commit is contained in:
Peter D'Hoye 2012-05-19 01:45:10 +02:00
parent 2d9c0bab54
commit 63a48fa9b0

View File

@ -34,7 +34,7 @@ if [ -z $GNU_MIRROR ] ; then
fi
# These are the tools this script requires and depends upon.
reqtools="gcc bzip2 gzip make patch makeinfo automake libtool"
reqtools="gcc bzip2 gzip make patch makeinfo automake libtool autoconf flex bison"
##############################################################################
# Functions: