#!/bin/bash
set -e

PAGE=letter ./configure --prefix=/usr

make

make -j1 install