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