zsh-workers
 help / color / mirror / code / Atom feed
From: Clint Adams <schizo@debian.org>
To: "Ismail Dönmez" <ismail@pardus.org.tr>
Cc: zsh-workers@sunsite.dk, Ralf Wildenhues <Ralf.Wildenhues@gmx.de>,
	bug-autoconf@gnu.org
Subject: Re: Fwd: Re: zsh compilation problem with autoconf git
Date: Tue, 29 Jan 2008 17:38:19 -0500	[thread overview]
Message-ID: <20080129223819.GA12715@scowler.net> (raw)
In-Reply-To: <200801300003.33400.ismail@pardus.org.tr>

On Wed, Jan 30, 2008 at 12:03:33AM +0200, Ismail Dönmez wrote:
> Hi Ralf,
> 
> I am forwarding your message to zsh-workers list. To summarise the issue zsh 
> modules are not compiled with upcoming autoconf 2.62 and Ralf successfully 
> identified that zsh/Src/mkmakemod.sh does some unportable stuff :
> 
>     # check 2.13, 2.50, and 2.60 syntaxes
>     if grep '%@D@%D%' config.status >/dev/null ||
>        grep ',@D@,D,' config.status >/dev/null ||
>        grep ',@D@,|#_!!_#|D,' config.status >/dev/null; then
>         is_dynamic=true
>     else
>         is_dynamic=false
>     fi
> 
> So the question is, is this thing needed at all, if yes why?

Presumably Src/mkmakemod.sh would need to be generated to check that
value in any supported manner.  I don't recall a reason that that
can't be done.


  reply	other threads:[~2008-01-29 22:38 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-29 22:03 Ismail Dönmez
2008-01-29 22:38 ` Clint Adams [this message]
2008-01-30  4:42   ` Ismail Dönmez
2008-01-30  6:48     ` Ralf Wildenhues
2008-01-30  9:57     ` Peter Stephenson
2008-01-30 13:03   ` Eric Blake

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=20080129223819.GA12715@scowler.net \
    --to=schizo@debian.org \
    --cc=Ralf.Wildenhues@gmx.de \
    --cc=bug-autoconf@gnu.org \
    --cc=ismail@pardus.org.tr \
    --cc=zsh-workers@sunsite.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).