]> git.pld-linux.org Git - packages/sendmail.git/blame - sendmail-m4path.patch
- updated to 8.16.1 (includes security fix)
[packages/sendmail.git] / sendmail-m4path.patch
CommitLineData
7d6abbf7
JB
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.030846 seconds and 4 git commands to generate.