diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-01-15 14:49:50 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-01-15 14:49:50 +0000 |
commit | 45bee14fec248d79a345ef970ad4933540d50dac (patch) | |
tree | 75fcdc9b1e9a2516c2e5aff534f64409e1719bf1 /INSTALL | |
parent | 3af9307d1428a20718e8a0ace3242c5d2dd0a43b (diff) | |
download | zsh-45bee14fec248d79a345ef970ad4933540d50dac.tar.gz zsh-45bee14fec248d79a345ef970ad4933540d50dac.tar.xz zsh-45bee14fec248d79a345ef970ad4933540d50dac.zip |
26313: --enable-custom-patchlevel
unposted: WARN_CREATE_GLOBAL in tcp_log
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL index f2b9bd04d..55c51aa3b 100644 --- a/INSTALL +++ b/INSTALL @@ -271,6 +271,19 @@ may wish not to install the zsh/newuser module. CONFIGURATION OPTIONS ===================== +Modified versions of zsh +------------------------ + +If you are making local modifications to zsh, you are strongly +advised to configure with the option + + --enable-local-patchlevel="<my-mod-string>" + +so that the variable $ZSH_PATCHLEVEL indicates this is not a standard +version of the shell. The argument is arbitrary, but should indicate +the entity that is customizing the shell, for example the OS vendor +or distributor. + Multibyte Character Support --------------------------- |