Re: [patch 0/27] RFC: Use automake-1.11.6 across the tree

2015-05-18 Thread Michael Haubenwallner
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? > When installing automake-1.11.6 into some dedicated location, there's one regression compared to 1.11.1: $ ./configure --prefix=/prefix/of/automake-1.11.6 && mak

Re: [patch 0/27] RFC: Use automake-1.11.6 across the tree

2015-05-12 Thread Michael Haubenwallner
On 05/08/2015 01:22 PM, Bernd Edlinger wrote: > On Thu, 7 May 2015 18:52:52, Michael Haubenwallner wrote: >> On 05/06/2015 03:01 PM, Bernd Edlinger wrote: >>> On Tue, 5 May 2015 18:03:15, Michael Haubenwallner wrote: Now that gcc-5 is out, what about an automake-1.11.6 update for gcc-6?

Re: [patch 0/27] RFC: Use automake-1.11.6 across the tree

2015-05-08 Thread Andreas Schwab
Michael Haubenwallner writes: > This starts to become tricky here on my quite up-to-date Gentoo stable amd64 > box: > > The normal host compiler is: gcc version 4.8.4 configured to > --enable-languages=c,c++ > while the gnat compiler is: gnatgcc version 4.3.5 configured to > --enable-lang

RE: [patch 0/27] RFC: Use automake-1.11.6 across the tree

2015-05-08 Thread Bernd Edlinger
Hi Michael, On Thu, 7 May 2015 18:52:52, Michael Haubenwallner wrote: > > Hi Bernd, > > On 05/06/2015 03:01 PM, Bernd Edlinger wrote: >> On Tue, 5 May 2015 18:03:15, Michael Haubenwallner wrote: >>> >>> Now that gcc-5 is out, what about an automake-1.11.6 update for gcc-6? >>> >>> BTW, the actual

Re: [patch 0/27] RFC: Use automake-1.11.6 across the tree

2015-05-07 Thread Michael Haubenwallner
Hi Bernd, On 05/06/2015 03:01 PM, Bernd Edlinger wrote: > On Tue, 5 May 2015 18:03:15, Michael Haubenwallner wrote: >> >> Now that gcc-5 is out, what about an automake-1.11.6 update for gcc-6? >> >> BTW, the actual commands I use to re-run automake for everything (I found) >> is: >> $ export AUTO

Re: [patch 0/27] RFC: Use automake-1.11.6 across the tree

2015-05-06 Thread Jeff Law
On 05/05/2015 10:03 AM, Michael Haubenwallner wrote: Hello build machinery maintainers, following up http://thread.gmane.org/gmane.comp.gcc.patches/331902/focus=334462 http://thread.gmane.org/gmane.comp.gcc.patches/332160 [ ... snip ... ] Even if I probably need to split this change into one

RE: [patch 0/27] RFC: Use automake-1.11.6 across the tree

2015-05-06 Thread Bernd Edlinger
Hi, On Tue, 5 May 2015 18:03:15, Michael Haubenwallner wrote: > > Now that gcc-5 is out, what about an automake-1.11.6 update for gcc-6? > > BTW, the actual commands I use to re-run automake for everything (I found) is: > $ export AUTOMAKE='automake-1.11 --add-missing --copy --force-missing' > $

Re: [patch 0/27] RFC: Use automake-1.11.6 across the tree

2015-05-06 Thread Michael Haubenwallner
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? Trivial patch for intl. 2015-05-06 Michael Haubenwallner Use automake-1.11.6. aclocal.m4: Recreate. Index: intl/aclocal.m4 =

[patch 0/27] RFC: Use automake-1.11.6 across the tree

2015-05-05 Thread Michael Haubenwallner
Hello build machinery maintainers, following up http://thread.gmane.org/gmane.comp.gcc.patches/331902/focus=334462 http://thread.gmane.org/gmane.comp.gcc.patches/332160 On 01/25/2015 08:42 PM, Jan-Benedict Glaw wrote: > On Sun, 2015-01-04 20:20:40 +0100, Michael Haubenwallner > wrote: >> Updat