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

Re: PATCH: termcap/terminfo support in modules



I wrote:
> Those should really be forward quotes

A bigger problem is that the configure variable is wrongly named.

Index: Src/Modules/terminfo.mdd
===================================================================
RCS file: /cvsroot/zsh/zsh/Src/Modules/terminfo.mdd,v
retrieving revision 1.2
diff -u -r1.2 terminfo.mdd
--- Src/Modules/terminfo.mdd	2000/12/05 00:28:46	1.2
+++ Src/Modules/terminfo.mdd	2000/12/05 10:39:35
@@ -1,5 +1,5 @@
 name=zsh/terminfo
-link=`if test "x$ac_cv_have_tigetstr" = xyes; then echo either; else echo no; fi`
+link='if test "x$ac_cv_func_tigetstr" = xyes; then echo either; else echo no; fi'
 load=yes
 
 autobins="echoti"

-- 
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