From 7e8b0bf6d9e003fe9877fac55ce31205d2433e18 Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Sat, 26 Sep 2015 12:28:02 -0700 Subject: 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. --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 388c013..6cc3bb2 100644 --- a/configure.ac +++ b/configure.ac @@ -195,7 +195,7 @@ dnl g_win32_get_package_installation_directory_of_module(). dnl dnl Pull in pkg-config macros to find external glib. dnl -m4_include([pkg.m4]) +m4_include([pkg.m4.in]) m4_define([glib_module], [glib-2.0 >= 2.16]) AC_ARG_WITH([internal-glib], [AS_HELP_STRING([--with-internal-glib], [use internal glib])], @@ -255,6 +255,7 @@ AM_CONDITIONAL([HOST_TOOL], [test "x$enable_host_tool" = xyes]) AC_CONFIG_FILES([ Makefile +pkg.m4 check/Makefile check/config.sh ]) -- cgit v1.2.1