mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
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:
parent
76f541f06f
commit
43c8b85014
1 changed files with 4 additions and 1 deletions
5
configure
vendored
5
configure
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue