diff -r 4f2be5694fa1 -r 925d35999964 libtool/libtool.spec --- a/libtool/libtool.spec Mon Jan 12 17:12:14 2009 +0100 +++ b/libtool/libtool.spec Mon Jan 12 17:59:13 2009 +0100 @@ -46,8 +46,8 @@ BuildRoot: %{l_buildroot} BuildPreReq: OpenPKG, openpkg >= 20040130, make, gcc PreReq: OpenPKG, openpkg >= 20040130 -BuildPreReq: binutils, sed, grep -PreReq: binutils, sed, grep +BuildPreReq: binutils, sed +PreReq: binutils, sed AutoReq: no AutoReqProv: no @@ -74,6 +74,7 @@ `find . -name configure -print` CC="%{l_cc}" \ CFLAGS="%{l_cflags -O}" \ + GREP=grep \ ./configure \ --prefix=%{l_prefix} \ --infodir=%{l_prefix}/info \