#!/bin/sh -e ./configure \ --disable-error-on-warning \ --disable-static \ --build="$BUILD" \ --host="$HOST" \ --prefix="$PREFIX"