Update to accept automake 1.16

This commit is contained in:
Joel A. Kulesza 2018-03-18 17:43:25 -06:00 committed by Jean-Marc Lasgouttes
parent 1ae537c543
commit 61db4af82d
2 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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