X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bootstrap;h=8702a76e1321786bcd738be3f5d5b42893d370f7;hb=72d458a311ee9b8c2cc84d8ade5754e5ea517fcb;hp=2bec3713512d2c4fab2371a3a66a5367bcb18c4a;hpb=eac9d2a1adb595aa9c7ff3b65aa5c0f09c1ef8d6;p=babeltrace.git diff --git a/bootstrap b/bootstrap index 2bec3713..8702a76e 100755 --- a/bootstrap +++ b/bootstrap @@ -1,8 +1,11 @@ #!/bin/sh +# SPDX-License-Identifier: MIT set -x if [ ! -d "config" ]; then mkdir config fi -autoreconf -vi +# Run autoreconf with all warning types as errors except +# for 'obsolete' because of AM_PATH_GLIB_2_0 +autoreconf -vif -W all,error,no-obsolete