]> git.lyx.org Git - lyx.git/blobdiff - autogen.sh
documentation updates as now bug 4910 is fixed
[lyx.git] / autogen.sh
index ccb2c002dce7c82435af0bca124c95bebcc5da2f..066e508f75bb51bf13f3006494e5cc4182219490 100755 (executable)
@@ -11,17 +11,17 @@ automake_version=`$AUTOMAKE --version 2>/dev/null | head -n 1`
 test "$automake_version" != "" && {
     echo "Using $automake_version"
 } || {
-    echo "LyX requires automake >= 1.9"
+    echo "LyX requires automake >= 1.5"
     exit 1
 }
 
 case $automake_version in
-    *' '1.9*|*' '1.10*)
+    *' '1.[5-9]*|*' '1.10*)
        ;;
     *)
 
        echo "This automake version is not supported by LyX."
-       echo "LyX only supports automake 1.9 and 1.10."
+       echo "LyX only supports automake 1.5 to 1.10."
        exit 1
        ;;
 esac
@@ -37,7 +37,7 @@ test "$autoversion" != "" && {
 }
 
 case $autoversion in
-    *' '2.5[2-9]|*' '2.60[ab]|*' '2.6[0-1])
+    *' '2.5[2-9]|*' '2.60[ab]|*' '2.6[0-2])
        ;;
     *)
        echo "This autoconf version is not supported by LyX."