This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Next round aclocal.m4 patches commited
- To: pthomas at suse dot de
- Subject: Re: Next round aclocal.m4 patches commited
- From: Martin von Loewis <loewis at informatik dot hu-berlin dot de>
- Date: Tue, 27 Jun 2000 10:13:50 +0200 (MET DST)
- CC: gcc at gcc dot gnu dot org, mark at codesourcery dot com
- References: <20000626072620.B16593@Jeffreys.suse.de>
> Mark, Martin, so far I only disable building the catalogs by setting
> CATALOGS to be empty. Should this possibly disable NLS completely (seems to
> be much harder to achieve)?
I'm still not sure how all these things are going to be
distributed. Will there be binary catalogs (.gmo) in the distribution?
I guess yes. Will they be in CVS?
If the catalogs are in CVS, then it would be fine to not build them
without msgfmt. If they are not in CVS (as generated files), it seems
reasonable to require msgfmt unless --disable-nls is specified, just
as we require bison (and other tools) for people using the CVS.
Regards,
Martin