Searched refs:M4 (Results 1 - 4 of 4) sorted by relevance

/sendmail/cf/cf/
H A DBuild21 M4=`sh $BUILDTOOLS/bin/find_m4.sh`
27 echo "Using M4=$M4"
29 eval exec ${MAKE-make} M4=$M4 $*
H A DMakefile10 # have a fairly modern M4 available (GNU m4 works). On SunOS, use
20 M4= m4 macro
39 $(M4) ${CFDIR}/m4/cf.m4 $*.mc > $@ || ( $(RM) $@ && exit 1 )
/sendmail/devtools/bin/
H A Dfind_m4.sh14 # Try to find a working M4 program.
15 # If $M4 is already set, we use it, otherwise we prefer GNU m4.
20 \`errprint(\`You need a newer version of M4, at least as new as System V or GNU')
32 if [ "$M4" ]
34 err="`(echo "$test" | $M4) 2>&1 >/dev/null`"
50 M4=$dir/$m4
64 [ "$M4" ] && break
67 if [ ! "$M4" ]
71 M4=$firstfound
75 echo "ERROR: Can not locate an M4 progra
[all...]
H A DBuild661 M4=`$SHELL $BUILDTOOLS/bin/find_m4.sh`
667 echo "Using M4=$M4"
668 export M4
705 cat $BUILDTOOLS/M4/header.m4 >> $obj/.settings$$
773 ${M4} ${M4_BLDVARIANT_FLAGS} -DconfBUILDTOOLSDIR=$BUILDTOOLS - | \
778 ${M4} ${M4_BLDVARIANT_FLAGS} -DconfBUILDTOOLSDIR=$BUILDTOOLS - | \
783 ${M4} ${M4_BLDVARIANT_FLAGS} -DconfBUILDTOOLSDIR=$BUILDTOOLS - | \
788 ${M4} ${M4_BLDVARIANT_FLAGS} -DconfBUILDTOOLSDIR=$BUILDTOOLS - | \
796 ${M4}
[all...]

Completed in 460 milliseconds