]> git.lyx.org Git - lyx.git/commitdiff
Update to accept automake 1.16
authorJoel A. Kulesza <jkulesza@gmail.com>
Sun, 18 Mar 2018 23:43:25 +0000 (17:43 -0600)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 19 Mar 2018 09:09:28 +0000 (10:09 +0100)
INSTALL
autogen.sh

diff --git a/INSTALL b/INSTALL
index 2addec519e069702c2056db260eb6fcd5580b508..067b12ef98e5f1eba4e4e05b105b663bd6fdf53b 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -36,7 +36,7 @@ Note for Git checkouts
 -----------------------------
 
 If you have checked this out from Git, you need to have:
-* automake (supported versions are 1.14--1.15)
+* automake (supported versions are 1.14--1.16)
 * autoconf (supported versions are 2.65--2.69)
 Then type "./autogen.sh" to build the needed configuration
 files and proceed as stated above/below.
index bee1ab40c94801a0de4d52f903620a6ad6166204..edc6c40fa21e0008b5b6d4eae292ed30404c4d6b 100755 (executable)
@@ -16,11 +16,11 @@ else
 fi
 
 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