- (bal) --with-catman should be --with-mantype patch by Dave
Dykstra <dwd@bell-labs.com>
This commit is contained in:
parent
b30768f504
commit
9841b0a1ac
|
@ -79,6 +79,8 @@
|
||||||
move the path for xauth to pathnames.h
|
move the path for xauth to pathnames.h
|
||||||
- (bal) configure.in fix for Tru64 (forgeting to reset $LIB)
|
- (bal) configure.in fix for Tru64 (forgeting to reset $LIB)
|
||||||
- (bal) ANSIify strmode()
|
- (bal) ANSIify strmode()
|
||||||
|
- (bal) --with-catman should be --with-mantype patch by Dave
|
||||||
|
Dykstra <dwd@bell-labs.com>
|
||||||
|
|
||||||
20010606
|
20010606
|
||||||
- OpenBSD CVS Sync
|
- OpenBSD CVS Sync
|
||||||
|
@ -5590,4 +5592,4 @@
|
||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- 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 $
|
||||||
|
|
|
@ -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)
|
AC_INIT(ssh.c)
|
||||||
|
|
||||||
|
@ -1415,7 +1415,7 @@ fi
|
||||||
AC_SUBST(INSTALL_SSH_PRNG_CMDS)
|
AC_SUBST(INSTALL_SSH_PRNG_CMDS)
|
||||||
|
|
||||||
|
|
||||||
AC_ARG_WITH(catman,
|
AC_ARG_WITH(mantype,
|
||||||
[ --with-mantype=man|cat|doc Set man page type],
|
[ --with-mantype=man|cat|doc Set man page type],
|
||||||
[
|
[
|
||||||
case "$withval" in
|
case "$withval" in
|
||||||
|
|
Loading…
Reference in New Issue