]> git.lyx.org Git - lyx.git/blobdiff - autogen.sh
listerrors.lyx : Update a link.
[lyx.git] / autogen.sh
index f8e1f5ce7305ae9ebedcfa08875067e1d5ff1f84..082be43b758cd1127762d99baa51069ede628505 100755 (executable)
@@ -16,12 +16,12 @@ test "$automake_version" != "" && {
 }
 
 case $automake_version in
-    *' '1.10.*|*' '1.11*)
+    *' '1.[8-9]*|*' '1.1[01]*)
        ;;
     *)
 
        echo "This automake version is not supported by LyX."
-       echo "LyX only supports automake 1.10.1 to 1.11."
+       echo "LyX only supports automake 1.8 to 1.11."
        exit 1
        ;;
 esac
@@ -38,11 +38,11 @@ test "$autoversion" != "" && {
 
 
 case $autoversion in
-    *' '2.59[cd]|*' '2.60[ab]|*' '2.6[0-5])
+    *' '2.59[cd]|*' '2.60[ab]|*' '2.6[0-8])
        ;;
     *)
        echo "This autoconf version is not supported by LyX."
-       echo "LyX only supports autoconf 2.59c-2.65."
+       echo "LyX only supports autoconf 2.59c-2.68."
        exit 1
        ;;
 esac