From debbugs-submit-bounces@debbugs.gnu.org Thu Dec 10 12:10:49 2020 Received: (at submit) by debbugs.gnu.org; 10 Dec 2020 17:10:49 +0000 Received: from localhost ([127.0.0.1]:39178 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1knPSp-0001Zn-H2 for submit@debbugs.gnu.org; Thu, 10 Dec 2020 12:10:48 -0500 Received: from lists.gnu.org ([209.51.188.17]:34314) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1knPSl-0001Zd-9X for submit@debbugs.gnu.org; Thu, 10 Dec 2020 12:10:46 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:47192) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1knPSl-0004ri-3D for bug-gzip@gnu.org; Thu, 10 Dec 2020 12:10:43 -0500 Received: from mail-wm1-f49.google.com ([209.85.128.49]:34198) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1knPSf-0001BR-Ar for bug-gzip@gnu.org; Thu, 10 Dec 2020 12:10:42 -0500 Received: by mail-wm1-f49.google.com with SMTP id g25so3150280wmh.1 for ; Thu, 10 Dec 2020 09:10:36 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=IPbh7MoYjr8XWwDPfE5bODftE//P8yh4YW/LwiDFszY=; b=qJQ1QDBG8oTxzMX40mEMOrsDN41qW16p+d3PG77N7EQqu8mPlYyLMADHGewZc7+J5i QGVDyxiER4bDUW3NiPFU4HbBQoAWOVlj957eLqcMvcBTLD8eNKP5OlVHI4enu0HOaluR 0RXi48lAeJGzpD3dBSmiqmGTZ1gqqJ4hBSqY1QRJ5w/Uv8l/g0LQ6KW+34Zk5SM5FLdN +Wz6pkpQFvrm4COvkCLLCgPuyN9YDqL8QMlXo27hgmMD+jJIKlh6mxi3RcidqevggihW g+jjcVtdFZtrSM7pbfD5ppSVcluxaBngJ6A+UQZru1IolMa5rZO2jXEDkPL05PfOB8Of ZWYw== X-Gm-Message-State: AOAM531m74E9BJiwN8aVtMgxfYM1zD+Z8zO5va8REjpJ7vKkg09meuFs bzFIG4wCcvUEY2kcZvxwliZ7vH3LR89WNMhEbobvGROhmWY= X-Google-Smtp-Source: ABdhPJx+Q3X0s16v456orYU0m7evmHcHIfLFtRW3Ft76XqNbhDZFjwRYPqjHabeRbT3KNU41HYC8lX6mogyA0NM0DMs= X-Received: by 2002:a1c:23d5:: with SMTP id j204mr9333631wmj.130.1607620235300; Thu, 10 Dec 2020 09:10:35 -0800 (PST) MIME-Version: 1.0 From: Jim Meyering Date: Thu, 10 Dec 2020 09:10:24 -0800 Message-ID: Subject: FYI, I've just pushed some small build changes To: bug-gzip@gnu.org Content-Type: text/plain; charset="UTF-8" Received-SPF: pass client-ip=209.85.128.49; envelope-from=meyering@gmail.com; helo=mail-wm1-f49.google.com X-Spam_score_int: -13 X-Spam_score: -1.4 X-Spam_bar: - X-Spam_report: (-1.4 / 5.0 requ) BAYES_00=-1.9, FREEMAIL_FORGED_FROMDOMAIN=0.249, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.8 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.8 (-) commit 01458f8fdb21bcceaf41b2c18ff45817e13183e1 (HEAD -> master) Author: Jim Meyering Date: Wed Dec 9 20:55:20 2020 -0800 maint: avoid another autoreconf warning * configure.ac: modernize AC_TRY_COMPILE invocation Use AC_COMPILE_IFELSE instead of AC_TRY_COMPILE. commit fb973ec75a15e0379a31fd9fa99ad64d0c8396c1 Author: Jim Meyering Date: Wed Dec 9 20:40:29 2020 -0800 maint: remove uses of obsolete macros * configure.ac (AC_TYPE_SIGNAL, AC_ISC_POSIX, AC_HEADER_STDC): Remove. commit 598fbc23964e1d991526c4fb8687a0b0fda95bd2 Author: Jim Meyering Date: Wed Dec 9 20:38:36 2020 -0800 maint: avoid autoreconf warnings * configure.ac: Go back to using AC_PROG_CC rather than AC_PROG_CC_STDC, as the latter is obsolescent and the Autoconf bug involving the former has been fixed. commit 73f84324be73d3e002c36fbe2f9a67c717fbf09b Author: Jim Meyering Date: Wed Dec 9 20:29:03 2020 -0800 build: update gnulib to latest From debbugs-submit-bounces@debbugs.gnu.org Thu Dec 10 14:18:35 2020 Received: (at control) by debbugs.gnu.org; 10 Dec 2020 19:18:35 +0000 Received: from localhost ([127.0.0.1]:39301 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1knRSV-0004lQ-Fn for submit@debbugs.gnu.org; Thu, 10 Dec 2020 14:18:35 -0500 Received: from zimbra.cs.ucla.edu ([131.179.128.68]:33784) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1knRST-0004lB-Ot for control@debbugs.gnu.org; Thu, 10 Dec 2020 14:18:34 -0500 Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 49BFC1600B7 for ; Thu, 10 Dec 2020 11:18:26 -0800 (PST) Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id R1qJKaToegqS for ; Thu, 10 Dec 2020 11:18:25 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id A20601600C4 for ; Thu, 10 Dec 2020 11:18:25 -0800 (PST) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id jzbj4k6iOaqk for ; Thu, 10 Dec 2020 11:18:25 -0800 (PST) Received: from [192.168.1.9] (cpe-23-243-218-95.socal.res.rr.com [23.243.218.95]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id 83D601600B7 for ; Thu, 10 Dec 2020 11:18:25 -0800 (PST) To: control@debbugs.gnu.org From: Paul Eggert Subject: 45164 is done Organization: UCLA Computer Science Department Message-ID: Date: Thu, 10 Dec 2020 11:18:25 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) close 45164 From unknown Sun Jun 15 08:48:43 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 08 Jan 2021 12:24:04 +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