From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf1-x42e.google.com (mail-pf1-x42e.google.com [IPv6:2607:f8b0:4864:20::42e]) by sourceware.org (Postfix) with ESMTPS id 85D3E3858C27 for ; Thu, 3 Feb 2022 15:19:26 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 85D3E3858C27 Received: by mail-pf1-x42e.google.com with SMTP id i186so2542640pfe.0 for ; Thu, 03 Feb 2022 07:19:26 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=nxxy4JloZNVRzdnfBLyhS0jPqO9fGCximHS9M9jZXuc=; b=jNKLXb1XG6h4/wbZdJvPSXgNVAkiUkEilWon48rqXNsHyaonsf+gNv1hgBbzGDzEhM vT3jaxUg/T+ARp+b+kmN6x7Z1nmBQmJX/E0g9e821XA5VKvPr2IYAz2ol2Zm9y4uHcFu bzSAPzj1NCNV4RK1Qq0TyjLk50nSoFO+qA2KL0uVFseZbKri6/cTTFeXNhAxuOsjm6k0 cJJyg/j+32iVVNGkOA+TE2+xmk9i66cEMyrywM77eZUCDYSsoHR072QTonJC/U4i8bUc OR3SZAr+OHTZozKnXn5JhwLz/D9wE/Z7FQMk7SavFF+HiGtvqS45xl2R+cK41ZwiEt3A eXfw== X-Gm-Message-State: AOAM5300xt2cqk/JziuGX07MFMU5DoVPMFnz9M9y0Dp2WKUEhkxOyNY2 ayiBuRuEla9mNpTAbXbAzf1ndrH7RnQlf5nEMKnGArLY X-Google-Smtp-Source: ABdhPJxVgGAeoq6vgS4XSdnldQbVJY6MCRXJUElDzZ7ME8Qw29NrhgmqtkBN/3a/snb97B44fd4E7gBkD49JDdi8U4U= X-Received: by 2002:a63:3e8b:: with SMTP id l133mr28109914pga.210.1643901565542; Thu, 03 Feb 2022 07:19:25 -0800 (PST) MIME-Version: 1.0 References: <87k0ecwait.fsf@oldenburg.str.redhat.com> <87sft0t30a.fsf@oldenburg.str.redhat.com> In-Reply-To: <87sft0t30a.fsf@oldenburg.str.redhat.com> From: "H.J. Lu" Date: Thu, 3 Feb 2022 07:18:49 -0800 Message-ID: Subject: Re: Switching to autoconf 2.71 To: Florian Weimer Cc: Florian Weimer via Libc-alpha Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-3020.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2022 15:19:27 -0000 On Thu, Feb 3, 2022 at 6:54 AM Florian Weimer via Libc-alpha wrote: > > * Florian Weimer via Libc-alpha: > > > Should we start using autoconf 2.71 for generating configure? The only > > change is code to process the --runstatedir option. > > Sorry, I was confused, the changes are likely much larger than that. > But the question still stands: should we make the switch? > I am using the same autoconf 2.69 for gcc, binutils and glibc. If we want to switch, we should switch it for all. -- H.J.