Commit d5b0bb4b authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

dependencies: we need tar and wget as well

parent eb1cd08a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -122,7 +122,7 @@ if ! $SHELL --version 2>&1 | grep -q '^GNU bash'; then
fi;

# Check that a few mandatory programs are installed
for prog in awk bison flex msgfmt makeinfo patch gzip bzip2 perl ; do
for prog in awk bison flex msgfmt makeinfo patch gzip bzip2 perl tar wget ; do
    if ! which $prog > /dev/null ; then
	/bin/echo -e "\nYou must install '$prog' on your build machine";
	if test $prog = "makeinfo" ; then