From fa7e737b7d97739c667126d725eefe3247cfa61d Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Mon, 8 Jun 2015 12:11:48 -0400 Subject: [PATCH] Allow automake 1.15. (Already done in master.) --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 4e54eb694d..85652c0f95 100755 --- a/autogen.sh +++ b/autogen.sh @@ -16,7 +16,7 @@ test "$automake_version" != "" && { } case $automake_version in - *' '1.[8-9]*|*' '1.1[01234]*) + *' '1.[8-9]*|*' '1.1[012345]*) ;; *) echo "This automake version is not supported by LyX."