From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2491 invoked from network); 8 Jun 1999 12:01:56 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 8 Jun 1999 12:01:56 -0000 Received: (qmail 27167 invoked by alias); 8 Jun 1999 12:01:32 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6520 Received: (qmail 27160 invoked from network); 8 Jun 1999 12:01:29 -0000 Message-Id: <9906081132.AA20839@ibmth.df.unipi.it> To: "Peter Stephenson" , "Zsh hackers list" Subject: Re: LFS and explicit LIBS RE: pws-21 In-Reply-To: ""Andrej Borsenkow""'s message of "Tue, 08 Jun 1999 15:28:28 DFT." <000d01beb1a2$07d43a80$21c9ca95@mow.siemens.ru> Date: Tue, 08 Jun 1999 13:32:52 +0200 From: Peter Stephenson "Andrej Borsenkow" wrote: > This is configure problem; I configure with --enable-fndir and fndir got set > to "yes". I wasn't expecting people to use it without giving a value, but the rules certainly allow that. --- configure.in.fn Mon Jun 7 12:12:59 1999 +++ configure.in Tue Jun 8 13:21:10 1999 @@ -204,7 +204,11 @@ undefine([fndir])dnl AC_ARG_ENABLE(fndir, [ --enable-fndir=DIR where functions go (default DATADIR/zsh-fns)], -[fndir="$enableval"], [fndir=${datadir}/zsh/functions]) +[if $enableval = yes; then + fndir=${datadir}/zsh/functions +else + fndir="$enableval" +fi], [fndir=${datadir}/zsh/functions]) if test x${FUNCTIONS_INSTALL+set} != xset; then FUNCTIONS_INSTALL="Core/* Base/* Builtins/* User/* Commands/*" -- Peter Stephenson Tel: +39 050 844536 WWW: http://www.ifh.de/~pws/ Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy