Invocations of autoconf213 should also include argument specifying the

calculated shared macro path. This is necessary if autoconf213 is not
installed globally.

Closes #382.
This commit is contained in:
Brian J. Burg 2013-04-19 11:36:57 -07:00
parent 76f541f06f
commit 43c8b85014

5
configure vendored
View file

@ -392,8 +392,11 @@ fi
step_msg "running submodule autoconf scripts" step_msg "running submodule autoconf scripts"
msg "configuring src/mozjs"
AUTOCONF213_M4_MACROS="$(dirname ${CFG_AUTOCONF213})/../share/$(basename ${CFG_AUTOCONF213})/"
# Run the SpiderMonkey autoconf using autoconf 2.13 # Run the SpiderMonkey autoconf using autoconf 2.13
(cd ${CFG_SRC_DIR}src/mozjs/js/src && "${CFG_AUTOCONF213}") || exit $? (cd ${CFG_SRC_DIR}src/mozjs/js/src && "${CFG_AUTOCONF213}" -l "${AUTOCONF213_M4_MACROS}") || exit $?
# Pixman and cairo require some care to autoconf correctly for our in-tree build. # Pixman and cairo require some care to autoconf correctly for our in-tree build.
# The normal autogen.sh files mostly just run autoreconfig but we need more fine control # The normal autogen.sh files mostly just run autoreconfig but we need more fine control