#!/bin/sh
# the list of commands that need to run before we do a compile
aclocal -I m4
autoheader
automake --add-missing --copy
autoconf

