fix: obsolete warnings with autoconf >= 2.71
[babeltrace.git] / bootstrap
CommitLineData
8355329b 1#!/bin/sh
ac65e355
MD
2
3set -x
8355329b 4if [ ! -d "config" ]; then
ac65e355
MD
5 mkdir config
6fi
ac65e355 7
9bf987e1
MJ
8# Disable 'obsolete' warnings for AM_PATH_GLIB_2_0
9autoreconf -vif -W no-obsolete
This page took 0.061704 seconds and 4 git commands to generate.