From 4701bbc4531360d29f9f8a35fd5cd405fae0a093 Mon Sep 17 00:00:00 2001
From: Oliver Behnke <oliver.behnke@aei.mpg.de>
Date: Thu, 5 Mar 2020 11:45:37 +0000
Subject: [PATCH] Updated requirements: removed cvs, added libtoolize

---
 build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sh b/build.sh
index 6afec9e..47a6f65 100755
--- a/build.sh
+++ b/build.sh
@@ -150,7 +150,7 @@ check_prerequisites()
     echo "Checking prerequisites..." | tee -a $LOGFILE
 
     # required toolchain
-    TOOLS="automake autoconf m4 cmake wget svn cvs tar patch gcc g++ ld libtool ar lex yacc pkg-config hg"
+    TOOLS="automake autoconf m4 cmake wget svn tar patch gcc g++ ld libtool libtoolize ar lex yacc pkg-config hg"
 
     for tool in $TOOLS; do
         if ! ( type $tool >/dev/null 2>&1 ); then
-- 
GitLab