docs: Add supported versions and fix-backport policy
[lttng-ust.git] / bootstrap
CommitLineData
c0c0989a
MJ
1#!/bin/sh
2#
3# SPDX-License-Identifier: LGPL-2.1-only
e03d7c66
MJ
4#
5# SPDX-FileCopyrightText: 2022 EfficiOS Inc.
1304f3df 6
e0baa990 7set -x
e03d7c66 8if [ ! -d "config" ]; then
a12f3bd5
PMF
9 mkdir config
10fi
e0baa990 11
0f6f0e89 12autoreconf -vif -W all,error
This page took 0.033349 seconds and 4 git commands to generate.