From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id BFBBE3858D28; Tue, 29 Aug 2023 16:02:18 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org BFBBE3858D28 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gnu.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gnu.org Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qb1AY-0001pM-9S; Tue, 29 Aug 2023 12:02:18 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=Ky26Q2G0vhRN7cndNIEFqY2aM0WMppIRttA3cy/I2iM=; b=cGHzOwoP+gkt LMyvlJ1cfU0pAoy99hHs7HBYGy1vGEBmTg6Nm6jgcmhv5yzyLKlQqWl4bU84ziKoHYe1KA8/lPjEq M/0zxThBlTrFf79LJsZvJ1gLWX51Zg6Zhd5F3/psxmp/Osb3Y9KQD7Izz8EBiEz7AXVpdLUX8OtTG 1WdA8AZpc04FSK+FBlgbcSNtJbsfQt0Iv1J1X7BzSycm7TCgfoPVfsr9jk0yGCELInazxkSXaC9s6 OD/EcHOa8BuopG8R8Ga2bMaE8SjHcOfClVJ/c6VGM9+T2YphfHOIe6KE0mg7ssaTs6yvNYa9skZFr UYif5XHbqkKVJBs5sLdn6w==; Date: Tue, 29 Aug 2023 19:01:38 +0300 Message-Id: <83o7iphm71.fsf@gnu.org> From: Eli Zaretskii To: Jakub Jelinek Cc: nickc@redhat.com, gcc-patches@gcc.gnu.org, gdb-patches@sourceware.org, binutils@sourceware.org In-Reply-To: (message from Jakub Jelinek via Gdb-patches on Tue, 29 Aug 2023 17:45:20 +0200) Subject: Re: RFC: Top level configure: Require a minimum version 6.8 texinfo References: <87wmxd50xj.fsf@redhat.com> X-Spam-Status: No, score=-1.2 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=unavailable autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: > Date: Tue, 29 Aug 2023 17:45:20 +0200 > Cc: gcc-patches@gcc.gnu.org, gdb-patches@sourceware.org, > binutils@sourceware.org > From: Jakub Jelinek via Gdb-patches > > On Tue, Aug 29, 2023 at 04:21:44PM +0100, Nick Clifton via Gcc-patches wrote: > > Currently the top level configure.ac file sets the minimum required > > version of texinfo to be 4.7. I would like to propose changing this > > to 6.8. > > > > The reason for the change is that the bfd documentation now needs at > > least version 6.8 in order to build[1][2]. Given that 4.7 is now > > almost 20 years old (it was released in April 2004), updating the > > requirement to a newer version does seem reasonable. On the other > > hand 6.8 is quite new (it was released in March 2021), so a lot of > > systems out there may not have it. > > > > Thoughts ? > > I think that is too new. It _is_ new. But I also don't understand why Nick thinks he needs Texinfo 6.8. AFAIR, makeinfo supported @node lines without explicit pointers since at least version 4.8. I have on my disk the manual produced for Emacs 22.1, where the Texinfo sources have no pointers, e.g.: @node Abbrev Concepts and the corresponding Info file says: This is ../info/emacs, produced by makeinfo version 4.8 from emacs.texi. So I'm not sure what exactly is the feature that requires Texinfo 6.8. What am I missing?