Skip to content
Snippets Groups Projects
Commit a2d6ea71 authored by Oliver Bock's avatar Oliver Bock
Browse files

Added missing tools to prerequisites check

parent 728d39b9
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,7 @@ check_prerequisites() ...@@ -58,7 +58,7 @@ check_prerequisites()
echo "Checking prerequisites..." | tee -a $LOGFILE echo "Checking prerequisites..." | tee -a $LOGFILE
# required toolchain # 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 for tool in $TOOLS; do
if ! ( type $tool >/dev/null 2>&1 ); then 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