Skip to content

Commit 7f7d9a4

Browse files
committed
Update bootstrap.sh script
1 parent d2d87bd commit 7f7d9a4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

bootstrap.sh

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,16 @@ if ! command -v autoupdate &>/dev/null; then
1515
echo "autoupdate not found. Bootstrap will probably fail"
1616
fi
1717

18+
if ! command -v autoconf &>/dev/null; then
19+
echo "autoconf not found. Bootstrap will probably fail"
20+
fi
21+
1822
if ! command -v autoreconf &>/dev/null; then
1923
echo "autoreconf not found. Bootstrap will probably fail"
2024
fi
2125

22-
if ! command -v autoconf &>/dev/null; then
23-
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"
2428
fi
2529

2630
if ! command -v wget &>/dev/null; then

0 commit comments

Comments
 (0)