]> git.lyx.org Git - lyx.git/blobdiff - autogen.sh
Document change to LFUN_WORD_REPLACE.
[lyx.git] / autogen.sh
index 3c92d83c3dce49eba2186deaae4e7c43449be4a5..0d75b6f0c3e0b1d268a3bec59e4e40de6e6949c0 100755 (executable)
@@ -16,12 +16,12 @@ test "$automake_version" != "" && {
 }
 
 case $automake_version in
-    *' '1.[5-9]*|*' '1.10*)
+    *' '1.[5-9]*|*' '1.1[01]*)
        ;;
     *)
 
        echo "This automake version is not supported by LyX."
-       echo "LyX only supports automake 1.5 to 1.10."
+       echo "LyX only supports automake 1.5 to 1.11."
        exit 1
        ;;
 esac