summaryrefslogtreecommitdiff
path: root/m4/pkg.m4
AgeCommit message (Collapse)Author
2018-09-08build: make pkgconfig configure output usefulDavid Lamparter
The variable name is not exactly the most helpful thing there. Signed-off-by: David Lamparter <equinox@diac24.net>
2017-01-18build: include copy of pkg.m4, fix invocationDavid Lamparter
pkg.m4 will be missing on systems that don't have pkg-config installed; this renders the point of the configure check moot which is to find pkg-config... Also, PKG_PROG_PKG_CONFIG should be invoked unconditionally as described in https://autotools.io/pkgconfig/pkg_check_modules.html Signed-off-by: David Lamparter <equinox@opensourcerouting.org>