]> git.sesse.net Git - vlc/commitdiff
Set AM_DEFAULT_VERBOSITY with historic automake versions
authorRémi Denis-Courmont <remi@remlab.net>
Sun, 14 Feb 2010 20:12:48 +0000 (22:12 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sun, 14 Feb 2010 20:26:18 +0000 (22:26 +0200)
configure.ac

index 1f9f22f963f8137d19451a41ea41e2647f1b0ea0..cec64e8d5e19e16ff7db1544d4abc3604827eee2 100644 (file)
@@ -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: