X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=autogen.sh;h=082be43b758cd1127762d99baa51069ede628505;hb=0c581e8ceafbdb2acb3fc539cad46a210d7ede12;hp=bd15c933907c2db5e013c2bc53fd160afbbc54c9;hpb=612f8b316d1d050d5c9eb6fa1ad37eb93d1afc9a;p=lyx.git diff --git a/autogen.sh b/autogen.sh index bd15c93390..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-57]) + *' '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." + echo "LyX only supports autoconf 2.59c-2.68." exit 1 ;; esac