When building pkg-config 0.27 on OS X with the --with-internal-glib flag, it wants to install the following three files which are already installed by glib: $PREFIX/share/aclocal/glib-2.0.m4 $PREFIX/share/aclocal/glib-gettext.m4 $PREFIX/share/aclocal/gsettings.m4 pkg-config should not install files which more properly belong to other software. I can work around the problem by not using the --with-internal-glib flag, and instead letting pkg-config use the glib 2.32.3 that I already have installed.
*** Bug 52044 has been marked as a duplicate of this bug. ***
Oh, that definitely slipped through the cracks. This is fixed in commit 40dc57f.
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.