From 9b29eb75f618ff9896d4ee65ad3cb24eb2f2d02e Mon Sep 17 00:00:00 2001 From: paul Date: Sun, 5 Sep 2004 02:26:24 +0000 Subject: Fix aclocal m4/ include for out-of-tree builds - all src relative paths need to be prefixed with $(top_srcdir) --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1