From 75074635bbff716d3029ac922d6d3a6d6a6ef626 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Fri, 8 Sep 2017 20:52:02 -0500 Subject: [PATCH] meson: install pkg.m4 to aclocal dir (closes #124) --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index 10c3a9e..0b138f1 100644 --- a/meson.build +++ b/meson.build @@ -92,3 +92,4 @@ subdir('tests') install_man('pkgconf.1') +install_data('pkg.m4', install_dir: 'share/aclocal')