libtool update (was: Autoconf 2.64 broken on FreeBSD 10.0)

2011-11-19 Thread Gerald Pfeifer
[ gcc - gcc-patches ]

On Tue, 15 Nov 2011, Andreas Tobler wrote:
 With a libtool import we would cover this and some more issues. I
 think Markus Trippelsdorf prepared a patch for trunk but I do not
 know its status. I tested both iterations successfully.

I believe Markus' latest patch is here:

  http://gcc.gnu.org/ml/gcc-patches/2011-10/msg02884.html

This (or a subset) is necessary to get FreeBSD 10.x working, and it also 
remove a couple of dozen incorrect references to Linux that RMS reported.

It would be great could you have a look to get this in.

Thanks,
Gerald


Re: libtool update (was: Autoconf 2.64 broken on FreeBSD 10.0)

2011-11-19 Thread Markus Trippelsdorf
On 2011.11.19 at 20:12 +0100, Gerald Pfeifer wrote:
 [ gcc - gcc-patches ]
 
 On Tue, 15 Nov 2011, Andreas Tobler wrote:
  With a libtool import we would cover this and some more issues. I
  think Markus Trippelsdorf prepared a patch for trunk but I do not
  know its status. I tested both iterations successfully.
 
 I believe Markus' latest patch is here:
 
   http://gcc.gnu.org/ml/gcc-patches/2011-10/msg02884.html
 
 This (or a subset) is necessary to get FreeBSD 10.x working, and it also 
 remove a couple of dozen incorrect references to Linux that RMS reported.
 
 It would be great could you have a look to get this in.

I have deleted the tarballs because they don't apply cleanly anymore.
But this is not rocket science and you can easily update to the new
libtool yourself by just copying the new version to the gcc root dir
and running ACLOCAL='aclocal -I .. -I ../config' autoreconf -v in the
various subdirs.

-- 
Markus