diff options
author | Peter D'Hoye <peter.dhoye@gmail.com> | 2012-05-19 00:33:03 +0200 |
---|---|---|
committer | Peter D'Hoye <peter.dhoye@gmail.com> | 2012-05-19 01:01:22 +0200 |
commit | 0587e85e23ed8e0ae8e9b1c2cb5f8e9e09a2d771 (patch) | |
tree | 4a17d6a3e72740245de9b2d1056d6c17144153d2 /tools | |
parent | c736c0e45b65c7d38290e0d895e600c1f0305870 (diff) |
add aditional required tools to the check
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/rockboxdev.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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: |