diff --git a/Golden_Repo/a/Automake/Automake-1.16.5_fix-help2man-error.patch b/Golden_Repo/a/Automake/Automake-1.16.5_fix-help2man-error.patch new file mode 100644 index 0000000000000000000000000000000000000000..396cf962b88348b931b5d0a170188c3f06128979 --- /dev/null +++ b/Golden_Repo/a/Automake/Automake-1.16.5_fix-help2man-error.patch @@ -0,0 +1,15 @@ +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 \