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