We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d6cc11 commit 70f4e00Copy full SHA for 70f4e00
ChangeLog
@@ -3,6 +3,7 @@
3
* src/iconv.c (check_subst_formatstring): Use ngettext.
4
(subst_wc_to_mb_fallback, subst_mb_to_mb_fallback): Fix error messages
5
after 2006-01-22 change.
6
+ * configure.ac: Require a gettext version with ngettext.
7
8
2006-06-28 Bruno Haible <bruno@clisp.org>
9
configure.ac
@@ -82,7 +82,7 @@ AC_LIBTOOL_WIN32_DLL
82
AC_PROG_LIBTOOL
83
gl_VISIBILITY
84
AM_ICONV
85
-AM_GNU_GETTEXT([external])
+AM_GNU_GETTEXT([external], [need-ngettext])
86
87
dnl checks for header files
88
0 commit comments