about summary refs log tree commit diff
path: root/configure.in
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-01-07 22:33:44 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-01-07 22:33:44 +0000
commite7ae836047b15d920914b560c94cc9cf7fb7471c (patch)
tree05af96c69997515b91f1dc632c3888241fa5dbea /configure.in
parentb43fb116b89dd6e54fa17d5685351f8d03426bb9 (diff)
downloadzsh-e7ae836047b15d920914b560c94cc9cf7fb7471c.tar.gz
zsh-e7ae836047b15d920914b560c94cc9cf7fb7471c.tar.xz
zsh-e7ae836047b15d920914b560c94cc9cf7fb7471c.zip
zsh-workers/9266
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 5b9a330d2..3263710b1 100644
--- a/configure.in
+++ b/configure.in
@@ -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,