]> git.lyx.org Git - lyx.git/blobdiff - autogen.sh
Changed references as to where/how known issues are shown, i.e. added reference to...
[lyx.git] / autogen.sh
index ccb2c002dce7c82435af0bca124c95bebcc5da2f..b9b81f6d76441307c0a87eacefd64e33a0539079 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