[pulseaudio-discuss] [PATCH 2/2] build-sys: bump minor gettext version to 0.18.2

Felipe Sateler fsateler at debian.org
Wed Sep 21 14:24:05 UTC 2016


This avoids a warning in the intl.m4 macro:
configure.ac:106: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and its use is discouraged.
configure.ac:106: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead,
configure.ac:106: and use '' instead of ''in your Makefile.am files.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

0.18.2 is not available in the following (old) distros, I don't know about OSX or Windows:

- Debian Wheezy (but available via backports)
- Ubuntu Precise
- Centos/RHEL 6

diff --git a/configure.ac b/configure.ac
index db5b3dc..cffeed6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -102,7 +102,7 @@ PKG_PROG_PKG_CONFIG
 if test "x$enable_nls" != "xno"; then
 IT_PROG_INTLTOOL([0.35.0])
 
-AM_GNU_GETTEXT_VERSION([0.18.1])
+AM_GNU_GETTEXT_VERSION([0.18.2])
 AM_GNU_GETTEXT([external])
 
 GETTEXT_PACKAGE=pulseaudio
-- 
2.9.3



More information about the pulseaudio-discuss mailing list