Dash:
[t2.git] / package / develop / automake / help2man.patch
blob24672dea73fffebf73ab5e2481f1d7e0956c90b6
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../automake/help2man.patch
5 # Copyright (C) 2019 The T2 SDE Project
6 #
7 # More information can be found in the files COPYING and README.
8 #
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 --- automake-1.16.1/Makefile.in.vanilla 2018-12-17 16:13:27.395019710 -0600
18 +++ automake-1.16.1/Makefile.in 2018-12-17 16:13:42.750826661 -0600
19 @@ -706,7 +706,7 @@
20 update_mans = \
21 $(AM_V_GEN): \
22 && $(MKDIR_P) doc \
23 - && ./pre-inst-env $(PERL) $(srcdir)/doc/help2man --output=$@
24 + && ./pre-inst-env $(PERL) $(srcdir)/doc/help2man --no-discard-stderr --output=$@
26 amhello_sources = \
27 doc/amhello/configure.ac \