The following commit has been merged in the master branch:
commit bb9d87468ff4e3710c854ffaa0b09110f8fdde64
Author: Guillem Jover <[email protected]>
Date: Sat Sep 26 20:53:55 2009 +0200
build: Fix build failure with automake < 1.11
When there's no AM_SILENT_RULES support, set a AM_DEFAULT_VERBOSITY
variable to 1 (verbose), so that the verbosity variables under man/
become no-ops.
diff --git a/configure.ac b/configure.ac
index 777e683..cc810f7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,7 +11,8 @@ DPKG_ARCHITECTURE
AM_INIT_AUTOMAKE([1.8 gnu nostdinc])
-m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])],
+ [AC_SUBST([AM_DEFAULT_VERBOSITY], [1])])
AM_GNU_GETTEXT_VERSION([0.16.1])
AM_GNU_GETTEXT([external])
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]