diff options
Diffstat (limited to 'tools/depends/Makefile.include.in')
-rw-r--r-- | tools/depends/Makefile.include.in | 4 |
1 files changed, 2 insertions, 2 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@ |