use man sections 8 and 5 for csops

This commit is contained in:
Todd C. Miller
2003-03-24 16:05:59 +00:00
parent c827a73ae9
commit aa698f905e

View File

@@ -228,6 +228,8 @@ AC_ARG_WITH(csops, [ --with-csops add CSOps standard options],
with_classic_insults=yes with_classic_insults=yes
with_csops_insults=yes with_csops_insults=yes
with_env_editor=yes with_env_editor=yes
test -n "$mansectsu" || mansectsu=8
test -n "$mansectform" || mansectform=5
;; ;;
no) ;; no) ;;
*) AC_MSG_WARN([Ignoring unknown argument to --with-csops: $with_csops]) *) AC_MSG_WARN([Ignoring unknown argument to --with-csops: $with_csops])