#!/bin/sh -e ./configure \ --prefix=/usr \ --disable-nls make make DESTDIR="$1" install