- (dtucker) [INSTALL] A bit more info on autoconf.
diff --git a/ChangeLog b/ChangeLog
index e438b49..1310234 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 616e0ba..186938c 100644
--- a/INSTALL
+++ b/INSTALL
@@ -69,7 +69,8 @@
 
 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 @@
 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 $