#!/bin/sh

aclocal 
autoheader 
automake --gnu --add-missing --copy
autoconf 
CFLAGS="-ggdb3 -pipe -Wall" CXXFLAGS="-ggdb3 -pipe -Wall" ./configure
