From: Erica Bugden Date: Thu, 10 Aug 2023 21:05:43 +0000 (-0400) Subject: RFC: docs: fix: Match stated automake requirement X-Git-Tag: v2.0.6~16 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=642cf605c2e2a5a59c4a83ffd587f0cfb2b067a2 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 --- 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