aboutsummaryrefslogtreecommitdiffstats
path: root/grep
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-06-24 21:44:14 +0000
committerChris Larson <clarson@kergoth.com>2004-06-24 21:44:14 +0000
commit786488a2a3f28116e2b888e597fca367d99c4ed6 (patch)
treeb8515b40c11e78f679cd05c7f4c5f339fd90cf6b /grep
parent58990d85caa23f8ea97aa7c00bb14ecff908655c (diff)
downloadopenembedded-786488a2a3f28116e2b888e597fca367d99c4ed6.tar.gz
Fix grep 2.5 build.
BKrev: 40db4b2e8R0mVuqo1-Gx7sYuPBE2Pw
Diffstat (limited to 'grep')
-rw-r--r--grep/grep_2.5.oe5
1 files changed, 5 insertions, 0 deletions
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
+}