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