#!/bin/sh

set -x
libtoolize --automake
aclocal
autoheader
#automake --foreign --add-missing --copy
automake --foreign --add-missing
autoconf
