#!/bin/sh

exec 2>&1
autoreconf -vif
./configure --prefix=/usr --sysconfdir=/etc/burp --localstatedir=/var || exit 1
make check
