Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Compiled-in modules in static shell
- X-seq: zsh-workers 12055
 
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
 
- To: zsh-workers@xxxxxxxxxxxxxx (Zsh hackers list)
 
- Subject: Re: Compiled-in modules in static shell
 
- Date: Fri, 23 Jun 2000 15:11:13 +0000
 
- In-reply-to: <0FWL0048RYCYY4@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
 
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
 
- References: <0FWL0048RYCYY4@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
 
On Jun 23,  1:50pm, Peter Stephenson wrote:
} Subject: Re: Compiled-in modules in static shell
}
} > BTW I prefer --disable-modules form. It looks much better.
} 
} autoconf doesn't support this. [...] 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.
Excerpt from "info autoconf":
-----------------------------
     --enable-FEATURE[=ARG]
     --disable-FEATURE
   These options allow users to choose which optional features to build
and install.  `--enable-FEATURE' options should never make a feature
behave differently or cause one feature to replace another.  They
should only cause parts of the program to be built rather than left out.
-----------------------------
In autoconf terminology, every module is its own FEATURE, and you are
supposed to have to turn each one on or off with a separate option.
This is undoubtedly an RMS-ism; one look at the section titles in the
"History" chapter of the autoconf info should give some idea of the
futility of further explanation.
-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   
Messages sorted by:
Reverse Date,
Date,
Thread,
Author