#!/bin/sh -x

set -e

rm -f aclocal.m4 \
      config.h.in config.h config.status config.log config.cache \
      configure libtool

autoheader
aclocal
autoconf
