Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Oct 2006 16:55:57 +0200
From:      Lothar Braun <mail@lobraun.de>
To:        freebsd-questions@freebsd.org
Subject:   aclocal19 doesn't find macros
Message-ID:  <200610101655.58368.mail@lobraun.de>

next in thread | raw e-mail | index | archive | help
--nextPart10270622.5Q1HrpjZmN
Content-Type: text/plain;
  charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

Hi list,

i'm trying to work on a configure.ac which contains the line=20

AM_PATH_XML2(2.4.0,,AC_MSG_ERROR([*** LibXML version $XML_VERSION not=20
found!]))

When i process it with aclocal15 everything works fine. But if i take=20
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=20

[lothar@marsha ~/]$ aclocal19 --print-ac-dir
/usr/local/share/aclocal19
[lothar@marsha ~/]$ aclocal15 --print-ac-dir
/usr/local/share/aclocal

If i run

aclocal19 --acdir=3D/usr/local/share/aclocal i get the message

aclocal:configure.ac:3: warning: macro `AM_INIT_AUTOMAKE' not found in libr=
ary

What can i do to make that work (using aclocal15 isn't an option because=20
automake19 won't work together with it)?

Cheers,
Lothar

--nextPart10270622.5Q1HrpjZmN
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQBFK7R+Cllgm08lUqkRAnGFAJ9v9WH5iE6iBympwaKsqmNhDFtCOQCfR29N
s3n+G4S+Ab47L0ShCXqg3Jo=
=8ptj
-----END PGP SIGNATURE-----

--nextPart10270622.5Q1HrpjZmN--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610101655.58368.mail>