From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 10 08:39:10 2011 Received: (at submit) by debbugs.gnu.org; 10 Oct 2011 12:39:10 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RDF8Q-0000la-9u for submit@debbugs.gnu.org; Mon, 10 Oct 2011 08:39:10 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RDF8O-0000lM-A4 for submit@debbugs.gnu.org; Mon, 10 Oct 2011 08:39:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RDF83-0002uq-9D for submit@debbugs.gnu.org; Mon, 10 Oct 2011 08:38:52 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, T_DKIM_INVALID, T_TO_NO_BRKTS_FREEMAIL autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([140.186.70.17]:51972) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDF83-0002uh-7i for submit@debbugs.gnu.org; Mon, 10 Oct 2011 08:38:47 -0400 Received: from eggs.gnu.org ([140.186.70.92]:42400) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDF81-0006Ws-MS for bug-coreutils@gnu.org; Mon, 10 Oct 2011 08:38:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RDF80-0002uR-O3 for bug-coreutils@gnu.org; Mon, 10 Oct 2011 08:38:45 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:37188) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDF80-0002uK-IT for bug-coreutils@gnu.org; Mon, 10 Oct 2011 08:38:44 -0400 Received: by wyh15 with SMTP id 15so2989137wyh.0 for ; Mon, 10 Oct 2011 05:38:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; bh=4D+00UwHeZD3UcTOKyUEpU2fw0fFRtTpruQyr58zZq0=; b=clhwjpLLlLUy6Rf5izaOyIL025+OEz1f24UBo3ESn73W9igNqroFAEiNgwrBbttssV REuFWFxwHM/Vp39xWdB1NFxlMDXxbxxVIDO4tq+mbLzJ/ZvD5kc4QjBmqWc5ebgMQHYF ZHb7Nd9UO/VP6mbWOPC8wHZrmReSRmgRi4M04= Received: by 10.216.221.135 with SMTP id r7mr6753702wep.45.1318250323693; Mon, 10 Oct 2011 05:38:43 -0700 (PDT) Received: from localhost.localdomain (host172-102-dynamic.2-87-r.retail.telecomitalia.it. [87.2.102.172]) by mx.google.com with ESMTPS id j18sm32631728wbo.6.2011.10.10.05.38.41 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 10 Oct 2011 05:38:42 -0700 (PDT) From: Stefano Lattarini To: bug-coreutils@gnu.org Subject: [PATCH] maint: remove vestigial de-ANSI-fication support Date: Mon, 10 Oct 2011 14:38:34 +0200 Message-Id: X-Mailer: git-send-email 1.7.2.3 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -5.1 (-----) X-Debbugs-Envelope-To: submit Cc: Stefano Lattarini X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.2 (-----) The support for automatic de-ANSI-fication has been deprecated in automake 1.11.2, and will be removed altogether in automake 1.12. Also, coreutils does not use the `ansi2knr' option since at least 2003-03-14 (commit b9fa45f2b01d0e395b7ddd845ebabb9528cf3f12 "remove ansi2knr junk", and a few preceding commits). * /m4/jm-macros.m4 (gl_CHECK_ALL_TYPES): Don't require `AM_C_PROTOTYPES' anymore. This is required to avoid a (mostly spurious) warning from automake. --- m4/jm-macros.m4 | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index 58b000d..40ff3e1 100644 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -193,11 +193,6 @@ AC_DEFUN([gl_CHECK_ALL_HEADERS], # This macro must be invoked before any tests that run the compiler. AC_DEFUN([gl_CHECK_ALL_TYPES], [ - dnl This test must precede tests of compiler characteristics like - dnl that for the inline keyword, since it may change the degree to - dnl which the compiler supports such features. - AC_REQUIRE([AM_C_PROTOTYPES]) - dnl Checks for typedefs, structures, and compiler characteristics. AC_REQUIRE([gl_BIGENDIAN]) AC_REQUIRE([AC_C_VOLATILE]) -- 1.7.2.3 From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 10 08:58:25 2011 Received: (at 9714-done) by debbugs.gnu.org; 10 Oct 2011 12:58:25 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RDFR3-0001Dd-G9 for submit@debbugs.gnu.org; Mon, 10 Oct 2011 08:58:25 -0400 Received: from mx.meyering.net ([88.168.87.75]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RDFR1-0001DW-Jw for 9714-done@debbugs.gnu.org; Mon, 10 Oct 2011 08:58:24 -0400 Received: from rho.meyering.net (localhost.localdomain [127.0.0.1]) by rho.meyering.net (Acme Bit-Twister) with ESMTP id BC6D06009A; Mon, 10 Oct 2011 14:58:10 +0200 (CEST) From: Jim Meyering To: Stefano Lattarini Subject: Re: bug#9714: [PATCH] maint: remove vestigial de-ANSI-fication support In-Reply-To: (Stefano Lattarini's message of "Mon, 10 Oct 2011 14:38:34 +0200") References: Date: Mon, 10 Oct 2011 14:58:10 +0200 Message-ID: <87botpovfh.fsf@rho.meyering.net> Lines: 31 MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -3.0 (---) X-Debbugs-Envelope-To: 9714-done Cc: 9714-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.0 (---) Stefano Lattarini wrote: > The support for automatic de-ANSI-fication has been deprecated in > automake 1.11.2, and will be removed altogether in automake 1.12. > Also, coreutils does not use the `ansi2knr' option since at least > 2003-03-14 (commit b9fa45f2b01d0e395b7ddd845ebabb9528cf3f12 "remove > ansi2knr junk", and a few preceding commits). > > * /m4/jm-macros.m4 (gl_CHECK_ALL_TYPES): Don't require > `AM_C_PROTOTYPES' anymore. This is required to avoid a (mostly > spurious) warning from automake. > --- > m4/jm-macros.m4 | 5 ----- > 1 files changed, 0 insertions(+), 5 deletions(-) > > diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 > index 58b000d..40ff3e1 100644 > --- a/m4/jm-macros.m4 > +++ b/m4/jm-macros.m4 > @@ -193,11 +193,6 @@ AC_DEFUN([gl_CHECK_ALL_HEADERS], > # This macro must be invoked before any tests that run the compiler. > AC_DEFUN([gl_CHECK_ALL_TYPES], > [ > - dnl This test must precede tests of compiler characteristics like > - dnl that for the inline keyword, since it may change the degree to > - dnl which the compiler supports such features. > - AC_REQUIRE([AM_C_PROTOTYPES]) Thanks. I did that a week or so ago: http://git.sv.gnu.org/cgit/coreutils.git/commit/?id=88873501cff9ed9 From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 10 09:21:00 2011 Received: (at 9714-done) by debbugs.gnu.org; 10 Oct 2011 13:21:00 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RDFmu-0001jl-Cj for submit@debbugs.gnu.org; Mon, 10 Oct 2011 09:21:00 -0400 Received: from mail-ww0-f46.google.com ([74.125.82.46]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RDFms-0001jY-6e for 9714-done@debbugs.gnu.org; Mon, 10 Oct 2011 09:20:59 -0400 Received: by wwi18 with SMTP id 18so8642863wwi.15 for <9714-done@debbugs.gnu.org>; Mon, 10 Oct 2011 06:20:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:cc:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id; bh=N35EXl4si5FsSdXSWpnQDcFQ9mZ9DQUsPAnjBUTSVqU=; b=wo6vEOS4E6oUXpSPrgQFwMfnXnGuDsP7n0pynA8SWQxrultiOU3fkSaUpyNpDINg/L 1BVE20Ug7dNZj9HsjDvBDibTNsn0zF31ym0gUbZZqS9BLbn6nmAMeQmVoWklzzELxkVS O3Mj81+x8vuoZkuVfUB0zYJ7I/70Z0ZKBkt2s= Received: by 10.216.187.146 with SMTP id y18mr3247571wem.100.1318252841167; Mon, 10 Oct 2011 06:20:41 -0700 (PDT) Received: from bigio.localnet (host172-102-dynamic.2-87-r.retail.telecomitalia.it. [87.2.102.172]) by mx.google.com with ESMTPS id l9sm32815969wba.5.2011.10.10.06.20.38 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 10 Oct 2011 06:20:38 -0700 (PDT) From: Stefano Lattarini To: Jim Meyering Subject: Re: bug#9714: [PATCH] maint: remove vestigial de-ANSI-fication support Date: Mon, 10 Oct 2011 15:20:29 +0200 User-Agent: KMail/1.13.7 (Linux/2.6.30-2-686; KDE/4.6.5; i686; ; ) References: <87botpovfh.fsf@rho.meyering.net> In-Reply-To: <87botpovfh.fsf@rho.meyering.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201110101520.30240.stefano.lattarini@gmail.com> X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: 9714-done Cc: 9714-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.0 (----) On Monday 10 October 2011, Jim Meyering wrote: > Stefano Lattarini wrote: > > The support for automatic de-ANSI-fication has been deprecated in > > automake 1.11.2, and will be removed altogether in automake 1.12. > > Also, coreutils does not use the `ansi2knr' option since at least > > 2003-03-14 (commit b9fa45f2b01d0e395b7ddd845ebabb9528cf3f12 "remove > > ansi2knr junk", and a few preceding commits). > > Thanks. > I did that a week or so ago: > > http://git.sv.gnu.org/cgit/coreutils.git/commit/?id=88873501cff9ed9 > So I had just forgot to pull, hmpf :-( Sorry for the noise, and thanks, Stefano From unknown Sat Jun 14 19:16:07 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 08 Nov 2011 12:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator