From 522b446f11e7feff791ac54c57d9d2b5699bb168 Mon Sep 17 00:00:00 2001 From: Bruno Coudoin Date: Wed, 29 Aug 2007 21:25:00 +0000 Subject: Added support for Afrikaans by Friedel Wolff and Samuel Murray svn path=/trunk/; revision=2908 --- (limited to 'configure.in') 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) -- cgit v0.9.1