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

add Automake patch

parent 3c8741d9
No related branches found
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