- (dtucker) [INSTALL] A bit more info on autoconf.

This commit is contained in:
Darren Tucker 2006-07-06 19:12:08 +10:00
parent bdc121279f
commit f32f55259c
2 changed files with 5 additions and 3 deletions

View File

@ -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 $

View File

@ -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 $