#!/usr/bin/env bash set -e -o pipefail BUILD_DIR=build asan=no check=no debug=no static=no btor2aiger=no #--------------------------------------------------------------------------# die () { echo "*** configure.sh: $*" 1>&2 exit 1 } usage () { cat < ...] where