#!/bin/sh
(cd ibis; ./configure)
(cd modelgen; ./configure)
(cd src; ./configure)
exit 0
