From: Joe Konno <joe.konno(a)intel.com>
According to the gettext documentation, "--install -I m4" are the
recommended AMFLAGS when using automake >= 1.10. Let's assume builders
are using a recent automake.
Signed-off-by: Joe Konno <joe.konno(a)intel.com>
---
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index 8e4e09d6145d..bf087e8caef3 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 \
--
2.9.0