diff options
-rw-r--r-- | xorg-macros.m4.in | 3 |
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() |