[Xcb] silent rules in configure.ac

Vincent Torri vtorri at univ-evry.fr
Thu Sep 2 02:37:07 PDT 2010


hey,

to have less noise in the terminal output when building xcb, silent rules 
can be used. Just put

m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])

after AM_INIT_AUTOMAKE

To have the old behavior, just run

make V=1

Vincent


More information about the Xcb mailing list