aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2022-11-09 15:35:33 +0100
committerMartin Liska <mliska@suse.cz>2022-11-09 15:38:47 +0100
commit0b3d926d796050468b8a844e5fb8c20bda741c26 (patch)
tree68a284956ce66105438bb68d4ceb33f5934e5fa9 /configure.ac
parent837be6c7cfb49e16a18ef8f6c44d98bfa6d2396b (diff)
downloadgcc-0b3d926d796050468b8a844e5fb8c20bda741c26.zip
gcc-0b3d926d796050468b8a844e5fb8c20bda741c26.tar.gz
gcc-0b3d926d796050468b8a844e5fb8c20bda741c26.tar.bz2
docs: fix links pointing to gcc.gnu.org/install
Use https://gcc.gnu.org/onlinedocs/install/ instead. ChangeLog: * configure.ac: Use new install URL. * configure: Regenerate. gcc/ChangeLog: * Makefile.in: Use new install URL. * doc/gcc/gcc-command-options/machine-dependent-options/avr-options.rst: Use intersphinx link. * doc/gcc/gcc-command-options/options-to-control-diagnostic-messages-formatting.rst: Use new URL. * doc/gccint/source-tree-structure-and-build-system.rst: Use intersphinx link. * doc/install/host-target-specific-installation-notes-for-gcc.rst: Likewise. * doc/install/installing-gcc.rst: Likewise.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 60f4086..8f3a4f3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1680,7 +1680,7 @@ Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
their locations. Source code for these libraries can be found at
their respective hosting sites as well as at
https://gcc.gnu.org/pub/gcc/infrastructure/. See also
-http://gcc.gnu.org/install/prerequisites.html for additional info. If
+https://gcc.gnu.org/onlinedocs/install/prerequisites.html for additional info. If
you obtained GMP, MPFR and/or MPC from a vendor distribution package,
make sure that you have installed both the libraries and the header
files. They may be located in separate packages.])