summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--INSTALL7
2 files changed, 6 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index b1faab391..84781a403 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
2 - (dtucker) [configure.ac] For Cygwin, read files in textmode (which allows 2 - (dtucker) [configure.ac] For Cygwin, read files in textmode (which allows
3 CRLF as well as LF lineendings) and write in binary mode. Patch from 3 CRLF as well as LF lineendings) and write in binary mode. Patch from
4 vinschen at redhat.com. 4 vinschen at redhat.com.
5 - (dtucker) [INSTALL] Update to autoconf-2.61.
5 6
620070301 720070301
7 - (dtucker) OpenBSD CVS Sync 8 - (dtucker) OpenBSD CVS Sync
@@ -2789,4 +2790,4 @@
2789 OpenServer 6 and add osr5bigcrypt support so when someone migrates 2790 OpenServer 6 and add osr5bigcrypt support so when someone migrates
2790 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 2791 passwords between UnixWare and OpenServer they will still work. OK dtucker@
2791 2792
2792$Id: ChangeLog,v 1.4627 2007/03/02 06:50:03 dtucker Exp $ 2793$Id: ChangeLog,v 1.4628 2007/03/02 06:53:41 dtucker Exp $
diff --git a/INSTALL b/INSTALL
index 1c784a527..af02c0b49 100644
--- a/INSTALL
+++ b/INSTALL
@@ -70,8 +70,9 @@ http://sourceforge.net/projects/libedit/
70Autoconf: 70Autoconf:
71 71
72If you modify configure.ac or configure doesn't exist (eg if you checked 72If you modify configure.ac or configure doesn't exist (eg if you checked
73the code out of CVS yourself) then you will need autoconf-2.60 to rebuild 73the code out of CVS yourself) then you will need autoconf-2.61 to rebuild
74the automatically generated files by running "autoreconf". 74the automatically generated files by running "autoreconf". Earlier
75version may also work but this is not guaranteed.
75 76
76http://www.gnu.org/software/autoconf/ 77http://www.gnu.org/software/autoconf/
77 78
@@ -250,4 +251,4 @@ Please refer to the "reporting bugs" section of the webpage at
250http://www.openssh.com/ 251http://www.openssh.com/
251 252
252 253
253$Id: INSTALL,v 1.76 2006/09/17 12:55:52 dtucker Exp $ 254$Id: INSTALL,v 1.77 2007/03/02 06:53:41 dtucker Exp $