From 5b44123d5d3cec4f2fd121ec0b37844e67c417e8 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 27 Nov 2000 10:21:56 +0000 Subject: either keyword for link module parameter --- Etc/zsh-development-guide | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Etc') 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 -- cgit 1.4.1