aclocal19 doesn't find macros
Lothar Braun
mail at lobraun.de
Tue Oct 10 07:56:02 PDT 2006
Hi list,
i'm trying to work on a configure.ac which contains the line
AM_PATH_XML2(2.4.0,,AC_MSG_ERROR([*** LibXML version $XML_VERSION not
found!]))
When i process it with aclocal15 everything works fine. But if i take
aclocal19 for that job, i'll get the error message:
aclocal:configure.ac:8: warning: macro `AM_PATH_XML2' not found in library
This seems to be because of
[lothar at marsha ~/]$ aclocal19 --print-ac-dir
/usr/local/share/aclocal19
[lothar at marsha ~/]$ aclocal15 --print-ac-dir
/usr/local/share/aclocal
If i run
aclocal19 --acdir=/usr/local/share/aclocal i get the message
aclocal:configure.ac:3: warning: macro `AM_INIT_AUTOMAKE' not found in library
What can i do to make that work (using aclocal15 isn't an option because
automake19 won't work together with it)?
Cheers,
Lothar
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20061010/2046ae10/attachment.pgp
More information about the freebsd-questions
mailing list