automake: update to 1.17

news:
- http://git.savannah.gnu.org/gitweb/?p=automake.git;a=blob;f=NEWS
This commit is contained in:
Rudi Heitbaum 2024-07-13 04:44:03 +00:00
parent 6d3326502e
commit 61363b27c2
2 changed files with 9 additions and 9 deletions

View File

@ -2,8 +2,8 @@
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
PKG_NAME="automake"
PKG_VERSION="1.16.5"
PKG_SHA256="f01d58cd6d9d77fbdca9eb4bbd5ead1988228fdb73d6f7a201f5f8d6b118b469"
PKG_VERSION="1.17"
PKG_SHA256="8920c1fc411e13b90bf704ef9db6f29d540e76d232cb3b2c9f4dc4cc599bd990"
PKG_LICENSE="GPL"
PKG_SITE="http://sources.redhat.com/automake/"
PKG_URL="http://ftpmirror.gnu.org/automake/${PKG_NAME}-${PKG_VERSION}.tar.xz"

View File

@ -11,15 +11,15 @@ diff --git a/Makefile.in b/Makefile.in
index 5a336df..2d2029b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -701,7 +701,7 @@ update_mans = \
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
@@ -739,7 +739,7 @@
$(MKDIR_P) doc \
&& AUTOMAKE_HELP2MAN=true ./pre-inst-env \
$(PERL) $(srcdir)/doc/help2man --output=$@ --info-page=automake \
- --name="$${HELP2MAN_NAME}"
+ --name="$${HELP2MAN_NAME}" --no-discard-stderr
checklinkx = $(top_srcdir)/contrib/checklinkx
# that 4-second sleep seems to be what gnu.org likes.
# that particular sleep seems to be what gnu.org likes.
--
1.7.2.5