#!/usr/bin/env bash
#
# Input files are Makefile.am and configure.ac
# 

aclocal
autoconf
automake --gnu --add-missing
