X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=bootstrap;h=3d5a2984406055cf71457613635c8e0fbd767e72;hb=d2a010d1e67e246e8ab4a847b8bbbdbce2b4e2d7;hp=0ade5adcda756e795d8fa64d14668c3b4c3af9b2;hpb=7b34df2f310407966c8691a0ff59b33d664deff6;p=lttng-ust.git diff --git a/bootstrap b/bootstrap index 0ade5adc..3d5a2984 100755 --- a/bootstrap +++ b/bootstrap @@ -1,8 +1,10 @@ -#! /bin/sh +#!/bin/sh +# +# SPDX-License-Identifier: LGPL-2.1-only set -x if [ ! -e config ]; then mkdir config fi -autoreconf -vi +autoreconf -vif -W all,error