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