]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - make/configure.pm
Sync helpop chmodes s and p with docs
[user/henk/code/inspircd.git] / make / configure.pm
index 656c9809711be700eb356ed18af77e66ec7495c6..908980d56f596ae1fc57c4df35ec782744796a65 100644 (file)
@@ -65,8 +65,6 @@ sub __get_socketengines {
        return @socketengines;
 }
 
-# TODO: when buildtool is done this can be mostly removed with
-#       the remainder being merged into parse_templates.
 sub __get_template_settings($$$) {
 
        # These are actually hash references
@@ -88,6 +86,7 @@ sub __get_template_settings($$$) {
        # Miscellaneous information
        $settings{CONFIGURE_DIRECTORY} = CONFIGURE_DIRECTORY;
        $settings{CONFIGURE_CACHE_FILE} = CONFIGURE_CACHE_FILE;
+       $settings{SOURCE_DIR} = CONFIGURE_ROOT;
        $settings{SYSTEM_NAME} = lc $^O;
 
        return %settings;
@@ -162,6 +161,7 @@ non-interactive configuration is started and any omitted values are defaulted.
   <|BOLD --disable-auto-extras|>         Disables automatically enabling extra modules
                                 for which the dependencies are available.
   <|BOLD --disable-interactive|>         Disables the interactive configuration wizard.
+  <|BOLD --disable-ownership|>           Disables setting file ownership on install.
   <|BOLD --distribution-label <TEXT>|>   Sets a distribution specific version label in
                                 the build configuration.
   <|BOLD --gid <ID|NAME>|>               Sets the group to run InspIRCd as.