X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=autogen.sh;h=afad75b4835296cf53041edf9fe84f10e08bedbb;hb=fed31122c415f4b310e254e5db7197f786960b01;hp=31494bbc79d1dd2c6b239a990c4cc17c85ad63f9;hpb=c30c9a9e478b91d6438b9c1a42d789844a2691de;p=lyx.git diff --git a/autogen.sh b/autogen.sh index 31494bbc79..afad75b483 100755 --- a/autogen.sh +++ b/autogen.sh @@ -38,12 +38,12 @@ test "$autoversion" != "" && { } case $autoversion in - *' '2.5[2-9]) + *' '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]." + echo "LyX only supports autoconf 2.52-2.61." exit 1 ;; esac