From 10f1064f45b2c169772fcdd3040d8f4f05e757ae Mon Sep 17 00:00:00 2001 From: dtucker Date: Fri, 30 Jun 2006 06:20:58 +0000 Subject: [PATCH] - (dtucker) [INSTALL] Bug #1202: Note when autoconf is required and which version. --- ChangeLog | 2 ++ INSTALL | 10 ++++++++++ 2 files changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3b028fd2..a1893d05 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,8 @@ declaration too. Patch from russ at sludge.net. - (dtucker) [openbsd-compat/getrrsetbyname.c] Undef _res before defining it, prevents warnings on platforms where _res is in the system headers. + - (dtucker) [INSTALL] Bug #1202: Note when autoconf is required and which + version. 20060627 - (dtucker) [configure.ac] Bug #1203: Add missing '[', which causes problems diff --git a/INSTALL b/INSTALL index 78f3a705..ee86583a 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 -------------------------- -- 2.45.2