mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-12-29 16:25:35 +01:00
either keyword for link module parameter
This commit is contained in:
parent
49a1ad7516
commit
5b44123d5d
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue