Fix: handle leak in abi tests
[lttng-ust.git] / bootstrap
CommitLineData
c0c0989a
MJ
1#!/bin/sh
2#
3# SPDX-License-Identifier: LGPL-2.1-only
1304f3df 4
e0baa990 5set -x
a12f3bd5
PMF
6if [ ! -e config ]; then
7 mkdir config
8fi
e0baa990 9
0f6f0e89 10autoreconf -vif -W all,error
This page took 0.029404 seconds and 4 git commands to generate.