Reviewed by Martin Robinson.
* autogen.sh: also pass $ACLOCAL_FLAGS for tools that set that env
variable (like jhbuild).
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@74944
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2011-01-03 Xan Lopez <xlopez@igalia.com>
+
+ Reviewed by Martin Robinson.
+
+ * autogen.sh: also pass $ACLOCAL_FLAGS for tools that set that env
+ variable (like jhbuild).
+
2011-01-03 Patrick Gansterer <paroga@webkit.org>
Reviewed by Darin Adler.
echo "Error: autoreconf not found, please install it."
exit 1
fi
-autoreconf --verbose --install -I Source/autotools || exit $?
+autoreconf --verbose --install -I Source/autotools $ACLOCAL_FLAGS|| exit $?
cd $ORIGDIR || exit 1