It seems that autogen.sh failed when I tried to build theora from svn because it could not find libtool.m4. With Mandrake 10.0, I have libtool.m4 in /usr/share/aclocal/libtool.m4 Where is it supposed to be? Regards, John
On Thu, Sep 23, 2004 at 03:18:37PM -0500, John Kintree wrote:> It seems that autogen.sh failed when I tried to build theora from svn because > it could not find libtool.m4. With Mandrake 10.0, I have libtool.m4 in > /usr/share/aclocal/libtool.m4That's where it is on debian too.> Where is it supposed to be?In the default search path of the aclocal tool. Apparently it's not. You can work around with 'ACLOCAL_FLAGS=-I/usr/share/aclocal ./autogen.sh'. -r
On Thu, Sep 23, 2004 at 11:18:37PM -0500, John Kintree wrote:> > Or copy /usr/share/aclocal/libtool.m4 to /usr/local/share/aclocal. :) > > That did the trick. After giving that command, I was able to run > both ./autogen.sh and make to conclusion. Thanks for your patience.Glad you got it working! -r