]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - configure
Convert InspIRCd::SetSignals to a static function.
[user/henk/code/inspircd.git] / configure
index 6d729292fd5bf7d29bb72a91eaff42bb6931040b..1c554b782d13fdd988228d11fcc8446fa1d37e98 100755 (executable)
--- a/configure
+++ b/configure
@@ -323,6 +323,7 @@ if (prompt_bool $interactive, $question, 0) {
        $config{MANUAL_DIR} = prompt_dir $interactive, 'In what directory are manual pages to be placed?',        $config{MANUAL_DIR};
        $config{MODULE_DIR} = prompt_dir $interactive, 'In what directory are modules to be placed?',             $config{MODULE_DIR};
        $config{SCRIPT_DIR} = prompt_dir $interactive, 'In what directory are scripts to be placed?',             $config{SCRIPT_DIR};
+       $config{EXAMPLE_DIR} = $config{CONFIG_DIR} . '/examples';
 }
 
 # Configure module settings.