summaryrefslogtreecommitdiff
path: root/mk/host-bottom.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-30 16:55:12 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-30 16:55:12 +0200
commitaa010704b0bb609d29aa747321b3967f0c5abf50 (patch)
tree2441cd1e0ff2026e391323722c69200e76763888 /mk/host-bottom.mk
parente9b04bc4f7f8e8cc8eb4932a85a15727ef6d1d32 (diff)
update sdl and sdl-image
be sure to link sdl-image to provided libpng, otherwise TexturePacker in XBMC build will silently fail to pack the png icons.
Diffstat (limited to 'mk/host-bottom.mk')
-rw-r--r--mk/host-bottom.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/mk/host-bottom.mk b/mk/host-bottom.mk
index 1ca851d26..081e4d8b9 100644
--- a/mk/host-bottom.mk
+++ b/mk/host-bottom.mk
@@ -8,6 +8,10 @@ host-configure:
${_HOST_CONFIGURE_COOKIE}: ${_HOST_PATCH_COOKIE}
@mkdir -p ${WRKBUILD}
@$(CMD_TRACE) "host configuring... "
+ifneq (,$(filter autogen,${AUTOTOOL_STYLE}))
+ @$(CMD_TRACE) "autotool configuring... "
+ @cd ${WRKSRC}; env ${AUTOTOOL_ENV} $(BASH) autogen.sh $(MAKE_TRACE)
+endif
ifneq (,$(filter autoreconf,${AUTOTOOL_STYLE}))
cd ${WRKSRC}; env ${AUTOTOOL_ENV} autoreconf -if $(MAKE_TRACE)
@rm -rf ${WRKSRC}/autom4te.cache