#!/bin/sh set -e set -x if test -f Makefile; then make distclean fi rm -rf *.cache *.status *.log *.m4 cat aclocal/*.m4 > acinclude.m4 autoreconf --verbose --install