zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <pws@csr.com>
To: zsh-workers@sunsite.auc.dk (Zsh hackers list)
Subject: Re: PATCH: termcap/terminfo support in modules
Date: Tue, 05 Dec 2000 10:04:06 +0000	[thread overview]
Message-ID: <0G530029XAMU96@la-la.cambridgesiliconradio.com> (raw)
In-Reply-To: "Your message of Mon, 04 Dec 2000 19:23:08 EST." <20001204192308.A4194@dman.com>

> Index: Src/Modules/terminfo.mdd
> ===================================================================
> RCS file: /cvsroot/zsh/zsh/Src/Modules/terminfo.mdd,v
> retrieving revision 1.1
> diff -u -r1.1 terminfo.mdd
> --- Src/Modules/terminfo.mdd	2000/12/03 20:53:25	1.1
> +++ Src/Modules/terminfo.mdd	2000/12/05 00:10:56
> @@ -1,5 +1,5 @@
>  name=zsh/terminfo
> -link=either
> +link=`if test "x$ac_cv_have_tigetstr" = xyes; then echo either; else echo no
> ; fi`
>  load=yes
>  
>  autobins="echoti"

Those should really be forward quotes: configure tests specially for a
$link which contains spaces and re-evaluates it, while anywhere else
zsh.mdd is used the values tested for don't make sense.  But, thinking
about it, you probably get away with it since the value of $link from the
.mdd file isn't used once config.modules exist.

-- 
Peter Stephenson <pws@csr.com>                  Software Engineer
Cambridge Silicon Radio, Unit 300, Science Park, Milton Road,
Cambridge, CB4 0XL, UK                          Tel: +44 (0)1223 392070


  parent reply	other threads:[~2000-12-05 10:04 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-12-03 20:48 Clint Adams
2000-12-04 16:38 ` Bart Schaefer
2000-12-04 16:46   ` Clint Adams
2000-12-04 17:05     ` Peter Stephenson
2000-12-04 17:27       ` Bart Schaefer
2000-12-05  0:23         ` Clint Adams
2000-12-05  2:17           ` Vin Shelton
2000-12-05  4:21             ` PATCH: texinfo (Re: PATCH: termcap/terminfo support in modules) Bart Schaefer
2000-12-05 10:04           ` Peter Stephenson [this message]
2000-12-05 10:42             ` PATCH: termcap/terminfo support in modules Peter Stephenson
2000-12-05 10:55               ` Peter Stephenson
2000-12-06  1:11                 ` Clint Adams

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0G530029XAMU96@la-la.cambridgesiliconradio.com \
    --to=pws@csr.com \
    --cc=zsh-workers@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).