From 0587e85e23ed8e0ae8e9b1c2cb5f8e9e09a2d771 Mon Sep 17 00:00:00 2001 From: Peter D'Hoye Date: Sat, 19 May 2012 00:33:03 +0200 Subject: add aditional required tools to the check --- tools/rockboxdev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3