#!/bin/bash

set -x

aclocal -I .
autoheader
autoconf -f
automake

