diff options
author | paul <paul> | 2004-09-13 06:57:03 +0200 |
---|---|---|
committer | paul <paul> | 2004-09-13 06:57:03 +0200 |
commit | 72e2d828154a5f3ae463e211c5f3787fc0624a90 (patch) | |
tree | 4f0473783f1f65bc1a7c27ff98743846c6a3243a /Makefile.am | |
parent | 2004-09-12 Paul Jakma <paul@dishone.st> (diff) | |
download | frr-72e2d828154a5f3ae463e211c5f3787fc0624a90.tar.xz frr-72e2d828154a5f3ae463e211c5f3787fc0624a90.zip |
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).
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index dbfecc932..dbc08075b 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 |