From fadd7a020c055a8be08d6fb1270e621fb1a64db2 Mon Sep 17 00:00:00 2001 From: Joe Konno Date: Wed, 3 Aug 2016 14:53:18 -0700 Subject: Makefile.am: add --install to ACLOCAL_AMFLAGS This is supported by >=automake-1.10, so let's use it to ensure all requisite m4 scripts are assembled at configure and build time. Signed-off-by: Joe Konno --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 128500e..819441e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ AUTOMAKE_OPTIONS = subdir-objects -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = --install -I m4 SUBDIRS = \ traceevent \ -- cgit v1.2.3