Subject: Re: libxml2 vs. XML2_CONFIG
To: Hubert Feyrer <hubert.feyrer@informatik.fh-regensburg.de>
From: Johnny Lam <jlam@c35.jgrind.org>
List: tech-pkg
Date: 08/17/2001 20:55:16
On Sat, Aug 18, 2001 at 05:18:57AM +0200, Hubert Feyrer wrote:
> 
> it seems that configure scripts look for the xml-config program in
> XML_CONFIG, not XML2_CONFIG. Can that be adjusted?

Yes, the buildlink.mk file should define what configure scripts want.
I don't think any packages will want both libxml and libxml2, so there
is little worry about the two buildlink.mk files conflicting with each
other.  To be extra sure that the two buildlink.mk files can't be
included together, just change the guard definition to prevent multiple
inclusion to match in both files.

	Cheers,

	-- Johnny Lam <jlam@jgrind.org>