The following commit has been merged in the master branch:
commit f1edd46b94d99b75e020b4111a1761e657b2261e
Author: Guillem Jover <[email protected]>
Date: Fri May 31 01:51:05 2013 +0200
build: Bump automake version to 1.11
It was needed for xz distribution tarballs, and allows us to get rid of
the conditional silent-rules support.
diff --git a/README b/README
index 0e3c638..4928c92 100644
--- a/README
+++ b/README
@@ -43,7 +43,7 @@ To prepare the dpkg source tree from git before starting the
build process
some required software needs to be installed:
GNU autoconf >= 2.60
- GNU automake >= 1.8
+ GNU automake >= 1.11
GNU gettext >= 0.18.2 (or just autopoint if using --disable-nls)
flex
diff --git a/configure.ac b/configure.ac
index c2f0d36..ab2aaa5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,10 +10,8 @@ AC_CONFIG_AUX_DIR([build-aux])
AC_USE_SYSTEM_EXTENSIONS
-AM_INIT_AUTOMAKE([1.8 foreign nostdinc no-dist-gzip dist-xz])
-
-m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])],
- [AC_SUBST([AM_DEFAULT_VERBOSITY], [1])])
+AM_INIT_AUTOMAKE([1.11 foreign nostdinc no-dist-gzip dist-xz])
+AM_SILENT_RULES([yes])
AM_GNU_GETTEXT_VERSION([0.18.2])
AM_GNU_GETTEXT([external])
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]