From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5004 invoked from network); 23 Jun 2000 12:51:46 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 23 Jun 2000 12:51:46 -0000 Received: (qmail 23131 invoked by alias); 23 Jun 2000 12:51:29 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12051 Received: (qmail 23123 invoked from network); 23 Jun 2000 12:51:25 -0000 Date: Fri, 23 Jun 2000 13:50:58 +0100 From: Peter Stephenson Subject: Re: Compiled-in modules in static shell In-reply-to: "Your message of Fri, 23 Jun 2000 15:34:30 +0400." <000b01bfdd06$ff1742c0$21c9ca95@mow.siemens.ru> To: zsh-workers@sunsite.auc.dk (Zsh hackers list) Message-id: <0FWL0048RYCYY4@la-la.cambridgesiliconradio.com> Content-transfer-encoding: 7BIT > 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 Cambridge Silicon Radio, Unit 300, Science Park, Milton Road, Cambridge, CB4 0XL, UK Tel: +44 (0)1223 392070