This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: Two confusing problems
>>>>> "John" == John Levon <moz@compsoc.man.ac.uk> writes:
>> Mixing libtool verisons like this is probably a bad idea anyway.
John> I don't see I have much choice if I want people to be able to
John> compile a make disted tarball with different libtool versions. I
John> didn't realise things weren't compatible for users of make
John> disted tarballs.
I thought the problem was that he was re-running aclocal, autoconf,
automake, etc.
I believe that `make dist' will generate a tarball which anybody can
unpack, configure, and build. This process shouldn't require redoing
any of the configury. So libtool version conflicts should not come in
to play -- the package is entirely self-contained.
If that isn't the case then there is a bug.
Tom