#!/bin/sh -e

export LDFLAGS="$LDFLAGS -static"
export M4=gm4

./configure \
    --prefix=/usr

make
make DESTDIR="$1" install