From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1715 invoked from network); 5 Dec 2000 10:04:50 -0000 Received: from sunsite.dk (HELO sunsite.auc.dk) (130.225.51.30) by ns1.primenet.com.au with SMTP; 5 Dec 2000 10:04:50 -0000 Received: (qmail 17484 invoked by alias); 5 Dec 2000 10:04:35 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 13231 Received: (qmail 17477 invoked from network); 5 Dec 2000 10:04:33 -0000 Date: Tue, 05 Dec 2000 10:04:06 +0000 From: Peter Stephenson Subject: Re: PATCH: termcap/terminfo support in modules In-reply-to: "Your message of Mon, 04 Dec 2000 19:23:08 EST." <20001204192308.A4194@dman.com> To: zsh-workers@sunsite.auc.dk (Zsh hackers list) Message-id: <0G530029XAMU96@la-la.cambridgesiliconradio.com> Content-transfer-encoding: 7BIT > Index: Src/Modules/terminfo.mdd > =================================================================== > RCS file: /cvsroot/zsh/zsh/Src/Modules/terminfo.mdd,v > retrieving revision 1.1 > diff -u -r1.1 terminfo.mdd > --- Src/Modules/terminfo.mdd 2000/12/03 20:53:25 1.1 > +++ Src/Modules/terminfo.mdd 2000/12/05 00:10:56 > @@ -1,5 +1,5 @@ > name=zsh/terminfo > -link=either > +link=`if test "x$ac_cv_have_tigetstr" = xyes; then echo either; else echo no > ; fi` > load=yes > > autobins="echoti" Those should really be forward quotes: configure tests specially for a $link which contains spaces and re-evaluates it, while anywhere else zsh.mdd is used the values tested for don't make sense. But, thinking about it, you probably get away with it since the value of $link from the .mdd file isn't used once config.modules exist. -- Peter Stephenson Software Engineer Cambridge Silicon Radio, Unit 300, Science Park, Milton Road, Cambridge, CB4 0XL, UK Tel: +44 (0)1223 392070