Skip to content
Snippets Groups Projects
Commit 73a1f359 authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

tools: bootstrap automake to pickup the correct in-tree autoconf


Signed-off-by: default avatarJo-Philipp Wich <jow@openwrt.org>

SVN-Revision: 43958
parent 6dec519b
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,11 @@ include $(INCLUDE_DIR)/host-build.mk
HOST_CONFIGURE_ARGS += --datarootdir=$(STAGING_DIR_HOST)/share
HOST_CONFIGURE_VARS += am_cv_prog_PERL_ithreads=no
define Host/Configure
(cd $(HOST_BUILD_DIR); $(AM_TOOL_PATHS) STAGING_DIR="" ./bootstrap.sh)
$(call Host/Configure/Default)
endef
define Host/Install
# remove old automake resources to avoid version conflicts
rm -rf $(STAGING_DIR_HOST)/share/aclocal-[0-9]*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment