X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=make%2Fconfigure.pm;h=0a7ea566a0e96406ea664a6aca1a31c1b3bb1eb1;hb=ef77989a9d067de7a51fcfae16df82f390ff5bb5;hp=bccef2147ce7a78f1329bd35db5f21ed5c07937a;hpb=77730fd5f09f8fc193205654c8bba84d34365670;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/make/configure.pm b/make/configure.pm index bccef2147..0a7ea566a 100644 --- a/make/configure.pm +++ b/make/configure.pm @@ -39,7 +39,7 @@ use File::Spec::Functions qw(catdir catfile); use make::common; use make::console; -use constant CONFIGURE_ROOT => dirname dirname __FILE__; +use constant CONFIGURE_ROOT => dirname dirname __FILE__; use constant CONFIGURE_DIRECTORY => catdir(CONFIGURE_ROOT, '.configure'); use constant CONFIGURE_CACHE_FILE => catfile(CONFIGURE_DIRECTORY, 'cache.cfg'); use constant CONFIGURE_CACHE_VERSION => '1'; @@ -132,6 +132,9 @@ PATH OPTIONS --data-dir=[dir] The location where the data files, such as the pid file, are stored. [$PWD/run/data] + --example-dir=[dir] The location where the example configuration files + and SQL schemas are stored. + [$PWD/run/conf/examples] --log-dir=[dir] The location where the log files are stored. [$PWD/run/logs] --manual-dir=[dir] The location where the manual files are stored. @@ -154,6 +157,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.