summaryrefslogtreecommitdiffstats
path: root/js/src/configure
blob: e2c672e40d1101cc70b13c68de0c200a0ce9da8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

SRCDIR=$(dirname $0)
TOPSRCDIR="$SRCDIR"/../..
PYTHON3="${PYTHON3:-python3}"
export OLD_CONFIGURE="$SRCDIR"/old-configure

set -- "$@" --enable-project=js

exec "$PYTHON3" "$TOPSRCDIR/configure.py" "$@"