From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30770 invoked by alias); 19 May 2006 16:30:30 -0000 Received: (qmail 30741 invoked by uid 22791); 19 May 2006 16:30:27 -0000 X-Spam-Check-By: sourceware.org Received: from gateway-1237.mvista.com (HELO gateway-1237.mvista.com) (63.81.120.158) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 19 May 2006 16:30:24 +0000 Received: from Nora (nora.ddns.mvista.com [10.0.10.156]) by hermes.mvista.com (Postfix) with ESMTP id ED0301B51C; Fri, 19 May 2006 09:30:21 -0700 (PDT) From: "Qunying Pan" To: "'Joseph S. Myers'" , "'Daniel Jacobowitz'" Cc: Subject: RE: GDB 6.5 release process created Date: Fri, 19 May 2006 17:50:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 In-Reply-To: Message-Id: <20060519163021.ED0301B51C@hermes.mvista.com> X-IsSubscribed: yes 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/msg00314.txt.bz2 >> > 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. Thanks for the replies. Doesn't make a major difference, but at least it will generate a trunk of unrelated diff when a user regenerates configure file using 2.59 if there is any update. It is a little annoying. It will be great if we could remain consistent with the version, either 2.59 or 2.59d, as it won't make much difference with the real result. Since 2.59 is more widely used, probably it is better to go for? Best Regards, Qunying