blob: 3e741edfb2e4b8802b2de0e0fc045f79d5450506 [file] [log] [blame]
Patrick Williamsf52e3dd2024-01-26 13:04:43 -06001From 8bcaf677e41f1f5d3fa0a746e35958e7b303ac71 Mon Sep 17 00:00:00 2001
2From: Ross Burton <ross.burton@arm.com>
3Date: Wed, 15 Jul 2020 16:03:21 +0100
4Subject: [PATCH] autoconf: upgrade to 2.71
5
Andrew Geisslerd1e89492021-02-12 15:35:20 -06006For native builds we don't care about the documentation, and this would
7otherwise pull in a dependency on help2man.
8
9Upstream-Status: Inappropriate
10Signed-off-by: Ross Burton <ross.burton@arm.com>
11
Patrick Williamsf52e3dd2024-01-26 13:04:43 -060012---
13 Makefile.in | 10 ----------
14 1 file changed, 10 deletions(-)
15
Andrew Geisslerd1e89492021-02-12 15:35:20 -060016diff --git a/Makefile.in b/Makefile.in
Patrick Williamsf52e3dd2024-01-26 13:04:43 -060017index c8d6425..72d6d05 100644
Andrew Geisslerd1e89492021-02-12 15:35:20 -060018--- a/Makefile.in
19+++ b/Makefile.in
Patrick Williamsf52e3dd2024-01-26 13:04:43 -060020@@ -771,16 +771,6 @@ buildauxdir = $(pkgdatadir)/build-aux
21 dist_buildaux_DATA = \
22 $(AUXSCRIPTS)
23
Andrew Geisslerd1e89492021-02-12 15:35:20 -060024-dist_man_MANS = \
25- man/autoconf.1 \
26- man/autoheader.1 \
27- man/autom4te.1 \
28- man/autoreconf.1 \
29- man/autoscan.1 \
30- man/autoupdate.1 \
31- man/ifnames.1
32-
33-
Patrick Williamsf52e3dd2024-01-26 13:04:43 -060034 # Each manpage depends on:
35 # - its .w and .x files and its source script in bin/
36 # - common.x for the SEE ALSO list