1#! /bin/sh
2
3# create config dir if not exist
4test -d config || mkdir config
5
6set -x
7aclocal -I config
8libtoolize --force --copy
9autoheader
10automake --foreign --add-missing --copy
11autoconf
12