瀏覽代碼

workaround a problem with 'grep -e' tests under Solaris

Thomas Lotterer 19 年之前
父節點
當前提交
38c34f9c81
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      m4/m4.spec

+ 2 - 1
m4/m4.spec

@@ -33,7 +33,7 @@ Class:        CORE
 Group:        MacroProcessor
 License:      GPL
 Version:      1.4.7
-Release:      20060925
+Release:      20060926
 
 #   list of sources
 Source0:      ftp://ftp.gnu.org/gnu/m4/m4-%{version}.tar.gz
@@ -67,6 +67,7 @@ AutoReqProv:  no
     #   configure package
     CC="%{l_cc}" \
     CFLAGS="%{l_cflags -O}" \
+    GREP="grep" \
     ./configure \
         --prefix=%{l_prefix} \
         --datarootdir=%{l_prefix} \