#!/bin/sh # clean up files which cause confusion when switch versions of auto* rm -rf autom4te.cache # Fire up autotools libtoolize --force && aclocal $ACLOCAL_FLAGS && autoheader && automake --include-deps --add-missing --foreign && autoconf