summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/autoconf/autoconf/backports/0027-doc-fix-broken-cross-refs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/autoconf/autoconf/backports/0027-doc-fix-broken-cross-refs.patch')
-rw-r--r--meta/recipes-devtools/autoconf/autoconf/backports/0027-doc-fix-broken-cross-refs.patch58
1 files changed, 58 insertions, 0 deletions
diff --git a/meta/recipes-devtools/autoconf/autoconf/backports/0027-doc-fix-broken-cross-refs.patch b/meta/recipes-devtools/autoconf/autoconf/backports/0027-doc-fix-broken-cross-refs.patch
new file mode 100644
index 0000000000..7ab5074755
--- /dev/null
+++ b/meta/recipes-devtools/autoconf/autoconf/backports/0027-doc-fix-broken-cross-refs.patch
@@ -0,0 +1,58 @@
1From eaea61e4485cdecf989fa777ff4e166c945a6eea Mon Sep 17 00:00:00 2001
2From: Paul Eggert <eggert@cs.ucla.edu>
3Date: Tue, 20 Jun 2023 13:39:15 -0700
4Subject: [PATCH 27/29] doc: fix broken cross-refs
5
6Upstream-Status: Backport
7Signed-off-by: Khem Raj <raj.khem@gmail.com>
8---
9 doc/autoconf.texi | 5 +----
10 doc/install.texi | 2 +-
11 2 files changed, 2 insertions(+), 5 deletions(-)
12
13diff --git a/doc/autoconf.texi b/doc/autoconf.texi
14index 0f3047b31..7817fc1b5 100644
15--- a/doc/autoconf.texi
16+++ b/doc/autoconf.texi
17@@ -604,7 +604,6 @@ Running @command{configure} Scripts
18 * Multiple Architectures:: Compiling for multiple architectures at once
19 * Installation Names:: Installing in different directories
20 * Optional Features:: Selecting optional features
21-* Particular Systems:: Particular systems
22 * System Type:: Specifying the system type
23 * Sharing Defaults:: Setting site-wide defaults for @command{configure}
24 * Defining Variables:: Specifying the compiler etc.
25@@ -23304,7 +23303,6 @@ may use comes with Autoconf.
26 * Multiple Architectures:: Compiling for multiple architectures at once
27 * Installation Names:: Installing in different directories
28 * Optional Features:: Selecting optional features
29-* Particular Systems:: Particular systems
30 * System Type:: Specifying the system type
31 * Sharing Defaults:: Setting site-wide defaults for @command{configure}
32 * Defining Variables:: Specifying the compiler etc.
33@@ -26990,8 +26988,7 @@ for simple differences.
34 @item
35 Most tests which produce their result in a substituted variable allow to
36 override the test by setting the variable on the @command{configure}
37-command line (@pxref{Compilers and Options}, @pxref{Defining Variables},
38-@pxref{Particular Systems}).
39+command line (@pxref{Compilers and Options}, @pxref{Defining Variables}).
40
41 @item
42 Many tests store their result in a cache variable (@pxref{Caching
43diff --git a/doc/install.texi b/doc/install.texi
44index cec245fd0..6d9788fa9 100644
45--- a/doc/install.texi
46+++ b/doc/install.texi
47@@ -385,7 +385,7 @@ for more details, including other options available for fine-tuning
48 the installation locations.
49
50 @item --build=@var{type}
51-Build for architecture @var{type}. @ref{Specifying the System Type}
52+Build for architecture @var{type}. @ref{System Type}.
53 for more details, including other system type options.
54
55 @item --enable-@var{feature}
56--
572.41.0
58