X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=autogen.sh;h=64be9af984612442f7f222e18b21e369582ac03d;hb=31b0af98578845983d4725b248e70f51d0addea6;hp=750d7a7bc590057c1c66cc776786476cbc978982;hpb=16cdf70d0c4bd18eb066fee21ee7e4f35257d2f5;p=lyx.git diff --git a/autogen.sh b/autogen.sh index 750d7a7bc5..64be9af984 100755 --- a/autogen.sh +++ b/autogen.sh @@ -16,12 +16,12 @@ 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." - echo "LyX only supports automake 1.8 to 1.14." + echo "LyX only supports automake 1.8 to 1.15." exit 1 ;; esac