From f32f55259c1209903bac2845cf70e3464158c42d Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Thu, 6 Jul 2006 19:12:08 +1000 Subject: [PATCH] - (dtucker) [INSTALL] A bit more info on autoconf. --- ChangeLog | 3 ++- INSTALL | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index e438b495f..13102343e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ - (dtucker) [configure.ac] Try AIX blibpath test in different order when compiling with gcc. gcc 4.1.x will accept (but ignore) -b flags so configure would not select the correct libpath linker flags. + - (dtucker) [INSTALL] A bit more info on autoconf. 20060705 - (dtucker) [ssh-rand-helper.c] Don't exit if mkdir fails because the @@ -4729,4 +4730,4 @@ - (djm) Trim deprecated options from INSTALL. Mention UsePAM - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu -$Id: ChangeLog,v 1.4357 2006/07/06 01:56:25 dtucker Exp $ +$Id: ChangeLog,v 1.4358 2006/07/06 09:12:08 dtucker Exp $ diff --git a/INSTALL b/INSTALL index 616e0ba83..186938c14 100644 --- a/INSTALL +++ b/INSTALL @@ -69,7 +69,8 @@ http://sourceforge.net/projects/libedit/ Autoconf: -If you modify configure.ac then you will need autoconf-2.59 to rebuild +If you modify configure.ac or configure doesn't exist (eg if you checked +the code out of CVS yourself) then you will need autoconf-2.59 to rebuild the automatically generated files by running "autoreconf". http://www.gnu.org/software/autoconf/ @@ -239,4 +240,4 @@ Please refer to the "reporting bugs" section of the webpage at http://www.openssh.com/ -$Id: INSTALL,v 1.73 2006/06/30 06:20:59 dtucker Exp $ +$Id: INSTALL,v 1.74 2006/07/06 09:12:08 dtucker Exp $