autogen.sh at [fd2c314964]

File build/autogen.sh artifact 01ca528618 part of check-in fd2c314964


#! /bin/bash

cat aclocal/*.m4 > aclocal.m4 || exit 1
autoconf || exit 1
rm -rf autom4te.cache/

exit 0