docs: fix: Match stated automake requirement
authorErica Bugden <ebugden@efficios.com>
Thu, 10 Aug 2023 21:16:25 +0000 (17:16 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 21 Aug 2023 17:55:30 +0000 (13:55 -0400)
commit64ff826284122520c3b4546db3d6341c79ea424f
tree5f3cc786918f25ca584d8bad42f78a54ecace4a5
parentd2456f81866aea50e79ce64ecd5c889d054717b7
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 <ebugden@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
README.adoc
This page took 0.024899 seconds and 4 git commands to generate.