Add -I m4 to ACLOCAL_AMFLAGS
authorDavid Herrmann <dh.herrmann@gmail.com>
Sat, 17 Aug 2013 11:58:14 +0000 (13:58 +0200)
committerPeter Hutterer <peter.hutterer@who-t.net>
Thu, 22 Aug 2013 06:24:03 +0000 (16:24 +1000)
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 <dh.herrmann@gmail.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Makefile.am

index 2638b9f..e622c1d 100644 (file)
@@ -1,3 +1,4 @@
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 SUBDIRS = doc libevdev tools test
 
 pkgconfigdir = $(libdir)/pkgconfig