From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1951 invoked from network); 14 Feb 2000 07:14:33 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 14 Feb 2000 07:14:33 -0000 Received: (qmail 5770 invoked by alias); 14 Feb 2000 07:14:21 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9703 Received: (qmail 5762 invoked from network); 14 Feb 2000 07:14:21 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer goliath.siemens.de) From: "Andrej Borsenkow" To: "Peter Stephenson" , "Zsh hackers list" Subject: RE: PATCH: omit modules from compilation and installation process Date: Mon, 14 Feb 2000 10:14:11 +0300 Message-ID: <000001bf76bb$174c9500$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 > Now you can give configure a comma-separated list of modules not > to compile > nor install as --enable-omit-modules=zsh/example,zsh/zpty. Having to use > the `enable' in front is a bit tacky, but as far as I can see there's no > way round it. Ahem ... what's wrong with --(disable|enable)-modules=... ? Is it usable for static compilation as well? Will it completely replace defaults? Probably, meta keywords like --enable-modules=all --enable-modules=default,zsh/zpty would be useful (but, may be, for static case only). /andrej