summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authordtucker <dtucker>2006-06-30 06:20:58 +0000
committerdtucker <dtucker>2006-06-30 06:20:58 +0000
commit5e64f5c2ba2ca1e7d5e16ae37cc00fb504e4f5b8 (patch)
tree0b1a8695bc66aaa34b301b7f498ab991f1b16462 /INSTALL
parent81ce8ee6aa008123e1cb09fdd69707a75231e7fe (diff)
downloadopenssh-5e64f5c2ba2ca1e7d5e16ae37cc00fb504e4f5b8.tar.gz
- (dtucker) [INSTALL] Bug #1202: Note when autoconf is required and which
version.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL12
1 files changed, 11 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index efc7b47d..616e0ba8 100644
--- a/INSTALL
+++ b/INSTALL
@@ -12,6 +12,8 @@ http://www.openssl.org/
(OpenSSL 0.9.5a is partially supported, but some ciphers (SSH protocol 1
Blowfish) do not work correctly.)
+The remaining items are optional.
+
OpenSSH can utilise Pluggable Authentication Modules (PAM) if your system
supports it. PAM is standard on Redhat and Debian Linux, Solaris and
HP-UX 11.
@@ -65,6 +67,14 @@ these multi-platform ports:
http://www.thrysoee.dk/editline/
http://sourceforge.net/projects/libedit/
+Autoconf:
+
+If you modify configure.ac then you will need autoconf-2.59 to rebuild
+the automatically generated files by running "autoreconf".
+
+http://www.gnu.org/software/autoconf/
+
+
2. Building / Installation
--------------------------
@@ -229,4 +239,4 @@ Please refer to the "reporting bugs" section of the webpage at
http://www.openssh.com/
-$Id: INSTALL,v 1.72 2006/06/23 11:05:13 dtucker Exp $
+$Id: INSTALL,v 1.73 2006/06/30 06:20:59 dtucker Exp $