From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25968 invoked by alias); 27 Nov 2007 01:17:08 -0000 Received: (qmail 25959 invoked by uid 22791); 27 Nov 2007 01:17:08 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 27 Nov 2007 01:17:01 +0000 Received: from zps78.corp.google.com (zps78.corp.google.com [172.25.146.78]) by smtp-out.google.com with ESMTP id lAR1Grg4002284 for ; Tue, 27 Nov 2007 01:16:54 GMT Received: from rv-out-0910.google.com (rvbk20.prod.google.com [10.140.87.20]) by zps78.corp.google.com with ESMTP id lAR1Groe019137 for ; Mon, 26 Nov 2007 17:16:53 -0800 Received: by rv-out-0910.google.com with SMTP id k20so791564rvb for ; Mon, 26 Nov 2007 17:16:52 -0800 (PST) Received: by 10.115.60.1 with SMTP id n1mr1586582wak.1196126212941; Mon, 26 Nov 2007 17:16:52 -0800 (PST) Received: by 10.115.107.7 with HTTP; Mon, 26 Nov 2007 17:16:52 -0800 (PST) Message-ID: Date: Tue, 27 Nov 2007 01:17:00 -0000 From: "Douglas Evans" To: gdb-patches@sourceware.org Subject: RFA: fix gdbint.info autoconf version MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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/msg00499.txt.bz2 gdbint.texinfo says to use the old autoconf on sourceware, but gdb/configure is now regenerated with autoconf 2.59. gdbint.texinfo: 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. ChangeLog-2005: 2005-01-07 Andrew Cagney * configure.ac: Rename configure.in, require autoconf 2.59. * configure: Re-generate. How about this? Index: doc/gdbint.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdbint.texinfo,v retrieving revision 1.275 diff -u -p -r1.275 gdbint.texinfo --- doc/gdbint.texinfo 15 Nov 2007 06:14:26 -0000 1.275 +++ doc/gdbint.texinfo 27 Nov 2007 01:15:19 -0000 @@ -6290,10 +6290,9 @@ Notes: @itemize @bullet @item 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. See the top of @file{configure} to see what version +generated it. Currently this is 2.59. Autoconf can be obtained from +@uref{ftp://ftp.gnu.org/pub/autoconf/}. @end itemize @subsubheading Check out the relevant modules: