diff --git a/INSTALL b/INSTALL index 592c542c1f..c18d140074 100644 --- a/INSTALL +++ b/INSTALL @@ -37,7 +37,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 2cacc5c413..54f57ae3d2 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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 diff --git a/status.23x b/status.23x index eb02564dc6..d1728d60af 100644 --- a/status.23x +++ b/status.23x @@ -95,3 +95,5 @@ What's new * BUILD/INSTALLATION + +- Add support for automake 1.16.