From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12308 invoked from network); 4 Dec 2000 17:05:39 -0000 Received: from sunsite.dk (HELO sunsite.auc.dk) (130.225.51.30) by ns1.primenet.com.au with SMTP; 4 Dec 2000 17:05:39 -0000 Received: (qmail 4805 invoked by alias); 4 Dec 2000 17:05:33 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 13224 Received: (qmail 4796 invoked from network); 4 Dec 2000 17:05:32 -0000 Date: Mon, 04 Dec 2000 17:05:04 +0000 From: Peter Stephenson Subject: Re: PATCH: termcap/terminfo support in modules In-reply-to: "Your message of Mon, 04 Dec 2000 11:46:46 EST." <20001204114646.A30287@dman.com> To: zsh-workers@sunsite.auc.dk (Zsh hackers list) Message-id: <0G5100AE1ZGG5J@la-la.cambridgesiliconradio.com> Content-transfer-encoding: 7BIT > We could just make the terminfo module not be built if tiget* are undefined. > Couldn't we? Add a configure test and test it in the `link=...' line in terminfo.mdd. For example, link='if test "x$ac_cv_have_tiget" = xyes; then echo either; else echo no; fi' -- Peter Stephenson Software Engineer Cambridge Silicon Radio, Unit 300, Science Park, Milton Road, Cambridge, CB4 0XL, UK Tel: +44 (0)1223 392070