From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r101037: * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn. Date: Tue, 10 Aug 2010 08:07:42 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1281442073 13810 80.91.229.12 (10 Aug 2010 12:07:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 10 Aug 2010 12:07:53 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 10 14:07:51 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OincV-0001bK-1V for ged-emacs-devel@m.gmane.org; Tue, 10 Aug 2010 14:07:51 +0200 Original-Received: from localhost ([127.0.0.1]:47989 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OincT-0000kN-KF for ged-emacs-devel@m.gmane.org; Tue, 10 Aug 2010 08:07:49 -0400 Original-Received: from [199.232.76.173] (port=46938 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OincO-0000kF-Pb for emacs-devel@gnu.org; Tue, 10 Aug 2010 08:07:44 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1OincN-0006h0-I7 for emacs-devel@gnu.org; Tue, 10 Aug 2010 08:07:44 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:33993) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1OincN-0006gv-Bt for emacs-devel@gnu.org; Tue, 10 Aug 2010 08:07:43 -0400 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OincM-0004XR-Ud; Tue, 10 Aug 2010 08:07:42 -0400 In-Reply-To: (Stefan Monnier's message of "Tue\, 10 Aug 2010 12\:42\:58 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:128542 Archived-At: Stefan Monnier writes: >> * configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn. > > What means "version churn" and why is it a problem? When regenerating configure in the past few days 2.65 and 2.66 where used alternatively a few times. The large diffs generated each time make it hard to verify that the change did not have unintended consequences. > Debian testing still isn't up to 2.66, so I think it's kind of early to > move away from 2.65. I had to install 2.66 locally too (replacing 2.65 that I also had installed locally). It takes about 5 seconds to install, so...