diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2017-01-18 18:01:53 +0100 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2017-01-18 18:01:53 +0100 |
| commit | 00c03bc94bcf7707e3ab41c07ef2a0301d2cfcdb (patch) | |
| tree | 2c443dff79417d50f29a40cb4917b475326171f5 /.gitignore | |
| parent | cd27ec47ef143bee295866ce46044bd77691ae95 (diff) | |
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>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 507b193b4b..01b0bad7d2 100644 --- a/.gitignore +++ b/.gitignore @@ -42,6 +42,7 @@ m4/*.m4 !m4/ax_sys_weak_alias.m4 !m4/ax_compare_version.m4 !m4/ax_prog_perl_modules.m4 +!m4/pkg.m4 debian/autoreconf.after debian/autoreconf.before debian/files |
