From e65eddef49a9a08ce8f36557c117a46a9664caad Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 4 May 2018 22:29:38 +0200 Subject: Makefile.am: No quotes around value of ACLOCAL_AMFLAGS. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index d734550..7aab09b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ -SUBDIRS = src +ACLOCAL_AMFLAGS = -I m4 -ACLOCAL_AMFLAGS = '-I m4' +SUBDIRS = src if HAVE_GTEST SUBDIRS += tests -- cgit v1.2.3