summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.in4
2 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 7f77e58bb..abeda270a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -79,6 +79,8 @@
79 move the path for xauth to pathnames.h 79 move the path for xauth to pathnames.h
80 - (bal) configure.in fix for Tru64 (forgeting to reset $LIB) 80 - (bal) configure.in fix for Tru64 (forgeting to reset $LIB)
81 - (bal) ANSIify strmode() 81 - (bal) ANSIify strmode()
82 - (bal) --with-catman should be --with-mantype patch by Dave
83 Dykstra <dwd@bell-labs.com>
82 84
8320010606 8520010606
84 - OpenBSD CVS Sync 86 - OpenBSD CVS Sync
@@ -5590,4 +5592,4 @@
5590 - Wrote replacements for strlcpy and mkdtemp 5592 - Wrote replacements for strlcpy and mkdtemp
5591 - Released 1.0pre1 5593 - Released 1.0pre1
5592 5594
5593$Id: ChangeLog,v 1.1271 2001/06/09 02:22:16 mouring Exp $ 5595$Id: ChangeLog,v 1.1272 2001/06/09 02:26:58 mouring Exp $
diff --git a/configure.in b/configure.in
index 83e044f1b..abc77445b 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
1# $Id: configure.in,v 1.288 2001/06/09 02:16:29 mouring Exp $ 1# $Id: configure.in,v 1.289 2001/06/09 02:26:59 mouring Exp $
2 2
3AC_INIT(ssh.c) 3AC_INIT(ssh.c)
4 4
@@ -1415,7 +1415,7 @@ fi
1415AC_SUBST(INSTALL_SSH_PRNG_CMDS) 1415AC_SUBST(INSTALL_SSH_PRNG_CMDS)
1416 1416
1417 1417
1418AC_ARG_WITH(catman, 1418AC_ARG_WITH(mantype,
1419 [ --with-mantype=man|cat|doc Set man page type], 1419 [ --with-mantype=man|cat|doc Set man page type],
1420 [ 1420 [
1421 case "$withval" in 1421 case "$withval" in