#!/bin/sh

cd extlib/litl && autoreconf -vfi || exit 1 ;  cd -

cd extlib/gtg && autoreconf -vfi || exit 1 ; cd -

cd extlib/opari2/build-frontend && autoreconf -vfi || exit 1 ; cd -

autoreconf -vfi ||exit 1
