#!/bin/sh

set -e

autoreconf -vfi
(cd build-frontend ; autoreconf -vfi)
(cd build-backend ; autoreconf -vfi)
