[PATCH] Don't let an envvar setting of "$fail" cause build failure.

2009-10-30 Thread Jim Meyering
Hi Ralf, While fixing similar problems in coreutils' test suite, I found that with an automake-generated Makefile, "make" always fails when I set e.g, fail=1 in the environment. This fix works for me in that now, with regenerated Makefile.in files, coreutils' "make check fail=1" now passes. >Fro

Re: VPATHs and Vala

2009-10-30 Thread Ralf Wildenhues
Hello Bahjat, * Bahjat Salem wrote on Sun, Oct 25, 2009 at 03:17:43PM CET: > Added support for VPATH builds when compiling Vala sources. > * automake.in (lang_vala_finish_target): Rewrote the .stamp file > target commands, and si