]> git.sesse.net Git - vlc/commit
configure: Define AM_SILENT_RULES.
authorPierre d'Herbemont <pdherbemont@free.fr>
Tue, 18 Aug 2009 09:21:45 +0000 (11:21 +0200)
committerPierre d'Herbemont <pdherbemont@free.fr>
Tue, 18 Aug 2009 10:14:44 +0000 (12:14 +0200)
commitb608f770d9d4ba560884b726dde3a8f46dacf335
tree8e2b5e237fcc64b5de2f1b4f32b4cd8e76e37a90
parent6e4c75d037ddf6be3da7683587804dfcf0c52fd8
configure: Define AM_SILENT_RULES.

This enables Linux kernel-style silent build output.

If you want a more verbose output use 'make V=1' or './configure --disable-silent-rules'

If you want even less verbosity for custom command, there is $(AM_V_GEN) that you can add in front of your custom command.
configure.ac