]> andersk Git - openssh.git/commitdiff
- (bal) --with-catman should be --with-mantype patch by Dave
authormouring <mouring>
Sat, 9 Jun 2001 02:26:58 +0000 (02:26 +0000)
committermouring <mouring>
Sat, 9 Jun 2001 02:26:58 +0000 (02:26 +0000)
   Dykstra <dwd@bell-labs.com>

ChangeLog
configure.in

index 370451b1e0e04b3b7070b3e5ecc4f3d4265bb130..236531052f2d6c105c4e66af0998504cc77d82cf 100644 (file)
--- 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
index 473f253857812a5eec37a3f60ad5bdf0c3c13272..9232f1a6763a29d8e758564c26d0a894ebea0b43 100644 (file)
@@ -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
This page took 1.312167 seconds and 5 git commands to generate.