summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2010-02-27 11:28:08 -0800
committerDan Nicholson <dbn.lists@gmail.com>2010-02-28 11:25:25 -0800
commita01b2ce6b196555660a64c43623acab1f6fea76a (patch)
treea3a3fea83a01dbe6822e9dd91ee58f004809725b
parentde24a6d42eafa1aaa089927e9b2c2c7ef8827550 (diff)
silent: Set AM_DEFAULT_VERBOSITY for compatibility on older automake
Custom silent rules will become recursive on older automake where AM_SILENT_RULES is not included. Set AM_DEFAULT_VERBOSITY in this fallback case for compatibility. Signed-off-by: Dan Nicholson <dbn.lists@gmail.com> Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--xorg-macros.m4.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/xorg-macros.m4.in b/xorg-macros.m4.in
index 7ba0c9a..478e5fe 100644
--- a/xorg-macros.m4.in
+++ b/xorg-macros.m4.in
@@ -935,7 +935,8 @@ XORG_RELEASE_VERSION
XORG_CHANGELOG
XORG_INSTALL
XORG_MANPAGE_SECTIONS
-m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])],
+ [AC_SUBST([AM_DEFAULT_VERBOSITY], [1])])
]) # XORG_DEFAULT_OPTIONS
# XORG_INSTALL()