Fix: lib: assert if an error occurs in `bt_message_iterator_class_finalize_method`
[babeltrace.git] / bootstrap
CommitLineData
8355329b 1#!/bin/sh
0235b0db 2# SPDX-License-Identifier: MIT
ac65e355
MD
3
4set -x
8355329b 5if [ ! -d "config" ]; then
ac65e355
MD
6 mkdir config
7fi
ac65e355 8
e97fe75e
MJ
9# Run autoreconf with all warning types as errors except
10# for 'obsolete' because of AM_PATH_GLIB_2_0
11autoreconf -vif -W all,error,no-obsolete
This page took 0.066862 seconds and 4 git commands to generate.