#!/bin/bash

set -e

autoreconf --install

# remove files generated by gperf
# they are kept in the repository for the convenience of Windows
# users but we want to regenerate them as part of every CI build
rm resip/stack/gen/*

ls -l /usr/include/asio.hpp

