From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2188 invoked from network); 9 Jun 1999 08:24:20 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 9 Jun 1999 08:24:20 -0000 Received: (qmail 18848 invoked by alias); 9 Jun 1999 08:23:51 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6541 Received: (qmail 18840 invoked from network); 9 Jun 1999 08:23:49 -0000 From: "Andrej Borsenkow" To: "Peter Stephenson" , "Zsh hackers list" Subject: PATCH: RE: LFS and explicit LIBS RE: pws-21 Date: Wed, 9 Jun 1999 12:23:11 +0400 Message-ID: <003501beb251$4fdbc2d0$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-reply-to: <9906081132.AA20839@ibmth.df.unipi.it> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 > > I wasn't expecting people to use it without giving a value, but the > rules certainly allow that. > Typo correction: --- configure.in.org Wed Jun 9 12:16:40 1999 +++ configure.in Wed Jun 9 12:20:41 1999 @@ -204,7 +204,7 @@ undefine([fndir])dnl AC_ARG_ENABLE(fndir, [ --enable-fndir=DIR where functions go (default DATADIR/zsh-fns)], -[if $enableval = yes; then +[if test $enableval = yes; then fndir=${datadir}/zsh/functions else fndir="$enableval"