Skip to content
Snippets Groups Projects
Commit 4701bbc4 authored by Oliver Behnke's avatar Oliver Behnke
Browse files

Updated requirements: removed cvs, added libtoolize

parent 37cc6a78
No related branches found
No related tags found
1 merge request!2Migrate from MinGW to mingw-w64
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment