From b14002b729ff60f1a3ef3b50d767a6306fa14ade Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 28 Feb 2011 03:29:53 +0100 Subject: [PATCH] Rely on standard autoreconf facility, remove manual autoreconf all, define prereq on host guile --- guile/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/guile/Makefile b/guile/Makefile index dadf2e3..ab7df86 100644 --- a/guile/Makefile +++ b/guile/Makefile @@ -60,10 +60,6 @@ define Build/InstallDev $(1)/usr/lib/ endef -define Build/Compile - (cd $(PKG_BUILD_DIR); autoreconf --force --install || exit 0); -endef - define Package/guile/install $(INSTALL_DIR) $(1)/usr/bin $(INSTALL_DIR) $(1)/usr/lib @@ -81,4 +77,5 @@ define Package/guile/install endef +$(eval $(call RequireCommand,guile,$(PKG_NAME) requires guile on the host system.)) $(eval $(call BuildPackage,guile))