about summary refs log tree commit diff
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
parentfbccda6ab4a9c375b3539f1ca52a3da8aa4ecefb (diff)
downloadzsh-b9714666433b4ff3606331706828a3e341dd5a83.tar.gz
zsh-b9714666433b4ff3606331706828a3e341dd5a83.tar.xz
zsh-b9714666433b4ff3606331706828a3e341dd5a83.zip
enable-sitefndir -> enable-site-fndir
-rw-r--r--ChangeLog5
-rw-r--r--zshconfig.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 66292a4ef..7ffd85d88 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-06-28  Peter Stephenson  <pws@pwstephenson.fsnet.co.uk>
+
+	* 15151: zshconfig.ac: --enable-sitefndir should be
+	--enable-site-fndir, spotted by Jos Backus.
+
 2001-06-26  Sven Wischnowsky  <wischnow@zsh.org>
 
 	* user/3946: Src/Zle/computil.c: fix for finding the first
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