mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
* configure.ac: Require gettext with ngettext support. It's
already used in src/info.c.
This commit is contained in:
parent
28b68a1092
commit
76c21d9dfe
@ -1,3 +1,8 @@
|
|||||||
|
2005-10-03 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* configure.ac: Require gettext with ngettext support. It's
|
||||||
|
already used in src/info.c.
|
||||||
|
|
||||||
2005-09-28 Pavel Roskin <proski@gnu.org>
|
2005-09-28 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
* acinclude.m4: Remove gettext 0.10.x compatibility.
|
* acinclude.m4: Remove gettext 0.10.x compatibility.
|
||||||
|
@ -102,7 +102,7 @@ dnl
|
|||||||
dnl Internationalization
|
dnl Internationalization
|
||||||
dnl
|
dnl
|
||||||
MC_ASM_LABELS
|
MC_ASM_LABELS
|
||||||
AM_GNU_GETTEXT
|
AM_GNU_GETTEXT(no-libtool, need-ngettext)
|
||||||
AM_GNU_GETTEXT_VERSION(0.11.5)
|
AM_GNU_GETTEXT_VERSION(0.11.5)
|
||||||
|
|
||||||
if test "x$USE_INCLUDED_LIBINTL" = xyes; then
|
if test "x$USE_INCLUDED_LIBINTL" = xyes; then
|
||||||
|
Loading…
Reference in New Issue
Block a user