]> git.sesse.net Git - vlc/commitdiff
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)
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

index ad61642415129c11e79f07566f1650cfaa909765..b17256dc299ab85f5d474d445810ad3135089f23 100644 (file)
@@ -25,6 +25,10 @@ AC_CANONICAL_HOST
 AM_INIT_AUTOMAKE(tar-ustar)
 AM_CONFIG_HEADER(config.h)
 
+# Disable with "./configure --disable-silent-rules" or "make V=1"
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+
+
 dnl Too many people are not aware of maintainer mode:
 dnl If you want to use it, you definitely know what you are doing, so
 dnl you can specify "--disable-maintainer-mode". But if you want the default