]> git.puffer.fish Git - matthieu/frr.git/commitdiff
autoreconf doesnt like top_srcdir var. update-autotools needs to -I m4 too
authorpaul <paul>
Mon, 13 Sep 2004 04:57:03 +0000 (04:57 +0000)
committerpaul <paul>
Mon, 13 Sep 2004 04:57:03 +0000 (04:57 +0000)
to ensure it's pulled in. (snapshot host depends on that script).

Makefile.am
update-autotools

index dbfecc9322fda385728743da88696ec0e2167d59..dbc08075b6650dc631ceaa063d8f05e114fb6f65 100644 (file)
@@ -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
index 4d7b6f731617e9d727a61d3455e13ead122b0cfc..4e68476630f88f87f0425519c551c49ce835f1ec 100755 (executable)
@@ -16,7 +16,7 @@ for tool in autoheader autoconf libtool libtoolize aclocal automake; do
 done
 
 echo "UPDATING:"
-aclocal
+aclocal -I m4
 autoheader
 autoconf
 libtoolize