X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=autogen.sh;h=edc6c40fa21e0008b5b6d4eae292ed30404c4d6b;hb=d31891c6bf643968d77ba63aa9c2e594b5e0aa79;hp=bee1ab40c94801a0de4d52f903620a6ad6166204;hpb=2c4e109b9610db0007d27cd4d90d6a58f97a8298;p=lyx.git diff --git a/autogen.sh b/autogen.sh index bee1ab40c9..edc6c40fa2 100755 --- a/autogen.sh +++ b/autogen.sh @@ -16,11 +16,11 @@ else fi case $automake_version in - *' '1.1[45]*) + *' '1.1[456]*) ;; *) echo "This automake version is not supported by LyX." - echo "LyX only supports automake 1.14 to 1.15." + echo "LyX only supports automake 1.14 through 1.16." exit 1 ;; esac