From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15916 invoked by alias); 18 Mar 2003 19:16:21 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 15773 invoked from network); 18 Mar 2003 19:16:18 -0000 Received: from unknown (HELO gold.csi.cam.ac.uk) (131.111.8.12) by sources.redhat.com with SMTP; 18 Mar 2003 19:16:18 -0000 Received: from student.cusu.cam.ac.uk ([131.111.179.82] helo=kern.srcf.societies.cam.ac.uk ident=mail) by gold.csi.cam.ac.uk with esmtp (Exim 4.12) id 18vMZM-0002MP-00; Tue, 18 Mar 2003 19:16:16 +0000 Received: from jsm28 (helo=localhost) by kern.srcf.societies.cam.ac.uk with local-esmtp (Exim 3.35 #1 (Debian)) id 18vMZM-0000Jy-00; Tue, 18 Mar 2003 19:16:16 +0000 Date: Tue, 18 Mar 2003 19:16:00 -0000 From: "Joseph S. Myers" X-X-Sender: To: Joel Brobecker cc: , , Subject: Re: [RFA/RFC] disable-nls if msgfmt could not be found In-Reply-To: <20030318183332.GA27390@gnat.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2003-03/txt/msg00411.txt.bz2 On Tue, 18 Mar 2003, Joel Brobecker wrote: > Instead of adding the checks in each subdir, I thought that it might be > better to do the check for msgfmt in the toplevel configure, and pass > --disable-nls to the subdir configure commands if not found. The --disable-nls disables the *use* of compiled message catalogs, not just their generation; GCC releases include the compiled message catalogs so that users can get an NLS-enabled compiler whether or not they have msgfmt installed. -- Joseph S. Myers jsm28@cam.ac.uk