From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29109 invoked by alias); 3 Jul 2003 18:35:09 -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 29073 invoked from network); 3 Jul 2003 18:35:08 -0000 Received: from unknown (HELO mail.codesourcery.com) (65.73.237.138) by sources.redhat.com with SMTP; 3 Jul 2003 18:35:08 -0000 Received: (qmail 20998 invoked from network); 3 Jul 2003 18:34:04 -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 18:34:04 -0000 Received: by taltos.codesourcery.com (sSMTP sendmail emulation); Thu, 3 Jul 2003 11:35:07 -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> <87vfujtxv2.fsf@egil.codesourcery.com> Date: Thu, 03 Jul 2003 18:35:00 -0000 In-Reply-To: (Alexandre Oliva's message of "03 Jul 2003 15:25:35 -0300") Message-ID: <87el17tq5g.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/msg00085.txt.bz2 Alexandre Oliva writes: > On Jul 3, 2003, "Zack Weinberg" wrote: > >> Note that I removed the capability to create a shared libintl.a from >> intl/Makefile.in > > Maybe it would be appropriate to remove the supporting code from its > aclocal.m4, then, such that we don't need this new config.rpath > script and the other attempts at reinventing libtool poorly :-) I considered doing that but I decided it was too complicated, and would interfere too much with future imports of upstream gettext. zw