From owner-freebsd-questions@FreeBSD.ORG Tue Oct 10 14:56:02 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6686916A415 for ; Tue, 10 Oct 2006 14:56:02 +0000 (UTC) (envelope-from mail@lobraun.de) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32B3A43D60 for ; Tue, 10 Oct 2006 14:56:01 +0000 (GMT) (envelope-from mail@lobraun.de) Received: from [134.2.165.37] (helo=vpn0287.extern.uni-tuebingen.de) by mrelayeu.kundenserver.de (node=mrelayeu3) with ESMTP (Nemesis), id 0MKxQS-1GXJ1S0MzH-0005m8; Tue, 10 Oct 2006 16:55:58 +0200 From: Lothar Braun To: freebsd-questions@freebsd.org Date: Tue, 10 Oct 2006 16:55:57 +0200 User-Agent: KMail/1.9.4 MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart10270622.5Q1HrpjZmN"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200610101655.58368.mail@lobraun.de> X-Provags-ID: kundenserver.de abuse@kundenserver.de login:104f95452e150713f597d156114ee5ee Subject: aclocal19 doesn't find macros X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Oct 2006 14:56:02 -0000 --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--