Reviewed by Xan Lopez.
We have to add the ACLOCAL_FLAGS in the env to the autogen.sh
ACLOCAL_FLAGS variable in order to honor the value already
defined, jhbuild uses it to pass parameters.
* autogen.sh:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@65328
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2010-08-13 Alejandro G. Castro <alex@igalia.com>
+
+ Reviewed by Xan Lopez.
+
+ We have to add the ACLOCAL_FLAGS in the env to the autogen.sh
+ ACLOCAL_FLAGS variable in order to honor the value already
+ defined, jhbuild uses it to pass parameters.
+
+ * autogen.sh:
+
2010-08-13 Simon Hausmann <simon.hausmann@nokia.com>
Reviewed by Ariya Hidayat.
GTKDOCIZE_FLAGS="--copy"
LIBTOOLIZE_FLAGS="--force --automake"
-ACLOCAL_FLAGS="-I autotools"
+ACLOCAL_FLAGS="-I autotools $ACLOCAL_FLAGS"
AUTOMAKE_FLAGS="--foreign --add-missing"
DIE=0