diff options
-rw-r--r-- | tools/depends/Makefile.include.in | 4 | ||||
-rw-r--r-- | tools/depends/native/automake/Makefile | 2 |
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 |