From 786488a2a3f28116e2b888e597fca367d99c4ed6 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Thu, 24 Jun 2004 21:44:14 +0000 Subject: [PATCH] Fix grep 2.5 build. BKrev: 40db4b2e8R0mVuqo1-Gx7sYuPBE2Pw --- grep/grep_2.5.oe | 5 +++++ 1 file changed, 5 insertions(+) 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 +} -- 2.39.5