pre.sh at trunk

File build/pre.sh artifact a8f310fb41 on branch trunk


#! /usr/bin/env bash

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

exit 0