[PATCH 2/7] Add -I m4 to ACLOCAL_AMFLAGS

David Herrmann dh.herrmann at gmail.com
Sat Aug 17 04:58:14 PDT 2013


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 at gmail.com>
---
 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
-- 
1.8.3.4



More information about the Input-tools mailing list