diff options
author | aquanight <aquanight@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-01-19 17:33:13 +0000 |
---|---|---|
committer | aquanight <aquanight@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-01-19 17:33:13 +0000 |
commit | d13cd5ca80b969b823fbbfcc31531fc0ea897c04 (patch) | |
tree | 3c6a0d4dfb477c6ec506210c9d25029e78a82fe0 /make | |
parent | b3fc1e9af2045b7c040f4d6a90e6378e88a6dd31 (diff) |
Add ./configure --list-extras, --enable-extras, and --disable-extras
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8739 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'make')
-rw-r--r-- | make/configure.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/make/configure.pm b/make/configure.pm index 538dffcc8..203afc0ea 100644 --- a/make/configure.pm +++ b/make/configure.pm @@ -291,6 +291,9 @@ InspIRCd 1.0.x, are also allowed. [$PWD/bin] --library-dir=[directory] Library directory for core libraries [$PWD/lib] + --list-extras Show current status of extra modules + --enable-extras=[extras] Enable the specified list of extras + --disable-extras=[extras] Disable the specified list of extras --help Show this help text and exit "; |