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 <redacted>
include $(INCLUDE_DIR)/package.mk
-PKG_FIXUP:=libtool
+PKG_FIXUP:=autoreconf
define Package/shairplay
SECTION:=sound
TITLE:=Shairplay
endef
-define Build/Configure
- (cd $(PKG_BUILD_DIR)/$(CONFIGURE_PATH); \
- ./autogen.sh;)
- $(call Build/Configure/Default)
-endef
-
define Package/shairplay/description
Free portable AirPlay server implementation similar to ShairPort.
endef