zsh-workers
 help / color / mirror / code / Atom feed
From: "Matt Armstrong" <mattarmst@hotmail.com>
To: zsh-workers@sunsite.auc.dk
Subject: Re: PATCH: zsh-3.1.5-pws-7: yet more signames
Date: Tue, 09 Feb 1999 22:35:17 PST	[thread overview]
Message-ID: <19990210063517.12973.qmail@hotmail.com> (raw)

Cool.  Peter, your Plan #3 solves the problem for cygwin nicely, 
provided the following patch is applied afterward.  The patch changes \\ 
to / in the paths that gcc -E likes to spit out.  The \\ seems to 
confuse make.

With this patch, the following abomination shows up in my config.cache.  
It does work, which is what matters:

zsh_cv_path_signal_h=${zsh_cv_path_signal_h='/cygnus/cygwin-b20/H-i586-cygwin32/lib/gcc-lib/i586-cygwin32/egcs-2.91.57/../../../../i586-cygwin32/include/sys/signal.h'}


--- configure.in.orig   Tue Feb 09 22:10:30 1999
+++ configure.in        Tue Feb 09 22:24:34 1999
@@ -671,6 +671,7 @@
 dnl but then you can get a rather long list of files to test.
 echo "#include <signal.h>" > nametmp.c
 sigfile_list="`$CPP nametmp.c | sed -n -e 's/^#[       
].*\"\(.*\)\"/\1/p' |
+sed -e 's/\\\\\\\\/\//g' |
 $AWK '{ if (\$1 ~ \"sig\") files[[\$1]] = \$1 }
   END { for (var in files) print var }'`"
 rm -f nametmp.c

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com


             reply	other threads:[~1999-02-10  6:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-02-10  6:35 Matt Armstrong [this message]
  -- strict thread matches above, loose matches on Subject: below --
1999-02-09  7:01 PATCH: zsh-3.1.5-pws-7: another go at signames Matt Armstrong
1999-02-09 11:26 ` PATCH: zsh-3.1.5-pws-7: yet more signames Peter Stephenson

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=19990210063517.12973.qmail@hotmail.com \
    --to=mattarmst@hotmail.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).