#!/bin/bash export CFLAGS="-Wall -O2" rm -f config.h configure Makefile src/Makefile config.cache rm -rf .deps #echo running autoheader #autoheader rm -f autoh* echo running aclocal aclocal #echo running automake #automake echo running autoconf autoconf echo running ./configure ./configure #make dist make clean make