#!/bin/bash

set -x

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

