]> git.lyx.org Git - lyx.git/blobdiff - autogen.sh
upgrade boost to 1.75.0
[lyx.git] / autogen.sh
index 2cacc5c4133fbd5f2491eb8c1dba207e586a04f7..52ca5ca39b7ec581c64103cb17fc4f355047b6f7 100755 (executable)
@@ -16,11 +16,11 @@ test "$automake_version" != "" && {
 }
 
 case $automake_version in
-    *' '1.1[45]*)
+    *' '1.1[456]*)
        ;;
     *)
        echo "This automake version is not supported by LyX."
-       echo "LyX only supports automake 1.14 to 1.15."
+       echo "LyX only supports automake 1.14 through 1.16."
        exit 1
        ;;
 esac
@@ -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