From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15160 invoked from network); 9 Mar 1999 10:50:49 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 9 Mar 1999 10:50:49 -0000 Received: (qmail 4269 invoked by alias); 9 Mar 1999 10:49:36 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 5700 Received: (qmail 4260 invoked from network); 9 Mar 1999 10:49:30 -0000 From: "Andrej Borsenkow" To: "Sven Wischnowsky" , Subject: RE: PATCH: (was Re: _configure does not work) Date: Tue, 9 Mar 1999 13:47:09 +0300 Message-ID: <004c01be6a1a$2e526bc0$21c9ca95@mowp.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) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2013.2901 In-reply-to: <199903091032.LAA13868@beta.informatik.hu-berlin.de> > > > itsrm2% ./configure --e-d > > itsrm2% ./configure > > (the whole stuff deleted) > > > > I'd thought, it completed to at least --enable-dynamic before. > > I think it didn't, I think it generated a list containing > `--enable-dynamic', `--enable-zsh-debug' and others. This was wrong in > the matching code in zle_tricky.c. > Why? I had impression, it was the result of matcher. If I say -M 'r:|-=* r:|=*', then ``--e-d'' inevitably matches enable-zsh-debug. Should it not be handled in matcher spec? "anything except -"? /andrej