]> git.lyx.org Git - features.git/blobdiff - autogen.sh
LyX works with automake 1.11, as far as I can tell after testing it.
[features.git] / autogen.sh
index 43f9d7e213a91c8347733b166af81e3ef20d8298..0d75b6f0c3e0b1d268a3bec59e4e40de6e6949c0 100755 (executable)
@@ -16,12 +16,12 @@ test "$automake_version" != "" && {
 }
 
 case $automake_version in
-    *' '1.[5-9]*|*' '1.10*)
+    *' '1.[5-9]*|*' '1.1[01]*)
        ;;
     *)
 
        echo "This automake version is not supported by LyX."
-       echo "LyX only supports automake 1.5 to 1.10."
+       echo "LyX only supports automake 1.5 to 1.11."
        exit 1
        ;;
 esac
@@ -38,11 +38,11 @@ test "$autoversion" != "" && {
 
 
 case $autoversion in
-    *' '2.59[cd]|*' '2.60[ab]|*' '2.6[0-2])
+    *' '2.59[cd]|*' '2.60[ab]|*' '2.6[0-3])
        ;;
     *)
        echo "This autoconf version is not supported by LyX."
-       echo "LyX only supports autoconf 2.59c-2.61."
+       echo "LyX only supports autoconf 2.59c-2.63."
        exit 1
        ;;
 esac