Fix: test_benchmark: do not match "CPU(s) scaling MHz:"
[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.0427 seconds and 5 git commands to generate.