summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rwxr-xr-xupdate-autotools2
2 files changed, 2 insertions, 2 deletions
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
diff --git a/update-autotools b/update-autotools
index 4d7b6f73..4e684766 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