From e22c1a9c49601f6a3c9c18e34bf0202b4b8668bd Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Wed, 16 Aug 2006 19:37:20 +0200 Subject: [PATCH] 2006-08-16 Tollef Fog Heen * 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 | 6 ++++++ pkg-config.1 | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2787525..14305de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-08-16 Tollef Fog Heen + + * 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 * configure.in, Makefile.am: Only use -Wall and other gcc-only diff --git a/pkg-config.1 b/pkg-config.1 index 072a682..41fd145 100644 --- a/pkg-config.1 +++ b/pkg-config.1 @@ -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, -- 2.39.5