tests: return the proper TAP exit code
[babeltrace.git] / bootstrap
index dd404cb85aff418d64ff679f26bd1d68a628bdbe..52fc4d3cd9b9124ad6c9ce542d2fcbe1fa32efa6 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -5,4 +5,5 @@ if [ ! -d "config" ]; then
        mkdir config
 fi
 
-autoreconf -vif
+# Disable 'obsolete' warnings for AM_PATH_GLIB_2_0
+autoreconf -vif -W no-obsolete
This page took 0.023339 seconds and 4 git commands to generate.