mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 10:39:02 -04:00
Document the --disable-auto-extras configure option.
This commit is contained in:
parent
ddc4f09bfb
commit
a55ca00569
8
configure
vendored
8
configure
vendored
@ -79,13 +79,13 @@ exit 1 unless GetOptions(
|
||||
'help' => \&cmd_help,
|
||||
'update' => \&cmd_update,
|
||||
|
||||
'development' => \$opt_development,
|
||||
'disable-interactive' => \$opt_disable_interactive,
|
||||
'disable-auto-extras' => \$opt_disable_auto_extras,
|
||||
'distribution-label=s' => \$opt_distribution_label,
|
||||
'binary-dir=s' => \$opt_binary_dir,
|
||||
'config-dir=s' => \$opt_config_dir,
|
||||
'data-dir=s' => \$opt_data_dir,
|
||||
'development' => \$opt_development,
|
||||
'disable-auto-extras' => \$opt_disable_auto_extras,
|
||||
'disable-interactive' => \$opt_disable_interactive,
|
||||
'distribution-label=s' => \$opt_distribution_label,
|
||||
'gid=s' => \$opt_gid,
|
||||
'log-dir=s' => \$opt_log_dir,
|
||||
'manual-dir=s' => \$opt_manual_dir,
|
||||
|
@ -154,6 +154,8 @@ MISC OPTIONS
|
||||
|
||||
--clean Remove the configuration cache file and start
|
||||
the interactive configuration wizard.
|
||||
--disable-auto-extras Disables automatically enabling extra modules
|
||||
for which the dependencies are available.
|
||||
--disable-interactive Disables the interactive configuration wizard.
|
||||
--distribution-label=[text] Sets a distribution specific version label in
|
||||
the build configuration.
|
||||
|
Loading…
x
Reference in New Issue
Block a user