On 03/23/2012 11:42 AM, David C. Rankin wrote:
On 03/23/2012 11:30 AM, David C. Rankin wrote:
<snip> > I think there is another copy of a different version libtool.m4 inculded in > acinclude.m4, and that's causing the problem > > The libtool m4 macros that match the ltmain script do properly set these > variables as Peter noted yesterday.
I think the problem is cvs.sh:
cat admin/acinclude.m4.in admin/libtool.m4.in admin/pkg.m4.in $adds > acinclude.m4
this includes the old libtool.m4.in in acinclude.m4
I'll test it, but I'm pretty sure that is what is screwing things up.
As a workaround, I have done the following:
cp /usr/share/aclocal/libtool.m4 ./admin cp /usr/share/aclocal/libtool.m4 ./admin/libtool.m4.in cp /usr/share/libtool/config/ltmain.sh ./admin
That solves the issue with tdeutils