#!/bin/sh

rm ../Makefile
rm ../configure
rm ../src/Makevars

aclocal -I .

autoconf

mv configure ..


