Control GNU autotools make output
问题 I am using GNU autoconf/automake. Is there any way I can control what make prints to stdout from configure.ac or Makefile.am? For example, suppress mv and cp commands being printed out to the screen, only print the name of the file being compiled by gcc rather than the whole command line, highlight gcc warnings in some way. 回答1: Is Prettify Automake what you want? Edit : As of Automake 1.10b, silent-rules is built-in. Not the same code or style but similar in effect. 回答2: Modern Automake