From 14a84032fc32a61e70e870a64a614b7ba050ad75 Mon Sep 17 00:00:00 2001 From: nbd Date: Fri, 4 Aug 2006 20:40:15 +0000 Subject: [PATCH] elinks requires autoconf git-svn-id: svn://svn.openwrt.org/openwrt/packages@4452 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/elinks/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/net/elinks/Makefile b/net/elinks/Makefile index 2b753447a..846212570 100644 --- a/net/elinks/Makefile +++ b/net/elinks/Makefile @@ -69,3 +69,8 @@ define Package/elinks/install endef $(eval $(call BuildPackage,elinks)) + +$(eval $(call RequireCommand,autoconf, \ + elinks requires GNU autoconf. \ +)) +