mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 22:11:54 +02:00
zsh-workers/9301
This commit is contained in:
parent
fe9c48eaf1
commit
8ddf6cc4e3
1 changed files with 3 additions and 2 deletions
|
@ -213,11 +213,12 @@ AC_DEFINE(CONFIG_LOCALE)
|
|||
undefine([fndir])dnl
|
||||
AC_ARG_ENABLE(fndir,
|
||||
[ --enable-fndir=DIR where functions go (default DATADIR/zsh/functions)],
|
||||
dnl ${VERSION} to be determined at compile time.
|
||||
[if test $enableval = yes; then
|
||||
fndir=${datadir}/${tzsh_name}/${VERSION}/functions
|
||||
fndir=${datadir}/${tzsh_name}/'${VERSION}'/functions
|
||||
else
|
||||
fndir="$enableval"
|
||||
fi], [fndir=${datadir}/${tzsh_name}/${VERSION}/functions])
|
||||
fi], [fndir=${datadir}/${tzsh_name}/'${VERSION}'/functions])
|
||||
|
||||
undefine([function_subdirs])
|
||||
AC_ARG_ENABLE(function-subdirs,
|
||||
|
|
Loading…
Reference in a new issue