]> git.lyx.org Git - lyx.git/blobdiff - autogen.sh
configure.ac
[lyx.git] / autogen.sh
index 2cacc5c4133fbd5f2491eb8c1dba207e586a04f7..54f57ae3d2656cbc8129d07ffa24365d5103b5cd 100755 (executable)
@@ -16,11 +16,11 @@ test "$automake_version" != "" && {
 }
 
 case $automake_version in
-    *' '1.1[45]*)
+    *' '1.1[456]*)
        ;;
     *)
        echo "This automake version is not supported by LyX."
-       echo "LyX only supports automake 1.14 to 1.15."
+       echo "LyX only supports automake 1.14 through 1.16."
        exit 1
        ;;
 esac