Bug 89267 - Add version for pkg.m4
Summary: Add version for pkg.m4
Status: RESOLVED FIXED
Alias: None
Product: pkg-config
Classification: Unclassified
Component: src (show other bugs)
Version: unspecified
Hardware: All All
: medium normal
Assignee: pkg-config
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-21 19:17 UTC by Dan Nicholson
Modified: 2015-09-26 22:08 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Dan Nicholson 2015-02-21 19:17:29 UTC
PKG_PROG_PKG_CONFIG checks the version of pkg-config on the user's system at build time. What is not available is a way to check the version of pkg.m4 at autogen time. This would allow developers to specify a version that contains a new macro or a version where a bug in a macro was fixed.

I'm leaning towards adding PKG_PREREQ like AC_PREREQ or LT_PREREQ where you can specify this version. I'd just use the same package version as pkg-config itself and substitute it into pkg.m4 at pkg-config build time.
Comment 1 Dan Nicholson 2015-09-26 22:08:24 UTC
Fixed in commit b51cd216.


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.