#!/bin/bash

PYTHON=${PYTHON:-python}

$PYTHON scons/scons.py --implicit-deps-changed configure "$@"
