Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Compiled-in modules in static shell
- X-seq: zsh-workers 12051
 
- From: Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxxx>
 
- To: zsh-workers@xxxxxxxxxxxxxx (Zsh hackers list)
 
- Subject: Re: Compiled-in modules in static shell
 
- Date: Fri, 23 Jun 2000 13:50:58 +0100
 
- In-reply-to: "Your message of Fri, 23 Jun 2000 15:34:30 +0400." <000b01bfdd06$ff1742c0$21c9ca95@xxxxxxxxxxxxxx>
 
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
 
> BTW I prefer --disable-modules form. It looks much better. And,
> probably, we could generalize it to
> 
> --enable-modules=all
> --enable-modules=mod1,mod2,...
> --disable-modules=mod1,mod2,...
> 
> eliminating need to edit some files in distribution.
autoconf doesn't support this.  --disable-modules is equivalent to
--enable-modules=no.  See --enable-omit-modules, however.  autoconf seems
to be deliberately set up to make it hard to tweak features as opposed to
turn them on or off, goodness knows why.
-- 
Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxxx>
Cambridge Silicon Radio, Unit 300, Science Park, Milton Road,
Cambridge, CB4 0XL, UK                          Tel: +44 (0)1223 392070
Messages sorted by:
Reverse Date,
Date,
Thread,
Author