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