X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=bootstrap;h=2a54f9ec7462f2227a1b11b31c859f1a35c6ff2d;hb=HEAD;hp=0ade5adcda756e795d8fa64d14668c3b4c3af9b2;hpb=7b34df2f310407966c8691a0ff59b33d664deff6;p=lttng-ust.git diff --git a/bootstrap b/bootstrap index 0ade5adc..2a54f9ec 100755 --- a/bootstrap +++ b/bootstrap @@ -1,8 +1,12 @@ -#! /bin/sh +#!/bin/sh +# +# SPDX-License-Identifier: LGPL-2.1-only +# +# SPDX-FileCopyrightText: 2022 EfficiOS Inc. set -x -if [ ! -e config ]; then +if [ ! -d "config" ]; then mkdir config fi -autoreconf -vi +autoreconf -vif -W all,error