bug#8483: missing serial number in soem automake-provided m4 files

2011-04-12 Thread Stefano Lattarini
Hello automakers. I've recently noticed that some *.m4 files in the Automake distribution lack a serial number: $ cd ~/src/automake $ grep -L '# *serial' m4/*.m4 m4/amversion.m4 m4/auxdir.m4 m4/gcj.m4 m4/install-sh.m4 m4/mkdirp.m4 m4/python.m4 m4/runlog.m4 m4/strip.m4 m4/upc

bug#8485: Regression in maint: "make distcheck" fails when yacc is used with subdir-objects option

2011-04-12 Thread Stefano Lattarini
Apparently, in projects using Automake yacc support with the 'subdir-objects' option enabled, "make distcheck" fails, because in a VPATH build make (even GNU make) seems unable to find the distributed yacc-generated C files. This failure happens only with the developement version of automake, whil

bug#8483: missing serial number in soem automake-provided m4 files

2011-04-12 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Tue, Apr 12, 2011 at 10:43:36AM CEST: > I've recently noticed that some *.m4 files in the Automake distribution > lack a serial number: > > $ cd ~/src/automake > $ grep -L '# *serial' m4/*.m4 > m4/amversion.m4 > m4/auxdir.m4 > m4/gcj.m4 > m4/install-sh.m4 >