about summary refs log tree commit diff
path: root/configure.in
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-01-12 19:04:24 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-01-12 19:04:24 +0000
commit8ddf6cc4e3d35c35dc234c2bf644d8be185b9c90 (patch)
tree7d6615f9814c209ed18708bbf51e11c280c54814 /configure.in
parentfe9c48eaf1346d61fe5394c83400f6783db65321 (diff)
downloadzsh-8ddf6cc4e3d35c35dc234c2bf644d8be185b9c90.tar.gz
zsh-8ddf6cc4e3d35c35dc234c2bf644d8be185b9c90.tar.xz
zsh-8ddf6cc4e3d35c35dc234c2bf644d8be185b9c90.zip
zsh-workers/9301
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
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,