#!/bin/sh -e
patch -p1 < preprocessor-warnings.patch
./configure \
--prefix=/usr \
--disable-nls
make
make prefix="$1/usr" install