about summary refs log tree commit diff
path: root/zshconfig.ac
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2001-06-27 21:59:37 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2001-06-27 21:59:37 +0000
commitb9714666433b4ff3606331706828a3e341dd5a83 (patch)
tree9e1de7532eb050d0c8706ffcd3e7fdfc311be727 /zshconfig.ac
parentfbccda6ab4a9c375b3539f1ca52a3da8aa4ecefb (diff)
downloadzsh-b9714666433b4ff3606331706828a3e341dd5a83.tar.gz
zsh-b9714666433b4ff3606331706828a3e341dd5a83.tar.xz
zsh-b9714666433b4ff3606331706828a3e341dd5a83.zip
enable-sitefndir -> enable-site-fndir
Diffstat (limited to 'zshconfig.ac')
-rw-r--r--zshconfig.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/zshconfig.ac b/zshconfig.ac
index 09ab2be69..e95773bfe 100644
--- a/zshconfig.ac
+++ b/zshconfig.ac
@@ -223,7 +223,7 @@ else
 fi], [fndir=${datadir}/${tzsh_name}/'${VERSION}'/functions])
 
 ifdef([sitefndir],[undefine([sitefndir])])dnl
-AC_ARG_ENABLE(sitefndir,
+AC_ARG_ENABLE(site-fndir,
 [  --enable-site-fndir=DIR    same for site functions (not version specific)],
 [if test $enableval = yes; then
   sitefndir=${datadir}/${tzsh_name}/site-functions