From 7af5a0fff26df39be2b2b0dc5f874ab3f720a215 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sat, 12 Sep 2015 21:28:03 +0200 Subject: [PATCH] Install the m4 file --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.am b/Makefile.am index dc6049d..1a164a7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,6 +12,7 @@ bin_PROGRAMS = pkgconf lib_LTLIBRARIES = libpkgconf.la EXTRA_DIST = \ + pkg.m4 \ tests/lib1/argv-parse-2.pc \ tests/lib1/dos-lineendings.pc \ tests/lib1/paren-quoting.pc \ @@ -73,6 +74,9 @@ noinst_HEADERS = getopt_long.h dist_doc_DATA = README.md AUTHORS +m4datadir = $(datadir)/aclocal +m4data_DATA = pkg.m4 + EXTRA_PROGRAMS = unit_tests unit_tests_SOURCES = libpkgconf/tests/argvsplit-test.c unit_tests_LDADD = libpkgconf.la