From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21839 invoked from network); 27 Jun 2001 21:52:15 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 27 Jun 2001 21:52:15 -0000 Received: (qmail 7754 invoked by alias); 27 Jun 2001 21:51:24 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 15151 Received: (qmail 7736 invoked from network); 27 Jun 2001 21:51:23 -0000 To: zsh-workers@sunsite.auc.dk (Zsh hackers list) Subject: Re: configure.in typo/buglet In-reply-to: "Jos Backus"'s message of "Wed, 27 Jun 2001 14:30:03 PDT." <20010627143003.B65653@lizzy.bugworks.com> Date: Wed, 27 Jun 2001 23:54:01 +0100 From: Peter Stephenson Message-Id: <20010627225406.97A6F14286@pwstephenson.fsnet.co.uk> 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 Work: pws@csr.com Web: http://www.pwstephenson.fsnet.co.uk