[PATCH] {master} yacc: make clean removes .c and .h files from non-distributed .y

2011-01-07 Thread Stefano Lattarini
Hello automakers. Currently, while automake does *not* distribute C source and header files derived from non-distributed Yacc sources, it still cause them to be removed only by make maintainer-clean only, and not by simply make clean or make distclean. This causes make distcheck to fail, unless

Re: [PATCH] {master} yacc: make clean removes .c and .h files from non-distributed .y

2011-01-07 Thread Ralf Wildenhues
Hi Stefano, * Stefano Lattarini wrote on Fri, Jan 07, 2011 at 04:02:59PM CET: The patch is based off of maint. OK to apply to a temporary branch and merge to master? Yes. Thank you! And thing you developed it off of maint, it might be a candidate for later merging into branch-1.11. Cheers,

Re: [PATCH] {master} yacc: make clean removes .c and .h files from non-distributed .y

2011-01-07 Thread Stefano Lattarini
On Friday 07 January 2011, Ralf Wildenhues wrote: Hi Stefano, * Stefano Lattarini wrote on Fri, Jan 07, 2011 at 04:02:59PM CET: The patch is based off of maint. OK to apply to a temporary branch and merge to master? Yes. Thank you! Done, and pushed. Thanks, Stefano

Re: [PATCH] {master} Tests: normalize use of the 'errexit' shell flag.

2011-01-07 Thread Stefano Lattarini
Pushed to master now. Regards, Stefano

[PATCHES] yacc: support variable expansions in *YFLAGS definition (was: Re: bug#7800: automake fails to honor `-d' in AM_YFLAGS when variable expansions are involved)

2011-01-07 Thread Stefano Lattarini
Reference: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7800 On Friday 07 January 2011, Ralf Wildenhues wrote: Hi Stefano, thanks for the report. * Stefano Lattarini wrote on Fri, Jan 07, 2011 at 03:36:43PM CET: Currently, automake is not smart enough to resolve variable expansions in