autogen.sh revision 8db2cb8e0d1ee9e6edb0b5e9bd158c8789a5e5b6
#!/bin/sh
set -x
test -d autom4te.cache && rm -rf autom4te.cache
libtoolize --force --copy
aclocal -I config || exit 1
autoheader || exit 1
autoconf || exit 1
automake --add-missing --copy || exit 1