zsh-workers
 help / color / mirror / code / Atom feed
* configure.in typo/buglet
@ 2001-06-27 21:30 Jos Backus
  2001-06-27 22:54 ` Peter Stephenson
  0 siblings, 1 reply; 2+ messages in thread
From: Jos Backus @ 2001-06-27 21:30 UTC (permalink / raw)
  To: Zsh hackers list

``configure --help'' shows

  --enable-site-fndir=DIR    same for site functions (not version specific)

but actually checks for

  --enable-sitefndir=DIR

-- 
Jos Backus                 _/  _/_/_/        Santa Clara, CA
                          _/  _/   _/
                         _/  _/_/_/             
                    _/  _/  _/    _/
josb@cncdsl.com     _/_/   _/_/_/            use Std::Disclaimer;


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: configure.in typo/buglet
  2001-06-27 21:30 configure.in typo/buglet Jos Backus
@ 2001-06-27 22:54 ` Peter Stephenson
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Stephenson @ 2001-06-27 22:54 UTC (permalink / raw)
  To: Zsh hackers list

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@pwstephenson.fsnet.co.uk>
Work: pws@csr.com
Web: http://www.pwstephenson.fsnet.co.uk


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-06-27 21:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-27 21:30 configure.in typo/buglet Jos Backus
2001-06-27 22:54 ` Peter Stephenson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).