After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 751615 - pkg-config is hardcoded in Makefile.am
pkg-config is hardcoded in Makefile.am
Status: RESOLVED DUPLICATE of bug 765827
Product: gexiv2
Classification: Other
Component: build
0.10.x
Other Linux
: Normal normal
: ---
Assigned To: Gexiv2 Maintainers
Gexiv2 Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-06-28 18:02 UTC by Pierre Lejeune
Modified: 2016-04-29 21:32 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to de-hardcode pkg-config in Makefile.am (1.16 KB, patch)
2015-06-28 18:02 UTC, Pierre Lejeune
none Details | Review

Description Pierre Lejeune 2015-06-28 18:02:15 UTC
Created attachment 306245 [details] [review]
Patch to de-hardcode pkg-config in Makefile.am

Hi,

In Makefile.am, pkg-config command is hardcoded in two places.

Here is a patch to use $(PKG_CONFIG), filled in by configure.ac's PKG_PROG_PKG_CONFIG macro.
Comment 1 Jens Georg 2016-04-29 21:32:00 UTC
Hi, thanks for the patch. I think, however, that the correct way to solve this is to use the introspection automake integration

*** This bug has been marked as a duplicate of bug 765827 ***