This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: 3.0 branch: POTFILES.in broken


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,

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]