diff options
author | lloyd <[email protected]> | 2009-09-04 15:37:39 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-09-04 15:37:39 +0000 |
commit | c184cd88ab53a8e2c343be0ab3a8517a964789e7 (patch) | |
tree | d6482cb99346e1d14a2181769b59f2b9daad489c /src/utils | |
parent | 53f3baadaaf6e2475f3e98943ea3e835579715df (diff) |
Add a new option --no-autoload to configure.py. This will produce a minimal
build (only libstate, utils, plus dependencies), which can be extended with
use of --enable-modules.
To add new modules to the set of always-loaded, use 'load_on always' in info.txt
Also fix a few small build problems that popped up when doing a minimal build.
Requested by a user.
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/info.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/info.txt b/src/utils/info.txt index 95ea5fc2e..ab50b88ad 100644 --- a/src/utils/info.txt +++ b/src/utils/info.txt @@ -2,7 +2,7 @@ realname "Utility Functions" define UTIL_FUNCTIONS -load_on auto +load_on always <libs> tru64 -> rt |