#!/bin/sh

set -x
aclocal
libtoolize -f -c
autoheader
automake -a -c
autoconf
