tools/quilt: fix openSUSE/patch-2.6.1.81 issue (closes #7635)
[openwrt/openwrt.git] / tools / quilt / Makefile
index b973eb404f59aad28711843827f7bb2d53f416cf..221398f29b716c502d4784e98bb782416785b144 100644 (file)
@@ -16,6 +16,7 @@ PKG_MD5SUM:=f77adda60039ffa753f3c584a286f12b
 include $(INCLUDE_DIR)/host-build.mk
 
 define Host/Configure
+       cd $(HOST_BUILD_DIR) && autoconf
        $(call Host/Configure/Default)
        [ -f $(HOST_BUILD_DIR)/Makefile ]
 endef