Bug 33920

Summary: ${pc_top_builddir} expands to \$\(top_builddir\)
Product: pkg-config Reporter: Nicholas Miell <nmiell>
Component: srcAssignee: Tollef Fog Heen <tfheen>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: medium CC: brian.cameron
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Nicholas Miell 2011-02-04 14:25:38 UTC
${pc_top_builddir} expands to \$\(top_builddir\), which is pretty clearly intended to be a make variable reference, except the shell escaping breaks it.
Comment 1 Tollef Fog Heen 2011-04-13 13:03:38 UTC
Fixed in:

commit 1b1bd80f5fff35f20903489b0e988ba7a1159f95
Author: Tollef Fog Heen <tfheen@err.no>
Date:   Wed Apr 13 22:02:51 2011 +0200

    Allow $() through unescaped.
    
    $(foo) is used for make escapes, so allow them through.
    
    Freedesktop #33920
Comment 2 Tollef Fog Heen 2011-05-15 05:14:40 UTC
*** Bug 28453 has been marked as a duplicate of this bug. ***

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.