build: Ensure aclocal finds our local macros
authorColin Walters <walters@verbum.org>
Thu, 28 Jun 2012 15:33:17 +0000 (11:33 -0400)
committerColin Walters <walters@verbum.org>
Thu, 28 Jun 2012 15:33:19 +0000 (11:33 -0400)
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.

autogen.sh

index fad340e..7afd1b3 100755 (executable)
@@ -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 $?