Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: PATCH: termcap/terminfo support in modules



> 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