#!/bin/sh
# This file is in the public domain.
#
# Script for regenerating all autogenerated files.

aclocal -I m4
autoconf
automake -a -c
rm -rf autom4te.cache
