summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2015-09-26 12:28:02 -0700
committerDan Nicholson <dbn.lists@gmail.com>2015-09-26 15:01:37 -0700
commit7e8b0bf6d9e003fe9877fac55ce31205d2433e18 (patch)
tree6880162e4281ad106ebfb83f04b614818f581b4e /Makefile.am
parentd377ee6b740373895cb67cdc14a98c0d71650e05 (diff)
downloadpkg-config-7e8b0bf6d9e003fe9877fac55ce31205d2433e18.tar.gz
m4: Process pkg.m4 through AC_CONFIG_FILES
Currently there are no substitutions needed in pkg.m4, but this will allow autoconf values such as the package version to be included.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 6dc5b39..e46c798 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -48,7 +48,7 @@ endif
# Various data files
m4dir = $(datadir)/aclocal
-dist_m4_DATA = pkg.m4
+m4_DATA = pkg.m4
dist_doc_DATA = pkg-config-guide.html
dist_man_MANS = pkg-config.1
EXTRA_DIST = README.win32