pre.sh

File build/pre.sh from the latest check-in


#! /usr/bin/env bash

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

exit 0