From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28204 invoked by alias); 27 Nov 2007 04:19:06 -0000 Received: (qmail 28195 invoked by uid 22791); 27 Nov 2007 04:19:06 -0000 X-Spam-Check-By: sourceware.org Received: from nitzan.inter.net.il (HELO nitzan.inter.net.il) (213.8.233.22) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 27 Nov 2007 04:18:59 +0000 Received: from HOME-C4E4A596F7 (IGLD-83-130-239-13.inter.net.il [83.130.239.13]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id IKQ79551 (AUTH halo1); Tue, 27 Nov 2007 06:16:21 +0200 (IST) Date: Tue, 27 Nov 2007 04:19:00 -0000 Message-Id: From: Eli Zaretskii To: "Douglas Evans" CC: gdb-patches@sourceware.org In-reply-to: (dje@google.com) Subject: Re: RFA: fix gdbint.info autoconf version Reply-to: Eli Zaretskii References: X-IsSubscribed: yes 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: 2007-11/txt/msg00502.txt.bz2 > Date: Mon, 26 Nov 2007 17:16:52 -0800 > From: "Douglas Evans" > > How about this? Okay, but for these two minor issues: > Check the @code{autoconf} version carefully. You want to be using the > -version taken from the @file{binutils} snapshot directory, which can be > -found at @uref{ftp://sources.redhat.com/pub/binutils/}. It is very > -unlikely that a system installed version of @code{autoconf} (e.g., > -@file{/usr/bin/autoconf}) is correct. > +same version. What is meant by ``the same version''? same as what? > Currently this is 2.59. Please remove this sentence. "Currently" will become obsolete very quickly, and has no real value here. If you want to be friendly, you could show the fragment of `configure' where one sees the version, and state that in this fragment the version is so-and-so. Thanks.