Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix non-global autoconf213 configuration #383

Merged
merged 1 commit into from Apr 20, 2013
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Invocations of autoconf213 should also include argument specifying the

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

Closes #382.
  • Loading branch information
Brian J. Burg
Brian J. Burg committed Apr 19, 2013
commit 43c8b850144225f4619f2f1c9e0eff48d897b2cc
@@ -392,8 +392,11 @@ fi

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
(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.
# The normal autogen.sh files mostly just run autoreconfig but we need more fine control
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.