+GETOPT:=$(shell which getopt)
+
+HOST_CONFIGURE_ARGS += \
+ --with-patch=$(PATCH) \
+ --with-find=$(FIND) \
+ --with-getopt=$(GETOPT)
+
+define Host/Configure
+ cd $(HOST_BUILD_DIR) && autoconf
+ $(call Host/Configure/Default)
+ [ -f $(HOST_BUILD_DIR)/Makefile ]