mirror of
https://github.com/NixOS/nix
synced 2025-07-08 06:53:54 +02:00
Add a new option to disable documentation generation at configure time
This commit is contained in:
parent
0d38b4c792
commit
7ef053c632
3 changed files with 17 additions and 0 deletions
|
@ -265,6 +265,13 @@ AC_ARG_ENABLE(init-state, AC_HELP_STRING([--disable-init-state],
|
|||
#AM_CONDITIONAL(INIT_STATE, test "$init_state" = "yes")
|
||||
|
||||
|
||||
# documentation generation switch
|
||||
AC_ARG_ENABLE(doc-gen, AC_HELP_STRING([--disable-doc-gen],
|
||||
[disable documentation generation]),
|
||||
doc_generate=$enableval, doc_generate=yes)
|
||||
AC_SUBST(doc_generate)
|
||||
|
||||
|
||||
# Setuid installations.
|
||||
AC_CHECK_FUNCS([setresuid setreuid lchown])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue