add aditional required tools to the check
This commit is contained in:
parent
c736c0e45b
commit
0587e85e23
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
reqtools="gcc bzip2 gzip make patch makeinfo automake libtool"
|
||||
|
||||
##############################################################################
|
||||
# Functions:
|
||||
|
|
Loading…
Reference in a new issue