zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <pws@ibmth.df.unipi.it>
To: "Peter Stephenson" <pws@ibmth.df.unipi.it>,
	"Zsh hackers list" <zsh-workers@sunsite.auc.dk>
Subject: Re: LFS and explicit LIBS RE: pws-21
Date: Tue, 08 Jun 1999 13:32:52 +0200	[thread overview]
Message-ID: <9906081132.AA20839@ibmth.df.unipi.it> (raw)
In-Reply-To: ""Andrej Borsenkow""'s message of "Tue, 08 Jun 1999 15:28:28 DFT." <000d01beb1a2$07d43a80$21c9ca95@mow.siemens.ru>

"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 <pws@ibmth.df.unipi.it>       Tel: +39 050 844536
WWW:  http://www.ifh.de/~pws/
Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy


  reply	other threads:[~1999-06-08 12:01 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-06-08  8:01 pws-21 Peter Stephenson
1999-06-08  9:00 ` LFS and explicit LIBS pws-21 Andrej Borsenkow
1999-06-08  8:50   ` Peter Stephenson
1999-06-08 11:28     ` Andrej Borsenkow
1999-06-08 11:32       ` Peter Stephenson [this message]
1999-06-08 12:06         ` Andrej Borsenkow
1999-06-08 11:42           ` Peter Stephenson
1999-06-08 12:10         ` Tanaka Akira
1999-06-09  8:23         ` PATCH: " Andrej Borsenkow
1999-06-09 15:12     ` Andrej Borsenkow

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9906081132.AA20839@ibmth.df.unipi.it \
    --to=pws@ibmth.df.unipi.it \
    --cc=zsh-workers@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).