#!/bin/sh
# toplevel elsa distribution configure

# Distribute the configure into the subdirectories
# but filter some options before.
# Well, this is easier in perl.

exec perl -wS ./configure.pl "$@"
