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