build: Ensure aclocal finds our local macros

The vala bindings commit copied in vapigen.m4, but our autogen.sh
invocation was depending on it being found in the buildroot.  This
ensures autogen.sh will work without vala.
This commit is contained in:
Colin Walters 2012-06-28 11:33:17 -04:00
parent 89550876ff
commit 541ba2095a

View File

@ -86,7 +86,7 @@ rm -rf autom4te.cache
# regenerated from their corresponding *.in files by ./configure anyway.
touch README INSTALL
$ACLOCAL $ACLOCAL_FLAGS || exit $?
$ACLOCAL -I build/m4 $ACLOCAL_FLAGS || exit $?
libtoolize --force || exit $?
intltoolize --force --copy || exit $?