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 

[EMAIL PROTECTED] ~/]$ aclocal19 --print-ac-dir
/usr/local/share/aclocal19
[EMAIL PROTECTED] ~/]$ 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

Attachment: pgpFeGLAl97fG.pgp
Description: PGP signature

Reply via email to