[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fix for 334
From: |
Alexandre Duret-Lutz |
Subject: |
Re: Fix for 334 |
Date: |
Mon, 09 Sep 2002 10:25:16 +0200 |
User-agent: |
Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-debian-linux-gnu) |
Akim pointed out that errors about missing cygpath will not
always be redirected to stderr.
I'm checking this in.
2002-09-09 Alexandre Duret-Lutz <address@hidden>
* m4/init.m4: Execute cygpath in a sub-shell.
Index: m4/init.m4
===================================================================
RCS file: /cvs/automake/automake/m4/init.m4,v
retrieving revision 1.48
diff -u -r1.48 init.m4
--- m4/init.m4 8 Sep 2002 13:40:05 -0000 1.48
+++ m4/init.m4 9 Sep 2002 08:20:58 -0000
@@ -58,7 +58,7 @@
# test whether we have cygpath
if test -z "$CYGPATH_W"; then
- if cygpath --version >/dev/null 2>/dev/null; then
+ if (cygpath --version) >/dev/null 2>/dev/null; then
CYGPATH_W='cygpath -w'
else
CYGPATH_W=echo
--
Alexandre Duret-Lutz
- Fix for 334, Andreas Buening, 2002/09/07
- Re: Fix for 334, Alexandre Duret-Lutz, 2002/09/08
- Re: Fix for 334,
Alexandre Duret-Lutz <=