From: Erica Bugden Date: Thu, 10 Aug 2023 21:16:25 +0000 (-0400) Subject: docs: fix: Match stated automake requirement X-Git-Url: https://git.liburcu.org/?p=lttng-tools.git;a=commitdiff_plain;h=64ff826284122520c3b4546db3d6341c79ea424f docs: fix: Match stated automake requirement 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: I4f9fcc3aca340e4638e93d69155c51f82247e29d Signed-off-by: Erica Bugden Signed-off-by: Jérémie Galarneau --- diff --git a/README.adoc b/README.adoc index 2b2a96d05..42bdfc085 100644 --- a/README.adoc +++ b/README.adoc @@ -133,7 +133,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**