author | Ehsan Akhgari <ehsan@mozilla.com> |
Mon, 14 Jan 2013 20:28:41 -0500 | |
changeset 118846 | a6e90d2ea967db73ffa490560e93d1e69ff54bb2 |
parent 118845 | bd589cb673b678620e900a8e0590ed22127d2ff9 |
child 118848 | 829470a09f03395c6e5dbeed9cb4b225af7f6a95 |
push id | 24180 |
push user | emorley@mozilla.com |
push date | Tue, 15 Jan 2013 22:58:27 +0000 |
treeherder | mozilla-central@72e34ce7fd92 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
bugs | 830458 |
milestone | 21.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/js/src/build/ConfigStatus.py +++ b/js/src/build/ConfigStatus.py @@ -4,16 +4,17 @@ # Combined with build/autoconf/config.status.m4, ConfigStatus is an almost # drop-in replacement for autoconf 2.13's config.status, with features # borrowed from autoconf > 2.5, and additional features. from __future__ import with_statement from optparse import OptionParser import sys, re, os, posixpath, ntpath +import errno from StringIO import StringIO # Standalone js doesn't have virtualenv. sys.path.append(os.path.join(os.path.dirname(__file__), '..', 'config')) from Preprocessor import Preprocessor # Basic logging facility verbose = False def log(string):