bug-libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: libtool 1.6 should provide support for A[CM]_PROG_LIBTOOL


From: Morten Brix Pedersen
Subject: Re: libtool 1.6 should provide support for A[CM]_PROG_LIBTOOL
Date: Thu, 13 May 2004 02:18:09 +0200
User-agent: Mutt/1.5.6i

Hi,

* Scott James Remnant <address@hidden> [2004-05-13 02:08:38]:
> On Thu, 2004-05-13 at 02:02 +0200, Morten Brix Pedersen wrote:
> 
> > Hi Scott,
> > 
> > * Scott James Remnant <address@hidden> [2004-05-13 01:45:55]:
> > > On Wed, 2004-05-12 at 23:30 +0200, Morten Brix Pedersen wrote:
> > > 
> > > > It seems that LC_INIT has replaced A[CM]_PROG_LIBTOOL in libtool 1.6. I
> > > > suggest that libtool only deprecated these options and still provide
> > > > backwards compatability support.
> > > > 
> > > It does...
> > > 
> > > If it's not working, there's a bug somewhere; have you got an example
> > > configure.ac that fails?
> > 
> > Here's my autogen.sh:
> > 
> >     #!/bin/sh
> > 
> >     # build it all
> >     libtoolize --copy --force && \
> >     aclocal $ACLOCAL_FLAGS && \
> >     autoheader && \
> >     automake --include-deps --add-missing --copy && \
> >     autoconf
> > 
> >     # in case automake generated errors
> >     autoconf
> > 
> > And here's some test runs:
> > 
> What happens if you run autogen as "ACLOCAL_FLAGS=-I. ./autogen.sh" ?

Uh, that puts aclocal in some kind of infinite loop:

mbp:~/test$ ACLOCAL_FLAGS='-I .' ./autogen.sh
libtoolize: copying file `./config.guess'
libtoolize: copying file `./config.sub'
libtoolize: copying file `./ltmain.sh'
libtoolize: copying file `./ltoptions.m4'
libtoolize: copying file `./ltsugar.m4'
libtoolize: copying file `./ltversion.m4'
libtoolize: copying file `./libtool.m4'
[no response]

  - Morten.

-- 
http://mbrix.dk/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]