docs: fix: Match stated automake requirement
authorErica Bugden <ebugden@efficios.com>
Mon, 14 Aug 2023 20:31:36 +0000 (16:31 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 15 Aug 2023 19:11:51 +0000 (15:11 -0400)
commite0571aa7d88c6607e769e8f723fd5d9e63323b0e
tree34d0b01b264f80927009b3543c5803a3752d6cfd
parent8f33fcb8dd184f3703380efea7238d52ca6ac6e2
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: I5056e3a4098418c2537d56830ef1e1808db14d8b
Signed-off-by: Erica Bugden <ebugden@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
README.adoc
This page took 0.024172 seconds and 4 git commands to generate.