#! /bin/sh

set -e

# Generate/Update autotools related files to distribute
autoreconf -v -i -f

# Clean up
rm "config.h.in~"
rm "hp/config.h.in~"
rm -rf "autom4te.cache"


# EOF
