X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=autogen.sh;h=da8b6aa655b94b22d1c2771e692ec4bf36c9b023;hb=9b1e0fc3c807eae7e50eba536ba5c63b9a40e697;hp=078c0211479c17184e622c602d94f1c4c6818dfa;hpb=fcdeace5d7fd5c327a15cd316b35cbaac7fdb716;p=lyx.git diff --git a/autogen.sh b/autogen.sh index 078c021147..da8b6aa655 100755 --- a/autogen.sh +++ b/autogen.sh @@ -38,11 +38,11 @@ test "$autoversion" != "" && { case $autoversion in - *' '2.59[cd]|*' '2.60[ab]|*' '2.6[0-4]) + *' '2.59[cd]|*' '2.60[ab]|*' '2.6[0-5]) ;; *) echo "This autoconf version is not supported by LyX." - echo "LyX only supports autoconf 2.59c-2.64." + echo "LyX only supports autoconf 2.59c-2.65." exit 1 ;; esac