summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2012-08-22 11:26:26 -0700
committerDan Nicholson <dbn.lists@gmail.com>2012-08-22 11:35:13 -0700
commit1baefdf7d6ccde47f6e25d9db50b06e96b9212db (patch)
tree8c611702157625032cff9d292e0c4e4ed8a10c42 /configure.ac
parent617963c55e128eb182868c8a21782d2b65ea8110 (diff)
downloadpkg-config-1baefdf7d6ccde47f6e25d9db50b06e96b9212db.tar.gz
Discourage repeated usage of VARIABLE-PREFIX in PKG_CHECK_MODULES
When the VARIABLE-PREFIX tag is used more than once in PKG_CHECK_MODULES it can result in later runs reporting success without actually running pkg-config. This is because PKG_CHECK_MODULES looks for FOO_CFLAGS and FOO_LIBS from the environment as a way to allow users to override the test. PKG_CHECK_MODULES also sets these variables, though, and subsequent calls will simply use these values. Although there are legitimate ways to use the same VARIABLE-PREFIX (e.g., they're all under conditionals meaning only one will be used), document that repeated usage is not recommended. Freedesktop #3550
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions