From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: "Herbert J. Skuhra" Newsgroups: gmane.emacs.devel Subject: Re: autogen.sh and configure errors Date: Sat, 2 Jan 2021 16:07:45 +0100 Message-ID: References: <83sg7je7t2.fsf@gnu.org> <87turzs8r3.fsf@igel.home> <83lfdbe6wd.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="34673"; mail-complaints-to="usenet@ciao.gmane.io" To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Jan 02 16:11:00 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kviYW-0008op-5X for ged-emacs-devel@m.gmane-mx.org; Sat, 02 Jan 2021 16:11:00 +0100 Original-Received: from localhost ([::1]:54582 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kviYV-0003Ka-0l for ged-emacs-devel@m.gmane-mx.org; Sat, 02 Jan 2021 10:10:59 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43228) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kviVT-0002Uw-1d for emacs-devel@gnu.org; Sat, 02 Jan 2021 10:07:51 -0500 Original-Received: from mail.bsd4all.net ([94.130.200.20]:23313) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kviVP-0004Cg-MV for emacs-devel@gnu.org; Sat, 02 Jan 2021 10:07:50 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=gojira.at; s=mail202005; t=1609600065; bh=z5KNaC7lPUflDlGyN6O2dPA5imJvX7kpClwi6VmYJ3U=; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type; b=GFwa2TAT487al4eyu+C9ygJn26Jdih2A/tFVRRxxmNWZiO9K/TT2SxwF1jToG+UpR IiW4HaPmYip3nfhapXD5DUyKbC0L2YzCy0Bbq6/HLKv+FNCS8K1rDLcRKA6NSodScJ 4c5uH/7+zn9xOTRD2AO8Ww/Vt0/UKuY6tWwop8viJvjFwBY3zMgW2xm3bbo8LLCRvU ScooHiRN6UUdhv4ODvnWvm1v4ANiU5E+CwgbWI9RWFxCmhA1udcHcp+t3w7gEkJVcf ysdAHvbVqecXM+ww5I53hR1N7Qqk/IALx7nttHt4es1SnJudeAyvFDBh+Zo6FTkX5E gzFVlqGS+LFVA== Content-Disposition: inline In-Reply-To: Received-SPF: pass client-ip=94.130.200.20; envelope-from=herbert@gojira.at; helo=mail.bsd4all.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:262321 Archived-At: On Sat, Jan 02, 2021 at 03:58:34PM +0100, Arthur Miller wrote: > Any idea why I get those? I have never seen those errors before. The warnings are caused by autoconf-2.70. I don't get them on FreeBSD (autoconf-2.69) and Arch GNU/Linux (after downgrading autoconf to version 2.69). -- Herbert