diff options
author | Chris Larson <clarson@kergoth.com> | 2004-06-24 21:44:14 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-06-24 21:44:14 +0000 |
commit | 786488a2a3f28116e2b888e597fca367d99c4ed6 (patch) | |
tree | b8515b40c11e78f679cd05c7f4c5f339fd90cf6b | |
parent | 58990d85caa23f8ea97aa7c00bb14ecff908655c (diff) |
Fix grep 2.5 build.
BKrev: 40db4b2e8R0mVuqo1-Gx7sYuPBE2Pw
-rw-r--r-- | grep/grep_2.5.oe | 5 |
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 +} |