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