pre.sh at [8d7e39df83]

File build/pre.sh artifact 5b92f77928 part of check-in 8d7e39df83


#! /usr/bin/env bash

./autogen.sh || exit 1
rm -rf aclocal

exit 0