summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-05-17 22:56:14 +0000
committerBruno Haible <bruno@clisp.org>2001-05-17 22:56:14 +0000
commit0a11ebe9f2b02edecd090e809664d4defc01ccba (patch)
tree54a209be40c2fe60d1a76671700aadd5a795c8dc /configure.in
parent087c3c1753862c0d22b0d950a49b7235c09e4696 (diff)
downloadexternal_gettext-0a11ebe9f2b02edecd090e809664d4defc01ccba.zip
external_gettext-0a11ebe9f2b02edecd090e809664d4defc01ccba.tar.gz
external_gettext-0a11ebe9f2b02edecd090e809664d4defc01ccba.tar.bz2
New translations.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index cada83c..f31f6b6 100644
--- a/configure.in
+++ b/configure.in
@@ -1,13 +1,13 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.13)
-AC_REVISION($Revision: 1.26 $)
+AC_REVISION($Revision: 1.27 $)
AC_INIT(src/msgfmt.c)
AM_INIT_AUTOMAKE(gettext, 0.10.37)
RELEASE_DATE=2001-04-19 dnl in "date +%Y-%m-%d" format
AM_CONFIG_HEADER(config.h)
dnl Set of available languages.
-ALL_LINGUAS="da de el en@quot en@boldquot es et fr ja ko nl nn no pl pt pt_BR sl sv tr"
+ALL_LINGUAS="cs da de el en@quot en@boldquot es et fr gl id it ja ko nl nn no pl pt pt_BR ru sl sv tr zh"
dnl Checks for programs.
AC_PROG_CC