From: David Herrmann Date: Sat, 17 Aug 2013 11:58:14 +0000 (+0200) Subject: Add -I m4 to ACLOCAL_AMFLAGS X-Git-Tag: libevdev-0.4~64 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d9c9322c06b3ac84ec5de6326114f493d97d0cfa;p=platform%2Fupstream%2Flibevdev.git 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 --- 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