From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: configure{.in,} question Date: Mon, 25 Oct 2010 12:43:00 -0400 Message-ID: References: <09k4l72w3b.fsf@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1288025025 31192 80.91.229.12 (25 Oct 2010 16:43:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 25 Oct 2010 16:43:45 +0000 (UTC) Cc: Julien Danjou , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 25 18:43:42 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 1PAQ98-0007Zc-AO for ged-emacs-devel@m.gmane.org; Mon, 25 Oct 2010 18:43:42 +0200 Original-Received: from localhost ([127.0.0.1]:38418 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PAQ97-0004LH-73 for ged-emacs-devel@m.gmane.org; Mon, 25 Oct 2010 12:43:41 -0400 Original-Received: from [140.186.70.92] (port=43290 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PAQ8Z-00047l-Ih for emacs-devel@gnu.org; Mon, 25 Oct 2010 12:43:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PAQ8U-0002R5-Ia for emacs-devel@gnu.org; Mon, 25 Oct 2010 12:43:03 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:41518) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PAQ8U-0002R1-Fw for emacs-devel@gnu.org; Mon, 25 Oct 2010 12:43:02 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1PAQ8T-0008J9-05; Mon, 25 Oct 2010 12:43:01 -0400 X-Spook: bce mania president Legion of Doom JFK wire transfer pink X-Ran: v8!JF6Bp+xAoLUHo=C3dd,h!O/G&m:qV3Lf|,S&gOFuh'z.(Kdd^kdfGC-8}w8KGr)nIxM X-Hue: magenta X-Attribution: GM In-Reply-To: (Eli Zaretskii's message of "Mon\, 25 Oct 2010 05\:15\:58 -0400") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.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:132097 Archived-At: Eli Zaretskii wrote: > But doing so makes sure everybody can run the configure script, even > if the version of Autoconf installed on the user's machine has some > bug that affects Emacs. If we are aware of such problems, that is a legitimate reason to set AC_PREREQ in configure.in to avoid those versions of autoconf. We have done this in the past, although AFAIK the current prereq is artificially high simply to stop version churn.