]> git.lyx.org Git - lyx.git/blobdiff - autogen.sh
(Johnathan Burchill:) fix crash when pasting insets in change tracking mode [bug...
[lyx.git] / autogen.sh
index 20065e9545f991e6ebdd3b5f2772aa8f415312b3..c96884bd041a1e6e611177405e74d5bd383376cc 100755 (executable)
@@ -37,12 +37,12 @@ test "$automake_version" != "" && {
 }
 
 case $automake_version in
-    *' '1.[5-7]*)
+    *' '1.[5-9]*)
        ;;
     *)
     
        echo "This automake version is not supported by LyX."
-        echo "LyX only supports automake 1.[5-7]."
+        echo "LyX only supports automake 1.[5-9]."
         exit
         ;;
 esac