Bug 28776 - Allow documented environment variables in autoconf
Summary: Allow documented environment variables in autoconf
Status: RESOLVED FIXED
Alias: None
Product: pkg-config
Classification: Unclassified
Component: src (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Tollef Fog Heen
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-27 03:19 UTC by Enrico Scholz
Modified: 2011-05-15 05:20 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Allow documented environment variables in autoconf (1.29 KB, patch)
2010-06-27 03:19 UTC, Enrico Scholz
Details | Splinter Review

Description Enrico Scholz 2010-06-27 03:19:29 UTC
Created attachment 36540 [details] [review]
Allow documented environment variables in autoconf

It might be useful to write something like

  sdkflags=$PKG_CONFIG_SYSROOT_DIR`$PKG_CONFIG --variable=sdkdir xorg-server`

in configure.ac macros.  Unfortunately, this will be blocked because
'PKG_CONFIG_SYSROOT' is a forbidden m4 pattern.

This patch extends the list of allowed pattern by the names of
documented pkg-config environment variables.
Comment 1 Tollef Fog Heen 2011-05-15 05:20:38 UTC
Thanks, applied.


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.