]> git.pld-linux.org Git - packages/sendmail.git/blob - sendmail-m4path.patch
- x32 rebuild
[packages/sendmail.git] / sendmail-m4path.patch
1 --- sendmail-8.11.0/cf/cf/Build.m4      Fri Aug  4 01:16:25 2000
2 +++ sendmail-8.11.0/cf/cf/Build Fri Aug  4 01:16:39 2000
3 @@ -18,12 +18,11 @@
4  SMROOT=${SMROOT-../..}
5  BUILDTOOLS=${BUILDTOOLS-$SMROOT/devtools}
6  
7 -M4=`sh $BUILDTOOLS/bin/find_m4.sh`
8 +M4=/usr/bin/m4
9  ret=$?
10  if [ $ret -ne 0 ]
11  then
12         exit $ret
13  fi
14 -echo "Using M4=$M4"
15  
16  eval exec ${MAKE-make} M4=$M4 $*
This page took 0.055489 seconds and 3 git commands to generate.