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