autogen.sh at [d18db48a4f]

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


#! /bin/bash

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

exit 0