summaryrefslogtreecommitdiff
path: root/scripts/scan-tools.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/scan-tools.sh')
-rw-r--r--scripts/scan-tools.sh24
1 files changed, 0 insertions, 24 deletions
diff --git a/scripts/scan-tools.sh b/scripts/scan-tools.sh
index 56b79663d..8d1fa0022 100644
--- a/scripts/scan-tools.sh
+++ b/scripts/scan-tools.sh
@@ -95,12 +95,6 @@ if [[ $X != *@(Native compiler works)* ]]; then
fi
rm test 2>/dev/null
-#if ! which cpp >/dev/null 2>&1; then
-# echo You must install a C preprocessor to continue.
-# echo
-# out=1
-#fi
-
if ! which tar >/dev/null 2>&1; then
echo You must install GNU tar to continue.
echo
@@ -220,24 +214,6 @@ if ! which wget >/dev/null 2>&1; then
out=1
fi
-if ! which autoconf >/dev/null 2>&1; then
- echo You must install autoconf to continue.
- echo
- out=1
-fi
-
-if ! which automake >/dev/null 2>&1; then
- echo You must install automake to continue.
- echo
- out=1
-fi
-
-if ! which libtool >/dev/null 2>&1; then
- echo You must install libtool to continue.
- echo
- out=1
-fi
-
if ! which file >/dev/null 2>&1; then
echo You must install \"file\" to continue.
echo