author | Anthony Ramine <nox@nox.paris> |
Mon, 18 Nov 2019 08:46:39 +0000 | |
changeset 502396 | 0356b9960dfd5071aeb38ae52f53bf57eeeede6f |
parent 502395 | 75035491e69f440e398617e2ccfd933eb63e8fc9 |
child 502397 | 48984ec2df7a94c3403e1a18f18fe2e675376509 |
push id | 100810 |
push user | aramine@mozilla.com |
push date | Mon, 18 Nov 2019 08:56:52 +0000 |
treeherder | autoland@48919539e15c [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | sfink |
bugs | 1591538 |
milestone | 72.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/make-source-package.sh +++ b/js/src/make-source-package.sh @@ -2,17 +2,17 @@ # Find out ASAP if some command breaks here, because we're copying a lot of # files we don't actually maintain ourselves, and requirements could easily be # broken. set -e : ${MKDIR:=mkdir} : ${TAR:=tar} -: ${AUTOCONF:=$(which autoconf-2.13 autoconf2.13 | head -1)} +: ${AUTOCONF:=$(which autoconf-2.13 autoconf2.13 autoconf213 | head -1)} : ${SRCDIR:=$(cd $(dirname $0); pwd 2>/dev/null)} : ${MOZJS_NAME:=mozjs} # The place to gather files to be added to the tarball. : ${STAGING:=/tmp/mozjs-src-pkg} # The place to put the resulting tarball. : ${DIST:=/tmp} if [[ -f "$SRCDIR/../../config/milestone.txt" ]]; then