]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
New config-build-time dependency on automake.
authorDarren Tucker <dtucker@dtucker.net>
Fri, 11 Sep 2020 04:45:23 +0000 (14:45 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Fri, 11 Sep 2020 04:45:23 +0000 (14:45 +1000)
INSTALL

diff --git a/INSTALL b/INSTALL
index 39d3f818da098e443fc95d1b64799f10f735b374..b22721d34c26b224323eaff71640fc664b334d72 100644 (file)
--- 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):