ust-fd: Add close_range declaration
[lttng-ust.git] / bootstrap
... / ...
CommitLineData
1#!/bin/sh
2#
3# SPDX-License-Identifier: LGPL-2.1-only
4#
5# SPDX-FileCopyrightText: 2022 EfficiOS Inc.
6
7set -x
8if [ ! -d "config" ]; then
9 mkdir config
10fi
11
12autoreconf -vif -W all,error
This page took 0.022692 seconds and 4 git commands to generate.