[PATCH] Update libtool to latest git tip

Peter O'Gorman pogma@thewrittenword.com
Fri Sep 26 00:52:00 GMT 2008


On Thu, Sep 25, 2008 at 03:38:47PM -0700, Steve Ellcey wrote:
> I put the 2.2.6 libtool that Peter O'Gorman sent out in my local tree
> for testing and with the idea that I would check it in if Paolo didn't
> get around to it and I ran into the following issue.
> 
> I was running autoconf in the main directory and in the gcc directory to
> see if updating libtool caused any configure changes (I don't think it
> should) 

Why do you think that configure in gcc/ would not change. It contains an
AC_PROG_LIBTOOL macro, so should get the updated libtool.

> and when I ran autoconf in the gcc directory (after updating
> libtool) I got:
> 
> $ autoconf
> configure.ac:1847: warning: LTOBSOLETE_VERSION is m4_require'd but is not m4_defun'd
> configure.ac:1847: LTOBSOLETE_VERSION is required by...
> ./libtool.m4:99: LT_INIT is expanded from...
> ./libtool.m4:102: AC_PROG_LIBTOOL is expanded from...
> configure.ac:1847: the top level
> 

> Any ideas?

gcc/aclocal.m4 needs to be regenerated. It is a generated file, so I
did not include it in the patch that I sent.

Peter
-- 
Peter O'Gorman
pogma@thewrittenword.com



More information about the Gcc-patches mailing list