mirror of
https://git.yoctoproject.org/poky
synced 2026-03-02 05:19:40 +01:00
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. (From OE-Core rev: f5dd2e0acbb0aa4079c51aaeab8c26e743a4c714) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
22 lines
516 B
Diff
22 lines
516 B
Diff
For native builds we don't care about the documentation, and this would
|
|
otherwise pull in a dependency on help2man.
|
|
|
|
Upstream-Status: Inappropriate
|
|
Signed-off-by: Ross Burton <ross.burton@arm.com>
|
|
|
|
diff --git a/Makefile.in b/Makefile.in
|
|
index 146e8e3..a1827c1 100644
|
|
--- a/Makefile.in
|
|
+++ b/Makefile.in
|
|
@@ -763,10 +762,0 @@ dist_buildaux_SCRIPTS = \
|
|
-dist_man_MANS = \
|
|
- man/autoconf.1 \
|
|
- man/autoheader.1 \
|
|
- man/autom4te.1 \
|
|
- man/autoreconf.1 \
|
|
- man/autoscan.1 \
|
|
- man/autoupdate.1 \
|
|
- man/ifnames.1
|
|
-
|
|
-
|