mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
automake: update to 1.16.4
update 1.15.1 (2017-06-21) to 1.16.4 (2021-07-25) announce 1.16: https://lists.gnu.org/archive/html/info-gnu/2018-02/msg00008.html announce 1.16.1: https://lists.gnu.org/archive/html/info-gnu/2018-03/msg00002.html announce 1.16.2: http://savannah.gnu.org/forum/forum.php?forum_id=9706 announce 1.16.3: http://savannah.gnu.org/forum/forum.php?forum_id=9862 announce 1.16.4: https://git.savannah.gnu.org/gitweb/?p=automake.git;a=blob;f=NEWS;h=bb3e3ae4781cc28fff0f793ba4959669a2a0024a;hb=39c0005a1aadefdace6f2c741f8fd8a84e60f0f1
This commit is contained in:
parent
de549bf4f0
commit
e56c86050c
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
||||
|
||||
PKG_NAME="automake"
|
||||
PKG_VERSION="1.15.1"
|
||||
PKG_SHA256="af6ba39142220687c500f79b4aa2f181d9b24e4f8d8ec497cea4ba26c64bedaf"
|
||||
PKG_VERSION="1.16.4"
|
||||
PKG_SHA256="80facc09885a57e6d49d06972c0ae1089c5fa8f4d4c7cfe5baea58e5085f136d"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://sources.redhat.com/automake/"
|
||||
PKG_URL="http://ftpmirror.gnu.org/automake/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
||||
|
@ -12,14 +12,14 @@ index 5a336df..2d2029b 100644
|
||||
--- a/Makefile.in
|
||||
+++ b/Makefile.in
|
||||
@@ -701,7 +701,7 @@ update_mans = \
|
||||
update_mans = \
|
||||
$(AM_V_GEN): \
|
||||
&& $(MKDIR_P) doc \
|
||||
&& $(extend_PATH) \
|
||||
- && $(PERL) $(srcdir)/doc/help2man --output=$@
|
||||
+ && $(PERL) $(srcdir)/doc/help2man --output=$@ --no-discard-stderr
|
||||
- && ./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 \
|
||||
checklinkx = $(top_srcdir)/contrib/checklinkx
|
||||
# that 4-second sleep seems to be what gnu.org likes.
|
||||
--
|
||||
1.7.2.5
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user