Author: jow Date: 2015-01-13 08:49:01 +0100 (Tue, 13 Jan 2015) New Revision: 43958
Modified: trunk/tools/automake/Makefile Log: tools: bootstrap automake to pickup the correct in-tree autoconf Signed-off-by: Jo-Philipp Wich <[email protected]> Modified: trunk/tools/automake/Makefile =================================================================== --- trunk/tools/automake/Makefile 2015-01-13 07:48:52 UTC (rev 43957) +++ trunk/tools/automake/Makefile 2015-01-13 07:49:01 UTC (rev 43958) @@ -18,6 +18,11 @@ 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]* _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
