From: nbd Date: Fri, 4 Aug 2006 20:40:15 +0000 (+0000) Subject: elinks requires autoconf X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=14a84032fc32a61e70e870a64a614b7ba050ad75;p=packages.git elinks requires autoconf git-svn-id: svn://svn.openwrt.org/openwrt/packages@4452 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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. \ +)) +