README.md: Small updates.

pull/36/head
JD Horelick 2012-07-27 01:03:49 -04:00
parent 002a0a7338
commit 1394a4edfe
1 changed files with 4 additions and 5 deletions

View File

@ -12,10 +12,9 @@ pretty ugly.)
Implementations of pkg-config, such as pkgconf are typically used with the Implementations of pkg-config, such as pkgconf are typically used with the
PKG_CHECK_MODULES autoconf macro. As far as I (nenolod) know, pkgconf is PKG_CHECK_MODULES autoconf macro. As far as I (nenolod) know, pkgconf is
compatible with all known variations of this macro. However, I have not compatible with all known variations of this macro. pkgconf detects at
extensively tested yet for compatibility. pkgconf detects at runtime runtime whether or not it was started as 'pkg-config', and if so, attempts
whether or not it was started as 'pkg-config', and if so, attempts to set to set program options in a way where it's behaviour should be similar.
program options in a way where it's behaviour should be similar.
In terms of the autoconf macro, it is possible to specify the PKG_CONFIG In terms of the autoconf macro, it is possible to specify the PKG_CONFIG
environment variable, so that you can test pkgconf without overwriting your environment variable, so that you can test pkgconf without overwriting your
@ -54,4 +53,4 @@ Release tarballs are available at <http://nenolod.net/~nenolod/distfiles>.
## reporting bugs ## reporting bugs
See <https://github.com/nenolod/pkgconf/issues>. See <https://github.com/pkgconf/pkgconf/issues>.