Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2007-08-29 21:25:00 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2007-08-29 21:25:00 (GMT)
commit522b446f11e7feff791ac54c57d9d2b5699bb168 (patch)
tree6405c20ef9363d355bb53209c201284ea8022aa3 /configure.in
parenta5dd62478e7de06add1d9b1efb34c244eac76add (diff)
Added support for Afrikaans by Friedel Wolff and Samuel Murray
svn path=/trunk/; revision=2908
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 d1a19de..6c1e27f 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_INIT(src/gcompris/gcompris.c)
AC_CANONICAL_TARGET
-AM_INIT_AUTOMAKE(gcompris, 8.4BETA1)
+AM_INIT_AUTOMAKE(gcompris, 8.4BETA2)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE
@@ -189,7 +189,7 @@ fi
LDFLAGS="${LDFLAGS} ${XF86VM_LIBS}"
dnl Add the languages which your application supports here.
-ALL_LINGUAS="am ar ar_TN az bg ca cs da de dz el en_CA en_GB es et eu fi fr ga gl gu he hi hr hu id it ja ka ko lt mk ml mr ms nb ne nl nn oc pa pl pt pt_BR ro ru rw sk sl so sq sr sr@Latn sv ta th tr vi wa zh_CN zh_TW"
+ALL_LINGUAS="af am ar ar_TN az bg ca cs da de dz el en_CA en_GB es et eu fi fr ga gl gu he hi hr hu id it ja ka ko lt mk ml mr ms nb ne nl nn oc pa pl pt pt_BR ro ru rw sk sl so sq sr sr@Latn sv ta th tr vi wa zh_CN zh_TW"
dnl GCompris needs to know which locale are supported
AC_SUBST(ALL_LINGUAS)