Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: termcap/terminfo support in modules
- X-seq: zsh-workers 13233
- From: Peter Stephenson <pws@xxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx (Zsh hackers list)
- Subject: Re: PATCH: termcap/terminfo support in modules
- Date: Tue, 05 Dec 2000 10:42:09 +0000
- In-reply-to: "Your message of Tue, 05 Dec 2000 10:04:06 GMT." <0G530029XAMU96@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
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