Patrick Williams | f52e3dd | 2024-01-26 13:04:43 -0600 | [diff] [blame] | 1 | From 8bcaf677e41f1f5d3fa0a746e35958e7b303ac71 Mon Sep 17 00:00:00 2001 |
| 2 | From: Ross Burton <ross.burton@arm.com> |
| 3 | Date: Wed, 15 Jul 2020 16:03:21 +0100 |
| 4 | Subject: [PATCH] autoconf: upgrade to 2.71 |
| 5 | |
Andrew Geissler | d1e8949 | 2021-02-12 15:35:20 -0600 | [diff] [blame] | 6 | For native builds we don't care about the documentation, and this would |
| 7 | otherwise pull in a dependency on help2man. |
| 8 | |
| 9 | Upstream-Status: Inappropriate |
| 10 | Signed-off-by: Ross Burton <ross.burton@arm.com> |
| 11 | |
Patrick Williams | f52e3dd | 2024-01-26 13:04:43 -0600 | [diff] [blame] | 12 | --- |
| 13 | Makefile.in | 10 ---------- |
| 14 | 1 file changed, 10 deletions(-) |
| 15 | |
Andrew Geissler | d1e8949 | 2021-02-12 15:35:20 -0600 | [diff] [blame] | 16 | diff --git a/Makefile.in b/Makefile.in |
Patrick Williams | f52e3dd | 2024-01-26 13:04:43 -0600 | [diff] [blame] | 17 | index c8d6425..72d6d05 100644 |
Andrew Geissler | d1e8949 | 2021-02-12 15:35:20 -0600 | [diff] [blame] | 18 | --- a/Makefile.in |
| 19 | +++ b/Makefile.in |
Patrick Williams | f52e3dd | 2024-01-26 13:04:43 -0600 | [diff] [blame] | 20 | @@ -771,16 +771,6 @@ buildauxdir = $(pkgdatadir)/build-aux |
| 21 | dist_buildaux_DATA = \ |
| 22 | $(AUXSCRIPTS) |
| 23 | |
Andrew Geissler | d1e8949 | 2021-02-12 15:35:20 -0600 | [diff] [blame] | 24 | -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 Williams | f52e3dd | 2024-01-26 13:04:43 -0600 | [diff] [blame] | 34 | # Each manpage depends on: |
| 35 | # - its .w and .x files and its source script in bin/ |
| 36 | # - common.x for the SEE ALSO list |