#!/bin/sh
# This script creates the autotools generated files (e.g. configure).
aclocal && autoheader && automake -a -c && autoconf

