cd $TEST/OLD
if test "`$C/MAKE m4test`" != xyz
then
	echo 'the m4 macro processor defined by M4 in $C/makehead'
	echo 'is inadequate because it does not handle the $* construct.'
	echo 'Get a new one.   HINT: look in \$SHOME/src/m4'
	exit 1
else
	exit 0
fi
