X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fopkg%2FMakefile;h=45010c7f3a1ebbfa922f35fae8aca7ef3bccff40;hb=227367d3a32d0593c717a1cf00447df83752bbd7;hp=b9e3e2979a2368f2115475c32f7fb27de079b082;hpb=a77ff5d0a0bd211883c0ce8cb0a20f8fbee8b644;p=openwrt-10.03%2F.git diff --git a/package/opkg/Makefile b/package/opkg/Makefile index b9e3e2979..45010c7f3 100644 --- a/package/opkg/Makefile +++ b/package/opkg/Makefile @@ -45,7 +45,7 @@ CONFIGURE_ARGS += \ define Build/Configure (cd $(PKG_BUILD_DIR); \ - ./autogen.sh \ + autoreconf -v --install || exit 1 \ ); $(call Build/Configure/Default) endef