From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22387 invoked by alias); 3 Jul 2003 15:48:35 -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 22374 invoked from network); 3 Jul 2003 15:48:34 -0000 Received: from unknown (HELO mail.codesourcery.com) (65.73.237.138) by sources.redhat.com with SMTP; 3 Jul 2003 15:48:34 -0000 Received: (qmail 14403 invoked from network); 3 Jul 2003 15:47:30 -0000 Received: from egil.codesourcery.com (HELO taltos.codesourcery.com) (zack@66.92.14.122) by mail.codesourcery.com with DES-CBC3-SHA encrypted SMTP; 3 Jul 2003 15:47:30 -0000 Received: by taltos.codesourcery.com (sSMTP sendmail emulation); Thu, 3 Jul 2003 08:48:33 -0700 From: "Zack Weinberg" To: Alexandre Oliva Cc: gcc-patches@gcc.gnu.org, gdb-patches@sourceware.org, binutils@sourceware.org Subject: Re: PATCH: replace obsolete GCC libintl with top-level libintl from newest gettext distribution References: <87he64wa7m.fsf@codesourcery.com> Date: Thu, 03 Jul 2003 15:48:00 -0000 In-Reply-To: (Alexandre Oliva's message of "03 Jul 2003 12:17:06 -0300") Message-ID: <87vfujtxv2.fsf@egil.codesourcery.com> User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-07/txt/msg00077.txt.bz2 Alexandre Oliva writes: > On Jul 3, 2003, "Zack Weinberg" wrote: > >> * ABOUT-NLS, config.rpath: Import from gettext 0.12.1. > > I'm disgusted at the duplication of outdated code from libtool in > config.rpath, and about other assumptions about libtool in intl's > autoconf macros. However, none of this is your fault, so, unless > we try to get upstream gettext to avoid this, we'll have to go with > the flow. Note that I removed the capability to create a shared libintl.a from intl/Makefile.in, so we aren't going to get burnt by any outdated information. I agree the gettext autoconf macros are horrible, though. zw