diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2001-12-16 15:30:04 +0000 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2001-12-16 15:30:04 +0000 |
commit | 921e556b3aaace34f7107614b92250c887c7013c (patch) | |
tree | d2d6e4538e18dffd5ebc53daa1434c0bce73fdfe | |
parent | c92222b1b2dbdbef77e21658ecf4a3f0b5a0b487 (diff) | |
download | metacity-921e556b3aaace34f7107614b92250c887c7013c.tar.gz metacity-921e556b3aaace34f7107614b92250c887c7013c.tar.bz2 |
Added "no" to ALL_LINGUAS.
2001-12-16 Kjartan Maraas <kmaraas@gnome.org>
* configure.in: Added "no" to ALL_LINGUAS.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2001-12-16 Kjartan Maraas <kmaraas@gnome.org> + + * configure.in: Added "no" to ALL_LINGUAS. + 2001-12-11 Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz> * configure.in: Added "sk" to ALL_LINGUAS. diff --git a/configure.in b/configure.in index a565aca..97d4581 100644 --- a/configure.in +++ b/configure.in @@ -37,7 +37,7 @@ if test "x$GCC" = "xyes"; then fi changequote([,])dnl -ALL_LINGUAS="es gl ru sk sv uk" +ALL_LINGUAS="es gl no ru sk sv uk" AM_GLIB_GNU_GETTEXT ## here we get the flags we'll actually use |