]> git.lyx.org Git - lyx.git/blobdiff - autogen.sh
Remove code that is no longer needed
[lyx.git] / autogen.sh
index 750d7a7bc590057c1c66cc776786476cbc978982..64be9af984612442f7f222e18b21e369582ac03d 100755 (executable)
@@ -16,12 +16,12 @@ test "$automake_version" != "" && {
 }
 
 case $automake_version in
-    *' '1.[8-9]*|*' '1.1[01234]*)
+    *' '1.[8-9]*|*' '1.1[012345]*)
        ;;
     *)
 
        echo "This automake version is not supported by LyX."
-       echo "LyX only supports automake 1.8 to 1.14."
+       echo "LyX only supports automake 1.8 to 1.15."
        exit 1
        ;;
 esac