#!/bin/sh

aclocal -I config &&
autoheader &&
automake --gnu --add-missing --copy &&
autoconf

