On Tue, Nov 28, 2006 at 12:23:15PM +0100, strk wrote: > Thanks a lot, I'm about to commit this, but first wanted > to show you this: > > *** [Gentoo] sanity check failed! *** > *** libtool.m4 and ltmain.sh have a version mismatch! *** > *** (libtool.m4 = 1.5.22, ltmain.sh = "1.5.22 Debian 1.5.22-2") *** > > Please run: > > libtoolize --copy --force
I tracked this down to macros/libtool.m4 not matching the version of 'libtool' I have on this machine. So, if we use 'libtoolize --copy --force', thus replacing the ltmain.sh file, we should as well update macros/libtool.m4, or completely drop it so that the system one is used. Alternatively, we should *not* run libtoolize ? What do you suggest ? --strk; _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

