umurmur: use generic autoreconf fixup
authorJo-Philipp Wich <[email protected]>
Sat, 7 Feb 2015 22:36:47 +0000 (23:36 +0100)
committerJo-Philipp Wich <[email protected]>
Sat, 7 Feb 2015 22:41:02 +0000 (23:41 +0100)
Use the generic autoreconf facility to pickup proper variants of
autoconf, automake and libtool.

Remove the unneeded Build/Configure override.

Signed-off-by: Jo-Philipp Wich <[email protected]>
net/umurmur/Makefile

index d57e9e0f840712c3a085506ab07a63bbae43f195..c7ada87be9815de0b28efd16a5736d401a0b4787 100644 (file)
@@ -17,6 +17,7 @@ PKG_SOURCE_PROTO:=git
 PKG_SOURCE_VERSION:=f66c0c3d630aaff1c4d589bc4d884067f00b6529
 
 PKG_INSTALL:=1
+PKG_FIXUP:=autoreconf
 
 PKG_MAINTAINER:=Martin Johansson <[email protected]>
 PKG_LICENSE:=BSD-3-Clause
@@ -70,11 +71,6 @@ define Build/Compile
        $(MAKE) -C $(PKG_BUILD_DIR)/src all
 endef
 
-define Build/Configure
-       cd $(PKG_BUILD_DIR) && ./autogen.sh
-       $(call Build/Configure/Default)
-endef
-
 define Package/umurmur-openssl/conffiles
 /etc/umurmur.conf
 endef