Skip to content

Commit

Permalink
- (dtucker) [INSTALL] A bit more info on autoconf.
Browse files Browse the repository at this point in the history
  • Loading branch information
daztucker committed Jul 6, 2006
1 parent bdc1212 commit f32f552
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 $
5 changes: 3 additions & 2 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down Expand Up @@ -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 $

0 comments on commit f32f552

Please sign in to comment.