From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5833 invoked by alias); 20 Nov 2001 19:07:38 -0000 Mailing-List: contact gdb-patches-help@sourceware.cygnus.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 5797 invoked from network); 20 Nov 2001 19:07:35 -0000 Received: from unknown (HELO localhost.cygnus.com) (216.138.202.10) by sourceware.cygnus.com with SMTP; 20 Nov 2001 19:07:35 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id 6EBBD3D34; Tue, 20 Nov 2001 13:36:12 -0500 (EST) Message-ID: <3BFAA29C.50003@cygnus.com> Date: Thu, 08 Nov 2001 09:36:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.3) Gecko/20011020 X-Accept-Language: en-us MIME-Version: 1.0 To: Nick Clifton Cc: bug-binutils@gnu.org, gdb-patches@sources.redhat.com, haible@ilog.fr Subject: Re: Make .gmo files for distributions. References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2001-11/txt/msg00155.txt.bz2 > Hi Guys, > > Any objections to the following patch ? It adds code to the > do-proto-toplev target to build *.gmo files from their respective > .po files as part of a distribution. > > I was prompted to make this change because of an email from Bruno > Haible, the GNU gettext maintainer: > > http://sources.redhat.com/ml/bug-gnu-utils/2001-11/msg00130.html > > He points out that not all hosts have the gettext utilities > installed, and so they cannot be expected to build the .gmo files if > they are not present in a distribution. Yes please. I'm wondering, though, why it doesn't happen anyway? Andrew