--- /dev/null
+Index: INSTALL\r
+===================================================================\r
+--- a/INSTALL (revision 9aa280993f159f065da82d5fac30eb86a6599f4d)\r
++++ b/INSTALL (revision 3abfd72b2720c21eba51bb2338f0b8b835dae720)\r
+@@ -38,5 +38,5 @@\r
+ \r
+ If you have checked this out from Git, you need to have:\r
+-* automake (supported versions are 1.14--1.15)\r
++* automake (supported versions are 1.14--1.16)\r
+ * autoconf (supported versions are 2.65--2.69)\r
+ Then type "./autogen.sh" to build the needed configuration\r
+Index: autogen.sh\r
+===================================================================\r
+--- a/autogen.sh (revision 86ae7dad3fc1cad3744663d0da8034625dc9ffb1)\r
++++ b/autogen.sh (revision 3abfd72b2720c21eba51bb2338f0b8b835dae720)\r
+@@ -17,9 +17,9 @@\r
+ \r
+ case $automake_version in\r
+- *' '1.1[45]*)\r
++ *' '1.1[456]*)\r
+ ;;\r
+ *)\r
+ echo "This automake version is not supported by LyX."\r
+- echo "LyX only supports automake 1.14 to 1.15."\r
++ echo "LyX only supports automake 1.14 through 1.16."\r
+ exit 1\r
+ ;;\r