Rene Engelhard wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

[ No need to CC me personally, I read [EMAIL PROTECTED] ]

Stephan Bergmann wrote:
former also implies the latter, anyway), configure checks for pkg-config to get suitable values for LIBXML_CFLAGS, LIBXML_LIBS, LIBXSLT_CFLAGS, LIBXSLT_LIBS. However, at least on Mac, there appear to always (at least when Xcode is installed) be /usr/bin/xml2-config and /usr/bin/xslt-config that could be called instead of pkg-config. (I think those two executables are standard parts of the libxml2 and libxslt packages, but I might be wrong.)

Yeah, the question is: how long? Everything nowadays is done by
pkg-config..

Well, obviously at least not on Mac OS X (which includes everything needed to program against libxml and libxslt, but not pkg-config).

Using the general pkg-config instead of (or before) the specific xml2|xslt-config has at least two problems:

For one, as Eric observed, it needlessly makes pkg-config a prerequisite on Mac.

Not that argument again, plese...

???  I must have missed the relevant thread.

the former is not available or does not work). I used a crude patch to verify this (see below), but I would be happy if somebody with deeper knowledge of autoconf (Rene?) turned this into a clean patch.

Please don't patch a generated file. Patch configure.in. (and run
autoconf)

Sure. I just wanted to get feedback on the chosen approach (and ideally somebody willing to turn my crude patch into a good one).

-Stephan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to