From e0571aa7d88c6607e769e8f723fd5d9e63323b0e Mon Sep 17 00:00:00 2001 From: Erica Bugden Date: Mon, 14 Aug 2023 16:31:36 -0400 Subject: [PATCH] docs: fix: Match stated automake requirement MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit to the applied requirement. Previously, the README stated the minimum required version of automake was 1.10. However, since commit 343a7a984 (Require automake >= 1.12), the configuration script (configure.ac) actually enforced a minimum of 1.12: AM_INIT_AUTOMAKE([1.12 foreign dist-bzip2 no-dist-gzip tar-pax ... Change-Id: I5056e3a4098418c2537d56830ef1e1808db14d8b Signed-off-by: Erica Bugden Signed-off-by: Jérémie Galarneau --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index e9ff9a812..21502a121 100644 --- a/README.adoc +++ b/README.adoc @@ -136,7 +136,7 @@ information on versioning. You need the following tools to build {lt}: * **https://www.gnu.org/software/automake/manual/html_node/Autotools-Introduction.html[GNU{nbsp}Autotools]** - (**Automake{nbsp}≥{nbsp}1.10**, + (**Automake{nbsp}≥{nbsp}1.12**, **Autoconf{nbsp}≥{nbsp}2.64**, and **Autoheader{nbsp}≥{nbsp}2.50**) * **http://www.gnu.org/software/autoconf/[GNU{nbsp}Libtool]{nbsp}≥{nbsp}2.2** -- 2.34.1