From: Jo-Philipp Wich Date: Sat, 7 Feb 2015 23:06:40 +0000 (+0100) Subject: libmms: remove useless autogen call X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=f957dfcb04bc3e3f1697c1507a9962506931ed68;p=openwrt-packages.git libmms: remove useless autogen call The package already uses the generic autoreconf fixup so the additional call to autogen.sh is unneeded and might even introduce wrong versions of the required autotools into the build. Remove the unneeded Build/Configure override to simplify the Makefile. Signed-off-by: Jo-Philipp Wich --- diff --git a/libs/libmms/Makefile b/libs/libmms/Makefile index 8edec6648..239c64f73 100644 --- a/libs/libmms/Makefile +++ b/libs/libmms/Makefile @@ -44,11 +44,6 @@ endef TARGET_CFLAGS += $(FPIC) TARGET_LDFLAGS += $(if $(ICONV_FULL),-liconv) -define Build/Configure - (cd $(PKG_BUILD_DIR); ./autogen.sh ); - $(call Build/Configure/Default) -endef - define Build/InstallDev $(INSTALL_DIR) $(1)/usr/include $(CP) $(PKG_INSTALL_DIR)/usr/include/libmms $(1)/usr/include/