Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: zsh-3.1.5-pws-7: yet more signames
- X-seq: zsh-workers 5330
- From: "Matt Armstrong" <mattarmst@xxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: PATCH: zsh-3.1.5-pws-7: yet more signames
- Date: Tue, 09 Feb 1999 22:35:17 PST
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author