From: Todd C. Miller Date: Mon, 24 Mar 2003 16:05:59 +0000 (+0000) Subject: use man sections 8 and 5 for csops X-Git-Tag: SUDO_1_6_7~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aa698f905ef1dd3732b09c2cad8e2ec538da1fc5;p=sudo use man sections 8 and 5 for csops --- diff --git a/configure.in b/configure.in index 309e947bf..623492b5f 100644 --- a/configure.in +++ b/configure.in @@ -228,6 +228,8 @@ AC_ARG_WITH(csops, [ --with-csops add CSOps standard options], with_classic_insults=yes with_csops_insults=yes with_env_editor=yes + test -n "$mansectsu" || mansectsu=8 + test -n "$mansectform" || mansectform=5 ;; no) ;; *) AC_MSG_WARN([Ignoring unknown argument to --with-csops: $with_csops])