#!/bin/bash
set -x
aclocal -I macros
autoheader
automake --gnu -a -c
libtoolize --automake -c
autoconf
