#!/bin/sh

rm *.cache *.log *.status

/usr/local/bin/aclocal -I build
autoconf --localdir=build
automake
