Fix grep 2.5 build.
authorChris Larson <clarson@kergoth.com>
Thu, 24 Jun 2004 21:44:14 +0000 (21:44 +0000)
committerChris Larson <clarson@kergoth.com>
Thu, 24 Jun 2004 21:44:14 +0000 (21:44 +0000)
BKrev: 40db4b2e8R0mVuqo1-Gx7sYuPBE2Pw

grep/grep_2.5.oe

index 0014a76..903e874 100644 (file)
@@ -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
+}