This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch 1/28] top-level: Use automake-1.11.6


On Wed, 6 May 2015, 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.

I don't think this top-level patch is a good idea.  These are *not* 
generated files, they're scripts imported verbatim from the relevant 
upstream repositories (not releases).  Any change should simply be 
importing the latest upstream version.  Updating the version of automake 
used should solely be able changing files that are generated, not copied, 
by automake (e.g. Makefile.in generated from Makefile.am) - plus of course 
documenting the new automake version in install.texi.

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]