[vlc-commits] configure: gettext needs format macros too

Rémi Denis-Courmont git at videolan.org
Mon Nov 2 20:21:17 CET 2015


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Nov  2 21:19:14 2015 +0200| [1c2028f77641ebd7a5ca96a917a37f3fdc11283a] | committer: Rémi Denis-Courmont

configure: gettext needs format macros too

The PRI macros are used in some of the translated strings, so libintl
needs to support them.

Note that need-formatstring-macros nonobviously implies need-ngettext.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1c2028f77641ebd7a5ca96a917a37f3fdc11283a
---

 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index b69920f..92ba939 100644
--- a/configure.ac
+++ b/configure.ac
@@ -453,7 +453,7 @@ dnl
 dnl Gettext stuff
 dnl
 AM_GNU_GETTEXT_VERSION([0.19.6])
-AM_GNU_GETTEXT([external], [need-ngettext])
+AM_GNU_GETTEXT([external], [need-formatstring-macros])
 
 dnl
 dnl Iconv stuff



More information about the vlc-commits mailing list