]> git.lyx.org Git - lyx.git/blobdiff - autogen.sh
upgrade boost to 1.75.0
[lyx.git] / autogen.sh
index 54f57ae3d2656cbc8129d07ffa24365d5103b5cd..52ca5ca39b7ec581c64103cb17fc4f355047b6f7 100755 (executable)
@@ -38,9 +38,11 @@ test "$autoversion" != "" && {
 case $autoversion in
     *' '2.6[5-9])
        ;;
+    *' '2.71)
+       ;;
     *)
        echo "This autoconf version is not supported by LyX."
-       echo "LyX only supports autoconf 2.65-2.69."
+       echo "LyX only supports autoconf 2.65-2.69, 2.71."
        exit 1
        ;;
 esac