]> err.no Git - pkg-config/commitdiff
2006-08-16 Tollef Fog Heen <tfheen@err.no>
authorTollef Fog Heen <tfheen@err.no>
Wed, 16 Aug 2006 17:37:20 +0000 (19:37 +0200)
committerTollef Fog Heen <tfheen@err.no>
Wed, 16 Aug 2006 17:37:20 +0000 (19:37 +0200)
* pkg-config.1: Apply patch from Ed Catmur to document
PKG_PROG_PKG_CONFIG and that it should be used if the first call
to PKG_CHECK_MODULES might not happen.

ChangeLog
pkg-config.1

index 2787525c5e9d711493d1784446512d984865c55c..14305de3c25e8b521a6832567616e33bc403c756 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-08-16  Tollef Fog Heen  <tfheen@err.no>
+
+       * pkg-config.1: Apply patch from Ed Catmur to document
+       PKG_PROG_PKG_CONFIG and that it should be used if the first call
+       to PKG_CHECK_MODULES might not happen.
+
 2005-12-28  Tollef Fog Heen  <tfheen@err.no>
 
        * configure.in, Makefile.am: Only use -Wall and other gcc-only
index 072a682584f4f772bb0ba6d378b719f44cdfc0b8..41fd1457367975ffc7f6b3aefed4e0e2613e203a 100644 (file)
@@ -300,6 +300,10 @@ error messages if you specify your own ACTION-IF-NOT-FOUND.
 However, it will set the variable MYSTUFF_PKG_ERRORS, which you can 
 use to display what went wrong.
 
+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.ac
+
 .I "PKG_PROG_PKG_CONFIG([MIN-VERSION])"
 
 Defines the PKG_CONFIG variable to the best pkg-config available,