doc/man: only mention `-llttng-ust-common` in synopses (conditionally)
[lttng-ust.git] / bootstrap
... / ...
CommitLineData
1#!/bin/sh
2#
3# SPDX-License-Identifier: LGPL-2.1-only
4
5set -x
6if [ ! -e config ]; then
7 mkdir config
8fi
9
10autoreconf -vif -W all,error
This page took 0.022216 seconds and 4 git commands to generate.