Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: configure.in typo/buglet



Jos Backus wrote:
> ``configure --help'' shows
> 
>   --enable-site-fndir=DIR    same for site functions (not version specific)
> 
> but actually checks for
> 
>   --enable-sitefndir=DIR

another carefully tested feature.

Index: zshconfig.ac
===================================================================
RCS file: /cvsroot/zsh/zsh/zshconfig.ac,v
retrieving revision 1.8
diff -u -r1.8 zshconfig.ac
--- zshconfig.ac	2001/06/19 06:59:24	1.8
+++ zshconfig.ac	2001/06/27 21:48:30
@@ -223,7 +223,7 @@
 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

-- 
Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxx>
Work: pws@xxxxxxx
Web: http://www.pwstephenson.fsnet.co.uk



Messages sorted by: Reverse Date, Date, Thread, Author