#!/bin/bash

libtoolize -f 
aclocal 
autoconf 
autoreconf 
automake --add-missing

