From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id 356B13857BBC; Wed, 14 Feb 2024 01:16:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 356B13857BBC DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1707873362; bh=kK1UCQA6YEikv45CaUKqUNSoOUdpuhXzjt1NqgpDsGg=; h=From:To:Subject:Date:From; b=W/k9NFflkIphuVL2sFRRttgulR4Io6TKzSgmJsCeR0Fl5ckUpx6UGf8zfR0YMUQM/ WHamQErtkQP6LXNj7DRi9OS7euKWlyAEqP50DM8EpUIEpgtJqRF5bhMI1SqZT92yW4 89Bvj6CeH485Fk7ivIFAulnZUPMq6Vqg3HF5afhs= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Gerald Pfeifer To: gcc-cvs@gcc.gnu.org Subject: [gcc r14-8969] install: Update gettext link X-Act-Checkin: gcc X-Git-Author: Gerald Pfeifer X-Git-Refname: refs/heads/trunk X-Git-Oldrev: df6c57ce4093066a63166649b2f1722948b21743 X-Git-Newrev: bfa634e5d226707b531a1682f45a57ed688c4e78 Message-Id: <20240214011602.356B13857BBC@sourceware.org> Date: Wed, 14 Feb 2024 01:16:01 +0000 (GMT) List-Id: https://gcc.gnu.org/g:bfa634e5d226707b531a1682f45a57ed688c4e78 commit r14-8969-gbfa634e5d226707b531a1682f45a57ed688c4e78 Author: Gerald Pfeifer Date: Wed Feb 14 02:14:57 2024 +0100 install: Update gettext link gcc: * doc/install.texi (Prerequisites): Update gettext link. Diff: --- gcc/doc/install.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index c77944391077..173233096d19 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -477,8 +477,8 @@ is shown below: Necessary to build GCC with internationalization support via @option{--enable-nls}. It can be downloaded from -@uref{https://gnu.org/s/gettext/}. If a GNU gettext distribution is -found in a subdirectory of your GCC sources named @file{gettext}, it +@uref{https://www.gnu.org/software/gettext/}. If a GNU gettext distribution +is found in a subdirectory of your GCC sources named @file{gettext}, it will be built together with GCC, unless present in the system (either in libc or as a stand-alone library).