diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 2000-01-12 19:04:24 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 2000-01-12 19:04:24 +0000 |
commit | 8ddf6cc4e3d35c35dc234c2bf644d8be185b9c90 (patch) | |
tree | 7d6615f9814c209ed18708bbf51e11c280c54814 | |
parent | fe9c48eaf1346d61fe5394c83400f6783db65321 (diff) | |
download | zsh-8ddf6cc4e3d35c35dc234c2bf644d8be185b9c90.tar.gz zsh-8ddf6cc4e3d35c35dc234c2bf644d8be185b9c90.tar.xz zsh-8ddf6cc4e3d35c35dc234c2bf644d8be185b9c90.zip |
zsh-workers/9301
-rw-r--r-- | configure.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 3263710b1..bcf34458e 100644 --- a/configure.in +++ b/configure.in @@ -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, |