From 61db4af82dfd8c24bb3099160274bf6c6d4e7cce Mon Sep 17 00:00:00 2001 From: "Joel A. Kulesza" Date: Sun, 18 Mar 2018 17:43:25 -0600 Subject: [PATCH] Update to accept automake 1.16 --- INSTALL | 2 +- autogen.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index 2addec519e..067b12ef98 100644 --- 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. diff --git a/autogen.sh b/autogen.sh index bee1ab40c9..edc6c40fa2 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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 -- 2.39.5