RFC: docs: fix: Match stated automake requirement
authorErica Bugden <ebugden@efficios.com>
Thu, 10 Aug 2023 21:05:43 +0000 (17:05 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 24 Aug 2023 13:10:08 +0000 (09:10 -0400)
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 <ebugden@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/10587
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
README.adoc

index a44e8377a7c48df58ed6d4f14cc905d2fb92857c..f4f24df35a11a05643a1345fab2fa9668887bb11 100644 (file)
@@ -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
This page took 0.024744 seconds and 4 git commands to generate.