tests: test_ust_constructor: Use a C-compiled static archive
[lttng-tools.git] / bootstrap
CommitLineData
e4107a10 1#!/bin/sh
ab5be9fa 2# SPDX-License-Identifier: GPL-2.0-only
fac6795d
DG
3
4set -x
e4107a10 5if [ ! -d "config" ]; then
fac6795d
DG
6 mkdir config
7fi
8
3528f2a3 9autoreconf -vi
This page took 0.051159 seconds and 4 git commands to generate.