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