#!/bin/sh

set -x
aclocal -I config
#libtoolize -f -c
#aclocal
autoheader
automake -a -c
autoconf
