lttng: move log level name to numerical value conversions to a common util
[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.04898 seconds and 4 git commands to generate.