From: paul Date: Mon, 13 Sep 2004 04:57:03 +0000 (+0000) Subject: autoreconf doesnt like top_srcdir var. update-autotools needs to -I m4 too X-Git-Tag: frr-2.0-rc1~3572 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=72e2d828154a5f3ae463e211c5f3787fc0624a90;p=mirror%2Ffrr.git 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). --- diff --git a/Makefile.am b/Makefile.am index dbfecc9322..dbc08075b6 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 diff --git a/update-autotools b/update-autotools index 4d7b6f7316..4e68476630 100755 --- a/update-autotools +++ b/update-autotools @@ -16,7 +16,7 @@ for tool in autoheader autoconf libtool libtoolize aclocal automake; do done echo "UPDATING:" -aclocal +aclocal -I m4 autoheader autoconf libtoolize