mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 05:16:05 +01:00
zsh-workers/9266
This commit is contained in:
parent
b43fb116b8
commit
e7ae836047
2 changed files with 3 additions and 3 deletions
2
INSTALL
2
INSTALL
|
@ -247,7 +247,7 @@ Shell functions
|
|||
By default, the shell functions which are installed with `make install' or
|
||||
`make install.fns' go into the directory ${datadir}/zsh/functions, which
|
||||
unless you have specified --datadir is the same as
|
||||
${prefix}/share/zsh/functions/$ZSH_VERSION ($prefix itself defaults to
|
||||
${prefix}/share/zsh/$ZSH_VERSION/functions ($prefix itself defaults to
|
||||
/usr/local, as described below). This directory will also be compiled into
|
||||
the shell as the default directory for the variable $fpath/$FPATH. You can
|
||||
override it with --enable-fndir=directory; --disable-fndir or
|
||||
|
|
|
@ -214,10 +214,10 @@ undefine([fndir])dnl
|
|||
AC_ARG_ENABLE(fndir,
|
||||
[ --enable-fndir=DIR where functions go (default DATADIR/zsh/functions)],
|
||||
[if test $enableval = yes; then
|
||||
fndir=${datadir}/${tzsh_name}/functions/${VERSION}
|
||||
fndir=${datadir}/${tzsh_name}/${VERSION}/functions
|
||||
else
|
||||
fndir="$enableval"
|
||||
fi], [fndir=${datadir}/${tzsh_name}/functions/${VERSION}])
|
||||
fi], [fndir=${datadir}/${tzsh_name}/${VERSION}/functions])
|
||||
|
||||
undefine([function_subdirs])
|
||||
AC_ARG_ENABLE(function-subdirs,
|
||||
|
|
Loading…
Reference in a new issue