#!/bin/bash

entrypoint=$(dirname -- "$0")/configure

if [ -e "$entrypoint" ]; then
  "$entrypoint"
fi