about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2001-06-27 21:57:30 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2001-06-27 21:57:30 +0000
commit9282cbc1a73d11fd6a5dd0c1d786f53298b24b36 (patch)
treee8159ad56977dca3b4376be8274c6c9f68e96f58
parent51503a87a20d766bbf7b1228716a863f3564512d (diff)
downloadzsh-9282cbc1a73d11fd6a5dd0c1d786f53298b24b36.tar.gz
zsh-9282cbc1a73d11fd6a5dd0c1d786f53298b24b36.tar.xz
zsh-9282cbc1a73d11fd6a5dd0c1d786f53298b24b36.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 87a8363dc..733f1265b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-06-27  Peter Stephenson  <pws@pwstephenson.fsnet.co.uk>
+
+	* 15151: zshconfig.ac: enable-sitefndir should have been
+	enable-site-fndir, spotted by Jos Backus.
+
 2001-06-27  Sven Wischnowsky  <wischnow@zsh.org>
 
 	* 15123: Src/Zle/compmatch.c: (only the patch to compmatch.c
diff --git a/zshconfig.ac b/zshconfig.ac
index 258d64e19..376529be7 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