#!/bin/bash
rm -f config.log config.cache config.h


aclocal 
automake 
automake doc/Makefile
#automake etc/Makefile
automake src/Makefile


autoconf && ./configure --disable-sdltest --enable-pedantic --enable-leak-debug && make
