1
0
Fork 0
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:
Tanaka Akira 2000-01-12 19:04:24 +00:00
parent fe9c48eaf1
commit 8ddf6cc4e3

View file

@ -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,