#!/bin/sh -e ./configure \ --prefix=/usr \ --enable-shared \ --enable-static \ --enable-mini-gmp \ --disable-documentation make M4=gm4 make DESTDIR="$1" install