summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2006-06-30 16:20:58 +1000
committerDarren Tucker <dtucker@zip.com.au>2006-06-30 16:20:58 +1000
commitdb4c54bed101d48e0fc844e8b8d37ec025d9f50d (patch)
tree4287f1f8c94bcbd115da5fd87310f90d7a764227
parent7243f9db6034bc9fac9d9b88217cc465b3ded3ca (diff)
- (dtucker) [INSTALL] Bug #1202: Note when autoconf is required and which
version.
-rw-r--r--ChangeLog4
-rw-r--r--INSTALL12
2 files changed, 14 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9dad80a70..1b4ac886d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
3 declaration too. Patch from russ at sludge.net. 3 declaration too. Patch from russ at sludge.net.
4 - (dtucker) [openbsd-compat/getrrsetbyname.c] Undef _res before defining it, 4 - (dtucker) [openbsd-compat/getrrsetbyname.c] Undef _res before defining it,
5 prevents warnings on platforms where _res is in the system headers. 5 prevents warnings on platforms where _res is in the system headers.
6 - (dtucker) [INSTALL] Bug #1202: Note when autoconf is required and which
7 version.
6 8
720060627 920060627
8 - (dtucker) [configure.ac] Bug #1203: Add missing '[', which causes problems 10 - (dtucker) [configure.ac] Bug #1203: Add missing '[', which causes problems
@@ -4718,4 +4720,4 @@
4718 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 4720 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
4719 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 4721 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
4720 4722
4721$Id: ChangeLog,v 1.4352 2006/06/30 01:47:49 dtucker Exp $ 4723$Id: ChangeLog,v 1.4353 2006/06/30 06:20:58 dtucker Exp $
diff --git a/INSTALL b/INSTALL
index efc7b47d0..616e0ba83 100644
--- a/INSTALL
+++ b/INSTALL
@@ -12,6 +12,8 @@ http://www.openssl.org/
12(OpenSSL 0.9.5a is partially supported, but some ciphers (SSH protocol 1 12(OpenSSL 0.9.5a is partially supported, but some ciphers (SSH protocol 1
13Blowfish) do not work correctly.) 13Blowfish) do not work correctly.)
14 14
15The remaining items are optional.
16
15OpenSSH can utilise Pluggable Authentication Modules (PAM) if your system 17OpenSSH can utilise Pluggable Authentication Modules (PAM) if your system
16supports it. PAM is standard on Redhat and Debian Linux, Solaris and 18supports it. PAM is standard on Redhat and Debian Linux, Solaris and
17HP-UX 11. 19HP-UX 11.
@@ -65,6 +67,14 @@ these multi-platform ports:
65http://www.thrysoee.dk/editline/ 67http://www.thrysoee.dk/editline/
66http://sourceforge.net/projects/libedit/ 68http://sourceforge.net/projects/libedit/
67 69
70Autoconf:
71
72If you modify configure.ac then you will need autoconf-2.59 to rebuild
73the automatically generated files by running "autoreconf".
74
75http://www.gnu.org/software/autoconf/
76
77
682. Building / Installation 782. Building / Installation
69-------------------------- 79--------------------------
70 80
@@ -229,4 +239,4 @@ Please refer to the "reporting bugs" section of the webpage at
229http://www.openssh.com/ 239http://www.openssh.com/
230 240
231 241
232$Id: INSTALL,v 1.72 2006/06/23 11:05:13 dtucker Exp $ 242$Id: INSTALL,v 1.73 2006/06/30 06:20:59 dtucker Exp $