Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: termcap/terminfo support in modules
- X-seq: zsh-workers 13224
- From: Peter Stephenson <pws@xxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx (Zsh hackers list)
- Subject: Re: PATCH: termcap/terminfo support in modules
- Date: Mon, 04 Dec 2000 17:05:04 +0000
- In-reply-to: "Your message of Mon, 04 Dec 2000 11:46:46 EST." <20001204114646.A30287@xxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
> 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 <pws@xxxxxxx> Software Engineer
Cambridge Silicon Radio, Unit 300, Science Park, Milton Road,
Cambridge, CB4 0XL, UK Tel: +44 (0)1223 392070
Messages sorted by:
Reverse Date,
Date,
Thread,
Author