bug#8473: depcomp bug with HP-UX cc and VPATH build

2011-04-10 Thread Ralf Wildenhues
Hi Bruno, * Bruno Haible wrote on Mon, Apr 11, 2011 at 02:44:48AM CEST: > The dependencies mechanism of Automake leads to a compilation failure when > used in a VPATH build (with GNU make, of course) Actually, in this case you could have avoided this particular bug by using HP make. :-p Automak

bug#8473: depcomp bug with HP-UX cc and VPATH build

2011-04-10 Thread Bruno Haible
Hi, The dependencies mechanism of Automake leads to a compilation failure when used in a VPATH build (with GNU make, of course) and HP-UX cc. The failure occurs during the third command of this command sequence: $ gmake $ gmake clean $ gmake ... gmake[4]: Entering directory `/tmp/testdir

bug#7648: [PATCH] {yacc-work} yacc: extension of headers modelled after extension of sources

2011-04-10 Thread Stefano Lattarini
Reference: On Friday 28 January 2011, Stefano Lattarini wrote: > Hello automakers. The reasons of this patch should be > explained in details in the ChangeLog entry (see below). > > OK for the 'yacc-work' branch? > > Re