diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2000-11-27 10:21:56 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2000-11-27 10:21:56 +0000 |
commit | 5b44123d5d3cec4f2fd121ec0b37844e67c417e8 (patch) | |
tree | 48f88a9f05e0044a4deff937b8d4e5547b16abce /Etc | |
parent | 49a1ad7516f84672dcea24bc6178f87f92789c7c (diff) | |
download | zsh-5b44123d5d3cec4f2fd121ec0b37844e67c417e8.tar.gz zsh-5b44123d5d3cec4f2fd121ec0b37844e67c417e8.tar.xz zsh-5b44123d5d3cec4f2fd121ec0b37844e67c417e8.zip |
either keyword for link module parameter
Diffstat (limited to 'Etc')
-rw-r--r-- | Etc/zsh-development-guide | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Etc/zsh-development-guide b/Etc/zsh-development-guide index 2815a91e4..8f67eb43b 100644 --- a/Etc/zsh-development-guide +++ b/Etc/zsh-development-guide @@ -182,6 +182,9 @@ following shell variables: - name name of the module - link `static', `dynamic' or `no', as described in INSTALL. + In addition, the value `either' is allowed in the .mdd + file, which will be converted by configure to `dynamic' + if that is available, else `static'. May also be a command string, which will be run within configure and whose output is used to set the value of `link' in config.modules. This allows a |