Bug 4702

Summary: PKG_PROG_PKG_CONFIG: command not found
Product: cairo Reporter: Christian Biesinger <cbiesinger>
Component: generalAssignee: Carl Worth <cworth>
Status: RESOLVED FIXED QA Contact: cairo-bugs mailing list <cairo-bugs>
Severity: normal    
Priority: high    
Version: 1.1.1   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:

Description Christian Biesinger 2005-10-06 14:26:41 UTC
$ ./autogen.sh --enable-maintainer-mode --enable-gtk-doc
...
./configure: line 20426: PKG_PROG_PKG_CONFIG: command not found


Looks like this requires a pretty new pkg-config, at least newer than FC4 has it:
$ rpm -qf /usr/share/aclocal/pkg.m4
pkgconfig-0.15.0-6

Looks like 0.16 is required. If that's the required version for building cairo,
can it be documented somewhere?
Comment 1 Chris Wilson 2008-10-10 10:07:12 UTC
Added pkg-config to the list of required tools to build configure. Amusingly, the method to specify the required version of pkg-config to automake is PKG_PROG_PKG_CONFIG...

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.