1#! /bin/sh
2set -x
3aclocal -I autotools
4libtoolize --force --copy
5autoheader
6automake --add-missing --copy
7autoconf
8rm -f config.cache
9