From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27892 invoked by alias); 19 May 2006 21:16:56 -0000 Received: (qmail 27880 invoked by uid 22791); 19 May 2006 21:16:55 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 19 May 2006 21:16:53 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id k4JLDaNj022066; Fri, 19 May 2006 23:13:36 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.6/8.13.6) with ESMTP id k4JLDZXL018842; Fri, 19 May 2006 23:13:35 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.6/8.13.6/Submit) id k4JLDYdH001365; Fri, 19 May 2006 23:13:34 +0200 (CEST) Date: Fri, 19 May 2006 22:07:00 -0000 Message-Id: <200605192113.k4JLDYdH001365@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: joseph@codesourcery.com CC: drow@false.org, qpan@mvista.com, gdb@sources.redhat.com In-reply-to: (joseph@codesourcery.com) Subject: Re: GDB 6.5 release process created References: <20060516213808.6F8981B4BC@hermes.mvista.com> <20060518172943.1F3D11B3F4@hermes.mvista.com> <20060519030011.GB24596@nevyn.them.org> Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-05/txt/msg00321.txt.bz2 > Date: Fri, 19 May 2006 10:25:24 +0000 (UTC) > From: "Joseph S. Myers" > > On Thu, 18 May 2006, Daniel Jacobowitz wrote: > > > On Thu, May 18, 2006 at 10:29:44AM -0700, Qunying Pan wrote: > > > Hello: > > > > > > I noticed the gdb/configure file in this prerelease was generated by > > > autoconf 2.59d instead of autoconf 2.59. Should we fix it before release or > > > we are going to go with autoconf 2.59d? > > > > Do you think it makes a major difference? I hope it won't. > > It changes the default infodir and mandir (to follow a more recent version > of the GNU Coding Standards), so if different subdirectories use different > versions then different subdirectories may install documentation in > different places. Then I think we should stick to 2.59, until the next official autoconf release is out. Mark