aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRechi <Rechi@users.noreply.github.com>2019-06-25 22:04:40 +0200
committerRechi <Rechi@users.noreply.github.com>2019-06-25 22:04:40 +0200
commit7228b2fe6f6f97752f1a169aa974711bfe5aa882 (patch)
tree0a06b8296b38269780da818bd6845710f212dd5a
parent42e898eb4470d0f39c161b291a38c62e5e549e7d (diff)
[depends] bump automake to 1.16.1
-rw-r--r--tools/depends/Makefile.include.in4
-rw-r--r--tools/depends/native/automake/Makefile2
2 files changed, 3 insertions, 3 deletions
diff --git a/tools/depends/Makefile.include.in b/tools/depends/Makefile.include.in
index 3d31962c90..d3fdbbc8f3 100644
--- a/tools/depends/Makefile.include.in
+++ b/tools/depends/Makefile.include.in
@@ -37,8 +37,8 @@ BASE_URL=$(KODI_MIRROR)/build-deps/sources
endif
RETRIEVE_TOOL_FLAGS=-Ls --create-dirs -f -O
ARCHIVE_TOOL_FLAGS=--strip-components=1 -xf
-CONFIG_SUB=@prefix@/@tool_dir@/share/automake-1.15/config.sub
-CONFIG_GUESS=@prefix@/@tool_dir@/share/automake-1.15/config.guess
+CONFIG_SUB=@prefix@/@tool_dir@/share/automake-1.16/config.sub
+CONFIG_GUESS=@prefix@/@tool_dir@/share/automake-1.16/config.guess
USE_CCACHE=@use_ccache@
diff --git a/tools/depends/native/automake/Makefile b/tools/depends/native/automake/Makefile
index 6ef6a1cd2c..3dfa1c1130 100644
--- a/tools/depends/native/automake/Makefile
+++ b/tools/depends/native/automake/Makefile
@@ -4,7 +4,7 @@ DEPS= ../../Makefile.include Makefile
# lib name, version
LIBNAME=automake
-VERSION=1.15.1
+VERSION=1.16.1
SOURCE=$(LIBNAME)-$(VERSION)
ARCHIVE=$(SOURCE).tar.gz