From: paul Date: Sun, 5 Sep 2004 02:26:24 +0000 (+0000) Subject: Fix aclocal m4/ include for out-of-tree builds - all src relative paths X-Git-Tag: frr-2.0-rc1~3579 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=9b29eb75f618ff9896d4ee65ad3cb24eb2f2d02e;p=matthieu%2Ffrr.git 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 dbc08075b6..dbfecc9322 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