From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9479 invoked by alias); 24 Jan 2005 19:35: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 9076 invoked from network); 24 Jan 2005 19:35:14 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 24 Jan 2005 19:35:14 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j0OJZE24017905; Mon, 24 Jan 2005 14:35:14 -0500 Received: from localhost.redhat.com (vpn50-69.rdu.redhat.com [172.16.50.69]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j0OJZEO28071; Mon, 24 Jan 2005 14:35:14 -0500 Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id BC2A07D79; Mon, 24 Jan 2005 14:35:12 -0500 (EST) Message-ID: <41F54DEE.3010606@gnu.org> Date: Mon, 24 Jan 2005 19:35:00 -0000 From: Andrew Cagney User-Agent: Mozilla Thunderbird 0.8 (X11/20041020) MIME-Version: 1.0 To: Andreas Schwab Cc: gdb-patches@sources.redhat.com, binutils@sources.redhat.com Subject: Re: [patch/rfc] Only use ../intl/ when present References: <41EC520B.7060003@gnu.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-01/txt/msg00233.txt.bz2 Andreas Schwab wrote: > Andrew Cagney writes: > > >>Hello, >> >>This patch should stop getgext.m4 trying to use ../intl when it isn't >>present. >> >>I can't actually test it - all the systems I looked to test it on had a >>bundled gettext :-/ >> >>comments? > > > Newer versions of gettext implement that as AM_GNU_GETTEXT([external]). Ah! Once GDB's 2.59 switch has settled down someone can take on the round-tuit with that task written on it :-). Andrew