diff --git a/tools/rockboxdev.sh b/tools/rockboxdev.sh index 99ac461572..466322341b 100755 --- a/tools/rockboxdev.sh +++ b/tools/rockboxdev.sh @@ -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: