#!/bin/bash

# This file was automatically generated. DO NOT EDIT.
# Any changes made to this file will be overwritten.

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

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