#!/bin/sh -e ./configure \ --enable-static \ --enable-shared \ --build="$BUILD" \ --host="$HOST" \ --prefix="$PREFIX"