lib: rename BT_ASSERT_PRE_BEGIN_LE_END() -> BT_..._MSG_CS_BEGIN_LE_END()
[babeltrace.git] / bootstrap
... / ...
CommitLineData
1#!/bin/sh
2# SPDX-License-Identifier: MIT
3
4set -x
5if [ ! -d "config" ]; then
6 mkdir config
7fi
8
9autoreconf -vi
This page took 0.023751 seconds and 4 git commands to generate.