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