X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=bootstrap;h=3d5a2984406055cf71457613635c8e0fbd767e72;hb=cd61d9bfa5fd334b086831dcbdec63da6c0d1a16;hp=c71b862a5632b09cc8fd546a9ce9c208e37465c7;hpb=693515ee4b1b3fcf3fe02c8b501ef143d8293500;p=lttng-ust.git diff --git a/bootstrap b/bootstrap index c71b862a..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 -i +autoreconf -vif -W all,error