Home > cool hacks > AS_AM_STFU

AS_AM_STFU

Writing m4 macro is fun, it really is.

If you want to have make be a “make -s” without doing boring stuff like aliases and actually respect the default verbosity of automake >= 1.11, use this small m4 macro I wrote.

Categories: cool hacks
  1. February 4th, 2010 at 13:00 | #1
  2. February 4th, 2010 at 18:18 | #2

    @Mike It’s meant to be used along with AM_SILENT_RULES, it’ll just simulate you typing “make -s” (or having an alias for it) but respecting the default verbosity of the AM_SILENT_RULES, ie, it will do the right thing when your project is configured with either –enable-silent-rules and or –disable-silent-rules

  1. No trackbacks yet.