#! /bin/sh

ACLOCAL=aclocal
AUTOHEADER=autoheader
AUTOMAKE=automake
AUTOCONF=autoconf

$ACLOCAL
$AUTOHEADER
$AUTOMAKE --add-missing --copy
$AUTOCONF
