The canonical way to find these macro is to run autogen.sh or autoreconf while pkg-config (or pkgconf) is installed, which will copy an up-to-date
version of the macros from /usr/share/aclocal. The `make dist` archive will include a bundled copy of those macros, but the git repository doesn't need them.
37190b3c m4: Stop shipping our own copy of pkg.m4
.gitignore | 1 +
m4/pkg.m4 | 155 -------------------------------------------------------------
2 files changed, 1 insertion(+), 155 deletions(-)
Upstream: cgit.freedesktop.org