From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Francesco Potorti` Newsgroups: gmane.emacs.devel Subject: Re: m4 error in bootstrap Date: Thu, 05 Sep 2002 16:52:51 +0200 Sender: emacs-devel-admin@gnu.org Message-ID: References: NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1031237607 30705 127.0.0.1 (5 Sep 2002 14:53:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 5 Sep 2002 14:53:27 +0000 (UTC) Cc: Emacs developers Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17my0c-0007z7-00 for ; Thu, 05 Sep 2002 16:53:26 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17myaK-0001v7-00 for ; Thu, 05 Sep 2002 17:30:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17my2E-0001gt-00; Thu, 05 Sep 2002 10:55:06 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17my0A-0001AY-00 for emacs-devel@gnu.org; Thu, 05 Sep 2002 10:52:58 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17my08-0001AM-00 for emacs-devel@gnu.org; Thu, 05 Sep 2002 10:52:57 -0400 Original-Received: from pot.cnuce.cnr.it ([146.48.83.182]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17my07-0001AG-00 for emacs-devel@gnu.org; Thu, 05 Sep 2002 10:52:56 -0400 Original-Received: from pot by pot.cnuce.cnr.it with local (Exim 3.35 #1 (Debian)) id 17my03-0007Hn-00; Thu, 05 Sep 2002 16:52:51 +0200 Original-To: Andreas Schwab In-Reply-To: (schwab@suse.de) X-fingerprint: 4B2 6187 5C3 D6B1 2E31 7666 9DF 2DC9 BE21 6115 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:7550 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:7550 |> You need autoconf 2.13, or else touch configure to make it newer than |> I have autoconf 2.53 installed on a Debian sarge (testing) system. Yes, that's your problem. Ouch! Okay, the helpful Debian maintainers made an autoconf2.13 package wich installs a wrapper that does autodetection and calls the right autoconf version... It works for Emacs. Thanks.