#!/bin/bash -ex

./autogen.sh
./configure --prefix=/usr/local
sudo make install
make test
