From: nbd Date: Fri, 11 Dec 2009 04:31:29 +0000 (+0000) Subject: updatedd: run aclocal, autoconf, automake to fix remaining build inconsistencies X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=f6cd7ba20510ad0fc6fe4368c17b7267719bcba1;p=packages.git updatedd: run aclocal, autoconf, automake to fix remaining build inconsistencies git-svn-id: svn://svn.openwrt.org/openwrt/packages@18741 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/updatedd/Makefile b/net/updatedd/Makefile index 81d9d1ba6..3cc0d4072 100644 --- a/net/updatedd/Makefile +++ b/net/updatedd/Makefile @@ -106,6 +106,11 @@ MAKE_FLAGS += \ DESTDIR="$(PKG_INSTALL_DIR)" \ all install +define Build/Configure + (cd $(PKG_BUILD_DIR); aclocal && autoconf && automake ) + $(call Build/Configure/Default) +endef + define BuildPlugin define Package/$(1)/install $(INSTALL_DIR) $$(1)/usr/lib/updatedd