We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2d87bd commit 7f7d9a4Copy full SHA for 7f7d9a4
bootstrap.sh
@@ -15,12 +15,16 @@ if ! command -v autoupdate &>/dev/null; then
15
echo "autoupdate not found. Bootstrap will probably fail"
16
fi
17
18
+if ! command -v autoconf &>/dev/null; then
19
+ echo "autoconf not found. Bootstrap will probably fail"
20
+fi
21
+
22
if ! command -v autoreconf &>/dev/null; then
23
echo "autoreconf not found. Bootstrap will probably fail"
24
25
-if ! command -v autoconf &>/dev/null; then
- echo "autoconf not found. Bootstrap will probably fail"
26
+if ! command -v file &>/dev/null; then
27
+ echo "file not found. Bootstrap will probably fail"
28
29
30
if ! command -v wget &>/dev/null; then
0 commit comments