summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-03-11 16:10:21 +0000
committerBruno Haible <bruno@clisp.org>2001-03-11 16:10:21 +0000
commit11ffb13cedf762aadf21a248a70325b8033e6d1a (patch)
tree27285e42f42ab2a0997bafebd3f63afe22243ff6 /configure.in
parentbb18f6ba5114645bcd192efa574adcc720bbabf9 (diff)
downloadexternal_gettext-11ffb13cedf762aadf21a248a70325b8033e6d1a.zip
external_gettext-11ffb13cedf762aadf21a248a70325b8033e6d1a.tar.gz
external_gettext-11ffb13cedf762aadf21a248a70325b8033e6d1a.tar.bz2
An attempt to deal with quotation marks in English.
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 9f69ec5..1210e32 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.15 $)
+AC_REVISION($Revision: 1.16 $)
AC_INIT(src/msgfmt.c)
AM_INIT_AUTOMAKE(gettext, 0.10.36)
RELEASE_DATE=2001-03-09 dnl in "date +%Y-%m-%d" format
AM_CONFIG_HEADER(config.h)
dnl Set of available languages.
-ALL_LINGUAS="da de el es fr ja ko nl nn no pl pt sl sv tr"
+ALL_LINGUAS="da de el en@quot en@boldquot es fr ja ko nl nn no pl pt sl sv tr"
dnl Checks for programs.
AC_PROG_CC