summaryrefslogtreecommitdiffstats
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 7f77e58b..abeda270 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -79,6 +79,8 @@
move the path for xauth to pathnames.h
- (bal) configure.in fix for Tru64 (forgeting to reset $LIB)
- (bal) ANSIify strmode()
+ - (bal) --with-catman should be --with-mantype patch by Dave
+ Dykstra <dwd@bell-labs.com>
20010606
- OpenBSD CVS Sync
@@ -5590,4 +5592,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
-$Id: ChangeLog,v 1.1271 2001/06/09 02:22:16 mouring Exp $
+$Id: ChangeLog,v 1.1272 2001/06/09 02:26:58 mouring Exp $
diff --git a/configure.in b/configure.in
index 83e044f1..abc77445 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.288 2001/06/09 02:16:29 mouring Exp $
+# $Id: configure.in,v 1.289 2001/06/09 02:26:59 mouring Exp $
AC_INIT(ssh.c)
@@ -1415,7 +1415,7 @@ fi
AC_SUBST(INSTALL_SSH_PRNG_CMDS)
-AC_ARG_WITH(catman,
+AC_ARG_WITH(mantype,
[ --with-mantype=man|cat|doc Set man page type],
[
case "$withval" in