From 72e2d828154a5f3ae463e211c5f3787fc0624a90 Mon Sep 17 00:00:00 2001 From: paul Date: Mon, 13 Sep 2004 04:57:03 +0000 Subject: autoreconf doesnt like top_srcdir var. update-autotools needs to -I m4 too to ensure it's pulled in. (snapshot host depends on that script). --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index dbfecc93..dbc08075 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 $(top_srcdir)/m4 +ACLOCAL_AMFLAGS = -I m4 -- cgit v1.2.1