mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 23:29:36 +00:00
Fix aclocal m4/ include for out-of-tree builds - all src relative paths
need to be prefixed with $(top_srcdir)
This commit is contained in:
parent
4846ef64ba
commit
9b29eb75f6
@ -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/mrlg.cgi tools/rrcheck.pl tools/rrlookup.pl tools/zc.pl \
|
||||||
tools/zebra.el
|
tools/zebra.el
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I m4
|
ACLOCAL_AMFLAGS = -I $(top_srcdir)/m4
|
||||||
|
Loading…
Reference in New Issue
Block a user