]> code.ossystems Code Review - openembedded-core.git/commit
autoconf: upgrade to 2.71
authorRoss Burton <ross.burton@arm.com>
Wed, 15 Jul 2020 15:03:21 +0000 (16:03 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 7 Feb 2021 22:26:38 +0000 (22:26 +0000)
commitf5dd2e0acbb0aa4079c51aaeab8c26e743a4c714
treeda0df02c2ce77baae62370b6d8eecb514a3da703
parenta152b5a37aec247b0540b82ad6c9bdc20c532d21
autoconf: upgrade to 2.71

After too many years, autoconf has made a new release.  On the whole it
is compatible with previous releases, but some macros are more specific
about what they expose so minor tweaks to configure.ac may be required.

autoconf also now invokes intltoolize, gtkdocize, and copies
config.sub/guess, so there is less work for autotools.bbclass to do.

- AC_HEADER_MAJOR-port-to-glibc-2.25.patch
- add_musl_config.patch
- autoconf-replace-w-option-in-shebangs-with-modern-use-warnings.patch
- autoreconf-gnuconfigize.patch
- check-automake-cross-warning.patch
- config_site.patch
- fix_path_xtra.patch
- performance.patch
Drop a number of patches which have been integrated upstream.

- man-host-perl.patch
Don't use the target perl path when building documentation at build time:

- no-man.patch
Don't build documentation in native builds to avoid further build
dependencies.

Signed-off-by: Ross Burton <ross.burton@arm.com>
16 files changed:
meta/recipes-devtools/autoconf/autoconf/AC_HEADER_MAJOR-port-to-glibc-2.25.patch [deleted file]
meta/recipes-devtools/autoconf/autoconf/add_musl_config.patch [deleted file]
meta/recipes-devtools/autoconf/autoconf/autoconf-replace-w-option-in-shebangs-with-modern-use-warnings.patch [deleted file]
meta/recipes-devtools/autoconf/autoconf/autoreconf-exclude.patch
meta/recipes-devtools/autoconf/autoconf/autoreconf-gnuconfigize.patch [deleted file]
meta/recipes-devtools/autoconf/autoconf/autotest-automake-result-format.patch
meta/recipes-devtools/autoconf/autoconf/check-automake-cross-warning.patch [deleted file]
meta/recipes-devtools/autoconf/autoconf/config_site.patch [deleted file]
meta/recipes-devtools/autoconf/autoconf/fix_path_xtra.patch [deleted file]
meta/recipes-devtools/autoconf/autoconf/man-host-perl.patch [new file with mode: 0644]
meta/recipes-devtools/autoconf/autoconf/no-man.patch [new file with mode: 0644]
meta/recipes-devtools/autoconf/autoconf/performance.patch [deleted file]
meta/recipes-devtools/autoconf/autoconf/preferbash.patch
meta/recipes-devtools/autoconf/autoconf/program_prefix.patch
meta/recipes-devtools/autoconf/autoconf/remove-usr-local-lib-from-m4.patch
meta/recipes-devtools/autoconf/autoconf_2.71.bb [moved from meta/recipes-devtools/autoconf/autoconf_2.69.bb with 69% similarity]