pre.sh at [f92c42c849]

File build/pre.sh artifact 704afdfede part of check-in f92c42c849


#! /usr/bin/env bash

./autogen.sh || exit 1
rm -rf aclocal
./build/make-msvc-win || exit 1

exit 0