From 30e169c026c6103852badc61f559277e8284dced Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:16:04 +0100 Subject: [PATCH] grep: add autoreconf support Signed-off-by: Stephan Raue --- packages/sysutils/grep/meta | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/sysutils/grep/meta b/packages/sysutils/grep/meta index e58f52b99f..a57f5ae0fc 100644 --- a/packages/sysutils/grep/meta +++ b/packages/sysutils/grep/meta @@ -12,3 +12,5 @@ PKG_SECTION="system" PKG_SHORTDESC="grep: This is GNU grep, the fastest grep in the west" PKG_LONGDESC="GNU grep is based on a fast lazy-state deterministic matcher (about twice as fast as stock Unix egrep) hybridized with a Boyer-Moore-Gosper search for a fixed string that eliminates impossible text from being considered by the full regexp matcher without necessarily having to look at every character. The result is typically many times faster than Unix grep or egrep." PKG_IS_ADDON="no" + +PKG_AUTORECONF="yes"