summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2020-09-11 14:45:23 +1000
committerDarren Tucker <dtucker@dtucker.net>2020-09-11 14:45:23 +1000
commitf2950baf0bafe6aa20dfe2e8d1ca4b23528df617 (patch)
tree883029119c028701780abbd44f22d7c677a1b0a4
parent600c1c27abd496372bd0cf83d21a1c119dfdf9a5 (diff)
New config-build-time dependency on automake.
-rw-r--r--INSTALL7
1 files changed, 4 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 39d3f818..b22721d3 100644
--- a/INSTALL
+++ b/INSTALL
@@ -96,11 +96,12 @@ http://nlnetlabs.nl/projects/ldns/
Autoconf:
If you modify configure.ac or configure doesn't exist (eg if you checked
-the code out of git yourself) then you will need autoconf-2.69 to rebuild
-the automatically generated files by running "autoreconf". Earlier
-versions may also work but this is not guaranteed.
+the code out of git yourself) then you will need autoconf-2.69 and
+automake-1.16.1 to rebuild the automatically generated files by running
+"autoreconf". Earlier versions may also work but this is not guaranteed.
http://www.gnu.org/software/autoconf/
+http://www.gnu.org/software/automake/
Basic Security Module (BSM):