From fc979623a91ec4af90532daeeb5bca68b25c67c0 Mon Sep 17 00:00:00 2001 From: Carlo Wood Date: Fri, 1 Mar 2019 08:11:56 +0100 Subject: Minor build system fixes. --- googlemock/Makefile.am | 2 ++ googlemock/configure.ac | 1 + 2 files changed, 3 insertions(+) (limited to 'googlemock') diff --git a/googlemock/Makefile.am b/googlemock/Makefile.am index 8e0128fa..c77ef2b8 100644 --- a/googlemock/Makefile.am +++ b/googlemock/Makefile.am @@ -1,5 +1,7 @@ # Automake file +ACLOCAL_AMFLAGS = -I m4 + # Nonstandard package files for distribution. EXTRA_DIST = LICENSE diff --git a/googlemock/configure.ac b/googlemock/configure.ac index 9456c3d5..aaa4ad43 100644 --- a/googlemock/configure.ac +++ b/googlemock/configure.ac @@ -8,6 +8,7 @@ AC_INIT([Google C++ Mocking Framework], # Provide various options to initialize the Autoconf and configure processes. AC_PREREQ([2.59]) AC_CONFIG_SRCDIR([./LICENSE]) +AC_CONFIG_MACRO_DIRS([m4]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([build-aux/config.h]) AC_CONFIG_FILES([Makefile]) -- cgit v1.2.3