#!/bin/sh
autoconf
rm config.cache
CXXFLAGS="-ggdb -DDEBUG -Wall --pedantic" ./configure $*
