On Wed, May 06, 2015 at 10:50:57AM +0200, Michael Haubenwallner wrote: > > Am 2015-05-05 um 18:03 schrieb Michael Haubenwallner: > > Now that gcc-5 is out, what about an automake-1.11.6 update for gcc-6? > > Patch for top-level files.
> 2015-05-06 Michael Haubenwallner <michael.haubenwall...@ssi-schaefer.com> > > Use automake-1.11.6. > compile: Recreate. > config.guess: Recreate. > config.sub: Recreate. > depcomp: Recreate. > install-sh: Recreate. > missing: Recreate. > mkinstalldirs: Recreate. General comment on the ChangeLog entries in all your patches: 1) two spaces before < rather than one. 2) each filename in the ChangeLog should be preceeded by tab followed by * and space. So: * compile: Recreate. 3) perhaps drop the Use automake-1.11.6. line and just write: * compile: Regenerated with automake-1.11.6. * config.guess: Likewise. * config.sub: Likewise. ... Jakub