summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIñaki Larrañaga <dooteo@euskalgnu.org>2004-04-16 12:36:08 +0000
committerIñaki Larrañaga Murgoitio <dooteo@src.gnome.org>2004-04-16 12:36:08 +0000
commit09c929ce3fe088a5b31b481b907061663c5120f2 (patch)
tree1cb83d26b8e3aa84da7efe746bcd10c77a51d71d
parent0399fb7d4b7616acb9a9d2b148ce092836ac180e (diff)
downloadmetacity-09c929ce3fe088a5b31b481b907061663c5120f2.tar.gz
Added "eu" (Basque) to ALL_LINGUAS.
2004-04-16 Iñaki Larrañaga <dooteo@euskalgnu.org> * configure.in: Added "eu" (Basque) to ALL_LINGUAS.
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4661954e..2f593d84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-04-16 Iñaki Larrañaga <dooteo@euskalgnu.org>
+
+ * configure.in: Added "eu" (Basque) to ALL_LINGUAS.
+
2004-04-15 Elijah Newren <newren@math.utah.edu>
* src/display.c: Prevent unwanted grab op from occurring.
diff --git a/configure.in b/configure.in
index 5bd34d77..767eaac6 100644
--- a/configure.in
+++ b/configure.in
@@ -134,7 +134,7 @@ AC_ARG_ENABLE(shape, [ --disable-shape disable metacity's use
## try definining HAVE_BACKTRACE
AC_CHECK_HEADERS(execinfo.h, [AC_CHECK_FUNCS(backtrace)])
-ALL_LINGUAS="am ar az be bg bn ca cs cy da de el en_CA en_GB es et fa fi fr ga gl gu he hi hr hu id is it ja ko lt lv mk ml mn ms nl nn no pa pl pt pt_BR ro ru sl sk sq sr sr@Latn sv ta th tr uk vi wa zh_CN zh_TW"
+ALL_LINGUAS="am ar az be bg bn ca cs cy da de el en_CA en_GB es et eu fa fi fr ga gl gu he hi hr hu id is it ja ko lt lv mk ml mn ms nl nn no pa pl pt pt_BR ro ru sl sk sq sr sr@Latn sv ta th tr uk vi wa zh_CN zh_TW"
AM_GLIB_GNU_GETTEXT
## here we get the flags we'll actually use