Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] Respect ./configure --htmldir, keeping our default
- X-seq: zsh-workers 26996
- From: Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: [PATCH] Respect ./configure --htmldir, keeping our default
- Date: Mon, 25 May 2009 19:06:29 +0100
- In-reply-to: Message from Andrey Borzenkov <arvidjaar@xxxxxxxxx> of "Mon, 25 May 2009 21:31:05 +0400." <200905252131.06325.arvidjaar@xxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Andrey Borzenkov wrote:
> On Monday 25 of May 2009 21:24:55 Ingmar Vanhassel wrote:
> > Updated patch, without relying on GNU Make syntax.
> [...]
> > +ifeq "$(htmldir)" ""
> > +htmldir = $(datadir)/$(tzsh)/htmldoc
> > +endif
> >
>
> But that *is* gmake syntax.
Indeed, we don't rely on "ifeq" or anything like it.
But I'm not sure what's going on here anyway. Anything that needs to be
configurable in the make system is either set by configure or if for
some reason that's not appropriate is overridden using shell syntax.
Should this be an option to configure?
--
Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
Web page now at http://homepage.ntlworld.com/p.w.stephenson/
Messages sorted by:
Reverse Date,
Date,
Thread,
Author