tests: LD_PRELOAD libstdc++.so in bt_run_in_py_env
[babeltrace.git] / bootstrap
index 8702a76e1321786bcd738be3f5d5b42893d370f7..452813a46b4b4d7456f304a20d074b455a9051be 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -7,5 +7,8 @@ if [ ! -d "config" ]; then
 fi
 
 # Run autoreconf with all warning types as errors except
-# for 'obsolete' because of AM_PATH_GLIB_2_0
-autoreconf -vif -W all,error,no-obsolete
+# for 'obsolete' because of AM_PATH_GLIB_2_0, we have to
+# list all categories because when 'all' is used, autoreconf
+# will drop all the other specified categories except 'error'
+# even if they start with 'no-'.
+autoreconf -vif -W cross,gnu,no-obsolete,override,portability,portability-recursive,extra-portability,syntax,unsupported,error
This page took 0.02288 seconds and 4 git commands to generate.