1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-22 03:40:47 +02:00

enable-sitefndir -> enable-site-fndir

This commit is contained in:
Peter Stephenson 2001-06-27 21:57:30 +00:00
parent 51503a87a2
commit 9282cbc1a7
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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