Bug 1639972: don't insert a node in `InsertNodeIntoProperAncestorWithTransaction...
[gecko.git] / configure.in
blob6f8e59bdf51d30e97ae79008aa3c407074890d1e
1 #!/bin/sh
2 # This Source Code Form is subject to the terms of the Mozilla Public
3 # License, v. 2.0. If a copy of the MPL was not distributed with this
4 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
6 # Because adding a configure file in the tree is going to conflict with
7 # existing configure files in people's (and automation) work trees, and
8 # because some automation jobs are still running autoconf and configure
9 # "manually", this file is actually an m4 file that is processed by
10 # autoconf, but doesn't call any autoconf macros. The `divert` line
11 # below ensures the script that follows is output by autoconf.
12 : "divert(0)dnl"
13 #!/bin/sh
15 SRCDIR=$(dirname $0)
16 TOPSRCDIR="$SRCDIR"
17 PYTHON3="${PYTHON3:-python3}"
18 export OLD_CONFIGURE="$SRCDIR"/old-configure
20 exec "$PYTHON3" "$TOPSRCDIR/configure.py" "$@"