bug#10852: VPATH builds cannot recover from missing parser header

2012-02-23 Thread Stefano Lattarini
On 02/22/2012 03:54 PM, Akim Demaille wrote: > hi Stefano, Hello World!\n > >> On 02/20/2012 02:24 PM, Akim Demaille wrote: src/parse-gram.h: src/parse-gram.c @if test ! -f $@; then rm -f src/parse-gram.c; else :; fi @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) src/pars

bug#10859: [PATCH] tests: looks for GNU compilers at configure time (was: Re: bug#10859: AC_PROG_CC mistaken clang for GCC)

2012-02-23 Thread Stefano Lattarini
[Dropping bug-autoconf] Reference: On 02/21/2012 10:52 PM, Stefano Lattarini wrote: > > Now that we have identified the problem, fixing it shouldn't be too difficult; > I will follow-up in the next days with a patch. > Here it is (for master).

bug#10852: VPATH builds cannot recover from missing parser header

2012-02-23 Thread Akim Demaille
Le 23 févr. 2012 à 10:43, Stefano Lattarini a écrit : >> src/parse-gram.h: src/parse-gram.c >> test -f $@ || rm -f src/parse-gram.c >> test -f $@ || $(MAKE) $(AM_MAKEFLAGS) src/parse-gram.c >> > This seems nicer. Care to write a patch to implement this simplification > (here and for o