[tools/mkimage]: use u-boot v2010.12
[openwrt.git] / include / autotools.mk
index b2911d4..9bb984d 100644 (file)
@@ -21,7 +21,8 @@ AM_TOOL_PATHS:= \
        ACLOCAL=$(STAGING_DIR_HOST)/bin/aclocal \
        AUTOHEADER=$(STAGING_DIR_HOST)/bin/autoheader \
        LIBTOOLIZE=$(STAGING_DIR_HOST)/bin/libtoolize \
-       M4=$(STAGING_DIR_HOST)/bin/m4
+       M4=$(STAGING_DIR_HOST)/bin/m4 \
+       AUTOPOINT=true
 
 # 1: build dir
 # 2: remove files
@@ -60,14 +61,14 @@ define autoreconf_target
 endef
 
 ifneq ($(filter libtool,$(PKG_FIXUP)),)
-  PKG_BUILD_DEPENDS += libtool
+  PKG_BUILD_DEPENDS += libtool libintl libiconv
  ifeq ($(filter no-autoreconf,$(PKG_FIXUP)),)
   Hooks/Configure/Pre += autoreconf_target
  endif
 endif
 
 ifneq ($(filter libtool-ucxx,$(PKG_FIXUP)),)
-  PKG_BUILD_DEPENDS += libtool
+  PKG_BUILD_DEPENDS += libtool libintl libiconv
  ifeq ($(filter no-autoreconf,$(PKG_FIXUP)),)
   Hooks/Configure/Pre += autoreconf_target
  endif
@@ -92,14 +93,12 @@ define autoreconf_host
 endef
 
 ifneq ($(filter libtool,$(HOST_FIXUP)),)
-  HOST_BUILD_DEPENDS += libtool
  ifeq ($(filter no-autoreconf,$(HOST_FIXUP)),)
   Hooks/HostConfigure/Pre += autoreconf_host
  endif
 endif
 
 ifneq ($(filter libtool-ucxx,$(HOST_FIXUP)),)
-  HOST_BUILD_DEPENDS += libtool
  ifeq ($(filter no-autoreconf,$(HOST_FIXUP)),)
   Hooks/HostConfigure/Pre += autoreconf_host
  endif
This page took 0.027643 seconds and 4 git commands to generate.