Skip to content
Snippets Groups Projects
Commit 9620c908 authored by Sebastian Achilles's avatar Sebastian Achilles
Browse files

Merge branch 'sa-XZ2023' into '2023'

add Automake patch

See merge request software-team/easybuild!2026
parents 6ec859e4 8dbfd720
Branches
No related tags found
No related merge requests found
fix for:
help2man: can't get --help info from automake-1.16
based on https://github.com/xbmc/xbmc/pull/18584
--- a/Makefile.in 2020-03-16 19:11:10.000000000 -0700
+++ b/Makefile.in 2020-10-22 08:06:24.606751367 -0700
@@ -699,7 +699,7 @@
update_mans = \
$(AM_V_GEN): \
&& $(MKDIR_P) doc \
- && ./pre-inst-env $(PERL) $(srcdir)/doc/help2man --output=$@
+ && ./pre-inst-env $(PERL) $(srcdir)/doc/help2man --output=$@ --no-discard-stderr
amhello_sources = \
doc/amhello/configure.ac \
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment