]> git.pld-linux.org Git - packages/sendmail.git/commitdiff
- sendmail m4 path from RedHat
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 30 Dec 2000 00:08:23 +0000 (00:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    sendmail-m4path.patch -> 1.1

sendmail-m4path.patch [new file with mode: 0644]

diff --git a/sendmail-m4path.patch b/sendmail-m4path.patch
new file mode 100644 (file)
index 0000000..cde83a0
--- /dev/null
@@ -0,0 +1,16 @@
+--- sendmail-8.11.0/cf/cf/Build.m4     Fri Aug  4 01:16:25 2000
++++ sendmail-8.11.0/cf/cf/Build        Fri Aug  4 01:16:39 2000
+@@ -18,12 +18,11 @@
+ SMROOT=${SMROOT-../..}
+ BUILDTOOLS=${BUILDTOOLS-$SMROOT/devtools}
+-M4=`sh $BUILDTOOLS/bin/find_m4.sh`
++M4=/usr/bin/m4
+ ret=$?
+ if [ $ret -ne 0 ]
+ then
+       exit $ret
+ fi
+-echo "Using M4=$M4"
+ eval exec ${MAKE-make} M4=$M4 $*
This page took 0.074425 seconds and 4 git commands to generate.