#!/bin/sh
make distclean
autoconf
automake
./configure --enable-debug
make
