summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter D'Hoye <peter.dhoye@gmail.com>2012-05-19 00:33:03 +0200
committerPeter D'Hoye <peter.dhoye@gmail.com>2012-05-19 01:01:22 +0200
commit0587e85e23ed8e0ae8e9b1c2cb5f8e9e09a2d771 (patch)
tree4a17d6a3e72740245de9b2d1056d6c17144153d2
parentc736c0e45b65c7d38290e0d895e600c1f0305870 (diff)
downloadrockbox-0587e85e23ed8e0ae8e9b1c2cb5f8e9e09a2d771.tar.gz
rockbox-0587e85e23ed8e0ae8e9b1c2cb5f8e9e09a2d771.zip
add aditional required tools to the check
-rwxr-xr-xtools/rockboxdev.sh2
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
34fi 34fi
35 35
36# These are the tools this script requires and depends upon. 36# These are the tools this script requires and depends upon.
37reqtools="gcc bzip2 gzip make patch makeinfo" 37reqtools="gcc bzip2 gzip make patch makeinfo automake libtool"
38 38
39############################################################################## 39##############################################################################
40# Functions: 40# Functions: