Skip to content

Commit 25c4d17

Browse files
roystgnrjwpeterson
authored andcommitted
Correctly identify automake 1.15 as too old
Really we should be rejecting 1.16 too now but that's a less trivial fix Refs #2029.
1 parent 8e63486 commit 25c4d17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function check_autotool_prerequisites ()
3535
{
3636
# prerequisite versions
3737
automake_major=1
38-
automake_minor=15
38+
automake_minor=16
3939

4040
autoconf_major=2
4141
autoconf_minor=69

0 commit comments

Comments
 (0)