]> granicus.if.org Git - sudo/commitdiff
use man sections 8 and 5 for csops
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 24 Mar 2003 16:05:59 +0000 (16:05 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 24 Mar 2003 16:05:59 +0000 (16:05 +0000)
configure.in

index 309e947bf8fd88b0dc65a46422263f7434140e64..623492b5f9d80243d840bb1f0845db84539adb35 100644 (file)
@@ -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])