#!/bin/sh set -x if test -f Makefile; then make distclean fi rm -rf *.cache *.status *.log *.m4 cat aclocal/*.m4 > acinclude.m4 aclocal libtoolize --copy --force --automake autoheader automake --add-missing --copy autoreconf