X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=autogen.sh;h=afad75b4835296cf53041edf9fe84f10e08bedbb;hb=0ddb4d5f30d01684550eee93303b152662b0da79;hp=d3d346d3bc9fed2377be5ec05816e3191b921811;hpb=95f9c18facb3e1c69f63a9149c1db286f139c387;p=lyx.git diff --git a/autogen.sh b/autogen.sh index d3d346d3bc..afad75b483 100755 --- a/autogen.sh +++ b/autogen.sh @@ -38,12 +38,12 @@ test "$autoversion" != "" && { } case $autoversion in - *' '2.5[2-9]|*' '2.60|*' '2.60a) + *' '2.5[2-9]|*' '2.60[ab]|*' '2.6[0-1]) EXTRA_ACINCLUDE_FILES="lyxinclude25x.m4" ;; *) echo "This autoconf version is not supported by LyX." - echo "LyX only supports autoconf 2.5[2-9]-2.60[a]." + echo "LyX only supports autoconf 2.52-2.61." exit 1 ;; esac