summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-06-09 02:26:58 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-06-09 02:26:58 +0000
commit9841b0a1acd9b2ed190ac77a42f3c05a106a2d98 (patch)
tree6429ed00b5f974fc41f68fa163a90b3e1f5be6f8 /configure.in
parentb30768f5045eb5d639b52c072184e592a7c31c94 (diff)
- (bal) --with-catman should be --with-mantype patch by Dave
Dykstra <dwd@bell-labs.com>
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
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