Steven Shaw <[EMAIL PROTECTED]> wrote: >> Did you try just copying it into place? >> >> cp ~/local/libtool-1.5.22/share/aclocal/libtool.m4 $(aclocal > --print-ac-dir) > > Ok. I tried coping all the .m4's under libtool > > $ mkdir $(aclocal --print-ac-dir) > $ cp ~/local/libtool-1.5.22/share/aclocal/*.m4 $(aclocal --print-ac-dir) > > Now ./bootstrap runs without error but unfortunately ./configure barfs > with: > > checking for cppunit-config... /home/pyramid/r015530/local/cppunit-1.11.6 > /bin/cppunit-config > checking for Cppunit - version >= 1.10.2... 1.11.6 > ./configure: line 21164: syntax error near unexpected token `APR,' > ./configure: line 21164: ` PKG_CHECK_MODULES(APR, apr-1 >= > $APR_MINIMUM_VERSION)'
You've identified another developer-bootstrap dependency. You need the package that provides the definition of that PKG_CHECK_MODULES automake macro: pkgconfig. It provides the file, /usr/share/aclocal/pkg.m4.
