This is the mail archive of the gcc@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: [PATCH] Make --enable-nls the default when not cross-compiling


Mark,

* Mark Mitchell (mark@codesourcery.com) [20000517 21:18]:

> on my RedHat 6.1 system when doing a fresh build.  

I think I've found the culprit, though I'm not sure what to do about it. The
only way this could go wrong is if the environment variable LINGUAS is
defined, as this is the only way to override ALL_LINGUAS. This method exists
to let the user select a subset of all available catalogs. But what's
missing is a check for wether the subset passed is indeed a subset.

What makes it difficult to change is that these checks come from the m4
macros that gettext provides and which are also part of automake. I could
change aclocal.m4 to include this check. But this then should be propagated
back to the gettext and automake maintainers, shouldn't it?

Philipp

-- 
Philipp Thomas <pthomas@suse.de>
Development, SuSE GmbH, Schanzaecker Str. 10, D-90443 Nuremberg, Germany

#define NINODE  50              /* number of in core inodes */
#define NPROC   30              /* max number of processes */
 	-- Version 7 UNIX fuer PDP 11, /usr/include/sys/param.h

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