From d9c9322c06b3ac84ec5de6326114f493d97d0cfa Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Sat, 17 Aug 2013 13:58:14 +0200 Subject: [PATCH] Add -I m4 to ACLOCAL_AMFLAGS We put m4 files into a separate directory. If we ever put our own files in there, we need to include it. Furthermore, this suppresses annoying autotools warnings. Signed-off-by: David Herrmann Reviewed-by: Peter Hutterer Signed-off-by: Peter Hutterer --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 2638b9f..e622c1d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,4 @@ +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} SUBDIRS = doc libevdev tools test pkgconfigdir = $(libdir)/pkgconfig -- 2.7.4