]> git.lyx.org Git - lyx.git/blobdiff - autogen.sh
Forget to set selection in r17213
[lyx.git] / autogen.sh
index 31494bbc79d1dd2c6b239a990c4cc17c85ad63f9..e43a5f96ea7f199be93cabd3a6d5850de9dccf97 100755 (executable)
@@ -17,12 +17,12 @@ test "$automake_version" != "" && {
 }
 
 case $automake_version in
-    *' '1.9*)
+    *' '1.9*|*' '1.10*)
        ;;
     *)
 
        echo "This automake version is not supported by LyX."
-       echo "LyX only supports automake 1.9."
+       echo "LyX only supports automake 1.9 and 1.10."
        exit 1
        ;;
 esac
@@ -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