This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: 3.0 branch: POTFILES.in broken
- To: Zack Weinberg <zackw at Stanford dot EDU>
- Subject: Re: 3.0 branch: POTFILES.in broken
- From: Dennis Bjorklund <db at zigo dot dhs dot org>
- Date: Tue, 12 Jun 2001 07:27:57 +0200 (CEST)
- cc: Mark Mitchell <mark at codesourcery dot com>, "Joseph S. Myers" <jsm28 at cam dot ac dot uk>, "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>
On Mon, 11 Jun 2001, Zack Weinberg wrote:
> > > 3.0; they are so far out of date that they are useless. gcc.pot was
> > > last updated this time last year.
> >
> > I agree. How do we prevent them from shipping?
>
> Delete gcc/po/sv.po on the branch.
A better way is to apply the patch attached that removes sv from the
variable ALL_LINGUAS which means it will not be built.
I have a new version of the swedish translation that is made from a pot I
generated myself a week ago. It has 1100 translated strings and 1400
untranslated, so it's not really good. But I think it can be a good thing
to ship it anyway (but not install as default using the patch attached).
--
/Dennis
Index: configure.in
===================================================================
RCS file: /cvs/gcc/gcc/gcc/configure.in,v
retrieving revision 1.483.2.21
diff -u -w -r1.483.2.21 configure.in
--- configure.in 2001/06/11 14:56:39 1.483.2.21
+++ configure.in 2001/06/12 05:06:44
@@ -844,7 +844,7 @@
AC_SUBST(PACKAGE)
AC_SUBST(VERSION)
-ALL_LINGUAS="sv"
+ALL_LINGUAS=""
# Enable NLS support by default
AC_ARG_ENABLE(nls,