#!/bin/sh

# OASIS_START
set -e

ocaml setup.ml -configure $*
# OASIS_STOP
