#!/bin/sh -x

#make distclean > /dev/null 2>&1
aclocal 
automake --add-missing --copy
autoconf
