[vlc-devel] commit: Set AM_DEFAULT_VERBOSITY with historic automake versions ( Rémi Denis-Courmont )

git version control git at videolan.org
Sun Feb 14 21:26:21 CET 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Feb 14 22:12:48 2010 +0200| [5da5356a1ff08d5bcc681ad37476875c632cb212] | committer: Rémi Denis-Courmont 

Set AM_DEFAULT_VERBOSITY with historic automake versions

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5da5356a1ff08d5bcc681ad37476875c632cb212
---

 configure.ac |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 1f9f22f..cec64e8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,12 @@ 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])])
+m4_ifdef([AM_SILENT_RULES], [
+  AM_SILENT_RULES([yes])
+], [
+  AM_DEFAULT_VERBOSITY=1
+  AC_SUBST(AM_DEFAULT_VERBOSITY)
+])
 
 
 dnl Too many people are not aware of maintainer mode:




More information about the vlc-devel mailing list