#!/bin/sh set -ex base="$PWD" deps="$base/deps" inst="$deps/install" export deps inst mkdir "$deps" || true rm -rf "$inst" osmo-build-dep.sh libosmocore "$deps"/libosmocore/contrib/verify_value_string_arrays_are_terminated.py $(find . -name "*.[hc]") export PKG_CONFIG_PATH="$inst/lib/pkgconfig:$PKG_CONFIG_PATH" export LD_LIBRARY_PATH="$inst/lib" set +x echo echo echo echo " =============================== libosmo-abis ===============================" echo set -x autoreconf --install --force ./configure --enable-sanitize $MAKE $PARALLEL_MAKE $MAKE distcheck \ || cat-testlogs.sh