From: Chris Larson Date: Thu, 24 Jun 2004 21:44:14 +0000 (+0000) Subject: Fix grep 2.5 build. X-Git-Tag: Release-2010-05/1~18544 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=786488a2a3f28116e2b888e597fca367d99c4ed6;p=openembedded.git Fix grep 2.5 build. BKrev: 40db4b2e8R0mVuqo1-Gx7sYuPBE2Pw --- diff --git a/grep/grep_2.5.oe b/grep/grep_2.5.oe index 0014a7650f..903e87483d 100644 --- a/grep/grep_2.5.oe +++ b/grep/grep_2.5.oe @@ -7,3 +7,8 @@ SRC_URI = "${GNU_MIRROR}/grep/grep-${PV}.tar.bz2 \ inherit autotools EXTRA_OECONF = "--disable-perl-regexp --disable-ncurses" + +do_configure () { + rm -f ${S}/m4/init.m4 + autotools_do_configure +}