X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=bootstrap;fp=bootstrap;h=452813a46b4b4d7456f304a20d074b455a9051be;hp=8702a76e1321786bcd738be3f5d5b42893d370f7;hb=c429f86d03eb918886162ff8968107bbda8b94ba;hpb=4fb18ad2a9fe1fe95931f1aa2960417b9e558ae2 diff --git a/bootstrap b/bootstrap index 8702a76e..452813a4 100755 --- 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