X-Git-Url: https://git.lttng.org/?p=lttng-ust.git;a=blobdiff_plain;f=bootstrap;h=3d5a2984406055cf71457613635c8e0fbd767e72;hp=ad7f6645cd33fafbc02db0623cc70ddc60f5fc0e;hb=HEAD;hpb=1304f3dfeb42271cebb865409bd3e010e2512aa4 diff --git a/bootstrap b/bootstrap index ad7f6645..2a54f9ec 100755 --- a/bootstrap +++ b/bootstrap @@ -1,5 +1,12 @@ -#! /bin/sh +#!/bin/sh +# +# SPDX-License-Identifier: LGPL-2.1-only +# +# SPDX-FileCopyrightText: 2022 EfficiOS Inc. -aclocal \ -&& automake --gnu --add-missing \ -&& autoconf +set -x +if [ ! -d "config" ]; then + mkdir config +fi + +autoreconf -vif -W all,error