From 642cf605c2e2a5a59c4a83ffd587f0cfb2b067a2 Mon Sep 17 00:00:00 2001 From: Erica Bugden Date: Thu, 10 Aug 2023 17:05:43 -0400 Subject: [PATCH] RFC: docs: fix: Match stated automake requirement to the applied requirement. Previously the README stated the minimum required version of automake was 1.10, but the configuration script (configure.ac) actually enforced a minimum of 1.12: AM_INIT_AUTOMAKE([1.12 foreign dist-bzip2 no-dist-gzip ... Change-Id: Ia3329a4f1e5e1cfe8a0444b758d068e81416d506 Signed-off-by: Erica Bugden Reviewed-on: https://review.lttng.org/c/babeltrace/+/10587 Reviewed-by: Philippe Proulx --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index a44e8377..f4f24df3 100644 --- a/README.adoc +++ b/README.adoc @@ -67,7 +67,7 @@ https://clang.llvm.org/[Clang] is one of those. Tools:: * https://www.gnu.org/software/make/[GNU Make] * **If you build from a Git clone**: - ** https://www.gnu.org/software/automake/[GNU Automake]{nbsp}≥{nbsp}1.10 + ** https://www.gnu.org/software/automake/[GNU Automake]{nbsp}≥{nbsp}1.12 ** https://www.gnu.org/software/autoconf/[GNU Autoconf]{nbsp}≥{nbsp}2.64 ** https://www.gnu.org/software/libtool/[GNU Libtool]{nbsp}≥{nbsp}2.2 ** https://github.com/westes/flex[flex]{nbsp}≥{nbsp}2.5.35 -- 2.34.1