tools/autoconf: bump to 2.71
authorMichael Pratt <mcpratt@pm.me>
Mon, 1 Aug 2022 12:28:44 +0000 (08:28 -0400)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 13 Mar 2023 21:53:41 +0000 (22:53 +0100)
commit030447b8f4c70cf8313dd8de5a3f70e2ad1de375
tree33570e6a2b0e7e0593f35970de0574e2aa06f24d
parentb3776230f312972e40ef49ce8b830db0c8138b06
tools/autoconf: bump to 2.71

Autoconf release 2.71 is a bugfix release of 2.70
Links provided are the changelog of 2.70 [1] [2]
and the announcement of 2.71 [3]

The first patch needed to be rewritten.
Some of the lines in the patch were moved
to be consistent with the same change added upstream
in other similar files.

Second and third patches are no longer needed,
Emacs can now be disabled at the configure stage,
and support for musl was added upstream.

The patch now causes help2man to be required
for installing man pages, but we don't need them.
There is no way to disable man pages build
with the configure script,
so use make to touch the files with the build target install-man1.

Link: https://lists.gnu.org/archive/html/autotools-announce/2020-12/msg00001.html
Link: https://lwn.net/Articles/839395
Link: https://lists.gnu.org/archive/html/info-gnu/2021-01/msg00017.html
Signed-off-by: Michael Pratt <mcpratt@pm.me>
tools/autoconf/Makefile
tools/autoconf/patches/000-relocatable.patch
tools/autoconf/patches/001-no_emacs_lib.patch [deleted file]
tools/autoconf/patches/002-musl_host_fixup.patch [deleted file]