Skip to content

Commit d32c4f6

Browse files
committed
Update bootstrap.sh
1 parent 2497e20 commit d32c4f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ autogen() {
4747

4848
echo "automake..."
4949
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`
50+
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`
5151
if test x$AUTOMAKE = x; then
5252
die "Did not find a supported automake"
5353
fi

0 commit comments

Comments
 (0)