We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2497e20 commit d32c4f6Copy full SHA for d32c4f6
bootstrap.sh
@@ -47,7 +47,7 @@ autogen() {
47
48
echo "automake..."
49
if test x$AUTOMAKE = x; then
50
- AUTOMAKE=`locate_binary automake automake-1.14 automake-1.3 automake-1.12 automake-1.11 automake-1.10 automake-1.9 automake-1.7`
+ AUTOMAKE=`locate_binary automake automake-1.14 automake-1.13 automake-1.12 automake-1.11 automake-1.10 automake-1.9 automake-1.7`
51
52
die "Did not find a supported automake"
53
fi
0 commit comments