]> git.puffer.fish Git - matthieu/frr.git/commitdiff
Fix aclocal m4/ include for out-of-tree builds - all src relative paths
authorpaul <paul>
Sun, 5 Sep 2004 02:26:24 +0000 (02:26 +0000)
committerpaul <paul>
Sun, 5 Sep 2004 02:26:24 +0000 (02:26 +0000)
need to be prefixed with $(top_srcdir)

Makefile.am

index dbc08075b6650dc631ceaa063d8f05e114fb6f65..dbfecc9322fda385728743da88696ec0e2167d59 100644 (file)
@@ -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