From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14557 invoked by alias); 25 Aug 2009 19:15:18 -0000 Received: (qmail 14548 invoked by uid 22791); 25 Aug 2009 19:15:17 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.gmx.net (HELO mail.gmx.net) (213.165.64.20) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Tue, 25 Aug 2009 19:15:11 +0000 Received: (qmail invoked by alias); 25 Aug 2009 19:15:08 -0000 Received: from xdsl-87-78-70-214.netcologne.de (EHLO localhost.localdomain) [87.78.70.214] by mail.gmx.net (mp064) with SMTP; 25 Aug 2009 21:15:08 +0200 Received: from ralf by localhost.localdomain with local (Exim 4.69) (envelope-from ) id 1Mg1Sv-0001u6-7I; Tue, 25 Aug 2009 21:13:57 +0200 Date: Tue, 25 Aug 2009 19:55:00 -0000 From: Ralf Wildenhues To: Eli Zaretskii Cc: gerald@pfeifer.com, gdb-patches@sourceware.org Subject: Re: Do not point to sources.redhat.com for autotools tarballs Message-ID: <20090825191356.GB5034@gmx.de> References: <20090815112928.GB5396@gmx.de> <20090816094922.GB25721@gmx.de> <83ocqfitb3.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83ocqfitb3.fsf@gnu.org> User-Agent: Mutt/1.5.20 (2009-08-09) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-08/txt/msg00429.txt.bz2 [ trimming Cc:, moving from gdb@ to -patches ] Hello Eli, * Eli Zaretskii wrote on Sun, Aug 16, 2009 at 07:04:32PM CEST: > > * 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). Not sure I understand what you mean. Like this? Thanks, Ralf Fix confusing sentence about autoconf in gdbint.texinfo. gdb/doc/ChangeLog: 2009-08-25 Ralf Wildenhues * gdbint.texinfo (Releasing GDB): Fix confusing sentence about autoconf. diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 6d0a226..e706caa 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -7079,8 +7079,8 @@ Notes: @item Check the @code{autoconf} version carefully. You want to be using the version documented in the toplevel @file{README-maintainer-mode} file. -It is very unlikely that a system installed version of @code{autoconf} -(e.g., @file{/usr/bin/autoconf}) is correct. +It is very unlikely that the version of @code{autoconf} installed in +system directories (e.g., @file{/usr/bin/autoconf}) is correct. @end itemize @subsubheading Check out the relevant modules: