X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=bootstrap;h=3d5a2984406055cf71457613635c8e0fbd767e72;hb=9b34a2b2a6f473b198b8472591717519d9a8c59b;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