[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#242358: discover1: configure.ac is missing some languages



Package:  discover1
Version:  1.5-8
Severity: minor

When trying to generate the build system using newer autoconf and
automake, I discovered that some langauges are missing from the list
of language codes in configure.ac.  Here is a patch to add 'el', 'ja',
'pt' and 'uk' to the ALL_LINGUAS variable.  I'm not applying it to CVS
as I was unable to genereate the build system using my versions of
autoconf and automake. :(

Index: configure.ac
===================================================================
RCS file: /cvsroot/pkg-discover/discover1/configure.ac,v
retrieving revision 1.2
diff -u -3 -p -u -r1.2 configure.ac
--- configure.ac        13 Mar 2004 20:02:28 -0000      1.2
+++ configure.ac        6 Apr 2004 08:32:08 -0000
@@ -57,7 +57,7 @@ AC_CHECK_FUNCS(select strdup strstr strt


 dnl Internationalization support
-ALL_LINGUAS="af ar be bg ca cs da de eo es et fi fr gl hr hu id it lt nl no pl
pt_BR ro ru sk sp sr sv tr vi vi_VN.VISCII wa zh_CN zh_TW "
+ALL_LINGUAS="af ar be bg ca cs da de eo el es et fi fr gl hr hu id it ja lt nl
no pl pt pt_BR ro ru sk sp sr sv tr uk vi vi_VN.VISCII wa zh_CN zh_TW "

 AM_GNU_GETTEXT
 AC_DEFINE(HAVE_CATGETS)



Reply to: