From a2d6ea717355efbe866d4e52df00b7072a882e25 Mon Sep 17 00:00:00 2001 From: Oliver Bock <oliver.bock@aei.mpg.de> Date: Thu, 3 Jul 2008 19:08:48 +0200 Subject: [PATCH] Added missing tools to prerequisites check --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index d2a0aac..b319890 100755 --- a/build.sh +++ b/build.sh @@ -58,7 +58,7 @@ check_prerequisites() echo "Checking prerequisites..." | tee -a $LOGFILE # required toolchain - TOOLS="automake autoconf m4 cmake wget gcc g++ ld libtool ar lex yacc" + TOOLS="automake autoconf m4 cmake wget svn cvs tar gcc g++ ld libtool ar lex yacc" for tool in $TOOLS; do if ! ( type $tool >/dev/null 2>&1 ); then -- GitLab