#!/bin/sh -e
./configure \
--prefix=/usr \
--disable-nls
make
make DESTDIR="$1" install
# Remove all info files.
rm -rf "$1/usr/share/info"