diff options
author | Bruno Haible <bruno@clisp.org> | 2001-02-27 21:00:24 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2001-02-27 21:00:24 +0000 |
commit | b26d1fc817ddf8752858b597c6127e0c30c2a84b (patch) | |
tree | f0d53a30332b751c76e7d43ee7a0fe381952765d /configure.in | |
parent | bf91799e13883b59f134a1a6477125efb73b0c89 (diff) | |
download | external_gettext-b26d1fc817ddf8752858b597c6127e0c30c2a84b.zip external_gettext-b26d1fc817ddf8752858b597c6127e0c30c2a84b.tar.gz external_gettext-b26d1fc817ddf8752858b597c6127e0c30c2a84b.tar.bz2 |
Language Norwegian-nynorsk is now called "nn" instead of "no@nynorsk".
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 7bcd8ac..1c8f9b5 100644 --- a/configure.in +++ b/configure.in @@ -1,12 +1,12 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.13) -AC_REVISION($Revision: 1.10 $) +AC_REVISION($Revision: 1.11 $) AC_INIT(src/msgfmt.c) AM_INIT_AUTOMAKE(gettext, 0.10.36) AM_CONFIG_HEADER(config.h) dnl Set of available languages. -ALL_LINGUAS="da de el es fr ja ko nl no no@nynorsk pl pt sl sv tr" +ALL_LINGUAS="da de el es fr ja ko nl nn no pl pt sl sv tr" dnl Checks for programs. AC_PROG_CC |