mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-05-05 21:38:01 +02:00
2005-04-12 Tollef Fog Heen <tfheen@err.no>
Author: tfheen
Date: 2005-04-12 11:46:59 GMT
2005-04-12 Tollef Fog Heen <tfheen@err.no>
* pkg.m4: Add note that PKG_PROG_PKG_CONFIG must be called
explicitly if the first call to PKG_CHECK_MODULES might not
happen. (Debian #303211)
This commit is contained in:
parent
afe36bd90f
commit
d918a29418
2 changed files with 13 additions and 0 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2005-04-12 Tollef Fog Heen <tfheen@err.no>
|
||||
|
||||
* pkg.m4: Add note that PKG_PROG_PKG_CONFIG must be called
|
||||
explicitly if the first call to PKG_CHECK_MODULES might not
|
||||
happen. (Debian #303211)
|
||||
|
||||
2005-04-12 Tollef Fog Heen <tfheen@err.no>
|
||||
|
||||
* configure.in: Bump to 0.17
|
||||
|
|
|
|||
7
pkg.m4
7
pkg.m4
|
|
@ -63,6 +63,13 @@ fi[]dnl
|
|||
|
||||
# PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND],
|
||||
# [ACTION-IF-NOT-FOUND])
|
||||
#
|
||||
#
|
||||
# Note that if there is a possibility the first call to
|
||||
# PKG_CHECK_MODULES might not happen, you should be sure to include an
|
||||
# explicit call to PKG_PROG_PKG_CONFIG in your configure.in
|
||||
#
|
||||
#
|
||||
# --------------------------------------------------------------
|
||||
AC_DEFUN([PKG_CHECK_MODULES],
|
||||
[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue