Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: [PATCH] Respect ./configure --htmldir, keeping our default



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