#!/bin/bash -ex
touch NEWS README AUTHORS ChangeLog
autoreconf -i -f
export CXXFLAGS='-fprofile-arcs'
rm -rf build
mkdir build
cd build
../configure
make
