From c71e7aa9a176433430e2037f41f87b5fce11f7cd Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 2 May 2018 15:20:02 +0200 Subject: Add AC_CONFIG_MACRO variables, make autoreconf happy. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 0be6fd9..d734550 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,7 @@ SUBDIRS = src +ACLOCAL_AMFLAGS = '-I m4' + if HAVE_GTEST SUBDIRS += tests endif -- cgit v1.2.3