]> err.no Git - pkg-config/commit
Improve pkg-config's configure instructure and bring it bang
authorArch Librarian <arch@canonical.com>
Thu, 14 Jul 2005 13:05:59 +0000 (13:05 +0000)
committerArch Librarian <arch@canonical.com>
Thu, 14 Jul 2005 13:05:59 +0000 (13:05 +0000)
commitb1584b5aaf9ce396e61599caff2b5e15f01daf91
treeffa1e807ffcb01ef8f5e3a7316fd0c2a808d8af2
parent3ab7ea98e53d65aeae64de62511e1645b883584e
Improve pkg-config's configure instructure and bring it bang
Author: keybuk
Date: 2004-06-07 23:43:21 GMT
Improve pkg-config's configure instructure and bring it bang
up to date.

* pkg.m4: Complete rewrite.
(PKG_PROG_PKG_CONFIG): if PKG_CONFIG not defined, find the
pkg-config in the path or $host-pkg-config if cross-compiling,
check that is of at least version 0.9.0 or one given.
(_PKG_CONFIG): internal macro to call pkg-config.
(PKG_CHECK_MODULES): same semantics as the previous incarnation
except you can prevent pkg-config from being called by defining
xxx_CFLAGS and xxx_LIBS yourself, additionally all results are
cached.
* README, pkg-config.1: Adjust documentation to match.
ChangeLog
README
pkg-config.1
pkg.m4