]> git.lyx.org Git - lyx.git/blobdiff - autogen.sh
Implement and bind buffer-move-{next,previous}
[lyx.git] / autogen.sh
index a12f744542194c460b55f49b9930e71a5c2210fd..64be9af984612442f7f222e18b21e369582ac03d 100755 (executable)
@@ -16,12 +16,12 @@ test "$automake_version" != "" && {
 }
 
 case $automake_version in
-    *' '1.[8-9]*|*' '1.1[0123]*)
+    *' '1.[8-9]*|*' '1.1[012345]*)
        ;;
     *)
 
        echo "This automake version is not supported by LyX."
-       echo "LyX only supports automake 1.8 to 1.13."
+       echo "LyX only supports automake 1.8 to 1.15."
        exit 1
        ;;
 esac