markcox / snappy

Automatically exported from code.google.com/p/snappy
Other
0 stars 0 forks source link

configure.ac: consider adding -Wall and silent rules for automake #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Consider adding -Wall (and possibly also -Werror) to either AUTOMAKE_OPTIONS in 
Makefile.am or as an argument to AM_INIT_AUTOMAKE.

If you don't mind using a modern automake (1.11 or later), you can also call 
AM_SILENT_RULES([yes]), but makes the generated makefiles require the 
"non-POSIX, but in practice rather widely supported Makefile construct of 
nested variable expansion ‘$(var1$(V))’" (cite: 
http://www.gnu.org/software/automake/manual/html_node/Options.html#Options ). 
Even MSYS has automake-1.11 these days.

Original issue reported on code.google.com by endgame....@gmail.com on 22 Mar 2011 at 11:52

GoogleCodeExporter commented 9 years ago

Original comment by se...@google.com on 23 Mar 2011 at 1:08

GoogleCodeExporter commented 9 years ago
Fixed in r11.

Original comment by se...@google.com on 23 Mar 2011 at 11:17