commit | 9b29eb75f618ff9896d4ee65ad3cb24eb2f2d02e | [log] [tgz] |
---|---|---|
author | paul <paul> | Sun Sep 05 02:26:24 2004 +0000 |
committer | paul <paul> | Sun Sep 05 02:26:24 2004 +0000 |
tree | cf8ebb086034f7d0db456369fed3bf9f0608cbc4 | |
parent | 4846ef64bac7cbb6f761f7155022df53f977a1c4 [diff] [blame] |
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