X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=autogen.sh;h=a12f744542194c460b55f49b9930e71a5c2210fd;hb=8e23cfdbdc8fb06999ba2c964c86704d15131ecc;hp=8afd4bfd78d64e45ff433d7af07d6342b511fe64;hpb=d5e0e21ba050da996ccb963d00c76118eafeca21;p=lyx.git diff --git a/autogen.sh b/autogen.sh index 8afd4bfd78..a12f744542 100755 --- a/autogen.sh +++ b/autogen.sh @@ -32,17 +32,17 @@ autoversion=`$AUTOCONF --version 2>/dev/null | head -n 1` test "$autoversion" != "" && { echo "Using $autoversion" } || { - echo "LyX requires autoconf >= 2.59c" + echo "LyX requires autoconf >= 2.60" exit 1 } case $autoversion in - *' '2.59d|*' '2.60[ab]|*' '2.6[0-9]) + *' '2.60[ab]|*' '2.6[0-9]) ;; *) echo "This autoconf version is not supported by LyX." - echo "LyX only supports autoconf 2.59d-2.69." + echo "LyX only supports autoconf 2.60-2.69." exit 1 ;; esac