summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorpaul <paul>2004-09-05 02:26:24 +0000
committerpaul <paul>2004-09-05 02:26:24 +0000
commit9b29eb75f618ff9896d4ee65ad3cb24eb2f2d02e (patch)
treecf8ebb086034f7d0db456369fed3bf9f0608cbc4 /Makefile.am
parent4846ef64bac7cbb6f761f7155022df53f977a1c4 (diff)
Fix aclocal m4/ include for out-of-tree builds - all src relative paths
need to be prefixed with $(top_srcdir)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index dbc08075..dbfecc93 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,4 +11,4 @@ EXTRA_DIST = aclocal.m4 SERVICES TODO REPORTING-BUGS vtysh/Makefile.in \
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