Fix aclocal m4/ include for out-of-tree builds - all src relative paths
need to be prefixed with $(top_srcdir)
diff --git a/Makefile.am b/Makefile.am
index dbc0807..dbfecc9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,4 +11,4 @@
 	tools/mrlg.cgi tools/rrcheck.pl tools/rrlookup.pl tools/zc.pl \
 	tools/zebra.el
 
-ACLOCAL_AMFLAGS = -I m4
+ACLOCAL_AMFLAGS = -I $(top_srcdir)/m4