]> git.proxmox.com Git - mirror_frr.git/commit - configure.ac
build: include copy of pkg.m4, fix invocation
authorDavid Lamparter <equinox@opensourcerouting.org>
Wed, 18 Jan 2017 17:01:53 +0000 (18:01 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Wed, 18 Jan 2017 17:01:53 +0000 (18:01 +0100)
commit00c03bc94bcf7707e3ab41c07ef2a0301d2cfcdb
tree2c443dff79417d50f29a40cb4917b475326171f5
parentcd27ec47ef143bee295866ce46044bd77691ae95
build: include copy of pkg.m4, fix invocation

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>
.gitignore
configure.ac
m4/pkg.m4 [new file with mode: 0644]