From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13166 invoked by alias); 16 Aug 2009 17:06:52 -0000 Received: (qmail 13146 invoked by uid 22791); 16 Aug 2009 17:06:52 -0000 X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout7.012.net.il (HELO mtaout7.012.net.il) (84.95.2.19) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 16 Aug 2009 17:06:45 +0000 Received: from conversion-daemon.i-mtaout7.012.net.il by i-mtaout7.012.net.il (HyperSendmail v2007.08) id <0KOH00200ALF5E00@i-mtaout7.012.net.il>; Sun, 16 Aug 2009 20:06:42 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.229.127.190]) by i-mtaout7.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KOH008XDBIY0C90@i-mtaout7.012.net.il>; Sun, 16 Aug 2009 20:06:36 +0300 (IDT) Date: Sun, 16 Aug 2009 17:06:00 -0000 From: Eli Zaretskii Subject: Re: Do not point to sources.redhat.com for autotools tarballs (was: Moving to Autoconf 2.64, Automake 1.11) In-reply-to: <20090816094922.GB25721@gmx.de> To: Ralf Wildenhues Cc: gerald@pfeifer.com, gcc-patches@gcc.gnu.org, binutils@sourceware.org, gdb@sourceware.org Reply-to: Eli Zaretskii Message-id: <83ocqfitb3.fsf@gnu.org> References: <20090815112928.GB5396@gmx.de> <20090816094922.GB25721@gmx.de> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-08/txt/msg00129.txt.bz2 > Date: Sun, 16 Aug 2009 11:49:22 +0200 > From: Ralf Wildenhues > Cc: gcc-patches@gcc.gnu.org, binutils@sourceware.org, gdb@sourceware.org > > Below is a proposed patch that would let src refer to upstream versions, > to be squashed in with [PATCH 5/N] of this series (tested make info html > pdf). > > Thanks, > Ralf > > ChangeLog: > 2009-08-16 Ralf Wildenhues > > * README-maintainer-mode: Point directly to upstream locations > for autoconf, automake, libtool, gettext, instead of copies on > sources.redhat.com. Document required versions. > > gdb/doc/ChangeLog: > 2009-08-16 Ralf Wildenhues > > * gdbint.texinfo (Releasing GDB): Point to > README-maintainer-mode file for required autoconf version. Fine with me (although I'd prefer you fixed the confusing ``system installed version'' thingy, if you can). Thanks.