X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=autogen.sh;h=082be43b758cd1127762d99baa51069ede628505;hb=0c581e8ceafbdb2acb3fc539cad46a210d7ede12;hp=b6df1b3cdabe74bd1b681e0d7f6e7123269bb180;hpb=8a5cde8fbf4dbe120b709bca7bbd3974bcbfbbe2;p=lyx.git diff --git a/autogen.sh b/autogen.sh index b6df1b3cda..082be43b75 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-578]) + *' '2.59[cd]|*' '2.60[ab]|*' '2.6[0-8]) ;; *) echo "This autoconf version is not supported by LyX." - echo "LyX only supports autoconf 2.59c-2.65, 2.67 and 2.68." + echo "LyX only supports autoconf 2.59c-2.68." exit 1 ;; esac